huawei_cloud_api_definitions_KMS/
lib.rs1#[cfg(feature = "AssociateAlias")]
2pub mod AssociateAlias;
3#[cfg(feature = "BatchCreateKmsTags")]
4pub mod BatchCreateKmsTags;
5#[cfg(feature = "CancelGrant")]
6pub mod CancelGrant;
7#[cfg(feature = "CancelKeyDeletion")]
8pub mod CancelKeyDeletion;
9#[cfg(feature = "CancelSelfGrant")]
10pub mod CancelSelfGrant;
11#[cfg(feature = "CreateAlias")]
12pub mod CreateAlias;
13#[cfg(feature = "CreateDatakey")]
14pub mod CreateDatakey;
15#[cfg(feature = "CreateDatakeyWithoutPlaintext")]
16pub mod CreateDatakeyWithoutPlaintext;
17#[cfg(feature = "CreateEcDatakeyPair")]
18pub mod CreateEcDatakeyPair;
19#[cfg(feature = "CreateGrant")]
20pub mod CreateGrant;
21#[cfg(feature = "CreateKey")]
22pub mod CreateKey;
23#[cfg(feature = "CreateKeyStore")]
24pub mod CreateKeyStore;
25#[cfg(feature = "CreateKmsTag")]
26pub mod CreateKmsTag;
27#[cfg(feature = "CreateParametersForImport")]
28pub mod CreateParametersForImport;
29#[cfg(feature = "CreatePin")]
30pub mod CreatePin;
31#[cfg(feature = "CreateRandom")]
32pub mod CreateRandom;
33#[cfg(feature = "CreateRsaDatakeyPair")]
34pub mod CreateRsaDatakeyPair;
35#[cfg(feature = "DecryptData")]
36pub mod DecryptData;
37#[cfg(feature = "DecryptDatakey")]
38pub mod DecryptDatakey;
39#[cfg(feature = "DeleteAlias")]
40pub mod DeleteAlias;
41#[cfg(feature = "DeleteImportedKeyMaterial")]
42pub mod DeleteImportedKeyMaterial;
43#[cfg(feature = "DeleteKey")]
44pub mod DeleteKey;
45#[cfg(feature = "DeleteKeyStore")]
46pub mod DeleteKeyStore;
47#[cfg(feature = "DeleteTag")]
48pub mod DeleteTag;
49#[cfg(feature = "DisableKey")]
50pub mod DisableKey;
51#[cfg(feature = "DisableKeyRotation")]
52pub mod DisableKeyRotation;
53#[cfg(feature = "DisableKeyStore")]
54pub mod DisableKeyStore;
55#[cfg(feature = "EnableKey")]
56pub mod EnableKey;
57#[cfg(feature = "EnableKeyRotation")]
58pub mod EnableKeyRotation;
59#[cfg(feature = "EnableKeyStore")]
60pub mod EnableKeyStore;
61#[cfg(feature = "EncryptData")]
62pub mod EncryptData;
63#[cfg(feature = "EncryptDatakey")]
64pub mod EncryptDatakey;
65#[cfg(feature = "GenerateMac")]
66pub mod GenerateMac;
67#[cfg(feature = "ImportKeyMaterial")]
68pub mod ImportKeyMaterial;
69#[cfg(feature = "ListAliases")]
70pub mod ListAliases;
71#[cfg(feature = "ListGrants")]
72pub mod ListGrants;
73#[cfg(feature = "ListKeyDetail")]
74pub mod ListKeyDetail;
75#[cfg(feature = "ListKeys")]
76pub mod ListKeys;
77#[cfg(feature = "ListKeyStores")]
78pub mod ListKeyStores;
79#[cfg(feature = "ListKmsByTags")]
80pub mod ListKmsByTags;
81#[cfg(feature = "ListKmsTags")]
82pub mod ListKmsTags;
83#[cfg(feature = "ListRetirableGrants")]
84pub mod ListRetirableGrants;
85#[cfg(feature = "ListSupportRegions")]
86pub mod ListSupportRegions;
87#[cfg(feature = "ReplicateKey")]
88pub mod ReplicateKey;
89#[cfg(feature = "ShowKeyRotationStatus")]
90pub mod ShowKeyRotationStatus;
91#[cfg(feature = "ShowKeyStore")]
92pub mod ShowKeyStore;
93#[cfg(feature = "ShowKmsTags")]
94pub mod ShowKmsTags;
95#[cfg(feature = "ShowPublicKey")]
96pub mod ShowPublicKey;
97#[cfg(feature = "ShowUserInstances")]
98pub mod ShowUserInstances;
99#[cfg(feature = "ShowUserQuotas")]
100pub mod ShowUserQuotas;
101#[cfg(feature = "ShowVersion")]
102pub mod ShowVersion;
103#[cfg(feature = "ShowVersions")]
104pub mod ShowVersions;
105#[cfg(feature = "Sign")]
106pub mod Sign;
107#[cfg(feature = "UpdateKeyAlias")]
108pub mod UpdateKeyAlias;
109#[cfg(feature = "UpdateKeyDescription")]
110pub mod UpdateKeyDescription;
111#[cfg(feature = "UpdateKeyRotationInterval")]
112pub mod UpdateKeyRotationInterval;
113#[cfg(feature = "UpdatePrimaryRegion")]
114pub mod UpdatePrimaryRegion;
115#[cfg(feature = "ValidateSignature")]
116pub mod ValidateSignature;
117#[cfg(feature = "VerifyMac")]
118pub mod VerifyMac;