@aws-sdk/client-cloudhsm 3.1045.0 → 3.1046.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 (95) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +56 -57
  5. package/dist-cjs/models/CloudHSMServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/CloudHSM.js +1 -1
  10. package/dist-es/CloudHSMClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AddTagsToResourceCommand.js +2 -2
  13. package/dist-es/commands/CreateHapgCommand.js +2 -2
  14. package/dist-es/commands/CreateHsmCommand.js +2 -2
  15. package/dist-es/commands/CreateLunaClientCommand.js +2 -2
  16. package/dist-es/commands/DeleteHapgCommand.js +2 -2
  17. package/dist-es/commands/DeleteHsmCommand.js +2 -2
  18. package/dist-es/commands/DeleteLunaClientCommand.js +2 -2
  19. package/dist-es/commands/DescribeHapgCommand.js +2 -2
  20. package/dist-es/commands/DescribeHsmCommand.js +2 -2
  21. package/dist-es/commands/DescribeLunaClientCommand.js +2 -2
  22. package/dist-es/commands/GetConfigCommand.js +2 -2
  23. package/dist-es/commands/ListAvailableZonesCommand.js +2 -2
  24. package/dist-es/commands/ListHapgsCommand.js +2 -2
  25. package/dist-es/commands/ListHsmsCommand.js +2 -2
  26. package/dist-es/commands/ListLunaClientsCommand.js +2 -2
  27. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  28. package/dist-es/commands/ModifyHapgCommand.js +2 -2
  29. package/dist-es/commands/ModifyHsmCommand.js +2 -2
  30. package/dist-es/commands/ModifyLunaClientCommand.js +2 -2
  31. package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -2
  32. package/dist-es/endpoint/bdd.js +1 -1
  33. package/dist-es/endpoint/endpointResolver.js +1 -1
  34. package/dist-es/models/CloudHSMServiceException.js +1 -1
  35. package/dist-es/runtimeConfig.browser.js +4 -6
  36. package/dist-es/runtimeConfig.js +4 -8
  37. package/dist-es/runtimeConfig.shared.js +3 -4
  38. package/dist-es/runtimeExtensions.js +2 -2
  39. package/dist-types/CloudHSMClient.d.ts +5 -5
  40. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -4
  41. package/dist-types/commands/CreateHapgCommand.d.ts +6 -4
  42. package/dist-types/commands/CreateHsmCommand.d.ts +6 -4
  43. package/dist-types/commands/CreateLunaClientCommand.d.ts +6 -4
  44. package/dist-types/commands/DeleteHapgCommand.d.ts +6 -4
  45. package/dist-types/commands/DeleteHsmCommand.d.ts +6 -4
  46. package/dist-types/commands/DeleteLunaClientCommand.d.ts +6 -4
  47. package/dist-types/commands/DescribeHapgCommand.d.ts +6 -4
  48. package/dist-types/commands/DescribeHsmCommand.d.ts +6 -4
  49. package/dist-types/commands/DescribeLunaClientCommand.d.ts +6 -4
  50. package/dist-types/commands/GetConfigCommand.d.ts +6 -4
  51. package/dist-types/commands/ListAvailableZonesCommand.d.ts +6 -4
  52. package/dist-types/commands/ListHapgsCommand.d.ts +6 -4
  53. package/dist-types/commands/ListHsmsCommand.d.ts +6 -4
  54. package/dist-types/commands/ListLunaClientsCommand.d.ts +6 -4
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
  56. package/dist-types/commands/ModifyHapgCommand.d.ts +6 -4
  57. package/dist-types/commands/ModifyHsmCommand.d.ts +6 -4
  58. package/dist-types/commands/ModifyLunaClientCommand.d.ts +6 -4
  59. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -4
  60. package/dist-types/endpoint/bdd.d.ts +1 -1
  61. package/dist-types/extensionConfiguration.d.ts +1 -1
  62. package/dist-types/models/CloudHSMServiceException.d.ts +1 -1
  63. package/dist-types/models/errors.d.ts +1 -1
  64. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  65. package/dist-types/runtimeConfig.d.ts +2 -2
  66. package/dist-types/runtimeConfig.native.d.ts +2 -2
  67. package/dist-types/ts3.4/CloudHSMClient.d.ts +8 -14
  68. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +6 -4
  69. package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +6 -4
  70. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +6 -8
  71. package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +6 -4
  72. package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +6 -4
  73. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +6 -8
  74. package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +6 -4
  75. package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +6 -4
  76. package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +6 -4
  77. package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +6 -4
  78. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +6 -8
  79. package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +6 -4
  80. package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +6 -6
  81. package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +6 -6
  82. package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +6 -4
  83. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
  84. package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +6 -4
  85. package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +6 -8
  86. package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +6 -4
  87. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +6 -4
  88. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  89. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  90. package/dist-types/ts3.4/models/CloudHSMServiceException.d.ts +1 -1
  91. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  95. package/package.json +13 -34
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
4
  import type { ListHsmsRequest, ListHsmsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListHsmsCommandInput extends ListHsmsRequest {
22
22
  export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListHsmsCommand_base: {
25
- new (input: ListHsmsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHsmsCommandInput, ListHsmsCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListHsmsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListHsmsCommandInput, ListHsmsCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
4
  import type { ListLunaClientsRequest, ListLunaClientsResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListLunaClientsCommandInput extends ListLunaClientsRequest {
22
22
  export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListLunaClientsCommand_base: {
25
- new (input: ListLunaClientsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [ListLunaClientsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
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
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
4
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
22
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
4
  import type { ModifyHapgRequest, ModifyHapgResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyHapgCommandInput extends ModifyHapgRequest {
22
22
  export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyHapgCommand_base: {
25
- new (input: ModifyHapgCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyHapgCommandInput, ModifyHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyHapgCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyHapgCommandInput, ModifyHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyHapgCommandInput): import("@smithy/core/client").CommandImpl<ModifyHapgCommandInput, ModifyHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyHapgCommandInput): import("@smithy/core/client").CommandImpl<ModifyHapgCommandInput, ModifyHapgCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
4
  import type { ModifyHsmRequest, ModifyHsmResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyHsmCommandInput extends ModifyHsmRequest {
22
22
  export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyHsmCommand_base: {
25
- new (input: ModifyHsmCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyHsmCommandInput, ModifyHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyHsmCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyHsmCommandInput, ModifyHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyHsmCommandInput): import("@smithy/core/client").CommandImpl<ModifyHsmCommandInput, ModifyHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyHsmCommandInput): import("@smithy/core/client").CommandImpl<ModifyHsmCommandInput, ModifyHsmCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
4
  import type { ModifyLunaClientRequest, ModifyLunaClientResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface ModifyLunaClientCommandInput extends ModifyLunaClientRequest {
22
22
  export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse, __MetadataBearer {
23
23
  }
24
24
  declare const ModifyLunaClientCommand_base: {
25
- new (input: ModifyLunaClientCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyLunaClientCommandInput): import("@smithy/smithy-client").CommandImpl<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: ModifyLunaClientCommandInput): import("@smithy/core/client").CommandImpl<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ModifyLunaClientCommandInput): import("@smithy/core/client").CommandImpl<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
4
4
  import type { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResour
22
22
  export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResourceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const RemoveTagsFromResourceCommand_base: {
25
- new (input: RemoveTagsFromResourceCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: RemoveTagsFromResourceCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: RemoveTagsFromResourceCommandInput): import("@smithy/core/client").CommandImpl<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
@@ -1,2 +1,2 @@
1
- import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
1
+ import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
2
2
  export declare const bdd: BinaryDecisionDiagram;
@@ -1,5 +1,5 @@
1
1
  import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
2
- import type { HttpHandlerExtensionConfiguration } from "@smithy/protocol-http";
2
+ import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import type { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  /**
@@ -1,4 +1,4 @@
1
- import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/smithy-client";
1
+ import { type ServiceExceptionOptions as __ServiceExceptionOptions, ServiceException as __ServiceException } from "@smithy/core/client";
2
2
  export type { __ServiceExceptionOptions };
3
3
  export { __ServiceException };
4
4
  /**
@@ -1,4 +1,4 @@
1
- import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
1
+ import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
2
2
  import { CloudHSMServiceException as __BaseException } from "./CloudHSMServiceException";
3
3
  /**
4
4
  * <p>Indicates that an internal error occurred.</p>
@@ -5,13 +5,13 @@ import type { CloudHSMClientConfig } from "./CloudHSMClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
10
10
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
11
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
12
12
  maxAttempts: number | import("@smithy/types").Provider<number>;
13
13
  region: string | import("@smithy/types").Provider<any>;
14
- requestHandler: import("@smithy/protocol-http").HttpHandler<any> | RequestHandler;
14
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
16
  sha256: import("@smithy/types").HashConstructor;
17
17
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,14 +5,14 @@ import type { CloudHSMClientConfig } from "./CloudHSMClient";
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
7
7
  runtime: string;
8
- defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
8
+ defaultsMode: import("@smithy/types").Provider<import("@smithy/core/client").ResolvedDefaultsMode>;
9
9
  authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
10
10
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
11
  credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit) => import("@aws-sdk/credential-provider-node/dist-types/runtime/memoize-chain").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
12
12
  defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved) => Promise<import("@smithy/types").UserAgent>;
13
13
  maxAttempts: number | import("@smithy/types").Provider<number>;
14
14
  region: string | import("@smithy/types").Provider<string>;
15
- requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
15
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
17
  sha256: import("@smithy/types").HashConstructor;
18
18
  streamCollector: import("@smithy/types").StreamCollector;
@@ -5,7 +5,7 @@ import type { CloudHSMClientConfig } from "./CloudHSMClient";
5
5
  export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
6
6
  runtime: string;
7
7
  sha256: import("@smithy/types").HashConstructor;
8
- requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
8
+ requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
9
  cacheMiddleware?: boolean;
10
10
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsJson1_1Protocol;
11
11
  protocolSettings: {
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (config: CloudHSMClientConfig) => {
32
32
  retryMode: string | import("@smithy/types").Provider<string>;
33
33
  logger: import("@smithy/types").Logger;
34
34
  extensions: import("./runtimeExtensions").RuntimeExtension[];
35
- defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
35
+ defaultsMode: import("@smithy/core/client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
36
36
  customUserAgent?: string | import("@smithy/types").UserAgent;
37
37
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
38
38
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -6,25 +6,19 @@ import {
6
6
  UserAgentInputConfig,
7
7
  UserAgentResolvedConfig,
8
8
  } from "@aws-sdk/middleware-user-agent";
9
- import {
10
- RegionInputConfig,
11
- RegionResolvedConfig,
12
- } from "@smithy/config-resolver";
13
- import {
14
- EndpointInputConfig,
15
- EndpointResolvedConfig,
16
- } from "@smithy/middleware-endpoint";
17
- import {
18
- RetryInputConfig,
19
- RetryResolvedConfig,
20
- } from "@smithy/middleware-retry";
21
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
22
9
  import {
23
10
  DefaultsMode as __DefaultsMode,
24
11
  SmithyConfiguration as __SmithyConfiguration,
25
12
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
26
13
  Client as __Client,
27
- } from "@smithy/smithy-client";
14
+ } from "@smithy/core/client";
15
+ import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
16
+ import {
17
+ EndpointInputConfig,
18
+ EndpointResolvedConfig,
19
+ } from "@smithy/core/endpoints";
20
+ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
21
+ import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
28
22
  import {
29
23
  AwsCredentialIdentityProvider,
30
24
  BodyLengthCalculator as __BodyLengthCalculator,
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudHSMClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface AddTagsToResourceCommandOutput
19
19
  declare const AddTagsToResourceCommand_base: {
20
20
  new (
21
21
  input: AddTagsToResourceCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  AddTagsToResourceCommandInput,
24
24
  AddTagsToResourceCommandOutput,
25
25
  CloudHSMClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const AddTagsToResourceCommand_base: {
28
28
  >;
29
29
  new (
30
30
  input: AddTagsToResourceCommandInput
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  AddTagsToResourceCommandInput,
33
33
  AddTagsToResourceCommandOutput,
34
34
  CloudHSMClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class AddTagsToResourceCommand extends AddTagsToResourceCommand_base {
41
43
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudHSMClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface CreateHapgCommandOutput
15
15
  declare const CreateHapgCommand_base: {
16
16
  new (
17
17
  input: CreateHapgCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  CreateHapgCommandInput,
20
20
  CreateHapgCommandOutput,
21
21
  CloudHSMClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const CreateHapgCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: CreateHapgCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  CreateHapgCommandInput,
29
29
  CreateHapgCommandOutput,
30
30
  CloudHSMClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class CreateHapgCommand extends CreateHapgCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudHSMClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface CreateHsmCommandOutput
13
13
  extends CreateHsmResponse,
14
14
  __MetadataBearer {}
15
15
  declare const CreateHsmCommand_base: {
16
- new (
17
- input: CreateHsmCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: CreateHsmCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  CreateHsmCommandInput,
20
18
  CreateHsmCommandOutput,
21
19
  CloudHSMClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: CreateHsmCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: CreateHsmCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  CreateHsmCommandInput,
29
25
  CreateHsmCommandOutput,
30
26
  CloudHSMClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class CreateHsmCommand extends CreateHsmCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudHSMClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface CreateLunaClientCommandOutput
18
18
  declare const CreateLunaClientCommand_base: {
19
19
  new (
20
20
  input: CreateLunaClientCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  CreateLunaClientCommandInput,
23
23
  CreateLunaClientCommandOutput,
24
24
  CloudHSMClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const CreateLunaClientCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: CreateLunaClientCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  CreateLunaClientCommandInput,
32
32
  CreateLunaClientCommandOutput,
33
33
  CloudHSMClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class CreateLunaClientCommand extends CreateLunaClientCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudHSMClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DeleteHapgCommandOutput
15
15
  declare const DeleteHapgCommand_base: {
16
16
  new (
17
17
  input: DeleteHapgCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteHapgCommandInput,
20
20
  DeleteHapgCommandOutput,
21
21
  CloudHSMClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DeleteHapgCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DeleteHapgCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DeleteHapgCommandInput,
29
29
  DeleteHapgCommandOutput,
30
30
  CloudHSMClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DeleteHapgCommand extends DeleteHapgCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudHSMClientResolvedConfig,
@@ -13,25 +13,23 @@ export interface DeleteHsmCommandOutput
13
13
  extends DeleteHsmResponse,
14
14
  __MetadataBearer {}
15
15
  declare const DeleteHsmCommand_base: {
16
- new (
17
- input: DeleteHsmCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
16
+ new (input: DeleteHsmCommandInput): import("@smithy/core/client").CommandImpl<
19
17
  DeleteHsmCommandInput,
20
18
  DeleteHsmCommandOutput,
21
19
  CloudHSMClientResolvedConfig,
22
20
  ServiceInputTypes,
23
21
  ServiceOutputTypes
24
22
  >;
25
- new (
26
- input: DeleteHsmCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
23
+ new (input: DeleteHsmCommandInput): import("@smithy/core/client").CommandImpl<
28
24
  DeleteHsmCommandInput,
29
25
  DeleteHsmCommandOutput,
30
26
  CloudHSMClientResolvedConfig,
31
27
  ServiceInputTypes,
32
28
  ServiceOutputTypes
33
29
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
30
+ getEndpointParameterInstructions(): {
31
+ [x: string]: unknown;
32
+ };
35
33
  };
36
34
  export declare class DeleteHsmCommand extends DeleteHsmCommand_base {
37
35
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudHSMClientResolvedConfig,
@@ -18,7 +18,7 @@ export interface DeleteLunaClientCommandOutput
18
18
  declare const DeleteLunaClientCommand_base: {
19
19
  new (
20
20
  input: DeleteLunaClientCommandInput
21
- ): import("@smithy/smithy-client").CommandImpl<
21
+ ): import("@smithy/core/client").CommandImpl<
22
22
  DeleteLunaClientCommandInput,
23
23
  DeleteLunaClientCommandOutput,
24
24
  CloudHSMClientResolvedConfig,
@@ -27,14 +27,16 @@ declare const DeleteLunaClientCommand_base: {
27
27
  >;
28
28
  new (
29
29
  input: DeleteLunaClientCommandInput
30
- ): import("@smithy/smithy-client").CommandImpl<
30
+ ): import("@smithy/core/client").CommandImpl<
31
31
  DeleteLunaClientCommandInput,
32
32
  DeleteLunaClientCommandOutput,
33
33
  CloudHSMClientResolvedConfig,
34
34
  ServiceInputTypes,
35
35
  ServiceOutputTypes
36
36
  >;
37
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
37
+ getEndpointParameterInstructions(): {
38
+ [x: string]: unknown;
39
+ };
38
40
  };
39
41
  export declare class DeleteLunaClientCommand extends DeleteLunaClientCommand_base {
40
42
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudHSMClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DescribeHapgCommandOutput
15
15
  declare const DescribeHapgCommand_base: {
16
16
  new (
17
17
  input: DescribeHapgCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DescribeHapgCommandInput,
20
20
  DescribeHapgCommandOutput,
21
21
  CloudHSMClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DescribeHapgCommand_base: {
24
24
  >;
25
25
  new (
26
26
  input: DescribeHapgCommandInput
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DescribeHapgCommandInput,
29
29
  DescribeHapgCommandOutput,
30
30
  CloudHSMClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DescribeHapgCommand extends DescribeHapgCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudHSMClientResolvedConfig,
@@ -15,7 +15,7 @@ export interface DescribeHsmCommandOutput
15
15
  declare const DescribeHsmCommand_base: {
16
16
  new (
17
17
  input: DescribeHsmCommandInput
18
- ): import("@smithy/smithy-client").CommandImpl<
18
+ ): import("@smithy/core/client").CommandImpl<
19
19
  DescribeHsmCommandInput,
20
20
  DescribeHsmCommandOutput,
21
21
  CloudHSMClientResolvedConfig,
@@ -24,14 +24,16 @@ declare const DescribeHsmCommand_base: {
24
24
  >;
25
25
  new (
26
26
  ...[input]: [] | [DescribeHsmCommandInput]
27
- ): import("@smithy/smithy-client").CommandImpl<
27
+ ): import("@smithy/core/client").CommandImpl<
28
28
  DescribeHsmCommandInput,
29
29
  DescribeHsmCommandOutput,
30
30
  CloudHSMClientResolvedConfig,
31
31
  ServiceInputTypes,
32
32
  ServiceOutputTypes
33
33
  >;
34
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
+ getEndpointParameterInstructions(): {
35
+ [x: string]: unknown;
36
+ };
35
37
  };
36
38
  export declare class DescribeHsmCommand extends DescribeHsmCommand_base {
37
39
  protected static __types: {
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  CloudHSMClientResolvedConfig,
@@ -19,7 +19,7 @@ export interface DescribeLunaClientCommandOutput
19
19
  declare const DescribeLunaClientCommand_base: {
20
20
  new (
21
21
  input: DescribeLunaClientCommandInput
22
- ): import("@smithy/smithy-client").CommandImpl<
22
+ ): import("@smithy/core/client").CommandImpl<
23
23
  DescribeLunaClientCommandInput,
24
24
  DescribeLunaClientCommandOutput,
25
25
  CloudHSMClientResolvedConfig,
@@ -28,14 +28,16 @@ declare const DescribeLunaClientCommand_base: {
28
28
  >;
29
29
  new (
30
30
  ...[input]: [] | [DescribeLunaClientCommandInput]
31
- ): import("@smithy/smithy-client").CommandImpl<
31
+ ): import("@smithy/core/client").CommandImpl<
32
32
  DescribeLunaClientCommandInput,
33
33
  DescribeLunaClientCommandOutput,
34
34
  CloudHSMClientResolvedConfig,
35
35
  ServiceInputTypes,
36
36
  ServiceOutputTypes
37
37
  >;
38
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
+ getEndpointParameterInstructions(): {
39
+ [x: string]: unknown;
40
+ };
39
41
  };
40
42
  export declare class DescribeLunaClientCommand extends DescribeLunaClientCommand_base {
41
43
  protected static __types: {