@aws-sdk/client-kms 3.337.0 → 3.341.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/KMSClient.js +2 -1
- package/dist-cjs/commands/CancelKeyDeletionCommand.js +2 -1
- package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +2 -1
- package/dist-cjs/commands/CreateAliasCommand.js +2 -1
- package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +2 -1
- package/dist-cjs/commands/CreateGrantCommand.js +2 -1
- package/dist-cjs/commands/CreateKeyCommand.js +2 -1
- package/dist-cjs/commands/DecryptCommand.js +2 -1
- package/dist-cjs/commands/DeleteAliasCommand.js +2 -1
- package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +2 -1
- package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +2 -1
- package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +2 -1
- package/dist-cjs/commands/DescribeKeyCommand.js +2 -1
- package/dist-cjs/commands/DisableKeyCommand.js +2 -1
- package/dist-cjs/commands/DisableKeyRotationCommand.js +2 -1
- package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +2 -1
- package/dist-cjs/commands/EnableKeyCommand.js +2 -1
- package/dist-cjs/commands/EnableKeyRotationCommand.js +2 -1
- package/dist-cjs/commands/EncryptCommand.js +2 -1
- package/dist-cjs/commands/GenerateDataKeyCommand.js +2 -1
- package/dist-cjs/commands/GenerateDataKeyPairCommand.js +2 -1
- package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +2 -1
- package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +2 -1
- package/dist-cjs/commands/GenerateMacCommand.js +2 -1
- package/dist-cjs/commands/GenerateRandomCommand.js +2 -1
- package/dist-cjs/commands/GetKeyPolicyCommand.js +2 -1
- package/dist-cjs/commands/GetKeyRotationStatusCommand.js +2 -1
- package/dist-cjs/commands/GetParametersForImportCommand.js +2 -1
- package/dist-cjs/commands/GetPublicKeyCommand.js +2 -1
- package/dist-cjs/commands/ImportKeyMaterialCommand.js +2 -1
- package/dist-cjs/commands/ListAliasesCommand.js +2 -1
- package/dist-cjs/commands/ListGrantsCommand.js +2 -1
- package/dist-cjs/commands/ListKeyPoliciesCommand.js +2 -1
- package/dist-cjs/commands/ListKeysCommand.js +2 -1
- package/dist-cjs/commands/ListResourceTagsCommand.js +2 -1
- package/dist-cjs/commands/ListRetirableGrantsCommand.js +2 -1
- package/dist-cjs/commands/PutKeyPolicyCommand.js +2 -1
- package/dist-cjs/commands/ReEncryptCommand.js +2 -1
- package/dist-cjs/commands/ReplicateKeyCommand.js +2 -1
- package/dist-cjs/commands/RetireGrantCommand.js +2 -1
- package/dist-cjs/commands/RevokeGrantCommand.js +2 -1
- package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +2 -1
- package/dist-cjs/commands/SignCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateAliasCommand.js +2 -1
- package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +2 -1
- package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +2 -1
- package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +2 -1
- package/dist-cjs/commands/VerifyCommand.js +2 -1
- package/dist-cjs/commands/VerifyMacCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/KMSServiceException.js +2 -1
- package/dist-es/KMSClient.js +1 -0
- package/dist-es/commands/CancelKeyDeletionCommand.js +1 -0
- package/dist-es/commands/ConnectCustomKeyStoreCommand.js +1 -0
- package/dist-es/commands/CreateAliasCommand.js +1 -0
- package/dist-es/commands/CreateCustomKeyStoreCommand.js +1 -0
- package/dist-es/commands/CreateGrantCommand.js +1 -0
- package/dist-es/commands/CreateKeyCommand.js +1 -0
- package/dist-es/commands/DecryptCommand.js +1 -0
- package/dist-es/commands/DeleteAliasCommand.js +1 -0
- package/dist-es/commands/DeleteCustomKeyStoreCommand.js +1 -0
- package/dist-es/commands/DeleteImportedKeyMaterialCommand.js +1 -0
- package/dist-es/commands/DescribeCustomKeyStoresCommand.js +1 -0
- package/dist-es/commands/DescribeKeyCommand.js +1 -0
- package/dist-es/commands/DisableKeyCommand.js +1 -0
- package/dist-es/commands/DisableKeyRotationCommand.js +1 -0
- package/dist-es/commands/DisconnectCustomKeyStoreCommand.js +1 -0
- package/dist-es/commands/EnableKeyCommand.js +1 -0
- package/dist-es/commands/EnableKeyRotationCommand.js +1 -0
- package/dist-es/commands/EncryptCommand.js +1 -0
- package/dist-es/commands/GenerateDataKeyCommand.js +1 -0
- package/dist-es/commands/GenerateDataKeyPairCommand.js +1 -0
- package/dist-es/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +1 -0
- package/dist-es/commands/GenerateDataKeyWithoutPlaintextCommand.js +1 -0
- package/dist-es/commands/GenerateMacCommand.js +1 -0
- package/dist-es/commands/GenerateRandomCommand.js +1 -0
- package/dist-es/commands/GetKeyPolicyCommand.js +1 -0
- package/dist-es/commands/GetKeyRotationStatusCommand.js +1 -0
- package/dist-es/commands/GetParametersForImportCommand.js +1 -0
- package/dist-es/commands/GetPublicKeyCommand.js +1 -0
- package/dist-es/commands/ImportKeyMaterialCommand.js +1 -0
- package/dist-es/commands/ListAliasesCommand.js +1 -0
- package/dist-es/commands/ListGrantsCommand.js +1 -0
- package/dist-es/commands/ListKeyPoliciesCommand.js +1 -0
- package/dist-es/commands/ListKeysCommand.js +1 -0
- package/dist-es/commands/ListResourceTagsCommand.js +1 -0
- package/dist-es/commands/ListRetirableGrantsCommand.js +1 -0
- package/dist-es/commands/PutKeyPolicyCommand.js +1 -0
- package/dist-es/commands/ReEncryptCommand.js +1 -0
- package/dist-es/commands/ReplicateKeyCommand.js +1 -0
- package/dist-es/commands/RetireGrantCommand.js +1 -0
- package/dist-es/commands/RevokeGrantCommand.js +1 -0
- package/dist-es/commands/ScheduleKeyDeletionCommand.js +1 -0
- package/dist-es/commands/SignCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateAliasCommand.js +1 -0
- package/dist-es/commands/UpdateCustomKeyStoreCommand.js +1 -0
- package/dist-es/commands/UpdateKeyDescriptionCommand.js +1 -0
- package/dist-es/commands/UpdatePrimaryRegionCommand.js +1 -0
- package/dist-es/commands/VerifyCommand.js +1 -0
- package/dist-es/commands/VerifyMacCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/KMSServiceException.js +1 -0
- package/dist-types/KMSClient.d.ts +3 -3
- package/dist-types/commands/CancelKeyDeletionCommand.d.ts +4 -0
- package/dist-types/commands/ConnectCustomKeyStoreCommand.d.ts +4 -0
- package/dist-types/commands/CreateAliasCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomKeyStoreCommand.d.ts +4 -0
- package/dist-types/commands/CreateGrantCommand.d.ts +4 -0
- package/dist-types/commands/CreateKeyCommand.d.ts +4 -0
- package/dist-types/commands/DecryptCommand.d.ts +4 -0
- package/dist-types/commands/DeleteAliasCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCustomKeyStoreCommand.d.ts +4 -0
- package/dist-types/commands/DeleteImportedKeyMaterialCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCustomKeyStoresCommand.d.ts +4 -0
- package/dist-types/commands/DescribeKeyCommand.d.ts +4 -0
- package/dist-types/commands/DisableKeyCommand.d.ts +4 -0
- package/dist-types/commands/DisableKeyRotationCommand.d.ts +4 -0
- package/dist-types/commands/DisconnectCustomKeyStoreCommand.d.ts +4 -0
- package/dist-types/commands/EnableKeyCommand.d.ts +4 -0
- package/dist-types/commands/EnableKeyRotationCommand.d.ts +4 -0
- package/dist-types/commands/EncryptCommand.d.ts +4 -0
- package/dist-types/commands/GenerateDataKeyCommand.d.ts +4 -0
- package/dist-types/commands/GenerateDataKeyPairCommand.d.ts +4 -0
- package/dist-types/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +4 -0
- package/dist-types/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +4 -0
- package/dist-types/commands/GenerateMacCommand.d.ts +4 -0
- package/dist-types/commands/GenerateRandomCommand.d.ts +4 -0
- package/dist-types/commands/GetKeyPolicyCommand.d.ts +4 -0
- package/dist-types/commands/GetKeyRotationStatusCommand.d.ts +4 -0
- package/dist-types/commands/GetParametersForImportCommand.d.ts +4 -0
- package/dist-types/commands/GetPublicKeyCommand.d.ts +4 -0
- package/dist-types/commands/ImportKeyMaterialCommand.d.ts +4 -0
- package/dist-types/commands/ListAliasesCommand.d.ts +4 -0
- package/dist-types/commands/ListGrantsCommand.d.ts +4 -0
- package/dist-types/commands/ListKeyPoliciesCommand.d.ts +4 -0
- package/dist-types/commands/ListKeysCommand.d.ts +4 -0
- package/dist-types/commands/ListResourceTagsCommand.d.ts +4 -0
- package/dist-types/commands/ListRetirableGrantsCommand.d.ts +4 -0
- package/dist-types/commands/PutKeyPolicyCommand.d.ts +4 -0
- package/dist-types/commands/ReEncryptCommand.d.ts +4 -0
- package/dist-types/commands/ReplicateKeyCommand.d.ts +4 -0
- package/dist-types/commands/RetireGrantCommand.d.ts +4 -0
- package/dist-types/commands/RevokeGrantCommand.d.ts +4 -0
- package/dist-types/commands/ScheduleKeyDeletionCommand.d.ts +4 -0
- package/dist-types/commands/SignCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateAliasCommand.d.ts +4 -0
- package/dist-types/commands/UpdateCustomKeyStoreCommand.d.ts +4 -0
- package/dist-types/commands/UpdateKeyDescriptionCommand.d.ts +4 -0
- package/dist-types/commands/UpdatePrimaryRegionCommand.d.ts +4 -0
- package/dist-types/commands/VerifyCommand.d.ts +4 -0
- package/dist-types/commands/VerifyMacCommand.d.ts +4 -0
- package/dist-types/index.d.ts +101 -2
- package/dist-types/models/KMSServiceException.d.ts +1 -0
- package/dist-types/ts3.4/KMSClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CancelKeyDeletionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ConnectCustomKeyStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateAliasCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCustomKeyStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateGrantCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DecryptCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteAliasCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCustomKeyStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteImportedKeyMaterialCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCustomKeyStoresCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisableKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisableKeyRotationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisconnectCustomKeyStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EnableKeyRotationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/EncryptCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GenerateDataKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GenerateDataKeyPairCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GenerateDataKeyPairWithoutPlaintextCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GenerateDataKeyWithoutPlaintextCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GenerateMacCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GenerateRandomCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetKeyPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetKeyRotationStatusCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetParametersForImportCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPublicKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ImportKeyMaterialCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListAliasesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListGrantsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListKeyPoliciesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListResourceTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRetirableGrantsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutKeyPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ReEncryptCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ReplicateKeyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RetireGrantCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RevokeGrantCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ScheduleKeyDeletionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SignCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateAliasCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateCustomKeyStoreCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateKeyDescriptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdatePrimaryRegionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/VerifyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/VerifyMacCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/KMSServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateCustomKeyStoreCommand = void 0;
|
|
3
|
+
exports.UpdateCustomKeyStoreCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class UpdateCustomKeyStoreCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateKeyDescriptionCommand = void 0;
|
|
3
|
+
exports.UpdateKeyDescriptionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdateKeyDescriptionCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdatePrimaryRegionCommand = void 0;
|
|
3
|
+
exports.UpdatePrimaryRegionCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
9
|
class UpdatePrimaryRegionCommand extends smithy_client_1.Command {
|
|
9
10
|
static getEndpointParameterInstructions() {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VerifyCommand = void 0;
|
|
3
|
+
exports.VerifyCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class VerifyCommand extends smithy_client_1.Command {
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VerifyMacCommand = void 0;
|
|
3
|
+
exports.VerifyMacCommand = exports.$Command = void 0;
|
|
4
4
|
const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
|
|
5
5
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
7
8
|
const models_0_1 = require("../models/models_0");
|
|
8
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
9
10
|
class VerifyMacCommand extends smithy_client_1.Command {
|
package/dist-cjs/index.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.KMSServiceException = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
tslib_1.__exportStar(require("./KMS"), exports);
|
|
6
5
|
tslib_1.__exportStar(require("./KMSClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./KMS"), exports);
|
|
7
7
|
tslib_1.__exportStar(require("./commands"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./models"), exports);
|
|
9
8
|
tslib_1.__exportStar(require("./pagination"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
10
10
|
var KMSServiceException_1 = require("./models/KMSServiceException");
|
|
11
11
|
Object.defineProperty(exports, "KMSServiceException", { enumerable: true, get: function () { return KMSServiceException_1.KMSServiceException; } });
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.KMSServiceException = void 0;
|
|
3
|
+
exports.KMSServiceException = exports.__ServiceException = void 0;
|
|
4
4
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
5
|
+
Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
|
|
5
6
|
class KMSServiceException extends smithy_client_1.ServiceException {
|
|
6
7
|
constructor(options) {
|
|
7
8
|
super(options);
|
package/dist-es/KMSClient.js
CHANGED
|
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
|
|
|
10
10
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
11
|
import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
|
|
12
12
|
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
13
|
+
export { __Client };
|
|
13
14
|
export class KMSClient extends __Client {
|
|
14
15
|
constructor(configuration) {
|
|
15
16
|
const _config_0 = __getRuntimeConfig(configuration);
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CancelKeyDeletionCommand, se_CancelKeyDeletionCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CancelKeyDeletionCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ConnectCustomKeyStoreCommand, se_ConnectCustomKeyStoreCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ConnectCustomKeyStoreCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateAliasCommand, se_CreateAliasCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateAliasCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { CreateCustomKeyStoreRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_CreateCustomKeyStoreCommand, se_CreateCustomKeyStoreCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class CreateCustomKeyStoreCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateGrantCommand, se_CreateGrantCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateGrantCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_CreateKeyCommand, se_CreateKeyCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class CreateKeyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { DecryptResponseFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { de_DecryptCommand, se_DecryptCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class DecryptCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteAliasCommand, se_DeleteAliasCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteAliasCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteCustomKeyStoreCommand, se_DeleteCustomKeyStoreCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteCustomKeyStoreCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DeleteImportedKeyMaterialCommand, se_DeleteImportedKeyMaterialCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DeleteImportedKeyMaterialCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { DescribeCustomKeyStoresResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_DescribeCustomKeyStoresCommand, se_DescribeCustomKeyStoresCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class DescribeCustomKeyStoresCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DescribeKeyCommand, se_DescribeKeyCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DescribeKeyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DisableKeyCommand, se_DisableKeyCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DisableKeyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DisableKeyRotationCommand, se_DisableKeyRotationCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DisableKeyRotationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_DisconnectCustomKeyStoreCommand, se_DisconnectCustomKeyStoreCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class DisconnectCustomKeyStoreCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_EnableKeyCommand, se_EnableKeyCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class EnableKeyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_EnableKeyRotationCommand, se_EnableKeyRotationCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class EnableKeyRotationCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { EncryptRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { de_EncryptCommand, se_EncryptCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class EncryptCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { GenerateDataKeyResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_GenerateDataKeyCommand, se_GenerateDataKeyCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class GenerateDataKeyCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { GenerateDataKeyPairResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_GenerateDataKeyPairCommand, se_GenerateDataKeyPairCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class GenerateDataKeyPairCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GenerateDataKeyPairWithoutPlaintextCommand, se_GenerateDataKeyPairWithoutPlaintextCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GenerateDataKeyPairWithoutPlaintextCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GenerateDataKeyWithoutPlaintextCommand, se_GenerateDataKeyWithoutPlaintextCommand, } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GenerateDataKeyWithoutPlaintextCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { GenerateMacRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { de_GenerateMacCommand, se_GenerateMacCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class GenerateMacCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { GenerateRandomResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_GenerateRandomCommand, se_GenerateRandomCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class GenerateRandomCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetKeyPolicyCommand, se_GetKeyPolicyCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetKeyPolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetKeyRotationStatusCommand, se_GetKeyRotationStatusCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetKeyRotationStatusCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { GetParametersForImportResponseFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_GetParametersForImportCommand, se_GetParametersForImportCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class GetParametersForImportCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_GetPublicKeyCommand, se_GetPublicKeyCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class GetPublicKeyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ImportKeyMaterialCommand, se_ImportKeyMaterialCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ImportKeyMaterialCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListAliasesCommand, se_ListAliasesCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListAliasesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListGrantsCommand, se_ListGrantsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListGrantsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListKeyPoliciesCommand, se_ListKeyPoliciesCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListKeyPoliciesCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListKeysCommand, se_ListKeysCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListKeysCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListResourceTagsCommand, se_ListResourceTagsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListResourceTagsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ListRetirableGrantsCommand, se_ListRetirableGrantsCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ListRetirableGrantsCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_PutKeyPolicyCommand, se_PutKeyPolicyCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class PutKeyPolicyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ReEncryptCommand, se_ReEncryptCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ReEncryptCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ReplicateKeyCommand, se_ReplicateKeyCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ReplicateKeyCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_RetireGrantCommand, se_RetireGrantCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class RetireGrantCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_RevokeGrantCommand, se_RevokeGrantCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class RevokeGrantCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_ScheduleKeyDeletionCommand, se_ScheduleKeyDeletionCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class ScheduleKeyDeletionCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { SignRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { de_SignCommand, se_SignCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class SignCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class TagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UntagResourceCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateAliasCommand, se_UpdateAliasCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateAliasCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { UpdateCustomKeyStoreRequestFilterSensitiveLog, } from "../models/models_0";
|
|
5
5
|
import { de_UpdateCustomKeyStoreCommand, se_UpdateCustomKeyStoreCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class UpdateCustomKeyStoreCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdateKeyDescriptionCommand, se_UpdateKeyDescriptionCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdateKeyDescriptionCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { de_UpdatePrimaryRegionCommand, se_UpdatePrimaryRegionCommand } from "../protocols/Aws_json1_1";
|
|
5
|
+
export { $Command };
|
|
5
6
|
export class UpdatePrimaryRegionCommand extends $Command {
|
|
6
7
|
static getEndpointParameterInstructions() {
|
|
7
8
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { VerifyRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { de_VerifyCommand, se_VerifyCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class VerifyCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
|
@@ -3,6 +3,7 @@ import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
|
3
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
4
|
import { VerifyMacRequestFilterSensitiveLog } from "../models/models_0";
|
|
5
5
|
import { de_VerifyMacCommand, se_VerifyMacCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
6
7
|
export class VerifyMacCommand extends $Command {
|
|
7
8
|
static getEndpointParameterInstructions() {
|
|
8
9
|
return {
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./KMS";
|
|
2
1
|
export * from "./KMSClient";
|
|
2
|
+
export * from "./KMS";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { KMSServiceException } from "./models/KMSServiceException";
|