@nocobase/plugin-file-manager 1.6.0-beta.3 → 1.6.0-beta.5

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 (500) hide show
  1. package/dist/client/index.js +1 -1
  2. package/dist/client/schemas/storageTypes/ali-oss.d.ts +3 -0
  3. package/dist/client/schemas/storageTypes/index.d.ts +9 -0
  4. package/dist/client/schemas/storageTypes/s3.d.ts +3 -0
  5. package/dist/client/schemas/storageTypes/tx-cos.d.ts +3 -0
  6. package/dist/externalVersion.js +6 -6
  7. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3.js +1302 -101
  8. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/S3Client.js +12 -18
  9. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/AbortMultipartUploadCommand.js +13 -20
  10. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CompleteMultipartUploadCommand.js +10 -18
  11. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CopyObjectCommand.js +10 -17
  12. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateBucketCommand.js +13 -20
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateMultipartUploadCommand.js +10 -18
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketAnalyticsConfigurationCommand.js +13 -20
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCommand.js +13 -20
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketCorsCommand.js +13 -20
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketEncryptionCommand.js +13 -20
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +13 -20
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketInventoryConfigurationCommand.js +13 -20
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketLifecycleCommand.js +13 -20
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketMetricsConfigurationCommand.js +13 -20
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketOwnershipControlsCommand.js +13 -20
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketPolicyCommand.js +13 -20
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketReplicationCommand.js +13 -20
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketTaggingCommand.js +13 -20
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteBucketWebsiteCommand.js +13 -20
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectCommand.js +13 -20
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectTaggingCommand.js +13 -19
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeleteObjectsCommand.js +13 -19
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/DeletePublicAccessBlockCommand.js +13 -20
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAccelerateConfigurationCommand.js +13 -20
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAclCommand.js +13 -20
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketAnalyticsConfigurationCommand.js +13 -20
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketCorsCommand.js +13 -20
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketEncryptionCommand.js +11 -19
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketIntelligentTieringConfigurationCommand.js +13 -20
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketInventoryConfigurationCommand.js +11 -19
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLifecycleConfigurationCommand.js +13 -20
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLocationCommand.js +13 -20
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketLoggingCommand.js +13 -20
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketMetricsConfigurationCommand.js +13 -20
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketNotificationConfigurationCommand.js +13 -20
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketOwnershipControlsCommand.js +13 -20
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyCommand.js +13 -20
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketPolicyStatusCommand.js +13 -20
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketReplicationCommand.js +13 -20
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketRequestPaymentCommand.js +13 -20
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketTaggingCommand.js +13 -20
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketVersioningCommand.js +13 -20
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetBucketWebsiteCommand.js +13 -20
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAclCommand.js +13 -20
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectAttributesCommand.js +11 -18
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectCommand.js +10 -18
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLegalHoldCommand.js +13 -19
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectLockConfigurationCommand.js +13 -19
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectRetentionCommand.js +13 -19
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTaggingCommand.js +13 -19
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetObjectTorrentCommand.js +11 -18
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/GetPublicAccessBlockCommand.js +13 -20
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadBucketCommand.js +13 -19
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/HeadObjectCommand.js +10 -18
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketAnalyticsConfigurationsCommand.js +13 -20
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketIntelligentTieringConfigurationsCommand.js +13 -20
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketInventoryConfigurationsCommand.js +11 -19
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketMetricsConfigurationsCommand.js +13 -19
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListBucketsCommand.js +13 -19
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListMultipartUploadsCommand.js +13 -20
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectVersionsCommand.js +13 -20
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsCommand.js +13 -20
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListObjectsV2Command.js +13 -20
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListPartsCommand.js +11 -19
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAccelerateConfigurationCommand.js +13 -20
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAclCommand.js +13 -20
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketAnalyticsConfigurationCommand.js +13 -20
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketCorsCommand.js +13 -20
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketEncryptionCommand.js +11 -19
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketIntelligentTieringConfigurationCommand.js +13 -20
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketInventoryConfigurationCommand.js +11 -19
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLifecycleConfigurationCommand.js +13 -20
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketLoggingCommand.js +13 -20
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketMetricsConfigurationCommand.js +13 -20
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketNotificationConfigurationCommand.js +13 -20
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketOwnershipControlsCommand.js +13 -20
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketPolicyCommand.js +13 -20
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketReplicationCommand.js +13 -20
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketRequestPaymentCommand.js +13 -20
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketTaggingCommand.js +13 -20
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketVersioningCommand.js +13 -20
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutBucketWebsiteCommand.js +13 -20
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectAclCommand.js +13 -20
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectCommand.js +13 -21
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLegalHoldCommand.js +13 -19
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectLockConfigurationCommand.js +13 -19
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectRetentionCommand.js +13 -19
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutObjectTaggingCommand.js +13 -19
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/PutPublicAccessBlockCommand.js +13 -20
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/RestoreObjectCommand.js +11 -18
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/SelectObjectContentCommand.js +10 -20
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCommand.js +10 -18
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/UploadPartCopyCommand.js +10 -17
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/WriteGetObjectResponseCommand.js +11 -18
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/index.js +0 -2
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/EndpointParameters.js +0 -1
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +1 -1
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +3 -3
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3 -3
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +2 -3
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_0.js +1300 -378
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/models/models_1.js +143 -49
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListObjectsV2Paginator.js +8 -1
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListPartsPaginator.js +8 -1
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/index.js +0 -1
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/protocols/Aws_restXml.js +2257 -1975
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +16 -10
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +18 -16
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +16 -25
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketExists.js +1 -1
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForBucketNotExists.js +1 -1
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectExists.js +1 -1
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/waiters/waitForObjectNotExists.js +1 -1
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +1302 -101
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +12 -18
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +13 -20
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +10 -18
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +10 -17
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +13 -20
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +10 -18
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +13 -20
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +13 -20
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +13 -20
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +13 -20
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +13 -20
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +13 -20
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +13 -20
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +13 -20
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +13 -20
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +13 -20
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +13 -20
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +13 -20
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +13 -20
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +13 -20
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +13 -19
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +13 -19
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +13 -20
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +13 -20
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +13 -20
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +13 -20
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +13 -20
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +12 -20
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +13 -20
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +12 -20
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +13 -20
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +13 -20
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +13 -20
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +13 -20
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +13 -20
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +13 -20
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +13 -20
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +13 -20
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +13 -20
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +13 -20
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +13 -20
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +13 -20
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +13 -20
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +13 -20
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +12 -19
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +10 -18
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +13 -19
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +13 -19
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +13 -19
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +13 -19
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +12 -19
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +13 -20
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +13 -19
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +10 -18
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +13 -20
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +13 -20
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +12 -20
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +13 -19
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +13 -19
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +13 -20
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +13 -20
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +13 -20
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +13 -20
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +12 -20
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +13 -20
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +13 -20
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +13 -20
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +13 -20
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +11 -19
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +13 -20
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +11 -19
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +13 -20
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +13 -20
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +13 -20
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +13 -20
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +13 -20
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +13 -20
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +13 -20
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +13 -20
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +13 -20
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +13 -20
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +13 -20
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +13 -20
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +11 -19
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +13 -19
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +13 -19
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +13 -19
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +13 -19
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +13 -20
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +12 -19
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +10 -20
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +10 -18
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +10 -17
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +11 -18
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +0 -2
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +0 -1
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +1 -1
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +3 -3
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +2 -3
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/S3ServiceException.js +1 -2
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +1066 -362
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +116 -46
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListObjectsV2Paginator.js +8 -1
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListPartsPaginator.js +8 -1
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +0 -1
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +1739 -1453
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +16 -10
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +18 -16
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +16 -25
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +1 -1
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +1 -1
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +1 -1
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +1 -1
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +5312 -115
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +39 -69
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +8 -96
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +66 -212
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +161 -253
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +124 -201
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +212 -247
  242. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +8 -45
  243. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +7 -85
  244. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +8 -56
  245. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +12 -49
  246. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +6 -43
  247. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +6 -45
  248. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +8 -54
  249. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +11 -48
  250. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +6 -44
  251. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +22 -97
  252. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +9 -57
  253. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +5 -53
  254. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +7 -53
  255. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +23 -158
  256. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +11 -83
  257. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +27 -238
  258. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +7 -44
  259. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +12 -53
  260. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +14 -72
  261. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +11 -82
  262. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +7 -95
  263. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +10 -60
  264. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +6 -70
  265. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +9 -74
  266. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +9 -127
  267. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +9 -70
  268. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +6 -66
  269. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +13 -70
  270. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +9 -108
  271. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +7 -54
  272. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +22 -110
  273. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +7 -47
  274. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +9 -135
  275. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +6 -62
  276. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +6 -74
  277. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +6 -62
  278. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +7 -91
  279. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +12 -126
  280. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +117 -228
  281. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +166 -290
  282. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +6 -50
  283. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +7 -54
  284. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +6 -52
  285. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +13 -109
  286. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +7 -63
  287. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +8 -50
  288. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +21 -109
  289. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +87 -216
  290. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +12 -85
  291. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +6 -75
  292. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +13 -82
  293. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +15 -76
  294. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +5 -84
  295. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +23 -262
  296. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +13 -153
  297. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +6 -130
  298. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +24 -185
  299. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +20 -165
  300. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +15 -50
  301. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +122 -201
  302. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +25 -83
  303. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +10 -112
  304. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +22 -69
  305. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +63 -99
  306. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +71 -121
  307. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +81 -197
  308. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +54 -144
  309. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +13 -69
  310. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +25 -134
  311. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +6 -54
  312. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +20 -108
  313. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +41 -171
  314. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +7 -63
  315. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +54 -104
  316. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +24 -76
  317. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +9 -93
  318. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +129 -220
  319. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +99 -342
  320. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +6 -54
  321. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +13 -67
  322. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +9 -58
  323. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +77 -108
  324. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +14 -52
  325. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +214 -337
  326. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +98 -200
  327. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +92 -189
  328. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +121 -237
  329. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +34 -113
  330. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +0 -2
  331. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +2 -10
  332. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +1 -1
  333. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/ruleset.d.ts +1 -1
  334. package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +2 -11
  335. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +1 -4
  336. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +2799 -5390
  337. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +354 -1959
  338. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +3 -5
  339. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +1 -4
  340. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +1 -4
  341. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +0 -1
  342. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +188 -764
  343. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +38 -45
  344. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +9 -16
  345. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +34 -41
  346. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +8 -14
  347. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +2 -37
  348. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +36 -55
  349. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +3 -4
  350. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +3 -4
  351. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +3 -4
  352. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -4
  353. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +3 -4
  354. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +3 -4
  355. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +3 -4
  356. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +3 -4
  357. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +3 -4
  358. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
  359. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +3 -4
  360. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +3 -4
  361. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +3 -4
  362. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +3 -4
  363. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
  364. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +3 -4
  365. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
  366. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +3 -4
  367. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +3 -4
  368. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +3 -4
  369. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +3 -4
  370. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +3 -4
  371. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +3 -4
  372. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +3 -4
  373. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +3 -4
  374. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +3 -4
  375. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +3 -4
  376. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
  377. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +3 -4
  378. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +3 -4
  379. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +3 -4
  380. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +3 -4
  381. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +3 -4
  382. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +3 -4
  383. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +3 -4
  384. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +3 -4
  385. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +3 -4
  386. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +3 -4
  387. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +3 -4
  388. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +3 -4
  389. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +3 -4
  390. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +3 -4
  391. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +3 -4
  392. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +3 -4
  393. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +6 -9
  394. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +3 -4
  395. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +3 -4
  396. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +3 -4
  397. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +3 -4
  398. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +6 -12
  399. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +3 -4
  400. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +5 -8
  401. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +3 -4
  402. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +3 -4
  403. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +3 -4
  404. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +3 -4
  405. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +3 -4
  406. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +3 -4
  407. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +3 -4
  408. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +3 -4
  409. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +3 -4
  410. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +3 -4
  411. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +3 -4
  412. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +3 -4
  413. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +3 -4
  414. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +3 -4
  415. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +3 -4
  416. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +3 -4
  417. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +3 -4
  418. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +3 -4
  419. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +3 -4
  420. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +3 -4
  421. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +3 -4
  422. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +3 -4
  423. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +3 -4
  424. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +3 -4
  425. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +4 -5
  426. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +4 -5
  427. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +4 -5
  428. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +4 -5
  429. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +4 -5
  430. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +4 -5
  431. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +12 -10
  432. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +4 -5
  433. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +4 -5
  434. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +3 -4
  435. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +3 -4
  436. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
  437. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +3 -4
  438. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +3 -4
  439. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +11 -9
  440. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +3 -4
  441. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +11 -11
  442. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +0 -2
  443. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +5 -9
  444. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  445. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/ruleset.d.ts +1 -1
  446. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +2 -6
  447. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +1 -2
  448. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +1189 -639
  449. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +123 -251
  450. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/Interfaces.d.ts +3 -2
  451. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListObjectsV2Paginator.d.ts +1 -1
  452. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +1 -1
  453. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +0 -1
  454. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +188 -212
  455. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +62 -78
  456. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +14 -29
  457. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +52 -70
  458. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -19
  459. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +1 -1
  460. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +1 -1
  461. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +1 -1
  462. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +1 -1
  463. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +1 -1
  464. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +1 -1
  465. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +1 -1
  466. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +1 -1
  467. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -1
  468. package/dist/node_modules/mime-match/package.json +1 -1
  469. package/dist/node_modules/mkdirp/package.json +1 -1
  470. package/dist/node_modules/multer-aliyun-oss/package.json +1 -1
  471. package/dist/node_modules/multer-cos/index.js +1 -1
  472. package/dist/node_modules/multer-cos/package.json +1 -1
  473. package/dist/node_modules/multer-s3/index.js +4 -4
  474. package/dist/node_modules/multer-s3/package.json +1 -1
  475. package/dist/server/actions/attachments.js +2 -1
  476. package/dist/server/collections/attachments.js +1 -0
  477. package/dist/server/collections/storages.js +1 -0
  478. package/dist/server/server.d.ts +1 -0
  479. package/dist/server/server.js +8 -14
  480. package/package.json +3 -3
  481. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/CreateSessionCommand.js +0 -59
  482. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/commands/ListDirectoryBucketsCommand.js +0 -58
  483. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/extensionConfiguration.js +0 -2
  484. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/pagination/ListDirectoryBucketsPaginator.js +0 -29
  485. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeExtensions.js +0 -22
  486. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +0 -55
  487. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +0 -54
  488. package/dist/node_modules/@aws-sdk/client-s3/dist-es/extensionConfiguration.js +0 -1
  489. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +0 -25
  490. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +0 -18
  491. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +0 -145
  492. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +0 -98
  493. package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +0 -8
  494. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +0 -7
  495. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +0 -17
  496. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +0 -35
  497. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +0 -42
  498. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +0 -7
  499. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +0 -11
  500. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +0 -11
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  HttpRequest as __HttpRequest,
3
3
  HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
