aws-sdk-glacier 1.23.0 → 1.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bcd03df91ac1beb027d3c67c34df61f8e51ea446
4
- data.tar.gz: 8d919cce36f5b2cd993c012a52b318296f17ed83
3
+ metadata.gz: 9cf5613e3d46455d9b724302f7971f1042787c9f
4
+ data.tar.gz: 1ee409d2e4a4060b8826cea07fa00c6a72400de4
5
5
  SHA512:
6
- metadata.gz: 25e42f487803ccd9a6dda9b2a7fa42fa309863297fd79c914e1d02706755671bc874fa1bf05d7be8f420510c3992ad0dda29cd0cdc4593407f36e84e8c10342b
7
- data.tar.gz: 115184081bf83b838d43473269975075e05e815857e32fa6428262dca2587b17f8cf940b55b257723301f02d3d3cfa203fb966c6b0b77b859d2eb9bd13a0c1ef
6
+ metadata.gz: eba4f33e735864cb29a78c0f45f73f74c408426defc0d99d4b09f1af936e76d55799bd93805d9f55078cd56d3f3544e796a2640c8097320813db4734ff609b57
7
+ data.tar.gz: 615d92bbb64f9d3f53769da9bc4b29f3e17bdb007acba097c4981c6b800c3708e59128cdb523e7abb2921f0ca2509109b4d8d15b3cc6ba1054daf6c89080b7bb
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-glacier/customizations'
49
49
  # @service
50
50
  module Aws::Glacier
51
51
 
52
- GEM_VERSION = '1.23.0'
52
+ GEM_VERSION = '1.24.0'
53
53
 
54
54
  end
@@ -283,19 +283,19 @@ module Aws::Glacier
283
283
  # [Access Control Using AWS Identity and Access Management (IAM)][1].
284
284
  #
285
285
  # For conceptual information and underlying REST API, see [Working with
286
- # Archives in Amazon Glacier][2] and [Abort Multipart Upload][3] in the
287
- # *Amazon Glacier Developer Guide*.
286
+ # Archives in Amazon S3 Glacier][2] and [Abort Multipart Upload][3] in
287
+ # the *Amazon Glacier Developer Guide*.
288
288
  #
289
289
  #
290
290
  #
291
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
292
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html
293
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-abort-upload.html
291
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
292
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html
293
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-abort-upload.html
294
294
  #
295
295
  # @option params [required, String] :account_id
296
296
  # The `AccountId` value is the AWS account ID of the account that owns
297
297
  # the vault. You can either specify an AWS account ID or optionally a
298
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
298
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
299
299
  # account ID associated with the credentials used to sign the request.
300
300
  # If you use an account ID, do not include any hyphens ('-') in the
301
301
  # ID.
@@ -354,8 +354,8 @@ module Aws::Glacier
354
354
  #
355
355
  #
356
356
  #
357
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
358
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html
357
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
358
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html
359
359
  #
360
360
  # @option params [required, String] :account_id
361
361
  # The `AccountId` value is the AWS account ID. This value must match the
@@ -402,16 +402,16 @@ module Aws::Glacier
402
402
  # the operation throws the `LimitExceededException` error. If a tag
403
403
  # already exists on the vault under a specified key, the existing key
404
404
  # value will be overwritten. For more information about tags, see
405
- # [Tagging Amazon Glacier Resources][1].
405
+ # [Tagging Amazon S3 Glacier Resources][1].
406
406
  #
407
407
  #
408
408
  #
409
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html
409
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html
410
410
  #
411
411
  # @option params [required, String] :account_id
412
412
  # The `AccountId` value is the AWS account ID of the account that owns
413
413
  # the vault. You can either specify an AWS account ID or optionally a
414
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
414
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
415
415
  # account ID associated with the credentials used to sign the request.
416
416
  # If you use an account ID, do not include any hyphens ('-') in the
417
417
  # ID.
@@ -456,10 +456,10 @@ module Aws::Glacier
456
456
  req.send_request(options)
457
457
  end
458
458
 
459
- # You call this operation to inform Amazon Glacier that all the archive
460
- # parts have been uploaded and that Amazon Glacier can now assemble the
461
- # archive from the uploaded parts. After assembling and saving the
462
- # archive to the vault, Amazon Glacier returns the URI path of the newly
459
+ # You call this operation to inform Amazon S3 Glacier (Glacier) that all
460
+ # the archive parts have been uploaded and that Glacier can now assemble
461
+ # the archive from the uploaded parts. After assembling and saving the
462
+ # archive to the vault, Glacier returns the URI path of the newly
463
463
  # created archive resource. Using the URI path, you can then access the
464
464
  # archive. After you upload an archive, you should save the archive ID
465
465
  # returned to retrieve the archive at a later point. You can also get
@@ -469,16 +469,16 @@ module Aws::Glacier
469
469
  # In the request, you must include the computed SHA256 tree hash of the
470
470
  # entire archive you have uploaded. For information about computing a
471
471
  # SHA256 tree hash, see [Computing Checksums][1]. On the server side,
472
- # Amazon Glacier also constructs the SHA256 tree hash of the assembled
473
- # archive. If the values match, Amazon Glacier saves the archive to the
474
- # vault; otherwise, it returns an error, and the operation fails. The
475
- # ListParts operation returns a list of parts uploaded for a specific
476
- # multipart upload. It includes checksum information for each uploaded
477
- # part that can be used to debug a bad checksum issue.
472
+ # Glacier also constructs the SHA256 tree hash of the assembled archive.
473
+ # If the values match, Glacier saves the archive to the vault;
474
+ # otherwise, it returns an error, and the operation fails. The ListParts
475
+ # operation returns a list of parts uploaded for a specific multipart
476
+ # upload. It includes checksum information for each uploaded part that
477
+ # can be used to debug a bad checksum issue.
478
478
  #
