@aws-sdk/client-glacier 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Glacier.d.ts +598 -170
- package/dist-types/ts3.4/GlacierClient.d.ts +336 -114
- package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/AbortVaultLockCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/AddTagsToVaultCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CompleteVaultLockCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateVaultCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteArchiveCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVaultAccessPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteVaultCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteVaultNotificationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeVaultCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDataRetrievalPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetJobOutputCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVaultAccessPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetVaultLockCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetVaultNotificationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/InitiateJobCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/InitiateMultipartUploadCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/InitiateVaultLockCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProvisionedCapacityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForVaultCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListVaultsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PurchaseProvisionedCapacityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromVaultCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/SetDataRetrievalPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SetVaultAccessPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SetVaultNotificationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UploadArchiveCommand.d.ts +43 -24
- package/dist-types/ts3.4/commands/UploadMultipartPartCommand.d.ts +46 -24
- package/dist-types/ts3.4/commands/index.d.ts +33 -33
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/GlacierServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1700 -335
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMultipartUploadsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListVaultsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +401 -101
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +73 -45
- package/dist-types/ts3.4/runtimeConfig.d.ts +73 -45
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +74 -44
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForVaultExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForVaultNotExists.d.ts +13 -7
- package/package.json +38 -38
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-glacier
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-glacier
|