@stacksjs/buddy 0.64.6 → 0.66.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-3cfvbq6w.js +5 -0
- package/dist/{chunk-kkckr1p6.js.map → chunk-3cfvbq6w.js.map} +13 -13
- package/dist/chunk-3v3h2zkp.js +5 -0
- package/dist/{chunk-1f6t66bt.js.map → chunk-3v3h2zkp.js.map} +4 -4
- package/dist/chunk-3zx3yk1m.js +4 -0
- package/dist/chunk-3zx3yk1m.js.map +15 -0
- package/dist/chunk-8a487snn.js +5 -0
- package/dist/{chunk-wmfxrbxe.js.map → chunk-8a487snn.js.map} +1 -1
- package/dist/chunk-9kkf5maz.js +5 -0
- package/dist/{chunk-ygxh9jsp.js.map → chunk-9kkf5maz.js.map} +5 -5
- package/dist/chunk-9qba8jdt.js +12 -0
- package/dist/{chunk-v7d1bf8z.js.map → chunk-9qba8jdt.js.map} +5 -5
- package/dist/chunk-cvpb67bs.js +5 -0
- package/dist/chunk-cvpb67bs.js.map +10 -0
- package/dist/chunk-eqwfdbyk.js +5 -0
- package/dist/chunk-eqwfdbyk.js.map +17 -0
- package/dist/chunk-f41k7dpa.js +5 -0
- package/dist/{chunk-44mrj8pm.js.map → chunk-f41k7dpa.js.map} +3 -3
- package/dist/chunk-fx1zxxxa.js +9 -0
- package/dist/{chunk-gsnfg0v2.js.map → chunk-fx1zxxxa.js.map} +3 -3
- package/dist/chunk-get5gzkc.js +11 -0
- package/dist/chunk-get5gzkc.js.map +10 -0
- package/dist/chunk-m43npkjw.js +5 -0
- package/dist/{chunk-b685jsh2.js.map → chunk-m43npkjw.js.map} +3 -3
- package/dist/chunk-mrrgcavv.js +831 -0
- package/dist/chunk-mrrgcavv.js.map +240 -0
- package/dist/chunk-n5y0mrsg.js +15 -0
- package/dist/chunk-n5y0mrsg.js.map +173 -0
- package/dist/chunk-qebxvzqz.js +5 -0
- package/dist/{chunk-ebp27f3t.js.map → chunk-qebxvzqz.js.map} +9 -9
- package/dist/chunk-qj2v5psd.js +5 -0
- package/dist/{chunk-een41wce.js.map → chunk-qj2v5psd.js.map} +7 -7
- package/dist/chunk-rh4brnzh.js +5 -0
- package/dist/{chunk-been0qrs.js.map → chunk-rh4brnzh.js.map} +5 -5
- package/dist/chunk-w2vwjv6k.js +6 -0
- package/dist/chunk-w2vwjv6k.js.map +57 -0
- package/dist/chunk-w81rbh65.js +5 -0
- package/dist/{chunk-e9xdp71t.js.map → chunk-w81rbh65.js.map} +2 -2
- package/dist/chunk-wayp5kn2.js +5 -0
- package/dist/{chunk-qrw0tzf0.js.map → chunk-wayp5kn2.js.map} +6 -6
- package/dist/chunk-x5c5ngpb.js +4 -0
- package/dist/{chunk-34xxhapv.js.map → chunk-x5c5ngpb.js.map} +2 -2
- package/dist/cli.d.ts +1 -0
- package/dist/cli.js +2 -2
- package/dist/cli.js.map +3 -3
- package/dist/commands/add.d.ts +2 -0
- package/dist/commands/build.d.ts +2 -0
- package/dist/commands/changelog.d.ts +2 -0
- package/dist/commands/clean.d.ts +2 -0
- package/dist/commands/cloud.d.ts +2 -0
- package/dist/commands/commit.d.ts +2 -0
- package/dist/commands/configure.d.ts +2 -0
- package/dist/commands/create.d.ts +2 -0
- package/dist/commands/deploy.d.ts +2 -0
- package/dist/commands/dev.d.ts +3 -0
- package/dist/commands/dns.d.ts +2 -0
- package/dist/commands/domains.d.ts +2 -0
- package/dist/commands/fresh.d.ts +2 -0
- package/dist/commands/generate.d.ts +2 -0
- package/dist/commands/http.d.ts +2 -0
- package/dist/commands/index.d.ts +33 -0
- package/dist/commands/install.d.ts +2 -0
- package/dist/commands/key.d.ts +2 -0
- package/dist/commands/lint.d.ts +2 -0
- package/dist/commands/list.d.ts +2 -0
- package/dist/commands/make.d.ts +2 -0
- package/dist/commands/migrate.d.ts +2 -0
- package/dist/commands/outdated.d.ts +2 -0
- package/dist/commands/ports.d.ts +2 -0
- package/dist/commands/prepublish.d.ts +2 -0
- package/dist/commands/projects.d.ts +2 -0
- package/dist/commands/release.d.ts +2 -0
- package/dist/commands/route.d.ts +2 -0
- package/dist/commands/seed.d.ts +2 -0
- package/dist/commands/setup.d.ts +4 -0
- package/dist/commands/test.d.ts +2 -0
- package/dist/commands/tinker.d.ts +2 -0
- package/dist/commands/types.d.ts +2 -0
- package/dist/commands/upgrade.d.ts +2 -0
- package/dist/commands/version.d.ts +2 -0
- package/dist/custom-cli.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/stacks +0 -0
- package/package.json +50 -56
- package/src/cli.ts +10 -7
- package/src/commands/add.ts +2 -2
- package/src/commands/build.ts +50 -32
- package/src/commands/changelog.ts +2 -2
- package/src/commands/clean.ts +2 -2
- package/src/commands/cloud.ts +31 -12
- package/src/commands/commit.ts +2 -2
- package/src/commands/configure.ts +4 -3
- package/src/commands/create.ts +3 -3
- package/src/commands/deploy.ts +22 -11
- package/src/commands/dev.ts +38 -25
- package/src/commands/dns.ts +2 -2
- package/src/commands/domains.ts +2 -2
- package/src/commands/fresh.ts +2 -2
- package/src/commands/generate.ts +27 -3
- package/src/commands/http.ts +2 -2
- package/src/commands/index.ts +3 -3
- package/src/commands/install.ts +2 -2
- package/src/commands/key.ts +2 -2
- package/src/commands/lint.ts +7 -10
- package/src/commands/list.ts +3 -3
- package/src/commands/make.ts +12 -12
- package/src/commands/migrate.ts +2 -2
- package/src/commands/outdated.ts +4 -4
- package/src/commands/ports.ts +27 -17
- package/src/commands/prepublish.ts +2 -2
- package/src/commands/projects.ts +6 -4
- package/src/commands/release.ts +5 -7
- package/src/commands/route.ts +2 -2
- package/src/commands/seed.ts +2 -2
- package/src/commands/setup.ts +11 -7
- package/src/commands/test.ts +77 -54
- package/src/commands/tinker.ts +2 -2
- package/src/commands/types.ts +2 -2
- package/src/commands/upgrade.ts +20 -13
- package/src/commands/version.ts +2 -2
- package/src/custom-cli.ts +3 -2
- package/dist/chunk-1f6t66bt.js +0 -5
- package/dist/chunk-1nyept5d.js +0 -5
- package/dist/chunk-1nyept5d.js.map +0 -10
- package/dist/chunk-3472npd1.js +0 -19
- package/dist/chunk-3472npd1.js.map +0 -156
- package/dist/chunk-34xxhapv.js +0 -4
- package/dist/chunk-3y8aq9qa.js +0 -8
- package/dist/chunk-3y8aq9qa.js.map +0 -65
- package/dist/chunk-44mrj8pm.js +0 -5
- package/dist/chunk-8adez9b9.js +0 -5
- package/dist/chunk-8adez9b9.js.map +0 -10
- package/dist/chunk-b685jsh2.js +0 -5
- package/dist/chunk-been0qrs.js +0 -5
- package/dist/chunk-dnr3cyf7.js +0 -7
- package/dist/chunk-dnr3cyf7.js.map +0 -60
- package/dist/chunk-e9xdp71t.js +0 -5
- package/dist/chunk-ebp27f3t.js +0 -5
- package/dist/chunk-een41wce.js +0 -5
- package/dist/chunk-gsnfg0v2.js +0 -9
- package/dist/chunk-kkckr1p6.js +0 -5
- package/dist/chunk-pq8pr524.js +0 -5
- package/dist/chunk-pq8pr524.js.map +0 -17
- package/dist/chunk-qrw0tzf0.js +0 -5
- package/dist/chunk-v7d1bf8z.js +0 -12
- package/dist/chunk-wmfxrbxe.js +0 -5
- package/dist/chunk-ygxh9jsp.js +0 -5
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import{K as Oe}from"./chunk-9qba8jdt.js";import{$ as Ae,L as dr,M as yr,N as cr,O as tr,P as H,Q as ar,R as Ie,S as Re,T as Pe,U as Te,V as U,W as mr,X as Ve,Y as We,Z as ee,_ as re,aa as Ke,ba as vr,ca as wr,da as k,ea as E,fa as kr,ga as Me,ha as Be,ia as Er,ja as Le,ka as $r,la as fe,ma as He,na as Ne,oa as _e,pa as pe,qa as hr,ra as nr}from"./chunk-n5y0mrsg.js";import{sa as I,ta as je}from"./chunk-rh4brnzh.js";import{Aa as Sr,Da as Fe,Ea as De,Ga as Ue,Ha as qe,Ia as Qe,Ja as Xe,La as S,Ma as t,Na as Ar,Oa as _,Pa as b,Qa as j,Ra as F,Sa as h,Wa as Ir,Xa as a,Ya as Dr,Za as Ye,_a as Ze,ab as ir,bb as lr,eb as xe,fb as y,gb as o,hb as R,ua as rr,va as sr}from"./chunk-w2vwjv6k.js";import"./chunk-x5c5ngpb.js";import"./chunk-w81rbh65.js";import"./chunk-cvpb67bs.js";import"./chunk-get5gzkc.js";import"./chunk-3zx3yk1m.js";import{Bb as $}from"./chunk-8a487snn.js";var P=$(H(),1);var se=$(U(),1);function Qr(e){return{schemeId:"aws.auth#sigv4",signingProperties:{name:"sso-oauth",region:e.region},propertiesExtractor:(s,r)=>({signingProperties:{config:s,context:r}})}}function f(e){return{schemeId:"smithy.api#noAuth"}}var ie=async(e,s,r)=>{return{operation:ee(s).operation,region:await re(e.region)()||(()=>{throw new Error("expected `region` to be configured for `aws.auth#sigv4`")})()}},le=(e)=>{const s=[];switch(e.operation){case"CreateToken":{s.push(f(e));break}case"RegisterClient":{s.push(f(e));break}case"StartDeviceAuthorization":{s.push(f(e));break}default:s.push(Qr(e))}return s},he=(e)=>{return{...se.resolveAwsSdkSigV4Config(e)}};var ne=(e)=>{return{...e,useDualstackEndpoint:e.useDualstackEndpoint??!1,useFipsEndpoint:e.useFipsEndpoint??!1,defaultSigningName:"sso-oauth"}},w={UseFIPS:{type:"builtInParams",name:"useFipsEndpoint"},Endpoint:{type:"builtInParams",name:"endpoint"},Region:{type:"builtInParams",name:"region"},UseDualStack:{type:"builtInParams",name:"useDualstackEndpoint"}};var oe={name:"@aws-sdk/client-sso-oidc",description:"AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",version:"3.668.0",scripts:{build:"concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'","build:cjs":"node ../../scripts/compilation/inline client-sso-oidc","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 sso-oidc"},main:"./dist-cjs/index.js",types:"./dist-types/index.d.ts",module:"./dist-es/index.js",sideEffects:!1,dependencies:{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"3.667.0","@aws-sdk/credential-provider-node":"3.668.0","@aws-sdk/middleware-host-header":"3.667.0","@aws-sdk/middleware-logger":"3.667.0","@aws-sdk/middleware-recursion-detection":"3.667.0","@aws-sdk/middleware-user-agent":"3.668.0","@aws-sdk/region-config-resolver":"3.667.0","@aws-sdk/types":"3.667.0","@aws-sdk/util-endpoints":"3.667.0","@aws-sdk/util-user-agent-browser":"3.667.0","@aws-sdk/util-user-agent-node":"3.668.0","@smithy/config-resolver":"^3.0.9","@smithy/core":"^2.4.8","@smithy/fetch-http-handler":"^3.2.9","@smithy/hash-node":"^3.0.7","@smithy/invalid-dependency":"^3.0.7","@smithy/middleware-content-length":"^3.0.9","@smithy/middleware-endpoint":"^3.1.4","@smithy/middleware-retry":"^3.0.23","@smithy/middleware-serde":"^3.0.7","@smithy/middleware-stack":"^3.0.7","@smithy/node-config-provider":"^3.1.8","@smithy/node-http-handler":"^3.2.4","@smithy/protocol-http":"^4.1.4","@smithy/smithy-client":"^3.4.0","@smithy/types":"^3.5.0","@smithy/url-parser":"^3.0.7","@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.23","@smithy/util-defaults-mode-node":"^3.0.23","@smithy/util-endpoints":"^2.1.3","@smithy/util-middleware":"^3.0.7","@smithy/util-retry":"^3.0.7","@smithy/util-utf8":"^3.0.0",tslib:"^2.6.2"},devDependencies:{"@tsconfig/node16":"16.1.3","@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",peerDependencies:{"@aws-sdk/client-sts":"^3.668.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-sso-oidc",repository:{type:"git",url:"https://github.com/aws/aws-sdk-js-v3.git",directory:"clients/client-sso-oidc"}};var Ce=$(U(),1);var ze=$(U(),1),Ge=$(H(),1);var de={["required"]:!1,type:"String"},ye={["required"]:!0,default:!1,type:"Boolean"},ce={["ref"]:"Endpoint"},ke={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseFIPS"},!0]},Ee={["fn"]:"booleanEquals",["argv"]:[{["ref"]:"UseDualStack"},!0]},m={},te={["fn"]:"getAttr",["argv"]:[{["ref"]:"PartitionResult"},"supportsFIPS"]},Se={["ref"]:"PartitionResult"},ae={["fn"]:"booleanEquals",["argv"]:[!0,{["fn"]:"getAttr",["argv"]:[Se,"supportsDualStack"]}]},me=[ke],ve=[Ee],we=[{["ref"]:"Region"}],Yr={version:"1.0",parameters:{Region:de,UseDualStack:ye,UseFIPS:ye,Endpoint:de},rules:[{conditions:[{["fn"]:"isSet",["argv"]:[ce]}],rules:[{conditions:me,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:"error"},{conditions:ve,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:"error"},{endpoint:{url:ce,properties:m,headers:m},type:"endpoint"}],type:"tree"},{conditions:[{["fn"]:"isSet",["argv"]:we}],rules:[{conditions:[{["fn"]:"aws.partition",["argv"]:we,assign:"PartitionResult"}],rules:[{conditions:[ke,Ee],rules:[{conditions:[{["fn"]:"booleanEquals",["argv"]:[!0,te]},ae],rules:[{endpoint:{url:"https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:m,headers:m},type:"endpoint"}],type:"tree"},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:"error"}],type:"tree"},{conditions:me,rules:[{conditions:[{["fn"]:"booleanEquals",["argv"]:[te,!0]}],rules:[{conditions:[{["fn"]:"stringEquals",["argv"]:[{["fn"]:"getAttr",["argv"]:[Se,"name"]},"aws-us-gov"]}],endpoint:{url:"https://oidc.{Region}.amazonaws.com",properties:m,headers:m},type:"endpoint"},{endpoint:{url:"https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}",properties:m,headers:m},type:"endpoint"}],type:"tree"},{error:"FIPS is enabled but this partition does not support FIPS",type:"error"}],type:"tree"},{conditions:ve,rules:[{conditions:[ae],rules:[{endpoint:{url:"https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:m,headers:m},type:"endpoint"}],type:"tree"},{error:"DualStack is enabled but this partition does not support DualStack",type:"error"}],type:"tree"},{endpoint:{url:"https://oidc.{Region}.{PartitionResult#dnsSuffix}",properties:m,headers:m},type:"endpoint"}],type:"tree"}],type:"tree"},{error:"Invalid Configuration: Missing Region",type:"error"}]},$e=Yr;var Zr=new Ie({size:50,params:["Endpoint","Region","UseDualStack","UseFIPS"]}),be=(e,s={})=>{return Zr.get(e,()=>Pe($e,{endpointParams:e,logger:s.logger}))};Re.aws=Te;var Je=(e)=>{return{apiVersion:"2019-06-10",base64Decoder:e?.base64Decoder??Fe,base64Encoder:e?.base64Encoder??qe,disableHostPrefix:e?.disableHostPrefix??!1,endpointProvider:e?.endpointProvider??be,extensions:e?.extensions??[],httpAuthSchemeProvider:e?.httpAuthSchemeProvider??le,httpAuthSchemes:e?.httpAuthSchemes??[{schemeId:"aws.auth#sigv4",identityProvider:(s)=>s.getIdentityProvider("aws.auth#sigv4"),signer:new ze.AwsSdkSigV4Signer},{schemeId:"smithy.api#noAuth",identityProvider:(s)=>s.getIdentityProvider("smithy.api#noAuth")||(async()=>({})),signer:new Ge.NoAuthSigner}],logger:e?.logger??new xe,serviceId:e?.serviceId??"SSO OIDC",urlParser:e?.urlParser??je,utf8Decoder:e?.utf8Decoder??De,utf8Encoder:e?.utf8Encoder??Ue}};var ge=(e)=>{Ze(process.version);const s=pe(e),r=()=>s().then(Ye),i=Je(e);return Ce.emitWarningIfUnsupportedVersion(process.version),{...i,...e,runtime:"node",defaultsMode:s,bodyLengthChecker:e?.bodyLengthChecker??_e,credentialDefaultProvider:e?.credentialDefaultProvider??Oe,defaultUserAgentProvider:e?.defaultUserAgentProvider??fe({serviceId:i.serviceId,clientVersion:oe.version}),maxAttempts:e?.maxAttempts??I(Be),region:e?.region??I(Ae,Ke),requestHandler:Qe.create(e?.requestHandler??r),retryMode:e?.retryMode??I({...Le,default:async()=>(await r()).retryMode||Me}),sha256:e?.sha256??Ne.bind(null,"sha256"),streamCollector:e?.streamCollector??Xe,useDualstackEndpoint:e?.useDualstackEndpoint??I(Ve),useFipsEndpoint:e?.useFipsEndpoint??I(We),userAgentAppId:e?.userAgentAppId??I(He)}};var ue=(e)=>{const s=e.httpAuthSchemes;let{httpAuthSchemeProvider:r,credentials:i}=e;return{setHttpAuthScheme(l){const n=s.findIndex((T)=>T.schemeId===l.schemeId);if(n===-1)s.push(l);else s.splice(n,1,l)},httpAuthSchemes(){return s},setHttpAuthSchemeProvider(l){r=l},httpAuthSchemeProvider(){return r},setCredentials(l){i=l},credentials(){return i}}},er=(e)=>{return{httpAuthSchemes:e.httpAuthSchemes(),httpAuthSchemeProvider:e.httpAuthSchemeProvider(),credentials:e.credentials()}};var q=(e)=>e,or=(e,s)=>{const r={...q(hr(e)),...q(ir(e)),...q(rr(e)),...q(ue(e))};return s.forEach((i)=>i.configure(r)),{...e,...nr(r),...lr(r),...sr(r),...er(r)}};class N extends Sr{constructor(...[e]){const s=ge(e||{}),r=ne(s),i=ar(r),l=Er(i),n=vr(l),T=dr(n),Mr=kr(T),Br=he(Mr),u=or(Br,e?.extensions||[]);super(u);this.config=u,this.middlewareStack.use(mr(this.config)),this.middlewareStack.use($r(this.config)),this.middlewareStack.use(wr(this.config)),this.middlewareStack.use(yr(this.config)),this.middlewareStack.use(cr(this.config)),this.middlewareStack.use(tr(this.config)),this.middlewareStack.use(P.getHttpAuthSchemeEndpointRuleSetPlugin(this.config,{httpAuthSchemeParametersProvider:ie,identityProviderConfigProvider:async(Lr)=>new P.DefaultIdentityProviderConfig({"aws.auth#sigv4":Lr.credentials})})),this.middlewareStack.use(P.getHttpSigningPlugin(this.config))}destroy(){super.destroy()}}class d extends Ir{constructor(e){super(e);Object.setPrototypeOf(this,d.prototype)}}class x extends d{constructor(e){super({name:"AccessDeniedException",$fault:"client",...e});this.name="AccessDeniedException",this.$fault="client",Object.setPrototypeOf(this,x.prototype),this.error=e.error,this.error_description=e.error_description}}class z extends d{constructor(e){super({name:"AuthorizationPendingException",$fault:"client",...e});this.name="AuthorizationPendingException",this.$fault="client",Object.setPrototypeOf(this,z.prototype),this.error=e.error,this.error_description=e.error_description}}class G extends d{constructor(e){super({name:"ExpiredTokenException",$fault:"client",...e});this.name="ExpiredTokenException",this.$fault="client",Object.setPrototypeOf(this,G.prototype),this.error=e.error,this.error_description=e.error_description}}class J extends d{constructor(e){super({name:"InternalServerException",$fault:"server",...e});this.name="InternalServerException",this.$fault="server",Object.setPrototypeOf(this,J.prototype),this.error=e.error,this.error_description=e.error_description}}class V extends d{constructor(e){super({name:"InvalidClientException",$fault:"client",...e});this.name="InvalidClientException",this.$fault="client",Object.setPrototypeOf(this,V.prototype),this.error=e.error,this.error_description=e.error_description}}class W extends d{constructor(e){super({name:"InvalidGrantException",$fault:"client",...e});this.name="InvalidGrantException",this.$fault="client",Object.setPrototypeOf(this,W.prototype),this.error=e.error,this.error_description=e.error_description}}class A extends d{constructor(e){super({name:"InvalidRequestException",$fault:"client",...e});this.name="InvalidRequestException",this.$fault="client",Object.setPrototypeOf(this,A.prototype),this.error=e.error,this.error_description=e.error_description}}class K extends d{constructor(e){super({name:"InvalidScopeException",$fault:"client",...e});this.name="InvalidScopeException",this.$fault="client",Object.setPrototypeOf(this,K.prototype),this.error=e.error,this.error_description=e.error_description}}class M extends d{constructor(e){super({name:"SlowDownException",$fault:"client",...e});this.name="SlowDownException",this.$fault="client",Object.setPrototypeOf(this,M.prototype),this.error=e.error,this.error_description=e.error_description}}class B extends d{constructor(e){super({name:"UnauthorizedClientException",$fault:"client",...e});this.name="UnauthorizedClientException",this.$fault="client",Object.setPrototypeOf(this,B.prototype),this.error=e.error,this.error_description=e.error_description}}class L extends d{constructor(e){super({name:"UnsupportedGrantTypeException",$fault:"client",...e});this.name="UnsupportedGrantTypeException",this.$fault="client",Object.setPrototypeOf(this,L.prototype),this.error=e.error,this.error_description=e.error_description}}class Q extends d{constructor(e){super({name:"InvalidRequestRegionException",$fault:"client",...e});this.name="InvalidRequestRegionException",this.$fault="client",Object.setPrototypeOf(this,Q.prototype),this.error=e.error,this.error_description=e.error_description,this.endpoint=e.endpoint,this.region=e.region}}class X extends d{constructor(e){super({name:"InvalidClientMetadataException",$fault:"client",...e});this.name="InvalidClientMetadataException",this.$fault="client",Object.setPrototypeOf(this,X.prototype),this.error=e.error,this.error_description=e.error_description}}class Y extends d{constructor(e){super({name:"InvalidRedirectUriException",$fault:"client",...e});this.name="InvalidRedirectUriException",this.$fault="client",Object.setPrototypeOf(this,Y.prototype),this.error=e.error,this.error_description=e.error_description}}var Rr=(e)=>({...e,...e.clientSecret&&{clientSecret:t},...e.refreshToken&&{refreshToken:t},...e.codeVerifier&&{codeVerifier:t}}),Pr=(e)=>({...e,...e.accessToken&&{accessToken:t},...e.refreshToken&&{refreshToken:t},...e.idToken&&{idToken:t}}),Tr=(e)=>({...e,...e.refreshToken&&{refreshToken:t},...e.assertion&&{assertion:t},...e.subjectToken&&{subjectToken:t},...e.codeVerifier&&{codeVerifier:t}}),br=(e)=>({...e,...e.accessToken&&{accessToken:t},...e.refreshToken&&{refreshToken:t},...e.idToken&&{idToken:t}}),jr=(e)=>({...e,...e.clientSecret&&{clientSecret:t}}),Fr=(e)=>({...e,...e.clientSecret&&{clientSecret:t}});var v=$(U(),1),D=$(H(),1);var Ur=async(e,s)=>{const r=D.requestBuilder(e,s),i={"content-type":"application/json"};r.bp("/token");let l;return l=JSON.stringify(o(e,{clientId:[],clientSecret:[],code:[],codeVerifier:[],deviceCode:[],grantType:[],redirectUri:[],refreshToken:[],scope:(n)=>R(n)})),r.m("POST").h(i).b(l),r.build()},qr=async(e,s)=>{const r=D.requestBuilder(e,s),i={"content-type":"application/json"};r.bp("/token");const l=y({[ns]:[,"t"]});let n;return n=JSON.stringify(o(e,{assertion:[],clientId:[],code:[],codeVerifier:[],grantType:[],redirectUri:[],refreshToken:[],requestedTokenType:[],scope:(T)=>R(T),subjectToken:[],subjectTokenType:[]})),r.m("POST").h(i).q(l).b(n),r.build()},xr=async(e,s)=>{const r=D.requestBuilder(e,s),i={"content-type":"application/json"};r.bp("/client/register");let l;return l=JSON.stringify(o(e,{clientName:[],clientType:[],entitledApplicationArn:[],grantTypes:(n)=>R(n),issuerUrl:[],redirectUris:(n)=>R(n),scopes:(n)=>R(n)})),r.m("POST").h(i).b(l),r.build()},zr=async(e,s)=>{const r=D.requestBuilder(e,s),i={"content-type":"application/json"};r.bp("/device_authorization");let l;return l=JSON.stringify(o(e,{clientId:[],clientSecret:[],startUrl:[]})),r.m("POST").h(i).b(l),r.build()},Gr=async(e,s)=>{if(e.statusCode!==200&&e.statusCode>=300)return Z(e,s);const r=y({$metadata:c(e)}),i=j(F(await v.parseJsonBody(e.body,s)),"body"),l=o(i,{accessToken:h,expiresIn:b,idToken:h,refreshToken:h,tokenType:h});return Object.assign(r,l),r},Jr=async(e,s)=>{if(e.statusCode!==200&&e.statusCode>=300)return Z(e,s);const r=y({$metadata:c(e)}),i=j(F(await v.parseJsonBody(e.body,s)),"body"),l=o(i,{accessToken:h,expiresIn:b,idToken:h,issuedTokenType:h,refreshToken:h,scope:R,tokenType:h});return Object.assign(r,l),r},Vr=async(e,s)=>{if(e.statusCode!==200&&e.statusCode>=300)return Z(e,s);const r=y({$metadata:c(e)}),i=j(F(await v.parseJsonBody(e.body,s)),"body"),l=o(i,{authorizationEndpoint:h,clientId:h,clientIdIssuedAt:_,clientSecret:h,clientSecretExpiresAt:_,tokenEndpoint:h});return Object.assign(r,l),r},Wr=async(e,s)=>{if(e.statusCode!==200&&e.statusCode>=300)return Z(e,s);const r=y({$metadata:c(e)}),i=j(F(await v.parseJsonBody(e.body,s)),"body"),l=o(i,{deviceCode:h,expiresIn:b,interval:b,userCode:h,verificationUri:h,verificationUriComplete:h});return Object.assign(r,l),r},Z=async(e,s)=>{const r={...e,body:await v.parseJsonErrorBody(e.body,s)},i=v.loadRestJsonErrorCode(e,r.body);switch(i){case"AccessDeniedException":case"com.amazonaws.ssooidc#AccessDeniedException":throw await Hr(r,s);case"AuthorizationPendingException":case"com.amazonaws.ssooidc#AuthorizationPendingException":throw await Nr(r,s);case"ExpiredTokenException":case"com.amazonaws.ssooidc#ExpiredTokenException":throw await _r(r,s);case"InternalServerException":case"com.amazonaws.ssooidc#InternalServerException":throw await pr(r,s);case"InvalidClientException":case"com.amazonaws.ssooidc#InvalidClientException":throw await Cr(r,s);case"InvalidGrantException":case"com.amazonaws.ssooidc#InvalidGrantException":throw await Or(r,s);case"InvalidRequestException":case"com.amazonaws.ssooidc#InvalidRequestException":throw await es(r,s);case"InvalidScopeException":case"com.amazonaws.ssooidc#InvalidScopeException":throw await ss(r,s);case"SlowDownException":case"com.amazonaws.ssooidc#SlowDownException":throw await is(r,s);case"UnauthorizedClientException":case"com.amazonaws.ssooidc#UnauthorizedClientException":throw await ls(r,s);case"UnsupportedGrantTypeException":case"com.amazonaws.ssooidc#UnsupportedGrantTypeException":throw await hs(r,s);case"InvalidRequestRegionException":case"com.amazonaws.ssooidc#InvalidRequestRegionException":throw await rs(r,s);case"InvalidClientMetadataException":case"com.amazonaws.ssooidc#InvalidClientMetadataException":throw await gr(r,s);case"InvalidRedirectUriException":case"com.amazonaws.ssooidc#InvalidRedirectUriException":throw await ur(r,s);default:const l=r.body;return fr({output:e,parsedBody:l,errorCode:i})}},fr=Dr(d),Hr=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{error:h,error_description:h});Object.assign(r,l);const n=new x({$metadata:c(e),...r});return a(n,e.body)},Nr=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{error:h,error_description:h});Object.assign(r,l);const n=new z({$metadata:c(e),...r});return a(n,e.body)},_r=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{error:h,error_description:h});Object.assign(r,l);const n=new G({$metadata:c(e),...r});return a(n,e.body)},pr=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{error:h,error_description:h});Object.assign(r,l);const n=new J({$metadata:c(e),...r});return a(n,e.body)},Cr=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{error:h,error_description:h});Object.assign(r,l);const n=new V({$metadata:c(e),...r});return a(n,e.body)},gr=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{error:h,error_description:h});Object.assign(r,l);const n=new X({$metadata:c(e),...r});return a(n,e.body)},Or=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{error:h,error_description:h});Object.assign(r,l);const n=new W({$metadata:c(e),...r});return a(n,e.body)},ur=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{error:h,error_description:h});Object.assign(r,l);const n=new Y({$metadata:c(e),...r});return a(n,e.body)},es=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{error:h,error_description:h});Object.assign(r,l);const n=new A({$metadata:c(e),...r});return a(n,e.body)},rs=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{endpoint:h,error:h,error_description:h,region:h});Object.assign(r,l);const n=new Q({$metadata:c(e),...r});return a(n,e.body)},ss=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{error:h,error_description:h});Object.assign(r,l);const n=new K({$metadata:c(e),...r});return a(n,e.body)},is=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{error:h,error_description:h});Object.assign(r,l);const n=new M({$metadata:c(e),...r});return a(n,e.body)},ls=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{error:h,error_description:h});Object.assign(r,l);const n=new B({$metadata:c(e),...r});return a(n,e.body)},hs=async(e,s)=>{const r=y({}),i=e.body,l=o(i,{error:h,error_description:h});Object.assign(r,l);const n=new L({$metadata:c(e),...r});return a(n,e.body)},c=(e)=>({httpStatusCode:e.statusCode,requestId:e.headers["x-amzn-requestid"]??e.headers["x-amzn-request-id"]??e.headers["x-amz-request-id"],extendedRequestId:e.headers["x-amz-id-2"],cfId:e.headers["x-amz-cf-id"]});var ns="aws_iam";class p extends S.classBuilder().ep(w).m(function(e,s,r,i){return[k(r,this.serialize,this.deserialize),E(r,e.getEndpointParameterInstructions())]}).s("AWSSSOOIDCService","CreateToken",{}).n("SSOOIDCClient","CreateTokenCommand").f(Rr,Pr).ser(Ur).de(Gr).build(){}class C extends S.classBuilder().ep(w).m(function(e,s,r,i){return[k(r,this.serialize,this.deserialize),E(r,e.getEndpointParameterInstructions())]}).s("AWSSSOOIDCService","CreateTokenWithIAM",{}).n("SSOOIDCClient","CreateTokenWithIAMCommand").f(Tr,br).ser(qr).de(Jr).build(){}class g extends S.classBuilder().ep(w).m(function(e,s,r,i){return[k(r,this.serialize,this.deserialize),E(r,e.getEndpointParameterInstructions())]}).s("AWSSSOOIDCService","RegisterClient",{}).n("SSOOIDCClient","RegisterClientCommand").f(void 0,jr).ser(xr).de(Vr).build(){}class O extends S.classBuilder().ep(w).m(function(e,s,r,i){return[k(r,this.serialize,this.deserialize),E(r,e.getEndpointParameterInstructions())]}).s("AWSSSOOIDCService","StartDeviceAuthorization",{}).n("SSOOIDCClient","StartDeviceAuthorizationCommand").f(Fr,void 0).ser(zr).de(Wr).build(){}var os={CreateTokenCommand:p,CreateTokenWithIAMCommand:C,RegisterClientCommand:g,StartDeviceAuthorizationCommand:O};class Kr extends N{}Ar(os,Kr);export{Sr as __Client,L as UnsupportedGrantTypeException,B as UnauthorizedClientException,Fr as StartDeviceAuthorizationRequestFilterSensitiveLog,O as StartDeviceAuthorizationCommand,M as SlowDownException,d as SSOOIDCServiceException,N as SSOOIDCClient,Kr as SSOOIDC,jr as RegisterClientResponseFilterSensitiveLog,g as RegisterClientCommand,K as InvalidScopeException,Q as InvalidRequestRegionException,A as InvalidRequestException,Y as InvalidRedirectUriException,W as InvalidGrantException,X as InvalidClientMetadataException,V as InvalidClientException,J as InternalServerException,G as ExpiredTokenException,br as CreateTokenWithIAMResponseFilterSensitiveLog,Tr as CreateTokenWithIAMRequestFilterSensitiveLog,C as CreateTokenWithIAMCommand,Pr as CreateTokenResponseFilterSensitiveLog,Rr as CreateTokenRequestFilterSensitiveLog,p as CreateTokenCommand,z as AuthorizationPendingException,x as AccessDeniedException,S as $Command};
|
|
3
|
+
|
|
4
|
+
//# debugId=93FE501C937AB5D664756E2164756E21
|
|
5
|
+
//# sourceMappingURL=chunk-qebxvzqz.js.map
|
|
@@ -5,22 +5,22 @@
|
|
|
5
5
|
"import { getHostHeaderPlugin, resolveHostHeaderConfig, } from \"@aws-sdk/middleware-host-header\";\nimport { getLoggerPlugin } from \"@aws-sdk/middleware-logger\";\nimport { getRecursionDetectionPlugin } from \"@aws-sdk/middleware-recursion-detection\";\nimport { getUserAgentPlugin, resolveUserAgentConfig, } from \"@aws-sdk/middleware-user-agent\";\nimport { resolveRegionConfig } from \"@smithy/config-resolver\";\nimport { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from \"@smithy/core\";\nimport { getContentLengthPlugin } from \"@smithy/middleware-content-length\";\nimport { resolveEndpointConfig } from \"@smithy/middleware-endpoint\";\nimport { getRetryPlugin, resolveRetryConfig } from \"@smithy/middleware-retry\";\nimport { Client as __Client, } from \"@smithy/smithy-client\";\nimport { defaultSSOOIDCHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from \"./auth/httpAuthSchemeProvider\";\nimport { resolveClientEndpointParameters, } from \"./endpoint/EndpointParameters\";\nimport { getRuntimeConfig as __getRuntimeConfig } from \"./runtimeConfig\";\nimport { resolveRuntimeExtensions } from \"./runtimeExtensions\";\nexport { __Client };\nexport class SSOOIDCClient extends __Client {\n constructor(...[configuration]) {\n const _config_0 = __getRuntimeConfig(configuration || {});\n const _config_1 = resolveClientEndpointParameters(_config_0);\n const _config_2 = resolveUserAgentConfig(_config_1);\n const _config_3 = resolveRetryConfig(_config_2);\n const _config_4 = resolveRegionConfig(_config_3);\n const _config_5 = resolveHostHeaderConfig(_config_4);\n const _config_6 = resolveEndpointConfig(_config_5);\n const _config_7 = resolveHttpAuthSchemeConfig(_config_6);\n const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);\n super(_config_8);\n this.config = _config_8;\n this.middlewareStack.use(getUserAgentPlugin(this.config));\n this.middlewareStack.use(getRetryPlugin(this.config));\n this.middlewareStack.use(getContentLengthPlugin(this.config));\n this.middlewareStack.use(getHostHeaderPlugin(this.config));\n this.middlewareStack.use(getLoggerPlugin(this.config));\n this.middlewareStack.use(getRecursionDetectionPlugin(this.config));\n this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {\n httpAuthSchemeParametersProvider: defaultSSOOIDCHttpAuthSchemeParametersProvider,\n identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({\n \"aws.auth#sigv4\": config.credentials,\n }),\n }));\n this.middlewareStack.use(getHttpSigningPlugin(this.config));\n }\n destroy() {\n super.destroy();\n }\n}\n",
|
|
6
6
|
"import { resolveAwsSdkSigV4Config, } from \"@aws-sdk/core\";\nimport { getSmithyContext, normalizeProvider } from \"@smithy/util-middleware\";\nexport const defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {\n return {\n operation: getSmithyContext(context).operation,\n region: (await normalizeProvider(config.region)()) ||\n (() => {\n throw new Error(\"expected `region` to be configured for `aws.auth#sigv4`\");\n })(),\n };\n};\nfunction createAwsAuthSigv4HttpAuthOption(authParameters) {\n return {\n schemeId: \"aws.auth#sigv4\",\n signingProperties: {\n name: \"sso-oauth\",\n region: authParameters.region,\n },\n propertiesExtractor: (config, context) => ({\n signingProperties: {\n config,\n context,\n },\n }),\n };\n}\nfunction createSmithyApiNoAuthHttpAuthOption(authParameters) {\n return {\n schemeId: \"smithy.api#noAuth\",\n };\n}\nexport const defaultSSOOIDCHttpAuthSchemeProvider = (authParameters) => {\n const options = [];\n switch (authParameters.operation) {\n case \"CreateToken\": {\n options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));\n break;\n }\n case \"RegisterClient\": {\n options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));\n break;\n }\n case \"StartDeviceAuthorization\": {\n options.push(createSmithyApiNoAuthHttpAuthOption(authParameters));\n break;\n }\n default: {\n options.push(createAwsAuthSigv4HttpAuthOption(authParameters));\n }\n }\n return options;\n};\nexport const resolveHttpAuthSchemeConfig = (config) => {\n const config_0 = resolveAwsSdkSigV4Config(config);\n return {\n ...config_0,\n };\n};\n",
|
|
7
7
|
"export const resolveClientEndpointParameters = (options) => {\n return {\n ...options,\n useDualstackEndpoint: options.useDualstackEndpoint ?? false,\n useFipsEndpoint: options.useFipsEndpoint ?? false,\n defaultSigningName: \"sso-oauth\",\n };\n};\nexport const commonParams = {\n UseFIPS: { type: \"builtInParams\", name: \"useFipsEndpoint\" },\n Endpoint: { type: \"builtInParams\", name: \"endpoint\" },\n Region: { type: \"builtInParams\", name: \"region\" },\n UseDualStack: { type: \"builtInParams\", name: \"useDualstackEndpoint\" },\n};\n",
|
|
8
|
-
"import packageInfo from \"../package.json\";\nimport { emitWarningIfUnsupportedVersion as awsCheckVersion } from \"@aws-sdk/core\";\nimport { defaultProvider as credentialDefaultProvider } from \"@aws-sdk/credential-provider-node\";\nimport { defaultUserAgent } from \"@aws-sdk/util-user-agent-node\";\nimport { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from \"@smithy/config-resolver\";\nimport { Hash } from \"@smithy/hash-node\";\nimport { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from \"@smithy/middleware-retry\";\nimport { loadConfig as loadNodeConfig } from \"@smithy/node-config-provider\";\nimport { NodeHttpHandler as RequestHandler, streamCollector } from \"@smithy/node-http-handler\";\nimport { calculateBodyLength } from \"@smithy/util-body-length-node\";\nimport { DEFAULT_RETRY_MODE } from \"@smithy/util-retry\";\nimport { getRuntimeConfig as getSharedRuntimeConfig } from \"./runtimeConfig.shared\";\nimport { loadConfigsForDefaultMode } from \"@smithy/smithy-client\";\nimport { resolveDefaultsModeConfig } from \"@smithy/util-defaults-mode-node\";\nimport { emitWarningIfUnsupportedVersion } from \"@smithy/smithy-client\";\nexport const getRuntimeConfig = (config) => {\n emitWarningIfUnsupportedVersion(process.version);\n const defaultsMode = resolveDefaultsModeConfig(config);\n const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);\n const clientSharedValues = getSharedRuntimeConfig(config);\n awsCheckVersion(process.version);\n return {\n ...clientSharedValues,\n ...config,\n runtime: \"node\",\n defaultsMode,\n bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,\n credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,\n defaultUserAgentProvider: config?.defaultUserAgentProvider ??\n defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),\n maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),\n region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),\n requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),\n retryMode: config?.retryMode ??\n loadNodeConfig({\n ...NODE_RETRY_MODE_CONFIG_OPTIONS,\n default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,\n }),\n sha256: config?.sha256 ?? Hash.bind(null, \"sha256\"),\n streamCollector: config?.streamCollector ?? streamCollector,\n useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),\n useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),\n };\n};\n",
|
|
8
|
+
"import packageInfo from \"../package.json\";\nimport { emitWarningIfUnsupportedVersion as awsCheckVersion } from \"@aws-sdk/core\";\nimport { defaultProvider as credentialDefaultProvider } from \"@aws-sdk/credential-provider-node\";\nimport { NODE_APP_ID_CONFIG_OPTIONS, defaultUserAgent } from \"@aws-sdk/util-user-agent-node\";\nimport { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from \"@smithy/config-resolver\";\nimport { Hash } from \"@smithy/hash-node\";\nimport { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from \"@smithy/middleware-retry\";\nimport { loadConfig as loadNodeConfig } from \"@smithy/node-config-provider\";\nimport { NodeHttpHandler as RequestHandler, streamCollector } from \"@smithy/node-http-handler\";\nimport { calculateBodyLength } from \"@smithy/util-body-length-node\";\nimport { DEFAULT_RETRY_MODE } from \"@smithy/util-retry\";\nimport { getRuntimeConfig as getSharedRuntimeConfig } from \"./runtimeConfig.shared\";\nimport { loadConfigsForDefaultMode } from \"@smithy/smithy-client\";\nimport { resolveDefaultsModeConfig } from \"@smithy/util-defaults-mode-node\";\nimport { emitWarningIfUnsupportedVersion } from \"@smithy/smithy-client\";\nexport const getRuntimeConfig = (config) => {\n emitWarningIfUnsupportedVersion(process.version);\n const defaultsMode = resolveDefaultsModeConfig(config);\n const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);\n const clientSharedValues = getSharedRuntimeConfig(config);\n awsCheckVersion(process.version);\n return {\n ...clientSharedValues,\n ...config,\n runtime: \"node\",\n defaultsMode,\n bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,\n credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,\n defaultUserAgentProvider: config?.defaultUserAgentProvider ??\n defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),\n maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),\n region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),\n requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),\n retryMode: config?.retryMode ??\n loadNodeConfig({\n ...NODE_RETRY_MODE_CONFIG_OPTIONS,\n default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,\n }),\n sha256: config?.sha256 ?? Hash.bind(null, \"sha256\"),\n streamCollector: config?.streamCollector ?? streamCollector,\n useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),\n useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),\n userAgentAppId: config?.userAgentAppId ?? loadNodeConfig(NODE_APP_ID_CONFIG_OPTIONS),\n };\n};\n",
|
|
9
9
|
"import { AwsSdkSigV4Signer } from \"@aws-sdk/core\";\nimport { NoAuthSigner } from \"@smithy/core\";\nimport { NoOpLogger } from \"@smithy/smithy-client\";\nimport { parseUrl } from \"@smithy/url-parser\";\nimport { fromBase64, toBase64 } from \"@smithy/util-base64\";\nimport { fromUtf8, toUtf8 } from \"@smithy/util-utf8\";\nimport { defaultSSOOIDCHttpAuthSchemeProvider } from \"./auth/httpAuthSchemeProvider\";\nimport { defaultEndpointResolver } from \"./endpoint/endpointResolver\";\nexport const getRuntimeConfig = (config) => {\n return {\n apiVersion: \"2019-06-10\",\n base64Decoder: config?.base64Decoder ?? fromBase64,\n base64Encoder: config?.base64Encoder ?? toBase64,\n disableHostPrefix: config?.disableHostPrefix ?? false,\n endpointProvider: config?.endpointProvider ?? defaultEndpointResolver,\n extensions: config?.extensions ?? [],\n httpAuthSchemeProvider: config?.httpAuthSchemeProvider ?? defaultSSOOIDCHttpAuthSchemeProvider,\n httpAuthSchemes: config?.httpAuthSchemes ?? [\n {\n schemeId: \"aws.auth#sigv4\",\n identityProvider: (ipc) => ipc.getIdentityProvider(\"aws.auth#sigv4\"),\n signer: new AwsSdkSigV4Signer(),\n },\n {\n schemeId: \"smithy.api#noAuth\",\n identityProvider: (ipc) => ipc.getIdentityProvider(\"smithy.api#noAuth\") || (async () => ({})),\n signer: new NoAuthSigner(),\n },\n ],\n logger: config?.logger ?? new NoOpLogger(),\n serviceId: config?.serviceId ?? \"SSO OIDC\",\n urlParser: config?.urlParser ?? parseUrl,\n utf8Decoder: config?.utf8Decoder ?? fromUtf8,\n utf8Encoder: config?.utf8Encoder ?? toUtf8,\n };\n};\n",
|
|
10
10
|
"const u = \"required\", v = \"fn\", w = \"argv\", x = \"ref\";\nconst a = true, b = \"isSet\", c = \"booleanEquals\", d = \"error\", e = \"endpoint\", f = \"tree\", g = \"PartitionResult\", h = \"getAttr\", i = { [u]: false, \"type\": \"String\" }, j = { [u]: true, \"default\": false, \"type\": \"Boolean\" }, k = { [x]: \"Endpoint\" }, l = { [v]: c, [w]: [{ [x]: \"UseFIPS\" }, true] }, m = { [v]: c, [w]: [{ [x]: \"UseDualStack\" }, true] }, n = {}, o = { [v]: h, [w]: [{ [x]: g }, \"supportsFIPS\"] }, p = { [x]: g }, q = { [v]: c, [w]: [true, { [v]: h, [w]: [p, \"supportsDualStack\"] }] }, r = [l], s = [m], t = [{ [x]: \"Region\" }];\nconst _data = { version: \"1.0\", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [v]: b, [w]: [k] }], rules: [{ conditions: r, error: \"Invalid Configuration: FIPS and custom endpoint are not supported\", type: d }, { conditions: s, error: \"Invalid Configuration: Dualstack and custom endpoint are not supported\", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [v]: b, [w]: t }], rules: [{ conditions: [{ [v]: \"aws.partition\", [w]: t, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [v]: c, [w]: [a, o] }, q], rules: [{ endpoint: { url: \"https://oidc-fips.{Region}.{PartitionResult#dualStackDnsSuffix}\", properties: n, headers: n }, type: e }], type: f }, { error: \"FIPS and DualStack are enabled, but this partition does not support one or both\", type: d }], type: f }, { conditions: r, rules: [{ conditions: [{ [v]: c, [w]: [o, a] }], rules: [{ conditions: [{ [v]: \"stringEquals\", [w]: [{ [v]: h, [w]: [p, \"name\"] }, \"aws-us-gov\"] }], endpoint: { url: \"https://oidc.{Region}.amazonaws.com\", properties: n, headers: n }, type: e }, { endpoint: { url: \"https://oidc-fips.{Region}.{PartitionResult#dnsSuffix}\", properties: n, headers: n }, type: e }], type: f }, { error: \"FIPS is enabled but this partition does not support FIPS\", type: d }], type: f }, { conditions: s, rules: [{ conditions: [q], rules: [{ endpoint: { url: \"https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}\", properties: n, headers: n }, type: e }], type: f }, { error: \"DualStack is enabled but this partition does not support DualStack\", type: d }], type: f }, { endpoint: { url: \"https://oidc.{Region}.{PartitionResult#dnsSuffix}\", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: \"Invalid Configuration: Missing Region\", type: d }] };\nexport const ruleSet = _data;\n",
|
|
11
|
-
"import { awsEndpointFunctions } from \"@aws-sdk/util-endpoints\";\nimport { customEndpointFunctions, resolveEndpoint } from \"@smithy/util-endpoints\";\nimport { ruleSet } from \"./ruleset\";\nexport const defaultEndpointResolver = (endpointParams, context = {}) => {\n return resolveEndpoint(ruleSet, {\n endpointParams: endpointParams,\n logger: context.logger,\n });\n};\ncustomEndpointFunctions.aws = awsEndpointFunctions;\n",
|
|
11
|
+
"import { awsEndpointFunctions } from \"@aws-sdk/util-endpoints\";\nimport { customEndpointFunctions, EndpointCache, resolveEndpoint } from \"@smithy/util-endpoints\";\nimport { ruleSet } from \"./ruleset\";\nconst cache = new EndpointCache({\n size: 50,\n params: [\"Endpoint\", \"Region\", \"UseDualStack\", \"UseFIPS\"],\n});\nexport const defaultEndpointResolver = (endpointParams, context = {}) => {\n return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {\n endpointParams: endpointParams,\n logger: context.logger,\n }));\n};\ncustomEndpointFunctions.aws = awsEndpointFunctions;\n",
|
|
12
12
|
"export const getHttpAuthExtensionConfiguration = (runtimeConfig) => {\n const _httpAuthSchemes = runtimeConfig.httpAuthSchemes;\n let _httpAuthSchemeProvider = runtimeConfig.httpAuthSchemeProvider;\n let _credentials = runtimeConfig.credentials;\n return {\n setHttpAuthScheme(httpAuthScheme) {\n const index = _httpAuthSchemes.findIndex((scheme) => scheme.schemeId === httpAuthScheme.schemeId);\n if (index === -1) {\n _httpAuthSchemes.push(httpAuthScheme);\n }\n else {\n _httpAuthSchemes.splice(index, 1, httpAuthScheme);\n }\n },\n httpAuthSchemes() {\n return _httpAuthSchemes;\n },\n setHttpAuthSchemeProvider(httpAuthSchemeProvider) {\n _httpAuthSchemeProvider = httpAuthSchemeProvider;\n },\n httpAuthSchemeProvider() {\n return _httpAuthSchemeProvider;\n },\n setCredentials(credentials) {\n _credentials = credentials;\n },\n credentials() {\n return _credentials;\n },\n };\n};\nexport const resolveHttpAuthRuntimeConfig = (config) => {\n return {\n httpAuthSchemes: config.httpAuthSchemes(),\n httpAuthSchemeProvider: config.httpAuthSchemeProvider(),\n credentials: config.credentials(),\n };\n};\n",
|
|
13
13
|
"import { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, } from \"@aws-sdk/region-config-resolver\";\nimport { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig } from \"@smithy/protocol-http\";\nimport { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig } from \"@smithy/smithy-client\";\nimport { getHttpAuthExtensionConfiguration, resolveHttpAuthRuntimeConfig } from \"./auth/httpAuthExtensionConfiguration\";\nconst asPartial = (t) => t;\nexport const resolveRuntimeExtensions = (runtimeConfig, extensions) => {\n const extensionConfiguration = {\n ...asPartial(getAwsRegionExtensionConfiguration(runtimeConfig)),\n ...asPartial(getDefaultExtensionConfiguration(runtimeConfig)),\n ...asPartial(getHttpHandlerExtensionConfiguration(runtimeConfig)),\n ...asPartial(getHttpAuthExtensionConfiguration(runtimeConfig)),\n };\n extensions.forEach((extension) => extension.configure(extensionConfiguration));\n return {\n ...runtimeConfig,\n ...resolveAwsRegionExtensionConfiguration(extensionConfiguration),\n ...resolveDefaultRuntimeConfig(extensionConfiguration),\n ...resolveHttpHandlerRuntimeConfig(extensionConfiguration),\n ...resolveHttpAuthRuntimeConfig(extensionConfiguration),\n };\n};\n",
|
|
14
14
|
"import { ServiceException as __ServiceException, } from \"@smithy/smithy-client\";\nexport { __ServiceException };\nexport class SSOOIDCServiceException extends __ServiceException {\n constructor(options) {\n super(options);\n Object.setPrototypeOf(this, SSOOIDCServiceException.prototype);\n }\n}\n",
|
|
15
15
|
"import { SENSITIVE_STRING } from \"@smithy/smithy-client\";\nimport { SSOOIDCServiceException as __BaseException } from \"./SSOOIDCServiceException\";\nexport class AccessDeniedException extends __BaseException {\n constructor(opts) {\n super({\n name: \"AccessDeniedException\",\n $fault: \"client\",\n ...opts,\n });\n this.name = \"AccessDeniedException\";\n this.$fault = \"client\";\n Object.setPrototypeOf(this, AccessDeniedException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n }\n}\nexport class AuthorizationPendingException extends __BaseException {\n constructor(opts) {\n super({\n name: \"AuthorizationPendingException\",\n $fault: \"client\",\n ...opts,\n });\n this.name = \"AuthorizationPendingException\";\n this.$fault = \"client\";\n Object.setPrototypeOf(this, AuthorizationPendingException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n }\n}\nexport class ExpiredTokenException extends __BaseException {\n constructor(opts) {\n super({\n name: \"ExpiredTokenException\",\n $fault: \"client\",\n ...opts,\n });\n this.name = \"ExpiredTokenException\";\n this.$fault = \"client\";\n Object.setPrototypeOf(this, ExpiredTokenException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n }\n}\nexport class InternalServerException extends __BaseException {\n constructor(opts) {\n super({\n name: \"InternalServerException\",\n $fault: \"server\",\n ...opts,\n });\n this.name = \"InternalServerException\";\n this.$fault = \"server\";\n Object.setPrototypeOf(this, InternalServerException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n }\n}\nexport class InvalidClientException extends __BaseException {\n constructor(opts) {\n super({\n name: \"InvalidClientException\",\n $fault: \"client\",\n ...opts,\n });\n this.name = \"InvalidClientException\";\n this.$fault = \"client\";\n Object.setPrototypeOf(this, InvalidClientException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n }\n}\nexport class InvalidGrantException extends __BaseException {\n constructor(opts) {\n super({\n name: \"InvalidGrantException\",\n $fault: \"client\",\n ...opts,\n });\n this.name = \"InvalidGrantException\";\n this.$fault = \"client\";\n Object.setPrototypeOf(this, InvalidGrantException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n }\n}\nexport class InvalidRequestException extends __BaseException {\n constructor(opts) {\n super({\n name: \"InvalidRequestException\",\n $fault: \"client\",\n ...opts,\n });\n this.name = \"InvalidRequestException\";\n this.$fault = \"client\";\n Object.setPrototypeOf(this, InvalidRequestException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n }\n}\nexport class InvalidScopeException extends __BaseException {\n constructor(opts) {\n super({\n name: \"InvalidScopeException\",\n $fault: \"client\",\n ...opts,\n });\n this.name = \"InvalidScopeException\";\n this.$fault = \"client\";\n Object.setPrototypeOf(this, InvalidScopeException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n }\n}\nexport class SlowDownException extends __BaseException {\n constructor(opts) {\n super({\n name: \"SlowDownException\",\n $fault: \"client\",\n ...opts,\n });\n this.name = \"SlowDownException\";\n this.$fault = \"client\";\n Object.setPrototypeOf(this, SlowDownException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n }\n}\nexport class UnauthorizedClientException extends __BaseException {\n constructor(opts) {\n super({\n name: \"UnauthorizedClientException\",\n $fault: \"client\",\n ...opts,\n });\n this.name = \"UnauthorizedClientException\";\n this.$fault = \"client\";\n Object.setPrototypeOf(this, UnauthorizedClientException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n }\n}\nexport class UnsupportedGrantTypeException extends __BaseException {\n constructor(opts) {\n super({\n name: \"UnsupportedGrantTypeException\",\n $fault: \"client\",\n ...opts,\n });\n this.name = \"UnsupportedGrantTypeException\";\n this.$fault = \"client\";\n Object.setPrototypeOf(this, UnsupportedGrantTypeException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n }\n}\nexport class InvalidRequestRegionException extends __BaseException {\n constructor(opts) {\n super({\n name: \"InvalidRequestRegionException\",\n $fault: \"client\",\n ...opts,\n });\n this.name = \"InvalidRequestRegionException\";\n this.$fault = \"client\";\n Object.setPrototypeOf(this, InvalidRequestRegionException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n this.endpoint = opts.endpoint;\n this.region = opts.region;\n }\n}\nexport class InvalidClientMetadataException extends __BaseException {\n constructor(opts) {\n super({\n name: \"InvalidClientMetadataException\",\n $fault: \"client\",\n ...opts,\n });\n this.name = \"InvalidClientMetadataException\";\n this.$fault = \"client\";\n Object.setPrototypeOf(this, InvalidClientMetadataException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n }\n}\nexport class InvalidRedirectUriException extends __BaseException {\n constructor(opts) {\n super({\n name: \"InvalidRedirectUriException\",\n $fault: \"client\",\n ...opts,\n });\n this.name = \"InvalidRedirectUriException\";\n this.$fault = \"client\";\n Object.setPrototypeOf(this, InvalidRedirectUriException.prototype);\n this.error = opts.error;\n this.error_description = opts.error_description;\n }\n}\nexport const CreateTokenRequestFilterSensitiveLog = (obj) => ({\n ...obj,\n ...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),\n ...(obj.refreshToken && { refreshToken: SENSITIVE_STRING }),\n ...(obj.codeVerifier && { codeVerifier: SENSITIVE_STRING }),\n});\nexport const CreateTokenResponseFilterSensitiveLog = (obj) => ({\n ...obj,\n ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),\n ...(obj.refreshToken && { refreshToken: SENSITIVE_STRING }),\n ...(obj.idToken && { idToken: SENSITIVE_STRING }),\n});\nexport const CreateTokenWithIAMRequestFilterSensitiveLog = (obj) => ({\n ...obj,\n ...(obj.refreshToken && { refreshToken: SENSITIVE_STRING }),\n ...(obj.assertion && { assertion: SENSITIVE_STRING }),\n ...(obj.subjectToken && { subjectToken: SENSITIVE_STRING }),\n ...(obj.codeVerifier && { codeVerifier: SENSITIVE_STRING }),\n});\nexport const CreateTokenWithIAMResponseFilterSensitiveLog = (obj) => ({\n ...obj,\n ...(obj.accessToken && { accessToken: SENSITIVE_STRING }),\n ...(obj.refreshToken && { refreshToken: SENSITIVE_STRING }),\n ...(obj.idToken && { idToken: SENSITIVE_STRING }),\n});\nexport const RegisterClientResponseFilterSensitiveLog = (obj) => ({\n ...obj,\n ...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),\n});\nexport const StartDeviceAuthorizationRequestFilterSensitiveLog = (obj) => ({\n ...obj,\n ...(obj.clientSecret && { clientSecret: SENSITIVE_STRING }),\n});\n",
|
|
16
|
-
"import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from \"@aws-sdk/core\";\nimport { requestBuilder as rb } from \"@smithy/core\";\nimport { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map, take, withBaseException, } from \"@smithy/smithy-client\";\nimport { AccessDeniedException, AuthorizationPendingException, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidClientMetadataException, InvalidGrantException, InvalidRedirectUriException, InvalidRequestException, InvalidRequestRegionException, InvalidScopeException, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, } from \"../models/models_0\";\nimport { SSOOIDCServiceException as __BaseException } from \"../models/SSOOIDCServiceException\";\nexport const se_CreateTokenCommand = async (input, context) => {\n const b = rb(input, context);\n const headers = {\n \"content-type\": \"application/json\",\n };\n b.bp(\"/token\");\n let body;\n body = JSON.stringify(take(input, {\n clientId: [],\n clientSecret: [],\n code: [],\n codeVerifier: [],\n deviceCode: [],\n grantType: [],\n redirectUri: [],\n refreshToken: [],\n scope: (_) => _json(_),\n }));\n b.m(\"POST\").h(headers).b(body);\n return b.build();\n};\nexport const se_CreateTokenWithIAMCommand = async (input, context) => {\n const b = rb(input, context);\n const headers = {\n \"content-type\": \"application/json\",\n };\n b.bp(\"/token\");\n const query = map({\n [_ai]: [, \"t\"],\n });\n let body;\n body = JSON.stringify(take(input, {\n assertion: [],\n clientId: [],\n code: [],\n codeVerifier: [],\n grantType: [],\n redirectUri: [],\n refreshToken: [],\n requestedTokenType: [],\n scope: (_) => _json(_),\n subjectToken: [],\n subjectTokenType: [],\n }));\n b.m(\"POST\").h(headers).q(query).b(body);\n return b.build();\n};\nexport const se_RegisterClientCommand = async (input, context) => {\n const b = rb(input, context);\n const headers = {\n \"content-type\": \"application/json\",\n };\n b.bp(\"/client/register\");\n let body;\n body = JSON.stringify(take(input, {\n clientName: [],\n clientType: [],\n entitledApplicationArn: [],\n grantTypes: (_) => _json(_),\n issuerUrl: [],\n redirectUris: (_) => _json(_),\n scopes: (_) => _json(_),\n }));\n b.m(\"POST\").h(headers).b(body);\n return b.build();\n};\nexport const se_StartDeviceAuthorizationCommand = async (input, context) => {\n const b = rb(input, context);\n const headers = {\n \"content-type\": \"application/json\",\n };\n b.bp(\"/device_authorization\");\n let body;\n body = JSON.stringify(take(input, {\n clientId: [],\n clientSecret: [],\n startUrl: [],\n }));\n b.m(\"POST\").h(headers).b(body);\n return b.build();\n};\nexport const de_CreateTokenCommand = async (output, context) => {\n if (output.statusCode !== 200 && output.statusCode >= 300) {\n return de_CommandError(output, context);\n }\n const contents = map({\n $metadata: deserializeMetadata(output),\n });\n const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), \"body\");\n const doc = take(data, {\n accessToken: __expectString,\n expiresIn: __expectInt32,\n idToken: __expectString,\n refreshToken: __expectString,\n tokenType: __expectString,\n });\n Object.assign(contents, doc);\n return contents;\n};\nexport const de_CreateTokenWithIAMCommand = async (output, context) => {\n if (output.statusCode !== 200 && output.statusCode >= 300) {\n return de_CommandError(output, context);\n }\n const contents = map({\n $metadata: deserializeMetadata(output),\n });\n const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), \"body\");\n const doc = take(data, {\n accessToken: __expectString,\n expiresIn: __expectInt32,\n idToken: __expectString,\n issuedTokenType: __expectString,\n refreshToken: __expectString,\n scope: _json,\n tokenType: __expectString,\n });\n Object.assign(contents, doc);\n return contents;\n};\nexport const de_RegisterClientCommand = async (output, context) => {\n if (output.statusCode !== 200 && output.statusCode >= 300) {\n return de_CommandError(output, context);\n }\n const contents = map({\n $metadata: deserializeMetadata(output),\n });\n const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), \"body\");\n const doc = take(data, {\n authorizationEndpoint: __expectString,\n clientId: __expectString,\n clientIdIssuedAt: __expectLong,\n clientSecret: __expectString,\n clientSecretExpiresAt: __expectLong,\n tokenEndpoint: __expectString,\n });\n Object.assign(contents, doc);\n return contents;\n};\nexport const de_StartDeviceAuthorizationCommand = async (output, context) => {\n if (output.statusCode !== 200 && output.statusCode >= 300) {\n return de_CommandError(output, context);\n }\n const contents = map({\n $metadata: deserializeMetadata(output),\n });\n const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), \"body\");\n const doc = take(data, {\n deviceCode: __expectString,\n expiresIn: __expectInt32,\n interval: __expectInt32,\n userCode: __expectString,\n verificationUri: __expectString,\n verificationUriComplete: __expectString,\n });\n Object.assign(contents, doc);\n return contents;\n};\nconst de_CommandError = async (output, context) => {\n const parsedOutput = {\n ...output,\n body: await parseErrorBody(output.body, context),\n };\n const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);\n switch (errorCode) {\n case \"AccessDeniedException\":\n case \"com.amazonaws.ssooidc#AccessDeniedException\":\n throw await de_AccessDeniedExceptionRes(parsedOutput, context);\n case \"AuthorizationPendingException\":\n case \"com.amazonaws.ssooidc#AuthorizationPendingException\":\n throw await de_AuthorizationPendingExceptionRes(parsedOutput, context);\n case \"ExpiredTokenException\":\n case \"com.amazonaws.ssooidc#ExpiredTokenException\":\n throw await de_ExpiredTokenExceptionRes(parsedOutput, context);\n case \"InternalServerException\":\n case \"com.amazonaws.ssooidc#InternalServerException\":\n throw await de_InternalServerExceptionRes(parsedOutput, context);\n case \"InvalidClientException\":\n case \"com.amazonaws.ssooidc#InvalidClientException\":\n throw await de_InvalidClientExceptionRes(parsedOutput, context);\n case \"InvalidGrantException\":\n case \"com.amazonaws.ssooidc#InvalidGrantException\":\n throw await de_InvalidGrantExceptionRes(parsedOutput, context);\n case \"InvalidRequestException\":\n case \"com.amazonaws.ssooidc#InvalidRequestException\":\n throw await de_InvalidRequestExceptionRes(parsedOutput, context);\n case \"InvalidScopeException\":\n case \"com.amazonaws.ssooidc#InvalidScopeException\":\n throw await de_InvalidScopeExceptionRes(parsedOutput, context);\n case \"SlowDownException\":\n case \"com.amazonaws.ssooidc#SlowDownException\":\n throw await de_SlowDownExceptionRes(parsedOutput, context);\n case \"UnauthorizedClientException\":\n case \"com.amazonaws.ssooidc#UnauthorizedClientException\":\n throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);\n case \"UnsupportedGrantTypeException\":\n case \"com.amazonaws.ssooidc#UnsupportedGrantTypeException\":\n throw await de_UnsupportedGrantTypeExceptionRes(parsedOutput, context);\n case \"InvalidRequestRegionException\":\n case \"com.amazonaws.ssooidc#InvalidRequestRegionException\":\n throw await de_InvalidRequestRegionExceptionRes(parsedOutput, context);\n case \"InvalidClientMetadataException\":\n case \"com.amazonaws.ssooidc#InvalidClientMetadataException\":\n throw await de_InvalidClientMetadataExceptionRes(parsedOutput, context);\n case \"InvalidRedirectUriException\":\n case \"com.amazonaws.ssooidc#InvalidRedirectUriException\":\n throw await de_InvalidRedirectUriExceptionRes(parsedOutput, context);\n default:\n const parsedBody = parsedOutput.body;\n return throwDefaultError({\n output,\n parsedBody,\n errorCode,\n });\n }\n};\nconst throwDefaultError = withBaseException(__BaseException);\nconst de_AccessDeniedExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new AccessDeniedException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_AuthorizationPendingExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new AuthorizationPendingException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_ExpiredTokenExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new ExpiredTokenException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InternalServerExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InternalServerException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidClientExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidClientException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidClientMetadataExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidClientMetadataException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidGrantExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidGrantException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidRedirectUriExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidRedirectUriException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidRequestExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidRequestException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidRequestRegionExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n endpoint: __expectString,\n error: __expectString,\n error_description: __expectString,\n region: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidRequestRegionException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidScopeExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidScopeException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_SlowDownExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new SlowDownException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_UnauthorizedClientExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new UnauthorizedClientException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_UnsupportedGrantTypeExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new UnsupportedGrantTypeException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst deserializeMetadata = (output) => ({\n httpStatusCode: output.statusCode,\n requestId: output.headers[\"x-amzn-requestid\"] ?? output.headers[\"x-amzn-request-id\"] ?? output.headers[\"x-amz-request-id\"],\n extendedRequestId: output.headers[\"x-amz-id-2\"],\n cfId: output.headers[\"x-amz-cf-id\"],\n});\nconst collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));\nconst isSerializableHeaderValue = (value) => value !== undefined &&\n value !== null &&\n value !== \"\" &&\n (!Object.getOwnPropertyNames(value).includes(\"length\") || value.length != 0) &&\n (!Object.getOwnPropertyNames(value).includes(\"size\") || value.size != 0);\nconst _ai = \"aws_iam\";\n",
|
|
17
|
-
"import { getEndpointPlugin } from \"@smithy/middleware-endpoint\";\nimport { getSerdePlugin } from \"@smithy/middleware-serde\";\nimport { Command as $Command } from \"@smithy/smithy-client\";\nimport { commonParams } from \"../endpoint/EndpointParameters\";\nimport { CreateTokenRequestFilterSensitiveLog, CreateTokenResponseFilterSensitiveLog, } from \"../models/models_0\";\nimport { de_CreateTokenCommand, se_CreateTokenCommand } from \"../protocols/Aws_restJson1\";\nexport { $Command };\nexport class CreateTokenCommand extends $Command\n .classBuilder()\n .ep(
|
|
18
|
-
"import { getEndpointPlugin } from \"@smithy/middleware-endpoint\";\nimport { getSerdePlugin } from \"@smithy/middleware-serde\";\nimport { Command as $Command } from \"@smithy/smithy-client\";\nimport { commonParams } from \"../endpoint/EndpointParameters\";\nimport { CreateTokenWithIAMRequestFilterSensitiveLog, CreateTokenWithIAMResponseFilterSensitiveLog, } from \"../models/models_0\";\nimport { de_CreateTokenWithIAMCommand, se_CreateTokenWithIAMCommand } from \"../protocols/Aws_restJson1\";\nexport { $Command };\nexport class CreateTokenWithIAMCommand extends $Command\n .classBuilder()\n .ep(
|
|
19
|
-
"import { getEndpointPlugin } from \"@smithy/middleware-endpoint\";\nimport { getSerdePlugin } from \"@smithy/middleware-serde\";\nimport { Command as $Command } from \"@smithy/smithy-client\";\nimport { commonParams } from \"../endpoint/EndpointParameters\";\nimport { RegisterClientResponseFilterSensitiveLog, } from \"../models/models_0\";\nimport { de_RegisterClientCommand, se_RegisterClientCommand } from \"../protocols/Aws_restJson1\";\nexport { $Command };\nexport class RegisterClientCommand extends $Command\n .classBuilder()\n .ep(
|
|
20
|
-
"import { getEndpointPlugin } from \"@smithy/middleware-endpoint\";\nimport { getSerdePlugin } from \"@smithy/middleware-serde\";\nimport { Command as $Command } from \"@smithy/smithy-client\";\nimport { commonParams } from \"../endpoint/EndpointParameters\";\nimport { StartDeviceAuthorizationRequestFilterSensitiveLog, } from \"../models/models_0\";\nimport { de_StartDeviceAuthorizationCommand, se_StartDeviceAuthorizationCommand } from \"../protocols/Aws_restJson1\";\nexport { $Command };\nexport class StartDeviceAuthorizationCommand extends $Command\n .classBuilder()\n .ep(
|
|
16
|
+
"import { loadRestJsonErrorCode, parseJsonBody as parseBody, parseJsonErrorBody as parseErrorBody } from \"@aws-sdk/core\";\nimport { requestBuilder as rb } from \"@smithy/core\";\nimport { _json, collectBody, decorateServiceException as __decorateServiceException, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectObject as __expectObject, expectString as __expectString, map, take, withBaseException, } from \"@smithy/smithy-client\";\nimport { AccessDeniedException, AuthorizationPendingException, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidClientMetadataException, InvalidGrantException, InvalidRedirectUriException, InvalidRequestException, InvalidRequestRegionException, InvalidScopeException, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, } from \"../models/models_0\";\nimport { SSOOIDCServiceException as __BaseException } from \"../models/SSOOIDCServiceException\";\nexport const se_CreateTokenCommand = async (input, context) => {\n const b = rb(input, context);\n const headers = {\n \"content-type\": \"application/json\",\n };\n b.bp(\"/token\");\n let body;\n body = JSON.stringify(take(input, {\n clientId: [],\n clientSecret: [],\n code: [],\n codeVerifier: [],\n deviceCode: [],\n grantType: [],\n redirectUri: [],\n refreshToken: [],\n scope: (_) => _json(_),\n }));\n b.m(\"POST\").h(headers).b(body);\n return b.build();\n};\nexport const se_CreateTokenWithIAMCommand = async (input, context) => {\n const b = rb(input, context);\n const headers = {\n \"content-type\": \"application/json\",\n };\n b.bp(\"/token\");\n const query = map({\n [_ai]: [, \"t\"],\n });\n let body;\n body = JSON.stringify(take(input, {\n assertion: [],\n clientId: [],\n code: [],\n codeVerifier: [],\n grantType: [],\n redirectUri: [],\n refreshToken: [],\n requestedTokenType: [],\n scope: (_) => _json(_),\n subjectToken: [],\n subjectTokenType: [],\n }));\n b.m(\"POST\").h(headers).q(query).b(body);\n return b.build();\n};\nexport const se_RegisterClientCommand = async (input, context) => {\n const b = rb(input, context);\n const headers = {\n \"content-type\": \"application/json\",\n };\n b.bp(\"/client/register\");\n let body;\n body = JSON.stringify(take(input, {\n clientName: [],\n clientType: [],\n entitledApplicationArn: [],\n grantTypes: (_) => _json(_),\n issuerUrl: [],\n redirectUris: (_) => _json(_),\n scopes: (_) => _json(_),\n }));\n b.m(\"POST\").h(headers).b(body);\n return b.build();\n};\nexport const se_StartDeviceAuthorizationCommand = async (input, context) => {\n const b = rb(input, context);\n const headers = {\n \"content-type\": \"application/json\",\n };\n b.bp(\"/device_authorization\");\n let body;\n body = JSON.stringify(take(input, {\n clientId: [],\n clientSecret: [],\n startUrl: [],\n }));\n b.m(\"POST\").h(headers).b(body);\n return b.build();\n};\nexport const de_CreateTokenCommand = async (output, context) => {\n if (output.statusCode !== 200 && output.statusCode >= 300) {\n return de_CommandError(output, context);\n }\n const contents = map({\n $metadata: deserializeMetadata(output),\n });\n const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), \"body\");\n const doc = take(data, {\n accessToken: __expectString,\n expiresIn: __expectInt32,\n idToken: __expectString,\n refreshToken: __expectString,\n tokenType: __expectString,\n });\n Object.assign(contents, doc);\n return contents;\n};\nexport const de_CreateTokenWithIAMCommand = async (output, context) => {\n if (output.statusCode !== 200 && output.statusCode >= 300) {\n return de_CommandError(output, context);\n }\n const contents = map({\n $metadata: deserializeMetadata(output),\n });\n const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), \"body\");\n const doc = take(data, {\n accessToken: __expectString,\n expiresIn: __expectInt32,\n idToken: __expectString,\n issuedTokenType: __expectString,\n refreshToken: __expectString,\n scope: _json,\n tokenType: __expectString,\n });\n Object.assign(contents, doc);\n return contents;\n};\nexport const de_RegisterClientCommand = async (output, context) => {\n if (output.statusCode !== 200 && output.statusCode >= 300) {\n return de_CommandError(output, context);\n }\n const contents = map({\n $metadata: deserializeMetadata(output),\n });\n const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), \"body\");\n const doc = take(data, {\n authorizationEndpoint: __expectString,\n clientId: __expectString,\n clientIdIssuedAt: __expectLong,\n clientSecret: __expectString,\n clientSecretExpiresAt: __expectLong,\n tokenEndpoint: __expectString,\n });\n Object.assign(contents, doc);\n return contents;\n};\nexport const de_StartDeviceAuthorizationCommand = async (output, context) => {\n if (output.statusCode !== 200 && output.statusCode >= 300) {\n return de_CommandError(output, context);\n }\n const contents = map({\n $metadata: deserializeMetadata(output),\n });\n const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), \"body\");\n const doc = take(data, {\n deviceCode: __expectString,\n expiresIn: __expectInt32,\n interval: __expectInt32,\n userCode: __expectString,\n verificationUri: __expectString,\n verificationUriComplete: __expectString,\n });\n Object.assign(contents, doc);\n return contents;\n};\nconst de_CommandError = async (output, context) => {\n const parsedOutput = {\n ...output,\n body: await parseErrorBody(output.body, context),\n };\n const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);\n switch (errorCode) {\n case \"AccessDeniedException\":\n case \"com.amazonaws.ssooidc#AccessDeniedException\":\n throw await de_AccessDeniedExceptionRes(parsedOutput, context);\n case \"AuthorizationPendingException\":\n case \"com.amazonaws.ssooidc#AuthorizationPendingException\":\n throw await de_AuthorizationPendingExceptionRes(parsedOutput, context);\n case \"ExpiredTokenException\":\n case \"com.amazonaws.ssooidc#ExpiredTokenException\":\n throw await de_ExpiredTokenExceptionRes(parsedOutput, context);\n case \"InternalServerException\":\n case \"com.amazonaws.ssooidc#InternalServerException\":\n throw await de_InternalServerExceptionRes(parsedOutput, context);\n case \"InvalidClientException\":\n case \"com.amazonaws.ssooidc#InvalidClientException\":\n throw await de_InvalidClientExceptionRes(parsedOutput, context);\n case \"InvalidGrantException\":\n case \"com.amazonaws.ssooidc#InvalidGrantException\":\n throw await de_InvalidGrantExceptionRes(parsedOutput, context);\n case \"InvalidRequestException\":\n case \"com.amazonaws.ssooidc#InvalidRequestException\":\n throw await de_InvalidRequestExceptionRes(parsedOutput, context);\n case \"InvalidScopeException\":\n case \"com.amazonaws.ssooidc#InvalidScopeException\":\n throw await de_InvalidScopeExceptionRes(parsedOutput, context);\n case \"SlowDownException\":\n case \"com.amazonaws.ssooidc#SlowDownException\":\n throw await de_SlowDownExceptionRes(parsedOutput, context);\n case \"UnauthorizedClientException\":\n case \"com.amazonaws.ssooidc#UnauthorizedClientException\":\n throw await de_UnauthorizedClientExceptionRes(parsedOutput, context);\n case \"UnsupportedGrantTypeException\":\n case \"com.amazonaws.ssooidc#UnsupportedGrantTypeException\":\n throw await de_UnsupportedGrantTypeExceptionRes(parsedOutput, context);\n case \"InvalidRequestRegionException\":\n case \"com.amazonaws.ssooidc#InvalidRequestRegionException\":\n throw await de_InvalidRequestRegionExceptionRes(parsedOutput, context);\n case \"InvalidClientMetadataException\":\n case \"com.amazonaws.ssooidc#InvalidClientMetadataException\":\n throw await de_InvalidClientMetadataExceptionRes(parsedOutput, context);\n case \"InvalidRedirectUriException\":\n case \"com.amazonaws.ssooidc#InvalidRedirectUriException\":\n throw await de_InvalidRedirectUriExceptionRes(parsedOutput, context);\n default:\n const parsedBody = parsedOutput.body;\n return throwDefaultError({\n output,\n parsedBody,\n errorCode,\n });\n }\n};\nconst throwDefaultError = withBaseException(__BaseException);\nconst de_AccessDeniedExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new AccessDeniedException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_AuthorizationPendingExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new AuthorizationPendingException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_ExpiredTokenExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new ExpiredTokenException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InternalServerExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InternalServerException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidClientExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidClientException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidClientMetadataExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidClientMetadataException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidGrantExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidGrantException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidRedirectUriExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidRedirectUriException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidRequestExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidRequestException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidRequestRegionExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n endpoint: __expectString,\n error: __expectString,\n error_description: __expectString,\n region: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidRequestRegionException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_InvalidScopeExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new InvalidScopeException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_SlowDownExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new SlowDownException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_UnauthorizedClientExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new UnauthorizedClientException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst de_UnsupportedGrantTypeExceptionRes = async (parsedOutput, context) => {\n const contents = map({});\n const data = parsedOutput.body;\n const doc = take(data, {\n error: __expectString,\n error_description: __expectString,\n });\n Object.assign(contents, doc);\n const exception = new UnsupportedGrantTypeException({\n $metadata: deserializeMetadata(parsedOutput),\n ...contents,\n });\n return __decorateServiceException(exception, parsedOutput.body);\n};\nconst deserializeMetadata = (output) => ({\n httpStatusCode: output.statusCode,\n requestId: output.headers[\"x-amzn-requestid\"] ?? output.headers[\"x-amzn-request-id\"] ?? output.headers[\"x-amz-request-id\"],\n extendedRequestId: output.headers[\"x-amz-id-2\"],\n cfId: output.headers[\"x-amz-cf-id\"],\n});\nconst collectBodyString = (streamBody, context) => collectBody(streamBody, context).then((body) => context.utf8Encoder(body));\nconst _ai = \"aws_iam\";\n",
|
|
17
|
+
"import { getEndpointPlugin } from \"@smithy/middleware-endpoint\";\nimport { getSerdePlugin } from \"@smithy/middleware-serde\";\nimport { Command as $Command } from \"@smithy/smithy-client\";\nimport { commonParams } from \"../endpoint/EndpointParameters\";\nimport { CreateTokenRequestFilterSensitiveLog, CreateTokenResponseFilterSensitiveLog, } from \"../models/models_0\";\nimport { de_CreateTokenCommand, se_CreateTokenCommand } from \"../protocols/Aws_restJson1\";\nexport { $Command };\nexport class CreateTokenCommand extends $Command\n .classBuilder()\n .ep(commonParams)\n .m(function (Command, cs, config, o) {\n return [\n getSerdePlugin(config, this.serialize, this.deserialize),\n getEndpointPlugin(config, Command.getEndpointParameterInstructions()),\n ];\n})\n .s(\"AWSSSOOIDCService\", \"CreateToken\", {})\n .n(\"SSOOIDCClient\", \"CreateTokenCommand\")\n .f(CreateTokenRequestFilterSensitiveLog, CreateTokenResponseFilterSensitiveLog)\n .ser(se_CreateTokenCommand)\n .de(de_CreateTokenCommand)\n .build() {\n}\n",
|
|
18
|
+
"import { getEndpointPlugin } from \"@smithy/middleware-endpoint\";\nimport { getSerdePlugin } from \"@smithy/middleware-serde\";\nimport { Command as $Command } from \"@smithy/smithy-client\";\nimport { commonParams } from \"../endpoint/EndpointParameters\";\nimport { CreateTokenWithIAMRequestFilterSensitiveLog, CreateTokenWithIAMResponseFilterSensitiveLog, } from \"../models/models_0\";\nimport { de_CreateTokenWithIAMCommand, se_CreateTokenWithIAMCommand } from \"../protocols/Aws_restJson1\";\nexport { $Command };\nexport class CreateTokenWithIAMCommand extends $Command\n .classBuilder()\n .ep(commonParams)\n .m(function (Command, cs, config, o) {\n return [\n getSerdePlugin(config, this.serialize, this.deserialize),\n getEndpointPlugin(config, Command.getEndpointParameterInstructions()),\n ];\n})\n .s(\"AWSSSOOIDCService\", \"CreateTokenWithIAM\", {})\n .n(\"SSOOIDCClient\", \"CreateTokenWithIAMCommand\")\n .f(CreateTokenWithIAMRequestFilterSensitiveLog, CreateTokenWithIAMResponseFilterSensitiveLog)\n .ser(se_CreateTokenWithIAMCommand)\n .de(de_CreateTokenWithIAMCommand)\n .build() {\n}\n",
|
|
19
|
+
"import { getEndpointPlugin } from \"@smithy/middleware-endpoint\";\nimport { getSerdePlugin } from \"@smithy/middleware-serde\";\nimport { Command as $Command } from \"@smithy/smithy-client\";\nimport { commonParams } from \"../endpoint/EndpointParameters\";\nimport { RegisterClientResponseFilterSensitiveLog, } from \"../models/models_0\";\nimport { de_RegisterClientCommand, se_RegisterClientCommand } from \"../protocols/Aws_restJson1\";\nexport { $Command };\nexport class RegisterClientCommand extends $Command\n .classBuilder()\n .ep(commonParams)\n .m(function (Command, cs, config, o) {\n return [\n getSerdePlugin(config, this.serialize, this.deserialize),\n getEndpointPlugin(config, Command.getEndpointParameterInstructions()),\n ];\n})\n .s(\"AWSSSOOIDCService\", \"RegisterClient\", {})\n .n(\"SSOOIDCClient\", \"RegisterClientCommand\")\n .f(void 0, RegisterClientResponseFilterSensitiveLog)\n .ser(se_RegisterClientCommand)\n .de(de_RegisterClientCommand)\n .build() {\n}\n",
|
|
20
|
+
"import { getEndpointPlugin } from \"@smithy/middleware-endpoint\";\nimport { getSerdePlugin } from \"@smithy/middleware-serde\";\nimport { Command as $Command } from \"@smithy/smithy-client\";\nimport { commonParams } from \"../endpoint/EndpointParameters\";\nimport { StartDeviceAuthorizationRequestFilterSensitiveLog, } from \"../models/models_0\";\nimport { de_StartDeviceAuthorizationCommand, se_StartDeviceAuthorizationCommand } from \"../protocols/Aws_restJson1\";\nexport { $Command };\nexport class StartDeviceAuthorizationCommand extends $Command\n .classBuilder()\n .ep(commonParams)\n .m(function (Command, cs, config, o) {\n return [\n getSerdePlugin(config, this.serialize, this.deserialize),\n getEndpointPlugin(config, Command.getEndpointParameterInstructions()),\n ];\n})\n .s(\"AWSSSOOIDCService\", \"StartDeviceAuthorization\", {})\n .n(\"SSOOIDCClient\", \"StartDeviceAuthorizationCommand\")\n .f(StartDeviceAuthorizationRequestFilterSensitiveLog, void 0)\n .ser(se_StartDeviceAuthorizationCommand)\n .de(de_StartDeviceAuthorizationCommand)\n .build() {\n}\n",
|
|
21
21
|
"import { createAggregatedClient } from \"@smithy/smithy-client\";\nimport { CreateTokenCommand } from \"./commands/CreateTokenCommand\";\nimport { CreateTokenWithIAMCommand, } from \"./commands/CreateTokenWithIAMCommand\";\nimport { RegisterClientCommand, } from \"./commands/RegisterClientCommand\";\nimport { StartDeviceAuthorizationCommand, } from \"./commands/StartDeviceAuthorizationCommand\";\nimport { SSOOIDCClient } from \"./SSOOIDCClient\";\nconst commands = {\n CreateTokenCommand,\n CreateTokenWithIAMCommand,\n RegisterClientCommand,\n StartDeviceAuthorizationCommand,\n};\nexport class SSOOIDC extends SSOOIDCClient {\n}\ncreateAggregatedClient(commands, SSOOIDC);\n"
|
|
22
22
|
],
|
|
23
|
-
"mappings": ";w3BAKA,SCLA,UAWA,GAAS,JAAgC,LAAC,JAAgB,LACtD,AAAO,CACH,SAAU,iBACV,kBAAmB,CACf,KAAM,YACN,OAAQ,EAAe,MAC3B,EACA,oBAAqB,CAAC,EAAQ,KAAa,CACvC,kBAAmB,CACf,SACA,SACJ,CACJ,EACJ,EAEJ,SAAS,CAAmC,CAAC,EAAgB,CACzD,MAAO,CACH,SAAU,mBACd,EA3BG,IAAM,GAAiD,MAAO,EAAQ,EAAS,IAAU,CAC5F,MAAO,CACH,UAAW,GAAiB,CAAO,EAAE,UACrC,OAAS,MAAM,GAAkB,EAAO,MAAM,EAAE,IAC3C,IAAM,CACH,MAAM,IAAI,MAAM,yDAAyD,IAC1E,CACX,GAsBS,GAAuC,CAAC,IAAmB,CACpE,MAAM,EAAU,CAAC,EACjB,OAAQ,EAAe,eACd,cAAe,CAChB,EAAQ,KAAK,EAAoC,CAAc,CAAC,EAChE,KACJ,KACK,iBAAkB,CACnB,EAAQ,KAAK,EAAoC,CAAc,CAAC,EAChE,KACJ,KACK,2BAA4B,CAC7B,EAAQ,KAAK,EAAoC,CAAc,CAAC,EAChE,KACJ,SAEI,EAAQ,KAAK,GAAiC,CAAc,CAAC,EAGrE,OAAO,GAEE,GAA8B,CAAC,IAAW,CAEnD,MAAO,IADU,4BAAyB,CAAM,CAGhD,GCxDG,IAAM,GAAkC,CAAC,IAAY,CACxD,MAAO,IACA,EACH,qBAAsB,EAAQ,sBAAwB,GACtD,gBAAiB,EAAQ,iBAAmB,GAC5C,mBAAoB,WACxB,GAES,EAAe,CACxB,QAAS,CAAE,KAAM,gBAAiB,KAAM,iBAAkB,EAC1D,SAAU,CAAE,KAAM,gBAAiB,KAAM,UAAW,EACpD,OAAQ,CAAE,KAAM,gBAAiB,KAAM,QAAS,EAChD,aAAc,CAAE,KAAM,gBAAiB,KAAM,sBAAuB,CACxE,+7FCZA,gBCDA,gBACA,YCAA,IAAiI,GAAI,EAD3H,YACkI,GAAO,KAAQ,QAAS,EAAG,GAAI,EADjK,YACwK,GAAM,QAAW,GAAO,KAAQ,SAAU,EAAG,GAAI,EADnL,OAC0L,UAAW,EAAG,GAAI,EADlO,MACO,iBADG,QACuO,CAAC,EAD5N,OACmO,SAAU,EAAG,EAAI,CAAE,EAAG,GAAI,EADnR,MACO,iBADG,QACwR,CAAC,EAD7Q,OACoR,cAAe,EAAG,EAAI,CAAE,EAAG,EAAI,CAAC,EAAG,GAAI,EADjV,MAC4F,WADlF,QACsV,CAAC,EAD3U,OAC+C,iBAAqS,EAAG,cAAc,CAAE,EAAG,GAAI,EAD9W,OAC+C,iBAAwU,EAAG,GAAI,EADpZ,MACO,iBADG,QACyZ,CAAC,GAAM,EAD1a,MAC4F,WADlF,QAC+a,CAAC,GAAG,mBAAmB,CAAE,CAAC,CAAE,EAAG,GAAI,CAAC,EAAC,EAAG,GAAI,CAAC,EAAC,EAAG,GAAI,CAAC,EADzd,OACge,QAAS,CAAC,EACphB,GAAQ,CAAE,QAAS,MAAO,WAAY,CAAE,OAAQ,GAAG,aAAc,GAAG,QAAS,GAAG,SAAU,EAAE,EAAG,MAAO,CAAC,CAAE,WAAY,CAAC,EAFlG,MACN,SADgB,QAEuG,CAAC,EAAC,CAAE,CAAC,EAAG,MAAO,CAAC,CAAE,WAAY,GAAG,MAAO,oEAAqE,KADlM,OAC0M,EAAG,CAAE,WAAY,GAAG,MAAO,yEAA0E,KAD/S,OACuT,EAAG,CAAE,SAAU,CAAE,IAAK,GAAG,WAAY,EAAG,QAAS,CAAE,EAAG,KADhW,UACwW,CAAC,EAAG,KAD5V,MACoW,EAAG,CAAE,WAAY,CAAC,EAF/a,MACN,SADgB,QAEob,EAAE,CAAC,EAAG,MAAO,CAAC,CAAE,WAAY,CAAC,EAF3d,MAEke,iBAFxd,QAE8e,GAAG,OADtb,iBACgc,CAAC,EAAG,MAAO,CAAC,CAAE,WAAY,CAAC,GAAG,EAAC,EAAG,MAAO,CAAC,CAAE,WAAY,CAAC,EAF9jB,MACO,iBADG,QAEmkB,CAD7lB,GACimB,EAAC,CAAE,EAAG,EAAC,EAAG,MAAO,CAAC,CAAE,SAAU,CAAE,IAAK,kEAAmE,WAAY,EAAG,QAAS,CAAE,EAAG,KAD7qB,UACqrB,CAAC,EAAG,KADzqB,MACirB,EAAG,CAAE,MAAO,kFAAmF,KAD7yB,OACqzB,CAAC,EAAG,KAD5xB,MACoyB,EAAG,CAAE,WAAY,GAAG,MAAO,CAAC,CAAE,WAAY,CAAC,EAFx4B,MACO,iBADG,QAE64B,CAAC,GADx6B,EAC46B,CAAE,CAAC,EAAG,MAAO,CAAC,CAAE,WAAY,CAAC,EAFz7B,MAEg8B,gBAFt7B,QAE28B,CAAC,EAFt9B,MAC4F,WADlF,QAE29B,CAAC,GAAG,MAAM,CAAE,EAAG,YAAY,CAAE,CAAC,EAAG,SAAU,CAAE,IAAK,sCAAuC,WAAY,EAAG,QAAS,CAAE,EAAG,KADljC,UAC0jC,EAAG,CAAE,SAAU,CAAE,IAAK,yDAA0D,WAAY,EAAG,QAAS,CAAE,EAAG,KADvqC,UAC+qC,CAAC,EAAG,KADnqC,MAC2qC,EAAG,CAAE,MAAO,2DAA4D,KADhxC,OACwxC,CAAC,EAAG,KAD/vC,MACuwC,EAAG,CAAE,WAAY,GAAG,MAAO,CAAC,CAAE,WAAY,CAAC,EAAC,EAAG,MAAO,CAAC,CAAE,SAAU,CAAE,IAAK,6DAA8D,WAAY,EAAG,QAAS,CAAE,EAAG,KAD57C,UACo8C,CAAC,EAAG,KADx7C,MACg8C,EAAG,CAAE,MAAO,qEAAsE,KAD/iD,OACujD,CAAC,EAAG,KAD9hD,MACsiD,EAAG,CAAE,SAAU,CAAE,IAAK,oDAAqD,WAAY,EAAG,QAAS,CAAE,EAAG,KAD9pD,UACsqD,CAAC,EAAG,KAD1pD,MACkqD,CAAC,EAAG,KADtqD,MAC8qD,EAAG,CAAE,MAAO,wCAAyC,KADhwD,OACwwD,CAAC,CAAE,EACpzD,GAAU,GCAhB,IAAM,GAA0B,CAAC,EAAgB,EAAU,CAAC,IAAM,CACrE,OAAO,GAAgB,GAAS,CAC5B,eAAgB,EAChB,OAAQ,EAAQ,MACpB,CAAC,GAEL,GAAwB,IAAM,GFDvB,IAAM,GAAmB,CAAC,IAAW,CACxC,MAAO,CACH,WAAY,aACZ,cAAe,GAAQ,eAAiB,GACxC,cAAe,GAAQ,eAAiB,GACxC,kBAAmB,GAAQ,mBAAqB,GAChD,iBAAkB,GAAQ,kBAAoB,GAC9C,WAAY,GAAQ,YAAc,CAAC,EACnC,uBAAwB,GAAQ,wBAA0B,GAC1D,gBAAiB,GAAQ,iBAAmB,CACxC,CACI,SAAU,iBACV,iBAAkB,CAAC,IAAQ,EAAI,oBAAoB,gBAAgB,EACnE,OAAQ,IAAI,oBAChB,EACA,CACI,SAAU,oBACV,iBAAkB,CAAC,IAAQ,EAAI,oBAAoB,mBAAmB,IAAM,UAAa,CAAC,IAC1F,OAAQ,IAAI,eAChB,CACJ,EACA,OAAQ,GAAQ,QAAU,IAAI,GAC9B,UAAW,GAAQ,WAAa,WAChC,UAAW,GAAQ,WAAa,GAChC,YAAa,GAAQ,aAAe,GACpC,YAAa,GAAQ,aAAe,EACxC,GDnBG,IAAM,GAAmB,CAAC,IAAW,CACxC,GAAgC,QAAQ,OAAO,EAC/C,MAAM,EAAe,GAA0B,CAAM,EAC/C,EAAwB,IAAM,EAAa,EAAE,KAAK,EAAyB,EAC3E,EAAqB,GAAuB,CAAM,EAExD,OADA,mCAAgB,QAAQ,OAAO,EACxB,IACA,KACA,EACH,QAAS,OACT,eACA,kBAAmB,GAAQ,mBAAqB,GAChD,0BAA2B,GAAQ,2BAA6B,GAChE,yBAA0B,GAAQ,0BAC9B,GAAiB,CAAE,UAAW,EAAmB,UAAW,cAAe,GAAY,OAAQ,CAAC,EACpG,YAAa,GAAQ,aAAe,EAAe,EAA+B,EAClF,OAAQ,GAAQ,QAAU,EAAe,GAA4B,EAA+B,EACpG,eAAgB,GAAe,OAAO,GAAQ,gBAAkB,CAAqB,EACrF,UAAW,GAAQ,WACf,EAAe,IACR,GACH,QAAS,UAAa,MAAM,EAAsB,GAAG,WAAa,EACtE,CAAC,EACL,OAAQ,GAAQ,QAAU,GAAK,KAAK,KAAM,QAAQ,EAClD,gBAAiB,GAAQ,iBAAmB,GAC5C,qBAAsB,GAAQ,sBAAwB,EAAe,EAA0C,EAC/G,gBAAiB,GAAQ,iBAAmB,EAAe,EAAqC,CACpG,GI1CG,IAAM,GAAoC,CAAC,IAAkB,CAChE,MAAM,EAAmB,EAAc,gBACvC,IAA4C,uBAAxC,EAC6B,YAA7B,GAAe,EACnB,MAAO,CACH,iBAAiB,CAAC,EAAgB,CAC9B,MAAM,EAAQ,EAAiB,UAAU,CAAC,IAAW,EAAO,WAAa,EAAe,QAAQ,EAChG,GAAI,IAAU,GACV,EAAiB,KAAK,CAAc,MAGpC,GAAiB,OAAO,EAAO,EAAG,CAAc,GAGxD,eAAe,EAAG,CACd,OAAO,GAEX,yBAAyB,CAAC,EAAwB,CAC9C,EAA0B,GAE9B,sBAAsB,EAAG,CACrB,OAAO,GAEX,cAAc,CAAC,EAAa,CACxB,EAAe,GAEnB,WAAW,EAAG,CACV,OAAO,EAEf,GAES,GAA+B,CAAC,IAAW,CACpD,MAAO,CACH,gBAAiB,EAAO,gBAAgB,EACxC,uBAAwB,EAAO,uBAAuB,EACtD,YAAa,EAAO,YAAY,CACpC,GChCJ,IAAM,EAAY,CAAC,IAAM,EACZ,GAA2B,CAAC,EAAe,IAAe,CACnE,MAAM,EAAyB,IACxB,EAAU,GAAmC,CAAa,CAAC,KAC3D,EAAU,GAAiC,CAAa,CAAC,KACzD,EAAU,GAAqC,CAAa,CAAC,KAC7D,EAAU,GAAkC,CAAa,CAAC,CACjE,EAEA,OADA,EAAW,QAAQ,CAAC,IAAc,EAAU,UAAU,CAAsB,CAAC,EACtE,IACA,KACA,GAAuC,CAAsB,KAC7D,GAA4B,CAAsB,KAClD,GAAgC,CAAsB,KACtD,GAA6B,CAAsB,CAC1D,GRJG,MAAM,UAAsB,EAAS,CACxC,WAAW,KAAK,GAAgB,CAC5B,MAAM,EAAY,GAAmB,GAAiB,CAAC,CAAC,EAClD,EAAY,GAAgC,CAAS,EACrD,EAAY,GAAuB,CAAS,EAC5C,EAAY,GAAmB,CAAS,EACxC,EAAY,GAAoB,CAAS,EACzC,EAAY,GAAwB,CAAS,EAC7C,GAAY,GAAsB,CAAS,EAC3C,GAAY,GAA4B,EAAS,EACjD,EAAY,GAAyB,GAAW,GAAe,YAAc,CAAC,CAAC,EACrF,MAAM,CAAS,EACf,KAAK,OAAS,EACd,KAAK,gBAAgB,IAAI,GAAmB,KAAK,MAAM,CAAC,EACxD,KAAK,gBAAgB,IAAI,GAAe,KAAK,MAAM,CAAC,EACpD,KAAK,gBAAgB,IAAI,GAAuB,KAAK,MAAM,CAAC,EAC5D,KAAK,gBAAgB,IAAI,GAAoB,KAAK,MAAM,CAAC,EACzD,KAAK,gBAAgB,IAAI,GAAgB,KAAK,MAAM,CAAC,EACrD,KAAK,gBAAgB,IAAI,GAA4B,KAAK,MAAM,CAAC,EACjE,KAAK,gBAAgB,IAAI,yCAAuC,KAAK,OAAQ,CACzE,iCAAkC,GAClC,+BAAgC,MAAO,KAAW,IAAI,gCAA8B,CAChF,iBAAkB,GAAO,WAC7B,CAAC,CACL,CAAC,CAAC,EACF,KAAK,gBAAgB,IAAI,uBAAqB,KAAK,MAAM,CAAC,EAE9D,OAAO,EAAG,CACN,MAAM,QAAQ,EAEtB,CS3CO,MAAM,UAAgC,EAAmB,CAC5D,WAAW,CAAC,EAAS,CACjB,MAAM,CAAO,EACb,OAAO,eAAe,KAAM,EAAwB,SAAS,EAErE,CCLO,MAAM,UAA8B,CAAgB,CACvD,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,wBACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,wBACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAAsB,SAAS,EAC3D,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAEtC,CACO,MAAM,UAAsC,CAAgB,CAC/D,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,gCACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,gCACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAA8B,SAAS,EACnE,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAEtC,CACO,MAAM,UAA8B,CAAgB,CACvD,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,wBACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,wBACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAAsB,SAAS,EAC3D,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAEtC,CACO,MAAM,UAAgC,CAAgB,CACzD,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,0BACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,0BACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAAwB,SAAS,EAC7D,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAEtC,CACO,MAAM,UAA+B,CAAgB,CACxD,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,yBACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,yBACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAAuB,SAAS,EAC5D,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAEtC,CACO,MAAM,UAA8B,CAAgB,CACvD,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,wBACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,wBACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAAsB,SAAS,EAC3D,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAEtC,CACO,MAAM,UAAgC,CAAgB,CACzD,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,0BACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,0BACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAAwB,SAAS,EAC7D,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAEtC,CACO,MAAM,UAA8B,CAAgB,CACvD,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,wBACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,wBACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAAsB,SAAS,EAC3D,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAEtC,CACO,MAAM,UAA0B,CAAgB,CACnD,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,oBACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,oBACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAAkB,SAAS,EACvD,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAEtC,CACO,MAAM,UAAoC,CAAgB,CAC7D,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,8BACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,8BACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAA4B,SAAS,EACjE,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAEtC,CACO,MAAM,UAAsC,CAAgB,CAC/D,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,gCACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,gCACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAA8B,SAAS,EACnE,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAEtC,CACO,MAAM,UAAsC,CAAgB,CAC/D,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,gCACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,gCACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAA8B,SAAS,EACnE,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAC9B,KAAK,SAAW,EAAK,SACrB,KAAK,OAAS,EAAK,OAE3B,CACO,MAAM,UAAuC,CAAgB,CAChE,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,iCACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,iCACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAA+B,SAAS,EACpE,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAEtC,CACO,MAAM,UAAoC,CAAgB,CAC7D,WAAW,CAAC,EAAM,CACd,MAAM,CACF,KAAM,8BACN,OAAQ,YACL,CACP,CAAC,EACD,KAAK,KAAO,8BACZ,KAAK,OAAS,SACd,OAAO,eAAe,KAAM,EAA4B,SAAS,EACjE,KAAK,MAAQ,EAAK,MAClB,KAAK,kBAAoB,EAAK,kBAEtC,CACO,IAAM,GAAuC,CAAC,KAAS,IACvD,KACC,EAAI,cAAgB,CAAE,aAAc,CAAiB,KACrD,EAAI,cAAgB,CAAE,aAAc,CAAiB,KACrD,EAAI,cAAgB,CAAE,aAAc,CAAiB,CAC7D,GACa,GAAwC,CAAC,KAAS,IACxD,KACC,EAAI,aAAe,CAAE,YAAa,CAAiB,KACnD,EAAI,cAAgB,CAAE,aAAc,CAAiB,KACrD,EAAI,SAAW,CAAE,QAAS,CAAiB,CACnD,GACa,GAA8C,CAAC,KAAS,IAC9D,KACC,EAAI,cAAgB,CAAE,aAAc,CAAiB,KACrD,EAAI,WAAa,CAAE,UAAW,CAAiB,KAC/C,EAAI,cAAgB,CAAE,aAAc,CAAiB,KACrD,EAAI,cAAgB,CAAE,aAAc,CAAiB,CAC7D,GACa,GAA+C,CAAC,KAAS,IAC/D,KACC,EAAI,aAAe,CAAE,YAAa,CAAiB,KACnD,EAAI,cAAgB,CAAE,aAAc,CAAiB,KACrD,EAAI,SAAW,CAAE,QAAS,CAAiB,CACnD,GACa,GAA2C,CAAC,KAAS,IAC3D,KACC,EAAI,cAAgB,CAAE,aAAc,CAAiB,CAC7D,GACa,GAAoD,CAAC,KAAS,IACpE,KACC,EAAI,cAAgB,CAAE,aAAc,CAAiB,CAC7D,GCxOA,eACA,WAIO,IAAM,GAAwB,MAAO,EAAO,IAAY,CAC3D,MAAM,EAAI,iBAAG,EAAO,CAAO,EACrB,EAAU,CACZ,eAAgB,kBACpB,EACA,EAAE,GAAG,QAAQ,EACb,IAAI,EAaJ,OAZA,EAAO,KAAK,UAAU,EAAK,EAAO,CAC9B,SAAU,CAAC,EACX,aAAc,CAAC,EACf,KAAM,CAAC,EACP,aAAc,CAAC,EACf,WAAY,CAAC,EACb,UAAW,CAAC,EACZ,YAAa,CAAC,EACd,aAAc,CAAC,EACf,MAAO,CAAC,IAAM,EAAM,CAAC,CACzB,CAAC,CAAC,EACF,EAAE,EAAE,MAAM,EAAE,EAAE,CAAO,EAAE,EAAE,CAAI,EACtB,EAAE,MAAM,GAEN,GAA+B,MAAO,EAAO,IAAY,CAClE,MAAM,EAAI,iBAAG,EAAO,CAAO,EACrB,EAAU,CACZ,eAAgB,kBACpB,EACA,EAAE,GAAG,QAAQ,EACb,MAAM,EAAQ,EAAI,EACb,IAAM,EAAG,GAAG,CACjB,CAAC,EACD,IAAI,EAeJ,OAdA,EAAO,KAAK,UAAU,EAAK,EAAO,CAC9B,UAAW,CAAC,EACZ,SAAU,CAAC,EACX,KAAM,CAAC,EACP,aAAc,CAAC,EACf,UAAW,CAAC,EACZ,YAAa,CAAC,EACd,aAAc,CAAC,EACf,mBAAoB,CAAC,EACrB,MAAO,CAAC,IAAM,EAAM,CAAC,EACrB,aAAc,CAAC,EACf,iBAAkB,CAAC,CACvB,CAAC,CAAC,EACF,EAAE,EAAE,MAAM,EAAE,EAAE,CAAO,EAAE,EAAE,CAAK,EAAE,EAAE,CAAI,EAC/B,EAAE,MAAM,GAEN,GAA2B,MAAO,EAAO,IAAY,CAC9D,MAAM,EAAI,iBAAG,EAAO,CAAO,EACrB,EAAU,CACZ,eAAgB,kBACpB,EACA,EAAE,GAAG,kBAAkB,EACvB,IAAI,EAWJ,OAVA,EAAO,KAAK,UAAU,EAAK,EAAO,CAC9B,WAAY,CAAC,EACb,WAAY,CAAC,EACb,uBAAwB,CAAC,EACzB,WAAY,CAAC,IAAM,EAAM,CAAC,EAC1B,UAAW,CAAC,EACZ,aAAc,CAAC,IAAM,EAAM,CAAC,EAC5B,OAAQ,CAAC,IAAM,EAAM,CAAC,CAC1B,CAAC,CAAC,EACF,EAAE,EAAE,MAAM,EAAE,EAAE,CAAO,EAAE,EAAE,CAAI,EACtB,EAAE,MAAM,GAEN,GAAqC,MAAO,EAAO,IAAY,CACxE,MAAM,EAAI,iBAAG,EAAO,CAAO,EACrB,EAAU,CACZ,eAAgB,kBACpB,EACA,EAAE,GAAG,uBAAuB,EAC5B,IAAI,EAOJ,OANA,EAAO,KAAK,UAAU,EAAK,EAAO,CAC9B,SAAU,CAAC,EACX,aAAc,CAAC,EACf,SAAU,CAAC,CACf,CAAC,CAAC,EACF,EAAE,EAAE,MAAM,EAAE,EAAE,CAAO,EAAE,EAAE,CAAI,EACtB,EAAE,MAAM,GAEN,GAAwB,MAAO,EAAQ,IAAY,CAC5D,GAAI,EAAO,aAAe,KAAO,EAAO,YAAc,IAClD,OAAO,EAAgB,EAAQ,CAAO,EAE1C,MAAM,EAAW,EAAI,CACjB,UAAW,EAAoB,CAAM,CACzC,CAAC,EACK,EAAO,EAAgB,EAAe,MAAM,gBAAU,EAAO,KAAM,CAAO,CAAC,EAAG,MAAM,EACpF,EAAM,EAAK,EAAM,CACnB,YAAa,EACb,UAAW,EACX,QAAS,EACT,aAAc,EACd,UAAW,CACf,CAAC,EAED,OADA,OAAO,OAAO,EAAU,CAAG,EACpB,GAEE,GAA+B,MAAO,EAAQ,IAAY,CACnE,GAAI,EAAO,aAAe,KAAO,EAAO,YAAc,IAClD,OAAO,EAAgB,EAAQ,CAAO,EAE1C,MAAM,EAAW,EAAI,CACjB,UAAW,EAAoB,CAAM,CACzC,CAAC,EACK,EAAO,EAAgB,EAAe,MAAM,gBAAU,EAAO,KAAM,CAAO,CAAC,EAAG,MAAM,EACpF,EAAM,EAAK,EAAM,CACnB,YAAa,EACb,UAAW,EACX,QAAS,EACT,gBAAiB,EACjB,aAAc,EACd,MAAO,EACP,UAAW,CACf,CAAC,EAED,OADA,OAAO,OAAO,EAAU,CAAG,EACpB,GAEE,GAA2B,MAAO,EAAQ,IAAY,CAC/D,GAAI,EAAO,aAAe,KAAO,EAAO,YAAc,IAClD,OAAO,EAAgB,EAAQ,CAAO,EAE1C,MAAM,EAAW,EAAI,CACjB,UAAW,EAAoB,CAAM,CACzC,CAAC,EACK,EAAO,EAAgB,EAAe,MAAM,gBAAU,EAAO,KAAM,CAAO,CAAC,EAAG,MAAM,EACpF,EAAM,EAAK,EAAM,CACnB,sBAAuB,EACvB,SAAU,EACV,iBAAkB,EAClB,aAAc,EACd,sBAAuB,EACvB,cAAe,CACnB,CAAC,EAED,OADA,OAAO,OAAO,EAAU,CAAG,EACpB,GAEE,GAAqC,MAAO,EAAQ,IAAY,CACzE,GAAI,EAAO,aAAe,KAAO,EAAO,YAAc,IAClD,OAAO,EAAgB,EAAQ,CAAO,EAE1C,MAAM,EAAW,EAAI,CACjB,UAAW,EAAoB,CAAM,CACzC,CAAC,EACK,EAAO,EAAgB,EAAe,MAAM,gBAAU,EAAO,KAAM,CAAO,CAAC,EAAG,MAAM,EACpF,EAAM,EAAK,EAAM,CACnB,WAAY,EACZ,UAAW,EACX,SAAU,EACV,SAAU,EACV,gBAAiB,EACjB,wBAAyB,CAC7B,CAAC,EAED,OADA,OAAO,OAAO,EAAU,CAAG,EACpB,GAEL,EAAkB,MAAO,EAAQ,IAAY,CAC/C,MAAM,EAAe,IACd,EACH,KAAM,MAAM,qBAAe,EAAO,KAAM,CAAO,CACnD,EACM,EAAY,wBAAsB,EAAQ,EAAa,IAAI,EACjE,OAAQ,OACC,4BACA,8CACD,MAAM,MAAM,GAA4B,EAAc,CAAO,MAC5D,oCACA,sDACD,MAAM,MAAM,GAAoC,EAAc,CAAO,MACpE,4BACA,8CACD,MAAM,MAAM,GAA4B,EAAc,CAAO,MAC5D,8BACA,gDACD,MAAM,MAAM,GAA8B,EAAc,CAAO,MAC9D,6BACA,+CACD,MAAM,MAAM,GAA6B,EAAc,CAAO,MAC7D,4BACA,8CACD,MAAM,MAAM,GAA4B,EAAc,CAAO,MAC5D,8BACA,gDACD,MAAM,MAAM,GAA8B,EAAc,CAAO,MAC9D,4BACA,8CACD,MAAM,MAAM,GAA4B,EAAc,CAAO,MAC5D,wBACA,0CACD,MAAM,MAAM,GAAwB,EAAc,CAAO,MACxD,kCACA,oDACD,MAAM,MAAM,GAAkC,EAAc,CAAO,MAClE,oCACA,sDACD,MAAM,MAAM,GAAoC,EAAc,CAAO,MACpE,oCACA,sDACD,MAAM,MAAM,GAAoC,EAAc,CAAO,MACpE,qCACA,uDACD,MAAM,MAAM,GAAqC,EAAc,CAAO,MACrE,kCACA,oDACD,MAAM,MAAM,GAAkC,EAAc,CAAO,UAEnE,MAAM,EAAa,EAAa,KAChC,OAAO,GAAkB,CACrB,SACA,aACA,WACJ,CAAC,IAGP,GAAoB,GAAkB,CAAe,EACrD,GAA8B,MAAO,EAAc,IAAY,CACjE,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,MAAO,EACP,kBAAmB,CACvB,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAAsB,CACxC,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,GAAsC,MAAO,EAAc,IAAY,CACzE,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,MAAO,EACP,kBAAmB,CACvB,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAA8B,CAChD,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,GAA8B,MAAO,EAAc,IAAY,CACjE,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,MAAO,EACP,kBAAmB,CACvB,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAAsB,CACxC,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,GAAgC,MAAO,EAAc,IAAY,CACnE,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,MAAO,EACP,kBAAmB,CACvB,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAAwB,CAC1C,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,GAA+B,MAAO,EAAc,IAAY,CAClE,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,MAAO,EACP,kBAAmB,CACvB,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAAuB,CACzC,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,GAAuC,MAAO,EAAc,IAAY,CAC1E,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,MAAO,EACP,kBAAmB,CACvB,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAA+B,CACjD,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,GAA8B,MAAO,EAAc,IAAY,CACjE,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,MAAO,EACP,kBAAmB,CACvB,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAAsB,CACxC,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,GAAoC,MAAO,EAAc,IAAY,CACvE,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,MAAO,EACP,kBAAmB,CACvB,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAA4B,CAC9C,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,GAAgC,MAAO,EAAc,IAAY,CACnE,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,MAAO,EACP,kBAAmB,CACvB,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAAwB,CAC1C,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,GAAsC,MAAO,EAAc,IAAY,CACzE,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,SAAU,EACV,MAAO,EACP,kBAAmB,EACnB,OAAQ,CACZ,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAA8B,CAChD,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,GAA8B,MAAO,EAAc,IAAY,CACjE,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,MAAO,EACP,kBAAmB,CACvB,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAAsB,CACxC,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,GAA0B,MAAO,EAAc,IAAY,CAC7D,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,MAAO,EACP,kBAAmB,CACvB,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAAkB,CACpC,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,GAAoC,MAAO,EAAc,IAAY,CACvE,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,MAAO,EACP,kBAAmB,CACvB,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAA4B,CAC9C,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,GAAsC,MAAO,EAAc,IAAY,CACzE,MAAM,EAAW,EAAI,CAAC,CAAC,EACjB,EAAO,EAAa,KACpB,EAAM,EAAK,EAAM,CACnB,MAAO,EACP,kBAAmB,CACvB,CAAC,EACD,OAAO,OAAO,EAAU,CAAG,EAC3B,MAAM,EAAY,IAAI,EAA8B,CAChD,UAAW,EAAoB,CAAY,KACxC,CACP,CAAC,EACD,OAAO,EAA2B,EAAW,EAAa,IAAI,GAE5D,EAAsB,CAAC,KAAY,CACrC,eAAgB,EAAO,WACvB,UAAW,EAAO,QAAQ,qBAAuB,EAAO,QAAQ,sBAAwB,EAAO,QAAQ,oBACvG,kBAAmB,EAAO,QAAQ,cAClC,KAAM,EAAO,QAAQ,cACzB,GAOA,IAAM,GAAM,UCxaL,MAAM,UAA2B,EACnC,aAAa,EACb,GAAG,IACD,CACP,CAAC,EACI,UAAW,CAAC,EAAS,EAAI,EAAQ,EAAG,CACrC,MAAO,CACH,EAAe,EAAQ,KAAK,UAAW,KAAK,WAAW,EACvD,EAAkB,EAAQ,EAAQ,iCAAiC,CAAC,CACxE,EACH,EACI,EAAE,oBAAqB,cAAe,CAAC,CAAC,EACxC,EAAE,gBAAiB,oBAAoB,EACvC,EAAE,GAAsC,EAAqC,EAC7E,IAAI,EAAqB,EACzB,GAAG,EAAqB,EACxB,MAAM,CAAE,CACb,CCjBO,MAAM,UAAkC,EAC1C,aAAa,EACb,GAAG,IACD,CACP,CAAC,EACI,UAAW,CAAC,EAAS,EAAI,EAAQ,EAAG,CACrC,MAAO,CACH,EAAe,EAAQ,KAAK,UAAW,KAAK,WAAW,EACvD,EAAkB,EAAQ,EAAQ,iCAAiC,CAAC,CACxE,EACH,EACI,EAAE,oBAAqB,qBAAsB,CAAC,CAAC,EAC/C,EAAE,gBAAiB,2BAA2B,EAC9C,EAAE,GAA6C,EAA4C,EAC3F,IAAI,EAA4B,EAChC,GAAG,EAA4B,EAC/B,MAAM,CAAE,CACb,CCjBO,MAAM,UAA8B,EACtC,aAAa,EACb,GAAG,IACD,CACP,CAAC,EACI,UAAW,CAAC,EAAS,EAAI,EAAQ,EAAG,CACrC,MAAO,CACH,EAAe,EAAQ,KAAK,UAAW,KAAK,WAAW,EACvD,EAAkB,EAAQ,EAAQ,iCAAiC,CAAC,CACxE,EACH,EACI,EAAE,oBAAqB,iBAAkB,CAAC,CAAC,EAC3C,EAAE,gBAAiB,uBAAuB,EAC1C,EAAO,OAAG,EAAwC,EAClD,IAAI,EAAwB,EAC5B,GAAG,EAAwB,EAC3B,MAAM,CAAE,CACb,CCjBO,MAAM,UAAwC,EAChD,aAAa,EACb,GAAG,IACD,CACP,CAAC,EACI,UAAW,CAAC,EAAS,EAAI,EAAQ,EAAG,CACrC,MAAO,CACH,EAAe,EAAQ,KAAK,UAAW,KAAK,WAAW,EACvD,EAAkB,EAAQ,EAAQ,iCAAiC,CAAC,CACxE,EACH,EACI,EAAE,oBAAqB,2BAA4B,CAAC,CAAC,EACrD,EAAE,gBAAiB,iCAAiC,EACpD,EAAE,GAAwD,MAAC,EAC3D,IAAI,EAAkC,EACtC,GAAG,EAAkC,EACrC,MAAM,CAAE,CACb,CClBA,IAAM,GAAW,CACb,qBACA,4BACA,wBACA,iCACJ,EACO,MAAM,WAAgB,CAAc,CAC3C,CACA,GAAuB,GAAU,EAAO",
|
|
24
|
-
"debugId": "
|
|
23
|
+
"mappings": "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",
|
|
24
|
+
"debugId": "93FE501C937AB5D664756E2164756E21",
|
|
25
25
|
"names": []
|
|
26
26
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
// @bun
|
|
2
|
+
import{jb as E,kb as U,lb as C,ob as N,pb as I}from"./chunk-x5c5ngpb.js";import"./chunk-w81rbh65.js";import{ub as V}from"./chunk-get5gzkc.js";import{wb as i,xb as f}from"./chunk-3zx3yk1m.js";import{Bb as y}from"./chunk-8a487snn.js";var G=(e)=>e&&(typeof e.sso_start_url==="string"||typeof e.sso_account_id==="string"||typeof e.sso_session==="string"||typeof e.sso_region==="string"||typeof e.sso_role_name==="string");var D=y(V(),1);var H=300000,h="To refresh this SSO session run 'aws sso login' with the corresponding profile.";var v={},K=async(e)=>{const{SSOOIDCClient:r}=await import("./chunk-qebxvzqz.js");if(v[e])return v[e];const s=new r({region:e});return v[e]=s,s};var b=async(e,r)=>{const{CreateTokenCommand:s}=await import("./chunk-qebxvzqz.js");return(await K(r)).send(new s({clientId:e.clientId,clientSecret:e.clientSecret,refreshToken:e.refreshToken,grantType:"refresh_token"}))};var A=(e)=>{if(e.expiration&&e.expiration.getTime()<Date.now())throw new f(`Token is expired. ${h}`,!1)};var m=(e,r,s=!1)=>{if(typeof r==="undefined")throw new f(`Value not present for '${e}' in SSO Token${s?". Cannot refresh":""}. ${h}`,!1)};import{promises as z}from"fs";var{writeFile:J}=z,q=(e,r)=>{const s=U(e),t=JSON.stringify(r,null,2);return J(s,t)};var W=new Date(0),j=(e={})=>async()=>{e.logger?.debug("@aws-sdk/token-providers - fromSso");const r=await I(e),s=E(e),t=r[s];if(!t)throw new f(`Profile '${s}' could not be found in shared credentials file.`,!1);else if(!t.sso_session)throw new f(`Profile '${s}' is missing required property 'sso_session'.`);const a=t.sso_session,c=(await N(e))[a];if(!c)throw new f(`Sso session '${a}' could not be found in shared credentials file.`,!1);for(let n of["sso_start_url","sso_region"])if(!c[n])throw new f(`Sso session '${a}' is missing required property '${n}'.`,!1);const{sso_start_url:S,sso_region:p}=c;let o;try{o=await C(a)}catch(n){throw new f(`The SSO session token associated with profile=${s} was not found or is invalid. ${h}`,!1)}m("accessToken",o.accessToken),m("expiresAt",o.expiresAt);const{accessToken:x,expiresAt:u}=o,l={token:x,expiration:new Date(u)};if(l.expiration.getTime()-Date.now()>H)return l;if(Date.now()-W.getTime()<30000)return A(l),l;m("clientId",o.clientId,!0),m("clientSecret",o.clientSecret,!0),m("refreshToken",o.refreshToken,!0);try{W.setTime(Date.now());const n=await b(o,p);m("accessToken",n.accessToken),m("expiresIn",n.expiresIn);const _=new Date(Date.now()+n.expiresIn*1000);try{await q(a,{...o,accessToken:n.accessToken,expiresAt:_.toISOString(),refreshToken:n.refreshToken})}catch(O){}return{token:n.accessToken,expiration:_}}catch(n){return A(l),l}};var T=!1,P=async({ssoStartUrl:e,ssoSession:r,ssoAccountId:s,ssoRegion:t,ssoRoleName:a,ssoClient:d,clientConfig:c,profile:S,logger:p})=>{let o;const x="To refresh this SSO session run aws sso login with the corresponding profile.";if(r)try{const g=await j({profile:S})();o={accessToken:g.token,expiresAt:new Date(g.expiration).toISOString()}}catch(g){throw new i(g.message,{tryNextLink:T,logger:p})}else try{o=await C(e)}catch(g){throw new i("The SSO session associated with this profile is invalid. To refresh this SSO session run aws sso login with the corresponding profile.",{tryNextLink:T,logger:p})}if(new Date(o.expiresAt).getTime()-Date.now()<=0)throw new i("The SSO session associated with this profile has expired. To refresh this SSO session run aws sso login with the corresponding profile.",{tryNextLink:T,logger:p});const{accessToken:u}=o,{SSOClient:l,GetRoleCredentialsCommand:n}=await import("./chunk-wayp5kn2.js"),_=d||new l(Object.assign({},c??{},{region:c?.region??t}));let O;try{O=await _.send(new n({accountId:s,roleName:a,accessToken:u}))}catch(g){throw new i(g,{tryNextLink:T,logger:p})}const{roleCredentials:{accessKeyId:w,secretAccessKey:k,sessionToken:$,expiration:F,credentialScope:L,accountId:M}={}}=O;if(!w||!k||!$||!F)throw new i("SSO returns an invalid temporary credential.",{tryNextLink:T,logger:p});const R={accessKeyId:w,secretAccessKey:k,sessionToken:$,expiration:new Date(F),...L&&{credentialScope:L},...M&&{accountId:M}};if(r)D.setCredentialFeature(R,"CREDENTIALS_SSO","s");else D.setCredentialFeature(R,"CREDENTIALS_SSO_LEGACY","u");return R};var X=(e,r)=>{const{sso_start_url:s,sso_account_id:t,sso_region:a,sso_role_name:d}=e;if(!s||!t||!a||!d)throw new i(`Profile is configured with invalid SSO credentials. Required parameters "sso_account_id", "sso_region", "sso_role_name", "sso_start_url". Got ${Object.keys(e).join(", ")}\nReference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html`,{tryNextLink:!1,logger:r});return e};var Re=(e={})=>async()=>{e.logger?.debug("@aws-sdk/credential-provider-sso - fromSSO");const{ssoStartUrl:r,ssoAccountId:s,ssoRegion:t,ssoRoleName:a,ssoSession:d}=e,{ssoClient:c}=e,S=E(e);if(!r&&!s&&!t&&!a&&!d){const o=(await I(e))[S];if(!o)throw new i(`Profile ${S} was not found.`,{logger:e.logger});if(!G(o))throw new i(`Profile ${S} is not configured with SSO credentials.`,{logger:e.logger});if(o?.sso_session){const w=(await N(e))[o.sso_session],k=` configurations in profile ${S} and sso-session ${o.sso_session}`;if(t&&t!==w.sso_region)throw new i("Conflicting SSO region"+k,{tryNextLink:!1,logger:e.logger});if(r&&r!==w.sso_start_url)throw new i("Conflicting SSO start_url"+k,{tryNextLink:!1,logger:e.logger});o.sso_region=w.sso_region,o.sso_start_url=w.sso_start_url}const{sso_start_url:x,sso_account_id:u,sso_region:l,sso_role_name:n,sso_session:_}=X(o,e.logger);return P({ssoStartUrl:x,ssoSession:_,ssoAccountId:u,ssoRegion:l,ssoRoleName:n,ssoClient:c,clientConfig:e.clientConfig,profile:S})}else if(!r||!s||!t||!a)throw new i('Incomplete configuration. The fromSSO() argument hash must include "ssoStartUrl", "ssoAccountId", "ssoRegion", "ssoRoleName"',{tryNextLink:!1,logger:e.logger});else return P({ssoStartUrl:r,ssoSession:d,ssoAccountId:s,ssoRegion:t,ssoRoleName:a,ssoClient:c,clientConfig:e.clientConfig,profile:S})};export{X as validateSsoProfile,G as isSsoProfile,Re as fromSSO};
|
|
3
|
+
|
|
4
|
+
//# debugId=ECDCEB79A8AA23D564756E2164756E21
|
|
5
|
+
//# sourceMappingURL=chunk-qj2v5psd.js.map
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../../../../node_modules/@aws-sdk/credential-provider-sso/dist-es/
|
|
3
|
+
"sources": ["../../../../../node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js", "../../../../../node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js", "../../../../../node_modules/@aws-sdk/token-providers/dist-es/constants.js", "../../../../../node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js", "../../../../../node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js", "../../../../../node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js", "../../../../../node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js", "../../../../../node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js", "../../../../../node_modules/@aws-sdk/token-providers/dist-es/fromSso.js", "../../../../../node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js", "../../../../../node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js"],
|
|
4
4
|
"sourcesContent": [
|
|
5
|
-
"import { CredentialsProviderError } from \"@smithy/property-provider\";\nimport { getProfileName, loadSsoSessionData, parseKnownFiles } from \"@smithy/shared-ini-file-loader\";\nimport { isSsoProfile } from \"./isSsoProfile\";\nimport { resolveSSOCredentials } from \"./resolveSSOCredentials\";\nimport { validateSsoProfile } from \"./validateSsoProfile\";\nexport const fromSSO = (init = {}) => async () => {\n init.logger?.debug(\"@aws-sdk/credential-provider-sso - fromSSO\");\n const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoSession } = init;\n const { ssoClient } = init;\n const profileName = getProfileName(init);\n if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) {\n const profiles = await parseKnownFiles(init);\n const profile = profiles[profileName];\n if (!profile) {\n throw new CredentialsProviderError(`Profile ${profileName} was not found.`, { logger: init.logger });\n }\n if (!isSsoProfile(profile)) {\n throw new CredentialsProviderError(`Profile ${profileName} is not configured with SSO credentials.`, {\n logger: init.logger,\n });\n }\n if (profile?.sso_session) {\n const ssoSessions = await loadSsoSessionData(init);\n const session = ssoSessions[profile.sso_session];\n const conflictMsg = ` configurations in profile ${profileName} and sso-session ${profile.sso_session}`;\n if (ssoRegion && ssoRegion !== session.sso_region) {\n throw new CredentialsProviderError(`Conflicting SSO region` + conflictMsg, {\n tryNextLink: false,\n logger: init.logger,\n });\n }\n if (ssoStartUrl && ssoStartUrl !== session.sso_start_url) {\n throw new CredentialsProviderError(`Conflicting SSO start_url` + conflictMsg, {\n tryNextLink: false,\n logger: init.logger,\n });\n }\n profile.sso_region = session.sso_region;\n profile.sso_start_url = session.sso_start_url;\n }\n const { sso_start_url, sso_account_id, sso_region, sso_role_name, sso_session } = validateSsoProfile(profile, init.logger);\n return resolveSSOCredentials({\n ssoStartUrl: sso_start_url,\n ssoSession: sso_session,\n ssoAccountId: sso_account_id,\n ssoRegion: sso_region,\n ssoRoleName: sso_role_name,\n ssoClient: ssoClient,\n clientConfig: init.clientConfig,\n profile: profileName,\n });\n }\n else if (!ssoStartUrl || !ssoAccountId || !ssoRegion || !ssoRoleName) {\n throw new CredentialsProviderError(\"Incomplete configuration. The fromSSO() argument hash must include \" +\n '\"ssoStartUrl\", \"ssoAccountId\", \"ssoRegion\", \"ssoRoleName\"', { tryNextLink: false, logger: init.logger });\n }\n else {\n return resolveSSOCredentials({\n ssoStartUrl,\n ssoSession,\n ssoAccountId,\n ssoRegion,\n ssoRoleName,\n ssoClient,\n clientConfig: init.clientConfig,\n profile: profileName,\n });\n }\n};\n",
|
|
6
5
|
"export const isSsoProfile = (arg) => arg &&\n (typeof arg.sso_start_url === \"string\" ||\n typeof arg.sso_account_id === \"string\" ||\n typeof arg.sso_session === \"string\" ||\n typeof arg.sso_region === \"string\" ||\n typeof arg.sso_role_name === \"string\");\n",
|
|
7
|
-
"import {
|
|
6
|
+
"import { setCredentialFeature } from \"@aws-sdk/core/client\";\nimport { fromSso as getSsoTokenProvider } from \"@aws-sdk/token-providers\";\nimport { CredentialsProviderError } from \"@smithy/property-provider\";\nimport { getSSOTokenFromFile } from \"@smithy/shared-ini-file-loader\";\nconst SHOULD_FAIL_CREDENTIAL_CHAIN = false;\nexport const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, clientConfig, profile, logger, }) => {\n let token;\n const refreshMessage = `To refresh this SSO session run aws sso login with the corresponding profile.`;\n if (ssoSession) {\n try {\n const _token = await getSsoTokenProvider({ profile })();\n token = {\n accessToken: _token.token,\n expiresAt: new Date(_token.expiration).toISOString(),\n };\n }\n catch (e) {\n throw new CredentialsProviderError(e.message, {\n tryNextLink: SHOULD_FAIL_CREDENTIAL_CHAIN,\n logger,\n });\n }\n }\n else {\n try {\n token = await getSSOTokenFromFile(ssoStartUrl);\n }\n catch (e) {\n throw new CredentialsProviderError(`The SSO session associated with this profile is invalid. ${refreshMessage}`, {\n tryNextLink: SHOULD_FAIL_CREDENTIAL_CHAIN,\n logger,\n });\n }\n }\n if (new Date(token.expiresAt).getTime() - Date.now() <= 0) {\n throw new CredentialsProviderError(`The SSO session associated with this profile has expired. ${refreshMessage}`, {\n tryNextLink: SHOULD_FAIL_CREDENTIAL_CHAIN,\n logger,\n });\n }\n const { accessToken } = token;\n const { SSOClient, GetRoleCredentialsCommand } = await import(\"./loadSso\");\n const sso = ssoClient ||\n new SSOClient(Object.assign({}, clientConfig ?? {}, {\n region: clientConfig?.region ?? ssoRegion,\n }));\n let ssoResp;\n try {\n ssoResp = await sso.send(new GetRoleCredentialsCommand({\n accountId: ssoAccountId,\n roleName: ssoRoleName,\n accessToken,\n }));\n }\n catch (e) {\n throw new CredentialsProviderError(e, {\n tryNextLink: SHOULD_FAIL_CREDENTIAL_CHAIN,\n logger,\n });\n }\n const { roleCredentials: { accessKeyId, secretAccessKey, sessionToken, expiration, credentialScope, accountId } = {}, } = ssoResp;\n if (!accessKeyId || !secretAccessKey || !sessionToken || !expiration) {\n throw new CredentialsProviderError(\"SSO returns an invalid temporary credential.\", {\n tryNextLink: SHOULD_FAIL_CREDENTIAL_CHAIN,\n logger,\n });\n }\n const credentials = {\n accessKeyId,\n secretAccessKey,\n sessionToken,\n expiration: new Date(expiration),\n ...(credentialScope && { credentialScope }),\n ...(accountId && { accountId }),\n };\n if (ssoSession) {\n setCredentialFeature(credentials, \"CREDENTIALS_SSO\", \"s\");\n }\n else {\n setCredentialFeature(credentials, \"CREDENTIALS_SSO_LEGACY\", \"u\");\n }\n return credentials;\n};\n",
|
|
8
7
|
"export const EXPIRE_WINDOW_MS = 5 * 60 * 1000;\nexport const REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with the corresponding profile.`;\n",
|
|
9
8
|
"const ssoOidcClientsHash = {};\nexport const getSsoOidcClient = async (ssoRegion) => {\n const { SSOOIDCClient } = await import(\"@aws-sdk/client-sso-oidc\");\n if (ssoOidcClientsHash[ssoRegion]) {\n return ssoOidcClientsHash[ssoRegion];\n }\n const ssoOidcClient = new SSOOIDCClient({ region: ssoRegion });\n ssoOidcClientsHash[ssoRegion] = ssoOidcClient;\n return ssoOidcClient;\n};\n",
|
|
10
9
|
"import { getSsoOidcClient } from \"./getSsoOidcClient\";\nexport const getNewSsoOidcToken = async (ssoToken, ssoRegion) => {\n const { CreateTokenCommand } = await import(\"@aws-sdk/client-sso-oidc\");\n const ssoOidcClient = await getSsoOidcClient(ssoRegion);\n return ssoOidcClient.send(new CreateTokenCommand({\n clientId: ssoToken.clientId,\n clientSecret: ssoToken.clientSecret,\n refreshToken: ssoToken.refreshToken,\n grantType: \"refresh_token\",\n }));\n};\n",
|
|
11
10
|
"import { TokenProviderError } from \"@smithy/property-provider\";\nimport { REFRESH_MESSAGE } from \"./constants\";\nexport const validateTokenExpiry = (token) => {\n if (token.expiration && token.expiration.getTime() < Date.now()) {\n throw new TokenProviderError(`Token is expired. ${REFRESH_MESSAGE}`, false);\n }\n};\n",
|
|
12
11
|
"import { TokenProviderError } from \"@smithy/property-provider\";\nimport { REFRESH_MESSAGE } from \"./constants\";\nexport const validateTokenKey = (key, value, forRefresh = false) => {\n if (typeof value === \"undefined\") {\n throw new TokenProviderError(`Value not present for '${key}' in SSO Token${forRefresh ? \". Cannot refresh\" : \"\"}. ${REFRESH_MESSAGE}`, false);\n }\n};\n",
|
|
13
12
|
"import { getSSOTokenFilepath } from \"@smithy/shared-ini-file-loader\";\nimport { promises as fsPromises } from \"fs\";\nconst { writeFile } = fsPromises;\nexport const writeSSOTokenToFile = (id, ssoToken) => {\n const tokenFilepath = getSSOTokenFilepath(id);\n const tokenString = JSON.stringify(ssoToken, null, 2);\n return writeFile(tokenFilepath, tokenString);\n};\n",
|
|
14
|
-
"import {
|
|
15
|
-
"import { CredentialsProviderError } from \"@smithy/property-provider\";\nexport const validateSsoProfile = (profile, logger) => {\n const { sso_start_url, sso_account_id, sso_region, sso_role_name } = profile;\n if (!sso_start_url || !sso_account_id || !sso_region || !sso_role_name) {\n throw new CredentialsProviderError(`Profile is configured with invalid SSO credentials. Required parameters \"sso_account_id\", ` +\n `\"sso_region\", \"sso_role_name\", \"sso_start_url\". Got ${Object.keys(profile).join(\", \")}\\nReference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html`, { tryNextLink: false, logger });\n }\n return profile;\n};\n"
|
|
13
|
+
"import { TokenProviderError } from \"@smithy/property-provider\";\nimport { getProfileName, getSSOTokenFromFile, loadSsoSessionData, parseKnownFiles, } from \"@smithy/shared-ini-file-loader\";\nimport { EXPIRE_WINDOW_MS, REFRESH_MESSAGE } from \"./constants\";\nimport { getNewSsoOidcToken } from \"./getNewSsoOidcToken\";\nimport { validateTokenExpiry } from \"./validateTokenExpiry\";\nimport { validateTokenKey } from \"./validateTokenKey\";\nimport { writeSSOTokenToFile } from \"./writeSSOTokenToFile\";\nconst lastRefreshAttemptTime = new Date(0);\nexport const fromSso = (init = {}) => async () => {\n init.logger?.debug(\"@aws-sdk/token-providers - fromSso\");\n const profiles = await parseKnownFiles(init);\n const profileName = getProfileName(init);\n const profile = profiles[profileName];\n if (!profile) {\n throw new TokenProviderError(`Profile '${profileName}' could not be found in shared credentials file.`, false);\n }\n else if (!profile[\"sso_session\"]) {\n throw new TokenProviderError(`Profile '${profileName}' is missing required property 'sso_session'.`);\n }\n const ssoSessionName = profile[\"sso_session\"];\n const ssoSessions = await loadSsoSessionData(init);\n const ssoSession = ssoSessions[ssoSessionName];\n if (!ssoSession) {\n throw new TokenProviderError(`Sso session '${ssoSessionName}' could not be found in shared credentials file.`, false);\n }\n for (const ssoSessionRequiredKey of [\"sso_start_url\", \"sso_region\"]) {\n if (!ssoSession[ssoSessionRequiredKey]) {\n throw new TokenProviderError(`Sso session '${ssoSessionName}' is missing required property '${ssoSessionRequiredKey}'.`, false);\n }\n }\n const ssoStartUrl = ssoSession[\"sso_start_url\"];\n const ssoRegion = ssoSession[\"sso_region\"];\n let ssoToken;\n try {\n ssoToken = await getSSOTokenFromFile(ssoSessionName);\n }\n catch (e) {\n throw new TokenProviderError(`The SSO session token associated with profile=${profileName} was not found or is invalid. ${REFRESH_MESSAGE}`, false);\n }\n validateTokenKey(\"accessToken\", ssoToken.accessToken);\n validateTokenKey(\"expiresAt\", ssoToken.expiresAt);\n const { accessToken, expiresAt } = ssoToken;\n const existingToken = { token: accessToken, expiration: new Date(expiresAt) };\n if (existingToken.expiration.getTime() - Date.now() > EXPIRE_WINDOW_MS) {\n return existingToken;\n }\n if (Date.now() - lastRefreshAttemptTime.getTime() < 30 * 1000) {\n validateTokenExpiry(existingToken);\n return existingToken;\n }\n validateTokenKey(\"clientId\", ssoToken.clientId, true);\n validateTokenKey(\"clientSecret\", ssoToken.clientSecret, true);\n validateTokenKey(\"refreshToken\", ssoToken.refreshToken, true);\n try {\n lastRefreshAttemptTime.setTime(Date.now());\n const newSsoOidcToken = await getNewSsoOidcToken(ssoToken, ssoRegion);\n validateTokenKey(\"accessToken\", newSsoOidcToken.accessToken);\n validateTokenKey(\"expiresIn\", newSsoOidcToken.expiresIn);\n const newTokenExpiration = new Date(Date.now() + newSsoOidcToken.expiresIn * 1000);\n try {\n await writeSSOTokenToFile(ssoSessionName, {\n ...ssoToken,\n accessToken: newSsoOidcToken.accessToken,\n expiresAt: newTokenExpiration.toISOString(),\n refreshToken: newSsoOidcToken.refreshToken,\n });\n }\n catch (error) {\n }\n return {\n token: newSsoOidcToken.accessToken,\n expiration: newTokenExpiration,\n };\n }\n catch (error) {\n validateTokenExpiry(existingToken);\n return existingToken;\n }\n};\n",
|
|
14
|
+
"import { CredentialsProviderError } from \"@smithy/property-provider\";\nexport const validateSsoProfile = (profile, logger) => {\n const { sso_start_url, sso_account_id, sso_region, sso_role_name } = profile;\n if (!sso_start_url || !sso_account_id || !sso_region || !sso_role_name) {\n throw new CredentialsProviderError(`Profile is configured with invalid SSO credentials. Required parameters \"sso_account_id\", ` +\n `\"sso_region\", \"sso_role_name\", \"sso_start_url\". Got ${Object.keys(profile).join(\", \")}\\nReference: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html`, { tryNextLink: false, logger });\n }\n return profile;\n};\n",
|
|
15
|
+
"import { CredentialsProviderError } from \"@smithy/property-provider\";\nimport { getProfileName, loadSsoSessionData, parseKnownFiles } from \"@smithy/shared-ini-file-loader\";\nimport { isSsoProfile } from \"./isSsoProfile\";\nimport { resolveSSOCredentials } from \"./resolveSSOCredentials\";\nimport { validateSsoProfile } from \"./validateSsoProfile\";\nexport const fromSSO = (init = {}) => async () => {\n init.logger?.debug(\"@aws-sdk/credential-provider-sso - fromSSO\");\n const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoSession } = init;\n const { ssoClient } = init;\n const profileName = getProfileName(init);\n if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName && !ssoSession) {\n const profiles = await parseKnownFiles(init);\n const profile = profiles[profileName];\n if (!profile) {\n throw new CredentialsProviderError(`Profile ${profileName} was not found.`, { logger: init.logger });\n }\n if (!isSsoProfile(profile)) {\n throw new CredentialsProviderError(`Profile ${profileName} is not configured with SSO credentials.`, {\n logger: init.logger,\n });\n }\n if (profile?.sso_session) {\n const ssoSessions = await loadSsoSessionData(init);\n const session = ssoSessions[profile.sso_session];\n const conflictMsg = ` configurations in profile ${profileName} and sso-session ${profile.sso_session}`;\n if (ssoRegion && ssoRegion !== session.sso_region) {\n throw new CredentialsProviderError(`Conflicting SSO region` + conflictMsg, {\n tryNextLink: false,\n logger: init.logger,\n });\n }\n if (ssoStartUrl && ssoStartUrl !== session.sso_start_url) {\n throw new CredentialsProviderError(`Conflicting SSO start_url` + conflictMsg, {\n tryNextLink: false,\n logger: init.logger,\n });\n }\n profile.sso_region = session.sso_region;\n profile.sso_start_url = session.sso_start_url;\n }\n const { sso_start_url, sso_account_id, sso_region, sso_role_name, sso_session } = validateSsoProfile(profile, init.logger);\n return resolveSSOCredentials({\n ssoStartUrl: sso_start_url,\n ssoSession: sso_session,\n ssoAccountId: sso_account_id,\n ssoRegion: sso_region,\n ssoRoleName: sso_role_name,\n ssoClient: ssoClient,\n clientConfig: init.clientConfig,\n profile: profileName,\n });\n }\n else if (!ssoStartUrl || !ssoAccountId || !ssoRegion || !ssoRoleName) {\n throw new CredentialsProviderError(\"Incomplete configuration. The fromSSO() argument hash must include \" +\n '\"ssoStartUrl\", \"ssoAccountId\", \"ssoRegion\", \"ssoRoleName\"', { tryNextLink: false, logger: init.logger });\n }\n else {\n return resolveSSOCredentials({\n ssoStartUrl,\n ssoSession,\n ssoAccountId,\n ssoRegion,\n ssoRoleName,\n ssoClient,\n clientConfig: init.clientConfig,\n profile: profileName,\n });\n }\n};\n"
|
|
16
16
|
],
|
|
17
|
-
"mappings": ";
|
|
18
|
-
"debugId": "
|
|
17
|
+
"mappings": "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",
|
|
18
|
+
"debugId": "ECDCEB79A8AA23D564756E2164756E21",
|
|
19
19
|
"names": []
|
|
20
20
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import{jb as d,nb as g}from"./chunk-x5c5ngpb.js";import{Ab as C,wb as s,yb as y,zb as u}from"./chunk-3zx3yk1m.js";function c(o){try{const r=new Set(Array.from(o.match(/([A-Z_]){3,}/g)??[]));return r.delete("CONFIG"),r.delete("CONFIG_PREFIX_SEPARATOR"),r.delete("ENV"),[...r].join(", ")}catch(r){return o}}var l=(o,r)=>async()=>{try{const t=o(process.env);if(t===void 0)throw new Error;return t}catch(t){throw new s(t.message||`Not found in ENV: ${c(o.toString())}`,{logger:r})}};var h=(o,{preferredFile:r="config",...t}={})=>async()=>{const e=d(t),{configFile:n,credentialsFile:i}=await g(t),f=i[e]||{},m=n[e]||{},S=r==="config"?{...f,...m}:{...m,...f};try{const p=o(S,r==="config"?n:i);if(p===void 0)throw new Error;return p}catch(a){throw new s(a.message||`Not found in config files w/ profile [${e}]: ${c(o.toString())}`,{logger:t.logger})}};var E=(o)=>typeof o==="function",w=(o)=>E(o)?async()=>await o():u(o);var k=({environmentVariableSelector:o,configFileSelector:r,default:t},e={})=>C(y(l(o),h(r,e),w(t)));function F(o){const r={};if(o=o.replace(/^\?/,""),o)for(let t of o.split("&")){let[e,n=null]=t.split("=");if(e=decodeURIComponent(e),n)n=decodeURIComponent(n);if(!(e in r))r[e]=n;else if(Array.isArray(r[e]))r[e].push(n);else r[e]=[r[e],n]}return r}var N=(o)=>{if(typeof o==="string")return N(new URL(o));const{hostname:r,pathname:t,port:e,protocol:n,search:i}=o;let f;if(i)f=F(i);return{hostname:r,port:e?parseInt(e):void 0,protocol:n,path:t,query:f}};
|
|
2
|
+
export{k as sa,N as ta};
|
|
3
|
+
|
|
4
|
+
//# debugId=1B87D5D11F3776B164756E2164756E21
|
|
5
|
+
//# sourceMappingURL=chunk-rh4brnzh.js.map
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../../../../node_modules/@smithy/node-config-provider/dist-es/
|
|
3
|
+
"sources": ["../../../../../node_modules/@smithy/node-config-provider/dist-es/getSelectorName.js", "../../../../../node_modules/@smithy/node-config-provider/dist-es/fromEnv.js", "../../../../../node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js", "../../../../../node_modules/@smithy/node-config-provider/dist-es/fromStatic.js", "../../../../../node_modules/@smithy/node-config-provider/dist-es/configLoader.js", "../../../../../node_modules/@smithy/querystring-parser/dist-es/index.js", "../../../../../node_modules/@smithy/url-parser/dist-es/index.js"],
|
|
4
4
|
"sourcesContent": [
|
|
5
|
-
"import { chain, memoize } from \"@smithy/property-provider\";\nimport { fromEnv } from \"./fromEnv\";\nimport { fromSharedConfigFiles } from \"./fromSharedConfigFiles\";\nimport { fromStatic } from \"./fromStatic\";\nexport const loadConfig = ({ environmentVariableSelector, configFileSelector, default: defaultValue }, configuration = {}) => memoize(chain(fromEnv(environmentVariableSelector), fromSharedConfigFiles(configFileSelector, configuration), fromStatic(defaultValue)));\n",
|
|
6
|
-
"import { CredentialsProviderError } from \"@smithy/property-provider\";\nimport { getSelectorName } from \"./getSelectorName\";\nexport const fromEnv = (envVarSelector, logger) => async () => {\n try {\n const config = envVarSelector(process.env);\n if (config === undefined) {\n throw new Error();\n }\n return config;\n }\n catch (e) {\n throw new CredentialsProviderError(e.message || `Not found in ENV: ${getSelectorName(envVarSelector.toString())}`, { logger });\n }\n};\n",
|
|
7
5
|
"export function getSelectorName(functionString) {\n try {\n const constants = new Set(Array.from(functionString.match(/([A-Z_]){3,}/g) ?? []));\n constants.delete(\"CONFIG\");\n constants.delete(\"CONFIG_PREFIX_SEPARATOR\");\n constants.delete(\"ENV\");\n return [...constants].join(\", \");\n }\n catch (e) {\n return functionString;\n }\n}\n",
|
|
6
|
+
"import { CredentialsProviderError } from \"@smithy/property-provider\";\nimport { getSelectorName } from \"./getSelectorName\";\nexport const fromEnv = (envVarSelector, logger) => async () => {\n try {\n const config = envVarSelector(process.env);\n if (config === undefined) {\n throw new Error();\n }\n return config;\n }\n catch (e) {\n throw new CredentialsProviderError(e.message || `Not found in ENV: ${getSelectorName(envVarSelector.toString())}`, { logger });\n }\n};\n",
|
|
8
7
|
"import { CredentialsProviderError } from \"@smithy/property-provider\";\nimport { getProfileName, loadSharedConfigFiles } from \"@smithy/shared-ini-file-loader\";\nimport { getSelectorName } from \"./getSelectorName\";\nexport const fromSharedConfigFiles = (configSelector, { preferredFile = \"config\", ...init } = {}) => async () => {\n const profile = getProfileName(init);\n const { configFile, credentialsFile } = await loadSharedConfigFiles(init);\n const profileFromCredentials = credentialsFile[profile] || {};\n const profileFromConfig = configFile[profile] || {};\n const mergedProfile = preferredFile === \"config\"\n ? { ...profileFromCredentials, ...profileFromConfig }\n : { ...profileFromConfig, ...profileFromCredentials };\n try {\n const cfgFile = preferredFile === \"config\" ? configFile : credentialsFile;\n const configValue = configSelector(mergedProfile, cfgFile);\n if (configValue === undefined) {\n throw new Error();\n }\n return configValue;\n }\n catch (e) {\n throw new CredentialsProviderError(e.message || `Not found in config files w/ profile [${profile}]: ${getSelectorName(configSelector.toString())}`, { logger: init.logger });\n }\n};\n",
|
|
9
8
|
"import { fromStatic as convertToProvider } from \"@smithy/property-provider\";\nconst isFunction = (func) => typeof func === \"function\";\nexport const fromStatic = (defaultValue) => isFunction(defaultValue) ? async () => await defaultValue() : convertToProvider(defaultValue);\n",
|
|
9
|
+
"import { chain, memoize } from \"@smithy/property-provider\";\nimport { fromEnv } from \"./fromEnv\";\nimport { fromSharedConfigFiles } from \"./fromSharedConfigFiles\";\nimport { fromStatic } from \"./fromStatic\";\nexport const loadConfig = ({ environmentVariableSelector, configFileSelector, default: defaultValue }, configuration = {}) => memoize(chain(fromEnv(environmentVariableSelector), fromSharedConfigFiles(configFileSelector, configuration), fromStatic(defaultValue)));\n",
|
|
10
10
|
"export function parseQueryString(querystring) {\n const query = {};\n querystring = querystring.replace(/^\\?/, \"\");\n if (querystring) {\n for (const pair of querystring.split(\"&\")) {\n let [key, value = null] = pair.split(\"=\");\n key = decodeURIComponent(key);\n if (value) {\n value = decodeURIComponent(value);\n }\n if (!(key in query)) {\n query[key] = value;\n }\n else if (Array.isArray(query[key])) {\n query[key].push(value);\n }\n else {\n query[key] = [query[key], value];\n }\n }\n }\n return query;\n}\n",
|
|
11
11
|
"import { parseQueryString } from \"@smithy/querystring-parser\";\nexport const parseUrl = (url) => {\n if (typeof url === \"string\") {\n return parseUrl(new URL(url));\n }\n const { hostname, pathname, port, protocol, search } = url;\n let query;\n if (search) {\n query = parseQueryString(search);\n }\n return {\n hostname,\n port: port ? parseInt(port) : undefined,\n protocol,\n path: pathname,\n query,\n };\n};\n"
|
|
12
12
|
],
|
|
13
|
-
"mappings": "
|
|
14
|
-
"debugId": "
|
|
13
|
+
"mappings": "wHAAO,GAAS,CAAe,CAAC,EAAgB,CAC5C,GAAI,CACA,MAAM,EAAY,IAAI,IAAI,MAAM,KAAK,EAAe,MAAM,eAAe,GAAK,CAAC,CAAC,CAAC,EAIjF,OAHA,EAAU,OAAO,QAAQ,EACzB,EAAU,OAAO,yBAAyB,EAC1C,EAAU,OAAO,KAAK,EACf,CAAC,GAAG,CAAS,EAAE,KAAK,IAAI,QAE5B,EAAP,CACI,OAAO,GCPR,IAAM,EAAU,CAAC,EAAgB,IAAW,SAAY,CAC3D,GAAI,CACA,MAAM,EAAS,EAAe,QAAQ,GAAG,EACzC,GAAI,IAAW,OACX,MAAM,IAAI,MAEd,OAAO,QAEJ,EAAP,CACI,MAAM,IAAI,EAAyB,EAAE,SAAW,qBAAqB,EAAgB,EAAe,SAAS,CAAC,IAAK,CAAE,QAAO,CAAC,ICR9H,IAAM,EAAwB,CAAC,GAAkB,gBAAgB,YAAa,GAAS,CAAC,IAAM,SAAY,CAC7G,MAAM,EAAU,EAAe,CAAI,GAC3B,aAAY,mBAAoB,MAAM,EAAsB,CAAI,EAClE,EAAyB,EAAgB,IAAY,CAAC,EACtD,EAAoB,EAAW,IAAY,CAAC,EAC5C,EAAgB,IAAkB,SAClC,IAAK,KAA2B,CAAkB,EAClD,IAAK,KAAsB,CAAuB,EACxD,GAAI,CAEA,MAAM,EAAc,EAAe,EADnB,IAAkB,SAAW,EAAa,CACD,EACzD,GAAI,IAAgB,OAChB,MAAM,IAAI,MAEd,OAAO,QAEJ,EAAP,CACI,MAAM,IAAI,EAAyB,EAAE,SAAW,yCAAyC,OAAa,EAAgB,EAAe,SAAS,CAAC,IAAK,CAAE,OAAQ,EAAK,MAAO,CAAC,ICnBnL,IAAM,EAAa,CAAC,WAAgB,IAAS,WAChC,EAAa,CAAC,IAAiB,EAAW,CAAY,EAAI,SAAY,MAAM,EAAa,EAAI,EAAkB,CAAY,ECEjI,IAAM,EAAa,EAAG,8BAA6B,qBAAoB,QAAS,GAAgB,EAAgB,CAAC,IAAM,EAAQ,EAAM,EAAQ,CAA2B,EAAG,EAAsB,EAAoB,CAAa,EAAG,EAAW,CAAY,CAAC,CAAC,ECJ9P,SAAS,CAAgB,CAAC,EAAa,CAC1C,MAAM,EAAQ,CAAC,EAEf,GADA,EAAc,EAAY,QAAQ,MAAO,EAAE,EACvC,EACA,QAAW,KAAQ,EAAY,MAAM,GAAG,EAAG,CACvC,IAAK,EAAK,EAAQ,MAAQ,EAAK,MAAM,GAAG,EAExC,GADA,EAAM,mBAAmB,CAAG,EACxB,EACA,EAAQ,mBAAmB,CAAK,EAEpC,KAAM,KAAO,GACT,EAAM,GAAO,UAER,MAAM,QAAQ,EAAM,EAAI,EAC7B,EAAM,GAAK,KAAK,CAAK,MAGrB,GAAM,GAAO,CAAC,EAAM,GAAM,CAAK,EAI3C,OAAO,ECpBJ,IAAM,EAAW,CAAC,IAAQ,CAC7B,UAAW,IAAQ,SACf,OAAO,EAAS,IAAI,IAAI,CAAG,CAAC,EAEhC,MAAQ,WAAU,WAAU,OAAM,WAAU,UAAW,EACvD,IAAI,EACJ,GAAI,EACA,EAAQ,EAAiB,CAAM,EAEnC,MAAO,CACH,WACA,KAAM,EAAO,SAAS,CAAI,EAAI,OAC9B,WACA,KAAM,EACN,OACJ",
|
|
14
|
+
"debugId": "1B87D5D11F3776B164756E2164756E21",
|
|
15
15
|
"names": []
|
|
16
16
|
}
|