@aws-sdk/client-cloudhsm 3.337.0 → 3.341.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 (93) hide show
  1. package/dist-cjs/CloudHSMClient.js +2 -1
  2. package/dist-cjs/commands/AddTagsToResourceCommand.js +2 -1
  3. package/dist-cjs/commands/CreateHapgCommand.js +2 -1
  4. package/dist-cjs/commands/CreateHsmCommand.js +2 -1
  5. package/dist-cjs/commands/CreateLunaClientCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteHapgCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteHsmCommand.js +2 -1
  8. package/dist-cjs/commands/DeleteLunaClientCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeHapgCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeHsmCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeLunaClientCommand.js +2 -1
  12. package/dist-cjs/commands/GetConfigCommand.js +2 -1
  13. package/dist-cjs/commands/ListAvailableZonesCommand.js +2 -1
  14. package/dist-cjs/commands/ListHapgsCommand.js +2 -1
  15. package/dist-cjs/commands/ListHsmsCommand.js +2 -1
  16. package/dist-cjs/commands/ListLunaClientsCommand.js +2 -1
  17. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
  18. package/dist-cjs/commands/ModifyHapgCommand.js +2 -1
  19. package/dist-cjs/commands/ModifyHsmCommand.js +2 -1
  20. package/dist-cjs/commands/ModifyLunaClientCommand.js +2 -1
  21. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +2 -1
  22. package/dist-cjs/index.js +1 -1
  23. package/dist-cjs/models/CloudHSMServiceException.js +2 -1
  24. package/dist-es/CloudHSMClient.js +1 -0
  25. package/dist-es/commands/AddTagsToResourceCommand.js +1 -0
  26. package/dist-es/commands/CreateHapgCommand.js +1 -0
  27. package/dist-es/commands/CreateHsmCommand.js +1 -0
  28. package/dist-es/commands/CreateLunaClientCommand.js +1 -0
  29. package/dist-es/commands/DeleteHapgCommand.js +1 -0
  30. package/dist-es/commands/DeleteHsmCommand.js +1 -0
  31. package/dist-es/commands/DeleteLunaClientCommand.js +1 -0
  32. package/dist-es/commands/DescribeHapgCommand.js +1 -0
  33. package/dist-es/commands/DescribeHsmCommand.js +1 -0
  34. package/dist-es/commands/DescribeLunaClientCommand.js +1 -0
  35. package/dist-es/commands/GetConfigCommand.js +1 -0
  36. package/dist-es/commands/ListAvailableZonesCommand.js +1 -0
  37. package/dist-es/commands/ListHapgsCommand.js +1 -0
  38. package/dist-es/commands/ListHsmsCommand.js +1 -0
  39. package/dist-es/commands/ListLunaClientsCommand.js +1 -0
  40. package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
  41. package/dist-es/commands/ModifyHapgCommand.js +1 -0
  42. package/dist-es/commands/ModifyHsmCommand.js +1 -0
  43. package/dist-es/commands/ModifyLunaClientCommand.js +1 -0
  44. package/dist-es/commands/RemoveTagsFromResourceCommand.js +1 -0
  45. package/dist-es/index.js +1 -1
  46. package/dist-es/models/CloudHSMServiceException.js +1 -0
  47. package/dist-types/CloudHSMClient.d.ts +3 -3
  48. package/dist-types/commands/AddTagsToResourceCommand.d.ts +4 -0
  49. package/dist-types/commands/CreateHapgCommand.d.ts +4 -0
  50. package/dist-types/commands/CreateHsmCommand.d.ts +4 -0
  51. package/dist-types/commands/CreateLunaClientCommand.d.ts +4 -0
  52. package/dist-types/commands/DeleteHapgCommand.d.ts +4 -0
  53. package/dist-types/commands/DeleteHsmCommand.d.ts +4 -0
  54. package/dist-types/commands/DeleteLunaClientCommand.d.ts +4 -0
  55. package/dist-types/commands/DescribeHapgCommand.d.ts +4 -0
  56. package/dist-types/commands/DescribeHsmCommand.d.ts +4 -0
  57. package/dist-types/commands/DescribeLunaClientCommand.d.ts +4 -0
  58. package/dist-types/commands/GetConfigCommand.d.ts +4 -0
  59. package/dist-types/commands/ListAvailableZonesCommand.d.ts +4 -0
  60. package/dist-types/commands/ListHapgsCommand.d.ts +4 -0
  61. package/dist-types/commands/ListHsmsCommand.d.ts +4 -0
  62. package/dist-types/commands/ListLunaClientsCommand.d.ts +4 -0
  63. package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
  64. package/dist-types/commands/ModifyHapgCommand.d.ts +4 -0
  65. package/dist-types/commands/ModifyHsmCommand.d.ts +4 -0
  66. package/dist-types/commands/ModifyLunaClientCommand.d.ts +4 -0
  67. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +4 -0
  68. package/dist-types/index.d.ts +16 -1
  69. package/dist-types/models/CloudHSMServiceException.d.ts +1 -0
  70. package/dist-types/ts3.4/CloudHSMClient.d.ts +3 -3
  71. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +1 -0
  72. package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +1 -0
  73. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +1 -0
  74. package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +1 -0
  75. package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +1 -0
  76. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +1 -0
  77. package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +1 -0
  78. package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +1 -0
  79. package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +1 -0
  80. package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +1 -0
  81. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +1 -0
  82. package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +1 -0
  83. package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +1 -0
  84. package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +1 -0
  85. package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +1 -0
  86. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/index.d.ts +1 -1
  92. package/dist-types/ts3.4/models/CloudHSMServiceException.d.ts +1 -0
  93. package/package.json +28 -28
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { DeleteLunaClientRequest, DeleteLunaClientResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { DescribeHapgRequest, DescribeHapgResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { DescribeHsmRequest, DescribeHsmResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { DescribeLunaClientRequest, DescribeLunaClientResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { ListAvailableZonesRequest, ListAvailableZonesResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { ListHapgsRequest, ListHapgsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { ListHsmsRequest, ListHsmsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { ListLunaClientsRequest, ListLunaClientsResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { ModifyHapgRequest, ModifyHapgResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { ModifyHsmRequest, ModifyHsmResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { ModifyLunaClientRequest, ModifyLunaClientResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
5
5
  import { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResponse } from "../models/models_0";
6
+ /**
7
+ * @public
8
+ */
9
+ export { __MetadataBearer, $Command };
6
10
  /**
7
11
  * @public
8
12
  *
@@ -1,5 +1,20 @@
1
- export * from "./CloudHSM";
1
+ /**
2
+ * <fullname>AWS CloudHSM Service</fullname>
3
+ * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
4
+ * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
5
+ * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
6
+ * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
7
+ * <p>
8
+ * <b>For information about the current version of AWS
9
+ * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
10
+ * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
11
+ * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
12
+ * Reference</a>.</p>
13
+ *
14
+ * @packageDocumentation
15
+ */
2
16
  export * from "./CloudHSMClient";
17
+ export * from "./CloudHSM";
3
18
  export * from "./commands";
4
19
  export * from "./models";
5
20
  export { CloudHSMServiceException } from "./models/CloudHSMServiceException";
@@ -1,4 +1,5 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
+ export { __ServiceException, __ServiceExceptionOptions };
2
3
  /**
3
4
  * @public
4
5
  *
@@ -131,6 +131,7 @@ import {
131
131
  ClientResolvedEndpointParameters,
132
132
  EndpointParameters,
133
133
  } from "./endpoint/EndpointParameters";
134
+ export { __Client };
134
135
  export type ServiceInputTypes =
135
136
  | AddTagsToResourceCommandInput
136
137
  | CreateHapgCommandInput
@@ -197,7 +198,7 @@ export interface ClientDefaults
197
198
  logger?: __Logger;
198
199
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
199
200
  }
200
- type CloudHSMClientConfigType = Partial<
201
+ export type CloudHSMClientConfigType = Partial<
201
202
  __SmithyConfiguration<__HttpHandlerOptions>
202
203
  > &
203
204
  ClientDefaults &
@@ -209,7 +210,7 @@ type CloudHSMClientConfigType = Partial<
209
210
  UserAgentInputConfig &
210
211
  ClientInputEndpointParameters;
211
212
  export interface CloudHSMClientConfig extends CloudHSMClientConfigType {}
212
- type CloudHSMClientResolvedConfigType =
213
+ export type CloudHSMClientResolvedConfigType =
213
214
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
214
215
  Required<ClientDefaults> &
215
216
  RegionResolvedConfig &
@@ -231,4 +232,3 @@ export declare class CloudHSMClient extends __Client<
231
232
  constructor(configuration: CloudHSMClientConfig);
232
233
  destroy(): void;
233
234
  }
234
- export {};
@@ -15,6 +15,7 @@ import {
15
15
  AddTagsToResourceRequest,
16
16
  AddTagsToResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface AddTagsToResourceCommandInput
19
20
  extends AddTagsToResourceRequest {}
20
21
  export interface AddTagsToResourceCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudHSMClient";
14
14
  import { CreateHapgRequest, CreateHapgResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateHapgCommandInput extends CreateHapgRequest {}
16
17
  export interface CreateHapgCommandOutput
17
18
  extends CreateHapgResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudHSMClient";
14
14
  import { CreateHsmRequest, CreateHsmResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface CreateHsmCommandInput extends CreateHsmRequest {}
16
17
  export interface CreateHsmCommandOutput
17
18
  extends CreateHsmResponse,
@@ -15,6 +15,7 @@ import {
15
15
  CreateLunaClientRequest,
16
16
  CreateLunaClientResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface CreateLunaClientCommandInput extends CreateLunaClientRequest {}
19
20
  export interface CreateLunaClientCommandOutput
20
21
  extends CreateLunaClientResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudHSMClient";
14
14
  import { DeleteHapgRequest, DeleteHapgResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteHapgCommandInput extends DeleteHapgRequest {}
16
17
  export interface DeleteHapgCommandOutput
17
18
  extends DeleteHapgResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudHSMClient";
14
14
  import { DeleteHsmRequest, DeleteHsmResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DeleteHsmCommandInput extends DeleteHsmRequest {}
16
17
  export interface DeleteHsmCommandOutput
17
18
  extends DeleteHsmResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DeleteLunaClientRequest,
16
16
  DeleteLunaClientResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DeleteLunaClientCommandInput extends DeleteLunaClientRequest {}
19
20
  export interface DeleteLunaClientCommandOutput
20
21
  extends DeleteLunaClientResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudHSMClient";
14
14
  import { DescribeHapgRequest, DescribeHapgResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeHapgCommandInput extends DescribeHapgRequest {}
16
17
  export interface DescribeHapgCommandOutput
17
18
  extends DescribeHapgResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudHSMClient";
14
14
  import { DescribeHsmRequest, DescribeHsmResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface DescribeHsmCommandInput extends DescribeHsmRequest {}
16
17
  export interface DescribeHsmCommandOutput
17
18
  extends DescribeHsmResponse,
@@ -15,6 +15,7 @@ import {
15
15
  DescribeLunaClientRequest,
16
16
  DescribeLunaClientResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface DescribeLunaClientCommandInput
19
20
  extends DescribeLunaClientRequest {}
20
21
  export interface DescribeLunaClientCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudHSMClient";
14
14
  import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface GetConfigCommandInput extends GetConfigRequest {}
16
17
  export interface GetConfigCommandOutput
17
18
  extends GetConfigResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListAvailableZonesRequest,
16
16
  ListAvailableZonesResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListAvailableZonesCommandInput
19
20
  extends ListAvailableZonesRequest {}
20
21
  export interface ListAvailableZonesCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudHSMClient";
14
14
  import { ListHapgsRequest, ListHapgsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListHapgsCommandInput extends ListHapgsRequest {}
16
17
  export interface ListHapgsCommandOutput
17
18
  extends ListHapgsResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudHSMClient";
14
14
  import { ListHsmsRequest, ListHsmsResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ListHsmsCommandInput extends ListHsmsRequest {}
16
17
  export interface ListHsmsCommandOutput
17
18
  extends ListHsmsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListLunaClientsRequest,
16
16
  ListLunaClientsResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListLunaClientsCommandInput extends ListLunaClientsRequest {}
19
20
  export interface ListLunaClientsCommandOutput
20
21
  extends ListLunaClientsResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ListTagsForResourceRequest,
16
16
  ListTagsForResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ListTagsForResourceCommandInput
19
20
  extends ListTagsForResourceRequest {}
20
21
  export interface ListTagsForResourceCommandOutput
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudHSMClient";
14
14
  import { ModifyHapgRequest, ModifyHapgResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ModifyHapgCommandInput extends ModifyHapgRequest {}
16
17
  export interface ModifyHapgCommandOutput
17
18
  extends ModifyHapgResponse,
@@ -12,6 +12,7 @@ import {
12
12
  ServiceOutputTypes,
13
13
  } from "../CloudHSMClient";
14
14
  import { ModifyHsmRequest, ModifyHsmResponse } from "../models/models_0";
15
+ export { __MetadataBearer, $Command };
15
16
  export interface ModifyHsmCommandInput extends ModifyHsmRequest {}
16
17
  export interface ModifyHsmCommandOutput
17
18
  extends ModifyHsmResponse,
@@ -15,6 +15,7 @@ import {
15
15
  ModifyLunaClientRequest,
16
16
  ModifyLunaClientResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface ModifyLunaClientCommandInput extends ModifyLunaClientRequest {}
19
20
  export interface ModifyLunaClientCommandOutput
20
21
  extends ModifyLunaClientResponse,
@@ -15,6 +15,7 @@ import {
15
15
  RemoveTagsFromResourceRequest,
16
16
  RemoveTagsFromResourceResponse,
17
17
  } from "../models/models_0";
18
+ export { __MetadataBearer, $Command };
18
19
  export interface RemoveTagsFromResourceCommandInput
19
20
  extends RemoveTagsFromResourceRequest {}
20
21
  export interface RemoveTagsFromResourceCommandOutput
@@ -1,5 +1,5 @@
1
- export * from "./CloudHSM";
2
1
  export * from "./CloudHSMClient";
2
+ export * from "./CloudHSM";
3
3
  export * from "./commands";
4
4
  export * from "./models";
5
5
  export { CloudHSMServiceException } from "./models/CloudHSMServiceException";
@@ -2,6 +2,7 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
+ export { __ServiceException, __ServiceExceptionOptions };
5
6
  export declare class CloudHSMServiceException extends __ServiceException {
6
7
  constructor(options: __ServiceExceptionOptions);
7
8
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudhsm",
3
3
  "description": "AWS SDK for JavaScript Cloudhsm Client for Node.js, Browser and React Native",
4
- "version": "3.337.0",
4
+ "version": "3.341.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.337.0",
25
- "@aws-sdk/config-resolver": "3.337.0",
26
- "@aws-sdk/credential-provider-node": "3.337.0",
27
- "@aws-sdk/fetch-http-handler": "3.337.0",
28
- "@aws-sdk/hash-node": "3.337.0",
29
- "@aws-sdk/invalid-dependency": "3.337.0",
30
- "@aws-sdk/middleware-content-length": "3.337.0",
31
- "@aws-sdk/middleware-endpoint": "3.337.0",
32
- "@aws-sdk/middleware-host-header": "3.337.0",
33
- "@aws-sdk/middleware-logger": "3.337.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
- "@aws-sdk/middleware-retry": "3.337.0",
36
- "@aws-sdk/middleware-serde": "3.337.0",
37
- "@aws-sdk/middleware-signing": "3.337.0",
38
- "@aws-sdk/middleware-stack": "3.337.0",
39
- "@aws-sdk/middleware-user-agent": "3.337.0",
40
- "@aws-sdk/node-config-provider": "3.337.0",
41
- "@aws-sdk/node-http-handler": "3.337.0",
42
- "@aws-sdk/smithy-client": "3.337.0",
43
- "@aws-sdk/types": "3.337.0",
44
- "@aws-sdk/url-parser": "3.337.0",
24
+ "@aws-sdk/client-sts": "3.341.0",
25
+ "@aws-sdk/config-resolver": "3.341.0",
26
+ "@aws-sdk/credential-provider-node": "3.341.0",
27
+ "@aws-sdk/fetch-http-handler": "3.341.0",
28
+ "@aws-sdk/hash-node": "3.341.0",
29
+ "@aws-sdk/invalid-dependency": "3.341.0",
30
+ "@aws-sdk/middleware-content-length": "3.341.0",
31
+ "@aws-sdk/middleware-endpoint": "3.341.0",
32
+ "@aws-sdk/middleware-host-header": "3.341.0",
33
+ "@aws-sdk/middleware-logger": "3.341.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.341.0",
35
+ "@aws-sdk/middleware-retry": "3.341.0",
36
+ "@aws-sdk/middleware-serde": "3.341.0",
37
+ "@aws-sdk/middleware-signing": "3.341.0",
38
+ "@aws-sdk/middleware-stack": "3.341.0",
39
+ "@aws-sdk/middleware-user-agent": "3.341.0",
40
+ "@aws-sdk/node-config-provider": "3.341.0",
41
+ "@aws-sdk/node-http-handler": "3.341.0",
42
+ "@aws-sdk/smithy-client": "3.341.0",
43
+ "@aws-sdk/types": "3.341.0",
44
+ "@aws-sdk/url-parser": "3.341.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
- "@aws-sdk/util-endpoints": "3.337.0",
51
- "@aws-sdk/util-retry": "3.337.0",
52
- "@aws-sdk/util-user-agent-browser": "3.337.0",
53
- "@aws-sdk/util-user-agent-node": "3.337.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.341.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.341.0",
50
+ "@aws-sdk/util-endpoints": "3.341.0",
51
+ "@aws-sdk/util-retry": "3.341.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.341.0",
53
+ "@aws-sdk/util-user-agent-node": "3.341.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",