479
- # Additionally, Amazon Glacier also checks for any missing content
480
- # ranges when assembling the archive, if missing content ranges are
481
- # found, Amazon Glacier returns an error and the operation fails.
479
+ # Additionally, Glacier also checks for any missing content ranges when
480
+ # assembling the archive, if missing content ranges are found, Glacier
481
+ # returns an error and the operation fails.
482
482
  #
483
483
  # Complete Multipart Upload is an idempotent operation. After your first
484
484
  # successful complete multipart upload, if you call the operation again
@@ -504,15 +504,15 @@ module Aws::Glacier
504
504
  #
505
505
  #
506
506
  #
507
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html
508
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
509
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html
510
- # [4]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-complete-upload.html
507
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html
508
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
509
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html
510
+ # [4]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-complete-upload.html
511
511
  #
512
512
  # @option params [required, String] :account_id
513
513
  # The `AccountId` value is the AWS account ID of the account that owns
514
514
  # the vault. You can either specify an AWS account ID or optionally a
515
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
515
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
516
516
  # account ID associated with the credentials used to sign the request.
517
517
  # If you use an account ID, do not include any hyphens ('-') in the
518
518
  # ID.
@@ -531,8 +531,8 @@ module Aws::Glacier
531
531
  # The SHA256 tree hash of the entire archive. It is the tree hash of
532
532
  # SHA256 tree hash of the individual parts. If the value you specify in
533
533
  # the request does not match the SHA256 tree hash of the final assembled
534
- # archive as computed by Amazon Glacier, Amazon Glacier returns an error
535
- # and the request fails.
534
+ # archive as computed by Amazon S3 Glacier (Glacier), Glacier returns an
535
+ # error and the request fails.
536
536
  #
537
537
  # @return [Types::ArchiveCreationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
538
538
  #
@@ -603,7 +603,7 @@ module Aws::Glacier
603
603
  #
604
604
  #
605
605
  #
606
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
606
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
607
607
  #
608
608
  # @option params [required, String] :account_id
609
609
  # The `AccountId` value is the AWS account ID. This value must match the
@@ -653,7 +653,7 @@ module Aws::Glacier
653
653
  # This operation creates a new vault with the specified name. The name
654
654
  # of the vault must be unique within a region for an AWS account. You
655
655
  # can create up to 1,000 vaults per account. If you need to create more
656
- # vaults, contact Amazon Glacier.
656
+ # vaults, contact Amazon S3 Glacier.
657
657
  #
658
658
  # You must use the following guidelines when naming a vault.
659
659
  #
@@ -676,15 +676,15 @@ module Aws::Glacier
676
676
  #
677
677
  #
678
678
  #
679
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
680
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/creating-vaults.html
681
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-put.html
679
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
680
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/creating-vaults.html
681
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-put.html
682
682
  #
683
683
  # @option params [required, String] :account_id
684
684
  # The `AccountId` value is the AWS account ID. This value must match the
685
685
  # AWS account ID associated with the credentials used to sign the
686
686
  # request. You can either specify an AWS account ID or optionally a
687
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
687
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
688
688
  # account ID associated with the credentials used to sign the request.
689
689
  # If you specify your account ID, do not include any hyphens ('-') in
690
690
  # the ID.
@@ -735,11 +735,11 @@ module Aws::Glacier
735
735
  # according to the following scenarios:
736
736
  #
737
737
  # * If the archive retrieval job is actively preparing the data for
738
- # download when Amazon Glacier receives the delete archive request,
738
+ # download when Amazon S3 Glacier receives the delete archive request,
739
739
  # the archival retrieval operation might fail.
740
740
  #
741
741
  # * If the archive retrieval job has successfully prepared the archive
742
- # for download when Amazon Glacier receives the delete archive
742
+ # for download when Amazon S3 Glacier receives the delete archive
743
743
  # request, you will be able to download the output.
744
744
  #
745
745
  # This operation is idempotent. Attempting to delete an already-deleted
@@ -757,14 +757,14 @@ module Aws::Glacier
757
757
  #
758
758
  #
759
759
  #
760
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
761
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-an-archive.html
762
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-delete.html
760
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
761
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-an-archive.html
762
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-delete.html
763
763
  #
764
764
  # @option params [required, String] :account_id
765
765
  # The `AccountId` value is the AWS account ID of the account that owns
766
766
  # the vault. You can either specify an AWS account ID or optionally a
767
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
767
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
768
768
  # account ID associated with the credentials used to sign the request.
769
769
  # If you use an account ID, do not include any hyphens ('-') in the
770
770
  # ID.
@@ -803,16 +803,16 @@ module Aws::Glacier
803
803
  req.send_request(options)
804
804
  end
805
805
 
806
- # This operation deletes a vault. Amazon Glacier will delete a vault
806
+ # This operation deletes a vault. Amazon S3 Glacier will delete a vault
807
807
  # only if there are no archives in the vault as of the last inventory
808
808
  # and there have been no writes to the vault since the last inventory.
809
809
  # If either of these conditions is not satisfied, the vault deletion
810
- # fails (that is, the vault is not removed) and Amazon Glacier returns
811
- # an error. You can use DescribeVault to return the number of archives
812
- # in a vault, and you can use [Initiate a Job (POST jobs)][1] to
813
- # initiate a new inventory retrieval for a vault. The inventory contains
814
- # the archive IDs you use to delete archives using [Delete Archive
815
- # (DELETE archive)][2].
810
+ # fails (that is, the vault is not removed) and Amazon S3 Glacier
811
+ # returns an error. You can use DescribeVault to return the number of
812
+ # archives in a vault, and you can use [Initiate a Job (POST jobs)][1]
813
+ # to initiate a new inventory retrieval for a vault. The inventory
814
+ # contains the archive IDs you use to delete archives using [Delete
815
+ # Archive (DELETE archive)][2].
816
816
  #
