@aws-sdk/client-kms 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (74) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/KMS.d.ts +907 -255
  3. package/dist-types/ts3.4/KMSClient.d.ts +425 -123
  4. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +38 -17
  5. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +33 -17
  18. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +32 -17
  20. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +33 -17
  21. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +37 -17
  23. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +34 -17
  27. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +37 -17
  28. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +37 -17
  38. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +38 -17
  39. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +32 -17
  40. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +34 -17
  41. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/SignCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +36 -17
  51. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +33 -17
  52. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +32 -17
  53. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/index.d.ts +50 -50
  55. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  56. package/dist-types/ts3.4/index.d.ts +6 -6
  57. package/dist-types/ts3.4/models/KMSServiceException.d.ts +8 -6
  58. package/dist-types/ts3.4/models/index.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1533 -1364
  60. package/dist-types/ts3.4/pagination/DescribeCustomKeyStoresPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  62. package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListGrantsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/ListKeyPoliciesPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/ListResourceTagsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/ListRetirableGrantsPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  69. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +602 -152
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  74. package/package.json +34 -34
@@ -1,255 +1,907 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { CancelKeyDeletionCommandInput, CancelKeyDeletionCommandOutput } from "./commands/CancelKeyDeletionCommand";
3
- import { ConnectCustomKeyStoreCommandInput, ConnectCustomKeyStoreCommandOutput } from "./commands/ConnectCustomKeyStoreCommand";
4
- import { CreateAliasCommandInput, CreateAliasCommandOutput } from "./commands/CreateAliasCommand";
5
- import { CreateCustomKeyStoreCommandInput, CreateCustomKeyStoreCommandOutput } from "./commands/CreateCustomKeyStoreCommand";
6
- import { CreateGrantCommandInput, CreateGrantCommandOutput } from "./commands/CreateGrantCommand";
7
- import { CreateKeyCommandInput, CreateKeyCommandOutput } from "./commands/CreateKeyCommand";
8
- import { DecryptCommandInput, DecryptCommandOutput } from "./commands/DecryptCommand";
9
- import { DeleteAliasCommandInput, DeleteAliasCommandOutput } from "./commands/DeleteAliasCommand";
10
- import { DeleteCustomKeyStoreCommandInput, DeleteCustomKeyStoreCommandOutput } from "./commands/DeleteCustomKeyStoreCommand";
11
- import { DeleteImportedKeyMaterialCommandInput, DeleteImportedKeyMaterialCommandOutput } from "./commands/DeleteImportedKeyMaterialCommand";
12
- import { DescribeCustomKeyStoresCommandInput, DescribeCustomKeyStoresCommandOutput } from "./commands/DescribeCustomKeyStoresCommand";
13
- import { DescribeKeyCommandInput, DescribeKeyCommandOutput } from "./commands/DescribeKeyCommand";
14
- import { DisableKeyCommandInput, DisableKeyCommandOutput } from "./commands/DisableKeyCommand";
15
- import { DisableKeyRotationCommandInput, DisableKeyRotationCommandOutput } from "./commands/DisableKeyRotationCommand";
16
- import { DisconnectCustomKeyStoreCommandInput, DisconnectCustomKeyStoreCommandOutput } from "./commands/DisconnectCustomKeyStoreCommand";
17
- import { EnableKeyCommandInput, EnableKeyCommandOutput } from "./commands/EnableKeyCommand";
18
- import { EnableKeyRotationCommandInput, EnableKeyRotationCommandOutput } from "./commands/EnableKeyRotationCommand";
19
- import { EncryptCommandInput, EncryptCommandOutput } from "./commands/EncryptCommand";
20
- import { GenerateDataKeyCommandInput, GenerateDataKeyCommandOutput } from "./commands/GenerateDataKeyCommand";
21
- import { GenerateDataKeyPairCommandInput, GenerateDataKeyPairCommandOutput } from "./commands/GenerateDataKeyPairCommand";
22
- import { GenerateDataKeyPairWithoutPlaintextCommandInput, GenerateDataKeyPairWithoutPlaintextCommandOutput } from "./commands/GenerateDataKeyPairWithoutPlaintextCommand";
23
- import { GenerateDataKeyWithoutPlaintextCommandInput, GenerateDataKeyWithoutPlaintextCommandOutput } from "./commands/GenerateDataKeyWithoutPlaintextCommand";
24
- import { GenerateMacCommandInput, GenerateMacCommandOutput } from "./commands/GenerateMacCommand";
25
- import { GenerateRandomCommandInput, GenerateRandomCommandOutput } from "./commands/GenerateRandomCommand";
26
- import { GetKeyPolicyCommandInput, GetKeyPolicyCommandOutput } from "./commands/GetKeyPolicyCommand";
27
- import { GetKeyRotationStatusCommandInput, GetKeyRotationStatusCommandOutput } from "./commands/GetKeyRotationStatusCommand";
28
- import { GetParametersForImportCommandInput, GetParametersForImportCommandOutput } from "./commands/GetParametersForImportCommand";
29
- import { GetPublicKeyCommandInput, GetPublicKeyCommandOutput } from "./commands/GetPublicKeyCommand";
30
- import { ImportKeyMaterialCommandInput, ImportKeyMaterialCommandOutput } from "./commands/ImportKeyMaterialCommand";
31
- import { ListAliasesCommandInput, ListAliasesCommandOutput } from "./commands/ListAliasesCommand";
32
- import { ListGrantsCommandInput, ListGrantsCommandOutput } from "./commands/ListGrantsCommand";
33
- import { ListKeyPoliciesCommandInput, ListKeyPoliciesCommandOutput } from "./commands/ListKeyPoliciesCommand";
34
- import { ListKeysCommandInput, ListKeysCommandOutput } from "./commands/ListKeysCommand";
35
- import { ListResourceTagsCommandInput, ListResourceTagsCommandOutput } from "./commands/ListResourceTagsCommand";
36
- import { ListRetirableGrantsCommandInput, ListRetirableGrantsCommandOutput } from "./commands/ListRetirableGrantsCommand";
37
- import { PutKeyPolicyCommandInput, PutKeyPolicyCommandOutput } from "./commands/PutKeyPolicyCommand";
38
- import { ReEncryptCommandInput, ReEncryptCommandOutput } from "./commands/ReEncryptCommand";
39
- import { ReplicateKeyCommandInput, ReplicateKeyCommandOutput } from "./commands/ReplicateKeyCommand";
40
- import { RetireGrantCommandInput, RetireGrantCommandOutput } from "./commands/RetireGrantCommand";
41
- import { RevokeGrantCommandInput, RevokeGrantCommandOutput } from "./commands/RevokeGrantCommand";
42
- import { ScheduleKeyDeletionCommandInput, ScheduleKeyDeletionCommandOutput } from "./commands/ScheduleKeyDeletionCommand";
43
- import { SignCommandInput, SignCommandOutput } from "./commands/SignCommand";
44
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
45
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
46
- import { UpdateAliasCommandInput, UpdateAliasCommandOutput } from "./commands/UpdateAliasCommand";
47
- import { UpdateCustomKeyStoreCommandInput, UpdateCustomKeyStoreCommandOutput } from "./commands/UpdateCustomKeyStoreCommand";
48
- import { UpdateKeyDescriptionCommandInput, UpdateKeyDescriptionCommandOutput } from "./commands/UpdateKeyDescriptionCommand";
49
- import { UpdatePrimaryRegionCommandInput, UpdatePrimaryRegionCommandOutput } from "./commands/UpdatePrimaryRegionCommand";
50
- import { VerifyCommandInput, VerifyCommandOutput } from "./commands/VerifyCommand";
51
- import { VerifyMacCommandInput, VerifyMacCommandOutput } from "./commands/VerifyMacCommand";
52
- import { KMSClient } from "./KMSClient";
53
-
54
- export declare class KMS extends KMSClient {
55
-
56
- cancelKeyDeletion(args: CancelKeyDeletionCommandInput, options?: __HttpHandlerOptions): Promise<CancelKeyDeletionCommandOutput>;
57
- cancelKeyDeletion(args: CancelKeyDeletionCommandInput, cb: (err: any, data?: CancelKeyDeletionCommandOutput) => void): void;
58
- cancelKeyDeletion(args: CancelKeyDeletionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelKeyDeletionCommandOutput) => void): void;
59
-
60
- connectCustomKeyStore(args: ConnectCustomKeyStoreCommandInput, options?: __HttpHandlerOptions): Promise<ConnectCustomKeyStoreCommandOutput>;
61
- connectCustomKeyStore(args: ConnectCustomKeyStoreCommandInput, cb: (err: any, data?: ConnectCustomKeyStoreCommandOutput) => void): void;
62
- connectCustomKeyStore(args: ConnectCustomKeyStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ConnectCustomKeyStoreCommandOutput) => void): void;
63
-
64
- createAlias(args: CreateAliasCommandInput, options?: __HttpHandlerOptions): Promise<CreateAliasCommandOutput>;
65
- createAlias(args: CreateAliasCommandInput, cb: (err: any, data?: CreateAliasCommandOutput) => void): void;
66
- createAlias(args: CreateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAliasCommandOutput) => void): void;
67
-
68
- createCustomKeyStore(args: CreateCustomKeyStoreCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomKeyStoreCommandOutput>;
69
- createCustomKeyStore(args: CreateCustomKeyStoreCommandInput, cb: (err: any, data?: CreateCustomKeyStoreCommandOutput) => void): void;
70
- createCustomKeyStore(args: CreateCustomKeyStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomKeyStoreCommandOutput) => void): void;
71
-
72
- createGrant(args: CreateGrantCommandInput, options?: __HttpHandlerOptions): Promise<CreateGrantCommandOutput>;
73
- createGrant(args: CreateGrantCommandInput, cb: (err: any, data?: CreateGrantCommandOutput) => void): void;
74
- createGrant(args: CreateGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGrantCommandOutput) => void): void;
75
-
76
- createKey(args: CreateKeyCommandInput, options?: __HttpHandlerOptions): Promise<CreateKeyCommandOutput>;
77
- createKey(args: CreateKeyCommandInput, cb: (err: any, data?: CreateKeyCommandOutput) => void): void;
78
- createKey(args: CreateKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateKeyCommandOutput) => void): void;
79
-
80
- decrypt(args: DecryptCommandInput, options?: __HttpHandlerOptions): Promise<DecryptCommandOutput>;
81
- decrypt(args: DecryptCommandInput, cb: (err: any, data?: DecryptCommandOutput) => void): void;
82
- decrypt(args: DecryptCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DecryptCommandOutput) => void): void;
83
-
84
- deleteAlias(args: DeleteAliasCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAliasCommandOutput>;
85
- deleteAlias(args: DeleteAliasCommandInput, cb: (err: any, data?: DeleteAliasCommandOutput) => void): void;
86
- deleteAlias(args: DeleteAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAliasCommandOutput) => void): void;
87
-
88
- deleteCustomKeyStore(args: DeleteCustomKeyStoreCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomKeyStoreCommandOutput>;
89
- deleteCustomKeyStore(args: DeleteCustomKeyStoreCommandInput, cb: (err: any, data?: DeleteCustomKeyStoreCommandOutput) => void): void;
90
- deleteCustomKeyStore(args: DeleteCustomKeyStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomKeyStoreCommandOutput) => void): void;
91
-
92
- deleteImportedKeyMaterial(args: DeleteImportedKeyMaterialCommandInput, options?: __HttpHandlerOptions): Promise<DeleteImportedKeyMaterialCommandOutput>;
93
- deleteImportedKeyMaterial(args: DeleteImportedKeyMaterialCommandInput, cb: (err: any, data?: DeleteImportedKeyMaterialCommandOutput) => void): void;
94
- deleteImportedKeyMaterial(args: DeleteImportedKeyMaterialCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteImportedKeyMaterialCommandOutput) => void): void;
95
-
96
- describeCustomKeyStores(args: DescribeCustomKeyStoresCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCustomKeyStoresCommandOutput>;
97
- describeCustomKeyStores(args: DescribeCustomKeyStoresCommandInput, cb: (err: any, data?: DescribeCustomKeyStoresCommandOutput) => void): void;
98
- describeCustomKeyStores(args: DescribeCustomKeyStoresCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCustomKeyStoresCommandOutput) => void): void;
99
-
100
- describeKey(args: DescribeKeyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeKeyCommandOutput>;
101
- describeKey(args: DescribeKeyCommandInput, cb: (err: any, data?: DescribeKeyCommandOutput) => void): void;
102
- describeKey(args: DescribeKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeKeyCommandOutput) => void): void;
103
-
104
- disableKey(args: DisableKeyCommandInput, options?: __HttpHandlerOptions): Promise<DisableKeyCommandOutput>;
105
- disableKey(args: DisableKeyCommandInput, cb: (err: any, data?: DisableKeyCommandOutput) => void): void;
106
- disableKey(args: DisableKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableKeyCommandOutput) => void): void;
107
-
108
- disableKeyRotation(args: DisableKeyRotationCommandInput, options?: __HttpHandlerOptions): Promise<DisableKeyRotationCommandOutput>;
109
- disableKeyRotation(args: DisableKeyRotationCommandInput, cb: (err: any, data?: DisableKeyRotationCommandOutput) => void): void;
110
- disableKeyRotation(args: DisableKeyRotationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableKeyRotationCommandOutput) => void): void;
111
-
112
- disconnectCustomKeyStore(args: DisconnectCustomKeyStoreCommandInput, options?: __HttpHandlerOptions): Promise<DisconnectCustomKeyStoreCommandOutput>;
113
- disconnectCustomKeyStore(args: DisconnectCustomKeyStoreCommandInput, cb: (err: any, data?: DisconnectCustomKeyStoreCommandOutput) => void): void;
114
- disconnectCustomKeyStore(args: DisconnectCustomKeyStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisconnectCustomKeyStoreCommandOutput) => void): void;
115
-
116
- enableKey(args: EnableKeyCommandInput, options?: __HttpHandlerOptions): Promise<EnableKeyCommandOutput>;
117
- enableKey(args: EnableKeyCommandInput, cb: (err: any, data?: EnableKeyCommandOutput) => void): void;
118
- enableKey(args: EnableKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableKeyCommandOutput) => void): void;
119
-
120
- enableKeyRotation(args: EnableKeyRotationCommandInput, options?: __HttpHandlerOptions): Promise<EnableKeyRotationCommandOutput>;
121
- enableKeyRotation(args: EnableKeyRotationCommandInput, cb: (err: any, data?: EnableKeyRotationCommandOutput) => void): void;
122
- enableKeyRotation(args: EnableKeyRotationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableKeyRotationCommandOutput) => void): void;
123
-
124
- encrypt(args: EncryptCommandInput, options?: __HttpHandlerOptions): Promise<EncryptCommandOutput>;
125
- encrypt(args: EncryptCommandInput, cb: (err: any, data?: EncryptCommandOutput) => void): void;
126
- encrypt(args: EncryptCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EncryptCommandOutput) => void): void;
127
-
128
- generateDataKey(args: GenerateDataKeyCommandInput, options?: __HttpHandlerOptions): Promise<GenerateDataKeyCommandOutput>;
129
- generateDataKey(args: GenerateDataKeyCommandInput, cb: (err: any, data?: GenerateDataKeyCommandOutput) => void): void;
130
- generateDataKey(args: GenerateDataKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateDataKeyCommandOutput) => void): void;
131
-
132
- generateDataKeyPair(args: GenerateDataKeyPairCommandInput, options?: __HttpHandlerOptions): Promise<GenerateDataKeyPairCommandOutput>;
133
- generateDataKeyPair(args: GenerateDataKeyPairCommandInput, cb: (err: any, data?: GenerateDataKeyPairCommandOutput) => void): void;
134
- generateDataKeyPair(args: GenerateDataKeyPairCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateDataKeyPairCommandOutput) => void): void;
135
-
136
- generateDataKeyPairWithoutPlaintext(args: GenerateDataKeyPairWithoutPlaintextCommandInput, options?: __HttpHandlerOptions): Promise<GenerateDataKeyPairWithoutPlaintextCommandOutput>;
137
- generateDataKeyPairWithoutPlaintext(args: GenerateDataKeyPairWithoutPlaintextCommandInput, cb: (err: any, data?: GenerateDataKeyPairWithoutPlaintextCommandOutput) => void): void;
138
- generateDataKeyPairWithoutPlaintext(args: GenerateDataKeyPairWithoutPlaintextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateDataKeyPairWithoutPlaintextCommandOutput) => void): void;
139
-
140
- generateDataKeyWithoutPlaintext(args: GenerateDataKeyWithoutPlaintextCommandInput, options?: __HttpHandlerOptions): Promise<GenerateDataKeyWithoutPlaintextCommandOutput>;
141
- generateDataKeyWithoutPlaintext(args: GenerateDataKeyWithoutPlaintextCommandInput, cb: (err: any, data?: GenerateDataKeyWithoutPlaintextCommandOutput) => void): void;
142
- generateDataKeyWithoutPlaintext(args: GenerateDataKeyWithoutPlaintextCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateDataKeyWithoutPlaintextCommandOutput) => void): void;
143
-
144
- generateMac(args: GenerateMacCommandInput, options?: __HttpHandlerOptions): Promise<GenerateMacCommandOutput>;
145
- generateMac(args: GenerateMacCommandInput, cb: (err: any, data?: GenerateMacCommandOutput) => void): void;
146
- generateMac(args: GenerateMacCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateMacCommandOutput) => void): void;
147
-
148
- generateRandom(args: GenerateRandomCommandInput, options?: __HttpHandlerOptions): Promise<GenerateRandomCommandOutput>;
149
- generateRandom(args: GenerateRandomCommandInput, cb: (err: any, data?: GenerateRandomCommandOutput) => void): void;
150
- generateRandom(args: GenerateRandomCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateRandomCommandOutput) => void): void;
151
-
152
- getKeyPolicy(args: GetKeyPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetKeyPolicyCommandOutput>;
153
- getKeyPolicy(args: GetKeyPolicyCommandInput, cb: (err: any, data?: GetKeyPolicyCommandOutput) => void): void;
154
- getKeyPolicy(args: GetKeyPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKeyPolicyCommandOutput) => void): void;
155
-
156
- getKeyRotationStatus(args: GetKeyRotationStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetKeyRotationStatusCommandOutput>;
157
- getKeyRotationStatus(args: GetKeyRotationStatusCommandInput, cb: (err: any, data?: GetKeyRotationStatusCommandOutput) => void): void;
158
- getKeyRotationStatus(args: GetKeyRotationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetKeyRotationStatusCommandOutput) => void): void;
159
-
160
- getParametersForImport(args: GetParametersForImportCommandInput, options?: __HttpHandlerOptions): Promise<GetParametersForImportCommandOutput>;
161
- getParametersForImport(args: GetParametersForImportCommandInput, cb: (err: any, data?: GetParametersForImportCommandOutput) => void): void;
162
- getParametersForImport(args: GetParametersForImportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetParametersForImportCommandOutput) => void): void;
163
-
164
- getPublicKey(args: GetPublicKeyCommandInput, options?: __HttpHandlerOptions): Promise<GetPublicKeyCommandOutput>;
165
- getPublicKey(args: GetPublicKeyCommandInput, cb: (err: any, data?: GetPublicKeyCommandOutput) => void): void;
166
- getPublicKey(args: GetPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPublicKeyCommandOutput) => void): void;
167
-
168
- importKeyMaterial(args: ImportKeyMaterialCommandInput, options?: __HttpHandlerOptions): Promise<ImportKeyMaterialCommandOutput>;
169
- importKeyMaterial(args: ImportKeyMaterialCommandInput, cb: (err: any, data?: ImportKeyMaterialCommandOutput) => void): void;
170
- importKeyMaterial(args: ImportKeyMaterialCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportKeyMaterialCommandOutput) => void): void;
171
-
172
- listAliases(args: ListAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListAliasesCommandOutput>;
173
- listAliases(args: ListAliasesCommandInput, cb: (err: any, data?: ListAliasesCommandOutput) => void): void;
174
- listAliases(args: ListAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAliasesCommandOutput) => void): void;
175
-
176
- listGrants(args: ListGrantsCommandInput, options?: __HttpHandlerOptions): Promise<ListGrantsCommandOutput>;
177
- listGrants(args: ListGrantsCommandInput, cb: (err: any, data?: ListGrantsCommandOutput) => void): void;
178
- listGrants(args: ListGrantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGrantsCommandOutput) => void): void;
179
-
180
- listKeyPolicies(args: ListKeyPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListKeyPoliciesCommandOutput>;
181
- listKeyPolicies(args: ListKeyPoliciesCommandInput, cb: (err: any, data?: ListKeyPoliciesCommandOutput) => void): void;
182
- listKeyPolicies(args: ListKeyPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKeyPoliciesCommandOutput) => void): void;
183
-
184
- listKeys(args: ListKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListKeysCommandOutput>;
185
- listKeys(args: ListKeysCommandInput, cb: (err: any, data?: ListKeysCommandOutput) => void): void;
186
- listKeys(args: ListKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListKeysCommandOutput) => void): void;
187
-
188
- listResourceTags(args: ListResourceTagsCommandInput, options?: __HttpHandlerOptions): Promise<ListResourceTagsCommandOutput>;
189
- listResourceTags(args: ListResourceTagsCommandInput, cb: (err: any, data?: ListResourceTagsCommandOutput) => void): void;
190
- listResourceTags(args: ListResourceTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourceTagsCommandOutput) => void): void;
191
-
192
- listRetirableGrants(args: ListRetirableGrantsCommandInput, options?: __HttpHandlerOptions): Promise<ListRetirableGrantsCommandOutput>;
193
- listRetirableGrants(args: ListRetirableGrantsCommandInput, cb: (err: any, data?: ListRetirableGrantsCommandOutput) => void): void;
194
- listRetirableGrants(args: ListRetirableGrantsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRetirableGrantsCommandOutput) => void): void;
195
-
196
- putKeyPolicy(args: PutKeyPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutKeyPolicyCommandOutput>;
197
- putKeyPolicy(args: PutKeyPolicyCommandInput, cb: (err: any, data?: PutKeyPolicyCommandOutput) => void): void;
198
- putKeyPolicy(args: PutKeyPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutKeyPolicyCommandOutput) => void): void;
199
-
200
- reEncrypt(args: ReEncryptCommandInput, options?: __HttpHandlerOptions): Promise<ReEncryptCommandOutput>;
201
- reEncrypt(args: ReEncryptCommandInput, cb: (err: any, data?: ReEncryptCommandOutput) => void): void;
202
- reEncrypt(args: ReEncryptCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReEncryptCommandOutput) => void): void;
203
-
204
- replicateKey(args: ReplicateKeyCommandInput, options?: __HttpHandlerOptions): Promise<ReplicateKeyCommandOutput>;
205
- replicateKey(args: ReplicateKeyCommandInput, cb: (err: any, data?: ReplicateKeyCommandOutput) => void): void;
206
- replicateKey(args: ReplicateKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReplicateKeyCommandOutput) => void): void;
207
-
208
- retireGrant(args: RetireGrantCommandInput, options?: __HttpHandlerOptions): Promise<RetireGrantCommandOutput>;
209
- retireGrant(args: RetireGrantCommandInput, cb: (err: any, data?: RetireGrantCommandOutput) => void): void;
210
- retireGrant(args: RetireGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RetireGrantCommandOutput) => void): void;
211
-
212
- revokeGrant(args: RevokeGrantCommandInput, options?: __HttpHandlerOptions): Promise<RevokeGrantCommandOutput>;
213
- revokeGrant(args: RevokeGrantCommandInput, cb: (err: any, data?: RevokeGrantCommandOutput) => void): void;
214
- revokeGrant(args: RevokeGrantCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RevokeGrantCommandOutput) => void): void;
215
-
216
- scheduleKeyDeletion(args: ScheduleKeyDeletionCommandInput, options?: __HttpHandlerOptions): Promise<ScheduleKeyDeletionCommandOutput>;
217
- scheduleKeyDeletion(args: ScheduleKeyDeletionCommandInput, cb: (err: any, data?: ScheduleKeyDeletionCommandOutput) => void): void;
218
- scheduleKeyDeletion(args: ScheduleKeyDeletionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ScheduleKeyDeletionCommandOutput) => void): void;
219
-
220
- sign(args: SignCommandInput, options?: __HttpHandlerOptions): Promise<SignCommandOutput>;
221
- sign(args: SignCommandInput, cb: (err: any, data?: SignCommandOutput) => void): void;
222
- sign(args: SignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SignCommandOutput) => void): void;
223
-
224
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
225
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
226
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
227
-
228
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
229
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
230
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
231
-
232
- updateAlias(args: UpdateAliasCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAliasCommandOutput>;
233
- updateAlias(args: UpdateAliasCommandInput, cb: (err: any, data?: UpdateAliasCommandOutput) => void): void;
234
- updateAlias(args: UpdateAliasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAliasCommandOutput) => void): void;
235
-
236
- updateCustomKeyStore(args: UpdateCustomKeyStoreCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCustomKeyStoreCommandOutput>;
237
- updateCustomKeyStore(args: UpdateCustomKeyStoreCommandInput, cb: (err: any, data?: UpdateCustomKeyStoreCommandOutput) => void): void;
238
- updateCustomKeyStore(args: UpdateCustomKeyStoreCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCustomKeyStoreCommandOutput) => void): void;
239
-
240
- updateKeyDescription(args: UpdateKeyDescriptionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateKeyDescriptionCommandOutput>;
241
- updateKeyDescription(args: UpdateKeyDescriptionCommandInput, cb: (err: any, data?: UpdateKeyDescriptionCommandOutput) => void): void;
242
- updateKeyDescription(args: UpdateKeyDescriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateKeyDescriptionCommandOutput) => void): void;
243
-
244
- updatePrimaryRegion(args: UpdatePrimaryRegionCommandInput, options?: __HttpHandlerOptions): Promise<UpdatePrimaryRegionCommandOutput>;
245
- updatePrimaryRegion(args: UpdatePrimaryRegionCommandInput, cb: (err: any, data?: UpdatePrimaryRegionCommandOutput) => void): void;
246
- updatePrimaryRegion(args: UpdatePrimaryRegionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdatePrimaryRegionCommandOutput) => void): void;
247
-
248
- verify(args: VerifyCommandInput, options?: __HttpHandlerOptions): Promise<VerifyCommandOutput>;
249
- verify(args: VerifyCommandInput, cb: (err: any, data?: VerifyCommandOutput) => void): void;
250
- verify(args: VerifyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifyCommandOutput) => void): void;
251
-
252
- verifyMac(args: VerifyMacCommandInput, options?: __HttpHandlerOptions): Promise<VerifyMacCommandOutput>;
253
- verifyMac(args: VerifyMacCommandInput, cb: (err: any, data?: VerifyMacCommandOutput) => void): void;
254
- verifyMac(args: VerifyMacCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: VerifyMacCommandOutput) => void): void;
255
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ CancelKeyDeletionCommandInput,
4
+ CancelKeyDeletionCommandOutput,
5
+ } from "./commands/CancelKeyDeletionCommand";
6
+ import {
7
+ ConnectCustomKeyStoreCommandInput,
8
+ ConnectCustomKeyStoreCommandOutput,
9
+ } from "./commands/ConnectCustomKeyStoreCommand";
10
+ import {
11
+ CreateAliasCommandInput,
12
+ CreateAliasCommandOutput,
13
+ } from "./commands/CreateAliasCommand";
14
+ import {
15
+ CreateCustomKeyStoreCommandInput,
16
+ CreateCustomKeyStoreCommandOutput,
17
+ } from "./commands/CreateCustomKeyStoreCommand";
18
+ import {
19
+ CreateGrantCommandInput,
20
+ CreateGrantCommandOutput,
21
+ } from "./commands/CreateGrantCommand";
22
+ import {
23
+ CreateKeyCommandInput,
24
+ CreateKeyCommandOutput,
25
+ } from "./commands/CreateKeyCommand";
26
+ import {
27
+ DecryptCommandInput,
28
+ DecryptCommandOutput,
29
+ } from "./commands/DecryptCommand";
30
+ import {
31
+ DeleteAliasCommandInput,
32
+ DeleteAliasCommandOutput,
33
+ } from "./commands/DeleteAliasCommand";
34
+ import {
35
+ DeleteCustomKeyStoreCommandInput,
36
+ DeleteCustomKeyStoreCommandOutput,
37
+ } from "./commands/DeleteCustomKeyStoreCommand";
38
+ import {
39
+ DeleteImportedKeyMaterialCommandInput,
40
+ DeleteImportedKeyMaterialCommandOutput,
41
+ } from "./commands/DeleteImportedKeyMaterialCommand";
42
+ import {
43
+ DescribeCustomKeyStoresCommandInput,
44
+ DescribeCustomKeyStoresCommandOutput,
45
+ } from "./commands/DescribeCustomKeyStoresCommand";
46
+ import {
47
+ DescribeKeyCommandInput,
48
+ DescribeKeyCommandOutput,
49
+ } from "./commands/DescribeKeyCommand";
50
+ import {
51
+ DisableKeyCommandInput,
52
+ DisableKeyCommandOutput,
53
+ } from "./commands/DisableKeyCommand";
54
+ import {
55
+ DisableKeyRotationCommandInput,
56
+ DisableKeyRotationCommandOutput,
57
+ } from "./commands/DisableKeyRotationCommand";
58
+ import {
59
+ DisconnectCustomKeyStoreCommandInput,
60
+ DisconnectCustomKeyStoreCommandOutput,
61
+ } from "./commands/DisconnectCustomKeyStoreCommand";
62
+ import {
63
+ EnableKeyCommandInput,
64
+ EnableKeyCommandOutput,
65
+ } from "./commands/EnableKeyCommand";
66
+ import {
67
+ EnableKeyRotationCommandInput,
68
+ EnableKeyRotationCommandOutput,
69
+ } from "./commands/EnableKeyRotationCommand";
70
+ import {
71
+ EncryptCommandInput,
72
+ EncryptCommandOutput,
73
+ } from "./commands/EncryptCommand";
74
+ import {
75
+ GenerateDataKeyCommandInput,
76
+ GenerateDataKeyCommandOutput,
77
+ } from "./commands/GenerateDataKeyCommand";
78
+ import {
79
+ GenerateDataKeyPairCommandInput,
80
+ GenerateDataKeyPairCommandOutput,
81
+ } from "./commands/GenerateDataKeyPairCommand";
82
+ import {
83
+ GenerateDataKeyPairWithoutPlaintextCommandInput,
84
+ GenerateDataKeyPairWithoutPlaintextCommandOutput,
85
+ } from "./commands/GenerateDataKeyPairWithoutPlaintextCommand";
86
+ import {
87
+ GenerateDataKeyWithoutPlaintextCommandInput,
88
+ GenerateDataKeyWithoutPlaintextCommandOutput,
89
+ } from "./commands/GenerateDataKeyWithoutPlaintextCommand";
90
+ import {
91
+ GenerateMacCommandInput,
92
+ GenerateMacCommandOutput,
93
+ } from "./commands/GenerateMacCommand";
94
+ import {
95
+ GenerateRandomCommandInput,
96
+ GenerateRandomCommandOutput,
97
+ } from "./commands/GenerateRandomCommand";
98
+ import {
99
+ GetKeyPolicyCommandInput,
100
+ GetKeyPolicyCommandOutput,
101
+ } from "./commands/GetKeyPolicyCommand";
102
+ import {
103
+ GetKeyRotationStatusCommandInput,
104
+ GetKeyRotationStatusCommandOutput,
105
+ } from "./commands/GetKeyRotationStatusCommand";
106
+ import {
107
+ GetParametersForImportCommandInput,
108
+ GetParametersForImportCommandOutput,
109
+ } from "./commands/GetParametersForImportCommand";
110
+ import {
111
+ GetPublicKeyCommandInput,
112
+ GetPublicKeyCommandOutput,
113
+ } from "./commands/GetPublicKeyCommand";
114
+ import {
115
+ ImportKeyMaterialCommandInput,
116
+ ImportKeyMaterialCommandOutput,
117
+ } from "./commands/ImportKeyMaterialCommand";
118
+ import {
119
+ ListAliasesCommandInput,
120
+ ListAliasesCommandOutput,
121
+ } from "./commands/ListAliasesCommand";
122
+ import {
123
+ ListGrantsCommandInput,
124
+ ListGrantsCommandOutput,
125
+ } from "./commands/ListGrantsCommand";
126
+ import {
127
+ ListKeyPoliciesCommandInput,
128
+ ListKeyPoliciesCommandOutput,
129
+ } from "./commands/ListKeyPoliciesCommand";
130
+ import {
131
+ ListKeysCommandInput,
132
+ ListKeysCommandOutput,
133
+ } from "./commands/ListKeysCommand";
134
+ import {
135
+ ListResourceTagsCommandInput,
136
+ ListResourceTagsCommandOutput,
137
+ } from "./commands/ListResourceTagsCommand";
138
+ import {
139
+ ListRetirableGrantsCommandInput,
140
+ ListRetirableGrantsCommandOutput,
141
+ } from "./commands/ListRetirableGrantsCommand";
142
+ import {
143
+ PutKeyPolicyCommandInput,
144
+ PutKeyPolicyCommandOutput,
145
+ } from "./commands/PutKeyPolicyCommand";
146
+ import {
147
+ ReEncryptCommandInput,
148
+ ReEncryptCommandOutput,
149
+ } from "./commands/ReEncryptCommand";
150
+ import {
151
+ ReplicateKeyCommandInput,
152
+ ReplicateKeyCommandOutput,
153
+ } from "./commands/ReplicateKeyCommand";
154
+ import {
155
+ RetireGrantCommandInput,
156
+ RetireGrantCommandOutput,
157
+ } from "./commands/RetireGrantCommand";
158
+ import {
159
+ RevokeGrantCommandInput,
160
+ RevokeGrantCommandOutput,
161
+ } from "./commands/RevokeGrantCommand";
162
+ import {
163
+ ScheduleKeyDeletionCommandInput,
164
+ ScheduleKeyDeletionCommandOutput,
165
+ } from "./commands/ScheduleKeyDeletionCommand";
166
+ import { SignCommandInput, SignCommandOutput } from "./commands/SignCommand";
167
+ import {
168
+ TagResourceCommandInput,
169
+ TagResourceCommandOutput,
170
+ } from "./commands/TagResourceCommand";
171
+ import {
172
+ UntagResourceCommandInput,
173
+ UntagResourceCommandOutput,
174
+ } from "./commands/UntagResourceCommand";
175
+ import {
176
+ UpdateAliasCommandInput,
177
+ UpdateAliasCommandOutput,
178
+ } from "./commands/UpdateAliasCommand";
179
+ import {
180
+ UpdateCustomKeyStoreCommandInput,
181
+ UpdateCustomKeyStoreCommandOutput,
182
+ } from "./commands/UpdateCustomKeyStoreCommand";
183
+ import {
184
+ UpdateKeyDescriptionCommandInput,
185
+ UpdateKeyDescriptionCommandOutput,
186
+ } from "./commands/UpdateKeyDescriptionCommand";
187
+ import {
188
+ UpdatePrimaryRegionCommandInput,
189
+ UpdatePrimaryRegionCommandOutput,
190
+ } from "./commands/UpdatePrimaryRegionCommand";
191
+ import {
192
+ VerifyCommandInput,
193
+ VerifyCommandOutput,
194
+ } from "./commands/VerifyCommand";
195
+ import {
196
+ VerifyMacCommandInput,
197
+ VerifyMacCommandOutput,
198
+ } from "./commands/VerifyMacCommand";
199
+ import { KMSClient } from "./KMSClient";
200
+
201
+ export declare class KMS extends KMSClient {
202
+ cancelKeyDeletion(
203
+ args: CancelKeyDeletionCommandInput,
204
+ options?: __HttpHandlerOptions
205
+ ): Promise<CancelKeyDeletionCommandOutput>;
206
+ cancelKeyDeletion(
207
+ args: CancelKeyDeletionCommandInput,
208
+ cb: (err: any, data?: CancelKeyDeletionCommandOutput) => void
209
+ ): void;
210
+ cancelKeyDeletion(
211
+ args: CancelKeyDeletionCommandInput,
212
+ options: __HttpHandlerOptions,
213
+ cb: (err: any, data?: CancelKeyDeletionCommandOutput) => void
214
+ ): void;
215
+
216
+ connectCustomKeyStore(
217
+ args: ConnectCustomKeyStoreCommandInput,
218
+ options?: __HttpHandlerOptions
219
+ ): Promise<ConnectCustomKeyStoreCommandOutput>;
220
+ connectCustomKeyStore(
221
+ args: ConnectCustomKeyStoreCommandInput,
222
+ cb: (err: any, data?: ConnectCustomKeyStoreCommandOutput) => void
223
+ ): void;
224
+ connectCustomKeyStore(
225
+ args: ConnectCustomKeyStoreCommandInput,
226
+ options: __HttpHandlerOptions,
227
+ cb: (err: any, data?: ConnectCustomKeyStoreCommandOutput) => void
228
+ ): void;
229
+
230
+ createAlias(
231
+ args: CreateAliasCommandInput,
232
+ options?: __HttpHandlerOptions
233
+ ): Promise<CreateAliasCommandOutput>;
234
+ createAlias(
235
+ args: CreateAliasCommandInput,
236
+ cb: (err: any, data?: CreateAliasCommandOutput) => void
237
+ ): void;
238
+ createAlias(
239
+ args: CreateAliasCommandInput,
240
+ options: __HttpHandlerOptions,
241
+ cb: (err: any, data?: CreateAliasCommandOutput) => void
242
+ ): void;
243
+
244
+ createCustomKeyStore(
245
+ args: CreateCustomKeyStoreCommandInput,
246
+ options?: __HttpHandlerOptions
247
+ ): Promise<CreateCustomKeyStoreCommandOutput>;
248
+ createCustomKeyStore(
249
+ args: CreateCustomKeyStoreCommandInput,
250
+ cb: (err: any, data?: CreateCustomKeyStoreCommandOutput) => void
251
+ ): void;
252
+ createCustomKeyStore(
253
+ args: CreateCustomKeyStoreCommandInput,
254
+ options: __HttpHandlerOptions,
255
+ cb: (err: any, data?: CreateCustomKeyStoreCommandOutput) => void
256
+ ): void;
257
+
258
+ createGrant(
259
+ args: CreateGrantCommandInput,
260
+ options?: __HttpHandlerOptions
261
+ ): Promise<CreateGrantCommandOutput>;
262
+ createGrant(
263
+ args: CreateGrantCommandInput,
264
+ cb: (err: any, data?: CreateGrantCommandOutput) => void
265
+ ): void;
266
+ createGrant(
267
+ args: CreateGrantCommandInput,
268
+ options: __HttpHandlerOptions,
269
+ cb: (err: any, data?: CreateGrantCommandOutput) => void
270
+ ): void;
271
+
272
+ createKey(
273
+ args: CreateKeyCommandInput,
274
+ options?: __HttpHandlerOptions
275
+ ): Promise<CreateKeyCommandOutput>;
276
+ createKey(
277
+ args: CreateKeyCommandInput,
278
+ cb: (err: any, data?: CreateKeyCommandOutput) => void
279
+ ): void;
280
+ createKey(
281
+ args: CreateKeyCommandInput,
282
+ options: __HttpHandlerOptions,
283
+ cb: (err: any, data?: CreateKeyCommandOutput) => void
284
+ ): void;
285
+
286
+ decrypt(
287
+ args: DecryptCommandInput,
288
+ options?: __HttpHandlerOptions
289
+ ): Promise<DecryptCommandOutput>;
290
+ decrypt(
291
+ args: DecryptCommandInput,
292
+ cb: (err: any, data?: DecryptCommandOutput) => void
293
+ ): void;
294
+ decrypt(
295
+ args: DecryptCommandInput,
296
+ options: __HttpHandlerOptions,
297
+ cb: (err: any, data?: DecryptCommandOutput) => void
298
+ ): void;
299
+
300
+ deleteAlias(
301
+ args: DeleteAliasCommandInput,
302
+ options?: __HttpHandlerOptions
303
+ ): Promise<DeleteAliasCommandOutput>;
304
+ deleteAlias(
305
+ args: DeleteAliasCommandInput,
306
+ cb: (err: any, data?: DeleteAliasCommandOutput) => void
307
+ ): void;
308
+ deleteAlias(
309
+ args: DeleteAliasCommandInput,
310
+ options: __HttpHandlerOptions,
311
+ cb: (err: any, data?: DeleteAliasCommandOutput) => void
312
+ ): void;
313
+
314
+ deleteCustomKeyStore(
315
+ args: DeleteCustomKeyStoreCommandInput,
316
+ options?: __HttpHandlerOptions
317
+ ): Promise<DeleteCustomKeyStoreCommandOutput>;
318
+ deleteCustomKeyStore(
319
+ args: DeleteCustomKeyStoreCommandInput,
320
+ cb: (err: any, data?: DeleteCustomKeyStoreCommandOutput) => void
321
+ ): void;
322
+ deleteCustomKeyStore(
323
+ args: DeleteCustomKeyStoreCommandInput,
324
+ options: __HttpHandlerOptions,
325
+ cb: (err: any, data?: DeleteCustomKeyStoreCommandOutput) => void
326
+ ): void;
327
+
328
+ deleteImportedKeyMaterial(
329
+ args: DeleteImportedKeyMaterialCommandInput,
330
+ options?: __HttpHandlerOptions
331
+ ): Promise<DeleteImportedKeyMaterialCommandOutput>;
332
+ deleteImportedKeyMaterial(
333
+ args: DeleteImportedKeyMaterialCommandInput,
334
+ cb: (err: any, data?: DeleteImportedKeyMaterialCommandOutput) => void
335
+ ): void;
336
+ deleteImportedKeyMaterial(
337
+ args: DeleteImportedKeyMaterialCommandInput,
338
+ options: __HttpHandlerOptions,
339
+ cb: (err: any, data?: DeleteImportedKeyMaterialCommandOutput) => void
340
+ ): void;
341
+
342
+ describeCustomKeyStores(
343
+ args: DescribeCustomKeyStoresCommandInput,
344
+ options?: __HttpHandlerOptions
345
+ ): Promise<DescribeCustomKeyStoresCommandOutput>;
346
+ describeCustomKeyStores(
347
+ args: DescribeCustomKeyStoresCommandInput,
348
+ cb: (err: any, data?: DescribeCustomKeyStoresCommandOutput) => void
349
+ ): void;
350
+ describeCustomKeyStores(
351
+ args: DescribeCustomKeyStoresCommandInput,
352
+ options: __HttpHandlerOptions,
353
+ cb: (err: any, data?: DescribeCustomKeyStoresCommandOutput) => void
354
+ ): void;
355
+
356
+ describeKey(
357
+ args: DescribeKeyCommandInput,
358
+ options?: __HttpHandlerOptions
359
+ ): Promise<DescribeKeyCommandOutput>;
360
+ describeKey(
361
+ args: DescribeKeyCommandInput,
362
+ cb: (err: any, data?: DescribeKeyCommandOutput) => void
363
+ ): void;
364
+ describeKey(
365
+ args: DescribeKeyCommandInput,
366
+ options: __HttpHandlerOptions,
367
+ cb: (err: any, data?: DescribeKeyCommandOutput) => void
368
+ ): void;
369
+
370
+ disableKey(
371
+ args: DisableKeyCommandInput,
372
+ options?: __HttpHandlerOptions
373
+ ): Promise<DisableKeyCommandOutput>;
374
+ disableKey(
375
+ args: DisableKeyCommandInput,
376
+ cb: (err: any, data?: DisableKeyCommandOutput) => void
377
+ ): void;
378
+ disableKey(
379
+ args: DisableKeyCommandInput,
380
+ options: __HttpHandlerOptions,
381
+ cb: (err: any, data?: DisableKeyCommandOutput) => void
382
+ ): void;
383
+
384
+ disableKeyRotation(
385
+ args: DisableKeyRotationCommandInput,
386
+ options?: __HttpHandlerOptions
387
+ ): Promise<DisableKeyRotationCommandOutput>;
388
+ disableKeyRotation(
389
+ args: DisableKeyRotationCommandInput,
390
+ cb: (err: any, data?: DisableKeyRotationCommandOutput) => void
391
+ ): void;
392
+ disableKeyRotation(
393
+ args: DisableKeyRotationCommandInput,
394
+ options: __HttpHandlerOptions,
395
+ cb: (err: any, data?: DisableKeyRotationCommandOutput) => void
396
+ ): void;
397
+
398
+ disconnectCustomKeyStore(
399
+ args: DisconnectCustomKeyStoreCommandInput,
400
+ options?: __HttpHandlerOptions
401
+ ): Promise<DisconnectCustomKeyStoreCommandOutput>;
402
+ disconnectCustomKeyStore(
403
+ args: DisconnectCustomKeyStoreCommandInput,
404
+ cb: (err: any, data?: DisconnectCustomKeyStoreCommandOutput) => void
405
+ ): void;
406
+ disconnectCustomKeyStore(
407
+ args: DisconnectCustomKeyStoreCommandInput,
408
+ options: __HttpHandlerOptions,
409
+ cb: (err: any, data?: DisconnectCustomKeyStoreCommandOutput) => void
410
+ ): void;
411
+
412
+ enableKey(
413
+ args: EnableKeyCommandInput,
414
+ options?: __HttpHandlerOptions
415
+ ): Promise<EnableKeyCommandOutput>;
416
+ enableKey(
417
+ args: EnableKeyCommandInput,
418
+ cb: (err: any, data?: EnableKeyCommandOutput) => void
419
+ ): void;
420
+ enableKey(
421
+ args: EnableKeyCommandInput,
422
+ options: __HttpHandlerOptions,
423
+ cb: (err: any, data?: EnableKeyCommandOutput) => void
424
+ ): void;
425
+
426
+ enableKeyRotation(
427
+ args: EnableKeyRotationCommandInput,
428
+ options?: __HttpHandlerOptions
429
+ ): Promise<EnableKeyRotationCommandOutput>;
430
+ enableKeyRotation(
431
+ args: EnableKeyRotationCommandInput,
432
+ cb: (err: any, data?: EnableKeyRotationCommandOutput) => void
433
+ ): void;
434
+ enableKeyRotation(
435
+ args: EnableKeyRotationCommandInput,
436
+ options: __HttpHandlerOptions,
437
+ cb: (err: any, data?: EnableKeyRotationCommandOutput) => void
438
+ ): void;
439
+
440
+ encrypt(
441
+ args: EncryptCommandInput,
442
+ options?: __HttpHandlerOptions
443
+ ): Promise<EncryptCommandOutput>;
444
+ encrypt(
445
+ args: EncryptCommandInput,
446
+ cb: (err: any, data?: EncryptCommandOutput) => void
447
+ ): void;
448
+ encrypt(
449
+ args: EncryptCommandInput,
450
+ options: __HttpHandlerOptions,
451
+ cb: (err: any, data?: EncryptCommandOutput) => void
452
+ ): void;
453
+
454
+ generateDataKey(
455
+ args: GenerateDataKeyCommandInput,
456
+ options?: __HttpHandlerOptions
457
+ ): Promise<GenerateDataKeyCommandOutput>;
458
+ generateDataKey(
459
+ args: GenerateDataKeyCommandInput,
460
+ cb: (err: any, data?: GenerateDataKeyCommandOutput) => void
461
+ ): void;
462
+ generateDataKey(
463
+ args: GenerateDataKeyCommandInput,
464
+ options: __HttpHandlerOptions,
465
+ cb: (err: any, data?: GenerateDataKeyCommandOutput) => void
466
+ ): void;
467
+
468
+ generateDataKeyPair(
469
+ args: GenerateDataKeyPairCommandInput,
470
+ options?: __HttpHandlerOptions
471
+ ): Promise<GenerateDataKeyPairCommandOutput>;
472
+ generateDataKeyPair(
473
+ args: GenerateDataKeyPairCommandInput,
474
+ cb: (err: any, data?: GenerateDataKeyPairCommandOutput) => void
475
+ ): void;
476
+ generateDataKeyPair(
477
+ args: GenerateDataKeyPairCommandInput,
478
+ options: __HttpHandlerOptions,
479
+ cb: (err: any, data?: GenerateDataKeyPairCommandOutput) => void
480
+ ): void;
481
+
482
+ generateDataKeyPairWithoutPlaintext(
483
+ args: GenerateDataKeyPairWithoutPlaintextCommandInput,
484
+ options?: __HttpHandlerOptions
485
+ ): Promise<GenerateDataKeyPairWithoutPlaintextCommandOutput>;
486
+ generateDataKeyPairWithoutPlaintext(
487
+ args: GenerateDataKeyPairWithoutPlaintextCommandInput,
488
+ cb: (
489
+ err: any,
490
+ data?: GenerateDataKeyPairWithoutPlaintextCommandOutput
491
+ ) => void
492
+ ): void;
493
+ generateDataKeyPairWithoutPlaintext(
494
+ args: GenerateDataKeyPairWithoutPlaintextCommandInput,
495
+ options: __HttpHandlerOptions,
496
+ cb: (
497
+ err: any,
498
+ data?: GenerateDataKeyPairWithoutPlaintextCommandOutput
499
+ ) => void
500
+ ): void;
501
+
502
+ generateDataKeyWithoutPlaintext(
503
+ args: GenerateDataKeyWithoutPlaintextCommandInput,
504
+ options?: __HttpHandlerOptions
505
+ ): Promise<GenerateDataKeyWithoutPlaintextCommandOutput>;
506
+ generateDataKeyWithoutPlaintext(
507
+ args: GenerateDataKeyWithoutPlaintextCommandInput,
508
+ cb: (err: any, data?: GenerateDataKeyWithoutPlaintextCommandOutput) => void
509
+ ): void;
510
+ generateDataKeyWithoutPlaintext(
511
+ args: GenerateDataKeyWithoutPlaintextCommandInput,
512
+ options: __HttpHandlerOptions,
513
+ cb: (err: any, data?: GenerateDataKeyWithoutPlaintextCommandOutput) => void
514
+ ): void;
515
+
516
+ generateMac(
517
+ args: GenerateMacCommandInput,
518
+ options?: __HttpHandlerOptions
519
+ ): Promise<GenerateMacCommandOutput>;
520
+ generateMac(
521
+ args: GenerateMacCommandInput,
522
+ cb: (err: any, data?: GenerateMacCommandOutput) => void
523
+ ): void;
524
+ generateMac(
525
+ args: GenerateMacCommandInput,
526
+ options: __HttpHandlerOptions,
527
+ cb: (err: any, data?: GenerateMacCommandOutput) => void
528
+ ): void;
529
+
530
+ generateRandom(
531
+ args: GenerateRandomCommandInput,
532
+ options?: __HttpHandlerOptions
533
+ ): Promise<GenerateRandomCommandOutput>;
534
+ generateRandom(
535
+ args: GenerateRandomCommandInput,
536
+ cb: (err: any, data?: GenerateRandomCommandOutput) => void
537
+ ): void;
538
+ generateRandom(
539
+ args: GenerateRandomCommandInput,
540
+ options: __HttpHandlerOptions,
541
+ cb: (err: any, data?: GenerateRandomCommandOutput) => void
542
+ ): void;
543
+
544
+ getKeyPolicy(
545
+ args: GetKeyPolicyCommandInput,
546
+ options?: __HttpHandlerOptions
547
+ ): Promise<GetKeyPolicyCommandOutput>;
548
+ getKeyPolicy(
549
+ args: GetKeyPolicyCommandInput,
550
+ cb: (err: any, data?: GetKeyPolicyCommandOutput) => void
551
+ ): void;
552
+ getKeyPolicy(
553
+ args: GetKeyPolicyCommandInput,
554
+ options: __HttpHandlerOptions,
555
+ cb: (err: any, data?: GetKeyPolicyCommandOutput) => void
556
+ ): void;
557
+
558
+ getKeyRotationStatus(
559
+ args: GetKeyRotationStatusCommandInput,
560
+ options?: __HttpHandlerOptions
561
+ ): Promise<GetKeyRotationStatusCommandOutput>;
562
+ getKeyRotationStatus(
563
+ args: GetKeyRotationStatusCommandInput,
564
+ cb: (err: any, data?: GetKeyRotationStatusCommandOutput) => void
565
+ ): void;
566
+ getKeyRotationStatus(
567
+ args: GetKeyRotationStatusCommandInput,
568
+ options: __HttpHandlerOptions,
569
+ cb: (err: any, data?: GetKeyRotationStatusCommandOutput) => void
570
+ ): void;
571
+
572
+ getParametersForImport(
573
+ args: GetParametersForImportCommandInput,
574
+ options?: __HttpHandlerOptions
575
+ ): Promise<GetParametersForImportCommandOutput>;
576
+ getParametersForImport(
577
+ args: GetParametersForImportCommandInput,
578
+ cb: (err: any, data?: GetParametersForImportCommandOutput) => void
579
+ ): void;
580
+ getParametersForImport(
581
+ args: GetParametersForImportCommandInput,
582
+ options: __HttpHandlerOptions,
583
+ cb: (err: any, data?: GetParametersForImportCommandOutput) => void
584
+ ): void;
585
+
586
+ getPublicKey(
587
+ args: GetPublicKeyCommandInput,
588
+ options?: __HttpHandlerOptions
589
+ ): Promise<GetPublicKeyCommandOutput>;
590
+ getPublicKey(
591
+ args: GetPublicKeyCommandInput,
592
+ cb: (err: any, data?: GetPublicKeyCommandOutput) => void
593
+ ): void;
594
+ getPublicKey(
595
+ args: GetPublicKeyCommandInput,
596
+ options: __HttpHandlerOptions,
597
+ cb: (err: any, data?: GetPublicKeyCommandOutput) => void
598
+ ): void;
599
+
600
+ importKeyMaterial(
601
+ args: ImportKeyMaterialCommandInput,
602
+ options?: __HttpHandlerOptions
603
+ ): Promise<ImportKeyMaterialCommandOutput>;
604
+ importKeyMaterial(
605
+ args: ImportKeyMaterialCommandInput,
606
+ cb: (err: any, data?: ImportKeyMaterialCommandOutput) => void
607
+ ): void;
608
+ importKeyMaterial(
609
+ args: ImportKeyMaterialCommandInput,
610
+ options: __HttpHandlerOptions,
611
+ cb: (err: any, data?: ImportKeyMaterialCommandOutput) => void
612
+ ): void;
613
+
614
+ listAliases(
615
+ args: ListAliasesCommandInput,
616
+ options?: __HttpHandlerOptions
617
+ ): Promise<ListAliasesCommandOutput>;
618
+ listAliases(
619
+ args: ListAliasesCommandInput,
620
+ cb: (err: any, data?: ListAliasesCommandOutput) => void
621
+ ): void;
622
+ listAliases(
623
+ args: ListAliasesCommandInput,
624
+ options: __HttpHandlerOptions,
625
+ cb: (err: any, data?: ListAliasesCommandOutput) => void
626
+ ): void;
627
+
628
+ listGrants(
629
+ args: ListGrantsCommandInput,
630
+ options?: __HttpHandlerOptions
631
+ ): Promise<ListGrantsCommandOutput>;
632
+ listGrants(
633
+ args: ListGrantsCommandInput,
634
+ cb: (err: any, data?: ListGrantsCommandOutput) => void
635
+ ): void;
636
+ listGrants(
637
+ args: ListGrantsCommandInput,
638
+ options: __HttpHandlerOptions,
639
+ cb: (err: any, data?: ListGrantsCommandOutput) => void
640
+ ): void;
641
+
642
+ listKeyPolicies(
643
+ args: ListKeyPoliciesCommandInput,
644
+ options?: __HttpHandlerOptions
645
+ ): Promise<ListKeyPoliciesCommandOutput>;
646
+ listKeyPolicies(
647
+ args: ListKeyPoliciesCommandInput,
648
+ cb: (err: any, data?: ListKeyPoliciesCommandOutput) => void
649
+ ): void;
650
+ listKeyPolicies(
651
+ args: ListKeyPoliciesCommandInput,
652
+ options: __HttpHandlerOptions,
653
+ cb: (err: any, data?: ListKeyPoliciesCommandOutput) => void
654
+ ): void;
655
+
656
+ listKeys(
657
+ args: ListKeysCommandInput,
658
+ options?: __HttpHandlerOptions
659
+ ): Promise<ListKeysCommandOutput>;
660
+ listKeys(
661
+ args: ListKeysCommandInput,
662
+ cb: (err: any, data?: ListKeysCommandOutput) => void
663
+ ): void;
664
+ listKeys(
665
+ args: ListKeysCommandInput,
666
+ options: __HttpHandlerOptions,
667
+ cb: (err: any, data?: ListKeysCommandOutput) => void
668
+ ): void;
669
+
670
+ listResourceTags(
671
+ args: ListResourceTagsCommandInput,
672
+ options?: __HttpHandlerOptions
673
+ ): Promise<ListResourceTagsCommandOutput>;
674
+ listResourceTags(
675
+ args: ListResourceTagsCommandInput,
676
+ cb: (err: any, data?: ListResourceTagsCommandOutput) => void
677
+ ): void;
678
+ listResourceTags(
679
+ args: ListResourceTagsCommandInput,
680
+ options: __HttpHandlerOptions,
681
+ cb: (err: any, data?: ListResourceTagsCommandOutput) => void
682
+ ): void;
683
+
684
+ listRetirableGrants(
685
+ args: ListRetirableGrantsCommandInput,
686
+ options?: __HttpHandlerOptions
687
+ ): Promise<ListRetirableGrantsCommandOutput>;
688
+ listRetirableGrants(
689
+ args: ListRetirableGrantsCommandInput,
690
+ cb: (err: any, data?: ListRetirableGrantsCommandOutput) => void
691
+ ): void;
692
+ listRetirableGrants(
693
+ args: ListRetirableGrantsCommandInput,
694
+ options: __HttpHandlerOptions,
695
+ cb: (err: any, data?: ListRetirableGrantsCommandOutput) => void
696
+ ): void;
697
+
698
+ putKeyPolicy(
699
+ args: PutKeyPolicyCommandInput,
700
+ options?: __HttpHandlerOptions
701
+ ): Promise<PutKeyPolicyCommandOutput>;
702
+ putKeyPolicy(
703
+ args: PutKeyPolicyCommandInput,
704
+ cb: (err: any, data?: PutKeyPolicyCommandOutput) => void
705
+ ): void;
706
+ putKeyPolicy(
707
+ args: PutKeyPolicyCommandInput,
708
+ options: __HttpHandlerOptions,
709
+ cb: (err: any, data?: PutKeyPolicyCommandOutput) => void
710
+ ): void;
711
+
712
+ reEncrypt(
713
+ args: ReEncryptCommandInput,
714
+ options?: __HttpHandlerOptions
715
+ ): Promise<ReEncryptCommandOutput>;
716
+ reEncrypt(
717
+ args: ReEncryptCommandInput,
718
+ cb: (err: any, data?: ReEncryptCommandOutput) => void
719
+ ): void;
720
+ reEncrypt(
721
+ args: ReEncryptCommandInput,
722
+ options: __HttpHandlerOptions,
723
+ cb: (err: any, data?: ReEncryptCommandOutput) => void
724
+ ): void;
725
+
726
+ replicateKey(
727
+ args: ReplicateKeyCommandInput,
728
+ options?: __HttpHandlerOptions
729
+ ): Promise<ReplicateKeyCommandOutput>;
730
+ replicateKey(
731
+ args: ReplicateKeyCommandInput,
732
+ cb: (err: any, data?: ReplicateKeyCommandOutput) => void
733
+ ): void;
734
+ replicateKey(
735
+ args: ReplicateKeyCommandInput,
736
+ options: __HttpHandlerOptions,
737
+ cb: (err: any, data?: ReplicateKeyCommandOutput) => void
738
+ ): void;
739
+
740
+ retireGrant(
741
+ args: RetireGrantCommandInput,
742
+ options?: __HttpHandlerOptions
743
+ ): Promise<RetireGrantCommandOutput>;
744
+ retireGrant(
745
+ args: RetireGrantCommandInput,
746
+ cb: (err: any, data?: RetireGrantCommandOutput) => void
747
+ ): void;
748
+ retireGrant(
749
+ args: RetireGrantCommandInput,
750
+ options: __HttpHandlerOptions,
751
+ cb: (err: any, data?: RetireGrantCommandOutput) => void
752
+ ): void;
753
+
754
+ revokeGrant(
755
+ args: RevokeGrantCommandInput,
756
+ options?: __HttpHandlerOptions
757
+ ): Promise<RevokeGrantCommandOutput>;
758
+ revokeGrant(
759
+ args: RevokeGrantCommandInput,
760
+ cb: (err: any, data?: RevokeGrantCommandOutput) => void
761
+ ): void;
762
+ revokeGrant(
763
+ args: RevokeGrantCommandInput,
764
+ options: __HttpHandlerOptions,
765
+ cb: (err: any, data?: RevokeGrantCommandOutput) => void
766
+ ): void;
767
+
768
+ scheduleKeyDeletion(
769
+ args: ScheduleKeyDeletionCommandInput,
770
+ options?: __HttpHandlerOptions
771
+ ): Promise<ScheduleKeyDeletionCommandOutput>;
772
+ scheduleKeyDeletion(
773
+ args: ScheduleKeyDeletionCommandInput,
774
+ cb: (err: any, data?: ScheduleKeyDeletionCommandOutput) => void
775
+ ): void;
776
+ scheduleKeyDeletion(
777
+ args: ScheduleKeyDeletionCommandInput,
778
+ options: __HttpHandlerOptions,
779
+ cb: (err: any, data?: ScheduleKeyDeletionCommandOutput) => void
780
+ ): void;
781
+
782
+ sign(
783
+ args: SignCommandInput,
784
+ options?: __HttpHandlerOptions
785
+ ): Promise<SignCommandOutput>;
786
+ sign(
787
+ args: SignCommandInput,
788
+ cb: (err: any, data?: SignCommandOutput) => void
789
+ ): void;
790
+ sign(
791
+ args: SignCommandInput,
792
+ options: __HttpHandlerOptions,
793
+ cb: (err: any, data?: SignCommandOutput) => void
794
+ ): void;
795
+
796
+ tagResource(
797
+ args: TagResourceCommandInput,
798
+ options?: __HttpHandlerOptions
799
+ ): Promise<TagResourceCommandOutput>;
800
+ tagResource(
801
+ args: TagResourceCommandInput,
802
+ cb: (err: any, data?: TagResourceCommandOutput) => void
803
+ ): void;
804
+ tagResource(
805
+ args: TagResourceCommandInput,
806
+ options: __HttpHandlerOptions,
807
+ cb: (err: any, data?: TagResourceCommandOutput) => void
808
+ ): void;
809
+
810
+ untagResource(
811
+ args: UntagResourceCommandInput,
812
+ options?: __HttpHandlerOptions
813
+ ): Promise<UntagResourceCommandOutput>;
814
+ untagResource(
815
+ args: UntagResourceCommandInput,
816
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
817
+ ): void;
818
+ untagResource(
819
+ args: UntagResourceCommandInput,
820
+ options: __HttpHandlerOptions,
821
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
822
+ ): void;
823
+
824
+ updateAlias(
825
+ args: UpdateAliasCommandInput,
826
+ options?: __HttpHandlerOptions
827
+ ): Promise<UpdateAliasCommandOutput>;
828
+ updateAlias(
829
+ args: UpdateAliasCommandInput,
830
+ cb: (err: any, data?: UpdateAliasCommandOutput) => void
831
+ ): void;
832
+ updateAlias(
833
+ args: UpdateAliasCommandInput,
834
+ options: __HttpHandlerOptions,
835
+ cb: (err: any, data?: UpdateAliasCommandOutput) => void
836
+ ): void;
837
+
838
+ updateCustomKeyStore(
839
+ args: UpdateCustomKeyStoreCommandInput,
840
+ options?: __HttpHandlerOptions
841
+ ): Promise<UpdateCustomKeyStoreCommandOutput>;
842
+ updateCustomKeyStore(
843
+ args: UpdateCustomKeyStoreCommandInput,
844
+ cb: (err: any, data?: UpdateCustomKeyStoreCommandOutput) => void
845
+ ): void;
846
+ updateCustomKeyStore(
847
+ args: UpdateCustomKeyStoreCommandInput,
848
+ options: __HttpHandlerOptions,
849
+ cb: (err: any, data?: UpdateCustomKeyStoreCommandOutput) => void
850
+ ): void;
851
+
852
+ updateKeyDescription(
853
+ args: UpdateKeyDescriptionCommandInput,
854
+ options?: __HttpHandlerOptions
855
+ ): Promise<UpdateKeyDescriptionCommandOutput>;
856
+ updateKeyDescription(
857
+ args: UpdateKeyDescriptionCommandInput,
858
+ cb: (err: any, data?: UpdateKeyDescriptionCommandOutput) => void
859
+ ): void;
860
+ updateKeyDescription(
861
+ args: UpdateKeyDescriptionCommandInput,
862
+ options: __HttpHandlerOptions,
863
+ cb: (err: any, data?: UpdateKeyDescriptionCommandOutput) => void
864
+ ): void;
865
+
866
+ updatePrimaryRegion(
867
+ args: UpdatePrimaryRegionCommandInput,
868
+ options?: __HttpHandlerOptions
869
+ ): Promise<UpdatePrimaryRegionCommandOutput>;
870
+ updatePrimaryRegion(
871
+ args: UpdatePrimaryRegionCommandInput,
872
+ cb: (err: any, data?: UpdatePrimaryRegionCommandOutput) => void
873
+ ): void;
874
+ updatePrimaryRegion(
875
+ args: UpdatePrimaryRegionCommandInput,
876
+ options: __HttpHandlerOptions,
877
+ cb: (err: any, data?: UpdatePrimaryRegionCommandOutput) => void
878
+ ): void;
879
+
880
+ verify(
881
+ args: VerifyCommandInput,
882
+ options?: __HttpHandlerOptions
883
+ ): Promise<VerifyCommandOutput>;
884
+ verify(
885
+ args: VerifyCommandInput,
886
+ cb: (err: any, data?: VerifyCommandOutput) => void
887
+ ): void;
888
+ verify(
889
+ args: VerifyCommandInput,
890
+ options: __HttpHandlerOptions,
891
+ cb: (err: any, data?: VerifyCommandOutput) => void
892
+ ): void;
893
+
894
+ verifyMac(
895
+ args: VerifyMacCommandInput,
896
+ options?: __HttpHandlerOptions
897
+ ): Promise<VerifyMacCommandOutput>;
898
+ verifyMac(
899
+ args: VerifyMacCommandInput,
900
+ cb: (err: any, data?: VerifyMacCommandOutput) => void
901
+ ): void;
902
+ verifyMac(
903
+ args: VerifyMacCommandInput,
904
+ options: __HttpHandlerOptions,
905
+ cb: (err: any, data?: VerifyMacCommandOutput) => void
906
+ ): void;
907
+ }