@aws-sdk/client-s3 3.534.0 → 3.536.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 (196) hide show
  1. package/dist-types/S3.d.ts +3 -1
  2. package/dist-types/S3Client.d.ts +1 -1
  3. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +2 -1
  4. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +3 -2
  5. package/dist-types/commands/CopyObjectCommand.d.ts +8 -5
  6. package/dist-types/commands/CreateBucketCommand.d.ts +31 -21
  7. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateSessionCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteBucketCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +2 -1
  22. package/dist-types/commands/DeleteObjectCommand.d.ts +8 -6
  23. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +2 -1
  24. package/dist-types/commands/DeleteObjectsCommand.d.ts +24 -23
  25. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +2 -1
  26. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +2 -1
  27. package/dist-types/commands/GetBucketAclCommand.d.ts +2 -1
  28. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +2 -1
  29. package/dist-types/commands/GetBucketCorsCommand.d.ts +2 -1
  30. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +2 -1
  31. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
  32. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +2 -1
  33. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +5 -4
  34. package/dist-types/commands/GetBucketLocationCommand.d.ts +2 -1
  35. package/dist-types/commands/GetBucketLoggingCommand.d.ts +2 -1
  36. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +2 -1
  37. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +2 -1
  38. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +2 -1
  39. package/dist-types/commands/GetBucketPolicyCommand.d.ts +2 -1
  40. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +2 -1
  41. package/dist-types/commands/GetBucketReplicationCommand.d.ts +2 -1
  42. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +2 -1
  43. package/dist-types/commands/GetBucketTaggingCommand.d.ts +2 -1
  44. package/dist-types/commands/GetBucketVersioningCommand.d.ts +2 -1
  45. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +2 -1
  46. package/dist-types/commands/GetObjectAclCommand.d.ts +2 -1
  47. package/dist-types/commands/GetObjectAttributesCommand.d.ts +2 -1
  48. package/dist-types/commands/GetObjectCommand.d.ts +21 -20
  49. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +2 -1
  50. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +2 -1
  51. package/dist-types/commands/GetObjectRetentionCommand.d.ts +2 -1
  52. package/dist-types/commands/GetObjectTaggingCommand.d.ts +2 -1
  53. package/dist-types/commands/GetObjectTorrentCommand.d.ts +2 -1
  54. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +2 -1
  55. package/dist-types/commands/HeadBucketCommand.d.ts +3 -2
  56. package/dist-types/commands/HeadObjectCommand.d.ts +2 -1
  57. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +2 -1
  58. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +2 -1
  59. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +2 -1
  60. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +2 -1
  61. package/dist-types/commands/ListBucketsCommand.d.ts +2 -1
  62. package/dist-types/commands/ListDirectoryBucketsCommand.d.ts +2 -1
  63. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +2 -1
  64. package/dist-types/commands/ListObjectVersionsCommand.d.ts +3 -2
  65. package/dist-types/commands/ListObjectsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListObjectsV2Command.d.ts +2 -1
  67. package/dist-types/commands/ListPartsCommand.d.ts +2 -1
  68. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +2 -1
  69. package/dist-types/commands/PutBucketAclCommand.d.ts +2 -1
  70. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +2 -1
  71. package/dist-types/commands/PutBucketCorsCommand.d.ts +2 -1
  72. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +2 -1
  73. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +2 -1
  74. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +2 -1
  75. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +5 -9
  76. package/dist-types/commands/PutBucketLoggingCommand.d.ts +2 -1
  77. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +2 -1
  78. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +2 -1
  79. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +2 -1
  80. package/dist-types/commands/PutBucketPolicyCommand.d.ts +2 -1
  81. package/dist-types/commands/PutBucketReplicationCommand.d.ts +2 -1
  82. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +2 -1
  83. package/dist-types/commands/PutBucketTaggingCommand.d.ts +2 -1
  84. package/dist-types/commands/PutBucketVersioningCommand.d.ts +2 -1
  85. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +2 -1
  86. package/dist-types/commands/PutObjectAclCommand.d.ts +2 -1
  87. package/dist-types/commands/PutObjectCommand.d.ts +45 -44
  88. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +2 -1
  89. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +2 -1
  90. package/dist-types/commands/PutObjectRetentionCommand.d.ts +2 -1
  91. package/dist-types/commands/PutObjectTaggingCommand.d.ts +2 -1
  92. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +2 -1
  93. package/dist-types/commands/RestoreObjectCommand.d.ts +3 -61
  94. package/dist-types/commands/SelectObjectContentCommand.d.ts +2 -1
  95. package/dist-types/commands/UploadPartCommand.d.ts +2 -1
  96. package/dist-types/commands/UploadPartCopyCommand.d.ts +3 -2
  97. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +2 -1
  98. package/dist-types/models/models_0.d.ts +1105 -1099
  99. package/dist-types/models/models_1.d.ts +362 -362
  100. package/dist-types/ts3.4/S3.d.ts +2 -0
  101. package/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/GetObjectCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/ListPartsCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +9 -0
  182. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +9 -0
  183. package/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +9 -0
  184. package/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +9 -0
  185. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +9 -0
  186. package/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +9 -0
  187. package/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +9 -0
  188. package/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +9 -0
  189. package/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +9 -0
  190. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +9 -0
  191. package/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +9 -0
  192. package/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +9 -0
  193. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +9 -0
  194. package/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +9 -0
  195. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +9 -0
  196. package/package.json +57 -57
