@aws-sdk/client-kms 3.489.0 → 3.495.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/KMS.js +1 -111
- package/dist-cjs/KMSClient.js +1 -43
- package/dist-cjs/commands/CancelKeyDeletionCommand.js +1 -28
- package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +1 -28
- package/dist-cjs/commands/CreateAliasCommand.js +1 -28
- package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +1 -29
- package/dist-cjs/commands/CreateGrantCommand.js +1 -28
- package/dist-cjs/commands/CreateKeyCommand.js +1 -28
- package/dist-cjs/commands/DecryptCommand.js +1 -29
- package/dist-cjs/commands/DeleteAliasCommand.js +1 -28
- package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +1 -28
- package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +1 -28
- package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +1 -29
- package/dist-cjs/commands/DescribeKeyCommand.js +1 -28
- package/dist-cjs/commands/DisableKeyCommand.js +1 -28
- package/dist-cjs/commands/DisableKeyRotationCommand.js +1 -28
- package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +1 -28
- package/dist-cjs/commands/EnableKeyCommand.js +1 -28
- package/dist-cjs/commands/EnableKeyRotationCommand.js +1 -28
- package/dist-cjs/commands/EncryptCommand.js +1 -29
- package/dist-cjs/commands/GenerateDataKeyCommand.js +1 -29
- package/dist-cjs/commands/GenerateDataKeyPairCommand.js +1 -29
- package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +1 -28
- package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +1 -28
- package/dist-cjs/commands/GenerateMacCommand.js +1 -29
- package/dist-cjs/commands/GenerateRandomCommand.js +1 -29
- package/dist-cjs/commands/GetKeyPolicyCommand.js +1 -28
- package/dist-cjs/commands/GetKeyRotationStatusCommand.js +1 -28
- package/dist-cjs/commands/GetParametersForImportCommand.js +1 -29
- package/dist-cjs/commands/GetPublicKeyCommand.js +1 -28
- package/dist-cjs/commands/ImportKeyMaterialCommand.js +1 -28
- package/dist-cjs/commands/ListAliasesCommand.js +1 -28
- package/dist-cjs/commands/ListGrantsCommand.js +1 -28
- package/dist-cjs/commands/ListKeyPoliciesCommand.js +1 -28
- package/dist-cjs/commands/ListKeysCommand.js +1 -28
- package/dist-cjs/commands/ListResourceTagsCommand.js +1 -28
- package/dist-cjs/commands/ListRetirableGrantsCommand.js +1 -28
- package/dist-cjs/commands/PutKeyPolicyCommand.js +1 -28
- package/dist-cjs/commands/ReEncryptCommand.js +1 -28
- package/dist-cjs/commands/ReplicateKeyCommand.js +1 -28
- package/dist-cjs/commands/RetireGrantCommand.js +1 -28
- package/dist-cjs/commands/RevokeGrantCommand.js +1 -28
- package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +1 -28
- package/dist-cjs/commands/SignCommand.js +1 -29
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAliasCommand.js +1 -28
- package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +1 -29
- package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +1 -28
- package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +1 -28
- package/dist-cjs/commands/VerifyCommand.js +1 -29
- package/dist-cjs/commands/VerifyMacCommand.js +1 -29
- package/dist-cjs/commands/index.js +1 -53
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +6052 -11
- package/dist-cjs/models/KMSServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -881
- package/dist-cjs/pagination/DescribeCustomKeyStoresPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAliasesPaginator.js +1 -7
- package/dist-cjs/pagination/ListGrantsPaginator.js +1 -7
- package/dist-cjs/pagination/ListKeyPoliciesPaginator.js +1 -7
- package/dist-cjs/pagination/ListKeysPaginator.js +1 -7
- package/dist-cjs/pagination/ListResourceTagsPaginator.js +1 -7
- package/dist-cjs/pagination/ListRetirableGrantsPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -11
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3742
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateDescribeCustomKeyStores = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const DescribeCustomKeyStoresCommand_1 = require("../commands/DescribeCustomKeyStoresCommand");
|
|
6
|
-
const KMSClient_1 = require("../KMSClient");
|
|
7
|
-
exports.paginateDescribeCustomKeyStores = (0, core_1.createPaginator)(KMSClient_1.KMSClient, DescribeCustomKeyStoresCommand_1.DescribeCustomKeyStoresCommand, "Marker", "NextMarker", "Limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListAliases = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListAliasesCommand_1 = require("../commands/ListAliasesCommand");
|
|
6
|
-
const KMSClient_1 = require("../KMSClient");
|
|
7
|
-
exports.paginateListAliases = (0, core_1.createPaginator)(KMSClient_1.KMSClient, ListAliasesCommand_1.ListAliasesCommand, "Marker", "NextMarker", "Limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListGrants = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListGrantsCommand_1 = require("../commands/ListGrantsCommand");
|
|
6
|
-
const KMSClient_1 = require("../KMSClient");
|
|
7
|
-
exports.paginateListGrants = (0, core_1.createPaginator)(KMSClient_1.KMSClient, ListGrantsCommand_1.ListGrantsCommand, "Marker", "NextMarker", "Limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListKeyPolicies = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListKeyPoliciesCommand_1 = require("../commands/ListKeyPoliciesCommand");
|
|
6
|
-
const KMSClient_1 = require("../KMSClient");
|
|
7
|
-
exports.paginateListKeyPolicies = (0, core_1.createPaginator)(KMSClient_1.KMSClient, ListKeyPoliciesCommand_1.ListKeyPoliciesCommand, "Marker", "NextMarker", "Limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListKeys = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListKeysCommand_1 = require("../commands/ListKeysCommand");
|
|
6
|
-
const KMSClient_1 = require("../KMSClient");
|
|
7
|
-
exports.paginateListKeys = (0, core_1.createPaginator)(KMSClient_1.KMSClient, ListKeysCommand_1.ListKeysCommand, "Marker", "NextMarker", "Limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListResourceTags = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListResourceTagsCommand_1 = require("../commands/ListResourceTagsCommand");
|
|
6
|
-
const KMSClient_1 = require("../KMSClient");
|
|
7
|
-
exports.paginateListResourceTags = (0, core_1.createPaginator)(KMSClient_1.KMSClient, ListResourceTagsCommand_1.ListResourceTagsCommand, "Marker", "NextMarker", "Limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.paginateListRetirableGrants = void 0;
|
|
4
|
-
const core_1 = require("@smithy/core");
|
|
5
|
-
const ListRetirableGrantsCommand_1 = require("../commands/ListRetirableGrantsCommand");
|
|
6
|
-
const KMSClient_1 = require("../KMSClient");
|
|
7
|
-
exports.paginateListRetirableGrants = (0, core_1.createPaginator)(KMSClient_1.KMSClient, ListRetirableGrantsCommand_1.ListRetirableGrantsCommand, "Marker", "NextMarker", "Limit");
|
|
1
|
+
module.exports = require("../index.js");
|
|
@@ -1,11 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./DescribeCustomKeyStoresPaginator"), exports);
|
|
5
|
-
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./ListAliasesPaginator"), exports);
|
|
7
|
-
tslib_1.__exportStar(require("./ListGrantsPaginator"), exports);
|
|
8
|
-
tslib_1.__exportStar(require("./ListKeyPoliciesPaginator"), exports);
|
|
9
|
-
tslib_1.__exportStar(require("./ListKeysPaginator"), exports);
|
|
10
|
-
tslib_1.__exportStar(require("./ListResourceTagsPaginator"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./ListRetirableGrantsPaginator"), exports);
|
|
1
|
+
module.exports = require("../index.js");
|