@slycode/slycode 0.2.10 → 0.2.12

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 (366) hide show
  1. package/dist/messaging/index.js +4 -2
  2. package/dist/messaging/index.js.map +1 -1
  3. package/dist/messaging/stt.d.ts +1 -0
  4. package/dist/messaging/stt.js +66 -57
  5. package/dist/messaging/stt.js.map +1 -1
  6. package/dist/messaging/types.d.ts +1 -0
  7. package/dist/web/.next/BUILD_ID +1 -1
  8. package/dist/web/.next/build-manifest.json +2 -2
  9. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/auth/httpAuthSchemeProvider.js +126 -0
  10. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/endpoint/endpointResolver.js +33 -0
  11. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/endpoint/ruleset.js +7 -0
  12. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/index.js +3057 -0
  13. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/models/S3ServiceException.js +12 -0
  14. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/models/errors.js +203 -0
  15. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/runtimeConfig.js +67 -0
  16. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/runtimeConfig.shared.js +56 -0
  17. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/dist-cjs/schemas/schemas_0.js +3258 -0
  18. package/dist/web/.next/node_modules/@aws-sdk/client-s3-ecbef8e33fd0b8f0/package.json +127 -0
  19. package/dist/web/.next/prerender-manifest.json +3 -3
  20. package/dist/web/.next/server/app/_global-error.html +2 -2
  21. package/dist/web/.next/server/app/_global-error.rsc +1 -1
  22. package/dist/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  23. package/dist/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  24. package/dist/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  25. package/dist/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  26. package/dist/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  27. package/dist/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  28. package/dist/web/.next/server/app/_not-found.html +1 -1
  29. package/dist/web/.next/server/app/_not-found.rsc +2 -2
  30. package/dist/web/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  31. package/dist/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  32. package/dist/web/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  33. package/dist/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  34. package/dist/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  35. package/dist/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  36. package/dist/web/.next/server/app/api/cli-assets/assistant/route.js.nft.json +1 -1
  37. package/dist/web/.next/server/app/api/cli-assets/fix/route.js.nft.json +1 -1
  38. package/dist/web/.next/server/app/api/cli-assets/import/route.js.nft.json +1 -1
  39. package/dist/web/.next/server/app/api/cli-assets/route.js.nft.json +1 -1
  40. package/dist/web/.next/server/app/api/cli-assets/store/preview/route.js.nft.json +1 -1
  41. package/dist/web/.next/server/app/api/cli-assets/store/route.js.nft.json +1 -1
  42. package/dist/web/.next/server/app/api/cli-assets/sync/route.js.nft.json +1 -1
  43. package/dist/web/.next/server/app/api/cli-assets/updates/route.js.nft.json +1 -1
  44. package/dist/web/.next/server/app/api/dashboard/route.js.nft.json +1 -1
  45. package/dist/web/.next/server/app/api/file/route.js.nft.json +1 -1
  46. package/dist/web/.next/server/app/api/git-status/route.js.nft.json +1 -1
  47. package/dist/web/.next/server/app/api/kanban/route.js.nft.json +1 -1
  48. package/dist/web/.next/server/app/api/kanban/stream/route.js.nft.json +1 -1
  49. package/dist/web/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
  50. package/dist/web/.next/server/app/api/projects/reorder/route.js.nft.json +1 -1
  51. package/dist/web/.next/server/app/api/projects/route.js.nft.json +1 -1
  52. package/dist/web/.next/server/app/api/scheduler/route.js.nft.json +1 -1
  53. package/dist/web/.next/server/app/api/search/route.js.nft.json +1 -1
  54. package/dist/web/.next/server/app/api/sly-actions/invalidate/route.js.nft.json +1 -1
  55. package/dist/web/.next/server/app/api/sly-actions/route.js.nft.json +1 -1
  56. package/dist/web/.next/server/app/api/transcribe/route.js +5 -5
  57. package/dist/web/.next/server/app/api/transcribe/route.js.nft.json +1 -1
  58. package/dist/web/.next/server/app/api/version-check/route.js.nft.json +1 -1
  59. package/dist/web/.next/server/app/page.js.nft.json +1 -1
  60. package/dist/web/.next/server/app/page_client-reference-manifest.js +1 -1
  61. package/dist/web/.next/server/app/project/[id]/page.js.nft.json +1 -1
  62. package/dist/web/.next/server/app/project/[id]/page_client-reference-manifest.js +1 -1
  63. package/dist/web/.next/server/chunks/[root-of-the-server]__1b9e0d6e._.js +19 -0
  64. package/dist/web/.next/server/chunks/{[root-of-the-server]__104b2da3._.js → [root-of-the-server]__4297cb97._.js} +3 -3
  65. package/dist/web/.next/server/chunks/[root-of-the-server]__52da7fe0._.js +5 -0
  66. package/dist/web/.next/server/chunks/{[root-of-the-server]__41df0777._.js → [root-of-the-server]__cf14e306._.js} +2 -2
  67. package/dist/web/.next/server/chunks/[root-of-the-server]__d5272169._.js +3 -0
  68. package/dist/web/.next/server/chunks/[root-of-the-server]__d56e68cb._.js +3 -0
  69. package/dist/web/.next/server/chunks/[root-of-the-server]__f5dae2ad._.js +3 -0
  70. package/dist/web/.next/server/chunks/{node_modules_ec9ae6c4._.js → node_modules_269a84e6._.js} +5 -5
  71. package/dist/web/.next/server/chunks/node_modules_9fc3887b._.js +3 -0
  72. package/dist/web/.next/server/chunks/node_modules_@aws-sdk_credential-provider-sso_dist-es_loadSso_570f147e.js +3 -0
  73. package/dist/web/.next/server/chunks/node_modules_@aws-sdk_nested-clients_dist-es_submodules_sts_index_c78619b3.js +1 -1
  74. package/dist/web/.next/server/chunks/node_modules_@smithy_smithy-client_dist-es_create-aggregated-client_db42850b.js +3 -0
  75. package/dist/web/.next/server/chunks/node_modules_c58ca22f._.js +3 -0
  76. package/dist/web/.next/server/chunks/node_modules_f96dfac4._.js +7 -0
  77. package/dist/web/.next/server/pages/404.html +1 -1
  78. package/dist/web/.next/server/pages/500.html +2 -2
  79. package/dist/web/.next/server/server-reference-manifest.js +1 -1
  80. package/dist/web/.next/server/server-reference-manifest.json +1 -1
  81. package/dist/web/.next/static/chunks/{0bab8c7c82cef548.js → 17bf7ad67057dc74.js} +1 -1
  82. package/dist/web/.next/static/chunks/{1b46e836090e130b.js → 29b5d391d655a999.js} +1 -1
  83. package/dist/web/.next/static/chunks/3df3846316317676.css +1 -0
  84. package/dist/web/.next/static/chunks/{345c46e638c28d26.js → 8cb404d087e9f3c7.js} +1 -1
  85. package/dist/web/.next/static/chunks/{de965b463aff71a9.js → e8b318caa49fce00.js} +1 -1
  86. package/dist/web/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +119 -0
  87. package/dist/web/node_modules/@aws/lambda-invoke-store/package.json +55 -0
  88. package/dist/web/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js +31 -0
  89. package/dist/web/node_modules/@aws-crypto/crc32/build/main/index.js +108 -0
  90. package/dist/web/node_modules/@aws-crypto/crc32/package.json +32 -0
  91. package/dist/web/node_modules/@aws-crypto/crc32c/build/main/aws_crc32c.js +31 -0
  92. package/dist/web/node_modules/@aws-crypto/crc32c/build/main/index.js +78 -0
  93. package/dist/web/node_modules/@aws-crypto/crc32c/package.json +32 -0
  94. package/dist/web/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +24 -0
  95. package/dist/web/node_modules/@aws-crypto/util/build/main/index.js +14 -0
  96. package/dist/web/node_modules/@aws-crypto/util/build/main/isEmptyData.js +13 -0
  97. package/dist/web/node_modules/@aws-crypto/util/build/main/numToUint8.js +15 -0
  98. package/dist/web/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +20 -0
  99. package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
  100. package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/is-array-buffer/package.json +60 -0
  101. package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
  102. package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/util-buffer-from/package.json +61 -0
  103. package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
  104. package/dist/web/node_modules/@aws-crypto/util/node_modules/@smithy/util-utf8/package.json +66 -0
  105. package/dist/web/node_modules/@aws-crypto/util/package.json +32 -0
  106. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/auth/httpAuthSchemeProvider.js +126 -0
  107. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/endpointResolver.js +33 -0
  108. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/endpoint/ruleset.js +7 -0
  109. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/index.js +3057 -0
  110. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/models/S3ServiceException.js +12 -0
  111. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/models/errors.js +203 -0
  112. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.js +67 -0
  113. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/runtimeConfig.shared.js +56 -0
  114. package/dist/web/node_modules/@aws-sdk/client-s3/dist-cjs/schemas/schemas_0.js +3258 -0
  115. package/dist/web/node_modules/@aws-sdk/client-s3/package.json +127 -0
  116. package/dist/web/node_modules/@aws-sdk/core/dist-cjs/index.js +2212 -0
  117. package/dist/web/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +51 -0
  118. package/dist/web/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +307 -0
  119. package/dist/web/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +1859 -0
  120. package/dist/web/node_modules/@aws-sdk/core/package.json +121 -0
  121. package/dist/web/node_modules/@aws-sdk/crc64-nvme/dist-cjs/index.js +101 -0
  122. package/dist/web/node_modules/@aws-sdk/crc64-nvme/package.json +50 -0
  123. package/dist/web/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +41 -0
  124. package/dist/web/node_modules/@aws-sdk/credential-provider-env/package.json +63 -0
  125. package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
  126. package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +70 -0
  127. package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +53 -0
  128. package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
  129. package/dist/web/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
  130. package/dist/web/node_modules/@aws-sdk/credential-provider-http/package.json +70 -0
  131. package/dist/web/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +224 -0
  132. package/dist/web/node_modules/@aws-sdk/credential-provider-ini/package.json +74 -0
  133. package/dist/web/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  134. package/dist/web/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  135. package/dist/web/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +156 -0
  136. package/dist/web/node_modules/@aws-sdk/credential-provider-node/package.json +72 -0
  137. package/dist/web/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +79 -0
  138. package/dist/web/node_modules/@aws-sdk/credential-provider-process/package.json +64 -0
  139. package/dist/web/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +192 -0
  140. package/dist/web/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +8 -0
  141. package/dist/web/node_modules/@aws-sdk/credential-provider-sso/package.json +66 -0
  142. package/dist/web/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +34 -0
  143. package/dist/web/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +62 -0
  144. package/dist/web/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +27 -0
  145. package/dist/web/node_modules/@aws-sdk/credential-provider-web-identity/package.json +73 -0
  146. package/dist/web/node_modules/@aws-sdk/middleware-bucket-endpoint/dist-cjs/index.js +352 -0
  147. package/dist/web/node_modules/@aws-sdk/middleware-bucket-endpoint/package.json +60 -0
  148. package/dist/web/node_modules/@aws-sdk/middleware-expect-continue/dist-cjs/index.js +48 -0
  149. package/dist/web/node_modules/@aws-sdk/middleware-expect-continue/package.json +58 -0
  150. package/dist/web/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/getCrc32ChecksumAlgorithmFunction.js +26 -0
  151. package/dist/web/node_modules/@aws-sdk/middleware-flexible-checksums/dist-cjs/index.js +451 -0
  152. package/dist/web/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +78 -0
  153. package/dist/web/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +41 -0
  154. package/dist/web/node_modules/@aws-sdk/middleware-host-header/package.json +59 -0
  155. package/dist/web/node_modules/@aws-sdk/middleware-location-constraint/dist-cjs/index.js +30 -0
  156. package/dist/web/node_modules/@aws-sdk/middleware-location-constraint/package.json +57 -0
  157. package/dist/web/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +48 -0
  158. package/dist/web/node_modules/@aws-sdk/middleware-logger/package.json +59 -0
  159. package/dist/web/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +29 -0
  160. package/dist/web/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +33 -0
  161. package/dist/web/node_modules/@aws-sdk/middleware-recursion-detection/package.json +63 -0
  162. package/dist/web/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +570 -0
  163. package/dist/web/node_modules/@aws-sdk/middleware-sdk-s3/package.json +72 -0
  164. package/dist/web/node_modules/@aws-sdk/middleware-ssec/dist-cjs/index.js +73 -0
  165. package/dist/web/node_modules/@aws-sdk/middleware-ssec/package.json +57 -0
  166. package/dist/web/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +194 -0
  167. package/dist/web/node_modules/@aws-sdk/middleware-user-agent/package.json +63 -0
  168. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  169. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  170. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +133 -0
  171. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +170 -0
  172. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  173. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  174. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +53 -0
  175. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +49 -0
  176. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  177. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/auth/httpAuthSchemeProvider.js +56 -0
  178. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +18 -0
  179. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +106 -0
  180. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +160 -0
  181. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/SSOServiceException.js +12 -0
  182. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/models/errors.js +56 -0
  183. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.js +53 -0
  184. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/runtimeConfig.shared.js +49 -0
  185. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/schemas/schemas_0.js +90 -0
  186. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  187. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  188. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +106 -0
  189. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +172 -0
  190. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  191. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  192. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +53 -0
  193. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +49 -0
  194. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  195. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +54 -0
  196. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  197. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
  198. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
  199. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  200. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +145 -0
  201. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +202 -0
  202. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  203. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  204. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +67 -0
  205. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +50 -0
  206. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
  207. package/dist/web/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  208. package/dist/web/node_modules/@aws-sdk/nested-clients/package.json +147 -0
  209. package/dist/web/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +38 -0
  210. package/dist/web/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +20 -0
  211. package/dist/web/node_modules/@aws-sdk/region-config-resolver/package.json +62 -0
  212. package/dist/web/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +121 -0
  213. package/dist/web/node_modules/@aws-sdk/signature-v4-multi-region/package.json +61 -0
  214. package/dist/web/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +157 -0
  215. package/dist/web/node_modules/@aws-sdk/token-providers/package.json +70 -0
  216. package/dist/web/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +27 -0
  217. package/dist/web/node_modules/@aws-sdk/util-arn-parser/package.json +55 -0
  218. package/dist/web/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
  219. package/dist/web/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  220. package/dist/web/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +185 -0
  221. package/dist/web/node_modules/@aws-sdk/util-user-agent-node/package.json +69 -0
  222. package/dist/web/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +131 -0
  223. package/dist/web/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +23 -0
  224. package/dist/web/node_modules/@aws-sdk/xml-builder/package.json +63 -0
  225. package/dist/web/node_modules/@smithy/config-resolver/dist-cjs/index.js +198 -0
  226. package/dist/web/node_modules/@smithy/config-resolver/package.json +66 -0
  227. package/dist/web/node_modules/@smithy/core/dist-cjs/index.js +345 -0
  228. package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +1096 -0
  229. package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
  230. package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +259 -0
  231. package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +884 -0
  232. package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +698 -0
  233. package/dist/web/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +694 -0
  234. package/dist/web/node_modules/@smithy/core/package.json +146 -0
  235. package/dist/web/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +372 -0
  236. package/dist/web/node_modules/@smithy/credential-provider-imds/package.json +70 -0
  237. package/dist/web/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +388 -0
  238. package/dist/web/node_modules/@smithy/eventstream-codec/package.json +65 -0
  239. package/dist/web/node_modules/@smithy/eventstream-serde-config-resolver/dist-cjs/index.js +7 -0
  240. package/dist/web/node_modules/@smithy/eventstream-serde-config-resolver/package.json +62 -0
  241. package/dist/web/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +53 -0
  242. package/dist/web/node_modules/@smithy/eventstream-serde-node/package.json +62 -0
  243. package/dist/web/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +132 -0
  244. package/dist/web/node_modules/@smithy/eventstream-serde-universal/package.json +66 -0
  245. package/dist/web/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +233 -0
  246. package/dist/web/node_modules/@smithy/fetch-http-handler/package.json +69 -0
  247. package/dist/web/node_modules/@smithy/hash-node/dist-cjs/index.js +42 -0
  248. package/dist/web/node_modules/@smithy/hash-node/package.json +65 -0
  249. package/dist/web/node_modules/@smithy/hash-stream-node/dist-cjs/index.js +67 -0
  250. package/dist/web/node_modules/@smithy/hash-stream-node/package.json +65 -0
  251. package/dist/web/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +6 -0
  252. package/dist/web/node_modules/@smithy/is-array-buffer/package.json +61 -0
  253. package/dist/web/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +46 -0
  254. package/dist/web/node_modules/@smithy/middleware-content-length/package.json +64 -0
  255. package/dist/web/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
  256. package/dist/web/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
  257. package/dist/web/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +264 -0
  258. package/dist/web/node_modules/@smithy/middleware-endpoint/package.json +75 -0
  259. package/dist/web/node_modules/@smithy/middleware-retry/dist-cjs/index.js +355 -0
  260. package/dist/web/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
  261. package/dist/web/node_modules/@smithy/middleware-retry/package.json +79 -0
  262. package/dist/web/node_modules/@smithy/middleware-serde/dist-cjs/index.js +104 -0
  263. package/dist/web/node_modules/@smithy/middleware-serde/package.json +66 -0
  264. package/dist/web/node_modules/@smithy/middleware-stack/dist-cjs/index.js +285 -0
  265. package/dist/web/node_modules/@smithy/middleware-stack/package.json +64 -0
  266. package/dist/web/node_modules/@smithy/node-config-provider/dist-cjs/index.js +62 -0
  267. package/dist/web/node_modules/@smithy/node-config-provider/package.json +66 -0
  268. package/dist/web/node_modules/@smithy/node-http-handler/dist-cjs/index.js +762 -0
  269. package/dist/web/node_modules/@smithy/node-http-handler/package.json +68 -0
  270. package/dist/web/node_modules/@smithy/property-provider/dist-cjs/index.js +117 -0
  271. package/dist/web/node_modules/@smithy/property-provider/package.json +61 -0
  272. package/dist/web/node_modules/@smithy/protocol-http/dist-cjs/index.js +169 -0
  273. package/dist/web/node_modules/@smithy/protocol-http/package.json +62 -0
  274. package/dist/web/node_modules/@smithy/querystring-builder/dist-cjs/index.js +26 -0
  275. package/dist/web/node_modules/@smithy/querystring-builder/package.json +61 -0
  276. package/dist/web/node_modules/@smithy/querystring-parser/dist-cjs/index.js +27 -0
  277. package/dist/web/node_modules/@smithy/querystring-parser/package.json +61 -0
  278. package/dist/web/node_modules/@smithy/service-error-classification/dist-cjs/index.js +77 -0
  279. package/dist/web/node_modules/@smithy/service-error-classification/package.json +60 -0
  280. package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
  281. package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
  282. package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +15 -0
  283. package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +196 -0
  284. package/dist/web/node_modules/@smithy/shared-ini-file-loader/dist-cjs/readFile.js +16 -0
  285. package/dist/web/node_modules/@smithy/shared-ini-file-loader/package.json +73 -0
  286. package/dist/web/node_modules/@smithy/signature-v4/dist-cjs/index.js +556 -0
  287. package/dist/web/node_modules/@smithy/signature-v4/package.json +70 -0
  288. package/dist/web/node_modules/@smithy/smithy-client/dist-cjs/index.js +635 -0
  289. package/dist/web/node_modules/@smithy/smithy-client/package.json +70 -0
  290. package/dist/web/node_modules/@smithy/types/dist-cjs/index.js +91 -0
  291. package/dist/web/node_modules/@smithy/types/package.json +61 -0
  292. package/dist/web/node_modules/@smithy/url-parser/dist-cjs/index.js +23 -0
  293. package/dist/web/node_modules/@smithy/url-parser/package.json +62 -0
  294. package/dist/web/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
  295. package/dist/web/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
  296. package/dist/web/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
  297. package/dist/web/node_modules/@smithy/util-base64/package.json +74 -0
  298. package/dist/web/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +30 -0
  299. package/dist/web/node_modules/@smithy/util-body-length-browser/package.json +61 -0
  300. package/dist/web/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +32 -0
  301. package/dist/web/node_modules/@smithy/util-body-length-node/package.json +62 -0
  302. package/dist/web/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +20 -0
  303. package/dist/web/node_modules/@smithy/util-buffer-from/package.json +62 -0
  304. package/dist/web/node_modules/@smithy/util-config-provider/dist-cjs/index.js +30 -0
  305. package/dist/web/node_modules/@smithy/util-config-provider/package.json +63 -0
  306. package/dist/web/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +74 -0
  307. package/dist/web/node_modules/@smithy/util-defaults-mode-node/package.json +67 -0
  308. package/dist/web/node_modules/@smithy/util-endpoints/dist-cjs/index.js +472 -0
  309. package/dist/web/node_modules/@smithy/util-endpoints/package.json +69 -0
  310. package/dist/web/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +38 -0
  311. package/dist/web/node_modules/@smithy/util-hex-encoding/package.json +61 -0
  312. package/dist/web/node_modules/@smithy/util-middleware/dist-cjs/index.js +15 -0
  313. package/dist/web/node_modules/@smithy/util-middleware/package.json +67 -0
  314. package/dist/web/node_modules/@smithy/util-retry/dist-cjs/index.js +278 -0
  315. package/dist/web/node_modules/@smithy/util-retry/package.json +71 -0
  316. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/ByteArrayCollector.js +36 -0
  317. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.browser.js +7 -0
  318. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/checksum/ChecksumStream.js +64 -0
  319. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.browser.js +39 -0
  320. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/checksum/createChecksumStream.js +12 -0
  321. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadable.js +60 -0
  322. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/createBufferedReadableStream.js +103 -0
  323. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
  324. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +41 -0
  325. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/headStream.browser.js +34 -0
  326. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/headStream.js +42 -0
  327. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/index.js +108 -0
  328. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +68 -0
  329. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +54 -0
  330. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/splitStream.browser.js +10 -0
  331. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +16 -0
  332. package/dist/web/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +10 -0
  333. package/dist/web/node_modules/@smithy/util-stream/package.json +99 -0
  334. package/dist/web/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +9 -0
  335. package/dist/web/node_modules/@smithy/util-uri-escape/package.json +60 -0
  336. package/dist/web/node_modules/@smithy/util-utf8/dist-cjs/index.js +32 -0
  337. package/dist/web/node_modules/@smithy/util-utf8/package.json +67 -0
  338. package/dist/web/node_modules/@smithy/util-waiter/dist-cjs/index.js +179 -0
  339. package/dist/web/node_modules/@smithy/util-waiter/package.json +63 -0
  340. package/dist/web/node_modules/@smithy/uuid/dist-cjs/index.js +36 -0
  341. package/dist/web/node_modules/@smithy/uuid/dist-cjs/randomUUID.js +6 -0
  342. package/dist/web/node_modules/@smithy/uuid/package.json +66 -0
  343. package/dist/web/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
  344. package/dist/web/node_modules/fast-xml-parser/package.json +94 -0
  345. package/dist/web/node_modules/tslib/package.json +47 -0
  346. package/dist/web/node_modules/tslib/tslib.js +484 -0
  347. package/dist/web/package-lock.json +470 -161
  348. package/dist/web/package.json +3 -1
  349. package/dist/web/src/app/api/transcribe/route.ts +84 -68
  350. package/dist/web/src/components/VoiceControlBar.tsx +1 -0
  351. package/dist/web/src/lib/webm-to-ogg-opus.ts +254 -0
  352. package/dist/web/tsconfig.tsbuildinfo +1 -1
  353. package/package.json +1 -1
  354. package/templates/kanban-seed.json +1 -1
  355. package/dist/web/.next/server/chunks/[root-of-the-server]__0f8687da._.js +0 -3
  356. package/dist/web/.next/server/chunks/[root-of-the-server]__1cdc76ef._.js +0 -3
  357. package/dist/web/.next/server/chunks/[root-of-the-server]__3998d59e._.js +0 -19
  358. package/dist/web/.next/server/chunks/[root-of-the-server]__3dc5531f._.js +0 -5
  359. package/dist/web/.next/server/chunks/[root-of-the-server]__403750fd._.js +0 -3
  360. package/dist/web/.next/server/chunks/[root-of-the-server]__934c9bb4._.js +0 -5
  361. package/dist/web/.next/server/chunks/[root-of-the-server]__e00fb85f._.js +0 -9
  362. package/dist/web/.next/server/chunks/a9bf9_@aws-sdk_core_dist-es_submodules_protocols_json_AwsRestJsonProtocol_764d7a83.js +0 -3
  363. package/dist/web/.next/static/chunks/f3d7065d54a0b9ac.css +0 -1
  364. /package/dist/web/.next/static/{_fCicMElBguqtWA_EpzdZ → rlJUIaeDUP-JDj2nvHySS}/_buildManifest.js +0 -0
  365. /package/dist/web/.next/static/{_fCicMElBguqtWA_EpzdZ → rlJUIaeDUP-JDj2nvHySS}/_clientMiddlewareManifest.json +0 -0
  366. /package/dist/web/.next/static/{_fCicMElBguqtWA_EpzdZ → rlJUIaeDUP-JDj2nvHySS}/_ssgManifest.js +0 -0
