@aws-sdk/client-s3 3.296.0 → 3.298.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 (281) hide show
  1. package/dist-cjs/commands/AbortMultipartUploadCommand.js +2 -3
  2. package/dist-cjs/commands/CreateBucketCommand.js +2 -3
  3. package/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -3
  4. package/dist-cjs/commands/DeleteBucketCommand.js +2 -3
  5. package/dist-cjs/commands/DeleteBucketCorsCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteBucketEncryptionCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteBucketLifecycleCommand.js +2 -3
  10. package/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +2 -3
  11. package/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +2 -3
  12. package/dist-cjs/commands/DeleteBucketPolicyCommand.js +2 -3
  13. package/dist-cjs/commands/DeleteBucketReplicationCommand.js +2 -3
  14. package/dist-cjs/commands/DeleteBucketTaggingCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteBucketWebsiteCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteObjectCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteObjectTaggingCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteObjectsCommand.js +2 -3
  19. package/dist-cjs/commands/DeletePublicAccessBlockCommand.js +2 -3
  20. package/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +2 -3
  21. package/dist-cjs/commands/GetBucketAclCommand.js +2 -3
  22. package/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +2 -3
  23. package/dist-cjs/commands/GetBucketCorsCommand.js +2 -3
  24. package/dist-cjs/commands/GetBucketEncryptionCommand.js +1 -1
  25. package/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -3
  26. package/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +1 -1
  27. package/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +2 -3
  28. package/dist-cjs/commands/GetBucketLocationCommand.js +2 -3
  29. package/dist-cjs/commands/GetBucketLoggingCommand.js +2 -3
  30. package/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +2 -3
  31. package/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +2 -3
  32. package/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +2 -3
  33. package/dist-cjs/commands/GetBucketPolicyCommand.js +2 -3
  34. package/dist-cjs/commands/GetBucketPolicyStatusCommand.js +2 -3
  35. package/dist-cjs/commands/GetBucketReplicationCommand.js +2 -3
  36. package/dist-cjs/commands/GetBucketRequestPaymentCommand.js +2 -3
  37. package/dist-cjs/commands/GetBucketTaggingCommand.js +2 -3
  38. package/dist-cjs/commands/GetBucketVersioningCommand.js +2 -3
  39. package/dist-cjs/commands/GetBucketWebsiteCommand.js +2 -3
  40. package/dist-cjs/commands/GetObjectAclCommand.js +2 -3
  41. package/dist-cjs/commands/GetObjectAttributesCommand.js +1 -1
  42. package/dist-cjs/commands/GetObjectLegalHoldCommand.js +2 -3
  43. package/dist-cjs/commands/GetObjectLockConfigurationCommand.js +2 -3
  44. package/dist-cjs/commands/GetObjectRetentionCommand.js +2 -3
  45. package/dist-cjs/commands/GetObjectTaggingCommand.js +2 -3
  46. package/dist-cjs/commands/GetObjectTorrentCommand.js +1 -1
  47. package/dist-cjs/commands/GetPublicAccessBlockCommand.js +2 -3
  48. package/dist-cjs/commands/HeadBucketCommand.js +2 -3
  49. package/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -3
  50. package/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -3
  51. package/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +1 -1
  52. package/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +2 -3
  53. package/dist-cjs/commands/ListBucketsCommand.js +2 -3
  54. package/dist-cjs/commands/ListMultipartUploadsCommand.js +2 -3
  55. package/dist-cjs/commands/ListObjectVersionsCommand.js +2 -3
  56. package/dist-cjs/commands/ListObjectsCommand.js +2 -3
  57. package/dist-cjs/commands/ListObjectsV2Command.js +2 -3
  58. package/dist-cjs/commands/ListPartsCommand.js +1 -1
  59. package/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +2 -3
  60. package/dist-cjs/commands/PutBucketAclCommand.js +2 -3
  61. package/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +2 -3
  62. package/dist-cjs/commands/PutBucketCorsCommand.js +2 -3
  63. package/dist-cjs/commands/PutBucketEncryptionCommand.js +1 -1
  64. package/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -3
  65. package/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +1 -1
  66. package/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +2 -3
  67. package/dist-cjs/commands/PutBucketLoggingCommand.js +2 -3
  68. package/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +2 -3
  69. package/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +2 -3
  70. package/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +2 -3
  71. package/dist-cjs/commands/PutBucketPolicyCommand.js +2 -3
  72. package/dist-cjs/commands/PutBucketReplicationCommand.js +2 -3
  73. package/dist-cjs/commands/PutBucketRequestPaymentCommand.js +2 -3
  74. package/dist-cjs/commands/PutBucketTaggingCommand.js +2 -3
  75. package/dist-cjs/commands/PutBucketVersioningCommand.js +2 -3
  76. package/dist-cjs/commands/PutBucketWebsiteCommand.js +2 -3
  77. package/dist-cjs/commands/PutObjectAclCommand.js +2 -3
  78. package/dist-cjs/commands/PutObjectLegalHoldCommand.js +2 -3
  79. package/dist-cjs/commands/PutObjectLockConfigurationCommand.js +2 -3
  80. package/dist-cjs/commands/PutObjectRetentionCommand.js +2 -3
  81. package/dist-cjs/commands/PutObjectTaggingCommand.js +2 -3
  82. package/dist-cjs/commands/PutPublicAccessBlockCommand.js +2 -3
  83. package/dist-cjs/commands/RestoreObjectCommand.js +1 -1
  84. package/dist-cjs/commands/WriteGetObjectResponseCommand.js +1 -1
  85. package/dist-cjs/models/models_0.js +1 -926
  86. package/dist-cjs/models/models_1.js +6 -110
  87. package/dist-cjs/protocols/Aws_restXml.js +88 -436
  88. package/dist-es/commands/AbortMultipartUploadCommand.js +2 -3
  89. package/dist-es/commands/CreateBucketCommand.js +2 -3
  90. package/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +2 -3
  91. package/dist-es/commands/DeleteBucketCommand.js +2 -3
  92. package/dist-es/commands/DeleteBucketCorsCommand.js +2 -3
  93. package/dist-es/commands/DeleteBucketEncryptionCommand.js +2 -3
  94. package/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +2 -3
  95. package/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +2 -3
  96. package/dist-es/commands/DeleteBucketLifecycleCommand.js +2 -3
  97. package/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +2 -3
  98. package/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +2 -3
  99. package/dist-es/commands/DeleteBucketPolicyCommand.js +2 -3
  100. package/dist-es/commands/DeleteBucketReplicationCommand.js +2 -3
  101. package/dist-es/commands/DeleteBucketTaggingCommand.js +2 -3
  102. package/dist-es/commands/DeleteBucketWebsiteCommand.js +2 -3
  103. package/dist-es/commands/DeleteObjectCommand.js +2 -3
  104. package/dist-es/commands/DeleteObjectTaggingCommand.js +2 -3
  105. package/dist-es/commands/DeleteObjectsCommand.js +2 -3
  106. package/dist-es/commands/DeletePublicAccessBlockCommand.js +2 -3
  107. package/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +2 -3
  108. package/dist-es/commands/GetBucketAclCommand.js +2 -3
  109. package/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +2 -3
  110. package/dist-es/commands/GetBucketCorsCommand.js +2 -3
  111. package/dist-es/commands/GetBucketEncryptionCommand.js +2 -2
  112. package/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +2 -3
  113. package/dist-es/commands/GetBucketInventoryConfigurationCommand.js +2 -2
  114. package/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +2 -3
  115. package/dist-es/commands/GetBucketLocationCommand.js +2 -3
  116. package/dist-es/commands/GetBucketLoggingCommand.js +2 -3
  117. package/dist-es/commands/GetBucketMetricsConfigurationCommand.js +2 -3
  118. package/dist-es/commands/GetBucketNotificationConfigurationCommand.js +2 -3
  119. package/dist-es/commands/GetBucketOwnershipControlsCommand.js +2 -3
  120. package/dist-es/commands/GetBucketPolicyCommand.js +2 -3
  121. package/dist-es/commands/GetBucketPolicyStatusCommand.js +2 -3
  122. package/dist-es/commands/GetBucketReplicationCommand.js +2 -3
  123. package/dist-es/commands/GetBucketRequestPaymentCommand.js +2 -3
  124. package/dist-es/commands/GetBucketTaggingCommand.js +2 -3
  125. package/dist-es/commands/GetBucketVersioningCommand.js +2 -3
  126. package/dist-es/commands/GetBucketWebsiteCommand.js +2 -3
  127. package/dist-es/commands/GetObjectAclCommand.js +2 -3
  128. package/dist-es/commands/GetObjectAttributesCommand.js +2 -2
  129. package/dist-es/commands/GetObjectLegalHoldCommand.js +2 -3
  130. package/dist-es/commands/GetObjectLockConfigurationCommand.js +2 -3
  131. package/dist-es/commands/GetObjectRetentionCommand.js +2 -3
  132. package/dist-es/commands/GetObjectTaggingCommand.js +2 -3
  133. package/dist-es/commands/GetObjectTorrentCommand.js +2 -2
  134. package/dist-es/commands/GetPublicAccessBlockCommand.js +2 -3
  135. package/dist-es/commands/HeadBucketCommand.js +2 -3
  136. package/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +2 -3
  137. package/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +2 -3
  138. package/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +2 -2
  139. package/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +2 -3
  140. package/dist-es/commands/ListBucketsCommand.js +2 -3
  141. package/dist-es/commands/ListMultipartUploadsCommand.js +2 -3
  142. package/dist-es/commands/ListObjectVersionsCommand.js +2 -3
  143. package/dist-es/commands/ListObjectsCommand.js +2 -3
  144. package/dist-es/commands/ListObjectsV2Command.js +2 -3
  145. package/dist-es/commands/ListPartsCommand.js +2 -2
  146. package/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +2 -3
  147. package/dist-es/commands/PutBucketAclCommand.js +2 -3
  148. package/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +2 -3
  149. package/dist-es/commands/PutBucketCorsCommand.js +2 -3
  150. package/dist-es/commands/PutBucketEncryptionCommand.js +1 -1
  151. package/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +2 -3
  152. package/dist-es/commands/PutBucketInventoryConfigurationCommand.js +1 -1
  153. package/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +2 -3
  154. package/dist-es/commands/PutBucketLoggingCommand.js +2 -3
  155. package/dist-es/commands/PutBucketMetricsConfigurationCommand.js +2 -3
  156. package/dist-es/commands/PutBucketNotificationConfigurationCommand.js +2 -3
  157. package/dist-es/commands/PutBucketOwnershipControlsCommand.js +2 -3
  158. package/dist-es/commands/PutBucketPolicyCommand.js +2 -3
  159. package/dist-es/commands/PutBucketReplicationCommand.js +2 -3
  160. package/dist-es/commands/PutBucketRequestPaymentCommand.js +2 -3
  161. package/dist-es/commands/PutBucketTaggingCommand.js +2 -3
  162. package/dist-es/commands/PutBucketVersioningCommand.js +2 -3
  163. package/dist-es/commands/PutBucketWebsiteCommand.js +2 -3
  164. package/dist-es/commands/PutObjectAclCommand.js +2 -3
  165. package/dist-es/commands/PutObjectLegalHoldCommand.js +2 -3
  166. package/dist-es/commands/PutObjectLockConfigurationCommand.js +2 -3
  167. package/dist-es/commands/PutObjectRetentionCommand.js +2 -3
  168. package/dist-es/commands/PutObjectTaggingCommand.js +2 -3
  169. package/dist-es/commands/PutPublicAccessBlockCommand.js +2 -3
  170. package/dist-es/commands/RestoreObjectCommand.js +2 -2
  171. package/dist-es/commands/WriteGetObjectResponseCommand.js +1 -1
  172. package/dist-es/models/models_0.js +0 -707
  173. package/dist-es/models/models_1.js +5 -83
  174. package/dist-es/protocols/Aws_restXml.js +88 -436
  175. package/dist-types/S3.d.ts +94 -0
  176. package/dist-types/S3Client.d.ts +24 -4
  177. package/dist-types/commands/AbortMultipartUploadCommand.d.ts +16 -0
  178. package/dist-types/commands/CompleteMultipartUploadCommand.d.ts +16 -0
  179. package/dist-types/commands/CopyObjectCommand.d.ts +16 -0
  180. package/dist-types/commands/CreateBucketCommand.d.ts +16 -0
  181. package/dist-types/commands/CreateMultipartUploadCommand.d.ts +16 -0
  182. package/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +16 -0
  183. package/dist-types/commands/DeleteBucketCommand.d.ts +16 -0
  184. package/dist-types/commands/DeleteBucketCorsCommand.d.ts +16 -0
  185. package/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +16 -0
  186. package/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +16 -0
  187. package/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +16 -0
  188. package/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +16 -0
  189. package/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +16 -0
  190. package/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +16 -0
  191. package/dist-types/commands/DeleteBucketPolicyCommand.d.ts +16 -0
  192. package/dist-types/commands/DeleteBucketReplicationCommand.d.ts +16 -0
  193. package/dist-types/commands/DeleteBucketTaggingCommand.d.ts +16 -0
  194. package/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +16 -0
  195. package/dist-types/commands/DeleteObjectCommand.d.ts +16 -0
  196. package/dist-types/commands/DeleteObjectTaggingCommand.d.ts +16 -0
  197. package/dist-types/commands/DeleteObjectsCommand.d.ts +16 -0
  198. package/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +16 -0
  199. package/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +16 -0
  200. package/dist-types/commands/GetBucketAclCommand.d.ts +16 -0
  201. package/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +16 -0
  202. package/dist-types/commands/GetBucketCorsCommand.d.ts +16 -0
  203. package/dist-types/commands/GetBucketEncryptionCommand.d.ts +16 -0
  204. package/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +16 -0
  205. package/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +16 -0
  206. package/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +16 -0
  207. package/dist-types/commands/GetBucketLocationCommand.d.ts +16 -0
  208. package/dist-types/commands/GetBucketLoggingCommand.d.ts +16 -0
  209. package/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +16 -0
  210. package/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +16 -0
  211. package/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +16 -0
  212. package/dist-types/commands/GetBucketPolicyCommand.d.ts +16 -0
  213. package/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +16 -0
  214. package/dist-types/commands/GetBucketReplicationCommand.d.ts +16 -0
  215. package/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +16 -0
  216. package/dist-types/commands/GetBucketTaggingCommand.d.ts +16 -0
  217. package/dist-types/commands/GetBucketVersioningCommand.d.ts +16 -0
  218. package/dist-types/commands/GetBucketWebsiteCommand.d.ts +16 -0
  219. package/dist-types/commands/GetObjectAclCommand.d.ts +16 -0
  220. package/dist-types/commands/GetObjectAttributesCommand.d.ts +16 -0
  221. package/dist-types/commands/GetObjectCommand.d.ts +16 -0
  222. package/dist-types/commands/GetObjectLegalHoldCommand.d.ts +16 -0
  223. package/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +16 -0
  224. package/dist-types/commands/GetObjectRetentionCommand.d.ts +16 -0
  225. package/dist-types/commands/GetObjectTaggingCommand.d.ts +16 -0
  226. package/dist-types/commands/GetObjectTorrentCommand.d.ts +16 -0
  227. package/dist-types/commands/GetPublicAccessBlockCommand.d.ts +16 -0
  228. package/dist-types/commands/HeadBucketCommand.d.ts +16 -0
  229. package/dist-types/commands/HeadObjectCommand.d.ts +16 -0
  230. package/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +16 -0
  231. package/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +16 -0
  232. package/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +16 -0
  233. package/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +16 -0
  234. package/dist-types/commands/ListBucketsCommand.d.ts +16 -0
  235. package/dist-types/commands/ListMultipartUploadsCommand.d.ts +16 -0
  236. package/dist-types/commands/ListObjectVersionsCommand.d.ts +16 -0
  237. package/dist-types/commands/ListObjectsCommand.d.ts +16 -0
  238. package/dist-types/commands/ListObjectsV2Command.d.ts +16 -0
  239. package/dist-types/commands/ListPartsCommand.d.ts +16 -0
  240. package/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +16 -0
  241. package/dist-types/commands/PutBucketAclCommand.d.ts +16 -0
  242. package/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +16 -0
  243. package/dist-types/commands/PutBucketCorsCommand.d.ts +16 -0
  244. package/dist-types/commands/PutBucketEncryptionCommand.d.ts +16 -0
  245. package/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +16 -0
  246. package/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +16 -0
  247. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +16 -0
  248. package/dist-types/commands/PutBucketLoggingCommand.d.ts +16 -0
  249. package/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +16 -0
  250. package/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +16 -0
  251. package/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +16 -0
  252. package/dist-types/commands/PutBucketPolicyCommand.d.ts +16 -0
  253. package/dist-types/commands/PutBucketReplicationCommand.d.ts +16 -0
  254. package/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +16 -0
  255. package/dist-types/commands/PutBucketTaggingCommand.d.ts +16 -0
  256. package/dist-types/commands/PutBucketVersioningCommand.d.ts +16 -0
  257. package/dist-types/commands/PutBucketWebsiteCommand.d.ts +16 -0
  258. package/dist-types/commands/PutObjectAclCommand.d.ts +16 -0
  259. package/dist-types/commands/PutObjectCommand.d.ts +17 -2
  260. package/dist-types/commands/PutObjectLegalHoldCommand.d.ts +16 -0
  261. package/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +16 -0
  262. package/dist-types/commands/PutObjectRetentionCommand.d.ts +16 -0
  263. package/dist-types/commands/PutObjectTaggingCommand.d.ts +16 -0
  264. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +16 -0
  265. package/dist-types/commands/RestoreObjectCommand.d.ts +16 -0
  266. package/dist-types/commands/SelectObjectContentCommand.d.ts +16 -0
  267. package/dist-types/commands/UploadPartCommand.d.ts +17 -2
  268. package/dist-types/commands/UploadPartCopyCommand.d.ts +16 -0
  269. package/dist-types/commands/WriteGetObjectResponseCommand.d.ts +17 -2
  270. package/dist-types/models/S3ServiceException.d.ts +2 -0
  271. package/dist-types/models/models_0.d.ts +705 -873
  272. package/dist-types/models/models_1.d.ts +90 -104
  273. package/dist-types/pagination/Interfaces.d.ts +3 -0
  274. package/dist-types/pagination/ListObjectsV2Paginator.d.ts +3 -0
  275. package/dist-types/pagination/ListPartsPaginator.d.ts +3 -0
  276. package/dist-types/ts3.4/commands/PutObjectCommand.d.ts +1 -2
  277. package/dist-types/ts3.4/commands/UploadPartCommand.d.ts +1 -2
  278. package/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +1 -2
  279. package/dist-types/ts3.4/models/models_0.d.ts +0 -585
  280. package/dist-types/ts3.4/models/models_1.d.ts +0 -56
  281. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutObjectLegalHoldOutput, PutObjectLegalHoldRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutObjectLegalHoldCommand}.
