aws-sdk-glacier 1.86.0 → 1.87.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glacier/client.rb +86 -90
- data/lib/aws-sdk-glacier/client_api.rb +39 -0
- data/lib/aws-sdk-glacier/errors.rb +26 -0
- data/lib/aws-sdk-glacier/job.rb +1 -1
- data/lib/aws-sdk-glacier/multipart_upload.rb +2 -2
- data/lib/aws-sdk-glacier/notification.rb +1 -1
- data/lib/aws-sdk-glacier/types.rb +158 -142
- data/lib/aws-sdk-glacier/vault.rb +1 -1
- data/lib/aws-sdk-glacier.rb +1 -1
- data/sig/errors.rbs +5 -0
- data/sig/types.rbs +7 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f524f44a31612ac00e56a702c1f9f0b53496969314c2dd41ae4585fea9be3ba
|
|
4
|
+
data.tar.gz: f06e0c92cbbed6d84c9f18e1987bcf81ef1060627166cdb1634fa0846666cfc0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3e89dca44e09d3da990bca2506b2a38c5da69bd5054c0287430cc53beaa84787390bd3d2a4e6f8a68fa453e45cdf15acaedf3f5c21bf7d20076dd67e0013fd1
|
|
7
|
+
data.tar.gz: 2216c523d7a87ab33a43bcaa3331086c0bcb0aef301fe0b3f0c069eb2d0615dc7ff90cd301ec28299a43f46951171b8b82731c874e54bb97d40b5b95d7c3a38b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.87.0
|
|
@@ -503,8 +503,8 @@ module Aws::Glacier
|
|
|
503
503
|
# [Access Control Using AWS Identity and Access Management (IAM)][1].
|
|
504
504
|
#
|
|
505
505
|
# For conceptual information and underlying REST API, see [Working with
|
|
506
|
-
# Archives in Amazon
|
|
507
|
-
#
|
|
506
|
+
# Archives in Amazon Glacier][2] and [Abort Multipart Upload][3] in the
|
|
507
|
+
# *Amazon Glacier Developer Guide*.
|
|
508
508
|
#
|
|
509
509
|
#
|
|
510
510
|
#
|
|
@@ -515,7 +515,7 @@ module Aws::Glacier
|
|
|
515
515
|
# @option params [required, String] :account_id
|
|
516
516
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
517
517
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
518
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
518
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
519
519
|
# account ID associated with the credentials used to sign the request.
|
|
520
520
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
521
521
|
# ID.
|
|
@@ -622,7 +622,7 @@ module Aws::Glacier
|
|
|
622
622
|
# the operation throws the `LimitExceededException` error. If a tag
|
|
623
623
|
# already exists on the vault under a specified key, the existing key
|
|
624
624
|
# value will be overwritten. For more information about tags, see
|
|
625
|
-
# [Tagging Amazon
|
|
625
|
+
# [Tagging Amazon Glacier Resources][1].
|
|
626
626
|
#
|
|
627
627
|
#
|
|
628
628
|
#
|
|
@@ -631,7 +631,7 @@ module Aws::Glacier
|
|
|
631
631
|
# @option params [required, String] :account_id
|
|
632
632
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
633
633
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
634
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
634
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
635
635
|
# account ID associated with the credentials used to sign the request.
|
|
636
636
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
637
637
|
# ID.
|
|
@@ -676,7 +676,7 @@ module Aws::Glacier
|
|
|
676
676
|
req.send_request(options)
|
|
677
677
|
end
|
|
678
678
|
|
|
679
|
-
# You call this operation to inform Amazon
|
|
679
|
+
# You call this operation to inform Amazon Glacier (Glacier) that all
|
|
680
680
|
# the archive parts have been uploaded and that Glacier can now assemble
|
|
681
681
|
# the archive from the uploaded parts. After assembling and saving the
|
|
682
682
|
# archive to the vault, Glacier returns the URI path of the newly
|
|
@@ -732,7 +732,7 @@ module Aws::Glacier
|
|
|
732
732
|
# @option params [required, String] :account_id
|
|
733
733
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
734
734
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
735
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
735
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
736
736
|
# account ID associated with the credentials used to sign the request.
|
|
737
737
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
738
738
|
# ID.
|
|
@@ -751,7 +751,7 @@ module Aws::Glacier
|
|
|
751
751
|
# The SHA256 tree hash of the entire archive. It is the tree hash of
|
|
752
752
|
# SHA256 tree hash of the individual parts. If the value you specify in
|
|
753
753
|
# the request does not match the SHA256 tree hash of the final assembled
|
|
754
|
-
# archive as computed by Amazon
|
|
754
|
+
# archive as computed by Amazon Glacier (Glacier), Glacier returns an
|
|
755
755
|
# error and the request fails.
|
|
756
756
|
#
|
|
757
757
|
# @return [Types::ArchiveCreationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
@@ -873,7 +873,7 @@ module Aws::Glacier
|
|
|
873
873
|
# This operation creates a new vault with the specified name. The name
|
|
874
874
|
# of the vault must be unique within a region for an AWS account. You
|
|
875
875
|
# can create up to 1,000 vaults per account. If you need to create more
|
|
876
|
-
# vaults, contact Amazon
|
|
876
|
+
# vaults, contact Amazon Glacier.
|
|
877
877
|
#
|
|
878
878
|
# You must use the following guidelines when naming a vault.
|
|
879
879
|
#
|
|
@@ -955,11 +955,11 @@ module Aws::Glacier
|
|
|
955
955
|
# according to the following scenarios:
|
|
956
956
|
#
|
|
957
957
|
# * If the archive retrieval job is actively preparing the data for
|
|
958
|
-
# download when Amazon
|
|
958
|
+
# download when Amazon Glacier receives the delete archive request,
|
|
959
959
|
# the archival retrieval operation might fail.
|
|
960
960
|
#
|
|
961
961
|
# * If the archive retrieval job has successfully prepared the archive
|
|
962
|
-
# for download when Amazon
|
|
962
|
+
# for download when Amazon Glacier receives the delete archive
|
|
963
963
|
# request, you will be able to download the output.
|
|
964
964
|
#
|
|
965
965
|
# This operation is idempotent. Attempting to delete an already-deleted
|
|
@@ -984,7 +984,7 @@ module Aws::Glacier
|
|
|
984
984
|
# @option params [required, String] :account_id
|
|
985
985
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
986
986
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
987
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
987
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
988
988
|
# account ID associated with the credentials used to sign the request.
|
|
989
989
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
990
990
|
# ID.
|
|
@@ -1023,16 +1023,16 @@ module Aws::Glacier
|
|
|
1023
1023
|
req.send_request(options)
|
|
1024
1024
|
end
|
|
1025
1025
|
|
|
1026
|
-
# This operation deletes a vault. Amazon
|
|
1026
|
+
# This operation deletes a vault. Amazon Glacier will delete a vault
|
|
1027
1027
|
# only if there are no archives in the vault as of the last inventory
|
|
1028
1028
|
# and there have been no writes to the vault since the last inventory.
|
|
1029
1029
|
# If either of these conditions is not satisfied, the vault deletion
|
|
1030
|
-
# fails (that is, the vault is not removed) and Amazon
|
|
1031
|
-
#
|
|
1032
|
-
#
|
|
1033
|
-
#
|
|
1034
|
-
#
|
|
1035
|
-
#
|
|
1030
|
+
# fails (that is, the vault is not removed) and Amazon Glacier returns
|
|
1031
|
+
# an error. You can use DescribeVault to return the number of archives
|
|
1032
|
+
# in a vault, and you can use [Initiate a Job (POST jobs)][1] to
|
|
1033
|
+
# initiate a new inventory retrieval for a vault. The inventory contains
|
|
1034
|
+
# the archive IDs you use to delete archives using [Delete Archive
|
|
1035
|
+
# (DELETE archive)][2].
|
|
1036
1036
|
#
|
|
1037
1037
|
# This operation is idempotent.
|
|
1038
1038
|
#
|
|
@@ -1043,7 +1043,7 @@ module Aws::Glacier
|
|
|
1043
1043
|
# [Access Control Using AWS Identity and Access Management (IAM)][3].
|
|
1044
1044
|
#
|
|
1045
1045
|
# For conceptual information and underlying REST API, see [Deleting a
|
|
1046
|
-
# Vault in Amazon Glacier][4] and [Delete Vault ][5] in the *Amazon
|
|
1046
|
+
# Vault in Amazon Glacier][4] and [Delete Vault ][5] in the *Amazon
|
|
1047
1047
|
# Glacier Developer Guide*.
|
|
1048
1048
|
#
|
|
1049
1049
|
#
|
|
@@ -1057,7 +1057,7 @@ module Aws::Glacier
|
|
|
1057
1057
|
# @option params [required, String] :account_id
|
|
1058
1058
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
1059
1059
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
1060
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
1060
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
1061
1061
|
# account ID associated with the credentials used to sign the request.
|
|
1062
1062
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
1063
1063
|
# ID.
|
|
@@ -1093,9 +1093,9 @@ module Aws::Glacier
|
|
|
1093
1093
|
|
|
1094
1094
|
# This operation deletes the access policy associated with the specified
|
|
1095
1095
|
# vault. The operation is eventually consistent; that is, it might take
|
|
1096
|
-
# some time for Amazon
|
|
1097
|
-
#
|
|
1098
|
-
#
|
|
1096
|
+
# some time for Amazon Glacier to completely remove the access policy,
|
|
1097
|
+
# and you might still see the effect of the policy for a short time
|
|
1098
|
+
# after you send the delete request.
|
|
1099
1099
|
#
|
|
1100
1100
|
# This operation is idempotent. You can invoke delete multiple times,
|
|
1101
1101
|
# even if there is no policy associated with the vault. For more
|
|
@@ -1109,7 +1109,7 @@ module Aws::Glacier
|
|
|
1109
1109
|
# @option params [required, String] :account_id
|
|
1110
1110
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
1111
1111
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
1112
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
1112
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
1113
1113
|
# account ID associated with the credentials used to sign the request.
|
|
1114
1114
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
1115
1115
|
# ID.
|
|
@@ -1145,7 +1145,7 @@ module Aws::Glacier
|
|
|
1145
1145
|
|
|
1146
1146
|
# This operation deletes the notification configuration set for a vault.
|
|
1147
1147
|
# The operation is eventually consistent; that is, it might take some
|
|
1148
|
-
# time for Amazon
|
|
1148
|
+
# time for Amazon Glacier to completely disable the notifications and
|
|
1149
1149
|
# you might still receive some notifications for a short time after you
|
|
1150
1150
|
# send the delete request.
|
|
1151
1151
|
#
|
|
@@ -1156,9 +1156,8 @@ module Aws::Glacier
|
|
|
1156
1156
|
# [Access Control Using AWS Identity and Access Management (IAM)][1].
|
|
1157
1157
|
#
|
|
1158
1158
|
# For conceptual information and underlying REST API, see [Configuring
|
|
1159
|
-
# Vault Notifications in Amazon
|
|
1160
|
-
# Notification Configuration ][3] in the Amazon
|
|
1161
|
-
# Guide.
|
|
1159
|
+
# Vault Notifications in Amazon Glacier][2] and [Delete Vault
|
|
1160
|
+
# Notification Configuration ][3] in the Amazon Glacier Developer Guide.
|
|
1162
1161
|
#
|
|
1163
1162
|
#
|
|
1164
1163
|
#
|
|
@@ -1169,7 +1168,7 @@ module Aws::Glacier
|
|
|
1169
1168
|
# @option params [required, String] :account_id
|
|
1170
1169
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
1171
1170
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
1172
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
1171
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
1173
1172
|
# account ID associated with the credentials used to sign the request.
|
|
1174
1173
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
1175
1174
|
# ID.
|
|
@@ -1206,7 +1205,7 @@ module Aws::Glacier
|
|
|
1206
1205
|
# This operation returns information about a job you previously
|
|
1207
1206
|
# initiated, including the job initiation date, the user who initiated
|
|
1208
1207
|
# the job, the job status code/message and the Amazon SNS topic to
|
|
1209
|
-
# notify after Amazon
|
|
1208
|
+
# notify after Amazon Glacier (Glacier) completes the job. For more
|
|
1210
1209
|
# information about initiating a job, see InitiateJob.
|
|
1211
1210
|
#
|
|
1212
1211
|
# <note markdown="1"> This operation enables you to check the status of your job. However,
|
|
@@ -1237,7 +1236,7 @@ module Aws::Glacier
|
|
|
1237
1236
|
# @option params [required, String] :account_id
|
|
1238
1237
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
1239
1238
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
1240
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
1239
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
1241
1240
|
# account ID associated with the credentials used to sign the request.
|
|
1242
1241
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
1243
1242
|
# ID.
|
|
@@ -1376,9 +1375,9 @@ module Aws::Glacier
|
|
|
1376
1375
|
# remove an archive from a vault, and then immediately use Describe
|
|
1377
1376
|
# Vault, the change in contents will not be immediately reflected. If
|
|
1378
1377
|
# you want to retrieve the latest inventory of the vault, use
|
|
1379
|
-
# InitiateJob. Amazon
|
|
1380
|
-
#
|
|
1381
|
-
#
|
|
1378
|
+
# InitiateJob. Amazon Glacier generates vault inventories approximately
|
|
1379
|
+
# daily. For more information, see [Downloading a Vault Inventory in
|
|
1380
|
+
# Amazon Glacier][1].
|
|
1382
1381
|
#
|
|
1383
1382
|
# An AWS account has full permission to perform all operations
|
|
1384
1383
|
# (actions). However, AWS Identity and Access Management (IAM) users
|
|
@@ -1387,8 +1386,8 @@ module Aws::Glacier
|
|
|
1387
1386
|
# [Access Control Using AWS Identity and Access Management (IAM)][2].
|
|
1388
1387
|
#
|
|
1389
1388
|
# For conceptual information and underlying REST API, see [Retrieving
|
|
1390
|
-
# Vault Metadata in Amazon
|
|
1391
|
-
#
|
|
1389
|
+
# Vault Metadata in Amazon Glacier][3] and [Describe Vault ][4] in the
|
|
1390
|
+
# *Amazon Glacier Developer Guide*.
|
|
1392
1391
|
#
|
|
1393
1392
|
#
|
|
1394
1393
|
#
|
|
@@ -1400,7 +1399,7 @@ module Aws::Glacier
|
|
|
1400
1399
|
# @option params [required, String] :account_id
|
|
1401
1400
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
1402
1401
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
1403
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
1402
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
1404
1403
|
# account ID associated with the credentials used to sign the request.
|
|
1405
1404
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
1406
1405
|
# ID.
|
|
@@ -1534,10 +1533,10 @@ module Aws::Glacier
|
|
|
1534
1533
|
#
|
|
1535
1534
|
# You can download all the job output or download a portion of the
|
|
1536
1535
|
# output by specifying a byte range. In the case of an archive retrieval
|
|
1537
|
-
# job, depending on the byte range you specify, Amazon
|
|
1538
|
-
#
|
|
1539
|
-
#
|
|
1540
|
-
#
|
|
1536
|
+
# job, depending on the byte range you specify, Amazon Glacier (Glacier)
|
|
1537
|
+
# returns the checksum for the portion of the data. You can compute the
|
|
1538
|
+
# checksum on the client and verify that the values match to ensure the
|
|
1539
|
+
# portion you downloaded is the correct data.
|
|
1541
1540
|
#
|
|
1542
1541
|
# A job ID will not expire for at least 24 hours after Glacier completes
|
|
1543
1542
|
# the job. That a byte range. For both archive and inventory retrieval
|
|
@@ -1550,7 +1549,7 @@ module Aws::Glacier
|
|
|
1550
1549
|
# example, if you specify a range of `bytes=0-1048575`, you should
|
|
1551
1550
|
# verify your download size is 1,048,576 bytes. If you download an
|
|
1552
1551
|
# entire archive, the expected size is the size of the archive when you
|
|
1553
|
-
# uploaded it to Amazon
|
|
1552
|
+
# uploaded it to Amazon Glacier The expected size is also returned in
|
|
1554
1553
|
# the headers from the **Get Job Output** response.
|
|
1555
1554
|
#
|
|
1556
1555
|
# In the case of an archive retrieval job, depending on the byte range
|
|
@@ -1583,7 +1582,7 @@ module Aws::Glacier
|
|
|
1583
1582
|
# @option params [required, String] :account_id
|
|
1584
1583
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
1585
1584
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
1586
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
1585
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
1587
1586
|
# account ID associated with the credentials used to sign the request.
|
|
1588
1587
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
1589
1588
|
# ID.
|
|
@@ -1623,7 +1622,7 @@ module Aws::Glacier
|
|
|
1623
1622
|
# find the checksum of the entire output. Using the DescribeJob API,
|
|
1624
1623
|
# obtain job information of the job that provided you the output.
|
|
1625
1624
|
# The response includes the checksum of the entire archive stored in
|
|
1626
|
-
# Amazon
|
|
1625
|
+
# Amazon Glacier. You compare this value with the checksum you
|
|
1627
1626
|
# computed to ensure you have downloaded the entire archive content
|
|
1628
1627
|
# with no errors.
|
|
1629
1628
|
#
|
|
@@ -1698,7 +1697,7 @@ module Aws::Glacier
|
|
|
1698
1697
|
# @option params [required, String] :account_id
|
|
1699
1698
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
1700
1699
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
1701
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
1700
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
1702
1701
|
# account ID associated with the credentials used to sign the request.
|
|
1703
1702
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
1704
1703
|
# ID.
|
|
@@ -1777,7 +1776,7 @@ module Aws::Glacier
|
|
|
1777
1776
|
# @option params [required, String] :account_id
|
|
1778
1777
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
1779
1778
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
1780
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
1779
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
1781
1780
|
# account ID associated with the credentials used to sign the request.
|
|
1782
1781
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
1783
1782
|
# ID.
|
|
@@ -1838,7 +1837,7 @@ module Aws::Glacier
|
|
|
1838
1837
|
# see SetVaultNotifications. If a notification configuration for a vault
|
|
1839
1838
|
# is not set, the operation returns a `404 Not Found` error. For more
|
|
1840
1839
|
# information about vault notifications, see [Configuring Vault
|
|
1841
|
-
# Notifications in Amazon
|
|
1840
|
+
# Notifications in Amazon Glacier][1].
|
|
1842
1841
|
#
|
|
1843
1842
|
# An AWS account has full permission to perform all operations
|
|
1844
1843
|
# (actions). However, AWS Identity and Access Management (IAM) users
|
|
@@ -1847,9 +1846,8 @@ module Aws::Glacier
|
|
|
1847
1846
|
# [Access Control Using AWS Identity and Access Management (IAM)][2].
|
|
1848
1847
|
#
|
|
1849
1848
|
# For conceptual information and underlying REST API, see [Configuring
|
|
1850
|
-
# Vault Notifications in Amazon
|
|
1851
|
-
#
|
|
1852
|
-
# Guide*.
|
|
1849
|
+
# Vault Notifications in Amazon Glacier][1] and [Get Vault Notification
|
|
1850
|
+
# Configuration ][3] in the *Amazon Glacier Developer Guide*.
|
|
1853
1851
|
#
|
|
1854
1852
|
#
|
|
1855
1853
|
#
|
|
@@ -1860,7 +1858,7 @@ module Aws::Glacier
|
|
|
1860
1858
|
# @option params [required, String] :account_id
|
|
1861
1859
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
1862
1860
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
1863
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
1861
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
1864
1862
|
# account ID associated with the credentials used to sign the request.
|
|
1865
1863
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
1866
1864
|
# ID.
|
|
@@ -1925,7 +1923,7 @@ module Aws::Glacier
|
|
|
1925
1923
|
# @option params [required, String] :account_id
|
|
1926
1924
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
1927
1925
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
1928
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
1926
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
1929
1927
|
# account ID associated with the credentials used to sign the request.
|
|
1930
1928
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
1931
1929
|
# ID.
|
|
@@ -2053,8 +2051,8 @@ module Aws::Glacier
|
|
|
2053
2051
|
req.send_request(options)
|
|
2054
2052
|
end
|
|
2055
2053
|
|
|
2056
|
-
# This operation initiates a multipart upload. Amazon
|
|
2057
|
-
#
|
|
2054
|
+
# This operation initiates a multipart upload. Amazon Glacier creates a
|
|
2055
|
+
# multipart upload resource and returns its ID in the response. The
|
|
2058
2056
|
# multipart upload ID is used in subsequent requests to upload parts of
|
|
2059
2057
|
# an archive (see UploadMultipartPart).
|
|
2060
2058
|
#
|
|
@@ -2071,12 +2069,12 @@ module Aws::Glacier
|
|
|
2071
2069
|
# MB, you will upload four parts of 4 MB each and one part of 0.2 MB.
|
|
2072
2070
|
#
|
|
2073
2071
|
# <note markdown="1"> You don't need to know the size of the archive when you start a
|
|
2074
|
-
# multipart upload because Amazon
|
|
2072
|
+
# multipart upload because Amazon Glacier does not require you to
|
|
2075
2073
|
# specify the overall archive size.
|
|
2076
2074
|
#
|
|
2077
2075
|
# </note>
|
|
2078
2076
|
#
|
|
2079
|
-
# After you complete the multipart upload, Amazon
|
|
2077
|
+
# After you complete the multipart upload, Amazon Glacier (Glacier)
|
|
2080
2078
|
# removes the multipart upload resource referenced by the ID. Glacier
|
|
2081
2079
|
# also removes the multipart upload resource if you cancel the multipart
|
|
2082
2080
|
# upload or it may be removed if there is no activity for a period of 24
|
|
@@ -2101,7 +2099,7 @@ module Aws::Glacier
|
|
|
2101
2099
|
# @option params [required, String] :account_id
|
|
2102
2100
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
2103
2101
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
2104
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
2102
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
2105
2103
|
# account ID associated with the credentials used to sign the request.
|
|
2106
2104
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
2107
2105
|
# ID.
|
|
@@ -2313,7 +2311,7 @@ module Aws::Glacier
|
|
|
2313
2311
|
# @option params [required, String] :account_id
|
|
2314
2312
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
2315
2313
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
2316
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
2314
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
2317
2315
|
# account ID associated with the credentials used to sign the request.
|
|
2318
2316
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
2319
2317
|
# ID.
|
|
@@ -2495,8 +2493,8 @@ module Aws::Glacier
|
|
|
2495
2493
|
# [Access Control Using AWS Identity and Access Management (IAM)][1].
|
|
2496
2494
|
#
|
|
2497
2495
|
# For conceptual information and the underlying REST API, see [Working
|
|
2498
|
-
# with Archives in Amazon
|
|
2499
|
-
#
|
|
2496
|
+
# with Archives in Amazon Glacier][2] and [List Multipart Uploads ][3]
|
|
2497
|
+
# in the *Amazon Glacier Developer Guide*.
|
|
2500
2498
|
#
|
|
2501
2499
|
#
|
|
2502
2500
|
#
|
|
@@ -2507,7 +2505,7 @@ module Aws::Glacier
|
|
|
2507
2505
|
# @option params [required, String] :account_id
|
|
2508
2506
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
2509
2507
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
2510
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
2508
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
2511
2509
|
# account ID associated with the credentials used to sign the request.
|
|
2512
2510
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
2513
2511
|
# ID.
|
|
@@ -2621,8 +2619,8 @@ module Aws::Glacier
|
|
|
2621
2619
|
# [Access Control Using AWS Identity and Access Management (IAM)][1].
|
|
2622
2620
|
#
|
|
2623
2621
|
# For conceptual information and the underlying REST API, see [Working
|
|
2624
|
-
# with Archives in Amazon
|
|
2625
|
-
#
|
|
2622
|
+
# with Archives in Amazon Glacier][2] and [List Parts][3] in the *Amazon
|
|
2623
|
+
# Glacier Developer Guide*.
|
|
2626
2624
|
#
|
|
2627
2625
|
#
|
|
2628
2626
|
#
|
|
@@ -2633,7 +2631,7 @@ module Aws::Glacier
|
|
|
2633
2631
|
# @option params [required, String] :account_id
|
|
2634
2632
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
2635
2633
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
2636
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
2634
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
2637
2635
|
# account ID associated with the credentials used to sign the request.
|
|
2638
2636
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
2639
2637
|
# ID.
|
|
@@ -2734,9 +2732,9 @@ module Aws::Glacier
|
|
|
2734
2732
|
# @option params [required, String] :account_id
|
|
2735
2733
|
# The AWS account ID of the account that owns the vault. You can either
|
|
2736
2734
|
# specify an AWS account ID or optionally a single '-' (hyphen), in
|
|
2737
|
-
# which case Amazon
|
|
2738
|
-
#
|
|
2739
|
-
#
|
|
2735
|
+
# which case Amazon Glacier uses the AWS account ID associated with the
|
|
2736
|
+
# credentials used to sign the request. If you use an account ID, don't
|
|
2737
|
+
# include any hyphens ('-') in the ID.
|
|
2740
2738
|
#
|
|
2741
2739
|
# @return [Types::ListProvisionedCapacityOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2742
2740
|
#
|
|
@@ -2789,7 +2787,7 @@ module Aws::Glacier
|
|
|
2789
2787
|
|
|
2790
2788
|
# This operation lists all the tags attached to a vault. The operation
|
|
2791
2789
|
# returns an empty map if there are no tags. For more information about
|
|
2792
|
-
# tags, see [Tagging Amazon
|
|
2790
|
+
# tags, see [Tagging Amazon Glacier Resources][1].
|
|
2793
2791
|
#
|
|
2794
2792
|
#
|
|
2795
2793
|
#
|
|
@@ -2798,7 +2796,7 @@ module Aws::Glacier
|
|
|
2798
2796
|
# @option params [required, String] :account_id
|
|
2799
2797
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
2800
2798
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
2801
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
2799
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
2802
2800
|
# account ID associated with the credentials used to sign the request.
|
|
2803
2801
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
2804
2802
|
# ID.
|
|
@@ -2866,7 +2864,7 @@ module Aws::Glacier
|
|
|
2866
2864
|
# [Access Control Using AWS Identity and Access Management (IAM)][1].
|
|
2867
2865
|
#
|
|
2868
2866
|
# For conceptual information and underlying REST API, see [Retrieving
|
|
2869
|
-
# Vault Metadata in Amazon
|
|
2867
|
+
# Vault Metadata in Amazon Glacier][2] and [List Vaults ][3] in the
|
|
2870
2868
|
# *Amazon Glacier Developer Guide*.
|
|
2871
2869
|
#
|
|
2872
2870
|
#
|
|
@@ -2907,7 +2905,6 @@ module Aws::Glacier
|
|
|
2907
2905
|
#
|
|
2908
2906
|
# resp = client.list_vaults({
|
|
2909
2907
|
# account_id: "-",
|
|
2910
|
-
# limit: ,
|
|
2911
2908
|
# marker: "",
|
|
2912
2909
|
# })
|
|
2913
2910
|
#
|
|
@@ -2957,9 +2954,9 @@ module Aws::Glacier
|
|
|
2957
2954
|
# @option params [required, String] :account_id
|
|
2958
2955
|
# The AWS account ID of the account that owns the vault. You can either
|
|
2959
2956
|
# specify an AWS account ID or optionally a single '-' (hyphen), in
|
|
2960
|
-
# which case Amazon
|
|
2961
|
-
#
|
|
2962
|
-
#
|
|
2957
|
+
# which case Amazon Glacier uses the AWS account ID associated with the
|
|
2958
|
+
# credentials used to sign the request. If you use an account ID, don't
|
|
2959
|
+
# include any hyphens ('-') in the ID.
|
|
2963
2960
|
#
|
|
2964
2961
|
# @return [Types::PurchaseProvisionedCapacityOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2965
2962
|
#
|
|
@@ -2997,7 +2994,7 @@ module Aws::Glacier
|
|
|
2997
2994
|
end
|
|
2998
2995
|
|
|
2999
2996
|
# This operation removes one or more tags from the set of tags attached
|
|
3000
|
-
# to a vault. For more information about tags, see [Tagging Amazon
|
|
2997
|
+
# to a vault. For more information about tags, see [Tagging Amazon
|
|
3001
2998
|
# Glacier Resources][1]. This operation is idempotent. The operation
|
|
3002
2999
|
# will be successful, even if there are no tags attached to the vault.
|
|
3003
3000
|
#
|
|
@@ -3008,7 +3005,7 @@ module Aws::Glacier
|
|
|
3008
3005
|
# @option params [required, String] :account_id
|
|
3009
3006
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
3010
3007
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
3011
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
3008
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
3012
3009
|
# account ID associated with the credentials used to sign the request.
|
|
3013
3010
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
3014
3011
|
# ID.
|
|
@@ -3132,7 +3129,7 @@ module Aws::Glacier
|
|
|
3132
3129
|
# @option params [required, String] :account_id
|
|
3133
3130
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
3134
3131
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
3135
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
3132
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
3136
3133
|
# account ID associated with the credentials used to sign the request.
|
|
3137
3134
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
3138
3135
|
# ID.
|
|
@@ -3182,7 +3179,7 @@ module Aws::Glacier
|
|
|
3182
3179
|
# To configure vault notifications, send a PUT request to the
|
|
3183
3180
|
# `notification-configuration` subresource of the vault. The request
|
|
3184
3181
|
# should include a JSON document that provides an Amazon SNS topic and
|
|
3185
|
-
# specific events for which you want Amazon
|
|
3182
|
+
# specific events for which you want Amazon Glacier to send
|
|
3186
3183
|
# notifications to the topic.
|
|
3187
3184
|
#
|
|
3188
3185
|
# Amazon SNS topics must grant permission to the vault to be allowed to
|
|
@@ -3208,9 +3205,8 @@ module Aws::Glacier
|
|
|
3208
3205
|
# [Access Control Using AWS Identity and Access Management (IAM)][1].
|
|
3209
3206
|
#
|
|
3210
3207
|
# For conceptual information and underlying REST API, see [Configuring
|
|
3211
|
-
# Vault Notifications in Amazon
|
|
3212
|
-
#
|
|
3213
|
-
# Guide*.
|
|
3208
|
+
# Vault Notifications in Amazon Glacier][2] and [Set Vault Notification
|
|
3209
|
+
# Configuration ][3] in the *Amazon Glacier Developer Guide*.
|
|
3214
3210
|
#
|
|
3215
3211
|
#
|
|
3216
3212
|
#
|
|
@@ -3221,7 +3217,7 @@ module Aws::Glacier
|
|
|
3221
3217
|
# @option params [required, String] :account_id
|
|
3222
3218
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
3223
3219
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
3224
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
3220
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
3225
3221
|
# account ID associated with the credentials used to sign the request.
|
|
3226
3222
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
3227
3223
|
# ID.
|
|
@@ -3271,10 +3267,10 @@ module Aws::Glacier
|
|
|
3271
3267
|
|
|
3272
3268
|
# This operation adds an archive to a vault. This is a synchronous
|
|
3273
3269
|
# operation, and for a successful upload, your data is durably
|
|
3274
|
-
# persisted. Amazon
|
|
3270
|
+
# persisted. Amazon Glacier returns the archive ID in the
|
|
3275
3271
|
# `x-amz-archive-id` header of the response.
|
|
3276
3272
|
#
|
|
3277
|
-
# You must use the archive ID to access your data in Amazon
|
|
3273
|
+
# You must use the archive ID to access your data in Amazon Glacier.
|
|
3278
3274
|
# After you upload an archive, you should save the archive ID returned
|
|
3279
3275
|
# so that you can retrieve or delete the archive later. Besides saving
|
|
3280
3276
|
# the archive ID, you can also index it and give it a friendly name to
|
|
@@ -3322,7 +3318,7 @@ module Aws::Glacier
|
|
|
3322
3318
|
# @option params [required, String] :account_id
|
|
3323
3319
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
3324
3320
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
3325
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
3321
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
3326
3322
|
# account ID associated with the credentials used to sign the request.
|
|
3327
3323
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
3328
3324
|
# ID.
|
|
@@ -3395,7 +3391,7 @@ module Aws::Glacier
|
|
|
3395
3391
|
# * **SHA256 tree hash does not match**To ensure that part data is not
|
|
3396
3392
|
# corrupted in transmission, you compute a SHA256 tree hash of the
|
|
3397
3393
|
# part and include it in your request. Upon receiving the part data,
|
|
3398
|
-
# Amazon
|
|
3394
|
+
# Amazon Glacier also computes a SHA256 tree hash. If these hash
|
|
3399
3395
|
# values don't match, the operation fails. For information about
|
|
3400
3396
|
# computing a SHA256 tree hash, see [Computing Checksums][1].
|
|
3401
3397
|
#
|
|
@@ -3443,7 +3439,7 @@ module Aws::Glacier
|
|
|
3443
3439
|
# @option params [required, String] :account_id
|
|
3444
3440
|
# The `AccountId` value is the AWS account ID of the account that owns
|
|
3445
3441
|
# the vault. You can either specify an AWS account ID or optionally a
|
|
3446
|
-
# single '`-`' (hyphen), in which case Amazon
|
|
3442
|
+
# single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
|
|
3447
3443
|
# account ID associated with the credentials used to sign the request.
|
|
3448
3444
|
# If you use an account ID, do not include any hyphens ('-') in the
|
|
3449
3445
|
# ID.
|
|
@@ -3459,7 +3455,7 @@ module Aws::Glacier
|
|
|
3459
3455
|
#
|
|
3460
3456
|
# @option params [String] :range
|
|
3461
3457
|
# Identifies the range of bytes in the assembled archive that will be
|
|
3462
|
-
# uploaded in this part. Amazon
|
|
3458
|
+
# uploaded in this part. Amazon Glacier uses this information to
|
|
3463
3459
|
# assemble the archive in the proper sequence. The format of this header
|
|
3464
3460
|
# follows RFC 2616. An example header is Content-Range:bytes
|
|
3465
3461
|
# 0-4194303/*.
|
|
@@ -3530,7 +3526,7 @@ module Aws::Glacier
|
|
|
3530
3526
|
tracer: tracer
|
|
3531
3527
|
)
|
|
3532
3528
|
context[:gem_name] = 'aws-sdk-glacier'
|
|
3533
|
-
context[:gem_version] = '1.
|
|
3529
|
+
context[:gem_version] = '1.87.0'
|
|
3534
3530
|
Seahorse::Client::Request.new(handlers, context)
|
|
3535
3531
|
end
|
|
3536
3532
|
|