@aws-sdk/client-s3 3.940.0 → 3.946.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 (145) hide show
  1. package/dist-cjs/index.js +993 -5963
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/S3Client.js +2 -2
  5. package/dist-es/models/enums.js +2 -0
  6. package/dist-es/runtimeConfig.browser.js +2 -2
  7. package/dist-es/runtimeConfig.js +2 -3
  8. package/dist-es/schemas/schemas_0.js +991 -5963
  9. package/dist-types/S3.d.ts +1 -1
  10. package/dist-types/S3Client.d.ts +12 -12
  11. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  12. package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
  13. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +3 -3
  14. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -3
  15. package/dist-types/commands/CopyObjectCommand.d.ts +9 -9
  16. package/dist-types/commands/CreateBucketCommand.d.ts +4 -9
  17. package/dist-types/commands/CreateBucketMetadataConfigurationCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +4 -4
  20. package/dist-types/commands/CreateSessionCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteBucketCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteBucketMetadataConfigurationCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +3 -3
  30. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -3
  31. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -3
  32. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +3 -3
  33. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +3 -3
  34. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +3 -3
  35. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +3 -3
  36. package/dist-types/commands/DeleteObjectCommand.d.ts +3 -3
  37. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +3 -3
  38. package/dist-types/commands/DeleteObjectsCommand.d.ts +3 -3
  39. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +9 -7
  40. package/dist-types/commands/GetBucketAbacCommand.d.ts +4 -4
  41. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -3
  42. package/dist-types/commands/GetBucketAclCommand.d.ts +4 -11
  43. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -3
  44. package/dist-types/commands/GetBucketCorsCommand.d.ts +3 -3
  45. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +4 -4
  46. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -3
  47. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -3
  48. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -3
  49. package/dist-types/commands/GetBucketLocationCommand.d.ts +3 -3
  50. package/dist-types/commands/GetBucketLoggingCommand.d.ts +4 -11
  51. package/dist-types/commands/GetBucketMetadataConfigurationCommand.d.ts +3 -3
  52. package/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +3 -3
  53. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -3
  54. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -3
  55. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +3 -3
  56. package/dist-types/commands/GetBucketPolicyCommand.d.ts +3 -3
  57. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +3 -3
  58. package/dist-types/commands/GetBucketReplicationCommand.d.ts +4 -4
  59. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +3 -3
  60. package/dist-types/commands/GetBucketTaggingCommand.d.ts +3 -3
  61. package/dist-types/commands/GetBucketVersioningCommand.d.ts +3 -3
  62. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +3 -3
  63. package/dist-types/commands/GetObjectAclCommand.d.ts +4 -11
  64. package/dist-types/commands/GetObjectAttributesCommand.d.ts +4 -4
  65. package/dist-types/commands/GetObjectCommand.d.ts +4 -4
  66. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +3 -3
  67. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +3 -3
  68. package/dist-types/commands/GetObjectRetentionCommand.d.ts +3 -3
  69. package/dist-types/commands/GetObjectTaggingCommand.d.ts +3 -3
  70. package/dist-types/commands/GetObjectTorrentCommand.d.ts +3 -3
  71. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +17 -12
  72. package/dist-types/commands/HeadBucketCommand.d.ts +3 -3
  73. package/dist-types/commands/HeadObjectCommand.d.ts +4 -4
  74. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -3
  75. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -3
  76. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +3 -3
  77. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -3
  78. package/dist-types/commands/ListBucketsCommand.d.ts +4 -11
  79. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +3 -3
  80. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +5 -12
  81. package/dist-types/commands/ListObjectVersionsCommand.d.ts +4 -11
  82. package/dist-types/commands/ListObjectsCommand.d.ts +5 -12
  83. package/dist-types/commands/ListObjectsV2Command.d.ts +5 -12
  84. package/dist-types/commands/ListPartsCommand.d.ts +5 -12
  85. package/dist-types/commands/PutBucketAbacCommand.d.ts +4 -4
  86. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -3
  87. package/dist-types/commands/PutBucketAclCommand.d.ts +3 -3
  88. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -3
  89. package/dist-types/commands/PutBucketCorsCommand.d.ts +3 -3
  90. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +3 -3
  91. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -3
  92. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -3
  93. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -3
  94. package/dist-types/commands/PutBucketLoggingCommand.d.ts +3 -3
  95. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -3
  96. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -3
  97. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +3 -3
  98. package/dist-types/commands/PutBucketPolicyCommand.d.ts +3 -3
  99. package/dist-types/commands/PutBucketReplicationCommand.d.ts +4 -4
  100. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +3 -3
  101. package/dist-types/commands/PutBucketTaggingCommand.d.ts +3 -4
  102. package/dist-types/commands/PutBucketVersioningCommand.d.ts +3 -3
  103. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +3 -3
  104. package/dist-types/commands/PutObjectAclCommand.d.ts +3 -3
  105. package/dist-types/commands/PutObjectCommand.d.ts +4 -4
  106. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +3 -3
  107. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +3 -3
  108. package/dist-types/commands/PutObjectRetentionCommand.d.ts +3 -3
  109. package/dist-types/commands/PutObjectTaggingCommand.d.ts +3 -3
  110. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +10 -8
  111. package/dist-types/commands/RenameObjectCommand.d.ts +3 -3
  112. package/dist-types/commands/RestoreObjectCommand.d.ts +5 -5
  113. package/dist-types/commands/SelectObjectContentCommand.d.ts +3 -3
  114. package/dist-types/commands/UpdateBucketMetadataInventoryTableConfigurationCommand.d.ts +3 -3
  115. package/dist-types/commands/UpdateBucketMetadataJournalTableConfigurationCommand.d.ts +3 -3
  116. package/dist-types/commands/UploadPartCommand.d.ts +3 -3
  117. package/dist-types/commands/UploadPartCopyCommand.d.ts +3 -3
  118. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +3 -3
  119. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  120. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  121. package/dist-types/extensionConfiguration.d.ts +4 -4
  122. package/dist-types/models/S3ServiceException.d.ts +1 -1
  123. package/dist-types/models/enums.d.ts +2 -0
  124. package/dist-types/models/errors.d.ts +1 -1
  125. package/dist-types/models/models_0.d.ts +23 -98
  126. package/dist-types/models/models_1.d.ts +1 -1
  127. package/dist-types/pagination/Interfaces.d.ts +1 -1
  128. package/dist-types/pagination/ListBucketsPaginator.d.ts +1 -1
  129. package/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +1 -1
  130. package/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -1
  131. package/dist-types/pagination/ListPartsPaginator.d.ts +1 -1
  132. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  133. package/dist-types/runtimeConfig.d.ts +1 -1
  134. package/dist-types/runtimeConfig.native.d.ts +1 -1
  135. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  136. package/dist-types/runtimeExtensions.d.ts +1 -1
  137. package/dist-types/schemas/schemas_0.d.ts +1 -1
  138. package/dist-types/ts3.4/S3Client.d.ts +6 -6
  139. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  140. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +3 -3
  141. package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -1
  144. package/dist-types/ts3.4/models/enums.d.ts +2 -0
  145. package/package.json +16 -15
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } from "./commands/AbortMultipartUploadCommand";
3
3
  import { CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput } from "./commands/CompleteMultipartUploadCommand";