8
10
  */
9
11
  export interface PutObjectLegalHoldCommandInput extends PutObjectLegalHoldRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutObjectLegalHoldCommand}.
13
17
  */
14
18
  export interface PutObjectLegalHoldCommandOutput extends PutObjectLegalHoldOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Applies a legal hold configuration to the specified object. For more information, see
18
23
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking
19
24
  * Objects</a>.</p>
@@ -28,6 +33,8 @@ export interface PutObjectLegalHoldCommandOutput extends PutObjectLegalHoldOutpu
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param PutObjectLegalHoldCommandInput - {@link PutObjectLegalHoldCommandInput}
37
+ * @returns {@link PutObjectLegalHoldCommandOutput}
31
38
  * @see {@link PutObjectLegalHoldCommandInput} for command's `input` shape.
32
39
  * @see {@link PutObjectLegalHoldCommandOutput} for command's `response` shape.
33
40
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -37,11 +44,20 @@ export interface PutObjectLegalHoldCommandOutput extends PutObjectLegalHoldOutpu
37
44
  export declare class PutObjectLegalHoldCommand extends $Command<PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput, S3ClientResolvedConfig> {
38
45
  readonly input: PutObjectLegalHoldCommandInput;
39
46
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
47
+ /**
48
+ * @public
49
+ */
40
50
  constructor(input: PutObjectLegalHoldCommandInput);
41
51
  /**
42
52
  * @internal
43
53
  */
44
54
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutObjectLegalHoldCommandInput, PutObjectLegalHoldCommandOutput>;
55
+ /**
56
+ * @internal
57
+ */
45
58
  private serialize;
59
+ /**
60
+ * @internal
61
+ */
46
62
  private deserialize;
47
63
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutObjectLockConfigurationOutput, PutObjectLockConfigurationRequest } from "../models/models_0";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutObjectLockConfigurationCommand}.
8
10
  */