@@ -0,0 +1,3258 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CreateBucketMetadataTableConfigurationRequest$ = exports.CreateBucketMetadataConfigurationRequest$ = exports.CreateBucketConfiguration$ = exports.CORSRule$ = exports.CORSConfiguration$ = exports.CopyPartResult$ = exports.CopyObjectResult$ = exports.CopyObjectRequest$ = exports.CopyObjectOutput$ = exports.ContinuationEvent$ = exports.Condition$ = exports.CompleteMultipartUploadRequest$ = exports.CompleteMultipartUploadOutput$ = exports.CompletedPart$ = exports.CompletedMultipartUpload$ = exports.CommonPrefix$ = exports.Checksum$ = exports.BucketLoggingStatus$ = exports.BucketLifecycleConfiguration$ = exports.BucketInfo$ = exports.Bucket$ = exports.BlockedEncryptionTypes$ = exports.AnalyticsS3BucketDestination$ = exports.AnalyticsExportDestination$ = exports.AnalyticsConfiguration$ = exports.AnalyticsAndOperator$ = exports.AccessControlTranslation$ = exports.AccessControlPolicy$ = exports.AccelerateConfiguration$ = exports.AbortMultipartUploadRequest$ = exports.AbortMultipartUploadOutput$ = exports.AbortIncompleteMultipartUpload$ = exports.AbacStatus$ = exports.errorTypeRegistries = exports.TooManyParts$ = exports.ObjectNotInActiveTierError$ = exports.ObjectAlreadyInActiveTierError$ = exports.NotFound$ = exports.NoSuchUpload$ = exports.NoSuchKey$ = exports.NoSuchBucket$ = exports.InvalidWriteOffset$ = exports.InvalidRequest$ = exports.InvalidObjectState$ = exports.IdempotencyParameterMismatch$ = exports.EncryptionTypeMismatch$ = exports.BucketAlreadyOwnedByYou$ = exports.BucketAlreadyExists$ = exports.AccessDenied$ = exports.S3ServiceException$ = void 0;
4
+ exports.GetBucketAccelerateConfigurationRequest$ = exports.GetBucketAccelerateConfigurationOutput$ = exports.GetBucketAbacRequest$ = exports.GetBucketAbacOutput$ = exports.FilterRule$ = exports.ExistingObjectReplication$ = exports.EventBridgeConfiguration$ = exports.ErrorDocument$ = exports.ErrorDetails$ = exports._Error$ = exports.EndEvent$ = exports.EncryptionConfiguration$ = exports.Encryption$ = exports.DestinationResult$ = exports.Destination$ = exports.DeletePublicAccessBlockRequest$ = exports.DeleteObjectTaggingRequest$ = exports.DeleteObjectTaggingOutput$ = exports.DeleteObjectsRequest$ = exports.DeleteObjectsOutput$ = exports.DeleteObjectRequest$ = exports.DeleteObjectOutput$ = exports.DeleteMarkerReplication$ = exports.DeleteMarkerEntry$ = exports.DeletedObject$ = exports.DeleteBucketWebsiteRequest$ = exports.DeleteBucketTaggingRequest$ = exports.DeleteBucketRequest$ = exports.DeleteBucketReplicationRequest$ = exports.DeleteBucketPolicyRequest$ = exports.DeleteBucketOwnershipControlsRequest$ = exports.DeleteBucketMetricsConfigurationRequest$ = exports.DeleteBucketMetadataTableConfigurationRequest$ = exports.DeleteBucketMetadataConfigurationRequest$ = exports.DeleteBucketLifecycleRequest$ = exports.DeleteBucketInventoryConfigurationRequest$ = exports.DeleteBucketIntelligentTieringConfigurationRequest$ = exports.DeleteBucketEncryptionRequest$ = exports.DeleteBucketCorsRequest$ = exports.DeleteBucketAnalyticsConfigurationRequest$ = exports.Delete$ = exports.DefaultRetention$ = exports.CSVOutput$ = exports.CSVInput$ = exports.CreateSessionRequest$ = exports.CreateSessionOutput$ = exports.CreateMultipartUploadRequest$ = exports.CreateMultipartUploadOutput$ = exports.CreateBucketRequest$ = exports.CreateBucketOutput$ = void 0;
5
+ exports.GetObjectLegalHoldRequest$ = exports.GetObjectLegalHoldOutput$ = exports.GetObjectAttributesRequest$ = exports.GetObjectAttributesParts$ = exports.GetObjectAttributesOutput$ = exports.GetObjectAclRequest$ = exports.GetObjectAclOutput$ = exports.GetBucketWebsiteRequest$ = exports.GetBucketWebsiteOutput$ = exports.GetBucketVersioningRequest$ = exports.GetBucketVersioningOutput$ = exports.GetBucketTaggingRequest$ = exports.GetBucketTaggingOutput$ = exports.GetBucketRequestPaymentRequest$ = exports.GetBucketRequestPaymentOutput$ = exports.GetBucketReplicationRequest$ = exports.GetBucketReplicationOutput$ = exports.GetBucketPolicyStatusRequest$ = exports.GetBucketPolicyStatusOutput$ = exports.GetBucketPolicyRequest$ = exports.GetBucketPolicyOutput$ = exports.GetBucketOwnershipControlsRequest$ = exports.GetBucketOwnershipControlsOutput$ = exports.GetBucketNotificationConfigurationRequest$ = exports.GetBucketMetricsConfigurationRequest$ = exports.GetBucketMetricsConfigurationOutput$ = exports.GetBucketMetadataTableConfigurationResult$ = exports.GetBucketMetadataTableConfigurationRequest$ = exports.GetBucketMetadataTableConfigurationOutput$ = exports.GetBucketMetadataConfigurationResult$ = exports.GetBucketMetadataConfigurationRequest$ = exports.GetBucketMetadataConfigurationOutput$ = exports.GetBucketLoggingRequest$ = exports.GetBucketLoggingOutput$ = exports.GetBucketLocationRequest$ = exports.GetBucketLocationOutput$ = exports.GetBucketLifecycleConfigurationRequest$ = exports.GetBucketLifecycleConfigurationOutput$ = exports.GetBucketInventoryConfigurationRequest$ = exports.GetBucketInventoryConfigurationOutput$ = exports.GetBucketIntelligentTieringConfigurationRequest$ = exports.GetBucketIntelligentTieringConfigurationOutput$ = exports.GetBucketEncryptionRequest$ = exports.GetBucketEncryptionOutput$ = exports.GetBucketCorsRequest$ = exports.GetBucketCorsOutput$ = exports.GetBucketAnalyticsConfigurationRequest$ = exports.GetBucketAnalyticsConfigurationOutput$ = exports.GetBucketAclRequest$ = exports.GetBucketAclOutput$ = void 0;
6
+ exports.ListBucketInventoryConfigurationsRequest$ = exports.ListBucketInventoryConfigurationsOutput$ = exports.ListBucketIntelligentTieringConfigurationsRequest$ = exports.ListBucketIntelligentTieringConfigurationsOutput$ = exports.ListBucketAnalyticsConfigurationsRequest$ = exports.ListBucketAnalyticsConfigurationsOutput$ = exports.LifecycleRuleFilter$ = exports.LifecycleRuleAndOperator$ = exports.LifecycleRule$ = exports.LifecycleExpiration$ = exports.LambdaFunctionConfiguration$ = exports.JSONOutput$ = exports.JSONInput$ = exports.JournalTableConfigurationUpdates$ = exports.JournalTableConfigurationResult$ = exports.JournalTableConfiguration$ = exports.InventoryTableConfigurationUpdates$ = exports.InventoryTableConfigurationResult$ = exports.InventoryTableConfiguration$ = exports.InventorySchedule$ = exports.InventoryS3BucketDestination$ = exports.InventoryFilter$ = exports.InventoryEncryption$ = exports.InventoryDestination$ = exports.InventoryConfiguration$ = exports.IntelligentTieringFilter$ = exports.IntelligentTieringConfiguration$ = exports.IntelligentTieringAndOperator$ = exports.InputSerialization$ = exports.Initiator$ = exports.IndexDocument$ = exports.HeadObjectRequest$ = exports.HeadObjectOutput$ = exports.HeadBucketRequest$ = exports.HeadBucketOutput$ = exports.Grantee$ = exports.Grant$ = exports.GlacierJobParameters$ = exports.GetPublicAccessBlockRequest$ = exports.GetPublicAccessBlockOutput$ = exports.GetObjectTorrentRequest$ = exports.GetObjectTorrentOutput$ = exports.GetObjectTaggingRequest$ = exports.GetObjectTaggingOutput$ = exports.GetObjectRetentionRequest$ = exports.GetObjectRetentionOutput$ = exports.GetObjectRequest$ = exports.GetObjectOutput$ = exports.GetObjectLockConfigurationRequest$ = exports.GetObjectLockConfigurationOutput$ = void 0;
7
+ exports.Progress$ = exports.PolicyStatus$ = exports.PartitionedPrefix$ = exports.Part$ = exports.ParquetInput$ = exports.OwnershipControlsRule$ = exports.OwnershipControls$ = exports.Owner$ = exports.OutputSerialization$ = exports.OutputLocation$ = exports.ObjectVersion$ = exports.ObjectPart$ = exports.ObjectLockRule$ = exports.ObjectLockRetention$ = exports.ObjectLockLegalHold$ = exports.ObjectLockConfiguration$ = exports.ObjectIdentifier$ = exports._Object$ = exports.NotificationConfigurationFilter$ = exports.NotificationConfiguration$ = exports.NoncurrentVersionTransition$ = exports.NoncurrentVersionExpiration$ = exports.MultipartUpload$ = exports.MetricsConfiguration$ = exports.MetricsAndOperator$ = exports.Metrics$ = exports.MetadataTableEncryptionConfiguration$ = exports.MetadataTableConfigurationResult$ = exports.MetadataTableConfiguration$ = exports.MetadataEntry$ = exports.MetadataConfigurationResult$ = exports.MetadataConfiguration$ = exports.LoggingEnabled$ = exports.LocationInfo$ = exports.ListPartsRequest$ = exports.ListPartsOutput$ = exports.ListObjectVersionsRequest$ = exports.ListObjectVersionsOutput$ = exports.ListObjectsV2Request$ = exports.ListObjectsV2Output$ = exports.ListObjectsRequest$ = exports.ListObjectsOutput$ = exports.ListMultipartUploadsRequest$ = exports.ListMultipartUploadsOutput$ = exports.ListDirectoryBucketsRequest$ = exports.ListDirectoryBucketsOutput$ = exports.ListBucketsRequest$ = exports.ListBucketsOutput$ = exports.ListBucketMetricsConfigurationsRequest$ = exports.ListBucketMetricsConfigurationsOutput$ = void 0;
8
+ exports.RequestPaymentConfiguration$ = exports.ReplicationTimeValue$ = exports.ReplicationTime$ = exports.ReplicationRuleFilter$ = exports.ReplicationRuleAndOperator$ = exports.ReplicationRule$ = exports.ReplicationConfiguration$ = exports.ReplicaModifications$ = exports.RenameObjectRequest$ = exports.RenameObjectOutput$ = exports.RedirectAllRequestsTo$ = exports.Redirect$ = exports.RecordsEvent$ = exports.RecordExpiration$ = exports.QueueConfiguration$ = exports.PutPublicAccessBlockRequest$ = exports.PutObjectTaggingRequest$ = exports.PutObjectTaggingOutput$ = exports.PutObjectRetentionRequest$ = exports.PutObjectRetentionOutput$ = exports.PutObjectRequest$ = exports.PutObjectOutput$ = exports.PutObjectLockConfigurationRequest$ = exports.PutObjectLockConfigurationOutput$ = exports.PutObjectLegalHoldRequest$ = exports.PutObjectLegalHoldOutput$ = exports.PutObjectAclRequest$ = exports.PutObjectAclOutput$ = exports.PutBucketWebsiteRequest$ = exports.PutBucketVersioningRequest$ = exports.PutBucketTaggingRequest$ = exports.PutBucketRequestPaymentRequest$ = exports.PutBucketReplicationRequest$ = exports.PutBucketPolicyRequest$ = exports.PutBucketOwnershipControlsRequest$ = exports.PutBucketNotificationConfigurationRequest$ = exports.PutBucketMetricsConfigurationRequest$ = exports.PutBucketLoggingRequest$ = exports.PutBucketLifecycleConfigurationRequest$ = exports.PutBucketLifecycleConfigurationOutput$ = exports.PutBucketInventoryConfigurationRequest$ = exports.PutBucketIntelligentTieringConfigurationRequest$ = exports.PutBucketEncryptionRequest$ = exports.PutBucketCorsRequest$ = exports.PutBucketAnalyticsConfigurationRequest$ = exports.PutBucketAclRequest$ = exports.PutBucketAccelerateConfigurationRequest$ = exports.PutBucketAbacRequest$ = exports.PublicAccessBlockConfiguration$ = exports.ProgressEvent$ = void 0;
9
+ exports.SelectObjectContentEventStream$ = exports.ObjectEncryption$ = exports.MetricsFilter$ = exports.AnalyticsFilter$ = exports.WriteGetObjectResponseRequest$ = exports.WebsiteConfiguration$ = exports.VersioningConfiguration$ = exports.UploadPartRequest$ = exports.UploadPartOutput$ = exports.UploadPartCopyRequest$ = exports.UploadPartCopyOutput$ = exports.UpdateObjectEncryptionResponse$ = exports.UpdateObjectEncryptionRequest$ = exports.UpdateBucketMetadataJournalTableConfigurationRequest$ = exports.UpdateBucketMetadataInventoryTableConfigurationRequest$ = exports.Transition$ = exports.TopicConfiguration$ = exports.Tiering$ = exports.TargetObjectKeyFormat$ = exports.TargetGrant$ = exports.Tagging$ = exports.Tag$ = exports.StorageClassAnalysisDataExport$ = exports.StorageClassAnalysis$ = exports.StatsEvent$ = exports.Stats$ = exports.SSES3$ = exports.SSEKMSEncryption$ = exports.SseKmsEncryptedObjects$ = exports.SSEKMS$ = exports.SourceSelectionCriteria$ = exports.SimplePrefix$ = exports.SessionCredentials$ = exports.ServerSideEncryptionRule$ = exports.ServerSideEncryptionConfiguration$ = exports.ServerSideEncryptionByDefault$ = exports.SelectParameters$ = exports.SelectObjectContentRequest$ = exports.SelectObjectContentOutput$ = exports.ScanRange$ = exports.S3TablesDestinationResult$ = exports.S3TablesDestination$ = exports.S3Location$ = exports.S3KeyFilter$ = exports.RoutingRule$ = exports.RestoreStatus$ = exports.RestoreRequest$ = exports.RestoreObjectRequest$ = exports.RestoreObjectOutput$ = exports.RequestProgress$ = void 0;
10
+ exports.GetBucketWebsite$ = exports.GetBucketVersioning$ = exports.GetBucketTagging$ = exports.GetBucketRequestPayment$ = exports.GetBucketReplication$ = exports.GetBucketPolicyStatus$ = exports.GetBucketPolicy$ = exports.GetBucketOwnershipControls$ = exports.GetBucketNotificationConfiguration$ = exports.GetBucketMetricsConfiguration$ = exports.GetBucketMetadataTableConfiguration$ = exports.GetBucketMetadataConfiguration$ = exports.GetBucketLogging$ = exports.GetBucketLocation$ = exports.GetBucketLifecycleConfiguration$ = exports.GetBucketInventoryConfiguration$ = exports.GetBucketIntelligentTieringConfiguration$ = exports.GetBucketEncryption$ = exports.GetBucketCors$ = exports.GetBucketAnalyticsConfiguration$ = exports.GetBucketAcl$ = exports.GetBucketAccelerateConfiguration$ = exports.GetBucketAbac$ = exports.DeletePublicAccessBlock$ = exports.DeleteObjectTagging$ = exports.DeleteObjects$ = exports.DeleteObject$ = exports.DeleteBucketWebsite$ = exports.DeleteBucketTagging$ = exports.DeleteBucketReplication$ = exports.DeleteBucketPolicy$ = exports.DeleteBucketOwnershipControls$ = exports.DeleteBucketMetricsConfiguration$ = exports.DeleteBucketMetadataTableConfiguration$ = exports.DeleteBucketMetadataConfiguration$ = exports.DeleteBucketLifecycle$ = exports.DeleteBucketInventoryConfiguration$ = exports.DeleteBucketIntelligentTieringConfiguration$ = exports.DeleteBucketEncryption$ = exports.DeleteBucketCors$ = exports.DeleteBucketAnalyticsConfiguration$ = exports.DeleteBucket$ = exports.CreateSession$ = exports.CreateMultipartUpload$ = exports.CreateBucketMetadataTableConfiguration$ = exports.CreateBucketMetadataConfiguration$ = exports.CreateBucket$ = exports.CopyObject$ = exports.CompleteMultipartUpload$ = exports.AbortMultipartUpload$ = void 0;
11
+ exports.RestoreObject$ = exports.RenameObject$ = exports.PutPublicAccessBlock$ = exports.PutObjectTagging$ = exports.PutObjectRetention$ = exports.PutObjectLockConfiguration$ = exports.PutObjectLegalHold$ = exports.PutObjectAcl$ = exports.PutObject$ = exports.PutBucketWebsite$ = exports.PutBucketVersioning$ = exports.PutBucketTagging$ = exports.PutBucketRequestPayment$ = exports.PutBucketReplication$ = exports.PutBucketPolicy$ = exports.PutBucketOwnershipControls$ = exports.PutBucketNotificationConfiguration$ = exports.PutBucketMetricsConfiguration$ = exports.PutBucketLogging$ = exports.PutBucketLifecycleConfiguration$ = exports.PutBucketInventoryConfiguration$ = exports.PutBucketIntelligentTieringConfiguration$ = exports.PutBucketEncryption$ = exports.PutBucketCors$ = exports.PutBucketAnalyticsConfiguration$ = exports.PutBucketAcl$ = exports.PutBucketAccelerateConfiguration$ = exports.PutBucketAbac$ = exports.ListParts$ = exports.ListObjectVersions$ = exports.ListObjectsV2$ = exports.ListObjects$ = exports.ListMultipartUploads$ = exports.ListDirectoryBuckets$ = exports.ListBuckets$ = exports.ListBucketMetricsConfigurations$ = exports.ListBucketInventoryConfigurations$ = exports.ListBucketIntelligentTieringConfigurations$ = exports.ListBucketAnalyticsConfigurations$ = exports.HeadObject$ = exports.HeadBucket$ = exports.GetPublicAccessBlock$ = exports.GetObjectTorrent$ = exports.GetObjectTagging$ = exports.GetObjectRetention$ = exports.GetObjectLockConfiguration$ = exports.GetObjectLegalHold$ = exports.GetObjectAttributes$ = exports.GetObjectAcl$ = exports.GetObject$ = void 0;
12
+ exports.WriteGetObjectResponse$ = exports.UploadPartCopy$ = exports.UploadPart$ = exports.UpdateObjectEncryption$ = exports.UpdateBucketMetadataJournalTableConfiguration$ = exports.UpdateBucketMetadataInventoryTableConfiguration$ = exports.SelectObjectContent$ = void 0;
13
+ const _A = "Account";
14
+ const _AAO = "AnalyticsAndOperator";
15
+ const _AC = "AccelerateConfiguration";
16
+ const _ACL = "AccessControlList";
17
+ const _ACL_ = "ACL";
18
+ const _ACLn = "AnalyticsConfigurationList";
19
+ const _ACP = "AccessControlPolicy";
20
+ const _ACT = "AccessControlTranslation";
21
+ const _ACn = "AnalyticsConfiguration";
22
+ const _AD = "AccessDenied";
23
+ const _ADb = "AbortDate";
24
+ const _AED = "AnalyticsExportDestination";
25
+ const _AF = "AnalyticsFilter";
26
+ const _AH = "AllowedHeaders";
27
+ const _AHl = "AllowedHeader";
28
+ const _AI = "AccountId";
29
+ const _AIMU = "AbortIncompleteMultipartUpload";
30
+ const _AKI = "AccessKeyId";
31
+ const _AM = "AllowedMethods";
32
+ const _AMU = "AbortMultipartUpload";
33
+ const _AMUO = "AbortMultipartUploadOutput";
34
+ const _AMUR = "AbortMultipartUploadRequest";
35
+ const _AMl = "AllowedMethod";
36
+ const _AO = "AllowedOrigins";
37
+ const _AOl = "AllowedOrigin";
38
+ const _APA = "AccessPointAlias";
39
+ const _APAc = "AccessPointArn";
40
+ const _AQRD = "AllowQuotedRecordDelimiter";
41
+ const _AR = "AcceptRanges";
42
+ const _ARI = "AbortRuleId";
43
+ const _AS = "AbacStatus";
44
+ const _ASBD = "AnalyticsS3BucketDestination";
45
+ const _ASSEBD = "ApplyServerSideEncryptionByDefault";
46
+ const _ASr = "ArchiveStatus";
47
+ const _AT = "AccessTier";
48
+ const _An = "And";
49
+ const _B = "Bucket";
50
+ const _BA = "BucketArn";
51
+ const _BAE = "BucketAlreadyExists";
52
+ const _BAI = "BucketAccountId";
53
+ const _BAOBY = "BucketAlreadyOwnedByYou";
54
+ const _BET = "BlockedEncryptionTypes";
55
+ const _BGR = "BypassGovernanceRetention";
56
+ const _BI = "BucketInfo";
57
+ const _BKE = "BucketKeyEnabled";
58
+ const _BLC = "BucketLifecycleConfiguration";
59
+ const _BLN = "BucketLocationName";
60
+ const _BLS = "BucketLoggingStatus";
61
+ const _BLT = "BucketLocationType";
62
+ const _BN = "BucketNamespace";
63
+ const _BNu = "BucketName";
64
+ const _BP = "BytesProcessed";
65
+ const _BPA = "BlockPublicAcls";
66
+ const _BPP = "BlockPublicPolicy";
67
+ const _BR = "BucketRegion";
68
+ const _BRy = "BytesReturned";
69
+ const _BS = "BytesScanned";
70
+ const _Bo = "Body";
71
+ const _Bu = "Buckets";
72
+ const _C = "Checksum";
73
+ const _CA = "ChecksumAlgorithm";
74
+ const _CACL = "CannedACL";
75
+ const _CB = "CreateBucket";
76
+ const _CBC = "CreateBucketConfiguration";
77
+ const _CBMC = "CreateBucketMetadataConfiguration";
78
+ const _CBMCR = "CreateBucketMetadataConfigurationRequest";
79
+ const _CBMTC = "CreateBucketMetadataTableConfiguration";
80
+ const _CBMTCR = "CreateBucketMetadataTableConfigurationRequest";
81
+ const _CBO = "CreateBucketOutput";
82
+ const _CBR = "CreateBucketRequest";
83
+ const _CC = "CacheControl";
84
+ const _CCRC = "ChecksumCRC32";
85
+ const _CCRCC = "ChecksumCRC32C";
86
+ const _CCRCNVME = "ChecksumCRC64NVME";
87
+ const _CC_ = "Cache-Control";
88
+ const _CD = "CreationDate";
89
+ const _CD_ = "Content-Disposition";
90
+ const _CDo = "ContentDisposition";
91
+ const _CE = "ContinuationEvent";
92
+ const _CE_ = "Content-Encoding";
93
+ const _CEo = "ContentEncoding";
94
+ const _CF = "CloudFunction";
95
+ const _CFC = "CloudFunctionConfiguration";
96
+ const _CL = "ContentLanguage";
97
+ const _CL_ = "Content-Language";
98
+ const _CL__ = "Content-Length";
99
+ const _CLo = "ContentLength";
100
+ const _CM = "Content-MD5";
101
+ const _CMD = "ContentMD5";
102
+ const _CMU = "CompletedMultipartUpload";
103
+ const _CMUO = "CompleteMultipartUploadOutput";
104
+ const _CMUOr = "CreateMultipartUploadOutput";
105
+ const _CMUR = "CompleteMultipartUploadResult";
106
+ const _CMURo = "CompleteMultipartUploadRequest";
107
+ const _CMURr = "CreateMultipartUploadRequest";
108
+ const _CMUo = "CompleteMultipartUpload";
109
+ const _CMUr = "CreateMultipartUpload";
110
+ const _CMh = "ChecksumMode";
111
+ const _CO = "CopyObject";
112
+ const _COO = "CopyObjectOutput";
113
+ const _COR = "CopyObjectResult";
114
+ const _CORSC = "CORSConfiguration";
115
+ const _CORSR = "CORSRules";
116
+ const _CORSRu = "CORSRule";
117
+ const _CORo = "CopyObjectRequest";
118
+ const _CP = "CommonPrefix";
119
+ const _CPL = "CommonPrefixList";
120
+ const _CPLo = "CompletedPartList";
121
+ const _CPR = "CopyPartResult";
122
+ const _CPo = "CompletedPart";
123
+ const _CPom = "CommonPrefixes";
124
+ const _CR = "ContentRange";
125
+ const _CRSBA = "ConfirmRemoveSelfBucketAccess";
126
+ const _CR_ = "Content-Range";
127
+ const _CS = "CopySource";
128
+ const _CSHA = "ChecksumSHA1";
129
+ const _CSHAh = "ChecksumSHA256";
130
+ const _CSIM = "CopySourceIfMatch";
131
+ const _CSIMS = "CopySourceIfModifiedSince";
132
+ const _CSINM = "CopySourceIfNoneMatch";
133
+ const _CSIUS = "CopySourceIfUnmodifiedSince";
134
+ const _CSO = "CreateSessionOutput";
135
+ const _CSR = "CreateSessionResult";
136
+ const _CSRo = "CopySourceRange";
137
+ const _CSRr = "CreateSessionRequest";
138
+ const _CSSSECA = "CopySourceSSECustomerAlgorithm";
139
+ const _CSSSECK = "CopySourceSSECustomerKey";
140
+ const _CSSSECKMD = "CopySourceSSECustomerKeyMD5";
141
+ const _CSV = "CSV";
142
+ const _CSVI = "CopySourceVersionId";
143
+ const _CSVIn = "CSVInput";
144
+ const _CSVO = "CSVOutput";
145
+ const _CSo = "ConfigurationState";
146
+ const _CSr = "CreateSession";
147
+ const _CT = "ChecksumType";
148
+ const _CT_ = "Content-Type";
149
+ const _CTl = "ClientToken";
150
+ const _CTo = "ContentType";
151
+ const _CTom = "CompressionType";
152
+ const _CTon = "ContinuationToken";
153
+ const _Co = "Condition";
154
+ const _Cod = "Code";
155
+ const _Com = "Comments";
156
+ const _Con = "Contents";
157
+ const _Cont = "Cont";
158
+ const _Cr = "Credentials";
159
+ const _D = "Days";
160
+ const _DAI = "DaysAfterInitiation";
161
+ const _DB = "DeleteBucket";
162
+ const _DBAC = "DeleteBucketAnalyticsConfiguration";
163
+ const _DBACR = "DeleteBucketAnalyticsConfigurationRequest";
164
+ const _DBC = "DeleteBucketCors";
165
+ const _DBCR = "DeleteBucketCorsRequest";
166
+ const _DBE = "DeleteBucketEncryption";
167
+ const _DBER = "DeleteBucketEncryptionRequest";
168
+ const _DBIC = "DeleteBucketInventoryConfiguration";
169
+ const _DBICR = "DeleteBucketInventoryConfigurationRequest";
170
+ const _DBITC = "DeleteBucketIntelligentTieringConfiguration";
171
+ const _DBITCR = "DeleteBucketIntelligentTieringConfigurationRequest";
172
+ const _DBL = "DeleteBucketLifecycle";
173
+ const _DBLR = "DeleteBucketLifecycleRequest";
174
+ const _DBMC = "DeleteBucketMetadataConfiguration";
175
+ const _DBMCR = "DeleteBucketMetadataConfigurationRequest";
176
+ const _DBMCRe = "DeleteBucketMetricsConfigurationRequest";
177
+ const _DBMCe = "DeleteBucketMetricsConfiguration";
178
+ const _DBMTC = "DeleteBucketMetadataTableConfiguration";
179
+ const _DBMTCR = "DeleteBucketMetadataTableConfigurationRequest";
180
+ const _DBOC = "DeleteBucketOwnershipControls";
181
+ const _DBOCR = "DeleteBucketOwnershipControlsRequest";
182
+ const _DBP = "DeleteBucketPolicy";
183
+ const _DBPR = "DeleteBucketPolicyRequest";
184
+ const _DBR = "DeleteBucketRequest";
185
+ const _DBRR = "DeleteBucketReplicationRequest";
186
+ const _DBRe = "DeleteBucketReplication";
187
+ const _DBT = "DeleteBucketTagging";
188
+ const _DBTR = "DeleteBucketTaggingRequest";
189
+ const _DBW = "DeleteBucketWebsite";
190
+ const _DBWR = "DeleteBucketWebsiteRequest";
191
+ const _DE = "DataExport";
192
+ const _DIM = "DestinationIfMatch";
193
+ const _DIMS = "DestinationIfModifiedSince";
194
+ const _DINM = "DestinationIfNoneMatch";
195
+ const _DIUS = "DestinationIfUnmodifiedSince";
196
+ const _DM = "DeleteMarker";
197
+ const _DME = "DeleteMarkerEntry";
198
+ const _DMR = "DeleteMarkerReplication";
199
+ const _DMVI = "DeleteMarkerVersionId";
200
+ const _DMe = "DeleteMarkers";
201
+ const _DN = "DisplayName";
202
+ const _DO = "DeletedObject";
203
+ const _DOO = "DeleteObjectOutput";
204
+ const _DOOe = "DeleteObjectsOutput";
205
+ const _DOR = "DeleteObjectRequest";
206
+ const _DORe = "DeleteObjectsRequest";
207
+ const _DOT = "DeleteObjectTagging";
208
+ const _DOTO = "DeleteObjectTaggingOutput";
209
+ const _DOTR = "DeleteObjectTaggingRequest";
210
+ const _DOe = "DeletedObjects";
211
+ const _DOel = "DeleteObject";
212
+ const _DOele = "DeleteObjects";
213
+ const _DPAB = "DeletePublicAccessBlock";
214
+ const _DPABR = "DeletePublicAccessBlockRequest";
215
+ const _DR = "DataRedundancy";
216
+ const _DRe = "DefaultRetention";
217
+ const _DRel = "DeleteResult";
218
+ const _DRes = "DestinationResult";
219
+ const _Da = "Date";
220
+ const _De = "Delete";
221
+ const _Del = "Deleted";
222
+ const _Deli = "Delimiter";
223
+ const _Des = "Destination";
224
+ const _Desc = "Description";
225
+ const _Det = "Details";
226
+ const _E = "Expiration";
227
+ const _EA = "EmailAddress";
228
+ const _EBC = "EventBridgeConfiguration";
229
+ const _EBO = "ExpectedBucketOwner";
230
+ const _EC = "EncryptionConfiguration";
231
+ const _ECr = "ErrorCode";
232
+ const _ED = "ErrorDetails";
233
+ const _EDr = "ErrorDocument";
234
+ const _EE = "EndEvent";
235
+ const _EH = "ExposeHeaders";
236
+ const _EHx = "ExposeHeader";
237
+ const _EM = "ErrorMessage";
238
+ const _EODM = "ExpiredObjectDeleteMarker";
239
+ const _EOR = "ExistingObjectReplication";
240
+ const _ES = "ExpiresString";
241
+ const _ESBO = "ExpectedSourceBucketOwner";
242
+ const _ET = "EncryptionType";
243
+ const _ETL = "EncryptionTypeList";
244
+ const _ETM = "EncryptionTypeMismatch";
245
+ const _ETa = "ETag";
246
+ const _ETn = "EncodingType";
247
+ const _ETv = "EventThreshold";
248
+ const _ETx = "ExpressionType";
249
+ const _En = "Encryption";
250
+ const _Ena = "Enabled";
251
+ const _End = "End";
252
+ const _Er = "Errors";
253
+ const _Err = "Error";
254
+ const _Ev = "Events";
255
+ const _Eve = "Event";
256
+ const _Ex = "Expires";
257
+ const _Exp = "Expression";
258
+ const _F = "Filter";
259
+ const _FD = "FieldDelimiter";
260
+ const _FHI = "FileHeaderInfo";
261
+ const _FO = "FetchOwner";
262
+ const _FR = "FilterRule";
263
+ const _FRL = "FilterRuleList";
264
+ const _FRi = "FilterRules";
265
+ const _Fi = "Field";
266
+ const _Fo = "Format";
267
+ const _Fr = "Frequency";
268
+ const _G = "Grants";
269
+ const _GBA = "GetBucketAbac";
270
+ const _GBAC = "GetBucketAccelerateConfiguration";
271
+ const _GBACO = "GetBucketAccelerateConfigurationOutput";
272
+ const _GBACOe = "GetBucketAnalyticsConfigurationOutput";
273
+ const _GBACR = "GetBucketAccelerateConfigurationRequest";
274
+ const _GBACRe = "GetBucketAnalyticsConfigurationRequest";
275
+ const _GBACe = "GetBucketAnalyticsConfiguration";
276
+ const _GBAO = "GetBucketAbacOutput";
277
+ const _GBAOe = "GetBucketAclOutput";
278
+ const _GBAR = "GetBucketAbacRequest";
279
+ const _GBARe = "GetBucketAclRequest";
280
+ const _GBAe = "GetBucketAcl";
281
+ const _GBC = "GetBucketCors";
282
+ const _GBCO = "GetBucketCorsOutput";
283
+ const _GBCR = "GetBucketCorsRequest";
284
+ const _GBE = "GetBucketEncryption";
285
+ const _GBEO = "GetBucketEncryptionOutput";
286
+ const _GBER = "GetBucketEncryptionRequest";
287
+ const _GBIC = "GetBucketInventoryConfiguration";
288
+ const _GBICO = "GetBucketInventoryConfigurationOutput";
289
+ const _GBICR = "GetBucketInventoryConfigurationRequest";
290
+ const _GBITC = "GetBucketIntelligentTieringConfiguration";
291
+ const _GBITCO = "GetBucketIntelligentTieringConfigurationOutput";
292
+ const _GBITCR = "GetBucketIntelligentTieringConfigurationRequest";
293
+ const _GBL = "GetBucketLocation";
294
+ const _GBLC = "GetBucketLifecycleConfiguration";
295
+ const _GBLCO = "GetBucketLifecycleConfigurationOutput";
296
+ const _GBLCR = "GetBucketLifecycleConfigurationRequest";
297
+ const _GBLO = "GetBucketLocationOutput";
298
+ const _GBLOe = "GetBucketLoggingOutput";
299
+ const _GBLR = "GetBucketLocationRequest";
300
+ const _GBLRe = "GetBucketLoggingRequest";
301
+ const _GBLe = "GetBucketLogging";
302
+ const _GBMC = "GetBucketMetadataConfiguration";
303
+ const _GBMCO = "GetBucketMetadataConfigurationOutput";
304
+ const _GBMCOe = "GetBucketMetricsConfigurationOutput";
305
+ const _GBMCR = "GetBucketMetadataConfigurationResult";
306
+ const _GBMCRe = "GetBucketMetadataConfigurationRequest";
307
+ const _GBMCRet = "GetBucketMetricsConfigurationRequest";
308
+ const _GBMCe = "GetBucketMetricsConfiguration";
309
+ const _GBMTC = "GetBucketMetadataTableConfiguration";
310
+ const _GBMTCO = "GetBucketMetadataTableConfigurationOutput";
311
+ const _GBMTCR = "GetBucketMetadataTableConfigurationResult";
312
+ const _GBMTCRe = "GetBucketMetadataTableConfigurationRequest";
313
+ const _GBNC = "GetBucketNotificationConfiguration";
314
+ const _GBNCR = "GetBucketNotificationConfigurationRequest";
315
+ const _GBOC = "GetBucketOwnershipControls";
316
+ const _GBOCO = "GetBucketOwnershipControlsOutput";
317
+ const _GBOCR = "GetBucketOwnershipControlsRequest";
318
+ const _GBP = "GetBucketPolicy";
319
+ const _GBPO = "GetBucketPolicyOutput";
320
+ const _GBPR = "GetBucketPolicyRequest";
321
+ const _GBPS = "GetBucketPolicyStatus";
322
+ const _GBPSO = "GetBucketPolicyStatusOutput";
323
+ const _GBPSR = "GetBucketPolicyStatusRequest";
324
+ const _GBR = "GetBucketReplication";
325
+ const _GBRO = "GetBucketReplicationOutput";
326
+ const _GBRP = "GetBucketRequestPayment";
327
+ const _GBRPO = "GetBucketRequestPaymentOutput";
328
+ const _GBRPR = "GetBucketRequestPaymentRequest";
329
+ const _GBRR = "GetBucketReplicationRequest";
330
+ const _GBT = "GetBucketTagging";
331
+ const _GBTO = "GetBucketTaggingOutput";
332
+ const _GBTR = "GetBucketTaggingRequest";
333
+ const _GBV = "GetBucketVersioning";
334
+ const _GBVO = "GetBucketVersioningOutput";
335
+ const _GBVR = "GetBucketVersioningRequest";
336
+ const _GBW = "GetBucketWebsite";
337
+ const _GBWO = "GetBucketWebsiteOutput";
338
+ const _GBWR = "GetBucketWebsiteRequest";
339
+ const _GFC = "GrantFullControl";
340
+ const _GJP = "GlacierJobParameters";
341
+ const _GO = "GetObject";
342
+ const _GOA = "GetObjectAcl";
343
+ const _GOAO = "GetObjectAclOutput";
344
+ const _GOAOe = "GetObjectAttributesOutput";
345
+ const _GOAP = "GetObjectAttributesParts";
346
+ const _GOAR = "GetObjectAclRequest";
347
+ const _GOARe = "GetObjectAttributesResponse";
348
+ const _GOARet = "GetObjectAttributesRequest";
349
+ const _GOAe = "GetObjectAttributes";
350
+ const _GOLC = "GetObjectLockConfiguration";
351
+ const _GOLCO = "GetObjectLockConfigurationOutput";
352
+ const _GOLCR = "GetObjectLockConfigurationRequest";
353
+ const _GOLH = "GetObjectLegalHold";
354
+ const _GOLHO = "GetObjectLegalHoldOutput";
355
+ const _GOLHR = "GetObjectLegalHoldRequest";
356
+ const _GOO = "GetObjectOutput";
357
+ const _GOR = "GetObjectRequest";
358
+ const _GORO = "GetObjectRetentionOutput";
359
+ const _GORR = "GetObjectRetentionRequest";
360
+ const _GORe = "GetObjectRetention";
361
+ const _GOT = "GetObjectTagging";
362
+ const _GOTO = "GetObjectTaggingOutput";
363
+ const _GOTOe = "GetObjectTorrentOutput";
364
+ const _GOTR = "GetObjectTaggingRequest";
365
+ const _GOTRe = "GetObjectTorrentRequest";
366
+ const _GOTe = "GetObjectTorrent";
367
+ const _GPAB = "GetPublicAccessBlock";
368
+ const _GPABO = "GetPublicAccessBlockOutput";
369
+ const _GPABR = "GetPublicAccessBlockRequest";
370
+ const _GR = "GrantRead";
371
+ const _GRACP = "GrantReadACP";
372
+ const _GW = "GrantWrite";
373
+ const _GWACP = "GrantWriteACP";
374
+ const _Gr = "Grant";
375
+ const _Gra = "Grantee";
376
+ const _HB = "HeadBucket";
377
+ const _HBO = "HeadBucketOutput";
378
+ const _HBR = "HeadBucketRequest";
379
+ const _HECRE = "HttpErrorCodeReturnedEquals";
380
+ const _HN = "HostName";
381
+ const _HO = "HeadObject";
382
+ const _HOO = "HeadObjectOutput";
383
+ const _HOR = "HeadObjectRequest";
384
+ const _HRC = "HttpRedirectCode";
385
+ const _I = "Id";
386
+ const _IC = "InventoryConfiguration";
387
+ const _ICL = "InventoryConfigurationList";
388
+ const _ID = "ID";
389
+ const _IDn = "IndexDocument";
390
+ const _IDnv = "InventoryDestination";
391
+ const _IE = "IsEnabled";
392
+ const _IEn = "InventoryEncryption";
393
+ const _IF = "InventoryFilter";
394
+ const _IL = "IsLatest";
395
+ const _IM = "IfMatch";
396
+ const _IMIT = "IfMatchInitiatedTime";
397
+ const _IMLMT = "IfMatchLastModifiedTime";
398
+ const _IMS = "IfMatchSize";
399
+ const _IMS_ = "If-Modified-Since";
400
+ const _IMSf = "IfModifiedSince";
401
+ const _IMUR = "InitiateMultipartUploadResult";
402
+ const _IM_ = "If-Match";
403
+ const _INM = "IfNoneMatch";
404
+ const _INM_ = "If-None-Match";
405
+ const _IOF = "InventoryOptionalFields";
406
+ const _IOS = "InvalidObjectState";
407
+ const _IOV = "IncludedObjectVersions";
408
+ const _IP = "IsPublic";
409
+ const _IPA = "IgnorePublicAcls";
410
+ const _IPM = "IdempotencyParameterMismatch";
411
+ const _IR = "InvalidRequest";
412
+ const _IRIP = "IsRestoreInProgress";
413
+ const _IS = "InputSerialization";
414
+ const _ISBD = "InventoryS3BucketDestination";
415
+ const _ISn = "InventorySchedule";
416
+ const _IT = "IsTruncated";
417
+ const _ITAO = "IntelligentTieringAndOperator";
418
+ const _ITC = "IntelligentTieringConfiguration";
419
+ const _ITCL = "IntelligentTieringConfigurationList";
420
+ const _ITCR = "InventoryTableConfigurationResult";
421
+ const _ITCU = "InventoryTableConfigurationUpdates";
422
+ const _ITCn = "InventoryTableConfiguration";
423
+ const _ITF = "IntelligentTieringFilter";
424
+ const _IUS = "IfUnmodifiedSince";
425
+ const _IUS_ = "If-Unmodified-Since";
426
+ const _IWO = "InvalidWriteOffset";
427
+ const _In = "Initiator";
428
+ const _Ini = "Initiated";
429
+ const _JSON = "JSON";
430
+ const _JSONI = "JSONInput";
431
+ const _JSONO = "JSONOutput";
432
+ const _JTC = "JournalTableConfiguration";
433
+ const _JTCR = "JournalTableConfigurationResult";
434
+ const _JTCU = "JournalTableConfigurationUpdates";
435
+ const _K = "Key";
436
+ const _KC = "KeyCount";
437
+ const _KI = "KeyId";
438
+ const _KKA = "KmsKeyArn";
439
+ const _KM = "KeyMarker";
440
+ const _KMSC = "KMSContext";
441
+ const _KMSKA = "KMSKeyArn";
442
+ const _KMSKI = "KMSKeyId";
443
+ const _KMSMKID = "KMSMasterKeyID";
444
+ const _KPE = "KeyPrefixEquals";
445
+ const _L = "Location";
446
+ const _LAMBR = "ListAllMyBucketsResult";
447
+ const _LAMDBR = "ListAllMyDirectoryBucketsResult";
448
+ const _LB = "ListBuckets";
449
+ const _LBAC = "ListBucketAnalyticsConfigurations";
450
+ const _LBACO = "ListBucketAnalyticsConfigurationsOutput";
451
+ const _LBACR = "ListBucketAnalyticsConfigurationResult";
452
+ const _LBACRi = "ListBucketAnalyticsConfigurationsRequest";
453
+ const _LBIC = "ListBucketInventoryConfigurations";
454
+ const _LBICO = "ListBucketInventoryConfigurationsOutput";
455
+ const _LBICR = "ListBucketInventoryConfigurationsRequest";
456
+ const _LBITC = "ListBucketIntelligentTieringConfigurations";
457
+ const _LBITCO = "ListBucketIntelligentTieringConfigurationsOutput";
458
+ const _LBITCR = "ListBucketIntelligentTieringConfigurationsRequest";
459
+ const _LBMC = "ListBucketMetricsConfigurations";
460
+ const _LBMCO = "ListBucketMetricsConfigurationsOutput";
461
+ const _LBMCR = "ListBucketMetricsConfigurationsRequest";
462
+ const _LBO = "ListBucketsOutput";
463
+ const _LBR = "ListBucketsRequest";
464
+ const _LBRi = "ListBucketResult";
465
+ const _LC = "LocationConstraint";
466
+ const _LCi = "LifecycleConfiguration";
467
+ const _LDB = "ListDirectoryBuckets";
468
+ const _LDBO = "ListDirectoryBucketsOutput";
469
+ const _LDBR = "ListDirectoryBucketsRequest";
470
+ const _LE = "LoggingEnabled";
471
+ const _LEi = "LifecycleExpiration";
472
+ const _LFA = "LambdaFunctionArn";
473
+ const _LFC = "LambdaFunctionConfiguration";
474
+ const _LFCL = "LambdaFunctionConfigurationList";
475
+ const _LFCa = "LambdaFunctionConfigurations";
476
+ const _LH = "LegalHold";
477
+ const _LI = "LocationInfo";
478
+ const _LICR = "ListInventoryConfigurationsResult";
479
+ const _LM = "LastModified";
480
+ const _LMCR = "ListMetricsConfigurationsResult";
481
+ const _LMT = "LastModifiedTime";
482
+ const _LMU = "ListMultipartUploads";
483
+ const _LMUO = "ListMultipartUploadsOutput";
484
+ const _LMUR = "ListMultipartUploadsResult";
485
+ const _LMURi = "ListMultipartUploadsRequest";
486
+ const _LM_ = "Last-Modified";
487
+ const _LO = "ListObjects";
488
+ const _LOO = "ListObjectsOutput";
489
+ const _LOR = "ListObjectsRequest";
490
+ const _LOV = "ListObjectsV2";
491
+ const _LOVO = "ListObjectsV2Output";
492
+ const _LOVOi = "ListObjectVersionsOutput";
493
+ const _LOVR = "ListObjectsV2Request";
494
+ const _LOVRi = "ListObjectVersionsRequest";
495
+ const _LOVi = "ListObjectVersions";
496
+ const _LP = "ListParts";
497
+ const _LPO = "ListPartsOutput";
498
+ const _LPR = "ListPartsResult";
499
+ const _LPRi = "ListPartsRequest";
500
+ const _LR = "LifecycleRule";
501
+ const _LRAO = "LifecycleRuleAndOperator";
502
+ const _LRF = "LifecycleRuleFilter";
503
+ const _LRi = "LifecycleRules";
504
+ const _LVR = "ListVersionsResult";
505
+ const _M = "Metadata";
506
+ const _MAO = "MetricsAndOperator";
507
+ const _MAS = "MaxAgeSeconds";
508
+ const _MB = "MaxBuckets";
509
+ const _MC = "MetadataConfiguration";
510
+ const _MCL = "MetricsConfigurationList";
511
+ const _MCR = "MetadataConfigurationResult";
512
+ const _MCe = "MetricsConfiguration";
513
+ const _MD = "MetadataDirective";
514
+ const _MDB = "MaxDirectoryBuckets";
515
+ const _MDf = "MfaDelete";
516
+ const _ME = "MetadataEntry";
517
+ const _MF = "MetricsFilter";
518
+ const _MFA = "MFA";
519
+ const _MFAD = "MFADelete";
520
+ const _MK = "MaxKeys";
521
+ const _MM = "MissingMeta";
522
+ const _MOS = "MpuObjectSize";
523
+ const _MP = "MaxParts";
524
+ const _MTC = "MetadataTableConfiguration";
525
+ const _MTCR = "MetadataTableConfigurationResult";
526
+ const _MTEC = "MetadataTableEncryptionConfiguration";
527
+ const _MU = "MultipartUpload";
528
+ const _MUL = "MultipartUploadList";
529
+ const _MUa = "MaxUploads";
530
+ const _Ma = "Marker";
531
+ const _Me = "Metrics";
532
+ const _Mes = "Message";
533
+ const _Mi = "Minutes";
534
+ const _Mo = "Mode";
535
+ const _N = "Name";
536
+ const _NC = "NotificationConfiguration";
537
+ const _NCF = "NotificationConfigurationFilter";
538
+ const _NCT = "NextContinuationToken";
539
+ const _ND = "NoncurrentDays";
540
+ const _NEKKAS = "NonEmptyKmsKeyArnString";
541
+ const _NF = "NotFound";
542
+ const _NKM = "NextKeyMarker";
543
+ const _NM = "NextMarker";
544
+ const _NNV = "NewerNoncurrentVersions";
545
+ const _NPNM = "NextPartNumberMarker";
546
+ const _NSB = "NoSuchBucket";
547
+ const _NSK = "NoSuchKey";
548
+ const _NSU = "NoSuchUpload";
549
+ const _NUIM = "NextUploadIdMarker";
550
+ const _NVE = "NoncurrentVersionExpiration";
551
+ const _NVIM = "NextVersionIdMarker";
552
+ const _NVT = "NoncurrentVersionTransitions";
553
+ const _NVTL = "NoncurrentVersionTransitionList";
554
+ const _NVTo = "NoncurrentVersionTransition";
555
+ const _O = "Owner";
556
+ const _OA = "ObjectAttributes";
557
+ const _OAIATE = "ObjectAlreadyInActiveTierError";
558
+ const _OC = "OwnershipControls";
559
+ const _OCR = "OwnershipControlsRule";
560
+ const _OCRw = "OwnershipControlsRules";
561
+ const _OE = "ObjectEncryption";
562
+ const _OF = "OptionalFields";
563
+ const _OI = "ObjectIdentifier";
564
+ const _OIL = "ObjectIdentifierList";
565
+ const _OL = "OutputLocation";
566
+ const _OLC = "ObjectLockConfiguration";
567
+ const _OLE = "ObjectLockEnabled";
568
+ const _OLEFB = "ObjectLockEnabledForBucket";
569
+ const _OLLH = "ObjectLockLegalHold";
570
+ const _OLLHS = "ObjectLockLegalHoldStatus";
571
+ const _OLM = "ObjectLockMode";
572
+ const _OLR = "ObjectLockRetention";
573
+ const _OLRUD = "ObjectLockRetainUntilDate";
574
+ const _OLRb = "ObjectLockRule";
575
+ const _OLb = "ObjectList";
576
+ const _ONIATE = "ObjectNotInActiveTierError";
577
+ const _OO = "ObjectOwnership";
578
+ const _OOA = "OptionalObjectAttributes";
579
+ const _OP = "ObjectParts";
580
+ const _OPb = "ObjectPart";
581
+ const _OS = "ObjectSize";
582
+ const _OSGT = "ObjectSizeGreaterThan";
583
+ const _OSLT = "ObjectSizeLessThan";
584
+ const _OSV = "OutputSchemaVersion";
585
+ const _OSu = "OutputSerialization";
586
+ const _OV = "ObjectVersion";
587
+ const _OVL = "ObjectVersionList";
588
+ const _Ob = "Objects";
589
+ const _Obj = "Object";
590
+ const _P = "Prefix";
591
+ const _PABC = "PublicAccessBlockConfiguration";
592
+ const _PBA = "PutBucketAbac";
593
+ const _PBAC = "PutBucketAccelerateConfiguration";
594
+ const _PBACR = "PutBucketAccelerateConfigurationRequest";
595
+ const _PBACRu = "PutBucketAnalyticsConfigurationRequest";
596
+ const _PBACu = "PutBucketAnalyticsConfiguration";
597
+ const _PBAR = "PutBucketAbacRequest";
598
+ const _PBARu = "PutBucketAclRequest";
599
+ const _PBAu = "PutBucketAcl";
600
+ const _PBC = "PutBucketCors";
601
+ const _PBCR = "PutBucketCorsRequest";
602
+ const _PBE = "PutBucketEncryption";
603
+ const _PBER = "PutBucketEncryptionRequest";
604
+ const _PBIC = "PutBucketInventoryConfiguration";
605
+ const _PBICR = "PutBucketInventoryConfigurationRequest";
606
+ const _PBITC = "PutBucketIntelligentTieringConfiguration";
607
+ const _PBITCR = "PutBucketIntelligentTieringConfigurationRequest";
608
+ const _PBL = "PutBucketLogging";
609
+ const _PBLC = "PutBucketLifecycleConfiguration";
610
+ const _PBLCO = "PutBucketLifecycleConfigurationOutput";
611
+ const _PBLCR = "PutBucketLifecycleConfigurationRequest";
612
+ const _PBLR = "PutBucketLoggingRequest";
613
+ const _PBMC = "PutBucketMetricsConfiguration";
614
+ const _PBMCR = "PutBucketMetricsConfigurationRequest";
615
+ const _PBNC = "PutBucketNotificationConfiguration";
616
+ const _PBNCR = "PutBucketNotificationConfigurationRequest";
617
+ const _PBOC = "PutBucketOwnershipControls";
618
+ const _PBOCR = "PutBucketOwnershipControlsRequest";
619
+ const _PBP = "PutBucketPolicy";
620
+ const _PBPR = "PutBucketPolicyRequest";
621
+ const _PBR = "PutBucketReplication";
622
+ const _PBRP = "PutBucketRequestPayment";
623
+ const _PBRPR = "PutBucketRequestPaymentRequest";
624
+ const _PBRR = "PutBucketReplicationRequest";
625
+ const _PBT = "PutBucketTagging";
626
+ const _PBTR = "PutBucketTaggingRequest";
627
+ const _PBV = "PutBucketVersioning";
628
+ const _PBVR = "PutBucketVersioningRequest";
629
+ const _PBW = "PutBucketWebsite";
630
+ const _PBWR = "PutBucketWebsiteRequest";
631
+ const _PC = "PartsCount";
632
+ const _PDS = "PartitionDateSource";
633
+ const _PE = "ProgressEvent";
634
+ const _PI = "ParquetInput";
635
+ const _PL = "PartsList";
636
+ const _PN = "PartNumber";
637
+ const _PNM = "PartNumberMarker";
638
+ const _PO = "PutObject";
639
+ const _POA = "PutObjectAcl";
640
+ const _POAO = "PutObjectAclOutput";
641
+ const _POAR = "PutObjectAclRequest";
642
+ const _POLC = "PutObjectLockConfiguration";
643
+ const _POLCO = "PutObjectLockConfigurationOutput";
644
+ const _POLCR = "PutObjectLockConfigurationRequest";
645
+ const _POLH = "PutObjectLegalHold";
646
+ const _POLHO = "PutObjectLegalHoldOutput";
647
+ const _POLHR = "PutObjectLegalHoldRequest";
648
+ const _POO = "PutObjectOutput";
649
+ const _POR = "PutObjectRequest";
650
+ const _PORO = "PutObjectRetentionOutput";
651
+ const _PORR = "PutObjectRetentionRequest";
652
+ const _PORu = "PutObjectRetention";
653
+ const _POT = "PutObjectTagging";
654
+ const _POTO = "PutObjectTaggingOutput";
655
+ const _POTR = "PutObjectTaggingRequest";
656
+ const _PP = "PartitionedPrefix";
657
+ const _PPAB = "PutPublicAccessBlock";
658
+ const _PPABR = "PutPublicAccessBlockRequest";
659
+ const _PS = "PolicyStatus";
660
+ const _Pa = "Parts";
661
+ const _Par = "Part";
662
+ const _Parq = "Parquet";
663
+ const _Pay = "Payer";
664
+ const _Payl = "Payload";
665
+ const _Pe = "Permission";
666
+ const _Po = "Policy";
667
+ const _Pr = "Progress";
668
+ const _Pri = "Priority";
669
+ const _Pro = "Protocol";
670
+ const _Q = "Quiet";
671
+ const _QA = "QueueArn";
672
+ const _QC = "QuoteCharacter";
673
+ const _QCL = "QueueConfigurationList";
674
+ const _QCu = "QueueConfigurations";
675
+ const _QCue = "QueueConfiguration";
676
+ const _QEC = "QuoteEscapeCharacter";
677
+ const _QF = "QuoteFields";
678
+ const _Qu = "Queue";
679
+ const _R = "Rules";
680
+ const _RART = "RedirectAllRequestsTo";
681
+ const _RC = "RequestCharged";
682
+ const _RCC = "ResponseCacheControl";
683
+ const _RCD = "ResponseContentDisposition";
684
+ const _RCE = "ResponseContentEncoding";
685
+ const _RCL = "ResponseContentLanguage";
686
+ const _RCT = "ResponseContentType";
687
+ const _RCe = "ReplicationConfiguration";
688
+ const _RD = "RecordDelimiter";
689
+ const _RE = "ResponseExpires";
690
+ const _RED = "RestoreExpiryDate";
691
+ const _REe = "RecordExpiration";
692
+ const _REec = "RecordsEvent";
693
+ const _RKKID = "ReplicaKmsKeyID";
694
+ const _RKPW = "ReplaceKeyPrefixWith";
695
+ const _RKW = "ReplaceKeyWith";
696
+ const _RM = "ReplicaModifications";
697
+ const _RO = "RenameObject";
698
+ const _ROO = "RenameObjectOutput";
699
+ const _ROOe = "RestoreObjectOutput";
700
+ const _ROP = "RestoreOutputPath";
701
+ const _ROR = "RenameObjectRequest";
702
+ const _RORe = "RestoreObjectRequest";
703
+ const _ROe = "RestoreObject";
704
+ const _RP = "RequestPayer";
705
+ const _RPB = "RestrictPublicBuckets";
706
+ const _RPC = "RequestPaymentConfiguration";
707
+ const _RPe = "RequestProgress";
708
+ const _RR = "RoutingRules";
709
+ const _RRAO = "ReplicationRuleAndOperator";
710
+ const _RRF = "ReplicationRuleFilter";
711
+ const _RRe = "ReplicationRule";
712
+ const _RRep = "ReplicationRules";
713
+ const _RReq = "RequestRoute";
714
+ const _RRes = "RestoreRequest";
715
+ const _RRo = "RoutingRule";
716
+ const _RS = "ReplicationStatus";
717
+ const _RSe = "RestoreStatus";
718
+ const _RSen = "RenameSource";
719
+ const _RT = "ReplicationTime";
720
+ const _RTV = "ReplicationTimeValue";
721
+ const _RTe = "RequestToken";
722
+ const _RUD = "RetainUntilDate";
723
+ const _Ra = "Range";
724
+ const _Re = "Restore";
725
+ const _Rec = "Records";
726
+ const _Red = "Redirect";
727
+ const _Ret = "Retention";
728
+ const _Ro = "Role";
729
+ const _Ru = "Rule";
730
+ const _S = "Status";
731
+ const _SA = "StartAfter";
732
+ const _SAK = "SecretAccessKey";
733
+ const _SAs = "SseAlgorithm";
734
+ const _SB = "StreamingBlob";
735
+ const _SBD = "S3BucketDestination";
736
+ const _SC = "StorageClass";
737
+ const _SCA = "StorageClassAnalysis";
738
+ const _SCADE = "StorageClassAnalysisDataExport";
739
+ const _SCV = "SessionCredentialValue";
740
+ const _SCe = "SessionCredentials";
741
+ const _SCt = "StatusCode";
742
+ const _SDV = "SkipDestinationValidation";
743
+ const _SE = "StatsEvent";
744
+ const _SIM = "SourceIfMatch";
745
+ const _SIMS = "SourceIfModifiedSince";
746
+ const _SINM = "SourceIfNoneMatch";
747
+ const _SIUS = "SourceIfUnmodifiedSince";
748
+ const _SK = "SSE-KMS";
749
+ const _SKEO = "SseKmsEncryptedObjects";
750
+ const _SKF = "S3KeyFilter";
751
+ const _SKe = "S3Key";
752
+ const _SL = "S3Location";
753
+ const _SM = "SessionMode";
754
+ const _SOC = "SelectObjectContent";
755
+ const _SOCES = "SelectObjectContentEventStream";
756
+ const _SOCO = "SelectObjectContentOutput";
757
+ const _SOCR = "SelectObjectContentRequest";
758
+ const _SP = "SelectParameters";
759
+ const _SPi = "SimplePrefix";
760
+ const _SR = "ScanRange";
761
+ const _SS = "SSE-S3";
762
+ const _SSC = "SourceSelectionCriteria";
763
+ const _SSE = "ServerSideEncryption";
764
+ const _SSEA = "SSEAlgorithm";
765
+ const _SSEBD = "ServerSideEncryptionByDefault";
766
+ const _SSEC = "ServerSideEncryptionConfiguration";
767
+ const _SSECA = "SSECustomerAlgorithm";
768
+ const _SSECK = "SSECustomerKey";
769
+ const _SSECKMD = "SSECustomerKeyMD5";
770
+ const _SSEKMS = "SSEKMS";
771
+ const _SSEKMSE = "SSEKMSEncryption";
772
+ const _SSEKMSEC = "SSEKMSEncryptionContext";
773
+ const _SSEKMSKI = "SSEKMSKeyId";
774
+ const _SSER = "ServerSideEncryptionRule";
775
+ const _SSERe = "ServerSideEncryptionRules";
776
+ const _SSES = "SSES3";
777
+ const _ST = "SessionToken";
778
+ const _STD = "S3TablesDestination";
779
+ const _STDR = "S3TablesDestinationResult";
780
+ const _S_ = "S3";
781
+ const _Sc = "Schedule";
782
+ const _Si = "Size";
783
+ const _St = "Start";
784
+ const _Sta = "Stats";
785
+ const _Su = "Suffix";
786
+ const _T = "Tags";
787
+ const _TA = "TableArn";
788
+ const _TAo = "TopicArn";
789
+ const _TB = "TargetBucket";
790
+ const _TBA = "TableBucketArn";
791
+ const _TBT = "TableBucketType";
792
+ const _TC = "TagCount";
793
+ const _TCL = "TopicConfigurationList";
794
+ const _TCo = "TopicConfigurations";
795
+ const _TCop = "TopicConfiguration";
796
+ const _TD = "TaggingDirective";
797
+ const _TDMOS = "TransitionDefaultMinimumObjectSize";
798
+ const _TG = "TargetGrants";
799
+ const _TGa = "TargetGrant";
800
+ const _TL = "TieringList";
801
+ const _TLr = "TransitionList";
802
+ const _TMP = "TooManyParts";
803
+ const _TN = "TableNamespace";
804
+ const _TNa = "TableName";
805
+ const _TOKF = "TargetObjectKeyFormat";
806
+ const _TP = "TargetPrefix";
807
+ const _TPC = "TotalPartsCount";
808
+ const _TS = "TagSet";
809
+ const _TSa = "TableStatus";
810
+ const _Ta = "Tag";
811
+ const _Tag = "Tagging";
812
+ const _Ti = "Tier";
813
+ const _Tie = "Tierings";
814
+ const _Tier = "Tiering";
815
+ const _Tim = "Time";
816
+ const _To = "Token";
817
+ const _Top = "Topic";
818
+ const _Tr = "Transitions";
819
+ const _Tra = "Transition";
820
+ const _Ty = "Type";
821
+ const _U = "Uploads";
822
+ const _UBMITC = "UpdateBucketMetadataInventoryTableConfiguration";
823
+ const _UBMITCR = "UpdateBucketMetadataInventoryTableConfigurationRequest";
824
+ const _UBMJTC = "UpdateBucketMetadataJournalTableConfiguration";
825
+ const _UBMJTCR = "UpdateBucketMetadataJournalTableConfigurationRequest";
826
+ const _UI = "UploadId";
827
+ const _UIM = "UploadIdMarker";
828
+ const _UM = "UserMetadata";
829
+ const _UOE = "UpdateObjectEncryption";
830
+ const _UOER = "UpdateObjectEncryptionRequest";
831
+ const _UOERp = "UpdateObjectEncryptionResponse";
832
+ const _UP = "UploadPart";
833
+ const _UPC = "UploadPartCopy";
834
+ const _UPCO = "UploadPartCopyOutput";
835
+ const _UPCR = "UploadPartCopyRequest";
836
+ const _UPO = "UploadPartOutput";
837
+ const _UPR = "UploadPartRequest";
838
+ const _URI = "URI";
839
+ const _Up = "Upload";
840
+ const _V = "Value";
841
+ const _VC = "VersioningConfiguration";
842
+ const _VI = "VersionId";
843
+ const _VIM = "VersionIdMarker";
844
+ const _Ve = "Versions";
845
+ const _Ver = "Version";
846
+ const _WC = "WebsiteConfiguration";
847
+ const _WGOR = "WriteGetObjectResponse";
848
+ const _WGORR = "WriteGetObjectResponseRequest";
849
+ const _WOB = "WriteOffsetBytes";
850
+ const _WRL = "WebsiteRedirectLocation";
851
+ const _Y = "Years";
852
+ const _ar = "accept-ranges";
853
+ const _br = "bucket-region";
854
+ const _c = "client";
855
+ const _ct = "continuation-token";
856
+ const _d = "delimiter";
857
+ const _e = "error";
858
+ const _eP = "eventPayload";
859
+ const _en = "endpoint";
860
+ const _et = "encoding-type";
861
+ const _fo = "fetch-owner";
862
+ const _h = "http";
863
+ const _hC = "httpChecksum";
864
+ const _hE = "httpError";
865
+ const _hH = "httpHeader";
866
+ const _hL = "hostLabel";
867
+ const _hP = "httpPayload";
868
+ const _hPH = "httpPrefixHeaders";
869
+ const _hQ = "httpQuery";
870
+ const _hi = "http://www.w3.org/2001/XMLSchema-instance";
871
+ const _i = "id";
872
+ const _iT = "idempotencyToken";
873
+ const _km = "key-marker";
874
+ const _m = "marker";
875
+ const _mb = "max-buckets";
876
+ const _mdb = "max-directory-buckets";
877
+ const _mk = "max-keys";
878
+ const _mp = "max-parts";
879
+ const _mu = "max-uploads";
880
+ const _p = "prefix";
881
+ const _pN = "partNumber";
882
+ const _pnm = "part-number-marker";
883
+ const _rcc = "response-cache-control";
884
+ const _rcd = "response-content-disposition";
885
+ const _rce = "response-content-encoding";
886
+ const _rcl = "response-content-language";
887
+ const _rct = "response-content-type";
888
+ const _re = "response-expires";
889
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.s3";
890
+ const _sa = "start-after";
891
+ const _st = "streaming";
892
+ const _uI = "uploadId";
893
+ const _uim = "upload-id-marker";
894
+ const _vI = "versionId";
895
+ const _vim = "version-id-marker";
896
+ const _x = "xsi";
897
+ const _xA = "xmlAttribute";
898
+ const _xF = "xmlFlattened";
899
+ const _xN = "xmlName";
900
+ const _xNm = "xmlNamespace";
901
+ const _xaa = "x-amz-acl";
902
+ const _xaad = "x-amz-abort-date";
903
+ const _xaapa = "x-amz-access-point-alias";
904
+ const _xaari = "x-amz-abort-rule-id";
905
+ const _xaas = "x-amz-archive-status";
906
+ const _xaba = "x-amz-bucket-arn";
907
+ const _xabgr = "x-amz-bypass-governance-retention";
908
+ const _xabln = "x-amz-bucket-location-name";
909
+ const _xablt = "x-amz-bucket-location-type";
910
+ const _xabn = "x-amz-bucket-namespace";
911
+ const _xabole = "x-amz-bucket-object-lock-enabled";
912
+ const _xabolt = "x-amz-bucket-object-lock-token";
913
+ const _xabr = "x-amz-bucket-region";
914
+ const _xaca = "x-amz-checksum-algorithm";
915
+ const _xacc = "x-amz-checksum-crc32";
916
+ const _xacc_ = "x-amz-checksum-crc32c";
917
+ const _xacc__ = "x-amz-checksum-crc64nvme";
918
+ const _xacm = "x-amz-checksum-mode";
919
+ const _xacrsba = "x-amz-confirm-remove-self-bucket-access";
920
+ const _xacs = "x-amz-checksum-sha1";
921
+ const _xacs_ = "x-amz-checksum-sha256";
922
+ const _xacs__ = "x-amz-copy-source";
923
+ const _xacsim = "x-amz-copy-source-if-match";
924
+ const _xacsims = "x-amz-copy-source-if-modified-since";
925
+ const _xacsinm = "x-amz-copy-source-if-none-match";
926
+ const _xacsius = "x-amz-copy-source-if-unmodified-since";
927
+ const _xacsm = "x-amz-create-session-mode";
928
+ const _xacsr = "x-amz-copy-source-range";
929
+ const _xacssseca = "x-amz-copy-source-server-side-encryption-customer-algorithm";
930
+ const _xacssseck = "x-amz-copy-source-server-side-encryption-customer-key";
931
+ const _xacssseckM = "x-amz-copy-source-server-side-encryption-customer-key-MD5";
932
+ const _xacsvi = "x-amz-copy-source-version-id";
933
+ const _xact = "x-amz-checksum-type";
934
+ const _xact_ = "x-amz-client-token";
935
+ const _xadm = "x-amz-delete-marker";
936
+ const _xae = "x-amz-expiration";
937
+ const _xaebo = "x-amz-expected-bucket-owner";
938
+ const _xafec = "x-amz-fwd-error-code";
939
+ const _xafem = "x-amz-fwd-error-message";
940
+ const _xafhCC = "x-amz-fwd-header-Cache-Control";
941
+ const _xafhCD = "x-amz-fwd-header-Content-Disposition";
942
+ const _xafhCE = "x-amz-fwd-header-Content-Encoding";
943
+ const _xafhCL = "x-amz-fwd-header-Content-Language";
944
+ const _xafhCR = "x-amz-fwd-header-Content-Range";
945
+ const _xafhCT = "x-amz-fwd-header-Content-Type";
946
+ const _xafhE = "x-amz-fwd-header-ETag";
947
+ const _xafhE_ = "x-amz-fwd-header-Expires";
948
+ const _xafhLM = "x-amz-fwd-header-Last-Modified";
949
+ const _xafhar = "x-amz-fwd-header-accept-ranges";
950
+ const _xafhxacc = "x-amz-fwd-header-x-amz-checksum-crc32";
951
+ const _xafhxacc_ = "x-amz-fwd-header-x-amz-checksum-crc32c";
952
+ const _xafhxacc__ = "x-amz-fwd-header-x-amz-checksum-crc64nvme";
953
+ const _xafhxacs = "x-amz-fwd-header-x-amz-checksum-sha1";
954
+ const _xafhxacs_ = "x-amz-fwd-header-x-amz-checksum-sha256";
955
+ const _xafhxadm = "x-amz-fwd-header-x-amz-delete-marker";
956
+ const _xafhxae = "x-amz-fwd-header-x-amz-expiration";
957
+ const _xafhxamm = "x-amz-fwd-header-x-amz-missing-meta";
958
+ const _xafhxampc = "x-amz-fwd-header-x-amz-mp-parts-count";
959
+ const _xafhxaollh = "x-amz-fwd-header-x-amz-object-lock-legal-hold";
960
+ const _xafhxaolm = "x-amz-fwd-header-x-amz-object-lock-mode";
961
+ const _xafhxaolrud = "x-amz-fwd-header-x-amz-object-lock-retain-until-date";
962
+ const _xafhxar = "x-amz-fwd-header-x-amz-restore";
963
+ const _xafhxarc = "x-amz-fwd-header-x-amz-request-charged";
964
+ const _xafhxars = "x-amz-fwd-header-x-amz-replication-status";
965
+ const _xafhxasc = "x-amz-fwd-header-x-amz-storage-class";
966
+ const _xafhxasse = "x-amz-fwd-header-x-amz-server-side-encryption";
967
+ const _xafhxasseakki = "x-amz-fwd-header-x-amz-server-side-encryption-aws-kms-key-id";
968
+ const _xafhxassebke = "x-amz-fwd-header-x-amz-server-side-encryption-bucket-key-enabled";
969
+ const _xafhxasseca = "x-amz-fwd-header-x-amz-server-side-encryption-customer-algorithm";
970
+ const _xafhxasseckM = "x-amz-fwd-header-x-amz-server-side-encryption-customer-key-MD5";
971
+ const _xafhxatc = "x-amz-fwd-header-x-amz-tagging-count";
972
+ const _xafhxavi = "x-amz-fwd-header-x-amz-version-id";
973
+ const _xafs = "x-amz-fwd-status";
974
+ const _xagfc = "x-amz-grant-full-control";
975
+ const _xagr = "x-amz-grant-read";
976
+ const _xagra = "x-amz-grant-read-acp";
977
+ const _xagw = "x-amz-grant-write";
978
+ const _xagwa = "x-amz-grant-write-acp";
979
+ const _xaimit = "x-amz-if-match-initiated-time";
980
+ const _xaimlmt = "x-amz-if-match-last-modified-time";
981
+ const _xaims = "x-amz-if-match-size";
982
+ const _xam = "x-amz-meta-";
983
+ const _xam_ = "x-amz-mfa";
984
+ const _xamd = "x-amz-metadata-directive";
985
+ const _xamm = "x-amz-missing-meta";
986
+ const _xamos = "x-amz-mp-object-size";
987
+ const _xamp = "x-amz-max-parts";
988
+ const _xampc = "x-amz-mp-parts-count";
989
+ const _xaoa = "x-amz-object-attributes";
990
+ const _xaollh = "x-amz-object-lock-legal-hold";
991
+ const _xaolm = "x-amz-object-lock-mode";
992
+ const _xaolrud = "x-amz-object-lock-retain-until-date";
993
+ const _xaoo = "x-amz-object-ownership";
994
+ const _xaooa = "x-amz-optional-object-attributes";
995
+ const _xaos = "x-amz-object-size";
996
+ const _xapnm = "x-amz-part-number-marker";
997
+ const _xar = "x-amz-restore";
998
+ const _xarc = "x-amz-request-charged";
999
+ const _xarop = "x-amz-restore-output-path";
1000
+ const _xarp = "x-amz-request-payer";
1001
+ const _xarr = "x-amz-request-route";
1002
+ const _xars = "x-amz-replication-status";
1003
+ const _xars_ = "x-amz-rename-source";
1004
+ const _xarsim = "x-amz-rename-source-if-match";
1005
+ const _xarsims = "x-amz-rename-source-if-modified-since";
1006
+ const _xarsinm = "x-amz-rename-source-if-none-match";
1007
+ const _xarsius = "x-amz-rename-source-if-unmodified-since";
1008
+ const _xart = "x-amz-request-token";
1009
+ const _xasc = "x-amz-storage-class";
1010
+ const _xasca = "x-amz-sdk-checksum-algorithm";
1011
+ const _xasdv = "x-amz-skip-destination-validation";
1012
+ const _xasebo = "x-amz-source-expected-bucket-owner";
1013
+ const _xasse = "x-amz-server-side-encryption";
1014
+ const _xasseakki = "x-amz-server-side-encryption-aws-kms-key-id";
1015
+ const _xassebke = "x-amz-server-side-encryption-bucket-key-enabled";
1016
+ const _xassec = "x-amz-server-side-encryption-context";
1017
+ const _xasseca = "x-amz-server-side-encryption-customer-algorithm";
1018
+ const _xasseck = "x-amz-server-side-encryption-customer-key";
1019
+ const _xasseckM = "x-amz-server-side-encryption-customer-key-MD5";
1020
+ const _xat = "x-amz-tagging";
1021
+ const _xatc = "x-amz-tagging-count";
1022
+ const _xatd = "x-amz-tagging-directive";
1023
+ const _xatdmos = "x-amz-transition-default-minimum-object-size";
1024
+ const _xavi = "x-amz-version-id";
1025
+ const _xawob = "x-amz-write-offset-bytes";
1026
+ const _xawrl = "x-amz-website-redirect-location";
1027
+ const _xs = "xsi:type";
1028
+ const n0 = "com.amazonaws.s3";
1029
+ const schema_1 = require("@smithy/core/schema");
1030
+ const errors_1 = require("../models/errors");
1031
+ const S3ServiceException_1 = require("../models/S3ServiceException");
1032
+ const _s_registry = schema_1.TypeRegistry.for(_s);
1033
+ exports.S3ServiceException$ = [-3, _s, "S3ServiceException", 0, [], []];
1034
+ _s_registry.registerError(exports.S3ServiceException$, S3ServiceException_1.S3ServiceException);
1035
+ const n0_registry = schema_1.TypeRegistry.for(n0);
1036
+ exports.AccessDenied$ = [-3, n0, _AD,
1037
+ { [_e]: _c, [_hE]: 403 },
1038
+ [],
1039
+ []
1040
+ ];
1041
+ n0_registry.registerError(exports.AccessDenied$, errors_1.AccessDenied);
1042
+ exports.BucketAlreadyExists$ = [-3, n0, _BAE,
1043
+ { [_e]: _c, [_hE]: 409 },
1044
+ [],
1045
+ []
1046
+ ];
1047
+ n0_registry.registerError(exports.BucketAlreadyExists$, errors_1.BucketAlreadyExists);
1048
+ exports.BucketAlreadyOwnedByYou$ = [-3, n0, _BAOBY,
1049
+ { [_e]: _c, [_hE]: 409 },
1050
+ [],
1051
+ []
1052
+ ];
1053
+ n0_registry.registerError(exports.BucketAlreadyOwnedByYou$, errors_1.BucketAlreadyOwnedByYou);
1054
+ exports.EncryptionTypeMismatch$ = [-3, n0, _ETM,
1055
+ { [_e]: _c, [_hE]: 400 },
1056
+ [],
1057
+ []
1058
+ ];
1059
+ n0_registry.registerError(exports.EncryptionTypeMismatch$, errors_1.EncryptionTypeMismatch);
1060
+ exports.IdempotencyParameterMismatch$ = [-3, n0, _IPM,
1061
+ { [_e]: _c, [_hE]: 400 },
1062
+ [],
1063
+ []
1064
+ ];
1065
+ n0_registry.registerError(exports.IdempotencyParameterMismatch$, errors_1.IdempotencyParameterMismatch);
1066
+ exports.InvalidObjectState$ = [-3, n0, _IOS,
1067
+ { [_e]: _c, [_hE]: 403 },
1068
+ [_SC, _AT],
1069
+ [0, 0]
1070
+ ];
1071
+ n0_registry.registerError(exports.InvalidObjectState$, errors_1.InvalidObjectState);
1072
+ exports.InvalidRequest$ = [-3, n0, _IR,
1073
+ { [_e]: _c, [_hE]: 400 },
1074
+ [],
1075
+ []
1076
+ ];
1077
+ n0_registry.registerError(exports.InvalidRequest$, errors_1.InvalidRequest);
1078
+ exports.InvalidWriteOffset$ = [-3, n0, _IWO,
1079
+ { [_e]: _c, [_hE]: 400 },
1080
+ [],
1081
+ []
1082
+ ];
1083
+ n0_registry.registerError(exports.InvalidWriteOffset$, errors_1.InvalidWriteOffset);
1084
+ exports.NoSuchBucket$ = [-3, n0, _NSB,
1085
+ { [_e]: _c, [_hE]: 404 },
1086
+ [],
1087
+ []
1088
+ ];
1089
+ n0_registry.registerError(exports.NoSuchBucket$, errors_1.NoSuchBucket);
1090
+ exports.NoSuchKey$ = [-3, n0, _NSK,
1091
+ { [_e]: _c, [_hE]: 404 },
1092
+ [],
1093
+ []
1094
+ ];
1095
+ n0_registry.registerError(exports.NoSuchKey$, errors_1.NoSuchKey);
1096
+ exports.NoSuchUpload$ = [-3, n0, _NSU,
1097
+ { [_e]: _c, [_hE]: 404 },
1098
+ [],
1099
+ []
1100
+ ];
1101
+ n0_registry.registerError(exports.NoSuchUpload$, errors_1.NoSuchUpload);
1102
+ exports.NotFound$ = [-3, n0, _NF,
1103
+ { [_e]: _c },
1104
+ [],
1105
+ []
1106
+ ];
1107
+ n0_registry.registerError(exports.NotFound$, errors_1.NotFound);
1108
+ exports.ObjectAlreadyInActiveTierError$ = [-3, n0, _OAIATE,
1109
+ { [_e]: _c, [_hE]: 403 },
1110
+ [],
1111
+ []
1112
+ ];
1113
+ n0_registry.registerError(exports.ObjectAlreadyInActiveTierError$, errors_1.ObjectAlreadyInActiveTierError);
1114
+ exports.ObjectNotInActiveTierError$ = [-3, n0, _ONIATE,
1115
+ { [_e]: _c, [_hE]: 403 },
1116
+ [],
1117
+ []
1118
+ ];
1119
+ n0_registry.registerError(exports.ObjectNotInActiveTierError$, errors_1.ObjectNotInActiveTierError);
1120
+ exports.TooManyParts$ = [-3, n0, _TMP,
1121
+ { [_e]: _c, [_hE]: 400 },
1122
+ [],
1123
+ []
1124
+ ];
1125
+ n0_registry.registerError(exports.TooManyParts$, errors_1.TooManyParts);
1126
+ exports.errorTypeRegistries = [
1127
+ _s_registry,
1128
+ n0_registry,
1129
+ ];
1130
+ var CopySourceSSECustomerKey = [0, n0, _CSSSECK, 8, 0];
1131
+ var NonEmptyKmsKeyArnString = [0, n0, _NEKKAS, 8, 0];
1132
+ var SessionCredentialValue = [0, n0, _SCV, 8, 0];
1133
+ var SSECustomerKey = [0, n0, _SSECK, 8, 0];
1134
+ var SSEKMSEncryptionContext = [0, n0, _SSEKMSEC, 8, 0];
1135
+ var SSEKMSKeyId = [0, n0, _SSEKMSKI, 8, 0];
1136
+ var StreamingBlob = [0, n0, _SB, { [_st]: 1 }, 42];
1137
+ exports.AbacStatus$ = [3, n0, _AS,
1138
+ 0,
1139
+ [_S],
1140
+ [0]
1141
+ ];
1142
+ exports.AbortIncompleteMultipartUpload$ = [3, n0, _AIMU,
1143
+ 0,
1144
+ [_DAI],
1145
+ [1]
1146
+ ];
1147
+ exports.AbortMultipartUploadOutput$ = [3, n0, _AMUO,
1148
+ 0,
1149
+ [_RC],
1150
+ [[0, { [_hH]: _xarc }]]
1151
+ ];
1152
+ exports.AbortMultipartUploadRequest$ = [3, n0, _AMUR,
1153
+ 0,
1154
+ [_B, _K, _UI, _RP, _EBO, _IMIT],
1155
+ [[0, 1], [0, 1], [0, { [_hQ]: _uI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [6, { [_hH]: _xaimit }]], 3
1156
+ ];
1157
+ exports.AccelerateConfiguration$ = [3, n0, _AC,
1158
+ 0,
1159
+ [_S],
1160
+ [0]
1161
+ ];
1162
+ exports.AccessControlPolicy$ = [3, n0, _ACP,
1163
+ 0,
1164
+ [_G, _O],
1165
+ [[() => Grants, { [_xN]: _ACL }], () => exports.Owner$]
1166
+ ];
1167
+ exports.AccessControlTranslation$ = [3, n0, _ACT,
1168
+ 0,
1169
+ [_O],
1170
+ [0], 1
1171
+ ];
1172
+ exports.AnalyticsAndOperator$ = [3, n0, _AAO,
1173
+ 0,
1174
+ [_P, _T],
1175
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }]]
1176
+ ];
1177
+ exports.AnalyticsConfiguration$ = [3, n0, _ACn,
1178
+ 0,
1179
+ [_I, _SCA, _F],
1180
+ [0, () => exports.StorageClassAnalysis$, [() => exports.AnalyticsFilter$, 0]], 2
1181
+ ];
1182
+ exports.AnalyticsExportDestination$ = [3, n0, _AED,
1183
+ 0,
1184
+ [_SBD],
1185
+ [() => exports.AnalyticsS3BucketDestination$], 1
1186
+ ];
1187
+ exports.AnalyticsS3BucketDestination$ = [3, n0, _ASBD,
1188
+ 0,
1189
+ [_Fo, _B, _BAI, _P],
1190
+ [0, 0, 0, 0], 2
1191
+ ];
1192
+ exports.BlockedEncryptionTypes$ = [3, n0, _BET,
1193
+ 0,
1194
+ [_ET],
1195
+ [[() => EncryptionTypeList, { [_xF]: 1 }]]
1196
+ ];
1197
+ exports.Bucket$ = [3, n0, _B,
1198
+ 0,
1199
+ [_N, _CD, _BR, _BA],
1200
+ [0, 4, 0, 0]
1201
+ ];
1202
+ exports.BucketInfo$ = [3, n0, _BI,
1203
+ 0,
1204
+ [_DR, _Ty],
1205
+ [0, 0]
1206
+ ];
1207
+ exports.BucketLifecycleConfiguration$ = [3, n0, _BLC,
1208
+ 0,
1209
+ [_R],
1210
+ [[() => LifecycleRules, { [_xF]: 1, [_xN]: _Ru }]], 1
1211
+ ];
1212
+ exports.BucketLoggingStatus$ = [3, n0, _BLS,
1213
+ 0,
1214
+ [_LE],
1215
+ [[() => exports.LoggingEnabled$, 0]]
1216
+ ];
1217
+ exports.Checksum$ = [3, n0, _C,
1218
+ 0,
1219
+ [_CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT],
1220
+ [0, 0, 0, 0, 0, 0]
1221
+ ];
1222
+ exports.CommonPrefix$ = [3, n0, _CP,
1223
+ 0,
1224
+ [_P],
1225
+ [0]
1226
+ ];
1227
+ exports.CompletedMultipartUpload$ = [3, n0, _CMU,
1228
+ 0,
1229
+ [_Pa],
1230
+ [[() => CompletedPartList, { [_xF]: 1, [_xN]: _Par }]]
1231
+ ];
1232
+ exports.CompletedPart$ = [3, n0, _CPo,
1233
+ 0,
1234
+ [_ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _PN],
1235
+ [0, 0, 0, 0, 0, 0, 1]
1236
+ ];
1237
+ exports.CompleteMultipartUploadOutput$ = [3, n0, _CMUO,
1238
+ { [_xN]: _CMUR },
1239
+ [_L, _B, _K, _E, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _SSE, _VI, _SSEKMSKI, _BKE, _RC],
1240
+ [0, 0, 0, [0, { [_hH]: _xae }], 0, 0, 0, 0, 0, 0, 0, [0, { [_hH]: _xasse }], [0, { [_hH]: _xavi }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
1241
+ ];
1242
+ exports.CompleteMultipartUploadRequest$ = [3, n0, _CMURo,
1243
+ 0,
1244
+ [_B, _K, _UI, _MU, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _MOS, _RP, _EBO, _IM, _INM, _SSECA, _SSECK, _SSECKMD],
1245
+ [[0, 1], [0, 1], [0, { [_hQ]: _uI }], [() => exports.CompletedMultipartUpload$, { [_hP]: 1, [_xN]: _CMUo }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xact }], [1, { [_hH]: _xamos }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }]], 3
1246
+ ];
1247
+ exports.Condition$ = [3, n0, _Co,
1248
+ 0,
1249
+ [_HECRE, _KPE],
1250
+ [0, 0]
1251
+ ];
1252
+ exports.ContinuationEvent$ = [3, n0, _CE,
1253
+ 0,
1254
+ [],
1255
+ []
1256
+ ];
1257
+ exports.CopyObjectOutput$ = [3, n0, _COO,
1258
+ 0,
1259
+ [_COR, _E, _CSVI, _VI, _SSE, _SSECA, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RC],
1260
+ [[() => exports.CopyObjectResult$, 16], [0, { [_hH]: _xae }], [0, { [_hH]: _xacsvi }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
1261
+ ];
1262
+ exports.CopyObjectRequest$ = [3, n0, _CORo,
1263
+ 0,
1264
+ [_B, _CS, _K, _ACL_, _CC, _CA, _CDo, _CEo, _CL, _CTo, _CSIM, _CSIMS, _CSINM, _CSIUS, _Ex, _GFC, _GR, _GRACP, _GWACP, _IM, _INM, _M, _MD, _TD, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _CSSSECA, _CSSSECK, _CSSSECKMD, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO, _ESBO],
1265
+ [[0, 1], [0, { [_hH]: _xacs__ }], [0, 1], [0, { [_hH]: _xaa }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _xaca }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _xacsim }], [4, { [_hH]: _xacsims }], [0, { [_hH]: _xacsinm }], [4, { [_hH]: _xacsius }], [4, { [_hH]: _Ex }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xamd }], [0, { [_hH]: _xatd }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xacssseca }], [() => CopySourceSSECustomerKey, { [_hH]: _xacssseck }], [0, { [_hH]: _xacssseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasebo }]], 3
1266
+ ];
1267
+ exports.CopyObjectResult$ = [3, n0, _COR,
1268
+ 0,
1269
+ [_ETa, _LM, _CT, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
1270
+ [0, 4, 0, 0, 0, 0, 0, 0]
1271
+ ];
1272
+ exports.CopyPartResult$ = [3, n0, _CPR,
1273
+ 0,
1274
+ [_ETa, _LM, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
1275
+ [0, 4, 0, 0, 0, 0, 0]
1276
+ ];
1277
+ exports.CORSConfiguration$ = [3, n0, _CORSC,
1278
+ 0,
1279
+ [_CORSR],
1280
+ [[() => CORSRules, { [_xF]: 1, [_xN]: _CORSRu }]], 1
1281
+ ];
1282
+ exports.CORSRule$ = [3, n0, _CORSRu,
1283
+ 0,
1284
+ [_AM, _AO, _ID, _AH, _EH, _MAS],
1285
+ [[64 | 0, { [_xF]: 1, [_xN]: _AMl }], [64 | 0, { [_xF]: 1, [_xN]: _AOl }], 0, [64 | 0, { [_xF]: 1, [_xN]: _AHl }], [64 | 0, { [_xF]: 1, [_xN]: _EHx }], 1], 2
1286
+ ];
1287
+ exports.CreateBucketConfiguration$ = [3, n0, _CBC,
1288
+ 0,
1289
+ [_LC, _L, _B, _T],
1290
+ [0, () => exports.LocationInfo$, () => exports.BucketInfo$, [() => TagSet, 0]]
1291
+ ];
1292
+ exports.CreateBucketMetadataConfigurationRequest$ = [3, n0, _CBMCR,
1293
+ 0,
1294
+ [_B, _MC, _CMD, _CA, _EBO],
1295
+ [[0, 1], [() => exports.MetadataConfiguration$, { [_hP]: 1, [_xN]: _MC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
1296
+ ];
1297
+ exports.CreateBucketMetadataTableConfigurationRequest$ = [3, n0, _CBMTCR,
1298
+ 0,
1299
+ [_B, _MTC, _CMD, _CA, _EBO],
1300
+ [[0, 1], [() => exports.MetadataTableConfiguration$, { [_hP]: 1, [_xN]: _MTC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
1301
+ ];
1302
+ exports.CreateBucketOutput$ = [3, n0, _CBO,
1303
+ 0,
1304
+ [_L, _BA],
1305
+ [[0, { [_hH]: _L }], [0, { [_hH]: _xaba }]]
1306
+ ];
1307
+ exports.CreateBucketRequest$ = [3, n0, _CBR,
1308
+ 0,
1309
+ [_B, _ACL_, _CBC, _GFC, _GR, _GRACP, _GW, _GWACP, _OLEFB, _OO, _BN],
1310
+ [[0, 1], [0, { [_hH]: _xaa }], [() => exports.CreateBucketConfiguration$, { [_hP]: 1, [_xN]: _CBC }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [2, { [_hH]: _xabole }], [0, { [_hH]: _xaoo }], [0, { [_hH]: _xabn }]], 1
1311
+ ];
1312
+ exports.CreateMultipartUploadOutput$ = [3, n0, _CMUOr,
1313
+ { [_xN]: _IMUR },
1314
+ [_ADb, _ARI, _B, _K, _UI, _SSE, _SSECA, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RC, _CA, _CT],
1315
+ [[4, { [_hH]: _xaad }], [0, { [_hH]: _xaari }], [0, { [_xN]: _B }], 0, 0, [0, { [_hH]: _xasse }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xaca }], [0, { [_hH]: _xact }]]
1316
+ ];
1317
+ exports.CreateMultipartUploadRequest$ = [3, n0, _CMURr,
1318
+ 0,
1319
+ [_B, _K, _ACL_, _CC, _CDo, _CEo, _CL, _CTo, _Ex, _GFC, _GR, _GRACP, _GWACP, _M, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO, _CA, _CT],
1320
+ [[0, 1], [0, 1], [0, { [_hH]: _xaa }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xaca }], [0, { [_hH]: _xact }]], 2
1321
+ ];
1322
+ exports.CreateSessionOutput$ = [3, n0, _CSO,
1323
+ { [_xN]: _CSR },
1324
+ [_Cr, _SSE, _SSEKMSKI, _SSEKMSEC, _BKE],
1325
+ [[() => exports.SessionCredentials$, { [_xN]: _Cr }], [0, { [_hH]: _xasse }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }]], 1
1326
+ ];
1327
+ exports.CreateSessionRequest$ = [3, n0, _CSRr,
1328
+ 0,
1329
+ [_B, _SM, _SSE, _SSEKMSKI, _SSEKMSEC, _BKE],
1330
+ [[0, 1], [0, { [_hH]: _xacsm }], [0, { [_hH]: _xasse }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }]], 1
1331
+ ];
1332
+ exports.CSVInput$ = [3, n0, _CSVIn,
1333
+ 0,
1334
+ [_FHI, _Com, _QEC, _RD, _FD, _QC, _AQRD],
1335
+ [0, 0, 0, 0, 0, 0, 2]
1336
+ ];
1337
+ exports.CSVOutput$ = [3, n0, _CSVO,
1338
+ 0,
1339
+ [_QF, _QEC, _RD, _FD, _QC],
1340
+ [0, 0, 0, 0, 0]
1341
+ ];
1342
+ exports.DefaultRetention$ = [3, n0, _DRe,
1343
+ 0,
1344
+ [_Mo, _D, _Y],
1345
+ [0, 1, 1]
1346
+ ];
1347
+ exports.Delete$ = [3, n0, _De,
1348
+ 0,
1349
+ [_Ob, _Q],
1350
+ [[() => ObjectIdentifierList, { [_xF]: 1, [_xN]: _Obj }], 2], 1
1351
+ ];
1352
+ exports.DeleteBucketAnalyticsConfigurationRequest$ = [3, n0, _DBACR,
1353
+ 0,
1354
+ [_B, _I, _EBO],
1355
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1356
+ ];
1357
+ exports.DeleteBucketCorsRequest$ = [3, n0, _DBCR,
1358
+ 0,
1359
+ [_B, _EBO],
1360
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1361
+ ];
1362
+ exports.DeleteBucketEncryptionRequest$ = [3, n0, _DBER,
1363
+ 0,
1364
+ [_B, _EBO],
1365
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1366
+ ];
1367
+ exports.DeleteBucketIntelligentTieringConfigurationRequest$ = [3, n0, _DBITCR,
1368
+ 0,
1369
+ [_B, _I, _EBO],
1370
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1371
+ ];
1372
+ exports.DeleteBucketInventoryConfigurationRequest$ = [3, n0, _DBICR,
1373
+ 0,
1374
+ [_B, _I, _EBO],
1375
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1376
+ ];
1377
+ exports.DeleteBucketLifecycleRequest$ = [3, n0, _DBLR,
1378
+ 0,
1379
+ [_B, _EBO],
1380
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1381
+ ];
1382
+ exports.DeleteBucketMetadataConfigurationRequest$ = [3, n0, _DBMCR,
1383
+ 0,
1384
+ [_B, _EBO],
1385
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1386
+ ];
1387
+ exports.DeleteBucketMetadataTableConfigurationRequest$ = [3, n0, _DBMTCR,
1388
+ 0,
1389
+ [_B, _EBO],
1390
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1391
+ ];
1392
+ exports.DeleteBucketMetricsConfigurationRequest$ = [3, n0, _DBMCRe,
1393
+ 0,
1394
+ [_B, _I, _EBO],
1395
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1396
+ ];
1397
+ exports.DeleteBucketOwnershipControlsRequest$ = [3, n0, _DBOCR,
1398
+ 0,
1399
+ [_B, _EBO],
1400
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1401
+ ];
1402
+ exports.DeleteBucketPolicyRequest$ = [3, n0, _DBPR,
1403
+ 0,
1404
+ [_B, _EBO],
1405
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1406
+ ];
1407
+ exports.DeleteBucketReplicationRequest$ = [3, n0, _DBRR,
1408
+ 0,
1409
+ [_B, _EBO],
1410
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1411
+ ];
1412
+ exports.DeleteBucketRequest$ = [3, n0, _DBR,
1413
+ 0,
1414
+ [_B, _EBO],
1415
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1416
+ ];
1417
+ exports.DeleteBucketTaggingRequest$ = [3, n0, _DBTR,
1418
+ 0,
1419
+ [_B, _EBO],
1420
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1421
+ ];
1422
+ exports.DeleteBucketWebsiteRequest$ = [3, n0, _DBWR,
1423
+ 0,
1424
+ [_B, _EBO],
1425
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1426
+ ];
1427
+ exports.DeletedObject$ = [3, n0, _DO,
1428
+ 0,
1429
+ [_K, _VI, _DM, _DMVI],
1430
+ [0, 0, 2, 0]
1431
+ ];
1432
+ exports.DeleteMarkerEntry$ = [3, n0, _DME,
1433
+ 0,
1434
+ [_O, _K, _VI, _IL, _LM],
1435
+ [() => exports.Owner$, 0, 0, 2, 4]
1436
+ ];
1437
+ exports.DeleteMarkerReplication$ = [3, n0, _DMR,
1438
+ 0,
1439
+ [_S],
1440
+ [0]
1441
+ ];
1442
+ exports.DeleteObjectOutput$ = [3, n0, _DOO,
1443
+ 0,
1444
+ [_DM, _VI, _RC],
1445
+ [[2, { [_hH]: _xadm }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xarc }]]
1446
+ ];
1447
+ exports.DeleteObjectRequest$ = [3, n0, _DOR,
1448
+ 0,
1449
+ [_B, _K, _MFA, _VI, _RP, _BGR, _EBO, _IM, _IMLMT, _IMS],
1450
+ [[0, 1], [0, 1], [0, { [_hH]: _xam_ }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _IM_ }], [6, { [_hH]: _xaimlmt }], [1, { [_hH]: _xaims }]], 2
1451
+ ];
1452
+ exports.DeleteObjectsOutput$ = [3, n0, _DOOe,
1453
+ { [_xN]: _DRel },
1454
+ [_Del, _RC, _Er],
1455
+ [[() => DeletedObjects, { [_xF]: 1 }], [0, { [_hH]: _xarc }], [() => Errors, { [_xF]: 1, [_xN]: _Err }]]
1456
+ ];
1457
+ exports.DeleteObjectsRequest$ = [3, n0, _DORe,
1458
+ 0,
1459
+ [_B, _De, _MFA, _RP, _BGR, _EBO, _CA],
1460
+ [[0, 1], [() => exports.Delete$, { [_hP]: 1, [_xN]: _De }], [0, { [_hH]: _xam_ }], [0, { [_hH]: _xarp }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
1461
+ ];
1462
+ exports.DeleteObjectTaggingOutput$ = [3, n0, _DOTO,
1463
+ 0,
1464
+ [_VI],
1465
+ [[0, { [_hH]: _xavi }]]
1466
+ ];
1467
+ exports.DeleteObjectTaggingRequest$ = [3, n0, _DOTR,
1468
+ 0,
1469
+ [_B, _K, _VI, _EBO],
1470
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }]], 2
1471
+ ];
1472
+ exports.DeletePublicAccessBlockRequest$ = [3, n0, _DPABR,
1473
+ 0,
1474
+ [_B, _EBO],
1475
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1476
+ ];
1477
+ exports.Destination$ = [3, n0, _Des,
1478
+ 0,
1479
+ [_B, _A, _SC, _ACT, _EC, _RT, _Me],
1480
+ [0, 0, 0, () => exports.AccessControlTranslation$, () => exports.EncryptionConfiguration$, () => exports.ReplicationTime$, () => exports.Metrics$], 1
1481
+ ];
1482
+ exports.DestinationResult$ = [3, n0, _DRes,
1483
+ 0,
1484
+ [_TBT, _TBA, _TN],
1485
+ [0, 0, 0]
1486
+ ];
1487
+ exports.Encryption$ = [3, n0, _En,
1488
+ 0,
1489
+ [_ET, _KMSKI, _KMSC],
1490
+ [0, [() => SSEKMSKeyId, 0], 0], 1
1491
+ ];
1492
+ exports.EncryptionConfiguration$ = [3, n0, _EC,
1493
+ 0,
1494
+ [_RKKID],
1495
+ [0]
1496
+ ];
1497
+ exports.EndEvent$ = [3, n0, _EE,
1498
+ 0,
1499
+ [],
1500
+ []
1501
+ ];
1502
+ exports._Error$ = [3, n0, _Err,
1503
+ 0,
1504
+ [_K, _VI, _Cod, _Mes],
1505
+ [0, 0, 0, 0]
1506
+ ];
1507
+ exports.ErrorDetails$ = [3, n0, _ED,
1508
+ 0,
1509
+ [_ECr, _EM],
1510
+ [0, 0]
1511
+ ];
1512
+ exports.ErrorDocument$ = [3, n0, _EDr,
1513
+ 0,
1514
+ [_K],
1515
+ [0], 1
1516
+ ];
1517
+ exports.EventBridgeConfiguration$ = [3, n0, _EBC,
1518
+ 0,
1519
+ [],
1520
+ []
1521
+ ];
1522
+ exports.ExistingObjectReplication$ = [3, n0, _EOR,
1523
+ 0,
1524
+ [_S],
1525
+ [0], 1
1526
+ ];
1527
+ exports.FilterRule$ = [3, n0, _FR,
1528
+ 0,
1529
+ [_N, _V],
1530
+ [0, 0]
1531
+ ];
1532
+ exports.GetBucketAbacOutput$ = [3, n0, _GBAO,
1533
+ 0,
1534
+ [_AS],
1535
+ [[() => exports.AbacStatus$, 16]]
1536
+ ];
1537
+ exports.GetBucketAbacRequest$ = [3, n0, _GBAR,
1538
+ 0,
1539
+ [_B, _EBO],
1540
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1541
+ ];
1542
+ exports.GetBucketAccelerateConfigurationOutput$ = [3, n0, _GBACO,
1543
+ { [_xN]: _AC },
1544
+ [_S, _RC],
1545
+ [0, [0, { [_hH]: _xarc }]]
1546
+ ];
1547
+ exports.GetBucketAccelerateConfigurationRequest$ = [3, n0, _GBACR,
1548
+ 0,
1549
+ [_B, _EBO, _RP],
1550
+ [[0, 1], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 1
1551
+ ];
1552
+ exports.GetBucketAclOutput$ = [3, n0, _GBAOe,
1553
+ { [_xN]: _ACP },
1554
+ [_O, _G],
1555
+ [() => exports.Owner$, [() => Grants, { [_xN]: _ACL }]]
1556
+ ];
1557
+ exports.GetBucketAclRequest$ = [3, n0, _GBARe,
1558
+ 0,
1559
+ [_B, _EBO],
1560
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1561
+ ];
1562
+ exports.GetBucketAnalyticsConfigurationOutput$ = [3, n0, _GBACOe,
1563
+ 0,
1564
+ [_ACn],
1565
+ [[() => exports.AnalyticsConfiguration$, 16]]
1566
+ ];
1567
+ exports.GetBucketAnalyticsConfigurationRequest$ = [3, n0, _GBACRe,
1568
+ 0,
1569
+ [_B, _I, _EBO],
1570
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1571
+ ];
1572
+ exports.GetBucketCorsOutput$ = [3, n0, _GBCO,
1573
+ { [_xN]: _CORSC },
1574
+ [_CORSR],
1575
+ [[() => CORSRules, { [_xF]: 1, [_xN]: _CORSRu }]]
1576
+ ];
1577
+ exports.GetBucketCorsRequest$ = [3, n0, _GBCR,
1578
+ 0,
1579
+ [_B, _EBO],
1580
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1581
+ ];
1582
+ exports.GetBucketEncryptionOutput$ = [3, n0, _GBEO,
1583
+ 0,
1584
+ [_SSEC],
1585
+ [[() => exports.ServerSideEncryptionConfiguration$, 16]]
1586
+ ];
1587
+ exports.GetBucketEncryptionRequest$ = [3, n0, _GBER,
1588
+ 0,
1589
+ [_B, _EBO],
1590
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1591
+ ];
1592
+ exports.GetBucketIntelligentTieringConfigurationOutput$ = [3, n0, _GBITCO,
1593
+ 0,
1594
+ [_ITC],
1595
+ [[() => exports.IntelligentTieringConfiguration$, 16]]
1596
+ ];
1597
+ exports.GetBucketIntelligentTieringConfigurationRequest$ = [3, n0, _GBITCR,
1598
+ 0,
1599
+ [_B, _I, _EBO],
1600
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1601
+ ];
1602
+ exports.GetBucketInventoryConfigurationOutput$ = [3, n0, _GBICO,
1603
+ 0,
1604
+ [_IC],
1605
+ [[() => exports.InventoryConfiguration$, 16]]
1606
+ ];
1607
+ exports.GetBucketInventoryConfigurationRequest$ = [3, n0, _GBICR,
1608
+ 0,
1609
+ [_B, _I, _EBO],
1610
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1611
+ ];
1612
+ exports.GetBucketLifecycleConfigurationOutput$ = [3, n0, _GBLCO,
1613
+ { [_xN]: _LCi },
1614
+ [_R, _TDMOS],
1615
+ [[() => LifecycleRules, { [_xF]: 1, [_xN]: _Ru }], [0, { [_hH]: _xatdmos }]]
1616
+ ];
1617
+ exports.GetBucketLifecycleConfigurationRequest$ = [3, n0, _GBLCR,
1618
+ 0,
1619
+ [_B, _EBO],
1620
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1621
+ ];
1622
+ exports.GetBucketLocationOutput$ = [3, n0, _GBLO,
1623
+ { [_xN]: _LC },
1624
+ [_LC],
1625
+ [0]
1626
+ ];
1627
+ exports.GetBucketLocationRequest$ = [3, n0, _GBLR,
1628
+ 0,
1629
+ [_B, _EBO],
1630
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1631
+ ];
1632
+ exports.GetBucketLoggingOutput$ = [3, n0, _GBLOe,
1633
+ { [_xN]: _BLS },
1634
+ [_LE],
1635
+ [[() => exports.LoggingEnabled$, 0]]
1636
+ ];
1637
+ exports.GetBucketLoggingRequest$ = [3, n0, _GBLRe,
1638
+ 0,
1639
+ [_B, _EBO],
1640
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1641
+ ];
1642
+ exports.GetBucketMetadataConfigurationOutput$ = [3, n0, _GBMCO,
1643
+ 0,
1644
+ [_GBMCR],
1645
+ [[() => exports.GetBucketMetadataConfigurationResult$, 16]]
1646
+ ];
1647
+ exports.GetBucketMetadataConfigurationRequest$ = [3, n0, _GBMCRe,
1648
+ 0,
1649
+ [_B, _EBO],
1650
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1651
+ ];
1652
+ exports.GetBucketMetadataConfigurationResult$ = [3, n0, _GBMCR,
1653
+ 0,
1654
+ [_MCR],
1655
+ [() => exports.MetadataConfigurationResult$], 1
1656
+ ];
1657
+ exports.GetBucketMetadataTableConfigurationOutput$ = [3, n0, _GBMTCO,
1658
+ 0,
1659
+ [_GBMTCR],
1660
+ [[() => exports.GetBucketMetadataTableConfigurationResult$, 16]]
1661
+ ];
1662
+ exports.GetBucketMetadataTableConfigurationRequest$ = [3, n0, _GBMTCRe,
1663
+ 0,
1664
+ [_B, _EBO],
1665
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1666
+ ];
1667
+ exports.GetBucketMetadataTableConfigurationResult$ = [3, n0, _GBMTCR,
1668
+ 0,
1669
+ [_MTCR, _S, _Err],
1670
+ [() => exports.MetadataTableConfigurationResult$, 0, () => exports.ErrorDetails$], 2
1671
+ ];
1672
+ exports.GetBucketMetricsConfigurationOutput$ = [3, n0, _GBMCOe,
1673
+ 0,
1674
+ [_MCe],
1675
+ [[() => exports.MetricsConfiguration$, 16]]
1676
+ ];
1677
+ exports.GetBucketMetricsConfigurationRequest$ = [3, n0, _GBMCRet,
1678
+ 0,
1679
+ [_B, _I, _EBO],
1680
+ [[0, 1], [0, { [_hQ]: _i }], [0, { [_hH]: _xaebo }]], 2
1681
+ ];
1682
+ exports.GetBucketNotificationConfigurationRequest$ = [3, n0, _GBNCR,
1683
+ 0,
1684
+ [_B, _EBO],
1685
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1686
+ ];
1687
+ exports.GetBucketOwnershipControlsOutput$ = [3, n0, _GBOCO,
1688
+ 0,
1689
+ [_OC],
1690
+ [[() => exports.OwnershipControls$, 16]]
1691
+ ];
1692
+ exports.GetBucketOwnershipControlsRequest$ = [3, n0, _GBOCR,
1693
+ 0,
1694
+ [_B, _EBO],
1695
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1696
+ ];
1697
+ exports.GetBucketPolicyOutput$ = [3, n0, _GBPO,
1698
+ 0,
1699
+ [_Po],
1700
+ [[0, 16]]
1701
+ ];
1702
+ exports.GetBucketPolicyRequest$ = [3, n0, _GBPR,
1703
+ 0,
1704
+ [_B, _EBO],
1705
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1706
+ ];
1707
+ exports.GetBucketPolicyStatusOutput$ = [3, n0, _GBPSO,
1708
+ 0,
1709
+ [_PS],
1710
+ [[() => exports.PolicyStatus$, 16]]
1711
+ ];
1712
+ exports.GetBucketPolicyStatusRequest$ = [3, n0, _GBPSR,
1713
+ 0,
1714
+ [_B, _EBO],
1715
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1716
+ ];
1717
+ exports.GetBucketReplicationOutput$ = [3, n0, _GBRO,
1718
+ 0,
1719
+ [_RCe],
1720
+ [[() => exports.ReplicationConfiguration$, 16]]
1721
+ ];
1722
+ exports.GetBucketReplicationRequest$ = [3, n0, _GBRR,
1723
+ 0,
1724
+ [_B, _EBO],
1725
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1726
+ ];
1727
+ exports.GetBucketRequestPaymentOutput$ = [3, n0, _GBRPO,
1728
+ { [_xN]: _RPC },
1729
+ [_Pay],
1730
+ [0]
1731
+ ];
1732
+ exports.GetBucketRequestPaymentRequest$ = [3, n0, _GBRPR,
1733
+ 0,
1734
+ [_B, _EBO],
1735
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1736
+ ];
1737
+ exports.GetBucketTaggingOutput$ = [3, n0, _GBTO,
1738
+ { [_xN]: _Tag },
1739
+ [_TS],
1740
+ [[() => TagSet, 0]], 1
1741
+ ];
1742
+ exports.GetBucketTaggingRequest$ = [3, n0, _GBTR,
1743
+ 0,
1744
+ [_B, _EBO],
1745
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1746
+ ];
1747
+ exports.GetBucketVersioningOutput$ = [3, n0, _GBVO,
1748
+ { [_xN]: _VC },
1749
+ [_S, _MFAD],
1750
+ [0, [0, { [_xN]: _MDf }]]
1751
+ ];
1752
+ exports.GetBucketVersioningRequest$ = [3, n0, _GBVR,
1753
+ 0,
1754
+ [_B, _EBO],
1755
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1756
+ ];
1757
+ exports.GetBucketWebsiteOutput$ = [3, n0, _GBWO,
1758
+ { [_xN]: _WC },
1759
+ [_RART, _IDn, _EDr, _RR],
1760
+ [() => exports.RedirectAllRequestsTo$, () => exports.IndexDocument$, () => exports.ErrorDocument$, [() => RoutingRules, 0]]
1761
+ ];
1762
+ exports.GetBucketWebsiteRequest$ = [3, n0, _GBWR,
1763
+ 0,
1764
+ [_B, _EBO],
1765
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1766
+ ];
1767
+ exports.GetObjectAclOutput$ = [3, n0, _GOAO,
1768
+ { [_xN]: _ACP },
1769
+ [_O, _G, _RC],
1770
+ [() => exports.Owner$, [() => Grants, { [_xN]: _ACL }], [0, { [_hH]: _xarc }]]
1771
+ ];
1772
+ exports.GetObjectAclRequest$ = [3, n0, _GOAR,
1773
+ 0,
1774
+ [_B, _K, _VI, _RP, _EBO],
1775
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
1776
+ ];
1777
+ exports.GetObjectAttributesOutput$ = [3, n0, _GOAOe,
1778
+ { [_xN]: _GOARe },
1779
+ [_DM, _LM, _VI, _RC, _ETa, _C, _OP, _SC, _OS],
1780
+ [[2, { [_hH]: _xadm }], [4, { [_hH]: _LM_ }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xarc }], 0, () => exports.Checksum$, [() => exports.GetObjectAttributesParts$, 0], 0, 1]
1781
+ ];
1782
+ exports.GetObjectAttributesParts$ = [3, n0, _GOAP,
1783
+ 0,
1784
+ [_TPC, _PNM, _NPNM, _MP, _IT, _Pa],
1785
+ [[1, { [_xN]: _PC }], 0, 0, 1, 2, [() => PartsList, { [_xF]: 1, [_xN]: _Par }]]
1786
+ ];
1787
+ exports.GetObjectAttributesRequest$ = [3, n0, _GOARet,
1788
+ 0,
1789
+ [_B, _K, _OA, _VI, _MP, _PNM, _SSECA, _SSECK, _SSECKMD, _RP, _EBO],
1790
+ [[0, 1], [0, 1], [64 | 0, { [_hH]: _xaoa }], [0, { [_hQ]: _vI }], [1, { [_hH]: _xamp }], [0, { [_hH]: _xapnm }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 3
1791
+ ];
1792
+ exports.GetObjectLegalHoldOutput$ = [3, n0, _GOLHO,
1793
+ 0,
1794
+ [_LH],
1795
+ [[() => exports.ObjectLockLegalHold$, { [_hP]: 1, [_xN]: _LH }]]
1796
+ ];
1797
+ exports.GetObjectLegalHoldRequest$ = [3, n0, _GOLHR,
1798
+ 0,
1799
+ [_B, _K, _VI, _RP, _EBO],
1800
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
1801
+ ];
1802
+ exports.GetObjectLockConfigurationOutput$ = [3, n0, _GOLCO,
1803
+ 0,
1804
+ [_OLC],
1805
+ [[() => exports.ObjectLockConfiguration$, 16]]
1806
+ ];
1807
+ exports.GetObjectLockConfigurationRequest$ = [3, n0, _GOLCR,
1808
+ 0,
1809
+ [_B, _EBO],
1810
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1811
+ ];
1812
+ exports.GetObjectOutput$ = [3, n0, _GOO,
1813
+ 0,
1814
+ [_Bo, _DM, _AR, _E, _Re, _LM, _CLo, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _MM, _VI, _CC, _CDo, _CEo, _CL, _CR, _CTo, _Ex, _ES, _WRL, _SSE, _M, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _SC, _RC, _RS, _PC, _TC, _OLM, _OLRUD, _OLLHS],
1815
+ [[() => StreamingBlob, 16], [2, { [_hH]: _xadm }], [0, { [_hH]: _ar }], [0, { [_hH]: _xae }], [0, { [_hH]: _xar }], [4, { [_hH]: _LM_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _ETa }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xact }], [1, { [_hH]: _xamm }], [0, { [_hH]: _xavi }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CR_ }], [0, { [_hH]: _CT_ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _ES }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasse }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xars }], [1, { [_hH]: _xampc }], [1, { [_hH]: _xatc }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }]]
1816
+ ];
1817
+ exports.GetObjectRequest$ = [3, n0, _GOR,
1818
+ 0,
1819
+ [_B, _K, _IM, _IMSf, _INM, _IUS, _Ra, _RCC, _RCD, _RCE, _RCL, _RCT, _RE, _VI, _SSECA, _SSECK, _SSECKMD, _RP, _PN, _EBO, _CMh],
1820
+ [[0, 1], [0, 1], [0, { [_hH]: _IM_ }], [4, { [_hH]: _IMS_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _Ra }], [0, { [_hQ]: _rcc }], [0, { [_hQ]: _rcd }], [0, { [_hQ]: _rce }], [0, { [_hQ]: _rcl }], [0, { [_hQ]: _rct }], [6, { [_hQ]: _re }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [1, { [_hQ]: _pN }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xacm }]], 2
1821
+ ];
1822
+ exports.GetObjectRetentionOutput$ = [3, n0, _GORO,
1823
+ 0,
1824
+ [_Ret],
1825
+ [[() => exports.ObjectLockRetention$, { [_hP]: 1, [_xN]: _Ret }]]
1826
+ ];
1827
+ exports.GetObjectRetentionRequest$ = [3, n0, _GORR,
1828
+ 0,
1829
+ [_B, _K, _VI, _RP, _EBO],
1830
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
1831
+ ];
1832
+ exports.GetObjectTaggingOutput$ = [3, n0, _GOTO,
1833
+ { [_xN]: _Tag },
1834
+ [_TS, _VI],
1835
+ [[() => TagSet, 0], [0, { [_hH]: _xavi }]], 1
1836
+ ];
1837
+ exports.GetObjectTaggingRequest$ = [3, n0, _GOTR,
1838
+ 0,
1839
+ [_B, _K, _VI, _EBO, _RP],
1840
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 2
1841
+ ];
1842
+ exports.GetObjectTorrentOutput$ = [3, n0, _GOTOe,
1843
+ 0,
1844
+ [_Bo, _RC],
1845
+ [[() => StreamingBlob, 16], [0, { [_hH]: _xarc }]]
1846
+ ];
1847
+ exports.GetObjectTorrentRequest$ = [3, n0, _GOTRe,
1848
+ 0,
1849
+ [_B, _K, _RP, _EBO],
1850
+ [[0, 1], [0, 1], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 2
1851
+ ];
1852
+ exports.GetPublicAccessBlockOutput$ = [3, n0, _GPABO,
1853
+ 0,
1854
+ [_PABC],
1855
+ [[() => exports.PublicAccessBlockConfiguration$, 16]]
1856
+ ];
1857
+ exports.GetPublicAccessBlockRequest$ = [3, n0, _GPABR,
1858
+ 0,
1859
+ [_B, _EBO],
1860
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1861
+ ];
1862
+ exports.GlacierJobParameters$ = [3, n0, _GJP,
1863
+ 0,
1864
+ [_Ti],
1865
+ [0], 1
1866
+ ];
1867
+ exports.Grant$ = [3, n0, _Gr,
1868
+ 0,
1869
+ [_Gra, _Pe],
1870
+ [[() => exports.Grantee$, { [_xNm]: [_x, _hi] }], 0]
1871
+ ];
1872
+ exports.Grantee$ = [3, n0, _Gra,
1873
+ 0,
1874
+ [_Ty, _DN, _EA, _ID, _URI],
1875
+ [[0, { [_xA]: 1, [_xN]: _xs }], 0, 0, 0, 0], 1
1876
+ ];
1877
+ exports.HeadBucketOutput$ = [3, n0, _HBO,
1878
+ 0,
1879
+ [_BA, _BLT, _BLN, _BR, _APA],
1880
+ [[0, { [_hH]: _xaba }], [0, { [_hH]: _xablt }], [0, { [_hH]: _xabln }], [0, { [_hH]: _xabr }], [2, { [_hH]: _xaapa }]]
1881
+ ];
1882
+ exports.HeadBucketRequest$ = [3, n0, _HBR,
1883
+ 0,
1884
+ [_B, _EBO],
1885
+ [[0, 1], [0, { [_hH]: _xaebo }]], 1
1886
+ ];
1887
+ exports.HeadObjectOutput$ = [3, n0, _HOO,
1888
+ 0,
1889
+ [_DM, _AR, _E, _Re, _ASr, _LM, _CLo, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _ETa, _MM, _VI, _CC, _CDo, _CEo, _CL, _CTo, _CR, _Ex, _ES, _WRL, _SSE, _M, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _SC, _RC, _RS, _PC, _TC, _OLM, _OLRUD, _OLLHS],
1890
+ [[2, { [_hH]: _xadm }], [0, { [_hH]: _ar }], [0, { [_hH]: _xae }], [0, { [_hH]: _xar }], [0, { [_hH]: _xaas }], [4, { [_hH]: _LM_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xact }], [0, { [_hH]: _ETa }], [1, { [_hH]: _xamm }], [0, { [_hH]: _xavi }], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _CR_ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _ES }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasse }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xarc }], [0, { [_hH]: _xars }], [1, { [_hH]: _xampc }], [1, { [_hH]: _xatc }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }]]
1891
+ ];
1892
+ exports.HeadObjectRequest$ = [3, n0, _HOR,
1893
+ 0,
1894
+ [_B, _K, _IM, _IMSf, _INM, _IUS, _Ra, _RCC, _RCD, _RCE, _RCL, _RCT, _RE, _VI, _SSECA, _SSECK, _SSECKMD, _RP, _PN, _EBO, _CMh],
1895
+ [[0, 1], [0, 1], [0, { [_hH]: _IM_ }], [4, { [_hH]: _IMS_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _Ra }], [0, { [_hQ]: _rcc }], [0, { [_hQ]: _rcd }], [0, { [_hQ]: _rce }], [0, { [_hQ]: _rcl }], [0, { [_hQ]: _rct }], [6, { [_hQ]: _re }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [1, { [_hQ]: _pN }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xacm }]], 2
1896
+ ];
1897
+ exports.IndexDocument$ = [3, n0, _IDn,
1898
+ 0,
1899
+ [_Su],
1900
+ [0], 1
1901
+ ];
1902
+ exports.Initiator$ = [3, n0, _In,
1903
+ 0,
1904
+ [_ID, _DN],
1905
+ [0, 0]
1906
+ ];
1907
+ exports.InputSerialization$ = [3, n0, _IS,
1908
+ 0,
1909
+ [_CSV, _CTom, _JSON, _Parq],
1910
+ [() => exports.CSVInput$, 0, () => exports.JSONInput$, () => exports.ParquetInput$]
1911
+ ];
1912
+ exports.IntelligentTieringAndOperator$ = [3, n0, _ITAO,
1913
+ 0,
1914
+ [_P, _T],
1915
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }]]
1916
+ ];
1917
+ exports.IntelligentTieringConfiguration$ = [3, n0, _ITC,
1918
+ 0,
1919
+ [_I, _S, _Tie, _F],
1920
+ [0, 0, [() => TieringList, { [_xF]: 1, [_xN]: _Tier }], [() => exports.IntelligentTieringFilter$, 0]], 3
1921
+ ];
1922
+ exports.IntelligentTieringFilter$ = [3, n0, _ITF,
1923
+ 0,
1924
+ [_P, _Ta, _An],
1925
+ [0, () => exports.Tag$, [() => exports.IntelligentTieringAndOperator$, 0]]
1926
+ ];
1927
+ exports.InventoryConfiguration$ = [3, n0, _IC,
1928
+ 0,
1929
+ [_Des, _IE, _I, _IOV, _Sc, _F, _OF],
1930
+ [[() => exports.InventoryDestination$, 0], 2, 0, 0, () => exports.InventorySchedule$, () => exports.InventoryFilter$, [() => InventoryOptionalFields, 0]], 5
1931
+ ];
1932
+ exports.InventoryDestination$ = [3, n0, _IDnv,
1933
+ 0,
1934
+ [_SBD],
1935
+ [[() => exports.InventoryS3BucketDestination$, 0]], 1
1936
+ ];
1937
+ exports.InventoryEncryption$ = [3, n0, _IEn,
1938
+ 0,
1939
+ [_SSES, _SSEKMS],
1940
+ [[() => exports.SSES3$, { [_xN]: _SS }], [() => exports.SSEKMS$, { [_xN]: _SK }]]
1941
+ ];
1942
+ exports.InventoryFilter$ = [3, n0, _IF,
1943
+ 0,
1944
+ [_P],
1945
+ [0], 1
1946
+ ];
1947
+ exports.InventoryS3BucketDestination$ = [3, n0, _ISBD,
1948
+ 0,
1949
+ [_B, _Fo, _AI, _P, _En],
1950
+ [0, 0, 0, 0, [() => exports.InventoryEncryption$, 0]], 2
1951
+ ];
1952
+ exports.InventorySchedule$ = [3, n0, _ISn,
1953
+ 0,
1954
+ [_Fr],
1955
+ [0], 1
1956
+ ];
1957
+ exports.InventoryTableConfiguration$ = [3, n0, _ITCn,
1958
+ 0,
1959
+ [_CSo, _EC],
1960
+ [0, () => exports.MetadataTableEncryptionConfiguration$], 1
1961
+ ];
1962
+ exports.InventoryTableConfigurationResult$ = [3, n0, _ITCR,
1963
+ 0,
1964
+ [_CSo, _TSa, _Err, _TNa, _TA],
1965
+ [0, 0, () => exports.ErrorDetails$, 0, 0], 1
1966
+ ];
1967
+ exports.InventoryTableConfigurationUpdates$ = [3, n0, _ITCU,
1968
+ 0,
1969
+ [_CSo, _EC],
1970
+ [0, () => exports.MetadataTableEncryptionConfiguration$], 1
1971
+ ];
1972
+ exports.JournalTableConfiguration$ = [3, n0, _JTC,
1973
+ 0,
1974
+ [_REe, _EC],
1975
+ [() => exports.RecordExpiration$, () => exports.MetadataTableEncryptionConfiguration$], 1
1976
+ ];
1977
+ exports.JournalTableConfigurationResult$ = [3, n0, _JTCR,
1978
+ 0,
1979
+ [_TSa, _TNa, _REe, _Err, _TA],
1980
+ [0, 0, () => exports.RecordExpiration$, () => exports.ErrorDetails$, 0], 3
1981
+ ];
1982
+ exports.JournalTableConfigurationUpdates$ = [3, n0, _JTCU,
1983
+ 0,
1984
+ [_REe],
1985
+ [() => exports.RecordExpiration$], 1
1986
+ ];
1987
+ exports.JSONInput$ = [3, n0, _JSONI,
1988
+ 0,
1989
+ [_Ty],
1990
+ [0]
1991
+ ];
1992
+ exports.JSONOutput$ = [3, n0, _JSONO,
1993
+ 0,
1994
+ [_RD],
1995
+ [0]
1996
+ ];
1997
+ exports.LambdaFunctionConfiguration$ = [3, n0, _LFC,
1998
+ 0,
1999
+ [_LFA, _Ev, _I, _F],
2000
+ [[0, { [_xN]: _CF }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => exports.NotificationConfigurationFilter$, 0]], 2
2001
+ ];
2002
+ exports.LifecycleExpiration$ = [3, n0, _LEi,
2003
+ 0,
2004
+ [_Da, _D, _EODM],
2005
+ [5, 1, 2]
2006
+ ];
2007
+ exports.LifecycleRule$ = [3, n0, _LR,
2008
+ 0,
2009
+ [_S, _E, _ID, _P, _F, _Tr, _NVT, _NVE, _AIMU],
2010
+ [0, () => exports.LifecycleExpiration$, 0, 0, [() => exports.LifecycleRuleFilter$, 0], [() => TransitionList, { [_xF]: 1, [_xN]: _Tra }], [() => NoncurrentVersionTransitionList, { [_xF]: 1, [_xN]: _NVTo }], () => exports.NoncurrentVersionExpiration$, () => exports.AbortIncompleteMultipartUpload$], 1
2011
+ ];
2012
+ exports.LifecycleRuleAndOperator$ = [3, n0, _LRAO,
2013
+ 0,
2014
+ [_P, _T, _OSGT, _OSLT],
2015
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }], 1, 1]
2016
+ ];
2017
+ exports.LifecycleRuleFilter$ = [3, n0, _LRF,
2018
+ 0,
2019
+ [_P, _Ta, _OSGT, _OSLT, _An],
2020
+ [0, () => exports.Tag$, 1, 1, [() => exports.LifecycleRuleAndOperator$, 0]]
2021
+ ];
2022
+ exports.ListBucketAnalyticsConfigurationsOutput$ = [3, n0, _LBACO,
2023
+ { [_xN]: _LBACR },
2024
+ [_IT, _CTon, _NCT, _ACLn],
2025
+ [2, 0, 0, [() => AnalyticsConfigurationList, { [_xF]: 1, [_xN]: _ACn }]]
2026
+ ];
2027
+ exports.ListBucketAnalyticsConfigurationsRequest$ = [3, n0, _LBACRi,
2028
+ 0,
2029
+ [_B, _CTon, _EBO],
2030
+ [[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
2031
+ ];
2032
+ exports.ListBucketIntelligentTieringConfigurationsOutput$ = [3, n0, _LBITCO,
2033
+ 0,
2034
+ [_IT, _CTon, _NCT, _ITCL],
2035
+ [2, 0, 0, [() => IntelligentTieringConfigurationList, { [_xF]: 1, [_xN]: _ITC }]]
2036
+ ];
2037
+ exports.ListBucketIntelligentTieringConfigurationsRequest$ = [3, n0, _LBITCR,
2038
+ 0,
2039
+ [_B, _CTon, _EBO],
2040
+ [[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
2041
+ ];
2042
+ exports.ListBucketInventoryConfigurationsOutput$ = [3, n0, _LBICO,
2043
+ { [_xN]: _LICR },
2044
+ [_CTon, _ICL, _IT, _NCT],
2045
+ [0, [() => InventoryConfigurationList, { [_xF]: 1, [_xN]: _IC }], 2, 0]
2046
+ ];
2047
+ exports.ListBucketInventoryConfigurationsRequest$ = [3, n0, _LBICR,
2048
+ 0,
2049
+ [_B, _CTon, _EBO],
2050
+ [[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
2051
+ ];
2052
+ exports.ListBucketMetricsConfigurationsOutput$ = [3, n0, _LBMCO,
2053
+ { [_xN]: _LMCR },
2054
+ [_IT, _CTon, _NCT, _MCL],
2055
+ [2, 0, 0, [() => MetricsConfigurationList, { [_xF]: 1, [_xN]: _MCe }]]
2056
+ ];
2057
+ exports.ListBucketMetricsConfigurationsRequest$ = [3, n0, _LBMCR,
2058
+ 0,
2059
+ [_B, _CTon, _EBO],
2060
+ [[0, 1], [0, { [_hQ]: _ct }], [0, { [_hH]: _xaebo }]], 1
2061
+ ];
2062
+ exports.ListBucketsOutput$ = [3, n0, _LBO,
2063
+ { [_xN]: _LAMBR },
2064
+ [_Bu, _O, _CTon, _P],
2065
+ [[() => Buckets, 0], () => exports.Owner$, 0, 0]
2066
+ ];
2067
+ exports.ListBucketsRequest$ = [3, n0, _LBR,
2068
+ 0,
2069
+ [_MB, _CTon, _P, _BR],
2070
+ [[1, { [_hQ]: _mb }], [0, { [_hQ]: _ct }], [0, { [_hQ]: _p }], [0, { [_hQ]: _br }]]
2071
+ ];
2072
+ exports.ListDirectoryBucketsOutput$ = [3, n0, _LDBO,
2073
+ { [_xN]: _LAMDBR },
2074
+ [_Bu, _CTon],
2075
+ [[() => Buckets, 0], 0]
2076
+ ];
2077
+ exports.ListDirectoryBucketsRequest$ = [3, n0, _LDBR,
2078
+ 0,
2079
+ [_CTon, _MDB],
2080
+ [[0, { [_hQ]: _ct }], [1, { [_hQ]: _mdb }]]
2081
+ ];
2082
+ exports.ListMultipartUploadsOutput$ = [3, n0, _LMUO,
2083
+ { [_xN]: _LMUR },
2084
+ [_B, _KM, _UIM, _NKM, _P, _Deli, _NUIM, _MUa, _IT, _U, _CPom, _ETn, _RC],
2085
+ [0, 0, 0, 0, 0, 0, 0, 1, 2, [() => MultipartUploadList, { [_xF]: 1, [_xN]: _Up }], [() => CommonPrefixList, { [_xF]: 1 }], 0, [0, { [_hH]: _xarc }]]
2086
+ ];
2087
+ exports.ListMultipartUploadsRequest$ = [3, n0, _LMURi,
2088
+ 0,
2089
+ [_B, _Deli, _ETn, _KM, _MUa, _P, _UIM, _EBO, _RP],
2090
+ [[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _km }], [1, { [_hQ]: _mu }], [0, { [_hQ]: _p }], [0, { [_hQ]: _uim }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 1
2091
+ ];
2092
+ exports.ListObjectsOutput$ = [3, n0, _LOO,
2093
+ { [_xN]: _LBRi },
2094
+ [_IT, _Ma, _NM, _Con, _N, _P, _Deli, _MK, _CPom, _ETn, _RC],
2095
+ [2, 0, 0, [() => ObjectList, { [_xF]: 1 }], 0, 0, 0, 1, [() => CommonPrefixList, { [_xF]: 1 }], 0, [0, { [_hH]: _xarc }]]
2096
+ ];
2097
+ exports.ListObjectsRequest$ = [3, n0, _LOR,
2098
+ 0,
2099
+ [_B, _Deli, _ETn, _Ma, _MK, _P, _RP, _EBO, _OOA],
2100
+ [[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _m }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [64 | 0, { [_hH]: _xaooa }]], 1
2101
+ ];
2102
+ exports.ListObjectsV2Output$ = [3, n0, _LOVO,
2103
+ { [_xN]: _LBRi },
2104
+ [_IT, _Con, _N, _P, _Deli, _MK, _CPom, _ETn, _KC, _CTon, _NCT, _SA, _RC],
2105
+ [2, [() => ObjectList, { [_xF]: 1 }], 0, 0, 0, 1, [() => CommonPrefixList, { [_xF]: 1 }], 0, 1, 0, 0, 0, [0, { [_hH]: _xarc }]]
2106
+ ];
2107
+ exports.ListObjectsV2Request$ = [3, n0, _LOVR,
2108
+ 0,
2109
+ [_B, _Deli, _ETn, _MK, _P, _CTon, _FO, _SA, _RP, _EBO, _OOA],
2110
+ [[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hQ]: _ct }], [2, { [_hQ]: _fo }], [0, { [_hQ]: _sa }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [64 | 0, { [_hH]: _xaooa }]], 1
2111
+ ];
2112
+ exports.ListObjectVersionsOutput$ = [3, n0, _LOVOi,
2113
+ { [_xN]: _LVR },
2114
+ [_IT, _KM, _VIM, _NKM, _NVIM, _Ve, _DMe, _N, _P, _Deli, _MK, _CPom, _ETn, _RC],
2115
+ [2, 0, 0, 0, 0, [() => ObjectVersionList, { [_xF]: 1, [_xN]: _Ver }], [() => DeleteMarkers, { [_xF]: 1, [_xN]: _DM }], 0, 0, 0, 1, [() => CommonPrefixList, { [_xF]: 1 }], 0, [0, { [_hH]: _xarc }]]
2116
+ ];
2117
+ exports.ListObjectVersionsRequest$ = [3, n0, _LOVRi,
2118
+ 0,
2119
+ [_B, _Deli, _ETn, _KM, _MK, _P, _VIM, _EBO, _RP, _OOA],
2120
+ [[0, 1], [0, { [_hQ]: _d }], [0, { [_hQ]: _et }], [0, { [_hQ]: _km }], [1, { [_hQ]: _mk }], [0, { [_hQ]: _p }], [0, { [_hQ]: _vim }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }], [64 | 0, { [_hH]: _xaooa }]], 1
2121
+ ];
2122
+ exports.ListPartsOutput$ = [3, n0, _LPO,
2123
+ { [_xN]: _LPR },
2124
+ [_ADb, _ARI, _B, _K, _UI, _PNM, _NPNM, _MP, _IT, _Pa, _In, _O, _SC, _RC, _CA, _CT],
2125
+ [[4, { [_hH]: _xaad }], [0, { [_hH]: _xaari }], 0, 0, 0, 0, 0, 1, 2, [() => Parts, { [_xF]: 1, [_xN]: _Par }], () => exports.Initiator$, () => exports.Owner$, 0, [0, { [_hH]: _xarc }], 0, 0]
2126
+ ];
2127
+ exports.ListPartsRequest$ = [3, n0, _LPRi,
2128
+ 0,
2129
+ [_B, _K, _UI, _MP, _PNM, _RP, _EBO, _SSECA, _SSECK, _SSECKMD],
2130
+ [[0, 1], [0, 1], [0, { [_hQ]: _uI }], [1, { [_hQ]: _mp }], [0, { [_hQ]: _pnm }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }]], 3
2131
+ ];
2132
+ exports.LocationInfo$ = [3, n0, _LI,
2133
+ 0,
2134
+ [_Ty, _N],
2135
+ [0, 0]
2136
+ ];
2137
+ exports.LoggingEnabled$ = [3, n0, _LE,
2138
+ 0,
2139
+ [_TB, _TP, _TG, _TOKF],
2140
+ [0, 0, [() => TargetGrants, 0], [() => exports.TargetObjectKeyFormat$, 0]], 2
2141
+ ];
2142
+ exports.MetadataConfiguration$ = [3, n0, _MC,
2143
+ 0,
2144
+ [_JTC, _ITCn],
2145
+ [() => exports.JournalTableConfiguration$, () => exports.InventoryTableConfiguration$], 1
2146
+ ];
2147
+ exports.MetadataConfigurationResult$ = [3, n0, _MCR,
2148
+ 0,
2149
+ [_DRes, _JTCR, _ITCR],
2150
+ [() => exports.DestinationResult$, () => exports.JournalTableConfigurationResult$, () => exports.InventoryTableConfigurationResult$], 1
2151
+ ];
2152
+ exports.MetadataEntry$ = [3, n0, _ME,
2153
+ 0,
2154
+ [_N, _V],
2155
+ [0, 0]
2156
+ ];
2157
+ exports.MetadataTableConfiguration$ = [3, n0, _MTC,
2158
+ 0,
2159
+ [_STD],
2160
+ [() => exports.S3TablesDestination$], 1
2161
+ ];
2162
+ exports.MetadataTableConfigurationResult$ = [3, n0, _MTCR,
2163
+ 0,
2164
+ [_STDR],
2165
+ [() => exports.S3TablesDestinationResult$], 1
2166
+ ];
2167
+ exports.MetadataTableEncryptionConfiguration$ = [3, n0, _MTEC,
2168
+ 0,
2169
+ [_SAs, _KKA],
2170
+ [0, 0], 1
2171
+ ];
2172
+ exports.Metrics$ = [3, n0, _Me,
2173
+ 0,
2174
+ [_S, _ETv],
2175
+ [0, () => exports.ReplicationTimeValue$], 1
2176
+ ];
2177
+ exports.MetricsAndOperator$ = [3, n0, _MAO,
2178
+ 0,
2179
+ [_P, _T, _APAc],
2180
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }], 0]
2181
+ ];
2182
+ exports.MetricsConfiguration$ = [3, n0, _MCe,
2183
+ 0,
2184
+ [_I, _F],
2185
+ [0, [() => exports.MetricsFilter$, 0]], 1
2186
+ ];
2187
+ exports.MultipartUpload$ = [3, n0, _MU,
2188
+ 0,
2189
+ [_UI, _K, _Ini, _SC, _O, _In, _CA, _CT],
2190
+ [0, 0, 4, 0, () => exports.Owner$, () => exports.Initiator$, 0, 0]
2191
+ ];
2192
+ exports.NoncurrentVersionExpiration$ = [3, n0, _NVE,
2193
+ 0,
2194
+ [_ND, _NNV],
2195
+ [1, 1]
2196
+ ];
2197
+ exports.NoncurrentVersionTransition$ = [3, n0, _NVTo,
2198
+ 0,
2199
+ [_ND, _SC, _NNV],
2200
+ [1, 0, 1]
2201
+ ];
2202
+ exports.NotificationConfiguration$ = [3, n0, _NC,
2203
+ 0,
2204
+ [_TCo, _QCu, _LFCa, _EBC],
2205
+ [[() => TopicConfigurationList, { [_xF]: 1, [_xN]: _TCop }], [() => QueueConfigurationList, { [_xF]: 1, [_xN]: _QCue }], [() => LambdaFunctionConfigurationList, { [_xF]: 1, [_xN]: _CFC }], () => exports.EventBridgeConfiguration$]
2206
+ ];
2207
+ exports.NotificationConfigurationFilter$ = [3, n0, _NCF,
2208
+ 0,
2209
+ [_K],
2210
+ [[() => exports.S3KeyFilter$, { [_xN]: _SKe }]]
2211
+ ];
2212
+ exports._Object$ = [3, n0, _Obj,
2213
+ 0,
2214
+ [_K, _LM, _ETa, _CA, _CT, _Si, _SC, _O, _RSe],
2215
+ [0, 4, 0, [64 | 0, { [_xF]: 1 }], 0, 1, 0, () => exports.Owner$, () => exports.RestoreStatus$]
2216
+ ];
2217
+ exports.ObjectIdentifier$ = [3, n0, _OI,
2218
+ 0,
2219
+ [_K, _VI, _ETa, _LMT, _Si],
2220
+ [0, 0, 0, 6, 1], 1
2221
+ ];
2222
+ exports.ObjectLockConfiguration$ = [3, n0, _OLC,
2223
+ 0,
2224
+ [_OLE, _Ru],
2225
+ [0, () => exports.ObjectLockRule$]
2226
+ ];
2227
+ exports.ObjectLockLegalHold$ = [3, n0, _OLLH,
2228
+ 0,
2229
+ [_S],
2230
+ [0]
2231
+ ];
2232
+ exports.ObjectLockRetention$ = [3, n0, _OLR,
2233
+ 0,
2234
+ [_Mo, _RUD],
2235
+ [0, 5]
2236
+ ];
2237
+ exports.ObjectLockRule$ = [3, n0, _OLRb,
2238
+ 0,
2239
+ [_DRe],
2240
+ [() => exports.DefaultRetention$]
2241
+ ];
2242
+ exports.ObjectPart$ = [3, n0, _OPb,
2243
+ 0,
2244
+ [_PN, _Si, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
2245
+ [1, 1, 0, 0, 0, 0, 0]
2246
+ ];
2247
+ exports.ObjectVersion$ = [3, n0, _OV,
2248
+ 0,
2249
+ [_ETa, _CA, _CT, _Si, _SC, _K, _VI, _IL, _LM, _O, _RSe],
2250
+ [0, [64 | 0, { [_xF]: 1 }], 0, 1, 0, 0, 0, 2, 4, () => exports.Owner$, () => exports.RestoreStatus$]
2251
+ ];
2252
+ exports.OutputLocation$ = [3, n0, _OL,
2253
+ 0,
2254
+ [_S_],
2255
+ [[() => exports.S3Location$, 0]]
2256
+ ];
2257
+ exports.OutputSerialization$ = [3, n0, _OSu,
2258
+ 0,
2259
+ [_CSV, _JSON],
2260
+ [() => exports.CSVOutput$, () => exports.JSONOutput$]
2261
+ ];
2262
+ exports.Owner$ = [3, n0, _O,
2263
+ 0,
2264
+ [_DN, _ID],
2265
+ [0, 0]
2266
+ ];
2267
+ exports.OwnershipControls$ = [3, n0, _OC,
2268
+ 0,
2269
+ [_R],
2270
+ [[() => OwnershipControlsRules, { [_xF]: 1, [_xN]: _Ru }]], 1
2271
+ ];
2272
+ exports.OwnershipControlsRule$ = [3, n0, _OCR,
2273
+ 0,
2274
+ [_OO],
2275
+ [0], 1
2276
+ ];
2277
+ exports.ParquetInput$ = [3, n0, _PI,
2278
+ 0,
2279
+ [],
2280
+ []
2281
+ ];
2282
+ exports.Part$ = [3, n0, _Par,
2283
+ 0,
2284
+ [_PN, _LM, _ETa, _Si, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh],
2285
+ [1, 4, 0, 1, 0, 0, 0, 0, 0]
2286
+ ];
2287
+ exports.PartitionedPrefix$ = [3, n0, _PP,
2288
+ { [_xN]: _PP },
2289
+ [_PDS],
2290
+ [0]
2291
+ ];
2292
+ exports.PolicyStatus$ = [3, n0, _PS,
2293
+ 0,
2294
+ [_IP],
2295
+ [[2, { [_xN]: _IP }]]
2296
+ ];
2297
+ exports.Progress$ = [3, n0, _Pr,
2298
+ 0,
2299
+ [_BS, _BP, _BRy],
2300
+ [1, 1, 1]
2301
+ ];
2302
+ exports.ProgressEvent$ = [3, n0, _PE,
2303
+ 0,
2304
+ [_Det],
2305
+ [[() => exports.Progress$, { [_eP]: 1 }]]
2306
+ ];
2307
+ exports.PublicAccessBlockConfiguration$ = [3, n0, _PABC,
2308
+ 0,
2309
+ [_BPA, _IPA, _BPP, _RPB],
2310
+ [[2, { [_xN]: _BPA }], [2, { [_xN]: _IPA }], [2, { [_xN]: _BPP }], [2, { [_xN]: _RPB }]]
2311
+ ];
2312
+ exports.PutBucketAbacRequest$ = [3, n0, _PBAR,
2313
+ 0,
2314
+ [_B, _AS, _CMD, _CA, _EBO],
2315
+ [[0, 1], [() => exports.AbacStatus$, { [_hP]: 1, [_xN]: _AS }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2316
+ ];
2317
+ exports.PutBucketAccelerateConfigurationRequest$ = [3, n0, _PBACR,
2318
+ 0,
2319
+ [_B, _AC, _EBO, _CA],
2320
+ [[0, 1], [() => exports.AccelerateConfiguration$, { [_hP]: 1, [_xN]: _AC }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
2321
+ ];
2322
+ exports.PutBucketAclRequest$ = [3, n0, _PBARu,
2323
+ 0,
2324
+ [_B, _ACL_, _ACP, _CMD, _CA, _GFC, _GR, _GRACP, _GW, _GWACP, _EBO],
2325
+ [[0, 1], [0, { [_hH]: _xaa }], [() => exports.AccessControlPolicy$, { [_hP]: 1, [_xN]: _ACP }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _xaebo }]], 1
2326
+ ];
2327
+ exports.PutBucketAnalyticsConfigurationRequest$ = [3, n0, _PBACRu,
2328
+ 0,
2329
+ [_B, _I, _ACn, _EBO],
2330
+ [[0, 1], [0, { [_hQ]: _i }], [() => exports.AnalyticsConfiguration$, { [_hP]: 1, [_xN]: _ACn }], [0, { [_hH]: _xaebo }]], 3
2331
+ ];
2332
+ exports.PutBucketCorsRequest$ = [3, n0, _PBCR,
2333
+ 0,
2334
+ [_B, _CORSC, _CMD, _CA, _EBO],
2335
+ [[0, 1], [() => exports.CORSConfiguration$, { [_hP]: 1, [_xN]: _CORSC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2336
+ ];
2337
+ exports.PutBucketEncryptionRequest$ = [3, n0, _PBER,
2338
+ 0,
2339
+ [_B, _SSEC, _CMD, _CA, _EBO],
2340
+ [[0, 1], [() => exports.ServerSideEncryptionConfiguration$, { [_hP]: 1, [_xN]: _SSEC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2341
+ ];
2342
+ exports.PutBucketIntelligentTieringConfigurationRequest$ = [3, n0, _PBITCR,
2343
+ 0,
2344
+ [_B, _I, _ITC, _EBO],
2345
+ [[0, 1], [0, { [_hQ]: _i }], [() => exports.IntelligentTieringConfiguration$, { [_hP]: 1, [_xN]: _ITC }], [0, { [_hH]: _xaebo }]], 3
2346
+ ];
2347
+ exports.PutBucketInventoryConfigurationRequest$ = [3, n0, _PBICR,
2348
+ 0,
2349
+ [_B, _I, _IC, _EBO],
2350
+ [[0, 1], [0, { [_hQ]: _i }], [() => exports.InventoryConfiguration$, { [_hP]: 1, [_xN]: _IC }], [0, { [_hH]: _xaebo }]], 3
2351
+ ];
2352
+ exports.PutBucketLifecycleConfigurationOutput$ = [3, n0, _PBLCO,
2353
+ 0,
2354
+ [_TDMOS],
2355
+ [[0, { [_hH]: _xatdmos }]]
2356
+ ];
2357
+ exports.PutBucketLifecycleConfigurationRequest$ = [3, n0, _PBLCR,
2358
+ 0,
2359
+ [_B, _CA, _LCi, _EBO, _TDMOS],
2360
+ [[0, 1], [0, { [_hH]: _xasca }], [() => exports.BucketLifecycleConfiguration$, { [_hP]: 1, [_xN]: _LCi }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xatdmos }]], 1
2361
+ ];
2362
+ exports.PutBucketLoggingRequest$ = [3, n0, _PBLR,
2363
+ 0,
2364
+ [_B, _BLS, _CMD, _CA, _EBO],
2365
+ [[0, 1], [() => exports.BucketLoggingStatus$, { [_hP]: 1, [_xN]: _BLS }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2366
+ ];
2367
+ exports.PutBucketMetricsConfigurationRequest$ = [3, n0, _PBMCR,
2368
+ 0,
2369
+ [_B, _I, _MCe, _EBO],
2370
+ [[0, 1], [0, { [_hQ]: _i }], [() => exports.MetricsConfiguration$, { [_hP]: 1, [_xN]: _MCe }], [0, { [_hH]: _xaebo }]], 3
2371
+ ];
2372
+ exports.PutBucketNotificationConfigurationRequest$ = [3, n0, _PBNCR,
2373
+ 0,
2374
+ [_B, _NC, _EBO, _SDV],
2375
+ [[0, 1], [() => exports.NotificationConfiguration$, { [_hP]: 1, [_xN]: _NC }], [0, { [_hH]: _xaebo }], [2, { [_hH]: _xasdv }]], 2
2376
+ ];
2377
+ exports.PutBucketOwnershipControlsRequest$ = [3, n0, _PBOCR,
2378
+ 0,
2379
+ [_B, _OC, _CMD, _EBO, _CA],
2380
+ [[0, 1], [() => exports.OwnershipControls$, { [_hP]: 1, [_xN]: _OC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasca }]], 2
2381
+ ];
2382
+ exports.PutBucketPolicyRequest$ = [3, n0, _PBPR,
2383
+ 0,
2384
+ [_B, _Po, _CMD, _CA, _CRSBA, _EBO],
2385
+ [[0, 1], [0, 16], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [2, { [_hH]: _xacrsba }], [0, { [_hH]: _xaebo }]], 2
2386
+ ];
2387
+ exports.PutBucketReplicationRequest$ = [3, n0, _PBRR,
2388
+ 0,
2389
+ [_B, _RCe, _CMD, _CA, _To, _EBO],
2390
+ [[0, 1], [() => exports.ReplicationConfiguration$, { [_hP]: 1, [_xN]: _RCe }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xabolt }], [0, { [_hH]: _xaebo }]], 2
2391
+ ];
2392
+ exports.PutBucketRequestPaymentRequest$ = [3, n0, _PBRPR,
2393
+ 0,
2394
+ [_B, _RPC, _CMD, _CA, _EBO],
2395
+ [[0, 1], [() => exports.RequestPaymentConfiguration$, { [_hP]: 1, [_xN]: _RPC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2396
+ ];
2397
+ exports.PutBucketTaggingRequest$ = [3, n0, _PBTR,
2398
+ 0,
2399
+ [_B, _Tag, _CMD, _CA, _EBO],
2400
+ [[0, 1], [() => exports.Tagging$, { [_hP]: 1, [_xN]: _Tag }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2401
+ ];
2402
+ exports.PutBucketVersioningRequest$ = [3, n0, _PBVR,
2403
+ 0,
2404
+ [_B, _VC, _CMD, _CA, _MFA, _EBO],
2405
+ [[0, 1], [() => exports.VersioningConfiguration$, { [_hP]: 1, [_xN]: _VC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xam_ }], [0, { [_hH]: _xaebo }]], 2
2406
+ ];
2407
+ exports.PutBucketWebsiteRequest$ = [3, n0, _PBWR,
2408
+ 0,
2409
+ [_B, _WC, _CMD, _CA, _EBO],
2410
+ [[0, 1], [() => exports.WebsiteConfiguration$, { [_hP]: 1, [_xN]: _WC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2411
+ ];
2412
+ exports.PutObjectAclOutput$ = [3, n0, _POAO,
2413
+ 0,
2414
+ [_RC],
2415
+ [[0, { [_hH]: _xarc }]]
2416
+ ];
2417
+ exports.PutObjectAclRequest$ = [3, n0, _POAR,
2418
+ 0,
2419
+ [_B, _K, _ACL_, _ACP, _CMD, _CA, _GFC, _GR, _GRACP, _GW, _GWACP, _RP, _VI, _EBO],
2420
+ [[0, 1], [0, 1], [0, { [_hH]: _xaa }], [() => exports.AccessControlPolicy$, { [_hP]: 1, [_xN]: _ACP }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagw }], [0, { [_hH]: _xagwa }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [0, { [_hH]: _xaebo }]], 2
2421
+ ];
2422
+ exports.PutObjectLegalHoldOutput$ = [3, n0, _POLHO,
2423
+ 0,
2424
+ [_RC],
2425
+ [[0, { [_hH]: _xarc }]]
2426
+ ];
2427
+ exports.PutObjectLegalHoldRequest$ = [3, n0, _POLHR,
2428
+ 0,
2429
+ [_B, _K, _LH, _RP, _VI, _CMD, _CA, _EBO],
2430
+ [[0, 1], [0, 1], [() => exports.ObjectLockLegalHold$, { [_hP]: 1, [_xN]: _LH }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2431
+ ];
2432
+ exports.PutObjectLockConfigurationOutput$ = [3, n0, _POLCO,
2433
+ 0,
2434
+ [_RC],
2435
+ [[0, { [_hH]: _xarc }]]
2436
+ ];
2437
+ exports.PutObjectLockConfigurationRequest$ = [3, n0, _POLCR,
2438
+ 0,
2439
+ [_B, _OLC, _RP, _To, _CMD, _CA, _EBO],
2440
+ [[0, 1], [() => exports.ObjectLockConfiguration$, { [_hP]: 1, [_xN]: _OLC }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xabolt }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 1
2441
+ ];
2442
+ exports.PutObjectOutput$ = [3, n0, _POO,
2443
+ 0,
2444
+ [_E, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _CT, _SSE, _VI, _SSECA, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _Si, _RC],
2445
+ [[0, { [_hH]: _xae }], [0, { [_hH]: _ETa }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xact }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xavi }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [1, { [_hH]: _xaos }], [0, { [_hH]: _xarc }]]
2446
+ ];
2447
+ exports.PutObjectRequest$ = [3, n0, _POR,
2448
+ 0,
2449
+ [_B, _K, _ACL_, _Bo, _CC, _CDo, _CEo, _CL, _CLo, _CMD, _CTo, _CA, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _Ex, _IM, _INM, _GFC, _GR, _GRACP, _GWACP, _WOB, _M, _SSE, _SC, _WRL, _SSECA, _SSECK, _SSECKMD, _SSEKMSKI, _SSEKMSEC, _BKE, _RP, _Tag, _OLM, _OLRUD, _OLLHS, _EBO],
2450
+ [[0, 1], [0, 1], [0, { [_hH]: _xaa }], [() => StreamingBlob, 16], [0, { [_hH]: _CC_ }], [0, { [_hH]: _CD_ }], [0, { [_hH]: _CE_ }], [0, { [_hH]: _CL_ }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _CM }], [0, { [_hH]: _CT_ }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [4, { [_hH]: _Ex }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [0, { [_hH]: _xagfc }], [0, { [_hH]: _xagr }], [0, { [_hH]: _xagra }], [0, { [_hH]: _xagwa }], [1, { [_hH]: _xawob }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasc }], [0, { [_hH]: _xawrl }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [() => SSEKMSEncryptionContext, { [_hH]: _xassec }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xat }], [0, { [_hH]: _xaolm }], [5, { [_hH]: _xaolrud }], [0, { [_hH]: _xaollh }], [0, { [_hH]: _xaebo }]], 2
2451
+ ];
2452
+ exports.PutObjectRetentionOutput$ = [3, n0, _PORO,
2453
+ 0,
2454
+ [_RC],
2455
+ [[0, { [_hH]: _xarc }]]
2456
+ ];
2457
+ exports.PutObjectRetentionRequest$ = [3, n0, _PORR,
2458
+ 0,
2459
+ [_B, _K, _Ret, _RP, _VI, _BGR, _CMD, _CA, _EBO],
2460
+ [[0, 1], [0, 1], [() => exports.ObjectLockRetention$, { [_hP]: 1, [_xN]: _Ret }], [0, { [_hH]: _xarp }], [0, { [_hQ]: _vI }], [2, { [_hH]: _xabgr }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2461
+ ];
2462
+ exports.PutObjectTaggingOutput$ = [3, n0, _POTO,
2463
+ 0,
2464
+ [_VI],
2465
+ [[0, { [_hH]: _xavi }]]
2466
+ ];
2467
+ exports.PutObjectTaggingRequest$ = [3, n0, _POTR,
2468
+ 0,
2469
+ [_B, _K, _Tag, _VI, _CMD, _CA, _EBO, _RP],
2470
+ [[0, 1], [0, 1], [() => exports.Tagging$, { [_hP]: 1, [_xN]: _Tag }], [0, { [_hQ]: _vI }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xarp }]], 3
2471
+ ];
2472
+ exports.PutPublicAccessBlockRequest$ = [3, n0, _PPABR,
2473
+ 0,
2474
+ [_B, _PABC, _CMD, _CA, _EBO],
2475
+ [[0, 1], [() => exports.PublicAccessBlockConfiguration$, { [_hP]: 1, [_xN]: _PABC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2476
+ ];
2477
+ exports.QueueConfiguration$ = [3, n0, _QCue,
2478
+ 0,
2479
+ [_QA, _Ev, _I, _F],
2480
+ [[0, { [_xN]: _Qu }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => exports.NotificationConfigurationFilter$, 0]], 2
2481
+ ];
2482
+ exports.RecordExpiration$ = [3, n0, _REe,
2483
+ 0,
2484
+ [_E, _D],
2485
+ [0, 1], 1
2486
+ ];
2487
+ exports.RecordsEvent$ = [3, n0, _REec,
2488
+ 0,
2489
+ [_Payl],
2490
+ [[21, { [_eP]: 1 }]]
2491
+ ];
2492
+ exports.Redirect$ = [3, n0, _Red,
2493
+ 0,
2494
+ [_HN, _HRC, _Pro, _RKPW, _RKW],
2495
+ [0, 0, 0, 0, 0]
2496
+ ];
2497
+ exports.RedirectAllRequestsTo$ = [3, n0, _RART,
2498
+ 0,
2499
+ [_HN, _Pro],
2500
+ [0, 0], 1
2501
+ ];
2502
+ exports.RenameObjectOutput$ = [3, n0, _ROO,
2503
+ 0,
2504
+ [],
2505
+ []
2506
+ ];
2507
+ exports.RenameObjectRequest$ = [3, n0, _ROR,
2508
+ 0,
2509
+ [_B, _K, _RSen, _DIM, _DINM, _DIMS, _DIUS, _SIM, _SINM, _SIMS, _SIUS, _CTl],
2510
+ [[0, 1], [0, 1], [0, { [_hH]: _xars_ }], [0, { [_hH]: _IM_ }], [0, { [_hH]: _INM_ }], [4, { [_hH]: _IMS_ }], [4, { [_hH]: _IUS_ }], [0, { [_hH]: _xarsim }], [0, { [_hH]: _xarsinm }], [6, { [_hH]: _xarsims }], [6, { [_hH]: _xarsius }], [0, { [_hH]: _xact_, [_iT]: 1 }]], 3
2511
+ ];
2512
+ exports.ReplicaModifications$ = [3, n0, _RM,
2513
+ 0,
2514
+ [_S],
2515
+ [0], 1
2516
+ ];
2517
+ exports.ReplicationConfiguration$ = [3, n0, _RCe,
2518
+ 0,
2519
+ [_Ro, _R],
2520
+ [0, [() => ReplicationRules, { [_xF]: 1, [_xN]: _Ru }]], 2
2521
+ ];
2522
+ exports.ReplicationRule$ = [3, n0, _RRe,
2523
+ 0,
2524
+ [_S, _Des, _ID, _Pri, _P, _F, _SSC, _EOR, _DMR],
2525
+ [0, () => exports.Destination$, 0, 1, 0, [() => exports.ReplicationRuleFilter$, 0], () => exports.SourceSelectionCriteria$, () => exports.ExistingObjectReplication$, () => exports.DeleteMarkerReplication$], 2
2526
+ ];
2527
+ exports.ReplicationRuleAndOperator$ = [3, n0, _RRAO,
2528
+ 0,
2529
+ [_P, _T],
2530
+ [0, [() => TagSet, { [_xF]: 1, [_xN]: _Ta }]]
2531
+ ];
2532
+ exports.ReplicationRuleFilter$ = [3, n0, _RRF,
2533
+ 0,
2534
+ [_P, _Ta, _An],
2535
+ [0, () => exports.Tag$, [() => exports.ReplicationRuleAndOperator$, 0]]
2536
+ ];
2537
+ exports.ReplicationTime$ = [3, n0, _RT,
2538
+ 0,
2539
+ [_S, _Tim],
2540
+ [0, () => exports.ReplicationTimeValue$], 2
2541
+ ];
2542
+ exports.ReplicationTimeValue$ = [3, n0, _RTV,
2543
+ 0,
2544
+ [_Mi],
2545
+ [1]
2546
+ ];
2547
+ exports.RequestPaymentConfiguration$ = [3, n0, _RPC,
2548
+ 0,
2549
+ [_Pay],
2550
+ [0], 1
2551
+ ];
2552
+ exports.RequestProgress$ = [3, n0, _RPe,
2553
+ 0,
2554
+ [_Ena],
2555
+ [2]
2556
+ ];
2557
+ exports.RestoreObjectOutput$ = [3, n0, _ROOe,
2558
+ 0,
2559
+ [_RC, _ROP],
2560
+ [[0, { [_hH]: _xarc }], [0, { [_hH]: _xarop }]]
2561
+ ];
2562
+ exports.RestoreObjectRequest$ = [3, n0, _RORe,
2563
+ 0,
2564
+ [_B, _K, _VI, _RRes, _RP, _CA, _EBO],
2565
+ [[0, 1], [0, 1], [0, { [_hQ]: _vI }], [() => exports.RestoreRequest$, { [_hP]: 1, [_xN]: _RRes }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2566
+ ];
2567
+ exports.RestoreRequest$ = [3, n0, _RRes,
2568
+ 0,
2569
+ [_D, _GJP, _Ty, _Ti, _Desc, _SP, _OL],
2570
+ [1, () => exports.GlacierJobParameters$, 0, 0, 0, () => exports.SelectParameters$, [() => exports.OutputLocation$, 0]]
2571
+ ];
2572
+ exports.RestoreStatus$ = [3, n0, _RSe,
2573
+ 0,
2574
+ [_IRIP, _RED],
2575
+ [2, 4]
2576
+ ];
2577
+ exports.RoutingRule$ = [3, n0, _RRo,
2578
+ 0,
2579
+ [_Red, _Co],
2580
+ [() => exports.Redirect$, () => exports.Condition$], 1
2581
+ ];
2582
+ exports.S3KeyFilter$ = [3, n0, _SKF,
2583
+ 0,
2584
+ [_FRi],
2585
+ [[() => FilterRuleList, { [_xF]: 1, [_xN]: _FR }]]
2586
+ ];
2587
+ exports.S3Location$ = [3, n0, _SL,
2588
+ 0,
2589
+ [_BNu, _P, _En, _CACL, _ACL, _Tag, _UM, _SC],
2590
+ [0, 0, [() => exports.Encryption$, 0], 0, [() => Grants, 0], [() => exports.Tagging$, 0], [() => UserMetadata, 0], 0], 2
2591
+ ];
2592
+ exports.S3TablesDestination$ = [3, n0, _STD,
2593
+ 0,
2594
+ [_TBA, _TNa],
2595
+ [0, 0], 2
2596
+ ];
2597
+ exports.S3TablesDestinationResult$ = [3, n0, _STDR,
2598
+ 0,
2599
+ [_TBA, _TNa, _TA, _TN],
2600
+ [0, 0, 0, 0], 4
2601
+ ];
2602
+ exports.ScanRange$ = [3, n0, _SR,
2603
+ 0,
2604
+ [_St, _End],
2605
+ [1, 1]
2606
+ ];
2607
+ exports.SelectObjectContentOutput$ = [3, n0, _SOCO,
2608
+ 0,
2609
+ [_Payl],
2610
+ [[() => exports.SelectObjectContentEventStream$, 16]]
2611
+ ];
2612
+ exports.SelectObjectContentRequest$ = [3, n0, _SOCR,
2613
+ 0,
2614
+ [_B, _K, _Exp, _ETx, _IS, _OSu, _SSECA, _SSECK, _SSECKMD, _RPe, _SR, _EBO],
2615
+ [[0, 1], [0, 1], 0, 0, () => exports.InputSerialization$, () => exports.OutputSerialization$, [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], () => exports.RequestProgress$, () => exports.ScanRange$, [0, { [_hH]: _xaebo }]], 6
2616
+ ];
2617
+ exports.SelectParameters$ = [3, n0, _SP,
2618
+ 0,
2619
+ [_IS, _ETx, _Exp, _OSu],
2620
+ [() => exports.InputSerialization$, 0, 0, () => exports.OutputSerialization$], 4
2621
+ ];
2622
+ exports.ServerSideEncryptionByDefault$ = [3, n0, _SSEBD,
2623
+ 0,
2624
+ [_SSEA, _KMSMKID],
2625
+ [0, [() => SSEKMSKeyId, 0]], 1
2626
+ ];
2627
+ exports.ServerSideEncryptionConfiguration$ = [3, n0, _SSEC,
2628
+ 0,
2629
+ [_R],
2630
+ [[() => ServerSideEncryptionRules, { [_xF]: 1, [_xN]: _Ru }]], 1
2631
+ ];
2632
+ exports.ServerSideEncryptionRule$ = [3, n0, _SSER,
2633
+ 0,
2634
+ [_ASSEBD, _BKE, _BET],
2635
+ [[() => exports.ServerSideEncryptionByDefault$, 0], 2, [() => exports.BlockedEncryptionTypes$, 0]]
2636
+ ];
2637
+ exports.SessionCredentials$ = [3, n0, _SCe,
2638
+ 0,
2639
+ [_AKI, _SAK, _ST, _E],
2640
+ [[0, { [_xN]: _AKI }], [() => SessionCredentialValue, { [_xN]: _SAK }], [() => SessionCredentialValue, { [_xN]: _ST }], [4, { [_xN]: _E }]], 4
2641
+ ];
2642
+ exports.SimplePrefix$ = [3, n0, _SPi,
2643
+ { [_xN]: _SPi },
2644
+ [],
2645
+ []
2646
+ ];
2647
+ exports.SourceSelectionCriteria$ = [3, n0, _SSC,
2648
+ 0,
2649
+ [_SKEO, _RM],
2650
+ [() => exports.SseKmsEncryptedObjects$, () => exports.ReplicaModifications$]
2651
+ ];
2652
+ exports.SSEKMS$ = [3, n0, _SSEKMS,
2653
+ { [_xN]: _SK },
2654
+ [_KI],
2655
+ [[() => SSEKMSKeyId, 0]], 1
2656
+ ];
2657
+ exports.SseKmsEncryptedObjects$ = [3, n0, _SKEO,
2658
+ 0,
2659
+ [_S],
2660
+ [0], 1
2661
+ ];
2662
+ exports.SSEKMSEncryption$ = [3, n0, _SSEKMSE,
2663
+ { [_xN]: _SK },
2664
+ [_KMSKA, _BKE],
2665
+ [[() => NonEmptyKmsKeyArnString, 0], 2], 1
2666
+ ];
2667
+ exports.SSES3$ = [3, n0, _SSES,
2668
+ { [_xN]: _SS },
2669
+ [],
2670
+ []
2671
+ ];
2672
+ exports.Stats$ = [3, n0, _Sta,
2673
+ 0,
2674
+ [_BS, _BP, _BRy],
2675
+ [1, 1, 1]
2676
+ ];
2677
+ exports.StatsEvent$ = [3, n0, _SE,
2678
+ 0,
2679
+ [_Det],
2680
+ [[() => exports.Stats$, { [_eP]: 1 }]]
2681
+ ];
2682
+ exports.StorageClassAnalysis$ = [3, n0, _SCA,
2683
+ 0,
2684
+ [_DE],
2685
+ [() => exports.StorageClassAnalysisDataExport$]
2686
+ ];
2687
+ exports.StorageClassAnalysisDataExport$ = [3, n0, _SCADE,
2688
+ 0,
2689
+ [_OSV, _Des],
2690
+ [0, () => exports.AnalyticsExportDestination$], 2
2691
+ ];
2692
+ exports.Tag$ = [3, n0, _Ta,
2693
+ 0,
2694
+ [_K, _V],
2695
+ [0, 0], 2
2696
+ ];
2697
+ exports.Tagging$ = [3, n0, _Tag,
2698
+ 0,
2699
+ [_TS],
2700
+ [[() => TagSet, 0]], 1
2701
+ ];
2702
+ exports.TargetGrant$ = [3, n0, _TGa,
2703
+ 0,
2704
+ [_Gra, _Pe],
2705
+ [[() => exports.Grantee$, { [_xNm]: [_x, _hi] }], 0]
2706
+ ];
2707
+ exports.TargetObjectKeyFormat$ = [3, n0, _TOKF,
2708
+ 0,
2709
+ [_SPi, _PP],
2710
+ [[() => exports.SimplePrefix$, { [_xN]: _SPi }], [() => exports.PartitionedPrefix$, { [_xN]: _PP }]]
2711
+ ];
2712
+ exports.Tiering$ = [3, n0, _Tier,
2713
+ 0,
2714
+ [_D, _AT],
2715
+ [1, 0], 2
2716
+ ];
2717
+ exports.TopicConfiguration$ = [3, n0, _TCop,
2718
+ 0,
2719
+ [_TAo, _Ev, _I, _F],
2720
+ [[0, { [_xN]: _Top }], [64 | 0, { [_xF]: 1, [_xN]: _Eve }], 0, [() => exports.NotificationConfigurationFilter$, 0]], 2
2721
+ ];
2722
+ exports.Transition$ = [3, n0, _Tra,
2723
+ 0,
2724
+ [_Da, _D, _SC],
2725
+ [5, 1, 0]
2726
+ ];
2727
+ exports.UpdateBucketMetadataInventoryTableConfigurationRequest$ = [3, n0, _UBMITCR,
2728
+ 0,
2729
+ [_B, _ITCn, _CMD, _CA, _EBO],
2730
+ [[0, 1], [() => exports.InventoryTableConfigurationUpdates$, { [_hP]: 1, [_xN]: _ITCn }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2731
+ ];
2732
+ exports.UpdateBucketMetadataJournalTableConfigurationRequest$ = [3, n0, _UBMJTCR,
2733
+ 0,
2734
+ [_B, _JTC, _CMD, _CA, _EBO],
2735
+ [[0, 1], [() => exports.JournalTableConfigurationUpdates$, { [_hP]: 1, [_xN]: _JTC }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xaebo }]], 2
2736
+ ];
2737
+ exports.UpdateObjectEncryptionRequest$ = [3, n0, _UOER,
2738
+ 0,
2739
+ [_B, _K, _OE, _VI, _RP, _EBO, _CMD, _CA],
2740
+ [[0, 1], [0, 1], [() => exports.ObjectEncryption$, 16], [0, { [_hQ]: _vI }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }]], 3
2741
+ ];
2742
+ exports.UpdateObjectEncryptionResponse$ = [3, n0, _UOERp,
2743
+ 0,
2744
+ [_RC],
2745
+ [[0, { [_hH]: _xarc }]]
2746
+ ];
2747
+ exports.UploadPartCopyOutput$ = [3, n0, _UPCO,
2748
+ 0,
2749
+ [_CSVI, _CPR, _SSE, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _RC],
2750
+ [[0, { [_hH]: _xacsvi }], [() => exports.CopyPartResult$, 16], [0, { [_hH]: _xasse }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
2751
+ ];
2752
+ exports.UploadPartCopyRequest$ = [3, n0, _UPCR,
2753
+ 0,
2754
+ [_B, _CS, _K, _PN, _UI, _CSIM, _CSIMS, _CSINM, _CSIUS, _CSRo, _SSECA, _SSECK, _SSECKMD, _CSSSECA, _CSSSECK, _CSSSECKMD, _RP, _EBO, _ESBO],
2755
+ [[0, 1], [0, { [_hH]: _xacs__ }], [0, 1], [1, { [_hQ]: _pN }], [0, { [_hQ]: _uI }], [0, { [_hH]: _xacsim }], [4, { [_hH]: _xacsims }], [0, { [_hH]: _xacsinm }], [4, { [_hH]: _xacsius }], [0, { [_hH]: _xacsr }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xacssseca }], [() => CopySourceSSECustomerKey, { [_hH]: _xacssseck }], [0, { [_hH]: _xacssseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }], [0, { [_hH]: _xasebo }]], 5
2756
+ ];
2757
+ exports.UploadPartOutput$ = [3, n0, _UPO,
2758
+ 0,
2759
+ [_SSE, _ETa, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _SSECA, _SSECKMD, _SSEKMSKI, _BKE, _RC],
2760
+ [[0, { [_hH]: _xasse }], [0, { [_hH]: _ETa }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xasseca }], [0, { [_hH]: _xasseckM }], [() => SSEKMSKeyId, { [_hH]: _xasseakki }], [2, { [_hH]: _xassebke }], [0, { [_hH]: _xarc }]]
2761
+ ];
2762
+ exports.UploadPartRequest$ = [3, n0, _UPR,
2763
+ 0,
2764
+ [_B, _K, _PN, _UI, _Bo, _CLo, _CMD, _CA, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _SSECA, _SSECK, _SSECKMD, _RP, _EBO],
2765
+ [[0, 1], [0, 1], [1, { [_hQ]: _pN }], [0, { [_hQ]: _uI }], [() => StreamingBlob, 16], [1, { [_hH]: _CL__ }], [0, { [_hH]: _CM }], [0, { [_hH]: _xasca }], [0, { [_hH]: _xacc }], [0, { [_hH]: _xacc_ }], [0, { [_hH]: _xacc__ }], [0, { [_hH]: _xacs }], [0, { [_hH]: _xacs_ }], [0, { [_hH]: _xasseca }], [() => SSECustomerKey, { [_hH]: _xasseck }], [0, { [_hH]: _xasseckM }], [0, { [_hH]: _xarp }], [0, { [_hH]: _xaebo }]], 4
2766
+ ];
2767
+ exports.VersioningConfiguration$ = [3, n0, _VC,
2768
+ 0,
2769
+ [_MFAD, _S],
2770
+ [[0, { [_xN]: _MDf }], 0]
2771
+ ];
2772
+ exports.WebsiteConfiguration$ = [3, n0, _WC,
2773
+ 0,
2774
+ [_EDr, _IDn, _RART, _RR],
2775
+ [() => exports.ErrorDocument$, () => exports.IndexDocument$, () => exports.RedirectAllRequestsTo$, [() => RoutingRules, 0]]
2776
+ ];
2777
+ exports.WriteGetObjectResponseRequest$ = [3, n0, _WGORR,
2778
+ 0,
2779
+ [_RReq, _RTe, _Bo, _SCt, _ECr, _EM, _AR, _CC, _CDo, _CEo, _CL, _CLo, _CR, _CTo, _CCRC, _CCRCC, _CCRCNVME, _CSHA, _CSHAh, _DM, _ETa, _Ex, _E, _LM, _MM, _M, _OLM, _OLLHS, _OLRUD, _PC, _RS, _RC, _Re, _SSE, _SSECA, _SSEKMSKI, _SSECKMD, _SC, _TC, _VI, _BKE],
2780
+ [[0, { [_hL]: 1, [_hH]: _xarr }], [0, { [_hH]: _xart }], [() => StreamingBlob, 16], [1, { [_hH]: _xafs }], [0, { [_hH]: _xafec }], [0, { [_hH]: _xafem }], [0, { [_hH]: _xafhar }], [0, { [_hH]: _xafhCC }], [0, { [_hH]: _xafhCD }], [0, { [_hH]: _xafhCE }], [0, { [_hH]: _xafhCL }], [1, { [_hH]: _CL__ }], [0, { [_hH]: _xafhCR }], [0, { [_hH]: _xafhCT }], [0, { [_hH]: _xafhxacc }], [0, { [_hH]: _xafhxacc_ }], [0, { [_hH]: _xafhxacc__ }], [0, { [_hH]: _xafhxacs }], [0, { [_hH]: _xafhxacs_ }], [2, { [_hH]: _xafhxadm }], [0, { [_hH]: _xafhE }], [4, { [_hH]: _xafhE_ }], [0, { [_hH]: _xafhxae }], [4, { [_hH]: _xafhLM }], [1, { [_hH]: _xafhxamm }], [128 | 0, { [_hPH]: _xam }], [0, { [_hH]: _xafhxaolm }], [0, { [_hH]: _xafhxaollh }], [5, { [_hH]: _xafhxaolrud }], [1, { [_hH]: _xafhxampc }], [0, { [_hH]: _xafhxars }], [0, { [_hH]: _xafhxarc }], [0, { [_hH]: _xafhxar }], [0, { [_hH]: _xafhxasse }], [0, { [_hH]: _xafhxasseca }], [() => SSEKMSKeyId, { [_hH]: _xafhxasseakki }], [0, { [_hH]: _xafhxasseckM }], [0, { [_hH]: _xafhxasc }], [1, { [_hH]: _xafhxatc }], [0, { [_hH]: _xafhxavi }], [2, { [_hH]: _xafhxassebke }]], 2
2781
+ ];
2782
+ var __Unit = "unit";
2783
+ var AllowedHeaders = 64 | 0;
2784
+ var AllowedMethods = 64 | 0;
2785
+ var AllowedOrigins = 64 | 0;
2786
+ var AnalyticsConfigurationList = [1, n0, _ACLn,
2787
+ 0, [() => exports.AnalyticsConfiguration$,
2788
+ 0]
2789
+ ];
2790
+ var Buckets = [1, n0, _Bu,
2791
+ 0, [() => exports.Bucket$,
2792
+ { [_xN]: _B }]
2793
+ ];
2794
+ var ChecksumAlgorithmList = 64 | 0;
2795
+ var CommonPrefixList = [1, n0, _CPL,
2796
+ 0, () => exports.CommonPrefix$
2797
+ ];
2798
+ var CompletedPartList = [1, n0, _CPLo,
2799
+ 0, () => exports.CompletedPart$
2800
+ ];
2801
+ var CORSRules = [1, n0, _CORSR,
2802
+ 0, [() => exports.CORSRule$,
2803
+ 0]
2804
+ ];
2805
+ var DeletedObjects = [1, n0, _DOe,
2806
+ 0, () => exports.DeletedObject$
2807
+ ];
2808
+ var DeleteMarkers = [1, n0, _DMe,
2809
+ 0, () => exports.DeleteMarkerEntry$
2810
+ ];
2811
+ var EncryptionTypeList = [1, n0, _ETL,
2812
+ 0, [0,
2813
+ { [_xN]: _ET }]
2814
+ ];
2815
+ var Errors = [1, n0, _Er,
2816
+ 0, () => exports._Error$
2817
+ ];
2818
+ var EventList = 64 | 0;
2819
+ var ExposeHeaders = 64 | 0;
2820
+ var FilterRuleList = [1, n0, _FRL,
2821
+ 0, () => exports.FilterRule$
2822
+ ];
2823
+ var Grants = [1, n0, _G,
2824
+ 0, [() => exports.Grant$,
2825
+ { [_xN]: _Gr }]
2826
+ ];
2827
+ var IntelligentTieringConfigurationList = [1, n0, _ITCL,
2828
+ 0, [() => exports.IntelligentTieringConfiguration$,
2829
+ 0]
2830
+ ];
2831
+ var InventoryConfigurationList = [1, n0, _ICL,
2832
+ 0, [() => exports.InventoryConfiguration$,
2833
+ 0]
2834
+ ];
2835
+ var InventoryOptionalFields = [1, n0, _IOF,
2836
+ 0, [0,
2837
+ { [_xN]: _Fi }]
2838
+ ];
2839
+ var LambdaFunctionConfigurationList = [1, n0, _LFCL,
2840
+ 0, [() => exports.LambdaFunctionConfiguration$,
2841
+ 0]
2842
+ ];
2843
+ var LifecycleRules = [1, n0, _LRi,
2844
+ 0, [() => exports.LifecycleRule$,
2845
+ 0]
2846
+ ];
2847
+ var MetricsConfigurationList = [1, n0, _MCL,
2848
+ 0, [() => exports.MetricsConfiguration$,
2849
+ 0]
2850
+ ];
2851
+ var MultipartUploadList = [1, n0, _MUL,
2852
+ 0, () => exports.MultipartUpload$
2853
+ ];
2854
+ var NoncurrentVersionTransitionList = [1, n0, _NVTL,
2855
+ 0, () => exports.NoncurrentVersionTransition$
2856
+ ];
2857
+ var ObjectAttributesList = 64 | 0;
2858
+ var ObjectIdentifierList = [1, n0, _OIL,
2859
+ 0, () => exports.ObjectIdentifier$
2860
+ ];
2861
+ var ObjectList = [1, n0, _OLb,
2862
+ 0, [() => exports._Object$,
2863
+ 0]
2864
+ ];
2865
+ var ObjectVersionList = [1, n0, _OVL,
2866
+ 0, [() => exports.ObjectVersion$,
2867
+ 0]
2868
+ ];
2869
+ var OptionalObjectAttributesList = 64 | 0;
2870
+ var OwnershipControlsRules = [1, n0, _OCRw,
2871
+ 0, () => exports.OwnershipControlsRule$
2872
+ ];
2873
+ var Parts = [1, n0, _Pa,
2874
+ 0, () => exports.Part$
2875
+ ];
2876
+ var PartsList = [1, n0, _PL,
2877
+ 0, () => exports.ObjectPart$
2878
+ ];
2879
+ var QueueConfigurationList = [1, n0, _QCL,
2880
+ 0, [() => exports.QueueConfiguration$,
2881
+ 0]
2882
+ ];
2883
+ var ReplicationRules = [1, n0, _RRep,
2884
+ 0, [() => exports.ReplicationRule$,
2885
+ 0]
2886
+ ];
2887
+ var RoutingRules = [1, n0, _RR,
2888
+ 0, [() => exports.RoutingRule$,
2889
+ { [_xN]: _RRo }]
2890
+ ];
2891
+ var ServerSideEncryptionRules = [1, n0, _SSERe,
2892
+ 0, [() => exports.ServerSideEncryptionRule$,
2893
+ 0]
2894
+ ];
2895
+ var TagSet = [1, n0, _TS,
2896
+ 0, [() => exports.Tag$,
2897
+ { [_xN]: _Ta }]
2898
+ ];
2899
+ var TargetGrants = [1, n0, _TG,
2900
+ 0, [() => exports.TargetGrant$,
2901
+ { [_xN]: _Gr }]
2902
+ ];
2903
+ var TieringList = [1, n0, _TL,
2904
+ 0, () => exports.Tiering$
2905
+ ];
2906
+ var TopicConfigurationList = [1, n0, _TCL,
2907
+ 0, [() => exports.TopicConfiguration$,
2908
+ 0]
2909
+ ];
2910
+ var TransitionList = [1, n0, _TLr,
2911
+ 0, () => exports.Transition$
2912
+ ];
2913
+ var UserMetadata = [1, n0, _UM,
2914
+ 0, [() => exports.MetadataEntry$,
2915
+ { [_xN]: _ME }]
2916
+ ];
2917
+ var Metadata = 128 | 0;
2918
+ exports.AnalyticsFilter$ = [4, n0, _AF,
2919
+ 0,
2920
+ [_P, _Ta, _An],
2921
+ [0, () => exports.Tag$, [() => exports.AnalyticsAndOperator$, 0]]
2922
+ ];
2923
+ exports.MetricsFilter$ = [4, n0, _MF,
2924
+ 0,
2925
+ [_P, _Ta, _APAc, _An],
2926
+ [0, () => exports.Tag$, 0, [() => exports.MetricsAndOperator$, 0]]
2927
+ ];
2928
+ exports.ObjectEncryption$ = [4, n0, _OE,
2929
+ 0,
2930
+ [_SSEKMS],
2931
+ [[() => exports.SSEKMSEncryption$, { [_xN]: _SK }]]
2932
+ ];
2933
+ exports.SelectObjectContentEventStream$ = [4, n0, _SOCES,
2934
+ { [_st]: 1 },
2935
+ [_Rec, _Sta, _Pr, _Cont, _End],
2936
+ [[() => exports.RecordsEvent$, 0], [() => exports.StatsEvent$, 0], [() => exports.ProgressEvent$, 0], () => exports.ContinuationEvent$, () => exports.EndEvent$]
2937
+ ];
2938
+ exports.AbortMultipartUpload$ = [9, n0, _AMU,
2939
+ { [_h]: ["DELETE", "/{Key+}?x-id=AbortMultipartUpload", 204] }, () => exports.AbortMultipartUploadRequest$, () => exports.AbortMultipartUploadOutput$
2940
+ ];
2941
+ exports.CompleteMultipartUpload$ = [9, n0, _CMUo,
2942
+ { [_h]: ["POST", "/{Key+}", 200] }, () => exports.CompleteMultipartUploadRequest$, () => exports.CompleteMultipartUploadOutput$
2943
+ ];
2944
+ exports.CopyObject$ = [9, n0, _CO,
2945
+ { [_h]: ["PUT", "/{Key+}?x-id=CopyObject", 200] }, () => exports.CopyObjectRequest$, () => exports.CopyObjectOutput$
2946
+ ];
2947
+ exports.CreateBucket$ = [9, n0, _CB,
2948
+ { [_h]: ["PUT", "/", 200] }, () => exports.CreateBucketRequest$, () => exports.CreateBucketOutput$
2949
+ ];
2950
+ exports.CreateBucketMetadataConfiguration$ = [9, n0, _CBMC,
2951
+ { [_hC]: "-", [_h]: ["POST", "/?metadataConfiguration", 200] }, () => exports.CreateBucketMetadataConfigurationRequest$, () => __Unit
2952
+ ];
2953
+ exports.CreateBucketMetadataTableConfiguration$ = [9, n0, _CBMTC,
2954
+ { [_hC]: "-", [_h]: ["POST", "/?metadataTable", 200] }, () => exports.CreateBucketMetadataTableConfigurationRequest$, () => __Unit
2955
+ ];
2956
+ exports.CreateMultipartUpload$ = [9, n0, _CMUr,
2957
+ { [_h]: ["POST", "/{Key+}?uploads", 200] }, () => exports.CreateMultipartUploadRequest$, () => exports.CreateMultipartUploadOutput$
2958
+ ];
2959
+ exports.CreateSession$ = [9, n0, _CSr,
2960
+ { [_h]: ["GET", "/?session", 200] }, () => exports.CreateSessionRequest$, () => exports.CreateSessionOutput$
2961
+ ];
2962
+ exports.DeleteBucket$ = [9, n0, _DB,
2963
+ { [_h]: ["DELETE", "/", 204] }, () => exports.DeleteBucketRequest$, () => __Unit
2964
+ ];
2965
+ exports.DeleteBucketAnalyticsConfiguration$ = [9, n0, _DBAC,
2966
+ { [_h]: ["DELETE", "/?analytics", 204] }, () => exports.DeleteBucketAnalyticsConfigurationRequest$, () => __Unit
2967
+ ];
2968
+ exports.DeleteBucketCors$ = [9, n0, _DBC,
2969
+ { [_h]: ["DELETE", "/?cors", 204] }, () => exports.DeleteBucketCorsRequest$, () => __Unit
2970
+ ];
2971
+ exports.DeleteBucketEncryption$ = [9, n0, _DBE,
2972
+ { [_h]: ["DELETE", "/?encryption", 204] }, () => exports.DeleteBucketEncryptionRequest$, () => __Unit
2973
+ ];
2974
+ exports.DeleteBucketIntelligentTieringConfiguration$ = [9, n0, _DBITC,
2975
+ { [_h]: ["DELETE", "/?intelligent-tiering", 204] }, () => exports.DeleteBucketIntelligentTieringConfigurationRequest$, () => __Unit
2976
+ ];
2977
+ exports.DeleteBucketInventoryConfiguration$ = [9, n0, _DBIC,
2978
+ { [_h]: ["DELETE", "/?inventory", 204] }, () => exports.DeleteBucketInventoryConfigurationRequest$, () => __Unit
2979
+ ];
2980
+ exports.DeleteBucketLifecycle$ = [9, n0, _DBL,
2981
+ { [_h]: ["DELETE", "/?lifecycle", 204] }, () => exports.DeleteBucketLifecycleRequest$, () => __Unit
2982
+ ];
2983
+ exports.DeleteBucketMetadataConfiguration$ = [9, n0, _DBMC,
2984
+ { [_h]: ["DELETE", "/?metadataConfiguration", 204] }, () => exports.DeleteBucketMetadataConfigurationRequest$, () => __Unit
2985
+ ];
2986
+ exports.DeleteBucketMetadataTableConfiguration$ = [9, n0, _DBMTC,
2987
+ { [_h]: ["DELETE", "/?metadataTable", 204] }, () => exports.DeleteBucketMetadataTableConfigurationRequest$, () => __Unit
2988
+ ];
2989
+ exports.DeleteBucketMetricsConfiguration$ = [9, n0, _DBMCe,
2990
+ { [_h]: ["DELETE", "/?metrics", 204] }, () => exports.DeleteBucketMetricsConfigurationRequest$, () => __Unit
2991
+ ];
2992
+ exports.DeleteBucketOwnershipControls$ = [9, n0, _DBOC,
2993
+ { [_h]: ["DELETE", "/?ownershipControls", 204] }, () => exports.DeleteBucketOwnershipControlsRequest$, () => __Unit
2994
+ ];
2995
+ exports.DeleteBucketPolicy$ = [9, n0, _DBP,
2996
+ { [_h]: ["DELETE", "/?policy", 204] }, () => exports.DeleteBucketPolicyRequest$, () => __Unit
2997
+ ];
2998
+ exports.DeleteBucketReplication$ = [9, n0, _DBRe,
2999
+ { [_h]: ["DELETE", "/?replication", 204] }, () => exports.DeleteBucketReplicationRequest$, () => __Unit
3000
+ ];
3001
+ exports.DeleteBucketTagging$ = [9, n0, _DBT,
3002
+ { [_h]: ["DELETE", "/?tagging", 204] }, () => exports.DeleteBucketTaggingRequest$, () => __Unit
3003
+ ];
3004
+ exports.DeleteBucketWebsite$ = [9, n0, _DBW,
3005
+ { [_h]: ["DELETE", "/?website", 204] }, () => exports.DeleteBucketWebsiteRequest$, () => __Unit
3006
+ ];
3007
+ exports.DeleteObject$ = [9, n0, _DOel,
3008
+ { [_h]: ["DELETE", "/{Key+}?x-id=DeleteObject", 204] }, () => exports.DeleteObjectRequest$, () => exports.DeleteObjectOutput$
3009
+ ];
3010
+ exports.DeleteObjects$ = [9, n0, _DOele,
3011
+ { [_hC]: "-", [_h]: ["POST", "/?delete", 200] }, () => exports.DeleteObjectsRequest$, () => exports.DeleteObjectsOutput$
3012
+ ];
3013
+ exports.DeleteObjectTagging$ = [9, n0, _DOT,
3014
+ { [_h]: ["DELETE", "/{Key+}?tagging", 204] }, () => exports.DeleteObjectTaggingRequest$, () => exports.DeleteObjectTaggingOutput$
3015
+ ];
3016
+ exports.DeletePublicAccessBlock$ = [9, n0, _DPAB,
3017
+ { [_h]: ["DELETE", "/?publicAccessBlock", 204] }, () => exports.DeletePublicAccessBlockRequest$, () => __Unit
3018
+ ];
3019
+ exports.GetBucketAbac$ = [9, n0, _GBA,
3020
+ { [_h]: ["GET", "/?abac", 200] }, () => exports.GetBucketAbacRequest$, () => exports.GetBucketAbacOutput$
3021
+ ];
3022
+ exports.GetBucketAccelerateConfiguration$ = [9, n0, _GBAC,
3023
+ { [_h]: ["GET", "/?accelerate", 200] }, () => exports.GetBucketAccelerateConfigurationRequest$, () => exports.GetBucketAccelerateConfigurationOutput$
3024
+ ];
3025
+ exports.GetBucketAcl$ = [9, n0, _GBAe,
3026
+ { [_h]: ["GET", "/?acl", 200] }, () => exports.GetBucketAclRequest$, () => exports.GetBucketAclOutput$
3027
+ ];
3028
+ exports.GetBucketAnalyticsConfiguration$ = [9, n0, _GBACe,
3029
+ { [_h]: ["GET", "/?analytics&x-id=GetBucketAnalyticsConfiguration", 200] }, () => exports.GetBucketAnalyticsConfigurationRequest$, () => exports.GetBucketAnalyticsConfigurationOutput$
3030
+ ];
3031
+ exports.GetBucketCors$ = [9, n0, _GBC,
3032
+ { [_h]: ["GET", "/?cors", 200] }, () => exports.GetBucketCorsRequest$, () => exports.GetBucketCorsOutput$
3033
+ ];
3034
+ exports.GetBucketEncryption$ = [9, n0, _GBE,
3035
+ { [_h]: ["GET", "/?encryption", 200] }, () => exports.GetBucketEncryptionRequest$, () => exports.GetBucketEncryptionOutput$
3036
+ ];
3037
+ exports.GetBucketIntelligentTieringConfiguration$ = [9, n0, _GBITC,
3038
+ { [_h]: ["GET", "/?intelligent-tiering&x-id=GetBucketIntelligentTieringConfiguration", 200] }, () => exports.GetBucketIntelligentTieringConfigurationRequest$, () => exports.GetBucketIntelligentTieringConfigurationOutput$
3039
+ ];
3040
+ exports.GetBucketInventoryConfiguration$ = [9, n0, _GBIC,
3041
+ { [_h]: ["GET", "/?inventory&x-id=GetBucketInventoryConfiguration", 200] }, () => exports.GetBucketInventoryConfigurationRequest$, () => exports.GetBucketInventoryConfigurationOutput$
3042
+ ];
3043
+ exports.GetBucketLifecycleConfiguration$ = [9, n0, _GBLC,
3044
+ { [_h]: ["GET", "/?lifecycle", 200] }, () => exports.GetBucketLifecycleConfigurationRequest$, () => exports.GetBucketLifecycleConfigurationOutput$
3045
+ ];
3046
+ exports.GetBucketLocation$ = [9, n0, _GBL,
3047
+ { [_h]: ["GET", "/?location", 200] }, () => exports.GetBucketLocationRequest$, () => exports.GetBucketLocationOutput$
3048
+ ];
3049
+ exports.GetBucketLogging$ = [9, n0, _GBLe,
3050
+ { [_h]: ["GET", "/?logging", 200] }, () => exports.GetBucketLoggingRequest$, () => exports.GetBucketLoggingOutput$
3051
+ ];
3052
+ exports.GetBucketMetadataConfiguration$ = [9, n0, _GBMC,
3053
+ { [_h]: ["GET", "/?metadataConfiguration", 200] }, () => exports.GetBucketMetadataConfigurationRequest$, () => exports.GetBucketMetadataConfigurationOutput$
3054
+ ];
3055
+ exports.GetBucketMetadataTableConfiguration$ = [9, n0, _GBMTC,
3056
+ { [_h]: ["GET", "/?metadataTable", 200] }, () => exports.GetBucketMetadataTableConfigurationRequest$, () => exports.GetBucketMetadataTableConfigurationOutput$
3057
+ ];
3058
+ exports.GetBucketMetricsConfiguration$ = [9, n0, _GBMCe,
3059
+ { [_h]: ["GET", "/?metrics&x-id=GetBucketMetricsConfiguration", 200] }, () => exports.GetBucketMetricsConfigurationRequest$, () => exports.GetBucketMetricsConfigurationOutput$
3060
+ ];
3061
+ exports.GetBucketNotificationConfiguration$ = [9, n0, _GBNC,
3062
+ { [_h]: ["GET", "/?notification", 200] }, () => exports.GetBucketNotificationConfigurationRequest$, () => exports.NotificationConfiguration$
3063
+ ];
3064
+ exports.GetBucketOwnershipControls$ = [9, n0, _GBOC,
3065
+ { [_h]: ["GET", "/?ownershipControls", 200] }, () => exports.GetBucketOwnershipControlsRequest$, () => exports.GetBucketOwnershipControlsOutput$
3066
+ ];
3067
+ exports.GetBucketPolicy$ = [9, n0, _GBP,
3068
+ { [_h]: ["GET", "/?policy", 200] }, () => exports.GetBucketPolicyRequest$, () => exports.GetBucketPolicyOutput$
3069
+ ];
3070
+ exports.GetBucketPolicyStatus$ = [9, n0, _GBPS,
3071
+ { [_h]: ["GET", "/?policyStatus", 200] }, () => exports.GetBucketPolicyStatusRequest$, () => exports.GetBucketPolicyStatusOutput$
3072
+ ];
3073
+ exports.GetBucketReplication$ = [9, n0, _GBR,
3074
+ { [_h]: ["GET", "/?replication", 200] }, () => exports.GetBucketReplicationRequest$, () => exports.GetBucketReplicationOutput$
3075
+ ];
3076
+ exports.GetBucketRequestPayment$ = [9, n0, _GBRP,
3077
+ { [_h]: ["GET", "/?requestPayment", 200] }, () => exports.GetBucketRequestPaymentRequest$, () => exports.GetBucketRequestPaymentOutput$
3078
+ ];
3079
+ exports.GetBucketTagging$ = [9, n0, _GBT,
3080
+ { [_h]: ["GET", "/?tagging", 200] }, () => exports.GetBucketTaggingRequest$, () => exports.GetBucketTaggingOutput$
3081
+ ];
3082
+ exports.GetBucketVersioning$ = [9, n0, _GBV,
3083
+ { [_h]: ["GET", "/?versioning", 200] }, () => exports.GetBucketVersioningRequest$, () => exports.GetBucketVersioningOutput$
3084
+ ];
3085
+ exports.GetBucketWebsite$ = [9, n0, _GBW,
3086
+ { [_h]: ["GET", "/?website", 200] }, () => exports.GetBucketWebsiteRequest$, () => exports.GetBucketWebsiteOutput$
3087
+ ];
3088
+ exports.GetObject$ = [9, n0, _GO,
3089
+ { [_hC]: "-", [_h]: ["GET", "/{Key+}?x-id=GetObject", 200] }, () => exports.GetObjectRequest$, () => exports.GetObjectOutput$
3090
+ ];
3091
+ exports.GetObjectAcl$ = [9, n0, _GOA,
3092
+ { [_h]: ["GET", "/{Key+}?acl", 200] }, () => exports.GetObjectAclRequest$, () => exports.GetObjectAclOutput$
3093
+ ];
3094
+ exports.GetObjectAttributes$ = [9, n0, _GOAe,
3095
+ { [_h]: ["GET", "/{Key+}?attributes", 200] }, () => exports.GetObjectAttributesRequest$, () => exports.GetObjectAttributesOutput$
3096
+ ];
3097
+ exports.GetObjectLegalHold$ = [9, n0, _GOLH,
3098
+ { [_h]: ["GET", "/{Key+}?legal-hold", 200] }, () => exports.GetObjectLegalHoldRequest$, () => exports.GetObjectLegalHoldOutput$
3099
+ ];
3100
+ exports.GetObjectLockConfiguration$ = [9, n0, _GOLC,
3101
+ { [_h]: ["GET", "/?object-lock", 200] }, () => exports.GetObjectLockConfigurationRequest$, () => exports.GetObjectLockConfigurationOutput$
3102
+ ];
3103
+ exports.GetObjectRetention$ = [9, n0, _GORe,
3104
+ { [_h]: ["GET", "/{Key+}?retention", 200] }, () => exports.GetObjectRetentionRequest$, () => exports.GetObjectRetentionOutput$
3105
+ ];
3106
+ exports.GetObjectTagging$ = [9, n0, _GOT,
3107
+ { [_h]: ["GET", "/{Key+}?tagging", 200] }, () => exports.GetObjectTaggingRequest$, () => exports.GetObjectTaggingOutput$
3108
+ ];
3109
+ exports.GetObjectTorrent$ = [9, n0, _GOTe,
3110
+ { [_h]: ["GET", "/{Key+}?torrent", 200] }, () => exports.GetObjectTorrentRequest$, () => exports.GetObjectTorrentOutput$
3111
+ ];
3112
+ exports.GetPublicAccessBlock$ = [9, n0, _GPAB,
3113
+ { [_h]: ["GET", "/?publicAccessBlock", 200] }, () => exports.GetPublicAccessBlockRequest$, () => exports.GetPublicAccessBlockOutput$
3114
+ ];
3115
+ exports.HeadBucket$ = [9, n0, _HB,
3116
+ { [_h]: ["HEAD", "/", 200] }, () => exports.HeadBucketRequest$, () => exports.HeadBucketOutput$
3117
+ ];
3118
+ exports.HeadObject$ = [9, n0, _HO,
3119
+ { [_h]: ["HEAD", "/{Key+}", 200] }, () => exports.HeadObjectRequest$, () => exports.HeadObjectOutput$
3120
+ ];
3121
+ exports.ListBucketAnalyticsConfigurations$ = [9, n0, _LBAC,
3122
+ { [_h]: ["GET", "/?analytics&x-id=ListBucketAnalyticsConfigurations", 200] }, () => exports.ListBucketAnalyticsConfigurationsRequest$, () => exports.ListBucketAnalyticsConfigurationsOutput$
3123
+ ];
3124
+ exports.ListBucketIntelligentTieringConfigurations$ = [9, n0, _LBITC,
3125
+ { [_h]: ["GET", "/?intelligent-tiering&x-id=ListBucketIntelligentTieringConfigurations", 200] }, () => exports.ListBucketIntelligentTieringConfigurationsRequest$, () => exports.ListBucketIntelligentTieringConfigurationsOutput$
3126
+ ];
3127
+ exports.ListBucketInventoryConfigurations$ = [9, n0, _LBIC,
3128
+ { [_h]: ["GET", "/?inventory&x-id=ListBucketInventoryConfigurations", 200] }, () => exports.ListBucketInventoryConfigurationsRequest$, () => exports.ListBucketInventoryConfigurationsOutput$
3129
+ ];
3130
+ exports.ListBucketMetricsConfigurations$ = [9, n0, _LBMC,
3131
+ { [_h]: ["GET", "/?metrics&x-id=ListBucketMetricsConfigurations", 200] }, () => exports.ListBucketMetricsConfigurationsRequest$, () => exports.ListBucketMetricsConfigurationsOutput$
3132
+ ];
3133
+ exports.ListBuckets$ = [9, n0, _LB,
3134
+ { [_h]: ["GET", "/?x-id=ListBuckets", 200] }, () => exports.ListBucketsRequest$, () => exports.ListBucketsOutput$
3135
+ ];
3136
+ exports.ListDirectoryBuckets$ = [9, n0, _LDB,
3137
+ { [_h]: ["GET", "/?x-id=ListDirectoryBuckets", 200] }, () => exports.ListDirectoryBucketsRequest$, () => exports.ListDirectoryBucketsOutput$
3138
+ ];
3139
+ exports.ListMultipartUploads$ = [9, n0, _LMU,
3140
+ { [_h]: ["GET", "/?uploads", 200] }, () => exports.ListMultipartUploadsRequest$, () => exports.ListMultipartUploadsOutput$
3141
+ ];
3142
+ exports.ListObjects$ = [9, n0, _LO,
3143
+ { [_h]: ["GET", "/", 200] }, () => exports.ListObjectsRequest$, () => exports.ListObjectsOutput$
3144
+ ];
3145
+ exports.ListObjectsV2$ = [9, n0, _LOV,
3146
+ { [_h]: ["GET", "/?list-type=2", 200] }, () => exports.ListObjectsV2Request$, () => exports.ListObjectsV2Output$
3147
+ ];
3148
+ exports.ListObjectVersions$ = [9, n0, _LOVi,
3149
+ { [_h]: ["GET", "/?versions", 200] }, () => exports.ListObjectVersionsRequest$, () => exports.ListObjectVersionsOutput$
3150
+ ];
3151
+ exports.ListParts$ = [9, n0, _LP,
3152
+ { [_h]: ["GET", "/{Key+}?x-id=ListParts", 200] }, () => exports.ListPartsRequest$, () => exports.ListPartsOutput$
3153
+ ];
3154
+ exports.PutBucketAbac$ = [9, n0, _PBA,
3155
+ { [_hC]: "-", [_h]: ["PUT", "/?abac", 200] }, () => exports.PutBucketAbacRequest$, () => __Unit
3156
+ ];
3157
+ exports.PutBucketAccelerateConfiguration$ = [9, n0, _PBAC,
3158
+ { [_hC]: "-", [_h]: ["PUT", "/?accelerate", 200] }, () => exports.PutBucketAccelerateConfigurationRequest$, () => __Unit
3159
+ ];
3160
+ exports.PutBucketAcl$ = [9, n0, _PBAu,
3161
+ { [_hC]: "-", [_h]: ["PUT", "/?acl", 200] }, () => exports.PutBucketAclRequest$, () => __Unit
3162
+ ];
3163
+ exports.PutBucketAnalyticsConfiguration$ = [9, n0, _PBACu,
3164
+ { [_h]: ["PUT", "/?analytics", 200] }, () => exports.PutBucketAnalyticsConfigurationRequest$, () => __Unit
3165
+ ];
3166
+ exports.PutBucketCors$ = [9, n0, _PBC,
3167
+ { [_hC]: "-", [_h]: ["PUT", "/?cors", 200] }, () => exports.PutBucketCorsRequest$, () => __Unit
3168
+ ];
3169
+ exports.PutBucketEncryption$ = [9, n0, _PBE,
3170
+ { [_hC]: "-", [_h]: ["PUT", "/?encryption", 200] }, () => exports.PutBucketEncryptionRequest$, () => __Unit
3171
+ ];
3172
+ exports.PutBucketIntelligentTieringConfiguration$ = [9, n0, _PBITC,
3173
+ { [_h]: ["PUT", "/?intelligent-tiering", 200] }, () => exports.PutBucketIntelligentTieringConfigurationRequest$, () => __Unit
3174
+ ];
3175
+ exports.PutBucketInventoryConfiguration$ = [9, n0, _PBIC,
3176
+ { [_h]: ["PUT", "/?inventory", 200] }, () => exports.PutBucketInventoryConfigurationRequest$, () => __Unit
3177
+ ];
3178
+ exports.PutBucketLifecycleConfiguration$ = [9, n0, _PBLC,
3179
+ { [_hC]: "-", [_h]: ["PUT", "/?lifecycle", 200] }, () => exports.PutBucketLifecycleConfigurationRequest$, () => exports.PutBucketLifecycleConfigurationOutput$
3180
+ ];
3181
+ exports.PutBucketLogging$ = [9, n0, _PBL,
3182
+ { [_hC]: "-", [_h]: ["PUT", "/?logging", 200] }, () => exports.PutBucketLoggingRequest$, () => __Unit
3183
+ ];
3184
+ exports.PutBucketMetricsConfiguration$ = [9, n0, _PBMC,
3185
+ { [_h]: ["PUT", "/?metrics", 200] }, () => exports.PutBucketMetricsConfigurationRequest$, () => __Unit
3186
+ ];
3187
+ exports.PutBucketNotificationConfiguration$ = [9, n0, _PBNC,
3188
+ { [_h]: ["PUT", "/?notification", 200] }, () => exports.PutBucketNotificationConfigurationRequest$, () => __Unit
3189
+ ];
3190
+ exports.PutBucketOwnershipControls$ = [9, n0, _PBOC,
3191
+ { [_hC]: "-", [_h]: ["PUT", "/?ownershipControls", 200] }, () => exports.PutBucketOwnershipControlsRequest$, () => __Unit
3192
+ ];
3193
+ exports.PutBucketPolicy$ = [9, n0, _PBP,
3194
+ { [_hC]: "-", [_h]: ["PUT", "/?policy", 200] }, () => exports.PutBucketPolicyRequest$, () => __Unit
3195
+ ];
3196
+ exports.PutBucketReplication$ = [9, n0, _PBR,
3197
+ { [_hC]: "-", [_h]: ["PUT", "/?replication", 200] }, () => exports.PutBucketReplicationRequest$, () => __Unit
3198
+ ];
3199
+ exports.PutBucketRequestPayment$ = [9, n0, _PBRP,
3200
+ { [_hC]: "-", [_h]: ["PUT", "/?requestPayment", 200] }, () => exports.PutBucketRequestPaymentRequest$, () => __Unit
3201
+ ];
3202
+ exports.PutBucketTagging$ = [9, n0, _PBT,
3203
+ { [_hC]: "-", [_h]: ["PUT", "/?tagging", 200] }, () => exports.PutBucketTaggingRequest$, () => __Unit
3204
+ ];
3205
+ exports.PutBucketVersioning$ = [9, n0, _PBV,
3206
+ { [_hC]: "-", [_h]: ["PUT", "/?versioning", 200] }, () => exports.PutBucketVersioningRequest$, () => __Unit
3207
+ ];
3208
+ exports.PutBucketWebsite$ = [9, n0, _PBW,
3209
+ { [_hC]: "-", [_h]: ["PUT", "/?website", 200] }, () => exports.PutBucketWebsiteRequest$, () => __Unit
3210
+ ];
3211
+ exports.PutObject$ = [9, n0, _PO,
3212
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?x-id=PutObject", 200] }, () => exports.PutObjectRequest$, () => exports.PutObjectOutput$
3213
+ ];
3214
+ exports.PutObjectAcl$ = [9, n0, _POA,
3215
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?acl", 200] }, () => exports.PutObjectAclRequest$, () => exports.PutObjectAclOutput$
3216
+ ];
3217
+ exports.PutObjectLegalHold$ = [9, n0, _POLH,
3218
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?legal-hold", 200] }, () => exports.PutObjectLegalHoldRequest$, () => exports.PutObjectLegalHoldOutput$
3219
+ ];
3220
+ exports.PutObjectLockConfiguration$ = [9, n0, _POLC,
3221
+ { [_hC]: "-", [_h]: ["PUT", "/?object-lock", 200] }, () => exports.PutObjectLockConfigurationRequest$, () => exports.PutObjectLockConfigurationOutput$
3222
+ ];
3223
+ exports.PutObjectRetention$ = [9, n0, _PORu,
3224
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?retention", 200] }, () => exports.PutObjectRetentionRequest$, () => exports.PutObjectRetentionOutput$
3225
+ ];
3226
+ exports.PutObjectTagging$ = [9, n0, _POT,
3227
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?tagging", 200] }, () => exports.PutObjectTaggingRequest$, () => exports.PutObjectTaggingOutput$
3228
+ ];
3229
+ exports.PutPublicAccessBlock$ = [9, n0, _PPAB,
3230
+ { [_hC]: "-", [_h]: ["PUT", "/?publicAccessBlock", 200] }, () => exports.PutPublicAccessBlockRequest$, () => __Unit
3231
+ ];
3232
+ exports.RenameObject$ = [9, n0, _RO,
3233
+ { [_h]: ["PUT", "/{Key+}?renameObject", 200] }, () => exports.RenameObjectRequest$, () => exports.RenameObjectOutput$
3234
+ ];
3235
+ exports.RestoreObject$ = [9, n0, _ROe,
3236
+ { [_hC]: "-", [_h]: ["POST", "/{Key+}?restore", 200] }, () => exports.RestoreObjectRequest$, () => exports.RestoreObjectOutput$
3237
+ ];
3238
+ exports.SelectObjectContent$ = [9, n0, _SOC,
3239
+ { [_h]: ["POST", "/{Key+}?select&select-type=2", 200] }, () => exports.SelectObjectContentRequest$, () => exports.SelectObjectContentOutput$
3240
+ ];
3241
+ exports.UpdateBucketMetadataInventoryTableConfiguration$ = [9, n0, _UBMITC,
3242
+ { [_hC]: "-", [_h]: ["PUT", "/?metadataInventoryTable", 200] }, () => exports.UpdateBucketMetadataInventoryTableConfigurationRequest$, () => __Unit
3243
+ ];
3244
+ exports.UpdateBucketMetadataJournalTableConfiguration$ = [9, n0, _UBMJTC,
3245
+ { [_hC]: "-", [_h]: ["PUT", "/?metadataJournalTable", 200] }, () => exports.UpdateBucketMetadataJournalTableConfigurationRequest$, () => __Unit
3246
+ ];
3247
+ exports.UpdateObjectEncryption$ = [9, n0, _UOE,
3248
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?encryption", 200] }, () => exports.UpdateObjectEncryptionRequest$, () => exports.UpdateObjectEncryptionResponse$
3249
+ ];
3250
+ exports.UploadPart$ = [9, n0, _UP,
3251
+ { [_hC]: "-", [_h]: ["PUT", "/{Key+}?x-id=UploadPart", 200] }, () => exports.UploadPartRequest$, () => exports.UploadPartOutput$
3252
+ ];
3253
+ exports.UploadPartCopy$ = [9, n0, _UPC,
3254
+ { [_h]: ["PUT", "/{Key+}?x-id=UploadPartCopy", 200] }, () => exports.UploadPartCopyRequest$, () => exports.UploadPartCopyOutput$
3255
+ ];
3256
+ exports.WriteGetObjectResponse$ = [9, n0, _WGOR,
3257
+ { [_en]: ["{RequestRoute}."], [_h]: ["POST", "/WriteGetObjectResponse", 200] }, () => exports.WriteGetObjectResponseRequest$, () => __Unit
3258
+ ];