@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/KMS.d.ts +857 -255
- package/dist-types/ts3.4/KMSClient.d.ts +400 -123
- package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DecryptCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/EncryptCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SignCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/VerifyCommand.d.ts +30 -17
- package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +50 -50
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/KMSServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1154 -1364
- package/dist-types/ts3.4/pagination/DescribeCustomKeyStoresPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListGrantsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKeyPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListKeysPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourceTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRetirableGrantsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +602 -152
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,255 +1,857 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
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
|
+
}
|