aws-sdk 2.849.0 → 2.853.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/CHANGELOG.md +27 -1
  2. package/README.md +1 -1
  3. package/apis/appflow-2020-08-23.min.json +123 -66
  4. package/apis/autoscaling-2011-01-01.min.json +20 -15
  5. package/apis/databrew-2017-07-25.min.json +87 -77
  6. package/apis/detective-2018-10-26.min.json +26 -19
  7. package/apis/ecr-public-2020-10-30.min.json +82 -11
  8. package/apis/eks-2017-11-01.min.json +154 -122
  9. package/apis/elasticmapreduce-2009-03-31.min.json +19 -1
  10. package/apis/es-2015-01-01.min.json +192 -57
  11. package/apis/es-2015-01-01.paginators.json +5 -0
  12. package/apis/glue-2017-03-31.min.json +72 -69
  13. package/apis/imagebuilder-2019-12-02.min.json +96 -56
  14. package/apis/imagebuilder-2019-12-02.paginators.json +6 -0
  15. package/apis/iotevents-2018-07-27.min.json +102 -3
  16. package/apis/mediapackage-vod-2018-11-07.min.json +153 -76
  17. package/apis/pinpoint-2016-12-01.min.json +9 -3
  18. package/apis/redshift-data-2019-12-20.min.json +5 -1
  19. package/apis/s3-2006-03-01.examples.json +109 -109
  20. package/apis/s3-2006-03-01.min.json +8 -0
  21. package/clients/appflow.d.ts +33 -1
  22. package/clients/autoscaling.d.ts +16 -2
  23. package/clients/computeoptimizer.d.ts +5 -5
  24. package/clients/databrew.d.ts +26 -0
  25. package/clients/detective.d.ts +20 -11
  26. package/clients/ecrpublic.d.ts +78 -0
  27. package/clients/eks.d.ts +29 -4
  28. package/clients/emr.d.ts +80 -50
  29. package/clients/es.d.ts +186 -0
  30. package/clients/glue.d.ts +6 -4
  31. package/clients/imagebuilder.d.ts +63 -2
  32. package/clients/iotevents.d.ts +130 -28
  33. package/clients/lightsail.d.ts +2 -2
  34. package/clients/mediapackagevod.d.ts +43 -0
  35. package/clients/pinpoint.d.ts +24 -0
  36. package/clients/quicksight.d.ts +5 -5
  37. package/clients/redshiftdata.d.ts +16 -4
  38. package/clients/s3.d.ts +40 -38
  39. package/clients/s3control.d.ts +4 -4
  40. package/dist/aws-sdk-core-react-native.js +1 -1
  41. package/dist/aws-sdk-react-native.js +35 -21
  42. package/dist/aws-sdk.js +67 -22
  43. package/dist/aws-sdk.min.js +82 -82
  44. package/lib/core.js +1 -1
  45. package/lib/services/s3.js +13 -1
  46. package/lib/services/s3util.js +4 -2
  47. package/package.json +1 -1
  48. package/scripts/region-checker/allowlist.js +6 -6
@@ -2078,6 +2078,14 @@ declare namespace Pinpoint {
2078
2078
  * The sender ID to display on recipients' devices when they receive the SMS message.
2079
2079
  */
2080
2080
  SenderId?: __string;
2081
+ /**
2082
+ * The entity ID or Principal Entity (PE) id received from the regulatory body for sending SMS in your country.
2083
+ */
2084
+ EntityId?: __string;
2085
+ /**
2086
+ * The template ID received from the regulatory body for sending SMS in your country.
2087
+ */
2088
+ TemplateId?: __string;
2081
2089
  }
2082
2090
  export interface CampaignState {
2083
2091
  /**
@@ -4596,6 +4604,14 @@ declare namespace Pinpoint {
4596
4604
  * The sender ID to display as the sender of the message on a recipient's device. Support for sender IDs varies by country or region. For more information, see Supported Countries and Regions in the Amazon Pinpoint User Guide.
4597
4605
  */
4598
4606
  SenderId?: __string;
4607
+ /**
4608
+ * The entity ID or Principal Entity (PE) id received from the regulatory body for sending SMS in your country.
4609
+ */
4610
+ EntityId?: __string;
4611
+ /**
4612
+ * The template ID received from the regulatory body for sending SMS in your country.
4613
+ */
4614
+ TemplateId?: __string;
4599
4615
  }
4600
4616
  export interface JourneySchedule {
4601
4617
  /**
@@ -5399,6 +5415,14 @@ declare namespace Pinpoint {
5399
5415
  * The message variables to use in the SMS message. You can override the default variables with individual address variables.
5400
5416
  */
5401
5417
  Substitutions?: MapOfListOf__string;
5418
+ /**
5419
+ * The entity ID or Principal Entity (PE) id received from the regulatory body for sending SMS in your country.
5420
+ */
5421
+ EntityId?: __string;
5422
+ /**
5423
+ * The template ID received from the regulatory body for sending SMS in your country.
5424
+ */
5425
+ TemplateId?: __string;
5402
5426
  }
5403
5427
  export interface SMSMessageActivity {
5404
5428
  /**
@@ -1424,7 +1424,7 @@ declare namespace QuickSight {
1424
1424
  */
1425
1425
  Name: ResourceName;
1426
1426
  /**
1427
- * The type of the data source. Currently, the supported types for this operation are: ATHENA, AURORA, AURORA_POSTGRESQL, MARIADB, MYSQL, POSTGRESQL, PRESTO, REDSHIFT, S3, SNOWFLAKE, SPARK, SQLSERVER, TERADATA. Use ListDataSources to return a list of all data sources.
1427
+ * The type of the data source. Currently, the supported types for this operation are: ATHENA, AURORA, AURORA_POSTGRESQL, AMAZON_ELASTICSEARCH, MARIADB, MYSQL, POSTGRESQL, PRESTO, REDSHIFT, S3, SNOWFLAKE, SPARK, SQLSERVER, TERADATA. Use ListDataSources to return a list of all data sources. AMAZON_ELASTICSEARCH is for Amazon managed Elasticsearch Service.
1428
1428
  */
1429
1429
  Type: DataSourceType;
1430
1430
  /**
@@ -4896,15 +4896,15 @@ declare namespace QuickSight {
4896
4896
  }
4897
4897
  export interface RowLevelPermissionDataSet {
4898
4898
  /**
4899
- * The namespace associated with the row-level permissions dataset.
4899
+ * The namespace associated with the dataset that contains permissions for RLS.
4900
4900
  */
4901
4901
  Namespace?: Namespace;
4902
4902
  /**
4903
- * The Amazon Resource Name (ARN) of the permission dataset.
4903
+ * The Amazon Resource Name (ARN) of the dataset that contains permissions for RLS.
4904
4904
  */
4905
4905
  Arn: Arn;
4906
4906
  /**
4907
- * Permission policy.
4907
+ * The type of permissions to use when interpretting the permissions for RLS. DENY_ACCESS is included for backward compatibility only.
4908
4908
  */
4909
4909
  PermissionPolicy: RowLevelPermissionPolicy;
4910
4910
  }
