1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_http::request_id::RequestId;

/// Types for the `CancelResourceRequest` operation.
pub mod cancel_resource_request;

/// Types for the `CreateResource` operation.
pub mod create_resource;

/// Types for the `DeleteResource` operation.
pub mod delete_resource;

/// Types for the `GetResource` operation.
pub mod get_resource;

/// Types for the `GetResourceRequestStatus` operation.
pub mod get_resource_request_status;

/// Types for the `ListResourceRequests` operation.
pub mod list_resource_requests;

/// Types for the `ListResources` operation.
pub mod list_resources;

/// Types for the `UpdateResource` operation.
pub mod update_resource;