4
+ } from "@aws-sdk/protocol-http";
5
5
  import {
6
6
  EventStreamSerdeContext as __EventStreamSerdeContext,
7
7
  SdkStreamSerdeContext as __SdkStreamSerdeContext,
8
8
  SerdeContext as __SerdeContext,
9
- } from "@smithy/types";
9
+ } from "@aws-sdk/types";
10
10
  import {
11
11
  AbortMultipartUploadCommandInput,
12
12
  AbortMultipartUploadCommandOutput,
@@ -27,10 +27,6 @@ import {
27
27
  CreateMultipartUploadCommandInput,
28
28
  CreateMultipartUploadCommandOutput,
29
29
  } from "../commands/CreateMultipartUploadCommand";
30
- import {
31
- CreateSessionCommandInput,
32
- CreateSessionCommandOutput,
33
- } from "../commands/CreateSessionCommand";
34
30
  import {
35
31
  DeleteBucketAnalyticsConfigurationCommandInput,
36
32
  DeleteBucketAnalyticsConfigurationCommandOutput,
@@ -243,10 +239,6 @@ import {
243
239
  ListBucketsCommandInput,
244
240
  ListBucketsCommandOutput,
245
241
  } from "../commands/ListBucketsCommand";
246
- import {
247
- ListDirectoryBucketsCommandInput,
248
- ListDirectoryBucketsCommandOutput,
249
- } from "../commands/ListDirectoryBucketsCommand";
250
242
  import {
251
243
  ListMultipartUploadsCommandInput,
252
244
  ListMultipartUploadsCommandOutput,
@@ -387,763 +379,747 @@ import {
387
379
  WriteGetObjectResponseCommandInput,
388
380
  WriteGetObjectResponseCommandOutput,
389
381
  } from "../commands/WriteGetObjectResponseCommand";
390
- export declare const se_AbortMultipartUploadCommand: (
382
+ export declare const serializeAws_restXmlAbortMultipartUploadCommand: (
391
383
  input: AbortMultipartUploadCommandInput,
392
384
  context: __SerdeContext
393
385
  ) => Promise<__HttpRequest>;
394
- export declare const se_CompleteMultipartUploadCommand: (
386
+ export declare const serializeAws_restXmlCompleteMultipartUploadCommand: (
395
387
  input: CompleteMultipartUploadCommandInput,
396
388
  context: __SerdeContext
397
389
  ) => Promise<__HttpRequest>;
398
- export declare const se_CopyObjectCommand: (
390
+ export declare const serializeAws_restXmlCopyObjectCommand: (
399
391
  input: CopyObjectCommandInput,
400
392
  context: __SerdeContext
401
393
  ) => Promise<__HttpRequest>;
402
- export declare const se_CreateBucketCommand: (
394
+ export declare const serializeAws_restXmlCreateBucketCommand: (
403
395
  input: CreateBucketCommandInput,
404
396
  context: __SerdeContext
405
397
  ) => Promise<__HttpRequest>;
406
- export declare const se_CreateMultipartUploadCommand: (
398
+ export declare const serializeAws_restXmlCreateMultipartUploadCommand: (
407
399
  input: CreateMultipartUploadCommandInput,
408
400
  context: __SerdeContext
409
401
  ) => Promise<__HttpRequest>;
410
- export declare const se_CreateSessionCommand: (
411
- input: CreateSessionCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DeleteBucketCommand: (
402
+ export declare const serializeAws_restXmlDeleteBucketCommand: (
415
403
  input: DeleteBucketCommandInput,
416
404
  context: __SerdeContext
417
405
  ) => Promise<__HttpRequest>;
418
- export declare const se_DeleteBucketAnalyticsConfigurationCommand: (
406
+ export declare const serializeAws_restXmlDeleteBucketAnalyticsConfigurationCommand: (
419
407
  input: DeleteBucketAnalyticsConfigurationCommandInput,
420
408
  context: __SerdeContext
421
409
  ) => Promise<__HttpRequest>;
422
- export declare const se_DeleteBucketCorsCommand: (
410
+ export declare const serializeAws_restXmlDeleteBucketCorsCommand: (
423
411
  input: DeleteBucketCorsCommandInput,
424
412
  context: __SerdeContext
425
413
  ) => Promise<__HttpRequest>;
426
- export declare const se_DeleteBucketEncryptionCommand: (
414
+ export declare const serializeAws_restXmlDeleteBucketEncryptionCommand: (
427
415
  input: DeleteBucketEncryptionCommandInput,
428
416
  context: __SerdeContext
429
417
  ) => Promise<__HttpRequest>;
430
- export declare const se_DeleteBucketIntelligentTieringConfigurationCommand: (
418
+ export declare const serializeAws_restXmlDeleteBucketIntelligentTieringConfigurationCommand: (
431
419
  input: DeleteBucketIntelligentTieringConfigurationCommandInput,
432
420
  context: __SerdeContext
433
421
  ) => Promise<__HttpRequest>;
434
- export declare const se_DeleteBucketInventoryConfigurationCommand: (
422
+ export declare const serializeAws_restXmlDeleteBucketInventoryConfigurationCommand: (
435
423
  input: DeleteBucketInventoryConfigurationCommandInput,
436
424
  context: __SerdeContext
437
425
  ) => Promise<__HttpRequest>;
438
- export declare const se_DeleteBucketLifecycleCommand: (
426
+ export declare const serializeAws_restXmlDeleteBucketLifecycleCommand: (
439
427
  input: DeleteBucketLifecycleCommandInput,
440
428
  context: __SerdeContext
441
429
  ) => Promise<__HttpRequest>;
442
- export declare const se_DeleteBucketMetricsConfigurationCommand: (
430
+ export declare const serializeAws_restXmlDeleteBucketMetricsConfigurationCommand: (
443
431
  input: DeleteBucketMetricsConfigurationCommandInput,
444
432
  context: __SerdeContext
445
433
  ) => Promise<__HttpRequest>;
446
- export declare const se_DeleteBucketOwnershipControlsCommand: (
434
+ export declare const serializeAws_restXmlDeleteBucketOwnershipControlsCommand: (
447
435
  input: DeleteBucketOwnershipControlsCommandInput,
448
436
  context: __SerdeContext
449
437
  ) => Promise<__HttpRequest>;
450
- export declare const se_DeleteBucketPolicyCommand: (
438
+ export declare const serializeAws_restXmlDeleteBucketPolicyCommand: (
451
439
  input: DeleteBucketPolicyCommandInput,
452
440
  context: __SerdeContext
453
441
  ) => Promise<__HttpRequest>;
454
- export declare const se_DeleteBucketReplicationCommand: (
442
+ export declare const serializeAws_restXmlDeleteBucketReplicationCommand: (
455
443
  input: DeleteBucketReplicationCommandInput,
456
444
  context: __SerdeContext
457
445
  ) => Promise<__HttpRequest>;
458
- export declare const se_DeleteBucketTaggingCommand: (
446
+ export declare const serializeAws_restXmlDeleteBucketTaggingCommand: (
459
447
  input: DeleteBucketTaggingCommandInput,
460
448
  context: __SerdeContext
461
449
  ) => Promise<__HttpRequest>;
462
- export declare const se_DeleteBucketWebsiteCommand: (
450
+ export declare const serializeAws_restXmlDeleteBucketWebsiteCommand: (
463
451
  input: DeleteBucketWebsiteCommandInput,
464
452
  context: __SerdeContext
465
453
  ) => Promise<__HttpRequest>;
466
- export declare const se_DeleteObjectCommand: (
454
+ export declare const serializeAws_restXmlDeleteObjectCommand: (
467
455
  input: DeleteObjectCommandInput,
468
456
  context: __SerdeContext
469
457
  ) => Promise<__HttpRequest>;
470
- export declare const se_DeleteObjectsCommand: (
458
+ export declare const serializeAws_restXmlDeleteObjectsCommand: (
471
459
  input: DeleteObjectsCommandInput,
472
460
  context: __SerdeContext
473
461
  ) => Promise<__HttpRequest>;
474
- export declare const se_DeleteObjectTaggingCommand: (
462
+ export declare const serializeAws_restXmlDeleteObjectTaggingCommand: (
475
463
  input: DeleteObjectTaggingCommandInput,
476
464
  context: __SerdeContext
477
465
  ) => Promise<__HttpRequest>;
478
- export declare const se_DeletePublicAccessBlockCommand: (
466
+ export declare const serializeAws_restXmlDeletePublicAccessBlockCommand: (
479
467
  input: DeletePublicAccessBlockCommandInput,
480
468
  context: __SerdeContext
481
469
  ) => Promise<__HttpRequest>;
482
- export declare const se_GetBucketAccelerateConfigurationCommand: (
470
+ export declare const serializeAws_restXmlGetBucketAccelerateConfigurationCommand: (
483
471
  input: GetBucketAccelerateConfigurationCommandInput,
484
472
  context: __SerdeContext
485
473
  ) => Promise<__HttpRequest>;
486
- export declare const se_GetBucketAclCommand: (
474
+ export declare const serializeAws_restXmlGetBucketAclCommand: (
487
475
  input: GetBucketAclCommandInput,
488
476
  context: __SerdeContext
489
477
  ) => Promise<__HttpRequest>;
490
- export declare const se_GetBucketAnalyticsConfigurationCommand: (
478
+ export declare const serializeAws_restXmlGetBucketAnalyticsConfigurationCommand: (
491
479
  input: GetBucketAnalyticsConfigurationCommandInput,
492
480
  context: __SerdeContext
493
481
  ) => Promise<__HttpRequest>;
494
- export declare const se_GetBucketCorsCommand: (
482
+ export declare const serializeAws_restXmlGetBucketCorsCommand: (
495
483
  input: GetBucketCorsCommandInput,
496
484
  context: __SerdeContext
497
485
  ) => Promise<__HttpRequest>;
498
- export declare const se_GetBucketEncryptionCommand: (
486
+ export declare const serializeAws_restXmlGetBucketEncryptionCommand: (
499
487
  input: GetBucketEncryptionCommandInput,
500
488
  context: __SerdeContext
501
489
  ) => Promise<__HttpRequest>;
502
- export declare const se_GetBucketIntelligentTieringConfigurationCommand: (
490
+ export declare const serializeAws_restXmlGetBucketIntelligentTieringConfigurationCommand: (
503
491
  input: GetBucketIntelligentTieringConfigurationCommandInput,
504
492
  context: __SerdeContext
505
493
  ) => Promise<__HttpRequest>;
506
- export declare const se_GetBucketInventoryConfigurationCommand: (
494
+ export declare const serializeAws_restXmlGetBucketInventoryConfigurationCommand: (
507
495
  input: GetBucketInventoryConfigurationCommandInput,
508
496
  context: __SerdeContext
509
497
  ) => Promise<__HttpRequest>;
510
- export declare const se_GetBucketLifecycleConfigurationCommand: (
498
+ export declare const serializeAws_restXmlGetBucketLifecycleConfigurationCommand: (
511
499
  input: GetBucketLifecycleConfigurationCommandInput,
512
500
  context: __SerdeContext
513
501
  ) => Promise<__HttpRequest>;
514
- export declare const se_GetBucketLocationCommand: (
502
+ export declare const serializeAws_restXmlGetBucketLocationCommand: (
515
503
  input: GetBucketLocationCommandInput,
516
504
  context: __SerdeContext
517
505
  ) => Promise<__HttpRequest>;
518
- export declare const se_GetBucketLoggingCommand: (
506
+ export declare const serializeAws_restXmlGetBucketLoggingCommand: (
519
507
  input: GetBucketLoggingCommandInput,
520
508
  context: __SerdeContext
521
509
  ) => Promise<__HttpRequest>;
522
- export declare const se_GetBucketMetricsConfigurationCommand: (
510
+ export declare const serializeAws_restXmlGetBucketMetricsConfigurationCommand: (
523
511
  input: GetBucketMetricsConfigurationCommandInput,
524
512
  context: __SerdeContext
525
513
  ) => Promise<__HttpRequest>;
526
- export declare const se_GetBucketNotificationConfigurationCommand: (
514
+ export declare const serializeAws_restXmlGetBucketNotificationConfigurationCommand: (
527
515
  input: GetBucketNotificationConfigurationCommandInput,
528
516
  context: __SerdeContext
529
517
  ) => Promise<__HttpRequest>;
530
- export declare const se_GetBucketOwnershipControlsCommand: (
518
+ export declare const serializeAws_restXmlGetBucketOwnershipControlsCommand: (
531
519
  input: GetBucketOwnershipControlsCommandInput,
532
520
  context: __SerdeContext
533
521
  ) => Promise<__HttpRequest>;
534
- export declare const se_GetBucketPolicyCommand: (
522
+ export declare const serializeAws_restXmlGetBucketPolicyCommand: (
535
523
  input: GetBucketPolicyCommandInput,
536
524
  context: __SerdeContext
537
525
  ) => Promise<__HttpRequest>;
538
- export declare const se_GetBucketPolicyStatusCommand: (
526
+ export declare const serializeAws_restXmlGetBucketPolicyStatusCommand: (
539
527
  input: GetBucketPolicyStatusCommandInput,
540
528
  context: __SerdeContext
541
529
  ) => Promise<__HttpRequest>;
542
- export declare const se_GetBucketReplicationCommand: (
530
+ export declare const serializeAws_restXmlGetBucketReplicationCommand: (
543
531
  input: GetBucketReplicationCommandInput,
544
532
  context: __SerdeContext
545
533
  ) => Promise<__HttpRequest>;
546
- export declare const se_GetBucketRequestPaymentCommand: (
534
+ export declare const serializeAws_restXmlGetBucketRequestPaymentCommand: (
547
535
  input: GetBucketRequestPaymentCommandInput,
548
536
  context: __SerdeContext
549
537
  ) => Promise<__HttpRequest>;
550
- export declare const se_GetBucketTaggingCommand: (
538
+ export declare const serializeAws_restXmlGetBucketTaggingCommand: (
551
539
  input: GetBucketTaggingCommandInput,
552
540
  context: __SerdeContext
553
541
  ) => Promise<__HttpRequest>;
554
- export declare const se_GetBucketVersioningCommand: (
542
+ export declare const serializeAws_restXmlGetBucketVersioningCommand: (
555
543
  input: GetBucketVersioningCommandInput,
556
544
  context: __SerdeContext
557
545
  ) => Promise<__HttpRequest>;
558
- export declare const se_GetBucketWebsiteCommand: (
546
+ export declare const serializeAws_restXmlGetBucketWebsiteCommand: (
559
547
  input: GetBucketWebsiteCommandInput,
560
548
  context: __SerdeContext
561
549
  ) => Promise<__HttpRequest>;
562
- export declare const se_GetObjectCommand: (
550
+ export declare const serializeAws_restXmlGetObjectCommand: (
563
551
  input: GetObjectCommandInput,
564
552
  context: __SerdeContext
565
553
  ) => Promise<__HttpRequest>;
566
- export declare const se_GetObjectAclCommand: (
554
+ export declare const serializeAws_restXmlGetObjectAclCommand: (
567
555
  input: GetObjectAclCommandInput,
568
556
  context: __SerdeContext
569
557
  ) => Promise<__HttpRequest>;
570
- export declare const se_GetObjectAttributesCommand: (
558
+ export declare const serializeAws_restXmlGetObjectAttributesCommand: (
571
559
  input: GetObjectAttributesCommandInput,
572
560
  context: __SerdeContext
573
561
  ) => Promise<__HttpRequest>;
574
- export declare const se_GetObjectLegalHoldCommand: (
562
+ export declare const serializeAws_restXmlGetObjectLegalHoldCommand: (
575
563
  input: GetObjectLegalHoldCommandInput,
576
564
  context: __SerdeContext
577
565
  ) => Promise<__HttpRequest>;
578
- export declare const se_GetObjectLockConfigurationCommand: (
566
+ export declare const serializeAws_restXmlGetObjectLockConfigurationCommand: (
579
567
  input: GetObjectLockConfigurationCommandInput,
580
568
  context: __SerdeContext
581
569
  ) => Promise<__HttpRequest>;
582
- export declare const se_GetObjectRetentionCommand: (
570
+ export declare const serializeAws_restXmlGetObjectRetentionCommand: (
583
571
  input: GetObjectRetentionCommandInput,
584
572
  context: __SerdeContext
585
573
  ) => Promise<__HttpRequest>;
586
- export declare const se_GetObjectTaggingCommand: (
574
+ export declare const serializeAws_restXmlGetObjectTaggingCommand: (
587
575
  input: GetObjectTaggingCommandInput,
588
576
  context: __SerdeContext
589
577
  ) => Promise<__HttpRequest>;
590
- export declare const se_GetObjectTorrentCommand: (
578
+ export declare const serializeAws_restXmlGetObjectTorrentCommand: (
591
579
  input: GetObjectTorrentCommandInput,
592
580
  context: __SerdeContext
593
581
  ) => Promise<__HttpRequest>;
594
- export declare const se_GetPublicAccessBlockCommand: (
582
+ export declare const serializeAws_restXmlGetPublicAccessBlockCommand: (
595
583
  input: GetPublicAccessBlockCommandInput,
596
584
  context: __SerdeContext
597
585
  ) => Promise<__HttpRequest>;
598
- export declare const se_HeadBucketCommand: (
586
+ export declare const serializeAws_restXmlHeadBucketCommand: (
599
587
  input: HeadBucketCommandInput,
600
588
  context: __SerdeContext
601
589
  ) => Promise<__HttpRequest>;
602
- export declare const se_HeadObjectCommand: (
590
+ export declare const serializeAws_restXmlHeadObjectCommand: (
603
591
  input: HeadObjectCommandInput,
604
592
  context: __SerdeContext
605
593
  ) => Promise<__HttpRequest>;
606
- export declare const se_ListBucketAnalyticsConfigurationsCommand: (
594
+ export declare const serializeAws_restXmlListBucketAnalyticsConfigurationsCommand: (
607
595
  input: ListBucketAnalyticsConfigurationsCommandInput,
608
596
  context: __SerdeContext
609
597
  ) => Promise<__HttpRequest>;
610
- export declare const se_ListBucketIntelligentTieringConfigurationsCommand: (
598
+ export declare const serializeAws_restXmlListBucketIntelligentTieringConfigurationsCommand: (
611
599
  input: ListBucketIntelligentTieringConfigurationsCommandInput,
612
600
  context: __SerdeContext
613
601
  ) => Promise<__HttpRequest>;
614
- export declare const se_ListBucketInventoryConfigurationsCommand: (
602
+ export declare const serializeAws_restXmlListBucketInventoryConfigurationsCommand: (
615
603
  input: ListBucketInventoryConfigurationsCommandInput,
616
604
  context: __SerdeContext
617
605
  ) => Promise<__HttpRequest>;
618
- export declare const se_ListBucketMetricsConfigurationsCommand: (
606
+ export declare const serializeAws_restXmlListBucketMetricsConfigurationsCommand: (
619
607
  input: ListBucketMetricsConfigurationsCommandInput,
620
608
  context: __SerdeContext
621
609
  ) => Promise<__HttpRequest>;
622
- export declare const se_ListBucketsCommand: (
610
+ export declare const serializeAws_restXmlListBucketsCommand: (
623
611
  input: ListBucketsCommandInput,
624
612
  context: __SerdeContext
625
613
  ) => Promise<__HttpRequest>;
626
- export declare const se_ListDirectoryBucketsCommand: (
627
- input: ListDirectoryBucketsCommandInput,
628
- context: __SerdeContext
629
- ) => Promise<__HttpRequest>;
630
- export declare const se_ListMultipartUploadsCommand: (
614
+ export declare const serializeAws_restXmlListMultipartUploadsCommand: (
631
615
  input: ListMultipartUploadsCommandInput,
632
616
  context: __SerdeContext
633
617
  ) => Promise<__HttpRequest>;
634
- export declare const se_ListObjectsCommand: (
618
+ export declare const serializeAws_restXmlListObjectsCommand: (
635
619
  input: ListObjectsCommandInput,
636
620
  context: __SerdeContext
637
621
  ) => Promise<__HttpRequest>;
638
- export declare const se_ListObjectsV2Command: (
622
+ export declare const serializeAws_restXmlListObjectsV2Command: (
639
623
  input: ListObjectsV2CommandInput,
640
624
  context: __SerdeContext
641
625
  ) => Promise<__HttpRequest>;
642
- export declare const se_ListObjectVersionsCommand: (
626
+ export declare const serializeAws_restXmlListObjectVersionsCommand: (
643
627
  input: ListObjectVersionsCommandInput,
644
628
  context: __SerdeContext
645
629
  ) => Promise<__HttpRequest>;
646
- export declare const se_ListPartsCommand: (
630
+ export declare const serializeAws_restXmlListPartsCommand: (
647
631
  input: ListPartsCommandInput,
648
632
  context: __SerdeContext
649
633
  ) => Promise<__HttpRequest>;
650
- export declare const se_PutBucketAccelerateConfigurationCommand: (
634
+ export declare const serializeAws_restXmlPutBucketAccelerateConfigurationCommand: (
651
635
  input: PutBucketAccelerateConfigurationCommandInput,
652
636
  context: __SerdeContext
653
637
  ) => Promise<__HttpRequest>;
654
- export declare const se_PutBucketAclCommand: (
638
+ export declare const serializeAws_restXmlPutBucketAclCommand: (
655
639
  input: PutBucketAclCommandInput,
656
640
  context: __SerdeContext
657
641
  ) => Promise<__HttpRequest>;
658
- export declare const se_PutBucketAnalyticsConfigurationCommand: (
642
+ export declare const serializeAws_restXmlPutBucketAnalyticsConfigurationCommand: (
659
643
  input: PutBucketAnalyticsConfigurationCommandInput,
660
644
  context: __SerdeContext
661
645
  ) => Promise<__HttpRequest>;
662
- export declare const se_PutBucketCorsCommand: (
646
+ export declare const serializeAws_restXmlPutBucketCorsCommand: (
663
647
  input: PutBucketCorsCommandInput,
664
648
  context: __SerdeContext
665
649
  ) => Promise<__HttpRequest>;
666
- export declare const se_PutBucketEncryptionCommand: (
650
+ export declare const serializeAws_restXmlPutBucketEncryptionCommand: (
667
651
  input: PutBucketEncryptionCommandInput,
668
652
  context: __SerdeContext
669
653
  ) => Promise<__HttpRequest>;
670
- export declare const se_PutBucketIntelligentTieringConfigurationCommand: (
654
+ export declare const serializeAws_restXmlPutBucketIntelligentTieringConfigurationCommand: (
671
655
  input: PutBucketIntelligentTieringConfigurationCommandInput,
672
656
  context: __SerdeContext
673
657
  ) => Promise<__HttpRequest>;
674
- export declare const se_PutBucketInventoryConfigurationCommand: (
658
+ export declare const serializeAws_restXmlPutBucketInventoryConfigurationCommand: (
675
659
  input: PutBucketInventoryConfigurationCommandInput,
676
660
  context: __SerdeContext
677
661
  ) => Promise<__HttpRequest>;
678
- export declare const se_PutBucketLifecycleConfigurationCommand: (
662
+ export declare const serializeAws_restXmlPutBucketLifecycleConfigurationCommand: (
679
663
  input: PutBucketLifecycleConfigurationCommandInput,
680
664
  context: __SerdeContext
681
665
  ) => Promise<__HttpRequest>;
682
- export declare const se_PutBucketLoggingCommand: (
666
+ export declare const serializeAws_restXmlPutBucketLoggingCommand: (
683
667
  input: PutBucketLoggingCommandInput,
684
668
  context: __SerdeContext
685
669
  ) => Promise<__HttpRequest>;
686
- export declare const se_PutBucketMetricsConfigurationCommand: (
670
+ export declare const serializeAws_restXmlPutBucketMetricsConfigurationCommand: (
687
671
  input: PutBucketMetricsConfigurationCommandInput,
688
672
  context: __SerdeContext
689
673
  ) => Promise<__HttpRequest>;
690
- export declare const se_PutBucketNotificationConfigurationCommand: (
674
+ export declare const serializeAws_restXmlPutBucketNotificationConfigurationCommand: (
691
675
  input: PutBucketNotificationConfigurationCommandInput,
692
676
  context: __SerdeContext
693
677
  ) => Promise<__HttpRequest>;
694
- export declare const se_PutBucketOwnershipControlsCommand: (
678
+ export declare const serializeAws_restXmlPutBucketOwnershipControlsCommand: (
695
679
  input: PutBucketOwnershipControlsCommandInput,
696
680
  context: __SerdeContext
697
681
  ) => Promise<__HttpRequest>;
698
- export declare const se_PutBucketPolicyCommand: (
682
+ export declare const serializeAws_restXmlPutBucketPolicyCommand: (
699
683
  input: PutBucketPolicyCommandInput,
700
684
  context: __SerdeContext
701
685
  ) => Promise<__HttpRequest>;
702
- export declare const se_PutBucketReplicationCommand: (
686
+ export declare const serializeAws_restXmlPutBucketReplicationCommand: (
703
687
  input: PutBucketReplicationCommandInput,
704
688
  context: __SerdeContext
705
689
  ) => Promise<__HttpRequest>;
706
- export declare const se_PutBucketRequestPaymentCommand: (
690
+ export declare const serializeAws_restXmlPutBucketRequestPaymentCommand: (
707
691
  input: PutBucketRequestPaymentCommandInput,
708
692
  context: __SerdeContext
709
693
  ) => Promise<__HttpRequest>;
710
- export declare const se_PutBucketTaggingCommand: (
694
+ export declare const serializeAws_restXmlPutBucketTaggingCommand: (
711
695
  input: PutBucketTaggingCommandInput,
712
696
  context: __SerdeContext
713
697
  ) => Promise<__HttpRequest>;
714
- export declare const se_PutBucketVersioningCommand: (
698
+ export declare const serializeAws_restXmlPutBucketVersioningCommand: (
715
699
  input: PutBucketVersioningCommandInput,
716
700
  context: __SerdeContext
717
701
  ) => Promise<__HttpRequest>;
718
- export declare const se_PutBucketWebsiteCommand: (
702
+ export declare const serializeAws_restXmlPutBucketWebsiteCommand: (
719
703
  input: PutBucketWebsiteCommandInput,
720
704
  context: __SerdeContext
721
705
  ) => Promise<__HttpRequest>;
722
- export declare const se_PutObjectCommand: (
706
+ export declare const serializeAws_restXmlPutObjectCommand: (
723
707
  input: PutObjectCommandInput,
724
708
  context: __SerdeContext
725
709
  ) => Promise<__HttpRequest>;
726
- export declare const se_PutObjectAclCommand: (
710
+ export declare const serializeAws_restXmlPutObjectAclCommand: (
727
711
  input: PutObjectAclCommandInput,
728
712
  context: __SerdeContext
729
713
  ) => Promise<__HttpRequest>;
730
- export declare const se_PutObjectLegalHoldCommand: (
714
+ export declare const serializeAws_restXmlPutObjectLegalHoldCommand: (
731
715
  input: PutObjectLegalHoldCommandInput,
732
716
  context: __SerdeContext
733
717
  ) => Promise<__HttpRequest>;
734
- export declare const se_PutObjectLockConfigurationCommand: (
718
+ export declare const serializeAws_restXmlPutObjectLockConfigurationCommand: (
735
719
  input: PutObjectLockConfigurationCommandInput,
736
720
  context: __SerdeContext
737
721
  ) => Promise<__HttpRequest>;
738
- export declare const se_PutObjectRetentionCommand: (
722
+ export declare const serializeAws_restXmlPutObjectRetentionCommand: (
739
723
  input: PutObjectRetentionCommandInput,
740
724
  context: __SerdeContext
741
725
  ) => Promise<__HttpRequest>;
742
- export declare const se_PutObjectTaggingCommand: (
726
+ export declare const serializeAws_restXmlPutObjectTaggingCommand: (
743
727
  input: PutObjectTaggingCommandInput,
744
728
  context: __SerdeContext
745
729
  ) => Promise<__HttpRequest>;
746
- export declare const se_PutPublicAccessBlockCommand: (
730
+ export declare const serializeAws_restXmlPutPublicAccessBlockCommand: (
747
731
  input: PutPublicAccessBlockCommandInput,
748
732
  context: __SerdeContext
749
733
  ) => Promise<__HttpRequest>;
750
- export declare const se_RestoreObjectCommand: (
734
+ export declare const serializeAws_restXmlRestoreObjectCommand: (
751
735
  input: RestoreObjectCommandInput,
752
736
  context: __SerdeContext
753
737
  ) => Promise<__HttpRequest>;
754
- export declare const se_SelectObjectContentCommand: (
738
+ export declare const serializeAws_restXmlSelectObjectContentCommand: (
755
739
  input: SelectObjectContentCommandInput,
756
740
  context: __SerdeContext
757
741
  ) => Promise<__HttpRequest>;
758
- export declare const se_UploadPartCommand: (
742
+ export declare const serializeAws_restXmlUploadPartCommand: (
759
743
  input: UploadPartCommandInput,
760
744
  context: __SerdeContext
761
745
  ) => Promise<__HttpRequest>;
762
- export declare const se_UploadPartCopyCommand: (
746
+ export declare const serializeAws_restXmlUploadPartCopyCommand: (
763
747
  input: UploadPartCopyCommandInput,
764
748
  context: __SerdeContext
765
749
  ) => Promise<__HttpRequest>;
766
- export declare const se_WriteGetObjectResponseCommand: (
750
+ export declare const serializeAws_restXmlWriteGetObjectResponseCommand: (
767
751
  input: WriteGetObjectResponseCommandInput,
768
752
  context: __SerdeContext
769
753
  ) => Promise<__HttpRequest>;
770
- export declare const de_AbortMultipartUploadCommand: (
754
+ export declare const deserializeAws_restXmlAbortMultipartUploadCommand: (
771
755
  output: __HttpResponse,
772
756
  context: __SerdeContext
773
757
  ) => Promise<AbortMultipartUploadCommandOutput>;
774
- export declare const de_CompleteMultipartUploadCommand: (
758
+ export declare const deserializeAws_restXmlCompleteMultipartUploadCommand: (
775
759
  output: __HttpResponse,
776
760
  context: __SerdeContext
777
761
  ) => Promise<CompleteMultipartUploadCommandOutput>;
778
- export declare const de_CopyObjectCommand: (
762
+ export declare const deserializeAws_restXmlCopyObjectCommand: (
779
763
  output: __HttpResponse,
780
764
  context: __SerdeContext
781
765
  ) => Promise<CopyObjectCommandOutput>;
782
- export declare const de_CreateBucketCommand: (
766
+ export declare const deserializeAws_restXmlCreateBucketCommand: (
783
767
  output: __HttpResponse,
784
768
  context: __SerdeContext
785
769
  ) => Promise<CreateBucketCommandOutput>;
786
- export declare const de_CreateMultipartUploadCommand: (
770
+ export declare const deserializeAws_restXmlCreateMultipartUploadCommand: (
787
771
  output: __HttpResponse,
788
772
  context: __SerdeContext
789
773
  ) => Promise<CreateMultipartUploadCommandOutput>;
790
- export declare const de_CreateSessionCommand: (
791
- output: __HttpResponse,
792
- context: __SerdeContext
793
- ) => Promise<CreateSessionCommandOutput>;
794
- export declare const de_DeleteBucketCommand: (
774
+ export declare const deserializeAws_restXmlDeleteBucketCommand: (
795
775
  output: __HttpResponse,
796
776
  context: __SerdeContext
797
777
  ) => Promise<DeleteBucketCommandOutput>;
798
- export declare const de_DeleteBucketAnalyticsConfigurationCommand: (
778
+ export declare const deserializeAws_restXmlDeleteBucketAnalyticsConfigurationCommand: (
799
779
  output: __HttpResponse,
800
780
  context: __SerdeContext
801
781
  ) => Promise<DeleteBucketAnalyticsConfigurationCommandOutput>;
802
- export declare const de_DeleteBucketCorsCommand: (
782
+ export declare const deserializeAws_restXmlDeleteBucketCorsCommand: (
803
783
  output: __HttpResponse,
804
784
  context: __SerdeContext
805
785
  ) => Promise<DeleteBucketCorsCommandOutput>;
806
- export declare const de_DeleteBucketEncryptionCommand: (
786
+ export declare const deserializeAws_restXmlDeleteBucketEncryptionCommand: (
807
787
  output: __HttpResponse,
808
788
  context: __SerdeContext
809
789
  ) => Promise<DeleteBucketEncryptionCommandOutput>;
810
- export declare const de_DeleteBucketIntelligentTieringConfigurationCommand: (
790
+ export declare const deserializeAws_restXmlDeleteBucketIntelligentTieringConfigurationCommand: (
811
791
  output: __HttpResponse,
812
792
  context: __SerdeContext
813
793
  ) => Promise<DeleteBucketIntelligentTieringConfigurationCommandOutput>;
814
- export declare const de_DeleteBucketInventoryConfigurationCommand: (
794
+ export declare const deserializeAws_restXmlDeleteBucketInventoryConfigurationCommand: (
815
795
  output: __HttpResponse,
816
796
  context: __SerdeContext
817
797
  ) => Promise<DeleteBucketInventoryConfigurationCommandOutput>;
818
- export declare const de_DeleteBucketLifecycleCommand: (
798
+ export declare const deserializeAws_restXmlDeleteBucketLifecycleCommand: (
819
799
  output: __HttpResponse,
820
800
  context: __SerdeContext
821
801
  ) => Promise<DeleteBucketLifecycleCommandOutput>;
822
- export declare const de_DeleteBucketMetricsConfigurationCommand: (
802
+ export declare const deserializeAws_restXmlDeleteBucketMetricsConfigurationCommand: (
823
803
  output: __HttpResponse,
824
804
  context: __SerdeContext
825
805
  ) => Promise<DeleteBucketMetricsConfigurationCommandOutput>;
826
- export declare const de_DeleteBucketOwnershipControlsCommand: (
806
+ export declare const deserializeAws_restXmlDeleteBucketOwnershipControlsCommand: (
827
807
  output: __HttpResponse,
828
808
  context: __SerdeContext
829
809
  ) => Promise<DeleteBucketOwnershipControlsCommandOutput>;
830
- export declare const de_DeleteBucketPolicyCommand: (
810
+ export declare const deserializeAws_restXmlDeleteBucketPolicyCommand: (
831
811
  output: __HttpResponse,
832
812
  context: __SerdeContext
833
813
  ) => Promise<DeleteBucketPolicyCommandOutput>;
834
- export declare const de_DeleteBucketReplicationCommand: (
814
+ export declare const deserializeAws_restXmlDeleteBucketReplicationCommand: (
835
815
  output: __HttpResponse,
836
816
  context: __SerdeContext
837
817
  ) => Promise<DeleteBucketReplicationCommandOutput>;
838
- export declare const de_DeleteBucketTaggingCommand: (
818
+ export declare const deserializeAws_restXmlDeleteBucketTaggingCommand: (
839
819
  output: __HttpResponse,
840
820
  context: __SerdeContext
841
821
  ) => Promise<DeleteBucketTaggingCommandOutput>;
842
- export declare const de_DeleteBucketWebsiteCommand: (
822
+ export declare const deserializeAws_restXmlDeleteBucketWebsiteCommand: (
843
823
  output: __HttpResponse,
844
824
  context: __SerdeContext
845
825
  ) => Promise<DeleteBucketWebsiteCommandOutput>;
846
- export declare const de_DeleteObjectCommand: (
826
+ export declare const deserializeAws_restXmlDeleteObjectCommand: (
847
827
  output: __HttpResponse,
848
828
  context: __SerdeContext
849
829
  ) => Promise<DeleteObjectCommandOutput>;
850
- export declare const de_DeleteObjectsCommand: (
830
+ export declare const deserializeAws_restXmlDeleteObjectsCommand: (
851
831
  output: __HttpResponse,
852
832
  context: __SerdeContext
853
833
  ) => Promise<DeleteObjectsCommandOutput>;
854
- export declare const de_DeleteObjectTaggingCommand: (
834
+ export declare const deserializeAws_restXmlDeleteObjectTaggingCommand: (
855
835
  output: __HttpResponse,
856
836
  context: __SerdeContext
857
837
  ) => Promise<DeleteObjectTaggingCommandOutput>;
858
- export declare const de_DeletePublicAccessBlockCommand: (
838
+ export declare const deserializeAws_restXmlDeletePublicAccessBlockCommand: (
859
839
  output: __HttpResponse,
860
840
  context: __SerdeContext
861
841
  ) => Promise<DeletePublicAccessBlockCommandOutput>;
862
- export declare const de_GetBucketAccelerateConfigurationCommand: (
842
+ export declare const deserializeAws_restXmlGetBucketAccelerateConfigurationCommand: (
863
843
  output: __HttpResponse,
864
844
  context: __SerdeContext
865
845
  ) => Promise<GetBucketAccelerateConfigurationCommandOutput>;
866
- export declare const de_GetBucketAclCommand: (
846
+ export declare const deserializeAws_restXmlGetBucketAclCommand: (
867
847
  output: __HttpResponse,
868
848
  context: __SerdeContext
869
849
  ) => Promise<GetBucketAclCommandOutput>;
870
- export declare const de_GetBucketAnalyticsConfigurationCommand: (
850
+ export declare const deserializeAws_restXmlGetBucketAnalyticsConfigurationCommand: (
871
851
  output: __HttpResponse,
872
852
  context: __SerdeContext
873
853
  ) => Promise<GetBucketAnalyticsConfigurationCommandOutput>;
874
- export declare const de_GetBucketCorsCommand: (
854
+ export declare const deserializeAws_restXmlGetBucketCorsCommand: (
875
855
  output: __HttpResponse,
876
856
  context: __SerdeContext
877
857
  ) => Promise<GetBucketCorsCommandOutput>;
878
- export declare const de_GetBucketEncryptionCommand: (
858
+ export declare const deserializeAws_restXmlGetBucketEncryptionCommand: (
879
859
  output: __HttpResponse,
880
860
  context: __SerdeContext
881
861
  ) => Promise<GetBucketEncryptionCommandOutput>;
882
- export declare const de_GetBucketIntelligentTieringConfigurationCommand: (
862
+ export declare const deserializeAws_restXmlGetBucketIntelligentTieringConfigurationCommand: (
883
863
  output: __HttpResponse,
884
864
  context: __SerdeContext
885
865
  ) => Promise<GetBucketIntelligentTieringConfigurationCommandOutput>;
886
- export declare const de_GetBucketInventoryConfigurationCommand: (
866
+ export declare const deserializeAws_restXmlGetBucketInventoryConfigurationCommand: (
887
867
  output: __HttpResponse,
888
868
  context: __SerdeContext
889
869
  ) => Promise<GetBucketInventoryConfigurationCommandOutput>;
890
- export declare const de_GetBucketLifecycleConfigurationCommand: (
870
+ export declare const deserializeAws_restXmlGetBucketLifecycleConfigurationCommand: (
891
871
  output: __HttpResponse,
892
872
  context: __SerdeContext
893
873
  ) => Promise<GetBucketLifecycleConfigurationCommandOutput>;
894
- export declare const de_GetBucketLocationCommand: (
874
+ export declare const deserializeAws_restXmlGetBucketLocationCommand: (
895
875
  output: __HttpResponse,
896
876
  context: __SerdeContext
897
877
  ) => Promise<GetBucketLocationCommandOutput>;
898
- export declare const de_GetBucketLoggingCommand: (
878
+ export declare const deserializeAws_restXmlGetBucketLoggingCommand: (
899
879
  output: __HttpResponse,
900
880
  context: __SerdeContext
901
881
  ) => Promise<GetBucketLoggingCommandOutput>;
902
- export declare const de_GetBucketMetricsConfigurationCommand: (
882
+ export declare const deserializeAws_restXmlGetBucketMetricsConfigurationCommand: (
903
883
  output: __HttpResponse,
904
884
  context: __SerdeContext
905
885
  ) => Promise<GetBucketMetricsConfigurationCommandOutput>;
906
- export declare const de_GetBucketNotificationConfigurationCommand: (
886
+ export declare const deserializeAws_restXmlGetBucketNotificationConfigurationCommand: (
907
887
  output: __HttpResponse,
908
888
  context: __SerdeContext
909
889
  ) => Promise<GetBucketNotificationConfigurationCommandOutput>;
910
- export declare const de_GetBucketOwnershipControlsCommand: (
890
+ export declare const deserializeAws_restXmlGetBucketOwnershipControlsCommand: (
911
891
  output: __HttpResponse,
912
892
  context: __SerdeContext
913
893
  ) => Promise<GetBucketOwnershipControlsCommandOutput>;
914
- export declare const de_GetBucketPolicyCommand: (
894
+ export declare const deserializeAws_restXmlGetBucketPolicyCommand: (
915
895
  output: __HttpResponse,
916
896
  context: __SerdeContext
917
897
  ) => Promise<GetBucketPolicyCommandOutput>;
918
- export declare const de_GetBucketPolicyStatusCommand: (
898
+ export declare const deserializeAws_restXmlGetBucketPolicyStatusCommand: (
919
899
  output: __HttpResponse,
920
900
  context: __SerdeContext
921
901
  ) => Promise<GetBucketPolicyStatusCommandOutput>;
922
- export declare const de_GetBucketReplicationCommand: (
902
+ export declare const deserializeAws_restXmlGetBucketReplicationCommand: (
923
903
  output: __HttpResponse,
924
904
  context: __SerdeContext
925
905
  ) => Promise<GetBucketReplicationCommandOutput>;
926
- export declare const de_GetBucketRequestPaymentCommand: (
906
+ export declare const deserializeAws_restXmlGetBucketRequestPaymentCommand: (
927
907
  output: __HttpResponse,
928
908
  context: __SerdeContext
929
909
  ) => Promise<GetBucketRequestPaymentCommandOutput>;
930
- export declare const de_GetBucketTaggingCommand: (
910
+ export declare const deserializeAws_restXmlGetBucketTaggingCommand: (
931
911
  output: __HttpResponse,
932
912
  context: __SerdeContext
933
913
  ) => Promise<GetBucketTaggingCommandOutput>;
934
- export declare const de_GetBucketVersioningCommand: (
914
+ export declare const deserializeAws_restXmlGetBucketVersioningCommand: (
935
915
  output: __HttpResponse,
936
916
  context: __SerdeContext
937
917
  ) => Promise<GetBucketVersioningCommandOutput>;
938
- export declare const de_GetBucketWebsiteCommand: (
918
+ export declare const deserializeAws_restXmlGetBucketWebsiteCommand: (
939
919
  output: __HttpResponse,
940
920
  context: __SerdeContext
941
921
  ) => Promise<GetBucketWebsiteCommandOutput>;
942
- export declare const de_GetObjectCommand: (
922
+ export declare const deserializeAws_restXmlGetObjectCommand: (
943
923
  output: __HttpResponse,
944
924
  context: __SerdeContext & __SdkStreamSerdeContext
945
925
  ) => Promise<GetObjectCommandOutput>;
946
- export declare const de_GetObjectAclCommand: (
926
+ export declare const deserializeAws_restXmlGetObjectAclCommand: (
947
927
  output: __HttpResponse,
948
928
  context: __SerdeContext
949
929
  ) => Promise<GetObjectAclCommandOutput>;
950
- export declare const de_GetObjectAttributesCommand: (
930
+ export declare const deserializeAws_restXmlGetObjectAttributesCommand: (
951
931
  output: __HttpResponse,
952
932
  context: __SerdeContext
953
933
  ) => Promise<GetObjectAttributesCommandOutput>;
954
- export declare const de_GetObjectLegalHoldCommand: (
934
+ export declare const deserializeAws_restXmlGetObjectLegalHoldCommand: (
955
935
  output: __HttpResponse,
956
936
  context: __SerdeContext
957
937
  ) => Promise<GetObjectLegalHoldCommandOutput>;
958
- export declare const de_GetObjectLockConfigurationCommand: (
938
+ export declare const deserializeAws_restXmlGetObjectLockConfigurationCommand: (
959
939
  output: __HttpResponse,
960
940
  context: __SerdeContext
961
941
  ) => Promise<GetObjectLockConfigurationCommandOutput>;
962
- export declare const de_GetObjectRetentionCommand: (
942
+ export declare const deserializeAws_restXmlGetObjectRetentionCommand: (
963
943
  output: __HttpResponse,
964
944
  context: __SerdeContext
965
945
  ) => Promise<GetObjectRetentionCommandOutput>;
966
- export declare const de_GetObjectTaggingCommand: (
946
+ export declare const deserializeAws_restXmlGetObjectTaggingCommand: (
967
947
  output: __HttpResponse,
968
948
  context: __SerdeContext
969
949
  ) => Promise<GetObjectTaggingCommandOutput>;
970
- export declare const de_GetObjectTorrentCommand: (
950
+ export declare const deserializeAws_restXmlGetObjectTorrentCommand: (
971
951
  output: __HttpResponse,
972
952
  context: __SerdeContext & __SdkStreamSerdeContext
973
953
  ) => Promise<GetObjectTorrentCommandOutput>;
974
- export declare const de_GetPublicAccessBlockCommand: (
954
+ export declare const deserializeAws_restXmlGetPublicAccessBlockCommand: (
975
955
  output: __HttpResponse,
976
956
  context: __SerdeContext
977
957
  ) => Promise<GetPublicAccessBlockCommandOutput>;
978
- export declare const de_HeadBucketCommand: (
958
+ export declare const deserializeAws_restXmlHeadBucketCommand: (
979
959
  output: __HttpResponse,
980
960
  context: __SerdeContext
981
961
  ) => Promise<HeadBucketCommandOutput>;
982
- export declare const de_HeadObjectCommand: (
962
+ export declare const deserializeAws_restXmlHeadObjectCommand: (
983
963
  output: __HttpResponse,
984
964
  context: __SerdeContext
985
965
  ) => Promise<HeadObjectCommandOutput>;
986
- export declare const de_ListBucketAnalyticsConfigurationsCommand: (
966
+ export declare const deserializeAws_restXmlListBucketAnalyticsConfigurationsCommand: (
987
967
  output: __HttpResponse,
988
968
  context: __SerdeContext
989
969
  ) => Promise<ListBucketAnalyticsConfigurationsCommandOutput>;
990
- export declare const de_ListBucketIntelligentTieringConfigurationsCommand: (
970
+ export declare const deserializeAws_restXmlListBucketIntelligentTieringConfigurationsCommand: (
991
971
  output: __HttpResponse,
992
972
  context: __SerdeContext
993
973
  ) => Promise<ListBucketIntelligentTieringConfigurationsCommandOutput>;
994
- export declare const de_ListBucketInventoryConfigurationsCommand: (
974
+ export declare const deserializeAws_restXmlListBucketInventoryConfigurationsCommand: (
995
975
  output: __HttpResponse,
996
976
  context: __SerdeContext
997
977
  ) => Promise<ListBucketInventoryConfigurationsCommandOutput>;
998
- export declare const de_ListBucketMetricsConfigurationsCommand: (
978
+ export declare const deserializeAws_restXmlListBucketMetricsConfigurationsCommand: (
999
979
  output: __HttpResponse,
1000
980
  context: __SerdeContext
1001
981
  ) => Promise<ListBucketMetricsConfigurationsCommandOutput>;
1002
- export declare const de_ListBucketsCommand: (
982
+ export declare const deserializeAws_restXmlListBucketsCommand: (
1003
983
  output: __HttpResponse,
1004
984
  context: __SerdeContext
1005
985
  ) => Promise<ListBucketsCommandOutput>;
1006
- export declare const de_ListDirectoryBucketsCommand: (
1007
- output: __HttpResponse,
1008
- context: __SerdeContext
1009
- ) => Promise<ListDirectoryBucketsCommandOutput>;
1010
- export declare const de_ListMultipartUploadsCommand: (
986
+ export declare const deserializeAws_restXmlListMultipartUploadsCommand: (
1011
987
  output: __HttpResponse,
1012
988
  context: __SerdeContext
1013
989
  ) => Promise<ListMultipartUploadsCommandOutput>;
1014
- export declare const de_ListObjectsCommand: (
990
+ export declare const deserializeAws_restXmlListObjectsCommand: (
1015
991
  output: __HttpResponse,
1016
992
  context: __SerdeContext
1017
993
  ) => Promise<ListObjectsCommandOutput>;
1018
- export declare const de_ListObjectsV2Command: (
994
+ export declare const deserializeAws_restXmlListObjectsV2Command: (
1019
995
  output: __HttpResponse,
1020
996
  context: __SerdeContext
1021
997
  ) => Promise<ListObjectsV2CommandOutput>;
1022
- export declare const de_ListObjectVersionsCommand: (
998
+ export declare const deserializeAws_restXmlListObjectVersionsCommand: (
1023
999
  output: __HttpResponse,
1024
1000
  context: __SerdeContext
1025
1001
  ) => Promise<ListObjectVersionsCommandOutput>;
1026
- export declare const de_ListPartsCommand: (
1002
+ export declare const deserializeAws_restXmlListPartsCommand: (
1027
1003
  output: __HttpResponse,
1028
1004
  context: __SerdeContext
1029
1005
  ) => Promise<ListPartsCommandOutput>;
1030
- export declare const de_PutBucketAccelerateConfigurationCommand: (
1006
+ export declare const deserializeAws_restXmlPutBucketAccelerateConfigurationCommand: (
1031
1007
  output: __HttpResponse,
1032
1008
  context: __SerdeContext
1033
1009
  ) => Promise<PutBucketAccelerateConfigurationCommandOutput>;
1034
- export declare const de_PutBucketAclCommand: (
1010
+ export declare const deserializeAws_restXmlPutBucketAclCommand: (
1035
1011
  output: __HttpResponse,
1036
1012
  context: __SerdeContext
1037
1013
  ) => Promise<PutBucketAclCommandOutput>;
1038
- export declare const de_PutBucketAnalyticsConfigurationCommand: (
1014
+ export declare const deserializeAws_restXmlPutBucketAnalyticsConfigurationCommand: (
1039
1015
  output: __HttpResponse,
1040
1016
  context: __SerdeContext
1041
1017
  ) => Promise<PutBucketAnalyticsConfigurationCommandOutput>;
1042
- export declare const de_PutBucketCorsCommand: (
1018
+ export declare const deserializeAws_restXmlPutBucketCorsCommand: (
1043
1019
  output: __HttpResponse,
1044
1020
  context: __SerdeContext
1045
1021
  ) => Promise<PutBucketCorsCommandOutput>;
1046
- export declare const de_PutBucketEncryptionCommand: (
1022
+ export declare const deserializeAws_restXmlPutBucketEncryptionCommand: (
1047
1023
  output: __HttpResponse,
1048
1024
  context: __SerdeContext
1049
1025
  ) => Promise<PutBucketEncryptionCommandOutput>;
1050
- export declare const de_PutBucketIntelligentTieringConfigurationCommand: (
1026
+ export declare const deserializeAws_restXmlPutBucketIntelligentTieringConfigurationCommand: (
1051
1027
  output: __HttpResponse,
1052
1028
  context: __SerdeContext
1053
1029
  ) => Promise<PutBucketIntelligentTieringConfigurationCommandOutput>;
1054
- export declare const de_PutBucketInventoryConfigurationCommand: (
1030
+ export declare const deserializeAws_restXmlPutBucketInventoryConfigurationCommand: (
1055
1031
  output: __HttpResponse,
1056
1032
  context: __SerdeContext
1057
1033
  ) => Promise<PutBucketInventoryConfigurationCommandOutput>;
1058
- export declare const de_PutBucketLifecycleConfigurationCommand: (
1034
+ export declare const deserializeAws_restXmlPutBucketLifecycleConfigurationCommand: (
1059
1035
  output: __HttpResponse,
1060
1036
  context: __SerdeContext
1061
1037
  ) => Promise<PutBucketLifecycleConfigurationCommandOutput>;
1062
- export declare const de_PutBucketLoggingCommand: (
1038
+ export declare const deserializeAws_restXmlPutBucketLoggingCommand: (
1063
1039
  output: __HttpResponse,
1064
1040
  context: __SerdeContext
1065
1041
  ) => Promise<PutBucketLoggingCommandOutput>;
1066
- export declare const de_PutBucketMetricsConfigurationCommand: (
1042
+ export declare const deserializeAws_restXmlPutBucketMetricsConfigurationCommand: (
1067
1043
  output: __HttpResponse,
1068
1044
  context: __SerdeContext
1069
1045
  ) => Promise<PutBucketMetricsConfigurationCommandOutput>;
1070
- export declare const de_PutBucketNotificationConfigurationCommand: (
1046
+ export declare const deserializeAws_restXmlPutBucketNotificationConfigurationCommand: (
1071
1047
  output: __HttpResponse,
1072
1048
  context: __SerdeContext
1073
1049
  ) => Promise<PutBucketNotificationConfigurationCommandOutput>;
1074
- export declare const de_PutBucketOwnershipControlsCommand: (
1050
+ export declare const deserializeAws_restXmlPutBucketOwnershipControlsCommand: (
1075
1051
  output: __HttpResponse,
1076
1052
  context: __SerdeContext
1077
1053
  ) => Promise<PutBucketOwnershipControlsCommandOutput>;
1078
- export declare const de_PutBucketPolicyCommand: (
1054
+ export declare const deserializeAws_restXmlPutBucketPolicyCommand: (
1079
1055
  output: __HttpResponse,
1080
1056
  context: __SerdeContext
1081
1057
  ) => Promise<PutBucketPolicyCommandOutput>;
1082
- export declare const de_PutBucketReplicationCommand: (
1058
+ export declare const deserializeAws_restXmlPutBucketReplicationCommand: (
1083
1059
  output: __HttpResponse,
1084
1060
  context: __SerdeContext
1085
1061
  ) => Promise<PutBucketReplicationCommandOutput>;
1086
- export declare const de_PutBucketRequestPaymentCommand: (
1062
+ export declare const deserializeAws_restXmlPutBucketRequestPaymentCommand: (
1087
1063
  output: __HttpResponse,
1088
1064
  context: __SerdeContext
1089
1065
  ) => Promise<PutBucketRequestPaymentCommandOutput>;
1090
- export declare const de_PutBucketTaggingCommand: (
1066
+ export declare const deserializeAws_restXmlPutBucketTaggingCommand: (
1091
1067
  output: __HttpResponse,
1092
1068
  context: __SerdeContext
1093
1069
  ) => Promise<PutBucketTaggingCommandOutput>;
1094
- export declare const de_PutBucketVersioningCommand: (
1070
+ export declare const deserializeAws_restXmlPutBucketVersioningCommand: (
1095
1071
  output: __HttpResponse,
1096
1072
  context: __SerdeContext
1097
1073
  ) => Promise<PutBucketVersioningCommandOutput>;
1098
- export declare const de_PutBucketWebsiteCommand: (
1074
+ export declare const deserializeAws_restXmlPutBucketWebsiteCommand: (
1099
1075
  output: __HttpResponse,
1100
1076
  context: __SerdeContext
1101
1077
  ) => Promise<PutBucketWebsiteCommandOutput>;
1102
- export declare const de_PutObjectCommand: (
1078
+ export declare const deserializeAws_restXmlPutObjectCommand: (
1103
1079
  output: __HttpResponse,
1104
1080
  context: __SerdeContext
1105
1081
  ) => Promise<PutObjectCommandOutput>;
1106
- export declare const de_PutObjectAclCommand: (
1082
+ export declare const deserializeAws_restXmlPutObjectAclCommand: (
1107
1083
  output: __HttpResponse,
1108
1084
  context: __SerdeContext
1109
1085
  ) => Promise<PutObjectAclCommandOutput>;
1110
- export declare const de_PutObjectLegalHoldCommand: (
1086
+ export declare const deserializeAws_restXmlPutObjectLegalHoldCommand: (
1111
1087
  output: __HttpResponse,
1112
1088
  context: __SerdeContext
1113
1089
  ) => Promise<PutObjectLegalHoldCommandOutput>;
1114
- export declare const de_PutObjectLockConfigurationCommand: (
1090
+ export declare const deserializeAws_restXmlPutObjectLockConfigurationCommand: (
1115
1091
  output: __HttpResponse,
1116
1092
  context: __SerdeContext
1117
1093
  ) => Promise<PutObjectLockConfigurationCommandOutput>;
1118
- export declare const de_PutObjectRetentionCommand: (
1094
+ export declare const deserializeAws_restXmlPutObjectRetentionCommand: (
1119
1095
  output: __HttpResponse,
1120
1096
  context: __SerdeContext
1121
1097
  ) => Promise<PutObjectRetentionCommandOutput>;
1122
- export declare const de_PutObjectTaggingCommand: (
1098
+ export declare const deserializeAws_restXmlPutObjectTaggingCommand: (
1123
1099
  output: __HttpResponse,
1124
1100
  context: __SerdeContext
1125
1101
  ) => Promise<PutObjectTaggingCommandOutput>;
1126
- export declare const de_PutPublicAccessBlockCommand: (
1102
+ export declare const deserializeAws_restXmlPutPublicAccessBlockCommand: (
1127
1103
  output: __HttpResponse,
1128
1104
  context: __SerdeContext
1129
1105
  ) => Promise<PutPublicAccessBlockCommandOutput>;
1130
- export declare const de_RestoreObjectCommand: (
1106
+ export declare const deserializeAws_restXmlRestoreObjectCommand: (
1131
1107
  output: __HttpResponse,
1132
1108
  context: __SerdeContext
1133
1109
  ) => Promise<RestoreObjectCommandOutput>;
1134
- export declare const de_SelectObjectContentCommand: (
1110
+ export declare const deserializeAws_restXmlSelectObjectContentCommand: (
1135
1111
  output: __HttpResponse,
1136
1112
  context: __SerdeContext & __EventStreamSerdeContext
1137
1113
  ) => Promise<SelectObjectContentCommandOutput>;
1138
- export declare const de_UploadPartCommand: (
1114
+ export declare const deserializeAws_restXmlUploadPartCommand: (
1139
1115
  output: __HttpResponse,
1140
1116
  context: __SerdeContext
1141
1117
  ) => Promise<UploadPartCommandOutput>;
1142
- export declare const de_UploadPartCopyCommand: (
1118
+ export declare const deserializeAws_restXmlUploadPartCopyCommand: (
1143
1119
  output: __HttpResponse,
1144
1120
  context: __SerdeContext
1145
1121
  ) => Promise<UploadPartCopyCommandOutput>;
1146
- export declare const de_WriteGetObjectResponseCommand: (
1122
+ export declare const deserializeAws_restXmlWriteGetObjectResponseCommand: (
1147
1123
  output: __HttpResponse,
1148
1124
  context: __SerdeContext
1149
1125
  ) => Promise<WriteGetObjectResponseCommandOutput>;