lib/aws-sdk-glacier/client.rb in aws-sdk-glacier-1.23.0 vs lib/aws-sdk-glacier/client.rb in aws-sdk-glacier-1.24.0
- old
+ new
@@ -281,23 +281,23 @@
# don't have any permissions by default. You must grant them explicit
# permission to perform specific actions. For more information, see
# [Access Control Using AWS Identity and Access Management (IAM)][1].
#
# For conceptual information and underlying REST API, see [Working with
- # Archives in Amazon Glacier][2] and [Abort Multipart Upload][3] in the
- # *Amazon Glacier Developer Guide*.
+ # Archives in Amazon S3 Glacier][2] and [Abort Multipart Upload][3] in
+ # the *Amazon Glacier Developer Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-abort-upload.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-abort-upload.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -352,12 +352,12 @@
# operation multiple times, if the vault lock is in the `InProgress`
# state or if there is no policy associated with the vault.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID. This value must match the
# AWS account ID associated with the credentials used to sign the
# request. You can either specify an AWS account ID or optionally a
@@ -400,20 +400,20 @@
# composed of a key and a value. Each vault can have up to 10 tags. If
# your request would cause the tag limit for the vault to be exceeded,
# the operation throws the `LimitExceededException` error. If a tag
# already exists on the vault under a specified key, the existing key
# value will be overwritten. For more information about tags, see
- # [Tagging Amazon Glacier Resources][1].
+ # [Tagging Amazon S3 Glacier Resources][1].
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -454,33 +454,33 @@
def add_tags_to_vault(params = {}, options = {})
req = build_request(:add_tags_to_vault, params)
req.send_request(options)
end
- # You call this operation to inform Amazon Glacier that all the archive
- # parts have been uploaded and that Amazon Glacier can now assemble the
- # archive from the uploaded parts. After assembling and saving the
- # archive to the vault, Amazon Glacier returns the URI path of the newly
+ # You call this operation to inform Amazon S3 Glacier (Glacier) that all
+ # the archive parts have been uploaded and that Glacier can now assemble
+ # the archive from the uploaded parts. After assembling and saving the
+ # archive to the vault, Glacier returns the URI path of the newly
# created archive resource. Using the URI path, you can then access the
# archive. After you upload an archive, you should save the archive ID
# returned to retrieve the archive at a later point. You can also get
# the vault inventory to obtain a list of archive IDs in a vault. For
# more information, see InitiateJob.
#
# In the request, you must include the computed SHA256 tree hash of the
# entire archive you have uploaded. For information about computing a
# SHA256 tree hash, see [Computing Checksums][1]. On the server side,
- # Amazon Glacier also constructs the SHA256 tree hash of the assembled
- # archive. If the values match, Amazon Glacier saves the archive to the
- # vault; otherwise, it returns an error, and the operation fails. The
- # ListParts operation returns a list of parts uploaded for a specific
- # multipart upload. It includes checksum information for each uploaded
- # part that can be used to debug a bad checksum issue.
+ # Glacier also constructs the SHA256 tree hash of the assembled archive.
+ # If the values match, Glacier saves the archive to the vault;
+ # otherwise, it returns an error, and the operation fails. The ListParts
+ # operation returns a list of parts uploaded for a specific multipart
+ # upload. It includes checksum information for each uploaded part that
+ # can be used to debug a bad checksum issue.
#
- # Additionally, Amazon Glacier also checks for any missing content
- # ranges when assembling the archive, if missing content ranges are
- # found, Amazon Glacier returns an error and the operation fails.
+ # Additionally, Glacier also checks for any missing content ranges when
+ # assembling the archive, if missing content ranges are found, Glacier
+ # returns an error and the operation fails.
#
# Complete Multipart Upload is an idempotent operation. After your first
# successful complete multipart upload, if you call the operation again
# within a short period, the operation will succeed and return the same
# archive ID. This is useful in the event you experience a network issue
@@ -502,19 +502,19 @@
# Large Archives in Parts (Multipart Upload)][3] and [Complete Multipart
# Upload][4] in the *Amazon Glacier Developer Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html
- # [4]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-complete-upload.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html
+ # [4]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-complete-upload.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -529,12 +529,12 @@
#
# @option params [String] :checksum
# The SHA256 tree hash of the entire archive. It is the tree hash of
# SHA256 tree hash of the individual parts. If the value you specify in
# the request does not match the SHA256 tree hash of the final assembled
- # archive as computed by Amazon Glacier, Amazon Glacier returns an error
- # and the request fails.
+ # archive as computed by Amazon S3 Glacier (Glacier), Glacier returns an
+ # error and the request fails.
#
# @return [Types::ArchiveCreationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::ArchiveCreationOutput#location #location} => String
# * {Types::ArchiveCreationOutput#checksum #checksum} => String
@@ -601,11 +601,11 @@
# request when the vault lock is in the `InProgress` state, the
# operation throws an `InvalidParameter` error.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID. This value must match the
# AWS account ID associated with the credentials used to sign the
# request. You can either specify an AWS account ID or optionally a
@@ -651,11 +651,11 @@
end
# This operation creates a new vault with the specified name. The name
# of the vault must be unique within a region for an AWS account. You
# can create up to 1,000 vaults per account. If you need to create more
- # vaults, contact Amazon Glacier.
+ # vaults, contact Amazon S3 Glacier.
#
# You must use the following guidelines when naming a vault.
#
# * Names can be between 1 and 255 characters long.
#
@@ -674,19 +674,19 @@
# Vault in Amazon Glacier][2] and [Create Vault ][3] in the *Amazon
# Glacier Developer Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/creating-vaults.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-put.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/creating-vaults.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-put.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID. This value must match the
# AWS account ID associated with the credentials used to sign the
# request. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you specify your account ID, do not include any hyphens ('-') in
# the ID.
#
# @option params [required, String] :vault_name
@@ -733,15 +733,15 @@
# initiate a retrieval of this archive will fail. Archive retrievals
# that are in progress for this archive ID may or may not succeed
# according to the following scenarios:
#
# * If the archive retrieval job is actively preparing the data for
- # download when Amazon Glacier receives the delete archive request,
+ # download when Amazon S3 Glacier receives the delete archive request,
# the archival retrieval operation might fail.
#
# * If the archive retrieval job has successfully prepared the archive
- # for download when Amazon Glacier receives the delete archive
+ # for download when Amazon S3 Glacier receives the delete archive
# request, you will be able to download the output.
#
# This operation is idempotent. Attempting to delete an already-deleted
# archive does not result in an error.
#
@@ -755,18 +755,18 @@
# Archive in Amazon Glacier][2] and [Delete Archive][3] in the *Amazon
# Glacier Developer Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-an-archive.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-delete.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-an-archive.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-delete.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -801,45 +801,45 @@
def delete_archive(params = {}, options = {})
req = build_request(:delete_archive, params)
req.send_request(options)
end
- # This operation deletes a vault. Amazon Glacier will delete a vault
+ # This operation deletes a vault. Amazon S3 Glacier will delete a vault
# only if there are no archives in the vault as of the last inventory
# and there have been no writes to the vault since the last inventory.
# If either of these conditions is not satisfied, the vault deletion
- # fails (that is, the vault is not removed) and Amazon Glacier returns
- # an error. You can use DescribeVault to return the number of archives
- # in a vault, and you can use [Initiate a Job (POST jobs)][1] to
- # initiate a new inventory retrieval for a vault. The inventory contains
- # the archive IDs you use to delete archives using [Delete Archive
- # (DELETE archive)][2].
+ # fails (that is, the vault is not removed) and Amazon S3 Glacier
+ # returns an error. You can use DescribeVault to return the number of
+ # archives in a vault, and you can use [Initiate a Job (POST jobs)][1]
+ # to initiate a new inventory retrieval for a vault. The inventory
+ # contains the archive IDs you use to delete archives using [Delete
+ # Archive (DELETE archive)][2].
#
# This operation is idempotent.
#
# An AWS account has full permission to perform all operations
# (actions). However, AWS Identity and Access Management (IAM) users
# don't have any permissions by default. You must grant them explicit
# permission to perform specific actions. For more information, see
# [Access Control Using AWS Identity and Access Management (IAM)][3].
#
# For conceptual information and underlying REST API, see [Deleting a
- # Vault in Amazon Glacier][4] and [Delete Vault ][5] in the *Amazon
+ # Vault in Amazon Glacier][4] and [Delete Vault ][5] in the *Amazon S3
# Glacier Developer Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-delete.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [4]: http://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-vaults.html
- # [5]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-delete.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-delete.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [4]: https://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-vaults.html
+ # [5]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-delete.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -871,27 +871,27 @@
req.send_request(options)
end
# This operation deletes the access policy associated with the specified
# vault. The operation is eventually consistent; that is, it might take
- # some time for Amazon Glacier to completely remove the access policy,
- # and you might still see the effect of the policy for a short time
- # after you send the delete request.
+ # some time for Amazon S3 Glacier to completely remove the access
+ # policy, and you might still see the effect of the policy for a short
+ # time after you send the delete request.
#
# This operation is idempotent. You can invoke delete multiple times,
# even if there is no policy associated with the vault. For more
# information about vault access policies, see [Amazon Glacier Access
# Control with Vault Access Policies][1].
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -923,34 +923,35 @@
req.send_request(options)
end
# This operation deletes the notification configuration set for a vault.
# The operation is eventually consistent; that is, it might take some
- # time for Amazon Glacier to completely disable the notifications and
+ # time for Amazon S3 Glacier to completely disable the notifications and
# you might still receive some notifications for a short time after you
# send the delete request.
#
# An AWS account has full permission to perform all operations
# (actions). However, AWS Identity and Access Management (IAM) users
# don't have any permissions by default. You must grant them explicit
# permission to perform specific actions. For more information, see
# [Access Control Using AWS Identity and Access Management (IAM)][1].
#
# For conceptual information and underlying REST API, see [Configuring
- # Vault Notifications in Amazon Glacier][2] and [Delete Vault
- # Notification Configuration ][3] in the Amazon Glacier Developer Guide.
+ # Vault Notifications in Amazon S3 Glacier][2] and [Delete Vault
+ # Notification Configuration ][3] in the Amazon S3 Glacier Developer
+ # Guide.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-delete.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-delete.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -983,22 +984,22 @@
end
# This operation returns information about a job you previously
# initiated, including the job initiation date, the user who initiated
# the job, the job status code/message and the Amazon SNS topic to
- # notify after Amazon Glacier completes the job. For more information
- # about initiating a job, see InitiateJob.
+ # notify after Amazon S3 Glacier (Glacier) completes the job. For more
+ # information about initiating a job, see InitiateJob.
#
# <note markdown="1"> This operation enables you to check the status of your job. However,
# it is strongly recommended that you set up an Amazon SNS topic and
- # specify it in your initiate job request so that Amazon Glacier can
- # notify the topic after it completes the job.
+ # specify it in your initiate job request so that Glacier can notify the
+ # topic after it completes the job.
#
# </note>
#
- # A job ID will not expire for at least 24 hours after Amazon Glacier
- # completes the job.
+ # A job ID will not expire for at least 24 hours after Glacier completes
+ # the job.
#
# An AWS account has full permission to perform all operations
# (actions). However, AWS Identity and Access Management (IAM) users
# don't have any permissions by default. You must grant them explicit
# permission to perform specific actions. For more information, see
@@ -1008,17 +1009,17 @@
# for the underlying REST API [Describe Job][2] in the *Amazon Glacier
# Developer Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-describe-job-get.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-describe-job-get.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -1153,35 +1154,35 @@
# archives in the vault. The number of archives and their total size are
# as of the last inventory generation. This means that if you add or
# remove an archive from a vault, and then immediately use Describe
# Vault, the change in contents will not be immediately reflected. If
# you want to retrieve the latest inventory of the vault, use
- # InitiateJob. Amazon Glacier generates vault inventories approximately
- # daily. For more information, see [Downloading a Vault Inventory in
- # Amazon Glacier][1].
+ # InitiateJob. Amazon S3 Glacier generates vault inventories
+ # approximately daily. For more information, see [Downloading a Vault
+ # Inventory in Amazon S3 Glacier][1].
#
# An AWS account has full permission to perform all operations
# (actions). However, AWS Identity and Access Management (IAM) users
# don't have any permissions by default. You must grant them explicit
# permission to perform specific actions. For more information, see
# [Access Control Using AWS Identity and Access Management (IAM)][2].
#
# For conceptual information and underlying REST API, see [Retrieving
- # Vault Metadata in Amazon Glacier][3] and [Describe Vault ][4] in the
- # *Amazon Glacier Developer Guide*.
+ # Vault Metadata in Amazon S3 Glacier][3] and [Describe Vault ][4] in
+ # the *Amazon Glacier Developer Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/retrieving-vault-info.html
- # [4]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-get.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/retrieving-vault-info.html
+ # [4]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-get.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -1243,11 +1244,11 @@
# about data retrieval policies, see [Amazon Glacier Data Retrieval
# Policies][1].
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID. This value must match the
# AWS account ID associated with the credentials used to sign the
# request. You can either specify an AWS account ID or optionally a
@@ -1305,38 +1306,38 @@
# initiated the job, the output will be either the content of an archive
# or a vault inventory.
#
# You can download all the job output or download a portion of the
# output by specifying a byte range. In the case of an archive retrieval
- # job, depending on the byte range you specify, Amazon Glacier returns
- # the checksum for the portion of the data. You can compute the checksum
- # on the client and verify that the values match to ensure the portion
- # you downloaded is the correct data.
+ # job, depending on the byte range you specify, Amazon S3 Glacier
+ # (Glacier) returns the checksum for the portion of the data. You can
+ # compute the checksum on the client and verify that the values match to
+ # ensure the portion you downloaded is the correct data.
#
- # A job ID will not expire for at least 24 hours after Amazon Glacier
- # completes the job. That a byte range. For both archive and inventory
- # retrieval jobs, you should verify the downloaded size against the size
- # returned in the headers from the **Get Job Output** response.
+ # A job ID will not expire for at least 24 hours after Glacier completes
+ # the job. That a byte range. For both archive and inventory retrieval
+ # jobs, you should verify the downloaded size against the size returned
+ # in the headers from the **Get Job Output** response.
#
# For archive retrieval jobs, you should also verify that the size is
# what you expected. If you download a portion of the output, the
# expected size is based on the range of bytes you specified. For
# example, if you specify a range of `bytes=0-1048575`, you should
# verify your download size is 1,048,576 bytes. If you download an
# entire archive, the expected size is the size of the archive when you
- # uploaded it to Amazon Glacier The expected size is also returned in
+ # uploaded it to Amazon S3 Glacier The expected size is also returned in
# the headers from the **Get Job Output** response.
#
# In the case of an archive retrieval job, depending on the byte range
- # you specify, Amazon Glacier returns the checksum for the portion of
- # the data. To ensure the portion you downloaded is the correct data,
- # compute the checksum on the client, verify that the values match, and
- # verify that the size is what you expected.
+ # you specify, Glacier returns the checksum for the portion of the data.
+ # To ensure the portion you downloaded is the correct data, compute the
+ # checksum on the client, verify that the values match, and verify that
+ # the size is what you expected.
#
- # A job ID does not expire for at least 24 hours after Amazon Glacier
- # completes the job. That is, you can download the job output within the
- # 24 hours period after Amazon Glacier completes the job.
+ # A job ID does not expire for at least 24 hours after Glacier completes
+ # the job. That is, you can download the job output within the 24 hours
+ # period after Amazon Glacier completes the job.
#
# An AWS account has full permission to perform all operations
# (actions). However, AWS Identity and Access Management (IAM) users
# don't have any permissions by default. You must grant them explicit
# permission to perform specific actions. For more information, see
@@ -1346,19 +1347,19 @@
# [Downloading a Vault Inventory][2], [Downloading an Archive][3], and
# [Get Job Output ][4]
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/downloading-an-archive.html
- # [4]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-job-output-get.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/downloading-an-archive.html
+ # [4]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-job-output-get.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -1394,11 +1395,11 @@
# 4. After downloading all the parts of the job output, you have a list
# of eight checksum values. Compute the tree hash of these values to
# find the checksum of the entire output. Using the DescribeJob API,
# obtain job information of the job that provided you the output.
# The response includes the checksum of the entire archive stored in
- # Amazon Glacier. You compare this value with the checksum you
+ # Amazon S3 Glacier. You compare this value with the checksum you
# computed to ensure you have downloaded the entire archive content
# with no errors.
#
# @return [Types::GetJobOutputOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
@@ -1463,17 +1464,17 @@
# error. For more information about vault access policies, see [Amazon
# Glacier Access Control with Vault Access Policies][2].
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-SetVaultAccessPolicy.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-SetVaultAccessPolicy.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -1542,17 +1543,17 @@
# returns a `404 Not found` error. For more information about vault lock
# policies, [Amazon Glacier Access Control with Vault Lock Policies][2].
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -1609,32 +1610,33 @@
#
# For information about setting a notification configuration on a vault,
# see SetVaultNotifications. If a notification configuration for a vault
# is not set, the operation returns a `404 Not Found` error. For more
# information about vault notifications, see [Configuring Vault
- # Notifications in Amazon Glacier][1].
+ # Notifications in Amazon S3 Glacier][1].
#
# An AWS account has full permission to perform all operations
# (actions). However, AWS Identity and Access Management (IAM) users
# don't have any permissions by default. You must grant them explicit
# permission to perform specific actions. For more information, see
# [Access Control Using AWS Identity and Access Management (IAM)][2].
#
# For conceptual information and underlying REST API, see [Configuring
- # Vault Notifications in Amazon Glacier][1] and [Get Vault Notification
- # Configuration ][3] in the *Amazon Glacier Developer Guide*.
+ # Vault Notifications in Amazon S3 Glacier][1] and [Get Vault
+ # Notification Configuration ][3] in the *Amazon Glacier Developer
+ # Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-get.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-get.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -1690,16 +1692,16 @@
# information about using this operation, see the documentation for the
# underlying REST API [Initiate a Job][1].
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -1823,12 +1825,12 @@
def initiate_job(params = {}, options = {})
req = build_request(:initiate_job, params)
req.send_request(options)
end
- # This operation initiates a multipart upload. Amazon Glacier creates a
- # multipart upload resource and returns its ID in the response. The
+ # This operation initiates a multipart upload. Amazon S3 Glacier creates
+ # a multipart upload resource and returns its ID in the response. The
# multipart upload ID is used in subsequent requests to upload parts of
# an archive (see UploadMultipartPart).
#
# When you initiate a multipart upload, you specify the part size in
# number of bytes. The part size must be a megabyte (1024 KB) multiplied
@@ -1841,18 +1843,18 @@
# same size or smaller. For example, suppose you want to upload a 16.2
# MB file. If you initiate the multipart upload with a part size of 4
# MB, you will upload four parts of 4 MB each and one part of 0.2 MB.
#
# <note markdown="1"> You don't need to know the size of the archive when you start a
- # multipart upload because Amazon Glacier does not require you to
+ # multipart upload because Amazon S3 Glacier does not require you to
# specify the overall archive size.
#
# </note>
#
- # After you complete the multipart upload, Amazon Glacier removes the
- # multipart upload resource referenced by the ID. Amazon Glacier also
- # removes the multipart upload resource if you cancel the multipart
+ # After you complete the multipart upload, Amazon S3 Glacier (Glacier)
+ # removes the multipart upload resource referenced by the ID. Glacier
+ # also removes the multipart upload resource if you cancel the multipart
# upload or it may be removed if there is no activity for a period of 24
# hours.
#
# An AWS account has full permission to perform all operations
# (actions). However, AWS Identity and Access Management (IAM) users
@@ -1864,18 +1866,18 @@
# Large Archives in Parts (Multipart Upload)][2] and [Initiate Multipart
# Upload][3] in the *Amazon Glacier Developer Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-initiate-upload.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-initiate-upload.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -1972,12 +1974,12 @@
# the vault lock is in the `InProgress` state you must call
# AbortVaultLock before you can initiate a new vault lock policy.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID. This value must match the
# AWS account ID associated with the credentials used to sign the
# request. You can either specify an AWS account ID or optionally a
@@ -2078,16 +2080,16 @@
# For more information about using this operation, see the documentation
# for the underlying REST API [List Jobs][1].
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-jobs-get.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-jobs-get.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -2263,23 +2265,23 @@
# don't have any permissions by default. You must grant them explicit
# permission to perform specific actions. For more information, see
# [Access Control Using AWS Identity and Access Management (IAM)][1].
#
# For conceptual information and the underlying REST API, see [Working
- # with Archives in Amazon Glacier][2] and [List Multipart Uploads ][3]
- # in the *Amazon Glacier Developer Guide*.
+ # with Archives in Amazon S3 Glacier][2] and [List Multipart Uploads
+ # ][3] in the *Amazon Glacier Developer Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-list-uploads.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-list-uploads.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -2387,23 +2389,23 @@
# don't have any permissions by default. You must grant them explicit
# permission to perform specific actions. For more information, see
# [Access Control Using AWS Identity and Access Management (IAM)][1].
#
# For conceptual information and the underlying REST API, see [Working
- # with Archives in Amazon Glacier][2] and [List Parts][3] in the *Amazon
- # Glacier Developer Guide*.
+ # with Archives in Amazon S3 Glacier][2] and [List Parts][3] in the
+ # *Amazon Glacier Developer Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-list-parts.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-list-parts.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -2498,13 +2500,13 @@
# AWS account.
#
# @option params [required, String] :account_id
# The AWS account ID of the account that owns the vault. You can either
# specify an AWS account ID or optionally a single '-' (hyphen), in
- # which case Amazon Glacier uses the AWS account ID associated with the
- # credentials used to sign the request. If you use an account ID, don't
- # include any hyphens ('-') in the ID.
+ # which case Amazon S3 Glacier uses the AWS account ID associated with
+ # the credentials used to sign the request. If you use an account ID,
+ # don't include any hyphens ('-') in the ID.
#
# @return [Types::ListProvisionedCapacityOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::ListProvisionedCapacityOutput#provisioned_capacity_list #provisioned_capacity_list} => Array<Types::ProvisionedCapacityDescription>
#
@@ -2553,20 +2555,20 @@
req.send_request(options)
end
# This operation lists all the tags attached to a vault. The operation
# returns an empty map if there are no tags. For more information about
- # tags, see [Tagging Amazon Glacier Resources][1].
+ # tags, see [Tagging Amazon S3 Glacier Resources][1].
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -2630,18 +2632,18 @@
# don't have any permissions by default. You must grant them explicit
# permission to perform specific actions. For more information, see
# [Access Control Using AWS Identity and Access Management (IAM)][1].
#
# For conceptual information and underlying REST API, see [Retrieving
- # Vault Metadata in Amazon Glacier][2] and [List Vaults ][3] in the
+ # Vault Metadata in Amazon S3 Glacier][2] and [List Vaults ][3] in the
# *Amazon Glacier Developer Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/retrieving-vault-info.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vaults-get.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/retrieving-vault-info.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vaults-get.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID. This value must match the
# AWS account ID associated with the credentials used to sign the
# request. You can either specify an AWS account ID or optionally a
@@ -2719,13 +2721,13 @@
# account.
#
# @option params [required, String] :account_id
# The AWS account ID of the account that owns the vault. You can either
# specify an AWS account ID or optionally a single '-' (hyphen), in
- # which case Amazon Glacier uses the AWS account ID associated with the
- # credentials used to sign the request. If you use an account ID, don't
- # include any hyphens ('-') in the ID.
+ # which case Amazon S3 Glacier uses the AWS account ID associated with
+ # the credentials used to sign the request. If you use an account ID,
+ # don't include any hyphens ('-') in the ID.
#
# @return [Types::PurchaseProvisionedCapacityOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
#
# * {Types::PurchaseProvisionedCapacityOutput#capacity_id #capacity_id} => String
#
@@ -2759,22 +2761,22 @@
req = build_request(:purchase_provisioned_capacity, params)
req.send_request(options)
end
# This operation removes one or more tags from the set of tags attached
- # to a vault. For more information about tags, see [Tagging Amazon
+ # to a vault. For more information about tags, see [Tagging Amazon S3
# Glacier Resources][1]. This operation is idempotent. The operation
# will be successful, even if there are no tags attached to the vault.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -2824,11 +2826,11 @@
# data retrieval policies, see [Amazon Glacier Data Retrieval
# Policies][1].
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID. This value must match the
# AWS account ID associated with the credentials used to sign the
# request. You can either specify an AWS account ID or optionally a
@@ -2889,16 +2891,16 @@
# policies, see [Amazon Glacier Access Control with Vault Access
# Policies][1].
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -2944,11 +2946,11 @@
# notifications.
#
# To configure vault notifications, send a PUT request to the
# `notification-configuration` subresource of the vault. The request
# should include a JSON document that provides an Amazon SNS topic and
- # specific events for which you want Amazon Glacier to send
+ # specific events for which you want Amazon S3 Glacier to send
# notifications to the topic.
#
# Amazon SNS topics must grant permission to the vault to be allowed to
# publish notifications to the topic. You can configure a vault to
# publish a notification for the following vault events:
@@ -2970,23 +2972,24 @@
# don't have any permissions by default. You must grant them explicit
# permission to perform specific actions. For more information, see
# [Access Control Using AWS Identity and Access Management (IAM)][1].
#
# For conceptual information and underlying REST API, see [Configuring
- # Vault Notifications in Amazon Glacier][2] and [Set Vault Notification
- # Configuration ][3] in the *Amazon Glacier Developer Guide*.
+ # Vault Notifications in Amazon S3 Glacier][2] and [Set Vault
+ # Notification Configuration ][3] in the *Amazon Glacier Developer
+ # Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-put.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-put.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -3032,14 +3035,14 @@
req.send_request(options)
end
# This operation adds an archive to a vault. This is a synchronous
# operation, and for a successful upload, your data is durably
- # persisted. Amazon Glacier returns the archive ID in the
+ # persisted. Amazon S3 Glacier returns the archive ID in the
# `x-amz-archive-id` header of the response.
#
- # You must use the archive ID to access your data in Amazon Glacier.
+ # You must use the archive ID to access your data in Amazon S3 Glacier.
# After you upload an archive, you should save the archive ID returned
# so that you can retrieve or delete the archive later. Besides saving
# the archive ID, you can also index it and give it a friendly name to
# allow for better searching. You can also use the optional archive
# description field to specify how the archive is referred to in an
@@ -3072,22 +3075,22 @@
# Archive in Amazon Glacier][3] and [Upload Archive][4] in the *Amazon
# Glacier Developer Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-an-archive.html
- # [4]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-post.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-an-archive.html
+ # [4]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-post.html
#
# @option params [required, String] :vault_name
# The name of the vault.
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [String] :archive_description
@@ -3156,11 +3159,11 @@
# following conditions is true:
#
# * **SHA256 tree hash does not match**To ensure that part data is not
# corrupted in transmission, you compute a SHA256 tree hash of the
# part and include it in your request. Upon receiving the part data,
- # Amazon Glacier also computes a SHA256 tree hash. If these hash
+ # Amazon S3 Glacier also computes a SHA256 tree hash. If these hash
# values don't match, the operation fails. For information about
# computing a SHA256 tree hash, see [Computing Checksums][1].
#
# * **Part size does not match**The size of each part except the last
# must match the size specified in the corresponding
@@ -3196,19 +3199,19 @@
# Large Archives in Parts (Multipart Upload)][3] and [Upload Part ][4]
# in the *Amazon Glacier Developer Guide*.
#
#
#
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html
- # [4]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-upload-part.html
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html
+ # [4]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-upload-part.html
#
# @option params [required, String] :account_id
# The `AccountId` value is the AWS account ID of the account that owns
# the vault. You can either specify an AWS account ID or optionally a
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
# account ID associated with the credentials used to sign the request.
# If you use an account ID, do not include any hyphens ('-') in the
# ID.
#
# @option params [required, String] :vault_name
@@ -3220,11 +3223,11 @@
# @option params [String] :checksum
# The SHA256 tree hash of the data being uploaded.
#
# @option params [String] :range
# Identifies the range of bytes in the assembled archive that will be
- # uploaded in this part. Amazon Glacier uses this information to
+ # uploaded in this part. Amazon S3 Glacier uses this information to
# assemble the archive in the proper sequence. The format of this header
# follows RFC 2616. An example header is Content-Range:bytes
# 0-4194303/*.
#
# @option params [String, IO] :body
@@ -3286,10 +3289,10 @@
operation: config.api.operation(operation_name),
client: self,
params: params,
config: config)
context[:gem_name] = 'aws-sdk-glacier'
- context[:gem_version] = '1.23.0'
+ context[:gem_version] = '1.24.0'
Seahorse::Client::Request.new(handlers, context)
end
# Polls an API operation until a resource enters a desired state.
#