817
817
  # This operation is idempotent.
818
818
  #
@@ -823,21 +823,21 @@ module Aws::Glacier
823
823
  # [Access Control Using AWS Identity and Access Management (IAM)][3].
824
824
  #
825
825
  # For conceptual information and underlying REST API, see [Deleting a
826
- # Vault in Amazon Glacier][4] and [Delete Vault ][5] in the *Amazon
826
+ # Vault in Amazon Glacier][4] and [Delete Vault ][5] in the *Amazon S3
827
827
  # Glacier Developer Guide*.
828
828
  #
829
829
  #
830
830
  #
831
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html
832
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-delete.html
833
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
834
- # [4]: http://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-vaults.html
835
- # [5]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-delete.html
831
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html
832
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-delete.html
833
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
834
+ # [4]: https://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-vaults.html
835
+ # [5]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-delete.html
836
836
  #
837
837
  # @option params [required, String] :account_id
838
838
  # The `AccountId` value is the AWS account ID of the account that owns
839
839
  # the vault. You can either specify an AWS account ID or optionally a
840
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
840
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
841
841
  # account ID associated with the credentials used to sign the request.
842
842
  # If you use an account ID, do not include any hyphens ('-') in the
843
843
  # ID.
@@ -873,9 +873,9 @@ module Aws::Glacier
873
873
 
874
874
  # This operation deletes the access policy associated with the specified
875
875
  # vault. The operation is eventually consistent; that is, it might take
876
- # some time for Amazon Glacier to completely remove the access policy,
877
- # and you might still see the effect of the policy for a short time
878
- # after you send the delete request.
876
+ # some time for Amazon S3 Glacier to completely remove the access
877
+ # policy, and you might still see the effect of the policy for a short
878
+ # time after you send the delete request.
879
879
  #
880
880
  # This operation is idempotent. You can invoke delete multiple times,
881
881
  # even if there is no policy associated with the vault. For more
@@ -884,12 +884,12 @@ module Aws::Glacier
884
884
  #
885
885
  #
886
886
  #
887
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html
887
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html
888
888
  #
889
889
  # @option params [required, String] :account_id
890
890
  # The `AccountId` value is the AWS account ID of the account that owns
891
891
  # the vault. You can either specify an AWS account ID or optionally a
892
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
892
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
893
893
  # account ID associated with the credentials used to sign the request.
894
894
  # If you use an account ID, do not include any hyphens ('-') in the
895
895
  # ID.
@@ -925,7 +925,7 @@ module Aws::Glacier
925
925
 
926
926
  # This operation deletes the notification configuration set for a vault.
927
927
  # The operation is eventually consistent; that is, it might take some
928
- # time for Amazon Glacier to completely disable the notifications and
928
+ # time for Amazon S3 Glacier to completely disable the notifications and
929
929
  # you might still receive some notifications for a short time after you
930
930
  # send the delete request.
931
931
  #
@@ -936,19 +936,20 @@ module Aws::Glacier
936
936
  # [Access Control Using AWS Identity and Access Management (IAM)][1].
937
937
  #
938
938
  # For conceptual information and underlying REST API, see [Configuring
939
- # Vault Notifications in Amazon Glacier][2] and [Delete Vault
940
- # Notification Configuration ][3] in the Amazon Glacier Developer Guide.
939
+ # Vault Notifications in Amazon S3 Glacier][2] and [Delete Vault
940
+ # Notification Configuration ][3] in the Amazon S3 Glacier Developer
941
+ # Guide.
941
942
  #
942
943
  #
943
944
  #
944
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
945
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html
946
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-delete.html
945
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
946
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html
947
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-delete.html
947
948
  #
948
949
  # @option params [required, String] :account_id
949
950
  # The `AccountId` value is the AWS account ID of the account that owns
950
951
  # the vault. You can either specify an AWS account ID or optionally a
951
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
952
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
952
953
  # account ID associated with the credentials used to sign the request.
953
954
  # If you use an account ID, do not include any hyphens ('-') in the
954
955
  # ID.
@@ -985,18 +986,18 @@ module Aws::Glacier
985
986
  # This operation returns information about a job you previously
986
987
  # initiated, including the job initiation date, the user who initiated
987
988
  # the job, the job status code/message and the Amazon SNS topic to
988
- # notify after Amazon Glacier completes the job. For more information
989
- # about initiating a job, see InitiateJob.
989
+ # notify after Amazon S3 Glacier (Glacier) completes the job. For more
990
+ # information about initiating a job, see InitiateJob.
990
991
  #
991
992
  # <note markdown="1"> This operation enables you to check the status of your job. However,
992
993
  # it is strongly recommended that you set up an Amazon SNS topic and
993
- # specify it in your initiate job request so that Amazon Glacier can
994
- # notify the topic after it completes the job.
994
+ # specify it in your initiate job request so that Glacier can notify the
995
+ # topic after it completes the job.
995
996
  #
996
997
  # </note>
997
998
  #
998
- # A job ID will not expire for at least 24 hours after Amazon Glacier
999
- # completes the job.
999
+ # A job ID will not expire for at least 24 hours after Glacier completes
1000
+ # the job.
1000
1001
  #
1001
1002
  # An AWS account has full permission to perform all operations
1002
1003
  # (actions). However, AWS Identity and Access Management (IAM) users
@@ -1010,13 +1011,13 @@ module Aws::Glacier
1010
1011
  #