9
11
  export interface PutObjectLockConfigurationCommandInput extends PutObjectLockConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutObjectLockConfigurationCommand}.
13
17
  */
14
18
  export interface PutObjectLockConfigurationCommandOutput extends PutObjectLockConfigurationOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Places an Object Lock configuration on the specified bucket. The rule specified in the
18
23
  * Object Lock configuration will be applied by default to every new object placed in the
19
24
  * specified bucket. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking Objects</a>.
@@ -45,6 +50,8 @@ export interface PutObjectLockConfigurationCommandOutput extends PutObjectLockCo
45
50
  * const response = await client.send(command);
46
51
  * ```
47
52
  *
53
+ * @param PutObjectLockConfigurationCommandInput - {@link PutObjectLockConfigurationCommandInput}
54
+ * @returns {@link PutObjectLockConfigurationCommandOutput}
48
55
  * @see {@link PutObjectLockConfigurationCommandInput} for command's `input` shape.
49
56
  * @see {@link PutObjectLockConfigurationCommandOutput} for command's `response` shape.
50
57
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -54,11 +61,20 @@ export interface PutObjectLockConfigurationCommandOutput extends PutObjectLockCo
54
61
  export declare class PutObjectLockConfigurationCommand extends $Command<PutObjectLockConfigurationCommandInput, PutObjectLockConfigurationCommandOutput, S3ClientResolvedConfig> {
55
62
  readonly input: PutObjectLockConfigurationCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: PutObjectLockConfigurationCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutObjectLockConfigurationCommandInput, PutObjectLockConfigurationCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutObjectRetentionOutput, PutObjectRetentionRequest } from "../models/models_1";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutObjectRetentionCommand}.
8
10
  */
9
11
  export interface PutObjectRetentionCommandInput extends PutObjectRetentionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutObjectRetentionCommand}.
13
17
  */
14
18
  export interface PutObjectRetentionCommandOutput extends PutObjectRetentionOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Places an Object Retention configuration on an object. For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html">Locking Objects</a>.
18
23
  * Users or accounts require the <code>s3:PutObjectRetention</code> permission in order to place
19
24
  * an Object Retention configuration on objects. Bypassing a Governance Retention configuration
@@ -30,6 +35,8 @@ export interface PutObjectRetentionCommandOutput extends PutObjectRetentionOutpu
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param PutObjectRetentionCommandInput - {@link PutObjectRetentionCommandInput}
39
+ * @returns {@link PutObjectRetentionCommandOutput}
33
40
  * @see {@link PutObjectRetentionCommandInput} for command's `input` shape.
34
41
  * @see {@link PutObjectRetentionCommandOutput} for command's `response` shape.
35
42
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -39,11 +46,20 @@ export interface PutObjectRetentionCommandOutput extends PutObjectRetentionOutpu
39
46
  export declare class PutObjectRetentionCommand extends $Command<PutObjectRetentionCommandInput, PutObjectRetentionCommandOutput, S3ClientResolvedConfig> {
40
47
  readonly input: PutObjectRetentionCommandInput;
41
48
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
49
+ /**
50
+ * @public
51
+ */
42
52
  constructor(input: PutObjectRetentionCommandInput);
43
53
  /**
44
54
  * @internal
45
55
  */
46
56
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutObjectRetentionCommandInput, PutObjectRetentionCommandOutput>;
57
+ /**
58
+ * @internal
59
+ */
47
60
  private serialize;
61
+ /**
62
+ * @internal
63
+ */
48
64
  private deserialize;
49
65
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutObjectTaggingOutput, PutObjectTaggingRequest } from "../models/models_1";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutObjectTaggingCommand}.
8
10
  */
9
11
  export interface PutObjectTaggingCommandInput extends PutObjectTaggingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutObjectTaggingCommand}.
13
17
  */
14
18
  export interface PutObjectTaggingCommandOutput extends PutObjectTaggingOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Sets the supplied tag-set to an object that already exists in a bucket.</p>
18
23
  * <p>A tag is a key-value pair. You can associate tags with an object by sending a PUT
19
24
  * request against the tagging subresource that is associated with the object. You can
@@ -116,6 +121,8 @@ export interface PutObjectTaggingCommandOutput extends PutObjectTaggingOutput, _
116
121
  * const response = await client.send(command);
117
122
  * ```
