mirror of
https://github.com/docker/login-action.git
synced 2026-04-03 20:20:43 +02:00
Merge pull request #930 from docker/dependabot/npm_and_yarn/aws-sdk-dependencies-35041e3d3e
build(deps): bump the aws-sdk-dependencies group with 2 updates
This commit is contained in:
27
dist/136.index.js
generated
vendored
27
dist/136.index.js
generated
vendored
@@ -119,7 +119,7 @@ exports.resolveHttpAuthRuntimeConfig = resolveHttpAuthRuntimeConfig;
|
|||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.resolveHttpAuthSchemeConfig = exports.resolveStsAuthConfig = exports.defaultSTSHttpAuthSchemeProvider = exports.defaultSTSHttpAuthSchemeParametersProvider = void 0;
|
exports.resolveHttpAuthSchemeConfig = exports.resolveStsAuthConfig = exports.defaultSTSHttpAuthSchemeProvider = exports.defaultSTSHttpAuthSchemeParametersProvider = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const httpAuthSchemes_1 = __webpack_require__(7523);
|
||||||
const util_middleware_1 = __webpack_require__(6324);
|
const util_middleware_1 = __webpack_require__(6324);
|
||||||
const STSClient_1 = __webpack_require__(3723);
|
const STSClient_1 = __webpack_require__(3723);
|
||||||
const defaultSTSHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
const defaultSTSHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
||||||
@@ -172,7 +172,7 @@ const resolveStsAuthConfig = (input) => Object.assign(input, {
|
|||||||
exports.resolveStsAuthConfig = resolveStsAuthConfig;
|
exports.resolveStsAuthConfig = resolveStsAuthConfig;
|
||||||
const resolveHttpAuthSchemeConfig = (config) => {
|
const resolveHttpAuthSchemeConfig = (config) => {
|
||||||
const config_0 = (0, exports.resolveStsAuthConfig)(config);
|
const config_0 = (0, exports.resolveStsAuthConfig)(config);
|
||||||
const config_1 = (0, core_1.resolveAwsSdkSigV4Config)(config_0);
|
const config_1 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config_0);
|
||||||
return Object.assign(config_1, {
|
return Object.assign(config_1, {
|
||||||
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
||||||
});
|
});
|
||||||
@@ -723,10 +723,11 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const tslib_1 = __webpack_require__(1860);
|
const tslib_1 = __webpack_require__(1860);
|
||||||
const package_json_1 = tslib_1.__importDefault(__webpack_require__(9955));
|
const package_json_1 = tslib_1.__importDefault(__webpack_require__(9955));
|
||||||
const core_1 = __webpack_require__(8704);
|
const client_1 = __webpack_require__(5152);
|
||||||
|
const httpAuthSchemes_1 = __webpack_require__(7523);
|
||||||
const util_user_agent_node_1 = __webpack_require__(1656);
|
const util_user_agent_node_1 = __webpack_require__(1656);
|
||||||
const config_resolver_1 = __webpack_require__(9316);
|
const config_resolver_1 = __webpack_require__(9316);
|
||||||
const core_2 = __webpack_require__(402);
|
const core_1 = __webpack_require__(402);
|
||||||
const hash_node_1 = __webpack_require__(2711);
|
const hash_node_1 = __webpack_require__(2711);
|
||||||
const middleware_retry_1 = __webpack_require__(9618);
|
const middleware_retry_1 = __webpack_require__(9618);
|
||||||
const node_config_provider_1 = __webpack_require__(5704);
|
const node_config_provider_1 = __webpack_require__(5704);
|
||||||
@@ -741,7 +742,7 @@ const getRuntimeConfig = (config) => {
|
|||||||
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
||||||
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
||||||
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
||||||
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
||||||
const loaderConfig = {
|
const loaderConfig = {
|
||||||
profile: config?.profile,
|
profile: config?.profile,
|
||||||
logger: clientSharedValues.logger,
|
logger: clientSharedValues.logger,
|
||||||
@@ -751,7 +752,7 @@ const getRuntimeConfig = (config) => {
|
|||||||
...config,
|
...config,
|
||||||
runtime: "node",
|
runtime: "node",
|
||||||
defaultsMode,
|
defaultsMode,
|
||||||
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
||||||
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
||||||
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
||||||
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
||||||
@@ -760,12 +761,12 @@ const getRuntimeConfig = (config) => {
|
|||||||
schemeId: "aws.auth#sigv4",
|
schemeId: "aws.auth#sigv4",
|
||||||
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4") ||
|
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4") ||
|
||||||
(async (idProps) => await config.credentialDefaultProvider(idProps?.__config || {})()),
|
(async (idProps) => await config.credentialDefaultProvider(idProps?.__config || {})()),
|
||||||
signer: new core_1.AwsSdkSigV4Signer(),
|
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
schemeId: "smithy.api#noAuth",
|
schemeId: "smithy.api#noAuth",
|
||||||
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
||||||
signer: new core_2.NoAuthSigner(),
|
signer: new core_1.NoAuthSigner(),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
maxAttempts: config?.maxAttempts ?? (0, node_config_provider_1.loadConfig)(middleware_retry_1.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
|
||||||
@@ -795,9 +796,9 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const httpAuthSchemes_1 = __webpack_require__(7523);
|
||||||
const protocols_1 = __webpack_require__(7288);
|
const protocols_1 = __webpack_require__(7288);
|
||||||
const core_2 = __webpack_require__(402);
|
const core_1 = __webpack_require__(402);
|
||||||
const smithy_client_1 = __webpack_require__(1411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const url_parser_1 = __webpack_require__(4494);
|
const url_parser_1 = __webpack_require__(4494);
|
||||||
const util_base64_1 = __webpack_require__(8385);
|
const util_base64_1 = __webpack_require__(8385);
|
||||||
@@ -818,12 +819,12 @@ const getRuntimeConfig = (config) => {
|
|||||||
{
|
{
|
||||||
schemeId: "aws.auth#sigv4",
|
schemeId: "aws.auth#sigv4",
|
||||||
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
||||||
signer: new core_1.AwsSdkSigV4Signer(),
|
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
schemeId: "smithy.api#noAuth",
|
schemeId: "smithy.api#noAuth",
|
||||||
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
||||||
signer: new core_2.NoAuthSigner(),
|
signer: new core_1.NoAuthSigner(),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
||||||
@@ -1071,7 +1072,7 @@ exports.AssumeRoleWithWebIdentity$ = [
|
|||||||
/***/ 9955:
|
/***/ 9955:
|
||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.996.3","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.15","@aws-sdk/middleware-host-header":"^3.972.6","@aws-sdk/middleware-logger":"^3.972.6","@aws-sdk/middleware-recursion-detection":"^3.972.6","@aws-sdk/middleware-user-agent":"^3.972.15","@aws-sdk/region-config-resolver":"^3.972.6","@aws-sdk/types":"^3.973.4","@aws-sdk/util-endpoints":"^3.996.3","@aws-sdk/util-user-agent-browser":"^3.972.6","@aws-sdk/util-user-agent-node":"^3.973.0","@smithy/config-resolver":"^4.4.9","@smithy/core":"^3.23.6","@smithy/fetch-http-handler":"^5.3.11","@smithy/hash-node":"^4.2.10","@smithy/invalid-dependency":"^4.2.10","@smithy/middleware-content-length":"^4.2.10","@smithy/middleware-endpoint":"^4.4.20","@smithy/middleware-retry":"^4.4.37","@smithy/middleware-serde":"^4.2.11","@smithy/middleware-stack":"^4.2.10","@smithy/node-config-provider":"^4.3.10","@smithy/node-http-handler":"^4.4.12","@smithy/protocol-http":"^5.3.10","@smithy/smithy-client":"^4.12.0","@smithy/types":"^4.13.0","@smithy/url-parser":"^4.2.10","@smithy/util-base64":"^4.3.1","@smithy/util-body-length-browser":"^4.2.1","@smithy/util-body-length-node":"^4.2.2","@smithy/util-defaults-mode-browser":"^4.3.36","@smithy/util-defaults-mode-node":"^4.2.39","@smithy/util-endpoints":"^3.3.1","@smithy/util-middleware":"^4.2.10","@smithy/util-retry":"^4.2.10","@smithy/util-utf8":"^4.2.1","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":["./cognito-identity.d.ts","./cognito-identity.js","./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sso.d.ts","./sso.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"},"./cognito-identity":{"types":"./dist-types/submodules/cognito-identity/index.d.ts","module":"./dist-es/submodules/cognito-identity/index.js","node":"./dist-cjs/submodules/cognito-identity/index.js","import":"./dist-es/submodules/cognito-identity/index.js","require":"./dist-cjs/submodules/cognito-identity/index.js"},"./sso":{"types":"./dist-types/submodules/sso/index.d.ts","module":"./dist-es/submodules/sso/index.js","node":"./dist-cjs/submodules/sso/index.js","import":"./dist-es/submodules/sso/index.js","require":"./dist-cjs/submodules/sso/index.js"}}}');
|
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.996.18","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.26","@aws-sdk/middleware-host-header":"^3.972.8","@aws-sdk/middleware-logger":"^3.972.8","@aws-sdk/middleware-recursion-detection":"^3.972.9","@aws-sdk/middleware-user-agent":"^3.972.28","@aws-sdk/region-config-resolver":"^3.972.10","@aws-sdk/types":"^3.973.6","@aws-sdk/util-endpoints":"^3.996.5","@aws-sdk/util-user-agent-browser":"^3.972.8","@aws-sdk/util-user-agent-node":"^3.973.14","@smithy/config-resolver":"^4.4.13","@smithy/core":"^3.23.13","@smithy/fetch-http-handler":"^5.3.15","@smithy/hash-node":"^4.2.12","@smithy/invalid-dependency":"^4.2.12","@smithy/middleware-content-length":"^4.2.12","@smithy/middleware-endpoint":"^4.4.28","@smithy/middleware-retry":"^4.4.46","@smithy/middleware-serde":"^4.2.16","@smithy/middleware-stack":"^4.2.12","@smithy/node-config-provider":"^4.3.12","@smithy/node-http-handler":"^4.5.1","@smithy/protocol-http":"^5.3.12","@smithy/smithy-client":"^4.12.8","@smithy/types":"^4.13.1","@smithy/url-parser":"^4.2.12","@smithy/util-base64":"^4.3.2","@smithy/util-body-length-browser":"^4.2.2","@smithy/util-body-length-node":"^4.2.3","@smithy/util-defaults-mode-browser":"^4.3.44","@smithy/util-defaults-mode-node":"^4.2.48","@smithy/util-endpoints":"^3.3.3","@smithy/util-middleware":"^4.2.12","@smithy/util-retry":"^4.2.13","@smithy/util-utf8":"^4.2.2","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"typesVersions":{"<4.5":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./cognito-identity.d.ts","./cognito-identity.js","./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sso.d.ts","./sso.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/cognito-identity/runtimeConfig":"./dist-es/submodules/cognito-identity/runtimeConfig.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/sso/runtimeConfig":"./dist-es/submodules/sso/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"},"./cognito-identity":{"types":"./dist-types/submodules/cognito-identity/index.d.ts","module":"./dist-es/submodules/cognito-identity/index.js","node":"./dist-cjs/submodules/cognito-identity/index.js","import":"./dist-es/submodules/cognito-identity/index.js","require":"./dist-cjs/submodules/cognito-identity/index.js"},"./sso":{"types":"./dist-types/submodules/sso/index.d.ts","module":"./dist-es/submodules/sso/index.js","node":"./dist-cjs/submodules/sso/index.js","import":"./dist-es/submodules/sso/index.js","require":"./dist-cjs/submodules/sso/index.js"}}}');
|
||||||
|
|
||||||
/***/ })
|
/***/ })
|
||||||
|
|
||||||
|
|||||||
2
dist/136.index.js.map
generated
vendored
2
dist/136.index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
19
dist/443.index.js
generated
vendored
19
dist/443.index.js
generated
vendored
@@ -8,7 +8,7 @@ export const modules = {
|
|||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOOIDCHttpAuthSchemeProvider = exports.defaultSSOOIDCHttpAuthSchemeParametersProvider = void 0;
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOOIDCHttpAuthSchemeProvider = exports.defaultSSOOIDCHttpAuthSchemeParametersProvider = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const httpAuthSchemes_1 = __webpack_require__(7523);
|
||||||
const util_middleware_1 = __webpack_require__(6324);
|
const util_middleware_1 = __webpack_require__(6324);
|
||||||
const defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
const defaultSSOOIDCHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
||||||
return {
|
return {
|
||||||
@@ -55,7 +55,7 @@ const defaultSSOOIDCHttpAuthSchemeProvider = (authParameters) => {
|
|||||||
};
|
};
|
||||||
exports.defaultSSOOIDCHttpAuthSchemeProvider = defaultSSOOIDCHttpAuthSchemeProvider;
|
exports.defaultSSOOIDCHttpAuthSchemeProvider = defaultSSOOIDCHttpAuthSchemeProvider;
|
||||||
const resolveHttpAuthSchemeConfig = (config) => {
|
const resolveHttpAuthSchemeConfig = (config) => {
|
||||||
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
||||||
return Object.assign(config_0, {
|
return Object.assign(config_0, {
|
||||||
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
||||||
});
|
});
|
||||||
@@ -611,7 +611,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const tslib_1 = __webpack_require__(1860);
|
const tslib_1 = __webpack_require__(1860);
|
||||||
const package_json_1 = tslib_1.__importDefault(__webpack_require__(9955));
|
const package_json_1 = tslib_1.__importDefault(__webpack_require__(9955));
|
||||||
const core_1 = __webpack_require__(8704);
|
const client_1 = __webpack_require__(5152);
|
||||||
|
const httpAuthSchemes_1 = __webpack_require__(7523);
|
||||||
const util_user_agent_node_1 = __webpack_require__(1656);
|
const util_user_agent_node_1 = __webpack_require__(1656);
|
||||||
const config_resolver_1 = __webpack_require__(9316);
|
const config_resolver_1 = __webpack_require__(9316);
|
||||||
const hash_node_1 = __webpack_require__(2711);
|
const hash_node_1 = __webpack_require__(2711);
|
||||||
@@ -628,7 +629,7 @@ const getRuntimeConfig = (config) => {
|
|||||||
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
||||||
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
||||||
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
||||||
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
||||||
const loaderConfig = {
|
const loaderConfig = {
|
||||||
profile: config?.profile,
|
profile: config?.profile,
|
||||||
logger: clientSharedValues.logger,
|
logger: clientSharedValues.logger,
|
||||||
@@ -638,7 +639,7 @@ const getRuntimeConfig = (config) => {
|
|||||||
...config,
|
...config,
|
||||||
runtime: "node",
|
runtime: "node",
|
||||||
defaultsMode,
|
defaultsMode,
|
||||||
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
||||||
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
||||||
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
||||||
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
||||||
@@ -669,9 +670,9 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const httpAuthSchemes_1 = __webpack_require__(7523);
|
||||||
const protocols_1 = __webpack_require__(7288);
|
const protocols_1 = __webpack_require__(7288);
|
||||||
const core_2 = __webpack_require__(402);
|
const core_1 = __webpack_require__(402);
|
||||||
const smithy_client_1 = __webpack_require__(1411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const url_parser_1 = __webpack_require__(4494);
|
const url_parser_1 = __webpack_require__(4494);
|
||||||
const util_base64_1 = __webpack_require__(8385);
|
const util_base64_1 = __webpack_require__(8385);
|
||||||
@@ -692,12 +693,12 @@ const getRuntimeConfig = (config) => {
|
|||||||
{
|
{
|
||||||
schemeId: "aws.auth#sigv4",
|
schemeId: "aws.auth#sigv4",
|
||||||
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
||||||
signer: new core_1.AwsSdkSigV4Signer(),
|
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
schemeId: "smithy.api#noAuth",
|
schemeId: "smithy.api#noAuth",
|
||||||
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
||||||
signer: new core_2.NoAuthSigner(),
|
signer: new core_1.NoAuthSigner(),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
||||||
|
|||||||
2
dist/443.index.js.map
generated
vendored
2
dist/443.index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/579.index.js
generated
vendored
2
dist/579.index.js
generated
vendored
@@ -250,7 +250,7 @@ class EventStreamSerde {
|
|||||||
throw new Error("@smithy/core/event-streams - non-struct member not supported in event stream union.");
|
throw new Error("@smithy/core/event-streams - non-struct member not supported in event stream union.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
const messageSerialization = serializer.flush();
|
const messageSerialization = serializer.flush() ?? new Uint8Array();
|
||||||
const body = typeof messageSerialization === "string"
|
const body = typeof messageSerialization === "string"
|
||||||
? (this.serdeContext?.utf8Decoder ?? utilUtf8.fromUtf8)(messageSerialization)
|
? (this.serdeContext?.utf8Decoder ?? utilUtf8.fromUtf8)(messageSerialization)
|
||||||
: messageSerialization;
|
: messageSerialization;
|
||||||
|
|||||||
2
dist/579.index.js.map
generated
vendored
2
dist/579.index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
21
dist/762.index.js
generated
vendored
21
dist/762.index.js
generated
vendored
@@ -8,7 +8,7 @@ export const modules = {
|
|||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.resolveHttpAuthSchemeConfig = exports.defaultSigninHttpAuthSchemeProvider = exports.defaultSigninHttpAuthSchemeParametersProvider = void 0;
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSigninHttpAuthSchemeProvider = exports.defaultSigninHttpAuthSchemeParametersProvider = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const httpAuthSchemes_1 = __webpack_require__(7523);
|
||||||
const util_middleware_1 = __webpack_require__(6324);
|
const util_middleware_1 = __webpack_require__(6324);
|
||||||
const defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
const defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
||||||
return {
|
return {
|
||||||
@@ -55,7 +55,7 @@ const defaultSigninHttpAuthSchemeProvider = (authParameters) => {
|
|||||||
};
|
};
|
||||||
exports.defaultSigninHttpAuthSchemeProvider = defaultSigninHttpAuthSchemeProvider;
|
exports.defaultSigninHttpAuthSchemeProvider = defaultSigninHttpAuthSchemeProvider;
|
||||||
const resolveHttpAuthSchemeConfig = (config) => {
|
const resolveHttpAuthSchemeConfig = (config) => {
|
||||||
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
||||||
return Object.assign(config_0, {
|
return Object.assign(config_0, {
|
||||||
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
||||||
});
|
});
|
||||||
@@ -505,7 +505,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const tslib_1 = __webpack_require__(1860);
|
const tslib_1 = __webpack_require__(1860);
|
||||||
const package_json_1 = tslib_1.__importDefault(__webpack_require__(9955));
|
const package_json_1 = tslib_1.__importDefault(__webpack_require__(9955));
|
||||||
const core_1 = __webpack_require__(8704);
|
const client_1 = __webpack_require__(5152);
|
||||||
|
const httpAuthSchemes_1 = __webpack_require__(7523);
|
||||||
const util_user_agent_node_1 = __webpack_require__(1656);
|
const util_user_agent_node_1 = __webpack_require__(1656);
|
||||||
const config_resolver_1 = __webpack_require__(9316);
|
const config_resolver_1 = __webpack_require__(9316);
|
||||||
const hash_node_1 = __webpack_require__(2711);
|
const hash_node_1 = __webpack_require__(2711);
|
||||||
@@ -522,7 +523,7 @@ const getRuntimeConfig = (config) => {
|
|||||||
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
||||||
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
||||||
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
||||||
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
||||||
const loaderConfig = {
|
const loaderConfig = {
|
||||||
profile: config?.profile,
|
profile: config?.profile,
|
||||||
logger: clientSharedValues.logger,
|
logger: clientSharedValues.logger,
|
||||||
@@ -532,7 +533,7 @@ const getRuntimeConfig = (config) => {
|
|||||||
...config,
|
...config,
|
||||||
runtime: "node",
|
runtime: "node",
|
||||||
defaultsMode,
|
defaultsMode,
|
||||||
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
||||||
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
||||||
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
||||||
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
||||||
@@ -563,9 +564,9 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const httpAuthSchemes_1 = __webpack_require__(7523);
|
||||||
const protocols_1 = __webpack_require__(7288);
|
const protocols_1 = __webpack_require__(7288);
|
||||||
const core_2 = __webpack_require__(402);
|
const core_1 = __webpack_require__(402);
|
||||||
const smithy_client_1 = __webpack_require__(1411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const url_parser_1 = __webpack_require__(4494);
|
const url_parser_1 = __webpack_require__(4494);
|
||||||
const util_base64_1 = __webpack_require__(8385);
|
const util_base64_1 = __webpack_require__(8385);
|
||||||
@@ -586,12 +587,12 @@ const getRuntimeConfig = (config) => {
|
|||||||
{
|
{
|
||||||
schemeId: "aws.auth#sigv4",
|
schemeId: "aws.auth#sigv4",
|
||||||
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
||||||
signer: new core_1.AwsSdkSigV4Signer(),
|
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
schemeId: "smithy.api#noAuth",
|
schemeId: "smithy.api#noAuth",
|
||||||
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
||||||
signer: new core_2.NoAuthSigner(),
|
signer: new core_1.NoAuthSigner(),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
||||||
@@ -748,7 +749,7 @@ exports.CreateOAuth2Token$ = [
|
|||||||
/***/ 9955:
|
/***/ 9955:
|
||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.996.3","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.15","@aws-sdk/middleware-host-header":"^3.972.6","@aws-sdk/middleware-logger":"^3.972.6","@aws-sdk/middleware-recursion-detection":"^3.972.6","@aws-sdk/middleware-user-agent":"^3.972.15","@aws-sdk/region-config-resolver":"^3.972.6","@aws-sdk/types":"^3.973.4","@aws-sdk/util-endpoints":"^3.996.3","@aws-sdk/util-user-agent-browser":"^3.972.6","@aws-sdk/util-user-agent-node":"^3.973.0","@smithy/config-resolver":"^4.4.9","@smithy/core":"^3.23.6","@smithy/fetch-http-handler":"^5.3.11","@smithy/hash-node":"^4.2.10","@smithy/invalid-dependency":"^4.2.10","@smithy/middleware-content-length":"^4.2.10","@smithy/middleware-endpoint":"^4.4.20","@smithy/middleware-retry":"^4.4.37","@smithy/middleware-serde":"^4.2.11","@smithy/middleware-stack":"^4.2.10","@smithy/node-config-provider":"^4.3.10","@smithy/node-http-handler":"^4.4.12","@smithy/protocol-http":"^5.3.10","@smithy/smithy-client":"^4.12.0","@smithy/types":"^4.13.0","@smithy/url-parser":"^4.2.10","@smithy/util-base64":"^4.3.1","@smithy/util-body-length-browser":"^4.2.1","@smithy/util-body-length-node":"^4.2.2","@smithy/util-defaults-mode-browser":"^4.3.36","@smithy/util-defaults-mode-node":"^4.2.39","@smithy/util-endpoints":"^3.3.1","@smithy/util-middleware":"^4.2.10","@smithy/util-retry":"^4.2.10","@smithy/util-utf8":"^4.2.1","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":["./cognito-identity.d.ts","./cognito-identity.js","./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sso.d.ts","./sso.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"},"./cognito-identity":{"types":"./dist-types/submodules/cognito-identity/index.d.ts","module":"./dist-es/submodules/cognito-identity/index.js","node":"./dist-cjs/submodules/cognito-identity/index.js","import":"./dist-es/submodules/cognito-identity/index.js","require":"./dist-cjs/submodules/cognito-identity/index.js"},"./sso":{"types":"./dist-types/submodules/sso/index.d.ts","module":"./dist-es/submodules/sso/index.js","node":"./dist-cjs/submodules/sso/index.js","import":"./dist-es/submodules/sso/index.js","require":"./dist-cjs/submodules/sso/index.js"}}}');
|
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.996.18","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.26","@aws-sdk/middleware-host-header":"^3.972.8","@aws-sdk/middleware-logger":"^3.972.8","@aws-sdk/middleware-recursion-detection":"^3.972.9","@aws-sdk/middleware-user-agent":"^3.972.28","@aws-sdk/region-config-resolver":"^3.972.10","@aws-sdk/types":"^3.973.6","@aws-sdk/util-endpoints":"^3.996.5","@aws-sdk/util-user-agent-browser":"^3.972.8","@aws-sdk/util-user-agent-node":"^3.973.14","@smithy/config-resolver":"^4.4.13","@smithy/core":"^3.23.13","@smithy/fetch-http-handler":"^5.3.15","@smithy/hash-node":"^4.2.12","@smithy/invalid-dependency":"^4.2.12","@smithy/middleware-content-length":"^4.2.12","@smithy/middleware-endpoint":"^4.4.28","@smithy/middleware-retry":"^4.4.46","@smithy/middleware-serde":"^4.2.16","@smithy/middleware-stack":"^4.2.12","@smithy/node-config-provider":"^4.3.12","@smithy/node-http-handler":"^4.5.1","@smithy/protocol-http":"^5.3.12","@smithy/smithy-client":"^4.12.8","@smithy/types":"^4.13.1","@smithy/url-parser":"^4.2.12","@smithy/util-base64":"^4.3.2","@smithy/util-body-length-browser":"^4.2.2","@smithy/util-body-length-node":"^4.2.3","@smithy/util-defaults-mode-browser":"^4.3.44","@smithy/util-defaults-mode-node":"^4.2.48","@smithy/util-endpoints":"^3.3.3","@smithy/util-middleware":"^4.2.12","@smithy/util-retry":"^4.2.13","@smithy/util-utf8":"^4.2.2","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"typesVersions":{"<4.5":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./cognito-identity.d.ts","./cognito-identity.js","./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sso.d.ts","./sso.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/cognito-identity/runtimeConfig":"./dist-es/submodules/cognito-identity/runtimeConfig.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/sso/runtimeConfig":"./dist-es/submodules/sso/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"},"./cognito-identity":{"types":"./dist-types/submodules/cognito-identity/index.d.ts","module":"./dist-es/submodules/cognito-identity/index.js","node":"./dist-cjs/submodules/cognito-identity/index.js","import":"./dist-es/submodules/cognito-identity/index.js","require":"./dist-cjs/submodules/cognito-identity/index.js"},"./sso":{"types":"./dist-types/submodules/sso/index.d.ts","module":"./dist-es/submodules/sso/index.js","node":"./dist-cjs/submodules/sso/index.js","import":"./dist-es/submodules/sso/index.js","require":"./dist-cjs/submodules/sso/index.js"}}}');
|
||||||
|
|
||||||
/***/ })
|
/***/ })
|
||||||
|
|
||||||
|
|||||||
2
dist/762.index.js.map
generated
vendored
2
dist/762.index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
335
dist/998.index.js
generated
vendored
335
dist/998.index.js
generated
vendored
@@ -2,320 +2,6 @@ export const id = 998;
|
|||||||
export const ids = [998];
|
export const ids = [998];
|
||||||
export const modules = {
|
export const modules = {
|
||||||
|
|
||||||
/***/ 7523:
|
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
var protocolHttp = __webpack_require__(2356);
|
|
||||||
var core = __webpack_require__(402);
|
|
||||||
var propertyProvider = __webpack_require__(8857);
|
|
||||||
var client = __webpack_require__(5152);
|
|
||||||
var signatureV4 = __webpack_require__(5118);
|
|
||||||
|
|
||||||
const getDateHeader = (response) => protocolHttp.HttpResponse.isInstance(response) ? response.headers?.date ?? response.headers?.Date : undefined;
|
|
||||||
|
|
||||||
const getSkewCorrectedDate = (systemClockOffset) => new Date(Date.now() + systemClockOffset);
|
|
||||||
|
|
||||||
const isClockSkewed = (clockTime, systemClockOffset) => Math.abs(getSkewCorrectedDate(systemClockOffset).getTime() - clockTime) >= 300000;
|
|
||||||
|
|
||||||
const getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => {
|
|
||||||
const clockTimeInMs = Date.parse(clockTime);
|
|
||||||
if (isClockSkewed(clockTimeInMs, currentSystemClockOffset)) {
|
|
||||||
return clockTimeInMs - Date.now();
|
|
||||||
}
|
|
||||||
return currentSystemClockOffset;
|
|
||||||
};
|
|
||||||
|
|
||||||
const throwSigningPropertyError = (name, property) => {
|
|
||||||
if (!property) {
|
|
||||||
throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
|
|
||||||
}
|
|
||||||
return property;
|
|
||||||
};
|
|
||||||
const validateSigningProperties = async (signingProperties) => {
|
|
||||||
const context = throwSigningPropertyError("context", signingProperties.context);
|
|
||||||
const config = throwSigningPropertyError("config", signingProperties.config);
|
|
||||||
const authScheme = context.endpointV2?.properties?.authSchemes?.[0];
|
|
||||||
const signerFunction = throwSigningPropertyError("signer", config.signer);
|
|
||||||
const signer = await signerFunction(authScheme);
|
|
||||||
const signingRegion = signingProperties?.signingRegion;
|
|
||||||
const signingRegionSet = signingProperties?.signingRegionSet;
|
|
||||||
const signingName = signingProperties?.signingName;
|
|
||||||
return {
|
|
||||||
config,
|
|
||||||
signer,
|
|
||||||
signingRegion,
|
|
||||||
signingRegionSet,
|
|
||||||
signingName,
|
|
||||||
};
|
|
||||||
};
|
|
||||||
class AwsSdkSigV4Signer {
|
|
||||||
async sign(httpRequest, identity, signingProperties) {
|
|
||||||
if (!protocolHttp.HttpRequest.isInstance(httpRequest)) {
|
|
||||||
throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
|
|
||||||
}
|
|
||||||
const validatedProps = await validateSigningProperties(signingProperties);
|
|
||||||
const { config, signer } = validatedProps;
|
|
||||||
let { signingRegion, signingName } = validatedProps;
|
|
||||||
const handlerExecutionContext = signingProperties.context;
|
|
||||||
if (handlerExecutionContext?.authSchemes?.length ?? 0 > 1) {
|
|
||||||
const [first, second] = handlerExecutionContext.authSchemes;
|
|
||||||
if (first?.name === "sigv4a" && second?.name === "sigv4") {
|
|
||||||
signingRegion = second?.signingRegion ?? signingRegion;
|
|
||||||
signingName = second?.signingName ?? signingName;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
const signedRequest = await signer.sign(httpRequest, {
|
|
||||||
signingDate: getSkewCorrectedDate(config.systemClockOffset),
|
|
||||||
signingRegion: signingRegion,
|
|
||||||
signingService: signingName,
|
|
||||||
});
|
|
||||||
return signedRequest;
|
|
||||||
}
|
|
||||||
errorHandler(signingProperties) {
|
|
||||||
return (error) => {
|
|
||||||
const serverTime = error.ServerTime ?? getDateHeader(error.$response);
|
|
||||||
if (serverTime) {
|
|
||||||
const config = throwSigningPropertyError("config", signingProperties.config);
|
|
||||||
const initialSystemClockOffset = config.systemClockOffset;
|
|
||||||
config.systemClockOffset = getUpdatedSystemClockOffset(serverTime, config.systemClockOffset);
|
|
||||||
const clockSkewCorrected = config.systemClockOffset !== initialSystemClockOffset;
|
|
||||||
if (clockSkewCorrected && error.$metadata) {
|
|
||||||
error.$metadata.clockSkewCorrected = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
throw error;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
successHandler(httpResponse, signingProperties) {
|
|
||||||
const dateHeader = getDateHeader(httpResponse);
|
|
||||||
if (dateHeader) {
|
|
||||||
const config = throwSigningPropertyError("config", signingProperties.config);
|
|
||||||
config.systemClockOffset = getUpdatedSystemClockOffset(dateHeader, config.systemClockOffset);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
const AWSSDKSigV4Signer = AwsSdkSigV4Signer;
|
|
||||||
|
|
||||||
class AwsSdkSigV4ASigner extends AwsSdkSigV4Signer {
|
|
||||||
async sign(httpRequest, identity, signingProperties) {
|
|
||||||
if (!protocolHttp.HttpRequest.isInstance(httpRequest)) {
|
|
||||||
throw new Error("The request is not an instance of `HttpRequest` and cannot be signed");
|
|
||||||
}
|
|
||||||
const { config, signer, signingRegion, signingRegionSet, signingName } = await validateSigningProperties(signingProperties);
|
|
||||||
const configResolvedSigningRegionSet = await config.sigv4aSigningRegionSet?.();
|
|
||||||
const multiRegionOverride = (configResolvedSigningRegionSet ??
|
|
||||||
signingRegionSet ?? [signingRegion]).join(",");
|
|
||||||
const signedRequest = await signer.sign(httpRequest, {
|
|
||||||
signingDate: getSkewCorrectedDate(config.systemClockOffset),
|
|
||||||
signingRegion: multiRegionOverride,
|
|
||||||
signingService: signingName,
|
|
||||||
});
|
|
||||||
return signedRequest;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const getArrayForCommaSeparatedString = (str) => typeof str === "string" && str.length > 0 ? str.split(",").map((item) => item.trim()) : [];
|
|
||||||
|
|
||||||
const getBearerTokenEnvKey = (signingName) => `AWS_BEARER_TOKEN_${signingName.replace(/[\s-]/g, "_").toUpperCase()}`;
|
|
||||||
|
|
||||||
const NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY = "AWS_AUTH_SCHEME_PREFERENCE";
|
|
||||||
const NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY = "auth_scheme_preference";
|
|
||||||
const NODE_AUTH_SCHEME_PREFERENCE_OPTIONS = {
|
|
||||||
environmentVariableSelector: (env, options) => {
|
|
||||||
if (options?.signingName) {
|
|
||||||
const bearerTokenKey = getBearerTokenEnvKey(options.signingName);
|
|
||||||
if (bearerTokenKey in env)
|
|
||||||
return ["httpBearerAuth"];
|
|
||||||
}
|
|
||||||
if (!(NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY in env))
|
|
||||||
return undefined;
|
|
||||||
return getArrayForCommaSeparatedString(env[NODE_AUTH_SCHEME_PREFERENCE_ENV_KEY]);
|
|
||||||
},
|
|
||||||
configFileSelector: (profile) => {
|
|
||||||
if (!(NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY in profile))
|
|
||||||
return undefined;
|
|
||||||
return getArrayForCommaSeparatedString(profile[NODE_AUTH_SCHEME_PREFERENCE_CONFIG_KEY]);
|
|
||||||
},
|
|
||||||
default: [],
|
|
||||||
};
|
|
||||||
|
|
||||||
const resolveAwsSdkSigV4AConfig = (config) => {
|
|
||||||
config.sigv4aSigningRegionSet = core.normalizeProvider(config.sigv4aSigningRegionSet);
|
|
||||||
return config;
|
|
||||||
};
|
|
||||||
const NODE_SIGV4A_CONFIG_OPTIONS = {
|
|
||||||
environmentVariableSelector(env) {
|
|
||||||
if (env.AWS_SIGV4A_SIGNING_REGION_SET) {
|
|
||||||
return env.AWS_SIGV4A_SIGNING_REGION_SET.split(",").map((_) => _.trim());
|
|
||||||
}
|
|
||||||
throw new propertyProvider.ProviderError("AWS_SIGV4A_SIGNING_REGION_SET not set in env.", {
|
|
||||||
tryNextLink: true,
|
|
||||||
});
|
|
||||||
},
|
|
||||||
configFileSelector(profile) {
|
|
||||||
if (profile.sigv4a_signing_region_set) {
|
|
||||||
return (profile.sigv4a_signing_region_set ?? "").split(",").map((_) => _.trim());
|
|
||||||
}
|
|
||||||
throw new propertyProvider.ProviderError("sigv4a_signing_region_set not set in profile.", {
|
|
||||||
tryNextLink: true,
|
|
||||||
});
|
|
||||||
},
|
|
||||||
default: undefined,
|
|
||||||
};
|
|
||||||
|
|
||||||
const resolveAwsSdkSigV4Config = (config) => {
|
|
||||||
let inputCredentials = config.credentials;
|
|
||||||
let isUserSupplied = !!config.credentials;
|
|
||||||
let resolvedCredentials = undefined;
|
|
||||||
Object.defineProperty(config, "credentials", {
|
|
||||||
set(credentials) {
|
|
||||||
if (credentials && credentials !== inputCredentials && credentials !== resolvedCredentials) {
|
|
||||||
isUserSupplied = true;
|
|
||||||
}
|
|
||||||
inputCredentials = credentials;
|
|
||||||
const memoizedProvider = normalizeCredentialProvider(config, {
|
|
||||||
credentials: inputCredentials,
|
|
||||||
credentialDefaultProvider: config.credentialDefaultProvider,
|
|
||||||
});
|
|
||||||
const boundProvider = bindCallerConfig(config, memoizedProvider);
|
|
||||||
if (isUserSupplied && !boundProvider.attributed) {
|
|
||||||
const isCredentialObject = typeof inputCredentials === "object" && inputCredentials !== null;
|
|
||||||
resolvedCredentials = async (options) => {
|
|
||||||
const creds = await boundProvider(options);
|
|
||||||
const attributedCreds = creds;
|
|
||||||
if (isCredentialObject && (!attributedCreds.$source || Object.keys(attributedCreds.$source).length === 0)) {
|
|
||||||
return client.setCredentialFeature(attributedCreds, "CREDENTIALS_CODE", "e");
|
|
||||||
}
|
|
||||||
return attributedCreds;
|
|
||||||
};
|
|
||||||
resolvedCredentials.memoized = boundProvider.memoized;
|
|
||||||
resolvedCredentials.configBound = boundProvider.configBound;
|
|
||||||
resolvedCredentials.attributed = true;
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
resolvedCredentials = boundProvider;
|
|
||||||
}
|
|
||||||
},
|
|
||||||
get() {
|
|
||||||
return resolvedCredentials;
|
|
||||||
},
|
|
||||||
enumerable: true,
|
|
||||||
configurable: true,
|
|
||||||
});
|
|
||||||
config.credentials = inputCredentials;
|
|
||||||
const { signingEscapePath = true, systemClockOffset = config.systemClockOffset || 0, sha256, } = config;
|
|
||||||
let signer;
|
|
||||||
if (config.signer) {
|
|
||||||
signer = core.normalizeProvider(config.signer);
|
|
||||||
}
|
|
||||||
else if (config.regionInfoProvider) {
|
|
||||||
signer = () => core.normalizeProvider(config.region)()
|
|
||||||
.then(async (region) => [
|
|
||||||
(await config.regionInfoProvider(region, {
|
|
||||||
useFipsEndpoint: await config.useFipsEndpoint(),
|
|
||||||
useDualstackEndpoint: await config.useDualstackEndpoint(),
|
|
||||||
})) || {},
|
|
||||||
region,
|
|
||||||
])
|
|
||||||
.then(([regionInfo, region]) => {
|
|
||||||
const { signingRegion, signingService } = regionInfo;
|
|
||||||
config.signingRegion = config.signingRegion || signingRegion || region;
|
|
||||||
config.signingName = config.signingName || signingService || config.serviceId;
|
|
||||||
const params = {
|
|
||||||
...config,
|
|
||||||
credentials: config.credentials,
|
|
||||||
region: config.signingRegion,
|
|
||||||
service: config.signingName,
|
|
||||||
sha256,
|
|
||||||
uriEscapePath: signingEscapePath,
|
|
||||||
};
|
|
||||||
const SignerCtor = config.signerConstructor || signatureV4.SignatureV4;
|
|
||||||
return new SignerCtor(params);
|
|
||||||
});
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
signer = async (authScheme) => {
|
|
||||||
authScheme = Object.assign({}, {
|
|
||||||
name: "sigv4",
|
|
||||||
signingName: config.signingName || config.defaultSigningName,
|
|
||||||
signingRegion: await core.normalizeProvider(config.region)(),
|
|
||||||
properties: {},
|
|
||||||
}, authScheme);
|
|
||||||
const signingRegion = authScheme.signingRegion;
|
|
||||||
const signingService = authScheme.signingName;
|
|
||||||
config.signingRegion = config.signingRegion || signingRegion;
|
|
||||||
config.signingName = config.signingName || signingService || config.serviceId;
|
|
||||||
const params = {
|
|
||||||
...config,
|
|
||||||
credentials: config.credentials,
|
|
||||||
region: config.signingRegion,
|
|
||||||
service: config.signingName,
|
|
||||||
sha256,
|
|
||||||
uriEscapePath: signingEscapePath,
|
|
||||||
};
|
|
||||||
const SignerCtor = config.signerConstructor || signatureV4.SignatureV4;
|
|
||||||
return new SignerCtor(params);
|
|
||||||
};
|
|
||||||
}
|
|
||||||
const resolvedConfig = Object.assign(config, {
|
|
||||||
systemClockOffset,
|
|
||||||
signingEscapePath,
|
|
||||||
signer,
|
|
||||||
});
|
|
||||||
return resolvedConfig;
|
|
||||||
};
|
|
||||||
const resolveAWSSDKSigV4Config = resolveAwsSdkSigV4Config;
|
|
||||||
function normalizeCredentialProvider(config, { credentials, credentialDefaultProvider, }) {
|
|
||||||
let credentialsProvider;
|
|
||||||
if (credentials) {
|
|
||||||
if (!credentials?.memoized) {
|
|
||||||
credentialsProvider = core.memoizeIdentityProvider(credentials, core.isIdentityExpired, core.doesIdentityRequireRefresh);
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
credentialsProvider = credentials;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
if (credentialDefaultProvider) {
|
|
||||||
credentialsProvider = core.normalizeProvider(credentialDefaultProvider(Object.assign({}, config, {
|
|
||||||
parentClientConfig: config,
|
|
||||||
})));
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
credentialsProvider = async () => {
|
|
||||||
throw new Error("@aws-sdk/core::resolveAwsSdkSigV4Config - `credentials` not provided and no credentialDefaultProvider was configured.");
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
|
||||||
credentialsProvider.memoized = true;
|
|
||||||
return credentialsProvider;
|
|
||||||
}
|
|
||||||
function bindCallerConfig(config, credentialsProvider) {
|
|
||||||
if (credentialsProvider.configBound) {
|
|
||||||
return credentialsProvider;
|
|
||||||
}
|
|
||||||
const fn = async (options) => credentialsProvider({ ...options, callerClientConfig: config });
|
|
||||||
fn.memoized = credentialsProvider.memoized;
|
|
||||||
fn.configBound = true;
|
|
||||||
return fn;
|
|
||||||
}
|
|
||||||
|
|
||||||
exports.AWSSDKSigV4Signer = AWSSDKSigV4Signer;
|
|
||||||
exports.AwsSdkSigV4ASigner = AwsSdkSigV4ASigner;
|
|
||||||
exports.AwsSdkSigV4Signer = AwsSdkSigV4Signer;
|
|
||||||
exports.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS = NODE_AUTH_SCHEME_PREFERENCE_OPTIONS;
|
|
||||||
exports.NODE_SIGV4A_CONFIG_OPTIONS = NODE_SIGV4A_CONFIG_OPTIONS;
|
|
||||||
exports.getBearerTokenEnvKey = getBearerTokenEnvKey;
|
|
||||||
exports.resolveAWSSDKSigV4Config = resolveAWSSDKSigV4Config;
|
|
||||||
exports.resolveAwsSdkSigV4AConfig = resolveAwsSdkSigV4AConfig;
|
|
||||||
exports.resolveAwsSdkSigV4Config = resolveAwsSdkSigV4Config;
|
|
||||||
exports.validateSigningProperties = validateSigningProperties;
|
|
||||||
|
|
||||||
|
|
||||||
/***/ }),
|
|
||||||
|
|
||||||
/***/ 998:
|
/***/ 998:
|
||||||
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
||||||
|
|
||||||
@@ -537,7 +223,7 @@ exports.SSOClient = sso.SSOClient;
|
|||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOHttpAuthSchemeProvider = exports.defaultSSOHttpAuthSchemeParametersProvider = void 0;
|
exports.resolveHttpAuthSchemeConfig = exports.defaultSSOHttpAuthSchemeProvider = exports.defaultSSOHttpAuthSchemeParametersProvider = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const httpAuthSchemes_1 = __webpack_require__(7523);
|
||||||
const util_middleware_1 = __webpack_require__(6324);
|
const util_middleware_1 = __webpack_require__(6324);
|
||||||
const defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
const defaultSSOHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
||||||
return {
|
return {
|
||||||
@@ -584,7 +270,7 @@ const defaultSSOHttpAuthSchemeProvider = (authParameters) => {
|
|||||||
};
|
};
|
||||||
exports.defaultSSOHttpAuthSchemeProvider = defaultSSOHttpAuthSchemeProvider;
|
exports.defaultSSOHttpAuthSchemeProvider = defaultSSOHttpAuthSchemeProvider;
|
||||||
const resolveHttpAuthSchemeConfig = (config) => {
|
const resolveHttpAuthSchemeConfig = (config) => {
|
||||||
const config_0 = (0, core_1.resolveAwsSdkSigV4Config)(config);
|
const config_0 = (0, httpAuthSchemes_1.resolveAwsSdkSigV4Config)(config);
|
||||||
return Object.assign(config_0, {
|
return Object.assign(config_0, {
|
||||||
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
authSchemePreference: (0, util_middleware_1.normalizeProvider)(config.authSchemePreference ?? []),
|
||||||
});
|
});
|
||||||
@@ -989,7 +675,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const tslib_1 = __webpack_require__(1860);
|
const tslib_1 = __webpack_require__(1860);
|
||||||
const package_json_1 = tslib_1.__importDefault(__webpack_require__(9955));
|
const package_json_1 = tslib_1.__importDefault(__webpack_require__(9955));
|
||||||
const core_1 = __webpack_require__(8704);
|
const client_1 = __webpack_require__(5152);
|
||||||
|
const httpAuthSchemes_1 = __webpack_require__(7523);
|
||||||
const util_user_agent_node_1 = __webpack_require__(1656);
|
const util_user_agent_node_1 = __webpack_require__(1656);
|
||||||
const config_resolver_1 = __webpack_require__(9316);
|
const config_resolver_1 = __webpack_require__(9316);
|
||||||
const hash_node_1 = __webpack_require__(2711);
|
const hash_node_1 = __webpack_require__(2711);
|
||||||
@@ -1006,7 +693,7 @@ const getRuntimeConfig = (config) => {
|
|||||||
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
|
||||||
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
|
||||||
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
|
||||||
(0, core_1.emitWarningIfUnsupportedVersion)(process.version);
|
(0, client_1.emitWarningIfUnsupportedVersion)(process.version);
|
||||||
const loaderConfig = {
|
const loaderConfig = {
|
||||||
profile: config?.profile,
|
profile: config?.profile,
|
||||||
logger: clientSharedValues.logger,
|
logger: clientSharedValues.logger,
|
||||||
@@ -1016,7 +703,7 @@ const getRuntimeConfig = (config) => {
|
|||||||
...config,
|
...config,
|
||||||
runtime: "node",
|
runtime: "node",
|
||||||
defaultsMode,
|
defaultsMode,
|
||||||
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(httpAuthSchemes_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
|
||||||
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
||||||
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
||||||
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
(0, util_user_agent_node_1.createDefaultUserAgentProvider)({ serviceId: clientSharedValues.serviceId, clientVersion: package_json_1.default.version }),
|
||||||
@@ -1047,9 +734,9 @@ exports.getRuntimeConfig = getRuntimeConfig;
|
|||||||
|
|
||||||
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
||||||
exports.getRuntimeConfig = void 0;
|
exports.getRuntimeConfig = void 0;
|
||||||
const core_1 = __webpack_require__(8704);
|
const httpAuthSchemes_1 = __webpack_require__(7523);
|
||||||
const protocols_1 = __webpack_require__(7288);
|
const protocols_1 = __webpack_require__(7288);
|
||||||
const core_2 = __webpack_require__(402);
|
const core_1 = __webpack_require__(402);
|
||||||
const smithy_client_1 = __webpack_require__(1411);
|
const smithy_client_1 = __webpack_require__(1411);
|
||||||
const url_parser_1 = __webpack_require__(4494);
|
const url_parser_1 = __webpack_require__(4494);
|
||||||
const util_base64_1 = __webpack_require__(8385);
|
const util_base64_1 = __webpack_require__(8385);
|
||||||
@@ -1070,12 +757,12 @@ const getRuntimeConfig = (config) => {
|
|||||||
{
|
{
|
||||||
schemeId: "aws.auth#sigv4",
|
schemeId: "aws.auth#sigv4",
|
||||||
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4"),
|
||||||
signer: new core_1.AwsSdkSigV4Signer(),
|
signer: new httpAuthSchemes_1.AwsSdkSigV4Signer(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
schemeId: "smithy.api#noAuth",
|
schemeId: "smithy.api#noAuth",
|
||||||
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
identityProvider: (ipc) => ipc.getIdentityProvider("smithy.api#noAuth") || (async () => ({})),
|
||||||
signer: new core_2.NoAuthSigner(),
|
signer: new core_1.NoAuthSigner(),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
||||||
@@ -1361,7 +1048,7 @@ exports.nodeProvider = nodeProvider;
|
|||||||
/***/ 9955:
|
/***/ 9955:
|
||||||
/***/ ((module) => {
|
/***/ ((module) => {
|
||||||
|
|
||||||
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.996.3","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.15","@aws-sdk/middleware-host-header":"^3.972.6","@aws-sdk/middleware-logger":"^3.972.6","@aws-sdk/middleware-recursion-detection":"^3.972.6","@aws-sdk/middleware-user-agent":"^3.972.15","@aws-sdk/region-config-resolver":"^3.972.6","@aws-sdk/types":"^3.973.4","@aws-sdk/util-endpoints":"^3.996.3","@aws-sdk/util-user-agent-browser":"^3.972.6","@aws-sdk/util-user-agent-node":"^3.973.0","@smithy/config-resolver":"^4.4.9","@smithy/core":"^3.23.6","@smithy/fetch-http-handler":"^5.3.11","@smithy/hash-node":"^4.2.10","@smithy/invalid-dependency":"^4.2.10","@smithy/middleware-content-length":"^4.2.10","@smithy/middleware-endpoint":"^4.4.20","@smithy/middleware-retry":"^4.4.37","@smithy/middleware-serde":"^4.2.11","@smithy/middleware-stack":"^4.2.10","@smithy/node-config-provider":"^4.3.10","@smithy/node-http-handler":"^4.4.12","@smithy/protocol-http":"^5.3.10","@smithy/smithy-client":"^4.12.0","@smithy/types":"^4.13.0","@smithy/url-parser":"^4.2.10","@smithy/util-base64":"^4.3.1","@smithy/util-body-length-browser":"^4.2.1","@smithy/util-body-length-node":"^4.2.2","@smithy/util-defaults-mode-browser":"^4.3.36","@smithy/util-defaults-mode-node":"^4.2.39","@smithy/util-endpoints":"^3.3.1","@smithy/util-middleware":"^4.2.10","@smithy/util-retry":"^4.2.10","@smithy/util-utf8":"^4.2.1","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":["./cognito-identity.d.ts","./cognito-identity.js","./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sso.d.ts","./sso.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"},"./cognito-identity":{"types":"./dist-types/submodules/cognito-identity/index.d.ts","module":"./dist-es/submodules/cognito-identity/index.js","node":"./dist-cjs/submodules/cognito-identity/index.js","import":"./dist-es/submodules/cognito-identity/index.js","require":"./dist-cjs/submodules/cognito-identity/index.js"},"./sso":{"types":"./dist-types/submodules/sso/index.d.ts","module":"./dist-es/submodules/sso/index.js","node":"./dist-cjs/submodules/sso/index.js","import":"./dist-es/submodules/sso/index.js","require":"./dist-cjs/submodules/sso/index.js"}}}');
|
module.exports = /*#__PURE__*/JSON.parse('{"name":"@aws-sdk/nested-clients","version":"3.996.18","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.26","@aws-sdk/middleware-host-header":"^3.972.8","@aws-sdk/middleware-logger":"^3.972.8","@aws-sdk/middleware-recursion-detection":"^3.972.9","@aws-sdk/middleware-user-agent":"^3.972.28","@aws-sdk/region-config-resolver":"^3.972.10","@aws-sdk/types":"^3.973.6","@aws-sdk/util-endpoints":"^3.996.5","@aws-sdk/util-user-agent-browser":"^3.972.8","@aws-sdk/util-user-agent-node":"^3.973.14","@smithy/config-resolver":"^4.4.13","@smithy/core":"^3.23.13","@smithy/fetch-http-handler":"^5.3.15","@smithy/hash-node":"^4.2.12","@smithy/invalid-dependency":"^4.2.12","@smithy/middleware-content-length":"^4.2.12","@smithy/middleware-endpoint":"^4.4.28","@smithy/middleware-retry":"^4.4.46","@smithy/middleware-serde":"^4.2.16","@smithy/middleware-stack":"^4.2.12","@smithy/node-config-provider":"^4.3.12","@smithy/node-http-handler":"^4.5.1","@smithy/protocol-http":"^5.3.12","@smithy/smithy-client":"^4.12.8","@smithy/types":"^4.13.1","@smithy/url-parser":"^4.2.12","@smithy/util-base64":"^4.3.2","@smithy/util-body-length-browser":"^4.2.2","@smithy/util-body-length-node":"^4.2.3","@smithy/util-defaults-mode-browser":"^4.3.44","@smithy/util-defaults-mode-node":"^4.2.48","@smithy/util-endpoints":"^3.3.3","@smithy/util-middleware":"^4.2.12","@smithy/util-retry":"^4.2.13","@smithy/util-utf8":"^4.2.2","tslib":"^2.6.2"},"devDependencies":{"concurrently":"7.0.0","downlevel-dts":"0.10.1","premove":"4.0.0","typescript":"~5.8.3"},"typesVersions":{"<4.5":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["./cognito-identity.d.ts","./cognito-identity.js","./signin.d.ts","./signin.js","./sso-oidc.d.ts","./sso-oidc.js","./sso.d.ts","./sso.js","./sts.d.ts","./sts.js","dist-*/**"],"browser":{"./dist-es/submodules/cognito-identity/runtimeConfig":"./dist-es/submodules/cognito-identity/runtimeConfig.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/sso/runtimeConfig":"./dist-es/submodules/sso/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"},"./cognito-identity":{"types":"./dist-types/submodules/cognito-identity/index.d.ts","module":"./dist-es/submodules/cognito-identity/index.js","node":"./dist-cjs/submodules/cognito-identity/index.js","import":"./dist-es/submodules/cognito-identity/index.js","require":"./dist-cjs/submodules/cognito-identity/index.js"},"./sso":{"types":"./dist-types/submodules/sso/index.d.ts","module":"./dist-es/submodules/sso/index.js","node":"./dist-cjs/submodules/sso/index.js","import":"./dist-es/submodules/sso/index.js","require":"./dist-cjs/submodules/sso/index.js"}}}');
|
||||||
|
|
||||||
/***/ })
|
/***/ })
|
||||||
|
|
||||||
|
|||||||
2
dist/998.index.js.map
generated
vendored
2
dist/998.index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
16
dist/index.js
generated
vendored
16
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
204
dist/licenses.txt
generated
vendored
204
dist/licenses.txt
generated
vendored
@@ -1,207 +1,3 @@
|
|||||||
@aws-sdk/core
|
|
||||||
Apache-2.0
|
|
||||||
Apache License
|
|
||||||
Version 2.0, January 2004
|
|
||||||
http://www.apache.org/licenses/
|
|
||||||
|
|
||||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
||||||
|
|
||||||
1. Definitions.
|
|
||||||
|
|
||||||
"License" shall mean the terms and conditions for use, reproduction,
|
|
||||||
and distribution as defined by Sections 1 through 9 of this document.
|
|
||||||
|
|
||||||
"Licensor" shall mean the copyright owner or entity authorized by
|
|
||||||
the copyright owner that is granting the License.
|
|
||||||
|
|
||||||
"Legal Entity" shall mean the union of the acting entity and all
|
|
||||||
other entities that control, are controlled by, or are under common
|
|
||||||
control with that entity. For the purposes of this definition,
|
|
||||||
"control" means (i) the power, direct or indirect, to cause the
|
|
||||||
direction or management of such entity, whether by contract or
|
|
||||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
||||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
||||||
|
|
||||||
"You" (or "Your") shall mean an individual or Legal Entity
|
|
||||||
exercising permissions granted by this License.
|
|
||||||
|
|
||||||
"Source" form shall mean the preferred form for making modifications,
|
|
||||||
including but not limited to software source code, documentation
|
|
||||||
source, and configuration files.
|
|
||||||
|
|
||||||
"Object" form shall mean any form resulting from mechanical
|
|
||||||
transformation or translation of a Source form, including but
|
|
||||||
not limited to compiled object code, generated documentation,
|
|
||||||
and conversions to other media types.
|
|
||||||
|
|
||||||
"Work" shall mean the work of authorship, whether in Source or
|
|
||||||
Object form, made available under the License, as indicated by a
|
|
||||||
copyright notice that is included in or attached to the work
|
|
||||||
(an example is provided in the Appendix below).
|
|
||||||
|
|
||||||
"Derivative Works" shall mean any work, whether in Source or Object
|
|
||||||
form, that is based on (or derived from) the Work and for which the
|
|
||||||
editorial revisions, annotations, elaborations, or other modifications
|
|
||||||
represent, as a whole, an original work of authorship. For the purposes
|
|
||||||
of this License, Derivative Works shall not include works that remain
|
|
||||||
separable from, or merely link (or bind by name) to the interfaces of,
|
|
||||||
the Work and Derivative Works thereof.
|
|
||||||
|
|
||||||
"Contribution" shall mean any work of authorship, including
|
|
||||||
the original version of the Work and any modifications or additions
|
|
||||||
to that Work or Derivative Works thereof, that is intentionally
|
|
||||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
||||||
or by an individual or Legal Entity authorized to submit on behalf of
|
|
||||||
the copyright owner. For the purposes of this definition, "submitted"
|
|
||||||
means any form of electronic, verbal, or written communication sent
|
|
||||||
to the Licensor or its representatives, including but not limited to
|
|
||||||
communication on electronic mailing lists, source code control systems,
|
|
||||||
and issue tracking systems that are managed by, or on behalf of, the
|
|
||||||
Licensor for the purpose of discussing and improving the Work, but
|
|
||||||
excluding communication that is conspicuously marked or otherwise
|
|
||||||
designated in writing by the copyright owner as "Not a Contribution."
|
|
||||||
|
|
||||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
||||||
on behalf of whom a Contribution has been received by Licensor and
|
|
||||||
subsequently incorporated within the Work.
|
|
||||||
|
|
||||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
||||||
this License, each Contributor hereby grants to You a perpetual,
|
|
||||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
||||||
copyright license to reproduce, prepare Derivative Works of,
|
|
||||||
publicly display, publicly perform, sublicense, and distribute the
|
|
||||||
Work and such Derivative Works in Source or Object form.
|
|
||||||
|
|
||||||
3. Grant of Patent License. Subject to the terms and conditions of
|
|
||||||
this License, each Contributor hereby grants to You a perpetual,
|
|
||||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
||||||
(except as stated in this section) patent license to make, have made,
|
|
||||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
||||||
where such license applies only to those patent claims licensable
|
|
||||||
by such Contributor that are necessarily infringed by their
|
|
||||||
Contribution(s) alone or by combination of their Contribution(s)
|
|
||||||
with the Work to which such Contribution(s) was submitted. If You
|
|
||||||
institute patent litigation against any entity (including a
|
|
||||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
||||||
or a Contribution incorporated within the Work constitutes direct
|
|
||||||
or contributory patent infringement, then any patent licenses
|
|
||||||
granted to You under this License for that Work shall terminate
|
|
||||||
as of the date such litigation is filed.
|
|
||||||
|
|
||||||
4. Redistribution. You may reproduce and distribute copies of the
|
|
||||||
Work or Derivative Works thereof in any medium, with or without
|
|
||||||
modifications, and in Source or Object form, provided that You
|
|
||||||
meet the following conditions:
|
|
||||||
|
|
||||||
(a) You must give any other recipients of the Work or
|
|
||||||
Derivative Works a copy of this License; and
|
|
||||||
|
|
||||||
(b) You must cause any modified files to carry prominent notices
|
|
||||||
stating that You changed the files; and
|
|
||||||
|
|
||||||
(c) You must retain, in the Source form of any Derivative Works
|
|
||||||
that You distribute, all copyright, patent, trademark, and
|
|
||||||
attribution notices from the Source form of the Work,
|
|
||||||
excluding those notices that do not pertain to any part of
|
|
||||||
the Derivative Works; and
|
|
||||||
|
|
||||||
(d) If the Work includes a "NOTICE" text file as part of its
|
|
||||||
distribution, then any Derivative Works that You distribute must
|
|
||||||
include a readable copy of the attribution notices contained
|
|
||||||
within such NOTICE file, excluding those notices that do not
|
|
||||||
pertain to any part of the Derivative Works, in at least one
|
|
||||||
of the following places: within a NOTICE text file distributed
|
|
||||||
as part of the Derivative Works; within the Source form or
|
|
||||||
documentation, if provided along with the Derivative Works; or,
|
|
||||||
within a display generated by the Derivative Works, if and
|
|
||||||
wherever such third-party notices normally appear. The contents
|
|
||||||
of the NOTICE file are for informational purposes only and
|
|
||||||
do not modify the License. You may add Your own attribution
|
|
||||||
notices within Derivative Works that You distribute, alongside
|
|
||||||
or as an addendum to the NOTICE text from the Work, provided
|
|
||||||
that such additional attribution notices cannot be construed
|
|
||||||
as modifying the License.
|
|
||||||
|
|
||||||
You may add Your own copyright statement to Your modifications and
|
|
||||||
may provide additional or different license terms and conditions
|
|
||||||
for use, reproduction, or distribution of Your modifications, or
|
|
||||||
for any such Derivative Works as a whole, provided Your use,
|
|
||||||
reproduction, and distribution of the Work otherwise complies with
|
|
||||||
the conditions stated in this License.
|
|
||||||
|
|
||||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
||||||
any Contribution intentionally submitted for inclusion in the Work
|
|
||||||
by You to the Licensor shall be under the terms and conditions of
|
|
||||||
this License, without any additional terms or conditions.
|
|
||||||
Notwithstanding the above, nothing herein shall supersede or modify
|
|
||||||
the terms of any separate license agreement you may have executed
|
|
||||||
with Licensor regarding such Contributions.
|
|
||||||
|
|
||||||
6. Trademarks. This License does not grant permission to use the trade
|
|
||||||
names, trademarks, service marks, or product names of the Licensor,
|
|
||||||
except as required for reasonable and customary use in describing the
|
|
||||||
origin of the Work and reproducing the content of the NOTICE file.
|
|
||||||
|
|
||||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
||||||
agreed to in writing, Licensor provides the Work (and each
|
|
||||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
||||||
implied, including, without limitation, any warranties or conditions
|
|
||||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
||||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
||||||
appropriateness of using or redistributing the Work and assume any
|
|
||||||
risks associated with Your exercise of permissions under this License.
|
|
||||||
|
|
||||||
8. Limitation of Liability. In no event and under no legal theory,
|
|
||||||
whether in tort (including negligence), contract, or otherwise,
|
|
||||||
unless required by applicable law (such as deliberate and grossly
|
|
||||||
negligent acts) or agreed to in writing, shall any Contributor be
|
|
||||||
liable to You for damages, including any direct, indirect, special,
|
|
||||||
incidental, or consequential damages of any character arising as a
|
|
||||||
result of this License or out of the use or inability to use the
|
|
||||||
Work (including but not limited to damages for loss of goodwill,
|
|
||||||
work stoppage, computer failure or malfunction, or any and all
|
|
||||||
other commercial damages or losses), even if such Contributor
|
|
||||||
has been advised of the possibility of such damages.
|
|
||||||
|
|
||||||
9. Accepting Warranty or Additional Liability. While redistributing
|
|
||||||
the Work or Derivative Works thereof, You may choose to offer,
|
|
||||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
||||||
or other liability obligations and/or rights consistent with this
|
|
||||||
License. However, in accepting such obligations, You may act only
|
|
||||||
on Your own behalf and on Your sole responsibility, not on behalf
|
|
||||||
of any other Contributor, and only if You agree to indemnify,
|
|
||||||
defend, and hold each Contributor harmless for any liability
|
|
||||||
incurred by, or claims asserted against, such Contributor by reason
|
|
||||||
of your accepting any such warranty or additional liability.
|
|
||||||
|
|
||||||
END OF TERMS AND CONDITIONS
|
|
||||||
|
|
||||||
APPENDIX: How to apply the Apache License to your work.
|
|
||||||
|
|
||||||
To apply the Apache License to your work, attach the following
|
|
||||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
||||||
replaced with your own identifying information. (Don't include
|
|
||||||
the brackets!) The text should be enclosed in the appropriate
|
|
||||||
comment syntax for the file format. We also recommend that a
|
|
||||||
file or class name and description of purpose be included on the
|
|
||||||
same "printed page" as the copyright notice for easier
|
|
||||||
identification within third-party archives.
|
|
||||||
|
|
||||||
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
|
|
||||||
@aws-sdk/credential-provider-http
|
@aws-sdk/credential-provider-http
|
||||||
Apache-2.0
|
Apache-2.0
|
||||||
|
|
||||||
|
|||||||
@@ -23,8 +23,8 @@
|
|||||||
"packageManager": "yarn@4.9.2",
|
"packageManager": "yarn@4.9.2",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^3.0.0",
|
"@actions/core": "^3.0.0",
|
||||||
"@aws-sdk/client-ecr": "^3.1000.0",
|
"@aws-sdk/client-ecr": "^3.1020.0",
|
||||||
"@aws-sdk/client-ecr-public": "^3.1000.0",
|
"@aws-sdk/client-ecr-public": "^3.1020.0",
|
||||||
"@docker/actions-toolkit": "^0.86.0",
|
"@docker/actions-toolkit": "^0.86.0",
|
||||||
"http-proxy-agent": "^8.0.0",
|
"http-proxy-agent": "^8.0.0",
|
||||||
"https-proxy-agent": "^8.0.0",
|
"https-proxy-agent": "^8.0.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user