1011
1012
  #
1012
1013
  #
1013
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
1014
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-describe-job-get.html
1014
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
1015
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-describe-job-get.html
1015
1016
  #
1016
1017
  # @option params [required, String] :account_id
1017
1018
  # The `AccountId` value is the AWS account ID of the account that owns
1018
1019
  # the vault. You can either specify an AWS account ID or optionally a
1019
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
1020
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
1020
1021
  # account ID associated with the credentials used to sign the request.
1021
1022
  # If you use an account ID, do not include any hyphens ('-') in the
1022
1023
  # ID.
@@ -1155,9 +1156,9 @@ module Aws::Glacier
1155
1156
  # remove an archive from a vault, and then immediately use Describe
1156
1157
  # Vault, the change in contents will not be immediately reflected. If
1157
1158
  # you want to retrieve the latest inventory of the vault, use
1158
- # InitiateJob. Amazon Glacier generates vault inventories approximately
1159
- # daily. For more information, see [Downloading a Vault Inventory in
1160
- # Amazon Glacier][1].
1159
+ # InitiateJob. Amazon S3 Glacier generates vault inventories
1160
+ # approximately daily. For more information, see [Downloading a Vault
1161
+ # Inventory in Amazon S3 Glacier][1].
1161
1162
  #
1162
1163
  # An AWS account has full permission to perform all operations
1163
1164
  # (actions). However, AWS Identity and Access Management (IAM) users
@@ -1166,20 +1167,20 @@ module Aws::Glacier
1166
1167
  # [Access Control Using AWS Identity and Access Management (IAM)][2].
1167
1168
  #
1168
1169
  # For conceptual information and underlying REST API, see [Retrieving
1169
- # Vault Metadata in Amazon Glacier][3] and [Describe Vault ][4] in the
1170
- # *Amazon Glacier Developer Guide*.
1170
+ # Vault Metadata in Amazon S3 Glacier][3] and [Describe Vault ][4] in
1171
+ # the *Amazon Glacier Developer Guide*.
1171
1172
  #
1172
1173
  #
1173
1174
  #
1174
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html
1175
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
1176
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/retrieving-vault-info.html
1177
- # [4]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-get.html
1175
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html
1176
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
1177
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/retrieving-vault-info.html
1178
+ # [4]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-get.html
1178
1179
  #
1179
1180
  # @option params [required, String] :account_id
1180
1181
  # The `AccountId` value is the AWS account ID of the account that owns
1181
1182
  # the vault. You can either specify an AWS account ID or optionally a
1182
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
1183
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
1183
1184
  # account ID associated with the credentials used to sign the request.
1184
1185
  # If you use an account ID, do not include any hyphens ('-') in the
1185
1186
  # ID.
@@ -1245,7 +1246,7 @@ module Aws::Glacier
1245
1246
  #
1246
1247
  #
1247
1248
  #
1248
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html
1249
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html
1249
1250
  #
1250
1251
  # @option params [required, String] :account_id
1251
1252
  # The `AccountId` value is the AWS account ID. This value must match the
@@ -1307,15 +1308,15 @@ module Aws::Glacier
1307
1308
  #
1308
1309
  # You can download all the job output or download a portion of the
1309
1310
  # output by specifying a byte range. In the case of an archive retrieval
1310
- # job, depending on the byte range you specify, Amazon Glacier returns
1311
- # the checksum for the portion of the data. You can compute the checksum
1312
- # on the client and verify that the values match to ensure the portion
1313
- # you downloaded is the correct data.
1311
+ # job, depending on the byte range you specify, Amazon S3 Glacier
1312
+ # (Glacier) returns the checksum for the portion of the data. You can
1313
+ # compute the checksum on the client and verify that the values match to
1314
+ # ensure the portion you downloaded is the correct data.
1314
1315
  #
1315
- # A job ID will not expire for at least 24 hours after Amazon Glacier
1316
- # completes the job. That a byte range. For both archive and inventory
1317
- # retrieval jobs, you should verify the downloaded size against the size
1318
- # returned in the headers from the **Get Job Output** response.
1316
+ # A job ID will not expire for at least 24 hours after Glacier completes
1317
+ # the job. That a byte range. For both archive and inventory retrieval
1318
+ # jobs, you should verify the downloaded size against the size returned
1319
+ # in the headers from the **Get Job Output** response.
1319
1320
  #
1320
1321
  # For archive retrieval jobs, you should also verify that the size is
1321
1322
  # what you expected. If you download a portion of the output, the
@@ -1323,18 +1324,18 @@ module Aws::Glacier
1323
1324
  # example, if you specify a range of `bytes=0-1048575`, you should
1324
1325
  # verify your download size is 1,048,576 bytes. If you download an
1325
1326
  # entire archive, the expected size is the size of the archive when you
1326
- # uploaded it to Amazon Glacier The expected size is also returned in
1327
+ # uploaded it to Amazon S3 Glacier The expected size is also returned in
1327
1328
  # the headers from the **Get Job Output** response.
1328
1329
  #
1329
1330
  # In the case of an archive retrieval job, depending on the byte range
1330
- # you specify, Amazon Glacier returns the checksum for the portion of
1331
- # the data. To ensure the portion you downloaded is the correct data,
1332
- # compute the checksum on the client, verify that the values match, and
1333
- # verify that the size is what you expected.
1331
+ # you specify, Glacier returns the checksum for the portion of the data.
1332
+ # To ensure the portion you downloaded is the correct data, compute the
1333
+ # checksum on the client, verify that the values match, and verify that
1334
+ # the size is what you expected.
1334
1335
  #
