@aws-sdk/client-s3 3.1088.0 → 3.1089.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.
package/README.md CHANGED
@@ -6,7 +6,23 @@
6
6
 
7
7
  AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native.
8
8
 
9
- <p></p>
9
+ <note>
10
+ <p>For information about using the Amazon S3 API—including authentication, signing requests, code examples, and error handling—see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/developerguide/Welcome.html">Amazon S3 Developer Guide</a>.</p>
11
+ </note>
12
+ <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3)
13
+ application programming interface (API).</p>
14
+ <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3)
15
+ application programming interface (API).</p>
16
+ <p>You can use any toolkit that supports HTTP to use the REST API. You can even use a browser
17
+ to fetch objects, as long as they are anonymously readable.</p>
18
+ <p>The REST API uses the standard HTTP headers and status codes, so that standard browsers and toolkits work as expected. In some areas, we have added functionality to HTTP (for example, we added headers to support access control). In these cases, we have done our best to add the new functionality in a way that matched the style of standard HTTP usage.</p>
19
+ <p>The current version of the Amazon S3 API is <code>2006-03-01</code>.</p>
20
+ <p>Amazon S3 supports the REST API.</p>
21
+ <note>
22
+ <p>Support for SOAP over HTTP is deprecated, but it is still available over HTTPS.
23
+ However, new Amazon S3 features will not be supported for SOAP. We recommend that
24
+ you use either this REST API or the Amazon Web Services SDKs.</p>
25
+ </note>
10
26
 
11
27
  ## Installing
12
28
 
