plugin-file-preview-auth 1.1.2 → 1.1.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 (782) hide show
  1. package/dist/client/{348b1a931814844c.js → 166.17caa11c2ba40313.js} +1 -1
  2. package/dist/client/351.0f0ce45c92425c8f.js +10 -0
  3. package/dist/client/{02dcfcac51f80d8d.js → 374.96762d13b15e7467.js} +1 -1
  4. package/dist/client/514.2a8b6aa0d2fcd4b2.js +49 -0
  5. package/dist/client/index.js +1 -1
  6. package/dist/externalVersion.js +4 -4
  7. package/dist/node_modules/@aws-sdk/client-s3/LICENSE +201 -0
  8. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +127 -0
  9. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +33 -0
  10. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +7 -0
  11. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +69790 -0
  12. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.browser.js +47 -0
  13. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +69 -0
  14. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.native.js +15 -0
  15. package/dist/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +46 -0
  16. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3.js +203 -0
  17. package/dist/node_modules/@aws-sdk/client-s3/dist-es/S3Client.js +61 -0
  18. package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
  19. package/dist/node_modules/@aws-sdk/client-s3/dist-es/auth/httpAuthSchemeProvider.js +123 -0
  20. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/AbortMultipartUploadCommand.js +28 -0
  21. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CompleteMultipartUploadCommand.js +31 -0
  22. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CopyObjectCommand.js +33 -0
  23. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketCommand.js +31 -0
  24. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateBucketMetadataTableConfigurationCommand.js +31 -0
  25. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateMultipartUploadCommand.js +31 -0
  26. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/CreateSessionCommand.js +29 -0
  27. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketAnalyticsConfigurationCommand.js +26 -0
  28. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCommand.js +26 -0
  29. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketCorsCommand.js +26 -0
  30. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketEncryptionCommand.js +26 -0
  31. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketIntelligentTieringConfigurationCommand.js +26 -0
  32. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketInventoryConfigurationCommand.js +26 -0
  33. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketLifecycleCommand.js +26 -0
  34. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetadataTableConfigurationCommand.js +26 -0
  35. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketMetricsConfigurationCommand.js +26 -0
  36. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketOwnershipControlsCommand.js +26 -0
  37. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketPolicyCommand.js +26 -0
  38. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketReplicationCommand.js +26 -0
  39. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketTaggingCommand.js +26 -0
  40. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteBucketWebsiteCommand.js +26 -0
  41. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectCommand.js +28 -0
  42. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectTaggingCommand.js +27 -0
  43. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeleteObjectsCommand.js +32 -0
  44. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/DeletePublicAccessBlockCommand.js +26 -0
  45. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAccelerateConfigurationCommand.js +28 -0
  46. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAclCommand.js +28 -0
  47. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketAnalyticsConfigurationCommand.js +28 -0
  48. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketCorsCommand.js +28 -0
  49. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketEncryptionCommand.js +29 -0
  50. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketIntelligentTieringConfigurationCommand.js +28 -0
  51. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketInventoryConfigurationCommand.js +29 -0
  52. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLifecycleConfigurationCommand.js +28 -0
  53. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLocationCommand.js +28 -0
  54. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketLoggingCommand.js +28 -0
  55. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetadataTableConfigurationCommand.js +28 -0
  56. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketMetricsConfigurationCommand.js +28 -0
  57. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketNotificationConfigurationCommand.js +28 -0
  58. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketOwnershipControlsCommand.js +28 -0
  59. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyCommand.js +28 -0
  60. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketPolicyStatusCommand.js +28 -0
  61. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketReplicationCommand.js +28 -0
  62. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketRequestPaymentCommand.js +28 -0
  63. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketTaggingCommand.js +28 -0
  64. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketVersioningCommand.js +28 -0
  65. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetBucketWebsiteCommand.js +28 -0
  66. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAclCommand.js +28 -0
  67. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectAttributesCommand.js +30 -0
  68. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectCommand.js +37 -0
  69. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLegalHoldCommand.js +27 -0
  70. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectLockConfigurationCommand.js +27 -0
  71. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectRetentionCommand.js +27 -0
  72. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTaggingCommand.js +27 -0
  73. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetObjectTorrentCommand.js +26 -0
  74. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/GetPublicAccessBlockCommand.js +28 -0
  75. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadBucketCommand.js +27 -0
  76. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/HeadObjectCommand.js +32 -0
  77. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketAnalyticsConfigurationsCommand.js +28 -0
  78. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketIntelligentTieringConfigurationsCommand.js +28 -0
  79. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketInventoryConfigurationsCommand.js +29 -0
  80. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketMetricsConfigurationsCommand.js +27 -0
  81. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListBucketsCommand.js +24 -0
  82. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListDirectoryBucketsCommand.js +27 -0
  83. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListMultipartUploadsCommand.js +28 -0
  84. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectVersionsCommand.js +28 -0
  85. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsCommand.js +28 -0
  86. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListObjectsV2Command.js +28 -0
  87. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/ListPartsCommand.js +31 -0
  88. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAccelerateConfigurationCommand.js +31 -0
  89. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAclCommand.js +31 -0
  90. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketAnalyticsConfigurationCommand.js +26 -0
  91. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketCorsCommand.js +31 -0
  92. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketEncryptionCommand.js +32 -0
  93. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketIntelligentTieringConfigurationCommand.js +26 -0
  94. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketInventoryConfigurationCommand.js +27 -0
  95. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLifecycleConfigurationCommand.js +33 -0
  96. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketLoggingCommand.js +31 -0
  97. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketMetricsConfigurationCommand.js +26 -0
  98. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketNotificationConfigurationCommand.js +26 -0
  99. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketOwnershipControlsCommand.js +30 -0
  100. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketPolicyCommand.js +31 -0
  101. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketReplicationCommand.js +31 -0
  102. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketRequestPaymentCommand.js +31 -0
  103. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketTaggingCommand.js +31 -0
  104. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketVersioningCommand.js +31 -0
  105. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutBucketWebsiteCommand.js +31 -0
  106. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectAclCommand.js +33 -0
  107. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectCommand.js +37 -0
  108. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLegalHoldCommand.js +32 -0
  109. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectLockConfigurationCommand.js +32 -0
  110. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectRetentionCommand.js +32 -0
  111. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutObjectTaggingCommand.js +32 -0
  112. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/PutPublicAccessBlockCommand.js +31 -0
  113. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/RestoreObjectCommand.js +33 -0
  114. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/SelectObjectContentCommand.js +34 -0
  115. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCommand.js +36 -0
  116. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/UploadPartCopyCommand.js +31 -0
  117. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/WriteGetObjectResponseCommand.js +26 -0
  118. package/dist/node_modules/@aws-sdk/client-s3/dist-es/commands/index.js +98 -0
  119. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/EndpointParameters.js +24 -0
  120. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/endpointResolver.js +29 -0
  121. package/dist/node_modules/@aws-sdk/client-s3/dist-es/endpoint/ruleset.js +4 -0
  122. package/dist/node_modules/@aws-sdk/client-s3/dist-es/extensionConfiguration.js +1 -0
  123. package/dist/node_modules/@aws-sdk/client-s3/dist-es/index.js +7 -0
  124. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/S3ServiceException.js +8 -0
  125. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/index.js +2 -0
  126. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_0.js +592 -0
  127. package/dist/node_modules/@aws-sdk/client-s3/dist-es/models/models_1.js +198 -0
  128. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/Interfaces.js +1 -0
  129. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListBucketsPaginator.js +4 -0
  130. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListDirectoryBucketsPaginator.js +4 -0
  131. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListObjectsV2Paginator.js +4 -0
  132. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/ListPartsPaginator.js +4 -0
  133. package/dist/node_modules/@aws-sdk/client-s3/dist-es/pagination/index.js +5 -0
  134. package/dist/node_modules/@aws-sdk/client-s3/dist-es/protocols/Aws_restXml.js +7698 -0
  135. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.browser.js +42 -0
  136. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.js +64 -0
  137. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.native.js +11 -0
  138. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeConfig.shared.js +42 -0
  139. package/dist/node_modules/@aws-sdk/client-s3/dist-es/runtimeExtensions.js +21 -0
  140. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/index.js +4 -0
  141. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketExists.js +26 -0
  142. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForBucketNotExists.js +25 -0
  143. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectExists.js +26 -0
  144. package/dist/node_modules/@aws-sdk/client-s3/dist-es/waiters/waitForObjectNotExists.js +25 -0
  145. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3.d.ts +698 -0
  146. package/dist/node_modules/@aws-sdk/client-s3/dist-types/S3Client.d.ts +331 -0
  147. package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  148. package/dist/node_modules/@aws-sdk/client-s3/dist-types/auth/httpAuthSchemeProvider.d.ts +69 -0
  149. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/AbortMultipartUploadCommand.d.ts +179 -0
  150. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CompleteMultipartUploadCommand.d.ts +317 -0
  151. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CopyObjectCommand.d.ts +360 -0
  152. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketCommand.d.ts +283 -0
  153. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +134 -0
  154. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateMultipartUploadCommand.d.ts +401 -0
  155. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/CreateSessionCommand.d.ts +196 -0
  156. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +101 -0
  157. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCommand.d.ts +138 -0
  158. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketCorsCommand.d.ts +104 -0
  159. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketEncryptionCommand.d.ts +130 -0
  160. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +94 -0
  161. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketInventoryConfigurationCommand.d.ts +99 -0
  162. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketLifecycleCommand.d.ts +150 -0
  163. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +95 -0
  164. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketMetricsConfigurationCommand.d.ts +107 -0
  165. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketOwnershipControlsCommand.d.ts +91 -0
  166. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketPolicyCommand.d.ts +147 -0
  167. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketReplicationCommand.d.ts +108 -0
  168. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketTaggingCommand.d.ts +100 -0
  169. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteBucketWebsiteCommand.d.ts +107 -0
  170. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectCommand.d.ts +205 -0
  171. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectTaggingCommand.d.ts +131 -0
  172. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeleteObjectsCommand.d.ts +316 -0
  173. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/DeletePublicAccessBlockCommand.d.ts +100 -0
  174. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAccelerateConfigurationCommand.d.ts +102 -0
  175. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAclCommand.d.ts +115 -0
  176. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketAnalyticsConfigurationCommand.d.ts +135 -0
  177. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketCorsCommand.d.ts +145 -0
  178. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketEncryptionCommand.d.ts +143 -0
  179. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +121 -0
  180. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketInventoryConfigurationCommand.d.ts +129 -0
  181. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLifecycleConfigurationCommand.d.ts +254 -0
  182. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLocationCommand.d.ts +116 -0
  183. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketLoggingCommand.d.ts +110 -0
  184. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetadataTableConfigurationCommand.d.ts +111 -0
  185. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketMetricsConfigurationCommand.d.ts +128 -0
  186. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketNotificationConfigurationCommand.d.ts +154 -0
  187. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketOwnershipControlsCommand.d.ts +99 -0
  188. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyCommand.d.ts +159 -0
  189. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketPolicyStatusCommand.d.ts +105 -0
  190. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketReplicationCommand.d.ts +195 -0
  191. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketRequestPaymentCommand.d.ts +101 -0
  192. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketTaggingCommand.d.ts +134 -0
  193. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketVersioningCommand.d.ts +115 -0
  194. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetBucketWebsiteCommand.d.ts +139 -0
  195. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAclCommand.d.ts +189 -0
  196. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectAttributesCommand.d.ts +329 -0
  197. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectCommand.d.ts +369 -0
  198. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLegalHoldCommand.d.ts +90 -0
  199. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectLockConfigurationCommand.d.ts +94 -0
  200. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectRetentionCommand.d.ts +91 -0
  201. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTaggingCommand.d.ts +163 -0
  202. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetObjectTorrentCommand.d.ts +107 -0
  203. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/GetPublicAccessBlockCommand.d.ts +116 -0
  204. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadBucketCommand.d.ts +157 -0
  205. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/HeadObjectCommand.d.ts +318 -0
  206. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +147 -0
  207. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +126 -0
  208. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketInventoryConfigurationsCommand.d.ts +142 -0
  209. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketMetricsConfigurationsCommand.d.ts +136 -0
  210. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListBucketsCommand.d.ts +130 -0
  211. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListDirectoryBucketsCommand.d.ts +107 -0
  212. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListMultipartUploadsCommand.d.ts +345 -0
  213. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectVersionsCommand.d.ts +214 -0
  214. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsCommand.d.ts +197 -0
  215. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListObjectsV2Command.d.ts +262 -0
  216. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/ListPartsCommand.d.ts +240 -0
  217. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAccelerateConfigurationCommand.d.ts +115 -0
  218. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAclCommand.d.ts +309 -0
  219. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketAnalyticsConfigurationCommand.d.ts +208 -0
  220. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketCorsCommand.d.ts +193 -0
  221. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketEncryptionCommand.d.ts +209 -0
  222. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +153 -0
  223. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketInventoryConfigurationCommand.d.ts +185 -0
  224. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +293 -0
  225. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketLoggingCommand.d.ts +209 -0
  226. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketMetricsConfigurationCommand.d.ts +141 -0
  227. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketNotificationConfigurationCommand.d.ts +206 -0
  228. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketOwnershipControlsCommand.d.ts +99 -0
  229. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketPolicyCommand.d.ts +162 -0
  230. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketReplicationCommand.d.ts +233 -0
  231. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketRequestPaymentCommand.d.ts +109 -0
  232. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketTaggingCommand.d.ts +163 -0
  233. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketVersioningCommand.d.ts +143 -0
  234. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutBucketWebsiteCommand.d.ts +244 -0
  235. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectAclCommand.d.ts +307 -0
  236. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectCommand.d.ts +462 -0
  237. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLegalHoldCommand.d.ts +86 -0
  238. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectLockConfigurationCommand.d.ts +109 -0
  239. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectRetentionCommand.d.ts +89 -0
  240. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutObjectTaggingCommand.d.ts +169 -0
  241. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/PutPublicAccessBlockCommand.d.ts +117 -0
  242. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/RestoreObjectCommand.d.ts +383 -0
  243. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/SelectObjectContentCommand.d.ts +254 -0
  244. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCommand.d.ts +309 -0
  245. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/UploadPartCopyCommand.d.ts +376 -0
  246. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/WriteGetObjectResponseCommand.d.ts +148 -0
  247. package/dist/node_modules/@aws-sdk/client-s3/dist-types/commands/index.d.ts +98 -0
  248. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/EndpointParameters.d.ts +83 -0
  249. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/endpointResolver.d.ts +5 -0
  250. package/dist/node_modules/@aws-sdk/client-s3/dist-types/endpoint/ruleset.d.ts +2 -0
  251. package/dist/node_modules/@aws-sdk/client-s3/dist-types/extensionConfiguration.d.ts +9 -0
  252. package/dist/node_modules/@aws-sdk/client-s3/dist-types/index.d.ts +15 -0
  253. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/S3ServiceException.d.ts +14 -0
  254. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/index.d.ts +2 -0
  255. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_0.d.ts +13409 -0
  256. package/dist/node_modules/@aws-sdk/client-s3/dist-types/models/models_1.d.ts +4029 -0
  257. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/Interfaces.d.ts +8 -0
  258. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListBucketsPaginator.d.ts +7 -0
  259. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListDirectoryBucketsPaginator.d.ts +7 -0
  260. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListObjectsV2Paginator.d.ts +7 -0
  261. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/ListPartsPaginator.d.ts +7 -0
  262. package/dist/node_modules/@aws-sdk/client-s3/dist-types/pagination/index.d.ts +5 -0
  263. package/dist/node_modules/@aws-sdk/client-s3/dist-types/protocols/Aws_restXml.d.ts +884 -0
  264. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.browser.d.ts +69 -0
  265. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.d.ts +70 -0
  266. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.native.d.ts +68 -0
  267. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeConfig.shared.d.ts +28 -0
  268. package/dist/node_modules/@aws-sdk/client-s3/dist-types/runtimeExtensions.d.ts +17 -0
  269. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3.d.ts +1751 -0
  270. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/S3Client.d.ts +732 -0
  271. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  272. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +55 -0
  273. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/AbortMultipartUploadCommand.d.ts +51 -0
  274. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CompleteMultipartUploadCommand.d.ts +51 -0
  275. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CopyObjectCommand.d.ts +47 -0
  276. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +47 -0
  277. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateBucketMetadataTableConfigurationCommand.d.ts +47 -0
  278. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateMultipartUploadCommand.d.ts +51 -0
  279. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +47 -0
  280. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketAnalyticsConfigurationCommand.d.ts +47 -0
  281. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +45 -0
  282. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketCorsCommand.d.ts +45 -0
  283. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketEncryptionCommand.d.ts +46 -0
  284. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketIntelligentTieringConfigurationCommand.d.ts +47 -0
  285. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketInventoryConfigurationCommand.d.ts +47 -0
  286. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketLifecycleCommand.d.ts +46 -0
  287. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetadataTableConfigurationCommand.d.ts +47 -0
  288. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketMetricsConfigurationCommand.d.ts +47 -0
  289. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketOwnershipControlsCommand.d.ts +47 -0
  290. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +46 -0
  291. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +47 -0
  292. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +46 -0
  293. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteBucketWebsiteCommand.d.ts +46 -0
  294. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +47 -0
  295. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectTaggingCommand.d.ts +51 -0
  296. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeleteObjectsCommand.d.ts +47 -0
  297. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +47 -0
  298. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAccelerateConfigurationCommand.d.ts +51 -0
  299. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAclCommand.d.ts +47 -0
  300. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketAnalyticsConfigurationCommand.d.ts +51 -0
  301. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketCorsCommand.d.ts +47 -0
  302. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketEncryptionCommand.d.ts +51 -0
  303. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketIntelligentTieringConfigurationCommand.d.ts +51 -0
  304. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketInventoryConfigurationCommand.d.ts +51 -0
  305. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +51 -0
  306. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLocationCommand.d.ts +51 -0
  307. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketLoggingCommand.d.ts +50 -0
  308. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetadataTableConfigurationCommand.d.ts +51 -0
  309. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketMetricsConfigurationCommand.d.ts +51 -0
  310. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketNotificationConfigurationCommand.d.ts +51 -0
  311. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketOwnershipControlsCommand.d.ts +51 -0
  312. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +50 -0
  313. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketPolicyStatusCommand.d.ts +51 -0
  314. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +51 -0
  315. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketRequestPaymentCommand.d.ts +51 -0
  316. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +50 -0
  317. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +51 -0
  318. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetBucketWebsiteCommand.d.ts +50 -0
  319. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAclCommand.d.ts +47 -0
  320. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +51 -0
  321. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectCommand.d.ts +52 -0
  322. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLegalHoldCommand.d.ts +51 -0
  323. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectLockConfigurationCommand.d.ts +51 -0
  324. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectRetentionCommand.d.ts +51 -0
  325. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTaggingCommand.d.ts +50 -0
  326. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetObjectTorrentCommand.d.ts +58 -0
  327. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +51 -0
  328. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadBucketCommand.d.ts +47 -0
  329. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/HeadObjectCommand.d.ts +47 -0
  330. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketAnalyticsConfigurationsCommand.d.ts +51 -0
  331. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketIntelligentTieringConfigurationsCommand.d.ts +51 -0
  332. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketInventoryConfigurationsCommand.d.ts +51 -0
  333. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketMetricsConfigurationsCommand.d.ts +51 -0
  334. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListBucketsCommand.d.ts +47 -0
  335. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListDirectoryBucketsCommand.d.ts +51 -0
  336. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListMultipartUploadsCommand.d.ts +51 -0
  337. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectVersionsCommand.d.ts +51 -0
  338. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsCommand.d.ts +47 -0
  339. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListObjectsV2Command.d.ts +47 -0
  340. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/ListPartsCommand.d.ts +47 -0
  341. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAccelerateConfigurationCommand.d.ts +47 -0
  342. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAclCommand.d.ts +45 -0
  343. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketAnalyticsConfigurationCommand.d.ts +47 -0
  344. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketCorsCommand.d.ts +45 -0
  345. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketEncryptionCommand.d.ts +46 -0
  346. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketIntelligentTieringConfigurationCommand.d.ts +47 -0
  347. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketInventoryConfigurationCommand.d.ts +47 -0
  348. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +51 -0
  349. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketLoggingCommand.d.ts +45 -0
  350. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketMetricsConfigurationCommand.d.ts +47 -0
  351. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketNotificationConfigurationCommand.d.ts +47 -0
  352. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketOwnershipControlsCommand.d.ts +47 -0
  353. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +45 -0
  354. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +46 -0
  355. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketRequestPaymentCommand.d.ts +47 -0
  356. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +45 -0
  357. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +46 -0
  358. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutBucketWebsiteCommand.d.ts +45 -0
  359. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectAclCommand.d.ts +47 -0
  360. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectCommand.d.ts +53 -0
  361. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLegalHoldCommand.d.ts +51 -0
  362. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectLockConfigurationCommand.d.ts +51 -0
  363. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectRetentionCommand.d.ts +51 -0
  364. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutObjectTaggingCommand.d.ts +50 -0
  365. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +46 -0
  366. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/RestoreObjectCommand.d.ts +47 -0
  367. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/SelectObjectContentCommand.d.ts +51 -0
  368. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCommand.d.ts +53 -0
  369. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/UploadPartCopyCommand.d.ts +50 -0
  370. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/WriteGetObjectResponseCommand.d.ts +54 -0
  371. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/commands/index.d.ts +98 -0
  372. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +94 -0
  373. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  374. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  375. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
  376. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/index.d.ts +10 -0
  377. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/S3ServiceException.d.ts +9 -0
  378. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/index.d.ts +2 -0
  379. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_0.d.ts +2105 -0
  380. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/models/models_1.d.ts +753 -0
  381. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
  382. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListBucketsPaginator.d.ts +11 -0
  383. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListDirectoryBucketsPaginator.d.ts +11 -0
  384. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListObjectsV2Paginator.d.ts +11 -0
  385. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/ListPartsPaginator.d.ts +11 -0
  386. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/pagination/index.d.ts +5 -0
  387. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/protocols/Aws_restXml.d.ts +1185 -0
  388. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.browser.d.ts +148 -0
  389. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.d.ts +150 -0
  390. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.native.d.ts +152 -0
  391. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeConfig.shared.d.ts +36 -0
  392. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
  393. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/index.d.ts +4 -0
  394. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketExists.d.ts +11 -0
  395. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForBucketNotExists.d.ts +11 -0
  396. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectExists.d.ts +11 -0
  397. package/dist/node_modules/@aws-sdk/client-s3/dist-types/ts3.4/waiters/waitForObjectNotExists.d.ts +11 -0
  398. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/index.d.ts +4 -0
  399. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketExists.d.ts +14 -0
  400. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForBucketNotExists.d.ts +14 -0
  401. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectExists.d.ts +14 -0
  402. package/dist/node_modules/@aws-sdk/client-s3/dist-types/waiters/waitForObjectNotExists.d.ts +14 -0
  403. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +7 -0
  404. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/account-id-endpoint.js +6 -0
  405. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/client.d.ts +7 -0
  406. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/client.js +5 -0
  407. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/index.js +6 -0
  408. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +97 -0
  409. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +78 -0
  410. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +300 -0
  411. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +227 -0
  412. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
  413. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.js +15 -0
  414. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/AccountIdEndpointModeConstants.js +5 -0
  415. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.js +24 -0
  416. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/account-id-endpoint/index.js +3 -0
  417. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -0
  418. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +3 -0
  419. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/client/setCredentialFeature.js +7 -0
  420. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
  421. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +20 -0
  422. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +72 -0
  423. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/index.js +4 -0
  424. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.js +25 -0
  425. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +88 -0
  426. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/index.js +1 -0
  427. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getDateHeader.js +2 -0
  428. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
  429. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
  430. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/index.js +3 -0
  431. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/utils/isClockSkewed.js +2 -0
  432. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/coercing-serializers.js +53 -0
  433. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/common.js +2 -0
  434. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +4 -0
  435. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/awsExpectUnion.js +10 -0
  436. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +51 -0
  437. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/parseXmlBody.js +57 -0
  438. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/index.d.ts +22 -0
  439. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +30 -0
  440. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +7 -0
  441. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +14 -0
  442. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d.ts +3 -0
  443. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +12 -0
  444. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +3 -0
  445. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/client/setCredentialFeature.d.ts +7 -0
  446. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
  447. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +10 -0
  448. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +42 -0
  449. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/index.d.ts +4 -0
  450. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +38 -0
  451. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
  452. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d.ts +1 -0
  453. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
  454. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
  455. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
  456. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  457. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
  458. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/coercing-serializers.d.ts +18 -0
  459. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/common.d.ts +2 -0
  460. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +4 -0
  461. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/awsExpectUnion.d.ts +7 -0
  462. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +4 -0
  463. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/submodules/protocols/xml/parseXmlBody.d.ts +4 -0
  464. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
  465. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConfigResolver.d.ts +15 -0
  466. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/AccountIdEndpointModeConstants.d.ts +6 -0
  467. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/NodeAccountIdEndpointModeConfigOptions.d.ts +7 -0
  468. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/account-id-endpoint/index.d.ts +3 -0
  469. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +4 -0
  470. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +3 -0
  471. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setCredentialFeature.d.ts +11 -0
  472. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
  473. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.d.ts +12 -0
  474. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +39 -0
  475. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/index.d.ts +8 -0
  476. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4AConfig.d.ts +18 -0
  477. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
  478. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/index.d.ts +1 -0
  479. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
  480. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
  481. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
  482. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/index.d.ts +3 -0
  483. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
  484. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/coercing-serializers.d.ts +3 -0
  485. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/common.d.ts +5 -0
  486. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  487. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/awsExpectUnion.d.ts +3 -0
  488. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +13 -0
  489. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/xml/parseXmlBody.d.ts +13 -0
  490. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +7 -0
  491. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/httpAuthSchemes.js +5 -0
  492. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/node_modules/.bin/fxparser +15 -0
  493. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/node_modules/.bin/fxparser.cmd +7 -0
  494. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/package.json +119 -0
  495. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/protocols.d.ts +7 -0
  496. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@aws-sdk/core/protocols.js +5 -0
  497. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/cbor.d.ts +7 -0
  498. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/cbor.js +6 -0
  499. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +1 -0
  500. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/index.js +428 -0
  501. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -0
  502. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -0
  503. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -0
  504. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +1 -0
  505. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +1 -0
  506. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +1 -0
  507. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +1 -0
  508. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +1 -0
  509. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +1 -0
  510. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +1 -0
  511. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/setFeature.js +1 -0
  512. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +730 -0
  513. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +164 -0
  514. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -0
  515. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +1 -0
  516. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -0
  517. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +1 -0
  518. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +1 -0
  519. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +1 -0
  520. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +1 -0
  521. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
  522. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/index.js +8 -0
  523. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +17 -0
  524. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +18 -0
  525. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +40 -0
  526. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
  527. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +15 -0
  528. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +24 -0
  529. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
  530. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
  531. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +41 -0
  532. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +1 -0
  533. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/setFeature.js +11 -0
  534. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +391 -0
  535. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +191 -0
  536. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-types.js +25 -0
  537. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +21 -0
  538. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/index.js +3 -0
  539. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +83 -0
  540. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/collect-stream-body.js +11 -0
  541. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/extended-encode-uri-component.js +5 -0
  542. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +4 -0
  543. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +67 -0
  544. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/submodules/protocols/resolve-path.js +19 -0
  545. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
  546. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +34 -0
  547. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +11 -0
  548. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
  549. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
  550. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
  551. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +53 -0
  552. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
  553. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/index.d.ts +8 -0
  554. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  555. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  556. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
  557. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
  558. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  559. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  560. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
  561. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
  562. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
  563. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +5 -0
  564. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/setFeature.d.ts +12 -0
  565. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +17 -0
  566. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +9 -0
  567. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +64 -0
  568. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/cbor.d.ts +26 -0
  569. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/index.d.ts +3 -0
  570. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +31 -0
  571. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +10 -0
  572. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  573. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +4 -0
  574. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +51 -0
  575. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/submodules/protocols/resolve-path.d.ts +4 -0
  576. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
  577. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +8 -0
  578. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
  579. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
  580. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
  581. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +3 -0
  582. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
  583. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
  584. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +2 -0
  585. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
  586. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
  587. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +5 -0
  588. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/setFeature.d.ts +12 -0
  589. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-decode.d.ts +17 -0
  590. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-encode.d.ts +9 -0
  591. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor-types.d.ts +66 -0
  592. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/cbor.d.ts +26 -0
  593. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/index.d.ts +3 -0
  594. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/cbor/parseCborBody.d.ts +31 -0
  595. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/collect-stream-body.d.ts +10 -0
  596. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/extended-encode-uri-component.d.ts +7 -0
  597. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/index.d.ts +4 -0
  598. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/requestBuilder.d.ts +51 -0
  599. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/resolve-path.d.ts +4 -0
  600. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  601. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  602. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  603. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  604. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  605. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +3 -0
  606. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
  607. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
  608. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
  609. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
  610. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
  611. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
  612. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
  613. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
  614. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/package.json +103 -0
  615. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/protocols.d.ts +7 -0
  616. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/core/protocols.js +6 -0
  617. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
  618. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
  619. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
  620. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
  621. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
  622. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-cjs/index.js +170 -0
  623. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
  624. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +8 -0
  625. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-es/ProviderError.js +22 -0
  626. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +8 -0
  627. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
  628. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
  629. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
  630. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
  631. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +30 -0
  632. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +39 -0
  633. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +30 -0
  634. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
  635. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
  636. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
  637. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
  638. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +30 -0
  639. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +39 -0
  640. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +30 -0
  641. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
  642. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
  643. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
  644. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
  645. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/property-provider/package.json +60 -0
  646. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-cjs/Field.js +1 -0
  647. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +1 -0
  648. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -0
  649. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -0
  650. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +1 -0
  651. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -0
  652. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -0
  653. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-cjs/index.js +263 -0
  654. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -0
  655. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -0
  656. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
  657. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
  658. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
  659. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
  660. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
  661. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +53 -0
  662. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
  663. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
  664. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
  665. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
  666. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
  667. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
  668. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
  669. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
  670. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +35 -0
  671. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +55 -0
  672. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +29 -0
  673. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
  674. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
  675. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +49 -0
  676. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
  677. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
  678. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
  679. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +35 -0
  680. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +55 -0
  681. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +29 -0
  682. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
  683. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
  684. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
  685. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
  686. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/protocol-http/package.json +61 -0
  687. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser/dist-cjs/index.js +53 -0
  688. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
  689. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
  690. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
  691. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/querystring-parser/package.json +60 -0
  692. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser/dist-cjs/index.js +49 -0
  693. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
  694. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
  695. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
  696. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/url-parser/package.json +61 -0
  697. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +35 -0
  698. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
  699. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
  700. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
  701. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +39 -0
  702. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
  703. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-es/constants.browser.js +28 -0
  704. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
  705. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
  706. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
  707. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +35 -0
  708. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-es/toBase64.js +15 -0
  709. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +6 -0
  710. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
  711. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
  712. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
  713. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +9 -0
  714. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +8 -0
  715. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +6 -0
  716. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
  717. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
  718. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
  719. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +9 -0
  720. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +8 -0
  721. package/dist/node_modules/@aws-sdk/client-s3/node_modules/@smithy/util-base64/package.json +73 -0
  722. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/package.json +74 -0
  723. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/cli.js +93 -0
  724. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/man.js +12 -0
  725. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/cli/read.js +92 -0
  726. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/fxp.d.ts +402 -0
  727. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/fxp.js +11 -0
  728. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/util.js +72 -0
  729. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/CharsSymbol.js +16 -0
  730. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/EntitiesParser.js +107 -0
  731. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OptionsBuilder.js +64 -0
  732. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/BaseOutputBuilder.js +71 -0
  733. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsArrBuilder.js +103 -0
  734. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsMinArrBuilder.js +102 -0
  735. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/JsObjBuilder.js +156 -0
  736. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/OutputBuilders/ParserOptionsBuilder.js +99 -0
  737. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/Report.js +0 -0
  738. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/TagPath.js +81 -0
  739. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/TagPathMatcher.js +15 -0
  740. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XMLParser.js +85 -0
  741. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/Xml2JsParser.js +237 -0
  742. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XmlPartReader.js +212 -0
  743. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/XmlSpecialTagsReader.js +118 -0
  744. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/inputSource/BufferSource.js +118 -0
  745. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/inputSource/StringSource.js +123 -0
  746. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/EntitiesParser.js +107 -0
  747. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParser.js +23 -0
  748. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/booleanParserExt.js +20 -0
  749. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/currency.js +40 -0
  750. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/join.js +14 -0
  751. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/number.js +16 -0
  752. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/v5/valueParsers/trim.js +8 -0
  753. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/validator.js +425 -0
  754. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +281 -0
  755. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +135 -0
  756. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
  757. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +152 -0
  758. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +48 -0
  759. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +601 -0
  760. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +58 -0
  761. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/node2json.js +113 -0
  762. package/dist/node_modules/@aws-sdk/client-s3/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +25 -0
  763. package/dist/node_modules/@aws-sdk/client-s3/package.json +1 -0
  764. package/dist/node_modules/xlsx/LICENSE +201 -0
  765. package/dist/node_modules/xlsx/bin/xlsx.njs +310 -0
  766. package/dist/node_modules/xlsx/bower.json +22 -0
  767. package/dist/node_modules/xlsx/dist/cpexcel.js +1506 -0
  768. package/dist/node_modules/xlsx/dist/shim.min.js +2 -0
  769. package/dist/node_modules/xlsx/dist/xlsx.core.min.js +15 -0
  770. package/dist/node_modules/xlsx/dist/xlsx.extendscript.js +24642 -0
  771. package/dist/node_modules/xlsx/dist/xlsx.full.min.js +22 -0
  772. package/dist/node_modules/xlsx/dist/xlsx.mini.min.js +9 -0
  773. package/dist/node_modules/xlsx/dist/xlsx.zahl.js +4 -0
  774. package/dist/node_modules/xlsx/node_modules/.bin/crc32 +15 -0
  775. package/dist/node_modules/xlsx/node_modules/.bin/crc32.cmd +7 -0
  776. package/dist/node_modules/xlsx/package.json +1 -0
  777. package/dist/node_modules/xlsx/types/index.d.ts +900 -0
  778. package/dist/node_modules/xlsx/xlsx.js +7 -0
  779. package/dist/node_modules/xlsx/xlsxworker.js +14 -0
  780. package/dist/server/plugin.d.ts +1 -0
  781. package/dist/server/plugin.js +65 -0
  782. package/package.json +12 -3
