@aws-sdk/client-cloudhsm 3.478.0 → 3.484.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 (85) hide show
  1. package/dist-cjs/commands/AddTagsToResourceCommand.js +18 -41
  2. package/dist-cjs/commands/CreateHapgCommand.js +18 -41
  3. package/dist-cjs/commands/CreateHsmCommand.js +18 -41
  4. package/dist-cjs/commands/CreateLunaClientCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteHapgCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteHsmCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteLunaClientCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeHapgCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeHsmCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeLunaClientCommand.js +18 -41
  11. package/dist-cjs/commands/GetConfigCommand.js +18 -41
  12. package/dist-cjs/commands/ListAvailableZonesCommand.js +18 -41
  13. package/dist-cjs/commands/ListHapgsCommand.js +18 -41
  14. package/dist-cjs/commands/ListHsmsCommand.js +18 -41
  15. package/dist-cjs/commands/ListLunaClientsCommand.js +18 -41
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  17. package/dist-cjs/commands/ModifyHapgCommand.js +18 -41
  18. package/dist-cjs/commands/ModifyHsmCommand.js +18 -41
  19. package/dist-cjs/commands/ModifyLunaClientCommand.js +18 -41
  20. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +18 -41
  21. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  22. package/dist-es/commands/AddTagsToResourceCommand.js +18 -41
  23. package/dist-es/commands/CreateHapgCommand.js +18 -41
  24. package/dist-es/commands/CreateHsmCommand.js +18 -41
  25. package/dist-es/commands/CreateLunaClientCommand.js +18 -41
  26. package/dist-es/commands/DeleteHapgCommand.js +18 -41
  27. package/dist-es/commands/DeleteHsmCommand.js +18 -41
  28. package/dist-es/commands/DeleteLunaClientCommand.js +18 -41
  29. package/dist-es/commands/DescribeHapgCommand.js +18 -41
  30. package/dist-es/commands/DescribeHsmCommand.js +18 -41
  31. package/dist-es/commands/DescribeLunaClientCommand.js +18 -41
  32. package/dist-es/commands/GetConfigCommand.js +18 -41
  33. package/dist-es/commands/ListAvailableZonesCommand.js +18 -41
  34. package/dist-es/commands/ListHapgsCommand.js +18 -41
  35. package/dist-es/commands/ListHsmsCommand.js +18 -41
  36. package/dist-es/commands/ListLunaClientsCommand.js +18 -41
  37. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  38. package/dist-es/commands/ModifyHapgCommand.js +18 -41
  39. package/dist-es/commands/ModifyHsmCommand.js +18 -41
  40. package/dist-es/commands/ModifyLunaClientCommand.js +18 -41
  41. package/dist-es/commands/RemoveTagsFromResourceCommand.js +18 -41
  42. package/dist-es/endpoint/EndpointParameters.js +6 -0
  43. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -21
  44. package/dist-types/commands/CreateHapgCommand.d.ts +6 -21
  45. package/dist-types/commands/CreateHsmCommand.d.ts +6 -21
  46. package/dist-types/commands/CreateLunaClientCommand.d.ts +6 -21
  47. package/dist-types/commands/DeleteHapgCommand.d.ts +6 -21
  48. package/dist-types/commands/DeleteHsmCommand.d.ts +6 -21
  49. package/dist-types/commands/DeleteLunaClientCommand.d.ts +6 -21
  50. package/dist-types/commands/DescribeHapgCommand.d.ts +6 -21
  51. package/dist-types/commands/DescribeHsmCommand.d.ts +6 -21
  52. package/dist-types/commands/DescribeLunaClientCommand.d.ts +6 -21
  53. package/dist-types/commands/GetConfigCommand.d.ts +6 -21
  54. package/dist-types/commands/ListAvailableZonesCommand.d.ts +6 -21
  55. package/dist-types/commands/ListHapgsCommand.d.ts +6 -21
  56. package/dist-types/commands/ListHsmsCommand.d.ts +6 -21
  57. package/dist-types/commands/ListLunaClientsCommand.d.ts +6 -21
  58. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  59. package/dist-types/commands/ModifyHapgCommand.d.ts +6 -21
  60. package/dist-types/commands/ModifyHsmCommand.d.ts +6 -21
  61. package/dist-types/commands/ModifyLunaClientCommand.d.ts +6 -21
  62. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -21
  63. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  64. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +14 -23
  65. package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +14 -23
  66. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +14 -23
  67. package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +14 -23
  68. package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +14 -23
  69. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +14 -23
  70. package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +14 -23
  71. package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +14 -23
  72. package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +14 -23
  73. package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +14 -23
  74. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +14 -23
  79. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +14 -23
  83. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  85. package/package.json +10 -10
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeHapgCommand, se_DescribeHapgCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DescribeHapgCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeHapgCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudHSMClient";
26
- const commandName = "DescribeHapgCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "CloudHsmFrontendService",
35
- operation: "DescribeHapg",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DescribeHapgCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeHapgCommand(output, context);
46
- }
7
+ export class DescribeHapgCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudHsmFrontendService", "DescribeHapg", {})
19
+ .n("CloudHSMClient", "DescribeHapgCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeHapgCommand)
22
+ .de(de_DescribeHapgCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeHsmCommand, se_DescribeHsmCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DescribeHsmCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeHsmCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudHSMClient";
26
- const commandName = "DescribeHsmCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "CloudHsmFrontendService",
35
- operation: "DescribeHsm",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DescribeHsmCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeHsmCommand(output, context);
46
- }
7
+ export class DescribeHsmCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudHsmFrontendService", "DescribeHsm", {})
19
+ .n("CloudHSMClient", "DescribeHsmCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeHsmCommand)
22
+ .de(de_DescribeHsmCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_DescribeLunaClientCommand, se_DescribeLunaClientCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class DescribeLunaClientCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, DescribeLunaClientCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudHSMClient";
26
- const commandName = "DescribeLunaClientCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "CloudHsmFrontendService",
35
- operation: "DescribeLunaClient",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_DescribeLunaClientCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_DescribeLunaClientCommand(output, context);
46
- }
7
+ export class DescribeLunaClientCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudHsmFrontendService", "DescribeLunaClient", {})
19
+ .n("CloudHSMClient", "DescribeLunaClientCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeLunaClientCommand)
22
+ .de(de_DescribeLunaClientCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_GetConfigCommand, se_GetConfigCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class GetConfigCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, GetConfigCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudHSMClient";
26
- const commandName = "GetConfigCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "CloudHsmFrontendService",
35
- operation: "GetConfig",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_GetConfigCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_GetConfigCommand(output, context);
46
- }
7
+ export class GetConfigCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudHsmFrontendService", "GetConfig", {})
19
+ .n("CloudHSMClient", "GetConfigCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_GetConfigCommand)
22
+ .de(de_GetConfigCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListAvailableZonesCommand, se_ListAvailableZonesCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class ListAvailableZonesCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListAvailableZonesCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudHSMClient";
26
- const commandName = "ListAvailableZonesCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "CloudHsmFrontendService",
35
- operation: "ListAvailableZones",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListAvailableZonesCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListAvailableZonesCommand(output, context);
46
- }
7
+ export class ListAvailableZonesCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudHsmFrontendService", "ListAvailableZones", {})
19
+ .n("CloudHSMClient", "ListAvailableZonesCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListAvailableZonesCommand)
22
+ .de(de_ListAvailableZonesCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListHapgsCommand, se_ListHapgsCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class ListHapgsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListHapgsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudHSMClient";
26
- const commandName = "ListHapgsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "CloudHsmFrontendService",
35
- operation: "ListHapgs",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListHapgsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListHapgsCommand(output, context);
46
- }
7
+ export class ListHapgsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudHsmFrontendService", "ListHapgs", {})
19
+ .n("CloudHSMClient", "ListHapgsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListHapgsCommand)
22
+ .de(de_ListHapgsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListHsmsCommand, se_ListHsmsCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class ListHsmsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListHsmsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudHSMClient";
26
- const commandName = "ListHsmsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "CloudHsmFrontendService",
35
- operation: "ListHsms",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListHsmsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListHsmsCommand(output, context);
46
- }
7
+ export class ListHsmsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudHsmFrontendService", "ListHsms", {})
19
+ .n("CloudHSMClient", "ListHsmsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListHsmsCommand)
22
+ .de(de_ListHsmsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListLunaClientsCommand, se_ListLunaClientsCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class ListLunaClientsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListLunaClientsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudHSMClient";
26
- const commandName = "ListLunaClientsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "CloudHsmFrontendService",
35
- operation: "ListLunaClients",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListLunaClientsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListLunaClientsCommand(output, context);
46
- }
7
+ export class ListLunaClientsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudHsmFrontendService", "ListLunaClients", {})
19
+ .n("CloudHSMClient", "ListLunaClientsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListLunaClientsCommand)
22
+ .de(de_ListLunaClientsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class ListTagsForResourceCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, ListTagsForResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudHSMClient";
26
- const commandName = "ListTagsForResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "CloudHsmFrontendService",
35
- operation: "ListTagsForResource",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_ListTagsForResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ListTagsForResourceCommand(output, context);
46
- }
7
+ export class ListTagsForResourceCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("CloudHsmFrontendService", "ListTagsForResource", {})
19
+ .n("CloudHSMClient", "ListTagsForResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListTagsForResourceCommand)
22
+ .de(de_ListTagsForResourceCommand)
23
+ .build() {
47
24
  }