1335
- # A job ID does not expire for at least 24 hours after Amazon Glacier
1336
- # completes the job. That is, you can download the job output within the
1337
- # 24 hours period after Amazon Glacier completes the job.
1336
+ # A job ID does not expire for at least 24 hours after Glacier completes
1337
+ # the job. That is, you can download the job output within the 24 hours
1338
+ # period after Amazon Glacier completes the job.
1338
1339
  #
1339
1340
  # An AWS account has full permission to perform all operations
1340
1341
  # (actions). However, AWS Identity and Access Management (IAM) users
@@ -1348,15 +1349,15 @@ module Aws::Glacier
1348
1349
  #
1349
1350
  #
1350
1351
  #
1351
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
1352
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html
1353
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/downloading-an-archive.html
1354
- # [4]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-job-output-get.html
1352
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
1353
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html
1354
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/downloading-an-archive.html
1355
+ # [4]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-job-output-get.html
1355
1356
  #
1356
1357
  # @option params [required, String] :account_id
1357
1358
  # The `AccountId` value is the AWS account ID of the account that owns
1358
1359
  # the vault. You can either specify an AWS account ID or optionally a
1359
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
1360
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
1360
1361
  # account ID associated with the credentials used to sign the request.
1361
1362
  # If you use an account ID, do not include any hyphens ('-') in the
1362
1363
  # ID.
@@ -1396,7 +1397,7 @@ module Aws::Glacier
1396
1397
  # find the checksum of the entire output. Using the DescribeJob API,
1397
1398
  # obtain job information of the job that provided you the output.
1398
1399
  # The response includes the checksum of the entire archive stored in
1399
- # Amazon Glacier. You compare this value with the checksum you
1400
+ # Amazon S3 Glacier. You compare this value with the checksum you
1400
1401
  # computed to ensure you have downloaded the entire archive content
1401
1402
  # with no errors.
1402
1403
  #
@@ -1465,13 +1466,13 @@ module Aws::Glacier
1465
1466
  #
1466
1467
  #
1467
1468
  #
1468
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-SetVaultAccessPolicy.html
1469
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html
1469
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-SetVaultAccessPolicy.html
1470
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html
1470
1471
  #
1471
1472
  # @option params [required, String] :account_id
1472
1473
  # The `AccountId` value is the AWS account ID of the account that owns
1473
1474
  # the vault. You can either specify an AWS account ID or optionally a
1474
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
1475
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
1475
1476
  # account ID associated with the credentials used to sign the request.
1476
1477
  # If you use an account ID, do not include any hyphens ('-') in the
1477
1478
  # ID.
@@ -1544,13 +1545,13 @@ module Aws::Glacier
1544
1545
  #
1545
1546
  #
1546
1547
  #
1547
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
1548
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html
1548
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
1549
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html
1549
1550
  #
1550
1551
  # @option params [required, String] :account_id
1551
1552
  # The `AccountId` value is the AWS account ID of the account that owns
1552
1553
  # the vault. You can either specify an AWS account ID or optionally a
1553
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
1554
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
1554
1555
  # account ID associated with the credentials used to sign the request.
1555
1556
  # If you use an account ID, do not include any hyphens ('-') in the
1556
1557
  # ID.
@@ -1611,7 +1612,7 @@ module Aws::Glacier
1611
1612
  # see SetVaultNotifications. If a notification configuration for a vault
1612
1613
  # is not set, the operation returns a `404 Not Found` error. For more
1613
1614
  # information about vault notifications, see [Configuring Vault
1614
- # Notifications in Amazon Glacier][1].
1615
+ # Notifications in Amazon S3 Glacier][1].
1615
1616
  #
1616
1617
  # An AWS account has full permission to perform all operations
1617
1618
  # (actions). However, AWS Identity and Access Management (IAM) users
@@ -1620,19 +1621,20 @@ module Aws::Glacier
1620
1621
  # [Access Control Using AWS Identity and Access Management (IAM)][2].
1621
1622
  #
1622
1623
  # For conceptual information and underlying REST API, see [Configuring
1623
- # Vault Notifications in Amazon Glacier][1] and [Get Vault Notification
1624
- # Configuration ][3] in the *Amazon Glacier Developer Guide*.
1624
+ # Vault Notifications in Amazon S3 Glacier][1] and [Get Vault
1625
+ # Notification Configuration ][3] in the *Amazon Glacier Developer
1626
+ # Guide*.
1625
1627
  #
1626
1628
  #
1627
1629
  #
1628
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html
1629
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
1630
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-get.html
1630
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html
1631
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
1632
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-get.html
1631
1633
  #
1632
1634
  # @option params [required, String] :account_id
1633
1635
  # The `AccountId` value is the AWS account ID of the account that owns
1634
1636
  # the vault. You can either specify an AWS account ID or optionally a
1635
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
1637
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
1636
1638
  # account ID associated with the credentials used to sign the request.
1637
1639
  # If you use an account ID, do not include any hyphens ('-') in the
1638
1640
  # ID.
@@ -1692,12 +1694,12 @@ module Aws::Glacier
1692
1694
  #
1693
1695
  #
1694
1696
  #
1695
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html
1697
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html
1696
1698
  #
1697
1699
  # @option params [required, String] :account_id
1698
1700
  # The `AccountId` value is the AWS account ID of the account that owns
1699
1701
  # the vault. You can either specify an AWS account ID or optionally a
1700
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
1702
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
1701
1703
  # account ID associated with the credentials used to sign the request.
1702
1704
  # If you use an account ID, do not include any hyphens ('-') in the
1703
1705
  # ID.
@@ -1825,8 +1827,8 @@ module Aws::Glacier
1825
1827
  req.send_request(options)
1826
1828
  end
1827
1829
 