118
123
  *
124
+ * @param PutObjectTaggingCommandInput - {@link PutObjectTaggingCommandInput}
125
+ * @returns {@link PutObjectTaggingCommandOutput}
119
126
  * @see {@link PutObjectTaggingCommandInput} for command's `input` shape.
120
127
  * @see {@link PutObjectTaggingCommandOutput} for command's `response` shape.
121
128
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -154,11 +161,20 @@ export interface PutObjectTaggingCommandOutput extends PutObjectTaggingOutput, _
154
161
  export declare class PutObjectTaggingCommand extends $Command<PutObjectTaggingCommandInput, PutObjectTaggingCommandOutput, S3ClientResolvedConfig> {
155
162
  readonly input: PutObjectTaggingCommandInput;
156
163
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
164
+ /**
165
+ * @public
166
+ */
157
167
  constructor(input: PutObjectTaggingCommandInput);
158
168
  /**
159
169
  * @internal
160
170
  */
161
171
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutObjectTaggingCommandInput, PutObjectTaggingCommandOutput>;
172
+ /**
173
+ * @internal
174
+ */
162
175
  private serialize;
176
+ /**
177
+ * @internal
178
+ */
163
179
  private deserialize;
164
180
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { PutPublicAccessBlockRequest } from "../models/models_1";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PutPublicAccessBlockCommand}.
8
10
  */
