@aws-sdk/client-cloudhsm 3.36.0 → 3.39.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 (67) hide show
  1. package/CHANGELOG.md +42 -0
  2. package/dist-cjs/CloudHSM.js +0 -13
  3. package/dist-cjs/CloudHSMClient.js +0 -18
  4. package/dist-cjs/commands/AddTagsToResourceCommand.js +0 -36
  5. package/dist-cjs/commands/CreateHapgCommand.js +0 -35
  6. package/dist-cjs/commands/CreateHsmCommand.js +0 -43
  7. package/dist-cjs/commands/CreateLunaClientCommand.js +0 -34
  8. package/dist-cjs/commands/DeleteHapgCommand.js +0 -34
  9. package/dist-cjs/commands/DeleteHsmCommand.js +0 -35
  10. package/dist-cjs/commands/DeleteLunaClientCommand.js +0 -34
  11. package/dist-cjs/commands/DescribeHapgCommand.js +0 -34
  12. package/dist-cjs/commands/DescribeHsmCommand.js +0 -35
  13. package/dist-cjs/commands/DescribeLunaClientCommand.js +0 -34
  14. package/dist-cjs/commands/GetConfigCommand.js +0 -35
  15. package/dist-cjs/commands/ListAvailableZonesCommand.js +0 -34
  16. package/dist-cjs/commands/ListHapgsCommand.js +0 -38
  17. package/dist-cjs/commands/ListHsmsCommand.js +0 -39
  18. package/dist-cjs/commands/ListLunaClientsCommand.js +0 -38
  19. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -34
  20. package/dist-cjs/commands/ModifyHapgCommand.js +0 -34
  21. package/dist-cjs/commands/ModifyHsmCommand.js +0 -40
  22. package/dist-cjs/commands/ModifyLunaClientCommand.js +0 -36
  23. package/dist-cjs/commands/RemoveTagsFromResourceCommand.js +0 -36
  24. package/dist-cjs/commands/index.js +23 -0
  25. package/dist-cjs/endpoints.js +6 -1
  26. package/dist-cjs/index.js +3 -22
  27. package/dist-cjs/models/models_0.js +0 -132
  28. package/dist-cjs/protocols/Aws_json1_1.js +0 -5
  29. package/dist-cjs/runtimeConfig.browser.js +1 -5
  30. package/dist-cjs/runtimeConfig.js +1 -5
  31. package/dist-cjs/runtimeConfig.native.js +0 -3
  32. package/dist-cjs/runtimeConfig.shared.js +0 -3
  33. package/dist-es/commands/index.js +20 -0
  34. package/dist-es/endpoints.js +6 -1
  35. package/dist-es/index.js +3 -22
  36. package/dist-types/commands/index.d.ts +20 -0
  37. package/dist-types/index.d.ts +3 -22
  38. package/dist-types/ts3.4/CloudHSM.d.ts +21 -311
  39. package/dist-types/ts3.4/CloudHSMClient.d.ts +24 -99
  40. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +2 -32
  41. package/dist-types/ts3.4/commands/CreateHapgCommand.d.ts +2 -31
  42. package/dist-types/ts3.4/commands/CreateHsmCommand.d.ts +2 -39
  43. package/dist-types/ts3.4/commands/CreateLunaClientCommand.d.ts +2 -30
  44. package/dist-types/ts3.4/commands/DeleteHapgCommand.d.ts +2 -30
  45. package/dist-types/ts3.4/commands/DeleteHsmCommand.d.ts +2 -31
  46. package/dist-types/ts3.4/commands/DeleteLunaClientCommand.d.ts +2 -30
  47. package/dist-types/ts3.4/commands/DescribeHapgCommand.d.ts +2 -30
  48. package/dist-types/ts3.4/commands/DescribeHsmCommand.d.ts +2 -31
  49. package/dist-types/ts3.4/commands/DescribeLunaClientCommand.d.ts +2 -30
  50. package/dist-types/ts3.4/commands/GetConfigCommand.d.ts +2 -31
  51. package/dist-types/ts3.4/commands/ListAvailableZonesCommand.d.ts +2 -30
  52. package/dist-types/ts3.4/commands/ListHapgsCommand.d.ts +2 -34
  53. package/dist-types/ts3.4/commands/ListHsmsCommand.d.ts +2 -35
  54. package/dist-types/ts3.4/commands/ListLunaClientsCommand.d.ts +2 -34
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -30
  56. package/dist-types/ts3.4/commands/ModifyHapgCommand.d.ts +2 -30
  57. package/dist-types/ts3.4/commands/ModifyHsmCommand.d.ts +2 -36
  58. package/dist-types/ts3.4/commands/ModifyLunaClientCommand.d.ts +2 -32
  59. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +2 -32
  60. package/dist-types/ts3.4/commands/index.d.ts +20 -0
  61. package/dist-types/ts3.4/index.d.ts +3 -22
  62. package/dist-types/ts3.4/models/models_0.d.ts +172 -565
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  67. package/package.json +32 -32
@@ -6,40 +6,11 @@ export interface CreateHapgCommandInput extends CreateHapgRequest {
6
6
  }
