@aws-sdk/client-glacier 3.40.0 → 3.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-es/endpoints.js +9 -0
  4. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +1 -1
  5. package/dist-types/commands/AbortVaultLockCommand.d.ts +1 -1
  6. package/dist-types/commands/AddTagsToVaultCommand.d.ts +1 -1
  7. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +1 -1
  8. package/dist-types/commands/CompleteVaultLockCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateVaultCommand.d.ts +1 -1
  10. package/dist-types/commands/DeleteArchiveCommand.d.ts +1 -1
  11. package/dist-types/commands/DeleteVaultAccessPolicyCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteVaultCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteVaultNotificationsCommand.d.ts +1 -1
  14. package/dist-types/commands/DescribeJobCommand.d.ts +1 -1
  15. package/dist-types/commands/DescribeVaultCommand.d.ts +1 -1
  16. package/dist-types/commands/GetDataRetrievalPolicyCommand.d.ts +1 -1
  17. package/dist-types/commands/GetJobOutputCommand.d.ts +1 -1
  18. package/dist-types/commands/GetVaultAccessPolicyCommand.d.ts +1 -1
  19. package/dist-types/commands/GetVaultLockCommand.d.ts +1 -1
  20. package/dist-types/commands/GetVaultNotificationsCommand.d.ts +1 -1
  21. package/dist-types/commands/InitiateJobCommand.d.ts +1 -1
  22. package/dist-types/commands/InitiateMultipartUploadCommand.d.ts +1 -1
  23. package/dist-types/commands/InitiateVaultLockCommand.d.ts +1 -1
  24. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  25. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +1 -1
  26. package/dist-types/commands/ListPartsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListProvisionedCapacityCommand.d.ts +1 -1
  28. package/dist-types/commands/ListTagsForVaultCommand.d.ts +1 -1
  29. package/dist-types/commands/ListVaultsCommand.d.ts +1 -1
  30. package/dist-types/commands/PurchaseProvisionedCapacityCommand.d.ts +1 -1
  31. package/dist-types/commands/RemoveTagsFromVaultCommand.d.ts +1 -1
  32. package/dist-types/commands/SetDataRetrievalPolicyCommand.d.ts +1 -1
  33. package/dist-types/commands/SetVaultAccessPolicyCommand.d.ts +1 -1
  34. package/dist-types/commands/SetVaultNotificationsCommand.d.ts +1 -1
  35. package/dist-types/commands/UploadArchiveCommand.d.ts +1 -1
  36. package/dist-types/commands/UploadMultipartPartCommand.d.ts +1 -1
  37. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-glacier
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-glacier
28
+
29
+
30
+
31
+
32
+
33
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
34
+
35
+
36
+ ### Features
37
+
38
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
45
 
8
46
 
@@ -93,6 +93,7 @@ const partitionHash = {
93
93
  "ap-south-1",
94
94
  "ap-southeast-1",
95
95
  "ap-southeast-2",
96
+ "ap-southeast-3",
96
97
  "ca-central-1",
97
98
  "eu-central-1",
98
99
  "eu-north-1",
@@ -162,6 +163,10 @@ const partitionHash = {
162
163
  hostname: "glacier.{region}.c2s.ic.gov",
163
164
  tags: [],
164
165
  },
166
+ {
167
+ hostname: "glacier-fips.{region}.c2s.ic.gov",
168
+ tags: ["fips"],
169
+ },
165
170
  ],
166
171
  },
167
172
  "aws-iso-b": {
@@ -172,6 +177,10 @@ const partitionHash = {
172
177
  hostname: "glacier.{region}.sc2s.sgov.gov",
173
178
  tags: [],
174
179
  },
180
+ {
181
+ hostname: "glacier-fips.{region}.sc2s.sgov.gov",
182
+ tags: ["fips"],
183
+ },
175
184
  ],
176
185
  },
177
186
  "aws-us-gov": {
@@ -91,6 +91,7 @@ var partitionHash = {
91
91
  "ap-south-1",
92
92
  "ap-southeast-1",
93
93
  "ap-southeast-2",
94
+ "ap-southeast-3",
94
95
  "ca-central-1",
95
96
  "eu-central-1",
96
97
  "eu-north-1",
@@ -160,6 +161,10 @@ var partitionHash = {
160
161
  hostname: "glacier.{region}.c2s.ic.gov",
161
162
  tags: [],
162
163
  },
164
+ {
165
+ hostname: "glacier-fips.{region}.c2s.ic.gov",
166
+ tags: ["fips"],
167
+ },
163
168
  ],
164
169
  },
