@aws-sdk/client-cloudhsm 3.478.0 → 3.481.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 +8 -8
@@ -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_ModifyHapgCommand, se_ModifyHapgCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class ModifyHapgCommand 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, ModifyHapgCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudHSMClient";
26
- const commandName = "ModifyHapgCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "CloudHsmFrontendService",
35
- operation: "ModifyHapg",
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_ModifyHapgCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ModifyHapgCommand(output, context);
46
- }
7
+ export class ModifyHapgCommand 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", "ModifyHapg", {})
19
+ .n("CloudHSMClient", "ModifyHapgCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ModifyHapgCommand)
22
+ .de(de_ModifyHapgCommand)
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_ModifyHsmCommand, se_ModifyHsmCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class ModifyHsmCommand 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, ModifyHsmCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudHSMClient";
26
- const commandName = "ModifyHsmCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "CloudHsmFrontendService",
35
- operation: "ModifyHsm",
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_ModifyHsmCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ModifyHsmCommand(output, context);
46
- }
7
+ export class ModifyHsmCommand 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", "ModifyHsm", {})
19
+ .n("CloudHSMClient", "ModifyHsmCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ModifyHsmCommand)
22
+ .de(de_ModifyHsmCommand)
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_ModifyLunaClientCommand, se_ModifyLunaClientCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class ModifyLunaClientCommand 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, ModifyLunaClientCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudHSMClient";
26
- const commandName = "ModifyLunaClientCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "CloudHsmFrontendService",
35
- operation: "ModifyLunaClient",
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_ModifyLunaClientCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_ModifyLunaClientCommand(output, context);
46
- }
7
+ export class ModifyLunaClientCommand 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", "ModifyLunaClient", {})
19
+ .n("CloudHSMClient", "ModifyLunaClientCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ModifyLunaClientCommand)
22
+ .de(de_ModifyLunaClientCommand)
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_RemoveTagsFromResourceCommand, se_RemoveTagsFromResourceCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class RemoveTagsFromResourceCommand 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, RemoveTagsFromResourceCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "CloudHSMClient";
26
- const commandName = "RemoveTagsFromResourceCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "CloudHsmFrontendService",
35
- operation: "RemoveTagsFromResource",
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_RemoveTagsFromResourceCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_RemoveTagsFromResourceCommand(output, context);
46
- }
7
+ export class RemoveTagsFromResourceCommand 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", "RemoveTagsFromResource", {})
19
+ .n("CloudHSMClient", "RemoveTagsFromResourceCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_RemoveTagsFromResourceCommand)
22
+ .de(de_RemoveTagsFromResourceCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "cloudhsm",
7
7
  };
8
8
  };
