aws-sdk-core 2.0.41 → 2.0.42

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: 45fbf359bec250a2a854610dabc09346c825d280
4
- data.tar.gz: 8e05ef4de164996a4e9cc031acc377d34638071a
3
+ metadata.gz: c01fc78e51987f4c50dd16312650393b55cc92e9
4
+ data.tar.gz: 3d24049d1e50e9b09eda2d69ff7269f18b9556e5
5
5
  SHA512:
6
- metadata.gz: 132c0f0b6506a5223c596280078f233834ea3360acd1235f4d0c2d455db0888d29960e923d69b4b16f3f56775ab130124977ca55ef5d81613c6a3b08c978a876
7
- data.tar.gz: fb5deef60a4707a58e34eeeac38aaef4a80924507cabe6128f584364c6f05cc892502f2e5e23287f553c58d51014b6331c98d9d749ab2b825d13e9a5cb6e5236
6
+ metadata.gz: dba91240f0407eb3aa68bbfb74e559645ab865e4dd846aaa3cbaccff214840fffe70c60b3d3245ab280914fd86674a82978d5045d65c3f9009a69022163bf001
7
+ data.tar.gz: e586041e2562c83e449c0642f40cf6066723f181754d967643be7f3fe8f3a89887b100c8eaded8e73f971a4746fb82d504e4698b99f240783710039dd2dd4cd9
@@ -370,6 +370,11 @@
370
370
  "matcher": "pathAll",
371
371
  "state": "success",
372
372
  "argument": "Volumes[].State"
373
+ },
374
+ {
375
+ "matcher": "error",
376
+ "expected": "InvalidVolumeNotFound",
377
+ "state": "success"
373
378
  }
374
379
  ]
375
380
  },
@@ -37,6 +37,31 @@
37
37
  "expected": "TERMINATED_WITH_ERRORS"
38
38
  }
39
39
  ]
40
+ },
41
+ "StepComplete": {
42
+ "delay": 30,
43
+ "operation": "DescribeStep",
44
+ "maxAttempts": 60,
45
+ "acceptors": [
46
+ {
47
+ "state": "success",
48
+ "matcher": "path",
49
+ "argument": "Step.Status.State",
50
+ "expected": "COMPLETED"
51
+ },
52
+ {
53
+ "state": "failure",
54
+ "matcher": "path",
55
+ "argument": "Step.Status.State",
56
+ "expected": "FAILED"
57
+ },
58
+ {
59
+ "state": "failure",
60
+ "matcher": "path",
61
+ "argument": "Step.Status.State",
62
+ "expected": "CANCELLED"
63
+ }
64
+ ]
40
65
  }
41
66
  }
42
67
  }
@@ -1,4 +1,5 @@
1
1
  {
2
+ "version":"2.0",
2
3
  "metadata":{
3
4
  "apiVersion":"2012-06-01",
4
5
  "checksumFormat":"sha256",
@@ -165,6 +166,37 @@
165
166
  }
166
167
  ]
167
168
  },
169
+ "DeleteVaultAccessPolicy":{
170
+ "name":"DeleteVaultAccessPolicy",
171
+ "http":{
172
+ "method":"DELETE",
173
+ "requestUri":"/{accountId}/vaults/{vaultName}/access-policy",
174
+ "responseCode":204
175
+ },
176
+ "input":{"shape":"DeleteVaultAccessPolicyInput"},
177
+ "errors":[
178
+ {
179
+ "shape":"ResourceNotFoundException",
180
+ "error":{"httpStatusCode":404},
181
+ "exception":true
182
+ },
183
+ {
184
+ "shape":"InvalidParameterValueException",
185
+ "error":{"httpStatusCode":400},
186
+ "exception":true
187
+ },
188
+ {
189
+ "shape":"MissingParameterValueException",
190
+ "error":{"httpStatusCode":400},
191
+ "exception":true
192
+ },
193
+ {
194
+ "shape":"ServiceUnavailableException",
195
+ "error":{"httpStatusCode":500},
196
+ "exception":true
197
+ }
198
+ ]
199
+ },
168
200
  "DeleteVaultNotifications":{
169
201
  "name":"DeleteVaultNotifications",
170
202
  "http":{
@@ -315,6 +347,37 @@
315
347
  }
316
348
  ]
317
349
  },
350
+ "GetVaultAccessPolicy":{
351
+ "name":"GetVaultAccessPolicy",
352
+ "http":{
353
+ "method":"GET",
354
+ "requestUri":"/{accountId}/vaults/{vaultName}/access-policy"
355
+ },
356
+ "input":{"shape":"GetVaultAccessPolicyInput"},
357
+ "output":{"shape":"GetVaultAccessPolicyOutput"},
358
+ "errors":[
359
+ {
360
+ "shape":"ResourceNotFoundException",
361
+ "error":{"httpStatusCode":404},
362
+ "exception":true
363
+ },
364
+ {
365
+ "shape":"InvalidParameterValueException",
366
+ "error":{"httpStatusCode":400},
367
+ "exception":true
368
+ },
369
+ {
370
+ "shape":"MissingParameterValueException",
371
+ "error":{"httpStatusCode":400},
372
+ "exception":true
373
+ },
374
+ {
375
+ "shape":"ServiceUnavailableException",
376
+ "error":{"httpStatusCode":500},
377
+ "exception":true
378
+ }
379
+ ]
380
+ },
318
381
  "GetVaultNotifications":{
319
382
  "name":"GetVaultNotifications",
320
383
  "http":{
@@ -565,6 +628,37 @@
565
628
  }
566
629
  ]
567
630
  },
