@aws-sdk/client-kms 3.590.0 → 3.596.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 (109) hide show
  1. package/dist-cjs/index.js +0 -52
  2. package/dist-types/commands/CancelKeyDeletionCommand.d.ts +2 -1
  3. package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAliasCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateGrantCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateKeyCommand.d.ts +2 -1
  8. package/dist-types/commands/DecryptCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteAliasCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeKeyCommand.d.ts +2 -1
  14. package/dist-types/commands/DisableKeyCommand.d.ts +2 -1
  15. package/dist-types/commands/DisableKeyRotationCommand.d.ts +2 -1
  16. package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +2 -1
  17. package/dist-types/commands/EnableKeyCommand.d.ts +2 -1
  18. package/dist-types/commands/EnableKeyRotationCommand.d.ts +2 -1
  19. package/dist-types/commands/EncryptCommand.d.ts +2 -1
  20. package/dist-types/commands/GenerateDataKeyCommand.d.ts +2 -1
  21. package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +2 -1
  22. package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -1
  23. package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +2 -1
  24. package/dist-types/commands/GenerateMacCommand.d.ts +2 -1
  25. package/dist-types/commands/GenerateRandomCommand.d.ts +2 -1
  26. package/dist-types/commands/GetKeyPolicyCommand.d.ts +2 -1
  27. package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +2 -1
  28. package/dist-types/commands/GetParametersForImportCommand.d.ts +2 -1
  29. package/dist-types/commands/GetPublicKeyCommand.d.ts +2 -1
  30. package/dist-types/commands/ImportKeyMaterialCommand.d.ts +2 -1
  31. package/dist-types/commands/ListAliasesCommand.d.ts +2 -1
  32. package/dist-types/commands/ListGrantsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListKeyPoliciesCommand.d.ts +2 -1
  34. package/dist-types/commands/ListKeyRotationsCommand.d.ts +2 -1
  35. package/dist-types/commands/ListKeysCommand.d.ts +2 -1
  36. package/dist-types/commands/ListResourceTagsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListRetirableGrantsCommand.d.ts +2 -1
  38. package/dist-types/commands/PutKeyPolicyCommand.d.ts +2 -1
  39. package/dist-types/commands/ReEncryptCommand.d.ts +2 -1
  40. package/dist-types/commands/ReplicateKeyCommand.d.ts +2 -1
  41. package/dist-types/commands/RetireGrantCommand.d.ts +2 -1
  42. package/dist-types/commands/RevokeGrantCommand.d.ts +2 -1
  43. package/dist-types/commands/RotateKeyOnDemandCommand.d.ts +2 -1
  44. package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +2 -1
  45. package/dist-types/commands/SignCommand.d.ts +2 -1
  46. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  47. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateAliasCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +2 -1
  52. package/dist-types/commands/VerifyCommand.d.ts +2 -1
  53. package/dist-types/commands/VerifyMacCommand.d.ts +2 -1
  54. package/dist-types/index.d.ts +2 -2
  55. package/dist-types/models/KMSServiceException.d.ts +2 -1
  56. package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +2 -1
  57. package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +2 -1
  58. package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -1
  59. package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/DecryptCommand.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/EncryptCommand.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/ListKeyRotationsCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/RotateKeyOnDemandCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/SignCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/VerifyCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/models/KMSServiceException.d.ts +2 -1
  109. package/package.json +6 -6
