1{
2  "version": "2.0",
3  "service": "<p/>",
4  "operations": {
5    "AbortMultipartUpload": "<p>Aborts a multipart upload.</p> <p>To verify that all parts have been removed, so you don't get charged for the part storage, you should call the List Parts operation and ensure the parts list is empty.</p>",
6    "CompleteMultipartUpload": "<p>Completes a multipart upload by assembling previously uploaded parts.</p>",
7    "CopyObject": "<p>Creates a copy of an object that is already stored in Amazon S3.</p>",
8    "CreateBucket": "<p>Creates a new bucket.</p>",
9    "CreateMultipartUpload": "<p>Initiates a multipart upload and returns an upload ID.</p> <p> <b>Note:</b> After you initiate multipart upload and upload one or more parts, you must either complete or abort multipart upload in order to stop getting charged for storage of the uploaded parts. Only after you either complete or abort multipart upload, Amazon S3 frees up the parts storage and stops charging you for the parts storage.</p>",
10    "DeleteBucket": "<p>Deletes the bucket. All objects (including all object versions and Delete Markers) in the bucket must be deleted before the bucket itself can be deleted.</p>",
11    "DeleteBucketAnalyticsConfiguration": "<p>Deletes an analytics configuration for the bucket (specified by the analytics configuration ID).</p> <p>To use this operation, you must have permissions to perform the s3:PutAnalyticsConfiguration action. The bucket owner has this permission by default. The bucket owner can grant this permission to others. </p>",
12    "DeleteBucketCors": "<p>Deletes the CORS configuration information set for the bucket.</p>",
13    "DeleteBucketEncryption": "<p>Deletes the server-side encryption configuration from the bucket.</p>",
14    "DeleteBucketInventoryConfiguration": "<p>Deletes an inventory configuration (identified by the inventory ID) from the bucket.</p>",
15    "DeleteBucketLifecycle": "<p>Deletes the lifecycle configuration from the bucket.</p>",
16    "DeleteBucketMetricsConfiguration": "<p>Deletes a metrics configuration (specified by the metrics configuration ID) from the bucket.</p>",
17    "DeleteBucketPolicy": "<p>Deletes the policy from the bucket.</p>",
18    "DeleteBucketReplication": "<p> Deletes the replication configuration from the bucket. For information about replication configuration, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html\">Cross-Region Replication (CRR)</a> in the <i>Amazon S3 Developer Guide</i>. </p>",
19    "DeleteBucketTagging": "<p>Deletes the tags from the bucket.</p>",
20    "DeleteBucketWebsite": "<p>This operation removes the website configuration from the bucket.</p>",
21    "DeleteObject": "<p>Removes the null version (if there is one) of an object and inserts a delete marker, which becomes the latest version of the object. If there isn't a null version, Amazon S3 does not remove any objects.</p>",
22    "DeleteObjectTagging": "<p>Removes the tag-set from an existing object.</p>",
23    "DeleteObjects": "<p>This operation enables you to delete multiple objects from a bucket using a single HTTP request. You may specify up to 1000 keys.</p>",
24    "DeletePublicAccessBlock": "<p>Removes the <code>PublicAccessBlock</code> configuration from an Amazon S3 bucket.</p>",
25    "GetBucketAccelerateConfiguration": "<p>Returns the accelerate configuration of a bucket.</p>",
26    "GetBucketAcl": "<p>Gets the access control policy for the bucket.</p>",
27    "GetBucketAnalyticsConfiguration": "<p>Gets an analytics configuration for the bucket (specified by the analytics configuration ID).</p>",
28    "GetBucketCors": "<p>Returns the CORS configuration for the bucket.</p>",
29    "GetBucketEncryption": "<p>Returns the server-side encryption configuration of a bucket.</p>",
30    "GetBucketInventoryConfiguration": "<p>Returns an inventory configuration (identified by the inventory ID) from the bucket.</p>",
31    "GetBucketLifecycle": "<p> No longer used, see the GetBucketLifecycleConfiguration operation.</p>",
32    "GetBucketLifecycleConfiguration": "<p>Returns the lifecycle configuration information set on the bucket.</p>",
33    "GetBucketLocation": "<p>Returns the region the bucket resides in.</p>",
34    "GetBucketLogging": "<p>Returns the logging status of a bucket and the permissions users have to view and modify that status. To use GET, you must be the bucket owner.</p>",
35    "GetBucketMetricsConfiguration": "<p>Gets a metrics configuration (specified by the metrics configuration ID) from the bucket.</p>",
36    "GetBucketNotification": "<p> No longer used, see the GetBucketNotificationConfiguration operation.</p>",
37    "GetBucketNotificationConfiguration": "<p>Returns the notification configuration of a bucket.</p>",
38    "GetBucketPolicy": "<p>Returns the policy of a specified bucket.</p>",
39    "GetBucketPolicyStatus": "<p>Retrieves the policy status for an Amazon S3 bucket, indicating whether the bucket is public.</p>",
40    "GetBucketReplication": "<p>Returns the replication configuration of a bucket.</p> <note> <p> It can take a while to propagate the put or delete a replication configuration to all Amazon S3 systems. Therefore, a get request soon after put or delete can return a wrong result. </p> </note>",
41    "GetBucketRequestPayment": "<p>Returns the request payment configuration of a bucket.</p>",
42    "GetBucketTagging": "<p>Returns the tag set associated with the bucket.</p>",
43    "GetBucketVersioning": "<p>Returns the versioning state of a bucket.</p>",
44    "GetBucketWebsite": "<p>Returns the website configuration for a bucket.</p>",
45    "GetObject": "<p>Retrieves objects from Amazon S3.</p>",
46    "GetObjectAcl": "<p>Returns the access control list (ACL) of an object.</p>",
47    "GetObjectLegalHold": "<p>Gets an object's current Legal Hold status.</p>",
48    "GetObjectLockConfiguration": "<p>Gets the object lock configuration for a bucket. The rule specified in the object lock configuration will be applied by default to every new object placed in the specified bucket.</p>",
49    "GetObjectRetention": "<p>Retrieves an object's retention settings.</p>",
50    "GetObjectTagging": "<p>Returns the tag-set of an object.</p>",
51    "GetObjectTorrent": "<p>Return torrent files from a bucket.</p>",
52    "GetPublicAccessBlock": "<p>Retrieves the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket.</p>",
53    "HeadBucket": "<p>This operation is useful to determine if a bucket exists and you have permission to access it.</p>",
54    "HeadObject": "<p>The HEAD operation retrieves metadata from an object without returning the object itself. This operation is useful if you're only interested in an object's metadata. To use HEAD, you must have READ access to the object.</p>",
55    "ListBucketAnalyticsConfigurations": "<p>Lists the analytics configurations for the bucket.</p>",
56    "ListBucketInventoryConfigurations": "<p>Returns a list of inventory configurations for the bucket.</p>",
57    "ListBucketMetricsConfigurations": "<p>Lists the metrics configurations for the bucket.</p>",
58    "ListBuckets": "<p>Returns a list of all buckets owned by the authenticated sender of the request.</p>",
59    "ListMultipartUploads": "<p>This operation lists in-progress multipart uploads.</p>",
60    "ListObjectVersions": "<p>Returns metadata about all of the versions of objects in a bucket.</p>",
61    "ListObjects": "<p>Returns some or all (up to 1000) of the objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket.</p>",
62    "ListObjectsV2": "<p>Returns some or all (up to 1000) of the objects in a bucket. You can use the request parameters as selection criteria to return a subset of the objects in a bucket. Note: ListObjectsV2 is the revised List Objects API and we recommend you use this revised API for new application development.</p>",
63    "ListParts": "<p>Lists the parts that have been uploaded for a specific multipart upload.</p>",
64    "PutBucketAccelerateConfiguration": "<p>Sets the accelerate configuration of an existing bucket.</p>",
65    "PutBucketAcl": "<p>Sets the permissions on a bucket using access control lists (ACL).</p>",
66    "PutBucketAnalyticsConfiguration": "<p>Sets an analytics configuration for the bucket (specified by the analytics configuration ID).</p>",
67    "PutBucketCors": "<p>Sets the CORS configuration for a bucket.</p>",
68    "PutBucketEncryption": "<p>Creates a new server-side encryption configuration (or replaces an existing one, if present).</p>",
69    "PutBucketInventoryConfiguration": "<p>Adds an inventory configuration (identified by the inventory ID) from the bucket.</p>",
70    "PutBucketLifecycle": "<p> No longer used, see the PutBucketLifecycleConfiguration operation.</p>",
71    "PutBucketLifecycleConfiguration": "<p>Sets lifecycle configuration for your bucket. If a lifecycle configuration exists, it replaces it.</p>",
72    "PutBucketLogging": "<p>Set the logging parameters for a bucket and to specify permissions for who can view and modify the logging parameters. To set the logging status of a bucket, you must be the bucket owner.</p>",
73    "PutBucketMetricsConfiguration": "<p>Sets a metrics configuration (specified by the metrics configuration ID) for the bucket.</p>",
74    "PutBucketNotification": "<p> No longer used, see the PutBucketNotificationConfiguration operation.</p>",
75    "PutBucketNotificationConfiguration": "<p>Enables notifications of specified events for a bucket.</p>",
76    "PutBucketPolicy": "<p>Applies an Amazon S3 bucket policy to an Amazon S3 bucket.</p>",
77    "PutBucketReplication": "<p> Creates a replication configuration or replaces an existing one. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html\">Cross-Region Replication (CRR)</a> in the <i>Amazon S3 Developer Guide</i>. </p>",
78    "PutBucketRequestPayment": "<p>Sets the request payment configuration for a bucket. By default, the bucket owner pays for downloads from the bucket. This configuration parameter enables the bucket owner (only) to specify that the person requesting the download will be charged for the download. Documentation on requester pays buckets can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/RequesterPaysBuckets.html</p>",
79    "PutBucketTagging": "<p>Sets the tags for a bucket.</p>",
80    "PutBucketVersioning": "<p>Sets the versioning state of an existing bucket. To set the versioning state, you must be the bucket owner.</p>",
81    "PutBucketWebsite": "<p>Set the website configuration for a bucket.</p>",
82    "PutObject": "<p>Adds an object to a bucket.</p>",
83    "PutObjectAcl": "<p>uses the acl subresource to set the access control list (ACL) permissions for an object that already exists in a bucket</p>",
84    "PutObjectLegalHold": "<p>Applies a Legal Hold configuration to the specified object.</p>",
85    "PutObjectLockConfiguration": "<p>Places an object lock configuration on the specified bucket. The rule specified in the object lock configuration will be applied by default to every new object placed in the specified bucket.</p>",
86    "PutObjectRetention": "<p>Places an Object Retention configuration on an object.</p>",
87    "PutObjectTagging": "<p>Sets the supplied tag-set to an object that already exists in a bucket</p>",
88    "PutPublicAccessBlock": "<p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket.</p>",
89    "RestoreObject": "<p>Restores an archived copy of an object back into Amazon S3</p>",
90    "SelectObjectContent": "<p>This operation filters the contents of an Amazon S3 object based on a simple Structured Query Language (SQL) statement. In the request, along with the SQL expression, you must also specify a data serialization format (JSON or CSV) of the object. Amazon S3 uses this to parse object data into records, and returns only records that match the specified SQL expression. You must also specify the data serialization format for the response.</p>",
91    "UploadPart": "<p>Uploads a part in a multipart upload.</p> <p> <b>Note:</b> After you initiate multipart upload and upload one or more parts, you must either complete or abort multipart upload in order to stop getting charged for storage of the uploaded parts. Only after you either complete or abort multipart upload, Amazon S3 frees up the parts storage and stops charging you for the parts storage.</p>",
92    "UploadPartCopy": "<p>Uploads a part by copying data from an existing object as data source.</p>"
93  },
94  "shapes": {
95    "AbortDate": {
96      "base": null,
97      "refs": {
98        "CreateMultipartUploadOutput$AbortDate": "<p>Date when multipart upload will become eligible for abort operation by lifecycle.</p>",
99        "ListPartsOutput$AbortDate": "<p>Date when multipart upload will become eligible for abort operation by lifecycle.</p>"
100      }
101    },
102    "AbortIncompleteMultipartUpload": {
103      "base": "<p>Specifies the days since the initiation of an incomplete multipart upload that Amazon S3 will wait before permanently removing all parts of the upload. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html#mpu-abort-incomplete-mpu-lifecycle-config\"> Aborting Incomplete Multipart Uploads Using a Bucket Lifecycle Policy</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
104      "refs": {
105        "LifecycleRule$AbortIncompleteMultipartUpload": "<p/>",
106        "Rule$AbortIncompleteMultipartUpload": "<p/>"
107      }
108    },
109    "AbortMultipartUploadOutput": {
110      "base": null,
111      "refs": {
112      }
113    },
114    "AbortMultipartUploadRequest": {
115      "base": null,
116      "refs": {
117      }
118    },
119    "AbortRuleId": {
120      "base": null,
121      "refs": {
122        "CreateMultipartUploadOutput$AbortRuleId": "<p>Id of the lifecycle rule that makes a multipart upload eligible for abort operation.</p>",
123        "ListPartsOutput$AbortRuleId": "<p>Id of the lifecycle rule that makes a multipart upload eligible for abort operation.</p>"
124      }
125    },
126    "AccelerateConfiguration": {
127      "base": "<p>Configures the transfer acceleration state for an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/transfer-acceleration.html\">Amazon S3 Transfer Acceleration</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
128      "refs": {
129        "PutBucketAccelerateConfigurationRequest$AccelerateConfiguration": "<p>Specifies the Accelerate Configuration you want to set for the bucket.</p>"
130      }
131    },
132    "AcceptRanges": {
133      "base": null,
134      "refs": {
135        "GetObjectOutput$AcceptRanges": "<p/>",
136        "HeadObjectOutput$AcceptRanges": "<p/>"
137      }
138    },
139    "AccessControlPolicy": {
140      "base": "<p>Contains the elements that set the ACL permissions for an object per grantee.</p>",
141      "refs": {
142        "PutBucketAclRequest$AccessControlPolicy": "<p>Contains the elements that set the ACL permissions for an object per grantee.</p>",
143        "PutObjectAclRequest$AccessControlPolicy": "<p>Contains the elements that set the ACL permissions for an object per grantee.</p>"
144      }
145    },
146    "AccessControlTranslation": {
147      "base": "<p>A container for information about access control for replicas.</p>",
148      "refs": {
149        "Destination$AccessControlTranslation": "<p>Specify this only in a cross-account scenario (where source and destination bucket owners are not the same), and you want to change replica ownership to the AWS account that owns the destination bucket. If this is not specified in the replication configuration, the replicas are owned by same AWS account that owns the source object.</p>"
150      }
151    },
152    "AccountId": {
153      "base": null,
154      "refs": {
155        "AnalyticsS3BucketDestination$BucketAccountId": "<p>The account ID that owns the destination bucket. If no account ID is provided, the owner will not be validated prior to exporting data.</p>",
156        "Destination$Account": "<p>Destination bucket owner account ID. In a cross-account scenario, if you direct Amazon S3 to change replica ownership to the AWS account that owns the destination bucket by specifying the <code>AccessControlTranslation</code> property, this is the account ID of the destination bucket owner. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/crr-change-owner.html\">Cross-Region Replication Additional Configuration: Change Replica Owner</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
157        "InventoryS3BucketDestination$AccountId": "<p>The ID of the account that owns the destination bucket.</p>"
158      }
159    },
160    "AllowQuotedRecordDelimiter": {
161      "base": null,
162      "refs": {
163        "CSVInput$AllowQuotedRecordDelimiter": "<p>Specifies that CSV field values may contain quoted record delimiters and such records should be allowed. Default value is FALSE. Setting this value to TRUE may lower performance.</p>"
164      }
165    },
166    "AllowedHeader": {
167      "base": null,
168      "refs": {
169        "AllowedHeaders$member": null
170      }
171    },
172    "AllowedHeaders": {
173      "base": null,
174      "refs": {
175        "CORSRule$AllowedHeaders": "<p>Headers that are specified in the <code>Access-Control-Request-Headers</code> header. These headers are allowed in a preflight OPTIONS request. In response to any preflight OPTIONS request, Amazon S3 returns any requested headers that are allowed.</p>"
176      }
177    },
178    "AllowedMethod": {
179      "base": null,
180      "refs": {
181        "AllowedMethods$member": null
182      }
183    },
184    "AllowedMethods": {
185      "base": null,
186      "refs": {
187        "CORSRule$AllowedMethods": "<p>An HTTP method that you allow the origin to execute. Valid values are <code>GET</code>, <code>PUT</code>, <code>HEAD</code>, <code>POST</code>, and <code>DELETE</code>.</p>"
188      }
189    },
190    "AllowedOrigin": {
191      "base": null,
192      "refs": {
193        "AllowedOrigins$member": null
194      }
195    },
196    "AllowedOrigins": {
197      "base": null,
198      "refs": {
199        "CORSRule$AllowedOrigins": "<p>One or more origins you want customers to be able to access the bucket from.</p>"
200      }
201    },
202    "AnalyticsAndOperator": {
203      "base": "<p>A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates in any combination, and an object must match all of the predicates for the filter to apply.</p>",
204      "refs": {
205        "AnalyticsFilter$And": "<p>A conjunction (logical AND) of predicates, which is used in evaluating an analytics filter. The operator must have at least two predicates.</p>"
206      }
207    },
208    "AnalyticsConfiguration": {
209      "base": "<p> Specifies the configuration and any analyses for the analytics filter of an Amazon S3 bucket.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETAnalyticsConfig.html\">GET Bucket analytics</a> in the <i>Amazon Simple Storage Service API Reference</i>. </p>",
210      "refs": {
211        "AnalyticsConfigurationList$member": null,
212        "GetBucketAnalyticsConfigurationOutput$AnalyticsConfiguration": "<p>The configuration and any analyses for the analytics filter.</p>",
213        "PutBucketAnalyticsConfigurationRequest$AnalyticsConfiguration": "<p>The configuration and any analyses for the analytics filter.</p>"
214      }
215    },
216    "AnalyticsConfigurationList": {
217      "base": null,
218      "refs": {
219        "ListBucketAnalyticsConfigurationsOutput$AnalyticsConfigurationList": "<p>The list of analytics configurations for a bucket.</p>"
220      }
221    },
222    "AnalyticsExportDestination": {
223      "base": "<p>Where to publish the analytics results.</p>",
224      "refs": {
225        "StorageClassAnalysisDataExport$Destination": "<p>The place to store the data for an analysis.</p>"
226      }
227    },
228    "AnalyticsFilter": {
229      "base": "<p/>",
230      "refs": {
231        "AnalyticsConfiguration$Filter": "<p>The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.</p>"
232      }
233    },
234    "AnalyticsId": {
235      "base": null,
236      "refs": {
237        "AnalyticsConfiguration$Id": "<p>The ID that identifies the analytics configuration.</p>",
238        "DeleteBucketAnalyticsConfigurationRequest$Id": "<p>The ID that identifies the analytics configuration.</p>",
239        "GetBucketAnalyticsConfigurationRequest$Id": "<p>The ID that identifies the analytics configuration.</p>",
240        "PutBucketAnalyticsConfigurationRequest$Id": "<p>The ID that identifies the analytics configuration.</p>"
241      }
242    },
243    "AnalyticsS3BucketDestination": {
244      "base": "<p/>",
245      "refs": {
246        "AnalyticsExportDestination$S3BucketDestination": "<p>A destination signifying output to an S3 bucket.</p>"
247      }
248    },
249    "AnalyticsS3ExportFileFormat": {
250      "base": null,
251      "refs": {
252        "AnalyticsS3BucketDestination$Format": "<p>Specifies the file format used when exporting data to Amazon S3.</p>"
253      }
254    },
255    "Body": {
256      "base": null,
257      "refs": {
258        "GetObjectOutput$Body": "<p>Object data.</p>",
259        "GetObjectTorrentOutput$Body": "<p/>",
260        "PutObjectRequest$Body": "<p>Object data.</p>",
261        "RecordsEvent$Payload": "<p>The byte array of partial, one or more result records.</p>",
262        "UploadPartRequest$Body": "<p>Object data.</p>"
263      }
264    },
265    "Bucket": {
266      "base": "<p/>",
267      "refs": {
268        "Buckets$member": null
269      }
270    },
271    "BucketAccelerateStatus": {
272      "base": null,
273      "refs": {
274        "AccelerateConfiguration$Status": "<p>Specifies the transfer acceleration status of the bucket.</p>",
275        "GetBucketAccelerateConfigurationOutput$Status": "<p>The accelerate configuration of the bucket.</p>"
276      }
277    },
278    "BucketAlreadyExists": {
279      "base": "<p>The requested bucket name is not available. The bucket namespace is shared by all users of the system. Please select a different name and try again.</p>",
280      "refs": {
281      }
282    },
283    "BucketAlreadyOwnedByYou": {
284      "base": "<p/>",
285      "refs": {
286      }
287    },
288    "BucketCannedACL": {
289      "base": null,
290      "refs": {
291        "CreateBucketRequest$ACL": "<p>The canned ACL to apply to the bucket.</p>",
292        "PutBucketAclRequest$ACL": "<p>The canned ACL to apply to the bucket.</p>"
293      }
294    },
295    "BucketLifecycleConfiguration": {
296      "base": "<p>Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html\">Object Lifecycle Management</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
297      "refs": {
298        "PutBucketLifecycleConfigurationRequest$LifecycleConfiguration": "<p/>"
299      }
300    },
301    "BucketLocationConstraint": {
302      "base": null,
303      "refs": {
304        "CreateBucketConfiguration$LocationConstraint": "<p>Specifies the region where the bucket will be created. If you don't specify a region, the bucket is created in US East (N. Virginia) Region (us-east-1).</p>",
305        "GetBucketLocationOutput$LocationConstraint": "<p/>"
306      }
307    },
308    "BucketLoggingStatus": {
309      "base": "<p/>",
310      "refs": {
311        "PutBucketLoggingRequest$BucketLoggingStatus": "<p/>"
312      }
313    },
314    "BucketLogsPermission": {
315      "base": null,
316      "refs": {
317        "TargetGrant$Permission": "<p>Logging permissions assigned to the Grantee for the bucket.</p>"
318      }
319    },
320    "BucketName": {
321      "base": null,
322      "refs": {
323        "AbortMultipartUploadRequest$Bucket": "<p>Name of the bucket to which the multipart upload was initiated.</p>",
324        "AnalyticsS3BucketDestination$Bucket": "<p>The Amazon Resource Name (ARN) of the bucket to which data is exported.</p>",
325        "Bucket$Name": "<p>The name of the bucket.</p>",
326        "CompleteMultipartUploadOutput$Bucket": "<p/>",
327        "CompleteMultipartUploadRequest$Bucket": "<p/>",
328        "CopyObjectRequest$Bucket": "<p/>",
329        "CreateBucketRequest$Bucket": "<p/>",
330        "CreateMultipartUploadOutput$Bucket": "<p>Name of the bucket to which the multipart upload was initiated.</p>",
331        "CreateMultipartUploadRequest$Bucket": "<p/>",
332        "DeleteBucketAnalyticsConfigurationRequest$Bucket": "<p>The name of the bucket from which an analytics configuration is deleted.</p>",
333        "DeleteBucketCorsRequest$Bucket": "<p/>",
334        "DeleteBucketEncryptionRequest$Bucket": "<p>The name of the bucket containing the server-side encryption configuration to delete.</p>",
335        "DeleteBucketInventoryConfigurationRequest$Bucket": "<p>The name of the bucket containing the inventory configuration to delete.</p>",
336        "DeleteBucketLifecycleRequest$Bucket": "<p/>",
337        "DeleteBucketMetricsConfigurationRequest$Bucket": "<p>The name of the bucket containing the metrics configuration to delete.</p>",
338        "DeleteBucketPolicyRequest$Bucket": "<p/>",
339        "DeleteBucketReplicationRequest$Bucket": "<p> The bucket name. </p> <note> <p>It can take a while to propagate the deletion of a replication configuration to all Amazon S3 systems.</p> </note>",
340        "DeleteBucketRequest$Bucket": "<p/>",
341        "DeleteBucketTaggingRequest$Bucket": "<p/>",
342        "DeleteBucketWebsiteRequest$Bucket": "<p/>",
343        "DeleteObjectRequest$Bucket": "<p/>",
344        "DeleteObjectTaggingRequest$Bucket": "<p/>",
345        "DeleteObjectsRequest$Bucket": "<p/>",
346        "DeletePublicAccessBlockRequest$Bucket": "<p>The Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want to delete. </p>",
347        "Destination$Bucket": "<p> The Amazon Resource Name (ARN) of the bucket where you want Amazon S3 to store replicas of the object identified by the rule.</p> <p>A replication configuration can replicate objects to only one destination bucket. If there are multiple rules in your replication configuration, all rules must specify the same destination bucket.</p>",
348        "GetBucketAccelerateConfigurationRequest$Bucket": "<p>Name of the bucket for which the accelerate configuration is retrieved.</p>",
349        "GetBucketAclRequest$Bucket": "<p/>",
350        "GetBucketAnalyticsConfigurationRequest$Bucket": "<p>The name of the bucket from which an analytics configuration is retrieved.</p>",
351        "GetBucketCorsRequest$Bucket": "<p/>",
352        "GetBucketEncryptionRequest$Bucket": "<p>The name of the bucket from which the server-side encryption configuration is retrieved.</p>",
353        "GetBucketInventoryConfigurationRequest$Bucket": "<p>The name of the bucket containing the inventory configuration to retrieve.</p>",
354        "GetBucketLifecycleConfigurationRequest$Bucket": "<p/>",
355        "GetBucketLifecycleRequest$Bucket": "<p/>",
356        "GetBucketLocationRequest$Bucket": "<p/>",
357        "GetBucketLoggingRequest$Bucket": "<p/>",
358        "GetBucketMetricsConfigurationRequest$Bucket": "<p>The name of the bucket containing the metrics configuration to retrieve.</p>",
359        "GetBucketNotificationConfigurationRequest$Bucket": "<p>Name of the bucket to get the notification configuration for.</p>",
360        "GetBucketPolicyRequest$Bucket": "<p/>",
361        "GetBucketPolicyStatusRequest$Bucket": "<p>The name of the Amazon S3 bucket whose policy status you want to retrieve.</p>",
362        "GetBucketReplicationRequest$Bucket": "<p/>",
363        "GetBucketRequestPaymentRequest$Bucket": "<p/>",
364        "GetBucketTaggingRequest$Bucket": "<p/>",
365        "GetBucketVersioningRequest$Bucket": "<p/>",
366        "GetBucketWebsiteRequest$Bucket": "<p/>",
367        "GetObjectAclRequest$Bucket": "<p/>",
368        "GetObjectLegalHoldRequest$Bucket": "<p>The bucket containing the object whose Legal Hold status you want to retrieve.</p>",
369        "GetObjectLockConfigurationRequest$Bucket": "<p>The bucket whose object lock configuration you want to retrieve.</p>",
370        "GetObjectRequest$Bucket": "<p/>",
371        "GetObjectRetentionRequest$Bucket": "<p>The bucket containing the object whose retention settings you want to retrieve.</p>",
372        "GetObjectTaggingRequest$Bucket": "<p/>",
373        "GetObjectTorrentRequest$Bucket": "<p/>",
374        "GetPublicAccessBlockRequest$Bucket": "<p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want to retrieve. </p>",
375        "HeadBucketRequest$Bucket": "<p/>",
376        "HeadObjectRequest$Bucket": "<p/>",
377        "InventoryS3BucketDestination$Bucket": "<p>The Amazon resource name (ARN) of the bucket where inventory results will be published.</p>",
378        "ListBucketAnalyticsConfigurationsRequest$Bucket": "<p>The name of the bucket from which analytics configurations are retrieved.</p>",
379        "ListBucketInventoryConfigurationsRequest$Bucket": "<p>The name of the bucket containing the inventory configurations to retrieve.</p>",
380        "ListBucketMetricsConfigurationsRequest$Bucket": "<p>The name of the bucket containing the metrics configurations to retrieve.</p>",
381        "ListMultipartUploadsOutput$Bucket": "<p>Name of the bucket to which the multipart upload was initiated.</p>",
382        "ListMultipartUploadsRequest$Bucket": "<p/>",
383        "ListObjectVersionsOutput$Name": "<p/>",
384        "ListObjectVersionsRequest$Bucket": "<p/>",
385        "ListObjectsOutput$Name": "<p/>",
386        "ListObjectsRequest$Bucket": "<p/>",
387        "ListObjectsV2Output$Name": "<p>Name of the bucket to list.</p>",
388        "ListObjectsV2Request$Bucket": "<p>Name of the bucket to list.</p>",
389        "ListPartsOutput$Bucket": "<p>Name of the bucket to which the multipart upload was initiated.</p>",
390        "ListPartsRequest$Bucket": "<p/>",
391        "PutBucketAccelerateConfigurationRequest$Bucket": "<p>Name of the bucket for which the accelerate configuration is set.</p>",
392        "PutBucketAclRequest$Bucket": "<p/>",
393        "PutBucketAnalyticsConfigurationRequest$Bucket": "<p>The name of the bucket to which an analytics configuration is stored.</p>",
394        "PutBucketCorsRequest$Bucket": "<p/>",
395        "PutBucketEncryptionRequest$Bucket": "<p>Specifies default encryption for a bucket using server-side encryption with Amazon S3-managed keys (SSE-S3) or AWS KMS-managed keys (SSE-KMS). For information about the Amazon S3 default encryption feature, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html\">Amazon S3 Default Bucket Encryption</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
396        "PutBucketInventoryConfigurationRequest$Bucket": "<p>The name of the bucket where the inventory configuration will be stored.</p>",
397        "PutBucketLifecycleConfigurationRequest$Bucket": "<p/>",
398        "PutBucketLifecycleRequest$Bucket": "<p/>",
399        "PutBucketLoggingRequest$Bucket": "<p/>",
400        "PutBucketMetricsConfigurationRequest$Bucket": "<p>The name of the bucket for which the metrics configuration is set.</p>",
401        "PutBucketNotificationConfigurationRequest$Bucket": "<p/>",
402        "PutBucketNotificationRequest$Bucket": "<p/>",
403        "PutBucketPolicyRequest$Bucket": "<p/>",
404        "PutBucketReplicationRequest$Bucket": "<p/>",
405        "PutBucketRequestPaymentRequest$Bucket": "<p/>",
406        "PutBucketTaggingRequest$Bucket": "<p/>",
407        "PutBucketVersioningRequest$Bucket": "<p/>",
408        "PutBucketWebsiteRequest$Bucket": "<p/>",
409        "PutObjectAclRequest$Bucket": "<p/>",
410        "PutObjectLegalHoldRequest$Bucket": "<p>The bucket containing the object that you want to place a Legal Hold on.</p>",
411        "PutObjectLockConfigurationRequest$Bucket": "<p>The bucket whose object lock configuration you want to create or replace.</p>",
412        "PutObjectRequest$Bucket": "<p>Name of the bucket to which the PUT operation was initiated.</p>",
413        "PutObjectRetentionRequest$Bucket": "<p>The bucket that contains the object you want to apply this Object Retention configuration to.</p>",
414        "PutObjectTaggingRequest$Bucket": "<p/>",
415        "PutPublicAccessBlockRequest$Bucket": "<p>The name of the Amazon S3 bucket whose <code>PublicAccessBlock</code> configuration you want to set.</p>",
416        "RestoreObjectRequest$Bucket": "<p/>",
417        "S3Location$BucketName": "<p>The name of the bucket where the restore results will be placed.</p>",
418        "SelectObjectContentRequest$Bucket": "<p>The S3 bucket.</p>",
419        "UploadPartCopyRequest$Bucket": "<p/>",
420        "UploadPartRequest$Bucket": "<p>Name of the bucket to which the multipart upload was initiated.</p>"
421      }
422    },
423    "BucketVersioningStatus": {
424      "base": null,
425      "refs": {
426        "GetBucketVersioningOutput$Status": "<p>The versioning state of the bucket.</p>",
427        "VersioningConfiguration$Status": "<p>The versioning state of the bucket.</p>"
428      }
429    },
430    "Buckets": {
431      "base": null,
432      "refs": {
433        "ListBucketsOutput$Buckets": "<p/>"
434      }
435    },
436    "BypassGovernanceRetention": {
437      "base": null,
438      "refs": {
439        "DeleteObjectRequest$BypassGovernanceRetention": "<p>Indicates whether Amazon S3 object lock should bypass governance-mode restrictions to process this operation.</p>",
440        "DeleteObjectsRequest$BypassGovernanceRetention": "<p>Specifies whether you want to delete this object even if it has a Governance-type object lock in place. You must have sufficient permissions to perform this operation.</p>",
441        "PutObjectRetentionRequest$BypassGovernanceRetention": "<p>Indicates whether this operation should bypass Governance-mode restrictions.j</p>"
442      }
443    },
444    "BytesProcessed": {
445      "base": null,
446      "refs": {
447        "Progress$BytesProcessed": "<p>The current number of uncompressed object bytes processed.</p>",
448        "Stats$BytesProcessed": "<p>The total number of uncompressed object bytes processed.</p>"
449      }
450    },
451    "BytesReturned": {
452      "base": null,
453      "refs": {
454        "Progress$BytesReturned": "<p>The current number of bytes of records payload data returned.</p>",
455        "Stats$BytesReturned": "<p>The total number of bytes of records payload data returned.</p>"
456      }
457    },
458    "BytesScanned": {
459      "base": null,
460      "refs": {
461        "Progress$BytesScanned": "<p>The current number of object bytes scanned.</p>",
462        "Stats$BytesScanned": "<p>The total number of object bytes scanned.</p>"
463      }
464    },
465    "CORSConfiguration": {
466      "base": "<p>Describes the cross-origin access configuration for objects in an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html\">Enabling Cross-Origin Resource Sharing</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
467      "refs": {
468        "PutBucketCorsRequest$CORSConfiguration": "<p/>"
469      }
470    },
471    "CORSRule": {
472      "base": "<p>Specifies a cross-origin access rule for an Amazon S3 bucket.</p>",
473      "refs": {
474        "CORSRules$member": null
475      }
476    },
477    "CORSRules": {
478      "base": null,
479      "refs": {
480        "CORSConfiguration$CORSRules": "<p>A set of allowed origins and methods.</p>",
481        "GetBucketCorsOutput$CORSRules": "<p/>"
482      }
483    },
484    "CSVInput": {
485      "base": "<p>Describes how a CSV-formatted input object is formatted.</p>",
486      "refs": {
487        "InputSerialization$CSV": "<p>Describes the serialization of a CSV-encoded object.</p>"
488      }
489    },
490    "CSVOutput": {
491      "base": "<p>Describes how CSV-formatted results are formatted.</p>",
492      "refs": {
493        "OutputSerialization$CSV": "<p>Describes the serialization of CSV-encoded Select results.</p>"
494      }
495    },
496    "CacheControl": {
497      "base": null,
498      "refs": {
499        "CopyObjectRequest$CacheControl": "<p>Specifies caching behavior along the request/reply chain.</p>",
500        "CreateMultipartUploadRequest$CacheControl": "<p>Specifies caching behavior along the request/reply chain.</p>",
501        "GetObjectOutput$CacheControl": "<p>Specifies caching behavior along the request/reply chain.</p>",
502        "HeadObjectOutput$CacheControl": "<p>Specifies caching behavior along the request/reply chain.</p>",
503        "PutObjectRequest$CacheControl": "<p>Specifies caching behavior along the request/reply chain.</p>"
504      }
505    },
506    "CloudFunction": {
507      "base": null,
508      "refs": {
509        "CloudFunctionConfiguration$CloudFunction": "<p/>"
510      }
511    },
512    "CloudFunctionConfiguration": {
513      "base": "<p/>",
514      "refs": {
515        "NotificationConfigurationDeprecated$CloudFunctionConfiguration": "<p/>"
516      }
517    },
518    "CloudFunctionInvocationRole": {
519      "base": null,
520      "refs": {
521        "CloudFunctionConfiguration$InvocationRole": "<p/>"
522      }
523    },
524    "Code": {
525      "base": null,
526      "refs": {
527        "Error$Code": "<p/>"
528      }
529    },
530    "Comments": {
531      "base": null,
532      "refs": {
533        "CSVInput$Comments": "<p>The single character used to indicate a row should be ignored when present at the start of a row.</p>"
534      }
535    },
536    "CommonPrefix": {
537      "base": "<p/>",
538      "refs": {
539        "CommonPrefixList$member": null
540      }
541    },
542    "CommonPrefixList": {
543      "base": null,
544      "refs": {
545        "ListMultipartUploadsOutput$CommonPrefixes": "<p/>",
546        "ListObjectVersionsOutput$CommonPrefixes": "<p/>",
547        "ListObjectsOutput$CommonPrefixes": "<p/>",
548        "ListObjectsV2Output$CommonPrefixes": "<p>CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by delimiter</p>"
549      }
550    },
551    "CompleteMultipartUploadOutput": {
552      "base": null,
553      "refs": {
554      }
555    },
556    "CompleteMultipartUploadRequest": {
557      "base": null,
558      "refs": {
559      }
560    },
561    "CompletedMultipartUpload": {
562      "base": "<p/>",
563      "refs": {
564        "CompleteMultipartUploadRequest$MultipartUpload": "<p/>"
565      }
566    },
567    "CompletedPart": {
568      "base": "<p/>",
569      "refs": {
570        "CompletedPartList$member": null
571      }
572    },
573    "CompletedPartList": {
574      "base": null,
575      "refs": {
576        "CompletedMultipartUpload$Parts": "<p/>"
577      }
578    },
579    "CompressionType": {
580      "base": null,
581      "refs": {
582        "InputSerialization$CompressionType": "<p>Specifies object's compression format. Valid values: NONE, GZIP, BZIP2. Default Value: NONE.</p>"
583      }
584    },
585    "Condition": {
586      "base": "<p>Specifies a condition that must be met for a redirect to apply. </p>",
587      "refs": {
588        "RoutingRule$Condition": "<p>A container for describing a condition that must be met for the specified redirect to apply. For example, 1. If request is for pages in the <code>/docs</code> folder, redirect to the <code>/documents</code> folder. 2. If request results in HTTP error 4xx, redirect request to another host where you might process the error.</p>"
589      }
590    },
591    "ConfirmRemoveSelfBucketAccess": {
592      "base": null,
593      "refs": {
594        "PutBucketPolicyRequest$ConfirmRemoveSelfBucketAccess": "<p>Set this parameter to true to confirm that you want to remove your permissions to change this bucket policy in the future.</p>"
595      }
596    },
597    "ContentDisposition": {
598      "base": null,
599      "refs": {
600        "CopyObjectRequest$ContentDisposition": "<p>Specifies presentational information for the object.</p>",
601        "CreateMultipartUploadRequest$ContentDisposition": "<p>Specifies presentational information for the object.</p>",
602        "GetObjectOutput$ContentDisposition": "<p>Specifies presentational information for the object.</p>",
603        "HeadObjectOutput$ContentDisposition": "<p>Specifies presentational information for the object.</p>",
604        "PutObjectRequest$ContentDisposition": "<p>Specifies presentational information for the object.</p>"
605      }
606    },
607    "ContentEncoding": {
608      "base": null,
609      "refs": {
610        "CopyObjectRequest$ContentEncoding": "<p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.</p>",
611        "CreateMultipartUploadRequest$ContentEncoding": "<p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.</p>",
612        "GetObjectOutput$ContentEncoding": "<p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.</p>",
613        "HeadObjectOutput$ContentEncoding": "<p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.</p>",
614        "PutObjectRequest$ContentEncoding": "<p>Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied to obtain the media-type referenced by the Content-Type header field.</p>"
615      }
616    },
617    "ContentLanguage": {
618      "base": null,
619      "refs": {
620        "CopyObjectRequest$ContentLanguage": "<p>The language the content is in.</p>",
621        "CreateMultipartUploadRequest$ContentLanguage": "<p>The language the content is in.</p>",
622        "GetObjectOutput$ContentLanguage": "<p>The language the content is in.</p>",
623        "HeadObjectOutput$ContentLanguage": "<p>The language the content is in.</p>",
624        "PutObjectRequest$ContentLanguage": "<p>The language the content is in.</p>"
625      }
626    },
627    "ContentLength": {
628      "base": null,
629      "refs": {
630        "GetObjectOutput$ContentLength": "<p>Size of the body in bytes.</p>",
631        "HeadObjectOutput$ContentLength": "<p>Size of the body in bytes.</p>",
632        "PutObjectRequest$ContentLength": "<p>Size of the body in bytes. This parameter is useful when the size of the body cannot be determined automatically.</p>",
633        "UploadPartRequest$ContentLength": "<p>Size of the body in bytes. This parameter is useful when the size of the body cannot be determined automatically.</p>"
634      }
635    },
636    "ContentMD5": {
637      "base": null,
638      "refs": {
639        "PutBucketAclRequest$ContentMD5": "<p/>",
640        "PutBucketCorsRequest$ContentMD5": "<p/>",
641        "PutBucketEncryptionRequest$ContentMD5": "<p>The base64-encoded 128-bit MD5 digest of the server-side encryption configuration. This parameter is auto-populated when using the command from the CLI.</p>",
642        "PutBucketLifecycleRequest$ContentMD5": "<p/>",
643        "PutBucketLoggingRequest$ContentMD5": "<p/>",
644        "PutBucketNotificationRequest$ContentMD5": "<p/>",
645        "PutBucketPolicyRequest$ContentMD5": "<p/>",
646        "PutBucketReplicationRequest$ContentMD5": "<p>The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity check to verify that the request body was not corrupted in transit.</p>",
647        "PutBucketRequestPaymentRequest$ContentMD5": "<p/>",
648        "PutBucketTaggingRequest$ContentMD5": "<p/>",
649        "PutBucketVersioningRequest$ContentMD5": "<p/>",
650        "PutBucketWebsiteRequest$ContentMD5": "<p/>",
651        "PutObjectAclRequest$ContentMD5": "<p/>",
652        "PutObjectLegalHoldRequest$ContentMD5": "<p>The MD5 hash for the request body.</p>",
653        "PutObjectLockConfigurationRequest$ContentMD5": "<p>The MD5 hash for the request body.</p>",
654        "PutObjectRequest$ContentMD5": "<p>The base64-encoded 128-bit MD5 digest of the part data. This parameter is auto-populated when using the command from the CLI. This parameted is required if object lock parameters are specified.</p>",
655        "PutObjectRetentionRequest$ContentMD5": "<p>The MD5 hash for the request body.</p>",
656        "PutObjectTaggingRequest$ContentMD5": "<p/>",
657        "PutPublicAccessBlockRequest$ContentMD5": "<p>The MD5 hash of the <code>PutPublicAccessBlock</code> request body. </p>",
658        "UploadPartRequest$ContentMD5": "<p>The base64-encoded 128-bit MD5 digest of the part data. This parameter is auto-populated when using the command from the CLI. This parameted is required if object lock parameters are specified.</p>"
659      }
660    },
661    "ContentRange": {
662      "base": null,
663      "refs": {
664        "GetObjectOutput$ContentRange": "<p>The portion of the object returned in the response.</p>"
665      }
666    },
667    "ContentType": {
668      "base": null,
669      "refs": {
670        "CopyObjectRequest$ContentType": "<p>A standard MIME type describing the format of the object data.</p>",
671        "CreateMultipartUploadRequest$ContentType": "<p>A standard MIME type describing the format of the object data.</p>",
672        "GetObjectOutput$ContentType": "<p>A standard MIME type describing the format of the object data.</p>",
673        "HeadObjectOutput$ContentType": "<p>A standard MIME type describing the format of the object data.</p>",
674        "PutObjectRequest$ContentType": "<p>A standard MIME type describing the format of the object data.</p>"
675      }
676    },
677    "ContinuationEvent": {
678      "base": "<p/>",
679      "refs": {
680        "SelectObjectContentEventStream$Cont": "<p>The Continuation Event.</p>"
681      }
682    },
683    "CopyObjectOutput": {
684      "base": null,
685      "refs": {
686      }
687    },
688    "CopyObjectRequest": {
689      "base": null,
690      "refs": {
691      }
692    },
693    "CopyObjectResult": {
694      "base": "<p/>",
695      "refs": {
696        "CopyObjectOutput$CopyObjectResult": "<p/>"
697      }
698    },
699    "CopyPartResult": {
700      "base": "<p/>",
701      "refs": {
702        "UploadPartCopyOutput$CopyPartResult": "<p/>"
703      }
704    },
705    "CopySource": {
706      "base": null,
707      "refs": {
708        "CopyObjectRequest$CopySource": "<p>The name of the source bucket and key name of the source object, separated by a slash (/). Must be URL-encoded.</p>",
709        "UploadPartCopyRequest$CopySource": "<p>The name of the source bucket and key name of the source object, separated by a slash (/). Must be URL-encoded.</p>"
710      }
711    },
712    "CopySourceIfMatch": {
713      "base": null,
714      "refs": {
715        "CopyObjectRequest$CopySourceIfMatch": "<p>Copies the object if its entity tag (ETag) matches the specified tag.</p>",
716        "UploadPartCopyRequest$CopySourceIfMatch": "<p>Copies the object if its entity tag (ETag) matches the specified tag.</p>"
717      }
718    },
719    "CopySourceIfModifiedSince": {
720      "base": null,
721      "refs": {
722        "CopyObjectRequest$CopySourceIfModifiedSince": "<p>Copies the object if it has been modified since the specified time.</p>",
723        "UploadPartCopyRequest$CopySourceIfModifiedSince": "<p>Copies the object if it has been modified since the specified time.</p>"
724      }
725    },
726    "CopySourceIfNoneMatch": {
727      "base": null,
728      "refs": {
729        "CopyObjectRequest$CopySourceIfNoneMatch": "<p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>",
730        "UploadPartCopyRequest$CopySourceIfNoneMatch": "<p>Copies the object if its entity tag (ETag) is different than the specified ETag.</p>"
731      }
732    },
733    "CopySourceIfUnmodifiedSince": {
734      "base": null,
735      "refs": {
736        "CopyObjectRequest$CopySourceIfUnmodifiedSince": "<p>Copies the object if it hasn't been modified since the specified time.</p>",
737        "UploadPartCopyRequest$CopySourceIfUnmodifiedSince": "<p>Copies the object if it hasn't been modified since the specified time.</p>"
738      }
739    },
740    "CopySourceRange": {
741      "base": null,
742      "refs": {
743        "UploadPartCopyRequest$CopySourceRange": "<p>The range of bytes to copy from the source object. The range value must use the form bytes=first-last, where the first and last are the zero-based byte offsets to copy. For example, bytes=0-9 indicates that you want to copy the first ten bytes of the source. You can copy a range only if the source object is greater than 5 MB.</p>"
744      }
745    },
746    "CopySourceSSECustomerAlgorithm": {
747      "base": null,
748      "refs": {
749        "CopyObjectRequest$CopySourceSSECustomerAlgorithm": "<p>Specifies the algorithm to use when decrypting the source object (e.g., AES256).</p>",
750        "UploadPartCopyRequest$CopySourceSSECustomerAlgorithm": "<p>Specifies the algorithm to use when decrypting the source object (e.g., AES256).</p>"
751      }
752    },
753    "CopySourceSSECustomerKey": {
754      "base": null,
755      "refs": {
756        "CopyObjectRequest$CopySourceSSECustomerKey": "<p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object. The encryption key provided in this header must be one that was used when the source object was created.</p>",
757        "UploadPartCopyRequest$CopySourceSSECustomerKey": "<p>Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object. The encryption key provided in this header must be one that was used when the source object was created.</p>"
758      }
759    },
760    "CopySourceSSECustomerKeyMD5": {
761      "base": null,
762      "refs": {
763        "CopyObjectRequest$CopySourceSSECustomerKeyMD5": "<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
764        "UploadPartCopyRequest$CopySourceSSECustomerKeyMD5": "<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>"
765      }
766    },
767    "CopySourceVersionId": {
768      "base": null,
769      "refs": {
770        "CopyObjectOutput$CopySourceVersionId": "<p/>",
771        "UploadPartCopyOutput$CopySourceVersionId": "<p>The version of the source object that was copied, if you have enabled versioning on the source bucket.</p>"
772      }
773    },
774    "CreateBucketConfiguration": {
775      "base": "<p/>",
776      "refs": {
777        "CreateBucketRequest$CreateBucketConfiguration": "<p/>"
778      }
779    },
780    "CreateBucketOutput": {
781      "base": null,
782      "refs": {
783      }
784    },
785    "CreateBucketRequest": {
786      "base": null,
787      "refs": {
788      }
789    },
790    "CreateMultipartUploadOutput": {
791      "base": null,
792      "refs": {
793      }
794    },
795    "CreateMultipartUploadRequest": {
796      "base": null,
797      "refs": {
798      }
799    },
800    "CreationDate": {
801      "base": null,
802      "refs": {
803        "Bucket$CreationDate": "<p>Date the bucket was created.</p>"
804      }
805    },
806    "Date": {
807      "base": null,
808      "refs": {
809        "LifecycleExpiration$Date": "<p>Indicates at what date the object is to be moved or deleted. Should be in GMT ISO 8601 Format.</p>",
810        "ObjectLockRetention$RetainUntilDate": "<p>The date on which this object lock retention expires.</p>",
811        "Transition$Date": "<p>Indicates when objects are transitioned to the specified storage class. The date value must be in ISO 8601 format. The time is always midnight UTC.</p>"
812      }
813    },
814    "Days": {
815      "base": null,
816      "refs": {
817        "DefaultRetention$Days": "<p>The number of days that you want to specify for the default retention period.</p>",
818        "LifecycleExpiration$Days": "<p>Indicates the lifetime, in days, of the objects that are subject to the rule. The value must be a non-zero positive integer.</p>",
819        "NoncurrentVersionExpiration$NoncurrentDays": "<p>Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/intro-lifecycle-rules.html#non-current-days-calculations\">How Amazon S3 Calculates When an Object Became Noncurrent</a> in the Amazon Simple Storage Service Developer Guide.</p>",
820        "NoncurrentVersionTransition$NoncurrentDays": "<p>Specifies the number of days an object is noncurrent before Amazon S3 can perform the associated action. For information about the noncurrent days calculations, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-access-control.html\">How Amazon S3 Calculates When an Object Became Noncurrent</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
821        "RestoreRequest$Days": "<p>Lifetime of the active copy in days. Do not use with restores that specify OutputLocation.</p>",
822        "Transition$Days": "<p>Indicates the number of days after creation when objects are transitioned to the specified storage class. The value must be a positive integer.</p>"
823      }
824    },
825    "DaysAfterInitiation": {
826      "base": null,
827      "refs": {
828        "AbortIncompleteMultipartUpload$DaysAfterInitiation": "<p>Specifies the number of days after which Amazon S3 aborts an incomplete multipart upload.</p>"
829      }
830    },
831    "DefaultRetention": {
832      "base": "<p>The container element for specifying the default object lock retention settings for new objects placed in the specified bucket.</p>",
833      "refs": {
834        "ObjectLockRule$DefaultRetention": "<p>The default retention period that you want to apply to new objects placed in the specified bucket.</p>"
835      }
836    },
837    "Delete": {
838      "base": "<p/>",
839      "refs": {
840        "DeleteObjectsRequest$Delete": "<p/>"
841      }
842    },
843    "DeleteBucketAnalyticsConfigurationRequest": {
844      "base": null,
845      "refs": {
846      }
847    },
848    "DeleteBucketCorsRequest": {
849      "base": null,
850      "refs": {
851      }
852    },
853    "DeleteBucketEncryptionRequest": {
854      "base": null,
855      "refs": {
856      }
857    },
858    "DeleteBucketInventoryConfigurationRequest": {
859      "base": null,
860      "refs": {
861      }
862    },
863    "DeleteBucketLifecycleRequest": {
864      "base": null,
865      "refs": {
866      }
867    },
868    "DeleteBucketMetricsConfigurationRequest": {
869      "base": null,
870      "refs": {
871      }
872    },
873    "DeleteBucketPolicyRequest": {
874      "base": null,
875      "refs": {
876      }
877    },
878    "DeleteBucketReplicationRequest": {
879      "base": null,
880      "refs": {
881      }
882    },
883    "DeleteBucketRequest": {
884      "base": null,
885      "refs": {
886      }
887    },
888    "DeleteBucketTaggingRequest": {
889      "base": null,
890      "refs": {
891      }
892    },
893    "DeleteBucketWebsiteRequest": {
894      "base": null,
895      "refs": {
896      }
897    },
898    "DeleteMarker": {
899      "base": null,
900      "refs": {
901        "DeleteObjectOutput$DeleteMarker": "<p>Specifies whether the versioned object that was permanently deleted was (true) or was not (false) a delete marker.</p>",
902        "DeletedObject$DeleteMarker": "<p/>",
903        "GetObjectOutput$DeleteMarker": "<p>Specifies whether the object retrieved was (true) or was not (false) a Delete Marker. If false, this response header does not appear in the response.</p>",
904        "HeadObjectOutput$DeleteMarker": "<p>Specifies whether the object retrieved was (true) or was not (false) a Delete Marker. If false, this response header does not appear in the response.</p>"
905      }
906    },
907    "DeleteMarkerEntry": {
908      "base": "<p/>",
909      "refs": {
910        "DeleteMarkers$member": null
911      }
912    },
913    "DeleteMarkerReplication": {
914      "base": "<p>Specifies whether Amazon S3 should replicate delete makers.</p>",
915      "refs": {
916        "ReplicationRule$DeleteMarkerReplication": "<p/>"
917      }
918    },
919    "DeleteMarkerReplicationStatus": {
920      "base": null,
921      "refs": {
922        "DeleteMarkerReplication$Status": "<p>The status of the delete marker replication.</p> <note> <p> In the current implementation, Amazon S3 doesn't replicate the delete markers. The status must be <code>Disabled</code>. </p> </note>"
923      }
924    },
925    "DeleteMarkerVersionId": {
926      "base": null,
927      "refs": {
928        "DeletedObject$DeleteMarkerVersionId": "<p/>"
929      }
930    },
931    "DeleteMarkers": {
932      "base": null,
933      "refs": {
934        "ListObjectVersionsOutput$DeleteMarkers": "<p/>"
935      }
936    },
937    "DeleteObjectOutput": {
938      "base": null,
939      "refs": {
940      }
941    },
942    "DeleteObjectRequest": {
943      "base": null,
944      "refs": {
945      }
946    },
947    "DeleteObjectTaggingOutput": {
948      "base": null,
949      "refs": {
950      }
951    },
952    "DeleteObjectTaggingRequest": {
953      "base": null,
954      "refs": {
955      }
956    },
957    "DeleteObjectsOutput": {
958      "base": null,
959      "refs": {
960      }
961    },
962    "DeleteObjectsRequest": {
963      "base": null,
964      "refs": {
965      }
966    },
967    "DeletePublicAccessBlockRequest": {
968      "base": null,
969      "refs": {
970      }
971    },
972    "DeletedObject": {
973      "base": "<p/>",
974      "refs": {
975        "DeletedObjects$member": null
976      }
977    },
978    "DeletedObjects": {
979      "base": null,
980      "refs": {
981        "DeleteObjectsOutput$Deleted": "<p/>"
982      }
983    },
984    "Delimiter": {
985      "base": null,
986      "refs": {
987        "ListMultipartUploadsOutput$Delimiter": "<p/>",
988        "ListMultipartUploadsRequest$Delimiter": "<p>Character you use to group keys.</p>",
989        "ListObjectVersionsOutput$Delimiter": "<p/>",
990        "ListObjectVersionsRequest$Delimiter": "<p>A delimiter is a character you use to group keys.</p>",
991        "ListObjectsOutput$Delimiter": "<p/>",
992        "ListObjectsRequest$Delimiter": "<p>A delimiter is a character you use to group keys.</p>",
993        "ListObjectsV2Output$Delimiter": "<p>A delimiter is a character you use to group keys.</p>",
994        "ListObjectsV2Request$Delimiter": "<p>A delimiter is a character you use to group keys.</p>"
995      }
996    },
997    "Description": {
998      "base": null,
999      "refs": {
1000        "RestoreRequest$Description": "<p>The optional description for the job.</p>"
1001      }
1002    },
1003    "Destination": {
1004      "base": "<p>Specifies information about where to publish analysis or configuration results for an Amazon S3 bucket.</p>",
1005      "refs": {
1006        "ReplicationRule$Destination": "<p>A container for information about the replication destination.</p>"
1007      }
1008    },
1009    "DisplayName": {
1010      "base": null,
1011      "refs": {
1012        "Grantee$DisplayName": "<p>Screen name of the grantee.</p>",
1013        "Initiator$DisplayName": "<p>Name of the Principal.</p>",
1014        "Owner$DisplayName": "<p/>"
1015      }
1016    },
1017    "ETag": {
1018      "base": null,
1019      "refs": {
1020        "CompleteMultipartUploadOutput$ETag": "<p>Entity tag of the object.</p>",
1021        "CompletedPart$ETag": "<p>Entity tag returned when the part was uploaded.</p>",
1022        "CopyObjectResult$ETag": "<p/>",
1023        "CopyPartResult$ETag": "<p>Entity tag of the object.</p>",
1024        "GetObjectOutput$ETag": "<p>An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL</p>",
1025        "HeadObjectOutput$ETag": "<p>An ETag is an opaque identifier assigned by a web server to a specific version of a resource found at a URL</p>",
1026        "Object$ETag": "<p/>",
1027        "ObjectVersion$ETag": "<p/>",
1028        "Part$ETag": "<p>Entity tag returned when the part was uploaded.</p>",
1029        "PutObjectOutput$ETag": "<p>Entity tag for the uploaded object.</p>",
1030        "UploadPartOutput$ETag": "<p>Entity tag for the uploaded object.</p>"
1031      }
1032    },
1033    "EmailAddress": {
1034      "base": null,
1035      "refs": {
1036        "Grantee$EmailAddress": "<p>Email address of the grantee.</p>"
1037      }
1038    },
1039    "EnableRequestProgress": {
1040      "base": null,
1041      "refs": {
1042        "RequestProgress$Enabled": "<p>Specifies whether periodic QueryProgress frames should be sent. Valid values: TRUE, FALSE. Default value: FALSE.</p>"
1043      }
1044    },
1045    "EncodingType": {
1046      "base": "<p>Requests Amazon S3 to encode the object keys in the response and specifies the encoding method to use. An object key may contain any Unicode character; however, XML 1.0 parser cannot parse some characters, such as characters with an ASCII value from 0 to 10. For characters that are not supported in XML 1.0, you can add this parameter to request that Amazon S3 encode the keys in the response.</p>",
1047      "refs": {
1048        "ListMultipartUploadsOutput$EncodingType": "<p>Encoding type used by Amazon S3 to encode object keys in the response.</p>",
1049        "ListMultipartUploadsRequest$EncodingType": null,
1050        "ListObjectVersionsOutput$EncodingType": "<p>Encoding type used by Amazon S3 to encode object keys in the response.</p>",
1051        "ListObjectVersionsRequest$EncodingType": null,
1052        "ListObjectsOutput$EncodingType": "<p>Encoding type used by Amazon S3 to encode object keys in the response.</p>",
1053        "ListObjectsRequest$EncodingType": null,
1054        "ListObjectsV2Output$EncodingType": "<p>Encoding type used by Amazon S3 to encode object keys in the response.</p>",
1055        "ListObjectsV2Request$EncodingType": "<p>Encoding type used by Amazon S3 to encode object keys in the response.</p>"
1056      }
1057    },
1058    "Encryption": {
1059      "base": "<p>Describes the server-side encryption that will be applied to the restore results.</p>",
1060      "refs": {
1061        "S3Location$Encryption": "<p/>"
1062      }
1063    },
1064    "EncryptionConfiguration": {
1065      "base": "<p>Specifies encryption-related information for an Amazon S3 bucket that is a destination for replicated objects.</p>",
1066      "refs": {
1067        "Destination$EncryptionConfiguration": "<p>A container that provides information about encryption. If <code>SourceSelectionCriteria</code> is specified, you must specify this element.</p>"
1068      }
1069    },
1070    "EndEvent": {
1071      "base": "<p/>",
1072      "refs": {
1073        "SelectObjectContentEventStream$End": "<p>The End Event.</p>"
1074      }
1075    },
1076    "Error": {
1077      "base": "<p/>",
1078      "refs": {
1079        "Errors$member": null
1080      }
1081    },
1082    "ErrorDocument": {
1083      "base": "<p/>",
1084      "refs": {
1085        "GetBucketWebsiteOutput$ErrorDocument": "<p/>",
1086        "WebsiteConfiguration$ErrorDocument": "<p>The name of the error document for the website.</p>"
1087      }
1088    },
1089    "Errors": {
1090      "base": null,
1091      "refs": {
1092        "DeleteObjectsOutput$Errors": "<p/>"
1093      }
1094    },
1095    "Event": {
1096      "base": "<p>The bucket event for which to send notifications.</p>",
1097      "refs": {
1098        "CloudFunctionConfiguration$Event": null,
1099        "EventList$member": null,
1100        "QueueConfigurationDeprecated$Event": null,
1101        "TopicConfigurationDeprecated$Event": "<p>Bucket event for which to send notifications.</p>"
1102      }
1103    },
1104    "EventList": {
1105      "base": null,
1106      "refs": {
1107        "CloudFunctionConfiguration$Events": "<p/>",
1108        "LambdaFunctionConfiguration$Events": "<p>The Amazon S3 bucket event for which to invoke the AWS Lambda function. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html\">Supported Event Types</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
1109        "QueueConfiguration$Events": "<p/>",
1110        "QueueConfigurationDeprecated$Events": "<p/>",
1111        "TopicConfiguration$Events": "<p>The Amazon S3 bucket event about which to send notifications. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html\">Supported Event Types</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
1112        "TopicConfigurationDeprecated$Events": "<p/>"
1113      }
1114    },
1115    "Expiration": {
1116      "base": null,
1117      "refs": {
1118        "CompleteMultipartUploadOutput$Expiration": "<p>If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID (rule-id). The value of rule-id is URL encoded.</p>",
1119        "CopyObjectOutput$Expiration": "<p>If the object expiration is configured, the response includes this header.</p>",
1120        "GetObjectOutput$Expiration": "<p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header. It includes the expiry-date and rule-id key value pairs providing object expiration information. The value of the rule-id is URL encoded.</p>",
1121        "HeadObjectOutput$Expiration": "<p>If the object expiration is configured (see PUT Bucket lifecycle), the response includes this header. It includes the expiry-date and rule-id key value pairs providing object expiration information. The value of the rule-id is URL encoded.</p>",
1122        "PutObjectOutput$Expiration": "<p>If the object expiration is configured, this will contain the expiration date (expiry-date) and rule ID (rule-id). The value of rule-id is URL encoded.</p>"
1123      }
1124    },
1125    "ExpirationStatus": {
1126      "base": null,
1127      "refs": {
1128        "LifecycleRule$Status": "<p>If 'Enabled', the rule is currently being applied. If 'Disabled', the rule is not currently being applied.</p>",
1129        "Rule$Status": "<p>If <code>Enabled</code>, the rule is currently being applied. If <code>Disabled</code>, the rule is not currently being applied.</p>"
1130      }
1131    },
1132    "ExpiredObjectDeleteMarker": {
1133      "base": null,
1134      "refs": {
1135        "LifecycleExpiration$ExpiredObjectDeleteMarker": "<p>Indicates whether Amazon S3 will remove a delete marker with no noncurrent versions. If set to true, the delete marker will be expired; if set to false the policy takes no action. This cannot be specified with Days or Date in a Lifecycle Expiration Policy.</p>"
1136      }
1137    },
1138    "Expires": {
1139      "base": null,
1140      "refs": {
1141        "CopyObjectRequest$Expires": "<p>The date and time at which the object is no longer cacheable.</p>",
1142        "CreateMultipartUploadRequest$Expires": "<p>The date and time at which the object is no longer cacheable.</p>",
1143        "GetObjectOutput$Expires": "<p>The date and time at which the object is no longer cacheable.</p>",
1144        "HeadObjectOutput$Expires": "<p>The date and time at which the object is no longer cacheable.</p>",
1145        "PutObjectRequest$Expires": "<p>The date and time at which the object is no longer cacheable.</p>"
1146      }
1147    },
1148    "ExposeHeader": {
1149      "base": null,
1150      "refs": {
1151        "ExposeHeaders$member": null
1152      }
1153    },
1154    "ExposeHeaders": {
1155      "base": null,
1156      "refs": {
1157        "CORSRule$ExposeHeaders": "<p>One or more headers in the response that you want customers to be able to access from their applications (for example, from a JavaScript <code>XMLHttpRequest</code> object).</p>"
1158      }
1159    },
1160    "Expression": {
1161      "base": null,
1162      "refs": {
1163        "SelectObjectContentRequest$Expression": "<p>The expression that is used to query the object.</p>",
1164        "SelectParameters$Expression": "<p>The expression that is used to query the object.</p>"
1165      }
1166    },
1167    "ExpressionType": {
1168      "base": null,
1169      "refs": {
1170        "SelectObjectContentRequest$ExpressionType": "<p>The type of the provided expression (for example., SQL).</p>",
1171        "SelectParameters$ExpressionType": "<p>The type of the provided expression (e.g., SQL).</p>"
1172      }
1173    },
1174    "FetchOwner": {
1175      "base": null,
1176      "refs": {
1177        "ListObjectsV2Request$FetchOwner": "<p>The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true</p>"
1178      }
1179    },
1180    "FieldDelimiter": {
1181      "base": null,
1182      "refs": {
1183        "CSVInput$FieldDelimiter": "<p>The value used to separate individual fields in a record.</p>",
1184        "CSVOutput$FieldDelimiter": "<p>The value used to separate individual fields in a record.</p>"
1185      }
1186    },
1187    "FileHeaderInfo": {
1188      "base": null,
1189      "refs": {
1190        "CSVInput$FileHeaderInfo": "<p>Describes the first line of input. Valid values: None, Ignore, Use.</p>"
1191      }
1192    },
1193    "FilterRule": {
1194      "base": "<p>Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or prefix of the key name.</p>",
1195      "refs": {
1196        "FilterRuleList$member": null
1197      }
1198    },
1199    "FilterRuleList": {
1200      "base": "<p>A list of containers for the key value pair that defines the criteria for the filter rule.</p>",
1201      "refs": {
1202        "S3KeyFilter$FilterRules": "<p/>"
1203      }
1204    },
1205    "FilterRuleName": {
1206      "base": null,
1207      "refs": {
1208        "FilterRule$Name": "<p>The object key name prefix or suffix identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html\">Configuring Event Notifications</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
1209      }
1210    },
1211    "FilterRuleValue": {
1212      "base": null,
1213      "refs": {
1214        "FilterRule$Value": "<p>The value that the filter searches for in object key names.</p>"
1215      }
1216    },
1217    "GetBucketAccelerateConfigurationOutput": {
1218      "base": null,
1219      "refs": {
1220      }
1221    },
1222    "GetBucketAccelerateConfigurationRequest": {
1223      "base": null,
1224      "refs": {
1225      }
1226    },
1227    "GetBucketAclOutput": {
1228      "base": null,
1229      "refs": {
1230      }
1231    },
1232    "GetBucketAclRequest": {
1233      "base": null,
1234      "refs": {
1235      }
1236    },
1237    "GetBucketAnalyticsConfigurationOutput": {
1238      "base": null,
1239      "refs": {
1240      }
1241    },
1242    "GetBucketAnalyticsConfigurationRequest": {
1243      "base": null,
1244      "refs": {
1245      }
1246    },
1247    "GetBucketCorsOutput": {
1248      "base": null,
1249      "refs": {
1250      }
1251    },
1252    "GetBucketCorsRequest": {
1253      "base": null,
1254      "refs": {
1255      }
1256    },
1257    "GetBucketEncryptionOutput": {
1258      "base": null,
1259      "refs": {
1260      }
1261    },
1262    "GetBucketEncryptionRequest": {
1263      "base": null,
1264      "refs": {
1265      }
1266    },
1267    "GetBucketInventoryConfigurationOutput": {
1268      "base": null,
1269      "refs": {
1270      }
1271    },
1272    "GetBucketInventoryConfigurationRequest": {
1273      "base": null,
1274      "refs": {
1275      }
1276    },
1277    "GetBucketLifecycleConfigurationOutput": {
1278      "base": null,
1279      "refs": {
1280      }
1281    },
1282    "GetBucketLifecycleConfigurationRequest": {
1283      "base": null,
1284      "refs": {
1285      }
1286    },
1287    "GetBucketLifecycleOutput": {
1288      "base": null,
1289      "refs": {
1290      }
1291    },
1292    "GetBucketLifecycleRequest": {
1293      "base": null,
1294      "refs": {
1295      }
1296    },
1297    "GetBucketLocationOutput": {
1298      "base": null,
1299      "refs": {
1300      }
1301    },
1302    "GetBucketLocationRequest": {
1303      "base": null,
1304      "refs": {
1305      }
1306    },
1307    "GetBucketLoggingOutput": {
1308      "base": null,
1309      "refs": {
1310      }
1311    },
1312    "GetBucketLoggingRequest": {
1313      "base": null,
1314      "refs": {
1315      }
1316    },
1317    "GetBucketMetricsConfigurationOutput": {
1318      "base": null,
1319      "refs": {
1320      }
1321    },
1322    "GetBucketMetricsConfigurationRequest": {
1323      "base": null,
1324      "refs": {
1325      }
1326    },
1327    "GetBucketNotificationConfigurationRequest": {
1328      "base": null,
1329      "refs": {
1330      }
1331    },
1332    "GetBucketPolicyOutput": {
1333      "base": null,
1334      "refs": {
1335      }
1336    },
1337    "GetBucketPolicyRequest": {
1338      "base": null,
1339      "refs": {
1340      }
1341    },
1342    "GetBucketPolicyStatusOutput": {
1343      "base": null,
1344      "refs": {
1345      }
1346    },
1347    "GetBucketPolicyStatusRequest": {
1348      "base": null,
1349      "refs": {
1350      }
1351    },
1352    "GetBucketReplicationOutput": {
1353      "base": null,
1354      "refs": {
1355      }
1356    },
1357    "GetBucketReplicationRequest": {
1358      "base": null,
1359      "refs": {
1360      }
1361    },
1362    "GetBucketRequestPaymentOutput": {
1363      "base": null,
1364      "refs": {
1365      }
1366    },
1367    "GetBucketRequestPaymentRequest": {
1368      "base": null,
1369      "refs": {
1370      }
1371    },
1372    "GetBucketTaggingOutput": {
1373      "base": null,
1374      "refs": {
1375      }
1376    },
1377    "GetBucketTaggingRequest": {
1378      "base": null,
1379      "refs": {
1380      }
1381    },
1382    "GetBucketVersioningOutput": {
1383      "base": null,
1384      "refs": {
1385      }
1386    },
1387    "GetBucketVersioningRequest": {
1388      "base": null,
1389      "refs": {
1390      }
1391    },
1392    "GetBucketWebsiteOutput": {
1393      "base": null,
1394      "refs": {
1395      }
1396    },
1397    "GetBucketWebsiteRequest": {
1398      "base": null,
1399      "refs": {
1400      }
1401    },
1402    "GetObjectAclOutput": {
1403      "base": null,
1404      "refs": {
1405      }
1406    },
1407    "GetObjectAclRequest": {
1408      "base": null,
1409      "refs": {
1410      }
1411    },
1412    "GetObjectLegalHoldOutput": {
1413      "base": null,
1414      "refs": {
1415      }
1416    },
1417    "GetObjectLegalHoldRequest": {
1418      "base": null,
1419      "refs": {
1420      }
1421    },
1422    "GetObjectLockConfigurationOutput": {
1423      "base": null,
1424      "refs": {
1425      }
1426    },
1427    "GetObjectLockConfigurationRequest": {
1428      "base": null,
1429      "refs": {
1430      }
1431    },
1432    "GetObjectOutput": {
1433      "base": null,
1434      "refs": {
1435      }
1436    },
1437    "GetObjectRequest": {
1438      "base": null,
1439      "refs": {
1440      }
1441    },
1442    "GetObjectRetentionOutput": {
1443      "base": null,
1444      "refs": {
1445      }
1446    },
1447    "GetObjectRetentionRequest": {
1448      "base": null,
1449      "refs": {
1450      }
1451    },
1452    "GetObjectTaggingOutput": {
1453      "base": null,
1454      "refs": {
1455      }
1456    },
1457    "GetObjectTaggingRequest": {
1458      "base": null,
1459      "refs": {
1460      }
1461    },
1462    "GetObjectTorrentOutput": {
1463      "base": null,
1464      "refs": {
1465      }
1466    },
1467    "GetObjectTorrentRequest": {
1468      "base": null,
1469      "refs": {
1470      }
1471    },
1472    "GetPublicAccessBlockOutput": {
1473      "base": null,
1474      "refs": {
1475      }
1476    },
1477    "GetPublicAccessBlockRequest": {
1478      "base": null,
1479      "refs": {
1480      }
1481    },
1482    "GlacierJobParameters": {
1483      "base": "<p/>",
1484      "refs": {
1485        "RestoreRequest$GlacierJobParameters": "<p>Glacier related parameters pertaining to this job. Do not use with restores that specify OutputLocation.</p>"
1486      }
1487    },
1488    "Grant": {
1489      "base": "<p/>",
1490      "refs": {
1491        "Grants$member": null
1492      }
1493    },
1494    "GrantFullControl": {
1495      "base": null,
1496      "refs": {
1497        "CopyObjectRequest$GrantFullControl": "<p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.</p>",
1498        "CreateBucketRequest$GrantFullControl": "<p>Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.</p>",
1499        "CreateMultipartUploadRequest$GrantFullControl": "<p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.</p>",
1500        "PutBucketAclRequest$GrantFullControl": "<p>Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.</p>",
1501        "PutObjectAclRequest$GrantFullControl": "<p>Allows grantee the read, write, read ACP, and write ACP permissions on the bucket.</p>",
1502        "PutObjectRequest$GrantFullControl": "<p>Gives the grantee READ, READ_ACP, and WRITE_ACP permissions on the object.</p>"
1503      }
1504    },
1505    "GrantRead": {
1506      "base": null,
1507      "refs": {
1508        "CopyObjectRequest$GrantRead": "<p>Allows grantee to read the object data and its metadata.</p>",
1509        "CreateBucketRequest$GrantRead": "<p>Allows grantee to list the objects in the bucket.</p>",
1510        "CreateMultipartUploadRequest$GrantRead": "<p>Allows grantee to read the object data and its metadata.</p>",
1511        "PutBucketAclRequest$GrantRead": "<p>Allows grantee to list the objects in the bucket.</p>",
1512        "PutObjectAclRequest$GrantRead": "<p>Allows grantee to list the objects in the bucket.</p>",
1513        "PutObjectRequest$GrantRead": "<p>Allows grantee to read the object data and its metadata.</p>"
1514      }
1515    },
1516    "GrantReadACP": {
1517      "base": null,
1518      "refs": {
1519        "CopyObjectRequest$GrantReadACP": "<p>Allows grantee to read the object ACL.</p>",
1520        "CreateBucketRequest$GrantReadACP": "<p>Allows grantee to read the bucket ACL.</p>",
1521        "CreateMultipartUploadRequest$GrantReadACP": "<p>Allows grantee to read the object ACL.</p>",
1522        "PutBucketAclRequest$GrantReadACP": "<p>Allows grantee to read the bucket ACL.</p>",
1523        "PutObjectAclRequest$GrantReadACP": "<p>Allows grantee to read the bucket ACL.</p>",
1524        "PutObjectRequest$GrantReadACP": "<p>Allows grantee to read the object ACL.</p>"
1525      }
1526    },
1527    "GrantWrite": {
1528      "base": null,
1529      "refs": {
1530        "CreateBucketRequest$GrantWrite": "<p>Allows grantee to create, overwrite, and delete any object in the bucket.</p>",
1531        "PutBucketAclRequest$GrantWrite": "<p>Allows grantee to create, overwrite, and delete any object in the bucket.</p>",
1532        "PutObjectAclRequest$GrantWrite": "<p>Allows grantee to create, overwrite, and delete any object in the bucket.</p>"
1533      }
1534    },
1535    "GrantWriteACP": {
1536      "base": null,
1537      "refs": {
1538        "CopyObjectRequest$GrantWriteACP": "<p>Allows grantee to write the ACL for the applicable object.</p>",
1539        "CreateBucketRequest$GrantWriteACP": "<p>Allows grantee to write the ACL for the applicable bucket.</p>",
1540        "CreateMultipartUploadRequest$GrantWriteACP": "<p>Allows grantee to write the ACL for the applicable object.</p>",
1541        "PutBucketAclRequest$GrantWriteACP": "<p>Allows grantee to write the ACL for the applicable bucket.</p>",
1542        "PutObjectAclRequest$GrantWriteACP": "<p>Allows grantee to write the ACL for the applicable bucket.</p>",
1543        "PutObjectRequest$GrantWriteACP": "<p>Allows grantee to write the ACL for the applicable object.</p>"
1544      }
1545    },
1546    "Grantee": {
1547      "base": "<p/>",
1548      "refs": {
1549        "Grant$Grantee": "<p/>",
1550        "TargetGrant$Grantee": "<p/>"
1551      }
1552    },
1553    "Grants": {
1554      "base": null,
1555      "refs": {
1556        "AccessControlPolicy$Grants": "<p>A list of grants.</p>",
1557        "GetBucketAclOutput$Grants": "<p>A list of grants.</p>",
1558        "GetObjectAclOutput$Grants": "<p>A list of grants.</p>",
1559        "S3Location$AccessControlList": "<p>A list of grants that control access to the staged results.</p>"
1560      }
1561    },
1562    "HeadBucketRequest": {
1563      "base": null,
1564      "refs": {
1565      }
1566    },
1567    "HeadObjectOutput": {
1568      "base": null,
1569      "refs": {
1570      }
1571    },
1572    "HeadObjectRequest": {
1573      "base": null,
1574      "refs": {
1575      }
1576    },
1577    "HostName": {
1578      "base": null,
1579      "refs": {
1580        "Redirect$HostName": "<p>The host name to use in the redirect request.</p>",
1581        "RedirectAllRequestsTo$HostName": "<p>Name of the host where requests are redirected.</p>"
1582      }
1583    },
1584    "HttpErrorCodeReturnedEquals": {
1585      "base": null,
1586      "refs": {
1587        "Condition$HttpErrorCodeReturnedEquals": "<p>The HTTP error code when the redirect is applied. In the event of an error, if the error code equals this value, then the specified redirect is applied. Required when parent element <code>Condition</code> is specified and sibling <code>KeyPrefixEquals</code> is not specified. If both are specified, then both must be true for the redirect to be applied.</p>"
1588      }
1589    },
1590    "HttpRedirectCode": {
1591      "base": null,
1592      "refs": {
1593        "Redirect$HttpRedirectCode": "<p>The HTTP redirect code to use on the response. Not required if one of the siblings is present.</p>"
1594      }
1595    },
1596    "ID": {
1597      "base": null,
1598      "refs": {
1599        "Grantee$ID": "<p>The canonical user ID of the grantee.</p>",
1600        "Initiator$ID": "<p>If the principal is an AWS account, it provides the Canonical User ID. If the principal is an IAM User, it provides a user ARN value.</p>",
1601        "LifecycleRule$ID": "<p>Unique identifier for the rule. The value cannot be longer than 255 characters.</p>",
1602        "Owner$ID": "<p/>",
1603        "ReplicationRule$ID": "<p>A unique identifier for the rule. The maximum value is 255 characters.</p>",
1604        "Rule$ID": "<p>Unique identifier for the rule. The value can't be longer than 255 characters.</p>"
1605      }
1606    },
1607    "IfMatch": {
1608      "base": null,
1609      "refs": {
1610        "GetObjectRequest$IfMatch": "<p>Return the object only if its entity tag (ETag) is the same as the one specified, otherwise return a 412 (precondition failed).</p>",
1611        "HeadObjectRequest$IfMatch": "<p>Return the object only if its entity tag (ETag) is the same as the one specified, otherwise return a 412 (precondition failed).</p>"
1612      }
1613    },
1614    "IfModifiedSince": {
1615      "base": null,
1616      "refs": {
1617        "GetObjectRequest$IfModifiedSince": "<p>Return the object only if it has been modified since the specified time, otherwise return a 304 (not modified).</p>",
1618        "HeadObjectRequest$IfModifiedSince": "<p>Return the object only if it has been modified since the specified time, otherwise return a 304 (not modified).</p>"
1619      }
1620    },
1621    "IfNoneMatch": {
1622      "base": null,
1623      "refs": {
1624        "GetObjectRequest$IfNoneMatch": "<p>Return the object only if its entity tag (ETag) is different from the one specified, otherwise return a 304 (not modified).</p>",
1625        "HeadObjectRequest$IfNoneMatch": "<p>Return the object only if its entity tag (ETag) is different from the one specified, otherwise return a 304 (not modified).</p>"
1626      }
1627    },
1628    "IfUnmodifiedSince": {
1629      "base": null,
1630      "refs": {
1631        "GetObjectRequest$IfUnmodifiedSince": "<p>Return the object only if it has not been modified since the specified time, otherwise return a 412 (precondition failed).</p>",
1632        "HeadObjectRequest$IfUnmodifiedSince": "<p>Return the object only if it has not been modified since the specified time, otherwise return a 412 (precondition failed).</p>"
1633      }
1634    },
1635    "IndexDocument": {
1636      "base": "<p/>",
1637      "refs": {
1638        "GetBucketWebsiteOutput$IndexDocument": "<p/>",
1639        "WebsiteConfiguration$IndexDocument": "<p>The name of the index document for the website.</p>"
1640      }
1641    },
1642    "Initiated": {
1643      "base": null,
1644      "refs": {
1645        "MultipartUpload$Initiated": "<p>Date and time at which the multipart upload was initiated.</p>"
1646      }
1647    },
1648    "Initiator": {
1649      "base": "<p/>",
1650      "refs": {
1651        "ListPartsOutput$Initiator": "<p>Identifies who initiated the multipart upload.</p>",
1652        "MultipartUpload$Initiator": "<p>Identifies who initiated the multipart upload.</p>"
1653      }
1654    },
1655    "InputSerialization": {
1656      "base": "<p>Describes the serialization format of the object.</p>",
1657      "refs": {
1658        "SelectObjectContentRequest$InputSerialization": "<p>Describes the format of the data in the object that is being queried.</p>",
1659        "SelectParameters$InputSerialization": "<p>Describes the serialization format of the object.</p>"
1660      }
1661    },
1662    "InventoryConfiguration": {
1663      "base": "<p>Specifies the inventory configuration for an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html\">GET Bucket inventory</a> in the <i>Amazon Simple Storage Service API Reference</i>. </p>",
1664      "refs": {
1665        "GetBucketInventoryConfigurationOutput$InventoryConfiguration": "<p>Specifies the inventory configuration.</p>",
1666        "InventoryConfigurationList$member": null,
1667        "PutBucketInventoryConfigurationRequest$InventoryConfiguration": "<p>Specifies the inventory configuration.</p>"
1668      }
1669    },
1670    "InventoryConfigurationList": {
1671      "base": null,
1672      "refs": {
1673        "ListBucketInventoryConfigurationsOutput$InventoryConfigurationList": "<p>The list of inventory configurations for a bucket.</p>"
1674      }
1675    },
1676    "InventoryDestination": {
1677      "base": "<p/>",
1678      "refs": {
1679        "InventoryConfiguration$Destination": "<p>Contains information about where to publish the inventory results.</p>"
1680      }
1681    },
1682    "InventoryEncryption": {
1683      "base": "<p>Contains the type of server-side encryption used to encrypt the inventory results.</p>",
1684      "refs": {
1685        "InventoryS3BucketDestination$Encryption": "<p>Contains the type of server-side encryption used to encrypt the inventory results.</p>"
1686      }
1687    },
1688    "InventoryFilter": {
1689      "base": "<p/>",
1690      "refs": {
1691        "InventoryConfiguration$Filter": "<p>Specifies an inventory filter. The inventory only includes objects that meet the filter's criteria.</p>"
1692      }
1693    },
1694    "InventoryFormat": {
1695      "base": null,
1696      "refs": {
1697        "InventoryS3BucketDestination$Format": "<p>Specifies the output format of the inventory results.</p>"
1698      }
1699    },
1700    "InventoryFrequency": {
1701      "base": null,
1702      "refs": {
1703        "InventorySchedule$Frequency": "<p>Specifies how frequently inventory results are produced.</p>"
1704      }
1705    },
1706    "InventoryId": {
1707      "base": null,
1708      "refs": {
1709        "DeleteBucketInventoryConfigurationRequest$Id": "<p>The ID used to identify the inventory configuration.</p>",
1710        "GetBucketInventoryConfigurationRequest$Id": "<p>The ID used to identify the inventory configuration.</p>",
1711        "InventoryConfiguration$Id": "<p>The ID used to identify the inventory configuration.</p>",
1712        "PutBucketInventoryConfigurationRequest$Id": "<p>The ID used to identify the inventory configuration.</p>"
1713      }
1714    },
1715    "InventoryIncludedObjectVersions": {
1716      "base": null,
1717      "refs": {
1718        "InventoryConfiguration$IncludedObjectVersions": "<p>Object versions to include in the inventory list. If set to <code>All</code>, the list includes all the object versions, which adds the version-related fields <code>VersionId</code>, <code>IsLatest</code>, and <code>DeleteMarker</code> to the list. If set to <code>Current</code>, the list does not contain these version-related fields.</p>"
1719      }
1720    },
1721    "InventoryOptionalField": {
1722      "base": null,
1723      "refs": {
1724        "InventoryOptionalFields$member": null
1725      }
1726    },
1727    "InventoryOptionalFields": {
1728      "base": null,
1729      "refs": {
1730        "InventoryConfiguration$OptionalFields": "<p>Contains the optional fields that are included in the inventory results.</p>"
1731      }
1732    },
1733    "InventoryS3BucketDestination": {
1734      "base": "<p/>",
1735      "refs": {
1736        "InventoryDestination$S3BucketDestination": "<p>Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.</p>"
1737      }
1738    },
1739    "InventorySchedule": {
1740      "base": "<p/>",
1741      "refs": {
1742        "InventoryConfiguration$Schedule": "<p>Specifies the schedule for generating inventory results.</p>"
1743      }
1744    },
1745    "IsEnabled": {
1746      "base": null,
1747      "refs": {
1748        "InventoryConfiguration$IsEnabled": "<p>Specifies whether the inventory is enabled or disabled. If set to <code>True</code>, an inventory list is generated. If set to <code>False</code>, no inventory list is generated.</p>"
1749      }
1750    },
1751    "IsLatest": {
1752      "base": null,
1753      "refs": {
1754        "DeleteMarkerEntry$IsLatest": "<p>Specifies whether the object is (true) or is not (false) the latest version of an object.</p>",
1755        "ObjectVersion$IsLatest": "<p>Specifies whether the object is (true) or is not (false) the latest version of an object.</p>"
1756      }
1757    },
1758    "IsPublic": {
1759      "base": null,
1760      "refs": {
1761        "PolicyStatus$IsPublic": "<p>The policy status for this bucket. <code>TRUE</code> indicates that this bucket is public. <code>FALSE</code> indicates that the bucket is not public.</p>"
1762      }
1763    },
1764    "IsTruncated": {
1765      "base": null,
1766      "refs": {
1767        "ListBucketAnalyticsConfigurationsOutput$IsTruncated": "<p>Indicates whether the returned list of analytics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.</p>",
1768        "ListBucketInventoryConfigurationsOutput$IsTruncated": "<p>Indicates whether the returned list of inventory configurations is truncated in this response. A value of true indicates that the list is truncated.</p>",
1769        "ListBucketMetricsConfigurationsOutput$IsTruncated": "<p>Indicates whether the returned list of metrics configurations is complete. A value of true indicates that the list is not complete and the NextContinuationToken will be provided for a subsequent request.</p>",
1770        "ListMultipartUploadsOutput$IsTruncated": "<p>Indicates whether the returned list of multipart uploads is truncated. A value of true indicates that the list was truncated. The list can be truncated if the number of multipart uploads exceeds the limit allowed or specified by max uploads.</p>",
1771        "ListObjectVersionsOutput$IsTruncated": "<p>A flag that indicates whether or not Amazon S3 returned all of the results that satisfied the search criteria. If your results were truncated, you can make a follow-up paginated request using the NextKeyMarker and NextVersionIdMarker response parameters as a starting place in another request to return the rest of the results.</p>",
1772        "ListObjectsOutput$IsTruncated": "<p>A flag that indicates whether or not Amazon S3 returned all of the results that satisfied the search criteria.</p>",
1773        "ListObjectsV2Output$IsTruncated": "<p>A flag that indicates whether or not Amazon S3 returned all of the results that satisfied the search criteria.</p>",
1774        "ListPartsOutput$IsTruncated": "<p>Indicates whether the returned list of parts is truncated.</p>"
1775      }
1776    },
1777    "JSONInput": {
1778      "base": "<p/>",
1779      "refs": {
1780        "InputSerialization$JSON": "<p>Specifies JSON as object's input serialization format.</p>"
1781      }
1782    },
1783    "JSONOutput": {
1784      "base": "<p/>",
1785      "refs": {
1786        "OutputSerialization$JSON": "<p>Specifies JSON as request's output serialization format.</p>"
1787      }
1788    },
1789    "JSONType": {
1790      "base": null,
1791      "refs": {
1792        "JSONInput$Type": "<p>The type of JSON. Valid values: Document, Lines.</p>"
1793      }
1794    },
1795    "KMSContext": {
1796      "base": null,
1797      "refs": {
1798        "Encryption$KMSContext": "<p>If the encryption type is aws:kms, this optional value can be used to specify the encryption context for the restore results.</p>"
1799      }
1800    },
1801    "KeyCount": {
1802      "base": null,
1803      "refs": {
1804        "ListObjectsV2Output$KeyCount": "<p>KeyCount is the number of keys returned with this request. KeyCount will always be less than equals to MaxKeys field. Say you ask for 50 keys, your result will include less than equals 50 keys </p>"
1805      }
1806    },
1807    "KeyMarker": {
1808      "base": null,
1809      "refs": {
1810        "ListMultipartUploadsOutput$KeyMarker": "<p>The key at or after which the listing began.</p>",
1811        "ListMultipartUploadsRequest$KeyMarker": "<p>Together with upload-id-marker, this parameter specifies the multipart upload after which listing should begin.</p>",
1812        "ListObjectVersionsOutput$KeyMarker": "<p>Marks the last Key returned in a truncated response.</p>",
1813        "ListObjectVersionsRequest$KeyMarker": "<p>Specifies the key to start with when listing objects in a bucket.</p>"
1814      }
1815    },
1816    "KeyPrefixEquals": {
1817      "base": null,
1818      "refs": {
1819        "Condition$KeyPrefixEquals": "<p>The object key name prefix when the redirect is applied. For example, to redirect requests for <code>ExamplePage.html</code>, the key prefix will be <code>ExamplePage.html</code>. To redirect request for all pages with the prefix <code>docs/</code>, the key prefix will be <code>/docs</code>, which identifies all objects in the docs/ folder. Required when the parent element <code>Condition</code> is specified and sibling <code>HttpErrorCodeReturnedEquals</code> is not specified. If both conditions are specified, both must be true for the redirect to be applied.</p>"
1820      }
1821    },
1822    "LambdaFunctionArn": {
1823      "base": null,
1824      "refs": {
1825        "LambdaFunctionConfiguration$LambdaFunctionArn": "<p>The Amazon Resource Name (ARN) of the AWS Lambda function that Amazon S3 invokes when the specified event type occurs.</p>"
1826      }
1827    },
1828    "LambdaFunctionConfiguration": {
1829      "base": "<p>A container for specifying the configuration for AWS Lambda notifications.</p>",
1830      "refs": {
1831        "LambdaFunctionConfigurationList$member": null
1832      }
1833    },
1834    "LambdaFunctionConfigurationList": {
1835      "base": null,
1836      "refs": {
1837        "NotificationConfiguration$LambdaFunctionConfigurations": "<p>Describes the AWS Lambda functions to invoke and the events for which to invoke them.</p>"
1838      }
1839    },
1840    "LastModified": {
1841      "base": null,
1842      "refs": {
1843        "CopyObjectResult$LastModified": "<p/>",
1844        "CopyPartResult$LastModified": "<p>Date and time at which the object was uploaded.</p>",
1845        "DeleteMarkerEntry$LastModified": "<p>Date and time the object was last modified.</p>",
1846        "GetObjectOutput$LastModified": "<p>Last modified date of the object</p>",
1847        "HeadObjectOutput$LastModified": "<p>Last modified date of the object</p>",
1848        "Object$LastModified": "<p/>",
1849        "ObjectVersion$LastModified": "<p>Date and time the object was last modified.</p>",
1850        "Part$LastModified": "<p>Date and time at which the part was uploaded.</p>"
1851      }
1852    },
1853    "LifecycleConfiguration": {
1854      "base": "<p/>",
1855      "refs": {
1856        "PutBucketLifecycleRequest$LifecycleConfiguration": "<p/>"
1857      }
1858    },
1859    "LifecycleExpiration": {
1860      "base": "<p/>",
1861      "refs": {
1862        "LifecycleRule$Expiration": "<p/>",
1863        "Rule$Expiration": "<p/>"
1864      }
1865    },
1866    "LifecycleRule": {
1867      "base": "<p/>",
1868      "refs": {
1869        "LifecycleRules$member": null
1870      }
1871    },
1872    "LifecycleRuleAndOperator": {
1873      "base": "<p>This is used in a Lifecycle Rule Filter to apply a logical AND to two or more predicates. The Lifecycle Rule will apply to any object matching all of the predicates configured inside the And operator.</p>",
1874      "refs": {
1875        "LifecycleRuleFilter$And": "<p/>"
1876      }
1877    },
1878    "LifecycleRuleFilter": {
1879      "base": "<p>The Filter is used to identify objects that a Lifecycle Rule applies to. A Filter must have exactly one of Prefix, Tag, or And specified.</p>",
1880      "refs": {
1881        "LifecycleRule$Filter": "<p/>"
1882      }
1883    },
1884    "LifecycleRules": {
1885      "base": null,
1886      "refs": {
1887        "BucketLifecycleConfiguration$Rules": "<p>A lifecycle rule for individual objects in an Amazon S3 bucket.</p>",
1888        "GetBucketLifecycleConfigurationOutput$Rules": "<p/>"
1889      }
1890    },
1891    "ListBucketAnalyticsConfigurationsOutput": {
1892      "base": null,
1893      "refs": {
1894      }
1895    },
1896    "ListBucketAnalyticsConfigurationsRequest": {
1897      "base": null,
1898      "refs": {
1899      }
1900    },
1901    "ListBucketInventoryConfigurationsOutput": {
1902      "base": null,
1903      "refs": {
1904      }
1905    },
1906    "ListBucketInventoryConfigurationsRequest": {
1907      "base": null,
1908      "refs": {
1909      }
1910    },
1911    "ListBucketMetricsConfigurationsOutput": {
1912      "base": null,
1913      "refs": {
1914      }
1915    },
1916    "ListBucketMetricsConfigurationsRequest": {
1917      "base": null,
1918      "refs": {
1919      }
1920    },
1921    "ListBucketsOutput": {
1922      "base": null,
1923      "refs": {
1924      }
1925    },
1926    "ListMultipartUploadsOutput": {
1927      "base": null,
1928      "refs": {
1929      }
1930    },
1931    "ListMultipartUploadsRequest": {
1932      "base": null,
1933      "refs": {
1934      }
1935    },
1936    "ListObjectVersionsOutput": {
1937      "base": null,
1938      "refs": {
1939      }
1940    },
1941    "ListObjectVersionsRequest": {
1942      "base": null,
1943      "refs": {
1944      }
1945    },
1946    "ListObjectsOutput": {
1947      "base": null,
1948      "refs": {
1949      }
1950    },
1951    "ListObjectsRequest": {
1952      "base": null,
1953      "refs": {
1954      }
1955    },
1956    "ListObjectsV2Output": {
1957      "base": null,
1958      "refs": {
1959      }
1960    },
1961    "ListObjectsV2Request": {
1962      "base": null,
1963      "refs": {
1964      }
1965    },
1966    "ListPartsOutput": {
1967      "base": null,
1968      "refs": {
1969      }
1970    },
1971    "ListPartsRequest": {
1972      "base": null,
1973      "refs": {
1974      }
1975    },
1976    "Location": {
1977      "base": null,
1978      "refs": {
1979        "CompleteMultipartUploadOutput$Location": "<p/>",
1980        "CreateBucketOutput$Location": "<p/>"
1981      }
1982    },
1983    "LocationPrefix": {
1984      "base": null,
1985      "refs": {
1986        "S3Location$Prefix": "<p>The prefix that is prepended to the restore results for this request.</p>"
1987      }
1988    },
1989    "LoggingEnabled": {
1990      "base": "<p>Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlogging.html\">PUT Bucket logging</a> in the <i>Amazon Simple Storage Service API Reference</i>.</p>",
1991      "refs": {
1992        "BucketLoggingStatus$LoggingEnabled": "<p/>",
1993        "GetBucketLoggingOutput$LoggingEnabled": "<p/>"
1994      }
1995    },
1996    "MFA": {
1997      "base": null,
1998      "refs": {
1999        "DeleteObjectRequest$MFA": "<p>The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.</p>",
2000        "DeleteObjectsRequest$MFA": "<p>The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.</p>",
2001        "PutBucketVersioningRequest$MFA": "<p>The concatenation of the authentication device's serial number, a space, and the value that is displayed on your authentication device.</p>"
2002      }
2003    },
2004    "MFADelete": {
2005      "base": null,
2006      "refs": {
2007        "VersioningConfiguration$MFADelete": "<p>Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is only returned if the bucket has been configured with MFA delete. If the bucket has never been so configured, this element is not returned.</p>"
2008      }
2009    },
2010    "MFADeleteStatus": {
2011      "base": null,
2012      "refs": {
2013        "GetBucketVersioningOutput$MFADelete": "<p>Specifies whether MFA delete is enabled in the bucket versioning configuration. This element is only returned if the bucket has been configured with MFA delete. If the bucket has never been so configured, this element is not returned.</p>"
2014      }
2015    },
2016    "Marker": {
2017      "base": null,
2018      "refs": {
2019        "ListObjectsOutput$Marker": "<p/>",
2020        "ListObjectsRequest$Marker": "<p>Specifies the key to start with when listing objects in a bucket.</p>"
2021      }
2022    },
2023    "MaxAgeSeconds": {
2024      "base": null,
2025      "refs": {
2026        "CORSRule$MaxAgeSeconds": "<p>The time in seconds that your browser is to cache the preflight response for the specified resource.</p>"
2027      }
2028    },
2029    "MaxKeys": {
2030      "base": null,
2031      "refs": {
2032        "ListObjectVersionsOutput$MaxKeys": "<p/>",
2033        "ListObjectVersionsRequest$MaxKeys": "<p>Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.</p>",
2034        "ListObjectsOutput$MaxKeys": "<p/>",
2035        "ListObjectsRequest$MaxKeys": "<p>Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.</p>",
2036        "ListObjectsV2Output$MaxKeys": "<p>Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.</p>",
2037        "ListObjectsV2Request$MaxKeys": "<p>Sets the maximum number of keys returned in the response. The response might contain fewer keys but will never contain more.</p>"
2038      }
2039    },
2040    "MaxParts": {
2041      "base": null,
2042      "refs": {
2043        "ListPartsOutput$MaxParts": "<p>Maximum number of parts that were allowed in the response.</p>",
2044        "ListPartsRequest$MaxParts": "<p>Sets the maximum number of parts to return.</p>"
2045      }
2046    },
2047    "MaxUploads": {
2048      "base": null,
2049      "refs": {
2050        "ListMultipartUploadsOutput$MaxUploads": "<p>Maximum number of multipart uploads that could have been included in the response.</p>",
2051        "ListMultipartUploadsRequest$MaxUploads": "<p>Sets the maximum number of multipart uploads, from 1 to 1,000, to return in the response body. 1,000 is the maximum number of uploads that can be returned in a response.</p>"
2052      }
2053    },
2054    "Message": {
2055      "base": null,
2056      "refs": {
2057        "Error$Message": "<p/>"
2058      }
2059    },
2060    "Metadata": {
2061      "base": null,
2062      "refs": {
2063        "CopyObjectRequest$Metadata": "<p>A map of metadata to store with the object in S3.</p>",
2064        "CreateMultipartUploadRequest$Metadata": "<p>A map of metadata to store with the object in S3.</p>",
2065        "GetObjectOutput$Metadata": "<p>A map of metadata to store with the object in S3.</p>",
2066        "HeadObjectOutput$Metadata": "<p>A map of metadata to store with the object in S3.</p>",
2067        "PutObjectRequest$Metadata": "<p>A map of metadata to store with the object in S3.</p>"
2068      }
2069    },
2070    "MetadataDirective": {
2071      "base": null,
2072      "refs": {
2073        "CopyObjectRequest$MetadataDirective": "<p>Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request.</p>"
2074      }
2075    },
2076    "MetadataEntry": {
2077      "base": "<p>A metadata key-value pair to store with an object.</p>",
2078      "refs": {
2079        "UserMetadata$member": null
2080      }
2081    },
2082    "MetadataKey": {
2083      "base": null,
2084      "refs": {
2085        "Metadata$key": null,
2086        "MetadataEntry$Name": "<p/>"
2087      }
2088    },
2089    "MetadataValue": {
2090      "base": null,
2091      "refs": {
2092        "Metadata$value": null,
2093        "MetadataEntry$Value": "<p/>"
2094      }
2095    },
2096    "MetricsAndOperator": {
2097      "base": "<p/>",
2098      "refs": {
2099        "MetricsFilter$And": "<p>A conjunction (logical AND) of predicates, which is used in evaluating a metrics filter. The operator must have at least two predicates, and an object must match all of the predicates in order for the filter to apply.</p>"
2100      }
2101    },
2102    "MetricsConfiguration": {
2103      "base": "<p>Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics configuration ID) from an Amazon S3 bucket. If you're updating an existing metrics configuration, note that this is a full replacement of the existing metrics configuration. If you don't include the elements you want to keep, they are erased. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTMetricConfiguration.html\"> PUT Bucket metrics</a> in the <i>Amazon Simple Storage Service API Reference</i>.</p>",
2104      "refs": {
2105        "GetBucketMetricsConfigurationOutput$MetricsConfiguration": "<p>Specifies the metrics configuration.</p>",
2106        "MetricsConfigurationList$member": null,
2107        "PutBucketMetricsConfigurationRequest$MetricsConfiguration": "<p>Specifies the metrics configuration.</p>"
2108      }
2109    },
2110    "MetricsConfigurationList": {
2111      "base": null,
2112      "refs": {
2113        "ListBucketMetricsConfigurationsOutput$MetricsConfigurationList": "<p>The list of metrics configurations for a bucket.</p>"
2114      }
2115    },
2116    "MetricsFilter": {
2117      "base": "<p/>",
2118      "refs": {
2119        "MetricsConfiguration$Filter": "<p>Specifies a metrics configuration filter. The metrics configuration will only include objects that meet the filter's criteria. A filter must be a prefix, a tag, or a conjunction (MetricsAndOperator).</p>"
2120      }
2121    },
2122    "MetricsId": {
2123      "base": null,
2124      "refs": {
2125        "DeleteBucketMetricsConfigurationRequest$Id": "<p>The ID used to identify the metrics configuration.</p>",
2126        "GetBucketMetricsConfigurationRequest$Id": "<p>The ID used to identify the metrics configuration.</p>",
2127        "MetricsConfiguration$Id": "<p>The ID used to identify the metrics configuration.</p>",
2128        "PutBucketMetricsConfigurationRequest$Id": "<p>The ID used to identify the metrics configuration.</p>"
2129      }
2130    },
2131    "MissingMeta": {
2132      "base": null,
2133      "refs": {
2134        "GetObjectOutput$MissingMeta": "<p>This is set to the number of metadata entries not returned in x-amz-meta headers. This can happen if you create metadata using an API like SOAP that supports more flexible metadata than the REST API. For example, using SOAP, you can create metadata whose values are not legal HTTP headers.</p>",
2135        "HeadObjectOutput$MissingMeta": "<p>This is set to the number of metadata entries not returned in x-amz-meta headers. This can happen if you create metadata using an API like SOAP that supports more flexible metadata than the REST API. For example, using SOAP, you can create metadata whose values are not legal HTTP headers.</p>"
2136      }
2137    },
2138    "MultipartUpload": {
2139      "base": "<p/>",
2140      "refs": {
2141        "MultipartUploadList$member": null
2142      }
2143    },
2144    "MultipartUploadId": {
2145      "base": null,
2146      "refs": {
2147        "AbortMultipartUploadRequest$UploadId": "<p>Upload ID that identifies the multipart upload.</p>",
2148        "CompleteMultipartUploadRequest$UploadId": "<p/>",
2149        "CreateMultipartUploadOutput$UploadId": "<p>ID for the initiated multipart upload.</p>",
2150        "ListPartsOutput$UploadId": "<p>Upload ID identifying the multipart upload whose parts are being listed.</p>",
2151        "ListPartsRequest$UploadId": "<p>Upload ID identifying the multipart upload whose parts are being listed.</p>",
2152        "MultipartUpload$UploadId": "<p>Upload ID that identifies the multipart upload.</p>",
2153        "UploadPartCopyRequest$UploadId": "<p>Upload ID identifying the multipart upload whose part is being copied.</p>",
2154        "UploadPartRequest$UploadId": "<p>Upload ID identifying the multipart upload whose part is being uploaded.</p>"
2155      }
2156    },
2157    "MultipartUploadList": {
2158      "base": null,
2159      "refs": {
2160        "ListMultipartUploadsOutput$Uploads": "<p/>"
2161      }
2162    },
2163    "NextKeyMarker": {
2164      "base": null,
2165      "refs": {
2166        "ListMultipartUploadsOutput$NextKeyMarker": "<p>When a list is truncated, this element specifies the value that should be used for the key-marker request parameter in a subsequent request.</p>",
2167        "ListObjectVersionsOutput$NextKeyMarker": "<p>Use this value for the key marker request parameter in a subsequent request.</p>"
2168      }
2169    },
2170    "NextMarker": {
2171      "base": null,
2172      "refs": {
2173        "ListObjectsOutput$NextMarker": "<p>When response is truncated (the IsTruncated element value in the response is true), you can use the key name in this field as marker in the subsequent request to get next set of objects. Amazon S3 lists objects in alphabetical order Note: This element is returned only if you have delimiter request parameter specified. If response does not include the NextMaker and it is truncated, you can use the value of the last Key in the response as the marker in the subsequent request to get the next set of object keys.</p>"
2174      }
2175    },
2176    "NextPartNumberMarker": {
2177      "base": null,
2178      "refs": {
2179        "ListPartsOutput$NextPartNumberMarker": "<p>When a list is truncated, this element specifies the last part in the list, as well as the value to use for the part-number-marker request parameter in a subsequent request.</p>"
2180      }
2181    },
2182    "NextToken": {
2183      "base": null,
2184      "refs": {
2185        "ListBucketAnalyticsConfigurationsOutput$NextContinuationToken": "<p>NextContinuationToken is sent when isTruncated is true, which indicates that there are more analytics configurations to list. The next request must include this NextContinuationToken. The token is obfuscated and is not a usable value.</p>",
2186        "ListBucketInventoryConfigurationsOutput$NextContinuationToken": "<p>The marker used to continue this inventory configuration listing. Use the NextContinuationToken from this response to continue the listing in a subsequent request. The continuation token is an opaque value that Amazon S3 understands.</p>",
2187        "ListBucketMetricsConfigurationsOutput$NextContinuationToken": "<p>The marker used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.</p>",
2188        "ListObjectsV2Output$NextContinuationToken": "<p>NextContinuationToken is sent when isTruncated is true which means there are more keys in the bucket that can be listed. The next list requests to Amazon S3 can be continued with this NextContinuationToken. NextContinuationToken is obfuscated and is not a real key</p>"
2189      }
2190    },
2191    "NextUploadIdMarker": {
2192      "base": null,
2193      "refs": {
2194        "ListMultipartUploadsOutput$NextUploadIdMarker": "<p>When a list is truncated, this element specifies the value that should be used for the upload-id-marker request parameter in a subsequent request.</p>"
2195      }
2196    },
2197    "NextVersionIdMarker": {
2198      "base": null,
2199      "refs": {
2200        "ListObjectVersionsOutput$NextVersionIdMarker": "<p>Use this value for the next version id marker parameter in a subsequent request.</p>"
2201      }
2202    },
2203    "NoSuchBucket": {
2204      "base": "<p>The specified bucket does not exist.</p>",
2205      "refs": {
2206      }
2207    },
2208    "NoSuchKey": {
2209      "base": "<p>The specified key does not exist.</p>",
2210      "refs": {
2211      }
2212    },
2213    "NoSuchUpload": {
2214      "base": "<p>The specified multipart upload does not exist.</p>",
2215      "refs": {
2216      }
2217    },
2218    "NoncurrentVersionExpiration": {
2219      "base": "<p>Specifies when noncurrent object versions expire. Upon expiration, Amazon S3 permanently deletes the noncurrent object versions. You set this lifecycle configuration action on a bucket that has versioning enabled (or suspended) to request that Amazon S3 delete noncurrent object versions at a specific period in the object's lifetime.</p>",
2220      "refs": {
2221        "LifecycleRule$NoncurrentVersionExpiration": "<p/>",
2222        "Rule$NoncurrentVersionExpiration": "<p/>"
2223      }
2224    },
2225    "NoncurrentVersionTransition": {
2226      "base": "<p>Container for the transition rule that describes when noncurrent objects transition to the <code>STANDARD_IA</code>, <code>ONEZONE_IA</code>, <code>INTELLIGENT_TIERING</code>, <code>GLACIER</code>, or <code>DEEP_ARCHIVE</code> storage class. If your bucket is versioning-enabled (or versioning is suspended), you can set this action to request that Amazon S3 transition noncurrent object versions to the <code>STANDARD_IA</code>, <code>ONEZONE_IA</code>, <code>INTELLIGENT_TIERING</code>, <code>GLACIER</code>, or <code>DEEP_ARCHIVE</code> storage class at a specific period in the object's lifetime.</p>",
2227      "refs": {
2228        "NoncurrentVersionTransitionList$member": null,
2229        "Rule$NoncurrentVersionTransition": "<p/>"
2230      }
2231    },
2232    "NoncurrentVersionTransitionList": {
2233      "base": null,
2234      "refs": {
2235        "LifecycleRule$NoncurrentVersionTransitions": "<p/>"
2236      }
2237    },
2238    "NotificationConfiguration": {
2239      "base": "<p>A container for specifying the notification configuration of the bucket. If this element is empty, notifications are turned off for the bucket.</p>",
2240      "refs": {
2241        "PutBucketNotificationConfigurationRequest$NotificationConfiguration": "<p/>"
2242      }
2243    },
2244    "NotificationConfigurationDeprecated": {
2245      "base": null,
2246      "refs": {
2247        "PutBucketNotificationRequest$NotificationConfiguration": "<p/>"
2248      }
2249    },
2250    "NotificationConfigurationFilter": {
2251      "base": "<p>Specifies object key name filtering rules. For information about key name filtering, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html\">Configuring Event Notifications</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>",
2252      "refs": {
2253        "LambdaFunctionConfiguration$Filter": "<p/>",
2254        "QueueConfiguration$Filter": "<p/>",
2255        "TopicConfiguration$Filter": "<p/>"
2256      }
2257    },
2258    "NotificationId": {
2259      "base": "<p>An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.</p>",
2260      "refs": {
2261        "CloudFunctionConfiguration$Id": null,
2262        "LambdaFunctionConfiguration$Id": null,
2263        "QueueConfiguration$Id": null,
2264        "QueueConfigurationDeprecated$Id": null,
2265        "TopicConfiguration$Id": null,
2266        "TopicConfigurationDeprecated$Id": null
2267      }
2268    },
2269    "Object": {
2270      "base": "<p/>",
2271      "refs": {
2272        "ObjectList$member": null
2273      }
2274    },
2275    "ObjectAlreadyInActiveTierError": {
2276      "base": "<p>This operation is not allowed against this storage tier</p>",
2277      "refs": {
2278      }
2279    },
2280    "ObjectCannedACL": {
2281      "base": null,
2282      "refs": {
2283        "CopyObjectRequest$ACL": "<p>The canned ACL to apply to the object.</p>",
2284        "CreateMultipartUploadRequest$ACL": "<p>The canned ACL to apply to the object.</p>",
2285        "PutObjectAclRequest$ACL": "<p>The canned ACL to apply to the object.</p>",
2286        "PutObjectRequest$ACL": "<p>The canned ACL to apply to the object.</p>",
2287        "S3Location$CannedACL": "<p>The canned ACL to apply to the restore results.</p>"
2288      }
2289    },
2290    "ObjectIdentifier": {
2291      "base": "<p/>",
2292      "refs": {
2293        "ObjectIdentifierList$member": null
2294      }
2295    },
2296    "ObjectIdentifierList": {
2297      "base": null,
2298      "refs": {
2299        "Delete$Objects": "<p/>"
2300      }
2301    },
2302    "ObjectKey": {
2303      "base": null,
2304      "refs": {
2305        "AbortMultipartUploadRequest$Key": "<p>Key of the object for which the multipart upload was initiated.</p>",
2306        "CompleteMultipartUploadOutput$Key": "<p/>",
2307        "CompleteMultipartUploadRequest$Key": "<p/>",
2308        "CopyObjectRequest$Key": "<p/>",
2309        "CreateMultipartUploadOutput$Key": "<p>Object key for which the multipart upload was initiated.</p>",
2310        "CreateMultipartUploadRequest$Key": "<p/>",
2311        "DeleteMarkerEntry$Key": "<p>The object key.</p>",
2312        "DeleteObjectRequest$Key": "<p/>",
2313        "DeleteObjectTaggingRequest$Key": "<p/>",
2314        "DeletedObject$Key": "<p/>",
2315        "Error$Key": "<p/>",
2316        "ErrorDocument$Key": "<p>The object key name to use when a 4XX class error occurs.</p>",
2317        "GetObjectAclRequest$Key": "<p/>",
2318        "GetObjectLegalHoldRequest$Key": "<p>The key name for the object whose Legal Hold status you want to retrieve.</p>",
2319        "GetObjectRequest$Key": "<p/>",
2320        "GetObjectRetentionRequest$Key": "<p>The key name for the object whose retention settings you want to retrieve.</p>",
2321        "GetObjectTaggingRequest$Key": "<p/>",
2322        "GetObjectTorrentRequest$Key": "<p/>",
2323        "HeadObjectRequest$Key": "<p/>",
2324        "ListPartsOutput$Key": "<p>Object key for which the multipart upload was initiated.</p>",
2325        "ListPartsRequest$Key": "<p/>",
2326        "MultipartUpload$Key": "<p>Key of the object for which the multipart upload was initiated.</p>",
2327        "Object$Key": "<p/>",
2328        "ObjectIdentifier$Key": "<p>Key name of the object to delete.</p>",
2329        "ObjectVersion$Key": "<p>The object key.</p>",
2330        "PutObjectAclRequest$Key": "<p/>",
2331        "PutObjectLegalHoldRequest$Key": "<p>The key name for the object that you want to place a Legal Hold on.</p>",
2332        "PutObjectRequest$Key": "<p>Object key for which the PUT operation was initiated.</p>",
2333        "PutObjectRetentionRequest$Key": "<p>The key name for the object that you want to apply this Object Retention configuration to.</p>",
2334        "PutObjectTaggingRequest$Key": "<p/>",
2335        "RestoreObjectRequest$Key": "<p/>",
2336        "SelectObjectContentRequest$Key": "<p>The object key.</p>",
2337        "Tag$Key": "<p>Name of the tag.</p>",
2338        "UploadPartCopyRequest$Key": "<p/>",
2339        "UploadPartRequest$Key": "<p>Object key for which the multipart upload was initiated.</p>"
2340      }
2341    },
2342    "ObjectList": {
2343      "base": null,
2344      "refs": {
2345        "ListObjectsOutput$Contents": "<p/>",
2346        "ListObjectsV2Output$Contents": "<p>Metadata about each object returned.</p>"
2347      }
2348    },
2349    "ObjectLockConfiguration": {
2350      "base": "<p>The container element for object lock configuration parameters.</p>",
2351      "refs": {
2352        "GetObjectLockConfigurationOutput$ObjectLockConfiguration": "<p>The specified bucket's object lock configuration.</p>",
2353        "PutObjectLockConfigurationRequest$ObjectLockConfiguration": "<p>The object lock configuration that you want to apply to the specified bucket.</p>"
2354      }
2355    },
2356    "ObjectLockEnabled": {
2357      "base": null,
2358      "refs": {
2359        "ObjectLockConfiguration$ObjectLockEnabled": "<p>Indicates whether this bucket has an object lock configuration enabled.</p>"
2360      }
2361    },
2362    "ObjectLockEnabledForBucket": {
2363      "base": null,
2364      "refs": {
2365        "CreateBucketRequest$ObjectLockEnabledForBucket": "<p>Specifies whether you want Amazon S3 object lock to be enabled for the new bucket.</p>"
2366      }
2367    },
2368    "ObjectLockLegalHold": {
2369      "base": "<p>A Legal Hold configuration for an object.</p>",
2370      "refs": {
2371        "GetObjectLegalHoldOutput$LegalHold": "<p>The current Legal Hold status for the specified object.</p>",
2372        "PutObjectLegalHoldRequest$LegalHold": "<p>Container element for the Legal Hold configuration you want to apply to the specified object.</p>"
2373      }
2374    },
2375    "ObjectLockLegalHoldStatus": {
2376      "base": null,
2377      "refs": {
2378        "CopyObjectRequest$ObjectLockLegalHoldStatus": "<p>Specifies whether you want to apply a Legal Hold to the copied object.</p>",
2379        "CreateMultipartUploadRequest$ObjectLockLegalHoldStatus": "<p>Specifies whether you want to apply a Legal Hold to the uploaded object.</p>",
2380        "GetObjectOutput$ObjectLockLegalHoldStatus": "<p>Indicates whether this object has an active legal hold. This field is only returned if you have permission to view an object's legal hold status.</p>",
2381        "HeadObjectOutput$ObjectLockLegalHoldStatus": "<p>The Legal Hold status for the specified object.</p>",
2382        "ObjectLockLegalHold$Status": "<p>Indicates whether the specified object has a Legal Hold in place.</p>",
2383        "PutObjectRequest$ObjectLockLegalHoldStatus": "<p>The Legal Hold status that you want to apply to the specified object.</p>"
2384      }
2385    },
2386    "ObjectLockMode": {
2387      "base": null,
2388      "refs": {
2389        "CopyObjectRequest$ObjectLockMode": "<p>The object lock mode that you want to apply to the copied object.</p>",
2390        "CreateMultipartUploadRequest$ObjectLockMode": "<p>Specifies the object lock mode that you want to apply to the uploaded object.</p>",
2391        "GetObjectOutput$ObjectLockMode": "<p>The object lock mode currently in place for this object.</p>",
2392        "HeadObjectOutput$ObjectLockMode": "<p>The object lock mode currently in place for this object.</p>",
2393        "PutObjectRequest$ObjectLockMode": "<p>The object lock mode that you want to apply to this object.</p>"
2394      }
2395    },
2396    "ObjectLockRetainUntilDate": {
2397      "base": null,
2398      "refs": {
2399        "CopyObjectRequest$ObjectLockRetainUntilDate": "<p>The date and time when you want the copied object's object lock to expire.</p>",
2400        "CreateMultipartUploadRequest$ObjectLockRetainUntilDate": "<p>Specifies the date and time when you want the object lock to expire.</p>",
2401        "GetObjectOutput$ObjectLockRetainUntilDate": "<p>The date and time when this object's object lock will expire.</p>",
2402        "HeadObjectOutput$ObjectLockRetainUntilDate": "<p>The date and time when this object's object lock expires.</p>",
2403        "PutObjectRequest$ObjectLockRetainUntilDate": "<p>The date and time when you want this object's object lock to expire.</p>"
2404      }
2405    },
2406    "ObjectLockRetention": {
2407      "base": "<p>A Retention configuration for an object.</p>",
2408      "refs": {
2409        "GetObjectRetentionOutput$Retention": "<p>The container element for an object's retention settings.</p>",
2410        "PutObjectRetentionRequest$Retention": "<p>The container element for the Object Retention configuration.</p>"
2411      }
2412    },
2413    "ObjectLockRetentionMode": {
2414      "base": null,
2415      "refs": {
2416        "DefaultRetention$Mode": "<p>The default object lock retention mode you want to apply to new objects placed in the specified bucket.</p>",
2417        "ObjectLockRetention$Mode": "<p>Indicates the Retention mode for the specified object.</p>"
2418      }
2419    },
2420    "ObjectLockRule": {
2421      "base": "<p>The container element for an object lock rule.</p>",
2422      "refs": {
2423        "ObjectLockConfiguration$Rule": "<p>The object lock rule in place for the specified object.</p>"
2424      }
2425    },
2426    "ObjectLockToken": {
2427      "base": null,
2428      "refs": {
2429        "PutBucketReplicationRequest$Token": "<p>A token that allows Amazon S3 object lock to be enabled for an existing bucket.</p>",
2430        "PutObjectLockConfigurationRequest$Token": "<p>A token to allow Amazon S3 object lock to be enabled for an existing bucket.</p>"
2431      }
2432    },
2433    "ObjectNotInActiveTierError": {
2434      "base": "<p>The source object of the COPY operation is not in the active tier and is only stored in Amazon Glacier.</p>",
2435      "refs": {
2436      }
2437    },
2438    "ObjectStorageClass": {
2439      "base": null,
2440      "refs": {
2441        "Object$StorageClass": "<p>The class of storage used to store the object.</p>"
2442      }
2443    },
2444    "ObjectVersion": {
2445      "base": "<p/>",
2446      "refs": {
2447        "ObjectVersionList$member": null
2448      }
2449    },
2450    "ObjectVersionId": {
2451      "base": null,
2452      "refs": {
2453        "CompleteMultipartUploadOutput$VersionId": "<p>Version of the object.</p>",
2454        "CopyObjectOutput$VersionId": "<p>Version ID of the newly created copy.</p>",
2455        "DeleteMarkerEntry$VersionId": "<p>Version ID of an object.</p>",
2456        "DeleteObjectOutput$VersionId": "<p>Returns the version ID of the delete marker created as a result of the DELETE operation.</p>",
2457        "DeleteObjectRequest$VersionId": "<p>VersionId used to reference a specific version of the object.</p>",
2458        "DeleteObjectTaggingOutput$VersionId": "<p>The versionId of the object the tag-set was removed from.</p>",
2459        "DeleteObjectTaggingRequest$VersionId": "<p>The versionId of the object that the tag-set will be removed from.</p>",
2460        "DeletedObject$VersionId": "<p/>",
2461        "Error$VersionId": "<p/>",
2462        "GetObjectAclRequest$VersionId": "<p>VersionId used to reference a specific version of the object.</p>",
2463        "GetObjectLegalHoldRequest$VersionId": "<p>The version ID of the object whose Legal Hold status you want to retrieve.</p>",
2464        "GetObjectOutput$VersionId": "<p>Version of the object.</p>",
2465        "GetObjectRequest$VersionId": "<p>VersionId used to reference a specific version of the object.</p>",
2466        "GetObjectRetentionRequest$VersionId": "<p>The version ID for the object whose retention settings you want to retrieve.</p>",
2467        "GetObjectTaggingOutput$VersionId": "<p/>",
2468        "GetObjectTaggingRequest$VersionId": "<p/>",
2469        "HeadObjectOutput$VersionId": "<p>Version of the object.</p>",
2470        "HeadObjectRequest$VersionId": "<p>VersionId used to reference a specific version of the object.</p>",
2471        "ObjectIdentifier$VersionId": "<p>VersionId for the specific version of the object to delete.</p>",
2472        "ObjectVersion$VersionId": "<p>Version ID of an object.</p>",
2473        "PutObjectAclRequest$VersionId": "<p>VersionId used to reference a specific version of the object.</p>",
2474        "PutObjectLegalHoldRequest$VersionId": "<p>The version ID of the object that you want to place a Legal Hold on.</p>",
2475        "PutObjectOutput$VersionId": "<p>Version of the object.</p>",
2476        "PutObjectRetentionRequest$VersionId": "<p>The version ID for the object that you want to apply this Object Retention configuration to.</p>",
2477        "PutObjectTaggingOutput$VersionId": "<p/>",
2478        "PutObjectTaggingRequest$VersionId": "<p/>",
2479        "RestoreObjectRequest$VersionId": "<p/>"
2480      }
2481    },
2482    "ObjectVersionList": {
2483      "base": null,
2484      "refs": {
2485        "ListObjectVersionsOutput$Versions": "<p/>"
2486      }
2487    },
2488    "ObjectVersionStorageClass": {
2489      "base": null,
2490      "refs": {
2491        "ObjectVersion$StorageClass": "<p>The class of storage used to store the object.</p>"
2492      }
2493    },
2494    "OutputLocation": {
2495      "base": "<p>Describes the location where the restore job's output is stored.</p>",
2496      "refs": {
2497        "RestoreRequest$OutputLocation": "<p>Describes the location where the restore job's output is stored.</p>"
2498      }
2499    },
2500    "OutputSerialization": {
2501      "base": "<p>Describes how results of the Select job are serialized.</p>",
2502      "refs": {
2503        "SelectObjectContentRequest$OutputSerialization": "<p>Describes the format of the data that you want Amazon S3 to return in response.</p>",
2504        "SelectParameters$OutputSerialization": "<p>Describes how the results of the Select job are serialized.</p>"
2505      }
2506    },
2507    "Owner": {
2508      "base": "<p/>",
2509      "refs": {
2510        "AccessControlPolicy$Owner": "<p>Container for the bucket owner's display name and ID.</p>",
2511        "DeleteMarkerEntry$Owner": "<p/>",
2512        "GetBucketAclOutput$Owner": "<p/>",
2513        "GetObjectAclOutput$Owner": "<p/>",
2514        "ListBucketsOutput$Owner": "<p/>",
2515        "ListPartsOutput$Owner": "<p/>",
2516        "MultipartUpload$Owner": "<p/>",
2517        "Object$Owner": "<p/>",
2518        "ObjectVersion$Owner": "<p/>"
2519      }
2520    },
2521    "OwnerOverride": {
2522      "base": null,
2523      "refs": {
2524        "AccessControlTranslation$Owner": "<p>Specifies the replica ownership. For default and valid values, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html\">PUT bucket replication</a> in the <i>Amazon Simple Storage Service API Reference</i>.</p>"
2525      }
2526    },
2527    "ParquetInput": {
2528      "base": "<p/>",
2529      "refs": {
2530        "InputSerialization$Parquet": "<p>Specifies Parquet as object's input serialization format.</p>"
2531      }
2532    },
2533    "Part": {
2534      "base": "<p/>",
2535      "refs": {
2536        "Parts$member": null
2537      }
2538    },
2539    "PartNumber": {
2540      "base": null,
2541      "refs": {
2542        "CompletedPart$PartNumber": "<p>Part number that identifies the part. This is a positive integer between 1 and 10,000.</p>",
2543        "GetObjectRequest$PartNumber": "<p>Part number of the object being read. This is a positive integer between 1 and 10,000. Effectively performs a 'ranged' GET request for the part specified. Useful for downloading just a part of an object.</p>",
2544        "HeadObjectRequest$PartNumber": "<p>Part number of the object being read. This is a positive integer between 1 and 10,000. Effectively performs a 'ranged' HEAD request for the part specified. Useful querying about the size of the part and the number of parts in this object.</p>",
2545        "Part$PartNumber": "<p>Part number identifying the part. This is a positive integer between 1 and 10,000.</p>",
2546        "UploadPartCopyRequest$PartNumber": "<p>Part number of part being copied. This is a positive integer between 1 and 10,000.</p>",
2547        "UploadPartRequest$PartNumber": "<p>Part number of part being uploaded. This is a positive integer between 1 and 10,000.</p>"
2548      }
2549    },
2550    "PartNumberMarker": {
2551      "base": null,
2552      "refs": {
2553        "ListPartsOutput$PartNumberMarker": "<p>Part number after which listing begins.</p>",
2554        "ListPartsRequest$PartNumberMarker": "<p>Specifies the part after which listing should begin. Only parts with higher part numbers will be listed.</p>"
2555      }
2556    },
2557    "Parts": {
2558      "base": null,
2559      "refs": {
2560        "ListPartsOutput$Parts": "<p/>"
2561      }
2562    },
2563    "PartsCount": {
2564      "base": null,
2565      "refs": {
2566        "GetObjectOutput$PartsCount": "<p>The count of parts this object has.</p>",
2567        "HeadObjectOutput$PartsCount": "<p>The count of parts this object has.</p>"
2568      }
2569    },
2570    "Payer": {
2571      "base": null,
2572      "refs": {
2573        "GetBucketRequestPaymentOutput$Payer": "<p>Specifies who pays for the download and request fees.</p>",
2574        "RequestPaymentConfiguration$Payer": "<p>Specifies who pays for the download and request fees.</p>"
2575      }
2576    },
2577    "Permission": {
2578      "base": null,
2579      "refs": {
2580        "Grant$Permission": "<p>Specifies the permission given to the grantee.</p>"
2581      }
2582    },
2583    "Policy": {
2584      "base": null,
2585      "refs": {
2586        "GetBucketPolicyOutput$Policy": "<p>The bucket policy as a JSON document.</p>",
2587        "PutBucketPolicyRequest$Policy": "<p>The bucket policy as a JSON document.</p>"
2588      }
2589    },
2590    "PolicyStatus": {
2591      "base": "<p>The container element for a bucket's policy status.</p>",
2592      "refs": {
2593        "GetBucketPolicyStatusOutput$PolicyStatus": "<p>The policy status for the specified bucket.</p>"
2594      }
2595    },
2596    "Prefix": {
2597      "base": null,
2598      "refs": {
2599        "AnalyticsAndOperator$Prefix": "<p>The prefix to use when evaluating an AND predicate: The prefix that an object must have to be included in the metrics results.</p>",
2600        "AnalyticsFilter$Prefix": "<p>The prefix to use when evaluating an analytics filter.</p>",
2601        "AnalyticsS3BucketDestination$Prefix": "<p>The prefix to use when exporting data. The prefix is prepended to all results.</p>",
2602        "CommonPrefix$Prefix": "<p/>",
2603        "InventoryFilter$Prefix": "<p>The prefix that an object must have to be included in the inventory results.</p>",
2604        "InventoryS3BucketDestination$Prefix": "<p>The prefix that is prepended to all inventory results.</p>",
2605        "LifecycleRule$Prefix": "<p>Prefix identifying one or more objects to which the rule applies. This is No longer used; use Filter instead.</p>",
2606        "LifecycleRuleAndOperator$Prefix": "<p/>",
2607        "LifecycleRuleFilter$Prefix": "<p>Prefix identifying one or more objects to which the rule applies.</p>",
2608        "ListMultipartUploadsOutput$Prefix": "<p>When a prefix is provided in the request, this field contains the specified prefix. The result contains only keys starting with the specified prefix.</p>",
2609        "ListMultipartUploadsRequest$Prefix": "<p>Lists in-progress uploads only for those keys that begin with the specified prefix.</p>",
2610        "ListObjectVersionsOutput$Prefix": "<p/>",
2611        "ListObjectVersionsRequest$Prefix": "<p>Limits the response to keys that begin with the specified prefix.</p>",
2612        "ListObjectsOutput$Prefix": "<p/>",
2613        "ListObjectsRequest$Prefix": "<p>Limits the response to keys that begin with the specified prefix.</p>",
2614        "ListObjectsV2Output$Prefix": "<p>Limits the response to keys that begin with the specified prefix.</p>",
2615        "ListObjectsV2Request$Prefix": "<p>Limits the response to keys that begin with the specified prefix.</p>",
2616        "MetricsAndOperator$Prefix": "<p>The prefix used when evaluating an AND predicate.</p>",
2617        "MetricsFilter$Prefix": "<p>The prefix used when evaluating a metrics filter.</p>",
2618        "ReplicationRule$Prefix": "<p>An object keyname prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. </p>",
2619        "ReplicationRuleAndOperator$Prefix": "<p/>",
2620        "ReplicationRuleFilter$Prefix": "<p>An object keyname prefix that identifies the subset of objects to which the rule applies.</p>",
2621        "Rule$Prefix": "<p>Object key prefix that identifies one or more objects to which this rule applies.</p>"
2622      }
2623    },
2624    "Priority": {
2625      "base": null,
2626      "refs": {
2627        "ReplicationRule$Priority": "<p>The priority associated with the rule. If you specify multiple rules in a replication configuration, Amazon S3 prioritizes the rules to prevent conflicts when filtering. If two or more rules identify the same object based on a specified filter, the rule with higher priority takes precedence. For example:</p> <ul> <li> <p>Same object quality prefix based filter criteria If prefixes you specified in multiple rules overlap </p> </li> <li> <p>Same object qualify tag based filter criteria specified in multiple rules</p> </li> </ul> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html\">Cross-Region Replication (CRR)</a> in the <i>Amazon S3 Developer Guide</i>.</p>"
2628      }
2629    },
2630    "Progress": {
2631      "base": "<p/>",
2632      "refs": {
2633        "ProgressEvent$Details": "<p>The Progress event details.</p>"
2634      }
2635    },
2636    "ProgressEvent": {
2637      "base": "<p/>",
2638      "refs": {
2639        "SelectObjectContentEventStream$Progress": "<p>The Progress Event.</p>"
2640      }
2641    },
2642    "Protocol": {
2643      "base": null,
2644      "refs": {
2645        "Redirect$Protocol": "<p>Protocol to use when redirecting requests. The default is the protocol that is used in the original request.</p>",
2646        "RedirectAllRequestsTo$Protocol": "<p>Protocol to use when redirecting requests. The default is the protocol that is used in the original request.</p>"
2647      }
2648    },
2649    "PublicAccessBlockConfiguration": {
2650      "base": "<p>Specifies the Block Public Access configuration for an Amazon S3 bucket.</p>",
2651      "refs": {
2652        "GetPublicAccessBlockOutput$PublicAccessBlockConfiguration": "<p>The <code>PublicAccessBlock</code> configuration currently in effect for this Amazon S3 bucket.</p>",
2653        "PutPublicAccessBlockRequest$PublicAccessBlockConfiguration": "<p>The <code>PublicAccessBlock</code> configuration that you want to apply to this Amazon S3 bucket. You can enable the configuration options in any combination. For more information about when Amazon S3 considers a bucket or object public, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html#access-control-block-public-access-policy-status\">The Meaning of \"Public\"</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
2654      }
2655    },
2656    "PutBucketAccelerateConfigurationRequest": {
2657      "base": null,
2658      "refs": {
2659      }
2660    },
2661    "PutBucketAclRequest": {
2662      "base": null,
2663      "refs": {
2664      }
2665    },
2666    "PutBucketAnalyticsConfigurationRequest": {
2667      "base": null,
2668      "refs": {
2669      }
2670    },
2671    "PutBucketCorsRequest": {
2672      "base": null,
2673      "refs": {
2674      }
2675    },
2676    "PutBucketEncryptionRequest": {
2677      "base": null,
2678      "refs": {
2679      }
2680    },
2681    "PutBucketInventoryConfigurationRequest": {
2682      "base": null,
2683      "refs": {
2684      }
2685    },
2686    "PutBucketLifecycleConfigurationRequest": {
2687      "base": null,
2688      "refs": {
2689      }
2690    },
2691    "PutBucketLifecycleRequest": {
2692      "base": null,
2693      "refs": {
2694      }
2695    },
2696    "PutBucketLoggingRequest": {
2697      "base": null,
2698      "refs": {
2699      }
2700    },
2701    "PutBucketMetricsConfigurationRequest": {
2702      "base": null,
2703      "refs": {
2704      }
2705    },
2706    "PutBucketNotificationConfigurationRequest": {
2707      "base": null,
2708      "refs": {
2709      }
2710    },
2711    "PutBucketNotificationRequest": {
2712      "base": null,
2713      "refs": {
2714      }
2715    },
2716    "PutBucketPolicyRequest": {
2717      "base": null,
2718      "refs": {
2719      }
2720    },
2721    "PutBucketReplicationRequest": {
2722      "base": null,
2723      "refs": {
2724      }
2725    },
2726    "PutBucketRequestPaymentRequest": {
2727      "base": null,
2728      "refs": {
2729      }
2730    },
2731    "PutBucketTaggingRequest": {
2732      "base": null,
2733      "refs": {
2734      }
2735    },
2736    "PutBucketVersioningRequest": {
2737      "base": null,
2738      "refs": {
2739      }
2740    },
2741    "PutBucketWebsiteRequest": {
2742      "base": null,
2743      "refs": {
2744      }
2745    },
2746    "PutObjectAclOutput": {
2747      "base": null,
2748      "refs": {
2749      }
2750    },
2751    "PutObjectAclRequest": {
2752      "base": null,
2753      "refs": {
2754      }
2755    },
2756    "PutObjectLegalHoldOutput": {
2757      "base": null,
2758      "refs": {
2759      }
2760    },
2761    "PutObjectLegalHoldRequest": {
2762      "base": null,
2763      "refs": {
2764      }
2765    },
2766    "PutObjectLockConfigurationOutput": {
2767      "base": null,
2768      "refs": {
2769      }
2770    },
2771    "PutObjectLockConfigurationRequest": {
2772      "base": null,
2773      "refs": {
2774      }
2775    },
2776    "PutObjectOutput": {
2777      "base": null,
2778      "refs": {
2779      }
2780    },
2781    "PutObjectRequest": {
2782      "base": null,
2783      "refs": {
2784      }
2785    },
2786    "PutObjectRetentionOutput": {
2787      "base": null,
2788      "refs": {
2789      }
2790    },
2791    "PutObjectRetentionRequest": {
2792      "base": null,
2793      "refs": {
2794      }
2795    },
2796    "PutObjectTaggingOutput": {
2797      "base": null,
2798      "refs": {
2799      }
2800    },
2801    "PutObjectTaggingRequest": {
2802      "base": null,
2803      "refs": {
2804      }
2805    },
2806    "PutPublicAccessBlockRequest": {
2807      "base": null,
2808      "refs": {
2809      }
2810    },
2811    "QueueArn": {
2812      "base": null,
2813      "refs": {
2814        "QueueConfiguration$QueueArn": "<p>The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.</p>",
2815        "QueueConfigurationDeprecated$Queue": "<p/>"
2816      }
2817    },
2818    "QueueConfiguration": {
2819      "base": "<p>Specifies the configuration for publishing messages to an Amazon Simple Queue Service (Amazon SQS) queue when Amazon S3 detects specified events.</p>",
2820      "refs": {
2821        "QueueConfigurationList$member": null
2822      }
2823    },
2824    "QueueConfigurationDeprecated": {
2825      "base": "<p/>",
2826      "refs": {
2827        "NotificationConfigurationDeprecated$QueueConfiguration": "<p/>"
2828      }
2829    },
2830    "QueueConfigurationList": {
2831      "base": null,
2832      "refs": {
2833        "NotificationConfiguration$QueueConfigurations": "<p>The Amazon Simple Queue Service queues to publish messages to and the events for which to publish messages.</p>"
2834      }
2835    },
2836    "Quiet": {
2837      "base": null,
2838      "refs": {
2839        "Delete$Quiet": "<p>Element to enable quiet mode for the request. When you add this element, you must set its value to true.</p>"
2840      }
2841    },
2842    "QuoteCharacter": {
2843      "base": null,
2844      "refs": {
2845        "CSVInput$QuoteCharacter": "<p>Value used for escaping where the field delimiter is part of the value.</p>",
2846        "CSVOutput$QuoteCharacter": "<p>The value used for escaping where the field delimiter is part of the value.</p>"
2847      }
2848    },
2849    "QuoteEscapeCharacter": {
2850      "base": null,
2851      "refs": {
2852        "CSVInput$QuoteEscapeCharacter": "<p>The single character used for escaping the quote character inside an already escaped value.</p>",
2853        "CSVOutput$QuoteEscapeCharacter": "<p>Th single character used for escaping the quote character inside an already escaped value.</p>"
2854      }
2855    },
2856    "QuoteFields": {
2857      "base": null,
2858      "refs": {
2859        "CSVOutput$QuoteFields": "<p>Indicates whether or not all output fields should be quoted.</p>"
2860      }
2861    },
2862    "Range": {
2863      "base": null,
2864      "refs": {
2865        "GetObjectRequest$Range": "<p>Downloads the specified range bytes of an object. For more information about the HTTP Range header, go to http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.</p>",
2866        "HeadObjectRequest$Range": "<p>Downloads the specified range bytes of an object. For more information about the HTTP Range header, go to http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.35.</p>"
2867      }
2868    },
2869    "RecordDelimiter": {
2870      "base": null,
2871      "refs": {
2872        "CSVInput$RecordDelimiter": "<p>The value used to separate individual records.</p>",
2873        "CSVOutput$RecordDelimiter": "<p>The value used to separate individual records.</p>",
2874        "JSONOutput$RecordDelimiter": "<p>The value used to separate individual records in the output.</p>"
2875      }
2876    },
2877    "RecordsEvent": {
2878      "base": "<p/>",
2879      "refs": {
2880        "SelectObjectContentEventStream$Records": "<p>The Records Event.</p>"
2881      }
2882    },
2883    "Redirect": {
2884      "base": "<p>Specifies how requests are redirected. In the event of an error, you can specify a different error code to return.</p>",
2885      "refs": {
2886        "RoutingRule$Redirect": "<p>Container for redirect information. You can redirect requests to another host, to another page, or with another protocol. In the event of an error, you can specify a different error code to return.</p>"
2887      }
2888    },
2889    "RedirectAllRequestsTo": {
2890      "base": "<p>Specifies the redirect behavior of all requests to a website endpoint of an Amazon S3 bucket.</p>",
2891      "refs": {
2892        "GetBucketWebsiteOutput$RedirectAllRequestsTo": "<p/>",
2893        "WebsiteConfiguration$RedirectAllRequestsTo": "<p>The redirect behavior for every request to this bucket's website endpoint.</p> <important> <p>If you specify this property, you can't specify any other property.</p> </important>"
2894      }
2895    },
2896    "ReplaceKeyPrefixWith": {
2897      "base": null,
2898      "refs": {
2899        "Redirect$ReplaceKeyPrefixWith": "<p>The object key prefix to use in the redirect request. For example, to redirect requests for all pages with prefix <code>docs/</code> (objects in the <code>docs/</code> folder) to <code>documents/</code>, you can set a condition block with <code>KeyPrefixEquals</code> set to <code>docs/</code> and in the Redirect set <code>ReplaceKeyPrefixWith</code> to <code>/documents</code>. Not required if one of the siblings is present. Can be present only if <code>ReplaceKeyWith</code> is not provided.</p>"
2900      }
2901    },
2902    "ReplaceKeyWith": {
2903      "base": null,
2904      "refs": {
2905        "Redirect$ReplaceKeyWith": "<p>The specific object key to use in the redirect request. For example, redirect request to <code>error.html</code>. Not required if one of the siblings is present. Can be present only if <code>ReplaceKeyPrefixWith</code> is not provided.</p>"
2906      }
2907    },
2908    "ReplicaKmsKeyID": {
2909      "base": null,
2910      "refs": {
2911        "EncryptionConfiguration$ReplicaKmsKeyID": "<p>Specifies the AWS KMS Key ID (Key ARN or Alias ARN) for the destination bucket. Amazon S3 uses this key to encrypt replica objects.</p>"
2912      }
2913    },
2914    "ReplicationConfiguration": {
2915      "base": "<p>A container for replication rules. You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.</p>",
2916      "refs": {
2917        "GetBucketReplicationOutput$ReplicationConfiguration": "<p/>",
2918        "PutBucketReplicationRequest$ReplicationConfiguration": "<p/>"
2919      }
2920    },
2921    "ReplicationRule": {
2922      "base": "<p>Specifies which Amazon S3 objects to replicate and where to store the replicas.</p>",
2923      "refs": {
2924        "ReplicationRules$member": null
2925      }
2926    },
2927    "ReplicationRuleAndOperator": {
2928      "base": "<p/>",
2929      "refs": {
2930        "ReplicationRuleFilter$And": "<p>A container for specifying rule filters. The filters determine the subset of objects to which the rule applies. This element is required only if you specify more than one filter. For example: </p> <ul> <li> <p>If you specify both a <code>Prefix</code> and a <code>Tag</code> filter, wrap these filters in an <code>And</code> tag.</p> </li> <li> <p>If you specify a filter based on multiple tags, wrap the <code>Tag</code> elements in an <code>And</code> tag.</p> </li> </ul>"
2931      }
2932    },
2933    "ReplicationRuleFilter": {
2934      "base": "<p>A filter that identifies the subset of objects to which the replication rule applies. A <code>Filter</code> must specify exactly one <code>Prefix</code>, <code>Tag</code>, or an <code>And</code> child element.</p>",
2935      "refs": {
2936        "ReplicationRule$Filter": "<p/>"
2937      }
2938    },
2939    "ReplicationRuleStatus": {
2940      "base": null,
2941      "refs": {
2942        "ReplicationRule$Status": "<p>Specifies whether the rule is enabled.</p>"
2943      }
2944    },
2945    "ReplicationRules": {
2946      "base": null,
2947      "refs": {
2948        "ReplicationConfiguration$Rules": "<p>A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules. </p>"
2949      }
2950    },
2951    "ReplicationStatus": {
2952      "base": null,
2953      "refs": {
2954        "GetObjectOutput$ReplicationStatus": "<p/>",
2955        "HeadObjectOutput$ReplicationStatus": "<p/>"
2956      }
2957    },
2958    "RequestCharged": {
2959      "base": "<p>If present, indicates that the requester was successfully charged for the request.</p>",
2960      "refs": {
2961        "AbortMultipartUploadOutput$RequestCharged": null,
2962        "CompleteMultipartUploadOutput$RequestCharged": null,
2963        "CopyObjectOutput$RequestCharged": null,
2964        "CreateMultipartUploadOutput$RequestCharged": null,
2965        "DeleteObjectOutput$RequestCharged": null,
2966        "DeleteObjectsOutput$RequestCharged": null,
2967        "GetObjectAclOutput$RequestCharged": null,
2968        "GetObjectOutput$RequestCharged": null,
2969        "GetObjectTorrentOutput$RequestCharged": null,
2970        "HeadObjectOutput$RequestCharged": null,
2971        "ListPartsOutput$RequestCharged": null,
2972        "PutObjectAclOutput$RequestCharged": null,
2973        "PutObjectLegalHoldOutput$RequestCharged": null,
2974        "PutObjectLockConfigurationOutput$RequestCharged": null,
2975        "PutObjectOutput$RequestCharged": null,
2976        "PutObjectRetentionOutput$RequestCharged": null,
2977        "RestoreObjectOutput$RequestCharged": null,
2978        "UploadPartCopyOutput$RequestCharged": null,
2979        "UploadPartOutput$RequestCharged": null
2980      }
2981    },
2982    "RequestPayer": {
2983      "base": "<p>Confirms that the requester knows that she or he will be charged for the request. Bucket owners need not specify this parameter in their requests. Documentation on downloading objects from requester pays buckets can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html</p>",
2984      "refs": {
2985        "AbortMultipartUploadRequest$RequestPayer": null,
2986        "CompleteMultipartUploadRequest$RequestPayer": null,
2987        "CopyObjectRequest$RequestPayer": null,
2988        "CreateMultipartUploadRequest$RequestPayer": null,
2989        "DeleteObjectRequest$RequestPayer": null,
2990        "DeleteObjectsRequest$RequestPayer": null,
2991        "GetObjectAclRequest$RequestPayer": null,
2992        "GetObjectLegalHoldRequest$RequestPayer": null,
2993        "GetObjectRequest$RequestPayer": null,
2994        "GetObjectRetentionRequest$RequestPayer": null,
2995        "GetObjectTorrentRequest$RequestPayer": null,
2996        "HeadObjectRequest$RequestPayer": null,
2997        "ListObjectsRequest$RequestPayer": "<p>Confirms that the requester knows that she or he will be charged for the list objects request. Bucket owners need not specify this parameter in their requests.</p>",
2998        "ListObjectsV2Request$RequestPayer": "<p>Confirms that the requester knows that she or he will be charged for the list objects request in V2 style. Bucket owners need not specify this parameter in their requests.</p>",
2999        "ListPartsRequest$RequestPayer": null,
3000        "PutObjectAclRequest$RequestPayer": null,
3001        "PutObjectLegalHoldRequest$RequestPayer": null,
3002        "PutObjectLockConfigurationRequest$RequestPayer": null,
3003        "PutObjectRequest$RequestPayer": null,
3004        "PutObjectRetentionRequest$RequestPayer": null,
3005        "RestoreObjectRequest$RequestPayer": null,
3006        "UploadPartCopyRequest$RequestPayer": null,
3007        "UploadPartRequest$RequestPayer": null
3008      }
3009    },
3010    "RequestPaymentConfiguration": {
3011      "base": "<p/>",
3012      "refs": {
3013        "PutBucketRequestPaymentRequest$RequestPaymentConfiguration": "<p/>"
3014      }
3015    },
3016    "RequestProgress": {
3017      "base": "<p/>",
3018      "refs": {
3019        "SelectObjectContentRequest$RequestProgress": "<p>Specifies if periodic request progress information should be enabled.</p>"
3020      }
3021    },
3022    "ResponseCacheControl": {
3023      "base": null,
3024      "refs": {
3025        "GetObjectRequest$ResponseCacheControl": "<p>Sets the Cache-Control header of the response.</p>"
3026      }
3027    },
3028    "ResponseContentDisposition": {
3029      "base": null,
3030      "refs": {
3031        "GetObjectRequest$ResponseContentDisposition": "<p>Sets the Content-Disposition header of the response</p>"
3032      }
3033    },
3034    "ResponseContentEncoding": {
3035      "base": null,
3036      "refs": {
3037        "GetObjectRequest$ResponseContentEncoding": "<p>Sets the Content-Encoding header of the response.</p>"
3038      }
3039    },
3040    "ResponseContentLanguage": {
3041      "base": null,
3042      "refs": {
3043        "GetObjectRequest$ResponseContentLanguage": "<p>Sets the Content-Language header of the response.</p>"
3044      }
3045    },
3046    "ResponseContentType": {
3047      "base": null,
3048      "refs": {
3049        "GetObjectRequest$ResponseContentType": "<p>Sets the Content-Type header of the response.</p>"
3050      }
3051    },
3052    "ResponseExpires": {
3053      "base": null,
3054      "refs": {
3055        "GetObjectRequest$ResponseExpires": "<p>Sets the Expires header of the response.</p>"
3056      }
3057    },
3058    "Restore": {
3059      "base": null,
3060      "refs": {
3061        "GetObjectOutput$Restore": "<p>Provides information about object restoration operation and expiration time of the restored object copy.</p>",
3062        "HeadObjectOutput$Restore": "<p>Provides information about object restoration operation and expiration time of the restored object copy.</p>"
3063      }
3064    },
3065    "RestoreObjectOutput": {
3066      "base": null,
3067      "refs": {
3068      }
3069    },
3070    "RestoreObjectRequest": {
3071      "base": null,
3072      "refs": {
3073      }
3074    },
3075    "RestoreOutputPath": {
3076      "base": null,
3077      "refs": {
3078        "RestoreObjectOutput$RestoreOutputPath": "<p>Indicates the path in the provided S3 output location where Select results will be restored to.</p>"
3079      }
3080    },
3081    "RestoreRequest": {
3082      "base": "<p>Container for restore job parameters.</p>",
3083      "refs": {
3084        "RestoreObjectRequest$RestoreRequest": "<p/>"
3085      }
3086    },
3087    "RestoreRequestType": {
3088      "base": null,
3089      "refs": {
3090        "RestoreRequest$Type": "<p>Type of restore request.</p>"
3091      }
3092    },
3093    "Role": {
3094      "base": null,
3095      "refs": {
3096        "ReplicationConfiguration$Role": "<p>The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/crr-how-setup.html\">How to Set Up Cross-Region Replication</a> in the <i>Amazon Simple Storage Service Developer Guide</i>.</p>"
3097      }
3098    },
3099    "RoutingRule": {
3100      "base": "<p>Specifies the redirect behavior and when a redirect is applied.</p>",
3101      "refs": {
3102        "RoutingRules$member": null
3103      }
3104    },
3105    "RoutingRules": {
3106      "base": null,
3107      "refs": {
3108        "GetBucketWebsiteOutput$RoutingRules": "<p/>",
3109        "WebsiteConfiguration$RoutingRules": "<p>Rules that define when a redirect is applied and the redirect behavior.</p>"
3110      }
3111    },
3112    "Rule": {
3113      "base": "<p>Specifies lifecycle rules for an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTlifecycle.html\">PUT Bucket lifecycle</a> in the <i>Amazon Simple Storage Service API Reference</i>.</p>",
3114      "refs": {
3115        "Rules$member": null
3116      }
3117    },
3118    "Rules": {
3119      "base": null,
3120      "refs": {
3121        "GetBucketLifecycleOutput$Rules": "<p/>",
3122        "LifecycleConfiguration$Rules": "<p/>"
3123      }
3124    },
3125    "S3KeyFilter": {
3126      "base": "<p>A container for object key name prefix and suffix filtering rules.</p>",
3127      "refs": {
3128        "NotificationConfigurationFilter$Key": "<p/>"
3129      }
3130    },
3131    "S3Location": {
3132      "base": "<p>Describes an S3 location that will receive the results of the restore request.</p>",
3133      "refs": {
3134        "OutputLocation$S3": "<p>Describes an S3 location that will receive the results of the restore request.</p>"
3135      }
3136    },
3137    "SSECustomerAlgorithm": {
3138      "base": null,
3139      "refs": {
3140        "CopyObjectOutput$SSECustomerAlgorithm": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
3141        "CopyObjectRequest$SSECustomerAlgorithm": "<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>",
3142        "CreateMultipartUploadOutput$SSECustomerAlgorithm": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
3143        "CreateMultipartUploadRequest$SSECustomerAlgorithm": "<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>",
3144        "GetObjectOutput$SSECustomerAlgorithm": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
3145        "GetObjectRequest$SSECustomerAlgorithm": "<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>",
3146        "HeadObjectOutput$SSECustomerAlgorithm": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
3147        "HeadObjectRequest$SSECustomerAlgorithm": "<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>",
3148        "PutObjectOutput$SSECustomerAlgorithm": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
3149        "PutObjectRequest$SSECustomerAlgorithm": "<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>",
3150        "SelectObjectContentRequest$SSECustomerAlgorithm": "<p>The SSE Algorithm used to encrypt the object. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html\"> Server-Side Encryption (Using Customer-Provided Encryption Keys</a>. </p>",
3151        "UploadPartCopyOutput$SSECustomerAlgorithm": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
3152        "UploadPartCopyRequest$SSECustomerAlgorithm": "<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>",
3153        "UploadPartOutput$SSECustomerAlgorithm": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header confirming the encryption algorithm used.</p>",
3154        "UploadPartRequest$SSECustomerAlgorithm": "<p>Specifies the algorithm to use to when encrypting the object (e.g., AES256).</p>"
3155      }
3156    },
3157    "SSECustomerKey": {
3158      "base": null,
3159      "refs": {
3160        "CopyObjectRequest$SSECustomerKey": "<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header.</p>",
3161        "CreateMultipartUploadRequest$SSECustomerKey": "<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header.</p>",
3162        "GetObjectRequest$SSECustomerKey": "<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header.</p>",
3163        "HeadObjectRequest$SSECustomerKey": "<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header.</p>",
3164        "PutObjectRequest$SSECustomerKey": "<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header.</p>",
3165        "SelectObjectContentRequest$SSECustomerKey": "<p>The SSE Customer Key. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html\"> Server-Side Encryption (Using Customer-Provided Encryption Keys</a>. </p>",
3166        "UploadPartCopyRequest$SSECustomerKey": "<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header. This must be the same encryption key specified in the initiate multipart upload request.</p>",
3167        "UploadPartRequest$SSECustomerKey": "<p>Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data. This value is used to store the object and then it is discarded; Amazon does not store the encryption key. The key must be appropriate for use with the algorithm specified in the x-amz-server-side​-encryption​-customer-algorithm header. This must be the same encryption key specified in the initiate multipart upload request.</p>"
3168      }
3169    },
3170    "SSECustomerKeyMD5": {
3171      "base": null,
3172      "refs": {
3173        "CopyObjectOutput$SSECustomerKeyMD5": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
3174        "CopyObjectRequest$SSECustomerKeyMD5": "<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
3175        "CreateMultipartUploadOutput$SSECustomerKeyMD5": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
3176        "CreateMultipartUploadRequest$SSECustomerKeyMD5": "<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
3177        "GetObjectOutput$SSECustomerKeyMD5": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
3178        "GetObjectRequest$SSECustomerKeyMD5": "<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
3179        "HeadObjectOutput$SSECustomerKeyMD5": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
3180        "HeadObjectRequest$SSECustomerKeyMD5": "<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
3181        "PutObjectOutput$SSECustomerKeyMD5": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
3182        "PutObjectRequest$SSECustomerKeyMD5": "<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
3183        "SelectObjectContentRequest$SSECustomerKeyMD5": "<p>The SSE Customer Key MD5. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html\"> Server-Side Encryption (Using Customer-Provided Encryption Keys</a>. </p>",
3184        "UploadPartCopyOutput$SSECustomerKeyMD5": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
3185        "UploadPartCopyRequest$SSECustomerKeyMD5": "<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>",
3186        "UploadPartOutput$SSECustomerKeyMD5": "<p>If server-side encryption with a customer-provided encryption key was requested, the response will include this header to provide round trip message integrity verification of the customer-provided encryption key.</p>",
3187        "UploadPartRequest$SSECustomerKeyMD5": "<p>Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. Amazon S3 uses this header for a message integrity check to ensure the encryption key was transmitted without error.</p>"
3188      }
3189    },
3190    "SSEKMS": {
3191      "base": "<p>Specifies the use of SSE-KMS to encrypt delivered Inventory reports.</p>",
3192      "refs": {
3193        "InventoryEncryption$SSEKMS": "<p>Specifies the use of SSE-KMS to encrypt delivered Inventory reports.</p>"
3194      }
3195    },
3196    "SSEKMSEncryptionContext": {
3197      "base": null,
3198      "refs": {
3199        "CopyObjectOutput$SSEKMSEncryptionContext": "<p>If present, specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.</p>",
3200        "CopyObjectRequest$SSEKMSEncryptionContext": "<p>Specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.</p>",
3201        "CreateMultipartUploadOutput$SSEKMSEncryptionContext": "<p>If present, specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.</p>",
3202        "CreateMultipartUploadRequest$SSEKMSEncryptionContext": "<p>Specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.</p>",
3203        "PutObjectOutput$SSEKMSEncryptionContext": "<p>If present, specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.</p>",
3204        "PutObjectRequest$SSEKMSEncryptionContext": "<p>Specifies the AWS KMS Encryption Context to use for object encryption. The value of this header is a base64-encoded UTF-8 string holding JSON with the encryption context key-value pairs.</p>"
3205      }
3206    },
3207    "SSEKMSKeyId": {
3208      "base": null,
3209      "refs": {
3210        "CompleteMultipartUploadOutput$SSEKMSKeyId": "<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
3211        "CopyObjectOutput$SSEKMSKeyId": "<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
3212        "CopyObjectRequest$SSEKMSKeyId": "<p>Specifies the AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS will fail if not made via SSL or using SigV4. Documentation on configuring any of the officially supported AWS SDKs and CLI can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version</p>",
3213        "CreateMultipartUploadOutput$SSEKMSKeyId": "<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
3214        "CreateMultipartUploadRequest$SSEKMSKeyId": "<p>Specifies the AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS will fail if not made via SSL or using SigV4. Documentation on configuring any of the officially supported AWS SDKs and CLI can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version</p>",
3215        "Encryption$KMSKeyId": "<p>If the encryption type is aws:kms, this optional value specifies the AWS KMS key ID to use for encryption of job results.</p>",
3216        "GetObjectOutput$SSEKMSKeyId": "<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
3217        "HeadObjectOutput$SSEKMSKeyId": "<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
3218        "PutObjectOutput$SSEKMSKeyId": "<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
3219        "PutObjectRequest$SSEKMSKeyId": "<p>Specifies the AWS KMS key ID to use for object encryption. All GET and PUT requests for an object protected by AWS KMS will fail if not made via SSL or using SigV4. Documentation on configuring any of the officially supported AWS SDKs and CLI can be found at http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingAWSSDK.html#specify-signature-version</p>",
3220        "SSEKMS$KeyId": "<p>Specifies the ID of the AWS Key Management Service (KMS) master encryption key to use for encrypting Inventory reports.</p>",
3221        "ServerSideEncryptionByDefault$KMSMasterKeyID": "<p>KMS master key ID to use for the default encryption. This parameter is allowed if and only if <code>SSEAlgorithm</code> is set to <code>aws:kms</code>.</p>",
3222        "UploadPartCopyOutput$SSEKMSKeyId": "<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>",
3223        "UploadPartOutput$SSEKMSKeyId": "<p>If present, specifies the ID of the AWS Key Management Service (KMS) master encryption key that was used for the object.</p>"
3224      }
3225    },
3226    "SSES3": {
3227      "base": "<p>Specifies the use of SSE-S3 to encrypt delivered Inventory reports.</p>",
3228      "refs": {
3229        "InventoryEncryption$SSES3": "<p>Specifies the use of SSE-S3 to encrypt delivered Inventory reports.</p>"
3230      }
3231    },
3232    "SelectObjectContentEventStream": {
3233      "base": "<p/>",
3234      "refs": {
3235        "SelectObjectContentOutput$Payload": "<p/>"
3236      }
3237    },
3238    "SelectObjectContentOutput": {
3239      "base": null,
3240      "refs": {
3241      }
3242    },
3243    "SelectObjectContentRequest": {
3244      "base": "<p>Request to filter the contents of an Amazon S3 object based on a simple Structured Query Language (SQL) statement. In the request, along with the SQL expression, you must specify a data serialization format (JSON or CSV) of the object. Amazon S3 uses this to parse object data into records. It returns only records that match the specified SQL expression. You must also specify the data serialization format for the response. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectSELECTContent.html\">S3Select API Documentation</a>.</p>",
3245      "refs": {
3246      }
3247    },
3248    "SelectParameters": {
3249      "base": "<p>Describes the parameters for Select job types.</p>",
3250      "refs": {
3251        "RestoreRequest$SelectParameters": "<p>Describes the parameters for Select job types.</p>"
3252      }
3253    },
3254    "ServerSideEncryption": {
3255      "base": null,
3256      "refs": {
3257        "CompleteMultipartUploadOutput$ServerSideEncryption": "<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
3258        "CopyObjectOutput$ServerSideEncryption": "<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
3259        "CopyObjectRequest$ServerSideEncryption": "<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
3260        "CreateMultipartUploadOutput$ServerSideEncryption": "<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
3261        "CreateMultipartUploadRequest$ServerSideEncryption": "<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
3262        "Encryption$EncryptionType": "<p>The server-side encryption algorithm used when storing job results in Amazon S3 (e.g., AES256, aws:kms).</p>",
3263        "GetObjectOutput$ServerSideEncryption": "<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
3264        "HeadObjectOutput$ServerSideEncryption": "<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
3265        "PutObjectOutput$ServerSideEncryption": "<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
3266        "PutObjectRequest$ServerSideEncryption": "<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
3267        "ServerSideEncryptionByDefault$SSEAlgorithm": "<p>Server-side encryption algorithm to use for the default encryption.</p>",
3268        "UploadPartCopyOutput$ServerSideEncryption": "<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>",
3269        "UploadPartOutput$ServerSideEncryption": "<p>The Server-side encryption algorithm used when storing this object in S3 (e.g., AES256, aws:kms).</p>"
3270      }
3271    },
3272    "ServerSideEncryptionByDefault": {
3273      "base": "<p>Describes the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTencryption.html\">PUT Bucket encryption</a> in the <i>Amazon Simple Storage Service API Reference</i>.</p>",
3274      "refs": {
3275        "ServerSideEncryptionRule$ApplyServerSideEncryptionByDefault": "<p>Specifies the default server-side encryption to apply to new objects in the bucket. If a PUT Object request doesn't specify any server-side encryption, this default encryption will be applied.</p>"
3276      }
3277    },
3278    "ServerSideEncryptionConfiguration": {
3279      "base": "<p>Specifies the default server-side-encryption configuration.</p>",
3280      "refs": {
3281        "GetBucketEncryptionOutput$ServerSideEncryptionConfiguration": "<p/>",
3282        "PutBucketEncryptionRequest$ServerSideEncryptionConfiguration": "<p/>"
3283      }
3284    },
3285    "ServerSideEncryptionRule": {
3286      "base": "<p>Specifies the default server-side encryption configuration.</p>",
3287      "refs": {
3288        "ServerSideEncryptionRules$member": null
3289      }
3290    },
3291    "ServerSideEncryptionRules": {
3292      "base": null,
3293      "refs": {
3294        "ServerSideEncryptionConfiguration$Rules": "<p>Container for information about a particular server-side encryption configuration rule.</p>"
3295      }
3296    },
3297    "Setting": {
3298      "base": null,
3299      "refs": {
3300        "PublicAccessBlockConfiguration$BlockPublicAcls": "<p>Specifies whether Amazon S3 should block public access control lists (ACLs) for this bucket and objects in this bucket. Setting this element to <code>TRUE</code> causes the following behavior:</p> <ul> <li> <p>PUT Bucket acl and PUT Object acl calls fail if the specified ACL is public.</p> </li> <li> <p>PUT Object calls fail if the request includes a public ACL.</p> </li> </ul> <p>Enabling this setting doesn't affect existing policies or ACLs.</p>",
3301        "PublicAccessBlockConfiguration$IgnorePublicAcls": "<p>Specifies whether Amazon S3 should ignore public ACLs for this bucket and objects in this bucket. Setting this element to <code>TRUE</code> causes Amazon S3 to ignore all public ACLs on this bucket and objects in this bucket.</p> <p>Enabling this setting doesn't affect the persistence of any existing ACLs and doesn't prevent new public ACLs from being set.</p>",
3302        "PublicAccessBlockConfiguration$BlockPublicPolicy": "<p>Specifies whether Amazon S3 should block public bucket policies for this bucket. Setting this element to <code>TRUE</code> causes Amazon S3 to reject calls to PUT Bucket policy if the specified bucket policy allows public access. </p> <p>Enabling this setting doesn't affect existing bucket policies.</p>",
3303        "PublicAccessBlockConfiguration$RestrictPublicBuckets": "<p>Specifies whether Amazon S3 should restrict public bucket policies for this bucket. Setting this element to <code>TRUE</code> restricts access to this bucket to only AWS services and authorized users within this account if the bucket has a public policy.</p> <p>Enabling this setting doesn't affect previously stored bucket policies, except that public and cross-account access within any public bucket policy, including non-public delegation to specific accounts, is blocked.</p>"
3304      }
3305    },
3306    "Size": {
3307      "base": null,
3308      "refs": {
3309        "Object$Size": "<p/>",
3310        "ObjectVersion$Size": "<p>Size in bytes of the object.</p>",
3311        "Part$Size": "<p>Size in bytes of the uploaded part data.</p>"
3312      }
3313    },
3314    "SourceSelectionCriteria": {
3315      "base": "<p>A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. Currently, Amazon S3 supports only the filter that you can specify for objects created with server-side encryption using an AWS KMS-Managed Key (SSE-KMS).</p>",
3316      "refs": {
3317        "ReplicationRule$SourceSelectionCriteria": "<p>A container that describes additional filters for identifying the source objects that you want to replicate. You can choose to enable or disable the replication of these objects. Currently, Amazon S3 supports only the filter that you can specify for objects created with server-side encryption using an AWS KMS-Managed Key (SSE-KMS).</p>"
3318      }
3319    },
3320    "SseKmsEncryptedObjects": {
3321      "base": "<p>A container for filter information for the selection of S3 objects encrypted with AWS KMS.</p>",
3322      "refs": {
3323        "SourceSelectionCriteria$SseKmsEncryptedObjects": "<p> A container for filter information for the selection of Amazon S3 objects encrypted with AWS KMS. If you include <code>SourceSelectionCriteria</code> in the replication configuration, this element is required. </p>"
3324      }
3325    },
3326    "SseKmsEncryptedObjectsStatus": {
3327      "base": null,
3328      "refs": {
3329        "SseKmsEncryptedObjects$Status": "<p>Specifies whether Amazon S3 replicates objects created with server-side encryption using an AWS KMS-managed key.</p>"
3330      }
3331    },
3332    "StartAfter": {
3333      "base": null,
3334      "refs": {
3335        "ListObjectsV2Output$StartAfter": "<p>StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified key. StartAfter can be any key in the bucket</p>",
3336        "ListObjectsV2Request$StartAfter": "<p>StartAfter is where you want Amazon S3 to start listing from. Amazon S3 starts listing after this specified key. StartAfter can be any key in the bucket</p>"
3337      }
3338    },
3339    "Stats": {
3340      "base": "<p/>",
3341      "refs": {
3342        "StatsEvent$Details": "<p>The Stats event details.</p>"
3343      }
3344    },
3345    "StatsEvent": {
3346      "base": "<p/>",
3347      "refs": {
3348        "SelectObjectContentEventStream$Stats": "<p>The Stats Event.</p>"
3349      }
3350    },
3351    "StorageClass": {
3352      "base": null,
3353      "refs": {
3354        "CopyObjectRequest$StorageClass": "<p>The type of storage to use for the object. Defaults to 'STANDARD'.</p>",
3355        "CreateMultipartUploadRequest$StorageClass": "<p>The type of storage to use for the object. Defaults to 'STANDARD'.</p>",
3356        "Destination$StorageClass": "<p> The storage class to use when replicating objects, such as standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica. </p> <p>For valid values, see the <code>StorageClass</code> element of the <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html\">PUT Bucket replication</a> action in the <i>Amazon Simple Storage Service API Reference</i>.</p>",
3357        "GetObjectOutput$StorageClass": "<p/>",
3358        "HeadObjectOutput$StorageClass": "<p/>",
3359        "ListPartsOutput$StorageClass": "<p>The class of storage used to store the object.</p>",
3360        "MultipartUpload$StorageClass": "<p>The class of storage used to store the object.</p>",
3361        "PutObjectRequest$StorageClass": "<p>The type of storage to use for the object. Defaults to 'STANDARD'.</p>",
3362        "S3Location$StorageClass": "<p>The class of storage used to store the restore results.</p>"
3363      }
3364    },
3365    "StorageClassAnalysis": {
3366      "base": "<p>Specifies data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes for an Amazon S3 bucket.</p>",
3367      "refs": {
3368        "AnalyticsConfiguration$StorageClassAnalysis": "<p> Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes. </p>"
3369      }
3370    },
3371    "StorageClassAnalysisDataExport": {
3372      "base": "<p/>",
3373      "refs": {
3374        "StorageClassAnalysis$DataExport": "<p>Specifies how data related to the storage class analysis for an Amazon S3 bucket should be exported.</p>"
3375      }
3376    },
3377    "StorageClassAnalysisSchemaVersion": {
3378      "base": null,
3379      "refs": {
3380        "StorageClassAnalysisDataExport$OutputSchemaVersion": "<p>The version of the output schema to use when exporting data. Must be <code>V_1</code>.</p>"
3381      }
3382    },
3383    "Suffix": {
3384      "base": null,
3385      "refs": {
3386        "IndexDocument$Suffix": "<p>A suffix that is appended to a request that is for a directory on the website endpoint (e.g. if the suffix is index.html and you make a request to samplebucket/images/ the data that is returned will be for the object with the key name images/index.html) The suffix must not be empty and must not include a slash character.</p>"
3387      }
3388    },
3389    "Tag": {
3390      "base": "<p/>",
3391      "refs": {
3392        "AnalyticsFilter$Tag": "<p>The tag to use when evaluating an analytics filter.</p>",
3393        "LifecycleRuleFilter$Tag": "<p>This tag must exist in the object's tag set in order for the rule to apply.</p>",
3394        "MetricsFilter$Tag": "<p>The tag used when evaluating a metrics filter.</p>",
3395        "ReplicationRuleFilter$Tag": "<p>A container for specifying a tag key and value. </p> <p>The rule applies only to objects that have the tag in their tag set.</p>",
3396        "TagSet$member": null
3397      }
3398    },
3399    "TagCount": {
3400      "base": null,
3401      "refs": {
3402        "GetObjectOutput$TagCount": "<p>The number of tags, if any, on the object.</p>"
3403      }
3404    },
3405    "TagSet": {
3406      "base": null,
3407      "refs": {
3408        "AnalyticsAndOperator$Tags": "<p>The list of tags to use when evaluating an AND predicate.</p>",
3409        "GetBucketTaggingOutput$TagSet": "<p/>",
3410        "GetObjectTaggingOutput$TagSet": "<p/>",
3411        "LifecycleRuleAndOperator$Tags": "<p>All of these tags must exist in the object's tag set in order for the rule to apply.</p>",
3412        "MetricsAndOperator$Tags": "<p>The list of tags used when evaluating an AND predicate.</p>",
3413        "ReplicationRuleAndOperator$Tags": "<p/>",
3414        "Tagging$TagSet": "<p/>"
3415      }
3416    },
3417    "Tagging": {
3418      "base": "<p/>",
3419      "refs": {
3420        "PutBucketTaggingRequest$Tagging": "<p/>",
3421        "PutObjectTaggingRequest$Tagging": "<p/>",
3422        "S3Location$Tagging": "<p>The tag-set that is applied to the restore results.</p>"
3423      }
3424    },
3425    "TaggingDirective": {
3426      "base": null,
3427      "refs": {
3428        "CopyObjectRequest$TaggingDirective": "<p>Specifies whether the object tag-set are copied from the source object or replaced with tag-set provided in the request.</p>"
3429      }
3430    },
3431    "TaggingHeader": {
3432      "base": null,
3433      "refs": {
3434        "CopyObjectRequest$Tagging": "<p>The tag-set for the object destination object this value must be used in conjunction with the TaggingDirective. The tag-set must be encoded as URL Query parameters</p>",
3435        "CreateMultipartUploadRequest$Tagging": "<p>The tag-set for the object. The tag-set must be encoded as URL Query parameters</p>",
3436        "PutObjectRequest$Tagging": "<p>The tag-set for the object. The tag-set must be encoded as URL Query parameters. (For example, \"Key1=Value1\")</p>"
3437      }
3438    },
3439    "TargetBucket": {
3440      "base": null,
3441      "refs": {
3442        "LoggingEnabled$TargetBucket": "<p>Specifies the bucket where you want Amazon S3 to store server access logs. You can have your logs delivered to any bucket that you own, including the same bucket that is being logged. You can also configure multiple buckets to deliver their logs to the same target bucket. In this case you should choose a different TargetPrefix for each source bucket so that the delivered log files can be distinguished by key.</p>"
3443      }
3444    },
3445    "TargetGrant": {
3446      "base": "<p/>",
3447      "refs": {
3448        "TargetGrants$member": null
3449      }
3450    },
3451    "TargetGrants": {
3452      "base": null,
3453      "refs": {
3454        "LoggingEnabled$TargetGrants": "<p/>"
3455      }
3456    },
3457    "TargetPrefix": {
3458      "base": null,
3459      "refs": {
3460        "LoggingEnabled$TargetPrefix": "<p>A prefix for all log object keys. If you store log files from multiple Amazon S3 buckets in a single bucket, you can use a prefix to distinguish which log files came from which bucket.</p>"
3461      }
3462    },
3463    "Tier": {
3464      "base": null,
3465      "refs": {
3466        "GlacierJobParameters$Tier": "<p>Glacier retrieval tier at which the restore will be processed.</p>",
3467        "RestoreRequest$Tier": "<p>Glacier retrieval tier at which the restore will be processed.</p>"
3468      }
3469    },
3470    "Token": {
3471      "base": null,
3472      "refs": {
3473        "ListBucketAnalyticsConfigurationsOutput$ContinuationToken": "<p>The ContinuationToken that represents where this request began.</p>",
3474        "ListBucketAnalyticsConfigurationsRequest$ContinuationToken": "<p>The ContinuationToken that represents a placeholder from where this request should begin.</p>",
3475        "ListBucketInventoryConfigurationsOutput$ContinuationToken": "<p>If sent in the request, the marker that is used as a starting point for this inventory configuration list response.</p>",
3476        "ListBucketInventoryConfigurationsRequest$ContinuationToken": "<p>The marker used to continue an inventory configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.</p>",
3477        "ListBucketMetricsConfigurationsOutput$ContinuationToken": "<p>The marker that is used as a starting point for this metrics configuration list response. This value is present if it was sent in the request.</p>",
3478        "ListBucketMetricsConfigurationsRequest$ContinuationToken": "<p>The marker that is used to continue a metrics configuration listing that has been truncated. Use the NextContinuationToken from a previously truncated list response to continue the listing. The continuation token is an opaque value that Amazon S3 understands.</p>",
3479        "ListObjectsV2Output$ContinuationToken": "<p>ContinuationToken indicates Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key</p>",
3480        "ListObjectsV2Request$ContinuationToken": "<p>ContinuationToken indicates Amazon S3 that the list is being continued on this bucket with a token. ContinuationToken is obfuscated and is not a real key</p>"
3481      }
3482    },
3483    "TopicArn": {
3484      "base": null,
3485      "refs": {
3486        "TopicConfiguration$TopicArn": "<p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which Amazon S3 publishes a message when it detects events of the specified type.</p>",
3487        "TopicConfigurationDeprecated$Topic": "<p>Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.</p>"
3488      }
3489    },
3490    "TopicConfiguration": {
3491      "base": "<p>A container for specifying the configuration for publication of messages to an Amazon Simple Notification Service (Amazon SNS) topic when Amazon S3 detects specified events.</p>",
3492      "refs": {
3493        "TopicConfigurationList$member": null
3494      }
3495    },
3496    "TopicConfigurationDeprecated": {
3497      "base": "<p/>",
3498      "refs": {
3499        "NotificationConfigurationDeprecated$TopicConfiguration": "<p/>"
3500      }
3501    },
3502    "TopicConfigurationList": {
3503      "base": null,
3504      "refs": {
3505        "NotificationConfiguration$TopicConfigurations": "<p>The topic to which notifications are sent and the events for which notifications are generated.</p>"
3506      }
3507    },
3508    "Transition": {
3509      "base": "<p>Specifies when an object transitions to a specified storage class.</p>",
3510      "refs": {
3511        "Rule$Transition": "<p/>",
3512        "TransitionList$member": null
3513      }
3514    },
3515    "TransitionList": {
3516      "base": null,
3517      "refs": {
3518        "LifecycleRule$Transitions": "<p/>"
3519      }
3520    },
3521    "TransitionStorageClass": {
3522      "base": null,
3523      "refs": {
3524        "NoncurrentVersionTransition$StorageClass": "<p>The class of storage used to store the object.</p>",
3525        "Transition$StorageClass": "<p>The storage class to which you want the object to transition.</p>"
3526      }
3527    },
3528    "Type": {
3529      "base": null,
3530      "refs": {
3531        "Grantee$Type": "<p>Type of grantee</p>"
3532      }
3533    },
3534    "URI": {
3535      "base": null,
3536      "refs": {
3537        "Grantee$URI": "<p>URI of the grantee group.</p>"
3538      }
3539    },
3540    "UploadIdMarker": {
3541      "base": null,
3542      "refs": {
3543        "ListMultipartUploadsOutput$UploadIdMarker": "<p>Upload ID after which listing began.</p>",
3544        "ListMultipartUploadsRequest$UploadIdMarker": "<p>Together with key-marker, specifies the multipart upload after which listing should begin. If key-marker is not specified, the upload-id-marker parameter is ignored.</p>"
3545      }
3546    },
3547    "UploadPartCopyOutput": {
3548      "base": null,
3549      "refs": {
3550      }
3551    },
3552    "UploadPartCopyRequest": {
3553      "base": null,
3554      "refs": {
3555      }
3556    },
3557    "UploadPartOutput": {
3558      "base": null,
3559      "refs": {
3560      }
3561    },
3562    "UploadPartRequest": {
3563      "base": null,
3564      "refs": {
3565      }
3566    },
3567    "UserMetadata": {
3568      "base": null,
3569      "refs": {
3570        "S3Location$UserMetadata": "<p>A list of metadata to store with the restore results in S3.</p>"
3571      }
3572    },
3573    "Value": {
3574      "base": null,
3575      "refs": {
3576        "Tag$Value": "<p>Value of the tag.</p>"
3577      }
3578    },
3579    "VersionIdMarker": {
3580      "base": null,
3581      "refs": {
3582        "ListObjectVersionsOutput$VersionIdMarker": "<p/>",
3583        "ListObjectVersionsRequest$VersionIdMarker": "<p>Specifies the object version you want to start listing from.</p>"
3584      }
3585    },
3586    "VersioningConfiguration": {
3587      "base": "<p>Describes the versioning state of an Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTVersioningStatus.html\">PUT Bucket versioning</a> in the <i>Amazon Simple Storage Service API Reference</i>.</p>",
3588      "refs": {
3589        "PutBucketVersioningRequest$VersioningConfiguration": "<p/>"
3590      }
3591    },
3592    "WebsiteConfiguration": {
3593      "base": "<p>Specifies website configuration parameters for an Amazon S3 bucket.</p>",
3594      "refs": {
3595        "PutBucketWebsiteRequest$WebsiteConfiguration": "<p/>"
3596      }
3597    },
3598    "WebsiteRedirectLocation": {
3599      "base": null,
3600      "refs": {
3601        "CopyObjectRequest$WebsiteRedirectLocation": "<p>If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.</p>",
3602        "CreateMultipartUploadRequest$WebsiteRedirectLocation": "<p>If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.</p>",
3603        "GetObjectOutput$WebsiteRedirectLocation": "<p>If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.</p>",
3604        "HeadObjectOutput$WebsiteRedirectLocation": "<p>If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.</p>",
3605        "PutObjectRequest$WebsiteRedirectLocation": "<p>If the bucket is configured as a website, redirects requests for this object to another object in the same bucket or to an external URL. Amazon S3 stores the value of this header in the object metadata.</p>"
3606      }
3607    },
3608    "Years": {
3609      "base": null,
3610      "refs": {
3611        "DefaultRetention$Years": "<p>The number of years that you want to specify for the default retention period.</p>"
3612      }
3613    }
3614  }
3615}
3616