aws_sdk_cloudhsmv2/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `CopyBackupToRegion` operation.
5pub mod copy_backup_to_region;
6
7/// Types for the `CreateCluster` operation.
8pub mod create_cluster;
9
10/// Types for the `CreateHsm` operation.
11pub mod create_hsm;
12
13/// Types for the `DeleteBackup` operation.
14pub mod delete_backup;
15
16/// Types for the `DeleteCluster` operation.
17pub mod delete_cluster;
18
19/// Types for the `DeleteHsm` operation.
20pub mod delete_hsm;
21
22/// Types for the `DeleteResourcePolicy` operation.
23pub mod delete_resource_policy;
24
25/// Types for the `DescribeBackups` operation.
26pub mod describe_backups;
27
28/// Types for the `DescribeClusters` operation.
29pub mod describe_clusters;
30
31/// Types for the `GetResourcePolicy` operation.
32pub mod get_resource_policy;
33
34/// Types for the `InitializeCluster` operation.
35pub mod initialize_cluster;
36
37/// Types for the `ListTags` operation.
38pub mod list_tags;
39
40/// Types for the `ModifyBackupAttributes` operation.
41pub mod modify_backup_attributes;
42
43/// Types for the `ModifyCluster` operation.
44pub mod modify_cluster;
45
46/// Types for the `PutResourcePolicy` operation.
47pub mod put_resource_policy;
48
49/// Types for the `RestoreBackup` operation.
50pub mod restore_backup;
51
52/// Types for the `TagResource` operation.
53pub mod tag_resource;
54
55/// Types for the `UntagResource` operation.
56pub mod untag_resource;