@@ -5,7 +5,8 @@ import { GetParametersForImportRequest, GetParametersForImportResponse } from ".
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetPublicKeyRequest, GetPublicKeyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ImportKeyMaterialRequest, ImportKeyMaterialResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListAliasesRequest, ListAliasesResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListGrantsRequest, ListGrantsResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListKeyPoliciesRequest, ListKeyPoliciesResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListKeyRotationsRequest, ListKeyRotationsResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListKeysRequest, ListKeysResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListResourceTagsRequest, ListResourceTagsResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListGrantsResponse, ListRetirableGrantsRequest } from "../models/models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { PutKeyPolicyRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ReEncryptRequest, ReEncryptResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ReplicateKeyRequest, ReplicateKeyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RetireGrantRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RevokeGrantRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { RotateKeyOnDemandRequest, RotateKeyOnDemandResponse } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ScheduleKeyDeletionRequest, ScheduleKeyDeletionResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { SignRequest, SignResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { TagResourceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UntagResourceRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateAliasRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateCustomKeyStoreRequest, UpdateCustomKeyStoreResponse } from "../mo
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdateKeyDescriptionRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { UpdatePrimaryRegionRequest } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { VerifyRequest, VerifyResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { VerifyMacRequest, VerifyMacResponse } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -100,8 +100,8 @@
100
100
  export * from "./KMSClient";
101
101
  export * from "./KMS";
102
102
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
103
- export { RuntimeExtension } from "./runtimeExtensions";
104
- export { KMSExtensionConfiguration } from "./extensionConfiguration";
103
+ export type { RuntimeExtension } from "./runtimeExtensions";
104
+ export type { KMSExtensionConfiguration } from "./extensionConfiguration";
105
105
  export * from "./commands";
106
106
  export * from "./pagination";
107
107
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -9,7 +9,8 @@ import {
9
9
  CancelKeyDeletionRequest,
10
10
  CancelKeyDeletionResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CancelKeyDeletionCommandInput
14
15
  extends CancelKeyDeletionRequest {}
15
16
  export interface CancelKeyDeletionCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ConnectCustomKeyStoreRequest,
10
10
  ConnectCustomKeyStoreResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ConnectCustomKeyStoreCommandInput
14
15
  extends ConnectCustomKeyStoreRequest {}
15
16
  export interface ConnectCustomKeyStoreCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { CreateAliasRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateAliasCommandInput extends CreateAliasRequest {}
11
12
  export interface CreateAliasCommandOutput extends __MetadataBearer {}
12
13
  declare const CreateAliasCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  CreateCustomKeyStoreRequest,
10
10
  CreateCustomKeyStoreResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateCustomKeyStoreCommandInput
14
15
  extends CreateCustomKeyStoreRequest {}
15
16
  export interface CreateCustomKeyStoreCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { CreateGrantRequest, CreateGrantResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateGrantCommandInput extends CreateGrantRequest {}
11
12
  export interface CreateGrantCommandOutput
12
13
  extends CreateGrantResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { CreateKeyRequest, CreateKeyResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface CreateKeyCommandInput extends CreateKeyRequest {}
11
12
  export interface CreateKeyCommandOutput
12
13
  extends CreateKeyResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { DecryptRequest, DecryptResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DecryptCommandInput extends DecryptRequest {}
11
12
  export interface DecryptCommandOutput
12
13
  extends DecryptResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { DeleteAliasRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteAliasCommandInput extends DeleteAliasRequest {}
11
12
  export interface DeleteAliasCommandOutput extends __MetadataBearer {}
12
13
  declare const DeleteAliasCommand_base: {
@@ -9,7 +9,8 @@ import {
9
9
  DeleteCustomKeyStoreRequest,
10
10
  DeleteCustomKeyStoreResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteCustomKeyStoreCommandInput
14
15
  extends DeleteCustomKeyStoreRequest {}
15
16
  export interface DeleteCustomKeyStoreCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { DeleteImportedKeyMaterialRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DeleteImportedKeyMaterialCommandInput
11
12
  extends DeleteImportedKeyMaterialRequest {}
12
13
  export interface DeleteImportedKeyMaterialCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  DescribeCustomKeyStoresRequest,
10
10
  DescribeCustomKeyStoresResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DescribeCustomKeyStoresCommandInput
14
15
  extends DescribeCustomKeyStoresRequest {}
15
16
  export interface DescribeCustomKeyStoresCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { DescribeKeyRequest, DescribeKeyResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DescribeKeyCommandInput extends DescribeKeyRequest {}
11
12
  export interface DescribeKeyCommandOutput
12
13
  extends DescribeKeyResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { DisableKeyRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DisableKeyCommandInput extends DisableKeyRequest {}
11
12
  export interface DisableKeyCommandOutput extends __MetadataBearer {}
12
13
  declare const DisableKeyCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { DisableKeyRotationRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface DisableKeyRotationCommandInput
11
12
  extends DisableKeyRotationRequest {}
12
13
  export interface DisableKeyRotationCommandOutput extends __MetadataBearer {}
@@ -9,7 +9,8 @@ import {
9
9
  DisconnectCustomKeyStoreRequest,
10
10
  DisconnectCustomKeyStoreResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisconnectCustomKeyStoreCommandInput
14
15
  extends DisconnectCustomKeyStoreRequest {}
15
16
  export interface DisconnectCustomKeyStoreCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { EnableKeyRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface EnableKeyCommandInput extends EnableKeyRequest {}
11
12
  export interface EnableKeyCommandOutput extends __MetadataBearer {}
12
13
  declare const EnableKeyCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { EnableKeyRotationRequest } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface EnableKeyRotationCommandInput
11
12
  extends EnableKeyRotationRequest {}
12
13
  export interface EnableKeyRotationCommandOutput extends __MetadataBearer {}
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { EncryptRequest, EncryptResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface EncryptCommandInput extends EncryptRequest {}
11
12
  export interface EncryptCommandOutput
12
13
  extends EncryptResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GenerateDataKeyRequest,
10
10
  GenerateDataKeyResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GenerateDataKeyCommandInput extends GenerateDataKeyRequest {}
14
15
  export interface GenerateDataKeyCommandOutput
15
16
  extends GenerateDataKeyResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GenerateDataKeyPairRequest,
10
10
  GenerateDataKeyPairResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GenerateDataKeyPairCommandInput
14
15
  extends GenerateDataKeyPairRequest {}
15
16
  export interface GenerateDataKeyPairCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GenerateDataKeyPairWithoutPlaintextRequest,
10
10
  GenerateDataKeyPairWithoutPlaintextResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GenerateDataKeyPairWithoutPlaintextCommandInput
14
15
  extends GenerateDataKeyPairWithoutPlaintextRequest {}
15
16
  export interface GenerateDataKeyPairWithoutPlaintextCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GenerateDataKeyWithoutPlaintextRequest,
10
10
  GenerateDataKeyWithoutPlaintextResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GenerateDataKeyWithoutPlaintextCommandInput
14
15
  extends GenerateDataKeyWithoutPlaintextRequest {}
15
16
  export interface GenerateDataKeyWithoutPlaintextCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { GenerateMacRequest, GenerateMacResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GenerateMacCommandInput extends GenerateMacRequest {}
11
12
  export interface GenerateMacCommandOutput
12
13
  extends GenerateMacResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GenerateRandomRequest,
10
10
  GenerateRandomResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GenerateRandomCommandInput extends GenerateRandomRequest {}
14
15
  export interface GenerateRandomCommandOutput
15
16
  extends GenerateRandomResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { GetKeyPolicyRequest, GetKeyPolicyResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetKeyPolicyCommandInput extends GetKeyPolicyRequest {}
11
12
  export interface GetKeyPolicyCommandOutput
12
13
  extends GetKeyPolicyResponse,
@@ -9,7 +9,8 @@ import {
9
9
  GetKeyRotationStatusRequest,
10
10
  GetKeyRotationStatusResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetKeyRotationStatusCommandInput
14
15
  extends GetKeyRotationStatusRequest {}
15
16
  export interface GetKeyRotationStatusCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  GetParametersForImportRequest,
10
10
  GetParametersForImportResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetParametersForImportCommandInput
14
15
  extends GetParametersForImportRequest {}
15
16
  export interface GetParametersForImportCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceOutputTypes,
7
7
  } from "../KMSClient";
8
8
  import { GetPublicKeyRequest, GetPublicKeyResponse } from "../models/models_0";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetPublicKeyCommandInput extends GetPublicKeyRequest {}
11
12
  export interface GetPublicKeyCommandOutput
12
13
  extends GetPublicKeyResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ImportKeyMaterialRequest,
10
10
  ImportKeyMaterialResponse,
11
11
  } from "../models/models_0";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ImportKeyMaterialCommandInput
14
15
  extends ImportKeyMaterialRequest {}
15
16
  export interface ImportKeyMaterialCommandOutput