2026-01-30 14:42:57 +00:00
"use strict" ;
exports . id = 443 ;
exports . ids = [ 443 ] ;
exports . modules = {
/***/ 8396 :
/***/ ( ( _ _unused _webpack _module , exports , _ _webpack _require _ _ ) => {
Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
exports . resolveHttpAuthSchemeConfig = exports . defaultSSOOIDCHttpAuthSchemeProvider = exports . defaultSSOOIDCHttpAuthSchemeParametersProvider = void 0 ;
const core _1 = _ _webpack _require _ _ ( 8704 ) ;
const util _middleware _1 = _ _webpack _require _ _ ( 76324 ) ;
const defaultSSOOIDCHttpAuthSchemeParametersProvider = async ( config , context , input ) => {
return {
operation : ( 0 , util _middleware _1 . getSmithyContext ) ( context ) . operation ,
region : ( await ( 0 , util _middleware _1 . normalizeProvider ) ( config . region ) ( ) ) ||
( ( ) => {
throw new Error ( "expected `region` to be configured for `aws.auth#sigv4`" ) ;
} ) ( ) ,
} ;
} ;
exports . defaultSSOOIDCHttpAuthSchemeParametersProvider = defaultSSOOIDCHttpAuthSchemeParametersProvider ;
function createAwsAuthSigv4HttpAuthOption ( authParameters ) {
return {
schemeId : "aws.auth#sigv4" ,
signingProperties : {
name : "sso-oauth" ,
region : authParameters . region ,
} ,
propertiesExtractor : ( config , context ) => ( {
signingProperties : {
config ,
context ,
} ,
} ) ,
} ;
}
function createSmithyApiNoAuthHttpAuthOption ( authParameters ) {
return {
schemeId : "smithy.api#noAuth" ,
} ;
}
const defaultSSOOIDCHttpAuthSchemeProvider = ( authParameters ) => {
const options = [ ] ;
switch ( authParameters . operation ) {
case "CreateToken" : {
options . push ( createSmithyApiNoAuthHttpAuthOption ( authParameters ) ) ;
break ;
}
default : {
options . push ( createAwsAuthSigv4HttpAuthOption ( authParameters ) ) ;
}
}
return options ;
} ;
exports . defaultSSOOIDCHttpAuthSchemeProvider = defaultSSOOIDCHttpAuthSchemeProvider ;
const resolveHttpAuthSchemeConfig = ( config ) => {
const config _0 = ( 0 , core _1 . resolveAwsSdkSigV4Config ) ( config ) ;
return Object . assign ( config _0 , {
authSchemePreference : ( 0 , util _middleware _1 . normalizeProvider ) ( config . authSchemePreference ? ? [ ] ) ,
} ) ;
} ;
exports . resolveHttpAuthSchemeConfig = resolveHttpAuthSchemeConfig ;
/***/ } ) ,
/***/ 90546 :
/***/ ( ( _ _unused _webpack _module , exports , _ _webpack _require _ _ ) => {
Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
exports . defaultEndpointResolver = void 0 ;
const util _endpoints _1 = _ _webpack _require _ _ ( 83068 ) ;
const util _endpoints _2 = _ _webpack _require _ _ ( 79674 ) ;
const ruleset _1 = _ _webpack _require _ _ ( 69947 ) ;
const cache = new util _endpoints _2 . EndpointCache ( {
size : 50 ,
params : [ "Endpoint" , "Region" , "UseDualStack" , "UseFIPS" ] ,
} ) ;
const defaultEndpointResolver = ( endpointParams , context = { } ) => {
return cache . get ( endpointParams , ( ) => ( 0 , util _endpoints _2 . resolveEndpoint ) ( ruleset _1 . ruleSet , {
endpointParams : endpointParams ,
logger : context . logger ,
} ) ) ;
} ;
exports . defaultEndpointResolver = defaultEndpointResolver ;
util _endpoints _2 . customEndpointFunctions . aws = util _endpoints _1 . awsEndpointFunctions ;
/***/ } ) ,
/***/ 69947 :
/***/ ( ( _ _unused _webpack _module , exports ) => {
Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
exports . ruleSet = void 0 ;
const u = "required" , v = "fn" , w = "argv" , x = "ref" ;
const 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" } ] ;
const _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 } ] } ;
exports . ruleSet = _data ;
/***/ } ) ,
/***/ 89443 :
/***/ ( ( _ _unused _webpack _module , exports , _ _webpack _require _ _ ) => {
var _ _webpack _unused _export _ _ ;
var middlewareHostHeader = _ _webpack _require _ _ ( 52590 ) ;
var middlewareLogger = _ _webpack _require _ _ ( 85242 ) ;
var middlewareRecursionDetection = _ _webpack _require _ _ ( 81568 ) ;
var middlewareUserAgent = _ _webpack _require _ _ ( 32959 ) ;
var configResolver = _ _webpack _require _ _ ( 39316 ) ;
var core = _ _webpack _require _ _ ( 90402 ) ;
var schema = _ _webpack _require _ _ ( 26890 ) ;
var middlewareContentLength = _ _webpack _require _ _ ( 47212 ) ;
var middlewareEndpoint = _ _webpack _require _ _ ( 40099 ) ;
var middlewareRetry = _ _webpack _require _ _ ( 19618 ) ;
var smithyClient = _ _webpack _require _ _ ( 61411 ) ;
var httpAuthSchemeProvider = _ _webpack _require _ _ ( 8396 ) ;
var runtimeConfig = _ _webpack _require _ _ ( 16901 ) ;
var regionConfigResolver = _ _webpack _require _ _ ( 36463 ) ;
var protocolHttp = _ _webpack _require _ _ ( 72356 ) ;
const resolveClientEndpointParameters = ( options ) => {
return Object . assign ( options , {
useDualstackEndpoint : options . useDualstackEndpoint ? ? false ,
useFipsEndpoint : options . useFipsEndpoint ? ? false ,
defaultSigningName : "sso-oauth" ,
} ) ;
} ;
const commonParams = {
UseFIPS : { type : "builtInParams" , name : "useFipsEndpoint" } ,
Endpoint : { type : "builtInParams" , name : "endpoint" } ,
Region : { type : "builtInParams" , name : "region" } ,
UseDualStack : { type : "builtInParams" , name : "useDualstackEndpoint" } ,
} ;
const getHttpAuthExtensionConfiguration = ( runtimeConfig ) => {
const _httpAuthSchemes = runtimeConfig . httpAuthSchemes ;
let _httpAuthSchemeProvider = runtimeConfig . httpAuthSchemeProvider ;
let _credentials = runtimeConfig . credentials ;
return {
setHttpAuthScheme ( httpAuthScheme ) {
const index = _httpAuthSchemes . findIndex ( ( scheme ) => scheme . schemeId === httpAuthScheme . schemeId ) ;
if ( index === - 1 ) {
_httpAuthSchemes . push ( httpAuthScheme ) ;
}
else {
_httpAuthSchemes . splice ( index , 1 , httpAuthScheme ) ;
}
} ,
httpAuthSchemes ( ) {
return _httpAuthSchemes ;
} ,
setHttpAuthSchemeProvider ( httpAuthSchemeProvider ) {
_httpAuthSchemeProvider = httpAuthSchemeProvider ;
} ,
httpAuthSchemeProvider ( ) {
return _httpAuthSchemeProvider ;
} ,
setCredentials ( credentials ) {
_credentials = credentials ;
} ,
credentials ( ) {
return _credentials ;
} ,
} ;
} ;
const resolveHttpAuthRuntimeConfig = ( config ) => {
return {
httpAuthSchemes : config . httpAuthSchemes ( ) ,
httpAuthSchemeProvider : config . httpAuthSchemeProvider ( ) ,
credentials : config . credentials ( ) ,
} ;
} ;
const resolveRuntimeExtensions = ( runtimeConfig , extensions ) => {
const extensionConfiguration = Object . assign ( regionConfigResolver . getAwsRegionExtensionConfiguration ( runtimeConfig ) , smithyClient . getDefaultExtensionConfiguration ( runtimeConfig ) , protocolHttp . getHttpHandlerExtensionConfiguration ( runtimeConfig ) , getHttpAuthExtensionConfiguration ( runtimeConfig ) ) ;
extensions . forEach ( ( extension ) => extension . configure ( extensionConfiguration ) ) ;
return Object . assign ( runtimeConfig , regionConfigResolver . resolveAwsRegionExtensionConfiguration ( extensionConfiguration ) , smithyClient . resolveDefaultRuntimeConfig ( extensionConfiguration ) , protocolHttp . resolveHttpHandlerRuntimeConfig ( extensionConfiguration ) , resolveHttpAuthRuntimeConfig ( extensionConfiguration ) ) ;
} ;
class SSOOIDCClient extends smithyClient . Client {
config ;
constructor ( ... [ configuration ] ) {
const _config _0 = runtimeConfig . getRuntimeConfig ( configuration || { } ) ;
super ( _config _0 ) ;
this . initConfig = _config _0 ;
const _config _1 = resolveClientEndpointParameters ( _config _0 ) ;
const _config _2 = middlewareUserAgent . resolveUserAgentConfig ( _config _1 ) ;
const _config _3 = middlewareRetry . resolveRetryConfig ( _config _2 ) ;
const _config _4 = configResolver . resolveRegionConfig ( _config _3 ) ;
const _config _5 = middlewareHostHeader . resolveHostHeaderConfig ( _config _4 ) ;
const _config _6 = middlewareEndpoint . resolveEndpointConfig ( _config _5 ) ;
const _config _7 = httpAuthSchemeProvider . resolveHttpAuthSchemeConfig ( _config _6 ) ;
const _config _8 = resolveRuntimeExtensions ( _config _7 , configuration ? . extensions || [ ] ) ;
this . config = _config _8 ;
this . middlewareStack . use ( schema . getSchemaSerdePlugin ( this . config ) ) ;
this . middlewareStack . use ( middlewareUserAgent . getUserAgentPlugin ( this . config ) ) ;
this . middlewareStack . use ( middlewareRetry . getRetryPlugin ( this . config ) ) ;
this . middlewareStack . use ( middlewareContentLength . getContentLengthPlugin ( this . config ) ) ;
this . middlewareStack . use ( middlewareHostHeader . getHostHeaderPlugin ( this . config ) ) ;
this . middlewareStack . use ( middlewareLogger . getLoggerPlugin ( this . config ) ) ;
this . middlewareStack . use ( middlewareRecursionDetection . getRecursionDetectionPlugin ( this . config ) ) ;
this . middlewareStack . use ( core . getHttpAuthSchemeEndpointRuleSetPlugin ( this . config , {
httpAuthSchemeParametersProvider : httpAuthSchemeProvider . defaultSSOOIDCHttpAuthSchemeParametersProvider ,
identityProviderConfigProvider : async ( config ) => new core . DefaultIdentityProviderConfig ( {
"aws.auth#sigv4" : config . credentials ,
} ) ,
} ) ) ;
this . middlewareStack . use ( core . getHttpSigningPlugin ( this . config ) ) ;
}
destroy ( ) {
super . destroy ( ) ;
}
}
class SSOOIDCServiceException extends smithyClient . ServiceException {
constructor ( options ) {
super ( options ) ;
Object . setPrototypeOf ( this , SSOOIDCServiceException . prototype ) ;
}
}
class AccessDeniedException extends SSOOIDCServiceException {
name = "AccessDeniedException" ;
$fault = "client" ;
error ;
reason ;
error _description ;
constructor ( opts ) {
super ( {
name : "AccessDeniedException" ,
$fault : "client" ,
... opts ,
} ) ;
Object . setPrototypeOf ( this , AccessDeniedException . prototype ) ;
this . error = opts . error ;
this . reason = opts . reason ;
this . error _description = opts . error _description ;
}
}
class AuthorizationPendingException extends SSOOIDCServiceException {
name = "AuthorizationPendingException" ;
$fault = "client" ;
error ;
error _description ;
constructor ( opts ) {
super ( {
name : "AuthorizationPendingException" ,
$fault : "client" ,
... opts ,
} ) ;
Object . setPrototypeOf ( this , AuthorizationPendingException . prototype ) ;
this . error = opts . error ;
this . error _description = opts . error _description ;
}
}
class ExpiredTokenException extends SSOOIDCServiceException {
name = "ExpiredTokenException" ;
$fault = "client" ;
error ;
error _description ;
constructor ( opts ) {
super ( {
name : "ExpiredTokenException" ,
$fault : "client" ,
... opts ,
} ) ;
Object . setPrototypeOf ( this , ExpiredTokenException . prototype ) ;
this . error = opts . error ;
this . error _description = opts . error _description ;
}
}
class InternalServerException extends SSOOIDCServiceException {
name = "InternalServerException" ;
$fault = "server" ;
error ;
error _description ;
constructor ( opts ) {
super ( {
name : "InternalServerException" ,
$fault : "server" ,
... opts ,
} ) ;
Object . setPrototypeOf ( this , InternalServerException . prototype ) ;
this . error = opts . error ;
this . error _description = opts . error _description ;
}
}
class InvalidClientException extends SSOOIDCServiceException {
name = "InvalidClientException" ;
$fault = "client" ;
error ;
error _description ;
constructor ( opts ) {
super ( {
name : "InvalidClientException" ,
$fault : "client" ,
... opts ,
} ) ;
Object . setPrototypeOf ( this , InvalidClientException . prototype ) ;
this . error = opts . error ;
this . error _description = opts . error _description ;
}
}
class InvalidGrantException extends SSOOIDCServiceException {
name = "InvalidGrantException" ;
$fault = "client" ;
error ;
error _description ;
constructor ( opts ) {
super ( {
name : "InvalidGrantException" ,
$fault : "client" ,
... opts ,
} ) ;
Object . setPrototypeOf ( this , InvalidGrantException . prototype ) ;
this . error = opts . error ;
this . error _description = opts . error _description ;
}
}
class InvalidRequestException extends SSOOIDCServiceException {
name = "InvalidRequestException" ;
$fault = "client" ;
error ;
reason ;
error _description ;
constructor ( opts ) {
super ( {
name : "InvalidRequestException" ,
$fault : "client" ,
... opts ,
} ) ;
Object . setPrototypeOf ( this , InvalidRequestException . prototype ) ;
this . error = opts . error ;
this . reason = opts . reason ;
this . error _description = opts . error _description ;
}
}
class InvalidScopeException extends SSOOIDCServiceException {
name = "InvalidScopeException" ;
$fault = "client" ;
error ;
error _description ;
constructor ( opts ) {
super ( {
name : "InvalidScopeException" ,
$fault : "client" ,
... opts ,
} ) ;
Object . setPrototypeOf ( this , InvalidScopeException . prototype ) ;
this . error = opts . error ;
this . error _description = opts . error _description ;
}
}
class SlowDownException extends SSOOIDCServiceException {
name = "SlowDownException" ;
$fault = "client" ;
error ;
error _description ;
constructor ( opts ) {
super ( {
name : "SlowDownException" ,
$fault : "client" ,
... opts ,
} ) ;
Object . setPrototypeOf ( this , SlowDownException . prototype ) ;
this . error = opts . error ;
this . error _description = opts . error _description ;
}
}
class UnauthorizedClientException extends SSOOIDCServiceException {
name = "UnauthorizedClientException" ;
$fault = "client" ;
error ;
error _description ;
constructor ( opts ) {
super ( {
name : "UnauthorizedClientException" ,
$fault : "client" ,
... opts ,
} ) ;
Object . setPrototypeOf ( this , UnauthorizedClientException . prototype ) ;
this . error = opts . error ;
this . error _description = opts . error _description ;
}
}
class UnsupportedGrantTypeException extends SSOOIDCServiceException {
name = "UnsupportedGrantTypeException" ;
$fault = "client" ;
error ;
error _description ;
constructor ( opts ) {
super ( {
name : "UnsupportedGrantTypeException" ,
$fault : "client" ,
... opts ,
} ) ;
Object . setPrototypeOf ( this , UnsupportedGrantTypeException . prototype ) ;
this . error = opts . error ;
this . error _description = opts . error _description ;
}
}
const _ADE = "AccessDeniedException" ;
const _APE = "AuthorizationPendingException" ;
const _AT = "AccessToken" ;
const _CS = "ClientSecret" ;
const _CT = "CreateToken" ;
const _CTR = "CreateTokenRequest" ;
const _CTRr = "CreateTokenResponse" ;
const _CV = "CodeVerifier" ;
const _ETE = "ExpiredTokenException" ;
const _ICE = "InvalidClientException" ;
const _IGE = "InvalidGrantException" ;
const _IRE = "InvalidRequestException" ;
const _ISE = "InternalServerException" ;
const _ISEn = "InvalidScopeException" ;
const _IT = "IdToken" ;
const _RT = "RefreshToken" ;
const _SDE = "SlowDownException" ;
const _UCE = "UnauthorizedClientException" ;
const _UGTE = "UnsupportedGrantTypeException" ;
const _aT = "accessToken" ;
const _c = "client" ;
const _cI = "clientId" ;
const _cS = "clientSecret" ;
const _cV = "codeVerifier" ;
const _co = "code" ;
const _dC = "deviceCode" ;
const _e = "error" ;
const _eI = "expiresIn" ;
const _ed = "error_description" ;
const _gT = "grantType" ;
const _h = "http" ;
const _hE = "httpError" ;
const _iT = "idToken" ;
const _r = "reason" ;
const _rT = "refreshToken" ;
const _rU = "redirectUri" ;
const _s = "scope" ;
const _se = "server" ;
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ssooidc" ;
const _tT = "tokenType" ;
const n0 = "com.amazonaws.ssooidc" ;
var AccessToken = [ 0 , n0 , _AT , 8 , 0 ] ;
var ClientSecret = [ 0 , n0 , _CS , 8 , 0 ] ;
var CodeVerifier = [ 0 , n0 , _CV , 8 , 0 ] ;
var IdToken = [ 0 , n0 , _IT , 8 , 0 ] ;
var RefreshToken = [ 0 , n0 , _RT , 8 , 0 ] ;
var AccessDeniedException$ = [
- 3 ,
n0 ,
_ADE ,
{ [ _e ] : _c , [ _hE ] : 400 } ,
[ _e , _r , _ed ] ,
[ 0 , 0 , 0 ] ,
] ;
schema . TypeRegistry . for ( n0 ) . registerError ( AccessDeniedException$ , AccessDeniedException ) ;
var AuthorizationPendingException$ = [
- 3 ,
n0 ,
_APE ,
{ [ _e ] : _c , [ _hE ] : 400 } ,
[ _e , _ed ] ,
[ 0 , 0 ] ,
] ;
schema . TypeRegistry . for ( n0 ) . registerError ( AuthorizationPendingException$ , AuthorizationPendingException ) ;
var CreateTokenRequest$ = [
3 ,
n0 ,
_CTR ,
0 ,
[ _cI , _cS , _gT , _dC , _co , _rT , _s , _rU , _cV ] ,
[ 0 , [ ( ) => ClientSecret , 0 ] , 0 , 0 , 0 , [ ( ) => RefreshToken , 0 ] , 64 | 0 , 0 , [ ( ) => CodeVerifier , 0 ] ] ,
3 ,
] ;
var CreateTokenResponse$ = [
3 ,
n0 ,
_CTRr ,
0 ,
[ _aT , _tT , _eI , _rT , _iT ] ,
[ [ ( ) => AccessToken , 0 ] , 0 , 1 , [ ( ) => RefreshToken , 0 ] , [ ( ) => IdToken , 0 ] ] ,
] ;
var ExpiredTokenException$ = [ - 3 , n0 , _ETE , { [ _e ] : _c , [ _hE ] : 400 } , [ _e , _ed ] , [ 0 , 0 ] ] ;
schema . TypeRegistry . for ( n0 ) . registerError ( ExpiredTokenException$ , ExpiredTokenException ) ;
var InternalServerException$ = [ - 3 , n0 , _ISE , { [ _e ] : _se , [ _hE ] : 500 } , [ _e , _ed ] , [ 0 , 0 ] ] ;
schema . TypeRegistry . for ( n0 ) . registerError ( InternalServerException$ , InternalServerException ) ;
var InvalidClientException$ = [ - 3 , n0 , _ICE , { [ _e ] : _c , [ _hE ] : 401 } , [ _e , _ed ] , [ 0 , 0 ] ] ;
schema . TypeRegistry . for ( n0 ) . registerError ( InvalidClientException$ , InvalidClientException ) ;
var InvalidGrantException$ = [ - 3 , n0 , _IGE , { [ _e ] : _c , [ _hE ] : 400 } , [ _e , _ed ] , [ 0 , 0 ] ] ;
schema . TypeRegistry . for ( n0 ) . registerError ( InvalidGrantException$ , InvalidGrantException ) ;
var InvalidRequestException$ = [
- 3 ,
n0 ,
_IRE ,
{ [ _e ] : _c , [ _hE ] : 400 } ,
[ _e , _r , _ed ] ,
[ 0 , 0 , 0 ] ,
] ;
schema . TypeRegistry . for ( n0 ) . registerError ( InvalidRequestException$ , InvalidRequestException ) ;
var InvalidScopeException$ = [ - 3 , n0 , _ISEn , { [ _e ] : _c , [ _hE ] : 400 } , [ _e , _ed ] , [ 0 , 0 ] ] ;
schema . TypeRegistry . for ( n0 ) . registerError ( InvalidScopeException$ , InvalidScopeException ) ;
var SlowDownException$ = [ - 3 , n0 , _SDE , { [ _e ] : _c , [ _hE ] : 400 } , [ _e , _ed ] , [ 0 , 0 ] ] ;
schema . TypeRegistry . for ( n0 ) . registerError ( SlowDownException$ , SlowDownException ) ;
var UnauthorizedClientException$ = [
- 3 ,
n0 ,
_UCE ,
{ [ _e ] : _c , [ _hE ] : 400 } ,
[ _e , _ed ] ,
[ 0 , 0 ] ,
] ;
schema . TypeRegistry . for ( n0 ) . registerError ( UnauthorizedClientException$ , UnauthorizedClientException ) ;
var UnsupportedGrantTypeException$ = [
- 3 ,
n0 ,
_UGTE ,
{ [ _e ] : _c , [ _hE ] : 400 } ,
[ _e , _ed ] ,
[ 0 , 0 ] ,
] ;
schema . TypeRegistry . for ( n0 ) . registerError ( UnsupportedGrantTypeException$ , UnsupportedGrantTypeException ) ;
var SSOOIDCServiceException$ = [ - 3 , _sm , "SSOOIDCServiceException" , 0 , [ ] , [ ] ] ;
schema . TypeRegistry . for ( _sm ) . registerError ( SSOOIDCServiceException$ , SSOOIDCServiceException ) ;
var CreateToken$ = [
9 ,
n0 ,
_CT ,
{ [ _h ] : [ "POST" , "/token" , 200 ] } ,
( ) => CreateTokenRequest$ ,
( ) => CreateTokenResponse$ ,
] ;
class CreateTokenCommand extends smithyClient . Command
. classBuilder ( )
. ep ( commonParams )
. m ( function ( Command , cs , config , o ) {
return [ middlewareEndpoint . getEndpointPlugin ( config , Command . getEndpointParameterInstructions ( ) ) ] ;
} )
. s ( "AWSSSOOIDCService" , "CreateToken" , { } )
. n ( "SSOOIDCClient" , "CreateTokenCommand" )
. sc ( CreateToken$ )
. build ( ) {
}
const commands = {
CreateTokenCommand ,
} ;
class SSOOIDC extends SSOOIDCClient {
}
smithyClient . createAggregatedClient ( commands , SSOOIDC ) ;
const AccessDeniedExceptionReason = {
KMS _ACCESS _DENIED : "KMS_AccessDeniedException" ,
} ;
const InvalidRequestExceptionReason = {
KMS _DISABLED _KEY : "KMS_DisabledException" ,
KMS _INVALID _KEY _USAGE : "KMS_InvalidKeyUsageException" ,
KMS _INVALID _STATE : "KMS_InvalidStateException" ,
KMS _KEY _NOT _FOUND : "KMS_NotFoundException" ,
} ;
_ _webpack _unused _export _ _ = ( {
enumerable : true ,
get : function ( ) { return smithyClient . Command ; }
} ) ;
_ _webpack _unused _export _ _ = ( {
enumerable : true ,
get : function ( ) { return smithyClient . Client ; }
} ) ;
_ _webpack _unused _export _ _ = AccessDeniedException ;
_ _webpack _unused _export _ _ = AccessDeniedException$ ;
_ _webpack _unused _export _ _ = AccessDeniedExceptionReason ;
_ _webpack _unused _export _ _ = AuthorizationPendingException ;
_ _webpack _unused _export _ _ = AuthorizationPendingException$ ;
_ _webpack _unused _export _ _ = CreateToken$ ;
exports . CreateTokenCommand = CreateTokenCommand ;
_ _webpack _unused _export _ _ = CreateTokenRequest$ ;
_ _webpack _unused _export _ _ = CreateTokenResponse$ ;
_ _webpack _unused _export _ _ = ExpiredTokenException ;
_ _webpack _unused _export _ _ = ExpiredTokenException$ ;
_ _webpack _unused _export _ _ = InternalServerException ;
_ _webpack _unused _export _ _ = InternalServerException$ ;
_ _webpack _unused _export _ _ = InvalidClientException ;
_ _webpack _unused _export _ _ = InvalidClientException$ ;
_ _webpack _unused _export _ _ = InvalidGrantException ;
_ _webpack _unused _export _ _ = InvalidGrantException$ ;
_ _webpack _unused _export _ _ = InvalidRequestException ;
_ _webpack _unused _export _ _ = InvalidRequestException$ ;
_ _webpack _unused _export _ _ = InvalidRequestExceptionReason ;
_ _webpack _unused _export _ _ = InvalidScopeException ;
_ _webpack _unused _export _ _ = InvalidScopeException$ ;
_ _webpack _unused _export _ _ = SSOOIDC ;
exports . SSOOIDCClient = SSOOIDCClient ;
_ _webpack _unused _export _ _ = SSOOIDCServiceException ;
_ _webpack _unused _export _ _ = SSOOIDCServiceException$ ;
_ _webpack _unused _export _ _ = SlowDownException ;
_ _webpack _unused _export _ _ = SlowDownException$ ;
_ _webpack _unused _export _ _ = UnauthorizedClientException ;
_ _webpack _unused _export _ _ = UnauthorizedClientException$ ;
_ _webpack _unused _export _ _ = UnsupportedGrantTypeException ;
_ _webpack _unused _export _ _ = UnsupportedGrantTypeException$ ;
/***/ } ) ,
/***/ 16901 :
/***/ ( ( _ _unused _webpack _module , exports , _ _webpack _require _ _ ) => {
Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
exports . getRuntimeConfig = void 0 ;
const tslib _1 = _ _webpack _require _ _ ( 61860 ) ;
const package _json _1 = tslib _1 . _ _importDefault ( _ _webpack _require _ _ ( 39955 ) ) ;
const core _1 = _ _webpack _require _ _ ( 8704 ) ;
const util _user _agent _node _1 = _ _webpack _require _ _ ( 51656 ) ;
const config _resolver _1 = _ _webpack _require _ _ ( 39316 ) ;
const hash _node _1 = _ _webpack _require _ _ ( 5092 ) ;
const middleware _retry _1 = _ _webpack _require _ _ ( 19618 ) ;
const node _config _provider _1 = _ _webpack _require _ _ ( 55704 ) ;
const node _http _handler _1 = _ _webpack _require _ _ ( 61279 ) ;
const smithy _client _1 = _ _webpack _require _ _ ( 61411 ) ;
const util _body _length _node _1 = _ _webpack _require _ _ ( 13638 ) ;
const util _defaults _mode _node _1 = _ _webpack _require _ _ ( 15435 ) ;
const util _retry _1 = _ _webpack _require _ _ ( 15518 ) ;
const runtimeConfig _shared _1 = _ _webpack _require _ _ ( 1546 ) ;
const getRuntimeConfig = ( config ) => {
( 0 , smithy _client _1 . emitWarningIfUnsupportedVersion ) ( process . version ) ;
const defaultsMode = ( 0 , util _defaults _mode _node _1 . resolveDefaultsModeConfig ) ( config ) ;
const defaultConfigProvider = ( ) => defaultsMode ( ) . then ( smithy _client _1 . loadConfigsForDefaultMode ) ;
const clientSharedValues = ( 0 , runtimeConfig _shared _1 . getRuntimeConfig ) ( config ) ;
( 0 , core _1 . emitWarningIfUnsupportedVersion ) ( process . version ) ;
const loaderConfig = {
profile : config ? . profile ,
logger : clientSharedValues . logger ,
} ;
return {
... clientSharedValues ,
... config ,
runtime : "node" ,
defaultsMode ,
authSchemePreference : config ? . authSchemePreference ? ? ( 0 , node _config _provider _1 . loadConfig ) ( core _1 . NODE _AUTH _SCHEME _PREFERENCE _OPTIONS , loaderConfig ) ,
bodyLengthChecker : config ? . bodyLengthChecker ? ? util _body _length _node _1 . calculateBodyLength ,
defaultUserAgentProvider : config ? . defaultUserAgentProvider ? ?
( 0 , util _user _agent _node _1 . createDefaultUserAgentProvider ) ( { serviceId : clientSharedValues . serviceId , clientVersion : package _json _1 . default . version } ) ,
maxAttempts : config ? . maxAttempts ? ? ( 0 , node _config _provider _1 . loadConfig ) ( middleware _retry _1 . NODE _MAX _ATTEMPT _CONFIG _OPTIONS , config ) ,
region : config ? . region ? ?
( 0 , node _config _provider _1 . loadConfig ) ( config _resolver _1 . NODE _REGION _CONFIG _OPTIONS , { ... config _resolver _1 . NODE _REGION _CONFIG _FILE _OPTIONS , ... loaderConfig } ) ,
requestHandler : node _http _handler _1 . NodeHttpHandler . create ( config ? . requestHandler ? ? defaultConfigProvider ) ,
retryMode : config ? . retryMode ? ?
( 0 , node _config _provider _1 . loadConfig ) ( {
... middleware _retry _1 . NODE _RETRY _MODE _CONFIG _OPTIONS ,
default : async ( ) => ( await defaultConfigProvider ( ) ) . retryMode || util _retry _1 . DEFAULT _RETRY _MODE ,
} , config ) ,
sha256 : config ? . sha256 ? ? hash _node _1 . Hash . bind ( null , "sha256" ) ,
streamCollector : config ? . streamCollector ? ? node _http _handler _1 . streamCollector ,
useDualstackEndpoint : config ? . useDualstackEndpoint ? ? ( 0 , node _config _provider _1 . loadConfig ) ( config _resolver _1 . NODE _USE _DUALSTACK _ENDPOINT _CONFIG _OPTIONS , loaderConfig ) ,
useFipsEndpoint : config ? . useFipsEndpoint ? ? ( 0 , node _config _provider _1 . loadConfig ) ( config _resolver _1 . NODE _USE _FIPS _ENDPOINT _CONFIG _OPTIONS , loaderConfig ) ,
userAgentAppId : config ? . userAgentAppId ? ? ( 0 , node _config _provider _1 . loadConfig ) ( util _user _agent _node _1 . NODE _APP _ID _CONFIG _OPTIONS , loaderConfig ) ,
} ;
} ;
exports . getRuntimeConfig = getRuntimeConfig ;
/***/ } ) ,
/***/ 1546 :
/***/ ( ( _ _unused _webpack _module , exports , _ _webpack _require _ _ ) => {
Object . defineProperty ( exports , "__esModule" , ( { value : true } ) ) ;
exports . getRuntimeConfig = void 0 ;
const core _1 = _ _webpack _require _ _ ( 8704 ) ;
const protocols _1 = _ _webpack _require _ _ ( 37288 ) ;
const core _2 = _ _webpack _require _ _ ( 90402 ) ;
const smithy _client _1 = _ _webpack _require _ _ ( 61411 ) ;
const url _parser _1 = _ _webpack _require _ _ ( 14494 ) ;
const util _base64 _1 = _ _webpack _require _ _ ( 68385 ) ;
const util _utf8 _1 = _ _webpack _require _ _ ( 71577 ) ;
const httpAuthSchemeProvider _1 = _ _webpack _require _ _ ( 8396 ) ;
const endpointResolver _1 = _ _webpack _require _ _ ( 90546 ) ;
const getRuntimeConfig = ( config ) => {
return {
apiVersion : "2019-06-10" ,
base64Decoder : config ? . base64Decoder ? ? util _base64 _1 . fromBase64 ,
base64Encoder : config ? . base64Encoder ? ? util _base64 _1 . toBase64 ,
disableHostPrefix : config ? . disableHostPrefix ? ? false ,
endpointProvider : config ? . endpointProvider ? ? endpointResolver _1 . defaultEndpointResolver ,
extensions : config ? . extensions ? ? [ ] ,
httpAuthSchemeProvider : config ? . httpAuthSchemeProvider ? ? httpAuthSchemeProvider _1 . defaultSSOOIDCHttpAuthSchemeProvider ,
httpAuthSchemes : config ? . httpAuthSchemes ? ? [
{
schemeId : "aws.auth#sigv4" ,
identityProvider : ( ipc ) => ipc . getIdentityProvider ( "aws.auth#sigv4" ) ,
signer : new core _1 . AwsSdkSigV4Signer ( ) ,
} ,
{
schemeId : "smithy.api#noAuth" ,
identityProvider : ( ipc ) => ipc . getIdentityProvider ( "smithy.api#noAuth" ) || ( async ( ) => ( { } ) ) ,
signer : new core _2 . NoAuthSigner ( ) ,
} ,
] ,
logger : config ? . logger ? ? new smithy _client _1 . NoOpLogger ( ) ,
protocol : config ? . protocol ? ? protocols _1 . AwsRestJsonProtocol ,
protocolSettings : config ? . protocolSettings ? ? {
defaultNamespace : "com.amazonaws.ssooidc" ,
version : "2019-06-10" ,
serviceTarget : "AWSSSOOIDCService" ,
} ,
serviceId : config ? . serviceId ? ? "SSO OIDC" ,
urlParser : config ? . urlParser ? ? url _parser _1 . parseUrl ,
utf8Decoder : config ? . utf8Decoder ? ? util _utf8 _1 . fromUtf8 ,
utf8Encoder : config ? . utf8Encoder ? ? util _utf8 _1 . toUtf8 ,
} ;
} ;
exports . getRuntimeConfig = getRuntimeConfig ;
/***/ } ) ,
/***/ 39955 :
/***/ ( ( module ) => {
2026-02-03 07:43:34 +00:00
module . exports = /*#__PURE__*/ JSON . parse ( '{"name":"@aws-sdk/nested-clients","version":"3.980.0","description":"Nested clients for AWS SDK packages.","main":"./dist-cjs/index.js","module":"./dist-es/index.js","types":"./dist-types/index.d.ts","scripts":{"build":"yarn lint && concurrently \'yarn:build:types\' \'yarn:build:es\' && yarn build:cjs","build:cjs":"node ../../scripts/compilation/inline nested-clients","build:es":"tsc -p tsconfig.es.json","build:include:deps":"yarn g:turbo run build -F=\\"$npm_package_name\\"","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo","lint":"node ../../scripts/validation/submodules-linter.js --pkg nested-clients","test":"yarn g:vitest run","test:watch":"yarn g:vitest watch"},"engines":{"node":">=20.0.0"},"sideEffects":false,"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","dependencies":{"@aws-crypto/sha256-browser":"5.2.0","@aws-crypto/sha256-js":"5.2.0","@aws-sdk/core":"^3.973.5","@aws-sdk/middleware-host-header":"^3.972.3","@aws-sdk/middleware-logger":"^3.972.3","@aws-sdk/middleware-recursion-detection":"^3.972.3","@aws-sdk/middleware-user-agent":"^3.972.5","@aws-sdk/region-config-resolver":"^3.972.3","@aws-sdk/types":"^3.973.1","@aws-sdk/util-endpoints":"3.980.0","@aws-sdk/util-user-agent-browser":"^3.972.3","@aws-sdk/util-user-agent-node":"^3.972.3","@smithy/config-resolver":"^4.4.6","@smithy/core":"^3.22.0","@smithy/fetch-http-handler":"^5.3.9","@smithy/hash-node":"^4.2.8","@smithy/invalid-dependency":"^4.2.8","@smithy/middleware-content-length":"^4.2.8","@smithy/middleware-endpoint":"^4.4.12","@smithy/middleware-retry":"^4.4.29","@smithy/middleware-serde":"^4.2.9","@smithy/middleware-stack":"^4.2.8","@smithy/node-config-provider":"^4.3.8","@smithy/node-http-handler":"^4.4.8","@smithy/protocol-http":"^5.3.8","@smithy/smithy-client":"^4.11.1","@smithy/types":"^4.12.0","@smithy/url-parser":"^4.2.8","@smithy/util-base64":"^4.3.0","@smithy/util-body-length-browser":"^4.2.0","@smithy/util-body-length-node":"^4.2.1","@smithy/util-defaults-mode-browser":"^4.3.28","@smithy/util-defaults-mode-node":"^4.2.31","@smithy/util-endpoints":"^3.2.8","@smithy/util-middleware":"^4.2.8","@smithy/util-retry":"^4.2.8","@smithy/util-utf8":"^4.2.0","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/signin/runtimeConfig":"./dist-es/submodules/signin/runtimeConfig.browser","./dist-es/submodules/sso-oidc/runtimeConfig":"./dist-es/submodules/sso-oidc/runtimeConfig.browser","./dist-es/submodules/sts/runtimeConfig":"./dist-es/submodules/sts/runtimeConfig.browser"},"react-native":{},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"packages/nested-clients"},"exports":{"./package.json":"./package.json","./sso-oidc":{"types":"./dist-types/submodules/sso-oidc/index.d.ts","module":"./dist-es/submodules/sso-oidc/index.js","node":"./dist-cjs/submodules/sso-oidc/index.js","import":"./dist-es/submodules/sso-oidc/index.js","require":"./dist-cjs/submodules/sso-oidc/index.js"},"./sts":{"types":"./dist-types/submodules/sts/index.d.ts","module":"./dist-es/submodules/sts/index.js","node":"./dist-cjs/submodules/sts/index.js","import":"./dist-es/submodules/sts/index.js","require":"./dist-cjs/submodules/sts/index.js"},"./signin":{"types":"./dist-types/submodules/signin/index.d.ts","module":"./dist-es/submodules/signin/index.js","node":"./dist-cjs/submodules/signin/index.js","import":"./dist-es/submodules/signin/index.js","require":"./dist-cjs/submodules/signin/index.js"}}}' ) ;
2026-01-30 14:42:57 +00:00
/***/ } )
} ;
;
//# sourceMappingURL=443.index.js.map