@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.
Files changed (107) hide show
  1. package/dist-types/commands/CancelKeyDeletionCommand.d.ts +11 -0
  2. package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateAliasCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateGrantCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateKeyCommand.d.ts +11 -0
  7. package/dist-types/commands/DecryptCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteAliasCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +11 -0
  11. package/dist-types/commands/DeriveSharedSecretCommand.d.ts +11 -0
  12. package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +11 -0
  13. package/dist-types/commands/DescribeKeyCommand.d.ts +11 -0
  14. package/dist-types/commands/DisableKeyCommand.d.ts +11 -0
  15. package/dist-types/commands/DisableKeyRotationCommand.d.ts +11 -0
  16. package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +11 -0
  17. package/dist-types/commands/EnableKeyCommand.d.ts +11 -0
  18. package/dist-types/commands/EnableKeyRotationCommand.d.ts +11 -0
  19. package/dist-types/commands/EncryptCommand.d.ts +11 -0
  20. package/dist-types/commands/GenerateDataKeyCommand.d.ts +11 -0
  21. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +11 -0
  22. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +11 -0
  23. package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +11 -0
  24. package/dist-types/commands/GenerateMacCommand.d.ts +11 -0
  25. package/dist-types/commands/GenerateRandomCommand.d.ts +11 -0
  26. package/dist-types/commands/GetKeyPolicyCommand.d.ts +11 -0
  27. package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +11 -0
  28. package/dist-types/commands/GetParametersForImportCommand.d.ts +11 -0
  29. package/dist-types/commands/GetPublicKeyCommand.d.ts +11 -0
  30. package/dist-types/commands/ImportKeyMaterialCommand.d.ts +11 -0
  31. package/dist-types/commands/ListAliasesCommand.d.ts +11 -0
  32. package/dist-types/commands/ListGrantsCommand.d.ts +11 -0
  33. package/dist-types/commands/ListKeyPoliciesCommand.d.ts +11 -0
  34. package/dist-types/commands/ListKeyRotationsCommand.d.ts +11 -0
  35. package/dist-types/commands/ListKeysCommand.d.ts +11 -0
  36. package/dist-types/commands/ListResourceTagsCommand.d.ts +11 -0
  37. package/dist-types/commands/ListRetirableGrantsCommand.d.ts +11 -0
  38. package/dist-types/commands/PutKeyPolicyCommand.d.ts +11 -0
  39. package/dist-types/commands/ReEncryptCommand.d.ts +11 -0
  40. package/dist-types/commands/ReplicateKeyCommand.d.ts +11 -0
  41. package/dist-types/commands/RetireGrantCommand.d.ts +11 -0
  42. package/dist-types/commands/RevokeGrantCommand.d.ts +11 -0
  43. package/dist-types/commands/RotateKeyOnDemandCommand.d.ts +11 -0
  44. package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +11 -0
  45. package/dist-types/commands/SignCommand.d.ts +11 -0
  46. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  47. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateAliasCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +11 -0
  52. package/dist-types/commands/VerifyCommand.d.ts +11 -0
  53. package/dist-types/commands/VerifyMacCommand.d.ts +11 -0
  54. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeriveSharedSecretCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListKeyRotationsCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/RotateKeyOnDemandCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/SignCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +12 -1
  105. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +12 -1
  107. package/package.json +35 -35
