@aws-sdk/client-cloudhsm 3.325.0 → 3.326.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/commands/AddTagsToResourceCommand.d.ts +6 -0
- package/dist-types/commands/CreateHapgCommand.d.ts +6 -0
- package/dist-types/commands/CreateHsmCommand.d.ts +6 -0
- package/dist-types/commands/CreateLunaClientCommand.d.ts +6 -0
- package/dist-types/commands/DeleteHapgCommand.d.ts +6 -0
- package/dist-types/commands/DeleteHsmCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLunaClientCommand.d.ts +6 -0
- package/dist-types/commands/DescribeHapgCommand.d.ts +22 -0
- package/dist-types/commands/DescribeHsmCommand.d.ts +28 -0
- package/dist-types/commands/DescribeLunaClientCommand.d.ts +10 -0
- package/dist-types/commands/GetConfigCommand.d.ts +8 -0
- package/dist-types/commands/ListAvailableZonesCommand.d.ts +8 -0
- package/dist-types/commands/ListHapgsCommand.d.ts +9 -0
- package/dist-types/commands/ListHsmsCommand.d.ts +9 -0
- package/dist-types/commands/ListLunaClientsCommand.d.ts +9 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ModifyHapgCommand.d.ts +6 -0
- package/dist-types/commands/ModifyHsmCommand.d.ts +6 -0
- package/dist-types/commands/ModifyLunaClientCommand.d.ts +6 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -0
- package/package.json +3 -3
|
@@ -49,6 +49,10 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons
|
|
|
49
49
|
* };
|
|
50
50
|
* const command = new AddTagsToResourceCommand(input);
|
|
51
51
|
* const response = await client.send(command);
|
|
52
|
+
* // { // AddTagsToResourceResponse
|
|
53
|
+
* // Status: "STRING_VALUE", // required
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
52
56
|
* ```
|
|
53
57
|
*
|
|
54
58
|
* @param AddTagsToResourceCommandInput - {@link AddTagsToResourceCommandInput}
|
|
@@ -66,6 +70,8 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons
|
|
|
66
70
|
* @throws {@link InvalidRequestException} (client fault)
|
|
67
71
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
68
72
|
*
|
|
73
|
+
* @throws {@link CloudHSMServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
69
75
|
*
|
|
70
76
|
*/
|
|
71
77
|
export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -42,6 +42,10 @@ export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataB
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new CreateHapgCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // CreateHapgResponse
|
|
46
|
+
* // HapgArn: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
45
49
|
* ```
|
|
46
50
|
*
|
|
47
51
|
* @param CreateHapgCommandInput - {@link CreateHapgCommandInput}
|
|
@@ -59,6 +63,8 @@ export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataB
|
|
|
59
63
|
* @throws {@link InvalidRequestException} (client fault)
|
|
60
64
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
61
65
|
*
|
|
66
|
+
* @throws {@link CloudHSMServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
62
68
|
*
|
|
63
69
|
*/
|
|
64
70
|
export declare class CreateHapgCommand extends $Command<CreateHapgCommandInput, CreateHapgCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -57,6 +57,10 @@ export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBea
|
|
|
57
57
|
* };
|
|
58
58
|
* const command = new CreateHsmCommand(input);
|
|
59
59
|
* const response = await client.send(command);
|
|
60
|
+
* // { // CreateHsmResponse
|
|
61
|
+
* // HsmArn: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
60
64
|
* ```
|
|
61
65
|
*
|
|
62
66
|
* @param CreateHsmCommandInput - {@link CreateHsmCommandInput}
|
|
@@ -74,6 +78,8 @@ export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBea
|
|
|
74
78
|
* @throws {@link InvalidRequestException} (client fault)
|
|
75
79
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
76
80
|
*
|
|
81
|
+
* @throws {@link CloudHSMServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
77
83
|
*
|
|
78
84
|
*/
|
|
79
85
|
export declare class CreateHsmCommand extends $Command<CreateHsmCommandInput, CreateHsmCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -42,6 +42,10 @@ export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse,
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new CreateLunaClientCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // CreateLunaClientResponse
|
|
46
|
+
* // ClientArn: "STRING_VALUE",
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
45
49
|
* ```
|
|
46
50
|
*
|
|
47
51
|
* @param CreateLunaClientCommandInput - {@link CreateLunaClientCommandInput}
|
|
@@ -59,6 +63,8 @@ export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse,
|
|
|
59
63
|
* @throws {@link InvalidRequestException} (client fault)
|
|
60
64
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
61
65
|
*
|
|
66
|
+
* @throws {@link CloudHSMServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
62
68
|
*
|
|
63
69
|
*/
|
|
64
70
|
export declare class CreateLunaClientCommand extends $Command<CreateLunaClientCommandInput, CreateLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -41,6 +41,10 @@ export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataB
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DeleteHapgCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DeleteHapgResponse
|
|
45
|
+
* // Status: "STRING_VALUE", // required
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
44
48
|
* ```
|
|
45
49
|
*
|
|
46
50
|
* @param DeleteHapgCommandInput - {@link DeleteHapgCommandInput}
|
|
@@ -58,6 +62,8 @@ export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataB
|
|
|
58
62
|
* @throws {@link InvalidRequestException} (client fault)
|
|
59
63
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
60
64
|
*
|
|
65
|
+
* @throws {@link CloudHSMServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
61
67
|
*
|
|
62
68
|
*/
|
|
63
69
|
export declare class DeleteHapgCommand extends $Command<DeleteHapgCommandInput, DeleteHapgCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -42,6 +42,10 @@ export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBea
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DeleteHsmCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // DeleteHsmResponse
|
|
46
|
+
* // Status: "STRING_VALUE", // required
|
|
47
|
+
* // };
|
|
48
|
+
*
|
|
45
49
|
* ```
|
|
46
50
|
*
|
|
47
51
|
* @param DeleteHsmCommandInput - {@link DeleteHsmCommandInput}
|
|
@@ -59,6 +63,8 @@ export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBea
|
|
|
59
63
|
* @throws {@link InvalidRequestException} (client fault)
|
|
60
64
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
61
65
|
*
|
|
66
|
+
* @throws {@link CloudHSMServiceException}
|
|
67
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
62
68
|
*
|
|
63
69
|
*/
|
|
64
70
|
export declare class DeleteHsmCommand extends $Command<DeleteHsmCommandInput, DeleteHsmCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -41,6 +41,10 @@ export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse,
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DeleteLunaClientCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DeleteLunaClientResponse
|
|
45
|
+
* // Status: "STRING_VALUE", // required
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
44
48
|
* ```
|
|
45
49
|
*
|
|
46
50
|
* @param DeleteLunaClientCommandInput - {@link DeleteLunaClientCommandInput}
|
|
@@ -58,6 +62,8 @@ export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse,
|
|
|
58
62
|
* @throws {@link InvalidRequestException} (client fault)
|
|
59
63
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
60
64
|
*
|
|
65
|
+
* @throws {@link CloudHSMServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
61
67
|
*
|
|
62
68
|
*/
|
|
63
69
|
export declare class DeleteLunaClientCommand extends $Command<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -41,6 +41,26 @@ export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __Metad
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DescribeHapgCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DescribeHapgResponse
|
|
45
|
+
* // HapgArn: "STRING_VALUE",
|
|
46
|
+
* // HapgSerial: "STRING_VALUE",
|
|
47
|
+
* // HsmsLastActionFailed: [ // HsmList
|
|
48
|
+
* // "STRING_VALUE",
|
|
49
|
+
* // ],
|
|
50
|
+
* // HsmsPendingDeletion: [
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
53
|
+
* // HsmsPendingRegistration: [
|
|
54
|
+
* // "STRING_VALUE",
|
|
55
|
+
* // ],
|
|
56
|
+
* // Label: "STRING_VALUE",
|
|
57
|
+
* // LastModifiedTimestamp: "STRING_VALUE",
|
|
58
|
+
* // PartitionSerialList: [ // PartitionSerialList
|
|
59
|
+
* // "STRING_VALUE",
|
|
60
|
+
* // ],
|
|
61
|
+
* // State: "STRING_VALUE",
|
|
62
|
+
* // };
|
|
63
|
+
*
|
|
44
64
|
* ```
|
|
45
65
|
*
|
|
46
66
|
* @param DescribeHapgCommandInput - {@link DescribeHapgCommandInput}
|
|
@@ -58,6 +78,8 @@ export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __Metad
|
|
|
58
78
|
* @throws {@link InvalidRequestException} (client fault)
|
|
59
79
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
60
80
|
*
|
|
81
|
+
* @throws {@link CloudHSMServiceException}
|
|
82
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
61
83
|
*
|
|
62
84
|
*/
|
|
63
85
|
export declare class DescribeHapgCommand extends $Command<DescribeHapgCommandInput, DescribeHapgCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -43,6 +43,32 @@ export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __Metadat
|
|
|
43
43
|
* };
|
|
44
44
|
* const command = new DescribeHsmCommand(input);
|
|
45
45
|
* const response = await client.send(command);
|
|
46
|
+
* // { // DescribeHsmResponse
|
|
47
|
+
* // HsmArn: "STRING_VALUE",
|
|
48
|
+
* // Status: "STRING_VALUE",
|
|
49
|
+
* // StatusDetails: "STRING_VALUE",
|
|
50
|
+
* // AvailabilityZone: "STRING_VALUE",
|
|
51
|
+
* // EniId: "STRING_VALUE",
|
|
52
|
+
* // EniIp: "STRING_VALUE",
|
|
53
|
+
* // SubscriptionType: "STRING_VALUE",
|
|
54
|
+
* // SubscriptionStartDate: "STRING_VALUE",
|
|
55
|
+
* // SubscriptionEndDate: "STRING_VALUE",
|
|
56
|
+
* // VpcId: "STRING_VALUE",
|
|
57
|
+
* // SubnetId: "STRING_VALUE",
|
|
58
|
+
* // IamRoleArn: "STRING_VALUE",
|
|
59
|
+
* // SerialNumber: "STRING_VALUE",
|
|
60
|
+
* // VendorName: "STRING_VALUE",
|
|
61
|
+
* // HsmType: "STRING_VALUE",
|
|
62
|
+
* // SoftwareVersion: "STRING_VALUE",
|
|
63
|
+
* // SshPublicKey: "STRING_VALUE",
|
|
64
|
+
* // SshKeyLastUpdated: "STRING_VALUE",
|
|
65
|
+
* // ServerCertUri: "STRING_VALUE",
|
|
66
|
+
* // ServerCertLastUpdated: "STRING_VALUE",
|
|
67
|
+
* // Partitions: [ // PartitionList
|
|
68
|
+
* // "STRING_VALUE",
|
|
69
|
+
* // ],
|
|
70
|
+
* // };
|
|
71
|
+
*
|
|
46
72
|
* ```
|
|
47
73
|
*
|
|
48
74
|
* @param DescribeHsmCommandInput - {@link DescribeHsmCommandInput}
|
|
@@ -60,6 +86,8 @@ export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __Metadat
|
|
|
60
86
|
* @throws {@link InvalidRequestException} (client fault)
|
|
61
87
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
62
88
|
*
|
|
89
|
+
* @throws {@link CloudHSMServiceException}
|
|
90
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
63
91
|
*
|
|
64
92
|
*/
|
|
65
93
|
export declare class DescribeHsmCommand extends $Command<DescribeHsmCommandInput, DescribeHsmCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -42,6 +42,14 @@ export interface DescribeLunaClientCommandOutput extends DescribeLunaClientRespo
|
|
|
42
42
|
* };
|
|
43
43
|
* const command = new DescribeLunaClientCommand(input);
|
|
44
44
|
* const response = await client.send(command);
|
|
45
|
+
* // { // DescribeLunaClientResponse
|
|
46
|
+
* // ClientArn: "STRING_VALUE",
|
|
47
|
+
* // Certificate: "STRING_VALUE",
|
|
48
|
+
* // CertificateFingerprint: "STRING_VALUE",
|
|
49
|
+
* // LastModifiedTimestamp: "STRING_VALUE",
|
|
50
|
+
* // Label: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
45
53
|
* ```
|
|
46
54
|
*
|
|
47
55
|
* @param DescribeLunaClientCommandInput - {@link DescribeLunaClientCommandInput}
|
|
@@ -59,6 +67,8 @@ export interface DescribeLunaClientCommandOutput extends DescribeLunaClientRespo
|
|
|
59
67
|
* @throws {@link InvalidRequestException} (client fault)
|
|
60
68
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
61
69
|
*
|
|
70
|
+
* @throws {@link CloudHSMServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
62
72
|
*
|
|
63
73
|
*/
|
|
64
74
|
export declare class DescribeLunaClientCommand extends $Command<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -46,6 +46,12 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new GetConfigCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // GetConfigResponse
|
|
50
|
+
* // ConfigType: "STRING_VALUE",
|
|
51
|
+
* // ConfigFile: "STRING_VALUE",
|
|
52
|
+
* // ConfigCred: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
49
55
|
* ```
|
|
50
56
|
*
|
|
51
57
|
* @param GetConfigCommandInput - {@link GetConfigCommandInput}
|
|
@@ -63,6 +69,8 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
|
|
|
63
69
|
* @throws {@link InvalidRequestException} (client fault)
|
|
64
70
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
65
71
|
*
|
|
72
|
+
* @throws {@link CloudHSMServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
66
74
|
*
|
|
67
75
|
*/
|
|
68
76
|
export declare class GetConfigCommand extends $Command<GetConfigCommandInput, GetConfigCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -39,6 +39,12 @@ export interface ListAvailableZonesCommandOutput extends ListAvailableZonesRespo
|
|
|
39
39
|
* const input = {};
|
|
40
40
|
* const command = new ListAvailableZonesCommand(input);
|
|
41
41
|
* const response = await client.send(command);
|
|
42
|
+
* // { // ListAvailableZonesResponse
|
|
43
|
+
* // AZList: [ // AZList
|
|
44
|
+
* // "STRING_VALUE",
|
|
45
|
+
* // ],
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
42
48
|
* ```
|
|
43
49
|
*
|
|
44
50
|
* @param ListAvailableZonesCommandInput - {@link ListAvailableZonesCommandInput}
|
|
@@ -56,6 +62,8 @@ export interface ListAvailableZonesCommandOutput extends ListAvailableZonesRespo
|
|
|
56
62
|
* @throws {@link InvalidRequestException} (client fault)
|
|
57
63
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
58
64
|
*
|
|
65
|
+
* @throws {@link CloudHSMServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
59
67
|
*
|
|
60
68
|
*/
|
|
61
69
|
export declare class ListAvailableZonesCommand extends $Command<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -45,6 +45,13 @@ export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBea
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new ListHapgsCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // ListHapgsResponse
|
|
49
|
+
* // HapgList: [ // HapgList // required
|
|
50
|
+
* // "STRING_VALUE",
|
|
51
|
+
* // ],
|
|
52
|
+
* // NextToken: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
48
55
|
* ```
|
|
49
56
|
*
|
|
50
57
|
* @param ListHapgsCommandInput - {@link ListHapgsCommandInput}
|
|
@@ -62,6 +69,8 @@ export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBea
|
|
|
62
69
|
* @throws {@link InvalidRequestException} (client fault)
|
|
63
70
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
64
71
|
*
|
|
72
|
+
* @throws {@link CloudHSMServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
65
74
|
*
|
|
66
75
|
*/
|
|
67
76
|
export declare class ListHapgsCommand extends $Command<ListHapgsCommandInput, ListHapgsCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -46,6 +46,13 @@ export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBeare
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new ListHsmsCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // ListHsmsResponse
|
|
50
|
+
* // HsmList: [ // HsmList
|
|
51
|
+
* // "STRING_VALUE",
|
|
52
|
+
* // ],
|
|
53
|
+
* // NextToken: "STRING_VALUE",
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
49
56
|
* ```
|
|
50
57
|
*
|
|
51
58
|
* @param ListHsmsCommandInput - {@link ListHsmsCommandInput}
|
|
@@ -63,6 +70,8 @@ export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBeare
|
|
|
63
70
|
* @throws {@link InvalidRequestException} (client fault)
|
|
64
71
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
65
72
|
*
|
|
73
|
+
* @throws {@link CloudHSMServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
66
75
|
*
|
|
67
76
|
*/
|
|
68
77
|
export declare class ListHsmsCommand extends $Command<ListHsmsCommandInput, ListHsmsCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -45,6 +45,13 @@ export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, _
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new ListLunaClientsCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // ListLunaClientsResponse
|
|
49
|
+
* // ClientList: [ // ClientList // required
|
|
50
|
+
* // "STRING_VALUE",
|
|
51
|
+
* // ],
|
|
52
|
+
* // NextToken: "STRING_VALUE",
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
48
55
|
* ```
|
|
49
56
|
*
|
|
50
57
|
* @param ListLunaClientsCommandInput - {@link ListLunaClientsCommandInput}
|
|
@@ -62,6 +69,8 @@ export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, _
|
|
|
62
69
|
* @throws {@link InvalidRequestException} (client fault)
|
|
63
70
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
64
71
|
*
|
|
72
|
+
* @throws {@link CloudHSMServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
65
74
|
*
|
|
66
75
|
*/
|
|
67
76
|
export declare class ListLunaClientsCommand extends $Command<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -41,6 +41,15 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new ListTagsForResourceCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // ListTagsForResourceResponse
|
|
45
|
+
* // TagList: [ // TagList // required
|
|
46
|
+
* // { // Tag
|
|
47
|
+
* // Key: "STRING_VALUE", // required
|
|
48
|
+
* // Value: "STRING_VALUE", // required
|
|
49
|
+
* // },
|
|
50
|
+
* // ],
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
44
53
|
* ```
|
|
45
54
|
*
|
|
46
55
|
* @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
|
|
@@ -58,6 +67,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
58
67
|
* @throws {@link InvalidRequestException} (client fault)
|
|
59
68
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
60
69
|
*
|
|
70
|
+
* @throws {@link CloudHSMServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
61
72
|
*
|
|
62
73
|
*/
|
|
63
74
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -45,6 +45,10 @@ export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataB
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new ModifyHapgCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // ModifyHapgResponse
|
|
49
|
+
* // HapgArn: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
48
52
|
* ```
|
|
49
53
|
*
|
|
50
54
|
* @param ModifyHapgCommandInput - {@link ModifyHapgCommandInput}
|
|
@@ -62,6 +66,8 @@ export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataB
|
|
|
62
66
|
* @throws {@link InvalidRequestException} (client fault)
|
|
63
67
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
64
68
|
*
|
|
69
|
+
* @throws {@link CloudHSMServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
65
71
|
*
|
|
66
72
|
*/
|
|
67
73
|
export declare class ModifyHapgCommand extends $Command<ModifyHapgCommandInput, ModifyHapgCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -52,6 +52,10 @@ export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBea
|
|
|
52
52
|
* };
|
|
53
53
|
* const command = new ModifyHsmCommand(input);
|
|
54
54
|
* const response = await client.send(command);
|
|
55
|
+
* // { // ModifyHsmResponse
|
|
56
|
+
* // HsmArn: "STRING_VALUE",
|
|
57
|
+
* // };
|
|
58
|
+
*
|
|
55
59
|
* ```
|
|
56
60
|
*
|
|
57
61
|
* @param ModifyHsmCommandInput - {@link ModifyHsmCommandInput}
|
|
@@ -69,6 +73,8 @@ export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBea
|
|
|
69
73
|
* @throws {@link InvalidRequestException} (client fault)
|
|
70
74
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
71
75
|
*
|
|
76
|
+
* @throws {@link CloudHSMServiceException}
|
|
77
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
72
78
|
*
|
|
73
79
|
*/
|
|
74
80
|
export declare class ModifyHsmCommand extends $Command<ModifyHsmCommandInput, ModifyHsmCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -44,6 +44,10 @@ export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse,
|
|
|
44
44
|
* };
|
|
45
45
|
* const command = new ModifyLunaClientCommand(input);
|
|
46
46
|
* const response = await client.send(command);
|
|
47
|
+
* // { // ModifyLunaClientResponse
|
|
48
|
+
* // ClientArn: "STRING_VALUE",
|
|
49
|
+
* // };
|
|
50
|
+
*
|
|
47
51
|
* ```
|
|
48
52
|
*
|
|
49
53
|
* @param ModifyLunaClientCommandInput - {@link ModifyLunaClientCommandInput}
|
|
@@ -55,6 +59,8 @@ export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse,
|
|
|
55
59
|
* @throws {@link CloudHsmServiceException} (client fault)
|
|
56
60
|
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
57
61
|
*
|
|
62
|
+
* @throws {@link CloudHSMServiceException}
|
|
63
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
58
64
|
*
|
|
59
65
|
*/
|
|
60
66
|
export declare class ModifyLunaClientCommand extends $Command<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
|
|
@@ -46,6 +46,10 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new RemoveTagsFromResourceCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // RemoveTagsFromResourceResponse
|
|
50
|
+
* // Status: "STRING_VALUE", // required
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
49
53
|
* ```
|
|
50
54
|
*
|
|
51
55
|
* @param RemoveTagsFromResourceCommandInput - {@link RemoveTagsFromResourceCommandInput}
|
|
@@ -63,6 +67,8 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
|
|
|
63
67
|
* @throws {@link InvalidRequestException} (client fault)
|
|
64
68
|
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
65
69
|
*
|
|
70
|
+
* @throws {@link CloudHSMServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from CloudHSM service.</p>
|
|
66
72
|
*
|
|
67
73
|
*/
|
|
68
74
|
export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig> {
|
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.
|
|
4
|
+
"version": "3.326.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,9 +21,9 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|