From e1c3e807056f94872bca6a9c0069ddb567c000f9 Mon Sep 17 00:00:00 2001 From: Jim Park Date: Thu, 6 Oct 2022 22:41:06 -0700 Subject: [PATCH 1/2] fix(deps): yarn update 20221006 --- package.json | 6 +- pnpm-lock.yaml | 704 ++++++++++++++++++++++++------------------------- 2 files changed, 355 insertions(+), 355 deletions(-) diff --git a/package.json b/package.json index 59a3057..366c4b1 100644 --- a/package.json +++ b/package.json @@ -27,10 +27,10 @@ "homepage": "https://github.com/scribd/amazon-ecs-service-action#readme", "dependencies": { "@actions/core": "^1.10.0", - "@aws-sdk/client-ecs": "^3.184.0", - "@aws-sdk/util-waiter": "^3.183.0", + "@aws-sdk/client-ecs": "^3.186.0", + "@aws-sdk/util-waiter": "^3.186.0", "lodash": "^4.17.21", - "yaml": "^2.1.2" + "yaml": "^2.1.3" }, "devDependencies": { "@vercel/ncc": "0.34.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index cc96f21..c5fef76 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,22 +2,22 @@ lockfileVersion: 5.4 specifiers: '@actions/core': ^1.10.0 - '@aws-sdk/client-ecs': ^3.184.0 - '@aws-sdk/util-waiter': ^3.183.0 + '@aws-sdk/client-ecs': ^3.186.0 + '@aws-sdk/util-waiter': ^3.186.0 '@vercel/ncc': 0.34.0 eslint: ^8.24.0 eslint-config-google: ^0.14.0 eslint-plugin-no-floating-promise: ^1.0.2 jest: ^28.1.3 lodash: ^4.17.21 - yaml: ^2.1.2 + yaml: ^2.1.3 dependencies: '@actions/core': 1.10.0 - '@aws-sdk/client-ecs': 3.184.0 - '@aws-sdk/util-waiter': 3.183.0 + '@aws-sdk/client-ecs': 3.186.0 + '@aws-sdk/util-waiter': 3.186.0 lodash: 4.17.21 - yaml: 2.1.2 + yaml: 2.1.3 devDependencies: '@vercel/ncc': 0.34.0 @@ -62,9 +62,9 @@ packages: '@aws-crypto/sha256-js': 2.0.0 '@aws-crypto/supports-web-crypto': 2.0.2 '@aws-crypto/util': 2.0.2 - '@aws-sdk/types': 3.183.0 - '@aws-sdk/util-locate-window': 3.183.0 - '@aws-sdk/util-utf8-browser': 3.183.0 + '@aws-sdk/types': 3.186.0 + '@aws-sdk/util-locate-window': 3.186.0 + '@aws-sdk/util-utf8-browser': 3.186.0 tslib: 1.14.1 dev: false @@ -72,7 +72,7 @@ packages: resolution: {integrity: sha512-VZY+mCY4Nmrs5WGfitmNqXzaE873fcIZDu54cbaDaaamsaTOP1DBImV9F4pICc3EHjQXujyE8jig+PFCaew9ig==} dependencies: '@aws-crypto/util': 2.0.2 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/types': 3.186.0 tslib: 1.14.1 dev: false @@ -85,138 +85,138 @@ packages: /@aws-crypto/util/2.0.2: resolution: {integrity: sha512-Lgu5v/0e/BcrZ5m/IWqzPUf3UYFTy/PpeED+uc9SWUR1iZQL8XXbGQg10UfllwwBryO3hFF5dizK+78aoXC1eA==} dependencies: - '@aws-sdk/types': 3.183.0 - '@aws-sdk/util-utf8-browser': 3.183.0 + '@aws-sdk/types': 3.186.0 + '@aws-sdk/util-utf8-browser': 3.186.0 tslib: 1.14.1 dev: false - /@aws-sdk/abort-controller/3.183.0: - resolution: {integrity: sha512-iRhdCoC/QyyB6iRCytb12T0XtfmQRn849vnbcUd8BprXvkQ/YwmFS//4Lj02uxS+myqXCntoAj1nKvZZwcFmbg==} + /@aws-sdk/abort-controller/3.186.0: + resolution: {integrity: sha512-JFvvvtEcbYOvVRRXasi64Dd1VcOz5kJmPvtzsJ+HzMHvPbGGs/aopOJAZQJMJttzJmJwVTay0QL6yag9Kk8nYA==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/types': 3.183.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/client-ecs/3.184.0: - resolution: {integrity: sha512-4WMT7MWs89Ej8YGAlwI0OREVJrsogKYr4wrDuHbGbJ1HF4cAlH2aEYwknn+vngejSyowbGumJeZt8VDX/QxAbQ==} + /@aws-sdk/client-ecs/3.186.0: + resolution: {integrity: sha512-UBXyK9AMk/MNPNxk0GOlk9v74srIRg1Cxq5aFDef5qUIJdCGns6yfM/YYAGZy2Cy7TtJB0mXld6IsdIbbfivLA==} engines: {node: '>=12.0.0'} dependencies: '@aws-crypto/sha256-browser': 2.0.0 '@aws-crypto/sha256-js': 2.0.0 - '@aws-sdk/client-sts': 3.183.0 - '@aws-sdk/config-resolver': 3.183.0 - '@aws-sdk/credential-provider-node': 3.183.0 - '@aws-sdk/fetch-http-handler': 3.183.0 - '@aws-sdk/hash-node': 3.183.0 - '@aws-sdk/invalid-dependency': 3.183.0 - '@aws-sdk/middleware-content-length': 3.183.0 - '@aws-sdk/middleware-host-header': 3.183.0 - '@aws-sdk/middleware-logger': 3.183.0 - '@aws-sdk/middleware-recursion-detection': 3.183.0 - '@aws-sdk/middleware-retry': 3.183.0 - '@aws-sdk/middleware-serde': 3.183.0 - '@aws-sdk/middleware-signing': 3.183.0 - '@aws-sdk/middleware-stack': 3.183.0 - '@aws-sdk/middleware-user-agent': 3.183.0 - '@aws-sdk/node-config-provider': 3.183.0 - '@aws-sdk/node-http-handler': 3.183.0 - '@aws-sdk/protocol-http': 3.183.0 - '@aws-sdk/smithy-client': 3.183.0 - '@aws-sdk/types': 3.183.0 - '@aws-sdk/url-parser': 3.183.0 - '@aws-sdk/util-base64-browser': 3.183.0 - '@aws-sdk/util-base64-node': 3.183.0 - '@aws-sdk/util-body-length-browser': 3.183.0 - '@aws-sdk/util-body-length-node': 3.183.0 - '@aws-sdk/util-defaults-mode-browser': 3.183.0 - '@aws-sdk/util-defaults-mode-node': 3.183.0 - '@aws-sdk/util-user-agent-browser': 3.183.0 - '@aws-sdk/util-user-agent-node': 3.183.0 - '@aws-sdk/util-utf8-browser': 3.183.0 - '@aws-sdk/util-utf8-node': 3.183.0 - '@aws-sdk/util-waiter': 3.183.0 + '@aws-sdk/client-sts': 3.186.0 + '@aws-sdk/config-resolver': 3.186.0 + '@aws-sdk/credential-provider-node': 3.186.0 + '@aws-sdk/fetch-http-handler': 3.186.0 + '@aws-sdk/hash-node': 3.186.0 + '@aws-sdk/invalid-dependency': 3.186.0 + '@aws-sdk/middleware-content-length': 3.186.0 + '@aws-sdk/middleware-host-header': 3.186.0 + '@aws-sdk/middleware-logger': 3.186.0 + '@aws-sdk/middleware-recursion-detection': 3.186.0 + '@aws-sdk/middleware-retry': 3.186.0 + '@aws-sdk/middleware-serde': 3.186.0 + '@aws-sdk/middleware-signing': 3.186.0 + '@aws-sdk/middleware-stack': 3.186.0 + '@aws-sdk/middleware-user-agent': 3.186.0 + '@aws-sdk/node-config-provider': 3.186.0 + '@aws-sdk/node-http-handler': 3.186.0 + '@aws-sdk/protocol-http': 3.186.0 + '@aws-sdk/smithy-client': 3.186.0 + '@aws-sdk/types': 3.186.0 + '@aws-sdk/url-parser': 3.186.0 + '@aws-sdk/util-base64-browser': 3.186.0 + '@aws-sdk/util-base64-node': 3.186.0 + '@aws-sdk/util-body-length-browser': 3.186.0 + '@aws-sdk/util-body-length-node': 3.186.0 + '@aws-sdk/util-defaults-mode-browser': 3.186.0 + '@aws-sdk/util-defaults-mode-node': 3.186.0 + '@aws-sdk/util-user-agent-browser': 3.186.0 + '@aws-sdk/util-user-agent-node': 3.186.0 + '@aws-sdk/util-utf8-browser': 3.186.0 + '@aws-sdk/util-utf8-node': 3.186.0 + '@aws-sdk/util-waiter': 3.186.0 tslib: 2.4.0 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/client-sso/3.183.0: - resolution: {integrity: sha512-Dw2objS0rxlziFL0Jahzy8H1OlyrRCnmVH7f1pBrmU7RSzztBpU2Z8OPaE5m1MwUISzpOWQlo8zEVUMYuT/Rww==} + /@aws-sdk/client-sso/3.186.0: + resolution: {integrity: sha512-qwLPomqq+fjvp42izzEpBEtGL2+dIlWH5pUCteV55hTEwHgo+m9LJPIrMWkPeoMBzqbNiu5n6+zihnwYlCIlEA==} engines: {node: '>=12.0.0'} dependencies: '@aws-crypto/sha256-browser': 2.0.0 '@aws-crypto/sha256-js': 2.0.0 - '@aws-sdk/config-resolver': 3.183.0 - '@aws-sdk/fetch-http-handler': 3.183.0 - '@aws-sdk/hash-node': 3.183.0 - '@aws-sdk/invalid-dependency': 3.183.0 - '@aws-sdk/middleware-content-length': 3.183.0 - '@aws-sdk/middleware-host-header': 3.183.0 - '@aws-sdk/middleware-logger': 3.183.0 - '@aws-sdk/middleware-recursion-detection': 3.183.0 - '@aws-sdk/middleware-retry': 3.183.0 - '@aws-sdk/middleware-serde': 3.183.0 - '@aws-sdk/middleware-stack': 3.183.0 - '@aws-sdk/middleware-user-agent': 3.183.0 - '@aws-sdk/node-config-provider': 3.183.0 - '@aws-sdk/node-http-handler': 3.183.0 - '@aws-sdk/protocol-http': 3.183.0 - '@aws-sdk/smithy-client': 3.183.0 - '@aws-sdk/types': 3.183.0 - '@aws-sdk/url-parser': 3.183.0 - '@aws-sdk/util-base64-browser': 3.183.0 - '@aws-sdk/util-base64-node': 3.183.0 - '@aws-sdk/util-body-length-browser': 3.183.0 - '@aws-sdk/util-body-length-node': 3.183.0 - '@aws-sdk/util-defaults-mode-browser': 3.183.0 - '@aws-sdk/util-defaults-mode-node': 3.183.0 - '@aws-sdk/util-user-agent-browser': 3.183.0 - '@aws-sdk/util-user-agent-node': 3.183.0 - '@aws-sdk/util-utf8-browser': 3.183.0 - '@aws-sdk/util-utf8-node': 3.183.0 + '@aws-sdk/config-resolver': 3.186.0 + '@aws-sdk/fetch-http-handler': 3.186.0 + '@aws-sdk/hash-node': 3.186.0 + '@aws-sdk/invalid-dependency': 3.186.0 + '@aws-sdk/middleware-content-length': 3.186.0 + '@aws-sdk/middleware-host-header': 3.186.0 + '@aws-sdk/middleware-logger': 3.186.0 + '@aws-sdk/middleware-recursion-detection': 3.186.0 + '@aws-sdk/middleware-retry': 3.186.0 + '@aws-sdk/middleware-serde': 3.186.0 + '@aws-sdk/middleware-stack': 3.186.0 + '@aws-sdk/middleware-user-agent': 3.186.0 + '@aws-sdk/node-config-provider': 3.186.0 + '@aws-sdk/node-http-handler': 3.186.0 + '@aws-sdk/protocol-http': 3.186.0 + '@aws-sdk/smithy-client': 3.186.0 + '@aws-sdk/types': 3.186.0 + '@aws-sdk/url-parser': 3.186.0 + '@aws-sdk/util-base64-browser': 3.186.0 + '@aws-sdk/util-base64-node': 3.186.0 + '@aws-sdk/util-body-length-browser': 3.186.0 + '@aws-sdk/util-body-length-node': 3.186.0 + '@aws-sdk/util-defaults-mode-browser': 3.186.0 + '@aws-sdk/util-defaults-mode-node': 3.186.0 + '@aws-sdk/util-user-agent-browser': 3.186.0 + '@aws-sdk/util-user-agent-node': 3.186.0 + '@aws-sdk/util-utf8-browser': 3.186.0 + '@aws-sdk/util-utf8-node': 3.186.0 tslib: 2.4.0 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/client-sts/3.183.0: - resolution: {integrity: sha512-xl7CDncgUmcSJ5Nq3zDylyCzdJhfWzu3GUHXFv5HszcmSwrVZOtmm+j0XQfnqO3XdN8o/1CtsAkiUC7hQV8iDg==} + /@aws-sdk/client-sts/3.186.0: + resolution: {integrity: sha512-lyAPI6YmIWWYZHQ9fBZ7QgXjGMTtktL5fk8kOcZ98ja+8Vu0STH1/u837uxqvZta8/k0wijunIL3jWUhjsNRcg==} engines: {node: '>=12.0.0'} dependencies: '@aws-crypto/sha256-browser': 2.0.0 '@aws-crypto/sha256-js': 2.0.0 - '@aws-sdk/config-resolver': 3.183.0 - '@aws-sdk/credential-provider-node': 3.183.0 - '@aws-sdk/fetch-http-handler': 3.183.0 - '@aws-sdk/hash-node': 3.183.0 - '@aws-sdk/invalid-dependency': 3.183.0 - '@aws-sdk/middleware-content-length': 3.183.0 - '@aws-sdk/middleware-host-header': 3.183.0 - '@aws-sdk/middleware-logger': 3.183.0 - '@aws-sdk/middleware-recursion-detection': 3.183.0 - '@aws-sdk/middleware-retry': 3.183.0 - '@aws-sdk/middleware-sdk-sts': 3.183.0 - '@aws-sdk/middleware-serde': 3.183.0 - '@aws-sdk/middleware-signing': 3.183.0 - '@aws-sdk/middleware-stack': 3.183.0 - '@aws-sdk/middleware-user-agent': 3.183.0 - '@aws-sdk/node-config-provider': 3.183.0 - '@aws-sdk/node-http-handler': 3.183.0 - '@aws-sdk/protocol-http': 3.183.0 - '@aws-sdk/smithy-client': 3.183.0 - '@aws-sdk/types': 3.183.0 - '@aws-sdk/url-parser': 3.183.0 - '@aws-sdk/util-base64-browser': 3.183.0 - '@aws-sdk/util-base64-node': 3.183.0 - '@aws-sdk/util-body-length-browser': 3.183.0 - '@aws-sdk/util-body-length-node': 3.183.0 - '@aws-sdk/util-defaults-mode-browser': 3.183.0 - '@aws-sdk/util-defaults-mode-node': 3.183.0 - '@aws-sdk/util-user-agent-browser': 3.183.0 - '@aws-sdk/util-user-agent-node': 3.183.0 - '@aws-sdk/util-utf8-browser': 3.183.0 - '@aws-sdk/util-utf8-node': 3.183.0 + '@aws-sdk/config-resolver': 3.186.0 + '@aws-sdk/credential-provider-node': 3.186.0 + '@aws-sdk/fetch-http-handler': 3.186.0 + '@aws-sdk/hash-node': 3.186.0 + '@aws-sdk/invalid-dependency': 3.186.0 + '@aws-sdk/middleware-content-length': 3.186.0 + '@aws-sdk/middleware-host-header': 3.186.0 + '@aws-sdk/middleware-logger': 3.186.0 + '@aws-sdk/middleware-recursion-detection': 3.186.0 + '@aws-sdk/middleware-retry': 3.186.0 + '@aws-sdk/middleware-sdk-sts': 3.186.0 + '@aws-sdk/middleware-serde': 3.186.0 + '@aws-sdk/middleware-signing': 3.186.0 + '@aws-sdk/middleware-stack': 3.186.0 + '@aws-sdk/middleware-user-agent': 3.186.0 + '@aws-sdk/node-config-provider': 3.186.0 + '@aws-sdk/node-http-handler': 3.186.0 + '@aws-sdk/protocol-http': 3.186.0 + '@aws-sdk/smithy-client': 3.186.0 + '@aws-sdk/types': 3.186.0 + '@aws-sdk/url-parser': 3.186.0 + '@aws-sdk/util-base64-browser': 3.186.0 + '@aws-sdk/util-base64-node': 3.186.0 + '@aws-sdk/util-body-length-browser': 3.186.0 + '@aws-sdk/util-body-length-node': 3.186.0 + '@aws-sdk/util-defaults-mode-browser': 3.186.0 + '@aws-sdk/util-defaults-mode-node': 3.186.0 + '@aws-sdk/util-user-agent-browser': 3.186.0 + '@aws-sdk/util-user-agent-node': 3.186.0 + '@aws-sdk/util-utf8-browser': 3.186.0 + '@aws-sdk/util-utf8-node': 3.186.0 entities: 2.2.0 fast-xml-parser: 3.19.0 tslib: 2.4.0 @@ -224,434 +224,434 @@ packages: - aws-crt dev: false - /@aws-sdk/config-resolver/3.183.0: - resolution: {integrity: sha512-cJBY5g+yJAI0iigketD3rbweyoLOw6SFiJDzRqZq3KgytmnhnrmNbRVTSdq1Qtn+d20NVxT9kSRUu21QyHb1nw==} + /@aws-sdk/config-resolver/3.186.0: + resolution: {integrity: sha512-l8DR7Q4grEn1fgo2/KvtIfIHJS33HGKPQnht8OPxkl0dMzOJ0jxjOw/tMbrIcPnr2T3Fi7LLcj3dY1Fo1poruQ==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/signature-v4': 3.183.0 - '@aws-sdk/types': 3.183.0 - '@aws-sdk/util-config-provider': 3.183.0 - '@aws-sdk/util-middleware': 3.183.0 + '@aws-sdk/signature-v4': 3.186.0 + '@aws-sdk/types': 3.186.0 + '@aws-sdk/util-config-provider': 3.186.0 + '@aws-sdk/util-middleware': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/credential-provider-env/3.183.0: - resolution: {integrity: sha512-RJ1QZxpfWf3hmjUm1fYCEj3p4Rl61kMFfU6ab3hpDGuSXbuLkAvTOIbssIUDHcgxUSszV5XqpPzBUnTui3cZYA==} + /@aws-sdk/credential-provider-env/3.186.0: + resolution: {integrity: sha512-N9LPAqi1lsQWgxzmU4NPvLPnCN5+IQ3Ai1IFf3wM6FFPNoSUd1kIA2c6xaf0BE7j5Kelm0raZOb4LnV3TBAv+g==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/property-provider': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/property-provider': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/credential-provider-imds/3.183.0: - resolution: {integrity: sha512-RHzciaoW0sPV52VUMd3SrIFrKhXsKbn9okEF+UdR2P3RgxNsguUZsewpDqhjGZBH0E2IiuFrBPjsxQKAI+mFbQ==} + /@aws-sdk/credential-provider-imds/3.186.0: + resolution: {integrity: sha512-iJeC7KrEgPPAuXjCZ3ExYZrRQvzpSdTZopYgUm5TnNZ8S1NU/4nvv5xVy61JvMj3JQAeG8UDYYgC421Foc8wQw==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/node-config-provider': 3.183.0 - '@aws-sdk/property-provider': 3.183.0 - '@aws-sdk/types': 3.183.0 - '@aws-sdk/url-parser': 3.183.0 + '@aws-sdk/node-config-provider': 3.186.0 + '@aws-sdk/property-provider': 3.186.0 + '@aws-sdk/types': 3.186.0 + '@aws-sdk/url-parser': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/credential-provider-ini/3.183.0: - resolution: {integrity: sha512-tWiTIeA72L/7nJnDS5GfNmX58Ms9bUQLb7e9PXv5lWAfyiT9po6KMdBGIN7qld1kxBDcwFZPxsxtkHrbU+6d6A==} + /@aws-sdk/credential-provider-ini/3.186.0: + resolution: {integrity: sha512-ecrFh3MoZhAj5P2k/HXo/hMJQ3sfmvlommzXuZ/D1Bj2yMcyWuBhF1A83Fwd2gtYrWRrllsK3IOMM5Jr8UIVZA==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/credential-provider-env': 3.183.0 - '@aws-sdk/credential-provider-imds': 3.183.0 - '@aws-sdk/credential-provider-sso': 3.183.0 - '@aws-sdk/credential-provider-web-identity': 3.183.0 - '@aws-sdk/property-provider': 3.183.0 - '@aws-sdk/shared-ini-file-loader': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/credential-provider-env': 3.186.0 + '@aws-sdk/credential-provider-imds': 3.186.0 + '@aws-sdk/credential-provider-sso': 3.186.0 + '@aws-sdk/credential-provider-web-identity': 3.186.0 + '@aws-sdk/property-provider': 3.186.0 + '@aws-sdk/shared-ini-file-loader': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/credential-provider-node/3.183.0: - resolution: {integrity: sha512-APVAOnB/5CWqnLOY4FnZ779jFg7c8EU4zlj1klZRdNLCTjDXkQSrkJ14Zy44NiTWfxalU5BPsCFHDsQo0hkyQQ==} + /@aws-sdk/credential-provider-node/3.186.0: + resolution: {integrity: sha512-HIt2XhSRhEvVgRxTveLCzIkd/SzEBQfkQ6xMJhkBtfJw1o3+jeCk+VysXM0idqmXytctL0O3g9cvvTHOsUgxOA==} engines: {node: '>=12.0.0'} dependencies: - '@aws-sdk/credential-provider-env': 3.183.0 - '@aws-sdk/credential-provider-imds': 3.183.0 - '@aws-sdk/credential-provider-ini': 3.183.0 - '@aws-sdk/credential-provider-process': 3.183.0 - '@aws-sdk/credential-provider-sso': 3.183.0 - '@aws-sdk/credential-provider-web-identity': 3.183.0 - '@aws-sdk/property-provider': 3.183.0 - '@aws-sdk/shared-ini-file-loader': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/credential-provider-env': 3.186.0 + '@aws-sdk/credential-provider-imds': 3.186.0 + '@aws-sdk/credential-provider-ini': 3.186.0 + '@aws-sdk/credential-provider-process': 3.186.0 + '@aws-sdk/credential-provider-sso': 3.186.0 + '@aws-sdk/credential-provider-web-identity': 3.186.0 + '@aws-sdk/property-provider': 3.186.0 + '@aws-sdk/shared-ini-file-loader': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/credential-provider-process/3.183.0: - resolution: {integrity: sha512-JRePfiFPWpyF3iotHx45WyP1qe50BsPdOOFGh3vmyx5L92lnzchlGsOMpcNUiATUuA3Ar0LUt5bS299LTZWeuQ==} + /@aws-sdk/credential-provider-process/3.186.0: + resolution: {integrity: sha512-ATRU6gbXvWC1TLnjOEZugC/PBXHBoZgBADid4fDcEQY1vF5e5Ux1kmqkJxyHtV5Wl8sE2uJfwWn+FlpUHRX67g==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/property-provider': 3.183.0 - '@aws-sdk/shared-ini-file-loader': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/property-provider': 3.186.0 + '@aws-sdk/shared-ini-file-loader': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/credential-provider-sso/3.183.0: - resolution: {integrity: sha512-jddGjwAFbYyZkIiR+ghPPh92MQuljI/tusOEgvvUM/w+Cx4jvulZo8rJuEvlU49cXn76dyNxGeDWeqfskuOMpQ==} + /@aws-sdk/credential-provider-sso/3.186.0: + resolution: {integrity: sha512-mJ+IZljgXPx99HCmuLgBVDPLepHrwqnEEC/0wigrLCx6uz3SrAWmGZsNbxSEtb2CFSAaczlTHcU/kIl7XZIyeQ==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/client-sso': 3.183.0 - '@aws-sdk/property-provider': 3.183.0 - '@aws-sdk/shared-ini-file-loader': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/client-sso': 3.186.0 + '@aws-sdk/property-provider': 3.186.0 + '@aws-sdk/shared-ini-file-loader': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 transitivePeerDependencies: - aws-crt dev: false - /@aws-sdk/credential-provider-web-identity/3.183.0: - resolution: {integrity: sha512-AZGZ4zrjMgtVk5MhsRGj6glsivls4qWUQ1Vuq9FjlaN+ltW74w3D0juTwpUI/OHuSHhOznOZsO9fI4DlCfUeSw==} + /@aws-sdk/credential-provider-web-identity/3.186.0: + resolution: {integrity: sha512-KqzI5eBV72FE+8SuOQAu+r53RXGVHg4AuDJmdXyo7Gc4wS/B9FNElA8jVUjjYgVnf0FSiri+l41VzQ44dCopSA==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/property-provider': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/property-provider': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/fetch-http-handler/3.183.0: - resolution: {integrity: sha512-YaVXUTYnm6ZsT4qVWcAvtjkxsxzGJW1l0o4oXnnz3hhl7AZM/RjL2l24aixSMeoj7R4hA4Yi7sHFm5OlHSTg5A==} + /@aws-sdk/fetch-http-handler/3.186.0: + resolution: {integrity: sha512-k2v4AAHRD76WnLg7arH94EvIclClo/YfuqO7NoQ6/KwOxjRhs4G6TgIsAZ9E0xmqoJoV81Xqy8H8ldfy9F8LEw==} dependencies: - '@aws-sdk/protocol-http': 3.183.0 - '@aws-sdk/querystring-builder': 3.183.0 - '@aws-sdk/types': 3.183.0 - '@aws-sdk/util-base64-browser': 3.183.0 + '@aws-sdk/protocol-http': 3.186.0 + '@aws-sdk/querystring-builder': 3.186.0 + '@aws-sdk/types': 3.186.0 + '@aws-sdk/util-base64-browser': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/hash-node/3.183.0: - resolution: {integrity: sha512-XPe1TzupofkypgLw4Y38ruUM4hrrGIGwJGI/KsljDoEDpz24SyMItyCZbF7ddaPkbJGa4oO+HN072SXPB/z/6g==} + /@aws-sdk/hash-node/3.186.0: + resolution: {integrity: sha512-G3zuK8/3KExDTxqrGqko+opOMLRF0BwcwekV/wm3GKIM/NnLhHblBs2zd/yi7VsEoWmuzibfp6uzxgFpEoJ87w==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/types': 3.183.0 - '@aws-sdk/util-buffer-from': 3.183.0 + '@aws-sdk/types': 3.186.0 + '@aws-sdk/util-buffer-from': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/invalid-dependency/3.183.0: - resolution: {integrity: sha512-ouKWKIFzWEt64Eg+WPjMlG/KzvQ4h3DakjHJ6L1IB/lXDL8TzJwqKdyEyt3V6/jOXLt8Wf6LtG8HA+5OC+jASQ==} + /@aws-sdk/invalid-dependency/3.186.0: + resolution: {integrity: sha512-hjeZKqORhG2DPWYZ776lQ9YO3gjw166vZHZCZU/43kEYaCZHsF4mexHwHzreAY6RfS25cH60Um7dUh1aeVIpkw==} dependencies: - '@aws-sdk/types': 3.183.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/is-array-buffer/3.183.0: - resolution: {integrity: sha512-s0ukhcjX1dUPRFPLyWJw9mg6SB+5YOdV2vHoKez0L7ry97p3C29wtImV2NOdw54fn/lKOtil22lFN7JpoaqU/w==} + /@aws-sdk/is-array-buffer/3.186.0: + resolution: {integrity: sha512-fObm+P6mjWYzxoFY4y2STHBmSdgKbIAXez0xope563mox62I8I4hhVPUCaDVydXvDpJv8tbedJMk0meJl22+xA==} engines: {node: '>= 12.0.0'} dependencies: tslib: 2.4.0 dev: false - /@aws-sdk/middleware-content-length/3.183.0: - resolution: {integrity: sha512-dcLMEEa6j3eDH8obsDHZaHgOZIUPDIZdkgtLYB0tyvJEo8HZGEE/Ch1abwlIzXkZ7qRPXysgX7JayJV8N7kxEw==} + /@aws-sdk/middleware-content-length/3.186.0: + resolution: {integrity: sha512-Ol3c1ks3IK1s+Okc/rHIX7w2WpXofuQdoAEme37gHeml+8FtUlWH/881h62xfMdf+0YZpRuYv/eM7lBmJBPNJw==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/protocol-http': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/protocol-http': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/middleware-host-header/3.183.0: - resolution: {integrity: sha512-EcInz6QFQ0ljK8QABX/NRcLYGySv+S/mmJYSLIHkU+/FDh+Wh08Awq9OVjJwGp2mmHM1ZHHHI0sTrdBdmBLX3g==} + /@aws-sdk/middleware-host-header/3.186.0: + resolution: {integrity: sha512-5bTzrRzP2IGwyF3QCyMGtSXpOOud537x32htZf344IvVjrqZF/P8CDfGTkHkeBCIH+wnJxjK+l/QBb3ypAMIqQ==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/protocol-http': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/protocol-http': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/middleware-logger/3.183.0: - resolution: {integrity: sha512-bEjira7lUPtIfOCDAAkWR53gIJG2g8HhYeL0C+fGB4lztf2Cdlqg9quLXXHRVd0Vmio4OR3NMm5aPIwMnUULWQ==} + /@aws-sdk/middleware-logger/3.186.0: + resolution: {integrity: sha512-/1gGBImQT8xYh80pB7QtyzA799TqXtLZYQUohWAsFReYB7fdh5o+mu2rX0FNzZnrLIh2zBUNs4yaWGsnab4uXg==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/types': 3.183.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/middleware-recursion-detection/3.183.0: - resolution: {integrity: sha512-RcsFN5Mp10SO9yKRVeFqedxQIhqWi00Kb5EpE1SR7bC/tcrizS2e0ytFkLk2Bv2U6tbT1CYg7EMa76ssRaSk5w==} + /@aws-sdk/middleware-recursion-detection/3.186.0: + resolution: {integrity: sha512-Za7k26Kovb4LuV5tmC6wcVILDCt0kwztwSlB991xk4vwNTja8kKxSt53WsYG8Q2wSaW6UOIbSoguZVyxbIY07Q==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/protocol-http': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/protocol-http': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/middleware-retry/3.183.0: - resolution: {integrity: sha512-TV3yKWd5g+18/0XjqVeG4/IrksAvBBqSuBVaaNFUACBhwZGZy6IV0sSOlYnWHLTPbPIwrxN9TTt+uIdvCbf+hw==} + /@aws-sdk/middleware-retry/3.186.0: + resolution: {integrity: sha512-/VI9emEKhhDzlNv9lQMmkyxx3GjJ8yPfXH3HuAeOgM1wx1BjCTLRYEWnTbQwq7BDzVENdneleCsGAp7yaj80Aw==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/protocol-http': 3.183.0 - '@aws-sdk/service-error-classification': 3.183.0 - '@aws-sdk/types': 3.183.0 - '@aws-sdk/util-middleware': 3.183.0 + '@aws-sdk/protocol-http': 3.186.0 + '@aws-sdk/service-error-classification': 3.186.0 + '@aws-sdk/types': 3.186.0 + '@aws-sdk/util-middleware': 3.186.0 tslib: 2.4.0 uuid: 8.3.2 dev: false - /@aws-sdk/middleware-sdk-sts/3.183.0: - resolution: {integrity: sha512-d8zqIDiT1/Zqh0RB/VV4RHz+CIyrMbxEm81rx0pn/9eMVLO4A33j1DaaTcQ0fuCCU7K2rptJC+t2tvkzmXPERg==} + /@aws-sdk/middleware-sdk-sts/3.186.0: + resolution: {integrity: sha512-GDcK0O8rjtnd+XRGnxzheq1V2jk4Sj4HtjrxW/ROyhzLOAOyyxutBt+/zOpDD6Gba3qxc69wE+Cf/qngOkEkDw==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/middleware-signing': 3.183.0 - '@aws-sdk/property-provider': 3.183.0 - '@aws-sdk/protocol-http': 3.183.0 - '@aws-sdk/signature-v4': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/middleware-signing': 3.186.0 + '@aws-sdk/property-provider': 3.186.0 + '@aws-sdk/protocol-http': 3.186.0 + '@aws-sdk/signature-v4': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/middleware-serde/3.183.0: - resolution: {integrity: sha512-8VqXmaIbH5E1L7ORXLAhaLKpoUJl7vYCbFpL3NKPlVBPDPAydLhyEltBc3mJTfUo4XWYn6qRqgNwlppXUJZ1xg==} + /@aws-sdk/middleware-serde/3.186.0: + resolution: {integrity: sha512-6FEAz70RNf18fKL5O7CepPSwTKJEIoyG9zU6p17GzKMgPeFsxS5xO94Hcq5tV2/CqeHliebjqhKY7yi+Pgok7g==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/types': 3.183.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/middleware-signing/3.183.0: - resolution: {integrity: sha512-ABb8aSs6649pOZg2Ck3EyeMJo03eYBIqUw7vOhBR6IhQA/XHCFzFX8vEhWjhEWfQcUQBIzNlgoY+0uXK0wVEYQ==} + /@aws-sdk/middleware-signing/3.186.0: + resolution: {integrity: sha512-riCJYG/LlF/rkgVbHkr4xJscc0/sECzDivzTaUmfb9kJhAwGxCyNqnTvg0q6UO00kxSdEB9zNZI2/iJYVBijBQ==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/property-provider': 3.183.0 - '@aws-sdk/protocol-http': 3.183.0 - '@aws-sdk/signature-v4': 3.183.0 - '@aws-sdk/types': 3.183.0 - '@aws-sdk/util-middleware': 3.183.0 + '@aws-sdk/property-provider': 3.186.0 + '@aws-sdk/protocol-http': 3.186.0 + '@aws-sdk/signature-v4': 3.186.0 + '@aws-sdk/types': 3.186.0 + '@aws-sdk/util-middleware': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/middleware-stack/3.183.0: - resolution: {integrity: sha512-xNvGdj5qgSiC0WETkDOk1Rr7goR7smjbRc/vcYzO4HLwfw2JX/QxtZ2iNAdBMwW1M8O4JfVqS3ynqlE6Ssd7YQ==} + /@aws-sdk/middleware-stack/3.186.0: + resolution: {integrity: sha512-fENMoo0pW7UBrbuycPf+3WZ+fcUgP9PnQ0jcOK3WWZlZ9d2ewh4HNxLh4EE3NkNYj4VIUFXtTUuVNHlG8trXjQ==} engines: {node: '>= 12.0.0'} dependencies: tslib: 2.4.0 dev: false - /@aws-sdk/middleware-user-agent/3.183.0: - resolution: {integrity: sha512-XPX6LKS+zD11yB7nMSQHnW749+2RcFDjr0l2Eb+X0Tffr70JrWpiSx8wYAWUcuTg5Zv4aJAdzYCCaJKZt61Wqg==} + /@aws-sdk/middleware-user-agent/3.186.0: + resolution: {integrity: sha512-fb+F2PF9DLKOVMgmhkr+ltN8ZhNJavTla9aqmbd01846OLEaN1n5xEnV7p8q5+EznVBWDF38Oz9Ae5BMt3Hs7w==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/protocol-http': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/protocol-http': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/node-config-provider/3.183.0: - resolution: {integrity: sha512-Y15Byu7uJxkpHes4PxLBfJEgvxXS5ovyfDGJKJYISwBqJFkDP9gp8/5hg/uHxlJuVWEgFDSTi5kOUjnOhaCZ/A==} + /@aws-sdk/node-config-provider/3.186.0: + resolution: {integrity: sha512-De93mgmtuUUeoiKXU8pVHXWKPBfJQlS/lh1k2H9T2Pd9Tzi0l7p5ttddx4BsEx4gk+Pc5flNz+DeptiSjZpa4A==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/property-provider': 3.183.0 - '@aws-sdk/shared-ini-file-loader': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/property-provider': 3.186.0 + '@aws-sdk/shared-ini-file-loader': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/node-http-handler/3.183.0: - resolution: {integrity: sha512-mwxwcDW03qZDk/XHr+MJrFUIAaCSIOPYemiM24gOhEqv6/B0ikxAzZIrggd8jKFlnPxPHME0FCFuIQ6tmokEyA==} + /@aws-sdk/node-http-handler/3.186.0: + resolution: {integrity: sha512-CbkbDuPZT9UNJ4dAZJWB3BV+Z65wFy7OduqGkzNNrKq6ZYMUfehthhUOTk8vU6RMe/0FkN+J0fFXlBx/bs/cHw==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/abort-controller': 3.183.0 - '@aws-sdk/protocol-http': 3.183.0 - '@aws-sdk/querystring-builder': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/abort-controller': 3.186.0 + '@aws-sdk/protocol-http': 3.186.0 + '@aws-sdk/querystring-builder': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/property-provider/3.183.0: - resolution: {integrity: sha512-IYZNJX/S2wQsDKx+Pm+gwCKFR037/T+K85YW7j8be7aItqZqwOo7yRNXhJSOJPMANxhz4KmHH3n1oXhmCBvyug==} + /@aws-sdk/property-provider/3.186.0: + resolution: {integrity: sha512-nWKqt36UW3xV23RlHUmat+yevw9up+T+953nfjcmCBKtgWlCWu/aUzewTRhKj3VRscbN+Wer95SBw9Lr/MMOlQ==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/types': 3.183.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/protocol-http/3.183.0: - resolution: {integrity: sha512-uFxp2YDRQgvHvGWY91CqZjqhDFoiPx9dr45ZIq/jZ4bOQ9rY619PAIBQ15eh54v7DI1zm4pLlXXvytA0LJF3jg==} + /@aws-sdk/protocol-http/3.186.0: + resolution: {integrity: sha512-l/KYr/UBDUU5ginqTgHtFfHR3X6ljf/1J1ThIiUg3C3kVC/Zwztm7BEOw8hHRWnWQGU/jYasGYcrcPLdQqFZyQ==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/types': 3.183.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/querystring-builder/3.183.0: - resolution: {integrity: sha512-12IFkuyPyJk8MZ1CKxiFo0GCTmqTwlJ3rMRk7L1wk44yObdKpQK/MSkUl0QgZHSjsS84zfqdeOXQJqLGGaIETg==} + /@aws-sdk/querystring-builder/3.186.0: + resolution: {integrity: sha512-mweCpuLufImxfq/rRBTEpjGuB4xhQvbokA+otjnUxlPdIobytLqEs7pCGQfLzQ7+1ZMo8LBXt70RH4A2nSX/JQ==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/types': 3.183.0 - '@aws-sdk/util-uri-escape': 3.183.0 + '@aws-sdk/types': 3.186.0 + '@aws-sdk/util-uri-escape': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/querystring-parser/3.183.0: - resolution: {integrity: sha512-0yB48bevrHMzXf2afYIAAqYfqCea3aeTyGLa+7IeWZbgP481JbGQyMMNtQBA8VgOB3k7vDEqIYT+QuVxbVhKCA==} + /@aws-sdk/querystring-parser/3.186.0: + resolution: {integrity: sha512-0iYfEloghzPVXJjmnzHamNx1F1jIiTW9Svy5ZF9LVqyr/uHZcQuiWYsuhWloBMLs8mfWarkZM02WfxZ8buAuhg==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/types': 3.183.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/service-error-classification/3.183.0: - resolution: {integrity: sha512-WCQzfRgCHdSXT6spTpGNV2zjBWN1QMxwA3L7sdmXvGDYR1USZlyNRwvYOc7g6Px2ZmMI5DnzjIKu60eSyVsH+w==} + /@aws-sdk/service-error-classification/3.186.0: + resolution: {integrity: sha512-DRl3ORk4tF+jmH5uvftlfaq0IeKKpt0UPAOAFQ/JFWe+TjOcQd/K+VC0iiIG97YFp3aeFmH1JbEgsNxd+8fdxw==} engines: {node: '>= 12.0.0'} dev: false - /@aws-sdk/shared-ini-file-loader/3.183.0: - resolution: {integrity: sha512-QqLdLthJP73m+h9FhCPsRUsF0AAtHVLivOvtH9ZRoph7C2bqSvfm8LHQO20R61acN9o72mgMiVDVBp/XhiGpkA==} + /@aws-sdk/shared-ini-file-loader/3.186.0: + resolution: {integrity: sha512-2FZqxmICtwN9CYid4dwfJSz/gGFHyStFQ3HCOQ8DsJUf2yREMSBsVmKqsyWgOrYcQ98gPcD5GIa7QO5yl3XF6A==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/types': 3.183.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/signature-v4/3.183.0: - resolution: {integrity: sha512-XlYaSVbC6acTdc7FI5hmfZqOLPBwNCbnutmoElTdJQKwhSS6LvwwUngM4L5tm3etlPkKVFSsWllG68Au/vFF4w==} + /@aws-sdk/signature-v4/3.186.0: + resolution: {integrity: sha512-18i96P5c4suMqwSNhnEOqhq4doqqyjH4fn0YV3F8TkekHPIWP4mtIJ0PWAN4eievqdtcKgD/GqVO6FaJG9texw==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/is-array-buffer': 3.183.0 - '@aws-sdk/types': 3.183.0 - '@aws-sdk/util-hex-encoding': 3.183.0 - '@aws-sdk/util-middleware': 3.183.0 - '@aws-sdk/util-uri-escape': 3.183.0 + '@aws-sdk/is-array-buffer': 3.186.0 + '@aws-sdk/types': 3.186.0 + '@aws-sdk/util-hex-encoding': 3.186.0 + '@aws-sdk/util-middleware': 3.186.0 + '@aws-sdk/util-uri-escape': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/smithy-client/3.183.0: - resolution: {integrity: sha512-HesHCNI09yCGh/QaLWyiMia0I3i6xs9v7ghksGXNhpNNrTIshFu5AUh2uJTdlaHiUN9zlED3ulkPo2FrE7Lxww==} + /@aws-sdk/smithy-client/3.186.0: + resolution: {integrity: sha512-rdAxSFGSnrSprVJ6i1BXi65r4X14cuya6fYe8dSdgmFSa+U2ZevT97lb3tSINCUxBGeMXhENIzbVGkRZuMh+DQ==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/middleware-stack': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/middleware-stack': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/types/3.183.0: - resolution: {integrity: sha512-V5IU7q7Y2ADIFzvUxoGfpVahhVnGjCABTv9jZYUSyJW7/OwSB+eA2C1B8ZsKAYLWtc9xKxYpRl5FI5e7FBGUIQ==} + /@aws-sdk/types/3.186.0: + resolution: {integrity: sha512-NatmSU37U+XauMFJCdFI6nougC20JUFZar+ump5wVv0i54H+2Refg1YbFDxSs0FY28TSB9jfhWIpfFBmXgL5MQ==} engines: {node: '>= 12.0.0'} dev: false - /@aws-sdk/url-parser/3.183.0: - resolution: {integrity: sha512-hrgeIDyAIJfGYbfGfQJD41iUwncfdhObyQ+aPfjZjAzqNSmNCV1jF9+k/BXdMnjCAM6n8rX6ZNko9PhtGz9uKw==} + /@aws-sdk/url-parser/3.186.0: + resolution: {integrity: sha512-jfdJkKqJZp8qjjwEjIGDqbqTuajBsddw02f86WiL8bPqD8W13/hdqbG4Fpwc+Bm6GwR6/4MY6xWXFnk8jDUKeA==} dependencies: - '@aws-sdk/querystring-parser': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/querystring-parser': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/util-base64-browser/3.183.0: - resolution: {integrity: sha512-rDTgkDHQbQtg/2RGbBb1ztZCRF8ELAXyhVQ7CqEqZSirdpQyIdOOVi8ucr4sjVyUQIq92irfJO1SEcANsaFhWQ==} + /@aws-sdk/util-base64-browser/3.186.0: + resolution: {integrity: sha512-TpQL8opoFfzTwUDxKeon/vuc83kGXpYqjl6hR8WzmHoQgmFfdFlV+0KXZOohra1001OP3FhqvMqaYbO8p9vXVQ==} dependencies: tslib: 2.4.0 dev: false - /@aws-sdk/util-base64-node/3.183.0: - resolution: {integrity: sha512-FqgzW17oMvv41eB6Lsq2q32HGch5pSmUtXdcVjvXkPKc5CGtNIB49pRx4re4SOGKexkBabB9gdmubs3jH8BB5Q==} + /@aws-sdk/util-base64-node/3.186.0: + resolution: {integrity: sha512-wH5Y/EQNBfGS4VkkmiMyZXU+Ak6VCoFM1GKWopV+sj03zR2D4FHexi4SxWwEBMpZCd6foMtihhbNBuPA5fnh6w==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/util-buffer-from': 3.183.0 + '@aws-sdk/util-buffer-from': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/util-body-length-browser/3.183.0: - resolution: {integrity: sha512-HniybeERXdHnN+NceOOlaeWgqfDgfWhtFmdOxJYWaxUW21RX+GQiObXtjnU7Nb0DtzTkAv/PWfkZ5lS8WLGQ2Q==} + /@aws-sdk/util-body-length-browser/3.186.0: + resolution: {integrity: sha512-zKtjkI/dkj9oGkjo+7fIz+I9KuHrVt1ROAeL4OmDESS8UZi3/O8uMDFMuCp8jft6H+WFuYH6qRVWAVwXMiasXw==} dependencies: tslib: 2.4.0 dev: false - /@aws-sdk/util-body-length-node/3.183.0: - resolution: {integrity: sha512-BBaGaQtSQFXtKB9hXnGog5osNTasAe1GlvQCRqvBEvF2LwM54M+Hsr5HisJKnCybUgQGi0R2Al3CohjMy+mczQ==} + /@aws-sdk/util-body-length-node/3.186.0: + resolution: {integrity: sha512-U7Ii8u8Wvu9EnBWKKeuwkdrWto3c0j7LG677Spe6vtwWkvY70n9WGfiKHTgBpVeLNv8jvfcx5+H0UOPQK1o9SQ==} engines: {node: '>= 12.0.0'} dependencies: tslib: 2.4.0 dev: false - /@aws-sdk/util-buffer-from/3.183.0: - resolution: {integrity: sha512-y/GPvo7kqM7taj6+Iq2uUxdrdDcUAtmQEX1l24qjl7MYEnZMncfxWjFdBhIvq4HBJjN3Oq8OIvTc/ZDB2obBJA==} + /@aws-sdk/util-buffer-from/3.186.0: + resolution: {integrity: sha512-be2GCk2lsLWg/2V5Y+S4/9pOMXhOQo4DR4dIqBdR2R+jrMMHN9Xsr5QrkT6chcqLaJ/SBlwiAEEi3StMRmCOXA==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/is-array-buffer': 3.183.0 + '@aws-sdk/is-array-buffer': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/util-config-provider/3.183.0: - resolution: {integrity: sha512-F6QaY3giXX4kSJk1VIkw9n9I4heTNgv5RmAgY5xlCNU5BqoWyIbWG9B8r/P7metlPhACZ1M8dMp5RwQi8Ae1Jw==} + /@aws-sdk/util-config-provider/3.186.0: + resolution: {integrity: sha512-71Qwu/PN02XsRLApyxG0EUy/NxWh/CXxtl2C7qY14t+KTiRapwbDkdJ1cMsqYqghYP4BwJoj1M+EFMQSSlkZQQ==} engines: {node: '>= 12.0.0'} dependencies: tslib: 2.4.0 dev: false - /@aws-sdk/util-defaults-mode-browser/3.183.0: - resolution: {integrity: sha512-YWKb4Y0bo/hpAVvf27wAQ3vj8OSVHkyHeoZC6ni9alkK41SAlv3RjodfTAhN0039QD+DirTa3EkLQj9ag1Igdg==} + /@aws-sdk/util-defaults-mode-browser/3.186.0: + resolution: {integrity: sha512-U8GOfIdQ0dZ7RRVpPynGteAHx4URtEh+JfWHHVfS6xLPthPHWTbyRhkQX++K/F8Jk+T5U8Anrrqlea4TlcO2DA==} engines: {node: '>= 10.0.0'} dependencies: - '@aws-sdk/property-provider': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/property-provider': 3.186.0 + '@aws-sdk/types': 3.186.0 bowser: 2.11.0 tslib: 2.4.0 dev: false - /@aws-sdk/util-defaults-mode-node/3.183.0: - resolution: {integrity: sha512-zuNFv2nSgtK6yTEMiEZW2vNxtC6vcKlt6vv0QtIEZZGGhjxEx2dK28jKr9GHlDLIt99mjvJaqiP4tiyfNE5Xpg==} + /@aws-sdk/util-defaults-mode-node/3.186.0: + resolution: {integrity: sha512-N6O5bpwCiE4z8y7SPHd7KYlszmNOYREa+mMgtOIXRU3VXSEHVKVWTZsHKvNTTHpW0qMqtgIvjvXCo3vsch5l3A==} engines: {node: '>= 10.0.0'} dependencies: - '@aws-sdk/config-resolver': 3.183.0 - '@aws-sdk/credential-provider-imds': 3.183.0 - '@aws-sdk/node-config-provider': 3.183.0 - '@aws-sdk/property-provider': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/config-resolver': 3.186.0 + '@aws-sdk/credential-provider-imds': 3.186.0 + '@aws-sdk/node-config-provider': 3.186.0 + '@aws-sdk/property-provider': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/util-hex-encoding/3.183.0: - resolution: {integrity: sha512-pcvgpSID2mFnkaWPd/cpP4H7Lpu9w9Sc2QcMc2kvkOgkNb7mNres+guybqIMIlsOfuVuFK6291KwtYEgYIWHjQ==} + /@aws-sdk/util-hex-encoding/3.186.0: + resolution: {integrity: sha512-UL9rdgIZz1E/jpAfaKH8QgUxNK9VP5JPgoR0bSiaefMjnsoBh0x/VVMsfUyziOoJCMLebhJzFowtwrSKEGsxNg==} engines: {node: '>= 12.0.0'} dependencies: tslib: 2.4.0 dev: false - /@aws-sdk/util-locate-window/3.183.0: - resolution: {integrity: sha512-zcto3whSC1EHnKlygkSBmwI95r3mOpG3o37M2zHhKJlJbPZhI61+MnNQ13T46m4MRWC5gJgPi3gL7kI9Bnb+hA==} + /@aws-sdk/util-locate-window/3.186.0: + resolution: {integrity: sha512-fmQLkH16ga6c5fWsA+kBYklQJjlPlcc8uayTR4avi5g3Nxqm6wPpyUwo5CppwjwWMeS+NXG0HgITtkkGntcRNg==} engines: {node: '>= 12.0.0'} dependencies: tslib: 2.4.0 dev: false - /@aws-sdk/util-middleware/3.183.0: - resolution: {integrity: sha512-zbAFH5SkJ1kTFWPZVg4JdQEhfnJAyL/BDDtGPublVCbplXHAFxoYsneL0he4OEyJbf9KQyITOlzOcthB1kS9Qg==} + /@aws-sdk/util-middleware/3.186.0: + resolution: {integrity: sha512-fddwDgXtnHyL9mEZ4s1tBBsKnVQHqTUmFbZKUUKPrg9CxOh0Y/zZxEa5Olg/8dS/LzM1tvg0ATkcyd4/kEHIhg==} engines: {node: '>= 12.0.0'} dependencies: tslib: 2.4.0 dev: false - /@aws-sdk/util-uri-escape/3.183.0: - resolution: {integrity: sha512-pBTwFR/s3ITNHDbsnjhGu6g47PUb5NFbAOWRMFukJME5glOTkFViGlSrEbq0xZB/A0jKFZBQWXLDtgR2G0N8TA==} + /@aws-sdk/util-uri-escape/3.186.0: + resolution: {integrity: sha512-imtOrJFpIZAipAg8VmRqYwv1G/x4xzyoxOJ48ZSn1/ZGnKEEnB6n6E9gwYRebi4mlRuMSVeZwCPLq0ey5hReeQ==} engines: {node: '>= 12.0.0'} dependencies: tslib: 2.4.0 dev: false - /@aws-sdk/util-user-agent-browser/3.183.0: - resolution: {integrity: sha512-uLUFxHFzh/ivcEeocpvMZBnpEDA793lAtsReaG7QRA1PheRgAQQHeugrTOkQ7doGCz0YBbocXAMcNDrmN1EdNA==} + /@aws-sdk/util-user-agent-browser/3.186.0: + resolution: {integrity: sha512-fbRcTTutMk4YXY3A2LePI4jWSIeHOT8DaYavpc/9Xshz/WH9RTGMmokeVOcClRNBeDSi5cELPJJ7gx6SFD3ZlQ==} dependencies: - '@aws-sdk/types': 3.183.0 + '@aws-sdk/types': 3.186.0 bowser: 2.11.0 tslib: 2.4.0 dev: false - /@aws-sdk/util-user-agent-node/3.183.0: - resolution: {integrity: sha512-EsyNWuW4ZhLoo5sDs/rMuL5BwGgyyO5bJxI4GzXhDcPPJerQvDZ3ZD3aB55IzAWd4EMHft3Man2uB2bCSWavjA==} + /@aws-sdk/util-user-agent-node/3.186.0: + resolution: {integrity: sha512-oWZR7hN6NtOgnT6fUvHaafgbipQc2xJCRB93XHiF9aZGptGNLJzznIOP7uURdn0bTnF73ejbUXWLQIm8/6ue6w==} engines: {node: '>= 12.0.0'} peerDependencies: aws-crt: '>=1.0.0' @@ -659,31 +659,31 @@ packages: aws-crt: optional: true dependencies: - '@aws-sdk/node-config-provider': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/node-config-provider': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/util-utf8-browser/3.183.0: - resolution: {integrity: sha512-6JHlQ5VkF2XdUfyK1pjpR1A8I+hVdyV0yGiyOB3Vge2zIkcc6oZQYIsSePFmqujJspz29GK0InbQhJXKuLDekg==} + /@aws-sdk/util-utf8-browser/3.186.0: + resolution: {integrity: sha512-n+IdFYF/4qT2WxhMOCeig8LndDggaYHw3BJJtfIBZRiS16lgwcGYvOUmhCkn0aSlG1f/eyg9YZHQG0iz9eLdHQ==} dependencies: tslib: 2.4.0 dev: false - /@aws-sdk/util-utf8-node/3.183.0: - resolution: {integrity: sha512-5oIc0Bco765sMd0X4jOpwidBxPOXocGXuaTM5LxfFlw+KZjgh609VQHii9pUlere23kCXF3cZzup++oSQBSrTg==} + /@aws-sdk/util-utf8-node/3.186.0: + resolution: {integrity: sha512-7qlE0dOVdjuRbZTb7HFywnHHCrsN7AeQiTnsWT63mjXGDbPeUWQQw3TrdI20um3cxZXnKoeudGq8K6zbXyQ4iA==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/util-buffer-from': 3.183.0 + '@aws-sdk/util-buffer-from': 3.186.0 tslib: 2.4.0 dev: false - /@aws-sdk/util-waiter/3.183.0: - resolution: {integrity: sha512-gp8zuE8+6N9khmwpfNtkiiScnosoGEh5touy8KGqAy5OYcTFCyjqoEwqH3JCiZxzoTMB+81iGR3mbj4EiGwUOw==} + /@aws-sdk/util-waiter/3.186.0: + resolution: {integrity: sha512-oSm45VadBBWC/K2W1mrRNzm9RzbXt6VopBQ5iTDU7B3qIXlyAG9k1JqOvmYIdYq1oOgjM3Hv2+9sngi3+MZs1A==} engines: {node: '>= 12.0.0'} dependencies: - '@aws-sdk/abort-controller': 3.183.0 - '@aws-sdk/types': 3.183.0 + '@aws-sdk/abort-controller': 3.186.0 + '@aws-sdk/types': 3.186.0 tslib: 2.4.0 dev: false @@ -1070,7 +1070,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.8.2 + '@types/node': 18.8.3 chalk: 4.1.2 jest-message-util: 28.1.3 jest-util: 28.1.3 @@ -1091,14 +1091,14 @@ packages: '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.8.2 + '@types/node': 18.8.3 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.4.0 exit: 0.1.2 graceful-fs: 4.2.10 jest-changed-files: 28.1.3 - jest-config: 28.1.3_@types+node@18.8.2 + jest-config: 28.1.3_@types+node@18.8.3 jest-haste-map: 28.1.3 jest-message-util: 28.1.3 jest-regex-util: 28.0.2 @@ -1126,7 +1126,7 @@ packages: dependencies: '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.8.2 + '@types/node': 18.8.3 jest-mock: 28.1.3 dev: true @@ -1153,7 +1153,7 @@ packages: dependencies: '@jest/types': 28.1.3 '@sinonjs/fake-timers': 9.1.2 - '@types/node': 18.8.2 + '@types/node': 18.8.3 jest-message-util: 28.1.3 jest-mock: 28.1.3 jest-util: 28.1.3 @@ -1185,14 +1185,14 @@ packages: '@jest/transform': 28.1.3 '@jest/types': 28.1.3 '@jridgewell/trace-mapping': 0.3.15 - '@types/node': 18.8.2 + '@types/node': 18.8.3 chalk: 4.1.2 collect-v8-coverage: 1.0.1 exit: 0.1.2 glob: 7.2.3 graceful-fs: 4.2.10 istanbul-lib-coverage: 3.2.0 - istanbul-lib-instrument: 5.2.0 + istanbul-lib-instrument: 5.2.1 istanbul-lib-report: 3.0.0 istanbul-lib-source-maps: 4.0.1 istanbul-reports: 3.1.5 @@ -1274,7 +1274,7 @@ packages: '@jest/schemas': 28.1.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.1 - '@types/node': 18.8.2 + '@types/node': 18.8.3 '@types/yargs': 17.0.13 chalk: 4.1.2 dev: true @@ -1386,7 +1386,7 @@ packages: /@types/graceful-fs/4.1.5: resolution: {integrity: sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==} dependencies: - '@types/node': 18.8.2 + '@types/node': 18.8.3 dev: true /@types/istanbul-lib-coverage/2.0.4: @@ -1405,8 +1405,8 @@ packages: '@types/istanbul-lib-report': 3.0.0 dev: true - /@types/node/18.8.2: - resolution: {integrity: sha512-cRMwIgdDN43GO4xMWAfJAecYn8wV4JbsOGHNfNUIDiuYkUYAR5ec4Rj7IO2SAhFPEfpPtLtUTbbny/TCT7aDwA==} + /@types/node/18.8.3: + resolution: {integrity: sha512-0os9vz6BpGwxGe9LOhgP/ncvYN5Tx1fNcd2TM3rD/aCGBkysb+ZWpXEocG24h6ZzOi13+VB8HndAQFezsSOw1w==} dev: true /@types/prettier/2.7.1: @@ -1534,7 +1534,7 @@ packages: '@babel/helper-plugin-utils': 7.19.0 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 - istanbul-lib-instrument: 5.2.0 + istanbul-lib-instrument: 5.2.1 test-exclude: 6.0.0 transitivePeerDependencies: - supports-color @@ -1608,10 +1608,10 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001415 - electron-to-chromium: 1.4.271 + caniuse-lite: 1.0.30001418 + electron-to-chromium: 1.4.275 node-releases: 2.0.6 - update-browserslist-db: 1.0.9_browserslist@4.21.4 + update-browserslist-db: 1.0.10_browserslist@4.21.4 dev: true /bser/2.1.1: @@ -1639,8 +1639,8 @@ packages: engines: {node: '>=10'} dev: true - /caniuse-lite/1.0.30001415: - resolution: {integrity: sha512-ER+PfgCJUe8BqunLGWd/1EY4g8AzQcsDAVzdtMGKVtQEmKAwaFfU6vb7EAVIqTMYsqxBorYZi2+22Iouj/y7GQ==} + /caniuse-lite/1.0.30001418: + resolution: {integrity: sha512-oIs7+JL3K9JRQ3jPZjlH6qyYDp+nBTCais7hjh0s+fuBwufc7uZ7hPYMXrDOJhV360KGMTcczMRObk0/iMqZRg==} dev: true /chalk/2.4.2: @@ -1780,8 +1780,8 @@ packages: esutils: 2.0.3 dev: true - /electron-to-chromium/1.4.271: - resolution: {integrity: sha512-BCPBtK07xR1/uY2HFDtl3wK2De66AW4MSiPlLrnPNxKC/Qhccxd59W73654S3y6Rb/k3hmuGJOBnhjfoutetXA==} + /electron-to-chromium/1.4.275: + resolution: {integrity: sha512-aJeQQ+Hl9Jyyzv4chBqYJwmVRY46N5i2BEX5Cuyk/5gFCUZ5F3i7Hnba6snZftWla7Gglwc5pIgcd+E7cW+rPg==} dev: true /emittery/0.10.2: @@ -2275,8 +2275,8 @@ packages: engines: {node: '>=8'} dev: true - /istanbul-lib-instrument/5.2.0: - resolution: {integrity: sha512-6Lthe1hqXHBNsqvgDzGO6l03XNeu3CrG4RqQ1KM9+l5+jNGpEJfIELx1NS3SEHmJQA8np/u+E4EPRKRiu6m19A==} + /istanbul-lib-instrument/5.2.1: + resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: '@babel/core': 7.19.3 @@ -2332,7 +2332,7 @@ packages: '@jest/expect': 28.1.3 '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.8.2 + '@types/node': 18.8.3 chalk: 4.1.2 co: 4.6.0 dedent: 0.7.0 @@ -2417,7 +2417,7 @@ packages: - supports-color dev: true - /jest-config/28.1.3_@types+node@18.8.2: + /jest-config/28.1.3_@types+node@18.8.3: resolution: {integrity: sha512-MG3INjByJ0J4AsNBm7T3hsuxKQqFIiRo/AUqb1q9LRKI5UU6Aar9JHbr9Ivn1TVwfUD9KirRoM/T6u8XlcQPHQ==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} peerDependencies: @@ -2432,7 +2432,7 @@ packages: '@babel/core': 7.19.3 '@jest/test-sequencer': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.8.2 + '@types/node': 18.8.3 babel-jest: 28.1.3_@babel+core@7.19.3 chalk: 4.1.2 ci-info: 3.4.0 @@ -2491,7 +2491,7 @@ packages: '@jest/environment': 28.1.3 '@jest/fake-timers': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.8.2 + '@types/node': 18.8.3 jest-mock: 28.1.3 jest-util: 28.1.3 dev: true @@ -2507,7 +2507,7 @@ packages: dependencies: '@jest/types': 28.1.3 '@types/graceful-fs': 4.1.5 - '@types/node': 18.8.2 + '@types/node': 18.8.3 anymatch: 3.1.2 fb-watchman: 2.0.2 graceful-fs: 4.2.10 @@ -2558,7 +2558,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.8.2 + '@types/node': 18.8.3 dev: true /jest-pnp-resolver/1.2.2_jest-resolve@28.1.3: @@ -2612,7 +2612,7 @@ packages: '@jest/test-result': 28.1.3 '@jest/transform': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.8.2 + '@types/node': 18.8.3 chalk: 4.1.2 emittery: 0.10.2 graceful-fs: 4.2.10 @@ -2698,7 +2698,7 @@ packages: engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: '@jest/types': 28.1.3 - '@types/node': 18.8.2 + '@types/node': 18.8.3 chalk: 4.1.2 ci-info: 3.4.0 graceful-fs: 4.2.10 @@ -2723,7 +2723,7 @@ packages: dependencies: '@jest/test-result': 28.1.3 '@jest/types': 28.1.3 - '@types/node': 18.8.2 + '@types/node': 18.8.3 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.10.2 @@ -2735,7 +2735,7 @@ packages: resolution: {integrity: sha512-CqRA220YV/6jCo8VWvAt1KKx6eek1VIHMPeLEbpcfSfkEeWyBNppynM/o6q+Wmw+sOhos2ml34wZbSX3G13//g==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@types/node': 18.8.2 + '@types/node': 18.8.3 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -3357,8 +3357,8 @@ packages: engines: {node: '>=10'} dev: true - /update-browserslist-db/1.0.9_browserslist@4.21.4: - resolution: {integrity: sha512-/xsqn21EGVdXI3EXSum1Yckj3ZVZugqyOZQ/CxYPBD/R+ko9NSUScf8tFF4dOKY+2pvSSJA/S+5B8s4Zr4kyvg==} + /update-browserslist-db/1.0.10_browserslist@4.21.4: + resolution: {integrity: sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' @@ -3437,8 +3437,8 @@ packages: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} dev: true - /yaml/2.1.2: - resolution: {integrity: sha512-VSdf2/K3FqAetooKQv45Hcu6sA00aDgWZeGcG6V9IYJnVLTnb6988Tie79K5nx2vK7cEpf+yW8Oy+7iPAbdiHA==} + /yaml/2.1.3: + resolution: {integrity: sha512-AacA8nRULjKMX2DvWvOAdBZMOfQlypSFkjcOcu9FalllIDJ1kvlREzcdIZmidQUqqeMv7jorHjq2HlLv/+c2lg==} engines: {node: '>= 14'} dev: false From 2be35631c13ff05673b8e83d640def6bf50d6149 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 Oct 2022 21:18:04 +0000 Subject: [PATCH 2/2] chore(release): 1.1.48 [skip ci] ## [1.1.48](https://github.com/scribd/amazon-ecs-service-action/compare/v1.1.47...v1.1.48) (2022-10-10) ### Bug Fixes * **deps:** yarn update 20221006 ([e1c3e80](https://github.com/scribd/amazon-ecs-service-action/commit/e1c3e807056f94872bca6a9c0069ddb567c000f9)) --- CHANGELOG.md | 7 + dist/index.js | 2442 +++++++++++++++++++++++++------------------------ 2 files changed, 1229 insertions(+), 1220 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d7f16a..caf56da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.48](https://github.com/scribd/amazon-ecs-service-action/compare/v1.1.47...v1.1.48) (2022-10-10) + + +### Bug Fixes + +* **deps:** yarn update 20221006 ([e1c3e80](https://github.com/scribd/amazon-ecs-service-action/commit/e1c3e807056f94872bca6a9c0069ddb567c000f9)) + ## [1.1.47](https://github.com/scribd/amazon-ecs-service-action/compare/v1.1.46...v1.1.47) (2022-10-06) diff --git a/dist/index.js b/dist/index.js index 2b53f2d..9d4548e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -8,7 +8,7 @@ const core = __nccwpck_require__(7954); const fs = __nccwpck_require__(7147); -const {ECSClient, CreateServiceCommand, DescribeServicesCommand, UpdateServiceCommand, DeleteServiceCommand, waitUntilServicesInactive, ListTasksCommand, DescribeTasksCommand} = __nccwpck_require__(2862); +const {ECSClient, CreateServiceCommand, DescribeServicesCommand, UpdateServiceCommand, DeleteServiceCommand, waitUntilServicesInactive, ListTasksCommand, DescribeTasksCommand} = __nccwpck_require__(9911); const _ = __nccwpck_require__(8513); @@ -183,7 +183,7 @@ function deleteInput(parameters) { * *****************************************************************************************/ -const {WaiterState, checkExceptions, createWaiter} = __nccwpck_require__(8161); +const {WaiterState, checkExceptions, createWaiter} = __nccwpck_require__(1260); async function checkState(client, parameters) { const response = await describeService(client, parameters); @@ -2487,66 +2487,66 @@ exports.checkBypass = checkBypass; /***/ }), -/***/ 5357: +/***/ 1574: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ECS = void 0; -const CreateCapacityProviderCommand_1 = __nccwpck_require__(2125); -const CreateClusterCommand_1 = __nccwpck_require__(6479); -const CreateServiceCommand_1 = __nccwpck_require__(2755); -const CreateTaskSetCommand_1 = __nccwpck_require__(1201); -const DeleteAccountSettingCommand_1 = __nccwpck_require__(4515); -const DeleteAttributesCommand_1 = __nccwpck_require__(6712); -const DeleteCapacityProviderCommand_1 = __nccwpck_require__(771); -const DeleteClusterCommand_1 = __nccwpck_require__(577); -const DeleteServiceCommand_1 = __nccwpck_require__(7437); -const DeleteTaskSetCommand_1 = __nccwpck_require__(5039); -const DeregisterContainerInstanceCommand_1 = __nccwpck_require__(15); -const DeregisterTaskDefinitionCommand_1 = __nccwpck_require__(3758); -const DescribeCapacityProvidersCommand_1 = __nccwpck_require__(4789); -const DescribeClustersCommand_1 = __nccwpck_require__(5017); -const DescribeContainerInstancesCommand_1 = __nccwpck_require__(1523); -const DescribeServicesCommand_1 = __nccwpck_require__(3448); -const DescribeTaskDefinitionCommand_1 = __nccwpck_require__(7566); -const DescribeTasksCommand_1 = __nccwpck_require__(9404); -const DescribeTaskSetsCommand_1 = __nccwpck_require__(8694); -const DiscoverPollEndpointCommand_1 = __nccwpck_require__(111); -const ExecuteCommandCommand_1 = __nccwpck_require__(7897); -const ListAccountSettingsCommand_1 = __nccwpck_require__(6488); -const ListAttributesCommand_1 = __nccwpck_require__(9268); -const ListClustersCommand_1 = __nccwpck_require__(6909); -const ListContainerInstancesCommand_1 = __nccwpck_require__(5329); -const ListServicesCommand_1 = __nccwpck_require__(397); -const ListTagsForResourceCommand_1 = __nccwpck_require__(7698); -const ListTaskDefinitionFamiliesCommand_1 = __nccwpck_require__(4962); -const ListTaskDefinitionsCommand_1 = __nccwpck_require__(3945); -const ListTasksCommand_1 = __nccwpck_require__(8318); -const PutAccountSettingCommand_1 = __nccwpck_require__(852); -const PutAccountSettingDefaultCommand_1 = __nccwpck_require__(6884); -const PutAttributesCommand_1 = __nccwpck_require__(91); -const PutClusterCapacityProvidersCommand_1 = __nccwpck_require__(6974); -const RegisterContainerInstanceCommand_1 = __nccwpck_require__(4134); -const RegisterTaskDefinitionCommand_1 = __nccwpck_require__(6477); -const RunTaskCommand_1 = __nccwpck_require__(5089); -const StartTaskCommand_1 = __nccwpck_require__(2221); -const StopTaskCommand_1 = __nccwpck_require__(7477); -const SubmitAttachmentStateChangesCommand_1 = __nccwpck_require__(5647); -const SubmitContainerStateChangeCommand_1 = __nccwpck_require__(7728); -const SubmitTaskStateChangeCommand_1 = __nccwpck_require__(7033); -const TagResourceCommand_1 = __nccwpck_require__(9345); -const UntagResourceCommand_1 = __nccwpck_require__(6261); -const UpdateCapacityProviderCommand_1 = __nccwpck_require__(7308); -const UpdateClusterCommand_1 = __nccwpck_require__(1043); -const UpdateClusterSettingsCommand_1 = __nccwpck_require__(3250); -const UpdateContainerAgentCommand_1 = __nccwpck_require__(7577); -const UpdateContainerInstancesStateCommand_1 = __nccwpck_require__(32); -const UpdateServiceCommand_1 = __nccwpck_require__(3500); -const UpdateServicePrimaryTaskSetCommand_1 = __nccwpck_require__(6445); -const UpdateTaskSetCommand_1 = __nccwpck_require__(325); -const ECSClient_1 = __nccwpck_require__(2707); +const CreateCapacityProviderCommand_1 = __nccwpck_require__(4424); +const CreateClusterCommand_1 = __nccwpck_require__(730); +const CreateServiceCommand_1 = __nccwpck_require__(3792); +const CreateTaskSetCommand_1 = __nccwpck_require__(7922); +const DeleteAccountSettingCommand_1 = __nccwpck_require__(1651); +const DeleteAttributesCommand_1 = __nccwpck_require__(6866); +const DeleteCapacityProviderCommand_1 = __nccwpck_require__(3283); +const DeleteClusterCommand_1 = __nccwpck_require__(3644); +const DeleteServiceCommand_1 = __nccwpck_require__(3010); +const DeleteTaskSetCommand_1 = __nccwpck_require__(5284); +const DeregisterContainerInstanceCommand_1 = __nccwpck_require__(5018); +const DeregisterTaskDefinitionCommand_1 = __nccwpck_require__(843); +const DescribeCapacityProvidersCommand_1 = __nccwpck_require__(4637); +const DescribeClustersCommand_1 = __nccwpck_require__(3703); +const DescribeContainerInstancesCommand_1 = __nccwpck_require__(5279); +const DescribeServicesCommand_1 = __nccwpck_require__(5068); +const DescribeTaskDefinitionCommand_1 = __nccwpck_require__(8823); +const DescribeTasksCommand_1 = __nccwpck_require__(5954); +const DescribeTaskSetsCommand_1 = __nccwpck_require__(3110); +const DiscoverPollEndpointCommand_1 = __nccwpck_require__(5989); +const ExecuteCommandCommand_1 = __nccwpck_require__(1010); +const ListAccountSettingsCommand_1 = __nccwpck_require__(3698); +const ListAttributesCommand_1 = __nccwpck_require__(3354); +const ListClustersCommand_1 = __nccwpck_require__(3734); +const ListContainerInstancesCommand_1 = __nccwpck_require__(4473); +const ListServicesCommand_1 = __nccwpck_require__(6159); +const ListTagsForResourceCommand_1 = __nccwpck_require__(1989); +const ListTaskDefinitionFamiliesCommand_1 = __nccwpck_require__(5681); +const ListTaskDefinitionsCommand_1 = __nccwpck_require__(3727); +const ListTasksCommand_1 = __nccwpck_require__(1734); +const PutAccountSettingCommand_1 = __nccwpck_require__(9203); +const PutAccountSettingDefaultCommand_1 = __nccwpck_require__(4312); +const PutAttributesCommand_1 = __nccwpck_require__(8504); +const PutClusterCapacityProvidersCommand_1 = __nccwpck_require__(9233); +const RegisterContainerInstanceCommand_1 = __nccwpck_require__(9941); +const RegisterTaskDefinitionCommand_1 = __nccwpck_require__(3958); +const RunTaskCommand_1 = __nccwpck_require__(9367); +const StartTaskCommand_1 = __nccwpck_require__(8972); +const StopTaskCommand_1 = __nccwpck_require__(4650); +const SubmitAttachmentStateChangesCommand_1 = __nccwpck_require__(6011); +const SubmitContainerStateChangeCommand_1 = __nccwpck_require__(859); +const SubmitTaskStateChangeCommand_1 = __nccwpck_require__(8998); +const TagResourceCommand_1 = __nccwpck_require__(2791); +const UntagResourceCommand_1 = __nccwpck_require__(2938); +const UpdateCapacityProviderCommand_1 = __nccwpck_require__(371); +const UpdateClusterCommand_1 = __nccwpck_require__(3227); +const UpdateClusterSettingsCommand_1 = __nccwpck_require__(4317); +const UpdateContainerAgentCommand_1 = __nccwpck_require__(2177); +const UpdateContainerInstancesStateCommand_1 = __nccwpck_require__(4461); +const UpdateServiceCommand_1 = __nccwpck_require__(469); +const UpdateServicePrimaryTaskSetCommand_1 = __nccwpck_require__(9440); +const UpdateTaskSetCommand_1 = __nccwpck_require__(848); +const ECSClient_1 = __nccwpck_require__(1414); class ECS extends ECSClient_1.ECSClient { createCapacityProvider(args, optionsOrCb, cb) { const command = new CreateCapacityProviderCommand_1.CreateCapacityProviderCommand(args); @@ -3282,23 +3282,23 @@ exports.ECS = ECS; /***/ }), -/***/ 2707: +/***/ 1414: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ECSClient = void 0; -const config_resolver_1 = __nccwpck_require__(6210); -const middleware_content_length_1 = __nccwpck_require__(1553); -const middleware_host_header_1 = __nccwpck_require__(278); -const middleware_logger_1 = __nccwpck_require__(130); -const middleware_recursion_detection_1 = __nccwpck_require__(251); -const middleware_retry_1 = __nccwpck_require__(3268); -const middleware_signing_1 = __nccwpck_require__(342); -const middleware_user_agent_1 = __nccwpck_require__(2467); -const smithy_client_1 = __nccwpck_require__(3118); -const runtimeConfig_1 = __nccwpck_require__(8751); +const config_resolver_1 = __nccwpck_require__(9794); +const middleware_content_length_1 = __nccwpck_require__(9392); +const middleware_host_header_1 = __nccwpck_require__(1973); +const middleware_logger_1 = __nccwpck_require__(438); +const middleware_recursion_detection_1 = __nccwpck_require__(4108); +const middleware_retry_1 = __nccwpck_require__(3407); +const middleware_signing_1 = __nccwpck_require__(8505); +const middleware_user_agent_1 = __nccwpck_require__(8186); +const smithy_client_1 = __nccwpck_require__(5213); +const runtimeConfig_1 = __nccwpck_require__(3181); class ECSClient extends smithy_client_1.Client { constructor(configuration) { const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration); @@ -3327,17 +3327,17 @@ exports.ECSClient = ECSClient; /***/ }), -/***/ 2125: +/***/ 4424: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CreateCapacityProviderCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class CreateCapacityProviderCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3371,17 +3371,17 @@ exports.CreateCapacityProviderCommand = CreateCapacityProviderCommand; /***/ }), -/***/ 6479: +/***/ 730: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CreateClusterCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class CreateClusterCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3415,17 +3415,17 @@ exports.CreateClusterCommand = CreateClusterCommand; /***/ }), -/***/ 2755: +/***/ 3792: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CreateServiceCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class CreateServiceCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3459,17 +3459,17 @@ exports.CreateServiceCommand = CreateServiceCommand; /***/ }), -/***/ 1201: +/***/ 7922: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CreateTaskSetCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class CreateTaskSetCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3503,17 +3503,17 @@ exports.CreateTaskSetCommand = CreateTaskSetCommand; /***/ }), -/***/ 4515: +/***/ 1651: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeleteAccountSettingCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DeleteAccountSettingCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3547,17 +3547,17 @@ exports.DeleteAccountSettingCommand = DeleteAccountSettingCommand; /***/ }), -/***/ 6712: +/***/ 6866: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeleteAttributesCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DeleteAttributesCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3591,17 +3591,17 @@ exports.DeleteAttributesCommand = DeleteAttributesCommand; /***/ }), -/***/ 771: +/***/ 3283: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeleteCapacityProviderCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DeleteCapacityProviderCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3635,17 +3635,17 @@ exports.DeleteCapacityProviderCommand = DeleteCapacityProviderCommand; /***/ }), -/***/ 577: +/***/ 3644: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeleteClusterCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DeleteClusterCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3679,17 +3679,17 @@ exports.DeleteClusterCommand = DeleteClusterCommand; /***/ }), -/***/ 7437: +/***/ 3010: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeleteServiceCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DeleteServiceCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3723,17 +3723,17 @@ exports.DeleteServiceCommand = DeleteServiceCommand; /***/ }), -/***/ 5039: +/***/ 5284: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeleteTaskSetCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DeleteTaskSetCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3767,17 +3767,17 @@ exports.DeleteTaskSetCommand = DeleteTaskSetCommand; /***/ }), -/***/ 15: +/***/ 5018: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeregisterContainerInstanceCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DeregisterContainerInstanceCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3811,17 +3811,17 @@ exports.DeregisterContainerInstanceCommand = DeregisterContainerInstanceCommand; /***/ }), -/***/ 3758: +/***/ 843: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DeregisterTaskDefinitionCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DeregisterTaskDefinitionCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3855,17 +3855,17 @@ exports.DeregisterTaskDefinitionCommand = DeregisterTaskDefinitionCommand; /***/ }), -/***/ 4789: +/***/ 4637: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeCapacityProvidersCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DescribeCapacityProvidersCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3899,17 +3899,17 @@ exports.DescribeCapacityProvidersCommand = DescribeCapacityProvidersCommand; /***/ }), -/***/ 5017: +/***/ 3703: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeClustersCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DescribeClustersCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3943,17 +3943,17 @@ exports.DescribeClustersCommand = DescribeClustersCommand; /***/ }), -/***/ 1523: +/***/ 5279: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeContainerInstancesCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DescribeContainerInstancesCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -3987,17 +3987,17 @@ exports.DescribeContainerInstancesCommand = DescribeContainerInstancesCommand; /***/ }), -/***/ 3448: +/***/ 5068: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeServicesCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DescribeServicesCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4031,17 +4031,17 @@ exports.DescribeServicesCommand = DescribeServicesCommand; /***/ }), -/***/ 7566: +/***/ 8823: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeTaskDefinitionCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DescribeTaskDefinitionCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4075,17 +4075,17 @@ exports.DescribeTaskDefinitionCommand = DescribeTaskDefinitionCommand; /***/ }), -/***/ 8694: +/***/ 3110: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeTaskSetsCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DescribeTaskSetsCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4119,17 +4119,17 @@ exports.DescribeTaskSetsCommand = DescribeTaskSetsCommand; /***/ }), -/***/ 9404: +/***/ 5954: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DescribeTasksCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DescribeTasksCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4163,17 +4163,17 @@ exports.DescribeTasksCommand = DescribeTasksCommand; /***/ }), -/***/ 111: +/***/ 5989: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DiscoverPollEndpointCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class DiscoverPollEndpointCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4207,17 +4207,17 @@ exports.DiscoverPollEndpointCommand = DiscoverPollEndpointCommand; /***/ }), -/***/ 7897: +/***/ 1010: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ExecuteCommandCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class ExecuteCommandCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4251,17 +4251,17 @@ exports.ExecuteCommandCommand = ExecuteCommandCommand; /***/ }), -/***/ 6488: +/***/ 3698: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListAccountSettingsCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class ListAccountSettingsCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4295,17 +4295,17 @@ exports.ListAccountSettingsCommand = ListAccountSettingsCommand; /***/ }), -/***/ 9268: +/***/ 3354: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListAttributesCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class ListAttributesCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4339,17 +4339,17 @@ exports.ListAttributesCommand = ListAttributesCommand; /***/ }), -/***/ 6909: +/***/ 3734: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListClustersCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class ListClustersCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4383,17 +4383,17 @@ exports.ListClustersCommand = ListClustersCommand; /***/ }), -/***/ 5329: +/***/ 4473: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListContainerInstancesCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class ListContainerInstancesCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4427,17 +4427,17 @@ exports.ListContainerInstancesCommand = ListContainerInstancesCommand; /***/ }), -/***/ 397: +/***/ 6159: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListServicesCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class ListServicesCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4471,17 +4471,17 @@ exports.ListServicesCommand = ListServicesCommand; /***/ }), -/***/ 7698: +/***/ 1989: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListTagsForResourceCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class ListTagsForResourceCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4515,17 +4515,17 @@ exports.ListTagsForResourceCommand = ListTagsForResourceCommand; /***/ }), -/***/ 4962: +/***/ 5681: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListTaskDefinitionFamiliesCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class ListTaskDefinitionFamiliesCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4559,17 +4559,17 @@ exports.ListTaskDefinitionFamiliesCommand = ListTaskDefinitionFamiliesCommand; /***/ }), -/***/ 3945: +/***/ 3727: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListTaskDefinitionsCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class ListTaskDefinitionsCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4603,17 +4603,17 @@ exports.ListTaskDefinitionsCommand = ListTaskDefinitionsCommand; /***/ }), -/***/ 8318: +/***/ 1734: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListTasksCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class ListTasksCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4647,17 +4647,17 @@ exports.ListTasksCommand = ListTasksCommand; /***/ }), -/***/ 852: +/***/ 9203: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.PutAccountSettingCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class PutAccountSettingCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4691,17 +4691,17 @@ exports.PutAccountSettingCommand = PutAccountSettingCommand; /***/ }), -/***/ 6884: +/***/ 4312: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.PutAccountSettingDefaultCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class PutAccountSettingDefaultCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4735,17 +4735,17 @@ exports.PutAccountSettingDefaultCommand = PutAccountSettingDefaultCommand; /***/ }), -/***/ 91: +/***/ 8504: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.PutAttributesCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class PutAttributesCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4779,17 +4779,17 @@ exports.PutAttributesCommand = PutAttributesCommand; /***/ }), -/***/ 6974: +/***/ 9233: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.PutClusterCapacityProvidersCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class PutClusterCapacityProvidersCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4823,17 +4823,17 @@ exports.PutClusterCapacityProvidersCommand = PutClusterCapacityProvidersCommand; /***/ }), -/***/ 4134: +/***/ 9941: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.RegisterContainerInstanceCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class RegisterContainerInstanceCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4867,17 +4867,17 @@ exports.RegisterContainerInstanceCommand = RegisterContainerInstanceCommand; /***/ }), -/***/ 6477: +/***/ 3958: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.RegisterTaskDefinitionCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class RegisterTaskDefinitionCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4911,17 +4911,17 @@ exports.RegisterTaskDefinitionCommand = RegisterTaskDefinitionCommand; /***/ }), -/***/ 5089: +/***/ 9367: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.RunTaskCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class RunTaskCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4955,17 +4955,17 @@ exports.RunTaskCommand = RunTaskCommand; /***/ }), -/***/ 2221: +/***/ 8972: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StartTaskCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class StartTaskCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -4999,17 +4999,17 @@ exports.StartTaskCommand = StartTaskCommand; /***/ }), -/***/ 7477: +/***/ 4650: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StopTaskCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class StopTaskCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5043,17 +5043,17 @@ exports.StopTaskCommand = StopTaskCommand; /***/ }), -/***/ 5647: +/***/ 6011: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SubmitAttachmentStateChangesCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class SubmitAttachmentStateChangesCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5087,17 +5087,17 @@ exports.SubmitAttachmentStateChangesCommand = SubmitAttachmentStateChangesComman /***/ }), -/***/ 7728: +/***/ 859: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SubmitContainerStateChangeCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class SubmitContainerStateChangeCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5131,17 +5131,17 @@ exports.SubmitContainerStateChangeCommand = SubmitContainerStateChangeCommand; /***/ }), -/***/ 7033: +/***/ 8998: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SubmitTaskStateChangeCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class SubmitTaskStateChangeCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5175,17 +5175,17 @@ exports.SubmitTaskStateChangeCommand = SubmitTaskStateChangeCommand; /***/ }), -/***/ 9345: +/***/ 2791: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.TagResourceCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class TagResourceCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5219,17 +5219,17 @@ exports.TagResourceCommand = TagResourceCommand; /***/ }), -/***/ 6261: +/***/ 2938: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UntagResourceCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class UntagResourceCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5263,17 +5263,17 @@ exports.UntagResourceCommand = UntagResourceCommand; /***/ }), -/***/ 7308: +/***/ 371: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateCapacityProviderCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class UpdateCapacityProviderCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5307,17 +5307,17 @@ exports.UpdateCapacityProviderCommand = UpdateCapacityProviderCommand; /***/ }), -/***/ 1043: +/***/ 3227: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateClusterCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class UpdateClusterCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5351,17 +5351,17 @@ exports.UpdateClusterCommand = UpdateClusterCommand; /***/ }), -/***/ 3250: +/***/ 4317: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateClusterSettingsCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class UpdateClusterSettingsCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5395,17 +5395,17 @@ exports.UpdateClusterSettingsCommand = UpdateClusterSettingsCommand; /***/ }), -/***/ 7577: +/***/ 2177: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateContainerAgentCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class UpdateContainerAgentCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5439,17 +5439,17 @@ exports.UpdateContainerAgentCommand = UpdateContainerAgentCommand; /***/ }), -/***/ 32: +/***/ 4461: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateContainerInstancesStateCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class UpdateContainerInstancesStateCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5483,17 +5483,17 @@ exports.UpdateContainerInstancesStateCommand = UpdateContainerInstancesStateComm /***/ }), -/***/ 3500: +/***/ 469: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateServiceCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class UpdateServiceCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5527,17 +5527,17 @@ exports.UpdateServiceCommand = UpdateServiceCommand; /***/ }), -/***/ 6445: +/***/ 9440: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateServicePrimaryTaskSetCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class UpdateServicePrimaryTaskSetCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5571,17 +5571,17 @@ exports.UpdateServicePrimaryTaskSetCommand = UpdateServicePrimaryTaskSetCommand; /***/ }), -/***/ 325: +/***/ 848: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.UpdateTaskSetCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(9594); -const Aws_json1_1_1 = __nccwpck_require__(4175); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(7120); +const Aws_json1_1_1 = __nccwpck_require__(1409); class UpdateTaskSetCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -5615,77 +5615,77 @@ exports.UpdateTaskSetCommand = UpdateTaskSetCommand; /***/ }), -/***/ 533: +/***/ 661: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(2125), exports); -tslib_1.__exportStar(__nccwpck_require__(6479), exports); -tslib_1.__exportStar(__nccwpck_require__(2755), exports); -tslib_1.__exportStar(__nccwpck_require__(1201), exports); -tslib_1.__exportStar(__nccwpck_require__(4515), exports); -tslib_1.__exportStar(__nccwpck_require__(6712), exports); -tslib_1.__exportStar(__nccwpck_require__(771), exports); -tslib_1.__exportStar(__nccwpck_require__(577), exports); -tslib_1.__exportStar(__nccwpck_require__(7437), exports); -tslib_1.__exportStar(__nccwpck_require__(5039), exports); -tslib_1.__exportStar(__nccwpck_require__(15), exports); -tslib_1.__exportStar(__nccwpck_require__(3758), exports); -tslib_1.__exportStar(__nccwpck_require__(4789), exports); -tslib_1.__exportStar(__nccwpck_require__(5017), exports); -tslib_1.__exportStar(__nccwpck_require__(1523), exports); -tslib_1.__exportStar(__nccwpck_require__(3448), exports); -tslib_1.__exportStar(__nccwpck_require__(7566), exports); -tslib_1.__exportStar(__nccwpck_require__(8694), exports); -tslib_1.__exportStar(__nccwpck_require__(9404), exports); -tslib_1.__exportStar(__nccwpck_require__(111), exports); -tslib_1.__exportStar(__nccwpck_require__(7897), exports); -tslib_1.__exportStar(__nccwpck_require__(6488), exports); -tslib_1.__exportStar(__nccwpck_require__(9268), exports); -tslib_1.__exportStar(__nccwpck_require__(6909), exports); -tslib_1.__exportStar(__nccwpck_require__(5329), exports); -tslib_1.__exportStar(__nccwpck_require__(397), exports); -tslib_1.__exportStar(__nccwpck_require__(7698), exports); -tslib_1.__exportStar(__nccwpck_require__(4962), exports); -tslib_1.__exportStar(__nccwpck_require__(3945), exports); -tslib_1.__exportStar(__nccwpck_require__(8318), exports); -tslib_1.__exportStar(__nccwpck_require__(852), exports); -tslib_1.__exportStar(__nccwpck_require__(6884), exports); -tslib_1.__exportStar(__nccwpck_require__(91), exports); -tslib_1.__exportStar(__nccwpck_require__(6974), exports); -tslib_1.__exportStar(__nccwpck_require__(4134), exports); -tslib_1.__exportStar(__nccwpck_require__(6477), exports); -tslib_1.__exportStar(__nccwpck_require__(5089), exports); -tslib_1.__exportStar(__nccwpck_require__(2221), exports); -tslib_1.__exportStar(__nccwpck_require__(7477), exports); -tslib_1.__exportStar(__nccwpck_require__(5647), exports); -tslib_1.__exportStar(__nccwpck_require__(7728), exports); -tslib_1.__exportStar(__nccwpck_require__(7033), exports); -tslib_1.__exportStar(__nccwpck_require__(9345), exports); -tslib_1.__exportStar(__nccwpck_require__(6261), exports); -tslib_1.__exportStar(__nccwpck_require__(7308), exports); -tslib_1.__exportStar(__nccwpck_require__(1043), exports); -tslib_1.__exportStar(__nccwpck_require__(3250), exports); -tslib_1.__exportStar(__nccwpck_require__(7577), exports); -tslib_1.__exportStar(__nccwpck_require__(32), exports); -tslib_1.__exportStar(__nccwpck_require__(3500), exports); -tslib_1.__exportStar(__nccwpck_require__(6445), exports); -tslib_1.__exportStar(__nccwpck_require__(325), exports); - - -/***/ }), - -/***/ 88: +tslib_1.__exportStar(__nccwpck_require__(4424), exports); +tslib_1.__exportStar(__nccwpck_require__(730), exports); +tslib_1.__exportStar(__nccwpck_require__(3792), exports); +tslib_1.__exportStar(__nccwpck_require__(7922), exports); +tslib_1.__exportStar(__nccwpck_require__(1651), exports); +tslib_1.__exportStar(__nccwpck_require__(6866), exports); +tslib_1.__exportStar(__nccwpck_require__(3283), exports); +tslib_1.__exportStar(__nccwpck_require__(3644), exports); +tslib_1.__exportStar(__nccwpck_require__(3010), exports); +tslib_1.__exportStar(__nccwpck_require__(5284), exports); +tslib_1.__exportStar(__nccwpck_require__(5018), exports); +tslib_1.__exportStar(__nccwpck_require__(843), exports); +tslib_1.__exportStar(__nccwpck_require__(4637), exports); +tslib_1.__exportStar(__nccwpck_require__(3703), exports); +tslib_1.__exportStar(__nccwpck_require__(5279), exports); +tslib_1.__exportStar(__nccwpck_require__(5068), exports); +tslib_1.__exportStar(__nccwpck_require__(8823), exports); +tslib_1.__exportStar(__nccwpck_require__(3110), exports); +tslib_1.__exportStar(__nccwpck_require__(5954), exports); +tslib_1.__exportStar(__nccwpck_require__(5989), exports); +tslib_1.__exportStar(__nccwpck_require__(1010), exports); +tslib_1.__exportStar(__nccwpck_require__(3698), exports); +tslib_1.__exportStar(__nccwpck_require__(3354), exports); +tslib_1.__exportStar(__nccwpck_require__(3734), exports); +tslib_1.__exportStar(__nccwpck_require__(4473), exports); +tslib_1.__exportStar(__nccwpck_require__(6159), exports); +tslib_1.__exportStar(__nccwpck_require__(1989), exports); +tslib_1.__exportStar(__nccwpck_require__(5681), exports); +tslib_1.__exportStar(__nccwpck_require__(3727), exports); +tslib_1.__exportStar(__nccwpck_require__(1734), exports); +tslib_1.__exportStar(__nccwpck_require__(9203), exports); +tslib_1.__exportStar(__nccwpck_require__(4312), exports); +tslib_1.__exportStar(__nccwpck_require__(8504), exports); +tslib_1.__exportStar(__nccwpck_require__(9233), exports); +tslib_1.__exportStar(__nccwpck_require__(9941), exports); +tslib_1.__exportStar(__nccwpck_require__(3958), exports); +tslib_1.__exportStar(__nccwpck_require__(9367), exports); +tslib_1.__exportStar(__nccwpck_require__(8972), exports); +tslib_1.__exportStar(__nccwpck_require__(4650), exports); +tslib_1.__exportStar(__nccwpck_require__(6011), exports); +tslib_1.__exportStar(__nccwpck_require__(859), exports); +tslib_1.__exportStar(__nccwpck_require__(8998), exports); +tslib_1.__exportStar(__nccwpck_require__(2791), exports); +tslib_1.__exportStar(__nccwpck_require__(2938), exports); +tslib_1.__exportStar(__nccwpck_require__(371), exports); +tslib_1.__exportStar(__nccwpck_require__(3227), exports); +tslib_1.__exportStar(__nccwpck_require__(4317), exports); +tslib_1.__exportStar(__nccwpck_require__(2177), exports); +tslib_1.__exportStar(__nccwpck_require__(4461), exports); +tslib_1.__exportStar(__nccwpck_require__(469), exports); +tslib_1.__exportStar(__nccwpck_require__(9440), exports); +tslib_1.__exportStar(__nccwpck_require__(848), exports); + + +/***/ }), + +/***/ 7945: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultRegionInfoProvider = void 0; -const config_resolver_1 = __nccwpck_require__(6210); +const config_resolver_1 = __nccwpck_require__(9794); const regionHash = { "us-east-1": { variants: [ @@ -5871,7 +5871,7 @@ exports.defaultRegionInfoProvider = defaultRegionInfoProvider; /***/ }), -/***/ 2862: +/***/ 9911: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -5879,26 +5879,26 @@ exports.defaultRegionInfoProvider = defaultRegionInfoProvider; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ECSServiceException = void 0; const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(5357), exports); -tslib_1.__exportStar(__nccwpck_require__(2707), exports); -tslib_1.__exportStar(__nccwpck_require__(533), exports); -tslib_1.__exportStar(__nccwpck_require__(6494), exports); -tslib_1.__exportStar(__nccwpck_require__(3713), exports); -tslib_1.__exportStar(__nccwpck_require__(4888), exports); -var ECSServiceException_1 = __nccwpck_require__(7931); +tslib_1.__exportStar(__nccwpck_require__(1574), exports); +tslib_1.__exportStar(__nccwpck_require__(1414), exports); +tslib_1.__exportStar(__nccwpck_require__(661), exports); +tslib_1.__exportStar(__nccwpck_require__(8639), exports); +tslib_1.__exportStar(__nccwpck_require__(3336), exports); +tslib_1.__exportStar(__nccwpck_require__(2513), exports); +var ECSServiceException_1 = __nccwpck_require__(5775); Object.defineProperty(exports, "ECSServiceException", ({ enumerable: true, get: function () { return ECSServiceException_1.ECSServiceException; } })); /***/ }), -/***/ 7931: +/***/ 5775: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ECSServiceException = void 0; -const smithy_client_1 = __nccwpck_require__(3118); +const smithy_client_1 = __nccwpck_require__(5213); class ECSServiceException extends smithy_client_1.ServiceException { constructor(options) { super(options); @@ -5910,19 +5910,19 @@ exports.ECSServiceException = ECSServiceException; /***/ }), -/***/ 6494: +/***/ 8639: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(9594), exports); +tslib_1.__exportStar(__nccwpck_require__(7120), exports); /***/ }), -/***/ 9594: +/***/ 7120: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -5934,8 +5934,8 @@ exports.PortMappingFilterSensitiveLog = exports.MountPointFilterSensitiveLog = e exports.ListAccountSettingsResponseFilterSensitiveLog = exports.ListAccountSettingsRequestFilterSensitiveLog = exports.ExecuteCommandResponseFilterSensitiveLog = exports.SessionFilterSensitiveLog = exports.ExecuteCommandRequestFilterSensitiveLog = exports.DiscoverPollEndpointResponseFilterSensitiveLog = exports.DiscoverPollEndpointRequestFilterSensitiveLog = exports.DescribeTaskSetsResponseFilterSensitiveLog = exports.DescribeTaskSetsRequestFilterSensitiveLog = exports.DescribeTasksResponseFilterSensitiveLog = exports.TaskFilterSensitiveLog = exports.TaskOverrideFilterSensitiveLog = exports.InferenceAcceleratorOverrideFilterSensitiveLog = exports.ContainerOverrideFilterSensitiveLog = exports.ContainerFilterSensitiveLog = exports.NetworkInterfaceFilterSensitiveLog = exports.NetworkBindingFilterSensitiveLog = exports.ManagedAgentFilterSensitiveLog = exports.DescribeTasksRequestFilterSensitiveLog = exports.DescribeTaskDefinitionResponseFilterSensitiveLog = exports.DescribeTaskDefinitionRequestFilterSensitiveLog = exports.DescribeServicesResponseFilterSensitiveLog = exports.DescribeServicesRequestFilterSensitiveLog = exports.DescribeContainerInstancesResponseFilterSensitiveLog = exports.DescribeContainerInstancesRequestFilterSensitiveLog = exports.DescribeClustersResponseFilterSensitiveLog = exports.DescribeClustersRequestFilterSensitiveLog = exports.DescribeCapacityProvidersResponseFilterSensitiveLog = exports.FailureFilterSensitiveLog = exports.DescribeCapacityProvidersRequestFilterSensitiveLog = exports.DeregisterTaskDefinitionResponseFilterSensitiveLog = exports.TaskDefinitionFilterSensitiveLog = exports.VolumeFilterSensitiveLog = exports.HostVolumePropertiesFilterSensitiveLog = exports.FSxWindowsFileServerVolumeConfigurationFilterSensitiveLog = exports.FSxWindowsFileServerAuthorizationConfigFilterSensitiveLog = exports.EFSVolumeConfigurationFilterSensitiveLog = exports.EFSAuthorizationConfigFilterSensitiveLog = exports.DockerVolumeConfigurationFilterSensitiveLog = exports.RuntimePlatformFilterSensitiveLog = exports.ProxyConfigurationFilterSensitiveLog = exports.TaskDefinitionPlacementConstraintFilterSensitiveLog = exports.InferenceAcceleratorFilterSensitiveLog = exports.EphemeralStorageFilterSensitiveLog = exports.ContainerDefinitionFilterSensitiveLog = exports.VolumeFromFilterSensitiveLog = exports.UlimitFilterSensitiveLog = exports.SystemControlFilterSensitiveLog = exports.ResourceRequirementFilterSensitiveLog = exports.RepositoryCredentialsFilterSensitiveLog = void 0; exports.UpdateCapacityProviderRequestFilterSensitiveLog = exports.AutoScalingGroupProviderUpdateFilterSensitiveLog = exports.UntagResourceResponseFilterSensitiveLog = exports.UntagResourceRequestFilterSensitiveLog = exports.TagResourceResponseFilterSensitiveLog = exports.TagResourceRequestFilterSensitiveLog = exports.SubmitTaskStateChangeResponseFilterSensitiveLog = exports.SubmitTaskStateChangeRequestFilterSensitiveLog = exports.ManagedAgentStateChangeFilterSensitiveLog = exports.ContainerStateChangeFilterSensitiveLog = exports.SubmitContainerStateChangeResponseFilterSensitiveLog = exports.SubmitContainerStateChangeRequestFilterSensitiveLog = exports.SubmitAttachmentStateChangesResponseFilterSensitiveLog = exports.SubmitAttachmentStateChangesRequestFilterSensitiveLog = exports.AttachmentStateChangeFilterSensitiveLog = exports.StopTaskResponseFilterSensitiveLog = exports.StopTaskRequestFilterSensitiveLog = exports.StartTaskResponseFilterSensitiveLog = exports.StartTaskRequestFilterSensitiveLog = exports.RunTaskResponseFilterSensitiveLog = exports.RunTaskRequestFilterSensitiveLog = exports.RegisterTaskDefinitionResponseFilterSensitiveLog = exports.RegisterTaskDefinitionRequestFilterSensitiveLog = exports.RegisterContainerInstanceResponseFilterSensitiveLog = exports.RegisterContainerInstanceRequestFilterSensitiveLog = exports.PlatformDeviceFilterSensitiveLog = exports.PutClusterCapacityProvidersResponseFilterSensitiveLog = exports.PutClusterCapacityProvidersRequestFilterSensitiveLog = exports.PutAttributesResponseFilterSensitiveLog = exports.PutAttributesRequestFilterSensitiveLog = exports.PutAccountSettingDefaultResponseFilterSensitiveLog = exports.PutAccountSettingDefaultRequestFilterSensitiveLog = exports.PutAccountSettingResponseFilterSensitiveLog = exports.PutAccountSettingRequestFilterSensitiveLog = exports.ListTasksResponseFilterSensitiveLog = exports.ListTasksRequestFilterSensitiveLog = exports.ListTaskDefinitionsResponseFilterSensitiveLog = exports.ListTaskDefinitionsRequestFilterSensitiveLog = exports.ListTaskDefinitionFamiliesResponseFilterSensitiveLog = exports.ListTaskDefinitionFamiliesRequestFilterSensitiveLog = exports.ListTagsForResourceResponseFilterSensitiveLog = exports.ListTagsForResourceRequestFilterSensitiveLog = exports.ListServicesResponseFilterSensitiveLog = exports.ListServicesRequestFilterSensitiveLog = exports.ListContainerInstancesResponseFilterSensitiveLog = exports.ListContainerInstancesRequestFilterSensitiveLog = exports.ListClustersResponseFilterSensitiveLog = exports.ListClustersRequestFilterSensitiveLog = exports.ListAttributesResponseFilterSensitiveLog = exports.ListAttributesRequestFilterSensitiveLog = void 0; exports.UpdateTaskSetResponseFilterSensitiveLog = exports.UpdateTaskSetRequestFilterSensitiveLog = exports.UpdateServicePrimaryTaskSetResponseFilterSensitiveLog = exports.UpdateServicePrimaryTaskSetRequestFilterSensitiveLog = exports.UpdateServiceResponseFilterSensitiveLog = exports.UpdateServiceRequestFilterSensitiveLog = exports.UpdateContainerInstancesStateResponseFilterSensitiveLog = exports.UpdateContainerInstancesStateRequestFilterSensitiveLog = exports.UpdateContainerAgentResponseFilterSensitiveLog = exports.UpdateContainerAgentRequestFilterSensitiveLog = exports.UpdateClusterSettingsResponseFilterSensitiveLog = exports.UpdateClusterSettingsRequestFilterSensitiveLog = exports.UpdateClusterResponseFilterSensitiveLog = exports.UpdateClusterRequestFilterSensitiveLog = exports.UpdateCapacityProviderResponseFilterSensitiveLog = void 0; -const smithy_client_1 = __nccwpck_require__(3118); -const ECSServiceException_1 = __nccwpck_require__(7931); +const smithy_client_1 = __nccwpck_require__(5213); +const ECSServiceException_1 = __nccwpck_require__(5775); class AccessDeniedException extends ECSServiceException_1.ECSServiceException { constructor(opts) { super({ @@ -7322,7 +7322,7 @@ exports.UpdateTaskSetResponseFilterSensitiveLog = UpdateTaskSetResponseFilterSen /***/ }), -/***/ 3608: +/***/ 1805: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -7332,16 +7332,16 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 4636: +/***/ 2709: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListAccountSettings = void 0; -const ListAccountSettingsCommand_1 = __nccwpck_require__(6488); -const ECS_1 = __nccwpck_require__(5357); -const ECSClient_1 = __nccwpck_require__(2707); +const ListAccountSettingsCommand_1 = __nccwpck_require__(3698); +const ECS_1 = __nccwpck_require__(1574); +const ECSClient_1 = __nccwpck_require__(1414); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListAccountSettingsCommand_1.ListAccountSettingsCommand(input), ...args); }; @@ -7376,16 +7376,16 @@ exports.paginateListAccountSettings = paginateListAccountSettings; /***/ }), -/***/ 7406: +/***/ 253: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListAttributes = void 0; -const ListAttributesCommand_1 = __nccwpck_require__(9268); -const ECS_1 = __nccwpck_require__(5357); -const ECSClient_1 = __nccwpck_require__(2707); +const ListAttributesCommand_1 = __nccwpck_require__(3354); +const ECS_1 = __nccwpck_require__(1574); +const ECSClient_1 = __nccwpck_require__(1414); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListAttributesCommand_1.ListAttributesCommand(input), ...args); }; @@ -7420,16 +7420,16 @@ exports.paginateListAttributes = paginateListAttributes; /***/ }), -/***/ 6235: +/***/ 2522: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListClusters = void 0; -const ListClustersCommand_1 = __nccwpck_require__(6909); -const ECS_1 = __nccwpck_require__(5357); -const ECSClient_1 = __nccwpck_require__(2707); +const ListClustersCommand_1 = __nccwpck_require__(3734); +const ECS_1 = __nccwpck_require__(1574); +const ECSClient_1 = __nccwpck_require__(1414); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListClustersCommand_1.ListClustersCommand(input), ...args); }; @@ -7464,16 +7464,16 @@ exports.paginateListClusters = paginateListClusters; /***/ }), -/***/ 9243: +/***/ 2777: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListContainerInstances = void 0; -const ListContainerInstancesCommand_1 = __nccwpck_require__(5329); -const ECS_1 = __nccwpck_require__(5357); -const ECSClient_1 = __nccwpck_require__(2707); +const ListContainerInstancesCommand_1 = __nccwpck_require__(4473); +const ECS_1 = __nccwpck_require__(1574); +const ECSClient_1 = __nccwpck_require__(1414); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListContainerInstancesCommand_1.ListContainerInstancesCommand(input), ...args); }; @@ -7508,16 +7508,16 @@ exports.paginateListContainerInstances = paginateListContainerInstances; /***/ }), -/***/ 1567: +/***/ 112: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListServices = void 0; -const ListServicesCommand_1 = __nccwpck_require__(397); -const ECS_1 = __nccwpck_require__(5357); -const ECSClient_1 = __nccwpck_require__(2707); +const ListServicesCommand_1 = __nccwpck_require__(6159); +const ECS_1 = __nccwpck_require__(1574); +const ECSClient_1 = __nccwpck_require__(1414); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListServicesCommand_1.ListServicesCommand(input), ...args); }; @@ -7552,16 +7552,16 @@ exports.paginateListServices = paginateListServices; /***/ }), -/***/ 1349: +/***/ 3543: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListTaskDefinitionFamilies = void 0; -const ListTaskDefinitionFamiliesCommand_1 = __nccwpck_require__(4962); -const ECS_1 = __nccwpck_require__(5357); -const ECSClient_1 = __nccwpck_require__(2707); +const ListTaskDefinitionFamiliesCommand_1 = __nccwpck_require__(5681); +const ECS_1 = __nccwpck_require__(1574); +const ECSClient_1 = __nccwpck_require__(1414); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListTaskDefinitionFamiliesCommand_1.ListTaskDefinitionFamiliesCommand(input), ...args); }; @@ -7596,16 +7596,16 @@ exports.paginateListTaskDefinitionFamilies = paginateListTaskDefinitionFamilies; /***/ }), -/***/ 8546: +/***/ 8920: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListTaskDefinitions = void 0; -const ListTaskDefinitionsCommand_1 = __nccwpck_require__(3945); -const ECS_1 = __nccwpck_require__(5357); -const ECSClient_1 = __nccwpck_require__(2707); +const ListTaskDefinitionsCommand_1 = __nccwpck_require__(3727); +const ECS_1 = __nccwpck_require__(1574); +const ECSClient_1 = __nccwpck_require__(1414); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListTaskDefinitionsCommand_1.ListTaskDefinitionsCommand(input), ...args); }; @@ -7640,16 +7640,16 @@ exports.paginateListTaskDefinitions = paginateListTaskDefinitions; /***/ }), -/***/ 6189: +/***/ 1526: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListTasks = void 0; -const ListTasksCommand_1 = __nccwpck_require__(8318); -const ECS_1 = __nccwpck_require__(5357); -const ECSClient_1 = __nccwpck_require__(2707); +const ListTasksCommand_1 = __nccwpck_require__(1734); +const ECS_1 = __nccwpck_require__(1574); +const ECSClient_1 = __nccwpck_require__(1414); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListTasksCommand_1.ListTasksCommand(input), ...args); }; @@ -7684,27 +7684,27 @@ exports.paginateListTasks = paginateListTasks; /***/ }), -/***/ 3713: +/***/ 3336: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(3608), exports); -tslib_1.__exportStar(__nccwpck_require__(4636), exports); -tslib_1.__exportStar(__nccwpck_require__(7406), exports); -tslib_1.__exportStar(__nccwpck_require__(6235), exports); -tslib_1.__exportStar(__nccwpck_require__(9243), exports); -tslib_1.__exportStar(__nccwpck_require__(1567), exports); -tslib_1.__exportStar(__nccwpck_require__(1349), exports); -tslib_1.__exportStar(__nccwpck_require__(8546), exports); -tslib_1.__exportStar(__nccwpck_require__(6189), exports); +tslib_1.__exportStar(__nccwpck_require__(1805), exports); +tslib_1.__exportStar(__nccwpck_require__(2709), exports); +tslib_1.__exportStar(__nccwpck_require__(253), exports); +tslib_1.__exportStar(__nccwpck_require__(2522), exports); +tslib_1.__exportStar(__nccwpck_require__(2777), exports); +tslib_1.__exportStar(__nccwpck_require__(112), exports); +tslib_1.__exportStar(__nccwpck_require__(3543), exports); +tslib_1.__exportStar(__nccwpck_require__(8920), exports); +tslib_1.__exportStar(__nccwpck_require__(1526), exports); /***/ }), -/***/ 4175: +/***/ 1409: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -7713,10 +7713,10 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.serializeAws_json1_1UpdateServiceCommand = exports.serializeAws_json1_1UpdateContainerInstancesStateCommand = exports.serializeAws_json1_1UpdateContainerAgentCommand = 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_1ListServicesCommand = exports.serializeAws_json1_1ListContainerInstancesCommand = exports.serializeAws_json1_1ListClustersCommand = exports.serializeAws_json1_1ListAttributesCommand = exports.serializeAws_json1_1ListAccountSettingsCommand = 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_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_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 = 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_1ListServicesCommand = exports.deserializeAws_json1_1ListContainerInstancesCommand = exports.deserializeAws_json1_1ListClustersCommand = exports.deserializeAws_json1_1ListAttributesCommand = exports.deserializeAws_json1_1ListAccountSettingsCommand = 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_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_1UpdateServicePrimaryTaskSetCommand = void 0; exports.deserializeAws_json1_1UpdateTaskSetCommand = exports.deserializeAws_json1_1UpdateServicePrimaryTaskSetCommand = exports.deserializeAws_json1_1UpdateServiceCommand = exports.deserializeAws_json1_1UpdateContainerInstancesStateCommand = void 0; -const protocol_http_1 = __nccwpck_require__(4093); -const smithy_client_1 = __nccwpck_require__(3118); -const ECSServiceException_1 = __nccwpck_require__(7931); -const models_0_1 = __nccwpck_require__(9594); +const protocol_http_1 = __nccwpck_require__(8680); +const smithy_client_1 = __nccwpck_require__(5213); +const ECSServiceException_1 = __nccwpck_require__(5775); +const models_0_1 = __nccwpck_require__(7120); const serializeAws_json1_1CreateCapacityProviderCommand = async (input, context) => { const headers = { "content-type": "application/x-amz-json-1.1", @@ -14168,10 +14168,10 @@ const deserializeAws_json1_1VolumeList = (output, context) => { return retVal; }; const deserializeMetadata = (output) => { - var _a; + var _a, _b; return ({ httpStatusCode: output.statusCode, - requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"], + requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"], extendedRequestId: output.headers["x-amz-id-2"], cfId: output.headers["x-amz-cf-id"], }); @@ -14246,7 +14246,7 @@ const loadRestJsonErrorCode = (output, data) => { /***/ }), -/***/ 8751: +/***/ 3181: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -14254,22 +14254,22 @@ const loadRestJsonErrorCode = (output, data) => { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; const tslib_1 = __nccwpck_require__(1398); -const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(1049)); -const client_sts_1 = __nccwpck_require__(8116); -const config_resolver_1 = __nccwpck_require__(6210); -const credential_provider_node_1 = __nccwpck_require__(5316); -const hash_node_1 = __nccwpck_require__(8280); -const middleware_retry_1 = __nccwpck_require__(3268); -const node_config_provider_1 = __nccwpck_require__(7160); -const node_http_handler_1 = __nccwpck_require__(9623); -const util_base64_node_1 = __nccwpck_require__(7572); -const util_body_length_node_1 = __nccwpck_require__(5303); -const util_user_agent_node_1 = __nccwpck_require__(2155); -const util_utf8_node_1 = __nccwpck_require__(5348); -const runtimeConfig_shared_1 = __nccwpck_require__(898); -const smithy_client_1 = __nccwpck_require__(3118); -const util_defaults_mode_node_1 = __nccwpck_require__(5403); -const smithy_client_2 = __nccwpck_require__(3118); +const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(6260)); +const client_sts_1 = __nccwpck_require__(6667); +const config_resolver_1 = __nccwpck_require__(9794); +const credential_provider_node_1 = __nccwpck_require__(8867); +const hash_node_1 = __nccwpck_require__(9209); +const middleware_retry_1 = __nccwpck_require__(3407); +const node_config_provider_1 = __nccwpck_require__(1293); +const node_http_handler_1 = __nccwpck_require__(3392); +const util_base64_node_1 = __nccwpck_require__(8470); +const util_body_length_node_1 = __nccwpck_require__(1088); +const util_user_agent_node_1 = __nccwpck_require__(8016); +const util_utf8_node_1 = __nccwpck_require__(2927); +const runtimeConfig_shared_1 = __nccwpck_require__(4520); +const smithy_client_1 = __nccwpck_require__(5213); +const util_defaults_mode_node_1 = __nccwpck_require__(4788); +const smithy_client_2 = __nccwpck_require__(5213); const getRuntimeConfig = (config) => { var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q; (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version); @@ -14306,15 +14306,15 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 898: +/***/ 4520: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; -const url_parser_1 = __nccwpck_require__(9108); -const endpoints_1 = __nccwpck_require__(88); +const url_parser_1 = __nccwpck_require__(2966); +const endpoints_1 = __nccwpck_require__(7945); const getRuntimeConfig = (config) => { var _a, _b, _c, _d, _e; return ({ @@ -14331,30 +14331,30 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 4888: +/***/ 2513: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(620), exports); -tslib_1.__exportStar(__nccwpck_require__(5110), exports); -tslib_1.__exportStar(__nccwpck_require__(9400), exports); -tslib_1.__exportStar(__nccwpck_require__(7598), exports); +tslib_1.__exportStar(__nccwpck_require__(6880), exports); +tslib_1.__exportStar(__nccwpck_require__(9435), exports); +tslib_1.__exportStar(__nccwpck_require__(9561), exports); +tslib_1.__exportStar(__nccwpck_require__(5835), exports); /***/ }), -/***/ 620: +/***/ 6880: /***/ ((__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__(8161); -const DescribeServicesCommand_1 = __nccwpck_require__(3448); +const util_waiter_1 = __nccwpck_require__(1260); +const DescribeServicesCommand_1 = __nccwpck_require__(5068); const checkState = async (client, input) => { let reason; try { @@ -14411,15 +14411,15 @@ exports.waitUntilServicesInactive = waitUntilServicesInactive; /***/ }), -/***/ 5110: +/***/ 9435: /***/ ((__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__(8161); -const DescribeServicesCommand_1 = __nccwpck_require__(3448); +const util_waiter_1 = __nccwpck_require__(1260); +const DescribeServicesCommand_1 = __nccwpck_require__(5068); const checkState = async (client, input) => { let reason; try { @@ -14503,15 +14503,15 @@ exports.waitUntilServicesStable = waitUntilServicesStable; /***/ }), -/***/ 9400: +/***/ 9561: /***/ ((__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__(8161); -const DescribeTasksCommand_1 = __nccwpck_require__(9404); +const util_waiter_1 = __nccwpck_require__(1260); +const DescribeTasksCommand_1 = __nccwpck_require__(5954); const checkState = async (client, input) => { let reason; try { @@ -14585,15 +14585,15 @@ exports.waitUntilTasksRunning = waitUntilTasksRunning; /***/ }), -/***/ 7598: +/***/ 5835: /***/ ((__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__(8161); -const DescribeTasksCommand_1 = __nccwpck_require__(9404); +const util_waiter_1 = __nccwpck_require__(1260); +const DescribeTasksCommand_1 = __nccwpck_require__(5954); const checkState = async (client, input) => { let reason; try { @@ -14637,18 +14637,18 @@ exports.waitUntilTasksStopped = waitUntilTasksStopped; /***/ }), -/***/ 1167: +/***/ 3152: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSO = void 0; -const GetRoleCredentialsCommand_1 = __nccwpck_require__(6171); -const ListAccountRolesCommand_1 = __nccwpck_require__(4627); -const ListAccountsCommand_1 = __nccwpck_require__(3690); -const LogoutCommand_1 = __nccwpck_require__(1191); -const SSOClient_1 = __nccwpck_require__(5119); +const GetRoleCredentialsCommand_1 = __nccwpck_require__(8623); +const ListAccountRolesCommand_1 = __nccwpck_require__(4538); +const ListAccountsCommand_1 = __nccwpck_require__(8177); +const LogoutCommand_1 = __nccwpck_require__(1402); +const SSOClient_1 = __nccwpck_require__(9914); class SSO extends SSOClient_1.SSOClient { getRoleCredentials(args, optionsOrCb, cb) { const command = new GetRoleCredentialsCommand_1.GetRoleCredentialsCommand(args); @@ -14712,22 +14712,22 @@ exports.SSO = SSO; /***/ }), -/***/ 5119: +/***/ 9914: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSOClient = void 0; -const config_resolver_1 = __nccwpck_require__(6210); -const middleware_content_length_1 = __nccwpck_require__(1553); -const middleware_host_header_1 = __nccwpck_require__(278); -const middleware_logger_1 = __nccwpck_require__(130); -const middleware_recursion_detection_1 = __nccwpck_require__(251); -const middleware_retry_1 = __nccwpck_require__(3268); -const middleware_user_agent_1 = __nccwpck_require__(2467); -const smithy_client_1 = __nccwpck_require__(3118); -const runtimeConfig_1 = __nccwpck_require__(1630); +const config_resolver_1 = __nccwpck_require__(9794); +const middleware_content_length_1 = __nccwpck_require__(9392); +const middleware_host_header_1 = __nccwpck_require__(1973); +const middleware_logger_1 = __nccwpck_require__(438); +const middleware_recursion_detection_1 = __nccwpck_require__(4108); +const middleware_retry_1 = __nccwpck_require__(3407); +const middleware_user_agent_1 = __nccwpck_require__(8186); +const smithy_client_1 = __nccwpck_require__(5213); +const runtimeConfig_1 = __nccwpck_require__(5914); class SSOClient extends smithy_client_1.Client { constructor(configuration) { const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration); @@ -14754,17 +14754,17 @@ exports.SSOClient = SSOClient; /***/ }), -/***/ 6171: +/***/ 8623: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetRoleCredentialsCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(4613); -const Aws_restJson1_1 = __nccwpck_require__(565); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(8601); +const Aws_restJson1_1 = __nccwpck_require__(9269); class GetRoleCredentialsCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -14798,17 +14798,17 @@ exports.GetRoleCredentialsCommand = GetRoleCredentialsCommand; /***/ }), -/***/ 4627: +/***/ 4538: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListAccountRolesCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(4613); -const Aws_restJson1_1 = __nccwpck_require__(565); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(8601); +const Aws_restJson1_1 = __nccwpck_require__(9269); class ListAccountRolesCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -14842,17 +14842,17 @@ exports.ListAccountRolesCommand = ListAccountRolesCommand; /***/ }), -/***/ 3690: +/***/ 8177: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.ListAccountsCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(4613); -const Aws_restJson1_1 = __nccwpck_require__(565); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(8601); +const Aws_restJson1_1 = __nccwpck_require__(9269); class ListAccountsCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -14886,17 +14886,17 @@ exports.ListAccountsCommand = ListAccountsCommand; /***/ }), -/***/ 1191: +/***/ 1402: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.LogoutCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(4613); -const Aws_restJson1_1 = __nccwpck_require__(565); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(8601); +const Aws_restJson1_1 = __nccwpck_require__(9269); class LogoutCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -14930,29 +14930,29 @@ exports.LogoutCommand = LogoutCommand; /***/ }), -/***/ 7852: +/***/ 4838: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(6171), exports); -tslib_1.__exportStar(__nccwpck_require__(4627), exports); -tslib_1.__exportStar(__nccwpck_require__(3690), exports); -tslib_1.__exportStar(__nccwpck_require__(1191), exports); +tslib_1.__exportStar(__nccwpck_require__(8623), exports); +tslib_1.__exportStar(__nccwpck_require__(4538), exports); +tslib_1.__exportStar(__nccwpck_require__(8177), exports); +tslib_1.__exportStar(__nccwpck_require__(1402), exports); /***/ }), -/***/ 7769: +/***/ 7820: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultRegionInfoProvider = void 0; -const config_resolver_1 = __nccwpck_require__(6210); +const config_resolver_1 = __nccwpck_require__(9794); const regionHash = { "ap-east-1": { variants: [ @@ -15275,7 +15275,7 @@ exports.defaultRegionInfoProvider = defaultRegionInfoProvider; /***/ }), -/***/ 4320: +/***/ 7663: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -15283,25 +15283,25 @@ exports.defaultRegionInfoProvider = defaultRegionInfoProvider; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSOServiceException = void 0; const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(1167), exports); -tslib_1.__exportStar(__nccwpck_require__(5119), exports); -tslib_1.__exportStar(__nccwpck_require__(7852), exports); -tslib_1.__exportStar(__nccwpck_require__(2872), exports); -tslib_1.__exportStar(__nccwpck_require__(6489), exports); -var SSOServiceException_1 = __nccwpck_require__(90); +tslib_1.__exportStar(__nccwpck_require__(3152), exports); +tslib_1.__exportStar(__nccwpck_require__(9914), exports); +tslib_1.__exportStar(__nccwpck_require__(4838), exports); +tslib_1.__exportStar(__nccwpck_require__(2905), exports); +tslib_1.__exportStar(__nccwpck_require__(3662), exports); +var SSOServiceException_1 = __nccwpck_require__(5623); Object.defineProperty(exports, "SSOServiceException", ({ enumerable: true, get: function () { return SSOServiceException_1.SSOServiceException; } })); /***/ }), -/***/ 90: +/***/ 5623: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.SSOServiceException = void 0; -const smithy_client_1 = __nccwpck_require__(3118); +const smithy_client_1 = __nccwpck_require__(5213); class SSOServiceException extends smithy_client_1.ServiceException { constructor(options) { super(options); @@ -15313,27 +15313,27 @@ exports.SSOServiceException = SSOServiceException; /***/ }), -/***/ 2872: +/***/ 2905: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(4613), exports); +tslib_1.__exportStar(__nccwpck_require__(8601), exports); /***/ }), -/***/ 4613: +/***/ 8601: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.LogoutRequestFilterSensitiveLog = exports.ListAccountsResponseFilterSensitiveLog = exports.ListAccountsRequestFilterSensitiveLog = exports.ListAccountRolesResponseFilterSensitiveLog = exports.RoleInfoFilterSensitiveLog = exports.ListAccountRolesRequestFilterSensitiveLog = exports.GetRoleCredentialsResponseFilterSensitiveLog = exports.RoleCredentialsFilterSensitiveLog = exports.GetRoleCredentialsRequestFilterSensitiveLog = exports.AccountInfoFilterSensitiveLog = exports.UnauthorizedException = exports.TooManyRequestsException = exports.ResourceNotFoundException = exports.InvalidRequestException = void 0; -const smithy_client_1 = __nccwpck_require__(3118); -const SSOServiceException_1 = __nccwpck_require__(90); +const smithy_client_1 = __nccwpck_require__(5213); +const SSOServiceException_1 = __nccwpck_require__(5623); class InvalidRequestException extends SSOServiceException_1.SSOServiceException { constructor(opts) { super({ @@ -15437,7 +15437,7 @@ exports.LogoutRequestFilterSensitiveLog = LogoutRequestFilterSensitiveLog; /***/ }), -/***/ 3543: +/***/ 6122: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -15447,16 +15447,16 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8697: +/***/ 9021: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListAccountRoles = void 0; -const ListAccountRolesCommand_1 = __nccwpck_require__(4627); -const SSO_1 = __nccwpck_require__(1167); -const SSOClient_1 = __nccwpck_require__(5119); +const ListAccountRolesCommand_1 = __nccwpck_require__(4538); +const SSO_1 = __nccwpck_require__(3152); +const SSOClient_1 = __nccwpck_require__(9914); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListAccountRolesCommand_1.ListAccountRolesCommand(input), ...args); }; @@ -15491,16 +15491,16 @@ exports.paginateListAccountRoles = paginateListAccountRoles; /***/ }), -/***/ 6301: +/***/ 922: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.paginateListAccounts = void 0; -const ListAccountsCommand_1 = __nccwpck_require__(3690); -const SSO_1 = __nccwpck_require__(1167); -const SSOClient_1 = __nccwpck_require__(5119); +const ListAccountsCommand_1 = __nccwpck_require__(8177); +const SSO_1 = __nccwpck_require__(3152); +const SSOClient_1 = __nccwpck_require__(9914); const makePagedClientRequest = async (client, input, ...args) => { return await client.send(new ListAccountsCommand_1.ListAccountsCommand(input), ...args); }; @@ -15535,31 +15535,31 @@ exports.paginateListAccounts = paginateListAccounts; /***/ }), -/***/ 6489: +/***/ 3662: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(3543), exports); -tslib_1.__exportStar(__nccwpck_require__(8697), exports); -tslib_1.__exportStar(__nccwpck_require__(6301), exports); +tslib_1.__exportStar(__nccwpck_require__(6122), exports); +tslib_1.__exportStar(__nccwpck_require__(9021), exports); +tslib_1.__exportStar(__nccwpck_require__(922), exports); /***/ }), -/***/ 565: +/***/ 9269: /***/ ((__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__(4093); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(4613); -const SSOServiceException_1 = __nccwpck_require__(90); +const protocol_http_1 = __nccwpck_require__(8680); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(8601); +const SSOServiceException_1 = __nccwpck_require__(5623); const serializeAws_restJson1GetRoleCredentialsCommand = async (input, context) => { const { hostname, protocol = "https", port, path: basePath } = await context.endpoint(); const headers = map({}, isSerializableHeaderValue, { @@ -15913,10 +15913,10 @@ const deserializeAws_restJson1RoleListType = (output, context) => { return retVal; }; const deserializeMetadata = (output) => { - var _a; + var _a, _b; return ({ httpStatusCode: output.statusCode, - requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"], + requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"], extendedRequestId: output.headers["x-amz-id-2"], cfId: output.headers["x-amz-cf-id"], }); @@ -15978,7 +15978,7 @@ const loadRestJsonErrorCode = (output, data) => { /***/ }), -/***/ 1630: +/***/ 5914: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -15986,20 +15986,20 @@ const loadRestJsonErrorCode = (output, data) => { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; const tslib_1 = __nccwpck_require__(1398); -const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(6664)); -const config_resolver_1 = __nccwpck_require__(6210); -const hash_node_1 = __nccwpck_require__(8280); -const middleware_retry_1 = __nccwpck_require__(3268); -const node_config_provider_1 = __nccwpck_require__(7160); -const node_http_handler_1 = __nccwpck_require__(9623); -const util_base64_node_1 = __nccwpck_require__(7572); -const util_body_length_node_1 = __nccwpck_require__(5303); -const util_user_agent_node_1 = __nccwpck_require__(2155); -const util_utf8_node_1 = __nccwpck_require__(5348); -const runtimeConfig_shared_1 = __nccwpck_require__(474); -const smithy_client_1 = __nccwpck_require__(3118); -const util_defaults_mode_node_1 = __nccwpck_require__(5403); -const smithy_client_2 = __nccwpck_require__(3118); +const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(5815)); +const config_resolver_1 = __nccwpck_require__(9794); +const hash_node_1 = __nccwpck_require__(9209); +const middleware_retry_1 = __nccwpck_require__(3407); +const node_config_provider_1 = __nccwpck_require__(1293); +const node_http_handler_1 = __nccwpck_require__(3392); +const util_base64_node_1 = __nccwpck_require__(8470); +const util_body_length_node_1 = __nccwpck_require__(1088); +const util_user_agent_node_1 = __nccwpck_require__(8016); +const util_utf8_node_1 = __nccwpck_require__(2927); +const runtimeConfig_shared_1 = __nccwpck_require__(9884); +const smithy_client_1 = __nccwpck_require__(5213); +const util_defaults_mode_node_1 = __nccwpck_require__(4788); +const smithy_client_2 = __nccwpck_require__(5213); const getRuntimeConfig = (config) => { var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p; (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version); @@ -16035,15 +16035,15 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 474: +/***/ 9884: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; -const url_parser_1 = __nccwpck_require__(9108); -const endpoints_1 = __nccwpck_require__(7769); +const url_parser_1 = __nccwpck_require__(2966); +const endpoints_1 = __nccwpck_require__(7820); const getRuntimeConfig = (config) => { var _a, _b, _c, _d, _e; return ({ @@ -16060,22 +16060,22 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 2078: +/***/ 1192: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.STS = void 0; -const AssumeRoleCommand_1 = __nccwpck_require__(669); -const AssumeRoleWithSAMLCommand_1 = __nccwpck_require__(7305); -const AssumeRoleWithWebIdentityCommand_1 = __nccwpck_require__(1915); -const DecodeAuthorizationMessageCommand_1 = __nccwpck_require__(525); -const GetAccessKeyInfoCommand_1 = __nccwpck_require__(8360); -const GetCallerIdentityCommand_1 = __nccwpck_require__(9619); -const GetFederationTokenCommand_1 = __nccwpck_require__(6160); -const GetSessionTokenCommand_1 = __nccwpck_require__(7866); -const STSClient_1 = __nccwpck_require__(3350); +const AssumeRoleCommand_1 = __nccwpck_require__(5911); +const AssumeRoleWithSAMLCommand_1 = __nccwpck_require__(9077); +const AssumeRoleWithWebIdentityCommand_1 = __nccwpck_require__(660); +const DecodeAuthorizationMessageCommand_1 = __nccwpck_require__(5975); +const GetAccessKeyInfoCommand_1 = __nccwpck_require__(2993); +const GetCallerIdentityCommand_1 = __nccwpck_require__(3109); +const GetFederationTokenCommand_1 = __nccwpck_require__(1174); +const GetSessionTokenCommand_1 = __nccwpck_require__(5255); +const STSClient_1 = __nccwpck_require__(7522); class STS extends STSClient_1.STSClient { assumeRole(args, optionsOrCb, cb) { const command = new AssumeRoleCommand_1.AssumeRoleCommand(args); @@ -16195,23 +16195,23 @@ exports.STS = STS; /***/ }), -/***/ 3350: +/***/ 7522: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.STSClient = void 0; -const config_resolver_1 = __nccwpck_require__(6210); -const middleware_content_length_1 = __nccwpck_require__(1553); -const middleware_host_header_1 = __nccwpck_require__(278); -const middleware_logger_1 = __nccwpck_require__(130); -const middleware_recursion_detection_1 = __nccwpck_require__(251); -const middleware_retry_1 = __nccwpck_require__(3268); -const middleware_sdk_sts_1 = __nccwpck_require__(2962); -const middleware_user_agent_1 = __nccwpck_require__(2467); -const smithy_client_1 = __nccwpck_require__(3118); -const runtimeConfig_1 = __nccwpck_require__(9838); +const config_resolver_1 = __nccwpck_require__(9794); +const middleware_content_length_1 = __nccwpck_require__(9392); +const middleware_host_header_1 = __nccwpck_require__(1973); +const middleware_logger_1 = __nccwpck_require__(438); +const middleware_recursion_detection_1 = __nccwpck_require__(4108); +const middleware_retry_1 = __nccwpck_require__(3407); +const middleware_sdk_sts_1 = __nccwpck_require__(7657); +const middleware_user_agent_1 = __nccwpck_require__(8186); +const smithy_client_1 = __nccwpck_require__(5213); +const runtimeConfig_1 = __nccwpck_require__(366); class STSClient extends smithy_client_1.Client { constructor(configuration) { const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration); @@ -16239,18 +16239,18 @@ exports.STSClient = STSClient; /***/ }), -/***/ 669: +/***/ 5911: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AssumeRoleCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const middleware_signing_1 = __nccwpck_require__(342); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(3759); -const Aws_query_1 = __nccwpck_require__(8646); +const middleware_serde_1 = __nccwpck_require__(2227); +const middleware_signing_1 = __nccwpck_require__(8505); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(2469); +const Aws_query_1 = __nccwpck_require__(6812); class AssumeRoleCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -16285,17 +16285,17 @@ exports.AssumeRoleCommand = AssumeRoleCommand; /***/ }), -/***/ 7305: +/***/ 9077: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AssumeRoleWithSAMLCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(3759); -const Aws_query_1 = __nccwpck_require__(8646); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(2469); +const Aws_query_1 = __nccwpck_require__(6812); class AssumeRoleWithSAMLCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -16329,17 +16329,17 @@ exports.AssumeRoleWithSAMLCommand = AssumeRoleWithSAMLCommand; /***/ }), -/***/ 1915: +/***/ 660: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AssumeRoleWithWebIdentityCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(3759); -const Aws_query_1 = __nccwpck_require__(8646); +const middleware_serde_1 = __nccwpck_require__(2227); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(2469); +const Aws_query_1 = __nccwpck_require__(6812); class AssumeRoleWithWebIdentityCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -16373,18 +16373,18 @@ exports.AssumeRoleWithWebIdentityCommand = AssumeRoleWithWebIdentityCommand; /***/ }), -/***/ 525: +/***/ 5975: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.DecodeAuthorizationMessageCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const middleware_signing_1 = __nccwpck_require__(342); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(3759); -const Aws_query_1 = __nccwpck_require__(8646); +const middleware_serde_1 = __nccwpck_require__(2227); +const middleware_signing_1 = __nccwpck_require__(8505); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(2469); +const Aws_query_1 = __nccwpck_require__(6812); class DecodeAuthorizationMessageCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -16419,18 +16419,18 @@ exports.DecodeAuthorizationMessageCommand = DecodeAuthorizationMessageCommand; /***/ }), -/***/ 8360: +/***/ 2993: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetAccessKeyInfoCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const middleware_signing_1 = __nccwpck_require__(342); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(3759); -const Aws_query_1 = __nccwpck_require__(8646); +const middleware_serde_1 = __nccwpck_require__(2227); +const middleware_signing_1 = __nccwpck_require__(8505); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(2469); +const Aws_query_1 = __nccwpck_require__(6812); class GetAccessKeyInfoCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -16465,18 +16465,18 @@ exports.GetAccessKeyInfoCommand = GetAccessKeyInfoCommand; /***/ }), -/***/ 9619: +/***/ 3109: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetCallerIdentityCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const middleware_signing_1 = __nccwpck_require__(342); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(3759); -const Aws_query_1 = __nccwpck_require__(8646); +const middleware_serde_1 = __nccwpck_require__(2227); +const middleware_signing_1 = __nccwpck_require__(8505); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(2469); +const Aws_query_1 = __nccwpck_require__(6812); class GetCallerIdentityCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -16511,18 +16511,18 @@ exports.GetCallerIdentityCommand = GetCallerIdentityCommand; /***/ }), -/***/ 6160: +/***/ 1174: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetFederationTokenCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const middleware_signing_1 = __nccwpck_require__(342); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(3759); -const Aws_query_1 = __nccwpck_require__(8646); +const middleware_serde_1 = __nccwpck_require__(2227); +const middleware_signing_1 = __nccwpck_require__(8505); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(2469); +const Aws_query_1 = __nccwpck_require__(6812); class GetFederationTokenCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -16557,18 +16557,18 @@ exports.GetFederationTokenCommand = GetFederationTokenCommand; /***/ }), -/***/ 7866: +/***/ 5255: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetSessionTokenCommand = void 0; -const middleware_serde_1 = __nccwpck_require__(6599); -const middleware_signing_1 = __nccwpck_require__(342); -const smithy_client_1 = __nccwpck_require__(3118); -const models_0_1 = __nccwpck_require__(3759); -const Aws_query_1 = __nccwpck_require__(8646); +const middleware_serde_1 = __nccwpck_require__(2227); +const middleware_signing_1 = __nccwpck_require__(8505); +const smithy_client_1 = __nccwpck_require__(5213); +const models_0_1 = __nccwpck_require__(2469); +const Aws_query_1 = __nccwpck_require__(6812); class GetSessionTokenCommand extends smithy_client_1.Command { constructor(input) { super(); @@ -16603,34 +16603,34 @@ exports.GetSessionTokenCommand = GetSessionTokenCommand; /***/ }), -/***/ 4280: +/***/ 3706: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(669), exports); -tslib_1.__exportStar(__nccwpck_require__(7305), exports); -tslib_1.__exportStar(__nccwpck_require__(1915), exports); -tslib_1.__exportStar(__nccwpck_require__(525), exports); -tslib_1.__exportStar(__nccwpck_require__(8360), exports); -tslib_1.__exportStar(__nccwpck_require__(9619), exports); -tslib_1.__exportStar(__nccwpck_require__(6160), exports); -tslib_1.__exportStar(__nccwpck_require__(7866), exports); +tslib_1.__exportStar(__nccwpck_require__(5911), exports); +tslib_1.__exportStar(__nccwpck_require__(9077), exports); +tslib_1.__exportStar(__nccwpck_require__(660), exports); +tslib_1.__exportStar(__nccwpck_require__(5975), exports); +tslib_1.__exportStar(__nccwpck_require__(2993), exports); +tslib_1.__exportStar(__nccwpck_require__(3109), exports); +tslib_1.__exportStar(__nccwpck_require__(1174), exports); +tslib_1.__exportStar(__nccwpck_require__(5255), exports); /***/ }), -/***/ 2396: +/***/ 3757: /***/ ((__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__(4082); -const STSClient_1 = __nccwpck_require__(3350); +const defaultStsRoleAssumers_1 = __nccwpck_require__(1738); +const STSClient_1 = __nccwpck_require__(7522); const getCustomizableStsClientCtor = (baseCtor, customizations) => { if (!customizations) return baseCtor; @@ -16658,15 +16658,15 @@ exports.decorateDefaultCredentialProvider = decorateDefaultCredentialProvider; /***/ }), -/***/ 4082: +/***/ 1738: /***/ ((__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__(669); -const AssumeRoleWithWebIdentityCommand_1 = __nccwpck_require__(1915); +const AssumeRoleCommand_1 = __nccwpck_require__(5911); +const AssumeRoleWithWebIdentityCommand_1 = __nccwpck_require__(660); const ASSUME_ROLE_DEFAULT_REGION = "us-east-1"; const decorateDefaultRegion = (region) => { if (typeof region !== "function") { @@ -16742,14 +16742,14 @@ exports.decorateDefaultCredentialProvider = decorateDefaultCredentialProvider; /***/ }), -/***/ 9154: +/***/ 310: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultRegionInfoProvider = void 0; -const config_resolver_1 = __nccwpck_require__(6210); +const config_resolver_1 = __nccwpck_require__(9794); const regionHash = { "aws-global": { variants: [ @@ -16945,7 +16945,7 @@ exports.defaultRegionInfoProvider = defaultRegionInfoProvider; /***/ }), -/***/ 8116: +/***/ 6667: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -16953,25 +16953,25 @@ exports.defaultRegionInfoProvider = defaultRegionInfoProvider; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.STSServiceException = void 0; const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(2078), exports); -tslib_1.__exportStar(__nccwpck_require__(3350), exports); -tslib_1.__exportStar(__nccwpck_require__(4280), exports); -tslib_1.__exportStar(__nccwpck_require__(2396), exports); -tslib_1.__exportStar(__nccwpck_require__(1922), exports); -var STSServiceException_1 = __nccwpck_require__(7269); +tslib_1.__exportStar(__nccwpck_require__(1192), exports); +tslib_1.__exportStar(__nccwpck_require__(7522), exports); +tslib_1.__exportStar(__nccwpck_require__(3706), exports); +tslib_1.__exportStar(__nccwpck_require__(3757), exports); +tslib_1.__exportStar(__nccwpck_require__(7340), exports); +var STSServiceException_1 = __nccwpck_require__(2865); Object.defineProperty(exports, "STSServiceException", ({ enumerable: true, get: function () { return STSServiceException_1.STSServiceException; } })); /***/ }), -/***/ 7269: +/***/ 2865: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.STSServiceException = void 0; -const smithy_client_1 = __nccwpck_require__(3118); +const smithy_client_1 = __nccwpck_require__(5213); class STSServiceException extends smithy_client_1.ServiceException { constructor(options) { super(options); @@ -16983,26 +16983,26 @@ exports.STSServiceException = STSServiceException; /***/ }), -/***/ 1922: +/***/ 7340: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(3759), exports); +tslib_1.__exportStar(__nccwpck_require__(2469), exports); /***/ }), -/***/ 3759: +/***/ 2469: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.GetSessionTokenResponseFilterSensitiveLog = exports.GetSessionTokenRequestFilterSensitiveLog = exports.GetFederationTokenResponseFilterSensitiveLog = exports.FederatedUserFilterSensitiveLog = exports.GetFederationTokenRequestFilterSensitiveLog = exports.GetCallerIdentityResponseFilterSensitiveLog = exports.GetCallerIdentityRequestFilterSensitiveLog = exports.GetAccessKeyInfoResponseFilterSensitiveLog = exports.GetAccessKeyInfoRequestFilterSensitiveLog = exports.DecodeAuthorizationMessageResponseFilterSensitiveLog = exports.DecodeAuthorizationMessageRequestFilterSensitiveLog = exports.AssumeRoleWithWebIdentityResponseFilterSensitiveLog = exports.AssumeRoleWithWebIdentityRequestFilterSensitiveLog = exports.AssumeRoleWithSAMLResponseFilterSensitiveLog = exports.AssumeRoleWithSAMLRequestFilterSensitiveLog = exports.AssumeRoleResponseFilterSensitiveLog = exports.CredentialsFilterSensitiveLog = exports.AssumeRoleRequestFilterSensitiveLog = exports.TagFilterSensitiveLog = exports.PolicyDescriptorTypeFilterSensitiveLog = exports.AssumedRoleUserFilterSensitiveLog = exports.InvalidAuthorizationMessageException = exports.IDPCommunicationErrorException = exports.InvalidIdentityTokenException = exports.IDPRejectedClaimException = exports.RegionDisabledException = exports.PackedPolicyTooLargeException = exports.MalformedPolicyDocumentException = exports.ExpiredTokenException = void 0; -const STSServiceException_1 = __nccwpck_require__(7269); +const STSServiceException_1 = __nccwpck_require__(2865); class ExpiredTokenException extends STSServiceException_1.STSServiceException { constructor(opts) { super({ @@ -17195,19 +17195,19 @@ exports.GetSessionTokenResponseFilterSensitiveLog = GetSessionTokenResponseFilte /***/ }), -/***/ 8646: +/***/ 6812: /***/ ((__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__(4093); -const smithy_client_1 = __nccwpck_require__(3118); +const protocol_http_1 = __nccwpck_require__(8680); +const smithy_client_1 = __nccwpck_require__(5213); const entities_1 = __nccwpck_require__(191); const fast_xml_parser_1 = __nccwpck_require__(1241); -const models_0_1 = __nccwpck_require__(3759); -const STSServiceException_1 = __nccwpck_require__(7269); +const models_0_1 = __nccwpck_require__(2469); +const STSServiceException_1 = __nccwpck_require__(2865); const serializeAws_queryAssumeRoleCommand = async (input, context) => { const headers = { "content-type": "application/x-www-form-urlencoded", @@ -18189,10 +18189,10 @@ const deserializeAws_queryRegionDisabledException = (output, context) => { return contents; }; const deserializeMetadata = (output) => { - var _a; + var _a, _b; return ({ httpStatusCode: output.statusCode, - requestId: (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"], + requestId: (_b = (_a = output.headers["x-amzn-requestid"]) !== null && _a !== void 0 ? _a : output.headers["x-amzn-request-id"]) !== null && _b !== void 0 ? _b : output.headers["x-amz-request-id"], extendedRequestId: output.headers["x-amz-id-2"], cfId: output.headers["x-amz-cf-id"], }); @@ -18265,7 +18265,7 @@ const loadQueryErrorCode = (output, data) => { /***/ }), -/***/ 9838: +/***/ 366: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -18273,22 +18273,22 @@ const loadQueryErrorCode = (output, data) => { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; const tslib_1 = __nccwpck_require__(1398); -const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(6916)); -const defaultStsRoleAssumers_1 = __nccwpck_require__(4082); -const config_resolver_1 = __nccwpck_require__(6210); -const credential_provider_node_1 = __nccwpck_require__(5316); -const hash_node_1 = __nccwpck_require__(8280); -const middleware_retry_1 = __nccwpck_require__(3268); -const node_config_provider_1 = __nccwpck_require__(7160); -const node_http_handler_1 = __nccwpck_require__(9623); -const util_base64_node_1 = __nccwpck_require__(7572); -const util_body_length_node_1 = __nccwpck_require__(5303); -const util_user_agent_node_1 = __nccwpck_require__(2155); -const util_utf8_node_1 = __nccwpck_require__(5348); -const runtimeConfig_shared_1 = __nccwpck_require__(3017); -const smithy_client_1 = __nccwpck_require__(3118); -const util_defaults_mode_node_1 = __nccwpck_require__(5403); -const smithy_client_2 = __nccwpck_require__(3118); +const package_json_1 = tslib_1.__importDefault(__nccwpck_require__(1087)); +const defaultStsRoleAssumers_1 = __nccwpck_require__(1738); +const config_resolver_1 = __nccwpck_require__(9794); +const credential_provider_node_1 = __nccwpck_require__(8867); +const hash_node_1 = __nccwpck_require__(9209); +const middleware_retry_1 = __nccwpck_require__(3407); +const node_config_provider_1 = __nccwpck_require__(1293); +const node_http_handler_1 = __nccwpck_require__(3392); +const util_base64_node_1 = __nccwpck_require__(8470); +const util_body_length_node_1 = __nccwpck_require__(1088); +const util_user_agent_node_1 = __nccwpck_require__(8016); +const util_utf8_node_1 = __nccwpck_require__(2927); +const runtimeConfig_shared_1 = __nccwpck_require__(6257); +const smithy_client_1 = __nccwpck_require__(5213); +const util_defaults_mode_node_1 = __nccwpck_require__(4788); +const smithy_client_2 = __nccwpck_require__(5213); const getRuntimeConfig = (config) => { var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q; (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version); @@ -18325,15 +18325,15 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 3017: +/***/ 6257: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRuntimeConfig = void 0; -const url_parser_1 = __nccwpck_require__(9108); -const endpoints_1 = __nccwpck_require__(9154); +const url_parser_1 = __nccwpck_require__(2966); +const endpoints_1 = __nccwpck_require__(310); const getRuntimeConfig = (config) => { var _a, _b, _c, _d, _e; return ({ @@ -18350,14 +18350,14 @@ exports.getRuntimeConfig = getRuntimeConfig; /***/ }), -/***/ 6838: +/***/ 3851: /***/ ((__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__(5543); +const util_config_provider_1 = __nccwpck_require__(1826); exports.ENV_USE_DUALSTACK_ENDPOINT = "AWS_USE_DUALSTACK_ENDPOINT"; exports.CONFIG_USE_DUALSTACK_ENDPOINT = "use_dualstack_endpoint"; exports.DEFAULT_USE_DUALSTACK_ENDPOINT = false; @@ -18370,14 +18370,14 @@ exports.NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS = { /***/ }), -/***/ 8950: +/***/ 1490: /***/ ((__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__(5543); +const util_config_provider_1 = __nccwpck_require__(1826); exports.ENV_USE_FIPS_ENDPOINT = "AWS_USE_FIPS_ENDPOINT"; exports.CONFIG_USE_FIPS_ENDPOINT = "use_fips_endpoint"; exports.DEFAULT_USE_FIPS_ENDPOINT = false; @@ -18390,29 +18390,29 @@ exports.NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS = { /***/ }), -/***/ 5477: +/***/ 8831: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(6838), exports); -tslib_1.__exportStar(__nccwpck_require__(8950), exports); -tslib_1.__exportStar(__nccwpck_require__(9821), exports); -tslib_1.__exportStar(__nccwpck_require__(4026), exports); +tslib_1.__exportStar(__nccwpck_require__(3851), exports); +tslib_1.__exportStar(__nccwpck_require__(1490), exports); +tslib_1.__exportStar(__nccwpck_require__(5282), exports); +tslib_1.__exportStar(__nccwpck_require__(7615), exports); /***/ }), -/***/ 9821: +/***/ 5282: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveCustomEndpointsConfig = void 0; -const util_middleware_1 = __nccwpck_require__(5313); +const util_middleware_1 = __nccwpck_require__(8771); const resolveCustomEndpointsConfig = (input) => { var _a; const { endpoint, urlParser } = input; @@ -18429,15 +18429,15 @@ exports.resolveCustomEndpointsConfig = resolveCustomEndpointsConfig; /***/ }), -/***/ 4026: +/***/ 7615: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveEndpointsConfig = void 0; -const util_middleware_1 = __nccwpck_require__(5313); -const getEndpointFromRegion_1 = __nccwpck_require__(126); +const util_middleware_1 = __nccwpck_require__(8771); +const getEndpointFromRegion_1 = __nccwpck_require__(1791); const resolveEndpointsConfig = (input) => { var _a; const useDualstackEndpoint = (0, util_middleware_1.normalizeProvider)(input.useDualstackEndpoint); @@ -18457,7 +18457,7 @@ exports.resolveEndpointsConfig = resolveEndpointsConfig; /***/ }), -/***/ 126: +/***/ 1791: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18485,21 +18485,21 @@ exports.getEndpointFromRegion = getEndpointFromRegion; /***/ }), -/***/ 6210: +/***/ 9794: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(5477), exports); -tslib_1.__exportStar(__nccwpck_require__(4498), exports); -tslib_1.__exportStar(__nccwpck_require__(2152), exports); +tslib_1.__exportStar(__nccwpck_require__(8831), exports); +tslib_1.__exportStar(__nccwpck_require__(4381), exports); +tslib_1.__exportStar(__nccwpck_require__(6642), exports); /***/ }), -/***/ 9502: +/***/ 3154: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18522,14 +18522,14 @@ exports.NODE_REGION_CONFIG_FILE_OPTIONS = { /***/ }), -/***/ 3822: +/***/ 8994: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRealRegion = void 0; -const isFipsRegion_1 = __nccwpck_require__(5621); +const isFipsRegion_1 = __nccwpck_require__(7326); const getRealRegion = (region) => (0, isFipsRegion_1.isFipsRegion)(region) ? ["fips-aws-global", "aws-fips"].includes(region) ? "us-east-1" @@ -18540,20 +18540,20 @@ exports.getRealRegion = getRealRegion; /***/ }), -/***/ 4498: +/***/ 4381: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(9502), exports); -tslib_1.__exportStar(__nccwpck_require__(3911), exports); +tslib_1.__exportStar(__nccwpck_require__(3154), exports); +tslib_1.__exportStar(__nccwpck_require__(8963), exports); /***/ }), -/***/ 5621: +/***/ 7326: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18566,15 +18566,15 @@ exports.isFipsRegion = isFipsRegion; /***/ }), -/***/ 3911: +/***/ 8963: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveRegionConfig = void 0; -const getRealRegion_1 = __nccwpck_require__(3822); -const isFipsRegion_1 = __nccwpck_require__(5621); +const getRealRegion_1 = __nccwpck_require__(8994); +const isFipsRegion_1 = __nccwpck_require__(7326); const resolveRegionConfig = (input) => { const { region, useFipsEndpoint } = input; if (!region) { @@ -18603,7 +18603,7 @@ exports.resolveRegionConfig = resolveRegionConfig; /***/ }), -/***/ 8146: +/***/ 6207: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18613,7 +18613,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 8519: +/***/ 483: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18623,7 +18623,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 1233: +/***/ 7473: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18639,17 +18639,17 @@ exports.getHostnameFromVariants = getHostnameFromVariants; /***/ }), -/***/ 8485: +/***/ 1587: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getRegionInfo = void 0; -const getHostnameFromVariants_1 = __nccwpck_require__(1233); -const getResolvedHostname_1 = __nccwpck_require__(118); -const getResolvedPartition_1 = __nccwpck_require__(9193); -const getResolvedSigningRegion_1 = __nccwpck_require__(3222); +const getHostnameFromVariants_1 = __nccwpck_require__(7473); +const getResolvedHostname_1 = __nccwpck_require__(1277); +const getResolvedPartition_1 = __nccwpck_require__(5227); +const getResolvedSigningRegion_1 = __nccwpck_require__(3495); 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 }); @@ -18681,7 +18681,7 @@ exports.getRegionInfo = getRegionInfo; /***/ }), -/***/ 118: +/***/ 1277: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18698,7 +18698,7 @@ exports.getResolvedHostname = getResolvedHostname; /***/ }), -/***/ 9193: +/***/ 5227: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18711,7 +18711,7 @@ exports.getResolvedPartition = getResolvedPartition; /***/ }), -/***/ 3222: +/***/ 3495: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18735,28 +18735,28 @@ exports.getResolvedSigningRegion = getResolvedSigningRegion; /***/ }), -/***/ 2152: +/***/ 6642: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(8146), exports); -tslib_1.__exportStar(__nccwpck_require__(8519), exports); -tslib_1.__exportStar(__nccwpck_require__(8485), exports); +tslib_1.__exportStar(__nccwpck_require__(6207), exports); +tslib_1.__exportStar(__nccwpck_require__(483), exports); +tslib_1.__exportStar(__nccwpck_require__(1587), exports); /***/ }), -/***/ 559: +/***/ 264: /***/ ((__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__(2780); +const property_provider_1 = __nccwpck_require__(2960); exports.ENV_KEY = "AWS_ACCESS_KEY_ID"; exports.ENV_SECRET = "AWS_SECRET_ACCESS_KEY"; exports.ENV_SESSION = "AWS_SESSION_TOKEN"; @@ -18781,19 +18781,19 @@ exports.fromEnv = fromEnv; /***/ }), -/***/ 4722: +/***/ 3648: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(559), exports); +tslib_1.__exportStar(__nccwpck_require__(264), exports); /***/ }), -/***/ 984: +/***/ 585: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18809,7 +18809,7 @@ var Endpoint; /***/ }), -/***/ 7396: +/***/ 7752: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18827,7 +18827,7 @@ exports.ENDPOINT_CONFIG_OPTIONS = { /***/ }), -/***/ 606: +/***/ 5596: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -18843,14 +18843,14 @@ var EndpointMode; /***/ }), -/***/ 864: +/***/ 9006: /***/ ((__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__(606); +const EndpointMode_1 = __nccwpck_require__(5596); 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 = { @@ -18862,19 +18862,19 @@ exports.ENDPOINT_MODE_CONFIG_OPTIONS = { /***/ }), -/***/ 8374: +/***/ 3586: /***/ ((__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__(2780); +const property_provider_1 = __nccwpck_require__(2960); const url_1 = __nccwpck_require__(7310); -const httpRequest_1 = __nccwpck_require__(5817); -const ImdsCredentials_1 = __nccwpck_require__(5122); -const RemoteProviderInit_1 = __nccwpck_require__(8128); -const retry_1 = __nccwpck_require__(1878); +const httpRequest_1 = __nccwpck_require__(2365); +const ImdsCredentials_1 = __nccwpck_require__(979); +const RemoteProviderInit_1 = __nccwpck_require__(8089); +const retry_1 = __nccwpck_require__(2592); 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"; @@ -18940,20 +18940,20 @@ const getCmdsUri = async () => { /***/ }), -/***/ 9501: +/***/ 5849: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromInstanceMetadata = void 0; -const property_provider_1 = __nccwpck_require__(2780); -const httpRequest_1 = __nccwpck_require__(5817); -const ImdsCredentials_1 = __nccwpck_require__(5122); -const RemoteProviderInit_1 = __nccwpck_require__(8128); -const retry_1 = __nccwpck_require__(1878); -const getInstanceMetadataEndpoint_1 = __nccwpck_require__(4233); -const staticStabilityProvider_1 = __nccwpck_require__(6577); +const property_provider_1 = __nccwpck_require__(2960); +const httpRequest_1 = __nccwpck_require__(2365); +const ImdsCredentials_1 = __nccwpck_require__(979); +const RemoteProviderInit_1 = __nccwpck_require__(8089); +const retry_1 = __nccwpck_require__(2592); +const getInstanceMetadataEndpoint_1 = __nccwpck_require__(370); +const staticStabilityProvider_1 = __nccwpck_require__(5928); 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 }); @@ -19043,7 +19043,7 @@ const getCredentialsFromProfile = async (profile, options) => { /***/ }), -/***/ 2861: +/***/ 8892: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -19051,19 +19051,19 @@ const getCredentialsFromProfile = async (profile, options) => { Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getInstanceMetadataEndpoint = exports.httpRequest = void 0; const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(8374), exports); -tslib_1.__exportStar(__nccwpck_require__(9501), exports); -tslib_1.__exportStar(__nccwpck_require__(8128), exports); -tslib_1.__exportStar(__nccwpck_require__(1501), exports); -var httpRequest_1 = __nccwpck_require__(5817); +tslib_1.__exportStar(__nccwpck_require__(3586), exports); +tslib_1.__exportStar(__nccwpck_require__(5849), exports); +tslib_1.__exportStar(__nccwpck_require__(8089), exports); +tslib_1.__exportStar(__nccwpck_require__(6706), exports); +var httpRequest_1 = __nccwpck_require__(2365); Object.defineProperty(exports, "httpRequest", ({ enumerable: true, get: function () { return httpRequest_1.httpRequest; } })); -var getInstanceMetadataEndpoint_1 = __nccwpck_require__(4233); +var getInstanceMetadataEndpoint_1 = __nccwpck_require__(370); Object.defineProperty(exports, "getInstanceMetadataEndpoint", ({ enumerable: true, get: function () { return getInstanceMetadataEndpoint_1.getInstanceMetadataEndpoint; } })); /***/ }), -/***/ 5122: +/***/ 979: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19088,7 +19088,7 @@ exports.fromImdsCredentials = fromImdsCredentials; /***/ }), -/***/ 8128: +/***/ 8089: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19103,14 +19103,14 @@ exports.providerConfigFromInit = providerConfigFromInit; /***/ }), -/***/ 5817: +/***/ 2365: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.httpRequest = void 0; -const property_provider_1 = __nccwpck_require__(2780); +const property_provider_1 = __nccwpck_require__(2960); const buffer_1 = __nccwpck_require__(4300); const http_1 = __nccwpck_require__(3685); function httpRequest(options) { @@ -19152,7 +19152,7 @@ exports.httpRequest = httpRequest; /***/ }), -/***/ 1878: +/***/ 2592: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19171,7 +19171,7 @@ exports.retry = retry; /***/ }), -/***/ 1501: +/***/ 6706: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19181,7 +19181,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 2589: +/***/ 5617: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19211,19 +19211,19 @@ exports.getExtendedInstanceMetadataCredentials = getExtendedInstanceMetadataCred /***/ }), -/***/ 4233: +/***/ 370: /***/ ((__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__(7160); -const url_parser_1 = __nccwpck_require__(9108); -const Endpoint_1 = __nccwpck_require__(984); -const EndpointConfigOptions_1 = __nccwpck_require__(7396); -const EndpointMode_1 = __nccwpck_require__(606); -const EndpointModeConfigOptions_1 = __nccwpck_require__(864); +const node_config_provider_1 = __nccwpck_require__(1293); +const url_parser_1 = __nccwpck_require__(2966); +const Endpoint_1 = __nccwpck_require__(585); +const EndpointConfigOptions_1 = __nccwpck_require__(7752); +const EndpointMode_1 = __nccwpck_require__(5596); +const EndpointModeConfigOptions_1 = __nccwpck_require__(9006); 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)(); @@ -19242,14 +19242,14 @@ const getFromEndpointModeConfig = async () => { /***/ }), -/***/ 6577: +/***/ 5928: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.staticStabilityProvider = void 0; -const getExtendedInstanceMetadataCredentials_1 = __nccwpck_require__(2589); +const getExtendedInstanceMetadataCredentials_1 = __nccwpck_require__(5617); const staticStabilityProvider = (provider, options = {}) => { const logger = (options === null || options === void 0 ? void 0 : options.logger) || console; let pastCredentials; @@ -19279,15 +19279,15 @@ exports.staticStabilityProvider = staticStabilityProvider; /***/ }), -/***/ 4484: +/***/ 2443: /***/ ((__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__(129); -const resolveProfileData_1 = __nccwpck_require__(2388); +const shared_ini_file_loader_1 = __nccwpck_require__(5384); +const resolveProfileData_1 = __nccwpck_require__(3087); 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); @@ -19297,29 +19297,29 @@ exports.fromIni = fromIni; /***/ }), -/***/ 6214: +/***/ 4182: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(4484), exports); +tslib_1.__exportStar(__nccwpck_require__(2443), exports); /***/ }), -/***/ 2124: +/***/ 2977: /***/ ((__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__(2780); -const shared_ini_file_loader_1 = __nccwpck_require__(129); -const resolveCredentialSource_1 = __nccwpck_require__(2100); -const resolveProfileData_1 = __nccwpck_require__(2388); +const property_provider_1 = __nccwpck_require__(2960); +const shared_ini_file_loader_1 = __nccwpck_require__(5384); +const resolveCredentialSource_1 = __nccwpck_require__(3084); +const resolveProfileData_1 = __nccwpck_require__(3087); const isAssumeRoleProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.role_arn === "string" && @@ -19368,16 +19368,16 @@ exports.resolveAssumeRoleCredentials = resolveAssumeRoleCredentials; /***/ }), -/***/ 2100: +/***/ 3084: /***/ ((__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__(4722); -const credential_provider_imds_1 = __nccwpck_require__(2861); -const property_provider_1 = __nccwpck_require__(2780); +const credential_provider_env_1 = __nccwpck_require__(3648); +const credential_provider_imds_1 = __nccwpck_require__(8892); +const property_provider_1 = __nccwpck_require__(2960); const resolveCredentialSource = (credentialSource, profileName) => { const sourceProvidersMap = { EcsContainer: credential_provider_imds_1.fromContainerMetadata, @@ -19397,18 +19397,18 @@ exports.resolveCredentialSource = resolveCredentialSource; /***/ }), -/***/ 2388: +/***/ 3087: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveProfileData = void 0; -const property_provider_1 = __nccwpck_require__(2780); -const resolveAssumeRoleCredentials_1 = __nccwpck_require__(2124); -const resolveSsoCredentials_1 = __nccwpck_require__(3197); -const resolveStaticCredentials_1 = __nccwpck_require__(8030); -const resolveWebIdentityCredentials_1 = __nccwpck_require__(3684); +const property_provider_1 = __nccwpck_require__(2960); +const resolveAssumeRoleCredentials_1 = __nccwpck_require__(2977); +const resolveSsoCredentials_1 = __nccwpck_require__(2321); +const resolveStaticCredentials_1 = __nccwpck_require__(9842); +const resolveWebIdentityCredentials_1 = __nccwpck_require__(6299); const resolveProfileData = async (profileName, profiles, options, visitedProfiles = {}) => { const data = profiles[profileName]; if (Object.keys(visitedProfiles).length > 0 && (0, resolveStaticCredentials_1.isStaticCredsProfile)(data)) { @@ -19433,15 +19433,15 @@ exports.resolveProfileData = resolveProfileData; /***/ }), -/***/ 3197: +/***/ 2321: /***/ ((__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__(401); -var credential_provider_sso_2 = __nccwpck_require__(401); +const credential_provider_sso_1 = __nccwpck_require__(5755); +var credential_provider_sso_2 = __nccwpck_require__(5755); 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_region, sso_role_name } = (0, credential_provider_sso_1.validateSsoProfile)(data); @@ -19457,7 +19457,7 @@ exports.resolveSsoCredentials = resolveSsoCredentials; /***/ }), -/***/ 8030: +/***/ 9842: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19480,14 +19480,14 @@ exports.resolveStaticCredentials = resolveStaticCredentials; /***/ }), -/***/ 3684: +/***/ 6299: /***/ ((__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__(6449); +const credential_provider_web_identity_1 = __nccwpck_require__(7610); const isWebIdentityProfile = (arg) => Boolean(arg) && typeof arg === "object" && typeof arg.web_identity_token_file === "string" && @@ -19505,21 +19505,21 @@ exports.resolveWebIdentityCredentials = resolveWebIdentityCredentials; /***/ }), -/***/ 1000: +/***/ 4286: /***/ ((__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__(4722); -const credential_provider_ini_1 = __nccwpck_require__(6214); -const credential_provider_process_1 = __nccwpck_require__(4225); -const credential_provider_sso_1 = __nccwpck_require__(401); -const credential_provider_web_identity_1 = __nccwpck_require__(6449); -const property_provider_1 = __nccwpck_require__(2780); -const shared_ini_file_loader_1 = __nccwpck_require__(129); -const remoteProvider_1 = __nccwpck_require__(1702); +const credential_provider_env_1 = __nccwpck_require__(3648); +const credential_provider_ini_1 = __nccwpck_require__(4182); +const credential_provider_process_1 = __nccwpck_require__(834); +const credential_provider_sso_1 = __nccwpck_require__(5755); +const credential_provider_web_identity_1 = __nccwpck_require__(7610); +const property_provider_1 = __nccwpck_require__(2960); +const shared_ini_file_loader_1 = __nccwpck_require__(5384); +const remoteProvider_1 = __nccwpck_require__(7789); 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); @@ -19528,27 +19528,27 @@ exports.defaultProvider = defaultProvider; /***/ }), -/***/ 5316: +/***/ 8867: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(1000), exports); +tslib_1.__exportStar(__nccwpck_require__(4286), exports); /***/ }), -/***/ 1702: +/***/ 7789: /***/ ((__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__(2861); -const property_provider_1 = __nccwpck_require__(2780); +const credential_provider_imds_1 = __nccwpck_require__(8892); +const property_provider_1 = __nccwpck_require__(2960); 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]) { @@ -19566,15 +19566,15 @@ exports.remoteProvider = remoteProvider; /***/ }), -/***/ 5737: +/***/ 1997: /***/ ((__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__(129); -const resolveProcessCredentials_1 = __nccwpck_require__(3273); +const shared_ini_file_loader_1 = __nccwpck_require__(5384); +const resolveProcessCredentials_1 = __nccwpck_require__(7050); 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); @@ -19584,7 +19584,7 @@ exports.fromProcess = fromProcess; /***/ }), -/***/ 7303: +/***/ 3636: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19617,29 +19617,29 @@ exports.getValidatedProcessCredentials = getValidatedProcessCredentials; /***/ }), -/***/ 4225: +/***/ 834: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(5737), exports); +tslib_1.__exportStar(__nccwpck_require__(1997), exports); /***/ }), -/***/ 3273: +/***/ 7050: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveProcessCredentials = void 0; -const property_provider_1 = __nccwpck_require__(2780); +const property_provider_1 = __nccwpck_require__(2960); const child_process_1 = __nccwpck_require__(2081); const util_1 = __nccwpck_require__(3837); -const getValidatedProcessCredentials_1 = __nccwpck_require__(7303); +const getValidatedProcessCredentials_1 = __nccwpck_require__(3636); const resolveProcessCredentials = async (profileName, profiles) => { const profile = profiles[profileName]; if (profiles[profileName]) { @@ -19674,18 +19674,18 @@ exports.resolveProcessCredentials = resolveProcessCredentials; /***/ }), -/***/ 3522: +/***/ 6183: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromSSO = void 0; -const property_provider_1 = __nccwpck_require__(2780); -const shared_ini_file_loader_1 = __nccwpck_require__(129); -const isSsoProfile_1 = __nccwpck_require__(4936); -const resolveSSOCredentials_1 = __nccwpck_require__(1194); -const validateSsoProfile_1 = __nccwpck_require__(3884); +const property_provider_1 = __nccwpck_require__(2960); +const shared_ini_file_loader_1 = __nccwpck_require__(5384); +const isSsoProfile_1 = __nccwpck_require__(5665); +const resolveSSOCredentials_1 = __nccwpck_require__(7255); +const validateSsoProfile_1 = __nccwpck_require__(9910); const fromSSO = (init = {}) => async () => { const { ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoClient } = init; if (!ssoStartUrl && !ssoAccountId && !ssoRegion && !ssoRoleName) { @@ -19717,22 +19717,22 @@ exports.fromSSO = fromSSO; /***/ }), -/***/ 401: +/***/ 5755: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(3522), exports); -tslib_1.__exportStar(__nccwpck_require__(4936), exports); -tslib_1.__exportStar(__nccwpck_require__(7312), exports); -tslib_1.__exportStar(__nccwpck_require__(3884), exports); +tslib_1.__exportStar(__nccwpck_require__(6183), exports); +tslib_1.__exportStar(__nccwpck_require__(5665), exports); +tslib_1.__exportStar(__nccwpck_require__(6322), exports); +tslib_1.__exportStar(__nccwpck_require__(9910), exports); /***/ }), -/***/ 4936: +/***/ 5665: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19749,16 +19749,16 @@ exports.isSsoProfile = isSsoProfile; /***/ }), -/***/ 1194: +/***/ 7255: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveSSOCredentials = void 0; -const client_sso_1 = __nccwpck_require__(4320); -const property_provider_1 = __nccwpck_require__(2780); -const shared_ini_file_loader_1 = __nccwpck_require__(129); +const client_sso_1 = __nccwpck_require__(7663); +const property_provider_1 = __nccwpck_require__(2960); +const shared_ini_file_loader_1 = __nccwpck_require__(5384); const EXPIRE_WINDOW_MS = 15 * 60 * 1000; const SHOULD_FAIL_CREDENTIAL_CHAIN = false; const resolveSSOCredentials = async ({ ssoStartUrl, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, }) => { @@ -19797,7 +19797,7 @@ exports.resolveSSOCredentials = resolveSSOCredentials; /***/ }), -/***/ 7312: +/***/ 6322: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19807,14 +19807,14 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 3884: +/***/ 9910: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.validateSsoProfile = void 0; -const property_provider_1 = __nccwpck_require__(2780); +const property_provider_1 = __nccwpck_require__(2960); 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) { @@ -19828,16 +19828,16 @@ exports.validateSsoProfile = validateSsoProfile; /***/ }), -/***/ 2556: +/***/ 7040: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromTokenFile = void 0; -const property_provider_1 = __nccwpck_require__(2780); +const property_provider_1 = __nccwpck_require__(2960); const fs_1 = __nccwpck_require__(7147); -const fromWebToken_1 = __nccwpck_require__(6546); +const fromWebToken_1 = __nccwpck_require__(5119); 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"; @@ -19864,14 +19864,14 @@ const resolveTokenFile = (init) => { /***/ }), -/***/ 6546: +/***/ 5119: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromWebToken = void 0; -const property_provider_1 = __nccwpck_require__(2780); +const property_provider_1 = __nccwpck_require__(2960); const fromWebToken = (init) => () => { const { roleArn, roleSessionName, webIdentityToken, providerId, policyArns, policy, durationSeconds, roleAssumerWithWebIdentity, } = init; if (!roleAssumerWithWebIdentity) { @@ -19893,27 +19893,27 @@ exports.fromWebToken = fromWebToken; /***/ }), -/***/ 6449: +/***/ 7610: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(2556), exports); -tslib_1.__exportStar(__nccwpck_require__(6546), exports); +tslib_1.__exportStar(__nccwpck_require__(7040), exports); +tslib_1.__exportStar(__nccwpck_require__(5119), exports); /***/ }), -/***/ 8280: +/***/ 9209: /***/ ((__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__(3160); +const util_buffer_from_1 = __nccwpck_require__(8534); const buffer_1 = __nccwpck_require__(4300); const crypto_1 = __nccwpck_require__(6113); class Hash { @@ -19944,7 +19944,7 @@ function castSourceData(toCast, encoding) { /***/ }), -/***/ 382: +/***/ 9631: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -19958,14 +19958,14 @@ exports.isArrayBuffer = isArrayBuffer; /***/ }), -/***/ 1553: +/***/ 9392: /***/ ((__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__(4093); +const protocol_http_1 = __nccwpck_require__(8680); const CONTENT_LENGTH_HEADER = "content-length"; function contentLengthMiddleware(bodyLengthChecker) { return (next) => async (args) => { @@ -20010,14 +20010,14 @@ exports.getContentLengthPlugin = getContentLengthPlugin; /***/ }), -/***/ 278: +/***/ 1973: /***/ ((__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__(4093); +const protocol_http_1 = __nccwpck_require__(8680); function resolveHostHeaderConfig(input) { return input; } @@ -20054,19 +20054,19 @@ exports.getHostHeaderPlugin = getHostHeaderPlugin; /***/ }), -/***/ 130: +/***/ 438: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(2538), exports); +tslib_1.__exportStar(__nccwpck_require__(9251), exports); /***/ }), -/***/ 2538: +/***/ 9251: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20108,14 +20108,14 @@ exports.getLoggerPlugin = getLoggerPlugin; /***/ }), -/***/ 251: +/***/ 4108: /***/ ((__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__(4093); +const protocol_http_1 = __nccwpck_require__(8680); 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"; @@ -20155,16 +20155,16 @@ exports.getRecursionDetectionPlugin = getRecursionDetectionPlugin; /***/ }), -/***/ 8839: +/***/ 315: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.AdaptiveRetryStrategy = void 0; -const config_1 = __nccwpck_require__(298); -const DefaultRateLimiter_1 = __nccwpck_require__(4588); -const StandardRetryStrategy_1 = __nccwpck_require__(8928); +const config_1 = __nccwpck_require__(3833); +const DefaultRateLimiter_1 = __nccwpck_require__(9909); +const StandardRetryStrategy_1 = __nccwpck_require__(7896); class AdaptiveRetryStrategy extends StandardRetryStrategy_1.StandardRetryStrategy { constructor(maxAttemptsProvider, options) { const { rateLimiter, ...superOptions } = options !== null && options !== void 0 ? options : {}; @@ -20188,14 +20188,14 @@ exports.AdaptiveRetryStrategy = AdaptiveRetryStrategy; /***/ }), -/***/ 4588: +/***/ 9909: /***/ ((__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__(5333); +const service_error_classification_1 = __nccwpck_require__(5987); class DefaultRateLimiter { constructor(options) { var _a, _b, _c, _d, _e; @@ -20300,21 +20300,21 @@ exports.DefaultRateLimiter = DefaultRateLimiter; /***/ }), -/***/ 8928: +/***/ 7896: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.StandardRetryStrategy = void 0; -const protocol_http_1 = __nccwpck_require__(4093); -const service_error_classification_1 = __nccwpck_require__(5333); +const protocol_http_1 = __nccwpck_require__(8680); +const service_error_classification_1 = __nccwpck_require__(5987); const uuid_1 = __nccwpck_require__(7066); -const config_1 = __nccwpck_require__(298); -const constants_1 = __nccwpck_require__(7108); -const defaultRetryQuota_1 = __nccwpck_require__(7301); -const delayDecider_1 = __nccwpck_require__(1292); -const retryDecider_1 = __nccwpck_require__(5822); +const config_1 = __nccwpck_require__(3833); +const constants_1 = __nccwpck_require__(4202); +const defaultRetryQuota_1 = __nccwpck_require__(4074); +const delayDecider_1 = __nccwpck_require__(3367); +const retryDecider_1 = __nccwpck_require__(4560); class StandardRetryStrategy { constructor(maxAttemptsProvider, options) { var _a, _b, _c; @@ -20412,7 +20412,7 @@ const asSdkError = (error) => { /***/ }), -/***/ 298: +/***/ 3833: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20430,17 +20430,17 @@ exports.DEFAULT_RETRY_MODE = RETRY_MODES.STANDARD; /***/ }), -/***/ 7505: +/***/ 481: /***/ ((__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__(5313); -const AdaptiveRetryStrategy_1 = __nccwpck_require__(8839); -const config_1 = __nccwpck_require__(298); -const StandardRetryStrategy_1 = __nccwpck_require__(8928); +const util_middleware_1 = __nccwpck_require__(8771); +const AdaptiveRetryStrategy_1 = __nccwpck_require__(315); +const config_1 = __nccwpck_require__(3833); +const StandardRetryStrategy_1 = __nccwpck_require__(7896); exports.ENV_MAX_ATTEMPTS = "AWS_MAX_ATTEMPTS"; exports.CONFIG_MAX_ATTEMPTS = "max_attempts"; exports.NODE_MAX_ATTEMPT_CONFIG_OPTIONS = { @@ -20496,7 +20496,7 @@ exports.NODE_RETRY_MODE_CONFIG_OPTIONS = { /***/ }), -/***/ 7108: +/***/ 4202: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20516,14 +20516,14 @@ exports.REQUEST_HEADER = "amz-sdk-request"; /***/ }), -/***/ 7301: +/***/ 4074: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getDefaultRetryQuota = void 0; -const constants_1 = __nccwpck_require__(7108); +const constants_1 = __nccwpck_require__(4202); const getDefaultRetryQuota = (initialRetryTokens, options) => { var _a, _b, _c; const MAX_CAPACITY = initialRetryTokens; @@ -20556,50 +20556,50 @@ exports.getDefaultRetryQuota = getDefaultRetryQuota; /***/ }), -/***/ 1292: +/***/ 3367: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.defaultDelayDecider = void 0; -const constants_1 = __nccwpck_require__(7108); +const constants_1 = __nccwpck_require__(4202); const defaultDelayDecider = (delayBase, attempts) => Math.floor(Math.min(constants_1.MAXIMUM_RETRY_DELAY, Math.random() * 2 ** attempts * delayBase)); exports.defaultDelayDecider = defaultDelayDecider; /***/ }), -/***/ 3268: +/***/ 3407: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(8839), exports); -tslib_1.__exportStar(__nccwpck_require__(4588), exports); -tslib_1.__exportStar(__nccwpck_require__(8928), exports); -tslib_1.__exportStar(__nccwpck_require__(298), exports); -tslib_1.__exportStar(__nccwpck_require__(7505), exports); -tslib_1.__exportStar(__nccwpck_require__(1292), exports); -tslib_1.__exportStar(__nccwpck_require__(6298), exports); -tslib_1.__exportStar(__nccwpck_require__(5822), exports); -tslib_1.__exportStar(__nccwpck_require__(4234), exports); -tslib_1.__exportStar(__nccwpck_require__(8557), exports); +tslib_1.__exportStar(__nccwpck_require__(315), exports); +tslib_1.__exportStar(__nccwpck_require__(9909), exports); +tslib_1.__exportStar(__nccwpck_require__(7896), exports); +tslib_1.__exportStar(__nccwpck_require__(3833), exports); +tslib_1.__exportStar(__nccwpck_require__(481), exports); +tslib_1.__exportStar(__nccwpck_require__(3367), exports); +tslib_1.__exportStar(__nccwpck_require__(9455), exports); +tslib_1.__exportStar(__nccwpck_require__(4560), exports); +tslib_1.__exportStar(__nccwpck_require__(7817), exports); +tslib_1.__exportStar(__nccwpck_require__(3472), exports); /***/ }), -/***/ 6298: +/***/ 9455: /***/ ((__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__(4093); -const constants_1 = __nccwpck_require__(7108); +const protocol_http_1 = __nccwpck_require__(8680); +const constants_1 = __nccwpck_require__(4202); const omitRetryHeadersMiddleware = () => (next) => async (args) => { const { request } = args; if (protocol_http_1.HttpRequest.isInstance(request)) { @@ -20626,14 +20626,14 @@ exports.getOmitRetryHeadersPlugin = getOmitRetryHeadersPlugin; /***/ }), -/***/ 5822: +/***/ 4560: /***/ ((__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__(5333); +const service_error_classification_1 = __nccwpck_require__(5987); const defaultRetryDecider = (error) => { if (!error) { return false; @@ -20645,7 +20645,7 @@ exports.defaultRetryDecider = defaultRetryDecider; /***/ }), -/***/ 4234: +/***/ 7817: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20676,7 +20676,7 @@ exports.getRetryPlugin = getRetryPlugin; /***/ }), -/***/ 8557: +/***/ 3472: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20686,14 +20686,14 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 2962: +/***/ 7657: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveStsAuthConfig = void 0; -const middleware_signing_1 = __nccwpck_require__(342); +const middleware_signing_1 = __nccwpck_require__(8505); const resolveStsAuthConfig = (input, { stsClientCtor }) => (0, middleware_signing_1.resolveAwsAuthConfig)({ ...input, stsClientCtor, @@ -20703,7 +20703,7 @@ exports.resolveStsAuthConfig = resolveStsAuthConfig; /***/ }), -/***/ 4370: +/***/ 7891: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20731,29 +20731,29 @@ exports.deserializerMiddleware = deserializerMiddleware; /***/ }), -/***/ 6599: +/***/ 2227: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(4370), exports); -tslib_1.__exportStar(__nccwpck_require__(8210), exports); -tslib_1.__exportStar(__nccwpck_require__(7558), exports); +tslib_1.__exportStar(__nccwpck_require__(7891), exports); +tslib_1.__exportStar(__nccwpck_require__(9523), exports); +tslib_1.__exportStar(__nccwpck_require__(8110), exports); /***/ }), -/***/ 8210: +/***/ 9523: /***/ ((__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__(4370); -const serializerMiddleware_1 = __nccwpck_require__(7558); +const deserializerMiddleware_1 = __nccwpck_require__(7891); +const serializerMiddleware_1 = __nccwpck_require__(8110); exports.deserializerMiddlewareOption = { name: "deserializerMiddleware", step: "deserialize", @@ -20779,7 +20779,7 @@ exports.getSerdePlugin = getSerdePlugin; /***/ }), -/***/ 7558: +/***/ 8110: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -20805,16 +20805,16 @@ exports.serializerMiddleware = serializerMiddleware; /***/ }), -/***/ 4999: +/***/ 7178: /***/ ((__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__(2780); -const signature_v4_1 = __nccwpck_require__(3799); -const util_middleware_1 = __nccwpck_require__(5313); +const property_provider_1 = __nccwpck_require__(2960); +const signature_v4_1 = __nccwpck_require__(2870); +const util_middleware_1 = __nccwpck_require__(8771); const CREDENTIAL_EXPIRE_WINDOW = 300000; const resolveAwsAuthConfig = (input) => { const normalizedCreds = input.credentials @@ -20918,29 +20918,29 @@ const normalizeCredentialProvider = (credentials) => { /***/ }), -/***/ 342: +/***/ 8505: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(4999), exports); -tslib_1.__exportStar(__nccwpck_require__(1780), exports); +tslib_1.__exportStar(__nccwpck_require__(7178), exports); +tslib_1.__exportStar(__nccwpck_require__(7835), exports); /***/ }), -/***/ 1780: +/***/ 7835: /***/ ((__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__(4093); -const getSkewCorrectedDate_1 = __nccwpck_require__(8649); -const getUpdatedSystemClockOffset_1 = __nccwpck_require__(5428); +const protocol_http_1 = __nccwpck_require__(8680); +const getSkewCorrectedDate_1 = __nccwpck_require__(9441); +const getUpdatedSystemClockOffset_1 = __nccwpck_require__(5363); const awsAuthMiddleware = (options) => (next, context) => async function (args) { var _a, _b, _c; if (!protocol_http_1.HttpRequest.isInstance(args.request)) @@ -20988,7 +20988,7 @@ exports.getSigV4AuthPlugin = exports.getAwsAuthPlugin; /***/ }), -/***/ 8649: +/***/ 9441: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21001,14 +21001,14 @@ exports.getSkewCorrectedDate = getSkewCorrectedDate; /***/ }), -/***/ 5428: +/***/ 5363: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getUpdatedSystemClockOffset = void 0; -const isClockSkewed_1 = __nccwpck_require__(3826); +const isClockSkewed_1 = __nccwpck_require__(7112); const getUpdatedSystemClockOffset = (clockTime, currentSystemClockOffset) => { const clockTimeInMs = Date.parse(clockTime); if ((0, isClockSkewed_1.isClockSkewed)(clockTimeInMs, currentSystemClockOffset)) { @@ -21021,21 +21021,21 @@ exports.getUpdatedSystemClockOffset = getUpdatedSystemClockOffset; /***/ }), -/***/ 3826: +/***/ 7112: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isClockSkewed = void 0; -const getSkewCorrectedDate_1 = __nccwpck_require__(8649); +const getSkewCorrectedDate_1 = __nccwpck_require__(9441); const isClockSkewed = (clockTime, systemClockOffset) => Math.abs((0, getSkewCorrectedDate_1.getSkewCorrectedDate)(systemClockOffset).getTime() - clockTime) >= 300000; exports.isClockSkewed = isClockSkewed; /***/ }), -/***/ 7459: +/***/ 5129: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21268,19 +21268,19 @@ const priorityWeights = { /***/ }), -/***/ 3256: +/***/ 9878: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(7459), exports); +tslib_1.__exportStar(__nccwpck_require__(5129), exports); /***/ }), -/***/ 4449: +/***/ 1918: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21298,7 +21298,7 @@ exports.resolveUserAgentConfig = resolveUserAgentConfig; /***/ }), -/***/ 7492: +/***/ 1563: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21313,28 +21313,28 @@ exports.UA_ESCAPE_REGEX = /[^\!\#\$\%\&\'\*\+\-\.\^\_\`\|\~\d\w]/g; /***/ }), -/***/ 2467: +/***/ 8186: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(4449), exports); -tslib_1.__exportStar(__nccwpck_require__(6906), exports); +tslib_1.__exportStar(__nccwpck_require__(1918), exports); +tslib_1.__exportStar(__nccwpck_require__(5961), exports); /***/ }), -/***/ 6906: +/***/ 5961: /***/ ((__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__(4093); -const constants_1 = __nccwpck_require__(7492); +const protocol_http_1 = __nccwpck_require__(8680); +const constants_1 = __nccwpck_require__(1563); const userAgentMiddleware = (options) => (next, context) => async (args) => { var _a, _b; const { request } = args; @@ -21395,31 +21395,31 @@ exports.getUserAgentPlugin = getUserAgentPlugin; /***/ }), -/***/ 3463: +/***/ 9508: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.loadConfig = void 0; -const property_provider_1 = __nccwpck_require__(2780); -const fromEnv_1 = __nccwpck_require__(2194); -const fromSharedConfigFiles_1 = __nccwpck_require__(6); -const fromStatic_1 = __nccwpck_require__(5269); +const property_provider_1 = __nccwpck_require__(2960); +const fromEnv_1 = __nccwpck_require__(2634); +const fromSharedConfigFiles_1 = __nccwpck_require__(1077); +const fromStatic_1 = __nccwpck_require__(3544); 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; /***/ }), -/***/ 2194: +/***/ 2634: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromEnv = void 0; -const property_provider_1 = __nccwpck_require__(2780); +const property_provider_1 = __nccwpck_require__(2960); const fromEnv = (envVarSelector) => async () => { try { const config = envVarSelector(process.env); @@ -21437,15 +21437,15 @@ exports.fromEnv = fromEnv; /***/ }), -/***/ 6: +/***/ 1077: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromSharedConfigFiles = void 0; -const property_provider_1 = __nccwpck_require__(2780); -const shared_ini_file_loader_1 = __nccwpck_require__(129); +const property_provider_1 = __nccwpck_require__(2960); +const shared_ini_file_loader_1 = __nccwpck_require__(5384); 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); @@ -21471,14 +21471,14 @@ exports.fromSharedConfigFiles = fromSharedConfigFiles; /***/ }), -/***/ 5269: +/***/ 3544: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.fromStatic = void 0; -const property_provider_1 = __nccwpck_require__(2780); +const property_provider_1 = __nccwpck_require__(2960); const isFunction = (func) => typeof func === "function"; const fromStatic = (defaultValue) => isFunction(defaultValue) ? async () => await defaultValue() : (0, property_provider_1.fromStatic)(defaultValue); exports.fromStatic = fromStatic; @@ -21486,19 +21486,19 @@ exports.fromStatic = fromStatic; /***/ }), -/***/ 7160: +/***/ 1293: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(3463), exports); +tslib_1.__exportStar(__nccwpck_require__(9508), exports); /***/ }), -/***/ 4719: +/***/ 9799: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21510,7 +21510,7 @@ exports.NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "EPIPE", "ETIMEDOUT"]; /***/ }), -/***/ 5210: +/***/ 3559: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21530,36 +21530,36 @@ exports.getTransformedHeaders = getTransformedHeaders; /***/ }), -/***/ 9623: +/***/ 3392: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(998), exports); -tslib_1.__exportStar(__nccwpck_require__(8202), exports); -tslib_1.__exportStar(__nccwpck_require__(6987), exports); +tslib_1.__exportStar(__nccwpck_require__(6894), exports); +tslib_1.__exportStar(__nccwpck_require__(1438), exports); +tslib_1.__exportStar(__nccwpck_require__(4439), exports); /***/ }), -/***/ 998: +/***/ 6894: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NodeHttpHandler = void 0; -const protocol_http_1 = __nccwpck_require__(4093); -const querystring_builder_1 = __nccwpck_require__(807); +const protocol_http_1 = __nccwpck_require__(8680); +const querystring_builder_1 = __nccwpck_require__(2157); const http_1 = __nccwpck_require__(3685); const https_1 = __nccwpck_require__(5687); -const constants_1 = __nccwpck_require__(4719); -const get_transformed_headers_1 = __nccwpck_require__(5210); -const set_connection_timeout_1 = __nccwpck_require__(8675); -const set_socket_timeout_1 = __nccwpck_require__(1486); -const write_request_body_1 = __nccwpck_require__(4169); +const constants_1 = __nccwpck_require__(9799); +const get_transformed_headers_1 = __nccwpck_require__(3559); +const set_connection_timeout_1 = __nccwpck_require__(5635); +const set_socket_timeout_1 = __nccwpck_require__(6); +const write_request_body_1 = __nccwpck_require__(8938); class NodeHttpHandler { constructor(options) { this.metadata = { handlerProtocol: "http/1.1" }; @@ -21652,18 +21652,18 @@ exports.NodeHttpHandler = NodeHttpHandler; /***/ }), -/***/ 8202: +/***/ 1438: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.NodeHttp2Handler = void 0; -const protocol_http_1 = __nccwpck_require__(4093); -const querystring_builder_1 = __nccwpck_require__(807); +const protocol_http_1 = __nccwpck_require__(8680); +const querystring_builder_1 = __nccwpck_require__(2157); const http2_1 = __nccwpck_require__(5158); -const get_transformed_headers_1 = __nccwpck_require__(5210); -const write_request_body_1 = __nccwpck_require__(4169); +const get_transformed_headers_1 = __nccwpck_require__(3559); +const write_request_body_1 = __nccwpck_require__(8938); class NodeHttp2Handler { constructor(options) { this.metadata = { handlerProtocol: "h2" }; @@ -21807,7 +21807,7 @@ exports.NodeHttp2Handler = NodeHttp2Handler; /***/ }), -/***/ 8675: +/***/ 5635: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21837,7 +21837,7 @@ exports.setConnectionTimeout = setConnectionTimeout; /***/ }), -/***/ 1486: +/***/ 6: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21855,7 +21855,7 @@ exports.setSocketTimeout = setSocketTimeout; /***/ }), -/***/ 5745: +/***/ 676: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -21878,14 +21878,14 @@ exports.Collector = Collector; /***/ }), -/***/ 6987: +/***/ 4439: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.streamCollector = void 0; -const collector_1 = __nccwpck_require__(5745); +const collector_1 = __nccwpck_require__(676); const streamCollector = (stream) => new Promise((resolve, reject) => { const collector = new collector_1.Collector(); stream.pipe(collector); @@ -21904,7 +21904,7 @@ exports.streamCollector = streamCollector; /***/ }), -/***/ 4169: +/***/ 8938: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -21939,14 +21939,14 @@ function writeBody(httpRequest, body) { /***/ }), -/***/ 7011: +/***/ 813: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.CredentialsProviderError = void 0; -const ProviderError_1 = __nccwpck_require__(7989); +const ProviderError_1 = __nccwpck_require__(4426); class CredentialsProviderError extends ProviderError_1.ProviderError { constructor(message, tryNextLink = true) { super(message, tryNextLink); @@ -21960,7 +21960,7 @@ exports.CredentialsProviderError = CredentialsProviderError; /***/ }), -/***/ 7989: +/***/ 4426: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -21983,14 +21983,14 @@ exports.ProviderError = ProviderError; /***/ }), -/***/ 2756: +/***/ 3155: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.TokenProviderError = void 0; -const ProviderError_1 = __nccwpck_require__(7989); +const ProviderError_1 = __nccwpck_require__(4426); class TokenProviderError extends ProviderError_1.ProviderError { constructor(message, tryNextLink = true) { super(message, tryNextLink); @@ -22004,14 +22004,14 @@ exports.TokenProviderError = TokenProviderError; /***/ }), -/***/ 3937: +/***/ 4280: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.chain = void 0; -const ProviderError_1 = __nccwpck_require__(7989); +const ProviderError_1 = __nccwpck_require__(4426); function chain(...providers) { return () => { let promise = Promise.reject(new ProviderError_1.ProviderError("No providers in chain")); @@ -22031,7 +22031,7 @@ exports.chain = chain; /***/ }), -/***/ 5266: +/***/ 6214: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22044,24 +22044,24 @@ exports.fromStatic = fromStatic; /***/ }), -/***/ 2780: +/***/ 2960: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(7011), exports); -tslib_1.__exportStar(__nccwpck_require__(7989), exports); -tslib_1.__exportStar(__nccwpck_require__(2756), exports); -tslib_1.__exportStar(__nccwpck_require__(3937), exports); -tslib_1.__exportStar(__nccwpck_require__(5266), exports); -tslib_1.__exportStar(__nccwpck_require__(17), exports); +tslib_1.__exportStar(__nccwpck_require__(813), exports); +tslib_1.__exportStar(__nccwpck_require__(4426), exports); +tslib_1.__exportStar(__nccwpck_require__(3155), exports); +tslib_1.__exportStar(__nccwpck_require__(4280), exports); +tslib_1.__exportStar(__nccwpck_require__(6214), exports); +tslib_1.__exportStar(__nccwpck_require__(2851), exports); /***/ }), -/***/ 17: +/***/ 2851: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22118,7 +22118,7 @@ exports.memoize = memoize; /***/ }), -/***/ 6275: +/***/ 821: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22128,7 +22128,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 6045: +/***/ 70: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22185,7 +22185,7 @@ function cloneQuery(query) { /***/ }), -/***/ 3666: +/***/ 1346: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22210,22 +22210,22 @@ exports.HttpResponse = HttpResponse; /***/ }), -/***/ 4093: +/***/ 8680: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(6275), exports); -tslib_1.__exportStar(__nccwpck_require__(6045), exports); -tslib_1.__exportStar(__nccwpck_require__(3666), exports); -tslib_1.__exportStar(__nccwpck_require__(3729), exports); +tslib_1.__exportStar(__nccwpck_require__(821), exports); +tslib_1.__exportStar(__nccwpck_require__(70), exports); +tslib_1.__exportStar(__nccwpck_require__(1346), exports); +tslib_1.__exportStar(__nccwpck_require__(6481), exports); /***/ }), -/***/ 3729: +/***/ 6481: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22241,14 +22241,14 @@ exports.isValidHostname = isValidHostname; /***/ }), -/***/ 807: +/***/ 2157: /***/ ((__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__(8045); +const util_uri_escape_1 = __nccwpck_require__(5587); function buildQueryString(query) { const parts = []; for (let key of Object.keys(query).sort()) { @@ -22274,7 +22274,7 @@ exports.buildQueryString = buildQueryString; /***/ }), -/***/ 2450: +/***/ 7560: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22309,13 +22309,13 @@ exports.parseQueryString = parseQueryString; /***/ }), -/***/ 6406: +/***/ 5082: /***/ ((__unused_webpack_module, exports) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); -exports.TRANSIENT_ERROR_STATUS_CODES = exports.TRANSIENT_ERROR_CODES = exports.THROTTLING_ERROR_CODES = exports.CLOCK_SKEW_ERROR_CODES = void 0; +exports.NODEJS_TIMEOUT_ERROR_CODES = exports.TRANSIENT_ERROR_STATUS_CODES = exports.TRANSIENT_ERROR_CODES = exports.THROTTLING_ERROR_CODES = exports.CLOCK_SKEW_ERROR_CODES = void 0; exports.CLOCK_SKEW_ERROR_CODES = [ "AuthFailure", "InvalidSignatureException", @@ -22342,18 +22342,19 @@ exports.THROTTLING_ERROR_CODES = [ ]; exports.TRANSIENT_ERROR_CODES = ["AbortError", "TimeoutError", "RequestTimeout", "RequestTimeoutException"]; exports.TRANSIENT_ERROR_STATUS_CODES = [500, 502, 503, 504]; +exports.NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "EPIPE", "ETIMEDOUT"]; /***/ }), -/***/ 5333: +/***/ 5987: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.isTransientError = exports.isThrottlingError = exports.isClockSkewError = exports.isRetryableByTrait = void 0; -const constants_1 = __nccwpck_require__(6406); +const constants_1 = __nccwpck_require__(5082); const isRetryableByTrait = (error) => error.$retryable !== undefined; exports.isRetryableByTrait = isRetryableByTrait; const isClockSkewError = (error) => constants_1.CLOCK_SKEW_ERROR_CODES.includes(error.name); @@ -22368,6 +22369,7 @@ exports.isThrottlingError = isThrottlingError; const isTransientError = (error) => { var _a; return constants_1.TRANSIENT_ERROR_CODES.includes(error.name) || + constants_1.NODEJS_TIMEOUT_ERROR_CODES.includes((error === null || error === void 0 ? void 0 : error.code) || "") || constants_1.TRANSIENT_ERROR_STATUS_CODES.includes(((_a = error.$metadata) === null || _a === void 0 ? void 0 : _a.httpStatusCode) || 0); }; exports.isTransientError = isTransientError; @@ -22375,7 +22377,7 @@ exports.isTransientError = isTransientError; /***/ }), -/***/ 663: +/***/ 194: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -22383,7 +22385,7 @@ exports.isTransientError = isTransientError; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getConfigFilepath = exports.ENV_CONFIG_PATH = void 0; const path_1 = __nccwpck_require__(1017); -const getHomeDir_1 = __nccwpck_require__(1791); +const getHomeDir_1 = __nccwpck_require__(5749); 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; @@ -22391,7 +22393,7 @@ exports.getConfigFilepath = getConfigFilepath; /***/ }), -/***/ 5988: +/***/ 435: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -22399,7 +22401,7 @@ exports.getConfigFilepath = getConfigFilepath; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getCredentialsFilepath = exports.ENV_CREDENTIALS_PATH = void 0; const path_1 = __nccwpck_require__(1017); -const getHomeDir_1 = __nccwpck_require__(1791); +const getHomeDir_1 = __nccwpck_require__(5749); 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; @@ -22407,7 +22409,7 @@ exports.getCredentialsFilepath = getCredentialsFilepath; /***/ }), -/***/ 1791: +/***/ 5749: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -22431,7 +22433,7 @@ exports.getHomeDir = getHomeDir; /***/ }), -/***/ 5918: +/***/ 7806: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22449,7 +22451,7 @@ exports.getProfileData = getProfileData; /***/ }), -/***/ 4658: +/***/ 1091: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22464,7 +22466,7 @@ exports.getProfileName = getProfileName; /***/ }), -/***/ 9272: +/***/ 7534: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -22473,7 +22475,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getSSOTokenFilepath = void 0; const crypto_1 = __nccwpck_require__(6113); const path_1 = __nccwpck_require__(1017); -const getHomeDir_1 = __nccwpck_require__(1791); +const getHomeDir_1 = __nccwpck_require__(5749); const getSSOTokenFilepath = (ssoStartUrl) => { const hasher = (0, crypto_1.createHash)("sha1"); const cacheName = hasher.update(ssoStartUrl).digest("hex"); @@ -22484,7 +22486,7 @@ exports.getSSOTokenFilepath = getSSOTokenFilepath; /***/ }), -/***/ 7479: +/***/ 5923: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -22492,7 +22494,7 @@ exports.getSSOTokenFilepath = getSSOTokenFilepath; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getSSOTokenFromFile = void 0; const fs_1 = __nccwpck_require__(7147); -const getSSOTokenFilepath_1 = __nccwpck_require__(9272); +const getSSOTokenFilepath_1 = __nccwpck_require__(7534); const { readFile } = fs_1.promises; const getSSOTokenFromFile = async (ssoStartUrl) => { const ssoTokenFilepath = (0, getSSOTokenFilepath_1.getSSOTokenFilepath)(ssoStartUrl); @@ -22504,7 +22506,7 @@ exports.getSSOTokenFromFile = getSSOTokenFromFile; /***/ }), -/***/ 9138: +/***/ 5159: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22520,37 +22522,37 @@ exports.getSsoSessionData = getSsoSessionData; /***/ }), -/***/ 129: +/***/ 5384: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(1791), exports); -tslib_1.__exportStar(__nccwpck_require__(4658), exports); -tslib_1.__exportStar(__nccwpck_require__(9272), exports); -tslib_1.__exportStar(__nccwpck_require__(7479), exports); -tslib_1.__exportStar(__nccwpck_require__(5879), exports); -tslib_1.__exportStar(__nccwpck_require__(7190), exports); -tslib_1.__exportStar(__nccwpck_require__(4481), exports); -tslib_1.__exportStar(__nccwpck_require__(934), exports); +tslib_1.__exportStar(__nccwpck_require__(5749), exports); +tslib_1.__exportStar(__nccwpck_require__(1091), exports); +tslib_1.__exportStar(__nccwpck_require__(7534), exports); +tslib_1.__exportStar(__nccwpck_require__(5923), exports); +tslib_1.__exportStar(__nccwpck_require__(6821), exports); +tslib_1.__exportStar(__nccwpck_require__(4752), exports); +tslib_1.__exportStar(__nccwpck_require__(1821), exports); +tslib_1.__exportStar(__nccwpck_require__(9099), exports); /***/ }), -/***/ 5879: +/***/ 6821: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.loadSharedConfigFiles = void 0; -const getConfigFilepath_1 = __nccwpck_require__(663); -const getCredentialsFilepath_1 = __nccwpck_require__(5988); -const getProfileData_1 = __nccwpck_require__(5918); -const parseIni_1 = __nccwpck_require__(6595); -const slurpFile_1 = __nccwpck_require__(6626); +const getConfigFilepath_1 = __nccwpck_require__(194); +const getCredentialsFilepath_1 = __nccwpck_require__(435); +const getProfileData_1 = __nccwpck_require__(7806); +const parseIni_1 = __nccwpck_require__(4494); +const slurpFile_1 = __nccwpck_require__(8758); const swallowError = () => ({}); const loadSharedConfigFiles = async (init = {}) => { const { filepath = (0, getCredentialsFilepath_1.getCredentialsFilepath)(), configFilepath = (0, getConfigFilepath_1.getConfigFilepath)() } = init; @@ -22568,17 +22570,17 @@ exports.loadSharedConfigFiles = loadSharedConfigFiles; /***/ }), -/***/ 7190: +/***/ 4752: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.loadSsoSessionData = void 0; -const getConfigFilepath_1 = __nccwpck_require__(663); -const getSsoSessionData_1 = __nccwpck_require__(9138); -const parseIni_1 = __nccwpck_require__(6595); -const slurpFile_1 = __nccwpck_require__(6626); +const getConfigFilepath_1 = __nccwpck_require__(194); +const getSsoSessionData_1 = __nccwpck_require__(5159); +const parseIni_1 = __nccwpck_require__(4494); +const slurpFile_1 = __nccwpck_require__(8758); const swallowError = () => ({}); const loadSsoSessionData = async (init = {}) => { var _a; @@ -22592,7 +22594,7 @@ exports.loadSsoSessionData = loadSsoSessionData; /***/ }), -/***/ 6595: +/***/ 4494: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22634,14 +22636,14 @@ exports.parseIni = parseIni; /***/ }), -/***/ 4481: +/***/ 1821: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.parseKnownFiles = void 0; -const loadSharedConfigFiles_1 = __nccwpck_require__(5879); +const loadSharedConfigFiles_1 = __nccwpck_require__(6821); const parseKnownFiles = async (init) => { const parsedFiles = await (0, loadSharedConfigFiles_1.loadSharedConfigFiles)(init); return { @@ -22654,7 +22656,7 @@ exports.parseKnownFiles = parseKnownFiles; /***/ }), -/***/ 6626: +/***/ 8758: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -22675,7 +22677,7 @@ exports.slurpFile = slurpFile; /***/ }), -/***/ 934: +/***/ 9099: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22685,24 +22687,24 @@ Object.defineProperty(exports, "__esModule", ({ value: true })); /***/ }), -/***/ 3366: +/***/ 1813: /***/ ((__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__(1906); -const util_middleware_1 = __nccwpck_require__(5313); -const constants_1 = __nccwpck_require__(4135); -const credentialDerivation_1 = __nccwpck_require__(1977); -const getCanonicalHeaders_1 = __nccwpck_require__(9791); -const getCanonicalQuery_1 = __nccwpck_require__(2311); -const getPayloadHash_1 = __nccwpck_require__(5707); -const headerUtil_1 = __nccwpck_require__(2725); -const moveHeadersToQuery_1 = __nccwpck_require__(3695); -const prepareRequest_1 = __nccwpck_require__(5394); -const utilDate_1 = __nccwpck_require__(1286); +const util_hex_encoding_1 = __nccwpck_require__(5901); +const util_middleware_1 = __nccwpck_require__(8771); +const constants_1 = __nccwpck_require__(3066); +const credentialDerivation_1 = __nccwpck_require__(9515); +const getCanonicalHeaders_1 = __nccwpck_require__(5133); +const getCanonicalQuery_1 = __nccwpck_require__(3686); +const getPayloadHash_1 = __nccwpck_require__(2741); +const headerUtil_1 = __nccwpck_require__(6007); +const moveHeadersToQuery_1 = __nccwpck_require__(2854); +const prepareRequest_1 = __nccwpck_require__(7588); +const utilDate_1 = __nccwpck_require__(5428); class SignatureV4 { constructor({ applyChecksum, credentials, region, service, sha256, uriEscapePath = true, }) { this.service = service; @@ -22867,7 +22869,7 @@ const getCanonicalHeaderList = (headers) => Object.keys(headers).sort().join(";" /***/ }), -/***/ 9555: +/***/ 8498: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22892,7 +22894,7 @@ exports.cloneQuery = cloneQuery; /***/ }), -/***/ 4135: +/***/ 3066: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -22946,15 +22948,15 @@ exports.MAX_PRESIGNED_TTL = 60 * 60 * 24 * 7; /***/ }), -/***/ 1977: +/***/ 9515: /***/ ((__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__(1906); -const constants_1 = __nccwpck_require__(4135); +const util_hex_encoding_1 = __nccwpck_require__(5901); +const constants_1 = __nccwpck_require__(3066); const signingKeyCache = {}; const cacheQueue = []; const createScope = (shortDate, region, service) => `${shortDate}/${region}/${service}/${constants_1.KEY_TYPE_IDENTIFIER}`; @@ -22992,14 +22994,14 @@ const hmac = (ctor, secret, data) => { /***/ }), -/***/ 9791: +/***/ 5133: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.getCanonicalHeaders = void 0; -const constants_1 = __nccwpck_require__(4135); +const constants_1 = __nccwpck_require__(3066); const getCanonicalHeaders = ({ headers }, unsignableHeaders, signableHeaders) => { const canonical = {}; for (const headerName of Object.keys(headers).sort()) { @@ -23024,15 +23026,15 @@ exports.getCanonicalHeaders = getCanonicalHeaders; /***/ }), -/***/ 2311: +/***/ 3686: /***/ ((__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__(8045); -const constants_1 = __nccwpck_require__(4135); +const util_uri_escape_1 = __nccwpck_require__(5587); +const constants_1 = __nccwpck_require__(3066); const getCanonicalQuery = ({ query = {} }) => { const keys = []; const serialized = {}; @@ -23063,16 +23065,16 @@ exports.getCanonicalQuery = getCanonicalQuery; /***/ }), -/***/ 5707: +/***/ 2741: /***/ ((__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__(382); -const util_hex_encoding_1 = __nccwpck_require__(1906); -const constants_1 = __nccwpck_require__(4135); +const is_array_buffer_1 = __nccwpck_require__(9631); +const util_hex_encoding_1 = __nccwpck_require__(5901); +const constants_1 = __nccwpck_require__(3066); const getPayloadHash = async ({ headers, body }, hashConstructor) => { for (const headerName of Object.keys(headers)) { if (headerName.toLowerCase() === constants_1.SHA256_HEADER) { @@ -23094,7 +23096,7 @@ exports.getPayloadHash = getPayloadHash; /***/ }), -/***/ 2725: +/***/ 6007: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23134,7 +23136,7 @@ exports.deleteHeader = deleteHeader; /***/ }), -/***/ 3799: +/***/ 2870: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -23142,30 +23144,30 @@ exports.deleteHeader = deleteHeader; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareRequest = exports.moveHeadersToQuery = exports.getPayloadHash = exports.getCanonicalQuery = exports.getCanonicalHeaders = void 0; const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(3366), exports); -var getCanonicalHeaders_1 = __nccwpck_require__(9791); +tslib_1.__exportStar(__nccwpck_require__(1813), exports); +var getCanonicalHeaders_1 = __nccwpck_require__(5133); Object.defineProperty(exports, "getCanonicalHeaders", ({ enumerable: true, get: function () { return getCanonicalHeaders_1.getCanonicalHeaders; } })); -var getCanonicalQuery_1 = __nccwpck_require__(2311); +var getCanonicalQuery_1 = __nccwpck_require__(3686); Object.defineProperty(exports, "getCanonicalQuery", ({ enumerable: true, get: function () { return getCanonicalQuery_1.getCanonicalQuery; } })); -var getPayloadHash_1 = __nccwpck_require__(5707); +var getPayloadHash_1 = __nccwpck_require__(2741); Object.defineProperty(exports, "getPayloadHash", ({ enumerable: true, get: function () { return getPayloadHash_1.getPayloadHash; } })); -var moveHeadersToQuery_1 = __nccwpck_require__(3695); +var moveHeadersToQuery_1 = __nccwpck_require__(2854); Object.defineProperty(exports, "moveHeadersToQuery", ({ enumerable: true, get: function () { return moveHeadersToQuery_1.moveHeadersToQuery; } })); -var prepareRequest_1 = __nccwpck_require__(5394); +var prepareRequest_1 = __nccwpck_require__(7588); Object.defineProperty(exports, "prepareRequest", ({ enumerable: true, get: function () { return prepareRequest_1.prepareRequest; } })); -tslib_1.__exportStar(__nccwpck_require__(1977), exports); +tslib_1.__exportStar(__nccwpck_require__(9515), exports); /***/ }), -/***/ 3695: +/***/ 2854: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.moveHeadersToQuery = void 0; -const cloneRequest_1 = __nccwpck_require__(9555); +const cloneRequest_1 = __nccwpck_require__(8498); const moveHeadersToQuery = (request, options = {}) => { var _a; const { headers, query = {} } = typeof request.clone === "function" ? request.clone() : (0, cloneRequest_1.cloneRequest)(request); @@ -23187,15 +23189,15 @@ exports.moveHeadersToQuery = moveHeadersToQuery; /***/ }), -/***/ 5394: +/***/ 7588: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.prepareRequest = void 0; -const cloneRequest_1 = __nccwpck_require__(9555); -const constants_1 = __nccwpck_require__(4135); +const cloneRequest_1 = __nccwpck_require__(8498); +const constants_1 = __nccwpck_require__(3066); const prepareRequest = (request) => { request = typeof request.clone === "function" ? request.clone() : (0, cloneRequest_1.cloneRequest)(request); for (const headerName of Object.keys(request.headers)) { @@ -23210,7 +23212,7 @@ exports.prepareRequest = prepareRequest; /***/ }), -/***/ 1286: +/***/ 5428: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23238,14 +23240,14 @@ exports.toDate = toDate; /***/ }), -/***/ 1761: +/***/ 9313: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Client = void 0; -const middleware_stack_1 = __nccwpck_require__(3256); +const middleware_stack_1 = __nccwpck_require__(9878); class Client { constructor(config) { this.middlewareStack = (0, middleware_stack_1.constructStack)(); @@ -23274,14 +23276,14 @@ exports.Client = Client; /***/ }), -/***/ 9077: +/***/ 8406: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.Command = void 0; -const middleware_stack_1 = __nccwpck_require__(3256); +const middleware_stack_1 = __nccwpck_require__(9878); class Command { constructor() { this.middlewareStack = (0, middleware_stack_1.constructStack)(); @@ -23292,7 +23294,7 @@ exports.Command = Command; /***/ }), -/***/ 3627: +/***/ 6002: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23304,14 +23306,14 @@ exports.SENSITIVE_STRING = "***SensitiveInformation***"; /***/ }), -/***/ 5217: +/***/ 57: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.parseEpochTimestamp = exports.parseRfc7231DateTime = exports.parseRfc3339DateTime = exports.dateToUtcString = void 0; -const parse_utils_1 = __nccwpck_require__(7247); +const parse_utils_1 = __nccwpck_require__(3301); 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) { @@ -23468,14 +23470,14 @@ const stripLeadingZeroes = (value) => { /***/ }), -/***/ 5565: +/***/ 415: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.throwDefaultError = void 0; -const exceptions_1 = __nccwpck_require__(1101); +const exceptions_1 = __nccwpck_require__(7666); const throwDefaultError = ({ output, parsedBody, exceptionCtor, errorCode }) => { const $metadata = deserializeMetadata(output); const statusCode = $metadata.httpStatusCode ? $metadata.httpStatusCode + "" : undefined; @@ -23500,7 +23502,7 @@ const deserializeMetadata = (output) => { /***/ }), -/***/ 3133: +/***/ 1373: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23538,7 +23540,7 @@ exports.loadConfigsForDefaultMode = loadConfigsForDefaultMode; /***/ }), -/***/ 7863: +/***/ 8859: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23561,7 +23563,7 @@ exports.emitWarningIfUnsupportedVersion = emitWarningIfUnsupportedVersion; /***/ }), -/***/ 1101: +/***/ 7666: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23596,7 +23598,7 @@ exports.decorateServiceException = decorateServiceException; /***/ }), -/***/ 1673: +/***/ 6119: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23613,7 +23615,7 @@ exports.extendedEncodeURIComponent = extendedEncodeURIComponent; /***/ }), -/***/ 626: +/***/ 4632: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23626,7 +23628,7 @@ exports.getArrayIfSingleItem = getArrayIfSingleItem; /***/ }), -/***/ 920: +/***/ 106: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23650,35 +23652,35 @@ exports.getValueFromTextNode = getValueFromTextNode; /***/ }), -/***/ 3118: +/***/ 5213: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(1761), exports); -tslib_1.__exportStar(__nccwpck_require__(9077), exports); -tslib_1.__exportStar(__nccwpck_require__(3627), exports); -tslib_1.__exportStar(__nccwpck_require__(5217), exports); -tslib_1.__exportStar(__nccwpck_require__(5565), exports); -tslib_1.__exportStar(__nccwpck_require__(3133), exports); -tslib_1.__exportStar(__nccwpck_require__(7863), exports); -tslib_1.__exportStar(__nccwpck_require__(1101), exports); -tslib_1.__exportStar(__nccwpck_require__(1673), exports); -tslib_1.__exportStar(__nccwpck_require__(626), exports); -tslib_1.__exportStar(__nccwpck_require__(920), exports); -tslib_1.__exportStar(__nccwpck_require__(2227), exports); -tslib_1.__exportStar(__nccwpck_require__(1428), exports); -tslib_1.__exportStar(__nccwpck_require__(7247), exports); -tslib_1.__exportStar(__nccwpck_require__(9950), exports); -tslib_1.__exportStar(__nccwpck_require__(828), exports); -tslib_1.__exportStar(__nccwpck_require__(7230), exports); - - -/***/ }), - -/***/ 2227: +tslib_1.__exportStar(__nccwpck_require__(9313), exports); +tslib_1.__exportStar(__nccwpck_require__(8406), exports); +tslib_1.__exportStar(__nccwpck_require__(6002), exports); +tslib_1.__exportStar(__nccwpck_require__(57), exports); +tslib_1.__exportStar(__nccwpck_require__(415), exports); +tslib_1.__exportStar(__nccwpck_require__(1373), exports); +tslib_1.__exportStar(__nccwpck_require__(8859), exports); +tslib_1.__exportStar(__nccwpck_require__(7666), exports); +tslib_1.__exportStar(__nccwpck_require__(6119), exports); +tslib_1.__exportStar(__nccwpck_require__(4632), exports); +tslib_1.__exportStar(__nccwpck_require__(106), exports); +tslib_1.__exportStar(__nccwpck_require__(5043), exports); +tslib_1.__exportStar(__nccwpck_require__(8798), exports); +tslib_1.__exportStar(__nccwpck_require__(3301), exports); +tslib_1.__exportStar(__nccwpck_require__(2292), exports); +tslib_1.__exportStar(__nccwpck_require__(6999), exports); +tslib_1.__exportStar(__nccwpck_require__(6585), exports); + + +/***/ }), + +/***/ 5043: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23724,7 +23726,7 @@ exports.LazyJsonString = LazyJsonString; /***/ }), -/***/ 1428: +/***/ 8798: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -23806,7 +23808,7 @@ const mapWithFilter = (target, filter, instructions) => { /***/ }), -/***/ 7247: +/***/ 3301: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24067,14 +24069,14 @@ exports.logger = { /***/ }), -/***/ 9950: +/***/ 2292: /***/ ((__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__(1673); +const extended_encode_uri_component_1 = __nccwpck_require__(6119); const resolvedPath = (resolvedPath, input, memberName, labelValueProvider, uriLabel, isGreedyLabel) => { if (input != null && input[memberName] !== undefined) { const labelValue = labelValueProvider(); @@ -24098,7 +24100,7 @@ exports.resolvedPath = resolvedPath; /***/ }), -/***/ 828: +/***/ 6999: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24123,7 +24125,7 @@ exports.serializeFloat = serializeFloat; /***/ }), -/***/ 7230: +/***/ 6585: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24162,14 +24164,14 @@ exports.splitEvery = splitEvery; /***/ }), -/***/ 9108: +/***/ 2966: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.parseUrl = void 0; -const querystring_parser_1 = __nccwpck_require__(2450); +const querystring_parser_1 = __nccwpck_require__(7560); const parseUrl = (url) => { if (typeof url === 'string') { return (0, exports.parseUrl)(new URL(url)); @@ -24192,14 +24194,14 @@ exports.parseUrl = parseUrl; /***/ }), -/***/ 7572: +/***/ 8470: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toBase64 = exports.fromBase64 = void 0; -const util_buffer_from_1 = __nccwpck_require__(3160); +const util_buffer_from_1 = __nccwpck_require__(8534); const BASE64_REGEX = /^[A-Za-z0-9+/]*={0,2}$/; function fromBase64(input) { if ((input.length * 3) % 4 !== 0) { @@ -24220,7 +24222,7 @@ exports.toBase64 = toBase64; /***/ }), -/***/ 6200: +/***/ 4577: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -24254,26 +24256,26 @@ exports.calculateBodyLength = calculateBodyLength; /***/ }), -/***/ 5303: +/***/ 1088: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(6200), exports); +tslib_1.__exportStar(__nccwpck_require__(4577), exports); /***/ }), -/***/ 3160: +/***/ 8534: /***/ ((__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__(382); +const is_array_buffer_1 = __nccwpck_require__(9631); const buffer_1 = __nccwpck_require__(4300); const fromArrayBuffer = (input, offset = 0, length = input.byteLength - offset) => { if (!(0, is_array_buffer_1.isArrayBuffer)(input)) { @@ -24293,7 +24295,7 @@ exports.fromString = fromString; /***/ }), -/***/ 4113: +/***/ 8787: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24319,19 +24321,19 @@ exports.booleanSelector = booleanSelector; /***/ }), -/***/ 5543: +/***/ 1826: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(4113), exports); +tslib_1.__exportStar(__nccwpck_require__(8787), exports); /***/ }), -/***/ 4815: +/***/ 5360: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24348,7 +24350,7 @@ exports.IMDS_REGION_PATH = "/latest/meta-data/placement/region"; /***/ }), -/***/ 628: +/***/ 3303: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24370,31 +24372,31 @@ exports.NODE_DEFAULTS_MODE_CONFIG_OPTIONS = { /***/ }), -/***/ 5403: +/***/ 4788: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(5495), exports); +tslib_1.__exportStar(__nccwpck_require__(7158), exports); /***/ }), -/***/ 5495: +/***/ 7158: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.resolveDefaultsModeConfig = void 0; -const config_resolver_1 = __nccwpck_require__(6210); -const credential_provider_imds_1 = __nccwpck_require__(2861); -const node_config_provider_1 = __nccwpck_require__(7160); -const property_provider_1 = __nccwpck_require__(2780); -const constants_1 = __nccwpck_require__(4815); -const defaultsModeConfig_1 = __nccwpck_require__(628); +const config_resolver_1 = __nccwpck_require__(9794); +const credential_provider_imds_1 = __nccwpck_require__(8892); +const node_config_provider_1 = __nccwpck_require__(1293); +const property_provider_1 = __nccwpck_require__(2960); +const constants_1 = __nccwpck_require__(5360); +const defaultsModeConfig_1 = __nccwpck_require__(3303); 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()) { @@ -24447,7 +24449,7 @@ const inferPhysicalRegion = async () => { /***/ }), -/***/ 1906: +/***/ 5901: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24493,19 +24495,19 @@ exports.toHex = toHex; /***/ }), -/***/ 5313: +/***/ 8771: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(7329), exports); +tslib_1.__exportStar(__nccwpck_require__(2237), exports); /***/ }), -/***/ 7329: +/***/ 2237: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24523,21 +24525,21 @@ exports.normalizeProvider = normalizeProvider; /***/ }), -/***/ 7167: +/***/ 5385: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.escapeUriPath = void 0; -const escape_uri_1 = __nccwpck_require__(5092); +const escape_uri_1 = __nccwpck_require__(8579); const escapeUriPath = (uri) => uri.split("/").map(escape_uri_1.escapeUri).join("/"); exports.escapeUriPath = escapeUriPath; /***/ }), -/***/ 5092: +/***/ 8579: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24551,30 +24553,30 @@ const hexEncode = (c) => `%${c.charCodeAt(0).toString(16).toUpperCase()}`; /***/ }), -/***/ 8045: +/***/ 5587: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(5092), exports); -tslib_1.__exportStar(__nccwpck_require__(7167), exports); +tslib_1.__exportStar(__nccwpck_require__(8579), exports); +tslib_1.__exportStar(__nccwpck_require__(5385), exports); /***/ }), -/***/ 2155: +/***/ 8016: /***/ ((__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__(7160); +const node_config_provider_1 = __nccwpck_require__(1293); const os_1 = __nccwpck_require__(2037); const process_1 = __nccwpck_require__(7282); -const is_crt_available_1 = __nccwpck_require__(5027); +const is_crt_available_1 = __nccwpck_require__(9696); 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 }) => { @@ -24613,7 +24615,7 @@ exports.defaultUserAgent = defaultUserAgent; /***/ }), -/***/ 5027: +/***/ 9696: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; @@ -24636,14 +24638,14 @@ exports.isCrtAvailable = isCrtAvailable; /***/ }), -/***/ 5348: +/***/ 2927: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.toUtf8 = exports.fromUtf8 = void 0; -const util_buffer_from_1 = __nccwpck_require__(3160); +const util_buffer_from_1 = __nccwpck_require__(8534); 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); @@ -24655,16 +24657,16 @@ exports.toUtf8 = toUtf8; /***/ }), -/***/ 873: +/***/ 4190: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.createWaiter = void 0; -const poller_1 = __nccwpck_require__(6231); -const utils_1 = __nccwpck_require__(7119); -const waiter_1 = __nccwpck_require__(9629); +const poller_1 = __nccwpck_require__(2481); +const utils_1 = __nccwpck_require__(7947); +const waiter_1 = __nccwpck_require__(5235); const abortTimeout = async (abortSignal) => { return new Promise((resolve) => { abortSignal.onabort = () => resolve({ state: waiter_1.WaiterState.ABORTED }); @@ -24690,28 +24692,28 @@ exports.createWaiter = createWaiter; /***/ }), -/***/ 8161: +/***/ 1260: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(873), exports); -tslib_1.__exportStar(__nccwpck_require__(9629), exports); +tslib_1.__exportStar(__nccwpck_require__(4190), exports); +tslib_1.__exportStar(__nccwpck_require__(5235), exports); /***/ }), -/***/ 6231: +/***/ 2481: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); exports.runPolling = void 0; -const sleep_1 = __nccwpck_require__(3157); -const waiter_1 = __nccwpck_require__(9629); +const sleep_1 = __nccwpck_require__(1032); +const waiter_1 = __nccwpck_require__(5235); const exponentialBackoffWithJitter = (minDelay, maxDelay, attemptCeiling, attempt) => { if (attempt > attemptCeiling) return maxDelay; @@ -24749,20 +24751,20 @@ exports.runPolling = runPolling; /***/ }), -/***/ 7119: +/***/ 7947: /***/ ((__unused_webpack_module, exports, __nccwpck_require__) => { "use strict"; Object.defineProperty(exports, "__esModule", ({ value: true })); const tslib_1 = __nccwpck_require__(1398); -tslib_1.__exportStar(__nccwpck_require__(3157), exports); -tslib_1.__exportStar(__nccwpck_require__(5474), exports); +tslib_1.__exportStar(__nccwpck_require__(1032), exports); +tslib_1.__exportStar(__nccwpck_require__(9257), exports); /***/ }), -/***/ 3157: +/***/ 1032: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24777,7 +24779,7 @@ exports.sleep = sleep; /***/ }), -/***/ 5474: +/***/ 9257: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -24806,7 +24808,7 @@ exports.validateWaiterOptions = validateWaiterOptions; /***/ }), -/***/ 9629: +/***/ 5235: /***/ ((__unused_webpack_module, exports) => { "use strict"; @@ -45294,27 +45296,27 @@ module.exports = require("util"); /***/ }), -/***/ 1049: +/***/ 6260: /***/ ((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.184.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"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"2.0.0","@aws-crypto/sha256-js":"2.0.0","@aws-sdk/client-sts":"3.183.0","@aws-sdk/config-resolver":"3.183.0","@aws-sdk/credential-provider-node":"3.183.0","@aws-sdk/fetch-http-handler":"3.183.0","@aws-sdk/hash-node":"3.183.0","@aws-sdk/invalid-dependency":"3.183.0","@aws-sdk/middleware-content-length":"3.183.0","@aws-sdk/middleware-host-header":"3.183.0","@aws-sdk/middleware-logger":"3.183.0","@aws-sdk/middleware-recursion-detection":"3.183.0","@aws-sdk/middleware-retry":"3.183.0","@aws-sdk/middleware-serde":"3.183.0","@aws-sdk/middleware-signing":"3.183.0","@aws-sdk/middleware-stack":"3.183.0","@aws-sdk/middleware-user-agent":"3.183.0","@aws-sdk/node-config-provider":"3.183.0","@aws-sdk/node-http-handler":"3.183.0","@aws-sdk/protocol-http":"3.183.0","@aws-sdk/smithy-client":"3.183.0","@aws-sdk/types":"3.183.0","@aws-sdk/url-parser":"3.183.0","@aws-sdk/util-base64-browser":"3.183.0","@aws-sdk/util-base64-node":"3.183.0","@aws-sdk/util-body-length-browser":"3.183.0","@aws-sdk/util-body-length-node":"3.183.0","@aws-sdk/util-defaults-mode-browser":"3.183.0","@aws-sdk/util-defaults-mode-node":"3.183.0","@aws-sdk/util-user-agent-browser":"3.183.0","@aws-sdk/util-user-agent-node":"3.183.0","@aws-sdk/util-utf8-browser":"3.183.0","@aws-sdk/util-utf8-node":"3.183.0","@aws-sdk/util-waiter":"3.183.0","tslib":"^2.3.1"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.183.0","@tsconfig/recommended":"1.0.1","@types/node":"^12.7.5","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.19.2","typescript":"~4.6.2"},"overrides":{"typedoc":{"typescript":"~4.6.2"}},"engines":{"node":">=12.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.186.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"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"2.0.0","@aws-crypto/sha256-js":"2.0.0","@aws-sdk/client-sts":"3.186.0","@aws-sdk/config-resolver":"3.186.0","@aws-sdk/credential-provider-node":"3.186.0","@aws-sdk/fetch-http-handler":"3.186.0","@aws-sdk/hash-node":"3.186.0","@aws-sdk/invalid-dependency":"3.186.0","@aws-sdk/middleware-content-length":"3.186.0","@aws-sdk/middleware-host-header":"3.186.0","@aws-sdk/middleware-logger":"3.186.0","@aws-sdk/middleware-recursion-detection":"3.186.0","@aws-sdk/middleware-retry":"3.186.0","@aws-sdk/middleware-serde":"3.186.0","@aws-sdk/middleware-signing":"3.186.0","@aws-sdk/middleware-stack":"3.186.0","@aws-sdk/middleware-user-agent":"3.186.0","@aws-sdk/node-config-provider":"3.186.0","@aws-sdk/node-http-handler":"3.186.0","@aws-sdk/protocol-http":"3.186.0","@aws-sdk/smithy-client":"3.186.0","@aws-sdk/types":"3.186.0","@aws-sdk/url-parser":"3.186.0","@aws-sdk/util-base64-browser":"3.186.0","@aws-sdk/util-base64-node":"3.186.0","@aws-sdk/util-body-length-browser":"3.186.0","@aws-sdk/util-body-length-node":"3.186.0","@aws-sdk/util-defaults-mode-browser":"3.186.0","@aws-sdk/util-defaults-mode-node":"3.186.0","@aws-sdk/util-user-agent-browser":"3.186.0","@aws-sdk/util-user-agent-node":"3.186.0","@aws-sdk/util-utf8-browser":"3.186.0","@aws-sdk/util-utf8-node":"3.186.0","@aws-sdk/util-waiter":"3.186.0","tslib":"^2.3.1"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.186.0","@tsconfig/recommended":"1.0.1","@types/node":"^12.7.5","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.19.2","typescript":"~4.6.2"},"overrides":{"typedoc":{"typescript":"~4.6.2"}},"engines":{"node":">=12.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"}}'); /***/ }), -/***/ 6664: +/***/ 5815: /***/ ((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.183.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"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"2.0.0","@aws-crypto/sha256-js":"2.0.0","@aws-sdk/config-resolver":"3.183.0","@aws-sdk/fetch-http-handler":"3.183.0","@aws-sdk/hash-node":"3.183.0","@aws-sdk/invalid-dependency":"3.183.0","@aws-sdk/middleware-content-length":"3.183.0","@aws-sdk/middleware-host-header":"3.183.0","@aws-sdk/middleware-logger":"3.183.0","@aws-sdk/middleware-recursion-detection":"3.183.0","@aws-sdk/middleware-retry":"3.183.0","@aws-sdk/middleware-serde":"3.183.0","@aws-sdk/middleware-stack":"3.183.0","@aws-sdk/middleware-user-agent":"3.183.0","@aws-sdk/node-config-provider":"3.183.0","@aws-sdk/node-http-handler":"3.183.0","@aws-sdk/protocol-http":"3.183.0","@aws-sdk/smithy-client":"3.183.0","@aws-sdk/types":"3.183.0","@aws-sdk/url-parser":"3.183.0","@aws-sdk/util-base64-browser":"3.183.0","@aws-sdk/util-base64-node":"3.183.0","@aws-sdk/util-body-length-browser":"3.183.0","@aws-sdk/util-body-length-node":"3.183.0","@aws-sdk/util-defaults-mode-browser":"3.183.0","@aws-sdk/util-defaults-mode-node":"3.183.0","@aws-sdk/util-user-agent-browser":"3.183.0","@aws-sdk/util-user-agent-node":"3.183.0","@aws-sdk/util-utf8-browser":"3.183.0","@aws-sdk/util-utf8-node":"3.183.0","tslib":"^2.3.1"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.183.0","@tsconfig/recommended":"1.0.1","@types/node":"^12.7.5","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.19.2","typescript":"~4.6.2"},"overrides":{"typedoc":{"typescript":"~4.6.2"}},"engines":{"node":">=12.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.186.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"},"main":"./dist-cjs/index.js","types":"./dist-types/index.d.ts","module":"./dist-es/index.js","sideEffects":false,"dependencies":{"@aws-crypto/sha256-browser":"2.0.0","@aws-crypto/sha256-js":"2.0.0","@aws-sdk/config-resolver":"3.186.0","@aws-sdk/fetch-http-handler":"3.186.0","@aws-sdk/hash-node":"3.186.0","@aws-sdk/invalid-dependency":"3.186.0","@aws-sdk/middleware-content-length":"3.186.0","@aws-sdk/middleware-host-header":"3.186.0","@aws-sdk/middleware-logger":"3.186.0","@aws-sdk/middleware-recursion-detection":"3.186.0","@aws-sdk/middleware-retry":"3.186.0","@aws-sdk/middleware-serde":"3.186.0","@aws-sdk/middleware-stack":"3.186.0","@aws-sdk/middleware-user-agent":"3.186.0","@aws-sdk/node-config-provider":"3.186.0","@aws-sdk/node-http-handler":"3.186.0","@aws-sdk/protocol-http":"3.186.0","@aws-sdk/smithy-client":"3.186.0","@aws-sdk/types":"3.186.0","@aws-sdk/url-parser":"3.186.0","@aws-sdk/util-base64-browser":"3.186.0","@aws-sdk/util-base64-node":"3.186.0","@aws-sdk/util-body-length-browser":"3.186.0","@aws-sdk/util-body-length-node":"3.186.0","@aws-sdk/util-defaults-mode-browser":"3.186.0","@aws-sdk/util-defaults-mode-node":"3.186.0","@aws-sdk/util-user-agent-browser":"3.186.0","@aws-sdk/util-user-agent-node":"3.186.0","@aws-sdk/util-utf8-browser":"3.186.0","@aws-sdk/util-utf8-node":"3.186.0","tslib":"^2.3.1"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.186.0","@tsconfig/recommended":"1.0.1","@types/node":"^12.7.5","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.19.2","typescript":"~4.6.2"},"overrides":{"typedoc":{"typescript":"~4.6.2"}},"engines":{"node":">=12.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"}}'); /***/ }), -/***/ 6916: +/***/ 1087: /***/ ((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.183.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","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":"2.0.0","@aws-crypto/sha256-js":"2.0.0","@aws-sdk/config-resolver":"3.183.0","@aws-sdk/credential-provider-node":"3.183.0","@aws-sdk/fetch-http-handler":"3.183.0","@aws-sdk/hash-node":"3.183.0","@aws-sdk/invalid-dependency":"3.183.0","@aws-sdk/middleware-content-length":"3.183.0","@aws-sdk/middleware-host-header":"3.183.0","@aws-sdk/middleware-logger":"3.183.0","@aws-sdk/middleware-recursion-detection":"3.183.0","@aws-sdk/middleware-retry":"3.183.0","@aws-sdk/middleware-sdk-sts":"3.183.0","@aws-sdk/middleware-serde":"3.183.0","@aws-sdk/middleware-signing":"3.183.0","@aws-sdk/middleware-stack":"3.183.0","@aws-sdk/middleware-user-agent":"3.183.0","@aws-sdk/node-config-provider":"3.183.0","@aws-sdk/node-http-handler":"3.183.0","@aws-sdk/protocol-http":"3.183.0","@aws-sdk/smithy-client":"3.183.0","@aws-sdk/types":"3.183.0","@aws-sdk/url-parser":"3.183.0","@aws-sdk/util-base64-browser":"3.183.0","@aws-sdk/util-base64-node":"3.183.0","@aws-sdk/util-body-length-browser":"3.183.0","@aws-sdk/util-body-length-node":"3.183.0","@aws-sdk/util-defaults-mode-browser":"3.183.0","@aws-sdk/util-defaults-mode-node":"3.183.0","@aws-sdk/util-user-agent-browser":"3.183.0","@aws-sdk/util-user-agent-node":"3.183.0","@aws-sdk/util-utf8-browser":"3.183.0","@aws-sdk/util-utf8-node":"3.183.0","entities":"2.2.0","fast-xml-parser":"3.19.0","tslib":"^2.3.1"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.183.0","@tsconfig/recommended":"1.0.1","@types/node":"^12.7.5","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.19.2","typescript":"~4.6.2"},"overrides":{"typedoc":{"typescript":"~4.6.2"}},"engines":{"node":">=12.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.186.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","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":"2.0.0","@aws-crypto/sha256-js":"2.0.0","@aws-sdk/config-resolver":"3.186.0","@aws-sdk/credential-provider-node":"3.186.0","@aws-sdk/fetch-http-handler":"3.186.0","@aws-sdk/hash-node":"3.186.0","@aws-sdk/invalid-dependency":"3.186.0","@aws-sdk/middleware-content-length":"3.186.0","@aws-sdk/middleware-host-header":"3.186.0","@aws-sdk/middleware-logger":"3.186.0","@aws-sdk/middleware-recursion-detection":"3.186.0","@aws-sdk/middleware-retry":"3.186.0","@aws-sdk/middleware-sdk-sts":"3.186.0","@aws-sdk/middleware-serde":"3.186.0","@aws-sdk/middleware-signing":"3.186.0","@aws-sdk/middleware-stack":"3.186.0","@aws-sdk/middleware-user-agent":"3.186.0","@aws-sdk/node-config-provider":"3.186.0","@aws-sdk/node-http-handler":"3.186.0","@aws-sdk/protocol-http":"3.186.0","@aws-sdk/smithy-client":"3.186.0","@aws-sdk/types":"3.186.0","@aws-sdk/url-parser":"3.186.0","@aws-sdk/util-base64-browser":"3.186.0","@aws-sdk/util-base64-node":"3.186.0","@aws-sdk/util-body-length-browser":"3.186.0","@aws-sdk/util-body-length-node":"3.186.0","@aws-sdk/util-defaults-mode-browser":"3.186.0","@aws-sdk/util-defaults-mode-node":"3.186.0","@aws-sdk/util-user-agent-browser":"3.186.0","@aws-sdk/util-user-agent-node":"3.186.0","@aws-sdk/util-utf8-browser":"3.186.0","@aws-sdk/util-utf8-node":"3.186.0","entities":"2.2.0","fast-xml-parser":"3.19.0","tslib":"^2.3.1"},"devDependencies":{"@aws-sdk/service-client-documentation-generator":"3.186.0","@tsconfig/recommended":"1.0.1","@types/node":"^12.7.5","concurrently":"7.0.0","downlevel-dts":"0.10.1","rimraf":"3.0.2","typedoc":"0.19.2","typescript":"~4.6.2"},"overrides":{"typedoc":{"typescript":"~4.6.2"}},"engines":{"node":">=12.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"}}'); /***/ }),