gemi 0.4.78 → 0.4.80

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 (117) hide show
  1. package/dist/app/App.d.ts +5 -10
  2. package/dist/app/App.d.ts.map +1 -1
  3. package/dist/app/index.js +60 -60
  4. package/dist/bin/index.js +104 -75
  5. package/dist/broadcasting/BroadcastingChannel.d.ts +5 -0
  6. package/dist/broadcasting/BroadcastingChannel.d.ts.map +1 -0
  7. package/dist/broadcasting/index.js +2 -0
  8. package/dist/chunk-02ba977a552fd2da.js +18 -0
  9. package/dist/chunk-0ba2cc302113ab40.js +3 -0
  10. package/dist/{chunk-28c7d04b6f555350.js → chunk-1e6b656dc70ab1fd.js} +2 -2
  11. package/dist/{chunk-e3d242546d1a2927.js → chunk-24a86f8f5ddc0cbd.js} +1 -1
  12. package/dist/chunk-2786cd9024d0d164.js +2 -0
  13. package/dist/chunk-357d6f34be7eafaa.js +2 -0
  14. package/dist/chunk-5075c75a0b45f02c.js +2 -0
  15. package/dist/{chunk-20e12a96dfe36b97.js → chunk-53b7d6267c9172bc.js} +1 -1
  16. package/dist/chunk-55c7fe17750b0378.js +9 -0
  17. package/dist/chunk-5ddf530ee3afe1d4.js +2 -0
  18. package/dist/{chunk-4e37f45d636da627.js → chunk-6a97611e6bd65152.js} +2 -2
  19. package/dist/chunk-7d5fe4acabfee228.js +2 -0
  20. package/dist/{chunk-9631e167bae739a0.js → chunk-813a4c185ab4c0c0.js} +1 -1
  21. package/dist/chunk-81fb135d80e84b06.js +2 -0
  22. package/dist/chunk-8ee09f1f74206a04.js +2 -0
  23. package/dist/chunk-9475c6ed18013dc8.js +2 -0
  24. package/dist/chunk-a7246b5b3e2f2366.js +2 -0
  25. package/dist/chunk-aebf7df48200842b.js +2 -0
  26. package/dist/chunk-b3b228374e54f4ff.js +6 -0
  27. package/dist/chunk-c22e0fc22de0403a.js +2 -0
  28. package/dist/chunk-e1a9177afdc46b3b.js +2 -0
  29. package/dist/chunk-e834f558250dac89.js +2 -0
  30. package/dist/chunk-e910e2a8677bca82.js +2 -0
  31. package/dist/chunk-f47acd04bf65c5c9.js +2 -0
  32. package/dist/{chunk-5ea45ebea038bef4.js → chunk-f9f264ce0c8e9699.js} +2 -2
  33. package/dist/{chunk-4ad752c87b795617.js → chunk-ff8cd8fd047cfee5.js} +2 -2
  34. package/dist/client/ClientRouter.d.ts.map +1 -1
  35. package/dist/client/HttpReload.d.ts.map +1 -1
  36. package/dist/client/WebsocketContext.d.ts +10 -0
  37. package/dist/client/WebsocketContext.d.ts.map +1 -0
  38. package/dist/client/index.d.ts +2 -0
  39. package/dist/client/index.d.ts.map +1 -1
  40. package/dist/client/index.js +114 -13
  41. package/dist/client/useBroadcast.d.ts +4 -0
  42. package/dist/client/useBroadcast.d.ts.map +1 -0
  43. package/dist/client/useQuery.d.ts.map +1 -1
  44. package/dist/client/useSearchParams.d.ts +1 -1
  45. package/dist/client/useSearchParams.d.ts.map +1 -1
  46. package/dist/client/useSubscription.d.ts +5 -0
  47. package/dist/client/useSubscription.d.ts.map +1 -0
  48. package/dist/email/Email.d.ts +12 -5
  49. package/dist/email/Email.d.ts.map +1 -1
  50. package/dist/email/index.d.ts +0 -2
  51. package/dist/email/index.d.ts.map +1 -1
  52. package/dist/email/index.js +1 -1
  53. package/dist/facades/Auth.d.ts.map +1 -1
  54. package/dist/facades/Broadcast.d.ts +6 -0
  55. package/dist/facades/Broadcast.d.ts.map +1 -0
  56. package/dist/facades/Prefetch.d.ts.map +1 -1
  57. package/dist/facades/index.d.ts +1 -0
  58. package/dist/facades/index.d.ts.map +1 -1
  59. package/dist/facades/index.js +1 -1
  60. package/dist/http/ApiRouter.d.ts.map +1 -1
  61. package/dist/http/BroadcastingRouter.d.ts +8 -0
  62. package/dist/http/BroadcastingRouter.d.ts.map +1 -0
  63. package/dist/http/HttpRequest.d.ts.map +1 -1
  64. package/dist/http/index.js +1 -1
  65. package/dist/kernel/Kernel.d.ts +9 -3
  66. package/dist/kernel/Kernel.d.ts.map +1 -1
  67. package/dist/kernel/context.d.ts +4 -2
  68. package/dist/kernel/context.d.ts.map +1 -1
  69. package/dist/kernel/index.js +1 -2
  70. package/dist/server/index.js +5 -5
  71. package/dist/services/ServiceContainer.d.ts +7 -0
  72. package/dist/services/ServiceContainer.d.ts.map +1 -0
  73. package/dist/services/email/EmailServiceContainer.d.ts +8 -0
  74. package/dist/services/email/EmailServiceContainer.d.ts.map +1 -0
  75. package/dist/services/email/EmailServiceProvider.d.ts +9 -0
  76. package/dist/services/email/EmailServiceProvider.d.ts.map +1 -0
  77. package/dist/services/email/drivers/EmailDriver.d.ts +5 -0
  78. package/dist/services/email/drivers/EmailDriver.d.ts.map +1 -0
  79. package/dist/services/email/drivers/ResendDriver.d.ts +8 -0
  80. package/dist/services/email/drivers/ResendDriver.d.ts.map +1 -0
  81. package/dist/{email → services/email/drivers}/types.d.ts +2 -3
  82. package/dist/services/email/drivers/types.d.ts.map +1 -0
  83. package/dist/services/index.d.ts +5 -0
  84. package/dist/services/index.d.ts.map +1 -1
  85. package/dist/services/index.js +1 -1
  86. package/dist/services/pubsub/BroadcastingServiceContainer.d.ts +24 -0
  87. package/dist/services/pubsub/BroadcastingServiceContainer.d.ts.map +1 -0
  88. package/dist/services/pubsub/BroadcastingServiceProvider.d.ts +7 -0
  89. package/dist/services/pubsub/BroadcastingServiceProvider.d.ts.map +1 -0
  90. package/dist/services/pubsub/types.d.ts +6 -0
  91. package/dist/services/pubsub/types.d.ts.map +1 -0
  92. package/dist/utils/applyParams.d.ts +1 -1
  93. package/dist/utils/applyParams.d.ts.map +1 -1
  94. package/package.json +4 -2
  95. package/dist/chunk-168ace6fc79b185b.js +0 -2
  96. package/dist/chunk-1c56f79378e4123d.js +0 -2
  97. package/dist/chunk-269dd2cd89aa1c32.js +0 -2
  98. package/dist/chunk-30daf610f498e198.js +0 -6
  99. package/dist/chunk-3abc648638ed6645.js +0 -18
  100. package/dist/chunk-48b2990a93ae50b3.js +0 -2
  101. package/dist/chunk-52dd5453e79e1cef.js +0 -2
  102. package/dist/chunk-5c1c113b94101135.js +0 -2
  103. package/dist/chunk-5fb9d31b7b4629e9.js +0 -1
  104. package/dist/chunk-8bf925705fdcef0c.js +0 -2
  105. package/dist/chunk-9c05674e98ebc485.js +0 -2
  106. package/dist/chunk-a5da5f8d6f9e8633.js +0 -2
  107. package/dist/chunk-b943cac32cc3670f.js +0 -2
  108. package/dist/chunk-d4eceea16ddc567d.js +0 -9
  109. package/dist/chunk-e64fe80074576b85.js +0 -2
  110. package/dist/chunk-f9d7921dc209275a.js +0 -2
  111. package/dist/email/EmailServiceProvider.d.ts +0 -8
  112. package/dist/email/EmailServiceProvider.d.ts.map +0 -1
  113. package/dist/email/EmailTemplate.d.ts +0 -22
  114. package/dist/email/EmailTemplate.d.ts.map +0 -1
  115. package/dist/email/providers.d.ts +0 -5
  116. package/dist/email/providers.d.ts.map +0 -1
  117. package/dist/email/types.d.ts.map +0 -1
@@ -1,2 +1,2 @@
1
1
  // @bun
