@aws-sdk/client-payment-cryptography 3.490.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 (43) hide show
  1. package/dist-cjs/PaymentCryptography.js +1 -51
  2. package/dist-cjs/PaymentCryptographyClient.js +1 -43
  3. package/dist-cjs/commands/CreateAliasCommand.js +1 -28
  4. package/dist-cjs/commands/CreateKeyCommand.js +1 -28
  5. package/dist-cjs/commands/DeleteAliasCommand.js +1 -28
  6. package/dist-cjs/commands/DeleteKeyCommand.js +1 -28
  7. package/dist-cjs/commands/ExportKeyCommand.js +1 -29
  8. package/dist-cjs/commands/GetAliasCommand.js +1 -28
  9. package/dist-cjs/commands/GetKeyCommand.js +1 -28
  10. package/dist-cjs/commands/GetParametersForExportCommand.js +1 -29
  11. package/dist-cjs/commands/GetParametersForImportCommand.js +1 -29
  12. package/dist-cjs/commands/GetPublicKeyCertificateCommand.js +1 -29
  13. package/dist-cjs/commands/ImportKeyCommand.js +1 -29
  14. package/dist-cjs/commands/ListAliasesCommand.js +1 -28
  15. package/dist-cjs/commands/ListKeysCommand.js +1 -28
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  17. package/dist-cjs/commands/RestoreKeyCommand.js +1 -28
  18. package/dist-cjs/commands/StartKeyUsageCommand.js +1 -28
  19. package/dist-cjs/commands/StopKeyUsageCommand.js +1 -28
  20. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  21. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  22. package/dist-cjs/commands/UpdateAliasCommand.js +1 -28
  23. package/dist-cjs/commands/index.js +1 -23
  24. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  25. package/dist-cjs/extensionConfiguration.js +1 -2
  26. package/dist-cjs/index.js +2315 -11
  27. package/dist-cjs/models/PaymentCryptographyServiceException.js +1 -12
  28. package/dist-cjs/models/index.js +1 -4
  29. package/dist-cjs/models/models_0.js +1 -291
  30. package/dist-cjs/pagination/Interfaces.js +1 -2
  31. package/dist-cjs/pagination/ListAliasesPaginator.js +1 -7
  32. package/dist-cjs/pagination/ListKeysPaginator.js +1 -7
  33. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  34. package/dist-cjs/pagination/index.js +1 -7
  35. package/dist-cjs/protocols/Aws_json1_0.js +1 -1390
  36. package/dist-cjs/runtimeExtensions.js +1 -22
  37. package/dist-es/models/models_0.js +18 -0
  38. package/dist-types/commands/ExportKeyCommand.d.ts +30 -5
  39. package/dist-types/commands/GetParametersForImportCommand.d.ts +1 -1
  40. package/dist-types/commands/ImportKeyCommand.d.ts +31 -4
  41. package/dist-types/models/models_0.d.ts +110 -8
  42. package/dist-types/ts3.4/models/models_0.d.ts +49 -0
  43. package/package.json +40 -40
