@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,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 { DescribeHsmRequest, DescribeHsmResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeHsmCommandInput extends DescribeHsmRequest {
21
20
  */
22
21
  export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeHsmCommand_base: {
24
+ new (input: DescribeHsmCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHsmCommandInput, DescribeHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -96,23 +99,5 @@ export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __Metadat
96
99
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
97
100
  *
98
101
  */
99
- export declare class DescribeHsmCommand extends $Command<DescribeHsmCommandInput, DescribeHsmCommandOutput, CloudHSMClientResolvedConfig> {
100
- readonly input: DescribeHsmCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: DescribeHsmCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHsmCommandInput, DescribeHsmCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class DescribeHsmCommand extends DescribeHsmCommand_base {
118
103
  }
@@ -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 { DescribeLunaClientRequest, DescribeLunaClientResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeLunaClientCommandInput extends DescribeLunaClientReques
21
20
  */
22
21
  export interface DescribeLunaClientCommandOutput extends DescribeLunaClientResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeLunaClientCommand_base: {
24
+ new (input: DescribeLunaClientCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -77,23 +80,5 @@ export interface DescribeLunaClientCommandOutput extends DescribeLunaClientRespo
77
80
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
78
81
  *
79
82
  */
80
- export declare class DescribeLunaClientCommand extends $Command<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
81
- readonly input: DescribeLunaClientCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DescribeLunaClientCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DescribeLunaClientCommand extends DescribeLunaClientCommand_base {
99
84
  }
@@ -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 { GetConfigRequest, GetConfigResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetConfigCommandInput extends GetConfigRequest {
21
20
  */
22
21
  export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetConfigCommand_base: {
24
+ new (input: GetConfigCommandInput): import("@smithy/smithy-client").CommandImpl<GetConfigCommandInput, GetConfigCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -79,23 +82,5 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
79
82
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
80
83
  *
81
84
  */
82
- export declare class GetConfigCommand extends $Command<GetConfigCommandInput, GetConfigCommandOutput, CloudHSMClientResolvedConfig> {
83
- readonly input: GetConfigCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: GetConfigCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigCommandInput, GetConfigCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class GetConfigCommand extends GetConfigCommand_base {
101
86
  }
@@ -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 { ListAvailableZonesRequest, ListAvailableZonesResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListAvailableZonesCommandInput extends ListAvailableZonesReques
21
20
  */
22
21
  export interface ListAvailableZonesCommandOutput extends ListAvailableZonesResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListAvailableZonesCommand_base: {
24
+ new (input: ListAvailableZonesCommandInput): import("@smithy/smithy-client").CommandImpl<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput, 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 ListAvailableZonesCommandOutput extends ListAvailableZonesRespo
72
75
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
73
76
  *
74
77
  */
75
- export declare class ListAvailableZonesCommand extends $Command<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput, CloudHSMClientResolvedConfig> {
76
- readonly input: ListAvailableZonesCommandInput;
77
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
78
- /**
79
- * @public
80
- */
81
- constructor(input: ListAvailableZonesCommandInput);
82
- /**
83
- * @internal
84
- */
85
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput>;
86
- /**
87
- * @internal
88
- */
89
- private serialize;
90
- /**
91
- * @internal
92
- */
93
- private deserialize;
78
+ export declare class ListAvailableZonesCommand extends ListAvailableZonesCommand_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 { ListHapgsRequest, ListHapgsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListHapgsCommandInput extends ListHapgsRequest {
21
20
  */
22
21
  export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListHapgsCommand_base: {
24
+ new (input: ListHapgsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHapgsCommandInput, ListHapgsCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -79,23 +82,5 @@ export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBea
79
82
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
80
83
  *
81
84
  */
82
- export declare class ListHapgsCommand extends $Command<ListHapgsCommandInput, ListHapgsCommandOutput, CloudHSMClientResolvedConfig> {
83
- readonly input: ListHapgsCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ListHapgsCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHapgsCommandInput, ListHapgsCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ListHapgsCommand extends ListHapgsCommand_base {
101
86
  }
@@ -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 { ListHsmsRequest, ListHsmsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListHsmsCommandInput extends ListHsmsRequest {
21
20
  */
22
21
  export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListHsmsCommand_base: {
24
+ new (input: ListHsmsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHsmsCommandInput, ListHsmsCommandOutput, 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 ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBeare
80
83
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
81
84
  *
82
85
  */
83
- export declare class ListHsmsCommand extends $Command<ListHsmsCommandInput, ListHsmsCommandOutput, CloudHSMClientResolvedConfig> {
84
- readonly input: ListHsmsCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: ListHsmsCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHsmsCommandInput, ListHsmsCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class ListHsmsCommand extends ListHsmsCommand_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 { ListLunaClientsRequest, ListLunaClientsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListLunaClientsCommandInput extends ListLunaClientsRequest {
21
20
  */
22
21
  export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListLunaClientsCommand_base: {
24
+ new (input: ListLunaClientsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -79,23 +82,5 @@ export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, _
79
82
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
80
83
  *
81
84
  */
82
- export declare class ListLunaClientsCommand extends $Command<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, CloudHSMClientResolvedConfig> {
83
- readonly input: ListLunaClientsCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: ListLunaClientsCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLunaClientsCommandInput, ListLunaClientsCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class ListLunaClientsCommand extends ListLunaClientsCommand_base {
101
86
  }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -77,23 +80,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
77
80
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
78
81
  *
79
82
  */
80
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudHSMClientResolvedConfig> {
81
- readonly input: ListTagsForResourceCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: ListTagsForResourceCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
99
84
  }
@@ -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 { ModifyHapgRequest, ModifyHapgResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyHapgCommandInput extends ModifyHapgRequest {
21
20
  */
22
21
  export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataBearer {
23
22
  }
23
+ declare const ModifyHapgCommand_base: {
24
+ new (input: ModifyHapgCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyHapgCommandInput, ModifyHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -76,23 +79,5 @@ export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataB
76
79
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
77
80
  *
78
81
  */
79
- export declare class ModifyHapgCommand extends $Command<ModifyHapgCommandInput, ModifyHapgCommandOutput, CloudHSMClientResolvedConfig> {
80
- readonly input: ModifyHapgCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: ModifyHapgCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyHapgCommandInput, ModifyHapgCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class ModifyHapgCommand extends ModifyHapgCommand_base {
98
83
  }
@@ -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 { ModifyHsmRequest, ModifyHsmResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyHsmCommandInput extends ModifyHsmRequest {
21
20
  */
22
21
  export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBearer {
23
22
  }
23
+ declare const ModifyHsmCommand_base: {
24
+ new (input: ModifyHsmCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyHsmCommandInput, ModifyHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -83,23 +86,5 @@ export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBea
83
86
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
84
87
  *
85
88
  */
86
- export declare class ModifyHsmCommand extends $Command<ModifyHsmCommandInput, ModifyHsmCommandOutput, CloudHSMClientResolvedConfig> {
87
- readonly input: ModifyHsmCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: ModifyHsmCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyHsmCommandInput, ModifyHsmCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class ModifyHsmCommand extends ModifyHsmCommand_base {
105
90
  }
@@ -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 { ModifyLunaClientRequest, ModifyLunaClientResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ModifyLunaClientCommandInput extends ModifyLunaClientRequest {
21
20
  */
22
21
  export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse, __MetadataBearer {
23
22
  }
23
+ declare const ModifyLunaClientCommand_base: {
24
+ new (input: ModifyLunaClientCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -69,23 +72,5 @@ export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse,
69
72
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
70
73
  *
71
74
  */
72
- export declare class ModifyLunaClientCommand extends $Command<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
73
- readonly input: ModifyLunaClientCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: ModifyLunaClientCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class ModifyLunaClientCommand extends ModifyLunaClientCommand_base {
91
76
  }
@@ -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 { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResour
21
20
  */
22
21
  export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const RemoveTagsFromResourceCommand_base: {
24
+ new (input: RemoveTagsFromResourceCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -77,23 +80,5 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
77
80
  * <p>Base exception class for all service exceptions from CloudHSM service.</p>
78
81
  *
79
82
  */
80
- export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig> {
81
- readonly input: RemoveTagsFromResourceCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: RemoveTagsFromResourceCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
99
84
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface AddTagsToResourceCommandInput
21
15
  export interface AddTagsToResourceCommandOutput
22
16
  extends AddTagsToResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class AddTagsToResourceCommand extends $Command<
25
- AddTagsToResourceCommandInput,
26
- AddTagsToResourceCommandOutput,
27
- CloudHSMClientResolvedConfig
28
- > {
29
- readonly input: AddTagsToResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: AddTagsToResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: CloudHSMClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const AddTagsToResourceCommand_base: {
19
+ new (
20
+ input: AddTagsToResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ AddTagsToResourceCommandInput,
23
+ AddTagsToResourceCommandOutput,
24
+ CloudHSMClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  CloudHSMClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface CreateHapgCommandInput extends CreateHapgRequest {}
17
11
  export interface CreateHapgCommandOutput
18
12
  extends CreateHapgResponse,
19
13
  __MetadataBearer {}
20
- export declare class CreateHapgCommand extends $Command<
21
- CreateHapgCommandInput,
22
- CreateHapgCommandOutput,
23
- CloudHSMClientResolvedConfig
24
- > {
25
- readonly input: CreateHapgCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: CreateHapgCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: CloudHSMClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<CreateHapgCommandInput, CreateHapgCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const CreateHapgCommand_base: {
15
+ new (
16
+ input: CreateHapgCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ CreateHapgCommandInput,
19
+ CreateHapgCommandOutput,
20
+ CloudHSMClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class CreateHapgCommand extends CreateHapgCommand_base {}