learning
learning
Showing
with
66624 additions
and
0 deletions
+66624
-0
- .DS_Store .DS_Store +0 -0
- node_modules/.bin/acorn node_modules/.bin/acorn +1 -0
- node_modules/.bin/escodegen node_modules/.bin/escodegen +1 -0
- node_modules/.bin/esgenerate node_modules/.bin/esgenerate +1 -0
- node_modules/.bin/esparse node_modules/.bin/esparse +1 -0
- node_modules/.bin/esvalidate node_modules/.bin/esvalidate +1 -0
- node_modules/.bin/fxparser node_modules/.bin/fxparser +1 -0
- node_modules/.bin/js-yaml node_modules/.bin/js-yaml +1 -0
- node_modules/.bin/mime node_modules/.bin/mime +1 -0
- node_modules/.bin/mkdirp node_modules/.bin/mkdirp +1 -0
- node_modules/.bin/nodemon node_modules/.bin/nodemon +1 -0
- node_modules/.bin/nodetouch node_modules/.bin/nodetouch +1 -0
- node_modules/.bin/nopt node_modules/.bin/nopt +1 -0
- node_modules/.bin/semver node_modules/.bin/semver +1 -0
- node_modules/.bin/swagger-jsdoc node_modules/.bin/swagger-jsdoc +1 -0
- node_modules/.bin/uuid node_modules/.bin/uuid +1 -0
- node_modules/.bin/vm2 node_modules/.bin/vm2 +1 -0
- node_modules/.bin/z-schema node_modules/.bin/z-schema +1 -0
- node_modules/.package-lock.json node_modules/.package-lock.json +3700 -0
- node_modules/@apidevtools/json-schema-ref-parser/LICENSE node_modules/@apidevtools/json-schema-ref-parser/LICENSE +21 -0
- node_modules/@apidevtools/json-schema-ref-parser/README.md node_modules/@apidevtools/json-schema-ref-parser/README.md +162 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/bundle.js ...modules/@apidevtools/json-schema-ref-parser/lib/bundle.js +261 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/dereference.js ...es/@apidevtools/json-schema-ref-parser/lib/dereference.js +205 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/index.d.ts ...odules/@apidevtools/json-schema-ref-parser/lib/index.d.ts +487 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/index.js ..._modules/@apidevtools/json-schema-ref-parser/lib/index.js +283 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/normalize-args.js ...@apidevtools/json-schema-ref-parser/lib/normalize-args.js +53 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/options.js ...odules/@apidevtools/json-schema-ref-parser/lib/options.js +130 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/parse.js ..._modules/@apidevtools/json-schema-ref-parser/lib/parse.js +164 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/parsers/binary.js ...@apidevtools/json-schema-ref-parser/lib/parsers/binary.js +55 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/parsers/json.js ...s/@apidevtools/json-schema-ref-parser/lib/parsers/json.js +63 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/parsers/text.js ...s/@apidevtools/json-schema-ref-parser/lib/parsers/text.js +66 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/parsers/yaml.js ...s/@apidevtools/json-schema-ref-parser/lib/parsers/yaml.js +60 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/pointer.js ...odules/@apidevtools/json-schema-ref-parser/lib/pointer.js +295 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/ref.js node_modules/@apidevtools/json-schema-ref-parser/lib/ref.js +294 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/refs.js node_modules/@apidevtools/json-schema-ref-parser/lib/refs.js +197 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/resolve-external.js ...pidevtools/json-schema-ref-parser/lib/resolve-external.js +129 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/resolvers/file.js ...@apidevtools/json-schema-ref-parser/lib/resolvers/file.js +64 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/resolvers/http.js ...@apidevtools/json-schema-ref-parser/lib/resolvers/http.js +180 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/util/errors.js ...es/@apidevtools/json-schema-ref-parser/lib/util/errors.js +136 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/util/plugins.js ...s/@apidevtools/json-schema-ref-parser/lib/util/plugins.js +159 -0
- node_modules/@apidevtools/json-schema-ref-parser/lib/util/url.js ...dules/@apidevtools/json-schema-ref-parser/lib/util/url.js +271 -0
- node_modules/@apidevtools/json-schema-ref-parser/package.json ..._modules/@apidevtools/json-schema-ref-parser/package.json +114 -0
- node_modules/@apidevtools/openapi-schemas/CHANGELOG.md node_modules/@apidevtools/openapi-schemas/CHANGELOG.md +20 -0
- node_modules/@apidevtools/openapi-schemas/LICENSE node_modules/@apidevtools/openapi-schemas/LICENSE +21 -0
- node_modules/@apidevtools/openapi-schemas/README.md node_modules/@apidevtools/openapi-schemas/README.md +116 -0
- node_modules/@apidevtools/openapi-schemas/lib/index.d.ts node_modules/@apidevtools/openapi-schemas/lib/index.d.ts +28 -0
- node_modules/@apidevtools/openapi-schemas/lib/index.js node_modules/@apidevtools/openapi-schemas/lib/index.js +36 -0
- node_modules/@apidevtools/openapi-schemas/lib/index.js.map node_modules/@apidevtools/openapi-schemas/lib/index.js.map +1 -0
- node_modules/@apidevtools/openapi-schemas/lib/json-schema.d.ts ...modules/@apidevtools/openapi-schemas/lib/json-schema.d.ts +88 -0
- node_modules/@apidevtools/openapi-schemas/lib/json-schema.js node_modules/@apidevtools/openapi-schemas/lib/json-schema.js +3 -0
- node_modules/@apidevtools/openapi-schemas/lib/json-schema.js.map ...dules/@apidevtools/openapi-schemas/lib/json-schema.js.map +1 -0
- node_modules/@apidevtools/openapi-schemas/package.json node_modules/@apidevtools/openapi-schemas/package.json +66 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v1.2/README.md ...dules/@apidevtools/openapi-schemas/schemas/v1.2/README.md +5 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v1.2/apiDeclaration.json ...devtools/openapi-schemas/schemas/v1.2/apiDeclaration.json +61 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v1.2/authorizationObject.json ...ols/openapi-schemas/schemas/v1.2/authorizationObject.json +59 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v1.2/dataType.json ...s/@apidevtools/openapi-schemas/schemas/v1.2/dataType.json +132 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v1.2/dataTypeBase.json ...pidevtools/openapi-schemas/schemas/v1.2/dataTypeBase.json +81 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v1.2/infoObject.json ...@apidevtools/openapi-schemas/schemas/v1.2/infoObject.json +16 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v1.2/modelsObject.json ...pidevtools/openapi-schemas/schemas/v1.2/modelsObject.json +36 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v1.2/oauth2GrantType.json ...evtools/openapi-schemas/schemas/v1.2/oauth2GrantType.json +57 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v1.2/operationObject.json ...evtools/openapi-schemas/schemas/v1.2/operationObject.json +65 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v1.2/parameterObject.json ...evtools/openapi-schemas/schemas/v1.2/parameterObject.json +37 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v1.2/resourceListing.json ...evtools/openapi-schemas/schemas/v1.2/resourceListing.json +16 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v1.2/resourceObject.json ...devtools/openapi-schemas/schemas/v1.2/resourceObject.json +11 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v2.0/README.md ...dules/@apidevtools/openapi-schemas/schemas/v2.0/README.md +13 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v2.0/schema.json ...les/@apidevtools/openapi-schemas/schemas/v2.0/schema.json +1607 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v3.0/README.md ...dules/@apidevtools/openapi-schemas/schemas/v3.0/README.md +16 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v3.0/schema.json ...les/@apidevtools/openapi-schemas/schemas/v3.0/schema.json +1654 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v3.0/schema.yaml ...les/@apidevtools/openapi-schemas/schemas/v3.0/schema.yaml +1003 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v3.1/README.md ...dules/@apidevtools/openapi-schemas/schemas/v3.1/README.md +41 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v3.1/dialect/base.schema.json ...ols/openapi-schemas/schemas/v3.1/dialect/base.schema.json +21 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v3.1/meta/base.schema.json ...vtools/openapi-schemas/schemas/v3.1/meta/base.schema.json +79 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v3.1/schema-base.json ...apidevtools/openapi-schemas/schemas/v3.1/schema-base.json +24 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v3.1/schema-base.yaml ...apidevtools/openapi-schemas/schemas/v3.1/schema-base.yaml +17 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v3.1/schema.json ...les/@apidevtools/openapi-schemas/schemas/v3.1/schema.json +1343 -0
- node_modules/@apidevtools/openapi-schemas/schemas/v3.1/schema.yaml ...les/@apidevtools/openapi-schemas/schemas/v3.1/schema.yaml +913 -0
- node_modules/@apidevtools/swagger-methods/CHANGELOG.md node_modules/@apidevtools/swagger-methods/CHANGELOG.md +35 -0
- node_modules/@apidevtools/swagger-methods/LICENSE node_modules/@apidevtools/swagger-methods/LICENSE +21 -0
- node_modules/@apidevtools/swagger-methods/README.md node_modules/@apidevtools/swagger-methods/README.md +83 -0
- node_modules/@apidevtools/swagger-methods/lib/index.js node_modules/@apidevtools/swagger-methods/lib/index.js +5 -0
- node_modules/@apidevtools/swagger-methods/package.json node_modules/@apidevtools/swagger-methods/package.json +46 -0
- node_modules/@apidevtools/swagger-parser/CHANGELOG.md node_modules/@apidevtools/swagger-parser/CHANGELOG.md +192 -0
- node_modules/@apidevtools/swagger-parser/LICENSE node_modules/@apidevtools/swagger-parser/LICENSE +21 -0
- node_modules/@apidevtools/swagger-parser/README.md node_modules/@apidevtools/swagger-parser/README.md +147 -0
- node_modules/@apidevtools/swagger-parser/lib/index.d.ts node_modules/@apidevtools/swagger-parser/lib/index.d.ts +439 -0
- node_modules/@apidevtools/swagger-parser/lib/index.js node_modules/@apidevtools/swagger-parser/lib/index.js +187 -0
- node_modules/@apidevtools/swagger-parser/lib/options.js node_modules/@apidevtools/swagger-parser/lib/options.js +35 -0
- node_modules/@apidevtools/swagger-parser/lib/util.js node_modules/@apidevtools/swagger-parser/lib/util.js +11 -0
- node_modules/@apidevtools/swagger-parser/lib/validators/schema.js ...ules/@apidevtools/swagger-parser/lib/validators/schema.js +70 -0
- node_modules/@apidevtools/swagger-parser/lib/validators/spec.js ...odules/@apidevtools/swagger-parser/lib/validators/spec.js +344 -0
- node_modules/@apidevtools/swagger-parser/package.json node_modules/@apidevtools/swagger-parser/package.json +87 -0
- node_modules/@aws-crypto/ie11-detection/CHANGELOG.md node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +70 -0
- node_modules/@aws-crypto/ie11-detection/LICENSE node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
- node_modules/@aws-crypto/ie11-detection/README.md node_modules/@aws-crypto/ie11-detection/README.md +20 -0
- node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts ...les/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +19 -0
- node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js ...dules/@aws-crypto/ie11-detection/build/CryptoOperation.js +3 -0
- node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map ...s/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +1 -0
- node_modules/@aws-crypto/ie11-detection/build/Key.d.ts node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +12 -0
- node_modules/@aws-crypto/ie11-detection/build/Key.js node_modules/@aws-crypto/ie11-detection/build/Key.js +3 -0
- node_modules/@aws-crypto/ie11-detection/build/Key.js.map node_modules/@aws-crypto/ie11-detection/build/Key.js.map +1 -0
- node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts ...odules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +12 -0
- node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js ..._modules/@aws-crypto/ie11-detection/build/KeyOperation.js +3 -0
- node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map ...ules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +1 -0
- node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts ...ules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +33 -0
- node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js ...odules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +3 -0
- node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map ...es/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +1 -0
- node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +21 -0
- node_modules/@aws-crypto/ie11-detection/build/MsWindow.js node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +32 -0
- node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map ..._modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +1 -0
- node_modules/@aws-crypto/ie11-detection/build/index.d.ts node_modules/@aws-crypto/ie11-detection/build/index.d.ts +5 -0
- node_modules/@aws-crypto/ie11-detection/build/index.js node_modules/@aws-crypto/ie11-detection/build/index.js +9 -0
- node_modules/@aws-crypto/ie11-detection/build/index.js.map node_modules/@aws-crypto/ie11-detection/build/index.js.map +1 -0
- node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt ...pto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
- node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt ...@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
- node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md ...s/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
- node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js ...crypto/ie11-detection/node_modules/tslib/modules/index.js +51 -0
- node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json ...to/ie11-detection/node_modules/tslib/modules/package.json +3 -0
- node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json ...aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
- node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js ...es/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json ...slib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts .../@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +37 -0
- node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html ...s-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
- node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js ...aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +218 -0
- node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html .../@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
- node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js ...es/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +284 -0
- node_modules/@aws-crypto/ie11-detection/package.json node_modules/@aws-crypto/ie11-detection/package.json +26 -0
- node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts ...modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
- node_modules/@aws-crypto/ie11-detection/src/Key.ts node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
- node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
- node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts ..._modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
- node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
- node_modules/@aws-crypto/ie11-detection/src/index.ts node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
- node_modules/@aws-crypto/ie11-detection/tsconfig.json node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
- node_modules/@aws-crypto/sha256-browser/CHANGELOG.md node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +112 -0
- node_modules/@aws-crypto/sha256-browser/LICENSE node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
- node_modules/@aws-crypto/sha256-browser/README.md node_modules/@aws-crypto/sha256-browser/README.md +20 -0
- node_modules/@aws-crypto/sha256-browser/build/constants.d.ts node_modules/@aws-crypto/sha256-browser/build/constants.d.ts +10 -0
- node_modules/@aws-crypto/sha256-browser/build/constants.js node_modules/@aws-crypto/sha256-browser/build/constants.js +43 -0
- node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts ...@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts +7 -0
- node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js ...s/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +31 -0
- node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts ..._modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +7 -0
- node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +76 -0
- node_modules/@aws-crypto/sha256-browser/build/index.d.ts node_modules/@aws-crypto/sha256-browser/build/index.d.ts +3 -0
- node_modules/@aws-crypto/sha256-browser/build/index.js node_modules/@aws-crypto/sha256-browser/build/index.js +10 -0
- node_modules/@aws-crypto/sha256-browser/build/isEmptyData.d.ts ...modules/@aws-crypto/sha256-browser/build/isEmptyData.d.ts +2 -0
- node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js +11 -0
- node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts ...les/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts +8 -0
- node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js ...dules/@aws-crypto/sha256-browser/build/webCryptoSha256.js +50 -0
- node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt ...pto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
- node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt ...@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
- node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md ...s/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
- node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js ...crypto/sha256-browser/node_modules/tslib/modules/index.js +51 -0
- node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json ...to/sha256-browser/node_modules/tslib/modules/package.json +3 -0
- node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json ...aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
- node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js ...es/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json ...slib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts .../@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +37 -0
- node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html ...s-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
- node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js ...aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +218 -0
- node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html .../@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
- node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js ...es/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +284 -0
- node_modules/@aws-crypto/sha256-browser/package.json node_modules/@aws-crypto/sha256-browser/package.json +32 -0
- node_modules/@aws-crypto/sha256-browser/src/constants.ts node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
- node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts ...les/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +29 -0
- node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +102 -0
- node_modules/@aws-crypto/sha256-browser/src/index.ts node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
- node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
- node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts ...modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +64 -0
- node_modules/@aws-crypto/sha256-browser/tsconfig.json node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
- node_modules/@aws-crypto/sha256-js/CHANGELOG.md node_modules/@aws-crypto/sha256-js/CHANGELOG.md +106 -0
- node_modules/@aws-crypto/sha256-js/LICENSE node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
- node_modules/@aws-crypto/sha256-js/README.md node_modules/@aws-crypto/sha256-js/README.md +18 -0
- node_modules/@aws-crypto/sha256-js/build/RawSha256.d.ts node_modules/@aws-crypto/sha256-js/build/RawSha256.d.ts +17 -0
- node_modules/@aws-crypto/sha256-js/build/RawSha256.js node_modules/@aws-crypto/sha256-js/build/RawSha256.js +124 -0
- node_modules/@aws-crypto/sha256-js/build/constants.d.ts node_modules/@aws-crypto/sha256-js/build/constants.d.ts +20 -0
- node_modules/@aws-crypto/sha256-js/build/constants.js node_modules/@aws-crypto/sha256-js/build/constants.js +98 -0
- node_modules/@aws-crypto/sha256-js/build/index.d.ts node_modules/@aws-crypto/sha256-js/build/index.d.ts +1 -0
- node_modules/@aws-crypto/sha256-js/build/index.js node_modules/@aws-crypto/sha256-js/build/index.js +5 -0
- node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts +10 -0
- node_modules/@aws-crypto/sha256-js/build/jsSha256.js node_modules/@aws-crypto/sha256-js/build/jsSha256.js +80 -0
- node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.d.ts ...ules/@aws-crypto/sha256-js/build/knownHashes.fixture.d.ts +5 -0
- node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js ...odules/@aws-crypto/sha256-js/build/knownHashes.fixture.js +322 -0
- node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt ...s-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
- node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt ...ules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
- node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md ...odules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
- node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js ...@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +51 -0
- node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json ...-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
- node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json ...les/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
- node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js ...es/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json ...slib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts ...dules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +37 -0
- node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html ...s/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
- node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js ...les/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +218 -0
- node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html ...dules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
- node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js ...modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +284 -0
- node_modules/@aws-crypto/sha256-js/package.json node_modules/@aws-crypto/sha256-js/package.json +27 -0
- node_modules/@aws-crypto/sha256-js/src/RawSha256.ts node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
- node_modules/@aws-crypto/sha256-js/src/constants.ts node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
- node_modules/@aws-crypto/sha256-js/src/index.ts node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
- node_modules/@aws-crypto/sha256-js/src/jsSha256.ts node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +86 -0
- node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts ..._modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
- node_modules/@aws-crypto/sha256-js/tsconfig.json node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
- node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +70 -0
- node_modules/@aws-crypto/supports-web-crypto/LICENSE node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
- node_modules/@aws-crypto/supports-web-crypto/README.md node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
- node_modules/@aws-crypto/supports-web-crypto/build/index.d.ts ..._modules/@aws-crypto/supports-web-crypto/build/index.d.ts +1 -0
- node_modules/@aws-crypto/supports-web-crypto/build/index.js node_modules/@aws-crypto/supports-web-crypto/build/index.js +5 -0
- node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.d.ts ...s-crypto/supports-web-crypto/build/supportsWebCrypto.d.ts +4 -0
- node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js ...aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +69 -0
- node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt ...upports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
- node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt ...crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
- node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md ...s-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
- node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js ...o/supports-web-crypto/node_modules/tslib/modules/index.js +51 -0
- node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json ...pports-web-crypto/node_modules/tslib/modules/package.json +3 -0
- node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json ...rypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
- node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js ...es/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json ...slib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts ...-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +37 -0
- node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html ...pto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
- node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js ...rypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +218 -0
- node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html ...-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
- node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js ...ws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +284 -0
- node_modules/@aws-crypto/supports-web-crypto/package.json node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
- node_modules/@aws-crypto/supports-web-crypto/src/index.ts node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
- node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts .../@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
- node_modules/@aws-crypto/supports-web-crypto/tsconfig.json node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
- node_modules/@aws-crypto/util/CHANGELOG.md node_modules/@aws-crypto/util/CHANGELOG.md +64 -0
- node_modules/@aws-crypto/util/LICENSE node_modules/@aws-crypto/util/LICENSE +201 -0
- node_modules/@aws-crypto/util/README.md node_modules/@aws-crypto/util/README.md +16 -0
- node_modules/@aws-crypto/util/build/convertToBuffer.d.ts node_modules/@aws-crypto/util/build/convertToBuffer.d.ts +2 -0
- node_modules/@aws-crypto/util/build/convertToBuffer.js node_modules/@aws-crypto/util/build/convertToBuffer.js +24 -0
- node_modules/@aws-crypto/util/build/convertToBuffer.js.map node_modules/@aws-crypto/util/build/convertToBuffer.js.map +1 -0
- node_modules/@aws-crypto/util/build/index.d.ts node_modules/@aws-crypto/util/build/index.d.ts +4 -0
- node_modules/@aws-crypto/util/build/index.js node_modules/@aws-crypto/util/build/index.js +14 -0
- node_modules/@aws-crypto/util/build/index.js.map node_modules/@aws-crypto/util/build/index.js.map +1 -0
- node_modules/@aws-crypto/util/build/isEmptyData.d.ts node_modules/@aws-crypto/util/build/isEmptyData.d.ts +2 -0
- node_modules/@aws-crypto/util/build/isEmptyData.js node_modules/@aws-crypto/util/build/isEmptyData.js +13 -0
- node_modules/@aws-crypto/util/build/isEmptyData.js.map node_modules/@aws-crypto/util/build/isEmptyData.js.map +1 -0
- node_modules/@aws-crypto/util/build/numToUint8.d.ts node_modules/@aws-crypto/util/build/numToUint8.d.ts +1 -0
- node_modules/@aws-crypto/util/build/numToUint8.js node_modules/@aws-crypto/util/build/numToUint8.js +15 -0
- node_modules/@aws-crypto/util/build/numToUint8.js.map node_modules/@aws-crypto/util/build/numToUint8.js.map +1 -0
- node_modules/@aws-crypto/util/build/uint32ArrayFrom.d.ts node_modules/@aws-crypto/util/build/uint32ArrayFrom.d.ts +1 -0
- node_modules/@aws-crypto/util/build/uint32ArrayFrom.js node_modules/@aws-crypto/util/build/uint32ArrayFrom.js +20 -0
- node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +1 -0
- node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt ...s/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
- node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
- node_modules/@aws-crypto/util/node_modules/tslib/README.md node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
- node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js ...ules/@aws-crypto/util/node_modules/tslib/modules/index.js +51 -0
- node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json .../@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
- node_modules/@aws-crypto/util/node_modules/tslib/package.json ..._modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
- node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js ...es/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json ...slib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +37 -0
- node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html ...odules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
- node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js ..._modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +218 -0
- node_modules/@aws-crypto/util/node_modules/tslib/tslib.html node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
- node_modules/@aws-crypto/util/node_modules/tslib/tslib.js node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +284 -0
- node_modules/@aws-crypto/util/package.json node_modules/@aws-crypto/util/package.json +31 -0
- node_modules/@aws-crypto/util/src/convertToBuffer.ts node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
- node_modules/@aws-crypto/util/src/index.ts node_modules/@aws-crypto/util/src/index.ts +7 -0
- node_modules/@aws-crypto/util/src/isEmptyData.ts node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
- node_modules/@aws-crypto/util/src/numToUint8.ts node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
- node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
- node_modules/@aws-crypto/util/tsconfig.json node_modules/@aws-crypto/util/tsconfig.json +23 -0
- node_modules/@aws-sdk/abort-controller/LICENSE node_modules/@aws-sdk/abort-controller/LICENSE +201 -0
- node_modules/@aws-sdk/abort-controller/README.md node_modules/@aws-sdk/abort-controller/README.md +4 -0
- node_modules/@aws-sdk/abort-controller/dist-cjs/AbortController.js ...les/@aws-sdk/abort-controller/dist-cjs/AbortController.js +13 -0
- node_modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js ...modules/@aws-sdk/abort-controller/dist-cjs/AbortSignal.js +24 -0
- node_modules/@aws-sdk/abort-controller/dist-cjs/index.js node_modules/@aws-sdk/abort-controller/dist-cjs/index.js +5 -0
- node_modules/@aws-sdk/abort-controller/dist-es/AbortController.js ...ules/@aws-sdk/abort-controller/dist-es/AbortController.js +9 -0
- node_modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js ..._modules/@aws-sdk/abort-controller/dist-es/AbortSignal.js +20 -0
- node_modules/@aws-sdk/abort-controller/dist-es/index.js node_modules/@aws-sdk/abort-controller/dist-es/index.js +2 -0
- node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts ...@aws-sdk/abort-controller/dist-types/AbortController.d.ts +6 -0
- node_modules/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts ...les/@aws-sdk/abort-controller/dist-types/AbortSignal.d.ts +14 -0
- node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts node_modules/@aws-sdk/abort-controller/dist-types/index.d.ts +2 -0
- node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortController.d.ts ...dk/abort-controller/dist-types/ts3.4/AbortController.d.ts +6 -0
- node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts ...ws-sdk/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +8 -0
- node_modules/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts ...les/@aws-sdk/abort-controller/dist-types/ts3.4/index.d.ts +2 -0
- node_modules/@aws-sdk/abort-controller/package.json node_modules/@aws-sdk/abort-controller/package.json +54 -0
- node_modules/@aws-sdk/client-cognito-identity/LICENSE node_modules/@aws-sdk/client-cognito-identity/LICENSE +201 -0
- node_modules/@aws-sdk/client-cognito-identity/README.md node_modules/@aws-sdk/client-cognito-identity/README.md +219 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentity.js ...s-sdk/client-cognito-identity/dist-cjs/CognitoIdentity.js +352 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/CognitoIdentityClient.js ...client-cognito-identity/dist-cjs/CognitoIdentityClient.js +39 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/CreateIdentityPoolCommand.js ...o-identity/dist-cjs/commands/CreateIdentityPoolCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentitiesCommand.js ...ito-identity/dist-cjs/commands/DeleteIdentitiesCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DeleteIdentityPoolCommand.js ...o-identity/dist-cjs/commands/DeleteIdentityPoolCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityCommand.js ...ito-identity/dist-cjs/commands/DescribeIdentityCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/DescribeIdentityPoolCommand.js ...identity/dist-cjs/commands/DescribeIdentityPoolCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetCredentialsForIdentityCommand.js ...ity/dist-cjs/commands/GetCredentialsForIdentityCommand.js +46 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdCommand.js ...client-cognito-identity/dist-cjs/commands/GetIdCommand.js +46 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetIdentityPoolRolesCommand.js ...identity/dist-cjs/commands/GetIdentityPoolRolesCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenCommand.js ...gnito-identity/dist-cjs/commands/GetOpenIdTokenCommand.js +46 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js ...cjs/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js ...y/dist-cjs/commands/GetPrincipalTagAttributeMapCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentitiesCommand.js ...gnito-identity/dist-cjs/commands/ListIdentitiesCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListIdentityPoolsCommand.js ...to-identity/dist-cjs/commands/ListIdentityPoolsCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/ListTagsForResourceCommand.js ...-identity/dist-cjs/commands/ListTagsForResourceCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/LookupDeveloperIdentityCommand.js ...ntity/dist-cjs/commands/LookupDeveloperIdentityCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js ...tity/dist-cjs/commands/MergeDeveloperIdentitiesCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetIdentityPoolRolesCommand.js ...identity/dist-cjs/commands/SetIdentityPoolRolesCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js ...y/dist-cjs/commands/SetPrincipalTagAttributeMapCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/TagResourceCommand.js ...-cognito-identity/dist-cjs/commands/TagResourceCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js ...ntity/dist-cjs/commands/UnlinkDeveloperIdentityCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UnlinkIdentityCommand.js ...gnito-identity/dist-cjs/commands/UnlinkIdentityCommand.js +46 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UntagResourceCommand.js ...ognito-identity/dist-cjs/commands/UntagResourceCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/UpdateIdentityPoolCommand.js ...o-identity/dist-cjs/commands/UpdateIdentityPoolCommand.js +48 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/commands/index.js ...ws-sdk/client-cognito-identity/dist-cjs/commands/index.js +26 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/EndpointParameters.js ...-cognito-identity/dist-cjs/endpoint/EndpointParameters.js +12 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/endpointResolver.js ...nt-cognito-identity/dist-cjs/endpoint/endpointResolver.js +12 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/endpoint/ruleset.js ...-sdk/client-cognito-identity/dist-cjs/endpoint/ruleset.js +318 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/index.js ...odules/@aws-sdk/client-cognito-identity/dist-cjs/index.js +11 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/CognitoIdentityServiceException.js ...entity/dist-cjs/models/CognitoIdentityServiceException.js +11 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/index.js ...@aws-sdk/client-cognito-identity/dist-cjs/models/index.js +4 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/models/models_0.js ...s-sdk/client-cognito-identity/dist-cjs/models/models_0.js +354 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/Interfaces.js ...client-cognito-identity/dist-cjs/pagination/Interfaces.js +2 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/ListIdentityPoolsPaginator.js ...dentity/dist-cjs/pagination/ListIdentityPoolsPaginator.js +36 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/pagination/index.js ...-sdk/client-cognito-identity/dist-cjs/pagination/index.js +5 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/protocols/Aws_json1_1.js ...client-cognito-identity/dist-cjs/protocols/Aws_json1_1.js +2219 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.browser.js ...client-cognito-identity/dist-cjs/runtimeConfig.browser.js +42 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js ...aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.js +51 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.native.js .../client-cognito-identity/dist-cjs/runtimeConfig.native.js +15 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-cjs/runtimeConfig.shared.js .../client-cognito-identity/dist-cjs/runtimeConfig.shared.js +18 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentity.js ...ws-sdk/client-cognito-identity/dist-es/CognitoIdentity.js +348 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/CognitoIdentityClient.js .../client-cognito-identity/dist-es/CognitoIdentityClient.js +35 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/CreateIdentityPoolCommand.js ...to-identity/dist-es/commands/CreateIdentityPoolCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentitiesCommand.js ...nito-identity/dist-es/commands/DeleteIdentitiesCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DeleteIdentityPoolCommand.js ...to-identity/dist-es/commands/DeleteIdentityPoolCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityCommand.js ...nito-identity/dist-es/commands/DescribeIdentityCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/DescribeIdentityPoolCommand.js ...-identity/dist-es/commands/DescribeIdentityPoolCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetCredentialsForIdentityCommand.js ...tity/dist-es/commands/GetCredentialsForIdentityCommand.js +42 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdCommand.js .../client-cognito-identity/dist-es/commands/GetIdCommand.js +42 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetIdentityPoolRolesCommand.js ...-identity/dist-es/commands/GetIdentityPoolRolesCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenCommand.js ...ognito-identity/dist-es/commands/GetOpenIdTokenCommand.js +42 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js ...-es/commands/GetOpenIdTokenForDeveloperIdentityCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/GetPrincipalTagAttributeMapCommand.js ...ty/dist-es/commands/GetPrincipalTagAttributeMapCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentitiesCommand.js ...ognito-identity/dist-es/commands/ListIdentitiesCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListIdentityPoolsCommand.js ...ito-identity/dist-es/commands/ListIdentityPoolsCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/ListTagsForResourceCommand.js ...o-identity/dist-es/commands/ListTagsForResourceCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/LookupDeveloperIdentityCommand.js ...entity/dist-es/commands/LookupDeveloperIdentityCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/MergeDeveloperIdentitiesCommand.js ...ntity/dist-es/commands/MergeDeveloperIdentitiesCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetIdentityPoolRolesCommand.js ...-identity/dist-es/commands/SetIdentityPoolRolesCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/SetPrincipalTagAttributeMapCommand.js ...ty/dist-es/commands/SetPrincipalTagAttributeMapCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/TagResourceCommand.js ...t-cognito-identity/dist-es/commands/TagResourceCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkDeveloperIdentityCommand.js ...entity/dist-es/commands/UnlinkDeveloperIdentityCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UnlinkIdentityCommand.js ...ognito-identity/dist-es/commands/UnlinkIdentityCommand.js +42 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UntagResourceCommand.js ...cognito-identity/dist-es/commands/UntagResourceCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/UpdateIdentityPoolCommand.js ...to-identity/dist-es/commands/UpdateIdentityPoolCommand.js +44 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/commands/index.js ...aws-sdk/client-cognito-identity/dist-es/commands/index.js +23 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/EndpointParameters.js ...t-cognito-identity/dist-es/endpoint/EndpointParameters.js +8 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/endpointResolver.js ...ent-cognito-identity/dist-es/endpoint/endpointResolver.js +8 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/endpoint/ruleset.js ...s-sdk/client-cognito-identity/dist-es/endpoint/ruleset.js +315 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/index.js ...modules/@aws-sdk/client-cognito-identity/dist-es/index.js +6 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/models/CognitoIdentityServiceException.js ...dentity/dist-es/models/CognitoIdentityServiceException.js +7 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/models/index.js .../@aws-sdk/client-cognito-identity/dist-es/models/index.js +1 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/models/models_0.js ...ws-sdk/client-cognito-identity/dist-es/models/models_0.js +293 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/Interfaces.js .../client-cognito-identity/dist-es/pagination/Interfaces.js +1 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/ListIdentityPoolsPaginator.js ...identity/dist-es/pagination/ListIdentityPoolsPaginator.js +32 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/pagination/index.js ...s-sdk/client-cognito-identity/dist-es/pagination/index.js +2 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/protocols/Aws_json1_1.js .../client-cognito-identity/dist-es/protocols/Aws_json1_1.js +2170 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.browser.js .../client-cognito-identity/dist-es/runtimeConfig.browser.js +37 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js ...@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.js +46 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.native.js ...k/client-cognito-identity/dist-es/runtimeConfig.native.js +11 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-es/runtimeConfig.shared.js ...k/client-cognito-identity/dist-es/runtimeConfig.shared.js +14 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentity.d.ts ...k/client-cognito-identity/dist-types/CognitoIdentity.d.ts +295 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/CognitoIdentityClient.d.ts ...nt-cognito-identity/dist-types/CognitoIdentityClient.d.ts +177 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/CreateIdentityPoolCommand.d.ts ...entity/dist-types/commands/CreateIdentityPoolCommand.d.ts +63 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentitiesCommand.d.ts ...identity/dist-types/commands/DeleteIdentitiesCommand.d.ts +39 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DeleteIdentityPoolCommand.d.ts ...entity/dist-types/commands/DeleteIdentityPoolCommand.d.ts +39 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityCommand.d.ts ...identity/dist-types/commands/DescribeIdentityCommand.d.ts +39 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/DescribeIdentityPoolCommand.d.ts ...tity/dist-types/commands/DescribeIdentityPoolCommand.d.ts +39 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetCredentialsForIdentityCommand.d.ts ...dist-types/commands/GetCredentialsForIdentityCommand.d.ts +41 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdCommand.d.ts ...nt-cognito-identity/dist-types/commands/GetIdCommand.d.ts +39 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts ...tity/dist-types/commands/GetIdentityPoolRolesCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts ...o-identity/dist-types/commands/GetOpenIdTokenCommand.d.ts +41 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts ...s/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +49 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/GetPrincipalTagAttributeMapCommand.d.ts ...st-types/commands/GetPrincipalTagAttributeMapCommand.d.ts +37 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentitiesCommand.d.ts ...o-identity/dist-types/commands/ListIdentitiesCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListIdentityPoolsCommand.d.ts ...dentity/dist-types/commands/ListIdentityPoolsCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/ListTagsForResourceCommand.d.ts ...ntity/dist-types/commands/ListTagsForResourceCommand.d.ts +40 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/LookupDeveloperIdentityCommand.d.ts ...y/dist-types/commands/LookupDeveloperIdentityCommand.d.ts +53 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts .../dist-types/commands/MergeDeveloperIdentitiesCommand.d.ts +49 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts ...tity/dist-types/commands/SetIdentityPoolRolesCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/SetPrincipalTagAttributeMapCommand.d.ts ...st-types/commands/SetPrincipalTagAttributeMapCommand.d.ts +37 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/TagResourceCommand.d.ts ...nito-identity/dist-types/commands/TagResourceCommand.d.ts +51 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts ...y/dist-types/commands/UnlinkDeveloperIdentityCommand.d.ts +41 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UnlinkIdentityCommand.d.ts ...o-identity/dist-types/commands/UnlinkIdentityCommand.d.ts +40 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UntagResourceCommand.d.ts ...to-identity/dist-types/commands/UntagResourceCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/UpdateIdentityPoolCommand.d.ts ...entity/dist-types/commands/UpdateIdentityPoolCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/commands/index.d.ts ...dk/client-cognito-identity/dist-types/commands/index.d.ts +23 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/EndpointParameters.d.ts ...nito-identity/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/endpointResolver.d.ts ...ognito-identity/dist-types/endpoint/endpointResolver.d.ts +5 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/endpoint/ruleset.d.ts .../client-cognito-identity/dist-types/endpoint/ruleset.d.ts +2 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/index.d.ts ...es/@aws-sdk/client-cognito-identity/dist-types/index.d.ts +6 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/models/CognitoIdentityServiceException.d.ts ...ty/dist-types/models/CognitoIdentityServiceException.d.ts +10 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/models/index.d.ts ...-sdk/client-cognito-identity/dist-types/models/index.d.ts +1 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/models/models_0.d.ts ...k/client-cognito-identity/dist-types/models/models_0.d.ts +1166 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/Interfaces.d.ts ...nt-cognito-identity/dist-types/pagination/Interfaces.d.ts +6 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/ListIdentityPoolsPaginator.d.ts ...ity/dist-types/pagination/ListIdentityPoolsPaginator.d.ts +4 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/pagination/index.d.ts .../client-cognito-identity/dist-types/pagination/index.d.ts +2 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/protocols/Aws_json1_1.d.ts ...nt-cognito-identity/dist-types/protocols/Aws_json1_1.d.ts +71 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.browser.d.ts ...nt-cognito-identity/dist-types/runtimeConfig.browser.d.ts +42 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts ...sdk/client-cognito-identity/dist-types/runtimeConfig.d.ts +42 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.native.d.ts ...ent-cognito-identity/dist-types/runtimeConfig.native.d.ts +41 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/runtimeConfig.shared.d.ts ...ent-cognito-identity/dist-types/runtimeConfig.shared.d.ts +16 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts ...nt-cognito-identity/dist-types/ts3.4/CognitoIdentity.d.ts +398 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts ...nito-identity/dist-types/ts3.4/CognitoIdentityClient.d.ts +247 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts .../dist-types/ts3.4/commands/CreateIdentityPoolCommand.d.ts +35 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts ...ty/dist-types/ts3.4/commands/DeleteIdentitiesCommand.d.ts +37 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts .../dist-types/ts3.4/commands/DeleteIdentityPoolCommand.d.ts +33 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts ...ty/dist-types/ts3.4/commands/DescribeIdentityCommand.d.ts +34 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts ...ist-types/ts3.4/commands/DescribeIdentityPoolCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts ...ypes/ts3.4/commands/GetCredentialsForIdentityCommand.d.ts +41 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts ...nito-identity/dist-types/ts3.4/commands/GetIdCommand.d.ts +32 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts ...ist-types/ts3.4/commands/GetIdentityPoolRolesCommand.d.ts +41 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts ...tity/dist-types/ts3.4/commands/GetOpenIdTokenCommand.d.ts +37 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts ...4/commands/GetOpenIdTokenForDeveloperIdentityCommand.d.ts +41 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts ...es/ts3.4/commands/GetPrincipalTagAttributeMapCommand.d.ts +41 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts ...tity/dist-types/ts3.4/commands/ListIdentitiesCommand.d.ts +37 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts ...y/dist-types/ts3.4/commands/ListIdentityPoolsCommand.d.ts +37 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts ...dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts ...-types/ts3.4/commands/LookupDeveloperIdentityCommand.d.ts +41 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts ...types/ts3.4/commands/MergeDeveloperIdentitiesCommand.d.ts +41 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts ...ist-types/ts3.4/commands/SetIdentityPoolRolesCommand.d.ts +36 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts ...es/ts3.4/commands/SetPrincipalTagAttributeMapCommand.d.ts +41 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/TagResourceCommand.d.ts ...dentity/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts ...-types/ts3.4/commands/UnlinkDeveloperIdentityCommand.d.ts +37 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts ...tity/dist-types/ts3.4/commands/UnlinkIdentityCommand.d.ts +32 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts ...ntity/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts .../dist-types/ts3.4/commands/UpdateIdentityPoolCommand.d.ts +34 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/commands/index.d.ts ...ent-cognito-identity/dist-types/ts3.4/commands/index.d.ts +23 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/EndpointParameters.d.ts ...dentity/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/endpointResolver.d.ts ...-identity/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/endpoint/ruleset.d.ts ...t-cognito-identity/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts ...s-sdk/client-cognito-identity/dist-types/ts3.4/index.d.ts +6 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/CognitoIdentityServiceException.d.ts ...t-types/ts3.4/models/CognitoIdentityServiceException.d.ts +7 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/index.d.ts ...lient-cognito-identity/dist-types/ts3.4/models/index.d.ts +1 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/models/models_0.d.ts ...nt-cognito-identity/dist-types/ts3.4/models/models_0.d.ts +449 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/Interfaces.d.ts ...nito-identity/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts ...st-types/ts3.4/pagination/ListIdentityPoolsPaginator.d.ts +11 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/pagination/index.d.ts ...t-cognito-identity/dist-types/ts3.4/pagination/index.d.ts +2 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/protocols/Aws_json1_1.d.ts ...nito-identity/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts ...nito-identity/dist-types/ts3.4/runtimeConfig.browser.d.ts +93 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts ...ient-cognito-identity/dist-types/ts3.4/runtimeConfig.d.ts +93 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts ...gnito-identity/dist-types/ts3.4/runtimeConfig.native.d.ts +82 -0
- node_modules/@aws-sdk/client-cognito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts ...gnito-identity/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
- node_modules/@aws-sdk/client-cognito-identity/package.json node_modules/@aws-sdk/client-cognito-identity/package.json +106 -0
- node_modules/@aws-sdk/client-sso-oidc/LICENSE node_modules/@aws-sdk/client-sso-oidc/LICENSE +201 -0
- node_modules/@aws-sdk/client-sso-oidc/README.md node_modules/@aws-sdk/client-sso-oidc/README.md +244 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDC.js +52 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js ...odules/@aws-sdk/client-sso-oidc/dist-cjs/SSOOIDCClient.js +37 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js ...k/client-sso-oidc/dist-cjs/commands/CreateTokenCommand.js +46 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/RegisterClientCommand.js ...lient-sso-oidc/dist-cjs/commands/RegisterClientCommand.js +46 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js ...oidc/dist-cjs/commands/StartDeviceAuthorizationCommand.js +46 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js ...dules/@aws-sdk/client-sso-oidc/dist-cjs/commands/index.js +6 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js ...k/client-sso-oidc/dist-cjs/endpoint/EndpointParameters.js +12 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js ...sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +12 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js ...les/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/ruleset.js +318 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +10 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js ...lient-sso-oidc/dist-cjs/models/SSOOIDCServiceException.js +11 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/index.js ...modules/@aws-sdk/client-sso-oidc/dist-cjs/models/index.js +4 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js ...ules/@aws-sdk/client-sso-oidc/dist-cjs/models/models_0.js +208 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js ...s-sdk/client-sso-oidc/dist-cjs/protocols/Aws_restJson1.js +522 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js ...aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.browser.js +41 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js ...odules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +48 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js ...@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.native.js +15 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js ...@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.shared.js +18 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDC.js +48 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js ...modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +33 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js ...dk/client-sso-oidc/dist-es/commands/CreateTokenCommand.js +42 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/RegisterClientCommand.js ...client-sso-oidc/dist-es/commands/RegisterClientCommand.js +42 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js ...-oidc/dist-es/commands/StartDeviceAuthorizationCommand.js +42 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js ...odules/@aws-sdk/client-sso-oidc/dist-es/commands/index.js +3 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js ...dk/client-sso-oidc/dist-es/endpoint/EndpointParameters.js +8 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js ...-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +8 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js ...ules/@aws-sdk/client-sso-oidc/dist-es/endpoint/ruleset.js +315 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +5 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/models/SSOOIDCServiceException.js ...client-sso-oidc/dist-es/models/SSOOIDCServiceException.js +7 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js ..._modules/@aws-sdk/client-sso-oidc/dist-es/models/index.js +1 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js ...dules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +187 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js ...ws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +513 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js ...@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.browser.js +36 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js ...modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +43 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js .../@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.native.js +11 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js .../@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.shared.js +14 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts ..._modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +71 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts ...es/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +177 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts ...ient-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +39 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts ...t-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts .../dist-types/commands/StartDeviceAuthorizationCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts ...s/@aws-sdk/client-sso-oidc/dist-types/commands/index.d.ts +3 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts ...ient-sso-oidc/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts ...client-sso-oidc/dist-types/endpoint/endpointResolver.d.ts +5 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts ...@aws-sdk/client-sso-oidc/dist-types/endpoint/ruleset.d.ts +2 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +5 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts ...t-sso-oidc/dist-types/models/SSOOIDCServiceException.d.ts +10 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts ...les/@aws-sdk/client-sso-oidc/dist-types/models/index.d.ts +1 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts .../@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +371 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts ...k/client-sso-oidc/dist-types/protocols/Aws_restJson1.d.ts +11 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts ...sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +35 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts ...es/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +35 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts ...-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +34 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts ...-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +16 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts ...es/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDC.d.ts +55 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts ...s-sdk/client-sso-oidc/dist-types/ts3.4/SSOOIDCClient.d.ts +121 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts ...so-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +34 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts ...oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +37 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts ...types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +41 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts ...-sdk/client-sso-oidc/dist-types/ts3.4/commands/index.d.ts +3 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts ...so-oidc/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts ...-sso-oidc/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts ...dk/client-sso-oidc/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts ...ules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +5 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts ...oidc/dist-types/ts3.4/models/SSOOIDCServiceException.d.ts +7 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts ...ws-sdk/client-sso-oidc/dist-types/ts3.4/models/index.d.ts +1 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts ...sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +169 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts ...nt-sso-oidc/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +41 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts ...ient-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts ...s-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +67 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts ...lient-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +56 -0
- node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts ...lient-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +16 -0
- node_modules/@aws-sdk/client-sso-oidc/package.json node_modules/@aws-sdk/client-sso-oidc/package.json +99 -0
- node_modules/@aws-sdk/client-sso/LICENSE node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- node_modules/@aws-sdk/client-sso/README.md node_modules/@aws-sdk/client-sso/README.md +223 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js node_modules/@aws-sdk/client-sso/dist-cjs/SSO.js +67 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js node_modules/@aws-sdk/client-sso/dist-cjs/SSOClient.js +37 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js ...client-sso/dist-cjs/commands/GetRoleCredentialsCommand.js +46 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountRolesCommand.js ...k/client-sso/dist-cjs/commands/ListAccountRolesCommand.js +46 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js ...s-sdk/client-sso/dist-cjs/commands/ListAccountsCommand.js +46 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js ...es/@aws-sdk/client-sso/dist-cjs/commands/LogoutCommand.js +46 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js node_modules/@aws-sdk/client-sso/dist-cjs/commands/index.js +7 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/EndpointParameters.js ...ws-sdk/client-sso/dist-cjs/endpoint/EndpointParameters.js +12 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js ...@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +12 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js ..._modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +318 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/index.js node_modules/@aws-sdk/client-sso/dist-cjs/index.js +11 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js ...aws-sdk/client-sso/dist-cjs/models/SSOServiceException.js +11 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js node_modules/@aws-sdk/client-sso/dist-cjs/models/index.js +4 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js node_modules/@aws-sdk/client-sso/dist-cjs/models/models_0.js +104 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js ...les/@aws-sdk/client-sso/dist-cjs/pagination/Interfaces.js +2 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountRolesPaginator.js ...ient-sso/dist-cjs/pagination/ListAccountRolesPaginator.js +36 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/pagination/ListAccountsPaginator.js ...k/client-sso/dist-cjs/pagination/ListAccountsPaginator.js +36 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js ..._modules/@aws-sdk/client-sso/dist-cjs/pagination/index.js +6 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js ...s/@aws-sdk/client-sso/dist-cjs/protocols/Aws_restJson1.js +417 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js ...les/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +41 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +48 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js ...ules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +15 -0
- node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js ...ules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +18 -0
- node_modules/@aws-sdk/client-sso/dist-es/SSO.js node_modules/@aws-sdk/client-sso/dist-es/SSO.js +63 -0
- node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +33 -0
- node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js .../client-sso/dist-es/commands/GetRoleCredentialsCommand.js +42 -0
- node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js ...dk/client-sso/dist-es/commands/ListAccountRolesCommand.js +42 -0
- node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js ...ws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +42 -0
- node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js ...les/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +42 -0
- node_modules/@aws-sdk/client-sso/dist-es/commands/index.js node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +4 -0
- node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js ...aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +8 -0
- node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js .../@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +8 -0
- node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +315 -0
- node_modules/@aws-sdk/client-sso/dist-es/index.js node_modules/@aws-sdk/client-sso/dist-es/index.js +6 -0
- node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js ...@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +7 -0
- node_modules/@aws-sdk/client-sso/dist-es/models/index.js node_modules/@aws-sdk/client-sso/dist-es/models/index.js +1 -0
- node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +87 -0
- node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js ...ules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +1 -0
- node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js ...lient-sso/dist-es/pagination/ListAccountRolesPaginator.js +32 -0
- node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js ...dk/client-sso/dist-es/pagination/ListAccountsPaginator.js +32 -0
- node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +3 -0
- node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js ...es/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +406 -0
- node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js ...ules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +36 -0
- node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +43 -0
- node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js ...dules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +11 -0
- node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js ...dules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +14 -0
- node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +71 -0
- node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +157 -0
- node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts ...nt-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts ...ient-sso/dist-types/commands/ListAccountRolesCommand.d.ts +37 -0
- node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts ...k/client-sso/dist-types/commands/ListAccountsCommand.d.ts +39 -0
- node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts ...aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +52 -0
- node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts ...odules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +4 -0
- node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts ...dk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts ...-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -0
- node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts ...ules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +2 -0
- node_modules/@aws-sdk/client-sso/dist-types/index.d.ts node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +6 -0
- node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts ...sdk/client-sso/dist-types/models/SSOServiceException.d.ts +10 -0
- node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts ..._modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +1 -0
- node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts ...dules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +229 -0
- node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts ...@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +6 -0
- node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts ...-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +4 -0
- node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts ...ient-sso/dist-types/pagination/ListAccountsPaginator.d.ts +4 -0
- node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts ...ules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +3 -0
- node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts ...ws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +14 -0
- node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts ...@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +35 -0
- node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts ...modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +35 -0
- node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts .../@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +34 -0
- node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts .../@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +16 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +72 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts ...dules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +126 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts .../dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts ...so/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +37 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts ...nt-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +34 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts ...k/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +32 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts .../@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts ...ent-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +34 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts ...lient-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts ...aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +6 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts ...ient-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +7 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts ...es/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts ...@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +101 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts ...dk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts ...ist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts ...so/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts ...aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts .../client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts ...dk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts ...s/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +67 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts ...sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +56 -0
- node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts ...sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +16 -0
- node_modules/@aws-sdk/client-sso/package.json node_modules/@aws-sdk/client-sso/package.json +99 -0
- node_modules/@aws-sdk/client-sts/LICENSE node_modules/@aws-sdk/client-sts/LICENSE +201 -0
- node_modules/@aws-sdk/client-sts/README.md node_modules/@aws-sdk/client-sts/README.md +210 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/STS.js node_modules/@aws-sdk/client-sts/dist-cjs/STS.js +127 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +39 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js ...aws-sdk/client-sts/dist-cjs/commands/AssumeRoleCommand.js +49 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js ...client-sts/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +47 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js ...sts/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +47 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js ...ts/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +49 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js ...k/client-sts/dist-cjs/commands/GetAccessKeyInfoCommand.js +49 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetCallerIdentityCommand.js .../client-sts/dist-cjs/commands/GetCallerIdentityCommand.js +49 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetFederationTokenCommand.js ...client-sts/dist-cjs/commands/GetFederationTokenCommand.js +49 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js ...dk/client-sts/dist-cjs/commands/GetSessionTokenCommand.js +49 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js node_modules/@aws-sdk/client-sts/dist-cjs/commands/index.js +11 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js ...dules/@aws-sdk/client-sts/dist-cjs/defaultRoleAssumers.js +28 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js ...es/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +76 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js ...ws-sdk/client-sts/dist-cjs/endpoint/EndpointParameters.js +13 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js ...@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +12 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js ..._modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +879 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/index.js node_modules/@aws-sdk/client-sts/dist-cjs/index.js +11 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js ...aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +11 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js node_modules/@aws-sdk/client-sts/dist-cjs/models/index.js +4 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js node_modules/@aws-sdk/client-sts/dist-cjs/models/models_0.js +192 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js ...dules/@aws-sdk/client-sts/dist-cjs/protocols/Aws_query.js +1083 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js ...les/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +42 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +51 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js ...ules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +15 -0
- node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js ...ules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +18 -0
- node_modules/@aws-sdk/client-sts/dist-es/STS.js node_modules/@aws-sdk/client-sts/dist-es/STS.js +123 -0
- node_modules/@aws-sdk/client-sts/dist-es/STSClient.js node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +35 -0
- node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js ...@aws-sdk/client-sts/dist-es/commands/AssumeRoleCommand.js +45 -0
- node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js .../client-sts/dist-es/commands/AssumeRoleWithSAMLCommand.js +43 -0
- node_modules/@aws-sdk/client-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js ...-sts/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +43 -0
- node_modules/@aws-sdk/client-sts/dist-es/commands/DecodeAuthorizationMessageCommand.js ...sts/dist-es/commands/DecodeAuthorizationMessageCommand.js +45 -0
- node_modules/@aws-sdk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js ...dk/client-sts/dist-es/commands/GetAccessKeyInfoCommand.js +45 -0
- node_modules/@aws-sdk/client-sts/dist-es/commands/GetCallerIdentityCommand.js ...k/client-sts/dist-es/commands/GetCallerIdentityCommand.js +45 -0
- node_modules/@aws-sdk/client-sts/dist-es/commands/GetFederationTokenCommand.js .../client-sts/dist-es/commands/GetFederationTokenCommand.js +45 -0
- node_modules/@aws-sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js ...sdk/client-sts/dist-es/commands/GetSessionTokenCommand.js +45 -0
- node_modules/@aws-sdk/client-sts/dist-es/commands/index.js node_modules/@aws-sdk/client-sts/dist-es/commands/index.js +8 -0
- node_modules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js ...odules/@aws-sdk/client-sts/dist-es/defaultRoleAssumers.js +22 -0
- node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js ...les/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +70 -0
- node_modules/@aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js ...aws-sdk/client-sts/dist-es/endpoint/EndpointParameters.js +9 -0
- node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js .../@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +8 -0
- node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +876 -0
- node_modules/@aws-sdk/client-sts/dist-es/index.js node_modules/@aws-sdk/client-sts/dist-es/index.js +6 -0
- node_modules/@aws-sdk/client-sts/dist-es/models/STSServiceException.js ...@aws-sdk/client-sts/dist-es/models/STSServiceException.js +7 -0
- node_modules/@aws-sdk/client-sts/dist-es/models/index.js node_modules/@aws-sdk/client-sts/dist-es/models/index.js +1 -0
- node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +160 -0
- node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js ...odules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +1064 -0
- node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js ...ules/@aws-sdk/client-sts/dist-es/runtimeConfig.browser.js +37 -0
- node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +46 -0
- node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js ...dules/@aws-sdk/client-sts/dist-es/runtimeConfig.native.js +11 -0
- node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js ...dules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +14 -0
- node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +624 -0
- node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +153 -0
- node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts ...sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +126 -0
- node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts ...nt-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +167 -0
- node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts ...dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +171 -0
- node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts ...ist-types/commands/DecodeAuthorizationMessageCommand.d.ts +72 -0
- node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts ...ient-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +54 -0
- node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts ...ent-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +46 -0
- node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts ...nt-sts/dist-types/commands/GetFederationTokenCommand.d.ts +122 -0
- node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts ...lient-sts/dist-types/commands/GetSessionTokenCommand.d.ts +95 -0
- node_modules/@aws-sdk/client-sts/dist-types/commands/index.d.ts ...odules/@aws-sdk/client-sts/dist-types/commands/index.d.ts +8 -0
- node_modules/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts ...s/@aws-sdk/client-sts/dist-types/defaultRoleAssumers.d.ts +20 -0
- node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts ...aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +35 -0
- node_modules/@aws-sdk/client-sts/dist-types/endpoint/EndpointParameters.d.ts ...dk/client-sts/dist-types/endpoint/EndpointParameters.d.ts +21 -0
- node_modules/@aws-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts ...-sdk/client-sts/dist-types/endpoint/endpointResolver.d.ts +5 -0
- node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts ...ules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +2 -0
- node_modules/@aws-sdk/client-sts/dist-types/index.d.ts node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +6 -0
- node_modules/@aws-sdk/client-sts/dist-types/models/STSServiceException.d.ts ...sdk/client-sts/dist-types/models/STSServiceException.d.ts +10 -0
- node_modules/@aws-sdk/client-sts/dist-types/models/index.d.ts ..._modules/@aws-sdk/client-sts/dist-types/models/index.d.ts +1 -0
- node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts ...dules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1135 -0
- node_modules/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts ...s/@aws-sdk/client-sts/dist-types/protocols/Aws_query.d.ts +26 -0
- node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts ...@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +43 -0
- node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts ...modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +43 -0
- node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts .../@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +42 -0
- node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts .../@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +16 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +140 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts ...dules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +158 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts ...ient-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +34 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts .../dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts ...ypes/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +41 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts ...pes/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +41 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts ...ts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +37 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts ...s/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts .../dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +38 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts ...sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +37 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts .../@aws-sdk/client-sts/dist-types/ts3.4/commands/index.d.ts +8 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts ...-sdk/client-sts/dist-types/ts3.4/defaultRoleAssumers.d.ts +22 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts ...k/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +25 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts ...ent-sts/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +36 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts ...lient-sts/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts ...aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +6 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/STSServiceException.d.ts ...ient-sts/dist-types/ts3.4/models/STSServiceException.d.ts +7 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts ...es/@aws-sdk/client-sts/dist-types/ts3.4/models/index.d.ts +1 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts ...@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +238 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts ...-sdk/client-sts/dist-types/ts3.4/protocols/Aws_query.d.ts +101 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts ...dk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +95 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts ...s/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +93 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts ...sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +84 -0
- node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts ...sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +16 -0
- node_modules/@aws-sdk/client-sts/package.json node_modules/@aws-sdk/client-sts/package.json +105 -0
- node_modules/@aws-sdk/config-resolver/LICENSE node_modules/@aws-sdk/config-resolver/LICENSE +201 -0
- node_modules/@aws-sdk/config-resolver/README.md node_modules/@aws-sdk/config-resolver/README.md +10 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js .../endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +12 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js ...t-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +12 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js ...aws-sdk/config-resolver/dist-cjs/endpointsConfig/index.js +7 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js .../dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +16 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js ...solver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +20 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js ...r/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +20 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/index.js node_modules/@aws-sdk/config-resolver/dist-cjs/index.js +6 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js .../@aws-sdk/config-resolver/dist-cjs/regionConfig/config.js +15 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/getRealRegion.js ...dk/config-resolver/dist-cjs/regionConfig/getRealRegion.js +10 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js ...s/@aws-sdk/config-resolver/dist-cjs/regionConfig/index.js +5 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js ...sdk/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +5 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js ...fig-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +29 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js ...dk/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +2 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js ...config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +2 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js ...-sdk/config-resolver/dist-cjs/regionInfo/PartitionHash.js +2 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js ...aws-sdk/config-resolver/dist-cjs/regionInfo/RegionHash.js +2 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js ...g-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +8 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js ...-sdk/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +34 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js ...onfig-resolver/dist-cjs/regionInfo/getResolvedHostname.js +9 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js ...nfig-resolver/dist-cjs/regionInfo/getResolvedPartition.js +5 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js ...-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +16 -0
- node_modules/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js ...les/@aws-sdk/config-resolver/dist-cjs/regionInfo/index.js +6 -0
- node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js .../endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +9 -0
- node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js ...st-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +9 -0
- node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js ...@aws-sdk/config-resolver/dist-es/endpointsConfig/index.js +4 -0
- node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js ...r/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +11 -0
- node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js ...esolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +15 -0
- node_modules/@aws-sdk/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js ...er/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
- node_modules/@aws-sdk/config-resolver/dist-es/index.js node_modules/@aws-sdk/config-resolver/dist-es/index.js +3 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/config.js ...s/@aws-sdk/config-resolver/dist-es/regionConfig/config.js +12 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/getRealRegion.js ...sdk/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/index.js ...es/@aws-sdk/config-resolver/dist-es/regionConfig/index.js +2 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js ...-sdk/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionConfig/resolveRegionConfig.js ...nfig-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js ...sdk/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/EndpointVariantTag.js .../config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js ...s-sdk/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js ...@aws-sdk/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js ...ig-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js ...s-sdk/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedHostname.js ...config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedPartition.js ...onfig-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js ...g-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
- node_modules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js ...ules/@aws-sdk/config-resolver/dist-es/regionInfo/index.js +3 -0
- node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts ...ndpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +5 -0
- node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts ...pes/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +5 -0
- node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts ...sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +4 -0
- node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts ...t-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +20 -0
- node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts ...er/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +39 -0
- node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts ...st-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +3 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts ...s-sdk/config-resolver/dist-types/regionConfig/config.d.ts +5 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts ...onfig-resolver/dist-types/regionConfig/getRealRegion.d.ts +1 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts ...ws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +2 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts ...config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +1 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts ...resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +25 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts ...onfig-resolver/dist-types/regionInfo/EndpointVariant.d.ts +8 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts ...ig-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +5 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts .../config-resolver/dist-types/regionInfo/PartitionHash.d.ts +12 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts ...sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +10 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts ...solver/dist-types/regionInfo/getHostnameFromVariants.d.ts +6 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts .../config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +11 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts ...g-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +5 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts ...-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +5 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts ...olver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +6 -0
- node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts ...@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +3 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts ...ndpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +5 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts ...3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +5 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts ...nfig-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +4 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts ...s/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +18 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts ...t-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +27 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts ...es/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +13 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts ...ules/@aws-sdk/config-resolver/dist-types/ts3.4/index.d.ts +3 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts ...config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts ...resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts .../config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts ...-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts ...er/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts ...resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +5 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts ...olver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +1 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts ...g-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +10 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts ...nfig-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +9 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts .../dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +9 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts ...g-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +20 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts ...lver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +8 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts ...ver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +8 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts ...dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +13 -0
- node_modules/@aws-sdk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts ...dk/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +3 -0
- node_modules/@aws-sdk/config-resolver/package.json node_modules/@aws-sdk/config-resolver/package.json +57 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/LICENSE ...les/@aws-sdk/credential-provider-cognito-identity/LICENSE +201 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/README.md ...s/@aws-sdk/credential-provider-cognito-identity/README.md +11 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/CognitoProviderParameters.js ...er-cognito-identity/dist-cjs/CognitoProviderParameters.js +2 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/InMemoryStorage.js ...ial-provider-cognito-identity/dist-cjs/InMemoryStorage.js +21 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/IndexedDbStorage.js ...al-provider-cognito-identity/dist-cjs/IndexedDbStorage.js +71 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Logins.js ...k/credential-provider-cognito-identity/dist-cjs/Logins.js +2 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/Storage.js .../credential-provider-cognito-identity/dist-cjs/Storage.js +2 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentity.js ...provider-cognito-identity/dist-cjs/fromCognitoIdentity.js +32 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/fromCognitoIdentityPool.js ...ider-cognito-identity/dist-cjs/fromCognitoIdentityPool.js +42 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/index.js ...dk/credential-provider-cognito-identity/dist-cjs/index.js +8 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/localStorage.js ...ential-provider-cognito-identity/dist-cjs/localStorage.js +16 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-cjs/resolveLogins.js ...ntial-provider-cognito-identity/dist-cjs/resolveLogins.js +19 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/CognitoProviderParameters.js ...der-cognito-identity/dist-es/CognitoProviderParameters.js +1 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/InMemoryStorage.js ...tial-provider-cognito-identity/dist-es/InMemoryStorage.js +17 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/IndexedDbStorage.js ...ial-provider-cognito-identity/dist-es/IndexedDbStorage.js +67 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Logins.js ...dk/credential-provider-cognito-identity/dist-es/Logins.js +1 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/Storage.js ...k/credential-provider-cognito-identity/dist-es/Storage.js +1 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentity.js ...-provider-cognito-identity/dist-es/fromCognitoIdentity.js +28 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/fromCognitoIdentityPool.js ...vider-cognito-identity/dist-es/fromCognitoIdentityPool.js +38 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/index.js ...sdk/credential-provider-cognito-identity/dist-es/index.js +5 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/localStorage.js ...dential-provider-cognito-identity/dist-es/localStorage.js +12 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-es/resolveLogins.js ...ential-provider-cognito-identity/dist-es/resolveLogins.js +15 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/CognitoProviderParameters.d.ts ...ognito-identity/dist-types/CognitoProviderParameters.d.ts +25 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/InMemoryStorage.d.ts ...provider-cognito-identity/dist-types/InMemoryStorage.d.ts +8 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/IndexedDbStorage.d.ts ...rovider-cognito-identity/dist-types/IndexedDbStorage.d.ts +10 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Logins.d.ts ...edential-provider-cognito-identity/dist-types/Logins.d.ts +3 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/Storage.d.ts ...dential-provider-cognito-identity/dist-types/Storage.d.ts +14 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentity.d.ts ...ider-cognito-identity/dist-types/fromCognitoIdentity.d.ts +23 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/fromCognitoIdentityPool.d.ts ...-cognito-identity/dist-types/fromCognitoIdentityPool.d.ts +44 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/index.d.ts ...redential-provider-cognito-identity/dist-types/index.d.ts +5 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/localStorage.d.ts ...al-provider-cognito-identity/dist-types/localStorage.d.ts +2 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/resolveLogins.d.ts ...l-provider-cognito-identity/dist-types/resolveLogins.d.ts +5 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/CognitoProviderParameters.d.ts ...-identity/dist-types/ts3.4/CognitoProviderParameters.d.ts +7 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/InMemoryStorage.d.ts ...er-cognito-identity/dist-types/ts3.4/InMemoryStorage.d.ts +8 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/IndexedDbStorage.d.ts ...r-cognito-identity/dist-types/ts3.4/IndexedDbStorage.d.ts +10 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Logins.d.ts ...al-provider-cognito-identity/dist-types/ts3.4/Logins.d.ts +3 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/Storage.d.ts ...l-provider-cognito-identity/dist-types/ts3.4/Storage.d.ts +5 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentity.d.ts ...ognito-identity/dist-types/ts3.4/fromCognitoIdentity.d.ts +14 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/fromCognitoIdentityPool.d.ts ...to-identity/dist-types/ts3.4/fromCognitoIdentityPool.d.ts +19 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/index.d.ts ...ial-provider-cognito-identity/dist-types/ts3.4/index.d.ts +5 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/localStorage.d.ts ...vider-cognito-identity/dist-types/ts3.4/localStorage.d.ts +2 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/dist-types/ts3.4/resolveLogins.d.ts ...ider-cognito-identity/dist-types/ts3.4/resolveLogins.d.ts +2 -0
- node_modules/@aws-sdk/credential-provider-cognito-identity/package.json ...aws-sdk/credential-provider-cognito-identity/package.json +56 -0
- node_modules/@aws-sdk/credential-provider-env/LICENSE node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- node_modules/@aws-sdk/credential-provider-env/README.md node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
- node_modules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js ...ules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js +24 -0
- node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js ...odules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -0
- node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js ...dules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +20 -0
- node_modules/@aws-sdk/credential-provider-env/dist-es/index.js ...modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -0
- node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts .../@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +11 -0
- node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts ...es/@aws-sdk/credential-provider-env/dist-types/index.d.ts +1 -0
- node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts ...sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +6 -0
- node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts ...s-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -0
- node_modules/@aws-sdk/credential-provider-env/package.json node_modules/@aws-sdk/credential-provider-env/package.json +60 -0
- node_modules/@aws-sdk/credential-provider-imds/LICENSE node_modules/@aws-sdk/credential-provider-imds/LICENSE +201 -0
- node_modules/@aws-sdk/credential-provider-imds/README.md node_modules/@aws-sdk/credential-provider-imds/README.md +11 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js ...-sdk/credential-provider-imds/dist-cjs/config/Endpoint.js +8 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js ...al-provider-imds/dist-cjs/config/EndpointConfigOptions.js +10 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointMode.js .../credential-provider-imds/dist-cjs/config/EndpointMode.js +8 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js ...rovider-imds/dist-cjs/config/EndpointModeConfigOptions.js +11 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromContainerMetadata.js ...redential-provider-imds/dist-cjs/fromContainerMetadata.js +70 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/fromInstanceMetadata.js ...credential-provider-imds/dist-cjs/fromInstanceMetadata.js +95 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/index.js ...dules/@aws-sdk/credential-provider-imds/dist-cjs/index.js +12 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js ...-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +17 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js ...ovider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +7 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js ...tial-provider-imds/dist-cjs/remoteProvider/httpRequest.js +41 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/index.js ...credential-provider-imds/dist-cjs/remoteProvider/index.js +5 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/remoteProvider/retry.js ...credential-provider-imds/dist-cjs/remoteProvider/retry.js +11 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/types.js ...dules/@aws-sdk/credential-provider-imds/dist-cjs/types.js +2 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js .../dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +22 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js ...ovider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +23 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js ...l-provider-imds/dist-cjs/utils/staticStabilityProvider.js +29 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/config/Endpoint.js ...s-sdk/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointConfigOptions.js ...ial-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointMode.js ...k/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js ...provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/fromContainerMetadata.js ...credential-provider-imds/dist-es/fromContainerMetadata.js +66 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/fromInstanceMetadata.js .../credential-provider-imds/dist-es/fromInstanceMetadata.js +91 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/index.js ...odules/@aws-sdk/credential-provider-imds/dist-es/index.js +6 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js ...l-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +12 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js ...rovider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/httpRequest.js ...ntial-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/index.js .../credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/remoteProvider/retry.js .../credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/types.js ...odules/@aws-sdk/credential-provider-imds/dist-es/types.js +1 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js ...s/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js ...rovider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-es/utils/staticStabilityProvider.js ...al-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts .../credential-provider-imds/dist-types/config/Endpoint.d.ts +4 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts ...rovider-imds/dist-types/config/EndpointConfigOptions.d.ts +4 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts ...dential-provider-imds/dist-types/config/EndpointMode.d.ts +4 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts ...der-imds/dist-types/config/EndpointModeConfigOptions.d.ts +4 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts ...ntial-provider-imds/dist-types/fromContainerMetadata.d.ts +10 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts ...ential-provider-imds/dist-types/fromInstanceMetadata.d.ts +8 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts ...s/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +6 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts ...vider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +9 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts ...er-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +17 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts ...-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +6 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts ...ential-provider-imds/dist-types/remoteProvider/index.d.ts +2 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts ...ential-provider-imds/dist-types/remoteProvider/retry.d.ts +7 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts ...ntial-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +4 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts ...r-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +6 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts ...l-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +4 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts ...ds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +8 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts ...provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +9 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts ...-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +6 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts ...-sdk/credential-provider-imds/dist-types/ts3.4/index.d.ts +6 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts ...imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +11 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts ...s/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +14 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts ...der-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +2 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts ...-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +2 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts ...-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +7 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/types.d.ts ...-sdk/credential-provider-imds/dist-types/ts3.4/types.d.ts +4 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts ...s/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts ...s/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +2 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts ...-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +8 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/types.d.ts ...s/@aws-sdk/credential-provider-imds/dist-types/types.d.ts +4 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts ...t-types/utils/getExtendedInstanceMetadataCredentials.d.ts +3 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts ...er-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts ...ovider-imds/dist-types/utils/staticStabilityProvider.d.ts +14 -0
- node_modules/@aws-sdk/credential-provider-imds/package.json node_modules/@aws-sdk/credential-provider-imds/package.json +63 -0
- node_modules/@aws-sdk/credential-provider-ini/LICENSE node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- node_modules/@aws-sdk/credential-provider-ini/README.md node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js ...ules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js +10 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js ...odules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +4 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js ...ial-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +51 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js ...edential-provider-ini/dist-cjs/resolveCredentialSource.js +21 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js ...ential-provider-ini/dist-cjs/resolveProcessCredentials.js +13 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js ...dk/credential-provider-ini/dist-cjs/resolveProfileData.js +32 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js ...credential-provider-ini/dist-cjs/resolveSsoCredentials.js +17 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js ...dential-provider-ini/dist-cjs/resolveStaticCredentials.js +15 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js ...al-provider-ini/dist-cjs/resolveWebIdentityCredentials.js +17 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js ...dules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +6 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js ...modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js ...tial-provider-ini/dist-es/resolveAssumeRoleCredentials.js +46 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js ...redential-provider-ini/dist-es/resolveCredentialSource.js +17 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js ...dential-provider-ini/dist-es/resolveProcessCredentials.js +8 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js ...sdk/credential-provider-ini/dist-es/resolveProfileData.js +28 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js .../credential-provider-ini/dist-es/resolveSsoCredentials.js +12 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js ...edential-provider-ini/dist-es/resolveStaticCredentials.js +10 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js ...ial-provider-ini/dist-es/resolveWebIdentityCredentials.js +12 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts .../@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +36 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts ...es/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +1 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts ...provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +32 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts ...tial-provider-ini/dist-types/resolveCredentialSource.d.ts +9 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts ...al-provider-ini/dist-types/resolveProcessCredentials.d.ts +7 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts ...redential-provider-ini/dist-types/resolveProfileData.d.ts +3 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts ...ential-provider-ini/dist-types/resolveSsoCredentials.d.ts +3 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts ...ial-provider-ini/dist-types/resolveStaticCredentials.d.ts +8 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts ...rovider-ini/dist-types/resolveWebIdentityCredentials.d.ts +9 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts ...sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +20 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts ...s-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts ...er-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +16 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts ...rovider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +5 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts ...vider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +10 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts ...ial-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +8 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts ...-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +5 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts ...ovider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +12 -0
- node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts ...r-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +14 -0
- node_modules/@aws-sdk/credential-provider-ini/package.json node_modules/@aws-sdk/credential-provider-ini/package.json +65 -0
- node_modules/@aws-sdk/credential-provider-node/LICENSE node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- node_modules/@aws-sdk/credential-provider-node/README.md node_modules/@aws-sdk/credential-provider-node/README.md +101 -0
- node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js ...-sdk/credential-provider-node/dist-cjs/defaultProvider.js +15 -0
- node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js ...dules/@aws-sdk/credential-provider-node/dist-cjs/index.js +4 -0
- node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js ...s-sdk/credential-provider-node/dist-cjs/remoteProvider.js +18 -0
- node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js ...s-sdk/credential-provider-node/dist-es/defaultProvider.js +11 -0
- node_modules/@aws-sdk/credential-provider-node/dist-es/index.js ...odules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
- node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js ...ws-sdk/credential-provider-node/dist-es/remoteProvider.js +14 -0
- node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts .../credential-provider-node/dist-types/defaultProvider.d.ts +42 -0
- node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts ...s/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
- node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts ...k/credential-provider-node/dist-types/remoteProvider.d.ts +4 -0
- node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts ...ntial-provider-node/dist-types/ts3.4/defaultProvider.d.ts +14 -0
- node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts ...-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
- node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts ...ential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +6 -0
- node_modules/@aws-sdk/credential-provider-node/package.json node_modules/@aws-sdk/credential-provider-node/package.json +67 -0
- node_modules/@aws-sdk/credential-provider-process/LICENSE node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- node_modules/@aws-sdk/credential-provider-process/README.md node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
- node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js ...redential-provider-process/dist-cjs/ProcessCredentials.js +2 -0
- node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js ...s-sdk/credential-provider-process/dist-cjs/fromProcess.js +10 -0
- node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js ...ovider-process/dist-cjs/getValidatedProcessCredentials.js +25 -0
- node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js ...es/@aws-sdk/credential-provider-process/dist-cjs/index.js +4 -0
- node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js ...al-provider-process/dist-cjs/resolveProcessCredentials.js +37 -0
- node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js ...credential-provider-process/dist-es/ProcessCredentials.js +1 -0
- node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js ...ws-sdk/credential-provider-process/dist-es/fromProcess.js +6 -0
- node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js ...rovider-process/dist-es/getValidatedProcessCredentials.js +21 -0
- node_modules/@aws-sdk/credential-provider-process/dist-es/index.js ...les/@aws-sdk/credential-provider-process/dist-es/index.js +1 -0
- node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js ...ial-provider-process/dist-es/resolveProcessCredentials.js +33 -0
- node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts ...ntial-provider-process/dist-types/ProcessCredentials.d.ts +7 -0
- node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts ...k/credential-provider-process/dist-types/fromProcess.d.ts +9 -0
- node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts ...er-process/dist-types/getValidatedProcessCredentials.d.ts +3 -0
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
.DS_Store
0 → 100644
File added
node_modules/.bin/acorn
0 → 120000
node_modules/.bin/escodegen
0 → 120000
node_modules/.bin/esgenerate
0 → 120000
node_modules/.bin/esparse
0 → 120000
node_modules/.bin/esvalidate
0 → 120000
node_modules/.bin/fxparser
0 → 120000
node_modules/.bin/js-yaml
0 → 120000
node_modules/.bin/mime
0 → 120000
node_modules/.bin/mkdirp
0 → 120000
node_modules/.bin/nodemon
0 → 120000
node_modules/.bin/nodetouch
0 → 120000
node_modules/.bin/nopt
0 → 120000
node_modules/.bin/semver
0 → 120000
node_modules/.bin/uuid
0 → 120000
node_modules/.bin/vm2
0 → 120000
node_modules/.bin/z-schema
0 → 120000
This source diff could not be displayed because it is too large. You can view the blob instead.