4
4
  import { CopyObjectCommandInput, CopyObjectCommandOutput } from "./commands/CopyObjectCommand";
@@ -1,17 +1,17 @@
1
- import { FlexibleChecksumsInputConfig, FlexibleChecksumsResolvedConfig } from "@aws-sdk/middleware-flexible-checksums";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
1
+ import { type FlexibleChecksumsInputConfig, type FlexibleChecksumsResolvedConfig } from "@aws-sdk/middleware-flexible-checksums";
2
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
3
  import { S3InputConfig, S3ResolvedConfig } from "@aws-sdk/middleware-sdk-s3";
4
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
4
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
5
5
  import { GetAwsChunkedEncodingStream } from "@aws-sdk/types";
6
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
7
- import { EventStreamSerdeInputConfig, EventStreamSerdeResolvedConfig } from "@smithy/eventstream-serde-config-resolver";
8
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
9
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
10
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
11
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
12
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, EventStreamSerdeProvider as __EventStreamSerdeProvider, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, SdkStreamMixinInjector as __SdkStreamMixinInjector, StreamCollector as __StreamCollector, StreamHasher as __StreamHasher, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
6
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
7
+ import { type EventStreamSerdeInputConfig, type EventStreamSerdeResolvedConfig } from "@smithy/eventstream-serde-config-resolver";
8
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
9
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
10
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
11
+ import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
12
+ import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type EventStreamSerdeProvider as __EventStreamSerdeProvider, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type SdkStreamMixinInjector as __SdkStreamMixinInjector, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, ChecksumConstructor as __ChecksumConstructor, HashConstructor as __HashConstructor, Provider, StreamHasher as __StreamHasher, UserAgent as __UserAgent } from "@smithy/types";
13
13
  import { Readable } from "stream";
