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