@cdklabs/cdk-construct-connect-datalake 0.0.12 → 0.0.14
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 +11 -11
- package/.jsii.tabl.json +1 -1
- package/lib/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +10 -10
- package/node_modules/@aws-sdk/client-connect/README.md +11 -6
- package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +74 -47
- package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +43 -16
- package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +12 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +12 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPromptsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQueuesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +12 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +40 -37
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +152 -59
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +69 -63
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +72 -16
- package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +9 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +9 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +19 -15
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +17 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/package.json +10 -10
- package/node_modules/@aws-sdk/client-glue/README.md +14 -0
- package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +44 -4
- package/node_modules/@aws-sdk/client-glue/dist-cjs/models/errors.js +16 -1
- package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +133 -51
- package/node_modules/@aws-sdk/client-glue/dist-es/Glue.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDashboardUrlCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSessionEndpointCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +14 -4
- package/node_modules/@aws-sdk/client-glue/dist-es/models/errors.js +14 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +108 -26
- package/node_modules/@aws-sdk/client-glue/dist-types/Glue.d.ts +14 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/GlueClient.d.ts +4 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateSessionCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDashboardUrlCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionEndpointCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTablesCommand.d.ts +119 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListSessionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/RunStatementCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchTablesCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +38 -12
- package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +17 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +41 -28
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +156 -102
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +107 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +9 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/Glue.d.ts +34 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +12 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDashboardUrlCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +19 -6
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +8 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +12 -7
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +36 -23
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +24 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
- package/node_modules/@aws-sdk/client-glue/package.json +10 -10
- package/node_modules/@aws-sdk/client-lakeformation/package.json +10 -10
- package/node_modules/@aws-sdk/client-ram/package.json +10 -10
- package/node_modules/@aws-sdk/client-sts/package.json +12 -12
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -2291
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +12 -6
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +11 -6
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +5 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +5 -5
- package/node_modules/@aws-sdk/core/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +12 -10
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +99 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +62 -120
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +55 -86
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +73 -104
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +102 -185
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +21 -57
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +73 -41
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +20 -52
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +36 -59
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +17 -45
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +32 -32
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +17 -45
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +50 -50
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +34 -96
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +3 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +63 -80
- package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +10 -9
- package/node_modules/@aws-sdk/token-providers/package.json +8 -8
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/CHANGELOG.md +8 -0
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/README.md +9 -0
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/package.json +4 -1
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/strnum.js +9 -1
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@nodable/entities/package.json +4 -1
- package/node_modules/@nodable/entities/src/EntityDecoder.js +104 -3
- package/node_modules/@nodable/entities/src/index.d.ts +77 -0
- package/node_modules/@nodable/entities/src/index.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +29 -31
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +2 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +7 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +3 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +22 -23
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +38 -39
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +9 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -13
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +59 -60
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +26 -27
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +28 -29
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +23 -25
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +18 -17
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/node-http.d.ts +2 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -8
- package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +15 -15
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +7 -6
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/package.json +8 -8
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
- package/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
- package/node_modules/@smithy/types/package.json +10 -10
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +3 -3
- package/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +2 -0
- package/node_modules/anynum/LICENSE +21 -0
- package/node_modules/anynum/README.md +142 -0
- package/node_modules/anynum/anynum.js +135 -0
- package/node_modules/anynum/digitTable.js +116 -0
- package/node_modules/anynum/package.json +42 -0
- package/node_modules/watchpack/README.md +9 -0
- package/node_modules/watchpack/lib/DirectoryWatcher.js +182 -25
- package/node_modules/watchpack/lib/index.js +55 -15
- package/node_modules/watchpack/lib/reducePlan.js +56 -35
- package/node_modules/watchpack/lib/util/globToRegExp.js +142 -0
- package/node_modules/watchpack/lib/watchEventSource.js +18 -10
- package/node_modules/watchpack/package.json +17 -23
- package/node_modules/watchpack/types/DirectoryWatcher.d.ts +2 -0
- package/node_modules/watchpack/types/index.d.ts +121 -113
- package/node_modules/watchpack/types/util/globToRegExp.d.ts +2 -0
- package/node_modules/watchpack/types/watchpack.d.ts +1 -1
- package/node_modules/which-typed-array/CHANGELOG.md +7 -0
- package/node_modules/which-typed-array/eslint.config.mjs +1 -0
- package/node_modules/which-typed-array/index.d.ts +22 -31
- package/node_modules/which-typed-array/index.js +36 -23
- package/node_modules/which-typed-array/package.json +4 -7
- package/package.json +14 -14
- package/node_modules/glob-to-regexp/.travis.yml +0 -4
- package/node_modules/glob-to-regexp/README.md +0 -75
- package/node_modules/glob-to-regexp/index.js +0 -130
- package/node_modules/glob-to-regexp/package.json +0 -23
- package/node_modules/glob-to-regexp/test.js +0 -235
- /package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/LICENSE +0 -0
|
@@ -16,10 +16,9 @@ var protocols$1 = require('@aws-sdk/core/protocols');
|
|
|
16
16
|
const defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
17
17
|
return {
|
|
18
18
|
operation: client.getSmithyContext(context).operation,
|
|
19
|
-
region:
|
|
20
|
-
(
|
|
21
|
-
|
|
22
|
-
})(),
|
|
19
|
+
region: await client.normalizeProvider(config.region)() || (() => {
|
|
20
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
21
|
+
})(),
|
|
23
22
|
};
|
|
24
23
|
};
|
|
25
24
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
@@ -76,7 +75,7 @@ const commonParams = {
|
|
|
76
75
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
77
76
|
};
|
|
78
77
|
|
|
79
|
-
var version = "3.997.
|
|
78
|
+
var version = "3.997.19";
|
|
80
79
|
var packageInfo = {
|
|
81
80
|
version: version};
|
|
82
81
|
|
|
@@ -91,7 +90,7 @@ const _data = {
|
|
|
91
90
|
[e, [{ [k]: "UseDualStack" }, b]],
|
|
92
91
|
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
93
92
|
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
|
|
94
|
-
["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
|
|
93
|
+
["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
|
|
95
94
|
],
|
|
96
95
|
results: [
|
|
97
96
|
[a],
|
|
@@ -106,54 +105,26 @@ const _data = {
|
|
|
106
105
|
["https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
107
106
|
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
108
107
|
["https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
109
|
-
[a, "Invalid Configuration: Missing Region"]
|
|
110
|
-
]
|
|
108
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
109
|
+
]
|
|
111
110
|
};
|
|
112
111
|
const root = 2;
|
|
113
112
|
const r = 100_000_000;
|
|
114
113
|
const nodes = new Int32Array([
|
|
115
|
-
-1,
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
4,
|
|
123
|
-
r +
|
|
124
|
-
|
|
125
|
-
5,
|
|
126
|
-
r +
|
|
127
|
-
3,
|
|
128
|
-
|
|
129
|
-
6,
|
|
130
|
-
4,
|
|
131
|
-
7,
|
|
132
|
-
r + 11,
|
|
133
|
-
5,
|
|
134
|
-
r + 9,
|
|
135
|
-
r + 10,
|
|
136
|
-
4,
|
|
137
|
-
11,
|
|
138
|
-
9,
|
|
139
|
-
6,
|
|
140
|
-
10,
|
|
141
|
-
r + 8,
|
|
142
|
-
7,
|
|
143
|
-
r + 6,
|
|
144
|
-
r + 7,
|
|
145
|
-
5,
|
|
146
|
-
12,
|
|
147
|
-
r + 5,
|
|
148
|
-
6,
|
|
149
|
-
r + 4,
|
|
150
|
-
r + 5,
|
|
151
|
-
3,
|
|
152
|
-
r + 1,
|
|
153
|
-
14,
|
|
154
|
-
4,
|
|
155
|
-
r + 2,
|
|
156
|
-
r + 3,
|
|
114
|
+
-1, 1, -1,
|
|
115
|
+
0, 13, 3,
|
|
116
|
+
1, 4, r + 12,
|
|
117
|
+
2, 5, r + 12,
|
|
118
|
+
3, 8, 6,
|
|
119
|
+
4, 7, r + 11,
|
|
120
|
+
5, r + 9, r + 10,
|
|
121
|
+
4, 11, 9,
|
|
122
|
+
6, 10, r + 8,
|
|
123
|
+
7, r + 6, r + 7,
|
|
124
|
+
5, 12, r + 5,
|
|
125
|
+
6, r + 4, r + 5,
|
|
126
|
+
3, r + 1, 14,
|
|
127
|
+
4, r + 2, r + 3,
|
|
157
128
|
]);
|
|
158
129
|
const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
159
130
|
|
|
@@ -260,54 +231,54 @@ const _s_registry = schema.TypeRegistry.for(_s);
|
|
|
260
231
|
var SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []];
|
|
261
232
|
_s_registry.registerError(SSOServiceException$, SSOServiceException);
|
|
262
233
|
const n0_registry = schema.TypeRegistry.for(n0);
|
|
263
|
-
var InvalidRequestException$ = [-3, n0, _IRE,
|
|
234
|
+
var InvalidRequestException$ = [-3, n0, _IRE,
|
|
235
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
236
|
+
[_m],
|
|
237
|
+
[0]
|
|
238
|
+
];
|
|
264
239
|
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
265
|
-
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
240
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
241
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
242
|
+
[_m],
|
|
243
|
+
[0]
|
|
244
|
+
];
|
|
266
245
|
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
267
|
-
var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
246
|
+
var TooManyRequestsException$ = [-3, n0, _TMRE,
|
|
247
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
248
|
+
[_m],
|
|
249
|
+
[0]
|
|
250
|
+
];
|
|
268
251
|
n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
269
|
-
var UnauthorizedException$ = [-3, n0, _UE,
|
|
252
|
+
var UnauthorizedException$ = [-3, n0, _UE,
|
|
253
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
254
|
+
[_m],
|
|
255
|
+
[0]
|
|
256
|
+
];
|
|
270
257
|
n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
|
|
271
|
-
const errorTypeRegistries = [
|
|
258
|
+
const errorTypeRegistries = [
|
|
259
|
+
_s_registry,
|
|
260
|
+
n0_registry,
|
|
261
|
+
];
|
|
272
262
|
var AccessTokenType = [0, n0, _ATT, 8, 0];
|
|
273
263
|
var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
|
|
274
264
|
var SessionTokenType = [0, n0, _STT, 8, 0];
|
|
275
|
-
var GetRoleCredentialsRequest$ = [
|
|
276
|
-
3,
|
|
277
|
-
n0,
|
|
278
|
-
_GRCR,
|
|
265
|
+
var GetRoleCredentialsRequest$ = [3, n0, _GRCR,
|
|
279
266
|
0,
|
|
280
267
|
[_rN, _aI, _aT],
|
|
281
|
-
[
|
|
282
|
-
[0, { [_hQ]: _rn }],
|
|
283
|
-
[0, { [_hQ]: _ai }],
|
|
284
|
-
[() => AccessTokenType, { [_hH]: _xasbt }],
|
|
285
|
-
],
|
|
286
|
-
3,
|
|
268
|
+
[[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]], 3
|
|
287
269
|
];
|
|
288
|
-
var GetRoleCredentialsResponse$ = [
|
|
289
|
-
3,
|
|
290
|
-
n0,
|
|
291
|
-
_GRCRe,
|
|
270
|
+
var GetRoleCredentialsResponse$ = [3, n0, _GRCRe,
|
|
292
271
|
0,
|
|
293
272
|
[_rC],
|
|
294
|
-
[[() => RoleCredentials$, 0]]
|
|
273
|
+
[[() => RoleCredentials$, 0]]
|
|
295
274
|
];
|
|
296
|
-
var RoleCredentials$ = [
|
|
297
|
-
3,
|
|
298
|
-
n0,
|
|
299
|
-
_RC,
|
|
275
|
+
var RoleCredentials$ = [3, n0, _RC,
|
|
300
276
|
0,
|
|
301
277
|
[_aKI, _sAK, _sT, _ex],
|
|
302
|
-
[0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1]
|
|
278
|
+
[0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1]
|
|
303
279
|
];
|
|
304
|
-
var GetRoleCredentials$ = [
|
|
305
|
-
|
|
306
|
-
n0,
|
|
307
|
-
_GRC,
|
|
308
|
-
{ [_h]: ["GET", "/federation/credentials", 200] },
|
|
309
|
-
() => GetRoleCredentialsRequest$,
|
|
310
|
-
() => GetRoleCredentialsResponse$,
|
|
280
|
+
var GetRoleCredentials$ = [9, n0, _GRC,
|
|
281
|
+
{ [_h]: ["GET", "/federation/credentials", 200] }, () => GetRoleCredentialsRequest$, () => GetRoleCredentialsResponse$
|
|
311
282
|
];
|
|
312
283
|
|
|
313
284
|
const getRuntimeConfig$1 = (config) => {
|
|
@@ -363,11 +334,9 @@ const getRuntimeConfig = (config$1) => {
|
|
|
363
334
|
defaultsMode,
|
|
364
335
|
authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
365
336
|
bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength,
|
|
366
|
-
defaultUserAgentProvider: config$1?.defaultUserAgentProvider ??
|
|
367
|
-
client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
337
|
+
defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
368
338
|
maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1),
|
|
369
|
-
region: config$1?.region ??
|
|
370
|
-
config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
339
|
+
region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
371
340
|
requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider),
|
|
372
341
|
retryMode: config$1?.retryMode ??
|
|
373
342
|
config.loadConfig({
|
|
@@ -16,10 +16,9 @@ var protocols$1 = require('@aws-sdk/core/protocols');
|
|
|
16
16
|
const defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
17
17
|
return {
|
|
18
18
|
operation: client.getSmithyContext(context).operation,
|
|
19
|
-
region:
|
|
20
|
-
(
|
|
21
|
-
|
|
22
|
-
})(),
|
|
19
|
+
region: await client.normalizeProvider(config.region)() || (() => {
|
|
20
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
21
|
+
})(),
|
|
23
22
|
};
|
|
24
23
|
};
|
|
25
24
|
function createAwsAuthSigv4HttpAuthOption(authParameters) {
|
|
@@ -76,7 +75,7 @@ const commonParams = {
|
|
|
76
75
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
77
76
|
};
|
|
78
77
|
|
|
79
|
-
var version = "3.997.
|
|
78
|
+
var version = "3.997.19";
|
|
80
79
|
var packageInfo = {
|
|
81
80
|
version: version};
|
|
82
81
|
|
|
@@ -91,7 +90,7 @@ const _data = {
|
|
|
91
90
|
[e, [{ [k]: "UseDualStack" }, b]],
|
|
92
91
|
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
93
92
|
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
|
|
94
|
-
["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
|
|
93
|
+
["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
|
|
95
94
|
],
|
|
96
95
|
results: [
|
|
97
96
|
[a],
|
|
@@ -106,54 +105,26 @@ const _data = {
|
|
|
106
105
|
["https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
107
106
|
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
108
107
|
["https://oidc.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
109
|
-
[a, "Invalid Configuration: Missing Region"]
|
|
110
|
-
]
|
|
108
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
109
|
+
]
|
|
111
110
|
};
|
|
112
111
|
const root = 2;
|
|
113
112
|
const r = 100_000_000;
|
|
114
113
|
const nodes = new Int32Array([
|
|
115
|
-
-1,
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
4,
|
|
123
|
-
r +
|
|
124
|
-
|
|
125
|
-
5,
|
|
126
|
-
r +
|
|
127
|
-
3,
|
|
128
|
-
|
|
129
|
-
6,
|
|
130
|
-
4,
|
|
131
|
-
7,
|
|
132
|
-
r + 11,
|
|
133
|
-
5,
|
|
134
|
-
r + 9,
|
|
135
|
-
r + 10,
|
|
136
|
-
4,
|
|
137
|
-
11,
|
|
138
|
-
9,
|
|
139
|
-
6,
|
|
140
|
-
10,
|
|
141
|
-
r + 8,
|
|
142
|
-
7,
|
|
143
|
-
r + 6,
|
|
144
|
-
r + 7,
|
|
145
|
-
5,
|
|
146
|
-
12,
|
|
147
|
-
r + 5,
|
|
148
|
-
6,
|
|
149
|
-
r + 4,
|
|
150
|
-
r + 5,
|
|
151
|
-
3,
|
|
152
|
-
r + 1,
|
|
153
|
-
14,
|
|
154
|
-
4,
|
|
155
|
-
r + 2,
|
|
156
|
-
r + 3,
|
|
114
|
+
-1, 1, -1,
|
|
115
|
+
0, 13, 3,
|
|
116
|
+
1, 4, r + 12,
|
|
117
|
+
2, 5, r + 12,
|
|
118
|
+
3, 8, 6,
|
|
119
|
+
4, 7, r + 11,
|
|
120
|
+
5, r + 9, r + 10,
|
|
121
|
+
4, 11, 9,
|
|
122
|
+
6, 10, r + 8,
|
|
123
|
+
7, r + 6, r + 7,
|
|
124
|
+
5, 12, r + 5,
|
|
125
|
+
6, r + 4, r + 5,
|
|
126
|
+
3, r + 1, 14,
|
|
127
|
+
4, r + 2, r + 3,
|
|
157
128
|
]);
|
|
158
129
|
const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
159
130
|
|
|
@@ -402,93 +373,93 @@ const _s_registry = schema.TypeRegistry.for(_s);
|
|
|
402
373
|
var SSOOIDCServiceException$ = [-3, _s, "SSOOIDCServiceException", 0, [], []];
|
|
403
374
|
_s_registry.registerError(SSOOIDCServiceException$, SSOOIDCServiceException);
|
|
404
375
|
const n0_registry = schema.TypeRegistry.for(n0);
|
|
405
|
-
var AccessDeniedException$ = [
|
|
406
|
-
-3,
|
|
407
|
-
n0,
|
|
408
|
-
_ADE,
|
|
376
|
+
var AccessDeniedException$ = [-3, n0, _ADE,
|
|
409
377
|
{ [_e]: _c, [_hE]: 400 },
|
|
410
378
|
[_e, _r, _ed],
|
|
411
|
-
[0, 0, 0]
|
|
379
|
+
[0, 0, 0]
|
|
412
380
|
];
|
|
413
381
|
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
414
|
-
var AuthorizationPendingException$ = [
|
|
415
|
-
-3,
|
|
416
|
-
n0,
|
|
417
|
-
_APE,
|
|
382
|
+
var AuthorizationPendingException$ = [-3, n0, _APE,
|
|
418
383
|
{ [_e]: _c, [_hE]: 400 },
|
|
419
384
|
[_e, _ed],
|
|
420
|
-
[0, 0]
|
|
385
|
+
[0, 0]
|
|
421
386
|
];
|
|
422
387
|
n0_registry.registerError(AuthorizationPendingException$, AuthorizationPendingException);
|
|
423
|
-
var ExpiredTokenException$ = [-3, n0, _ETE,
|
|
388
|
+
var ExpiredTokenException$ = [-3, n0, _ETE,
|
|
389
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
390
|
+
[_e, _ed],
|
|
391
|
+
[0, 0]
|
|
392
|
+
];
|
|
424
393
|
n0_registry.registerError(ExpiredTokenException$, ExpiredTokenException);
|
|
425
|
-
var InternalServerException$ = [-3, n0, _ISE,
|
|
394
|
+
var InternalServerException$ = [-3, n0, _ISE,
|
|
395
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
396
|
+
[_e, _ed],
|
|
397
|
+
[0, 0]
|
|
398
|
+
];
|
|
426
399
|
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
427
|
-
var InvalidClientException$ = [-3, n0, _ICE,
|
|
400
|
+
var InvalidClientException$ = [-3, n0, _ICE,
|
|
401
|
+
{ [_e]: _c, [_hE]: 401 },
|
|
402
|
+
[_e, _ed],
|
|
403
|
+
[0, 0]
|
|
404
|
+
];
|
|
428
405
|
n0_registry.registerError(InvalidClientException$, InvalidClientException);
|
|
429
|
-
var InvalidGrantException$ = [-3, n0, _IGE,
|
|
406
|
+
var InvalidGrantException$ = [-3, n0, _IGE,
|
|
407
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
408
|
+
[_e, _ed],
|
|
409
|
+
[0, 0]
|
|
410
|
+
];
|
|
430
411
|
n0_registry.registerError(InvalidGrantException$, InvalidGrantException);
|
|
431
|
-
var InvalidRequestException$ = [
|
|
432
|
-
-3,
|
|
433
|
-
n0,
|
|
434
|
-
_IRE,
|
|
412
|
+
var InvalidRequestException$ = [-3, n0, _IRE,
|
|
435
413
|
{ [_e]: _c, [_hE]: 400 },
|
|
436
414
|
[_e, _r, _ed],
|
|
437
|
-
[0, 0, 0]
|
|
415
|
+
[0, 0, 0]
|
|
438
416
|
];
|
|
439
417
|
n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
|
|
440
|
-
var InvalidScopeException$ = [-3, n0, _ISEn,
|
|
418
|
+
var InvalidScopeException$ = [-3, n0, _ISEn,
|
|
419
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
420
|
+
[_e, _ed],
|
|
421
|
+
[0, 0]
|
|
422
|
+
];
|
|
441
423
|
n0_registry.registerError(InvalidScopeException$, InvalidScopeException);
|
|
442
|
-
var SlowDownException$ = [-3, n0, _SDE,
|
|
424
|
+
var SlowDownException$ = [-3, n0, _SDE,
|
|
425
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
426
|
+
[_e, _ed],
|
|
427
|
+
[0, 0]
|
|
428
|
+
];
|
|
443
429
|
n0_registry.registerError(SlowDownException$, SlowDownException);
|
|
444
|
-
var UnauthorizedClientException$ = [
|
|
445
|
-
-3,
|
|
446
|
-
n0,
|
|
447
|
-
_UCE,
|
|
430
|
+
var UnauthorizedClientException$ = [-3, n0, _UCE,
|
|
448
431
|
{ [_e]: _c, [_hE]: 400 },
|
|
449
432
|
[_e, _ed],
|
|
450
|
-
[0, 0]
|
|
433
|
+
[0, 0]
|
|
451
434
|
];
|
|
452
435
|
n0_registry.registerError(UnauthorizedClientException$, UnauthorizedClientException);
|
|
453
|
-
var UnsupportedGrantTypeException$ = [
|
|
454
|
-
-3,
|
|
455
|
-
n0,
|
|
456
|
-
_UGTE,
|
|
436
|
+
var UnsupportedGrantTypeException$ = [-3, n0, _UGTE,
|
|
457
437
|
{ [_e]: _c, [_hE]: 400 },
|
|
458
438
|
[_e, _ed],
|
|
459
|
-
[0, 0]
|
|
439
|
+
[0, 0]
|
|
460
440
|
];
|
|
461
441
|
n0_registry.registerError(UnsupportedGrantTypeException$, UnsupportedGrantTypeException);
|
|
462
|
-
const errorTypeRegistries = [
|
|
442
|
+
const errorTypeRegistries = [
|
|
443
|
+
_s_registry,
|
|
444
|
+
n0_registry,
|
|
445
|
+
];
|
|
463
446
|
var AccessToken = [0, n0, _AT, 8, 0];
|
|
464
447
|
var ClientSecret = [0, n0, _CS, 8, 0];
|
|
465
448
|
var CodeVerifier = [0, n0, _CV, 8, 0];
|
|
466
449
|
var IdToken = [0, n0, _IT, 8, 0];
|
|
467
450
|
var RefreshToken = [0, n0, _RT, 8, 0];
|
|
468
|
-
var CreateTokenRequest$ = [
|
|
469
|
-
3,
|
|
470
|
-
n0,
|
|
471
|
-
_CTR,
|
|
451
|
+
var CreateTokenRequest$ = [3, n0, _CTR,
|
|
472
452
|
0,
|
|
473
453
|
[_cI, _cS, _gT, _dC, _co, _rT, _sc, _rU, _cV],
|
|
474
|
-
[0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]],
|
|
475
|
-
3,
|
|
454
|
+
[0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]], 3
|
|
476
455
|
];
|
|
477
|
-
var CreateTokenResponse$ = [
|
|
478
|
-
3,
|
|
479
|
-
n0,
|
|
480
|
-
_CTRr,
|
|
456
|
+
var CreateTokenResponse$ = [3, n0, _CTRr,
|
|
481
457
|
0,
|
|
482
458
|
[_aT, _tT, _eI, _rT, _iT],
|
|
483
|
-
[[() => AccessToken, 0], 0, 1, [() => RefreshToken, 0], [() => IdToken, 0]]
|
|
459
|
+
[[() => AccessToken, 0], 0, 1, [() => RefreshToken, 0], [() => IdToken, 0]]
|
|
484
460
|
];
|
|
485
|
-
var CreateToken$ = [
|
|
486
|
-
|
|
487
|
-
n0,
|
|
488
|
-
_CT,
|
|
489
|
-
{ [_h]: ["POST", "/token", 200] },
|
|
490
|
-
() => CreateTokenRequest$,
|
|
491
|
-
() => CreateTokenResponse$,
|
|
461
|
+
var CreateToken$ = [9, n0, _CT,
|
|
462
|
+
{ [_h]: ["POST", "/token", 200] }, () => CreateTokenRequest$, () => CreateTokenResponse$
|
|
492
463
|
];
|
|
493
464
|
|
|
494
465
|
const getRuntimeConfig$1 = (config) => {
|
|
@@ -544,11 +515,9 @@ const getRuntimeConfig = (config$1) => {
|
|
|
544
515
|
defaultsMode,
|
|
545
516
|
authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
|
546
517
|
bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength,
|
|
547
|
-
defaultUserAgentProvider: config$1?.defaultUserAgentProvider ??
|
|
548
|
-
client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
518
|
+
defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
549
519
|
maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1),
|
|
550
|
-
region: config$1?.region ??
|
|
551
|
-
config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
520
|
+
region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
|
|
552
521
|
requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider),
|
|
553
522
|
retryMode: config$1?.retryMode ??
|
|
554
523
|
config.loadConfig({
|