@@ -23,10 +23,10 @@ export interface GetObjectCommandOutput extends Omit<GetObjectOutput, "Body">, _
23
23
  }
24
24
  declare const GetObjectCommand_base: {
25
25
  new (input: GetObjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectCommandInput, GetObjectCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: GetObjectCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectCommandInput, GetObjectCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
28
  };
28
29
  /**
29
- * @public
30
30
  * <p>Retrieves an object from Amazon S3.</p>
31
31
  * <p>In the <code>GetObject</code> request, specify the full key name for the object.</p>
32
32
  * <p>
@@ -274,53 +274,54 @@ declare const GetObjectCommand_base: {
274
274
  * @throws {@link S3ServiceException}
275
275
  * <p>Base exception class for all service exceptions from S3 service.</p>
276
276
  *
277
- * @example To retrieve a byte range of an object
277
+ * @public
278
+ * @example To retrieve an object
278
279
  * ```javascript
279
- * // The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.
280
+ * // The following example retrieves an object for an S3 bucket.
280
281
  * const input = {
281
282
  * "Bucket": "examplebucket",
282
- * "Key": "SampleFile.txt",
283
- * "Range": "bytes=0-9"
283
+ * "Key": "HappyFace.jpg"
284
284
  * };
285
285
  * const command = new GetObjectCommand(input);
286
286
  * const response = await client.send(command);
287
287
  * /* response ==
288
288
  * {
289
289
  * "AcceptRanges": "bytes",
290
- * "ContentLength": "10",
291
- * "ContentRange": "bytes 0-9/43",
292
- * "ContentType": "text/plain",
293
- * "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
294
- * "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
290
+ * "ContentLength": "3191",
291
+ * "ContentType": "image/jpeg",
292
+ * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
293
+ * "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
295
294
  * "Metadata": {},
295
+ * "TagCount": 2,
296
296
  * "VersionId": "null"
297
297
  * }
298
298
  * *\/
299
- * // example id: to-retrieve-a-byte-range-of-an-object--1481832674603
299
+ * // example id: to-retrieve-an-object-1481827837012
300
300
  * ```
301
301
  *
302
- * @example To retrieve an object
302
+ * @example To retrieve a byte range of an object
303
303
  * ```javascript
304
- * // The following example retrieves an object for an S3 bucket.
304
+ * // The following example retrieves an object for an S3 bucket. The request specifies the range header to retrieve a specific byte range.
305
305
  * const input = {
306
306
  * "Bucket": "examplebucket",
307
- * "Key": "HappyFace.jpg"
307
+ * "Key": "SampleFile.txt",
308
+ * "Range": "bytes=0-9"
308
309
  * };
309
310
  * const command = new GetObjectCommand(input);
310
311
  * const response = await client.send(command);
311
312
  * /* response ==
312
313
  * {
313
314
  * "AcceptRanges": "bytes",
314
- * "ContentLength": "3191",
315
- * "ContentType": "image/jpeg",
316
- * "ETag": "\"6805f2cfc46c0f04559748bb039d69ae\"",
317
- * "LastModified": "Thu, 15 Dec 2016 01:19:41 GMT",
315
+ * "ContentLength": "10",
316
+ * "ContentRange": "bytes 0-9/43",
317
+ * "ContentType": "text/plain",
318
+ * "ETag": "\"0d94420ffd0bc68cd3d152506b97a9cc\"",
319
+ * "LastModified": "Thu, 09 Oct 2014 22:57:28 GMT",
318
320
  * "Metadata": {},
319
- * "TagCount": 2,
320
321
  * "VersionId": "null"
321
322
  * }
322
323
  * *\/
323
- * // example id: to-retrieve-an-object-1481827837012
324
+ * // example id: to-retrieve-a-byte-range-of-an-object--1481832674603
324
325
  * ```
325
326
  *
326
327
  */
@@ -22,10 +22,10 @@ export interface GetObjectLegalHoldCommandOutput extends GetObjectLegalHoldOutpu
22
22
  }
