aws_sdk_kms/
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 `CancelKeyDeletion` operation.
5pub mod cancel_key_deletion;
6
7/// Types for the `ConnectCustomKeyStore` operation.
8pub mod connect_custom_key_store;
9
10/// Types for the `CreateAlias` operation.
11pub mod create_alias;
12
13/// Types for the `CreateCustomKeyStore` operation.
14pub mod create_custom_key_store;
15
16/// Types for the `CreateGrant` operation.
17pub mod create_grant;
18
19/// Types for the `CreateKey` operation.
20pub mod create_key;
21
22/// Types for the `Decrypt` operation.
23pub mod decrypt;
24
25/// Types for the `DeleteAlias` operation.
26pub mod delete_alias;
27
28/// Types for the `DeleteCustomKeyStore` operation.
29pub mod delete_custom_key_store;
30
31/// Types for the `DeleteImportedKeyMaterial` operation.
32pub mod delete_imported_key_material;
33
34/// Types for the `DeriveSharedSecret` operation.
35pub mod derive_shared_secret;
36
37/// Types for the `DescribeCustomKeyStores` operation.
38pub mod describe_custom_key_stores;
39
40/// Types for the `DescribeKey` operation.
41pub mod describe_key;
42
43/// Types for the `DisableKey` operation.
44pub mod disable_key;
45
46/// Types for the `DisableKeyRotation` operation.
47pub mod disable_key_rotation;
48
49/// Types for the `DisconnectCustomKeyStore` operation.
50pub mod disconnect_custom_key_store;
51
52/// Types for the `EnableKey` operation.
53pub mod enable_key;
54
55/// Types for the `EnableKeyRotation` operation.
56pub mod enable_key_rotation;
57
58/// Types for the `Encrypt` operation.
59pub mod encrypt;
60
61/// Types for the `GenerateDataKey` operation.
62pub mod generate_data_key;
63
64/// Types for the `GenerateDataKeyPair` operation.
65pub mod generate_data_key_pair;
66
67/// Types for the `GenerateDataKeyPairWithoutPlaintext` operation.
68pub mod generate_data_key_pair_without_plaintext;
69
70/// Types for the `GenerateDataKeyWithoutPlaintext` operation.
71pub mod generate_data_key_without_plaintext;
72
73/// Types for the `GenerateMac` operation.
74pub mod generate_mac;
75
76/// Types for the `GenerateRandom` operation.
77pub mod generate_random;
78
79/// Types for the `GetKeyPolicy` operation.
80pub mod get_key_policy;
81
82/// Types for the `GetKeyRotationStatus` operation.
83pub mod get_key_rotation_status;
84
85/// Types for the `GetParametersForImport` operation.
86pub mod get_parameters_for_import;
87
88/// Types for the `GetPublicKey` operation.
89pub mod get_public_key;
90
91/// Types for the `ImportKeyMaterial` operation.
92pub mod import_key_material;
93
94/// Types for the `ListAliases` operation.
95pub mod list_aliases;
96
97/// Types for the `ListGrants` operation.
98pub mod list_grants;
99
100/// Types for the `ListKeyPolicies` operation.
101pub mod list_key_policies;
102
103/// Types for the `ListKeyRotations` operation.
104pub mod list_key_rotations;
105
106/// Types for the `ListKeys` operation.
107pub mod list_keys;
108
109/// Types for the `ListResourceTags` operation.
110pub mod list_resource_tags;
111
112/// Types for the `ListRetirableGrants` operation.
113pub mod list_retirable_grants;
114
115/// Types for the `PutKeyPolicy` operation.
116pub mod put_key_policy;
117
118/// Types for the `ReEncrypt` operation.
119pub mod re_encrypt;
120
121/// Types for the `ReplicateKey` operation.
122pub mod replicate_key;
123
124/// Types for the `RetireGrant` operation.
125pub mod retire_grant;
126
127/// Types for the `RevokeGrant` operation.
128pub mod revoke_grant;
129
130/// Types for the `RotateKeyOnDemand` operation.
131pub mod rotate_key_on_demand;
132
133/// Types for the `ScheduleKeyDeletion` operation.
134pub mod schedule_key_deletion;
135
136/// Types for the `Sign` operation.
137pub mod sign;
138
139/// Types for the `TagResource` operation.
140pub mod tag_resource;
141
142/// Types for the `UntagResource` operation.
143pub mod untag_resource;
144
145/// Types for the `UpdateAlias` operation.
146pub mod update_alias;
147
148/// Types for the `UpdateCustomKeyStore` operation.
149pub mod update_custom_key_store;
150
151/// Types for the `UpdateKeyDescription` operation.
152pub mod update_key_description;
153
154/// Types for the `UpdatePrimaryRegion` operation.
155pub mod update_primary_region;
156
157/// Types for the `Verify` operation.
158pub mod verify;
159
160/// Types for the `VerifyMac` operation.
161pub mod verify_mac;