@aws-sdk/client-cloudhsm-v2 3.288.0 → 3.290.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.
@@ -29,6 +29,28 @@ export interface CopyBackupToRegionCommandOutput extends CopyBackupToRegionRespo
29
29
  * @see {@link CopyBackupToRegionCommandOutput} for command's `response` shape.
30
30
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
33
+ * <p>The request was rejected because the requester does not have permission to perform the
34
+ * requested operation.</p>
35
+ *
36
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
37
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
38
+ * be retried.</p>
39
+ *
40
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
41
+ * <p>The request was rejected because it is not a valid request.</p>
42
+ *
43
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
44
+ * <p>The request was rejected because it refers to a resource that cannot be
45
+ * found.</p>
46
+ *
47
+ * @throws {@link CloudHsmServiceException} (client fault)
48
+ * <p>The request was rejected because an error occurred.</p>
49
+ *
50
+ * @throws {@link CloudHsmTagException} (client fault)
51
+ * <p>The request was rejected because of a tagging failure. Verify the tag conditions in all applicable policies, and then retry the request.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class CopyBackupToRegionCommand extends $Command<CopyBackupToRegionCommandInput, CopyBackupToRegionCommandOutput, CloudHSMV2ClientResolvedConfig> {
34
56
  readonly input: CopyBackupToRegionCommandInput;
@@ -29,6 +29,28 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
29
29
  * @see {@link CreateClusterCommandOutput} for command's `response` shape.
30
30
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
33
+ * <p>The request was rejected because the requester does not have permission to perform the
34
+ * requested operation.</p>
35
+ *
36
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
37
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
38
+ * be retried.</p>
39
+ *
40
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
41
+ * <p>The request was rejected because it is not a valid request.</p>
42
+ *
43
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
44
+ * <p>The request was rejected because it refers to a resource that cannot be
45
+ * found.</p>
46
+ *
47
+ * @throws {@link CloudHsmServiceException} (client fault)
48
+ * <p>The request was rejected because an error occurred.</p>
49
+ *
50
+ * @throws {@link CloudHsmTagException} (client fault)
51
+ * <p>The request was rejected because of a tagging failure. Verify the tag conditions in all applicable policies, and then retry the request.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, CloudHSMV2ClientResolvedConfig> {
34
56
  readonly input: CreateClusterCommandInput;
@@ -30,6 +30,25 @@ export interface CreateHsmCommandOutput extends CreateHsmResponse, __MetadataBea
30
30
  * @see {@link CreateHsmCommandOutput} for command's `response` shape.
31
31
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
32
32
  *
33
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
34
+ * <p>The request was rejected because the requester does not have permission to perform the
35
+ * requested operation.</p>
36
+ *
37
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
38
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
39
+ * be retried.</p>
40
+ *
41
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
42
+ * <p>The request was rejected because it is not a valid request.</p>
43
+ *
44
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
45
+ * <p>The request was rejected because it refers to a resource that cannot be
46
+ * found.</p>
47
+ *
48
+ * @throws {@link CloudHsmServiceException} (client fault)
49
+ * <p>The request was rejected because an error occurred.</p>
50
+ *
51
+ *
33
52
  */
34
53
  export declare class CreateHsmCommand extends $Command<CreateHsmCommandInput, CreateHsmCommandOutput, CloudHSMV2ClientResolvedConfig> {
35
54
  readonly input: CreateHsmCommandInput;
@@ -31,6 +31,25 @@ export interface DeleteBackupCommandOutput extends DeleteBackupResponse, __Metad
31
31
  * @see {@link DeleteBackupCommandOutput} for command's `response` shape.
32
32
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
33
33
  *
34
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
35
+ * <p>The request was rejected because the requester does not have permission to perform the
36
+ * requested operation.</p>
37
+ *
38
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
39
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
40
+ * be retried.</p>
41
+ *
42
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
43
+ * <p>The request was rejected because it is not a valid request.</p>
44
+ *
45
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
46
+ * <p>The request was rejected because it refers to a resource that cannot be
47
+ * found.</p>
48
+ *
49
+ * @throws {@link CloudHsmServiceException} (client fault)
50
+ * <p>The request was rejected because an error occurred.</p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class DeleteBackupCommand extends $Command<DeleteBackupCommandInput, DeleteBackupCommandOutput, CloudHSMV2ClientResolvedConfig> {
36
55
  readonly input: DeleteBackupCommandInput;
@@ -30,6 +30,28 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
30
30
  * @see {@link DeleteClusterCommandOutput} for command's `response` shape.
31
31
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
32
32
  *
33
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
34
+ * <p>The request was rejected because the requester does not have permission to perform the
35
+ * requested operation.</p>
36
+ *
37
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
38
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
39
+ * be retried.</p>
40
+ *
41
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
42
+ * <p>The request was rejected because it is not a valid request.</p>
43
+ *
44
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
45
+ * <p>The request was rejected because it refers to a resource that cannot be
46
+ * found.</p>
47
+ *
48
+ * @throws {@link CloudHsmServiceException} (client fault)
49
+ * <p>The request was rejected because an error occurred.</p>
50
+ *
51
+ * @throws {@link CloudHsmTagException} (client fault)
52
+ * <p>The request was rejected because of a tagging failure. Verify the tag conditions in all applicable policies, and then retry the request.</p>
53
+ *
54
+ *
33
55
  */
34
56
  export declare class DeleteClusterCommand extends $Command<DeleteClusterCommandInput, DeleteClusterCommandOutput, CloudHSMV2ClientResolvedConfig> {
35
57
  readonly input: DeleteClusterCommandInput;
@@ -31,6 +31,25 @@ export interface DeleteHsmCommandOutput extends DeleteHsmResponse, __MetadataBea
31
31
  * @see {@link DeleteHsmCommandOutput} for command's `response` shape.
32
32
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
33
33
  *
34
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
35
+ * <p>The request was rejected because the requester does not have permission to perform the
36
+ * requested operation.</p>
37
+ *
38
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
39
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
40
+ * be retried.</p>
41
+ *
42
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
43
+ * <p>The request was rejected because it is not a valid request.</p>
44
+ *
45
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
46
+ * <p>The request was rejected because it refers to a resource that cannot be
47
+ * found.</p>
48
+ *
49
+ * @throws {@link CloudHsmServiceException} (client fault)
50
+ * <p>The request was rejected because an error occurred.</p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class DeleteHsmCommand extends $Command<DeleteHsmCommandInput, DeleteHsmCommandOutput, CloudHSMV2ClientResolvedConfig> {
36
55
  readonly input: DeleteHsmCommandInput;
@@ -34,6 +34,28 @@ export interface DescribeBackupsCommandOutput extends DescribeBackupsResponse, _
34
34
  * @see {@link DescribeBackupsCommandOutput} for command's `response` shape.
35
35
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
36
36
  *
37
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
38
+ * <p>The request was rejected because the requester does not have permission to perform the
39
+ * requested operation.</p>
40
+ *
41
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
42
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
43
+ * be retried.</p>
44
+ *
45
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
46
+ * <p>The request was rejected because it is not a valid request.</p>
47
+ *
48
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
49
+ * <p>The request was rejected because it refers to a resource that cannot be
50
+ * found.</p>
51
+ *
52
+ * @throws {@link CloudHsmServiceException} (client fault)
53
+ * <p>The request was rejected because an error occurred.</p>
54
+ *
55
+ * @throws {@link CloudHsmTagException} (client fault)
56
+ * <p>The request was rejected because of a tagging failure. Verify the tag conditions in all applicable policies, and then retry the request.</p>
57
+ *
58
+ *
37
59
  */
38
60
  export declare class DescribeBackupsCommand extends $Command<DescribeBackupsCommandInput, DescribeBackupsCommandOutput, CloudHSMV2ClientResolvedConfig> {
39
61
  readonly input: DescribeBackupsCommandInput;
@@ -34,6 +34,24 @@ export interface DescribeClustersCommandOutput extends DescribeClustersResponse,
34
34
  * @see {@link DescribeClustersCommandOutput} for command's `response` shape.
35
35
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
36
36
  *
37
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
38
+ * <p>The request was rejected because the requester does not have permission to perform the
39
+ * requested operation.</p>
40
+ *
41
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
42
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
43
+ * be retried.</p>
44
+ *
45
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
46
+ * <p>The request was rejected because it is not a valid request.</p>
47
+ *
48
+ * @throws {@link CloudHsmServiceException} (client fault)
49
+ * <p>The request was rejected because an error occurred.</p>
50
+ *
51
+ * @throws {@link CloudHsmTagException} (client fault)
52
+ * <p>The request was rejected because of a tagging failure. Verify the tag conditions in all applicable policies, and then retry the request.</p>
53
+ *
54
+ *
37
55
  */
38
56
  export declare class DescribeClustersCommand extends $Command<DescribeClustersCommandInput, DescribeClustersCommandOutput, CloudHSMV2ClientResolvedConfig> {
39
57
  readonly input: DescribeClustersCommandInput;
@@ -32,6 +32,25 @@ export interface InitializeClusterCommandOutput extends InitializeClusterRespons
32
32
  * @see {@link InitializeClusterCommandOutput} for command's `response` shape.
33
33
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
34
34
  *
35
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
36
+ * <p>The request was rejected because the requester does not have permission to perform the
37
+ * requested operation.</p>
38
+ *
39
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
40
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
41
+ * be retried.</p>
42
+ *
43
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
44
+ * <p>The request was rejected because it is not a valid request.</p>
45
+ *
46
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
47
+ * <p>The request was rejected because it refers to a resource that cannot be
48
+ * found.</p>
49
+ *
50
+ * @throws {@link CloudHsmServiceException} (client fault)
51
+ * <p>The request was rejected because an error occurred.</p>
52
+ *
53
+ *
35
54
  */
36
55
  export declare class InitializeClusterCommand extends $Command<InitializeClusterCommandInput, InitializeClusterCommandOutput, CloudHSMV2ClientResolvedConfig> {
37
56
  readonly input: InitializeClusterCommandInput;
@@ -34,6 +34,28 @@ export interface ListTagsCommandOutput extends ListTagsResponse, __MetadataBeare
34
34
  * @see {@link ListTagsCommandOutput} for command's `response` shape.
35
35
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
36
36
  *
37
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
38
+ * <p>The request was rejected because the requester does not have permission to perform the
39
+ * requested operation.</p>
40
+ *
41
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
42
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
43
+ * be retried.</p>
44
+ *
45
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
46
+ * <p>The request was rejected because it is not a valid request.</p>
47
+ *
48
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
49
+ * <p>The request was rejected because it refers to a resource that cannot be
50
+ * found.</p>
51
+ *
52
+ * @throws {@link CloudHsmServiceException} (client fault)
53
+ * <p>The request was rejected because an error occurred.</p>
54
+ *
55
+ * @throws {@link CloudHsmTagException} (client fault)
56
+ * <p>The request was rejected because of a tagging failure. Verify the tag conditions in all applicable policies, and then retry the request.</p>
57
+ *
58
+ *
37
59
  */
38
60
  export declare class ListTagsCommand extends $Command<ListTagsCommandInput, ListTagsCommandOutput, CloudHSMV2ClientResolvedConfig> {
39
61
  readonly input: ListTagsCommandInput;
@@ -29,6 +29,25 @@ export interface ModifyBackupAttributesCommandOutput extends ModifyBackupAttribu
29
29
  * @see {@link ModifyBackupAttributesCommandOutput} for command's `response` shape.
30
30
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
33
+ * <p>The request was rejected because the requester does not have permission to perform the
34
+ * requested operation.</p>
35
+ *
36
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
37
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
38
+ * be retried.</p>
39
+ *
40
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
41
+ * <p>The request was rejected because it is not a valid request.</p>
42
+ *
43
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
44
+ * <p>The request was rejected because it refers to a resource that cannot be
45
+ * found.</p>
46
+ *
47
+ * @throws {@link CloudHsmServiceException} (client fault)
48
+ * <p>The request was rejected because an error occurred.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ModifyBackupAttributesCommand extends $Command<ModifyBackupAttributesCommandInput, ModifyBackupAttributesCommandOutput, CloudHSMV2ClientResolvedConfig> {
34
53
  readonly input: ModifyBackupAttributesCommandInput;
@@ -29,6 +29,25 @@ export interface ModifyClusterCommandOutput extends ModifyClusterResponse, __Met
29
29
  * @see {@link ModifyClusterCommandOutput} for command's `response` shape.
30
30
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
33
+ * <p>The request was rejected because the requester does not have permission to perform the
34
+ * requested operation.</p>
35
+ *
36
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
37
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
38
+ * be retried.</p>
39
+ *
40
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
41
+ * <p>The request was rejected because it is not a valid request.</p>
42
+ *
43
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
44
+ * <p>The request was rejected because it refers to a resource that cannot be
45
+ * found.</p>
46
+ *
47
+ * @throws {@link CloudHsmServiceException} (client fault)
48
+ * <p>The request was rejected because an error occurred.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ModifyClusterCommand extends $Command<ModifyClusterCommandInput, ModifyClusterCommandOutput, CloudHSMV2ClientResolvedConfig> {
34
53
  readonly input: ModifyClusterCommandInput;
@@ -31,6 +31,25 @@ export interface RestoreBackupCommandOutput extends RestoreBackupResponse, __Met
31
31
  * @see {@link RestoreBackupCommandOutput} for command's `response` shape.
32
32
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
33
33
  *
34
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
35
+ * <p>The request was rejected because the requester does not have permission to perform the
36
+ * requested operation.</p>
37
+ *
38
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
39
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
40
+ * be retried.</p>
41
+ *
42
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
43
+ * <p>The request was rejected because it is not a valid request.</p>
44
+ *
45
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
46
+ * <p>The request was rejected because it refers to a resource that cannot be
47
+ * found.</p>
48
+ *
49
+ * @throws {@link CloudHsmServiceException} (client fault)
50
+ * <p>The request was rejected because an error occurred.</p>
51
+ *
52
+ *
34
53
  */
35
54
  export declare class RestoreBackupCommand extends $Command<RestoreBackupCommandInput, RestoreBackupCommandOutput, CloudHSMV2ClientResolvedConfig> {
36
55
  readonly input: RestoreBackupCommandInput;
@@ -29,6 +29,28 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
33
+ * <p>The request was rejected because the requester does not have permission to perform the
34
+ * requested operation.</p>
35
+ *
36
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
37
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
38
+ * be retried.</p>
39
+ *
40
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
41
+ * <p>The request was rejected because it is not a valid request.</p>
42
+ *
43
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
44
+ * <p>The request was rejected because it refers to a resource that cannot be
45
+ * found.</p>
46
+ *
47
+ * @throws {@link CloudHsmServiceException} (client fault)
48
+ * <p>The request was rejected because an error occurred.</p>
49
+ *
50
+ * @throws {@link CloudHsmTagException} (client fault)
51
+ * <p>The request was rejected because of a tagging failure. Verify the tag conditions in all applicable policies, and then retry the request.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, CloudHSMV2ClientResolvedConfig> {
34
56
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,28 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link CloudHSMV2ClientResolvedConfig | config} for CloudHSMV2Client's `config` shape.
31
31
  *
32
+ * @throws {@link CloudHsmAccessDeniedException} (client fault)
33
+ * <p>The request was rejected because the requester does not have permission to perform the
34
+ * requested operation.</p>
35
+ *
36
+ * @throws {@link CloudHsmInternalFailureException} (server fault)
37
+ * <p>The request was rejected because of an AWS CloudHSM internal failure. The request can
38
+ * be retried.</p>
39
+ *
40
+ * @throws {@link CloudHsmInvalidRequestException} (client fault)
41
+ * <p>The request was rejected because it is not a valid request.</p>
42
+ *
43
+ * @throws {@link CloudHsmResourceNotFoundException} (client fault)
44
+ * <p>The request was rejected because it refers to a resource that cannot be
45
+ * found.</p>
46
+ *
47
+ * @throws {@link CloudHsmServiceException} (client fault)
48
+ * <p>The request was rejected because an error occurred.</p>
49
+ *
50
+ * @throws {@link CloudHsmTagException} (client fault)
51
+ * <p>The request was rejected because of a tagging failure. Verify the tag conditions in all applicable policies, and then retry the request.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, CloudHSMV2ClientResolvedConfig> {
34
56
  readonly input: UntagResourceCommandInput;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudhsm-v2",
3
3
  "description": "AWS SDK for JavaScript Cloudhsm V2 Client for Node.js, Browser and React Native",
4
- "version": "3.288.0",
4
+ "version": "3.290.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,37 +20,37 @@
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.288.0",
24
- "@aws-sdk/config-resolver": "3.287.0",
25
- "@aws-sdk/credential-provider-node": "3.288.0",
26
- "@aws-sdk/fetch-http-handler": "3.282.0",
27
- "@aws-sdk/hash-node": "3.272.0",
28
- "@aws-sdk/invalid-dependency": "3.272.0",
29
- "@aws-sdk/middleware-content-length": "3.282.0",
30
- "@aws-sdk/middleware-endpoint": "3.282.0",
31
- "@aws-sdk/middleware-host-header": "3.282.0",
32
- "@aws-sdk/middleware-logger": "3.288.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.282.0",
34
- "@aws-sdk/middleware-retry": "3.287.0",
35
- "@aws-sdk/middleware-serde": "3.272.0",
36
- "@aws-sdk/middleware-signing": "3.282.0",
37
- "@aws-sdk/middleware-stack": "3.272.0",
38
- "@aws-sdk/middleware-user-agent": "3.282.0",
39
- "@aws-sdk/node-config-provider": "3.287.0",
40
- "@aws-sdk/node-http-handler": "3.282.0",
41
- "@aws-sdk/protocol-http": "3.282.0",
42
- "@aws-sdk/smithy-client": "3.279.0",
43
- "@aws-sdk/types": "3.272.0",
44
- "@aws-sdk/url-parser": "3.272.0",
23
+ "@aws-sdk/client-sts": "3.290.0",
24
+ "@aws-sdk/config-resolver": "3.290.0",
25
+ "@aws-sdk/credential-provider-node": "3.290.0",
26
+ "@aws-sdk/fetch-http-handler": "3.290.0",
27
+ "@aws-sdk/hash-node": "3.290.0",
28
+ "@aws-sdk/invalid-dependency": "3.290.0",
29
+ "@aws-sdk/middleware-content-length": "3.290.0",
30
+ "@aws-sdk/middleware-endpoint": "3.290.0",
31
+ "@aws-sdk/middleware-host-header": "3.290.0",
32
+ "@aws-sdk/middleware-logger": "3.290.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.290.0",
34
+ "@aws-sdk/middleware-retry": "3.290.0",
35
+ "@aws-sdk/middleware-serde": "3.290.0",
36
+ "@aws-sdk/middleware-signing": "3.290.0",
37
+ "@aws-sdk/middleware-stack": "3.290.0",
38
+ "@aws-sdk/middleware-user-agent": "3.290.0",
39
+ "@aws-sdk/node-config-provider": "3.290.0",
40
+ "@aws-sdk/node-http-handler": "3.290.0",
41
+ "@aws-sdk/protocol-http": "3.290.0",
42
+ "@aws-sdk/smithy-client": "3.290.0",
43
+ "@aws-sdk/types": "3.290.0",
44
+ "@aws-sdk/url-parser": "3.290.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.287.0",
50
- "@aws-sdk/util-endpoints": "3.272.0",
51
- "@aws-sdk/util-retry": "3.272.0",
52
- "@aws-sdk/util-user-agent-browser": "3.282.0",
53
- "@aws-sdk/util-user-agent-node": "3.287.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.290.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.290.0",
50
+ "@aws-sdk/util-endpoints": "3.290.0",
51
+ "@aws-sdk/util-retry": "3.290.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.290.0",
53
+ "@aws-sdk/util-user-agent-node": "3.290.0",
54
54
  "@aws-sdk/util-utf8": "3.254.0",
55
55
  "tslib": "^2.3.1"
56
56
  },