23
23
  declare const GetObjectLegalHoldCommand_base: {
24
24
  new (input: GetObjectLegalHoldCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectLegalHoldCommandInput, GetObjectLegalHoldCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetObjectLegalHoldCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectLegalHoldCommandInput, GetObjectLegalHoldCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -72,6 +72,7 @@ declare const GetObjectLegalHoldCommand_base: {
72
72
  * @throws {@link S3ServiceException}
73
73
  * <p>Base exception class for all service exceptions from S3 service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class GetObjectLegalHoldCommand extends GetObjectLegalHoldCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface GetObjectLockConfigurationCommandOutput extends GetObjectLockCo
22
22
  }
23
23
  declare const GetObjectLockConfigurationCommand_base: {
24
24
  new (input: GetObjectLockConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectLockConfigurationCommandInput, GetObjectLockConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetObjectLockConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectLockConfigurationCommandInput, GetObjectLockConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -76,6 +76,7 @@ declare const GetObjectLockConfigurationCommand_base: {
76
76
  * @throws {@link S3ServiceException}
77
77
  * <p>Base exception class for all service exceptions from S3 service.</p>
78
78
  *
79
+ * @public
79
80
  */
80
81
  export declare class GetObjectLockConfigurationCommand extends GetObjectLockConfigurationCommand_base {
81
82
  }
@@ -22,10 +22,10 @@ export interface GetObjectRetentionCommandOutput extends GetObjectRetentionOutpu
22
22
  }
23
23
  declare const GetObjectRetentionCommand_base: {
24
24
  new (input: GetObjectRetentionCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectRetentionCommandInput, GetObjectRetentionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetObjectRetentionCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectRetentionCommandInput, GetObjectRetentionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -73,6 +73,7 @@ declare const GetObjectRetentionCommand_base: {
73
73
  * @throws {@link S3ServiceException}
74
74
  * <p>Base exception class for all service exceptions from S3 service.</p>
75
75
  *
76
+ * @public
76
77
  */
77
78
  export declare class GetObjectRetentionCommand extends GetObjectRetentionCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface GetObjectTaggingCommandOutput extends GetObjectTaggingOutput, _
22
22
  }
23
23
  declare const GetObjectTaggingCommand_base: {
24
24
  new (input: GetObjectTaggingCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectTaggingCommandInput, GetObjectTaggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetObjectTaggingCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectTaggingCommandInput, GetObjectTaggingCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -94,6 +94,7 @@ declare const GetObjectTaggingCommand_base: {
94
94
  * @throws {@link S3ServiceException}
95
95
  * <p>Base exception class for all service exceptions from S3 service.</p>
96
96
  *
97
+ * @public
97
98
  * @example To retrieve tag set of an object
98
99
  * ```javascript
99
100
  * // The following example retrieves tag set of an object.
@@ -23,10 +23,10 @@ export interface GetObjectTorrentCommandOutput extends Omit<GetObjectTorrentOutp
23
23
  }
24
24
  declare const GetObjectTorrentCommand_base: {
25
25
  new (input: GetObjectTorrentCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectTorrentCommandInput, GetObjectTorrentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (__0_0: GetObjectTorrentCommandInput): import("@smithy/smithy-client").CommandImpl<GetObjectTorrentCommandInput, GetObjectTorrentCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
28
  };
28
29
  /**
29
- * @public
30
30
  * <note>
31
31
  * <p>This operation is not supported by directory buckets.</p>
32
32
  * </note>
@@ -77,6 +77,7 @@ declare const GetObjectTorrentCommand_base: {
77
77
  * @throws {@link S3ServiceException}
78
78
  * <p>Base exception class for all service exceptions from S3 service.</p>
79
79
  *
80
+ * @public
80
81
  * @example To retrieve torrent files for an object
81
82
  * ```javascript
82
83
  * // The following example retrieves torrent files of an object.
@@ -22,10 +22,10 @@ export interface GetPublicAccessBlockCommandOutput extends GetPublicAccessBlockO
22
22
  }
23
23
  declare const GetPublicAccessBlockCommand_base: {
24
24
  new (input: GetPublicAccessBlockCommandInput): import("@smithy/smithy-client").CommandImpl<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPublicAccessBlockCommandInput): import("@smithy/smithy-client").CommandImpl<GetPublicAccessBlockCommandInput, GetPublicAccessBlockCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -98,6 +98,7 @@ declare const GetPublicAccessBlockCommand_base: {
98
98
  * @throws {@link S3ServiceException}
99
99
  * <p>Base exception class for all service exceptions from S3 service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class GetPublicAccessBlockCommand extends GetPublicAccessBlockCommand_base {
103
104
  }
@@ -22,16 +22,16 @@ export interface HeadBucketCommandOutput extends HeadBucketOutput, __MetadataBea
22
22
  }
23
23
  declare const HeadBucketCommand_base: {
24
24
  new (input: HeadBucketCommandInput): import("@smithy/smithy-client").CommandImpl<HeadBucketCommandInput, HeadBucketCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: HeadBucketCommandInput): import("@smithy/smithy-client").CommandImpl<HeadBucketCommandInput, HeadBucketCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>You can use this operation to determine if a bucket exists and if you have permission to access it. The action returns a <code>200 OK</code> if the bucket exists and you have permission
30
30
  * to access it.</p>
31
31
  * <p>If the bucket does not exist or you do not have permission to access it, the
32
32
  * <code>HEAD</code> request returns a generic <code>400 Bad Request</code>, <code>403
33
33
  * Forbidden</code> or <code>404 Not Found</code> code. A message body is not included, so
34
- * you cannot determine the exception beyond these error codes.</p>
34
+ * you cannot determine the exception beyond these HTTP response codes.</p>
35
35
  * <note>
36
36
  * <p>
37
37
  * <b>Directory buckets </b> - You must make requests for this API operation to the Zonal endpoint. These endpoints support virtual-hosted-style requests in the format <code>https://<i>bucket_name</i>.s3express-<i>az_id</i>.<i>region</i>.amazonaws.com</code>. Path-style requests are not supported. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-Regions-and-Zones.html">Regional and Zonal endpoints</a> in the
@@ -109,6 +109,7 @@ declare const HeadBucketCommand_base: {
109
109
  * @throws {@link S3ServiceException}
110
110
  * <p>Base exception class for all service exceptions from S3 service.</p>
111
111
  *
112
+ * @public
112
113
  * @example To determine if bucket exists
113
114
  * ```javascript
114
115
  * // This operation checks to see if a bucket exists.
@@ -22,10 +22,10 @@ export interface HeadObjectCommandOutput extends HeadObjectOutput, __MetadataBea
22
22
  }
23
23
  declare const HeadObjectCommand_base: {
24
24
  new (input: HeadObjectCommandInput): import("@smithy/smithy-client").CommandImpl<HeadObjectCommandInput, HeadObjectCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: HeadObjectCommandInput): import("@smithy/smithy-client").CommandImpl<HeadObjectCommandInput, HeadObjectCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>The <code>HEAD</code> operation retrieves metadata from an object without returning the
30
30
  * object itself. This operation is useful if you're interested only in an object's metadata.</p>
31
31
  * <p>A <code>HEAD</code> request has the same options as a <code>GET</code> operation on an
@@ -240,6 +240,7 @@ declare const HeadObjectCommand_base: {
240
240
  * @throws {@link S3ServiceException}
241
241
  * <p>Base exception class for all service exceptions from S3 service.</p>
242
242
  *
243
+ * @public
243
244
  * @example To retrieve metadata of an object without returning the object itself
244
245
  * ```javascript
245
246
  * // The following example retrieves an object metadata.
@@ -22,10 +22,10 @@ export interface ListBucketAnalyticsConfigurationsCommandOutput extends ListBuck
22
22
  }
23
23
  declare const ListBucketAnalyticsConfigurationsCommand_base: {
24
24
  new (input: ListBucketAnalyticsConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketAnalyticsConfigurationsCommandInput, ListBucketAnalyticsConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListBucketAnalyticsConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketAnalyticsConfigurationsCommandInput, ListBucketAnalyticsConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -129,6 +129,7 @@ declare const ListBucketAnalyticsConfigurationsCommand_base: {
129
129
  * @throws {@link S3ServiceException}
130
130
  * <p>Base exception class for all service exceptions from S3 service.</p>
131
131
  *
132
+ * @public
132
133
  */
133
134
  export declare class ListBucketAnalyticsConfigurationsCommand extends ListBucketAnalyticsConfigurationsCommand_base {
134
135
  }
@@ -22,10 +22,10 @@ export interface ListBucketIntelligentTieringConfigurationsCommandOutput extends
22
22
  }
23
23
  declare const ListBucketIntelligentTieringConfigurationsCommand_base: {
24
24
  new (input: ListBucketIntelligentTieringConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListBucketIntelligentTieringConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketIntelligentTieringConfigurationsCommandInput, ListBucketIntelligentTieringConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -108,6 +108,7 @@ declare const ListBucketIntelligentTieringConfigurationsCommand_base: {
108
108
  * @throws {@link S3ServiceException}
109
109
  * <p>Base exception class for all service exceptions from S3 service.</p>
110
110
  *
111
+ * @public
111
112
  */
112
113
  export declare class ListBucketIntelligentTieringConfigurationsCommand extends ListBucketIntelligentTieringConfigurationsCommand_base {
113
114
  }
@@ -22,10 +22,10 @@ export interface ListBucketInventoryConfigurationsCommandOutput extends ListBuck
22
22
  }
23
23
  declare const ListBucketInventoryConfigurationsCommand_base: {
24
24
  new (input: ListBucketInventoryConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListBucketInventoryConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketInventoryConfigurationsCommandInput, ListBucketInventoryConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -124,6 +124,7 @@ declare const ListBucketInventoryConfigurationsCommand_base: {
124
124
  * @throws {@link S3ServiceException}
125
125
  * <p>Base exception class for all service exceptions from S3 service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class ListBucketInventoryConfigurationsCommand extends ListBucketInventoryConfigurationsCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface ListBucketMetricsConfigurationsCommandOutput extends ListBucket
22
22
  }
23
23
  declare const ListBucketMetricsConfigurationsCommand_base: {
24
24
  new (input: ListBucketMetricsConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListBucketMetricsConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketMetricsConfigurationsCommandInput, ListBucketMetricsConfigurationsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -118,6 +118,7 @@ declare const ListBucketMetricsConfigurationsCommand_base: {
118
118
  * @throws {@link S3ServiceException}
119
119
  * <p>Base exception class for all service exceptions from S3 service.</p>
120
120
  *
121
+ * @public
121
122
  */
122
123
  export declare class ListBucketMetricsConfigurationsCommand extends ListBucketMetricsConfigurationsCommand_base {
123
124
  }
@@ -22,10 +22,10 @@ export interface ListBucketsCommandOutput extends ListBucketsOutput, __MetadataB
22
22
  }
23
23
  declare const ListBucketsCommand_base: {
24
24
  new (input: ListBucketsCommandInput): import("@smithy/smithy-client").CommandImpl<ListBucketsCommandInput, ListBucketsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListBucketsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListBucketsCommandInput, ListBucketsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -66,6 +66,7 @@ declare const ListBucketsCommand_base: {
66
66
  * @throws {@link S3ServiceException}
67
67
  * <p>Base exception class for all service exceptions from S3 service.</p>
68
68
  *
69
+ * @public
69
70
  * @example To list all buckets
70
71
  * ```javascript
71
72
  * // The following example returns all the buckets owned by the sender of this request.
@@ -22,10 +22,10 @@ export interface ListDirectoryBucketsCommandOutput extends ListDirectoryBucketsO
22
22
  }
23
23
  declare const ListDirectoryBucketsCommand_base: {
24
24
  new (input: ListDirectoryBucketsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDirectoryBucketsCommandInput, ListDirectoryBucketsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListDirectoryBucketsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDirectoryBucketsCommandInput, ListDirectoryBucketsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of all Amazon S3 directory buckets owned by the authenticated sender of the request. For more information about directory buckets, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/directory-buckets-overview.html">Directory buckets</a> in the <i>Amazon S3 User Guide</i>.</p>
30
30
  * <note>
31
31
  * <p>
@@ -78,6 +78,7 @@ declare const ListDirectoryBucketsCommand_base: {
78
78
  * @throws {@link S3ServiceException}
79
79
  * <p>Base exception class for all service exceptions from S3 service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class ListDirectoryBucketsCommand extends ListDirectoryBucketsCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface ListMultipartUploadsCommandOutput extends ListMultipartUploadsO
22
22
  }
23
23
  declare const ListMultipartUploadsCommand_base: {
24
24
  new (input: ListMultipartUploadsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListMultipartUploadsCommandInput): import("@smithy/smithy-client").CommandImpl<ListMultipartUploadsCommandInput, ListMultipartUploadsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>This operation lists in-progress multipart uploads in a bucket. An in-progress multipart upload is a
30
30
  * multipart upload that has been initiated by the <code>CreateMultipartUpload</code> request, but
31
31
  * has not yet been completed or aborted.</p>
@@ -206,6 +206,7 @@ declare const ListMultipartUploadsCommand_base: {
206
206
  * @throws {@link S3ServiceException}
207
207
  * <p>Base exception class for all service exceptions from S3 service.</p>
208
208
  *
209
+ * @public
209
210
  * @example To list in-progress multipart uploads on a bucket
210
211
  * ```javascript
211
212
  * // The following example lists in-progress multipart uploads on a specific bucket.
@@ -22,10 +22,10 @@ export interface ListObjectVersionsCommandOutput extends ListObjectVersionsOutpu
22
22
  }
23
23
  declare const ListObjectVersionsCommand_base: {
24
24
  new (input: ListObjectVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListObjectVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectVersionsCommandInput, ListObjectVersionsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -151,9 +151,10 @@ declare const ListObjectVersionsCommand_base: {
151
151
  * @throws {@link S3ServiceException}
152
152
  * <p>Base exception class for all service exceptions from S3 service.</p>
153
153
  *
154
+ * @public
154
155
  * @example To list object versions
155
156
  * ```javascript
156
- * // The following example return versions of an object with specific key name prefix. The request limits the number of items returned to two. If there are are more than two object version, S3 returns NextToken in the response. You can specify this token value in your next request to fetch next set of object versions.
157
+ * // The following example returns versions of an object with specific key name prefix.
157
158
  * const input = {
158
159
  * "Bucket": "examplebucket",
159
160
  * "Prefix": "HappyFace.jpg"
@@ -22,10 +22,10 @@ export interface ListObjectsCommandOutput extends ListObjectsOutput, __MetadataB
22
22
  }
23
23
  declare const ListObjectsCommand_base: {
24
24
  new (input: ListObjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsCommandInput, ListObjectsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListObjectsCommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsCommandInput, ListObjectsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -137,6 +137,7 @@ declare const ListObjectsCommand_base: {
137
137
  * @throws {@link S3ServiceException}
138
138
  * <p>Base exception class for all service exceptions from S3 service.</p>
139
139
  *
140
+ * @public
140
141
  * @example To list objects in a bucket
141
142
  * ```javascript
142
143
  * // The following example list two objects in a bucket.
@@ -22,10 +22,10 @@ export interface ListObjectsV2CommandOutput extends ListObjectsV2Output, __Metad
22
22
  }
23
23
  declare const ListObjectsV2Command_base: {
24
24
  new (input: ListObjectsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListObjectsV2CommandInput): import("@smithy/smithy-client").CommandImpl<ListObjectsV2CommandInput, ListObjectsV2CommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns some or all (up to 1,000) of the objects in a bucket with each request. You can
30
30
  * use the request parameters as selection criteria to return a subset of the objects in a
31
31
  * bucket. A <code>200 OK</code> response can contain valid or invalid XML. Make sure to
@@ -181,6 +181,7 @@ declare const ListObjectsV2Command_base: {
181
181
  * @throws {@link S3ServiceException}
182
182
  * <p>Base exception class for all service exceptions from S3 service.</p>
183
183
  *
184
+ * @public
184
185
  * @example To get object list
185
186
  * ```javascript
186
187
  * // The following example retrieves object list. The request specifies max keys to limit response to include only 2 object keys.
@@ -22,10 +22,10 @@ export interface ListPartsCommandOutput extends ListPartsOutput, __MetadataBeare
22
22
  }
23
23
  declare const ListPartsCommand_base: {
24
24
  new (input: ListPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListPartsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPartsCommandInput, ListPartsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the parts that have been uploaded for a specific multipart upload.</p>
30
30
  * <p>To use this operation, you must provide the <code>upload ID</code> in the request. You obtain this uploadID by sending the initiate multipart upload
31
31
  * request through <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/API_CreateMultipartUpload.html">CreateMultipartUpload</a>.</p>
@@ -174,6 +174,7 @@ declare const ListPartsCommand_base: {
174
174
  * @throws {@link S3ServiceException}
175
175
  * <p>Base exception class for all service exceptions from S3 service.</p>
176
176
  *
177
+ * @public
177
178
  * @example To list parts of a multipart upload.
178
179
  * ```javascript
179
180
  * // The following example lists parts uploaded for a specific multipart upload.
@@ -22,10 +22,10 @@ export interface PutBucketAccelerateConfigurationCommandOutput extends __Metadat
22
22
  }
23
23
  declare const PutBucketAccelerateConfigurationCommand_base: {
24
24
  new (input: PutBucketAccelerateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutBucketAccelerateConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAccelerateConfigurationCommandInput, PutBucketAccelerateConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -97,6 +97,7 @@ declare const PutBucketAccelerateConfigurationCommand_base: {
97
97
  * @throws {@link S3ServiceException}
98
98
  * <p>Base exception class for all service exceptions from S3 service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class PutBucketAccelerateConfigurationCommand extends PutBucketAccelerateConfigurationCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface PutBucketAclCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PutBucketAclCommand_base: {
24
24
  new (input: PutBucketAclCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutBucketAclCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAclCommandInput, PutBucketAclCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -278,6 +278,7 @@ declare const PutBucketAclCommand_base: {
278
278
  * @throws {@link S3ServiceException}
279
279
  * <p>Base exception class for all service exceptions from S3 service.</p>
280
280
  *
281
+ * @public
281
282
  * @example Put bucket acl
282
283
  * ```javascript
283
284
  * // The following example replaces existing ACL on a bucket. The ACL grants the bucket owner (specified using the owner ID) and write permission to the LogDelivery group. Because this is a replace operation, you must specify all the grants in your request. To incrementally add or remove ACL grants, you might use the console.
@@ -22,10 +22,10 @@ export interface PutBucketAnalyticsConfigurationCommandOutput extends __Metadata
22
22
  }
23
23
  declare const PutBucketAnalyticsConfigurationCommand_base: {
24
24
  new (input: PutBucketAnalyticsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutBucketAnalyticsConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketAnalyticsConfigurationCommandInput, PutBucketAnalyticsConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -190,6 +190,7 @@ declare const PutBucketAnalyticsConfigurationCommand_base: {
190
190
  * @throws {@link S3ServiceException}
191
191
  * <p>Base exception class for all service exceptions from S3 service.</p>
192
192
  *
193
+ * @public
193
194
  */
194
195
  export declare class PutBucketAnalyticsConfigurationCommand extends PutBucketAnalyticsConfigurationCommand_base {
195
196
  }
@@ -22,10 +22,10 @@ export interface PutBucketCorsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PutBucketCorsCommand_base: {
24
24
  new (input: PutBucketCorsCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutBucketCorsCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketCorsCommandInput, PutBucketCorsCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -130,6 +130,7 @@ declare const PutBucketCorsCommand_base: {
130
130
  * @throws {@link S3ServiceException}
131
131
  * <p>Base exception class for all service exceptions from S3 service.</p>
132
132
  *
133
+ * @public
133
134
  * @example To set cors configuration on a bucket.
134
135
  * ```javascript
135
136
  * // The following example enables PUT, POST, and DELETE requests from www.example.com, and enables GET requests from any domain.
@@ -22,10 +22,10 @@ export interface PutBucketEncryptionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PutBucketEncryptionCommand_base: {
24
24
  new (input: PutBucketEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutBucketEncryptionCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketEncryptionCommandInput, PutBucketEncryptionCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -98,6 +98,7 @@ declare const PutBucketEncryptionCommand_base: {
98
98
  * @throws {@link S3ServiceException}
99
99
  * <p>Base exception class for all service exceptions from S3 service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class PutBucketEncryptionCommand extends PutBucketEncryptionCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface PutBucketIntelligentTieringConfigurationCommandOutput extends _
22
22
  }
23
23
  declare const PutBucketIntelligentTieringConfigurationCommand_base: {
24
24
  new (input: PutBucketIntelligentTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutBucketIntelligentTieringConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutBucketIntelligentTieringConfigurationCommandInput, PutBucketIntelligentTieringConfigurationCommandOutput, S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <note>
30
30
  * <p>This operation is not supported by directory buckets.</p>
31
31
  * </note>
@@ -135,6 +135,7 @@ declare const PutBucketIntelligentTieringConfigurationCommand_base: {
135
135
  * @throws {@link S3ServiceException}
136
136
  * <p>Base exception class for all service exceptions from S3 service.</p>
137
137
  *
138
+ * @public
138
139
  */
139
140
  export declare class PutBucketIntelligentTieringConfigurationCommand extends PutBucketIntelligentTieringConfigurationCommand_base {
140
141
  }