1828
- # This operation initiates a multipart upload. Amazon Glacier creates a
1829
- # multipart upload resource and returns its ID in the response. The
1830
+ # This operation initiates a multipart upload. Amazon S3 Glacier creates
1831
+ # a multipart upload resource and returns its ID in the response. The
1830
1832
  # multipart upload ID is used in subsequent requests to upload parts of
1831
1833
  # an archive (see UploadMultipartPart).
1832
1834
  #
@@ -1843,14 +1845,14 @@ module Aws::Glacier
1843
1845
  # MB, you will upload four parts of 4 MB each and one part of 0.2 MB.
1844
1846
  #
1845
1847
  # <note markdown="1"> You don't need to know the size of the archive when you start a
1846
- # multipart upload because Amazon Glacier does not require you to
1848
+ # multipart upload because Amazon S3 Glacier does not require you to
1847
1849
  # specify the overall archive size.
1848
1850
  #
1849
1851
  # </note>
1850
1852
  #
1851
- # After you complete the multipart upload, Amazon Glacier removes the
1852
- # multipart upload resource referenced by the ID. Amazon Glacier also
1853
- # removes the multipart upload resource if you cancel the multipart
1853
+ # After you complete the multipart upload, Amazon S3 Glacier (Glacier)
1854
+ # removes the multipart upload resource referenced by the ID. Glacier
1855
+ # also removes the multipart upload resource if you cancel the multipart
1854
1856
  # upload or it may be removed if there is no activity for a period of 24
1855
1857
  # hours.
1856
1858
  #
@@ -1866,14 +1868,14 @@ module Aws::Glacier
1866
1868
  #
1867
1869
  #
1868
1870
  #
1869
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
1870
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html
1871
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-initiate-upload.html
1871
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
1872
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html
1873
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-initiate-upload.html
1872
1874
  #
1873
1875
  # @option params [required, String] :account_id
1874
1876
  # The `AccountId` value is the AWS account ID of the account that owns
1875
1877
  # the vault. You can either specify an AWS account ID or optionally a
1876
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
1878
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
1877
1879
  # account ID associated with the credentials used to sign the request.
1878
1880
  # If you use an account ID, do not include any hyphens ('-') in the
1879
1881
  # ID.
@@ -1974,8 +1976,8 @@ module Aws::Glacier
1974
1976
  #
1975
1977
  #
1976
1978
  #
1977
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html
1978
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
1979
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock-policy.html
1980
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-lock.html
1979
1981
  #
1980
1982
  # @option params [required, String] :account_id
1981
1983
  # The `AccountId` value is the AWS account ID. This value must match the
@@ -2080,12 +2082,12 @@ module Aws::Glacier
2080
2082
  #
2081
2083
  #
2082
2084
  #
2083
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-jobs-get.html
2085
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-jobs-get.html
2084
2086
  #
2085
2087
  # @option params [required, String] :account_id
2086
2088
  # The `AccountId` value is the AWS account ID of the account that owns
2087
2089
  # the vault. You can either specify an AWS account ID or optionally a
2088
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
2090
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
2089
2091
  # account ID associated with the credentials used to sign the request.
2090
2092
  # If you use an account ID, do not include any hyphens ('-') in the
2091
2093
  # ID.
@@ -2265,19 +2267,19 @@ module Aws::Glacier
2265
2267
  # [Access Control Using AWS Identity and Access Management (IAM)][1].
2266
2268
  #
2267
2269
  # For conceptual information and the underlying REST API, see [Working
2268
- # with Archives in Amazon Glacier][2] and [List Multipart Uploads ][3]
2269
- # in the *Amazon Glacier Developer Guide*.
2270
+ # with Archives in Amazon S3 Glacier][2] and [List Multipart Uploads
2271
+ # ][3] in the *Amazon Glacier Developer Guide*.
2270
2272
  #
2271
2273
  #
2272
2274
  #
2273
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
2274
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html
2275
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-list-uploads.html
2275
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
2276
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html
2277
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-list-uploads.html
2276
2278
  #
2277
2279
  # @option params [required, String] :account_id
2278
2280
  # The `AccountId` value is the AWS account ID of the account that owns
2279
2281
  # the vault. You can either specify an AWS account ID or optionally a
2280
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
2282
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
2281
2283
  # account ID associated with the credentials used to sign the request.
2282
2284
  # If you use an account ID, do not include any hyphens ('-') in the
2283
2285
  # ID.
@@ -2389,19 +2391,19 @@ module Aws::Glacier
2389
2391
  # [Access Control Using AWS Identity and Access Management (IAM)][1].
2390
2392
  #
2391
2393
  # For conceptual information and the underlying REST API, see [Working
2392
- # with Archives in Amazon Glacier][2] and [List Parts][3] in the *Amazon
2393
- # Glacier Developer Guide*.
2394
+ # with Archives in Amazon S3 Glacier][2] and [List Parts][3] in the
2395
+ # *Amazon Glacier Developer Guide*.
2394
2396
  #
2395
2397
  #
2396
2398
  #
2397
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
2398
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html
2399
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-list-parts.html
2399
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
2400
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html
2401
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-list-parts.html
2400
2402
  #
2401
2403
  # @option params [required, String] :account_id
2402
2404
  # The `AccountId` value is the AWS account ID of the account that owns
2403
2405
  # the vault. You can either specify an AWS account ID or optionally a
2404
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
2406
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
2405
2407
  # account ID associated with the credentials used to sign the request.
2406
2408
  # If you use an account ID, do not include any hyphens ('-') in the
2407
2409
  # ID.
@@ -2500,9 +2502,9 @@ module Aws::Glacier
2500
2502
  # @option params [required, String] :account_id
2501
2503
  # The AWS account ID of the account that owns the vault. You can either
