@aws-sdk/client-cloudhsm 3.194.0 → 3.196.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 (112) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/CloudHSMClient.js +11 -8
  3. package/dist-cjs/commands/AddTagsToResourceCommand.js +10 -0
  4. package/dist-cjs/commands/CreateHapgCommand.js +10 -0
  5. package/dist-cjs/commands/CreateHsmCommand.js +10 -0
  6. package/dist-cjs/commands/CreateLunaClientCommand.js +10 -0
  7. package/dist-cjs/commands/DeleteHapgCommand.js +10 -0
  8. package/dist-cjs/commands/DeleteHsmCommand.js +10 -0
  9. package/dist-cjs/commands/DeleteLunaClientCommand.js +10 -0
  10. package/dist-cjs/commands/DescribeHapgCommand.js +10 -0
  11. package/dist-cjs/commands/DescribeHsmCommand.js +10 -0
  12. package/dist-cjs/commands/DescribeLunaClientCommand.js +10 -0
  13. package/dist-cjs/commands/GetConfigCommand.js +10 -0
  14. package/dist-cjs/commands/ListAvailableZonesCommand.js +10 -0
  15. package/dist-cjs/commands/ListHapgsCommand.js +10 -0
  16. package/dist-cjs/commands/ListHsmsCommand.js +10 -0
  17. package/dist-cjs/commands/ListLunaClientsCommand.js +10 -0
  18. package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
  19. package/dist-cjs/commands/ModifyHapgCommand.js +10 -0
  20. package/dist-cjs/commands/ModifyHsmCommand.js +10 -0
  21. package/dist-cjs/commands/ModifyLunaClientCommand.js +10 -0
  22. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +10 -0
  23. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  24. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  25. package/dist-cjs/endpoint/ruleset.js +318 -0
  26. package/dist-cjs/runtimeConfig.shared.js +3 -3
  27. package/dist-es/CloudHSMClient.js +12 -9
  28. package/dist-es/commands/AddTagsToResourceCommand.js +10 -0
  29. package/dist-es/commands/CreateHapgCommand.js +10 -0
  30. package/dist-es/commands/CreateHsmCommand.js +10 -0
  31. package/dist-es/commands/CreateLunaClientCommand.js +10 -0
  32. package/dist-es/commands/DeleteHapgCommand.js +10 -0
  33. package/dist-es/commands/DeleteHsmCommand.js +10 -0
  34. package/dist-es/commands/DeleteLunaClientCommand.js +10 -0
  35. package/dist-es/commands/DescribeHapgCommand.js +10 -0
  36. package/dist-es/commands/DescribeHsmCommand.js +10 -0
  37. package/dist-es/commands/DescribeLunaClientCommand.js +10 -0
  38. package/dist-es/commands/GetConfigCommand.js +10 -0
  39. package/dist-es/commands/ListAvailableZonesCommand.js +10 -0
  40. package/dist-es/commands/ListHapgsCommand.js +10 -0
  41. package/dist-es/commands/ListHsmsCommand.js +10 -0
  42. package/dist-es/commands/ListLunaClientsCommand.js +10 -0
  43. package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
  44. package/dist-es/commands/ModifyHapgCommand.js +10 -0
  45. package/dist-es/commands/ModifyHsmCommand.js +10 -0
  46. package/dist-es/commands/ModifyLunaClientCommand.js +10 -0
  47. package/dist-es/commands/RemoveTagsFromResourceCommand.js +10 -0
  48. package/dist-es/endpoint/EndpointParameters.js +8 -0
  49. package/dist-es/endpoint/endpointResolver.js +8 -0
  50. package/dist-es/endpoint/ruleset.js +315 -0
  51. package/dist-es/runtimeConfig.shared.js +2 -2
  52. package/dist-types/CloudHSMClient.d.ts +6 -9
  53. package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -0
  54. package/dist-types/commands/CreateHapgCommand.d.ts +2 -0
  55. package/dist-types/commands/CreateHsmCommand.d.ts +2 -0
  56. package/dist-types/commands/CreateLunaClientCommand.d.ts +2 -0
  57. package/dist-types/commands/DeleteHapgCommand.d.ts +2 -0
  58. package/dist-types/commands/DeleteHsmCommand.d.ts +2 -0
  59. package/dist-types/commands/DeleteLunaClientCommand.d.ts +2 -0
  60. package/dist-types/commands/DescribeHapgCommand.d.ts +2 -0
  61. package/dist-types/commands/DescribeHsmCommand.d.ts +2 -0
  62. package/dist-types/commands/DescribeLunaClientCommand.d.ts +2 -0
  63. package/dist-types/commands/GetConfigCommand.d.ts +2 -0
  64. package/dist-types/commands/ListAvailableZonesCommand.d.ts +2 -0
  65. package/dist-types/commands/ListHapgsCommand.d.ts +2 -0
  66. package/dist-types/commands/ListHsmsCommand.d.ts +2 -0
  67. package/dist-types/commands/ListLunaClientsCommand.d.ts +2 -0
  68. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  69. package/dist-types/commands/ModifyHapgCommand.d.ts +2 -0
  70. package/dist-types/commands/ModifyHsmCommand.d.ts +2 -0
  71. package/dist-types/commands/ModifyLunaClientCommand.d.ts +2 -0
  72. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -0
  73. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  74. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  75. package/dist-types/endpoint/ruleset.d.ts +2 -0
  76. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  77. package/dist-types/runtimeConfig.d.ts +4 -2
  78. package/dist-types/runtimeConfig.native.d.ts +4 -2
  79. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  80. package/dist-types/ts3.4/CloudHSMClient.d.ts +15 -8
  81. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +2 -0
  82. package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +2 -0
  83. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +2 -0
  84. package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +2 -0
  85. package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +2 -0
  86. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +2 -0
  87. package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +2 -0
  88. package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +2 -0
  89. package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +2 -0
  90. package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +2 -0
  91. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +2 -0
  92. package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +2 -0
  93. package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +2 -0
  94. package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +2 -0
  95. package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +2 -0
  96. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
  97. package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +2 -0
  98. package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +2 -0
  99. package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +2 -0
  100. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +2 -0
  101. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  102. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  103. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  104. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  105. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  106. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  107. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  108. package/package.json +5 -3
  109. package/dist-cjs/endpoints.js +0 -132
  110. package/dist-es/endpoints.js +0 -128
  111. package/dist-types/endpoints.d.ts +0 -2
  112. package/dist-types/ts3.4/endpoints.d.ts +0 -2
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -35,6 +36,7 @@ export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataB
35
36
  */