@@ -0,0 +1,227 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
7
+ var __export = (target, all) => {
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: true });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from))
14
+ if (!__hasOwnProp.call(to, key) && key !== except)
15
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
+ }
17
+ return to;
18
+ };
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+
21
+ // src/submodules/protocols/index.ts
22
+ var protocols_exports = {};
23
+ __export(protocols_exports, {
24
+ _toBool: () => _toBool,
25
+ _toNum: () => _toNum,
26
+ _toStr: () => _toStr,
27
+ awsExpectUnion: () => awsExpectUnion,
28
+ loadRestJsonErrorCode: () => loadRestJsonErrorCode,
29
+ loadRestXmlErrorCode: () => loadRestXmlErrorCode,
30
+ parseJsonBody: () => parseJsonBody,
31
+ parseJsonErrorBody: () => parseJsonErrorBody,
32
+ parseXmlBody: () => parseXmlBody,
33
+ parseXmlErrorBody: () => parseXmlErrorBody
34
+ });
35
+ module.exports = __toCommonJS(protocols_exports);
36
+
37
+ // src/submodules/protocols/coercing-serializers.ts
38
+ var _toStr = /* @__PURE__ */ __name((val) => {
39
+ if (val == null) {
40
+ return val;
41
+ }
42
+ if (typeof val === "number" || typeof val === "bigint") {
43
+ const warning = new Error(`Received number ${val} where a string was expected.`);
44
+ warning.name = "Warning";
45
+ console.warn(warning);
46
+ return String(val);
47
+ }
48
+ if (typeof val === "boolean") {
49
+ const warning = new Error(`Received boolean ${val} where a string was expected.`);
50
+ warning.name = "Warning";
51
+ console.warn(warning);
52
+ return String(val);
53
+ }
54
+ return val;
55
+ }, "_toStr");
56
+ var _toBool = /* @__PURE__ */ __name((val) => {
57
+ if (val == null) {
58
+ return val;
59
+ }
60
+ if (typeof val === "number") {
61
+ }
62
+ if (typeof val === "string") {
63
+ const lowercase = val.toLowerCase();
64
+ if (val !== "" && lowercase !== "false" && lowercase !== "true") {
65
+ const warning = new Error(`Received string "${val}" where a boolean was expected.`);
66
+ warning.name = "Warning";
67
+ console.warn(warning);
68
+ }
69
+ return val !== "" && lowercase !== "false";
70
+ }
71
+ return val;
72
+ }, "_toBool");
73
+ var _toNum = /* @__PURE__ */ __name((val) => {
74
+ if (val == null) {
75
+ return val;
76
+ }
77
+ if (typeof val === "boolean") {
78
+ }
79
+ if (typeof val === "string") {
80
+ const num = Number(val);
81
+ if (num.toString() !== val) {
82
+ const warning = new Error(`Received string "${val}" where a number was expected.`);
83
+ warning.name = "Warning";
84
+ console.warn(warning);
85
+ return val;
86
+ }
87
+ return num;
88
+ }
89
+ return val;
90
+ }, "_toNum");
91
+
92
+ // src/submodules/protocols/json/awsExpectUnion.ts
93
+ var import_smithy_client = require("@smithy/smithy-client");
94
+ var awsExpectUnion = /* @__PURE__ */ __name((value) => {
95
+ if (value == null) {
96
+ return void 0;
97
+ }
98
+ if (typeof value === "object" && "__type" in value) {
99
+ delete value.__type;
100
+ }
101
+ return (0, import_smithy_client.expectUnion)(value);
102
+ }, "awsExpectUnion");
103
+
104
+ // src/submodules/protocols/common.ts
105
+ var import_smithy_client2 = require("@smithy/smithy-client");
106
+ var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client2.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
107
+
108
+ // src/submodules/protocols/json/parseJsonBody.ts
109
+ var parseJsonBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
110
+ if (encoded.length) {
111
+ try {
112
+ return JSON.parse(encoded);
113
+ } catch (e) {
114
+ if (e?.name === "SyntaxError") {
115
+ Object.defineProperty(e, "$responseBodyText", {
116
+ value: encoded
117
+ });
118
+ }
119
+ throw e;
120
+ }
121
+ }
122
+ return {};
123
+ }), "parseJsonBody");
124
+ var parseJsonErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
125
+ const value = await parseJsonBody(errorBody, context);
126
+ value.message = value.message ?? value.Message;
127
+ return value;
128
+ }, "parseJsonErrorBody");
129
+ var loadRestJsonErrorCode = /* @__PURE__ */ __name((output, data) => {
130
+ const findKey = /* @__PURE__ */ __name((object, key) => Object.keys(object).find((k) => k.toLowerCase() === key.toLowerCase()), "findKey");
131
+ const sanitizeErrorCode = /* @__PURE__ */ __name((rawValue) => {
132
+ let cleanValue = rawValue;
133
+ if (typeof cleanValue === "number") {
134
+ cleanValue = cleanValue.toString();
135
+ }
136
+ if (cleanValue.indexOf(",") >= 0) {
137
+ cleanValue = cleanValue.split(",")[0];
138
+ }
139
+ if (cleanValue.indexOf(":") >= 0) {
140
+ cleanValue = cleanValue.split(":")[0];
141
+ }
142
+ if (cleanValue.indexOf("#") >= 0) {
143
+ cleanValue = cleanValue.split("#")[1];
144
+ }
145
+ return cleanValue;
146
+ }, "sanitizeErrorCode");
147
+ const headerKey = findKey(output.headers, "x-amzn-errortype");
148
+ if (headerKey !== void 0) {
149
+ return sanitizeErrorCode(output.headers[headerKey]);
150
+ }
151
+ if (data.code !== void 0) {
152
+ return sanitizeErrorCode(data.code);
153
+ }
154
+ if (data["__type"] !== void 0) {
155
+ return sanitizeErrorCode(data["__type"]);
156
+ }
157
+ }, "loadRestJsonErrorCode");
158
+
159
+ // src/submodules/protocols/xml/parseXmlBody.ts
160
+ var import_smithy_client3 = require("@smithy/smithy-client");
161
+ var import_fast_xml_parser = require("fast-xml-parser");
162
+ var parseXmlBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
163
+ if (encoded.length) {
164
+ const parser = new import_fast_xml_parser.XMLParser({
165
+ attributeNamePrefix: "",
166
+ htmlEntities: true,
167
+ ignoreAttributes: false,
168
+ ignoreDeclaration: true,
169
+ parseTagValue: false,
170
+ trimValues: false,
171
+ tagValueProcessor: (_, val) => val.trim() === "" && val.includes("\n") ? "" : void 0
172
+ });
173
+ parser.addEntity("#xD", "\r");
174
+ parser.addEntity("#10", "\n");
175
+ let parsedObj;
176
+ try {
177
+ parsedObj = parser.parse(encoded, true);
178
+ } catch (e) {
179
+ if (e && typeof e === "object") {
180
+ Object.defineProperty(e, "$responseBodyText", {
181
+ value: encoded
182
+ });
183
+ }
184
+ throw e;
185
+ }
186
+ const textNodeName = "#text";
187
+ const key = Object.keys(parsedObj)[0];
188
+ const parsedObjToReturn = parsedObj[key];
189
+ if (parsedObjToReturn[textNodeName]) {
190
+ parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
191
+ delete parsedObjToReturn[textNodeName];
192
+ }
193
+ return (0, import_smithy_client3.getValueFromTextNode)(parsedObjToReturn);
194
+ }
195
+ return {};
196
+ }), "parseXmlBody");
197
+ var parseXmlErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
198
+ const value = await parseXmlBody(errorBody, context);
199
+ if (value.Error) {
200
+ value.Error.message = value.Error.message ?? value.Error.Message;
201
+ }
202
+ return value;
203
+ }, "parseXmlErrorBody");
204
+ var loadRestXmlErrorCode = /* @__PURE__ */ __name((output, data) => {
205
+ if (data?.Error?.Code !== void 0) {
206
+ return data.Error.Code;
207
+ }
208
+ if (data?.Code !== void 0) {
209
+ return data.Code;
210
+ }
211
+ if (output.statusCode == 404) {
212
+ return "NotFound";
213
+ }
214
+ }, "loadRestXmlErrorCode");
215
+ // Annotate the CommonJS export names for ESM import in node:
216
+ 0 && (module.exports = {
217
+ _toBool,
218
+ _toNum,
219
+ _toStr,
220
+ awsExpectUnion,
221
+ loadRestJsonErrorCode,
222
+ loadRestXmlErrorCode,
223
+ parseJsonBody,
224
+ parseJsonErrorBody,
225
+ parseXmlBody,
226
+ parseXmlErrorBody
227
+ });
@@ -0,0 +1,3 @@
1
+ export * from "./submodules/client/index";
2
+ export * from "./submodules/httpAuthSchemes/index";
3
+ export * from "./submodules/protocols/index";
@@ -0,0 +1,15 @@
1
+ import { normalizeProvider } from "@smithy/util-middleware";
2
+ import { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, validateAccountIdEndpointMode, } from "./AccountIdEndpointModeConstants";
3
+ export const resolveAccountIdEndpointModeConfig = (input) => {
4
+ const accountIdEndpointModeProvider = normalizeProvider(input.accountIdEndpointMode ?? DEFAULT_ACCOUNT_ID_ENDPOINT_MODE);
5
+ return {
6
+ ...input,
7
+ accountIdEndpointMode: async () => {
8
+ const accIdMode = await accountIdEndpointModeProvider();
9
+ if (!validateAccountIdEndpointMode(accIdMode)) {
10
+ throw new Error(`Invalid value for accountIdEndpointMode: ${accIdMode}. Valid values are: "required", "preferred", "disabled".`);
11
+ }
12
+ return accIdMode;
13
+ },
14
+ };
15
+ };
@@ -0,0 +1,5 @@
1
+ export const DEFAULT_ACCOUNT_ID_ENDPOINT_MODE = "preferred";
2
+ export const ACCOUNT_ID_ENDPOINT_MODE_VALUES = ["disabled", "preferred", "required"];
3
+ export function validateAccountIdEndpointMode(value) {
4
+ return ACCOUNT_ID_ENDPOINT_MODE_VALUES.includes(value);
5
+ }
@@ -0,0 +1,24 @@
1
+ import { DEFAULT_ACCOUNT_ID_ENDPOINT_MODE, validateAccountIdEndpointMode, } from "./AccountIdEndpointModeConstants";
2
+ const err = "Invalid AccountIdEndpointMode value";
3
+ const _throw = (message) => {
4
+ throw new Error(message);
5
+ };
6
+ export const ENV_ACCOUNT_ID_ENDPOINT_MODE = "AWS_ACCOUNT_ID_ENDPOINT_MODE";
7
+ export const CONFIG_ACCOUNT_ID_ENDPOINT_MODE = "account_id_endpoint_mode";
8
+ export const NODE_ACCOUNT_ID_ENDPOINT_MODE_CONFIG_OPTIONS = {
9
+ environmentVariableSelector: (env) => {
10
+ const value = env[ENV_ACCOUNT_ID_ENDPOINT_MODE];
11
+ if (value && !validateAccountIdEndpointMode(value)) {
12
+ _throw(err);
13
+ }
14
+ return value;
15
+ },
16
+ configFileSelector: (profile) => {
17
+ const value = profile[CONFIG_ACCOUNT_ID_ENDPOINT_MODE];
18
+ if (value && !validateAccountIdEndpointMode(value)) {
19
+ _throw(err);
20
+ }
21
+ return value;
22
+ },
23
+ default: DEFAULT_ACCOUNT_ID_ENDPOINT_MODE,
24
+ };
@@ -0,0 +1,3 @@
1
+ export * from "./AccountIdEndpointModeConfigResolver";
2
+ export * from "./AccountIdEndpointModeConstants";
3
+ export * from "./NodeAccountIdEndpointModeConfigOptions";
@@ -0,0 +1,15 @@
1
+ export const state = {
2
+ warningEmitted: false,
3
+ };
4
+ export const emitWarningIfUnsupportedVersion = (version) => {
5
+ if (version && !state.warningEmitted && parseInt(version.substring(1, version.indexOf("."))) < 18) {
6
+ state.warningEmitted = true;
7
+ process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
8
+ no longer support Node.js 16.x on January 6, 2025.
9
+
10
+ To continue receiving updates to AWS services, bug fixes, and security
11
+ updates please upgrade to a supported Node.js LTS version.
12
+
13
+ More information can be found at: https://a.co/74kJMmI`);
14
+ }
15
+ };
@@ -0,0 +1,3 @@
1
+ export * from "./emitWarningIfUnsupportedVersion";
2
+ export * from "./setCredentialFeature";
3
+ export * from "./setFeature";
@@ -0,0 +1,7 @@
1
+ export function setCredentialFeature(credentials, feature, value) {
2
+ if (!credentials.$source) {
3
+ credentials.$source = {};
4
+ }
5
+ credentials.$source[feature] = value;
6
+ return credentials;
7
+ }
@@ -0,0 +1,11 @@
1
+ export function setFeature(context, feature, value) {
2
+ if (!context.__aws_sdk_context) {
3
+ context.__aws_sdk_context = {
4
+ features: {},
5
+ };
6
+ }
7
+ else if (!context.__aws_sdk_context.features) {
8
+ context.__aws_sdk_context.features = {};
9
+ }
10
+ context.__aws_sdk_context.features[feature] = value;
11
+ }
@@ -0,0 +1,20 @@
1
+ import { HttpRequest } from "@smithy/protocol-http";
2
+ import { getSkewCorrectedDate } from "../utils";
3
+ import { AwsSdkSigV4Signer, validateSigningProperties } from "./AwsSdkSigV4Signer";
4
+ export class AwsSdkSigV4ASigner extends AwsSdkSigV4Signer {
5
+ async sign(httpRequest, identity, signingProperties) {
6
+ if (!HttpRequest.isInstance(httpRequest)) {
7
+ throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
8
+ }
9
+ const { config, signer, signingRegion, signingRegionSet, signingName } = await validateSigningProperties(signingProperties);
10
+ const configResolvedSigningRegionSet = await config.sigv4aSigningRegionSet?.();
11
+ const multiRegionOverride = (configResolvedSigningRegionSet ??
12
+ signingRegionSet ?? [signingRegion]).join(",");
13
+ const signedRequest = await signer.sign(httpRequest, {
14
+ signingDate: getSkewCorrectedDate(config.systemClockOffset),
15
+ signingRegion: multiRegionOverride,
16
+ signingService: signingName,
17
+ });
18
+ return signedRequest;
19
+ }
20
+ }
@@ -0,0 +1,72 @@
1
+ import { HttpRequest } from "@smithy/protocol-http";
2
+ import { getDateHeader, getSkewCorrectedDate, getUpdatedSystemClockOffset } from "../utils";
3
+ const throwSigningPropertyError = (name, property) => {
4
+ if (!property) {
5
+ throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
6
+ }
7
+ return property;
8
+ };
9
+ export const validateSigningProperties = async (signingProperties) => {
10
+ const context = throwSigningPropertyError("context", signingProperties.context);
11
+ const config = throwSigningPropertyError("config", signingProperties.config);
12
+ const authScheme = context.endpointV2?.properties?.authSchemes?.[0];
13
+ const signerFunction = throwSigningPropertyError("signer", config.signer);
14
+ const signer = await signerFunction(authScheme);
15
+ const signingRegion = signingProperties?.signingRegion;
16
+ const signingRegionSet = signingProperties?.signingRegionSet;
17
+ const signingName = signingProperties?.signingName;
18
+ return {
19
+ config,
20
+ signer,
21
+ signingRegion,
22
+ signingRegionSet,
23
+ signingName,
24
+ };
25
+ };
26
+ export class AwsSdkSigV4Signer {
27
+ async sign(httpRequest, identity, signingProperties) {
28
+ if (!HttpRequest.isInstance(httpRequest)) {
29
+ throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
30
+ }
31
+ const validatedProps = await validateSigningProperties(signingProperties);
32
+ const { config, signer } = validatedProps;
33
+ let { signingRegion, signingName } = validatedProps;
34
+ const handlerExecutionContext = signingProperties.context;
35
+ if (handlerExecutionContext?.authSchemes?.length ?? 0 > 1) {
36
+ const [first, second] = handlerExecutionContext.authSchemes;
37
+ if (first?.name === "sigv4a" && second?.name === "sigv4") {
38
+ signingRegion = second?.signingRegion ?? signingRegion;
39
+ signingName = second?.signingName ?? signingName;
40
+ }
41
+ }
42
+ const signedRequest = await signer.sign(httpRequest, {
43
+ signingDate: getSkewCorrectedDate(config.systemClockOffset),
44
+ signingRegion: signingRegion,
45
+ signingService: signingName,
46
+ });
47
+ return signedRequest;
48
+ }
49
+ errorHandler(signingProperties) {
50
+ return (error) => {
51
+ const serverTime = error.ServerTime ?? getDateHeader(error.$response);
52
+ if (serverTime) {
53
+ const config = throwSigningPropertyError("config", signingProperties.config);
54
+ const initialSystemClockOffset = config.systemClockOffset;
55
+ config.systemClockOffset = getUpdatedSystemClockOffset(serverTime, config.systemClockOffset);
56
+ const clockSkewCorrected = config.systemClockOffset !== initialSystemClockOffset;
57
+ if (clockSkewCorrected && error.$metadata) {
58
+ error.$metadata.clockSkewCorrected = true;
59
+ }
60
+ }
61
+ throw error;
62
+ };
63
+ }
64
+ successHandler(httpResponse, signingProperties) {
65
+ const dateHeader = getDateHeader(httpResponse);
66
+ if (dateHeader) {
67
+ const config = throwSigningPropertyError("config", signingProperties.config);
68
+ config.systemClockOffset = getUpdatedSystemClockOffset(dateHeader, config.systemClockOffset);
69
+ }
70
+ }
71
+ }
72
+ export const AWSSDKSigV4Signer = AwsSdkSigV4Signer;
@@ -0,0 +1,4 @@
1
+ export { AwsSdkSigV4Signer, AWSSDKSigV4Signer, validateSigningProperties } from "./AwsSdkSigV4Signer";
2
+ export { AwsSdkSigV4ASigner } from "./AwsSdkSigV4ASigner";
3
+ export * from "./resolveAwsSdkSigV4AConfig";
4
+ export * from "./resolveAwsSdkSigV4Config";
@@ -0,0 +1,25 @@
1
+ import { normalizeProvider } from "@smithy/core";
2
+ import { ProviderError } from "@smithy/property-provider";
3
+ export const resolveAwsSdkSigV4AConfig = (config) => {
4
+ config.sigv4aSigningRegionSet = normalizeProvider(config.sigv4aSigningRegionSet);
5
+ return config;
6
+ };
7
+ export const NODE_SIGV4A_CONFIG_OPTIONS = {
8
+ environmentVariableSelector(env) {
9
+ if (env.AWS_SIGV4A_SIGNING_REGION_SET) {
10
+ return env.AWS_SIGV4A_SIGNING_REGION_SET.split(",").map((_) => _.trim());
11
+ }
12
+ throw new ProviderError("AWS_SIGV4A_SIGNING_REGION_SET not set in env.", {
13
+ tryNextLink: true,
14
+ });
15
+ },
16
+ configFileSelector(profile) {
17
+ if (profile.sigv4a_signing_region_set) {
18
+ return (profile.sigv4a_signing_region_set ?? "").split(",").map((_) => _.trim());
19
+ }
20
+ throw new ProviderError("sigv4a_signing_region_set not set in profile.", {
21
+ tryNextLink: true,
22
+ });
23
+ },
24
+ default: undefined,
25
+ };
@@ -0,0 +1,88 @@
1
+ import { setCredentialFeature } from "@aws-sdk/core/client";
2
+ import { doesIdentityRequireRefresh, isIdentityExpired, memoizeIdentityProvider, normalizeProvider, } from "@smithy/core";
3
+ import { SignatureV4 } from "@smithy/signature-v4";
4
+ export const resolveAwsSdkSigV4Config = (config) => {
5
+ let isUserSupplied = false;
6
+ let credentialsProvider;
7
+ if (config.credentials) {
8
+ isUserSupplied = true;
9
+ credentialsProvider = memoizeIdentityProvider(config.credentials, isIdentityExpired, doesIdentityRequireRefresh);
10
+ }
11
+ if (!credentialsProvider) {
12
+ if (config.credentialDefaultProvider) {
13
+ credentialsProvider = normalizeProvider(config.credentialDefaultProvider(Object.assign({}, config, {
14
+ parentClientConfig: config,
15
+ })));
16
+ }
17
+ else {
18
+ credentialsProvider = async () => {
19
+ throw new Error("`credentials` is missing");
20
+ };
21
+ }
22
+ }
23
+ const boundCredentialsProvider = async () => credentialsProvider({ callerClientConfig: config });
24
+ const { signingEscapePath = true, systemClockOffset = config.systemClockOffset || 0, sha256, } = config;
25
+ let signer;
26
+ if (config.signer) {
27
+ signer = normalizeProvider(config.signer);
28
+ }
29
+ else if (config.regionInfoProvider) {
30
+ signer = () => normalizeProvider(config.region)()
31
+ .then(async (region) => [
32
+ (await config.regionInfoProvider(region, {
33
+ useFipsEndpoint: await config.useFipsEndpoint(),
34
+ useDualstackEndpoint: await config.useDualstackEndpoint(),
35
+ })) || {},
36
+ region,
37
+ ])
38
+ .then(([regionInfo, region]) => {
39
+ const { signingRegion, signingService } = regionInfo;
40
+ config.signingRegion = config.signingRegion || signingRegion || region;
41
+ config.signingName = config.signingName || signingService || config.serviceId;
42
+ const params = {
43
+ ...config,
44
+ credentials: boundCredentialsProvider,
45
+ region: config.signingRegion,
46
+ service: config.signingName,
47
+ sha256,
48
+ uriEscapePath: signingEscapePath,
49
+ };
50
+ const SignerCtor = config.signerConstructor || SignatureV4;
51
+ return new SignerCtor(params);
52
+ });
53
+ }
54
+ else {
55
+ signer = async (authScheme) => {
56
+ authScheme = Object.assign({}, {
57
+ name: "sigv4",
58
+ signingName: config.signingName || config.defaultSigningName,
59
+ signingRegion: await normalizeProvider(config.region)(),
60
+ properties: {},
61
+ }, authScheme);
62
+ const signingRegion = authScheme.signingRegion;
63
+ const signingService = authScheme.signingName;
64
+ config.signingRegion = config.signingRegion || signingRegion;
65
+ config.signingName = config.signingName || signingService || config.serviceId;
66
+ const params = {
67
+ ...config,
68
+ credentials: boundCredentialsProvider,
69
+ region: config.signingRegion,
70
+ service: config.signingName,
71
+ sha256,
72
+ uriEscapePath: signingEscapePath,
73
+ };
74
+ const SignerCtor = config.signerConstructor || SignatureV4;
75
+ return new SignerCtor(params);
76
+ };
77
+ }
78
+ return {
79
+ ...config,
80
+ systemClockOffset,
81
+ signingEscapePath,
82
+ credentials: isUserSupplied
83
+ ? async () => boundCredentialsProvider().then((creds) => setCredentialFeature(creds, "CREDENTIALS_CODE", "e"))
84
+ : boundCredentialsProvider,
85
+ signer,
86
+ };
87
+ };
88
+ export const resolveAWSSDKSigV4Config = resolveAwsSdkSigV4Config;
@@ -0,0 +1,2 @@
1
+ import { HttpResponse } from "@smithy/protocol-http";
2
+ export const getDateHeader = (response) => HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : undefined;
@@ -0,0 +1 @@
1
+ export const getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
@@ -0,0 +1,8 @@
1
+ import { isClockSkewed } from "./isClockSkewed";
2
+ export const getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
3
+ const clockTimeInMs = Date.parse(clockTime);
4
+ if (isClockSkewed(clockTimeInMs, currentSystemClockOffset)) {
5
+ return clockTimeInMs - Date.now();
6
+ }
7
+ return currentSystemClockOffset;
8
+ };
@@ -0,0 +1,3 @@
1
+ export * from "./getDateHeader";
2
+ export * from "./getSkewCorrectedDate";
3
+ export * from "./getUpdatedSystemClockOffset";
@@ -0,0 +1,2 @@
1
+ import { getSkewCorrectedDate } from "./getSkewCorrectedDate";
2
+ export const isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 300000;
@@ -0,0 +1,53 @@
1
+ export const _toStr = (val) => {
2
+ if (val == null) {
3
+ return val;
4
+ }
5
+ if (typeof val === "number" || typeof val === "bigint") {
6
+ const warning = new Error(`Received number ${val} where a string was expected.`);
7
+ warning.name = "Warning";
8
+ console.warn(warning);
9
+ return String(val);
10
+ }
11
+ if (typeof val === "boolean") {
12
+ const warning = new Error(`Received boolean ${val} where a string was expected.`);
13
+ warning.name = "Warning";
14
+ console.warn(warning);
15
+ return String(val);
16
+ }
17
+ return val;
18
+ };
19
+ export const _toBool = (val) => {
20
+ if (val == null) {
21
+ return val;
22
+ }
23
+ if (typeof val === "number") {
24
+ }
25
+ if (typeof val === "string") {
26
+ const lowercase = val.toLowerCase();
27
+ if (val !== "" && lowercase !== "false" && lowercase !== "true") {
28
+ const warning = new Error(`Received string "${val}" where a boolean was expected.`);
29
+ warning.name = "Warning";
30
+ console.warn(warning);
31
+ }
32
+ return val !== "" && lowercase !== "false";
33
+ }
34
+ return val;
35
+ };
36
+ export const _toNum = (val) => {
37
+ if (val == null) {
38
+ return val;
39
+ }
40
+ if (typeof val === "boolean") {
41
+ }
42
+ if (typeof val === "string") {
43
+ const num = Number(val);
44
+ if (num.toString() !== val) {
45
+ const warning = new Error(`Received string "${val}" where a number was expected.`);
46
+ warning.name = "Warning";
47
+ console.warn(warning);
48
+ return val;
49
+ }
50
+ return num;
51
+ }
52
+ return val;
53
+ };
@@ -0,0 +1,2 @@
1
+ import { collectBody } from "@smithy/smithy-client";
2
+ export const collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));
@@ -0,0 +1,4 @@
1
+ export * from "./coercing-serializers";
2
+ export * from "./json/awsExpectUnion";
3
+ export * from "./json/parseJsonBody";
4
+ export * from "./xml/parseXmlBody";
@@ -0,0 +1,10 @@
1
+ import { expectUnion } from "@smithy/smithy-client";
2
+ export const awsExpectUnion = (value) => {
3
+ if (value == null) {
4
+ return undefined;
5
+ }
6
+ if (typeof value === "object" && "__type" in value) {
7
+ delete value.__type;
8
+ }
9
+ return expectUnion(value);
10
+ };