@aws-sdk/client-s3 3.534.0 → 3.535.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 +13 -12
  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 +2 -1
  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 +21 -20
  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 +2 -1
  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 +53 -52
  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 +16 -15
  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
@@ -21,6 +21,15 @@ declare const PutBucketNotificationConfigurationCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: PutBucketNotificationConfigurationCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ PutBucketNotificationConfigurationCommandInput,
28
+ PutBucketNotificationConfigurationCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class PutBucketNotificationConfigurationCommand extends PutBucketNotificationConfigurationCommand_base {}
@@ -21,6 +21,15 @@ declare const PutBucketOwnershipControlsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: PutBucketOwnershipControlsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ PutBucketOwnershipControlsCommandInput,
28
+ PutBucketOwnershipControlsCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class PutBucketOwnershipControlsCommand extends PutBucketOwnershipControlsCommand_base {}
@@ -19,6 +19,15 @@ declare const PutBucketPolicyCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: PutBucketPolicyCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ PutBucketPolicyCommandInput,
26
+ PutBucketPolicyCommandOutput,
27
+ S3ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class PutBucketPolicyCommand extends PutBucketPolicyCommand_base {}
@@ -20,6 +20,15 @@ declare const PutBucketReplicationCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: PutBucketReplicationCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ PutBucketReplicationCommandInput,
27
+ PutBucketReplicationCommandOutput,
28
+ S3ClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class PutBucketReplicationCommand extends PutBucketReplicationCommand_base {}
@@ -21,6 +21,15 @@ declare const PutBucketRequestPaymentCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: PutBucketRequestPaymentCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ PutBucketRequestPaymentCommandInput,
28
+ PutBucketRequestPaymentCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class PutBucketRequestPaymentCommand extends PutBucketRequestPaymentCommand_base {}
@@ -19,6 +19,15 @@ declare const PutBucketTaggingCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: PutBucketTaggingCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ PutBucketTaggingCommandInput,
26
+ PutBucketTaggingCommandOutput,
27
+ S3ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class PutBucketTaggingCommand extends PutBucketTaggingCommand_base {}
@@ -20,6 +20,15 @@ declare const PutBucketVersioningCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: PutBucketVersioningCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ PutBucketVersioningCommandInput,
27
+ PutBucketVersioningCommandOutput,
28
+ S3ClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class PutBucketVersioningCommand extends PutBucketVersioningCommand_base {}
@@ -19,6 +19,15 @@ declare const PutBucketWebsiteCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: PutBucketWebsiteCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ PutBucketWebsiteCommandInput,
26
+ PutBucketWebsiteCommandOutput,
27
+ S3ClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class PutBucketWebsiteCommand extends PutBucketWebsiteCommand_base {}
@@ -21,6 +21,15 @@ declare const PutObjectAclCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: PutObjectAclCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ PutObjectAclCommandInput,
28
+ PutObjectAclCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class PutObjectAclCommand extends PutObjectAclCommand_base {}
@@ -27,6 +27,15 @@ declare const PutObjectCommand_base: {
27
27
  ServiceInputTypes,
28
28
  ServiceOutputTypes
29
29
  >;
30
+ new (
31
+ __0_0: PutObjectCommandInput
32
+ ): import("@smithy/smithy-client").CommandImpl<
33
+ PutObjectCommandInput,
34
+ PutObjectCommandOutput,
35
+ S3ClientResolvedConfig,
36
+ ServiceInputTypes,
37
+ ServiceOutputTypes
38
+ >;
30
39
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
31
40
  };
32
41
  export declare class PutObjectCommand extends PutObjectCommand_base {}
@@ -25,6 +25,15 @@ declare const PutObjectLegalHoldCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutObjectLegalHoldCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutObjectLegalHoldCommandInput,
32
+ PutObjectLegalHoldCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutObjectLegalHoldCommand extends PutObjectLegalHoldCommand_base {}
@@ -25,6 +25,15 @@ declare const PutObjectLockConfigurationCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutObjectLockConfigurationCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutObjectLockConfigurationCommandInput,
32
+ PutObjectLockConfigurationCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutObjectLockConfigurationCommand extends PutObjectLockConfigurationCommand_base {}
@@ -25,6 +25,15 @@ declare const PutObjectRetentionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: PutObjectRetentionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ PutObjectRetentionCommandInput,
32
+ PutObjectRetentionCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class PutObjectRetentionCommand extends PutObjectRetentionCommand_base {}
@@ -24,6 +24,15 @@ declare const PutObjectTaggingCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: PutObjectTaggingCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ PutObjectTaggingCommandInput,
31
+ PutObjectTaggingCommandOutput,
32
+ S3ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class PutObjectTaggingCommand extends PutObjectTaggingCommand_base {}
@@ -20,6 +20,15 @@ declare const PutPublicAccessBlockCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: PutPublicAccessBlockCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ PutPublicAccessBlockCommandInput,
27
+ PutPublicAccessBlockCommandOutput,
28
+ S3ClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class PutPublicAccessBlockCommand extends PutPublicAccessBlockCommand_base {}
@@ -21,6 +21,15 @@ declare const RestoreObjectCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: RestoreObjectCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ RestoreObjectCommandInput,
28
+ RestoreObjectCommandOutput,
29
+ S3ClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class RestoreObjectCommand extends RestoreObjectCommand_base {}
@@ -25,6 +25,15 @@ declare const SelectObjectContentCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SelectObjectContentCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SelectObjectContentCommandInput,
32
+ SelectObjectContentCommandOutput,
33
+ S3ClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SelectObjectContentCommand extends SelectObjectContentCommand_base {}
@@ -27,6 +27,15 @@ declare const UploadPartCommand_base: {
27
27
  ServiceInputTypes,
28
28
  ServiceOutputTypes
29
29
  >;
30
+ new (
31
+ __0_0: UploadPartCommandInput
32
+ ): import("@smithy/smithy-client").CommandImpl<
33
+ UploadPartCommandInput,
34
+ UploadPartCommandOutput,
35
+ S3ClientResolvedConfig,
36
+ ServiceInputTypes,
37
+ ServiceOutputTypes
38
+ >;
30
39
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
31
40
  };