@@ -4919,7 +4919,7 @@ declare namespace QuickSight {
4919
4919
  }
4920
4920
  export interface S3Source {
4921
4921
  /**
4922
- * The amazon Resource Name (ARN) for the data source.
4922
+ * The Amazon Resource Name (ARN) for the data source.
4923
4923
  */
4924
4924
  DataSourceArn: Arn;
4925
4925
  /**
@@ -237,9 +237,13 @@ declare namespace RedshiftData {
237
237
  */
238
238
  ClusterIdentifier: Location;
239
239
  /**
240
- * The name of the database. This parameter is required when authenticating using temporary credentials.
240
+ * A database name. The connected database is specified when you connect with your authentication credentials.
241
241
  */
242
- Database?: String;
242
+ ConnectedDatabase?: String;
243
+ /**
244
+ * The name of the database that contains the tables to be described. If ConnectedDatabase is not specified, this is also the database to connect to with your authentication credentials.
245
+ */
246
+ Database: String;
243
247
  /**
244
248
  * The database user name. This parameter is required when authenticating using temporary credentials.
245
249
  */
@@ -433,7 +437,11 @@ declare namespace RedshiftData {
433
437
  */
434
438
  ClusterIdentifier: Location;
435
439
  /**
436
- * The name of the database. This parameter is required when authenticating using temporary credentials.
440
+ * A database name. The connected database is specified when you connect with your authentication credentials.
441
+ */
442
+ ConnectedDatabase?: String;
443
+ /**
444
+ * The name of the database that contains the schemas to list. If ConnectedDatabase is not specified, this is also the database to connect to with your authentication credentials.
437
445
  */
438
446
  Database: String;
439
447
  /**
@@ -506,7 +514,11 @@ declare namespace RedshiftData {
506
514
  */
507
515
  ClusterIdentifier: Location;
508
516
  /**
509
- * The name of the database. This parameter is required when authenticating using temporary credentials.
517
+ * A database name. The connected database is specified when you connect with your authentication credentials.
518
+ */
519
+ ConnectedDatabase?: String;
520
+ /**
521
+ * The name of the database that contains the tables to list. If ConnectedDatabase is not specified, this is also the database to connect to with your authentication credentials.
510
522
  */
511
523
  Database: String;
512
524
  /**
package/clients/s3.d.ts CHANGED
@@ -226,11 +226,11 @@ declare class S3 extends S3Customizations {
226
226
  */
227
227
  getBucketCors(callback?: (err: AWSError, data: S3.Types.GetBucketCorsOutput) => void): Request<S3.Types.GetBucketCorsOutput, AWSError>;
228
228
  /**
229
- * Returns the default encryption configuration for an Amazon S3 bucket. For information about the Amazon S3 default encryption feature, see Amazon S3 Default Bucket Encryption. To use this operation, you must have permission to perform the s3:GetEncryptionConfiguration action. The bucket owner has this permission by default. The bucket owner can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources. The following operations are related to GetBucketEncryption: PutBucketEncryption DeleteBucketEncryption
229
+ * Returns the default encryption configuration for an Amazon S3 bucket. If the bucket does not have a default encryption configuration, GetBucketEncryption returns ServerSideEncryptionConfigurationNotFoundError. For information about the Amazon S3 default encryption feature, see Amazon S3 Default Bucket Encryption. To use this operation, you must have permission to perform the s3:GetEncryptionConfiguration action. The bucket owner has this permission by default. The bucket owner can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources. The following operations are related to GetBucketEncryption: PutBucketEncryption DeleteBucketEncryption
230
230
  */
231
231
  getBucketEncryption(params: S3.Types.GetBucketEncryptionRequest, callback?: (err: AWSError, data: S3.Types.GetBucketEncryptionOutput) => void): Request<S3.Types.GetBucketEncryptionOutput, AWSError>;
232
232
  /**
233
- * Returns the default encryption configuration for an Amazon S3 bucket. For information about the Amazon S3 default encryption feature, see Amazon S3 Default Bucket Encryption. To use this operation, you must have permission to perform the s3:GetEncryptionConfiguration action. The bucket owner has this permission by default. The bucket owner can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources. The following operations are related to GetBucketEncryption: PutBucketEncryption DeleteBucketEncryption
233
+ * Returns the default encryption configuration for an Amazon S3 bucket. If the bucket does not have a default encryption configuration, GetBucketEncryption returns ServerSideEncryptionConfigurationNotFoundError. For information about the Amazon S3 default encryption feature, see Amazon S3 Default Bucket Encryption. To use this operation, you must have permission to perform the s3:GetEncryptionConfiguration action. The bucket owner has this permission by default. The bucket owner can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources. The following operations are related to GetBucketEncryption: PutBucketEncryption DeleteBucketEncryption
234
234
  */
235
235
  getBucketEncryption(callback?: (err: AWSError, data: S3.Types.GetBucketEncryptionOutput) => void): Request<S3.Types.GetBucketEncryptionOutput, AWSError>;
236
236
  /**
@@ -410,11 +410,11 @@ declare class S3 extends S3Customizations {
410
410
  */
411
411
  getObjectRetention(callback?: (err: AWSError, data: S3.Types.GetObjectRetentionOutput) => void): Request<S3.Types.GetObjectRetentionOutput, AWSError>;
412
412
  /**
413
- * Returns the tag-set of an object. You send the GET request against the tagging subresource associated with the object. To use this operation, you must have permission to perform the s3:GetObjectTagging action. By default, the GET operation returns information about current version of an object. For a versioned bucket, you can have multiple versions of an object in your bucket. To retrieve tags of any other version, use the versionId query parameter. You also need permission for the s3:GetObjectVersionTagging action. By default, the bucket owner has this permission and can grant this permission to others. For information about the Amazon S3 object tagging feature, see Object Tagging. The following operation is related to GetObjectTagging: PutObjectTagging
413
+ * Returns the tag-set of an object. You send the GET request against the tagging subresource associated with the object. To use this operation, you must have permission to perform the s3:GetObjectTagging action. By default, the GET operation returns information about current version of an object. For a versioned bucket, you can have multiple versions of an object in your bucket. To retrieve tags of any other version, use the versionId query parameter. You also need permission for the s3:GetObjectVersionTagging action. By default, the bucket owner has this permission and can grant this permission to others. For information about the Amazon S3 object tagging feature, see Object Tagging. The following operation is related to GetObjectTagging: PutObjectTagging DeleteObjectTagging
414
414
  */
415
415
  getObjectTagging(params: S3.Types.GetObjectTaggingRequest, callback?: (err: AWSError, data: S3.Types.GetObjectTaggingOutput) => void): Request<S3.Types.GetObjectTaggingOutput, AWSError>;
416
416
  /**
417
- * Returns the tag-set of an object. You send the GET request against the tagging subresource associated with the object. To use this operation, you must have permission to perform the s3:GetObjectTagging action. By default, the GET operation returns information about current version of an object. For a versioned bucket, you can have multiple versions of an object in your bucket. To retrieve tags of any other version, use the versionId query parameter. You also need permission for the s3:GetObjectVersionTagging action. By default, the bucket owner has this permission and can grant this permission to others. For information about the Amazon S3 object tagging feature, see Object Tagging. The following operation is related to GetObjectTagging: PutObjectTagging
417
+ * Returns the tag-set of an object. You send the GET request against the tagging subresource associated with the object. To use this operation, you must have permission to perform the s3:GetObjectTagging action. By default, the GET operation returns information about current version of an object. For a versioned bucket, you can have multiple versions of an object in your bucket. To retrieve tags of any other version, use the versionId query parameter. You also need permission for the s3:GetObjectVersionTagging action. By default, the bucket owner has this permission and can grant this permission to others. For information about the Amazon S3 object tagging feature, see Object Tagging. The following operation is related to GetObjectTagging: PutObjectTagging DeleteObjectTagging
418
418
  */
419
419
  getObjectTagging(callback?: (err: AWSError, data: S3.Types.GetObjectTaggingOutput) => void): Request<S3.Types.GetObjectTaggingOutput, AWSError>;
420
420
  /**
@@ -434,19 +434,19 @@ declare class S3 extends S3Customizations {
434
434
  */
435
435
  getPublicAccessBlock(callback?: (err: AWSError, data: S3.Types.GetPublicAccessBlockOutput) => void): Request<S3.Types.GetPublicAccessBlockOutput, AWSError>;
436
436
  /**
437
- * This operation is useful to determine if a bucket exists and you have permission to access it. The operation returns a 200 OK if the bucket exists and you have permission to access it. Otherwise, the operation might return responses such as 404 Not Found and 403 Forbidden. To use this operation, you must have permissions to perform the s3:ListBucket action. The bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources.
437
+ * This operation is useful to determine if a bucket exists and you have permission to access it. The operation returns a 200 OK if the bucket exists and you have permission to access it. If the bucket does not exist or you do not have permission to access it, the HEAD request returns a generic 404 Not Found or 403 Forbidden code. A message body is not included, so you cannot determine the exception beyond these error codes. To use this operation, you must have permissions to perform the s3:ListBucket action. The bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources.
438
438
  */
439
439
  headBucket(params: S3.Types.HeadBucketRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
440
440
  /**
441
- * This operation is useful to determine if a bucket exists and you have permission to access it. The operation returns a 200 OK if the bucket exists and you have permission to access it. Otherwise, the operation might return responses such as 404 Not Found and 403 Forbidden. To use this operation, you must have permissions to perform the s3:ListBucket action. The bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources.
441
+ * This operation is useful to determine if a bucket exists and you have permission to access it. The operation returns a 200 OK if the bucket exists and you have permission to access it. If the bucket does not exist or you do not have permission to access it, the HEAD request returns a generic 404 Not Found or 403 Forbidden code. A message body is not included, so you cannot determine the exception beyond these error codes. To use this operation, you must have permissions to perform the s3:ListBucket action. The bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources.
442
442
  */
443
443
  headBucket(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
444
444
  /**
445
- * 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. A HEAD request has the same options as a GET operation on an object. The response is identical to the GET response except that there is no response body. If you encrypt an object by using server-side encryption with customer-provided encryption keys (SSE-C) when you store the object in Amazon S3, then when you retrieve the metadata from the object, you must use the following headers: x-amz-server-side-encryption-customer-algorithm x-amz-server-side-encryption-customer-key x-amz-server-side-encryption-customer-key-MD5 For more information about SSE-C, see Server-Side Encryption (Using Customer-Provided Encryption Keys). Encryption request headers, like x-amz-server-side-encryption, should not be sent for GET requests if your object uses server-side encryption with CMKs stored in AWS KMS (SSE-KMS) or server-side encryption with Amazon S3–managed encryption keys (SSE-S3). If your object does use these types of keys, you’ll get an HTTP 400 BadRequest error. Request headers are limited to 8 KB in size. For more information, see Common Request Headers. Consider the following when using request headers: Consideration 1 – If both of the If-Match and If-Unmodified-Since headers are present in the request as follows: If-Match condition evaluates to true, and; If-Unmodified-Since condition evaluates to false; Then Amazon S3 returns 200 OK and the data requested. Consideration 2 – If both of the If-None-Match and If-Modified-Since headers are present in the request as follows: If-None-Match condition evaluates to false, and; If-Modified-Since condition evaluates to true; Then Amazon S3 returns the 304 Not Modified response code. For more information about conditional requests, see RFC 7232. Permissions You need the s3:GetObject permission for this operation. For more information, see Specifying Permissions in a Policy. If the object you request does not exist, the error Amazon S3 returns depends on whether you also have the s3:ListBucket permission. If you have the s3:ListBucket permission on the bucket, Amazon S3 returns an HTTP status code 404 ("no such key") error. If you don’t have the s3:ListBucket permission, Amazon S3 returns an HTTP status code 403 ("access denied") error. The following operation is related to HeadObject: GetObject
445
+ * 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. A HEAD request has the same options as a GET operation on an object. The response is identical to the GET response except that there is no response body. Because of this, if the HEAD request generates an error, it returns a generic 404 Not Found or 403 Forbidden code. It is not possible to retrieve the exact exception beyond these error codes. If you encrypt an object by using server-side encryption with customer-provided encryption keys (SSE-C) when you store the object in Amazon S3, then when you retrieve the metadata from the object, you must use the following headers: x-amz-server-side-encryption-customer-algorithm x-amz-server-side-encryption-customer-key x-amz-server-side-encryption-customer-key-MD5 For more information about SSE-C, see Server-Side Encryption (Using Customer-Provided Encryption Keys). Encryption request headers, like x-amz-server-side-encryption, should not be sent for GET requests if your object uses server-side encryption with CMKs stored in AWS KMS (SSE-KMS) or server-side encryption with Amazon S3–managed encryption keys (SSE-S3). If your object does use these types of keys, you’ll get an HTTP 400 BadRequest error. The last modified property in this case is the creation date of the object. Request headers are limited to 8 KB in size. For more information, see Common Request Headers. Consider the following when using request headers: Consideration 1 – If both of the If-Match and If-Unmodified-Since headers are present in the request as follows: If-Match condition evaluates to true, and; If-Unmodified-Since condition evaluates to false; Then Amazon S3 returns 200 OK and the data requested. Consideration 2 – If both of the If-None-Match and If-Modified-Since headers are present in the request as follows: If-None-Match condition evaluates to false, and; If-Modified-Since condition evaluates to true; Then Amazon S3 returns the 304 Not Modified response code. For more information about conditional requests, see RFC 7232. Permissions You need the s3:GetObject permission for this operation. For more information, see Specifying Permissions in a Policy. If the object you request does not exist, the error Amazon S3 returns depends on whether you also have the s3:ListBucket permission. If you have the s3:ListBucket permission on the bucket, Amazon S3 returns an HTTP status code 404 ("no such key") error. If you don’t have the s3:ListBucket permission, Amazon S3 returns an HTTP status code 403 ("access denied") error. The following operation is related to HeadObject: GetObject
446
446
  */
447
447
  headObject(params: S3.Types.HeadObjectRequest, callback?: (err: AWSError, data: S3.Types.HeadObjectOutput) => void): Request<S3.Types.HeadObjectOutput, AWSError>;
448
448
  /**
449
- * 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. A HEAD request has the same options as a GET operation on an object. The response is identical to the GET response except that there is no response body. If you encrypt an object by using server-side encryption with customer-provided encryption keys (SSE-C) when you store the object in Amazon S3, then when you retrieve the metadata from the object, you must use the following headers: x-amz-server-side-encryption-customer-algorithm x-amz-server-side-encryption-customer-key x-amz-server-side-encryption-customer-key-MD5 For more information about SSE-C, see Server-Side Encryption (Using Customer-Provided Encryption Keys). Encryption request headers, like x-amz-server-side-encryption, should not be sent for GET requests if your object uses server-side encryption with CMKs stored in AWS KMS (SSE-KMS) or server-side encryption with Amazon S3–managed encryption keys (SSE-S3). If your object does use these types of keys, you’ll get an HTTP 400 BadRequest error. Request headers are limited to 8 KB in size. For more information, see Common Request Headers. Consider the following when using request headers: Consideration 1 – If both of the If-Match and If-Unmodified-Since headers are present in the request as follows: If-Match condition evaluates to true, and; If-Unmodified-Since condition evaluates to false; Then Amazon S3 returns 200 OK and the data requested. Consideration 2 – If both of the If-None-Match and If-Modified-Since headers are present in the request as follows: If-None-Match condition evaluates to false, and; If-Modified-Since condition evaluates to true; Then Amazon S3 returns the 304 Not Modified response code. For more information about conditional requests, see RFC 7232. Permissions You need the s3:GetObject permission for this operation. For more information, see Specifying Permissions in a Policy. If the object you request does not exist, the error Amazon S3 returns depends on whether you also have the s3:ListBucket permission. If you have the s3:ListBucket permission on the bucket, Amazon S3 returns an HTTP status code 404 ("no such key") error. If you don’t have the s3:ListBucket permission, Amazon S3 returns an HTTP status code 403 ("access denied") error. The following operation is related to HeadObject: GetObject
449
+ * 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. A HEAD request has the same options as a GET operation on an object. The response is identical to the GET response except that there is no response body. Because of this, if the HEAD request generates an error, it returns a generic 404 Not Found or 403 Forbidden code. It is not possible to retrieve the exact exception beyond these error codes. If you encrypt an object by using server-side encryption with customer-provided encryption keys (SSE-C) when you store the object in Amazon S3, then when you retrieve the metadata from the object, you must use the following headers: x-amz-server-side-encryption-customer-algorithm x-amz-server-side-encryption-customer-key x-amz-server-side-encryption-customer-key-MD5 For more information about SSE-C, see Server-Side Encryption (Using Customer-Provided Encryption Keys). Encryption request headers, like x-amz-server-side-encryption, should not be sent for GET requests if your object uses server-side encryption with CMKs stored in AWS KMS (SSE-KMS) or server-side encryption with Amazon S3–managed encryption keys (SSE-S3). If your object does use these types of keys, you’ll get an HTTP 400 BadRequest error. The last modified property in this case is the creation date of the object. Request headers are limited to 8 KB in size. For more information, see Common Request Headers. Consider the following when using request headers: Consideration 1 – If both of the If-Match and If-Unmodified-Since headers are present in the request as follows: If-Match condition evaluates to true, and; If-Unmodified-Since condition evaluates to false; Then Amazon S3 returns 200 OK and the data requested. Consideration 2 – If both of the If-None-Match and If-Modified-Since headers are present in the request as follows: If-None-Match condition evaluates to false, and; If-Modified-Since condition evaluates to true; Then Amazon S3 returns the 304 Not Modified response code. For more information about conditional requests, see RFC 7232. Permissions You need the s3:GetObject permission for this operation. For more information, see Specifying Permissions in a Policy. If the object you request does not exist, the error Amazon S3 returns depends on whether you also have the s3:ListBucket permission. If you have the s3:ListBucket permission on the bucket, Amazon S3 returns an HTTP status code 404 ("no such key") error. If you don’t have the s3:ListBucket permission, Amazon S3 returns an HTTP status code 403 ("access denied") error. The following operation is related to HeadObject: GetObject
450
450
  */
451
451
  headObject(callback?: (err: AWSError, data: S3.Types.HeadObjectOutput) => void): Request<S3.Types.HeadObjectOutput, AWSError>;
452
452
  /**
@@ -510,11 +510,11 @@ declare class S3 extends S3Customizations {
510
510
  */
511
511
  listObjects(callback?: (err: AWSError, data: S3.Types.ListObjectsOutput) => void): Request<S3.Types.ListObjectsOutput, AWSError>;
512
512
  /**
513
- * Returns some or all (up to 1,000) 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. A 200 OK response can contain valid or invalid XML. Make sure to design your application to parse the contents of the response and handle it appropriately. To use this operation, you must have READ access to the bucket. To use this operation in an AWS Identity and Access Management (IAM) policy, you must have permissions to perform the s3:ListBucket action. The bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources. This section describes the latest revision of the API. We recommend that you use this revised API for application development. For backward compatibility, Amazon S3 continues to support the prior version of this API, ListObjects. To get a list of your buckets, see ListBuckets. The following operations are related to ListObjectsV2: GetObject PutObject CreateBucket
513
+ * Returns some or all (up to 1,000) 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. A 200 OK response can contain valid or invalid XML. Make sure to design your application to parse the contents of the response and handle it appropriately. Objects are returned sorted in an ascending order of the respective key names in the list. To use this operation, you must have READ access to the bucket. To use this operation in an AWS Identity and Access Management (IAM) policy, you must have permissions to perform the s3:ListBucket action. The bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources. This section describes the latest revision of the API. We recommend that you use this revised API for application development. For backward compatibility, Amazon S3 continues to support the prior version of this API, ListObjects. To get a list of your buckets, see ListBuckets. The following operations are related to ListObjectsV2: GetObject PutObject CreateBucket
514
514
  */
515
515
  listObjectsV2(params: S3.Types.ListObjectsV2Request, callback?: (err: AWSError, data: S3.Types.ListObjectsV2Output) => void): Request<S3.Types.ListObjectsV2Output, AWSError>;
516
516
  /**
517
- * Returns some or all (up to 1,000) 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. A 200 OK response can contain valid or invalid XML. Make sure to design your application to parse the contents of the response and handle it appropriately. To use this operation, you must have READ access to the bucket. To use this operation in an AWS Identity and Access Management (IAM) policy, you must have permissions to perform the s3:ListBucket action. The bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources. This section describes the latest revision of the API. We recommend that you use this revised API for application development. For backward compatibility, Amazon S3 continues to support the prior version of this API, ListObjects. To get a list of your buckets, see ListBuckets. The following operations are related to ListObjectsV2: GetObject PutObject CreateBucket
517
+ * Returns some or all (up to 1,000) 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. A 200 OK response can contain valid or invalid XML. Make sure to design your application to parse the contents of the response and handle it appropriately. Objects are returned sorted in an ascending order of the respective key names in the list. To use this operation, you must have READ access to the bucket. To use this operation in an AWS Identity and Access Management (IAM) policy, you must have permissions to perform the s3:ListBucket action. The bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see Permissions Related to Bucket Subresource Operations and Managing Access Permissions to Your Amazon S3 Resources. This section describes the latest revision of the API. We recommend that you use this revised API for application development. For backward compatibility, Amazon S3 continues to support the prior version of this API, ListObjects. To get a list of your buckets, see ListBuckets. The following operations are related to ListObjectsV2: GetObject PutObject CreateBucket
518
518
  */
519
519
  listObjectsV2(callback?: (err: AWSError, data: S3.Types.ListObjectsV2Output) => void): Request<S3.Types.ListObjectsV2Output, AWSError>;
520
520
  /**
@@ -566,11 +566,11 @@ declare class S3 extends S3Customizations {
566
566
  */
567
567
  putBucketEncryption(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
568
568
  /**
569
- * Puts a S3 Intelligent-Tiering configuration to the specified bucket. The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without additional operational overhead. S3 Intelligent-Tiering delivers automatic cost savings by moving data between access tiers, when access patterns change. The S3 Intelligent-Tiering storage class is suitable for objects larger than 128 KB that you plan to store for at least 30 days. If the size of an object is less than 128 KB, it is not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the frequent access tier rates in the S3 Intelligent-Tiering storage class. If you delete an object before the end of the 30-day minimum storage duration period, you are charged for 30 days. For more information, see Storage class for automatically optimizing frequently and infrequently accessed objects. Operations related to PutBucketIntelligentTieringConfiguration include: DeleteBucketIntelligentTieringConfiguration GetBucketIntelligentTieringConfiguration ListBucketIntelligentTieringConfigurations
569
+ * Puts a S3 Intelligent-Tiering configuration to the specified bucket. You can have up to 1,000 S3 Intelligent-Tiering configurations per bucket. The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without additional operational overhead. S3 Intelligent-Tiering delivers automatic cost savings by moving data between access tiers, when access patterns change. The S3 Intelligent-Tiering storage class is suitable for objects larger than 128 KB that you plan to store for at least 30 days. If the size of an object is less than 128 KB, it is not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the frequent access tier rates in the S3 Intelligent-Tiering storage class. If you delete an object before the end of the 30-day minimum storage duration period, you are charged for 30 days. For more information, see Storage class for automatically optimizing frequently and infrequently accessed objects. Operations related to PutBucketIntelligentTieringConfiguration include: DeleteBucketIntelligentTieringConfiguration GetBucketIntelligentTieringConfiguration ListBucketIntelligentTieringConfigurations You only need S3 Intelligent-Tiering enabled on a bucket if you want to automatically move objects stored in the S3 Intelligent-Tiering storage class to the Archive Access or Deep Archive Access tier. Special Errors HTTP 400 Bad Request Error Code: InvalidArgument Cause: Invalid Argument HTTP 400 Bad Request Error Code: TooManyConfigurations Cause: You are attempting to create a new configuration but have already reached the 1,000-configuration limit. HTTP 403 Forbidden Error Code: AccessDenied Cause: You are not the owner of the specified bucket, or you do not have the s3:PutIntelligentTieringConfiguration bucket permission to set the configuration on the bucket.
570
570
  */
571
571
  putBucketIntelligentTieringConfiguration(params: S3.Types.PutBucketIntelligentTieringConfigurationRequest, callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
572
572
  /**
573
- * Puts a S3 Intelligent-Tiering configuration to the specified bucket. The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without additional operational overhead. S3 Intelligent-Tiering delivers automatic cost savings by moving data between access tiers, when access patterns change. The S3 Intelligent-Tiering storage class is suitable for objects larger than 128 KB that you plan to store for at least 30 days. If the size of an object is less than 128 KB, it is not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the frequent access tier rates in the S3 Intelligent-Tiering storage class. If you delete an object before the end of the 30-day minimum storage duration period, you are charged for 30 days. For more information, see Storage class for automatically optimizing frequently and infrequently accessed objects. Operations related to PutBucketIntelligentTieringConfiguration include: DeleteBucketIntelligentTieringConfiguration GetBucketIntelligentTieringConfiguration ListBucketIntelligentTieringConfigurations
573
+ * Puts a S3 Intelligent-Tiering configuration to the specified bucket. You can have up to 1,000 S3 Intelligent-Tiering configurations per bucket. The S3 Intelligent-Tiering storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without additional operational overhead. S3 Intelligent-Tiering delivers automatic cost savings by moving data between access tiers, when access patterns change. The S3 Intelligent-Tiering storage class is suitable for objects larger than 128 KB that you plan to store for at least 30 days. If the size of an object is less than 128 KB, it is not eligible for auto-tiering. Smaller objects can be stored, but they are always charged at the frequent access tier rates in the S3 Intelligent-Tiering storage class. If you delete an object before the end of the 30-day minimum storage duration period, you are charged for 30 days. For more information, see Storage class for automatically optimizing frequently and infrequently accessed objects. Operations related to PutBucketIntelligentTieringConfiguration include: DeleteBucketIntelligentTieringConfiguration GetBucketIntelligentTieringConfiguration ListBucketIntelligentTieringConfigurations You only need S3 Intelligent-Tiering enabled on a bucket if you want to automatically move objects stored in the S3 Intelligent-Tiering storage class to the Archive Access or Deep Archive Access tier. Special Errors HTTP 400 Bad Request Error Code: InvalidArgument Cause: Invalid Argument HTTP 400 Bad Request Error Code: TooManyConfigurations Cause: You are attempting to create a new configuration but have already reached the 1,000-configuration limit. HTTP 403 Forbidden Error Code: AccessDenied Cause: You are not the owner of the specified bucket, or you do not have the s3:PutIntelligentTieringConfiguration bucket permission to set the configuration on the bucket.
574
574
  */
575
575
  putBucketIntelligentTieringConfiguration(callback?: (err: AWSError, data: {}) => void): Request<{}, AWSError>;
576
576
  /**
@@ -726,11 +726,11 @@ declare class S3 extends S3Customizations {
726
726
  */
727
727
  putObjectRetention(callback?: (err: AWSError, data: S3.Types.PutObjectRetentionOutput) => void): Request<S3.Types.PutObjectRetentionOutput, AWSError>;
728
728
  /**
729
- * Sets the supplied tag-set to an object that already exists in a bucket. A tag is a key-value pair. You can associate tags with an object by sending a PUT request against the tagging subresource that is associated with the object. You can retrieve tags by sending a GET request. For more information, see GetObjectTagging. For tagging-related restrictions related to characters and encodings, see Tag Restrictions. Note that Amazon S3 limits the maximum number of tags to 10 tags per object. To use this operation, you must have permission to perform the s3:PutObjectTagging action. By default, the bucket owner has this permission and can grant this permission to others. To put tags of any other version, use the versionId query parameter. You also need permission for the s3:PutObjectVersionTagging action. For information about the Amazon S3 object tagging feature, see Object Tagging. Special Errors Code: InvalidTagError Cause: The tag provided was not a valid tag. This error can occur if the tag did not pass input validation. For more information, see Object Tagging. Code: MalformedXMLError Cause: The XML provided does not match the schema. Code: OperationAbortedError Cause: A conflicting conditional operation is currently in progress against this resource. Please try again. Code: InternalError Cause: The service was unable to apply the provided tag to the object. Related Resources GetObjectTagging
729
+ * Sets the supplied tag-set to an object that already exists in a bucket. A tag is a key-value pair. You can associate tags with an object by sending a PUT request against the tagging subresource that is associated with the object. You can retrieve tags by sending a GET request. For more information, see GetObjectTagging. For tagging-related restrictions related to characters and encodings, see Tag Restrictions. Note that Amazon S3 limits the maximum number of tags to 10 tags per object. To use this operation, you must have permission to perform the s3:PutObjectTagging action. By default, the bucket owner has this permission and can grant this permission to others. To put tags of any other version, use the versionId query parameter. You also need permission for the s3:PutObjectVersionTagging action. For information about the Amazon S3 object tagging feature, see Object Tagging. Special Errors Code: InvalidTagError Cause: The tag provided was not a valid tag. This error can occur if the tag did not pass input validation. For more information, see Object Tagging. Code: MalformedXMLError Cause: The XML provided does not match the schema. Code: OperationAbortedError Cause: A conflicting conditional operation is currently in progress against this resource. Please try again. Code: InternalError Cause: The service was unable to apply the provided tag to the object. Related Resources GetObjectTagging DeleteObjectTagging
730
730
  */
731
731
  putObjectTagging(params: S3.Types.PutObjectTaggingRequest, callback?: (err: AWSError, data: S3.Types.PutObjectTaggingOutput) => void): Request<S3.Types.PutObjectTaggingOutput, AWSError>;
732
732
  /**
733
- * Sets the supplied tag-set to an object that already exists in a bucket. A tag is a key-value pair. You can associate tags with an object by sending a PUT request against the tagging subresource that is associated with the object. You can retrieve tags by sending a GET request. For more information, see GetObjectTagging. For tagging-related restrictions related to characters and encodings, see Tag Restrictions. Note that Amazon S3 limits the maximum number of tags to 10 tags per object. To use this operation, you must have permission to perform the s3:PutObjectTagging action. By default, the bucket owner has this permission and can grant this permission to others. To put tags of any other version, use the versionId query parameter. You also need permission for the s3:PutObjectVersionTagging action. For information about the Amazon S3 object tagging feature, see Object Tagging. Special Errors Code: InvalidTagError Cause: The tag provided was not a valid tag. This error can occur if the tag did not pass input validation. For more information, see Object Tagging. Code: MalformedXMLError Cause: The XML provided does not match the schema. Code: OperationAbortedError Cause: A conflicting conditional operation is currently in progress against this resource. Please try again. Code: InternalError Cause: The service was unable to apply the provided tag to the object. Related Resources GetObjectTagging
733
+ * Sets the supplied tag-set to an object that already exists in a bucket. A tag is a key-value pair. You can associate tags with an object by sending a PUT request against the tagging subresource that is associated with the object. You can retrieve tags by sending a GET request. For more information, see GetObjectTagging. For tagging-related restrictions related to characters and encodings, see Tag Restrictions. Note that Amazon S3 limits the maximum number of tags to 10 tags per object. To use this operation, you must have permission to perform the s3:PutObjectTagging action. By default, the bucket owner has this permission and can grant this permission to others. To put tags of any other version, use the versionId query parameter. You also need permission for the s3:PutObjectVersionTagging action. For information about the Amazon S3 object tagging feature, see Object Tagging. Special Errors Code: InvalidTagError Cause: The tag provided was not a valid tag. This error can occur if the tag did not pass input validation. For more information, see Object Tagging. Code: MalformedXMLError Cause: The XML provided does not match the schema. Code: OperationAbortedError Cause: A conflicting conditional operation is currently in progress against this resource. Please try again. Code: InternalError Cause: The service was unable to apply the provided tag to the object. Related Resources GetObjectTagging DeleteObjectTagging
734
734
  */
735
735
  putObjectTagging(callback?: (err: AWSError, data: S3.Types.PutObjectTaggingOutput) => void): Request<S3.Types.PutObjectTaggingOutput, AWSError>;
736
736
  /**
@@ -1165,7 +1165,7 @@ declare namespace S3 {
1165
1165
  */
1166
1166
  HttpErrorCodeReturnedEquals?: HttpErrorCodeReturnedEquals;
1167
1167
  /**
1168
- * 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.
1168
+ * 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. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
1169
1169
  */
1170
1170
  KeyPrefixEquals?: KeyPrefixEquals;
1171
1171
  }
@@ -1383,11 +1383,11 @@ declare namespace S3 {
1383
1383
  }
1384
1384
  export interface CopyObjectResult {
1385
1385
  /**
1386
- * Returns the ETag of the new object. The ETag reflects only changes to the contents of an object, not its metadata. The source and destination ETag is identical for a successfully copied object.
1386
+ * Returns the ETag of the new object. The ETag reflects only changes to the contents of an object, not its metadata. The source and destination ETag is identical for a successfully copied non-multipart object.
1387
1387
  */
1388
1388
  ETag?: ETag;
1389
1389
  /**
1390
- * Returns the date that the object was last modified.
1390
+ * Creation date of the object.
1391
1391
  */
1392
1392
  LastModified?: LastModified;
1393
1393
  }
@@ -1875,7 +1875,7 @@ declare namespace S3 {
1875
1875
  */
1876
1876
  Bucket: BucketName;
1877
1877
  /**
1878
- * Name of the object key.
1878
+ * The key that identifies the object in the bucket from which to remove all tags.
1879
1879
  */
1880
1880
  Key: ObjectKey;
1881
1881
  /**
@@ -2030,7 +2030,7 @@ declare namespace S3 {
2030
2030
  }
2031
2031
  export interface ErrorDocument {
2032
2032
  /**
2033
- * The object key name to use when a 4XX class error occurs.
2033
+ * The object key name to use when a 4XX class error occurs. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
2034
2034
  */
2035
2035
  Key: ObjectKey;
2036
2036
  }
@@ -2514,7 +2514,7 @@ declare namespace S3 {
2514
2514
  */
2515
2515
  Restore?: Restore;
2516
2516
  /**
2517
- * Last modified date of the object
2517
+ * Creation date of the object.
2518
2518
  */
2519
2519
  LastModified?: LastModified;
2520
2520
  /**
@@ -2677,11 +2677,11 @@ declare namespace S3 {
2677
2677
  */
2678
2678
  VersionId?: ObjectVersionId;
2679
2679
  /**
2680
- * Specifies the algorithm to use to when encrypting the object (for example, AES256).
2680
+ * Specifies the algorithm to use to when decrypting the object (for example, AES256).
2681
2681
  */
2682
2682
  SSECustomerAlgorithm?: SSECustomerAlgorithm;
2683
2683
  /**
2684
- * 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 S3 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.
2684
+ * Specifies the customer-provided encryption key for Amazon S3 used to encrypt the data. This value is used to decrypt the object when recovering it and must match the one used when storing the data. The key must be appropriate for use with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm header.
2685
2685
  */
2686
2686
  SSECustomerKey?: SSECustomerKey;
2687
2687
  /**
@@ -2750,6 +2750,7 @@ declare namespace S3 {
2750
2750
  * The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.
2751
2751
  */
2752
2752
  ExpectedBucketOwner?: AccountId;
2753
+ RequestPayer?: RequestPayer;
2753
2754
  }
2754
2755
  export interface GetObjectTorrentOutput {
2755
2756
  /**
@@ -2865,7 +2866,7 @@ declare namespace S3 {
2865
2866
  */
2866
2867
  ArchiveStatus?: ArchiveStatus;
2867
2868
  /**
2868
- * Last modified date of the object
2869
+ * Creation date of the object.
2869
2870
  */
2870
2871
  LastModified?: LastModified;
2871
2872
  /**
@@ -3027,7 +3028,7 @@ declare namespace S3 {
3027
3028
  export type IfUnmodifiedSince = Date;
3028
3029
  export interface IndexDocument {
3029
3030
  /**
3030
- * A suffix that is appended to a request that is for a directory on the website endpoint (for example,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.
3031
+ * A suffix that is appended to a request that is for a directory on the website endpoint (for example,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. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
3031
3032
  */
3032
3033
  Suffix: Suffix;
3033
3034
  }
@@ -3093,7 +3094,7 @@ declare namespace S3 {
3093
3094
  export type IntelligentTieringDays = number;
3094
3095
  export interface IntelligentTieringFilter {
3095
3096
  /**
3096
- * An object key name prefix that identifies the subset of objects to which the rule applies.
3097
+ * An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
3097
3098
  */
3098
3099
  Prefix?: Prefix;
3099
3100
  Tag?: Tag;
@@ -3257,7 +3258,7 @@ declare namespace S3 {
3257
3258
  */
3258
3259
  ID?: ID;
3259
3260
  /**
3260
- * Prefix identifying one or more objects to which the rule applies. This is No longer used; use Filter instead.
3261
+ * Prefix identifying one or more objects to which the rule applies. This is No longer used; use Filter instead. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
3261
3262
  */
3262
3263
  Prefix?: Prefix;
3263
3264
  Filter?: LifecycleRuleFilter;
@@ -3288,7 +3289,7 @@ declare namespace S3 {
3288
3289
  }
3289
3290
  export interface LifecycleRuleFilter {
3290
3291
  /**
3291
- * Prefix identifying one or more objects to which the rule applies.
3292
+ * Prefix identifying one or more objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
3292
3293
  */
3293
3294
  Prefix?: Prefix;
3294
3295
  /**
@@ -3632,7 +3633,7 @@ declare namespace S3 {
3632
3633
  */
3633
3634
  MaxKeys?: MaxKeys;
3634
3635
  /**
3635
- * All of the keys rolled up in a common prefix count as a single return when calculating the number of returns. A response can contain CommonPrefixes only if you specify a delimiter. CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by the delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is notes/ and the delimiter is a slash (/) as in notes/summer/july, the common prefix is notes/summer/. All of the keys that roll up into a common prefix count as a single return when calculating the number of returns.
3636
+ * All of the keys (up to 1,000) rolled up in a common prefix count as a single return when calculating the number of returns. A response can contain CommonPrefixes only if you specify a delimiter. CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by the delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is notes/ and the delimiter is a slash (/) as in notes/summer/july, the common prefix is notes/summer/. All of the keys that roll up into a common prefix count as a single return when calculating the number of returns.
3636
3637
  */
3637
3638
  CommonPrefixes?: CommonPrefixList;
3638
3639
  /**
@@ -3697,7 +3698,7 @@ declare namespace S3 {
3697
3698
  */
3698
3699
  MaxKeys?: MaxKeys;
3699
3700
  /**
3700
- * All of the keys rolled up into a common prefix count as a single return when calculating the number of returns. A response can contain CommonPrefixes only if you specify a delimiter. CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is notes/ and the delimiter is a slash (/) as in notes/summer/july, the common prefix is notes/summer/. All of the keys that roll up into a common prefix count as a single return when calculating the number of returns.
3701
+ * All of the keys (up to 1,000) rolled up into a common prefix count as a single return when calculating the number of returns. A response can contain CommonPrefixes only if you specify a delimiter. CommonPrefixes contains all (if there are any) keys between Prefix and the next occurrence of the string specified by a delimiter. CommonPrefixes lists keys that act like subdirectories in the directory specified by Prefix. For example, if the prefix is notes/ and the delimiter is a slash (/) as in notes/summer/july, the common prefix is notes/summer/. All of the keys that roll up into a common prefix count as a single return when calculating the number of returns.
3701
3702
  */
3702
3703
  CommonPrefixes?: CommonPrefixList;
3703
3704
  /**
@@ -3705,7 +3706,7 @@ declare namespace S3 {
3705
3706
  */
3706
3707
  EncodingType?: EncodingType;
3707
3708
  /**
3708
- * 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
3709
+ * KeyCount is the number of keys returned with this request. KeyCount will always be less than or equals to MaxKeys field. Say you ask for 50 keys, your result will include less than equals 50 keys
3709
3710
  */
3710
3711
  KeyCount?: KeyCount;
3711
3712
  /**
@@ -4022,7 +4023,7 @@ declare namespace S3 {
4022
4023
  */
4023
4024
  Key?: ObjectKey;
4024
4025
  /**
4025
- * The date the Object was Last Modified
4026
+ * Creation date of the object.
4026
4027
  */
4027
4028
  LastModified?: LastModified;
4028
4029
  /**
@@ -4045,7 +4046,7 @@ declare namespace S3 {
4045
4046
  export type ObjectCannedACL = "private"|"public-read"|"public-read-write"|"authenticated-read"|"aws-exec-read"|"bucket-owner-read"|"bucket-owner-full-control"|string;
4046
4047
  export interface ObjectIdentifier {
4047
4048
  /**
4048
- * Key name of the object to delete.
4049
+ * Key name of the object. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
4049
4050
  */
4050
4051
  Key: ObjectKey;
4051
4052
  /**
@@ -4546,7 +4547,7 @@ declare namespace S3 {
4546
4547
  */
4547
4548
  Bucket: BucketName;
4548
4549
  /**
4549
- * &gt;The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity check to verify that the request body was not corrupted in transit. For more information, see RFC 1864. For requests made using the AWS Command Line Interface (CLI) or AWS SDKs, this field is calculated automatically.
4550
+ * The base64-encoded 128-bit MD5 digest of the data. You must use this header as a message integrity check to verify that the request body was not corrupted in transit. For more information, see RFC 1864. For requests made using the AWS Command Line Interface (CLI) or AWS SDKs, this field is calculated automatically.
4550
4551
  */
4551
4552
  ContentMD5?: ContentMD5;
4552
4553
  /**
@@ -4957,6 +4958,7 @@ declare namespace S3 {
4957
4958
  * The account id of the expected bucket owner. If the bucket is owned by a different account, the request will fail with an HTTP 403 (Access Denied) error.
4958
4959
  */
4959
4960
  ExpectedBucketOwner?: AccountId;
4961
+ RequestPayer?: RequestPayer;
4960
4962
  }
4961
4963
  export interface PutPublicAccessBlockRequest {
4962
4964
  /**
@@ -5028,11 +5030,11 @@ declare namespace S3 {
5028
5030
  */
5029
5031
  Protocol?: Protocol;
5030
5032
  /**
5031
- * 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.
5033
+ * 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. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
5032
5034
  */
5033
5035
  ReplaceKeyPrefixWith?: ReplaceKeyPrefixWith;
5034
5036
  /**
5035
- * The specific object key to use in the redirect request. For example, redirect request to error.html. Not required if one of the siblings is present. Can be present only if ReplaceKeyPrefixWith is not provided.
5037
+ * The specific object key to use in the redirect request. For example, redirect request to error.html. Not required if one of the siblings is present. Can be present only if ReplaceKeyPrefixWith is not provided. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
5036
5038
  */
5037
5039
  ReplaceKeyWith?: ReplaceKeyWith;
5038
5040
  }
@@ -5076,7 +5078,7 @@ declare namespace S3 {
5076
5078
  */
5077
5079
  Priority?: Priority;
5078
5080
  /**
5079
- * An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string.
5081
+ * An object key name prefix that identifies the object or objects to which the rule applies. The maximum prefix length is 1,024 characters. To include all objects in a bucket, specify an empty string. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
5080
5082
  */
5081
5083
  Prefix?: Prefix;
5082
5084
  Filter?: ReplicationRuleFilter;
@@ -5110,7 +5112,7 @@ declare namespace S3 {
5110
5112
  }
5111
5113
  export interface ReplicationRuleFilter {
5112
5114
  /**
5113
- * An object key name prefix that identifies the subset of objects to which the rule applies.
5115
+ * An object key name prefix that identifies the subset of objects to which the rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
5114
5116
  */
5115
5117
  Prefix?: Prefix;
5116
5118
  /**
@@ -5244,7 +5246,7 @@ declare namespace S3 {
5244
5246
  */
5245
5247
  ID?: ID;
5246
5248
  /**
5247
- * Object key prefix that identifies one or more objects to which this rule applies.
5249
+ * Object key prefix that identifies one or more objects to which this rule applies. Replacement must be made for object keys containing special characters (such as carriage returns) when using XML requests. For more information, see XML related object key constraints.
5248
5250
  */
5249
5251
  Prefix: Prefix;
5250
5252
  /**
@@ -630,7 +630,7 @@ declare namespace S3Control {
630
630
  }
631
631
  export interface DescribeJobRequest {
632
632
  /**
633
- *
633
+ * The AWS account ID associated with the S3 Batch Operations job.
634
634
  */
635
635
  AccountId: AccountId;
636
636
  /**
@@ -1219,7 +1219,7 @@ declare namespace S3Control {
1219
1219
  }
1220
1220
  export interface ListJobsRequest {
1221
1221
  /**
1222
- *
1222
+ * The AWS account ID associated with the S3 Batch Operations job.
1223
1223
  */
1224
1224
  AccountId: AccountId;
1225
1225
  /**
@@ -1930,7 +1930,7 @@ declare namespace S3Control {
1930
1930
  export type TransitionStorageClass = "GLACIER"|"STANDARD_IA"|"ONEZONE_IA"|"INTELLIGENT_TIERING"|"DEEP_ARCHIVE"|string;
1931
1931
  export interface UpdateJobPriorityRequest {
1932
1932
  /**
1933
- *
1933
+ * The AWS account ID associated with the S3 Batch Operations job.
1934
1934
  */
1935
1935
  AccountId: AccountId;
1936
1936
  /**
@@ -1954,7 +1954,7 @@ declare namespace S3Control {
1954
1954
  }
1955
1955
  export interface UpdateJobStatusRequest {
1956
1956
  /**
1957
- *
1957
+ * The AWS account ID associated with the S3 Batch Operations job.
1958
1958
  */
1959
1959
  AccountId: AccountId;
1960
1960
  /**
@@ -83,7 +83,7 @@ return /******/ (function(modules) { // webpackBootstrap
83
83
  /**
84
84
  * @constant
85
85
  */
86
- VERSION: '2.849.0',
86
+ VERSION: '2.853.0',
87
87
 
88
88
  /**
89
89
  * @api private