@aws-sdk/client-cloudhsm 3.295.0 → 3.297.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.
- package/dist-types/CloudHSM.d.ts +21 -0
- package/dist-types/CloudHSMClient.d.ts +24 -4
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
- package/dist-types/commands/CreateHapgCommand.d.ts +16 -0
- package/dist-types/commands/CreateHsmCommand.d.ts +16 -0
- package/dist-types/commands/CreateLunaClientCommand.d.ts +16 -0
- package/dist-types/commands/DeleteHapgCommand.d.ts +16 -0
- package/dist-types/commands/DeleteHsmCommand.d.ts +16 -0
- package/dist-types/commands/DeleteLunaClientCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHapgCommand.d.ts +16 -0
- package/dist-types/commands/DescribeHsmCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLunaClientCommand.d.ts +16 -0
- package/dist-types/commands/GetConfigCommand.d.ts +16 -0
- package/dist-types/commands/ListAvailableZonesCommand.d.ts +16 -0
- package/dist-types/commands/ListHapgsCommand.d.ts +16 -0
- package/dist-types/commands/ListHsmsCommand.d.ts +16 -0
- package/dist-types/commands/ListLunaClientsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyHapgCommand.d.ts +16 -0
- package/dist-types/commands/ModifyHsmCommand.d.ts +16 -0
- package/dist-types/commands/ModifyLunaClientCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
- package/dist-types/models/CloudHSMServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +100 -0
- package/package.json +29 -29
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
|
|
5
5
|
import { DescribeHsmRequest, DescribeHsmResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeHsmCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeHsmCommandInput extends DescribeHsmRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeHsmCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
18
23
|
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
19
24
|
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
@@ -36,6 +41,8 @@ export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __Metadat
|
|
|
36
41
|
* const response = await client.send(command);
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
44
|
+
* @param DescribeHsmCommandInput - {@link DescribeHsmCommandInput}
|
|
45
|
+
* @returns {@link DescribeHsmCommandOutput}
|
|
39
46
|
* @see {@link DescribeHsmCommandInput} for command's `input` shape.
|
|
40
47
|
* @see {@link DescribeHsmCommandOutput} for command's `response` shape.
|
|
41
48
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __Metadat
|
|
|
54
61
|
export declare class DescribeHsmCommand extends $Command<DescribeHsmCommandInput, DescribeHsmCommandOutput, CloudHSMClientResolvedConfig> {
|
|
55
62
|
readonly input: DescribeHsmCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: DescribeHsmCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeHsmCommandInput, DescribeHsmCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
|
|
5
5
|
import { DescribeLunaClientRequest, DescribeLunaClientResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link DescribeLunaClientCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface DescribeLunaClientCommandInput extends DescribeLunaClientRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link DescribeLunaClientCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface DescribeLunaClientCommandOutput extends DescribeLunaClientResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
18
23
|
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
19
24
|
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
@@ -35,6 +40,8 @@ export interface DescribeLunaClientCommandOutput extends DescribeLunaClientRespo
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param DescribeLunaClientCommandInput - {@link DescribeLunaClientCommandInput}
|
|
44
|
+
* @returns {@link DescribeLunaClientCommandOutput}
|
|
38
45
|
* @see {@link DescribeLunaClientCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link DescribeLunaClientCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface DescribeLunaClientCommandOutput extends DescribeLunaClientRespo
|
|
|
53
60
|
export declare class DescribeLunaClientCommand extends $Command<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
|
|
54
61
|
readonly input: DescribeLunaClientCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: DescribeLunaClientCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
|
|
5
5
|
import { GetConfigRequest, GetConfigResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link GetConfigCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface GetConfigCommandInput extends GetConfigRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link GetConfigCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
18
23
|
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
19
24
|
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
@@ -36,6 +41,8 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
|
|
|
36
41
|
* const response = await client.send(command);
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
44
|
+
* @param GetConfigCommandInput - {@link GetConfigCommandInput}
|
|
45
|
+
* @returns {@link GetConfigCommandOutput}
|
|
39
46
|
* @see {@link GetConfigCommandInput} for command's `input` shape.
|
|
40
47
|
* @see {@link GetConfigCommandOutput} for command's `response` shape.
|
|
41
48
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
@@ -54,11 +61,20 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
|
|
|
54
61
|
export declare class GetConfigCommand extends $Command<GetConfigCommandInput, GetConfigCommandOutput, CloudHSMClientResolvedConfig> {
|
|
55
62
|
readonly input: GetConfigCommandInput;
|
|
56
63
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
57
67
|
constructor(input: GetConfigCommandInput);
|
|
58
68
|
/**
|
|
59
69
|
* @internal
|
|
60
70
|
*/
|
|
61
71
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetConfigCommandInput, GetConfigCommandOutput>;
|
|
72
|
+
/**
|
|
73
|
+
* @internal
|
|
74
|
+
*/
|
|
62
75
|
private serialize;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
63
79
|
private deserialize;
|
|
64
80
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
|
|
5
5
|
import { ListAvailableZonesRequest, ListAvailableZonesResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListAvailableZonesCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListAvailableZonesCommandInput extends ListAvailableZonesRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListAvailableZonesCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListAvailableZonesCommandOutput extends ListAvailableZonesResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
18
23
|
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
19
24
|
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
@@ -35,6 +40,8 @@ export interface ListAvailableZonesCommandOutput extends ListAvailableZonesRespo
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param ListAvailableZonesCommandInput - {@link ListAvailableZonesCommandInput}
|
|
44
|
+
* @returns {@link ListAvailableZonesCommandOutput}
|
|
38
45
|
* @see {@link ListAvailableZonesCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link ListAvailableZonesCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface ListAvailableZonesCommandOutput extends ListAvailableZonesRespo
|
|
|
53
60
|
export declare class ListAvailableZonesCommand extends $Command<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput, CloudHSMClientResolvedConfig> {
|
|
54
61
|
readonly input: ListAvailableZonesCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: ListAvailableZonesCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
|
|
5
5
|
import { ListHapgsRequest, ListHapgsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListHapgsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListHapgsCommandInput extends ListHapgsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListHapgsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
18
23
|
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
19
24
|
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
@@ -39,6 +44,8 @@ export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBea
|
|
|
39
44
|
* const response = await client.send(command);
|
|
40
45
|
* ```
|
|
41
46
|
*
|
|
47
|
+
* @param ListHapgsCommandInput - {@link ListHapgsCommandInput}
|
|
48
|
+
* @returns {@link ListHapgsCommandOutput}
|
|
42
49
|
* @see {@link ListHapgsCommandInput} for command's `input` shape.
|
|
43
50
|
* @see {@link ListHapgsCommandOutput} for command's `response` shape.
|
|
44
51
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBea
|
|
|
57
64
|
export declare class ListHapgsCommand extends $Command<ListHapgsCommandInput, ListHapgsCommandOutput, CloudHSMClientResolvedConfig> {
|
|
58
65
|
readonly input: ListHapgsCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: ListHapgsCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHapgsCommandInput, ListHapgsCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
|
|
5
5
|
import { ListHsmsRequest, ListHsmsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListHsmsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListHsmsCommandInput extends ListHsmsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListHsmsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
18
23
|
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
19
24
|
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
@@ -40,6 +45,8 @@ export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBeare
|
|
|
40
45
|
* const response = await client.send(command);
|
|
41
46
|
* ```
|
|
42
47
|
*
|
|
48
|
+
* @param ListHsmsCommandInput - {@link ListHsmsCommandInput}
|
|
49
|
+
* @returns {@link ListHsmsCommandOutput}
|
|
43
50
|
* @see {@link ListHsmsCommandInput} for command's `input` shape.
|
|
44
51
|
* @see {@link ListHsmsCommandOutput} for command's `response` shape.
|
|
45
52
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBeare
|
|
|
58
65
|
export declare class ListHsmsCommand extends $Command<ListHsmsCommandInput, ListHsmsCommandOutput, CloudHSMClientResolvedConfig> {
|
|
59
66
|
readonly input: ListHsmsCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: ListHsmsCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListHsmsCommandInput, ListHsmsCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
|
|
5
5
|
import { ListLunaClientsRequest, ListLunaClientsResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListLunaClientsCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListLunaClientsCommandInput extends ListLunaClientsRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListLunaClientsCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
18
23
|
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
19
24
|
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
@@ -39,6 +44,8 @@ export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, _
|
|
|
39
44
|
* const response = await client.send(command);
|
|
40
45
|
* ```
|
|
41
46
|
*
|
|
47
|
+
* @param ListLunaClientsCommandInput - {@link ListLunaClientsCommandInput}
|
|
48
|
+
* @returns {@link ListLunaClientsCommandOutput}
|
|
42
49
|
* @see {@link ListLunaClientsCommandInput} for command's `input` shape.
|
|
43
50
|
* @see {@link ListLunaClientsCommandOutput} for command's `response` shape.
|
|
44
51
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, _
|
|
|
57
64
|
export declare class ListLunaClientsCommand extends $Command<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, CloudHSMClientResolvedConfig> {
|
|
58
65
|
readonly input: ListLunaClientsCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: ListLunaClientsCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListLunaClientsCommandInput, ListLunaClientsCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ListTagsForResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ListTagsForResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
18
23
|
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
19
24
|
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
@@ -35,6 +40,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
44
|
+
* @returns {@link ListTagsForResourceCommandOutput}
|
|
38
45
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
53
60
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudHSMClientResolvedConfig> {
|
|
54
61
|
readonly input: ListTagsForResourceCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: ListTagsForResourceCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
|
|
5
5
|
import { ModifyHapgRequest, ModifyHapgResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyHapgCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyHapgCommandInput extends ModifyHapgRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyHapgCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
18
23
|
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
19
24
|
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
@@ -35,6 +40,8 @@ export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataB
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param ModifyHapgCommandInput - {@link ModifyHapgCommandInput}
|
|
44
|
+
* @returns {@link ModifyHapgCommandOutput}
|
|
38
45
|
* @see {@link ModifyHapgCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link ModifyHapgCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
@@ -53,11 +60,20 @@ export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataB
|
|
|
53
60
|
export declare class ModifyHapgCommand extends $Command<ModifyHapgCommandInput, ModifyHapgCommandOutput, CloudHSMClientResolvedConfig> {
|
|
54
61
|
readonly input: ModifyHapgCommandInput;
|
|
55
62
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
56
66
|
constructor(input: ModifyHapgCommandInput);
|
|
57
67
|
/**
|
|
58
68
|
* @internal
|
|
59
69
|
*/
|
|
60
70
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyHapgCommandInput, ModifyHapgCommandOutput>;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
61
74
|
private serialize;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
62
78
|
private deserialize;
|
|
63
79
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
|
|
5
5
|
import { ModifyHsmRequest, ModifyHsmResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyHsmCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyHsmCommandInput extends ModifyHsmRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyHsmCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
18
23
|
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
19
24
|
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
@@ -41,6 +46,8 @@ export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBea
|
|
|
41
46
|
* const response = await client.send(command);
|
|
42
47
|
* ```
|
|
43
48
|
*
|
|
49
|
+
* @param ModifyHsmCommandInput - {@link ModifyHsmCommandInput}
|
|
50
|
+
* @returns {@link ModifyHsmCommandOutput}
|
|
44
51
|
* @see {@link ModifyHsmCommandInput} for command's `input` shape.
|
|
45
52
|
* @see {@link ModifyHsmCommandOutput} for command's `response` shape.
|
|
46
53
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
@@ -59,11 +66,20 @@ export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBea
|
|
|
59
66
|
export declare class ModifyHsmCommand extends $Command<ModifyHsmCommandInput, ModifyHsmCommandOutput, CloudHSMClientResolvedConfig> {
|
|
60
67
|
readonly input: ModifyHsmCommandInput;
|
|
61
68
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
69
|
+
/**
|
|
70
|
+
* @public
|
|
71
|
+
*/
|
|
62
72
|
constructor(input: ModifyHsmCommandInput);
|
|
63
73
|
/**
|
|
64
74
|
* @internal
|
|
65
75
|
*/
|
|
66
76
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyHsmCommandInput, ModifyHsmCommandOutput>;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
67
80
|
private serialize;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
68
84
|
private deserialize;
|
|
69
85
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
|
|
5
5
|
import { ModifyLunaClientRequest, ModifyLunaClientResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link ModifyLunaClientCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface ModifyLunaClientCommandInput extends ModifyLunaClientRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link ModifyLunaClientCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
18
23
|
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
19
24
|
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
@@ -37,6 +42,8 @@ export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse,
|
|
|
37
42
|
* const response = await client.send(command);
|
|
38
43
|
* ```
|
|
39
44
|
*
|
|
45
|
+
* @param ModifyLunaClientCommandInput - {@link ModifyLunaClientCommandInput}
|
|
46
|
+
* @returns {@link ModifyLunaClientCommandOutput}
|
|
40
47
|
* @see {@link ModifyLunaClientCommandInput} for command's `input` shape.
|
|
41
48
|
* @see {@link ModifyLunaClientCommandOutput} for command's `response` shape.
|
|
42
49
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
@@ -49,11 +56,20 @@ export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse,
|
|
|
49
56
|
export declare class ModifyLunaClientCommand extends $Command<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
|
|
50
57
|
readonly input: ModifyLunaClientCommandInput;
|
|
51
58
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
52
62
|
constructor(input: ModifyLunaClientCommandInput);
|
|
53
63
|
/**
|
|
54
64
|
* @internal
|
|
55
65
|
*/
|
|
56
66
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput>;
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
57
70
|
private serialize;
|
|
71
|
+
/**
|
|
72
|
+
* @internal
|
|
73
|
+
*/
|
|
58
74
|
private deserialize;
|
|
59
75
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { CloudHSMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CloudHSMClient";
|
|
5
5
|
import { RemoveTagsFromResourceRequest, RemoveTagsFromResourceResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link RemoveTagsFromResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link RemoveTagsFromResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>This is documentation for <b>AWS CloudHSM Classic</b>. For
|
|
18
23
|
* more information, see <a href="http://aws.amazon.com/cloudhsm/faqs-classic/">AWS CloudHSM
|
|
19
24
|
* Classic FAQs</a>, the <a href="https://docs.aws.amazon.com/cloudhsm/classic/userguide/">AWS
|
|
@@ -37,6 +42,8 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
|
|
|
37
42
|
* const response = await client.send(command);
|
|
38
43
|
* ```
|
|
39
44
|
*
|
|
45
|
+
* @param RemoveTagsFromResourceCommandInput - {@link RemoveTagsFromResourceCommandInput}
|
|
46
|
+
* @returns {@link RemoveTagsFromResourceCommandOutput}
|
|
40
47
|
* @see {@link RemoveTagsFromResourceCommandInput} for command's `input` shape.
|
|
41
48
|
* @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
|
|
42
49
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
@@ -55,11 +62,20 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
|
|
|
55
62
|
export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig> {
|
|
56
63
|
readonly input: RemoveTagsFromResourceCommandInput;
|
|
57
64
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
65
|
+
/**
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
58
68
|
constructor(input: RemoveTagsFromResourceCommandInput);
|
|
59
69
|
/**
|
|
60
70
|
* @internal
|
|
61
71
|
*/
|
|
62
72
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: CloudHSMClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput>;
|
|
73
|
+
/**
|
|
74
|
+
* @internal
|
|
75
|
+
*/
|
|
63
76
|
private serialize;
|
|
77
|
+
/**
|
|
78
|
+
* @internal
|
|
79
|
+
*/
|
|
64
80
|
private deserialize;
|
|
65
81
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
|
|
2
2
|
/**
|
|
3
|
+
* @public
|
|
4
|
+
*
|
|
3
5
|
* Base exception class for all service exceptions from CloudHSM service.
|
|
4
6
|
*/
|
|
5
7
|
export declare class CloudHSMServiceException extends __ServiceException {
|