32
41
  export declare class UploadPartCommand extends UploadPartCommand_base {}
@@ -24,6 +24,15 @@ declare const UploadPartCopyCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UploadPartCopyCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UploadPartCopyCommandInput,
31
+ UploadPartCopyCommandOutput,
32
+ S3ClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UploadPartCopyCommand extends UploadPartCopyCommand_base {}
@@ -28,6 +28,15 @@ declare const WriteGetObjectResponseCommand_base: {
28
28
  ServiceInputTypes,
29
29
  ServiceOutputTypes
30
30
  >;
31
+ new (
32
+ __0_0: WriteGetObjectResponseCommandInput
33
+ ): import("@smithy/smithy-client").CommandImpl<
34
+ WriteGetObjectResponseCommandInput,
35
+ WriteGetObjectResponseCommandOutput,
36
+ S3ClientResolvedConfig,
37
+ ServiceInputTypes,
38
+ ServiceOutputTypes
39
+ >;
31
40
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
32
41
  };
33
42
  export declare class WriteGetObjectResponseCommand extends WriteGetObjectResponseCommand_base {}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3",
3
3
  "description": "AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",
4
- "version": "3.534.0",
4
+ "version": "3.535.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-s3",
@@ -26,64 +26,64 @@
26
26
  "@aws-crypto/sha1-browser": "3.0.0",
27
27
  "@aws-crypto/sha256-browser": "3.0.0",
28
28
  "@aws-crypto/sha256-js": "3.0.0",
