@aws-sdk/client-cloudhsm 3.1076.0 → 3.1078.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 (80) hide show
  1. package/dist-cjs/index.js +31 -205
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddTagsToResourceCommand.js +2 -14
  4. package/dist-es/commands/CreateHapgCommand.js +2 -14
  5. package/dist-es/commands/CreateHsmCommand.js +2 -14
  6. package/dist-es/commands/CreateLunaClientCommand.js +2 -14
  7. package/dist-es/commands/DeleteHapgCommand.js +2 -14
  8. package/dist-es/commands/DeleteHsmCommand.js +2 -14
  9. package/dist-es/commands/DeleteLunaClientCommand.js +2 -14
  10. package/dist-es/commands/DescribeHapgCommand.js +2 -14
  11. package/dist-es/commands/DescribeHsmCommand.js +2 -14
  12. package/dist-es/commands/DescribeLunaClientCommand.js +2 -14
  13. package/dist-es/commands/GetConfigCommand.js +2 -14
  14. package/dist-es/commands/ListAvailableZonesCommand.js +2 -14
  15. package/dist-es/commands/ListHapgsCommand.js +2 -14
  16. package/dist-es/commands/ListHsmsCommand.js +2 -14
  17. package/dist-es/commands/ListLunaClientsCommand.js +2 -14
  18. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  19. package/dist-es/commands/ModifyHapgCommand.js +2 -14
  20. package/dist-es/commands/ModifyHsmCommand.js +2 -14
  21. package/dist-es/commands/ModifyLunaClientCommand.js +2 -14
  22. package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -14
  23. package/dist-es/index.js +1 -0
  24. package/dist-es/runtimeConfig.browser.js +0 -2
  25. package/dist-es/runtimeConfig.js +1 -2
  26. package/dist-es/runtimeConfig.native.js +0 -2
  27. package/dist-es/runtimeConfig.shared.js +2 -0
  28. package/dist-types/commandBuilder.d.ts +18 -0
  29. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -8
  30. package/dist-types/commands/CreateHapgCommand.d.ts +3 -8
  31. package/dist-types/commands/CreateHsmCommand.d.ts +3 -8
  32. package/dist-types/commands/CreateLunaClientCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteHapgCommand.d.ts +3 -8
  34. package/dist-types/commands/DeleteHsmCommand.d.ts +3 -8
  35. package/dist-types/commands/DeleteLunaClientCommand.d.ts +3 -8
  36. package/dist-types/commands/DescribeHapgCommand.d.ts +3 -8
  37. package/dist-types/commands/DescribeHsmCommand.d.ts +3 -8
  38. package/dist-types/commands/DescribeLunaClientCommand.d.ts +3 -8
  39. package/dist-types/commands/GetConfigCommand.d.ts +3 -8
  40. package/dist-types/commands/ListAvailableZonesCommand.d.ts +3 -8
  41. package/dist-types/commands/ListHapgsCommand.d.ts +3 -8
  42. package/dist-types/commands/ListHsmsCommand.d.ts +3 -8
  43. package/dist-types/commands/ListLunaClientsCommand.d.ts +3 -8
  44. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  45. package/dist-types/commands/ModifyHapgCommand.d.ts +3 -8
  46. package/dist-types/commands/ModifyHsmCommand.d.ts +3 -8
  47. package/dist-types/commands/ModifyLunaClientCommand.d.ts +3 -8
  48. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -8
  49. package/dist-types/index.d.ts +1 -0
  50. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  51. package/dist-types/runtimeConfig.d.ts +1 -1
  52. package/dist-types/runtimeConfig.native.d.ts +1 -1
  53. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  54. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  55. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/index.d.ts +1 -0
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  80. package/package.json +8 -10
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyHapg$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyHapgCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CloudHsmFrontendService", "ModifyHapg", {})
13
- .n("CloudHSMClient", "ModifyHapgCommand")
14
- .sc(ModifyHapg$)
15
- .build() {
3
+ export class ModifyHapgCommand extends command(_ep0, _mw0, "ModifyHapg", ModifyHapg$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyHsm$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyHsmCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CloudHsmFrontendService", "ModifyHsm", {})
13
- .n("CloudHSMClient", "ModifyHsmCommand")
14
- .sc(ModifyHsm$)
15
- .build() {
3
+ export class ModifyHsmCommand extends command(_ep0, _mw0, "ModifyHsm", ModifyHsm$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyLunaClient$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyLunaClientCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CloudHsmFrontendService", "ModifyLunaClient", {})
13
- .n("CloudHSMClient", "ModifyLunaClientCommand")
14
- .sc(ModifyLunaClient$)
15
- .build() {
3
+ export class ModifyLunaClientCommand extends command(_ep0, _mw0, "ModifyLunaClient", ModifyLunaClient$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RemoveTagsFromResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RemoveTagsFromResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("CloudHsmFrontendService", "RemoveTagsFromResource", {})
13
- .n("CloudHSMClient", "RemoveTagsFromResourceCommand")
14
- .sc(RemoveTagsFromResource$)
15
- .build() {
3
+ export class RemoveTagsFromResourceCommand extends command(_ep0, _mw0, "RemoveTagsFromResource", RemoveTagsFromResource$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./CloudHSMClient";
2
2
  export * from "./CloudHSM";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./models/enums";
6
7
  export * from "./models/errors";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsJson1_1Protocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "CloudHsmFrontendService",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "CloudHSM",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./CloudHSMClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { AddTagsToResourceRequest, AddTagsToResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface AddTagsToResourceCommandInput extends AddTagsToResourceRequest
22
19
  export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const AddTagsToResourceCommand_base: {
25
- new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { CreateHapgRequest, CreateHapgResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateHapgCommandInput extends CreateHapgRequest {
22
19
  export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateHapgCommand_base: {
25
- new (input: CreateHapgCommandInput): import("@smithy/core/client").CommandImpl<CreateHapgCommandInput, CreateHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateHapgCommandInput): import("@smithy/core/client").CommandImpl<CreateHapgCommandInput, CreateHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateHapgCommandInput): import("@smithy/core/client").CommandImpl<CreateHapgCommandInput, CreateHapgCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateHapgCommandInput): import("@smithy/core/client").CommandImpl<CreateHapgCommandInput, CreateHapgCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { CreateHsmRequest, CreateHsmResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateHsmCommandInput extends CreateHsmRequest {
22
19
  export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateHsmCommand_base: {
25
- new (input: CreateHsmCommandInput): import("@smithy/core/client").CommandImpl<CreateHsmCommandInput, CreateHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateHsmCommandInput): import("@smithy/core/client").CommandImpl<CreateHsmCommandInput, CreateHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateHsmCommandInput): import("@smithy/core/client").CommandImpl<CreateHsmCommandInput, CreateHsmCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateHsmCommandInput): import("@smithy/core/client").CommandImpl<CreateHsmCommandInput, CreateHsmCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { CreateLunaClientRequest, CreateLunaClientResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateLunaClientCommandInput extends CreateLunaClientRequest {
22
19
  export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateLunaClientCommand_base: {
25
- new (input: CreateLunaClientCommandInput): import("@smithy/core/client").CommandImpl<CreateLunaClientCommandInput, CreateLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateLunaClientCommandInput): import("@smithy/core/client").CommandImpl<CreateLunaClientCommandInput, CreateLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateLunaClientCommandInput): import("@smithy/core/client").CommandImpl<CreateLunaClientCommandInput, CreateLunaClientCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateLunaClientCommandInput): import("@smithy/core/client").CommandImpl<CreateLunaClientCommandInput, CreateLunaClientCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { DeleteHapgRequest, DeleteHapgResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteHapgCommandInput extends DeleteHapgRequest {
22
19
  export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteHapgCommand_base: {
25
- new (input: DeleteHapgCommandInput): import("@smithy/core/client").CommandImpl<DeleteHapgCommandInput, DeleteHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteHapgCommandInput): import("@smithy/core/client").CommandImpl<DeleteHapgCommandInput, DeleteHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteHapgCommandInput): import("@smithy/core/client").CommandImpl<DeleteHapgCommandInput, DeleteHapgCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteHapgCommandInput): import("@smithy/core/client").CommandImpl<DeleteHapgCommandInput, DeleteHapgCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteHsmCommandInput extends DeleteHsmRequest {
22
19
  export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteHsmCommand_base: {
25
- new (input: DeleteHsmCommandInput): import("@smithy/core/client").CommandImpl<DeleteHsmCommandInput, DeleteHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteHsmCommandInput): import("@smithy/core/client").CommandImpl<DeleteHsmCommandInput, DeleteHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteHsmCommandInput): import("@smithy/core/client").CommandImpl<DeleteHsmCommandInput, DeleteHsmCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteHsmCommandInput): import("@smithy/core/client").CommandImpl<DeleteHsmCommandInput, DeleteHsmCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { DeleteLunaClientRequest, DeleteLunaClientResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteLunaClientCommandInput extends DeleteLunaClientRequest {
22
19
  export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteLunaClientCommand_base: {
25
- new (input: DeleteLunaClientCommandInput): import("@smithy/core/client").CommandImpl<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteLunaClientCommandInput): import("@smithy/core/client").CommandImpl<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteLunaClientCommandInput): import("@smithy/core/client").CommandImpl<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteLunaClientCommandInput): import("@smithy/core/client").CommandImpl<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { DescribeHapgRequest, DescribeHapgResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeHapgCommandInput extends DescribeHapgRequest {
22
19
  export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeHapgCommand_base: {
25
- new (input: DescribeHapgCommandInput): import("@smithy/core/client").CommandImpl<DescribeHapgCommandInput, DescribeHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeHapgCommandInput): import("@smithy/core/client").CommandImpl<DescribeHapgCommandInput, DescribeHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeHapgCommandInput): import("@smithy/core/client").CommandImpl<DescribeHapgCommandInput, DescribeHapgCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeHapgCommandInput): import("@smithy/core/client").CommandImpl<DescribeHapgCommandInput, DescribeHapgCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { DescribeHsmRequest, DescribeHsmResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeHsmCommandInput extends DescribeHsmRequest {
22
19
  export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeHsmCommand_base: {
25
- new (input: DescribeHsmCommandInput): import("@smithy/core/client").CommandImpl<DescribeHsmCommandInput, DescribeHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeHsmCommandInput]): import("@smithy/core/client").CommandImpl<DescribeHsmCommandInput, DescribeHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeHsmCommandInput): import("@smithy/core/client").CommandImpl<DescribeHsmCommandInput, DescribeHsmCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeHsmCommandInput]): import("@smithy/core/client").CommandImpl<DescribeHsmCommandInput, DescribeHsmCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { DescribeLunaClientRequest, DescribeLunaClientResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeLunaClientCommandInput extends DescribeLunaClientReques
22
19
  export interface DescribeLunaClientCommandOutput extends DescribeLunaClientResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeLunaClientCommand_base: {
25
- new (input: DescribeLunaClientCommandInput): import("@smithy/core/client").CommandImpl<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeLunaClientCommandInput]): import("@smithy/core/client").CommandImpl<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeLunaClientCommandInput): import("@smithy/core/client").CommandImpl<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeLunaClientCommandInput]): import("@smithy/core/client").CommandImpl<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { GetConfigRequest, GetConfigResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface GetConfigCommandInput extends GetConfigRequest {
22
19
  export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetConfigCommand_base: {
25
- new (input: GetConfigCommandInput): import("@smithy/core/client").CommandImpl<GetConfigCommandInput, GetConfigCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetConfigCommandInput): import("@smithy/core/client").CommandImpl<GetConfigCommandInput, GetConfigCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetConfigCommandInput): import("@smithy/core/client").CommandImpl<GetConfigCommandInput, GetConfigCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetConfigCommandInput): import("@smithy/core/client").CommandImpl<GetConfigCommandInput, GetConfigCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { ListAvailableZonesRequest, ListAvailableZonesResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListAvailableZonesCommandInput extends ListAvailableZonesReques
22
19
  export interface ListAvailableZonesCommandOutput extends ListAvailableZonesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListAvailableZonesCommand_base: {
25
- new (input: ListAvailableZonesCommandInput): import("@smithy/core/client").CommandImpl<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListAvailableZonesCommandInput]): import("@smithy/core/client").CommandImpl<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListAvailableZonesCommandInput): import("@smithy/core/client").CommandImpl<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListAvailableZonesCommandInput]): import("@smithy/core/client").CommandImpl<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { ListHapgsRequest, ListHapgsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListHapgsCommandInput extends ListHapgsRequest {
22
19
  export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListHapgsCommand_base: {
25
- new (input: ListHapgsCommandInput): import("@smithy/core/client").CommandImpl<ListHapgsCommandInput, ListHapgsCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListHapgsCommandInput]): import("@smithy/core/client").CommandImpl<ListHapgsCommandInput, ListHapgsCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListHapgsCommandInput): import("@smithy/core/client").CommandImpl<ListHapgsCommandInput, ListHapgsCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListHapgsCommandInput]): import("@smithy/core/client").CommandImpl<ListHapgsCommandInput, ListHapgsCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { ListHsmsRequest, ListHsmsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListHsmsCommandInput extends ListHsmsRequest {
22
19
  export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListHsmsCommand_base: {
25
- new (input: ListHsmsCommandInput): import("@smithy/core/client").CommandImpl<ListHsmsCommandInput, ListHsmsCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListHsmsCommandInput]): import("@smithy/core/client").CommandImpl<ListHsmsCommandInput, ListHsmsCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListHsmsCommandInput): import("@smithy/core/client").CommandImpl<ListHsmsCommandInput, ListHsmsCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListHsmsCommandInput]): import("@smithy/core/client").CommandImpl<ListHsmsCommandInput, ListHsmsCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
2
  import type { ListLunaClientsRequest, ListLunaClientsResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListLunaClientsCommandInput extends ListLunaClientsRequest {
22
19
  export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListLunaClientsCommand_base: {
25
- new (input: ListLunaClientsCommandInput): import("@smithy/core/client").CommandImpl<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLunaClientsCommandInput]): import("@smithy/core/client").CommandImpl<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListLunaClientsCommandInput): import("@smithy/core/client").CommandImpl<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [ListLunaClientsCommandInput]): import("@smithy/core/client").CommandImpl<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, import("..").CloudHSMClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For