@aws-sdk/client-kms 3.650.0 → 3.654.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/dist-types/commands/CancelKeyDeletionCommand.d.ts +11 -0
- package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +11 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +11 -0
- package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +11 -0
- package/dist-types/commands/CreateGrantCommand.d.ts +11 -0
- package/dist-types/commands/CreateKeyCommand.d.ts +11 -0
- package/dist-types/commands/DecryptCommand.d.ts +11 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +11 -0
- package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +11 -0
- package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +11 -0
- package/dist-types/commands/DeriveSharedSecretCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +11 -0
- package/dist-types/commands/DescribeKeyCommand.d.ts +11 -0
- package/dist-types/commands/DisableKeyCommand.d.ts +11 -0
- package/dist-types/commands/DisableKeyRotationCommand.d.ts +11 -0
- package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +11 -0
- package/dist-types/commands/EnableKeyCommand.d.ts +11 -0
- package/dist-types/commands/EnableKeyRotationCommand.d.ts +11 -0
- package/dist-types/commands/EncryptCommand.d.ts +11 -0
- package/dist-types/commands/GenerateDataKeyCommand.d.ts +11 -0
- package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +11 -0
- package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +11 -0
- package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +11 -0
- package/dist-types/commands/GenerateMacCommand.d.ts +11 -0
- package/dist-types/commands/GenerateRandomCommand.d.ts +11 -0
- package/dist-types/commands/GetKeyPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +11 -0
- package/dist-types/commands/GetParametersForImportCommand.d.ts +11 -0
- package/dist-types/commands/GetPublicKeyCommand.d.ts +11 -0
- package/dist-types/commands/ImportKeyMaterialCommand.d.ts +11 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +11 -0
- package/dist-types/commands/ListGrantsCommand.d.ts +11 -0
- package/dist-types/commands/ListKeyPoliciesCommand.d.ts +11 -0
- package/dist-types/commands/ListKeyRotationsCommand.d.ts +11 -0
- package/dist-types/commands/ListKeysCommand.d.ts +11 -0
- package/dist-types/commands/ListResourceTagsCommand.d.ts +11 -0
- package/dist-types/commands/ListRetirableGrantsCommand.d.ts +11 -0
- package/dist-types/commands/PutKeyPolicyCommand.d.ts +11 -0
- package/dist-types/commands/ReEncryptCommand.d.ts +11 -0
- package/dist-types/commands/ReplicateKeyCommand.d.ts +11 -0
- package/dist-types/commands/RetireGrantCommand.d.ts +11 -0
- package/dist-types/commands/RevokeGrantCommand.d.ts +11 -0
- package/dist-types/commands/RotateKeyOnDemandCommand.d.ts +11 -0
- package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +11 -0
- package/dist-types/commands/SignCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +11 -0
- package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +11 -0
- package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +11 -0
- package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +11 -0
- package/dist-types/commands/VerifyCommand.d.ts +11 -0
- package/dist-types/commands/VerifyMacCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DecryptCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeriveSharedSecretCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EncryptCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKeyRotationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RotateKeyOnDemandCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SignCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/VerifyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -124,4 +124,15 @@ declare const CancelKeyDeletionCommand_base: {
|
|
|
124
124
|
*
|
|
125
125
|
*/
|
|
126
126
|
export declare class CancelKeyDeletionCommand extends CancelKeyDeletionCommand_base {
|
|
127
|
+
/** @internal type navigation helper, not in runtime. */
|
|
128
|
+
protected static __types: {
|
|
129
|
+
api: {
|
|
130
|
+
input: CancelKeyDeletionRequest;
|
|
131
|
+
output: CancelKeyDeletionResponse;
|
|
132
|
+
};
|
|
133
|
+
sdk: {
|
|
134
|
+
input: CancelKeyDeletionCommandInput;
|
|
135
|
+
output: CancelKeyDeletionCommandOutput;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
127
138
|
}
|
|
@@ -239,4 +239,15 @@ declare const ConnectCustomKeyStoreCommand_base: {
|
|
|
239
239
|
*
|
|
240
240
|
*/
|
|
241
241
|
export declare class ConnectCustomKeyStoreCommand extends ConnectCustomKeyStoreCommand_base {
|
|
242
|
+
/** @internal type navigation helper, not in runtime. */
|
|
243
|
+
protected static __types: {
|
|
244
|
+
api: {
|
|
245
|
+
input: ConnectCustomKeyStoreRequest;
|
|
246
|
+
output: {};
|
|
247
|
+
};
|
|
248
|
+
sdk: {
|
|
249
|
+
input: ConnectCustomKeyStoreCommandInput;
|
|
250
|
+
output: ConnectCustomKeyStoreCommandOutput;
|
|
251
|
+
};
|
|
252
|
+
};
|
|
242
253
|
}
|
|
@@ -170,4 +170,15 @@ declare const CreateAliasCommand_base: {
|
|
|
170
170
|
*
|
|
171
171
|
*/
|
|
172
172
|
export declare class CreateAliasCommand extends CreateAliasCommand_base {
|
|
173
|
+
/** @internal type navigation helper, not in runtime. */
|
|
174
|
+
protected static __types: {
|
|
175
|
+
api: {
|
|
176
|
+
input: CreateAliasRequest;
|
|
177
|
+
output: {};
|
|
178
|
+
};
|
|
179
|
+
sdk: {
|
|
180
|
+
input: CreateAliasCommandInput;
|
|
181
|
+
output: CreateAliasCommandOutput;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
173
184
|
}
|
|
@@ -352,4 +352,15 @@ declare const CreateCustomKeyStoreCommand_base: {
|
|
|
352
352
|
*
|
|
353
353
|
*/
|
|
354
354
|
export declare class CreateCustomKeyStoreCommand extends CreateCustomKeyStoreCommand_base {
|
|
355
|
+
/** @internal type navigation helper, not in runtime. */
|
|
356
|
+
protected static __types: {
|
|
357
|
+
api: {
|
|
358
|
+
input: CreateCustomKeyStoreRequest;
|
|
359
|
+
output: CreateCustomKeyStoreResponse;
|
|
360
|
+
};
|
|
361
|
+
sdk: {
|
|
362
|
+
input: CreateCustomKeyStoreCommandInput;
|
|
363
|
+
output: CreateCustomKeyStoreCommandOutput;
|
|
364
|
+
};
|
|
365
|
+
};
|
|
355
366
|
}
|
|
@@ -211,4 +211,15 @@ declare const CreateGrantCommand_base: {
|
|
|
211
211
|
*
|
|
212
212
|
*/
|
|
213
213
|
export declare class CreateGrantCommand extends CreateGrantCommand_base {
|
|
214
|
+
/** @internal type navigation helper, not in runtime. */
|
|
215
|
+
protected static __types: {
|
|
216
|
+
api: {
|
|
217
|
+
input: CreateGrantRequest;
|
|
218
|
+
output: CreateGrantResponse;
|
|
219
|
+
};
|
|
220
|
+
sdk: {
|
|
221
|
+
input: CreateGrantCommandInput;
|
|
222
|
+
output: CreateGrantCommandOutput;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
214
225
|
}
|
|
@@ -693,4 +693,15 @@ declare const CreateKeyCommand_base: {
|
|
|
693
693
|
*
|
|
694
694
|
*/
|
|
695
695
|
export declare class CreateKeyCommand extends CreateKeyCommand_base {
|
|
696
|
+
/** @internal type navigation helper, not in runtime. */
|
|
697
|
+
protected static __types: {
|
|
698
|
+
api: {
|
|
699
|
+
input: CreateKeyRequest;
|
|
700
|
+
output: CreateKeyResponse;
|
|
701
|
+
};
|
|
702
|
+
sdk: {
|
|
703
|
+
input: CreateKeyCommandInput;
|
|
704
|
+
output: CreateKeyCommandOutput;
|
|
705
|
+
};
|
|
706
|
+
};
|
|
696
707
|
}
|
|
@@ -312,4 +312,15 @@ declare const DecryptCommand_base: {
|
|
|
312
312
|
*
|
|
313
313
|
*/
|
|
314
314
|
export declare class DecryptCommand extends DecryptCommand_base {
|
|
315
|
+
/** @internal type navigation helper, not in runtime. */
|
|
316
|
+
protected static __types: {
|
|
317
|
+
api: {
|
|
318
|
+
input: DecryptRequest;
|
|
319
|
+
output: DecryptResponse;
|
|
320
|
+
};
|
|
321
|
+
sdk: {
|
|
322
|
+
input: DecryptCommandInput;
|
|
323
|
+
output: DecryptCommandOutput;
|
|
324
|
+
};
|
|
325
|
+
};
|
|
315
326
|
}
|
|
@@ -148,4 +148,15 @@ declare const DeleteAliasCommand_base: {
|
|
|
148
148
|
*
|
|
149
149
|
*/
|
|
150
150
|
export declare class DeleteAliasCommand extends DeleteAliasCommand_base {
|
|
151
|
+
/** @internal type navigation helper, not in runtime. */
|
|
152
|
+
protected static __types: {
|
|
153
|
+
api: {
|
|
154
|
+
input: DeleteAliasRequest;
|
|
155
|
+
output: {};
|
|
156
|
+
};
|
|
157
|
+
sdk: {
|
|
158
|
+
input: DeleteAliasCommandInput;
|
|
159
|
+
output: DeleteAliasCommandOutput;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
151
162
|
}
|
|
@@ -177,4 +177,15 @@ declare const DeleteCustomKeyStoreCommand_base: {
|
|
|
177
177
|
*
|
|
178
178
|
*/
|
|
179
179
|
export declare class DeleteCustomKeyStoreCommand extends DeleteCustomKeyStoreCommand_base {
|
|
180
|
+
/** @internal type navigation helper, not in runtime. */
|
|
181
|
+
protected static __types: {
|
|
182
|
+
api: {
|
|
183
|
+
input: DeleteCustomKeyStoreRequest;
|
|
184
|
+
output: {};
|
|
185
|
+
};
|
|
186
|
+
sdk: {
|
|
187
|
+
input: DeleteCustomKeyStoreCommandInput;
|
|
188
|
+
output: DeleteCustomKeyStoreCommandOutput;
|
|
189
|
+
};
|
|
190
|
+
};
|
|
180
191
|
}
|
|
@@ -136,4 +136,15 @@ declare const DeleteImportedKeyMaterialCommand_base: {
|
|
|
136
136
|
*
|
|
137
137
|
*/
|
|
138
138
|
export declare class DeleteImportedKeyMaterialCommand extends DeleteImportedKeyMaterialCommand_base {
|
|
139
|
+
/** @internal type navigation helper, not in runtime. */
|
|
140
|
+
protected static __types: {
|
|
141
|
+
api: {
|
|
142
|
+
input: DeleteImportedKeyMaterialRequest;
|
|
143
|
+
output: {};
|
|
144
|
+
};
|
|
145
|
+
sdk: {
|
|
146
|
+
input: DeleteImportedKeyMaterialCommandInput;
|
|
147
|
+
output: DeleteImportedKeyMaterialCommandOutput;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
139
150
|
}
|
|
@@ -242,4 +242,15 @@ declare const DeriveSharedSecretCommand_base: {
|
|
|
242
242
|
*
|
|
243
243
|
*/
|
|
244
244
|
export declare class DeriveSharedSecretCommand extends DeriveSharedSecretCommand_base {
|
|
245
|
+
/** @internal type navigation helper, not in runtime. */
|
|
246
|
+
protected static __types: {
|
|
247
|
+
api: {
|
|
248
|
+
input: DeriveSharedSecretRequest;
|
|
249
|
+
output: DeriveSharedSecretResponse;
|
|
250
|
+
};
|
|
251
|
+
sdk: {
|
|
252
|
+
input: DeriveSharedSecretCommandInput;
|
|
253
|
+
output: DeriveSharedSecretCommandOutput;
|
|
254
|
+
};
|
|
255
|
+
};
|
|
245
256
|
}
|
|
@@ -254,4 +254,15 @@ declare const DescribeCustomKeyStoresCommand_base: {
|
|
|
254
254
|
*
|
|
255
255
|
*/
|
|
256
256
|
export declare class DescribeCustomKeyStoresCommand extends DescribeCustomKeyStoresCommand_base {
|
|
257
|
+
/** @internal type navigation helper, not in runtime. */
|
|
258
|
+
protected static __types: {
|
|
259
|
+
api: {
|
|
260
|
+
input: DescribeCustomKeyStoresRequest;
|
|
261
|
+
output: DescribeCustomKeyStoresResponse;
|
|
262
|
+
};
|
|
263
|
+
sdk: {
|
|
264
|
+
input: DescribeCustomKeyStoresCommandInput;
|
|
265
|
+
output: DescribeCustomKeyStoresCommandOutput;
|
|
266
|
+
};
|
|
267
|
+
};
|
|
257
268
|
}
|
|
@@ -435,4 +435,15 @@ declare const DescribeKeyCommand_base: {
|
|
|
435
435
|
*
|
|
436
436
|
*/
|
|
437
437
|
export declare class DescribeKeyCommand extends DescribeKeyCommand_base {
|
|
438
|
+
/** @internal type navigation helper, not in runtime. */
|
|
439
|
+
protected static __types: {
|
|
440
|
+
api: {
|
|
441
|
+
input: DescribeKeyRequest;
|
|
442
|
+
output: DescribeKeyResponse;
|
|
443
|
+
};
|
|
444
|
+
sdk: {
|
|
445
|
+
input: DescribeKeyCommandInput;
|
|
446
|
+
output: DescribeKeyCommandOutput;
|
|
447
|
+
};
|
|
448
|
+
};
|
|
438
449
|
}
|
|
@@ -119,4 +119,15 @@ declare const DisableKeyCommand_base: {
|
|
|
119
119
|
*
|
|
120
120
|
*/
|
|
121
121
|
export declare class DisableKeyCommand extends DisableKeyCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: DisableKeyRequest;
|
|
126
|
+
output: {};
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: DisableKeyCommandInput;
|
|
130
|
+
output: DisableKeyCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -154,4 +154,15 @@ declare const DisableKeyRotationCommand_base: {
|
|
|
154
154
|
*
|
|
155
155
|
*/
|
|
156
156
|
export declare class DisableKeyRotationCommand extends DisableKeyRotationCommand_base {
|
|
157
|
+
/** @internal type navigation helper, not in runtime. */
|
|
158
|
+
protected static __types: {
|
|
159
|
+
api: {
|
|
160
|
+
input: DisableKeyRotationRequest;
|
|
161
|
+
output: {};
|
|
162
|
+
};
|
|
163
|
+
sdk: {
|
|
164
|
+
input: DisableKeyRotationCommandInput;
|
|
165
|
+
output: DisableKeyRotationCommandOutput;
|
|
166
|
+
};
|
|
167
|
+
};
|
|
157
168
|
}
|
|
@@ -164,4 +164,15 @@ declare const DisconnectCustomKeyStoreCommand_base: {
|
|
|
164
164
|
*
|
|
165
165
|
*/
|
|
166
166
|
export declare class DisconnectCustomKeyStoreCommand extends DisconnectCustomKeyStoreCommand_base {
|
|
167
|
+
/** @internal type navigation helper, not in runtime. */
|
|
168
|
+
protected static __types: {
|
|
169
|
+
api: {
|
|
170
|
+
input: DisconnectCustomKeyStoreRequest;
|
|
171
|
+
output: {};
|
|
172
|
+
};
|
|
173
|
+
sdk: {
|
|
174
|
+
input: DisconnectCustomKeyStoreCommandInput;
|
|
175
|
+
output: DisconnectCustomKeyStoreCommandOutput;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
167
178
|
}
|
|
@@ -119,4 +119,15 @@ declare const EnableKeyCommand_base: {
|
|
|
119
119
|
*
|
|
120
120
|
*/
|
|
121
121
|
export declare class EnableKeyCommand extends EnableKeyCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: EnableKeyRequest;
|
|
126
|
+
output: {};
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: EnableKeyCommandInput;
|
|
130
|
+
output: EnableKeyCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -175,4 +175,15 @@ declare const EnableKeyRotationCommand_base: {
|
|
|
175
175
|
*
|
|
176
176
|
*/
|
|
177
177
|
export declare class EnableKeyRotationCommand extends EnableKeyRotationCommand_base {
|
|
178
|
+
/** @internal type navigation helper, not in runtime. */
|
|
179
|
+
protected static __types: {
|
|
180
|
+
api: {
|
|
181
|
+
input: EnableKeyRotationRequest;
|
|
182
|
+
output: {};
|
|
183
|
+
};
|
|
184
|
+
sdk: {
|
|
185
|
+
input: EnableKeyRotationCommandInput;
|
|
186
|
+
output: EnableKeyRotationCommandOutput;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
178
189
|
}
|
|
@@ -285,4 +285,15 @@ declare const EncryptCommand_base: {
|
|
|
285
285
|
*
|
|
286
286
|
*/
|
|
287
287
|
export declare class EncryptCommand extends EncryptCommand_base {
|
|
288
|
+
/** @internal type navigation helper, not in runtime. */
|
|
289
|
+
protected static __types: {
|
|
290
|
+
api: {
|
|
291
|
+
input: EncryptRequest;
|
|
292
|
+
output: EncryptResponse;
|
|
293
|
+
};
|
|
294
|
+
sdk: {
|
|
295
|
+
input: EncryptCommandInput;
|
|
296
|
+
output: EncryptCommandOutput;
|
|
297
|
+
};
|
|
298
|
+
};
|
|
288
299
|
}
|
|
@@ -288,4 +288,15 @@ declare const GenerateDataKeyCommand_base: {
|
|
|
288
288
|
*
|
|
289
289
|
*/
|
|
290
290
|
export declare class GenerateDataKeyCommand extends GenerateDataKeyCommand_base {
|
|
291
|
+
/** @internal type navigation helper, not in runtime. */
|
|
292
|
+
protected static __types: {
|
|
293
|
+
api: {
|
|
294
|
+
input: GenerateDataKeyRequest;
|
|
295
|
+
output: GenerateDataKeyResponse;
|
|
296
|
+
};
|
|
297
|
+
sdk: {
|
|
298
|
+
input: GenerateDataKeyCommandInput;
|
|
299
|
+
output: GenerateDataKeyCommandOutput;
|
|
300
|
+
};
|
|
301
|
+
};
|
|
291
302
|
}
|
|
@@ -276,4 +276,15 @@ declare const GenerateDataKeyPairCommand_base: {
|
|
|
276
276
|
*
|
|
277
277
|
*/
|
|
278
278
|
export declare class GenerateDataKeyPairCommand extends GenerateDataKeyPairCommand_base {
|
|
279
|
+
/** @internal type navigation helper, not in runtime. */
|
|
280
|
+
protected static __types: {
|
|
281
|
+
api: {
|
|
282
|
+
input: GenerateDataKeyPairRequest;
|
|
283
|
+
output: GenerateDataKeyPairResponse;
|
|
284
|
+
};
|
|
285
|
+
sdk: {
|
|
286
|
+
input: GenerateDataKeyPairCommandInput;
|
|
287
|
+
output: GenerateDataKeyPairCommandOutput;
|
|
288
|
+
};
|
|
289
|
+
};
|
|
279
290
|
}
|
|
@@ -225,4 +225,15 @@ declare const GenerateDataKeyPairWithoutPlaintextCommand_base: {
|
|
|
225
225
|
*
|
|
226
226
|
*/
|
|
227
227
|
export declare class GenerateDataKeyPairWithoutPlaintextCommand extends GenerateDataKeyPairWithoutPlaintextCommand_base {
|
|
228
|
+
/** @internal type navigation helper, not in runtime. */
|
|
229
|
+
protected static __types: {
|
|
230
|
+
api: {
|
|
231
|
+
input: GenerateDataKeyPairWithoutPlaintextRequest;
|
|
232
|
+
output: GenerateDataKeyPairWithoutPlaintextResponse;
|
|
233
|
+
};
|
|
234
|
+
sdk: {
|
|
235
|
+
input: GenerateDataKeyPairWithoutPlaintextCommandInput;
|
|
236
|
+
output: GenerateDataKeyPairWithoutPlaintextCommandOutput;
|
|
237
|
+
};
|
|
238
|
+
};
|
|
228
239
|
}
|
|
@@ -227,4 +227,15 @@ declare const GenerateDataKeyWithoutPlaintextCommand_base: {
|
|
|
227
227
|
*
|
|
228
228
|
*/
|
|
229
229
|
export declare class GenerateDataKeyWithoutPlaintextCommand extends GenerateDataKeyWithoutPlaintextCommand_base {
|
|
230
|
+
/** @internal type navigation helper, not in runtime. */
|
|
231
|
+
protected static __types: {
|
|
232
|
+
api: {
|
|
233
|
+
input: GenerateDataKeyWithoutPlaintextRequest;
|
|
234
|
+
output: GenerateDataKeyWithoutPlaintextResponse;
|
|
235
|
+
};
|
|
236
|
+
sdk: {
|
|
237
|
+
input: GenerateDataKeyWithoutPlaintextCommandInput;
|
|
238
|
+
output: GenerateDataKeyWithoutPlaintextCommandOutput;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
230
241
|
}
|
|
@@ -179,4 +179,15 @@ declare const GenerateMacCommand_base: {
|
|
|
179
179
|
*
|
|
180
180
|
*/
|
|
181
181
|
export declare class GenerateMacCommand extends GenerateMacCommand_base {
|
|
182
|
+
/** @internal type navigation helper, not in runtime. */
|
|
183
|
+
protected static __types: {
|
|
184
|
+
api: {
|
|
185
|
+
input: GenerateMacRequest;
|
|
186
|
+
output: GenerateMacResponse;
|
|
187
|
+
};
|
|
188
|
+
sdk: {
|
|
189
|
+
input: GenerateMacCommandInput;
|
|
190
|
+
output: GenerateMacCommandOutput;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
182
193
|
}
|
|
@@ -175,4 +175,15 @@ declare const GenerateRandomCommand_base: {
|
|
|
175
175
|
*
|
|
176
176
|
*/
|
|
177
177
|
export declare class GenerateRandomCommand extends GenerateRandomCommand_base {
|
|
178
|
+
/** @internal type navigation helper, not in runtime. */
|
|
179
|
+
protected static __types: {
|
|
180
|
+
api: {
|
|
181
|
+
input: GenerateRandomRequest;
|
|
182
|
+
output: GenerateRandomResponse;
|
|
183
|
+
};
|
|
184
|
+
sdk: {
|
|
185
|
+
input: GenerateRandomCommandInput;
|
|
186
|
+
output: GenerateRandomCommandOutput;
|
|
187
|
+
};
|
|
188
|
+
};
|
|
178
189
|
}
|
|
@@ -122,4 +122,15 @@ declare const GetKeyPolicyCommand_base: {
|
|
|
122
122
|
*
|
|
123
123
|
*/
|
|
124
124
|
export declare class GetKeyPolicyCommand extends GetKeyPolicyCommand_base {
|
|
125
|
+
/** @internal type navigation helper, not in runtime. */
|
|
126
|
+
protected static __types: {
|
|
127
|
+
api: {
|
|
128
|
+
input: GetKeyPolicyRequest;
|
|
129
|
+
output: GetKeyPolicyResponse;
|
|
130
|
+
};
|
|
131
|
+
sdk: {
|
|
132
|
+
input: GetKeyPolicyCommandInput;
|
|
133
|
+
output: GetKeyPolicyCommandOutput;
|
|
134
|
+
};
|
|
135
|
+
};
|
|
125
136
|
}
|
|
@@ -188,4 +188,15 @@ declare const GetKeyRotationStatusCommand_base: {
|
|
|
188
188
|
*
|
|
189
189
|
*/
|
|
190
190
|
export declare class GetKeyRotationStatusCommand extends GetKeyRotationStatusCommand_base {
|
|
191
|
+
/** @internal type navigation helper, not in runtime. */
|
|
192
|
+
protected static __types: {
|
|
193
|
+
api: {
|
|
194
|
+
input: GetKeyRotationStatusRequest;
|
|
195
|
+
output: GetKeyRotationStatusResponse;
|
|
196
|
+
};
|
|
197
|
+
sdk: {
|
|
198
|
+
input: GetKeyRotationStatusCommandInput;
|
|
199
|
+
output: GetKeyRotationStatusCommandOutput;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
191
202
|
}
|
|
@@ -262,4 +262,15 @@ declare const GetParametersForImportCommand_base: {
|
|
|
262
262
|
*
|
|
263
263
|
*/
|
|
264
264
|
export declare class GetParametersForImportCommand extends GetParametersForImportCommand_base {
|
|
265
|
+
/** @internal type navigation helper, not in runtime. */
|
|
266
|
+
protected static __types: {
|
|
267
|
+
api: {
|
|
268
|
+
input: GetParametersForImportRequest;
|
|
269
|
+
output: GetParametersForImportResponse;
|
|
270
|
+
};
|
|
271
|
+
sdk: {
|
|
272
|
+
input: GetParametersForImportCommandInput;
|
|
273
|
+
output: GetParametersForImportCommandOutput;
|
|
274
|
+
};
|
|
275
|
+
};
|
|
265
276
|
}
|
|
@@ -219,4 +219,15 @@ declare const GetPublicKeyCommand_base: {
|
|
|
219
219
|
*
|
|
220
220
|
*/
|
|
221
221
|
export declare class GetPublicKeyCommand extends GetPublicKeyCommand_base {
|
|
222
|
+
/** @internal type navigation helper, not in runtime. */
|
|
223
|
+
protected static __types: {
|
|
224
|
+
api: {
|
|
225
|
+
input: GetPublicKeyRequest;
|
|
226
|
+
output: GetPublicKeyResponse;
|
|
227
|
+
};
|
|
228
|
+
sdk: {
|
|
229
|
+
input: GetPublicKeyCommandInput;
|
|
230
|
+
output: GetPublicKeyCommandOutput;
|
|
231
|
+
};
|
|
232
|
+
};
|
|
222
233
|
}
|
|
@@ -252,4 +252,15 @@ declare const ImportKeyMaterialCommand_base: {
|
|
|
252
252
|
*
|
|
253
253
|
*/
|
|
254
254
|
export declare class ImportKeyMaterialCommand extends ImportKeyMaterialCommand_base {
|
|
255
|
+
/** @internal type navigation helper, not in runtime. */
|
|
256
|
+
protected static __types: {
|
|
257
|
+
api: {
|
|
258
|
+
input: ImportKeyMaterialRequest;
|
|
259
|
+
output: {};
|
|
260
|
+
};
|
|
261
|
+
sdk: {
|
|
262
|
+
input: ImportKeyMaterialCommandInput;
|
|
263
|
+
output: ImportKeyMaterialCommandOutput;
|
|
264
|
+
};
|
|
265
|
+
};
|
|
255
266
|
}
|
|
@@ -188,4 +188,15 @@ declare const ListAliasesCommand_base: {
|
|
|
188
188
|
*
|
|
189
189
|
*/
|
|
190
190
|
export declare class ListAliasesCommand extends ListAliasesCommand_base {
|
|
191
|
+
/** @internal type navigation helper, not in runtime. */
|
|
192
|
+
protected static __types: {
|
|
193
|
+
api: {
|
|
194
|
+
input: ListAliasesRequest;
|
|
195
|
+
output: ListAliasesResponse;
|
|
196
|
+
};
|
|
197
|
+
sdk: {
|
|
198
|
+
input: ListAliasesCommandInput;
|
|
199
|
+
output: ListAliasesCommandOutput;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
191
202
|
}
|
|
@@ -243,4 +243,15 @@ declare const ListGrantsCommand_base: {
|
|
|
243
243
|
*
|
|
244
244
|
*/
|
|
245
245
|
export declare class ListGrantsCommand extends ListGrantsCommand_base {
|
|
246
|
+
/** @internal type navigation helper, not in runtime. */
|
|
247
|
+
protected static __types: {
|
|
248
|
+
api: {
|
|
249
|
+
input: ListGrantsRequest;
|
|
250
|
+
output: ListGrantsResponse;
|
|
251
|
+
};
|
|
252
|
+
sdk: {
|
|
253
|
+
input: ListGrantsCommandInput;
|
|
254
|
+
output: ListGrantsCommandOutput;
|
|
255
|
+
};
|
|
256
|
+
};
|
|
246
257
|
}
|
|
@@ -142,4 +142,15 @@ declare const ListKeyPoliciesCommand_base: {
|
|
|
142
142
|
*
|
|
143
143
|
*/
|
|
144
144
|
export declare class ListKeyPoliciesCommand extends ListKeyPoliciesCommand_base {
|
|
145
|
+
/** @internal type navigation helper, not in runtime. */
|
|
146
|
+
protected static __types: {
|
|
147
|
+
api: {
|
|
148
|
+
input: ListKeyPoliciesRequest;
|
|
149
|
+
output: ListKeyPoliciesResponse;
|
|
150
|
+
};
|
|
151
|
+
sdk: {
|
|
152
|
+
input: ListKeyPoliciesCommandInput;
|
|
153
|
+
output: ListKeyPoliciesCommandOutput;
|
|
154
|
+
};
|
|
155
|
+
};
|
|
145
156
|
}
|
|
@@ -172,4 +172,15 @@ declare const ListKeyRotationsCommand_base: {
|
|
|
172
172
|
*
|
|
173
173
|
*/
|
|
174
174
|
export declare class ListKeyRotationsCommand extends ListKeyRotationsCommand_base {
|
|
175
|
+
/** @internal type navigation helper, not in runtime. */
|
|
176
|
+
protected static __types: {
|
|
177
|
+
api: {
|
|
178
|
+
input: ListKeyRotationsRequest;
|
|
179
|
+
output: ListKeyRotationsResponse;
|
|
180
|
+
};
|
|
181
|
+
sdk: {
|
|
182
|
+
input: ListKeyRotationsCommandInput;
|
|
183
|
+
output: ListKeyRotationsCommandOutput;
|
|
184
|
+
};
|
|
185
|
+
};
|
|
175
186
|
}
|
|
@@ -153,4 +153,15 @@ declare const ListKeysCommand_base: {
|
|
|
153
153
|
*
|
|
154
154
|
*/
|
|
155
155
|
export declare class ListKeysCommand extends ListKeysCommand_base {
|
|
156
|
+
/** @internal type navigation helper, not in runtime. */
|
|
157
|
+
protected static __types: {
|
|
158
|
+
api: {
|
|
159
|
+
input: ListKeysRequest;
|
|
160
|
+
output: ListKeysResponse;
|
|
161
|
+
};
|
|
162
|
+
sdk: {
|
|
163
|
+
input: ListKeysCommandInput;
|
|
164
|
+
output: ListKeysCommandOutput;
|
|
165
|
+
};
|
|
166
|
+
};
|
|
156
167
|
}
|
|
@@ -148,4 +148,15 @@ declare const ListResourceTagsCommand_base: {
|
|
|
148
148
|
*
|
|
149
149
|
*/
|
|
150
150
|
export declare class ListResourceTagsCommand extends ListResourceTagsCommand_base {
|
|
151
|
+
/** @internal type navigation helper, not in runtime. */
|
|
152
|
+
protected static __types: {
|
|
153
|
+
api: {
|
|
154
|
+
input: ListResourceTagsRequest;
|
|
155
|
+
output: ListResourceTagsResponse;
|
|
156
|
+
};
|
|
157
|
+
sdk: {
|
|
158
|
+
input: ListResourceTagsCommandInput;
|
|
159
|
+
output: ListResourceTagsCommandOutput;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
151
162
|
}
|
|
@@ -186,4 +186,15 @@ declare const ListRetirableGrantsCommand_base: {
|
|
|
186
186
|
*
|
|
187
187
|
*/
|
|
188
188
|
export declare class ListRetirableGrantsCommand extends ListRetirableGrantsCommand_base {
|
|
189
|
+
/** @internal type navigation helper, not in runtime. */
|
|
190
|
+
protected static __types: {
|
|
191
|
+
api: {
|
|
192
|
+
input: ListRetirableGrantsRequest;
|
|
193
|
+
output: ListGrantsResponse;
|
|
194
|
+
};
|
|
195
|
+
sdk: {
|
|
196
|
+
input: ListRetirableGrantsCommandInput;
|
|
197
|
+
output: ListRetirableGrantsCommandOutput;
|
|
198
|
+
};
|
|
199
|
+
};
|
|
189
200
|
}
|
|
@@ -134,4 +134,15 @@ declare const PutKeyPolicyCommand_base: {
|
|
|
134
134
|
*
|
|
135
135
|
*/
|
|
136
136
|
export declare class PutKeyPolicyCommand extends PutKeyPolicyCommand_base {
|
|
137
|
+
/** @internal type navigation helper, not in runtime. */
|
|
138
|
+
protected static __types: {
|
|
139
|
+
api: {
|
|
140
|
+
input: PutKeyPolicyRequest;
|
|
141
|
+
output: {};
|
|
142
|
+
};
|
|
143
|
+
sdk: {
|
|
144
|
+
input: PutKeyPolicyCommandInput;
|
|
145
|
+
output: PutKeyPolicyCommandOutput;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
137
148
|
}
|
|
@@ -272,4 +272,15 @@ declare const ReEncryptCommand_base: {
|
|
|
272
272
|
*
|
|
273
273
|
*/
|
|
274
274
|
export declare class ReEncryptCommand extends ReEncryptCommand_base {
|
|
275
|
+
/** @internal type navigation helper, not in runtime. */
|
|
276
|
+
protected static __types: {
|
|
277
|
+
api: {
|
|
278
|
+
input: ReEncryptRequest;
|
|
279
|
+
output: ReEncryptResponse;
|
|
280
|
+
};
|
|
281
|
+
sdk: {
|
|
282
|
+
input: ReEncryptCommandInput;
|
|
283
|
+
output: ReEncryptCommandOutput;
|
|
284
|
+
};
|
|
285
|
+
};
|
|
275
286
|
}
|