@aws-sdk/client-kms 3.169.0 → 3.171.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 +857 -255
  3. package/dist-types/ts3.4/KMSClient.d.ts +400 -123
  4. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +36 -17
  5. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +30 -17
  7. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +32 -17
  9. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
  12. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +30 -17
  17. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +31 -17
  18. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +30 -17
  20. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +31 -17
  21. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +35 -17
  28. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +39 -17
  30. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +36 -17
  33. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +35 -17
  36. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +32 -17
  37. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +30 -17
  40. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +32 -17
  41. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +30 -17
  43. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +30 -17
  44. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/SignCommand.d.ts +30 -17
  46. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  47. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  48. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +30 -17
  49. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +31 -17
  52. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +30 -17
  53. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +32 -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 +7 -6
  58. package/dist-types/ts3.4/models/index.d.ts +1 -1
  59. package/dist-types/ts3.4/models/models_0.d.ts +1154 -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 +65 -38
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  74. package/package.json +34 -34
@@ -1,255 +1,857 @@
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
+ export declare class KMS extends KMSClient {
201
+ cancelKeyDeletion(
202
+ args: CancelKeyDeletionCommandInput,
203
+ options?: __HttpHandlerOptions
204
+ ): Promise<CancelKeyDeletionCommandOutput>;
205
+ cancelKeyDeletion(
206
+ args: CancelKeyDeletionCommandInput,
207
+ cb: (err: any, data?: CancelKeyDeletionCommandOutput) => void
208
+ ): void;
209
+ cancelKeyDeletion(
210
+ args: CancelKeyDeletionCommandInput,
211
+ options: __HttpHandlerOptions,
212
+ cb: (err: any, data?: CancelKeyDeletionCommandOutput) => void
213
+ ): void;
214
+ connectCustomKeyStore(
215
+ args: ConnectCustomKeyStoreCommandInput,
216
+ options?: __HttpHandlerOptions
217
+ ): Promise<ConnectCustomKeyStoreCommandOutput>;
218
+ connectCustomKeyStore(
219
+ args: ConnectCustomKeyStoreCommandInput,
220
+ cb: (err: any, data?: ConnectCustomKeyStoreCommandOutput) => void
221
+ ): void;
222
+ connectCustomKeyStore(
223
+ args: ConnectCustomKeyStoreCommandInput,
224
+ options: __HttpHandlerOptions,
225
+ cb: (err: any, data?: ConnectCustomKeyStoreCommandOutput) => void
226
+ ): void;
227
+ createAlias(
228
+ args: CreateAliasCommandInput,
229
+ options?: __HttpHandlerOptions
230
+ ): Promise<CreateAliasCommandOutput>;
231
+ createAlias(
232
+ args: CreateAliasCommandInput,
233
+ cb: (err: any, data?: CreateAliasCommandOutput) => void
234
+ ): void;
235
+ createAlias(
236
+ args: CreateAliasCommandInput,
237
+ options: __HttpHandlerOptions,
238
+ cb: (err: any, data?: CreateAliasCommandOutput) => void
239
+ ): void;
240
+ createCustomKeyStore(
241
+ args: CreateCustomKeyStoreCommandInput,
242
+ options?: __HttpHandlerOptions
243
+ ): Promise<CreateCustomKeyStoreCommandOutput>;
244
+ createCustomKeyStore(
245
+ args: CreateCustomKeyStoreCommandInput,
246
+ cb: (err: any, data?: CreateCustomKeyStoreCommandOutput) => void
247
+ ): void;
248
+ createCustomKeyStore(
249
+ args: CreateCustomKeyStoreCommandInput,
250
+ options: __HttpHandlerOptions,
251
+ cb: (err: any, data?: CreateCustomKeyStoreCommandOutput) => void
252
+ ): void;
253
+ createGrant(
254
+ args: CreateGrantCommandInput,
255
+ options?: __HttpHandlerOptions
256
+ ): Promise<CreateGrantCommandOutput>;
257
+ createGrant(
258
+ args: CreateGrantCommandInput,
259
+ cb: (err: any, data?: CreateGrantCommandOutput) => void
260
+ ): void;
261
+ createGrant(
262
+ args: CreateGrantCommandInput,
263
+ options: __HttpHandlerOptions,
264
+ cb: (err: any, data?: CreateGrantCommandOutput) => void
265
+ ): void;
266
+ createKey(
267
+ args: CreateKeyCommandInput,
268
+ options?: __HttpHandlerOptions
269
+ ): Promise<CreateKeyCommandOutput>;
270
+ createKey(
271
+ args: CreateKeyCommandInput,
272
+ cb: (err: any, data?: CreateKeyCommandOutput) => void
273
+ ): void;
274
+ createKey(
275
+ args: CreateKeyCommandInput,
276
+ options: __HttpHandlerOptions,
277
+ cb: (err: any, data?: CreateKeyCommandOutput) => void
278
+ ): void;
279
+ decrypt(
280
+ args: DecryptCommandInput,
281
+ options?: __HttpHandlerOptions
282
+ ): Promise<DecryptCommandOutput>;
283
+ decrypt(
284
+ args: DecryptCommandInput,
285
+ cb: (err: any, data?: DecryptCommandOutput) => void
286
+ ): void;
287
+ decrypt(
288
+ args: DecryptCommandInput,
289
+ options: __HttpHandlerOptions,
290
+ cb: (err: any, data?: DecryptCommandOutput) => void
291
+ ): void;
292
+ deleteAlias(
293
+ args: DeleteAliasCommandInput,
294
+ options?: __HttpHandlerOptions
295
+ ): Promise<DeleteAliasCommandOutput>;
296
+ deleteAlias(
297
+ args: DeleteAliasCommandInput,
298
+ cb: (err: any, data?: DeleteAliasCommandOutput) => void
299
+ ): void;
300
+ deleteAlias(
301
+ args: DeleteAliasCommandInput,
302
+ options: __HttpHandlerOptions,
303
+ cb: (err: any, data?: DeleteAliasCommandOutput) => void
304
+ ): void;
305
+ deleteCustomKeyStore(
306
+ args: DeleteCustomKeyStoreCommandInput,
307
+ options?: __HttpHandlerOptions
308
+ ): Promise<DeleteCustomKeyStoreCommandOutput>;
309
+ deleteCustomKeyStore(
310
+ args: DeleteCustomKeyStoreCommandInput,
311
+ cb: (err: any, data?: DeleteCustomKeyStoreCommandOutput) => void
312
+ ): void;
313
+ deleteCustomKeyStore(
314
+ args: DeleteCustomKeyStoreCommandInput,
315
+ options: __HttpHandlerOptions,
316
+ cb: (err: any, data?: DeleteCustomKeyStoreCommandOutput) => void
317
+ ): void;
318
+ deleteImportedKeyMaterial(
319
+ args: DeleteImportedKeyMaterialCommandInput,
320
+ options?: __HttpHandlerOptions
321
+ ): Promise<DeleteImportedKeyMaterialCommandOutput>;
322
+ deleteImportedKeyMaterial(
323
+ args: DeleteImportedKeyMaterialCommandInput,
324
+ cb: (err: any, data?: DeleteImportedKeyMaterialCommandOutput) => void
325
+ ): void;
326
+ deleteImportedKeyMaterial(
327
+ args: DeleteImportedKeyMaterialCommandInput,
328
+ options: __HttpHandlerOptions,
329
+ cb: (err: any, data?: DeleteImportedKeyMaterialCommandOutput) => void
330
+ ): void;
331
+ describeCustomKeyStores(
332
+ args: DescribeCustomKeyStoresCommandInput,
333
+ options?: __HttpHandlerOptions
334
+ ): Promise<DescribeCustomKeyStoresCommandOutput>;
335
+ describeCustomKeyStores(
336
+ args: DescribeCustomKeyStoresCommandInput,
337
+ cb: (err: any, data?: DescribeCustomKeyStoresCommandOutput) => void
338
+ ): void;
339
+ describeCustomKeyStores(
340
+ args: DescribeCustomKeyStoresCommandInput,
341
+ options: __HttpHandlerOptions,
342
+ cb: (err: any, data?: DescribeCustomKeyStoresCommandOutput) => void
343
+ ): void;
344
+ describeKey(
345
+ args: DescribeKeyCommandInput,
346
+ options?: __HttpHandlerOptions
347
+ ): Promise<DescribeKeyCommandOutput>;
348
+ describeKey(
349
+ args: DescribeKeyCommandInput,
350
+ cb: (err: any, data?: DescribeKeyCommandOutput) => void
351
+ ): void;
352
+ describeKey(
353
+ args: DescribeKeyCommandInput,
354
+ options: __HttpHandlerOptions,
355
+ cb: (err: any, data?: DescribeKeyCommandOutput) => void
356
+ ): void;
357
+ disableKey(
358
+ args: DisableKeyCommandInput,
359
+ options?: __HttpHandlerOptions
360
+ ): Promise<DisableKeyCommandOutput>;
361
+ disableKey(
362
+ args: DisableKeyCommandInput,
363
+ cb: (err: any, data?: DisableKeyCommandOutput) => void
364
+ ): void;
365
+ disableKey(
366
+ args: DisableKeyCommandInput,
367
+ options: __HttpHandlerOptions,
368
+ cb: (err: any, data?: DisableKeyCommandOutput) => void
369
+ ): void;
370
+ disableKeyRotation(
371
+ args: DisableKeyRotationCommandInput,
372
+ options?: __HttpHandlerOptions
373
+ ): Promise<DisableKeyRotationCommandOutput>;
374
+ disableKeyRotation(
375
+ args: DisableKeyRotationCommandInput,
376
+ cb: (err: any, data?: DisableKeyRotationCommandOutput) => void
377
+ ): void;
378
+ disableKeyRotation(
379
+ args: DisableKeyRotationCommandInput,
380
+ options: __HttpHandlerOptions,
381
+ cb: (err: any, data?: DisableKeyRotationCommandOutput) => void
382
+ ): void;
383
+ disconnectCustomKeyStore(
384
+ args: DisconnectCustomKeyStoreCommandInput,
385
+ options?: __HttpHandlerOptions
386
+ ): Promise<DisconnectCustomKeyStoreCommandOutput>;
387
+ disconnectCustomKeyStore(
388
+ args: DisconnectCustomKeyStoreCommandInput,
389
+ cb: (err: any, data?: DisconnectCustomKeyStoreCommandOutput) => void
390
+ ): void;
391
+ disconnectCustomKeyStore(
392
+ args: DisconnectCustomKeyStoreCommandInput,
393
+ options: __HttpHandlerOptions,
394
+ cb: (err: any, data?: DisconnectCustomKeyStoreCommandOutput) => void
395
+ ): void;
396
+ enableKey(
397
+ args: EnableKeyCommandInput,
398
+ options?: __HttpHandlerOptions
399
+ ): Promise<EnableKeyCommandOutput>;
400
+ enableKey(
401
+ args: EnableKeyCommandInput,
402
+ cb: (err: any, data?: EnableKeyCommandOutput) => void
403
+ ): void;
404
+ enableKey(
405
+ args: EnableKeyCommandInput,
406
+ options: __HttpHandlerOptions,
407
+ cb: (err: any, data?: EnableKeyCommandOutput) => void
408
+ ): void;
409
+ enableKeyRotation(
410
+ args: EnableKeyRotationCommandInput,
411
+ options?: __HttpHandlerOptions
412
+ ): Promise<EnableKeyRotationCommandOutput>;
413
+ enableKeyRotation(
414
+ args: EnableKeyRotationCommandInput,
415
+ cb: (err: any, data?: EnableKeyRotationCommandOutput) => void
416
+ ): void;
417
+ enableKeyRotation(
418
+ args: EnableKeyRotationCommandInput,
419
+ options: __HttpHandlerOptions,
420
+ cb: (err: any, data?: EnableKeyRotationCommandOutput) => void
421
+ ): void;
422
+ encrypt(
423
+ args: EncryptCommandInput,
424
+ options?: __HttpHandlerOptions
425
+ ): Promise<EncryptCommandOutput>;
426
+ encrypt(
427
+ args: EncryptCommandInput,
428
+ cb: (err: any, data?: EncryptCommandOutput) => void
429
+ ): void;
430
+ encrypt(
431
+ args: EncryptCommandInput,
432
+ options: __HttpHandlerOptions,
433
+ cb: (err: any, data?: EncryptCommandOutput) => void
434
+ ): void;
435
+ generateDataKey(
436
+ args: GenerateDataKeyCommandInput,
437
+ options?: __HttpHandlerOptions
438
+ ): Promise<GenerateDataKeyCommandOutput>;
439
+ generateDataKey(
440
+ args: GenerateDataKeyCommandInput,
441
+ cb: (err: any, data?: GenerateDataKeyCommandOutput) => void
442
+ ): void;
443
+ generateDataKey(
444
+ args: GenerateDataKeyCommandInput,
445
+ options: __HttpHandlerOptions,
446
+ cb: (err: any, data?: GenerateDataKeyCommandOutput) => void
447
+ ): void;
448
+ generateDataKeyPair(
449
+ args: GenerateDataKeyPairCommandInput,
450
+ options?: __HttpHandlerOptions
451
+ ): Promise<GenerateDataKeyPairCommandOutput>;
452
+ generateDataKeyPair(
453
+ args: GenerateDataKeyPairCommandInput,
454
+ cb: (err: any, data?: GenerateDataKeyPairCommandOutput) => void
455
+ ): void;
456
+ generateDataKeyPair(
457
+ args: GenerateDataKeyPairCommandInput,
458
+ options: __HttpHandlerOptions,
459
+ cb: (err: any, data?: GenerateDataKeyPairCommandOutput) => void
460
+ ): void;
461
+ generateDataKeyPairWithoutPlaintext(
462
+ args: GenerateDataKeyPairWithoutPlaintextCommandInput,
463
+ options?: __HttpHandlerOptions
464
+ ): Promise<GenerateDataKeyPairWithoutPlaintextCommandOutput>;
465
+ generateDataKeyPairWithoutPlaintext(
466
+ args: GenerateDataKeyPairWithoutPlaintextCommandInput,
467
+ cb: (
468
+ err: any,
469
+ data?: GenerateDataKeyPairWithoutPlaintextCommandOutput
470
+ ) => void
471
+ ): void;
472
+ generateDataKeyPairWithoutPlaintext(
473
+ args: GenerateDataKeyPairWithoutPlaintextCommandInput,
474
+ options: __HttpHandlerOptions,
475
+ cb: (
476
+ err: any,
477
+ data?: GenerateDataKeyPairWithoutPlaintextCommandOutput
478
+ ) => void
479
+ ): void;
480
+ generateDataKeyWithoutPlaintext(
481
+ args: GenerateDataKeyWithoutPlaintextCommandInput,
482
+ options?: __HttpHandlerOptions
483
+ ): Promise<GenerateDataKeyWithoutPlaintextCommandOutput>;
484
+ generateDataKeyWithoutPlaintext(
485
+ args: GenerateDataKeyWithoutPlaintextCommandInput,
486
+ cb: (err: any, data?: GenerateDataKeyWithoutPlaintextCommandOutput) => void
487
+ ): void;
488
+ generateDataKeyWithoutPlaintext(
489
+ args: GenerateDataKeyWithoutPlaintextCommandInput,
490
+ options: __HttpHandlerOptions,
491
+ cb: (err: any, data?: GenerateDataKeyWithoutPlaintextCommandOutput) => void
492
+ ): void;
493
+ generateMac(
494
+ args: GenerateMacCommandInput,
495
+ options?: __HttpHandlerOptions
496
+ ): Promise<GenerateMacCommandOutput>;
497
+ generateMac(
498
+ args: GenerateMacCommandInput,
499
+ cb: (err: any, data?: GenerateMacCommandOutput) => void
500
+ ): void;
501
+ generateMac(
502
+ args: GenerateMacCommandInput,
503
+ options: __HttpHandlerOptions,
504
+ cb: (err: any, data?: GenerateMacCommandOutput) => void
505
+ ): void;
506
+ generateRandom(
507
+ args: GenerateRandomCommandInput,
508
+ options?: __HttpHandlerOptions
509
+ ): Promise<GenerateRandomCommandOutput>;
510
+ generateRandom(
511
+ args: GenerateRandomCommandInput,
512
+ cb: (err: any, data?: GenerateRandomCommandOutput) => void
513
+ ): void;
514
+ generateRandom(
515
+ args: GenerateRandomCommandInput,
516
+ options: __HttpHandlerOptions,
517
+ cb: (err: any, data?: GenerateRandomCommandOutput) => void
518
+ ): void;
519
+ getKeyPolicy(
520
+ args: GetKeyPolicyCommandInput,
521
+ options?: __HttpHandlerOptions
522
+ ): Promise<GetKeyPolicyCommandOutput>;
523
+ getKeyPolicy(
524
+ args: GetKeyPolicyCommandInput,
525
+ cb: (err: any, data?: GetKeyPolicyCommandOutput) => void
526
+ ): void;
527
+ getKeyPolicy(
528
+ args: GetKeyPolicyCommandInput,
529
+ options: __HttpHandlerOptions,
530
+ cb: (err: any, data?: GetKeyPolicyCommandOutput) => void
531
+ ): void;
532
+ getKeyRotationStatus(
533
+ args: GetKeyRotationStatusCommandInput,
534
+ options?: __HttpHandlerOptions
535
+ ): Promise<GetKeyRotationStatusCommandOutput>;
536
+ getKeyRotationStatus(
537
+ args: GetKeyRotationStatusCommandInput,
538
+ cb: (err: any, data?: GetKeyRotationStatusCommandOutput) => void
539
+ ): void;
540
+ getKeyRotationStatus(
541
+ args: GetKeyRotationStatusCommandInput,
542
+ options: __HttpHandlerOptions,
543
+ cb: (err: any, data?: GetKeyRotationStatusCommandOutput) => void
544
+ ): void;
545
+ getParametersForImport(
546
+ args: GetParametersForImportCommandInput,
547
+ options?: __HttpHandlerOptions
548
+ ): Promise<GetParametersForImportCommandOutput>;
549
+ getParametersForImport(
550
+ args: GetParametersForImportCommandInput,
551
+ cb: (err: any, data?: GetParametersForImportCommandOutput) => void
552
+ ): void;
553
+ getParametersForImport(
554
+ args: GetParametersForImportCommandInput,
555
+ options: __HttpHandlerOptions,
556
+ cb: (err: any, data?: GetParametersForImportCommandOutput) => void
557
+ ): void;
558
+ getPublicKey(
559
+ args: GetPublicKeyCommandInput,
560
+ options?: __HttpHandlerOptions
561
+ ): Promise<GetPublicKeyCommandOutput>;
562
+ getPublicKey(
563
+ args: GetPublicKeyCommandInput,
564
+ cb: (err: any, data?: GetPublicKeyCommandOutput) => void
565
+ ): void;
566
+ getPublicKey(
567
+ args: GetPublicKeyCommandInput,
568
+ options: __HttpHandlerOptions,
569
+ cb: (err: any, data?: GetPublicKeyCommandOutput) => void
570
+ ): void;
571
+ importKeyMaterial(
572
+ args: ImportKeyMaterialCommandInput,
573
+ options?: __HttpHandlerOptions
574
+ ): Promise<ImportKeyMaterialCommandOutput>;
575
+ importKeyMaterial(
576
+ args: ImportKeyMaterialCommandInput,
577
+ cb: (err: any, data?: ImportKeyMaterialCommandOutput) => void
578
+ ): void;
579
+ importKeyMaterial(
580
+ args: ImportKeyMaterialCommandInput,
581
+ options: __HttpHandlerOptions,
582
+ cb: (err: any, data?: ImportKeyMaterialCommandOutput) => void
583
+ ): void;
584
+ listAliases(
585
+ args: ListAliasesCommandInput,
586
+ options?: __HttpHandlerOptions
587
+ ): Promise<ListAliasesCommandOutput>;
588
+ listAliases(
589
+ args: ListAliasesCommandInput,
590
+ cb: (err: any, data?: ListAliasesCommandOutput) => void
591
+ ): void;
592
+ listAliases(
593
+ args: ListAliasesCommandInput,
594
+ options: __HttpHandlerOptions,
595
+ cb: (err: any, data?: ListAliasesCommandOutput) => void
596
+ ): void;
597
+ listGrants(
598
+ args: ListGrantsCommandInput,
599
+ options?: __HttpHandlerOptions
600
+ ): Promise<ListGrantsCommandOutput>;
601
+ listGrants(
602
+ args: ListGrantsCommandInput,
603
+ cb: (err: any, data?: ListGrantsCommandOutput) => void
604
+ ): void;
605
+ listGrants(
606
+ args: ListGrantsCommandInput,
607
+ options: __HttpHandlerOptions,
608
+ cb: (err: any, data?: ListGrantsCommandOutput) => void
609
+ ): void;
610
+ listKeyPolicies(
611
+ args: ListKeyPoliciesCommandInput,
612
+ options?: __HttpHandlerOptions
613
+ ): Promise<ListKeyPoliciesCommandOutput>;
614
+ listKeyPolicies(
615
+ args: ListKeyPoliciesCommandInput,
616
+ cb: (err: any, data?: ListKeyPoliciesCommandOutput) => void
617
+ ): void;
618
+ listKeyPolicies(
619
+ args: ListKeyPoliciesCommandInput,
620
+ options: __HttpHandlerOptions,
621
+ cb: (err: any, data?: ListKeyPoliciesCommandOutput) => void
622
+ ): void;
623
+ listKeys(
624
+ args: ListKeysCommandInput,
625
+ options?: __HttpHandlerOptions
626
+ ): Promise<ListKeysCommandOutput>;
627
+ listKeys(
628
+ args: ListKeysCommandInput,
629
+ cb: (err: any, data?: ListKeysCommandOutput) => void
630
+ ): void;
631
+ listKeys(
632
+ args: ListKeysCommandInput,
633
+ options: __HttpHandlerOptions,
634
+ cb: (err: any, data?: ListKeysCommandOutput) => void
635
+ ): void;
636
+ listResourceTags(
637
+ args: ListResourceTagsCommandInput,
638
+ options?: __HttpHandlerOptions
639
+ ): Promise<ListResourceTagsCommandOutput>;
640
+ listResourceTags(
641
+ args: ListResourceTagsCommandInput,
642
+ cb: (err: any, data?: ListResourceTagsCommandOutput) => void
643
+ ): void;
644
+ listResourceTags(
645
+ args: ListResourceTagsCommandInput,
646
+ options: __HttpHandlerOptions,
647
+ cb: (err: any, data?: ListResourceTagsCommandOutput) => void
648
+ ): void;
649
+ listRetirableGrants(
650
+ args: ListRetirableGrantsCommandInput,
651
+ options?: __HttpHandlerOptions
652
+ ): Promise<ListRetirableGrantsCommandOutput>;
653
+ listRetirableGrants(
654
+ args: ListRetirableGrantsCommandInput,
655
+ cb: (err: any, data?: ListRetirableGrantsCommandOutput) => void
656
+ ): void;
657
+ listRetirableGrants(
658
+ args: ListRetirableGrantsCommandInput,
659
+ options: __HttpHandlerOptions,
660
+ cb: (err: any, data?: ListRetirableGrantsCommandOutput) => void
661
+ ): void;
662
+ putKeyPolicy(
663
+ args: PutKeyPolicyCommandInput,
664
+ options?: __HttpHandlerOptions
665
+ ): Promise<PutKeyPolicyCommandOutput>;
666
+ putKeyPolicy(
667
+ args: PutKeyPolicyCommandInput,
668
+ cb: (err: any, data?: PutKeyPolicyCommandOutput) => void
669
+ ): void;
670
+ putKeyPolicy(
671
+ args: PutKeyPolicyCommandInput,
672
+ options: __HttpHandlerOptions,
673
+ cb: (err: any, data?: PutKeyPolicyCommandOutput) => void
674
+ ): void;
675
+ reEncrypt(
676
+ args: ReEncryptCommandInput,
677
+ options?: __HttpHandlerOptions
678
+ ): Promise<ReEncryptCommandOutput>;
679
+ reEncrypt(
680
+ args: ReEncryptCommandInput,
681
+ cb: (err: any, data?: ReEncryptCommandOutput) => void
682
+ ): void;
683
+ reEncrypt(
684
+ args: ReEncryptCommandInput,
685
+ options: __HttpHandlerOptions,
686
+ cb: (err: any, data?: ReEncryptCommandOutput) => void
687
+ ): void;
688
+ replicateKey(
689
+ args: ReplicateKeyCommandInput,
690
+ options?: __HttpHandlerOptions
691
+ ): Promise<ReplicateKeyCommandOutput>;
692
+ replicateKey(
693
+ args: ReplicateKeyCommandInput,
694
+ cb: (err: any, data?: ReplicateKeyCommandOutput) => void
695
+ ): void;
696
+ replicateKey(
697
+ args: ReplicateKeyCommandInput,
698
+ options: __HttpHandlerOptions,
699
+ cb: (err: any, data?: ReplicateKeyCommandOutput) => void
700
+ ): void;
701
+ retireGrant(
702
+ args: RetireGrantCommandInput,
703
+ options?: __HttpHandlerOptions
704
+ ): Promise<RetireGrantCommandOutput>;
705
+ retireGrant(
706
+ args: RetireGrantCommandInput,
707
+ cb: (err: any, data?: RetireGrantCommandOutput) => void
708
+ ): void;
709
+ retireGrant(
710
+ args: RetireGrantCommandInput,
711
+ options: __HttpHandlerOptions,
712
+ cb: (err: any, data?: RetireGrantCommandOutput) => void
713
+ ): void;
714
+ revokeGrant(
715
+ args: RevokeGrantCommandInput,
716
+ options?: __HttpHandlerOptions
717
+ ): Promise<RevokeGrantCommandOutput>;
718
+ revokeGrant(
719
+ args: RevokeGrantCommandInput,
720
+ cb: (err: any, data?: RevokeGrantCommandOutput) => void
721
+ ): void;
722
+ revokeGrant(
723
+ args: RevokeGrantCommandInput,
724
+ options: __HttpHandlerOptions,
725
+ cb: (err: any, data?: RevokeGrantCommandOutput) => void
726
+ ): void;
727
+ scheduleKeyDeletion(
728
+ args: ScheduleKeyDeletionCommandInput,
729
+ options?: __HttpHandlerOptions
730
+ ): Promise<ScheduleKeyDeletionCommandOutput>;
731
+ scheduleKeyDeletion(
732
+ args: ScheduleKeyDeletionCommandInput,
733
+ cb: (err: any, data?: ScheduleKeyDeletionCommandOutput) => void
734
+ ): void;
735
+ scheduleKeyDeletion(
736
+ args: ScheduleKeyDeletionCommandInput,
737
+ options: __HttpHandlerOptions,
738
+ cb: (err: any, data?: ScheduleKeyDeletionCommandOutput) => void
739
+ ): void;
740
+ sign(
741
+ args: SignCommandInput,
742
+ options?: __HttpHandlerOptions
743
+ ): Promise<SignCommandOutput>;
744
+ sign(
745
+ args: SignCommandInput,
746
+ cb: (err: any, data?: SignCommandOutput) => void
747
+ ): void;
748
+ sign(
749
+ args: SignCommandInput,
750
+ options: __HttpHandlerOptions,
751
+ cb: (err: any, data?: SignCommandOutput) => void
752
+ ): void;
753
+ tagResource(
754
+ args: TagResourceCommandInput,
755
+ options?: __HttpHandlerOptions
756
+ ): Promise<TagResourceCommandOutput>;
757
+ tagResource(
758
+ args: TagResourceCommandInput,
759
+ cb: (err: any, data?: TagResourceCommandOutput) => void
760
+ ): void;
761
+ tagResource(
762
+ args: TagResourceCommandInput,
763
+ options: __HttpHandlerOptions,
764
+ cb: (err: any, data?: TagResourceCommandOutput) => void
765
+ ): void;
766
+ untagResource(
767
+ args: UntagResourceCommandInput,
768
+ options?: __HttpHandlerOptions
769
+ ): Promise<UntagResourceCommandOutput>;
770
+ untagResource(
771
+ args: UntagResourceCommandInput,
772
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
773
+ ): void;
774
+ untagResource(
775
+ args: UntagResourceCommandInput,
776
+ options: __HttpHandlerOptions,
777
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
778
+ ): void;
779
+ updateAlias(
780
+ args: UpdateAliasCommandInput,
781
+ options?: __HttpHandlerOptions
782
+ ): Promise<UpdateAliasCommandOutput>;
783
+ updateAlias(
784
+ args: UpdateAliasCommandInput,
785
+ cb: (err: any, data?: UpdateAliasCommandOutput) => void
786
+ ): void;
787
+ updateAlias(
788
+ args: UpdateAliasCommandInput,
789
+ options: __HttpHandlerOptions,
790
+ cb: (err: any, data?: UpdateAliasCommandOutput) => void
791
+ ): void;
792
+ updateCustomKeyStore(
793
+ args: UpdateCustomKeyStoreCommandInput,
794
+ options?: __HttpHandlerOptions
795
+ ): Promise<UpdateCustomKeyStoreCommandOutput>;
796
+ updateCustomKeyStore(
797
+ args: UpdateCustomKeyStoreCommandInput,
798
+ cb: (err: any, data?: UpdateCustomKeyStoreCommandOutput) => void
799
+ ): void;
800
+ updateCustomKeyStore(
801
+ args: UpdateCustomKeyStoreCommandInput,
802
+ options: __HttpHandlerOptions,
803
+ cb: (err: any, data?: UpdateCustomKeyStoreCommandOutput) => void
804
+ ): void;
805
+ updateKeyDescription(
806
+ args: UpdateKeyDescriptionCommandInput,
807
+ options?: __HttpHandlerOptions
808
+ ): Promise<UpdateKeyDescriptionCommandOutput>;
809
+ updateKeyDescription(
810
+ args: UpdateKeyDescriptionCommandInput,
811
+ cb: (err: any, data?: UpdateKeyDescriptionCommandOutput) => void
812
+ ): void;
813
+ updateKeyDescription(
814
+ args: UpdateKeyDescriptionCommandInput,
815
+ options: __HttpHandlerOptions,
816
+ cb: (err: any, data?: UpdateKeyDescriptionCommandOutput) => void
817
+ ): void;
818
+ updatePrimaryRegion(
819
+ args: UpdatePrimaryRegionCommandInput,
820
+ options?: __HttpHandlerOptions
821
+ ): Promise<UpdatePrimaryRegionCommandOutput>;
822
+ updatePrimaryRegion(
823
+ args: UpdatePrimaryRegionCommandInput,
824
+ cb: (err: any, data?: UpdatePrimaryRegionCommandOutput) => void
825
+ ): void;
826
+ updatePrimaryRegion(
827
+ args: UpdatePrimaryRegionCommandInput,
828
+ options: __HttpHandlerOptions,
829
+ cb: (err: any, data?: UpdatePrimaryRegionCommandOutput) => void
830
+ ): void;
831
+ verify(
832
+ args: VerifyCommandInput,
833
+ options?: __HttpHandlerOptions
834
+ ): Promise<VerifyCommandOutput>;
835
+ verify(
836
+ args: VerifyCommandInput,
837
+ cb: (err: any, data?: VerifyCommandOutput) => void
838
+ ): void;
839
+ verify(
840
+ args: VerifyCommandInput,
841
+ options: __HttpHandlerOptions,
842
+ cb: (err: any, data?: VerifyCommandOutput) => void
843
+ ): void;
844
+ verifyMac(
845
+ args: VerifyMacCommandInput,
846
+ options?: __HttpHandlerOptions
847
+ ): Promise<VerifyMacCommandOutput>;
848
+ verifyMac(
849
+ args: VerifyMacCommandInput,
850
+ cb: (err: any, data?: VerifyMacCommandOutput) => void
851
+ ): void;
852
+ verifyMac(
853
+ args: VerifyMacCommandInput,
854
+ options: __HttpHandlerOptions,
855
+ cb: (err: any, data?: VerifyMacCommandOutput) => void
856
+ ): void;
857
+ }