9
+ export const commonParams = {
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
+ };
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
4
  import { AddTagsToResourceRequest, AddTagsToResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AddTagsToResourceCommandInput extends AddTagsToResourceRequest
21
20
  */
22
21
  export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const AddTagsToResourceCommand_base: {
24
+ new (input: AddTagsToResourceCommandInput): import("@smithy/smithy-client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -80,23 +83,5 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons
80
83
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
81
84
  *
82
85
  */
83
- export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, CloudHSMClientResolvedConfig> {
84
- readonly input: AddTagsToResourceCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: AddTagsToResourceCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
4
  import { CreateHapgRequest, CreateHapgResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateHapgCommandInput extends CreateHapgRequest {
21
20
  */
22
21
  export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateHapgCommand_base: {
24
+ new (input: CreateHapgCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHapgCommandInput, CreateHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -73,23 +76,5 @@ export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataB
73
76
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
74
77
  *
75
78
  */
76
- export declare class CreateHapgCommand extends $Command<CreateHapgCommandInput, CreateHapgCommandOutput, CloudHSMClientResolvedConfig> {
77
- readonly input: CreateHapgCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: CreateHapgCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHapgCommandInput, CreateHapgCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class CreateHapgCommand extends CreateHapgCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
4
  import { CreateHsmRequest, CreateHsmResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateHsmCommandInput extends CreateHsmRequest {
21
20
  */
22
21
  export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateHsmCommand_base: {
24
+ new (input: CreateHsmCommandInput): import("@smithy/smithy-client").CommandImpl<CreateHsmCommandInput, CreateHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -88,23 +91,5 @@ export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBea
88
91
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
89
92
  *
90
93
  */
91
- export declare class CreateHsmCommand extends $Command<CreateHsmCommandInput, CreateHsmCommandOutput, CloudHSMClientResolvedConfig> {
92
- readonly input: CreateHsmCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: CreateHsmCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHsmCommandInput, CreateHsmCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class CreateHsmCommand extends CreateHsmCommand_base {
110
95
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
4
  import { CreateLunaClientRequest, CreateLunaClientResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateLunaClientCommandInput extends CreateLunaClientRequest {
21
20
  */
22
21
  export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateLunaClientCommand_base: {
24
+ new (input: CreateLunaClientCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLunaClientCommandInput, CreateLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -73,23 +76,5 @@ export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse,
73
76
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
74
77
  *
75
78
  */
76
- export declare class CreateLunaClientCommand extends $Command<CreateLunaClientCommandInput, CreateLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
77
- readonly input: CreateLunaClientCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: CreateLunaClientCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLunaClientCommandInput, CreateLunaClientCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class CreateLunaClientCommand extends CreateLunaClientCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
4
  import { DeleteHapgRequest, DeleteHapgResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteHapgCommandInput extends DeleteHapgRequest {
21
20
  */
22
21
  export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteHapgCommand_base: {
24
+ new (input: DeleteHapgCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHapgCommandInput, DeleteHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -72,23 +75,5 @@ export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataB
72
75
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
73
76
  *
74
77
  */
75
- export declare class DeleteHapgCommand extends $Command<DeleteHapgCommandInput, DeleteHapgCommandOutput, CloudHSMClientResolvedConfig> {
76
- readonly input: DeleteHapgCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DeleteHapgCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHapgCommandInput, DeleteHapgCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DeleteHapgCommand extends DeleteHapgCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
4
  import { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteHsmCommandInput extends DeleteHsmRequest {
21
20
  */
22
21
  export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteHsmCommand_base: {
24
+ new (input: DeleteHsmCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteHsmCommandInput, DeleteHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -73,23 +76,5 @@ export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBea
73
76
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
74
77
  *
75
78
  */
76
- export declare class DeleteHsmCommand extends $Command<DeleteHsmCommandInput, DeleteHsmCommandOutput, CloudHSMClientResolvedConfig> {
77
- readonly input: DeleteHsmCommandInput;
78
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
- /**
80
- * @public
81
- */
82
- constructor(input: DeleteHsmCommandInput);
83
- /**
84
- * @internal
85
- */
86
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHsmCommandInput, DeleteHsmCommandOutput>;
87
- /**
88
- * @internal
89
- */
90
- private serialize;
91
- /**
92
- * @internal
93
- */
94
- private deserialize;
79
+ export declare class DeleteHsmCommand extends DeleteHsmCommand_base {
95
80
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
4
  import { DeleteLunaClientRequest, DeleteLunaClientResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteLunaClientCommandInput extends DeleteLunaClientRequest {
21
20
  */
22
21
  export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteLunaClientCommand_base: {
24
+ new (input: DeleteLunaClientCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -72,23 +75,5 @@ export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse,
72
75
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
73
76
  *
74
77
  */
75
- export declare class DeleteLunaClientCommand extends $Command<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
76
- readonly input: DeleteLunaClientCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: DeleteLunaClientCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class DeleteLunaClientCommand extends DeleteLunaClientCommand_base {
94
79
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
4
  import { DescribeHapgRequest, DescribeHapgResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeHapgCommandInput extends DescribeHapgRequest {
21
20
  */
22
21
  export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeHapgCommand_base: {
24
+ new (input: DescribeHapgCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHapgCommandInput, DescribeHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -88,23 +91,5 @@ export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __Metad
88
91
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
89
92
  *
90
93
  */
91
- export declare class DescribeHapgCommand extends $Command<DescribeHapgCommandInput, DescribeHapgCommandOutput, CloudHSMClientResolvedConfig> {
92
- readonly input: DescribeHapgCommandInput;
93
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
94
- /**
95
- * @public
96
- */
97
- constructor(input: DescribeHapgCommandInput);
98
- /**
99
- * @internal
100
- */
101
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHapgCommandInput, DescribeHapgCommandOutput>;
102
- /**
103
- * @internal
104
- */
105
- private serialize;
106
- /**
107
- * @internal
108
- */
109
- private deserialize;
94
+ export declare class DescribeHapgCommand extends DescribeHapgCommand_base {
110
95
  }