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
#[cfg(feature = "BatchCreateKmsTags")]
pub mod BatchCreateKmsTags;
#[cfg(feature = "CancelGrant")]
pub mod CancelGrant;
#[cfg(feature = "CancelKeyDeletion")]
pub mod CancelKeyDeletion;
#[cfg(feature = "CancelSelfGrant")]
pub mod CancelSelfGrant;
#[cfg(feature = "CreateDatakey")]
pub mod CreateDatakey;
#[cfg(feature = "CreateDatakeyWithoutPlaintext")]
pub mod CreateDatakeyWithoutPlaintext;
#[cfg(feature = "CreateGrant")]
pub mod CreateGrant;
#[cfg(feature = "CreateKey")]
pub mod CreateKey;
#[cfg(feature = "CreateKeyStore")]
pub mod CreateKeyStore;
#[cfg(feature = "CreateKmsTag")]
pub mod CreateKmsTag;
#[cfg(feature = "CreateParametersForImport")]
pub mod CreateParametersForImport;
#[cfg(feature = "CreateRandom")]
pub mod CreateRandom;
#[cfg(feature = "DecryptData")]
pub mod DecryptData;
#[cfg(feature = "DecryptDatakey")]
pub mod DecryptDatakey;
#[cfg(feature = "DeleteImportedKeyMaterial")]
pub mod DeleteImportedKeyMaterial;
#[cfg(feature = "DeleteKey")]
pub mod DeleteKey;
#[cfg(feature = "DeleteKeyStore")]
pub mod DeleteKeyStore;
#[cfg(feature = "DeleteTag")]
pub mod DeleteTag;
#[cfg(feature = "DisableKey")]
pub mod DisableKey;
#[cfg(feature = "DisableKeyRotation")]
pub mod DisableKeyRotation;
#[cfg(feature = "DisableKeyStore")]
pub mod DisableKeyStore;
#[cfg(feature = "EnableKey")]
pub mod EnableKey;
#[cfg(feature = "EnableKeyRotation")]
pub mod EnableKeyRotation;
#[cfg(feature = "EnableKeyStore")]
pub mod EnableKeyStore;
#[cfg(feature = "EncryptData")]
pub mod EncryptData;
#[cfg(feature = "EncryptDatakey")]
pub mod EncryptDatakey;
#[cfg(feature = "ImportKeyMaterial")]
pub mod ImportKeyMaterial;
#[cfg(feature = "ListGrants")]
pub mod ListGrants;
#[cfg(feature = "ListKeyDetail")]
pub mod ListKeyDetail;
#[cfg(feature = "ListKeys")]
pub mod ListKeys;
#[cfg(feature = "ListKeyStores")]
pub mod ListKeyStores;
#[cfg(feature = "ListKmsByTags")]
pub mod ListKmsByTags;
#[cfg(feature = "ListKmsTags")]
pub mod ListKmsTags;
#[cfg(feature = "ListRetirableGrants")]
pub mod ListRetirableGrants;
#[cfg(feature = "ShowKeyRotationStatus")]
pub mod ShowKeyRotationStatus;
#[cfg(feature = "ShowKeyStore")]
pub mod ShowKeyStore;
#[cfg(feature = "ShowKmsTags")]
pub mod ShowKmsTags;
#[cfg(feature = "ShowPublicKey")]
pub mod ShowPublicKey;
#[cfg(feature = "ShowUserInstances")]
pub mod ShowUserInstances;
#[cfg(feature = "ShowUserQuotas")]
pub mod ShowUserQuotas;
#[cfg(feature = "ShowVersion")]
pub mod ShowVersion;
#[cfg(feature = "ShowVersions")]
pub mod ShowVersions;
#[cfg(feature = "Sign")]
pub mod Sign;
#[cfg(feature = "UpdateKeyAlias")]
pub mod UpdateKeyAlias;
#[cfg(feature = "UpdateKeyDescription")]
pub mod UpdateKeyDescription;
#[cfg(feature = "UpdateKeyRotationInterval")]
pub mod UpdateKeyRotationInterval;
#[cfg(feature = "ValidateSignature")]
pub mod ValidateSignature;