7
7
  export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Creates a high-availability partition group. A high-availability partition group is a
21
- * group of partitions that spans multiple physical HSMs.</p>
22
- * @example
23
- * Use a bare-bones client and the command you need to make an API call.
24
- * ```javascript
25
- * import { CloudHSMClient, CreateHapgCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
26
- * // const { CloudHSMClient, CreateHapgCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
27
- * const client = new CloudHSMClient(config);
28
- * const command = new CreateHapgCommand(input);
29
- * const response = await client.send(command);
30
- * ```
31
- *
32
- * @see {@link CreateHapgCommandInput} for command's `input` shape.
33
- * @see {@link CreateHapgCommandOutput} for command's `response` shape.
34
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
35
- *
36
- */
9
+
37
10
  export declare class CreateHapgCommand extends $Command<CreateHapgCommandInput, CreateHapgCommandOutput, CloudHSMClientResolvedConfig> {
38
11
  readonly input: CreateHapgCommandInput;
39
12
  constructor(input: CreateHapgCommandInput);
40
- /**
41
- * @internal
42
- */
13
+
43
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHapgCommandInput, CreateHapgCommandOutput>;
44
15
  private serialize;
45
16
  private deserialize;
@@ -6,48 +6,11 @@ export interface CreateHsmCommandInput extends CreateHsmRequest {
6
6
  }
7
7
  export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Creates an uninitialized HSM instance.</p>
21
- * <p>There is an upfront fee charged for each HSM instance that you create with the
22
- * <code>CreateHsm</code> operation. If you accidentally provision an HSM and want to request a
23
- * refund, delete the instance using the <a>DeleteHsm</a> operation, go to the <a href="https://console.aws.amazon.com/support/home">AWS Support Center</a>, create a new case, and select
24
- * <b>Account and Billing Support</b>.</p>
25
- * <important>
26
- * <p>It can take up to 20 minutes to create and provision an HSM. You can monitor the
27
- * status of the HSM with the <a>DescribeHsm</a> operation. The HSM is ready to be
28
- * initialized when the status changes to <code>RUNNING</code>.</p>
29
- * </important>
30
- * @example
31
- * Use a bare-bones client and the command you need to make an API call.
32
- * ```javascript
33
- * import { CloudHSMClient, CreateHsmCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
34
- * // const { CloudHSMClient, CreateHsmCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
35
- * const client = new CloudHSMClient(config);
36
- * const command = new CreateHsmCommand(input);
37
- * const response = await client.send(command);
38
- * ```
39
- *
40
- * @see {@link CreateHsmCommandInput} for command's `input` shape.
41
- * @see {@link CreateHsmCommandOutput} for command's `response` shape.
42
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
43
- *
44
- */
9
+
45
10
  export declare class CreateHsmCommand extends $Command<CreateHsmCommandInput, CreateHsmCommandOutput, CloudHSMClientResolvedConfig> {
46
11
  readonly input: CreateHsmCommandInput;
47
12
  constructor(input: CreateHsmCommandInput);
48
- /**
49
- * @internal
50
- */
13
+
51
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateHsmCommandInput, CreateHsmCommandOutput>;
52
15
  private serialize;
53
16
  private deserialize;
@@ -6,39 +6,11 @@ export interface CreateLunaClientCommandInput extends CreateLunaClientRequest {
6
6
  }
7
7
  export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Creates an HSM client.</p>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { CloudHSMClient, CreateLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
25
- * // const { CloudHSMClient, CreateLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
26
- * const client = new CloudHSMClient(config);
27
- * const command = new CreateLunaClientCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link CreateLunaClientCommandInput} for command's `input` shape.
32
- * @see {@link CreateLunaClientCommandOutput} for command's `response` shape.
33
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
9
+
36
10
  export declare class CreateLunaClientCommand extends $Command<CreateLunaClientCommandInput, CreateLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
37
11
  readonly input: CreateLunaClientCommandInput;
38
12
  constructor(input: CreateLunaClientCommandInput);
39
- /**
40
- * @internal
41
- */
13
+
42
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateLunaClientCommandInput, CreateLunaClientCommandOutput>;
43
15
  private serialize;
44
16
  private deserialize;
@@ -6,39 +6,11 @@ export interface DeleteHapgCommandInput extends DeleteHapgRequest {
6
6
  }
7
7
  export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Deletes a high-availability partition group.</p>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { CloudHSMClient, DeleteHapgCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
25
- * // const { CloudHSMClient, DeleteHapgCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
26
- * const client = new CloudHSMClient(config);
27
- * const command = new DeleteHapgCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link DeleteHapgCommandInput} for command's `input` shape.
32
- * @see {@link DeleteHapgCommandOutput} for command's `response` shape.
33
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
9
+
36
10
  export declare class DeleteHapgCommand extends $Command<DeleteHapgCommandInput, DeleteHapgCommandOutput, CloudHSMClientResolvedConfig> {
37
11
  readonly input: DeleteHapgCommandInput;
38
12
  constructor(input: DeleteHapgCommandInput);
39
- /**
40
- * @internal
41
- */
13
+
42
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHapgCommandInput, DeleteHapgCommandOutput>;
43
15
  private serialize;
44
16
  private deserialize;
@@ -6,40 +6,11 @@ export interface DeleteHsmCommandInput extends DeleteHsmRequest {
6
6
  }
7
7
  export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Deletes an HSM. After completion, this operation cannot be undone and your key material
21
- * cannot be recovered.</p>
22
- * @example
23
- * Use a bare-bones client and the command you need to make an API call.
24
- * ```javascript
25
- * import { CloudHSMClient, DeleteHsmCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
26
- * // const { CloudHSMClient, DeleteHsmCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
27
- * const client = new CloudHSMClient(config);
28
- * const command = new DeleteHsmCommand(input);
29
- * const response = await client.send(command);
30
- * ```
31
- *
32
- * @see {@link DeleteHsmCommandInput} for command's `input` shape.
33
- * @see {@link DeleteHsmCommandOutput} for command's `response` shape.
34
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
35
- *
36
- */
9
+
37
10
  export declare class DeleteHsmCommand extends $Command<DeleteHsmCommandInput, DeleteHsmCommandOutput, CloudHSMClientResolvedConfig> {
38
11
  readonly input: DeleteHsmCommandInput;
39
12
  constructor(input: DeleteHsmCommandInput);
40
- /**
41
- * @internal
42
- */
13
+
43
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteHsmCommandInput, DeleteHsmCommandOutput>;
44
15
  private serialize;
45
16
  private deserialize;
@@ -6,39 +6,11 @@ export interface DeleteLunaClientCommandInput extends DeleteLunaClientRequest {
6
6
  }
7
7
  export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Deletes a client.</p>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { CloudHSMClient, DeleteLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
25
- * // const { CloudHSMClient, DeleteLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
26
- * const client = new CloudHSMClient(config);
27
- * const command = new DeleteLunaClientCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link DeleteLunaClientCommandInput} for command's `input` shape.
32
- * @see {@link DeleteLunaClientCommandOutput} for command's `response` shape.
33
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
9
+
36
10
  export declare class DeleteLunaClientCommand extends $Command<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
37
11
  readonly input: DeleteLunaClientCommandInput;
38
12
  constructor(input: DeleteLunaClientCommandInput);
39
- /**
40
- * @internal
41
- */
13
+
42
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput>;
43
15
  private serialize;
44
16
  private deserialize;
@@ -6,39 +6,11 @@ export interface DescribeHapgCommandInput extends DescribeHapgRequest {
6
6
  }
7
7
  export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Retrieves information about a high-availability partition group.</p>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { CloudHSMClient, DescribeHapgCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
25
- * // const { CloudHSMClient, DescribeHapgCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
26
- * const client = new CloudHSMClient(config);
27
- * const command = new DescribeHapgCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link DescribeHapgCommandInput} for command's `input` shape.
32
- * @see {@link DescribeHapgCommandOutput} for command's `response` shape.
33
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
9
+
36
10
  export declare class DescribeHapgCommand extends $Command<DescribeHapgCommandInput, DescribeHapgCommandOutput, CloudHSMClientResolvedConfig> {
37
11
  readonly input: DescribeHapgCommandInput;
38
12
  constructor(input: DescribeHapgCommandInput);
39
- /**
40
- * @internal
41
- */
13
+
42
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHapgCommandInput, DescribeHapgCommandOutput>;
43
15
  private serialize;
44
16
  private deserialize;
@@ -6,40 +6,11 @@ export interface DescribeHsmCommandInput extends DescribeHsmRequest {
6
6
  }
7
7
  export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Retrieves information about an HSM. You can identify the HSM by its ARN or its serial
21
- * number.</p>
22
- * @example
23
- * Use a bare-bones client and the command you need to make an API call.
24
- * ```javascript
25
- * import { CloudHSMClient, DescribeHsmCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
26
- * // const { CloudHSMClient, DescribeHsmCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
27
- * const client = new CloudHSMClient(config);
28
- * const command = new DescribeHsmCommand(input);
29
- * const response = await client.send(command);
30
- * ```
31
- *
32
- * @see {@link DescribeHsmCommandInput} for command's `input` shape.
33
- * @see {@link DescribeHsmCommandOutput} for command's `response` shape.
34
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
35
- *
36
- */
9
+
37
10
  export declare class DescribeHsmCommand extends $Command<DescribeHsmCommandInput, DescribeHsmCommandOutput, CloudHSMClientResolvedConfig> {
38
11
  readonly input: DescribeHsmCommandInput;
39
12
  constructor(input: DescribeHsmCommandInput);
40
- /**
41
- * @internal
42
- */
13
+
43
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHsmCommandInput, DescribeHsmCommandOutput>;
44
15
  private serialize;
45
16
  private deserialize;
@@ -6,39 +6,11 @@ export interface DescribeLunaClientCommandInput extends DescribeLunaClientReques
6
6
  }
7
7
  export interface DescribeLunaClientCommandOutput extends DescribeLunaClientResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Retrieves information about an HSM client.</p>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { CloudHSMClient, DescribeLunaClientCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
25
- * // const { CloudHSMClient, DescribeLunaClientCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
26
- * const client = new CloudHSMClient(config);
27
- * const command = new DescribeLunaClientCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link DescribeLunaClientCommandInput} for command's `input` shape.
32
- * @see {@link DescribeLunaClientCommandOutput} for command's `response` shape.
33
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
9
+
36
10
  export declare class DescribeLunaClientCommand extends $Command<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
37
11
  readonly input: DescribeLunaClientCommandInput;
38
12
  constructor(input: DescribeLunaClientCommandInput);
39
- /**
40
- * @internal
41
- */
13
+
42
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput>;
43
15
  private serialize;
44
16
  private deserialize;
@@ -6,40 +6,11 @@ export interface GetConfigCommandInput extends GetConfigRequest {
6
6
  }
7
7
  export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Gets the configuration files necessary to connect to all high availability partition
21
- * groups the client is associated with.</p>
22
- * @example
23
- * Use a bare-bones client and the command you need to make an API call.
24
- * ```javascript
25
- * import { CloudHSMClient, GetConfigCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
26
- * // const { CloudHSMClient, GetConfigCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
27
- * const client = new CloudHSMClient(config);
28
- * const command = new GetConfigCommand(input);
29
- * const response = await client.send(command);
30
- * ```
31
- *
32
- * @see {@link GetConfigCommandInput} for command's `input` shape.
33
- * @see {@link GetConfigCommandOutput} for command's `response` shape.
34
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
35
- *
36
- */
9
+
37
10
  export declare class GetConfigCommand extends $Command<GetConfigCommandInput, GetConfigCommandOutput, CloudHSMClientResolvedConfig> {
38
11
  readonly input: GetConfigCommandInput;
39
12
  constructor(input: GetConfigCommandInput);
40
- /**
41
- * @internal
42
- */
13
+
43
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigCommandInput, GetConfigCommandOutput>;
44
15
  private serialize;
45
16
  private deserialize;
@@ -6,39 +6,11 @@ export interface ListAvailableZonesCommandInput extends ListAvailableZonesReques
6
6
  }
7
7
  export interface ListAvailableZonesCommandOutput extends ListAvailableZonesResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Lists the Availability Zones that have available AWS CloudHSM capacity.</p>
21
- * @example
22
- * Use a bare-bones client and the command you need to make an API call.
23
- * ```javascript
24
- * import { CloudHSMClient, ListAvailableZonesCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
25
- * // const { CloudHSMClient, ListAvailableZonesCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
26
- * const client = new CloudHSMClient(config);
27
- * const command = new ListAvailableZonesCommand(input);
28
- * const response = await client.send(command);
29
- * ```
30
- *
31
- * @see {@link ListAvailableZonesCommandInput} for command's `input` shape.
32
- * @see {@link ListAvailableZonesCommandOutput} for command's `response` shape.
33
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
34
- *
35
- */
9
+
36
10
  export declare class ListAvailableZonesCommand extends $Command<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput, CloudHSMClientResolvedConfig> {
37
11
  readonly input: ListAvailableZonesCommandInput;
38
12
  constructor(input: ListAvailableZonesCommandInput);
39
- /**
40
- * @internal
41
- */
13
+
42
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput>;
43
15
  private serialize;
44
16
  private deserialize;
@@ -6,43 +6,11 @@ export interface ListHapgsCommandInput extends ListHapgsRequest {
6
6
  }
7
7
  export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Lists the high-availability partition groups for the account.</p>
21
- * <p>This operation supports pagination with the use of the <code>NextToken</code> member.
22
- * If more results are available, the <code>NextToken</code> member of the response contains a
23
- * token that you pass in the next call to <code>ListHapgs</code> to retrieve the next set of
24
- * items.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { CloudHSMClient, ListHapgsCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
29
- * // const { CloudHSMClient, ListHapgsCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
30
- * const client = new CloudHSMClient(config);
31
- * const command = new ListHapgsCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link ListHapgsCommandInput} for command's `input` shape.
36
- * @see {@link ListHapgsCommandOutput} for command's `response` shape.
37
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
9
+
40
10
  export declare class ListHapgsCommand extends $Command<ListHapgsCommandInput, ListHapgsCommandOutput, CloudHSMClientResolvedConfig> {
41
11
  readonly input: ListHapgsCommandInput;
42
12
  constructor(input: ListHapgsCommandInput);
43
- /**
44
- * @internal
45
- */
13
+
46
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHapgsCommandInput, ListHapgsCommandOutput>;
47
15
  private serialize;
48
16
  private deserialize;
@@ -6,44 +6,11 @@ export interface ListHsmsCommandInput extends ListHsmsRequest {
6
6
  }
7
7
  export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Retrieves the identifiers of all of the HSMs provisioned for the current
21
- * customer.</p>
22
- * <p>This operation supports pagination with the use of the <code>NextToken</code> member.
23
- * If more results are available, the <code>NextToken</code> member of the response contains a
24
- * token that you pass in the next call to <code>ListHsms</code> to retrieve the next set of
25
- * items.</p>
26
- * @example
27
- * Use a bare-bones client and the command you need to make an API call.
28
- * ```javascript
29
- * import { CloudHSMClient, ListHsmsCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
30
- * // const { CloudHSMClient, ListHsmsCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
31
- * const client = new CloudHSMClient(config);
32
- * const command = new ListHsmsCommand(input);
33
- * const response = await client.send(command);
34
- * ```
35
- *
36
- * @see {@link ListHsmsCommandInput} for command's `input` shape.
37
- * @see {@link ListHsmsCommandOutput} for command's `response` shape.
38
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
39
- *
40
- */
9
+
41
10
  export declare class ListHsmsCommand extends $Command<ListHsmsCommandInput, ListHsmsCommandOutput, CloudHSMClientResolvedConfig> {
42
11
  readonly input: ListHsmsCommandInput;
43
12
  constructor(input: ListHsmsCommandInput);
44
- /**
45
- * @internal
46
- */
13
+
47
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHsmsCommandInput, ListHsmsCommandOutput>;
48
15
  private serialize;
49
16
  private deserialize;
@@ -6,43 +6,11 @@ export interface ListLunaClientsCommandInput extends ListLunaClientsRequest {
6
6
  }
7
7
  export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
11
- * more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
12
- * Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
13
- * CloudHSM Classic User Guide</a>, and the <a href="https://docs.aws.amazon.com/cloudhsm/classic/APIReference/">AWS CloudHSM Classic API Reference</a>.</p>
14
- * <p>
15
- * <b>For information about the current version of AWS
16
- * CloudHSM</b>, see <a href="http://aws.amazon.com/cloudhsm/">AWS CloudHSM</a>, the
17
- * <a href="https://docs.aws.amazon.com/cloudhsm/latest/userguide/">AWS CloudHSM User Guide</a>,
18
- * and the <a href="https://docs.aws.amazon.com/cloudhsm/latest/APIReference/">AWS CloudHSM API
19
- * Reference</a>.</p>
20
- * <p>Lists all of the clients.</p>
21
- * <p>This operation supports pagination with the use of the <code>NextToken</code> member.
22
- * If more results are available, the <code>NextToken</code> member of the response contains a
23
- * token that you pass in the next call to <code>ListLunaClients</code> to retrieve the next set
24
- * of items.</p>
25
- * @example
26
- * Use a bare-bones client and the command you need to make an API call.
27
- * ```javascript
28
- * import { CloudHSMClient, ListLunaClientsCommand } from "@aws-sdk/client-cloudhsm"; // ES Modules import
29
- * // const { CloudHSMClient, ListLunaClientsCommand } = require("@aws-sdk/client-cloudhsm"); // CommonJS import
30
- * const client = new CloudHSMClient(config);
31
- * const command = new ListLunaClientsCommand(input);
32
- * const response = await client.send(command);
33
- * ```
34
- *
35
- * @see {@link ListLunaClientsCommandInput} for command's `input` shape.
36
- * @see {@link ListLunaClientsCommandOutput} for command's `response` shape.
37
- * @see {@link CloudHSMClientResolvedConfig | config} for command's `input` shape.
38
- *
39
- */
9
+
40
10
  export declare class ListLunaClientsCommand extends $Command<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, CloudHSMClientResolvedConfig> {
41
11
  readonly input: ListLunaClientsCommandInput;
42
12
  constructor(input: ListLunaClientsCommandInput);
43
- /**
44
- * @internal
45
- */
13
+
46
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLunaClientsCommandInput, ListLunaClientsCommandOutput>;
47
15
  private serialize;
48
16
  private deserialize;