9
11
  export interface PutPublicAccessBlockCommandInput extends PutPublicAccessBlockRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PutPublicAccessBlockCommand}.
13
17
  */
14
18
  export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates or modifies the <code>PublicAccessBlock</code> configuration for an Amazon S3 bucket.
18
23
  * To use this operation, you must have the <code>s3:PutBucketPublicAccessBlock</code>
19
24
  * permission. For more information about Amazon S3 permissions, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html">Specifying Permissions in a
@@ -63,6 +68,8 @@ export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {
63
68
  * const response = await client.send(command);
64
69
  * ```
65
70
  *
71
+ * @param PutPublicAccessBlockCommandInput - {@link PutPublicAccessBlockCommandInput}
72
+ * @returns {@link PutPublicAccessBlockCommandOutput}
66
73
  * @see {@link PutPublicAccessBlockCommandInput} for command's `input` shape.
67
74
  * @see {@link PutPublicAccessBlockCommandOutput} for command's `response` shape.
68
75
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -72,11 +79,20 @@ export interface PutPublicAccessBlockCommandOutput extends __MetadataBearer {
72
79
  export declare class PutPublicAccessBlockCommand extends $Command<PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput, S3ClientResolvedConfig> {
73
80
  readonly input: PutPublicAccessBlockCommandInput;
74
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
75
85
  constructor(input: PutPublicAccessBlockCommandInput);
76
86
  /**
77
87
  * @internal
78
88
  */
79
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPublicAccessBlockCommandInput, PutPublicAccessBlockCommandOutput>;
90
+ /**
91
+ * @internal
92
+ */
80
93
  private serialize;
94
+ /**
95
+ * @internal
96
+ */
81
97
  private deserialize;
82
98
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { RestoreObjectOutput, RestoreObjectRequest } from "../models/models_1";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RestoreObjectCommand}.
8
10
  */
9
11
  export interface RestoreObjectCommandInput extends RestoreObjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RestoreObjectCommand}.
13
17
  */
14
18
  export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Restores an archived copy of an object back into Amazon S3</p>
18
23
  * <p>This action is not supported by Amazon S3 on Outposts.</p>
19
24
  * <p>This action performs the following types of requests: </p>
@@ -308,6 +313,8 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
308
313
  * const response = await client.send(command);
309
314
  * ```
310
315
  *
316
+ * @param RestoreObjectCommandInput - {@link RestoreObjectCommandInput}
317
+ * @returns {@link RestoreObjectCommandOutput}
311
318
  * @see {@link RestoreObjectCommandInput} for command's `input` shape.
312
319
  * @see {@link RestoreObjectCommandOutput} for command's `response` shape.
313
320
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -338,11 +345,20 @@ export interface RestoreObjectCommandOutput extends RestoreObjectOutput, __Metad
338
345
  export declare class RestoreObjectCommand extends $Command<RestoreObjectCommandInput, RestoreObjectCommandOutput, S3ClientResolvedConfig> {
339
346
  readonly input: RestoreObjectCommandInput;
340
347
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
348
+ /**
349
+ * @public
350
+ */
341
351
  constructor(input: RestoreObjectCommandInput);
342
352
  /**
343
353
  * @internal
344
354
  */
345
355
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RestoreObjectCommandInput, RestoreObjectCommandOutput>;
356
+ /**
357
+ * @internal
358
+ */
346
359
  private serialize;
360
+ /**
361
+ * @internal
362
+ */
347
363
  private deserialize;
348
364
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { SelectObjectContentOutput, SelectObjectContentRequest } from "../models/models_1";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SelectObjectContentCommand}.
8
10
  */
9
11
  export interface SelectObjectContentCommandInput extends SelectObjectContentRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SelectObjectContentCommand}.