@@ -310,4 +310,15 @@ declare const ReplicateKeyCommand_base: {
310
310
  *
311
311
  */
312
312
  export declare class ReplicateKeyCommand extends ReplicateKeyCommand_base {
313
+ /** @internal type navigation helper, not in runtime. */
314
+ protected static __types: {
315
+ api: {
316
+ input: ReplicateKeyRequest;
317
+ output: ReplicateKeyResponse;
318
+ };
319
+ sdk: {
320
+ input: ReplicateKeyCommandInput;
321
+ output: ReplicateKeyCommandOutput;
322
+ };
323
+ };
313
324
  }
@@ -163,4 +163,15 @@ declare const RetireGrantCommand_base: {
163
163
  *
164
164
  */
165
165
  export declare class RetireGrantCommand extends RetireGrantCommand_base {
166
+ /** @internal type navigation helper, not in runtime. */
167
+ protected static __types: {
168
+ api: {
169
+ input: RetireGrantRequest;
170
+ output: {};
171
+ };
172
+ sdk: {
173
+ input: RetireGrantCommandInput;
174
+ output: RetireGrantCommandOutput;
175
+ };
176
+ };
166
177
  }
@@ -157,4 +157,15 @@ declare const RevokeGrantCommand_base: {
157
157
  *
158
158
  */
159
159
  export declare class RevokeGrantCommand extends RevokeGrantCommand_base {
160
+ /** @internal type navigation helper, not in runtime. */
161
+ protected static __types: {
162
+ api: {
163
+ input: RevokeGrantRequest;
164
+ output: {};
165
+ };
166
+ sdk: {
167
+ input: RevokeGrantCommandInput;
168
+ output: RevokeGrantCommandOutput;
169
+ };
170
+ };
160
171
  }
@@ -184,4 +184,15 @@ declare const RotateKeyOnDemandCommand_base: {
184
184
  *
185
185
  */
186
186
  export declare class RotateKeyOnDemandCommand extends RotateKeyOnDemandCommand_base {
187
+ /** @internal type navigation helper, not in runtime. */
188
+ protected static __types: {
189
+ api: {
190
+ input: RotateKeyOnDemandRequest;
191
+ output: RotateKeyOnDemandResponse;
192
+ };
193
+ sdk: {
194
+ input: RotateKeyOnDemandCommandInput;
195
+ output: RotateKeyOnDemandCommandOutput;
196
+ };
197
+ };
187
198
  }
@@ -174,4 +174,15 @@ declare const ScheduleKeyDeletionCommand_base: {
174
174
  *
175
175
  */
176
176
  export declare class ScheduleKeyDeletionCommand extends ScheduleKeyDeletionCommand_base {
177
+ /** @internal type navigation helper, not in runtime. */
178
+ protected static __types: {
179
+ api: {
180
+ input: ScheduleKeyDeletionRequest;
181
+ output: ScheduleKeyDeletionResponse;
182
+ };
183
+ sdk: {
184
+ input: ScheduleKeyDeletionCommandInput;
185
+ output: ScheduleKeyDeletionCommandOutput;
186
+ };
187
+ };
177
188
  }
@@ -229,4 +229,15 @@ declare const SignCommand_base: {
229
229
  *
230
230
  */
231
231
  export declare class SignCommand extends SignCommand_base {
232
+ /** @internal type navigation helper, not in runtime. */
233
+ protected static __types: {
234
+ api: {
235
+ input: SignRequest;
236
+ output: SignResponse;
237
+ };
238
+ sdk: {
239
+ input: SignCommandInput;
240
+ output: SignCommandOutput;
241
+ };
242
+ };
232
243
  }
@@ -166,4 +166,15 @@ declare const TagResourceCommand_base: {
166
166
  *
167
167
  */
168
168
  export declare class TagResourceCommand extends TagResourceCommand_base {
169
+ /** @internal type navigation helper, not in runtime. */
170
+ protected static __types: {
171
+ api: {
172
+ input: TagResourceRequest;
173
+ output: {};
174
+ };
175
+ sdk: {
176
+ input: TagResourceCommandInput;
177
+ output: TagResourceCommandOutput;
178
+ };
179
+ };
169
180
  }
@@ -152,4 +152,15 @@ declare const UntagResourceCommand_base: {
152
152
  *
153
153
  */
154
154
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
155
+ /** @internal type navigation helper, not in runtime. */
156
+ protected static __types: {
157
+ api: {
158
+ input: UntagResourceRequest;
159
+ output: {};
160
+ };
161
+ sdk: {
162
+ input: UntagResourceCommandInput;
163
+ output: UntagResourceCommandOutput;
164
+ };
165
+ };
155
166
  }
@@ -169,4 +169,15 @@ declare const UpdateAliasCommand_base: {
169
169
  *
170
170
  */
171
171
  export declare class UpdateAliasCommand extends UpdateAliasCommand_base {
172
+ /** @internal type navigation helper, not in runtime. */
173
+ protected static __types: {
174
+ api: {
175
+ input: UpdateAliasRequest;
176
+ output: {};
177
+ };
178
+ sdk: {
179
+ input: UpdateAliasCommandInput;
180
+ output: UpdateAliasCommandOutput;
181
+ };
182
+ };
172
183
  }
@@ -394,4 +394,15 @@ declare const UpdateCustomKeyStoreCommand_base: {
394
394
  *
395
395
  */
396
396
  export declare class UpdateCustomKeyStoreCommand extends UpdateCustomKeyStoreCommand_base {
397
+ /** @internal type navigation helper, not in runtime. */
398
+ protected static __types: {
399
+ api: {
400
+ input: UpdateCustomKeyStoreRequest;
401
+ output: {};
402
+ };
403
+ sdk: {
404
+ input: UpdateCustomKeyStoreCommandInput;
405
+ output: UpdateCustomKeyStoreCommandOutput;
406
+ };
407
+ };
397
408
  }
@@ -128,4 +128,15 @@ declare const UpdateKeyDescriptionCommand_base: {
128
128
  *
129
129
  */
130
130
  export declare class UpdateKeyDescriptionCommand extends UpdateKeyDescriptionCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: UpdateKeyDescriptionRequest;
135
+ output: {};
136
+ };
137
+ sdk: {
138
+ input: UpdateKeyDescriptionCommandInput;
139
+ output: UpdateKeyDescriptionCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -178,4 +178,15 @@ declare const UpdatePrimaryRegionCommand_base: {
178
178
  *
179
179
  */
180
180
  export declare class UpdatePrimaryRegionCommand extends UpdatePrimaryRegionCommand_base {
181
+ /** @internal type navigation helper, not in runtime. */
182
+ protected static __types: {
183
+ api: {
184
+ input: UpdatePrimaryRegionRequest;
185
+ output: {};
186
+ };
187
+ sdk: {
188
+ input: UpdatePrimaryRegionCommandInput;
189
+ output: UpdatePrimaryRegionCommandOutput;
190
+ };
191
+ };
181
192
  }
@@ -220,4 +220,15 @@ declare const VerifyCommand_base: {
220
220
  *
221
221
  */
222
222
  export declare class VerifyCommand extends VerifyCommand_base {
223
+ /** @internal type navigation helper, not in runtime. */
224
+ protected static __types: {
225
+ api: {
226
+ input: VerifyRequest;
227
+ output: VerifyResponse;
228
+ };
229
+ sdk: {
230
+ input: VerifyCommandInput;
231
+ output: VerifyCommandOutput;
232
+ };
233
+ };
223
234
  }
@@ -178,4 +178,15 @@ declare const VerifyMacCommand_base: {
178
178
  *
179
179
  */
180
180
  export declare class VerifyMacCommand extends VerifyMacCommand_base {
181
+ /** @internal type navigation helper, not in runtime. */
182
+ protected static __types: {
183
+ api: {
184
+ input: VerifyMacRequest;
185
+ output: VerifyMacResponse;
186
+ };
187
+ sdk: {
188
+ input: VerifyMacCommandInput;
189
+ output: VerifyMacCommandOutput;
190
+ };
191
+ };
181
192
  }
@@ -37,4 +37,15 @@ declare const CancelKeyDeletionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CancelKeyDeletionCommand extends CancelKeyDeletionCommand_base {}
40
+ export declare class CancelKeyDeletionCommand extends CancelKeyDeletionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CancelKeyDeletionRequest;
44
+ output: CancelKeyDeletionResponse;
45
+ };
46
+ sdk: {
47
+ input: CancelKeyDeletionCommandInput;
48
+ output: CancelKeyDeletionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ConnectCustomKeyStoreCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ConnectCustomKeyStoreCommand extends ConnectCustomKeyStoreCommand_base {}
40
+ export declare class ConnectCustomKeyStoreCommand extends ConnectCustomKeyStoreCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ConnectCustomKeyStoreRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: ConnectCustomKeyStoreCommandInput;
48
+ output: ConnectCustomKeyStoreCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const CreateAliasCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class CreateAliasCommand extends CreateAliasCommand_base {}
34
+ export declare class CreateAliasCommand extends CreateAliasCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: CreateAliasRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: CreateAliasCommandInput;
42
+ output: CreateAliasCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const CreateCustomKeyStoreCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateCustomKeyStoreCommand extends CreateCustomKeyStoreCommand_base {}
40
+ export declare class CreateCustomKeyStoreCommand extends CreateCustomKeyStoreCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateCustomKeyStoreRequest;
44
+ output: CreateCustomKeyStoreResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateCustomKeyStoreCommandInput;
48
+ output: CreateCustomKeyStoreCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateGrantCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateGrantCommand extends CreateGrantCommand_base {}
36
+ export declare class CreateGrantCommand extends CreateGrantCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateGrantRequest;
40
+ output: CreateGrantResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateGrantCommandInput;
44
+ output: CreateGrantCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateKeyCommand extends CreateKeyCommand_base {}
36
+ export declare class CreateKeyCommand extends CreateKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateKeyRequest;
40
+ output: CreateKeyResponse;
41
+ };
42
+ sdk: {
43
+ input: CreateKeyCommandInput;
44
+ output: CreateKeyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -29,4 +29,15 @@ declare const DecryptCommand_base: {
29
29
  >;
30
30
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
31
31
  };
32
- export declare class DecryptCommand extends DecryptCommand_base {}
32
+ export declare class DecryptCommand extends DecryptCommand_base {
33
+ protected static __types: {
34
+ api: {
35
+ input: DecryptRequest;
36
+ output: DecryptResponse;
37
+ };
38
+ sdk: {
39
+ input: DecryptCommandInput;
40
+ output: DecryptCommandOutput;
41
+ };
42
+ };
43
+ }
@@ -31,4 +31,15 @@ declare const DeleteAliasCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteAliasCommand extends DeleteAliasCommand_base {}
34
+ export declare class DeleteAliasCommand extends DeleteAliasCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteAliasRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteAliasCommandInput;
42
+ output: DeleteAliasCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const DeleteCustomKeyStoreCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteCustomKeyStoreCommand extends DeleteCustomKeyStoreCommand_base {}
40
+ export declare class DeleteCustomKeyStoreCommand extends DeleteCustomKeyStoreCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteCustomKeyStoreRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteCustomKeyStoreCommandInput;
48
+ output: DeleteCustomKeyStoreCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DeleteImportedKeyMaterialCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteImportedKeyMaterialCommand extends DeleteImportedKeyMaterialCommand_base {}
36
+ export declare class DeleteImportedKeyMaterialCommand extends DeleteImportedKeyMaterialCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteImportedKeyMaterialRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteImportedKeyMaterialCommandInput;
44
+ output: DeleteImportedKeyMaterialCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const DeriveSharedSecretCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeriveSharedSecretCommand extends DeriveSharedSecretCommand_base {}
40
+ export declare class DeriveSharedSecretCommand extends DeriveSharedSecretCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeriveSharedSecretRequest;
44
+ output: DeriveSharedSecretResponse;
45
+ };
46
+ sdk: {
47
+ input: DeriveSharedSecretCommandInput;
48
+ output: DeriveSharedSecretCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeCustomKeyStoresCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeCustomKeyStoresCommand extends DescribeCustomKeyStoresCommand_base {}
40
+ export declare class DescribeCustomKeyStoresCommand extends DescribeCustomKeyStoresCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeCustomKeyStoresRequest;
44
+ output: DescribeCustomKeyStoresResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeCustomKeyStoresCommandInput;
48
+ output: DescribeCustomKeyStoresCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const DescribeKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DescribeKeyCommand extends DescribeKeyCommand_base {}
36
+ export declare class DescribeKeyCommand extends DescribeKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DescribeKeyRequest;
40
+ output: DescribeKeyResponse;
41
+ };
42
+ sdk: {
43
+ input: DescribeKeyCommandInput;
44
+ output: DescribeKeyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DisableKeyCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DisableKeyCommand extends DisableKeyCommand_base {}
34
+ export declare class DisableKeyCommand extends DisableKeyCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DisableKeyRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DisableKeyCommandInput;
42
+ output: DisableKeyCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DisableKeyRotationCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DisableKeyRotationCommand extends DisableKeyRotationCommand_base {}
35
+ export declare class DisableKeyRotationCommand extends DisableKeyRotationCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DisableKeyRotationRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DisableKeyRotationCommandInput;
43
+ output: DisableKeyRotationCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -37,4 +37,15 @@ declare const DisconnectCustomKeyStoreCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DisconnectCustomKeyStoreCommand extends DisconnectCustomKeyStoreCommand_base {}
40
+ export declare class DisconnectCustomKeyStoreCommand extends DisconnectCustomKeyStoreCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DisconnectCustomKeyStoreRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DisconnectCustomKeyStoreCommandInput;
48
+ output: DisconnectCustomKeyStoreCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const EnableKeyCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class EnableKeyCommand extends EnableKeyCommand_base {}
34
+ export declare class EnableKeyCommand extends EnableKeyCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: EnableKeyRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: EnableKeyCommandInput;
42
+ output: EnableKeyCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const EnableKeyRotationCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class EnableKeyRotationCommand extends EnableKeyRotationCommand_base {}
35
+ export declare class EnableKeyRotationCommand extends EnableKeyRotationCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: EnableKeyRotationRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: EnableKeyRotationCommandInput;
43
+ output: EnableKeyRotationCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -29,4 +29,15 @@ declare const EncryptCommand_base: {
29
29
  >;
30
30
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
31
31
  };
32
- export declare class EncryptCommand extends EncryptCommand_base {}
32
+ export declare class EncryptCommand extends EncryptCommand_base {
33
+ protected static __types: {
34
+ api: {
35
+ input: EncryptRequest;
36
+ output: EncryptResponse;
37
+ };
38
+ sdk: {
39
+ input: EncryptCommandInput;
40
+ output: EncryptCommandOutput;
41
+ };
42
+ };
43
+ }
@@ -36,4 +36,15 @@ declare const GenerateDataKeyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GenerateDataKeyCommand extends GenerateDataKeyCommand_base {}
39
+ export declare class GenerateDataKeyCommand extends GenerateDataKeyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GenerateDataKeyRequest;
43
+ output: GenerateDataKeyResponse;
44
+ };
45
+ sdk: {
46
+ input: GenerateDataKeyCommandInput;
47
+ output: GenerateDataKeyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GenerateDataKeyPairCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GenerateDataKeyPairCommand extends GenerateDataKeyPairCommand_base {}
40
+ export declare class GenerateDataKeyPairCommand extends GenerateDataKeyPairCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GenerateDataKeyPairRequest;
44
+ output: GenerateDataKeyPairResponse;
45
+ };
46
+ sdk: {
47
+ input: GenerateDataKeyPairCommandInput;
48
+ output: GenerateDataKeyPairCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GenerateDataKeyPairWithoutPlaintextCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GenerateDataKeyPairWithoutPlaintextCommand extends GenerateDataKeyPairWithoutPlaintextCommand_base {}
40
+ export declare class GenerateDataKeyPairWithoutPlaintextCommand extends GenerateDataKeyPairWithoutPlaintextCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GenerateDataKeyPairWithoutPlaintextRequest;
44
+ output: GenerateDataKeyPairWithoutPlaintextResponse;
45
+ };
46
+ sdk: {
47
+ input: GenerateDataKeyPairWithoutPlaintextCommandInput;
48
+ output: GenerateDataKeyPairWithoutPlaintextCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GenerateDataKeyWithoutPlaintextCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GenerateDataKeyWithoutPlaintextCommand extends GenerateDataKeyWithoutPlaintextCommand_base {}
40
+ export declare class GenerateDataKeyWithoutPlaintextCommand extends GenerateDataKeyWithoutPlaintextCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GenerateDataKeyWithoutPlaintextRequest;
44
+ output: GenerateDataKeyWithoutPlaintextResponse;
45
+ };
46
+ sdk: {
47
+ input: GenerateDataKeyWithoutPlaintextCommandInput;
48
+ output: GenerateDataKeyWithoutPlaintextCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GenerateMacCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GenerateMacCommand extends GenerateMacCommand_base {}
36
+ export declare class GenerateMacCommand extends GenerateMacCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GenerateMacRequest;
40
+ output: GenerateMacResponse;
41
+ };
42
+ sdk: {
43
+ input: GenerateMacCommandInput;
44
+ output: GenerateMacCommandOutput;
45
+ };
46
+ };
47
+ }