2502
2504
  # specify an AWS account ID or optionally a single '-' (hyphen), in
2503
- # which case Amazon Glacier uses the AWS account ID associated with the
2504
- # credentials used to sign the request. If you use an account ID, don't
2505
- # include any hyphens ('-') in the ID.
2505
+ # which case Amazon S3 Glacier uses the AWS account ID associated with
2506
+ # the credentials used to sign the request. If you use an account ID,
2507
+ # don't include any hyphens ('-') in the ID.
2506
2508
  #
2507
2509
  # @return [Types::ListProvisionedCapacityOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2508
2510
  #
@@ -2555,16 +2557,16 @@ module Aws::Glacier
2555
2557
 
2556
2558
  # This operation lists all the tags attached to a vault. The operation
2557
2559
  # returns an empty map if there are no tags. For more information about
2558
- # tags, see [Tagging Amazon Glacier Resources][1].
2560
+ # tags, see [Tagging Amazon S3 Glacier Resources][1].
2559
2561
  #
2560
2562
  #
2561
2563
  #
2562
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html
2564
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html
2563
2565
  #
2564
2566
  # @option params [required, String] :account_id
2565
2567
  # The `AccountId` value is the AWS account ID of the account that owns
2566
2568
  # the vault. You can either specify an AWS account ID or optionally a
2567
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
2569
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
2568
2570
  # account ID associated with the credentials used to sign the request.
2569
2571
  # If you use an account ID, do not include any hyphens ('-') in the
2570
2572
  # ID.
@@ -2632,14 +2634,14 @@ module Aws::Glacier
2632
2634
  # [Access Control Using AWS Identity and Access Management (IAM)][1].
2633
2635
  #
2634
2636
  # For conceptual information and underlying REST API, see [Retrieving
2635
- # Vault Metadata in Amazon Glacier][2] and [List Vaults ][3] in the
2637
+ # Vault Metadata in Amazon S3 Glacier][2] and [List Vaults ][3] in the
2636
2638
  # *Amazon Glacier Developer Guide*.
2637
2639
  #
2638
2640
  #
2639
2641
  #
2640
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
2641
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/retrieving-vault-info.html
2642
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vaults-get.html
2642
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
2643
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/retrieving-vault-info.html
2644
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vaults-get.html
2643
2645
  #
2644
2646
  # @option params [required, String] :account_id
2645
2647
  # The `AccountId` value is the AWS account ID. This value must match the
@@ -2721,9 +2723,9 @@ module Aws::Glacier
2721
2723
  # @option params [required, String] :account_id
2722
2724
  # The AWS account ID of the account that owns the vault. You can either
2723
2725
  # specify an AWS account ID or optionally a single '-' (hyphen), in
2724
- # which case Amazon Glacier uses the AWS account ID associated with the
2725
- # credentials used to sign the request. If you use an account ID, don't
2726
- # include any hyphens ('-') in the ID.
2726
+ # which case Amazon S3 Glacier uses the AWS account ID associated with
2727
+ # the credentials used to sign the request. If you use an account ID,
2728
+ # don't include any hyphens ('-') in the ID.
2727
2729
  #
2728
2730
  # @return [Types::PurchaseProvisionedCapacityOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2729
2731
  #
@@ -2761,18 +2763,18 @@ module Aws::Glacier
2761
2763
  end
2762
2764
 
2763
2765
  # This operation removes one or more tags from the set of tags attached
2764
- # to a vault. For more information about tags, see [Tagging Amazon
2766
+ # to a vault. For more information about tags, see [Tagging Amazon S3
2765
2767
  # Glacier Resources][1]. This operation is idempotent. The operation
2766
2768
  # will be successful, even if there are no tags attached to the vault.
2767
2769
  #
2768
2770
  #
2769
2771
  #
2770
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html
2772
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/tagging.html
2771
2773
  #
2772
2774
  # @option params [required, String] :account_id
2773
2775
  # The `AccountId` value is the AWS account ID of the account that owns
2774
2776
  # the vault. You can either specify an AWS account ID or optionally a
2775
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
2777
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
2776
2778
  # account ID associated with the credentials used to sign the request.
2777
2779
  # If you use an account ID, do not include any hyphens ('-') in the
2778
2780
  # ID.
@@ -2826,7 +2828,7 @@ module Aws::Glacier
2826
2828
  #
2827
2829
  #
2828
2830
  #
2829
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html
2831
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html
2830
2832
  #
2831
2833
  # @option params [required, String] :account_id
2832
2834
  # The `AccountId` value is the AWS account ID. This value must match the
@@ -2891,12 +2893,12 @@ module Aws::Glacier
2891
2893
  #
2892
2894
  #
2893
2895
  #
2894
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html
2896
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html
2895
2897
  #
2896
2898
  # @option params [required, String] :account_id
2897
2899
  # The `AccountId` value is the AWS account ID of the account that owns
2898
2900
  # the vault. You can either specify an AWS account ID or optionally a
2899
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
2901
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
2900
2902
  # account ID associated with the credentials used to sign the request.
2901
2903
  # If you use an account ID, do not include any hyphens ('-') in the
2902
2904
  # ID.
@@ -2946,7 +2948,7 @@ module Aws::Glacier
2946
2948
  # To configure vault notifications, send a PUT request to the
2947
2949
  # `notification-configuration` subresource of the vault. The request
2948
2950
  # should include a JSON document that provides an Amazon SNS topic and
2949
- # specific events for which you want Amazon Glacier to send
2951
+ # specific events for which you want Amazon S3 Glacier to send
2950
2952
  # notifications to the topic.
2951
2953
  #
2952
2954
  # Amazon SNS topics must grant permission to the vault to be allowed to
