@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
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { AbortMultipartUploadOutputFilterSensitiveLog, AbortMultipartUploadRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlAbortMultipartUploadCommand, serializeAws_restXmlAbortMultipartUploadCommand, } from "../protocols/Aws_restXml";
6
5
  export class AbortMultipartUploadCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class AbortMultipartUploadCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: AbortMultipartUploadRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: AbortMultipartUploadOutputFilterSensitiveLog,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,7 +2,6 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getLocationConstraintPlugin } from "@aws-sdk/middleware-location-constraint";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { CreateBucketOutputFilterSensitiveLog, CreateBucketRequestFilterSensitiveLog, } from "../models/models_0";
6
5
  import { deserializeAws_restXmlCreateBucketCommand, serializeAws_restXmlCreateBucketCommand, } from "../protocols/Aws_restXml";
7
6
  export class CreateBucketCommand extends $Command {
8
7
  static getEndpointParameterInstructions() {
@@ -36,8 +35,8 @@ export class CreateBucketCommand extends $Command {
36
35
  logger,
37
36
  clientName,
38
37
  commandName,
39
- inputFilterSensitiveLog: CreateBucketRequestFilterSensitiveLog,
40
- outputFilterSensitiveLog: CreateBucketOutputFilterSensitiveLog,
38
+ inputFilterSensitiveLog: (_) => _,
39
+ outputFilterSensitiveLog: (_) => _,
41
40
  };
42
41
  const { requestHandler } = configuration;
43
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBucketAnalyticsConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteBucketAnalyticsConfigurationCommand, serializeAws_restXmlDeleteBucketAnalyticsConfigurationCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteBucketAnalyticsConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteBucketAnalyticsConfigurationCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteBucketAnalyticsConfigurationRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBucketRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteBucketCommand, serializeAws_restXmlDeleteBucketCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteBucketCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteBucketCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteBucketRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBucketCorsRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteBucketCorsCommand, serializeAws_restXmlDeleteBucketCorsCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteBucketCorsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteBucketCorsCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteBucketCorsRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBucketEncryptionRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteBucketEncryptionCommand, serializeAws_restXmlDeleteBucketEncryptionCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteBucketEncryptionCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteBucketEncryptionCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteBucketEncryptionRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBucketIntelligentTieringConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteBucketIntelligentTieringConfigurationCommand, serializeAws_restXmlDeleteBucketIntelligentTieringConfigurationCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteBucketIntelligentTieringConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteBucketIntelligentTieringConfigurationCommand extends $Command
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteBucketIntelligentTieringConfigurationRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBucketInventoryConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteBucketInventoryConfigurationCommand, serializeAws_restXmlDeleteBucketInventoryConfigurationCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteBucketInventoryConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteBucketInventoryConfigurationCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteBucketInventoryConfigurationRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBucketLifecycleRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteBucketLifecycleCommand, serializeAws_restXmlDeleteBucketLifecycleCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteBucketLifecycleCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteBucketLifecycleCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteBucketLifecycleRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBucketMetricsConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteBucketMetricsConfigurationCommand, serializeAws_restXmlDeleteBucketMetricsConfigurationCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteBucketMetricsConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteBucketMetricsConfigurationCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteBucketMetricsConfigurationRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBucketOwnershipControlsRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteBucketOwnershipControlsCommand, serializeAws_restXmlDeleteBucketOwnershipControlsCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteBucketOwnershipControlsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteBucketOwnershipControlsCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteBucketOwnershipControlsRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBucketPolicyRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteBucketPolicyCommand, serializeAws_restXmlDeleteBucketPolicyCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteBucketPolicyCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteBucketPolicyCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteBucketPolicyRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBucketReplicationRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteBucketReplicationCommand, serializeAws_restXmlDeleteBucketReplicationCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteBucketReplicationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteBucketReplicationCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteBucketReplicationRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBucketTaggingRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteBucketTaggingCommand, serializeAws_restXmlDeleteBucketTaggingCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteBucketTaggingCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteBucketTaggingCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteBucketTaggingRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteBucketWebsiteRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteBucketWebsiteCommand, serializeAws_restXmlDeleteBucketWebsiteCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteBucketWebsiteCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteBucketWebsiteCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteBucketWebsiteRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteObjectOutputFilterSensitiveLog, DeleteObjectRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteObjectCommand, serializeAws_restXmlDeleteObjectCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteObjectCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteObjectCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteObjectRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: DeleteObjectOutputFilterSensitiveLog,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteObjectTaggingOutputFilterSensitiveLog, DeleteObjectTaggingRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeleteObjectTaggingCommand, serializeAws_restXmlDeleteObjectTaggingCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeleteObjectTaggingCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeleteObjectTaggingCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeleteObjectTaggingRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: DeleteObjectTaggingOutputFilterSensitiveLog,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -2,7 +2,6 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getFlexibleChecksumsPlugin } from "@aws-sdk/middleware-flexible-checksums";
3
3
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
4
4
  import { Command as $Command } from "@aws-sdk/smithy-client";
5
- import { DeleteObjectsOutputFilterSensitiveLog, DeleteObjectsRequestFilterSensitiveLog, } from "../models/models_0";
6
5
  import { deserializeAws_restXmlDeleteObjectsCommand, serializeAws_restXmlDeleteObjectsCommand, } from "../protocols/Aws_restXml";
7
6
  export class DeleteObjectsCommand extends $Command {
8
7
  static getEndpointParameterInstructions() {
@@ -39,8 +38,8 @@ export class DeleteObjectsCommand extends $Command {
39
38
  logger,
40
39
  clientName,
41
40
  commandName,
42
- inputFilterSensitiveLog: DeleteObjectsRequestFilterSensitiveLog,
43
- outputFilterSensitiveLog: DeleteObjectsOutputFilterSensitiveLog,
41
+ inputFilterSensitiveLog: (_) => _,
42
+ outputFilterSensitiveLog: (_) => _,
44
43
  };
45
44
  const { requestHandler } = configuration;
46
45
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeletePublicAccessBlockRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restXmlDeletePublicAccessBlockCommand, serializeAws_restXmlDeletePublicAccessBlockCommand, } from "../protocols/Aws_restXml";
6
5
  export class DeletePublicAccessBlockCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class DeletePublicAccessBlockCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: DeletePublicAccessBlockRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: (output) => output,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBucketAccelerateConfigurationOutputFilterSensitiveLog, GetBucketAccelerateConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlGetBucketAccelerateConfigurationCommand, serializeAws_restXmlGetBucketAccelerateConfigurationCommand, } from "../protocols/Aws_restXml";
6
5
  export class GetBucketAccelerateConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class GetBucketAccelerateConfigurationCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: GetBucketAccelerateConfigurationRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: GetBucketAccelerateConfigurationOutputFilterSensitiveLog,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBucketAclOutputFilterSensitiveLog, GetBucketAclRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlGetBucketAclCommand, serializeAws_restXmlGetBucketAclCommand, } from "../protocols/Aws_restXml";
