@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
@@ -36,4 +36,15 @@ declare const GenerateRandomCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GenerateRandomCommand extends GenerateRandomCommand_base {}
39
+ export declare class GenerateRandomCommand extends GenerateRandomCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GenerateRandomRequest;
43
+ output: GenerateRandomResponse;
44
+ };
45
+ sdk: {
46
+ input: GenerateRandomCommandInput;
47
+ output: GenerateRandomCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const GetKeyPolicyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetKeyPolicyCommand extends GetKeyPolicyCommand_base {}
36
+ export declare class GetKeyPolicyCommand extends GetKeyPolicyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetKeyPolicyRequest;
40
+ output: GetKeyPolicyResponse;
41
+ };
42
+ sdk: {
43
+ input: GetKeyPolicyCommandInput;
44
+ output: GetKeyPolicyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const GetKeyRotationStatusCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetKeyRotationStatusCommand extends GetKeyRotationStatusCommand_base {}
40
+ export declare class GetKeyRotationStatusCommand extends GetKeyRotationStatusCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetKeyRotationStatusRequest;
44
+ output: GetKeyRotationStatusResponse;
45
+ };
46
+ sdk: {
47
+ input: GetKeyRotationStatusCommandInput;
48
+ output: GetKeyRotationStatusCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetParametersForImportCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetParametersForImportCommand extends GetParametersForImportCommand_base {}
40
+ export declare class GetParametersForImportCommand extends GetParametersForImportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetParametersForImportRequest;
44
+ output: GetParametersForImportResponse;
45
+ };
46
+ sdk: {
47
+ input: GetParametersForImportCommandInput;
48
+ output: GetParametersForImportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const GetPublicKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class GetPublicKeyCommand extends GetPublicKeyCommand_base {}
36
+ export declare class GetPublicKeyCommand extends GetPublicKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: GetPublicKeyRequest;
40
+ output: GetPublicKeyResponse;
41
+ };
42
+ sdk: {
43
+ input: GetPublicKeyCommandInput;
44
+ output: GetPublicKeyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const ImportKeyMaterialCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ImportKeyMaterialCommand extends ImportKeyMaterialCommand_base {}
40
+ export declare class ImportKeyMaterialCommand extends ImportKeyMaterialCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ImportKeyMaterialRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: ImportKeyMaterialCommandInput;
48
+ output: ImportKeyMaterialCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListAliasesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListAliasesCommand extends ListAliasesCommand_base {}
36
+ export declare class ListAliasesCommand extends ListAliasesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListAliasesRequest;
40
+ output: ListAliasesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListAliasesCommandInput;
44
+ output: ListAliasesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ListGrantsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListGrantsCommand extends ListGrantsCommand_base {}
36
+ export declare class ListGrantsCommand extends ListGrantsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListGrantsRequest;
40
+ output: ListGrantsResponse;
41
+ };
42
+ sdk: {
43
+ input: ListGrantsCommandInput;
44
+ output: ListGrantsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListKeyPoliciesCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListKeyPoliciesCommand extends ListKeyPoliciesCommand_base {}
39
+ export declare class ListKeyPoliciesCommand extends ListKeyPoliciesCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListKeyPoliciesRequest;
43
+ output: ListKeyPoliciesResponse;
44
+ };
45
+ sdk: {
46
+ input: ListKeyPoliciesCommandInput;
47
+ output: ListKeyPoliciesCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const ListKeyRotationsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListKeyRotationsCommand extends ListKeyRotationsCommand_base {}
39
+ export declare class ListKeyRotationsCommand extends ListKeyRotationsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListKeyRotationsRequest;
43
+ output: ListKeyRotationsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListKeyRotationsCommandInput;
47
+ output: ListKeyRotationsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const ListKeysCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListKeysCommand extends ListKeysCommand_base {}
36
+ export declare class ListKeysCommand extends ListKeysCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListKeysRequest;
40
+ output: ListKeysResponse;
41
+ };
42
+ sdk: {
43
+ input: ListKeysCommandInput;
44
+ output: ListKeysCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListResourceTagsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListResourceTagsCommand extends ListResourceTagsCommand_base {}
39
+ export declare class ListResourceTagsCommand extends ListResourceTagsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListResourceTagsRequest;
43
+ output: ListResourceTagsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListResourceTagsCommandInput;
47
+ output: ListResourceTagsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListRetirableGrantsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListRetirableGrantsCommand extends ListRetirableGrantsCommand_base {}
40
+ export declare class ListRetirableGrantsCommand extends ListRetirableGrantsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListRetirableGrantsRequest;
44
+ output: ListGrantsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListRetirableGrantsCommandInput;
48
+ output: ListRetirableGrantsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const PutKeyPolicyCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class PutKeyPolicyCommand extends PutKeyPolicyCommand_base {}
34
+ export declare class PutKeyPolicyCommand extends PutKeyPolicyCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: PutKeyPolicyRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: PutKeyPolicyCommandInput;
42
+ output: PutKeyPolicyCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -33,4 +33,15 @@ declare const ReEncryptCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ReEncryptCommand extends ReEncryptCommand_base {}
36
+ export declare class ReEncryptCommand extends ReEncryptCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ReEncryptRequest;
40
+ output: ReEncryptResponse;
41
+ };
42
+ sdk: {
43
+ input: ReEncryptCommandInput;
44
+ output: ReEncryptCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const ReplicateKeyCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ReplicateKeyCommand extends ReplicateKeyCommand_base {}
36
+ export declare class ReplicateKeyCommand extends ReplicateKeyCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ReplicateKeyRequest;
40
+ output: ReplicateKeyResponse;
41
+ };
42
+ sdk: {
43
+ input: ReplicateKeyCommandInput;
44
+ output: ReplicateKeyCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const RetireGrantCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class RetireGrantCommand extends RetireGrantCommand_base {}
34
+ export declare class RetireGrantCommand extends RetireGrantCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: RetireGrantRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: RetireGrantCommandInput;
42
+ output: RetireGrantCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const RevokeGrantCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class RevokeGrantCommand extends RevokeGrantCommand_base {}
34
+ export declare class RevokeGrantCommand extends RevokeGrantCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: RevokeGrantRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: RevokeGrantCommandInput;
42
+ output: RevokeGrantCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const RotateKeyOnDemandCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RotateKeyOnDemandCommand extends RotateKeyOnDemandCommand_base {}
40
+ export declare class RotateKeyOnDemandCommand extends RotateKeyOnDemandCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RotateKeyOnDemandRequest;
44
+ output: RotateKeyOnDemandResponse;
45
+ };
46
+ sdk: {
47
+ input: RotateKeyOnDemandCommandInput;
48
+ output: RotateKeyOnDemandCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ScheduleKeyDeletionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ScheduleKeyDeletionCommand extends ScheduleKeyDeletionCommand_base {}
40
+ export declare class ScheduleKeyDeletionCommand extends ScheduleKeyDeletionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ScheduleKeyDeletionRequest;
44
+ output: ScheduleKeyDeletionResponse;
45
+ };
46
+ sdk: {
47
+ input: ScheduleKeyDeletionCommandInput;
48
+ output: ScheduleKeyDeletionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -27,4 +27,15 @@ declare const SignCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class SignCommand extends SignCommand_base {}
30
+ export declare class SignCommand extends SignCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: SignRequest;
34
+ output: SignResponse;
35
+ };
36
+ sdk: {
37
+ input: SignCommandInput;
38
+ output: SignCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UpdateAliasCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UpdateAliasCommand extends UpdateAliasCommand_base {}
34
+ export declare class UpdateAliasCommand extends UpdateAliasCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UpdateAliasRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UpdateAliasCommandInput;
42
+ output: UpdateAliasCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const UpdateCustomKeyStoreCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateCustomKeyStoreCommand extends UpdateCustomKeyStoreCommand_base {}
40
+ export declare class UpdateCustomKeyStoreCommand extends UpdateCustomKeyStoreCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateCustomKeyStoreRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: UpdateCustomKeyStoreCommandInput;
48
+ output: UpdateCustomKeyStoreCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -32,4 +32,15 @@ declare const UpdateKeyDescriptionCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class UpdateKeyDescriptionCommand extends UpdateKeyDescriptionCommand_base {}
35
+ export declare class UpdateKeyDescriptionCommand extends UpdateKeyDescriptionCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: UpdateKeyDescriptionRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: UpdateKeyDescriptionCommandInput;
43
+ output: UpdateKeyDescriptionCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -32,4 +32,15 @@ declare const UpdatePrimaryRegionCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class UpdatePrimaryRegionCommand extends UpdatePrimaryRegionCommand_base {}
35
+ export declare class UpdatePrimaryRegionCommand extends UpdatePrimaryRegionCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: UpdatePrimaryRegionRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: UpdatePrimaryRegionCommandInput;
43
+ output: UpdatePrimaryRegionCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -27,4 +27,15 @@ declare const VerifyCommand_base: {
27
27
  >;
28
28
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
29
  };
30
- export declare class VerifyCommand extends VerifyCommand_base {}
30
+ export declare class VerifyCommand extends VerifyCommand_base {
31
+ protected static __types: {
32
+ api: {
33
+ input: VerifyRequest;
34
+ output: VerifyResponse;
35
+ };
36
+ sdk: {
37
+ input: VerifyCommandInput;
38
+ output: VerifyCommandOutput;
39
+ };
40
+ };
41
+ }
@@ -33,4 +33,15 @@ declare const VerifyMacCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class VerifyMacCommand extends VerifyMacCommand_base {}
36
+ export declare class VerifyMacCommand extends VerifyMacCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: VerifyMacRequest;
40
+ output: VerifyMacResponse;
41
+ };
42
+ sdk: {
43
+ input: VerifyMacCommandInput;
44
+ output: VerifyMacCommandOutput;
45
+ };
46
+ };
47
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kms",
3
3
  "description": "AWS SDK for JavaScript Kms Client for Node.js, Browser and React Native",
4
- "version": "3.650.0",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-kms",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.650.0",
24
- "@aws-sdk/client-sts": "3.650.0",
25
- "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.650.0",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },