@aws-sdk/client-s3 3.651.1 → 3.657.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 (204) hide show
  1. package/dist-cjs/index.js +20 -3
  2. package/dist-es/commands/CreateSessionCommand.js +2 -2
  3. package/dist-es/models/models_0.js +7 -0
  4. package/dist-es/protocols/Aws_restXml.js +8 -0
  5. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +11 -0
  6. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +19 -7
  7. package/dist-types/commands/CopyObjectCommand.d.ts +14 -0
  8. package/dist-types/commands/CreateBucketCommand.d.ts +11 -0
  9. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +32 -1
  10. package/dist-types/commands/CreateSessionCommand.d.ts +55 -6
  11. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteBucketCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +50 -12
  15. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +11 -0
  16. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +11 -0
  17. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +11 -0
  18. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +11 -0
  19. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +11 -0
  20. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +11 -0
  21. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +11 -0
  22. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +11 -0
  23. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +11 -0
  24. package/dist-types/commands/DeleteObjectCommand.d.ts +11 -0
  25. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -0
  26. package/dist-types/commands/DeleteObjectsCommand.d.ts +11 -0
  27. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +11 -0
  28. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +11 -0
  29. package/dist-types/commands/GetBucketAclCommand.d.ts +11 -0
  30. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +11 -0
  31. package/dist-types/commands/GetBucketCorsCommand.d.ts +11 -0
  32. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +51 -11
  33. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +11 -0
  34. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +11 -0
  35. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +11 -0
  36. package/dist-types/commands/GetBucketLocationCommand.d.ts +11 -0
  37. package/dist-types/commands/GetBucketLoggingCommand.d.ts +11 -0
  38. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +11 -0
  39. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +11 -0
  40. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +11 -0
  41. package/dist-types/commands/GetBucketPolicyCommand.d.ts +11 -0
  42. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +11 -0
  43. package/dist-types/commands/GetBucketReplicationCommand.d.ts +11 -0
  44. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +11 -0
  45. package/dist-types/commands/GetBucketTaggingCommand.d.ts +11 -0
  46. package/dist-types/commands/GetBucketVersioningCommand.d.ts +11 -0
  47. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +11 -0
  48. package/dist-types/commands/GetObjectAclCommand.d.ts +11 -0
  49. package/dist-types/commands/GetObjectAttributesCommand.d.ts +19 -2
  50. package/dist-types/commands/GetObjectCommand.d.ts +17 -0
  51. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +11 -0
  52. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +11 -0
  53. package/dist-types/commands/GetObjectRetentionCommand.d.ts +11 -0
  54. package/dist-types/commands/GetObjectTaggingCommand.d.ts +11 -0
  55. package/dist-types/commands/GetObjectTorrentCommand.d.ts +11 -0
  56. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +11 -0
  57. package/dist-types/commands/HeadBucketCommand.d.ts +11 -0
  58. package/dist-types/commands/HeadObjectCommand.d.ts +16 -1
  59. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +11 -0
  60. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +11 -0
  61. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +11 -0
  62. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +11 -0
  63. package/dist-types/commands/ListBucketsCommand.d.ts +11 -0
  64. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +11 -0
  65. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +11 -0
  66. package/dist-types/commands/ListObjectVersionsCommand.d.ts +11 -0
  67. package/dist-types/commands/ListObjectsCommand.d.ts +11 -0
  68. package/dist-types/commands/ListObjectsV2Command.d.ts +11 -0
  69. package/dist-types/commands/ListPartsCommand.d.ts +11 -0
  70. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +11 -0
  71. package/dist-types/commands/PutBucketAclCommand.d.ts +11 -0
  72. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +11 -0
  73. package/dist-types/commands/PutBucketCorsCommand.d.ts +11 -0
  74. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +99 -15
  75. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +11 -0
  76. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +11 -0
  77. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +11 -0
  78. package/dist-types/commands/PutBucketLoggingCommand.d.ts +11 -0
  79. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +11 -0
  80. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +11 -0
  81. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +11 -0
  82. package/dist-types/commands/PutBucketPolicyCommand.d.ts +11 -0
  83. package/dist-types/commands/PutBucketReplicationCommand.d.ts +11 -0
  84. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +11 -0
  85. package/dist-types/commands/PutBucketTaggingCommand.d.ts +11 -0
  86. package/dist-types/commands/PutBucketVersioningCommand.d.ts +11 -0
  87. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +11 -0
  88. package/dist-types/commands/PutObjectAclCommand.d.ts +11 -0
  89. package/dist-types/commands/PutObjectCommand.d.ts +14 -0
  90. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +11 -0
  91. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +11 -0
  92. package/dist-types/commands/PutObjectRetentionCommand.d.ts +11 -0
  93. package/dist-types/commands/PutObjectTaggingCommand.d.ts +11 -0
  94. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +11 -0
  95. package/dist-types/commands/RestoreObjectCommand.d.ts +11 -0
  96. package/dist-types/commands/SelectObjectContentCommand.d.ts +11 -0
  97. package/dist-types/commands/UploadPartCommand.d.ts +18 -4
  98. package/dist-types/commands/UploadPartCopyCommand.d.ts +22 -1
  99. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +11 -0
  100. package/dist-types/models/models_0.d.ts +327 -148
  101. package/dist-types/models/models_1.d.ts +73 -79
  102. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  103. package/dist-types/runtimeConfig.d.ts +2 -2
  104. package/dist-types/runtimeConfig.native.d.ts +2 -2
  105. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +12 -1
  106. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +12 -1
  107. package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +12 -1
  108. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +12 -1
  109. package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +12 -1
  110. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +12 -1
  111. package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +12 -1
  112. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +12 -1
  113. package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +12 -1
  114. package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +12 -1
  115. package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +12 -1
  116. package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +12 -1
  117. package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +12 -1
  118. package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +12 -1
  119. package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +12 -1
  120. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +12 -1
  121. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +12 -1
  122. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +12 -1
  123. package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +12 -1
  124. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +12 -1
  125. package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +12 -1
  126. package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +12 -1
  127. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +12 -1
  128. package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +12 -1
  129. package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +12 -1
  130. package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +12 -1
  131. package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +12 -1
  132. package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +12 -1
  133. package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +12 -1
  134. package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +12 -1
  135. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +12 -1
  136. package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +12 -1
  137. package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +12 -1
  138. package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +12 -1
  139. package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +12 -1
  140. package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +12 -1
  141. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +12 -1
  142. package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +12 -1
  143. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +12 -1
  144. package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +12 -1
  145. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +12 -1
  146. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +12 -1
  147. package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +12 -1
  148. package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +12 -1
  149. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +12 -1
  150. package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +12 -1
  151. package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +12 -1
  152. package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +12 -1
  153. package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +12 -1
  154. package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +12 -1
  155. package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +12 -1
  156. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +12 -1
  157. package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +12 -1
  158. package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +12 -1
  159. package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +12 -1
  160. package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +12 -1
  161. package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +12 -1
  162. package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +12 -1
  163. package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +12 -1
  164. package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +12 -1
  165. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +12 -1
  166. package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +12 -1
  167. package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +12 -1
  168. package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +12 -1
  169. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +12 -1
  170. package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +12 -1
  171. package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +12 -1
  172. package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +12 -1
  173. package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +12 -1
  174. package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +12 -1
  175. package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +12 -1
  176. package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +12 -1
  177. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +12 -1
  178. package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +12 -1
  179. package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +12 -1
  180. package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +12 -1
  181. package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +12 -1
  182. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +12 -1
  183. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +12 -1
  184. package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +12 -1
  185. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +12 -1
  186. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +12 -1
  187. package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +12 -1
  188. package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +12 -1
  189. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -1
  190. package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +12 -1
  191. package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +12 -1
  192. package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +12 -1
  193. package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +12 -1
  194. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +12 -1
  195. package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +12 -1
  196. package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +12 -1
  197. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +12 -1
  198. package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +12 -1
  199. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +12 -1
  200. package/dist-types/ts3.4/models/models_0.d.ts +11 -0
  201. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -4
  202. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -4
  203. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -4
  204. package/package.json +52 -52
@@ -449,11 +449,7 @@ export interface PutObjectOutput {
449
449
  */
450
450
  ChecksumSHA256?: string;
451
451
  /**
452
- * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for example,
453
- * <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
454
- * <note>
455
- * <p>For directory buckets, only server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) is supported.</p>
456
- * </note>
452
+ * <p>The server-side encryption algorithm used when you store this object in Amazon S3.</p>
457
453
  * @public
458
454
  */
459
455
  ServerSideEncryption?: ServerSideEncryption;
@@ -493,33 +489,22 @@ export interface PutObjectOutput {
493
489
  */
494
490
  SSECustomerKeyMD5?: string;
495
491
  /**
496
- * <p>If <code>x-amz-server-side-encryption</code> has a valid value of <code>aws:kms</code>
497
- * or <code>aws:kms:dsse</code>, this header indicates the ID of the Key Management Service (KMS)
498
- * symmetric encryption customer managed key that was used for the object. </p>
499
- * <note>
500
- * <p>This functionality is not supported for directory buckets.</p>
501
- * </note>
492
+ * <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
502
493
  * @public
503
494
  */
504
495
  SSEKMSKeyId?: string;
505
496
  /**
506
- * <p>If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption. The
507
- * value of this header is a base64-encoded UTF-8 string holding JSON with the encryption
508
- * context key-value pairs. This value is stored as object metadata and automatically gets
509
- * passed on to Amazon Web Services KMS for future <code>GetObject</code> or <code>CopyObject</code>
497
+ * <p>If present, indicates the Amazon Web Services KMS Encryption Context to use for object encryption. The value of
498
+ * this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
499
+ * This value is stored as object metadata and automatically gets
500
+ * passed on to Amazon Web Services KMS for future <code>GetObject</code>
510
501
  * operations on this object.</p>
511
- * <note>
512
- * <p>This functionality is not supported for directory buckets.</p>
513
- * </note>
514
502
  * @public
515
503
  */
516
504
  SSEKMSEncryptionContext?: string;
517
505
  /**
518
506
  * <p>Indicates whether the uploaded object uses an S3 Bucket Key for server-side encryption
519
507
  * with Key Management Service (KMS) keys (SSE-KMS).</p>
520
- * <note>
521
- * <p>This functionality is not supported for directory buckets.</p>
522
- * </note>
523
508
  * @public
524
509
  */
525
510
  BucketKeyEnabled?: boolean;
@@ -803,17 +788,40 @@ export interface PutObjectRequest {
803
788
  /**
804
789
  * <p>The server-side encryption algorithm that was used when you store this object in Amazon S3 (for example,
805
790
  * <code>AES256</code>, <code>aws:kms</code>, <code>aws:kms:dsse</code>).</p>
806
- * <p>
807
- * <b>General purpose buckets </b> - You have four mutually exclusive options to protect data using server-side encryption in
808
- * Amazon S3, depending on how you choose to manage the encryption keys. Specifically, the
809
- * encryption key options are Amazon S3 managed keys (SSE-S3), Amazon Web Services KMS keys (SSE-KMS or
810
- * DSSE-KMS), and customer-provided keys (SSE-C). Amazon S3 encrypts data with server-side
811
- * encryption by using Amazon S3 managed keys (SSE-S3) by default. You can optionally tell Amazon S3 to
812
- * encrypt data at rest by using server-side encryption with other key options. For more
813
- * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Using Server-Side
814
- * Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
815
- * <p>
816
- * <b>Directory buckets </b> - For directory buckets, only the server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) value is supported.</p>
791
+ * <ul>
792
+ * <li>
793
+ * <p>
794
+ * <b>General purpose buckets </b> - You have four mutually exclusive options to protect data using server-side encryption in
795
+ * Amazon S3, depending on how you choose to manage the encryption keys. Specifically, the
796
+ * encryption key options are Amazon S3 managed keys (SSE-S3), Amazon Web Services KMS keys (SSE-KMS or
797
+ * DSSE-KMS), and customer-provided keys (SSE-C). Amazon S3 encrypts data with server-side
798
+ * encryption by using Amazon S3 managed keys (SSE-S3) by default. You can optionally tell Amazon S3 to
799
+ * encrypt data at rest by using server-side encryption with other key options. For more
800
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html">Using Server-Side
801
+ * Encryption</a> in the <i>Amazon S3 User Guide</i>.</p>
802
+ * </li>
803
+ * <li>
804
+ * <p>
805
+ * <b>Directory buckets </b> - For directory buckets, there are only two supported options for server-side encryption: server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) and server-side encryption with KMS keys (SSE-KMS) (<code>aws:kms</code>). We recommend that the bucket's default encryption uses the desired encryption configuration and you don't override the bucket default encryption in your
806
+ * <code>CreateSession</code> requests or <code>PUT</code> object requests. Then, new objects
807
+ * are automatically encrypted with the desired encryption settings. For more
808
+ * information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-serv-side-encryption.html">Protecting data with server-side encryption</a> in the <i>Amazon S3 User Guide</i>. For more information about the encryption overriding behaviors in directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-specifying-kms-encryption.html">Specifying server-side encryption with KMS for new object uploads</a>.
809
+ * </p>
810
+ * <p>In the Zonal endpoint API calls (except <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html">CopyObject</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html">UploadPartCopy</a>) using the REST API, the encryption request headers must match the encryption settings that are specified in the <code>CreateSession</code> request.
811
+ * You can't override the values of the encryption settings (<code>x-amz-server-side-encryption</code>, <code>x-amz-server-side-encryption-aws-kms-key-id</code>, <code>x-amz-server-side-encryption-context</code>, and <code>x-amz-server-side-encryption-bucket-key-enabled</code>) that are specified in the <code>CreateSession</code> request.
812
+ * You don't need to explicitly specify these encryption settings values in Zonal endpoint API calls, and
813
+ * Amazon S3 will use the encryption settings values from the <code>CreateSession</code> request to protect new objects in the directory bucket.
814
+ * </p>
815
+ * <note>
816
+ * <p>When you use the CLI or the Amazon Web Services SDKs, for <code>CreateSession</code>, the session token refreshes automatically to avoid service interruptions when a session expires. The CLI or the Amazon Web Services SDKs use the bucket's default encryption configuration for the
817
+ * <code>CreateSession</code> request. It's not supported to override the encryption settings values in the <code>CreateSession</code> request.
818
+ * So in the Zonal endpoint API calls (except <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html">CopyObject</a> and <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html">UploadPartCopy</a>),
819
+ * the encryption request headers must match the default encryption configuration of the directory bucket.
820
+ *
821
+ * </p>
822
+ * </note>
823
+ * </li>
824
+ * </ul>
817
825
  * @public
818
826
  */
819
827
  ServerSideEncryption?: ServerSideEncryption;
@@ -892,42 +900,48 @@ export interface PutObjectRequest {
892
900
  */
893
901
  SSECustomerKeyMD5?: string;
894
902
  /**
895
- * <p>If <code>x-amz-server-side-encryption</code> has a valid value of <code>aws:kms</code>
896
- * or <code>aws:kms:dsse</code>, this header specifies the ID (Key ID, Key ARN, or Key Alias) of the Key Management Service (KMS)
897
- * symmetric encryption customer managed key that was used for the object. If you specify
898
- * <code>x-amz-server-side-encryption:aws:kms</code> or
899
- * <code>x-amz-server-side-encryption:aws:kms:dsse</code>, but do not provide<code>
900
- * x-amz-server-side-encryption-aws-kms-key-id</code>, Amazon S3 uses the Amazon Web Services managed key
901
- * (<code>aws/s3</code>) to protect the data. If the KMS key does not exist in the same
902
- * account that's issuing the command, you must use the full ARN and not just the ID. </p>
903
- * <note>
904
- * <p>This functionality is not supported for directory buckets.</p>
905
- * </note>
903
+ * <p>Specifies the KMS key ID (Key ID, Key ARN, or Key Alias) to use for object encryption. If the KMS key doesn't exist in the same
904
+ * account that's issuing the command, you must use the full Key ARN not the Key ID.</p>
905
+ * <p>
906
+ * <b>General purpose buckets</b> - If you specify <code>x-amz-server-side-encryption</code> with <code>aws:kms</code> or <code>aws:kms:dsse</code>, this header specifies the ID (Key ID, Key ARN, or Key Alias) of the KMS
907
+ * key to use. If you specify
908
+ * <code>x-amz-server-side-encryption:aws:kms</code> or
909
+ * <code>x-amz-server-side-encryption:aws:kms:dsse</code>, but do not provide <code>x-amz-server-side-encryption-aws-kms-key-id</code>, Amazon S3 uses the Amazon Web Services managed key
910
+ * (<code>aws/s3</code>) to protect the data.</p>
911
+ * <p>
912
+ * <b>Directory buckets</b> - If you specify <code>x-amz-server-side-encryption</code> with <code>aws:kms</code>, you must specify the <code>
913
+ * x-amz-server-side-encryption-aws-kms-key-id</code> header with the ID (Key ID or Key ARN) of the KMS
914
+ * symmetric encryption customer managed key to use. Otherwise, you get an HTTP <code>400 Bad Request</code> error. Only use the key ID or key ARN. The key alias format of the KMS key isn't supported. Your SSE-KMS configuration can only support 1 <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk">customer managed key</a> per directory bucket for the lifetime of the bucket.
915
+ * <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-managed-cmk">Amazon Web Services managed key</a> (<code>aws/s3</code>) isn't supported.
916
+ * </p>
906
917
  * @public
907
918
  */
908
919
  SSEKMSKeyId?: string;
909
920
  /**
910
- * <p>Specifies the Amazon Web Services KMS Encryption Context to use for object encryption. The value of
911
- * this header is a base64-encoded UTF-8 string holding JSON with the encryption context
912
- * key-value pairs. This value is stored as object metadata and automatically gets passed on
913
- * to Amazon Web Services KMS for future <code>GetObject</code> or <code>CopyObject</code> operations on
914
- * this object. This value must be explicitly added during <code>CopyObject</code> operations.</p>
915
- * <note>
916
- * <p>This functionality is not supported for directory buckets.</p>
917
- * </note>
921
+ * <p>Specifies the Amazon Web Services KMS Encryption Context as an additional encryption context to use for object encryption. The value of
922
+ * this header is a Base64-encoded string of a UTF-8 encoded JSON, which contains the encryption context as key-value pairs.
923
+ * This value is stored as object metadata and automatically gets passed on
924
+ * to Amazon Web Services KMS for future <code>GetObject</code> operations on
925
+ * this object.</p>
926
+ * <p>
927
+ * <b>General purpose buckets</b> - This value must be explicitly added during <code>CopyObject</code> operations if you want an additional encryption context for your object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/UsingKMSEncryption.html#encryption-context">Encryption context</a> in the <i>Amazon S3 User Guide</i>.</p>
928
+ * <p>
929
+ * <b>Directory buckets</b> - You can optionally provide an explicit encryption context value. The value must match the default encryption context - the bucket Amazon Resource Name (ARN). An additional encryption context value is not supported. </p>
918
930
  * @public
919
931
  */
920
932
  SSEKMSEncryptionContext?: string;
921
933
  /**
922
934
  * <p>Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with
923
- * server-side encryption using Key Management Service (KMS) keys (SSE-KMS). Setting this header to
935
+ * server-side encryption using Key Management Service (KMS) keys (SSE-KMS).</p>
936
+ * <p>
937
+ * <b>General purpose buckets</b> - Setting this header to
924
938
  * <code>true</code> causes Amazon S3 to use an S3 Bucket Key for object encryption with
925
- * SSE-KMS.</p>
926
- * <p>Specifying this header with a PUT action doesn’t affect bucket-level settings for S3
939
+ * SSE-KMS. Also, specifying this header with a PUT action doesn't affect bucket-level settings for S3
927
940
  * Bucket Key.</p>
928
- * <note>
929
- * <p>This functionality is not supported for directory buckets.</p>
930
- * </note>
941
+ * <p>
942
+ * <b>Directory buckets</b> - S3 Bucket Keys are always enabled for <code>GET</code> and <code>PUT</code> operations in a directory bucket and can’t be disabled. S3 Bucket Keys aren't supported, when you copy SSE-KMS encrypted objects from general purpose buckets
943
+ * to directory buckets, from directory buckets to general purpose buckets, or between directory buckets, through <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CopyObject.html">CopyObject</a>, <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_UploadPartCopy.html">UploadPartCopy</a>, <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-objects-Batch-Ops">the Copy operation in Batch Operations</a>, or
944
+ * <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/create-import-job">the import jobs</a>. In this case, Amazon S3 makes a call to KMS every time a copy request is made for a KMS-encrypted object.</p>
931
945
  * @public
932
946
  */
933
947
  BucketKeyEnabled?: boolean;
@@ -2389,9 +2403,6 @@ export interface UploadPartOutput {
2389
2403
  /**
2390
2404
  * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for example,
2391
2405
  * <code>AES256</code>, <code>aws:kms</code>).</p>
2392
- * <note>
2393
- * <p>For directory buckets, only server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) is supported.</p>
2394
- * </note>
2395
2406
  * @public
2396
2407
  */
2397
2408
  ServerSideEncryption?: ServerSideEncryption;
@@ -2452,20 +2463,13 @@ export interface UploadPartOutput {
2452
2463
  */
2453
2464
  SSECustomerKeyMD5?: string;
2454
2465
  /**
2455
- * <p>If present, indicates the ID of the Key Management Service (KMS) symmetric encryption customer managed key
2456
- * that was used for the object.</p>
2457
- * <note>
2458
- * <p>This functionality is not supported for directory buckets.</p>
2459
- * </note>
2466
+ * <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
2460
2467
  * @public
2461
2468
  */
2462
2469
  SSEKMSKeyId?: string;
2463
2470
  /**
2464
2471
  * <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
2465
2472
  * with Key Management Service (KMS) keys (SSE-KMS).</p>
2466
- * <note>
2467
- * <p>This functionality is not supported for directory buckets.</p>
2468
- * </note>
2469
2473
  * @public
2470
2474
  */
2471
2475
  BucketKeyEnabled?: boolean;
@@ -2706,9 +2710,6 @@ export interface UploadPartCopyOutput {
2706
2710
  /**
2707
2711
  * <p>The server-side encryption algorithm used when you store this object in Amazon S3 (for example,
2708
2712
  * <code>AES256</code>, <code>aws:kms</code>).</p>
2709
- * <note>
2710
- * <p>For directory buckets, only server-side encryption with Amazon S3 managed keys (SSE-S3) (<code>AES256</code>) is supported.</p>
2711
- * </note>
2712
2713
  * @public
2713
2714
  */
2714
2715
  ServerSideEncryption?: ServerSideEncryption;
@@ -2732,20 +2733,13 @@ export interface UploadPartCopyOutput {
2732
2733
  */
2733
2734
  SSECustomerKeyMD5?: string;
2734
2735
  /**
2735
- * <p>If present, indicates the ID of the Key Management Service (KMS) symmetric encryption customer managed key
2736
- * that was used for the object.</p>
2737
- * <note>
2738
- * <p>This functionality is not supported for directory buckets.</p>
2739
- * </note>
2736
+ * <p>If present, indicates the ID of the KMS key that was used for object encryption.</p>
2740
2737
  * @public
2741
2738
  */
2742
2739
  SSEKMSKeyId?: string;
2743
2740
  /**
2744
2741
  * <p>Indicates whether the multipart upload uses an S3 Bucket Key for server-side encryption
2745
2742
  * with Key Management Service (KMS) keys (SSE-KMS).</p>
2746
- * <note>
2747
- * <p>This functionality is not supported for directory buckets.</p>
2748
- * </note>
2749
2743
  * @public
2750
2744
  */
2751
2745
  BucketKeyEnabled?: boolean;
@@ -38,8 +38,8 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
38
38
  useArnRegion: boolean | import("@smithy/types").Provider<boolean>;
39
39
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
40
40
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
41
- requestChecksumCalculation?: string | import("@smithy/types").Provider<string> | undefined;
42
- responseChecksumValidation?: string | import("@smithy/types").Provider<string> | undefined;
41
+ requestChecksumCalculation?: import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation> | undefined;
42
+ responseChecksumValidation?: import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation> | undefined;
43
43
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
44
44
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
45
45
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
@@ -16,9 +16,9 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
16
16
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
17
17
  md5: __HashConstructor;
18
18
  region: string | import("@aws-sdk/types").Provider<string>;
19
- requestChecksumCalculation: string | import("@aws-sdk/types").Provider<string>;
19
+ requestChecksumCalculation: import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation | import("@aws-sdk/types").Provider<import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation>;
20
20
  requestHandler: RequestHandler | import("@smithy/protocol-http").HttpHandler<any>;
21
- responseChecksumValidation: string | import("@aws-sdk/types").Provider<string>;
21
+ responseChecksumValidation: import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation | import("@aws-sdk/types").Provider<import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation>;
22
22
  retryMode: string | import("@aws-sdk/types").Provider<string>;
23
23
  sha1: __HashConstructor;
24
24
  sha256: __HashConstructor;
@@ -37,8 +37,8 @@ export declare const getRuntimeConfig: (config: S3ClientConfig) => {
37
37
  useArnRegion: boolean | import("@smithy/types").Provider<boolean>;
38
38
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
39
39
  customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
40
- requestChecksumCalculation?: string | import("@smithy/types").Provider<string> | undefined;
41
- responseChecksumValidation?: string | import("@smithy/types").Provider<string> | undefined;
40
+ requestChecksumCalculation?: import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").RequestChecksumCalculation> | undefined;
41
+ responseChecksumValidation?: import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation | import("@smithy/types").Provider<import("@aws-sdk/middleware-flexible-checksums").ResponseChecksumValidation> | undefined;
42
42
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
43
43
  endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
44
44
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
@@ -37,4 +37,15 @@ declare const AbortMultipartUploadCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class AbortMultipartUploadCommand extends AbortMultipartUploadCommand_base {}
40
+ export declare class AbortMultipartUploadCommand extends AbortMultipartUploadCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: AbortMultipartUploadRequest;
44
+ output: AbortMultipartUploadOutput;
45
+ };
46
+ sdk: {
47
+ input: AbortMultipartUploadCommandInput;
48
+ output: AbortMultipartUploadCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const CompleteMultipartUploadCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CompleteMultipartUploadCommand extends CompleteMultipartUploadCommand_base {}
40
+ export declare class CompleteMultipartUploadCommand extends CompleteMultipartUploadCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CompleteMultipartUploadRequest;
44
+ output: CompleteMultipartUploadOutput;
45
+ };
46
+ sdk: {
47
+ input: CompleteMultipartUploadCommandInput;
48
+ output: CompleteMultipartUploadCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CopyObjectCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CopyObjectCommand extends CopyObjectCommand_base {}
36
+ export declare class CopyObjectCommand extends CopyObjectCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CopyObjectRequest;
40
+ output: CopyObjectOutput;
41
+ };
42
+ sdk: {
43
+ input: CopyObjectCommandInput;
44
+ output: CopyObjectCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const CreateBucketCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateBucketCommand extends CreateBucketCommand_base {}
36
+ export declare class CreateBucketCommand extends CreateBucketCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateBucketRequest;
40
+ output: CreateBucketOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateBucketCommandInput;
44
+ output: CreateBucketCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const CreateMultipartUploadCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateMultipartUploadCommand extends CreateMultipartUploadCommand_base {}
40
+ export declare class CreateMultipartUploadCommand extends CreateMultipartUploadCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateMultipartUploadRequest;
44
+ output: CreateMultipartUploadOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateMultipartUploadCommandInput;
48
+ output: CreateMultipartUploadCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const CreateSessionCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class CreateSessionCommand extends CreateSessionCommand_base {}
36
+ export declare class CreateSessionCommand extends CreateSessionCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: CreateSessionRequest;
40
+ output: CreateSessionOutput;
41
+ };
42
+ sdk: {
43
+ input: CreateSessionCommandInput;
44
+ output: CreateSessionCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteBucketAnalyticsConfigurationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteBucketAnalyticsConfigurationCommand extends DeleteBucketAnalyticsConfigurationCommand_base {}
36
+ export declare class DeleteBucketAnalyticsConfigurationCommand extends DeleteBucketAnalyticsConfigurationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteBucketAnalyticsConfigurationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteBucketAnalyticsConfigurationCommandInput;
44
+ output: DeleteBucketAnalyticsConfigurationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -31,4 +31,15 @@ declare const DeleteBucketCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteBucketCommand extends DeleteBucketCommand_base {}
34
+ export declare class DeleteBucketCommand extends DeleteBucketCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteBucketRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteBucketCommandInput;
42
+ output: DeleteBucketCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const DeleteBucketCorsCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class DeleteBucketCorsCommand extends DeleteBucketCorsCommand_base {}
34
+ export declare class DeleteBucketCorsCommand extends DeleteBucketCorsCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: DeleteBucketCorsRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DeleteBucketCorsCommandInput;
42
+ output: DeleteBucketCorsCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -32,4 +32,15 @@ declare const DeleteBucketEncryptionCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteBucketEncryptionCommand extends DeleteBucketEncryptionCommand_base {}
35
+ export declare class DeleteBucketEncryptionCommand extends DeleteBucketEncryptionCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteBucketEncryptionRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteBucketEncryptionCommandInput;
43
+ output: DeleteBucketEncryptionCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const DeleteBucketIntelligentTieringConfigurationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteBucketIntelligentTieringConfigurationCommand extends DeleteBucketIntelligentTieringConfigurationCommand_base {}
36
+ export declare class DeleteBucketIntelligentTieringConfigurationCommand extends DeleteBucketIntelligentTieringConfigurationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteBucketIntelligentTieringConfigurationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteBucketIntelligentTieringConfigurationCommandInput;
44
+ output: DeleteBucketIntelligentTieringConfigurationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteBucketInventoryConfigurationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteBucketInventoryConfigurationCommand extends DeleteBucketInventoryConfigurationCommand_base {}
36
+ export declare class DeleteBucketInventoryConfigurationCommand extends DeleteBucketInventoryConfigurationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteBucketInventoryConfigurationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteBucketInventoryConfigurationCommandInput;
44
+ output: DeleteBucketInventoryConfigurationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -32,4 +32,15 @@ declare const DeleteBucketLifecycleCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteBucketLifecycleCommand extends DeleteBucketLifecycleCommand_base {}
35
+ export declare class DeleteBucketLifecycleCommand extends DeleteBucketLifecycleCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteBucketLifecycleRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteBucketLifecycleCommandInput;
43
+ output: DeleteBucketLifecycleCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const DeleteBucketMetricsConfigurationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteBucketMetricsConfigurationCommand extends DeleteBucketMetricsConfigurationCommand_base {}
36
+ export declare class DeleteBucketMetricsConfigurationCommand extends DeleteBucketMetricsConfigurationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteBucketMetricsConfigurationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteBucketMetricsConfigurationCommandInput;
44
+ output: DeleteBucketMetricsConfigurationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -33,4 +33,15 @@ declare const DeleteBucketOwnershipControlsCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteBucketOwnershipControlsCommand extends DeleteBucketOwnershipControlsCommand_base {}
36
+ export declare class DeleteBucketOwnershipControlsCommand extends DeleteBucketOwnershipControlsCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteBucketOwnershipControlsRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteBucketOwnershipControlsCommandInput;
44
+ output: DeleteBucketOwnershipControlsCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -32,4 +32,15 @@ declare const DeleteBucketPolicyCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteBucketPolicyCommand extends DeleteBucketPolicyCommand_base {}
35
+ export declare class DeleteBucketPolicyCommand extends DeleteBucketPolicyCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteBucketPolicyRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteBucketPolicyCommandInput;
43
+ output: DeleteBucketPolicyCommandOutput;
44
+ };
45
+ };
46
+ }
@@ -33,4 +33,15 @@ declare const DeleteBucketReplicationCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class DeleteBucketReplicationCommand extends DeleteBucketReplicationCommand_base {}
36
+ export declare class DeleteBucketReplicationCommand extends DeleteBucketReplicationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: DeleteBucketReplicationRequest;
40
+ output: {};
41
+ };
42
+ sdk: {
43
+ input: DeleteBucketReplicationCommandInput;
44
+ output: DeleteBucketReplicationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -32,4 +32,15 @@ declare const DeleteBucketTaggingCommand_base: {
32
32
  >;
33
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
34
34
  };
35
- export declare class DeleteBucketTaggingCommand extends DeleteBucketTaggingCommand_base {}
35
+ export declare class DeleteBucketTaggingCommand extends DeleteBucketTaggingCommand_base {
36
+ protected static __types: {
37
+ api: {
38
+ input: DeleteBucketTaggingRequest;
39
+ output: {};
40
+ };
41
+ sdk: {
42
+ input: DeleteBucketTaggingCommandInput;
43
+ output: DeleteBucketTaggingCommandOutput;
44
+ };
45
+ };
46
+ }