From 8e373defe985a7c1767b8f36c12ff334bbe8587c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 5 Sep 2023 21:59:32 +0000 Subject: [PATCH] chore: Update dist --- dist/cleanup/index.js | 2857 ++++++++++++++++++++++------------------- dist/index.js | 215 +++- 2 files changed, 1707 insertions(+), 1365 deletions(-) diff --git a/dist/cleanup/index.js b/dist/cleanup/index.js index d5105a2..228b19c 100644 --- a/dist/cleanup/index.js +++ b/dist/cleanup/index.js @@ -1,7 +1,7 @@ /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ -/***/ 7351: +/***/ 87351: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -27,7 +27,7 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.issue = exports.issueCommand = void 0; -const os = __importStar(__nccwpck_require__(2037)); +const os = __importStar(__nccwpck_require__(22037)); const utils_1 = __nccwpck_require__(5278); /** * Commands @@ -100,7 +100,7 @@ function escapeProperty(s) { /***/ }), -/***/ 2186: +/***/ 42186: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -135,12 +135,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getIDToken = exports.getState = exports.saveState = exports.group = exports.endGroup = exports.startGroup = exports.info = exports.notice = exports.warning = exports.error = exports.debug = exports.isDebug = exports.setFailed = exports.setCommandEcho = exports.setOutput = exports.getBooleanInput = exports.getMultilineInput = exports.getInput = exports.addPath = exports.setSecret = exports.exportVariable = exports.ExitCode = void 0; -const command_1 = __nccwpck_require__(7351); +const command_1 = __nccwpck_require__(87351); const file_command_1 = __nccwpck_require__(717); const utils_1 = __nccwpck_require__(5278); -const os = __importStar(__nccwpck_require__(2037)); -const path = __importStar(__nccwpck_require__(1017)); -const oidc_utils_1 = __nccwpck_require__(8041); +const os = __importStar(__nccwpck_require__(22037)); +const path = __importStar(__nccwpck_require__(71017)); +const oidc_utils_1 = __nccwpck_require__(98041); /** * The code to exit an action */ @@ -425,12 +425,12 @@ exports.getIDToken = getIDToken; /** * Summary exports */ -var summary_1 = __nccwpck_require__(1327); +var summary_1 = __nccwpck_require__(81327); Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } })); /** * @deprecated use core.summary */ -var summary_2 = __nccwpck_require__(1327); +var summary_2 = __nccwpck_require__(81327); Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } })); /** * Path exports @@ -472,9 +472,9 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; // We use any as a valid input type /* eslint-disable @typescript-eslint/no-explicit-any */ -const fs = __importStar(__nccwpck_require__(7147)); -const os = __importStar(__nccwpck_require__(2037)); -const uuid_1 = __nccwpck_require__(5840); +const fs = __importStar(__nccwpck_require__(57147)); +const os = __importStar(__nccwpck_require__(22037)); +const uuid_1 = __nccwpck_require__(75840); const utils_1 = __nccwpck_require__(5278); function issueFileCommand(command, message) { const filePath = process.env[`GITHUB_${command}`]; @@ -508,7 +508,7 @@ exports.prepareKeyValueMessage = prepareKeyValueMessage; /***/ }), -/***/ 8041: +/***/ 98041: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -524,9 +524,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.OidcClient = void 0; -const http_client_1 = __nccwpck_require__(6255); -const auth_1 = __nccwpck_require__(5526); -const core_1 = __nccwpck_require__(2186); +const http_client_1 = __nccwpck_require__(96255); +const auth_1 = __nccwpck_require__(35526); +const core_1 = __nccwpck_require__(42186); class OidcClient { static createHttpClient(allowRetry = true, maxRetry = 10) { const requestOptions = { @@ -618,7 +618,7 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toPlatformPath = exports.toWin32Path = exports.toPosixPath = void 0; -const path = __importStar(__nccwpck_require__(1017)); +const path = __importStar(__nccwpck_require__(71017)); /** * toPosixPath converts the given path to the posix form. On Windows, \\ will be * replaced with /. @@ -657,7 +657,7 @@ exports.toPlatformPath = toPlatformPath; /***/ }), -/***/ 1327: +/***/ 81327: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -673,8 +673,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.summary = exports.markdownSummary = exports.SUMMARY_DOCS_URL = exports.SUMMARY_ENV_VAR = void 0; -const os_1 = __nccwpck_require__(2037); -const fs_1 = __nccwpck_require__(7147); +const os_1 = __nccwpck_require__(22037); +const fs_1 = __nccwpck_require__(57147); const { access, appendFile, writeFile } = fs_1.promises; exports.SUMMARY_ENV_VAR = 'GITHUB_STEP_SUMMARY'; exports.SUMMARY_DOCS_URL = 'https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary'; @@ -994,7 +994,7 @@ exports.toCommandProperties = toCommandProperties; /***/ }), -/***/ 5526: +/***/ 35526: /***/ (function(__unused_webpack_module, exports) { "use strict"; @@ -1082,7 +1082,7 @@ exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHand /***/ }), -/***/ 6255: +/***/ 96255: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1118,10 +1118,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.HttpClient = exports.isHttps = exports.HttpClientResponse = exports.HttpClientError = exports.getProxyUrl = exports.MediaTypes = exports.Headers = exports.HttpCodes = void 0; -const http = __importStar(__nccwpck_require__(3685)); -const https = __importStar(__nccwpck_require__(5687)); -const pm = __importStar(__nccwpck_require__(9835)); -const tunnel = __importStar(__nccwpck_require__(4294)); +const http = __importStar(__nccwpck_require__(13685)); +const https = __importStar(__nccwpck_require__(95687)); +const pm = __importStar(__nccwpck_require__(19835)); +const tunnel = __importStar(__nccwpck_require__(74294)); var HttpCodes; (function (HttpCodes) { HttpCodes[HttpCodes["OK"] = 200] = "OK"; @@ -1707,7 +1707,7 @@ const lowercaseKeys = (obj) => Object.keys(obj).reduce((c, k) => ((c[k.toLowerCa /***/ }), -/***/ 9835: +/***/ 19835: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -1796,7 +1796,7 @@ function isLoopbackAddress(host) { /***/ }), -/***/ 2374: +/***/ 32374: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -1806,8 +1806,8 @@ function isLoopbackAddress(host) { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AwsCrc32 = void 0; var tslib_1 = __nccwpck_require__(5066); -var util_1 = __nccwpck_require__(1236); -var index_1 = __nccwpck_require__(7327); +var util_1 = __nccwpck_require__(41236); +var index_1 = __nccwpck_require__(47327); var AwsCrc32 = /** @class */ (function () { function AwsCrc32() { this.crc32 = new index_1.Crc32(); @@ -1834,7 +1834,7 @@ exports.AwsCrc32 = AwsCrc32; /***/ }), -/***/ 7327: +/***/ 47327: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -1842,7 +1842,7 @@ exports.AwsCrc32 = AwsCrc32; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AwsCrc32 = exports.Crc32 = exports.crc32 = void 0; var tslib_1 = __nccwpck_require__(5066); -var util_1 = __nccwpck_require__(1236); +var util_1 = __nccwpck_require__(41236); function crc32(data) { return new Crc32().update(data).digest(); } @@ -1943,7 +1943,7 @@ var a_lookUpTable = [ 0xB40BBE37, 0xC30C8EA1, 0x5A05DF1B, 0x2D02EF8D, ]; var lookupTable = (0, util_1.uint32ArrayFrom)(a_lookUpTable); -var aws_crc32_1 = __nccwpck_require__(2374); +var aws_crc32_1 = __nccwpck_require__(32374); Object.defineProperty(exports, "AwsCrc32", ({ enumerable: true, get: function () { return aws_crc32_1.AwsCrc32; } })); //# sourceMappingURL=index.js.map @@ -2240,7 +2240,7 @@ var __createBinding; /***/ }), -/***/ 3228: +/***/ 43228: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -2249,7 +2249,7 @@ var __createBinding; // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", ({ value: true })); exports.convertToBuffer = void 0; -var util_utf8_browser_1 = __nccwpck_require__(8172); +var util_utf8_browser_1 = __nccwpck_require__(28172); // Quick polyfill var fromUtf8 = typeof Buffer !== "undefined" && Buffer.from ? function (input) { return Buffer.from(input, "utf8"); } @@ -2271,7 +2271,7 @@ exports.convertToBuffer = convertToBuffer; /***/ }), -/***/ 1236: +/***/ 41236: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -2280,19 +2280,19 @@ exports.convertToBuffer = convertToBuffer; // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", ({ value: true })); exports.uint32ArrayFrom = exports.numToUint8 = exports.isEmptyData = exports.convertToBuffer = void 0; -var convertToBuffer_1 = __nccwpck_require__(3228); +var convertToBuffer_1 = __nccwpck_require__(43228); Object.defineProperty(exports, "convertToBuffer", ({ enumerable: true, get: function () { return convertToBuffer_1.convertToBuffer; } })); -var isEmptyData_1 = __nccwpck_require__(8275); +var isEmptyData_1 = __nccwpck_require__(18275); Object.defineProperty(exports, "isEmptyData", ({ enumerable: true, get: function () { return isEmptyData_1.isEmptyData; } })); -var numToUint8_1 = __nccwpck_require__(3775); +var numToUint8_1 = __nccwpck_require__(93775); Object.defineProperty(exports, "numToUint8", ({ enumerable: true, get: function () { return numToUint8_1.numToUint8; } })); -var uint32ArrayFrom_1 = __nccwpck_require__(9404); +var uint32ArrayFrom_1 = __nccwpck_require__(39404); Object.defineProperty(exports, "uint32ArrayFrom", ({ enumerable: true, get: function () { return uint32ArrayFrom_1.uint32ArrayFrom; } })); //# sourceMappingURL=index.js.map /***/ }), -/***/ 8275: +/***/ 18275: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -2312,7 +2312,7 @@ exports.isEmptyData = isEmptyData; /***/ }), -/***/ 3775: +/***/ 93775: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -2334,7 +2334,7 @@ exports.numToUint8 = numToUint8; /***/ }), -/***/ 9404: +/***/ 39404: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -2361,19 +2361,19 @@ exports.uint32ArrayFrom = uint32ArrayFrom; /***/ }), -/***/ 9838: +/***/ 69838: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSO = void 0; -const smithy_client_1 = __nccwpck_require__(3570); -const GetRoleCredentialsCommand_1 = __nccwpck_require__(8972); +const smithy_client_1 = __nccwpck_require__(63570); +const GetRoleCredentialsCommand_1 = __nccwpck_require__(18972); const ListAccountRolesCommand_1 = __nccwpck_require__(1513); -const ListAccountsCommand_1 = __nccwpck_require__(5009); -const LogoutCommand_1 = __nccwpck_require__(2586); -const SSOClient_1 = __nccwpck_require__(1057); +const ListAccountsCommand_1 = __nccwpck_require__(64296); +const LogoutCommand_1 = __nccwpck_require__(12586); +const SSOClient_1 = __nccwpck_require__(71057); const commands = { GetRoleCredentialsCommand: GetRoleCredentialsCommand_1.GetRoleCredentialsCommand, ListAccountRolesCommand: ListAccountRolesCommand_1.ListAccountRolesCommand, @@ -2388,25 +2388,26 @@ exports.SSO = SSO; /***/ }), -/***/ 1057: +/***/ 71057: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSOClient = exports.__Client = void 0; -const middleware_host_header_1 = __nccwpck_require__(2545); -const middleware_logger_1 = __nccwpck_require__(14); -const middleware_recursion_detection_1 = __nccwpck_require__(5525); -const middleware_user_agent_1 = __nccwpck_require__(4688); -const config_resolver_1 = __nccwpck_require__(3098); -const middleware_content_length_1 = __nccwpck_require__(2800); -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_retry_1 = __nccwpck_require__(6039); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_host_header_1 = __nccwpck_require__(22545); +const middleware_logger_1 = __nccwpck_require__(20014); +const middleware_recursion_detection_1 = __nccwpck_require__(85525); +const middleware_user_agent_1 = __nccwpck_require__(64688); +const config_resolver_1 = __nccwpck_require__(53098); +const middleware_content_length_1 = __nccwpck_require__(82800); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_retry_1 = __nccwpck_require__(96039); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "__Client", ({ enumerable: true, get: function () { return smithy_client_1.Client; } })); -const EndpointParameters_1 = __nccwpck_require__(4214); -const runtimeConfig_1 = __nccwpck_require__(9756); +const EndpointParameters_1 = __nccwpck_require__(34214); +const runtimeConfig_1 = __nccwpck_require__(19756); +const runtimeExtensions_1 = __nccwpck_require__(63398); class SSOClient extends smithy_client_1.Client { constructor(...[configuration]) { const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {}); @@ -2416,8 +2417,9 @@ class SSOClient extends smithy_client_1.Client { const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3); const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4); const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5); - super(_config_6); - this.config = _config_6; + const _config_7 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_6, configuration?.extensions || []); + super(_config_7); + this.config = _config_7; this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config)); this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config)); this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config)); @@ -2434,19 +2436,19 @@ exports.SSOClient = SSOClient; /***/ }), -/***/ 8972: +/***/ 18972: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetRoleCredentialsCommand = exports.$Command = void 0; -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_serde_1 = __nccwpck_require__(1238); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_serde_1 = __nccwpck_require__(81238); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "$Command", ({ enumerable: true, get: function () { return smithy_client_1.Command; } })); -const models_0_1 = __nccwpck_require__(6390); -const Aws_restJson1_1 = __nccwpck_require__(8507); +const models_0_1 = __nccwpck_require__(66390); +const Aws_restJson1_1 = __nccwpck_require__(98507); class GetRoleCredentialsCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -2496,12 +2498,12 @@ exports.GetRoleCredentialsCommand = GetRoleCredentialsCommand; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListAccountRolesCommand = exports.$Command = void 0; -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_serde_1 = __nccwpck_require__(1238); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_serde_1 = __nccwpck_require__(81238); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "$Command", ({ enumerable: true, get: function () { return smithy_client_1.Command; } })); -const models_0_1 = __nccwpck_require__(6390); -const Aws_restJson1_1 = __nccwpck_require__(8507); +const models_0_1 = __nccwpck_require__(66390); +const Aws_restJson1_1 = __nccwpck_require__(98507); class ListAccountRolesCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -2544,19 +2546,19 @@ exports.ListAccountRolesCommand = ListAccountRolesCommand; /***/ }), -/***/ 5009: +/***/ 64296: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListAccountsCommand = exports.$Command = void 0; -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_serde_1 = __nccwpck_require__(1238); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_serde_1 = __nccwpck_require__(81238); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "$Command", ({ enumerable: true, get: function () { return smithy_client_1.Command; } })); -const models_0_1 = __nccwpck_require__(6390); -const Aws_restJson1_1 = __nccwpck_require__(8507); +const models_0_1 = __nccwpck_require__(66390); +const Aws_restJson1_1 = __nccwpck_require__(98507); class ListAccountsCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -2599,19 +2601,19 @@ exports.ListAccountsCommand = ListAccountsCommand; /***/ }), -/***/ 2586: +/***/ 12586: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.LogoutCommand = exports.$Command = void 0; -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_serde_1 = __nccwpck_require__(1238); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_serde_1 = __nccwpck_require__(81238); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "$Command", ({ enumerable: true, get: function () { return smithy_client_1.Command; } })); -const models_0_1 = __nccwpck_require__(6390); -const Aws_restJson1_1 = __nccwpck_require__(8507); +const models_0_1 = __nccwpck_require__(66390); +const Aws_restJson1_1 = __nccwpck_require__(98507); class LogoutCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -2654,22 +2656,22 @@ exports.LogoutCommand = LogoutCommand; /***/ }), -/***/ 5706: +/***/ 65706: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(8972), exports); +tslib_1.__exportStar(__nccwpck_require__(18972), exports); tslib_1.__exportStar(__nccwpck_require__(1513), exports); -tslib_1.__exportStar(__nccwpck_require__(5009), exports); -tslib_1.__exportStar(__nccwpck_require__(2586), exports); +tslib_1.__exportStar(__nccwpck_require__(64296), exports); +tslib_1.__exportStar(__nccwpck_require__(12586), exports); /***/ }), -/***/ 4214: +/***/ 34214: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -2689,15 +2691,15 @@ exports.resolveClientEndpointParameters = resolveClientEndpointParameters; /***/ }), -/***/ 898: +/***/ 30898: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultEndpointResolver = void 0; -const util_endpoints_1 = __nccwpck_require__(3350); -const ruleset_1 = __nccwpck_require__(3341); +const util_endpoints_1 = __nccwpck_require__(13350); +const ruleset_1 = __nccwpck_require__(13341); const defaultEndpointResolver = (endpointParams, context = {}) => { return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, { endpointParams: endpointParams, @@ -2709,7 +2711,7 @@ exports.defaultEndpointResolver = defaultEndpointResolver; /***/ }), -/***/ 3341: +/***/ 13341: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -2724,7 +2726,7 @@ exports.ruleSet = _data; /***/ }), -/***/ 8197: +/***/ 82666: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -2732,25 +2734,25 @@ exports.ruleSet = _data; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSOServiceException = void 0; const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(1057), exports); -tslib_1.__exportStar(__nccwpck_require__(9838), exports); -tslib_1.__exportStar(__nccwpck_require__(5706), exports); -tslib_1.__exportStar(__nccwpck_require__(6773), exports); -tslib_1.__exportStar(__nccwpck_require__(4952), exports); -var SSOServiceException_1 = __nccwpck_require__(1517); +tslib_1.__exportStar(__nccwpck_require__(71057), exports); +tslib_1.__exportStar(__nccwpck_require__(69838), exports); +tslib_1.__exportStar(__nccwpck_require__(65706), exports); +tslib_1.__exportStar(__nccwpck_require__(36773), exports); +tslib_1.__exportStar(__nccwpck_require__(14952), exports); +var SSOServiceException_1 = __nccwpck_require__(81517); Object.defineProperty(exports, "SSOServiceException", ({ enumerable: true, get: function () { return SSOServiceException_1.SSOServiceException; } })); /***/ }), -/***/ 1517: +/***/ 81517: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSOServiceException = exports.__ServiceException = void 0; -const smithy_client_1 = __nccwpck_require__(3570); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "__ServiceException", ({ enumerable: true, get: function () { return smithy_client_1.ServiceException; } })); class SSOServiceException extends smithy_client_1.ServiceException { constructor(options) { @@ -2763,27 +2765,27 @@ exports.SSOServiceException = SSOServiceException; /***/ }), -/***/ 4952: +/***/ 14952: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(6390), exports); +tslib_1.__exportStar(__nccwpck_require__(66390), exports); /***/ }), -/***/ 6390: +/***/ 66390: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.LogoutRequestFilterSensitiveLog = exports.ListAccountsRequestFilterSensitiveLog = exports.ListAccountRolesRequestFilterSensitiveLog = exports.GetRoleCredentialsResponseFilterSensitiveLog = exports.RoleCredentialsFilterSensitiveLog = exports.GetRoleCredentialsRequestFilterSensitiveLog = exports.UnauthorizedException = exports.TooManyRequestsException = exports.ResourceNotFoundException = exports.InvalidRequestException = void 0; -const smithy_client_1 = __nccwpck_require__(3570); -const SSOServiceException_1 = __nccwpck_require__(1517); +const smithy_client_1 = __nccwpck_require__(63570); +const SSOServiceException_1 = __nccwpck_require__(81517); class InvalidRequestException extends SSOServiceException_1.SSOServiceException { constructor(opts) { super({ @@ -2871,7 +2873,7 @@ exports.LogoutRequestFilterSensitiveLog = LogoutRequestFilterSensitiveLog; /***/ }), -/***/ 849: +/***/ 80849: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -2881,7 +2883,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8460: +/***/ 88460: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -2889,7 +2891,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListAccountRoles = void 0; const ListAccountRolesCommand_1 = __nccwpck_require__(1513); -const SSOClient_1 = __nccwpck_require__(1057); +const SSOClient_1 = __nccwpck_require__(71057); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListAccountRolesCommand_1.ListAccountRolesCommand(input), ...args); }; @@ -2918,15 +2920,15 @@ exports.paginateListAccountRoles = paginateListAccountRoles; /***/ }), -/***/ 938: +/***/ 50938: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListAccounts = void 0; -const ListAccountsCommand_1 = __nccwpck_require__(5009); -const SSOClient_1 = __nccwpck_require__(1057); +const ListAccountsCommand_1 = __nccwpck_require__(64296); +const SSOClient_1 = __nccwpck_require__(71057); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListAccountsCommand_1.ListAccountsCommand(input), ...args); }; @@ -2955,31 +2957,31 @@ exports.paginateListAccounts = paginateListAccounts; /***/ }), -/***/ 6773: +/***/ 36773: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(849), exports); -tslib_1.__exportStar(__nccwpck_require__(8460), exports); -tslib_1.__exportStar(__nccwpck_require__(938), exports); +tslib_1.__exportStar(__nccwpck_require__(80849), exports); +tslib_1.__exportStar(__nccwpck_require__(88460), exports); +tslib_1.__exportStar(__nccwpck_require__(50938), exports); /***/ }), -/***/ 8507: +/***/ 98507: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.de_LogoutCommand = exports.de_ListAccountsCommand = exports.de_ListAccountRolesCommand = exports.de_GetRoleCredentialsCommand = exports.se_LogoutCommand = exports.se_ListAccountsCommand = exports.se_ListAccountRolesCommand = exports.se_GetRoleCredentialsCommand = void 0; -const protocol_http_1 = __nccwpck_require__(4418); -const smithy_client_1 = __nccwpck_require__(3570); -const models_0_1 = __nccwpck_require__(6390); -const SSOServiceException_1 = __nccwpck_require__(1517); +const protocol_http_1 = __nccwpck_require__(64418); +const smithy_client_1 = __nccwpck_require__(63570); +const models_0_1 = __nccwpck_require__(66390); +const SSOServiceException_1 = __nccwpck_require__(81517); const se_GetRoleCredentialsCommand = async (input, context) => { const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); const headers = (0, smithy_client_1.map)({}, isSerializableHeaderValue, { @@ -3344,7 +3346,7 @@ const loadRestJsonErrorCode = (output, data) => { /***/ }), -/***/ 9756: +/***/ 19756: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -3352,19 +3354,19 @@ const loadRestJsonErrorCode = (output, data) => { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; const tslib_1 = __nccwpck_require__(4351); -const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(1092)); -const util_user_agent_node_1 = __nccwpck_require__(8095); -const config_resolver_1 = __nccwpck_require__(3098); +const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(91092)); +const util_user_agent_node_1 = __nccwpck_require__(98095); +const config_resolver_1 = __nccwpck_require__(53098); const hash_node_1 = __nccwpck_require__(3081); -const middleware_retry_1 = __nccwpck_require__(6039); -const node_config_provider_1 = __nccwpck_require__(3461); -const node_http_handler_1 = __nccwpck_require__(258); -const util_body_length_node_1 = __nccwpck_require__(8075); -const util_retry_1 = __nccwpck_require__(4902); -const runtimeConfig_shared_1 = __nccwpck_require__(4809); -const smithy_client_1 = __nccwpck_require__(3570); -const util_defaults_mode_node_1 = __nccwpck_require__(2429); -const smithy_client_2 = __nccwpck_require__(3570); +const middleware_retry_1 = __nccwpck_require__(96039); +const node_config_provider_1 = __nccwpck_require__(33461); +const node_http_handler_1 = __nccwpck_require__(20258); +const util_body_length_node_1 = __nccwpck_require__(68075); +const util_retry_1 = __nccwpck_require__(84902); +const runtimeConfig_shared_1 = __nccwpck_require__(44809); +const smithy_client_1 = __nccwpck_require__(63570); +const util_defaults_mode_node_1 = __nccwpck_require__(72429); +const smithy_client_2 = __nccwpck_require__(63570); const getRuntimeConfig = (config) => { (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version); const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config); @@ -3397,24 +3399,25 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 4809: +/***/ 44809: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; -const smithy_client_1 = __nccwpck_require__(3570); -const url_parser_1 = __nccwpck_require__(4681); -const util_base64_1 = __nccwpck_require__(5600); -const util_utf8_1 = __nccwpck_require__(1895); -const endpointResolver_1 = __nccwpck_require__(898); +const smithy_client_1 = __nccwpck_require__(63570); +const url_parser_1 = __nccwpck_require__(14681); +const util_base64_1 = __nccwpck_require__(75600); +const util_utf8_1 = __nccwpck_require__(41895); +const endpointResolver_1 = __nccwpck_require__(30898); const getRuntimeConfig = (config) => ({ apiVersion: "2019-06-10", base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64, base64Encoder: config?.base64Encoder ?? util_base64_1.toBase64, disableHostPrefix: config?.disableHostPrefix ?? false, endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver, + extensions: config?.extensions ?? [], logger: config?.logger ?? new smithy_client_1.NoOpLogger(), serviceId: config?.serviceId ?? "SSO", urlParser: config?.urlParser ?? url_parser_1.parseUrl, @@ -3426,23 +3429,47 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 7588: +/***/ 63398: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + +"use strict"; + +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.resolveRuntimeExtensions = void 0; +const smithy_client_1 = __nccwpck_require__(63570); +const asPartial = (t) => t; +const resolveRuntimeExtensions = (runtimeConfig, extensions) => { + const extensionConfiguration = { + ...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)), + }; + extensions.forEach((extension) => extension.configure(extensionConfiguration)); + return { + ...runtimeConfig, + ...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration), + }; +}; +exports.resolveRuntimeExtensions = resolveRuntimeExtensions; + + +/***/ }), + +/***/ 32605: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.STS = void 0; -const smithy_client_1 = __nccwpck_require__(3570); -const AssumeRoleCommand_1 = __nccwpck_require__(9802); -const AssumeRoleWithSAMLCommand_1 = __nccwpck_require__(2865); -const AssumeRoleWithWebIdentityCommand_1 = __nccwpck_require__(7451); -const DecodeAuthorizationMessageCommand_1 = __nccwpck_require__(4150); -const GetAccessKeyInfoCommand_1 = __nccwpck_require__(9804); -const GetCallerIdentityCommand_1 = __nccwpck_require__(4278); -const GetFederationTokenCommand_1 = __nccwpck_require__(7552); -const GetSessionTokenCommand_1 = __nccwpck_require__(3285); -const STSClient_1 = __nccwpck_require__(4195); +const smithy_client_1 = __nccwpck_require__(63570); +const AssumeRoleCommand_1 = __nccwpck_require__(59802); +const AssumeRoleWithSAMLCommand_1 = __nccwpck_require__(72865); +const AssumeRoleWithWebIdentityCommand_1 = __nccwpck_require__(37451); +const DecodeAuthorizationMessageCommand_1 = __nccwpck_require__(74150); +const GetAccessKeyInfoCommand_1 = __nccwpck_require__(49804); +const GetCallerIdentityCommand_1 = __nccwpck_require__(24278); +const GetFederationTokenCommand_1 = __nccwpck_require__(57552); +const GetSessionTokenCommand_1 = __nccwpck_require__(43285); +const STSClient_1 = __nccwpck_require__(64195); const commands = { AssumeRoleCommand: AssumeRoleCommand_1.AssumeRoleCommand, AssumeRoleWithSAMLCommand: AssumeRoleWithSAMLCommand_1.AssumeRoleWithSAMLCommand, @@ -3461,26 +3488,27 @@ exports.STS = STS; /***/ }), -/***/ 4195: +/***/ 64195: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.STSClient = exports.__Client = void 0; -const middleware_host_header_1 = __nccwpck_require__(2545); -const middleware_logger_1 = __nccwpck_require__(14); -const middleware_recursion_detection_1 = __nccwpck_require__(5525); -const middleware_sdk_sts_1 = __nccwpck_require__(5959); -const middleware_user_agent_1 = __nccwpck_require__(4688); -const config_resolver_1 = __nccwpck_require__(3098); -const middleware_content_length_1 = __nccwpck_require__(2800); -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_retry_1 = __nccwpck_require__(6039); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_host_header_1 = __nccwpck_require__(22545); +const middleware_logger_1 = __nccwpck_require__(20014); +const middleware_recursion_detection_1 = __nccwpck_require__(85525); +const middleware_sdk_sts_1 = __nccwpck_require__(55959); +const middleware_user_agent_1 = __nccwpck_require__(64688); +const config_resolver_1 = __nccwpck_require__(53098); +const middleware_content_length_1 = __nccwpck_require__(82800); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_retry_1 = __nccwpck_require__(96039); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "__Client", ({ enumerable: true, get: function () { return smithy_client_1.Client; } })); -const EndpointParameters_1 = __nccwpck_require__(510); -const runtimeConfig_1 = __nccwpck_require__(3405); +const EndpointParameters_1 = __nccwpck_require__(20510); +const runtimeConfig_1 = __nccwpck_require__(83405); +const runtimeExtensions_1 = __nccwpck_require__(32053); class STSClient extends smithy_client_1.Client { constructor(...[configuration]) { const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {}); @@ -3491,8 +3519,9 @@ class STSClient extends smithy_client_1.Client { const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4); const _config_6 = (0, middleware_sdk_sts_1.resolveStsAuthConfig)(_config_5, { stsClientCtor: STSClient }); const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6); - super(_config_7); - this.config = _config_7; + const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []); + super(_config_8); + this.config = _config_8; this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config)); this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config)); this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config)); @@ -3509,20 +3538,20 @@ exports.STSClient = STSClient; /***/ }), -/***/ 9802: +/***/ 59802: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AssumeRoleCommand = exports.$Command = void 0; -const middleware_signing_1 = __nccwpck_require__(4935); -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_serde_1 = __nccwpck_require__(1238); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_signing_1 = __nccwpck_require__(14935); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_serde_1 = __nccwpck_require__(81238); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "$Command", ({ enumerable: true, get: function () { return smithy_client_1.Command; } })); -const models_0_1 = __nccwpck_require__(1780); -const Aws_query_1 = __nccwpck_require__(740); +const models_0_1 = __nccwpck_require__(21780); +const Aws_query_1 = __nccwpck_require__(10740); class AssumeRoleCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3567,19 +3596,19 @@ exports.AssumeRoleCommand = AssumeRoleCommand; /***/ }), -/***/ 2865: +/***/ 72865: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AssumeRoleWithSAMLCommand = exports.$Command = void 0; -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_serde_1 = __nccwpck_require__(1238); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_serde_1 = __nccwpck_require__(81238); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "$Command", ({ enumerable: true, get: function () { return smithy_client_1.Command; } })); -const models_0_1 = __nccwpck_require__(1780); -const Aws_query_1 = __nccwpck_require__(740); +const models_0_1 = __nccwpck_require__(21780); +const Aws_query_1 = __nccwpck_require__(10740); class AssumeRoleWithSAMLCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3623,19 +3652,19 @@ exports.AssumeRoleWithSAMLCommand = AssumeRoleWithSAMLCommand; /***/ }), -/***/ 7451: +/***/ 37451: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AssumeRoleWithWebIdentityCommand = exports.$Command = void 0; -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_serde_1 = __nccwpck_require__(1238); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_serde_1 = __nccwpck_require__(81238); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "$Command", ({ enumerable: true, get: function () { return smithy_client_1.Command; } })); -const models_0_1 = __nccwpck_require__(1780); -const Aws_query_1 = __nccwpck_require__(740); +const models_0_1 = __nccwpck_require__(21780); +const Aws_query_1 = __nccwpck_require__(10740); class AssumeRoleWithWebIdentityCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3679,19 +3708,19 @@ exports.AssumeRoleWithWebIdentityCommand = AssumeRoleWithWebIdentityCommand; /***/ }), -/***/ 4150: +/***/ 74150: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DecodeAuthorizationMessageCommand = exports.$Command = void 0; -const middleware_signing_1 = __nccwpck_require__(4935); -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_serde_1 = __nccwpck_require__(1238); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_signing_1 = __nccwpck_require__(14935); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_serde_1 = __nccwpck_require__(81238); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "$Command", ({ enumerable: true, get: function () { return smithy_client_1.Command; } })); -const Aws_query_1 = __nccwpck_require__(740); +const Aws_query_1 = __nccwpck_require__(10740); class DecodeAuthorizationMessageCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3736,19 +3765,19 @@ exports.DecodeAuthorizationMessageCommand = DecodeAuthorizationMessageCommand; /***/ }), -/***/ 9804: +/***/ 49804: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetAccessKeyInfoCommand = exports.$Command = void 0; -const middleware_signing_1 = __nccwpck_require__(4935); -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_serde_1 = __nccwpck_require__(1238); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_signing_1 = __nccwpck_require__(14935); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_serde_1 = __nccwpck_require__(81238); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "$Command", ({ enumerable: true, get: function () { return smithy_client_1.Command; } })); -const Aws_query_1 = __nccwpck_require__(740); +const Aws_query_1 = __nccwpck_require__(10740); class GetAccessKeyInfoCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3793,19 +3822,19 @@ exports.GetAccessKeyInfoCommand = GetAccessKeyInfoCommand; /***/ }), -/***/ 4278: +/***/ 24278: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetCallerIdentityCommand = exports.$Command = void 0; -const middleware_signing_1 = __nccwpck_require__(4935); -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_serde_1 = __nccwpck_require__(1238); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_signing_1 = __nccwpck_require__(14935); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_serde_1 = __nccwpck_require__(81238); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "$Command", ({ enumerable: true, get: function () { return smithy_client_1.Command; } })); -const Aws_query_1 = __nccwpck_require__(740); +const Aws_query_1 = __nccwpck_require__(10740); class GetCallerIdentityCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3850,20 +3879,20 @@ exports.GetCallerIdentityCommand = GetCallerIdentityCommand; /***/ }), -/***/ 7552: +/***/ 57552: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetFederationTokenCommand = exports.$Command = void 0; -const middleware_signing_1 = __nccwpck_require__(4935); -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_serde_1 = __nccwpck_require__(1238); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_signing_1 = __nccwpck_require__(14935); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_serde_1 = __nccwpck_require__(81238); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "$Command", ({ enumerable: true, get: function () { return smithy_client_1.Command; } })); -const models_0_1 = __nccwpck_require__(1780); -const Aws_query_1 = __nccwpck_require__(740); +const models_0_1 = __nccwpck_require__(21780); +const Aws_query_1 = __nccwpck_require__(10740); class GetFederationTokenCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3908,20 +3937,20 @@ exports.GetFederationTokenCommand = GetFederationTokenCommand; /***/ }), -/***/ 3285: +/***/ 43285: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetSessionTokenCommand = exports.$Command = void 0; -const middleware_signing_1 = __nccwpck_require__(4935); -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_serde_1 = __nccwpck_require__(1238); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_signing_1 = __nccwpck_require__(14935); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_serde_1 = __nccwpck_require__(81238); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "$Command", ({ enumerable: true, get: function () { return smithy_client_1.Command; } })); -const models_0_1 = __nccwpck_require__(1780); -const Aws_query_1 = __nccwpck_require__(740); +const models_0_1 = __nccwpck_require__(21780); +const Aws_query_1 = __nccwpck_require__(10740); class GetSessionTokenCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3966,34 +3995,34 @@ exports.GetSessionTokenCommand = GetSessionTokenCommand; /***/ }), -/***/ 5716: +/***/ 55716: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(9802), exports); -tslib_1.__exportStar(__nccwpck_require__(2865), exports); -tslib_1.__exportStar(__nccwpck_require__(7451), exports); -tslib_1.__exportStar(__nccwpck_require__(4150), exports); -tslib_1.__exportStar(__nccwpck_require__(9804), exports); -tslib_1.__exportStar(__nccwpck_require__(4278), exports); -tslib_1.__exportStar(__nccwpck_require__(7552), exports); -tslib_1.__exportStar(__nccwpck_require__(3285), exports); +tslib_1.__exportStar(__nccwpck_require__(59802), exports); +tslib_1.__exportStar(__nccwpck_require__(72865), exports); +tslib_1.__exportStar(__nccwpck_require__(37451), exports); +tslib_1.__exportStar(__nccwpck_require__(74150), exports); +tslib_1.__exportStar(__nccwpck_require__(49804), exports); +tslib_1.__exportStar(__nccwpck_require__(24278), exports); +tslib_1.__exportStar(__nccwpck_require__(57552), exports); +tslib_1.__exportStar(__nccwpck_require__(43285), exports); /***/ }), -/***/ 8028: +/***/ 88028: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.decorateDefaultCredentialProvider = exports.getDefaultRoleAssumerWithWebIdentity = exports.getDefaultRoleAssumer = void 0; -const defaultStsRoleAssumers_1 = __nccwpck_require__(48); -const STSClient_1 = __nccwpck_require__(4195); +const defaultStsRoleAssumers_1 = __nccwpck_require__(90048); +const STSClient_1 = __nccwpck_require__(64195); const getCustomizableStsClientCtor = (baseCtor, customizations) => { if (!customizations) return baseCtor; @@ -4021,15 +4050,15 @@ exports.decorateDefaultCredentialProvider = decorateDefaultCredentialProvider; /***/ }), -/***/ 48: +/***/ 90048: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.decorateDefaultCredentialProvider = exports.getDefaultRoleAssumerWithWebIdentity = exports.getDefaultRoleAssumer = void 0; -const AssumeRoleCommand_1 = __nccwpck_require__(9802); -const AssumeRoleWithWebIdentityCommand_1 = __nccwpck_require__(7451); +const AssumeRoleCommand_1 = __nccwpck_require__(59802); +const AssumeRoleWithWebIdentityCommand_1 = __nccwpck_require__(37451); const ASSUME_ROLE_DEFAULT_REGION = "us-east-1"; const decorateDefaultRegion = (region) => { if (typeof region !== "function") { @@ -4105,7 +4134,7 @@ exports.decorateDefaultCredentialProvider = decorateDefaultCredentialProvider; /***/ }), -/***/ 510: +/***/ 20510: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -4126,15 +4155,15 @@ exports.resolveClientEndpointParameters = resolveClientEndpointParameters; /***/ }), -/***/ 1203: +/***/ 41203: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultEndpointResolver = void 0; -const util_endpoints_1 = __nccwpck_require__(3350); -const ruleset_1 = __nccwpck_require__(6882); +const util_endpoints_1 = __nccwpck_require__(13350); +const ruleset_1 = __nccwpck_require__(86882); const defaultEndpointResolver = (endpointParams, context = {}) => { return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, { endpointParams: endpointParams, @@ -4146,7 +4175,7 @@ exports.defaultEndpointResolver = defaultEndpointResolver; /***/ }), -/***/ 6882: +/***/ 86882: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -4161,7 +4190,7 @@ exports.ruleSet = _data; /***/ }), -/***/ 2209: +/***/ 52209: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -4169,25 +4198,25 @@ exports.ruleSet = _data; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.STSServiceException = void 0; const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(4195), exports); -tslib_1.__exportStar(__nccwpck_require__(7588), exports); -tslib_1.__exportStar(__nccwpck_require__(5716), exports); -tslib_1.__exportStar(__nccwpck_require__(106), exports); -tslib_1.__exportStar(__nccwpck_require__(8028), exports); -var STSServiceException_1 = __nccwpck_require__(6450); +tslib_1.__exportStar(__nccwpck_require__(64195), exports); +tslib_1.__exportStar(__nccwpck_require__(32605), exports); +tslib_1.__exportStar(__nccwpck_require__(55716), exports); +tslib_1.__exportStar(__nccwpck_require__(20106), exports); +tslib_1.__exportStar(__nccwpck_require__(88028), exports); +var STSServiceException_1 = __nccwpck_require__(26450); Object.defineProperty(exports, "STSServiceException", ({ enumerable: true, get: function () { return STSServiceException_1.STSServiceException; } })); /***/ }), -/***/ 6450: +/***/ 26450: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.STSServiceException = exports.__ServiceException = void 0; -const smithy_client_1 = __nccwpck_require__(3570); +const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "__ServiceException", ({ enumerable: true, get: function () { return smithy_client_1.ServiceException; } })); class STSServiceException extends smithy_client_1.ServiceException { constructor(options) { @@ -4200,27 +4229,27 @@ exports.STSServiceException = STSServiceException; /***/ }), -/***/ 106: +/***/ 20106: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(1780), exports); +tslib_1.__exportStar(__nccwpck_require__(21780), exports); /***/ }), -/***/ 1780: +/***/ 21780: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetSessionTokenResponseFilterSensitiveLog = exports.GetFederationTokenResponseFilterSensitiveLog = exports.AssumeRoleWithWebIdentityResponseFilterSensitiveLog = exports.AssumeRoleWithWebIdentityRequestFilterSensitiveLog = exports.AssumeRoleWithSAMLResponseFilterSensitiveLog = exports.AssumeRoleWithSAMLRequestFilterSensitiveLog = exports.AssumeRoleResponseFilterSensitiveLog = exports.CredentialsFilterSensitiveLog = exports.InvalidAuthorizationMessageException = exports.IDPCommunicationErrorException = exports.InvalidIdentityTokenException = exports.IDPRejectedClaimException = exports.RegionDisabledException = exports.PackedPolicyTooLargeException = exports.MalformedPolicyDocumentException = exports.ExpiredTokenException = void 0; -const smithy_client_1 = __nccwpck_require__(3570); -const STSServiceException_1 = __nccwpck_require__(6450); +const smithy_client_1 = __nccwpck_require__(63570); +const STSServiceException_1 = __nccwpck_require__(26450); class ExpiredTokenException extends STSServiceException_1.STSServiceException { constructor(opts) { super({ @@ -4369,18 +4398,18 @@ exports.GetSessionTokenResponseFilterSensitiveLog = GetSessionTokenResponseFilte /***/ }), -/***/ 740: +/***/ 10740: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.de_GetSessionTokenCommand = exports.de_GetFederationTokenCommand = exports.de_GetCallerIdentityCommand = exports.de_GetAccessKeyInfoCommand = exports.de_DecodeAuthorizationMessageCommand = exports.de_AssumeRoleWithWebIdentityCommand = exports.de_AssumeRoleWithSAMLCommand = exports.de_AssumeRoleCommand = exports.se_GetSessionTokenCommand = exports.se_GetFederationTokenCommand = exports.se_GetCallerIdentityCommand = exports.se_GetAccessKeyInfoCommand = exports.se_DecodeAuthorizationMessageCommand = exports.se_AssumeRoleWithWebIdentityCommand = exports.se_AssumeRoleWithSAMLCommand = exports.se_AssumeRoleCommand = void 0; -const protocol_http_1 = __nccwpck_require__(4418); -const smithy_client_1 = __nccwpck_require__(3570); -const fast_xml_parser_1 = __nccwpck_require__(2603); -const models_0_1 = __nccwpck_require__(1780); -const STSServiceException_1 = __nccwpck_require__(6450); +const protocol_http_1 = __nccwpck_require__(64418); +const smithy_client_1 = __nccwpck_require__(63570); +const fast_xml_parser_1 = __nccwpck_require__(12603); +const models_0_1 = __nccwpck_require__(21780); +const STSServiceException_1 = __nccwpck_require__(26450); const se_AssumeRoleCommand = async (input, context) => { const headers = SHARED_HEADERS; let body; @@ -5405,7 +5434,7 @@ const loadQueryErrorCode = (output, data) => { /***/ }), -/***/ 3405: +/***/ 83405: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -5414,20 +5443,20 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; const tslib_1 = __nccwpck_require__(4351); const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(7947)); -const defaultStsRoleAssumers_1 = __nccwpck_require__(48); -const credential_provider_node_1 = __nccwpck_require__(5531); -const util_user_agent_node_1 = __nccwpck_require__(8095); -const config_resolver_1 = __nccwpck_require__(3098); +const defaultStsRoleAssumers_1 = __nccwpck_require__(90048); +const credential_provider_node_1 = __nccwpck_require__(75531); +const util_user_agent_node_1 = __nccwpck_require__(98095); +const config_resolver_1 = __nccwpck_require__(53098); const hash_node_1 = __nccwpck_require__(3081); -const middleware_retry_1 = __nccwpck_require__(6039); -const node_config_provider_1 = __nccwpck_require__(3461); -const node_http_handler_1 = __nccwpck_require__(258); -const util_body_length_node_1 = __nccwpck_require__(8075); -const util_retry_1 = __nccwpck_require__(4902); -const runtimeConfig_shared_1 = __nccwpck_require__(2642); -const smithy_client_1 = __nccwpck_require__(3570); -const util_defaults_mode_node_1 = __nccwpck_require__(2429); -const smithy_client_2 = __nccwpck_require__(3570); +const middleware_retry_1 = __nccwpck_require__(96039); +const node_config_provider_1 = __nccwpck_require__(33461); +const node_http_handler_1 = __nccwpck_require__(20258); +const util_body_length_node_1 = __nccwpck_require__(68075); +const util_retry_1 = __nccwpck_require__(84902); +const runtimeConfig_shared_1 = __nccwpck_require__(52642); +const smithy_client_1 = __nccwpck_require__(63570); +const util_defaults_mode_node_1 = __nccwpck_require__(72429); +const smithy_client_2 = __nccwpck_require__(63570); const getRuntimeConfig = (config) => { (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version); const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config); @@ -5461,24 +5490,25 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 2642: +/***/ 52642: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; -const smithy_client_1 = __nccwpck_require__(3570); -const url_parser_1 = __nccwpck_require__(4681); -const util_base64_1 = __nccwpck_require__(5600); -const util_utf8_1 = __nccwpck_require__(1895); -const endpointResolver_1 = __nccwpck_require__(1203); +const smithy_client_1 = __nccwpck_require__(63570); +const url_parser_1 = __nccwpck_require__(14681); +const util_base64_1 = __nccwpck_require__(75600); +const util_utf8_1 = __nccwpck_require__(41895); +const endpointResolver_1 = __nccwpck_require__(41203); const getRuntimeConfig = (config) => ({ apiVersion: "2011-06-15", base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64, base64Encoder: config?.base64Encoder ?? util_base64_1.toBase64, disableHostPrefix: config?.disableHostPrefix ?? false, endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver, + extensions: config?.extensions ?? [], logger: config?.logger ?? new smithy_client_1.NoOpLogger(), serviceId: config?.serviceId ?? "STS", urlParser: config?.urlParser ?? url_parser_1.parseUrl, @@ -5490,14 +5520,38 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 255: +/***/ 32053: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + +"use strict"; + +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.resolveRuntimeExtensions = void 0; +const smithy_client_1 = __nccwpck_require__(63570); +const asPartial = (t) => t; +const resolveRuntimeExtensions = (runtimeConfig, extensions) => { + const extensionConfiguration = { + ...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)), + }; + extensions.forEach((extension) => extension.configure(extensionConfiguration)); + return { + ...runtimeConfig, + ...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration), + }; +}; +exports.resolveRuntimeExtensions = resolveRuntimeExtensions; + + +/***/ }), + +/***/ 80255: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromEnv = exports.ENV_EXPIRATION = exports.ENV_SESSION = exports.ENV_SECRET = exports.ENV_KEY = void 0; -const property_provider_1 = __nccwpck_require__(9721); +const property_provider_1 = __nccwpck_require__(79721); exports.ENV_KEY = "AWS_ACCESS_KEY_ID"; exports.ENV_SECRET = "AWS_SECRET_ACCESS_KEY"; exports.ENV_SESSION = "AWS_SESSION_TOKEN"; @@ -5522,27 +5576,27 @@ exports.fromEnv = fromEnv; /***/ }), -/***/ 5972: +/***/ 15972: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(255), exports); +tslib_1.__exportStar(__nccwpck_require__(80255), exports); /***/ }), -/***/ 5442: +/***/ 55442: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromIni = void 0; -const shared_ini_file_loader_1 = __nccwpck_require__(3507); -const resolveProfileData_1 = __nccwpck_require__(5653); +const shared_ini_file_loader_1 = __nccwpck_require__(43507); +const resolveProfileData_1 = __nccwpck_require__(95653); const fromIni = (init = {}) => async () => { const profiles = await (0, shared_ini_file_loader_1.parseKnownFiles)(init); return (0, resolveProfileData_1.resolveProfileData)((0, shared_ini_file_loader_1.getProfileName)(init), profiles, init); @@ -5552,29 +5606,29 @@ exports.fromIni = fromIni; /***/ }), -/***/ 4203: +/***/ 74203: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(5442), exports); +tslib_1.__exportStar(__nccwpck_require__(55442), exports); /***/ }), -/***/ 853: +/***/ 60853: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveAssumeRoleCredentials = exports.isAssumeRoleProfile = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const shared_ini_file_loader_1 = __nccwpck_require__(3507); -const resolveCredentialSource_1 = __nccwpck_require__(2458); -const resolveProfileData_1 = __nccwpck_require__(5653); +const property_provider_1 = __nccwpck_require__(79721); +const shared_ini_file_loader_1 = __nccwpck_require__(43507); +const resolveCredentialSource_1 = __nccwpck_require__(82458); +const resolveProfileData_1 = __nccwpck_require__(95653); const isAssumeRoleProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.role_arn === "string" && @@ -5623,16 +5677,16 @@ exports.resolveAssumeRoleCredentials = resolveAssumeRoleCredentials; /***/ }), -/***/ 2458: +/***/ 82458: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveCredentialSource = void 0; -const credential_provider_env_1 = __nccwpck_require__(5972); +const credential_provider_env_1 = __nccwpck_require__(15972); const credential_provider_imds_1 = __nccwpck_require__(7477); -const property_provider_1 = __nccwpck_require__(9721); +const property_provider_1 = __nccwpck_require__(79721); const resolveCredentialSource = (credentialSource, profileName) => { const sourceProvidersMap = { EcsContainer: credential_provider_imds_1.fromContainerMetadata, @@ -5652,14 +5706,14 @@ exports.resolveCredentialSource = resolveCredentialSource; /***/ }), -/***/ 9993: +/***/ 69993: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveProcessCredentials = exports.isProcessProfile = void 0; -const credential_provider_process_1 = __nccwpck_require__(9969); +const credential_provider_process_1 = __nccwpck_require__(89969); const isProcessProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.credential_process === "string"; exports.isProcessProfile = isProcessProfile; const resolveProcessCredentials = async (options, profile) => (0, credential_provider_process_1.fromProcess)({ @@ -5671,19 +5725,19 @@ exports.resolveProcessCredentials = resolveProcessCredentials; /***/ }), -/***/ 5653: +/***/ 95653: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveProfileData = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const resolveAssumeRoleCredentials_1 = __nccwpck_require__(853); -const resolveProcessCredentials_1 = __nccwpck_require__(9993); -const resolveSsoCredentials_1 = __nccwpck_require__(9867); -const resolveStaticCredentials_1 = __nccwpck_require__(3071); -const resolveWebIdentityCredentials_1 = __nccwpck_require__(8342); +const property_provider_1 = __nccwpck_require__(79721); +const resolveAssumeRoleCredentials_1 = __nccwpck_require__(60853); +const resolveProcessCredentials_1 = __nccwpck_require__(69993); +const resolveSsoCredentials_1 = __nccwpck_require__(59867); +const resolveStaticCredentials_1 = __nccwpck_require__(33071); +const resolveWebIdentityCredentials_1 = __nccwpck_require__(58342); const resolveProfileData = async (profileName, profiles, options, visitedProfiles = {}) => { const data = profiles[profileName]; if (Object.keys(visitedProfiles).length > 0 && (0, resolveStaticCredentials_1.isStaticCredsProfile)(data)) { @@ -5711,15 +5765,15 @@ exports.resolveProfileData = resolveProfileData; /***/ }), -/***/ 9867: +/***/ 59867: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveSsoCredentials = exports.isSsoProfile = void 0; -const credential_provider_sso_1 = __nccwpck_require__(6414); -var credential_provider_sso_2 = __nccwpck_require__(6414); +const credential_provider_sso_1 = __nccwpck_require__(26414); +var credential_provider_sso_2 = __nccwpck_require__(26414); Object.defineProperty(exports, "isSsoProfile", ({ enumerable: true, get: function () { return credential_provider_sso_2.isSsoProfile; } })); const resolveSsoCredentials = (data) => { const { sso_start_url, sso_account_id, sso_session, sso_region, sso_role_name } = (0, credential_provider_sso_1.validateSsoProfile)(data); @@ -5736,7 +5790,7 @@ exports.resolveSsoCredentials = resolveSsoCredentials; /***/ }), -/***/ 3071: +/***/ 33071: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -5759,14 +5813,14 @@ exports.resolveStaticCredentials = resolveStaticCredentials; /***/ }), -/***/ 8342: +/***/ 58342: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveWebIdentityCredentials = exports.isWebIdentityProfile = void 0; -const credential_provider_web_identity_1 = __nccwpck_require__(5646); +const credential_provider_web_identity_1 = __nccwpck_require__(15646); const isWebIdentityProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && @@ -5784,21 +5838,21 @@ exports.resolveWebIdentityCredentials = resolveWebIdentityCredentials; /***/ }), -/***/ 5560: +/***/ 15560: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultProvider = void 0; -const credential_provider_env_1 = __nccwpck_require__(5972); -const credential_provider_ini_1 = __nccwpck_require__(4203); -const credential_provider_process_1 = __nccwpck_require__(9969); -const credential_provider_sso_1 = __nccwpck_require__(6414); -const credential_provider_web_identity_1 = __nccwpck_require__(5646); -const property_provider_1 = __nccwpck_require__(9721); -const shared_ini_file_loader_1 = __nccwpck_require__(3507); -const remoteProvider_1 = __nccwpck_require__(626); +const credential_provider_env_1 = __nccwpck_require__(15972); +const credential_provider_ini_1 = __nccwpck_require__(74203); +const credential_provider_process_1 = __nccwpck_require__(89969); +const credential_provider_sso_1 = __nccwpck_require__(26414); +const credential_provider_web_identity_1 = __nccwpck_require__(15646); +const property_provider_1 = __nccwpck_require__(79721); +const shared_ini_file_loader_1 = __nccwpck_require__(43507); +const remoteProvider_1 = __nccwpck_require__(50626); const defaultProvider = (init = {}) => (0, property_provider_1.memoize)((0, property_provider_1.chain)(...(init.profile || process.env[shared_ini_file_loader_1.ENV_PROFILE] ? [] : [(0, credential_provider_env_1.fromEnv)()]), (0, credential_provider_sso_1.fromSSO)(init), (0, credential_provider_ini_1.fromIni)(init), (0, credential_provider_process_1.fromProcess)(init), (0, credential_provider_web_identity_1.fromTokenFile)(init), (0, remoteProvider_1.remoteProvider)(init), async () => { throw new property_provider_1.CredentialsProviderError("Could not load credentials from any providers", false); }), (credentials) => credentials.expiration !== undefined && credentials.expiration.getTime() - Date.now() < 300000, (credentials) => credentials.expiration !== undefined); @@ -5807,19 +5861,19 @@ exports.defaultProvider = defaultProvider; /***/ }), -/***/ 5531: +/***/ 75531: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(5560), exports); +tslib_1.__exportStar(__nccwpck_require__(15560), exports); /***/ }), -/***/ 626: +/***/ 50626: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -5827,7 +5881,7 @@ tslib_1.__exportStar(__nccwpck_require__(5560), exports); Object.defineProperty(exports, "__esModule", ({ value: true })); exports.remoteProvider = exports.ENV_IMDS_DISABLED = void 0; const credential_provider_imds_1 = __nccwpck_require__(7477); -const property_provider_1 = __nccwpck_require__(9721); +const property_provider_1 = __nccwpck_require__(79721); exports.ENV_IMDS_DISABLED = "AWS_EC2_METADATA_DISABLED"; const remoteProvider = (init) => { if (process.env[credential_provider_imds_1.ENV_CMDS_RELATIVE_URI] || process.env[credential_provider_imds_1.ENV_CMDS_FULL_URI]) { @@ -5845,15 +5899,15 @@ exports.remoteProvider = remoteProvider; /***/ }), -/***/ 2650: +/***/ 72650: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromProcess = void 0; -const shared_ini_file_loader_1 = __nccwpck_require__(3507); -const resolveProcessCredentials_1 = __nccwpck_require__(4926); +const shared_ini_file_loader_1 = __nccwpck_require__(43507); +const resolveProcessCredentials_1 = __nccwpck_require__(74926); const fromProcess = (init = {}) => async () => { const profiles = await (0, shared_ini_file_loader_1.parseKnownFiles)(init); return (0, resolveProcessCredentials_1.resolveProcessCredentials)((0, shared_ini_file_loader_1.getProfileName)(init), profiles); @@ -5863,7 +5917,7 @@ exports.fromProcess = fromProcess; /***/ }), -/***/ 1104: +/***/ 41104: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -5896,29 +5950,29 @@ exports.getValidatedProcessCredentials = getValidatedProcessCredentials; /***/ }), -/***/ 9969: +/***/ 89969: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(2650), exports); +tslib_1.__exportStar(__nccwpck_require__(72650), exports); /***/ }), -/***/ 4926: +/***/ 74926: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveProcessCredentials = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const child_process_1 = __nccwpck_require__(2081); -const util_1 = __nccwpck_require__(3837); -const getValidatedProcessCredentials_1 = __nccwpck_require__(1104); +const property_provider_1 = __nccwpck_require__(79721); +const child_process_1 = __nccwpck_require__(32081); +const util_1 = __nccwpck_require__(73837); +const getValidatedProcessCredentials_1 = __nccwpck_require__(41104); const resolveProcessCredentials = async (profileName, profiles) => { const profile = profiles[profileName]; if (profiles[profileName]) { @@ -5953,18 +6007,18 @@ exports.resolveProcessCredentials = resolveProcessCredentials; /***/ }), -/***/ 5184: +/***/ 35959: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromSSO = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const shared_ini_file_loader_1 = __nccwpck_require__(3507); -const isSsoProfile_1 = __nccwpck_require__(2572); -const resolveSSOCredentials_1 = __nccwpck_require__(4729); -const validateSsoProfile_1 = __nccwpck_require__(8098); +const property_provider_1 = __nccwpck_require__(79721); +const shared_ini_file_loader_1 = __nccwpck_require__(43507); +const isSsoProfile_1 = __nccwpck_require__(32572); +const resolveSSOCredentials_1 = __nccwpck_require__(94729); +const validateSsoProfile_1 = __nccwpck_require__(48098); const fromSSO = (init = {}) => async () => { const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, ssoSession } = init; const profileName = (0, shared_ini_file_loader_1.getProfileName)(init); @@ -6022,22 +6076,22 @@ exports.fromSSO = fromSSO; /***/ }), -/***/ 6414: +/***/ 26414: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(5184), exports); -tslib_1.__exportStar(__nccwpck_require__(2572), exports); -tslib_1.__exportStar(__nccwpck_require__(6623), exports); -tslib_1.__exportStar(__nccwpck_require__(8098), exports); +tslib_1.__exportStar(__nccwpck_require__(35959), exports); +tslib_1.__exportStar(__nccwpck_require__(32572), exports); +tslib_1.__exportStar(__nccwpck_require__(86623), exports); +tslib_1.__exportStar(__nccwpck_require__(48098), exports); /***/ }), -/***/ 2572: +/***/ 32572: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -6055,18 +6109,17 @@ exports.isSsoProfile = isSsoProfile; /***/ }), -/***/ 4729: +/***/ 94729: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveSSOCredentials = void 0; -const client_sso_1 = __nccwpck_require__(8197); -const token_providers_1 = __nccwpck_require__(2843); -const property_provider_1 = __nccwpck_require__(9721); -const shared_ini_file_loader_1 = __nccwpck_require__(3507); -const EXPIRE_WINDOW_MS = 15 * 60 * 1000; +const client_sso_1 = __nccwpck_require__(82666); +const token_providers_1 = __nccwpck_require__(52843); +const property_provider_1 = __nccwpck_require__(79721); +const shared_ini_file_loader_1 = __nccwpck_require__(43507); const SHOULD_FAIL_CREDENTIAL_CHAIN = false; const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, profile, }) => { let token; @@ -6091,7 +6144,7 @@ const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ss throw new property_provider_1.CredentialsProviderError(`The SSO session associated with this profile is invalid. ${refreshMessage}`, SHOULD_FAIL_CREDENTIAL_CHAIN); } } - if (new Date(token.expiresAt).getTime() - Date.now() <= EXPIRE_WINDOW_MS) { + if (new Date(token.expiresAt).getTime() - Date.now() <= 0) { throw new property_provider_1.CredentialsProviderError(`The SSO session associated with this profile has expired. ${refreshMessage}`, SHOULD_FAIL_CREDENTIAL_CHAIN); } const { accessToken } = token; @@ -6118,7 +6171,7 @@ exports.resolveSSOCredentials = resolveSSOCredentials; /***/ }), -/***/ 6623: +/***/ 86623: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -6128,14 +6181,14 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8098: +/***/ 48098: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.validateSsoProfile = void 0; -const property_provider_1 = __nccwpck_require__(9721); +const property_provider_1 = __nccwpck_require__(79721); const validateSsoProfile = (profile) => { const { sso_start_url, sso_account_id, sso_region, sso_role_name } = profile; if (!sso_start_url || !sso_account_id || !sso_region || !sso_role_name) { @@ -6149,16 +6202,16 @@ exports.validateSsoProfile = validateSsoProfile; /***/ }), -/***/ 5614: +/***/ 35614: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromTokenFile = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const fs_1 = __nccwpck_require__(7147); -const fromWebToken_1 = __nccwpck_require__(7905); +const property_provider_1 = __nccwpck_require__(79721); +const fs_1 = __nccwpck_require__(57147); +const fromWebToken_1 = __nccwpck_require__(47905); const ENV_TOKEN_FILE = "AWS_WEB_IDENTITY_TOKEN_FILE"; const ENV_ROLE_ARN = "AWS_ROLE_ARN"; const ENV_ROLE_SESSION_NAME = "AWS_ROLE_SESSION_NAME"; @@ -6182,14 +6235,14 @@ exports.fromTokenFile = fromTokenFile; /***/ }), -/***/ 7905: +/***/ 47905: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromWebToken = void 0; -const property_provider_1 = __nccwpck_require__(9721); +const property_provider_1 = __nccwpck_require__(79721); const fromWebToken = (init) => () => { const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds, roleAssumerWithWebIdentity, } = init; if (!roleAssumerWithWebIdentity) { @@ -6211,27 +6264,27 @@ exports.fromWebToken = fromWebToken; /***/ }), -/***/ 5646: +/***/ 15646: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(5614), exports); -tslib_1.__exportStar(__nccwpck_require__(7905), exports); +tslib_1.__exportStar(__nccwpck_require__(35614), exports); +tslib_1.__exportStar(__nccwpck_require__(47905), exports); /***/ }), -/***/ 2545: +/***/ 22545: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getHostHeaderPlugin = exports.hostHeaderMiddlewareOptions = exports.hostHeaderMiddleware = exports.resolveHostHeaderConfig = void 0; -const protocol_http_1 = __nccwpck_require__(4418); +const protocol_http_1 = __nccwpck_require__(64418); function resolveHostHeaderConfig(input) { return input; } @@ -6271,7 +6324,7 @@ exports.getHostHeaderPlugin = getHostHeaderPlugin; /***/ }), -/***/ 14: +/***/ 20014: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -6339,14 +6392,14 @@ exports.getLoggerPlugin = getLoggerPlugin; /***/ }), -/***/ 5525: +/***/ 85525: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRecursionDetectionPlugin = exports.addRecursionDetectionMiddlewareOptions = exports.recursionDetectionMiddleware = void 0; -const protocol_http_1 = __nccwpck_require__(4418); +const protocol_http_1 = __nccwpck_require__(64418); const TRACE_ID_HEADER_NAME = "X-Amzn-Trace-Id"; const ENV_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME"; const ENV_TRACE_ID = "_X_AMZN_TRACE_ID"; @@ -6386,14 +6439,14 @@ exports.getRecursionDetectionPlugin = getRecursionDetectionPlugin; /***/ }), -/***/ 5959: +/***/ 55959: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveStsAuthConfig = void 0; -const middleware_signing_1 = __nccwpck_require__(4935); +const middleware_signing_1 = __nccwpck_require__(14935); const resolveStsAuthConfig = (input, { stsClientCtor }) => (0, middleware_signing_1.resolveAwsAuthConfig)({ ...input, stsClientCtor, @@ -6403,15 +6456,15 @@ exports.resolveStsAuthConfig = resolveStsAuthConfig; /***/ }), -/***/ 4193: +/***/ 84193: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveSigV4AuthConfig = exports.resolveAwsAuthConfig = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const signature_v4_1 = __nccwpck_require__(1528); +const property_provider_1 = __nccwpck_require__(79721); +const signature_v4_1 = __nccwpck_require__(11528); const util_middleware_1 = __nccwpck_require__(2390); const CREDENTIAL_EXPIRE_WINDOW = 300000; const resolveAwsAuthConfig = (input) => { @@ -6519,16 +6572,16 @@ const normalizeCredentialProvider = (credentials) => { /***/ }), -/***/ 8053: +/***/ 88053: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getSigV4AuthPlugin = exports.getAwsAuthPlugin = exports.awsAuthMiddlewareOptions = exports.awsAuthMiddleware = void 0; -const protocol_http_1 = __nccwpck_require__(4418); -const getSkewCorrectedDate_1 = __nccwpck_require__(8253); -const getUpdatedSystemClockOffset_1 = __nccwpck_require__(5863); +const protocol_http_1 = __nccwpck_require__(64418); +const getSkewCorrectedDate_1 = __nccwpck_require__(68253); +const getUpdatedSystemClockOffset_1 = __nccwpck_require__(35863); const awsAuthMiddleware = (options) => (next, context) => async function (args) { var _a, _b, _c, _d; if (!protocol_http_1.HttpRequest.isInstance(args.request)) @@ -6577,20 +6630,20 @@ exports.getSigV4AuthPlugin = exports.getAwsAuthPlugin; /***/ }), -/***/ 4935: +/***/ 14935: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(4193), exports); -tslib_1.__exportStar(__nccwpck_require__(8053), exports); +tslib_1.__exportStar(__nccwpck_require__(84193), exports); +tslib_1.__exportStar(__nccwpck_require__(88053), exports); /***/ }), -/***/ 8253: +/***/ 68253: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -6603,14 +6656,14 @@ exports.getSkewCorrectedDate = getSkewCorrectedDate; /***/ }), -/***/ 5863: +/***/ 35863: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getUpdatedSystemClockOffset = void 0; -const isClockSkewed_1 = __nccwpck_require__(5301); +const isClockSkewed_1 = __nccwpck_require__(85301); const getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => { const clockTimeInMs = Date.parse(clockTime); if ((0, isClockSkewed_1.isClockSkewed)(clockTimeInMs, currentSystemClockOffset)) { @@ -6623,21 +6676,21 @@ exports.getUpdatedSystemClockOffset = getUpdatedSystemClockOffset; /***/ }), -/***/ 5301: +/***/ 85301: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isClockSkewed = void 0; -const getSkewCorrectedDate_1 = __nccwpck_require__(8253); +const getSkewCorrectedDate_1 = __nccwpck_require__(68253); const isClockSkewed = (clockTime, systemClockOffset) => Math.abs((0, getSkewCorrectedDate_1.getSkewCorrectedDate)(systemClockOffset).getTime() - clockTime) >= 300000; exports.isClockSkewed = isClockSkewed; /***/ }), -/***/ 6546: +/***/ 36546: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -6655,7 +6708,7 @@ exports.resolveUserAgentConfig = resolveUserAgentConfig; /***/ }), -/***/ 8025: +/***/ 28025: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -6673,29 +6726,29 @@ exports.UA_ESCAPE_CHAR = "-"; /***/ }), -/***/ 4688: +/***/ 64688: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(6546), exports); -tslib_1.__exportStar(__nccwpck_require__(6236), exports); +tslib_1.__exportStar(__nccwpck_require__(36546), exports); +tslib_1.__exportStar(__nccwpck_require__(76236), exports); /***/ }), -/***/ 6236: +/***/ 76236: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getUserAgentPlugin = exports.getUserAgentMiddlewareOptions = exports.userAgentMiddleware = void 0; -const util_endpoints_1 = __nccwpck_require__(3350); -const protocol_http_1 = __nccwpck_require__(4418); -const constants_1 = __nccwpck_require__(8025); +const util_endpoints_1 = __nccwpck_require__(13350); +const protocol_http_1 = __nccwpck_require__(64418); +const constants_1 = __nccwpck_require__(28025); const userAgentMiddleware = (options) => (next, context) => async (args) => { var _a, _b; const { request } = args; @@ -6773,22 +6826,22 @@ exports.getUserAgentPlugin = getUserAgentPlugin; /***/ }), -/***/ 2664: +/***/ 52664: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UnsupportedGrantTypeException = exports.UnauthorizedClientException = exports.SlowDownException = exports.SSOOIDCClient = exports.InvalidScopeException = exports.InvalidRequestException = exports.InvalidClientException = exports.InternalServerException = exports.ExpiredTokenException = exports.CreateTokenCommand = exports.AuthorizationPendingException = exports.AccessDeniedException = void 0; -const middleware_host_header_1 = __nccwpck_require__(2545); -const middleware_logger_1 = __nccwpck_require__(14); -const middleware_recursion_detection_1 = __nccwpck_require__(5525); -const middleware_user_agent_1 = __nccwpck_require__(4688); -const config_resolver_1 = __nccwpck_require__(3098); -const middleware_content_length_1 = __nccwpck_require__(2800); -const middleware_endpoint_1 = __nccwpck_require__(2918); -const middleware_retry_1 = __nccwpck_require__(6039); -const smithy_client_1 = __nccwpck_require__(3570); +const middleware_host_header_1 = __nccwpck_require__(22545); +const middleware_logger_1 = __nccwpck_require__(20014); +const middleware_recursion_detection_1 = __nccwpck_require__(85525); +const middleware_user_agent_1 = __nccwpck_require__(64688); +const config_resolver_1 = __nccwpck_require__(53098); +const middleware_content_length_1 = __nccwpck_require__(82800); +const middleware_endpoint_1 = __nccwpck_require__(82918); +const middleware_retry_1 = __nccwpck_require__(96039); +const smithy_client_1 = __nccwpck_require__(63570); var resolveClientEndpointParameters = (options) => { var _a, _b; return { @@ -6799,19 +6852,19 @@ var resolveClientEndpointParameters = (options) => { }; }; var package_default = { version: "3.387.0" }; -const util_user_agent_node_1 = __nccwpck_require__(8095); -const config_resolver_2 = __nccwpck_require__(3098); +const util_user_agent_node_1 = __nccwpck_require__(98095); +const config_resolver_2 = __nccwpck_require__(53098); const hash_node_1 = __nccwpck_require__(3081); -const middleware_retry_2 = __nccwpck_require__(6039); -const node_config_provider_1 = __nccwpck_require__(3461); -const node_http_handler_1 = __nccwpck_require__(258); -const util_body_length_node_1 = __nccwpck_require__(8075); -const util_retry_1 = __nccwpck_require__(4902); -const smithy_client_2 = __nccwpck_require__(3570); -const url_parser_1 = __nccwpck_require__(4681); -const util_base64_1 = __nccwpck_require__(5600); -const util_utf8_1 = __nccwpck_require__(1895); -const util_endpoints_1 = __nccwpck_require__(3350); +const middleware_retry_2 = __nccwpck_require__(96039); +const node_config_provider_1 = __nccwpck_require__(33461); +const node_http_handler_1 = __nccwpck_require__(20258); +const util_body_length_node_1 = __nccwpck_require__(68075); +const util_retry_1 = __nccwpck_require__(84902); +const smithy_client_2 = __nccwpck_require__(63570); +const url_parser_1 = __nccwpck_require__(14681); +const util_base64_1 = __nccwpck_require__(75600); +const util_utf8_1 = __nccwpck_require__(41895); +const util_endpoints_1 = __nccwpck_require__(13350); var p = "required"; var q = "fn"; var r = "argv"; @@ -6854,9 +6907,9 @@ var getRuntimeConfig = (config) => { utf8Encoder: (_j = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _j !== void 0 ? _j : util_utf8_1.toUtf8 }); }; -const smithy_client_3 = __nccwpck_require__(3570); -const util_defaults_mode_node_1 = __nccwpck_require__(2429); -const smithy_client_4 = __nccwpck_require__(3570); +const smithy_client_3 = __nccwpck_require__(63570); +const util_defaults_mode_node_1 = __nccwpck_require__(72429); +const smithy_client_4 = __nccwpck_require__(63570); var getRuntimeConfig2 = (config) => { var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k; (0, smithy_client_4.emitWarningIfUnsupportedVersion)(process.version); @@ -6906,13 +6959,13 @@ var SSOOIDCClient = class extends smithy_client_1.Client { } }; exports.SSOOIDCClient = SSOOIDCClient; -const smithy_client_5 = __nccwpck_require__(3570); -const middleware_endpoint_2 = __nccwpck_require__(2918); -const middleware_serde_1 = __nccwpck_require__(1238); -const smithy_client_6 = __nccwpck_require__(3570); -const protocol_http_1 = __nccwpck_require__(4418); -const smithy_client_7 = __nccwpck_require__(3570); -const smithy_client_8 = __nccwpck_require__(3570); +const smithy_client_5 = __nccwpck_require__(63570); +const middleware_endpoint_2 = __nccwpck_require__(82918); +const middleware_serde_1 = __nccwpck_require__(81238); +const smithy_client_6 = __nccwpck_require__(63570); +const protocol_http_1 = __nccwpck_require__(64418); +const smithy_client_7 = __nccwpck_require__(63570); +const smithy_client_8 = __nccwpck_require__(63570); var SSOOIDCServiceException = class _SSOOIDCServiceException extends smithy_client_8.ServiceException { constructor(options) { super(options); @@ -7590,9 +7643,9 @@ var CreateTokenCommand = class _CreateTokenCommand extends smithy_client_6.Comma } }; exports.CreateTokenCommand = CreateTokenCommand; -const middleware_endpoint_3 = __nccwpck_require__(2918); -const middleware_serde_2 = __nccwpck_require__(1238); -const smithy_client_9 = __nccwpck_require__(3570); +const middleware_endpoint_3 = __nccwpck_require__(82918); +const middleware_serde_2 = __nccwpck_require__(81238); +const smithy_client_9 = __nccwpck_require__(63570); var RegisterClientCommand = class _RegisterClientCommand extends smithy_client_9.Command { constructor(input) { super(); @@ -7630,9 +7683,9 @@ var RegisterClientCommand = class _RegisterClientCommand extends smithy_client_9 return de_RegisterClientCommand(output, context); } }; -const middleware_endpoint_4 = __nccwpck_require__(2918); -const middleware_serde_3 = __nccwpck_require__(1238); -const smithy_client_10 = __nccwpck_require__(3570); +const middleware_endpoint_4 = __nccwpck_require__(82918); +const middleware_serde_3 = __nccwpck_require__(81238); +const smithy_client_10 = __nccwpck_require__(63570); var StartDeviceAuthorizationCommand = class _StartDeviceAuthorizationCommand extends smithy_client_10.Command { constructor(input) { super(); @@ -7682,7 +7735,7 @@ var SSOOIDC = class extends SSOOIDCClient { /***/ }), -/***/ 2242: +/***/ 92242: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -7695,20 +7748,20 @@ exports.REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with /***/ }), -/***/ 5125: +/***/ 85125: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromSso = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const shared_ini_file_loader_1 = __nccwpck_require__(3507); -const constants_1 = __nccwpck_require__(2242); -const getNewSsoOidcToken_1 = __nccwpck_require__(3601); -const validateTokenExpiry_1 = __nccwpck_require__(8418); +const property_provider_1 = __nccwpck_require__(79721); +const shared_ini_file_loader_1 = __nccwpck_require__(43507); +const constants_1 = __nccwpck_require__(92242); +const getNewSsoOidcToken_1 = __nccwpck_require__(93601); +const validateTokenExpiry_1 = __nccwpck_require__(28418); const validateTokenKey_1 = __nccwpck_require__(2488); -const writeSSOTokenToFile_1 = __nccwpck_require__(8552); +const writeSSOTokenToFile_1 = __nccwpck_require__(48552); const lastRefreshAttemptTime = new Date(0); const fromSso = (init = {}) => async () => { const profiles = await (0, shared_ini_file_loader_1.parseKnownFiles)(init); @@ -7785,14 +7838,14 @@ exports.fromSso = fromSso; /***/ }), -/***/ 3258: +/***/ 63258: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromStatic = void 0; -const property_provider_1 = __nccwpck_require__(9721); +const property_provider_1 = __nccwpck_require__(79721); const fromStatic = ({ token }) => async () => { if (!token || !token.token) { throw new property_provider_1.TokenProviderError(`Please pass a valid token to fromStatic`, false); @@ -7804,15 +7857,15 @@ exports.fromStatic = fromStatic; /***/ }), -/***/ 3601: +/***/ 93601: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getNewSsoOidcToken = void 0; -const client_sso_oidc_node_1 = __nccwpck_require__(2664); -const getSsoOidcClient_1 = __nccwpck_require__(9775); +const client_sso_oidc_node_1 = __nccwpck_require__(52664); +const getSsoOidcClient_1 = __nccwpck_require__(99775); const getNewSsoOidcToken = (ssoToken, ssoRegion) => { const ssoOidcClient = (0, getSsoOidcClient_1.getSsoOidcClient)(ssoRegion); return ssoOidcClient.send(new client_sso_oidc_node_1.CreateTokenCommand({ @@ -7827,14 +7880,14 @@ exports.getNewSsoOidcToken = getNewSsoOidcToken; /***/ }), -/***/ 9775: +/***/ 99775: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getSsoOidcClient = void 0; -const client_sso_oidc_node_1 = __nccwpck_require__(2664); +const client_sso_oidc_node_1 = __nccwpck_require__(52664); const ssoOidcClientsHash = {}; const getSsoOidcClient = (ssoRegion) => { if (ssoOidcClientsHash[ssoRegion]) { @@ -7849,30 +7902,30 @@ exports.getSsoOidcClient = getSsoOidcClient; /***/ }), -/***/ 2843: +/***/ 52843: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(2664), exports); -tslib_1.__exportStar(__nccwpck_require__(5125), exports); -tslib_1.__exportStar(__nccwpck_require__(3258), exports); -tslib_1.__exportStar(__nccwpck_require__(195), exports); +tslib_1.__exportStar(__nccwpck_require__(52664), exports); +tslib_1.__exportStar(__nccwpck_require__(85125), exports); +tslib_1.__exportStar(__nccwpck_require__(63258), exports); +tslib_1.__exportStar(__nccwpck_require__(70195), exports); /***/ }), -/***/ 195: +/***/ 70195: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.nodeProvider = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const fromSso_1 = __nccwpck_require__(5125); +const property_provider_1 = __nccwpck_require__(79721); +const fromSso_1 = __nccwpck_require__(85125); const nodeProvider = (init = {}) => (0, property_provider_1.memoize)((0, property_provider_1.chain)((0, fromSso_1.fromSso)(init), async () => { throw new property_provider_1.TokenProviderError("Could not load token from any providers", false); }), (token) => token.expiration !== undefined && token.expiration.getTime() - Date.now() < 300000, (token) => token.expiration !== undefined); @@ -7881,15 +7934,15 @@ exports.nodeProvider = nodeProvider; /***/ }), -/***/ 8418: +/***/ 28418: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.validateTokenExpiry = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const constants_1 = __nccwpck_require__(2242); +const property_provider_1 = __nccwpck_require__(79721); +const constants_1 = __nccwpck_require__(92242); const validateTokenExpiry = (token) => { if (token.expiration && token.expiration.getTime() < Date.now()) { throw new property_provider_1.TokenProviderError(`Token is expired. ${constants_1.REFRESH_MESSAGE}`, false); @@ -7907,8 +7960,8 @@ exports.validateTokenExpiry = validateTokenExpiry; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.validateTokenKey = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const constants_1 = __nccwpck_require__(2242); +const property_provider_1 = __nccwpck_require__(79721); +const constants_1 = __nccwpck_require__(92242); const validateTokenKey = (key, value, forRefresh = false) => { if (typeof value === "undefined") { throw new property_provider_1.TokenProviderError(`Value not present for '${key}' in SSO Token${forRefresh ? ". Cannot refresh" : ""}. ${constants_1.REFRESH_MESSAGE}`, false); @@ -7919,15 +7972,15 @@ exports.validateTokenKey = validateTokenKey; /***/ }), -/***/ 8552: +/***/ 48552: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.writeSSOTokenToFile = void 0; -const shared_ini_file_loader_1 = __nccwpck_require__(3507); -const fs_1 = __nccwpck_require__(7147); +const shared_ini_file_loader_1 = __nccwpck_require__(43507); +const fs_1 = __nccwpck_require__(57147); const { writeFile } = fs_1.promises; const writeSSOTokenToFile = (id, ssoToken) => { const tokenFilepath = (0, shared_ini_file_loader_1.getSSOTokenFilepath)(id); @@ -7939,7 +7992,7 @@ exports.writeSSOTokenToFile = writeSSOTokenToFile; /***/ }), -/***/ 2562: +/***/ 52562: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -7949,20 +8002,20 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 6913: +/***/ 26913: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.HttpAuthLocation = void 0; -var types_1 = __nccwpck_require__(5756); +var types_1 = __nccwpck_require__(55756); Object.defineProperty(exports, "HttpAuthLocation", ({ enumerable: true, get: function () { return types_1.HttpAuthLocation; } })); /***/ }), -/***/ 4994: +/***/ 14994: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -7972,7 +8025,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 5861: +/***/ 65861: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -7982,7 +8035,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 6527: +/***/ 76527: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -7992,7 +8045,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8470: +/***/ 48470: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8002,7 +8055,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8045: +/***/ 28045: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8012,7 +8065,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 7736: +/***/ 67736: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8022,7 +8075,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 3268: +/***/ 13268: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8032,7 +8085,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 142: +/***/ 90142: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8048,7 +8101,7 @@ var HostAddressType; /***/ }), -/***/ 2338: +/***/ 62338: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8058,20 +8111,20 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 9385: +/***/ 99385: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.EndpointURLScheme = void 0; -var types_1 = __nccwpck_require__(5756); +var types_1 = __nccwpck_require__(55756); Object.defineProperty(exports, "EndpointURLScheme", ({ enumerable: true, get: function () { return types_1.EndpointURLScheme; } })); /***/ }), -/***/ 7521: +/***/ 37521: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8081,7 +8134,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 4466: +/***/ 61393: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8091,7 +8144,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 1821: +/***/ 51821: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8101,7 +8154,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 2635: +/***/ 92635: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8111,7 +8164,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 1301: +/***/ 71301: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8121,7 +8174,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 1268: +/***/ 21268: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8141,65 +8194,65 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 640: +/***/ 10640: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(1821), exports); -tslib_1.__exportStar(__nccwpck_require__(2635), exports); -tslib_1.__exportStar(__nccwpck_require__(1301), exports); -tslib_1.__exportStar(__nccwpck_require__(1268), exports); +tslib_1.__exportStar(__nccwpck_require__(51821), exports); +tslib_1.__exportStar(__nccwpck_require__(92635), exports); +tslib_1.__exportStar(__nccwpck_require__(71301), exports); +tslib_1.__exportStar(__nccwpck_require__(21268), exports); tslib_1.__exportStar(__nccwpck_require__(7192), exports); /***/ }), -/***/ 9029: +/***/ 89029: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(2562), exports); -tslib_1.__exportStar(__nccwpck_require__(6913), exports); -tslib_1.__exportStar(__nccwpck_require__(4994), exports); -tslib_1.__exportStar(__nccwpck_require__(5861), exports); -tslib_1.__exportStar(__nccwpck_require__(6527), exports); -tslib_1.__exportStar(__nccwpck_require__(8470), exports); -tslib_1.__exportStar(__nccwpck_require__(8045), exports); -tslib_1.__exportStar(__nccwpck_require__(7736), exports); -tslib_1.__exportStar(__nccwpck_require__(3268), exports); -tslib_1.__exportStar(__nccwpck_require__(142), exports); -tslib_1.__exportStar(__nccwpck_require__(2338), exports); -tslib_1.__exportStar(__nccwpck_require__(9385), exports); -tslib_1.__exportStar(__nccwpck_require__(7521), exports); -tslib_1.__exportStar(__nccwpck_require__(4466), exports); -tslib_1.__exportStar(__nccwpck_require__(640), exports); -tslib_1.__exportStar(__nccwpck_require__(9910), exports); -tslib_1.__exportStar(__nccwpck_require__(6678), exports); -tslib_1.__exportStar(__nccwpck_require__(9931), exports); -tslib_1.__exportStar(__nccwpck_require__(2620), exports); -tslib_1.__exportStar(__nccwpck_require__(9062), exports); -tslib_1.__exportStar(__nccwpck_require__(9546), exports); -tslib_1.__exportStar(__nccwpck_require__(316), exports); -tslib_1.__exportStar(__nccwpck_require__(7835), exports); -tslib_1.__exportStar(__nccwpck_require__(1678), exports); -tslib_1.__exportStar(__nccwpck_require__(3818), exports); -tslib_1.__exportStar(__nccwpck_require__(1991), exports); -tslib_1.__exportStar(__nccwpck_require__(4296), exports); -tslib_1.__exportStar(__nccwpck_require__(9416), exports); -tslib_1.__exportStar(__nccwpck_require__(2772), exports); -tslib_1.__exportStar(__nccwpck_require__(134), exports); -tslib_1.__exportStar(__nccwpck_require__(4465), exports); +tslib_1.__exportStar(__nccwpck_require__(52562), exports); +tslib_1.__exportStar(__nccwpck_require__(26913), exports); +tslib_1.__exportStar(__nccwpck_require__(14994), exports); +tslib_1.__exportStar(__nccwpck_require__(65861), exports); +tslib_1.__exportStar(__nccwpck_require__(76527), exports); +tslib_1.__exportStar(__nccwpck_require__(48470), exports); +tslib_1.__exportStar(__nccwpck_require__(28045), exports); +tslib_1.__exportStar(__nccwpck_require__(67736), exports); +tslib_1.__exportStar(__nccwpck_require__(13268), exports); +tslib_1.__exportStar(__nccwpck_require__(90142), exports); +tslib_1.__exportStar(__nccwpck_require__(62338), exports); +tslib_1.__exportStar(__nccwpck_require__(99385), exports); +tslib_1.__exportStar(__nccwpck_require__(37521), exports); +tslib_1.__exportStar(__nccwpck_require__(61393), exports); +tslib_1.__exportStar(__nccwpck_require__(10640), exports); +tslib_1.__exportStar(__nccwpck_require__(89910), exports); +tslib_1.__exportStar(__nccwpck_require__(36678), exports); +tslib_1.__exportStar(__nccwpck_require__(39931), exports); +tslib_1.__exportStar(__nccwpck_require__(42620), exports); +tslib_1.__exportStar(__nccwpck_require__(89062), exports); +tslib_1.__exportStar(__nccwpck_require__(89546), exports); +tslib_1.__exportStar(__nccwpck_require__(80316), exports); +tslib_1.__exportStar(__nccwpck_require__(57835), exports); +tslib_1.__exportStar(__nccwpck_require__(91678), exports); +tslib_1.__exportStar(__nccwpck_require__(93818), exports); +tslib_1.__exportStar(__nccwpck_require__(51991), exports); +tslib_1.__exportStar(__nccwpck_require__(24296), exports); +tslib_1.__exportStar(__nccwpck_require__(59416), exports); +tslib_1.__exportStar(__nccwpck_require__(92772), exports); +tslib_1.__exportStar(__nccwpck_require__(20134), exports); +tslib_1.__exportStar(__nccwpck_require__(34465), exports); /***/ }), -/***/ 9910: +/***/ 89910: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8209,7 +8262,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 6678: +/***/ 36678: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8219,7 +8272,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 9931: +/***/ 39931: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8229,7 +8282,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 2620: +/***/ 42620: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8239,7 +8292,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 9062: +/***/ 89062: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8249,7 +8302,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 9546: +/***/ 89546: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8259,7 +8312,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 316: +/***/ 80316: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8269,7 +8322,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 7835: +/***/ 57835: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8279,7 +8332,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 1678: +/***/ 91678: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8289,7 +8342,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 3818: +/***/ 93818: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8299,7 +8352,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 1991: +/***/ 51991: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8309,7 +8362,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 4296: +/***/ 24296: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8319,20 +8372,20 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 9416: +/***/ 59416: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.RequestHandlerProtocol = void 0; -var types_1 = __nccwpck_require__(5756); +var types_1 = __nccwpck_require__(55756); Object.defineProperty(exports, "RequestHandlerProtocol", ({ enumerable: true, get: function () { return types_1.RequestHandlerProtocol; } })); /***/ }), -/***/ 2772: +/***/ 92772: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8342,7 +8395,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 134: +/***/ 20134: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8352,7 +8405,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 4465: +/***/ 34465: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8362,7 +8415,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 1809: +/***/ 81809: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8374,20 +8427,20 @@ exports.debugId = "endpoints"; /***/ }), -/***/ 7617: +/***/ 27617: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(1809), exports); -tslib_1.__exportStar(__nccwpck_require__(6833), exports); +tslib_1.__exportStar(__nccwpck_require__(81809), exports); +tslib_1.__exportStar(__nccwpck_require__(46833), exports); /***/ }), -/***/ 6833: +/***/ 46833: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8411,44 +8464,44 @@ exports.toDebugString = toDebugString; /***/ }), -/***/ 3350: +/***/ 13350: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(7482), exports); -tslib_1.__exportStar(__nccwpck_require__(3442), exports); -tslib_1.__exportStar(__nccwpck_require__(6563), exports); -tslib_1.__exportStar(__nccwpck_require__(7433), exports); +tslib_1.__exportStar(__nccwpck_require__(37482), exports); +tslib_1.__exportStar(__nccwpck_require__(73442), exports); +tslib_1.__exportStar(__nccwpck_require__(36563), exports); +tslib_1.__exportStar(__nccwpck_require__(57433), exports); /***/ }), -/***/ 6835: +/***/ 46835: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(8079), exports); -tslib_1.__exportStar(__nccwpck_require__(4711), exports); -tslib_1.__exportStar(__nccwpck_require__(7482), exports); +tslib_1.__exportStar(__nccwpck_require__(48079), exports); +tslib_1.__exportStar(__nccwpck_require__(34711), exports); +tslib_1.__exportStar(__nccwpck_require__(37482), exports); /***/ }), -/***/ 8079: +/***/ 48079: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isVirtualHostableS3Bucket = void 0; -const isIpAddress_1 = __nccwpck_require__(3442); -const isValidHostLabel_1 = __nccwpck_require__(7373); +const isIpAddress_1 = __nccwpck_require__(73442); +const isValidHostLabel_1 = __nccwpck_require__(57373); const isVirtualHostableS3Bucket = (value, allowSubDomains = false) => { if (allowSubDomains) { for (const label of value.split(".")) { @@ -8477,7 +8530,7 @@ exports.isVirtualHostableS3Bucket = isVirtualHostableS3Bucket; /***/ }), -/***/ 4711: +/***/ 34711: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8504,7 +8557,7 @@ exports.parseArn = parseArn; /***/ }), -/***/ 7482: +/***/ 37482: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -8512,7 +8565,7 @@ exports.parseArn = parseArn; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getUserAgentPrefix = exports.useDefaultPartitionInfo = exports.setPartitionInfo = exports.partition = void 0; const tslib_1 = __nccwpck_require__(4351); -const partitions_json_1 = tslib_1.__importDefault(__nccwpck_require__(5367)); +const partitions_json_1 = tslib_1.__importDefault(__nccwpck_require__(95367)); let selectedPartitionsInfo = partitions_json_1.default; let selectedUserAgentPrefix = ""; const partition = (value) => { @@ -8561,7 +8614,7 @@ exports.getUserAgentPrefix = getUserAgentPrefix; /***/ }), -/***/ 5370: +/***/ 55370: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8574,15 +8627,15 @@ exports.booleanEquals = booleanEquals; /***/ }), -/***/ 767: +/***/ 20767: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getAttr = void 0; -const types_1 = __nccwpck_require__(7433); -const getAttrPathList_1 = __nccwpck_require__(1844); +const types_1 = __nccwpck_require__(57433); +const getAttrPathList_1 = __nccwpck_require__(81844); const getAttr = (value, path) => (0, getAttrPathList_1.getAttrPathList)(path).reduce((acc, index) => { if (typeof acc !== "object") { throw new types_1.EndpointError(`Index '${index}' in '${path}' not found in '${JSON.stringify(value)}'`); @@ -8597,14 +8650,14 @@ exports.getAttr = getAttr; /***/ }), -/***/ 1844: +/***/ 81844: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getAttrPathList = void 0; -const types_1 = __nccwpck_require__(7433); +const types_1 = __nccwpck_require__(57433); const getAttrPathList = (path) => { const parts = path.split("."); const pathList = []; @@ -8634,7 +8687,7 @@ exports.getAttrPathList = getAttrPathList; /***/ }), -/***/ 3188: +/***/ 83188: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -8642,21 +8695,21 @@ exports.getAttrPathList = getAttrPathList; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.aws = void 0; const tslib_1 = __nccwpck_require__(4351); -exports.aws = tslib_1.__importStar(__nccwpck_require__(6835)); -tslib_1.__exportStar(__nccwpck_require__(5370), exports); -tslib_1.__exportStar(__nccwpck_require__(767), exports); -tslib_1.__exportStar(__nccwpck_require__(8816), exports); -tslib_1.__exportStar(__nccwpck_require__(7373), exports); -tslib_1.__exportStar(__nccwpck_require__(9692), exports); -tslib_1.__exportStar(__nccwpck_require__(2780), exports); -tslib_1.__exportStar(__nccwpck_require__(5182), exports); -tslib_1.__exportStar(__nccwpck_require__(8305), exports); +exports.aws = tslib_1.__importStar(__nccwpck_require__(46835)); +tslib_1.__exportStar(__nccwpck_require__(55370), exports); +tslib_1.__exportStar(__nccwpck_require__(20767), exports); +tslib_1.__exportStar(__nccwpck_require__(78816), exports); +tslib_1.__exportStar(__nccwpck_require__(57373), exports); +tslib_1.__exportStar(__nccwpck_require__(29692), exports); +tslib_1.__exportStar(__nccwpck_require__(22780), exports); +tslib_1.__exportStar(__nccwpck_require__(55182), exports); +tslib_1.__exportStar(__nccwpck_require__(48305), exports); tslib_1.__exportStar(__nccwpck_require__(6535), exports); /***/ }), -/***/ 3442: +/***/ 73442: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8670,7 +8723,7 @@ exports.isIpAddress = isIpAddress; /***/ }), -/***/ 8816: +/***/ 78816: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8683,7 +8736,7 @@ exports.isSet = isSet; /***/ }), -/***/ 7373: +/***/ 57373: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8708,7 +8761,7 @@ exports.isValidHostLabel = isValidHostLabel; /***/ }), -/***/ 9692: +/***/ 29692: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8721,15 +8774,15 @@ exports.not = not; /***/ }), -/***/ 2780: +/***/ 22780: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.parseURL = void 0; -const types_1 = __nccwpck_require__(9029); -const isIpAddress_1 = __nccwpck_require__(3442); +const types_1 = __nccwpck_require__(89029); +const isIpAddress_1 = __nccwpck_require__(73442); const DEFAULT_PORTS = { [types_1.EndpointURLScheme.HTTP]: 80, [types_1.EndpointURLScheme.HTTPS]: 443, @@ -8784,7 +8837,7 @@ exports.parseURL = parseURL; /***/ }), -/***/ 5182: +/***/ 55182: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8797,7 +8850,7 @@ exports.stringEquals = stringEquals; /***/ }), -/***/ 8305: +/***/ 48305: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8831,16 +8884,16 @@ exports.uriEncode = uriEncode; /***/ }), -/***/ 6563: +/***/ 36563: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveEndpoint = void 0; -const debug_1 = __nccwpck_require__(7617); -const types_1 = __nccwpck_require__(7433); -const utils_1 = __nccwpck_require__(1114); +const debug_1 = __nccwpck_require__(27617); +const types_1 = __nccwpck_require__(57433); +const utils_1 = __nccwpck_require__(81114); const resolveEndpoint = (ruleSetObject, options) => { var _a, _b, _c, _d, _e, _f; const { endpointParams, logger } = options; @@ -8881,7 +8934,7 @@ exports.resolveEndpoint = resolveEndpoint; /***/ }), -/***/ 2605: +/***/ 82605: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8899,7 +8952,7 @@ exports.EndpointError = EndpointError; /***/ }), -/***/ 1261: +/***/ 21261: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8909,7 +8962,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 312: +/***/ 20312: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8919,7 +8972,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 6083: +/***/ 56083: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8929,7 +8982,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 1767: +/***/ 21767: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8939,24 +8992,24 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 7433: +/***/ 57433: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(2605), exports); -tslib_1.__exportStar(__nccwpck_require__(1261), exports); -tslib_1.__exportStar(__nccwpck_require__(312), exports); -tslib_1.__exportStar(__nccwpck_require__(6083), exports); -tslib_1.__exportStar(__nccwpck_require__(1767), exports); -tslib_1.__exportStar(__nccwpck_require__(1811), exports); +tslib_1.__exportStar(__nccwpck_require__(82605), exports); +tslib_1.__exportStar(__nccwpck_require__(21261), exports); +tslib_1.__exportStar(__nccwpck_require__(20312), exports); +tslib_1.__exportStar(__nccwpck_require__(56083), exports); +tslib_1.__exportStar(__nccwpck_require__(21767), exports); +tslib_1.__exportStar(__nccwpck_require__(41811), exports); /***/ }), -/***/ 1811: +/***/ 41811: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -8966,7 +9019,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 5075: +/***/ 65075: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -8974,8 +9027,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true })); exports.callFunction = void 0; const tslib_1 = __nccwpck_require__(4351); -const lib = tslib_1.__importStar(__nccwpck_require__(3188)); -const evaluateExpression_1 = __nccwpck_require__(2980); +const lib = tslib_1.__importStar(__nccwpck_require__(83188)); +const evaluateExpression_1 = __nccwpck_require__(82980); const callFunction = ({ fn, argv }, options) => { const evaluatedArgs = argv.map((arg) => ["boolean", "number"].includes(typeof arg) ? arg : (0, evaluateExpression_1.evaluateExpression)(arg, "arg", options)); return fn.split(".").reduce((acc, key) => acc[key], lib)(...evaluatedArgs); @@ -8985,16 +9038,16 @@ exports.callFunction = callFunction; /***/ }), -/***/ 7851: +/***/ 77851: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateCondition = void 0; -const debug_1 = __nccwpck_require__(7617); -const types_1 = __nccwpck_require__(7433); -const callFunction_1 = __nccwpck_require__(5075); +const debug_1 = __nccwpck_require__(27617); +const types_1 = __nccwpck_require__(57433); +const callFunction_1 = __nccwpck_require__(65075); const evaluateCondition = ({ assign, ...fnArgs }, options) => { var _a, _b; if (assign && assign in options.referenceRecord) { @@ -9012,15 +9065,15 @@ exports.evaluateCondition = evaluateCondition; /***/ }), -/***/ 1506: +/***/ 59169: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateConditions = void 0; -const debug_1 = __nccwpck_require__(7617); -const evaluateCondition_1 = __nccwpck_require__(7851); +const debug_1 = __nccwpck_require__(27617); +const evaluateCondition_1 = __nccwpck_require__(77851); const evaluateConditions = (conditions = [], options) => { var _a, _b; const conditionsReferenceRecord = {}; @@ -9047,18 +9100,18 @@ exports.evaluateConditions = evaluateConditions; /***/ }), -/***/ 5324: +/***/ 35324: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateEndpointRule = void 0; -const debug_1 = __nccwpck_require__(7617); -const evaluateConditions_1 = __nccwpck_require__(1506); -const getEndpointHeaders_1 = __nccwpck_require__(8268); -const getEndpointProperties_1 = __nccwpck_require__(4973); -const getEndpointUrl_1 = __nccwpck_require__(3602); +const debug_1 = __nccwpck_require__(27617); +const evaluateConditions_1 = __nccwpck_require__(59169); +const getEndpointHeaders_1 = __nccwpck_require__(88268); +const getEndpointProperties_1 = __nccwpck_require__(34973); +const getEndpointUrl_1 = __nccwpck_require__(23602); const evaluateEndpointRule = (endpointRule, options) => { var _a, _b; const { conditions, endpoint } = endpointRule; @@ -9087,16 +9140,16 @@ exports.evaluateEndpointRule = evaluateEndpointRule; /***/ }), -/***/ 2110: +/***/ 12110: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateErrorRule = void 0; -const types_1 = __nccwpck_require__(7433); -const evaluateConditions_1 = __nccwpck_require__(1506); -const evaluateExpression_1 = __nccwpck_require__(2980); +const types_1 = __nccwpck_require__(57433); +const evaluateConditions_1 = __nccwpck_require__(59169); +const evaluateExpression_1 = __nccwpck_require__(82980); const evaluateErrorRule = (errorRule, options) => { const { conditions, error } = errorRule; const { result, referenceRecord } = (0, evaluateConditions_1.evaluateConditions)(conditions, options); @@ -9113,17 +9166,17 @@ exports.evaluateErrorRule = evaluateErrorRule; /***/ }), -/***/ 2980: +/***/ 82980: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateExpression = void 0; -const types_1 = __nccwpck_require__(7433); -const callFunction_1 = __nccwpck_require__(5075); -const evaluateTemplate_1 = __nccwpck_require__(7535); -const getReferenceValue_1 = __nccwpck_require__(8810); +const types_1 = __nccwpck_require__(57433); +const callFunction_1 = __nccwpck_require__(65075); +const evaluateTemplate_1 = __nccwpck_require__(57535); +const getReferenceValue_1 = __nccwpck_require__(68810); const evaluateExpression = (obj, keyName, options) => { if (typeof obj === "string") { return (0, evaluateTemplate_1.evaluateTemplate)(obj, options); @@ -9141,17 +9194,17 @@ exports.evaluateExpression = evaluateExpression; /***/ }), -/***/ 9738: +/***/ 59738: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateRules = void 0; -const types_1 = __nccwpck_require__(7433); -const evaluateEndpointRule_1 = __nccwpck_require__(5324); -const evaluateErrorRule_1 = __nccwpck_require__(2110); -const evaluateTreeRule_1 = __nccwpck_require__(6587); +const types_1 = __nccwpck_require__(57433); +const evaluateEndpointRule_1 = __nccwpck_require__(35324); +const evaluateErrorRule_1 = __nccwpck_require__(12110); +const evaluateTreeRule_1 = __nccwpck_require__(26587); const evaluateRules = (rules, options) => { for (const rule of rules) { if (rule.type === "endpoint") { @@ -9180,14 +9233,14 @@ exports.evaluateRules = evaluateRules; /***/ }), -/***/ 7535: +/***/ 57535: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateTemplate = void 0; -const lib_1 = __nccwpck_require__(3188); +const lib_1 = __nccwpck_require__(83188); const evaluateTemplate = (template, options) => { const evaluatedTemplateArr = []; const templateContext = { @@ -9228,15 +9281,15 @@ exports.evaluateTemplate = evaluateTemplate; /***/ }), -/***/ 6587: +/***/ 26587: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateTreeRule = void 0; -const evaluateConditions_1 = __nccwpck_require__(1506); -const evaluateRules_1 = __nccwpck_require__(9738); +const evaluateConditions_1 = __nccwpck_require__(59169); +const evaluateRules_1 = __nccwpck_require__(59738); const evaluateTreeRule = (treeRule, options) => { const { conditions, rules } = treeRule; const { result, referenceRecord } = (0, evaluateConditions_1.evaluateConditions)(conditions, options); @@ -9253,15 +9306,15 @@ exports.evaluateTreeRule = evaluateTreeRule; /***/ }), -/***/ 8268: +/***/ 88268: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getEndpointHeaders = void 0; -const types_1 = __nccwpck_require__(7433); -const evaluateExpression_1 = __nccwpck_require__(2980); +const types_1 = __nccwpck_require__(57433); +const evaluateExpression_1 = __nccwpck_require__(82980); const getEndpointHeaders = (headers, options) => Object.entries(headers).reduce((acc, [headerKey, headerVal]) => ({ ...acc, [headerKey]: headerVal.map((headerValEntry) => { @@ -9277,14 +9330,14 @@ exports.getEndpointHeaders = getEndpointHeaders; /***/ }), -/***/ 4973: +/***/ 34973: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getEndpointProperties = void 0; -const getEndpointProperty_1 = __nccwpck_require__(2978); +const getEndpointProperty_1 = __nccwpck_require__(42978); const getEndpointProperties = (properties, options) => Object.entries(properties).reduce((acc, [propertyKey, propertyVal]) => ({ ...acc, [propertyKey]: (0, getEndpointProperty_1.getEndpointProperty)(propertyVal, options), @@ -9294,16 +9347,16 @@ exports.getEndpointProperties = getEndpointProperties; /***/ }), -/***/ 2978: +/***/ 42978: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getEndpointProperty = void 0; -const types_1 = __nccwpck_require__(7433); -const evaluateTemplate_1 = __nccwpck_require__(7535); -const getEndpointProperties_1 = __nccwpck_require__(4973); +const types_1 = __nccwpck_require__(57433); +const evaluateTemplate_1 = __nccwpck_require__(57535); +const getEndpointProperties_1 = __nccwpck_require__(34973); const getEndpointProperty = (property, options) => { if (Array.isArray(property)) { return property.map((propertyEntry) => (0, exports.getEndpointProperty)(propertyEntry, options)); @@ -9327,15 +9380,15 @@ exports.getEndpointProperty = getEndpointProperty; /***/ }), -/***/ 3602: +/***/ 23602: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getEndpointUrl = void 0; -const types_1 = __nccwpck_require__(7433); -const evaluateExpression_1 = __nccwpck_require__(2980); +const types_1 = __nccwpck_require__(57433); +const evaluateExpression_1 = __nccwpck_require__(82980); const getEndpointUrl = (endpointUrl, options) => { const expression = (0, evaluateExpression_1.evaluateExpression)(endpointUrl, "Endpoint URL", options); if (typeof expression === "string") { @@ -9354,7 +9407,7 @@ exports.getEndpointUrl = getEndpointUrl; /***/ }), -/***/ 8810: +/***/ 68810: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9373,29 +9426,29 @@ exports.getReferenceValue = getReferenceValue; /***/ }), -/***/ 1114: +/***/ 81114: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(9738), exports); +tslib_1.__exportStar(__nccwpck_require__(59738), exports); /***/ }), -/***/ 8095: +/***/ 98095: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultUserAgent = exports.UA_APP_ID_INI_NAME = exports.UA_APP_ID_ENV_NAME = void 0; -const node_config_provider_1 = __nccwpck_require__(3461); -const os_1 = __nccwpck_require__(2037); -const process_1 = __nccwpck_require__(7282); -const is_crt_available_1 = __nccwpck_require__(8390); +const node_config_provider_1 = __nccwpck_require__(33461); +const os_1 = __nccwpck_require__(22037); +const process_1 = __nccwpck_require__(77282); +const is_crt_available_1 = __nccwpck_require__(68390); exports.UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID"; exports.UA_APP_ID_INI_NAME = "sdk-ua-app-id"; const defaultUserAgent = ({ serviceId, clientVersion }) => { @@ -9435,7 +9488,7 @@ exports.defaultUserAgent = defaultUserAgent; /***/ }), -/***/ 8390: +/***/ 68390: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -9444,7 +9497,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isCrtAvailable = void 0; const isCrtAvailable = () => { try { - if ( true && __nccwpck_require__(7578)) { + if ( true && __nccwpck_require__(87578)) { return ["md/crt-avail"]; } return null; @@ -9458,15 +9511,15 @@ exports.isCrtAvailable = isCrtAvailable; /***/ }), -/***/ 8172: +/***/ 28172: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toUtf8 = exports.fromUtf8 = void 0; -const pureJs_1 = __nccwpck_require__(1590); -const whatwgEncodingApi_1 = __nccwpck_require__(9215); +const pureJs_1 = __nccwpck_require__(21590); +const whatwgEncodingApi_1 = __nccwpck_require__(89215); const fromUtf8 = (input) => typeof TextEncoder === "function" ? (0, whatwgEncodingApi_1.fromUtf8)(input) : (0, pureJs_1.fromUtf8)(input); exports.fromUtf8 = fromUtf8; const toUtf8 = (input) => typeof TextDecoder === "function" ? (0, whatwgEncodingApi_1.toUtf8)(input) : (0, pureJs_1.toUtf8)(input); @@ -9475,7 +9528,7 @@ exports.toUtf8 = toUtf8; /***/ }), -/***/ 1590: +/***/ 21590: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9530,7 +9583,7 @@ exports.toUtf8 = toUtf8; /***/ }), -/***/ 9215: +/***/ 89215: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9549,14 +9602,14 @@ exports.toUtf8 = toUtf8; /***/ }), -/***/ 3779: +/***/ 43779: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS = exports.DEFAULT_USE_DUALSTACK_ENDPOINT = exports.CONFIG_USE_DUALSTACK_ENDPOINT = exports.ENV_USE_DUALSTACK_ENDPOINT = void 0; -const util_config_provider_1 = __nccwpck_require__(3375); +const util_config_provider_1 = __nccwpck_require__(83375); exports.ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT"; exports.CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint"; exports.DEFAULT_USE_DUALSTACK_ENDPOINT = false; @@ -9569,14 +9622,14 @@ exports.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS = { /***/ }), -/***/ 7994: +/***/ 17994: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = exports.DEFAULT_USE_FIPS_ENDPOINT = exports.CONFIG_USE_FIPS_ENDPOINT = exports.ENV_USE_FIPS_ENDPOINT = void 0; -const util_config_provider_1 = __nccwpck_require__(3375); +const util_config_provider_1 = __nccwpck_require__(83375); exports.ENV_USE_FIPS_ENDPOINT = "AWS_USE_FIPS_ENDPOINT"; exports.CONFIG_USE_FIPS_ENDPOINT = "use_fips_endpoint"; exports.DEFAULT_USE_FIPS_ENDPOINT = false; @@ -9589,22 +9642,22 @@ exports.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = { /***/ }), -/***/ 8421: +/***/ 18421: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(3779), exports); -tslib_1.__exportStar(__nccwpck_require__(7994), exports); -tslib_1.__exportStar(__nccwpck_require__(7432), exports); -tslib_1.__exportStar(__nccwpck_require__(1892), exports); +tslib_1.__exportStar(__nccwpck_require__(43779), exports); +tslib_1.__exportStar(__nccwpck_require__(17994), exports); +tslib_1.__exportStar(__nccwpck_require__(37432), exports); +tslib_1.__exportStar(__nccwpck_require__(61892), exports); /***/ }), -/***/ 7432: +/***/ 37432: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -9628,7 +9681,7 @@ exports.resolveCustomEndpointsConfig = resolveCustomEndpointsConfig; /***/ }), -/***/ 1892: +/***/ 61892: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -9636,7 +9689,7 @@ exports.resolveCustomEndpointsConfig = resolveCustomEndpointsConfig; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveEndpointsConfig = void 0; const util_middleware_1 = __nccwpck_require__(2390); -const getEndpointFromRegion_1 = __nccwpck_require__(8570); +const getEndpointFromRegion_1 = __nccwpck_require__(48570); const resolveEndpointsConfig = (input) => { var _a, _b; const useDualstackEndpoint = (0, util_middleware_1.normalizeProvider)((_a = input.useDualstackEndpoint) !== null && _a !== void 0 ? _a : false); @@ -9656,7 +9709,7 @@ exports.resolveEndpointsConfig = resolveEndpointsConfig; /***/ }), -/***/ 8570: +/***/ 48570: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9684,21 +9737,21 @@ exports.getEndpointFromRegion = getEndpointFromRegion; /***/ }), -/***/ 3098: +/***/ 53098: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(8421), exports); +tslib_1.__exportStar(__nccwpck_require__(18421), exports); tslib_1.__exportStar(__nccwpck_require__(221), exports); -tslib_1.__exportStar(__nccwpck_require__(6985), exports); +tslib_1.__exportStar(__nccwpck_require__(86985), exports); /***/ }), -/***/ 3898: +/***/ 33898: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9721,14 +9774,14 @@ exports.NODE_REGION_CONFIG_FILE_OPTIONS = { /***/ }), -/***/ 9506: +/***/ 49506: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRealRegion = void 0; -const isFipsRegion_1 = __nccwpck_require__(3870); +const isFipsRegion_1 = __nccwpck_require__(43870); const getRealRegion = (region) => (0, isFipsRegion_1.isFipsRegion)(region) ? ["fips-aws-global", "aws-fips"].includes(region) ? "us-east-1" @@ -9746,13 +9799,13 @@ exports.getRealRegion = getRealRegion; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(3898), exports); -tslib_1.__exportStar(__nccwpck_require__(7065), exports); +tslib_1.__exportStar(__nccwpck_require__(33898), exports); +tslib_1.__exportStar(__nccwpck_require__(87065), exports); /***/ }), -/***/ 3870: +/***/ 43870: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9765,15 +9818,15 @@ exports.isFipsRegion = isFipsRegion; /***/ }), -/***/ 7065: +/***/ 87065: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveRegionConfig = void 0; -const getRealRegion_1 = __nccwpck_require__(9506); -const isFipsRegion_1 = __nccwpck_require__(3870); +const getRealRegion_1 = __nccwpck_require__(49506); +const isFipsRegion_1 = __nccwpck_require__(43870); const resolveRegionConfig = (input) => { const { region, useFipsEndpoint } = input; if (!region) { @@ -9802,7 +9855,7 @@ exports.resolveRegionConfig = resolveRegionConfig; /***/ }), -/***/ 9814: +/***/ 19814: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9812,7 +9865,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 4832: +/***/ 14832: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9822,7 +9875,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 9760: +/***/ 99760: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9838,17 +9891,17 @@ exports.getHostnameFromVariants = getHostnameFromVariants; /***/ }), -/***/ 7792: +/***/ 77792: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRegionInfo = void 0; -const getHostnameFromVariants_1 = __nccwpck_require__(9760); +const getHostnameFromVariants_1 = __nccwpck_require__(99760); const getResolvedHostname_1 = __nccwpck_require__(1487); -const getResolvedPartition_1 = __nccwpck_require__(4441); -const getResolvedSigningRegion_1 = __nccwpck_require__(2281); +const getResolvedPartition_1 = __nccwpck_require__(44441); +const getResolvedSigningRegion_1 = __nccwpck_require__(92281); const getRegionInfo = (region, { useFipsEndpoint = false, useDualstackEndpoint = false, signingService, regionHash, partitionHash, }) => { var _a, _b, _c, _d, _e, _f; const partition = (0, getResolvedPartition_1.getResolvedPartition)(region, { partitionHash }); @@ -9897,7 +9950,7 @@ exports.getResolvedHostname = getResolvedHostname; /***/ }), -/***/ 4441: +/***/ 44441: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9910,7 +9963,7 @@ exports.getResolvedPartition = getResolvedPartition; /***/ }), -/***/ 2281: +/***/ 92281: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9934,21 +9987,21 @@ exports.getResolvedSigningRegion = getResolvedSigningRegion; /***/ }), -/***/ 6985: +/***/ 86985: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(9814), exports); -tslib_1.__exportStar(__nccwpck_require__(4832), exports); -tslib_1.__exportStar(__nccwpck_require__(7792), exports); +tslib_1.__exportStar(__nccwpck_require__(19814), exports); +tslib_1.__exportStar(__nccwpck_require__(14832), exports); +tslib_1.__exportStar(__nccwpck_require__(77792), exports); /***/ }), -/***/ 8044: +/***/ 18044: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9964,7 +10017,7 @@ var Endpoint; /***/ }), -/***/ 7342: +/***/ 57342: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9982,7 +10035,7 @@ exports.ENDPOINT_CONFIG_OPTIONS = { /***/ }), -/***/ 991: +/***/ 80991: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -9998,14 +10051,14 @@ var EndpointMode; /***/ }), -/***/ 8337: +/***/ 88337: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ENDPOINT_MODE_CONFIG_OPTIONS = exports.CONFIG_ENDPOINT_MODE_NAME = exports.ENV_ENDPOINT_MODE_NAME = void 0; -const EndpointMode_1 = __nccwpck_require__(991); +const EndpointMode_1 = __nccwpck_require__(80991); exports.ENV_ENDPOINT_MODE_NAME = "AWS_EC2_METADATA_SERVICE_ENDPOINT_MODE"; exports.CONFIG_ENDPOINT_MODE_NAME = "ec2_metadata_service_endpoint_mode"; exports.ENDPOINT_MODE_CONFIG_OPTIONS = { @@ -10017,19 +10070,19 @@ exports.ENDPOINT_MODE_CONFIG_OPTIONS = { /***/ }), -/***/ 9227: +/***/ 89227: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromContainerMetadata = exports.ENV_CMDS_AUTH_TOKEN = exports.ENV_CMDS_RELATIVE_URI = exports.ENV_CMDS_FULL_URI = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const url_1 = __nccwpck_require__(7310); -const httpRequest_1 = __nccwpck_require__(2199); -const ImdsCredentials_1 = __nccwpck_require__(9040); -const RemoteProviderInit_1 = __nccwpck_require__(8533); -const retry_1 = __nccwpck_require__(1351); +const property_provider_1 = __nccwpck_require__(79721); +const url_1 = __nccwpck_require__(57310); +const httpRequest_1 = __nccwpck_require__(32199); +const ImdsCredentials_1 = __nccwpck_require__(6894); +const RemoteProviderInit_1 = __nccwpck_require__(98533); +const retry_1 = __nccwpck_require__(91351); exports.ENV_CMDS_FULL_URI = "AWS_CONTAINER_CREDENTIALS_FULL_URI"; exports.ENV_CMDS_RELATIVE_URI = "AWS_CONTAINER_CREDENTIALS_RELATIVE_URI"; exports.ENV_CMDS_AUTH_TOKEN = "AWS_CONTAINER_AUTHORIZATION_TOKEN"; @@ -10095,20 +10148,20 @@ const getCmdsUri = async () => { /***/ }), -/***/ 2207: +/***/ 52207: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromInstanceMetadata = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const httpRequest_1 = __nccwpck_require__(2199); -const ImdsCredentials_1 = __nccwpck_require__(9040); -const RemoteProviderInit_1 = __nccwpck_require__(8533); -const retry_1 = __nccwpck_require__(1351); -const getInstanceMetadataEndpoint_1 = __nccwpck_require__(2460); -const staticStabilityProvider_1 = __nccwpck_require__(4035); +const property_provider_1 = __nccwpck_require__(79721); +const httpRequest_1 = __nccwpck_require__(32199); +const ImdsCredentials_1 = __nccwpck_require__(6894); +const RemoteProviderInit_1 = __nccwpck_require__(98533); +const retry_1 = __nccwpck_require__(91351); +const getInstanceMetadataEndpoint_1 = __nccwpck_require__(92460); +const staticStabilityProvider_1 = __nccwpck_require__(74035); const IMDS_PATH = "/latest/meta-data/iam/security-credentials/"; const IMDS_TOKEN_PATH = "/latest/api/token"; const fromInstanceMetadata = (init = {}) => (0, staticStabilityProvider_1.staticStabilityProvider)(getInstanceImdsProvider(init), { logger: init.logger }); @@ -10206,19 +10259,19 @@ const getCredentialsFromProfile = async (profile, options) => { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getInstanceMetadataEndpoint = exports.httpRequest = void 0; const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(9227), exports); -tslib_1.__exportStar(__nccwpck_require__(2207), exports); -tslib_1.__exportStar(__nccwpck_require__(8533), exports); -tslib_1.__exportStar(__nccwpck_require__(5036), exports); -var httpRequest_1 = __nccwpck_require__(2199); +tslib_1.__exportStar(__nccwpck_require__(89227), exports); +tslib_1.__exportStar(__nccwpck_require__(52207), exports); +tslib_1.__exportStar(__nccwpck_require__(98533), exports); +tslib_1.__exportStar(__nccwpck_require__(45036), exports); +var httpRequest_1 = __nccwpck_require__(32199); Object.defineProperty(exports, "httpRequest", ({ enumerable: true, get: function () { return httpRequest_1.httpRequest; } })); -var getInstanceMetadataEndpoint_1 = __nccwpck_require__(2460); +var getInstanceMetadataEndpoint_1 = __nccwpck_require__(92460); Object.defineProperty(exports, "getInstanceMetadataEndpoint", ({ enumerable: true, get: function () { return getInstanceMetadataEndpoint_1.getInstanceMetadataEndpoint; } })); /***/ }), -/***/ 9040: +/***/ 6894: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -10243,7 +10296,7 @@ exports.fromImdsCredentials = fromImdsCredentials; /***/ }), -/***/ 8533: +/***/ 98533: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -10258,16 +10311,16 @@ exports.providerConfigFromInit = providerConfigFromInit; /***/ }), -/***/ 2199: +/***/ 32199: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.httpRequest = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const buffer_1 = __nccwpck_require__(4300); -const http_1 = __nccwpck_require__(3685); +const property_provider_1 = __nccwpck_require__(79721); +const buffer_1 = __nccwpck_require__(14300); +const http_1 = __nccwpck_require__(13685); function httpRequest(options) { return new Promise((resolve, reject) => { var _a; @@ -10307,7 +10360,7 @@ exports.httpRequest = httpRequest; /***/ }), -/***/ 1351: +/***/ 91351: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -10326,7 +10379,7 @@ exports.retry = retry; /***/ }), -/***/ 5036: +/***/ 45036: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -10336,7 +10389,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 2666: +/***/ 22666: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -10366,19 +10419,19 @@ exports.getExtendedInstanceMetadataCredentials = getExtendedInstanceMetadataCred /***/ }), -/***/ 2460: +/***/ 92460: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getInstanceMetadataEndpoint = void 0; -const node_config_provider_1 = __nccwpck_require__(3461); -const url_parser_1 = __nccwpck_require__(4681); -const Endpoint_1 = __nccwpck_require__(8044); -const EndpointConfigOptions_1 = __nccwpck_require__(7342); -const EndpointMode_1 = __nccwpck_require__(991); -const EndpointModeConfigOptions_1 = __nccwpck_require__(8337); +const node_config_provider_1 = __nccwpck_require__(33461); +const url_parser_1 = __nccwpck_require__(14681); +const Endpoint_1 = __nccwpck_require__(18044); +const EndpointConfigOptions_1 = __nccwpck_require__(57342); +const EndpointMode_1 = __nccwpck_require__(80991); +const EndpointModeConfigOptions_1 = __nccwpck_require__(88337); const getInstanceMetadataEndpoint = async () => (0, url_parser_1.parseUrl)((await getFromEndpointConfig()) || (await getFromEndpointModeConfig())); exports.getInstanceMetadataEndpoint = getInstanceMetadataEndpoint; const getFromEndpointConfig = async () => (0, node_config_provider_1.loadConfig)(EndpointConfigOptions_1.ENDPOINT_CONFIG_OPTIONS)(); @@ -10397,14 +10450,14 @@ const getFromEndpointModeConfig = async () => { /***/ }), -/***/ 4035: +/***/ 74035: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.staticStabilityProvider = void 0; -const getExtendedInstanceMetadataCredentials_1 = __nccwpck_require__(2666); +const getExtendedInstanceMetadataCredentials_1 = __nccwpck_require__(22666); const staticStabilityProvider = (provider, options = {}) => { const logger = (options === null || options === void 0 ? void 0 : options.logger) || console; let pastCredentials; @@ -10434,16 +10487,16 @@ exports.staticStabilityProvider = staticStabilityProvider; /***/ }), -/***/ 1014: +/***/ 11014: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.EventStreamCodec = void 0; -const crc32_1 = __nccwpck_require__(7327); -const HeaderMarshaller_1 = __nccwpck_require__(4712); -const splitMessage_1 = __nccwpck_require__(597); +const crc32_1 = __nccwpck_require__(47327); +const HeaderMarshaller_1 = __nccwpck_require__(74712); +const splitMessage_1 = __nccwpck_require__(20597); class EventStreamCodec { constructor(toUtf8, fromUtf8) { this.headerMarshaller = new HeaderMarshaller_1.HeaderMarshaller(toUtf8, fromUtf8); @@ -10508,15 +10561,15 @@ exports.EventStreamCodec = EventStreamCodec; /***/ }), -/***/ 4712: +/***/ 74712: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.HeaderMarshaller = void 0; -const util_hex_encoding_1 = __nccwpck_require__(5364); -const Int64_1 = __nccwpck_require__(6086); +const util_hex_encoding_1 = __nccwpck_require__(45364); +const Int64_1 = __nccwpck_require__(46086); class HeaderMarshaller { constructor(toUtf8, fromUtf8) { this.toUtf8 = toUtf8; @@ -10702,14 +10755,14 @@ const UUID_PATTERN = /^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{ /***/ }), -/***/ 6086: +/***/ 46086: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Int64 = void 0; -const util_hex_encoding_1 = __nccwpck_require__(5364); +const util_hex_encoding_1 = __nccwpck_require__(45364); class Int64 { constructor(bytes) { this.bytes = bytes; @@ -10757,7 +10810,7 @@ function negate(bytes) { /***/ }), -/***/ 3684: +/***/ 73684: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -10767,7 +10820,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 7255: +/***/ 57255: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -10793,7 +10846,7 @@ exports.MessageDecoderStream = MessageDecoderStream; /***/ }), -/***/ 2362: +/***/ 52362: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -10822,7 +10875,7 @@ exports.MessageEncoderStream = MessageEncoderStream; /***/ }), -/***/ 2379: +/***/ 62379: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -10850,7 +10903,7 @@ exports.SmithyMessageDecoderStream = SmithyMessageDecoderStream; /***/ }), -/***/ 2484: +/***/ 12484: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -10876,33 +10929,33 @@ exports.SmithyMessageEncoderStream = SmithyMessageEncoderStream; /***/ }), -/***/ 6459: +/***/ 56459: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(1014), exports); -tslib_1.__exportStar(__nccwpck_require__(4712), exports); -tslib_1.__exportStar(__nccwpck_require__(6086), exports); -tslib_1.__exportStar(__nccwpck_require__(3684), exports); -tslib_1.__exportStar(__nccwpck_require__(7255), exports); -tslib_1.__exportStar(__nccwpck_require__(2362), exports); -tslib_1.__exportStar(__nccwpck_require__(2379), exports); -tslib_1.__exportStar(__nccwpck_require__(2484), exports); +tslib_1.__exportStar(__nccwpck_require__(11014), exports); +tslib_1.__exportStar(__nccwpck_require__(74712), exports); +tslib_1.__exportStar(__nccwpck_require__(46086), exports); +tslib_1.__exportStar(__nccwpck_require__(73684), exports); +tslib_1.__exportStar(__nccwpck_require__(57255), exports); +tslib_1.__exportStar(__nccwpck_require__(52362), exports); +tslib_1.__exportStar(__nccwpck_require__(62379), exports); +tslib_1.__exportStar(__nccwpck_require__(12484), exports); /***/ }), -/***/ 597: +/***/ 20597: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.splitMessage = void 0; -const crc32_1 = __nccwpck_require__(7327); +const crc32_1 = __nccwpck_require__(47327); const PRELUDE_MEMBER_LENGTH = 4; const PRELUDE_LENGTH = PRELUDE_MEMBER_LENGTH * 2; const CHECKSUM_LENGTH = 4; @@ -10944,9 +10997,9 @@ exports.splitMessage = splitMessage; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Hash = void 0; -const util_buffer_from_1 = __nccwpck_require__(1381); -const util_utf8_1 = __nccwpck_require__(1895); -const buffer_1 = __nccwpck_require__(4300); +const util_buffer_from_1 = __nccwpck_require__(31381); +const util_utf8_1 = __nccwpck_require__(41895); +const buffer_1 = __nccwpck_require__(14300); const crypto_1 = __nccwpck_require__(6113); class Hash { constructor(algorithmIdentifier, secret) { @@ -10983,7 +11036,7 @@ function castSourceData(toCast, encoding) { /***/ }), -/***/ 780: +/***/ 10780: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -10997,14 +11050,14 @@ exports.isArrayBuffer = isArrayBuffer; /***/ }), -/***/ 2800: +/***/ 82800: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getContentLengthPlugin = exports.contentLengthMiddlewareOptions = exports.contentLengthMiddleware = void 0; -const protocol_http_1 = __nccwpck_require__(4418); +const protocol_http_1 = __nccwpck_require__(64418); const CONTENT_LENGTH_HEADER = "content-length"; function contentLengthMiddleware(bodyLengthChecker) { return (next) => async (args) => { @@ -11087,14 +11140,14 @@ exports.createConfigValueProvider = createConfigValueProvider; /***/ }), -/***/ 3929: +/***/ 73929: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveParams = exports.getEndpointFromInstructions = void 0; -const service_customizations_1 = __nccwpck_require__(3105); +const service_customizations_1 = __nccwpck_require__(13105); const createConfigValueProvider_1 = __nccwpck_require__(465); const getEndpointFromInstructions = async (commandInput, instructionsSupplier, clientConfig, context) => { const endpointParams = await (0, exports.resolveParams)(commandInput, instructionsSupplier, clientConfig); @@ -11138,27 +11191,27 @@ exports.resolveParams = resolveParams; /***/ }), -/***/ 890: +/***/ 50890: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(3929), exports); -tslib_1.__exportStar(__nccwpck_require__(8938), exports); +tslib_1.__exportStar(__nccwpck_require__(73929), exports); +tslib_1.__exportStar(__nccwpck_require__(38938), exports); /***/ }), -/***/ 8938: +/***/ 38938: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toEndpointV1 = void 0; -const url_parser_1 = __nccwpck_require__(4681); +const url_parser_1 = __nccwpck_require__(14681); const toEndpointV1 = (endpoint) => { if (typeof endpoint === "object") { if ("url" in endpoint) { @@ -11173,14 +11226,14 @@ exports.toEndpointV1 = toEndpointV1; /***/ }), -/***/ 5520: +/***/ 55520: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.endpointMiddleware = void 0; -const getEndpointFromInstructions_1 = __nccwpck_require__(3929); +const getEndpointFromInstructions_1 = __nccwpck_require__(73929); const endpointMiddleware = ({ config, instructions, }) => { return (next, context) => async (args) => { var _a, _b; @@ -11206,15 +11259,15 @@ exports.endpointMiddleware = endpointMiddleware; /***/ }), -/***/ 1329: +/***/ 71329: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getEndpointPlugin = exports.endpointMiddlewareOptions = void 0; -const middleware_serde_1 = __nccwpck_require__(1238); -const endpointMiddleware_1 = __nccwpck_require__(5520); +const middleware_serde_1 = __nccwpck_require__(81238); +const endpointMiddleware_1 = __nccwpck_require__(55520); exports.endpointMiddlewareOptions = { step: "serialize", tags: ["ENDPOINT_PARAMETERS", "ENDPOINT_V2", "ENDPOINT"], @@ -11236,23 +11289,23 @@ exports.getEndpointPlugin = getEndpointPlugin; /***/ }), -/***/ 2918: +/***/ 82918: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(890), exports); -tslib_1.__exportStar(__nccwpck_require__(5520), exports); -tslib_1.__exportStar(__nccwpck_require__(1329), exports); -tslib_1.__exportStar(__nccwpck_require__(4139), exports); -tslib_1.__exportStar(__nccwpck_require__(9720), exports); +tslib_1.__exportStar(__nccwpck_require__(50890), exports); +tslib_1.__exportStar(__nccwpck_require__(55520), exports); +tslib_1.__exportStar(__nccwpck_require__(71329), exports); +tslib_1.__exportStar(__nccwpck_require__(74139), exports); +tslib_1.__exportStar(__nccwpck_require__(39720), exports); /***/ }), -/***/ 4139: +/***/ 74139: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -11260,7 +11313,7 @@ tslib_1.__exportStar(__nccwpck_require__(9720), exports); Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveEndpointConfig = void 0; const util_middleware_1 = __nccwpck_require__(2390); -const toEndpointV1_1 = __nccwpck_require__(8938); +const toEndpointV1_1 = __nccwpck_require__(38938); const resolveEndpointConfig = (input) => { var _a, _b, _c; const tls = (_a = input.tls) !== null && _a !== void 0 ? _a : true; @@ -11281,19 +11334,19 @@ exports.resolveEndpointConfig = resolveEndpointConfig; /***/ }), -/***/ 3105: +/***/ 13105: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(9194), exports); +tslib_1.__exportStar(__nccwpck_require__(19194), exports); /***/ }), -/***/ 9194: +/***/ 19194: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -11344,7 +11397,7 @@ exports.isArnBucketName = isArnBucketName; /***/ }), -/***/ 9720: +/***/ 39720: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -11354,15 +11407,15 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 155: +/***/ 80155: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AdaptiveRetryStrategy = void 0; -const util_retry_1 = __nccwpck_require__(4902); -const StandardRetryStrategy_1 = __nccwpck_require__(4582); +const util_retry_1 = __nccwpck_require__(84902); +const StandardRetryStrategy_1 = __nccwpck_require__(94582); class AdaptiveRetryStrategy extends StandardRetryStrategy_1.StandardRetryStrategy { constructor(maxAttemptsProvider, options) { const { rateLimiter, ...superOptions } = options !== null && options !== void 0 ? options : {}; @@ -11386,21 +11439,21 @@ exports.AdaptiveRetryStrategy = AdaptiveRetryStrategy; /***/ }), -/***/ 4582: +/***/ 94582: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StandardRetryStrategy = void 0; -const protocol_http_1 = __nccwpck_require__(4418); +const protocol_http_1 = __nccwpck_require__(64418); const service_error_classification_1 = __nccwpck_require__(6375); -const util_retry_1 = __nccwpck_require__(4902); -const uuid_1 = __nccwpck_require__(5840); -const defaultRetryQuota_1 = __nccwpck_require__(9991); +const util_retry_1 = __nccwpck_require__(84902); +const uuid_1 = __nccwpck_require__(75840); +const defaultRetryQuota_1 = __nccwpck_require__(29991); const delayDecider_1 = __nccwpck_require__(9465); -const retryDecider_1 = __nccwpck_require__(7653); -const util_1 = __nccwpck_require__(2827); +const retryDecider_1 = __nccwpck_require__(67653); +const util_1 = __nccwpck_require__(42827); class StandardRetryStrategy { constructor(maxAttemptsProvider, options) { var _a, _b, _c; @@ -11489,7 +11542,7 @@ const getDelayFromRetryAfterHeader = (response) => { /***/ }), -/***/ 8709: +/***/ 58709: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -11497,7 +11550,7 @@ const getDelayFromRetryAfterHeader = (response) => { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NODE_RETRY_MODE_CONFIG_OPTIONS = exports.CONFIG_RETRY_MODE = exports.ENV_RETRY_MODE = exports.resolveRetryConfig = exports.NODE_MAX_ATTEMPT_CONFIG_OPTIONS = exports.CONFIG_MAX_ATTEMPTS = exports.ENV_MAX_ATTEMPTS = void 0; const util_middleware_1 = __nccwpck_require__(2390); -const util_retry_1 = __nccwpck_require__(4902); +const util_retry_1 = __nccwpck_require__(84902); exports.ENV_MAX_ATTEMPTS = "AWS_MAX_ATTEMPTS"; exports.CONFIG_MAX_ATTEMPTS = "max_attempts"; exports.NODE_MAX_ATTEMPT_CONFIG_OPTIONS = { @@ -11554,14 +11607,14 @@ exports.NODE_RETRY_MODE_CONFIG_OPTIONS = { /***/ }), -/***/ 9991: +/***/ 29991: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getDefaultRetryQuota = void 0; -const util_retry_1 = __nccwpck_require__(4902); +const util_retry_1 = __nccwpck_require__(84902); const getDefaultRetryQuota = (initialRetryTokens, options) => { var _a, _b, _c; const MAX_CAPACITY = initialRetryTokens; @@ -11601,40 +11654,40 @@ exports.getDefaultRetryQuota = getDefaultRetryQuota; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultDelayDecider = void 0; -const util_retry_1 = __nccwpck_require__(4902); +const util_retry_1 = __nccwpck_require__(84902); const defaultDelayDecider = (delayBase, attempts) => Math.floor(Math.min(util_retry_1.MAXIMUM_RETRY_DELAY, Math.random() * 2 ** attempts * delayBase)); exports.defaultDelayDecider = defaultDelayDecider; /***/ }), -/***/ 6039: +/***/ 96039: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(155), exports); -tslib_1.__exportStar(__nccwpck_require__(4582), exports); -tslib_1.__exportStar(__nccwpck_require__(8709), exports); +tslib_1.__exportStar(__nccwpck_require__(80155), exports); +tslib_1.__exportStar(__nccwpck_require__(94582), exports); +tslib_1.__exportStar(__nccwpck_require__(58709), exports); tslib_1.__exportStar(__nccwpck_require__(9465), exports); -tslib_1.__exportStar(__nccwpck_require__(6556), exports); -tslib_1.__exportStar(__nccwpck_require__(7653), exports); -tslib_1.__exportStar(__nccwpck_require__(1434), exports); +tslib_1.__exportStar(__nccwpck_require__(76556), exports); +tslib_1.__exportStar(__nccwpck_require__(67653), exports); +tslib_1.__exportStar(__nccwpck_require__(81434), exports); /***/ }), -/***/ 6556: +/***/ 76556: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getOmitRetryHeadersPlugin = exports.omitRetryHeadersMiddlewareOptions = exports.omitRetryHeadersMiddleware = void 0; -const protocol_http_1 = __nccwpck_require__(4418); -const util_retry_1 = __nccwpck_require__(4902); +const protocol_http_1 = __nccwpck_require__(64418); +const util_retry_1 = __nccwpck_require__(84902); const omitRetryHeadersMiddleware = () => (next) => async (args) => { const { request } = args; if (protocol_http_1.HttpRequest.isInstance(request)) { @@ -11661,7 +11714,7 @@ exports.getOmitRetryHeadersPlugin = getOmitRetryHeadersPlugin; /***/ }), -/***/ 7653: +/***/ 67653: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -11680,18 +11733,18 @@ exports.defaultRetryDecider = defaultRetryDecider; /***/ }), -/***/ 1434: +/***/ 81434: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRetryAfterHint = exports.getRetryPlugin = exports.retryMiddlewareOptions = exports.retryMiddleware = void 0; -const protocol_http_1 = __nccwpck_require__(4418); +const protocol_http_1 = __nccwpck_require__(64418); const service_error_classification_1 = __nccwpck_require__(6375); -const util_retry_1 = __nccwpck_require__(4902); -const uuid_1 = __nccwpck_require__(5840); -const util_1 = __nccwpck_require__(2827); +const util_retry_1 = __nccwpck_require__(84902); +const uuid_1 = __nccwpck_require__(75840); +const util_1 = __nccwpck_require__(42827); const retryMiddleware = (options) => (next, context) => async (args) => { let retryStrategy = await options.retryStrategy(); const maxAttempts = await options.maxAttempts(); @@ -11798,7 +11851,7 @@ exports.getRetryAfterHint = getRetryAfterHint; /***/ }), -/***/ 2827: +/***/ 42827: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -11819,7 +11872,7 @@ exports.asSdkError = asSdkError; /***/ }), -/***/ 9922: +/***/ 21595: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -11851,29 +11904,29 @@ exports.deserializerMiddleware = deserializerMiddleware; /***/ }), -/***/ 1238: +/***/ 81238: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(9922), exports); -tslib_1.__exportStar(__nccwpck_require__(6485), exports); -tslib_1.__exportStar(__nccwpck_require__(3566), exports); +tslib_1.__exportStar(__nccwpck_require__(21595), exports); +tslib_1.__exportStar(__nccwpck_require__(72338), exports); +tslib_1.__exportStar(__nccwpck_require__(23566), exports); /***/ }), -/***/ 6485: +/***/ 72338: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getSerdePlugin = exports.serializerMiddlewareOption = exports.deserializerMiddlewareOption = void 0; -const deserializerMiddleware_1 = __nccwpck_require__(9922); -const serializerMiddleware_1 = __nccwpck_require__(3566); +const deserializerMiddleware_1 = __nccwpck_require__(21595); +const serializerMiddleware_1 = __nccwpck_require__(23566); exports.deserializerMiddlewareOption = { name: "deserializerMiddleware", step: "deserialize", @@ -11899,7 +11952,7 @@ exports.getSerdePlugin = getSerdePlugin; /***/ }), -/***/ 3566: +/***/ 23566: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -12158,7 +12211,7 @@ const priorityWeights = { /***/ }), -/***/ 7911: +/***/ 97911: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -12170,31 +12223,31 @@ tslib_1.__exportStar(__nccwpck_require__(2404), exports); /***/ }), -/***/ 4766: +/***/ 54766: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.loadConfig = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const fromEnv_1 = __nccwpck_require__(5606); -const fromSharedConfigFiles_1 = __nccwpck_require__(5784); -const fromStatic_1 = __nccwpck_require__(3091); +const property_provider_1 = __nccwpck_require__(79721); +const fromEnv_1 = __nccwpck_require__(15606); +const fromSharedConfigFiles_1 = __nccwpck_require__(45784); +const fromStatic_1 = __nccwpck_require__(23091); const loadConfig = ({ environmentVariableSelector, configFileSelector, default: defaultValue }, configuration = {}) => (0, property_provider_1.memoize)((0, property_provider_1.chain)((0, fromEnv_1.fromEnv)(environmentVariableSelector), (0, fromSharedConfigFiles_1.fromSharedConfigFiles)(configFileSelector, configuration), (0, fromStatic_1.fromStatic)(defaultValue))); exports.loadConfig = loadConfig; /***/ }), -/***/ 5606: +/***/ 15606: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromEnv = void 0; -const property_provider_1 = __nccwpck_require__(9721); +const property_provider_1 = __nccwpck_require__(79721); const fromEnv = (envVarSelector) => async () => { try { const config = envVarSelector(process.env); @@ -12212,15 +12265,15 @@ exports.fromEnv = fromEnv; /***/ }), -/***/ 5784: +/***/ 45784: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromSharedConfigFiles = void 0; -const property_provider_1 = __nccwpck_require__(9721); -const shared_ini_file_loader_1 = __nccwpck_require__(3507); +const property_provider_1 = __nccwpck_require__(79721); +const shared_ini_file_loader_1 = __nccwpck_require__(43507); const fromSharedConfigFiles = (configSelector, { preferredFile = "config", ...init } = {}) => async () => { const profile = (0, shared_ini_file_loader_1.getProfileName)(init); const { configFile, credentialsFile } = await (0, shared_ini_file_loader_1.loadSharedConfigFiles)(init); @@ -12245,14 +12298,14 @@ exports.fromSharedConfigFiles = fromSharedConfigFiles; /***/ }), -/***/ 3091: +/***/ 23091: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromStatic = void 0; -const property_provider_1 = __nccwpck_require__(9721); +const property_provider_1 = __nccwpck_require__(79721); const isFunction = (func) => typeof func === "function"; const fromStatic = (defaultValue) => isFunction(defaultValue) ? async () => await defaultValue() : (0, property_provider_1.fromStatic)(defaultValue); exports.fromStatic = fromStatic; @@ -12260,19 +12313,19 @@ exports.fromStatic = fromStatic; /***/ }), -/***/ 3461: +/***/ 33461: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(4766), exports); +tslib_1.__exportStar(__nccwpck_require__(54766), exports); /***/ }), -/***/ 3946: +/***/ 33946: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -12284,7 +12337,7 @@ exports.NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "EPIPE", "ETIMEDOUT"]; /***/ }), -/***/ 508: +/***/ 70508: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -12304,37 +12357,37 @@ exports.getTransformedHeaders = getTransformedHeaders; /***/ }), -/***/ 258: +/***/ 20258: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(6948), exports); -tslib_1.__exportStar(__nccwpck_require__(6999), exports); -tslib_1.__exportStar(__nccwpck_require__(1030), exports); +tslib_1.__exportStar(__nccwpck_require__(96948), exports); +tslib_1.__exportStar(__nccwpck_require__(46999), exports); +tslib_1.__exportStar(__nccwpck_require__(81030), exports); /***/ }), -/***/ 6948: +/***/ 96948: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NodeHttpHandler = exports.DEFAULT_REQUEST_TIMEOUT = void 0; -const protocol_http_1 = __nccwpck_require__(4418); -const querystring_builder_1 = __nccwpck_require__(8031); -const http_1 = __nccwpck_require__(3685); -const https_1 = __nccwpck_require__(5687); -const constants_1 = __nccwpck_require__(3946); -const get_transformed_headers_1 = __nccwpck_require__(508); -const set_connection_timeout_1 = __nccwpck_require__(5545); -const set_socket_keep_alive_1 = __nccwpck_require__(3751); -const set_socket_timeout_1 = __nccwpck_require__(2618); -const write_request_body_1 = __nccwpck_require__(3766); +const protocol_http_1 = __nccwpck_require__(64418); +const querystring_builder_1 = __nccwpck_require__(68031); +const http_1 = __nccwpck_require__(13685); +const https_1 = __nccwpck_require__(95687); +const constants_1 = __nccwpck_require__(33946); +const get_transformed_headers_1 = __nccwpck_require__(70508); +const set_connection_timeout_1 = __nccwpck_require__(25545); +const set_socket_keep_alive_1 = __nccwpck_require__(83751); +const set_socket_timeout_1 = __nccwpck_require__(42618); +const write_request_body_1 = __nccwpck_require__(73766); exports.DEFAULT_REQUEST_TIMEOUT = 0; class NodeHttpHandler { constructor(options) { @@ -12468,8 +12521,8 @@ exports.NodeHttpHandler = NodeHttpHandler; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NodeHttp2ConnectionManager = void 0; const tslib_1 = __nccwpck_require__(4351); -const http2_1 = tslib_1.__importDefault(__nccwpck_require__(5158)); -const node_http2_connection_pool_1 = __nccwpck_require__(5157); +const http2_1 = tslib_1.__importDefault(__nccwpck_require__(85158)); +const node_http2_connection_pool_1 = __nccwpck_require__(95157); class NodeHttp2ConnectionManager { constructor(config) { this.sessionCache = new Map(); @@ -12560,7 +12613,7 @@ exports.NodeHttp2ConnectionManager = NodeHttp2ConnectionManager; /***/ }), -/***/ 5157: +/***/ 95157: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -12604,19 +12657,19 @@ exports.NodeHttp2ConnectionPool = NodeHttp2ConnectionPool; /***/ }), -/***/ 6999: +/***/ 46999: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NodeHttp2Handler = void 0; -const protocol_http_1 = __nccwpck_require__(4418); -const querystring_builder_1 = __nccwpck_require__(8031); -const http2_1 = __nccwpck_require__(5158); -const get_transformed_headers_1 = __nccwpck_require__(508); +const protocol_http_1 = __nccwpck_require__(64418); +const querystring_builder_1 = __nccwpck_require__(68031); +const http2_1 = __nccwpck_require__(85158); +const get_transformed_headers_1 = __nccwpck_require__(70508); const node_http2_connection_manager_1 = __nccwpck_require__(5771); -const write_request_body_1 = __nccwpck_require__(3766); +const write_request_body_1 = __nccwpck_require__(73766); class NodeHttp2Handler { constructor(options) { this.metadata = { handlerProtocol: "h2" }; @@ -12758,7 +12811,7 @@ exports.NodeHttp2Handler = NodeHttp2Handler; /***/ }), -/***/ 5545: +/***/ 25545: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -12791,7 +12844,7 @@ exports.setConnectionTimeout = setConnectionTimeout; /***/ }), -/***/ 3751: +/***/ 83751: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -12811,7 +12864,7 @@ exports.setSocketKeepAlive = setSocketKeepAlive; /***/ }), -/***/ 2618: +/***/ 42618: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -12829,14 +12882,14 @@ exports.setSocketTimeout = setSocketTimeout; /***/ }), -/***/ 3211: +/***/ 23211: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Collector = void 0; -const stream_1 = __nccwpck_require__(2781); +const stream_1 = __nccwpck_require__(12781); class Collector extends stream_1.Writable { constructor() { super(...arguments); @@ -12852,14 +12905,14 @@ exports.Collector = Collector; /***/ }), -/***/ 1030: +/***/ 81030: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.streamCollector = void 0; -const collector_1 = __nccwpck_require__(3211); +const collector_1 = __nccwpck_require__(23211); const streamCollector = (stream) => new Promise((resolve, reject) => { const collector = new collector_1.Collector(); stream.pipe(collector); @@ -12878,14 +12931,14 @@ exports.streamCollector = streamCollector; /***/ }), -/***/ 3766: +/***/ 73766: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.writeRequestBody = void 0; -const stream_1 = __nccwpck_require__(2781); +const stream_1 = __nccwpck_require__(12781); const MIN_WAIT_TIME = 1000; async function writeRequestBody(httpRequest, request, maxContinueTimeoutMs = MIN_WAIT_TIME) { var _a; @@ -12931,14 +12984,14 @@ function writeBody(httpRequest, body) { /***/ }), -/***/ 3936: +/***/ 63936: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CredentialsProviderError = void 0; -const ProviderError_1 = __nccwpck_require__(3324); +const ProviderError_1 = __nccwpck_require__(23324); class CredentialsProviderError extends ProviderError_1.ProviderError { constructor(message, tryNextLink = true) { super(message, tryNextLink); @@ -12952,7 +13005,7 @@ exports.CredentialsProviderError = CredentialsProviderError; /***/ }), -/***/ 3324: +/***/ 23324: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -12975,14 +13028,14 @@ exports.ProviderError = ProviderError; /***/ }), -/***/ 429: +/***/ 50429: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.TokenProviderError = void 0; -const ProviderError_1 = __nccwpck_require__(3324); +const ProviderError_1 = __nccwpck_require__(23324); class TokenProviderError extends ProviderError_1.ProviderError { constructor(message, tryNextLink = true) { super(message, tryNextLink); @@ -12996,34 +13049,40 @@ exports.TokenProviderError = TokenProviderError; /***/ }), -/***/ 5079: +/***/ 45079: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.chain = void 0; -const ProviderError_1 = __nccwpck_require__(3324); -function chain(...providers) { - return () => { - let promise = Promise.reject(new ProviderError_1.ProviderError("No providers in chain")); - for (const provider of providers) { - promise = promise.catch((err) => { - if (err === null || err === void 0 ? void 0 : err.tryNextLink) { - return provider(); - } - throw err; - }); +const ProviderError_1 = __nccwpck_require__(23324); +const chain = (...providers) => async () => { + if (providers.length === 0) { + throw new ProviderError_1.ProviderError("No providers in chain"); + } + let lastProviderError; + for (const provider of providers) { + try { + const credentials = await provider(); + return credentials; } - return promise; - }; -} + catch (err) { + lastProviderError = err; + if (err === null || err === void 0 ? void 0 : err.tryNextLink) { + continue; + } + throw err; + } + } + throw lastProviderError; +}; exports.chain = chain; /***/ }), -/***/ 1322: +/***/ 51322: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13036,24 +13095,24 @@ exports.fromStatic = fromStatic; /***/ }), -/***/ 9721: +/***/ 79721: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(3936), exports); -tslib_1.__exportStar(__nccwpck_require__(3324), exports); -tslib_1.__exportStar(__nccwpck_require__(429), exports); -tslib_1.__exportStar(__nccwpck_require__(5079), exports); -tslib_1.__exportStar(__nccwpck_require__(1322), exports); -tslib_1.__exportStar(__nccwpck_require__(9762), exports); +tslib_1.__exportStar(__nccwpck_require__(63936), exports); +tslib_1.__exportStar(__nccwpck_require__(23324), exports); +tslib_1.__exportStar(__nccwpck_require__(50429), exports); +tslib_1.__exportStar(__nccwpck_require__(45079), exports); +tslib_1.__exportStar(__nccwpck_require__(51322), exports); +tslib_1.__exportStar(__nccwpck_require__(49762), exports); /***/ }), -/***/ 9762: +/***/ 49762: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13110,14 +13169,14 @@ exports.memoize = memoize; /***/ }), -/***/ 9179: +/***/ 89179: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Field = void 0; -const types_1 = __nccwpck_require__(5756); +const types_1 = __nccwpck_require__(55756); class Field { constructor({ name, kind = types_1.FieldPosition.HEADER, values = [] }) { this.name = name; @@ -13145,7 +13204,7 @@ exports.Field = Field; /***/ }), -/***/ 9242: +/***/ 99242: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13176,7 +13235,7 @@ exports.Fields = Fields; /***/ }), -/***/ 3206: +/***/ 63206: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13186,7 +13245,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8746: +/***/ 38746: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13246,7 +13305,7 @@ function cloneQuery(query) { /***/ }), -/***/ 6322: +/***/ 26322: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13272,25 +13331,25 @@ exports.HttpResponse = HttpResponse; /***/ }), -/***/ 4418: +/***/ 64418: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(9179), exports); -tslib_1.__exportStar(__nccwpck_require__(9242), exports); -tslib_1.__exportStar(__nccwpck_require__(3206), exports); -tslib_1.__exportStar(__nccwpck_require__(8746), exports); -tslib_1.__exportStar(__nccwpck_require__(6322), exports); -tslib_1.__exportStar(__nccwpck_require__(1466), exports); -tslib_1.__exportStar(__nccwpck_require__(9135), exports); +tslib_1.__exportStar(__nccwpck_require__(89179), exports); +tslib_1.__exportStar(__nccwpck_require__(99242), exports); +tslib_1.__exportStar(__nccwpck_require__(63206), exports); +tslib_1.__exportStar(__nccwpck_require__(38746), exports); +tslib_1.__exportStar(__nccwpck_require__(26322), exports); +tslib_1.__exportStar(__nccwpck_require__(61466), exports); +tslib_1.__exportStar(__nccwpck_require__(19135), exports); /***/ }), -/***/ 1466: +/***/ 61466: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13306,7 +13365,7 @@ exports.isValidHostname = isValidHostname; /***/ }), -/***/ 9135: +/***/ 19135: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13316,14 +13375,14 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8031: +/***/ 68031: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.buildQueryString = void 0; -const util_uri_escape_1 = __nccwpck_require__(4197); +const util_uri_escape_1 = __nccwpck_require__(54197); function buildQueryString(query) { const parts = []; for (let key of Object.keys(query).sort()) { @@ -13384,7 +13443,7 @@ exports.parseQueryString = parseQueryString; /***/ }), -/***/ 8415: +/***/ 68415: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13429,7 +13488,7 @@ exports.NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "ECONNREFUSED", "EPIPE", "ET Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isServerError = exports.isTransientError = exports.isThrottlingError = exports.isClockSkewError = exports.isRetryableByTrait = void 0; -const constants_1 = __nccwpck_require__(8415); +const constants_1 = __nccwpck_require__(68415); const isRetryableByTrait = (error) => error.$retryable !== undefined; exports.isRetryableByTrait = isRetryableByTrait; const isClockSkewError = (error) => constants_1.CLOCK_SKEW_ERROR_CODES.includes(error.name); @@ -13464,15 +13523,15 @@ exports.isServerError = isServerError; /***/ }), -/***/ 7237: +/***/ 47237: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getConfigFilepath = exports.ENV_CONFIG_PATH = void 0; -const path_1 = __nccwpck_require__(1017); -const getHomeDir_1 = __nccwpck_require__(8193); +const path_1 = __nccwpck_require__(71017); +const getHomeDir_1 = __nccwpck_require__(68340); exports.ENV_CONFIG_PATH = "AWS_CONFIG_FILE"; const getConfigFilepath = () => process.env[exports.ENV_CONFIG_PATH] || (0, path_1.join)((0, getHomeDir_1.getHomeDir)(), ".aws", "config"); exports.getConfigFilepath = getConfigFilepath; @@ -13480,15 +13539,15 @@ exports.getConfigFilepath = getConfigFilepath; /***/ }), -/***/ 9036: +/***/ 99036: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getCredentialsFilepath = exports.ENV_CREDENTIALS_PATH = void 0; -const path_1 = __nccwpck_require__(1017); -const getHomeDir_1 = __nccwpck_require__(8193); +const path_1 = __nccwpck_require__(71017); +const getHomeDir_1 = __nccwpck_require__(68340); exports.ENV_CREDENTIALS_PATH = "AWS_SHARED_CREDENTIALS_FILE"; const getCredentialsFilepath = () => process.env[exports.ENV_CREDENTIALS_PATH] || (0, path_1.join)((0, getHomeDir_1.getHomeDir)(), ".aws", "credentials"); exports.getCredentialsFilepath = getCredentialsFilepath; @@ -13496,15 +13555,23 @@ exports.getCredentialsFilepath = getCredentialsFilepath; /***/ }), -/***/ 8193: +/***/ 68340: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getHomeDir = void 0; -const os_1 = __nccwpck_require__(2037); -const path_1 = __nccwpck_require__(1017); +const os_1 = __nccwpck_require__(22037); +const path_1 = __nccwpck_require__(71017); +const process_1 = __nccwpck_require__(77282); +const homeDirCache = {}; +const getHomeDirCacheKey = () => { + if (process_1.geteuid) { + return `${(0, process_1.geteuid)()}`; + } + return "DEFAULT"; +}; const getHomeDir = () => { const { HOME, USERPROFILE, HOMEPATH, HOMEDRIVE = `C:${path_1.sep}` } = process.env; if (HOME) @@ -13513,14 +13580,17 @@ const getHomeDir = () => { return USERPROFILE; if (HOMEPATH) return `${HOMEDRIVE}${HOMEPATH}`; - return (0, os_1.homedir)(); + const homeDirCacheKey = getHomeDirCacheKey(); + if (!homeDirCache[homeDirCacheKey]) + homeDirCache[homeDirCacheKey] = (0, os_1.homedir)(); + return homeDirCache[homeDirCacheKey]; }; exports.getHomeDir = getHomeDir; /***/ }), -/***/ 2041: +/***/ 32041: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13538,7 +13608,7 @@ exports.getProfileData = getProfileData; /***/ }), -/***/ 2802: +/***/ 52802: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13553,7 +13623,7 @@ exports.getProfileName = getProfileName; /***/ }), -/***/ 4740: +/***/ 24740: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -13561,8 +13631,8 @@ exports.getProfileName = getProfileName; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getSSOTokenFilepath = void 0; const crypto_1 = __nccwpck_require__(6113); -const path_1 = __nccwpck_require__(1017); -const getHomeDir_1 = __nccwpck_require__(8193); +const path_1 = __nccwpck_require__(71017); +const getHomeDir_1 = __nccwpck_require__(68340); const getSSOTokenFilepath = (id) => { const hasher = (0, crypto_1.createHash)("sha1"); const cacheName = hasher.update(id).digest("hex"); @@ -13573,15 +13643,15 @@ exports.getSSOTokenFilepath = getSSOTokenFilepath; /***/ }), -/***/ 9678: +/***/ 69678: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getSSOTokenFromFile = void 0; -const fs_1 = __nccwpck_require__(7147); -const getSSOTokenFilepath_1 = __nccwpck_require__(4740); +const fs_1 = __nccwpck_require__(57147); +const getSSOTokenFilepath_1 = __nccwpck_require__(24740); const { readFile } = fs_1.promises; const getSSOTokenFromFile = async (id) => { const ssoTokenFilepath = (0, getSSOTokenFilepath_1.getSSOTokenFilepath)(id); @@ -13593,7 +13663,7 @@ exports.getSSOTokenFromFile = getSSOTokenFromFile; /***/ }), -/***/ 2820: +/***/ 82820: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13609,37 +13679,37 @@ exports.getSsoSessionData = getSsoSessionData; /***/ }), -/***/ 3507: +/***/ 43507: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(8193), exports); -tslib_1.__exportStar(__nccwpck_require__(2802), exports); -tslib_1.__exportStar(__nccwpck_require__(4740), exports); -tslib_1.__exportStar(__nccwpck_require__(9678), exports); -tslib_1.__exportStar(__nccwpck_require__(1879), exports); -tslib_1.__exportStar(__nccwpck_require__(4649), exports); +tslib_1.__exportStar(__nccwpck_require__(68340), exports); +tslib_1.__exportStar(__nccwpck_require__(52802), exports); +tslib_1.__exportStar(__nccwpck_require__(24740), exports); +tslib_1.__exportStar(__nccwpck_require__(69678), exports); +tslib_1.__exportStar(__nccwpck_require__(41879), exports); +tslib_1.__exportStar(__nccwpck_require__(34649), exports); tslib_1.__exportStar(__nccwpck_require__(2546), exports); -tslib_1.__exportStar(__nccwpck_require__(3191), exports); +tslib_1.__exportStar(__nccwpck_require__(63191), exports); /***/ }), -/***/ 1879: +/***/ 41879: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.loadSharedConfigFiles = void 0; -const getConfigFilepath_1 = __nccwpck_require__(7237); -const getCredentialsFilepath_1 = __nccwpck_require__(9036); -const getProfileData_1 = __nccwpck_require__(2041); -const parseIni_1 = __nccwpck_require__(4262); -const slurpFile_1 = __nccwpck_require__(9155); +const getConfigFilepath_1 = __nccwpck_require__(47237); +const getCredentialsFilepath_1 = __nccwpck_require__(99036); +const getProfileData_1 = __nccwpck_require__(32041); +const parseIni_1 = __nccwpck_require__(54262); +const slurpFile_1 = __nccwpck_require__(19155); const swallowError = () => ({}); const loadSharedConfigFiles = async (init = {}) => { const { filepath = (0, getCredentialsFilepath_1.getCredentialsFilepath)(), configFilepath = (0, getConfigFilepath_1.getConfigFilepath)() } = init; @@ -13666,17 +13736,17 @@ exports.loadSharedConfigFiles = loadSharedConfigFiles; /***/ }), -/***/ 4649: +/***/ 34649: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.loadSsoSessionData = void 0; -const getConfigFilepath_1 = __nccwpck_require__(7237); -const getSsoSessionData_1 = __nccwpck_require__(2820); -const parseIni_1 = __nccwpck_require__(4262); -const slurpFile_1 = __nccwpck_require__(9155); +const getConfigFilepath_1 = __nccwpck_require__(47237); +const getSsoSessionData_1 = __nccwpck_require__(82820); +const parseIni_1 = __nccwpck_require__(54262); +const slurpFile_1 = __nccwpck_require__(19155); const swallowError = () => ({}); const loadSsoSessionData = async (init = {}) => { var _a; @@ -13690,7 +13760,7 @@ exports.loadSsoSessionData = loadSsoSessionData; /***/ }), -/***/ 9447: +/***/ 19447: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13716,7 +13786,7 @@ exports.mergeConfigFiles = mergeConfigFiles; /***/ }), -/***/ 4262: +/***/ 54262: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13765,8 +13835,8 @@ exports.parseIni = parseIni; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.parseKnownFiles = void 0; -const loadSharedConfigFiles_1 = __nccwpck_require__(1879); -const mergeConfigFiles_1 = __nccwpck_require__(9447); +const loadSharedConfigFiles_1 = __nccwpck_require__(41879); +const mergeConfigFiles_1 = __nccwpck_require__(19447); const parseKnownFiles = async (init) => { const parsedFiles = await (0, loadSharedConfigFiles_1.loadSharedConfigFiles)(init); return (0, mergeConfigFiles_1.mergeConfigFiles)(parsedFiles.configFile, parsedFiles.credentialsFile); @@ -13776,14 +13846,14 @@ exports.parseKnownFiles = parseKnownFiles; /***/ }), -/***/ 9155: +/***/ 19155: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.slurpFile = void 0; -const fs_1 = __nccwpck_require__(7147); +const fs_1 = __nccwpck_require__(57147); const { readFile } = fs_1.promises; const filePromisesHash = {}; const slurpFile = (path, options) => { @@ -13797,7 +13867,7 @@ exports.slurpFile = slurpFile; /***/ }), -/***/ 3191: +/***/ 63191: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -13807,26 +13877,26 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 9733: +/***/ 39733: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SignatureV4 = void 0; -const eventstream_codec_1 = __nccwpck_require__(6459); -const util_hex_encoding_1 = __nccwpck_require__(5364); +const eventstream_codec_1 = __nccwpck_require__(56459); +const util_hex_encoding_1 = __nccwpck_require__(45364); const util_middleware_1 = __nccwpck_require__(2390); -const util_utf8_1 = __nccwpck_require__(1895); -const constants_1 = __nccwpck_require__(8644); -const credentialDerivation_1 = __nccwpck_require__(9623); -const getCanonicalHeaders_1 = __nccwpck_require__(1393); -const getCanonicalQuery_1 = __nccwpck_require__(3243); -const getPayloadHash_1 = __nccwpck_require__(8545); -const headerUtil_1 = __nccwpck_require__(2179); -const moveHeadersToQuery_1 = __nccwpck_require__(9828); -const prepareRequest_1 = __nccwpck_require__(75); -const utilDate_1 = __nccwpck_require__(9299); +const util_utf8_1 = __nccwpck_require__(41895); +const constants_1 = __nccwpck_require__(48644); +const credentialDerivation_1 = __nccwpck_require__(19623); +const getCanonicalHeaders_1 = __nccwpck_require__(51393); +const getCanonicalQuery_1 = __nccwpck_require__(33243); +const getPayloadHash_1 = __nccwpck_require__(48545); +const headerUtil_1 = __nccwpck_require__(62179); +const moveHeadersToQuery_1 = __nccwpck_require__(49828); +const prepareRequest_1 = __nccwpck_require__(60075); +const utilDate_1 = __nccwpck_require__(39299); class SignatureV4 { constructor({ applyChecksum, credentials, region, service, sha256, uriEscapePath = true, }) { this.headerMarshaller = new eventstream_codec_1.HeaderMarshaller(util_utf8_1.toUtf8, util_utf8_1.fromUtf8); @@ -14009,7 +14079,7 @@ const getCanonicalHeaderList = (headers) => Object.keys(headers).sort().join(";" /***/ }), -/***/ 9098: +/***/ 69098: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14034,7 +14104,7 @@ exports.cloneQuery = cloneQuery; /***/ }), -/***/ 8644: +/***/ 48644: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14088,16 +14158,16 @@ exports.MAX_PRESIGNED_TTL = 60 * 60 * 24 * 7; /***/ }), -/***/ 9623: +/***/ 19623: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.clearCredentialCache = exports.getSigningKey = exports.createScope = void 0; -const util_hex_encoding_1 = __nccwpck_require__(5364); -const util_utf8_1 = __nccwpck_require__(1895); -const constants_1 = __nccwpck_require__(8644); +const util_hex_encoding_1 = __nccwpck_require__(45364); +const util_utf8_1 = __nccwpck_require__(41895); +const constants_1 = __nccwpck_require__(48644); const signingKeyCache = {}; const cacheQueue = []; const createScope = (shortDate, region, service) => `${shortDate}/${region}/${service}/${constants_1.KEY_TYPE_IDENTIFIER}`; @@ -14135,14 +14205,14 @@ const hmac = (ctor, secret, data) => { /***/ }), -/***/ 1393: +/***/ 51393: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getCanonicalHeaders = void 0; -const constants_1 = __nccwpck_require__(8644); +const constants_1 = __nccwpck_require__(48644); const getCanonicalHeaders = ({ headers }, unsignableHeaders, signableHeaders) => { const canonical = {}; for (const headerName of Object.keys(headers).sort()) { @@ -14167,15 +14237,15 @@ exports.getCanonicalHeaders = getCanonicalHeaders; /***/ }), -/***/ 3243: +/***/ 33243: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getCanonicalQuery = void 0; -const util_uri_escape_1 = __nccwpck_require__(4197); -const constants_1 = __nccwpck_require__(8644); +const util_uri_escape_1 = __nccwpck_require__(54197); +const constants_1 = __nccwpck_require__(48644); const getCanonicalQuery = ({ query = {} }) => { const keys = []; const serialized = {}; @@ -14206,17 +14276,17 @@ exports.getCanonicalQuery = getCanonicalQuery; /***/ }), -/***/ 8545: +/***/ 48545: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getPayloadHash = void 0; -const is_array_buffer_1 = __nccwpck_require__(780); -const util_hex_encoding_1 = __nccwpck_require__(5364); -const util_utf8_1 = __nccwpck_require__(1895); -const constants_1 = __nccwpck_require__(8644); +const is_array_buffer_1 = __nccwpck_require__(10780); +const util_hex_encoding_1 = __nccwpck_require__(45364); +const util_utf8_1 = __nccwpck_require__(41895); +const constants_1 = __nccwpck_require__(48644); const getPayloadHash = async ({ headers, body }, hashConstructor) => { for (const headerName of Object.keys(headers)) { if (headerName.toLowerCase() === constants_1.SHA256_HEADER) { @@ -14238,7 +14308,7 @@ exports.getPayloadHash = getPayloadHash; /***/ }), -/***/ 2179: +/***/ 62179: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14278,7 +14348,7 @@ exports.deleteHeader = deleteHeader; /***/ }), -/***/ 1528: +/***/ 11528: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -14286,30 +14356,30 @@ exports.deleteHeader = deleteHeader; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareRequest = exports.moveHeadersToQuery = exports.getPayloadHash = exports.getCanonicalQuery = exports.getCanonicalHeaders = void 0; const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(9733), exports); -var getCanonicalHeaders_1 = __nccwpck_require__(1393); +tslib_1.__exportStar(__nccwpck_require__(39733), exports); +var getCanonicalHeaders_1 = __nccwpck_require__(51393); Object.defineProperty(exports, "getCanonicalHeaders", ({ enumerable: true, get: function () { return getCanonicalHeaders_1.getCanonicalHeaders; } })); -var getCanonicalQuery_1 = __nccwpck_require__(3243); +var getCanonicalQuery_1 = __nccwpck_require__(33243); Object.defineProperty(exports, "getCanonicalQuery", ({ enumerable: true, get: function () { return getCanonicalQuery_1.getCanonicalQuery; } })); -var getPayloadHash_1 = __nccwpck_require__(8545); +var getPayloadHash_1 = __nccwpck_require__(48545); Object.defineProperty(exports, "getPayloadHash", ({ enumerable: true, get: function () { return getPayloadHash_1.getPayloadHash; } })); -var moveHeadersToQuery_1 = __nccwpck_require__(9828); +var moveHeadersToQuery_1 = __nccwpck_require__(49828); Object.defineProperty(exports, "moveHeadersToQuery", ({ enumerable: true, get: function () { return moveHeadersToQuery_1.moveHeadersToQuery; } })); -var prepareRequest_1 = __nccwpck_require__(75); +var prepareRequest_1 = __nccwpck_require__(60075); Object.defineProperty(exports, "prepareRequest", ({ enumerable: true, get: function () { return prepareRequest_1.prepareRequest; } })); -tslib_1.__exportStar(__nccwpck_require__(9623), exports); +tslib_1.__exportStar(__nccwpck_require__(19623), exports); /***/ }), -/***/ 9828: +/***/ 49828: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.moveHeadersToQuery = void 0; -const cloneRequest_1 = __nccwpck_require__(9098); +const cloneRequest_1 = __nccwpck_require__(69098); const moveHeadersToQuery = (request, options = {}) => { var _a; const { headers, query = {} } = typeof request.clone === "function" ? request.clone() : (0, cloneRequest_1.cloneRequest)(request); @@ -14331,15 +14401,15 @@ exports.moveHeadersToQuery = moveHeadersToQuery; /***/ }), -/***/ 75: +/***/ 60075: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareRequest = void 0; -const cloneRequest_1 = __nccwpck_require__(9098); -const constants_1 = __nccwpck_require__(8644); +const cloneRequest_1 = __nccwpck_require__(69098); +const constants_1 = __nccwpck_require__(48644); const prepareRequest = (request) => { request = typeof request.clone === "function" ? request.clone() : (0, cloneRequest_1.cloneRequest)(request); for (const headerName of Object.keys(request.headers)) { @@ -14354,7 +14424,7 @@ exports.prepareRequest = prepareRequest; /***/ }), -/***/ 9299: +/***/ 39299: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14382,7 +14452,7 @@ exports.toDate = toDate; /***/ }), -/***/ 438: +/***/ 70438: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14401,14 +14471,14 @@ exports.NoOpLogger = NoOpLogger; /***/ }), -/***/ 1600: +/***/ 61600: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Client = void 0; -const middleware_stack_1 = __nccwpck_require__(7911); +const middleware_stack_1 = __nccwpck_require__(97911); class Client { constructor(config) { this.middlewareStack = (0, middleware_stack_1.constructStack)(); @@ -14437,14 +14507,14 @@ exports.Client = Client; /***/ }), -/***/ 2813: +/***/ 32813: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.collectBody = void 0; -const util_stream_1 = __nccwpck_require__(6607); +const util_stream_1 = __nccwpck_require__(96607); const collectBody = async (streamBody = new Uint8Array(), context) => { if (streamBody instanceof Uint8Array) { return util_stream_1.Uint8ArrayBlobAdapter.mutate(streamBody); @@ -14460,14 +14530,14 @@ exports.collectBody = collectBody; /***/ }), -/***/ 5414: +/***/ 75414: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Command = void 0; -const middleware_stack_1 = __nccwpck_require__(7911); +const middleware_stack_1 = __nccwpck_require__(97911); class Command { constructor() { this.middlewareStack = (0, middleware_stack_1.constructStack)(); @@ -14478,7 +14548,7 @@ exports.Command = Command; /***/ }), -/***/ 2541: +/***/ 92541: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14490,7 +14560,7 @@ exports.SENSITIVE_STRING = "***SensitiveInformation***"; /***/ }), -/***/ 6929: +/***/ 56929: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14523,14 +14593,14 @@ exports.createAggregatedClient = createAggregatedClient; /***/ }), -/***/ 1737: +/***/ 21737: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.parseEpochTimestamp = exports.parseRfc7231DateTime = exports.parseRfc3339DateTimeWithOffset = exports.parseRfc3339DateTime = exports.dateToUtcString = void 0; -const parse_utils_1 = __nccwpck_require__(4857); +const parse_utils_1 = __nccwpck_require__(74857); const DAYS = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]; const MONTHS = ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; function dateToUtcString(date) { @@ -14733,7 +14803,7 @@ const stripLeadingZeroes = (value) => { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.withBaseException = exports.throwDefaultError = void 0; -const exceptions_1 = __nccwpck_require__(8074); +const exceptions_1 = __nccwpck_require__(88074); const throwDefaultError = ({ output, parsedBody, exceptionCtor, errorCode }) => { const $metadata = deserializeMetadata(output); const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined; @@ -14764,7 +14834,7 @@ const deserializeMetadata = (output) => { /***/ }), -/***/ 1163: +/***/ 11163: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14802,7 +14872,7 @@ exports.loadConfigsForDefaultMode = loadConfigsForDefaultMode; /***/ }), -/***/ 2015: +/***/ 91809: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14820,7 +14890,7 @@ exports.emitWarningIfUnsupportedVersion = emitWarningIfUnsupportedVersion; /***/ }), -/***/ 8074: +/***/ 88074: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14855,7 +14925,7 @@ exports.decorateServiceException = decorateServiceException; /***/ }), -/***/ 6016: +/***/ 76016: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14872,7 +14942,90 @@ exports.extendedEncodeURIComponent = extendedEncodeURIComponent; /***/ }), -/***/ 2638: +/***/ 30941: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + +"use strict"; + +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.resolveChecksumRuntimeConfig = exports.getChecksumConfiguration = exports.AlgorithmId = void 0; +const types_1 = __nccwpck_require__(55756); +Object.defineProperty(exports, "AlgorithmId", ({ enumerable: true, get: function () { return types_1.AlgorithmId; } })); +const getChecksumConfiguration = (runtimeConfig) => { + const checksumAlgorithms = []; + if (runtimeConfig.sha256 !== undefined) { + checksumAlgorithms.push({ + algorithmId: () => types_1.AlgorithmId.SHA256, + checksumConstructor: () => runtimeConfig.sha256, + }); + } + if (runtimeConfig.md5 != undefined) { + checksumAlgorithms.push({ + algorithmId: () => types_1.AlgorithmId.MD5, + checksumConstructor: () => runtimeConfig.md5, + }); + } + return { + _checksumAlgorithms: checksumAlgorithms, + addChecksumAlgorithm(algo) { + this._checksumAlgorithms.push(algo); + }, + checksumAlgorithms() { + return this._checksumAlgorithms; + }, + }; +}; +exports.getChecksumConfiguration = getChecksumConfiguration; +const resolveChecksumRuntimeConfig = (clientConfig) => { + const runtimeConfig = {}; + clientConfig.checksumAlgorithms().forEach((checksumAlgorithm) => { + runtimeConfig[checksumAlgorithm.algorithmId()] = checksumAlgorithm.checksumConstructor(); + }); + return runtimeConfig; +}; +exports.resolveChecksumRuntimeConfig = resolveChecksumRuntimeConfig; + + +/***/ }), + +/***/ 78643: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + +"use strict"; + +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.resolveDefaultRuntimeConfig = exports.getDefaultClientConfiguration = exports.getDefaultExtensionConfiguration = void 0; +const checksum_1 = __nccwpck_require__(30941); +const getDefaultExtensionConfiguration = (runtimeConfig) => { + return { + ...(0, checksum_1.getChecksumConfiguration)(runtimeConfig), + }; +}; +exports.getDefaultExtensionConfiguration = getDefaultExtensionConfiguration; +exports.getDefaultClientConfiguration = exports.getDefaultExtensionConfiguration; +const resolveDefaultRuntimeConfig = (config) => { + return { + ...(0, checksum_1.resolveChecksumRuntimeConfig)(config), + }; +}; +exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig; + + +/***/ }), + +/***/ 1822: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + +"use strict"; + +Object.defineProperty(exports, "__esModule", ({ value: true })); +const tslib_1 = __nccwpck_require__(4351); +tslib_1.__exportStar(__nccwpck_require__(78643), exports); + + +/***/ }), + +/***/ 42638: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14885,7 +15038,7 @@ exports.getArrayIfSingleItem = getArrayIfSingleItem; /***/ }), -/***/ 2188: +/***/ 92188: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14909,39 +15062,40 @@ exports.getValueFromTextNode = getValueFromTextNode; /***/ }), -/***/ 3570: +/***/ 63570: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(438), exports); -tslib_1.__exportStar(__nccwpck_require__(1600), exports); -tslib_1.__exportStar(__nccwpck_require__(2813), exports); -tslib_1.__exportStar(__nccwpck_require__(5414), exports); -tslib_1.__exportStar(__nccwpck_require__(2541), exports); -tslib_1.__exportStar(__nccwpck_require__(6929), exports); -tslib_1.__exportStar(__nccwpck_require__(1737), exports); +tslib_1.__exportStar(__nccwpck_require__(70438), exports); +tslib_1.__exportStar(__nccwpck_require__(61600), exports); +tslib_1.__exportStar(__nccwpck_require__(32813), exports); +tslib_1.__exportStar(__nccwpck_require__(75414), exports); +tslib_1.__exportStar(__nccwpck_require__(92541), exports); +tslib_1.__exportStar(__nccwpck_require__(56929), exports); +tslib_1.__exportStar(__nccwpck_require__(21737), exports); tslib_1.__exportStar(__nccwpck_require__(9681), exports); -tslib_1.__exportStar(__nccwpck_require__(1163), exports); -tslib_1.__exportStar(__nccwpck_require__(2015), exports); -tslib_1.__exportStar(__nccwpck_require__(8074), exports); -tslib_1.__exportStar(__nccwpck_require__(6016), exports); -tslib_1.__exportStar(__nccwpck_require__(2638), exports); -tslib_1.__exportStar(__nccwpck_require__(2188), exports); -tslib_1.__exportStar(__nccwpck_require__(2964), exports); -tslib_1.__exportStar(__nccwpck_require__(3495), exports); -tslib_1.__exportStar(__nccwpck_require__(4857), exports); -tslib_1.__exportStar(__nccwpck_require__(5342), exports); -tslib_1.__exportStar(__nccwpck_require__(9796), exports); +tslib_1.__exportStar(__nccwpck_require__(11163), exports); +tslib_1.__exportStar(__nccwpck_require__(91809), exports); +tslib_1.__exportStar(__nccwpck_require__(1822), exports); +tslib_1.__exportStar(__nccwpck_require__(88074), exports); +tslib_1.__exportStar(__nccwpck_require__(76016), exports); +tslib_1.__exportStar(__nccwpck_require__(42638), exports); +tslib_1.__exportStar(__nccwpck_require__(92188), exports); +tslib_1.__exportStar(__nccwpck_require__(32964), exports); +tslib_1.__exportStar(__nccwpck_require__(83495), exports); +tslib_1.__exportStar(__nccwpck_require__(74857), exports); +tslib_1.__exportStar(__nccwpck_require__(15342), exports); +tslib_1.__exportStar(__nccwpck_require__(59796), exports); tslib_1.__exportStar(__nccwpck_require__(1752), exports); -tslib_1.__exportStar(__nccwpck_require__(2480), exports); +tslib_1.__exportStar(__nccwpck_require__(92480), exports); /***/ }), -/***/ 2964: +/***/ 32964: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -14987,7 +15141,7 @@ exports.LazyJsonString = LazyJsonString; /***/ }), -/***/ 3495: +/***/ 83495: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15093,7 +15247,7 @@ const pass = (_) => _; /***/ }), -/***/ 4857: +/***/ 74857: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15354,14 +15508,14 @@ exports.logger = { /***/ }), -/***/ 5342: +/***/ 15342: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolvedPath = void 0; -const extended_encode_uri_component_1 = __nccwpck_require__(6016); +const extended_encode_uri_component_1 = __nccwpck_require__(76016); const resolvedPath = (resolvedPath, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => { if (input != null && input[memberName] !== undefined) { const labelValue = labelValueProvider(); @@ -15385,7 +15539,7 @@ exports.resolvedPath = resolvedPath; /***/ }), -/***/ 9796: +/***/ 59796: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15441,7 +15595,7 @@ exports._json = _json; /***/ }), -/***/ 2480: +/***/ 92480: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15480,7 +15634,7 @@ exports.splitEvery = splitEvery; /***/ }), -/***/ 4075: +/***/ 74075: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15490,7 +15644,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8960: +/***/ 48960: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15506,7 +15660,7 @@ var HttpAuthLocation; /***/ }), -/***/ 3274: +/***/ 63274: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15516,7 +15670,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8340: +/***/ 78340: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15536,7 +15690,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8270: +/***/ 68270: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15546,7 +15700,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 9580: +/***/ 39580: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15556,21 +15710,21 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 7628: +/***/ 57628: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(9580), exports); -tslib_1.__exportStar(__nccwpck_require__(8398), exports); -tslib_1.__exportStar(__nccwpck_require__(6522), exports); +tslib_1.__exportStar(__nccwpck_require__(39580), exports); +tslib_1.__exportStar(__nccwpck_require__(98398), exports); +tslib_1.__exportStar(__nccwpck_require__(76522), exports); /***/ }), -/***/ 8398: +/***/ 98398: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15580,7 +15734,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 6522: +/***/ 76522: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15590,7 +15744,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 9035: +/***/ 89035: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15610,7 +15764,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 4126: +/***/ 54126: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15626,7 +15780,7 @@ var EndpointURLScheme; /***/ }), -/***/ 5612: +/***/ 55612: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15636,7 +15790,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 3084: +/***/ 43084: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15646,7 +15800,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 9843: +/***/ 89843: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15656,7 +15810,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 3799: +/***/ 63799: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15666,23 +15820,23 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 1550: +/***/ 21550: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(5612), exports); -tslib_1.__exportStar(__nccwpck_require__(3084), exports); -tslib_1.__exportStar(__nccwpck_require__(9843), exports); -tslib_1.__exportStar(__nccwpck_require__(7658), exports); -tslib_1.__exportStar(__nccwpck_require__(3799), exports); +tslib_1.__exportStar(__nccwpck_require__(55612), exports); +tslib_1.__exportStar(__nccwpck_require__(43084), exports); +tslib_1.__exportStar(__nccwpck_require__(89843), exports); +tslib_1.__exportStar(__nccwpck_require__(57658), exports); +tslib_1.__exportStar(__nccwpck_require__(63799), exports); /***/ }), -/***/ 7658: +/***/ 57658: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15692,7 +15846,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8508: +/***/ 88508: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15754,7 +15908,7 @@ exports.resolveChecksumRuntimeConfig = resolveChecksumRuntimeConfig; /***/ }), -/***/ 9169: +/***/ 89169: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -15778,19 +15932,33 @@ exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig; /***/ }), -/***/ 7447: +/***/ 32245: +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; + +Object.defineProperty(exports, "__esModule", ({ value: true })); + + +/***/ }), + +/***/ 47447: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.AlgorithmId = void 0; const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(9169), exports); +tslib_1.__exportStar(__nccwpck_require__(89169), exports); +tslib_1.__exportStar(__nccwpck_require__(32245), exports); +var checksum_1 = __nccwpck_require__(8947); +Object.defineProperty(exports, "AlgorithmId", ({ enumerable: true, get: function () { return checksum_1.AlgorithmId; } })); /***/ }), -/***/ 8883: +/***/ 18883: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15816,7 +15984,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 9123: +/***/ 49123: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15826,7 +15994,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8006: +/***/ 28006: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -15834,57 +16002,57 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); tslib_1.__exportStar(__nccwpck_require__(7545), exports); -tslib_1.__exportStar(__nccwpck_require__(9123), exports); +tslib_1.__exportStar(__nccwpck_require__(49123), exports); /***/ }), -/***/ 5756: +/***/ 55756: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(4075), exports); -tslib_1.__exportStar(__nccwpck_require__(8960), exports); -tslib_1.__exportStar(__nccwpck_require__(3274), exports); -tslib_1.__exportStar(__nccwpck_require__(8340), exports); +tslib_1.__exportStar(__nccwpck_require__(74075), exports); +tslib_1.__exportStar(__nccwpck_require__(48960), exports); +tslib_1.__exportStar(__nccwpck_require__(63274), exports); +tslib_1.__exportStar(__nccwpck_require__(78340), exports); tslib_1.__exportStar(__nccwpck_require__(4744), exports); -tslib_1.__exportStar(__nccwpck_require__(8270), exports); -tslib_1.__exportStar(__nccwpck_require__(7628), exports); -tslib_1.__exportStar(__nccwpck_require__(9035), exports); +tslib_1.__exportStar(__nccwpck_require__(68270), exports); +tslib_1.__exportStar(__nccwpck_require__(57628), exports); +tslib_1.__exportStar(__nccwpck_require__(89035), exports); tslib_1.__exportStar(__nccwpck_require__(7225), exports); -tslib_1.__exportStar(__nccwpck_require__(4126), exports); -tslib_1.__exportStar(__nccwpck_require__(1550), exports); -tslib_1.__exportStar(__nccwpck_require__(8508), exports); -tslib_1.__exportStar(__nccwpck_require__(7447), exports); -tslib_1.__exportStar(__nccwpck_require__(8883), exports); -tslib_1.__exportStar(__nccwpck_require__(8006), exports); -tslib_1.__exportStar(__nccwpck_require__(2866), exports); -tslib_1.__exportStar(__nccwpck_require__(7756), exports); -tslib_1.__exportStar(__nccwpck_require__(5489), exports); -tslib_1.__exportStar(__nccwpck_require__(6524), exports); -tslib_1.__exportStar(__nccwpck_require__(4603), exports); -tslib_1.__exportStar(__nccwpck_require__(3752), exports); -tslib_1.__exportStar(__nccwpck_require__(774), exports); -tslib_1.__exportStar(__nccwpck_require__(4089), exports); -tslib_1.__exportStar(__nccwpck_require__(5678), exports); -tslib_1.__exportStar(__nccwpck_require__(9926), exports); +tslib_1.__exportStar(__nccwpck_require__(54126), exports); +tslib_1.__exportStar(__nccwpck_require__(21550), exports); +tslib_1.__exportStar(__nccwpck_require__(88508), exports); +tslib_1.__exportStar(__nccwpck_require__(47447), exports); +tslib_1.__exportStar(__nccwpck_require__(18883), exports); +tslib_1.__exportStar(__nccwpck_require__(28006), exports); +tslib_1.__exportStar(__nccwpck_require__(52866), exports); +tslib_1.__exportStar(__nccwpck_require__(17756), exports); +tslib_1.__exportStar(__nccwpck_require__(45489), exports); +tslib_1.__exportStar(__nccwpck_require__(26524), exports); +tslib_1.__exportStar(__nccwpck_require__(14603), exports); +tslib_1.__exportStar(__nccwpck_require__(83752), exports); +tslib_1.__exportStar(__nccwpck_require__(30774), exports); +tslib_1.__exportStar(__nccwpck_require__(14089), exports); +tslib_1.__exportStar(__nccwpck_require__(45678), exports); +tslib_1.__exportStar(__nccwpck_require__(69926), exports); tslib_1.__exportStar(__nccwpck_require__(9945), exports); -tslib_1.__exportStar(__nccwpck_require__(8564), exports); -tslib_1.__exportStar(__nccwpck_require__(1285), exports); -tslib_1.__exportStar(__nccwpck_require__(364), exports); -tslib_1.__exportStar(__nccwpck_require__(9304), exports); -tslib_1.__exportStar(__nccwpck_require__(375), exports); -tslib_1.__exportStar(__nccwpck_require__(6894), exports); -tslib_1.__exportStar(__nccwpck_require__(7887), exports); -tslib_1.__exportStar(__nccwpck_require__(7544), exports); +tslib_1.__exportStar(__nccwpck_require__(28564), exports); +tslib_1.__exportStar(__nccwpck_require__(61285), exports); +tslib_1.__exportStar(__nccwpck_require__(50364), exports); +tslib_1.__exportStar(__nccwpck_require__(69304), exports); +tslib_1.__exportStar(__nccwpck_require__(10375), exports); +tslib_1.__exportStar(__nccwpck_require__(66894), exports); +tslib_1.__exportStar(__nccwpck_require__(57887), exports); +tslib_1.__exportStar(__nccwpck_require__(66255), exports); /***/ }), -/***/ 2866: +/***/ 52866: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15894,7 +16062,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 7756: +/***/ 17756: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15904,7 +16072,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 5489: +/***/ 45489: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15914,7 +16082,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 6524: +/***/ 26524: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15924,7 +16092,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 4603: +/***/ 14603: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15934,7 +16102,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 3752: +/***/ 83752: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15944,7 +16112,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 774: +/***/ 30774: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15954,7 +16122,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 4089: +/***/ 14089: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15964,7 +16132,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 5678: +/***/ 45678: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15974,7 +16142,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 9926: +/***/ 69926: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15994,7 +16162,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8564: +/***/ 28564: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16004,7 +16172,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 1285: +/***/ 61285: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16014,7 +16182,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 364: +/***/ 50364: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16031,7 +16199,7 @@ var RequestHandlerProtocol; /***/ }), -/***/ 9304: +/***/ 69304: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16041,7 +16209,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 375: +/***/ 10375: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16051,7 +16219,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 6894: +/***/ 66894: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16061,7 +16229,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 7887: +/***/ 57887: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16071,7 +16239,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 7544: +/***/ 66255: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16081,7 +16249,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 4681: +/***/ 14681: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -16111,14 +16279,14 @@ exports.parseUrl = parseUrl; /***/ }), -/***/ 305: +/***/ 30305: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromBase64 = void 0; -const util_buffer_from_1 = __nccwpck_require__(1381); +const util_buffer_from_1 = __nccwpck_require__(31381); const BASE64_REGEX = /^[A-Za-z0-9+/]*={0,2}$/; const fromBase64 = (input) => { if ((input.length * 3) % 4 !== 0) { @@ -16135,41 +16303,41 @@ exports.fromBase64 = fromBase64; /***/ }), -/***/ 5600: +/***/ 75600: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(305), exports); -tslib_1.__exportStar(__nccwpck_require__(4730), exports); +tslib_1.__exportStar(__nccwpck_require__(30305), exports); +tslib_1.__exportStar(__nccwpck_require__(74730), exports); /***/ }), -/***/ 4730: +/***/ 74730: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toBase64 = void 0; -const util_buffer_from_1 = __nccwpck_require__(1381); +const util_buffer_from_1 = __nccwpck_require__(31381); const toBase64 = (input) => (0, util_buffer_from_1.fromArrayBuffer)(input.buffer, input.byteOffset, input.byteLength).toString("base64"); exports.toBase64 = toBase64; /***/ }), -/***/ 4880: +/***/ 54880: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.calculateBodyLength = void 0; -const fs_1 = __nccwpck_require__(7147); +const fs_1 = __nccwpck_require__(57147); const calculateBodyLength = (body) => { if (!body) { return 0; @@ -16183,6 +16351,9 @@ const calculateBodyLength = (body) => { else if (typeof body.size === "number") { return body.size; } + else if (typeof body.start === "number" && typeof body.end === "number") { + return body.end + 1 - body.start; + } else if (typeof body.path === "string" || Buffer.isBuffer(body.path)) { return (0, fs_1.lstatSync)(body.path).size; } @@ -16196,27 +16367,27 @@ exports.calculateBodyLength = calculateBodyLength; /***/ }), -/***/ 8075: +/***/ 68075: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(4880), exports); +tslib_1.__exportStar(__nccwpck_require__(54880), exports); /***/ }), -/***/ 1381: +/***/ 31381: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromString = exports.fromArrayBuffer = void 0; -const is_array_buffer_1 = __nccwpck_require__(780); -const buffer_1 = __nccwpck_require__(4300); +const is_array_buffer_1 = __nccwpck_require__(10780); +const buffer_1 = __nccwpck_require__(14300); const fromArrayBuffer = (input, offset = 0, length = input.byteLength - offset) => { if (!(0, is_array_buffer_1.isArrayBuffer)(input)) { throw new TypeError(`The "input" argument must be ArrayBuffer. Received type ${typeof input} (${input})`); @@ -16235,7 +16406,7 @@ exports.fromString = fromString; /***/ }), -/***/ 2491: +/***/ 42491: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16261,19 +16432,19 @@ exports.booleanSelector = booleanSelector; /***/ }), -/***/ 3375: +/***/ 83375: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(2491), exports); +tslib_1.__exportStar(__nccwpck_require__(42491), exports); /***/ }), -/***/ 6470: +/***/ 56470: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16290,7 +16461,7 @@ exports.IMDS_REGION_PATH = "/latest/meta-data/placement/region"; /***/ }), -/***/ 5577: +/***/ 15577: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16312,31 +16483,31 @@ exports.NODE_DEFAULTS_MODE_CONFIG_OPTIONS = { /***/ }), -/***/ 2429: +/***/ 72429: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(6217), exports); +tslib_1.__exportStar(__nccwpck_require__(46217), exports); /***/ }), -/***/ 6217: +/***/ 46217: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveDefaultsModeConfig = void 0; -const config_resolver_1 = __nccwpck_require__(3098); +const config_resolver_1 = __nccwpck_require__(53098); const credential_provider_imds_1 = __nccwpck_require__(7477); -const node_config_provider_1 = __nccwpck_require__(3461); -const property_provider_1 = __nccwpck_require__(9721); -const constants_1 = __nccwpck_require__(6470); -const defaultsModeConfig_1 = __nccwpck_require__(5577); +const node_config_provider_1 = __nccwpck_require__(33461); +const property_provider_1 = __nccwpck_require__(79721); +const constants_1 = __nccwpck_require__(56470); +const defaultsModeConfig_1 = __nccwpck_require__(15577); const resolveDefaultsModeConfig = ({ region = (0, node_config_provider_1.loadConfig)(config_resolver_1.NODE_REGION_CONFIG_OPTIONS), defaultsMode = (0, node_config_provider_1.loadConfig)(defaultsModeConfig_1.NODE_DEFAULTS_MODE_CONFIG_OPTIONS), } = {}) => (0, property_provider_1.memoize)(async () => { const mode = typeof defaultsMode === "function" ? await defaultsMode() : defaultsMode; switch (mode === null || mode === void 0 ? void 0 : mode.toLowerCase()) { @@ -16389,7 +16560,7 @@ const inferPhysicalRegion = async () => { /***/ }), -/***/ 5364: +/***/ 45364: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16442,12 +16613,12 @@ exports.toHex = toHex; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(149), exports); +tslib_1.__exportStar(__nccwpck_require__(80149), exports); /***/ }), -/***/ 149: +/***/ 80149: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16465,16 +16636,16 @@ exports.normalizeProvider = normalizeProvider; /***/ }), -/***/ 5053: +/***/ 65053: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AdaptiveRetryStrategy = void 0; -const config_1 = __nccwpck_require__(3435); -const DefaultRateLimiter_1 = __nccwpck_require__(2234); -const StandardRetryStrategy_1 = __nccwpck_require__(8361); +const config_1 = __nccwpck_require__(93435); +const DefaultRateLimiter_1 = __nccwpck_require__(22234); +const StandardRetryStrategy_1 = __nccwpck_require__(48361); class AdaptiveRetryStrategy { constructor(maxAttemptsProvider, options) { this.maxAttemptsProvider = maxAttemptsProvider; @@ -16501,15 +16672,15 @@ exports.AdaptiveRetryStrategy = AdaptiveRetryStrategy; /***/ }), -/***/ 5689: +/***/ 25689: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ConfiguredRetryStrategy = void 0; -const constants_1 = __nccwpck_require__(6302); -const StandardRetryStrategy_1 = __nccwpck_require__(8361); +const constants_1 = __nccwpck_require__(66302); +const StandardRetryStrategy_1 = __nccwpck_require__(48361); class ConfiguredRetryStrategy extends StandardRetryStrategy_1.StandardRetryStrategy { constructor(maxAttempts, computeNextBackoffDelay = constants_1.DEFAULT_RETRY_DELAY_BASE) { super(typeof maxAttempts === "function" ? maxAttempts : async () => maxAttempts); @@ -16531,7 +16702,7 @@ exports.ConfiguredRetryStrategy = ConfiguredRetryStrategy; /***/ }), -/***/ 2234: +/***/ 22234: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -16643,16 +16814,16 @@ exports.DefaultRateLimiter = DefaultRateLimiter; /***/ }), -/***/ 8361: +/***/ 48361: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StandardRetryStrategy = void 0; -const config_1 = __nccwpck_require__(3435); -const constants_1 = __nccwpck_require__(6302); -const defaultRetryBackoffStrategy_1 = __nccwpck_require__(1337); +const config_1 = __nccwpck_require__(93435); +const constants_1 = __nccwpck_require__(66302); +const defaultRetryBackoffStrategy_1 = __nccwpck_require__(21337); const defaultRetryToken_1 = __nccwpck_require__(1127); class StandardRetryStrategy { constructor(maxAttempts) { @@ -16721,7 +16892,7 @@ exports.StandardRetryStrategy = StandardRetryStrategy; /***/ }), -/***/ 3435: +/***/ 93435: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16739,7 +16910,7 @@ exports.DEFAULT_RETRY_MODE = RETRY_MODES.STANDARD; /***/ }), -/***/ 6302: +/***/ 66302: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16759,14 +16930,14 @@ exports.REQUEST_HEADER = "amz-sdk-request"; /***/ }), -/***/ 1337: +/***/ 21337: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getDefaultRetryBackoffStrategy = void 0; -const constants_1 = __nccwpck_require__(6302); +const constants_1 = __nccwpck_require__(66302); const getDefaultRetryBackoffStrategy = () => { let delayBase = constants_1.DEFAULT_RETRY_DELAY_BASE; const computeNextBackoffDelay = (attempts) => { @@ -16792,7 +16963,7 @@ exports.getDefaultRetryBackoffStrategy = getDefaultRetryBackoffStrategy; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createDefaultRetryToken = void 0; -const constants_1 = __nccwpck_require__(6302); +const constants_1 = __nccwpck_require__(66302); const createDefaultRetryToken = ({ retryDelay, retryCount, retryCost, }) => { const getRetryCount = () => retryCount; const getRetryDelay = () => Math.min(constants_1.MAXIMUM_RETRY_DELAY, retryDelay); @@ -16808,25 +16979,25 @@ exports.createDefaultRetryToken = createDefaultRetryToken; /***/ }), -/***/ 4902: +/***/ 84902: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(5053), exports); -tslib_1.__exportStar(__nccwpck_require__(5689), exports); -tslib_1.__exportStar(__nccwpck_require__(2234), exports); -tslib_1.__exportStar(__nccwpck_require__(8361), exports); -tslib_1.__exportStar(__nccwpck_require__(3435), exports); -tslib_1.__exportStar(__nccwpck_require__(6302), exports); -tslib_1.__exportStar(__nccwpck_require__(5427), exports); +tslib_1.__exportStar(__nccwpck_require__(65053), exports); +tslib_1.__exportStar(__nccwpck_require__(25689), exports); +tslib_1.__exportStar(__nccwpck_require__(22234), exports); +tslib_1.__exportStar(__nccwpck_require__(48361), exports); +tslib_1.__exportStar(__nccwpck_require__(93435), exports); +tslib_1.__exportStar(__nccwpck_require__(66302), exports); +tslib_1.__exportStar(__nccwpck_require__(75427), exports); /***/ }), -/***/ 5427: +/***/ 75427: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16836,14 +17007,14 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 2094: +/***/ 22094: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Uint8ArrayBlobAdapter = void 0; -const transforms_1 = __nccwpck_require__(2098); +const transforms_1 = __nccwpck_require__(82098); class Uint8ArrayBlobAdapter extends Uint8Array { static fromString(source, encoding = "utf-8") { switch (typeof source) { @@ -16866,16 +17037,16 @@ exports.Uint8ArrayBlobAdapter = Uint8ArrayBlobAdapter; /***/ }), -/***/ 2098: +/***/ 82098: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.transformFromString = exports.transformToString = void 0; -const util_base64_1 = __nccwpck_require__(5600); -const util_utf8_1 = __nccwpck_require__(1895); -const Uint8ArrayBlobAdapter_1 = __nccwpck_require__(2094); +const util_base64_1 = __nccwpck_require__(75600); +const util_utf8_1 = __nccwpck_require__(41895); +const Uint8ArrayBlobAdapter_1 = __nccwpck_require__(22094); function transformToString(payload, encoding = "utf-8") { if (encoding === "base64") { return (0, util_base64_1.toBase64)(payload); @@ -16894,14 +17065,14 @@ exports.transformFromString = transformFromString; /***/ }), -/***/ 3636: +/***/ 23636: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getAwsChunkedEncodingStream = void 0; -const stream_1 = __nccwpck_require__(2781); +const stream_1 = __nccwpck_require__(12781); const getAwsChunkedEncodingStream = (readableStream, options) => { const { base64Encoder, bodyLengthChecker, checksumAlgorithmFn, checksumLocationName, streamHasher } = options; const checksumRequired = base64Encoder !== undefined && @@ -16932,15 +17103,15 @@ exports.getAwsChunkedEncodingStream = getAwsChunkedEncodingStream; /***/ }), -/***/ 6607: +/***/ 96607: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(2094), exports); -tslib_1.__exportStar(__nccwpck_require__(3636), exports); +tslib_1.__exportStar(__nccwpck_require__(22094), exports); +tslib_1.__exportStar(__nccwpck_require__(23636), exports); tslib_1.__exportStar(__nccwpck_require__(4515), exports); @@ -16953,10 +17124,10 @@ tslib_1.__exportStar(__nccwpck_require__(4515), exports); Object.defineProperty(exports, "__esModule", ({ value: true })); exports.sdkStreamMixin = void 0; -const node_http_handler_1 = __nccwpck_require__(258); -const util_buffer_from_1 = __nccwpck_require__(1381); -const stream_1 = __nccwpck_require__(2781); -const util_1 = __nccwpck_require__(3837); +const node_http_handler_1 = __nccwpck_require__(20258); +const util_buffer_from_1 = __nccwpck_require__(31381); +const stream_1 = __nccwpck_require__(12781); +const util_1 = __nccwpck_require__(73837); const ERR_MSG_STREAM_HAS_BEEN_TRANSFORMED = "The stream has already been transformed."; const sdkStreamMixin = (stream) => { var _a, _b; @@ -17004,21 +17175,21 @@ exports.sdkStreamMixin = sdkStreamMixin; /***/ }), -/***/ 6174: +/***/ 26174: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.escapeUriPath = void 0; -const escape_uri_1 = __nccwpck_require__(10); +const escape_uri_1 = __nccwpck_require__(60010); const escapeUriPath = (uri) => uri.split("/").map(escape_uri_1.escapeUri).join("/"); exports.escapeUriPath = escapeUriPath; /***/ }), -/***/ 10: +/***/ 60010: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -17032,27 +17203,27 @@ const hexEncode = (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`; /***/ }), -/***/ 4197: +/***/ 54197: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(10), exports); -tslib_1.__exportStar(__nccwpck_require__(6174), exports); +tslib_1.__exportStar(__nccwpck_require__(60010), exports); +tslib_1.__exportStar(__nccwpck_require__(26174), exports); /***/ }), -/***/ 5917: +/***/ 45917: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromUtf8 = void 0; -const util_buffer_from_1 = __nccwpck_require__(1381); +const util_buffer_from_1 = __nccwpck_require__(31381); const fromUtf8 = (input) => { const buf = (0, util_buffer_from_1.fromString)(input, "utf8"); return new Uint8Array(buf.buffer, buf.byteOffset, buf.byteLength / Uint8Array.BYTES_PER_ELEMENT); @@ -17062,28 +17233,28 @@ exports.fromUtf8 = fromUtf8; /***/ }), -/***/ 1895: +/***/ 41895: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(4351); -tslib_1.__exportStar(__nccwpck_require__(5917), exports); -tslib_1.__exportStar(__nccwpck_require__(5470), exports); -tslib_1.__exportStar(__nccwpck_require__(9960), exports); +tslib_1.__exportStar(__nccwpck_require__(45917), exports); +tslib_1.__exportStar(__nccwpck_require__(95470), exports); +tslib_1.__exportStar(__nccwpck_require__(99960), exports); /***/ }), -/***/ 5470: +/***/ 95470: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toUint8Array = void 0; -const fromUtf8_1 = __nccwpck_require__(5917); +const fromUtf8_1 = __nccwpck_require__(45917); const toUint8Array = (data) => { if (typeof data === "string") { return (0, fromUtf8_1.fromUtf8)(data); @@ -17098,29 +17269,29 @@ exports.toUint8Array = toUint8Array; /***/ }), -/***/ 9960: +/***/ 99960: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toUtf8 = void 0; -const util_buffer_from_1 = __nccwpck_require__(1381); +const util_buffer_from_1 = __nccwpck_require__(31381); const toUtf8 = (input) => (0, util_buffer_from_1.fromArrayBuffer)(input.buffer, input.byteOffset, input.byteLength).toString("utf8"); exports.toUtf8 = toUtf8; /***/ }), -/***/ 2603: +/***/ 12603: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; -const validator = __nccwpck_require__(1739); -const XMLParser = __nccwpck_require__(2380); -const XMLBuilder = __nccwpck_require__(660); +const validator = __nccwpck_require__(61739); +const XMLParser = __nccwpck_require__(42380); +const XMLBuilder = __nccwpck_require__(80660); module.exports = { XMLParser: XMLParser, @@ -17130,7 +17301,7 @@ module.exports = { /***/ }), -/***/ 8280: +/***/ 38280: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -17210,13 +17381,13 @@ exports.nameRegexp = nameRegexp; /***/ }), -/***/ 1739: +/***/ 61739: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; -const util = __nccwpck_require__(8280); +const util = __nccwpck_require__(38280); const defaultOptions = { allowBooleanAttributes: false, //A tag can have attributes without any value @@ -17641,13 +17812,13 @@ function getPositionFromMatch(match) { /***/ }), -/***/ 660: +/***/ 80660: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; //parse Empty Node as self closing node -const buildFromOrderedJs = __nccwpck_require__(2462); +const buildFromOrderedJs = __nccwpck_require__(72462); const defaultOptions = { attributeNamePrefix: '@_', @@ -17908,7 +18079,7 @@ module.exports = Builder; /***/ }), -/***/ 2462: +/***/ 72462: /***/ ((module) => { const EOL = "\n"; @@ -18049,7 +18220,7 @@ module.exports = toXml; /***/ 6072: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -const util = __nccwpck_require__(8280); +const util = __nccwpck_require__(38280); //TODO: handle comments function readDocType(xmlData, i){ @@ -18205,7 +18376,7 @@ module.exports = readDocType; /***/ }), -/***/ 6993: +/***/ 86993: /***/ ((__unused_webpack_module, exports) => { @@ -18259,17 +18430,17 @@ exports.defaultOptions = defaultOptions; /***/ }), -/***/ 5832: +/***/ 25832: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; ///@ts-check -const util = __nccwpck_require__(8280); +const util = __nccwpck_require__(38280); const xmlNode = __nccwpck_require__(7462); const readDocType = __nccwpck_require__(6072); -const toNumber = __nccwpck_require__(4526); +const toNumber = __nccwpck_require__(14526); const regx = '<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)' @@ -18855,13 +19026,13 @@ module.exports = OrderedObjParser; /***/ }), -/***/ 2380: +/***/ 42380: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -const { buildOptions} = __nccwpck_require__(6993); -const OrderedObjParser = __nccwpck_require__(5832); -const { prettify} = __nccwpck_require__(2882); -const validator = __nccwpck_require__(1739); +const { buildOptions} = __nccwpck_require__(86993); +const OrderedObjParser = __nccwpck_require__(25832); +const { prettify} = __nccwpck_require__(42882); +const validator = __nccwpck_require__(61739); class XMLParser{ @@ -18919,7 +19090,7 @@ module.exports = XMLParser; /***/ }), -/***/ 2882: +/***/ 42882: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19072,7 +19243,7 @@ module.exports = XmlNode; /***/ }), -/***/ 4526: +/***/ 14526: /***/ ((module) => { const hexRegex = /^[-+]?0x[a-fA-F0-9]+$/; @@ -19631,27 +19802,27 @@ var __disposeResources; /***/ }), -/***/ 4294: +/***/ 74294: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -module.exports = __nccwpck_require__(4219); +module.exports = __nccwpck_require__(54219); /***/ }), -/***/ 4219: +/***/ 54219: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; -var net = __nccwpck_require__(1808); -var tls = __nccwpck_require__(4404); -var http = __nccwpck_require__(3685); -var https = __nccwpck_require__(5687); -var events = __nccwpck_require__(2361); -var assert = __nccwpck_require__(9491); -var util = __nccwpck_require__(3837); +var net = __nccwpck_require__(41808); +var tls = __nccwpck_require__(24404); +var http = __nccwpck_require__(13685); +var https = __nccwpck_require__(95687); +var events = __nccwpck_require__(82361); +var assert = __nccwpck_require__(39491); +var util = __nccwpck_require__(73837); exports.httpOverHttp = httpOverHttp; @@ -19911,7 +20082,7 @@ exports.debug = debug; // for test /***/ }), -/***/ 5840: +/***/ 75840: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -19975,23 +20146,23 @@ Object.defineProperty(exports, "parse", ({ } })); -var _v = _interopRequireDefault(__nccwpck_require__(8628)); +var _v = _interopRequireDefault(__nccwpck_require__(78628)); -var _v2 = _interopRequireDefault(__nccwpck_require__(6409)); +var _v2 = _interopRequireDefault(__nccwpck_require__(86409)); -var _v3 = _interopRequireDefault(__nccwpck_require__(5122)); +var _v3 = _interopRequireDefault(__nccwpck_require__(85122)); -var _v4 = _interopRequireDefault(__nccwpck_require__(9120)); +var _v4 = _interopRequireDefault(__nccwpck_require__(79120)); -var _nil = _interopRequireDefault(__nccwpck_require__(5332)); +var _nil = _interopRequireDefault(__nccwpck_require__(25332)); -var _version = _interopRequireDefault(__nccwpck_require__(1595)); +var _version = _interopRequireDefault(__nccwpck_require__(81595)); -var _validate = _interopRequireDefault(__nccwpck_require__(6900)); +var _validate = _interopRequireDefault(__nccwpck_require__(66900)); -var _stringify = _interopRequireDefault(__nccwpck_require__(8950)); +var _stringify = _interopRequireDefault(__nccwpck_require__(18950)); -var _parse = _interopRequireDefault(__nccwpck_require__(2746)); +var _parse = _interopRequireDefault(__nccwpck_require__(62746)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -20027,7 +20198,7 @@ exports["default"] = _default; /***/ }), -/***/ 5332: +/***/ 25332: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20042,7 +20213,7 @@ exports["default"] = _default; /***/ }), -/***/ 2746: +/***/ 62746: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -20053,7 +20224,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _validate = _interopRequireDefault(__nccwpck_require__(6900)); +var _validate = _interopRequireDefault(__nccwpck_require__(66900)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -20094,7 +20265,7 @@ exports["default"] = _default; /***/ }), -/***/ 814: +/***/ 40814: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20109,7 +20280,7 @@ exports["default"] = _default; /***/ }), -/***/ 807: +/***/ 50807: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -20140,7 +20311,7 @@ function rng() { /***/ }), -/***/ 5274: +/***/ 85274: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -20170,7 +20341,7 @@ exports["default"] = _default; /***/ }), -/***/ 8950: +/***/ 18950: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -20181,7 +20352,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _validate = _interopRequireDefault(__nccwpck_require__(6900)); +var _validate = _interopRequireDefault(__nccwpck_require__(66900)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -20216,7 +20387,7 @@ exports["default"] = _default; /***/ }), -/***/ 8628: +/***/ 78628: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -20227,9 +20398,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _rng = _interopRequireDefault(__nccwpck_require__(807)); +var _rng = _interopRequireDefault(__nccwpck_require__(50807)); -var _stringify = _interopRequireDefault(__nccwpck_require__(8950)); +var _stringify = _interopRequireDefault(__nccwpck_require__(18950)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -20330,7 +20501,7 @@ exports["default"] = _default; /***/ }), -/***/ 6409: +/***/ 86409: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -20341,7 +20512,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _v = _interopRequireDefault(__nccwpck_require__(5998)); +var _v = _interopRequireDefault(__nccwpck_require__(65998)); var _md = _interopRequireDefault(__nccwpck_require__(4569)); @@ -20353,7 +20524,7 @@ exports["default"] = _default; /***/ }), -/***/ 5998: +/***/ 65998: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -20365,9 +20536,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = _default; exports.URL = exports.DNS = void 0; -var _stringify = _interopRequireDefault(__nccwpck_require__(8950)); +var _stringify = _interopRequireDefault(__nccwpck_require__(18950)); -var _parse = _interopRequireDefault(__nccwpck_require__(2746)); +var _parse = _interopRequireDefault(__nccwpck_require__(62746)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -20438,7 +20609,7 @@ function _default(name, version, hashfunc) { /***/ }), -/***/ 5122: +/***/ 85122: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -20449,9 +20620,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _rng = _interopRequireDefault(__nccwpck_require__(807)); +var _rng = _interopRequireDefault(__nccwpck_require__(50807)); -var _stringify = _interopRequireDefault(__nccwpck_require__(8950)); +var _stringify = _interopRequireDefault(__nccwpck_require__(18950)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -20482,7 +20653,7 @@ exports["default"] = _default; /***/ }), -/***/ 9120: +/***/ 79120: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -20493,9 +20664,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _v = _interopRequireDefault(__nccwpck_require__(5998)); +var _v = _interopRequireDefault(__nccwpck_require__(65998)); -var _sha = _interopRequireDefault(__nccwpck_require__(5274)); +var _sha = _interopRequireDefault(__nccwpck_require__(85274)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -20505,7 +20676,7 @@ exports["default"] = _default; /***/ }), -/***/ 6900: +/***/ 66900: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -20516,7 +20687,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _regex = _interopRequireDefault(__nccwpck_require__(814)); +var _regex = _interopRequireDefault(__nccwpck_require__(40814)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -20529,7 +20700,7 @@ exports["default"] = _default; /***/ }), -/***/ 1595: +/***/ 81595: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -20540,7 +20711,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _validate = _interopRequireDefault(__nccwpck_require__(6900)); +var _validate = _interopRequireDefault(__nccwpck_require__(66900)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -20557,7 +20728,7 @@ exports["default"] = _default; /***/ }), -/***/ 7424: +/***/ 27424: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -20587,8 +20758,8 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.cleanup = void 0; -const core = __importStar(__nccwpck_require__(2186)); -const helpers_1 = __nccwpck_require__(3015); +const core = __importStar(__nccwpck_require__(42186)); +const helpers_1 = __nccwpck_require__(43015); /** * When the GitHub Actions job is done, clean up any environment variables that * may have been set by the configure-aws-credentials steps in the job. @@ -20629,7 +20800,7 @@ if (require.main === require.cache[eval('__filename')]) { /***/ }), -/***/ 3015: +/***/ 43015: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -20659,8 +20830,8 @@ var __importStar = (this && this.__importStar) || function (mod) { }; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isDefined = exports.errorMessage = exports.retryAndBackoff = exports.verifyKeys = exports.reset = exports.withsleep = exports.defaultSleep = exports.sanitizeGitHubVariables = exports.exportAccountId = exports.exportRegion = exports.unsetCredentials = exports.exportCredentials = void 0; -const core = __importStar(__nccwpck_require__(2186)); -const client_sts_1 = __nccwpck_require__(2209); +const core = __importStar(__nccwpck_require__(42186)); +const client_sts_1 = __nccwpck_require__(52209); const MAX_TAG_VALUE_LENGTH = 256; const SANITIZATION_CHARACTER = '_'; const SPECIAL_CHARS_REGEX = /[!@#$%^&*()_+\-=[\]{};':"\\|,.<>/?]+/; @@ -20798,7 +20969,7 @@ exports.isDefined = isDefined; /***/ }), -/***/ 7578: +/***/ 87578: /***/ ((module) => { module.exports = eval("require")("aws-crt"); @@ -20806,7 +20977,7 @@ module.exports = eval("require")("aws-crt"); /***/ }), -/***/ 9491: +/***/ 39491: /***/ ((module) => { "use strict"; @@ -20814,7 +20985,7 @@ module.exports = require("assert"); /***/ }), -/***/ 4300: +/***/ 14300: /***/ ((module) => { "use strict"; @@ -20822,7 +20993,7 @@ module.exports = require("buffer"); /***/ }), -/***/ 2081: +/***/ 32081: /***/ ((module) => { "use strict"; @@ -20838,7 +21009,7 @@ module.exports = require("crypto"); /***/ }), -/***/ 2361: +/***/ 82361: /***/ ((module) => { "use strict"; @@ -20846,7 +21017,7 @@ module.exports = require("events"); /***/ }), -/***/ 7147: +/***/ 57147: /***/ ((module) => { "use strict"; @@ -20854,7 +21025,7 @@ module.exports = require("fs"); /***/ }), -/***/ 3685: +/***/ 13685: /***/ ((module) => { "use strict"; @@ -20862,7 +21033,7 @@ module.exports = require("http"); /***/ }), -/***/ 5158: +/***/ 85158: /***/ ((module) => { "use strict"; @@ -20870,7 +21041,7 @@ module.exports = require("http2"); /***/ }), -/***/ 5687: +/***/ 95687: /***/ ((module) => { "use strict"; @@ -20878,7 +21049,7 @@ module.exports = require("https"); /***/ }), -/***/ 1808: +/***/ 41808: /***/ ((module) => { "use strict"; @@ -20886,7 +21057,7 @@ module.exports = require("net"); /***/ }), -/***/ 2037: +/***/ 22037: /***/ ((module) => { "use strict"; @@ -20894,7 +21065,7 @@ module.exports = require("os"); /***/ }), -/***/ 1017: +/***/ 71017: /***/ ((module) => { "use strict"; @@ -20902,7 +21073,7 @@ module.exports = require("path"); /***/ }), -/***/ 7282: +/***/ 77282: /***/ ((module) => { "use strict"; @@ -20910,7 +21081,7 @@ module.exports = require("process"); /***/ }), -/***/ 2781: +/***/ 12781: /***/ ((module) => { "use strict"; @@ -20918,7 +21089,7 @@ module.exports = require("stream"); /***/ }), -/***/ 4404: +/***/ 24404: /***/ ((module) => { "use strict"; @@ -20926,7 +21097,7 @@ module.exports = require("tls"); /***/ }), -/***/ 7310: +/***/ 57310: /***/ ((module) => { "use strict"; @@ -20934,7 +21105,7 @@ module.exports = require("url"); /***/ }), -/***/ 3837: +/***/ 73837: /***/ ((module) => { "use strict"; @@ -20942,11 +21113,11 @@ module.exports = require("util"); /***/ }), -/***/ 1092: +/***/ 91092: /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"@aws-sdk/client-sso","description":"AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native","version":"3.391.0","scripts":{"build":"concurrently \'yarn:build:cjs\' \'yarn:build:es\' \'yarn:build:types\'","build:cjs":"tsc -p tsconfig.cjs.json","build:docs":"typedoc","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sso"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"3.0.0","@aws-crypto/sha256-js":"3.0.0","@aws-sdk/middleware-host-header":"3.391.0","@aws-sdk/middleware-logger":"3.391.0","@aws-sdk/middleware-recursion-detection":"3.391.0","@aws-sdk/middleware-user-agent":"3.391.0","@aws-sdk/types":"3.391.0","@aws-sdk/util-endpoints":"3.391.0","@aws-sdk/util-user-agent-browser":"3.391.0","@aws-sdk/util-user-agent-node":"3.391.0","@smithy/config-resolver":"^2.0.3","@smithy/fetch-http-handler":"^2.0.3","@smithy/hash-node":"^2.0.3","@smithy/invalid-dependency":"^2.0.3","@smithy/middleware-content-length":"^2.0.3","@smithy/middleware-endpoint":"^2.0.3","@smithy/middleware-retry":"^2.0.3","@smithy/middleware-serde":"^2.0.3","@smithy/middleware-stack":"^2.0.0","@smithy/node-config-provider":"^2.0.3","@smithy/node-http-handler":"^2.0.3","@smithy/protocol-http":"^2.0.3","@smithy/smithy-client":"^2.0.3","@smithy/types":"^2.2.0","@smithy/url-parser":"^2.0.3","@smithy/util-base64":"^2.0.0","@smithy/util-body-length-browser":"^2.0.0","@smithy/util-body-length-node":"^2.0.0","@smithy/util-defaults-mode-browser":"^2.0.3","@smithy/util-defaults-mode-node":"^2.0.3","@smithy/util-retry":"^2.0.0","@smithy/util-utf8":"^2.0.0","tslib":"^2.5.0"},"devDependencies":{"@smithy/service-client-documentation-generator":"^2.0.0","@tsconfig/node14":"1.0.3","@types/node":"^14.14.31","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.23.23","typescript":"~4.9.5"},"engines":{"node":">=14.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-sso"}}'); +module.exports = JSON.parse('{"name":"@aws-sdk/client-sso","description":"AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native","version":"3.405.0","scripts":{"build":"concurrently \'yarn:build:cjs\' \'yarn:build:es\' \'yarn:build:types\'","build:cjs":"tsc -p tsconfig.cjs.json","build:docs":"typedoc","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sso"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"3.0.0","@aws-crypto/sha256-js":"3.0.0","@aws-sdk/middleware-host-header":"3.398.0","@aws-sdk/middleware-logger":"3.398.0","@aws-sdk/middleware-recursion-detection":"3.398.0","@aws-sdk/middleware-user-agent":"3.398.0","@aws-sdk/types":"3.398.0","@aws-sdk/util-endpoints":"3.398.0","@aws-sdk/util-user-agent-browser":"3.398.0","@aws-sdk/util-user-agent-node":"3.405.0","@smithy/config-resolver":"^2.0.5","@smithy/fetch-http-handler":"^2.0.5","@smithy/hash-node":"^2.0.5","@smithy/invalid-dependency":"^2.0.5","@smithy/middleware-content-length":"^2.0.5","@smithy/middleware-endpoint":"^2.0.5","@smithy/middleware-retry":"^2.0.5","@smithy/middleware-serde":"^2.0.5","@smithy/middleware-stack":"^2.0.0","@smithy/node-config-provider":"^2.0.6","@smithy/node-http-handler":"^2.0.5","@smithy/protocol-http":"^2.0.5","@smithy/smithy-client":"^2.0.5","@smithy/types":"^2.2.2","@smithy/url-parser":"^2.0.5","@smithy/util-base64":"^2.0.0","@smithy/util-body-length-browser":"^2.0.0","@smithy/util-body-length-node":"^2.1.0","@smithy/util-defaults-mode-browser":"^2.0.6","@smithy/util-defaults-mode-node":"^2.0.6","@smithy/util-retry":"^2.0.0","@smithy/util-utf8":"^2.0.0","tslib":"^2.5.0"},"devDependencies":{"@smithy/service-client-documentation-generator":"^2.0.0","@tsconfig/node14":"1.0.3","@types/node":"^14.14.31","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.23.23","typescript":"~4.9.5"},"engines":{"node":">=14.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-sso"}}'); /***/ }), @@ -20954,11 +21125,11 @@ module.exports = JSON.parse('{"name":"@aws-sdk/client-sso","description":"AWS SD /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"@aws-sdk/client-sts","description":"AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native","version":"3.391.0","scripts":{"build":"concurrently \'yarn:build:cjs\' \'yarn:build:es\' \'yarn:build:types\'","build:cjs":"tsc -p tsconfig.cjs.json","build:docs":"typedoc","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sts","test":"yarn test:unit","test:unit":"jest"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"3.0.0","@aws-crypto/sha256-js":"3.0.0","@aws-sdk/credential-provider-node":"3.391.0","@aws-sdk/middleware-host-header":"3.391.0","@aws-sdk/middleware-logger":"3.391.0","@aws-sdk/middleware-recursion-detection":"3.391.0","@aws-sdk/middleware-sdk-sts":"3.391.0","@aws-sdk/middleware-signing":"3.391.0","@aws-sdk/middleware-user-agent":"3.391.0","@aws-sdk/types":"3.391.0","@aws-sdk/util-endpoints":"3.391.0","@aws-sdk/util-user-agent-browser":"3.391.0","@aws-sdk/util-user-agent-node":"3.391.0","@smithy/config-resolver":"^2.0.3","@smithy/fetch-http-handler":"^2.0.3","@smithy/hash-node":"^2.0.3","@smithy/invalid-dependency":"^2.0.3","@smithy/middleware-content-length":"^2.0.3","@smithy/middleware-endpoint":"^2.0.3","@smithy/middleware-retry":"^2.0.3","@smithy/middleware-serde":"^2.0.3","@smithy/middleware-stack":"^2.0.0","@smithy/node-config-provider":"^2.0.3","@smithy/node-http-handler":"^2.0.3","@smithy/protocol-http":"^2.0.3","@smithy/smithy-client":"^2.0.3","@smithy/types":"^2.2.0","@smithy/url-parser":"^2.0.3","@smithy/util-base64":"^2.0.0","@smithy/util-body-length-browser":"^2.0.0","@smithy/util-body-length-node":"^2.0.0","@smithy/util-defaults-mode-browser":"^2.0.3","@smithy/util-defaults-mode-node":"^2.0.3","@smithy/util-retry":"^2.0.0","@smithy/util-utf8":"^2.0.0","fast-xml-parser":"4.2.5","tslib":"^2.5.0"},"devDependencies":{"@smithy/service-client-documentation-generator":"^2.0.0","@tsconfig/node14":"1.0.3","@types/node":"^14.14.31","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.23.23","typescript":"~4.9.5"},"engines":{"node":">=14.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sts","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-sts"}}'); +module.exports = JSON.parse('{"name":"@aws-sdk/client-sts","description":"AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native","version":"3.405.0","scripts":{"build":"concurrently \'yarn:build:cjs\' \'yarn:build:es\' \'yarn:build:types\'","build:cjs":"tsc -p tsconfig.cjs.json","build:docs":"typedoc","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sts","test":"yarn test:unit","test:unit":"jest"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"3.0.0","@aws-crypto/sha256-js":"3.0.0","@aws-sdk/credential-provider-node":"3.405.0","@aws-sdk/middleware-host-header":"3.398.0","@aws-sdk/middleware-logger":"3.398.0","@aws-sdk/middleware-recursion-detection":"3.398.0","@aws-sdk/middleware-sdk-sts":"3.398.0","@aws-sdk/middleware-signing":"3.398.0","@aws-sdk/middleware-user-agent":"3.398.0","@aws-sdk/types":"3.398.0","@aws-sdk/util-endpoints":"3.398.0","@aws-sdk/util-user-agent-browser":"3.398.0","@aws-sdk/util-user-agent-node":"3.405.0","@smithy/config-resolver":"^2.0.5","@smithy/fetch-http-handler":"^2.0.5","@smithy/hash-node":"^2.0.5","@smithy/invalid-dependency":"^2.0.5","@smithy/middleware-content-length":"^2.0.5","@smithy/middleware-endpoint":"^2.0.5","@smithy/middleware-retry":"^2.0.5","@smithy/middleware-serde":"^2.0.5","@smithy/middleware-stack":"^2.0.0","@smithy/node-config-provider":"^2.0.6","@smithy/node-http-handler":"^2.0.5","@smithy/protocol-http":"^2.0.5","@smithy/smithy-client":"^2.0.5","@smithy/types":"^2.2.2","@smithy/url-parser":"^2.0.5","@smithy/util-base64":"^2.0.0","@smithy/util-body-length-browser":"^2.0.0","@smithy/util-body-length-node":"^2.1.0","@smithy/util-defaults-mode-browser":"^2.0.6","@smithy/util-defaults-mode-node":"^2.0.6","@smithy/util-retry":"^2.0.0","@smithy/util-utf8":"^2.0.0","fast-xml-parser":"4.2.5","tslib":"^2.5.0"},"devDependencies":{"@smithy/service-client-documentation-generator":"^2.0.0","@tsconfig/node14":"1.0.3","@types/node":"^14.14.31","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.23.23","typescript":"~4.9.5"},"engines":{"node":">=14.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sts","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-sts"}}'); /***/ }), -/***/ 5367: +/***/ 95367: /***/ ((module) => { "use strict"; @@ -21008,7 +21179,7 @@ module.exports = JSON.parse('{"partitions":[{"id":"aws","outputs":{"dnsSuffix":" /******/ // startup /******/ // Load entry module and return exports /******/ // This entry module is referenced by other modules so it can't be inlined -/******/ var __webpack_exports__ = __nccwpck_require__(7424); +/******/ var __webpack_exports__ = __nccwpck_require__(27424); /******/ module.exports = __webpack_exports__; /******/ /******/ })() diff --git a/dist/index.js b/dist/index.js index a0c7c39..843a9fc 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2997,6 +2997,7 @@ const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "__Client", ({ enumerable: true, get: function () { return smithy_client_1.Client; } })); const EndpointParameters_1 = __nccwpck_require__(34214); const runtimeConfig_1 = __nccwpck_require__(19756); +const runtimeExtensions_1 = __nccwpck_require__(63398); class SSOClient extends smithy_client_1.Client { constructor(...[configuration]) { const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {}); @@ -3006,8 +3007,9 @@ class SSOClient extends smithy_client_1.Client { const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3); const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4); const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5); - super(_config_6); - this.config = _config_6; + const _config_7 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_6, configuration?.extensions || []); + super(_config_7); + this.config = _config_7; this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config)); this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config)); this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config)); @@ -4005,6 +4007,7 @@ const getRuntimeConfig = (config) => ({ base64Encoder: config?.base64Encoder ?? util_base64_1.toBase64, disableHostPrefix: config?.disableHostPrefix ?? false, endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver, + extensions: config?.extensions ?? [], logger: config?.logger ?? new smithy_client_1.NoOpLogger(), serviceId: config?.serviceId ?? "SSO", urlParser: config?.urlParser ?? url_parser_1.parseUrl, @@ -4014,6 +4017,30 @@ const getRuntimeConfig = (config) => ({ exports.getRuntimeConfig = getRuntimeConfig; +/***/ }), + +/***/ 63398: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + +"use strict"; + +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.resolveRuntimeExtensions = void 0; +const smithy_client_1 = __nccwpck_require__(63570); +const asPartial = (t) => t; +const resolveRuntimeExtensions = (runtimeConfig, extensions) => { + const extensionConfiguration = { + ...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)), + }; + extensions.forEach((extension) => extension.configure(extensionConfiguration)); + return { + ...runtimeConfig, + ...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration), + }; +}; +exports.resolveRuntimeExtensions = resolveRuntimeExtensions; + + /***/ }), /***/ 32605: @@ -4071,6 +4098,7 @@ const smithy_client_1 = __nccwpck_require__(63570); Object.defineProperty(exports, "__Client", ({ enumerable: true, get: function () { return smithy_client_1.Client; } })); const EndpointParameters_1 = __nccwpck_require__(20510); const runtimeConfig_1 = __nccwpck_require__(83405); +const runtimeExtensions_1 = __nccwpck_require__(32053); class STSClient extends smithy_client_1.Client { constructor(...[configuration]) { const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {}); @@ -4081,8 +4109,9 @@ class STSClient extends smithy_client_1.Client { const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4); const _config_6 = (0, middleware_sdk_sts_1.resolveStsAuthConfig)(_config_5, { stsClientCtor: STSClient }); const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6); - super(_config_7); - this.config = _config_7; + const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []); + super(_config_8); + this.config = _config_8; this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config)); this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config)); this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config)); @@ -6069,6 +6098,7 @@ const getRuntimeConfig = (config) => ({ base64Encoder: config?.base64Encoder ?? util_base64_1.toBase64, disableHostPrefix: config?.disableHostPrefix ?? false, endpointProvider: config?.endpointProvider ?? endpointResolver_1.defaultEndpointResolver, + extensions: config?.extensions ?? [], logger: config?.logger ?? new smithy_client_1.NoOpLogger(), serviceId: config?.serviceId ?? "STS", urlParser: config?.urlParser ?? url_parser_1.parseUrl, @@ -6078,6 +6108,30 @@ const getRuntimeConfig = (config) => ({ exports.getRuntimeConfig = getRuntimeConfig; +/***/ }), + +/***/ 32053: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + +"use strict"; + +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.resolveRuntimeExtensions = void 0; +const smithy_client_1 = __nccwpck_require__(63570); +const asPartial = (t) => t; +const resolveRuntimeExtensions = (runtimeConfig, extensions) => { + const extensionConfiguration = { + ...asPartial((0, smithy_client_1.getDefaultExtensionConfiguration)(runtimeConfig)), + }; + extensions.forEach((extension) => extension.configure(extensionConfiguration)); + return { + ...runtimeConfig, + ...(0, smithy_client_1.resolveDefaultRuntimeConfig)(extensionConfiguration), + }; +}; +exports.resolveRuntimeExtensions = resolveRuntimeExtensions; + + /***/ }), /***/ 80255: @@ -6656,7 +6710,6 @@ const client_sso_1 = __nccwpck_require__(82666); const token_providers_1 = __nccwpck_require__(52843); const property_provider_1 = __nccwpck_require__(79721); const shared_ini_file_loader_1 = __nccwpck_require__(43507); -const EXPIRE_WINDOW_MS = 15 * 60 * 1000; const SHOULD_FAIL_CREDENTIAL_CHAIN = false; const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, profile, }) => { let token; @@ -6681,7 +6734,7 @@ const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ss throw new property_provider_1.CredentialsProviderError(`The SSO session associated with this profile is invalid. ${refreshMessage}`, SHOULD_FAIL_CREDENTIAL_CHAIN); } } - if (new Date(token.expiresAt).getTime() - Date.now() <= EXPIRE_WINDOW_MS) { + if (new Date(token.expiresAt).getTime() - Date.now() <= 0) { throw new property_provider_1.CredentialsProviderError(`The SSO session associated with this profile has expired. ${refreshMessage}`, SHOULD_FAIL_CREDENTIAL_CHAIN); } const { accessToken } = token; @@ -15057,20 +15110,26 @@ exports.TokenProviderError = TokenProviderError; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.chain = void 0; const ProviderError_1 = __nccwpck_require__(23324); -function chain(...providers) { - return () => { - let promise = Promise.reject(new ProviderError_1.ProviderError("No providers in chain")); - for (const provider of providers) { - promise = promise.catch((err) => { - if (err === null || err === void 0 ? void 0 : err.tryNextLink) { - return provider(); - } - throw err; - }); +const chain = (...providers) => async () => { + if (providers.length === 0) { + throw new ProviderError_1.ProviderError("No providers in chain"); + } + let lastProviderError; + for (const provider of providers) { + try { + const credentials = await provider(); + return credentials; } - return promise; - }; -} + catch (err) { + lastProviderError = err; + if (err === null || err === void 0 ? void 0 : err.tryNextLink) { + continue; + } + throw err; + } + } + throw lastProviderError; +}; exports.chain = chain; @@ -15558,6 +15617,14 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getHomeDir = void 0; const os_1 = __nccwpck_require__(22037); const path_1 = __nccwpck_require__(71017); +const process_1 = __nccwpck_require__(77282); +const homeDirCache = {}; +const getHomeDirCacheKey = () => { + if (process_1.geteuid) { + return `${(0, process_1.geteuid)()}`; + } + return "DEFAULT"; +}; const getHomeDir = () => { const { HOME, USERPROFILE, HOMEPATH, HOMEDRIVE = `C:${path_1.sep}` } = process.env; if (HOME) @@ -15566,7 +15633,10 @@ const getHomeDir = () => { return USERPROFILE; if (HOMEPATH) return `${HOMEDRIVE}${HOMEPATH}`; - return (0, os_1.homedir)(); + const homeDirCacheKey = getHomeDirCacheKey(); + if (!homeDirCache[homeDirCacheKey]) + homeDirCache[homeDirCacheKey] = (0, os_1.homedir)(); + return homeDirCache[homeDirCacheKey]; }; exports.getHomeDir = getHomeDir; @@ -16923,6 +16993,89 @@ function extendedEncodeURIComponent(str) { exports.extendedEncodeURIComponent = extendedEncodeURIComponent; +/***/ }), + +/***/ 30941: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + +"use strict"; + +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.resolveChecksumRuntimeConfig = exports.getChecksumConfiguration = exports.AlgorithmId = void 0; +const types_1 = __nccwpck_require__(55756); +Object.defineProperty(exports, "AlgorithmId", ({ enumerable: true, get: function () { return types_1.AlgorithmId; } })); +const getChecksumConfiguration = (runtimeConfig) => { + const checksumAlgorithms = []; + if (runtimeConfig.sha256 !== undefined) { + checksumAlgorithms.push({ + algorithmId: () => types_1.AlgorithmId.SHA256, + checksumConstructor: () => runtimeConfig.sha256, + }); + } + if (runtimeConfig.md5 != undefined) { + checksumAlgorithms.push({ + algorithmId: () => types_1.AlgorithmId.MD5, + checksumConstructor: () => runtimeConfig.md5, + }); + } + return { + _checksumAlgorithms: checksumAlgorithms, + addChecksumAlgorithm(algo) { + this._checksumAlgorithms.push(algo); + }, + checksumAlgorithms() { + return this._checksumAlgorithms; + }, + }; +}; +exports.getChecksumConfiguration = getChecksumConfiguration; +const resolveChecksumRuntimeConfig = (clientConfig) => { + const runtimeConfig = {}; + clientConfig.checksumAlgorithms().forEach((checksumAlgorithm) => { + runtimeConfig[checksumAlgorithm.algorithmId()] = checksumAlgorithm.checksumConstructor(); + }); + return runtimeConfig; +}; +exports.resolveChecksumRuntimeConfig = resolveChecksumRuntimeConfig; + + +/***/ }), + +/***/ 78643: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + +"use strict"; + +Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.resolveDefaultRuntimeConfig = exports.getDefaultClientConfiguration = exports.getDefaultExtensionConfiguration = void 0; +const checksum_1 = __nccwpck_require__(30941); +const getDefaultExtensionConfiguration = (runtimeConfig) => { + return { + ...(0, checksum_1.getChecksumConfiguration)(runtimeConfig), + }; +}; +exports.getDefaultExtensionConfiguration = getDefaultExtensionConfiguration; +exports.getDefaultClientConfiguration = exports.getDefaultExtensionConfiguration; +const resolveDefaultRuntimeConfig = (config) => { + return { + ...(0, checksum_1.resolveChecksumRuntimeConfig)(config), + }; +}; +exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig; + + +/***/ }), + +/***/ 1822: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + +"use strict"; + +Object.defineProperty(exports, "__esModule", ({ value: true })); +const tslib_1 = __nccwpck_require__(4351); +tslib_1.__exportStar(__nccwpck_require__(78643), exports); + + /***/ }), /***/ 42638: @@ -16979,6 +17132,7 @@ tslib_1.__exportStar(__nccwpck_require__(21737), exports); tslib_1.__exportStar(__nccwpck_require__(9681), exports); tslib_1.__exportStar(__nccwpck_require__(11163), exports); tslib_1.__exportStar(__nccwpck_require__(91809), exports); +tslib_1.__exportStar(__nccwpck_require__(1822), exports); tslib_1.__exportStar(__nccwpck_require__(88074), exports); tslib_1.__exportStar(__nccwpck_require__(76016), exports); tslib_1.__exportStar(__nccwpck_require__(42638), exports); @@ -17829,6 +17983,16 @@ const resolveDefaultRuntimeConfig = (config) => { exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig; +/***/ }), + +/***/ 32245: +/***/ ((__unused_webpack_module, exports) => { + +"use strict"; + +Object.defineProperty(exports, "__esModule", ({ value: true })); + + /***/ }), /***/ 47447: @@ -17837,8 +18001,12 @@ exports.resolveDefaultRuntimeConfig = resolveDefaultRuntimeConfig; "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); +exports.AlgorithmId = void 0; const tslib_1 = __nccwpck_require__(4351); tslib_1.__exportStar(__nccwpck_require__(89169), exports); +tslib_1.__exportStar(__nccwpck_require__(32245), exports); +var checksum_1 = __nccwpck_require__(8947); +Object.defineProperty(exports, "AlgorithmId", ({ enumerable: true, get: function () { return checksum_1.AlgorithmId; } })); /***/ }), @@ -18236,6 +18404,9 @@ const calculateBodyLength = (body) => { else if (typeof body.size === "number") { return body.size; } + else if (typeof body.start === "number" && typeof body.end === "number") { + return body.end + 1 - body.start; + } else if (typeof body.path === "string" || Buffer.isBuffer(body.path)) { return (0, fs_1.lstatSync)(body.path).size; } @@ -24451,7 +24622,7 @@ module.exports = require("util"); /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"@aws-sdk/client-sso","description":"AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native","version":"3.391.0","scripts":{"build":"concurrently \'yarn:build:cjs\' \'yarn:build:es\' \'yarn:build:types\'","build:cjs":"tsc -p tsconfig.cjs.json","build:docs":"typedoc","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sso"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"3.0.0","@aws-crypto/sha256-js":"3.0.0","@aws-sdk/middleware-host-header":"3.391.0","@aws-sdk/middleware-logger":"3.391.0","@aws-sdk/middleware-recursion-detection":"3.391.0","@aws-sdk/middleware-user-agent":"3.391.0","@aws-sdk/types":"3.391.0","@aws-sdk/util-endpoints":"3.391.0","@aws-sdk/util-user-agent-browser":"3.391.0","@aws-sdk/util-user-agent-node":"3.391.0","@smithy/config-resolver":"^2.0.3","@smithy/fetch-http-handler":"^2.0.3","@smithy/hash-node":"^2.0.3","@smithy/invalid-dependency":"^2.0.3","@smithy/middleware-content-length":"^2.0.3","@smithy/middleware-endpoint":"^2.0.3","@smithy/middleware-retry":"^2.0.3","@smithy/middleware-serde":"^2.0.3","@smithy/middleware-stack":"^2.0.0","@smithy/node-config-provider":"^2.0.3","@smithy/node-http-handler":"^2.0.3","@smithy/protocol-http":"^2.0.3","@smithy/smithy-client":"^2.0.3","@smithy/types":"^2.2.0","@smithy/url-parser":"^2.0.3","@smithy/util-base64":"^2.0.0","@smithy/util-body-length-browser":"^2.0.0","@smithy/util-body-length-node":"^2.0.0","@smithy/util-defaults-mode-browser":"^2.0.3","@smithy/util-defaults-mode-node":"^2.0.3","@smithy/util-retry":"^2.0.0","@smithy/util-utf8":"^2.0.0","tslib":"^2.5.0"},"devDependencies":{"@smithy/service-client-documentation-generator":"^2.0.0","@tsconfig/node14":"1.0.3","@types/node":"^14.14.31","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.23.23","typescript":"~4.9.5"},"engines":{"node":">=14.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-sso"}}'); +module.exports = JSON.parse('{"name":"@aws-sdk/client-sso","description":"AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native","version":"3.405.0","scripts":{"build":"concurrently \'yarn:build:cjs\' \'yarn:build:es\' \'yarn:build:types\'","build:cjs":"tsc -p tsconfig.cjs.json","build:docs":"typedoc","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sso"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"3.0.0","@aws-crypto/sha256-js":"3.0.0","@aws-sdk/middleware-host-header":"3.398.0","@aws-sdk/middleware-logger":"3.398.0","@aws-sdk/middleware-recursion-detection":"3.398.0","@aws-sdk/middleware-user-agent":"3.398.0","@aws-sdk/types":"3.398.0","@aws-sdk/util-endpoints":"3.398.0","@aws-sdk/util-user-agent-browser":"3.398.0","@aws-sdk/util-user-agent-node":"3.405.0","@smithy/config-resolver":"^2.0.5","@smithy/fetch-http-handler":"^2.0.5","@smithy/hash-node":"^2.0.5","@smithy/invalid-dependency":"^2.0.5","@smithy/middleware-content-length":"^2.0.5","@smithy/middleware-endpoint":"^2.0.5","@smithy/middleware-retry":"^2.0.5","@smithy/middleware-serde":"^2.0.5","@smithy/middleware-stack":"^2.0.0","@smithy/node-config-provider":"^2.0.6","@smithy/node-http-handler":"^2.0.5","@smithy/protocol-http":"^2.0.5","@smithy/smithy-client":"^2.0.5","@smithy/types":"^2.2.2","@smithy/url-parser":"^2.0.5","@smithy/util-base64":"^2.0.0","@smithy/util-body-length-browser":"^2.0.0","@smithy/util-body-length-node":"^2.1.0","@smithy/util-defaults-mode-browser":"^2.0.6","@smithy/util-defaults-mode-node":"^2.0.6","@smithy/util-retry":"^2.0.0","@smithy/util-utf8":"^2.0.0","tslib":"^2.5.0"},"devDependencies":{"@smithy/service-client-documentation-generator":"^2.0.0","@tsconfig/node14":"1.0.3","@types/node":"^14.14.31","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.23.23","typescript":"~4.9.5"},"engines":{"node":">=14.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sso","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-sso"}}'); /***/ }), @@ -24459,7 +24630,7 @@ module.exports = JSON.parse('{"name":"@aws-sdk/client-sso","description":"AWS SD /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"@aws-sdk/client-sts","description":"AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native","version":"3.391.0","scripts":{"build":"concurrently \'yarn:build:cjs\' \'yarn:build:es\' \'yarn:build:types\'","build:cjs":"tsc -p tsconfig.cjs.json","build:docs":"typedoc","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sts","test":"yarn test:unit","test:unit":"jest"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"3.0.0","@aws-crypto/sha256-js":"3.0.0","@aws-sdk/credential-provider-node":"3.391.0","@aws-sdk/middleware-host-header":"3.391.0","@aws-sdk/middleware-logger":"3.391.0","@aws-sdk/middleware-recursion-detection":"3.391.0","@aws-sdk/middleware-sdk-sts":"3.391.0","@aws-sdk/middleware-signing":"3.391.0","@aws-sdk/middleware-user-agent":"3.391.0","@aws-sdk/types":"3.391.0","@aws-sdk/util-endpoints":"3.391.0","@aws-sdk/util-user-agent-browser":"3.391.0","@aws-sdk/util-user-agent-node":"3.391.0","@smithy/config-resolver":"^2.0.3","@smithy/fetch-http-handler":"^2.0.3","@smithy/hash-node":"^2.0.3","@smithy/invalid-dependency":"^2.0.3","@smithy/middleware-content-length":"^2.0.3","@smithy/middleware-endpoint":"^2.0.3","@smithy/middleware-retry":"^2.0.3","@smithy/middleware-serde":"^2.0.3","@smithy/middleware-stack":"^2.0.0","@smithy/node-config-provider":"^2.0.3","@smithy/node-http-handler":"^2.0.3","@smithy/protocol-http":"^2.0.3","@smithy/smithy-client":"^2.0.3","@smithy/types":"^2.2.0","@smithy/url-parser":"^2.0.3","@smithy/util-base64":"^2.0.0","@smithy/util-body-length-browser":"^2.0.0","@smithy/util-body-length-node":"^2.0.0","@smithy/util-defaults-mode-browser":"^2.0.3","@smithy/util-defaults-mode-node":"^2.0.3","@smithy/util-retry":"^2.0.0","@smithy/util-utf8":"^2.0.0","fast-xml-parser":"4.2.5","tslib":"^2.5.0"},"devDependencies":{"@smithy/service-client-documentation-generator":"^2.0.0","@tsconfig/node14":"1.0.3","@types/node":"^14.14.31","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.23.23","typescript":"~4.9.5"},"engines":{"node":">=14.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sts","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-sts"}}'); +module.exports = JSON.parse('{"name":"@aws-sdk/client-sts","description":"AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native","version":"3.405.0","scripts":{"build":"concurrently \'yarn:build:cjs\' \'yarn:build:es\' \'yarn:build:types\'","build:cjs":"tsc -p tsconfig.cjs.json","build:docs":"typedoc","build:es":"tsc -p tsconfig.es.json","build:include:deps":"lerna run --scope $npm_package_name --include-dependencies build","build:types":"tsc -p tsconfig.types.json","build:types:downlevel":"downlevel-dts dist-types dist-types/ts3.4","clean":"rimraf ./dist-* && rimraf *.tsbuildinfo","extract:docs":"api-extractor run --local","generate:client":"node ../../scripts/generate-clients/single-service --solo sts","test":"yarn test:unit","test:unit":"jest"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"3.0.0","@aws-crypto/sha256-js":"3.0.0","@aws-sdk/credential-provider-node":"3.405.0","@aws-sdk/middleware-host-header":"3.398.0","@aws-sdk/middleware-logger":"3.398.0","@aws-sdk/middleware-recursion-detection":"3.398.0","@aws-sdk/middleware-sdk-sts":"3.398.0","@aws-sdk/middleware-signing":"3.398.0","@aws-sdk/middleware-user-agent":"3.398.0","@aws-sdk/types":"3.398.0","@aws-sdk/util-endpoints":"3.398.0","@aws-sdk/util-user-agent-browser":"3.398.0","@aws-sdk/util-user-agent-node":"3.405.0","@smithy/config-resolver":"^2.0.5","@smithy/fetch-http-handler":"^2.0.5","@smithy/hash-node":"^2.0.5","@smithy/invalid-dependency":"^2.0.5","@smithy/middleware-content-length":"^2.0.5","@smithy/middleware-endpoint":"^2.0.5","@smithy/middleware-retry":"^2.0.5","@smithy/middleware-serde":"^2.0.5","@smithy/middleware-stack":"^2.0.0","@smithy/node-config-provider":"^2.0.6","@smithy/node-http-handler":"^2.0.5","@smithy/protocol-http":"^2.0.5","@smithy/smithy-client":"^2.0.5","@smithy/types":"^2.2.2","@smithy/url-parser":"^2.0.5","@smithy/util-base64":"^2.0.0","@smithy/util-body-length-browser":"^2.0.0","@smithy/util-body-length-node":"^2.1.0","@smithy/util-defaults-mode-browser":"^2.0.6","@smithy/util-defaults-mode-node":"^2.0.6","@smithy/util-retry":"^2.0.0","@smithy/util-utf8":"^2.0.0","fast-xml-parser":"4.2.5","tslib":"^2.5.0"},"devDependencies":{"@smithy/service-client-documentation-generator":"^2.0.0","@tsconfig/node14":"1.0.3","@types/node":"^14.14.31","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.23.23","typescript":"~4.9.5"},"engines":{"node":">=14.0.0"},"typesVersions":{"<4.0":{"dist-types/*":["dist-types/ts3.4/*"]}},"files":["dist-*/**"],"author":{"name":"AWS SDK for JavaScript Team","url":"https://aws.amazon.com/javascript/"},"license":"Apache-2.0","browser":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.browser"},"react-native":{"./dist-es/runtimeConfig":"./dist-es/runtimeConfig.native"},"homepage":"https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-sts","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-sts"}}'); /***/ }),