From d66a81cc9d3868deec5f3bea330f56bc3f7f67ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 06:36:47 +0000 Subject: [PATCH 1/2] chore(deps): bump @aws-sdk/client-s3 from 3.1004.0 to 3.1009.0 Bumps [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) from 3.1004.0 to 3.1009.0. - [Release notes](https://github.com/aws/aws-sdk-js-v3/releases) - [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1009.0/clients/client-s3) --- updated-dependencies: - dependency-name: "@aws-sdk/client-s3" dependency-version: 3.1009.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../@aws-cdk-testing/cli-integ/package.json | 2 +- packages/cdk-assets/package.json | 2 +- yarn.lock | 1208 +++++++++-------- 3 files changed, 636 insertions(+), 576 deletions(-) diff --git a/packages/@aws-cdk-testing/cli-integ/package.json b/packages/@aws-cdk-testing/cli-integ/package.json index ceafc76ba..c34a058be 100644 --- a/packages/@aws-cdk-testing/cli-integ/package.json +++ b/packages/@aws-cdk-testing/cli-integ/package.json @@ -74,7 +74,7 @@ "@aws-sdk/client-ecs": "^3.1004.0", "@aws-sdk/client-iam": "^3.1004.0", "@aws-sdk/client-lambda": "^3.1004.0", - "@aws-sdk/client-s3": "^3.1004.0", + "@aws-sdk/client-s3": "^3.1009.0", "@aws-sdk/client-secrets-manager": "^3.1004.0", "@aws-sdk/client-sns": "^3.1004.0", "@aws-sdk/client-sso": "^3.1004.0", diff --git a/packages/cdk-assets/package.json b/packages/cdk-assets/package.json index 6cee60689..a0bd7e18f 100644 --- a/packages/cdk-assets/package.json +++ b/packages/cdk-assets/package.json @@ -36,7 +36,7 @@ }, "devDependencies": { "@aws-cdk/cloud-assembly-schema": "^0.0.0", - "@aws-sdk/client-s3": "^3.1004.0", + "@aws-sdk/client-s3": "^3.1009.0", "@cdklabs/eslint-plugin": "^1.5.6", "@stylistic/eslint-plugin": "^3", "@types/jest": "^29.5.14", diff --git a/yarn.lock b/yarn.lock index c59c50211..aae9ce735 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1001,65 +1001,65 @@ "@smithy/util-waiter" "^4.2.11" tslib "^2.6.2" -"@aws-sdk/client-s3@^3", "@aws-sdk/client-s3@^3.1004.0": - version "3.1004.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.1004.0.tgz#e8cdb22b03f9f84dee96bab43cacc4af6adc70b2" - integrity sha512-m0zNfpsona9jQdX1cHtHArOiuvSGZPsgp/KRZS2YjJhKah96G2UN3UNGZQ6aVjXIQjCY6UanCJo0uW9Xf2U41w== +"@aws-sdk/client-s3@^3", "@aws-sdk/client-s3@^3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/client-s3/-/client-s3-3.1009.0.tgz#e9f97692d1402eadeffd9dc770e09ec7b2c8f131" + integrity sha512-luy8CxallkoiGWTqU86ca/BbvkWJjs0oala7uIIRN1JtQxMb5i4Yl/PBZVcQFhbK9kQi0PK0GfD8gIpLkI91fw== dependencies: "@aws-crypto/sha1-browser" "5.2.0" "@aws-crypto/sha256-browser" "5.2.0" "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/credential-provider-node" "^3.972.18" - "@aws-sdk/middleware-bucket-endpoint" "^3.972.7" - "@aws-sdk/middleware-expect-continue" "^3.972.7" - "@aws-sdk/middleware-flexible-checksums" "^3.973.4" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-location-constraint" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-sdk-s3" "^3.972.18" - "@aws-sdk/middleware-ssec" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.19" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/signature-v4-multi-region" "^3.996.6" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.4" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.8" - "@smithy/eventstream-serde-browser" "^4.2.11" - "@smithy/eventstream-serde-config-resolver" "^4.3.11" - "@smithy/eventstream-serde-node" "^4.2.11" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-blob-browser" "^4.2.12" - "@smithy/hash-node" "^4.2.11" - "@smithy/hash-stream-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/md5-js" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.22" - "@smithy/middleware-retry" "^4.4.39" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-node" "^3.972.21" + "@aws-sdk/middleware-bucket-endpoint" "^3.972.8" + "@aws-sdk/middleware-expect-continue" "^3.972.8" + "@aws-sdk/middleware-flexible-checksums" "^3.973.6" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-location-constraint" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-sdk-s3" "^3.972.20" + "@aws-sdk/middleware-ssec" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/signature-v4-multi-region" "^3.996.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/eventstream-serde-browser" "^4.2.12" + "@smithy/eventstream-serde-config-resolver" "^4.3.12" + "@smithy/eventstream-serde-node" "^4.2.12" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-blob-browser" "^4.2.13" + "@smithy/hash-node" "^4.2.12" + "@smithy/hash-stream-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/md5-js" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.38" - "@smithy/util-defaults-mode-node" "^4.2.41" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" - "@smithy/util-stream" "^4.5.17" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" + "@smithy/util-stream" "^4.5.19" "@smithy/util-utf8" "^4.2.2" - "@smithy/util-waiter" "^4.2.11" + "@smithy/util-waiter" "^4.2.13" tslib "^2.6.2" "@aws-sdk/client-secrets-manager@^3", "@aws-sdk/client-secrets-manager@^3.1004.0": @@ -1340,31 +1340,31 @@ "@aws-sdk/signature-v4" "3.0.0" tslib "^1.8.0" -"@aws-sdk/core@^3.973.18", "@aws-sdk/core@^3.973.19": - version "3.973.19" - resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.973.19.tgz#ee67105ca00cdcd31d9921d338c2739442c8bc5b" - integrity sha512-56KePyOcZnKTWCd89oJS1G6j3HZ9Kc+bh/8+EbvtaCCXdP6T7O7NzCiPuHRhFLWnzXIaXX3CxAz0nI5My9spHQ== - dependencies: - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/xml-builder" "^3.972.10" - "@smithy/core" "^3.23.9" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/property-provider" "^4.2.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/signature-v4" "^5.3.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" +"@aws-sdk/core@^3.973.18", "@aws-sdk/core@^3.973.19", "@aws-sdk/core@^3.973.20": + version "3.973.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/core/-/core-3.973.20.tgz#787e2509d7ed7f4a6775197431f4eec905885d79" + integrity sha512-i3GuX+lowD892F3IuJf8o6AbyDupMTdyTxQrCJGcn71ni5hTZ82L4nQhcdumxZ7XPJRJJVHS/CR3uYOIIs0PVA== + dependencies: + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/xml-builder" "^3.972.11" + "@smithy/core" "^3.23.11" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/property-provider" "^4.2.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/signature-v4" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" "@smithy/util-base64" "^4.3.2" - "@smithy/util-middleware" "^4.2.11" + "@smithy/util-middleware" "^4.2.12" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@aws-sdk/crc64-nvme@^3.972.4": - version "3.972.4" - resolved "https://registry.yarnpkg.com/@aws-sdk/crc64-nvme/-/crc64-nvme-3.972.4.tgz#b99494c76064231aa66f70a5b1095624e7984700" - integrity sha512-HKZIZLbRyvzo/bXZU7Zmk6XqU+1C9DjI56xd02vwuDIxedxBEqP17t9ExhbP9QFeNq/a3l9GOcyirFXxmbDhmw== +"@aws-sdk/crc64-nvme@^3.972.5": + version "3.972.5" + resolved "https://registry.yarnpkg.com/@aws-sdk/crc64-nvme/-/crc64-nvme-3.972.5.tgz#8b6213341e86759568dbf2d7631c6820580d2969" + integrity sha512-2VbTstbjKdT+yKi8m7b3a9CiVac+pL/IY2PHJwsaGkkHmuuqkJZIErPck1h6P3T9ghQMLSdMPyW6Qp7Di5swFg== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/credential-provider-cognito-identity@^3.972.10": @@ -1397,15 +1397,15 @@ "@smithy/types" "^4.13.0" tslib "^2.6.2" -"@aws-sdk/credential-provider-env@^3.972.17": - version "3.972.17" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.17.tgz#5fe65959faac017cdbefa34be05f09490fc856ab" - integrity sha512-MBAMW6YELzE1SdkOniqr51mrjapQUv8JXSGxtwRjQV0mwVDutVsn22OPAUt4RcLRvdiHQmNBDEFP9iTeSVCOlA== +"@aws-sdk/credential-provider-env@^3.972.18": + version "3.972.18" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.972.18.tgz#19e5d90001d6bfc9028caa46df8ac952620c14ad" + integrity sha512-X0B8AlQY507i5DwjLByeU2Af4ARsl9Vr84koDcXCbAkplmU+1xBFWxEPrWRAoh56waBne/yJqEloSwvRf4x6XA== dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/types" "^3.973.6" + "@smithy/property-provider" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/credential-provider-http@^3.972.18": @@ -1424,20 +1424,20 @@ "@smithy/util-stream" "^4.5.17" tslib "^2.6.2" -"@aws-sdk/credential-provider-http@^3.972.19": - version "3.972.19" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.19.tgz#b9b0ee4a9388f3ed3013a1ec6b2bc269f04599e4" - integrity sha512-9EJROO8LXll5a7eUFqu48k6BChrtokbmgeMWmsH7lBb6lVbtjslUYz/ShLi+SHkYzTomiGBhmzTW7y+H4BxsnA== +"@aws-sdk/credential-provider-http@^3.972.20": + version "3.972.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.972.20.tgz#8d5d56d3b72b406553b5c4151fce0e339bf32f7f" + integrity sha512-ey9Lelj001+oOfrbKmS6R2CJAiXX7QKY4Vj9VJv6L2eE6/VjD8DocHIoYqztTm70xDLR4E1jYPTKfIui+eRNDA== dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/types" "^3.973.5" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/property-provider" "^4.2.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" - "@smithy/util-stream" "^4.5.17" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/types" "^3.973.6" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/property-provider" "^4.2.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/util-stream" "^4.5.19" tslib "^2.6.2" "@aws-sdk/credential-provider-imds@3.0.0": @@ -1477,24 +1477,24 @@ "@smithy/types" "^4.13.0" tslib "^2.6.2" -"@aws-sdk/credential-provider-ini@^3.972.18": - version "3.972.18" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.18.tgz#ff3f3536e752f8c47300b48a07309f9c12438221" - integrity sha512-vthIAXJISZnj2576HeyLBj4WTeX+I7PwWeRkbOa0mVX39K13SCGxCgOFuKj2ytm9qTlLOmXe4cdEnroteFtJfw== - dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/credential-provider-env" "^3.972.17" - "@aws-sdk/credential-provider-http" "^3.972.19" - "@aws-sdk/credential-provider-login" "^3.972.18" - "@aws-sdk/credential-provider-process" "^3.972.17" - "@aws-sdk/credential-provider-sso" "^3.972.18" - "@aws-sdk/credential-provider-web-identity" "^3.972.18" - "@aws-sdk/nested-clients" "^3.996.8" - "@aws-sdk/types" "^3.973.5" - "@smithy/credential-provider-imds" "^4.2.11" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" +"@aws-sdk/credential-provider-ini@^3.972.20": + version "3.972.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.972.20.tgz#6fea1cf189233d08288fea923be560956a20071a" + integrity sha512-5flXSnKHMloObNF+9N0cupKegnH1Z37cdVlpETVgx8/rAhCe+VNlkcZH3HDg2SDn9bI765S+rhNPXGDJJPfbtA== + dependencies: + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/credential-provider-env" "^3.972.18" + "@aws-sdk/credential-provider-http" "^3.972.20" + "@aws-sdk/credential-provider-login" "^3.972.20" + "@aws-sdk/credential-provider-process" "^3.972.18" + "@aws-sdk/credential-provider-sso" "^3.972.20" + "@aws-sdk/credential-provider-web-identity" "^3.972.20" + "@aws-sdk/nested-clients" "^3.996.10" + "@aws-sdk/types" "^3.973.6" + "@smithy/credential-provider-imds" "^4.2.12" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/credential-provider-login@^3.972.17": @@ -1511,18 +1511,18 @@ "@smithy/types" "^4.13.0" tslib "^2.6.2" -"@aws-sdk/credential-provider-login@^3.972.18": - version "3.972.18" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.18.tgz#f580aeca507c4d383eaecf3d5db858f230a5816b" - integrity sha512-kINzc5BBxdYBkPZ0/i1AMPMOk5b5QaFNbYMElVw5QTX13AKj6jcxnv/YNl9oW9mg+Y08ti19hh01HhyEAxsSJQ== +"@aws-sdk/credential-provider-login@^3.972.20": + version "3.972.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-login/-/credential-provider-login-3.972.20.tgz#4ccffe3a08f73fc0e81f7df55df261eb5bd0af8e" + integrity sha512-gEWo54nfqp2jABMu6HNsjVC4hDLpg9HC8IKSJnp0kqWtxIJYHTmiLSsIfI4ScQjxEwpB+jOOH8dOLax1+hy/Hw== dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/nested-clients" "^3.996.8" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/nested-clients" "^3.996.10" + "@aws-sdk/types" "^3.973.6" + "@smithy/property-provider" "^4.2.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/credential-provider-node@3.0.0": @@ -1537,22 +1537,22 @@ "@aws-sdk/property-provider" "3.0.0" tslib "^1.8.0" -"@aws-sdk/credential-provider-node@^3.972.18", "@aws-sdk/credential-provider-node@^3.972.19": - version "3.972.19" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.19.tgz#0135ea6827ccec78f8440ed4e33cfa8188080aab" - integrity sha512-yDWQ9dFTr+IMxwanFe7+tbN5++q8psZBjlUwOiCXn1EzANoBgtqBwcpYcHaMGtn0Wlfj4NuXdf2JaEx1lz5RaQ== - dependencies: - "@aws-sdk/credential-provider-env" "^3.972.17" - "@aws-sdk/credential-provider-http" "^3.972.19" - "@aws-sdk/credential-provider-ini" "^3.972.18" - "@aws-sdk/credential-provider-process" "^3.972.17" - "@aws-sdk/credential-provider-sso" "^3.972.18" - "@aws-sdk/credential-provider-web-identity" "^3.972.18" - "@aws-sdk/types" "^3.973.5" - "@smithy/credential-provider-imds" "^4.2.11" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" +"@aws-sdk/credential-provider-node@^3.972.18", "@aws-sdk/credential-provider-node@^3.972.19", "@aws-sdk/credential-provider-node@^3.972.21": + version "3.972.21" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.972.21.tgz#cd0d6581b7d5409031b1ae542de82900d82a78ce" + integrity sha512-hah8if3/B/Q+LBYN5FukyQ1Mym6PLPDsBOBsIgNEYD6wLyZg0UmUF/OKIVC3nX9XH8TfTPuITK+7N/jenVACWA== + dependencies: + "@aws-sdk/credential-provider-env" "^3.972.18" + "@aws-sdk/credential-provider-http" "^3.972.20" + "@aws-sdk/credential-provider-ini" "^3.972.20" + "@aws-sdk/credential-provider-process" "^3.972.18" + "@aws-sdk/credential-provider-sso" "^3.972.20" + "@aws-sdk/credential-provider-web-identity" "^3.972.20" + "@aws-sdk/types" "^3.973.6" + "@smithy/credential-provider-imds" "^4.2.12" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/credential-provider-process@3.0.0": @@ -1577,16 +1577,16 @@ "@smithy/types" "^4.13.0" tslib "^2.6.2" -"@aws-sdk/credential-provider-process@^3.972.17": - version "3.972.17" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.17.tgz#c8ae4e2e1adb96b21d763c86a1c6562aa599145c" - integrity sha512-c8G8wT1axpJDgaP3xzcy+q8Y1fTi9A2eIQJvyhQ9xuXrUZhlCfXbC0vM9bM1CUXiZppFQ1p7g0tuUMvil/gCPg== +"@aws-sdk/credential-provider-process@^3.972.18": + version "3.972.18" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.972.18.tgz#7566df534c9619fa41571b0ac4815251a943d982" + integrity sha512-Tpl7SRaPoOLT32jbTWchPsn52hYYgJ0kpiFgnwk8pxTANQdUymVSZkzFvv1+oOgZm1CrbQUP9MBeoMZ9IzLZjA== dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/types" "^3.973.6" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/credential-provider-sso@^3.972.17": @@ -1603,18 +1603,18 @@ "@smithy/types" "^4.13.0" tslib "^2.6.2" -"@aws-sdk/credential-provider-sso@^3.972.18": - version "3.972.18" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.18.tgz#0d00e49ffca3760895ec46ec54532b479a2745d7" - integrity sha512-YHYEfj5S2aqInRt5ub8nDOX8vAxgMvd84wm2Y3WVNfFa/53vOv9T7WOAqXI25qjj3uEcV46xxfqdDQk04h5XQA== +"@aws-sdk/credential-provider-sso@^3.972.20": + version "3.972.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.972.20.tgz#4871228de15d5ab049590d47be465c553ecabef6" + integrity sha512-p+R+PYR5Z7Gjqf/6pvbCnzEHcqPCpLzR7Yf127HjJ6EAb4hUcD+qsNRnuww1sB/RmSeCLxyay8FMyqREw4p1RA== dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/nested-clients" "^3.996.8" - "@aws-sdk/token-providers" "3.1005.0" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/nested-clients" "^3.996.10" + "@aws-sdk/token-providers" "3.1009.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/credential-provider-web-identity@^3.972.17": @@ -1630,17 +1630,17 @@ "@smithy/types" "^4.13.0" tslib "^2.6.2" -"@aws-sdk/credential-provider-web-identity@^3.972.18": - version "3.972.18" - resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.18.tgz#0e44b8dea94a5a054549f319a130ac66aac4cc00" - integrity sha512-OqlEQpJ+J3T5B96qtC1zLLwkBloechP+fezKbCH0sbd2cCc0Ra55XpxWpk/hRj69xAOYtHvoC4orx6eTa4zU7g== +"@aws-sdk/credential-provider-web-identity@^3.972.20": + version "3.972.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.972.20.tgz#978211994eb074aabc4244cec067f24b6888bc23" + integrity sha512-rWCmh8o7QY4CsUj63qopzMzkDq/yPpkrpb+CnjBEFSOg/02T/we7sSTVg4QsDiVS9uwZ8VyONhq98qt+pIh3KA== dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/nested-clients" "^3.996.8" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/nested-clients" "^3.996.10" + "@aws-sdk/types" "^3.973.6" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/credential-providers@^3", "@aws-sdk/credential-providers@^3.1000.0", "@aws-sdk/credential-providers@^3.1004.0": @@ -1727,16 +1727,16 @@ stream-browserify "3.0.0" tslib "^2.6.2" -"@aws-sdk/middleware-bucket-endpoint@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.972.7.tgz#95c03e953c3f8e574e71fdff1ad79cba1eb25e80" - integrity sha512-goX+axlJ6PQlRnzE2bQisZ8wVrlm6dXJfBzMJhd8LhAIBan/w1Kl73fJnalM/S+18VnpzIHumyV6DtgmvqG5IA== +"@aws-sdk/middleware-bucket-endpoint@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.972.8.tgz#cbb5eccad6e699991027dbd35e88153f92ea5082" + integrity sha512-WR525Rr2QJSETa9a050isktyWi/4yIGcmY3BQ1kpHqb0LqUglQHCS8R27dTJxxWNZvQ0RVGtEZjTCbZJpyF3Aw== dependencies: - "@aws-sdk/types" "^3.973.5" + "@aws-sdk/types" "^3.973.6" "@aws-sdk/util-arn-parser" "^3.972.3" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" "@smithy/util-config-provider" "^4.2.2" tslib "^2.6.2" @@ -1748,33 +1748,33 @@ "@aws-sdk/protocol-http" "3.0.0" tslib "^1.8.0" -"@aws-sdk/middleware-expect-continue@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.972.7.tgz#fa895e3f74025de3f4d894e7f0421f48eea5efbf" - integrity sha512-mvWqvm61bmZUKmmrtl2uWbokqpenY3Mc3Jf4nXB/Hse6gWxLPaCQThmhPBDzsPSV8/Odn8V6ovWt3pZ7vy4BFQ== +"@aws-sdk/middleware-expect-continue@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.972.8.tgz#47857e3f8d792c702a0212dc565d32eefa4fac67" + integrity sha512-5DTBTiotEES1e2jOHAq//zyzCjeMB78lEHd35u15qnrid4Nxm7diqIf9fQQ3Ov0ChH1V3Vvt13thOnrACmfGVQ== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@aws-sdk/middleware-flexible-checksums@^3.973.4": - version "3.973.4" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.973.4.tgz#77e638c88f75bf0f0605ed9d37cbc3ec48868ed6" - integrity sha512-7CH2jcGmkvkHc5Buz9IGbdjq1729AAlgYJiAvGq7qhCHqYleCsriWdSnmsqWTwdAfXHMT+pkxX3w6v5tJNcSug== +"@aws-sdk/middleware-flexible-checksums@^3.973.6": + version "3.973.6" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.973.6.tgz#804c69a86a98055c6adec1c20e4fd714a8e0a1aa" + integrity sha512-0nYEgkJH7Yt9k+nZJyllTghnkKaz17TWFcr5Mi0XMVMzYlF4ytDZADQpF2/iJo36cKL5AYSzRsvlykE4M/ErTA== dependencies: "@aws-crypto/crc32" "5.2.0" "@aws-crypto/crc32c" "5.2.0" "@aws-crypto/util" "5.2.0" - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/crc64-nvme" "^3.972.4" - "@aws-sdk/types" "^3.973.5" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/crc64-nvme" "^3.972.5" + "@aws-sdk/types" "^3.973.6" "@smithy/is-array-buffer" "^4.2.2" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-stream" "^4.5.17" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-stream" "^4.5.19" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" @@ -1786,23 +1786,23 @@ "@aws-sdk/protocol-http" "3.0.0" tslib "^1.8.0" -"@aws-sdk/middleware-host-header@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.972.7.tgz#b18849cf807e0742fdf84db41c2258770bd1e452" - integrity sha512-aHQZgztBFEpDU1BB00VWCIIm85JjGjQW1OG9+98BdmaOpguJvzmXBGbnAiYcciCd+IS4e9BEq664lhzGnWJHgQ== +"@aws-sdk/middleware-host-header@^3.972.7", "@aws-sdk/middleware-host-header@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.972.8.tgz#72186e96500b49b38fb5482d6b7bf95e5b985281" + integrity sha512-wAr2REfKsqoKQ+OkNqvOShnBoh+nkPurDKW7uAeVSu6kUECnWlSJiPvnoqxGlfousEY/v9LfS9sNc46hjSYDIQ== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@aws-sdk/middleware-location-constraint@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.972.7.tgz#5a54a1d7d37e53be6e748525eb35bba7164f99c4" - integrity sha512-vdK1LJfffBp87Lj0Bw3WdK1rJk9OLDYdQpqoKgmpIZPe+4+HawZ6THTbvjhJt4C4MNnRrHTKHQjkwBiIpDBoig== +"@aws-sdk/middleware-location-constraint@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.972.8.tgz#67e15d3ca55e825596fcc36da9aaf9f482da6fc9" + integrity sha512-KaUoFuoFPziIa98DSQsTPeke1gvGXlc5ZGMhy+b+nLxZ4A7jmJgLzjEF95l8aOQN2T/qlPP3MrAyELm8ExXucw== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/middleware-logger@3.0.0": @@ -1812,24 +1812,24 @@ dependencies: tslib "^1.8.0" -"@aws-sdk/middleware-logger@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-logger/-/middleware-logger-3.972.7.tgz#ffea4e2ff1e9d86047c564c982d64ade8017791e" - integrity sha512-LXhiWlWb26txCU1vcI9PneESSeRp/RYY/McuM4SpdrimQR5NgwaPb4VJCadVeuGWgh6QmqZ6rAKSoL1ob16W6w== +"@aws-sdk/middleware-logger@^3.972.7", "@aws-sdk/middleware-logger@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-logger/-/middleware-logger-3.972.8.tgz#7fee4223afcb6f7828dbdf4ea745ce15027cf384" + integrity sha512-CWl5UCM57WUFaFi5kB7IBY1UmOeLvNZAZ2/OZ5l20ldiJ3TiIz1pC65gYj8X0BCPWkeR1E32mpsCk1L1I4n+lA== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@aws-sdk/middleware-recursion-detection@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.972.7.tgz#9d6376ee724c9b77d6518c51d0b2c8b18f1f72bf" - integrity sha512-l2VQdcBcYLzIzykCHtXlbpiVCZ94/xniLIkAj0jpnpjY4xlgZx7f56Ypn+uV1y3gG0tNVytJqo3K9bfMFee7SQ== +"@aws-sdk/middleware-recursion-detection@^3.972.7", "@aws-sdk/middleware-recursion-detection@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.972.8.tgz#072f3f0960a666c7f5756661f9340f5544c2633a" + integrity sha512-BnnvYs2ZEpdlmZ2PNlV2ZyQ8j8AEkMTjN79y/YA475ER1ByFYrkVR85qmhni8oeTaJcDqbx364wDpitDAA/wCA== dependencies: - "@aws-sdk/types" "^3.973.5" + "@aws-sdk/types" "^3.973.6" "@aws/lambda-invoke-store" "^0.2.2" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/middleware-retry@3.0.0": @@ -1866,23 +1866,23 @@ "@smithy/types" "^4.13.0" tslib "^2.6.2" -"@aws-sdk/middleware-sdk-s3@^3.972.18": - version "3.972.18" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.972.18.tgz#648da5be94bb02717643d78e6abf4122562a5bcf" - integrity sha512-5E3XxaElrdyk6ZJ0TjH7Qm6ios4b/qQCiLr6oQ8NK7e4Kn6JBTJCaYioQCQ65BpZ1+l1mK5wTAac2+pEz0Smpw== +"@aws-sdk/middleware-sdk-s3@^3.972.20": + version "3.972.20" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.972.20.tgz#93ec50902827db219937e152c6dab53e192ab7f8" + integrity sha512-yhva/xL5H4tWQgsBjwV+RRD0ByCzg0TcByDCLp3GXdn/wlyRNfy8zsswDtCvr1WSKQkSQYlyEzPuWkJG0f5HvQ== dependencies: - "@aws-sdk/core" "^3.973.18" - "@aws-sdk/types" "^3.973.5" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/types" "^3.973.6" "@aws-sdk/util-arn-parser" "^3.972.3" - "@smithy/core" "^3.23.8" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/signature-v4" "^5.3.11" - "@smithy/smithy-client" "^4.12.2" - "@smithy/types" "^4.13.0" + "@smithy/core" "^3.23.11" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/signature-v4" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" "@smithy/util-config-provider" "^4.2.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-stream" "^4.5.17" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-stream" "^4.5.19" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" @@ -1902,13 +1902,13 @@ "@aws-sdk/signature-v4" "3.0.0" tslib "^1.8.0" -"@aws-sdk/middleware-ssec@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-ssec/-/middleware-ssec-3.972.7.tgz#49fac7b5078f8f1e0936ff2eedbe68efe7fc05a4" - integrity sha512-G9clGVuAml7d8DYzY6DnRi7TIIDRvZ3YpqJPz/8wnWS5fYx/FNWNmkO6iJVlVkQg9BfeMzd+bVPtPJOvC4B+nQ== +"@aws-sdk/middleware-ssec@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-ssec/-/middleware-ssec-3.972.8.tgz#4f71982bad76a907e4f5771796d18372e063c511" + integrity sha512-wqlK0yO/TxEC2UsY9wIlqeeutF6jjLe0f96Pbm40XscTo57nImUk9lBcw0dPgsm0sppFtAkSlDrfpK+pC30Wqw== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/middleware-stack@3.0.0": @@ -1926,18 +1926,62 @@ "@aws-sdk/protocol-http" "3.0.0" tslib "^1.8.0" -"@aws-sdk/middleware-user-agent@^3.972.19", "@aws-sdk/middleware-user-agent@^3.972.20": - version "3.972.20" - resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.972.20.tgz#9c058871881b3c4adac27c28c7801bedbd530dac" - integrity sha512-3kNTLtpUdeahxtnJRnj/oIdLAUdzTfr9N40KtxNhtdrq+Q1RPMdCJINRXq37m4t5+r3H70wgC3opW46OzFcZYA== +"@aws-sdk/middleware-user-agent@^3.972.19", "@aws-sdk/middleware-user-agent@^3.972.20", "@aws-sdk/middleware-user-agent@^3.972.21": + version "3.972.21" + resolved "https://registry.yarnpkg.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.972.21.tgz#f174814c5446dc772f839945eee535a27b2972ab" + integrity sha512-62XRl1GDYPpkt7cx1AX1SPy9wgNE9Iw/NPuurJu4lmhCWS7sGKO+kS53TQ8eRmIxy3skmvNInnk0ZbWrU5Dpyg== dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@smithy/core" "^3.23.9" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" - "@smithy/util-retry" "^4.2.11" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@smithy/core" "^3.23.11" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" + "@smithy/util-retry" "^4.2.12" + tslib "^2.6.2" + +"@aws-sdk/nested-clients@^3.996.10": + version "3.996.10" + resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.996.10.tgz#aed5c630f70b61f1524a230820d62ef6a0c66f0c" + integrity sha512-SlDol5Z+C7Ivnc2rKGqiqfSUmUZzY1qHfVs9myt/nxVwswgfpjdKahyTzLTx802Zfq0NFRs7AejwKzzzl5Co2w== + dependencies: + "@aws-crypto/sha256-browser" "5.2.0" + "@aws-crypto/sha256-js" "5.2.0" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/middleware-host-header" "^3.972.8" + "@aws-sdk/middleware-logger" "^3.972.8" + "@aws-sdk/middleware-recursion-detection" "^3.972.8" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/region-config-resolver" "^3.972.8" + "@aws-sdk/types" "^3.973.6" + "@aws-sdk/util-endpoints" "^3.996.5" + "@aws-sdk/util-user-agent-browser" "^3.972.8" + "@aws-sdk/util-user-agent-node" "^3.973.7" + "@smithy/config-resolver" "^4.4.11" + "@smithy/core" "^3.23.11" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/hash-node" "^4.2.12" + "@smithy/invalid-dependency" "^4.2.12" + "@smithy/middleware-content-length" "^4.2.12" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-retry" "^4.4.42" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/protocol-http" "^5.3.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" + "@smithy/util-base64" "^4.3.2" + "@smithy/util-body-length-browser" "^4.2.2" + "@smithy/util-body-length-node" "^4.2.3" + "@smithy/util-defaults-mode-browser" "^4.3.41" + "@smithy/util-defaults-mode-node" "^4.2.44" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" + "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" "@aws-sdk/nested-clients@^3.996.7": @@ -1984,50 +2028,6 @@ "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@aws-sdk/nested-clients@^3.996.8": - version "3.996.8" - resolved "https://registry.yarnpkg.com/@aws-sdk/nested-clients/-/nested-clients-3.996.8.tgz#e984e73a4f0183c6a21ea098ae1ea3f06eba6822" - integrity sha512-6HlLm8ciMW8VzfB80kfIx16PBA9lOa9Dl+dmCBi78JDhvGlx3I7Rorwi5PpVRkL31RprXnYna3yBf6UKkD/PqA== - dependencies: - "@aws-crypto/sha256-browser" "5.2.0" - "@aws-crypto/sha256-js" "5.2.0" - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/middleware-host-header" "^3.972.7" - "@aws-sdk/middleware-logger" "^3.972.7" - "@aws-sdk/middleware-recursion-detection" "^3.972.7" - "@aws-sdk/middleware-user-agent" "^3.972.20" - "@aws-sdk/region-config-resolver" "^3.972.7" - "@aws-sdk/types" "^3.973.5" - "@aws-sdk/util-endpoints" "^3.996.4" - "@aws-sdk/util-user-agent-browser" "^3.972.7" - "@aws-sdk/util-user-agent-node" "^3.973.5" - "@smithy/config-resolver" "^4.4.10" - "@smithy/core" "^3.23.9" - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/hash-node" "^4.2.11" - "@smithy/invalid-dependency" "^4.2.11" - "@smithy/middleware-content-length" "^4.2.11" - "@smithy/middleware-endpoint" "^4.4.23" - "@smithy/middleware-retry" "^4.4.40" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/protocol-http" "^5.3.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" - "@smithy/util-base64" "^4.3.2" - "@smithy/util-body-length-browser" "^4.2.2" - "@smithy/util-body-length-node" "^4.2.3" - "@smithy/util-defaults-mode-browser" "^4.3.39" - "@smithy/util-defaults-mode-node" "^4.2.42" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" - "@smithy/util-utf8" "^4.2.2" - tslib "^2.6.2" - "@aws-sdk/node-config-provider@3.0.0": version "3.0.0" resolved "https://registry.yarnpkg.com/@aws-sdk/node-config-provider/-/node-config-provider-3.0.0.tgz#2b7b610f7c70cb26302873bc86efb4b54206fe55" @@ -2076,15 +2076,15 @@ dependencies: tslib "^1.8.0" -"@aws-sdk/region-config-resolver@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.7.tgz#36fd0eba2bfedeb57b843b3cd8266fb7668a7e85" - integrity sha512-/Ev/6AI8bvt4HAAptzSjThGUMjcWaX3GX8oERkB0F0F9x2dLSBdgFDiyrRz3i0u0ZFZFQ1b28is4QhyqXTUsVA== +"@aws-sdk/region-config-resolver@^3.972.7", "@aws-sdk/region-config-resolver@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/region-config-resolver/-/region-config-resolver-3.972.8.tgz#761475f0b06fab0bbba954477e66b51d2f780f50" + integrity sha512-1eD4uhTDeambO/PNIDVG19A6+v4NdD7xzwLHDutHsUqz0B+i661MwQB2eYO4/crcCvCiQG4SRm1k81k54FEIvw== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/config-resolver" "^4.4.10" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/config-resolver" "^4.4.11" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/service-error-classification@3.0.0": @@ -2099,16 +2099,16 @@ dependencies: tslib "^1.8.0" -"@aws-sdk/signature-v4-multi-region@^3.996.6": - version "3.996.6" - resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.6.tgz#b818d724fa411f2c5bf4ad960ed13da9e6556fdf" - integrity sha512-NnsOQsVmJXy4+IdPFUjRCWPn9qNH1TzS/f7MiWgXeoHs903tJpAWQWQtoFvLccyPoBgomKP9L89RRr2YsT/L0g== +"@aws-sdk/signature-v4-multi-region@^3.996.8": + version "3.996.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.996.8.tgz#383b7091a07b1263d67d0fff8410a2275c1135c5" + integrity sha512-n1qYFD+tbqZuyskVaxUE+t10AUz9g3qzDw3Tp6QZDKmqsjfDmZBd4GIk2EKJJNtcCBtE5YiUjDYA+3djFAFBBg== dependencies: - "@aws-sdk/middleware-sdk-s3" "^3.972.18" - "@aws-sdk/types" "^3.973.5" - "@smithy/protocol-http" "^5.3.11" - "@smithy/signature-v4" "^5.3.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/middleware-sdk-s3" "^3.972.20" + "@aws-sdk/types" "^3.973.6" + "@smithy/protocol-http" "^5.3.12" + "@smithy/signature-v4" "^5.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/signature-v4@3.0.0": @@ -2142,17 +2142,17 @@ "@smithy/types" "^4.13.0" tslib "^2.6.2" -"@aws-sdk/token-providers@3.1005.0": - version "3.1005.0" - resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.1005.0.tgz#ac8e4f094bf9fb7c5a8d351544daf732d26af447" - integrity sha512-vMxd+ivKqSxU9bHx5vmAlFKDAkjGotFU56IOkDa5DaTu1WWwbcse0yFHEm9I537oVvodaiwMl3VBwgHfzQ2rvw== +"@aws-sdk/token-providers@3.1009.0": + version "3.1009.0" + resolved "https://registry.yarnpkg.com/@aws-sdk/token-providers/-/token-providers-3.1009.0.tgz#4a54604e4389b0f8038748c647db5e9b6da9a9a7" + integrity sha512-KCPLuTqN9u0Rr38Arln78fRG9KXpzsPWmof+PZzfAHMMQq2QED6YjQrkrfiH7PDefLWEposY1o4/eGwrmKA4JA== dependencies: - "@aws-sdk/core" "^3.973.19" - "@aws-sdk/nested-clients" "^3.996.8" - "@aws-sdk/types" "^3.973.5" - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" + "@aws-sdk/core" "^3.973.20" + "@aws-sdk/nested-clients" "^3.996.10" + "@aws-sdk/types" "^3.973.6" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/types@3.0.0": @@ -2160,12 +2160,12 @@ resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.0.0.tgz#c84359dd0ba0040fc1089928d43c74683ed71066" integrity sha512-D2sSHRZRw0ixox5+Dx7xPvTfMLZQzxJ/nWDP26FAl+c/i/402d0Y9acfDtUxfxPxCbVogZ3XgZXhjDY/RmMAjQ== -"@aws-sdk/types@^3.1.0", "@aws-sdk/types@^3.222.0", "@aws-sdk/types@^3.973.5": - version "3.973.5" - resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.973.5.tgz#0fc00f066dbaaa40c09f2b7efdd86781807b5c70" - integrity sha512-hl7BGwDCWsjH8NkZfx+HgS7H2LyM2lTMAI7ba9c8O0KqdBLTdNJivsHpqjg9rNlAlPyREb6DeDRXUl0s8uFdmQ== +"@aws-sdk/types@^3.1.0", "@aws-sdk/types@^3.222.0", "@aws-sdk/types@^3.973.5", "@aws-sdk/types@^3.973.6": + version "3.973.6" + resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.973.6.tgz#1964a7c01b5cb18befa445998ad1d02f86c5432d" + integrity sha512-Atfcy4E++beKtwJHiDln2Nby8W/mam64opFPTiHEqgsthqeydFS1pY+OUlN1ouNOmf8ArPU/6cDS65anOP3KQw== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@aws-sdk/url-parser-browser@3.0.0": @@ -2229,15 +2229,15 @@ "@aws-sdk/is-array-buffer" "3.0.0" tslib "^1.8.0" -"@aws-sdk/util-endpoints@^3.996.4": - version "3.996.4" - resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.996.4.tgz#9fcfeccbd9d2a8217b66f711cf303883ec4442c0" - integrity sha512-Hek90FBmd4joCFj+Vc98KLJh73Zqj3s2W56gjAcTkrNLMDI5nIFkG9YpfcJiVI1YlE2Ne1uOQNe+IgQ/Vz2XRA== +"@aws-sdk/util-endpoints@^3.996.4", "@aws-sdk/util-endpoints@^3.996.5": + version "3.996.5" + resolved "https://registry.yarnpkg.com/@aws-sdk/util-endpoints/-/util-endpoints-3.996.5.tgz#6b12e80869ae6e84075bc24c2a4e6273ea87dfc2" + integrity sha512-Uh93L5sXFNbyR5sEPMzUU8tJ++Ku97EY4udmC01nB8Zu+xfBPwpIwJ6F7snqQeq8h2pf+8SGN5/NoytfKgYPIw== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" - "@smithy/util-endpoints" "^3.3.2" + "@aws-sdk/types" "^3.973.6" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" + "@smithy/util-endpoints" "^3.3.3" tslib "^2.6.2" "@aws-sdk/util-format-url@^3.972.7": @@ -2278,13 +2278,13 @@ dependencies: tslib "^1.8.0" -"@aws-sdk/util-user-agent-browser@^3.972.7": - version "3.972.7" - resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.972.7.tgz#0e7205db8d47760df014fffddcbf0ccfc350e84d" - integrity sha512-7SJVuvhKhMF/BkNS1n0QAJYgvEwYbK2QLKBrzDiwQGiTRU6Yf1f3nehTzm/l21xdAOtWSfp2uWSddPnP2ZtsVw== +"@aws-sdk/util-user-agent-browser@^3.972.7", "@aws-sdk/util-user-agent-browser@^3.972.8": + version "3.972.8" + resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.972.8.tgz#1044845c97c898cd68fc3f9c773494a6a98cdf80" + integrity sha512-B3KGXJviV2u6Cdw2SDY2aDhoJkVfY/Q/Trwk2CMSkikE1Oi6gRzxhvhIfiRpHfmIsAhV4EA54TVEX8K6CbHbkA== dependencies: - "@aws-sdk/types" "^3.973.5" - "@smithy/types" "^4.13.0" + "@aws-sdk/types" "^3.973.6" + "@smithy/types" "^4.13.1" bowser "^2.11.0" tslib "^2.6.2" @@ -2295,15 +2295,16 @@ dependencies: tslib "^1.8.0" -"@aws-sdk/util-user-agent-node@^3.973.4", "@aws-sdk/util-user-agent-node@^3.973.5": - version "3.973.5" - resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.5.tgz#cbb11aae2d761e2cb3d3ad4be7b88f6d4726fb83" - integrity sha512-Dyy38O4GeMk7UQ48RupfHif//gqnOPbq/zlvRssc11E2mClT+aUfc3VS2yD8oLtzqO3RsqQ9I3gOBB4/+HjPOw== +"@aws-sdk/util-user-agent-node@^3.973.4", "@aws-sdk/util-user-agent-node@^3.973.5", "@aws-sdk/util-user-agent-node@^3.973.7": + version "3.973.7" + resolved "https://registry.yarnpkg.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.973.7.tgz#dd54931e559b031a504a9a2712c10adf5c89c7c2" + integrity sha512-Hz6EZMUAEzqUd7e+vZ9LE7mn+5gMbxltXy18v+YSFY+9LBJz15wkNZvw5JqfX3z0FS9n3bgUtz3L5rAsfh4YlA== dependencies: - "@aws-sdk/middleware-user-agent" "^3.972.20" - "@aws-sdk/types" "^3.973.5" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/types" "^4.13.0" + "@aws-sdk/middleware-user-agent" "^3.972.21" + "@aws-sdk/types" "^3.973.6" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/types" "^4.13.1" + "@smithy/util-config-provider" "^4.2.2" tslib "^2.6.2" "@aws-sdk/util-utf8-browser@3.0.0": @@ -2337,12 +2338,12 @@ "@aws-sdk/types" "3.0.0" tslib "^1.8.0" -"@aws-sdk/xml-builder@^3.972.10": - version "3.972.10" - resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.972.10.tgz#d8a7171b70c8ee9354747f0ac7d368dd27d50e46" - integrity sha512-OnejAIVD+CxzyAUrVic7lG+3QRltyja9LoNqCE/1YVs8ichoTbJlVSaZ9iSMcnHLyzrSNtvaOGjSDRP+d/ouFA== +"@aws-sdk/xml-builder@^3.972.11": + version "3.972.11" + resolved "https://registry.yarnpkg.com/@aws-sdk/xml-builder/-/xml-builder-3.972.11.tgz#8cba4b756dc8e75a7ceac6e028b3bce917fe55e7" + integrity sha512-iitV/gZKQMvY9d7ovmyFnFuTHbBAtrmLnvaSb/3X8vOKyevwtpmEtyc8AdhVWZe0pI/1GsHxlEvQeOePFzy7KQ== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" fast-xml-parser "5.4.1" tslib "^2.6.2" @@ -4143,6 +4144,14 @@ "@smithy/types" "^4.13.0" tslib "^2.6.2" +"@smithy/abort-controller@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-4.2.12.tgz#80c86416f232b0b4e79cef530877ef87d626ac42" + integrity sha512-xolrFw6b+2iYGl6EcOL7IJY71vvyZ0DJ3mcKtpykqPe2uscwtzDZJa1uVQXyP7w9Dd+kGwYnPbMsJrGISKiY/Q== + dependencies: + "@smithy/types" "^4.13.1" + tslib "^2.6.2" + "@smithy/chunked-blob-reader-native@^4.2.3": version "4.2.3" resolved "https://registry.yarnpkg.com/@smithy/chunked-blob-reader-native/-/chunked-blob-reader-native-4.2.3.tgz#9e79a80d8d44798e7ce7a8f968cbbbaf5a40d950" @@ -4158,30 +4167,30 @@ dependencies: tslib "^2.6.2" -"@smithy/config-resolver@^4", "@smithy/config-resolver@^4.4.10": - version "4.4.10" - resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.4.10.tgz#22529a2e8c23d979f69c3abca8d984c69d06ce4c" - integrity sha512-IRTkd6ps0ru+lTWnfnsbXzW80A8Od8p3pYiZnW98K2Hb20rqfsX7VTlfUwhrcOeSSy68Gn9WBofwPuw3e5CCsg== +"@smithy/config-resolver@^4", "@smithy/config-resolver@^4.4.10", "@smithy/config-resolver@^4.4.11": + version "4.4.11" + resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.4.11.tgz#bcf2324ec9472c4737442510d09c49ddfa1ee718" + integrity sha512-YxFiiG4YDAtX7WMN7RuhHZLeTmRRAOyCbr+zB8e3AQzHPnUhS8zXjB1+cniPVQI3xbWsQPM0X2aaIkO/ME0ymw== dependencies: - "@smithy/node-config-provider" "^4.3.11" - "@smithy/types" "^4.13.0" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/types" "^4.13.1" "@smithy/util-config-provider" "^4.2.2" - "@smithy/util-endpoints" "^3.3.2" - "@smithy/util-middleware" "^4.2.11" + "@smithy/util-endpoints" "^3.3.3" + "@smithy/util-middleware" "^4.2.12" tslib "^2.6.2" -"@smithy/core@^3.23.8", "@smithy/core@^3.23.9": - version "3.23.9" - resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.23.9.tgz#377c3e12187c9810a3f26d7904541770735785b5" - integrity sha512-1Vcut4LEL9HZsdpI0vFiRYIsaoPwZLjAxnVQDUMQK8beMS+EYPLDQCXtbzfxmM5GzSgjfe2Q9M7WaXwIMQllyQ== +"@smithy/core@^3.23.11", "@smithy/core@^3.23.8", "@smithy/core@^3.23.9": + version "3.23.11" + resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.23.11.tgz#78204c2ccd65736c6e8a6d9a51b2821e13d61164" + integrity sha512-952rGf7hBRnhUIaeLp6q4MptKW8sPFe5VvkoZ5qIzFAtx6c/QZ/54FS3yootsyUSf9gJX/NBqEBNdNR7jMIlpQ== dependencies: - "@smithy/middleware-serde" "^4.2.12" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" "@smithy/util-base64" "^4.3.2" "@smithy/util-body-length-browser" "^4.2.2" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-stream" "^4.5.17" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-stream" "^4.5.19" "@smithy/util-utf8" "^4.2.2" "@smithy/uuid" "^1.1.2" tslib "^2.6.2" @@ -4197,97 +4206,108 @@ "@smithy/url-parser" "^4.2.11" tslib "^2.6.2" -"@smithy/eventstream-codec@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-4.2.11.tgz#b26d17be447ddb361d7f90af44ff7fb03d8a3e08" - integrity sha512-Sf39Ml0iVX+ba/bgMPxaXWAAFmHqYLTmbjAPfLPLY8CrYkRDEqZdUsKC1OwVMCdJXfAt0v4j49GIJ8DoSYAe6w== +"@smithy/credential-provider-imds@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.2.12.tgz#fa2e52116cac7eaf5625e0bfd399a4927b598f66" + integrity sha512-cr2lR792vNZcYMriSIj+Um3x9KWrjcu98kn234xA6reOAFMmbRpQMOv8KPgEmLLtx3eldU6c5wALKFqNOhugmg== + dependencies: + "@smithy/node-config-provider" "^4.3.12" + "@smithy/property-provider" "^4.2.12" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" + tslib "^2.6.2" + +"@smithy/eventstream-codec@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-4.2.12.tgz#8cd62d08709344fb8b35fd17870fdf1435de61a3" + integrity sha512-FE3bZdEl62ojmy8x4FHqxq2+BuOHlcxiH5vaZ6aqHJr3AIZzwF5jfx8dEiU/X0a8RboyNDjmXjlbr8AdEyLgiA== dependencies: "@aws-crypto/crc32" "5.2.0" - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" "@smithy/util-hex-encoding" "^4.2.2" tslib "^2.6.2" -"@smithy/eventstream-serde-browser@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-4.2.11.tgz#9bcaec291d3b5b6a199773ab5d096f395abc22e2" - integrity sha512-3rEpo3G6f/nRS7fQDsZmxw/ius6rnlIpz4UX6FlALEzz8JoSxFmdBt0SZnthis+km7sQo6q5/3e+UJcuQivoXA== +"@smithy/eventstream-serde-browser@^4.2.11", "@smithy/eventstream-serde-browser@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-browser/-/eventstream-serde-browser-4.2.12.tgz#3ceb8743750edaf5d6e42cd1a2327e048f85ba4e" + integrity sha512-XUSuMxlTxV5pp4VpqZf6Sa3vT/Q75FVkLSpSSE3KkWBvAQWeuWt1msTv8fJfgA4/jcJhrbrbMzN1AC/hvPmm5A== dependencies: - "@smithy/eventstream-serde-universal" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/eventstream-serde-universal" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/eventstream-serde-config-resolver@^4.3.11": - version "4.3.11" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-4.3.11.tgz#87a30070c7026acdffa5294b0953966d21c588db" - integrity sha512-XeNIA8tcP/GDWnnKkO7qEm/bg0B/bP9lvIXZBXcGZwZ+VYM8h8k9wuDvUODtdQ2Wcp2RcBkPTCSMmaniVHrMlA== +"@smithy/eventstream-serde-config-resolver@^4.3.11", "@smithy/eventstream-serde-config-resolver@^4.3.12": + version "4.3.12" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-config-resolver/-/eventstream-serde-config-resolver-4.3.12.tgz#a29164bc5480d935ece9dbdca0f79924259e519a" + integrity sha512-7epsAZ3QvfHkngz6RXQYseyZYHlmWXSTPOfPmXkiS+zA6TBNo1awUaMFL9vxyXlGdoELmCZyZe1nQE+imbmV+Q== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/eventstream-serde-node@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-node/-/eventstream-serde-node-4.2.11.tgz#25a2d6d3d13048be4e62c7211c99d138bddc480e" - integrity sha512-fzbCh18rscBDTQSCrsp1fGcclLNF//nJyhjldsEl/5wCYmgpHblv5JSppQAyQI24lClsFT0wV06N1Porn0IsEw== +"@smithy/eventstream-serde-node@^4.2.11", "@smithy/eventstream-serde-node@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-node/-/eventstream-serde-node-4.2.12.tgz#2cc06a1ea1108f679d376aab81e95a6f69877b4a" + integrity sha512-D1pFuExo31854eAvg89KMn9Oab/wEeJR6Buy32B49A9Ogdtx5fwZPqBHUlDzaCDpycTFk2+fSQgX689Qsk7UGA== dependencies: - "@smithy/eventstream-serde-universal" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/eventstream-serde-universal" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/eventstream-serde-universal@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-4.2.11.tgz#c5b5b15c2599441e3d8779bee592fbbbf722878f" - integrity sha512-MJ7HcI+jEkqoWT5vp+uoVaAjBrmxBtKhZTeynDRG/seEjJfqyg3SiqMMqyPnAMzmIfLaeJ/uiuSDP/l9AnMy/Q== +"@smithy/eventstream-serde-universal@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/eventstream-serde-universal/-/eventstream-serde-universal-4.2.12.tgz#a3640d1e7c3e348168360035661db8d21b51e078" + integrity sha512-+yNuTiyBACxOJUTvbsNsSOfH9G9oKbaJE1lNL3YHpGcuucl6rPZMi3nrpehpVOVR2E07YqFFmtwpImtpzlouHQ== dependencies: - "@smithy/eventstream-codec" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/eventstream-codec" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/fetch-http-handler@^5.3.13": - version "5.3.13" - resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.13.tgz#9858e43ff009af6085cca326805c9d0c9a9579f5" - integrity sha512-U2Hcfl2s3XaYjikN9cT4mPu8ybDbImV3baXR0PkVlC0TTx808bRP3FaPGAzPtB8OByI+JqJ1kyS+7GEgae7+qQ== +"@smithy/fetch-http-handler@^5.3.13", "@smithy/fetch-http-handler@^5.3.15": + version "5.3.15" + resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.15.tgz#acf69a8b3bab0396d2782fc901bad0b957c8c6a2" + integrity sha512-T4jFU5N/yiIfrtrsb9uOQn7RdELdM/7HbyLNr6uO/mpkj1ctiVs7CihVr51w4LyQlXWDpXFn4BElf1WmQvZu/A== dependencies: - "@smithy/protocol-http" "^5.3.11" - "@smithy/querystring-builder" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/protocol-http" "^5.3.12" + "@smithy/querystring-builder" "^4.2.12" + "@smithy/types" "^4.13.1" "@smithy/util-base64" "^4.3.2" tslib "^2.6.2" -"@smithy/hash-blob-browser@^4.2.12": - version "4.2.12" - resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-4.2.12.tgz#daa43ccb485d55187c93e72471e0fd48cae8da7b" - integrity sha512-1wQE33DsxkM/waftAhCH9VtJbUGyt1PJ9YRDpOu+q9FUi73LLFUZ2fD8A61g2mT1UY9k7b99+V1xZ41Rz4SHRQ== +"@smithy/hash-blob-browser@^4.2.13": + version "4.2.13" + resolved "https://registry.yarnpkg.com/@smithy/hash-blob-browser/-/hash-blob-browser-4.2.13.tgz#464a7fb6b8355f6a56ddd0de194857760543248f" + integrity sha512-YrF4zWKh+ghLuquldj6e/RzE3xZYL8wIPfkt0MqCRphVICjyyjH8OwKD7LLlKpVEbk4FLizFfC1+gwK6XQdR3g== dependencies: "@smithy/chunked-blob-reader" "^5.2.2" "@smithy/chunked-blob-reader-native" "^4.2.3" - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/hash-node@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-4.2.11.tgz#8b19d53661824ead9627b49a26e5555d6c8a98fd" - integrity sha512-T+p1pNynRkydpdL015ruIoyPSRw9e/SQOWmSAMmmprfswMrd5Ow5igOWNVlvyVFZlxXqGmyH3NQwfwy8r5Jx0A== +"@smithy/hash-node@^4.2.11", "@smithy/hash-node@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-4.2.12.tgz#0ee7f6a1d2958c313ee24b07159dcb9547792441" + integrity sha512-QhBYbGrbxTkZ43QoTPrK72DoYviDeg6YKDrHTMJbbC+A0sml3kSjzFtXP7BtbyJnXojLfTQldGdUR0RGD8dA3w== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" "@smithy/util-buffer-from" "^4.2.2" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@smithy/hash-stream-node@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/hash-stream-node/-/hash-stream-node-4.2.11.tgz#30f0236c85c1b900881c01eefe4f329ffe9ef7b1" - integrity sha512-hQsTjwPCRY8w9GK07w1RqJi3e+myh0UaOWBBhZ1UMSDgofH/Q1fEYzU1teaX6HkpX/eWDdm7tAGR0jBPlz9QEQ== +"@smithy/hash-stream-node@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/hash-stream-node/-/hash-stream-node-4.2.12.tgz#cff200a551bd3f246f8d0aed4309d05873039437" + integrity sha512-O3YbmGExeafuM/kP7Y8r6+1y0hIh3/zn6GROx0uNlB54K9oihAL75Qtc+jFfLNliTi6pxOAYZrRKD9A7iA6UFw== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@smithy/invalid-dependency@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-4.2.11.tgz#ded68aa2299474c3cf06695ebb28a343928086ee" - integrity sha512-cGNMrgykRmddrNhYy1yBdrp5GwIgEkniS7k9O1VLB38yxQtlvrxpZtUVvo6T4cKpeZsriukBuuxfJcdZQc/f/g== +"@smithy/invalid-dependency@^4.2.11", "@smithy/invalid-dependency@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-4.2.12.tgz#1a28c13fb33684b91848d4d6ec5104a1c1413e7f" + integrity sha512-/4F1zb7Z8LOu1PalTdESFHR0RbPwHd3FcaG1sI3UEIriQTWakysgJr65lc1jj6QY5ye7aFsisajotH6UhWfm/g== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@smithy/is-array-buffer@^2.2.0": @@ -4304,89 +4324,90 @@ dependencies: tslib "^2.6.2" -"@smithy/md5-js@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/md5-js/-/md5-js-4.2.11.tgz#1bc8b13ad9cb1b47ac6965fca90ac49f6b22efef" - integrity sha512-350X4kGIrty0Snx2OWv7rPM6p6vM7RzryvFs6B/56Cux3w3sChOb3bymo5oidXJlPcP9fIRxGUCk7GqpiSOtng== +"@smithy/md5-js@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/md5-js/-/md5-js-4.2.12.tgz#8f4f0bd4d57eee488bb4dec712f3c4d25ea6f5d7" + integrity sha512-W/oIpHCpWU2+iAkfZYyGWE+qkpuf3vEXHLxQQDx9FPNZTTdnul0dZ2d/gUFrtQ5je1G2kp4cjG0/24YueG2LbQ== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@smithy/middleware-content-length@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-4.2.11.tgz#8a385fa77e8fa6ffea6b46e7af37b14d2678571f" - integrity sha512-UvIfKYAKhCzr4p6jFevPlKhQwyQwlJ6IeKLDhmV1PlYfcW3RL4ROjNEDtSik4NYMi9kDkH7eSwyTP3vNJ/u/Dw== - dependencies: - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" - tslib "^2.6.2" - -"@smithy/middleware-endpoint@^4", "@smithy/middleware-endpoint@^4.4.22", "@smithy/middleware-endpoint@^4.4.23": - version "4.4.23" - resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.4.23.tgz#4d2d7f2c5e133608782b071b5244e74e1ff2f26a" - integrity sha512-UEFIejZy54T1EJn2aWJ45voB7RP2T+IRzUqocIdM6GFFa5ClZncakYJfcYnoXt3UsQrZZ9ZRauGm77l9UCbBLw== - dependencies: - "@smithy/core" "^3.23.9" - "@smithy/middleware-serde" "^4.2.12" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" - "@smithy/url-parser" "^4.2.11" - "@smithy/util-middleware" "^4.2.11" - tslib "^2.6.2" - -"@smithy/middleware-retry@^4.4.39", "@smithy/middleware-retry@^4.4.40": - version "4.4.40" - resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.4.40.tgz#b10da39d8138f9a14953c2444ed9a737514d8bcf" - integrity sha512-YhEMakG1Ae57FajERdHNZ4ShOPIY7DsgV+ZoAxo/5BT0KIe+f6DDU2rtIymNNFIj22NJfeeI6LWIifrwM0f+rA== - dependencies: - "@smithy/node-config-provider" "^4.3.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/service-error-classification" "^4.2.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" - "@smithy/util-middleware" "^4.2.11" - "@smithy/util-retry" "^4.2.11" +"@smithy/middleware-content-length@^4.2.11", "@smithy/middleware-content-length@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-4.2.12.tgz#dec97ea1444b12e734156b764e9953b2b37c70fd" + integrity sha512-YE58Yz+cvFInWI/wOTrB+DbvUVz/pLn5mC5MvOV4fdRUc6qGwygyngcucRQjAhiCEbmfLOXX0gntSIcgMvAjmA== + dependencies: + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" + tslib "^2.6.2" + +"@smithy/middleware-endpoint@^4", "@smithy/middleware-endpoint@^4.4.22", "@smithy/middleware-endpoint@^4.4.23", "@smithy/middleware-endpoint@^4.4.25": + version "4.4.25" + resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.4.25.tgz#f064b77eac2a6124cc1e1dc875ad4d6be5a1c4a7" + integrity sha512-dqjLwZs2eBxIUG6Qtw8/YZ4DvzHGIf0DA18wrgtfP6a50UIO7e2nY0FPdcbv5tVJKqWCCU5BmGMOUwT7Puan+A== + dependencies: + "@smithy/core" "^3.23.11" + "@smithy/middleware-serde" "^4.2.14" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" + "@smithy/url-parser" "^4.2.12" + "@smithy/util-middleware" "^4.2.12" + tslib "^2.6.2" + +"@smithy/middleware-retry@^4.4.39", "@smithy/middleware-retry@^4.4.40", "@smithy/middleware-retry@^4.4.42": + version "4.4.42" + resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.4.42.tgz#9bc00a2291b10356bd358203c4e1d645012e4901" + integrity sha512-vbwyqHRIpIZutNXZpLAozakzamcINaRCpEy1MYmK6xBeW3xN+TyPRA123GjXnuxZIjc9848MRRCugVMTXxC4Eg== + dependencies: + "@smithy/node-config-provider" "^4.3.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/service-error-classification" "^4.2.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-retry" "^4.2.12" "@smithy/uuid" "^1.1.2" tslib "^2.6.2" -"@smithy/middleware-serde@^4.2.12": - version "4.2.12" - resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-4.2.12.tgz#8f836f3edc85701b69df4f2819106a6e0ef50cf8" - integrity sha512-W9g1bOLui7Xn5FABRVS0o3rXL0gfN37d/8I/W7i0N7oxjx9QecUmXEMSUMADTODwdtka9cN43t5BI2CodLJpng== +"@smithy/middleware-serde@^4.2.12", "@smithy/middleware-serde@^4.2.14": + version "4.2.14" + resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-4.2.14.tgz#dde882c475349196c6d1e845a71aadb9c3dcab0c" + integrity sha512-+CcaLoLa5apzSRtloOyG7lQvkUw2ZDml3hRh4QiG9WyEPfW5Ke/3tPOPiPjUneuT59Tpn8+c3RVaUvvkkwqZwg== dependencies: - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" + "@smithy/core" "^3.23.11" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/middleware-stack@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-4.2.11.tgz#cadd3ada5fa11fe8a192cd18444a77c4510c8bc3" - integrity sha512-s+eenEPW6RgliDk2IhjD2hWOxIx1NKrOHxEwNUaUXxYBxIyCcDfNULZ2Mu15E3kwcJWBedTET/kEASPV1A1Akg== +"@smithy/middleware-stack@^4.2.11", "@smithy/middleware-stack@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-4.2.12.tgz#96b43b2fab0d4a6723f813f76b72418b0fdb6ba0" + integrity sha512-kruC5gRHwsCOuyCd4ouQxYjgRAym2uDlCvQ5acuMtRrcdfg7mFBg6blaxcJ09STpt3ziEkis6bhg1uwrWU7txw== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/node-config-provider@^4", "@smithy/node-config-provider@^4.3.11": - version "4.3.11" - resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.3.11.tgz#a6d246b67c10c6873169bae46e6d04261d548402" - integrity sha512-xD17eE7kaLgBBGf5CZQ58hh2YmwK1Z0O8YhffwB/De2jsL0U3JklmhVYJ9Uf37OtUDLF2gsW40Xwwag9U869Gg== +"@smithy/node-config-provider@^4", "@smithy/node-config-provider@^4.3.11", "@smithy/node-config-provider@^4.3.12": + version "4.3.12" + resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.3.12.tgz#bb722da6e2a130ae585754fa7bc8d909f9f5d702" + integrity sha512-tr2oKX2xMcO+rBOjobSwVAkV05SIfUKz8iI53rzxEmgW3GOOPOv0UioSDk+J8OpRQnpnhsO3Af6IEBabQBVmiw== dependencies: - "@smithy/property-provider" "^4.2.11" - "@smithy/shared-ini-file-loader" "^4.4.6" - "@smithy/types" "^4.13.0" + "@smithy/property-provider" "^4.2.12" + "@smithy/shared-ini-file-loader" "^4.4.7" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/node-http-handler@^4.4.14": - version "4.4.14" - resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.4.14.tgz#a40a6677b7cda2c100141833abee1401c2e1a74f" - integrity sha512-DamSqaU8nuk0xTJDrYnRzZndHwwRnyj/n/+RqGGCcBKB4qrQem0mSDiWdupaNWdwxzyMU91qxDmHOCazfhtO3A== +"@smithy/node-http-handler@^4.4.14", "@smithy/node-http-handler@^4.4.16": + version "4.4.16" + resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.4.16.tgz#bb9de91f546c22b312820acabc081debe0417dff" + integrity sha512-ULC8UCS/HivdCB3jhi+kLFYe4B5gxH2gi9vHBfEIiRrT2jfKiZNiETJSlzRtE6B26XbBHjPtc8iZKSNqMol9bw== dependencies: - "@smithy/abort-controller" "^4.2.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/querystring-builder" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/abort-controller" "^4.2.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/querystring-builder" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@smithy/property-provider@^4", "@smithy/property-provider@^4.2.11": @@ -4397,12 +4418,20 @@ "@smithy/types" "^4.13.0" tslib "^2.6.2" -"@smithy/protocol-http@^5.3.11": - version "5.3.11" - resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.11.tgz#e4450af3ba9e52e8b99a9c3035c90c8cd853be27" - integrity sha512-hI+barOVDJBkNt4y0L2mu3Ugc0w7+BpJ2CZuLwXtSltGAAwCb3IvnalGlbDV/UCS6a9ZuT3+exd1WxNdLb5IlQ== +"@smithy/property-provider@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-4.2.12.tgz#e9f8e5ce125413973b16e39c87cf4acd41324e21" + integrity sha512-jqve46eYU1v7pZ5BM+fmkbq3DerkSluPr5EhvOcHxygxzD05ByDRppRwRPPpFrsFo5yDtCYLKu+kreHKVrvc7A== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" + tslib "^2.6.2" + +"@smithy/protocol-http@^5.3.11", "@smithy/protocol-http@^5.3.12": + version "5.3.12" + resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.12.tgz#c913053e7dfbac6cdd7f374f0b4f5aa7c518d0e1" + integrity sha512-fit0GZK9I1xoRlR4jXmbLhoN0OdEpa96ul8M65XdmXnxXkuMxM0Y8HDT0Fh0Xb4I85MBvBClOzgSrV1X2s1Hxw== + dependencies: + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@smithy/querystring-builder@^4.2.11": @@ -4414,20 +4443,29 @@ "@smithy/util-uri-escape" "^4.2.2" tslib "^2.6.2" -"@smithy/querystring-parser@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-4.2.11.tgz#b1e85945bc3c80058e0b0114af391bb069b2393f" - integrity sha512-nE3IRNjDltvGcoThD2abTozI1dkSy8aX+a2N1Rs55en5UsdyyIXgGEmevUL3okZFoJC77JgRGe99xYohhsjivQ== +"@smithy/querystring-builder@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.2.12.tgz#20a0266b151a4b58409f901e1463257a72835c16" + integrity sha512-6wTZjGABQufekycfDGMEB84BgtdOE/rCVTov+EDXQ8NHKTUNIp/j27IliwP7tjIU9LR+sSzyGBOXjeEtVgzCHg== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" + "@smithy/util-uri-escape" "^4.2.2" tslib "^2.6.2" -"@smithy/service-error-classification@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.2.11.tgz#da2ee1af5c851380e6b0146b75416f0e5f64e1f7" - integrity sha512-HkMFJZJUhzU3HvND1+Yw/kYWXp4RPDLBWLcK1n+Vqw8xn4y2YiBhdww8IxhkQjP/QlZun5bwm3vcHc8AqIU3zw== +"@smithy/querystring-parser@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-4.2.12.tgz#918cb609b2d606ab81f2727bfde0265d2ebb2758" + integrity sha512-P2OdvrgiAKpkPNKlKUtWbNZKB1XjPxM086NeVhK+W+wI46pIKdWBe5QyXvhUm3MEcyS/rkLvY8rZzyUdmyDZBw== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" + tslib "^2.6.2" + +"@smithy/service-error-classification@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.2.12.tgz#795e9484207acf63817a9e9cf67e90b42e720840" + integrity sha512-LlP29oSQN0Tw0b6D0Xo6BIikBswuIiGYbRACy5ujw/JgWSzTdYj46U83ssf6Ux0GyNJVivs2uReU8pt7Eu9okQ== + dependencies: + "@smithy/types" "^4.13.1" "@smithy/shared-ini-file-loader@^4", "@smithy/shared-ini-file-loader@^4.4.6": version "4.4.6" @@ -4437,6 +4475,14 @@ "@smithy/types" "^4.13.0" tslib "^2.6.2" +"@smithy/shared-ini-file-loader@^4.4.7": + version "4.4.7" + resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.7.tgz#18cc5a21f871509fafbe535a7bf44bde5a500727" + integrity sha512-HrOKWsUb+otTeo1HxVWeEb99t5ER1XrBi/xka2Wv6NVmTbuCUC1dvlrksdvxFtODLBjsC+PHK+fuy2x/7Ynyiw== + dependencies: + "@smithy/types" "^4.13.1" + tslib "^2.6.2" + "@smithy/signature-v4@^5.3.11": version "5.3.11" resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.3.11.tgz#81fc2aba69994b23aff730b984418e9696bc36c4" @@ -4451,33 +4497,47 @@ "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@smithy/smithy-client@^4.12.2", "@smithy/smithy-client@^4.12.3": - version "4.12.3" - resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-4.12.3.tgz#95370221bc5c2f30a25157b2df84a3630c81ec85" - integrity sha512-7k4UxjSpHmPN2AxVhvIazRSzFQjWnud3sOsXcFStzagww17j1cFQYqTSiQ8xuYK3vKLR1Ni8FzuT3VlKr3xCNw== +"@smithy/signature-v4@^5.3.12": + version "5.3.12" + resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.3.12.tgz#b61ce40a94bdd91dfdd8f5f2136631c8eb67f253" + integrity sha512-B/FBwO3MVOL00DaRSXfXfa/TRXRheagt/q5A2NM13u7q+sHS59EOVGQNfG7DkmVtdQm5m3vOosoKAXSqn/OEgw== dependencies: - "@smithy/core" "^3.23.9" - "@smithy/middleware-endpoint" "^4.4.23" - "@smithy/middleware-stack" "^4.2.11" - "@smithy/protocol-http" "^5.3.11" - "@smithy/types" "^4.13.0" - "@smithy/util-stream" "^4.5.17" + "@smithy/is-array-buffer" "^4.2.2" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" + "@smithy/util-hex-encoding" "^4.2.2" + "@smithy/util-middleware" "^4.2.12" + "@smithy/util-uri-escape" "^4.2.2" + "@smithy/util-utf8" "^4.2.2" tslib "^2.6.2" -"@smithy/types@^4.13.0": - version "4.13.0" - resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.13.0.tgz#9787297a07ee72ef74d4f7d93c744d10ed664c21" - integrity sha512-COuLsZILbbQsdrwKQpkkpyep7lCsByxwj7m0Mg5v66/ZTyenlfBc40/QFQ5chO0YN/PNEH1Bi3fGtfXPnYNeDw== +"@smithy/smithy-client@^4.12.2", "@smithy/smithy-client@^4.12.3", "@smithy/smithy-client@^4.12.5": + version "4.12.5" + resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-4.12.5.tgz#2128204f2ca735956356dab89106370c66902902" + integrity sha512-UqwYawyqSr/aog8mnLnfbPurS0gi4G7IYDcD28cUIBhsvWs1+rQcL2IwkUQ+QZ7dibaoRzhNF99fAQ9AUcO00w== dependencies: + "@smithy/core" "^3.23.11" + "@smithy/middleware-endpoint" "^4.4.25" + "@smithy/middleware-stack" "^4.2.12" + "@smithy/protocol-http" "^5.3.12" + "@smithy/types" "^4.13.1" + "@smithy/util-stream" "^4.5.19" tslib "^2.6.2" -"@smithy/url-parser@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.2.11.tgz#4c87eb5872c2ab0385086b38eee4b4a6e5a029b2" - integrity sha512-oTAGGHo8ZYc5VZsBREzuf5lf2pAurJQsccMusVZ85wDkX66ojEc/XauiGjzCj50A61ObFTPe6d7Pyt6UBYaing== +"@smithy/types@^4.13.0", "@smithy/types@^4.13.1": + version "4.13.1" + resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.13.1.tgz#8aaf15bb0f42b4e7c93c87018a3678a06d74691d" + integrity sha512-787F3yzE2UiJIQ+wYW1CVg2odHjmaWLGksnKQHUrK/lYZSEcy1msuLVvxaR/sI2/aDe9U+TBuLsXnr3vod1g0g== dependencies: - "@smithy/querystring-parser" "^4.2.11" - "@smithy/types" "^4.13.0" + tslib "^2.6.2" + +"@smithy/url-parser@^4.2.11", "@smithy/url-parser@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.2.12.tgz#e940557bf0b8e9a25538a421970f64bd827f456f" + integrity sha512-wOPKPEpso+doCZGIlr+e1lVI6+9VAKfL4kZWFgzVgGWY2hZxshNKod4l2LXS3PRC9otH/JRSjtEHqQ/7eLciRA== + dependencies: + "@smithy/querystring-parser" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@smithy/util-base64@^4.3.2": @@ -4526,36 +4586,36 @@ dependencies: tslib "^2.6.2" -"@smithy/util-defaults-mode-browser@^4.3.38", "@smithy/util-defaults-mode-browser@^4.3.39": - version "4.3.39" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.39.tgz#9f354b9dcd0c0e17aa507e6fc13b4785af31cd97" - integrity sha512-ui7/Ho/+VHqS7Km2wBw4/Ab4RktoiSshgcgpJzC4keFPs6tLJS4IQwbeahxQS3E/w98uq6E1mirCH/id9xIXeQ== +"@smithy/util-defaults-mode-browser@^4.3.38", "@smithy/util-defaults-mode-browser@^4.3.39", "@smithy/util-defaults-mode-browser@^4.3.41": + version "4.3.41" + resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.41.tgz#6e06d22acefe998d2ece72c5a313fbd47e78ee08" + integrity sha512-M1w1Ux0rSVvBOxIIiqbxvZvhnjQ+VUjJrugtORE90BbadSTH+jsQL279KRL3Hv0w69rE7EuYkV/4Lepz/NBW9g== dependencies: - "@smithy/property-provider" "^4.2.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" + "@smithy/property-provider" "^4.2.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/util-defaults-mode-node@^4.2.41", "@smithy/util-defaults-mode-node@^4.2.42": - version "4.2.42" - resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.42.tgz#248a2d6a50b4480f3a2a4ce779409e90f0d16b96" - integrity sha512-QDA84CWNe8Akpj15ofLO+1N3Rfg8qa2K5uX0y6HnOp4AnRYRgWrKx/xzbYNbVF9ZsyJUYOfcoaN3y93wA/QJ2A== +"@smithy/util-defaults-mode-node@^4.2.41", "@smithy/util-defaults-mode-node@^4.2.42", "@smithy/util-defaults-mode-node@^4.2.44": + version "4.2.44" + resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.44.tgz#aa215b6397af2ca70da3d431d725da6a3734e6a1" + integrity sha512-YPze3/lD1KmWuZsl9JlfhcgGLX7AXhSoaCDtiPntUjNW5/YY0lOHjkcgxyE9x/h5vvS1fzDifMGjzqnNlNiqOQ== dependencies: - "@smithy/config-resolver" "^4.4.10" - "@smithy/credential-provider-imds" "^4.2.11" - "@smithy/node-config-provider" "^4.3.11" - "@smithy/property-provider" "^4.2.11" - "@smithy/smithy-client" "^4.12.3" - "@smithy/types" "^4.13.0" + "@smithy/config-resolver" "^4.4.11" + "@smithy/credential-provider-imds" "^4.2.12" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/property-provider" "^4.2.12" + "@smithy/smithy-client" "^4.12.5" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/util-endpoints@^3.3.2": - version "3.3.2" - resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-3.3.2.tgz#a81ee98a2596248f6cdedc868d13cb6b9ea497b2" - integrity sha512-+4HFLpE5u29AbFlTdlKIT7jfOzZ8PDYZKTb3e+AgLz986OYwqTourQ5H+jg79/66DB69Un1+qKecLnkZdAsYcA== +"@smithy/util-endpoints@^3.3.2", "@smithy/util-endpoints@^3.3.3": + version "3.3.3" + resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-3.3.3.tgz#0119f15bcac30b3b9af1d3cc0a8477e7199d0185" + integrity sha512-VACQVe50j0HZPjpwWcjyT51KUQ4AnsvEaQ2lKHOSL4mNLD0G9BjEniQ+yCt1qqfKfiAHRAts26ud7hBjamrwig== dependencies: - "@smithy/node-config-provider" "^4.3.11" - "@smithy/types" "^4.13.0" + "@smithy/node-config-provider" "^4.3.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@smithy/util-hex-encoding@^4.2.2": @@ -4565,31 +4625,31 @@ dependencies: tslib "^2.6.2" -"@smithy/util-middleware@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.2.11.tgz#d2a89893fc2dfd500de412c5f7c7961716855f4d" - integrity sha512-r3dtF9F+TpSZUxpOVVtPfk09Rlo4lT6ORBqEvX3IBT6SkQAdDSVKR5GcfmZbtl7WKhKnmb3wbDTQ6ibR2XHClw== +"@smithy/util-middleware@^4.2.11", "@smithy/util-middleware@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.2.12.tgz#d6cb837c2390375e2b6957e7f917350ca4bd8757" + integrity sha512-Er805uFUOvgc0l8nv0e0su0VFISoxhJ/AwOn3gL2NWNY2LUEldP5WtVcRYSQBcjg0y9NfG8JYrCJaYDpupBHJQ== dependencies: - "@smithy/types" "^4.13.0" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/util-retry@^4", "@smithy/util-retry@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.2.11.tgz#59fc5364488d4c755eec5afb4054623f852cf0e6" - integrity sha512-XSZULmL5x6aCTTii59wJqKsY1l3eMIAomRAccW7Tzh9r8s7T/7rdo03oektuH5jeYRlJMPcNP92EuRDvk9aXbw== +"@smithy/util-retry@^4", "@smithy/util-retry@^4.2.11", "@smithy/util-retry@^4.2.12": + version "4.2.12" + resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.2.12.tgz#be4805afee530f95b00a6ba771e18cb4c324f822" + integrity sha512-1zopLDUEOwumjcHdJ1mwBHddubYF8GMQvstVCLC54Y46rqoHwlIU+8ZzUeaBcD+WCJHyDGSeZ2ml9YSe9aqcoQ== dependencies: - "@smithy/service-error-classification" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/service-error-classification" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" -"@smithy/util-stream@^4.5.17": - version "4.5.17" - resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-4.5.17.tgz#53073153deb890d91fd14fd2055e6582b627b0fd" - integrity sha512-793BYZ4h2JAQkNHcEnyFxDTcZbm9bVybD0UV/LEWmZ5bkTms7JqjfrLMi2Qy0E5WFcCzLwCAPgcvcvxoeALbAQ== +"@smithy/util-stream@^4.5.17", "@smithy/util-stream@^4.5.19": + version "4.5.19" + resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-4.5.19.tgz#cb424e62e7a7a97c2839213efced47f1112efb7e" + integrity sha512-v4sa+3xTweL1CLO2UP0p7tvIMH/Rq1X4KKOxd568mpe6LSLMQCnDHs4uv7m3ukpl3HvcN2JH6jiCS0SNRXKP/w== dependencies: - "@smithy/fetch-http-handler" "^5.3.13" - "@smithy/node-http-handler" "^4.4.14" - "@smithy/types" "^4.13.0" + "@smithy/fetch-http-handler" "^5.3.15" + "@smithy/node-http-handler" "^4.4.16" + "@smithy/types" "^4.13.1" "@smithy/util-base64" "^4.3.2" "@smithy/util-buffer-from" "^4.2.2" "@smithy/util-hex-encoding" "^4.2.2" @@ -4619,13 +4679,13 @@ "@smithy/util-buffer-from" "^4.2.2" tslib "^2.6.2" -"@smithy/util-waiter@^4", "@smithy/util-waiter@^4.2.11": - version "4.2.11" - resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-4.2.11.tgz#afe08ad75c9b51e35c83e3c11926855d886741f6" - integrity sha512-x7Rh2azQPs3XxbvCzcttRErKKvLnbZfqRf/gOjw2pb+ZscX88e5UkRPCB67bVnsFHxayvMvmePfKTqsRb+is1A== +"@smithy/util-waiter@^4", "@smithy/util-waiter@^4.2.11", "@smithy/util-waiter@^4.2.13": + version "4.2.13" + resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-4.2.13.tgz#fea123340d650825a0ae3cc6c4525337806811ca" + integrity sha512-2zdZ9DTHngRtcYxJK1GUDxruNr53kv5W2Lupe0LMU+Imr6ohQg8M2T14MNkj1Y0wS3FFwpgpGQyvuaMF7CiTmQ== dependencies: - "@smithy/abort-controller" "^4.2.11" - "@smithy/types" "^4.13.0" + "@smithy/abort-controller" "^4.2.12" + "@smithy/types" "^4.13.1" tslib "^2.6.2" "@smithy/uuid@^1.1.2": From 373350a2b8144a89f65f9d9558810b8a91aa617c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 06:50:16 +0000 Subject: [PATCH 2/2] chore: self mutation Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../integ-runner/THIRD_PARTY_LICENSES | 1156 ++++++++++++++++- packages/aws-cdk/THIRD_PARTY_LICENSES | 1156 ++++++++++++++++- packages/cdk-assets/THIRD_PARTY_LICENSES | 743 ++++++++++- 3 files changed, 2861 insertions(+), 194 deletions(-) diff --git a/packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES b/packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES index 43812e92a..66f0879b7 100644 --- a/packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES +++ b/packages/@aws-cdk/integ-runner/THIRD_PARTY_LICENSES @@ -3502,7 +3502,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/client-s3@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-s3@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4532,7 +4532,7 @@ The @aws-cdk/integ-runner package includes the following third-party software/li ---------------- -** @aws-sdk/core@3.973.19 - https://www.npmjs.com/package/@aws-sdk/core/v/3.973.19 | Apache-2.0 +** @aws-sdk/core@3.973.20 - https://www.npmjs.com/package/@aws-sdk/core/v/3.973.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4737,7 +4737,7 @@ Apache License ---------------- -** @aws-sdk/crc64-nvme@3.972.4 - https://www.npmjs.com/package/@aws-sdk/crc64-nvme/v/3.972.4 | Apache-2.0 +** @aws-sdk/crc64-nvme@3.972.5 - https://www.npmjs.com/package/@aws-sdk/crc64-nvme/v/3.972.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5353,7 +5353,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-env@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-env@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.18 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5562,7 +5562,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-http@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.19 | Apache-2.0 +** @aws-sdk/credential-provider-http@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.20 | Apache-2.0 ---------------- @@ -5771,7 +5771,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-ini@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-ini@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5980,11 +5980,11 @@ Apache License ---------------- -** @aws-sdk/credential-provider-login@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-login@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.20 | Apache-2.0 ---------------- -** @aws-sdk/credential-provider-node@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.19 | Apache-2.0 +** @aws-sdk/credential-provider-node@3.972.21 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.21 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6394,7 +6394,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-process@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-process@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.18 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6804,7 +6804,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-sso@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-sso@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7214,7 +7214,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-web-identity@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-web-identity@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8034,7 +8034,7 @@ Apache License ---------------- -** @aws-sdk/middleware-bucket-endpoint@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-bucket-endpoint@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8240,7 +8240,7 @@ Apache License ---------------- -** @aws-sdk/middleware-expect-continue@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-expect-continue@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8446,7 +8446,7 @@ Apache License ---------------- -** @aws-sdk/middleware-flexible-checksums@3.973.4 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.973.4 | Apache-2.0 +** @aws-sdk/middleware-flexible-checksums@3.973.6 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.973.6 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8652,7 +8652,7 @@ Apache License ---------------- -** @aws-sdk/middleware-host-header@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-host-header@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8858,7 +8858,7 @@ Apache License ---------------- -** @aws-sdk/middleware-location-constraint@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-location-constraint@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9064,7 +9064,7 @@ Apache License ---------------- -** @aws-sdk/middleware-logger@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-logger@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9269,7 +9269,7 @@ Apache License ---------------- -** @aws-sdk/middleware-recursion-detection@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-recursion-detection@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9886,7 +9886,7 @@ Apache License ---------------- -** @aws-sdk/middleware-sdk-s3@3.972.18 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.18 | Apache-2.0 +** @aws-sdk/middleware-sdk-s3@3.972.20 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10092,7 +10092,7 @@ Apache License ---------------- -** @aws-sdk/middleware-ssec@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-ssec@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10298,7 +10298,7 @@ Apache License ---------------- -** @aws-sdk/middleware-user-agent@3.972.20 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.20 | Apache-2.0 +** @aws-sdk/middleware-user-agent@3.972.21 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.21 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10504,15 +10504,15 @@ Apache License ---------------- -** @aws-sdk/nested-clients@3.996.7 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.7 | Apache-2.0 +** @aws-sdk/nested-clients@3.996.10 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.10 | Apache-2.0 ---------------- -** @aws-sdk/nested-clients@3.996.8 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.8 | Apache-2.0 +** @aws-sdk/nested-clients@3.996.7 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.7 | Apache-2.0 ---------------- -** @aws-sdk/region-config-resolver@3.972.7 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.7 | Apache-2.0 +** @aws-sdk/region-config-resolver@3.972.8 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10717,7 +10717,7 @@ Apache License ---------------- -** @aws-sdk/signature-v4-multi-region@3.996.6 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.6 | Apache-2.0 +** @aws-sdk/signature-v4-multi-region@3.996.8 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11128,7 +11128,7 @@ Apache License ---------------- -** @aws-sdk/token-providers@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1005.0 | Apache-2.0 +** @aws-sdk/token-providers@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11538,7 +11538,7 @@ Apache License ---------------- -** @aws-sdk/util-endpoints@3.996.4 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.4 | Apache-2.0 +** @aws-sdk/util-endpoints@3.996.5 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11948,7 +11948,7 @@ Apache License ---------------- -** @aws-sdk/util-user-agent-node@3.973.5 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.5 | Apache-2.0 +** @aws-sdk/util-user-agent-node@3.973.7 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.7 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12154,7 +12154,7 @@ Apache License ---------------- -** @aws-sdk/xml-builder@3.972.10 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.10 | Apache-2.0 +** @aws-sdk/xml-builder@3.972.11 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12822,7 +12822,7 @@ Apache License ---------------- -** @smithy/config-resolver@4.4.10 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.10 | Apache-2.0 +** @smithy/config-resolver@4.4.11 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13027,7 +13027,7 @@ Apache License ---------------- -** @smithy/core@3.23.9 - https://www.npmjs.com/package/@smithy/core/v/3.23.9 | Apache-2.0 +** @smithy/core@3.23.11 - https://www.npmjs.com/package/@smithy/core/v/3.23.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13438,7 +13438,212 @@ Apache License ---------------- -** @smithy/eventstream-codec@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.11 | Apache-2.0 +** @smithy/credential-provider-imds@4.2.12 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.12 | Apache-2.0 +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +---------------- + +** @smithy/eventstream-codec@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13644,7 +13849,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-config-resolver@4.3.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.11 | Apache-2.0 +** @smithy/eventstream-serde-config-resolver@4.3.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13850,7 +14055,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-node@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-serde-node@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14056,7 +14261,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-universal@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-serde-universal@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14262,7 +14467,7 @@ Apache License ---------------- -** @smithy/fetch-http-handler@5.3.13 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.13 | Apache-2.0 +** @smithy/fetch-http-handler@5.3.15 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.15 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14467,7 +14672,7 @@ Apache License ---------------- -** @smithy/hash-node@4.2.11 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.11 | Apache-2.0 +** @smithy/hash-node@4.2.12 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14672,7 +14877,7 @@ Apache License ---------------- -** @smithy/hash-stream-node@4.2.11 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.11 | Apache-2.0 +** @smithy/hash-stream-node@4.2.12 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15287,7 +15492,7 @@ Apache License ---------------- -** @smithy/middleware-content-length@4.2.11 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.11 | Apache-2.0 +** @smithy/middleware-content-length@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15492,7 +15697,7 @@ Apache License ---------------- -** @smithy/middleware-endpoint@4.4.23 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.23 | Apache-2.0 +** @smithy/middleware-endpoint@4.4.25 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.25 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15697,7 +15902,7 @@ Apache License ---------------- -** @smithy/middleware-retry@4.4.40 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.4.40 | Apache-2.0 +** @smithy/middleware-retry@4.4.42 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.4.42 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15903,7 +16108,7 @@ Apache License ---------------- -** @smithy/middleware-serde@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.12 | Apache-2.0 +** @smithy/middleware-serde@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.14 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16109,7 +16314,7 @@ Apache License ---------------- -** @smithy/middleware-stack@4.2.11 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.11 | Apache-2.0 +** @smithy/middleware-stack@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16314,7 +16519,7 @@ Apache License ---------------- -** @smithy/node-config-provider@4.3.11 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.11 | Apache-2.0 +** @smithy/node-config-provider@4.3.12 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16519,7 +16724,7 @@ Apache License ---------------- -** @smithy/node-http-handler@4.4.14 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.4.14 | Apache-2.0 +** @smithy/node-http-handler@4.4.16 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.4.16 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16929,8 +17134,8 @@ Apache License ---------------- -** @smithy/protocol-http@5.3.11 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.11 | Apache-2.0 - Apache License +** @smithy/property-provider@4.2.12 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.12 | Apache-2.0 +Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17118,7 +17323,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17132,10 +17337,9 @@ Apache License See the License for the specific language governing permissions and limitations under the License. - ---------------- -** @smithy/querystring-builder@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.11 | Apache-2.0 +** @smithy/protocol-http@5.3.12 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17324,7 +17528,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17341,7 +17545,7 @@ Apache License ---------------- -** @smithy/querystring-parser@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.11 | Apache-2.0 +** @smithy/querystring-builder@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17547,7 +17751,7 @@ Apache License ---------------- -** @smithy/service-error-classification@4.2.11 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.2.11 | Apache-2.0 +** @smithy/querystring-builder@4.2.12 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17753,8 +17957,8 @@ Apache License ---------------- -** @smithy/shared-ini-file-loader@4.4.6 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.6 | Apache-2.0 -Apache License +** @smithy/querystring-parser@4.2.12 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.12 | Apache-2.0 + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17956,9 +18160,831 @@ Apache License See the License for the specific language governing permissions and limitations under the License. + ---------------- -** @smithy/signature-v4@5.3.11 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.11 | Apache-2.0 +** @smithy/service-error-classification@4.2.12 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.2.12 | Apache-2.0 + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +---------------- + +** @smithy/shared-ini-file-loader@4.4.6 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.6 | Apache-2.0 +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +---------------- + +** @smithy/shared-ini-file-loader@4.4.7 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.7 | Apache-2.0 +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +---------------- + +** @smithy/signature-v4@5.3.11 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.11 | Apache-2.0 +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +---------------- + +** @smithy/signature-v4@5.3.12 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18163,7 +19189,7 @@ Apache License ---------------- -** @smithy/smithy-client@4.12.3 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.3 | Apache-2.0 +** @smithy/smithy-client@4.12.5 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18369,7 +19395,7 @@ Apache License ---------------- -** @smithy/types@4.13.0 - https://www.npmjs.com/package/@smithy/types/v/4.13.0 | Apache-2.0 +** @smithy/types@4.13.1 - https://www.npmjs.com/package/@smithy/types/v/4.13.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18575,7 +19601,7 @@ Apache License ---------------- -** @smithy/url-parser@4.2.11 - https://www.npmjs.com/package/@smithy/url-parser/v/4.2.11 | Apache-2.0 +** @smithy/url-parser@4.2.12 - https://www.npmjs.com/package/@smithy/url-parser/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20011,7 +21037,7 @@ Apache License ---------------- -** @smithy/util-defaults-mode-node@4.2.42 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.42 | Apache-2.0 +** @smithy/util-defaults-mode-node@4.2.44 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.44 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20217,7 +21243,7 @@ Apache License ---------------- -** @smithy/util-endpoints@3.3.2 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.3.2 | Apache-2.0 +** @smithy/util-endpoints@3.3.3 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.3.3 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20627,7 +21653,7 @@ Apache License ---------------- -** @smithy/util-middleware@4.2.11 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.11 | Apache-2.0 +** @smithy/util-middleware@4.2.12 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20832,7 +21858,7 @@ Apache License ---------------- -** @smithy/util-retry@4.2.11 - https://www.npmjs.com/package/@smithy/util-retry/v/4.2.11 | Apache-2.0 +** @smithy/util-retry@4.2.12 - https://www.npmjs.com/package/@smithy/util-retry/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -21037,7 +22063,7 @@ Apache License ---------------- -** @smithy/util-stream@4.5.17 - https://www.npmjs.com/package/@smithy/util-stream/v/4.5.17 | Apache-2.0 +** @smithy/util-stream@4.5.19 - https://www.npmjs.com/package/@smithy/util-stream/v/4.5.19 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -21857,7 +22883,7 @@ Apache License ---------------- -** @smithy/util-waiter@4.2.11 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.2.11 | Apache-2.0 +** @smithy/util-waiter@4.2.13 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.2.13 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/packages/aws-cdk/THIRD_PARTY_LICENSES b/packages/aws-cdk/THIRD_PARTY_LICENSES index 275b1365e..24b5686ef 100644 --- a/packages/aws-cdk/THIRD_PARTY_LICENSES +++ b/packages/aws-cdk/THIRD_PARTY_LICENSES @@ -3502,7 +3502,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-s3@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-s3@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4532,7 +4532,7 @@ The aws-cdk package includes the following third-party software/licensing: ---------------- -** @aws-sdk/core@3.973.19 - https://www.npmjs.com/package/@aws-sdk/core/v/3.973.19 | Apache-2.0 +** @aws-sdk/core@3.973.20 - https://www.npmjs.com/package/@aws-sdk/core/v/3.973.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4737,7 +4737,7 @@ Apache License ---------------- -** @aws-sdk/crc64-nvme@3.972.4 - https://www.npmjs.com/package/@aws-sdk/crc64-nvme/v/3.972.4 | Apache-2.0 +** @aws-sdk/crc64-nvme@3.972.5 - https://www.npmjs.com/package/@aws-sdk/crc64-nvme/v/3.972.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5353,7 +5353,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-env@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-env@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.18 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5562,7 +5562,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-http@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.19 | Apache-2.0 +** @aws-sdk/credential-provider-http@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.20 | Apache-2.0 ---------------- @@ -5771,7 +5771,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-ini@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-ini@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5980,11 +5980,11 @@ Apache License ---------------- -** @aws-sdk/credential-provider-login@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-login@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.20 | Apache-2.0 ---------------- -** @aws-sdk/credential-provider-node@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.19 | Apache-2.0 +** @aws-sdk/credential-provider-node@3.972.21 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.21 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6394,7 +6394,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-process@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-process@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.18 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6804,7 +6804,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-sso@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-sso@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7214,7 +7214,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-web-identity@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-web-identity@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8034,7 +8034,7 @@ Apache License ---------------- -** @aws-sdk/middleware-bucket-endpoint@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-bucket-endpoint@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8240,7 +8240,7 @@ Apache License ---------------- -** @aws-sdk/middleware-expect-continue@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-expect-continue@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8446,7 +8446,7 @@ Apache License ---------------- -** @aws-sdk/middleware-flexible-checksums@3.973.4 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.973.4 | Apache-2.0 +** @aws-sdk/middleware-flexible-checksums@3.973.6 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.973.6 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8652,7 +8652,7 @@ Apache License ---------------- -** @aws-sdk/middleware-host-header@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-host-header@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8858,7 +8858,7 @@ Apache License ---------------- -** @aws-sdk/middleware-location-constraint@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-location-constraint@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9064,7 +9064,7 @@ Apache License ---------------- -** @aws-sdk/middleware-logger@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-logger@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9269,7 +9269,7 @@ Apache License ---------------- -** @aws-sdk/middleware-recursion-detection@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-recursion-detection@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9886,7 +9886,7 @@ Apache License ---------------- -** @aws-sdk/middleware-sdk-s3@3.972.18 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.18 | Apache-2.0 +** @aws-sdk/middleware-sdk-s3@3.972.20 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10092,7 +10092,7 @@ Apache License ---------------- -** @aws-sdk/middleware-ssec@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-ssec@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10298,7 +10298,7 @@ Apache License ---------------- -** @aws-sdk/middleware-user-agent@3.972.20 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.20 | Apache-2.0 +** @aws-sdk/middleware-user-agent@3.972.21 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.21 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10504,15 +10504,15 @@ Apache License ---------------- -** @aws-sdk/nested-clients@3.996.7 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.7 | Apache-2.0 +** @aws-sdk/nested-clients@3.996.10 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.10 | Apache-2.0 ---------------- -** @aws-sdk/nested-clients@3.996.8 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.8 | Apache-2.0 +** @aws-sdk/nested-clients@3.996.7 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.7 | Apache-2.0 ---------------- -** @aws-sdk/region-config-resolver@3.972.7 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.7 | Apache-2.0 +** @aws-sdk/region-config-resolver@3.972.8 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10717,7 +10717,7 @@ Apache License ---------------- -** @aws-sdk/signature-v4-multi-region@3.996.6 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.6 | Apache-2.0 +** @aws-sdk/signature-v4-multi-region@3.996.8 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11128,7 +11128,7 @@ Apache License ---------------- -** @aws-sdk/token-providers@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1005.0 | Apache-2.0 +** @aws-sdk/token-providers@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11538,7 +11538,7 @@ Apache License ---------------- -** @aws-sdk/util-endpoints@3.996.4 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.4 | Apache-2.0 +** @aws-sdk/util-endpoints@3.996.5 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11948,7 +11948,7 @@ Apache License ---------------- -** @aws-sdk/util-user-agent-node@3.973.5 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.5 | Apache-2.0 +** @aws-sdk/util-user-agent-node@3.973.7 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.7 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12154,7 +12154,7 @@ Apache License ---------------- -** @aws-sdk/xml-builder@3.972.10 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.10 | Apache-2.0 +** @aws-sdk/xml-builder@3.972.11 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12822,7 +12822,7 @@ Apache License ---------------- -** @smithy/config-resolver@4.4.10 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.10 | Apache-2.0 +** @smithy/config-resolver@4.4.11 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13027,7 +13027,7 @@ Apache License ---------------- -** @smithy/core@3.23.9 - https://www.npmjs.com/package/@smithy/core/v/3.23.9 | Apache-2.0 +** @smithy/core@3.23.11 - https://www.npmjs.com/package/@smithy/core/v/3.23.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13438,7 +13438,212 @@ Apache License ---------------- -** @smithy/eventstream-codec@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.11 | Apache-2.0 +** @smithy/credential-provider-imds@4.2.12 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.12 | Apache-2.0 +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +---------------- + +** @smithy/eventstream-codec@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13644,7 +13849,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-config-resolver@4.3.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.11 | Apache-2.0 +** @smithy/eventstream-serde-config-resolver@4.3.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13850,7 +14055,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-node@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-serde-node@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14056,7 +14261,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-universal@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-serde-universal@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14262,7 +14467,7 @@ Apache License ---------------- -** @smithy/fetch-http-handler@5.3.13 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.13 | Apache-2.0 +** @smithy/fetch-http-handler@5.3.15 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.15 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14467,7 +14672,7 @@ Apache License ---------------- -** @smithy/hash-node@4.2.11 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.11 | Apache-2.0 +** @smithy/hash-node@4.2.12 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14672,7 +14877,7 @@ Apache License ---------------- -** @smithy/hash-stream-node@4.2.11 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.11 | Apache-2.0 +** @smithy/hash-stream-node@4.2.12 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15287,7 +15492,7 @@ Apache License ---------------- -** @smithy/middleware-content-length@4.2.11 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.11 | Apache-2.0 +** @smithy/middleware-content-length@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15492,7 +15697,7 @@ Apache License ---------------- -** @smithy/middleware-endpoint@4.4.23 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.23 | Apache-2.0 +** @smithy/middleware-endpoint@4.4.25 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.25 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15697,7 +15902,7 @@ Apache License ---------------- -** @smithy/middleware-retry@4.4.40 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.4.40 | Apache-2.0 +** @smithy/middleware-retry@4.4.42 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.4.42 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -15903,7 +16108,7 @@ Apache License ---------------- -** @smithy/middleware-serde@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.12 | Apache-2.0 +** @smithy/middleware-serde@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.14 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16109,7 +16314,7 @@ Apache License ---------------- -** @smithy/middleware-stack@4.2.11 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.11 | Apache-2.0 +** @smithy/middleware-stack@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16314,7 +16519,7 @@ Apache License ---------------- -** @smithy/node-config-provider@4.3.11 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.11 | Apache-2.0 +** @smithy/node-config-provider@4.3.12 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16519,7 +16724,7 @@ Apache License ---------------- -** @smithy/node-http-handler@4.4.14 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.4.14 | Apache-2.0 +** @smithy/node-http-handler@4.4.16 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.4.16 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16929,8 +17134,8 @@ Apache License ---------------- -** @smithy/protocol-http@5.3.11 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.11 | Apache-2.0 - Apache License +** @smithy/property-provider@4.2.12 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.12 | Apache-2.0 +Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17118,7 +17323,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17132,10 +17337,9 @@ Apache License See the License for the specific language governing permissions and limitations under the License. - ---------------- -** @smithy/querystring-builder@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.11 | Apache-2.0 +** @smithy/protocol-http@5.3.12 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17324,7 +17528,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17341,7 +17545,7 @@ Apache License ---------------- -** @smithy/querystring-parser@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.11 | Apache-2.0 +** @smithy/querystring-builder@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17547,7 +17751,7 @@ Apache License ---------------- -** @smithy/service-error-classification@4.2.11 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.2.11 | Apache-2.0 +** @smithy/querystring-builder@4.2.12 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17753,8 +17957,8 @@ Apache License ---------------- -** @smithy/shared-ini-file-loader@4.4.6 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.6 | Apache-2.0 -Apache License +** @smithy/querystring-parser@4.2.12 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.12 | Apache-2.0 + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17956,9 +18160,831 @@ Apache License See the License for the specific language governing permissions and limitations under the License. + ---------------- -** @smithy/signature-v4@5.3.11 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.11 | Apache-2.0 +** @smithy/service-error-classification@4.2.12 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.2.12 | Apache-2.0 + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +---------------- + +** @smithy/shared-ini-file-loader@4.4.6 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.6 | Apache-2.0 +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +---------------- + +** @smithy/shared-ini-file-loader@4.4.7 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.7 | Apache-2.0 +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +---------------- + +** @smithy/signature-v4@5.3.11 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.11 | Apache-2.0 +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +---------------- + +** @smithy/signature-v4@5.3.12 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18163,7 +19189,7 @@ Apache License ---------------- -** @smithy/smithy-client@4.12.3 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.3 | Apache-2.0 +** @smithy/smithy-client@4.12.5 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18369,7 +19395,7 @@ Apache License ---------------- -** @smithy/types@4.13.0 - https://www.npmjs.com/package/@smithy/types/v/4.13.0 | Apache-2.0 +** @smithy/types@4.13.1 - https://www.npmjs.com/package/@smithy/types/v/4.13.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -18575,7 +19601,7 @@ Apache License ---------------- -** @smithy/url-parser@4.2.11 - https://www.npmjs.com/package/@smithy/url-parser/v/4.2.11 | Apache-2.0 +** @smithy/url-parser@4.2.12 - https://www.npmjs.com/package/@smithy/url-parser/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20011,7 +21037,7 @@ Apache License ---------------- -** @smithy/util-defaults-mode-node@4.2.42 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.42 | Apache-2.0 +** @smithy/util-defaults-mode-node@4.2.44 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.44 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20217,7 +21243,7 @@ Apache License ---------------- -** @smithy/util-endpoints@3.3.2 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.3.2 | Apache-2.0 +** @smithy/util-endpoints@3.3.3 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.3.3 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20627,7 +21653,7 @@ Apache License ---------------- -** @smithy/util-middleware@4.2.11 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.11 | Apache-2.0 +** @smithy/util-middleware@4.2.12 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -20832,7 +21858,7 @@ Apache License ---------------- -** @smithy/util-retry@4.2.11 - https://www.npmjs.com/package/@smithy/util-retry/v/4.2.11 | Apache-2.0 +** @smithy/util-retry@4.2.12 - https://www.npmjs.com/package/@smithy/util-retry/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -21037,7 +22063,7 @@ Apache License ---------------- -** @smithy/util-stream@4.5.17 - https://www.npmjs.com/package/@smithy/util-stream/v/4.5.17 | Apache-2.0 +** @smithy/util-stream@4.5.19 - https://www.npmjs.com/package/@smithy/util-stream/v/4.5.19 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -21857,7 +22883,7 @@ Apache License ---------------- -** @smithy/util-waiter@4.2.11 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.2.11 | Apache-2.0 +** @smithy/util-waiter@4.2.13 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.2.13 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/packages/cdk-assets/THIRD_PARTY_LICENSES b/packages/cdk-assets/THIRD_PARTY_LICENSES index 3394d77a4..6b8d20e5b 100644 --- a/packages/cdk-assets/THIRD_PARTY_LICENSES +++ b/packages/cdk-assets/THIRD_PARTY_LICENSES @@ -824,7 +824,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/client-s3@3.1004.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1004.0 | Apache-2.0 +** @aws-sdk/client-s3@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/client-s3/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1442,7 +1442,7 @@ The cdk-assets package includes the following third-party software/licensing: ---------------- -** @aws-sdk/core@3.973.19 - https://www.npmjs.com/package/@aws-sdk/core/v/3.973.19 | Apache-2.0 +** @aws-sdk/core@3.973.20 - https://www.npmjs.com/package/@aws-sdk/core/v/3.973.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -1647,7 +1647,7 @@ Apache License ---------------- -** @aws-sdk/crc64-nvme@3.972.4 - https://www.npmjs.com/package/@aws-sdk/crc64-nvme/v/3.972.4 | Apache-2.0 +** @aws-sdk/crc64-nvme@3.972.5 - https://www.npmjs.com/package/@aws-sdk/crc64-nvme/v/3.972.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2263,7 +2263,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-env@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-env@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-env/v/3.972.18 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2472,7 +2472,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-http@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.19 | Apache-2.0 +** @aws-sdk/credential-provider-http@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-http/v/3.972.20 | Apache-2.0 ---------------- @@ -2681,7 +2681,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-ini@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-ini@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-ini/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -2890,11 +2890,11 @@ Apache License ---------------- -** @aws-sdk/credential-provider-login@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-login@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-login/v/3.972.20 | Apache-2.0 ---------------- -** @aws-sdk/credential-provider-node@3.972.19 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.19 | Apache-2.0 +** @aws-sdk/credential-provider-node@3.972.21 - https://www.npmjs.com/package/@aws-sdk/credential-provider-node/v/3.972.21 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3304,7 +3304,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-process@3.972.17 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.17 | Apache-2.0 +** @aws-sdk/credential-provider-process@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-process/v/3.972.18 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -3714,7 +3714,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-sso@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-sso@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-sso/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4124,7 +4124,7 @@ Apache License ---------------- -** @aws-sdk/credential-provider-web-identity@3.972.18 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.18 | Apache-2.0 +** @aws-sdk/credential-provider-web-identity@3.972.20 - https://www.npmjs.com/package/@aws-sdk/credential-provider-web-identity/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4739,7 +4739,7 @@ Apache License ---------------- -** @aws-sdk/middleware-bucket-endpoint@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-bucket-endpoint@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-bucket-endpoint/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -4945,7 +4945,7 @@ Apache License ---------------- -** @aws-sdk/middleware-expect-continue@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-expect-continue@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-expect-continue/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5151,7 +5151,7 @@ Apache License ---------------- -** @aws-sdk/middleware-flexible-checksums@3.973.4 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.973.4 | Apache-2.0 +** @aws-sdk/middleware-flexible-checksums@3.973.6 - https://www.npmjs.com/package/@aws-sdk/middleware-flexible-checksums/v/3.973.6 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5357,7 +5357,7 @@ Apache License ---------------- -** @aws-sdk/middleware-host-header@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-host-header@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-host-header/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5563,7 +5563,7 @@ Apache License ---------------- -** @aws-sdk/middleware-location-constraint@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-location-constraint@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-location-constraint/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5769,7 +5769,7 @@ Apache License ---------------- -** @aws-sdk/middleware-logger@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-logger@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-logger/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -5974,7 +5974,7 @@ Apache License ---------------- -** @aws-sdk/middleware-recursion-detection@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-recursion-detection@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-recursion-detection/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6180,7 +6180,7 @@ Apache License ---------------- -** @aws-sdk/middleware-sdk-s3@3.972.18 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.18 | Apache-2.0 +** @aws-sdk/middleware-sdk-s3@3.972.20 - https://www.npmjs.com/package/@aws-sdk/middleware-sdk-s3/v/3.972.20 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6386,7 +6386,7 @@ Apache License ---------------- -** @aws-sdk/middleware-ssec@3.972.7 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.972.7 | Apache-2.0 +** @aws-sdk/middleware-ssec@3.972.8 - https://www.npmjs.com/package/@aws-sdk/middleware-ssec/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6592,7 +6592,7 @@ Apache License ---------------- -** @aws-sdk/middleware-user-agent@3.972.20 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.20 | Apache-2.0 +** @aws-sdk/middleware-user-agent@3.972.21 - https://www.npmjs.com/package/@aws-sdk/middleware-user-agent/v/3.972.21 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -6798,15 +6798,15 @@ Apache License ---------------- -** @aws-sdk/nested-clients@3.996.7 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.7 | Apache-2.0 +** @aws-sdk/nested-clients@3.996.10 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.10 | Apache-2.0 ---------------- -** @aws-sdk/nested-clients@3.996.8 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.8 | Apache-2.0 +** @aws-sdk/nested-clients@3.996.7 - https://www.npmjs.com/package/@aws-sdk/nested-clients/v/3.996.7 | Apache-2.0 ---------------- -** @aws-sdk/region-config-resolver@3.972.7 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.7 | Apache-2.0 +** @aws-sdk/region-config-resolver@3.972.8 - https://www.npmjs.com/package/@aws-sdk/region-config-resolver/v/3.972.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7011,7 +7011,7 @@ Apache License ---------------- -** @aws-sdk/signature-v4-multi-region@3.996.6 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.6 | Apache-2.0 +** @aws-sdk/signature-v4-multi-region@3.996.8 - https://www.npmjs.com/package/@aws-sdk/signature-v4-multi-region/v/3.996.8 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7422,7 +7422,7 @@ Apache License ---------------- -** @aws-sdk/token-providers@3.1005.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1005.0 | Apache-2.0 +** @aws-sdk/token-providers@3.1009.0 - https://www.npmjs.com/package/@aws-sdk/token-providers/v/3.1009.0 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -7832,7 +7832,7 @@ Apache License ---------------- -** @aws-sdk/util-endpoints@3.996.4 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.4 | Apache-2.0 +** @aws-sdk/util-endpoints@3.996.5 - https://www.npmjs.com/package/@aws-sdk/util-endpoints/v/3.996.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8037,7 +8037,7 @@ Apache License ---------------- -** @aws-sdk/util-user-agent-node@3.973.5 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.5 | Apache-2.0 +** @aws-sdk/util-user-agent-node@3.973.7 - https://www.npmjs.com/package/@aws-sdk/util-user-agent-node/v/3.973.7 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8243,7 +8243,7 @@ Apache License ---------------- -** @aws-sdk/xml-builder@3.972.10 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.10 | Apache-2.0 +** @aws-sdk/xml-builder@3.972.11 - https://www.npmjs.com/package/@aws-sdk/xml-builder/v/3.972.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -8911,7 +8911,7 @@ Apache License ---------------- -** @smithy/config-resolver@4.4.10 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.10 | Apache-2.0 +** @smithy/config-resolver@4.4.11 - https://www.npmjs.com/package/@smithy/config-resolver/v/4.4.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9116,7 +9116,7 @@ Apache License ---------------- -** @smithy/core@3.23.9 - https://www.npmjs.com/package/@smithy/core/v/3.23.9 | Apache-2.0 +** @smithy/core@3.23.11 - https://www.npmjs.com/package/@smithy/core/v/3.23.11 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9527,7 +9527,212 @@ Apache License ---------------- -** @smithy/eventstream-codec@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.11 | Apache-2.0 +** @smithy/credential-provider-imds@4.2.12 - https://www.npmjs.com/package/@smithy/credential-provider-imds/v/4.2.12 | Apache-2.0 +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +---------------- + +** @smithy/eventstream-codec@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-codec/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9733,7 +9938,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-config-resolver@4.3.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.11 | Apache-2.0 +** @smithy/eventstream-serde-config-resolver@4.3.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-config-resolver/v/4.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -9939,7 +10144,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-node@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-serde-node@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10145,7 +10350,7 @@ Apache License ---------------- -** @smithy/eventstream-serde-universal@4.2.11 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.11 | Apache-2.0 +** @smithy/eventstream-serde-universal@4.2.12 - https://www.npmjs.com/package/@smithy/eventstream-serde-universal/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10351,7 +10556,7 @@ Apache License ---------------- -** @smithy/fetch-http-handler@5.3.13 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.13 | Apache-2.0 +** @smithy/fetch-http-handler@5.3.15 - https://www.npmjs.com/package/@smithy/fetch-http-handler/v/5.3.15 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10556,7 +10761,7 @@ Apache License ---------------- -** @smithy/hash-node@4.2.11 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.11 | Apache-2.0 +** @smithy/hash-node@4.2.12 - https://www.npmjs.com/package/@smithy/hash-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -10761,7 +10966,7 @@ Apache License ---------------- -** @smithy/hash-stream-node@4.2.11 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.11 | Apache-2.0 +** @smithy/hash-stream-node@4.2.12 - https://www.npmjs.com/package/@smithy/hash-stream-node/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11376,7 +11581,7 @@ Apache License ---------------- -** @smithy/middleware-content-length@4.2.11 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.11 | Apache-2.0 +** @smithy/middleware-content-length@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-content-length/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11581,7 +11786,7 @@ Apache License ---------------- -** @smithy/middleware-endpoint@4.4.23 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.23 | Apache-2.0 +** @smithy/middleware-endpoint@4.4.25 - https://www.npmjs.com/package/@smithy/middleware-endpoint/v/4.4.25 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11786,7 +11991,7 @@ Apache License ---------------- -** @smithy/middleware-retry@4.4.40 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.4.40 | Apache-2.0 +** @smithy/middleware-retry@4.4.42 - https://www.npmjs.com/package/@smithy/middleware-retry/v/4.4.42 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -11992,7 +12197,7 @@ Apache License ---------------- -** @smithy/middleware-serde@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.12 | Apache-2.0 +** @smithy/middleware-serde@4.2.14 - https://www.npmjs.com/package/@smithy/middleware-serde/v/4.2.14 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12198,7 +12403,7 @@ Apache License ---------------- -** @smithy/middleware-stack@4.2.11 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.11 | Apache-2.0 +** @smithy/middleware-stack@4.2.12 - https://www.npmjs.com/package/@smithy/middleware-stack/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12403,7 +12608,7 @@ Apache License ---------------- -** @smithy/node-config-provider@4.3.11 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.11 | Apache-2.0 +** @smithy/node-config-provider@4.3.12 - https://www.npmjs.com/package/@smithy/node-config-provider/v/4.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -12608,7 +12813,7 @@ Apache License ---------------- -** @smithy/node-http-handler@4.4.14 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.4.14 | Apache-2.0 +** @smithy/node-http-handler@4.4.16 - https://www.npmjs.com/package/@smithy/node-http-handler/v/4.4.16 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13018,8 +13223,8 @@ Apache License ---------------- -** @smithy/protocol-http@5.3.11 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.11 | Apache-2.0 - Apache License +** @smithy/property-provider@4.2.12 - https://www.npmjs.com/package/@smithy/property-provider/v/4.2.12 | Apache-2.0 +Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13207,7 +13412,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13221,10 +13426,9 @@ Apache License See the License for the specific language governing permissions and limitations under the License. - ---------------- -** @smithy/querystring-builder@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.11 | Apache-2.0 +** @smithy/protocol-http@5.3.12 - https://www.npmjs.com/package/@smithy/protocol-http/v/5.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13413,7 +13617,7 @@ Apache License same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -13430,7 +13634,7 @@ Apache License ---------------- -** @smithy/querystring-parser@4.2.11 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.11 | Apache-2.0 +** @smithy/querystring-builder@4.2.12 - https://www.npmjs.com/package/@smithy/querystring-builder/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13636,7 +13840,7 @@ Apache License ---------------- -** @smithy/service-error-classification@4.2.11 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.2.11 | Apache-2.0 +** @smithy/querystring-parser@4.2.12 - https://www.npmjs.com/package/@smithy/querystring-parser/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -13842,7 +14046,418 @@ Apache License ---------------- -** @smithy/shared-ini-file-loader@4.4.6 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.6 | Apache-2.0 +** @smithy/service-error-classification@4.2.12 - https://www.npmjs.com/package/@smithy/service-error-classification/v/4.2.12 | Apache-2.0 + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + + +---------------- + +** @smithy/shared-ini-file-loader@4.4.6 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.6 | Apache-2.0 +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright 2018-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +---------------- + +** @smithy/shared-ini-file-loader@4.4.7 - https://www.npmjs.com/package/@smithy/shared-ini-file-loader/v/4.4.7 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14047,7 +14662,7 @@ Apache License ---------------- -** @smithy/signature-v4@5.3.11 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.11 | Apache-2.0 +** @smithy/signature-v4@5.3.12 - https://www.npmjs.com/package/@smithy/signature-v4/v/5.3.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14252,7 +14867,7 @@ Apache License ---------------- -** @smithy/smithy-client@4.12.3 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.3 | Apache-2.0 +** @smithy/smithy-client@4.12.5 - https://www.npmjs.com/package/@smithy/smithy-client/v/4.12.5 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14458,7 +15073,7 @@ Apache License ---------------- -** @smithy/types@4.13.0 - https://www.npmjs.com/package/@smithy/types/v/4.13.0 | Apache-2.0 +** @smithy/types@4.13.1 - https://www.npmjs.com/package/@smithy/types/v/4.13.1 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -14664,7 +15279,7 @@ Apache License ---------------- -** @smithy/url-parser@4.2.11 - https://www.npmjs.com/package/@smithy/url-parser/v/4.2.11 | Apache-2.0 +** @smithy/url-parser@4.2.12 - https://www.npmjs.com/package/@smithy/url-parser/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16100,7 +16715,7 @@ Apache License ---------------- -** @smithy/util-defaults-mode-node@4.2.42 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.42 | Apache-2.0 +** @smithy/util-defaults-mode-node@4.2.44 - https://www.npmjs.com/package/@smithy/util-defaults-mode-node/v/4.2.44 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16306,7 +16921,7 @@ Apache License ---------------- -** @smithy/util-endpoints@3.3.2 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.3.2 | Apache-2.0 +** @smithy/util-endpoints@3.3.3 - https://www.npmjs.com/package/@smithy/util-endpoints/v/3.3.3 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16716,7 +17331,7 @@ Apache License ---------------- -** @smithy/util-middleware@4.2.11 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.11 | Apache-2.0 +** @smithy/util-middleware@4.2.12 - https://www.npmjs.com/package/@smithy/util-middleware/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -16921,7 +17536,7 @@ Apache License ---------------- -** @smithy/util-retry@4.2.11 - https://www.npmjs.com/package/@smithy/util-retry/v/4.2.11 | Apache-2.0 +** @smithy/util-retry@4.2.12 - https://www.npmjs.com/package/@smithy/util-retry/v/4.2.12 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17126,7 +17741,7 @@ Apache License ---------------- -** @smithy/util-stream@4.5.17 - https://www.npmjs.com/package/@smithy/util-stream/v/4.5.17 | Apache-2.0 +** @smithy/util-stream@4.5.19 - https://www.npmjs.com/package/@smithy/util-stream/v/4.5.19 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -17946,7 +18561,7 @@ Apache License ---------------- -** @smithy/util-waiter@4.2.11 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.2.11 | Apache-2.0 +** @smithy/util-waiter@4.2.13 - https://www.npmjs.com/package/@smithy/util-waiter/v/4.2.13 | Apache-2.0 Apache License Version 2.0, January 2004 http://www.apache.org/licenses/