13
17
  */
14
18
  export interface SelectObjectContentCommandOutput extends SelectObjectContentOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This action filters the contents of an Amazon S3 object based on a simple structured query
18
23
  * language (SQL) statement. In the request, along with the SQL expression, you must also
19
24
  * specify a data serialization format (JSON, CSV, or Apache Parquet) of the object. Amazon S3 uses
@@ -139,6 +144,8 @@ export interface SelectObjectContentCommandOutput extends SelectObjectContentOut
139
144
  * const response = await client.send(command);
140
145
  * ```
141
146
  *
147
+ * @param SelectObjectContentCommandInput - {@link SelectObjectContentCommandInput}
148
+ * @returns {@link SelectObjectContentCommandOutput}
142
149
  * @see {@link SelectObjectContentCommandInput} for command's `input` shape.
143
150
  * @see {@link SelectObjectContentCommandOutput} for command's `response` shape.
144
151
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -148,11 +155,20 @@ export interface SelectObjectContentCommandOutput extends SelectObjectContentOut
148
155
  export declare class SelectObjectContentCommand extends $Command<SelectObjectContentCommandInput, SelectObjectContentCommandOutput, S3ClientResolvedConfig> {
149
156
  readonly input: SelectObjectContentCommandInput;
150
157
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
158
+ /**
159
+ * @public
160
+ */
151
161
  constructor(input: SelectObjectContentCommandInput);
152
162
  /**
153
163
  * @internal
154
164
  */
155
165
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SelectObjectContentCommandInput, SelectObjectContentCommandOutput>;
166
+ /**
167
+ * @internal
168
+ */
156
169
  private serialize;
170
+ /**
171
+ * @internal
172
+ */
157
173
  private deserialize;
158
174
  }
@@ -5,9 +5,11 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
5
5
  import { UploadPartOutput, UploadPartRequest } from "../models/models_1";
6
6
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
7
7
  /**
8
+ * @public
9
+ *
8
10
  * The input for {@link UploadPartCommand}.
9
11
  */
10
- type UploadPartCommandInputType = Omit<UploadPartRequest, "Body"> & {
12
+ export type UploadPartCommandInputType = Omit<UploadPartRequest, "Body"> & {
11
13
  /**
12
14
  * For *`UploadPartRequest["Body"]`*, see {@link UploadPartRequest.Body}.
13
15
  */
@@ -19,11 +21,14 @@ type UploadPartCommandInputType = Omit<UploadPartRequest, "Body"> & {
19
21
  export interface UploadPartCommandInput extends UploadPartCommandInputType {
20
22
  }
21
23
  /**
24
+ * @public
25
+ *
22
26
  * The output of {@link UploadPartCommand}.
23
27
  */
24
28
  export interface UploadPartCommandOutput extends UploadPartOutput, __MetadataBearer {
25
29
  }
26
30
  /**
31
+ * @public
27
32
  * <p>Uploads a part in a multipart upload.</p>
28
33
  * <note>
29
34
  * <p>In this operation, you provide part data in your request. However, you have an option
@@ -154,6 +159,8 @@ export interface UploadPartCommandOutput extends UploadPartOutput, __MetadataBea
154
159
  * const response = await client.send(command);
155
160
  * ```