@@ -1,51 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PaymentCryptography = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CreateAliasCommand_1 = require("./commands/CreateAliasCommand");
6
- const CreateKeyCommand_1 = require("./commands/CreateKeyCommand");
7
- const DeleteAliasCommand_1 = require("./commands/DeleteAliasCommand");
8
- const DeleteKeyCommand_1 = require("./commands/DeleteKeyCommand");
9
- const ExportKeyCommand_1 = require("./commands/ExportKeyCommand");
10
- const GetAliasCommand_1 = require("./commands/GetAliasCommand");
11
- const GetKeyCommand_1 = require("./commands/GetKeyCommand");
12
- const GetParametersForExportCommand_1 = require("./commands/GetParametersForExportCommand");
13
- const GetParametersForImportCommand_1 = require("./commands/GetParametersForImportCommand");
14
- const GetPublicKeyCertificateCommand_1 = require("./commands/GetPublicKeyCertificateCommand");
15
- const ImportKeyCommand_1 = require("./commands/ImportKeyCommand");
16
- const ListAliasesCommand_1 = require("./commands/ListAliasesCommand");
17
- const ListKeysCommand_1 = require("./commands/ListKeysCommand");
18
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
19
- const RestoreKeyCommand_1 = require("./commands/RestoreKeyCommand");
20
- const StartKeyUsageCommand_1 = require("./commands/StartKeyUsageCommand");
21
- const StopKeyUsageCommand_1 = require("./commands/StopKeyUsageCommand");
22
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
23
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
24
- const UpdateAliasCommand_1 = require("./commands/UpdateAliasCommand");
25
- const PaymentCryptographyClient_1 = require("./PaymentCryptographyClient");
26
- const commands = {
27
- CreateAliasCommand: CreateAliasCommand_1.CreateAliasCommand,
28
- CreateKeyCommand: CreateKeyCommand_1.CreateKeyCommand,
29
- DeleteAliasCommand: DeleteAliasCommand_1.DeleteAliasCommand,
30
- DeleteKeyCommand: DeleteKeyCommand_1.DeleteKeyCommand,
31
- ExportKeyCommand: ExportKeyCommand_1.ExportKeyCommand,
32
- GetAliasCommand: GetAliasCommand_1.GetAliasCommand,
33
- GetKeyCommand: GetKeyCommand_1.GetKeyCommand,
34
- GetParametersForExportCommand: GetParametersForExportCommand_1.GetParametersForExportCommand,
35
- GetParametersForImportCommand: GetParametersForImportCommand_1.GetParametersForImportCommand,
36
- GetPublicKeyCertificateCommand: GetPublicKeyCertificateCommand_1.GetPublicKeyCertificateCommand,
37
- ImportKeyCommand: ImportKeyCommand_1.ImportKeyCommand,
38
- ListAliasesCommand: ListAliasesCommand_1.ListAliasesCommand,
39
- ListKeysCommand: ListKeysCommand_1.ListKeysCommand,
40
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
41
- RestoreKeyCommand: RestoreKeyCommand_1.RestoreKeyCommand,
42
- StartKeyUsageCommand: StartKeyUsageCommand_1.StartKeyUsageCommand,
43
- StopKeyUsageCommand: StopKeyUsageCommand_1.StopKeyUsageCommand,
44
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
45
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
46
- UpdateAliasCommand: UpdateAliasCommand_1.UpdateAliasCommand,
47
- };
48
- class PaymentCryptography extends PaymentCryptographyClient_1.PaymentCryptographyClient {
49
- }
50
- exports.PaymentCryptography = PaymentCryptography;
51
- (0, smithy_client_1.createAggregatedClient)(commands, PaymentCryptography);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PaymentCryptographyClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class PaymentCryptographyClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.PaymentCryptographyClient = PaymentCryptographyClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAliasCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateAliasCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PaymentCryptographyControlPlane", "CreateAlias", {})
22
- .n("PaymentCryptographyClient", "CreateAliasCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CreateAliasCommand)
25
- .de(Aws_json1_0_1.de_CreateAliasCommand)
26
- .build() {
27
- }
28
- exports.CreateAliasCommand = CreateAliasCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateKeyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateKeyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PaymentCryptographyControlPlane", "CreateKey", {})
22
- .n("PaymentCryptographyClient", "CreateKeyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CreateKeyCommand)
25
- .de(Aws_json1_0_1.de_CreateKeyCommand)
26
- .build() {
27
- }
28
- exports.CreateKeyCommand = CreateKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteAliasCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteAliasCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PaymentCryptographyControlPlane", "DeleteAlias", {})
22
- .n("PaymentCryptographyClient", "DeleteAliasCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteAliasCommand)
25
- .de(Aws_json1_0_1.de_DeleteAliasCommand)
26
- .build() {
27
- }
28
- exports.DeleteAliasCommand = DeleteAliasCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteKeyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteKeyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PaymentCryptographyControlPlane", "DeleteKey", {})
22
- .n("PaymentCryptographyClient", "DeleteKeyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteKeyCommand)
25
- .de(Aws_json1_0_1.de_DeleteKeyCommand)
26
- .build() {
27
- }
28
- exports.DeleteKeyCommand = DeleteKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportKeyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
11
- class ExportKeyCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("PaymentCryptographyControlPlane", "ExportKey", {})
23
- .n("PaymentCryptographyClient", "ExportKeyCommand")
24
- .f(models_0_1.ExportKeyInputFilterSensitiveLog, models_0_1.ExportKeyOutputFilterSensitiveLog)
25
- .ser(Aws_json1_0_1.se_ExportKeyCommand)
26
- .de(Aws_json1_0_1.de_ExportKeyCommand)
27
- .build() {
28
- }
29
- exports.ExportKeyCommand = ExportKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetAliasCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetAliasCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PaymentCryptographyControlPlane", "GetAlias", {})
22
- .n("PaymentCryptographyClient", "GetAliasCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_GetAliasCommand)
25
- .de(Aws_json1_0_1.de_GetAliasCommand)
26
- .build() {
27
- }
28
- exports.GetAliasCommand = GetAliasCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetKeyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class GetKeyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PaymentCryptographyControlPlane", "GetKey", {})
22
- .n("PaymentCryptographyClient", "GetKeyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_GetKeyCommand)
25
- .de(Aws_json1_0_1.de_GetKeyCommand)
26
- .build() {
27
- }
28
- exports.GetKeyCommand = GetKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetParametersForExportCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
11
- class GetParametersForExportCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("PaymentCryptographyControlPlane", "GetParametersForExport", {})
23
- .n("PaymentCryptographyClient", "GetParametersForExportCommand")
24
- .f(void 0, models_0_1.GetParametersForExportOutputFilterSensitiveLog)
25
- .ser(Aws_json1_0_1.se_GetParametersForExportCommand)
26
- .de(Aws_json1_0_1.de_GetParametersForExportCommand)
27
- .build() {
28
- }
29
- exports.GetParametersForExportCommand = GetParametersForExportCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetParametersForImportCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
11
- class GetParametersForImportCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("PaymentCryptographyControlPlane", "GetParametersForImport", {})
23
- .n("PaymentCryptographyClient", "GetParametersForImportCommand")
24
- .f(void 0, models_0_1.GetParametersForImportOutputFilterSensitiveLog)
25
- .ser(Aws_json1_0_1.se_GetParametersForImportCommand)
26
- .de(Aws_json1_0_1.de_GetParametersForImportCommand)
27
- .build() {
28
- }
29
- exports.GetParametersForImportCommand = GetParametersForImportCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPublicKeyCertificateCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
11
- class GetPublicKeyCertificateCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("PaymentCryptographyControlPlane", "GetPublicKeyCertificate", {})
23
- .n("PaymentCryptographyClient", "GetPublicKeyCertificateCommand")
24
- .f(void 0, models_0_1.GetPublicKeyCertificateOutputFilterSensitiveLog)
25
- .ser(Aws_json1_0_1.se_GetPublicKeyCertificateCommand)
26
- .de(Aws_json1_0_1.de_GetPublicKeyCertificateCommand)
27
- .build() {
28
- }
29
- exports.GetPublicKeyCertificateCommand = GetPublicKeyCertificateCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ImportKeyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
11
- class ImportKeyCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("PaymentCryptographyControlPlane", "ImportKey", {})
23
- .n("PaymentCryptographyClient", "ImportKeyCommand")
24
- .f(models_0_1.ImportKeyInputFilterSensitiveLog, void 0)
25
- .ser(Aws_json1_0_1.se_ImportKeyCommand)
26
- .de(Aws_json1_0_1.de_ImportKeyCommand)
27
- .build() {
28
- }
29
- exports.ImportKeyCommand = ImportKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAliasesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListAliasesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PaymentCryptographyControlPlane", "ListAliases", {})
22
- .n("PaymentCryptographyClient", "ListAliasesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListAliasesCommand)
25
- .de(Aws_json1_0_1.de_ListAliasesCommand)
26
- .build() {
27
- }
28
- exports.ListAliasesCommand = ListAliasesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListKeysCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListKeysCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PaymentCryptographyControlPlane", "ListKeys", {})
22
- .n("PaymentCryptographyClient", "ListKeysCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListKeysCommand)
25
- .de(Aws_json1_0_1.de_ListKeysCommand)
26
- .build() {
27
- }
28
- exports.ListKeysCommand = ListKeysCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class ListTagsForResourceCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PaymentCryptographyControlPlane", "ListTagsForResource", {})
22
- .n("PaymentCryptographyClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_ListTagsForResourceCommand)
25
- .de(Aws_json1_0_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RestoreKeyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class RestoreKeyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PaymentCryptographyControlPlane", "RestoreKey", {})
22
- .n("PaymentCryptographyClient", "RestoreKeyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_RestoreKeyCommand)
25
- .de(Aws_json1_0_1.de_RestoreKeyCommand)
26
- .build() {
27
- }
28
- exports.RestoreKeyCommand = RestoreKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartKeyUsageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class StartKeyUsageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PaymentCryptographyControlPlane", "StartKeyUsage", {})
22
- .n("PaymentCryptographyClient", "StartKeyUsageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_StartKeyUsageCommand)
25
- .de(Aws_json1_0_1.de_StartKeyUsageCommand)
26
- .build() {
27
- }
28
- exports.StartKeyUsageCommand = StartKeyUsageCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopKeyUsageCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
10
- class StopKeyUsageCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("PaymentCryptographyControlPlane", "StopKeyUsage", {})
22
- .n("PaymentCryptographyClient", "StopKeyUsageCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_StopKeyUsageCommand)
25
- .de(Aws_json1_0_1.de_StopKeyUsageCommand)
26
- .build() {
27
- }
28
- exports.StopKeyUsageCommand = StopKeyUsageCommand;
1
+ module.exports = require("../index.js");