diff --git a/.github/workflows/rebase-on-push-to-main.yml b/.github/workflows/rebase-on-push-to-main.yml index 7a85482..c480b6a 100644 --- a/.github/workflows/rebase-on-push-to-main.yml +++ b/.github/workflows/rebase-on-push-to-main.yml @@ -11,6 +11,6 @@ jobs: timeout-minutes: 5 steps: - name: rebase - uses: "bbeesley/gha-auto-dependabot-rebase@v1.1.2" + uses: "bbeesley/gha-auto-dependabot-rebase@v1.3.107" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test-on-pull-request.yml b/.github/workflows/test-on-pull-request.yml index b477ace..e279159 100644 --- a/.github/workflows/test-on-pull-request.yml +++ b/.github/workflows/test-on-pull-request.yml @@ -18,7 +18,7 @@ jobs: - run: pnpm install --frozen-lockfile - run: pnpm lint - name: commit linting changes - uses: stefanzweifel/git-auto-commit-action@v4.14.1 + uses: stefanzweifel/git-auto-commit-action@v4.16.0 with: commit_message: ":robot: pnpm lint [skip ci]" - run: pnpm test diff --git a/.github/workflows/validate-pr-title.yml b/.github/workflows/validate-pr-title.yml index adec27b..86c7f98 100644 --- a/.github/workflows/validate-pr-title.yml +++ b/.github/workflows/validate-pr-title.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Validate PR Title - uses: amannn/action-semantic-pull-request@v4 + uses: amannn/action-semantic-pull-request@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b93a7..55d0aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.50-alpha.1](https://github.com/scribd/amazon-ecs-service-action/compare/v1.1.49...v1.1.50-alpha.1) (2023-03-30) + + +### Bug Fixes + +* **deps:** update aws sdk ([e32cc26](https://github.com/scribd/amazon-ecs-service-action/commit/e32cc26f1fa3324a93a3bcfc78e3d1d44b8f7d9e)) + ## [1.1.49](https://github.com/scribd/amazon-ecs-service-action/compare/v1.1.48...v1.1.49) (2023-03-30) diff --git a/dist/index.js b/dist/index.js index 0f7e714..b9a7d2a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,16 +1,16 @@ /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ -/***/ 38996: +/***/ 42279: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { /* module decorator */ module = __nccwpck_require__.nmd(module); -const core = __nccwpck_require__(17954); +const core = __nccwpck_require__(67733); const fs = __nccwpck_require__(57147); -const {ECSClient, CreateServiceCommand, DescribeServicesCommand, UpdateServiceCommand, DeleteServiceCommand, waitUntilServicesInactive, ListTasksCommand, DescribeTasksCommand} = __nccwpck_require__(86039); +const {ECSClient, CreateServiceCommand, DescribeServicesCommand, UpdateServiceCommand, DeleteServiceCommand, waitUntilServicesInactive, ListTasksCommand, DescribeTasksCommand} = __nccwpck_require__(97549); -const _ = __nccwpck_require__(98513); +const _ = __nccwpck_require__(23801); /** @@ -183,7 +183,7 @@ function deleteInput(parameters) { * *****************************************************************************************/ -const {WaiterState, checkExceptions, createWaiter} = __nccwpck_require__(24695); +const {WaiterState, checkExceptions, createWaiter} = __nccwpck_require__(70050); async function checkState(client, parameters) { const response = await describeService(client, parameters); @@ -726,7 +726,7 @@ module.exports = { /***/ }), -/***/ 40410: +/***/ 19483: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -753,7 +753,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__(22037)); -const utils_1 = __nccwpck_require__(68900); +const utils_1 = __nccwpck_require__(22994); /** * Commands * @@ -825,7 +825,7 @@ function escapeProperty(s) { /***/ }), -/***/ 17954: +/***/ 67733: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -860,12 +860,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__(40410); -const file_command_1 = __nccwpck_require__(20980); -const utils_1 = __nccwpck_require__(68900); +const command_1 = __nccwpck_require__(19483); +const file_command_1 = __nccwpck_require__(98541); +const utils_1 = __nccwpck_require__(22994); const os = __importStar(__nccwpck_require__(22037)); const path = __importStar(__nccwpck_require__(71017)); -const oidc_utils_1 = __nccwpck_require__(8776); +const oidc_utils_1 = __nccwpck_require__(72422); /** * The code to exit an action */ @@ -1150,17 +1150,17 @@ exports.getIDToken = getIDToken; /** * Summary exports */ -var summary_1 = __nccwpck_require__(88265); +var summary_1 = __nccwpck_require__(50513); Object.defineProperty(exports, "summary", ({ enumerable: true, get: function () { return summary_1.summary; } })); /** * @deprecated use core.summary */ -var summary_2 = __nccwpck_require__(88265); +var summary_2 = __nccwpck_require__(50513); Object.defineProperty(exports, "markdownSummary", ({ enumerable: true, get: function () { return summary_2.markdownSummary; } })); /** * Path exports */ -var path_utils_1 = __nccwpck_require__(96370); +var path_utils_1 = __nccwpck_require__(93084); Object.defineProperty(exports, "toPosixPath", ({ enumerable: true, get: function () { return path_utils_1.toPosixPath; } })); Object.defineProperty(exports, "toWin32Path", ({ enumerable: true, get: function () { return path_utils_1.toWin32Path; } })); Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: function () { return path_utils_1.toPlatformPath; } })); @@ -1168,7 +1168,7 @@ Object.defineProperty(exports, "toPlatformPath", ({ enumerable: true, get: funct /***/ }), -/***/ 20980: +/***/ 98541: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1199,8 +1199,8 @@ exports.prepareKeyValueMessage = exports.issueFileCommand = void 0; /* eslint-disable @typescript-eslint/no-explicit-any */ const fs = __importStar(__nccwpck_require__(57147)); const os = __importStar(__nccwpck_require__(22037)); -const uuid_1 = __nccwpck_require__(37066); -const utils_1 = __nccwpck_require__(68900); +const uuid_1 = __nccwpck_require__(42033); +const utils_1 = __nccwpck_require__(22994); function issueFileCommand(command, message) { const filePath = process.env[`GITHUB_${command}`]; if (!filePath) { @@ -1233,7 +1233,7 @@ exports.prepareKeyValueMessage = prepareKeyValueMessage; /***/ }), -/***/ 8776: +/***/ 72422: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1249,9 +1249,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__(20199); -const auth_1 = __nccwpck_require__(86259); -const core_1 = __nccwpck_require__(17954); +const http_client_1 = __nccwpck_require__(97794); +const auth_1 = __nccwpck_require__(4610); +const core_1 = __nccwpck_require__(67733); class OidcClient { static createHttpClient(allowRetry = true, maxRetry = 10) { const requestOptions = { @@ -1317,7 +1317,7 @@ exports.OidcClient = OidcClient; /***/ }), -/***/ 96370: +/***/ 93084: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1382,7 +1382,7 @@ exports.toPlatformPath = toPlatformPath; /***/ }), -/***/ 88265: +/***/ 50513: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1672,7 +1672,7 @@ exports.summary = _summary; /***/ }), -/***/ 68900: +/***/ 22994: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -1719,7 +1719,7 @@ exports.toCommandProperties = toCommandProperties; /***/ }), -/***/ 86259: +/***/ 4610: /***/ (function(__unused_webpack_module, exports) { "use strict"; @@ -1807,7 +1807,7 @@ exports.PersonalAccessTokenCredentialHandler = PersonalAccessTokenCredentialHand /***/ }), -/***/ 20199: +/***/ 97794: /***/ (function(__unused_webpack_module, exports, __nccwpck_require__) { "use strict"; @@ -1845,8 +1845,8 @@ 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__(13685)); const https = __importStar(__nccwpck_require__(95687)); -const pm = __importStar(__nccwpck_require__(87153)); -const tunnel = __importStar(__nccwpck_require__(68125)); +const pm = __importStar(__nccwpck_require__(41116)); +const tunnel = __importStar(__nccwpck_require__(64249)); var HttpCodes; (function (HttpCodes) { HttpCodes[HttpCodes["OK"] = 200] = "OK"; @@ -2419,7 +2419,7 @@ const lowercaseKeys = (obj) => Object.keys(obj).reduce((c, k) => ((c[k.toLowerCa /***/ }), -/***/ 87153: +/***/ 41116: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -2502,70 +2502,70 @@ function isLoopbackAddress(host) { /***/ }), -/***/ 46695: +/***/ 58437: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ECS = void 0; -const CreateCapacityProviderCommand_1 = __nccwpck_require__(64506); -const CreateClusterCommand_1 = __nccwpck_require__(42370); -const CreateServiceCommand_1 = __nccwpck_require__(42802); -const CreateTaskSetCommand_1 = __nccwpck_require__(44677); -const DeleteAccountSettingCommand_1 = __nccwpck_require__(69921); -const DeleteAttributesCommand_1 = __nccwpck_require__(46061); -const DeleteCapacityProviderCommand_1 = __nccwpck_require__(41386); -const DeleteClusterCommand_1 = __nccwpck_require__(98795); -const DeleteServiceCommand_1 = __nccwpck_require__(81079); -const DeleteTaskDefinitionsCommand_1 = __nccwpck_require__(61753); -const DeleteTaskSetCommand_1 = __nccwpck_require__(481); -const DeregisterContainerInstanceCommand_1 = __nccwpck_require__(48390); -const DeregisterTaskDefinitionCommand_1 = __nccwpck_require__(69677); -const DescribeCapacityProvidersCommand_1 = __nccwpck_require__(36466); -const DescribeClustersCommand_1 = __nccwpck_require__(24991); -const DescribeContainerInstancesCommand_1 = __nccwpck_require__(58483); -const DescribeServicesCommand_1 = __nccwpck_require__(13213); -const DescribeTaskDefinitionCommand_1 = __nccwpck_require__(70919); -const DescribeTasksCommand_1 = __nccwpck_require__(75674); -const DescribeTaskSetsCommand_1 = __nccwpck_require__(57118); -const DiscoverPollEndpointCommand_1 = __nccwpck_require__(36574); -const ExecuteCommandCommand_1 = __nccwpck_require__(22519); -const GetTaskProtectionCommand_1 = __nccwpck_require__(45327); -const ListAccountSettingsCommand_1 = __nccwpck_require__(77970); -const ListAttributesCommand_1 = __nccwpck_require__(67222); -const ListClustersCommand_1 = __nccwpck_require__(14170); -const ListContainerInstancesCommand_1 = __nccwpck_require__(97891); -const ListServicesByNamespaceCommand_1 = __nccwpck_require__(13365); -const ListServicesCommand_1 = __nccwpck_require__(17684); -const ListTagsForResourceCommand_1 = __nccwpck_require__(862); -const ListTaskDefinitionFamiliesCommand_1 = __nccwpck_require__(21650); -const ListTaskDefinitionsCommand_1 = __nccwpck_require__(67701); -const ListTasksCommand_1 = __nccwpck_require__(99152); -const PutAccountSettingCommand_1 = __nccwpck_require__(87120); -const PutAccountSettingDefaultCommand_1 = __nccwpck_require__(50794); -const PutAttributesCommand_1 = __nccwpck_require__(22594); -const PutClusterCapacityProvidersCommand_1 = __nccwpck_require__(49510); -const RegisterContainerInstanceCommand_1 = __nccwpck_require__(9472); -const RegisterTaskDefinitionCommand_1 = __nccwpck_require__(85099); -const RunTaskCommand_1 = __nccwpck_require__(17997); -const StartTaskCommand_1 = __nccwpck_require__(3640); -const StopTaskCommand_1 = __nccwpck_require__(76612); -const SubmitAttachmentStateChangesCommand_1 = __nccwpck_require__(32011); -const SubmitContainerStateChangeCommand_1 = __nccwpck_require__(603); -const SubmitTaskStateChangeCommand_1 = __nccwpck_require__(68996); -const TagResourceCommand_1 = __nccwpck_require__(87629); -const UntagResourceCommand_1 = __nccwpck_require__(77329); -const UpdateCapacityProviderCommand_1 = __nccwpck_require__(91078); -const UpdateClusterCommand_1 = __nccwpck_require__(54712); -const UpdateClusterSettingsCommand_1 = __nccwpck_require__(72446); -const UpdateContainerAgentCommand_1 = __nccwpck_require__(19422); -const UpdateContainerInstancesStateCommand_1 = __nccwpck_require__(58848); -const UpdateServiceCommand_1 = __nccwpck_require__(28026); -const UpdateServicePrimaryTaskSetCommand_1 = __nccwpck_require__(61569); -const UpdateTaskProtectionCommand_1 = __nccwpck_require__(39930); -const UpdateTaskSetCommand_1 = __nccwpck_require__(55547); -const ECSClient_1 = __nccwpck_require__(54992); +const CreateCapacityProviderCommand_1 = __nccwpck_require__(39152); +const CreateClusterCommand_1 = __nccwpck_require__(6174); +const CreateServiceCommand_1 = __nccwpck_require__(77382); +const CreateTaskSetCommand_1 = __nccwpck_require__(57170); +const DeleteAccountSettingCommand_1 = __nccwpck_require__(1849); +const DeleteAttributesCommand_1 = __nccwpck_require__(4844); +const DeleteCapacityProviderCommand_1 = __nccwpck_require__(71153); +const DeleteClusterCommand_1 = __nccwpck_require__(53424); +const DeleteServiceCommand_1 = __nccwpck_require__(73801); +const DeleteTaskDefinitionsCommand_1 = __nccwpck_require__(14843); +const DeleteTaskSetCommand_1 = __nccwpck_require__(13207); +const DeregisterContainerInstanceCommand_1 = __nccwpck_require__(32615); +const DeregisterTaskDefinitionCommand_1 = __nccwpck_require__(48308); +const DescribeCapacityProvidersCommand_1 = __nccwpck_require__(27546); +const DescribeClustersCommand_1 = __nccwpck_require__(33818); +const DescribeContainerInstancesCommand_1 = __nccwpck_require__(14338); +const DescribeServicesCommand_1 = __nccwpck_require__(36774); +const DescribeTaskDefinitionCommand_1 = __nccwpck_require__(81832); +const DescribeTasksCommand_1 = __nccwpck_require__(85210); +const DescribeTaskSetsCommand_1 = __nccwpck_require__(39722); +const DiscoverPollEndpointCommand_1 = __nccwpck_require__(57629); +const ExecuteCommandCommand_1 = __nccwpck_require__(1125); +const GetTaskProtectionCommand_1 = __nccwpck_require__(56927); +const ListAccountSettingsCommand_1 = __nccwpck_require__(75377); +const ListAttributesCommand_1 = __nccwpck_require__(52669); +const ListClustersCommand_1 = __nccwpck_require__(78793); +const ListContainerInstancesCommand_1 = __nccwpck_require__(22935); +const ListServicesByNamespaceCommand_1 = __nccwpck_require__(33637); +const ListServicesCommand_1 = __nccwpck_require__(86970); +const ListTagsForResourceCommand_1 = __nccwpck_require__(143); +const ListTaskDefinitionFamiliesCommand_1 = __nccwpck_require__(49636); +const ListTaskDefinitionsCommand_1 = __nccwpck_require__(18874); +const ListTasksCommand_1 = __nccwpck_require__(57400); +const PutAccountSettingCommand_1 = __nccwpck_require__(15960); +const PutAccountSettingDefaultCommand_1 = __nccwpck_require__(58556); +const PutAttributesCommand_1 = __nccwpck_require__(86607); +const PutClusterCapacityProvidersCommand_1 = __nccwpck_require__(83814); +const RegisterContainerInstanceCommand_1 = __nccwpck_require__(44997); +const RegisterTaskDefinitionCommand_1 = __nccwpck_require__(81844); +const RunTaskCommand_1 = __nccwpck_require__(45248); +const StartTaskCommand_1 = __nccwpck_require__(26617); +const StopTaskCommand_1 = __nccwpck_require__(66067); +const SubmitAttachmentStateChangesCommand_1 = __nccwpck_require__(9650); +const SubmitContainerStateChangeCommand_1 = __nccwpck_require__(90099); +const SubmitTaskStateChangeCommand_1 = __nccwpck_require__(77618); +const TagResourceCommand_1 = __nccwpck_require__(34865); +const UntagResourceCommand_1 = __nccwpck_require__(47632); +const UpdateCapacityProviderCommand_1 = __nccwpck_require__(30308); +const UpdateClusterCommand_1 = __nccwpck_require__(86020); +const UpdateClusterSettingsCommand_1 = __nccwpck_require__(29551); +const UpdateContainerAgentCommand_1 = __nccwpck_require__(7961); +const UpdateContainerInstancesStateCommand_1 = __nccwpck_require__(73379); +const UpdateServiceCommand_1 = __nccwpck_require__(36877); +const UpdateServicePrimaryTaskSetCommand_1 = __nccwpck_require__(88798); +const UpdateTaskProtectionCommand_1 = __nccwpck_require__(67987); +const UpdateTaskSetCommand_1 = __nccwpck_require__(19647); +const ECSClient_1 = __nccwpck_require__(27815); class ECS extends ECSClient_1.ECSClient { createCapacityProvider(args, optionsOrCb, cb) { const command = new CreateCapacityProviderCommand_1.CreateCapacityProviderCommand(args); @@ -3357,25 +3357,25 @@ exports.ECS = ECS; /***/ }), -/***/ 54992: +/***/ 27815: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ECSClient = void 0; -const config_resolver_1 = __nccwpck_require__(82541); -const middleware_content_length_1 = __nccwpck_require__(74341); -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_host_header_1 = __nccwpck_require__(63744); -const middleware_logger_1 = __nccwpck_require__(11312); -const middleware_recursion_detection_1 = __nccwpck_require__(98568); -const middleware_retry_1 = __nccwpck_require__(80264); -const middleware_signing_1 = __nccwpck_require__(11788); -const middleware_user_agent_1 = __nccwpck_require__(13256); -const smithy_client_1 = __nccwpck_require__(17762); -const EndpointParameters_1 = __nccwpck_require__(74218); -const runtimeConfig_1 = __nccwpck_require__(49499); +const config_resolver_1 = __nccwpck_require__(78982); +const middleware_content_length_1 = __nccwpck_require__(14451); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_host_header_1 = __nccwpck_require__(15305); +const middleware_logger_1 = __nccwpck_require__(86295); +const middleware_recursion_detection_1 = __nccwpck_require__(83367); +const middleware_retry_1 = __nccwpck_require__(9937); +const middleware_signing_1 = __nccwpck_require__(5988); +const middleware_user_agent_1 = __nccwpck_require__(53243); +const smithy_client_1 = __nccwpck_require__(20100); +const EndpointParameters_1 = __nccwpck_require__(43926); +const runtimeConfig_1 = __nccwpck_require__(70485); class ECSClient extends smithy_client_1.Client { constructor(configuration) { const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration); @@ -3405,17 +3405,17 @@ exports.ECSClient = ECSClient; /***/ }), -/***/ 64506: +/***/ 39152: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CreateCapacityProviderCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class CreateCapacityProviderCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3458,17 +3458,17 @@ exports.CreateCapacityProviderCommand = CreateCapacityProviderCommand; /***/ }), -/***/ 42370: +/***/ 6174: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CreateClusterCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class CreateClusterCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3511,17 +3511,17 @@ exports.CreateClusterCommand = CreateClusterCommand; /***/ }), -/***/ 42802: +/***/ 77382: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CreateServiceCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class CreateServiceCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3564,17 +3564,17 @@ exports.CreateServiceCommand = CreateServiceCommand; /***/ }), -/***/ 44677: +/***/ 57170: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CreateTaskSetCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class CreateTaskSetCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3617,17 +3617,17 @@ exports.CreateTaskSetCommand = CreateTaskSetCommand; /***/ }), -/***/ 69921: +/***/ 1849: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeleteAccountSettingCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DeleteAccountSettingCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3670,17 +3670,17 @@ exports.DeleteAccountSettingCommand = DeleteAccountSettingCommand; /***/ }), -/***/ 46061: +/***/ 4844: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeleteAttributesCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DeleteAttributesCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3723,17 +3723,17 @@ exports.DeleteAttributesCommand = DeleteAttributesCommand; /***/ }), -/***/ 41386: +/***/ 71153: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeleteCapacityProviderCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DeleteCapacityProviderCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3776,17 +3776,17 @@ exports.DeleteCapacityProviderCommand = DeleteCapacityProviderCommand; /***/ }), -/***/ 98795: +/***/ 53424: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeleteClusterCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DeleteClusterCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3829,17 +3829,17 @@ exports.DeleteClusterCommand = DeleteClusterCommand; /***/ }), -/***/ 81079: +/***/ 73801: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeleteServiceCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DeleteServiceCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3882,17 +3882,17 @@ exports.DeleteServiceCommand = DeleteServiceCommand; /***/ }), -/***/ 61753: +/***/ 14843: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeleteTaskDefinitionsCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DeleteTaskDefinitionsCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3935,17 +3935,17 @@ exports.DeleteTaskDefinitionsCommand = DeleteTaskDefinitionsCommand; /***/ }), -/***/ 481: +/***/ 13207: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeleteTaskSetCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DeleteTaskSetCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -3988,17 +3988,17 @@ exports.DeleteTaskSetCommand = DeleteTaskSetCommand; /***/ }), -/***/ 48390: +/***/ 32615: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeregisterContainerInstanceCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DeregisterContainerInstanceCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4041,17 +4041,17 @@ exports.DeregisterContainerInstanceCommand = DeregisterContainerInstanceCommand; /***/ }), -/***/ 69677: +/***/ 48308: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeregisterTaskDefinitionCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DeregisterTaskDefinitionCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4094,17 +4094,17 @@ exports.DeregisterTaskDefinitionCommand = DeregisterTaskDefinitionCommand; /***/ }), -/***/ 36466: +/***/ 27546: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeCapacityProvidersCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DescribeCapacityProvidersCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4147,17 +4147,17 @@ exports.DescribeCapacityProvidersCommand = DescribeCapacityProvidersCommand; /***/ }), -/***/ 24991: +/***/ 33818: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeClustersCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DescribeClustersCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4200,17 +4200,17 @@ exports.DescribeClustersCommand = DescribeClustersCommand; /***/ }), -/***/ 58483: +/***/ 14338: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeContainerInstancesCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DescribeContainerInstancesCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4253,17 +4253,17 @@ exports.DescribeContainerInstancesCommand = DescribeContainerInstancesCommand; /***/ }), -/***/ 13213: +/***/ 36774: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeServicesCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DescribeServicesCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4306,17 +4306,17 @@ exports.DescribeServicesCommand = DescribeServicesCommand; /***/ }), -/***/ 70919: +/***/ 81832: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeTaskDefinitionCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DescribeTaskDefinitionCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4359,17 +4359,17 @@ exports.DescribeTaskDefinitionCommand = DescribeTaskDefinitionCommand; /***/ }), -/***/ 57118: +/***/ 39722: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeTaskSetsCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DescribeTaskSetsCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4412,17 +4412,17 @@ exports.DescribeTaskSetsCommand = DescribeTaskSetsCommand; /***/ }), -/***/ 75674: +/***/ 85210: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeTasksCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DescribeTasksCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4465,17 +4465,17 @@ exports.DescribeTasksCommand = DescribeTasksCommand; /***/ }), -/***/ 36574: +/***/ 57629: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DiscoverPollEndpointCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class DiscoverPollEndpointCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4518,18 +4518,18 @@ exports.DiscoverPollEndpointCommand = DiscoverPollEndpointCommand; /***/ }), -/***/ 22519: +/***/ 1125: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ExecuteCommandCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const models_0_1 = __nccwpck_require__(36885); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const models_0_1 = __nccwpck_require__(2679); +const Aws_json1_1_1 = __nccwpck_require__(91713); class ExecuteCommandCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4572,17 +4572,17 @@ exports.ExecuteCommandCommand = ExecuteCommandCommand; /***/ }), -/***/ 45327: +/***/ 56927: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetTaskProtectionCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class GetTaskProtectionCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4625,17 +4625,17 @@ exports.GetTaskProtectionCommand = GetTaskProtectionCommand; /***/ }), -/***/ 77970: +/***/ 75377: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListAccountSettingsCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class ListAccountSettingsCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4678,17 +4678,17 @@ exports.ListAccountSettingsCommand = ListAccountSettingsCommand; /***/ }), -/***/ 67222: +/***/ 52669: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListAttributesCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class ListAttributesCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4731,17 +4731,17 @@ exports.ListAttributesCommand = ListAttributesCommand; /***/ }), -/***/ 14170: +/***/ 78793: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListClustersCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class ListClustersCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4784,17 +4784,17 @@ exports.ListClustersCommand = ListClustersCommand; /***/ }), -/***/ 97891: +/***/ 22935: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListContainerInstancesCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class ListContainerInstancesCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4837,17 +4837,17 @@ exports.ListContainerInstancesCommand = ListContainerInstancesCommand; /***/ }), -/***/ 13365: +/***/ 33637: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListServicesByNamespaceCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class ListServicesByNamespaceCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4890,17 +4890,17 @@ exports.ListServicesByNamespaceCommand = ListServicesByNamespaceCommand; /***/ }), -/***/ 17684: +/***/ 86970: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListServicesCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class ListServicesCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4943,17 +4943,17 @@ exports.ListServicesCommand = ListServicesCommand; /***/ }), -/***/ 862: +/***/ 143: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListTagsForResourceCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class ListTagsForResourceCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -4996,17 +4996,17 @@ exports.ListTagsForResourceCommand = ListTagsForResourceCommand; /***/ }), -/***/ 21650: +/***/ 49636: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListTaskDefinitionFamiliesCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class ListTaskDefinitionFamiliesCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5049,17 +5049,17 @@ exports.ListTaskDefinitionFamiliesCommand = ListTaskDefinitionFamiliesCommand; /***/ }), -/***/ 67701: +/***/ 18874: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListTaskDefinitionsCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class ListTaskDefinitionsCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5102,17 +5102,17 @@ exports.ListTaskDefinitionsCommand = ListTaskDefinitionsCommand; /***/ }), -/***/ 99152: +/***/ 57400: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListTasksCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class ListTasksCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5155,17 +5155,17 @@ exports.ListTasksCommand = ListTasksCommand; /***/ }), -/***/ 87120: +/***/ 15960: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.PutAccountSettingCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class PutAccountSettingCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5208,17 +5208,17 @@ exports.PutAccountSettingCommand = PutAccountSettingCommand; /***/ }), -/***/ 50794: +/***/ 58556: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.PutAccountSettingDefaultCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class PutAccountSettingDefaultCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5261,17 +5261,17 @@ exports.PutAccountSettingDefaultCommand = PutAccountSettingDefaultCommand; /***/ }), -/***/ 22594: +/***/ 86607: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.PutAttributesCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class PutAttributesCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5314,17 +5314,17 @@ exports.PutAttributesCommand = PutAttributesCommand; /***/ }), -/***/ 49510: +/***/ 83814: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.PutClusterCapacityProvidersCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class PutClusterCapacityProvidersCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5367,17 +5367,17 @@ exports.PutClusterCapacityProvidersCommand = PutClusterCapacityProvidersCommand; /***/ }), -/***/ 9472: +/***/ 44997: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.RegisterContainerInstanceCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class RegisterContainerInstanceCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5420,17 +5420,17 @@ exports.RegisterContainerInstanceCommand = RegisterContainerInstanceCommand; /***/ }), -/***/ 85099: +/***/ 81844: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.RegisterTaskDefinitionCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class RegisterTaskDefinitionCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5473,17 +5473,17 @@ exports.RegisterTaskDefinitionCommand = RegisterTaskDefinitionCommand; /***/ }), -/***/ 17997: +/***/ 45248: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.RunTaskCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class RunTaskCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5526,17 +5526,17 @@ exports.RunTaskCommand = RunTaskCommand; /***/ }), -/***/ 3640: +/***/ 26617: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StartTaskCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class StartTaskCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5579,17 +5579,17 @@ exports.StartTaskCommand = StartTaskCommand; /***/ }), -/***/ 76612: +/***/ 66067: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StopTaskCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class StopTaskCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5632,17 +5632,17 @@ exports.StopTaskCommand = StopTaskCommand; /***/ }), -/***/ 32011: +/***/ 9650: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SubmitAttachmentStateChangesCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class SubmitAttachmentStateChangesCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5685,17 +5685,17 @@ exports.SubmitAttachmentStateChangesCommand = SubmitAttachmentStateChangesComman /***/ }), -/***/ 603: +/***/ 90099: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SubmitContainerStateChangeCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class SubmitContainerStateChangeCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5738,17 +5738,17 @@ exports.SubmitContainerStateChangeCommand = SubmitContainerStateChangeCommand; /***/ }), -/***/ 68996: +/***/ 77618: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SubmitTaskStateChangeCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class SubmitTaskStateChangeCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5791,17 +5791,17 @@ exports.SubmitTaskStateChangeCommand = SubmitTaskStateChangeCommand; /***/ }), -/***/ 87629: +/***/ 34865: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.TagResourceCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class TagResourceCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5844,17 +5844,17 @@ exports.TagResourceCommand = TagResourceCommand; /***/ }), -/***/ 77329: +/***/ 47632: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UntagResourceCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class UntagResourceCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5897,17 +5897,17 @@ exports.UntagResourceCommand = UntagResourceCommand; /***/ }), -/***/ 91078: +/***/ 30308: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateCapacityProviderCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class UpdateCapacityProviderCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -5950,17 +5950,17 @@ exports.UpdateCapacityProviderCommand = UpdateCapacityProviderCommand; /***/ }), -/***/ 54712: +/***/ 86020: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateClusterCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class UpdateClusterCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -6003,17 +6003,17 @@ exports.UpdateClusterCommand = UpdateClusterCommand; /***/ }), -/***/ 72446: +/***/ 29551: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateClusterSettingsCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class UpdateClusterSettingsCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -6056,17 +6056,17 @@ exports.UpdateClusterSettingsCommand = UpdateClusterSettingsCommand; /***/ }), -/***/ 19422: +/***/ 7961: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateContainerAgentCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class UpdateContainerAgentCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -6109,17 +6109,17 @@ exports.UpdateContainerAgentCommand = UpdateContainerAgentCommand; /***/ }), -/***/ 58848: +/***/ 73379: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateContainerInstancesStateCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class UpdateContainerInstancesStateCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -6162,17 +6162,17 @@ exports.UpdateContainerInstancesStateCommand = UpdateContainerInstancesStateComm /***/ }), -/***/ 28026: +/***/ 36877: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateServiceCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class UpdateServiceCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -6215,17 +6215,17 @@ exports.UpdateServiceCommand = UpdateServiceCommand; /***/ }), -/***/ 61569: +/***/ 88798: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateServicePrimaryTaskSetCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class UpdateServicePrimaryTaskSetCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -6268,17 +6268,17 @@ exports.UpdateServicePrimaryTaskSetCommand = UpdateServicePrimaryTaskSetCommand; /***/ }), -/***/ 39930: +/***/ 67987: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateTaskProtectionCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class UpdateTaskProtectionCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -6321,17 +6321,17 @@ exports.UpdateTaskProtectionCommand = UpdateTaskProtectionCommand; /***/ }), -/***/ 55547: +/***/ 19647: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateTaskSetCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_json1_1_1 = __nccwpck_require__(41527); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_json1_1_1 = __nccwpck_require__(91713); class UpdateTaskSetCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -6374,74 +6374,74 @@ exports.UpdateTaskSetCommand = UpdateTaskSetCommand; /***/ }), -/***/ 44836: -/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { - -"use strict"; - -Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(64506), exports); -tslib_1.__exportStar(__nccwpck_require__(42370), exports); -tslib_1.__exportStar(__nccwpck_require__(42802), exports); -tslib_1.__exportStar(__nccwpck_require__(44677), exports); -tslib_1.__exportStar(__nccwpck_require__(69921), exports); -tslib_1.__exportStar(__nccwpck_require__(46061), exports); -tslib_1.__exportStar(__nccwpck_require__(41386), exports); -tslib_1.__exportStar(__nccwpck_require__(98795), exports); -tslib_1.__exportStar(__nccwpck_require__(81079), exports); -tslib_1.__exportStar(__nccwpck_require__(61753), exports); -tslib_1.__exportStar(__nccwpck_require__(481), exports); -tslib_1.__exportStar(__nccwpck_require__(48390), exports); -tslib_1.__exportStar(__nccwpck_require__(69677), exports); -tslib_1.__exportStar(__nccwpck_require__(36466), exports); -tslib_1.__exportStar(__nccwpck_require__(24991), exports); -tslib_1.__exportStar(__nccwpck_require__(58483), exports); -tslib_1.__exportStar(__nccwpck_require__(13213), exports); -tslib_1.__exportStar(__nccwpck_require__(70919), exports); -tslib_1.__exportStar(__nccwpck_require__(57118), exports); -tslib_1.__exportStar(__nccwpck_require__(75674), exports); -tslib_1.__exportStar(__nccwpck_require__(36574), exports); -tslib_1.__exportStar(__nccwpck_require__(22519), exports); -tslib_1.__exportStar(__nccwpck_require__(45327), exports); -tslib_1.__exportStar(__nccwpck_require__(77970), exports); -tslib_1.__exportStar(__nccwpck_require__(67222), exports); -tslib_1.__exportStar(__nccwpck_require__(14170), exports); -tslib_1.__exportStar(__nccwpck_require__(97891), exports); -tslib_1.__exportStar(__nccwpck_require__(13365), exports); -tslib_1.__exportStar(__nccwpck_require__(17684), exports); -tslib_1.__exportStar(__nccwpck_require__(862), exports); -tslib_1.__exportStar(__nccwpck_require__(21650), exports); -tslib_1.__exportStar(__nccwpck_require__(67701), exports); -tslib_1.__exportStar(__nccwpck_require__(99152), exports); -tslib_1.__exportStar(__nccwpck_require__(87120), exports); -tslib_1.__exportStar(__nccwpck_require__(50794), exports); -tslib_1.__exportStar(__nccwpck_require__(22594), exports); -tslib_1.__exportStar(__nccwpck_require__(49510), exports); -tslib_1.__exportStar(__nccwpck_require__(9472), exports); -tslib_1.__exportStar(__nccwpck_require__(85099), exports); -tslib_1.__exportStar(__nccwpck_require__(17997), exports); -tslib_1.__exportStar(__nccwpck_require__(3640), exports); -tslib_1.__exportStar(__nccwpck_require__(76612), exports); -tslib_1.__exportStar(__nccwpck_require__(32011), exports); -tslib_1.__exportStar(__nccwpck_require__(603), exports); -tslib_1.__exportStar(__nccwpck_require__(68996), exports); -tslib_1.__exportStar(__nccwpck_require__(87629), exports); -tslib_1.__exportStar(__nccwpck_require__(77329), exports); -tslib_1.__exportStar(__nccwpck_require__(91078), exports); -tslib_1.__exportStar(__nccwpck_require__(54712), exports); -tslib_1.__exportStar(__nccwpck_require__(72446), exports); -tslib_1.__exportStar(__nccwpck_require__(19422), exports); -tslib_1.__exportStar(__nccwpck_require__(58848), exports); -tslib_1.__exportStar(__nccwpck_require__(28026), exports); -tslib_1.__exportStar(__nccwpck_require__(61569), exports); -tslib_1.__exportStar(__nccwpck_require__(39930), exports); -tslib_1.__exportStar(__nccwpck_require__(55547), exports); - - -/***/ }), - -/***/ 74218: +/***/ 21911: +/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { + +"use strict"; + +Object.defineProperty(exports, "__esModule", ({ value: true })); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(39152), exports); +tslib_1.__exportStar(__nccwpck_require__(6174), exports); +tslib_1.__exportStar(__nccwpck_require__(77382), exports); +tslib_1.__exportStar(__nccwpck_require__(57170), exports); +tslib_1.__exportStar(__nccwpck_require__(1849), exports); +tslib_1.__exportStar(__nccwpck_require__(4844), exports); +tslib_1.__exportStar(__nccwpck_require__(71153), exports); +tslib_1.__exportStar(__nccwpck_require__(53424), exports); +tslib_1.__exportStar(__nccwpck_require__(73801), exports); +tslib_1.__exportStar(__nccwpck_require__(14843), exports); +tslib_1.__exportStar(__nccwpck_require__(13207), exports); +tslib_1.__exportStar(__nccwpck_require__(32615), exports); +tslib_1.__exportStar(__nccwpck_require__(48308), exports); +tslib_1.__exportStar(__nccwpck_require__(27546), exports); +tslib_1.__exportStar(__nccwpck_require__(33818), exports); +tslib_1.__exportStar(__nccwpck_require__(14338), exports); +tslib_1.__exportStar(__nccwpck_require__(36774), exports); +tslib_1.__exportStar(__nccwpck_require__(81832), exports); +tslib_1.__exportStar(__nccwpck_require__(39722), exports); +tslib_1.__exportStar(__nccwpck_require__(85210), exports); +tslib_1.__exportStar(__nccwpck_require__(57629), exports); +tslib_1.__exportStar(__nccwpck_require__(1125), exports); +tslib_1.__exportStar(__nccwpck_require__(56927), exports); +tslib_1.__exportStar(__nccwpck_require__(75377), exports); +tslib_1.__exportStar(__nccwpck_require__(52669), exports); +tslib_1.__exportStar(__nccwpck_require__(78793), exports); +tslib_1.__exportStar(__nccwpck_require__(22935), exports); +tslib_1.__exportStar(__nccwpck_require__(33637), exports); +tslib_1.__exportStar(__nccwpck_require__(86970), exports); +tslib_1.__exportStar(__nccwpck_require__(143), exports); +tslib_1.__exportStar(__nccwpck_require__(49636), exports); +tslib_1.__exportStar(__nccwpck_require__(18874), exports); +tslib_1.__exportStar(__nccwpck_require__(57400), exports); +tslib_1.__exportStar(__nccwpck_require__(15960), exports); +tslib_1.__exportStar(__nccwpck_require__(58556), exports); +tslib_1.__exportStar(__nccwpck_require__(86607), exports); +tslib_1.__exportStar(__nccwpck_require__(83814), exports); +tslib_1.__exportStar(__nccwpck_require__(44997), exports); +tslib_1.__exportStar(__nccwpck_require__(81844), exports); +tslib_1.__exportStar(__nccwpck_require__(45248), exports); +tslib_1.__exportStar(__nccwpck_require__(26617), exports); +tslib_1.__exportStar(__nccwpck_require__(66067), exports); +tslib_1.__exportStar(__nccwpck_require__(9650), exports); +tslib_1.__exportStar(__nccwpck_require__(90099), exports); +tslib_1.__exportStar(__nccwpck_require__(77618), exports); +tslib_1.__exportStar(__nccwpck_require__(34865), exports); +tslib_1.__exportStar(__nccwpck_require__(47632), exports); +tslib_1.__exportStar(__nccwpck_require__(30308), exports); +tslib_1.__exportStar(__nccwpck_require__(86020), exports); +tslib_1.__exportStar(__nccwpck_require__(29551), exports); +tslib_1.__exportStar(__nccwpck_require__(7961), exports); +tslib_1.__exportStar(__nccwpck_require__(73379), exports); +tslib_1.__exportStar(__nccwpck_require__(36877), exports); +tslib_1.__exportStar(__nccwpck_require__(88798), exports); +tslib_1.__exportStar(__nccwpck_require__(67987), exports); +tslib_1.__exportStar(__nccwpck_require__(19647), exports); + + +/***/ }), + +/***/ 43926: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -6461,15 +6461,15 @@ exports.resolveClientEndpointParameters = resolveClientEndpointParameters; /***/ }), -/***/ 82838: +/***/ 89910: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultEndpointResolver = void 0; -const util_endpoints_1 = __nccwpck_require__(55403); -const ruleset_1 = __nccwpck_require__(74531); +const util_endpoints_1 = __nccwpck_require__(65958); +const ruleset_1 = __nccwpck_require__(30287); const defaultEndpointResolver = (endpointParams, context = {}) => { return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, { endpointParams: endpointParams, @@ -6481,7 +6481,7 @@ exports.defaultEndpointResolver = defaultEndpointResolver; /***/ }), -/***/ 74531: +/***/ 30287: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -6496,34 +6496,34 @@ exports.ruleSet = _data; /***/ }), -/***/ 86039: +/***/ 97549: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ECSServiceException = void 0; -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(46695), exports); -tslib_1.__exportStar(__nccwpck_require__(54992), exports); -tslib_1.__exportStar(__nccwpck_require__(44836), exports); -tslib_1.__exportStar(__nccwpck_require__(54658), exports); -tslib_1.__exportStar(__nccwpck_require__(52314), exports); -tslib_1.__exportStar(__nccwpck_require__(69070), exports); -var ECSServiceException_1 = __nccwpck_require__(64901); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(58437), exports); +tslib_1.__exportStar(__nccwpck_require__(27815), exports); +tslib_1.__exportStar(__nccwpck_require__(21911), exports); +tslib_1.__exportStar(__nccwpck_require__(9936), exports); +tslib_1.__exportStar(__nccwpck_require__(64754), exports); +tslib_1.__exportStar(__nccwpck_require__(83354), exports); +var ECSServiceException_1 = __nccwpck_require__(31978); Object.defineProperty(exports, "ECSServiceException", ({ enumerable: true, get: function () { return ECSServiceException_1.ECSServiceException; } })); /***/ }), -/***/ 64901: +/***/ 31978: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ECSServiceException = void 0; -const smithy_client_1 = __nccwpck_require__(17762); +const smithy_client_1 = __nccwpck_require__(20100); class ECSServiceException extends smithy_client_1.ServiceException { constructor(options) { super(options); @@ -6535,19 +6535,19 @@ exports.ECSServiceException = ECSServiceException; /***/ }), -/***/ 54658: +/***/ 9936: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(36885), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(2679), exports); /***/ }), -/***/ 36885: +/***/ 2679: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -6555,8 +6555,8 @@ tslib_1.__exportStar(__nccwpck_require__(36885), exports); Object.defineProperty(exports, "__esModule", ({ value: true })); exports.TaskDefinitionPlacementConstraintType = exports.PidMode = exports.NetworkMode = exports.IpcMode = exports.UlimitName = exports.ResourceType = exports.TransportProtocol = exports.ApplicationProtocol = exports.DeviceCgroupPermission = exports.FirelensConfigurationType = exports.EnvironmentFileType = exports.ContainerCondition = exports.Compatibility = exports.ClusterContainsTasksException = exports.ClusterContainsServicesException = exports.ClusterContainsContainerInstancesException = exports.TargetNotFoundException = exports.TargetType = exports.SettingName = exports.ServiceNotFoundException = exports.ServiceNotActiveException = exports.UnsupportedFeatureException = exports.PlatformUnknownException = exports.PlatformTaskDefinitionIncompatibilityException = exports.NamespaceNotFoundException = exports.StabilityStatus = exports.ScaleUnit = exports.DeploymentRolloutState = exports.LogDriver = exports.SchedulingStrategy = exports.PropagateTags = exports.PlacementStrategyType = exports.PlacementConstraintType = exports.AssignPublicIp = exports.LaunchType = exports.DeploymentControllerType = exports.ClusterNotFoundException = exports.ClusterSettingName = exports.ExecuteCommandLogging = exports.UpdateInProgressException = exports.ServerException = exports.LimitExceededException = exports.InvalidParameterException = exports.CapacityProviderUpdateStatus = exports.CapacityProviderStatus = exports.ManagedTerminationProtection = exports.ManagedScalingStatus = exports.ClientException = exports.AgentUpdateStatus = exports.AccessDeniedException = void 0; exports.ExecuteCommandResponseFilterSensitiveLog = exports.SessionFilterSensitiveLog = exports.NoUpdateAvailableException = exports.MissingVersionException = exports.BlockedException = exports.PlatformDeviceType = exports.ResourceInUseException = exports.AttributeLimitExceededException = exports.DesiredStatus = exports.SortOrder = exports.TaskDefinitionFamilyStatus = exports.ContainerInstanceStatus = exports.ResourceNotFoundException = exports.TargetNotConnectedException = exports.TaskSetField = exports.TaskStopCode = exports.ManagedAgentName = exports.HealthStatus = exports.Connectivity = exports.TaskField = exports.TaskDefinitionField = exports.ServiceField = exports.ContainerInstanceField = exports.ClusterField = exports.CapacityProviderField = exports.InstanceHealthCheckType = exports.InstanceHealthCheckState = exports.TaskSetNotFoundException = exports.EFSTransitEncryption = exports.EFSAuthorizationConfigIAM = exports.Scope = exports.TaskDefinitionStatus = exports.OSFamily = exports.CPUArchitecture = exports.ProxyConfigurationType = void 0; -const smithy_client_1 = __nccwpck_require__(17762); -const ECSServiceException_1 = __nccwpck_require__(64901); +const smithy_client_1 = __nccwpck_require__(20100); +const ECSServiceException_1 = __nccwpck_require__(31978); class AccessDeniedException extends ECSServiceException_1.ECSServiceException { constructor(opts) { super({ @@ -6570,15 +6570,14 @@ class AccessDeniedException extends ECSServiceException_1.ECSServiceException { } } exports.AccessDeniedException = AccessDeniedException; -var AgentUpdateStatus; -(function (AgentUpdateStatus) { - AgentUpdateStatus["FAILED"] = "FAILED"; - AgentUpdateStatus["PENDING"] = "PENDING"; - AgentUpdateStatus["STAGED"] = "STAGED"; - AgentUpdateStatus["STAGING"] = "STAGING"; - AgentUpdateStatus["UPDATED"] = "UPDATED"; - AgentUpdateStatus["UPDATING"] = "UPDATING"; -})(AgentUpdateStatus = exports.AgentUpdateStatus || (exports.AgentUpdateStatus = {})); +exports.AgentUpdateStatus = { + FAILED: "FAILED", + PENDING: "PENDING", + STAGED: "STAGED", + STAGING: "STAGING", + UPDATED: "UPDATED", + UPDATING: "UPDATING", +}; class ClientException extends ECSServiceException_1.ECSServiceException { constructor(opts) { super({ @@ -6592,30 +6591,26 @@ class ClientException extends ECSServiceException_1.ECSServiceException { } } exports.ClientException = ClientException; -var ManagedScalingStatus; -(function (ManagedScalingStatus) { - ManagedScalingStatus["DISABLED"] = "DISABLED"; - ManagedScalingStatus["ENABLED"] = "ENABLED"; -})(ManagedScalingStatus = exports.ManagedScalingStatus || (exports.ManagedScalingStatus = {})); -var ManagedTerminationProtection; -(function (ManagedTerminationProtection) { - ManagedTerminationProtection["DISABLED"] = "DISABLED"; - ManagedTerminationProtection["ENABLED"] = "ENABLED"; -})(ManagedTerminationProtection = exports.ManagedTerminationProtection || (exports.ManagedTerminationProtection = {})); -var CapacityProviderStatus; -(function (CapacityProviderStatus) { - CapacityProviderStatus["ACTIVE"] = "ACTIVE"; - CapacityProviderStatus["INACTIVE"] = "INACTIVE"; -})(CapacityProviderStatus = exports.CapacityProviderStatus || (exports.CapacityProviderStatus = {})); -var CapacityProviderUpdateStatus; -(function (CapacityProviderUpdateStatus) { - CapacityProviderUpdateStatus["DELETE_COMPLETE"] = "DELETE_COMPLETE"; - CapacityProviderUpdateStatus["DELETE_FAILED"] = "DELETE_FAILED"; - CapacityProviderUpdateStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS"; - CapacityProviderUpdateStatus["UPDATE_COMPLETE"] = "UPDATE_COMPLETE"; - CapacityProviderUpdateStatus["UPDATE_FAILED"] = "UPDATE_FAILED"; - CapacityProviderUpdateStatus["UPDATE_IN_PROGRESS"] = "UPDATE_IN_PROGRESS"; -})(CapacityProviderUpdateStatus = exports.CapacityProviderUpdateStatus || (exports.CapacityProviderUpdateStatus = {})); +exports.ManagedScalingStatus = { + DISABLED: "DISABLED", + ENABLED: "ENABLED", +}; +exports.ManagedTerminationProtection = { + DISABLED: "DISABLED", + ENABLED: "ENABLED", +}; +exports.CapacityProviderStatus = { + ACTIVE: "ACTIVE", + INACTIVE: "INACTIVE", +}; +exports.CapacityProviderUpdateStatus = { + DELETE_COMPLETE: "DELETE_COMPLETE", + DELETE_FAILED: "DELETE_FAILED", + DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS", + UPDATE_COMPLETE: "UPDATE_COMPLETE", + UPDATE_FAILED: "UPDATE_FAILED", + UPDATE_IN_PROGRESS: "UPDATE_IN_PROGRESS", +}; class InvalidParameterException extends ECSServiceException_1.ECSServiceException { constructor(opts) { super({ @@ -6668,16 +6663,14 @@ class UpdateInProgressException extends ECSServiceException_1.ECSServiceExceptio } } exports.UpdateInProgressException = UpdateInProgressException; -var ExecuteCommandLogging; -(function (ExecuteCommandLogging) { - ExecuteCommandLogging["DEFAULT"] = "DEFAULT"; - ExecuteCommandLogging["NONE"] = "NONE"; - ExecuteCommandLogging["OVERRIDE"] = "OVERRIDE"; -})(ExecuteCommandLogging = exports.ExecuteCommandLogging || (exports.ExecuteCommandLogging = {})); -var ClusterSettingName; -(function (ClusterSettingName) { - ClusterSettingName["CONTAINER_INSIGHTS"] = "containerInsights"; -})(ClusterSettingName = exports.ClusterSettingName || (exports.ClusterSettingName = {})); +exports.ExecuteCommandLogging = { + DEFAULT: "DEFAULT", + NONE: "NONE", + OVERRIDE: "OVERRIDE", +}; +exports.ClusterSettingName = { + CONTAINER_INSIGHTS: "containerInsights", +}; class ClusterNotFoundException extends ECSServiceException_1.ECSServiceException { constructor(opts) { super({ @@ -6691,71 +6684,60 @@ class ClusterNotFoundException extends ECSServiceException_1.ECSServiceException } } exports.ClusterNotFoundException = ClusterNotFoundException; -var DeploymentControllerType; -(function (DeploymentControllerType) { - DeploymentControllerType["CODE_DEPLOY"] = "CODE_DEPLOY"; - DeploymentControllerType["ECS"] = "ECS"; - DeploymentControllerType["EXTERNAL"] = "EXTERNAL"; -})(DeploymentControllerType = exports.DeploymentControllerType || (exports.DeploymentControllerType = {})); -var LaunchType; -(function (LaunchType) { - LaunchType["EC2"] = "EC2"; - LaunchType["EXTERNAL"] = "EXTERNAL"; - LaunchType["FARGATE"] = "FARGATE"; -})(LaunchType = exports.LaunchType || (exports.LaunchType = {})); -var AssignPublicIp; -(function (AssignPublicIp) { - AssignPublicIp["DISABLED"] = "DISABLED"; - AssignPublicIp["ENABLED"] = "ENABLED"; -})(AssignPublicIp = exports.AssignPublicIp || (exports.AssignPublicIp = {})); -var PlacementConstraintType; -(function (PlacementConstraintType) { - PlacementConstraintType["DISTINCT_INSTANCE"] = "distinctInstance"; - PlacementConstraintType["MEMBER_OF"] = "memberOf"; -})(PlacementConstraintType = exports.PlacementConstraintType || (exports.PlacementConstraintType = {})); -var PlacementStrategyType; -(function (PlacementStrategyType) { - PlacementStrategyType["BINPACK"] = "binpack"; - PlacementStrategyType["RANDOM"] = "random"; - PlacementStrategyType["SPREAD"] = "spread"; -})(PlacementStrategyType = exports.PlacementStrategyType || (exports.PlacementStrategyType = {})); -var PropagateTags; -(function (PropagateTags) { - PropagateTags["NONE"] = "NONE"; - PropagateTags["SERVICE"] = "SERVICE"; - PropagateTags["TASK_DEFINITION"] = "TASK_DEFINITION"; -})(PropagateTags = exports.PropagateTags || (exports.PropagateTags = {})); -var SchedulingStrategy; -(function (SchedulingStrategy) { - SchedulingStrategy["DAEMON"] = "DAEMON"; - SchedulingStrategy["REPLICA"] = "REPLICA"; -})(SchedulingStrategy = exports.SchedulingStrategy || (exports.SchedulingStrategy = {})); -var LogDriver; -(function (LogDriver) { - LogDriver["AWSFIRELENS"] = "awsfirelens"; - LogDriver["AWSLOGS"] = "awslogs"; - LogDriver["FLUENTD"] = "fluentd"; - LogDriver["GELF"] = "gelf"; - LogDriver["JOURNALD"] = "journald"; - LogDriver["JSON_FILE"] = "json-file"; - LogDriver["SPLUNK"] = "splunk"; - LogDriver["SYSLOG"] = "syslog"; -})(LogDriver = exports.LogDriver || (exports.LogDriver = {})); -var DeploymentRolloutState; -(function (DeploymentRolloutState) { - DeploymentRolloutState["COMPLETED"] = "COMPLETED"; - DeploymentRolloutState["FAILED"] = "FAILED"; - DeploymentRolloutState["IN_PROGRESS"] = "IN_PROGRESS"; -})(DeploymentRolloutState = exports.DeploymentRolloutState || (exports.DeploymentRolloutState = {})); -var ScaleUnit; -(function (ScaleUnit) { - ScaleUnit["PERCENT"] = "PERCENT"; -})(ScaleUnit = exports.ScaleUnit || (exports.ScaleUnit = {})); -var StabilityStatus; -(function (StabilityStatus) { - StabilityStatus["STABILIZING"] = "STABILIZING"; - StabilityStatus["STEADY_STATE"] = "STEADY_STATE"; -})(StabilityStatus = exports.StabilityStatus || (exports.StabilityStatus = {})); +exports.DeploymentControllerType = { + CODE_DEPLOY: "CODE_DEPLOY", + ECS: "ECS", + EXTERNAL: "EXTERNAL", +}; +exports.LaunchType = { + EC2: "EC2", + EXTERNAL: "EXTERNAL", + FARGATE: "FARGATE", +}; +exports.AssignPublicIp = { + DISABLED: "DISABLED", + ENABLED: "ENABLED", +}; +exports.PlacementConstraintType = { + DISTINCT_INSTANCE: "distinctInstance", + MEMBER_OF: "memberOf", +}; +exports.PlacementStrategyType = { + BINPACK: "binpack", + RANDOM: "random", + SPREAD: "spread", +}; +exports.PropagateTags = { + NONE: "NONE", + SERVICE: "SERVICE", + TASK_DEFINITION: "TASK_DEFINITION", +}; +exports.SchedulingStrategy = { + DAEMON: "DAEMON", + REPLICA: "REPLICA", +}; +exports.LogDriver = { + AWSFIRELENS: "awsfirelens", + AWSLOGS: "awslogs", + FLUENTD: "fluentd", + GELF: "gelf", + JOURNALD: "journald", + JSON_FILE: "json-file", + SPLUNK: "splunk", + SYSLOG: "syslog", +}; +exports.DeploymentRolloutState = { + COMPLETED: "COMPLETED", + FAILED: "FAILED", + IN_PROGRESS: "IN_PROGRESS", +}; +exports.ScaleUnit = { + PERCENT: "PERCENT", +}; +exports.StabilityStatus = { + STABILIZING: "STABILIZING", + STEADY_STATE: "STEADY_STATE", +}; class NamespaceNotFoundException extends ECSServiceException_1.ECSServiceException { constructor(opts) { super({ @@ -6834,18 +6816,16 @@ class ServiceNotFoundException extends ECSServiceException_1.ECSServiceException } } exports.ServiceNotFoundException = ServiceNotFoundException; -var SettingName; -(function (SettingName) { - SettingName["AWSVPC_TRUNKING"] = "awsvpcTrunking"; - SettingName["CONTAINER_INSIGHTS"] = "containerInsights"; - SettingName["CONTAINER_INSTANCE_LONG_ARN_FORMAT"] = "containerInstanceLongArnFormat"; - SettingName["SERVICE_LONG_ARN_FORMAT"] = "serviceLongArnFormat"; - SettingName["TASK_LONG_ARN_FORMAT"] = "taskLongArnFormat"; -})(SettingName = exports.SettingName || (exports.SettingName = {})); -var TargetType; -(function (TargetType) { - TargetType["CONTAINER_INSTANCE"] = "container-instance"; -})(TargetType = exports.TargetType || (exports.TargetType = {})); +exports.SettingName = { + AWSVPC_TRUNKING: "awsvpcTrunking", + CONTAINER_INSIGHTS: "containerInsights", + CONTAINER_INSTANCE_LONG_ARN_FORMAT: "containerInstanceLongArnFormat", + SERVICE_LONG_ARN_FORMAT: "serviceLongArnFormat", + TASK_LONG_ARN_FORMAT: "taskLongArnFormat", +}; +exports.TargetType = { + CONTAINER_INSTANCE: "container-instance", +}; class TargetNotFoundException extends ECSServiceException_1.ECSServiceException { constructor(opts) { super({ @@ -6898,131 +6878,111 @@ class ClusterContainsTasksException extends ECSServiceException_1.ECSServiceExce } } exports.ClusterContainsTasksException = ClusterContainsTasksException; -var Compatibility; -(function (Compatibility) { - Compatibility["EC2"] = "EC2"; - Compatibility["EXTERNAL"] = "EXTERNAL"; - Compatibility["FARGATE"] = "FARGATE"; -})(Compatibility = exports.Compatibility || (exports.Compatibility = {})); -var ContainerCondition; -(function (ContainerCondition) { - ContainerCondition["COMPLETE"] = "COMPLETE"; - ContainerCondition["HEALTHY"] = "HEALTHY"; - ContainerCondition["START"] = "START"; - ContainerCondition["SUCCESS"] = "SUCCESS"; -})(ContainerCondition = exports.ContainerCondition || (exports.ContainerCondition = {})); -var EnvironmentFileType; -(function (EnvironmentFileType) { - EnvironmentFileType["S3"] = "s3"; -})(EnvironmentFileType = exports.EnvironmentFileType || (exports.EnvironmentFileType = {})); -var FirelensConfigurationType; -(function (FirelensConfigurationType) { - FirelensConfigurationType["FLUENTBIT"] = "fluentbit"; - FirelensConfigurationType["FLUENTD"] = "fluentd"; -})(FirelensConfigurationType = exports.FirelensConfigurationType || (exports.FirelensConfigurationType = {})); -var DeviceCgroupPermission; -(function (DeviceCgroupPermission) { - DeviceCgroupPermission["MKNOD"] = "mknod"; - DeviceCgroupPermission["READ"] = "read"; - DeviceCgroupPermission["WRITE"] = "write"; -})(DeviceCgroupPermission = exports.DeviceCgroupPermission || (exports.DeviceCgroupPermission = {})); -var ApplicationProtocol; -(function (ApplicationProtocol) { - ApplicationProtocol["GRPC"] = "grpc"; - ApplicationProtocol["HTTP"] = "http"; - ApplicationProtocol["HTTP2"] = "http2"; -})(ApplicationProtocol = exports.ApplicationProtocol || (exports.ApplicationProtocol = {})); -var TransportProtocol; -(function (TransportProtocol) { - TransportProtocol["TCP"] = "tcp"; - TransportProtocol["UDP"] = "udp"; -})(TransportProtocol = exports.TransportProtocol || (exports.TransportProtocol = {})); -var ResourceType; -(function (ResourceType) { - ResourceType["GPU"] = "GPU"; - ResourceType["INFERENCE_ACCELERATOR"] = "InferenceAccelerator"; -})(ResourceType = exports.ResourceType || (exports.ResourceType = {})); -var UlimitName; -(function (UlimitName) { - UlimitName["CORE"] = "core"; - UlimitName["CPU"] = "cpu"; - UlimitName["DATA"] = "data"; - UlimitName["FSIZE"] = "fsize"; - UlimitName["LOCKS"] = "locks"; - UlimitName["MEMLOCK"] = "memlock"; - UlimitName["MSGQUEUE"] = "msgqueue"; - UlimitName["NICE"] = "nice"; - UlimitName["NOFILE"] = "nofile"; - UlimitName["NPROC"] = "nproc"; - UlimitName["RSS"] = "rss"; - UlimitName["RTPRIO"] = "rtprio"; - UlimitName["RTTIME"] = "rttime"; - UlimitName["SIGPENDING"] = "sigpending"; - UlimitName["STACK"] = "stack"; -})(UlimitName = exports.UlimitName || (exports.UlimitName = {})); -var IpcMode; -(function (IpcMode) { - IpcMode["HOST"] = "host"; - IpcMode["NONE"] = "none"; - IpcMode["TASK"] = "task"; -})(IpcMode = exports.IpcMode || (exports.IpcMode = {})); -var NetworkMode; -(function (NetworkMode) { - NetworkMode["AWSVPC"] = "awsvpc"; - NetworkMode["BRIDGE"] = "bridge"; - NetworkMode["HOST"] = "host"; - NetworkMode["NONE"] = "none"; -})(NetworkMode = exports.NetworkMode || (exports.NetworkMode = {})); -var PidMode; -(function (PidMode) { - PidMode["HOST"] = "host"; - PidMode["TASK"] = "task"; -})(PidMode = exports.PidMode || (exports.PidMode = {})); -var TaskDefinitionPlacementConstraintType; -(function (TaskDefinitionPlacementConstraintType) { - TaskDefinitionPlacementConstraintType["MEMBER_OF"] = "memberOf"; -})(TaskDefinitionPlacementConstraintType = exports.TaskDefinitionPlacementConstraintType || (exports.TaskDefinitionPlacementConstraintType = {})); -var ProxyConfigurationType; -(function (ProxyConfigurationType) { - ProxyConfigurationType["APPMESH"] = "APPMESH"; -})(ProxyConfigurationType = exports.ProxyConfigurationType || (exports.ProxyConfigurationType = {})); -var CPUArchitecture; -(function (CPUArchitecture) { - CPUArchitecture["ARM64"] = "ARM64"; - CPUArchitecture["X86_64"] = "X86_64"; -})(CPUArchitecture = exports.CPUArchitecture || (exports.CPUArchitecture = {})); -var OSFamily; -(function (OSFamily) { - OSFamily["LINUX"] = "LINUX"; - OSFamily["WINDOWS_SERVER_2004_CORE"] = "WINDOWS_SERVER_2004_CORE"; - OSFamily["WINDOWS_SERVER_2016_FULL"] = "WINDOWS_SERVER_2016_FULL"; - OSFamily["WINDOWS_SERVER_2019_CORE"] = "WINDOWS_SERVER_2019_CORE"; - OSFamily["WINDOWS_SERVER_2019_FULL"] = "WINDOWS_SERVER_2019_FULL"; - OSFamily["WINDOWS_SERVER_2022_CORE"] = "WINDOWS_SERVER_2022_CORE"; - OSFamily["WINDOWS_SERVER_2022_FULL"] = "WINDOWS_SERVER_2022_FULL"; - OSFamily["WINDOWS_SERVER_20H2_CORE"] = "WINDOWS_SERVER_20H2_CORE"; -})(OSFamily = exports.OSFamily || (exports.OSFamily = {})); -var TaskDefinitionStatus; -(function (TaskDefinitionStatus) { - TaskDefinitionStatus["ACTIVE"] = "ACTIVE"; - TaskDefinitionStatus["DELETE_IN_PROGRESS"] = "DELETE_IN_PROGRESS"; - TaskDefinitionStatus["INACTIVE"] = "INACTIVE"; -})(TaskDefinitionStatus = exports.TaskDefinitionStatus || (exports.TaskDefinitionStatus = {})); -var Scope; -(function (Scope) { - Scope["SHARED"] = "shared"; - Scope["TASK"] = "task"; -})(Scope = exports.Scope || (exports.Scope = {})); -var EFSAuthorizationConfigIAM; -(function (EFSAuthorizationConfigIAM) { - EFSAuthorizationConfigIAM["DISABLED"] = "DISABLED"; - EFSAuthorizationConfigIAM["ENABLED"] = "ENABLED"; -})(EFSAuthorizationConfigIAM = exports.EFSAuthorizationConfigIAM || (exports.EFSAuthorizationConfigIAM = {})); -var EFSTransitEncryption; -(function (EFSTransitEncryption) { - EFSTransitEncryption["DISABLED"] = "DISABLED"; - EFSTransitEncryption["ENABLED"] = "ENABLED"; -})(EFSTransitEncryption = exports.EFSTransitEncryption || (exports.EFSTransitEncryption = {})); +exports.Compatibility = { + EC2: "EC2", + EXTERNAL: "EXTERNAL", + FARGATE: "FARGATE", +}; +exports.ContainerCondition = { + COMPLETE: "COMPLETE", + HEALTHY: "HEALTHY", + START: "START", + SUCCESS: "SUCCESS", +}; +exports.EnvironmentFileType = { + S3: "s3", +}; +exports.FirelensConfigurationType = { + FLUENTBIT: "fluentbit", + FLUENTD: "fluentd", +}; +exports.DeviceCgroupPermission = { + MKNOD: "mknod", + READ: "read", + WRITE: "write", +}; +exports.ApplicationProtocol = { + GRPC: "grpc", + HTTP: "http", + HTTP2: "http2", +}; +exports.TransportProtocol = { + TCP: "tcp", + UDP: "udp", +}; +exports.ResourceType = { + GPU: "GPU", + INFERENCE_ACCELERATOR: "InferenceAccelerator", +}; +exports.UlimitName = { + CORE: "core", + CPU: "cpu", + DATA: "data", + FSIZE: "fsize", + LOCKS: "locks", + MEMLOCK: "memlock", + MSGQUEUE: "msgqueue", + NICE: "nice", + NOFILE: "nofile", + NPROC: "nproc", + RSS: "rss", + RTPRIO: "rtprio", + RTTIME: "rttime", + SIGPENDING: "sigpending", + STACK: "stack", +}; +exports.IpcMode = { + HOST: "host", + NONE: "none", + TASK: "task", +}; +exports.NetworkMode = { + AWSVPC: "awsvpc", + BRIDGE: "bridge", + HOST: "host", + NONE: "none", +}; +exports.PidMode = { + HOST: "host", + TASK: "task", +}; +exports.TaskDefinitionPlacementConstraintType = { + MEMBER_OF: "memberOf", +}; +exports.ProxyConfigurationType = { + APPMESH: "APPMESH", +}; +exports.CPUArchitecture = { + ARM64: "ARM64", + X86_64: "X86_64", +}; +exports.OSFamily = { + LINUX: "LINUX", + WINDOWS_SERVER_2004_CORE: "WINDOWS_SERVER_2004_CORE", + WINDOWS_SERVER_2016_FULL: "WINDOWS_SERVER_2016_FULL", + WINDOWS_SERVER_2019_CORE: "WINDOWS_SERVER_2019_CORE", + WINDOWS_SERVER_2019_FULL: "WINDOWS_SERVER_2019_FULL", + WINDOWS_SERVER_2022_CORE: "WINDOWS_SERVER_2022_CORE", + WINDOWS_SERVER_2022_FULL: "WINDOWS_SERVER_2022_FULL", + WINDOWS_SERVER_20H2_CORE: "WINDOWS_SERVER_20H2_CORE", +}; +exports.TaskDefinitionStatus = { + ACTIVE: "ACTIVE", + DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS", + INACTIVE: "INACTIVE", +}; +exports.Scope = { + SHARED: "shared", + TASK: "task", +}; +exports.EFSAuthorizationConfigIAM = { + DISABLED: "DISABLED", + ENABLED: "ENABLED", +}; +exports.EFSTransitEncryption = { + DISABLED: "DISABLED", + ENABLED: "ENABLED", +}; class TaskSetNotFoundException extends ECSServiceException_1.ECSServiceException { constructor(opts) { super({ @@ -7036,74 +6996,61 @@ class TaskSetNotFoundException extends ECSServiceException_1.ECSServiceException } } exports.TaskSetNotFoundException = TaskSetNotFoundException; -var InstanceHealthCheckState; -(function (InstanceHealthCheckState) { - InstanceHealthCheckState["IMPAIRED"] = "IMPAIRED"; - InstanceHealthCheckState["INITIALIZING"] = "INITIALIZING"; - InstanceHealthCheckState["INSUFFICIENT_DATA"] = "INSUFFICIENT_DATA"; - InstanceHealthCheckState["OK"] = "OK"; -})(InstanceHealthCheckState = exports.InstanceHealthCheckState || (exports.InstanceHealthCheckState = {})); -var InstanceHealthCheckType; -(function (InstanceHealthCheckType) { - InstanceHealthCheckType["CONTAINER_RUNTIME"] = "CONTAINER_RUNTIME"; -})(InstanceHealthCheckType = exports.InstanceHealthCheckType || (exports.InstanceHealthCheckType = {})); -var CapacityProviderField; -(function (CapacityProviderField) { - CapacityProviderField["TAGS"] = "TAGS"; -})(CapacityProviderField = exports.CapacityProviderField || (exports.CapacityProviderField = {})); -var ClusterField; -(function (ClusterField) { - ClusterField["ATTACHMENTS"] = "ATTACHMENTS"; - ClusterField["CONFIGURATIONS"] = "CONFIGURATIONS"; - ClusterField["SETTINGS"] = "SETTINGS"; - ClusterField["STATISTICS"] = "STATISTICS"; - ClusterField["TAGS"] = "TAGS"; -})(ClusterField = exports.ClusterField || (exports.ClusterField = {})); -var ContainerInstanceField; -(function (ContainerInstanceField) { - ContainerInstanceField["CONTAINER_INSTANCE_HEALTH"] = "CONTAINER_INSTANCE_HEALTH"; - ContainerInstanceField["TAGS"] = "TAGS"; -})(ContainerInstanceField = exports.ContainerInstanceField || (exports.ContainerInstanceField = {})); -var ServiceField; -(function (ServiceField) { - ServiceField["TAGS"] = "TAGS"; -})(ServiceField = exports.ServiceField || (exports.ServiceField = {})); -var TaskDefinitionField; -(function (TaskDefinitionField) { - TaskDefinitionField["TAGS"] = "TAGS"; -})(TaskDefinitionField = exports.TaskDefinitionField || (exports.TaskDefinitionField = {})); -var TaskField; -(function (TaskField) { - TaskField["TAGS"] = "TAGS"; -})(TaskField = exports.TaskField || (exports.TaskField = {})); -var Connectivity; -(function (Connectivity) { - Connectivity["CONNECTED"] = "CONNECTED"; - Connectivity["DISCONNECTED"] = "DISCONNECTED"; -})(Connectivity = exports.Connectivity || (exports.Connectivity = {})); -var HealthStatus; -(function (HealthStatus) { - HealthStatus["HEALTHY"] = "HEALTHY"; - HealthStatus["UNHEALTHY"] = "UNHEALTHY"; - HealthStatus["UNKNOWN"] = "UNKNOWN"; -})(HealthStatus = exports.HealthStatus || (exports.HealthStatus = {})); -var ManagedAgentName; -(function (ManagedAgentName) { - ManagedAgentName["ExecuteCommandAgent"] = "ExecuteCommandAgent"; -})(ManagedAgentName = exports.ManagedAgentName || (exports.ManagedAgentName = {})); -var TaskStopCode; -(function (TaskStopCode) { - TaskStopCode["ESSENTIAL_CONTAINER_EXITED"] = "EssentialContainerExited"; - TaskStopCode["SERVICE_SCHEDULER_INITIATED"] = "ServiceSchedulerInitiated"; - TaskStopCode["SPOT_INTERRUPTION"] = "SpotInterruption"; - TaskStopCode["TASK_FAILED_TO_START"] = "TaskFailedToStart"; - TaskStopCode["TERMINATION_NOTICE"] = "TerminationNotice"; - TaskStopCode["USER_INITIATED"] = "UserInitiated"; -})(TaskStopCode = exports.TaskStopCode || (exports.TaskStopCode = {})); -var TaskSetField; -(function (TaskSetField) { - TaskSetField["TAGS"] = "TAGS"; -})(TaskSetField = exports.TaskSetField || (exports.TaskSetField = {})); +exports.InstanceHealthCheckState = { + IMPAIRED: "IMPAIRED", + INITIALIZING: "INITIALIZING", + INSUFFICIENT_DATA: "INSUFFICIENT_DATA", + OK: "OK", +}; +exports.InstanceHealthCheckType = { + CONTAINER_RUNTIME: "CONTAINER_RUNTIME", +}; +exports.CapacityProviderField = { + TAGS: "TAGS", +}; +exports.ClusterField = { + ATTACHMENTS: "ATTACHMENTS", + CONFIGURATIONS: "CONFIGURATIONS", + SETTINGS: "SETTINGS", + STATISTICS: "STATISTICS", + TAGS: "TAGS", +}; +exports.ContainerInstanceField = { + CONTAINER_INSTANCE_HEALTH: "CONTAINER_INSTANCE_HEALTH", + TAGS: "TAGS", +}; +exports.ServiceField = { + TAGS: "TAGS", +}; +exports.TaskDefinitionField = { + TAGS: "TAGS", +}; +exports.TaskField = { + TAGS: "TAGS", +}; +exports.Connectivity = { + CONNECTED: "CONNECTED", + DISCONNECTED: "DISCONNECTED", +}; +exports.HealthStatus = { + HEALTHY: "HEALTHY", + UNHEALTHY: "UNHEALTHY", + UNKNOWN: "UNKNOWN", +}; +exports.ManagedAgentName = { + ExecuteCommandAgent: "ExecuteCommandAgent", +}; +exports.TaskStopCode = { + ESSENTIAL_CONTAINER_EXITED: "EssentialContainerExited", + SERVICE_SCHEDULER_INITIATED: "ServiceSchedulerInitiated", + SPOT_INTERRUPTION: "SpotInterruption", + TASK_FAILED_TO_START: "TaskFailedToStart", + TERMINATION_NOTICE: "TerminationNotice", + USER_INITIATED: "UserInitiated", +}; +exports.TaskSetField = { + TAGS: "TAGS", +}; class TargetNotConnectedException extends ECSServiceException_1.ECSServiceException { constructor(opts) { super({ @@ -7130,31 +7077,27 @@ class ResourceNotFoundException extends ECSServiceException_1.ECSServiceExceptio } } exports.ResourceNotFoundException = ResourceNotFoundException; -var ContainerInstanceStatus; -(function (ContainerInstanceStatus) { - ContainerInstanceStatus["ACTIVE"] = "ACTIVE"; - ContainerInstanceStatus["DEREGISTERING"] = "DEREGISTERING"; - ContainerInstanceStatus["DRAINING"] = "DRAINING"; - ContainerInstanceStatus["REGISTERING"] = "REGISTERING"; - ContainerInstanceStatus["REGISTRATION_FAILED"] = "REGISTRATION_FAILED"; -})(ContainerInstanceStatus = exports.ContainerInstanceStatus || (exports.ContainerInstanceStatus = {})); -var TaskDefinitionFamilyStatus; -(function (TaskDefinitionFamilyStatus) { - TaskDefinitionFamilyStatus["ACTIVE"] = "ACTIVE"; - TaskDefinitionFamilyStatus["ALL"] = "ALL"; - TaskDefinitionFamilyStatus["INACTIVE"] = "INACTIVE"; -})(TaskDefinitionFamilyStatus = exports.TaskDefinitionFamilyStatus || (exports.TaskDefinitionFamilyStatus = {})); -var SortOrder; -(function (SortOrder) { - SortOrder["ASC"] = "ASC"; - SortOrder["DESC"] = "DESC"; -})(SortOrder = exports.SortOrder || (exports.SortOrder = {})); -var DesiredStatus; -(function (DesiredStatus) { - DesiredStatus["PENDING"] = "PENDING"; - DesiredStatus["RUNNING"] = "RUNNING"; - DesiredStatus["STOPPED"] = "STOPPED"; -})(DesiredStatus = exports.DesiredStatus || (exports.DesiredStatus = {})); +exports.ContainerInstanceStatus = { + ACTIVE: "ACTIVE", + DEREGISTERING: "DEREGISTERING", + DRAINING: "DRAINING", + REGISTERING: "REGISTERING", + REGISTRATION_FAILED: "REGISTRATION_FAILED", +}; +exports.TaskDefinitionFamilyStatus = { + ACTIVE: "ACTIVE", + ALL: "ALL", + INACTIVE: "INACTIVE", +}; +exports.SortOrder = { + ASC: "ASC", + DESC: "DESC", +}; +exports.DesiredStatus = { + PENDING: "PENDING", + RUNNING: "RUNNING", + STOPPED: "STOPPED", +}; class AttributeLimitExceededException extends ECSServiceException_1.ECSServiceException { constructor(opts) { super({ @@ -7181,10 +7124,9 @@ class ResourceInUseException extends ECSServiceException_1.ECSServiceException { } } exports.ResourceInUseException = ResourceInUseException; -var PlatformDeviceType; -(function (PlatformDeviceType) { - PlatformDeviceType["GPU"] = "GPU"; -})(PlatformDeviceType = exports.PlatformDeviceType || (exports.PlatformDeviceType = {})); +exports.PlatformDeviceType = { + GPU: "GPU", +}; class BlockedException extends ECSServiceException_1.ECSServiceException { constructor(opts) { super({ @@ -7238,7 +7180,7 @@ exports.ExecuteCommandResponseFilterSensitiveLog = ExecuteCommandResponseFilterS /***/ }), -/***/ 3406: +/***/ 6325: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -7248,15 +7190,15 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 33704: +/***/ 19779: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListAccountSettings = void 0; -const ListAccountSettingsCommand_1 = __nccwpck_require__(77970); -const ECSClient_1 = __nccwpck_require__(54992); +const ListAccountSettingsCommand_1 = __nccwpck_require__(75377); +const ECSClient_1 = __nccwpck_require__(27815); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListAccountSettingsCommand_1.ListAccountSettingsCommand(input), ...args); }; @@ -7285,15 +7227,15 @@ exports.paginateListAccountSettings = paginateListAccountSettings; /***/ }), -/***/ 74567: +/***/ 9822: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListAttributes = void 0; -const ListAttributesCommand_1 = __nccwpck_require__(67222); -const ECSClient_1 = __nccwpck_require__(54992); +const ListAttributesCommand_1 = __nccwpck_require__(52669); +const ECSClient_1 = __nccwpck_require__(27815); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListAttributesCommand_1.ListAttributesCommand(input), ...args); }; @@ -7322,15 +7264,15 @@ exports.paginateListAttributes = paginateListAttributes; /***/ }), -/***/ 28157: +/***/ 97265: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListClusters = void 0; -const ListClustersCommand_1 = __nccwpck_require__(14170); -const ECSClient_1 = __nccwpck_require__(54992); +const ListClustersCommand_1 = __nccwpck_require__(78793); +const ECSClient_1 = __nccwpck_require__(27815); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListClustersCommand_1.ListClustersCommand(input), ...args); }; @@ -7359,15 +7301,15 @@ exports.paginateListClusters = paginateListClusters; /***/ }), -/***/ 28568: +/***/ 26609: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListContainerInstances = void 0; -const ListContainerInstancesCommand_1 = __nccwpck_require__(97891); -const ECSClient_1 = __nccwpck_require__(54992); +const ListContainerInstancesCommand_1 = __nccwpck_require__(22935); +const ECSClient_1 = __nccwpck_require__(27815); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListContainerInstancesCommand_1.ListContainerInstancesCommand(input), ...args); }; @@ -7396,15 +7338,15 @@ exports.paginateListContainerInstances = paginateListContainerInstances; /***/ }), -/***/ 79351: +/***/ 69164: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListServicesByNamespace = void 0; -const ListServicesByNamespaceCommand_1 = __nccwpck_require__(13365); -const ECSClient_1 = __nccwpck_require__(54992); +const ListServicesByNamespaceCommand_1 = __nccwpck_require__(33637); +const ECSClient_1 = __nccwpck_require__(27815); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListServicesByNamespaceCommand_1.ListServicesByNamespaceCommand(input), ...args); }; @@ -7433,15 +7375,15 @@ exports.paginateListServicesByNamespace = paginateListServicesByNamespace; /***/ }), -/***/ 77762: +/***/ 59077: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListServices = void 0; -const ListServicesCommand_1 = __nccwpck_require__(17684); -const ECSClient_1 = __nccwpck_require__(54992); +const ListServicesCommand_1 = __nccwpck_require__(86970); +const ECSClient_1 = __nccwpck_require__(27815); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListServicesCommand_1.ListServicesCommand(input), ...args); }; @@ -7470,15 +7412,15 @@ exports.paginateListServices = paginateListServices; /***/ }), -/***/ 50981: +/***/ 32504: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListTaskDefinitionFamilies = void 0; -const ListTaskDefinitionFamiliesCommand_1 = __nccwpck_require__(21650); -const ECSClient_1 = __nccwpck_require__(54992); +const ListTaskDefinitionFamiliesCommand_1 = __nccwpck_require__(49636); +const ECSClient_1 = __nccwpck_require__(27815); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListTaskDefinitionFamiliesCommand_1.ListTaskDefinitionFamiliesCommand(input), ...args); }; @@ -7507,15 +7449,15 @@ exports.paginateListTaskDefinitionFamilies = paginateListTaskDefinitionFamilies; /***/ }), -/***/ 93654: +/***/ 56449: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListTaskDefinitions = void 0; -const ListTaskDefinitionsCommand_1 = __nccwpck_require__(67701); -const ECSClient_1 = __nccwpck_require__(54992); +const ListTaskDefinitionsCommand_1 = __nccwpck_require__(18874); +const ECSClient_1 = __nccwpck_require__(27815); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListTaskDefinitionsCommand_1.ListTaskDefinitionsCommand(input), ...args); }; @@ -7544,15 +7486,15 @@ exports.paginateListTaskDefinitions = paginateListTaskDefinitions; /***/ }), -/***/ 21348: +/***/ 55937: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListTasks = void 0; -const ListTasksCommand_1 = __nccwpck_require__(99152); -const ECSClient_1 = __nccwpck_require__(54992); +const ListTasksCommand_1 = __nccwpck_require__(57400); +const ECSClient_1 = __nccwpck_require__(27815); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListTasksCommand_1.ListTasksCommand(input), ...args); }; @@ -7581,28 +7523,28 @@ exports.paginateListTasks = paginateListTasks; /***/ }), -/***/ 52314: +/***/ 64754: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(3406), exports); -tslib_1.__exportStar(__nccwpck_require__(33704), exports); -tslib_1.__exportStar(__nccwpck_require__(74567), exports); -tslib_1.__exportStar(__nccwpck_require__(28157), exports); -tslib_1.__exportStar(__nccwpck_require__(28568), exports); -tslib_1.__exportStar(__nccwpck_require__(79351), exports); -tslib_1.__exportStar(__nccwpck_require__(77762), exports); -tslib_1.__exportStar(__nccwpck_require__(50981), exports); -tslib_1.__exportStar(__nccwpck_require__(93654), exports); -tslib_1.__exportStar(__nccwpck_require__(21348), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(6325), exports); +tslib_1.__exportStar(__nccwpck_require__(19779), exports); +tslib_1.__exportStar(__nccwpck_require__(9822), exports); +tslib_1.__exportStar(__nccwpck_require__(97265), exports); +tslib_1.__exportStar(__nccwpck_require__(26609), exports); +tslib_1.__exportStar(__nccwpck_require__(69164), exports); +tslib_1.__exportStar(__nccwpck_require__(59077), exports); +tslib_1.__exportStar(__nccwpck_require__(32504), exports); +tslib_1.__exportStar(__nccwpck_require__(56449), exports); +tslib_1.__exportStar(__nccwpck_require__(55937), exports); /***/ }), -/***/ 41527: +/***/ 91713: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -7611,10 +7553,10 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.serializeAws_json1_1UpdateClusterSettingsCommand = exports.serializeAws_json1_1UpdateClusterCommand = exports.serializeAws_json1_1UpdateCapacityProviderCommand = exports.serializeAws_json1_1UntagResourceCommand = exports.serializeAws_json1_1TagResourceCommand = exports.serializeAws_json1_1SubmitTaskStateChangeCommand = exports.serializeAws_json1_1SubmitContainerStateChangeCommand = exports.serializeAws_json1_1SubmitAttachmentStateChangesCommand = exports.serializeAws_json1_1StopTaskCommand = exports.serializeAws_json1_1StartTaskCommand = exports.serializeAws_json1_1RunTaskCommand = exports.serializeAws_json1_1RegisterTaskDefinitionCommand = exports.serializeAws_json1_1RegisterContainerInstanceCommand = exports.serializeAws_json1_1PutClusterCapacityProvidersCommand = exports.serializeAws_json1_1PutAttributesCommand = exports.serializeAws_json1_1PutAccountSettingDefaultCommand = exports.serializeAws_json1_1PutAccountSettingCommand = exports.serializeAws_json1_1ListTasksCommand = exports.serializeAws_json1_1ListTaskDefinitionsCommand = exports.serializeAws_json1_1ListTaskDefinitionFamiliesCommand = exports.serializeAws_json1_1ListTagsForResourceCommand = exports.serializeAws_json1_1ListServicesByNamespaceCommand = exports.serializeAws_json1_1ListServicesCommand = exports.serializeAws_json1_1ListContainerInstancesCommand = exports.serializeAws_json1_1ListClustersCommand = exports.serializeAws_json1_1ListAttributesCommand = exports.serializeAws_json1_1ListAccountSettingsCommand = exports.serializeAws_json1_1GetTaskProtectionCommand = exports.serializeAws_json1_1ExecuteCommandCommand = exports.serializeAws_json1_1DiscoverPollEndpointCommand = exports.serializeAws_json1_1DescribeTaskSetsCommand = exports.serializeAws_json1_1DescribeTasksCommand = exports.serializeAws_json1_1DescribeTaskDefinitionCommand = exports.serializeAws_json1_1DescribeServicesCommand = exports.serializeAws_json1_1DescribeContainerInstancesCommand = exports.serializeAws_json1_1DescribeClustersCommand = exports.serializeAws_json1_1DescribeCapacityProvidersCommand = exports.serializeAws_json1_1DeregisterTaskDefinitionCommand = exports.serializeAws_json1_1DeregisterContainerInstanceCommand = exports.serializeAws_json1_1DeleteTaskSetCommand = exports.serializeAws_json1_1DeleteTaskDefinitionsCommand = exports.serializeAws_json1_1DeleteServiceCommand = exports.serializeAws_json1_1DeleteClusterCommand = exports.serializeAws_json1_1DeleteCapacityProviderCommand = exports.serializeAws_json1_1DeleteAttributesCommand = exports.serializeAws_json1_1DeleteAccountSettingCommand = exports.serializeAws_json1_1CreateTaskSetCommand = exports.serializeAws_json1_1CreateServiceCommand = exports.serializeAws_json1_1CreateClusterCommand = exports.serializeAws_json1_1CreateCapacityProviderCommand = void 0; exports.deserializeAws_json1_1SubmitContainerStateChangeCommand = exports.deserializeAws_json1_1SubmitAttachmentStateChangesCommand = exports.deserializeAws_json1_1StopTaskCommand = exports.deserializeAws_json1_1StartTaskCommand = exports.deserializeAws_json1_1RunTaskCommand = exports.deserializeAws_json1_1RegisterTaskDefinitionCommand = exports.deserializeAws_json1_1RegisterContainerInstanceCommand = exports.deserializeAws_json1_1PutClusterCapacityProvidersCommand = exports.deserializeAws_json1_1PutAttributesCommand = exports.deserializeAws_json1_1PutAccountSettingDefaultCommand = exports.deserializeAws_json1_1PutAccountSettingCommand = exports.deserializeAws_json1_1ListTasksCommand = exports.deserializeAws_json1_1ListTaskDefinitionsCommand = exports.deserializeAws_json1_1ListTaskDefinitionFamiliesCommand = exports.deserializeAws_json1_1ListTagsForResourceCommand = exports.deserializeAws_json1_1ListServicesByNamespaceCommand = exports.deserializeAws_json1_1ListServicesCommand = exports.deserializeAws_json1_1ListContainerInstancesCommand = exports.deserializeAws_json1_1ListClustersCommand = exports.deserializeAws_json1_1ListAttributesCommand = exports.deserializeAws_json1_1ListAccountSettingsCommand = exports.deserializeAws_json1_1GetTaskProtectionCommand = exports.deserializeAws_json1_1ExecuteCommandCommand = exports.deserializeAws_json1_1DiscoverPollEndpointCommand = exports.deserializeAws_json1_1DescribeTaskSetsCommand = exports.deserializeAws_json1_1DescribeTasksCommand = exports.deserializeAws_json1_1DescribeTaskDefinitionCommand = exports.deserializeAws_json1_1DescribeServicesCommand = exports.deserializeAws_json1_1DescribeContainerInstancesCommand = exports.deserializeAws_json1_1DescribeClustersCommand = exports.deserializeAws_json1_1DescribeCapacityProvidersCommand = exports.deserializeAws_json1_1DeregisterTaskDefinitionCommand = exports.deserializeAws_json1_1DeregisterContainerInstanceCommand = exports.deserializeAws_json1_1DeleteTaskSetCommand = exports.deserializeAws_json1_1DeleteTaskDefinitionsCommand = exports.deserializeAws_json1_1DeleteServiceCommand = exports.deserializeAws_json1_1DeleteClusterCommand = exports.deserializeAws_json1_1DeleteCapacityProviderCommand = exports.deserializeAws_json1_1DeleteAttributesCommand = exports.deserializeAws_json1_1DeleteAccountSettingCommand = exports.deserializeAws_json1_1CreateTaskSetCommand = exports.deserializeAws_json1_1CreateServiceCommand = exports.deserializeAws_json1_1CreateClusterCommand = exports.deserializeAws_json1_1CreateCapacityProviderCommand = exports.serializeAws_json1_1UpdateTaskSetCommand = exports.serializeAws_json1_1UpdateTaskProtectionCommand = exports.serializeAws_json1_1UpdateServicePrimaryTaskSetCommand = exports.serializeAws_json1_1UpdateServiceCommand = exports.serializeAws_json1_1UpdateContainerInstancesStateCommand = exports.serializeAws_json1_1UpdateContainerAgentCommand = void 0; exports.deserializeAws_json1_1UpdateTaskSetCommand = exports.deserializeAws_json1_1UpdateTaskProtectionCommand = exports.deserializeAws_json1_1UpdateServicePrimaryTaskSetCommand = exports.deserializeAws_json1_1UpdateServiceCommand = exports.deserializeAws_json1_1UpdateContainerInstancesStateCommand = exports.deserializeAws_json1_1UpdateContainerAgentCommand = exports.deserializeAws_json1_1UpdateClusterSettingsCommand = exports.deserializeAws_json1_1UpdateClusterCommand = exports.deserializeAws_json1_1UpdateCapacityProviderCommand = exports.deserializeAws_json1_1UntagResourceCommand = exports.deserializeAws_json1_1TagResourceCommand = exports.deserializeAws_json1_1SubmitTaskStateChangeCommand = void 0; -const protocol_http_1 = __nccwpck_require__(72678); -const smithy_client_1 = __nccwpck_require__(17762); -const ECSServiceException_1 = __nccwpck_require__(64901); -const models_0_1 = __nccwpck_require__(36885); +const protocol_http_1 = __nccwpck_require__(40337); +const smithy_client_1 = __nccwpck_require__(20100); +const ECSServiceException_1 = __nccwpck_require__(31978); +const models_0_1 = __nccwpck_require__(2679); const serializeAws_json1_1CreateCapacityProviderCommand = async (input, context) => { const headers = { "content-type": "application/x-amz-json-1.1", @@ -14625,29 +14567,29 @@ const loadRestJsonErrorCode = (output, data) => { /***/ }), -/***/ 49499: +/***/ 70485: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; -const tslib_1 = __nccwpck_require__(3360); -const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(48070)); -const client_sts_1 = __nccwpck_require__(26929); -const config_resolver_1 = __nccwpck_require__(82541); -const credential_provider_node_1 = __nccwpck_require__(68563); -const hash_node_1 = __nccwpck_require__(57537); -const middleware_retry_1 = __nccwpck_require__(80264); -const node_config_provider_1 = __nccwpck_require__(28089); -const node_http_handler_1 = __nccwpck_require__(72791); -const util_body_length_node_1 = __nccwpck_require__(84459); -const util_retry_1 = __nccwpck_require__(73275); -const util_user_agent_node_1 = __nccwpck_require__(95957); -const runtimeConfig_shared_1 = __nccwpck_require__(18223); -const smithy_client_1 = __nccwpck_require__(17762); -const util_defaults_mode_node_1 = __nccwpck_require__(61678); -const smithy_client_2 = __nccwpck_require__(17762); +const tslib_1 = __nccwpck_require__(42821); +const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(14074)); +const client_sts_1 = __nccwpck_require__(2964); +const config_resolver_1 = __nccwpck_require__(78982); +const credential_provider_node_1 = __nccwpck_require__(74575); +const hash_node_1 = __nccwpck_require__(61730); +const middleware_retry_1 = __nccwpck_require__(9937); +const node_config_provider_1 = __nccwpck_require__(68933); +const node_http_handler_1 = __nccwpck_require__(42572); +const util_body_length_node_1 = __nccwpck_require__(132); +const util_retry_1 = __nccwpck_require__(87408); +const util_user_agent_node_1 = __nccwpck_require__(79897); +const runtimeConfig_shared_1 = __nccwpck_require__(43752); +const smithy_client_1 = __nccwpck_require__(20100); +const util_defaults_mode_node_1 = __nccwpck_require__(47558); +const smithy_client_2 = __nccwpck_require__(20100); const getRuntimeConfig = (config) => { (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version); const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config); @@ -14681,18 +14623,18 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 18223: +/***/ 43752: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; -const smithy_client_1 = __nccwpck_require__(17762); -const url_parser_1 = __nccwpck_require__(51503); -const util_base64_1 = __nccwpck_require__(64891); -const util_utf8_1 = __nccwpck_require__(46123); -const endpointResolver_1 = __nccwpck_require__(82838); +const smithy_client_1 = __nccwpck_require__(20100); +const url_parser_1 = __nccwpck_require__(46665); +const util_base64_1 = __nccwpck_require__(84067); +const util_utf8_1 = __nccwpck_require__(85269); +const endpointResolver_1 = __nccwpck_require__(89910); const getRuntimeConfig = (config) => ({ apiVersion: "2014-11-13", base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64, @@ -14710,30 +14652,30 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 69070: +/***/ 83354: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(26101), exports); -tslib_1.__exportStar(__nccwpck_require__(76413), exports); -tslib_1.__exportStar(__nccwpck_require__(92257), exports); -tslib_1.__exportStar(__nccwpck_require__(46506), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(86620), exports); +tslib_1.__exportStar(__nccwpck_require__(33442), exports); +tslib_1.__exportStar(__nccwpck_require__(77870), exports); +tslib_1.__exportStar(__nccwpck_require__(33602), exports); /***/ }), -/***/ 26101: +/***/ 86620: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.waitUntilServicesInactive = exports.waitForServicesInactive = void 0; -const util_waiter_1 = __nccwpck_require__(24695); -const DescribeServicesCommand_1 = __nccwpck_require__(13213); +const util_waiter_1 = __nccwpck_require__(70050); +const DescribeServicesCommand_1 = __nccwpck_require__(36774); const checkState = async (client, input) => { let reason; try { @@ -14790,15 +14732,15 @@ exports.waitUntilServicesInactive = waitUntilServicesInactive; /***/ }), -/***/ 76413: +/***/ 33442: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.waitUntilServicesStable = exports.waitForServicesStable = void 0; -const util_waiter_1 = __nccwpck_require__(24695); -const DescribeServicesCommand_1 = __nccwpck_require__(13213); +const util_waiter_1 = __nccwpck_require__(70050); +const DescribeServicesCommand_1 = __nccwpck_require__(36774); const checkState = async (client, input) => { let reason; try { @@ -14882,15 +14824,15 @@ exports.waitUntilServicesStable = waitUntilServicesStable; /***/ }), -/***/ 92257: +/***/ 77870: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.waitUntilTasksRunning = exports.waitForTasksRunning = void 0; -const util_waiter_1 = __nccwpck_require__(24695); -const DescribeTasksCommand_1 = __nccwpck_require__(75674); +const util_waiter_1 = __nccwpck_require__(70050); +const DescribeTasksCommand_1 = __nccwpck_require__(85210); const checkState = async (client, input) => { let reason; try { @@ -14964,15 +14906,15 @@ exports.waitUntilTasksRunning = waitUntilTasksRunning; /***/ }), -/***/ 46506: +/***/ 33602: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.waitUntilTasksStopped = exports.waitForTasksStopped = void 0; -const util_waiter_1 = __nccwpck_require__(24695); -const DescribeTasksCommand_1 = __nccwpck_require__(75674); +const util_waiter_1 = __nccwpck_require__(70050); +const DescribeTasksCommand_1 = __nccwpck_require__(85210); const checkState = async (client, input) => { let reason; try { @@ -15016,17 +14958,17 @@ exports.waitUntilTasksStopped = waitUntilTasksStopped; /***/ }), -/***/ 35554: +/***/ 25035: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSOOIDC = void 0; -const CreateTokenCommand_1 = __nccwpck_require__(5534); -const RegisterClientCommand_1 = __nccwpck_require__(71416); -const StartDeviceAuthorizationCommand_1 = __nccwpck_require__(74935); -const SSOOIDCClient_1 = __nccwpck_require__(45969); +const CreateTokenCommand_1 = __nccwpck_require__(15901); +const RegisterClientCommand_1 = __nccwpck_require__(31119); +const StartDeviceAuthorizationCommand_1 = __nccwpck_require__(89081); +const SSOOIDCClient_1 = __nccwpck_require__(66650); class SSOOIDC extends SSOOIDCClient_1.SSOOIDCClient { createToken(args, optionsOrCb, cb) { const command = new CreateTokenCommand_1.CreateTokenCommand(args); @@ -15076,24 +15018,24 @@ exports.SSOOIDC = SSOOIDC; /***/ }), -/***/ 45969: +/***/ 66650: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSOOIDCClient = void 0; -const config_resolver_1 = __nccwpck_require__(82541); -const middleware_content_length_1 = __nccwpck_require__(74341); -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_host_header_1 = __nccwpck_require__(63744); -const middleware_logger_1 = __nccwpck_require__(11312); -const middleware_recursion_detection_1 = __nccwpck_require__(98568); -const middleware_retry_1 = __nccwpck_require__(80264); -const middleware_user_agent_1 = __nccwpck_require__(13256); -const smithy_client_1 = __nccwpck_require__(17762); -const EndpointParameters_1 = __nccwpck_require__(52429); -const runtimeConfig_1 = __nccwpck_require__(45300); +const config_resolver_1 = __nccwpck_require__(78982); +const middleware_content_length_1 = __nccwpck_require__(14451); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_host_header_1 = __nccwpck_require__(15305); +const middleware_logger_1 = __nccwpck_require__(86295); +const middleware_recursion_detection_1 = __nccwpck_require__(83367); +const middleware_retry_1 = __nccwpck_require__(9937); +const middleware_user_agent_1 = __nccwpck_require__(53243); +const smithy_client_1 = __nccwpck_require__(20100); +const EndpointParameters_1 = __nccwpck_require__(36669); +const runtimeConfig_1 = __nccwpck_require__(14102); class SSOOIDCClient extends smithy_client_1.Client { constructor(configuration) { const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration); @@ -15121,17 +15063,17 @@ exports.SSOOIDCClient = SSOOIDCClient; /***/ }), -/***/ 5534: +/***/ 15901: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CreateTokenCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_restJson1_1 = __nccwpck_require__(85162); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_restJson1_1 = __nccwpck_require__(43826); class CreateTokenCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -15174,17 +15116,17 @@ exports.CreateTokenCommand = CreateTokenCommand; /***/ }), -/***/ 71416: +/***/ 31119: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.RegisterClientCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_restJson1_1 = __nccwpck_require__(85162); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_restJson1_1 = __nccwpck_require__(43826); class RegisterClientCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -15227,17 +15169,17 @@ exports.RegisterClientCommand = RegisterClientCommand; /***/ }), -/***/ 74935: +/***/ 89081: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StartDeviceAuthorizationCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_restJson1_1 = __nccwpck_require__(85162); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_restJson1_1 = __nccwpck_require__(43826); class StartDeviceAuthorizationCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -15280,21 +15222,21 @@ exports.StartDeviceAuthorizationCommand = StartDeviceAuthorizationCommand; /***/ }), -/***/ 77888: +/***/ 61969: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(5534), exports); -tslib_1.__exportStar(__nccwpck_require__(71416), exports); -tslib_1.__exportStar(__nccwpck_require__(74935), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(15901), exports); +tslib_1.__exportStar(__nccwpck_require__(31119), exports); +tslib_1.__exportStar(__nccwpck_require__(89081), exports); /***/ }), -/***/ 52429: +/***/ 36669: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15314,15 +15256,15 @@ exports.resolveClientEndpointParameters = resolveClientEndpointParameters; /***/ }), -/***/ 3777: +/***/ 48150: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultEndpointResolver = void 0; -const util_endpoints_1 = __nccwpck_require__(55403); -const ruleset_1 = __nccwpck_require__(77601); +const util_endpoints_1 = __nccwpck_require__(65958); +const ruleset_1 = __nccwpck_require__(23216); const defaultEndpointResolver = (endpointParams, context = {}) => { return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, { endpointParams: endpointParams, @@ -15334,7 +15276,7 @@ exports.defaultEndpointResolver = defaultEndpointResolver; /***/ }), -/***/ 77601: +/***/ 23216: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15349,32 +15291,32 @@ exports.ruleSet = _data; /***/ }), -/***/ 83919: +/***/ 25291: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSOOIDCServiceException = void 0; -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(35554), exports); -tslib_1.__exportStar(__nccwpck_require__(45969), exports); -tslib_1.__exportStar(__nccwpck_require__(77888), exports); -tslib_1.__exportStar(__nccwpck_require__(22174), exports); -var SSOOIDCServiceException_1 = __nccwpck_require__(38830); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(25035), exports); +tslib_1.__exportStar(__nccwpck_require__(66650), exports); +tslib_1.__exportStar(__nccwpck_require__(61969), exports); +tslib_1.__exportStar(__nccwpck_require__(65925), exports); +var SSOOIDCServiceException_1 = __nccwpck_require__(57441); Object.defineProperty(exports, "SSOOIDCServiceException", ({ enumerable: true, get: function () { return SSOOIDCServiceException_1.SSOOIDCServiceException; } })); /***/ }), -/***/ 38830: +/***/ 57441: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSOOIDCServiceException = void 0; -const smithy_client_1 = __nccwpck_require__(17762); +const smithy_client_1 = __nccwpck_require__(20100); class SSOOIDCServiceException extends smithy_client_1.ServiceException { constructor(options) { super(options); @@ -15386,26 +15328,26 @@ exports.SSOOIDCServiceException = SSOOIDCServiceException; /***/ }), -/***/ 22174: +/***/ 65925: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(96030), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(12087), exports); /***/ }), -/***/ 96030: +/***/ 12087: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.InvalidClientMetadataException = exports.UnsupportedGrantTypeException = exports.UnauthorizedClientException = exports.SlowDownException = exports.InvalidScopeException = exports.InvalidRequestException = exports.InvalidGrantException = exports.InvalidClientException = exports.InternalServerException = exports.ExpiredTokenException = exports.AuthorizationPendingException = exports.AccessDeniedException = void 0; -const SSOOIDCServiceException_1 = __nccwpck_require__(38830); +const SSOOIDCServiceException_1 = __nccwpck_require__(57441); class AccessDeniedException extends SSOOIDCServiceException_1.SSOOIDCServiceException { constructor(opts) { super({ @@ -15590,17 +15532,17 @@ exports.InvalidClientMetadataException = InvalidClientMetadataException; /***/ }), -/***/ 85162: +/***/ 43826: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.deserializeAws_restJson1StartDeviceAuthorizationCommand = exports.deserializeAws_restJson1RegisterClientCommand = exports.deserializeAws_restJson1CreateTokenCommand = exports.serializeAws_restJson1StartDeviceAuthorizationCommand = exports.serializeAws_restJson1RegisterClientCommand = exports.serializeAws_restJson1CreateTokenCommand = void 0; -const protocol_http_1 = __nccwpck_require__(72678); -const smithy_client_1 = __nccwpck_require__(17762); -const models_0_1 = __nccwpck_require__(96030); -const SSOOIDCServiceException_1 = __nccwpck_require__(38830); +const protocol_http_1 = __nccwpck_require__(40337); +const smithy_client_1 = __nccwpck_require__(20100); +const models_0_1 = __nccwpck_require__(12087); +const SSOOIDCServiceException_1 = __nccwpck_require__(57441); const serializeAws_restJson1CreateTokenCommand = async (input, context) => { const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); const headers = { @@ -16120,27 +16062,27 @@ const loadRestJsonErrorCode = (output, data) => { /***/ }), -/***/ 45300: +/***/ 14102: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; -const tslib_1 = __nccwpck_require__(3360); -const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(71974)); -const config_resolver_1 = __nccwpck_require__(82541); -const hash_node_1 = __nccwpck_require__(57537); -const middleware_retry_1 = __nccwpck_require__(80264); -const node_config_provider_1 = __nccwpck_require__(28089); -const node_http_handler_1 = __nccwpck_require__(72791); -const util_body_length_node_1 = __nccwpck_require__(84459); -const util_retry_1 = __nccwpck_require__(73275); -const util_user_agent_node_1 = __nccwpck_require__(95957); -const runtimeConfig_shared_1 = __nccwpck_require__(77671); -const smithy_client_1 = __nccwpck_require__(17762); -const util_defaults_mode_node_1 = __nccwpck_require__(61678); -const smithy_client_2 = __nccwpck_require__(17762); +const tslib_1 = __nccwpck_require__(42821); +const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(68509)); +const config_resolver_1 = __nccwpck_require__(78982); +const hash_node_1 = __nccwpck_require__(61730); +const middleware_retry_1 = __nccwpck_require__(9937); +const node_config_provider_1 = __nccwpck_require__(68933); +const node_http_handler_1 = __nccwpck_require__(42572); +const util_body_length_node_1 = __nccwpck_require__(132); +const util_retry_1 = __nccwpck_require__(87408); +const util_user_agent_node_1 = __nccwpck_require__(79897); +const runtimeConfig_shared_1 = __nccwpck_require__(4057); +const smithy_client_1 = __nccwpck_require__(20100); +const util_defaults_mode_node_1 = __nccwpck_require__(47558); +const smithy_client_2 = __nccwpck_require__(20100); const getRuntimeConfig = (config) => { (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version); const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config); @@ -16173,18 +16115,18 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 77671: +/***/ 4057: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; -const smithy_client_1 = __nccwpck_require__(17762); -const url_parser_1 = __nccwpck_require__(51503); -const util_base64_1 = __nccwpck_require__(64891); -const util_utf8_1 = __nccwpck_require__(46123); -const endpointResolver_1 = __nccwpck_require__(3777); +const smithy_client_1 = __nccwpck_require__(20100); +const url_parser_1 = __nccwpck_require__(46665); +const util_base64_1 = __nccwpck_require__(84067); +const util_utf8_1 = __nccwpck_require__(85269); +const endpointResolver_1 = __nccwpck_require__(48150); const getRuntimeConfig = (config) => ({ apiVersion: "2019-06-10", base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64, @@ -16202,18 +16144,18 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 43538: +/***/ 1148: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSO = void 0; -const GetRoleCredentialsCommand_1 = __nccwpck_require__(79060); -const ListAccountRolesCommand_1 = __nccwpck_require__(58538); -const ListAccountsCommand_1 = __nccwpck_require__(44550); -const LogoutCommand_1 = __nccwpck_require__(11862); -const SSOClient_1 = __nccwpck_require__(53758); +const GetRoleCredentialsCommand_1 = __nccwpck_require__(29496); +const ListAccountRolesCommand_1 = __nccwpck_require__(57827); +const ListAccountsCommand_1 = __nccwpck_require__(60232); +const LogoutCommand_1 = __nccwpck_require__(14069); +const SSOClient_1 = __nccwpck_require__(89763); class SSO extends SSOClient_1.SSOClient { getRoleCredentials(args, optionsOrCb, cb) { const command = new GetRoleCredentialsCommand_1.GetRoleCredentialsCommand(args); @@ -16277,24 +16219,24 @@ exports.SSO = SSO; /***/ }), -/***/ 53758: +/***/ 89763: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSOClient = void 0; -const config_resolver_1 = __nccwpck_require__(82541); -const middleware_content_length_1 = __nccwpck_require__(74341); -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_host_header_1 = __nccwpck_require__(63744); -const middleware_logger_1 = __nccwpck_require__(11312); -const middleware_recursion_detection_1 = __nccwpck_require__(98568); -const middleware_retry_1 = __nccwpck_require__(80264); -const middleware_user_agent_1 = __nccwpck_require__(13256); -const smithy_client_1 = __nccwpck_require__(17762); -const EndpointParameters_1 = __nccwpck_require__(95888); -const runtimeConfig_1 = __nccwpck_require__(436); +const config_resolver_1 = __nccwpck_require__(78982); +const middleware_content_length_1 = __nccwpck_require__(14451); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_host_header_1 = __nccwpck_require__(15305); +const middleware_logger_1 = __nccwpck_require__(86295); +const middleware_recursion_detection_1 = __nccwpck_require__(83367); +const middleware_retry_1 = __nccwpck_require__(9937); +const middleware_user_agent_1 = __nccwpck_require__(53243); +const smithy_client_1 = __nccwpck_require__(20100); +const EndpointParameters_1 = __nccwpck_require__(5524); +const runtimeConfig_1 = __nccwpck_require__(81383); class SSOClient extends smithy_client_1.Client { constructor(configuration) { const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration); @@ -16322,18 +16264,18 @@ exports.SSOClient = SSOClient; /***/ }), -/***/ 79060: +/***/ 29496: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetRoleCredentialsCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const models_0_1 = __nccwpck_require__(13710); -const Aws_restJson1_1 = __nccwpck_require__(39440); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const models_0_1 = __nccwpck_require__(68958); +const Aws_restJson1_1 = __nccwpck_require__(27558); class GetRoleCredentialsCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -16376,18 +16318,18 @@ exports.GetRoleCredentialsCommand = GetRoleCredentialsCommand; /***/ }), -/***/ 58538: +/***/ 57827: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListAccountRolesCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const models_0_1 = __nccwpck_require__(13710); -const Aws_restJson1_1 = __nccwpck_require__(39440); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const models_0_1 = __nccwpck_require__(68958); +const Aws_restJson1_1 = __nccwpck_require__(27558); class ListAccountRolesCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -16430,18 +16372,18 @@ exports.ListAccountRolesCommand = ListAccountRolesCommand; /***/ }), -/***/ 44550: +/***/ 60232: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListAccountsCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const models_0_1 = __nccwpck_require__(13710); -const Aws_restJson1_1 = __nccwpck_require__(39440); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const models_0_1 = __nccwpck_require__(68958); +const Aws_restJson1_1 = __nccwpck_require__(27558); class ListAccountsCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -16484,18 +16426,18 @@ exports.ListAccountsCommand = ListAccountsCommand; /***/ }), -/***/ 11862: +/***/ 14069: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.LogoutCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const models_0_1 = __nccwpck_require__(13710); -const Aws_restJson1_1 = __nccwpck_require__(39440); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const models_0_1 = __nccwpck_require__(68958); +const Aws_restJson1_1 = __nccwpck_require__(27558); class LogoutCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -16538,22 +16480,22 @@ exports.LogoutCommand = LogoutCommand; /***/ }), -/***/ 5622: +/***/ 75599: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(79060), exports); -tslib_1.__exportStar(__nccwpck_require__(58538), exports); -tslib_1.__exportStar(__nccwpck_require__(44550), exports); -tslib_1.__exportStar(__nccwpck_require__(11862), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(29496), exports); +tslib_1.__exportStar(__nccwpck_require__(57827), exports); +tslib_1.__exportStar(__nccwpck_require__(60232), exports); +tslib_1.__exportStar(__nccwpck_require__(14069), exports); /***/ }), -/***/ 95888: +/***/ 5524: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16573,15 +16515,15 @@ exports.resolveClientEndpointParameters = resolveClientEndpointParameters; /***/ }), -/***/ 84062: +/***/ 23670: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultEndpointResolver = void 0; -const util_endpoints_1 = __nccwpck_require__(55403); -const ruleset_1 = __nccwpck_require__(54805); +const util_endpoints_1 = __nccwpck_require__(65958); +const ruleset_1 = __nccwpck_require__(60405); const defaultEndpointResolver = (endpointParams, context = {}) => { return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, { endpointParams: endpointParams, @@ -16593,7 +16535,7 @@ exports.defaultEndpointResolver = defaultEndpointResolver; /***/ }), -/***/ 54805: +/***/ 60405: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16608,33 +16550,33 @@ exports.ruleSet = _data; /***/ }), -/***/ 76192: +/***/ 99853: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSOServiceException = void 0; -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(43538), exports); -tslib_1.__exportStar(__nccwpck_require__(53758), exports); -tslib_1.__exportStar(__nccwpck_require__(5622), exports); -tslib_1.__exportStar(__nccwpck_require__(73946), exports); -tslib_1.__exportStar(__nccwpck_require__(30677), exports); -var SSOServiceException_1 = __nccwpck_require__(15040); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(1148), exports); +tslib_1.__exportStar(__nccwpck_require__(89763), exports); +tslib_1.__exportStar(__nccwpck_require__(75599), exports); +tslib_1.__exportStar(__nccwpck_require__(6977), exports); +tslib_1.__exportStar(__nccwpck_require__(86241), exports); +var SSOServiceException_1 = __nccwpck_require__(22410); Object.defineProperty(exports, "SSOServiceException", ({ enumerable: true, get: function () { return SSOServiceException_1.SSOServiceException; } })); /***/ }), -/***/ 15040: +/***/ 22410: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSOServiceException = void 0; -const smithy_client_1 = __nccwpck_require__(17762); +const smithy_client_1 = __nccwpck_require__(20100); class SSOServiceException extends smithy_client_1.ServiceException { constructor(options) { super(options); @@ -16646,27 +16588,27 @@ exports.SSOServiceException = SSOServiceException; /***/ }), -/***/ 73946: +/***/ 6977: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(13710), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(68958), exports); /***/ }), -/***/ 13710: +/***/ 68958: /***/ ((__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__(17762); -const SSOServiceException_1 = __nccwpck_require__(15040); +const smithy_client_1 = __nccwpck_require__(20100); +const SSOServiceException_1 = __nccwpck_require__(22410); class InvalidRequestException extends SSOServiceException_1.SSOServiceException { constructor(opts) { super({ @@ -16754,7 +16696,7 @@ exports.LogoutRequestFilterSensitiveLog = LogoutRequestFilterSensitiveLog; /***/ }), -/***/ 40086: +/***/ 49837: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -16764,15 +16706,15 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 78926: +/***/ 47988: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListAccountRoles = void 0; -const ListAccountRolesCommand_1 = __nccwpck_require__(58538); -const SSOClient_1 = __nccwpck_require__(53758); +const ListAccountRolesCommand_1 = __nccwpck_require__(57827); +const SSOClient_1 = __nccwpck_require__(89763); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListAccountRolesCommand_1.ListAccountRolesCommand(input), ...args); }; @@ -16801,15 +16743,15 @@ exports.paginateListAccountRoles = paginateListAccountRoles; /***/ }), -/***/ 72533: +/***/ 52668: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListAccounts = void 0; -const ListAccountsCommand_1 = __nccwpck_require__(44550); -const SSOClient_1 = __nccwpck_require__(53758); +const ListAccountsCommand_1 = __nccwpck_require__(60232); +const SSOClient_1 = __nccwpck_require__(89763); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListAccountsCommand_1.ListAccountsCommand(input), ...args); }; @@ -16838,31 +16780,31 @@ exports.paginateListAccounts = paginateListAccounts; /***/ }), -/***/ 30677: +/***/ 86241: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(40086), exports); -tslib_1.__exportStar(__nccwpck_require__(78926), exports); -tslib_1.__exportStar(__nccwpck_require__(72533), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(49837), exports); +tslib_1.__exportStar(__nccwpck_require__(47988), exports); +tslib_1.__exportStar(__nccwpck_require__(52668), exports); /***/ }), -/***/ 39440: +/***/ 27558: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.deserializeAws_restJson1LogoutCommand = exports.deserializeAws_restJson1ListAccountsCommand = exports.deserializeAws_restJson1ListAccountRolesCommand = exports.deserializeAws_restJson1GetRoleCredentialsCommand = exports.serializeAws_restJson1LogoutCommand = exports.serializeAws_restJson1ListAccountsCommand = exports.serializeAws_restJson1ListAccountRolesCommand = exports.serializeAws_restJson1GetRoleCredentialsCommand = void 0; -const protocol_http_1 = __nccwpck_require__(72678); -const smithy_client_1 = __nccwpck_require__(17762); -const models_0_1 = __nccwpck_require__(13710); -const SSOServiceException_1 = __nccwpck_require__(15040); +const protocol_http_1 = __nccwpck_require__(40337); +const smithy_client_1 = __nccwpck_require__(20100); +const models_0_1 = __nccwpck_require__(68958); +const SSOServiceException_1 = __nccwpck_require__(22410); const serializeAws_restJson1GetRoleCredentialsCommand = async (input, context) => { const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); const headers = map({}, isSerializableHeaderValue, { @@ -17277,27 +17219,27 @@ const loadRestJsonErrorCode = (output, data) => { /***/ }), -/***/ 436: +/***/ 81383: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; -const tslib_1 = __nccwpck_require__(3360); -const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(89063)); -const config_resolver_1 = __nccwpck_require__(82541); -const hash_node_1 = __nccwpck_require__(57537); -const middleware_retry_1 = __nccwpck_require__(80264); -const node_config_provider_1 = __nccwpck_require__(28089); -const node_http_handler_1 = __nccwpck_require__(72791); -const util_body_length_node_1 = __nccwpck_require__(84459); -const util_retry_1 = __nccwpck_require__(73275); -const util_user_agent_node_1 = __nccwpck_require__(95957); -const runtimeConfig_shared_1 = __nccwpck_require__(45575); -const smithy_client_1 = __nccwpck_require__(17762); -const util_defaults_mode_node_1 = __nccwpck_require__(61678); -const smithy_client_2 = __nccwpck_require__(17762); +const tslib_1 = __nccwpck_require__(42821); +const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(34554)); +const config_resolver_1 = __nccwpck_require__(78982); +const hash_node_1 = __nccwpck_require__(61730); +const middleware_retry_1 = __nccwpck_require__(9937); +const node_config_provider_1 = __nccwpck_require__(68933); +const node_http_handler_1 = __nccwpck_require__(42572); +const util_body_length_node_1 = __nccwpck_require__(132); +const util_retry_1 = __nccwpck_require__(87408); +const util_user_agent_node_1 = __nccwpck_require__(79897); +const runtimeConfig_shared_1 = __nccwpck_require__(64187); +const smithy_client_1 = __nccwpck_require__(20100); +const util_defaults_mode_node_1 = __nccwpck_require__(47558); +const smithy_client_2 = __nccwpck_require__(20100); const getRuntimeConfig = (config) => { (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version); const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config); @@ -17330,18 +17272,18 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 45575: +/***/ 64187: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; -const smithy_client_1 = __nccwpck_require__(17762); -const url_parser_1 = __nccwpck_require__(51503); -const util_base64_1 = __nccwpck_require__(64891); -const util_utf8_1 = __nccwpck_require__(46123); -const endpointResolver_1 = __nccwpck_require__(84062); +const smithy_client_1 = __nccwpck_require__(20100); +const url_parser_1 = __nccwpck_require__(46665); +const util_base64_1 = __nccwpck_require__(84067); +const util_utf8_1 = __nccwpck_require__(85269); +const endpointResolver_1 = __nccwpck_require__(23670); const getRuntimeConfig = (config) => ({ apiVersion: "2019-06-10", base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64, @@ -17359,22 +17301,22 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 46496: +/***/ 45005: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.STS = void 0; -const AssumeRoleCommand_1 = __nccwpck_require__(54672); -const AssumeRoleWithSAMLCommand_1 = __nccwpck_require__(33559); -const AssumeRoleWithWebIdentityCommand_1 = __nccwpck_require__(67836); -const DecodeAuthorizationMessageCommand_1 = __nccwpck_require__(54760); -const GetAccessKeyInfoCommand_1 = __nccwpck_require__(38347); -const GetCallerIdentityCommand_1 = __nccwpck_require__(47187); -const GetFederationTokenCommand_1 = __nccwpck_require__(65372); -const GetSessionTokenCommand_1 = __nccwpck_require__(92910); -const STSClient_1 = __nccwpck_require__(65661); +const AssumeRoleCommand_1 = __nccwpck_require__(48900); +const AssumeRoleWithSAMLCommand_1 = __nccwpck_require__(32706); +const AssumeRoleWithWebIdentityCommand_1 = __nccwpck_require__(79228); +const DecodeAuthorizationMessageCommand_1 = __nccwpck_require__(66510); +const GetAccessKeyInfoCommand_1 = __nccwpck_require__(76196); +const GetCallerIdentityCommand_1 = __nccwpck_require__(83313); +const GetFederationTokenCommand_1 = __nccwpck_require__(79708); +const GetSessionTokenCommand_1 = __nccwpck_require__(72431); +const STSClient_1 = __nccwpck_require__(90357); class STS extends STSClient_1.STSClient { assumeRole(args, optionsOrCb, cb) { const command = new AssumeRoleCommand_1.AssumeRoleCommand(args); @@ -17494,25 +17436,25 @@ exports.STS = STS; /***/ }), -/***/ 65661: +/***/ 90357: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.STSClient = void 0; -const config_resolver_1 = __nccwpck_require__(82541); -const middleware_content_length_1 = __nccwpck_require__(74341); -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_host_header_1 = __nccwpck_require__(63744); -const middleware_logger_1 = __nccwpck_require__(11312); -const middleware_recursion_detection_1 = __nccwpck_require__(98568); -const middleware_retry_1 = __nccwpck_require__(80264); -const middleware_sdk_sts_1 = __nccwpck_require__(59190); -const middleware_user_agent_1 = __nccwpck_require__(13256); -const smithy_client_1 = __nccwpck_require__(17762); -const EndpointParameters_1 = __nccwpck_require__(58354); -const runtimeConfig_1 = __nccwpck_require__(16133); +const config_resolver_1 = __nccwpck_require__(78982); +const middleware_content_length_1 = __nccwpck_require__(14451); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_host_header_1 = __nccwpck_require__(15305); +const middleware_logger_1 = __nccwpck_require__(86295); +const middleware_recursion_detection_1 = __nccwpck_require__(83367); +const middleware_retry_1 = __nccwpck_require__(9937); +const middleware_sdk_sts_1 = __nccwpck_require__(87871); +const middleware_user_agent_1 = __nccwpck_require__(53243); +const smithy_client_1 = __nccwpck_require__(20100); +const EndpointParameters_1 = __nccwpck_require__(3922); +const runtimeConfig_1 = __nccwpck_require__(17038); class STSClient extends smithy_client_1.Client { constructor(configuration) { const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration); @@ -17541,18 +17483,18 @@ exports.STSClient = STSClient; /***/ }), -/***/ 54672: +/***/ 48900: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AssumeRoleCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const middleware_signing_1 = __nccwpck_require__(11788); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_query_1 = __nccwpck_require__(53149); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const middleware_signing_1 = __nccwpck_require__(5988); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_query_1 = __nccwpck_require__(56822); class AssumeRoleCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -17597,17 +17539,17 @@ exports.AssumeRoleCommand = AssumeRoleCommand; /***/ }), -/***/ 33559: +/***/ 32706: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AssumeRoleWithSAMLCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_query_1 = __nccwpck_require__(53149); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_query_1 = __nccwpck_require__(56822); class AssumeRoleWithSAMLCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -17651,17 +17593,17 @@ exports.AssumeRoleWithSAMLCommand = AssumeRoleWithSAMLCommand; /***/ }), -/***/ 67836: +/***/ 79228: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AssumeRoleWithWebIdentityCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_query_1 = __nccwpck_require__(53149); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_query_1 = __nccwpck_require__(56822); class AssumeRoleWithWebIdentityCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -17705,18 +17647,18 @@ exports.AssumeRoleWithWebIdentityCommand = AssumeRoleWithWebIdentityCommand; /***/ }), -/***/ 54760: +/***/ 66510: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DecodeAuthorizationMessageCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const middleware_signing_1 = __nccwpck_require__(11788); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_query_1 = __nccwpck_require__(53149); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const middleware_signing_1 = __nccwpck_require__(5988); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_query_1 = __nccwpck_require__(56822); class DecodeAuthorizationMessageCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -17761,18 +17703,18 @@ exports.DecodeAuthorizationMessageCommand = DecodeAuthorizationMessageCommand; /***/ }), -/***/ 38347: +/***/ 76196: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetAccessKeyInfoCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const middleware_signing_1 = __nccwpck_require__(11788); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_query_1 = __nccwpck_require__(53149); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const middleware_signing_1 = __nccwpck_require__(5988); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_query_1 = __nccwpck_require__(56822); class GetAccessKeyInfoCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -17817,18 +17759,18 @@ exports.GetAccessKeyInfoCommand = GetAccessKeyInfoCommand; /***/ }), -/***/ 47187: +/***/ 83313: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetCallerIdentityCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const middleware_signing_1 = __nccwpck_require__(11788); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_query_1 = __nccwpck_require__(53149); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const middleware_signing_1 = __nccwpck_require__(5988); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_query_1 = __nccwpck_require__(56822); class GetCallerIdentityCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -17873,18 +17815,18 @@ exports.GetCallerIdentityCommand = GetCallerIdentityCommand; /***/ }), -/***/ 65372: +/***/ 79708: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetFederationTokenCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const middleware_signing_1 = __nccwpck_require__(11788); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_query_1 = __nccwpck_require__(53149); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const middleware_signing_1 = __nccwpck_require__(5988); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_query_1 = __nccwpck_require__(56822); class GetFederationTokenCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -17929,18 +17871,18 @@ exports.GetFederationTokenCommand = GetFederationTokenCommand; /***/ }), -/***/ 92910: +/***/ 72431: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetSessionTokenCommand = void 0; -const middleware_endpoint_1 = __nccwpck_require__(3046); -const middleware_serde_1 = __nccwpck_require__(75270); -const middleware_signing_1 = __nccwpck_require__(11788); -const smithy_client_1 = __nccwpck_require__(17762); -const Aws_query_1 = __nccwpck_require__(53149); +const middleware_endpoint_1 = __nccwpck_require__(87949); +const middleware_serde_1 = __nccwpck_require__(69488); +const middleware_signing_1 = __nccwpck_require__(5988); +const smithy_client_1 = __nccwpck_require__(20100); +const Aws_query_1 = __nccwpck_require__(56822); class GetSessionTokenCommand extends smithy_client_1.Command { static getEndpointParameterInstructions() { return { @@ -17985,34 +17927,34 @@ exports.GetSessionTokenCommand = GetSessionTokenCommand; /***/ }), -/***/ 27651: +/***/ 43459: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(54672), exports); -tslib_1.__exportStar(__nccwpck_require__(33559), exports); -tslib_1.__exportStar(__nccwpck_require__(67836), exports); -tslib_1.__exportStar(__nccwpck_require__(54760), exports); -tslib_1.__exportStar(__nccwpck_require__(38347), exports); -tslib_1.__exportStar(__nccwpck_require__(47187), exports); -tslib_1.__exportStar(__nccwpck_require__(65372), exports); -tslib_1.__exportStar(__nccwpck_require__(92910), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(48900), exports); +tslib_1.__exportStar(__nccwpck_require__(32706), exports); +tslib_1.__exportStar(__nccwpck_require__(79228), exports); +tslib_1.__exportStar(__nccwpck_require__(66510), exports); +tslib_1.__exportStar(__nccwpck_require__(76196), exports); +tslib_1.__exportStar(__nccwpck_require__(83313), exports); +tslib_1.__exportStar(__nccwpck_require__(79708), exports); +tslib_1.__exportStar(__nccwpck_require__(72431), exports); /***/ }), -/***/ 6747: +/***/ 17456: /***/ ((__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__(7272); -const STSClient_1 = __nccwpck_require__(65661); +const defaultStsRoleAssumers_1 = __nccwpck_require__(42719); +const STSClient_1 = __nccwpck_require__(90357); const getCustomizableStsClientCtor = (baseCtor, customizations) => { if (!customizations) return baseCtor; @@ -18040,15 +17982,15 @@ exports.decorateDefaultCredentialProvider = decorateDefaultCredentialProvider; /***/ }), -/***/ 7272: +/***/ 42719: /***/ ((__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__(54672); -const AssumeRoleWithWebIdentityCommand_1 = __nccwpck_require__(67836); +const AssumeRoleCommand_1 = __nccwpck_require__(48900); +const AssumeRoleWithWebIdentityCommand_1 = __nccwpck_require__(79228); const ASSUME_ROLE_DEFAULT_REGION = "us-east-1"; const decorateDefaultRegion = (region) => { if (typeof region !== "function") { @@ -18124,7 +18066,7 @@ exports.decorateDefaultCredentialProvider = decorateDefaultCredentialProvider; /***/ }), -/***/ 58354: +/***/ 3922: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18145,15 +18087,15 @@ exports.resolveClientEndpointParameters = resolveClientEndpointParameters; /***/ }), -/***/ 18095: +/***/ 23295: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultEndpointResolver = void 0; -const util_endpoints_1 = __nccwpck_require__(55403); -const ruleset_1 = __nccwpck_require__(6748); +const util_endpoints_1 = __nccwpck_require__(65958); +const ruleset_1 = __nccwpck_require__(31401); const defaultEndpointResolver = (endpointParams, context = {}) => { return (0, util_endpoints_1.resolveEndpoint)(ruleset_1.ruleSet, { endpointParams: endpointParams, @@ -18165,7 +18107,7 @@ exports.defaultEndpointResolver = defaultEndpointResolver; /***/ }), -/***/ 6748: +/***/ 31401: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18180,33 +18122,33 @@ exports.ruleSet = _data; /***/ }), -/***/ 26929: +/***/ 2964: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.STSServiceException = void 0; -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(46496), exports); -tslib_1.__exportStar(__nccwpck_require__(65661), exports); -tslib_1.__exportStar(__nccwpck_require__(27651), exports); -tslib_1.__exportStar(__nccwpck_require__(6747), exports); -tslib_1.__exportStar(__nccwpck_require__(49982), exports); -var STSServiceException_1 = __nccwpck_require__(85108); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(45005), exports); +tslib_1.__exportStar(__nccwpck_require__(90357), exports); +tslib_1.__exportStar(__nccwpck_require__(43459), exports); +tslib_1.__exportStar(__nccwpck_require__(17456), exports); +tslib_1.__exportStar(__nccwpck_require__(31103), exports); +var STSServiceException_1 = __nccwpck_require__(65556); Object.defineProperty(exports, "STSServiceException", ({ enumerable: true, get: function () { return STSServiceException_1.STSServiceException; } })); /***/ }), -/***/ 85108: +/***/ 65556: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.STSServiceException = void 0; -const smithy_client_1 = __nccwpck_require__(17762); +const smithy_client_1 = __nccwpck_require__(20100); class STSServiceException extends smithy_client_1.ServiceException { constructor(options) { super(options); @@ -18218,26 +18160,26 @@ exports.STSServiceException = STSServiceException; /***/ }), -/***/ 49982: +/***/ 31103: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(48635), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(39202), exports); /***/ }), -/***/ 48635: +/***/ 39202: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.InvalidAuthorizationMessageException = exports.IDPCommunicationErrorException = exports.InvalidIdentityTokenException = exports.IDPRejectedClaimException = exports.RegionDisabledException = exports.PackedPolicyTooLargeException = exports.MalformedPolicyDocumentException = exports.ExpiredTokenException = void 0; -const STSServiceException_1 = __nccwpck_require__(85108); +const STSServiceException_1 = __nccwpck_require__(65556); class ExpiredTokenException extends STSServiceException_1.STSServiceException { constructor(opts) { super({ @@ -18346,18 +18288,18 @@ exports.InvalidAuthorizationMessageException = InvalidAuthorizationMessageExcept /***/ }), -/***/ 53149: +/***/ 56822: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.deserializeAws_queryGetSessionTokenCommand = exports.deserializeAws_queryGetFederationTokenCommand = exports.deserializeAws_queryGetCallerIdentityCommand = exports.deserializeAws_queryGetAccessKeyInfoCommand = exports.deserializeAws_queryDecodeAuthorizationMessageCommand = exports.deserializeAws_queryAssumeRoleWithWebIdentityCommand = exports.deserializeAws_queryAssumeRoleWithSAMLCommand = exports.deserializeAws_queryAssumeRoleCommand = exports.serializeAws_queryGetSessionTokenCommand = exports.serializeAws_queryGetFederationTokenCommand = exports.serializeAws_queryGetCallerIdentityCommand = exports.serializeAws_queryGetAccessKeyInfoCommand = exports.serializeAws_queryDecodeAuthorizationMessageCommand = exports.serializeAws_queryAssumeRoleWithWebIdentityCommand = exports.serializeAws_queryAssumeRoleWithSAMLCommand = exports.serializeAws_queryAssumeRoleCommand = void 0; -const protocol_http_1 = __nccwpck_require__(72678); -const smithy_client_1 = __nccwpck_require__(17762); -const fast_xml_parser_1 = __nccwpck_require__(50642); -const models_0_1 = __nccwpck_require__(48635); -const STSServiceException_1 = __nccwpck_require__(85108); +const protocol_http_1 = __nccwpck_require__(40337); +const smithy_client_1 = __nccwpck_require__(20100); +const fast_xml_parser_1 = __nccwpck_require__(67089); +const models_0_1 = __nccwpck_require__(39202); +const STSServiceException_1 = __nccwpck_require__(65556); const serializeAws_queryAssumeRoleCommand = async (input, context) => { const headers = { "content-type": "application/x-www-form-urlencoded", @@ -19373,29 +19315,29 @@ const loadQueryErrorCode = (output, data) => { /***/ }), -/***/ 16133: +/***/ 17038: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; -const tslib_1 = __nccwpck_require__(3360); -const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(17240)); -const defaultStsRoleAssumers_1 = __nccwpck_require__(7272); -const config_resolver_1 = __nccwpck_require__(82541); -const credential_provider_node_1 = __nccwpck_require__(68563); -const hash_node_1 = __nccwpck_require__(57537); -const middleware_retry_1 = __nccwpck_require__(80264); -const node_config_provider_1 = __nccwpck_require__(28089); -const node_http_handler_1 = __nccwpck_require__(72791); -const util_body_length_node_1 = __nccwpck_require__(84459); -const util_retry_1 = __nccwpck_require__(73275); -const util_user_agent_node_1 = __nccwpck_require__(95957); -const runtimeConfig_shared_1 = __nccwpck_require__(12923); -const smithy_client_1 = __nccwpck_require__(17762); -const util_defaults_mode_node_1 = __nccwpck_require__(61678); -const smithy_client_2 = __nccwpck_require__(17762); +const tslib_1 = __nccwpck_require__(42821); +const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(94278)); +const defaultStsRoleAssumers_1 = __nccwpck_require__(42719); +const config_resolver_1 = __nccwpck_require__(78982); +const credential_provider_node_1 = __nccwpck_require__(74575); +const hash_node_1 = __nccwpck_require__(61730); +const middleware_retry_1 = __nccwpck_require__(9937); +const node_config_provider_1 = __nccwpck_require__(68933); +const node_http_handler_1 = __nccwpck_require__(42572); +const util_body_length_node_1 = __nccwpck_require__(132); +const util_retry_1 = __nccwpck_require__(87408); +const util_user_agent_node_1 = __nccwpck_require__(79897); +const runtimeConfig_shared_1 = __nccwpck_require__(4673); +const smithy_client_1 = __nccwpck_require__(20100); +const util_defaults_mode_node_1 = __nccwpck_require__(47558); +const smithy_client_2 = __nccwpck_require__(20100); const getRuntimeConfig = (config) => { (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version); const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config); @@ -19429,18 +19371,18 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 12923: +/***/ 4673: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; -const smithy_client_1 = __nccwpck_require__(17762); -const url_parser_1 = __nccwpck_require__(51503); -const util_base64_1 = __nccwpck_require__(64891); -const util_utf8_1 = __nccwpck_require__(46123); -const endpointResolver_1 = __nccwpck_require__(18095); +const smithy_client_1 = __nccwpck_require__(20100); +const url_parser_1 = __nccwpck_require__(46665); +const util_base64_1 = __nccwpck_require__(84067); +const util_utf8_1 = __nccwpck_require__(85269); +const endpointResolver_1 = __nccwpck_require__(23295); const getRuntimeConfig = (config) => ({ apiVersion: "2011-06-15", base64Decoder: config?.base64Decoder ?? util_base64_1.fromBase64, @@ -19458,14 +19400,14 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 89779: +/***/ 12755: /***/ ((__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__(6120); +const util_config_provider_1 = __nccwpck_require__(67758); exports.ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT"; exports.CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint"; exports.DEFAULT_USE_DUALSTACK_ENDPOINT = false; @@ -19478,14 +19420,14 @@ exports.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS = { /***/ }), -/***/ 58320: +/***/ 77280: /***/ ((__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__(6120); +const util_config_provider_1 = __nccwpck_require__(67758); exports.ENV_USE_FIPS_ENDPOINT = "AWS_USE_FIPS_ENDPOINT"; exports.CONFIG_USE_FIPS_ENDPOINT = "use_fips_endpoint"; exports.DEFAULT_USE_FIPS_ENDPOINT = false; @@ -19498,29 +19440,29 @@ exports.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = { /***/ }), -/***/ 1082: +/***/ 56566: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(89779), exports); -tslib_1.__exportStar(__nccwpck_require__(58320), exports); -tslib_1.__exportStar(__nccwpck_require__(3987), exports); -tslib_1.__exportStar(__nccwpck_require__(90939), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(12755), exports); +tslib_1.__exportStar(__nccwpck_require__(77280), exports); +tslib_1.__exportStar(__nccwpck_require__(9697), exports); +tslib_1.__exportStar(__nccwpck_require__(80718), exports); /***/ }), -/***/ 3987: +/***/ 9697: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveCustomEndpointsConfig = void 0; -const util_middleware_1 = __nccwpck_require__(19352); +const util_middleware_1 = __nccwpck_require__(19625); const resolveCustomEndpointsConfig = (input) => { var _a, _b; const { endpoint, urlParser } = input; @@ -19537,15 +19479,15 @@ exports.resolveCustomEndpointsConfig = resolveCustomEndpointsConfig; /***/ }), -/***/ 90939: +/***/ 80718: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveEndpointsConfig = void 0; -const util_middleware_1 = __nccwpck_require__(19352); -const getEndpointFromRegion_1 = __nccwpck_require__(24103); +const util_middleware_1 = __nccwpck_require__(19625); +const getEndpointFromRegion_1 = __nccwpck_require__(51195); const resolveEndpointsConfig = (input) => { var _a, _b; const useDualstackEndpoint = (0, util_middleware_1.normalizeProvider)((_a = input.useDualstackEndpoint) !== null && _a !== void 0 ? _a : false); @@ -19565,7 +19507,7 @@ exports.resolveEndpointsConfig = resolveEndpointsConfig; /***/ }), -/***/ 24103: +/***/ 51195: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19593,21 +19535,21 @@ exports.getEndpointFromRegion = getEndpointFromRegion; /***/ }), -/***/ 82541: +/***/ 78982: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(1082), exports); -tslib_1.__exportStar(__nccwpck_require__(10685), exports); -tslib_1.__exportStar(__nccwpck_require__(28479), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(56566), exports); +tslib_1.__exportStar(__nccwpck_require__(27067), exports); +tslib_1.__exportStar(__nccwpck_require__(9474), exports); /***/ }), -/***/ 24757: +/***/ 39944: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19630,14 +19572,14 @@ exports.NODE_REGION_CONFIG_FILE_OPTIONS = { /***/ }), -/***/ 60539: +/***/ 93041: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRealRegion = void 0; -const isFipsRegion_1 = __nccwpck_require__(98767); +const isFipsRegion_1 = __nccwpck_require__(33748); const getRealRegion = (region) => (0, isFipsRegion_1.isFipsRegion)(region) ? ["fips-aws-global", "aws-fips"].includes(region) ? "us-east-1" @@ -19648,20 +19590,20 @@ exports.getRealRegion = getRealRegion; /***/ }), -/***/ 10685: +/***/ 27067: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(24757), exports); -tslib_1.__exportStar(__nccwpck_require__(65020), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(39944), exports); +tslib_1.__exportStar(__nccwpck_require__(6135), exports); /***/ }), -/***/ 98767: +/***/ 33748: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19674,15 +19616,15 @@ exports.isFipsRegion = isFipsRegion; /***/ }), -/***/ 65020: +/***/ 6135: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveRegionConfig = void 0; -const getRealRegion_1 = __nccwpck_require__(60539); -const isFipsRegion_1 = __nccwpck_require__(98767); +const getRealRegion_1 = __nccwpck_require__(93041); +const isFipsRegion_1 = __nccwpck_require__(33748); const resolveRegionConfig = (input) => { const { region, useFipsEndpoint } = input; if (!region) { @@ -19711,7 +19653,7 @@ exports.resolveRegionConfig = resolveRegionConfig; /***/ }), -/***/ 2669: +/***/ 42620: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19721,7 +19663,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 45646: +/***/ 48980: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19731,7 +19673,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 72399: +/***/ 70540: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19747,17 +19689,17 @@ exports.getHostnameFromVariants = getHostnameFromVariants; /***/ }), -/***/ 11296: +/***/ 45906: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRegionInfo = void 0; -const getHostnameFromVariants_1 = __nccwpck_require__(72399); -const getResolvedHostname_1 = __nccwpck_require__(60997); -const getResolvedPartition_1 = __nccwpck_require__(43895); -const getResolvedSigningRegion_1 = __nccwpck_require__(64077); +const getHostnameFromVariants_1 = __nccwpck_require__(70540); +const getResolvedHostname_1 = __nccwpck_require__(37316); +const getResolvedPartition_1 = __nccwpck_require__(96638); +const getResolvedSigningRegion_1 = __nccwpck_require__(66146); 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 }); @@ -19789,7 +19731,7 @@ exports.getRegionInfo = getRegionInfo; /***/ }), -/***/ 60997: +/***/ 37316: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19806,7 +19748,7 @@ exports.getResolvedHostname = getResolvedHostname; /***/ }), -/***/ 43895: +/***/ 96638: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19819,7 +19761,7 @@ exports.getResolvedPartition = getResolvedPartition; /***/ }), -/***/ 64077: +/***/ 66146: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19843,28 +19785,28 @@ exports.getResolvedSigningRegion = getResolvedSigningRegion; /***/ }), -/***/ 28479: +/***/ 9474: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(2669), exports); -tslib_1.__exportStar(__nccwpck_require__(45646), exports); -tslib_1.__exportStar(__nccwpck_require__(11296), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(42620), exports); +tslib_1.__exportStar(__nccwpck_require__(48980), exports); +tslib_1.__exportStar(__nccwpck_require__(45906), exports); /***/ }), -/***/ 32349: +/***/ 40403: /***/ ((__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__(67123); +const property_provider_1 = __nccwpck_require__(1573); exports.ENV_KEY = "AWS_ACCESS_KEY_ID"; exports.ENV_SECRET = "AWS_SECRET_ACCESS_KEY"; exports.ENV_SESSION = "AWS_SESSION_TOKEN"; @@ -19889,19 +19831,19 @@ exports.fromEnv = fromEnv; /***/ }), -/***/ 31538: +/***/ 95111: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(32349), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(40403), exports); /***/ }), -/***/ 14256: +/***/ 44630: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19917,7 +19859,7 @@ var Endpoint; /***/ }), -/***/ 68536: +/***/ 88755: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19935,7 +19877,7 @@ exports.ENDPOINT_CONFIG_OPTIONS = { /***/ }), -/***/ 29642: +/***/ 4585: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19951,14 +19893,14 @@ var EndpointMode; /***/ }), -/***/ 96753: +/***/ 45325: /***/ ((__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__(29642); +const EndpointMode_1 = __nccwpck_require__(4585); 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 = { @@ -19970,19 +19912,19 @@ exports.ENDPOINT_MODE_CONFIG_OPTIONS = { /***/ }), -/***/ 93397: +/***/ 17827: /***/ ((__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__(67123); +const property_provider_1 = __nccwpck_require__(1573); const url_1 = __nccwpck_require__(57310); -const httpRequest_1 = __nccwpck_require__(79975); -const ImdsCredentials_1 = __nccwpck_require__(15362); -const RemoteProviderInit_1 = __nccwpck_require__(52134); -const retry_1 = __nccwpck_require__(31863); +const httpRequest_1 = __nccwpck_require__(43697); +const ImdsCredentials_1 = __nccwpck_require__(22032); +const RemoteProviderInit_1 = __nccwpck_require__(69239); +const retry_1 = __nccwpck_require__(71762); 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"; @@ -20048,20 +19990,20 @@ const getCmdsUri = async () => { /***/ }), -/***/ 46995: +/***/ 63026: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromInstanceMetadata = void 0; -const property_provider_1 = __nccwpck_require__(67123); -const httpRequest_1 = __nccwpck_require__(79975); -const ImdsCredentials_1 = __nccwpck_require__(15362); -const RemoteProviderInit_1 = __nccwpck_require__(52134); -const retry_1 = __nccwpck_require__(31863); -const getInstanceMetadataEndpoint_1 = __nccwpck_require__(79246); -const staticStabilityProvider_1 = __nccwpck_require__(44762); +const property_provider_1 = __nccwpck_require__(1573); +const httpRequest_1 = __nccwpck_require__(43697); +const ImdsCredentials_1 = __nccwpck_require__(22032); +const RemoteProviderInit_1 = __nccwpck_require__(69239); +const retry_1 = __nccwpck_require__(71762); +const getInstanceMetadataEndpoint_1 = __nccwpck_require__(63277); +const staticStabilityProvider_1 = __nccwpck_require__(92117); 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 }); @@ -20151,27 +20093,27 @@ const getCredentialsFromProfile = async (profile, options) => { /***/ }), -/***/ 60397: +/***/ 56535: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getInstanceMetadataEndpoint = exports.httpRequest = void 0; -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(93397), exports); -tslib_1.__exportStar(__nccwpck_require__(46995), exports); -tslib_1.__exportStar(__nccwpck_require__(52134), exports); -tslib_1.__exportStar(__nccwpck_require__(28261), exports); -var httpRequest_1 = __nccwpck_require__(79975); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(17827), exports); +tslib_1.__exportStar(__nccwpck_require__(63026), exports); +tslib_1.__exportStar(__nccwpck_require__(69239), exports); +tslib_1.__exportStar(__nccwpck_require__(9622), exports); +var httpRequest_1 = __nccwpck_require__(43697); Object.defineProperty(exports, "httpRequest", ({ enumerable: true, get: function () { return httpRequest_1.httpRequest; } })); -var getInstanceMetadataEndpoint_1 = __nccwpck_require__(79246); +var getInstanceMetadataEndpoint_1 = __nccwpck_require__(63277); Object.defineProperty(exports, "getInstanceMetadataEndpoint", ({ enumerable: true, get: function () { return getInstanceMetadataEndpoint_1.getInstanceMetadataEndpoint; } })); /***/ }), -/***/ 15362: +/***/ 22032: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20196,7 +20138,7 @@ exports.fromImdsCredentials = fromImdsCredentials; /***/ }), -/***/ 52134: +/***/ 69239: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20211,14 +20153,14 @@ exports.providerConfigFromInit = providerConfigFromInit; /***/ }), -/***/ 79975: +/***/ 43697: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.httpRequest = void 0; -const property_provider_1 = __nccwpck_require__(67123); +const property_provider_1 = __nccwpck_require__(1573); const buffer_1 = __nccwpck_require__(14300); const http_1 = __nccwpck_require__(13685); function httpRequest(options) { @@ -20260,7 +20202,7 @@ exports.httpRequest = httpRequest; /***/ }), -/***/ 31863: +/***/ 71762: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20279,7 +20221,7 @@ exports.retry = retry; /***/ }), -/***/ 28261: +/***/ 9622: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20289,7 +20231,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 90606: +/***/ 58627: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20319,19 +20261,19 @@ exports.getExtendedInstanceMetadataCredentials = getExtendedInstanceMetadataCred /***/ }), -/***/ 79246: +/***/ 63277: /***/ ((__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__(28089); -const url_parser_1 = __nccwpck_require__(51503); -const Endpoint_1 = __nccwpck_require__(14256); -const EndpointConfigOptions_1 = __nccwpck_require__(68536); -const EndpointMode_1 = __nccwpck_require__(29642); -const EndpointModeConfigOptions_1 = __nccwpck_require__(96753); +const node_config_provider_1 = __nccwpck_require__(68933); +const url_parser_1 = __nccwpck_require__(46665); +const Endpoint_1 = __nccwpck_require__(44630); +const EndpointConfigOptions_1 = __nccwpck_require__(88755); +const EndpointMode_1 = __nccwpck_require__(4585); +const EndpointModeConfigOptions_1 = __nccwpck_require__(45325); 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)(); @@ -20350,14 +20292,14 @@ const getFromEndpointModeConfig = async () => { /***/ }), -/***/ 44762: +/***/ 92117: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.staticStabilityProvider = void 0; -const getExtendedInstanceMetadataCredentials_1 = __nccwpck_require__(90606); +const getExtendedInstanceMetadataCredentials_1 = __nccwpck_require__(58627); const staticStabilityProvider = (provider, options = {}) => { const logger = (options === null || options === void 0 ? void 0 : options.logger) || console; let pastCredentials; @@ -20387,15 +20329,15 @@ exports.staticStabilityProvider = staticStabilityProvider; /***/ }), -/***/ 36494: +/***/ 89640: /***/ ((__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__(61248); -const resolveProfileData_1 = __nccwpck_require__(65001); +const shared_ini_file_loader_1 = __nccwpck_require__(24122); +const resolveProfileData_1 = __nccwpck_require__(60964); 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); @@ -20405,29 +20347,29 @@ exports.fromIni = fromIni; /***/ }), -/***/ 2336: +/***/ 39992: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(36494), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(89640), exports); /***/ }), -/***/ 49046: +/***/ 2846: /***/ ((__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__(67123); -const shared_ini_file_loader_1 = __nccwpck_require__(61248); -const resolveCredentialSource_1 = __nccwpck_require__(1392); -const resolveProfileData_1 = __nccwpck_require__(65001); +const property_provider_1 = __nccwpck_require__(1573); +const shared_ini_file_loader_1 = __nccwpck_require__(24122); +const resolveCredentialSource_1 = __nccwpck_require__(37578); +const resolveProfileData_1 = __nccwpck_require__(60964); const isAssumeRoleProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.role_arn === "string" && @@ -20476,16 +20418,16 @@ exports.resolveAssumeRoleCredentials = resolveAssumeRoleCredentials; /***/ }), -/***/ 1392: +/***/ 37578: /***/ ((__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__(31538); -const credential_provider_imds_1 = __nccwpck_require__(60397); -const property_provider_1 = __nccwpck_require__(67123); +const credential_provider_env_1 = __nccwpck_require__(95111); +const credential_provider_imds_1 = __nccwpck_require__(56535); +const property_provider_1 = __nccwpck_require__(1573); const resolveCredentialSource = (credentialSource, profileName) => { const sourceProvidersMap = { EcsContainer: credential_provider_imds_1.fromContainerMetadata, @@ -20505,14 +20447,14 @@ exports.resolveCredentialSource = resolveCredentialSource; /***/ }), -/***/ 44520: +/***/ 81133: /***/ ((__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__(48503); +const credential_provider_process_1 = __nccwpck_require__(62250); 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)({ @@ -20524,19 +20466,19 @@ exports.resolveProcessCredentials = resolveProcessCredentials; /***/ }), -/***/ 65001: +/***/ 60964: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveProfileData = void 0; -const property_provider_1 = __nccwpck_require__(67123); -const resolveAssumeRoleCredentials_1 = __nccwpck_require__(49046); -const resolveProcessCredentials_1 = __nccwpck_require__(44520); -const resolveSsoCredentials_1 = __nccwpck_require__(81520); -const resolveStaticCredentials_1 = __nccwpck_require__(6025); -const resolveWebIdentityCredentials_1 = __nccwpck_require__(74314); +const property_provider_1 = __nccwpck_require__(1573); +const resolveAssumeRoleCredentials_1 = __nccwpck_require__(2846); +const resolveProcessCredentials_1 = __nccwpck_require__(81133); +const resolveSsoCredentials_1 = __nccwpck_require__(57774); +const resolveStaticCredentials_1 = __nccwpck_require__(61922); +const resolveWebIdentityCredentials_1 = __nccwpck_require__(55108); const resolveProfileData = async (profileName, profiles, options, visitedProfiles = {}) => { const data = profiles[profileName]; if (Object.keys(visitedProfiles).length > 0 && (0, resolveStaticCredentials_1.isStaticCredsProfile)(data)) { @@ -20564,15 +20506,15 @@ exports.resolveProfileData = resolveProfileData; /***/ }), -/***/ 81520: +/***/ 57774: /***/ ((__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__(69775); -var credential_provider_sso_2 = __nccwpck_require__(69775); +const credential_provider_sso_1 = __nccwpck_require__(80495); +var credential_provider_sso_2 = __nccwpck_require__(80495); 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); @@ -20589,7 +20531,7 @@ exports.resolveSsoCredentials = resolveSsoCredentials; /***/ }), -/***/ 6025: +/***/ 61922: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20612,14 +20554,14 @@ exports.resolveStaticCredentials = resolveStaticCredentials; /***/ }), -/***/ 74314: +/***/ 55108: /***/ ((__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__(49957); +const credential_provider_web_identity_1 = __nccwpck_require__(14209); const isWebIdentityProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && @@ -20637,21 +20579,21 @@ exports.resolveWebIdentityCredentials = resolveWebIdentityCredentials; /***/ }), -/***/ 72532: +/***/ 43299: /***/ ((__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__(31538); -const credential_provider_ini_1 = __nccwpck_require__(2336); -const credential_provider_process_1 = __nccwpck_require__(48503); -const credential_provider_sso_1 = __nccwpck_require__(69775); -const credential_provider_web_identity_1 = __nccwpck_require__(49957); -const property_provider_1 = __nccwpck_require__(67123); -const shared_ini_file_loader_1 = __nccwpck_require__(61248); -const remoteProvider_1 = __nccwpck_require__(52538); +const credential_provider_env_1 = __nccwpck_require__(95111); +const credential_provider_ini_1 = __nccwpck_require__(39992); +const credential_provider_process_1 = __nccwpck_require__(62250); +const credential_provider_sso_1 = __nccwpck_require__(80495); +const credential_provider_web_identity_1 = __nccwpck_require__(14209); +const property_provider_1 = __nccwpck_require__(1573); +const shared_ini_file_loader_1 = __nccwpck_require__(24122); +const remoteProvider_1 = __nccwpck_require__(26913); 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); @@ -20660,27 +20602,27 @@ exports.defaultProvider = defaultProvider; /***/ }), -/***/ 68563: +/***/ 74575: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(72532), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(43299), exports); /***/ }), -/***/ 52538: +/***/ 26913: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.remoteProvider = exports.ENV_IMDS_DISABLED = void 0; -const credential_provider_imds_1 = __nccwpck_require__(60397); -const property_provider_1 = __nccwpck_require__(67123); +const credential_provider_imds_1 = __nccwpck_require__(56535); +const property_provider_1 = __nccwpck_require__(1573); 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]) { @@ -20698,15 +20640,15 @@ exports.remoteProvider = remoteProvider; /***/ }), -/***/ 64307: +/***/ 70172: /***/ ((__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__(61248); -const resolveProcessCredentials_1 = __nccwpck_require__(87323); +const shared_ini_file_loader_1 = __nccwpck_require__(24122); +const resolveProcessCredentials_1 = __nccwpck_require__(38891); 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); @@ -20716,7 +20658,7 @@ exports.fromProcess = fromProcess; /***/ }), -/***/ 80034: +/***/ 5256: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20749,29 +20691,29 @@ exports.getValidatedProcessCredentials = getValidatedProcessCredentials; /***/ }), -/***/ 48503: +/***/ 62250: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(64307), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(70172), exports); /***/ }), -/***/ 87323: +/***/ 38891: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveProcessCredentials = void 0; -const property_provider_1 = __nccwpck_require__(67123); +const property_provider_1 = __nccwpck_require__(1573); const child_process_1 = __nccwpck_require__(32081); const util_1 = __nccwpck_require__(73837); -const getValidatedProcessCredentials_1 = __nccwpck_require__(80034); +const getValidatedProcessCredentials_1 = __nccwpck_require__(5256); const resolveProcessCredentials = async (profileName, profiles) => { const profile = profiles[profileName]; if (profiles[profileName]) { @@ -20806,18 +20748,18 @@ exports.resolveProcessCredentials = resolveProcessCredentials; /***/ }), -/***/ 2335: +/***/ 7508: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromSSO = void 0; -const property_provider_1 = __nccwpck_require__(67123); -const shared_ini_file_loader_1 = __nccwpck_require__(61248); -const isSsoProfile_1 = __nccwpck_require__(24021); -const resolveSSOCredentials_1 = __nccwpck_require__(69413); -const validateSsoProfile_1 = __nccwpck_require__(54608); +const property_provider_1 = __nccwpck_require__(1573); +const shared_ini_file_loader_1 = __nccwpck_require__(24122); +const isSsoProfile_1 = __nccwpck_require__(73438); +const resolveSSOCredentials_1 = __nccwpck_require__(36000); +const validateSsoProfile_1 = __nccwpck_require__(74962); const fromSSO = (init = {}) => async () => { const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, ssoSession } = init; const profileName = (0, shared_ini_file_loader_1.getProfileName)(init); @@ -20875,22 +20817,22 @@ exports.fromSSO = fromSSO; /***/ }), -/***/ 69775: +/***/ 80495: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(2335), exports); -tslib_1.__exportStar(__nccwpck_require__(24021), exports); -tslib_1.__exportStar(__nccwpck_require__(220), exports); -tslib_1.__exportStar(__nccwpck_require__(54608), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(7508), exports); +tslib_1.__exportStar(__nccwpck_require__(73438), exports); +tslib_1.__exportStar(__nccwpck_require__(21048), exports); +tslib_1.__exportStar(__nccwpck_require__(74962), exports); /***/ }), -/***/ 24021: +/***/ 73438: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20908,17 +20850,17 @@ exports.isSsoProfile = isSsoProfile; /***/ }), -/***/ 69413: +/***/ 36000: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveSSOCredentials = void 0; -const client_sso_1 = __nccwpck_require__(76192); -const property_provider_1 = __nccwpck_require__(67123); -const shared_ini_file_loader_1 = __nccwpck_require__(61248); -const token_providers_1 = __nccwpck_require__(9355); +const client_sso_1 = __nccwpck_require__(99853); +const property_provider_1 = __nccwpck_require__(1573); +const shared_ini_file_loader_1 = __nccwpck_require__(24122); +const token_providers_1 = __nccwpck_require__(69922); const EXPIRE_WINDOW_MS = 15 * 60 * 1000; const SHOULD_FAIL_CREDENTIAL_CHAIN = false; const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, profile, }) => { @@ -20971,7 +20913,7 @@ exports.resolveSSOCredentials = resolveSSOCredentials; /***/ }), -/***/ 220: +/***/ 21048: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20981,14 +20923,14 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 54608: +/***/ 74962: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.validateSsoProfile = void 0; -const property_provider_1 = __nccwpck_require__(67123); +const property_provider_1 = __nccwpck_require__(1573); 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) { @@ -21002,16 +20944,16 @@ exports.validateSsoProfile = validateSsoProfile; /***/ }), -/***/ 21579: +/***/ 91794: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromTokenFile = void 0; -const property_provider_1 = __nccwpck_require__(67123); +const property_provider_1 = __nccwpck_require__(1573); const fs_1 = __nccwpck_require__(57147); -const fromWebToken_1 = __nccwpck_require__(23028); +const fromWebToken_1 = __nccwpck_require__(41882); 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"; @@ -21038,14 +20980,14 @@ const resolveTokenFile = (init) => { /***/ }), -/***/ 23028: +/***/ 41882: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromWebToken = void 0; -const property_provider_1 = __nccwpck_require__(67123); +const property_provider_1 = __nccwpck_require__(1573); const fromWebToken = (init) => () => { const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds, roleAssumerWithWebIdentity, } = init; if (!roleAssumerWithWebIdentity) { @@ -21067,28 +21009,28 @@ exports.fromWebToken = fromWebToken; /***/ }), -/***/ 49957: +/***/ 14209: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(21579), exports); -tslib_1.__exportStar(__nccwpck_require__(23028), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(91794), exports); +tslib_1.__exportStar(__nccwpck_require__(41882), exports); /***/ }), -/***/ 57537: +/***/ 61730: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Hash = void 0; -const util_buffer_from_1 = __nccwpck_require__(14283); -const util_utf8_1 = __nccwpck_require__(46123); +const util_buffer_from_1 = __nccwpck_require__(53362); +const util_utf8_1 = __nccwpck_require__(85269); const buffer_1 = __nccwpck_require__(14300); const crypto_1 = __nccwpck_require__(6113); class Hash { @@ -21126,7 +21068,7 @@ function castSourceData(toCast, encoding) { /***/ }), -/***/ 37944: +/***/ 446: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21140,14 +21082,14 @@ exports.isArrayBuffer = isArrayBuffer; /***/ }), -/***/ 74341: +/***/ 14451: /***/ ((__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__(72678); +const protocol_http_1 = __nccwpck_require__(40337); const CONTENT_LENGTH_HEADER = "content-length"; function contentLengthMiddleware(bodyLengthChecker) { return (next) => async (args) => { @@ -21192,7 +21134,7 @@ exports.getContentLengthPlugin = getContentLengthPlugin; /***/ }), -/***/ 14853: +/***/ 12940: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21230,15 +21172,15 @@ exports.createConfigValueProvider = createConfigValueProvider; /***/ }), -/***/ 72107: +/***/ 59261: /***/ ((__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__(88280); -const createConfigValueProvider_1 = __nccwpck_require__(14853); +const service_customizations_1 = __nccwpck_require__(90612); +const createConfigValueProvider_1 = __nccwpck_require__(12940); const getEndpointFromInstructions = async (commandInput, instructionsSupplier, clientConfig, context) => { const endpointParams = await (0, exports.resolveParams)(commandInput, instructionsSupplier, clientConfig); if (typeof clientConfig.endpointProvider !== "function") { @@ -21281,27 +21223,27 @@ exports.resolveParams = resolveParams; /***/ }), -/***/ 7349: +/***/ 23326: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(72107), exports); -tslib_1.__exportStar(__nccwpck_require__(21197), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(59261), exports); +tslib_1.__exportStar(__nccwpck_require__(4162), exports); /***/ }), -/***/ 21197: +/***/ 4162: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toEndpointV1 = void 0; -const url_parser_1 = __nccwpck_require__(51503); +const url_parser_1 = __nccwpck_require__(46665); const toEndpointV1 = (endpoint) => { if (typeof endpoint === "object") { if ("url" in endpoint) { @@ -21316,14 +21258,14 @@ exports.toEndpointV1 = toEndpointV1; /***/ }), -/***/ 48575: +/***/ 6079: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.endpointMiddleware = void 0; -const getEndpointFromInstructions_1 = __nccwpck_require__(72107); +const getEndpointFromInstructions_1 = __nccwpck_require__(59261); const endpointMiddleware = ({ config, instructions, }) => { return (next, context) => async (args) => { var _a, _b; @@ -21349,15 +21291,15 @@ exports.endpointMiddleware = endpointMiddleware; /***/ }), -/***/ 56975: +/***/ 38460: /***/ ((__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__(75270); -const endpointMiddleware_1 = __nccwpck_require__(48575); +const middleware_serde_1 = __nccwpck_require__(69488); +const endpointMiddleware_1 = __nccwpck_require__(6079); exports.endpointMiddlewareOptions = { step: "serialize", tags: ["ENDPOINT_PARAMETERS", "ENDPOINT_V2", "ENDPOINT"], @@ -21379,31 +21321,31 @@ exports.getEndpointPlugin = getEndpointPlugin; /***/ }), -/***/ 3046: +/***/ 87949: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(7349), exports); -tslib_1.__exportStar(__nccwpck_require__(48575), exports); -tslib_1.__exportStar(__nccwpck_require__(56975), exports); -tslib_1.__exportStar(__nccwpck_require__(35684), exports); -tslib_1.__exportStar(__nccwpck_require__(75225), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(23326), exports); +tslib_1.__exportStar(__nccwpck_require__(6079), exports); +tslib_1.__exportStar(__nccwpck_require__(38460), exports); +tslib_1.__exportStar(__nccwpck_require__(99642), exports); +tslib_1.__exportStar(__nccwpck_require__(67200), exports); /***/ }), -/***/ 35684: +/***/ 99642: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveEndpointConfig = void 0; -const util_middleware_1 = __nccwpck_require__(19352); -const toEndpointV1_1 = __nccwpck_require__(21197); +const util_middleware_1 = __nccwpck_require__(19625); +const toEndpointV1_1 = __nccwpck_require__(4162); const resolveEndpointConfig = (input) => { var _a, _b, _c; const tls = (_a = input.tls) !== null && _a !== void 0 ? _a : true; @@ -21424,19 +21366,19 @@ exports.resolveEndpointConfig = resolveEndpointConfig; /***/ }), -/***/ 88280: +/***/ 90612: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(95342), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(74319), exports); /***/ }), -/***/ 95342: +/***/ 74319: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21487,7 +21429,7 @@ exports.isArnBucketName = isArnBucketName; /***/ }), -/***/ 75225: +/***/ 67200: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21497,14 +21439,14 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 63744: +/***/ 15305: /***/ ((__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__(72678); +const protocol_http_1 = __nccwpck_require__(40337); function resolveHostHeaderConfig(input) { return input; } @@ -21544,19 +21486,19 @@ exports.getHostHeaderPlugin = getHostHeaderPlugin; /***/ }), -/***/ 11312: +/***/ 86295: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(52047), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(21917), exports); /***/ }), -/***/ 52047: +/***/ 21917: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21612,14 +21554,14 @@ exports.getLoggerPlugin = getLoggerPlugin; /***/ }), -/***/ 98568: +/***/ 83367: /***/ ((__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__(72678); +const protocol_http_1 = __nccwpck_require__(40337); 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"; @@ -21659,15 +21601,15 @@ exports.getRecursionDetectionPlugin = getRecursionDetectionPlugin; /***/ }), -/***/ 22367: +/***/ 34195: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AdaptiveRetryStrategy = void 0; -const util_retry_1 = __nccwpck_require__(73275); -const StandardRetryStrategy_1 = __nccwpck_require__(17574); +const util_retry_1 = __nccwpck_require__(87408); +const StandardRetryStrategy_1 = __nccwpck_require__(60010); class AdaptiveRetryStrategy extends StandardRetryStrategy_1.StandardRetryStrategy { constructor(maxAttemptsProvider, options) { const { rateLimiter, ...superOptions } = options !== null && options !== void 0 ? options : {}; @@ -21691,21 +21633,21 @@ exports.AdaptiveRetryStrategy = AdaptiveRetryStrategy; /***/ }), -/***/ 17574: +/***/ 60010: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StandardRetryStrategy = void 0; -const protocol_http_1 = __nccwpck_require__(72678); -const service_error_classification_1 = __nccwpck_require__(8655); -const util_retry_1 = __nccwpck_require__(73275); -const uuid_1 = __nccwpck_require__(37066); -const defaultRetryQuota_1 = __nccwpck_require__(74485); -const delayDecider_1 = __nccwpck_require__(50496); -const retryDecider_1 = __nccwpck_require__(43456); -const util_1 = __nccwpck_require__(26834); +const protocol_http_1 = __nccwpck_require__(40337); +const service_error_classification_1 = __nccwpck_require__(74090); +const util_retry_1 = __nccwpck_require__(87408); +const uuid_1 = __nccwpck_require__(42033); +const defaultRetryQuota_1 = __nccwpck_require__(26148); +const delayDecider_1 = __nccwpck_require__(4178); +const retryDecider_1 = __nccwpck_require__(86210); +const util_1 = __nccwpck_require__(68512); class StandardRetryStrategy { constructor(maxAttemptsProvider, options) { var _a, _b, _c; @@ -21794,15 +21736,15 @@ const getDelayFromRetryAfterHeader = (response) => { /***/ }), -/***/ 59802: +/***/ 59440: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; 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__(19352); -const util_retry_1 = __nccwpck_require__(73275); +const util_middleware_1 = __nccwpck_require__(19625); +const util_retry_1 = __nccwpck_require__(87408); exports.ENV_MAX_ATTEMPTS = "AWS_MAX_ATTEMPTS"; exports.CONFIG_MAX_ATTEMPTS = "max_attempts"; exports.NODE_MAX_ATTEMPT_CONFIG_OPTIONS = { @@ -21859,14 +21801,14 @@ exports.NODE_RETRY_MODE_CONFIG_OPTIONS = { /***/ }), -/***/ 74485: +/***/ 26148: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getDefaultRetryQuota = void 0; -const util_retry_1 = __nccwpck_require__(73275); +const util_retry_1 = __nccwpck_require__(87408); const getDefaultRetryQuota = (initialRetryTokens, options) => { var _a, _b, _c; const MAX_CAPACITY = initialRetryTokens; @@ -21899,47 +21841,47 @@ exports.getDefaultRetryQuota = getDefaultRetryQuota; /***/ }), -/***/ 50496: +/***/ 4178: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultDelayDecider = void 0; -const util_retry_1 = __nccwpck_require__(73275); +const util_retry_1 = __nccwpck_require__(87408); const defaultDelayDecider = (delayBase, attempts) => Math.floor(Math.min(util_retry_1.MAXIMUM_RETRY_DELAY, Math.random() * 2 ** attempts * delayBase)); exports.defaultDelayDecider = defaultDelayDecider; /***/ }), -/***/ 80264: +/***/ 9937: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(22367), exports); -tslib_1.__exportStar(__nccwpck_require__(17574), exports); -tslib_1.__exportStar(__nccwpck_require__(59802), exports); -tslib_1.__exportStar(__nccwpck_require__(50496), exports); -tslib_1.__exportStar(__nccwpck_require__(89902), exports); -tslib_1.__exportStar(__nccwpck_require__(43456), exports); -tslib_1.__exportStar(__nccwpck_require__(65627), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(34195), exports); +tslib_1.__exportStar(__nccwpck_require__(60010), exports); +tslib_1.__exportStar(__nccwpck_require__(59440), exports); +tslib_1.__exportStar(__nccwpck_require__(4178), exports); +tslib_1.__exportStar(__nccwpck_require__(51203), exports); +tslib_1.__exportStar(__nccwpck_require__(86210), exports); +tslib_1.__exportStar(__nccwpck_require__(85528), exports); /***/ }), -/***/ 89902: +/***/ 51203: /***/ ((__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__(72678); -const util_retry_1 = __nccwpck_require__(73275); +const protocol_http_1 = __nccwpck_require__(40337); +const util_retry_1 = __nccwpck_require__(87408); const omitRetryHeadersMiddleware = () => (next) => async (args) => { const { request } = args; if (protocol_http_1.HttpRequest.isInstance(request)) { @@ -21966,14 +21908,14 @@ exports.getOmitRetryHeadersPlugin = getOmitRetryHeadersPlugin; /***/ }), -/***/ 43456: +/***/ 86210: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultRetryDecider = void 0; -const service_error_classification_1 = __nccwpck_require__(8655); +const service_error_classification_1 = __nccwpck_require__(74090); const defaultRetryDecider = (error) => { if (!error) { return false; @@ -21985,18 +21927,18 @@ exports.defaultRetryDecider = defaultRetryDecider; /***/ }), -/***/ 65627: +/***/ 85528: /***/ ((__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__(72678); -const service_error_classification_1 = __nccwpck_require__(8655); -const util_retry_1 = __nccwpck_require__(73275); -const uuid_1 = __nccwpck_require__(37066); -const util_1 = __nccwpck_require__(26834); +const protocol_http_1 = __nccwpck_require__(40337); +const service_error_classification_1 = __nccwpck_require__(74090); +const util_retry_1 = __nccwpck_require__(87408); +const uuid_1 = __nccwpck_require__(42033); +const util_1 = __nccwpck_require__(68512); const retryMiddleware = (options) => (next, context) => async (args) => { let retryStrategy = await options.retryStrategy(); const maxAttempts = await options.maxAttempts(); @@ -22103,7 +22045,7 @@ exports.getRetryAfterHint = getRetryAfterHint; /***/ }), -/***/ 26834: +/***/ 68512: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22124,14 +22066,14 @@ exports.asSdkError = asSdkError; /***/ }), -/***/ 59190: +/***/ 87871: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveStsAuthConfig = void 0; -const middleware_signing_1 = __nccwpck_require__(11788); +const middleware_signing_1 = __nccwpck_require__(5988); const resolveStsAuthConfig = (input, { stsClientCtor }) => (0, middleware_signing_1.resolveAwsAuthConfig)({ ...input, stsClientCtor, @@ -22141,7 +22083,7 @@ exports.resolveStsAuthConfig = resolveStsAuthConfig; /***/ }), -/***/ 57154: +/***/ 97186: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22161,6 +22103,10 @@ const deserializerMiddleware = (options, deserializer) => (next, context) => asy Object.defineProperty(error, "$response", { value: response, }); + if (!('$metadata' in error)) { + const hint = `Deserialization error: to see the raw response, inspect the hidden field {error}.$response on this object.`; + error.message += "\n " + hint; + } throw error; } }; @@ -22169,29 +22115,29 @@ exports.deserializerMiddleware = deserializerMiddleware; /***/ }), -/***/ 75270: +/***/ 69488: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(57154), exports); -tslib_1.__exportStar(__nccwpck_require__(39648), exports); -tslib_1.__exportStar(__nccwpck_require__(8637), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(97186), exports); +tslib_1.__exportStar(__nccwpck_require__(78205), exports); +tslib_1.__exportStar(__nccwpck_require__(68256), exports); /***/ }), -/***/ 39648: +/***/ 78205: /***/ ((__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__(57154); -const serializerMiddleware_1 = __nccwpck_require__(8637); +const deserializerMiddleware_1 = __nccwpck_require__(97186); +const serializerMiddleware_1 = __nccwpck_require__(68256); exports.deserializerMiddlewareOption = { name: "deserializerMiddleware", step: "deserialize", @@ -22217,7 +22163,7 @@ exports.getSerdePlugin = getSerdePlugin; /***/ }), -/***/ 8637: +/***/ 68256: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22243,16 +22189,16 @@ exports.serializerMiddleware = serializerMiddleware; /***/ }), -/***/ 51984: +/***/ 15526: /***/ ((__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__(67123); -const signature_v4_1 = __nccwpck_require__(19741); -const util_middleware_1 = __nccwpck_require__(19352); +const property_provider_1 = __nccwpck_require__(1573); +const signature_v4_1 = __nccwpck_require__(40616); +const util_middleware_1 = __nccwpck_require__(19625); const CREDENTIAL_EXPIRE_WINDOW = 300000; const resolveAwsAuthConfig = (input) => { const normalizedCreds = input.credentials @@ -22359,29 +22305,29 @@ const normalizeCredentialProvider = (credentials) => { /***/ }), -/***/ 11788: +/***/ 5988: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(51984), exports); -tslib_1.__exportStar(__nccwpck_require__(59404), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(15526), exports); +tslib_1.__exportStar(__nccwpck_require__(16643), exports); /***/ }), -/***/ 59404: +/***/ 16643: /***/ ((__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__(72678); -const getSkewCorrectedDate_1 = __nccwpck_require__(99965); -const getUpdatedSystemClockOffset_1 = __nccwpck_require__(80836); +const protocol_http_1 = __nccwpck_require__(40337); +const getSkewCorrectedDate_1 = __nccwpck_require__(52694); +const getUpdatedSystemClockOffset_1 = __nccwpck_require__(71725); const awsAuthMiddleware = (options) => (next, context) => async function (args) { var _a, _b, _c, _d; if (!protocol_http_1.HttpRequest.isInstance(args.request)) @@ -22430,7 +22376,7 @@ exports.getSigV4AuthPlugin = exports.getAwsAuthPlugin; /***/ }), -/***/ 99965: +/***/ 52694: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22443,14 +22389,14 @@ exports.getSkewCorrectedDate = getSkewCorrectedDate; /***/ }), -/***/ 80836: +/***/ 71725: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getUpdatedSystemClockOffset = void 0; -const isClockSkewed_1 = __nccwpck_require__(92626); +const isClockSkewed_1 = __nccwpck_require__(75169); const getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => { const clockTimeInMs = Date.parse(clockTime); if ((0, isClockSkewed_1.isClockSkewed)(clockTimeInMs, currentSystemClockOffset)) { @@ -22463,21 +22409,21 @@ exports.getUpdatedSystemClockOffset = getUpdatedSystemClockOffset; /***/ }), -/***/ 92626: +/***/ 75169: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isClockSkewed = void 0; -const getSkewCorrectedDate_1 = __nccwpck_require__(99965); +const getSkewCorrectedDate_1 = __nccwpck_require__(52694); const isClockSkewed = (clockTime, systemClockOffset) => Math.abs((0, getSkewCorrectedDate_1.getSkewCorrectedDate)(systemClockOffset).getTime() - clockTime) >= 300000; exports.isClockSkewed = isClockSkewed; /***/ }), -/***/ 27403: +/***/ 44683: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22710,19 +22656,19 @@ const priorityWeights = { /***/ }), -/***/ 95390: +/***/ 82908: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(27403), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(44683), exports); /***/ }), -/***/ 84083: +/***/ 79092: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22740,7 +22686,7 @@ exports.resolveUserAgentConfig = resolveUserAgentConfig; /***/ }), -/***/ 25691: +/***/ 90289: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22755,29 +22701,29 @@ exports.UA_ESCAPE_REGEX = /[^\!\#\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g; /***/ }), -/***/ 13256: +/***/ 53243: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(84083), exports); -tslib_1.__exportStar(__nccwpck_require__(13544), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(79092), exports); +tslib_1.__exportStar(__nccwpck_require__(73812), exports); /***/ }), -/***/ 13544: +/***/ 73812: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getUserAgentPlugin = exports.getUserAgentMiddlewareOptions = exports.userAgentMiddleware = void 0; -const protocol_http_1 = __nccwpck_require__(72678); -const util_endpoints_1 = __nccwpck_require__(55403); -const constants_1 = __nccwpck_require__(25691); +const protocol_http_1 = __nccwpck_require__(40337); +const util_endpoints_1 = __nccwpck_require__(65958); +const constants_1 = __nccwpck_require__(90289); const userAgentMiddleware = (options) => (next, context) => async (args) => { var _a, _b; const { request } = args; @@ -22841,31 +22787,31 @@ exports.getUserAgentPlugin = getUserAgentPlugin; /***/ }), -/***/ 2887: +/***/ 35385: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.loadConfig = void 0; -const property_provider_1 = __nccwpck_require__(67123); -const fromEnv_1 = __nccwpck_require__(59837); -const fromSharedConfigFiles_1 = __nccwpck_require__(96345); -const fromStatic_1 = __nccwpck_require__(62530); +const property_provider_1 = __nccwpck_require__(1573); +const fromEnv_1 = __nccwpck_require__(78342); +const fromSharedConfigFiles_1 = __nccwpck_require__(7457); +const fromStatic_1 = __nccwpck_require__(5107); 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; /***/ }), -/***/ 59837: +/***/ 78342: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromEnv = void 0; -const property_provider_1 = __nccwpck_require__(67123); +const property_provider_1 = __nccwpck_require__(1573); const fromEnv = (envVarSelector) => async () => { try { const config = envVarSelector(process.env); @@ -22883,15 +22829,15 @@ exports.fromEnv = fromEnv; /***/ }), -/***/ 96345: +/***/ 7457: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromSharedConfigFiles = void 0; -const property_provider_1 = __nccwpck_require__(67123); -const shared_ini_file_loader_1 = __nccwpck_require__(61248); +const property_provider_1 = __nccwpck_require__(1573); +const shared_ini_file_loader_1 = __nccwpck_require__(24122); 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); @@ -22917,14 +22863,14 @@ exports.fromSharedConfigFiles = fromSharedConfigFiles; /***/ }), -/***/ 62530: +/***/ 5107: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromStatic = void 0; -const property_provider_1 = __nccwpck_require__(67123); +const property_provider_1 = __nccwpck_require__(1573); const isFunction = (func) => typeof func === "function"; const fromStatic = (defaultValue) => isFunction(defaultValue) ? async () => await defaultValue() : (0, property_provider_1.fromStatic)(defaultValue); exports.fromStatic = fromStatic; @@ -22932,19 +22878,19 @@ exports.fromStatic = fromStatic; /***/ }), -/***/ 28089: +/***/ 68933: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(2887), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(35385), exports); /***/ }), -/***/ 85339: +/***/ 64563: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22956,7 +22902,7 @@ exports.NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "EPIPE", "ETIMEDOUT"]; /***/ }), -/***/ 24652: +/***/ 96384: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22976,34 +22922,34 @@ exports.getTransformedHeaders = getTransformedHeaders; /***/ }), -/***/ 72791: +/***/ 42572: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(67765), exports); -tslib_1.__exportStar(__nccwpck_require__(63567), exports); -tslib_1.__exportStar(__nccwpck_require__(45574), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(63288), exports); +tslib_1.__exportStar(__nccwpck_require__(97632), exports); +tslib_1.__exportStar(__nccwpck_require__(81746), exports); /***/ }), -/***/ 67765: +/***/ 63288: /***/ ((__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__(72678); -const querystring_builder_1 = __nccwpck_require__(19375); +const protocol_http_1 = __nccwpck_require__(40337); +const querystring_builder_1 = __nccwpck_require__(32124); const http_1 = __nccwpck_require__(13685); const https_1 = __nccwpck_require__(95687); -const constants_1 = __nccwpck_require__(85339); -const get_transformed_headers_1 = __nccwpck_require__(24652); -const write_request_body_1 = __nccwpck_require__(54204); +const constants_1 = __nccwpck_require__(64563); +const get_transformed_headers_1 = __nccwpck_require__(96384); +const write_request_body_1 = __nccwpck_require__(55698); exports.DEFAULT_REQUEST_TIMEOUT = 0; class NodeHttpHandler { constructor(options) { @@ -23103,16 +23049,16 @@ exports.NodeHttpHandler = NodeHttpHandler; /***/ }), -/***/ 10763: +/***/ 21226: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NodeHttp2ConnectionManager = void 0; -const tslib_1 = __nccwpck_require__(3360); +const tslib_1 = __nccwpck_require__(42821); const http2_1 = tslib_1.__importDefault(__nccwpck_require__(85158)); -const node_http2_connection_pool_1 = __nccwpck_require__(49033); +const node_http2_connection_pool_1 = __nccwpck_require__(76574); class NodeHttp2ConnectionManager { constructor(config) { this.sessionCache = new Map(); @@ -23203,7 +23149,7 @@ exports.NodeHttp2ConnectionManager = NodeHttp2ConnectionManager; /***/ }), -/***/ 49033: +/***/ 76574: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23247,19 +23193,19 @@ exports.NodeHttp2ConnectionPool = NodeHttp2ConnectionPool; /***/ }), -/***/ 63567: +/***/ 97632: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NodeHttp2Handler = void 0; -const protocol_http_1 = __nccwpck_require__(72678); -const querystring_builder_1 = __nccwpck_require__(19375); +const protocol_http_1 = __nccwpck_require__(40337); +const querystring_builder_1 = __nccwpck_require__(32124); const http2_1 = __nccwpck_require__(85158); -const get_transformed_headers_1 = __nccwpck_require__(24652); -const node_http2_connection_manager_1 = __nccwpck_require__(10763); -const write_request_body_1 = __nccwpck_require__(54204); +const get_transformed_headers_1 = __nccwpck_require__(96384); +const node_http2_connection_manager_1 = __nccwpck_require__(21226); +const write_request_body_1 = __nccwpck_require__(55698); class NodeHttp2Handler { constructor(options) { this.metadata = { handlerProtocol: "h2" }; @@ -23379,7 +23325,7 @@ exports.NodeHttp2Handler = NodeHttp2Handler; /***/ }), -/***/ 83793: +/***/ 63883: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23402,14 +23348,14 @@ exports.Collector = Collector; /***/ }), -/***/ 45574: +/***/ 81746: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.streamCollector = void 0; -const collector_1 = __nccwpck_require__(83793); +const collector_1 = __nccwpck_require__(63883); const streamCollector = (stream) => new Promise((resolve, reject) => { const collector = new collector_1.Collector(); stream.pipe(collector); @@ -23428,7 +23374,7 @@ exports.streamCollector = streamCollector; /***/ }), -/***/ 54204: +/***/ 55698: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23463,14 +23409,14 @@ function writeBody(httpRequest, body) { /***/ }), -/***/ 21402: +/***/ 9106: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CredentialsProviderError = void 0; -const ProviderError_1 = __nccwpck_require__(13867); +const ProviderError_1 = __nccwpck_require__(54746); class CredentialsProviderError extends ProviderError_1.ProviderError { constructor(message, tryNextLink = true) { super(message, tryNextLink); @@ -23484,7 +23430,7 @@ exports.CredentialsProviderError = CredentialsProviderError; /***/ }), -/***/ 13867: +/***/ 54746: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23507,14 +23453,14 @@ exports.ProviderError = ProviderError; /***/ }), -/***/ 64362: +/***/ 96258: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.TokenProviderError = void 0; -const ProviderError_1 = __nccwpck_require__(13867); +const ProviderError_1 = __nccwpck_require__(54746); class TokenProviderError extends ProviderError_1.ProviderError { constructor(message, tryNextLink = true) { super(message, tryNextLink); @@ -23528,14 +23474,14 @@ exports.TokenProviderError = TokenProviderError; /***/ }), -/***/ 62856: +/***/ 86529: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.chain = void 0; -const ProviderError_1 = __nccwpck_require__(13867); +const ProviderError_1 = __nccwpck_require__(54746); function chain(...providers) { return () => { let promise = Promise.reject(new ProviderError_1.ProviderError("No providers in chain")); @@ -23555,7 +23501,7 @@ exports.chain = chain; /***/ }), -/***/ 96149: +/***/ 69443: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23568,24 +23514,24 @@ exports.fromStatic = fromStatic; /***/ }), -/***/ 67123: +/***/ 1573: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(21402), exports); -tslib_1.__exportStar(__nccwpck_require__(13867), exports); -tslib_1.__exportStar(__nccwpck_require__(64362), exports); -tslib_1.__exportStar(__nccwpck_require__(62856), exports); -tslib_1.__exportStar(__nccwpck_require__(96149), exports); -tslib_1.__exportStar(__nccwpck_require__(19558), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(9106), exports); +tslib_1.__exportStar(__nccwpck_require__(54746), exports); +tslib_1.__exportStar(__nccwpck_require__(96258), exports); +tslib_1.__exportStar(__nccwpck_require__(86529), exports); +tslib_1.__exportStar(__nccwpck_require__(69443), exports); +tslib_1.__exportStar(__nccwpck_require__(73830), exports); /***/ }), -/***/ 19558: +/***/ 73830: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23642,14 +23588,14 @@ exports.memoize = memoize; /***/ }), -/***/ 4188: +/***/ 18378: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Field = void 0; -const FieldPosition_1 = __nccwpck_require__(60061); +const FieldPosition_1 = __nccwpck_require__(2023); class Field { constructor({ name, kind = FieldPosition_1.FieldPosition.HEADER, values = [] }) { this.name = name; @@ -23677,7 +23623,7 @@ exports.Field = Field; /***/ }), -/***/ 60061: +/***/ 2023: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23693,7 +23639,7 @@ var FieldPosition; /***/ }), -/***/ 94466: +/***/ 46529: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23724,7 +23670,7 @@ exports.Fields = Fields; /***/ }), -/***/ 21276: +/***/ 27942: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23734,7 +23680,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 33241: +/***/ 99838: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23791,7 +23737,7 @@ function cloneQuery(query) { /***/ }), -/***/ 58834: +/***/ 87330: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23816,25 +23762,25 @@ exports.HttpResponse = HttpResponse; /***/ }), -/***/ 72678: +/***/ 40337: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(4188), exports); -tslib_1.__exportStar(__nccwpck_require__(60061), exports); -tslib_1.__exportStar(__nccwpck_require__(94466), exports); -tslib_1.__exportStar(__nccwpck_require__(21276), exports); -tslib_1.__exportStar(__nccwpck_require__(33241), exports); -tslib_1.__exportStar(__nccwpck_require__(58834), exports); -tslib_1.__exportStar(__nccwpck_require__(13909), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(18378), exports); +tslib_1.__exportStar(__nccwpck_require__(2023), exports); +tslib_1.__exportStar(__nccwpck_require__(46529), exports); +tslib_1.__exportStar(__nccwpck_require__(27942), exports); +tslib_1.__exportStar(__nccwpck_require__(99838), exports); +tslib_1.__exportStar(__nccwpck_require__(87330), exports); +tslib_1.__exportStar(__nccwpck_require__(32318), exports); /***/ }), -/***/ 13909: +/***/ 32318: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23850,14 +23796,14 @@ exports.isValidHostname = isValidHostname; /***/ }), -/***/ 19375: +/***/ 32124: /***/ ((__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__(98082); +const util_uri_escape_1 = __nccwpck_require__(67261); function buildQueryString(query) { const parts = []; for (let key of Object.keys(query).sort()) { @@ -23883,7 +23829,7 @@ exports.buildQueryString = buildQueryString; /***/ }), -/***/ 47146: +/***/ 32929: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23918,7 +23864,7 @@ exports.parseQueryString = parseQueryString; /***/ }), -/***/ 76246: +/***/ 28938: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23956,14 +23902,14 @@ exports.NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "EPIPE", "ETIMEDOUT"]; /***/ }), -/***/ 8655: +/***/ 74090: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isServerError = exports.isTransientError = exports.isThrottlingError = exports.isClockSkewError = exports.isRetryableByTrait = void 0; -const constants_1 = __nccwpck_require__(76246); +const constants_1 = __nccwpck_require__(28938); const isRetryableByTrait = (error) => error.$retryable !== undefined; exports.isRetryableByTrait = isRetryableByTrait; const isClockSkewError = (error) => constants_1.CLOCK_SKEW_ERROR_CODES.includes(error.name); @@ -23998,7 +23944,7 @@ exports.isServerError = isServerError; /***/ }), -/***/ 25392: +/***/ 25178: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -24006,7 +23952,7 @@ exports.isServerError = isServerError; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getConfigFilepath = exports.ENV_CONFIG_PATH = void 0; const path_1 = __nccwpck_require__(71017); -const getHomeDir_1 = __nccwpck_require__(52046); +const getHomeDir_1 = __nccwpck_require__(47886); 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; @@ -24014,7 +23960,7 @@ exports.getConfigFilepath = getConfigFilepath; /***/ }), -/***/ 85813: +/***/ 34736: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -24022,7 +23968,7 @@ exports.getConfigFilepath = getConfigFilepath; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getCredentialsFilepath = exports.ENV_CREDENTIALS_PATH = void 0; const path_1 = __nccwpck_require__(71017); -const getHomeDir_1 = __nccwpck_require__(52046); +const getHomeDir_1 = __nccwpck_require__(47886); 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; @@ -24030,7 +23976,7 @@ exports.getCredentialsFilepath = getCredentialsFilepath; /***/ }), -/***/ 52046: +/***/ 47886: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -24054,7 +24000,7 @@ exports.getHomeDir = getHomeDir; /***/ }), -/***/ 7784: +/***/ 14573: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24072,7 +24018,7 @@ exports.getProfileData = getProfileData; /***/ }), -/***/ 46227: +/***/ 12389: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24087,7 +24033,7 @@ exports.getProfileName = getProfileName; /***/ }), -/***/ 60513: +/***/ 91228: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -24096,7 +24042,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getSSOTokenFilepath = void 0; const crypto_1 = __nccwpck_require__(6113); const path_1 = __nccwpck_require__(71017); -const getHomeDir_1 = __nccwpck_require__(52046); +const getHomeDir_1 = __nccwpck_require__(47886); const getSSOTokenFilepath = (id) => { const hasher = (0, crypto_1.createHash)("sha1"); const cacheName = hasher.update(id).digest("hex"); @@ -24107,7 +24053,7 @@ exports.getSSOTokenFilepath = getSSOTokenFilepath; /***/ }), -/***/ 30659: +/***/ 29107: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -24115,7 +24061,7 @@ exports.getSSOTokenFilepath = getSSOTokenFilepath; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getSSOTokenFromFile = void 0; const fs_1 = __nccwpck_require__(57147); -const getSSOTokenFilepath_1 = __nccwpck_require__(60513); +const getSSOTokenFilepath_1 = __nccwpck_require__(91228); const { readFile } = fs_1.promises; const getSSOTokenFromFile = async (id) => { const ssoTokenFilepath = (0, getSSOTokenFilepath_1.getSSOTokenFilepath)(id); @@ -24127,7 +24073,7 @@ exports.getSSOTokenFromFile = getSSOTokenFromFile; /***/ }), -/***/ 81508: +/***/ 41393: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24143,37 +24089,37 @@ exports.getSsoSessionData = getSsoSessionData; /***/ }), -/***/ 61248: +/***/ 24122: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(52046), exports); -tslib_1.__exportStar(__nccwpck_require__(46227), exports); -tslib_1.__exportStar(__nccwpck_require__(60513), exports); -tslib_1.__exportStar(__nccwpck_require__(30659), exports); -tslib_1.__exportStar(__nccwpck_require__(8917), exports); -tslib_1.__exportStar(__nccwpck_require__(92582), exports); -tslib_1.__exportStar(__nccwpck_require__(46804), exports); -tslib_1.__exportStar(__nccwpck_require__(64279), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(47886), exports); +tslib_1.__exportStar(__nccwpck_require__(12389), exports); +tslib_1.__exportStar(__nccwpck_require__(91228), exports); +tslib_1.__exportStar(__nccwpck_require__(29107), exports); +tslib_1.__exportStar(__nccwpck_require__(86630), exports); +tslib_1.__exportStar(__nccwpck_require__(75946), exports); +tslib_1.__exportStar(__nccwpck_require__(57512), exports); +tslib_1.__exportStar(__nccwpck_require__(92041), exports); /***/ }), -/***/ 8917: +/***/ 86630: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.loadSharedConfigFiles = void 0; -const getConfigFilepath_1 = __nccwpck_require__(25392); -const getCredentialsFilepath_1 = __nccwpck_require__(85813); -const getProfileData_1 = __nccwpck_require__(7784); -const parseIni_1 = __nccwpck_require__(30193); -const slurpFile_1 = __nccwpck_require__(42388); +const getConfigFilepath_1 = __nccwpck_require__(25178); +const getCredentialsFilepath_1 = __nccwpck_require__(34736); +const getProfileData_1 = __nccwpck_require__(14573); +const parseIni_1 = __nccwpck_require__(26633); +const slurpFile_1 = __nccwpck_require__(18702); const swallowError = () => ({}); const loadSharedConfigFiles = async (init = {}) => { const { filepath = (0, getCredentialsFilepath_1.getCredentialsFilepath)(), configFilepath = (0, getConfigFilepath_1.getConfigFilepath)() } = init; @@ -24200,17 +24146,17 @@ exports.loadSharedConfigFiles = loadSharedConfigFiles; /***/ }), -/***/ 92582: +/***/ 75946: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.loadSsoSessionData = void 0; -const getConfigFilepath_1 = __nccwpck_require__(25392); -const getSsoSessionData_1 = __nccwpck_require__(81508); -const parseIni_1 = __nccwpck_require__(30193); -const slurpFile_1 = __nccwpck_require__(42388); +const getConfigFilepath_1 = __nccwpck_require__(25178); +const getSsoSessionData_1 = __nccwpck_require__(41393); +const parseIni_1 = __nccwpck_require__(26633); +const slurpFile_1 = __nccwpck_require__(18702); const swallowError = () => ({}); const loadSsoSessionData = async (init = {}) => { var _a; @@ -24224,7 +24170,7 @@ exports.loadSsoSessionData = loadSsoSessionData; /***/ }), -/***/ 72610: +/***/ 64243: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24250,7 +24196,7 @@ exports.mergeConfigFiles = mergeConfigFiles; /***/ }), -/***/ 30193: +/***/ 26633: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24292,15 +24238,15 @@ exports.parseIni = parseIni; /***/ }), -/***/ 46804: +/***/ 57512: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.parseKnownFiles = void 0; -const loadSharedConfigFiles_1 = __nccwpck_require__(8917); -const mergeConfigFiles_1 = __nccwpck_require__(72610); +const loadSharedConfigFiles_1 = __nccwpck_require__(86630); +const mergeConfigFiles_1 = __nccwpck_require__(64243); const parseKnownFiles = async (init) => { const parsedFiles = await (0, loadSharedConfigFiles_1.loadSharedConfigFiles)(init); return (0, mergeConfigFiles_1.mergeConfigFiles)(parsedFiles.configFile, parsedFiles.credentialsFile); @@ -24310,7 +24256,7 @@ exports.parseKnownFiles = parseKnownFiles; /***/ }), -/***/ 42388: +/***/ 18702: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -24331,7 +24277,7 @@ exports.slurpFile = slurpFile; /***/ }), -/***/ 64279: +/***/ 92041: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24341,25 +24287,25 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 10431: +/***/ 71511: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SignatureV4 = void 0; -const util_hex_encoding_1 = __nccwpck_require__(74956); -const util_middleware_1 = __nccwpck_require__(19352); -const util_utf8_1 = __nccwpck_require__(46123); -const constants_1 = __nccwpck_require__(81129); -const credentialDerivation_1 = __nccwpck_require__(91353); -const getCanonicalHeaders_1 = __nccwpck_require__(51634); -const getCanonicalQuery_1 = __nccwpck_require__(67717); -const getPayloadHash_1 = __nccwpck_require__(3835); -const headerUtil_1 = __nccwpck_require__(16007); -const moveHeadersToQuery_1 = __nccwpck_require__(43498); -const prepareRequest_1 = __nccwpck_require__(87889); -const utilDate_1 = __nccwpck_require__(623); +const util_hex_encoding_1 = __nccwpck_require__(87752); +const util_middleware_1 = __nccwpck_require__(19625); +const util_utf8_1 = __nccwpck_require__(85269); +const constants_1 = __nccwpck_require__(40931); +const credentialDerivation_1 = __nccwpck_require__(46079); +const getCanonicalHeaders_1 = __nccwpck_require__(71508); +const getCanonicalQuery_1 = __nccwpck_require__(11213); +const getPayloadHash_1 = __nccwpck_require__(89398); +const headerUtil_1 = __nccwpck_require__(21715); +const moveHeadersToQuery_1 = __nccwpck_require__(42469); +const prepareRequest_1 = __nccwpck_require__(63952); +const utilDate_1 = __nccwpck_require__(12066); class SignatureV4 { constructor({ applyChecksum, credentials, region, service, sha256, uriEscapePath = true, }) { this.service = service; @@ -24524,7 +24470,7 @@ const getCanonicalHeaderList = (headers) => Object.keys(headers).sort().join(";" /***/ }), -/***/ 57751: +/***/ 20705: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24549,7 +24495,7 @@ exports.cloneQuery = cloneQuery; /***/ }), -/***/ 81129: +/***/ 40931: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24603,16 +24549,16 @@ exports.MAX_PRESIGNED_TTL = 60 * 60 * 24 * 7; /***/ }), -/***/ 91353: +/***/ 46079: /***/ ((__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__(74956); -const util_utf8_1 = __nccwpck_require__(46123); -const constants_1 = __nccwpck_require__(81129); +const util_hex_encoding_1 = __nccwpck_require__(87752); +const util_utf8_1 = __nccwpck_require__(85269); +const constants_1 = __nccwpck_require__(40931); const signingKeyCache = {}; const cacheQueue = []; const createScope = (shortDate, region, service) => `${shortDate}/${region}/${service}/${constants_1.KEY_TYPE_IDENTIFIER}`; @@ -24650,14 +24596,14 @@ const hmac = (ctor, secret, data) => { /***/ }), -/***/ 51634: +/***/ 71508: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getCanonicalHeaders = void 0; -const constants_1 = __nccwpck_require__(81129); +const constants_1 = __nccwpck_require__(40931); const getCanonicalHeaders = ({ headers }, unsignableHeaders, signableHeaders) => { const canonical = {}; for (const headerName of Object.keys(headers).sort()) { @@ -24682,15 +24628,15 @@ exports.getCanonicalHeaders = getCanonicalHeaders; /***/ }), -/***/ 67717: +/***/ 11213: /***/ ((__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__(98082); -const constants_1 = __nccwpck_require__(81129); +const util_uri_escape_1 = __nccwpck_require__(67261); +const constants_1 = __nccwpck_require__(40931); const getCanonicalQuery = ({ query = {} }) => { const keys = []; const serialized = {}; @@ -24721,17 +24667,17 @@ exports.getCanonicalQuery = getCanonicalQuery; /***/ }), -/***/ 3835: +/***/ 89398: /***/ ((__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__(37944); -const util_hex_encoding_1 = __nccwpck_require__(74956); -const util_utf8_1 = __nccwpck_require__(46123); -const constants_1 = __nccwpck_require__(81129); +const is_array_buffer_1 = __nccwpck_require__(446); +const util_hex_encoding_1 = __nccwpck_require__(87752); +const util_utf8_1 = __nccwpck_require__(85269); +const constants_1 = __nccwpck_require__(40931); const getPayloadHash = async ({ headers, body }, hashConstructor) => { for (const headerName of Object.keys(headers)) { if (headerName.toLowerCase() === constants_1.SHA256_HEADER) { @@ -24753,7 +24699,7 @@ exports.getPayloadHash = getPayloadHash; /***/ }), -/***/ 16007: +/***/ 21715: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24793,38 +24739,38 @@ exports.deleteHeader = deleteHeader; /***/ }), -/***/ 19741: +/***/ 40616: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareRequest = exports.moveHeadersToQuery = exports.getPayloadHash = exports.getCanonicalQuery = exports.getCanonicalHeaders = void 0; -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(10431), exports); -var getCanonicalHeaders_1 = __nccwpck_require__(51634); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(71511), exports); +var getCanonicalHeaders_1 = __nccwpck_require__(71508); Object.defineProperty(exports, "getCanonicalHeaders", ({ enumerable: true, get: function () { return getCanonicalHeaders_1.getCanonicalHeaders; } })); -var getCanonicalQuery_1 = __nccwpck_require__(67717); +var getCanonicalQuery_1 = __nccwpck_require__(11213); Object.defineProperty(exports, "getCanonicalQuery", ({ enumerable: true, get: function () { return getCanonicalQuery_1.getCanonicalQuery; } })); -var getPayloadHash_1 = __nccwpck_require__(3835); +var getPayloadHash_1 = __nccwpck_require__(89398); Object.defineProperty(exports, "getPayloadHash", ({ enumerable: true, get: function () { return getPayloadHash_1.getPayloadHash; } })); -var moveHeadersToQuery_1 = __nccwpck_require__(43498); +var moveHeadersToQuery_1 = __nccwpck_require__(42469); Object.defineProperty(exports, "moveHeadersToQuery", ({ enumerable: true, get: function () { return moveHeadersToQuery_1.moveHeadersToQuery; } })); -var prepareRequest_1 = __nccwpck_require__(87889); +var prepareRequest_1 = __nccwpck_require__(63952); Object.defineProperty(exports, "prepareRequest", ({ enumerable: true, get: function () { return prepareRequest_1.prepareRequest; } })); -tslib_1.__exportStar(__nccwpck_require__(91353), exports); +tslib_1.__exportStar(__nccwpck_require__(46079), exports); /***/ }), -/***/ 43498: +/***/ 42469: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.moveHeadersToQuery = void 0; -const cloneRequest_1 = __nccwpck_require__(57751); +const cloneRequest_1 = __nccwpck_require__(20705); const moveHeadersToQuery = (request, options = {}) => { var _a; const { headers, query = {} } = typeof request.clone === "function" ? request.clone() : (0, cloneRequest_1.cloneRequest)(request); @@ -24846,15 +24792,15 @@ exports.moveHeadersToQuery = moveHeadersToQuery; /***/ }), -/***/ 87889: +/***/ 63952: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareRequest = void 0; -const cloneRequest_1 = __nccwpck_require__(57751); -const constants_1 = __nccwpck_require__(81129); +const cloneRequest_1 = __nccwpck_require__(20705); +const constants_1 = __nccwpck_require__(40931); const prepareRequest = (request) => { request = typeof request.clone === "function" ? request.clone() : (0, cloneRequest_1.cloneRequest)(request); for (const headerName of Object.keys(request.headers)) { @@ -24869,7 +24815,7 @@ exports.prepareRequest = prepareRequest; /***/ }), -/***/ 623: +/***/ 12066: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24897,7 +24843,7 @@ exports.toDate = toDate; /***/ }), -/***/ 49517: +/***/ 48288: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24916,14 +24862,14 @@ exports.NoOpLogger = NoOpLogger; /***/ }), -/***/ 34509: +/***/ 93850: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Client = void 0; -const middleware_stack_1 = __nccwpck_require__(95390); +const middleware_stack_1 = __nccwpck_require__(82908); class Client { constructor(config) { this.middlewareStack = (0, middleware_stack_1.constructStack)(); @@ -24952,14 +24898,14 @@ exports.Client = Client; /***/ }), -/***/ 63925: +/***/ 98856: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Command = void 0; -const middleware_stack_1 = __nccwpck_require__(95390); +const middleware_stack_1 = __nccwpck_require__(82908); class Command { constructor() { this.middlewareStack = (0, middleware_stack_1.constructStack)(); @@ -24970,7 +24916,7 @@ exports.Command = Command; /***/ }), -/***/ 96894: +/***/ 88398: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24982,14 +24928,14 @@ exports.SENSITIVE_STRING = "***SensitiveInformation***"; /***/ }), -/***/ 30421: +/***/ 22831: /***/ ((__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__(36332); +const parse_utils_1 = __nccwpck_require__(38903); 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) { @@ -25185,14 +25131,14 @@ const stripLeadingZeroes = (value) => { /***/ }), -/***/ 87329: +/***/ 65029: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.throwDefaultError = void 0; -const exceptions_1 = __nccwpck_require__(53509); +const exceptions_1 = __nccwpck_require__(60284); const throwDefaultError = ({ output, parsedBody, exceptionCtor, errorCode }) => { const $metadata = deserializeMetadata(output); const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined; @@ -25217,7 +25163,7 @@ const deserializeMetadata = (output) => { /***/ }), -/***/ 22816: +/***/ 77735: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -25255,7 +25201,7 @@ exports.loadConfigsForDefaultMode = loadConfigsForDefaultMode; /***/ }), -/***/ 67395: +/***/ 79094: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -25273,7 +25219,7 @@ exports.emitWarningIfUnsupportedVersion = emitWarningIfUnsupportedVersion; /***/ }), -/***/ 53509: +/***/ 60284: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -25308,7 +25254,7 @@ exports.decorateServiceException = decorateServiceException; /***/ }), -/***/ 82388: +/***/ 57796: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -25325,7 +25271,7 @@ exports.extendedEncodeURIComponent = extendedEncodeURIComponent; /***/ }), -/***/ 22395: +/***/ 55099: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -25338,7 +25284,7 @@ exports.getArrayIfSingleItem = getArrayIfSingleItem; /***/ }), -/***/ 80580: +/***/ 75233: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -25362,36 +25308,36 @@ exports.getValueFromTextNode = getValueFromTextNode; /***/ }), -/***/ 17762: +/***/ 20100: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(49517), exports); -tslib_1.__exportStar(__nccwpck_require__(34509), exports); -tslib_1.__exportStar(__nccwpck_require__(63925), exports); -tslib_1.__exportStar(__nccwpck_require__(96894), exports); -tslib_1.__exportStar(__nccwpck_require__(30421), exports); -tslib_1.__exportStar(__nccwpck_require__(87329), exports); -tslib_1.__exportStar(__nccwpck_require__(22816), exports); -tslib_1.__exportStar(__nccwpck_require__(67395), exports); -tslib_1.__exportStar(__nccwpck_require__(53509), exports); -tslib_1.__exportStar(__nccwpck_require__(82388), exports); -tslib_1.__exportStar(__nccwpck_require__(22395), exports); -tslib_1.__exportStar(__nccwpck_require__(80580), exports); -tslib_1.__exportStar(__nccwpck_require__(18868), exports); -tslib_1.__exportStar(__nccwpck_require__(94564), exports); -tslib_1.__exportStar(__nccwpck_require__(36332), exports); -tslib_1.__exportStar(__nccwpck_require__(2944), exports); -tslib_1.__exportStar(__nccwpck_require__(12878), exports); -tslib_1.__exportStar(__nccwpck_require__(72596), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(48288), exports); +tslib_1.__exportStar(__nccwpck_require__(93850), exports); +tslib_1.__exportStar(__nccwpck_require__(98856), exports); +tslib_1.__exportStar(__nccwpck_require__(88398), exports); +tslib_1.__exportStar(__nccwpck_require__(22831), exports); +tslib_1.__exportStar(__nccwpck_require__(65029), exports); +tslib_1.__exportStar(__nccwpck_require__(77735), exports); +tslib_1.__exportStar(__nccwpck_require__(79094), exports); +tslib_1.__exportStar(__nccwpck_require__(60284), exports); +tslib_1.__exportStar(__nccwpck_require__(57796), exports); +tslib_1.__exportStar(__nccwpck_require__(55099), exports); +tslib_1.__exportStar(__nccwpck_require__(75233), exports); +tslib_1.__exportStar(__nccwpck_require__(47790), exports); +tslib_1.__exportStar(__nccwpck_require__(56691), exports); +tslib_1.__exportStar(__nccwpck_require__(38903), exports); +tslib_1.__exportStar(__nccwpck_require__(55470), exports); +tslib_1.__exportStar(__nccwpck_require__(43968), exports); +tslib_1.__exportStar(__nccwpck_require__(29851), exports); /***/ }), -/***/ 18868: +/***/ 47790: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -25437,7 +25383,7 @@ exports.LazyJsonString = LazyJsonString; /***/ }), -/***/ 94564: +/***/ 56691: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -25519,7 +25465,7 @@ const mapWithFilter = (target, filter, instructions) => { /***/ }), -/***/ 36332: +/***/ 38903: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -25780,14 +25726,14 @@ exports.logger = { /***/ }), -/***/ 2944: +/***/ 55470: /***/ ((__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__(82388); +const extended_encode_uri_component_1 = __nccwpck_require__(57796); const resolvedPath = (resolvedPath, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => { if (input != null && input[memberName] !== undefined) { const labelValue = labelValueProvider(); @@ -25811,7 +25757,7 @@ exports.resolvedPath = resolvedPath; /***/ }), -/***/ 12878: +/***/ 43968: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -25836,7 +25782,7 @@ exports.serializeFloat = serializeFloat; /***/ }), -/***/ 72596: +/***/ 29851: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -25875,7 +25821,7 @@ exports.splitEvery = splitEvery; /***/ }), -/***/ 27879: +/***/ 27266: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -25888,20 +25834,20 @@ exports.REFRESH_MESSAGE = `To refresh this SSO session run 'aws sso login' with /***/ }), -/***/ 30635: +/***/ 96783: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromSso = void 0; -const property_provider_1 = __nccwpck_require__(67123); -const shared_ini_file_loader_1 = __nccwpck_require__(61248); -const constants_1 = __nccwpck_require__(27879); -const getNewSsoOidcToken_1 = __nccwpck_require__(16936); -const validateTokenExpiry_1 = __nccwpck_require__(74870); -const validateTokenKey_1 = __nccwpck_require__(66706); -const writeSSOTokenToFile_1 = __nccwpck_require__(35937); +const property_provider_1 = __nccwpck_require__(1573); +const shared_ini_file_loader_1 = __nccwpck_require__(24122); +const constants_1 = __nccwpck_require__(27266); +const getNewSsoOidcToken_1 = __nccwpck_require__(41826); +const validateTokenExpiry_1 = __nccwpck_require__(36800); +const validateTokenKey_1 = __nccwpck_require__(78989); +const writeSSOTokenToFile_1 = __nccwpck_require__(65984); const lastRefreshAttemptTime = new Date(0); const fromSso = (init = {}) => async () => { const profiles = await (0, shared_ini_file_loader_1.parseKnownFiles)(init); @@ -25978,14 +25924,14 @@ exports.fromSso = fromSso; /***/ }), -/***/ 56557: +/***/ 5621: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromStatic = void 0; -const property_provider_1 = __nccwpck_require__(67123); +const property_provider_1 = __nccwpck_require__(1573); const fromStatic = ({ token }) => async () => { if (!token || !token.token) { throw new property_provider_1.TokenProviderError(`Please pass a valid token to fromStatic`, false); @@ -25997,15 +25943,15 @@ exports.fromStatic = fromStatic; /***/ }), -/***/ 16936: +/***/ 41826: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getNewSsoOidcToken = void 0; -const client_sso_oidc_1 = __nccwpck_require__(83919); -const getSsoOidcClient_1 = __nccwpck_require__(16731); +const client_sso_oidc_1 = __nccwpck_require__(25291); +const getSsoOidcClient_1 = __nccwpck_require__(58246); const getNewSsoOidcToken = (ssoToken, ssoRegion) => { const ssoOidcClient = (0, getSsoOidcClient_1.getSsoOidcClient)(ssoRegion); return ssoOidcClient.send(new client_sso_oidc_1.CreateTokenCommand({ @@ -26020,14 +25966,14 @@ exports.getNewSsoOidcToken = getNewSsoOidcToken; /***/ }), -/***/ 16731: +/***/ 58246: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getSsoOidcClient = void 0; -const client_sso_oidc_1 = __nccwpck_require__(83919); +const client_sso_oidc_1 = __nccwpck_require__(25291); const ssoOidcClientsHash = {}; const getSsoOidcClient = (ssoRegion) => { if (ssoOidcClientsHash[ssoRegion]) { @@ -26042,29 +25988,29 @@ exports.getSsoOidcClient = getSsoOidcClient; /***/ }), -/***/ 9355: +/***/ 69922: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(30635), exports); -tslib_1.__exportStar(__nccwpck_require__(56557), exports); -tslib_1.__exportStar(__nccwpck_require__(56822), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(96783), exports); +tslib_1.__exportStar(__nccwpck_require__(5621), exports); +tslib_1.__exportStar(__nccwpck_require__(70527), exports); /***/ }), -/***/ 56822: +/***/ 70527: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.nodeProvider = void 0; -const property_provider_1 = __nccwpck_require__(67123); -const fromSso_1 = __nccwpck_require__(30635); +const property_provider_1 = __nccwpck_require__(1573); +const fromSso_1 = __nccwpck_require__(96783); 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); @@ -26073,15 +26019,15 @@ exports.nodeProvider = nodeProvider; /***/ }), -/***/ 74870: +/***/ 36800: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.validateTokenExpiry = void 0; -const property_provider_1 = __nccwpck_require__(67123); -const constants_1 = __nccwpck_require__(27879); +const property_provider_1 = __nccwpck_require__(1573); +const constants_1 = __nccwpck_require__(27266); 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); @@ -26092,15 +26038,15 @@ exports.validateTokenExpiry = validateTokenExpiry; /***/ }), -/***/ 66706: +/***/ 78989: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.validateTokenKey = void 0; -const property_provider_1 = __nccwpck_require__(67123); -const constants_1 = __nccwpck_require__(27879); +const property_provider_1 = __nccwpck_require__(1573); +const constants_1 = __nccwpck_require__(27266); 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); @@ -26111,14 +26057,14 @@ exports.validateTokenKey = validateTokenKey; /***/ }), -/***/ 35937: +/***/ 65984: /***/ ((__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__(61248); +const shared_ini_file_loader_1 = __nccwpck_require__(24122); const fs_1 = __nccwpck_require__(57147); const { writeFile } = fs_1.promises; const writeSSOTokenToFile = (id, ssoToken) => { @@ -26131,7 +26077,7 @@ exports.writeSSOTokenToFile = writeSSOTokenToFile; /***/ }), -/***/ 24966: +/***/ 61834: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26141,7 +26087,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 21830: +/***/ 27355: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26157,7 +26103,7 @@ var HttpAuthLocation; /***/ }), -/***/ 35224: +/***/ 85001: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26167,7 +26113,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 59397: +/***/ 18961: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26177,7 +26123,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 77134: +/***/ 27451: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26187,7 +26133,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 7653: +/***/ 75600: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26197,7 +26143,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 58513: +/***/ 28672: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26207,7 +26153,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 30485: +/***/ 88866: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26223,7 +26169,7 @@ var HostAddressType; /***/ }), -/***/ 35068: +/***/ 95684: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26239,7 +26185,7 @@ var EndpointURLScheme; /***/ }), -/***/ 53111: +/***/ 56186: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26249,7 +26195,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 68303: +/***/ 97581: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26259,7 +26205,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 42037: +/***/ 63386: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26269,7 +26215,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 52310: +/***/ 48307: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26279,7 +26225,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 32146: +/***/ 11723: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26289,7 +26235,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 4937: +/***/ 71705: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26299,7 +26245,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 93170: +/***/ 27601: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26309,61 +26255,61 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 33061: +/***/ 63091: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(42037), exports); -tslib_1.__exportStar(__nccwpck_require__(52310), exports); -tslib_1.__exportStar(__nccwpck_require__(32146), exports); -tslib_1.__exportStar(__nccwpck_require__(4937), exports); -tslib_1.__exportStar(__nccwpck_require__(93170), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(63386), exports); +tslib_1.__exportStar(__nccwpck_require__(48307), exports); +tslib_1.__exportStar(__nccwpck_require__(11723), exports); +tslib_1.__exportStar(__nccwpck_require__(71705), exports); +tslib_1.__exportStar(__nccwpck_require__(27601), exports); /***/ }), -/***/ 77188: +/***/ 33558: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(24966), exports); -tslib_1.__exportStar(__nccwpck_require__(21830), exports); -tslib_1.__exportStar(__nccwpck_require__(35224), exports); -tslib_1.__exportStar(__nccwpck_require__(59397), exports); -tslib_1.__exportStar(__nccwpck_require__(77134), exports); -tslib_1.__exportStar(__nccwpck_require__(7653), exports); -tslib_1.__exportStar(__nccwpck_require__(58513), exports); -tslib_1.__exportStar(__nccwpck_require__(30485), exports); -tslib_1.__exportStar(__nccwpck_require__(35068), exports); -tslib_1.__exportStar(__nccwpck_require__(53111), exports); -tslib_1.__exportStar(__nccwpck_require__(68303), exports); -tslib_1.__exportStar(__nccwpck_require__(33061), exports); -tslib_1.__exportStar(__nccwpck_require__(29563), exports); -tslib_1.__exportStar(__nccwpck_require__(71060), exports); -tslib_1.__exportStar(__nccwpck_require__(72788), exports); -tslib_1.__exportStar(__nccwpck_require__(69922), exports); -tslib_1.__exportStar(__nccwpck_require__(84767), exports); -tslib_1.__exportStar(__nccwpck_require__(94866), exports); -tslib_1.__exportStar(__nccwpck_require__(73342), exports); -tslib_1.__exportStar(__nccwpck_require__(9737), exports); -tslib_1.__exportStar(__nccwpck_require__(6878), exports); -tslib_1.__exportStar(__nccwpck_require__(59969), exports); -tslib_1.__exportStar(__nccwpck_require__(58890), exports); -tslib_1.__exportStar(__nccwpck_require__(20250), exports); -tslib_1.__exportStar(__nccwpck_require__(23179), exports); -tslib_1.__exportStar(__nccwpck_require__(65491), exports); -tslib_1.__exportStar(__nccwpck_require__(47829), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(61834), exports); +tslib_1.__exportStar(__nccwpck_require__(27355), exports); +tslib_1.__exportStar(__nccwpck_require__(85001), exports); +tslib_1.__exportStar(__nccwpck_require__(18961), exports); +tslib_1.__exportStar(__nccwpck_require__(27451), exports); +tslib_1.__exportStar(__nccwpck_require__(75600), exports); +tslib_1.__exportStar(__nccwpck_require__(28672), exports); +tslib_1.__exportStar(__nccwpck_require__(88866), exports); +tslib_1.__exportStar(__nccwpck_require__(95684), exports); +tslib_1.__exportStar(__nccwpck_require__(56186), exports); +tslib_1.__exportStar(__nccwpck_require__(97581), exports); +tslib_1.__exportStar(__nccwpck_require__(63091), exports); +tslib_1.__exportStar(__nccwpck_require__(8592), exports); +tslib_1.__exportStar(__nccwpck_require__(55616), exports); +tslib_1.__exportStar(__nccwpck_require__(30767), exports); +tslib_1.__exportStar(__nccwpck_require__(18252), exports); +tslib_1.__exportStar(__nccwpck_require__(74787), exports); +tslib_1.__exportStar(__nccwpck_require__(15566), exports); +tslib_1.__exportStar(__nccwpck_require__(26072), exports); +tslib_1.__exportStar(__nccwpck_require__(69298), exports); +tslib_1.__exportStar(__nccwpck_require__(31471), exports); +tslib_1.__exportStar(__nccwpck_require__(49110), exports); +tslib_1.__exportStar(__nccwpck_require__(32844), exports); +tslib_1.__exportStar(__nccwpck_require__(88824), exports); +tslib_1.__exportStar(__nccwpck_require__(84908), exports); +tslib_1.__exportStar(__nccwpck_require__(38706), exports); +tslib_1.__exportStar(__nccwpck_require__(25212), exports); /***/ }), -/***/ 29563: +/***/ 8592: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26373,7 +26319,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 71060: +/***/ 55616: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26383,7 +26329,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 72788: +/***/ 30767: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26393,7 +26339,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 69922: +/***/ 18252: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26403,7 +26349,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 84767: +/***/ 74787: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26413,7 +26359,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 94866: +/***/ 15566: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26423,7 +26369,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 73342: +/***/ 26072: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26433,7 +26379,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 9737: +/***/ 69298: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26443,7 +26389,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 6878: +/***/ 31471: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26453,7 +26399,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 59969: +/***/ 49110: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26463,7 +26409,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 58890: +/***/ 32844: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26473,7 +26419,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 20250: +/***/ 88824: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26483,7 +26429,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 23179: +/***/ 84908: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26500,7 +26446,7 @@ var RequestHandlerProtocol; /***/ }), -/***/ 65491: +/***/ 38706: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26510,7 +26456,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 47829: +/***/ 25212: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26520,14 +26466,14 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 51503: +/***/ 46665: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.parseUrl = void 0; -const querystring_parser_1 = __nccwpck_require__(47146); +const querystring_parser_1 = __nccwpck_require__(32929); const parseUrl = (url) => { if (typeof url === "string") { return (0, exports.parseUrl)(new URL(url)); @@ -26550,14 +26496,14 @@ exports.parseUrl = parseUrl; /***/ }), -/***/ 86155: +/***/ 45892: /***/ ((__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__(14283); +const util_buffer_from_1 = __nccwpck_require__(53362); const BASE64_REGEX = /^[A-Za-z0-9+/]*={0,2}$/; const fromBase64 = (input) => { if ((input.length * 3) % 4 !== 0) { @@ -26574,34 +26520,34 @@ exports.fromBase64 = fromBase64; /***/ }), -/***/ 64891: +/***/ 84067: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(86155), exports); -tslib_1.__exportStar(__nccwpck_require__(30190), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(45892), exports); +tslib_1.__exportStar(__nccwpck_require__(13165), exports); /***/ }), -/***/ 30190: +/***/ 13165: /***/ ((__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__(14283); +const util_buffer_from_1 = __nccwpck_require__(53362); const toBase64 = (input) => (0, util_buffer_from_1.fromArrayBuffer)(input.buffer, input.byteOffset, input.byteLength).toString("base64"); exports.toBase64 = toBase64; /***/ }), -/***/ 64258: +/***/ 65748: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -26635,26 +26581,26 @@ exports.calculateBodyLength = calculateBodyLength; /***/ }), -/***/ 84459: +/***/ 132: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(64258), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(65748), exports); /***/ }), -/***/ 14283: +/***/ 53362: /***/ ((__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__(37944); +const is_array_buffer_1 = __nccwpck_require__(446); const buffer_1 = __nccwpck_require__(14300); const fromArrayBuffer = (input, offset = 0, length = input.byteLength - offset) => { if (!(0, is_array_buffer_1.isArrayBuffer)(input)) { @@ -26674,7 +26620,7 @@ exports.fromString = fromString; /***/ }), -/***/ 50645: +/***/ 99977: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26700,19 +26646,19 @@ exports.booleanSelector = booleanSelector; /***/ }), -/***/ 6120: +/***/ 67758: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(50645), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(99977), exports); /***/ }), -/***/ 94568: +/***/ 9854: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26729,7 +26675,7 @@ exports.IMDS_REGION_PATH = "/latest/meta-data/placement/region"; /***/ }), -/***/ 51515: +/***/ 53635: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26751,31 +26697,31 @@ exports.NODE_DEFAULTS_MODE_CONFIG_OPTIONS = { /***/ }), -/***/ 61678: +/***/ 47558: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(90179), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(52956), exports); /***/ }), -/***/ 90179: +/***/ 52956: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveDefaultsModeConfig = void 0; -const config_resolver_1 = __nccwpck_require__(82541); -const credential_provider_imds_1 = __nccwpck_require__(60397); -const node_config_provider_1 = __nccwpck_require__(28089); -const property_provider_1 = __nccwpck_require__(67123); -const constants_1 = __nccwpck_require__(94568); -const defaultsModeConfig_1 = __nccwpck_require__(51515); +const config_resolver_1 = __nccwpck_require__(78982); +const credential_provider_imds_1 = __nccwpck_require__(56535); +const node_config_provider_1 = __nccwpck_require__(68933); +const property_provider_1 = __nccwpck_require__(1573); +const constants_1 = __nccwpck_require__(9854); +const defaultsModeConfig_1 = __nccwpck_require__(53635); 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()) { @@ -26828,7 +26774,7 @@ const inferPhysicalRegion = async () => { /***/ }), -/***/ 16185: +/***/ 50779: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26840,20 +26786,20 @@ exports.debugId = "endpoints"; /***/ }), -/***/ 40884: +/***/ 77548: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(16185), exports); -tslib_1.__exportStar(__nccwpck_require__(62285), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(50779), exports); +tslib_1.__exportStar(__nccwpck_require__(93090), exports); /***/ }), -/***/ 62285: +/***/ 93090: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26877,43 +26823,43 @@ exports.toDebugString = toDebugString; /***/ }), -/***/ 55403: +/***/ 65958: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(89949), exports); -tslib_1.__exportStar(__nccwpck_require__(30909), exports); -tslib_1.__exportStar(__nccwpck_require__(37102), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(35109), exports); +tslib_1.__exportStar(__nccwpck_require__(86743), exports); +tslib_1.__exportStar(__nccwpck_require__(74243), exports); /***/ }), -/***/ 66755: +/***/ 92366: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(39104), exports); -tslib_1.__exportStar(__nccwpck_require__(49425), exports); -tslib_1.__exportStar(__nccwpck_require__(89949), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(46967), exports); +tslib_1.__exportStar(__nccwpck_require__(30091), exports); +tslib_1.__exportStar(__nccwpck_require__(35109), exports); /***/ }), -/***/ 39104: +/***/ 46967: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isVirtualHostableS3Bucket = void 0; -const isIpAddress_1 = __nccwpck_require__(15966); -const isValidHostLabel_1 = __nccwpck_require__(19578); +const isIpAddress_1 = __nccwpck_require__(41474); +const isValidHostLabel_1 = __nccwpck_require__(80985); const isVirtualHostableS3Bucket = (value, allowSubDomains = false) => { if (allowSubDomains) { for (const label of value.split(".")) { @@ -26942,7 +26888,7 @@ exports.isVirtualHostableS3Bucket = isVirtualHostableS3Bucket; /***/ }), -/***/ 49425: +/***/ 30091: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -26969,15 +26915,15 @@ exports.parseArn = parseArn; /***/ }), -/***/ 89949: +/***/ 35109: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getUserAgentPrefix = exports.useDefaultPartitionInfo = exports.setPartitionInfo = exports.partition = void 0; -const tslib_1 = __nccwpck_require__(3360); -const partitions_json_1 = tslib_1.__importDefault(__nccwpck_require__(2943)); +const tslib_1 = __nccwpck_require__(42821); +const partitions_json_1 = tslib_1.__importDefault(__nccwpck_require__(54923)); let selectedPartitionsInfo = partitions_json_1.default; let selectedUserAgentPrefix = ""; const partition = (value) => { @@ -27026,7 +26972,7 @@ exports.getUserAgentPrefix = getUserAgentPrefix; /***/ }), -/***/ 78010: +/***/ 76791: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27039,15 +26985,15 @@ exports.booleanEquals = booleanEquals; /***/ }), -/***/ 17692: +/***/ 196: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getAttr = void 0; -const types_1 = __nccwpck_require__(37102); -const getAttrPathList_1 = __nccwpck_require__(84876); +const types_1 = __nccwpck_require__(74243); +const getAttrPathList_1 = __nccwpck_require__(24665); 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)}'`); @@ -27062,14 +27008,14 @@ exports.getAttr = getAttr; /***/ }), -/***/ 84876: +/***/ 24665: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getAttrPathList = void 0; -const types_1 = __nccwpck_require__(37102); +const types_1 = __nccwpck_require__(74243); const getAttrPathList = (path) => { const parts = path.split("."); const pathList = []; @@ -27099,29 +27045,29 @@ exports.getAttrPathList = getAttrPathList; /***/ }), -/***/ 37940: +/***/ 86383: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.aws = void 0; -const tslib_1 = __nccwpck_require__(3360); -exports.aws = tslib_1.__importStar(__nccwpck_require__(66755)); -tslib_1.__exportStar(__nccwpck_require__(78010), exports); -tslib_1.__exportStar(__nccwpck_require__(17692), exports); -tslib_1.__exportStar(__nccwpck_require__(27212), exports); -tslib_1.__exportStar(__nccwpck_require__(19578), exports); -tslib_1.__exportStar(__nccwpck_require__(20733), exports); -tslib_1.__exportStar(__nccwpck_require__(68755), exports); -tslib_1.__exportStar(__nccwpck_require__(5821), exports); -tslib_1.__exportStar(__nccwpck_require__(25004), exports); -tslib_1.__exportStar(__nccwpck_require__(73236), exports); +const tslib_1 = __nccwpck_require__(42821); +exports.aws = tslib_1.__importStar(__nccwpck_require__(92366)); +tslib_1.__exportStar(__nccwpck_require__(76791), exports); +tslib_1.__exportStar(__nccwpck_require__(196), exports); +tslib_1.__exportStar(__nccwpck_require__(33640), exports); +tslib_1.__exportStar(__nccwpck_require__(80985), exports); +tslib_1.__exportStar(__nccwpck_require__(11918), exports); +tslib_1.__exportStar(__nccwpck_require__(98212), exports); +tslib_1.__exportStar(__nccwpck_require__(2237), exports); +tslib_1.__exportStar(__nccwpck_require__(87968), exports); +tslib_1.__exportStar(__nccwpck_require__(53628), exports); /***/ }), -/***/ 15966: +/***/ 41474: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27135,7 +27081,7 @@ exports.isIpAddress = isIpAddress; /***/ }), -/***/ 27212: +/***/ 33640: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27148,7 +27094,7 @@ exports.isSet = isSet; /***/ }), -/***/ 19578: +/***/ 80985: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27173,7 +27119,7 @@ exports.isValidHostLabel = isValidHostLabel; /***/ }), -/***/ 20733: +/***/ 11918: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27186,15 +27132,15 @@ exports.not = not; /***/ }), -/***/ 68755: +/***/ 98212: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.parseURL = void 0; -const types_1 = __nccwpck_require__(77188); -const isIpAddress_1 = __nccwpck_require__(15966); +const types_1 = __nccwpck_require__(33558); +const isIpAddress_1 = __nccwpck_require__(41474); const DEFAULT_PORTS = { [types_1.EndpointURLScheme.HTTP]: 80, [types_1.EndpointURLScheme.HTTPS]: 443, @@ -27249,7 +27195,7 @@ exports.parseURL = parseURL; /***/ }), -/***/ 5821: +/***/ 2237: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27262,7 +27208,7 @@ exports.stringEquals = stringEquals; /***/ }), -/***/ 25004: +/***/ 87968: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27283,7 +27229,7 @@ exports.substring = substring; /***/ }), -/***/ 73236: +/***/ 53628: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27296,16 +27242,16 @@ exports.uriEncode = uriEncode; /***/ }), -/***/ 30909: +/***/ 86743: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveEndpoint = void 0; -const debug_1 = __nccwpck_require__(40884); -const types_1 = __nccwpck_require__(37102); -const utils_1 = __nccwpck_require__(7537); +const debug_1 = __nccwpck_require__(77548); +const types_1 = __nccwpck_require__(74243); +const utils_1 = __nccwpck_require__(94813); const resolveEndpoint = (ruleSetObject, options) => { var _a, _b, _c, _d, _e, _f; const { endpointParams, logger } = options; @@ -27346,7 +27292,7 @@ exports.resolveEndpoint = resolveEndpoint; /***/ }), -/***/ 42822: +/***/ 1006: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27364,7 +27310,7 @@ exports.EndpointError = EndpointError; /***/ }), -/***/ 49986: +/***/ 18360: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27374,7 +27320,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 90500: +/***/ 75104: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27384,7 +27330,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 33674: +/***/ 38744: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27394,7 +27340,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 58656: +/***/ 72496: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27404,24 +27350,24 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 37102: +/***/ 74243: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(42822), exports); -tslib_1.__exportStar(__nccwpck_require__(49986), exports); -tslib_1.__exportStar(__nccwpck_require__(90500), exports); -tslib_1.__exportStar(__nccwpck_require__(33674), exports); -tslib_1.__exportStar(__nccwpck_require__(58656), exports); -tslib_1.__exportStar(__nccwpck_require__(6078), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(1006), exports); +tslib_1.__exportStar(__nccwpck_require__(18360), exports); +tslib_1.__exportStar(__nccwpck_require__(75104), exports); +tslib_1.__exportStar(__nccwpck_require__(38744), exports); +tslib_1.__exportStar(__nccwpck_require__(72496), exports); +tslib_1.__exportStar(__nccwpck_require__(1272), exports); /***/ }), -/***/ 6078: +/***/ 1272: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27431,16 +27377,16 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 42284: +/***/ 48762: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.callFunction = void 0; -const tslib_1 = __nccwpck_require__(3360); -const lib = tslib_1.__importStar(__nccwpck_require__(37940)); -const evaluateExpression_1 = __nccwpck_require__(53694); +const tslib_1 = __nccwpck_require__(42821); +const lib = tslib_1.__importStar(__nccwpck_require__(86383)); +const evaluateExpression_1 = __nccwpck_require__(71395); 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); @@ -27450,16 +27396,16 @@ exports.callFunction = callFunction; /***/ }), -/***/ 73648: +/***/ 93799: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateCondition = void 0; -const debug_1 = __nccwpck_require__(40884); -const types_1 = __nccwpck_require__(37102); -const callFunction_1 = __nccwpck_require__(42284); +const debug_1 = __nccwpck_require__(77548); +const types_1 = __nccwpck_require__(74243); +const callFunction_1 = __nccwpck_require__(48762); const evaluateCondition = ({ assign, ...fnArgs }, options) => { var _a, _b; if (assign && assign in options.referenceRecord) { @@ -27477,15 +27423,15 @@ exports.evaluateCondition = evaluateCondition; /***/ }), -/***/ 85418: +/***/ 15439: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateConditions = void 0; -const debug_1 = __nccwpck_require__(40884); -const evaluateCondition_1 = __nccwpck_require__(73648); +const debug_1 = __nccwpck_require__(77548); +const evaluateCondition_1 = __nccwpck_require__(93799); const evaluateConditions = (conditions = [], options) => { var _a, _b; const conditionsReferenceRecord = {}; @@ -27512,18 +27458,18 @@ exports.evaluateConditions = evaluateConditions; /***/ }), -/***/ 58045: +/***/ 98020: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateEndpointRule = void 0; -const debug_1 = __nccwpck_require__(40884); -const evaluateConditions_1 = __nccwpck_require__(85418); -const getEndpointHeaders_1 = __nccwpck_require__(93622); -const getEndpointProperties_1 = __nccwpck_require__(96893); -const getEndpointUrl_1 = __nccwpck_require__(84963); +const debug_1 = __nccwpck_require__(77548); +const evaluateConditions_1 = __nccwpck_require__(15439); +const getEndpointHeaders_1 = __nccwpck_require__(26373); +const getEndpointProperties_1 = __nccwpck_require__(31225); +const getEndpointUrl_1 = __nccwpck_require__(70649); const evaluateEndpointRule = (endpointRule, options) => { var _a, _b; const { conditions, endpoint } = endpointRule; @@ -27552,16 +27498,16 @@ exports.evaluateEndpointRule = evaluateEndpointRule; /***/ }), -/***/ 8766: +/***/ 8815: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateErrorRule = void 0; -const types_1 = __nccwpck_require__(37102); -const evaluateConditions_1 = __nccwpck_require__(85418); -const evaluateExpression_1 = __nccwpck_require__(53694); +const types_1 = __nccwpck_require__(74243); +const evaluateConditions_1 = __nccwpck_require__(15439); +const evaluateExpression_1 = __nccwpck_require__(71395); const evaluateErrorRule = (errorRule, options) => { const { conditions, error } = errorRule; const { result, referenceRecord } = (0, evaluateConditions_1.evaluateConditions)(conditions, options); @@ -27578,17 +27524,17 @@ exports.evaluateErrorRule = evaluateErrorRule; /***/ }), -/***/ 53694: +/***/ 71395: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateExpression = void 0; -const types_1 = __nccwpck_require__(37102); -const callFunction_1 = __nccwpck_require__(42284); -const evaluateTemplate_1 = __nccwpck_require__(31424); -const getReferenceValue_1 = __nccwpck_require__(20031); +const types_1 = __nccwpck_require__(74243); +const callFunction_1 = __nccwpck_require__(48762); +const evaluateTemplate_1 = __nccwpck_require__(6981); +const getReferenceValue_1 = __nccwpck_require__(48721); const evaluateExpression = (obj, keyName, options) => { if (typeof obj === "string") { return (0, evaluateTemplate_1.evaluateTemplate)(obj, options); @@ -27606,17 +27552,17 @@ exports.evaluateExpression = evaluateExpression; /***/ }), -/***/ 40401: +/***/ 51406: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateRules = void 0; -const types_1 = __nccwpck_require__(37102); -const evaluateEndpointRule_1 = __nccwpck_require__(58045); -const evaluateErrorRule_1 = __nccwpck_require__(8766); -const evaluateTreeRule_1 = __nccwpck_require__(87620); +const types_1 = __nccwpck_require__(74243); +const evaluateEndpointRule_1 = __nccwpck_require__(98020); +const evaluateErrorRule_1 = __nccwpck_require__(8815); +const evaluateTreeRule_1 = __nccwpck_require__(20984); const evaluateRules = (rules, options) => { for (const rule of rules) { if (rule.type === "endpoint") { @@ -27645,14 +27591,14 @@ exports.evaluateRules = evaluateRules; /***/ }), -/***/ 31424: +/***/ 6981: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateTemplate = void 0; -const lib_1 = __nccwpck_require__(37940); +const lib_1 = __nccwpck_require__(86383); const evaluateTemplate = (template, options) => { const evaluatedTemplateArr = []; const templateContext = { @@ -27693,15 +27639,15 @@ exports.evaluateTemplate = evaluateTemplate; /***/ }), -/***/ 87620: +/***/ 20984: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.evaluateTreeRule = void 0; -const evaluateConditions_1 = __nccwpck_require__(85418); -const evaluateRules_1 = __nccwpck_require__(40401); +const evaluateConditions_1 = __nccwpck_require__(15439); +const evaluateRules_1 = __nccwpck_require__(51406); const evaluateTreeRule = (treeRule, options) => { const { conditions, rules } = treeRule; const { result, referenceRecord } = (0, evaluateConditions_1.evaluateConditions)(conditions, options); @@ -27718,15 +27664,15 @@ exports.evaluateTreeRule = evaluateTreeRule; /***/ }), -/***/ 93622: +/***/ 26373: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getEndpointHeaders = void 0; -const types_1 = __nccwpck_require__(37102); -const evaluateExpression_1 = __nccwpck_require__(53694); +const types_1 = __nccwpck_require__(74243); +const evaluateExpression_1 = __nccwpck_require__(71395); const getEndpointHeaders = (headers, options) => Object.entries(headers).reduce((acc, [headerKey, headerVal]) => ({ ...acc, [headerKey]: headerVal.map((headerValEntry) => { @@ -27742,14 +27688,14 @@ exports.getEndpointHeaders = getEndpointHeaders; /***/ }), -/***/ 96893: +/***/ 31225: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getEndpointProperties = void 0; -const getEndpointProperty_1 = __nccwpck_require__(76293); +const getEndpointProperty_1 = __nccwpck_require__(96981); const getEndpointProperties = (properties, options) => Object.entries(properties).reduce((acc, [propertyKey, propertyVal]) => ({ ...acc, [propertyKey]: (0, getEndpointProperty_1.getEndpointProperty)(propertyVal, options), @@ -27759,16 +27705,16 @@ exports.getEndpointProperties = getEndpointProperties; /***/ }), -/***/ 76293: +/***/ 96981: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getEndpointProperty = void 0; -const types_1 = __nccwpck_require__(37102); -const evaluateTemplate_1 = __nccwpck_require__(31424); -const getEndpointProperties_1 = __nccwpck_require__(96893); +const types_1 = __nccwpck_require__(74243); +const evaluateTemplate_1 = __nccwpck_require__(6981); +const getEndpointProperties_1 = __nccwpck_require__(31225); const getEndpointProperty = (property, options) => { if (Array.isArray(property)) { return property.map((propertyEntry) => (0, exports.getEndpointProperty)(propertyEntry, options)); @@ -27792,15 +27738,15 @@ exports.getEndpointProperty = getEndpointProperty; /***/ }), -/***/ 84963: +/***/ 70649: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getEndpointUrl = void 0; -const types_1 = __nccwpck_require__(37102); -const evaluateExpression_1 = __nccwpck_require__(53694); +const types_1 = __nccwpck_require__(74243); +const evaluateExpression_1 = __nccwpck_require__(71395); const getEndpointUrl = (endpointUrl, options) => { const expression = (0, evaluateExpression_1.evaluateExpression)(endpointUrl, "Endpoint URL", options); if (typeof expression === "string") { @@ -27819,7 +27765,7 @@ exports.getEndpointUrl = getEndpointUrl; /***/ }), -/***/ 20031: +/***/ 48721: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27838,19 +27784,19 @@ exports.getReferenceValue = getReferenceValue; /***/ }), -/***/ 7537: +/***/ 94813: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(40401), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(51406), exports); /***/ }), -/***/ 74956: +/***/ 87752: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27896,19 +27842,19 @@ exports.toHex = toHex; /***/ }), -/***/ 19352: +/***/ 19625: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(2693), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(35703), exports); /***/ }), -/***/ 2693: +/***/ 35703: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -27926,16 +27872,16 @@ exports.normalizeProvider = normalizeProvider; /***/ }), -/***/ 75999: +/***/ 38276: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AdaptiveRetryStrategy = void 0; -const config_1 = __nccwpck_require__(15250); -const DefaultRateLimiter_1 = __nccwpck_require__(42559); -const StandardRetryStrategy_1 = __nccwpck_require__(8230); +const config_1 = __nccwpck_require__(31844); +const DefaultRateLimiter_1 = __nccwpck_require__(9827); +const StandardRetryStrategy_1 = __nccwpck_require__(55947); class AdaptiveRetryStrategy { constructor(maxAttemptsProvider, options) { this.maxAttemptsProvider = maxAttemptsProvider; @@ -27962,14 +27908,14 @@ exports.AdaptiveRetryStrategy = AdaptiveRetryStrategy; /***/ }), -/***/ 42559: +/***/ 9827: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DefaultRateLimiter = void 0; -const service_error_classification_1 = __nccwpck_require__(8655); +const service_error_classification_1 = __nccwpck_require__(74090); class DefaultRateLimiter { constructor(options) { var _a, _b, _c, _d, _e; @@ -28074,16 +28020,16 @@ exports.DefaultRateLimiter = DefaultRateLimiter; /***/ }), -/***/ 8230: +/***/ 55947: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StandardRetryStrategy = void 0; -const config_1 = __nccwpck_require__(15250); -const constants_1 = __nccwpck_require__(31023); -const defaultRetryToken_1 = __nccwpck_require__(93120); +const config_1 = __nccwpck_require__(31844); +const constants_1 = __nccwpck_require__(49643); +const defaultRetryToken_1 = __nccwpck_require__(79710); class StandardRetryStrategy { constructor(maxAttemptsProvider) { this.maxAttemptsProvider = maxAttemptsProvider; @@ -28130,7 +28076,7 @@ exports.StandardRetryStrategy = StandardRetryStrategy; /***/ }), -/***/ 15250: +/***/ 31844: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -28148,7 +28094,7 @@ exports.DEFAULT_RETRY_MODE = "STANDARD"; /***/ }), -/***/ 31023: +/***/ 49643: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -28168,14 +28114,14 @@ exports.REQUEST_HEADER = "amz-sdk-request"; /***/ }), -/***/ 50149: +/***/ 75175: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getDefaultRetryBackoffStrategy = void 0; -const constants_1 = __nccwpck_require__(31023); +const constants_1 = __nccwpck_require__(49643); const getDefaultRetryBackoffStrategy = () => { let delayBase = constants_1.DEFAULT_RETRY_DELAY_BASE; const computeNextBackoffDelay = (attempts) => { @@ -28194,15 +28140,15 @@ exports.getDefaultRetryBackoffStrategy = getDefaultRetryBackoffStrategy; /***/ }), -/***/ 93120: +/***/ 79710: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getDefaultRetryToken = void 0; -const constants_1 = __nccwpck_require__(31023); -const defaultRetryBackoffStrategy_1 = __nccwpck_require__(50149); +const constants_1 = __nccwpck_require__(49643); +const defaultRetryBackoffStrategy_1 = __nccwpck_require__(75175); const getDefaultRetryToken = (initialRetryTokens, initialRetryDelay, initialRetryCount, options) => { var _a, _b, _c; const MAX_CAPACITY = initialRetryTokens; @@ -28257,24 +28203,24 @@ exports.getDefaultRetryToken = getDefaultRetryToken; /***/ }), -/***/ 73275: +/***/ 87408: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(75999), exports); -tslib_1.__exportStar(__nccwpck_require__(42559), exports); -tslib_1.__exportStar(__nccwpck_require__(8230), exports); -tslib_1.__exportStar(__nccwpck_require__(15250), exports); -tslib_1.__exportStar(__nccwpck_require__(31023), exports); -tslib_1.__exportStar(__nccwpck_require__(9795), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(38276), exports); +tslib_1.__exportStar(__nccwpck_require__(9827), exports); +tslib_1.__exportStar(__nccwpck_require__(55947), exports); +tslib_1.__exportStar(__nccwpck_require__(31844), exports); +tslib_1.__exportStar(__nccwpck_require__(49643), exports); +tslib_1.__exportStar(__nccwpck_require__(23160), exports); /***/ }), -/***/ 9795: +/***/ 23160: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -28284,21 +28230,21 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 89968: +/***/ 35985: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.escapeUriPath = void 0; -const escape_uri_1 = __nccwpck_require__(54573); +const escape_uri_1 = __nccwpck_require__(57000); const escapeUriPath = (uri) => uri.split("/").map(escape_uri_1.escapeUri).join("/"); exports.escapeUriPath = escapeUriPath; /***/ }), -/***/ 54573: +/***/ 57000: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -28312,30 +28258,30 @@ const hexEncode = (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`; /***/ }), -/***/ 98082: +/***/ 67261: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(54573), exports); -tslib_1.__exportStar(__nccwpck_require__(89968), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(57000), exports); +tslib_1.__exportStar(__nccwpck_require__(35985), exports); /***/ }), -/***/ 95957: +/***/ 79897: /***/ ((__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__(28089); +const node_config_provider_1 = __nccwpck_require__(68933); const os_1 = __nccwpck_require__(22037); const process_1 = __nccwpck_require__(77282); -const is_crt_available_1 = __nccwpck_require__(48232); +const is_crt_available_1 = __nccwpck_require__(23944); 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 }) => { @@ -28374,7 +28320,7 @@ exports.defaultUserAgent = defaultUserAgent; /***/ }), -/***/ 48232: +/***/ 23944: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -28383,7 +28329,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isCrtAvailable = void 0; const isCrtAvailable = () => { try { - if ( true && __nccwpck_require__(94247)) { + if ( true && __nccwpck_require__(66014)) { return ["md/crt-avail"]; } return null; @@ -28397,14 +28343,14 @@ exports.isCrtAvailable = isCrtAvailable; /***/ }), -/***/ 10518: +/***/ 24646: /***/ ((__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__(14283); +const util_buffer_from_1 = __nccwpck_require__(53362); 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); @@ -28414,28 +28360,28 @@ exports.fromUtf8 = fromUtf8; /***/ }), -/***/ 46123: +/***/ 85269: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(10518), exports); -tslib_1.__exportStar(__nccwpck_require__(98429), exports); -tslib_1.__exportStar(__nccwpck_require__(24297), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(24646), exports); +tslib_1.__exportStar(__nccwpck_require__(90008), exports); +tslib_1.__exportStar(__nccwpck_require__(91872), exports); /***/ }), -/***/ 98429: +/***/ 90008: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toUint8Array = void 0; -const fromUtf8_1 = __nccwpck_require__(10518); +const fromUtf8_1 = __nccwpck_require__(24646); const toUint8Array = (data) => { if (typeof data === "string") { return (0, fromUtf8_1.fromUtf8)(data); @@ -28450,30 +28396,30 @@ exports.toUint8Array = toUint8Array; /***/ }), -/***/ 24297: +/***/ 91872: /***/ ((__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__(14283); +const util_buffer_from_1 = __nccwpck_require__(53362); const toUtf8 = (input) => (0, util_buffer_from_1.fromArrayBuffer)(input.buffer, input.byteOffset, input.byteLength).toString("utf8"); exports.toUtf8 = toUtf8; /***/ }), -/***/ 28045: +/***/ 4412: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createWaiter = void 0; -const poller_1 = __nccwpck_require__(16606); -const utils_1 = __nccwpck_require__(13910); -const waiter_1 = __nccwpck_require__(55734); +const poller_1 = __nccwpck_require__(84639); +const utils_1 = __nccwpck_require__(39527); +const waiter_1 = __nccwpck_require__(12706); const abortTimeout = async (abortSignal) => { return new Promise((resolve) => { abortSignal.onabort = () => resolve({ state: waiter_1.WaiterState.ABORTED }); @@ -28499,28 +28445,28 @@ exports.createWaiter = createWaiter; /***/ }), -/***/ 24695: +/***/ 70050: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(28045), exports); -tslib_1.__exportStar(__nccwpck_require__(55734), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(4412), exports); +tslib_1.__exportStar(__nccwpck_require__(12706), exports); /***/ }), -/***/ 16606: +/***/ 84639: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.runPolling = void 0; -const sleep_1 = __nccwpck_require__(71227); -const waiter_1 = __nccwpck_require__(55734); +const sleep_1 = __nccwpck_require__(77914); +const waiter_1 = __nccwpck_require__(12706); const exponentialBackoffWithJitter = (minDelay, maxDelay, attemptCeiling, attempt) => { if (attempt > attemptCeiling) return maxDelay; @@ -28558,20 +28504,20 @@ exports.runPolling = runPolling; /***/ }), -/***/ 13910: +/***/ 39527: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -const tslib_1 = __nccwpck_require__(3360); -tslib_1.__exportStar(__nccwpck_require__(71227), exports); -tslib_1.__exportStar(__nccwpck_require__(83906), exports); +const tslib_1 = __nccwpck_require__(42821); +tslib_1.__exportStar(__nccwpck_require__(77914), exports); +tslib_1.__exportStar(__nccwpck_require__(22676), exports); /***/ }), -/***/ 71227: +/***/ 77914: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -28586,7 +28532,7 @@ exports.sleep = sleep; /***/ }), -/***/ 83906: +/***/ 22676: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -28615,7 +28561,7 @@ exports.validateWaiterOptions = validateWaiterOptions; /***/ }), -/***/ 55734: +/***/ 12706: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -28661,15 +28607,15 @@ exports.checkExceptions = checkExceptions; /***/ }), -/***/ 50642: +/***/ 67089: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; -const validator = __nccwpck_require__(81352); -const XMLParser = __nccwpck_require__(88211); -const XMLBuilder = __nccwpck_require__(16054); +const validator = __nccwpck_require__(44671); +const XMLParser = __nccwpck_require__(42481); +const XMLBuilder = __nccwpck_require__(72817); module.exports = { XMLParser: XMLParser, @@ -28679,7 +28625,7 @@ module.exports = { /***/ }), -/***/ 78644: +/***/ 906: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -28759,13 +28705,13 @@ exports.nameRegexp = nameRegexp; /***/ }), -/***/ 81352: +/***/ 44671: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; -const util = __nccwpck_require__(78644); +const util = __nccwpck_require__(906); const defaultOptions = { allowBooleanAttributes: false, //A tag can have attributes without any value @@ -29190,13 +29136,13 @@ function getPositionFromMatch(match) { /***/ }), -/***/ 16054: +/***/ 72817: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; //parse Empty Node as self closing node -const buildFromOrderedJs = __nccwpck_require__(65810); +const buildFromOrderedJs = __nccwpck_require__(35566); const defaultOptions = { attributeNamePrefix: '@_', @@ -29447,7 +29393,7 @@ module.exports = Builder; /***/ }), -/***/ 65810: +/***/ 35566: /***/ ((module) => { const EOL = "\n"; @@ -29585,7 +29531,7 @@ module.exports = toXml; /***/ }), -/***/ 66644: +/***/ 54831: /***/ ((module) => { //TODO: handle comments @@ -29709,7 +29655,7 @@ module.exports = readDocType; /***/ }), -/***/ 15498: +/***/ 72189: /***/ ((__unused_webpack_module, exports) => { @@ -29759,17 +29705,17 @@ exports.defaultOptions = defaultOptions; /***/ }), -/***/ 24495: +/***/ 68243: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { "use strict"; ///@ts-check -const util = __nccwpck_require__(78644); -const xmlNode = __nccwpck_require__(26753); -const readDocType = __nccwpck_require__(66644); -const toNumber = __nccwpck_require__(89809); +const util = __nccwpck_require__(906); +const xmlNode = __nccwpck_require__(53767); +const readDocType = __nccwpck_require__(54831); +const toNumber = __nccwpck_require__(79768); const regx = '<((!\\[CDATA\\[([\\s\\S]*?)(]]>))|((NAME:)?(NAME))([^>]*)>|((\\/)(NAME)\\s*>))([^<]*)' @@ -30332,13 +30278,13 @@ module.exports = OrderedObjParser; /***/ }), -/***/ 88211: +/***/ 42481: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -const { buildOptions} = __nccwpck_require__(15498); -const OrderedObjParser = __nccwpck_require__(24495); -const { prettify} = __nccwpck_require__(32102); -const validator = __nccwpck_require__(81352); +const { buildOptions} = __nccwpck_require__(72189); +const OrderedObjParser = __nccwpck_require__(68243); +const { prettify} = __nccwpck_require__(98085); +const validator = __nccwpck_require__(44671); class XMLParser{ @@ -30396,7 +30342,7 @@ module.exports = XMLParser; /***/ }), -/***/ 32102: +/***/ 98085: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -30505,7 +30451,7 @@ exports.prettify = prettify; /***/ }), -/***/ 26753: +/***/ 53767: /***/ ((module) => { "use strict"; @@ -30537,7 +30483,7 @@ module.exports = XmlNode; /***/ }), -/***/ 98513: +/***/ 23801: /***/ (function(module, exports, __nccwpck_require__) { /* module decorator */ module = __nccwpck_require__.nmd(module); @@ -47754,7 +47700,7 @@ module.exports = XmlNode; /***/ }), -/***/ 89809: +/***/ 79768: /***/ ((module) => { const hexRegex = /^[-+]?0x[a-fA-F0-9]+$/; @@ -47885,7 +47831,7 @@ module.exports = toNumber /***/ }), -/***/ 3360: +/***/ 42821: /***/ ((module) => { /****************************************************************************** @@ -48262,15 +48208,15 @@ var __createBinding; /***/ }), -/***/ 68125: +/***/ 64249: /***/ ((module, __unused_webpack_exports, __nccwpck_require__) => { -module.exports = __nccwpck_require__(25680); +module.exports = __nccwpck_require__(30709); /***/ }), -/***/ 25680: +/***/ 30709: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -48542,7 +48488,7 @@ exports.debug = debug; // for test /***/ }), -/***/ 37066: +/***/ 42033: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -48606,29 +48552,29 @@ Object.defineProperty(exports, "parse", ({ } })); -var _v = _interopRequireDefault(__nccwpck_require__(85021)); +var _v = _interopRequireDefault(__nccwpck_require__(19370)); -var _v2 = _interopRequireDefault(__nccwpck_require__(38323)); +var _v2 = _interopRequireDefault(__nccwpck_require__(88638)); -var _v3 = _interopRequireDefault(__nccwpck_require__(9626)); +var _v3 = _interopRequireDefault(__nccwpck_require__(63519)); -var _v4 = _interopRequireDefault(__nccwpck_require__(52420)); +var _v4 = _interopRequireDefault(__nccwpck_require__(58239)); -var _nil = _interopRequireDefault(__nccwpck_require__(85659)); +var _nil = _interopRequireDefault(__nccwpck_require__(70680)); -var _version = _interopRequireDefault(__nccwpck_require__(75927)); +var _version = _interopRequireDefault(__nccwpck_require__(13609)); -var _validate = _interopRequireDefault(__nccwpck_require__(79206)); +var _validate = _interopRequireDefault(__nccwpck_require__(16009)); -var _stringify = _interopRequireDefault(__nccwpck_require__(27541)); +var _stringify = _interopRequireDefault(__nccwpck_require__(89729)); -var _parse = _interopRequireDefault(__nccwpck_require__(73986)); +var _parse = _interopRequireDefault(__nccwpck_require__(48951)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } /***/ }), -/***/ 3456: +/***/ 7276: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -48658,7 +48604,7 @@ exports["default"] = _default; /***/ }), -/***/ 85659: +/***/ 70680: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -48673,7 +48619,7 @@ exports["default"] = _default; /***/ }), -/***/ 73986: +/***/ 48951: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -48684,7 +48630,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _validate = _interopRequireDefault(__nccwpck_require__(79206)); +var _validate = _interopRequireDefault(__nccwpck_require__(16009)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -48725,7 +48671,7 @@ exports["default"] = _default; /***/ }), -/***/ 94037: +/***/ 50646: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -48740,7 +48686,7 @@ exports["default"] = _default; /***/ }), -/***/ 83643: +/***/ 87548: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -48771,7 +48717,7 @@ function rng() { /***/ }), -/***/ 68746: +/***/ 83557: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -48801,7 +48747,7 @@ exports["default"] = _default; /***/ }), -/***/ 27541: +/***/ 89729: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -48812,7 +48758,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _validate = _interopRequireDefault(__nccwpck_require__(79206)); +var _validate = _interopRequireDefault(__nccwpck_require__(16009)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -48847,7 +48793,7 @@ exports["default"] = _default; /***/ }), -/***/ 85021: +/***/ 19370: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -48858,9 +48804,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _rng = _interopRequireDefault(__nccwpck_require__(83643)); +var _rng = _interopRequireDefault(__nccwpck_require__(87548)); -var _stringify = _interopRequireDefault(__nccwpck_require__(27541)); +var _stringify = _interopRequireDefault(__nccwpck_require__(89729)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -48961,7 +48907,7 @@ exports["default"] = _default; /***/ }), -/***/ 38323: +/***/ 88638: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -48972,9 +48918,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _v = _interopRequireDefault(__nccwpck_require__(35424)); +var _v = _interopRequireDefault(__nccwpck_require__(56694)); -var _md = _interopRequireDefault(__nccwpck_require__(3456)); +var _md = _interopRequireDefault(__nccwpck_require__(7276)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -48984,7 +48930,7 @@ exports["default"] = _default; /***/ }), -/***/ 35424: +/***/ 56694: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -48996,9 +48942,9 @@ Object.defineProperty(exports, "__esModule", ({ exports["default"] = _default; exports.URL = exports.DNS = void 0; -var _stringify = _interopRequireDefault(__nccwpck_require__(27541)); +var _stringify = _interopRequireDefault(__nccwpck_require__(89729)); -var _parse = _interopRequireDefault(__nccwpck_require__(73986)); +var _parse = _interopRequireDefault(__nccwpck_require__(48951)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -49069,7 +49015,7 @@ function _default(name, version, hashfunc) { /***/ }), -/***/ 9626: +/***/ 63519: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -49080,9 +49026,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _rng = _interopRequireDefault(__nccwpck_require__(83643)); +var _rng = _interopRequireDefault(__nccwpck_require__(87548)); -var _stringify = _interopRequireDefault(__nccwpck_require__(27541)); +var _stringify = _interopRequireDefault(__nccwpck_require__(89729)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -49113,7 +49059,7 @@ exports["default"] = _default; /***/ }), -/***/ 52420: +/***/ 58239: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -49124,9 +49070,9 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _v = _interopRequireDefault(__nccwpck_require__(35424)); +var _v = _interopRequireDefault(__nccwpck_require__(56694)); -var _sha = _interopRequireDefault(__nccwpck_require__(68746)); +var _sha = _interopRequireDefault(__nccwpck_require__(83557)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -49136,7 +49082,7 @@ exports["default"] = _default; /***/ }), -/***/ 79206: +/***/ 16009: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -49147,7 +49093,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _regex = _interopRequireDefault(__nccwpck_require__(94037)); +var _regex = _interopRequireDefault(__nccwpck_require__(50646)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -49160,7 +49106,7 @@ exports["default"] = _default; /***/ }), -/***/ 75927: +/***/ 13609: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -49171,7 +49117,7 @@ Object.defineProperty(exports, "__esModule", ({ })); exports["default"] = void 0; -var _validate = _interopRequireDefault(__nccwpck_require__(79206)); +var _validate = _interopRequireDefault(__nccwpck_require__(16009)); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } @@ -49188,7 +49134,7 @@ exports["default"] = _default; /***/ }), -/***/ 94247: +/***/ 66014: /***/ ((module) => { module.exports = eval("require")("aws-crt"); @@ -49332,39 +49278,39 @@ module.exports = require("util"); /***/ }), -/***/ 48070: +/***/ 14074: /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"@aws-sdk/client-ecs","description":"AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native","version":"3.301.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 ecs"},"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/client-sts":"3.301.0","@aws-sdk/config-resolver":"3.300.0","@aws-sdk/credential-provider-node":"3.301.0","@aws-sdk/fetch-http-handler":"3.296.0","@aws-sdk/hash-node":"3.296.0","@aws-sdk/invalid-dependency":"3.296.0","@aws-sdk/middleware-content-length":"3.296.0","@aws-sdk/middleware-endpoint":"3.299.0","@aws-sdk/middleware-host-header":"3.296.0","@aws-sdk/middleware-logger":"3.296.0","@aws-sdk/middleware-recursion-detection":"3.296.0","@aws-sdk/middleware-retry":"3.300.0","@aws-sdk/middleware-serde":"3.296.0","@aws-sdk/middleware-signing":"3.299.0","@aws-sdk/middleware-stack":"3.296.0","@aws-sdk/middleware-user-agent":"3.299.0","@aws-sdk/node-config-provider":"3.300.0","@aws-sdk/node-http-handler":"3.296.0","@aws-sdk/protocol-http":"3.296.0","@aws-sdk/smithy-client":"3.296.0","@aws-sdk/types":"3.296.0","@aws-sdk/url-parser":"3.296.0","@aws-sdk/util-base64":"3.295.0","@aws-sdk/util-body-length-browser":"3.295.0","@aws-sdk/util-body-length-node":"3.295.0","@aws-sdk/util-defaults-mode-browser":"3.296.0","@aws-sdk/util-defaults-mode-node":"3.300.0","@aws-sdk/util-endpoints":"3.296.0","@aws-sdk/util-retry":"3.296.0","@aws-sdk/util-user-agent-browser":"3.299.0","@aws-sdk/util-user-agent-node":"3.300.0","@aws-sdk/util-utf8":"3.295.0","@aws-sdk/util-waiter":"3.296.0","tslib":"^2.5.0"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.295.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-ecs","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-ecs"}}'); +module.exports = JSON.parse('{"name":"@aws-sdk/client-ecs","description":"AWS SDK for JavaScript Ecs Client for Node.js, Browser and React Native","version":"3.303.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 ecs"},"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/client-sts":"3.303.0","@aws-sdk/config-resolver":"3.303.0","@aws-sdk/credential-provider-node":"3.303.0","@aws-sdk/fetch-http-handler":"3.303.0","@aws-sdk/hash-node":"3.303.0","@aws-sdk/invalid-dependency":"3.303.0","@aws-sdk/middleware-content-length":"3.303.0","@aws-sdk/middleware-endpoint":"3.303.0","@aws-sdk/middleware-host-header":"3.303.0","@aws-sdk/middleware-logger":"3.303.0","@aws-sdk/middleware-recursion-detection":"3.303.0","@aws-sdk/middleware-retry":"3.303.0","@aws-sdk/middleware-serde":"3.303.0","@aws-sdk/middleware-signing":"3.303.0","@aws-sdk/middleware-stack":"3.303.0","@aws-sdk/middleware-user-agent":"3.303.0","@aws-sdk/node-config-provider":"3.303.0","@aws-sdk/node-http-handler":"3.303.0","@aws-sdk/protocol-http":"3.303.0","@aws-sdk/smithy-client":"3.303.0","@aws-sdk/types":"3.303.0","@aws-sdk/url-parser":"3.303.0","@aws-sdk/util-base64":"3.303.0","@aws-sdk/util-body-length-browser":"3.303.0","@aws-sdk/util-body-length-node":"3.303.0","@aws-sdk/util-defaults-mode-browser":"3.303.0","@aws-sdk/util-defaults-mode-node":"3.303.0","@aws-sdk/util-endpoints":"3.303.0","@aws-sdk/util-retry":"3.303.0","@aws-sdk/util-user-agent-browser":"3.303.0","@aws-sdk/util-user-agent-node":"3.303.0","@aws-sdk/util-utf8":"3.303.0","@aws-sdk/util-waiter":"3.303.0","tslib":"^2.5.0"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.303.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-ecs","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-ecs"}}'); /***/ }), -/***/ 71974: +/***/ 68509: /***/ ((module) => { "use strict"; -module.exports = JSON.parse('{"name":"@aws-sdk/client-sso-oidc","description":"AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native","version":"3.301.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-oidc"},"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/config-resolver":"3.300.0","@aws-sdk/fetch-http-handler":"3.296.0","@aws-sdk/hash-node":"3.296.0","@aws-sdk/invalid-dependency":"3.296.0","@aws-sdk/middleware-content-length":"3.296.0","@aws-sdk/middleware-endpoint":"3.299.0","@aws-sdk/middleware-host-header":"3.296.0","@aws-sdk/middleware-logger":"3.296.0","@aws-sdk/middleware-recursion-detection":"3.296.0","@aws-sdk/middleware-retry":"3.300.0","@aws-sdk/middleware-serde":"3.296.0","@aws-sdk/middleware-stack":"3.296.0","@aws-sdk/middleware-user-agent":"3.299.0","@aws-sdk/node-config-provider":"3.300.0","@aws-sdk/node-http-handler":"3.296.0","@aws-sdk/protocol-http":"3.296.0","@aws-sdk/smithy-client":"3.296.0","@aws-sdk/types":"3.296.0","@aws-sdk/url-parser":"3.296.0","@aws-sdk/util-base64":"3.295.0","@aws-sdk/util-body-length-browser":"3.295.0","@aws-sdk/util-body-length-node":"3.295.0","@aws-sdk/util-defaults-mode-browser":"3.296.0","@aws-sdk/util-defaults-mode-node":"3.300.0","@aws-sdk/util-endpoints":"3.296.0","@aws-sdk/util-retry":"3.296.0","@aws-sdk/util-user-agent-browser":"3.299.0","@aws-sdk/util-user-agent-node":"3.300.0","@aws-sdk/util-utf8":"3.295.0","tslib":"^2.5.0"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.295.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-oidc","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-sso-oidc"}}'); +module.exports = JSON.parse('{"name":"@aws-sdk/client-sso-oidc","description":"AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native","version":"3.303.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-oidc"},"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/config-resolver":"3.303.0","@aws-sdk/fetch-http-handler":"3.303.0","@aws-sdk/hash-node":"3.303.0","@aws-sdk/invalid-dependency":"3.303.0","@aws-sdk/middleware-content-length":"3.303.0","@aws-sdk/middleware-endpoint":"3.303.0","@aws-sdk/middleware-host-header":"3.303.0","@aws-sdk/middleware-logger":"3.303.0","@aws-sdk/middleware-recursion-detection":"3.303.0","@aws-sdk/middleware-retry":"3.303.0","@aws-sdk/middleware-serde":"3.303.0","@aws-sdk/middleware-stack":"3.303.0","@aws-sdk/middleware-user-agent":"3.303.0","@aws-sdk/node-config-provider":"3.303.0","@aws-sdk/node-http-handler":"3.303.0","@aws-sdk/protocol-http":"3.303.0","@aws-sdk/smithy-client":"3.303.0","@aws-sdk/types":"3.303.0","@aws-sdk/url-parser":"3.303.0","@aws-sdk/util-base64":"3.303.0","@aws-sdk/util-body-length-browser":"3.303.0","@aws-sdk/util-body-length-node":"3.303.0","@aws-sdk/util-defaults-mode-browser":"3.303.0","@aws-sdk/util-defaults-mode-node":"3.303.0","@aws-sdk/util-endpoints":"3.303.0","@aws-sdk/util-retry":"3.303.0","@aws-sdk/util-user-agent-browser":"3.303.0","@aws-sdk/util-user-agent-node":"3.303.0","@aws-sdk/util-utf8":"3.303.0","tslib":"^2.5.0"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.303.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-oidc","repository":{"type":"git","url":"https://github.com/aws/aws-sdk-js-v3.git","directory":"clients/client-sso-oidc"}}'); /***/ }), -/***/ 89063: +/***/ 34554: /***/ ((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.301.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/config-resolver":"3.300.0","@aws-sdk/fetch-http-handler":"3.296.0","@aws-sdk/hash-node":"3.296.0","@aws-sdk/invalid-dependency":"3.296.0","@aws-sdk/middleware-content-length":"3.296.0","@aws-sdk/middleware-endpoint":"3.299.0","@aws-sdk/middleware-host-header":"3.296.0","@aws-sdk/middleware-logger":"3.296.0","@aws-sdk/middleware-recursion-detection":"3.296.0","@aws-sdk/middleware-retry":"3.300.0","@aws-sdk/middleware-serde":"3.296.0","@aws-sdk/middleware-stack":"3.296.0","@aws-sdk/middleware-user-agent":"3.299.0","@aws-sdk/node-config-provider":"3.300.0","@aws-sdk/node-http-handler":"3.296.0","@aws-sdk/protocol-http":"3.296.0","@aws-sdk/smithy-client":"3.296.0","@aws-sdk/types":"3.296.0","@aws-sdk/url-parser":"3.296.0","@aws-sdk/util-base64":"3.295.0","@aws-sdk/util-body-length-browser":"3.295.0","@aws-sdk/util-body-length-node":"3.295.0","@aws-sdk/util-defaults-mode-browser":"3.296.0","@aws-sdk/util-defaults-mode-node":"3.300.0","@aws-sdk/util-endpoints":"3.296.0","@aws-sdk/util-retry":"3.296.0","@aws-sdk/util-user-agent-browser":"3.299.0","@aws-sdk/util-user-agent-node":"3.300.0","@aws-sdk/util-utf8":"3.295.0","tslib":"^2.5.0"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.295.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.303.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/config-resolver":"3.303.0","@aws-sdk/fetch-http-handler":"3.303.0","@aws-sdk/hash-node":"3.303.0","@aws-sdk/invalid-dependency":"3.303.0","@aws-sdk/middleware-content-length":"3.303.0","@aws-sdk/middleware-endpoint":"3.303.0","@aws-sdk/middleware-host-header":"3.303.0","@aws-sdk/middleware-logger":"3.303.0","@aws-sdk/middleware-recursion-detection":"3.303.0","@aws-sdk/middleware-retry":"3.303.0","@aws-sdk/middleware-serde":"3.303.0","@aws-sdk/middleware-stack":"3.303.0","@aws-sdk/middleware-user-agent":"3.303.0","@aws-sdk/node-config-provider":"3.303.0","@aws-sdk/node-http-handler":"3.303.0","@aws-sdk/protocol-http":"3.303.0","@aws-sdk/smithy-client":"3.303.0","@aws-sdk/types":"3.303.0","@aws-sdk/url-parser":"3.303.0","@aws-sdk/util-base64":"3.303.0","@aws-sdk/util-body-length-browser":"3.303.0","@aws-sdk/util-body-length-node":"3.303.0","@aws-sdk/util-defaults-mode-browser":"3.303.0","@aws-sdk/util-defaults-mode-node":"3.303.0","@aws-sdk/util-endpoints":"3.303.0","@aws-sdk/util-retry":"3.303.0","@aws-sdk/util-user-agent-browser":"3.303.0","@aws-sdk/util-user-agent-node":"3.303.0","@aws-sdk/util-utf8":"3.303.0","tslib":"^2.5.0"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.303.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"}}'); /***/ }), -/***/ 17240: +/***/ 94278: /***/ ((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.301.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/config-resolver":"3.300.0","@aws-sdk/credential-provider-node":"3.301.0","@aws-sdk/fetch-http-handler":"3.296.0","@aws-sdk/hash-node":"3.296.0","@aws-sdk/invalid-dependency":"3.296.0","@aws-sdk/middleware-content-length":"3.296.0","@aws-sdk/middleware-endpoint":"3.299.0","@aws-sdk/middleware-host-header":"3.296.0","@aws-sdk/middleware-logger":"3.296.0","@aws-sdk/middleware-recursion-detection":"3.296.0","@aws-sdk/middleware-retry":"3.300.0","@aws-sdk/middleware-sdk-sts":"3.299.0","@aws-sdk/middleware-serde":"3.296.0","@aws-sdk/middleware-signing":"3.299.0","@aws-sdk/middleware-stack":"3.296.0","@aws-sdk/middleware-user-agent":"3.299.0","@aws-sdk/node-config-provider":"3.300.0","@aws-sdk/node-http-handler":"3.296.0","@aws-sdk/protocol-http":"3.296.0","@aws-sdk/smithy-client":"3.296.0","@aws-sdk/types":"3.296.0","@aws-sdk/url-parser":"3.296.0","@aws-sdk/util-base64":"3.295.0","@aws-sdk/util-body-length-browser":"3.295.0","@aws-sdk/util-body-length-node":"3.295.0","@aws-sdk/util-defaults-mode-browser":"3.296.0","@aws-sdk/util-defaults-mode-node":"3.300.0","@aws-sdk/util-endpoints":"3.296.0","@aws-sdk/util-retry":"3.296.0","@aws-sdk/util-user-agent-browser":"3.299.0","@aws-sdk/util-user-agent-node":"3.300.0","@aws-sdk/util-utf8":"3.295.0","fast-xml-parser":"4.1.2","tslib":"^2.5.0"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.295.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.303.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/config-resolver":"3.303.0","@aws-sdk/credential-provider-node":"3.303.0","@aws-sdk/fetch-http-handler":"3.303.0","@aws-sdk/hash-node":"3.303.0","@aws-sdk/invalid-dependency":"3.303.0","@aws-sdk/middleware-content-length":"3.303.0","@aws-sdk/middleware-endpoint":"3.303.0","@aws-sdk/middleware-host-header":"3.303.0","@aws-sdk/middleware-logger":"3.303.0","@aws-sdk/middleware-recursion-detection":"3.303.0","@aws-sdk/middleware-retry":"3.303.0","@aws-sdk/middleware-sdk-sts":"3.303.0","@aws-sdk/middleware-serde":"3.303.0","@aws-sdk/middleware-signing":"3.303.0","@aws-sdk/middleware-stack":"3.303.0","@aws-sdk/middleware-user-agent":"3.303.0","@aws-sdk/node-config-provider":"3.303.0","@aws-sdk/node-http-handler":"3.303.0","@aws-sdk/protocol-http":"3.303.0","@aws-sdk/smithy-client":"3.303.0","@aws-sdk/types":"3.303.0","@aws-sdk/url-parser":"3.303.0","@aws-sdk/util-base64":"3.303.0","@aws-sdk/util-body-length-browser":"3.303.0","@aws-sdk/util-body-length-node":"3.303.0","@aws-sdk/util-defaults-mode-browser":"3.303.0","@aws-sdk/util-defaults-mode-node":"3.303.0","@aws-sdk/util-endpoints":"3.303.0","@aws-sdk/util-retry":"3.303.0","@aws-sdk/util-user-agent-browser":"3.303.0","@aws-sdk/util-user-agent-node":"3.303.0","@aws-sdk/util-utf8":"3.303.0","fast-xml-parser":"4.1.2","tslib":"^2.5.0"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.303.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"}}'); /***/ }), -/***/ 2943: +/***/ 54923: /***/ ((module) => { "use strict"; @@ -49429,7 +49375,7 @@ module.exports = JSON.parse('{"partitions":[{"id":"aws","outputs":{"dnsSuffix":" /******/ // module cache are used so entry inlining is disabled /******/ // startup /******/ // Load entry module and return exports -/******/ var __webpack_exports__ = __nccwpck_require__(__nccwpck_require__.s = 38996); +/******/ var __webpack_exports__ = __nccwpck_require__(__nccwpck_require__.s = 42279); /******/ module.exports = __webpack_exports__; /******/ /******/ })() diff --git a/package.json b/package.json index 7eb1c60..017e79d 100644 --- a/package.json +++ b/package.json @@ -27,16 +27,16 @@ "homepage": "https://github.com/scribd/amazon-ecs-service-action#readme", "dependencies": { "@actions/core": "^1.10.0", - "@aws-sdk/client-ecs": "^3.301.0", - "@aws-sdk/util-waiter": "^3.296.0", + "@aws-sdk/client-ecs": "^3.303.0", + "@aws-sdk/util-waiter": "^3.303.0", "lodash": "^4.17.21", "yaml": "^2.2.1" }, "devDependencies": { - "@vercel/ncc": "0.34.0", + "@vercel/ncc": "0.36.1", "eslint": "^8.37.0", "eslint-config-google": "^0.14.0", "eslint-plugin-no-floating-promise": "^1.0.2", - "jest": "^28.1.3" + "jest": "^29.5.0" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1c4ed4e..ebc9b0e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,29 +2,29 @@ lockfileVersion: 5.4 specifiers: '@actions/core': ^1.10.0 - '@aws-sdk/client-ecs': ^3.301.0 - '@aws-sdk/util-waiter': ^3.296.0 - '@vercel/ncc': 0.34.0 + '@aws-sdk/client-ecs': ^3.303.0 + '@aws-sdk/util-waiter': ^3.303.0 + '@vercel/ncc': 0.36.1 eslint: ^8.37.0 eslint-config-google: ^0.14.0 eslint-plugin-no-floating-promise: ^1.0.2 - jest: ^28.1.3 + jest: ^29.5.0 lodash: ^4.17.21 yaml: ^2.2.1 dependencies: '@actions/core': 1.10.0 - '@aws-sdk/client-ecs': 3.301.0 - '@aws-sdk/util-waiter': 3.296.0 + '@aws-sdk/client-ecs': 3.303.0 + '@aws-sdk/util-waiter': 3.303.0 lodash: 4.17.21 yaml: 2.2.1 devDependencies: - '@vercel/ncc': 0.34.0 + '@vercel/ncc': 0.36.1 eslint: 8.37.0 eslint-config-google: 0.14.0_eslint@8.37.0 eslint-plugin-no-floating-promise: 1.0.2 - jest: 28.1.3 + jest: 29.5.0 packages: @@ -62,7 +62,7 @@ packages: '@aws-crypto/sha256-js': 3.0.0 '@aws-crypto/supports-web-crypto': 3.0.0 '@aws-crypto/util': 3.0.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 '@aws-sdk/util-locate-window': 3.295.0 '@aws-sdk/util-utf8-browser': 3.259.0 tslib: 1.14.1 @@ -72,7 +72,7 @@ packages: resolution: {integrity: sha512-PnNN7os0+yd1XvXAy23CFOmTbMaDxgxXtTKHybrJ39Y8kGzBATgBFibWJKH6BhytLI/Zyszs87xCOBNyBig6vQ==} dependencies: '@aws-crypto/util': 3.0.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 tslib: 1.14.1 dev: false @@ -85,567 +85,567 @@ packages: /@aws-crypto/util/3.0.0: resolution: {integrity: sha512-2OJlpeJpCR48CC8r+uKVChzs9Iungj9wkZrl8Z041DWEWvyIHILYKCPNzJghKsivj+S3mLo6BVc7mBNzdxA46w==} dependencies: - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 '@aws-sdk/util-utf8-browser': 3.259.0 tslib: 1.14.1 dev: false - /@aws-sdk/abort-controller/3.296.0: - resolution: {integrity: sha512-gNUFBlBw6+sEMfDjPVa83iscpQwXBS4uoiZXnfeQ6s6tnaxqQpJDrBBmNvYqDEXNdaAJX4FhayEwkSvtir/f3A==} + /@aws-sdk/abort-controller/3.303.0: + resolution: {integrity: sha512-LzNzpeyTppcmV/6SAQI3T/huOkMrUnFveplgVNwJxw+rVqmqmGV6z6vpg+oRICRDcjXWYiSiaClxxSVvOy0sDQ==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/client-ecs/3.301.0: - resolution: {integrity: sha512-pRjTt03qd5GTmhdTYT14dM7YKjQVmURo1/UU56HD0HwT/n2T0jspEiXSjUjeTy0k0biS7k7jIz4WpqWeSHCRVA==} + /@aws-sdk/client-ecs/3.303.0: + resolution: {integrity: sha512-8rtr7USEm+2plMKSuvXKs7MK58H1SyfpCpiWbz9LiQhhsw0mA/86S5eHEhYTUqgkGp6gVs0ka3oKrqsq0y/cng==} engines: {node: '>=14.0.0'} dependencies: '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/client-sts': 3.301.0 - '@aws-sdk/config-resolver': 3.300.0 - '@aws-sdk/credential-provider-node': 3.301.0 - '@aws-sdk/fetch-http-handler': 3.296.0 - '@aws-sdk/hash-node': 3.296.0 - '@aws-sdk/invalid-dependency': 3.296.0 - '@aws-sdk/middleware-content-length': 3.296.0 - '@aws-sdk/middleware-endpoint': 3.299.0 - '@aws-sdk/middleware-host-header': 3.296.0 - '@aws-sdk/middleware-logger': 3.296.0 - '@aws-sdk/middleware-recursion-detection': 3.296.0 - '@aws-sdk/middleware-retry': 3.300.0 - '@aws-sdk/middleware-serde': 3.296.0 - '@aws-sdk/middleware-signing': 3.299.0 - '@aws-sdk/middleware-stack': 3.296.0 - '@aws-sdk/middleware-user-agent': 3.299.0 - '@aws-sdk/node-config-provider': 3.300.0 - '@aws-sdk/node-http-handler': 3.296.0 - '@aws-sdk/protocol-http': 3.296.0 - '@aws-sdk/smithy-client': 3.296.0 - '@aws-sdk/types': 3.296.0 - '@aws-sdk/url-parser': 3.296.0 - '@aws-sdk/util-base64': 3.295.0 - '@aws-sdk/util-body-length-browser': 3.295.0 - '@aws-sdk/util-body-length-node': 3.295.0 - '@aws-sdk/util-defaults-mode-browser': 3.296.0 - '@aws-sdk/util-defaults-mode-node': 3.300.0 - '@aws-sdk/util-endpoints': 3.296.0 - '@aws-sdk/util-retry': 3.296.0 - '@aws-sdk/util-user-agent-browser': 3.299.0 - '@aws-sdk/util-user-agent-node': 3.300.0 - '@aws-sdk/util-utf8': 3.295.0 - '@aws-sdk/util-waiter': 3.296.0 + '@aws-sdk/client-sts': 3.303.0 + '@aws-sdk/config-resolver': 3.303.0 + '@aws-sdk/credential-provider-node': 3.303.0 + '@aws-sdk/fetch-http-handler': 3.303.0 + '@aws-sdk/hash-node': 3.303.0 + '@aws-sdk/invalid-dependency': 3.303.0 + '@aws-sdk/middleware-content-length': 3.303.0 + '@aws-sdk/middleware-endpoint': 3.303.0 + '@aws-sdk/middleware-host-header': 3.303.0 + '@aws-sdk/middleware-logger': 3.303.0 + '@aws-sdk/middleware-recursion-detection': 3.303.0 + '@aws-sdk/middleware-retry': 3.303.0 + '@aws-sdk/middleware-serde': 3.303.0 + '@aws-sdk/middleware-signing': 3.303.0 + '@aws-sdk/middleware-stack': 3.303.0 + '@aws-sdk/middleware-user-agent': 3.303.0 + '@aws-sdk/node-config-provider': 3.303.0 + '@aws-sdk/node-http-handler': 3.303.0 + '@aws-sdk/protocol-http': 3.303.0 + '@aws-sdk/smithy-client': 3.303.0 + '@aws-sdk/types': 3.303.0 + '@aws-sdk/url-parser': 3.303.0 + '@aws-sdk/util-base64': 3.303.0 + '@aws-sdk/util-body-length-browser': 3.303.0 + '@aws-sdk/util-body-length-node': 3.303.0 + '@aws-sdk/util-defaults-mode-browser': 3.303.0 + '@aws-sdk/util-defaults-mode-node': 3.303.0 + '@aws-sdk/util-endpoints': 3.303.0 + '@aws-sdk/util-retry': 3.303.0 + '@aws-sdk/util-user-agent-browser': 3.303.0 + '@aws-sdk/util-user-agent-node': 3.303.0 + '@aws-sdk/util-utf8': 3.303.0 + '@aws-sdk/util-waiter': 3.303.0 tslib: 2.5.0 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/client-sso-oidc/3.301.0: - resolution: {integrity: sha512-bCBA70/7gkrk1s1iGWt3st4p9yNIkQ3e+KV8Kx3uzRvjD0f7KltGqSNA28453tsa7ko+H/V4c7fzrJnWaQomCg==} + /@aws-sdk/client-sso-oidc/3.303.0: + resolution: {integrity: sha512-oOdDcBjxGiJ6mFWUMVr+A1hAzGRpcZ+oLAhCakpvpXCUG50PZSBFP+vOQXgHY/XNolqDg+IHq60oE9HoPzGleg==} engines: {node: '>=14.0.0'} dependencies: '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/config-resolver': 3.300.0 - '@aws-sdk/fetch-http-handler': 3.296.0 - '@aws-sdk/hash-node': 3.296.0 - '@aws-sdk/invalid-dependency': 3.296.0 - '@aws-sdk/middleware-content-length': 3.296.0 - '@aws-sdk/middleware-endpoint': 3.299.0 - '@aws-sdk/middleware-host-header': 3.296.0 - '@aws-sdk/middleware-logger': 3.296.0 - '@aws-sdk/middleware-recursion-detection': 3.296.0 - '@aws-sdk/middleware-retry': 3.300.0 - '@aws-sdk/middleware-serde': 3.296.0 - '@aws-sdk/middleware-stack': 3.296.0 - '@aws-sdk/middleware-user-agent': 3.299.0 - '@aws-sdk/node-config-provider': 3.300.0 - '@aws-sdk/node-http-handler': 3.296.0 - '@aws-sdk/protocol-http': 3.296.0 - '@aws-sdk/smithy-client': 3.296.0 - '@aws-sdk/types': 3.296.0 - '@aws-sdk/url-parser': 3.296.0 - '@aws-sdk/util-base64': 3.295.0 - '@aws-sdk/util-body-length-browser': 3.295.0 - '@aws-sdk/util-body-length-node': 3.295.0 - '@aws-sdk/util-defaults-mode-browser': 3.296.0 - '@aws-sdk/util-defaults-mode-node': 3.300.0 - '@aws-sdk/util-endpoints': 3.296.0 - '@aws-sdk/util-retry': 3.296.0 - '@aws-sdk/util-user-agent-browser': 3.299.0 - '@aws-sdk/util-user-agent-node': 3.300.0 - '@aws-sdk/util-utf8': 3.295.0 + '@aws-sdk/config-resolver': 3.303.0 + '@aws-sdk/fetch-http-handler': 3.303.0 + '@aws-sdk/hash-node': 3.303.0 + '@aws-sdk/invalid-dependency': 3.303.0 + '@aws-sdk/middleware-content-length': 3.303.0 + '@aws-sdk/middleware-endpoint': 3.303.0 + '@aws-sdk/middleware-host-header': 3.303.0 + '@aws-sdk/middleware-logger': 3.303.0 + '@aws-sdk/middleware-recursion-detection': 3.303.0 + '@aws-sdk/middleware-retry': 3.303.0 + '@aws-sdk/middleware-serde': 3.303.0 + '@aws-sdk/middleware-stack': 3.303.0 + '@aws-sdk/middleware-user-agent': 3.303.0 + '@aws-sdk/node-config-provider': 3.303.0 + '@aws-sdk/node-http-handler': 3.303.0 + '@aws-sdk/protocol-http': 3.303.0 + '@aws-sdk/smithy-client': 3.303.0 + '@aws-sdk/types': 3.303.0 + '@aws-sdk/url-parser': 3.303.0 + '@aws-sdk/util-base64': 3.303.0 + '@aws-sdk/util-body-length-browser': 3.303.0 + '@aws-sdk/util-body-length-node': 3.303.0 + '@aws-sdk/util-defaults-mode-browser': 3.303.0 + '@aws-sdk/util-defaults-mode-node': 3.303.0 + '@aws-sdk/util-endpoints': 3.303.0 + '@aws-sdk/util-retry': 3.303.0 + '@aws-sdk/util-user-agent-browser': 3.303.0 + '@aws-sdk/util-user-agent-node': 3.303.0 + '@aws-sdk/util-utf8': 3.303.0 tslib: 2.5.0 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/client-sso/3.301.0: - resolution: {integrity: sha512-nABoNn0O79PL72jg2oy9gR/MLmM4opZ6nQefXvXUb6RzlITZCCZ6uKkGcH2LMxOcRu6qQlY+uauX+9p0GJexlg==} + /@aws-sdk/client-sso/3.303.0: + resolution: {integrity: sha512-LZ+Z6vGnEdqmxx0dqtZP97n5VX5uUKu4lJmDR3sdGolxAUqCY1FxHDZd9DzCFXR8rwoJK4VJTL+exzeVp4Ly/g==} engines: {node: '>=14.0.0'} dependencies: '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/config-resolver': 3.300.0 - '@aws-sdk/fetch-http-handler': 3.296.0 - '@aws-sdk/hash-node': 3.296.0 - '@aws-sdk/invalid-dependency': 3.296.0 - '@aws-sdk/middleware-content-length': 3.296.0 - '@aws-sdk/middleware-endpoint': 3.299.0 - '@aws-sdk/middleware-host-header': 3.296.0 - '@aws-sdk/middleware-logger': 3.296.0 - '@aws-sdk/middleware-recursion-detection': 3.296.0 - '@aws-sdk/middleware-retry': 3.300.0 - '@aws-sdk/middleware-serde': 3.296.0 - '@aws-sdk/middleware-stack': 3.296.0 - '@aws-sdk/middleware-user-agent': 3.299.0 - '@aws-sdk/node-config-provider': 3.300.0 - '@aws-sdk/node-http-handler': 3.296.0 - '@aws-sdk/protocol-http': 3.296.0 - '@aws-sdk/smithy-client': 3.296.0 - '@aws-sdk/types': 3.296.0 - '@aws-sdk/url-parser': 3.296.0 - '@aws-sdk/util-base64': 3.295.0 - '@aws-sdk/util-body-length-browser': 3.295.0 - '@aws-sdk/util-body-length-node': 3.295.0 - '@aws-sdk/util-defaults-mode-browser': 3.296.0 - '@aws-sdk/util-defaults-mode-node': 3.300.0 - '@aws-sdk/util-endpoints': 3.296.0 - '@aws-sdk/util-retry': 3.296.0 - '@aws-sdk/util-user-agent-browser': 3.299.0 - '@aws-sdk/util-user-agent-node': 3.300.0 - '@aws-sdk/util-utf8': 3.295.0 + '@aws-sdk/config-resolver': 3.303.0 + '@aws-sdk/fetch-http-handler': 3.303.0 + '@aws-sdk/hash-node': 3.303.0 + '@aws-sdk/invalid-dependency': 3.303.0 + '@aws-sdk/middleware-content-length': 3.303.0 + '@aws-sdk/middleware-endpoint': 3.303.0 + '@aws-sdk/middleware-host-header': 3.303.0 + '@aws-sdk/middleware-logger': 3.303.0 + '@aws-sdk/middleware-recursion-detection': 3.303.0 + '@aws-sdk/middleware-retry': 3.303.0 + '@aws-sdk/middleware-serde': 3.303.0 + '@aws-sdk/middleware-stack': 3.303.0 + '@aws-sdk/middleware-user-agent': 3.303.0 + '@aws-sdk/node-config-provider': 3.303.0 + '@aws-sdk/node-http-handler': 3.303.0 + '@aws-sdk/protocol-http': 3.303.0 + '@aws-sdk/smithy-client': 3.303.0 + '@aws-sdk/types': 3.303.0 + '@aws-sdk/url-parser': 3.303.0 + '@aws-sdk/util-base64': 3.303.0 + '@aws-sdk/util-body-length-browser': 3.303.0 + '@aws-sdk/util-body-length-node': 3.303.0 + '@aws-sdk/util-defaults-mode-browser': 3.303.0 + '@aws-sdk/util-defaults-mode-node': 3.303.0 + '@aws-sdk/util-endpoints': 3.303.0 + '@aws-sdk/util-retry': 3.303.0 + '@aws-sdk/util-user-agent-browser': 3.303.0 + '@aws-sdk/util-user-agent-node': 3.303.0 + '@aws-sdk/util-utf8': 3.303.0 tslib: 2.5.0 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/client-sts/3.301.0: - resolution: {integrity: sha512-OS8wE21Lxd8aT8PMj/dusCUZKXmXaxnSI4RIO3M8w/ZPRMKkBHtzB+JXbzUcpGGxvt9mse8l6w9iLIE6XuHmig==} + /@aws-sdk/client-sts/3.303.0: + resolution: {integrity: sha512-oda7mOfGyJZe62DZ5BVH3L84yeDM0Ja/fSpTjwV9hqFqzgtW83TCpiNegcJmvmGWDYaPmE2qpfDPqPzymB0sBg==} engines: {node: '>=14.0.0'} dependencies: '@aws-crypto/sha256-browser': 3.0.0 '@aws-crypto/sha256-js': 3.0.0 - '@aws-sdk/config-resolver': 3.300.0 - '@aws-sdk/credential-provider-node': 3.301.0 - '@aws-sdk/fetch-http-handler': 3.296.0 - '@aws-sdk/hash-node': 3.296.0 - '@aws-sdk/invalid-dependency': 3.296.0 - '@aws-sdk/middleware-content-length': 3.296.0 - '@aws-sdk/middleware-endpoint': 3.299.0 - '@aws-sdk/middleware-host-header': 3.296.0 - '@aws-sdk/middleware-logger': 3.296.0 - '@aws-sdk/middleware-recursion-detection': 3.296.0 - '@aws-sdk/middleware-retry': 3.300.0 - '@aws-sdk/middleware-sdk-sts': 3.299.0 - '@aws-sdk/middleware-serde': 3.296.0 - '@aws-sdk/middleware-signing': 3.299.0 - '@aws-sdk/middleware-stack': 3.296.0 - '@aws-sdk/middleware-user-agent': 3.299.0 - '@aws-sdk/node-config-provider': 3.300.0 - '@aws-sdk/node-http-handler': 3.296.0 - '@aws-sdk/protocol-http': 3.296.0 - '@aws-sdk/smithy-client': 3.296.0 - '@aws-sdk/types': 3.296.0 - '@aws-sdk/url-parser': 3.296.0 - '@aws-sdk/util-base64': 3.295.0 - '@aws-sdk/util-body-length-browser': 3.295.0 - '@aws-sdk/util-body-length-node': 3.295.0 - '@aws-sdk/util-defaults-mode-browser': 3.296.0 - '@aws-sdk/util-defaults-mode-node': 3.300.0 - '@aws-sdk/util-endpoints': 3.296.0 - '@aws-sdk/util-retry': 3.296.0 - '@aws-sdk/util-user-agent-browser': 3.299.0 - '@aws-sdk/util-user-agent-node': 3.300.0 - '@aws-sdk/util-utf8': 3.295.0 + '@aws-sdk/config-resolver': 3.303.0 + '@aws-sdk/credential-provider-node': 3.303.0 + '@aws-sdk/fetch-http-handler': 3.303.0 + '@aws-sdk/hash-node': 3.303.0 + '@aws-sdk/invalid-dependency': 3.303.0 + '@aws-sdk/middleware-content-length': 3.303.0 + '@aws-sdk/middleware-endpoint': 3.303.0 + '@aws-sdk/middleware-host-header': 3.303.0 + '@aws-sdk/middleware-logger': 3.303.0 + '@aws-sdk/middleware-recursion-detection': 3.303.0 + '@aws-sdk/middleware-retry': 3.303.0 + '@aws-sdk/middleware-sdk-sts': 3.303.0 + '@aws-sdk/middleware-serde': 3.303.0 + '@aws-sdk/middleware-signing': 3.303.0 + '@aws-sdk/middleware-stack': 3.303.0 + '@aws-sdk/middleware-user-agent': 3.303.0 + '@aws-sdk/node-config-provider': 3.303.0 + '@aws-sdk/node-http-handler': 3.303.0 + '@aws-sdk/protocol-http': 3.303.0 + '@aws-sdk/smithy-client': 3.303.0 + '@aws-sdk/types': 3.303.0 + '@aws-sdk/url-parser': 3.303.0 + '@aws-sdk/util-base64': 3.303.0 + '@aws-sdk/util-body-length-browser': 3.303.0 + '@aws-sdk/util-body-length-node': 3.303.0 + '@aws-sdk/util-defaults-mode-browser': 3.303.0 + '@aws-sdk/util-defaults-mode-node': 3.303.0 + '@aws-sdk/util-endpoints': 3.303.0 + '@aws-sdk/util-retry': 3.303.0 + '@aws-sdk/util-user-agent-browser': 3.303.0 + '@aws-sdk/util-user-agent-node': 3.303.0 + '@aws-sdk/util-utf8': 3.303.0 fast-xml-parser: 4.1.2 tslib: 2.5.0 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/config-resolver/3.300.0: - resolution: {integrity: sha512-u3YS+XWjoHmH9wh07Lv+HueYZek/wTO8tlGvVzrlACpaS1JrALuCw8UsJUHNDack63xh9v4oMf+7c0kjuqbmtA==} + /@aws-sdk/config-resolver/3.303.0: + resolution: {integrity: sha512-uGZ47jcH86AwWcjZjuOL5jK5qE4izrEol8oF7KY214kjmavbKQstyUqmcwL2lr/YpDNFkCYgUxWRpduqVm8zmw==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 '@aws-sdk/util-config-provider': 3.295.0 - '@aws-sdk/util-middleware': 3.296.0 + '@aws-sdk/util-middleware': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/credential-provider-env/3.296.0: - resolution: {integrity: sha512-eDWSU3p04gytkkVXnYn05YzrP5SEaj/DQiafd4y+iBl8IFfF3zM6982rs6qFhvpwrHeSbLqHNfKR1HDWVwfG5g==} + /@aws-sdk/credential-provider-env/3.303.0: + resolution: {integrity: sha512-rtXumfF4cGrVk9fWACeLCfdpmlzlDUkzwSR60/3enC5Antcxl3fFY5T1BzNFvz0mB0zcwm4kaAwIcljX67DNRA==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/property-provider': 3.296.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/property-provider': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/credential-provider-imds/3.300.0: - resolution: {integrity: sha512-l7ZFGlr4TjhS0FIt3XwuAJYNAbQ4eDsovMMUVYLDPti1NxlbQDH85xAyaDWF9dU1Gulrpfzz9Ei7q4GYFFPHnQ==} + /@aws-sdk/credential-provider-imds/3.303.0: + resolution: {integrity: sha512-ruomcFkKUpJkZb87em698//A0AVpt1KN9dn8N8eVyOuvZzebVxSW4AJoVgOKd5Av4PVcZgEqRX0kOOVp0iTrWg==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/node-config-provider': 3.300.0 - '@aws-sdk/property-provider': 3.296.0 - '@aws-sdk/types': 3.296.0 - '@aws-sdk/url-parser': 3.296.0 + '@aws-sdk/node-config-provider': 3.303.0 + '@aws-sdk/property-provider': 3.303.0 + '@aws-sdk/types': 3.303.0 + '@aws-sdk/url-parser': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/credential-provider-ini/3.301.0: - resolution: {integrity: sha512-tAsNH6vQZ7U459FzjStIXoi3HZAsl6y8CMf6364dyisZ0xiCiVHLxziTmSxntcR0560NFFSOY1WS5MrbIIneGQ==} + /@aws-sdk/credential-provider-ini/3.303.0: + resolution: {integrity: sha512-4J50F6fEjQmAstSQOpJFG+rnbEqtwA7nDG6PxNm98VSTH2mYJV0YgBdvydfBKrKINAT4xYZta5Sc4WEIpSo0TA==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/credential-provider-env': 3.296.0 - '@aws-sdk/credential-provider-imds': 3.300.0 - '@aws-sdk/credential-provider-process': 3.300.0 - '@aws-sdk/credential-provider-sso': 3.301.0 - '@aws-sdk/credential-provider-web-identity': 3.296.0 - '@aws-sdk/property-provider': 3.296.0 - '@aws-sdk/shared-ini-file-loader': 3.300.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/credential-provider-env': 3.303.0 + '@aws-sdk/credential-provider-imds': 3.303.0 + '@aws-sdk/credential-provider-process': 3.303.0 + '@aws-sdk/credential-provider-sso': 3.303.0 + '@aws-sdk/credential-provider-web-identity': 3.303.0 + '@aws-sdk/property-provider': 3.303.0 + '@aws-sdk/shared-ini-file-loader': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/credential-provider-node/3.301.0: - resolution: {integrity: sha512-WNz7+HoGEkAHaOL1d4D2c/LxYS3zBdqzLs7uYgekoqTSMQhTaIMyJIJgChcklAmV/yM1+2c3lS1NEtCCz3/Vxw==} + /@aws-sdk/credential-provider-node/3.303.0: + resolution: {integrity: sha512-OlKb7O2jDtrzkzLT/PUb5kxuGGTIyPn2alXzGT+7LdJ9/tP8KlqSVMtnH2UYPPdcc/daK16+MRNL5ylxmnRJ7Q==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/credential-provider-env': 3.296.0 - '@aws-sdk/credential-provider-imds': 3.300.0 - '@aws-sdk/credential-provider-ini': 3.301.0 - '@aws-sdk/credential-provider-process': 3.300.0 - '@aws-sdk/credential-provider-sso': 3.301.0 - '@aws-sdk/credential-provider-web-identity': 3.296.0 - '@aws-sdk/property-provider': 3.296.0 - '@aws-sdk/shared-ini-file-loader': 3.300.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/credential-provider-env': 3.303.0 + '@aws-sdk/credential-provider-imds': 3.303.0 + '@aws-sdk/credential-provider-ini': 3.303.0 + '@aws-sdk/credential-provider-process': 3.303.0 + '@aws-sdk/credential-provider-sso': 3.303.0 + '@aws-sdk/credential-provider-web-identity': 3.303.0 + '@aws-sdk/property-provider': 3.303.0 + '@aws-sdk/shared-ini-file-loader': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/credential-provider-process/3.300.0: - resolution: {integrity: sha512-HGBLXupPU2XTvHmlcbSgH/zLyhQ1joLIBAvKvyxyjQTIeFSDOufDqRBY4CzNzPv0yJlvSi3gAfL36CR9dh2R4w==} + /@aws-sdk/credential-provider-process/3.303.0: + resolution: {integrity: sha512-1pxDYRscGlERAjFE5hSF1KQdcyOGzssuRTdLvez4I/mSIOAJLMmBAnmHGI/DME2LzDVrC9dklA6LHSC2sn3quQ==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/property-provider': 3.296.0 - '@aws-sdk/shared-ini-file-loader': 3.300.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/property-provider': 3.303.0 + '@aws-sdk/shared-ini-file-loader': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/credential-provider-sso/3.301.0: - resolution: {integrity: sha512-5mGoBX5WmZRuL3RIWgdhMbnKYHSmM54qEFjbtRiFXZQ1QSItom1ICBCyIEoNMZQ20+iRxyTgf/fGCJrXhDlIqQ==} + /@aws-sdk/credential-provider-sso/3.303.0: + resolution: {integrity: sha512-/szzM1BzZGjHwV4mSiZo65cyDleJqnxM9Y4autg55mb3dFwcCiMGI6TGbdegumrNZZlCTeTA1lIhA9PdT4gDAQ==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/client-sso': 3.301.0 - '@aws-sdk/property-provider': 3.296.0 - '@aws-sdk/shared-ini-file-loader': 3.300.0 - '@aws-sdk/token-providers': 3.301.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/client-sso': 3.303.0 + '@aws-sdk/property-provider': 3.303.0 + '@aws-sdk/shared-ini-file-loader': 3.303.0 + '@aws-sdk/token-providers': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/credential-provider-web-identity/3.296.0: - resolution: {integrity: sha512-Rl6Ohoekxe+pccA55XXQDW5wApbg3rGWr6FkmPRcg7Ld6Vfe+HL8OtfsFf83/0eoFerevbif+00BdknXWT05LA==} + /@aws-sdk/credential-provider-web-identity/3.303.0: + resolution: {integrity: sha512-qi5CP4ocseqdj3kMi0vgLx8XrdanLNvCAfgiEF6LjUJI88R2snZAYNUSd+Y2n04mKAalns+mUwfUN2JyL66d5g==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/property-provider': 3.296.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/property-provider': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/fetch-http-handler/3.296.0: - resolution: {integrity: sha512-wHuKQ+PGKQkYGVuIGscbcbbASl8yIVOSC+QTrZQ4PNsMDvQd9ey2npsmxZk1Z2ULaxY+qYtZCmByyGc8k51TtQ==} + /@aws-sdk/fetch-http-handler/3.303.0: + resolution: {integrity: sha512-Bc6C86/KQOSWPa741h9QEVcApyignYV5vC5+zZjmKkcyPxrVxTmL3kTJidpVOtVfCmTIrNN/WhAVDzLBbh1ycQ==} dependencies: - '@aws-sdk/protocol-http': 3.296.0 - '@aws-sdk/querystring-builder': 3.296.0 - '@aws-sdk/types': 3.296.0 - '@aws-sdk/util-base64': 3.295.0 + '@aws-sdk/protocol-http': 3.303.0 + '@aws-sdk/querystring-builder': 3.303.0 + '@aws-sdk/types': 3.303.0 + '@aws-sdk/util-base64': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/hash-node/3.296.0: - resolution: {integrity: sha512-01Sgxm0NE3rtEznLY8vx1bfNsIeM5Sk5SjY9RXqnvCf9EyaKH9x5FMS/DX/SgDdIYi3aXbTwiwScNVCNBzOIQA==} + /@aws-sdk/hash-node/3.303.0: + resolution: {integrity: sha512-jSo4A/JxTabZ9jHrx7nhKIXnOmvPg/SSYnoHaFdVS5URJrNt1w+nSvW1wLGMEMOvu5+NU3bldBBSb+h0Ocwv1A==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.296.0 - '@aws-sdk/util-buffer-from': 3.295.0 - '@aws-sdk/util-utf8': 3.295.0 + '@aws-sdk/types': 3.303.0 + '@aws-sdk/util-buffer-from': 3.303.0 + '@aws-sdk/util-utf8': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/invalid-dependency/3.296.0: - resolution: {integrity: sha512-dmy4fUds0woHGjxwziaSYCLtb/SOfoEeQjW0GFvHj+YGFyY5hJzna4C759Tt8X5obh1evUXlQcH+FL7TS+7tRQ==} + /@aws-sdk/invalid-dependency/3.303.0: + resolution: {integrity: sha512-RXNcLxOrUJaMMqk5uIYEf6X9XCMockT27bS8Dde/0ms015VOo8Wn2hHU9wEmGeFvLccC2UU4gPzvmj74w70q2Q==} dependencies: - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/is-array-buffer/3.295.0: - resolution: {integrity: sha512-SCIt10cr5dud7hvwveU4wkLjvkGssJ3GrcbHCds2NwI+JHmpcaaNYLAqi305JAuT29T36U5ssTFDSmrrEOcfag==} + /@aws-sdk/is-array-buffer/3.303.0: + resolution: {integrity: sha512-IitBTr+pou7v5BrYLFH/SbIf3g1LIgMhcI3bDXBq2FjzmDftj4bW8BOmg05b9YKf2TrrggvJ4yk/jH+yYFXoJQ==} engines: {node: '>=14.0.0'} dependencies: tslib: 2.5.0 dev: false - /@aws-sdk/middleware-content-length/3.296.0: - resolution: {integrity: sha512-e7lJm3kkC2pWZdIw23gpMUk1GrpRTBRqhdFfVwyduXw6Wo4nBYv8Z5MOYy3/SlpjE1BDCaPBoZ3O19cO3arHxg==} + /@aws-sdk/middleware-content-length/3.303.0: + resolution: {integrity: sha512-0UL5TWSL1JRpjT6gjGsZXfia5oL7vxzj+CfMCqkP6gjVF69eRcgu426Xc6TJwDcr6jIFPeamDBTLyt9ZAAr6hg==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/protocol-http': 3.296.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/protocol-http': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/middleware-endpoint/3.299.0: - resolution: {integrity: sha512-37BGxHem6yKjSC6zG2xPjvjE7APIDIvwkxL+/K1Jz9+T6AZITcs7tx5y6mIfvaHsdPuCKjrl7Wzg/9jgUKuLkw==} + /@aws-sdk/middleware-endpoint/3.303.0: + resolution: {integrity: sha512-z2i8LJ6YTKbqXh9rY/KbXihvhq6P0JVI6SnkwT2hesJp0Nfldx85jsaLzj1+ioNKlQ+51u9UmBnO404DgNCAbg==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/middleware-serde': 3.296.0 - '@aws-sdk/types': 3.296.0 - '@aws-sdk/url-parser': 3.296.0 - '@aws-sdk/util-middleware': 3.296.0 + '@aws-sdk/middleware-serde': 3.303.0 + '@aws-sdk/types': 3.303.0 + '@aws-sdk/url-parser': 3.303.0 + '@aws-sdk/util-middleware': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/middleware-host-header/3.296.0: - resolution: {integrity: sha512-V47dFtfkX5lXWv9GDp71gZVCRws4fEdQ9QF9BQ/2UMSNrYjQLg6mFe7NibH+IJoNOid2FIwWIl94Eos636VGYQ==} + /@aws-sdk/middleware-host-header/3.303.0: + resolution: {integrity: sha512-LUyhtjbuosrD0QAsBZJwT3yp146I7Xjehf42OP3dWbRuklMEilI0Res5K2/nknf3/ZKUj6sf7BbJoU8E+SpRiQ==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/protocol-http': 3.296.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/protocol-http': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/middleware-logger/3.296.0: - resolution: {integrity: sha512-LzfEEFyBR9LXdWwLdtBrmi1vLdzgdJNntEgzqktVF8LwaCyY+9xIE6TGu/2V+9fJHAwECxjOC1eQbNQdAZ0Tmw==} + /@aws-sdk/middleware-logger/3.303.0: + resolution: {integrity: sha512-y2sqmmBdm4gXUL4SyN+ucfO/sxtOEDj2sB12ArRpDGyerfNLhAf7xpL4lXkjPx/7wTIjlBWoO2G/yK6t00P6fA==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/middleware-recursion-detection/3.296.0: - resolution: {integrity: sha512-UG7TLDPz9ImQG0uVklHTxE9Us7rTImwN+6el6qZCpoTBuGeXgOkfb0/p8izJyFgY/hMUR4cZqs7IdCDUkxQF3w==} + /@aws-sdk/middleware-recursion-detection/3.303.0: + resolution: {integrity: sha512-z3MTsZMtPg6hYWl6a0o07q7zgsDXPYeP14XFVMc8NXqiAyNcm/OYwanpXyNjsEKI/X0nlpJ/Rs+IRCbaIqV9Mw==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/protocol-http': 3.296.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/protocol-http': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/middleware-retry/3.300.0: - resolution: {integrity: sha512-c3tj0Uc64mqnsosAjRBQbit0EUOd0OKrqC5eDB3YCJyLWQSlYRBk4ZBBbN2qTfo3ZCDP+tHgWxRduQlV6Knezg==} + /@aws-sdk/middleware-retry/3.303.0: + resolution: {integrity: sha512-wxlqrdGOrCm2Jsra7YyfLyO34YRB/FNlXzwuJiZkqoAb/40ZAuFcWqDv41SP44y8liFXqfsMGuywJ7mK2cHvnA==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/protocol-http': 3.296.0 - '@aws-sdk/service-error-classification': 3.296.0 - '@aws-sdk/types': 3.296.0 - '@aws-sdk/util-middleware': 3.296.0 - '@aws-sdk/util-retry': 3.296.0 + '@aws-sdk/protocol-http': 3.303.0 + '@aws-sdk/service-error-classification': 3.303.0 + '@aws-sdk/types': 3.303.0 + '@aws-sdk/util-middleware': 3.303.0 + '@aws-sdk/util-retry': 3.303.0 tslib: 2.5.0 uuid: 8.3.2 dev: false - /@aws-sdk/middleware-sdk-sts/3.299.0: - resolution: {integrity: sha512-yE7IiMQpF1FYqLSYOei4AYM9z62ayFfMMyhKE9IFs+TVaag97uz8NaRlr88HDTcBCZ0CMl6UwNJlZytPD4NjCw==} + /@aws-sdk/middleware-sdk-sts/3.303.0: + resolution: {integrity: sha512-igp7htNCUPhVL9Q6rJSgcx3qy/P2l2KAiS0oozOTaTXt3h0LbOusSXtwyA7qvLYeRthnw6msVW+rVBAW3Vo+3g==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/middleware-signing': 3.299.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/middleware-signing': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/middleware-serde/3.296.0: - resolution: {integrity: sha512-xk2PpWAAX758oUTGkGBAncpOr7ddIXisjD2Y2r9DDXuE4JMho2x6zcrVSiYsGIQ6MHZ9XNJKBVDiK9PA4iQWGQ==} + /@aws-sdk/middleware-serde/3.303.0: + resolution: {integrity: sha512-mmZozwYKgUgXkJrLVqgIYoOQ8DfKZS3pBBT3ZxWzv5Hz5M3oRqFgfVYljkeDM2CTvBweHpqVRTWqPDMcZisucg==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/middleware-signing/3.299.0: - resolution: {integrity: sha512-anhrjeNuo0470QodEmzteFMnqABNebL900yhfODySXCMiaoeTBpo8Qd8t4q4O8PizA7FeLYA3l/5tb/udp7qew==} + /@aws-sdk/middleware-signing/3.303.0: + resolution: {integrity: sha512-rrLQcS2wFsUGj9Kyx78LRgRS8jwiixz/Nyv06SmcKhP680sweETpQz/EA+wcVEVRXmUI6vs4NtqXz36dU0X8Nw==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/property-provider': 3.296.0 - '@aws-sdk/protocol-http': 3.296.0 - '@aws-sdk/signature-v4': 3.299.0 - '@aws-sdk/types': 3.296.0 - '@aws-sdk/util-middleware': 3.296.0 + '@aws-sdk/property-provider': 3.303.0 + '@aws-sdk/protocol-http': 3.303.0 + '@aws-sdk/signature-v4': 3.303.0 + '@aws-sdk/types': 3.303.0 + '@aws-sdk/util-middleware': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/middleware-stack/3.296.0: - resolution: {integrity: sha512-Rgo7/mdk9tt4qa9+pzG3AoGNhuj7NmnF5H+3DoPm75h58BYP8hKbKobdPGgI2rZLPtO3PGgmyw/4K4tQJPIZ8g==} + /@aws-sdk/middleware-stack/3.303.0: + resolution: {integrity: sha512-6KmdroXLexzILGxF/Xq0cGBs+B8Ipm1pff8qnWCT6KldYp+Q40bVcJrExkVHDN1uOsOxu20ixW2yujOKS356zg==} engines: {node: '>=14.0.0'} dependencies: tslib: 2.5.0 dev: false - /@aws-sdk/middleware-user-agent/3.299.0: - resolution: {integrity: sha512-Brm5UcbRhuVVmmbpDN8/WSJPCHogV64jGXL5upfL+iJ0c5eZ57LXOZ8kz++t3BU1rEkSIXHJanneEmn7Wbd5sA==} + /@aws-sdk/middleware-user-agent/3.303.0: + resolution: {integrity: sha512-ZVMVNxPRn2jXog3V4xWokSYoQxTKAdKlNoCfjqFplsF70r8sXfgZtOMF5ZhGo+Hgsx7GqpR/NWPKJtZD2nigpg==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/protocol-http': 3.296.0 - '@aws-sdk/types': 3.296.0 - '@aws-sdk/util-endpoints': 3.296.0 + '@aws-sdk/protocol-http': 3.303.0 + '@aws-sdk/types': 3.303.0 + '@aws-sdk/util-endpoints': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/node-config-provider/3.300.0: - resolution: {integrity: sha512-60XJV+eW1FyyRNT75kAGdqDHLpWWqnZeCrEyufqQ3BXhhbD1l6oHy5W573DccEO84/0gQYlNbKL8hd8+iB59vA==} + /@aws-sdk/node-config-provider/3.303.0: + resolution: {integrity: sha512-Ywbo9+2SkbdmNgCoxYJrv+YrFDtBH7hHtn2ywtzP4t57d4t0V/LNrNQsrAsXxqy48OS5r2ovOLHiqJS5jp1oyw==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/property-provider': 3.296.0 - '@aws-sdk/shared-ini-file-loader': 3.300.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/property-provider': 3.303.0 + '@aws-sdk/shared-ini-file-loader': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/node-http-handler/3.296.0: - resolution: {integrity: sha512-D15jjPqYSNhEq58BwkmIpD3VwqG4bL5acAaNu5wWAI4S4236JlG+nmpi3gEeE25z1KCwtBl7G30fVRgXYJ2CWA==} + /@aws-sdk/node-http-handler/3.303.0: + resolution: {integrity: sha512-5Te+mwBIOiQr2nM7/SNVFkvYHOH/CswOmUMV4Gxc7YjuervhrYvVFs2P+lL+c8rfiVMTLWjnJ6JiL2JdJfYgnQ==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/abort-controller': 3.296.0 - '@aws-sdk/protocol-http': 3.296.0 - '@aws-sdk/querystring-builder': 3.296.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/abort-controller': 3.303.0 + '@aws-sdk/protocol-http': 3.303.0 + '@aws-sdk/querystring-builder': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/property-provider/3.296.0: - resolution: {integrity: sha512-kjczxE9Od5LoAKQOmxVWISJ9oPG3aCsB+2+NdI+k9EJFDXUUdMcVV3Skei5uHGgKLMsI6CZy8ezZx6YxOSLSew==} + /@aws-sdk/property-provider/3.303.0: + resolution: {integrity: sha512-d1qbn0pCz+jvB0dcWMWuIlWYM8dWCg3185ngMgUQxkgUk7/kEbwGBsmT+xtZAMQcwcgPkSm8qeATEQ7ToiH8eQ==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/protocol-http/3.296.0: - resolution: {integrity: sha512-0U1Z/+tpwdRiSToWo1bpdkbTzjbLugTnd02ATjvK4B7zi363SUGlKfoWgV+v7FU/22CIUI1ZIe7XzXvq5rJfjA==} + /@aws-sdk/protocol-http/3.303.0: + resolution: {integrity: sha512-eqblSsdmKBzgNl06dUnL4toq/OQgZyxVsxHCz2nI/xBk5lI/qAZIJyEgP2GmP8aoWwneAq33roG0VLZoxQ8exg==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/querystring-builder/3.296.0: - resolution: {integrity: sha512-+ZrZdTRaVI1R1xKQNrTwuiRoPateUaJ/DNw/myJpTPt+ZRg0H7LKBGaJYwL4pl5l/z1UM/E1fOttSfSW7GHxfw==} + /@aws-sdk/querystring-builder/3.303.0: + resolution: {integrity: sha512-0eMp2gd7Ro0svJ6YVnp9cUiGtrc1d/HynyMfbDkLkqWJAnHMz7Oc1GjK5YyL1hdxm0W+JWZCPR0SovLiaboKDw==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.296.0 - '@aws-sdk/util-uri-escape': 3.295.0 + '@aws-sdk/types': 3.303.0 + '@aws-sdk/util-uri-escape': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/querystring-parser/3.296.0: - resolution: {integrity: sha512-nLNZKVQfK42euv7101cE5qfg17YCtGcfccx3B5XSAzvyTROR46kwYqbEvYSsWisbZoRhbQc905gB/5E0U5HDIw==} + /@aws-sdk/querystring-parser/3.303.0: + resolution: {integrity: sha512-KNJSQiTFiA7W5eYCox8bLGM7kghC3Azad86HQhdsYO0jCoPxcgj8MeP6T7fPTIC4WcTwcWb7T1MpzoeBiKMOTQ==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/service-error-classification/3.296.0: - resolution: {integrity: sha512-YIsWSQ38e1+FqXz3CMrkKS0JD8OLlHf6I72PJhbfegePpQQFqi9R8OREjP5V7UR9Z972yruv4i96ROH6SCtmoA==} + /@aws-sdk/service-error-classification/3.303.0: + resolution: {integrity: sha512-eO13PzdtRO9C+g3tyFOpIblX2SbDrIbg2bNtB8JOfjVi3E1b5VsSTXXU/cKV+lbZ9XMzMn3VzGSvpo6AjzfpxA==} engines: {node: '>=14.0.0'} dev: false - /@aws-sdk/shared-ini-file-loader/3.300.0: - resolution: {integrity: sha512-xA+V08AMsb1EcNJ2UF896T4I3f6Q/H56Z3gTwcXyFXsCY3lYkEB2MEdST+x4+20emELkYjtu5SNsGgUCBehR7g==} + /@aws-sdk/shared-ini-file-loader/3.303.0: + resolution: {integrity: sha512-yI84mnnh3pdQtIOo+oGWofaI0rvfhp3DOavB8KHIkQr+RcjF+fxsqbelRfVb25gx7yEWPNCMB8wM+HhklSEFJg==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/signature-v4/3.299.0: - resolution: {integrity: sha512-3TtP+S3Tu0Q2/EwJLnN+IEok9nRyez79f6vprqXbC9Lex623cqh/OOYSy2oUjFlIgsIOLPum87/1bfcznYW+yQ==} + /@aws-sdk/signature-v4/3.303.0: + resolution: {integrity: sha512-muw5yclLOgXPHIxv60mhO6R0GVjKbf+M6E/cWvIEVGq8Ke+mLMYNFYNdKP/f/8JgTtW2xwQ7pIK3U8x284ZqPw==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/is-array-buffer': 3.295.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/is-array-buffer': 3.303.0 + '@aws-sdk/types': 3.303.0 '@aws-sdk/util-hex-encoding': 3.295.0 - '@aws-sdk/util-middleware': 3.296.0 - '@aws-sdk/util-uri-escape': 3.295.0 - '@aws-sdk/util-utf8': 3.295.0 + '@aws-sdk/util-middleware': 3.303.0 + '@aws-sdk/util-uri-escape': 3.303.0 + '@aws-sdk/util-utf8': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/smithy-client/3.296.0: - resolution: {integrity: sha512-HEpsLNozGe9XOWouq5A1TFw5KhFodi8tZqYVNEbSpLoRR+EQKf6OCRvKIRkOn7FnnaOasOR1n7S0D51UG6/irw==} + /@aws-sdk/smithy-client/3.303.0: + resolution: {integrity: sha512-WDTC9ODdpRAXo8+Mtr5hsPJeR3y3LxfZZFg5dplJgkaxV+MFdnsUCxZfAZMnxcGy5Q2qTzlLLNk9CpadS72v+g==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/middleware-stack': 3.296.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/middleware-stack': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/token-providers/3.301.0: - resolution: {integrity: sha512-TgchzkIOLGMhL3dFKGHyztZ4/HOM/WvJC0bRxvrWTs+iDHRaaKNpzW1RzCVCtbH8F/B9h5qPdRFJ6jTHtCKf4A==} + /@aws-sdk/token-providers/3.303.0: + resolution: {integrity: sha512-7G7VYbqyX0v6RTD/m7XmArZToMek4jYXR/TuuGHK6ifNJeMDwkU4BcoVDj37vvTPYp6qKU5IE+bE3XmPyVWnGQ==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/client-sso-oidc': 3.301.0 - '@aws-sdk/property-provider': 3.296.0 - '@aws-sdk/shared-ini-file-loader': 3.300.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/client-sso-oidc': 3.303.0 + '@aws-sdk/property-provider': 3.303.0 + '@aws-sdk/shared-ini-file-loader': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/types/3.296.0: - resolution: {integrity: sha512-s0wIac64rrMEo2ioUxP9IarGiiCGmelCspNcoNTPSjGl25QqjhyfQqTeGgS58qJ4fHoQb07qra39930xp1IzJg==} + /@aws-sdk/types/3.303.0: + resolution: {integrity: sha512-H+Cy8JDTsK87MID6MJbV9ad5xdS9YvaLZSeveC2Zs1WNu2Rp6X9j+mg3EqDSmBKUQVAFRy2b+CSKkH3nnBMedw==} engines: {node: '>=14.0.0'} dependencies: tslib: 2.5.0 dev: false - /@aws-sdk/url-parser/3.296.0: - resolution: {integrity: sha512-nBgeGF+ziuDSLz+y8UAl6zL2tXxDwh3wqeXFe9ZcR4YW71BWuh+vEqEsaEMutOrfnJacCrYKTs9TkIOW41cEGg==} + /@aws-sdk/url-parser/3.303.0: + resolution: {integrity: sha512-PXMXGhr89s0MiPTf8Ft/v3sPzh2geSrFhTVSO/01blfBQqtuu0JMqORhLheOdi16AhQNVlYHDW2tWdx7/T+KsA==} dependencies: - '@aws-sdk/querystring-parser': 3.296.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/querystring-parser': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/util-base64/3.295.0: - resolution: {integrity: sha512-z1r40BsBiOTALnzASvLb4qutGwPpL+jH2UKTCV5WJLXZFMzRnpZaRfeZGE8lMJ/i0+jv9H9G1FmVzE8UgB4rhw==} + /@aws-sdk/util-base64/3.303.0: + resolution: {integrity: sha512-oj+p/GHHPcZEKjiiOHU/CyNQeh8i+8dfMMzU+VGdoK5jHaVG8h2b+V7GPf7I4wDkG2ySCK5b5Jw5NUHwdTJ13Q==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/util-buffer-from': 3.295.0 + '@aws-sdk/util-buffer-from': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/util-body-length-browser/3.295.0: - resolution: {integrity: sha512-NbG4/RSHV1VueStPRclSo5zRjNUmcDlNAs29sniZF+YaN0+Ad7hEdu/YgJw39shBfUaurz2Wv0pufU3cxE5Tng==} + /@aws-sdk/util-body-length-browser/3.303.0: + resolution: {integrity: sha512-T643m0pKzgjAvPFy4W8zL+aszG3T22U8hb6stlMvT0z++Smv8QfIvkIkXjWyH2KlOt5GKliHwdOv8SAi0FSMJQ==} dependencies: tslib: 2.5.0 dev: false - /@aws-sdk/util-body-length-node/3.295.0: - resolution: {integrity: sha512-dvGf8VBmrT66lM0n6P/h7wnlHS4Atafyivyl8f4TUCMvRdpqryvvrtnX6yYcq3T7VKQmas/2SOlgDvcrhGXaiw==} + /@aws-sdk/util-body-length-node/3.303.0: + resolution: {integrity: sha512-/hS8z6e18Le60hJr2TUIFoUjUiAsnQsuDn6DxX74GXhMOHeSwZDJ9jHF39quYkNMmAE37GrVH4MI9vE0pN27qw==} engines: {node: '>=14.0.0'} dependencies: tslib: 2.5.0 dev: false - /@aws-sdk/util-buffer-from/3.295.0: - resolution: {integrity: sha512-5ezVEITQnrQKn+CU9qfZHgRp2nrrbX0Clmlm9aiNjAEQEPHY33tWl0t6n8h8yU+IpGiNRMWBVC4aSJaE5NA1mA==} + /@aws-sdk/util-buffer-from/3.303.0: + resolution: {integrity: sha512-hUU+NW+SW6RNojtAKnnmz+tDShVKlEx2YsS4a5fSfrKRUes+zWz10cxVX0RQfysd3R6tdSHhbjsSj8eCIybheg==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/is-array-buffer': 3.295.0 + '@aws-sdk/is-array-buffer': 3.303.0 tslib: 2.5.0 dev: false @@ -656,33 +656,33 @@ packages: tslib: 2.5.0 dev: false - /@aws-sdk/util-defaults-mode-browser/3.296.0: - resolution: {integrity: sha512-R+nzc0PuTMaOG3LV4FoS5W7oMAqqr8G1IyI+A4Q5iem6YDMF157qV5h6wpIt3A8n9YfjyssLsAT/WPfyv/M79w==} + /@aws-sdk/util-defaults-mode-browser/3.303.0: + resolution: {integrity: sha512-jtZgCKelFe4/SHDHQu9ydbYttxSfqSlQojA5qxTJxLvzryIB+/GTHQ+sYWyMyzaD489W9elt1/cSsXd4LtPK0A==} engines: {node: '>= 10.0.0'} dependencies: - '@aws-sdk/property-provider': 3.296.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/property-provider': 3.303.0 + '@aws-sdk/types': 3.303.0 bowser: 2.11.0 tslib: 2.5.0 dev: false - /@aws-sdk/util-defaults-mode-node/3.300.0: - resolution: {integrity: sha512-a8tZsgkMBhnBlADyhDXMglFh6vkX6zXcJ4pnE9D3JrLDL0Fl50/Zk8FbePilEF2Dv7XRIOe4K70OZnNeeELJcg==} + /@aws-sdk/util-defaults-mode-node/3.303.0: + resolution: {integrity: sha512-c86iyot/u9bCVcy/rlWL+0kdR51c7C2d2yDXvO9iFCdMKAs28Hw1ijGczVmOcUQ61zKNFSGYx+VekHXN9IWYOg==} engines: {node: '>= 10.0.0'} dependencies: - '@aws-sdk/config-resolver': 3.300.0 - '@aws-sdk/credential-provider-imds': 3.300.0 - '@aws-sdk/node-config-provider': 3.300.0 - '@aws-sdk/property-provider': 3.296.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/config-resolver': 3.303.0 + '@aws-sdk/credential-provider-imds': 3.303.0 + '@aws-sdk/node-config-provider': 3.303.0 + '@aws-sdk/property-provider': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/util-endpoints/3.296.0: - resolution: {integrity: sha512-YraGGLJepXM6HCTaqEGTFf8RFRBdJ0C6uG5k0kVhiXmYxBkeupn8J07CVp9jfWqcPYWElAnMGVEZKU1OjRo4HQ==} + /@aws-sdk/util-endpoints/3.303.0: + resolution: {integrity: sha512-dPg9+l3VY3nclWFiWAVNWek5lQwgdtY8oRYOgCeyntce9FlNrPQgCRTVr36D0iQ0aNCs0GWzfjgL+rIdCF66/w==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false @@ -700,38 +700,38 @@ packages: tslib: 2.5.0 dev: false - /@aws-sdk/util-middleware/3.296.0: - resolution: {integrity: sha512-MNWU+doVuX+mIehEManP6OP+f08T33qQpHoBqKIeKpn3TjZjMHG7ujACTkJiEOHUrnwTov7h0Sm+3OZwk3kh9w==} + /@aws-sdk/util-middleware/3.303.0: + resolution: {integrity: sha512-HAfBcbZw1+pY3dIEDM4jVpH1ViFcGH5s0q1dr+x4rcLGpMM3B4dH0HUgDPtycG8sw+nk+9jGgiEtgaCNOpJLGA==} engines: {node: '>=14.0.0'} dependencies: tslib: 2.5.0 dev: false - /@aws-sdk/util-retry/3.296.0: - resolution: {integrity: sha512-0mh7SqOMjuJ4vE423SzA/AfCLM68jykbfpEBkTmfqkpjkeQSW+UXHAUdXsMmfzIneiq7go5Z548F868C3cZnwQ==} + /@aws-sdk/util-retry/3.303.0: + resolution: {integrity: sha512-RWwRNjoWMcpDouz69wPuFXWFVzwYtUkTbJfa46SjKl1IwqMHS4f9yjJfCwJIoLOW9M/o2JB7nD0Ij3gqqzajLw==} engines: {node: '>= 14.0.0'} dependencies: - '@aws-sdk/service-error-classification': 3.296.0 + '@aws-sdk/service-error-classification': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/util-uri-escape/3.295.0: - resolution: {integrity: sha512-1H5DcyIoXF8XcPBWf7wzHt0l+TW2EoR8Oq4gsVrPTQkHMTVclC2Yn8EF3gc4arwVBzwLulI9LMBE2L8fexGfTQ==} + /@aws-sdk/util-uri-escape/3.303.0: + resolution: {integrity: sha512-N3ULNuHCL3QzAlCTY+XRRkRQTYCTU8RRuzFCJX0pDpz9t2K+tLT7DbxqupWGNFGl5Xlulf1Is14J3BP/Dx91rA==} engines: {node: '>=14.0.0'} dependencies: tslib: 2.5.0 dev: false - /@aws-sdk/util-user-agent-browser/3.299.0: - resolution: {integrity: sha512-TRPAemTDzqxCxbpVkXV+Sp9JbEo0JdT/W8qzP/uuOdglZlNXM+SadkOuNFmqr2KG83bJE6lvomGJcJb9vMN4XQ==} + /@aws-sdk/util-user-agent-browser/3.303.0: + resolution: {integrity: sha512-Kex3abpUrTX9z129jiI8sfjIUmQDwiWjhkvBkPmrwjFY/sZcnOcXj5nP2iwJ+k6CnA5ZK5PjZ6P62t+eJ5MTXw==} dependencies: - '@aws-sdk/types': 3.296.0 + '@aws-sdk/types': 3.303.0 bowser: 2.11.0 tslib: 2.5.0 dev: false - /@aws-sdk/util-user-agent-node/3.300.0: - resolution: {integrity: sha512-lBx4HxyTxxQiqGcmvOK4p09XC2YxmH6ANQXdXdiT28qM3OJjf5WLyl4FfdH7grDSryTFdF06FRFtJDFSuSWYrw==} + /@aws-sdk/util-user-agent-node/3.303.0: + resolution: {integrity: sha512-QYUg8F/Ho6AsVZaSSRMf/LWoEPDyOwgKZBw3AbKoH6RxAdAsdL1SXz5t4A6jHakP9TLVN2Yw2WRbHDe4LATASQ==} engines: {node: '>=14.0.0'} peerDependencies: aws-crt: '>=1.0.0' @@ -739,8 +739,8 @@ packages: aws-crt: optional: true dependencies: - '@aws-sdk/node-config-provider': 3.300.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/node-config-provider': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false @@ -750,20 +750,20 @@ packages: tslib: 2.5.0 dev: false - /@aws-sdk/util-utf8/3.295.0: - resolution: {integrity: sha512-ITN8v3F63ZkA4sdmCtSbS/mhav4F0MEAiXDAUXtMJLNqVtaVcyQST4i9vNmPpIVthAPAtP0QjyF2tq/Di8bxtQ==} + /@aws-sdk/util-utf8/3.303.0: + resolution: {integrity: sha512-tZXVuMOIONPOuOGBs/XRdzxv6jUvTM620dRFFIHZwlGiW8bo0x0LlonrzDAJZA4e9ZwmxJIj8Ji13WVRBGvZWg==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/util-buffer-from': 3.295.0 + '@aws-sdk/util-buffer-from': 3.303.0 tslib: 2.5.0 dev: false - /@aws-sdk/util-waiter/3.296.0: - resolution: {integrity: sha512-L57uIC74VyTjAdCH0wQqtvJtwK4+gIT/51K/BJHEqVg6C1pOwgrdT6dHC3q8b+gdOrZ6Ff/vTEfh7FZmVcPPjg==} + /@aws-sdk/util-waiter/3.303.0: + resolution: {integrity: sha512-rh1NtjORXAgHyp5GY96cf48Vhhd+t8k/DFKaiuSEkIydcxJABUbNdP/U7EurGMq5kyozyMB2a+cHULeXsh0YFQ==} engines: {node: '>=14.0.0'} dependencies: - '@aws-sdk/abort-controller': 3.296.0 - '@aws-sdk/types': 3.296.0 + '@aws-sdk/abort-controller': 3.303.0 + '@aws-sdk/types': 3.303.0 tslib: 2.5.0 dev: false @@ -976,6 +976,16 @@ packages: '@babel/helper-plugin-utils': 7.20.2 dev: true + /@babel/plugin-syntax-jsx/7.18.6_@babel+core@7.21.3: + resolution: {integrity: sha512-6mmljtAedFGTWu2p/8WIORGwy+61PLgOMPOdazc7YoJ9ZCWUyFy3A6CpPkRKLKD1ToAesxX8KGEViAiLo9N+7Q==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.21.3 + '@babel/helper-plugin-utils': 7.20.2 + dev: true + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.21.3: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: @@ -1163,54 +1173,53 @@ packages: engines: {node: '>=8'} dev: true - /@jest/console/28.1.3: - resolution: {integrity: sha512-QPAkP5EwKdK/bxIr6C1I4Vs0rm2nHiANzj/Z5X2JQkrZo6IqvC4ldZ9K95tF0HdidhA8Bo6egxSzUFPYKcEXLw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/console/29.5.0: + resolution: {integrity: sha512-NEpkObxPwyw/XxZVLPmAGKE89IQRp4puc6IQRPru6JKd1M3fW9v1xM1AnzIJE65hbCkzQAdnL8P47e9hzhiYLQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 28.1.3 + '@jest/types': 29.5.0 '@types/node': 18.15.11 chalk: 4.1.2 - jest-message-util: 28.1.3 - jest-util: 28.1.3 + jest-message-util: 29.5.0 + jest-util: 29.5.0 slash: 3.0.0 dev: true - /@jest/core/28.1.3: - resolution: {integrity: sha512-CIKBrlaKOzA7YG19BEqCw3SLIsEwjZkeJzf5bdooVnW4bH5cktqe3JX+G2YV1aK5vP8N9na1IGWFzYaTp6k6NA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/core/29.5.0: + resolution: {integrity: sha512-28UzQc7ulUrOQw1IsN/kv1QES3q2kkbl/wGslyhAclqZ/8cMdB5M68BffkIdSJgKBUt50d3hbwJ92XESlE7LiQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: node-notifier: optional: true dependencies: - '@jest/console': 28.1.3 - '@jest/reporters': 28.1.3 - '@jest/test-result': 28.1.3 - '@jest/transform': 28.1.3 - '@jest/types': 28.1.3 + '@jest/console': 29.5.0 + '@jest/reporters': 29.5.0 + '@jest/test-result': 29.5.0 + '@jest/transform': 29.5.0 + '@jest/types': 29.5.0 '@types/node': 18.15.11 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.8.0 exit: 0.1.2 graceful-fs: 4.2.11 - jest-changed-files: 28.1.3 - jest-config: 28.1.3_@types+node@18.15.11 - jest-haste-map: 28.1.3 - jest-message-util: 28.1.3 - jest-regex-util: 28.0.2 - jest-resolve: 28.1.3 - jest-resolve-dependencies: 28.1.3 - jest-runner: 28.1.3 - jest-runtime: 28.1.3 - jest-snapshot: 28.1.3 - jest-util: 28.1.3 - jest-validate: 28.1.3 - jest-watcher: 28.1.3 + jest-changed-files: 29.5.0 + jest-config: 29.5.0_@types+node@18.15.11 + jest-haste-map: 29.5.0 + jest-message-util: 29.5.0 + jest-regex-util: 29.4.3 + jest-resolve: 29.5.0 + jest-resolve-dependencies: 29.5.0 + jest-runner: 29.5.0 + jest-runtime: 29.5.0 + jest-snapshot: 29.5.0 + jest-util: 29.5.0 + jest-validate: 29.5.0 + jest-watcher: 29.5.0 micromatch: 4.0.5 - pretty-format: 28.1.3 - rimraf: 3.0.2 + pretty-format: 29.5.0 slash: 3.0.0 strip-ansi: 6.0.1 transitivePeerDependencies: @@ -1218,59 +1227,60 @@ packages: - ts-node dev: true - /@jest/environment/28.1.3: - resolution: {integrity: sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/environment/29.5.0: + resolution: {integrity: sha512-5FXw2+wD29YU1d4I2htpRX7jYnAyTRjP2CsXQdo9SAM8g3ifxWPSV0HnClSn71xwctr0U3oZIIH+dtbfmnbXVQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/fake-timers': 28.1.3 - '@jest/types': 28.1.3 + '@jest/fake-timers': 29.5.0 + '@jest/types': 29.5.0 '@types/node': 18.15.11 - jest-mock: 28.1.3 + jest-mock: 29.5.0 dev: true - /@jest/expect-utils/28.1.3: - resolution: {integrity: sha512-wvbi9LUrHJLn3NlDW6wF2hvIMtd4JUl2QNVrjq+IBSHirgfrR3o9RnVtxzdEGO2n9JyIWwHnLfby5KzqBGg2YA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/expect-utils/29.5.0: + resolution: {integrity: sha512-fmKzsidoXQT2KwnrwE0SQq3uj8Z763vzR8LnLBwC2qYWEFpjX8daRsk6rHUM1QvNlEW/UJXNXm59ztmJJWs2Mg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-get-type: 28.0.2 + jest-get-type: 29.4.3 dev: true - /@jest/expect/28.1.3: - resolution: {integrity: sha512-lzc8CpUbSoE4dqT0U+g1qODQjBRHPpCPXissXD4mS9+sWQdmmpeJ9zSH1rS1HEkrsMN0fb7nKrJ9giAR1d3wBw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/expect/29.5.0: + resolution: {integrity: sha512-PueDR2HGihN3ciUNGr4uelropW7rqUfTiOn+8u0leg/42UhblPxHkfoh0Ruu3I9Y1962P3u2DY4+h7GVTSVU6g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - expect: 28.1.3 - jest-snapshot: 28.1.3 + expect: 29.5.0 + jest-snapshot: 29.5.0 transitivePeerDependencies: - supports-color dev: true - /@jest/fake-timers/28.1.3: - resolution: {integrity: sha512-D/wOkL2POHv52h+ok5Oj/1gOG9HSywdoPtFsRCUmlCILXNn5eIWmcnd3DIiWlJnpGvQtmajqBP95Ei0EimxfLw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/fake-timers/29.5.0: + resolution: {integrity: sha512-9ARvuAAQcBwDAqOnglWq2zwNIRUDtk/SCkp/ToGEhFv5r86K21l+VEs0qNTaXtyiY0lEePl3kylijSYJQqdbDg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 28.1.3 - '@sinonjs/fake-timers': 9.1.2 + '@jest/types': 29.5.0 + '@sinonjs/fake-timers': 10.0.2 '@types/node': 18.15.11 - jest-message-util: 28.1.3 - jest-mock: 28.1.3 - jest-util: 28.1.3 + jest-message-util: 29.5.0 + jest-mock: 29.5.0 + jest-util: 29.5.0 dev: true - /@jest/globals/28.1.3: - resolution: {integrity: sha512-XFU4P4phyryCXu1pbcqMO0GSQcYe1IsalYCDzRNyhetyeyxMcIxa11qPNDpVNLeretItNqEmYYQn1UYz/5x1NA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/globals/29.5.0: + resolution: {integrity: sha512-S02y0qMWGihdzNbUiqSAiKSpSozSuHX5UYc7QbnHP+D9Lyw8DgGGCinrN9uSuHPeKgSSzvPom2q1nAtBvUsvPQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 28.1.3 - '@jest/expect': 28.1.3 - '@jest/types': 28.1.3 + '@jest/environment': 29.5.0 + '@jest/expect': 29.5.0 + '@jest/types': 29.5.0 + jest-mock: 29.5.0 transitivePeerDependencies: - supports-color dev: true - /@jest/reporters/28.1.3: - resolution: {integrity: sha512-JuAy7wkxQZVNU/V6g9xKzCGC5LVXx9FDcABKsSXp5MiKPEE2144a/vXTEDoyzjUpZKfVwp08Wqg5A4WfTMAzjg==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/reporters/29.5.0: + resolution: {integrity: sha512-D05STXqj/M8bP9hQNSICtPqz97u7ffGzZu+9XLucXhkOFBqKcXe04JLZOgIekOxdb73MAoBUFnqvf7MCpKk5OA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 peerDependenciesMeta: @@ -1278,10 +1288,10 @@ packages: optional: true dependencies: '@bcoe/v8-coverage': 0.2.3 - '@jest/console': 28.1.3 - '@jest/test-result': 28.1.3 - '@jest/transform': 28.1.3 - '@jest/types': 28.1.3 + '@jest/console': 29.5.0 + '@jest/test-result': 29.5.0 + '@jest/transform': 29.5.0 + '@jest/types': 29.5.0 '@jridgewell/trace-mapping': 0.3.17 '@types/node': 18.15.11 chalk: 4.1.2 @@ -1294,69 +1304,68 @@ packages: istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.5 - jest-message-util: 28.1.3 - jest-util: 28.1.3 - jest-worker: 28.1.3 + jest-message-util: 29.5.0 + jest-util: 29.5.0 + jest-worker: 29.5.0 slash: 3.0.0 string-length: 4.0.2 strip-ansi: 6.0.1 - terminal-link: 2.1.1 v8-to-istanbul: 9.1.0 transitivePeerDependencies: - supports-color dev: true - /@jest/schemas/28.1.3: - resolution: {integrity: sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/schemas/29.4.3: + resolution: {integrity: sha512-VLYKXQmtmuEz6IxJsrZwzG9NvtkQsWNnWMsKxqWNu3+CnfzJQhp0WDDKWLVV9hLKr0l3SLLFRqcYHjhtyuDVxg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@sinclair/typebox': 0.24.51 + '@sinclair/typebox': 0.25.24 dev: true - /@jest/source-map/28.1.2: - resolution: {integrity: sha512-cV8Lx3BeStJb8ipPHnqVw/IM2VCMWO3crWZzYodSIkxXnRcXJipCdx1JCK0K5MsJJouZQTH73mzf4vgxRaH9ww==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/source-map/29.4.3: + resolution: {integrity: sha512-qyt/mb6rLyd9j1jUts4EQncvS6Yy3PM9HghnNv86QBlV+zdL2inCdK1tuVlL+J+lpiw2BI67qXOrX3UurBqQ1w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jridgewell/trace-mapping': 0.3.17 callsites: 3.1.0 graceful-fs: 4.2.11 dev: true - /@jest/test-result/28.1.3: - resolution: {integrity: sha512-kZAkxnSE+FqE8YjW8gNuoVkkC9I7S1qmenl8sGcDOLropASP+BkcGKwhXoyqQuGOGeYY0y/ixjrd/iERpEXHNg==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/test-result/29.5.0: + resolution: {integrity: sha512-fGl4rfitnbfLsrfx1uUpDEESS7zM8JdgZgOCQuxQvL1Sn/I6ijeAVQWGfXI9zb1i9Mzo495cIpVZhA0yr60PkQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 28.1.3 - '@jest/types': 28.1.3 + '@jest/console': 29.5.0 + '@jest/types': 29.5.0 '@types/istanbul-lib-coverage': 2.0.4 collect-v8-coverage: 1.0.1 dev: true - /@jest/test-sequencer/28.1.3: - resolution: {integrity: sha512-NIMPEqqa59MWnDi1kvXXpYbqsfQmSJsIbnd85mdVGkiDfQ9WQQTXOLsvISUfonmnBT+w85WEgneCigEEdHDFxw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/test-sequencer/29.5.0: + resolution: {integrity: sha512-yPafQEcKjkSfDXyvtgiV4pevSeyuA6MQr6ZIdVkWJly9vkqjnFfcfhRQqpD5whjoU8EORki752xQmjaqoFjzMQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 28.1.3 + '@jest/test-result': 29.5.0 graceful-fs: 4.2.11 - jest-haste-map: 28.1.3 + jest-haste-map: 29.5.0 slash: 3.0.0 dev: true - /@jest/transform/28.1.3: - resolution: {integrity: sha512-u5dT5di+oFI6hfcLOHGTAfmUxFRrjK+vnaP0kkVow9Md/M7V/MxqQMOz/VV25UZO8pzeA9PjfTpOu6BDuwSPQA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/transform/29.5.0: + resolution: {integrity: sha512-8vbeZWqLJOvHaDfeMuoHITGKSz5qWc9u04lnWrQE3VyuSw604PzQM824ZeX9XSjUCeDiE3GuxZe5UKa8J61NQw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.21.3 - '@jest/types': 28.1.3 + '@jest/types': 29.5.0 '@jridgewell/trace-mapping': 0.3.17 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 - convert-source-map: 1.9.0 + convert-source-map: 2.0.0 fast-json-stable-stringify: 2.1.0 graceful-fs: 4.2.11 - jest-haste-map: 28.1.3 - jest-regex-util: 28.0.2 - jest-util: 28.1.3 + jest-haste-map: 29.5.0 + jest-regex-util: 29.4.3 + jest-util: 29.5.0 micromatch: 4.0.5 pirates: 4.0.5 slash: 3.0.0 @@ -1365,11 +1374,11 @@ packages: - supports-color dev: true - /@jest/types/28.1.3: - resolution: {integrity: sha512-RyjiyMUZrKz/c+zlMFO1pm70DcIlST8AeWTkoUdZevew44wcNZQHsEVOiCVtgVnlFFD82FPaXycys58cf2muVQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /@jest/types/29.5.0: + resolution: {integrity: sha512-qbu7kN6czmVRc3xWFQcAN03RAUamgppVUdXrvl1Wr3jlNF93o9mJbGcDWrwGB6ht44u7efB1qCFgVQmca24Uog==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/schemas': 28.1.3 + '@jest/schemas': 29.4.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 '@types/node': 18.15.11 @@ -1436,20 +1445,20 @@ packages: fastq: 1.15.0 dev: true - /@sinclair/typebox/0.24.51: - resolution: {integrity: sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==} + /@sinclair/typebox/0.25.24: + resolution: {integrity: sha512-XJfwUVUKDHF5ugKwIcxEgc9k8b7HbznCp6eUfWgu710hMPNIO4aw4/zB5RogDQz8nd6gyCDpU9O/m6qYEWY6yQ==} dev: true - /@sinonjs/commons/1.8.6: - resolution: {integrity: sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==} + /@sinonjs/commons/2.0.0: + resolution: {integrity: sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==} dependencies: type-detect: 4.0.8 dev: true - /@sinonjs/fake-timers/9.1.2: - resolution: {integrity: sha512-BPS4ynJW/o92PUR4wgriz2Ud5gpST5vz6GQfMixEDK0Z8ZCUv2M7SkBLykH56T++Xs+8ln9zTGbOvNGIe02/jw==} + /@sinonjs/fake-timers/10.0.2: + resolution: {integrity: sha512-SwUDyjWnah1AaNl7kxsa7cfLhlTYoiyhDAIgyh+El30YvXs/o7OLXpYH88Zdhyx9JExKrmHDJ+10bwIcY80Jmw==} dependencies: - '@sinonjs/commons': 1.8.6 + '@sinonjs/commons': 2.0.0 dev: true /@types/babel__core/7.20.0: @@ -1525,8 +1534,8 @@ packages: '@types/yargs-parser': 21.0.0 dev: true - /@vercel/ncc/0.34.0: - resolution: {integrity: sha512-G9h5ZLBJ/V57Ou9vz5hI8pda/YQX5HQszCs3AmIus3XzsmRn/0Ptic5otD3xVST8QLKk7AMk7AqpsyQGN7MZ9A==} + /@vercel/ncc/0.36.1: + resolution: {integrity: sha512-S4cL7Taa9yb5qbv+6wLgiKVZ03Qfkc4jGRuiUQMQ8HGBD5pcNRnHeYM33zBvJE4/zJGjJJ8GScB+WmTsn9mORw==} hasBin: true dev: true @@ -1602,17 +1611,17 @@ packages: resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} dev: true - /babel-jest/28.1.3_@babel+core@7.21.3: - resolution: {integrity: sha512-epUaPOEWMk3cWX0M/sPvCHHCe9fMFAa/9hXEgKP8nFfNl/jlGkE9ucq9NqkZGXLDduCJYS0UvSlPUwC0S+rH6Q==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /babel-jest/29.5.0_@babel+core@7.21.3: + resolution: {integrity: sha512-mA4eCDh5mSo2EcA9xQjVTpmbbNk32Zb3Q3QFQsNhaK56Q+yoXowzFodLux30HRgyOho5rsQ6B0P9QpMkvvnJ0Q==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: '@babel/core': 7.21.3 - '@jest/transform': 28.1.3 + '@jest/transform': 29.5.0 '@types/babel__core': 7.20.0 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 28.1.3_@babel+core@7.21.3 + babel-preset-jest: 29.5.0_@babel+core@7.21.3 chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -1633,9 +1642,9 @@ packages: - supports-color dev: true - /babel-plugin-jest-hoist/28.1.3: - resolution: {integrity: sha512-Ys3tUKAmfnkRUpPdpa98eYrAR0nV+sSFUZZEGuQ2EbFd1y4SOLtD5QDNHAq+bb9a+bbXvYQC4b+ID/THIMcU6Q==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /babel-plugin-jest-hoist/29.5.0: + resolution: {integrity: sha512-zSuuuAlTMT4mzLj2nPnUm6fsE6270vdOfnpbJ+RmruU75UhLFvL0N2NgI7xpeS7NaB6hGqmd5pVpGTDYvi4Q3w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/template': 7.20.7 '@babel/types': 7.21.3 @@ -1663,14 +1672,14 @@ packages: '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.21.3 dev: true - /babel-preset-jest/28.1.3_@babel+core@7.21.3: - resolution: {integrity: sha512-L+fupJvlWAHbQfn74coNX3zf60LXMJsezNvvx8eIh7iOR1luJ1poxYgQk1F8PYtNq/6QODDHCqsSnTFSWC491A==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /babel-preset-jest/29.5.0_@babel+core@7.21.3: + resolution: {integrity: sha512-JOMloxOqdiBSxMAzjRaH023/vvcaSaec49zvg+2LmNsktC7ei39LTJGw02J+9uUtTZUq6xbLyJ4dxe9sSmIuAg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/core': 7.21.3 - babel-plugin-jest-hoist: 28.1.3 + babel-plugin-jest-hoist: 29.5.0 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.3 dev: true @@ -1702,7 +1711,7 @@ packages: hasBin: true dependencies: caniuse-lite: 1.0.30001473 - electron-to-chromium: 1.4.345 + electron-to-chromium: 1.4.347 node-releases: 2.0.10 update-browserslist-db: 1.0.10_browserslist@4.21.5 dev: true @@ -1814,6 +1823,10 @@ packages: resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} dev: true + /convert-source-map/2.0.0: + resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + dev: true + /cross-spawn/7.0.3: resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} engines: {node: '>= 8'} @@ -1853,9 +1866,9 @@ packages: engines: {node: '>=8'} dev: true - /diff-sequences/28.1.1: - resolution: {integrity: sha512-FU0iFaH/E23a+a718l8Qa/19bF9p06kgE0KipMOMadwa3SjnaElKzPaUC0vnibs6/B/9ni97s61mcejk8W1fQw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /diff-sequences/29.4.3: + resolution: {integrity: sha512-ofrBgwpPhCD85kMKtE9RYFFq6OC1A89oW2vvgWZNCwxrUpRUILopY7lsYyMDSjc8g6U6aiO0Qubg6r4Wgt5ZnA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true /doctrine/3.0.0: @@ -1865,12 +1878,12 @@ packages: esutils: 2.0.3 dev: true - /electron-to-chromium/1.4.345: - resolution: {integrity: sha512-znGhOQK2TUYLICgS25uaM0a7pHy66rSxbre7l762vg9AUoCcJK+Bu+HCPWpjL/U/kK8/Hf+6E0szAUJSyVYb3Q==} + /electron-to-chromium/1.4.347: + resolution: {integrity: sha512-LNi3+/9nV0vT6Bz1OsSoZ/w7IgNuWdefZ7mjKNjZxyRlI/ag6uMXxsxAy5Etvuixq3Q26exw2fc4bNYvYQqXSw==} dev: true - /emittery/0.10.2: - resolution: {integrity: sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==} + /emittery/0.13.1: + resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} engines: {node: '>=12'} dev: true @@ -2041,15 +2054,15 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /expect/28.1.3: - resolution: {integrity: sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /expect/29.5.0: + resolution: {integrity: sha512-yM7xqUrCO2JdpFo4XpM82t+PJBFybdqoQuJLDGeDX2ij8NZzqRHyu3Hp188/JX7SWqud+7t4MUdvcgGBICMHZg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/expect-utils': 28.1.3 - jest-get-type: 28.0.2 - jest-matcher-utils: 28.1.3 - jest-message-util: 28.1.3 - jest-util: 28.1.3 + '@jest/expect-utils': 29.5.0 + jest-get-type: 29.4.3 + jest-matcher-utils: 29.5.0 + jest-message-util: 29.5.0 + jest-util: 29.5.0 dev: true /fast-deep-equal/3.1.3: @@ -2360,44 +2373,45 @@ packages: istanbul-lib-report: 3.0.0 dev: true - /jest-changed-files/28.1.3: - resolution: {integrity: sha512-esaOfUWJXk2nfZt9SPyC8gA1kNfdKLkQWyzsMlqq8msYSlNKfmZxfRgZn4Cd4MGVUF+7v6dBs0d5TOAKa7iIiA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-changed-files/29.5.0: + resolution: {integrity: sha512-IFG34IUMUaNBIxjQXF/iu7g6EcdMrGRRxaUSw92I/2g2YC6vCdTltl4nHvt7Ci5nSJwXIkCu8Ka1DKF+X7Z1Ag==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: execa: 5.1.1 p-limit: 3.1.0 dev: true - /jest-circus/28.1.3: - resolution: {integrity: sha512-cZ+eS5zc79MBwt+IhQhiEp0OeBddpc1n8MBo1nMB8A7oPMKEO+Sre+wHaLJexQUj9Ya/8NOBY0RESUgYjB6fow==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-circus/29.5.0: + resolution: {integrity: sha512-gq/ongqeQKAplVxqJmbeUOJJKkW3dDNPY8PjhJ5G0lBRvu0e3EWGxGy5cI4LAGA7gV2UHCtWBI4EMXK8c9nQKA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 28.1.3 - '@jest/expect': 28.1.3 - '@jest/test-result': 28.1.3 - '@jest/types': 28.1.3 + '@jest/environment': 29.5.0 + '@jest/expect': 29.5.0 + '@jest/test-result': 29.5.0 + '@jest/types': 29.5.0 '@types/node': 18.15.11 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 is-generator-fn: 2.1.0 - jest-each: 28.1.3 - jest-matcher-utils: 28.1.3 - jest-message-util: 28.1.3 - jest-runtime: 28.1.3 - jest-snapshot: 28.1.3 - jest-util: 28.1.3 + jest-each: 29.5.0 + jest-matcher-utils: 29.5.0 + jest-message-util: 29.5.0 + jest-runtime: 29.5.0 + jest-snapshot: 29.5.0 + jest-util: 29.5.0 p-limit: 3.1.0 - pretty-format: 28.1.3 + pretty-format: 29.5.0 + pure-rand: 6.0.1 slash: 3.0.0 stack-utils: 2.0.6 transitivePeerDependencies: - supports-color dev: true - /jest-cli/28.1.3: - resolution: {integrity: sha512-roY3kvrv57Azn1yPgdTebPAXvdR2xfezaKKYzVxZ6It/5NCxzJym6tUI5P1zkdWhfUYkxEI9uZWcQdaFLo8mJQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-cli/29.5.0: + resolution: {integrity: sha512-L1KcP1l4HtfwdxXNFCL5bmUbLQiKrakMUriBEcc1Vfz6gx31ORKdreuWvmQVBit+1ss9NNR3yxjwfwzZNdQXJw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -2405,16 +2419,16 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 28.1.3 - '@jest/test-result': 28.1.3 - '@jest/types': 28.1.3 + '@jest/core': 29.5.0 + '@jest/test-result': 29.5.0 + '@jest/types': 29.5.0 chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 import-local: 3.1.0 - jest-config: 28.1.3 - jest-util: 28.1.3 - jest-validate: 28.1.3 + jest-config: 29.5.0 + jest-util: 29.5.0 + jest-validate: 29.5.0 prompts: 2.4.2 yargs: 17.7.1 transitivePeerDependencies: @@ -2423,9 +2437,9 @@ packages: - ts-node dev: true - /jest-config/28.1.3: - resolution: {integrity: sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-config/29.5.0: + resolution: {integrity: sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' ts-node: '>=9.0.0' @@ -2436,34 +2450,34 @@ packages: optional: true dependencies: '@babel/core': 7.21.3 - '@jest/test-sequencer': 28.1.3 - '@jest/types': 28.1.3 - babel-jest: 28.1.3_@babel+core@7.21.3 + '@jest/test-sequencer': 29.5.0 + '@jest/types': 29.5.0 + babel-jest: 29.5.0_@babel+core@7.21.3 chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.1 glob: 7.2.3 graceful-fs: 4.2.11 - jest-circus: 28.1.3 - jest-environment-node: 28.1.3 - jest-get-type: 28.0.2 - jest-regex-util: 28.0.2 - jest-resolve: 28.1.3 - jest-runner: 28.1.3 - jest-util: 28.1.3 - jest-validate: 28.1.3 + jest-circus: 29.5.0 + jest-environment-node: 29.5.0 + jest-get-type: 29.4.3 + jest-regex-util: 29.4.3 + jest-resolve: 29.5.0 + jest-runner: 29.5.0 + jest-util: 29.5.0 + jest-validate: 29.5.0 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 28.1.3 + pretty-format: 29.5.0 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color dev: true - /jest-config/28.1.3_@types+node@18.15.11: - resolution: {integrity: sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-config/29.5.0_@types+node@18.15.11: + resolution: {integrity: sha512-kvDUKBnNJPNBmFFOhDbm59iu1Fii1Q6SxyhXfvylq3UTHbg6o7j/g8k2dZyXWLvfdKB1vAPxNZnMgtKJcmu3kA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@types/node': '*' ts-node: '>=9.0.0' @@ -2474,138 +2488,139 @@ packages: optional: true dependencies: '@babel/core': 7.21.3 - '@jest/test-sequencer': 28.1.3 - '@jest/types': 28.1.3 + '@jest/test-sequencer': 29.5.0 + '@jest/types': 29.5.0 '@types/node': 18.15.11 - babel-jest: 28.1.3_@babel+core@7.21.3 + babel-jest: 29.5.0_@babel+core@7.21.3 chalk: 4.1.2 ci-info: 3.8.0 deepmerge: 4.3.1 glob: 7.2.3 graceful-fs: 4.2.11 - jest-circus: 28.1.3 - jest-environment-node: 28.1.3 - jest-get-type: 28.0.2 - jest-regex-util: 28.0.2 - jest-resolve: 28.1.3 - jest-runner: 28.1.3 - jest-util: 28.1.3 - jest-validate: 28.1.3 + jest-circus: 29.5.0 + jest-environment-node: 29.5.0 + jest-get-type: 29.4.3 + jest-regex-util: 29.4.3 + jest-resolve: 29.5.0 + jest-runner: 29.5.0 + jest-util: 29.5.0 + jest-validate: 29.5.0 micromatch: 4.0.5 parse-json: 5.2.0 - pretty-format: 28.1.3 + pretty-format: 29.5.0 slash: 3.0.0 strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color dev: true - /jest-diff/28.1.3: - resolution: {integrity: sha512-8RqP1B/OXzjjTWkqMX67iqgwBVJRgCyKD3L9nq+6ZqJMdvjE8RgHktqZ6jNrkdMT+dJuYNI3rhQpxaz7drJHfw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-diff/29.5.0: + resolution: {integrity: sha512-LtxijLLZBduXnHSniy0WMdaHjmQnt3g5sa16W4p0HqukYTTsyTW3GD1q41TyGl5YFXj/5B2U6dlh5FM1LIMgxw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - diff-sequences: 28.1.1 - jest-get-type: 28.0.2 - pretty-format: 28.1.3 + diff-sequences: 29.4.3 + jest-get-type: 29.4.3 + pretty-format: 29.5.0 dev: true - /jest-docblock/28.1.1: - resolution: {integrity: sha512-3wayBVNiOYx0cwAbl9rwm5kKFP8yHH3d/fkEaL02NPTkDojPtheGB7HZSFY4wzX+DxyrvhXz0KSCVksmCknCuA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-docblock/29.4.3: + resolution: {integrity: sha512-fzdTftThczeSD9nZ3fzA/4KkHtnmllawWrXO69vtI+L9WjEIuXWs4AmyME7lN5hU7dB0sHhuPfcKofRsUb/2Fg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: detect-newline: 3.1.0 dev: true - /jest-each/28.1.3: - resolution: {integrity: sha512-arT1z4sg2yABU5uogObVPvSlSMQlDA48owx07BDPAiasW0yYpYHYOo4HHLz9q0BVzDVU4hILFjzJw0So9aCL/g==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-each/29.5.0: + resolution: {integrity: sha512-HM5kIJ1BTnVt+DQZ2ALp3rzXEl+g726csObrW/jpEGl+CDSSQpOJJX2KE/vEg8cxcMXdyEPu6U4QX5eruQv5hA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 28.1.3 + '@jest/types': 29.5.0 chalk: 4.1.2 - jest-get-type: 28.0.2 - jest-util: 28.1.3 - pretty-format: 28.1.3 + jest-get-type: 29.4.3 + jest-util: 29.5.0 + pretty-format: 29.5.0 dev: true - /jest-environment-node/28.1.3: - resolution: {integrity: sha512-ugP6XOhEpjAEhGYvp5Xj989ns5cB1K6ZdjBYuS30umT4CQEETaxSiPcZ/E1kFktX4GkrcM4qu07IIlDYX1gp+A==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-environment-node/29.5.0: + resolution: {integrity: sha512-ExxuIK/+yQ+6PRGaHkKewYtg6hto2uGCgvKdb2nfJfKXgZ17DfXjvbZ+jA1Qt9A8EQSfPnt5FKIfnOO3u1h9qw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 28.1.3 - '@jest/fake-timers': 28.1.3 - '@jest/types': 28.1.3 + '@jest/environment': 29.5.0 + '@jest/fake-timers': 29.5.0 + '@jest/types': 29.5.0 '@types/node': 18.15.11 - jest-mock: 28.1.3 - jest-util: 28.1.3 + jest-mock: 29.5.0 + jest-util: 29.5.0 dev: true - /jest-get-type/28.0.2: - resolution: {integrity: sha512-ioj2w9/DxSYHfOm5lJKCdcAmPJzQXmbM/Url3rhlghrPvT3tt+7a/+oXc9azkKmLvoiXjtV83bEWqi+vs5nlPA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-get-type/29.4.3: + resolution: {integrity: sha512-J5Xez4nRRMjk8emnTpWrlkyb9pfRQQanDrvWHhsR1+VUfbwxi30eVcZFlcdGInRibU4G5LwHXpI7IRHU0CY+gg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-haste-map/28.1.3: - resolution: {integrity: sha512-3S+RQWDXccXDKSWnkHa/dPwt+2qwA8CJzR61w3FoYCvoo3Pn8tvGcysmMF0Bj0EX5RYvAI2EIvC57OmotfdtKA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-haste-map/29.5.0: + resolution: {integrity: sha512-IspOPnnBro8YfVYSw6yDRKh/TiCdRngjxeacCps1cQ9cgVN6+10JUcuJ1EabrgYLOATsIAigxA0rLR9x/YlrSA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 28.1.3 + '@jest/types': 29.5.0 '@types/graceful-fs': 4.1.6 '@types/node': 18.15.11 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 - jest-regex-util: 28.0.2 - jest-util: 28.1.3 - jest-worker: 28.1.3 + jest-regex-util: 29.4.3 + jest-util: 29.5.0 + jest-worker: 29.5.0 micromatch: 4.0.5 walker: 1.0.8 optionalDependencies: fsevents: 2.3.2 dev: true - /jest-leak-detector/28.1.3: - resolution: {integrity: sha512-WFVJhnQsiKtDEo5lG2mM0v40QWnBM+zMdHHyJs8AWZ7J0QZJS59MsyKeJHWhpBZBH32S48FOVvGyOFT1h0DlqA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-leak-detector/29.5.0: + resolution: {integrity: sha512-u9YdeeVnghBUtpN5mVxjID7KbkKE1QU4f6uUwuxiY0vYRi9BUCLKlPEZfDGR67ofdFmDz9oPAy2G92Ujrntmow==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-get-type: 28.0.2 - pretty-format: 28.1.3 + jest-get-type: 29.4.3 + pretty-format: 29.5.0 dev: true - /jest-matcher-utils/28.1.3: - resolution: {integrity: sha512-kQeJ7qHemKfbzKoGjHHrRKH6atgxMk8Enkk2iPQ3XwO6oE/KYD8lMYOziCkeSB9G4adPM4nR1DE8Tf5JeWH6Bw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-matcher-utils/29.5.0: + resolution: {integrity: sha512-lecRtgm/rjIK0CQ7LPQwzCs2VwW6WAahA55YBuI+xqmhm7LAaxokSB8C97yJeYyT+HvQkH741StzpU41wohhWw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 - jest-diff: 28.1.3 - jest-get-type: 28.0.2 - pretty-format: 28.1.3 + jest-diff: 29.5.0 + jest-get-type: 29.4.3 + pretty-format: 29.5.0 dev: true - /jest-message-util/28.1.3: - resolution: {integrity: sha512-PFdn9Iewbt575zKPf1286Ht9EPoJmYT7P0kY+RibeYZ2XtOr53pDLEFoTWXbd1h4JiGiWpTBC84fc8xMXQMb7g==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-message-util/29.5.0: + resolution: {integrity: sha512-Kijeg9Dag6CKtIDA7O21zNTACqD5MD/8HfIV8pdD94vFyFuer52SigdC3IQMhab3vACxXMiFk+yMHNdbqtyTGA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/code-frame': 7.18.6 - '@jest/types': 28.1.3 + '@jest/types': 29.5.0 '@types/stack-utils': 2.0.1 chalk: 4.1.2 graceful-fs: 4.2.11 micromatch: 4.0.5 - pretty-format: 28.1.3 + pretty-format: 29.5.0 slash: 3.0.0 stack-utils: 2.0.6 dev: true - /jest-mock/28.1.3: - resolution: {integrity: sha512-o3J2jr6dMMWYVH4Lh/NKmDXdosrsJgi4AviS8oXLujcjpCMBb1FMsblDnOXKZKfSiHLxYub1eS0IHuRXsio9eA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-mock/29.5.0: + resolution: {integrity: sha512-GqOzvdWDE4fAV2bWQLQCkujxYWL7RxjCnj71b5VhDAGOevB3qj3Ovg26A5NI84ZpODxyzaozXLOh2NCgkbvyaw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 28.1.3 + '@jest/types': 29.5.0 '@types/node': 18.15.11 + jest-util: 29.5.0 dev: true - /jest-pnp-resolver/1.2.3_jest-resolve@28.1.3: + /jest-pnp-resolver/1.2.3_jest-resolve@29.5.0: resolution: {integrity: sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==} engines: {node: '>=6'} peerDependencies: @@ -2614,134 +2629,134 @@ packages: jest-resolve: optional: true dependencies: - jest-resolve: 28.1.3 + jest-resolve: 29.5.0 dev: true - /jest-regex-util/28.0.2: - resolution: {integrity: sha512-4s0IgyNIy0y9FK+cjoVYoxamT7Zeo7MhzqRGx7YDYmaQn1wucY9rotiGkBzzcMXTtjrCAP/f7f+E0F7+fxPNdw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-regex-util/29.4.3: + resolution: {integrity: sha512-O4FglZaMmWXbGHSQInfXewIsd1LMn9p3ZXB/6r4FOkyhX2/iP/soMG98jGvk/A3HAN78+5VWcBGO0BJAPRh4kg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dev: true - /jest-resolve-dependencies/28.1.3: - resolution: {integrity: sha512-qa0QO2Q0XzQoNPouMbCc7Bvtsem8eQgVPNkwn9LnS+R2n8DaVDPL/U1gngC0LTl1RYXJU0uJa2BMC2DbTfFrHA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-resolve-dependencies/29.5.0: + resolution: {integrity: sha512-sjV3GFr0hDJMBpYeUuGduP+YeCRbd7S/ck6IvL3kQ9cpySYKqcqhdLLC2rFwrcL7tz5vYibomBrsFYWkIGGjOg==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - jest-regex-util: 28.0.2 - jest-snapshot: 28.1.3 + jest-regex-util: 29.4.3 + jest-snapshot: 29.5.0 transitivePeerDependencies: - supports-color dev: true - /jest-resolve/28.1.3: - resolution: {integrity: sha512-Z1W3tTjE6QaNI90qo/BJpfnvpxtaFTFw5CDgwpyE/Kz8U/06N1Hjf4ia9quUhCh39qIGWF1ZuxFiBiJQwSEYKQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-resolve/29.5.0: + resolution: {integrity: sha512-1TzxJ37FQq7J10jPtQjcc+MkCkE3GBpBecsSUWJ0qZNJpmg6m0D9/7II03yJulm3H/fvVjgqLh/k2eYg+ui52w==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: chalk: 4.1.2 graceful-fs: 4.2.11 - jest-haste-map: 28.1.3 - jest-pnp-resolver: 1.2.3_jest-resolve@28.1.3 - jest-util: 28.1.3 - jest-validate: 28.1.3 + jest-haste-map: 29.5.0 + jest-pnp-resolver: 1.2.3_jest-resolve@29.5.0 + jest-util: 29.5.0 + jest-validate: 29.5.0 resolve: 1.22.1 - resolve.exports: 1.1.1 + resolve.exports: 2.0.2 slash: 3.0.0 dev: true - /jest-runner/28.1.3: - resolution: {integrity: sha512-GkMw4D/0USd62OVO0oEgjn23TM+YJa2U2Wu5zz9xsQB1MxWKDOlrnykPxnMsN0tnJllfLPinHTka61u0QhaxBA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-runner/29.5.0: + resolution: {integrity: sha512-m7b6ypERhFghJsslMLhydaXBiLf7+jXy8FwGRHO3BGV1mcQpPbwiqiKUR2zU2NJuNeMenJmlFZCsIqzJCTeGLQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/console': 28.1.3 - '@jest/environment': 28.1.3 - '@jest/test-result': 28.1.3 - '@jest/transform': 28.1.3 - '@jest/types': 28.1.3 + '@jest/console': 29.5.0 + '@jest/environment': 29.5.0 + '@jest/test-result': 29.5.0 + '@jest/transform': 29.5.0 + '@jest/types': 29.5.0 '@types/node': 18.15.11 chalk: 4.1.2 - emittery: 0.10.2 + emittery: 0.13.1 graceful-fs: 4.2.11 - jest-docblock: 28.1.1 - jest-environment-node: 28.1.3 - jest-haste-map: 28.1.3 - jest-leak-detector: 28.1.3 - jest-message-util: 28.1.3 - jest-resolve: 28.1.3 - jest-runtime: 28.1.3 - jest-util: 28.1.3 - jest-watcher: 28.1.3 - jest-worker: 28.1.3 + jest-docblock: 29.4.3 + jest-environment-node: 29.5.0 + jest-haste-map: 29.5.0 + jest-leak-detector: 29.5.0 + jest-message-util: 29.5.0 + jest-resolve: 29.5.0 + jest-runtime: 29.5.0 + jest-util: 29.5.0 + jest-watcher: 29.5.0 + jest-worker: 29.5.0 p-limit: 3.1.0 source-map-support: 0.5.13 transitivePeerDependencies: - supports-color dev: true - /jest-runtime/28.1.3: - resolution: {integrity: sha512-NU+881ScBQQLc1JHG5eJGU7Ui3kLKrmwCPPtYsJtBykixrM2OhVQlpMmFWJjMyDfdkGgBMNjXCGB/ebzsgNGQw==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-runtime/29.5.0: + resolution: {integrity: sha512-1Hr6Hh7bAgXQP+pln3homOiEZtCDZFqwmle7Ew2j8OlbkIu6uE3Y/etJQG8MLQs3Zy90xrp2C0BRrtPHG4zryw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/environment': 28.1.3 - '@jest/fake-timers': 28.1.3 - '@jest/globals': 28.1.3 - '@jest/source-map': 28.1.2 - '@jest/test-result': 28.1.3 - '@jest/transform': 28.1.3 - '@jest/types': 28.1.3 + '@jest/environment': 29.5.0 + '@jest/fake-timers': 29.5.0 + '@jest/globals': 29.5.0 + '@jest/source-map': 29.4.3 + '@jest/test-result': 29.5.0 + '@jest/transform': 29.5.0 + '@jest/types': 29.5.0 + '@types/node': 18.15.11 chalk: 4.1.2 cjs-module-lexer: 1.2.2 collect-v8-coverage: 1.0.1 - execa: 5.1.1 glob: 7.2.3 graceful-fs: 4.2.11 - jest-haste-map: 28.1.3 - jest-message-util: 28.1.3 - jest-mock: 28.1.3 - jest-regex-util: 28.0.2 - jest-resolve: 28.1.3 - jest-snapshot: 28.1.3 - jest-util: 28.1.3 + jest-haste-map: 29.5.0 + jest-message-util: 29.5.0 + jest-mock: 29.5.0 + jest-regex-util: 29.4.3 + jest-resolve: 29.5.0 + jest-snapshot: 29.5.0 + jest-util: 29.5.0 slash: 3.0.0 strip-bom: 4.0.0 transitivePeerDependencies: - supports-color dev: true - /jest-snapshot/28.1.3: - resolution: {integrity: sha512-4lzMgtiNlc3DU/8lZfmqxN3AYD6GGLbl+72rdBpXvcV+whX7mDrREzkPdp2RnmfIiWBg1YbuFSkXduF2JcafJg==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-snapshot/29.5.0: + resolution: {integrity: sha512-x7Wolra5V0tt3wRs3/ts3S6ciSQVypgGQlJpz2rsdQYoUKxMxPNaoHMGJN6qAuPJqS+2iQ1ZUn5kl7HCyls84g==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@babel/core': 7.21.3 '@babel/generator': 7.21.3 + '@babel/plugin-syntax-jsx': 7.18.6_@babel+core@7.21.3 '@babel/plugin-syntax-typescript': 7.20.0_@babel+core@7.21.3 '@babel/traverse': 7.21.3 '@babel/types': 7.21.3 - '@jest/expect-utils': 28.1.3 - '@jest/transform': 28.1.3 - '@jest/types': 28.1.3 + '@jest/expect-utils': 29.5.0 + '@jest/transform': 29.5.0 + '@jest/types': 29.5.0 '@types/babel__traverse': 7.18.3 '@types/prettier': 2.7.2 babel-preset-current-node-syntax: 1.0.1_@babel+core@7.21.3 chalk: 4.1.2 - expect: 28.1.3 + expect: 29.5.0 graceful-fs: 4.2.11 - jest-diff: 28.1.3 - jest-get-type: 28.0.2 - jest-haste-map: 28.1.3 - jest-matcher-utils: 28.1.3 - jest-message-util: 28.1.3 - jest-util: 28.1.3 + jest-diff: 29.5.0 + jest-get-type: 29.4.3 + jest-matcher-utils: 29.5.0 + jest-message-util: 29.5.0 + jest-util: 29.5.0 natural-compare: 1.4.0 - pretty-format: 28.1.3 + pretty-format: 29.5.0 semver: 7.3.8 transitivePeerDependencies: - supports-color dev: true - /jest-util/28.1.3: - resolution: {integrity: sha512-XdqfpHwpcSRko/C35uLYFM2emRAltIIKZiJ9eAmhjsj0CqZMa0p1ib0R5fWIqGhn1a103DebTbpqIaP1qCQ6tQ==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-util/29.5.0: + resolution: {integrity: sha512-RYMgG/MTadOr5t8KdhejfvUU82MxsCu5MF6KuDUHl+NuwzUt+Sm6jJWxTJVrDR1j5M/gJVCPKQEpWXY+yIQ6lQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 28.1.3 + '@jest/types': 29.5.0 '@types/node': 18.15.11 chalk: 4.1.2 ci-info: 3.8.0 @@ -2749,44 +2764,45 @@ packages: picomatch: 2.3.1 dev: true - /jest-validate/28.1.3: - resolution: {integrity: sha512-SZbOGBWEsaTxBGCOpsRWlXlvNkvTkY0XxRfh7zYmvd8uL5Qzyg0CHAXiXKROflh801quA6+/DsT4ODDthOC/OA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-validate/29.5.0: + resolution: {integrity: sha512-pC26etNIi+y3HV8A+tUGr/lph9B18GnzSRAkPaaZJIE1eFdiYm6/CewuiJQ8/RlfHd1u/8Ioi8/sJ+CmbA+zAQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/types': 28.1.3 + '@jest/types': 29.5.0 camelcase: 6.3.0 chalk: 4.1.2 - jest-get-type: 28.0.2 + jest-get-type: 29.4.3 leven: 3.1.0 - pretty-format: 28.1.3 + pretty-format: 29.5.0 dev: true - /jest-watcher/28.1.3: - resolution: {integrity: sha512-t4qcqj9hze+jviFPUN3YAtAEeFnr/azITXQEMARf5cMwKY2SMBRnCQTXLixTl20OR6mLh9KLMrgVJgJISym+1g==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-watcher/29.5.0: + resolution: {integrity: sha512-KmTojKcapuqYrKDpRwfqcQ3zjMlwu27SYext9pt4GlF5FUgB+7XE1mcCnSm6a4uUpFyQIkb6ZhzZvHl+jiBCiA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/test-result': 28.1.3 - '@jest/types': 28.1.3 + '@jest/test-result': 29.5.0 + '@jest/types': 29.5.0 '@types/node': 18.15.11 ansi-escapes: 4.3.2 chalk: 4.1.2 - emittery: 0.10.2 - jest-util: 28.1.3 + emittery: 0.13.1 + jest-util: 29.5.0 string-length: 4.0.2 dev: true - /jest-worker/28.1.3: - resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest-worker/29.5.0: + resolution: {integrity: sha512-NcrQnevGoSp4b5kg+akIpthoAFHxPBcb5P6mYPY0fUNT+sSvmtu6jlkEle3anczUKIKEbMxFimk9oTP/tpIPgA==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@types/node': 18.15.11 + jest-util: 29.5.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest/28.1.3: - resolution: {integrity: sha512-N4GT5on8UkZgH0O5LUavMRV1EDEhNTL0KEfRmDIeZHSV7p2XgLoY9t9VDUgL6o+yfdgYHVxuz81G8oB9VG5uyA==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /jest/29.5.0: + resolution: {integrity: sha512-juMg3he2uru1QoXX078zTa7pO85QyB9xajZc6bU+d9yEGwrKX6+vGmJQ3UdVZsvTEUARIdObzH68QItim6OSSQ==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true peerDependencies: node-notifier: ^8.0.1 || ^9.0.0 || ^10.0.0 @@ -2794,10 +2810,10 @@ packages: node-notifier: optional: true dependencies: - '@jest/core': 28.1.3 - '@jest/types': 28.1.3 + '@jest/core': 29.5.0 + '@jest/types': 29.5.0 import-local: 3.1.0 - jest-cli: 28.1.3 + jest-cli: 29.5.0 transitivePeerDependencies: - '@types/node' - supports-color @@ -3092,12 +3108,11 @@ packages: engines: {node: '>= 0.8.0'} dev: true - /pretty-format/28.1.3: - resolution: {integrity: sha512-8gFb/To0OmxHR9+ZTb14Df2vNxdGCX8g1xWGUTqUw5TiZvcQf5sHKObd5UcPyLLyowNwDAMTF3XWOG1B6mxl1Q==} - engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} + /pretty-format/29.5.0: + resolution: {integrity: sha512-V2mGkI31qdttvTFX7Mt4efOqHXqJWMu4/r66Xh3Z3BwZaPfPJgp6/gbwoujRpPUtfEF6AUUWx3Jim3GCw5g/Qw==} + engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jest/schemas': 28.1.3 - ansi-regex: 5.0.1 + '@jest/schemas': 29.4.3 ansi-styles: 5.2.0 react-is: 18.2.0 dev: true @@ -3115,6 +3130,10 @@ packages: engines: {node: '>=6'} dev: true + /pure-rand/6.0.1: + resolution: {integrity: sha512-t+x1zEHDjBwkDGY5v5ApnZ/utcd4XYDiJsaQQoptTXgUXX95sDg1elCdJghzicm7n2mbCBJ3uYWr6M22SO19rg==} + dev: true + /queue-microtask/1.2.3: resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} dev: true @@ -3150,8 +3169,8 @@ packages: engines: {node: '>=8'} dev: true - /resolve.exports/1.1.1: - resolution: {integrity: sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==} + /resolve.exports/2.0.2: + resolution: {integrity: sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==} engines: {node: '>=10'} dev: true @@ -3307,27 +3326,11 @@ packages: has-flag: 4.0.0 dev: true - /supports-hyperlinks/2.3.0: - resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==} - engines: {node: '>=8'} - dependencies: - has-flag: 4.0.0 - supports-color: 7.2.0 - dev: true - /supports-preserve-symlinks-flag/1.0.0: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} dev: true - /terminal-link/2.1.1: - resolution: {integrity: sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==} - engines: {node: '>=8'} - dependencies: - ansi-escapes: 4.3.2 - supports-hyperlinks: 2.3.0 - dev: true - /test-exclude/6.0.0: resolution: {integrity: sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==} engines: {node: '>=8'}