36
37
  export declare class DeleteHapgCommand extends $Command<DeleteHapgCommandInput, DeleteHapgCommandOutput, CloudHSMClientResolvedConfig> {
37
38
  readonly input: DeleteHapgCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: DeleteHapgCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -36,6 +37,7 @@ export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBea
36
37
  */
37
38
  export declare class DeleteHsmCommand extends $Command<DeleteHsmCommandInput, DeleteHsmCommandOutput, CloudHSMClientResolvedConfig> {
38
39
  readonly input: DeleteHsmCommandInput;
40
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
39
41
  constructor(input: DeleteHsmCommandInput);
40
42
  /**
41
43
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -35,6 +36,7 @@ export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse,
35
36
  */
36
37
  export declare class DeleteLunaClientCommand extends $Command<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
37
38
  readonly input: DeleteLunaClientCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: DeleteLunaClientCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -35,6 +36,7 @@ export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __Metad
35
36
  */
36
37
  export declare class DescribeHapgCommand extends $Command<DescribeHapgCommandInput, DescribeHapgCommandOutput, CloudHSMClientResolvedConfig> {
37
38
  readonly input: DescribeHapgCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: DescribeHapgCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -36,6 +37,7 @@ export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __Metadat
36
37
  */
37
38
  export declare class DescribeHsmCommand extends $Command<DescribeHsmCommandInput, DescribeHsmCommandOutput, CloudHSMClientResolvedConfig> {
38
39
  readonly input: DescribeHsmCommandInput;
40
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
39
41
  constructor(input: DescribeHsmCommandInput);
40
42
  /**
41
43
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -35,6 +36,7 @@ export interface DescribeLunaClientCommandOutput extends DescribeLunaClientRespo
35
36
  */
36
37
  export declare class DescribeLunaClientCommand extends $Command<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
37
38
  readonly input: DescribeLunaClientCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: DescribeLunaClientCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -36,6 +37,7 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
36
37
  */
37
38
  export declare class GetConfigCommand extends $Command<GetConfigCommandInput, GetConfigCommandOutput, CloudHSMClientResolvedConfig> {
38
39
  readonly input: GetConfigCommandInput;
40
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
39
41
  constructor(input: GetConfigCommandInput);
40
42
  /**
41
43
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -35,6 +36,7 @@ export interface ListAvailableZonesCommandOutput extends ListAvailableZonesRespo
35
36
  */
36
37
  export declare class ListAvailableZonesCommand extends $Command<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput, CloudHSMClientResolvedConfig> {
37
38
  readonly input: ListAvailableZonesCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: ListAvailableZonesCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -39,6 +40,7 @@ export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBea
39
40
  */
40
41
  export declare class ListHapgsCommand extends $Command<ListHapgsCommandInput, ListHapgsCommandOutput, CloudHSMClientResolvedConfig> {
41
42
  readonly input: ListHapgsCommandInput;
43
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
42
44
  constructor(input: ListHapgsCommandInput);
43
45
  /**
44
46
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -40,6 +41,7 @@ export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBeare
40
41
  */
41
42
  export declare class ListHsmsCommand extends $Command<ListHsmsCommandInput, ListHsmsCommandOutput, CloudHSMClientResolvedConfig> {
42
43
  readonly input: ListHsmsCommandInput;
44
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
43
45
  constructor(input: ListHsmsCommandInput);
44
46
  /**
45
47
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -39,6 +40,7 @@ export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, _
39
40
  */
40
41
  export declare class ListLunaClientsCommand extends $Command<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, CloudHSMClientResolvedConfig> {
41
42
  readonly input: ListLunaClientsCommandInput;
43
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
42
44
  constructor(input: ListLunaClientsCommandInput);
43
45
  /**
44
46
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -35,6 +36,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
35
36
  */
36
37
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudHSMClientResolvedConfig> {
37
38
  readonly input: ListTagsForResourceCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: ListTagsForResourceCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -35,6 +36,7 @@ export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataB
35
36
  */
36
37
  export declare class ModifyHapgCommand extends $Command<ModifyHapgCommandInput, ModifyHapgCommandOutput, CloudHSMClientResolvedConfig> {
37
38
  readonly input: ModifyHapgCommandInput;
39
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
38
40
  constructor(input: ModifyHapgCommandInput);
39
41
  /**
40
42
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -41,6 +42,7 @@ export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBea
41
42
  */
42
43
  export declare class ModifyHsmCommand extends $Command<ModifyHsmCommandInput, ModifyHsmCommandOutput, CloudHSMClientResolvedConfig> {
43
44
  readonly input: ModifyHsmCommandInput;
45
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
46
  constructor(input: ModifyHsmCommandInput);
45
47
  /**
46
48
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -37,6 +38,7 @@ export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse,
37
38
  */
38
39
  export declare class ModifyLunaClientCommand extends $Command<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
39
40
  readonly input: ModifyLunaClientCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: ModifyLunaClientCommandInput);
41
43
  /**
42
44
  * @internal
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
@@ -37,6 +38,7 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
37
38
  */
38
39
  export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig> {
39
40
  readonly input: RemoveTagsFromResourceCommandInput;
41
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
40
42
  constructor(input: RemoveTagsFromResourceCommandInput);
41
43
  /**
42
44
  * @internal
@@ -0,0 +1,19 @@
1
+ import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
2
+ export interface ClientInputEndpointParameters {
3
+ region?: string | Provider<string>;
4
+ useDualstackEndpoint?: boolean | Provider<boolean>;
5
+ useFipsEndpoint?: boolean | Provider<boolean>;
6
+ endpoint?: string | Provider<string>;
7
+ }
8
+ export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
9
+ defaultSigningName: string;
10
+ };
11
+ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
12
+ defaultSigningName: string;
13
+ };
14
+ export interface EndpointParameters extends __EndpointParameters {
15
+ Region?: string;
16
+ UseDualStack?: boolean;
17
+ UseFIPS?: boolean;
18
+ Endpoint?: string;
19
+ }
@@ -0,0 +1,5 @@
1
+ import { EndpointV2, Logger } from "@aws-sdk/types";
2
+ import { EndpointParameters } from "./EndpointParameters";
3
+ export declare const defaultEndpointResolver: (endpointParams: EndpointParameters, context?: {
4
+ logger?: Logger;
5
+ }) => EndpointV2;
@@ -0,0 +1,2 @@
1
+ import { RuleSetObject } from "@aws-sdk/util-endpoints";
2
+ export declare const ruleSet: RuleSetObject;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
26
26
  disableHostPrefix: boolean;
27
27
  logger: import("@aws-sdk/types").Logger;
28
28
  serviceId: string;
29
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
30
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
+ endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
30
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
31
+ logger?: import("@aws-sdk/types").Logger | undefined;
32
+ }) => import("@aws-sdk/types").EndpointV2;
31
33
  tls?: boolean | undefined;
32
34
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
35
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
23
23
  serviceId: string;
24
24
  region: string | import("@aws-sdk/types").Provider<any>;
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
26
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
27
  defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
29
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
29
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
30
+ logger?: import("@aws-sdk/types").Logger | undefined;
31
+ }) => import("@aws-sdk/types").EndpointV2;
30
32
  tls?: boolean | undefined;
31
33
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
34
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
@@ -6,8 +6,10 @@ import { CloudHSMClientConfig } from "./CloudHSMClient";
6
6
  export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
7
7
  apiVersion: string;
8
8
  disableHostPrefix: boolean;
9
+ endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
10
+ logger?: __Logger | undefined;
11
+ }) => import("@aws-sdk/types").EndpointV2;
9
12
  logger: __Logger;
10
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
11
13
  serviceId: string;
12
14
  urlParser: import("@aws-sdk/types").UrlParser;
13
15
  };
@@ -1,9 +1,11 @@
1
1
  import {
2
- EndpointsInputConfig,
3
- EndpointsResolvedConfig,
4
2
  RegionInputConfig,
5
3
  RegionResolvedConfig,
6
4
  } from "@aws-sdk/config-resolver";
5
+ import {
6
+ EndpointInputConfig,
7
+ EndpointResolvedConfig,
8
+ } from "@aws-sdk/middleware-endpoint";
7
9
  import {
8
10
  HostHeaderInputConfig,
9
11
  HostHeaderResolvedConfig,
@@ -37,7 +39,6 @@ import {
37
39
  Logger as __Logger,
38
40
  Provider as __Provider,
39
41
  Provider,
40
- RegionInfoProvider,
41
42
  StreamCollector as __StreamCollector,
42
43
  UrlParser as __UrlParser,
43
44
  UserAgent as __UserAgent,
@@ -122,6 +123,11 @@ import {
122
123
  RemoveTagsFromResourceCommandInput,
123
124
  RemoveTagsFromResourceCommandOutput,
124
125
  } from "./commands/RemoveTagsFromResourceCommand";
126
+ import {
127
+ ClientInputEndpointParameters,
128
+ ClientResolvedEndpointParameters,
129
+ EndpointParameters,
130
+ } from "./endpoint/EndpointParameters";
125
131
  export declare type ServiceInputTypes =
126
132
  | AddTagsToResourceCommandInput
127
133
  | CreateHapgCommandInput
@@ -185,7 +191,6 @@ export interface ClientDefaults
185
191
  serviceId?: string;
186
192
  region?: string | __Provider<string>;
187
193
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
188
- regionInfoProvider?: RegionInfoProvider;
189
194
  defaultUserAgentProvider?: Provider<__UserAgent>;
190
195
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
191
196
  }
@@ -194,21 +199,23 @@ declare type CloudHSMClientConfigType = Partial<
194
199
  > &
195
200
  ClientDefaults &
196
201
  RegionInputConfig &
197
- EndpointsInputConfig &
202
+ EndpointInputConfig<EndpointParameters> &
198
203
  RetryInputConfig &
199
204
  HostHeaderInputConfig &
200
205
  AwsAuthInputConfig &
201
- UserAgentInputConfig;
206
+ UserAgentInputConfig &
207
+ ClientInputEndpointParameters;
202
208
  export interface CloudHSMClientConfig extends CloudHSMClientConfigType {}
203
209
  declare type CloudHSMClientResolvedConfigType =
204
210
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
205
211
  Required<ClientDefaults> &
206
212
  RegionResolvedConfig &
207
- EndpointsResolvedConfig &
213
+ EndpointResolvedConfig<EndpointParameters> &
208
214
  RetryResolvedConfig &
209
215
  HostHeaderResolvedConfig &
210
216
  AwsAuthResolvedConfig &
211
- UserAgentResolvedConfig;
217
+ UserAgentResolvedConfig &
218
+ ClientResolvedEndpointParameters;
212
219
  export interface CloudHSMClientResolvedConfig
213
220
  extends CloudHSMClientResolvedConfigType {}
214
221
  export declare class CloudHSMClient extends __Client<
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class AddTagsToResourceCommand extends $Command<
25
26
  CloudHSMClientResolvedConfig
26
27
  > {
27
28
  readonly input: AddTagsToResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: AddTagsToResourceCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class CreateHapgCommand extends $Command<
21
22
  CloudHSMClientResolvedConfig
22
23
  > {
23
24
  readonly input: CreateHapgCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: CreateHapgCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class CreateHsmCommand extends $Command<
21
22
  CloudHSMClientResolvedConfig
22
23
  > {
23
24
  readonly input: CreateHsmCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: CreateHsmCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class CreateLunaClientCommand extends $Command<
24
25
  CloudHSMClientResolvedConfig
25
26
  > {
26
27
  readonly input: CreateLunaClientCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: CreateLunaClientCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DeleteHapgCommand extends $Command<
21
22
  CloudHSMClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteHapgCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteHapgCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DeleteHsmCommand extends $Command<
21
22
  CloudHSMClientResolvedConfig
22
23
  > {
23
24
  readonly input: DeleteHsmCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DeleteHsmCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class DeleteLunaClientCommand extends $Command<
24
25
  CloudHSMClientResolvedConfig
25
26
  > {
26
27
  readonly input: DeleteLunaClientCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: DeleteLunaClientCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DescribeHapgCommand extends $Command<
21
22
  CloudHSMClientResolvedConfig
22
23
  > {
23
24
  readonly input: DescribeHapgCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DescribeHapgCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class DescribeHsmCommand extends $Command<
21
22
  CloudHSMClientResolvedConfig
22
23
  > {
23
24
  readonly input: DescribeHsmCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: DescribeHsmCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class DescribeLunaClientCommand extends $Command<
25
26
  CloudHSMClientResolvedConfig
26
27
  > {
27
28
  readonly input: DescribeLunaClientCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: DescribeLunaClientCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class GetConfigCommand extends $Command<
21
22
  CloudHSMClientResolvedConfig
22
23
  > {
23
24
  readonly input: GetConfigCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: GetConfigCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListAvailableZonesCommand extends $Command<
25
26
  CloudHSMClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListAvailableZonesCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListAvailableZonesCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ListHapgsCommand extends $Command<
21
22
  CloudHSMClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListHapgsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListHapgsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ListHsmsCommand extends $Command<
21
22
  CloudHSMClientResolvedConfig
22
23
  > {
23
24
  readonly input: ListHsmsCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ListHsmsCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -24,6 +25,7 @@ export declare class ListLunaClientsCommand extends $Command<
24
25
  CloudHSMClientResolvedConfig
25
26
  > {
26
27
  readonly input: ListLunaClientsCommandInput;
28
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
29
  constructor(input: ListLunaClientsCommandInput);
28
30
  resolveMiddleware(
29
31
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -25,6 +26,7 @@ export declare class ListTagsForResourceCommand extends $Command<
25
26
  CloudHSMClientResolvedConfig
26
27
  > {
27
28
  readonly input: ListTagsForResourceCommandInput;
29
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
28
30
  constructor(input: ListTagsForResourceCommandInput);
29
31
  resolveMiddleware(
30
32
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ModifyHapgCommand extends $Command<
21
22
  CloudHSMClientResolvedConfig
22
23
  > {
23
24
  readonly input: ModifyHapgCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ModifyHapgCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
@@ -1,3 +1,4 @@
1
+ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
1
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
3
  import {
3
4
  Handler,
@@ -21,6 +22,7 @@ export declare class ModifyHsmCommand extends $Command<
21
22
  CloudHSMClientResolvedConfig
22
23
  > {
23
24
  readonly input: ModifyHsmCommandInput;
25
+ static getEndpointParameterInstructions(): EndpointParameterInstructions;
24
26
  constructor(input: ModifyHsmCommandInput);
25
27
  resolveMiddleware(
26
28
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,