6
5
  export class GetBucketAclCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class GetBucketAclCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: GetBucketAclRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: GetBucketAclOutputFilterSensitiveLog,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBucketAnalyticsConfigurationOutputFilterSensitiveLog, GetBucketAnalyticsConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlGetBucketAnalyticsConfigurationCommand, serializeAws_restXmlGetBucketAnalyticsConfigurationCommand, } from "../protocols/Aws_restXml";
6
5
  export class GetBucketAnalyticsConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class GetBucketAnalyticsConfigurationCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: GetBucketAnalyticsConfigurationRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: GetBucketAnalyticsConfigurationOutputFilterSensitiveLog,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBucketCorsOutputFilterSensitiveLog, GetBucketCorsRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlGetBucketCorsCommand, serializeAws_restXmlGetBucketCorsCommand, } from "../protocols/Aws_restXml";
6
5
  export class GetBucketCorsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class GetBucketCorsCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: GetBucketCorsRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: GetBucketCorsOutputFilterSensitiveLog,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBucketEncryptionOutputFilterSensitiveLog, GetBucketEncryptionRequestFilterSensitiveLog, } from "../models/models_0";
4
+ import { GetBucketEncryptionOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restXmlGetBucketEncryptionCommand, serializeAws_restXmlGetBucketEncryptionCommand, } from "../protocols/Aws_restXml";
6
6
  export class GetBucketEncryptionCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -33,7 +33,7 @@ export class GetBucketEncryptionCommand extends $Command {
33
33
  logger,
34
34
  clientName,
35
35
  commandName,
36
- inputFilterSensitiveLog: GetBucketEncryptionRequestFilterSensitiveLog,
36
+ inputFilterSensitiveLog: (_) => _,
37
37
  outputFilterSensitiveLog: GetBucketEncryptionOutputFilterSensitiveLog,
38
38
  };