165
170
  "aws-iso-b": {
@@ -170,6 +175,10 @@ var partitionHash = {
170
175
  hostname: "glacier.{region}.sc2s.sgov.gov",
171
176
  tags: [],
172
177
  },
178
+ {
179
+ hostname: "glacier-fips.{region}.sc2s.sgov.gov",
180
+ tags: ["fips"],
181
+ },
173
182
  ],
174
183
  },
175
184
  "aws-us-gov": {
@@ -37,7 +37,7 @@ export interface AbortMultipartUploadCommandOutput extends __MetadataBearer {
37
37
  *
38
38
  * @see {@link AbortMultipartUploadCommandInput} for command's `input` shape.
39
39
  * @see {@link AbortMultipartUploadCommandOutput} for command's `response` shape.
40
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class AbortMultipartUploadCommand extends $Command<AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput, GlacierClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface AbortVaultLockCommandOutput extends __MetadataBearer {
33
33
  *
34
34
  * @see {@link AbortVaultLockCommandInput} for command's `input` shape.
35
35
  * @see {@link AbortVaultLockCommandOutput} for command's `response` shape.
36
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class AbortVaultLockCommand extends $Command<AbortVaultLockCommandInput, AbortVaultLockCommandOutput, GlacierClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface AddTagsToVaultCommandOutput extends __MetadataBearer {
25
25
  *
26
26
  * @see {@link AddTagsToVaultCommandInput} for command's `input` shape.
27
27
  * @see {@link AddTagsToVaultCommandOutput} for command's `response` shape.
28
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class AddTagsToVaultCommand extends $Command<AddTagsToVaultCommandInput, AddTagsToVaultCommandOutput, GlacierClientResolvedConfig> {
@@ -57,7 +57,7 @@ export interface CompleteMultipartUploadCommandOutput extends ArchiveCreationOut
57
57
  *
58
58
  * @see {@link CompleteMultipartUploadCommandInput} for command's `input` shape.
59
59
  * @see {@link CompleteMultipartUploadCommandOutput} for command's `response` shape.
60
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
60
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
61
61
  *
62
62
  */
63
63
  export declare class CompleteMultipartUploadCommand extends $Command<CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput, GlacierClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface CompleteVaultLockCommandOutput extends __MetadataBearer {
33
33
  *
34
34
  * @see {@link CompleteVaultLockCommandInput} for command's `input` shape.
35
35
  * @see {@link CompleteVaultLockCommandOutput} for command's `response` shape.
36
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class CompleteVaultLockCommand extends $Command<CompleteVaultLockCommandInput, CompleteVaultLockCommandOutput, GlacierClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface CreateVaultCommandOutput extends CreateVaultOutput, __MetadataB
43
43
  *
44
44
  * @see {@link CreateVaultCommandInput} for command's `input` shape.
45
45
  * @see {@link CreateVaultCommandOutput} for command's `response` shape.
46
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class CreateVaultCommand extends $Command<CreateVaultCommandInput, CreateVaultCommandOutput, GlacierClientResolvedConfig> {
@@ -46,7 +46,7 @@ export interface DeleteArchiveCommandOutput extends __MetadataBearer {
46
46
  *
47
47
  * @see {@link DeleteArchiveCommandInput} for command's `input` shape.
48
48
  * @see {@link DeleteArchiveCommandOutput} for command's `response` shape.
49
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
49
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
50
50
  *
51
51
  */
52
52
  export declare class DeleteArchiveCommand extends $Command<DeleteArchiveCommandInput, DeleteArchiveCommandOutput, GlacierClientResolvedConfig> {
@@ -26,7 +26,7 @@ export interface DeleteVaultAccessPolicyCommandOutput extends __MetadataBearer {
26
26
  *
27
27
  * @see {@link DeleteVaultAccessPolicyCommandInput} for command's `input` shape.
28
28
  * @see {@link DeleteVaultAccessPolicyCommandOutput} for command's `response` shape.
29
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DeleteVaultAccessPolicyCommand extends $Command<DeleteVaultAccessPolicyCommandInput, DeleteVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface DeleteVaultCommandOutput extends __MetadataBearer {
39
39
  *
40
40
  * @see {@link DeleteVaultCommandInput} for command's `input` shape.
41
41
  * @see {@link DeleteVaultCommandOutput} for command's `response` shape.
42
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class DeleteVaultCommand extends $Command<DeleteVaultCommandInput, DeleteVaultCommandOutput, GlacierClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface DeleteVaultNotificationsCommandOutput extends __MetadataBearer
32
32
  *
33
33
  * @see {@link DeleteVaultNotificationsCommandInput} for command's `input` shape.
34
34
  * @see {@link DeleteVaultNotificationsCommandOutput} for command's `response` shape.
35
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class DeleteVaultNotificationsCommand extends $Command<DeleteVaultNotificationsCommandInput, DeleteVaultNotificationsCommandOutput, GlacierClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface DescribeJobCommandOutput extends GlacierJobDescription, __Metad
43
43
  *
44
44
  * @see {@link DescribeJobCommandInput} for command's `input` shape.
45
45
  * @see {@link DescribeJobCommandOutput} for command's `response` shape.
46
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class DescribeJobCommand extends $Command<DescribeJobCommandInput, DescribeJobCommandOutput, GlacierClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface DescribeVaultCommandOutput extends DescribeVaultOutput, __Metad
37
37
  *
38
38
  * @see {@link DescribeVaultCommandInput} for command's `input` shape.
39
39
  * @see {@link DescribeVaultCommandOutput} for command's `response` shape.
40
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class DescribeVaultCommand extends $Command<DescribeVaultCommandInput, DescribeVaultCommandOutput, GlacierClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface GetDataRetrievalPolicyCommandOutput extends GetDataRetrievalPol
22
22
  *
23
23
  * @see {@link GetDataRetrievalPolicyCommandInput} for command's `input` shape.
24
24
  * @see {@link GetDataRetrievalPolicyCommandOutput} for command's `response` shape.
25
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class GetDataRetrievalPolicyCommand extends $Command<GetDataRetrievalPolicyCommandInput, GetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig> {
@@ -56,7 +56,7 @@ export interface GetJobOutputCommandOutput extends GetJobOutputOutput, __Metadat
56
56
  *
57
57
  * @see {@link GetJobOutputCommandInput} for command's `input` shape.
58
58
  * @see {@link GetJobOutputCommandOutput} for command's `response` shape.
59
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
59
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
60
60
  *
61
61
  */
62
62
  export declare class GetJobOutputCommand extends $Command<GetJobOutputCommandInput, GetJobOutputCommandOutput, GlacierClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface GetVaultAccessPolicyCommandOutput extends GetVaultAccessPolicyO
25
25
  *
26
26
  * @see {@link GetVaultAccessPolicyCommandInput} for command's `input` shape.
27
27
  * @see {@link GetVaultAccessPolicyCommandOutput} for command's `response` shape.
28
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class GetVaultAccessPolicyCommand extends $Command<GetVaultAccessPolicyCommandInput, GetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface GetVaultLockCommandOutput extends GetVaultLockOutput, __Metadat
47
47
  *
48
48
  * @see {@link GetVaultLockCommandInput} for command's `input` shape.
49
49
  * @see {@link GetVaultLockCommandOutput} for command's `response` shape.
50
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class GetVaultLockCommand extends $Command<GetVaultLockCommandInput, GetVaultLockCommandOutput, GlacierClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface GetVaultNotificationsCommandOutput extends GetVaultNotification
35
35
  *
36
36
  * @see {@link GetVaultNotificationsCommandInput} for command's `input` shape.
37
37
  * @see {@link GetVaultNotificationsCommandOutput} for command's `response` shape.
38
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class GetVaultNotificationsCommand extends $Command<GetVaultNotificationsCommandInput, GetVaultNotificationsCommandOutput, GlacierClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface InitiateJobCommandOutput extends InitiateJobOutput, __MetadataB
24
24
  *
25
25
  * @see {@link InitiateJobCommandInput} for command's `input` shape.
26
26
  * @see {@link InitiateJobCommandOutput} for command's `response` shape.
27
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class InitiateJobCommand extends $Command<InitiateJobCommandInput, InitiateJobCommandOutput, GlacierClientResolvedConfig> {
@@ -53,7 +53,7 @@ export interface InitiateMultipartUploadCommandOutput extends InitiateMultipartU
53
53
  *
54
54
  * @see {@link InitiateMultipartUploadCommandInput} for command's `input` shape.
55
55
  * @see {@link InitiateMultipartUploadCommandOutput} for command's `response` shape.
56
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
56
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
57
57
  *
58
58
  */
59
59
  export declare class InitiateMultipartUploadCommand extends $Command<InitiateMultipartUploadCommandInput, InitiateMultipartUploadCommandOutput, GlacierClientResolvedConfig> {
@@ -54,7 +54,7 @@ export interface InitiateVaultLockCommandOutput extends InitiateVaultLockOutput,
54
54
  *
55
55
  * @see {@link InitiateVaultLockCommandInput} for command's `input` shape.
56
56
  * @see {@link InitiateVaultLockCommandOutput} for command's `response` shape.
57
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
57
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
58
58
  *
59
59
  */
60
60
  export declare class InitiateVaultLockCommand extends $Command<InitiateVaultLockCommandInput, InitiateVaultLockCommandOutput, GlacierClientResolvedConfig> {
@@ -55,7 +55,7 @@ export interface ListJobsCommandOutput extends ListJobsOutput, __MetadataBearer
55
55
  *
56
56
  * @see {@link ListJobsCommandInput} for command's `input` shape.
57
57
  * @see {@link ListJobsCommandOutput} for command's `response` shape.
58
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
58
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
59
59
  *
60
60
  */
61
61
  export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, GlacierClientResolvedConfig> {
@@ -45,7 +45,7 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
45
45
  *
46
46
  * @see {@link ListMultipartUploadsCommandInput} for command's `input` shape.
47
47
  * @see {@link ListMultipartUploadsCommandOutput} for command's `response` shape.
48
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
48
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
49
49
  *
50
50
  */
51
51
  export declare class ListMultipartUploadsCommand extends $Command<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, GlacierClientResolvedConfig> {
@@ -41,7 +41,7 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
41
41
  *
42
42
  * @see {@link ListPartsCommandInput} for command's `input` shape.
43
43
  * @see {@link ListPartsCommandOutput} for command's `response` shape.
44
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
45
45
  *
46
46
  */
47
47
  export declare class ListPartsCommand extends $Command<ListPartsCommandInput, ListPartsCommandOutput, GlacierClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListProvisionedCapacityCommandOutput extends ListProvisionedCap
21
21
  *
22
22
  * @see {@link ListProvisionedCapacityCommandInput} for command's `input` shape.
23
23
  * @see {@link ListProvisionedCapacityCommandOutput} for command's `response` shape.
24
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListProvisionedCapacityCommand extends $Command<ListProvisionedCapacityCommandInput, ListProvisionedCapacityCommandOutput, GlacierClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListTagsForVaultCommandOutput extends ListTagsForVaultOutput, _
22
22
  *
23
23
  * @see {@link ListTagsForVaultCommandInput} for command's `input` shape.
24
24
  * @see {@link ListTagsForVaultCommandOutput} for command's `response` shape.
25
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListTagsForVaultCommand extends $Command<ListTagsForVaultCommandInput, ListTagsForVaultCommandOutput, GlacierClientResolvedConfig> {
@@ -38,7 +38,7 @@ export interface ListVaultsCommandOutput extends ListVaultsOutput, __MetadataBea
38
38
  *
39
39
  * @see {@link ListVaultsCommandInput} for command's `input` shape.
40
40
  * @see {@link ListVaultsCommandOutput} for command's `response` shape.
41
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class ListVaultsCommand extends $Command<ListVaultsCommandInput, ListVaultsCommandOutput, GlacierClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PurchaseProvisionedCapacityCommandOutput extends PurchaseProvis
20
20
  *
21
21
  * @see {@link PurchaseProvisionedCapacityCommandInput} for command's `input` shape.
22
22
  * @see {@link PurchaseProvisionedCapacityCommandOutput} for command's `response` shape.
23
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PurchaseProvisionedCapacityCommand extends $Command<PurchaseProvisionedCapacityCommandInput, PurchaseProvisionedCapacityCommandOutput, GlacierClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface RemoveTagsFromVaultCommandOutput extends __MetadataBearer {
23
23
  *
24
24
  * @see {@link RemoveTagsFromVaultCommandInput} for command's `input` shape.
25
25
  * @see {@link RemoveTagsFromVaultCommandOutput} for command's `response` shape.
26
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class RemoveTagsFromVaultCommand extends $Command<RemoveTagsFromVaultCommandInput, RemoveTagsFromVaultCommandOutput, GlacierClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface SetDataRetrievalPolicyCommandOutput extends __MetadataBearer {
25
25
  *
26
26
  * @see {@link SetDataRetrievalPolicyCommandInput} for command's `input` shape.
27
27
  * @see {@link SetDataRetrievalPolicyCommandOutput} for command's `response` shape.
28
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class SetDataRetrievalPolicyCommand extends $Command<SetDataRetrievalPolicyCommandInput, SetDataRetrievalPolicyCommandOutput, GlacierClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface SetVaultAccessPolicyCommandOutput extends __MetadataBearer {
25
25
  *
26
26
  * @see {@link SetVaultAccessPolicyCommandInput} for command's `input` shape.
27
27
  * @see {@link SetVaultAccessPolicyCommandOutput} for command's `response` shape.
28
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class SetVaultAccessPolicyCommand extends $Command<SetVaultAccessPolicyCommandInput, SetVaultAccessPolicyCommandOutput, GlacierClientResolvedConfig> {
@@ -57,7 +57,7 @@ export interface SetVaultNotificationsCommandOutput extends __MetadataBearer {
57
57
  *
58
58
  * @see {@link SetVaultNotificationsCommandInput} for command's `input` shape.
59
59
  * @see {@link SetVaultNotificationsCommandOutput} for command's `response` shape.
60
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
60
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
61
61
  *
62
62
  */
63
63
  export declare class SetVaultNotificationsCommand extends $Command<SetVaultNotificationsCommandInput, SetVaultNotificationsCommandOutput, GlacierClientResolvedConfig> {
@@ -61,7 +61,7 @@ export interface UploadArchiveCommandOutput extends ArchiveCreationOutput, __Met
61
61
  *
62
62
  * @see {@link UploadArchiveCommandInput} for command's `input` shape.
63
63
  * @see {@link UploadArchiveCommandOutput} for command's `response` shape.
64
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
64
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
65
65
  *
66
66
  */
67
67
  export declare class UploadArchiveCommand extends $Command<UploadArchiveCommandInput, UploadArchiveCommandOutput, GlacierClientResolvedConfig> {
@@ -80,7 +80,7 @@ export interface UploadMultipartPartCommandOutput extends UploadMultipartPartOut
80
80
  *
81
81
  * @see {@link UploadMultipartPartCommandInput} for command's `input` shape.
82
82
  * @see {@link UploadMultipartPartCommandOutput} for command's `response` shape.
83
- * @see {@link GlacierClientResolvedConfig | config} for command's `input` shape.
83
+ * @see {@link GlacierClientResolvedConfig | config} for GlacierClient's `config` shape.
84
84
  *
85
85
  */
86
86
  export declare class UploadMultipartPartCommand extends $Command<UploadMultipartPartCommandInput, UploadMultipartPartCommandOutput, GlacierClientResolvedConfig> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-glacier",
3
3
  "description": "AWS SDK for JavaScript Glacier Client for Node.js, Browser and React Native",
4
- "version": "3.40.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -23,9 +23,9 @@
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
24
  "@aws-sdk/body-checksum-browser": "3.40.0",
25
25
  "@aws-sdk/body-checksum-node": "3.40.0",
26
- "@aws-sdk/client-sts": "3.40.0",
27
- "@aws-sdk/config-resolver": "3.40.0",
28
- "@aws-sdk/credential-provider-node": "3.40.0",
26
+ "@aws-sdk/client-sts": "3.45.0",
27
+ "@aws-sdk/config-resolver": "3.45.0",
28
+ "@aws-sdk/credential-provider-node": "3.45.0",
29
29
  "@aws-sdk/fetch-http-handler": "3.40.0",
30
30
  "@aws-sdk/hash-node": "3.40.0",
31
31
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -35,13 +35,13 @@
35
35
  "@aws-sdk/middleware-retry": "3.40.0",
36
36
  "@aws-sdk/middleware-sdk-glacier": "3.40.0",
37
37
  "@aws-sdk/middleware-serde": "3.40.0",
38
- "@aws-sdk/middleware-signing": "3.40.0",
38
+ "@aws-sdk/middleware-signing": "3.45.0",
39
39
  "@aws-sdk/middleware-stack": "3.40.0",
40
40
  "@aws-sdk/middleware-user-agent": "3.40.0",
41
41
  "@aws-sdk/node-config-provider": "3.40.0",
42
42
  "@aws-sdk/node-http-handler": "3.40.0",
43
43
  "@aws-sdk/protocol-http": "3.40.0",
44
- "@aws-sdk/smithy-client": "3.40.0",
44
+ "@aws-sdk/smithy-client": "3.41.0",
45
45
  "@aws-sdk/types": "3.40.0",
46
46
  "@aws-sdk/url-parser": "3.40.0",
47
47
  "@aws-sdk/util-base64-browser": "3.37.0",