14
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
14
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
15
15
  import { AbortMultipartUploadCommandInput, AbortMultipartUploadCommandOutput } from "./commands/AbortMultipartUploadCommand";
16
16
  import { CompleteMultipartUploadCommandInput, CompleteMultipartUploadCommandOutput } from "./commands/CompleteMultipartUploadCommand";
17
17
  import { CopyObjectCommandInput, CopyObjectCommandOutput } from "./commands/CopyObjectCommand";
@@ -119,7 +119,7 @@ import { UploadPartCommandInput, UploadPartCommandOutput } from "./commands/Uplo
119
119
  import { UploadPartCopyCommandInput, UploadPartCopyCommandOutput } from "./commands/UploadPartCopyCommand";
120
120
  import { WriteGetObjectResponseCommandInput, WriteGetObjectResponseCommandOutput } from "./commands/WriteGetObjectResponseCommand";
121
121
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
122
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
122
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
123
123
  export { __Client };
124
124
  /**
125
125
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { S3HttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { S3HttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,5 +1,5 @@
1
1
  import { AwsSdkSigV4AAuthInputConfig, AwsSdkSigV4AAuthResolvedConfig, AwsSdkSigV4APreviouslyResolved, AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
2
+ import { type HttpAuthScheme, type HttpAuthSchemeParametersProvider, type Provider, HandlerExecutionContext, HttpAuthSchemeParameters, HttpAuthSchemeProvider } from "@smithy/types";
3
3
  import { EndpointParameters } from "../endpoint/EndpointParameters";
4
4
  import { S3ClientResolvedConfig } from "../S3Client";
5
5
  /**
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { AbortMultipartUploadOutput, AbortMultipartUploadRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { AbortMultipartUploadOutput, AbortMultipartUploadRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CompleteMultipartUploadOutput, CompleteMultipartUploadRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CompleteMultipartUploadOutput, CompleteMultipartUploadRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CopyObjectOutput, CopyObjectRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CopyObjectOutput, CopyObjectRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -34,11 +34,11 @@ declare const CopyObjectCommand_base: {
34
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>
35
35
  * </important>
36
36
  * <note>
37
- * <p>You can store individual objects of up to 5 TB in Amazon S3. You create a copy of your object up to 5
38
- * GB in size in a single atomic action using this API. However, to copy an object greater than 5 GB, you
39
- * must use the multipart upload Upload Part - Copy (UploadPartCopy) API. For more information, see
40
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjctsUsingRESTMPUapi.html">Copy Object
41
- * Using the REST Multipart Upload API</a>.</p>
37
+ * <p>You can store individual objects of up to 50 TB in Amazon S3. You create a copy of your
38
+ * object up to 5 GB in size in a single atomic action using this API. However, to copy an
39
+ * object greater than 5 GB, you must use the multipart upload Upload Part - Copy
40
+ * (UploadPartCopy) API. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjctsUsingRESTMPUapi.html">Copy Object Using the REST
41
+ * Multipart Upload API</a>.</p>
42
42
  * </note>
43
43
  * <p>You can copy individual objects between general purpose buckets, between directory buckets, and between
44
44
  * general purpose buckets and directory buckets.</p>
@@ -264,7 +264,7 @@ declare const CopyObjectCommand_base: {
264
264
  * MetadataDirective: "COPY" || "REPLACE",
265
265
  * TaggingDirective: "COPY" || "REPLACE",
266
266
  * ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
267
- * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
267
+ * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
268
268
  * WebsiteRedirectLocation: "STRING_VALUE",
269
269
  * SSECustomerAlgorithm: "STRING_VALUE",
270
270
  * SSECustomerKey: "STRING_VALUE",
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateBucketOutput, CreateBucketRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateBucketOutput, CreateBucketRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,12 +27,7 @@ declare const CreateBucketCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
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>
30
+ * <note>
36
31
  * <p>This action creates an Amazon S3 bucket. To create an Amazon S3 on Outposts bucket, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_CreateBucket.html">
37
32
  * <code>CreateBucket</code>
38
33
  * </a>.</p>
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateBucketMetadataConfigurationRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateBucketMetadataConfigurationRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateBucketMetadataTableConfigurationRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateBucketMetadataTableConfigurationRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateMultipartUploadOutput, CreateMultipartUploadRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateMultipartUploadOutput, CreateMultipartUploadRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -303,7 +303,7 @@ declare const CreateMultipartUploadCommand_base: {
303
303
  * "<keys>": "STRING_VALUE",
304
304
  * },
305
305
  * ServerSideEncryption: "AES256" || "aws:fsx" || "aws:kms" || "aws:kms:dsse",
306
- * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS",
306
+ * StorageClass: "STANDARD" || "REDUCED_REDUNDANCY" || "STANDARD_IA" || "ONEZONE_IA" || "INTELLIGENT_TIERING" || "GLACIER" || "DEEP_ARCHIVE" || "OUTPOSTS" || "GLACIER_IR" || "SNOW" || "EXPRESS_ONEZONE" || "FSX_OPENZFS" || "FSX_ONTAP",
307
307
  * WebsiteRedirectLocation: "STRING_VALUE",
308
308
  * SSECustomerAlgorithm: "STRING_VALUE",
309
309
  * SSECustomerKey: "STRING_VALUE",
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { CreateSessionOutput, CreateSessionRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateSessionOutput, CreateSessionRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketAnalyticsConfigurationRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketAnalyticsConfigurationRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketCorsRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketCorsRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketEncryptionRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketEncryptionRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketIntelligentTieringConfigurationRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketIntelligentTieringConfigurationRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketInventoryConfigurationRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketInventoryConfigurationRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketLifecycleRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketLifecycleRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketMetadataConfigurationRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketMetadataConfigurationRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketMetadataTableConfigurationRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketMetadataTableConfigurationRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketMetricsConfigurationRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketMetricsConfigurationRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketOwnershipControlsRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketOwnershipControlsRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketPolicyRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketPolicyRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketReplicationRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketReplicationRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketTaggingRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketTaggingRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteBucketWebsiteRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteBucketWebsiteRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteObjectOutput, DeleteObjectRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteObjectOutput, DeleteObjectRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteObjectTaggingOutput, DeleteObjectTaggingRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteObjectTaggingOutput, DeleteObjectTaggingRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeleteObjectsOutput, DeleteObjectsRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteObjectsOutput, DeleteObjectsRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeletePublicAccessBlockRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeletePublicAccessBlockRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -30,10 +30,12 @@ declare const DeletePublicAccessBlockCommand_base: {
30
30
  * <note>
31
31
  * <p>This operation is not supported for directory buckets.</p>
32
32
  * </note>
33
- * <p>Removes the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket. To use this operation,
34
- * you must have the <code>s3:PutBucketPublicAccessBlock</code> permission. For more information about
35
- * permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access Permissions to Your Amazon S3
36
- * Resources</a>.</p>
33
+ * <p>Removes the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket. This
34
+ * operation removes the bucket-level configuration only. The effective public access behavior
35
+ * will still be governed by account-level settings (which may inherit from organization-level
36
+ * policies). To use this operation, you must have the <code>s3:PutBucketPublicAccessBlock</code>
37
+ * permission. For more information about permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources">Permissions Related to Bucket Subresource Operations</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html">Managing Access
38
+ * Permissions to Your Amazon S3 Resources</a>.</p>
37
39
  * <p>The following operations are related to <code>DeletePublicAccessBlock</code>:</p>
38
40
  * <ul>
39
41
  * <li>
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetBucketAbacOutput, GetBucketAbacRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetBucketAbacOutput, GetBucketAbacRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,7 +27,7 @@ declare const GetBucketAbacCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns the attribute-based access control (ABAC) property of the general purpose bucket. If the bucket ABAC is enabled, you can use tags for bucket access control. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging-enable-abac.html">Enabling ABAC in general purpose buckets</a>. Whether ABAC is enabled or disabled, you can use tags for cost tracking. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging.html">Using tags with S3 general purpose buckets</a>.</p>
30
+ * <p>Returns the attribute-based access control (ABAC) property of the general purpose bucket. If ABAC is enabled on your bucket, you can use tags on the bucket for access control. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/buckets-tagging-enable-abac.html">Enabling ABAC in general purpose buckets</a>.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetBucketAccelerateConfigurationOutput, GetBucketAccelerateConfigurationRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetBucketAccelerateConfigurationOutput, GetBucketAccelerateConfigurationRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetBucketAclOutput, GetBucketAclRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetBucketAclOutput, GetBucketAclRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -27,14 +27,7 @@ declare const GetBucketAclCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
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
- * <note>
30
+ * <note>
38
31
  * <p>This operation is not supported for directory buckets.</p>
39
32
  * </note>
40
33
  * <p>This implementation of the <code>GET</code> action uses the <code>acl</code> subresource to return
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetBucketAnalyticsConfigurationOutput, GetBucketAnalyticsConfigurationRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetBucketAnalyticsConfigurationOutput, GetBucketAnalyticsConfigurationRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetBucketCorsOutput, GetBucketCorsRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetBucketCorsOutput, GetBucketCorsRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetBucketEncryptionOutput, GetBucketEncryptionRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetBucketEncryptionOutput, GetBucketEncryptionRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -28,7 +28,7 @@ declare const GetBucketEncryptionCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Returns the default encryption configuration for an Amazon S3 bucket. By default, all buckets have a
31
- * default encryption configuration that uses server-side encryption with Amazon S3 managed keys (SSE-S3). This operation also returns the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_BucketKeyEnabled.html">BucketKeyEnabled</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_BlockedEncryptionTypes.html">BlockedEncryptionTypes</a> statuses. </p>
31
+ * default encryption configuration that uses server-side encryption with Amazon S3 managed keys (SSE-S3). This operation also returns the <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ServerSideEncryptionRule.html#AmazonS3-Type-ServerSideEncryptionRule-BucketKeyEnabled">BucketKeyEnabled</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_ServerSideEncryptionRule.html#AmazonS3-Type-ServerSideEncryptionRule-BlockedEncryptionTypes">BlockedEncryptionTypes</a> statuses. </p>
32
32
  * <note>
33
33
  * <ul>
34
34
  * <li>
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { GetBucketIntelligentTieringConfigurationOutput, GetBucketIntelligentTieringConfigurationRequest } from "../models/models_0";
4
- import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GetBucketIntelligentTieringConfigurationOutput, GetBucketIntelligentTieringConfigurationRequest } from "../models/models_0";
4
+ import type { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
5
5
  /**
6
6
  * @public
7
7
  */