@aws-sdk/client-s3 3.918.0 → 3.919.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 (112) hide show
  1. package/dist-cjs/endpoint/ruleset.js +1 -1
  2. package/dist-cjs/index.js +2 -0
  3. package/dist-es/endpoint/ruleset.js +1 -1
  4. package/dist-es/protocols/Aws_restXml.js +2 -0
  5. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -0
  6. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -0
  7. package/dist-types/commands/CopyObjectCommand.d.ts +10 -8
  8. package/dist-types/commands/CreateBucketCommand.d.ts +6 -13
  9. package/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -0
  10. package/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -0
  11. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +6 -6
  12. package/dist-types/commands/CreateSessionCommand.d.ts +3 -0
  13. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -0
  14. package/dist-types/commands/DeleteBucketCommand.d.ts +3 -0
  15. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -0
  16. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -0
  17. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  18. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -0
  19. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -0
  20. package/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -0
  21. package/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -0
  22. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -0
  23. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -0
  24. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -0
  25. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -0
  26. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -0
  27. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -0
  28. package/dist-types/commands/DeleteObjectCommand.d.ts +6 -0
  29. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -0
  30. package/dist-types/commands/DeleteObjectsCommand.d.ts +3 -0
  31. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +3 -0
  32. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -0
  33. package/dist-types/commands/GetBucketAclCommand.d.ts +4 -1
  34. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -0
  35. package/dist-types/commands/GetBucketCorsCommand.d.ts +3 -0
  36. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +3 -0
  37. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  38. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -0
  39. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -0
  40. package/dist-types/commands/GetBucketLocationCommand.d.ts +19 -5
  41. package/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -1
  42. package/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -0
  43. package/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -0
  44. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -0
  45. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -0
  46. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -0
  47. package/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -0
  48. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -0
  49. package/dist-types/commands/GetBucketReplicationCommand.d.ts +3 -0
  50. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -0
  51. package/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -0
  52. package/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -0
  53. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -0
  54. package/dist-types/commands/GetObjectAclCommand.d.ts +11 -1
  55. package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -0
  56. package/dist-types/commands/GetObjectCommand.d.ts +3 -0
  57. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -0
  58. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -0
  59. package/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -0
  60. package/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -0
  61. package/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -0
  62. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +3 -0
  63. package/dist-types/commands/HeadBucketCommand.d.ts +12 -6
  64. package/dist-types/commands/HeadObjectCommand.d.ts +3 -0
  65. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -0
  66. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -0
  67. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +4 -1
  68. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -0
  69. package/dist-types/commands/ListBucketsCommand.d.ts +4 -1
  70. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -0
  71. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +4 -1
  72. package/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -1
  73. package/dist-types/commands/ListObjectsCommand.d.ts +4 -1
  74. package/dist-types/commands/ListObjectsV2Command.d.ts +11 -1
  75. package/dist-types/commands/ListPartsCommand.d.ts +4 -1
  76. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -0
  77. package/dist-types/commands/PutBucketAclCommand.d.ts +6 -6
  78. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -0
  79. package/dist-types/commands/PutBucketCorsCommand.d.ts +3 -0
  80. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -0
  81. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -0
  82. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -0
  83. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -0
  84. package/dist-types/commands/PutBucketLoggingCommand.d.ts +6 -6
  85. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -0
  86. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -0
  87. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -0
  88. package/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -0
  89. package/dist-types/commands/PutBucketReplicationCommand.d.ts +3 -0
  90. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -0
  91. package/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -0
  92. package/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -0
  93. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -0
  94. package/dist-types/commands/PutObjectAclCommand.d.ts +9 -1
  95. package/dist-types/commands/PutObjectCommand.d.ts +6 -6
  96. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -0
  97. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -0
  98. package/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -0
  99. package/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -0
  100. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +3 -0
  101. package/dist-types/commands/RenameObjectCommand.d.ts +3 -0
  102. package/dist-types/commands/RestoreObjectCommand.d.ts +3 -0
  103. package/dist-types/commands/SelectObjectContentCommand.d.ts +3 -0
  104. package/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -0
  105. package/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -0
  106. package/dist-types/commands/UploadPartCommand.d.ts +3 -0
  107. package/dist-types/commands/UploadPartCopyCommand.d.ts +3 -0
  108. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -0
  109. package/dist-types/models/models_0.d.ts +57 -27
  110. package/dist-types/models/models_1.d.ts +10 -17
  111. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  112. package/package.json +4 -4
