@aws-sdk/client-cloudhsm 3.289.0 → 3.292.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 +10 -0
- package/dist-types/commands/CreateHapgCommand.d.ts +10 -0
- package/dist-types/commands/CreateHsmCommand.d.ts +10 -0
- package/dist-types/commands/CreateLunaClientCommand.d.ts +10 -0
- package/dist-types/commands/DeleteHapgCommand.d.ts +10 -0
- package/dist-types/commands/DeleteHsmCommand.d.ts +10 -0
- package/dist-types/commands/DeleteLunaClientCommand.d.ts +10 -0
- package/dist-types/commands/DescribeHapgCommand.d.ts +10 -0
- package/dist-types/commands/DescribeHsmCommand.d.ts +10 -0
- package/dist-types/commands/DescribeLunaClientCommand.d.ts +10 -0
- package/dist-types/commands/GetConfigCommand.d.ts +10 -0
- package/dist-types/commands/ListAvailableZonesCommand.d.ts +10 -0
- package/dist-types/commands/ListHapgsCommand.d.ts +10 -0
- package/dist-types/commands/ListHsmsCommand.d.ts +10 -0
- package/dist-types/commands/ListLunaClientsCommand.d.ts +10 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
- package/dist-types/commands/ModifyHapgCommand.d.ts +10 -0
- package/dist-types/commands/ModifyHsmCommand.d.ts +10 -0
- package/dist-types/commands/ModifyLunaClientCommand.d.ts +4 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +10 -0
- package/package.json +35 -40
|
@@ -41,6 +41,16 @@ export interface AddTagsToResourceCommandOutput extends AddTagsToResourceRespons
|
|
|
41
41
|
* @see {@link AddTagsToResourceCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
45
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
48
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
51
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
44
54
|
*/
|
|
45
55
|
export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, CloudHSMClientResolvedConfig> {
|
|
46
56
|
readonly input: AddTagsToResourceCommandInput;
|
|
@@ -40,6 +40,16 @@ export interface CreateHapgCommandOutput extends CreateHapgResponse, __MetadataB
|
|
|
40
40
|
* @see {@link CreateHapgCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
44
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
47
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
50
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
43
53
|
*/
|
|
44
54
|
export declare class CreateHapgCommand extends $Command<CreateHapgCommandInput, CreateHapgCommandOutput, CloudHSMClientResolvedConfig> {
|
|
45
55
|
readonly input: CreateHapgCommandInput;
|
|
@@ -48,6 +48,16 @@ export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBea
|
|
|
48
48
|
* @see {@link CreateHsmCommandOutput} for command's `response` shape.
|
|
49
49
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
50
50
|
*
|
|
51
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
52
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
55
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
56
|
+
*
|
|
57
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
58
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
59
|
+
*
|
|
60
|
+
*
|
|
51
61
|
*/
|
|
52
62
|
export declare class CreateHsmCommand extends $Command<CreateHsmCommandInput, CreateHsmCommandOutput, CloudHSMClientResolvedConfig> {
|
|
53
63
|
readonly input: CreateHsmCommandInput;
|
|
@@ -39,6 +39,16 @@ export interface CreateLunaClientCommandOutput extends CreateLunaClientResponse,
|
|
|
39
39
|
* @see {@link CreateLunaClientCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
43
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
46
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
42
52
|
*/
|
|
43
53
|
export declare class CreateLunaClientCommand extends $Command<CreateLunaClientCommandInput, CreateLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
|
|
44
54
|
readonly input: CreateLunaClientCommandInput;
|
|
@@ -39,6 +39,16 @@ export interface DeleteHapgCommandOutput extends DeleteHapgResponse, __MetadataB
|
|
|
39
39
|
* @see {@link DeleteHapgCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
43
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
46
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
42
52
|
*/
|
|
43
53
|
export declare class DeleteHapgCommand extends $Command<DeleteHapgCommandInput, DeleteHapgCommandOutput, CloudHSMClientResolvedConfig> {
|
|
44
54
|
readonly input: DeleteHapgCommandInput;
|
|
@@ -40,6 +40,16 @@ export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBea
|
|
|
40
40
|
* @see {@link DeleteHsmCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
44
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
47
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
50
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
43
53
|
*/
|
|
44
54
|
export declare class DeleteHsmCommand extends $Command<DeleteHsmCommandInput, DeleteHsmCommandOutput, CloudHSMClientResolvedConfig> {
|
|
45
55
|
readonly input: DeleteHsmCommandInput;
|
|
@@ -39,6 +39,16 @@ export interface DeleteLunaClientCommandOutput extends DeleteLunaClientResponse,
|
|
|
39
39
|
* @see {@link DeleteLunaClientCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
43
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
46
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
42
52
|
*/
|
|
43
53
|
export declare class DeleteLunaClientCommand extends $Command<DeleteLunaClientCommandInput, DeleteLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
|
|
44
54
|
readonly input: DeleteLunaClientCommandInput;
|
|
@@ -39,6 +39,16 @@ export interface DescribeHapgCommandOutput extends DescribeHapgResponse, __Metad
|
|
|
39
39
|
* @see {@link DescribeHapgCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
43
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
46
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
42
52
|
*/
|
|
43
53
|
export declare class DescribeHapgCommand extends $Command<DescribeHapgCommandInput, DescribeHapgCommandOutput, CloudHSMClientResolvedConfig> {
|
|
44
54
|
readonly input: DescribeHapgCommandInput;
|
|
@@ -40,6 +40,16 @@ export interface DescribeHsmCommandOutput extends DescribeHsmResponse, __Metadat
|
|
|
40
40
|
* @see {@link DescribeHsmCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
44
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
47
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
50
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
43
53
|
*/
|
|
44
54
|
export declare class DescribeHsmCommand extends $Command<DescribeHsmCommandInput, DescribeHsmCommandOutput, CloudHSMClientResolvedConfig> {
|
|
45
55
|
readonly input: DescribeHsmCommandInput;
|
|
@@ -39,6 +39,16 @@ export interface DescribeLunaClientCommandOutput extends DescribeLunaClientRespo
|
|
|
39
39
|
* @see {@link DescribeLunaClientCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
43
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
46
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
42
52
|
*/
|
|
43
53
|
export declare class DescribeLunaClientCommand extends $Command<DescribeLunaClientCommandInput, DescribeLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
|
|
44
54
|
readonly input: DescribeLunaClientCommandInput;
|
|
@@ -40,6 +40,16 @@ export interface GetConfigCommandOutput extends GetConfigResponse, __MetadataBea
|
|
|
40
40
|
* @see {@link GetConfigCommandOutput} for command's `response` shape.
|
|
41
41
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
42
42
|
*
|
|
43
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
44
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
45
|
+
*
|
|
46
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
47
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
50
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
51
|
+
*
|
|
52
|
+
*
|
|
43
53
|
*/
|
|
44
54
|
export declare class GetConfigCommand extends $Command<GetConfigCommandInput, GetConfigCommandOutput, CloudHSMClientResolvedConfig> {
|
|
45
55
|
readonly input: GetConfigCommandInput;
|
|
@@ -39,6 +39,16 @@ export interface ListAvailableZonesCommandOutput extends ListAvailableZonesRespo
|
|
|
39
39
|
* @see {@link ListAvailableZonesCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
43
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
46
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
42
52
|
*/
|
|
43
53
|
export declare class ListAvailableZonesCommand extends $Command<ListAvailableZonesCommandInput, ListAvailableZonesCommandOutput, CloudHSMClientResolvedConfig> {
|
|
44
54
|
readonly input: ListAvailableZonesCommandInput;
|
|
@@ -43,6 +43,16 @@ export interface ListHapgsCommandOutput extends ListHapgsResponse, __MetadataBea
|
|
|
43
43
|
* @see {@link ListHapgsCommandOutput} for command's `response` shape.
|
|
44
44
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
45
45
|
*
|
|
46
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
47
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
50
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
53
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
46
56
|
*/
|
|
47
57
|
export declare class ListHapgsCommand extends $Command<ListHapgsCommandInput, ListHapgsCommandOutput, CloudHSMClientResolvedConfig> {
|
|
48
58
|
readonly input: ListHapgsCommandInput;
|
|
@@ -44,6 +44,16 @@ export interface ListHsmsCommandOutput extends ListHsmsResponse, __MetadataBeare
|
|
|
44
44
|
* @see {@link ListHsmsCommandOutput} for command's `response` shape.
|
|
45
45
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
46
46
|
*
|
|
47
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
48
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
51
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
54
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
55
|
+
*
|
|
56
|
+
*
|
|
47
57
|
*/
|
|
48
58
|
export declare class ListHsmsCommand extends $Command<ListHsmsCommandInput, ListHsmsCommandOutput, CloudHSMClientResolvedConfig> {
|
|
49
59
|
readonly input: ListHsmsCommandInput;
|
|
@@ -43,6 +43,16 @@ export interface ListLunaClientsCommandOutput extends ListLunaClientsResponse, _
|
|
|
43
43
|
* @see {@link ListLunaClientsCommandOutput} for command's `response` shape.
|
|
44
44
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
45
45
|
*
|
|
46
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
47
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
48
|
+
*
|
|
49
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
50
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
53
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
54
|
+
*
|
|
55
|
+
*
|
|
46
56
|
*/
|
|
47
57
|
export declare class ListLunaClientsCommand extends $Command<ListLunaClientsCommandInput, ListLunaClientsCommandOutput, CloudHSMClientResolvedConfig> {
|
|
48
58
|
readonly input: ListLunaClientsCommandInput;
|
|
@@ -39,6 +39,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
39
39
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
43
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
46
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
42
52
|
*/
|
|
43
53
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, CloudHSMClientResolvedConfig> {
|
|
44
54
|
readonly input: ListTagsForResourceCommandInput;
|
|
@@ -39,6 +39,16 @@ export interface ModifyHapgCommandOutput extends ModifyHapgResponse, __MetadataB
|
|
|
39
39
|
* @see {@link ModifyHapgCommandOutput} for command's `response` shape.
|
|
40
40
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
41
41
|
*
|
|
42
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
43
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
44
|
+
*
|
|
45
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
46
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
47
|
+
*
|
|
48
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
49
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
50
|
+
*
|
|
51
|
+
*
|
|
42
52
|
*/
|
|
43
53
|
export declare class ModifyHapgCommand extends $Command<ModifyHapgCommandInput, ModifyHapgCommandOutput, CloudHSMClientResolvedConfig> {
|
|
44
54
|
readonly input: ModifyHapgCommandInput;
|
|
@@ -45,6 +45,16 @@ export interface ModifyHsmCommandOutput extends ModifyHsmResponse, __MetadataBea
|
|
|
45
45
|
* @see {@link ModifyHsmCommandOutput} for command's `response` shape.
|
|
46
46
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
47
47
|
*
|
|
48
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
49
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
50
|
+
*
|
|
51
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
52
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
53
|
+
*
|
|
54
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
55
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
56
|
+
*
|
|
57
|
+
*
|
|
48
58
|
*/
|
|
49
59
|
export declare class ModifyHsmCommand extends $Command<ModifyHsmCommandInput, ModifyHsmCommandOutput, CloudHSMClientResolvedConfig> {
|
|
50
60
|
readonly input: ModifyHsmCommandInput;
|
|
@@ -41,6 +41,10 @@ export interface ModifyLunaClientCommandOutput extends ModifyLunaClientResponse,
|
|
|
41
41
|
* @see {@link ModifyLunaClientCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
45
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
46
|
+
*
|
|
47
|
+
*
|
|
44
48
|
*/
|
|
45
49
|
export declare class ModifyLunaClientCommand extends $Command<ModifyLunaClientCommandInput, ModifyLunaClientCommandOutput, CloudHSMClientResolvedConfig> {
|
|
46
50
|
readonly input: ModifyLunaClientCommandInput;
|
|
@@ -41,6 +41,16 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
|
|
|
41
41
|
* @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
|
|
42
42
|
* @see {@link CloudHSMClientResolvedConfig | config} for CloudHSMClient's `config` shape.
|
|
43
43
|
*
|
|
44
|
+
* @throws {@link CloudHsmInternalException} (server fault)
|
|
45
|
+
* <p>Indicates that an internal error occurred.</p>
|
|
46
|
+
*
|
|
47
|
+
* @throws {@link CloudHsmServiceException} (client fault)
|
|
48
|
+
* <p>Indicates that an exception occurred in the AWS CloudHSM service.</p>
|
|
49
|
+
*
|
|
50
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
51
|
+
* <p>Indicates that one or more of the request parameters are not valid.</p>
|
|
52
|
+
*
|
|
53
|
+
*
|
|
44
54
|
*/
|
|
45
55
|
export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, CloudHSMClientResolvedConfig> {
|
|
46
56
|
readonly input: RemoveTagsFromResourceCommandInput;
|
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.292.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",
|
|
@@ -20,55 +20,50 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/config-resolver": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
27
|
-
"@aws-sdk/hash-node": "3.
|
|
28
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
29
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
34
|
-
"@aws-sdk/middleware-retry": "3.
|
|
35
|
-
"@aws-sdk/middleware-serde": "3.
|
|
36
|
-
"@aws-sdk/middleware-signing": "3.
|
|
37
|
-
"@aws-sdk/middleware-stack": "3.
|
|
38
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
39
|
-
"@aws-sdk/node-config-provider": "3.
|
|
40
|
-
"@aws-sdk/node-http-handler": "3.
|
|
41
|
-
"@aws-sdk/protocol-http": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
43
|
-
"@aws-sdk/types": "3.
|
|
44
|
-
"@aws-sdk/url-parser": "3.
|
|
45
|
-
"@aws-sdk/util-base64": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
-
"@aws-sdk/util-endpoints": "3.
|
|
51
|
-
"@aws-sdk/util-retry": "3.
|
|
52
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
54
|
-
"@aws-sdk/util-utf8": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.292.0",
|
|
24
|
+
"@aws-sdk/config-resolver": "3.292.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.292.0",
|
|
26
|
+
"@aws-sdk/fetch-http-handler": "3.292.0",
|
|
27
|
+
"@aws-sdk/hash-node": "3.292.0",
|
|
28
|
+
"@aws-sdk/invalid-dependency": "3.292.0",
|
|
29
|
+
"@aws-sdk/middleware-content-length": "3.292.0",
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.292.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.292.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.292.0",
|
|
33
|
+
"@aws-sdk/middleware-recursion-detection": "3.292.0",
|
|
34
|
+
"@aws-sdk/middleware-retry": "3.292.0",
|
|
35
|
+
"@aws-sdk/middleware-serde": "3.292.0",
|
|
36
|
+
"@aws-sdk/middleware-signing": "3.292.0",
|
|
37
|
+
"@aws-sdk/middleware-stack": "3.292.0",
|
|
38
|
+
"@aws-sdk/middleware-user-agent": "3.292.0",
|
|
39
|
+
"@aws-sdk/node-config-provider": "3.292.0",
|
|
40
|
+
"@aws-sdk/node-http-handler": "3.292.0",
|
|
41
|
+
"@aws-sdk/protocol-http": "3.292.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.292.0",
|
|
43
|
+
"@aws-sdk/types": "3.292.0",
|
|
44
|
+
"@aws-sdk/url-parser": "3.292.0",
|
|
45
|
+
"@aws-sdk/util-base64": "3.292.0",
|
|
46
|
+
"@aws-sdk/util-body-length-browser": "3.292.0",
|
|
47
|
+
"@aws-sdk/util-body-length-node": "3.292.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.292.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.292.0",
|
|
50
|
+
"@aws-sdk/util-endpoints": "3.292.0",
|
|
51
|
+
"@aws-sdk/util-retry": "3.292.0",
|
|
52
|
+
"@aws-sdk/util-user-agent-browser": "3.292.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-node": "3.292.0",
|
|
54
|
+
"@aws-sdk/util-utf8": "3.292.0",
|
|
55
55
|
"tslib": "^2.3.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
58
|
+
"@aws-sdk/service-client-documentation-generator": "3.292.0",
|
|
59
59
|
"@tsconfig/node14": "1.0.3",
|
|
60
60
|
"@types/node": "^14.14.31",
|
|
61
61
|
"concurrently": "7.0.0",
|
|
62
62
|
"downlevel-dts": "0.10.1",
|
|
63
63
|
"rimraf": "3.0.2",
|
|
64
|
-
"typedoc": "0.
|
|
64
|
+
"typedoc": "0.23.23",
|
|
65
65
|
"typescript": "~4.6.2"
|
|
66
66
|
},
|
|
67
|
-
"overrides": {
|
|
68
|
-
"typedoc": {
|
|
69
|
-
"typescript": "~4.6.2"
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
67
|
"engines": {
|
|
73
68
|
"node": ">=14.0.0"
|
|
74
69
|
},
|