631
+ "SetVaultAccessPolicy":{
632
+ "name":"SetVaultAccessPolicy",
633
+ "http":{
634
+ "method":"PUT",
635
+ "requestUri":"/{accountId}/vaults/{vaultName}/access-policy",
636
+ "responseCode":204
637
+ },
638
+ "input":{"shape":"SetVaultAccessPolicyInput"},
639
+ "errors":[
640
+ {
641
+ "shape":"ResourceNotFoundException",
642
+ "error":{"httpStatusCode":404},
643
+ "exception":true
644
+ },
645
+ {
646
+ "shape":"InvalidParameterValueException",
647
+ "error":{"httpStatusCode":400},
648
+ "exception":true
649
+ },
650
+ {
651
+ "shape":"MissingParameterValueException",
652
+ "error":{"httpStatusCode":400},
653
+ "exception":true
654
+ },
655
+ {
656
+ "shape":"ServiceUnavailableException",
657
+ "error":{"httpStatusCode":500},
658
+ "exception":true
659
+ }
660
+ ]
661
+ },
568
662
  "SetVaultNotifications":{
569
663
  "name":"SetVaultNotifications",
570
664
  "http":{
@@ -831,6 +925,25 @@
831
925
  "archiveId"
832
926
  ]
833
927
  },
928
+ "DeleteVaultAccessPolicyInput":{
929
+ "type":"structure",
930
+ "members":{
931
+ "accountId":{
932
+ "shape":"string",
933
+ "location":"uri",
934
+ "locationName":"accountId"
935
+ },
936
+ "vaultName":{
937
+ "shape":"string",
938
+ "location":"uri",
939
+ "locationName":"vaultName"
940
+ }
941
+ },
942
+ "required":[
943
+ "accountId",
944
+ "vaultName"
945
+ ]
946
+ },
834
947
  "DeleteVaultInput":{
835
948
  "type":"structure",
836
949
  "members":{
@@ -1007,6 +1120,32 @@
1007
1120
  },
1008
1121
  "payload":"body"
1009
1122
  },
1123
+ "GetVaultAccessPolicyInput":{
1124
+ "type":"structure",
1125
+ "members":{
1126
+ "accountId":{
1127
+ "shape":"string",
1128
+ "location":"uri",
1129
+ "locationName":"accountId"
1130
+ },
1131
+ "vaultName":{
1132
+ "shape":"string",
1133
+ "location":"uri",
1134
+ "locationName":"vaultName"
1135
+ }
1136
+ },
1137
+ "required":[
1138
+ "accountId",
1139
+ "vaultName"
1140
+ ]
1141
+ },
1142
+ "GetVaultAccessPolicyOutput":{
1143
+ "type":"structure",
1144
+ "members":{
1145
+ "policy":{"shape":"VaultAccessPolicy"}
1146
+ },
1147
+ "payload":"policy"
1148
+ },
1010
1149
  "GetVaultNotificationsInput":{
1011
1150
  "type":"structure",
1012
1151
  "members":{
@@ -1425,6 +1564,27 @@
1425
1564
  },
1426
1565
  "required":["accountId"]
1427
1566
  },