39
39
  const { requestHandler } = configuration;
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBucketIntelligentTieringConfigurationOutputFilterSensitiveLog, GetBucketIntelligentTieringConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlGetBucketIntelligentTieringConfigurationCommand, serializeAws_restXmlGetBucketIntelligentTieringConfigurationCommand, } from "../protocols/Aws_restXml";
6
5
  export class GetBucketIntelligentTieringConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class GetBucketIntelligentTieringConfigurationCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: GetBucketIntelligentTieringConfigurationRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: GetBucketIntelligentTieringConfigurationOutputFilterSensitiveLog,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBucketInventoryConfigurationOutputFilterSensitiveLog, GetBucketInventoryConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
4
+ import { GetBucketInventoryConfigurationOutputFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_restXmlGetBucketInventoryConfigurationCommand, serializeAws_restXmlGetBucketInventoryConfigurationCommand, } from "../protocols/Aws_restXml";
6
6
  export class GetBucketInventoryConfigurationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
@@ -33,7 +33,7 @@ export class GetBucketInventoryConfigurationCommand extends $Command {
33
33
  logger,
34
34
  clientName,
35
35
  commandName,
36
- inputFilterSensitiveLog: GetBucketInventoryConfigurationRequestFilterSensitiveLog,
36
+ inputFilterSensitiveLog: (_) => _,
37
37
  outputFilterSensitiveLog: GetBucketInventoryConfigurationOutputFilterSensitiveLog,
38
38
  };
39
39
  const { requestHandler } = configuration;
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBucketLifecycleConfigurationOutputFilterSensitiveLog, GetBucketLifecycleConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlGetBucketLifecycleConfigurationCommand, serializeAws_restXmlGetBucketLifecycleConfigurationCommand, } from "../protocols/Aws_restXml";
6
5
  export class GetBucketLifecycleConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class GetBucketLifecycleConfigurationCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: GetBucketLifecycleConfigurationRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: GetBucketLifecycleConfigurationOutputFilterSensitiveLog,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBucketLocationOutputFilterSensitiveLog, GetBucketLocationRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlGetBucketLocationCommand, serializeAws_restXmlGetBucketLocationCommand, } from "../protocols/Aws_restXml";
6
5
  export class GetBucketLocationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class GetBucketLocationCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: GetBucketLocationRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: GetBucketLocationOutputFilterSensitiveLog,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBucketLoggingOutputFilterSensitiveLog, GetBucketLoggingRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlGetBucketLoggingCommand, serializeAws_restXmlGetBucketLoggingCommand, } from "../protocols/Aws_restXml";
6
5
  export class GetBucketLoggingCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class GetBucketLoggingCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: GetBucketLoggingRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: GetBucketLoggingOutputFilterSensitiveLog,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBucketMetricsConfigurationOutputFilterSensitiveLog, GetBucketMetricsConfigurationRequestFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlGetBucketMetricsConfigurationCommand, serializeAws_restXmlGetBucketMetricsConfigurationCommand, } from "../protocols/Aws_restXml";
6
5
  export class GetBucketMetricsConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class GetBucketMetricsConfigurationCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: GetBucketMetricsConfigurationRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: GetBucketMetricsConfigurationOutputFilterSensitiveLog,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { GetBucketNotificationConfigurationRequestFilterSensitiveLog, NotificationConfigurationFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restXmlGetBucketNotificationConfigurationCommand, serializeAws_restXmlGetBucketNotificationConfigurationCommand, } from "../protocols/Aws_restXml";
6
5
  export class GetBucketNotificationConfigurationCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -33,8 +32,8 @@ export class GetBucketNotificationConfigurationCommand extends $Command {
33
32
  logger,
34
33
  clientName,
35
34
  commandName,
36
- inputFilterSensitiveLog: GetBucketNotificationConfigurationRequestFilterSensitiveLog,
37
- outputFilterSensitiveLog: NotificationConfigurationFilterSensitiveLog,
35
+ inputFilterSensitiveLog: (_) => _,
36
+ outputFilterSensitiveLog: (_) => _,
38
37
  };
39
38
  const { requestHandler } = configuration;
40
39
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);