@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.
- package/dist-cjs/index.js +0 -52
- package/dist-types/commands/CancelKeyDeletionCommand.d.ts +2 -1
- package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/commands/CreateAliasCommand.d.ts +2 -1
- package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/commands/CreateGrantCommand.d.ts +2 -1
- package/dist-types/commands/CreateKeyCommand.d.ts +2 -1
- package/dist-types/commands/DecryptCommand.d.ts +2 -1
- package/dist-types/commands/DeleteAliasCommand.d.ts +2 -1
- package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +2 -1
- package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +2 -1
- package/dist-types/commands/DescribeKeyCommand.d.ts +2 -1
- package/dist-types/commands/DisableKeyCommand.d.ts +2 -1
- package/dist-types/commands/DisableKeyRotationCommand.d.ts +2 -1
- package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/commands/EnableKeyCommand.d.ts +2 -1
- package/dist-types/commands/EnableKeyRotationCommand.d.ts +2 -1
- package/dist-types/commands/EncryptCommand.d.ts +2 -1
- package/dist-types/commands/GenerateDataKeyCommand.d.ts +2 -1
- package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +2 -1
- package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -1
- package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +2 -1
- package/dist-types/commands/GenerateMacCommand.d.ts +2 -1
- package/dist-types/commands/GenerateRandomCommand.d.ts +2 -1
- package/dist-types/commands/GetKeyPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +2 -1
- package/dist-types/commands/GetParametersForImportCommand.d.ts +2 -1
- package/dist-types/commands/GetPublicKeyCommand.d.ts +2 -1
- package/dist-types/commands/ImportKeyMaterialCommand.d.ts +2 -1
- package/dist-types/commands/ListAliasesCommand.d.ts +2 -1
- package/dist-types/commands/ListGrantsCommand.d.ts +2 -1
- package/dist-types/commands/ListKeyPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListKeyRotationsCommand.d.ts +2 -1
- package/dist-types/commands/ListKeysCommand.d.ts +2 -1
- package/dist-types/commands/ListResourceTagsCommand.d.ts +2 -1
- package/dist-types/commands/ListRetirableGrantsCommand.d.ts +2 -1
- package/dist-types/commands/PutKeyPolicyCommand.d.ts +2 -1
- package/dist-types/commands/ReEncryptCommand.d.ts +2 -1
- package/dist-types/commands/ReplicateKeyCommand.d.ts +2 -1
- package/dist-types/commands/RetireGrantCommand.d.ts +2 -1
- package/dist-types/commands/RevokeGrantCommand.d.ts +2 -1
- package/dist-types/commands/RotateKeyOnDemandCommand.d.ts +2 -1
- package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +2 -1
- package/dist-types/commands/SignCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateAliasCommand.d.ts +2 -1
- package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +2 -1
- package/dist-types/commands/VerifyCommand.d.ts +2 -1
- package/dist-types/commands/VerifyMacCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/KMSServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DecryptCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EncryptCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListKeyRotationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RotateKeyOnDemandCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SignCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/VerifyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/KMSServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-types/index.d.ts
CHANGED
|
@@ -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 {
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ImportKeyMaterialCommandInput
|
|
14
15
|
extends ImportKeyMaterialRequest {}
|
|
15
16
|
export interface ImportKeyMaterialCommandOutput
|