@cdk8s/awscdk-resolver 0.0.54 → 0.0.55
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/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +6 -2
- package/node_modules/@aws-sdk/client-cloudformation/package.json +13 -13
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +14 -13
- package/node_modules/@aws-sdk/client-sso/package.json +10 -10
- package/node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sso-oidc/README.md +274 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenWithIAMCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/credentialDefaultProvider.js +29 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +1115 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +24 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeExtensions.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +15 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +38 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenWithIAMCommand.js +27 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/credentialDefaultProvider.js +3 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +217 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +553 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +44 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +20 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeExtensions.js +18 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +75 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +210 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +161 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +243 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +110 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/credentialDefaultProvider.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/extensionConfiguration.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +734 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +46 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +46 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +45 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +19 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +73 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +142 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +26 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +30 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/credentialDefaultProvider.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/extensionConfiguration.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +201 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +95 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +103 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +1 -29
- package/node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +1 -29
- package/node_modules/@aws-sdk/client-sts/dist-cjs/credentialDefaultProvider.js +29 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +1 -78
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +1412 -72
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +1 -12
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +1 -149
- package/node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +1 -1084
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/client-sts/dist-es/credentialDefaultProvider.js +3 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +3 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/credentialDefaultProvider.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +8 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/credentialDefaultProvider.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +26 -14
- package/node_modules/@aws-sdk/client-sts/package.json +14 -12
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +5 -3
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +2 -1
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +4 -1
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +5 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +69 -38
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/loadSts.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/loadSts.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +4 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +4 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +8 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +9 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +8 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/loadSts.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +1 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +5 -3
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +8 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/loadSts.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +4 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +1 -2
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +3 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +7 -6
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +22 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +11 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +17 -14
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +5 -2
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +2 -1
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +4 -1
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +28 -7
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +7 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +4 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +6 -2
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +5 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +7 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/loadSts.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +6 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/loadSts.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +4 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +14 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/loadSts.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +7 -2
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +12 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/loadSts.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -2
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-signing/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +4 -4
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +27 -24
- package/node_modules/@aws-sdk/token-providers/dist-cjs/loadSsoOidc.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +2 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-es/loadSsoOidc.js +2 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +2 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +2 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +2 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/loadSsoOidc.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +7 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +7 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/loadSsoOidc.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/package.json +6 -43
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +3 -171
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +15 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +4 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +4 -24
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -1
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-browser.js +0 -1032
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-node.js +0 -1038
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-browser.js +0 -1010
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-node.js +0 -1017
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts +0 -191
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-node.d.ts +0 -191
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts +0 -235
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-node.d.ts +0 -235
package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts
DELETED
@@ -1,191 +0,0 @@
|
|
1
|
-
// @ts-nocheck
|
2
|
-
/// <reference types="node" />
|
3
|
-
declare var SSOOIDCClient: {
|
4
|
-
new (__0_0: any): {
|
5
|
-
/**
|
6
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
7
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
8
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
9
|
-
*/
|
10
|
-
destroy(): void;
|
11
|
-
};
|
12
|
-
};
|
13
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
14
|
-
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
15
|
-
declare var AccessDeniedException: {
|
16
|
-
new (opts: any): {
|
17
|
-
readonly $fault: "server" | "client";
|
18
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
19
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
20
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
21
|
-
name: string;
|
22
|
-
message: string;
|
23
|
-
stack?: string | undefined;
|
24
|
-
};
|
25
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
26
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
27
|
-
stackTraceLimit: number;
|
28
|
-
};
|
29
|
-
declare var AuthorizationPendingException: {
|
30
|
-
new (opts: any): {
|
31
|
-
readonly $fault: "server" | "client";
|
32
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
33
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
34
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
35
|
-
name: string;
|
36
|
-
message: string;
|
37
|
-
stack?: string | undefined;
|
38
|
-
};
|
39
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
40
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
41
|
-
stackTraceLimit: number;
|
42
|
-
};
|
43
|
-
declare var ExpiredTokenException: {
|
44
|
-
new (opts: any): {
|
45
|
-
readonly $fault: "server" | "client";
|
46
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
47
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
48
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
49
|
-
name: string;
|
50
|
-
message: string;
|
51
|
-
stack?: string | undefined;
|
52
|
-
};
|
53
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
54
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
55
|
-
stackTraceLimit: number;
|
56
|
-
};
|
57
|
-
declare var InternalServerException: {
|
58
|
-
new (opts: any): {
|
59
|
-
readonly $fault: "server" | "client";
|
60
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
61
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
62
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
63
|
-
name: string;
|
64
|
-
message: string;
|
65
|
-
stack?: string | undefined;
|
66
|
-
};
|
67
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
68
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
69
|
-
stackTraceLimit: number;
|
70
|
-
};
|
71
|
-
declare var InvalidClientException: {
|
72
|
-
new (opts: any): {
|
73
|
-
readonly $fault: "server" | "client";
|
74
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
75
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
76
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
77
|
-
name: string;
|
78
|
-
message: string;
|
79
|
-
stack?: string | undefined;
|
80
|
-
};
|
81
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
82
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
83
|
-
stackTraceLimit: number;
|
84
|
-
};
|
85
|
-
declare var InvalidRequestException: {
|
86
|
-
new (opts: any): {
|
87
|
-
readonly $fault: "server" | "client";
|
88
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
89
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
90
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
91
|
-
name: string;
|
92
|
-
message: string;
|
93
|
-
stack?: string | undefined;
|
94
|
-
};
|
95
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
96
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
97
|
-
stackTraceLimit: number;
|
98
|
-
};
|
99
|
-
declare var InvalidScopeException: {
|
100
|
-
new (opts: any): {
|
101
|
-
readonly $fault: "server" | "client";
|
102
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
103
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
104
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
105
|
-
name: string;
|
106
|
-
message: string;
|
107
|
-
stack?: string | undefined;
|
108
|
-
};
|
109
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
110
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
111
|
-
stackTraceLimit: number;
|
112
|
-
};
|
113
|
-
declare var SlowDownException: {
|
114
|
-
new (opts: any): {
|
115
|
-
readonly $fault: "server" | "client";
|
116
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
117
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
118
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
119
|
-
name: string;
|
120
|
-
message: string;
|
121
|
-
stack?: string | undefined;
|
122
|
-
};
|
123
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
124
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
125
|
-
stackTraceLimit: number;
|
126
|
-
};
|
127
|
-
declare var UnauthorizedClientException: {
|
128
|
-
new (opts: any): {
|
129
|
-
readonly $fault: "server" | "client";
|
130
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
131
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
132
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
133
|
-
name: string;
|
134
|
-
message: string;
|
135
|
-
stack?: string | undefined;
|
136
|
-
};
|
137
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
138
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
139
|
-
stackTraceLimit: number;
|
140
|
-
};
|
141
|
-
declare var UnsupportedGrantTypeException: {
|
142
|
-
new (opts: any): {
|
143
|
-
readonly $fault: "server" | "client";
|
144
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
145
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
146
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
147
|
-
name: string;
|
148
|
-
message: string;
|
149
|
-
stack?: string | undefined;
|
150
|
-
};
|
151
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
152
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
153
|
-
stackTraceLimit: number;
|
154
|
-
};
|
155
|
-
declare class CreateTokenCommand extends $Command {
|
156
|
-
/**
|
157
|
-
* @public
|
158
|
-
*/
|
159
|
-
constructor(input: any);
|
160
|
-
static getEndpointParameterInstructions(): {
|
161
|
-
UseFIPS: {
|
162
|
-
type: string;
|
163
|
-
name: string;
|
164
|
-
};
|
165
|
-
Endpoint: {
|
166
|
-
type: string;
|
167
|
-
name: string;
|
168
|
-
};
|
169
|
-
Region: {
|
170
|
-
type: string;
|
171
|
-
name: string;
|
172
|
-
};
|
173
|
-
UseDualStack: {
|
174
|
-
type: string;
|
175
|
-
name: string;
|
176
|
-
};
|
177
|
-
};
|
178
|
-
/**
|
179
|
-
* @internal
|
180
|
-
*/
|
181
|
-
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
|
182
|
-
/**
|
183
|
-
* @internal
|
184
|
-
*/
|
185
|
-
serialize(input: any, context: any): Promise<__HttpRequest>;
|
186
|
-
/**
|
187
|
-
* @internal
|
188
|
-
*/
|
189
|
-
deserialize(output: any, context: any): Promise<any>;
|
190
|
-
}
|
191
|
-
export { AccessDeniedException, AuthorizationPendingException, CreateTokenCommand, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidRequestException, InvalidScopeException, SSOOIDCClient, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, };
|
@@ -1,191 +0,0 @@
|
|
1
|
-
// @ts-nocheck
|
2
|
-
/// <reference types="node" />
|
3
|
-
declare var SSOOIDCClient: {
|
4
|
-
new (__0_0: any): {
|
5
|
-
/**
|
6
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
7
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
8
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
9
|
-
*/
|
10
|
-
destroy(): void;
|
11
|
-
};
|
12
|
-
};
|
13
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
14
|
-
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
15
|
-
declare var AccessDeniedException: {
|
16
|
-
new (opts: any): {
|
17
|
-
readonly $fault: "server" | "client";
|
18
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
19
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
20
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
21
|
-
name: string;
|
22
|
-
message: string;
|
23
|
-
stack?: string | undefined;
|
24
|
-
};
|
25
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
26
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
27
|
-
stackTraceLimit: number;
|
28
|
-
};
|
29
|
-
declare var AuthorizationPendingException: {
|
30
|
-
new (opts: any): {
|
31
|
-
readonly $fault: "server" | "client";
|
32
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
33
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
34
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
35
|
-
name: string;
|
36
|
-
message: string;
|
37
|
-
stack?: string | undefined;
|
38
|
-
};
|
39
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
40
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
41
|
-
stackTraceLimit: number;
|
42
|
-
};
|
43
|
-
declare var ExpiredTokenException: {
|
44
|
-
new (opts: any): {
|
45
|
-
readonly $fault: "server" | "client";
|
46
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
47
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
48
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
49
|
-
name: string;
|
50
|
-
message: string;
|
51
|
-
stack?: string | undefined;
|
52
|
-
};
|
53
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
54
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
55
|
-
stackTraceLimit: number;
|
56
|
-
};
|
57
|
-
declare var InternalServerException: {
|
58
|
-
new (opts: any): {
|
59
|
-
readonly $fault: "server" | "client";
|
60
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
61
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
62
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
63
|
-
name: string;
|
64
|
-
message: string;
|
65
|
-
stack?: string | undefined;
|
66
|
-
};
|
67
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
68
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
69
|
-
stackTraceLimit: number;
|
70
|
-
};
|
71
|
-
declare var InvalidClientException: {
|
72
|
-
new (opts: any): {
|
73
|
-
readonly $fault: "server" | "client";
|
74
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
75
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
76
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
77
|
-
name: string;
|
78
|
-
message: string;
|
79
|
-
stack?: string | undefined;
|
80
|
-
};
|
81
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
82
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
83
|
-
stackTraceLimit: number;
|
84
|
-
};
|
85
|
-
declare var InvalidRequestException: {
|
86
|
-
new (opts: any): {
|
87
|
-
readonly $fault: "server" | "client";
|
88
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
89
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
90
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
91
|
-
name: string;
|
92
|
-
message: string;
|
93
|
-
stack?: string | undefined;
|
94
|
-
};
|
95
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
96
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
97
|
-
stackTraceLimit: number;
|
98
|
-
};
|
99
|
-
declare var InvalidScopeException: {
|
100
|
-
new (opts: any): {
|
101
|
-
readonly $fault: "server" | "client";
|
102
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
103
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
104
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
105
|
-
name: string;
|
106
|
-
message: string;
|
107
|
-
stack?: string | undefined;
|
108
|
-
};
|
109
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
110
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
111
|
-
stackTraceLimit: number;
|
112
|
-
};
|
113
|
-
declare var SlowDownException: {
|
114
|
-
new (opts: any): {
|
115
|
-
readonly $fault: "server" | "client";
|
116
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
117
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
118
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
119
|
-
name: string;
|
120
|
-
message: string;
|
121
|
-
stack?: string | undefined;
|
122
|
-
};
|
123
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
124
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
125
|
-
stackTraceLimit: number;
|
126
|
-
};
|
127
|
-
declare var UnauthorizedClientException: {
|
128
|
-
new (opts: any): {
|
129
|
-
readonly $fault: "server" | "client";
|
130
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
131
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
132
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
133
|
-
name: string;
|
134
|
-
message: string;
|
135
|
-
stack?: string | undefined;
|
136
|
-
};
|
137
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
138
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
139
|
-
stackTraceLimit: number;
|
140
|
-
};
|
141
|
-
declare var UnsupportedGrantTypeException: {
|
142
|
-
new (opts: any): {
|
143
|
-
readonly $fault: "server" | "client";
|
144
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
145
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
146
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
147
|
-
name: string;
|
148
|
-
message: string;
|
149
|
-
stack?: string | undefined;
|
150
|
-
};
|
151
|
-
captureStackTrace(targetObject: object, constructorOpt?: Function | undefined): void;
|
152
|
-
prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined;
|
153
|
-
stackTraceLimit: number;
|
154
|
-
};
|
155
|
-
declare class CreateTokenCommand extends $Command {
|
156
|
-
/**
|
157
|
-
* @public
|
158
|
-
*/
|
159
|
-
constructor(input: any);
|
160
|
-
static getEndpointParameterInstructions(): {
|
161
|
-
UseFIPS: {
|
162
|
-
type: string;
|
163
|
-
name: string;
|
164
|
-
};
|
165
|
-
Endpoint: {
|
166
|
-
type: string;
|
167
|
-
name: string;
|
168
|
-
};
|
169
|
-
Region: {
|
170
|
-
type: string;
|
171
|
-
name: string;
|
172
|
-
};
|
173
|
-
UseDualStack: {
|
174
|
-
type: string;
|
175
|
-
name: string;
|
176
|
-
};
|
177
|
-
};
|
178
|
-
/**
|
179
|
-
* @internal
|
180
|
-
*/
|
181
|
-
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
|
182
|
-
/**
|
183
|
-
* @internal
|
184
|
-
*/
|
185
|
-
serialize(input: any, context: any): Promise<__HttpRequest>;
|
186
|
-
/**
|
187
|
-
* @internal
|
188
|
-
*/
|
189
|
-
deserialize(output: any, context: any): Promise<any>;
|
190
|
-
}
|
191
|
-
export { AccessDeniedException, AuthorizationPendingException, CreateTokenCommand, ExpiredTokenException, InternalServerException, InvalidClientException, InvalidRequestException, InvalidScopeException, SSOOIDCClient, SlowDownException, UnauthorizedClientException, UnsupportedGrantTypeException, };
|
package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts
DELETED
@@ -1,235 +0,0 @@
|
|
1
|
-
declare var SSOOIDCClient: {
|
2
|
-
new (__0_0: any): {
|
3
|
-
destroy(): void;
|
4
|
-
};
|
5
|
-
};
|
6
|
-
import { Command as $Command } from "@smithy/smithy-client";
|
7
|
-
import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
|
8
|
-
declare var AccessDeniedException: {
|
9
|
-
new (opts: any): {
|
10
|
-
readonly $fault: "server" | "client";
|
11
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
12
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
13
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
14
|
-
name: string;
|
15
|
-
message: string;
|
16
|
-
stack?: string | undefined;
|
17
|
-
};
|
18
|
-
captureStackTrace(
|
19
|
-
targetObject: object,
|
20
|
-
constructorOpt?: Function | undefined
|
21
|
-
): void;
|
22
|
-
prepareStackTrace?:
|
23
|
-
| ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
|
24
|
-
| undefined;
|
25
|
-
stackTraceLimit: number;
|
26
|
-
};
|
27
|
-
declare var AuthorizationPendingException: {
|
28
|
-
new (opts: any): {
|
29
|
-
readonly $fault: "server" | "client";
|
30
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
31
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
32
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
33
|
-
name: string;
|
34
|
-
message: string;
|
35
|
-
stack?: string | undefined;
|
36
|
-
};
|
37
|
-
captureStackTrace(
|
38
|
-
targetObject: object,
|
39
|
-
constructorOpt?: Function | undefined
|
40
|
-
): void;
|
41
|
-
prepareStackTrace?:
|
42
|
-
| ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
|
43
|
-
| undefined;
|
44
|
-
stackTraceLimit: number;
|
45
|
-
};
|
46
|
-
declare var ExpiredTokenException: {
|
47
|
-
new (opts: any): {
|
48
|
-
readonly $fault: "server" | "client";
|
49
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
50
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
51
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
52
|
-
name: string;
|
53
|
-
message: string;
|
54
|
-
stack?: string | undefined;
|
55
|
-
};
|
56
|
-
captureStackTrace(
|
57
|
-
targetObject: object,
|
58
|
-
constructorOpt?: Function | undefined
|
59
|
-
): void;
|
60
|
-
prepareStackTrace?:
|
61
|
-
| ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
|
62
|
-
| undefined;
|
63
|
-
stackTraceLimit: number;
|
64
|
-
};
|
65
|
-
declare var InternalServerException: {
|
66
|
-
new (opts: any): {
|
67
|
-
readonly $fault: "server" | "client";
|
68
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
69
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
70
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
71
|
-
name: string;
|
72
|
-
message: string;
|
73
|
-
stack?: string | undefined;
|
74
|
-
};
|
75
|
-
captureStackTrace(
|
76
|
-
targetObject: object,
|
77
|
-
constructorOpt?: Function | undefined
|
78
|
-
): void;
|
79
|
-
prepareStackTrace?:
|
80
|
-
| ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
|
81
|
-
| undefined;
|
82
|
-
stackTraceLimit: number;
|
83
|
-
};
|
84
|
-
declare var InvalidClientException: {
|
85
|
-
new (opts: any): {
|
86
|
-
readonly $fault: "server" | "client";
|
87
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
88
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
89
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
90
|
-
name: string;
|
91
|
-
message: string;
|
92
|
-
stack?: string | undefined;
|
93
|
-
};
|
94
|
-
captureStackTrace(
|
95
|
-
targetObject: object,
|
96
|
-
constructorOpt?: Function | undefined
|
97
|
-
): void;
|
98
|
-
prepareStackTrace?:
|
99
|
-
| ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
|
100
|
-
| undefined;
|
101
|
-
stackTraceLimit: number;
|
102
|
-
};
|
103
|
-
declare var InvalidRequestException: {
|
104
|
-
new (opts: any): {
|
105
|
-
readonly $fault: "server" | "client";
|
106
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
107
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
108
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
109
|
-
name: string;
|
110
|
-
message: string;
|
111
|
-
stack?: string | undefined;
|
112
|
-
};
|
113
|
-
captureStackTrace(
|
114
|
-
targetObject: object,
|
115
|
-
constructorOpt?: Function | undefined
|
116
|
-
): void;
|
117
|
-
prepareStackTrace?:
|
118
|
-
| ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
|
119
|
-
| undefined;
|
120
|
-
stackTraceLimit: number;
|
121
|
-
};
|
122
|
-
declare var InvalidScopeException: {
|
123
|
-
new (opts: any): {
|
124
|
-
readonly $fault: "server" | "client";
|
125
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
126
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
127
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
128
|
-
name: string;
|
129
|
-
message: string;
|
130
|
-
stack?: string | undefined;
|
131
|
-
};
|
132
|
-
captureStackTrace(
|
133
|
-
targetObject: object,
|
134
|
-
constructorOpt?: Function | undefined
|
135
|
-
): void;
|
136
|
-
prepareStackTrace?:
|
137
|
-
| ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
|
138
|
-
| undefined;
|
139
|
-
stackTraceLimit: number;
|
140
|
-
};
|
141
|
-
declare var SlowDownException: {
|
142
|
-
new (opts: any): {
|
143
|
-
readonly $fault: "server" | "client";
|
144
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
145
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
146
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
147
|
-
name: string;
|
148
|
-
message: string;
|
149
|
-
stack?: string | undefined;
|
150
|
-
};
|
151
|
-
captureStackTrace(
|
152
|
-
targetObject: object,
|
153
|
-
constructorOpt?: Function | undefined
|
154
|
-
): void;
|
155
|
-
prepareStackTrace?:
|
156
|
-
| ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
|
157
|
-
| undefined;
|
158
|
-
stackTraceLimit: number;
|
159
|
-
};
|
160
|
-
declare var UnauthorizedClientException: {
|
161
|
-
new (opts: any): {
|
162
|
-
readonly $fault: "server" | "client";
|
163
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
164
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
165
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
166
|
-
name: string;
|
167
|
-
message: string;
|
168
|
-
stack?: string | undefined;
|
169
|
-
};
|
170
|
-
captureStackTrace(
|
171
|
-
targetObject: object,
|
172
|
-
constructorOpt?: Function | undefined
|
173
|
-
): void;
|
174
|
-
prepareStackTrace?:
|
175
|
-
| ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
|
176
|
-
| undefined;
|
177
|
-
stackTraceLimit: number;
|
178
|
-
};
|
179
|
-
declare var UnsupportedGrantTypeException: {
|
180
|
-
new (opts: any): {
|
181
|
-
readonly $fault: "server" | "client";
|
182
|
-
$response?: import("@smithy/types").HttpResponse | undefined;
|
183
|
-
$retryable?: import("@smithy/types").RetryableTrait | undefined;
|
184
|
-
$metadata: import("@smithy/types").ResponseMetadata;
|
185
|
-
name: string;
|
186
|
-
message: string;
|
187
|
-
stack?: string | undefined;
|
188
|
-
};
|
189
|
-
captureStackTrace(
|
190
|
-
targetObject: object,
|
191
|
-
constructorOpt?: Function | undefined
|
192
|
-
): void;
|
193
|
-
prepareStackTrace?:
|
194
|
-
| ((err: Error, stackTraces: NodeJS.CallSite[]) => any)
|
195
|
-
| undefined;
|
196
|
-
stackTraceLimit: number;
|
197
|
-
};
|
198
|
-
declare class CreateTokenCommand extends $Command {
|
199
|
-
constructor(input: any);
|
200
|
-
static getEndpointParameterInstructions(): {
|
201
|
-
UseFIPS: {
|
202
|
-
type: string;
|
203
|
-
name: string;
|
204
|
-
};
|
205
|
-
Endpoint: {
|
206
|
-
type: string;
|
207
|
-
name: string;
|
208
|
-
};
|
209
|
-
Region: {
|
210
|
-
type: string;
|
211
|
-
name: string;
|
212
|
-
};
|
213
|
-
UseDualStack: {
|
214
|
-
type: string;
|
215
|
-
name: string;
|
216
|
-
};
|
217
|
-
};
|
218
|
-
resolveMiddleware(clientStack: any, configuration: any, options: any): any;
|
219
|
-
serialize(input: any, context: any): Promise<__HttpRequest>;
|
220
|
-
deserialize(output: any, context: any): Promise<any>;
|
221
|
-
}
|
222
|
-
export {
|
223
|
-
AccessDeniedException,
|
224
|
-
AuthorizationPendingException,
|
225
|
-
CreateTokenCommand,
|
226
|
-
ExpiredTokenException,
|
227
|
-
InternalServerException,
|
228
|
-
InvalidClientException,
|
229
|
-
InvalidRequestException,
|
230
|
-
InvalidScopeException,
|
231
|
-
SSOOIDCClient,
|
232
|
-
SlowDownException,
|
233
|
-
UnauthorizedClientException,
|
234
|
-
UnsupportedGrantTypeException,
|
235
|
-
};
|