156
161
  *
162
+ * @param UploadPartCommandInput - {@link UploadPartCommandInput}
163
+ * @returns {@link UploadPartCommandOutput}
157
164
  * @see {@link UploadPartCommandInput} for command's `input` shape.
158
165
  * @see {@link UploadPartCommandOutput} for command's `response` shape.
159
166
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -183,12 +190,20 @@ export interface UploadPartCommandOutput extends UploadPartOutput, __MetadataBea
183
190
  export declare class UploadPartCommand extends $Command<UploadPartCommandInput, UploadPartCommandOutput, S3ClientResolvedConfig> {
184
191
  readonly input: UploadPartCommandInput;
185
192
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
193
+ /**
194
+ * @public
195
+ */
186
196
  constructor(input: UploadPartCommandInput);
187
197
  /**
188
198
  * @internal
189
199
  */
190
200
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UploadPartCommandInput, UploadPartCommandOutput>;
201
+ /**
202
+ * @internal
203
+ */
191
204
  private serialize;
205
+ /**
206
+ * @internal
207
+ */
192
208
  private deserialize;
193
209
  }
194
- export {};
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { UploadPartCopyOutput, UploadPartCopyRequest } from "../models/models_1";
5
5
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UploadPartCopyCommand}.
8
10
  */