1567
+ "SetVaultAccessPolicyInput":{
1568
+ "type":"structure",
1569
+ "members":{
1570
+ "accountId":{
1571
+ "shape":"string",
1572
+ "location":"uri",
1573
+ "locationName":"accountId"
1574
+ },
1575
+ "vaultName":{
1576
+ "shape":"string",
1577
+ "location":"uri",
1578
+ "locationName":"vaultName"
1579
+ },
1580
+ "policy":{"shape":"VaultAccessPolicy"}
1581
+ },
1582
+ "required":[
1583
+ "accountId",
1584
+ "vaultName"
1585
+ ],
1586
+ "payload":"policy"
1587
+ },
1428
1588
  "SetVaultNotificationsInput":{
1429
1589
  "type":"structure",
1430
1590
  "members":{
@@ -1551,6 +1711,12 @@
1551
1711
  "type":"list",
1552
1712
  "member":{"shape":"UploadListElement"}
1553
1713
  },
1714
+ "VaultAccessPolicy":{
1715
+ "type":"structure",
1716
+ "members":{
1717
+ "Policy":{"shape":"string"}
1718
+ }
1719
+ },
1554
1720
  "VaultList":{
1555
1721
  "type":"list",
1556
1722
  "member":{"shape":"DescribeVaultOutput"}
@@ -1,15 +1,18 @@
1
1
  {
2
+ "version": "2.0",
2
3
  "operations": {
3
4
  "AbortMultipartUpload": "<p>This operation aborts a multipart upload identified by the upload ID.</p> <p>After the Abort Multipart Upload request succeeds, you cannot upload any more parts to the multipart upload or complete the multipart upload. Aborting a completed upload fails. However, aborting an already-aborted upload will succeed, for a short time. For more information about uploading a part and completing a multipart upload, see <a>UploadMultipartPart</a> and <a>CompleteMultipartUpload</a>.</p> <p>This operation is idempotent.</p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p> For conceptual information and underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html\">Working with Archives in Amazon Glacier</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-abort-upload.html\">Abort Multipart Upload</a> in the <i>Amazon Glacier Developer Guide</i>. </p>",
4
5
  "CompleteMultipartUpload": "<p>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 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 <a>InitiateJob</a>.</p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html\">Computing Checksums</a>. 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 <a>ListParts</a> 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.</p> <p>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. </p> <p>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 that causes an aborted connection or receive a 500 server error, in which case you can repeat your Complete Multipart Upload request and get the same archive ID without creating duplicate archives. Note, however, that after the multipart upload completes, you cannot call the List Parts operation and the multipart upload will not appear in List Multipart Uploads response, even if idempotent complete is possible.</p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p> For conceptual information and underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html\">Uploading Large Archives in Parts (Multipart Upload)</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-complete-upload.html\">Complete Multipart Upload</a> in the <i>Amazon Glacier Developer Guide</i>. </p>",
5
6
  "CreateVault": "<p>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.</p> <p>You must use the following guidelines when naming a vault. </p> <p> <ul> <li> <p> Names can be between 1 and 255 characters long. </p> </li> <li> <p>Allowed characters are a-z, A-Z, 0-9, '_' (underscore), '-' (hyphen), and '.' (period).</p> </li> </ul> </p> <p>This operation is idempotent.</p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p> For conceptual information and underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/creating-vaults.html\">Creating a Vault in Amazon Glacier</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-put.html\">Create Vault </a> in the <i>Amazon Glacier Developer Guide</i>. </p>",
6
7
  "DeleteArchive": "<p>This operation deletes an archive from a vault. Subsequent requests to 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:</p> <ul> <li>If the archive retrieval job is actively preparing the data for download when Amazon Glacier receives the delete archive request, the archival retrieval operation might fail. </li> <li>If the archive retrieval job has successfully prepared the archive for download when Amazon Glacier receives the delete archive request, you will be able to download the output. </li> </ul> <p>This operation is idempotent. Attempting to delete an already-deleted archive does not result in an error. </p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p> For conceptual information and underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-an-archive.html\">Deleting an Archive in Amazon Glacier</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-delete.html\">Delete Archive</a> in the <i>Amazon Glacier Developer Guide</i>. </p>",
7
8
  "DeleteVault": "<p>This operation deletes a vault. Amazon 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 <a>DescribeVault</a> to return the number of archives in a vault, and you can use <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html\">Initiate a Job (POST jobs)</a> to initiate a new inventory retrieval for a vault. The inventory contains the archive IDs you use to delete archives using <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-delete.html\">Delete Archive (DELETE archive)</a>.</p> <p>This operation is idempotent.</p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p> For conceptual information and underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/deleting-vaults.html\">Deleting a Vault in Amazon Glacier</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-delete.html\">Delete Vault </a> in the <i>Amazon Glacier Developer Guide</i>. </p>",
9
+ "DeleteVaultAccessPolicy": "<p>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.</p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html\">Amazon Glacier Access Control with Vault Access Policies</a>. </p>",
8
10
  "DeleteVaultNotifications": "<p>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 you might still receive some notifications for a short time after you send the delete request. </p> <p>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 <a href=\"http://docs.aws.amazon.com/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p> For conceptual information and underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html\">Configuring Vault Notifications in Amazon Glacier</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-delete.html\">Delete Vault Notification Configuration </a> in the Amazon Glacier Developer Guide. </p>",
9
11
  "DescribeJob": "<p>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 <a>InitiateJob</a>. </p> <note><p>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. </p></note> <p>A job ID will not expire for at least 24 hours after Amazon Glacier completes the job. </p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p> For information about the underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-describe-job-get.html\">Working with Archives in Amazon Glacier</a> in the <i>Amazon Glacier Developer Guide</i>. </p>",
10
12
  "DescribeVault": "<p>This operation returns information about a vault, including the vault's Amazon Resource Name (ARN), the date the vault was created, the number of archives it contains, and the total size of all the 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 <a>InitiateJob</a>. Amazon Glacier generates vault inventories approximately daily. For more information, see <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html\">Downloading a Vault Inventory in Amazon Glacier</a>. </p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p>For conceptual information and underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/retrieving-vault-info.html\">Retrieving Vault Metadata in Amazon Glacier</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-get.html\">Describe Vault </a> in the <i>Amazon Glacier Developer Guide</i>. </p>",
11
13
  "GetDataRetrievalPolicy": "<p>This operation returns the current data retrieval policy for the account and region specified in the GET request. For more information about data retrieval policies, see <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html\">Amazon Glacier Data Retrieval Policies</a>.</p>",
12
14
  "GetJobOutput": "<p>This operation downloads the output of the job you initiated using <a>InitiateJob</a>. Depending on the job type you specified when you initiated the job, the output will be either the content of an archive or a vault inventory.</p> <p>A job ID will 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.</p> <p>If the job output is large, then you can use the <code>Range</code> request header to retrieve a portion of the output. This allows you to download the entire output in smaller chunks of bytes. For example, suppose you have 1 GB of job output you want to download and you decide to download 128 MB chunks of data at a time, which is a total of eight Get Job Output requests. You use the following process to download the job output:</p> <ol> <li> <p>Download a 128 MB chunk of output by specifying the appropriate byte range using the <code>Range</code> header.</p> </li> <li> <p>Along with the data, the response includes a SHA256 tree hash of the payload. You compute the checksum of the payload on the client and compare it with the checksum you received in the response to ensure you received all the expected data.</p> </li> <li> <p>Repeat steps 1 and 2 for all the eight 128 MB chunks of output data, each time specifying the appropriate byte range.</p> </li> <li> <p>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 <a>DescribeJob</a> 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 computed to ensure you have downloaded the entire archive content with no errors.</p> </li> </ol> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p>For conceptual information and the underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html\">Downloading a Vault Inventory</a>, <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/downloading-an-archive.html\">Downloading an Archive</a>, and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-job-output-get.html\">Get Job Output </a> </p>",
15
+ "GetVaultAccessPolicy": "<p>This operation retrieves the <code>access-policy</code> subresource set on the vault—for more information on setting this subresource, see <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-SetVaultAccessPolicy.html\">Set Vault Access Policy (PUT access-policy)</a>. If there is no access policy set on the vault, the operation returns a <code>404 Not found</code> error. For more information about vault access policies, see <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html\">Amazon Glacier Access Control with Vault Access Policies</a>.</p>",
13
16
  "GetVaultNotifications": "<p>This operation retrieves the <code class=\"code\">notification-configuration</code> subresource of the specified vault.</p> <p>For information about setting a notification configuration on a vault, see <a>SetVaultNotifications</a>. If a notification configuration for a vault is not set, the operation returns a <code class=\"code\">404 Not Found</code> error. For more information about vault notifications, see <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html\">Configuring Vault Notifications in Amazon Glacier</a>. </p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p>For conceptual information and underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html\">Configuring Vault Notifications in Amazon Glacier</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-get.html\">Get Vault Notification Configuration </a> in the <i>Amazon Glacier Developer Guide</i>. </p>",
14
17
  "InitiateJob": "<p>This operation initiates a job of the specified type. In this release, you can initiate a job to retrieve either an archive or a vault inventory (a list of archives in a vault). </p> <p>Retrieving data from Amazon Glacier is a two-step process: </p> <ol> <li> <p>Initiate a retrieval job.</p> <note><p>A data retrieval policy can cause your initiate retrieval job request to fail with a PolicyEnforcedException exception. For more information about data retrieval policies, see <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html\">Amazon Glacier Data Retrieval Policies</a>. For more information about the PolicyEnforcedException exception, see <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-error-responses.html\">Error Responses</a>.</p> </note> </li> <li><p>After the job completes, download the bytes.</p></li> </ol> <p>The retrieval request is executed asynchronously. When you initiate a retrieval job, Amazon Glacier creates a job and returns a job ID in the response. When Amazon Glacier completes the job, you can get the job output (archive or inventory data). For information about getting job output, see <a>GetJobOutput</a> operation. </p> <p>The job must complete before you can get its output. To determine when a job is complete, you have the following options:</p> <ul> <li> <p><b>Use Amazon SNS Notification</b> You can specify an Amazon Simple Notification Service (Amazon SNS) topic to which Amazon Glacier can post a notification after the job is completed. You can specify an SNS topic per job request. The notification is sent only after Amazon Glacier completes the job. In addition to specifying an SNS topic per job request, you can configure vault notifications for a vault so that job notifications are always sent. For more information, see <a>SetVaultNotifications</a>.</p> </li> <li> <p><b>Get job details</b> You can make a <a>DescribeJob</a> request to obtain job status information while a job is in progress. However, it is more efficient to use an Amazon SNS notification to determine when a job is complete.</p> </li> </ul> <note><p>The information you get via notification is same that you get by calling <a>DescribeJob</a>.</p></note> <p>If for a specific event, you add both the notification configuration on the vault and also specify an SNS topic in your initiate job request, Amazon Glacier sends both notifications. For more information, see <a>SetVaultNotifications</a>.</p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p><b>About the Vault Inventory</b></p> <p>Amazon Glacier prepares an inventory for each vault periodically, every 24 hours. When you initiate a job for a vault inventory, Amazon Glacier returns the last inventory for the vault. The inventory data you get might be up to a day or two days old. Also, the initiate inventory job might take some time to complete before you can download the vault inventory. So you do not want to retrieve a vault inventory for each vault operation. However, in some scenarios, you might find the vault inventory useful. For example, when you upload an archive, you can provide an archive description but not an archive name. Amazon Glacier provides you a unique archive ID, an opaque string of characters. So, you might maintain your own database that maps archive names to their corresponding Amazon Glacier assigned archive IDs. You might find the vault inventory useful in the event you need to reconcile information in your database with the actual vault inventory. </p> <p><b>Range Inventory Retrieval</b></p> <p>You can limit the number of inventory items retrieved by filtering on the archive creation date or by setting a limit.</p> <p><i>Filtering by Archive Creation Date</i></p> <p>You can retrieve inventory items for archives created between <code>StartDate</code> and <code>EndDate</code> by specifying values for these parameters in the <b>InitiateJob</b> request. Archives created on or after the <code>StartDate</code> and before the <code>EndDate</code> will be returned. If you only provide the <code>StartDate</code> without the <code>EndDate</code>, you will retrieve the inventory for all archives created on or after the <code>StartDate</code>. If you only provide the <code>EndDate</code> without the <code>StartDate</code>, you will get back the inventory for all archives created before the <code>EndDate</code>.</p> <p><i>Limiting Inventory Items per Retrieval</i></p> <p>You can limit the number of inventory items returned by setting the <code>Limit</code> parameter in the <b>InitiateJob</b> request. The inventory job output will contain inventory items up to the specified <code>Limit</code>. If there are more inventory items available, the result is paginated. After a job is complete you can use the <a>DescribeJob</a> operation to get a marker that you use in a subsequent <b>InitiateJob</b> request. The marker will indicate the starting point to retrieve the next set of inventory items. You can page through your entire inventory by repeatedly making <b>InitiateJob</b> requests with the marker from the previous <b>DescribeJob</b> output, until you get a marker from <b>DescribeJob</b> that returns null, indicating that there are no more inventory items available.</p> <p>You can use the <code>Limit</code> parameter together with the date range parameters.</p> <p><b>About Ranged Archive Retrieval</b></p> <p> You can initiate an archive retrieval for the whole archive or a range of the archive. In the case of ranged archive retrieval, you specify a byte range to return or the whole archive. The range specified must be megabyte (MB) aligned, that is the range start value must be divisible by 1 MB and range end value plus 1 must be divisible by 1 MB or equal the end of the archive. If the ranged archive retrieval is not megabyte aligned, this operation returns a 400 response. Furthermore, to ensure you get checksum values for data you download using Get Job Output API, the range must be tree hash aligned. </p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p>For conceptual information and the underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-initiate-job-post.html\">Initiate a Job</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-inventory.html\">Downloading a Vault Inventory</a> </p>",
15
18
  "InitiateMultipartUpload": "<p>This operation initiates a multipart upload. Amazon 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 <a>UploadMultipartPart</a>).</p> <p>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 by a power of 2-for example, 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB.</p> <p>Every part you upload to this resource (see <a>UploadMultipartPart</a>), except the last one, must have the same size. The last one can be the 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. </p> <note><p>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 specify the overall archive size.</p></note> <p>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 upload or it may be removed if there is no activity for a period of 24 hours.</p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p>For conceptual information and underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html\">Uploading Large Archives in Parts (Multipart Upload)</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-initiate-upload.html\">Initiate Multipart Upload</a> in the <i>Amazon Glacier Developer Guide</i>.</p>",
@@ -18,6 +21,7 @@
18
21
  "ListParts": "<p>This operation lists the parts of an archive that have been uploaded in a specific multipart upload. You can make this request at any time during an in-progress multipart upload before you complete the upload (see <a>CompleteMultipartUpload</a>. List Parts returns an error for completed uploads. The list returned in the List Parts response is sorted by part range. </p> <p>The List Parts operation supports pagination. By default, this operation returns up to 1,000 uploaded parts in the response. You should always check the response for a <code class=\"code\">marker</code> at which to continue the list; if there are no more items the <code class=\"code\">marker</code> is <code class=\"code\">null</code>. To return a list of parts that begins at a specific part, set the <code>marker</code> request parameter to the value you obtained from a previous List Parts request. You can also limit the number of parts returned in the response by specifying the <code>limit</code> parameter in the request. </p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p>For conceptual information and the underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/working-with-archives.html\">Working with Archives in Amazon Glacier</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-multipart-list-parts.html\">List Parts</a> in the <i>Amazon Glacier Developer Guide</i>.</p>",
19
22
  "ListVaults": "<p>This operation lists all vaults owned by the calling user's account. The list returned in the response is ASCII-sorted by vault name. </p> <p>By default, this operation returns up to 1,000 items. If there are more vaults to list, the response <code class=\"code\">marker</code> field contains the vault Amazon Resource Name (ARN) at which to continue the list with a new List Vaults request; otherwise, the <code class=\"code\">marker</code> field is <code class=\"code\">null</code>. To return a list of vaults that begins at a specific vault, set the <code class=\"code\">marker</code> request parameter to the vault ARN you obtained from a previous List Vaults request. You can also limit the number of vaults returned in the response by specifying the <code class=\"code\">limit</code> parameter in the request. </p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p>For conceptual information and underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/retrieving-vault-info.html\">Retrieving Vault Metadata in Amazon Glacier</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vaults-get.html\">List Vaults </a> in the <i>Amazon Glacier Developer Guide</i>. </p>",
20
23
  "SetDataRetrievalPolicy": "<p>This operation sets and then enacts a data retrieval policy in the region specified in the PUT request. You can set one policy per region for an AWS account. The policy is enacted within a few minutes of a successful PUT operation. </p> <p>The set policy operation does not affect retrieval jobs that were in progress before the policy was enacted. For more information about data retrieval policies, see <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/data-retrieval-policy.html\">Amazon Glacier Data Retrieval Policies</a>. </p>",
24
+ "SetVaultAccessPolicy": "<p>This operation configures an access policy for a vault and will overwrite an existing policy. To configure a vault access policy, send a PUT request to the <code>access-policy</code> subresource of the vault. An access policy is specific to a vault and is also called a vault subresource. You can set one access policy per vault and the policy can be up to 20 KB in size. For more information about vault access policies, see <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/vault-access-policy.html\">Amazon Glacier Access Control with Vault Access Policies</a>. </p>",
21
25
  "SetVaultNotifications": "<p>This operation configures notifications that will be sent when specific events happen to a vault. By default, you don't get any notifications. </p> <p>To configure vault notifications, send a PUT request to the <code class=\"code\">notification-configuration</code> 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 notifications to the topic.</p> <p>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:</p> <ul> <li> <b>ArchiveRetrievalCompleted</b> This event occurs when a job that was initiated for an archive retrieval is completed (<a>InitiateJob</a>). The status of the completed job can be \"Succeeded\" or \"Failed\". The notification sent to the SNS topic is the same output as returned from <a>DescribeJob</a>. </li> <li> <b>InventoryRetrievalCompleted</b> This event occurs when a job that was initiated for an inventory retrieval is completed (<a>InitiateJob</a>). The status of the completed job can be \"Succeeded\" or \"Failed\". The notification sent to the SNS topic is the same output as returned from <a>DescribeJob</a>. </li> </ul> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p>For conceptual information and underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/configuring-notifications.html\">Configuring Vault Notifications in Amazon Glacier</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-vault-notifications-put.html\">Set Vault Notification Configuration </a> in the <i>Amazon Glacier Developer Guide</i>. </p>",
22
26
  "UploadArchive": "<p>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 <code class=\"code\">x-amz-archive-id</code> header of the response. </p> <p>You must use the archive ID to access your data in Amazon 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 external index of archives, such as you might create in Amazon DynamoDB. You can also get the vault inventory to obtain a list of archive IDs in a vault. For more information, see <a>InitiateJob</a>. </p> <p>You must provide a SHA256 tree hash of the data you are uploading. For information about computing a SHA256 tree hash, see <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html\">Computing Checksums</a>. </p> <p>You can optionally specify an archive description of up to 1,024 printable ASCII characters. You can get the archive description when you either retrieve the archive or get the vault inventory. For more information, see <a>InitiateJob</a>. Amazon Glacier does not interpret the description in any way. An archive description does not need to be unique. You cannot use the description to retrieve or sort the archive list. </p> <p>Archives are immutable. After you upload an archive, you cannot edit the archive or its description. </p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p> For conceptual information and underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-an-archive.html\">Uploading an Archive in Amazon Glacier</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-archive-post.html\">Upload Archive</a> in the <i>Amazon Glacier Developer Guide</i>. </p>",
23
27
  "UploadMultipartPart": "<p>This operation uploads a part of an archive. You can upload archive parts in any order. You can also upload them in parallel. You can upload up to 10,000 parts for a multipart upload.</p> <p>Amazon Glacier rejects your upload part request if any of the following conditions is true:</p> <ul> <li> <p><b>SHA256 tree hash does not match</b>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 values don't match, the operation fails. For information about computing a SHA256 tree hash, see <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/checksum-calculations.html\">Computing Checksums</a>.</p> </li> <li> <p><b>Part size does not match</b>The size of each part except the last must match the size specified in the corresponding <a>InitiateMultipartUpload</a> request. The size of the last part must be the same size as, or smaller than, the specified size.</p> <note><p>If you upload a part whose size is smaller than the part size you specified in your initiate multipart upload request and that part is not the last part, then the upload part request will succeed. However, the subsequent Complete Multipart Upload request will fail.</p></note> </li> <li> <b>Range does not align</b>The byte range value in the request does not align with the part size specified in the corresponding initiate request. For example, if you specify a part size of 4194304 bytes (4 MB), then 0 to 4194303 bytes (4 MB - 1) and 4194304 (4 MB) to 8388607 (8 MB - 1) are valid part ranges. However, if you set a range value of 2 MB to 6 MB, the range does not align with the part size and the upload will fail. </li> </ul> <p>This operation is idempotent. If you upload the same part multiple times, the data included in the most recent request overwrites the previously uploaded data.</p> <p>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 <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/using-iam-with-amazon-glacier.html\">Access Control Using AWS Identity and Access Management (IAM)</a>.</p> <p> For conceptual information and underlying REST API, go to <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-archive-mpu.html\">Uploading Large Archives in Parts (Multipart Upload)</a> and <a href=\"http://docs.aws.amazon.com/amazonglacier/latest/dev/api-upload-part.html\">Upload Part </a> in the <i>Amazon Glacier Developer Guide</i>.</p>"
@@ -86,6 +90,11 @@
86
90
  "refs": {
87
91
  }
88
92
  },
93
+ "DeleteVaultAccessPolicyInput": {
94
+ "base": "<p>DeleteVaultAccessPolicy input.</p>",
95
+ "refs": {
96
+ }
97
+ },
89
98
  "DeleteVaultInput": {
90
99
  "base": "<p>Provides options for deleting a vault from Amazon Glacier.</p>",
91
100
  "refs": {
@@ -132,6 +141,16 @@
132
141
  "refs": {
133
142
  }
134
143
  },
144
+ "GetVaultAccessPolicyInput": {
145
+ "base": "<p>Input for GetVaultAccessPolicy.</p>",
146
+ "refs": {
147
+ }
148
+ },
149
+ "GetVaultAccessPolicyOutput": {
150
+ "base": "<p>Output for GetVaultAccessPolicy.</p>",
151
+ "refs": {
152
+ }
153
+ },
135
154
  "GetVaultNotificationsInput": {
136
155
  "base": "<p>Provides options for retrieving the notification configuration set on an Amazon Glacier vault.</p>",
137
156
  "refs": {
@@ -296,6 +315,11 @@
296
315
  "refs": {
297
316
  }
298
317
  },
318
+ "SetVaultAccessPolicyInput": {
319
+ "base": "<p>SetVaultAccessPolicy input.</p>",
320
+ "refs": {
321
+ }
322
+ },
299
323
  "SetVaultNotificationsInput": {
300
324
  "base": "<p>Provides options to configure notifications that will be sent when specific events happen to a vault.</p>",
301
325
  "refs": {
@@ -349,6 +373,13 @@
349
373
  "ListMultipartUploadsOutput$UploadsList": "<p>A list of in-progress multipart uploads.</p>"
350
374
  }
351
375
  },
376
+ "VaultAccessPolicy": {
377
+ "base": "<p>Contains the vault access policy. </p>",
378
+ "refs": {
379
+ "GetVaultAccessPolicyOutput$policy": "<p>Contains the returned vault access policy as a JSON string.</p>",
380
+ "SetVaultAccessPolicyInput$policy": "<p>The vault access policy as a JSON string.</p>"
381
+ }
382
+ },
352
383
  "VaultList": {
353
384
  "base": null,
354
385
  "refs": {
@@ -386,39 +417,41 @@
386
417
  "string": {
387
418
  "base": null,
388
419
  "refs": {
389
- "AbortMultipartUploadInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
420
+ "AbortMultipartUploadInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID.</p>",
390
421
  "AbortMultipartUploadInput$vaultName": "<p>The name of the vault.</p>",
391
422
  "AbortMultipartUploadInput$uploadId": "<p>The upload ID of the multipart upload to delete.</p>",
392
423
  "ArchiveCreationOutput$location": "<p>The relative URI path of the newly added archive resource.</p>",
393
424
  "ArchiveCreationOutput$checksum": "<p>The checksum of the archive computed by Amazon Glacier.</p>",
394
425
  "ArchiveCreationOutput$archiveId": "<p>The ID of the archive. This value is also included as part of the location.</p>",
395
- "CompleteMultipartUploadInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
426
+ "CompleteMultipartUploadInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID.</p>",
396
427
  "CompleteMultipartUploadInput$vaultName": "<p>The name of the vault.</p>",
397
428
  "CompleteMultipartUploadInput$uploadId": "<p>The upload ID of the multipart upload.</p>",
398
429
  "CompleteMultipartUploadInput$archiveSize": "<p>The total size, in bytes, of the entire archive. This value should be the sum of all the sizes of the individual parts that you uploaded.</p>",
399
430
  "CompleteMultipartUploadInput$checksum": "<p>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.</p>",
400
- "CreateVaultInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
431
+ "CreateVaultInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (hyphen), in which case Amazon 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 (apos-apos) in the ID.</p>",
401
432
  "CreateVaultInput$vaultName": "<p>The name of the vault.</p>",
402
433
  "CreateVaultOutput$location": "<p>The URI of the vault that was created.</p>",
403
434
  "DataRetrievalRule$Strategy": "<p>The type of data retrieval policy to set.</p> <p>Valid values: BytesPerHour|FreeTier|None</p>",
404
- "DeleteArchiveInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
435
+ "DeleteArchiveInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID.</p>",
405
436
  "DeleteArchiveInput$vaultName": "<p>The name of the vault.</p>",
406
437
  "DeleteArchiveInput$archiveId": "<p>The ID of the archive to delete.</p>",
407
- "DeleteVaultInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
438
+ "DeleteVaultAccessPolicyInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID. </p>",
439
+ "DeleteVaultAccessPolicyInput$vaultName": "<p>The name of the vault.</p>",
440
+ "DeleteVaultInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID.</p>",
408
441
  "DeleteVaultInput$vaultName": "<p>The name of the vault.</p>",
409
- "DeleteVaultNotificationsInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
442
+ "DeleteVaultNotificationsInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID. </p>",
410
443
  "DeleteVaultNotificationsInput$vaultName": "<p>The name of the vault.</p>",
411
- "DescribeJobInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
444
+ "DescribeJobInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID. </p>",
412
445
  "DescribeJobInput$vaultName": "<p>The name of the vault.</p>",
413
446
  "DescribeJobInput$jobId": "<p>The ID of the job to describe.</p>",
414
- "DescribeVaultInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
447
+ "DescribeVaultInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID. </p>",
415
448
  "DescribeVaultInput$vaultName": "<p>The name of the vault.</p>",
416
449
  "DescribeVaultOutput$VaultARN": "<p>The Amazon Resource Name (ARN) of the vault.</p>",
417
450
  "DescribeVaultOutput$VaultName": "<p>The name of the vault.</p>",
418
451
  "DescribeVaultOutput$CreationDate": "<p>The UTC date when the vault was created. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".</p>",
419
452
  "DescribeVaultOutput$LastInventoryDate": "<p>The UTC date when Amazon Glacier completed the last vault inventory. A string representation of ISO 8601 date format, for example, \"2012-03-20T17:03:43.221Z\".</p>",
420
- "GetDataRetrievalPolicyInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include the dashes hyphens in it. </p>",
421
- "GetJobOutputInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
453
+ "GetDataRetrievalPolicyInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (hyphen), in which case Amazon 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 (apos-apos) in the ID. </p>",
454
+ "GetJobOutputInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID.</p>",
422
455
  "GetJobOutputInput$vaultName": "<p>The name of the vault.</p>",
423
456
  "GetJobOutputInput$jobId": "<p>The job ID whose data is downloaded.</p>",
424
457
  "GetJobOutputInput$range": "<p>The range of bytes to retrieve from the output. For example, if you want to download the first 1,048,576 bytes, specify \"Range: bytes=0-1048575\". By default, this operation downloads the entire output. </p>",
@@ -427,7 +460,9 @@
427
460
  "GetJobOutputOutput$acceptRanges": "<p>Indicates the range units accepted. For more information, go to <a href=\"http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html\">RFC2616</a>. </p>",
428
461
  "GetJobOutputOutput$contentType": "<p>The Content-Type depends on whether the job output is an archive or a vault inventory. For archive data, the Content-Type is application/octet-stream. For vault inventory, if you requested CSV format when you initiated the job, the Content-Type is text/csv. Otherwise, by default, vault inventory is returned as JSON, and the Content-Type is application/json. </p>",
429
462
  "GetJobOutputOutput$archiveDescription": "<p>The description of an archive.</p>",
430
- "GetVaultNotificationsInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
463
+ "GetVaultAccessPolicyInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID.</p>",
464
+ "GetVaultAccessPolicyInput$vaultName": "<p>The name of the vault.</p>",
465
+ "GetVaultNotificationsInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID.</p>",
431
466
  "GetVaultNotificationsInput$vaultName": "<p>The name of the vault.</p>",
432
467
  "GlacierJobDescription$JobId": "<p>An opaque string that identifies an Amazon Glacier job.</p>",
433
468
  "GlacierJobDescription$JobDescription": "<p>The job description you provided when you initiated the job.</p>",
@@ -440,11 +475,11 @@
440
475
  "GlacierJobDescription$SHA256TreeHash": "<p>For an ArchiveRetrieval job, it is the checksum of the archive. Otherwise, the value is null.</p> <p> The SHA256 tree hash value for the requested range of an archive. If the Initiate a Job request for an archive specified a tree-hash aligned range, then this field returns a value. </p> <p> For the specific case when the whole archive is retrieved, this value is the same as the ArchiveSHA256TreeHash value. </p> <p> This field is null in the following situations: <ul> <li><p>Archive retrieval jobs that specify a range that is not tree-hash aligned.</p></li> </ul> <ul> <li><p>Archival jobs that specify a range that is equal to the whole archive and the job status is InProgress.</p></li> </ul> <ul> <li><p>Inventory jobs.</p></li> </ul> </p>",
441
476
  "GlacierJobDescription$ArchiveSHA256TreeHash": "<p>The SHA256 tree hash of the entire archive for an archive retrieval. For inventory retrieval jobs, this field is null. </p>",
442
477
  "GlacierJobDescription$RetrievalByteRange": "<p>The retrieved byte range for archive retrieval jobs in the form \"<i>StartByteValue</i>-<i>EndByteValue</i>\" If no range was specified in the archive retrieval, then the whole archive is retrieved and <i>StartByteValue</i> equals 0 and <i>EndByteValue</i> equals the size of the archive minus 1. For inventory retrieval jobs this field is null. </p>",
443
- "InitiateJobInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
478
+ "InitiateJobInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID.</p>",
444
479
  "InitiateJobInput$vaultName": "<p>The name of the vault.</p>",
445
480
  "InitiateJobOutput$location": "<p>The relative URI path of the job.</p>",
446
481
  "InitiateJobOutput$jobId": "<p>The ID of the job.</p>",
447
- "InitiateMultipartUploadInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
482
+ "InitiateMultipartUploadInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID. </p>",
448
483
  "InitiateMultipartUploadInput$vaultName": "<p>The name of the vault.</p>",
449
484
  "InitiateMultipartUploadInput$archiveDescription": "<p>The archive description that you are uploading in parts.</p> <p>The part size must be a megabyte (1024 KB) multiplied by a power of 2—for example, 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).</p>",
450
485
  "InitiateMultipartUploadInput$partSize": "<p>The size of each part except the last, in bytes. The last part can be smaller than this part size.</p>",
@@ -469,19 +504,19 @@
469
504
  "LimitExceededException$type": "<p>Client</p>",
470
505
  "LimitExceededException$code": "<p>400 Bad Request</p>",
471
506
  "LimitExceededException$message": null,
472
- "ListJobsInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
507
+ "ListJobsInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID. </p>",
473
508
  "ListJobsInput$vaultName": "<p>The name of the vault.</p>",
474
509
  "ListJobsInput$limit": "<p>Specifies that the response be limited to the specified number of items or fewer. If not specified, the List Jobs operation returns up to 1,000 jobs.</p>",
475
510
  "ListJobsInput$marker": "<p>An opaque string used for pagination. This value specifies the job at which the listing of jobs should begin. Get the marker value from a previous List Jobs response. You need only include the marker if you are continuing the pagination of results started in a previous List Jobs request.</p>",
476
511
  "ListJobsInput$statuscode": "<p>Specifies the type of job status to return. You can specify the following values: \"InProgress\", \"Succeeded\", or \"Failed\".</p>",
477
512
  "ListJobsInput$completed": "<p>Specifies the state of the jobs to return. You can specify <code>true</code> or <code>false</code>.</p>",
478
513
  "ListJobsOutput$Marker": "<p>An opaque string that represents where to continue pagination of the results. You use this value in a new List Jobs request to obtain more jobs in the list. If there are no more jobs, this value is <code>null</code>. </p>",
479
- "ListMultipartUploadsInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
514
+ "ListMultipartUploadsInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID. </p>",
480
515
  "ListMultipartUploadsInput$vaultName": "<p>The name of the vault.</p>",
481
516
  "ListMultipartUploadsInput$marker": "<p>An opaque string used for pagination. This value specifies the upload at which the listing of uploads should begin. Get the marker value from a previous List Uploads response. You need only include the marker if you are continuing the pagination of results started in a previous List Uploads request.</p>",
482
517
  "ListMultipartUploadsInput$limit": "<p>Specifies the maximum number of uploads returned in the response body. If this value is not specified, the List Uploads operation returns up to 1,000 uploads.</p>",
483
518
  "ListMultipartUploadsOutput$Marker": "<p>An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is <code>null</code>.</p>",
484
- "ListPartsInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
519
+ "ListPartsInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID. </p>",
485
520
  "ListPartsInput$vaultName": "<p>The name of the vault.</p>",
486
521
  "ListPartsInput$uploadId": "<p>The upload ID of the multipart upload.</p>",
487
522
  "ListPartsInput$marker": "<p>An opaque string used for pagination. This value specifies the part at which the listing of parts should begin. Get the marker value from the response of a previous List Parts response. You need only include the marker if you are continuing the pagination of results started in a previous List Parts request.</p>",
@@ -491,7 +526,7 @@
491
526
  "ListPartsOutput$ArchiveDescription": "<p>The description of the archive that was specified in the Initiate Multipart Upload request.</p>",
492
527
  "ListPartsOutput$CreationDate": "<p>The UTC time at which the multipart upload was initiated.</p>",
493
528
  "ListPartsOutput$Marker": "<p>An opaque string that represents where to continue pagination of the results. You use the marker in a new List Parts request to obtain more jobs in the list. If there are no more parts, this value is <code>null</code>.</p>",
494
- "ListVaultsInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
529
+ "ListVaultsInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (hyphen), in which case Amazon 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 (apos-apos) in the ID.</p>",
495
530
  "ListVaultsInput$marker": "<p>A string used for pagination. The marker specifies the vault ARN after which the listing of vaults should begin.</p>",
496
531
  "ListVaultsInput$limit": "<p>The maximum number of items returned in the response. If you don't specify a value, the List Vaults operation returns up to 1,000 items.</p>",
497
532
  "ListVaultsOutput$Marker": "<p>The vault ARN at which to continue pagination of the results. You use the marker in another List Vaults request to obtain more vaults in the list.</p>",
@@ -513,23 +548,26 @@
513
548
  "ServiceUnavailableException$type": "<p>Server</p>",
514
549
  "ServiceUnavailableException$code": "<p>500 Internal Server Error</p>",
515
550
  "ServiceUnavailableException$message": null,
516
- "SetDataRetrievalPolicyInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include the dashes in it. </p>",
517
- "SetVaultNotificationsInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
551
+ "SetDataRetrievalPolicyInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (hyphen), in which case Amazon 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 (apos-apos) in the ID.</p>",
552
+ "SetVaultAccessPolicyInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID.</p>",
553
+ "SetVaultAccessPolicyInput$vaultName": "<p>The name of the vault.</p>",
554
+ "SetVaultNotificationsInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID.</p>",
518
555
  "SetVaultNotificationsInput$vaultName": "<p>The name of the vault.</p>",
519
556
  "UploadArchiveInput$vaultName": "<p>The name of the vault.</p>",
520
- "UploadArchiveInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
557
+ "UploadArchiveInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID. </p>",
521
558
  "UploadArchiveInput$archiveDescription": "<p>The optional description of the archive you are uploading. </p>",
522
559
  "UploadArchiveInput$checksum": "<p>The SHA256 tree hash of the data being uploaded.</p>",
523
560
  "UploadListElement$MultipartUploadId": "<p>The ID of a multipart upload.</p>",
524
561
  "UploadListElement$VaultARN": "<p>The Amazon Resource Name (ARN) of the vault that contains the archive.</p>",
525
562
  "UploadListElement$ArchiveDescription": "<p>The description of the archive that was specified in the Initiate Multipart Upload request.</p>",
526
563
  "UploadListElement$CreationDate": "<p>The UTC time at which the multipart upload was initiated.</p>",
527
- "UploadMultipartPartInput$accountId": "<p>The <code>AccountId</code> is the AWS Account ID. You can specify either the AWS Account ID or optionally a '-', in which case Amazon Glacier uses the AWS Account ID associated with the credentials used to sign the request. If you specify your Account ID, do not include hyphens in it. </p>",
564
+ "UploadMultipartPartInput$accountId": "<p>The <code>AccountId</code> 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 apos<code>-</code>apos (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, do not include any hyphens (apos-apos) in the ID. </p>",
528
565
  "UploadMultipartPartInput$vaultName": "<p>The name of the vault.</p>",
529
566
  "UploadMultipartPartInput$uploadId": "<p>The upload ID of the multipart upload.</p>",
530
567
  "UploadMultipartPartInput$checksum": "<p>The SHA256 tree hash of the data being uploaded. </p>",
531
568
  "UploadMultipartPartInput$range": "<p>Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon 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/*.</p>",
532
569
  "UploadMultipartPartOutput$checksum": "<p>The SHA256 tree hash that Amazon Glacier computed for the uploaded part.</p>",
570
+ "VaultAccessPolicy$Policy": "<p>The vault access policy.</p>",
533
571
  "VaultNotificationConfig$SNSTopic": "<p>The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).</p>"
534
572
  }
535
573
  }