29
- "@aws-sdk/client-sts": "3.533.0",
30
- "@aws-sdk/core": "3.533.0",
31
- "@aws-sdk/credential-provider-node": "3.533.0",
32
- "@aws-sdk/middleware-bucket-endpoint": "3.533.0",
33
- "@aws-sdk/middleware-expect-continue": "3.533.0",
34
- "@aws-sdk/middleware-flexible-checksums": "3.533.0",
35
- "@aws-sdk/middleware-host-header": "3.533.0",
36
- "@aws-sdk/middleware-location-constraint": "3.533.0",
37
- "@aws-sdk/middleware-logger": "3.533.0",
38
- "@aws-sdk/middleware-recursion-detection": "3.533.0",
39
- "@aws-sdk/middleware-sdk-s3": "3.533.0",
40
- "@aws-sdk/middleware-signing": "3.534.0",
41
- "@aws-sdk/middleware-ssec": "3.533.0",
42
- "@aws-sdk/middleware-user-agent": "3.533.0",
43
- "@aws-sdk/region-config-resolver": "3.533.0",
44
- "@aws-sdk/signature-v4-multi-region": "3.533.0",
45
- "@aws-sdk/types": "3.533.0",
46
- "@aws-sdk/util-endpoints": "3.533.0",
47
- "@aws-sdk/util-user-agent-browser": "3.533.0",
48
- "@aws-sdk/util-user-agent-node": "3.533.0",
49
- "@aws-sdk/xml-builder": "3.533.0",
50
- "@smithy/config-resolver": "^2.1.5",
51
- "@smithy/core": "^1.3.8",
52
- "@smithy/eventstream-serde-browser": "^2.1.4",
53
- "@smithy/eventstream-serde-config-resolver": "^2.1.4",
54
- "@smithy/eventstream-serde-node": "^2.1.4",
55
- "@smithy/fetch-http-handler": "^2.4.5",
56
- "@smithy/hash-blob-browser": "^2.1.5",
57
- "@smithy/hash-node": "^2.1.4",
58
- "@smithy/hash-stream-node": "^2.1.4",
59
- "@smithy/invalid-dependency": "^2.1.4",
60
- "@smithy/md5-js": "^2.1.4",
61
- "@smithy/middleware-content-length": "^2.1.4",
62
- "@smithy/middleware-endpoint": "^2.4.6",
63
- "@smithy/middleware-retry": "^2.1.7",
64
- "@smithy/middleware-serde": "^2.2.1",
65
- "@smithy/middleware-stack": "^2.1.4",
66
- "@smithy/node-config-provider": "^2.2.5",
67
- "@smithy/node-http-handler": "^2.4.3",
68
- "@smithy/protocol-http": "^3.2.2",
69
- "@smithy/smithy-client": "^2.4.5",
70
- "@smithy/types": "^2.11.0",
71
- "@smithy/url-parser": "^2.1.4",
72
- "@smithy/util-base64": "^2.2.1",
73
- "@smithy/util-body-length-browser": "^2.1.1",
74
- "@smithy/util-body-length-node": "^2.2.2",
75
- "@smithy/util-defaults-mode-browser": "^2.1.7",
76
- "@smithy/util-defaults-mode-node": "^2.2.7",
77
- "@smithy/util-endpoints": "^1.1.5",
78
- "@smithy/util-retry": "^2.1.4",
79
- "@smithy/util-stream": "^2.1.5",
80
- "@smithy/util-utf8": "^2.2.0",
81
- "@smithy/util-waiter": "^2.1.4",
82
- "tslib": "^2.5.0"
29
+ "@aws-sdk/client-sts": "3.535.0",
30
+ "@aws-sdk/core": "3.535.0",
31
+ "@aws-sdk/credential-provider-node": "3.535.0",
32
+ "@aws-sdk/middleware-bucket-endpoint": "3.535.0",
33
+ "@aws-sdk/middleware-expect-continue": "3.535.0",
34
+ "@aws-sdk/middleware-flexible-checksums": "3.535.0",
35
+ "@aws-sdk/middleware-host-header": "3.535.0",
36
+ "@aws-sdk/middleware-location-constraint": "3.535.0",
37
+ "@aws-sdk/middleware-logger": "3.535.0",
38
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
39
+ "@aws-sdk/middleware-sdk-s3": "3.535.0",
40
+ "@aws-sdk/middleware-signing": "3.535.0",
41
+ "@aws-sdk/middleware-ssec": "3.535.0",
42
+ "@aws-sdk/middleware-user-agent": "3.535.0",
43
+ "@aws-sdk/region-config-resolver": "3.535.0",
44
+ "@aws-sdk/signature-v4-multi-region": "3.535.0",
45
+ "@aws-sdk/types": "3.535.0",
46
+ "@aws-sdk/util-endpoints": "3.535.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
48
+ "@aws-sdk/util-user-agent-node": "3.535.0",
49
+ "@aws-sdk/xml-builder": "3.535.0",
50
+ "@smithy/config-resolver": "^2.2.0",
51
+ "@smithy/core": "^1.4.0",
52
+ "@smithy/eventstream-serde-browser": "^2.2.0",
53
+ "@smithy/eventstream-serde-config-resolver": "^2.2.0",
54
+ "@smithy/eventstream-serde-node": "^2.2.0",
55
+ "@smithy/fetch-http-handler": "^2.5.0",
56
+ "@smithy/hash-blob-browser": "^2.2.0",
57
+ "@smithy/hash-node": "^2.2.0",
58
+ "@smithy/hash-stream-node": "^2.2.0",
59
+ "@smithy/invalid-dependency": "^2.2.0",
60
+ "@smithy/md5-js": "^2.2.0",
61
+ "@smithy/middleware-content-length": "^2.2.0",
62
+ "@smithy/middleware-endpoint": "^2.5.0",
63
+ "@smithy/middleware-retry": "^2.2.0",
64
+ "@smithy/middleware-serde": "^2.3.0",
65
+ "@smithy/middleware-stack": "^2.2.0",
66
+ "@smithy/node-config-provider": "^2.3.0",
67
+ "@smithy/node-http-handler": "^2.5.0",
68
+ "@smithy/protocol-http": "^3.3.0",
69
+ "@smithy/smithy-client": "^2.5.0",
70
+ "@smithy/types": "^2.12.0",
71
+ "@smithy/url-parser": "^2.2.0",
72
+ "@smithy/util-base64": "^2.3.0",
73
+ "@smithy/util-body-length-browser": "^2.2.0",
74
+ "@smithy/util-body-length-node": "^2.3.0",
75
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
76
+ "@smithy/util-defaults-mode-node": "^2.3.0",
77
+ "@smithy/util-endpoints": "^1.2.0",
78
+ "@smithy/util-retry": "^2.2.0",
79
+ "@smithy/util-stream": "^2.2.0",
80
+ "@smithy/util-utf8": "^2.3.0",
81
+ "@smithy/util-waiter": "^2.2.0",
82
+ "tslib": "^2.6.2"
83
83
  },
84
84
  "devDependencies": {
85
- "@aws-sdk/signature-v4-crt": "3.533.0",
86
- "@smithy/service-client-documentation-generator": "^2.1.1",
85
+ "@aws-sdk/signature-v4-crt": "3.535.0",
86
+ "@smithy/service-client-documentation-generator": "^2.2.0",
87
87
  "@tsconfig/node14": "1.0.3",
88
88
  "@types/chai": "^4.2.11",
89
89
  "@types/mocha": "^8.0.4",