aws_sdk_cloudhsm/
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 `AddTagsToResource` operation.
5pub mod add_tags_to_resource;
6
7/// Types for the `CreateHapg` operation.
8pub mod create_hapg;
9
10/// Types for the `CreateHsm` operation.
11pub mod create_hsm;
12
13/// Types for the `CreateLunaClient` operation.
14pub mod create_luna_client;
15
16/// Types for the `DeleteHapg` operation.
17pub mod delete_hapg;
18
19/// Types for the `DeleteHsm` operation.
20pub mod delete_hsm;
21
22/// Types for the `DeleteLunaClient` operation.
23pub mod delete_luna_client;
24
25/// Types for the `DescribeHapg` operation.
26pub mod describe_hapg;
27
28/// Types for the `DescribeHsm` operation.
29pub mod describe_hsm;
30
31/// Types for the `DescribeLunaClient` operation.
32pub mod describe_luna_client;
33
34/// Types for the `GetConfig` operation.
35pub mod get_config;
36
37/// Types for the `ListAvailableZones` operation.
38pub mod list_available_zones;
39
40/// Types for the `ListHapgs` operation.
41pub mod list_hapgs;
42
43/// Types for the `ListHsms` operation.
44pub mod list_hsms;
45
46/// Types for the `ListLunaClients` operation.
47pub mod list_luna_clients;
48
49/// Types for the `ListTagsForResource` operation.
50pub mod list_tags_for_resource;
51
52/// Types for the `ModifyHapg` operation.
53pub mod modify_hapg;
54
55/// Types for the `ModifyHsm` operation.
56pub mod modify_hsm;
57
58/// Types for the `ModifyLunaClient` operation.
59pub mod modify_luna_client;
60
61/// Types for the `RemoveTagsFromResource` operation.
62pub mod remove_tags_from_resource;