aws_sdk_kms/
operation.rs

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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CancelKeyDeletion` operation.
pub mod cancel_key_deletion;

/// Types for the `ConnectCustomKeyStore` operation.
pub mod connect_custom_key_store;

/// Types for the `CreateAlias` operation.
pub mod create_alias;

/// Types for the `CreateCustomKeyStore` operation.
pub mod create_custom_key_store;

/// Types for the `CreateGrant` operation.
pub mod create_grant;

/// Types for the `CreateKey` operation.
pub mod create_key;

/// Types for the `Decrypt` operation.
pub mod decrypt;

/// Types for the `DeleteAlias` operation.
pub mod delete_alias;

/// Types for the `DeleteCustomKeyStore` operation.
pub mod delete_custom_key_store;

/// Types for the `DeleteImportedKeyMaterial` operation.
pub mod delete_imported_key_material;

/// Types for the `DeriveSharedSecret` operation.
pub mod derive_shared_secret;

/// Types for the `DescribeCustomKeyStores` operation.
pub mod describe_custom_key_stores;

/// Types for the `DescribeKey` operation.
pub mod describe_key;

/// Types for the `DisableKey` operation.
pub mod disable_key;

/// Types for the `DisableKeyRotation` operation.
pub mod disable_key_rotation;

/// Types for the `DisconnectCustomKeyStore` operation.
pub mod disconnect_custom_key_store;

/// Types for the `EnableKey` operation.
pub mod enable_key;

/// Types for the `EnableKeyRotation` operation.
pub mod enable_key_rotation;

/// Types for the `Encrypt` operation.
pub mod encrypt;

/// Types for the `GenerateDataKey` operation.
pub mod generate_data_key;

/// Types for the `GenerateDataKeyPair` operation.
pub mod generate_data_key_pair;

/// Types for the `GenerateDataKeyPairWithoutPlaintext` operation.
pub mod generate_data_key_pair_without_plaintext;

/// Types for the `GenerateDataKeyWithoutPlaintext` operation.
pub mod generate_data_key_without_plaintext;

/// Types for the `GenerateMac` operation.
pub mod generate_mac;

/// Types for the `GenerateRandom` operation.
pub mod generate_random;

/// Types for the `GetKeyPolicy` operation.
pub mod get_key_policy;

/// Types for the `GetKeyRotationStatus` operation.
pub mod get_key_rotation_status;

/// Types for the `GetParametersForImport` operation.
pub mod get_parameters_for_import;

/// Types for the `GetPublicKey` operation.
pub mod get_public_key;

/// Types for the `ImportKeyMaterial` operation.
pub mod import_key_material;

/// Types for the `ListAliases` operation.
pub mod list_aliases;

/// Types for the `ListGrants` operation.
pub mod list_grants;

/// Types for the `ListKeyPolicies` operation.
pub mod list_key_policies;

/// Types for the `ListKeyRotations` operation.
pub mod list_key_rotations;

/// Types for the `ListKeys` operation.
pub mod list_keys;

/// Types for the `ListResourceTags` operation.
pub mod list_resource_tags;

/// Types for the `ListRetirableGrants` operation.
pub mod list_retirable_grants;

/// Types for the `PutKeyPolicy` operation.
pub mod put_key_policy;

/// Types for the `ReEncrypt` operation.
pub mod re_encrypt;

/// Types for the `ReplicateKey` operation.
pub mod replicate_key;

/// Types for the `RetireGrant` operation.
pub mod retire_grant;

/// Types for the `RevokeGrant` operation.
pub mod revoke_grant;

/// Types for the `RotateKeyOnDemand` operation.
pub mod rotate_key_on_demand;

/// Types for the `ScheduleKeyDeletion` operation.
pub mod schedule_key_deletion;

/// Types for the `Sign` operation.
pub mod sign;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateAlias` operation.
pub mod update_alias;

/// Types for the `UpdateCustomKeyStore` operation.
pub mod update_custom_key_store;

/// Types for the `UpdateKeyDescription` operation.
pub mod update_key_description;

/// Types for the `UpdatePrimaryRegion` operation.
pub mod update_primary_region;

/// Types for the `Verify` operation.
pub mod verify;

/// Types for the `VerifyMac` operation.
pub mod verify_mac;