@@ -28,7 +28,7 @@ declare const ListMultipartUploadsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <important>
31
- * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
31
+ * <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
32
32
  * Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
33
33
  * </p>
34
34
  * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
@@ -160,6 +160,9 @@ declare const ListMultipartUploadsCommand_base: {
160
160
  * </p>
161
161
  * </li>
162
162
  * </ul>
163
+ * <important>
164
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
165
+ * </important>
163
166
  * @example
164
167
  * Use a bare-bones client and the command you need to make an API call.
165
168
  * ```javascript
@@ -28,7 +28,7 @@ declare const ListObjectVersionsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <important>
31
- * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
31
+ * <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
32
32
  * Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
33
33
  * </p>
34
34
  * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
@@ -71,6 +71,9 @@ declare const ListObjectVersionsCommand_base: {
71
71
  * </p>
72
72
  * </li>
73
73
  * </ul>
74
+ * <important>
75
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
76
+ * </important>
74
77
  * @example
75
78
  * Use a bare-bones client and the command you need to make an API call.
76
79
  * ```javascript
@@ -28,7 +28,7 @@ declare const ListObjectsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <important>
31
- * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
31
+ * <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
32
32
  * Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
33
33
  * </p>
34
34
  * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
@@ -74,6 +74,9 @@ declare const ListObjectsCommand_base: {
74
74
  * </p>
75
75
  * </li>
76
76
  * </ul>
77
+ * <important>
78
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
79
+ * </important>
77
80
  * @example
78
81
  * Use a bare-bones client and the command you need to make an API call.
79
82
  * ```javascript
@@ -27,7 +27,14 @@ declare const ListObjectsV2Command_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns some or all (up to 1,000) of the objects in a bucket with each request. You can use the
30
+ * <important>
31
+ * <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
32
+ * Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
33
+ * </p>
34
+ * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
35
+ * Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
36
+ * </important>
37
+ * <p>Returns some or all (up to 1,000) of the objects in a bucket with each request. You can use the
31
38
  * request parameters as selection criteria to return a subset of the objects in a bucket. A <code>200
32
39
  * OK</code> response can contain valid or invalid XML. Make sure to design your application to parse the
33
40
  * contents of the response and handle it appropriately. For more information about listing objects, see
@@ -127,6 +134,9 @@ declare const ListObjectsV2Command_base: {
127
134
  * </p>
128
135
  * </li>
129
136
  * </ul>
137
+ * <important>
138
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
139
+ * </important>
130
140
  * @example
131
141
  * Use a bare-bones client and the command you need to make an API call.
132
142
  * ```javascript
@@ -28,7 +28,7 @@ declare const ListPartsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <important>
31
- * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
31
+ * <p>End of support notice: Beginning November 21, 2025, Amazon S3 will stop returning <code>DisplayName</code>. Update your applications to use canonical IDs (unique identifier for
32
32
  * Amazon Web Services accounts), Amazon Web Services account ID (12 digit identifier) or IAM ARNs (full resource naming) as a direct replacement of <code>DisplayName</code>.
33
33
  * </p>
34
34
  * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
@@ -119,6 +119,9 @@ declare const ListPartsCommand_base: {
119
119
  * </p>
120
120
  * </li>
121
121
  * </ul>
122
+ * <important>
123
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
124
+ * </important>
122
125
  * @example
123
126
  * Use a bare-bones client and the command you need to make an API call.
124
127
  * ```javascript
@@ -65,6 +65,9 @@ declare const PutBucketAccelerateConfigurationCommand_base: {
65
65
  * </p>
66
66
  * </li>
67
67
  * </ul>
68
+ * <important>
69
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
70
+ * </important>
68
71
  * @example
69
72
  * Use a bare-bones client and the command you need to make an API call.
70
73
  * ```javascript
@@ -28,12 +28,9 @@ declare const PutBucketAclCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <important>
31
- * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will discontinue support for creating new Email Grantee Access Control Lists (ACL).
32
- * Email Grantee ACLs created prior to this date will continue to work and remain accessible through the Amazon Web Services Management Console, Command Line Interface (CLI), SDKs,
33
- * and REST API. However, you will no longer be able to create new Email Grantee ACLs.
34
- * </p>
35
- * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
36
- * Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
31
+ * <p>End of support notice: As of October 1, 2025, Amazon S3 has discontinued support for Email Grantee Access Control Lists (ACLs). If you attempt to use an Email Grantee ACL in a request after October 1, 2025,
32
+ * the request will receive an <code>HTTP 405</code> (Method Not Allowed) error.</p>
33
+ * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia), US West (N. California), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe (Ireland), and South America (São Paulo).</p>
37
34
  * </important>
38
35
  * <note>
39
36
  * <p>This operation is not supported for directory buckets.</p>
@@ -228,6 +225,9 @@ declare const PutBucketAclCommand_base: {
228
225
  * </p>
229
226
  * </li>
230
227
  * </ul>
228
+ * <important>
229
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
230
+ * </important>
231
231
  * @example
232
232
  * Use a bare-bones client and the command you need to make an API call.
233
233
  * ```javascript
@@ -131,6 +131,9 @@ declare const PutBucketAnalyticsConfigurationCommand_base: {
131
131
  * </p>
132
132
  * </li>
133
133
  * </ul>
134
+ * <important>
135
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
136
+ * </important>
134
137
  * @example
135
138
  * Use a bare-bones client and the command you need to make an API call.
136
139
  * ```javascript
@@ -80,6 +80,9 @@ declare const PutBucketCorsCommand_base: {
80
80
  * </p>
81
81
  * </li>
82
82
  * </ul>
83
+ * <important>
84
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
85
+ * </important>
83
86
  * @example
84
87
  * Use a bare-bones client and the command you need to make an API call.
85
88
  * ```javascript
@@ -146,6 +146,9 @@ declare const PutBucketEncryptionCommand_base: {
146
146
  * </p>
147
147
  * </li>
148
148
  * </ul>
149
+ * <important>
150
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
151
+ * </important>
149
152
  * @example
150
153
  * Use a bare-bones client and the command you need to make an API call.
151
154
  * ```javascript
@@ -84,6 +84,9 @@ declare const PutBucketIntelligentTieringConfigurationCommand_base: {
84
84
  * on the bucket. </p>
85
85
  * </dd>
86
86
  * </dl>
87
+ * <important>
88
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
89
+ * </important>
87
90
  * @example
88
91
  * Use a bare-bones client and the command you need to make an API call.
89
92
  * ```javascript
@@ -110,6 +110,9 @@ declare const PutBucketInventoryConfigurationCommand_base: {
110
110
  * </p>
111
111
  * </li>
112
112
  * </ul>
113
+ * <important>
114
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
115
+ * </important>
113
116
  * @example
114
117
  * Use a bare-bones client and the command you need to make an API call.
115
118
  * ```javascript
@@ -152,6 +152,9 @@ declare const PutBucketLifecycleConfigurationCommand_base: {
152
152
  * </ul>
153
153
  * </dd>
154
154
  * </dl>
155
+ * <important>
156
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
157
+ * </important>
155
158
  * @example
156
159
  * Use a bare-bones client and the command you need to make an API call.
157
160
  * ```javascript
@@ -28,12 +28,9 @@ declare const PutBucketLoggingCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <important>
31
- * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will discontinue support for creating new Email Grantee Access Control Lists (ACL).
32
- * Email Grantee ACLs created prior to this date will continue to work and remain accessible through the Amazon Web Services Management Console, Command Line Interface (CLI), SDKs,
33
- * and REST API. However, you will no longer be able to create new Email Grantee ACLs.
34
- * </p>
35
- * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
36
- * Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
31
+ * <p>End of support notice: As of October 1, 2025, Amazon S3 has discontinued support for Email Grantee Access Control Lists (ACLs). If you attempt to use an Email Grantee ACL in a request after October 1, 2025,
32
+ * the request will receive an <code>HTTP 405</code> (Method Not Allowed) error.</p>
33
+ * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia), US West (N. California), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe (Ireland), and South America (São Paulo).</p>
37
34
  * </important>
38
35
  * <note>
39
36
  * <p>This operation is not supported for directory buckets.</p>
@@ -119,6 +116,9 @@ declare const PutBucketLoggingCommand_base: {
119
116
  * </p>
120
117
  * </li>
121
118
  * </ul>
119
+ * <important>
120
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
121
+ * </important>
122
122
  * @example
123
123
  * Use a bare-bones client and the command you need to make an API call.
124
124
  * ```javascript
@@ -75,6 +75,9 @@ declare const PutBucketMetricsConfigurationCommand_base: {
75
75
  * </ul>
76
76
  * </li>
77
77
  * </ul>
78
+ * <important>
79
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
80
+ * </important>
78
81
  * @example
79
82
  * Use a bare-bones client and the command you need to make an API call.
80
83
  * ```javascript
@@ -76,6 +76,9 @@ declare const PutBucketNotificationConfigurationCommand_base: {
76
76
  * </p>
77
77
  * </li>
78
78
  * </ul>
79
+ * <important>
80
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
81
+ * </important>
79
82
  * @example
80
83
  * Use a bare-bones client and the command you need to make an API call.
81
84
  * ```javascript
@@ -47,6 +47,9 @@ declare const PutBucketOwnershipControlsCommand_base: {
47
47
  * </p>
48
48
  * </li>
49
49
  * </ul>
50
+ * <important>
51
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
52
+ * </important>
50
53
  * @example
51
54
  * Use a bare-bones client and the command you need to make an API call.
52
55
  * ```javascript
@@ -99,6 +99,9 @@ declare const PutBucketPolicyCommand_base: {
99
99
  * </p>
100
100
  * </li>
101
101
  * </ul>
102
+ * <important>
103
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
104
+ * </important>
102
105
  * @example
103
106
  * Use a bare-bones client and the command you need to make an API call.
104
107
  * ```javascript
@@ -93,6 +93,9 @@ declare const PutBucketReplicationCommand_base: {
93
93
  * </p>
94
94
  * </li>
95
95
  * </ul>
96
+ * <important>
97
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
98
+ * </important>
96
99
  * @example
97
100
  * Use a bare-bones client and the command you need to make an API call.
98
101
  * ```javascript
@@ -47,6 +47,9 @@ declare const PutBucketRequestPaymentCommand_base: {
47
47
  * </p>
48
48
  * </li>
49
49
  * </ul>
50
+ * <important>
51
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
52
+ * </important>
50
53
  * @example
51
54
  * Use a bare-bones client and the command you need to make an API call.
52
55
  * ```javascript
@@ -82,6 +82,9 @@ declare const PutBucketTaggingCommand_base: {
82
82
  * </p>
83
83
  * </li>
84
84
  * </ul>
85
+ * <important>
86
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
87
+ * </important>
85
88
  * @example
86
89
  * Use a bare-bones client and the command you need to make an API call.
87
90
  * ```javascript
@@ -76,6 +76,9 @@ declare const PutBucketVersioningCommand_base: {
76
76
  * </p>
77
77
  * </li>
78
78
  * </ul>
79
+ * <important>
80
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
81
+ * </important>
79
82
  * @example
80
83
  * Use a bare-bones client and the command you need to make an API call.
81
84
  * ```javascript
@@ -154,6 +154,9 @@ declare const PutBucketWebsiteCommand_base: {
154
154
  * routing rules, you can use object redirect. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/how-to-page-redirect.html">Configuring an Object Redirect</a> in the
155
155
  * <i>Amazon S3 User Guide</i>.</p>
156
156
  * <p>The maximum request length is limited to 128 KB.</p>
157
+ * <important>
158
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
159
+ * </important>
157
160
  * @example
158
161
  * Use a bare-bones client and the command you need to make an API call.
159
162
  * ```javascript
@@ -27,7 +27,12 @@ declare const PutObjectAclCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <note>
30
+ * <important>
31
+ * <p>End of support notice: As of October 1, 2025, Amazon S3 has discontinued support for Email Grantee Access Control Lists (ACLs). If you attempt to use an Email Grantee ACL in a request after October 1, 2025,
32
+ * the request will receive an <code>HTTP 405</code> (Method Not Allowed) error.</p>
33
+ * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia), US West (N. California), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe (Ireland), and South America (São Paulo).</p>
34
+ * </important>
35
+ * <note>
31
36
  * <p>This operation is not supported for directory buckets.</p>
32
37
  * </note>
33
38
  * <p>Uses the <code>acl</code> subresource to set the access control list (ACL) permissions for a new or
@@ -211,6 +216,9 @@ declare const PutObjectAclCommand_base: {
211
216
  * </p>
212
217
  * </li>
213
218
  * </ul>
219
+ * <important>
220
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
221
+ * </important>
214
222
  * @example
215
223
  * Use a bare-bones client and the command you need to make an API call.
216
224
  * ```javascript
@@ -29,12 +29,9 @@ declare const PutObjectCommand_base: {
29
29
  };
30
30
  /**
31
31
  * <important>
32
- * <p>End of support notice: Beginning October 1, 2025, Amazon S3 will discontinue support for creating new Email Grantee Access Control Lists (ACL).
33
- * Email Grantee ACLs created prior to this date will continue to work and remain accessible through the Amazon Web Services Management Console, Command Line Interface (CLI), SDKs,
34
- * and REST API. However, you will no longer be able to create new Email Grantee ACLs.
35
- * </p>
36
- * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia) Region, US West (N. California) Region, US West (Oregon) Region, Asia Pacific (Singapore) Region, Asia Pacific (Sydney) Region,
37
- * Asia Pacific (Tokyo) Region, Europe (Ireland) Region, and South America (São Paulo) Region.</p>
32
+ * <p>End of support notice: As of October 1, 2025, Amazon S3 has discontinued support for Email Grantee Access Control Lists (ACLs). If you attempt to use an Email Grantee ACL in a request after October 1, 2025,
33
+ * the request will receive an <code>HTTP 405</code> (Method Not Allowed) error.</p>
34
+ * <p>This change affects the following Amazon Web Services Regions: US East (N. Virginia), US West (N. California), US West (Oregon), Asia Pacific (Singapore), Asia Pacific (Sydney), Asia Pacific (Tokyo), Europe (Ireland), and South America (São Paulo).</p>
38
35
  * </important>
39
36
  * <p>Adds an object to a bucket.</p>
40
37
  * <note>
@@ -185,6 +182,9 @@ declare const PutObjectCommand_base: {
185
182
  * </p>
186
183
  * </li>
187
184
  * </ul>
185
+ * <important>
186
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
187
+ * </important>
188
188
  * @example
189
189
  * Use a bare-bones client and the command you need to make an API call.
190
190
  * ```javascript
@@ -32,6 +32,9 @@ declare const PutObjectLegalHoldCommand_base: {
32
32
  * </note>
33
33
  * <p>Applies a legal hold configuration to the specified object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking Objects</a>.</p>
34
34
  * <p>This functionality is not supported for Amazon S3 on Outposts.</p>
35
+ * <important>
36
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
37
+ * </important>
35
38
  * @example
36
39
  * Use a bare-bones client and the command you need to make an API call.
37
40
  * ```javascript
@@ -50,6 +50,9 @@ declare const PutObjectLockConfigurationCommand_base: {
50
50
  * </li>
51
51
  * </ul>
52
52
  * </note>
53
+ * <important>
54
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
55
+ * </important>
53
56
  * @example
54
57
  * Use a bare-bones client and the command you need to make an API call.
55
58
  * ```javascript
@@ -35,6 +35,9 @@ declare const PutObjectRetentionCommand_base: {
35
35
  * configuration on objects. Bypassing a Governance Retention configuration requires the
36
36
  * <code>s3:BypassGovernanceRetention</code> permission. </p>
37
37
  * <p>This functionality is not supported for Amazon S3 on Outposts.</p>
38
+ * <important>
39
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
40
+ * </important>
38
41
  * @example
39
42
  * Use a bare-bones client and the command you need to make an API call.
40
43
  * ```javascript
@@ -77,6 +77,9 @@ declare const PutObjectTaggingCommand_base: {
77
77
  * </p>
78
78
  * </li>
79
79
  * </ul>
80
+ * <important>
81
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
82
+ * </important>
80
83
  * @example
81
84
  * Use a bare-bones client and the command you need to make an API call.
82
85
  * ```javascript
@@ -65,6 +65,9 @@ declare const PutPublicAccessBlockCommand_base: {
65
65
  * </p>
66
66
  * </li>
67
67
  * </ul>
68
+ * <important>
69
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
70
+ * </important>
68
71
  * @example
69
72
  * Use a bare-bones client and the command you need to make an API call.
70
73
  * ```javascript
@@ -76,6 +76,9 @@ declare const RenameObjectCommand_base: {
76
76
  * <i>Bucket-name</i>.s3express-<i>zone-id</i>.<i>region-code</i>.amazonaws.com</code>.</p>
77
77
  * </dd>
78
78
  * </dl>
79
+ * <important>
80
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
81
+ * </important>
79
82
  * @example
80
83
  * Use a bare-bones client and the command you need to make an API call.
81
84
  * ```javascript
@@ -222,6 +222,9 @@ declare const RestoreObjectCommand_base: {
222
222
  * </p>
223
223
  * </li>
224
224
  * </ul>
225
+ * <important>
226
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
227
+ * </important>
225
228
  * @example
226
229
  * Use a bare-bones client and the command you need to make an API call.
227
230
  * ```javascript
@@ -140,6 +140,9 @@ declare const SelectObjectContentCommand_base: {
140
140
  * </p>
141
141
  * </li>
142
142
  * </ul>
143
+ * <important>
144
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
145
+ * </important>
143
146
  * @example
144
147
  * Use a bare-bones client and the command you need to make an API call.
145
148
  * ```javascript
@@ -109,6 +109,9 @@ declare const UpdateBucketMetadataInventoryTableConfigurationCommand_base: {
109
109
  * </p>
110
110
  * </li>
111
111
  * </ul>
112
+ * <important>
113
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
114
+ * </important>
112
115
  * @example
113
116
  * Use a bare-bones client and the command you need to make an API call.
114
117
  * ```javascript
@@ -62,6 +62,9 @@ declare const UpdateBucketMetadataJournalTableConfigurationCommand_base: {
62
62
  * </p>
63
63
  * </li>
64
64
  * </ul>
65
+ * <important>
66
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
67
+ * </important>
65
68
  * @example
66
69
  * Use a bare-bones client and the command you need to make an API call.
67
70
  * ```javascript
@@ -208,6 +208,9 @@ declare const UploadPartCommand_base: {
208
208
  * </p>
209
209
  * </li>
210
210
  * </ul>
211
+ * <important>
212
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
213
+ * </important>
211
214
  * @example
212
215
  * Use a bare-bones client and the command you need to make an API call.
213
216
  * ```javascript
@@ -237,6 +237,9 @@ declare const UploadPartCopyCommand_base: {
237
237
  * </p>
238
238
  * </li>
239
239
  * </ul>
240
+ * <important>
241
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
242
+ * </important>
240
243
  * @example
241
244
  * Use a bare-bones client and the command you need to make an API call.
242
245
  * ```javascript
@@ -61,6 +61,9 @@ declare const WriteGetObjectResponseCommand_base: {
61
61
  * zlib, zstandard and ZIP. </p>
62
62
  * <p>For information on how to view and use these functions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/olap-examples.html">Using Amazon Web Services built Lambda functions</a> in the
63
63
  * <i>Amazon S3 User Guide</i>.</p>
64
+ * <important>
65
+ * <p>You must URL encode any signed header values that contain spaces. For example, if your header value is <code>my file.txt</code>, containing two spaces after <code>my</code>, you must URL encode this value to <code>my%20%20file.txt</code>.</p>
66
+ * </important>
64
67
  * @example
65
68
  * Use a bare-bones client and the command you need to make an API call.
66
69
  * ```javascript