@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.
Files changed (71) hide show
  1. package/dist-cjs/KMS.js +1 -111
  2. package/dist-cjs/KMSClient.js +1 -43
  3. package/dist-cjs/commands/CancelKeyDeletionCommand.js +1 -28
  4. package/dist-cjs/commands/ConnectCustomKeyStoreCommand.js +1 -28
  5. package/dist-cjs/commands/CreateAliasCommand.js +1 -28
  6. package/dist-cjs/commands/CreateCustomKeyStoreCommand.js +1 -29
  7. package/dist-cjs/commands/CreateGrantCommand.js +1 -28
  8. package/dist-cjs/commands/CreateKeyCommand.js +1 -28
  9. package/dist-cjs/commands/DecryptCommand.js +1 -29
  10. package/dist-cjs/commands/DeleteAliasCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteCustomKeyStoreCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteImportedKeyMaterialCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeCustomKeyStoresCommand.js +1 -29
  14. package/dist-cjs/commands/DescribeKeyCommand.js +1 -28
  15. package/dist-cjs/commands/DisableKeyCommand.js +1 -28
  16. package/dist-cjs/commands/DisableKeyRotationCommand.js +1 -28
  17. package/dist-cjs/commands/DisconnectCustomKeyStoreCommand.js +1 -28
  18. package/dist-cjs/commands/EnableKeyCommand.js +1 -28
  19. package/dist-cjs/commands/EnableKeyRotationCommand.js +1 -28
  20. package/dist-cjs/commands/EncryptCommand.js +1 -29
  21. package/dist-cjs/commands/GenerateDataKeyCommand.js +1 -29
  22. package/dist-cjs/commands/GenerateDataKeyPairCommand.js +1 -29
  23. package/dist-cjs/commands/GenerateDataKeyPairWithoutPlaintextCommand.js +1 -28
  24. package/dist-cjs/commands/GenerateDataKeyWithoutPlaintextCommand.js +1 -28
  25. package/dist-cjs/commands/GenerateMacCommand.js +1 -29
  26. package/dist-cjs/commands/GenerateRandomCommand.js +1 -29
  27. package/dist-cjs/commands/GetKeyPolicyCommand.js +1 -28
  28. package/dist-cjs/commands/GetKeyRotationStatusCommand.js +1 -28
  29. package/dist-cjs/commands/GetParametersForImportCommand.js +1 -29
  30. package/dist-cjs/commands/GetPublicKeyCommand.js +1 -28
  31. package/dist-cjs/commands/ImportKeyMaterialCommand.js +1 -28
  32. package/dist-cjs/commands/ListAliasesCommand.js +1 -28
  33. package/dist-cjs/commands/ListGrantsCommand.js +1 -28
  34. package/dist-cjs/commands/ListKeyPoliciesCommand.js +1 -28
  35. package/dist-cjs/commands/ListKeysCommand.js +1 -28
  36. package/dist-cjs/commands/ListResourceTagsCommand.js +1 -28
  37. package/dist-cjs/commands/ListRetirableGrantsCommand.js +1 -28
  38. package/dist-cjs/commands/PutKeyPolicyCommand.js +1 -28
  39. package/dist-cjs/commands/ReEncryptCommand.js +1 -28
  40. package/dist-cjs/commands/ReplicateKeyCommand.js +1 -28
  41. package/dist-cjs/commands/RetireGrantCommand.js +1 -28
  42. package/dist-cjs/commands/RevokeGrantCommand.js +1 -28
  43. package/dist-cjs/commands/ScheduleKeyDeletionCommand.js +1 -28
  44. package/dist-cjs/commands/SignCommand.js +1 -29
  45. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  46. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  47. package/dist-cjs/commands/UpdateAliasCommand.js +1 -28
  48. package/dist-cjs/commands/UpdateCustomKeyStoreCommand.js +1 -29
  49. package/dist-cjs/commands/UpdateKeyDescriptionCommand.js +1 -28
  50. package/dist-cjs/commands/UpdatePrimaryRegionCommand.js +1 -28
  51. package/dist-cjs/commands/VerifyCommand.js +1 -29
  52. package/dist-cjs/commands/VerifyMacCommand.js +1 -29
  53. package/dist-cjs/commands/index.js +1 -53
  54. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  55. package/dist-cjs/extensionConfiguration.js +1 -2
  56. package/dist-cjs/index.js +6052 -11
  57. package/dist-cjs/models/KMSServiceException.js +1 -12
  58. package/dist-cjs/models/index.js +1 -4
  59. package/dist-cjs/models/models_0.js +1 -881
  60. package/dist-cjs/pagination/DescribeCustomKeyStoresPaginator.js +1 -7
  61. package/dist-cjs/pagination/Interfaces.js +1 -2
  62. package/dist-cjs/pagination/ListAliasesPaginator.js +1 -7
  63. package/dist-cjs/pagination/ListGrantsPaginator.js +1 -7
  64. package/dist-cjs/pagination/ListKeyPoliciesPaginator.js +1 -7
  65. package/dist-cjs/pagination/ListKeysPaginator.js +1 -7
  66. package/dist-cjs/pagination/ListResourceTagsPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListRetirableGrantsPaginator.js +1 -7
  68. package/dist-cjs/pagination/index.js +1 -11
  69. package/dist-cjs/protocols/Aws_json1_1.js +1 -3742
  70. package/dist-cjs/runtimeExtensions.js +1 -22
  71. package/package.json +40 -40
@@ -1,7 +1 @@
1
- "use strict";
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
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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
- "use strict";
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");