package/dist-cjs/index.js CHANGED
@@ -4743,7 +4743,7 @@ var WriteGetObjectResponse$ = [9, n0, _WGOR,
4743
4743
  class CreateSessionCommand extends command(_ep4, _mw0, "CreateSession", CreateSession$) {
4744
4744
  }
4745
4745
 
4746
- var version = "3.1087.0";
4746
+ var version = "3.1088.0";
4747
4747
  var packageInfo = {
4748
4748
  version: version};
4749
4749
 
@@ -850,7 +850,23 @@ export interface S3 {
850
850
  waitUntilObjectNotExists(args: HeadObjectCommandInput, waiterConfig: number | Omit<WaiterConfiguration<S3>, "client">): Promise<WaiterResult<NotFound>>;
851
851
  }
852
852
  /**
853
- * <p></p>
853
+ * <note>
854
+ * <p>For information about using the Amazon S3 API—including authentication, signing requests, code examples, and error handling—see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/developerguide/Welcome.html">Amazon S3 Developer Guide</a>.</p>
855
+ * </note>
856
+ * <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3)
857
+ * application programming interface (API).</p>
858
+ * <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3)
859
+ * application programming interface (API).</p>
860
+ * <p>You can use any toolkit that supports HTTP to use the REST API. You can even use a browser
861
+ * to fetch objects, as long as they are anonymously readable.</p>
862
+ * <p>The REST API uses the standard HTTP headers and status codes, so that standard browsers and toolkits work as expected. In some areas, we have added functionality to HTTP (for example, we added headers to support access control). In these cases, we have done our best to add the new functionality in a way that matched the style of standard HTTP usage.</p>
863
+ * <p>The current version of the Amazon S3 API is <code>2006-03-01</code>.</p>
864
+ * <p>Amazon S3 supports the REST API.</p>
865
+ * <note>
866
+ * <p>Support for SOAP over HTTP is deprecated, but it is still available over HTTPS.
867
+ * However, new Amazon S3 features will not be supported for SOAP. We recommend that
868
+ * you use either this REST API or the Amazon Web Services SDKs.</p>
869
+ * </note>
854
870
  * @public
855
871
  */
856
872
  export declare class S3 extends S3Client implements S3 {
@@ -325,7 +325,23 @@ export type S3ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHan
325
325
  export interface S3ClientResolvedConfig extends S3ClientResolvedConfigType {
326
326
  }
327
327
  /**
328
- * <p></p>
328
+ * <note>
329
+ * <p>For information about using the Amazon S3 API—including authentication, signing requests, code examples, and error handling—see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/developerguide/Welcome.html">Amazon S3 Developer Guide</a>.</p>
330
+ * </note>
331
+ * <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3)
332
+ * application programming interface (API).</p>
333
+ * <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3)
334
+ * application programming interface (API).</p>
335
+ * <p>You can use any toolkit that supports HTTP to use the REST API. You can even use a browser
336
+ * to fetch objects, as long as they are anonymously readable.</p>
337
+ * <p>The REST API uses the standard HTTP headers and status codes, so that standard browsers and toolkits work as expected. In some areas, we have added functionality to HTTP (for example, we added headers to support access control). In these cases, we have done our best to add the new functionality in a way that matched the style of standard HTTP usage.</p>
338
+ * <p>The current version of the Amazon S3 API is <code>2006-03-01</code>.</p>
339
+ * <p>Amazon S3 supports the REST API.</p>
340
+ * <note>
341
+ * <p>Support for SOAP over HTTP is deprecated, but it is still available over HTTPS.
342
+ * However, new Amazon S3 features will not be supported for SOAP. We recommend that
343
+ * you use either this REST API or the Amazon Web Services SDKs.</p>
344
+ * </note>
329
345
  * @public
330
346
  */
331
347
  export declare class S3Client extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, S3ClientResolvedConfig> {
@@ -69,11 +69,6 @@ declare const UpdateObjectEncryptionCommand_base: {
69
69
  * <ul>
70
70
  * <li>
71
71
  * <p>
72
- * <code>s3:PutObject</code>
73
- * </p>
74
- * </li>
75
- * <li>
76
- * <p>
77
72
  * <code>s3:UpdateObjectEncryption</code>
78
73
  * </p>
79
74
  * </li>
@@ -1,5 +1,21 @@
1
1
  /**
2
- * <p></p>
2
+ * <note>
3
+ * <p>For information about using the Amazon S3 API—including authentication, signing requests, code examples, and error handling—see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/developerguide/Welcome.html">Amazon S3 Developer Guide</a>.</p>
4
+ * </note>
5
+ * <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3)
6
+ * application programming interface (API).</p>
7
+ * <p>Welcome to the <i>Amazon S3 API Reference</i>. This guide explains the Amazon Simple Storage Service (Amazon S3)
8
+ * application programming interface (API).</p>
9
+ * <p>You can use any toolkit that supports HTTP to use the REST API. You can even use a browser
10
+ * to fetch objects, as long as they are anonymously readable.</p>
11
+ * <p>The REST API uses the standard HTTP headers and status codes, so that standard browsers and toolkits work as expected. In some areas, we have added functionality to HTTP (for example, we added headers to support access control). In these cases, we have done our best to add the new functionality in a way that matched the style of standard HTTP usage.</p>
12
+ * <p>The current version of the Amazon S3 API is <code>2006-03-01</code>.</p>
13
+ * <p>Amazon S3 supports the REST API.</p>
14
+ * <note>
15
+ * <p>Support for SOAP over HTTP is deprecated, but it is still available over HTTPS.
16
+ * However, new Amazon S3 features will not be supported for SOAP. We recommend that
17
+ * you use either this REST API or the Amazon Web Services SDKs.</p>
18
+ * </note>
3
19
  *
4
20
  * @packageDocumentation
5
21
  */
@@ -1667,7 +1667,7 @@ export interface CopyObjectRequest {
1667
1667
  */
1668
1668
  export interface CreateBucketOutput {
1669
1669
  /**
1670
- * <p>A forward slash followed by the name of the bucket.</p>
1670
+ * <p>A forward slash followed by the name of the bucket for all account regional namespace buckets and all global general purpose buckets created in us-east-1. For example, <code>/amzn-s3-demo-bucket</code>. For global general purpose buckets created in other Amazon Web Services Regions, the Location field is the global endpoint URL. For example, <code>http://amzn-s3-demo-bucket.s3.amazonaws.com/</code>.</p>
1671
1671
  * @public
1672
1672
  */
1673
1673
  Location?: string | undefined;
@@ -3636,7 +3636,10 @@ export interface DeletedObject {
3636
3636
  DeleteMarkerVersionId?: string | undefined;
3637
3637
  }
3638
3638
  /**
3639
- * <p>Container for all error elements.</p>
3639
+ * <note>
3640
+ * <p>For information about using the Amazon S3 API—including error handling—see the <a href="https://docs.aws.amazon.com/AmazonS3/latest/developerguide/Welcome.html">Amazon S3 Developer Guide</a>.</p>
3641
+ * </note>
3642
+ * <p>Container for all error elements.</p>
3640
3643
  * @public
3641
3644
  */
3642
3645
  export interface _Error {
@@ -6973,10 +6976,7 @@ export interface Transition {
6973
6976
  Date?: Date | undefined;
6974
6977
  /**
6975
6978
  * <p>Indicates the number of days after creation when objects are transitioned to the specified storage
6976
- * class. If the specified storage class is <code>INTELLIGENT_TIERING</code>, <code>GLACIER_IR</code>,
6977
- * <code>GLACIER</code>, or <code>DEEP_ARCHIVE</code>, valid values are <code>0</code> or positive
6978
- * integers. If the specified storage class is <code>STANDARD_IA</code> or <code>ONEZONE_IA</code>, valid
6979
- * values are positive integers greater than <code>30</code>. Be aware that some storage classes have a
6979
+ * class. The value can be <code>0</code> or any positive integer. Be aware that some storage classes have a
6980
6980
  * minimum storage duration and that you're charged for transitioning objects before their minimum storage
6981
6981
  * duration. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/lifecycle-transition-general-considerations.html#lifecycle-configuration-constraints"> Constraints and considerations for transitions</a> in the <i>Amazon S3 User
6982
6982
  * Guide</i>.</p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
- "version": "3.1088.0",
3
+ "version": "3.1089.0",
4
4
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3",
6
6
  "license": "Apache-2.0",
@@ -56,7 +56,7 @@
56
56
  "dependencies": {
57
57
  "@aws-sdk/checksums": "^3.1000.18",
58
58
  "@aws-sdk/core": "^3.975.3",
59
- "@aws-sdk/credential-provider-node": "^3.972.69",
59
+ "@aws-sdk/credential-provider-node": "^3.972.70",
60
60
  "@aws-sdk/middleware-sdk-s3": "^3.972.64",
61
61
  "@aws-sdk/signature-v4-multi-region": "^3.996.41",
62
62
  "@aws-sdk/types": "^3.974.2",
@@ -67,7 +67,7 @@
67
67
  "tslib": "^2.6.2"
68
68
  },
69
69
  "devDependencies": {
70
- "@aws-sdk/signature-v4-crt": "3.1088.0",
70
+ "@aws-sdk/signature-v4-crt": "3.1089.0",
71
71
  "@smithy/snapshot-testing": "^2.2.9",
72
72
  "@tsconfig/node20": "20.1.8",
73
73
  "@types/node": "^20.14.8",