@aws-sdk/client-cloudhsm 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 (32) hide show
  1. package/dist-cjs/CloudHSM.js +1 -51
  2. package/dist-cjs/CloudHSMClient.js +1 -43
  3. package/dist-cjs/commands/AddTagsToResourceCommand.js +1 -28
  4. package/dist-cjs/commands/CreateHapgCommand.js +1 -28
  5. package/dist-cjs/commands/CreateHsmCommand.js +1 -28
  6. package/dist-cjs/commands/CreateLunaClientCommand.js +1 -28
  7. package/dist-cjs/commands/DeleteHapgCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteHsmCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteLunaClientCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeHapgCommand.js +1 -28
  11. package/dist-cjs/commands/DescribeHsmCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeLunaClientCommand.js +1 -28
  13. package/dist-cjs/commands/GetConfigCommand.js +1 -28
  14. package/dist-cjs/commands/ListAvailableZonesCommand.js +1 -28
  15. package/dist-cjs/commands/ListHapgsCommand.js +1 -28
  16. package/dist-cjs/commands/ListHsmsCommand.js +1 -28
  17. package/dist-cjs/commands/ListLunaClientsCommand.js +1 -28
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  19. package/dist-cjs/commands/ModifyHapgCommand.js +1 -28
  20. package/dist-cjs/commands/ModifyHsmCommand.js +1 -28
  21. package/dist-cjs/commands/ModifyLunaClientCommand.js +1 -28
  22. package/dist-cjs/commands/RemoveTagsFromResourceCommand.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 +1622 -10
  27. package/dist-cjs/models/CloudHSMServiceException.js +1 -12
  28. package/dist-cjs/models/index.js +1 -4
  29. package/dist-cjs/models/models_0.js +1 -67
  30. package/dist-cjs/protocols/Aws_json1_1.js +1 -1020
  31. package/dist-cjs/runtimeExtensions.js +1 -22
  32. package/package.json +39 -39