9
11
  export interface UploadPartCopyCommandInput extends UploadPartCopyRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UploadPartCopyCommand}.
13
17
  */
14
18
  export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Uploads a part by copying data from an existing object as data source. You specify the
18
23
  * data source by adding the request header <code>x-amz-copy-source</code> in your request and
19
24
  * a byte range by adding the request header <code>x-amz-copy-source-range</code> in your
@@ -191,6 +196,8 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met
191
196
  * const response = await client.send(command);
192
197
  * ```
193
198
  *
199
+ * @param UploadPartCopyCommandInput - {@link UploadPartCopyCommandInput}
200
+ * @returns {@link UploadPartCopyCommandOutput}
194
201
  * @see {@link UploadPartCopyCommandInput} for command's `input` shape.
195
202
  * @see {@link UploadPartCopyCommandOutput} for command's `response` shape.
196
203
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -247,11 +254,20 @@ export interface UploadPartCopyCommandOutput extends UploadPartCopyOutput, __Met
247
254
  export declare class UploadPartCopyCommand extends $Command<UploadPartCopyCommandInput, UploadPartCopyCommandOutput, S3ClientResolvedConfig> {
248
255
  readonly input: UploadPartCopyCommandInput;
249
256
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
257
+ /**
258
+ * @public
259
+ */
250
260
  constructor(input: UploadPartCopyCommandInput);
251
261
  /**
252
262
  * @internal
253
263
  */
254
264
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UploadPartCopyCommandInput, UploadPartCopyCommandOutput>;
265
+ /**
266
+ * @internal
267
+ */
255
268
  private serialize;
269
+ /**
270
+ * @internal
271
+ */
256
272
  private deserialize;
257
273
  }
@@ -5,9 +5,11 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
5
5
  import { WriteGetObjectResponseRequest } from "../models/models_1";
6
6
  import { S3ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3Client";
7
7
  /**
8
+ * @public
9
+ *
8
10
  * The input for {@link WriteGetObjectResponseCommand}.
9
11
  */
10
- type WriteGetObjectResponseCommandInputType = Omit<WriteGetObjectResponseRequest, "Body"> & {
12
+ export type WriteGetObjectResponseCommandInputType = Omit<WriteGetObjectResponseRequest, "Body"> & {
11
13
  /**
12
14
  * For *`WriteGetObjectResponseRequest["Body"]`*, see {@link WriteGetObjectResponseRequest.Body}.
13
15
  */
@@ -19,11 +21,14 @@ type WriteGetObjectResponseCommandInputType = Omit<WriteGetObjectResponseRequest
19
21
  export interface WriteGetObjectResponseCommandInput extends WriteGetObjectResponseCommandInputType {
20
22
  }
21
23
  /**
24
+ * @public
25
+ *
22
26
  * The output of {@link WriteGetObjectResponseCommand}.
23
27
  */
24
28
  export interface WriteGetObjectResponseCommandOutput extends __MetadataBearer {
25
29
  }
26
30
  /**
31
+ * @public
27
32
  * <p>Passes transformed
28
33
  * objects to a <code>GetObject</code> operation when using Object Lambda access points. For information about
29
34
  * Object Lambda access points, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/transforming-objects.html">Transforming objects with
@@ -57,6 +62,8 @@ export interface WriteGetObjectResponseCommandOutput extends __MetadataBearer {
57
62
  * const response = await client.send(command);
58
63
  * ```
59
64
  *
65
+ * @param WriteGetObjectResponseCommandInput - {@link WriteGetObjectResponseCommandInput}
66
+ * @returns {@link WriteGetObjectResponseCommandOutput}
60
67
  * @see {@link WriteGetObjectResponseCommandInput} for command's `input` shape.
61
68
  * @see {@link WriteGetObjectResponseCommandOutput} for command's `response` shape.
62
69
  * @see {@link S3ClientResolvedConfig | config} for S3Client's `config` shape.
@@ -66,12 +73,20 @@ export interface WriteGetObjectResponseCommandOutput extends __MetadataBearer {
66
73
  export declare class WriteGetObjectResponseCommand extends $Command<WriteGetObjectResponseCommandInput, WriteGetObjectResponseCommandOutput, S3ClientResolvedConfig> {
67
74
  readonly input: WriteGetObjectResponseCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: WriteGetObjectResponseCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<WriteGetObjectResponseCommandInput, WriteGetObjectResponseCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }
77
- export {};
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from S3 service.
4
6
  */
5
7
  export declare class S3ServiceException extends __ServiceException {