@@ -2972,19 +2974,20 @@ module Aws::Glacier
2972
2974
  # [Access Control Using AWS Identity and Access Management (IAM)][1].
2973
2975
  #
2974
2976
  # For conceptual information and underlying REST API, see [Configuring
2975
- # Vault Notifications in Amazon Glacier][2] and [Set Vault Notification
2976
- # Configuration ][3] in the *Amazon Glacier Developer Guide*.
2977
+ # Vault Notifications in Amazon S3 Glacier][2] and [Set Vault
2978
+ # Notification Configuration ][3] in the *Amazon Glacier Developer
2979
+ # Guide*.
2977
2980
  #
2978
2981
  #
2979
2982
  #
2980
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
2981
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html
2982
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-put.html
2983
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
2984
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html
2985
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-put.html
2983
2986
  #
2984
2987
  # @option params [required, String] :account_id
2985
2988
  # The `AccountId` value is the AWS account ID of the account that owns
2986
2989
  # the vault. You can either specify an AWS account ID or optionally a
2987
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
2990
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
2988
2991
  # account ID associated with the credentials used to sign the request.
2989
2992
  # If you use an account ID, do not include any hyphens ('-') in the
2990
2993
  # ID.
@@ -3034,10 +3037,10 @@ module Aws::Glacier
3034
3037
 
3035
3038
  # This operation adds an archive to a vault. This is a synchronous
3036
3039
  # operation, and for a successful upload, your data is durably
3037
- # persisted. Amazon Glacier returns the archive ID in the
3040
+ # persisted. Amazon S3 Glacier returns the archive ID in the
3038
3041
  # `x-amz-archive-id` header of the response.
3039
3042
  #
3040
- # You must use the archive ID to access your data in Amazon Glacier.
3043
+ # You must use the archive ID to access your data in Amazon S3 Glacier.
3041
3044
  # After you upload an archive, you should save the archive ID returned
3042
3045
  # so that you can retrieve or delete the archive later. Besides saving
3043
3046
  # the archive ID, you can also index it and give it a friendly name to
@@ -3074,10 +3077,10 @@ module Aws::Glacier
3074
3077
  #
3075
3078
  #
3076
3079
  #
3077
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html
3078
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
3079
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-an-archive.html
3080
- # [4]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-post.html
3080
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html
3081
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
3082
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-an-archive.html
3083
+ # [4]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-post.html
3081
3084
  #
3082
3085
  # @option params [required, String] :vault_name
3083
3086
  # The name of the vault.
@@ -3085,7 +3088,7 @@ module Aws::Glacier
3085
3088
  # @option params [required, String] :account_id
3086
3089
  # The `AccountId` value is the AWS account ID of the account that owns
3087
3090
  # the vault. You can either specify an AWS account ID or optionally a
3088
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
3091
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
3089
3092
  # account ID associated with the credentials used to sign the request.
3090
3093
  # If you use an account ID, do not include any hyphens ('-') in the
3091
3094
  # ID.
@@ -3158,7 +3161,7 @@ module Aws::Glacier
3158
3161
  # * **SHA256 tree hash does not match**To ensure that part data is not
3159
3162
  # corrupted in transmission, you compute a SHA256 tree hash of the
3160
3163
  # part and include it in your request. Upon receiving the part data,
3161
- # Amazon Glacier also computes a SHA256 tree hash. If these hash
3164
+ # Amazon S3 Glacier also computes a SHA256 tree hash. If these hash
3162
3165
  # values don't match, the operation fails. For information about
3163
3166
  # computing a SHA256 tree hash, see [Computing Checksums][1].
3164
3167
  #
@@ -3198,15 +3201,15 @@ module Aws::Glacier
3198
3201
  #
3199
3202
  #
3200
3203
  #
3201
- # [1]: http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html
3202
- # [2]: http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
3203
- # [3]: http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html
3204
- # [4]: http://docs.aws.amazon.com/amazonglacier/latest/dev/api-upload-part.html
3204
+ # [1]: https://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html
3205
+ # [2]: https://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html
3206
+ # [3]: https://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html
3207
+ # [4]: https://docs.aws.amazon.com/amazonglacier/latest/dev/api-upload-part.html
3205
3208
  #
3206
3209
  # @option params [required, String] :account_id
3207
3210
  # The `AccountId` value is the AWS account ID of the account that owns
3208
3211
  # the vault. You can either specify an AWS account ID or optionally a
3209
- # single '`-`' (hyphen), in which case Amazon Glacier uses the AWS
3212
+ # single '`-`' (hyphen), in which case Amazon S3 Glacier uses the AWS
3210
3213
  # account ID associated with the credentials used to sign the request.
3211
3214
  # If you use an account ID, do not include any hyphens ('-') in the
3212
3215
  # ID.
@@ -3222,7 +3225,7 @@ module Aws::Glacier
3222
3225
  #
3223
3226
  # @option params [String] :range
3224
3227
  # Identifies the range of bytes in the assembled archive that will be
3225
- # uploaded in this part. Amazon Glacier uses this information to
3228
+ # uploaded in this part. Amazon S3 Glacier uses this information to
3226
3229
  # assemble the archive in the proper sequence. The format of this header
3227
3230
  # follows RFC 2616. An example header is Content-Range:bytes
3228
3231
  # 0-4194303/*.
@@ -3288,7 +3291,7 @@ module Aws::Glacier
3288
3291
  params: params,
3289
3292
  config: config)
3290
3293
  context[:gem_name] = 'aws-sdk-glacier'
3291
- context[:gem_version] = '1.23.0'
3294
+ context[:gem_version] = '1.24.0'
3292
3295
  Seahorse::Client::Request.new(handlers, context)
3293
3296
  end
3294
3297