@@ -1,51 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloudHSM = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const CloudHSMClient_1 = require("./CloudHSMClient");
6
- const AddTagsToResourceCommand_1 = require("./commands/AddTagsToResourceCommand");
7
- const CreateHapgCommand_1 = require("./commands/CreateHapgCommand");
8
- const CreateHsmCommand_1 = require("./commands/CreateHsmCommand");
9
- const CreateLunaClientCommand_1 = require("./commands/CreateLunaClientCommand");
10
- const DeleteHapgCommand_1 = require("./commands/DeleteHapgCommand");
11
- const DeleteHsmCommand_1 = require("./commands/DeleteHsmCommand");
12
- const DeleteLunaClientCommand_1 = require("./commands/DeleteLunaClientCommand");
13
- const DescribeHapgCommand_1 = require("./commands/DescribeHapgCommand");
14
- const DescribeHsmCommand_1 = require("./commands/DescribeHsmCommand");
15
- const DescribeLunaClientCommand_1 = require("./commands/DescribeLunaClientCommand");
16
- const GetConfigCommand_1 = require("./commands/GetConfigCommand");
17
- const ListAvailableZonesCommand_1 = require("./commands/ListAvailableZonesCommand");
18
- const ListHapgsCommand_1 = require("./commands/ListHapgsCommand");
19
- const ListHsmsCommand_1 = require("./commands/ListHsmsCommand");
20
- const ListLunaClientsCommand_1 = require("./commands/ListLunaClientsCommand");
21
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
22
- const ModifyHapgCommand_1 = require("./commands/ModifyHapgCommand");
23
- const ModifyHsmCommand_1 = require("./commands/ModifyHsmCommand");
24
- const ModifyLunaClientCommand_1 = require("./commands/ModifyLunaClientCommand");
25
- const RemoveTagsFromResourceCommand_1 = require("./commands/RemoveTagsFromResourceCommand");
26
- const commands = {
27
- AddTagsToResourceCommand: AddTagsToResourceCommand_1.AddTagsToResourceCommand,
28
- CreateHapgCommand: CreateHapgCommand_1.CreateHapgCommand,
29
- CreateHsmCommand: CreateHsmCommand_1.CreateHsmCommand,
30
- CreateLunaClientCommand: CreateLunaClientCommand_1.CreateLunaClientCommand,
31
- DeleteHapgCommand: DeleteHapgCommand_1.DeleteHapgCommand,
32
- DeleteHsmCommand: DeleteHsmCommand_1.DeleteHsmCommand,
33
- DeleteLunaClientCommand: DeleteLunaClientCommand_1.DeleteLunaClientCommand,
34
- DescribeHapgCommand: DescribeHapgCommand_1.DescribeHapgCommand,
35
- DescribeHsmCommand: DescribeHsmCommand_1.DescribeHsmCommand,
36
- DescribeLunaClientCommand: DescribeLunaClientCommand_1.DescribeLunaClientCommand,
37
- GetConfigCommand: GetConfigCommand_1.GetConfigCommand,
38
- ListAvailableZonesCommand: ListAvailableZonesCommand_1.ListAvailableZonesCommand,
39
- ListHapgsCommand: ListHapgsCommand_1.ListHapgsCommand,
40
- ListHsmsCommand: ListHsmsCommand_1.ListHsmsCommand,
41
- ListLunaClientsCommand: ListLunaClientsCommand_1.ListLunaClientsCommand,
42
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
43
- ModifyHapgCommand: ModifyHapgCommand_1.ModifyHapgCommand,
44
- ModifyHsmCommand: ModifyHsmCommand_1.ModifyHsmCommand,
45
- ModifyLunaClientCommand: ModifyLunaClientCommand_1.ModifyLunaClientCommand,
46
- RemoveTagsFromResourceCommand: RemoveTagsFromResourceCommand_1.RemoveTagsFromResourceCommand,
47
- };
48
- class CloudHSM extends CloudHSMClient_1.CloudHSMClient {
49
- }
50
- exports.CloudHSM = CloudHSM;
51
- (0, smithy_client_1.createAggregatedClient)(commands, CloudHSM);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CloudHSMClient = 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 CloudHSMClient 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.CloudHSMClient = CloudHSMClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AddTagsToResourceCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class AddTagsToResourceCommand 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("CloudHsmFrontendService", "AddTagsToResource", {})
22
- .n("CloudHSMClient", "AddTagsToResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AddTagsToResourceCommand)
25
- .de(Aws_json1_1_1.de_AddTagsToResourceCommand)
26
- .build() {
27
- }
28
- exports.AddTagsToResourceCommand = AddTagsToResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateHapgCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateHapgCommand 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("CloudHsmFrontendService", "CreateHapg", {})
22
- .n("CloudHSMClient", "CreateHapgCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateHapgCommand)
25
- .de(Aws_json1_1_1.de_CreateHapgCommand)
26
- .build() {
27
- }
28
- exports.CreateHapgCommand = CreateHapgCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateHsmCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateHsmCommand 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("CloudHsmFrontendService", "CreateHsm", {})
22
- .n("CloudHSMClient", "CreateHsmCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateHsmCommand)
25
- .de(Aws_json1_1_1.de_CreateHsmCommand)
26
- .build() {
27
- }
28
- exports.CreateHsmCommand = CreateHsmCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateLunaClientCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateLunaClientCommand 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("CloudHsmFrontendService", "CreateLunaClient", {})
22
- .n("CloudHSMClient", "CreateLunaClientCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateLunaClientCommand)
25
- .de(Aws_json1_1_1.de_CreateLunaClientCommand)
26
- .build() {
27
- }
28
- exports.CreateLunaClientCommand = CreateLunaClientCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteHapgCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteHapgCommand 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("CloudHsmFrontendService", "DeleteHapg", {})
22
- .n("CloudHSMClient", "DeleteHapgCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteHapgCommand)
25
- .de(Aws_json1_1_1.de_DeleteHapgCommand)
26
- .build() {
27
- }
28
- exports.DeleteHapgCommand = DeleteHapgCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteHsmCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteHsmCommand 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("CloudHsmFrontendService", "DeleteHsm", {})
22
- .n("CloudHSMClient", "DeleteHsmCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteHsmCommand)
25
- .de(Aws_json1_1_1.de_DeleteHsmCommand)
26
- .build() {
27
- }
28
- exports.DeleteHsmCommand = DeleteHsmCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteLunaClientCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteLunaClientCommand 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("CloudHsmFrontendService", "DeleteLunaClient", {})
22
- .n("CloudHSMClient", "DeleteLunaClientCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteLunaClientCommand)
25
- .de(Aws_json1_1_1.de_DeleteLunaClientCommand)
26
- .build() {
27
- }
28
- exports.DeleteLunaClientCommand = DeleteLunaClientCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeHapgCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeHapgCommand 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("CloudHsmFrontendService", "DescribeHapg", {})
22
- .n("CloudHSMClient", "DescribeHapgCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeHapgCommand)
25
- .de(Aws_json1_1_1.de_DescribeHapgCommand)
26
- .build() {
27
- }
28
- exports.DescribeHapgCommand = DescribeHapgCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeHsmCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeHsmCommand 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("CloudHsmFrontendService", "DescribeHsm", {})
22
- .n("CloudHSMClient", "DescribeHsmCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeHsmCommand)
25
- .de(Aws_json1_1_1.de_DescribeHsmCommand)
26
- .build() {
27
- }
28
- exports.DescribeHsmCommand = DescribeHsmCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeLunaClientCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class DescribeLunaClientCommand 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("CloudHsmFrontendService", "DescribeLunaClient", {})
22
- .n("CloudHSMClient", "DescribeLunaClientCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeLunaClientCommand)
25
- .de(Aws_json1_1_1.de_DescribeLunaClientCommand)
26
- .build() {
27
- }
28
- exports.DescribeLunaClientCommand = DescribeLunaClientCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConfigCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class GetConfigCommand 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("CloudHsmFrontendService", "GetConfig", {})
22
- .n("CloudHSMClient", "GetConfigCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetConfigCommand)
25
- .de(Aws_json1_1_1.de_GetConfigCommand)
26
- .build() {
27
- }
28
- exports.GetConfigCommand = GetConfigCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAvailableZonesCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class ListAvailableZonesCommand 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("CloudHsmFrontendService", "ListAvailableZones", {})
22
- .n("CloudHSMClient", "ListAvailableZonesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListAvailableZonesCommand)
25
- .de(Aws_json1_1_1.de_ListAvailableZonesCommand)
26
- .build() {
27
- }
28
- exports.ListAvailableZonesCommand = ListAvailableZonesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListHapgsCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class ListHapgsCommand 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("CloudHsmFrontendService", "ListHapgs", {})
22
- .n("CloudHSMClient", "ListHapgsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListHapgsCommand)
25
- .de(Aws_json1_1_1.de_ListHapgsCommand)
26
- .build() {
27
- }
28
- exports.ListHapgsCommand = ListHapgsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListHsmsCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class ListHsmsCommand 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("CloudHsmFrontendService", "ListHsms", {})
22
- .n("CloudHSMClient", "ListHsmsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListHsmsCommand)
25
- .de(Aws_json1_1_1.de_ListHsmsCommand)
26
- .build() {
27
- }
28
- exports.ListHsmsCommand = ListHsmsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLunaClientsCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class ListLunaClientsCommand 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("CloudHsmFrontendService", "ListLunaClients", {})
22
- .n("CloudHSMClient", "ListLunaClientsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListLunaClientsCommand)
25
- .de(Aws_json1_1_1.de_ListLunaClientsCommand)
26
- .build() {
27
- }
28
- exports.ListLunaClientsCommand = ListLunaClientsCommand;
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_1_1 = require("../protocols/Aws_json1_1");
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("CloudHsmFrontendService", "ListTagsForResource", {})
22
- .n("CloudHSMClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_json1_1_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.ModifyHapgCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class ModifyHapgCommand 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("CloudHsmFrontendService", "ModifyHapg", {})
22
- .n("CloudHSMClient", "ModifyHapgCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ModifyHapgCommand)
25
- .de(Aws_json1_1_1.de_ModifyHapgCommand)
26
- .build() {
27
- }
28
- exports.ModifyHapgCommand = ModifyHapgCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModifyHsmCommand = 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_1_1 = require("../protocols/Aws_json1_1");
10
- class ModifyHsmCommand 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("CloudHsmFrontendService", "ModifyHsm", {})
22
- .n("CloudHSMClient", "ModifyHsmCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ModifyHsmCommand)
25
- .de(Aws_json1_1_1.de_ModifyHsmCommand)
26
- .build() {
27
- }
28
- exports.ModifyHsmCommand = ModifyHsmCommand;
1
+ module.exports = require("../index.js");