2
- import"../chunk-b943cac32cc3670f.js";import{A as H} from"../chunk-e3d242546d1a2927.js";import{$ as Ir,D as yr,E as Hg,F as Qg,G as Bg,H as Yg,I as Tw,J as n,K as p,L as ys,M as Ur,N as Wh,O as qg,P as Fh,Q as Gh,R as Kh,S as Og,T as dg,U as Pg,V as Eg,W as Ng,X as _g,Y as jg,Z as Vh,_ as kr,aa as cg,ba as $g,ca as Dg,da as bg,ea as Mg,fa as ig,ga as nr,ha as Ug,ia as Us,ja as Tg,ka as Cg,la as Xg,ma as Jg} from"../chunk-3abc648638ed6645.js";import{$a as rm,Aa as gg,Ba as wg,Da as Rg,Ea as Ag,Fa as bm,Ga as ag,Ha as Mf,Ia as Uf,Ja as ph,Ka as Ar,La as v,Na as as,Qa as Sr,Ra as uh,Sa as er,Ta as th,Ua as ws,Va as zr,Xa as zl,Ya as Dr,Za as Qh,_a as q,ab as kg,bb as Ig,cb as Zg,db as Lg,fb as z,hb as sm,na as Wg,oa as Vg,pa as X,qa as Br,ra as Qr,sa as vg,ta as rw,wa as fg,xa as hg,ya as $s,za as mg} from"../chunk-28c7d04b6f555350.js";import{jb as Cw} from"../chunk-4e37f45d636da627.js";import{kb as c,lb as Sg} from"../chunk-48b2990a93ae50b3.js";import"../chunk-5fb9d31b7b4629e9.js";import"../chunk-9631e167bae739a0.js";import{Eb as zg} from"../chunk-d4eceea16ddc567d.js";import{Fb as T3} from"../chunk-4ad752c87b795617.js";class sr{}class Hr extends sr{r;constructor(r=`${process.env.ROOT_DIR}/storage`){super();this.folderPath=r}async put(r){let s,l;if(r instanceof Blob)s=r,l=`${yr()}.${r.type.split("/")[1].split(";")[0]}`;else s=r.body,l=r.name;const f=s instanceof Buffer?s:Buffer.from(await s.arrayBuffer()),h=`${this.folderPath}/${l}`;return await Bun.write(h,f),l}async fetch(r){let s=process.env.BUCKET_NAME,l;if(typeof r==="string")l=r;else s=r.bucket??s,l=r.name;if(!l)throw new Error("Object name has to be specified");const f=`${this.folderPath}/${l}`,h=Bun.file(f),m=Bun.file(f).stream(),g=new Date(h.lastModified).toUTCString();return new Response(m,{headers:{"Content-Type":h.type,"Content-Length":String(h.size),"Cache-Control":"private, max-age=12000, must-revalidate","Last-Modified":g}})}}class lf{driver=new Hr}function Aw(r){return(s)=>async(l)=>{const{request:f}=l;if(X.isInstance(f)&&f.body&&r.runtime==="node"){if(r.requestHandler?.constructor?.name!=="FetchHttpHandler")f.headers={...f.headers,Expect:"100-continue"}}return s({...l,request:f})}}var kw={step:"build",tags:["SET_EXPECT_HEADER","EXPECT_HEADER"],name:"addExpectContinueMiddleware",override:!0},ff=(r)=>({applyToStack:(s)=>{s.add(Aw(r),kw)}});function dw(){return(r,s)=>async(l)=>{const{request:f}=l;if(X.isInstance(f)){if(!(Iw in f.headers))if(typeof s?.logger?.warn==="function"&&!(s.logger instanceof Qr))s.logger.warn("Are you using a Stream of unknown length as the Body of a PutObject request? Consider using Upload instead from @aws-sdk/lib-storage.");else console.warn("Are you using a Stream of unknown length as the Body of a PutObject request? Consider using Upload instead from @aws-sdk/lib-storage.")}return r({...l})}}var Iw="content-length",Pw={step:"finalizeRequest",tags:["CHECK_CONTENT_LENGTH_HEADER"],name:"getCheckContentLengthHeaderPlugin",override:!0},hf=(r)=>({applyToStack:(s)=>{s.add(dw(),Pw)}});var mf=(r)=>{return(s,l)=>async(f)=>{const h=await r.region(),m=r.region;let g=()=>{};if(l.__s3RegionRedirect)Object.defineProperty(r,"region",{writable:!1,value:async()=>{return l.__s3RegionRedirect}}),g=()=>Object.defineProperty(r,"region",{writable:!0,value:m});try{const w=await s(f);if(l.__s3RegionRedirect){g();const a=await r.region();if(h!==a)throw new Error("Region was not restored following S3 region redirect.")}return w}catch(w){throw g(),w}}},gf={tags:["REGION_REDIRECT","S3"],name:"regionRedirectEndpointMiddleware",override:!0,relation:"before",toMiddleware:"endpointV2Middleware"};function Ew(r){return(s,l)=>async(f)=>{try{return await s(f)}catch(h){if(r.followRegionRedirects&&h?.$metadata?.httpStatusCode===301){try{const m=h.$response.headers["x-amz-bucket-region"];l.logger?.debug(`Redirecting from ${await r.region()} to ${m}`),l.__s3RegionRedirect=m}catch(m){throw new Error("Region redirect failed: "+m)}return s(f)}else throw h}}}var Nw={step:"initialize",tags:["REGION_REDIRECT","S3"],name:"regionRedirectMiddleware",override:!0},wf=(r)=>({applyToStack:(s)=>{s.add(Ew(r),Nw),s.addRelativeTo(mf(r),gf)}});var $w=(r)=>{return(s,l)=>async(f)=>{const h=await s(f),{response:m}=h;if(Br.isInstance(m)){if(m.headers.expires){m.headers.expiresstring=m.headers.expires;try{Dr(m.headers.expires)}catch(g){l.logger?.warn(`AWS SDK Warning for ${l.clientName}::${l.commandName} response parsing (${m.headers.expires}): ${g}`),delete m.headers.expires}}}return h}},Dw={tags:["S3"],name:"s3ExpiresMiddleware",override:!0,relation:"after",toMiddleware:"deserializerMiddleware"},af=(r)=>({applyToStack:(s)=>{s.addRelativeTo($w(r),Dw)}});class lr{constructor(r={}){this.data=r,this.lastPurgeTime=Date.now()}get(r){const s=this.data[r];if(!s)return;return s}set(r,s){return this.data[r]=s,s}delete(r){delete this.data[r]}async purgeExpired(){const r=Date.now();if(this.lastPurgeTime+lr.EXPIRED_CREDENTIAL_PURGE_INTERVAL_MS>r)return;for(let s in this.data){const l=this.data[s];if(!l.isRefreshing){const f=await l.identity;if(f.expiration){if(f.expiration.getTime()<r)delete this.data[s]}}}}}lr.EXPIRED_CREDENTIAL_PURGE_INTERVAL_MS=30000;class fr{constructor(r,s=!1,l=Date.now()){this._identity=r,this.isRefreshing=s,this.accessed=l}get identity(){return this.accessed=Date.now(),this._identity}}class hr{constructor(r,s=new lr){this.createSessionFn=r,this.cache=s}async getS3ExpressIdentity(r,s){const l=s.Bucket,{cache:f}=this,h=f.get(l);if(h)return h.identity.then((m)=>{if((m.expiration?.getTime()??0)<Date.now())return f.set(l,new fr(this.getIdentity(l))).identity;if((m.expiration?.getTime()??0)<Date.now()+hr.REFRESH_WINDOW_MS&&!h.isRefreshing)h.isRefreshing=!0,this.getIdentity(l).then((a)=>{f.set(l,new fr(Promise.resolve(a)))});return m});return f.set(l,new fr(this.getIdentity(l))).identity}async getIdentity(r){await this.cache.purgeExpired().catch((f)=>{console.warn("Error while clearing expired entries in S3ExpressIdentityCache: \n"+f)});const s=await this.createSessionFn(r);if(!s.Credentials?.AccessKeyId||!s.Credentials?.SecretAccessKey)throw new Error("s3#createSession response credential missing AccessKeyId or SecretAccessKey.");return{accessKeyId:s.Credentials.AccessKeyId,secretAccessKey:s.Credentials.SecretAccessKey,sessionToken:s.Credentials.SessionToken,expiration:s.Credentials.Expiration?new Date(s.Credentials.Expiration):void 0}}}hr.REFRESH_WINDOW_MS=60000;var If=H(Tw(),1);var Sf="Directory",ef="S3Express",Rf="sigv4-s3express",Yr="X-Amz-S3session-Token",Mr=Yr.toLowerCase(),Mw="AWS_S3_DISABLE_EXPRESS_SESSION_AUTH",Uw="s3_disable_express_session_auth",Xs={environmentVariableSelector:(r)=>n(r,Mw,p.ENV),configFileSelector:(r)=>n(r,Uw,p.CONFIG),default:!1};var Af=function(r){return{accessKeyId:r.accessKeyId,secretAccessKey:r.secretAccessKey,expiration:r.expiration}},kf=function(r,s){const l=setTimeout(()=>{throw new Error("SignatureV4S3Express credential override was created but not called.")},10),f=r.credentialProvider,h=()=>{return clearTimeout(l),r.credentialProvider=f,Promise.resolve(s)};r.credentialProvider=h};class vr extends If.SignatureV4{async signWithCredentials(r,s,l){const f=Af(s);r.headers[Mr]=s.sessionToken;const h=this;return kf(h,f),h.signRequest(r,l??{})}async presignWithCredentials(r,s,l){const f=Af(s);return delete r.headers[Mr],r.headers[Yr]=s.sessionToken,r.query=r.query??{},r.query[Yr]=s.sessionToken,kf(this,f),this.presign(r,l)}}var df=(r)=>{return(s,l)=>async(f)=>{if(l.endpointV2){const h=l.endpointV2,m=h.properties?.authSchemes?.[0]?.name===Rf;if(h.properties?.backend===ef||h.properties?.bucketType===Sf)l.isS3ExpressBucket=!0;if(m){const w=f.input.Bucket;if(w){const a=await r.s3ExpressIdentityProvider.getS3ExpressIdentity(await r.credentials(),{Bucket:w});if(l.s3ExpressIdentity=a,X.isInstance(f.request)&&a.sessionToken)f.request.headers[Mr]=a.sessionToken}}}return s(f)}},Pf={name:"s3ExpressMiddleware",step:"build",tags:["S3","S3_EXPRESS"],override:!0},Js=(r)=>({applyToStack:(s)=>{s.add(df(r),Pf)}});var Nf=H(ys(),1);var zw=H(Cw(),1);var Ef=async(r,s,l,f)=>{const h=await f.signWithCredentials(l,r,{});if(h.headers["X-Amz-Security-Token"]||h.headers["x-amz-security-token"])throw new Error("X-Amz-Security-Token must not be set for s3-express requests.");return h};var Fw=(r)=>(s)=>{throw s},Gw=(r,s)=>{};var $f=(r)=>(s,l)=>async(f)=>{if(!X.isInstance(f.request))return s(f);const m=Ur(l).selectedHttpAuthScheme;if(!m)throw new Error("No HttpAuthScheme was selected: unable to sign request");const{httpAuthOption:{signingProperties:g={}},identity:w,signer:a}=m;let P;if(l.s3ExpressIdentity)P=await Ef(l.s3ExpressIdentity,g,f.request,await r.signer());else P=await a.sign(f.request,w,g);const E=await s({...f,request:P}).catch((a.errorHandler||Fw)(g));return(a.successHandler||Gw)(E.response,g),E},Hs=(r)=>({applyToStack:(s)=>{s.addRelativeTo($f(r),Nf.httpSigningMiddlewareOptions)}});var Df=(r,{session:s})=>{const[l,f]=s;return{...r,forcePathStyle:r.forcePathStyle??!1,useAccelerateEndpoint:r.useAccelerateEndpoint??!1,disableMultiregionAccessPoints:r.disableMultiregionAccessPoints??!1,followRegionRedirects:r.followRegionRedirects??!1,s3ExpressIdentityProvider:r.s3ExpressIdentityProvider??new hr(async(h)=>l().send(new f({Bucket:h,SessionMode:"ReadWrite"}))),bucketEndpoint:r.bucketEndpoint??!1}};var Kw={CopyObjectCommand:!0,UploadPartCopyCommand:!0,CompleteMultipartUploadCommand:!0},Ww=3000,Vw=(r)=>(s,l)=>async(f)=>{const h=await s(f),{response:m}=h;if(!Br.isInstance(m))return h;const{statusCode:g,body:w}=m;if(g<200||g>=300)return h;let a=w,P=w;if(w&&typeof w==="object"&&!(w instanceof Uint8Array))[a,P]=await Mf(w);m.body=P;const E=await Zw(a,{streamCollector:async(N)=>{return Uf(N,Ww)}});if(typeof a?.destroy==="function")a.destroy();const $=r.utf8Encoder(E.subarray(E.length-16));if(E.length===0&&Kw[l.commandName]){const N=new Error("S3 aborted request");throw N.name="InternalError",N}if($&&$.endsWith("</Error>"))m.statusCode=400;return h},Zw=(r=new Uint8Array,s)=>{if(r instanceof Uint8Array)return Promise.resolve(r);return s.streamCollector(r)||Promise.resolve(new Uint8Array)},Lw={relation:"after",toMiddleware:"deserializerMiddleware",tags:["THROW_200_EXCEPTIONS","S3"],name:"throw200ExceptionsMiddleware",override:!0},qr=(r)=>({applyToStack:(s)=>{s.addRelativeTo(Vw(r),Lw)}});var Qs=(r)=>typeof r==="string"&&r.indexOf("arn:")===0&&r.split(":").length>=6;function Tf(r){return(s,l)=>async(f)=>{if(r.bucketEndpoint){const h=l.endpointV2;if(h){const m=f.input.Bucket;if(typeof m==="string")try{const g=new URL(m);h.url=g}catch(g){const w=`@aws-sdk/middleware-sdk-s3: bucketEndpoint=true was set but Bucket=${m} could not be parsed as URL.`;if(l.logger?.constructor?.name==="NoOpLogger")console.warn(w);else l.logger?.warn?.(w);throw g}}}return s(f)}}var Cf={name:"bucketEndpointMiddleware",override:!0,relation:"after",toMiddleware:"endpointV2Middleware"};function Xw({bucketEndpoint:r}){return(s)=>async(l)=>{const{input:{Bucket:f}}=l;if(!r&&typeof f==="string"&&!Qs(f)&&f.indexOf("/")>=0){const h=new Error(`Bucket name shouldn't contain '/', received '${f}'`);throw h.name="InvalidBucketName",h}return s({...l})}}var Jw={step:"initialize",tags:["VALIDATE_BUCKET_NAME"],name:"validateBucketNameMiddleware",override:!0},zf=(r)=>({applyToStack:(s)=>{s.add(Xw(r),Jw),s.addRelativeTo(Tf(r),Cf)}});var Pr=H(ys(),1);var Ff=(r)=>({...r,eventStreamMarshaller:r.eventStreamSerdeProvider(r)});var pr=H(nr(),1);var Or={CrtSignerV4:null};class Bs{constructor(r){this.sigv4Signer=new vr(r),this.signerOptions=r}async sign(r,s={}){if(s.signingRegion==="*"){if(this.signerOptions.runtime!=="node")throw new Error("This request requires signing with SigV4Asymmetric algorithm. It's only available in Node.js");return this.getSigv4aSigner().sign(r,s)}return this.sigv4Signer.sign(r,s)}async signWithCredentials(r,s,l={}){if(l.signingRegion==="*"){if(this.signerOptions.runtime!=="node")throw new Error("This request requires signing with SigV4Asymmetric algorithm. It's only available in Node.js");return this.getSigv4aSigner().signWithCredentials(r,s,l)}return this.sigv4Signer.signWithCredentials(r,s,l)}async presign(r,s={}){if(s.signingRegion==="*"){if(this.signerOptions.runtime!=="node")throw new Error("This request requires signing with SigV4Asymmetric algorithm. It's only available in Node.js");return this.getSigv4aSigner().presign(r,s)}return this.sigv4Signer.presign(r,s)}async presignWithCredentials(r,s,l={}){if(l.signingRegion==="*")throw new Error("Method presignWithCredentials is not supported for [signingRegion=*].");return this.sigv4Signer.presignWithCredentials(r,s,l)}getSigv4aSigner(){if(!this.sigv4aSigner){let r=null;try{if(r=Or.CrtSignerV4,typeof r!=="function")throw new Error}catch(s){throw s.message=`${s.message}\n`+'Please check whether you have installed the "@aws-sdk/signature-v4-crt" package explicitly. \nYou must also register the package by calling [require("@aws-sdk/signature-v4-crt");] or an ESM equivalent such as [import "@aws-sdk/signature-v4-crt";]. \nFor more information please go to https://github.com/aws/aws-sdk-js-v3#functionality-requiring-aws-common-runtime-crt',s}this.sigv4aSigner=new r({...this.signerOptions,signingAlgorithm:1})}return this.sigv4aSigner}}var mr={["required"]:!1,["type"]:"String"},gr={["required"]:!0,default:!1,["type"]:"Boolean"},Tr={["required"]:!1,["type"]:"Boolean"},Y={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"Accelerate"},!0]},d={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseFIPS"},!0]},I={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseDualStack"},!0]},U={["fn"]:"isSet",["argv"]:[{["ref"]:"Endpoint"}]},Nh={["fn"]:"aws.partition",["argv"]:[{["ref"]:"Region"}],["assign"]:"partitionResult"},Gf={["fn"]:"stringEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[{["ref"]:"partitionResult"},"name"]},"aws-cn"]},ir={["fn"]:"isSet",["argv"]:[{["ref"]:"Bucket"}]},V={["ref"]:"Bucket"},W={["fn"]:"parseURL",["argv"]:[{["ref"]:"Endpoint"}],["assign"]:"url"},br={["fn"]:"booleanEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[{["ref"]:"url"},"isIp"]},!0]},$h={["ref"]:"url"},Dh={["fn"]:"uriEncode",["argv"]:[V],["assign"]:"uri_encoded_bucket"},_={["backend"]:"S3Express",["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3express",["signingRegion"]:"{Region}"}]},S={},Mh={["fn"]:"aws.isVirtualHostableS3Bucket",["argv"]:[V,!1]},Ys={["error"]:"S3Express bucket name is not a valid virtual hostable name.",["type"]:"error"},xr={["backend"]:"S3Express",["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4-s3express",["signingName"]:"s3express",["signingRegion"]:"{Region}"}]},Kf={["fn"]:"isSet",["argv"]:[{["ref"]:"UseS3ExpressControlEndpoint"}]},Wf={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseS3ExpressControlEndpoint"},!0]},e={["fn"]:"not",["argv"]:[U]},Vf={["error"]:"Unrecognized S3Express bucket name format.",["type"]:"error"},Zf={["fn"]:"not",["argv"]:[ir]},Lf={["ref"]:"hardwareType"},Xf={["conditions"]:[e],["error"]:"Expected a endpoint to be specified but no endpoint was found",["type"]:"error"},_r={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4a",["signingName"]:"s3-outposts",["signingRegionSet"]:["*"]},{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3-outposts",["signingRegion"]:"{Region}"}]},vs={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"ForcePathStyle"},!1]},yw={["ref"]:"ForcePathStyle"},M={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"Accelerate"},!1]},C={["fn"]:"stringEquals",["argv"]:[{["ref"]:"Region"},"aws-global"]},F={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3",["signingRegion"]:"us-east-1"}]},k={["fn"]:"not",["argv"]:[C]},G={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseGlobalEndpoint"},!0]},Jf={["url"]:"https://{Bucket}.s3-fips.dualstack.{Region}.{partitionResult#dnsSuffix}",["properties"]:{["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3",["signingRegion"]:"{Region}"}]},["headers"]:{}},T={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3",["signingRegion"]:"{Region}"}]},K={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseGlobalEndpoint"},!1]},A={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseDualStack"},!1]},yf={["url"]:"https://{Bucket}.s3-fips.{Region}.{partitionResult#dnsSuffix}",["properties"]:T,["headers"]:{}},R={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseFIPS"},!1]},Hf={["url"]:"https://{Bucket}.s3-accelerate.dualstack.{partitionResult#dnsSuffix}",["properties"]:T,["headers"]:{}},Qf={["url"]:"https://{Bucket}.s3.dualstack.{Region}.{partitionResult#dnsSuffix}",["properties"]:T,["headers"]:{}},qs={["fn"]:"booleanEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[$h,"isIp"]},!1]},Os={["url"]:"{url#scheme}://{url#authority}{url#normalizedPath}{Bucket}",["properties"]:T,["headers"]:{}},al={["url"]:"{url#scheme}://{Bucket}.{url#authority}{url#path}",["properties"]:T,["headers"]:{}},Bf={["endpoint"]:al,["type"]:"endpoint"},_s={["url"]:"https://{Bucket}.s3-accelerate.{partitionResult#dnsSuffix}",["properties"]:T,["headers"]:{}},Yf={["url"]:"https://{Bucket}.s3.{Region}.{partitionResult#dnsSuffix}",["properties"]:T,["headers"]:{}},jr={["error"]:"Invalid region: region was not a valid DNS name.",["type"]:"error"},L={["ref"]:"bucketArn"},Uh={["ref"]:"arnType"},js={["fn"]:"getAttr",["argv"]:[L,"service"]},Sl={["ref"]:"accessPointName"},vf={["conditions"]:[I],["error"]:"S3 Object Lambda does not support Dual-stack",["type"]:"error"},qf={["conditions"]:[Y],["error"]:"S3 Object Lambda does not support S3 Accelerate",["type"]:"error"},Of={["conditions"]:[{["fn"]:"isSet",["argv"]:[{["ref"]:"DisableAccessPoints"}]},{["fn"]:"booleanEquals",["argv"]:[{["ref"]:"DisableAccessPoints"},!0]}],["error"]:"Access points are not supported for this operation",["type"]:"error"},cs={["conditions"]:[{["fn"]:"isSet",["argv"]:[{["ref"]:"UseArnRegion"}]},{["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseArnRegion"},!1]},{["fn"]:"not",["argv"]:[{["fn"]:"stringEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[L,"region"]},"{Region}"]}]}],["error"]:"Invalid configuration: region from ARN `{bucketArn#region}` does not match client region `{Region}` and UseArnRegion is `false`",["type"]:"error"},Th={["fn"]:"getAttr",["argv"]:[{["ref"]:"bucketPartition"},"name"]},Ch={["fn"]:"getAttr",["argv"]:[L,"accountId"]},bs={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3-object-lambda",["signingRegion"]:"{bucketArn#region}"}]},_f={["error"]:"Invalid ARN: The access point name may only contain a-z, A-Z, 0-9 and `-`. Found: `{accessPointName}`",["type"]:"error"},is={["error"]:"Invalid ARN: The account id may only contain a-z, A-Z, 0-9 and `-`. Found: `{bucketArn#accountId}`",["type"]:"error"},xs={["error"]:"Invalid region in ARN: `{bucketArn#region}` (invalid DNS name)",["type"]:"error"},os={["error"]:"Client was configured for partition `{partitionResult#name}` but ARN (`{Bucket}`) has `{bucketPartition#name}`",["type"]:"error"},jf={["error"]:"Invalid ARN: The ARN may only contain a single resource component after `accesspoint`.",["type"]:"error"},cf={["error"]:"Invalid ARN: Expected a resource of the format `accesspoint:<accesspoint name>` but no name was provided",["type"]:"error"},Cr={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3",["signingRegion"]:"{bucketArn#region}"}]},bf={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4a",["signingName"]:"s3-outposts",["signingRegionSet"]:["*"]},{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3-outposts",["signingRegion"]:"{bucketArn#region}"}]},xf={["fn"]:"aws.parseArn",["argv"]:[V]},of={["url"]:"https://s3-fips.dualstack.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:T,["headers"]:{}},nf={["url"]:"https://s3-fips.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:T,["headers"]:{}},pf={["url"]:"https://s3.dualstack.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:T,["headers"]:{}},ns={["url"]:"{url#scheme}://{url#authority}{url#normalizedPath}{uri_encoded_bucket}",["properties"]:T,["headers"]:{}},uf={["url"]:"https://s3.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:T,["headers"]:{}},tf={["ref"]:"UseObjectLambdaEndpoint"},ps={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3-object-lambda",["signingRegion"]:"{Region}"}]},rh={["url"]:"https://s3-fips.dualstack.{Region}.{partitionResult#dnsSuffix}",["properties"]:T,["headers"]:{}},sh={["url"]:"https://s3-fips.{Region}.{partitionResult#dnsSuffix}",["properties"]:T,["headers"]:{}},lh={["url"]:"https://s3.dualstack.{Region}.{partitionResult#dnsSuffix}",["properties"]:T,["headers"]:{}},us={["url"]:"{url#scheme}://{url#authority}{url#path}",["properties"]:T,["headers"]:{}},fh={["url"]:"https://s3.{Region}.{partitionResult#dnsSuffix}",["properties"]:T,["headers"]:{}},ts=[{["ref"]:"Region"}],Hw=[{["ref"]:"Endpoint"}],Qw=[V],rl=[I],cr=[Y],u=[U,W],hh=[{["fn"]:"isSet",["argv"]:[{["ref"]:"DisableS3ExpressSessionAuth"}]},{["fn"]:"booleanEquals",["argv"]:[{["ref"]:"DisableS3ExpressSessionAuth"},!0]}],mh=[br],sl=[Dh],ll=[Mh],wr=[d],gh=[{["fn"]:"substring",["argv"]:[V,6,14,!0],["assign"]:"s3expressAvailabilityZoneId"},{["fn"]:"substring",["argv"]:[V,14,16,!0],["assign"]:"s3expressAvailabilityZoneDelim"},{["fn"]:"stringEquals",["argv"]:[{["ref"]:"s3expressAvailabilityZoneDelim"},"--"]}],wh=[{["conditions"]:[d],["endpoint"]:{["url"]:"https://{Bucket}.s3express-fips-{s3expressAvailabilityZoneId}.{Region}.amazonaws.com",["properties"]:_,["headers"]:{}},["type"]:"endpoint"},{["endpoint"]:{["url"]:"https://{Bucket}.s3express-{s3expressAvailabilityZoneId}.{Region}.amazonaws.com",["properties"]:_,["headers"]:{}},["type"]:"endpoint"}],ah=[{["fn"]:"substring",["argv"]:[V,6,15,!0],["assign"]:"s3expressAvailabilityZoneId"},{["fn"]:"substring",["argv"]:[V,15,17,!0],["assign"]:"s3expressAvailabilityZoneDelim"},{["fn"]:"stringEquals",["argv"]:[{["ref"]:"s3expressAvailabilityZoneDelim"},"--"]}],Sh=[{["conditions"]:[d],["endpoint"]:{["url"]:"https://{Bucket}.s3express-fips-{s3expressAvailabilityZoneId}.{Region}.amazonaws.com",["properties"]:xr,["headers"]:{}},["type"]:"endpoint"},{["endpoint"]:{["url"]:"https://{Bucket}.s3express-{s3expressAvailabilityZoneId}.{Region}.amazonaws.com",["properties"]:xr,["headers"]:{}},["type"]:"endpoint"}],Bw=[ir],eh=[{["fn"]:"isValidHostLabel",["argv"]:[{["ref"]:"outpostId"},!1]}],Rh=[{["fn"]:"stringEquals",["argv"]:[{["ref"]:"regionPrefix"},"beta"]}],Yw=["*"],b=[Nh],Ah=[{["fn"]:"isValidHostLabel",["argv"]:[{["ref"]:"Region"},!1]}],i=[{["fn"]:"stringEquals",["argv"]:[{["ref"]:"Region"},"us-east-1"]}],fl=[{["fn"]:"stringEquals",["argv"]:[Uh,"accesspoint"]}],kh=[{["fn"]:"getAttr",["argv"]:[L,"resourceId[1]"],["assign"]:"accessPointName"},{["fn"]:"not",["argv"]:[{["fn"]:"stringEquals",["argv"]:[Sl,""]}]}],vw=[L,"resourceId[1]"],hl=[{["fn"]:"not",["argv"]:[{["fn"]:"stringEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[L,"region"]},""]}]}],Ih=[{["fn"]:"not",["argv"]:[{["fn"]:"isSet",["argv"]:[{["fn"]:"getAttr",["argv"]:[L,"resourceId[2]"]}]}]}],qw=[L,"resourceId[2]"],ml=[{["fn"]:"aws.partition",["argv"]:[{["fn"]:"getAttr",["argv"]:[L,"region"]}],["assign"]:"bucketPartition"}],dh=[{["fn"]:"stringEquals",["argv"]:[Th,{["fn"]:"getAttr",["argv"]:[{["ref"]:"partitionResult"},"name"]}]}],gl=[{["fn"]:"isValidHostLabel",["argv"]:[{["fn"]:"getAttr",["argv"]:[L,"region"]},!0]}],wl=[{["fn"]:"isValidHostLabel",["argv"]:[Ch,!1]}],Ph=[{["fn"]:"isValidHostLabel",["argv"]:[Sl,!1]}],Eh=[{["fn"]:"isValidHostLabel",["argv"]:[{["ref"]:"Region"},!0]}],Ow={version:"1.0",parameters:{Bucket:mr,Region:mr,UseFIPS:gr,UseDualStack:gr,Endpoint:mr,ForcePathStyle:gr,Accelerate:gr,UseGlobalEndpoint:gr,UseObjectLambdaEndpoint:Tr,Key:mr,Prefix:mr,CopySource:mr,DisableAccessPoints:Tr,DisableMultiRegionAccessPoints:gr,UseArnRegion:Tr,UseS3ExpressControlEndpoint:Tr,DisableS3ExpressSessionAuth:Tr},rules:[{["conditions"]:[{["fn"]:"isSet",["argv"]:ts}],rules:[{["conditions"]:[Y,d],error:"Accelerate cannot be used with FIPS",["type"]:"error"},{["conditions"]:[I,U],error:"Cannot set dual-stack in combination with a custom endpoint.",["type"]:"error"},{["conditions"]:[U,d],error:"A custom endpoint cannot be combined with FIPS",["type"]:"error"},{["conditions"]:[U,Y],error:"A custom endpoint cannot be combined with S3 Accelerate",["type"]:"error"},{["conditions"]:[d,Nh,Gf],error:"Partition does not support FIPS",["type"]:"error"},{["conditions"]:[ir,{["fn"]:"substring",["argv"]:[V,0,6,!0],["assign"]:"bucketSuffix"},{["fn"]:"stringEquals",["argv"]:[{["ref"]:"bucketSuffix"},"--x-s3"]}],rules:[{["conditions"]:rl,error:"S3Express does not support Dual-stack.",["type"]:"error"},{["conditions"]:cr,error:"S3Express does not support S3 Accelerate.",["type"]:"error"},{["conditions"]:u,rules:[{["conditions"]:hh,rules:[{["conditions"]:mh,rules:[{["conditions"]:sl,rules:[{endpoint:{["url"]:"{url#scheme}://{url#authority}/{uri_encoded_bucket}{url#path}",["properties"]:_,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:ll,rules:[{endpoint:{["url"]:"{url#scheme}://{Bucket}.{url#authority}{url#path}",["properties"]:_,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"},Ys],["type"]:"tree"},{["conditions"]:mh,rules:[{["conditions"]:sl,rules:[{endpoint:{["url"]:"{url#scheme}://{url#authority}/{uri_encoded_bucket}{url#path}",["properties"]:xr,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:ll,rules:[{endpoint:{["url"]:"{url#scheme}://{Bucket}.{url#authority}{url#path}",["properties"]:xr,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"},Ys],["type"]:"tree"},{["conditions"]:[Kf,Wf],rules:[{["conditions"]:[Dh,e],rules:[{["conditions"]:wr,endpoint:{["url"]:"https://s3express-control-fips.{Region}.amazonaws.com/{uri_encoded_bucket}",["properties"]:_,["headers"]:S},["type"]:"endpoint"},{endpoint:{["url"]:"https://s3express-control.{Region}.amazonaws.com/{uri_encoded_bucket}",["properties"]:_,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:ll,rules:[{["conditions"]:hh,rules:[{["conditions"]:gh,rules:wh,["type"]:"tree"},{["conditions"]:ah,rules:wh,["type"]:"tree"},Vf],["type"]:"tree"},{["conditions"]:gh,rules:Sh,["type"]:"tree"},{["conditions"]:ah,rules:Sh,["type"]:"tree"},Vf],["type"]:"tree"},Ys],["type"]:"tree"},{["conditions"]:[Zf,Kf,Wf],rules:[{["conditions"]:u,endpoint:{["url"]:"{url#scheme}://{url#authority}{url#path}",["properties"]:_,["headers"]:S},["type"]:"endpoint"},{["conditions"]:wr,endpoint:{["url"]:"https://s3express-control-fips.{Region}.amazonaws.com",["properties"]:_,["headers"]:S},["type"]:"endpoint"},{endpoint:{["url"]:"https://s3express-control.{Region}.amazonaws.com",["properties"]:_,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[ir,{["fn"]:"substring",["argv"]:[V,49,50,!0],["assign"]:"hardwareType"},{["fn"]:"substring",["argv"]:[V,8,12,!0],["assign"]:"regionPrefix"},{["fn"]:"substring",["argv"]:[V,0,7,!0],["assign"]:"bucketAliasSuffix"},{["fn"]:"substring",["argv"]:[V,32,49,!0],["assign"]:"outpostId"},{["fn"]:"aws.partition",["argv"]:ts,["assign"]:"regionPartition"},{["fn"]:"stringEquals",["argv"]:[{["ref"]:"bucketAliasSuffix"},"--op-s3"]}],rules:[{["conditions"]:eh,rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[Lf,"e"]}],rules:[{["conditions"]:Rh,rules:[Xf,{["conditions"]:u,endpoint:{["url"]:"https://{Bucket}.ec2.{url#authority}",["properties"]:_r,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"},{endpoint:{["url"]:"https://{Bucket}.ec2.s3-outposts.{Region}.{regionPartition#dnsSuffix}",["properties"]:_r,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[Lf,"o"]}],rules:[{["conditions"]:Rh,rules:[Xf,{["conditions"]:u,endpoint:{["url"]:"https://{Bucket}.op-{outpostId}.{url#authority}",["properties"]:_r,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"},{endpoint:{["url"]:"https://{Bucket}.op-{outpostId}.s3-outposts.{Region}.{regionPartition#dnsSuffix}",["properties"]:_r,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"},{error:"Unrecognized hardware type: \"Expected hardware type o or e but got {hardwareType}\"",["type"]:"error"}],["type"]:"tree"},{error:"Invalid ARN: The outpost Id must only contain a-z, A-Z, 0-9 and `-`.",["type"]:"error"}],["type"]:"tree"},{["conditions"]:Bw,rules:[{["conditions"]:[U,{["fn"]:"not",["argv"]:[{["fn"]:"isSet",["argv"]:[{["fn"]:"parseURL",["argv"]:Hw}]}]}],error:"Custom endpoint `{Endpoint}` was not a valid URI",["type"]:"error"},{["conditions"]:[vs,Mh],rules:[{["conditions"]:b,rules:[{["conditions"]:Ah,rules:[{["conditions"]:[Y,Gf],error:"S3 Accelerate cannot be used in this region",["type"]:"error"},{["conditions"]:[I,d,M,e,C],endpoint:{["url"]:"https://{Bucket}.s3-fips.dualstack.us-east-1.{partitionResult#dnsSuffix}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[I,d,M,e,k,G],rules:[{endpoint:Jf,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[I,d,M,e,k,K],endpoint:Jf,["type"]:"endpoint"},{["conditions"]:[A,d,M,e,C],endpoint:{["url"]:"https://{Bucket}.s3-fips.us-east-1.{partitionResult#dnsSuffix}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[A,d,M,e,k,G],rules:[{endpoint:yf,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[A,d,M,e,k,K],endpoint:yf,["type"]:"endpoint"},{["conditions"]:[I,R,Y,e,C],endpoint:{["url"]:"https://{Bucket}.s3-accelerate.dualstack.us-east-1.{partitionResult#dnsSuffix}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[I,R,Y,e,k,G],rules:[{endpoint:Hf,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[I,R,Y,e,k,K],endpoint:Hf,["type"]:"endpoint"},{["conditions"]:[I,R,M,e,C],endpoint:{["url"]:"https://{Bucket}.s3.dualstack.us-east-1.{partitionResult#dnsSuffix}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[I,R,M,e,k,G],rules:[{endpoint:Qf,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[I,R,M,e,k,K],endpoint:Qf,["type"]:"endpoint"},{["conditions"]:[A,R,M,U,W,br,C],endpoint:{["url"]:"{url#scheme}://{url#authority}{url#normalizedPath}{Bucket}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[A,R,M,U,W,qs,C],endpoint:{["url"]:"{url#scheme}://{Bucket}.{url#authority}{url#path}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[A,R,M,U,W,br,k,G],rules:[{["conditions"]:i,endpoint:Os,["type"]:"endpoint"},{endpoint:Os,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[A,R,M,U,W,qs,k,G],rules:[{["conditions"]:i,endpoint:al,["type"]:"endpoint"},Bf],["type"]:"tree"},{["conditions"]:[A,R,M,U,W,br,k,K],endpoint:Os,["type"]:"endpoint"},{["conditions"]:[A,R,M,U,W,qs,k,K],endpoint:al,["type"]:"endpoint"},{["conditions"]:[A,R,Y,e,C],endpoint:{["url"]:"https://{Bucket}.s3-accelerate.{partitionResult#dnsSuffix}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[A,R,Y,e,k,G],rules:[{["conditions"]:i,endpoint:_s,["type"]:"endpoint"},{endpoint:_s,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[A,R,Y,e,k,K],endpoint:_s,["type"]:"endpoint"},{["conditions"]:[A,R,M,e,C],endpoint:{["url"]:"https://{Bucket}.s3.{partitionResult#dnsSuffix}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[A,R,M,e,k,G],rules:[{["conditions"]:i,endpoint:{["url"]:"https://{Bucket}.s3.{partitionResult#dnsSuffix}",["properties"]:T,["headers"]:S},["type"]:"endpoint"},{endpoint:Yf,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[A,R,M,e,k,K],endpoint:Yf,["type"]:"endpoint"}],["type"]:"tree"},jr],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:[U,W,{["fn"]:"stringEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[$h,"scheme"]},"http"]},{["fn"]:"aws.isVirtualHostableS3Bucket",["argv"]:[V,!0]},vs,R,A,M],rules:[{["conditions"]:b,rules:[{["conditions"]:Ah,rules:[Bf],["type"]:"tree"},jr],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:[vs,{["fn"]:"aws.parseArn",["argv"]:Qw,["assign"]:"bucketArn"}],rules:[{["conditions"]:[{["fn"]:"getAttr",["argv"]:[L,"resourceId[0]"],["assign"]:"arnType"},{["fn"]:"not",["argv"]:[{["fn"]:"stringEquals",["argv"]:[Uh,""]}]}],rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[js,"s3-object-lambda"]}],rules:[{["conditions"]:fl,rules:[{["conditions"]:kh,rules:[vf,qf,{["conditions"]:hl,rules:[Of,{["conditions"]:Ih,rules:[cs,{["conditions"]:ml,rules:[{["conditions"]:b,rules:[{["conditions"]:dh,rules:[{["conditions"]:gl,rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[Ch,""]}],error:"Invalid ARN: Missing account id",["type"]:"error"},{["conditions"]:wl,rules:[{["conditions"]:Ph,rules:[{["conditions"]:u,endpoint:{["url"]:"{url#scheme}://{accessPointName}-{bucketArn#accountId}.{url#authority}{url#path}",["properties"]:bs,["headers"]:S},["type"]:"endpoint"},{["conditions"]:wr,endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.s3-object-lambda-fips.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:bs,["headers"]:S},["type"]:"endpoint"},{endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.s3-object-lambda.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:bs,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"},_f],["type"]:"tree"},is],["type"]:"tree"},xs],["type"]:"tree"},os],["type"]:"tree"}],["type"]:"tree"}],["type"]:"tree"},jf],["type"]:"tree"},{error:"Invalid ARN: bucket ARN is missing a region",["type"]:"error"}],["type"]:"tree"},cf],["type"]:"tree"},{error:"Invalid ARN: Object Lambda ARNs only support `accesspoint` arn types, but found: `{arnType}`",["type"]:"error"}],["type"]:"tree"},{["conditions"]:fl,rules:[{["conditions"]:kh,rules:[{["conditions"]:hl,rules:[{["conditions"]:fl,rules:[{["conditions"]:hl,rules:[Of,{["conditions"]:Ih,rules:[cs,{["conditions"]:ml,rules:[{["conditions"]:b,rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[Th,"{partitionResult#name}"]}],rules:[{["conditions"]:gl,rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[js,"s3"]}],rules:[{["conditions"]:wl,rules:[{["conditions"]:Ph,rules:[{["conditions"]:cr,error:"Access Points do not support S3 Accelerate",["type"]:"error"},{["conditions"]:[d,I],endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint-fips.dualstack.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:Cr,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[d,A],endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint-fips.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:Cr,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[R,I],endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint.dualstack.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:Cr,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[R,A,U,W],endpoint:{["url"]:"{url#scheme}://{accessPointName}-{bucketArn#accountId}.{url#authority}{url#path}",["properties"]:Cr,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[R,A],endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:Cr,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"},_f],["type"]:"tree"},is],["type"]:"tree"},{error:"Invalid ARN: The ARN was not for the S3 service, found: {bucketArn#service}",["type"]:"error"}],["type"]:"tree"},xs],["type"]:"tree"},os],["type"]:"tree"}],["type"]:"tree"}],["type"]:"tree"},jf],["type"]:"tree"}],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:[{["fn"]:"isValidHostLabel",["argv"]:[Sl,!0]}],rules:[{["conditions"]:rl,error:"S3 MRAP does not support dual-stack",["type"]:"error"},{["conditions"]:wr,error:"S3 MRAP does not support FIPS",["type"]:"error"},{["conditions"]:cr,error:"S3 MRAP does not support S3 Accelerate",["type"]:"error"},{["conditions"]:[{["fn"]:"booleanEquals",["argv"]:[{["ref"]:"DisableMultiRegionAccessPoints"},!0]}],error:"Invalid configuration: Multi-Region Access Point ARNs are disabled.",["type"]:"error"},{["conditions"]:[{["fn"]:"aws.partition",["argv"]:ts,["assign"]:"mrapPartition"}],rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[{["ref"]:"mrapPartition"},"name"]},{["fn"]:"getAttr",["argv"]:[L,"partition"]}]}],rules:[{endpoint:{["url"]:"https://{accessPointName}.accesspoint.s3-global.{mrapPartition#dnsSuffix}",["properties"]:{["authSchemes"]:[{["disableDoubleEncoding"]:!0,name:"sigv4a",["signingName"]:"s3",["signingRegionSet"]:Yw}]},["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"},{error:"Client was configured for partition `{mrapPartition#name}` but bucket referred to partition `{bucketArn#partition}`",["type"]:"error"}],["type"]:"tree"}],["type"]:"tree"},{error:"Invalid Access Point Name",["type"]:"error"}],["type"]:"tree"},cf],["type"]:"tree"},{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[js,"s3-outposts"]}],rules:[{["conditions"]:rl,error:"S3 Outposts does not support Dual-stack",["type"]:"error"},{["conditions"]:wr,error:"S3 Outposts does not support FIPS",["type"]:"error"},{["conditions"]:cr,error:"S3 Outposts does not support S3 Accelerate",["type"]:"error"},{["conditions"]:[{["fn"]:"isSet",["argv"]:[{["fn"]:"getAttr",["argv"]:[L,"resourceId[4]"]}]}],error:"Invalid Arn: Outpost Access Point ARN contains sub resources",["type"]:"error"},{["conditions"]:[{["fn"]:"getAttr",["argv"]:vw,["assign"]:"outpostId"}],rules:[{["conditions"]:eh,rules:[cs,{["conditions"]:ml,rules:[{["conditions"]:b,rules:[{["conditions"]:dh,rules:[{["conditions"]:gl,rules:[{["conditions"]:wl,rules:[{["conditions"]:[{["fn"]:"getAttr",["argv"]:qw,["assign"]:"outpostType"}],rules:[{["conditions"]:[{["fn"]:"getAttr",["argv"]:[L,"resourceId[3]"],["assign"]:"accessPointName"}],rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[{["ref"]:"outpostType"},"accesspoint"]}],rules:[{["conditions"]:u,endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.{outpostId}.{url#authority}",["properties"]:bf,["headers"]:S},["type"]:"endpoint"},{endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.{outpostId}.s3-outposts.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:bf,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"},{error:"Expected an outpost type `accesspoint`, found {outpostType}",["type"]:"error"}],["type"]:"tree"},{error:"Invalid ARN: expected an access point name",["type"]:"error"}],["type"]:"tree"},{error:"Invalid ARN: Expected a 4-component resource",["type"]:"error"}],["type"]:"tree"},is],["type"]:"tree"},xs],["type"]:"tree"},os],["type"]:"tree"}],["type"]:"tree"}],["type"]:"tree"},{error:"Invalid ARN: The outpost Id may only contain a-z, A-Z, 0-9 and `-`. Found: `{outpostId}`",["type"]:"error"}],["type"]:"tree"},{error:"Invalid ARN: The Outpost Id was not set",["type"]:"error"}],["type"]:"tree"},{error:"Invalid ARN: Unrecognized format: {Bucket} (type: {arnType})",["type"]:"error"}],["type"]:"tree"},{error:"Invalid ARN: No ARN type specified",["type"]:"error"}],["type"]:"tree"},{["conditions"]:[{["fn"]:"substring",["argv"]:[V,0,4,!1],["assign"]:"arnPrefix"},{["fn"]:"stringEquals",["argv"]:[{["ref"]:"arnPrefix"},"arn:"]},{["fn"]:"not",["argv"]:[{["fn"]:"isSet",["argv"]:[xf]}]}],error:"Invalid ARN: `{Bucket}` was not a valid ARN",["type"]:"error"},{["conditions"]:[{["fn"]:"booleanEquals",["argv"]:[yw,!0]},xf],error:"Path-style addressing cannot be used with ARN buckets",["type"]:"error"},{["conditions"]:sl,rules:[{["conditions"]:b,rules:[{["conditions"]:[M],rules:[{["conditions"]:[I,e,d,C],endpoint:{["url"]:"https://s3-fips.dualstack.us-east-1.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[I,e,d,k,G],rules:[{endpoint:of,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[I,e,d,k,K],endpoint:of,["type"]:"endpoint"},{["conditions"]:[A,e,d,C],endpoint:{["url"]:"https://s3-fips.us-east-1.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[A,e,d,k,G],rules:[{endpoint:nf,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[A,e,d,k,K],endpoint:nf,["type"]:"endpoint"},{["conditions"]:[I,e,R,C],endpoint:{["url"]:"https://s3.dualstack.us-east-1.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[I,e,R,k,G],rules:[{endpoint:pf,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[I,e,R,k,K],endpoint:pf,["type"]:"endpoint"},{["conditions"]:[A,U,W,R,C],endpoint:{["url"]:"{url#scheme}://{url#authority}{url#normalizedPath}{uri_encoded_bucket}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[A,U,W,R,k,G],rules:[{["conditions"]:i,endpoint:ns,["type"]:"endpoint"},{endpoint:ns,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[A,U,W,R,k,K],endpoint:ns,["type"]:"endpoint"},{["conditions"]:[A,e,R,C],endpoint:{["url"]:"https://s3.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[A,e,R,k,G],rules:[{["conditions"]:i,endpoint:{["url"]:"https://s3.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:T,["headers"]:S},["type"]:"endpoint"},{endpoint:uf,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[A,e,R,k,K],endpoint:uf,["type"]:"endpoint"}],["type"]:"tree"},{error:"Path-style addressing cannot be used with S3 Accelerate",["type"]:"error"}],["type"]:"tree"}],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:[{["fn"]:"isSet",["argv"]:[tf]},{["fn"]:"booleanEquals",["argv"]:[tf,!0]}],rules:[{["conditions"]:b,rules:[{["conditions"]:Eh,rules:[vf,qf,{["conditions"]:u,endpoint:{["url"]:"{url#scheme}://{url#authority}{url#path}",["properties"]:ps,["headers"]:S},["type"]:"endpoint"},{["conditions"]:wr,endpoint:{["url"]:"https://s3-object-lambda-fips.{Region}.{partitionResult#dnsSuffix}",["properties"]:ps,["headers"]:S},["type"]:"endpoint"},{endpoint:{["url"]:"https://s3-object-lambda.{Region}.{partitionResult#dnsSuffix}",["properties"]:ps,["headers"]:S},["type"]:"endpoint"}],["type"]:"tree"},jr],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:[Zf],rules:[{["conditions"]:b,rules:[{["conditions"]:Eh,rules:[{["conditions"]:[d,I,e,C],endpoint:{["url"]:"https://s3-fips.dualstack.us-east-1.{partitionResult#dnsSuffix}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[d,I,e,k,G],rules:[{endpoint:rh,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[d,I,e,k,K],endpoint:rh,["type"]:"endpoint"},{["conditions"]:[d,A,e,C],endpoint:{["url"]:"https://s3-fips.us-east-1.{partitionResult#dnsSuffix}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[d,A,e,k,G],rules:[{endpoint:sh,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[d,A,e,k,K],endpoint:sh,["type"]:"endpoint"},{["conditions"]:[R,I,e,C],endpoint:{["url"]:"https://s3.dualstack.us-east-1.{partitionResult#dnsSuffix}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[R,I,e,k,G],rules:[{endpoint:lh,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[R,I,e,k,K],endpoint:lh,["type"]:"endpoint"},{["conditions"]:[R,A,U,W,C],endpoint:{["url"]:"{url#scheme}://{url#authority}{url#path}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[R,A,U,W,k,G],rules:[{["conditions"]:i,endpoint:us,["type"]:"endpoint"},{endpoint:us,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[R,A,U,W,k,K],endpoint:us,["type"]:"endpoint"},{["conditions"]:[R,A,e,C],endpoint:{["url"]:"https://s3.{partitionResult#dnsSuffix}",["properties"]:F,["headers"]:S},["type"]:"endpoint"},{["conditions"]:[R,A,e,k,G],rules:[{["conditions"]:i,endpoint:{["url"]:"https://s3.{partitionResult#dnsSuffix}",["properties"]:T,["headers"]:S},["type"]:"endpoint"},{endpoint:fh,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[R,A,e,k,K],endpoint:fh,["type"]:"endpoint"}],["type"]:"tree"},jr],["type"]:"tree"}],["type"]:"tree"}],["type"]:"tree"},{error:"A region must be set when sending requests to S3.",["type"]:"error"}]},zh=Ow;var or=(r,s={})=>{return Gh(zh,{endpointParams:r,logger:s.logger})};Fh.aws=Kh;var Lh=function(r){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"s3",region:r.region},propertiesExtractor:(s,l)=>({signingProperties:{config:s,context:l}})}},Xh=function(r){return{schemeId:"aws.auth#sigv4a",signingProperties:{name:"s3",region:r.region},propertiesExtractor:(s,l)=>({signingProperties:{config:s,context:l}})}},_w=(r)=>async(s,l,f)=>{if(!f)throw new Error("Could not find \`input\` for \`defaultEndpointRuleSetHttpAuthSchemeParametersProvider\`");const h=await r(s,l,f),m=Ur(l)?.commandInstance?.constructor?.getEndpointParameterInstructions;if(!m)throw new Error(`getEndpointParameterInstructions() is not defined on \`${l.commandName}\``);const g=await Vh(f,{getEndpointParameterInstructions:m},s);return Object.assign(h,g)},jw=async(r,s,l)=>{return{operation:Ur(s).operation,region:await Wh(r.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()}},Zh=_w(jw),cw=(r,s,l)=>{return(h)=>{const g=r(h).properties?.authSchemes;if(!g)return s(h);const w=[];for(let a of g){const{name:P,properties:E={},...$}=a,N=P.toLowerCase();if(P!==N)console.warn(`HttpAuthScheme has been normalized with lowercasing: \`${P}\` to \`${N}\``);let J;if(N==="sigv4a"){J="aws.auth#sigv4a";const Jr=g.find((O)=>{const $r=O.name.toLowerCase();return $r!=="sigv4a"&&$r.startsWith("sigv4")});if(!Or.CrtSignerV4&&Jr)continue}else if(N.startsWith("sigv4"))J="aws.auth#sigv4";else throw new Error(`Unknown HttpAuthScheme found in \`@smithy.rules#endpointRuleSet\`: \`${N}\``);const y=l[J];if(!y)throw new Error(`Could not find HttpAuthOption create function for \`${J}\``);const B=y(h);B.schemeId=J,B.signingProperties={...B.signingProperties||{},...$,...E},w.push(B)}return w}},bw=(r)=>{const s=[];switch(r.operation){default:s.push(Lh(r)),s.push(Xh(r))}return s},Jh=cw(or,bw,{"aws.auth#sigv4":Lh,"aws.auth#sigv4a":Xh}),yh=(r)=>{const s=pr.resolveAwsSdkSigV4Config(r);return{...pr.resolveAwsSdkSigV4AConfig(s)}};var Hh=(r)=>{return{...r,useFipsEndpoint:r.useFipsEndpoint??!1,useDualstackEndpoint:r.useDualstackEndpoint??!1,forcePathStyle:r.forcePathStyle??!1,useAccelerateEndpoint:r.useAccelerateEndpoint??!1,useGlobalEndpoint:r.useGlobalEndpoint??!1,disableMultiregionAccessPoints:r.disableMultiregionAccessPoints??!1,defaultSigningName:"s3"}},ar={ForcePathStyle:{type:"clientContextParams",name:"forcePathStyle"},UseArnRegion:{type:"clientContextParams",name:"useArnRegion"},DisableMultiRegionAccessPoints:{type:"clientContextParams",name:"disableMultiregionAccessPoints"},Accelerate:{type:"clientContextParams",name:"useAccelerateEndpoint"},DisableS3ExpressSessionAuth:{type:"clientContextParams",name:"disableS3ExpressSessionAuth"},UseGlobalEndpoint:{type:"builtInParams",name:"useGlobalEndpoint"},UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}};class Z extends Qh{constructor(r){super(r);Object.setPrototypeOf(this,Z.prototype)}}class ur extends Z{constructor(r){super({name:"NoSuchUpload",$fault:"client",...r});this.name="NoSuchUpload",this.$fault="client",Object.setPrototypeOf(this,ur.prototype)}}class tr extends Z{constructor(r){super({name:"ObjectNotInActiveTierError",$fault:"client",...r});this.name="ObjectNotInActiveTierError",this.$fault="client",Object.setPrototypeOf(this,tr.prototype)}}class rs extends Z{constructor(r){super({name:"BucketAlreadyExists",$fault:"client",...r});this.name="BucketAlreadyExists",this.$fault="client",Object.setPrototypeOf(this,rs.prototype)}}class ss extends Z{constructor(r){super({name:"BucketAlreadyOwnedByYou",$fault:"client",...r});this.name="BucketAlreadyOwnedByYou",this.$fault="client",Object.setPrototypeOf(this,ss.prototype)}}class ls extends Z{constructor(r){super({name:"NoSuchBucket",$fault:"client",...r});this.name="NoSuchBucket",this.$fault="client",Object.setPrototypeOf(this,ls.prototype)}}var el;(function(r){r.visit=(s,l)=>{if(s.Prefix!==void 0)return l.Prefix(s.Prefix);if(s.Tag!==void 0)return l.Tag(s.Tag);if(s.And!==void 0)return l.And(s.And);return l._(s.$unknown[0],s.$unknown[1])}})(el||(el={}));var Rl;(function(r){r.visit=(s,l)=>{if(s.Prefix!==void 0)return l.Prefix(s.Prefix);if(s.Tag!==void 0)return l.Tag(s.Tag);if(s.ObjectSizeGreaterThan!==void 0)return l.ObjectSizeGreaterThan(s.ObjectSizeGreaterThan);if(s.ObjectSizeLessThan!==void 0)return l.ObjectSizeLessThan(s.ObjectSizeLessThan);if(s.And!==void 0)return l.And(s.And);return l._(s.$unknown[0],s.$unknown[1])}})(Rl||(Rl={}));var Al;(function(r){r.visit=(s,l)=>{if(s.Prefix!==void 0)return l.Prefix(s.Prefix);if(s.Tag!==void 0)return l.Tag(s.Tag);if(s.AccessPointArn!==void 0)return l.AccessPointArn(s.AccessPointArn);if(s.And!==void 0)return l.And(s.And);return l._(s.$unknown[0],s.$unknown[1])}})(Al||(Al={}));var kl;(function(r){r.visit=(s,l)=>{if(s.Prefix!==void 0)return l.Prefix(s.Prefix);if(s.Tag!==void 0)return l.Tag(s.Tag);if(s.And!==void 0)return l.And(s.And);return l._(s.$unknown[0],s.$unknown[1])}})(kl||(kl={}));class fs extends Z{constructor(r){super({name:"InvalidObjectState",$fault:"client",...r});this.name="InvalidObjectState",this.$fault="client",Object.setPrototypeOf(this,fs.prototype),this.StorageClass=r.StorageClass,this.AccessTier=r.AccessTier}}class hs extends Z{constructor(r){super({name:"NoSuchKey",$fault:"client",...r});this.name="NoSuchKey",this.$fault="client",Object.setPrototypeOf(this,hs.prototype)}}class ms extends Z{constructor(r){super({name:"NotFound",$fault:"client",...r});this.name="NotFound",this.$fault="client",Object.setPrototypeOf(this,ms.prototype)}}var iw=(r)=>({...r,...r.SecretAccessKey&&{SecretAccessKey:v},...r.SessionToken&&{SessionToken:v}}),Bh=(r)=>({...r,...r.Credentials&&{Credentials:iw(r.Credentials)}});var Yh=(r)=>({...r,...r.SSEKMSKeyId&&{SSEKMSKeyId:v}}),vh=(r)=>({...r,...r.SSECustomerKey&&{SSECustomerKey:v}});var Rr=H(nr(),1);var es=H(ys(),1);class gs extends Z{constructor(r){super({name:"ObjectAlreadyInActiveTierError",$fault:"client",...r});this.name="ObjectAlreadyInActiveTierError",this.$fault="client",Object.setPrototypeOf(this,gs.prototype)}}var qh;(function(r){r.visit=(s,l)=>{if(s.Records!==void 0)return l.Records(s.Records);if(s.Stats!==void 0)return l.Stats(s.Stats);if(s.Progress!==void 0)return l.Progress(s.Progress);if(s.Cont!==void 0)return l.Cont(s.Cont);if(s.End!==void 0)return l.End(s.End);return l._(s.$unknown[0],s.$unknown[1])}})(qh||(qh={}));var Oh=(r)=>({...r,...r.SSEKMSKeyId&&{SSEKMSKeyId:v},...r.SSEKMSEncryptionContext&&{SSEKMSEncryptionContext:v}}),_h=(r)=>({...r,...r.SSECustomerKey&&{SSECustomerKey:v},...r.SSEKMSKeyId&&{SSEKMSKeyId:v},...r.SSEKMSEncryptionContext&&{SSEKMSEncryptionContext:v}});var lm=async(r,s)=>{const l=es.requestBuilder(r,s),f=z({},j,{[l3]:r[Xa]});l.bp("/"),l.p("Bucket",()=>r.Bucket,"{Bucket}",!1);const h=z({[ua]:[,""]});let m;return l.m("GET").h(f).q(h).b(m),l.build()};var fm=async(r,s)=>{const l=es.requestBuilder(r,s),f=z({},j,{[va]:r[Na],[qa]:[()=>j(r[jh]),()=>zr(r[jh]).toString()],[Oa]:r[$a],[_a]:[()=>j(r[ch]),()=>zr(r[ch]).toString()],[ca]:r[Ca],[ks]:r[Rs],[Hm]:r[$m],[Is]:r[As],[Xm]:r[Nm],[Wm]:r[km],[s3]:r[Sa]});l.bp("/{Key+}"),l.p("Bucket",()=>r.Bucket,"{Bucket}",!1),l.p("Key",()=>r.Key,"{Key+}",!0);const h=z({[Ym]:[,"GetObject"],[ba]:[,r[za]],[ia]:[,r[Fa]],[xa]:[,r[Ga]],[oa]:[,r[Ka]],[na]:[,r[Wa]],[pa]:[()=>r.ResponseExpires!==void 0,()=>zr(r[Va]).toString()],[ta]:[,r[Xl]],[ja]:[()=>r.PartNumber!==void 0,()=>r[Ta].toString()]});let m;return l.m("GET").h(f).q(h).b(m),l.build()};var hm=async(r,s)=>{const l=es.requestBuilder(r,s),f=z({},j,{[Fm]:r[Am]||"application/octet-stream",[r3]:r[ga],[Um]:r[am],[Tm]:r[Sm],[Cm]:r[em],[zm]:r[Rm],[Ul]:[()=>j(r[$l]),()=>r[$l].toString()],[Qa]:r[ea],[S3]:r[aa],[Jl]:r[Gl],[yl]:r[Kl],[Hl]:r[Wl],[Ql]:r[Vl],[Tl]:[()=>j(r[Dl]),()=>zr(r[Dl]).toString()],[f3]:r[Ia],[h3]:r[da],[m3]:r[Pa],[g3]:r[Ea],[Bl]:r[Zl],[Jm]:r[Gr],[Bm]:r[Mm],[ks]:r[Rs],[Hm]:r[$m],[Is]:r[As],[Yl]:r[Ll],[ym]:r[Dm],[Kr]:[()=>j(r[Ss]),()=>r[Ss].toString()],[Xm]:r[Nm],[e3]:r[Ja],[Zm]:r[Pm],[Cl]:[()=>j(r[Ml]),()=>sm(r[Ml]).toString()],[Vm]:r[dm],[Wm]:r[km],...r.Metadata!==void 0&&Object.keys(r.Metadata).reduce((w,a)=>{return w[`x-amz-meta-${a.toLowerCase()}`]=r.Metadata[a],w},{})});l.bp("/{Key+}"),l.p("Bucket",()=>r.Bucket,"{Bucket}",!1),l.p("Key",()=>r.Key,"{Key+}",!0);const h=z({[Ym]:[,"PutObject"]});let m,g;if(r.Body!==void 0)g=r.Body,m=g;return l.m("PUT").h(f).q(h).b(m),l.build()};var mm=async(r,s)=>{if(r.statusCode!==200&&r.statusCode>=300)return Fl(r,s);const l=z({$metadata:Q(r)}),f=Sr(uh(await Rr.parseXmlBody(r.body,s)),"body");if(f[Pl]!=null)l[Pl]=ma(f[Pl],s);return l};var gm=async(r,s)=>{if(r.statusCode!==200&&r.statusCode>=300)return Fl(r,s);const l=z({$metadata:Q(r),[Aa]:[()=>r.headers[ih]!==void 0,()=>as(r.headers[ih])],[wa]:[,r.headers[Ha]],[Fr]:[,r.headers[Km]],[La]:[,r.headers[w3]],[Da]:[()=>r.headers[bh]!==void 0,()=>Sr(Dr(r.headers[bh]))],[$l]:[()=>r.headers[Ul]!==void 0,()=>th(r.headers[Ul])],[Im]:[,r.headers[Gm]],[Gl]:[,r.headers[Jl]],[Kl]:[,r.headers[yl]],[Wl]:[,r.headers[Hl]],[Vl]:[,r.headers[Ql]],[Ma]:[()=>r.headers[xh]!==void 0,()=>ws(r.headers[xh])],[Xl]:[,r.headers[Qm]],[am]:[,r.headers[Um]],[Sm]:[,r.headers[Tm]],[em]:[,r.headers[Cm]],[Rm]:[,r.headers[zm]],[Ra]:[,r.headers[Ba]],[Am]:[,r.headers[Fm]],[Dl]:[()=>r.headers[Tl]!==void 0,()=>Sr(Dr(r.headers[Tl]))],[ka]:[,r.headers[Ya]],[Mm]:[,r.headers[Bm]],[Zl]:[,r.headers[Bl]],[Rs]:[,r.headers[ks]],[As]:[,r.headers[Is]],[Ll]:[,r.headers[Yl]],[Ss]:[()=>r.headers[Kr]!==void 0,()=>as(r.headers[Kr])],[Gr]:[,r.headers[Jm]],[Em]:[,r.headers[Lm]],[Za]:[,r.headers[a3]],[Ua]:[()=>r.headers[oh]!==void 0,()=>ws(r.headers[oh])],[ya]:[()=>r.headers[nh]!==void 0,()=>ws(r.headers[nh])],[Pm]:[,r.headers[Zm]],[Ml]:[()=>r.headers[Cl]!==void 0,()=>Sr(zl(r.headers[Cl]))],[dm]:[,r.headers[Vm]],Metadata:[,Object.keys(r.headers).filter((h)=>h.startsWith("x-amz-meta-")).reduce((h,m)=>{return h[m.substring(11)]=r.headers[m],h},{})]}),f=r.body;return s.sdkStreamMixin(f),l.Body=f,l};var wm=async(r,s)=>{if(r.statusCode!==200&&r.statusCode>=300)return Fl(r,s);const l=z({$metadata:Q(r),[Fr]:[,r.headers[Km]],[Im]:[,r.headers[Gm]],[Gl]:[,r.headers[Jl]],[Kl]:[,r.headers[yl]],[Wl]:[,r.headers[Hl]],[Vl]:[,r.headers[Ql]],[Zl]:[,r.headers[Bl]],[Xl]:[,r.headers[Qm]],[Rs]:[,r.headers[ks]],[As]:[,r.headers[Is]],[Ll]:[,r.headers[Yl]],[Dm]:[,r.headers[ym]],[Ss]:[()=>r.headers[Kr]!==void 0,()=>as(r.headers[Kr])],[Em]:[,r.headers[Lm]]});return await ph(r.body,s),l};var Fl=async(r,s)=>{const l={...r,body:await Rr.parseXmlErrorBody(r.body,s)},f=Rr.loadRestXmlErrorCode(r,l.body);switch(f){case"NoSuchUpload":case"com.amazonaws.s3#NoSuchUpload":throw await sa(l,s);case"ObjectNotInActiveTierError":case"com.amazonaws.s3#ObjectNotInActiveTierError":throw await ha(l,s);case"BucketAlreadyExists":case"com.amazonaws.s3#BucketAlreadyExists":throw await nw(l,s);case"BucketAlreadyOwnedByYou":case"com.amazonaws.s3#BucketAlreadyOwnedByYou":throw await pw(l,s);case"NoSuchBucket":case"com.amazonaws.s3#NoSuchBucket":throw await tw(l,s);case"InvalidObjectState":case"com.amazonaws.s3#InvalidObjectState":throw await uw(l,s);case"NoSuchKey":case"com.amazonaws.s3#NoSuchKey":throw await ra(l,s);case"NotFound":case"com.amazonaws.s3#NotFound":throw await la(l,s);case"ObjectAlreadyInActiveTierError":case"com.amazonaws.s3#ObjectAlreadyInActiveTierError":throw await fa(l,s);default:const h=l.body;return ow({output:r,parsedBody:h,errorCode:f})}},ow=rm(Z),nw=async(r,s)=>{const l=z({}),f=r.body,h=new rs({$metadata:Q(r),...l});return q(h,r.body)},pw=async(r,s)=>{const l=z({}),f=r.body,h=new ss({$metadata:Q(r),...l});return q(h,r.body)},uw=async(r,s)=>{const l=z({}),f=r.body;if(f[dl]!=null)l[dl]=er(f[dl]);if(f[Gr]!=null)l[Gr]=er(f[Gr]);const h=new fs({$metadata:Q(r),...l});return q(h,r.body)},tw=async(r,s)=>{const l=z({}),f=r.body,h=new ls({$metadata:Q(r),...l});return q(h,r.body)},ra=async(r,s)=>{const l=z({}),f=r.body,h=new hs({$metadata:Q(r),...l});return q(h,r.body)},sa=async(r,s)=>{const l=z({}),f=r.body,h=new ur({$metadata:Q(r),...l});return q(h,r.body)},la=async(r,s)=>{const l=z({}),f=r.body,h=new ms({$metadata:Q(r),...l});return q(h,r.body)},fa=async(r,s)=>{const l=z({}),f=r.body,h=new gs({$metadata:Q(r),...l});return q(h,r.body)},ha=async(r,s)=>{const l=z({}),f=r.body,h=new tr({$metadata:Q(r),...l});return q(h,r.body)};var ma=(r,s)=>{const l={};if(r[Il]!=null)l[Il]=er(r[Il]);if(r[El]!=null)l[El]=er(r[El]);if(r[Nl]!=null)l[Nl]=er(r[Nl]);if(r[Fr]!=null)l[Fr]=Sr(zl(r[Fr]));return l};var Q=(r)=>({httpStatusCode:r.statusCode,requestId:r.headers["x-amzn-requestid"]??r.headers["x-amzn-request-id"]??r.headers["x-amz-request-id"],extendedRequestId:r.headers["x-amz-id-2"],cfId:r.headers["x-amz-cf-id"]});var j=(r)=>r!==void 0&&r!==null&&r!==""&&(!Object.getOwnPropertyNames(r).includes("length")||r.length!=0)&&(!Object.getOwnPropertyNames(r).includes("size")||r.size!=0);var ga="ACL";var Il="AccessKeyId";var wa="AcceptRanges";var dl="AccessTier";var Ss="BucketKeyEnabled";var Pl="Credentials",aa="ChecksumAlgorithm";var am="CacheControl",Gl="ChecksumCRC32",Kl="ChecksumCRC32C",Sm="ContentDisposition";var em="ContentEncoding";var Rm="ContentLanguage",$l="ContentLength",Sa="ChecksumMode",ea="ContentMD5";var Ra="ContentRange";var Wl="ChecksumSHA1",Vl="ChecksumSHA256";var Am="ContentType";var Aa="DeleteMarker";var Dl="Expires";var km="ExpectedBucketOwner";var ka="ExpiresString";var Im="ETag";var Fr="Expiration";var Ia="GrantFullControl";var da="GrantRead",Pa="GrantReadACP";var Ea="GrantWriteACP";var Na="IfMatch",jh="IfModifiedSince",$a="IfNoneMatch";var ch="IfUnmodifiedSince";var Da="LastModified";var Ma="MissingMeta";var dm="ObjectLockLegalHoldStatus",Pm="ObjectLockMode";var Ml="ObjectLockRetainUntilDate";var Ua="PartsCount";var Ta="PartNumber";var Ca="Range";var Em="RequestCharged",za="ResponseCacheControl",Fa="ResponseContentDisposition",Ga="ResponseContentEncoding",Ka="ResponseContentLanguage",Wa="ResponseContentType";var Va="ResponseExpires";var Nm="RequestPayer";var Za="ReplicationStatus";var La="Restore";var El="SecretAccessKey";var Gr="StorageClass";var Xa="SessionMode";var Zl="ServerSideEncryption";var Rs="SSECustomerAlgorithm",$m="SSECustomerKey",As="SSECustomerKeyMD5";var Dm="SSEKMSEncryptionContext",Ll="SSEKMSKeyId";var Nl="SessionToken";var Ja="Tagging";var ya="TagCount";var Xl="VersionId";var Mm="WebsiteRedirectLocation";var Ha="accept-ranges";var Um="cache-control",Tm="content-disposition",Cm="content-encoding",zm="content-language",Ul="content-length",Qa="content-md5",Ba="content-range",Fm="content-type";var Tl="expires";var Gm="etag",Ya="expiresstring";var va="if-match",qa="if-modified-since";var Oa="if-none-match";var _a="if-unmodified-since";var bh="last-modified";var ja="partNumber";var ca="range",ba="response-cache-control",ia="response-content-disposition",xa="response-content-encoding",oa="response-content-language",na="response-content-type",pa="response-expires";var ua="session";var ta="versionId";var r3="x-amz-acl";var Jl="x-amz-checksum-crc32",yl="x-amz-checksum-crc32c",s3="x-amz-checksum-mode";var Hl="x-amz-checksum-sha1",Ql="x-amz-checksum-sha256";var l3="x-amz-create-session-mode";var ih="x-amz-delete-marker",Km="x-amz-expiration",Wm="x-amz-expected-bucket-owner";var f3="x-amz-grant-full-control",h3="x-amz-grant-read",m3="x-amz-grant-read-acp";var g3="x-amz-grant-write-acp";var xh="x-amz-missing-meta";var oh="x-amz-mp-parts-count";var Vm="x-amz-object-lock-legal-hold",Zm="x-amz-object-lock-mode",Cl="x-amz-object-lock-retain-until-date";var w3="x-amz-restore",Lm="x-amz-request-charged";var Xm="x-amz-request-payer";var a3="x-amz-replication-status";var Jm="x-amz-storage-class",S3="x-amz-sdk-checksum-algorithm";var Bl="x-amz-server-side-encryption",Yl="x-amz-server-side-encryption-aws-kms-key-id",Kr="x-amz-server-side-encryption-bucket-key-enabled",ym="x-amz-server-side-encryption-context",ks="x-amz-server-side-encryption-customer-algorithm",Hm="x-amz-server-side-encryption-customer-key",Is="x-amz-server-side-encryption-customer-key-md5",e3="x-amz-tagging",nh="x-amz-tagging-count";var Qm="x-amz-version-id",Bm="x-amz-website-redirect-location",Ym="x-id";class vl extends Ar.classBuilder().ep({...ar,DisableS3ExpressSessionAuth:{type:"staticContextParams",value:!0},Bucket:{type:"contextParams",name:"Bucket"}}).m(function(r,s,l,f){return[kr(l,this.serialize,this.deserialize),Ir(l,r.getEndpointParameterInstructions()),qr(l)]}).s("AmazonS3","CreateSession",{}).n("S3Client","CreateSessionCommand").f(void 0,Bh).ser(lm).de(mm).build(){}var vm={name:"@aws-sdk/client-s3",description:"AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",version:"3.629.0",scripts:{build:"concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'","build:cjs":"node ../../scripts/compilation/inline client-s3","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo s3",test:"yarn test:unit","test:e2e":"yarn test:e2e:node && yarn test:e2e:browser","test:e2e:browser":"ts-mocha test/**/*.browser.ispec.ts && karma start karma.conf.js","test:e2e:node":"jest --c jest.config.e2e.js","test:unit":"ts-mocha test/unit/**/*.spec.ts"},main:"./dist-cjs/index.js",types:"./dist-types/index.d.ts",module:"./dist-es/index.js",sideEffects:!1,dependencies:{"@aws-crypto/sha1-browser":"5.2.0","@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/client-sso-oidc":"3.629.0","@aws-sdk/client-sts":"3.629.0","@aws-sdk/core":"3.629.0","@aws-sdk/credential-provider-node":"3.629.0","@aws-sdk/middleware-bucket-endpoint":"3.620.0","@aws-sdk/middleware-expect-continue":"3.620.0","@aws-sdk/middleware-flexible-checksums":"3.620.0","@aws-sdk/middleware-host-header":"3.620.0","@aws-sdk/middleware-location-constraint":"3.609.0","@aws-sdk/middleware-logger":"3.609.0","@aws-sdk/middleware-recursion-detection":"3.620.0","@aws-sdk/middleware-sdk-s3":"3.629.0","@aws-sdk/middleware-ssec":"3.609.0","@aws-sdk/middleware-user-agent":"3.620.0","@aws-sdk/region-config-resolver":"3.614.0","@aws-sdk/signature-v4-multi-region":"3.629.0","@aws-sdk/types":"3.609.0","@aws-sdk/util-endpoints":"3.614.0","@aws-sdk/util-user-agent-browser":"3.609.0","@aws-sdk/util-user-agent-node":"3.614.0","@aws-sdk/xml-builder":"3.609.0","@smithy/config-resolver":"^3.0.5","@smithy/core":"^2.3.2","@smithy/eventstream-serde-browser":"^3.0.6","@smithy/eventstream-serde-config-resolver":"^3.0.3","@smithy/eventstream-serde-node":"^3.0.5","@smithy/fetch-http-handler":"^3.2.4","@smithy/hash-blob-browser":"^3.1.2","@smithy/hash-node":"^3.0.3","@smithy/hash-stream-node":"^3.1.2","@smithy/invalid-dependency":"^3.0.3","@smithy/md5-js":"^3.0.3","@smithy/middleware-content-length":"^3.0.5","@smithy/middleware-endpoint":"^3.1.0","@smithy/middleware-retry":"^3.0.14","@smithy/middleware-serde":"^3.0.3","@smithy/middleware-stack":"^3.0.3","@smithy/node-config-provider":"^3.1.4","@smithy/node-http-handler":"^3.1.4","@smithy/protocol-http":"^4.1.0","@smithy/smithy-client":"^3.1.12","@smithy/types":"^3.3.0","@smithy/url-parser":"^3.0.3","@smithy/util-base64":"^3.0.0","@smithy/util-body-length-browser":"^3.0.0","@smithy/util-body-length-node":"^3.0.0","@smithy/util-defaults-mode-browser":"^3.0.14","@smithy/util-defaults-mode-node":"^3.0.14","@smithy/util-endpoints":"^2.0.5","@smithy/util-middleware":"^3.0.3","@smithy/util-retry":"^3.0.3","@smithy/util-stream":"^3.1.3","@smithy/util-utf8":"^3.0.0","@smithy/util-waiter":"^3.1.2",tslib:"^2.6.2"},devDependencies:{"@aws-sdk/signature-v4-crt":"3.629.0","@tsconfig/node16":"16.1.3","@types/chai":"^4.2.11","@types/mocha":"^8.0.4","@types/node":"^16.18.96",concurrently:"7.0.0","downlevel-dts":"0.10.1",rimraf:"3.0.2",typescript:"~4.9.5"},engines:{node:">=16.0.0"},typesVersions:{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["dist-*/**"],author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",browser:{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},homepage:"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"clients/client-s3"}};var Ts=H(nr(),1);var A3="AWS_S3_USE_ARN_REGION",k3="s3_use_arn_region",qm={environmentVariableSelector:(r)=>n(r,A3,p.ENV),configFileSelector:(r)=>n(r,k3,p.CONFIG),default:!1};var Om=H(T3(),1),{__extends:QR,__assign:BR,__rest:YR,__decorate:vR,__param:qR,__esDecorate:OR,__runInitializers:_R,__propKey:jR,__setFunctionName:cR,__metadata:bR,__awaiter:ds,__generator:Ps,__exportStar:iR,__createBinding:xR,__values:Es,__read:oR,__spread:nR,__spreadArrays:pR,__spreadArray:uR,__await:tR,__asyncGenerator:rA,__asyncDelegator:sA,__asyncValues:lA,__makeTemplateObject:fA,__importStar:hA,__importDefault:mA,__classPrivateFieldGet:gA,__classPrivateFieldSet:wA,__classPrivateFieldIn:aA,__addDisposableResource:SA,__disposeResources:eA}=Om.default;import{Buffer as _m} from"buffer";var jm=(r,s)=>{if(typeof r!=="string")throw new TypeError(`The "input" argument must be of type string. Received type ${typeof r} (${r})`);return s?_m.from(r,s):_m.from(r)};var ql=(r)=>{const s=jm(r,"utf8");return new Uint8Array(s.buffer,s.byteOffset,s.byteLength/Uint8Array.BYTES_PER_ELEMENT)};function Wr(r){if(r instanceof Uint8Array)return r;if(typeof r==="string")return C3(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength/Uint8Array.BYTES_PER_ELEMENT);return new Uint8Array(r)}var C3=typeof Buffer!=="undefined"&&Buffer.from?function(r){return Buffer.from(r,"utf8")}:ql;function Vr(r){if(typeof r==="string")return r.length===0;return r.byteLength===0}function Zr(r){return new Uint8Array([(r&4278190080)>>24,(r&16711680)>>16,(r&65280)>>8,r&255])}function Lr(r){if(!Uint32Array.from){var s=new Uint32Array(r.length),l=0;while(l<r.length)s[l]=r[l],l+=1;return s}return Uint32Array.from(r)}var Ol=function(){function r(){this.crc32=new t}return r.prototype.update=function(s){if(Vr(s))return;this.crc32.update(Wr(s))},r.prototype.digest=function(){return ds(this,void 0,void 0,function(){return Ps(this,function(s){return[2,Zr(this.crc32.digest())]})})},r.prototype.reset=function(){this.crc32=new t},r}();var t=function(){function r(){this.checksum=4294967295}return r.prototype.update=function(s){var l,f;try{for(var h=Es(s),m=h.next();!m.done;m=h.next()){var g=m.value;this.checksum=this.checksum>>>8^F3[(this.checksum^g)&255]}}catch(w){l={error:w}}finally{try{if(m&&!m.done&&(f=h.return))f.call(h)}finally{if(l)throw l.error}}return this},r.prototype.digest=function(){return(this.checksum^4294967295)>>>0},r}();var z3=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918000,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117],F3=Lr(z3);var x=H(bm(),1);var im=H(bm(),1),cm=function(r){for(let s=0;s<8;s++)r[s]^=255;for(let s=7;s>-1;s--)if(r[s]++,r[s]!==0)break};class dr{constructor(r){if(this.bytes=r,r.byteLength!==8)throw new Error("Int64 buffers must be exactly 8 bytes")}static fromNumber(r){if(r>9223372036854776000||r<-9223372036854776000)throw new Error(`${r} is too large (or, if negative, too small) to represent as an Int64`);const s=new Uint8Array(8);for(let l=7,f=Math.abs(Math.round(r));l>-1&&f>0;l--,f/=256)s[l]=f;if(r<0)cm(s);return new dr(s)}valueOf(){const r=this.bytes.slice(0),s=r[0]&128;if(s)cm(r);return parseInt(im.toHex(r),16)*(s?-1:1)}toString(){return String(this.valueOf())}}class _l{constructor(r,s){this.toUtf8=r,this.fromUtf8=s}format(r){const s=[];for(let h of Object.keys(r)){const m=this.fromUtf8(h);s.push(Uint8Array.from([m.byteLength]),m,this.formatHeaderValue(r[h]))}const l=new Uint8Array(s.reduce((h,m)=>h+m.byteLength,0));let f=0;for(let h of s)l.set(h,f),f+=h.byteLength;return l}formatHeaderValue(r){switch(r.type){case"boolean":return Uint8Array.from([r.value?0:1]);case"byte":return Uint8Array.from([2,r.value]);case"short":const s=new DataView(new ArrayBuffer(3));return s.setUint8(0,3),s.setInt16(1,r.value,!1),new Uint8Array(s.buffer);case"integer":const l=new DataView(new ArrayBuffer(5));return l.setUint8(0,4),l.setInt32(1,r.value,!1),new Uint8Array(l.buffer);case"long":const f=new Uint8Array(9);return f[0]=5,f.set(r.value.bytes,1),f;case"binary":const h=new DataView(new ArrayBuffer(3+r.value.byteLength));h.setUint8(0,6),h.setUint16(1,r.value.byteLength,!1);const m=new Uint8Array(h.buffer);return m.set(r.value,3),m;case"string":const g=this.fromUtf8(r.value),w=new DataView(new ArrayBuffer(3+g.byteLength));w.setUint8(0,7),w.setUint16(1,g.byteLength,!1);const a=new Uint8Array(w.buffer);return a.set(g,3),a;case"timestamp":const P=new Uint8Array(9);return P[0]=8,P.set(dr.fromNumber(r.value.valueOf()).bytes,1),P;case"uuid":if(!y3.test(r.value))throw new Error(`Invalid UUID received: ${r.value}`);const E=new Uint8Array(17);return E[0]=9,E.set(x.fromHex(r.value.replace(/\-/g,"")),1),E}}parse(r){const s={};let l=0;while(l<r.byteLength){const f=r.getUint8(l++),h=this.toUtf8(new Uint8Array(r.buffer,r.byteOffset+l,f));switch(l+=f,r.getUint8(l++)){case 0:s[h]={type:om,value:!0};break;case 1:s[h]={type:om,value:!1};break;case 2:s[h]={type:G3,value:r.getInt8(l++)};break;case 3:s[h]={type:K3,value:r.getInt16(l,!1)},l+=2;break;case 4:s[h]={type:W3,value:r.getInt32(l,!1)},l+=4;break;case 5:s[h]={type:V3,value:new dr(new Uint8Array(r.buffer,r.byteOffset+l,8))},l+=8;break;case 6:const m=r.getUint16(l,!1);l+=2,s[h]={type:Z3,value:new Uint8Array(r.buffer,r.byteOffset+l,m)},l+=m;break;case 7:const g=r.getUint16(l,!1);l+=2,s[h]={type:L3,value:this.toUtf8(new Uint8Array(r.buffer,r.byteOffset+l,g))},l+=g;break;case 8:s[h]={type:X3,value:new Date(new dr(new Uint8Array(r.buffer,r.byteOffset+l,8)).valueOf())},l+=8;break;case 9:const w=new Uint8Array(r.buffer,r.byteOffset+l,16);l+=16,s[h]={type:J3,value:`${x.toHex(w.subarray(0,4))}-${x.toHex(w.subarray(4,6))}-${x.toHex(w.subarray(6,8))}-${x.toHex(w.subarray(8,10))}-${x.toHex(w.subarray(10))}`};break;default:throw new Error("Unrecognized header type tag")}}return s}}var xm;(function(r){r[r.boolTrue=0]="boolTrue",r[r.boolFalse=1]="boolFalse",r[r.byte=2]="byte",r[r.short=3]="short",r[r.integer=4]="integer",r[r.long=5]="long",r[r.byteArray=6]="byteArray",r[r.string=7]="string",r[r.timestamp=8]="timestamp",r[r.uuid=9]="uuid"})(xm||(xm={}));var om="boolean",G3="byte",K3="short",W3="integer",V3="long",Z3="binary",L3="string",X3="timestamp",J3="uuid",y3=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;function pm({byteLength:r,byteOffset:s,buffer:l}){if(r<H3)throw new Error("Provided message too short to accommodate event stream message overhead");const f=new DataView(l,s,r),h=f.getUint32(0,!1);if(r!==h)throw new Error("Reported message length does not match received message length");const m=f.getUint32(nm,!1),g=f.getUint32(o,!1),w=f.getUint32(r-rr,!1),a=new t().update(new Uint8Array(l,s,o));if(g!==a.digest())throw new Error(`The prelude checksum specified in the message (${g}) does not match the calculated CRC32 checksum (${a.digest()})`);if(a.update(new Uint8Array(l,s+o,r-(o+rr))),w!==a.digest())throw new Error(`The message checksum (${a.digest()}) did not match the expected value of ${w}`);return{headers:new DataView(l,s+o+rr,m),body:new Uint8Array(l,s+o+rr+m,h-m-(o+rr+rr))}}var nm=4,o=nm*2,rr=4,H3=o+rr*2;class jl{constructor(r,s){this.headerMarshaller=new _l(r,s),this.messageBuffer=[],this.isEndOfStream=!1}feed(r){this.messageBuffer.push(this.decode(r))}endOfStream(){this.isEndOfStream=!0}getMessage(){const r=this.messageBuffer.pop(),s=this.isEndOfStream;return{getMessage(){return r},isEndOfStream(){return s}}}getAvailableMessages(){const r=this.messageBuffer;this.messageBuffer=[];const s=this.isEndOfStream;return{getMessages(){return r},isEndOfStream(){return s}}}encode({headers:r,body:s}){const l=this.headerMarshaller.format(r),f=l.byteLength+s.byteLength+16,h=new Uint8Array(f),m=new DataView(h.buffer,h.byteOffset,h.byteLength),g=new t;return m.setUint32(0,f,!1),m.setUint32(4,l.byteLength,!1),m.setUint32(8,g.update(h.subarray(0,8)).digest(),!1),h.set(l,12),h.set(s,l.byteLength+12),m.setUint32(f-4,g.update(h.subarray(8,f-4)).digest(),!1),h}decode(r){const{headers:s,body:l}=pm(r);return{headers:this.headerMarshaller.parse(s),body:l}}formatHeaders(r){return this.headerMarshaller.format(r)}}class cl{constructor(r){this.options=r}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(let r of this.options.inputStream)yield this.options.decoder.decode(r)}}class bl{constructor(r){this.options=r}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(let r of this.options.messageStream)yield this.options.encoder.encode(r);if(this.options.includeEndFrame)yield new Uint8Array(0)}}class il{constructor(r){this.options=r}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(let r of this.options.messageStream){const s=await this.options.deserializer(r);if(s===void 0)continue;yield s}}}class xl{constructor(r){this.options=r}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(let r of this.options.inputStream)yield this.options.serializer(r)}}function um(r){let s=0,l=0,f=null,h=null;const m=(w)=>{if(typeof w!=="number")throw new Error("Attempted to allocate an event message where size was not a number: "+w);s=w,l=4,f=new Uint8Array(w),new DataView(f.buffer).setUint32(0,w,!1)},g=async function*(){const w=r[Symbol.asyncIterator]();while(!0){const{value:a,done:P}=await w.next();if(P){if(!s)return;else if(s===l)yield f;else throw new Error("Truncated event message received.");return}const E=a.length;let $=0;while($<E){if(!f){const J=E-$;if(!h)h=new Uint8Array(4);const y=Math.min(4-l,J);if(h.set(a.slice($,$+y),l),l+=y,$+=y,l<4)break;m(new DataView(h.buffer).getUint32(0,!1)),h=null}const N=Math.min(s-l,E-$);if(f.set(a.slice($,$+N),l),l+=N,$+=N,s&&s===l)yield f,f=null,s=0,l=0}}};return{[Symbol.asyncIterator]:g}}function tm(r,s){return async function(l){const{value:f}=l.headers[":message-type"];if(f==="error"){const h=new Error(l.headers[":error-message"].value||"UnknownError");throw h.name=l.headers[":error-code"].value,h}else if(f==="exception"){const h=l.headers[":exception-type"].value,m={[h]:l},g=await r(m);if(g.$unknown){const w=new Error(s(l.body));throw w.name=h,w}throw g[h]}else if(f==="event"){const h={[l.headers[":event-type"].value]:l},m=await r(h);if(m.$unknown)return;return m}else throw Error(`Unrecognizable event type: ${l.headers[":event-type"].value}`)}}class Ns{constructor({utf8Encoder:r,utf8Decoder:s}){this.eventStreamCodec=new jl(r,s),this.utfEncoder=r}deserialize(r,s){const l=um(r);return new il({messageStream:new cl({inputStream:l,decoder:this.eventStreamCodec}),deserializer:tm(s,this.utfEncoder)})}serialize(r,s){return new bl({messageStream:new xl({inputStream:r,serializer:s}),encoder:this.eventStreamCodec,includeEndFrame:!0})}}import{Readable as Q3} from"stream";async function*rg(r){let s=!1,l=!1;const f=new Array;r.on("error",(h)=>{if(!s)s=!0;if(h)throw h}),r.on("data",(h)=>{f.push(h)}),r.on("end",()=>{s=!0});while(!l){const h=await new Promise((m)=>setTimeout(()=>m(f.shift()),0));if(h)yield h;l=s&&f.length===0}}class ol{constructor({utf8Encoder:r,utf8Decoder:s}){this.universalMarshaller=new Ns({utf8Decoder:s,utf8Encoder:r})}deserialize(r,s){const l=typeof r[Symbol.asyncIterator]==="function"?r:rg(r);return this.universalMarshaller.deserialize(l,s)}serialize(r,s){return Q3.from(this.universalMarshaller.serialize(r,s))}}var sg=(r)=>new ol(r);import{Writable as B3} from"stream";class Ds extends B3{constructor(r,s){super(s);this.hash=r}_write(r,s,l){try{this.hash.update($s(r))}catch(f){return l(f)}l()}}var lg=(r,s)=>{if(s.readableFlowing!==null)throw new Error("Unable to calculate hash for flowing readable stream");const l=new r,f=new Ds(l);return s.pipe(f),new Promise((h,m)=>{s.on("error",(g)=>{f.end(),m(g)}),f.on("error",m),f.on("finish",()=>{l.digest().then(h).catch(m)})})};var Ms=H(nr(),1);var eg=(r)=>{return{apiVersion:"2006-03-01",base64Decoder:r?.base64Decoder??fg,base64Encoder:r?.base64Encoder??gg,disableHostPrefix:r?.disableHostPrefix??!1,endpointProvider:r?.endpointProvider??or,extensions:r?.extensions??[],getAwsChunkedEncodingStream:r?.getAwsChunkedEncodingStream??wg,httpAuthSchemeProvider:r?.httpAuthSchemeProvider??Jh,httpAuthSchemes:r?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:(s)=>s.getIdentityProvider("aws.auth#sigv4"),signer:new Ms.AwsSdkSigV4Signer},{schemeId:"aws.auth#sigv4a",identityProvider:(s)=>s.getIdentityProvider("aws.auth#sigv4a"),signer:new Ms.AwsSdkSigV4ASigner}],logger:r?.logger??new Qr,sdkStreamMixin:r?.sdkStreamMixin??ag,serviceId:r?.serviceId??"S3",signerConstructor:r?.signerConstructor??Bs,signingEscapePath:r?.signingEscapePath??!1,urlParser:r?.urlParser??Sg,useArnRegion:r?.useArnRegion??!1,utf8Decoder:r?.utf8Decoder??hg,utf8Encoder:r?.utf8Encoder??mg}};var Fg=(r)=>{Ig(process.version);const s=Cg(r),l=()=>s().then(kg),f=eg(r);return Ts.emitWarningIfUnsupportedVersion(process.version),{...f,...r,runtime:"node",defaultsMode:s,bodyLengthChecker:r?.bodyLengthChecker??Tg,credentialDefaultProvider:r?.credentialDefaultProvider??zg,defaultUserAgentProvider:r?.defaultUserAgentProvider??Ug({serviceId:f.serviceId,clientVersion:vm.version}),disableS3ExpressSessionAuth:r?.disableS3ExpressSessionAuth??c(Xs),eventStreamSerdeProvider:r?.eventStreamSerdeProvider??sg,maxAttempts:r?.maxAttempts??c(Dg),md5:r?.md5??Us.bind(null,"md5"),region:r?.region??c(Eg,Ng),requestHandler:Rg.create(r?.requestHandler??l),retryMode:r?.retryMode??c({...Mg,default:async()=>(await l()).retryMode||$g}),sha1:r?.sha1??Us.bind(null,"sha1"),sha256:r?.sha256??Us.bind(null,"sha256"),sigv4aSigningRegionSet:r?.sigv4aSigningRegionSet??c(Ts.NODE_SIGV4A_CONFIG_OPTIONS),streamCollector:r?.streamCollector??Ag,streamHasher:r?.streamHasher??lg,useArnRegion:r?.useArnRegion??c(qm),useDualstackEndpoint:r?.useDualstackEndpoint??c(dg),useFipsEndpoint:r?.useFipsEndpoint??c(Pg)}};var Gg=(r)=>{const s=r.httpAuthSchemes;let{httpAuthSchemeProvider:l,credentials:f}=r;return{setHttpAuthScheme(h){const m=s.findIndex((g)=>g.schemeId===h.schemeId);if(m===-1)s.push(h);else s.splice(m,1,h)},httpAuthSchemes(){return s},setHttpAuthSchemeProvider(h){l=h},httpAuthSchemeProvider(){return l},setCredentials(h){f=h},credentials(){return f}}},Kg=(r)=>{return{httpAuthSchemes:r.httpAuthSchemes(),httpAuthSchemeProvider:r.httpAuthSchemeProvider(),credentials:r.credentials()}};var Cs=(r)=>r,yg=(r,s)=>{const l={...Cs(Xg(r)),...Cs(Zg(r)),...Cs(Wg(r)),...Cs(Gg(r))};return s.forEach((f)=>f.configure(l)),{...r,...Jg(l),...Lg(l),...Vg(l),...Kg(l)}};class nl extends vg{constructor(...[r]){const s=Fg(r||{}),l=Hh(s),f=qg(l),h=bg(f),m=_g(h),g=Hg(m),w=cg(g),a=Ff(w),P=yh(a),E=Df(P,{session:[()=>this,vl]}),$=yg(E,r?.extensions||[]);super($);this.config=$,this.middlewareStack.use(Og(this.config)),this.middlewareStack.use(ig(this.config)),this.middlewareStack.use(jg(this.config)),this.middlewareStack.use(Qg(this.config)),this.middlewareStack.use(Bg(this.config)),this.middlewareStack.use(Yg(this.config)),this.middlewareStack.use(Pr.getHttpAuthSchemeEndpointRuleSetPlugin(this.config,{httpAuthSchemeParametersProvider:Zh,identityProviderConfigProvider:async(N)=>new Pr.DefaultIdentityProviderConfig({"aws.auth#sigv4":N.credentials,"aws.auth#sigv4a":N.credentials})})),this.middlewareStack.use(Pr.getHttpSigningPlugin(this.config)),this.middlewareStack.use(zf(this.config)),this.middlewareStack.use(ff(this.config)),this.middlewareStack.use(wf(this.config)),this.middlewareStack.use(Js(this.config)),this.middlewareStack.use(Hs(this.config))}destroy(){super.destroy()}}function Y3(r){return(s)=>async(l)=>{const f={...l.input},h=[{target:"SSECustomerKey",hash:"SSECustomerKeyMD5"},{target:"CopySourceSSECustomerKey",hash:"CopySourceSSECustomerKeyMD5"}];for(let m of h){const g=f[m.target];if(g){let w;if(typeof g==="string")if(q3(g,r))w=r.base64Decoder(g);else w=r.utf8Decoder(g),f[m.target]=r.base64Encoder(w);else w=ArrayBuffer.isView(g)?new Uint8Array(g.buffer,g.byteOffset,g.byteLength):new Uint8Array(g),f[m.target]=r.base64Encoder(w);const a=new r.md5;a.update(w),f[m.hash]=r.base64Encoder(await a.digest())}}return s({...l,input:f})}}function q3(r,s){if(!/^(?:[A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(r))return!1;try{return s.base64Decoder(r).length===32}catch{return!1}}var v3={name:"ssecMiddleware",step:"initialize",tags:["SSE"],override:!0},zs=(r)=>({applyToStack:(s)=>{s.add(Y3(r),v3)}});var D;(function(r){r.MD5="MD5",r.CRC32="CRC32",r.CRC32C="CRC32C",r.SHA1="SHA1",r.SHA256="SHA256"})(D||(D={}));var xg;(function(r){r.HEADER="header",r.TRAILER="trailer"})(xg||(xg={}));var{MD5:og,CRC32:ng}=D;var Xr=[D.CRC32,D.CRC32C,D.SHA1,D.SHA256],pg=[D.CRC32,D.CRC32C,D.SHA1,D.SHA256];var ug=(r,{requestChecksumRequired:s,requestAlgorithmMember:l},f)=>{const h=f?ng:og;if(!l||!r[l])return s?h:void 0;const m=r[l];if(!Xr.includes(m))throw new Error(`The checksum algorithm "${m}" is not supported by the client.`+` Select one of ${Xr}.`);return m};var Er=(r)=>r===D.MD5?"content-md5":`x-amz-checksum-${r.toLowerCase()}`;var tg=(r,s)=>{const l=r.toLowerCase();for(let f of Object.keys(s))if(l===f.toLowerCase())return!0;return!1};var Nr=(r)=>r!==void 0&&typeof r!=="string"&&!ArrayBuffer.isView(r)&&!rw(r);var ul=function(){function r(){this.crc32c=new pl}return r.prototype.update=function(s){if(Vr(s))return;this.crc32c.update(Wr(s))},r.prototype.digest=function(){return ds(this,void 0,void 0,function(){return Ps(this,function(s){return[2,Zr(this.crc32c.digest())]})})},r.prototype.reset=function(){this.crc32c=new pl},r}();var pl=function(){function r(){this.checksum=4294967295}return r.prototype.update=function(s){var l,f;try{for(var h=Es(s),m=h.next();!m.done;m=h.next()){var g=m.value;this.checksum=this.checksum>>>8^_3[(this.checksum^g)&255]}}catch(w){l={error:w}}finally{try{if(m&&!m.done&&(f=h.return))f.call(h)}finally{if(l)throw l.error}}return this},r.prototype.digest=function(){return(this.checksum^4294967295)>>>0},r}();var O3=[0,4067132163,3778769143,324072436,3348797215,904991772,648144872,3570033899,2329499855,2024987596,1809983544,2575936315,1296289744,3207089363,2893594407,1578318884,274646895,3795141740,4049975192,51262619,3619967088,632279923,922689671,3298075524,2592579488,1760304291,2075979607,2312596564,1562183871,2943781820,3156637768,1313733451,549293790,3537243613,3246849577,871202090,3878099393,357341890,102525238,4101499445,2858735121,1477399826,1264559846,3107202533,1845379342,2677391885,2361733625,2125378298,820201905,3263744690,3520608582,598981189,4151959214,85089709,373468761,3827903834,3124367742,1213305469,1526817161,2842354314,2107672161,2412447074,2627466902,1861252501,1098587580,3004210879,2688576843,1378610760,2262928035,1955203488,1742404180,2511436119,3416409459,969524848,714683780,3639785095,205050476,4266873199,3976438427,526918040,1361435347,2739821008,2954799652,1114974503,2529119692,1691668175,2005155131,2247081528,3690758684,697762079,986182379,3366744552,476452099,3993867776,4250756596,255256311,1640403810,2477592673,2164122517,1922457750,2791048317,1412925310,1197962378,3037525897,3944729517,427051182,170179418,4165941337,746937522,3740196785,3451792453,1070968646,1905808397,2213795598,2426610938,1657317369,3053634322,1147748369,1463399397,2773627110,4215344322,153784257,444234805,3893493558,1021025245,3467647198,3722505002,797665321,2197175160,1889384571,1674398607,2443626636,1164749927,3070701412,2757221520,1446797203,137323447,4198817972,3910406976,461344835,3484808360,1037989803,781091935,3705997148,2460548119,1623424788,1939049696,2180517859,1429367560,2807687179,3020495871,1180866812,410100952,3927582683,4182430767,186734380,3756733383,763408580,1053836080,3434856499,2722870694,1344288421,1131464017,2971354706,1708204729,2545590714,2229949006,1988219213,680717673,3673779818,3383336350,1002577565,4010310262,493091189,238226049,4233660802,2987750089,1082061258,1395524158,2705686845,1972364758,2279892693,2494862625,1725896226,952904198,3399985413,3656866545,731699698,4283874585,222117402,510512622,3959836397,3280807620,837199303,582374963,3504198960,68661723,4135334616,3844915500,390545967,1230274059,3141532936,2825850620,1510247935,2395924756,2091215383,1878366691,2644384480,3553878443,565732008,854102364,3229815391,340358836,3861050807,4117890627,119113024,1493875044,2875275879,3090270611,1247431312,2660249211,1828433272,2141937292,2378227087,3811616794,291187481,34330861,4032846830,615137029,3603020806,3314634738,939183345,1776939221,2609017814,2295496738,2058945313,2926798794,1545135305,1330124605,3173225534,4084100981,17165430,307568514,3762199681,888469610,3332340585,3587147933,665062302,2042050490,2346497209,2559330125,1793573966,3190661285,1279665062,1595330642,2910671697],_3=Lr(O3);var Fs=(r,s)=>({[D.MD5]:s.md5,[D.CRC32]:Ol,[D.CRC32C]:ul,[D.SHA1]:s.sha1,[D.SHA256]:s.sha256})[r];var Gs=(r,s)=>{const l=new r;return l.update($s(s||"")),l.digest()};var sw={name:"flexibleChecksumsMiddleware",step:"build",tags:["BODY_CHECKSUM"],override:!0},lw=(r,s)=>(l,f)=>async(h)=>{if(!X.isInstance(h.request))return l(h);const{request:m}=h,{body:g,headers:w}=m,{base64Encoder:a,streamHasher:P}=r,{input:E,requestChecksumRequired:$,requestAlgorithmMember:N}=s,J=ug(E,{requestChecksumRequired:$,requestAlgorithmMember:N},!!f.isS3ExpressBucket);let y=g,B=w;if(J){const O=Er(J),$r=Fs(J,r);if(Nr(g)){const{getAwsChunkedEncodingStream:Ls,bodyLengthChecker:Rw}=r;y=Ls(g,{base64Encoder:a,bodyLengthChecker:Rw,checksumLocationName:O,checksumAlgorithmFn:$r,streamHasher:P}),B={...w,"content-encoding":w["content-encoding"]?`${w["content-encoding"]},aws-chunked`:"aws-chunked","transfer-encoding":"chunked","x-amz-decoded-content-length":w["content-length"],"x-amz-content-sha256":"STREAMING-UNSIGNED-PAYLOAD-TRAILER","x-amz-trailer":O},delete B["content-length"]}else if(!tg(O,w)){const Ls=await Gs($r,g);B={...w,[O]:a(Ls)}}}return await l({...h,request:{...m,headers:B,body:y}})};var Ks=(r=[])=>{const s=[];for(let l of pg){if(!r.includes(l)||!Xr.includes(l))continue;s.push(l)}return s};var fw=(r)=>{const s=r.lastIndexOf("-");if(s!==-1){const l=r.slice(s+1);if(!l.startsWith("0")){const f=parseInt(l,10);if(!isNaN(f)&&f>=1&&f<=1e4)return!0}}return!1};import{Transform as j3} from"stream";function tl(r){const s=new j3;return s.push(r),s.push(null),s}var hw=async(r,{streamHasher:s,checksumAlgorithmFn:l,base64Encoder:f})=>{const h=Nr(r)?s(l,r):Gs(l,r);return f(await h)};var mw=async(r,{config:s,responseAlgorithms:l})=>{const f=Ks(l),{body:h,headers:m}=r;for(let g of f){const w=Er(g),a=m[w];if(a){const P=Fs(g,s),{streamHasher:E,base64Encoder:$}=s,N=await hw(h,{streamHasher:E,checksumAlgorithmFn:P,base64Encoder:$});if(N===a)break;throw new Error(`Checksum mismatch: expected "${N}" but received "${a}"`+` in response header "${w}".`)}}};var gw={name:"flexibleChecksumsResponseMiddleware",toMiddleware:"deserializerMiddleware",relation:"after",tags:["BODY_CHECKSUM"],override:!0},ww=(r,s)=>(l,f)=>async(h)=>{if(!X.isInstance(h.request))return l(h);const m=h.input,g=await l(h),w=g.response;let a=void 0;const{requestValidationModeMember:P,responseAlgorithms:E}=s;if(P&&m[P]==="ENABLED"){const{clientName:$,commandName:N}=f;if($==="S3Client"&&N==="GetObjectCommand"&&Ks(E).every((B)=>{const Jr=Er(B),O=w.headers[Jr];return!O||fw(O)}))return g;const y=Nr(w.body);if(y)a=await r.streamCollector(w.body),w.body=tl(a);if(await mw(g.response,{config:r,responseAlgorithms:E}),y&&a)w.body=tl(a)}return g};var Ws=(r,s)=>({applyToStack:(l)=>{l.add(lw(r,s),sw),l.addRelativeTo(ww(r,s),gw)}});class rf extends Ar.classBuilder().ep({...ar,Bucket:{type:"contextParams",name:"Bucket"},Key:{type:"contextParams",name:"Key"}}).m(function(r,s,l,f){return[kr(l,this.serialize,this.deserialize),Ir(l,r.getEndpointParameterInstructions()),Ws(l,{input:this.input,requestChecksumRequired:!1,requestValidationModeMember:"ChecksumMode",responseAlgorithms:["CRC32","CRC32C","SHA256","SHA1"]}),zs(l),af(l)]}).s("AmazonS3","GetObject",{}).n("S3Client","GetObjectCommand").f(vh,Yh).ser(fm).de(gm).build(){}class sf extends Ar.classBuilder().ep({...ar,Bucket:{type:"contextParams",name:"Bucket"},Key:{type:"contextParams",name:"Key"}}).m(function(r,s,l,f){return[kr(l,this.serialize,this.deserialize),Ir(l,r.getEndpointParameterInstructions()),Ws(l,{input:this.input,requestAlgorithmMember:"ChecksumAlgorithm",requestChecksumRequired:!1}),hf(l),qr(l),zs(l)]}).s("AmazonS3","PutObject",{}).n("S3Client","PutObjectCommand").f(_h,Oh).ser(hm).de(wm).build(){}import{Buffer as aw} from"buffer";class Sw extends sr{client;constructor(...r){super();this.client=new nl(...r)}async put(r){let s,l,f,h=process.env.BUCKET_NAME;if(r instanceof Blob)s=r,f=`${yr()}.${r.type.split("/")[1].split(";")[0]}`,l=r.type;else s=r.body,f=r.name,l=r.contentType;l=s instanceof Blob||s instanceof File?s.type:void 0;const m=s instanceof aw?s:aw.from(await s.arrayBuffer());return await this.client.send(new sf({Bucket:h,Key:f,Body:m,ContentType:l})),f}async fetch(r){let s=process.env.BUCKET_NAME,l;if(typeof r==="string")l=r;else s=r.bucket??s,l=r.name;if(!l)throw new Error("Object name has to be specified");const f=await this.client.send(new rf({Bucket:s,Key:l}));return new Response(f.Body.transformToWebStream(),{headers:{"Content-Type":f.ContentType,"Content-Length":f.ContentLength.toString(),"Cache-Control":"private, max-age=12000, must-revalidate","Last-Modified":f.LastModified?.toUTCString()||"",ETag:f.ETag||""}})}}class Vs{}class Zs extends Vs{constructor(){super(...arguments)}requests=new Map;consume(r,s){if(!this.requests.has(r))this.requests.set(r,{date:Date.now(),count:1});else{const l=this.requests.get(r),f=Date.now();if(f-l.date>=60000)this.requests.set(r,{date:f,count:1});else this.requests.set(r,{date:l.date,count:l.count+1})}return this.requests.get(r).count}}class ew{driver=new Zs}export{Sw as S3Driver,ew as RateLimiterServiceProvider,Vs as RateLimiterDriver,Zs as InMemoryRateLimiter,Hr as FileSystemDriver,lf as FileStorageServiceProvider,sr as FileStorageDriver};export{lf as t,ew as u};
2
+ import"../chunk-357d6f34be7eafaa.js";import{B as Z} from"../chunk-24a86f8f5ddc0cbd.js";import{G as dl,H as Rd} from"../chunk-0ba2cc302113ab40.js";import{M as qw} from"../chunk-ff8cd8fd047cfee5.js";import{$ as Xf,N as Hr,O as jh,P as ih,Q as bh,R as xh,S as qm,T as p,U as u,V as Ys,W as yr,X as Jf,Y as nh,Z as Lf,_ as Zf,aa as ph,ba as Mh,ca as Uh,da as vh,ea as Ch,fa as uh,ga as th,ha as Hf,ia as kr,ja as Pr,ka as rm,la as zh,ma as Fh,na as sm,oa as Gh,pa as em,qa as tr,ra as Kh,sa as Us,ta as Wh,ua as Vh,va as Oh,wa as _h} from"../chunk-02ba977a552fd2da.js";import{$a as ma,Aa as Yr,Ba as Br,Ca as oh,Da as wm,Ga as Rh,Ha as Ah,Ia as cs,Ja as kh,Ka as Ph,La as Ih,Na as Dh,Oa as Th,Pa as sh,Qa as Eh,Ra as Gl,Sa as Kl,Ta as ha,Ua as Ar,Va as Y,Xa as Ss,_a as dr,ab as Sr,bb as ga,cb as ds,db as vr,fb as Ke,gb as Tr,hb as jf,ib as O,jb as wa,kb as ch,lb as yh,mb as Bh,nb as Yh,pb as v,rb as da,xa as Hh,ya as Qh,za as L} from"../chunk-1e6b656dc70ab1fd.js";import{tb as jm} from"../chunk-6a97611e6bd65152.js";import{ub as i,vb as Nh} from"../chunk-c22e0fc22de0403a.js";import"../chunk-5ddf530ee3afe1d4.js";import{xb as Lh} from"../chunk-55c7fe17750b0378.js";import"../chunk-813a4c185ab4c0c0.js";class er{}class Qr extends er{r;constructor(r=`${process.env.ROOT_DIR}/storage`){super();this.folderPath=r}async put(r){let s,e;if(r instanceof Blob)s=r,e=`${Hr()}.${r.type.split("/")[1].split(";")[0]}`;else s=r.body,e=r.name;const l=s instanceof Buffer?s:Buffer.from(await s.arrayBuffer()),f=`${this.folderPath}/${e}`;return await Bun.write(f,l),e}async fetch(r){let s=process.env.BUCKET_NAME,e;if(typeof r==="string")e=r;else s=r.bucket??s,e=r.name;if(!e)throw new Error("Object name has to be specified");const l=`${this.folderPath}/${e}`,f=Bun.file(l),a=Bun.file(l).stream(),h=new Date(f.lastModified).toUTCString();return new Response(a,{headers:{"Content-Type":f.type,"Content-Length":String(f.size),"Cache-Control":"private, max-age=12000, must-revalidate","Last-Modified":h}})}}class Sl{driver=new Qr}function Vm(r){return(s)=>async(e)=>{const{request:l}=e;if(L.isInstance(l)&&l.body&&r.runtime==="node"){if(r.requestHandler?.constructor?.name!=="FetchHttpHandler")l.headers={...l.headers,Expect:"100-continue"}}return s({...e,request:l})}}var Lm={step:"build",tags:["SET_EXPECT_HEADER","EXPECT_HEADER"],name:"addExpectContinueMiddleware",override:!0},Rl=(r)=>({applyToStack:(s)=>{s.add(Vm(r),Lm)}});function Xm(){return(r,s)=>async(e)=>{const{request:l}=e;if(L.isInstance(l)){if(!(Zm in l.headers))if(typeof s?.logger?.warn==="function"&&!(s.logger instanceof Br))s.logger.warn("Are you using a Stream of unknown length as the Body of a PutObject request? Consider using Upload instead from @aws-sdk/lib-storage.");else console.warn("Are you using a Stream of unknown length as the Body of a PutObject request? Consider using Upload instead from @aws-sdk/lib-storage.")}return r({...e})}}var Zm="content-length",Jm={step:"finalizeRequest",tags:["CHECK_CONTENT_LENGTH_HEADER"],name:"getCheckContentLengthHeaderPlugin",override:!0},Al=(r)=>({applyToStack:(s)=>{s.add(Xm(),Jm)}});var kl=(r)=>{return(s,e)=>async(l)=>{const f=await r.region(),a=r.region;let h=()=>{};if(e.__s3RegionRedirect)Object.defineProperty(r,"region",{writable:!1,value:async()=>{return e.__s3RegionRedirect}}),h=()=>Object.defineProperty(r,"region",{writable:!0,value:a});try{const m=await s(l);if(e.__s3RegionRedirect){h();const g=await r.region();if(f!==g)throw new Error("Region was not restored following S3 region redirect.")}return m}catch(m){throw h(),m}}},Pl={tags:["REGION_REDIRECT","S3"],name:"regionRedirectEndpointMiddleware",override:!0,relation:"before",toMiddleware:"endpointV2Middleware"};function Hm(r){return(s,e)=>async(l)=>{try{return await s(l)}catch(f){if(r.followRegionRedirects&&f?.$metadata?.httpStatusCode===301){try{const a=f.$response.headers["x-amz-bucket-region"];e.logger?.debug(`Redirecting from ${await r.region()} to ${a}`),e.__s3RegionRedirect=a}catch(a){throw new Error("Region redirect failed: "+a)}return s(l)}else throw f}}}var Qm={step:"initialize",tags:["REGION_REDIRECT","S3"],name:"regionRedirectMiddleware",override:!0},Il=(r)=>({applyToStack:(s)=>{s.add(Hm(r),Qm),s.addRelativeTo(kl(r),Pl)}});var Bm=(r)=>{return(s,e)=>async(l)=>{const f=await s(l),{response:a}=f;if(Yr.isInstance(a)){if(a.headers.expires){a.headers.expiresstring=a.headers.expires;try{Tr(a.headers.expires)}catch(h){e.logger?.warn(`AWS SDK Warning for ${e.clientName}::${e.commandName} response parsing (${a.headers.expires}): ${h}`),delete a.headers.expires}}}return f}},Ym={tags:["S3"],name:"s3ExpiresMiddleware",override:!0,relation:"after",toMiddleware:"deserializerMiddleware"},El=(r)=>({applyToStack:(s)=>{s.addRelativeTo(Bm(r),Ym)}});class lr{constructor(r={}){this.data=r,this.lastPurgeTime=Date.now()}get(r){const s=this.data[r];if(!s)return;return s}set(r,s){return this.data[r]=s,s}delete(r){delete this.data[r]}async purgeExpired(){const r=Date.now();if(this.lastPurgeTime+lr.EXPIRED_CREDENTIAL_PURGE_INTERVAL_MS>r)return;for(let s in this.data){const e=this.data[s];if(!e.isRefreshing){const l=await e.identity;if(l.expiration){if(l.expiration.getTime()<r)delete this.data[s]}}}}}lr.EXPIRED_CREDENTIAL_PURGE_INTERVAL_MS=30000;class fr{constructor(r,s=!1,e=Date.now()){this._identity=r,this.isRefreshing=s,this.accessed=e}get identity(){return this.accessed=Date.now(),this._identity}}class ar{constructor(r,s=new lr){this.createSessionFn=r,this.cache=s}async getS3ExpressIdentity(r,s){const e=s.Bucket,{cache:l}=this,f=l.get(e);if(f)return f.identity.then((a)=>{if((a.expiration?.getTime()??0)<Date.now())return l.set(e,new fr(this.getIdentity(e))).identity;if((a.expiration?.getTime()??0)<Date.now()+ar.REFRESH_WINDOW_MS&&!f.isRefreshing)f.isRefreshing=!0,this.getIdentity(e).then((g)=>{l.set(e,new fr(Promise.resolve(g)))});return a});return l.set(e,new fr(this.getIdentity(e))).identity}async getIdentity(r){await this.cache.purgeExpired().catch((l)=>{console.warn("Error while clearing expired entries in S3ExpressIdentityCache: \n"+l)});const s=await this.createSessionFn(r);if(!s.Credentials?.AccessKeyId||!s.Credentials?.SecretAccessKey)throw new Error("s3#createSession response credential missing AccessKeyId or SecretAccessKey.");return{accessKeyId:s.Credentials.AccessKeyId,secretAccessKey:s.Credentials.SecretAccessKey,sessionToken:s.Credentials.SessionToken,expiration:s.Credentials.Expiration?new Date(s.Credentials.Expiration):void 0}}}ar.REFRESH_WINDOW_MS=60000;var yl=Z(qm(),1);var Nl="Directory",$l="S3Express",Dl="sigv4-s3express",Or="X-Amz-S3session-Token",cr=Or.toLowerCase(),Om="AWS_S3_DISABLE_EXPRESS_SESSION_AUTH",_m="s3_disable_express_session_auth",Qs={environmentVariableSelector:(r)=>p(r,Om,u.ENV),configFileSelector:(r)=>p(r,_m,u.CONFIG),default:!1};var Tl=function(r){return{accessKeyId:r.accessKeyId,secretAccessKey:r.secretAccessKey,expiration:r.expiration}},cl=function(r,s){const e=setTimeout(()=>{throw new Error("SignatureV4S3Express credential override was created but not called.")},10),l=r.credentialProvider,f=()=>{return clearTimeout(e),r.credentialProvider=l,Promise.resolve(s)};r.credentialProvider=f};class _r extends yl.SignatureV4{async signWithCredentials(r,s,e){const l=Tl(s);r.headers[cr]=s.sessionToken;const f=this;return cl(f,l),f.signRequest(r,e??{})}async presignWithCredentials(r,s,e){const l=Tl(s);return delete r.headers[cr],r.headers[Or]=s.sessionToken,r.query=r.query??{},r.query[Or]=s.sessionToken,cl(this,l),this.presign(r,e)}}var Ml=(r)=>{return(s,e)=>async(l)=>{if(e.endpointV2){const f=e.endpointV2,a=f.properties?.authSchemes?.[0]?.name===Dl;if(f.properties?.backend===$l||f.properties?.bucketType===Nl)e.isS3ExpressBucket=!0;if(a){const m=l.input.Bucket;if(m){const g=await r.s3ExpressIdentityProvider.getS3ExpressIdentity(await r.credentials(),{Bucket:m});if(e.s3ExpressIdentity=g,L.isInstance(l.request)&&g.sessionToken)l.request.headers[cr]=g.sessionToken}}}return s(l)}},Ul={name:"s3ExpressMiddleware",step:"build",tags:["S3","S3_EXPRESS"],override:!0},Bs=(r)=>({applyToStack:(s)=>{s.add(Ml(r),Ul)}});var Cl=Z(Ys(),1);var im=Z(jm(),1);var vl=async(r,s,e,l)=>{const f=await l.signWithCredentials(e,r,{});if(f.headers["X-Amz-Security-Token"]||f.headers["x-amz-security-token"])throw new Error("X-Amz-Security-Token must not be set for s3-express requests.");return f};var bm=(r)=>(s)=>{throw s},xm=(r,s)=>{};var zl=(r)=>(s,e)=>async(l)=>{if(!L.isInstance(l.request))return s(l);const a=yr(e).selectedHttpAuthScheme;if(!a)throw new Error("No HttpAuthScheme was selected: unable to sign request");const{httpAuthOption:{signingProperties:h={}},identity:m,signer:g}=a;let k;if(e.s3ExpressIdentity)k=await vl(e.s3ExpressIdentity,h,l.request,await r.signer());else k=await g.sign(l.request,m,h);const N=await s({...l,request:k}).catch((g.errorHandler||bm)(h));return(g.successHandler||xm)(N.response,h),N},Os=(r)=>({applyToStack:(s)=>{s.addRelativeTo(zl(r),Cl.httpSigningMiddlewareOptions)}});var Fl=(r,{session:s})=>{const[e,l]=s;return{...r,forcePathStyle:r.forcePathStyle??!1,useAccelerateEndpoint:r.useAccelerateEndpoint??!1,disableMultiregionAccessPoints:r.disableMultiregionAccessPoints??!1,followRegionRedirects:r.followRegionRedirects??!1,s3ExpressIdentityProvider:r.s3ExpressIdentityProvider??new ar(async(f)=>e().send(new l({Bucket:f,SessionMode:"ReadWrite"}))),bucketEndpoint:r.bucketEndpoint??!1}};var om={CopyObjectCommand:!0,UploadPartCopyCommand:!0,CompleteMultipartUploadCommand:!0},nm=3000,pm=(r)=>(s,e)=>async(l)=>{const f=await s(l),{response:a}=f;if(!Yr.isInstance(a))return f;const{statusCode:h,body:m}=a;if(h<200||h>=300)return f;let g=m,k=m;if(m&&typeof m==="object"&&!(m instanceof Uint8Array))[g,k]=await Gl(m);a.body=k;const N=await um(g,{streamCollector:async($)=>{return Kl($,nm)}});if(typeof g?.destroy==="function")g.destroy();const D=r.utf8Encoder(N.subarray(N.length-16));if(N.length===0&&om[e.commandName]){const $=new Error("S3 aborted request");throw $.name="InternalError",$}if(D&&D.endsWith("</Error>"))a.statusCode=400;return f},um=(r=new Uint8Array,s)=>{if(r instanceof Uint8Array)return Promise.resolve(r);return s.streamCollector(r)||Promise.resolve(new Uint8Array)},tm={relation:"after",toMiddleware:"deserializerMiddleware",tags:["THROW_200_EXCEPTIONS","S3"],name:"throw200ExceptionsMiddleware",override:!0},qr=(r)=>({applyToStack:(s)=>{s.addRelativeTo(pm(r),tm)}});var _s=(r)=>typeof r==="string"&&r.indexOf("arn:")===0&&r.split(":").length>=6;function Wl(r){return(s,e)=>async(l)=>{if(r.bucketEndpoint){const f=e.endpointV2;if(f){const a=l.input.Bucket;if(typeof a==="string")try{const h=new URL(a);f.url=h}catch(h){const m=`@aws-sdk/middleware-sdk-s3: bucketEndpoint=true was set but Bucket=${a} could not be parsed as URL.`;if(e.logger?.constructor?.name==="NoOpLogger")console.warn(m);else e.logger?.warn?.(m);throw h}}}return s(l)}}var Vl={name:"bucketEndpointMiddleware",override:!0,relation:"after",toMiddleware:"endpointV2Middleware"};function rg({bucketEndpoint:r}){return(s)=>async(e)=>{const{input:{Bucket:l}}=e;if(!r&&typeof l==="string"&&!_s(l)&&l.indexOf("/")>=0){const f=new Error(`Bucket name shouldn't contain '/', received '${l}'`);throw f.name="InvalidBucketName",f}return s({...e})}}var sg={step:"initialize",tags:["VALIDATE_BUCKET_NAME"],name:"validateBucketNameMiddleware",override:!0},Ll=(r)=>({applyToStack:(s)=>{s.add(rg(r),sg),s.addRelativeTo(Wl(r),Vl)}});var Er=Z(Ys(),1);var Zl=(r)=>({...r,eventStreamMarshaller:r.eventStreamSerdeProvider(r)});var rs=Z(tr(),1);var jr={CrtSignerV4:null};class qs{constructor(r){this.sigv4Signer=new _r(r),this.signerOptions=r}async sign(r,s={}){if(s.signingRegion==="*"){if(this.signerOptions.runtime!=="node")throw new Error("This request requires signing with SigV4Asymmetric algorithm. It's only available in Node.js");return this.getSigv4aSigner().sign(r,s)}return this.sigv4Signer.sign(r,s)}async signWithCredentials(r,s,e={}){if(e.signingRegion==="*"){if(this.signerOptions.runtime!=="node")throw new Error("This request requires signing with SigV4Asymmetric algorithm. It's only available in Node.js");return this.getSigv4aSigner().signWithCredentials(r,s,e)}return this.sigv4Signer.signWithCredentials(r,s,e)}async presign(r,s={}){if(s.signingRegion==="*"){if(this.signerOptions.runtime!=="node")throw new Error("This request requires signing with SigV4Asymmetric algorithm. It's only available in Node.js");return this.getSigv4aSigner().presign(r,s)}return this.sigv4Signer.presign(r,s)}async presignWithCredentials(r,s,e={}){if(e.signingRegion==="*")throw new Error("Method presignWithCredentials is not supported for [signingRegion=*].");return this.sigv4Signer.presignWithCredentials(r,s,e)}getSigv4aSigner(){if(!this.sigv4aSigner){let r=null;try{if(r=jr.CrtSignerV4,typeof r!=="function")throw new Error}catch(s){throw s.message=`${s.message}\n`+'Please check whether you have installed the "@aws-sdk/signature-v4-crt" package explicitly. \nYou must also register the package by calling [require("@aws-sdk/signature-v4-crt");] or an ESM equivalent such as [import "@aws-sdk/signature-v4-crt";]. \nFor more information please go to https://github.com/aws/aws-sdk-js-v3#functionality-requiring-aws-common-runtime-crt',s}this.sigv4aSigner=new r({...this.signerOptions,signingAlgorithm:1})}return this.sigv4aSigner}}var hr={["required"]:!1,["type"]:"String"},mr={["required"]:!0,default:!1,["type"]:"Boolean"},Mr={["required"]:!1,["type"]:"Boolean"},B={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"Accelerate"},!0]},E={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseFIPS"},!0]},I={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseDualStack"},!0]},y={["fn"]:"isSet",["argv"]:[{["ref"]:"Endpoint"}]},vf={["fn"]:"aws.partition",["argv"]:[{["ref"]:"Region"}],["assign"]:"partitionResult"},Xl={["fn"]:"stringEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[{["ref"]:"partitionResult"},"name"]},"aws-cn"]},nr={["fn"]:"isSet",["argv"]:[{["ref"]:"Bucket"}]},K={["ref"]:"Bucket"},G={["fn"]:"parseURL",["argv"]:[{["ref"]:"Endpoint"}],["assign"]:"url"},or={["fn"]:"booleanEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[{["ref"]:"url"},"isIp"]},!0]},Cf={["ref"]:"url"},zf={["fn"]:"uriEncode",["argv"]:[K],["assign"]:"uri_encoded_bucket"},q={["backend"]:"S3Express",["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3express",["signingRegion"]:"{Region}"}]},w={},Ff={["fn"]:"aws.isVirtualHostableS3Bucket",["argv"]:[K,!1]},js={["error"]:"S3Express bucket name is not a valid virtual hostable name.",["type"]:"error"},pr={["backend"]:"S3Express",["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4-s3express",["signingName"]:"s3express",["signingRegion"]:"{Region}"}]},Jl={["fn"]:"isSet",["argv"]:[{["ref"]:"UseS3ExpressControlEndpoint"}]},Hl={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseS3ExpressControlEndpoint"},!0]},d={["fn"]:"not",["argv"]:[y]},Ql={["error"]:"Unrecognized S3Express bucket name format.",["type"]:"error"},Bl={["fn"]:"not",["argv"]:[nr]},Yl={["ref"]:"hardwareType"},Ol={["conditions"]:[d],["error"]:"Expected a endpoint to be specified but no endpoint was found",["type"]:"error"},ir={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4a",["signingName"]:"s3-outposts",["signingRegionSet"]:["*"]},{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3-outposts",["signingRegion"]:"{Region}"}]},is={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"ForcePathStyle"},!1]},eg={["ref"]:"ForcePathStyle"},c={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"Accelerate"},!1]},U={["fn"]:"stringEquals",["argv"]:[{["ref"]:"Region"},"aws-global"]},C={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3",["signingRegion"]:"us-east-1"}]},A={["fn"]:"not",["argv"]:[U]},z={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseGlobalEndpoint"},!0]},_l={["url"]:"https://{Bucket}.s3-fips.dualstack.{Region}.{partitionResult#dnsSuffix}",["properties"]:{["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3",["signingRegion"]:"{Region}"}]},["headers"]:{}},M={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3",["signingRegion"]:"{Region}"}]},F={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseGlobalEndpoint"},!1]},R={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseDualStack"},!1]},ql={["url"]:"https://{Bucket}.s3-fips.{Region}.{partitionResult#dnsSuffix}",["properties"]:M,["headers"]:{}},S={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseFIPS"},!1]},jl={["url"]:"https://{Bucket}.s3-accelerate.dualstack.{partitionResult#dnsSuffix}",["properties"]:M,["headers"]:{}},il={["url"]:"https://{Bucket}.s3.dualstack.{Region}.{partitionResult#dnsSuffix}",["properties"]:M,["headers"]:{}},bs={["fn"]:"booleanEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[Cf,"isIp"]},!1]},xs={["url"]:"{url#scheme}://{url#authority}{url#normalizedPath}{Bucket}",["properties"]:M,["headers"]:{}},ke={["url"]:"{url#scheme}://{Bucket}.{url#authority}{url#path}",["properties"]:M,["headers"]:{}},bl={["endpoint"]:ke,["type"]:"endpoint"},os={["url"]:"https://{Bucket}.s3-accelerate.{partitionResult#dnsSuffix}",["properties"]:M,["headers"]:{}},xl={["url"]:"https://{Bucket}.s3.{Region}.{partitionResult#dnsSuffix}",["properties"]:M,["headers"]:{}},br={["error"]:"Invalid region: region was not a valid DNS name.",["type"]:"error"},V={["ref"]:"bucketArn"},Gf={["ref"]:"arnType"},ns={["fn"]:"getAttr",["argv"]:[V,"service"]},Pe={["ref"]:"accessPointName"},ol={["conditions"]:[I],["error"]:"S3 Object Lambda does not support Dual-stack",["type"]:"error"},nl={["conditions"]:[B],["error"]:"S3 Object Lambda does not support S3 Accelerate",["type"]:"error"},pl={["conditions"]:[{["fn"]:"isSet",["argv"]:[{["ref"]:"DisableAccessPoints"}]},{["fn"]:"booleanEquals",["argv"]:[{["ref"]:"DisableAccessPoints"},!0]}],["error"]:"Access points are not supported for this operation",["type"]:"error"},ps={["conditions"]:[{["fn"]:"isSet",["argv"]:[{["ref"]:"UseArnRegion"}]},{["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseArnRegion"},!1]},{["fn"]:"not",["argv"]:[{["fn"]:"stringEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[V,"region"]},"{Region}"]}]}],["error"]:"Invalid configuration: region from ARN `{bucketArn#region}` does not match client region `{Region}` and UseArnRegion is `false`",["type"]:"error"},Kf={["fn"]:"getAttr",["argv"]:[{["ref"]:"bucketPartition"},"name"]},Wf={["fn"]:"getAttr",["argv"]:[V,"accountId"]},us={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3-object-lambda",["signingRegion"]:"{bucketArn#region}"}]},ul={["error"]:"Invalid ARN: The access point name may only contain a-z, A-Z, 0-9 and `-`. Found: `{accessPointName}`",["type"]:"error"},ts={["error"]:"Invalid ARN: The account id may only contain a-z, A-Z, 0-9 and `-`. Found: `{bucketArn#accountId}`",["type"]:"error"},re={["error"]:"Invalid region in ARN: `{bucketArn#region}` (invalid DNS name)",["type"]:"error"},se={["error"]:"Client was configured for partition `{partitionResult#name}` but ARN (`{Bucket}`) has `{bucketPartition#name}`",["type"]:"error"},tl={["error"]:"Invalid ARN: The ARN may only contain a single resource component after `accesspoint`.",["type"]:"error"},rf={["error"]:"Invalid ARN: Expected a resource of the format `accesspoint:<accesspoint name>` but no name was provided",["type"]:"error"},Ur={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3",["signingRegion"]:"{bucketArn#region}"}]},sf={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4a",["signingName"]:"s3-outposts",["signingRegionSet"]:["*"]},{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3-outposts",["signingRegion"]:"{bucketArn#region}"}]},ef={["fn"]:"aws.parseArn",["argv"]:[K]},lf={["url"]:"https://s3-fips.dualstack.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:M,["headers"]:{}},ff={["url"]:"https://s3-fips.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:M,["headers"]:{}},af={["url"]:"https://s3.dualstack.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:M,["headers"]:{}},ee={["url"]:"{url#scheme}://{url#authority}{url#normalizedPath}{uri_encoded_bucket}",["properties"]:M,["headers"]:{}},hf={["url"]:"https://s3.{Region}.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:M,["headers"]:{}},mf={["ref"]:"UseObjectLambdaEndpoint"},le={["authSchemes"]:[{["disableDoubleEncoding"]:!0,["name"]:"sigv4",["signingName"]:"s3-object-lambda",["signingRegion"]:"{Region}"}]},gf={["url"]:"https://s3-fips.dualstack.{Region}.{partitionResult#dnsSuffix}",["properties"]:M,["headers"]:{}},wf={["url"]:"https://s3-fips.{Region}.{partitionResult#dnsSuffix}",["properties"]:M,["headers"]:{}},df={["url"]:"https://s3.dualstack.{Region}.{partitionResult#dnsSuffix}",["properties"]:M,["headers"]:{}},fe={["url"]:"{url#scheme}://{url#authority}{url#path}",["properties"]:M,["headers"]:{}},Sf={["url"]:"https://s3.{Region}.{partitionResult#dnsSuffix}",["properties"]:M,["headers"]:{}},ae=[{["ref"]:"Region"}],lg=[{["ref"]:"Endpoint"}],fg=[K],he=[I],xr=[B],t=[y,G],Rf=[{["fn"]:"isSet",["argv"]:[{["ref"]:"DisableS3ExpressSessionAuth"}]},{["fn"]:"booleanEquals",["argv"]:[{["ref"]:"DisableS3ExpressSessionAuth"},!0]}],Af=[or],me=[zf],ge=[Ff],gr=[E],kf=[{["fn"]:"substring",["argv"]:[K,6,14,!0],["assign"]:"s3expressAvailabilityZoneId"},{["fn"]:"substring",["argv"]:[K,14,16,!0],["assign"]:"s3expressAvailabilityZoneDelim"},{["fn"]:"stringEquals",["argv"]:[{["ref"]:"s3expressAvailabilityZoneDelim"},"--"]}],Pf=[{["conditions"]:[E],["endpoint"]:{["url"]:"https://{Bucket}.s3express-fips-{s3expressAvailabilityZoneId}.{Region}.amazonaws.com",["properties"]:q,["headers"]:{}},["type"]:"endpoint"},{["endpoint"]:{["url"]:"https://{Bucket}.s3express-{s3expressAvailabilityZoneId}.{Region}.amazonaws.com",["properties"]:q,["headers"]:{}},["type"]:"endpoint"}],If=[{["fn"]:"substring",["argv"]:[K,6,15,!0],["assign"]:"s3expressAvailabilityZoneId"},{["fn"]:"substring",["argv"]:[K,15,17,!0],["assign"]:"s3expressAvailabilityZoneDelim"},{["fn"]:"stringEquals",["argv"]:[{["ref"]:"s3expressAvailabilityZoneDelim"},"--"]}],Ef=[{["conditions"]:[E],["endpoint"]:{["url"]:"https://{Bucket}.s3express-fips-{s3expressAvailabilityZoneId}.{Region}.amazonaws.com",["properties"]:pr,["headers"]:{}},["type"]:"endpoint"},{["endpoint"]:{["url"]:"https://{Bucket}.s3express-{s3expressAvailabilityZoneId}.{Region}.amazonaws.com",["properties"]:pr,["headers"]:{}},["type"]:"endpoint"}],ag=[nr],Nf=[{["fn"]:"isValidHostLabel",["argv"]:[{["ref"]:"outpostId"},!1]}],$f=[{["fn"]:"stringEquals",["argv"]:[{["ref"]:"regionPrefix"},"beta"]}],hg=["*"],b=[vf],Df=[{["fn"]:"isValidHostLabel",["argv"]:[{["ref"]:"Region"},!1]}],x=[{["fn"]:"stringEquals",["argv"]:[{["ref"]:"Region"},"us-east-1"]}],we=[{["fn"]:"stringEquals",["argv"]:[Gf,"accesspoint"]}],Tf=[{["fn"]:"getAttr",["argv"]:[V,"resourceId[1]"],["assign"]:"accessPointName"},{["fn"]:"not",["argv"]:[{["fn"]:"stringEquals",["argv"]:[Pe,""]}]}],mg=[V,"resourceId[1]"],de=[{["fn"]:"not",["argv"]:[{["fn"]:"stringEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[V,"region"]},""]}]}],cf=[{["fn"]:"not",["argv"]:[{["fn"]:"isSet",["argv"]:[{["fn"]:"getAttr",["argv"]:[V,"resourceId[2]"]}]}]}],gg=[V,"resourceId[2]"],Se=[{["fn"]:"aws.partition",["argv"]:[{["fn"]:"getAttr",["argv"]:[V,"region"]}],["assign"]:"bucketPartition"}],yf=[{["fn"]:"stringEquals",["argv"]:[Kf,{["fn"]:"getAttr",["argv"]:[{["ref"]:"partitionResult"},"name"]}]}],Re=[{["fn"]:"isValidHostLabel",["argv"]:[{["fn"]:"getAttr",["argv"]:[V,"region"]},!0]}],Ae=[{["fn"]:"isValidHostLabel",["argv"]:[Wf,!1]}],Mf=[{["fn"]:"isValidHostLabel",["argv"]:[Pe,!1]}],Uf=[{["fn"]:"isValidHostLabel",["argv"]:[{["ref"]:"Region"},!0]}],wg={version:"1.0",parameters:{Bucket:hr,Region:hr,UseFIPS:mr,UseDualStack:mr,Endpoint:hr,ForcePathStyle:mr,Accelerate:mr,UseGlobalEndpoint:mr,UseObjectLambdaEndpoint:Mr,Key:hr,Prefix:hr,CopySource:hr,DisableAccessPoints:Mr,DisableMultiRegionAccessPoints:mr,UseArnRegion:Mr,UseS3ExpressControlEndpoint:Mr,DisableS3ExpressSessionAuth:Mr},rules:[{["conditions"]:[{["fn"]:"isSet",["argv"]:ae}],rules:[{["conditions"]:[B,E],error:"Accelerate cannot be used with FIPS",["type"]:"error"},{["conditions"]:[I,y],error:"Cannot set dual-stack in combination with a custom endpoint.",["type"]:"error"},{["conditions"]:[y,E],error:"A custom endpoint cannot be combined with FIPS",["type"]:"error"},{["conditions"]:[y,B],error:"A custom endpoint cannot be combined with S3 Accelerate",["type"]:"error"},{["conditions"]:[E,vf,Xl],error:"Partition does not support FIPS",["type"]:"error"},{["conditions"]:[nr,{["fn"]:"substring",["argv"]:[K,0,6,!0],["assign"]:"bucketSuffix"},{["fn"]:"stringEquals",["argv"]:[{["ref"]:"bucketSuffix"},"--x-s3"]}],rules:[{["conditions"]:he,error:"S3Express does not support Dual-stack.",["type"]:"error"},{["conditions"]:xr,error:"S3Express does not support S3 Accelerate.",["type"]:"error"},{["conditions"]:t,rules:[{["conditions"]:Rf,rules:[{["conditions"]:Af,rules:[{["conditions"]:me,rules:[{endpoint:{["url"]:"{url#scheme}://{url#authority}/{uri_encoded_bucket}{url#path}",["properties"]:q,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:ge,rules:[{endpoint:{["url"]:"{url#scheme}://{Bucket}.{url#authority}{url#path}",["properties"]:q,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"},js],["type"]:"tree"},{["conditions"]:Af,rules:[{["conditions"]:me,rules:[{endpoint:{["url"]:"{url#scheme}://{url#authority}/{uri_encoded_bucket}{url#path}",["properties"]:pr,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:ge,rules:[{endpoint:{["url"]:"{url#scheme}://{Bucket}.{url#authority}{url#path}",["properties"]:pr,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"},js],["type"]:"tree"},{["conditions"]:[Jl,Hl],rules:[{["conditions"]:[zf,d],rules:[{["conditions"]:gr,endpoint:{["url"]:"https://s3express-control-fips.{Region}.amazonaws.com/{uri_encoded_bucket}",["properties"]:q,["headers"]:w},["type"]:"endpoint"},{endpoint:{["url"]:"https://s3express-control.{Region}.amazonaws.com/{uri_encoded_bucket}",["properties"]:q,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:ge,rules:[{["conditions"]:Rf,rules:[{["conditions"]:kf,rules:Pf,["type"]:"tree"},{["conditions"]:If,rules:Pf,["type"]:"tree"},Ql],["type"]:"tree"},{["conditions"]:kf,rules:Ef,["type"]:"tree"},{["conditions"]:If,rules:Ef,["type"]:"tree"},Ql],["type"]:"tree"},js],["type"]:"tree"},{["conditions"]:[Bl,Jl,Hl],rules:[{["conditions"]:t,endpoint:{["url"]:"{url#scheme}://{url#authority}{url#path}",["properties"]:q,["headers"]:w},["type"]:"endpoint"},{["conditions"]:gr,endpoint:{["url"]:"https://s3express-control-fips.{Region}.amazonaws.com",["properties"]:q,["headers"]:w},["type"]:"endpoint"},{endpoint:{["url"]:"https://s3express-control.{Region}.amazonaws.com",["properties"]:q,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[nr,{["fn"]:"substring",["argv"]:[K,49,50,!0],["assign"]:"hardwareType"},{["fn"]:"substring",["argv"]:[K,8,12,!0],["assign"]:"regionPrefix"},{["fn"]:"substring",["argv"]:[K,0,7,!0],["assign"]:"bucketAliasSuffix"},{["fn"]:"substring",["argv"]:[K,32,49,!0],["assign"]:"outpostId"},{["fn"]:"aws.partition",["argv"]:ae,["assign"]:"regionPartition"},{["fn"]:"stringEquals",["argv"]:[{["ref"]:"bucketAliasSuffix"},"--op-s3"]}],rules:[{["conditions"]:Nf,rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[Yl,"e"]}],rules:[{["conditions"]:$f,rules:[Ol,{["conditions"]:t,endpoint:{["url"]:"https://{Bucket}.ec2.{url#authority}",["properties"]:ir,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"},{endpoint:{["url"]:"https://{Bucket}.ec2.s3-outposts.{Region}.{regionPartition#dnsSuffix}",["properties"]:ir,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[Yl,"o"]}],rules:[{["conditions"]:$f,rules:[Ol,{["conditions"]:t,endpoint:{["url"]:"https://{Bucket}.op-{outpostId}.{url#authority}",["properties"]:ir,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"},{endpoint:{["url"]:"https://{Bucket}.op-{outpostId}.s3-outposts.{Region}.{regionPartition#dnsSuffix}",["properties"]:ir,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"},{error:"Unrecognized hardware type: \"Expected hardware type o or e but got {hardwareType}\"",["type"]:"error"}],["type"]:"tree"},{error:"Invalid ARN: The outpost Id must only contain a-z, A-Z, 0-9 and `-`.",["type"]:"error"}],["type"]:"tree"},{["conditions"]:ag,rules:[{["conditions"]:[y,{["fn"]:"not",["argv"]:[{["fn"]:"isSet",["argv"]:[{["fn"]:"parseURL",["argv"]:lg}]}]}],error:"Custom endpoint `{Endpoint}` was not a valid URI",["type"]:"error"},{["conditions"]:[is,Ff],rules:[{["conditions"]:b,rules:[{["conditions"]:Df,rules:[{["conditions"]:[B,Xl],error:"S3 Accelerate cannot be used in this region",["type"]:"error"},{["conditions"]:[I,E,c,d,U],endpoint:{["url"]:"https://{Bucket}.s3-fips.dualstack.us-east-1.{partitionResult#dnsSuffix}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[I,E,c,d,A,z],rules:[{endpoint:_l,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[I,E,c,d,A,F],endpoint:_l,["type"]:"endpoint"},{["conditions"]:[R,E,c,d,U],endpoint:{["url"]:"https://{Bucket}.s3-fips.us-east-1.{partitionResult#dnsSuffix}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[R,E,c,d,A,z],rules:[{endpoint:ql,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[R,E,c,d,A,F],endpoint:ql,["type"]:"endpoint"},{["conditions"]:[I,S,B,d,U],endpoint:{["url"]:"https://{Bucket}.s3-accelerate.dualstack.us-east-1.{partitionResult#dnsSuffix}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[I,S,B,d,A,z],rules:[{endpoint:jl,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[I,S,B,d,A,F],endpoint:jl,["type"]:"endpoint"},{["conditions"]:[I,S,c,d,U],endpoint:{["url"]:"https://{Bucket}.s3.dualstack.us-east-1.{partitionResult#dnsSuffix}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[I,S,c,d,A,z],rules:[{endpoint:il,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[I,S,c,d,A,F],endpoint:il,["type"]:"endpoint"},{["conditions"]:[R,S,c,y,G,or,U],endpoint:{["url"]:"{url#scheme}://{url#authority}{url#normalizedPath}{Bucket}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[R,S,c,y,G,bs,U],endpoint:{["url"]:"{url#scheme}://{Bucket}.{url#authority}{url#path}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[R,S,c,y,G,or,A,z],rules:[{["conditions"]:x,endpoint:xs,["type"]:"endpoint"},{endpoint:xs,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[R,S,c,y,G,bs,A,z],rules:[{["conditions"]:x,endpoint:ke,["type"]:"endpoint"},bl],["type"]:"tree"},{["conditions"]:[R,S,c,y,G,or,A,F],endpoint:xs,["type"]:"endpoint"},{["conditions"]:[R,S,c,y,G,bs,A,F],endpoint:ke,["type"]:"endpoint"},{["conditions"]:[R,S,B,d,U],endpoint:{["url"]:"https://{Bucket}.s3-accelerate.{partitionResult#dnsSuffix}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[R,S,B,d,A,z],rules:[{["conditions"]:x,endpoint:os,["type"]:"endpoint"},{endpoint:os,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[R,S,B,d,A,F],endpoint:os,["type"]:"endpoint"},{["conditions"]:[R,S,c,d,U],endpoint:{["url"]:"https://{Bucket}.s3.{partitionResult#dnsSuffix}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[R,S,c,d,A,z],rules:[{["conditions"]:x,endpoint:{["url"]:"https://{Bucket}.s3.{partitionResult#dnsSuffix}",["properties"]:M,["headers"]:w},["type"]:"endpoint"},{endpoint:xl,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[R,S,c,d,A,F],endpoint:xl,["type"]:"endpoint"}],["type"]:"tree"},br],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:[y,G,{["fn"]:"stringEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[Cf,"scheme"]},"http"]},{["fn"]:"aws.isVirtualHostableS3Bucket",["argv"]:[K,!0]},is,S,R,c],rules:[{["conditions"]:b,rules:[{["conditions"]:Df,rules:[bl],["type"]:"tree"},br],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:[is,{["fn"]:"aws.parseArn",["argv"]:fg,["assign"]:"bucketArn"}],rules:[{["conditions"]:[{["fn"]:"getAttr",["argv"]:[V,"resourceId[0]"],["assign"]:"arnType"},{["fn"]:"not",["argv"]:[{["fn"]:"stringEquals",["argv"]:[Gf,""]}]}],rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[ns,"s3-object-lambda"]}],rules:[{["conditions"]:we,rules:[{["conditions"]:Tf,rules:[ol,nl,{["conditions"]:de,rules:[pl,{["conditions"]:cf,rules:[ps,{["conditions"]:Se,rules:[{["conditions"]:b,rules:[{["conditions"]:yf,rules:[{["conditions"]:Re,rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[Wf,""]}],error:"Invalid ARN: Missing account id",["type"]:"error"},{["conditions"]:Ae,rules:[{["conditions"]:Mf,rules:[{["conditions"]:t,endpoint:{["url"]:"{url#scheme}://{accessPointName}-{bucketArn#accountId}.{url#authority}{url#path}",["properties"]:us,["headers"]:w},["type"]:"endpoint"},{["conditions"]:gr,endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.s3-object-lambda-fips.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:us,["headers"]:w},["type"]:"endpoint"},{endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.s3-object-lambda.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:us,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"},ul],["type"]:"tree"},ts],["type"]:"tree"},re],["type"]:"tree"},se],["type"]:"tree"}],["type"]:"tree"}],["type"]:"tree"},tl],["type"]:"tree"},{error:"Invalid ARN: bucket ARN is missing a region",["type"]:"error"}],["type"]:"tree"},rf],["type"]:"tree"},{error:"Invalid ARN: Object Lambda ARNs only support `accesspoint` arn types, but found: `{arnType}`",["type"]:"error"}],["type"]:"tree"},{["conditions"]:we,rules:[{["conditions"]:Tf,rules:[{["conditions"]:de,rules:[{["conditions"]:we,rules:[{["conditions"]:de,rules:[pl,{["conditions"]:cf,rules:[ps,{["conditions"]:Se,rules:[{["conditions"]:b,rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[Kf,"{partitionResult#name}"]}],rules:[{["conditions"]:Re,rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[ns,"s3"]}],rules:[{["conditions"]:Ae,rules:[{["conditions"]:Mf,rules:[{["conditions"]:xr,error:"Access Points do not support S3 Accelerate",["type"]:"error"},{["conditions"]:[E,I],endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint-fips.dualstack.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:Ur,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[E,R],endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint-fips.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:Ur,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[S,I],endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint.dualstack.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:Ur,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[S,R,y,G],endpoint:{["url"]:"{url#scheme}://{accessPointName}-{bucketArn#accountId}.{url#authority}{url#path}",["properties"]:Ur,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[S,R],endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.s3-accesspoint.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:Ur,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"},ul],["type"]:"tree"},ts],["type"]:"tree"},{error:"Invalid ARN: The ARN was not for the S3 service, found: {bucketArn#service}",["type"]:"error"}],["type"]:"tree"},re],["type"]:"tree"},se],["type"]:"tree"}],["type"]:"tree"}],["type"]:"tree"},tl],["type"]:"tree"}],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:[{["fn"]:"isValidHostLabel",["argv"]:[Pe,!0]}],rules:[{["conditions"]:he,error:"S3 MRAP does not support dual-stack",["type"]:"error"},{["conditions"]:gr,error:"S3 MRAP does not support FIPS",["type"]:"error"},{["conditions"]:xr,error:"S3 MRAP does not support S3 Accelerate",["type"]:"error"},{["conditions"]:[{["fn"]:"booleanEquals",["argv"]:[{["ref"]:"DisableMultiRegionAccessPoints"},!0]}],error:"Invalid configuration: Multi-Region Access Point ARNs are disabled.",["type"]:"error"},{["conditions"]:[{["fn"]:"aws.partition",["argv"]:ae,["assign"]:"mrapPartition"}],rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[{["ref"]:"mrapPartition"},"name"]},{["fn"]:"getAttr",["argv"]:[V,"partition"]}]}],rules:[{endpoint:{["url"]:"https://{accessPointName}.accesspoint.s3-global.{mrapPartition#dnsSuffix}",["properties"]:{["authSchemes"]:[{["disableDoubleEncoding"]:!0,name:"sigv4a",["signingName"]:"s3",["signingRegionSet"]:hg}]},["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"},{error:"Client was configured for partition `{mrapPartition#name}` but bucket referred to partition `{bucketArn#partition}`",["type"]:"error"}],["type"]:"tree"}],["type"]:"tree"},{error:"Invalid Access Point Name",["type"]:"error"}],["type"]:"tree"},rf],["type"]:"tree"},{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[ns,"s3-outposts"]}],rules:[{["conditions"]:he,error:"S3 Outposts does not support Dual-stack",["type"]:"error"},{["conditions"]:gr,error:"S3 Outposts does not support FIPS",["type"]:"error"},{["conditions"]:xr,error:"S3 Outposts does not support S3 Accelerate",["type"]:"error"},{["conditions"]:[{["fn"]:"isSet",["argv"]:[{["fn"]:"getAttr",["argv"]:[V,"resourceId[4]"]}]}],error:"Invalid Arn: Outpost Access Point ARN contains sub resources",["type"]:"error"},{["conditions"]:[{["fn"]:"getAttr",["argv"]:mg,["assign"]:"outpostId"}],rules:[{["conditions"]:Nf,rules:[ps,{["conditions"]:Se,rules:[{["conditions"]:b,rules:[{["conditions"]:yf,rules:[{["conditions"]:Re,rules:[{["conditions"]:Ae,rules:[{["conditions"]:[{["fn"]:"getAttr",["argv"]:gg,["assign"]:"outpostType"}],rules:[{["conditions"]:[{["fn"]:"getAttr",["argv"]:[V,"resourceId[3]"],["assign"]:"accessPointName"}],rules:[{["conditions"]:[{["fn"]:"stringEquals",["argv"]:[{["ref"]:"outpostType"},"accesspoint"]}],rules:[{["conditions"]:t,endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.{outpostId}.{url#authority}",["properties"]:sf,["headers"]:w},["type"]:"endpoint"},{endpoint:{["url"]:"https://{accessPointName}-{bucketArn#accountId}.{outpostId}.s3-outposts.{bucketArn#region}.{bucketPartition#dnsSuffix}",["properties"]:sf,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"},{error:"Expected an outpost type `accesspoint`, found {outpostType}",["type"]:"error"}],["type"]:"tree"},{error:"Invalid ARN: expected an access point name",["type"]:"error"}],["type"]:"tree"},{error:"Invalid ARN: Expected a 4-component resource",["type"]:"error"}],["type"]:"tree"},ts],["type"]:"tree"},re],["type"]:"tree"},se],["type"]:"tree"}],["type"]:"tree"}],["type"]:"tree"},{error:"Invalid ARN: The outpost Id may only contain a-z, A-Z, 0-9 and `-`. Found: `{outpostId}`",["type"]:"error"}],["type"]:"tree"},{error:"Invalid ARN: The Outpost Id was not set",["type"]:"error"}],["type"]:"tree"},{error:"Invalid ARN: Unrecognized format: {Bucket} (type: {arnType})",["type"]:"error"}],["type"]:"tree"},{error:"Invalid ARN: No ARN type specified",["type"]:"error"}],["type"]:"tree"},{["conditions"]:[{["fn"]:"substring",["argv"]:[K,0,4,!1],["assign"]:"arnPrefix"},{["fn"]:"stringEquals",["argv"]:[{["ref"]:"arnPrefix"},"arn:"]},{["fn"]:"not",["argv"]:[{["fn"]:"isSet",["argv"]:[ef]}]}],error:"Invalid ARN: `{Bucket}` was not a valid ARN",["type"]:"error"},{["conditions"]:[{["fn"]:"booleanEquals",["argv"]:[eg,!0]},ef],error:"Path-style addressing cannot be used with ARN buckets",["type"]:"error"},{["conditions"]:me,rules:[{["conditions"]:b,rules:[{["conditions"]:[c],rules:[{["conditions"]:[I,d,E,U],endpoint:{["url"]:"https://s3-fips.dualstack.us-east-1.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[I,d,E,A,z],rules:[{endpoint:lf,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[I,d,E,A,F],endpoint:lf,["type"]:"endpoint"},{["conditions"]:[R,d,E,U],endpoint:{["url"]:"https://s3-fips.us-east-1.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[R,d,E,A,z],rules:[{endpoint:ff,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[R,d,E,A,F],endpoint:ff,["type"]:"endpoint"},{["conditions"]:[I,d,S,U],endpoint:{["url"]:"https://s3.dualstack.us-east-1.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[I,d,S,A,z],rules:[{endpoint:af,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[I,d,S,A,F],endpoint:af,["type"]:"endpoint"},{["conditions"]:[R,y,G,S,U],endpoint:{["url"]:"{url#scheme}://{url#authority}{url#normalizedPath}{uri_encoded_bucket}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[R,y,G,S,A,z],rules:[{["conditions"]:x,endpoint:ee,["type"]:"endpoint"},{endpoint:ee,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[R,y,G,S,A,F],endpoint:ee,["type"]:"endpoint"},{["conditions"]:[R,d,S,U],endpoint:{["url"]:"https://s3.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[R,d,S,A,z],rules:[{["conditions"]:x,endpoint:{["url"]:"https://s3.{partitionResult#dnsSuffix}/{uri_encoded_bucket}",["properties"]:M,["headers"]:w},["type"]:"endpoint"},{endpoint:hf,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[R,d,S,A,F],endpoint:hf,["type"]:"endpoint"}],["type"]:"tree"},{error:"Path-style addressing cannot be used with S3 Accelerate",["type"]:"error"}],["type"]:"tree"}],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:[{["fn"]:"isSet",["argv"]:[mf]},{["fn"]:"booleanEquals",["argv"]:[mf,!0]}],rules:[{["conditions"]:b,rules:[{["conditions"]:Uf,rules:[ol,nl,{["conditions"]:t,endpoint:{["url"]:"{url#scheme}://{url#authority}{url#path}",["properties"]:le,["headers"]:w},["type"]:"endpoint"},{["conditions"]:gr,endpoint:{["url"]:"https://s3-object-lambda-fips.{Region}.{partitionResult#dnsSuffix}",["properties"]:le,["headers"]:w},["type"]:"endpoint"},{endpoint:{["url"]:"https://s3-object-lambda.{Region}.{partitionResult#dnsSuffix}",["properties"]:le,["headers"]:w},["type"]:"endpoint"}],["type"]:"tree"},br],["type"]:"tree"}],["type"]:"tree"},{["conditions"]:[Bl],rules:[{["conditions"]:b,rules:[{["conditions"]:Uf,rules:[{["conditions"]:[E,I,d,U],endpoint:{["url"]:"https://s3-fips.dualstack.us-east-1.{partitionResult#dnsSuffix}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[E,I,d,A,z],rules:[{endpoint:gf,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[E,I,d,A,F],endpoint:gf,["type"]:"endpoint"},{["conditions"]:[E,R,d,U],endpoint:{["url"]:"https://s3-fips.us-east-1.{partitionResult#dnsSuffix}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[E,R,d,A,z],rules:[{endpoint:wf,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[E,R,d,A,F],endpoint:wf,["type"]:"endpoint"},{["conditions"]:[S,I,d,U],endpoint:{["url"]:"https://s3.dualstack.us-east-1.{partitionResult#dnsSuffix}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[S,I,d,A,z],rules:[{endpoint:df,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[S,I,d,A,F],endpoint:df,["type"]:"endpoint"},{["conditions"]:[S,R,y,G,U],endpoint:{["url"]:"{url#scheme}://{url#authority}{url#path}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[S,R,y,G,A,z],rules:[{["conditions"]:x,endpoint:fe,["type"]:"endpoint"},{endpoint:fe,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[S,R,y,G,A,F],endpoint:fe,["type"]:"endpoint"},{["conditions"]:[S,R,d,U],endpoint:{["url"]:"https://s3.{partitionResult#dnsSuffix}",["properties"]:C,["headers"]:w},["type"]:"endpoint"},{["conditions"]:[S,R,d,A,z],rules:[{["conditions"]:x,endpoint:{["url"]:"https://s3.{partitionResult#dnsSuffix}",["properties"]:M,["headers"]:w},["type"]:"endpoint"},{endpoint:Sf,["type"]:"endpoint"}],["type"]:"tree"},{["conditions"]:[S,R,d,A,F],endpoint:Sf,["type"]:"endpoint"}],["type"]:"tree"},br],["type"]:"tree"}],["type"]:"tree"}],["type"]:"tree"},{error:"A region must be set when sending requests to S3.",["type"]:"error"}]},Vf=wg;var ur=(r,s={})=>{return Zf(Vf,{endpointParams:r,logger:s.logger})};Lf.aws=Xf;var Bf=function(r){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"s3",region:r.region},propertiesExtractor:(s,e)=>({signingProperties:{config:s,context:e}})}},Yf=function(r){return{schemeId:"aws.auth#sigv4a",signingProperties:{name:"s3",region:r.region},propertiesExtractor:(s,e)=>({signingProperties:{config:s,context:e}})}},dg=(r)=>async(s,e,l)=>{if(!l)throw new Error("Could not find \`input\` for \`defaultEndpointRuleSetHttpAuthSchemeParametersProvider\`");const f=await r(s,e,l),a=yr(e)?.commandInstance?.constructor?.getEndpointParameterInstructions;if(!a)throw new Error(`getEndpointParameterInstructions() is not defined on \`${e.commandName}\``);const h=await Hf(l,{getEndpointParameterInstructions:a},s);return Object.assign(f,h)},Sg=async(r,s,e)=>{return{operation:yr(s).operation,region:await Jf(r.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()}},Qf=dg(Sg),Rg=(r,s,e)=>{return(f)=>{const h=r(f).properties?.authSchemes;if(!h)return s(f);const m=[];for(let g of h){const{name:k,properties:N={},...D}=g,$=k.toLowerCase();if(k!==$)console.warn(`HttpAuthScheme has been normalized with lowercasing: \`${k}\` to \`${$}\``);let X;if($==="sigv4a"){X="aws.auth#sigv4a";const Jr=h.find((_)=>{const Dr=_.name.toLowerCase();return Dr!=="sigv4a"&&Dr.startsWith("sigv4")});if(!jr.CrtSignerV4&&Jr)continue}else if($.startsWith("sigv4"))X="aws.auth#sigv4";else throw new Error(`Unknown HttpAuthScheme found in \`@smithy.rules#endpointRuleSet\`: \`${$}\``);const J=e[X];if(!J)throw new Error(`Could not find HttpAuthOption create function for \`${X}\``);const Q=J(f);Q.schemeId=X,Q.signingProperties={...Q.signingProperties||{},...D,...N},m.push(Q)}return m}},Ag=(r)=>{const s=[];switch(r.operation){default:s.push(Bf(r)),s.push(Yf(r))}return s},Of=Rg(ur,Ag,{"aws.auth#sigv4":Bf,"aws.auth#sigv4a":Yf}),_f=(r)=>{const s=rs.resolveAwsSdkSigV4Config(r);return{...rs.resolveAwsSdkSigV4AConfig(s)}};var qf=(r)=>{return{...r,useFipsEndpoint:r.useFipsEndpoint??!1,useDualstackEndpoint:r.useDualstackEndpoint??!1,forcePathStyle:r.forcePathStyle??!1,useAccelerateEndpoint:r.useAccelerateEndpoint??!1,useGlobalEndpoint:r.useGlobalEndpoint??!1,disableMultiregionAccessPoints:r.disableMultiregionAccessPoints??!1,defaultSigningName:"s3"}},wr={ForcePathStyle:{type:"clientContextParams",name:"forcePathStyle"},UseArnRegion:{type:"clientContextParams",name:"useArnRegion"},DisableMultiRegionAccessPoints:{type:"clientContextParams",name:"disableMultiregionAccessPoints"},Accelerate:{type:"clientContextParams",name:"useAccelerateEndpoint"},DisableS3ExpressSessionAuth:{type:"clientContextParams",name:"disableS3ExpressSessionAuth"},UseGlobalEndpoint:{type:"builtInParams",name:"useGlobalEndpoint"},UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}};class W extends jf{constructor(r){super(r);Object.setPrototypeOf(this,W.prototype)}}class ss extends W{constructor(r){super({name:"NoSuchUpload",$fault:"client",...r});this.name="NoSuchUpload",this.$fault="client",Object.setPrototypeOf(this,ss.prototype)}}class es extends W{constructor(r){super({name:"ObjectNotInActiveTierError",$fault:"client",...r});this.name="ObjectNotInActiveTierError",this.$fault="client",Object.setPrototypeOf(this,es.prototype)}}class ls extends W{constructor(r){super({name:"BucketAlreadyExists",$fault:"client",...r});this.name="BucketAlreadyExists",this.$fault="client",Object.setPrototypeOf(this,ls.prototype)}}class fs extends W{constructor(r){super({name:"BucketAlreadyOwnedByYou",$fault:"client",...r});this.name="BucketAlreadyOwnedByYou",this.$fault="client",Object.setPrototypeOf(this,fs.prototype)}}class as extends W{constructor(r){super({name:"NoSuchBucket",$fault:"client",...r});this.name="NoSuchBucket",this.$fault="client",Object.setPrototypeOf(this,as.prototype)}}var Ie;(function(r){r.visit=(s,e)=>{if(s.Prefix!==void 0)return e.Prefix(s.Prefix);if(s.Tag!==void 0)return e.Tag(s.Tag);if(s.And!==void 0)return e.And(s.And);return e._(s.$unknown[0],s.$unknown[1])}})(Ie||(Ie={}));var Ee;(function(r){r.visit=(s,e)=>{if(s.Prefix!==void 0)return e.Prefix(s.Prefix);if(s.Tag!==void 0)return e.Tag(s.Tag);if(s.ObjectSizeGreaterThan!==void 0)return e.ObjectSizeGreaterThan(s.ObjectSizeGreaterThan);if(s.ObjectSizeLessThan!==void 0)return e.ObjectSizeLessThan(s.ObjectSizeLessThan);if(s.And!==void 0)return e.And(s.And);return e._(s.$unknown[0],s.$unknown[1])}})(Ee||(Ee={}));var Ne;(function(r){r.visit=(s,e)=>{if(s.Prefix!==void 0)return e.Prefix(s.Prefix);if(s.Tag!==void 0)return e.Tag(s.Tag);if(s.AccessPointArn!==void 0)return e.AccessPointArn(s.AccessPointArn);if(s.And!==void 0)return e.And(s.And);return e._(s.$unknown[0],s.$unknown[1])}})(Ne||(Ne={}));var $e;(function(r){r.visit=(s,e)=>{if(s.Prefix!==void 0)return e.Prefix(s.Prefix);if(s.Tag!==void 0)return e.Tag(s.Tag);if(s.And!==void 0)return e.And(s.And);return e._(s.$unknown[0],s.$unknown[1])}})($e||($e={}));class hs extends W{constructor(r){super({name:"InvalidObjectState",$fault:"client",...r});this.name="InvalidObjectState",this.$fault="client",Object.setPrototypeOf(this,hs.prototype),this.StorageClass=r.StorageClass,this.AccessTier=r.AccessTier}}class ms extends W{constructor(r){super({name:"NoSuchKey",$fault:"client",...r});this.name="NoSuchKey",this.$fault="client",Object.setPrototypeOf(this,ms.prototype)}}class gs extends W{constructor(r){super({name:"NotFound",$fault:"client",...r});this.name="NotFound",this.$fault="client",Object.setPrototypeOf(this,gs.prototype)}}var kg=(r)=>({...r,...r.SecretAccessKey&&{SecretAccessKey:Y},...r.SessionToken&&{SessionToken:Y}}),bf=(r)=>({...r,...r.Credentials&&{Credentials:kg(r.Credentials)}});var xf=(r)=>({...r,...r.SSEKMSKeyId&&{SSEKMSKeyId:Y}}),of=(r)=>({...r,...r.SSECustomerKey&&{SSECustomerKey:Y}});var Rr=Z(tr(),1);var As=Z(Ys(),1);class ws extends W{constructor(r){super({name:"ObjectAlreadyInActiveTierError",$fault:"client",...r});this.name="ObjectAlreadyInActiveTierError",this.$fault="client",Object.setPrototypeOf(this,ws.prototype)}}var nf;(function(r){r.visit=(s,e)=>{if(s.Records!==void 0)return e.Records(s.Records);if(s.Stats!==void 0)return e.Stats(s.Stats);if(s.Progress!==void 0)return e.Progress(s.Progress);if(s.Cont!==void 0)return e.Cont(s.Cont);if(s.End!==void 0)return e.End(s.End);return e._(s.$unknown[0],s.$unknown[1])}})(nf||(nf={}));var pf=(r)=>({...r,...r.SSEKMSKeyId&&{SSEKMSKeyId:Y},...r.SSEKMSEncryptionContext&&{SSEKMSEncryptionContext:Y}}),uf=(r)=>({...r,...r.SSECustomerKey&&{SSECustomerKey:Y},...r.SSEKMSKeyId&&{SSEKMSKeyId:Y},...r.SSEKMSEncryptionContext&&{SSEKMSEncryptionContext:Y}});var Sa=async(r,s)=>{const e=As.requestBuilder(r,s),l=v({},j,{[yw]:r[rw]});e.bp("/"),e.p("Bucket",()=>r.Bucket,"{Bucket}",!1);const f=v({[$w]:[,""]});let a;return e.m("GET").h(l).q(f).b(a),e.build()};var Ra=async(r,s)=>{const e=As.requestBuilder(r,s),l=v({},j,{[mw]:r[Qg],[gw]:[()=>j(r[tf]),()=>vr(r[tf]).toString()],[ww]:r[Bg],[dw]:[()=>j(r[ra]),()=>vr(r[ra]).toString()],[Rw]:r[jg],[Is]:r[ks],[ja]:r[za],[Es]:r[Ps],[Oa]:r[Ca],[Ha]:r[ca],[cw]:r[Gg]});e.bp("/{Key+}"),e.p("Bucket",()=>r.Bucket,"{Bucket}",!1),e.p("Key",()=>r.Key,"{Key+}",!0);const f=v({[xa]:[,"GetObject"],[Aw]:[,r[ig]],[kw]:[,r[bg]],[Pw]:[,r[xg]],[Iw]:[,r[og]],[Ew]:[,r[ng]],[Nw]:[()=>r.ResponseExpires!==void 0,()=>vr(r[pg]).toString()],[Dw]:[,r[Qe]],[Sw]:[()=>r.PartNumber!==void 0,()=>r[qg].toString()]});let a;return e.m("GET").h(l).q(f).b(a),e.build()};var Aa=async(r,s)=>{const e=As.requestBuilder(r,s),l=v({},j,{[Za]:r[Ta]||"application/octet-stream",[Tw]:r[Cg],[Ka]:r[Ea],[Wa]:r[Na],[Va]:r[$a],[La]:r[Da],[ze]:[()=>j(r[Ue]),()=>r[Ue].toString()],[fw]:r[Kg],[Gw]:r[Fg],[Be]:r[Ve],[Ye]:r[Le],[Oe]:r[Ze],[_e]:r[Xe],[Fe]:[()=>j(r[ve]),()=>vr(r[ve]).toString()],[Mw]:r[Zg],[Uw]:r[Xg],[vw]:r[Jg],[Cw]:r[Hg],[qe]:r[Je],[_a]:r[zr],[ba]:r[Ga],[Is]:r[ks],[ja]:r[za],[Es]:r[Ps],[je]:r[He],[qa]:r[Fa],[Fr]:[()=>j(r[Rs]),()=>r[Rs].toString()],[Oa]:r[Ca],[Kw]:r[sw],[Ba]:r[Ua],[Ge]:[()=>j(r[Ce]),()=>da(r[Ce]).toString()],[Qa]:r[Ma],[Ha]:r[ca],...r.Metadata!==void 0&&Object.keys(r.Metadata).reduce((m,g)=>{return m[`x-amz-meta-${g.toLowerCase()}`]=r.Metadata[g],m},{})});e.bp("/{Key+}"),e.p("Bucket",()=>r.Bucket,"{Bucket}",!1),e.p("Key",()=>r.Key,"{Key+}",!0);const f=v({[xa]:[,"PutObject"]});let a,h;if(r.Body!==void 0)h=r.Body,a=h;return e.m("PUT").h(l).q(f).b(a),e.build()};var ka=async(r,s)=>{if(r.statusCode!==200&&r.statusCode>=300)return We(r,s);const e=v({$metadata:H(r)}),l=dr(ma(await Rr.parseXmlBody(r.body,s)),"body");if(l[ce]!=null)e[ce]=vg(l[ce],s);return e};var Pa=async(r,s)=>{if(r.statusCode!==200&&r.statusCode>=300)return We(r,s);const e=v({$metadata:H(r),[Vg]:[()=>r.headers[ea]!==void 0,()=>Ss(r.headers[ea])],[zg]:[,r.headers[lw]],[Cr]:[,r.headers[Ja]],[tg]:[,r.headers[zw]],[Yg]:[()=>r.headers[sa]!==void 0,()=>dr(Tr(r.headers[sa]))],[Ue]:[()=>r.headers[ze]!==void 0,()=>ga(r.headers[ze])],[ya]:[,r.headers[Xa]],[Ve]:[,r.headers[Be]],[Le]:[,r.headers[Ye]],[Ze]:[,r.headers[Oe]],[Xe]:[,r.headers[_e]],[Og]:[()=>r.headers[la]!==void 0,()=>ds(r.headers[la])],[Qe]:[,r.headers[ia]],[Ea]:[,r.headers[Ka]],[Na]:[,r.headers[Wa]],[$a]:[,r.headers[Va]],[Da]:[,r.headers[La]],[Wg]:[,r.headers[aw]],[Ta]:[,r.headers[Za]],[ve]:[()=>r.headers[Fe]!==void 0,()=>dr(Tr(r.headers[Fe]))],[Lg]:[,r.headers[hw]],[Ga]:[,r.headers[ba]],[Je]:[,r.headers[qe]],[ks]:[,r.headers[Is]],[Ps]:[,r.headers[Es]],[He]:[,r.headers[je]],[Rs]:[()=>r.headers[Fr]!==void 0,()=>Ss(r.headers[Fr])],[zr]:[,r.headers[_a]],[va]:[,r.headers[Ya]],[ug]:[,r.headers[Fw]],[_g]:[()=>r.headers[fa]!==void 0,()=>ds(r.headers[fa])],[ew]:[()=>r.headers[aa]!==void 0,()=>ds(r.headers[aa])],[Ua]:[,r.headers[Ba]],[Ce]:[()=>r.headers[Ge]!==void 0,()=>dr(Ke(r.headers[Ge]))],[Ma]:[,r.headers[Qa]],Metadata:[,Object.keys(r.headers).filter((f)=>f.startsWith("x-amz-meta-")).reduce((f,a)=>{return f[a.substring(11)]=r.headers[a],f},{})]}),l=r.body;return s.sdkStreamMixin(l),e.Body=l,e};var Ia=async(r,s)=>{if(r.statusCode!==200&&r.statusCode>=300)return We(r,s);const e=v({$metadata:H(r),[Cr]:[,r.headers[Ja]],[ya]:[,r.headers[Xa]],[Ve]:[,r.headers[Be]],[Le]:[,r.headers[Ye]],[Ze]:[,r.headers[Oe]],[Xe]:[,r.headers[_e]],[Je]:[,r.headers[qe]],[Qe]:[,r.headers[ia]],[ks]:[,r.headers[Is]],[Ps]:[,r.headers[Es]],[He]:[,r.headers[je]],[Fa]:[,r.headers[qa]],[Rs]:[()=>r.headers[Fr]!==void 0,()=>Ss(r.headers[Fr])],[va]:[,r.headers[Ya]]});return await ha(r.body,s),e};var We=async(r,s)=>{const e={...r,body:await Rr.parseXmlErrorBody(r.body,s)},l=Rr.loadRestXmlErrorCode(r,e.body);switch(l){case"NoSuchUpload":case"com.amazonaws.s3#NoSuchUpload":throw await cg(e,s);case"ObjectNotInActiveTierError":case"com.amazonaws.s3#ObjectNotInActiveTierError":throw await Ug(e,s);case"BucketAlreadyExists":case"com.amazonaws.s3#BucketAlreadyExists":throw await Eg(e,s);case"BucketAlreadyOwnedByYou":case"com.amazonaws.s3#BucketAlreadyOwnedByYou":throw await Ng(e,s);case"NoSuchBucket":case"com.amazonaws.s3#NoSuchBucket":throw await Dg(e,s);case"InvalidObjectState":case"com.amazonaws.s3#InvalidObjectState":throw await $g(e,s);case"NoSuchKey":case"com.amazonaws.s3#NoSuchKey":throw await Tg(e,s);case"NotFound":case"com.amazonaws.s3#NotFound":throw await yg(e,s);case"ObjectAlreadyInActiveTierError":case"com.amazonaws.s3#ObjectAlreadyInActiveTierError":throw await Mg(e,s);default:const f=e.body;return Ig({output:r,parsedBody:f,errorCode:l})}},Ig=wa(W),Eg=async(r,s)=>{const e=v({}),l=r.body,f=new ls({$metadata:H(r),...e});return O(f,r.body)},Ng=async(r,s)=>{const e=v({}),l=r.body,f=new fs({$metadata:H(r),...e});return O(f,r.body)},$g=async(r,s)=>{const e=v({}),l=r.body;if(l[Te]!=null)e[Te]=Sr(l[Te]);if(l[zr]!=null)e[zr]=Sr(l[zr]);const f=new hs({$metadata:H(r),...e});return O(f,r.body)},Dg=async(r,s)=>{const e=v({}),l=r.body,f=new as({$metadata:H(r),...e});return O(f,r.body)},Tg=async(r,s)=>{const e=v({}),l=r.body,f=new ms({$metadata:H(r),...e});return O(f,r.body)},cg=async(r,s)=>{const e=v({}),l=r.body,f=new ss({$metadata:H(r),...e});return O(f,r.body)},yg=async(r,s)=>{const e=v({}),l=r.body,f=new gs({$metadata:H(r),...e});return O(f,r.body)},Mg=async(r,s)=>{const e=v({}),l=r.body,f=new ws({$metadata:H(r),...e});return O(f,r.body)},Ug=async(r,s)=>{const e=v({}),l=r.body,f=new es({$metadata:H(r),...e});return O(f,r.body)};var vg=(r,s)=>{const e={};if(r[De]!=null)e[De]=Sr(r[De]);if(r[ye]!=null)e[ye]=Sr(r[ye]);if(r[Me]!=null)e[Me]=Sr(r[Me]);if(r[Cr]!=null)e[Cr]=dr(Ke(r[Cr]));return e};var H=(r)=>({httpStatusCode:r.statusCode,requestId:r.headers["x-amzn-requestid"]??r.headers["x-amzn-request-id"]??r.headers["x-amz-request-id"],extendedRequestId:r.headers["x-amz-id-2"],cfId:r.headers["x-amz-cf-id"]});var j=(r)=>r!==void 0&&r!==null&&r!==""&&(!Object.getOwnPropertyNames(r).includes("length")||r.length!=0)&&(!Object.getOwnPropertyNames(r).includes("size")||r.size!=0);var Cg="ACL";var De="AccessKeyId";var zg="AcceptRanges";var Te="AccessTier";var Rs="BucketKeyEnabled";var ce="Credentials",Fg="ChecksumAlgorithm";var Ea="CacheControl",Ve="ChecksumCRC32",Le="ChecksumCRC32C",Na="ContentDisposition";var $a="ContentEncoding";var Da="ContentLanguage",Ue="ContentLength",Gg="ChecksumMode",Kg="ContentMD5";var Wg="ContentRange";var Ze="ChecksumSHA1",Xe="ChecksumSHA256";var Ta="ContentType";var Vg="DeleteMarker";var ve="Expires";var ca="ExpectedBucketOwner";var Lg="ExpiresString";var ya="ETag";var Cr="Expiration";var Zg="GrantFullControl";var Xg="GrantRead",Jg="GrantReadACP";var Hg="GrantWriteACP";var Qg="IfMatch",tf="IfModifiedSince",Bg="IfNoneMatch";var ra="IfUnmodifiedSince";var Yg="LastModified";var Og="MissingMeta";var Ma="ObjectLockLegalHoldStatus",Ua="ObjectLockMode";var Ce="ObjectLockRetainUntilDate";var _g="PartsCount";var qg="PartNumber";var jg="Range";var va="RequestCharged",ig="ResponseCacheControl",bg="ResponseContentDisposition",xg="ResponseContentEncoding",og="ResponseContentLanguage",ng="ResponseContentType";var pg="ResponseExpires";var Ca="RequestPayer";var ug="ReplicationStatus";var tg="Restore";var ye="SecretAccessKey";var zr="StorageClass";var rw="SessionMode";var Je="ServerSideEncryption";var ks="SSECustomerAlgorithm",za="SSECustomerKey",Ps="SSECustomerKeyMD5";var Fa="SSEKMSEncryptionContext",He="SSEKMSKeyId";var Me="SessionToken";var sw="Tagging";var ew="TagCount";var Qe="VersionId";var Ga="WebsiteRedirectLocation";var lw="accept-ranges";var Ka="cache-control",Wa="content-disposition",Va="content-encoding",La="content-language",ze="content-length",fw="content-md5",aw="content-range",Za="content-type";var Fe="expires";var Xa="etag",hw="expiresstring";var mw="if-match",gw="if-modified-since";var ww="if-none-match";var dw="if-unmodified-since";var sa="last-modified";var Sw="partNumber";var Rw="range",Aw="response-cache-control",kw="response-content-disposition",Pw="response-content-encoding",Iw="response-content-language",Ew="response-content-type",Nw="response-expires";var $w="session";var Dw="versionId";var Tw="x-amz-acl";var Be="x-amz-checksum-crc32",Ye="x-amz-checksum-crc32c",cw="x-amz-checksum-mode";var Oe="x-amz-checksum-sha1",_e="x-amz-checksum-sha256";var yw="x-amz-create-session-mode";var ea="x-amz-delete-marker",Ja="x-amz-expiration",Ha="x-amz-expected-bucket-owner";var Mw="x-amz-grant-full-control",Uw="x-amz-grant-read",vw="x-amz-grant-read-acp";var Cw="x-amz-grant-write-acp";var la="x-amz-missing-meta";var fa="x-amz-mp-parts-count";var Qa="x-amz-object-lock-legal-hold",Ba="x-amz-object-lock-mode",Ge="x-amz-object-lock-retain-until-date";var zw="x-amz-restore",Ya="x-amz-request-charged";var Oa="x-amz-request-payer";var Fw="x-amz-replication-status";var _a="x-amz-storage-class",Gw="x-amz-sdk-checksum-algorithm";var qe="x-amz-server-side-encryption",je="x-amz-server-side-encryption-aws-kms-key-id",Fr="x-amz-server-side-encryption-bucket-key-enabled",qa="x-amz-server-side-encryption-context",Is="x-amz-server-side-encryption-customer-algorithm",ja="x-amz-server-side-encryption-customer-key",Es="x-amz-server-side-encryption-customer-key-md5",Kw="x-amz-tagging",aa="x-amz-tagging-count";var ia="x-amz-version-id",ba="x-amz-website-redirect-location",xa="x-id";class ie extends Ar.classBuilder().ep({...wr,DisableS3ExpressSessionAuth:{type:"staticContextParams",value:!0},Bucket:{type:"contextParams",name:"Bucket"}}).m(function(r,s,e,l){return[kr(e,this.serialize,this.deserialize),Pr(e,r.getEndpointParameterInstructions()),qr(e)]}).s("AmazonS3","CreateSession",{}).n("S3Client","CreateSessionCommand").f(void 0,bf).ser(Sa).de(ka).build(){}var oa={name:"@aws-sdk/client-s3",description:"AWS SDK for JavaScript S3 Client for Node.js, Browser and React Native",version:"3.629.0",scripts:{build:"concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'","build:cjs":"node ../../scripts/compilation/inline client-s3","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4",clean:"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo s3",test:"yarn test:unit","test:e2e":"yarn test:e2e:node && yarn test:e2e:browser","test:e2e:browser":"ts-mocha test/**/*.browser.ispec.ts && karma start karma.conf.js","test:e2e:node":"jest --c jest.config.e2e.js","test:unit":"ts-mocha test/unit/**/*.spec.ts"},main:"./dist-cjs/index.js",types:"./dist-types/index.d.ts",module:"./dist-es/index.js",sideEffects:!1,dependencies:{"@aws-crypto/sha1-browser":"5.2.0","@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/client-sso-oidc":"3.629.0","@aws-sdk/client-sts":"3.629.0","@aws-sdk/core":"3.629.0","@aws-sdk/credential-provider-node":"3.629.0","@aws-sdk/middleware-bucket-endpoint":"3.620.0","@aws-sdk/middleware-expect-continue":"3.620.0","@aws-sdk/middleware-flexible-checksums":"3.620.0","@aws-sdk/middleware-host-header":"3.620.0","@aws-sdk/middleware-location-constraint":"3.609.0","@aws-sdk/middleware-logger":"3.609.0","@aws-sdk/middleware-recursion-detection":"3.620.0","@aws-sdk/middleware-sdk-s3":"3.629.0","@aws-sdk/middleware-ssec":"3.609.0","@aws-sdk/middleware-user-agent":"3.620.0","@aws-sdk/region-config-resolver":"3.614.0","@aws-sdk/signature-v4-multi-region":"3.629.0","@aws-sdk/types":"3.609.0","@aws-sdk/util-endpoints":"3.614.0","@aws-sdk/util-user-agent-browser":"3.609.0","@aws-sdk/util-user-agent-node":"3.614.0","@aws-sdk/xml-builder":"3.609.0","@smithy/config-resolver":"^3.0.5","@smithy/core":"^2.3.2","@smithy/eventstream-serde-browser":"^3.0.6","@smithy/eventstream-serde-config-resolver":"^3.0.3","@smithy/eventstream-serde-node":"^3.0.5","@smithy/fetch-http-handler":"^3.2.4","@smithy/hash-blob-browser":"^3.1.2","@smithy/hash-node":"^3.0.3","@smithy/hash-stream-node":"^3.1.2","@smithy/invalid-dependency":"^3.0.3","@smithy/md5-js":"^3.0.3","@smithy/middleware-content-length":"^3.0.5","@smithy/middleware-endpoint":"^3.1.0","@smithy/middleware-retry":"^3.0.14","@smithy/middleware-serde":"^3.0.3","@smithy/middleware-stack":"^3.0.3","@smithy/node-config-provider":"^3.1.4","@smithy/node-http-handler":"^3.1.4","@smithy/protocol-http":"^4.1.0","@smithy/smithy-client":"^3.1.12","@smithy/types":"^3.3.0","@smithy/url-parser":"^3.0.3","@smithy/util-base64":"^3.0.0","@smithy/util-body-length-browser":"^3.0.0","@smithy/util-body-length-node":"^3.0.0","@smithy/util-defaults-mode-browser":"^3.0.14","@smithy/util-defaults-mode-node":"^3.0.14","@smithy/util-endpoints":"^2.0.5","@smithy/util-middleware":"^3.0.3","@smithy/util-retry":"^3.0.3","@smithy/util-stream":"^3.1.3","@smithy/util-utf8":"^3.0.0","@smithy/util-waiter":"^3.1.2",tslib:"^2.6.2"},devDependencies:{"@aws-sdk/signature-v4-crt":"3.629.0","@tsconfig/node16":"16.1.3","@types/chai":"^4.2.11","@types/mocha":"^8.0.4","@types/node":"^16.18.96",concurrently:"7.0.0","downlevel-dts":"0.10.1",rimraf:"3.0.2",typescript:"~4.9.5"},engines:{node:">=16.0.0"},typesVersions:{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},files:["dist-*/**"],author:{name:"AWS SDK for JavaScript Team",url:"https://aws.amazon.com/javascript/"},license:"Apache-2.0",browser:{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},homepage:"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"clients/client-s3"}};var vs=Z(tr(),1);var Vw="AWS_S3_USE_ARN_REGION",Lw="s3_use_arn_region",na={environmentVariableSelector:(r)=>p(r,Vw,u.ENV),configFileSelector:(r)=>p(r,Lw,u.CONFIG),default:!1};var pa=Z(qw(),1),{__extends:zR,__assign:FR,__rest:GR,__decorate:KR,__param:WR,__esDecorate:VR,__runInitializers:LR,__propKey:ZR,__setFunctionName:XR,__metadata:JR,__awaiter:Ns,__generator:$s,__exportStar:HR,__createBinding:QR,__values:Ds,__read:BR,__spread:YR,__spreadArrays:OR,__spreadArray:_R,__await:qR,__asyncGenerator:jR,__asyncDelegator:iR,__asyncValues:bR,__makeTemplateObject:xR,__importStar:oR,__importDefault:nR,__classPrivateFieldGet:pR,__classPrivateFieldSet:uR,__classPrivateFieldIn:tR,__addDisposableResource:rA,__disposeResources:sA}=pa.default;import{Buffer as ua} from"buffer";var ta=(r,s)=>{if(typeof r!=="string")throw new TypeError(`The "input" argument must be of type string. Received type ${typeof r} (${r})`);return s?ua.from(r,s):ua.from(r)};var be=(r)=>{const s=ta(r,"utf8");return new Uint8Array(s.buffer,s.byteOffset,s.byteLength/Uint8Array.BYTES_PER_ELEMENT)};function Gr(r){if(r instanceof Uint8Array)return r;if(typeof r==="string")return jw(r);if(ArrayBuffer.isView(r))return new Uint8Array(r.buffer,r.byteOffset,r.byteLength/Uint8Array.BYTES_PER_ELEMENT);return new Uint8Array(r)}var jw=typeof Buffer!=="undefined"&&Buffer.from?function(r){return Buffer.from(r,"utf8")}:be;function Kr(r){if(typeof r==="string")return r.length===0;return r.byteLength===0}function Wr(r){return new Uint8Array([(r&4278190080)>>24,(r&16711680)>>16,(r&65280)>>8,r&255])}function Vr(r){if(!Uint32Array.from){var s=new Uint32Array(r.length),e=0;while(e<r.length)s[e]=r[e],e+=1;return s}return Uint32Array.from(r)}var xe=function(){function r(){this.crc32=new rr}return r.prototype.update=function(s){if(Kr(s))return;this.crc32.update(Gr(s))},r.prototype.digest=function(){return Ns(this,void 0,void 0,function(){return $s(this,function(s){return[2,Wr(this.crc32.digest())]})})},r.prototype.reset=function(){this.crc32=new rr},r}();var rr=function(){function r(){this.checksum=4294967295}return r.prototype.update=function(s){var e,l;try{for(var f=Ds(s),a=f.next();!a.done;a=f.next()){var h=a.value;this.checksum=this.checksum>>>8^bw[(this.checksum^h)&255]}}catch(m){e={error:m}}finally{try{if(a&&!a.done&&(l=f.return))l.call(f)}finally{if(e)throw e.error}}return this},r.prototype.digest=function(){return(this.checksum^4294967295)>>>0},r}();var iw=[0,1996959894,3993919788,2567524794,124634137,1886057615,3915621685,2657392035,249268274,2044508324,3772115230,2547177864,162941995,2125561021,3887607047,2428444049,498536548,1789927666,4089016648,2227061214,450548861,1843258603,4107580753,2211677639,325883990,1684777152,4251122042,2321926636,335633487,1661365465,4195302755,2366115317,997073096,1281953886,3579855332,2724688242,1006888145,1258607687,3524101629,2768942443,901097722,1119000684,3686517206,2898065728,853044451,1172266101,3705015759,2882616665,651767980,1373503546,3369554304,3218104598,565507253,1454621731,3485111705,3099436303,671266974,1594198024,3322730930,2970347812,795835527,1483230225,3244367275,3060149565,1994146192,31158534,2563907772,4023717930,1907459465,112637215,2680153253,3904427059,2013776290,251722036,2517215374,3775830040,2137656763,141376813,2439277719,3865271297,1802195444,476864866,2238001368,4066508878,1812370925,453092731,2181625025,4111451223,1706088902,314042704,2344532202,4240017532,1658658271,366619977,2362670323,4224994405,1303535960,984961486,2747007092,3569037538,1256170817,1037604311,2765210733,3554079995,1131014506,879679996,2909243462,3663771856,1141124467,855842277,2852801631,3708648649,1342533948,654459306,3188396048,3373015174,1466479909,544179635,3110523913,3462522015,1591671054,702138776,2966460450,3352799412,1504918807,783551873,3082640443,3233442989,3988292384,2596254646,62317068,1957810842,3939845945,2647816111,81470997,1943803523,3814918930,2489596804,225274430,2053790376,3826175755,2466906013,167816743,2097651377,4027552580,2265490386,503444072,1762050814,4150417245,2154129355,426522225,1852507879,4275313526,2312317920,282753626,1742555852,4189708143,2394877945,397917763,1622183637,3604390888,2714866558,953729732,1340076626,3518719985,2797360999,1068828381,1219638859,3624741850,2936675148,906185462,1090812512,3747672003,2825379669,829329135,1181335161,3412177804,3160834842,628085408,1382605366,3423369109,3138078467,570562233,1426400815,3317316542,2998733608,733239954,1555261956,3268935591,3050360625,752459403,1541320221,2607071920,3965973030,1969922972,40735498,2617837225,3943577151,1913087877,83908371,2512341634,3803740692,2075208622,213261112,2463272603,3855990285,2094854071,198958881,2262029012,4057260610,1759359992,534414190,2176718541,4139329115,1873836001,414664567,2282248934,4279200368,1711684554,285281116,2405801727,4167216745,1634467795,376229701,2685067896,3608007406,1308918612,956543938,2808555105,3495958263,1231636301,1047427035,2932959818,3654703836,1088359270,936918000,2847714899,3736837829,1202900863,817233897,3183342108,3401237130,1404277552,615818150,3134207493,3453421203,1423857449,601450431,3009837614,3294710456,1567103746,711928724,3020668471,3272380065,1510334235,755167117],bw=Vr(iw);var o=Z(sh(),1);var eh=Z(sh(),1),rh=function(r){for(let s=0;s<8;s++)r[s]^=255;for(let s=7;s>-1;s--)if(r[s]++,r[s]!==0)break};class Ir{constructor(r){if(this.bytes=r,r.byteLength!==8)throw new Error("Int64 buffers must be exactly 8 bytes")}static fromNumber(r){if(r>9223372036854776000||r<-9223372036854776000)throw new Error(`${r} is too large (or, if negative, too small) to represent as an Int64`);const s=new Uint8Array(8);for(let e=7,l=Math.abs(Math.round(r));e>-1&&l>0;e--,l/=256)s[e]=l;if(r<0)rh(s);return new Ir(s)}valueOf(){const r=this.bytes.slice(0),s=r[0]&128;if(s)rh(r);return parseInt(eh.toHex(r),16)*(s?-1:1)}toString(){return String(this.valueOf())}}class oe{constructor(r,s){this.toUtf8=r,this.fromUtf8=s}format(r){const s=[];for(let f of Object.keys(r)){const a=this.fromUtf8(f);s.push(Uint8Array.from([a.byteLength]),a,this.formatHeaderValue(r[f]))}const e=new Uint8Array(s.reduce((f,a)=>f+a.byteLength,0));let l=0;for(let f of s)e.set(f,l),l+=f.byteLength;return e}formatHeaderValue(r){switch(r.type){case"boolean":return Uint8Array.from([r.value?0:1]);case"byte":return Uint8Array.from([2,r.value]);case"short":const s=new DataView(new ArrayBuffer(3));return s.setUint8(0,3),s.setInt16(1,r.value,!1),new Uint8Array(s.buffer);case"integer":const e=new DataView(new ArrayBuffer(5));return e.setUint8(0,4),e.setInt32(1,r.value,!1),new Uint8Array(e.buffer);case"long":const l=new Uint8Array(9);return l[0]=5,l.set(r.value.bytes,1),l;case"binary":const f=new DataView(new ArrayBuffer(3+r.value.byteLength));f.setUint8(0,6),f.setUint16(1,r.value.byteLength,!1);const a=new Uint8Array(f.buffer);return a.set(r.value,3),a;case"string":const h=this.fromUtf8(r.value),m=new DataView(new ArrayBuffer(3+h.byteLength));m.setUint8(0,7),m.setUint16(1,h.byteLength,!1);const g=new Uint8Array(m.buffer);return g.set(h,3),g;case"timestamp":const k=new Uint8Array(9);return k[0]=8,k.set(Ir.fromNumber(r.value.valueOf()).bytes,1),k;case"uuid":if(!ed.test(r.value))throw new Error(`Invalid UUID received: ${r.value}`);const N=new Uint8Array(17);return N[0]=9,N.set(o.fromHex(r.value.replace(/\-/g,"")),1),N}}parse(r){const s={};let e=0;while(e<r.byteLength){const l=r.getUint8(e++),f=this.toUtf8(new Uint8Array(r.buffer,r.byteOffset+e,l));switch(e+=l,r.getUint8(e++)){case 0:s[f]={type:fh,value:!0};break;case 1:s[f]={type:fh,value:!1};break;case 2:s[f]={type:xw,value:r.getInt8(e++)};break;case 3:s[f]={type:ow,value:r.getInt16(e,!1)},e+=2;break;case 4:s[f]={type:nw,value:r.getInt32(e,!1)},e+=4;break;case 5:s[f]={type:pw,value:new Ir(new Uint8Array(r.buffer,r.byteOffset+e,8))},e+=8;break;case 6:const a=r.getUint16(e,!1);e+=2,s[f]={type:uw,value:new Uint8Array(r.buffer,r.byteOffset+e,a)},e+=a;break;case 7:const h=r.getUint16(e,!1);e+=2,s[f]={type:tw,value:this.toUtf8(new Uint8Array(r.buffer,r.byteOffset+e,h))},e+=h;break;case 8:s[f]={type:rd,value:new Date(new Ir(new Uint8Array(r.buffer,r.byteOffset+e,8)).valueOf())},e+=8;break;case 9:const m=new Uint8Array(r.buffer,r.byteOffset+e,16);e+=16,s[f]={type:sd,value:`${o.toHex(m.subarray(0,4))}-${o.toHex(m.subarray(4,6))}-${o.toHex(m.subarray(6,8))}-${o.toHex(m.subarray(8,10))}-${o.toHex(m.subarray(10))}`};break;default:throw new Error("Unrecognized header type tag")}}return s}}var lh;(function(r){r[r.boolTrue=0]="boolTrue",r[r.boolFalse=1]="boolFalse",r[r.byte=2]="byte",r[r.short=3]="short",r[r.integer=4]="integer",r[r.long=5]="long",r[r.byteArray=6]="byteArray",r[r.string=7]="string",r[r.timestamp=8]="timestamp",r[r.uuid=9]="uuid"})(lh||(lh={}));var fh="boolean",xw="byte",ow="short",nw="integer",pw="long",uw="binary",tw="string",rd="timestamp",sd="uuid",ed=/^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$/;function hh({byteLength:r,byteOffset:s,buffer:e}){if(r<ld)throw new Error("Provided message too short to accommodate event stream message overhead");const l=new DataView(e,s,r),f=l.getUint32(0,!1);if(r!==f)throw new Error("Reported message length does not match received message length");const a=l.getUint32(ah,!1),h=l.getUint32(n,!1),m=l.getUint32(r-sr,!1),g=new rr().update(new Uint8Array(e,s,n));if(h!==g.digest())throw new Error(`The prelude checksum specified in the message (${h}) does not match the calculated CRC32 checksum (${g.digest()})`);if(g.update(new Uint8Array(e,s+n,r-(n+sr))),m!==g.digest())throw new Error(`The message checksum (${g.digest()}) did not match the expected value of ${m}`);return{headers:new DataView(e,s+n+sr,a),body:new Uint8Array(e,s+n+sr+a,f-a-(n+sr+sr))}}var ah=4,n=ah*2,sr=4,ld=n+sr*2;class ne{constructor(r,s){this.headerMarshaller=new oe(r,s),this.messageBuffer=[],this.isEndOfStream=!1}feed(r){this.messageBuffer.push(this.decode(r))}endOfStream(){this.isEndOfStream=!0}getMessage(){const r=this.messageBuffer.pop(),s=this.isEndOfStream;return{getMessage(){return r},isEndOfStream(){return s}}}getAvailableMessages(){const r=this.messageBuffer;this.messageBuffer=[];const s=this.isEndOfStream;return{getMessages(){return r},isEndOfStream(){return s}}}encode({headers:r,body:s}){const e=this.headerMarshaller.format(r),l=e.byteLength+s.byteLength+16,f=new Uint8Array(l),a=new DataView(f.buffer,f.byteOffset,f.byteLength),h=new rr;return a.setUint32(0,l,!1),a.setUint32(4,e.byteLength,!1),a.setUint32(8,h.update(f.subarray(0,8)).digest(),!1),f.set(e,12),f.set(s,e.byteLength+12),a.setUint32(l-4,h.update(f.subarray(8,l-4)).digest(),!1),f}decode(r){const{headers:s,body:e}=hh(r);return{headers:this.headerMarshaller.parse(s),body:e}}formatHeaders(r){return this.headerMarshaller.format(r)}}class pe{constructor(r){this.options=r}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(let r of this.options.inputStream)yield this.options.decoder.decode(r)}}class ue{constructor(r){this.options=r}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(let r of this.options.messageStream)yield this.options.encoder.encode(r);if(this.options.includeEndFrame)yield new Uint8Array(0)}}class te{constructor(r){this.options=r}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(let r of this.options.messageStream){const s=await this.options.deserializer(r);if(s===void 0)continue;yield s}}}class rl{constructor(r){this.options=r}[Symbol.asyncIterator](){return this.asyncIterator()}async*asyncIterator(){for await(let r of this.options.inputStream)yield this.options.serializer(r)}}function mh(r){let s=0,e=0,l=null,f=null;const a=(m)=>{if(typeof m!=="number")throw new Error("Attempted to allocate an event message where size was not a number: "+m);s=m,e=4,l=new Uint8Array(m),new DataView(l.buffer).setUint32(0,m,!1)},h=async function*(){const m=r[Symbol.asyncIterator]();while(!0){const{value:g,done:k}=await m.next();if(k){if(!s)return;else if(s===e)yield l;else throw new Error("Truncated event message received.");return}const N=g.length;let D=0;while(D<N){if(!l){const X=N-D;if(!f)f=new Uint8Array(4);const J=Math.min(4-e,X);if(f.set(g.slice(D,D+J),e),e+=J,D+=J,e<4)break;a(new DataView(f.buffer).getUint32(0,!1)),f=null}const $=Math.min(s-e,N-D);if(l.set(g.slice(D,D+$),e),e+=$,D+=$,s&&s===e)yield l,l=null,s=0,e=0}}};return{[Symbol.asyncIterator]:h}}function gh(r,s){return async function(e){const{value:l}=e.headers[":message-type"];if(l==="error"){const f=new Error(e.headers[":error-message"].value||"UnknownError");throw f.name=e.headers[":error-code"].value,f}else if(l==="exception"){const f=e.headers[":exception-type"].value,a={[f]:e},h=await r(a);if(h.$unknown){const m=new Error(s(e.body));throw m.name=f,m}throw h[f]}else if(l==="event"){const f={[e.headers[":event-type"].value]:e},a=await r(f);if(a.$unknown)return;return a}else throw Error(`Unrecognizable event type: ${e.headers[":event-type"].value}`)}}class Ts{constructor({utf8Encoder:r,utf8Decoder:s}){this.eventStreamCodec=new ne(r,s),this.utfEncoder=r}deserialize(r,s){const e=mh(r);return new te({messageStream:new pe({inputStream:e,decoder:this.eventStreamCodec}),deserializer:gh(s,this.utfEncoder)})}serialize(r,s){return new ue({messageStream:new rl({inputStream:r,serializer:s}),encoder:this.eventStreamCodec,includeEndFrame:!0})}}import{Readable as fd} from"stream";async function*wh(r){let s=!1,e=!1;const l=new Array;r.on("error",(f)=>{if(!s)s=!0;if(f)throw f}),r.on("data",(f)=>{l.push(f)}),r.on("end",()=>{s=!0});while(!e){const f=await new Promise((a)=>setTimeout(()=>a(l.shift()),0));if(f)yield f;e=s&&l.length===0}}class sl{constructor({utf8Encoder:r,utf8Decoder:s}){this.universalMarshaller=new Ts({utf8Decoder:s,utf8Encoder:r})}deserialize(r,s){const e=typeof r[Symbol.asyncIterator]==="function"?r:wh(r);return this.universalMarshaller.deserialize(e,s)}serialize(r,s){return fd.from(this.universalMarshaller.serialize(r,s))}}var dh=(r)=>new sl(r);import{Writable as ad} from"stream";class ys extends ad{constructor(r,s){super(s);this.hash=r}_write(r,s,e){try{this.hash.update(cs(r))}catch(l){return e(l)}e()}}var Sh=(r,s)=>{if(s.readableFlowing!==null)throw new Error("Unable to calculate hash for flowing readable stream");const e=new r,l=new ys(e);return s.pipe(l),new Promise((f,a)=>{s.on("error",(h)=>{l.end(),a(h)}),l.on("error",a),l.on("finish",()=>{e.digest().then(f).catch(a)})})};var Ms=Z(tr(),1);var $h=(r)=>{return{apiVersion:"2006-03-01",base64Decoder:r?.base64Decoder??Rh,base64Encoder:r?.base64Encoder??Ph,disableHostPrefix:r?.disableHostPrefix??!1,endpointProvider:r?.endpointProvider??ur,extensions:r?.extensions??[],getAwsChunkedEncodingStream:r?.getAwsChunkedEncodingStream??Ih,httpAuthSchemeProvider:r?.httpAuthSchemeProvider??Of,httpAuthSchemes:r?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:(s)=>s.getIdentityProvider("aws.auth#sigv4"),signer:new Ms.AwsSdkSigV4Signer},{schemeId:"aws.auth#sigv4a",identityProvider:(s)=>s.getIdentityProvider("aws.auth#sigv4a"),signer:new Ms.AwsSdkSigV4ASigner}],logger:r?.logger??new Br,sdkStreamMixin:r?.sdkStreamMixin??Eh,serviceId:r?.serviceId??"S3",signerConstructor:r?.signerConstructor??qs,signingEscapePath:r?.signingEscapePath??!1,urlParser:r?.urlParser??Nh,useArnRegion:r?.useArnRegion??!1,utf8Decoder:r?.utf8Decoder??Ah,utf8Encoder:r?.utf8Encoder??kh}};var Zh=(r)=>{yh(process.version);const s=Vh(r),e=()=>s().then(ch),l=$h(r);return vs.emitWarningIfUnsupportedVersion(process.version),{...l,...r,runtime:"node",defaultsMode:s,bodyLengthChecker:r?.bodyLengthChecker??Wh,credentialDefaultProvider:r?.credentialDefaultProvider??Lh,defaultUserAgentProvider:r?.defaultUserAgentProvider??Kh({serviceId:l.serviceId,clientVersion:oa.version}),disableS3ExpressSessionAuth:r?.disableS3ExpressSessionAuth??i(Qs),eventStreamSerdeProvider:r?.eventStreamSerdeProvider??dh,maxAttempts:r?.maxAttempts??i(Fh),md5:r?.md5??Us.bind(null,"md5"),region:r?.region??i(vh,Ch),requestHandler:Dh.create(r?.requestHandler??e),retryMode:r?.retryMode??i({...Gh,default:async()=>(await e()).retryMode||zh}),sha1:r?.sha1??Us.bind(null,"sha1"),sha256:r?.sha256??Us.bind(null,"sha256"),sigv4aSigningRegionSet:r?.sigv4aSigningRegionSet??i(vs.NODE_SIGV4A_CONFIG_OPTIONS),streamCollector:r?.streamCollector??Th,streamHasher:r?.streamHasher??Sh,useArnRegion:r?.useArnRegion??i(na),useDualstackEndpoint:r?.useDualstackEndpoint??i(Mh),useFipsEndpoint:r?.useFipsEndpoint??i(Uh)}};var Xh=(r)=>{const s=r.httpAuthSchemes;let{httpAuthSchemeProvider:e,credentials:l}=r;return{setHttpAuthScheme(f){const a=s.findIndex((h)=>h.schemeId===f.schemeId);if(a===-1)s.push(f);else s.splice(a,1,f)},httpAuthSchemes(){return s},setHttpAuthSchemeProvider(f){e=f},httpAuthSchemeProvider(){return e},setCredentials(f){l=f},credentials(){return l}}},Jh=(r)=>{return{httpAuthSchemes:r.httpAuthSchemes(),httpAuthSchemeProvider:r.httpAuthSchemeProvider(),credentials:r.credentials()}};var Cs=(r)=>r,qh=(r,s)=>{const e={...Cs(Oh(r)),...Cs(Bh(r)),...Cs(Hh(r)),...Cs(Xh(r))};return s.forEach((l)=>l.configure(e)),{...r,..._h(e),...Yh(e),...Qh(e),...Jh(e)}};class el extends oh{constructor(...[r]){const s=Zh(r||{}),e=qf(s),l=nh(e),f=sm(l),a=uh(f),h=jh(a),m=rm(h),g=Zl(m),k=_f(g),N=Fl(k,{session:[()=>this,ie]}),D=qh(N,r?.extensions||[]);super(D);this.config=D,this.middlewareStack.use(ph(this.config)),this.middlewareStack.use(em(this.config)),this.middlewareStack.use(th(this.config)),this.middlewareStack.use(ih(this.config)),this.middlewareStack.use(bh(this.config)),this.middlewareStack.use(xh(this.config)),this.middlewareStack.use(Er.getHttpAuthSchemeEndpointRuleSetPlugin(this.config,{httpAuthSchemeParametersProvider:Qf,identityProviderConfigProvider:async($)=>new Er.DefaultIdentityProviderConfig({"aws.auth#sigv4":$.credentials,"aws.auth#sigv4a":$.credentials})})),this.middlewareStack.use(Er.getHttpSigningPlugin(this.config)),this.middlewareStack.use(Ll(this.config)),this.middlewareStack.use(Rl(this.config)),this.middlewareStack.use(Il(this.config)),this.middlewareStack.use(Bs(this.config)),this.middlewareStack.use(Os(this.config))}destroy(){super.destroy()}}function hd(r){return(s)=>async(e)=>{const l={...e.input},f=[{target:"SSECustomerKey",hash:"SSECustomerKeyMD5"},{target:"CopySourceSSECustomerKey",hash:"CopySourceSSECustomerKeyMD5"}];for(let a of f){const h=l[a.target];if(h){let m;if(typeof h==="string")if(gd(h,r))m=r.base64Decoder(h);else m=r.utf8Decoder(h),l[a.target]=r.base64Encoder(m);else m=ArrayBuffer.isView(h)?new Uint8Array(h.buffer,h.byteOffset,h.byteLength):new Uint8Array(h),l[a.target]=r.base64Encoder(m);const g=new r.md5;g.update(m),l[a.hash]=r.base64Encoder(await g.digest())}}return s({...e,input:l})}}function gd(r,s){if(!/^(?:[A-Za-z0-9+/]{4})*([A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(r))return!1;try{return s.base64Decoder(r).length===32}catch{return!1}}var md={name:"ssecMiddleware",step:"initialize",tags:["SSE"],override:!0},zs=(r)=>({applyToStack:(s)=>{s.add(hd(r),md)}});var T;(function(r){r.MD5="MD5",r.CRC32="CRC32",r.CRC32C="CRC32C",r.SHA1="SHA1",r.SHA256="SHA256"})(T||(T={}));var lm;(function(r){r.HEADER="header",r.TRAILER="trailer"})(lm||(lm={}));var{MD5:fm,CRC32:am}=T;var Lr=[T.CRC32,T.CRC32C,T.SHA1,T.SHA256],hm=[T.CRC32,T.CRC32C,T.SHA1,T.SHA256];var mm=(r,{requestChecksumRequired:s,requestAlgorithmMember:e},l)=>{const f=l?am:fm;if(!e||!r[e])return s?f:void 0;const a=r[e];if(!Lr.includes(a))throw new Error(`The checksum algorithm "${a}" is not supported by the client.`+` Select one of ${Lr}.`);return a};var Nr=(r)=>r===T.MD5?"content-md5":`x-amz-checksum-${r.toLowerCase()}`;var gm=(r,s)=>{const e=r.toLowerCase();for(let l of Object.keys(s))if(e===l.toLowerCase())return!0;return!1};var $r=(r)=>r!==void 0&&typeof r!=="string"&&!ArrayBuffer.isView(r)&&!wm(r);var fl=function(){function r(){this.crc32c=new ll}return r.prototype.update=function(s){if(Kr(s))return;this.crc32c.update(Gr(s))},r.prototype.digest=function(){return Ns(this,void 0,void 0,function(){return $s(this,function(s){return[2,Wr(this.crc32c.digest())]})})},r.prototype.reset=function(){this.crc32c=new ll},r}();var ll=function(){function r(){this.checksum=4294967295}return r.prototype.update=function(s){var e,l;try{for(var f=Ds(s),a=f.next();!a.done;a=f.next()){var h=a.value;this.checksum=this.checksum>>>8^dd[(this.checksum^h)&255]}}catch(m){e={error:m}}finally{try{if(a&&!a.done&&(l=f.return))l.call(f)}finally{if(e)throw e.error}}return this},r.prototype.digest=function(){return(this.checksum^4294967295)>>>0},r}();var wd=[0,4067132163,3778769143,324072436,3348797215,904991772,648144872,3570033899,2329499855,2024987596,1809983544,2575936315,1296289744,3207089363,2893594407,1578318884,274646895,3795141740,4049975192,51262619,3619967088,632279923,922689671,3298075524,2592579488,1760304291,2075979607,2312596564,1562183871,2943781820,3156637768,1313733451,549293790,3537243613,3246849577,871202090,3878099393,357341890,102525238,4101499445,2858735121,1477399826,1264559846,3107202533,1845379342,2677391885,2361733625,2125378298,820201905,3263744690,3520608582,598981189,4151959214,85089709,373468761,3827903834,3124367742,1213305469,1526817161,2842354314,2107672161,2412447074,2627466902,1861252501,1098587580,3004210879,2688576843,1378610760,2262928035,1955203488,1742404180,2511436119,3416409459,969524848,714683780,3639785095,205050476,4266873199,3976438427,526918040,1361435347,2739821008,2954799652,1114974503,2529119692,1691668175,2005155131,2247081528,3690758684,697762079,986182379,3366744552,476452099,3993867776,4250756596,255256311,1640403810,2477592673,2164122517,1922457750,2791048317,1412925310,1197962378,3037525897,3944729517,427051182,170179418,4165941337,746937522,3740196785,3451792453,1070968646,1905808397,2213795598,2426610938,1657317369,3053634322,1147748369,1463399397,2773627110,4215344322,153784257,444234805,3893493558,1021025245,3467647198,3722505002,797665321,2197175160,1889384571,1674398607,2443626636,1164749927,3070701412,2757221520,1446797203,137323447,4198817972,3910406976,461344835,3484808360,1037989803,781091935,3705997148,2460548119,1623424788,1939049696,2180517859,1429367560,2807687179,3020495871,1180866812,410100952,3927582683,4182430767,186734380,3756733383,763408580,1053836080,3434856499,2722870694,1344288421,1131464017,2971354706,1708204729,2545590714,2229949006,1988219213,680717673,3673779818,3383336350,1002577565,4010310262,493091189,238226049,4233660802,2987750089,1082061258,1395524158,2705686845,1972364758,2279892693,2494862625,1725896226,952904198,3399985413,3656866545,731699698,4283874585,222117402,510512622,3959836397,3280807620,837199303,582374963,3504198960,68661723,4135334616,3844915500,390545967,1230274059,3141532936,2825850620,1510247935,2395924756,2091215383,1878366691,2644384480,3553878443,565732008,854102364,3229815391,340358836,3861050807,4117890627,119113024,1493875044,2875275879,3090270611,1247431312,2660249211,1828433272,2141937292,2378227087,3811616794,291187481,34330861,4032846830,615137029,3603020806,3314634738,939183345,1776939221,2609017814,2295496738,2058945313,2926798794,1545135305,1330124605,3173225534,4084100981,17165430,307568514,3762199681,888469610,3332340585,3587147933,665062302,2042050490,2346497209,2559330125,1793573966,3190661285,1279665062,1595330642,2910671697],dd=Vr(wd);var Fs=(r,s)=>({[T.MD5]:s.md5,[T.CRC32]:xe,[T.CRC32C]:fl,[T.SHA1]:s.sha1,[T.SHA256]:s.sha256})[r];var Gs=(r,s)=>{const e=new r;return e.update(cs(s||"")),e.digest()};var dm={name:"flexibleChecksumsMiddleware",step:"build",tags:["BODY_CHECKSUM"],override:!0},Sm=(r,s)=>(e,l)=>async(f)=>{if(!L.isInstance(f.request))return e(f);const{request:a}=f,{body:h,headers:m}=a,{base64Encoder:g,streamHasher:k}=r,{input:N,requestChecksumRequired:D,requestAlgorithmMember:$}=s,X=mm(N,{requestChecksumRequired:D,requestAlgorithmMember:$},!!l.isS3ExpressBucket);let J=h,Q=m;if(X){const _=Nr(X),Dr=Fs(X,r);if($r(h)){const{getAwsChunkedEncodingStream:Hs,bodyLengthChecker:Wm}=r;J=Hs(h,{base64Encoder:g,bodyLengthChecker:Wm,checksumLocationName:_,checksumAlgorithmFn:Dr,streamHasher:k}),Q={...m,"content-encoding":m["content-encoding"]?`${m["content-encoding"]},aws-chunked`:"aws-chunked","transfer-encoding":"chunked","x-amz-decoded-content-length":m["content-length"],"x-amz-content-sha256":"STREAMING-UNSIGNED-PAYLOAD-TRAILER","x-amz-trailer":_},delete Q["content-length"]}else if(!gm(_,m)){const Hs=await Gs(Dr,h);Q={...m,[_]:g(Hs)}}}return await e({...f,request:{...a,headers:Q,body:J}})};var Ks=(r=[])=>{const s=[];for(let e of hm){if(!r.includes(e)||!Lr.includes(e))continue;s.push(e)}return s};var Rm=(r)=>{const s=r.lastIndexOf("-");if(s!==-1){const e=r.slice(s+1);if(!e.startsWith("0")){const l=parseInt(e,10);if(!isNaN(l)&&l>=1&&l<=1e4)return!0}}return!1};import{Transform as Sd} from"stream";function al(r){const s=new Sd;return s.push(r),s.push(null),s}var Am=async(r,{streamHasher:s,checksumAlgorithmFn:e,base64Encoder:l})=>{const f=$r(r)?s(e,r):Gs(e,r);return l(await f)};var km=async(r,{config:s,responseAlgorithms:e})=>{const l=Ks(e),{body:f,headers:a}=r;for(let h of l){const m=Nr(h),g=a[m];if(g){const k=Fs(h,s),{streamHasher:N,base64Encoder:D}=s,$=await Am(f,{streamHasher:N,checksumAlgorithmFn:k,base64Encoder:D});if($===g)break;throw new Error(`Checksum mismatch: expected "${$}" but received "${g}"`+` in response header "${m}".`)}}};var Pm={name:"flexibleChecksumsResponseMiddleware",toMiddleware:"deserializerMiddleware",relation:"after",tags:["BODY_CHECKSUM"],override:!0},Im=(r,s)=>(e,l)=>async(f)=>{if(!L.isInstance(f.request))return e(f);const a=f.input,h=await e(f),m=h.response;let g=void 0;const{requestValidationModeMember:k,responseAlgorithms:N}=s;if(k&&a[k]==="ENABLED"){const{clientName:D,commandName:$}=l;if(D==="S3Client"&&$==="GetObjectCommand"&&Ks(N).every((Q)=>{const Jr=Nr(Q),_=m.headers[Jr];return!_||Rm(_)}))return h;const J=$r(m.body);if(J)g=await r.streamCollector(m.body),m.body=al(g);if(await km(h.response,{config:r,responseAlgorithms:N}),J&&g)m.body=al(g)}return h};var Ws=(r,s)=>({applyToStack:(e)=>{e.add(Sm(r,s),dm),e.addRelativeTo(Im(r,s),Pm)}});class hl extends Ar.classBuilder().ep({...wr,Bucket:{type:"contextParams",name:"Bucket"},Key:{type:"contextParams",name:"Key"}}).m(function(r,s,e,l){return[kr(e,this.serialize,this.deserialize),Pr(e,r.getEndpointParameterInstructions()),Ws(e,{input:this.input,requestChecksumRequired:!1,requestValidationModeMember:"ChecksumMode",responseAlgorithms:["CRC32","CRC32C","SHA256","SHA1"]}),zs(e),El(e)]}).s("AmazonS3","GetObject",{}).n("S3Client","GetObjectCommand").f(of,xf).ser(Ra).de(Pa).build(){}class ml extends Ar.classBuilder().ep({...wr,Bucket:{type:"contextParams",name:"Bucket"},Key:{type:"contextParams",name:"Key"}}).m(function(r,s,e,l){return[kr(e,this.serialize,this.deserialize),Pr(e,r.getEndpointParameterInstructions()),Ws(e,{input:this.input,requestAlgorithmMember:"ChecksumAlgorithm",requestChecksumRequired:!1}),Al(e),qr(e),zs(e)]}).s("AmazonS3","PutObject",{}).n("S3Client","PutObjectCommand").f(uf,pf).ser(Aa).de(Ia).build(){}import{Buffer as Em} from"buffer";class Nm extends er{client;constructor(...r){super();this.client=new el(...r)}async put(r){let s,e,l,f=process.env.BUCKET_NAME;if(r instanceof Blob)s=r,l=`${Hr()}.${r.type.split("/")[1].split(";")[0]}`,e=r.type;else s=r.body,l=r.name,e=r.contentType;e=s instanceof Blob||s instanceof File?s.type:void 0;const a=s instanceof Em?s:Em.from(await s.arrayBuffer());return await this.client.send(new ml({Bucket:f,Key:l,Body:a,ContentType:e})),l}async fetch(r){let s=process.env.BUCKET_NAME,e;if(typeof r==="string")e=r;else s=r.bucket??s,e=r.name;if(!e)throw new Error("Object name has to be specified");const l=await this.client.send(new hl({Bucket:s,Key:e}));return new Response(l.Body.transformToWebStream(),{headers:{"Content-Type":l.ContentType,"Content-Length":l.ContentLength.toString(),"Cache-Control":"private, max-age=12000, must-revalidate","Last-Modified":l.LastModified?.toUTCString()||"",ETag:l.ETag||""}})}}class Vs{}class Ls extends Vs{constructor(){super(...arguments)}requests=new Map;consume(r,s){if(!this.requests.has(r))this.requests.set(r,{date:Date.now(),count:1});else{const e=this.requests.get(r),l=Date.now();if(l-e.date>=60000)this.requests.set(r,{date:l,count:1});else this.requests.set(r,{date:e.date,count:e.count+1})}return this.requests.get(r).count}}class $m{driver=new Ls}class Zr{}import*as Ed from"react-dom/server";var Mm=Z(Rd(),1);var{defineProperty:Ad,getOwnPropertySymbols:Dm}=Object,kd=Object.prototype.hasOwnProperty,Pd=Object.prototype.propertyIsEnumerable,Tm=(r,s,e)=>(s in r)?Ad(r,s,{enumerable:!0,configurable:!0,writable:!0,value:e}):r[s]=e,gl=(r,s)=>{for(var e in s||(s={}))if(kd.call(s,e))Tm(r,e,s[e]);if(Dm){for(var e of Dm(s))if(Pd.call(s,e))Tm(r,e,s[e])}return r},Id=((r)=>typeof import.meta.require!=="undefined"?import.meta.require:typeof Proxy!=="undefined"?new Proxy(r,{get:(s,e)=>(typeof import.meta.require!=="undefined"?import.meta.require:s)[e]}):r)(function(r){if(typeof import.meta.require!=="undefined")return import.meta.require.apply(this,arguments);throw Error('Dynamic require of "'+r+'" is not supported')}),wl=(r,s,e)=>{return new Promise((l,f)=>{var a=(g)=>{try{m(e.next(g))}catch(k){f(k)}},h=(g)=>{try{m(e.throw(g))}catch(k){f(k)}},m=(g)=>g.done?l(g.value):Promise.resolve(g.value).then(a,h);m((e=e.apply(r,s)).next())})},Nd={unformatted:["code","pre","em","strong","span"],indent_inner_html:!0,indent_char:" ",indent_size:2,sep:"\n"},$d=(r,s={})=>{return Mm.default.html(r,gl(gl({},Nd),s))},Dd=[{selector:"img",format:"skip"},{selector:"#__react-email-preview",format:"skip"},{selector:"a",options:{linkBrackets:!1}}];var cm=new TextDecoder("utf-8"),ym=(r)=>wl(void 0,null,function*(){let s="";if("pipeTo"in r){const e=new WritableStream({write(l){s+=cm.decode(l)}});yield r.pipeTo(e)}else{const{Writable:e}=Id("stream"),l=new e({write(f,a,h){s+=cm.decode(f),h()}});return r.pipe(l),new Promise((f,a)=>{l.on("error",a),l.on("close",()=>{f(s)})})}return s}),Zs=(r,s)=>wl(void 0,null,function*(){const e=yield import("react-dom/server");let l;if(Object.hasOwn(e,"renderToReadableStream"))l=yield ym(yield e.renderToReadableStream(r));else yield new Promise((h,m)=>{const g=e.renderToPipeableStream(r,{onAllReady(){return wl(this,null,function*(){l=yield ym(g),h()})},onError(k){m(k)}})});if(s==null?void 0:s.plainText)return dl(l,gl({selectors:Dd},s.htmlToTextOptions));const a=`${'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'}${l.replace(/<!DOCTYPE.*?>/,"")}`;if(s==null?void 0:s.pretty)return $d(a);return a});var{defineProperty:Td,defineProperties:cd,getOwnPropertyDescriptors:yd,getOwnPropertySymbols:Um}=Object,Md=Object.prototype.hasOwnProperty,Ud=Object.prototype.propertyIsEnumerable,vm=(r,s,e)=>(s in r)?Td(r,s,{enumerable:!0,configurable:!0,writable:!0,value:e}):r[s]=e,Xr=(r,s)=>{for(var e in s||(s={}))if(Md.call(s,e))vm(r,e,s[e]);if(Um){for(var e of Um(s))if(Ud.call(s,e))vm(r,e,s[e])}return r},vd=(r,s)=>cd(r,yd(s)),P=(r,s,e)=>{return new Promise((l,f)=>{var a=(g)=>{try{m(e.next(g))}catch(k){f(k)}},h=(g)=>{try{m(e.throw(g))}catch(k){f(k)}},m=(g)=>g.done?l(g.value):Promise.resolve(g.value).then(a,h);m((e=e.apply(r,s)).next())})},Cd="3.4.0",zd=class{constructor(r){this.resend=r}create(r){return P(this,arguments,function*(s,e={}){return yield this.resend.post("/api-keys",s,e)})}list(){return P(this,null,function*(){return yield this.resend.get("/api-keys")})}remove(r){return P(this,null,function*(){return yield this.resend.delete(`/api-keys/${r}`)})}},Fd=class{constructor(r){this.resend=r}create(r){return P(this,arguments,function*(s,e={}){return yield this.resend.post("/audiences",s,e)})}list(){return P(this,null,function*(){return yield this.resend.get("/audiences")})}get(r){return P(this,null,function*(){return yield this.resend.get(`/audiences/${r}`)})}remove(r){return P(this,null,function*(){return yield this.resend.delete(`/audiences/${r}`)})}},Gd=class{constructor(r){this.resend=r}send(r){return P(this,arguments,function*(s,e={}){return this.create(s,e)})}create(r){return P(this,arguments,function*(s,e={}){for(let f of s)if(f.react)f.html=yield Zs(f.react),delete f.react;return yield this.resend.post("/emails/batch",s,e)})}},Kd=class{constructor(r){this.resend=r}create(r){return P(this,arguments,function*(s,e={}){return yield this.resend.post(`/audiences/${s.audienceId}/contacts`,{unsubscribed:s.unsubscribed,email:s.email,first_name:s.firstName,last_name:s.lastName},e)})}list(r){return P(this,null,function*(){return yield this.resend.get(`/audiences/${r.audienceId}/contacts`)})}get(r){return P(this,null,function*(){return yield this.resend.get(`/audiences/${r.audienceId}/contacts/${r.id}`)})}update(r){return P(this,null,function*(){return yield this.resend.patch(`/audiences/${r.audienceId}/contacts/${r.id}`,{unsubscribed:r.unsubscribed,first_name:r.firstName,last_name:r.lastName})})}remove(r){return P(this,null,function*(){return yield this.resend.delete(`/audiences/${r.audienceId}/contacts/${(r==null?void 0:r.email)?r==null?void 0:r.email:r==null?void 0:r.id}`)})}},Wd=class{constructor(r){this.resend=r}create(r){return P(this,arguments,function*(s,e={}){return yield this.resend.post("/domains",s,e)})}list(){return P(this,null,function*(){return yield this.resend.get("/domains")})}get(r){return P(this,null,function*(){return yield this.resend.get(`/domains/${r}`)})}update(r){return P(this,null,function*(){return yield this.resend.patch(`/domains/${r.id}`,{click_tracking:r.clickTracking,open_tracking:r.openTracking,tls:r.tls})})}remove(r){return P(this,null,function*(){return yield this.resend.delete(`/domains/${r}`)})}verify(r){return P(this,null,function*(){return yield this.resend.post(`/domains/${r}/verify`)})}},Vd=class{constructor(r){this.resend=r}send(r){return P(this,arguments,function*(s,e={}){return this.create(s,e)})}create(r){return P(this,arguments,function*(s,e={}){if(s.react)s.html=yield Zs(s.react),delete s.react;return yield this.resend.post("/emails",s,e)})}get(r){return P(this,null,function*(){return yield this.resend.get(`/emails/${r}`)})}},Cm="https://api.resend.com",zm=`resend-node:${Cd}`,Ld=typeof process!=="undefined"&&process.env?process.env.RESEND_BASE_URL||Cm:Cm,Zd=typeof process!=="undefined"&&process.env?process.env.RESEND_USER_AGENT||zm:zm,Fm=class{constructor(r){if(this.key=r,this.apiKeys=new zd(this),this.audiences=new Fd(this),this.batch=new Gd(this),this.contacts=new Kd(this),this.domains=new Wd(this),this.emails=new Vd(this),!r){if(typeof process!=="undefined"&&process.env)this.key=process.env.RESEND_API_KEY;if(!this.key)throw new Error('Missing API key. Pass it to the constructor `new Resend("re_123")`')}this.headers=new Headers({Authorization:`Bearer ${this.key}`,"User-Agent":Zd,"Content-Type":"application/json"})}fetchRequest(r){return P(this,arguments,function*(s,e={}){try{const l=yield fetch(`${Ld}${s}`,e);if(!l.ok)try{const a=yield l.text();return{data:null,error:JSON.parse(a)}}catch(a){if(a instanceof SyntaxError)return{data:null,error:{name:"application_error",message:"Internal server error. We are unable to process your request right now, please try again later."}};const h={message:l.statusText,name:"application_error"};if(a instanceof Error)return{data:null,error:vd(Xr({},h),{message:a.message})};return{data:null,error:h}}return{data:yield l.json(),error:null}}catch(l){return{data:null,error:{name:"application_error",message:"Unable to fetch data. The request could not be resolved."}}}})}post(r,s){return P(this,arguments,function*(e,l,f={}){const a=Xr({method:"POST",headers:this.headers,body:JSON.stringify(l)},f);return this.fetchRequest(e,a)})}get(r){return P(this,arguments,function*(s,e={}){const l=Xr({method:"GET",headers:this.headers},e);return this.fetchRequest(s,l)})}put(r,s){return P(this,arguments,function*(e,l,f={}){const a=Xr({method:"PUT",headers:this.headers,body:JSON.stringify(l)},f);return this.fetchRequest(e,a)})}patch(r,s){return P(this,arguments,function*(e,l,f={}){const a=Xr({method:"PATCH",headers:this.headers,body:JSON.stringify(l)},f);return this.fetchRequest(e,a)})}delete(r,s){return P(this,null,function*(){const e={method:"DELETE",headers:this.headers,body:JSON.stringify(s)};return this.fetchRequest(r,e)})}};class Xs{}class Js extends Xs{r;constructor(r=process.env.RESEND_API_KEY){super();this.apiKey=r}async send(r){const s=new Fm(this.apiKey),{data:e,error:l}=await s.emails.send({...r});if(l)throw l;if(e)return!0}}class Gm extends Zr{constructor(){super(...arguments)}debug=!0;defaultFrom="";driver=new Js;boot(){}}class Km extends Zr{constructor(){super(...arguments)}channels={};boot(){}}export{Nm as S3Driver,Js as ResendDriver,$m as RateLimiterServiceProvider,Vs as RateLimiterDriver,Ls as InMemoryRateLimiter,Qr as FileSystemDriver,Sl as FileStorageServiceProvider,er as FileStorageDriver,Gm as EmailServiceProvider,Xs as EmailDriver,Km as BroadcastingServiceProvider};export{Sl as p,Zr as q,$m as r,Gm as s,Km as t};
@@ -0,0 +1,24 @@
1
+ import type { ServerWebSocket } from "bun";
2
+ import { ServiceContainer } from "../ServiceContainer";
3
+ import { BroadcastingServiceProvider } from "./BroadcastingServiceProvider";
4
+ import type { PublishArgs } from "./types";
5
+ import { AsyncLocalStorage } from "async_hooks";
6
+ type PublishCallback = (...args: PublishArgs) => void;
7
+ export declare class BroadcastingServiceContainer extends ServiceContainer {
8
+ service: BroadcastingServiceProvider;
9
+ name: string;
10
+ publishCb: PublishCallback;
11
+ context: AsyncLocalStorage<{
12
+ headers: Headers;
13
+ cookies: Map<string, string>;
14
+ }>;
15
+ constructor(service: BroadcastingServiceProvider);
16
+ onPublish(cb: PublishCallback): void;
17
+ publish(...args: PublishArgs): void;
18
+ handleMessage(ws: ServerWebSocket<{
19
+ headers: Headers;
20
+ }>, message: string | Buffer): Promise<void>;
21
+ run(headers: Headers, fn: VoidFunction): void;
22
+ }
23
+ export {};
24
+ //# sourceMappingURL=BroadcastingServiceContainer.d.ts.map