@jjrawlins/cdk-iam-policy-builder-helper 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3540 -0
- package/API.md +6 -0
- package/LICENSE +202 -0
- package/LICENSE.md +202 -0
- package/README.md +49 -0
- package/layerborncdkiampolicybuilderhelper/LICENSE +202 -0
- package/layerborncdkiampolicybuilderhelper/README.md +49 -0
- package/layerborncdkiampolicybuilderhelper/go.mod +13 -0
- package/layerborncdkiampolicybuilderhelper/jsii/jsii.go +30 -0
- package/layerborncdkiampolicybuilderhelper/version +1 -0
- package/lib/bin/create-actions-json.d.ts +1 -0
- package/lib/bin/create-actions-json.js +45 -0
- package/lib/bin/download-actions-json.d.ts +1 -0
- package/lib/bin/download-actions-json.js +58 -0
- package/lib/bin/download-managed-policies-json.d.ts +1 -0
- package/lib/bin/download-managed-policies-json.js +42 -0
- package/lib/constructs/Actions.d.ts +17935 -0
- package/lib/constructs/Actions.js +17939 -0
- package/lib/constructs/ManagedPolicies.d.ts +4702 -0
- package/lib/constructs/ManagedPolicies.js +4706 -0
- package/lib/constructs/index.d.ts +2 -0
- package/lib/constructs/index.js +19 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +18 -0
- package/methods_list.txt +17249 -0
- package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +46 -0
- package/node_modules/@aws-crypto/ie11-detection/LICENSE +202 -0
- package/node_modules/@aws-crypto/ie11-detection/README.md +20 -0
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +19 -0
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +3 -0
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +12 -0
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js +3 -0
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +12 -0
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +3 -0
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +33 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +3 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +21 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +32 -0
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +5 -0
- package/node_modules/@aws-crypto/ie11-detection/build/index.js +9 -0
- package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/ie11-detection/package.json +26 -0
- package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +21 -0
- package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +12 -0
- package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +13 -0
- package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +88 -0
- package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +59 -0
- package/node_modules/@aws-crypto/ie11-detection/src/index.ts +5 -0
- package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +17 -0
- package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +88 -0
- package/node_modules/@aws-crypto/sha256-browser/LICENSE +202 -0
- package/node_modules/@aws-crypto/sha256-browser/README.md +31 -0
- package/node_modules/@aws-crypto/sha256-browser/build/constants.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/constants.js +43 -0
- package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts +8 -0
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +35 -0
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +9 -0
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +80 -0
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/index.d.ts +3 -0
- package/node_modules/@aws-crypto/sha256-browser/build/index.js +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js +11 -0
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts +10 -0
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js +56 -0
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/sha256-browser/package.json +33 -0
- package/node_modules/@aws-crypto/sha256-browser/src/constants.ts +41 -0
- package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +34 -0
- package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +108 -0
- package/node_modules/@aws-crypto/sha256-browser/src/index.ts +3 -0
- package/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +9 -0
- package/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +71 -0
- package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +22 -0
- package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +86 -0
- package/node_modules/@aws-crypto/sha256-js/LICENSE +201 -0
- package/node_modules/@aws-crypto/sha256-js/README.md +29 -0
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.d.ts +17 -0
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js +124 -0
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/constants.d.ts +20 -0
- package/node_modules/@aws-crypto/sha256-js/build/constants.js +98 -0
- package/node_modules/@aws-crypto/sha256-js/build/constants.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/index.d.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/index.js +5 -0
- package/node_modules/@aws-crypto/sha256-js/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts +12 -0
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js +85 -0
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.d.ts +5 -0
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js +322 -0
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/sha256-js/package.json +28 -0
- package/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +164 -0
- package/node_modules/@aws-crypto/sha256-js/src/constants.ts +98 -0
- package/node_modules/@aws-crypto/sha256-js/src/index.ts +1 -0
- package/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +94 -0
- package/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +401 -0
- package/node_modules/@aws-crypto/sha256-js/tsconfig.json +17 -0
- package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +46 -0
- package/node_modules/@aws-crypto/supports-web-crypto/LICENSE +202 -0
- package/node_modules/@aws-crypto/supports-web-crypto/README.md +32 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/index.d.ts +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +5 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.d.ts +4 -0
- package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +69 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/supports-web-crypto/package.json +26 -0
- package/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +1 -0
- package/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +76 -0
- package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +16 -0
- package/node_modules/@aws-crypto/util/CHANGELOG.md +47 -0
- package/node_modules/@aws-crypto/util/LICENSE +201 -0
- package/node_modules/@aws-crypto/util/README.md +16 -0
- package/node_modules/@aws-crypto/util/build/convertToBuffer.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js +24 -0
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/index.d.ts +4 -0
- package/node_modules/@aws-crypto/util/build/index.js +14 -0
- package/node_modules/@aws-crypto/util/build/index.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/isEmptyData.d.ts +2 -0
- package/node_modules/@aws-crypto/util/build/isEmptyData.js +13 -0
- package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/numToUint8.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/numToUint8.js +15 -0
- package/node_modules/@aws-crypto/util/build/numToUint8.js.map +1 -0
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.d.ts +1 -0
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js +20 -0
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +1 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +142 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +51 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +37 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +23 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +6 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +37 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +218 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +1 -0
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +284 -0
- package/node_modules/@aws-crypto/util/package.json +31 -0
- package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +30 -0
- package/node_modules/@aws-crypto/util/src/index.ts +7 -0
- package/node_modules/@aws-crypto/util/src/isEmptyData.ts +12 -0
- package/node_modules/@aws-crypto/util/src/numToUint8.ts +11 -0
- package/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +16 -0
- package/node_modules/@aws-crypto/util/tsconfig.json +23 -0
- package/node_modules/@aws-sdk/client-iam/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-iam/README.md +1482 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/auth/httpAuthSchemeProvider.js +47 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +13457 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.browser.js +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.js +49 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-iam/dist-cjs/runtimeConfig.shared.js +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +325 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/IAMClient.js +52 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/auth/httpAuthSchemeProvider.js +41 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddRoleToInstanceProfileCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AddUserToGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachGroupPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachRolePolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/AttachUserPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ChangePasswordCommand.js +25 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccessKeyCommand.js +25 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateAccountAliasCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateInstanceProfileCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateLoginProfileCommand.js +25 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateOpenIDConnectProviderCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreatePolicyVersionCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateRoleCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateSAMLProviderCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceLinkedRoleCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateServiceSpecificCredentialCommand.js +25 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateUserCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/CreateVirtualMFADeviceCommand.js +25 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeactivateMFADeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccessKeyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountAliasCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteGroupPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteInstanceProfileCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteLoginProfileCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeletePolicyVersionCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRoleCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteRolePolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSAMLProviderCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSSHPublicKeyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServerCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceLinkedRoleCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteSigningCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteUserPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DeleteVirtualMFADeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachGroupPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachRolePolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/DetachUserPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableMFADeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateCredentialReportCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccessKeyLastUsedCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountPasswordPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetAccountSummaryCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetCredentialReportCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetGroupPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetInstanceProfileCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetLoginProfileCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetMFADeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOpenIDConnectProviderCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOrganizationsAccessReportCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetPolicyVersionCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRoleCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetRolePolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSAMLProviderCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetSSHPublicKeyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServerCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetUserPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccessKeysCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAccountAliasesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedGroupPoliciesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedRolePoliciesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListAttachedUserPoliciesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListEntitiesForPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupPoliciesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListGroupsForUserCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfileTagsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListInstanceProfilesForRoleCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADeviceTagsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListMFADevicesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListOpenIDConnectProvidersCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyTagsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListPolicyVersionsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolePoliciesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRoleTagsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListRolesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProviderTagsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSAMLProvidersCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSSHPublicKeysCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificateTagsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServerCertificatesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListServiceSpecificCredentialsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListSigningCertificatesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserPoliciesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUserTagsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListUsersCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListVirtualMFADevicesCommand.js +25 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutGroupPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePermissionsBoundaryCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutRolePolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPermissionsBoundaryCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/PutUserPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/RemoveUserFromGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResetServiceSpecificCredentialCommand.js +25 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/ResyncMFADeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetDefaultPolicyVersionCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulateCustomPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/SimulatePrincipalPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagInstanceProfileCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagMFADeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagOpenIDConnectProviderCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagRoleCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagSAMLProviderCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagServerCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/TagUserCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagInstanceProfileCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagMFADeviceCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagOpenIDConnectProviderCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagRoleCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagSAMLProviderCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagServerCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UntagUserCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccessKeyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateAssumeRolePolicyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateGroupCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateLoginProfileCommand.js +25 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateRoleDescriptionCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSAMLProviderCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSSHPublicKeyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServerCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateSigningCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateUserCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSSHPublicKeyCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadServerCertificateCommand.js +25 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/UploadSigningCertificateCommand.js +24 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +159 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/endpointResolver.js +10 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/index.js +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/IAMServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +444 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +82 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/GetAccountAuthorizationDetailsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/GetGroupPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListAccessKeysPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListAccountAliasesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListAttachedGroupPoliciesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListAttachedRolePoliciesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListAttachedUserPoliciesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListEntitiesForPolicyPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListGroupPoliciesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListGroupsForUserPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListGroupsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListInstanceProfileTagsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListInstanceProfilesForRolePaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListInstanceProfilesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListMFADeviceTagsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListMFADevicesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListOpenIDConnectProviderTagsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListPoliciesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListPolicyTagsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListPolicyVersionsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListRolePoliciesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListRoleTagsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListRolesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListSAMLProviderTagsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListSSHPublicKeysPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListServerCertificateTagsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListServerCertificatesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListSigningCertificatesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListUserPoliciesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListUserTagsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListUsersPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/ListVirtualMFADevicesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/SimulateCustomPolicyPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/SimulatePrincipalPolicyPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/pagination/index.js +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/protocols/Aws_query.js +9086 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.browser.js +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.js +44 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeConfig.shared.js +30 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/waiters/index.js +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForInstanceProfileExists.js +26 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForPolicyExists.js +26 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForRoleExists.js +26 -0
- package/node_modules/@aws-sdk/client-iam/dist-es/waiters/waitForUserExists.js +26 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +1151 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +334 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AddUserToGroupCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachGroupPolicyCommand.d.ts +99 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachRolePolicyCommand.d.ts +116 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/AttachUserPolicyCommand.d.ts +99 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ChangePasswordCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccessKeyCommand.d.ts +112 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateAccountAliasCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateGroupCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateInstanceProfileCommand.d.ts +151 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateLoginProfileCommand.d.ts +112 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +163 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreatePolicyVersionCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateRoleCommand.d.ts +146 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateSAMLProviderCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +108 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateUserCommand.d.ts +132 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +127 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeactivateMFADeviceCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccessKeyCommand.d.ts +86 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountAliasCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +75 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteGroupPolicyCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteInstanceProfileCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteLoginProfileCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeletePolicyVersionCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRoleCommand.d.ts +117 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteRolePolicyCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSAMLProviderCommand.d.ts +79 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +66 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServerCertificateCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +62 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteSigningCertificateCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +70 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteUserPolicyCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachGroupPolicyCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachRolePolicyCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/DetachUserPolicyCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableMFADeviceCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateCredentialReportCommand.d.ts +68 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +210 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +139 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +66 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +226 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetAccountSummaryCommand.d.ts +107 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +76 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetCredentialReportCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetGroupPolicyCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetInstanceProfileCommand.d.ts +140 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetLoginProfileCommand.d.ts +99 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetMFADeviceCommand.d.ts +73 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +148 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetPolicyVersionCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRoleCommand.d.ts +128 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetRolePolicyCommand.d.ts +86 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSAMLProviderCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetSSHPublicKeyCommand.d.ts +80 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServerCertificateCommand.d.ts +88 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +180 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +156 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +86 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetUserPolicyCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccessKeysCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAccountAliasesCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupPoliciesCommand.d.ts +100 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsCommand.d.ts +113 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListGroupsForUserCommand.d.ts +112 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesCommand.d.ts +116 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +116 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADeviceTagsCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListMFADevicesCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +70 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +173 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyTagsCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListPolicyVersionsCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolePoliciesCommand.d.ts +81 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRoleTagsCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListRolesCommand.d.ts +112 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSAMLProvidersCommand.d.ts +72 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSSHPublicKeysCommand.d.ts +81 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificateTagsCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServerCertificatesCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +81 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListSigningCertificatesCommand.d.ts +112 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserPoliciesCommand.d.ts +80 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUserTagsCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListUsersCommand.d.ts +134 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +124 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +84 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +74 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +75 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +79 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +179 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +193 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +119 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +148 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +130 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +147 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +78 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +79 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +77 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +79 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +87 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +99 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleCommand.d.ts +73 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +99 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSAMLProviderCommand.d.ts +79 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +69 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServerCertificateCommand.d.ts +94 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +66 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateSigningCertificateCommand.d.ts +91 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateUserCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadServerCertificateCommand.d.ts +159 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/UploadSigningCertificateCommand.d.ts +139 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +159 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +19 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/IAMServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +8237 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +937 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/GetGroupPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/Interfaces.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListAccessKeysPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListAccountAliasesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListAttachedGroupPoliciesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListAttachedRolePoliciesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListAttachedUserPoliciesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListEntitiesForPolicyPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListGroupPoliciesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListGroupsForUserPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListGroupsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListInstanceProfileTagsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListInstanceProfilesForRolePaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListInstanceProfilesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListMFADeviceTagsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListMFADevicesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListOpenIDConnectProviderTagsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListPoliciesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListPolicyTagsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListPolicyVersionsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListRolePoliciesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListRoleTagsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListRolesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListSAMLProviderTagsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListSSHPublicKeysPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListServerCertificateTagsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListServerCertificatesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListSigningCertificatesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListUserPoliciesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListUserTagsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListUsersPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/ListVirtualMFADevicesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/SimulateCustomPolicyPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/SimulatePrincipalPolicyPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/pagination/index.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/protocols/Aws_query.d.ts +1433 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.browser.d.ts +45 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.d.ts +45 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.native.d.ts +44 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeConfig.shared.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +2786 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +1071 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateUserCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetMFADeviceCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRoleCommand.d.ts +31 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListRolesCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListUsersCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +33 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +159 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +10 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/IAMServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +1653 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +195 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/GetGroupPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListAccessKeysPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListAccountAliasesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListAttachedGroupPoliciesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListAttachedRolePoliciesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListAttachedUserPoliciesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListEntitiesForPolicyPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListGroupPoliciesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListGroupsForUserPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListGroupsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListInstanceProfileTagsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListInstanceProfilesForRolePaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListInstanceProfilesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListMFADeviceTagsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListMFADevicesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListOpenIDConnectProviderTagsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListPoliciesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListPolicyTagsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListPolicyVersionsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListRolePoliciesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListRoleTagsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListRolesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListSAMLProviderTagsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListSSHPublicKeysPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListServerCertificateTagsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListServerCertificatesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListSigningCertificatesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListUserPoliciesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListUserTagsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/ListVirtualMFADevicesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/SimulateCustomPolicyPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/SimulatePrincipalPolicyPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/pagination/index.d.ts +35 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/protocols/Aws_query.d.ts +1913 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.browser.d.ts +85 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.d.ts +89 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.native.d.ts +79 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeConfig.shared.d.ts +21 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/waiters/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/waiters/waitForInstanceProfileExists.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/waiters/waitForPolicyExists.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/waiters/waitForRoleExists.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/waiters/waitForUserExists.d.ts +11 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/waiters/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/waiters/waitForInstanceProfileExists.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/waiters/waitForPolicyExists.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/waiters/waitForRoleExists.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iam/dist-types/waiters/waitForUserExists.d.ts +14 -0
- package/node_modules/@aws-sdk/client-iam/package.json +101 -0
- package/node_modules/@aws-sdk/client-sso/LICENSE +201 -0
- package/node_modules/@aws-sdk/client-sso/README.md +252 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/auth/httpAuthSchemeProvider.js +68 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +14 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/ruleset.js +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +630 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.browser.js +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +47 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.native.js +15 -0
- package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.shared.js +40 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSO.js +15 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +52 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthExtensionConfiguration.js +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/auth/httpAuthSchemeProvider.js +62 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/GetRoleCredentialsCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountRolesCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/ListAccountsCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/LogoutCommand.js +25 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/commands/index.js +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/EndpointParameters.js +14 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +10 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/ruleset.js +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/extensionConfiguration.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +6 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/SSOServiceException.js +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +75 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/Interfaces.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountRolesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/ListAccountsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/pagination/index.js +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +215 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.browser.js +33 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +42 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.native.js +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.shared.js +36 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/runtimeExtensions.js +21 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +184 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthExtensionConfiguration.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/auth/httpAuthSchemeProvider.d.ts +61 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +83 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +85 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +82 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/EndpointParameters.d.ts +40 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/SSOServiceException.d.ts +13 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +266 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/Interfaces.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountRolesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/ListAccountsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/pagination/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/protocols/Aws_restJson1.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +52 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +52 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeExtensions.d.ts +17 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSO.d.ts +73 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/SSOClient.d.ts +139 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +32 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +43 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +35 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +29 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +51 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/extensionConfiguration.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/SSOServiceException.d.ts +8 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +93 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/Interfaces.d.ts +5 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountRolesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +53 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +107 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +107 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +101 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +49 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeExtensions.d.ts +11 -0
- package/node_modules/@aws-sdk/client-sso/package.json +99 -0
- package/node_modules/@aws-sdk/core/CHANGELOG.md +296 -0
- package/node_modules/@aws-sdk/core/README.md +5 -0
- package/node_modules/@aws-sdk/core/api-extractor.json +4 -0
- package/node_modules/@aws-sdk/core/dist-cjs/client/emitWarningIfUnsupportedVersion.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getDateHeader.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/utils/isClockSkewed.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +446 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/coercing-serializers.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/awsExpectUnion.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/client/emitWarningIfUnsupportedVersion.js +13 -0
- package/node_modules/@aws-sdk/core/dist-es/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +60 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.js +82 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getDateHeader.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getSkewCorrectedDate.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/getUpdatedSystemClockOffset.js +8 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/utils/isClockSkewed.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/coercing-serializers.js +53 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/common.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/index.js +4 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/json/awsExpectUnion.js +10 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/json/parseJsonBody.js +51 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/xml/parseXmlBody.js +57 -0
- package/node_modules/@aws-sdk/core/dist-types/client/emitWarningIfUnsupportedVersion.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +17 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +95 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getDateHeader.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +8 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +10 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/utils/isClockSkewed.d.ts +9 -0
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/coercing-serializers.d.ts +18 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/common.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/json/awsExpectUnion.d.ts +7 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/json/parseJsonBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/xml/parseXmlBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/emitWarningIfUnsupportedVersion.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.d.ts +21 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.d.ts +55 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getDateHeader.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getSkewCorrectedDate.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/getUpdatedSystemClockOffset.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/utils/isClockSkewed.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/coercing-serializers.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/common.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/awsExpectUnion.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/integ/request-handlers/request-handlers.integ.spec.ts +158 -0
- package/node_modules/@aws-sdk/core/jest.config.integ.js +4 -0
- package/node_modules/@aws-sdk/core/jest.config.js +6 -0
- package/node_modules/@aws-sdk/core/package.json +59 -0
- package/node_modules/@aws-sdk/core/scripts/lint.js +24 -0
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.spec.ts +70 -0
- package/node_modules/@aws-sdk/core/src/client/emitWarningIfUnsupportedVersion.ts +25 -0
- package/node_modules/@aws-sdk/core/src/client/index.ts +1 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.spec.ts +30 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.ts +134 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +2 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/resolveAwsSdkSigV4Config.ts +244 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/index.ts +1 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getDateHeader.ts +7 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.spec.ts +17 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getSkewCorrectedDate.ts +8 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.spec.ts +37 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/getUpdatedSystemClockOffset.ts +18 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/index.ts +3 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.spec.ts +32 -0
- package/node_modules/@aws-sdk/core/src/httpAuthSchemes/utils/isClockSkewed.ts +12 -0
- package/node_modules/@aws-sdk/core/src/index.ts +3 -0
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.spec.ts +76 -0
- package/node_modules/@aws-sdk/core/src/protocols/coercing-serializers.ts +72 -0
- package/node_modules/@aws-sdk/core/src/protocols/common.ts +5 -0
- package/node_modules/@aws-sdk/core/src/protocols/index.ts +4 -0
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.spec.ts +30 -0
- package/node_modules/@aws-sdk/core/src/protocols/json/awsExpectUnion.ts +17 -0
- package/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +60 -0
- package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.spec.ts +60 -0
- package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +64 -0
- package/node_modules/@aws-sdk/core/tsconfig.cjs.json +9 -0
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -0
- package/node_modules/@aws-sdk/core/tsconfig.es.json +9 -0
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -0
- package/node_modules/@aws-sdk/core/tsconfig.types.json +9 -0
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-env/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +68 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +24 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +32 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-env/package.json +60 -0
- package/node_modules/@aws-sdk/credential-provider-http/README.md +10 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +46 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +32 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +65 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttpTypes.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +59 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/checkUrl.js +42 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.browser.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +59 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttpTypes.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/requestHelpers.js +53 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/retry-wrapper.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.browser.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/checkUrl.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.browser.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttp.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/fromHttpTypes.d.ts +69 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/requestHelpers.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/fromHttp/retry-wrapper.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.browser.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/checkUrl.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttp.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/fromHttpTypes.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/requestHelpers.d.ts +7 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/fromHttp/retry-wrapper.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.browser.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-http/package.json +67 -0
- package/node_modules/@aws-sdk/credential-provider-ini/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-ini/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/fromIni.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +196 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveAssumeRoleCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveCredentialSource.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProcessCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveProfileData.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveSsoCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveWebIdentityCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/fromIni.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveAssumeRoleCredentials.js +53 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveCredentialSource.js +15 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +5 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +28 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveSsoCredentials.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +14 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +13 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +48 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +44 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +19 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +26 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveAssumeRoleCredentials.d.ts +17 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveCredentialSource.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProcessCredentials.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveProfileData.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveSsoCredentials.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveWebIdentityCredentials.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +69 -0
- package/node_modules/@aws-sdk/credential-provider-node/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-node/README.md +104 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/defaultProvider.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +125 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/remoteProvider.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +39 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/remoteProvider.js +17 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/defaultProvider.d.ts +57 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/remoteProvider.d.ts +10 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/defaultProvider.d.ts +23 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-node/dist-types/ts3.4/remoteProvider.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-node/package.json +69 -0
- package/node_modules/@aws-sdk/credential-provider-process/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-process/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/ProcessCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/fromProcess.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +98 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/resolveProcessCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/ProcessCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/fromProcess.js +7 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-es/resolveProcessCredentials.js +33 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/fromProcess.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/getValidatedProcessCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/resolveProcessCredentials.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-process/package.json +61 -0
- package/node_modules/@aws-sdk/credential-provider-sso/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-sso/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/fromSSO.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +201 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/isSsoProfile.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/validateSsoProfile.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/fromSSO.js +61 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/index.js +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/isSsoProfile.js +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/loadSso.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +53 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/types.js +1 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/validateSsoProfile.js +9 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +69 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/isSsoProfile.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/loadSso.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/fromSSO.d.ts +20 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/isSsoProfile.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/loadSso.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/resolveSSOCredentials.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/types.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/ts3.4/validateSsoProfile.d.ts +4 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +22 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/validateSsoProfile.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +63 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/LICENSE +201 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/README.md +11 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +26 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +50 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +27 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromTokenFile.js +21 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/fromWebToken.js +22 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +145 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromTokenFile.d.ts +16 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/fromWebToken.d.ts +40 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +71 -0
- package/node_modules/@aws-sdk/middleware-host-header/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-host-header/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +70 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +33 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +29 -0
- package/node_modules/@aws-sdk/middleware-host-header/package.json +55 -0
- package/node_modules/@aws-sdk/middleware-logger/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-logger/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +79 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +42 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-logger/package.json +56 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +10 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +67 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +34 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +18 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +55 -0
- package/node_modules/@aws-sdk/middleware-user-agent/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-user-agent/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/configurations.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/constants.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +122 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/user-agent-middleware.js +1 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +6 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/constants.js +7 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +72 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/constants.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/constants.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +57 -0
- package/node_modules/@aws-sdk/region-config-resolver/LICENSE +201 -0
- package/node_modules/@aws-sdk/region-config-resolver/README.md +12 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +115 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +25 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +12 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +16 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +17 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +8 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +37 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +8 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +2 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +1 -0
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +14 -0
- package/node_modules/@aws-sdk/region-config-resolver/package.json +58 -0
- package/node_modules/@aws-sdk/token-providers/LICENSE +201 -0
- package/node_modules/@aws-sdk/token-providers/README.md +53 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +208 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/constants.js +2 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +79 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +11 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +10 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/index.js +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +7 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +7 -0
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +8 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +6 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +6 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +18 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +9 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +12 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +1 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +2 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +4 -0
- package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +5 -0
- package/node_modules/@aws-sdk/token-providers/package.json +68 -0
- package/node_modules/@aws-sdk/types/LICENSE +201 -0
- package/node_modules/@aws-sdk/types/README.md +4 -0
- package/node_modules/@aws-sdk/types/dist-cjs/abort.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/auth.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/blob/blob-types.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/client.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/command.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/connection.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/credentials.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/dns.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/encode.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/http.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AnonymousIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/AwsCredentialIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/LoginIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/TokenIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +298 -0
- package/node_modules/@aws-sdk/types/dist-cjs/logger.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/profile.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/request.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/response.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/retry.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/serde.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/signature.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/stream.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/token.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/uri.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/util.js +1 -0
- package/node_modules/@aws-sdk/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/abort.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/auth.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/blob/blob-types.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/checksum.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/client.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/command.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/connection.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/credentials.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/crypto.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/dns.js +5 -0
- package/node_modules/@aws-sdk/types/dist-es/encode.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/endpoint.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/eventStream.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/extensions/index.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/http.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/AnonymousIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/AwsCredentialIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/LoginIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/TokenIdentity.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/identity/index.js +5 -0
- package/node_modules/@aws-sdk/types/dist-es/index.js +32 -0
- package/node_modules/@aws-sdk/types/dist-es/logger.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/middleware.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/pagination.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/profile.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/request.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/response.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/retry.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/serde.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/shapes.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/signature.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/stream.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/token.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/transfer.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/uri.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/util.js +1 -0
- package/node_modules/@aws-sdk/types/dist-es/waiter.js +1 -0
- package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/client.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/command.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/connection.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +49 -0
- package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/dns.d.ts +85 -0
- package/node_modules/@aws-sdk/types/dist-types/encode.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/extensions/index.d.ts +8 -0
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +33 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +18 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/index.d.ts +32 -0
- package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +22 -0
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/request.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/response.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +24 -0
- package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +17 -0
- package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/auth.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/blob-types.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/checksum.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/command.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/connection.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/credentials.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/crypto.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/dns.d.ts +19 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/encode.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/endpoint.d.ts +9 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/eventStream.d.ts +24 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/extensions/index.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/http.d.ts +17 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AnonymousIdentity.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/Identity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/index.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +32 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/logger.d.ts +15 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +40 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/pagination.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/profile.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/request.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/response.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/retry.d.ts +12 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/serde.d.ts +16 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/shapes.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/signature.d.ts +15 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/stream.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/token.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/transfer.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/util.d.ts +14 -0
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/uri.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/util.d.ts +1 -0
- package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +1 -0
- package/node_modules/@aws-sdk/types/package.json +56 -0
- package/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/aws.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +406 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +216 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +15 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +216 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +56 -0
- package/node_modules/@aws-sdk/util-locate-window/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-locate-window/README.md +4 -0
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +41 -0
- package/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +10 -0
- package/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +52 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/README.md +10 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +2 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +23 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +17 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +1 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +17 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +13 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +7 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +9 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +4 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +6 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +53 -0
- package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/crt-availability.js +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +94 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/crt-availability.js +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +39 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +7 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/crt-availability.d.ts +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +20 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +5 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/crt-availability.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +63 -0
- package/node_modules/@aws-sdk/util-utf8-browser/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-utf8-browser/README.md +8 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/index.js +9 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/pureJs.js +47 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-cjs/whatwgEncodingApi.js +11 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/index.js +4 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/pureJs.js +42 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-es/whatwgEncodingApi.js +6 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/pureJs.d.ts +17 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/pureJs.d.ts +2 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/ts3.4/whatwgEncodingApi.d.ts +2 -0
- package/node_modules/@aws-sdk/util-utf8-browser/dist-types/whatwgEncodingApi.d.ts +2 -0
- package/node_modules/@aws-sdk/util-utf8-browser/package.json +50 -0
- package/node_modules/@smithy/abort-controller/LICENSE +201 -0
- package/node_modules/@smithy/abort-controller/README.md +4 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +1 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +1 -0
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +82 -0
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +9 -0
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +20 -0
- package/node_modules/@smithy/abort-controller/dist-es/index.js +2 -0
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +13 -0
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +18 -0
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +9 -0
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +13 -0
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +18 -0
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@smithy/abort-controller/package.json +62 -0
- package/node_modules/@smithy/config-resolver/LICENSE +201 -0
- package/node_modules/@smithy/config-resolver/README.md +10 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +235 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +9 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +9 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +4 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +11 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +15 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +15 -0
- package/node_modules/@smithy/config-resolver/dist-es/index.js +3 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +6 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +2 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +25 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +29 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +1 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +16 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +8 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +10 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +7 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +14 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +16 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +29 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +51 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +4 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +8 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +4 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +34 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +10 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +7 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +14 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +17 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +11 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +12 -0
- package/node_modules/@smithy/config-resolver/package.json +64 -0
- package/node_modules/@smithy/core/LICENSE +201 -0
- package/node_modules/@smithy/core/README.md +12 -0
- package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/index.js +493 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/protocols/requestBuilder.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +1 -0
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +1 -0
- package/node_modules/@smithy/core/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@smithy/core/dist-es/index.js +7 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +18 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +18 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +40 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/getHttpSigningMiddleware.js +16 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +24 -0
- package/node_modules/@smithy/core/dist-es/middleware-http-signing/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@smithy/core/dist-es/pagination/createPaginator.js +38 -0
- package/node_modules/@smithy/core/dist-es/protocols/requestBuilder.js +67 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +13 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +33 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +10 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/httpAuthSchemes/noAuth.js +5 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/index.js +3 -0
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/memoizeIdentityProvider.js +53 -0
- package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +32 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-auth-scheme/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/getHttpSigningMiddleware.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/httpSigningMiddleware.d.ts +5 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/middleware-http-signing/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/pagination/createPaginator.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/protocols/requestBuilder.d.ts +51 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +15 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +8 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/index.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +30 -0
- package/node_modules/@smithy/core/package.json +67 -0
- package/node_modules/@smithy/credential-provider-imds/LICENSE +201 -0
- package/node_modules/@smithy/credential-provider-imds/README.md +11 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +437 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +8 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +9 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +66 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +132 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +12 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +3 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +36 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/types.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +17 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +19 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +25 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +28 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +18 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +8 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +13 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +12 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +28 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +18 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +40 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +8 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +10 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +16 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +7 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +6 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +21 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +16 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +70 -0
- package/node_modules/@smithy/fetch-http-handler/LICENSE +201 -0
- package/node_modules/@smithy/fetch-http-handler/README.md +4 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +220 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +111 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +11 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +45 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +33 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +33 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +1 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +2 -0
- package/node_modules/@smithy/fetch-http-handler/package.json +79 -0
- package/node_modules/@smithy/hash-node/LICENSE +201 -0
- package/node_modules/@smithy/hash-node/README.md +10 -0
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +66 -0
- package/node_modules/@smithy/hash-node/dist-es/index.js +34 -0
- package/node_modules/@smithy/hash-node/dist-types/index.d.ts +13 -0
- package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@smithy/hash-node/package.json +64 -0
- package/node_modules/@smithy/invalid-dependency/LICENSE +201 -0
- package/node_modules/@smithy/invalid-dependency/README.md +10 -0
- package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +41 -0
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +1 -0
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +1 -0
- package/node_modules/@smithy/invalid-dependency/dist-es/index.js +2 -0
- package/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +3 -0
- package/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +1 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +4 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +5 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +4 -0
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +5 -0
- package/node_modules/@smithy/invalid-dependency/package.json +57 -0
- package/node_modules/@smithy/is-array-buffer/LICENSE +201 -0
- package/node_modules/@smithy/is-array-buffer/README.md +10 -0
- package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +32 -0
- package/node_modules/@smithy/is-array-buffer/dist-es/index.js +2 -0
- package/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/is-array-buffer/package.json +60 -0
- package/node_modules/@smithy/middleware-content-length/LICENSE +201 -0
- package/node_modules/@smithy/middleware-content-length/README.md +4 -0
- package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +71 -0
- package/node_modules/@smithy/middleware-content-length/dist-es/index.js +39 -0
- package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +6 -0
- package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +6 -0
- package/node_modules/@smithy/middleware-content-length/package.json +63 -0
- package/node_modules/@smithy/middleware-endpoint/LICENSE +201 -0
- package/node_modules/@smithy/middleware-endpoint/README.md +10 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +5 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +7 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +35 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +254 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +32 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +3 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +45 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +31 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +2 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +10 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +32 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +18 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +5 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +16 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +37 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/types.js +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +13 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +8 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +10 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +17 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +93 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +26 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +13 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +28 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +8 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +5 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +10 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +11 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +17 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +93 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +4 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +26 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +34 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +34 -0
- package/node_modules/@smithy/middleware-endpoint/package.json +73 -0
- package/node_modules/@smithy/middleware-retry/LICENSE +201 -0
- package/node_modules/@smithy/middleware-retry/README.md +11 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +425 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +20 -0
- package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +90 -0
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +52 -0
- package/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +27 -0
- package/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +2 -0
- package/node_modules/@smithy/middleware-retry/dist-es/index.js +7 -0
- package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
- package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +22 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +7 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +112 -0
- package/node_modules/@smithy/middleware-retry/dist-es/types.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/util.js +9 -0
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +20 -0
- package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +30 -0
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +45 -0
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +18 -0
- package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +4 -0
- package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +4 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +20 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +30 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +45 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +18 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +4 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +4 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +6 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +53 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +53 -0
- package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +2 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/CHANGELOG.md +274 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/CONTRIBUTING.md +18 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/LICENSE.md +9 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/README.md +466 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/bin/uuid +2 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/index.js +79 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/md5.js +223 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/native.js +11 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/nil.js +8 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/parse.js +45 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/regex.js +8 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/rng.js +25 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/sha1.js +104 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/stringify.js +44 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v1.js +107 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v3.js +16 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v35.js +80 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v4.js +43 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/v5.js +16 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/validate.js +17 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/commonjs-browser/version.js +21 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/index.js +9 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/md5.js +215 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/native.js +4 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/nil.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/parse.js +35 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/regex.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/rng.js +18 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/sha1.js +96 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/stringify.js +33 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v1.js +95 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v3.js +4 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v35.js +66 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v4.js +29 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/v5.js +4 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/validate.js +7 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-browser/version.js +11 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/index.js +9 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/md5.js +13 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/native.js +4 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/nil.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/parse.js +35 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/regex.js +1 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/rng.js +12 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/sha1.js +13 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/stringify.js +33 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v1.js +95 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v3.js +4 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v35.js +66 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v4.js +29 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/v5.js +4 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/validate.js +7 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/esm-node/version.js +11 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/index.js +79 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5-browser.js +223 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/md5.js +23 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/native-browser.js +11 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/native.js +15 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/nil.js +8 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/parse.js +45 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/regex.js +8 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng-browser.js +25 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/rng.js +24 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1-browser.js +104 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/sha1.js +23 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/stringify.js +44 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/uuid-bin.js +85 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v1.js +107 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v3.js +16 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v35.js +80 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v4.js +43 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/v5.js +16 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/validate.js +17 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/dist/version.js +21 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/package.json +135 -0
- package/node_modules/@smithy/middleware-retry/node_modules/uuid/wrapper.mjs +10 -0
- package/node_modules/@smithy/middleware-retry/package.json +78 -0
- package/node_modules/@smithy/middleware-serde/LICENSE +201 -0
- package/node_modules/@smithy/middleware-serde/README.md +4 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +102 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +1 -0
- package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +1 -0
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +25 -0
- package/node_modules/@smithy/middleware-serde/dist-es/index.js +3 -0
- package/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +22 -0
- package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +13 -0
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -0
- package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +12 -0
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +12 -0
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +6 -0
- package/node_modules/@smithy/middleware-serde/package.json +62 -0
- package/node_modules/@smithy/middleware-stack/LICENSE +201 -0
- package/node_modules/@smithy/middleware-stack/README.md +78 -0
- package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +1 -0
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +318 -0
- package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +281 -0
- package/node_modules/@smithy/middleware-stack/dist-es/index.js +1 -0
- package/node_modules/@smithy/middleware-stack/dist-es/types.js +1 -0
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +2 -0
- package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +2 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +22 -0
- package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +22 -0
- package/node_modules/@smithy/middleware-stack/package.json +63 -0
- package/node_modules/@smithy/node-config-provider/LICENSE +201 -0
- package/node_modules/@smithy/node-config-provider/README.md +4 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +87 -0
- package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +5 -0
- package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +13 -0
- package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +22 -0
- package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +3 -0
- package/node_modules/@smithy/node-config-provider/dist-es/index.js +1 -0
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +22 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +15 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +3 -0
- package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +22 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +15 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +3 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/node-config-provider/package.json +65 -0
- package/node_modules/@smithy/node-http-handler/LICENSE +201 -0
- package/node_modules/@smithy/node-http-handler/README.md +4 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +687 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/constants.js +1 -0
- package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +9 -0
- package/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +184 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +86 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +159 -0
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +19 -0
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +81 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +21 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +8 -0
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +6 -0
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +11 -0
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +14 -0
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +19 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +52 -0
- package/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +37 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +22 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +57 -0
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +14 -0
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +12 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +7 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +14 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +36 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +22 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +57 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +12 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +12 -0
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +13 -0
- package/node_modules/@smithy/node-http-handler/package.json +67 -0
- package/node_modules/@smithy/property-provider/LICENSE +201 -0
- package/node_modules/@smithy/property-provider/README.md +10 -0
- package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/chain.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +1 -0
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +150 -0
- package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +1 -0
- package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +9 -0
- package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +11 -0
- package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +9 -0
- package/node_modules/@smithy/property-provider/dist-es/chain.js +21 -0
- package/node_modules/@smithy/property-provider/dist-es/fromStatic.js +1 -0
- package/node_modules/@smithy/property-provider/dist-es/index.js +6 -0
- package/node_modules/@smithy/property-provider/dist-es/memoize.js +45 -0
- package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +13 -0
- package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +5 -0
- package/node_modules/@smithy/property-provider/dist-types/index.d.ts +24 -0
- package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +40 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +17 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +13 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +5 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +24 -0
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +40 -0
- package/node_modules/@smithy/property-provider/package.json +60 -0
- package/node_modules/@smithy/protocol-http/LICENSE +201 -0
- package/node_modules/@smithy/protocol-http/README.md +4 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +237 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/Field.js +23 -0
- package/node_modules/@smithy/protocol-http/dist-es/Fields.js +19 -0
- package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +22 -0
- package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +48 -0
- package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +14 -0
- package/node_modules/@smithy/protocol-http/dist-es/index.js +8 -0
- package/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +4 -0
- package/node_modules/@smithy/protocol-http/dist-es/types.js +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +49 -0
- package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +44 -0
- package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +23 -0
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +16 -0
- package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +49 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +44 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +37 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +23 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +16 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +1 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +21 -0
- package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +21 -0
- package/node_modules/@smithy/protocol-http/package.json +61 -0
- package/node_modules/@smithy/querystring-builder/LICENSE +201 -0
- package/node_modules/@smithy/querystring-builder/README.md +10 -0
- package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +52 -0
- package/node_modules/@smithy/querystring-builder/dist-es/index.js +21 -0
- package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-builder/package.json +61 -0
- package/node_modules/@smithy/querystring-parser/LICENSE +201 -0
- package/node_modules/@smithy/querystring-parser/README.md +10 -0
- package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +53 -0
- package/node_modules/@smithy/querystring-parser/dist-es/index.js +23 -0
- package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/querystring-parser/package.json +60 -0
- package/node_modules/@smithy/service-error-classification/LICENSE +201 -0
- package/node_modules/@smithy/service-error-classification/README.md +4 -0
- package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +98 -0
- package/node_modules/@smithy/service-error-classification/dist-es/constants.js +27 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +21 -0
- package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +26 -0
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +19 -0
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +26 -0
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +19 -0
- package/node_modules/@smithy/service-error-classification/package.json +59 -0
- package/node_modules/@smithy/shared-ini-file-loader/LICENSE +201 -0
- package/node_modules/@smithy/shared-ini-file-loader/README.md +105 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +26 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +12 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +190 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +13 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +18 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +22 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +27 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +14 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +52 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +9 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +44 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +22 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +15 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +4 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +44 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +6 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +22 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +15 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +5 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +13 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +13 -0
- package/node_modules/@smithy/shared-ini-file-loader/package.json +72 -0
- package/node_modules/@smithy/signature-v4/LICENSE +201 -0
- package/node_modules/@smithy/signature-v4/README.md +11 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/HeaderFormatter.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/SignatureV4.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/cloneRequest.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/credentialDerivation.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalHeaders.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/getCanonicalQuery.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/getPayloadHash.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/headerUtil.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +589 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/moveHeadersToQuery.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/prepareRequest.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/suite.fixture.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-cjs/utilDate.js +1 -0
- package/node_modules/@smithy/signature-v4/dist-es/HeaderFormatter.js +125 -0
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +191 -0
- package/node_modules/@smithy/signature-v4/dist-es/cloneRequest.js +12 -0
- package/node_modules/@smithy/signature-v4/dist-es/constants.js +43 -0
- package/node_modules/@smithy/signature-v4/dist-es/credentialDerivation.js +33 -0
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalHeaders.js +20 -0
- package/node_modules/@smithy/signature-v4/dist-es/getCanonicalQuery.js +27 -0
- package/node_modules/@smithy/signature-v4/dist-es/getPayloadHash.js +20 -0
- package/node_modules/@smithy/signature-v4/dist-es/headerUtil.js +26 -0
- package/node_modules/@smithy/signature-v4/dist-es/index.js +7 -0
- package/node_modules/@smithy/signature-v4/dist-es/moveHeadersToQuery.js +16 -0
- package/node_modules/@smithy/signature-v4/dist-es/prepareRequest.js +11 -0
- package/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +399 -0
- package/node_modules/@smithy/signature-v4/dist-es/utilDate.js +15 -0
- package/node_modules/@smithy/signature-v4/dist-types/HeaderFormatter.d.ts +24 -0
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +67 -0
- package/node_modules/@smithy/signature-v4/dist-types/cloneRequest.d.ts +6 -0
- package/node_modules/@smithy/signature-v4/dist-types/constants.d.ts +43 -0
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +26 -0
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +14 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/HeaderFormatter.d.ts +24 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +67 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/cloneRequest.d.ts +6 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/constants.d.ts +43 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +26 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/headerUtil.d.ts +4 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +5 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/suite.fixture.d.ts +14 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/utilDate.d.ts +2 -0
- package/node_modules/@smithy/signature-v4/dist-types/utilDate.d.ts +2 -0
- package/node_modules/@smithy/signature-v4/package.json +69 -0
- package/node_modules/@smithy/smithy-client/LICENSE +201 -0
- package/node_modules/@smithy/smithy-client/README.md +10 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/client.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/command.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +1256 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +7 -0
- package/node_modules/@smithy/smithy-client/dist-es/client.js +24 -0
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +11 -0
- package/node_modules/@smithy/smithy-client/dist-es/command.js +114 -0
- package/node_modules/@smithy/smithy-client/dist-es/constants.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +21 -0
- package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +187 -0
- package/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +22 -0
- package/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +26 -0
- package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +6 -0
- package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +22 -0
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +5 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +31 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +15 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +16 -0
- package/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +1 -0
- package/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +12 -0
- package/node_modules/@smithy/smithy-client/dist-es/index.js +22 -0
- package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +33 -0
- package/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +92 -0
- package/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +230 -0
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +19 -0
- package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +13 -0
- package/node_modules/@smithy/smithy-client/dist-es/serde-json.js +19 -0
- package/node_modules/@smithy/smithy-client/dist-es/split-every.js +27 -0
- package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +11 -0
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +32 -0
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +113 -0
- package/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +73 -0
- package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +13 -0
- package/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +28 -0
- package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +34 -0
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +15 -0
- package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +23 -0
- package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +24 -0
- package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +162 -0
- package/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +270 -0
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +10 -0
- package/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +11 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +11 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +32 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +10 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +113 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +73 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +13 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +28 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +8 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +34 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +25 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +38 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +1 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +15 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +7 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +23 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +24 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +178 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +270 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +4 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +9 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +10 -0
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +11 -0
- package/node_modules/@smithy/smithy-client/package.json +66 -0
- package/node_modules/@smithy/types/LICENSE +201 -0
- package/node_modules/@smithy/types/README.md +80 -0
- package/node_modules/@smithy/types/dist-cjs/abort.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/auth.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/auth/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/checksum.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/client.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/command.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/config.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/manager.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/connection/pool.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/crypto.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/encode.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoint.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/eventStream.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/http.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/identity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/index.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/index.js +149 -0
- package/node_modules/@smithy/types/dist-cjs/logger.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/middleware.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/pagination.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/profile.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/response.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/retry.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/serde.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/shapes.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/signature.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/stream.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transfer.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/exact.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/uri.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/util.js +1 -0
- package/node_modules/@smithy/types/dist-cjs/waiter.js +1 -0
- package/node_modules/@smithy/types/dist-es/abort.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +5 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +1 -0
- package/node_modules/@smithy/types/dist-es/auth/auth.js +5 -0
- package/node_modules/@smithy/types/dist-es/auth/index.js +6 -0
- package/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/checksum.js +1 -0
- package/node_modules/@smithy/types/dist-es/client.js +1 -0
- package/node_modules/@smithy/types/dist-es/command.js +1 -0
- package/node_modules/@smithy/types/dist-es/connection/config.js +1 -0
- package/node_modules/@smithy/types/dist-es/connection/index.js +3 -0
- package/node_modules/@smithy/types/dist-es/connection/manager.js +1 -0
- package/node_modules/@smithy/types/dist-es/connection/pool.js +1 -0
- package/node_modules/@smithy/types/dist-es/crypto.js +1 -0
- package/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-es/encode.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoint.js +5 -0
- package/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/types/dist-es/endpoints/index.js +5 -0
- package/node_modules/@smithy/types/dist-es/endpoints/shared.js +1 -0
- package/node_modules/@smithy/types/dist-es/eventStream.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/checksum.js +39 -0
- package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +11 -0
- package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +1 -0
- package/node_modules/@smithy/types/dist-es/extensions/index.js +3 -0
- package/node_modules/@smithy/types/dist-es/extensions/retry.js +1 -0
- package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +1 -0
- package/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@smithy/types/dist-es/http.js +5 -0
- package/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-es/identity/identity.js +1 -0
- package/node_modules/@smithy/types/dist-es/identity/index.js +4 -0
- package/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +36 -0
- package/node_modules/@smithy/types/dist-es/logger.js +1 -0
- package/node_modules/@smithy/types/dist-es/middleware.js +1 -0
- package/node_modules/@smithy/types/dist-es/pagination.js +1 -0
- package/node_modules/@smithy/types/dist-es/profile.js +6 -0
- package/node_modules/@smithy/types/dist-es/response.js +1 -0
- package/node_modules/@smithy/types/dist-es/retry.js +1 -0
- package/node_modules/@smithy/types/dist-es/serde.js +1 -0
- package/node_modules/@smithy/types/dist-es/shapes.js +1 -0
- package/node_modules/@smithy/types/dist-es/signature.js +1 -0
- package/node_modules/@smithy/types/dist-es/stream.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +1 -0
- package/node_modules/@smithy/types/dist-es/transfer.js +6 -0
- package/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/exact.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/no-undefined.js +1 -0
- package/node_modules/@smithy/types/dist-es/transform/type-transform.js +1 -0
- package/node_modules/@smithy/types/dist-es/uri.js +1 -0
- package/node_modules/@smithy/types/dist-es/util.js +1 -0
- package/node_modules/@smithy/types/dist-es/waiter.js +1 -0
- package/node_modules/@smithy/types/dist-types/abort.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/auth/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/checksum.d.ts +63 -0
- package/node_modules/@smithy/types/dist-types/client.d.ts +44 -0
- package/node_modules/@smithy/types/dist-types/command.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/connection/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +24 -0
- package/node_modules/@smithy/types/dist-types/crypto.d.ts +60 -0
- package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +25 -0
- package/node_modules/@smithy/types/dist-types/encode.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +25 -0
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +108 -0
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +79 -0
- package/node_modules/@smithy/types/dist-types/http.d.ts +105 -0
- package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +27 -0
- package/node_modules/@smithy/types/dist-types/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/identity/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +36 -0
- package/node_modules/@smithy/types/dist-types/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +510 -0
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/profile.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/response.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/retry.d.ts +133 -0
- package/node_modules/@smithy/types/dist-types/serde.d.ts +111 -0
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +81 -0
- package/node_modules/@smithy/types/dist-types/signature.d.ts +150 -0
- package/node_modules/@smithy/types/dist-types/stream.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +62 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +53 -0
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +73 -0
- package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +62 -0
- package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +34 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +49 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +20 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +57 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +63 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +44 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +28 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +24 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +60 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +77 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +7 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +19 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +10 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +25 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +108 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +55 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +18 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +78 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +105 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +27 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +15 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +4 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +36 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +13 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +510 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +40 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +133 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +111 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +81 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +150 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +22 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +61 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +52 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +33 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +26 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +84 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +14 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +82 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +41 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +17 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +192 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +35 -0
- package/node_modules/@smithy/types/dist-types/uri.d.ts +17 -0
- package/node_modules/@smithy/types/dist-types/util.d.ts +176 -0
- package/node_modules/@smithy/types/dist-types/waiter.d.ts +35 -0
- package/node_modules/@smithy/types/package.json +61 -0
- package/node_modules/@smithy/url-parser/LICENSE +201 -0
- package/node_modules/@smithy/url-parser/README.md +10 -0
- package/node_modules/@smithy/url-parser/dist-cjs/index.js +49 -0
- package/node_modules/@smithy/url-parser/dist-es/index.js +18 -0
- package/node_modules/@smithy/url-parser/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/url-parser/package.json +58 -0
- package/node_modules/@smithy/util-base64/LICENSE +201 -0
- package/node_modules/@smithy/util-base64/README.md +4 -0
- package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +35 -0
- package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +40 -0
- package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +16 -0
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +27 -0
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +39 -0
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +19 -0
- package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +28 -0
- package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +36 -0
- package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +12 -0
- package/node_modules/@smithy/util-base64/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +35 -0
- package/node_modules/@smithy/util-base64/dist-es/toBase64.js +15 -0
- package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +6 -0
- package/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +7 -0
- package/node_modules/@smithy/util-base64/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +9 -0
- package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +8 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +6 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +8 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +7 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +9 -0
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +8 -0
- package/node_modules/@smithy/util-base64/package.json +73 -0
- package/node_modules/@smithy/util-body-length-browser/LICENSE +201 -0
- package/node_modules/@smithy/util-body-length-browser/README.md +12 -0
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +1 -0
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +57 -0
- package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +26 -0
- package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-browser/package.json +57 -0
- package/node_modules/@smithy/util-body-length-node/LICENSE +201 -0
- package/node_modules/@smithy/util-body-length-node/README.md +12 -0
- package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +1 -0
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +53 -0
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +25 -0
- package/node_modules/@smithy/util-body-length-node/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-body-length-node/package.json +61 -0
- package/node_modules/@smithy/util-buffer-from/LICENSE +201 -0
- package/node_modules/@smithy/util-buffer-from/README.md +10 -0
- package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +47 -0
- package/node_modules/@smithy/util-buffer-from/dist-es/index.js +14 -0
- package/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +13 -0
- package/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +13 -0
- package/node_modules/@smithy/util-buffer-from/package.json +61 -0
- package/node_modules/@smithy/util-config-provider/LICENSE +201 -0
- package/node_modules/@smithy/util-config-provider/README.md +4 -0
- package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +1 -0
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +64 -0
- package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +1 -0
- package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +9 -0
- package/node_modules/@smithy/util-config-provider/dist-es/index.js +3 -0
- package/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +9 -0
- package/node_modules/@smithy/util-config-provider/dist-es/types.js +5 -0
- package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +10 -0
- package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +9 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +10 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +9 -0
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +4 -0
- package/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +4 -0
- package/node_modules/@smithy/util-config-provider/package.json +62 -0
- package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +201 -0
- package/node_modules/@smithy/util-defaults-mode-browser/README.md +10 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +4 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +25 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +33 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +23 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +27 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +19 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +12 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +12 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +16 -0
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +66 -0
- package/node_modules/@smithy/util-defaults-mode-node/LICENSE +201 -0
- package/node_modules/@smithy/util-defaults-mode-node/README.md +10 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +119 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +6 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +11 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +1 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +52 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +24 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +24 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +6 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +17 -0
- package/node_modules/@smithy/util-defaults-mode-node/package.json +66 -0
- package/node_modules/@smithy/util-endpoints/LICENSE +201 -0
- package/node_modules/@smithy/util-endpoints/README.md +10 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/debugId.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/debug/toDebugString.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/getEndpointUrlConfig.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +484 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/booleanEquals.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttr.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/getAttrPathList.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isIpAddress.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isSet.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/isValidHostLabel.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/not.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/parseURL.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/stringEquals.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/substring.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/lib/uriEncode.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/resolveEndpoint.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointError.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/RuleSetObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/types/shared.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/callFunction.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/customEndpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/endpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateCondition.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateConditions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateExpression.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateRules.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTemplate.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperties.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointProperty.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getEndpointUrl.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/getReferenceValue.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-cjs/utils/index.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/debug/debugId.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/debug/index.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-es/debug/toDebugString.js +12 -0
- package/node_modules/@smithy/util-endpoints/dist-es/getEndpointUrlConfig.js +21 -0
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +5 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/booleanEquals.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +11 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttrPathList.js +25 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +9 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/isIpAddress.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/isSet.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/isValidHostLabel.js +13 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/not.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/parseURL.js +51 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/stringEquals.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +9 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/uriEncode.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +37 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointError.js +6 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/index.js +7 -0
- package/node_modules/@smithy/util-endpoints/dist-es/types/shared.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/callFunction.js +11 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/customEndpointFunctions.js +1 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +12 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +14 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +22 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +27 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +14 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +16 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +27 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +36 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTreeRule.js +13 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +12 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +5 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperty.js +21 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointUrl.js +15 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +7 -0
- package/node_modules/@smithy/util-endpoints/dist-es/utils/index.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/debug/debugId.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/debug/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/getAttr.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/isSet.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/not.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/stringEquals.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/substring.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/uriEncode.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +1 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/getEndpointUrlConfig.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/index.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/index.d.ts +9 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/not.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/index.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/types/shared.d.ts +25 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/endpointFunctions.d.ts +11 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/ts3.4/utils/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointError.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +5 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/index.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +25 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +4 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +11 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +8 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/utils/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/package.json +67 -0
- package/node_modules/@smithy/util-hex-encoding/LICENSE +201 -0
- package/node_modules/@smithy/util-hex-encoding/README.md +4 -0
- package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +67 -0
- package/node_modules/@smithy/util-hex-encoding/dist-es/index.js +33 -0
- package/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +12 -0
- package/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +12 -0
- package/node_modules/@smithy/util-hex-encoding/package.json +60 -0
- package/node_modules/@smithy/util-middleware/LICENSE +201 -0
- package/node_modules/@smithy/util-middleware/README.md +12 -0
- package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +1 -0
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +45 -0
- package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +1 -0
- package/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +2 -0
- package/node_modules/@smithy/util-middleware/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +6 -0
- package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +5 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +7 -0
- package/node_modules/@smithy/util-middleware/package.json +66 -0
- package/node_modules/@smithy/util-retry/LICENSE +201 -0
- package/node_modules/@smithy/util-retry/README.md +78 -0
- package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/config.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/constants.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +1 -0
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +347 -0
- package/node_modules/@smithy/util-retry/dist-cjs/types.js +1 -0
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +24 -0
- package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +18 -0
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +99 -0
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +65 -0
- package/node_modules/@smithy/util-retry/dist-es/config.js +7 -0
- package/node_modules/@smithy/util-retry/dist-es/constants.js +9 -0
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +14 -0
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +11 -0
- package/node_modules/@smithy/util-retry/dist-es/index.js +7 -0
- package/node_modules/@smithy/util-retry/dist-es/types.js +1 -0
- package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +45 -0
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@smithy/util-retry/dist-types/config.d.ts +20 -0
- package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +59 -0
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +9 -0
- package/node_modules/@smithy/util-retry/dist-types/index.d.ts +7 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +33 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +32 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +45 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +26 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +20 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +59 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +5 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +9 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +7 -0
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +19 -0
- package/node_modules/@smithy/util-retry/dist-types/types.d.ts +19 -0
- package/node_modules/@smithy/util-retry/package.json +68 -0
- package/node_modules/@smithy/util-stream/LICENSE +201 -0
- package/node_modules/@smithy/util-stream/README.md +6 -0
- package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +1 -0
- package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +1 -0
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +31 -0
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +30 -0
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +89 -0
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +69 -0
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +50 -0
- package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +18 -0
- package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +15 -0
- package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +27 -0
- package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +26 -0
- package/node_modules/@smithy/util-stream/dist-es/index.js +3 -0
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +64 -0
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +45 -0
- package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
- package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +9 -0
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +7 -0
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +21 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +9 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +5 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +7 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +7 -0
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +8 -0
- package/node_modules/@smithy/util-stream/package.json +95 -0
- package/node_modules/@smithy/util-uri-escape/LICENSE +201 -0
- package/node_modules/@smithy/util-uri-escape/README.md +10 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +1 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +1 -0
- package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +43 -0
- package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +2 -0
- package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +2 -0
- package/node_modules/@smithy/util-uri-escape/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +8 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +4 -0
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +8 -0
- package/node_modules/@smithy/util-uri-escape/package.json +59 -0
- package/node_modules/@smithy/util-utf8/LICENSE +201 -0
- package/node_modules/@smithy/util-utf8/README.md +4 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +65 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +1 -0
- package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +5 -0
- package/node_modules/@smithy/util-utf8/dist-es/index.js +3 -0
- package/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +10 -0
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -0
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +10 -0
- package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/index.d.ts +3 -0
- package/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -0
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +3 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +1 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -0
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -0
- package/node_modules/@smithy/util-utf8/package.json +66 -0
- package/node_modules/@smithy/util-waiter/LICENSE +201 -0
- package/node_modules/@smithy/util-waiter/README.md +10 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/createWaiter.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +155 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/poller.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/index.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/sleep.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/utils/validate.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-cjs/waiter.js +1 -0
- package/node_modules/@smithy/util-waiter/dist-es/createWaiter.js +23 -0
- package/node_modules/@smithy/util-waiter/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +33 -0
- package/node_modules/@smithy/util-waiter/dist-es/utils/index.js +2 -0
- package/node_modules/@smithy/util-waiter/dist-es/utils/sleep.js +3 -0
- package/node_modules/@smithy/util-waiter/dist-es/utils/validate.js +17 -0
- package/node_modules/@smithy/util-waiter/dist-es/waiter.js +34 -0
- package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +11 -0
- package/node_modules/@smithy/util-waiter/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +10 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/createWaiter.d.ts +11 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/poller.d.ts +10 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/index.d.ts +8 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/sleep.d.ts +4 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/utils/validate.d.ts +8 -0
- package/node_modules/@smithy/util-waiter/dist-types/ts3.4/waiter.d.ts +44 -0
- package/node_modules/@smithy/util-waiter/dist-types/utils/index.d.ts +8 -0
- package/node_modules/@smithy/util-waiter/dist-types/utils/sleep.d.ts +4 -0
- package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +8 -0
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +44 -0
- package/node_modules/@smithy/util-waiter/package.json +62 -0
- package/node_modules/asynckit/LICENSE +21 -0
- package/node_modules/asynckit/README.md +233 -0
- package/node_modules/asynckit/bench.js +76 -0
- package/node_modules/asynckit/index.js +6 -0
- package/node_modules/asynckit/lib/abort.js +29 -0
- package/node_modules/asynckit/lib/async.js +34 -0
- package/node_modules/asynckit/lib/defer.js +26 -0
- package/node_modules/asynckit/lib/iterate.js +75 -0
- package/node_modules/asynckit/lib/readable_asynckit.js +91 -0
- package/node_modules/asynckit/lib/readable_parallel.js +25 -0
- package/node_modules/asynckit/lib/readable_serial.js +25 -0
- package/node_modules/asynckit/lib/readable_serial_ordered.js +29 -0
- package/node_modules/asynckit/lib/state.js +37 -0
- package/node_modules/asynckit/lib/streamify.js +141 -0
- package/node_modules/asynckit/lib/terminator.js +29 -0
- package/node_modules/asynckit/package.json +63 -0
- package/node_modules/asynckit/parallel.js +43 -0
- package/node_modules/asynckit/serial.js +17 -0
- package/node_modules/asynckit/serialOrdered.js +75 -0
- package/node_modules/asynckit/stream.js +21 -0
- package/node_modules/axios/CHANGELOG.md +874 -0
- package/node_modules/axios/LICENSE +7 -0
- package/node_modules/axios/MIGRATION_GUIDE.md +3 -0
- package/node_modules/axios/README.md +1650 -0
- package/node_modules/axios/SECURITY.md +6 -0
- package/node_modules/axios/dist/axios.js +3448 -0
- package/node_modules/axios/dist/axios.js.map +1 -0
- package/node_modules/axios/dist/axios.min.js +2 -0
- package/node_modules/axios/dist/axios.min.js.map +1 -0
- package/node_modules/axios/dist/browser/axios.cjs +3258 -0
- package/node_modules/axios/dist/browser/axios.cjs.map +1 -0
- package/node_modules/axios/dist/esm/axios.js +3281 -0
- package/node_modules/axios/dist/esm/axios.js.map +1 -0
- package/node_modules/axios/dist/esm/axios.min.js +2 -0
- package/node_modules/axios/dist/esm/axios.min.js.map +1 -0
- package/node_modules/axios/dist/node/axios.cjs +4354 -0
- package/node_modules/axios/dist/node/axios.cjs.map +1 -0
- package/node_modules/axios/index.d.cts +542 -0
- package/node_modules/axios/index.d.ts +559 -0
- package/node_modules/axios/index.js +43 -0
- package/node_modules/axios/lib/adapters/README.md +37 -0
- package/node_modules/axios/lib/adapters/adapters.js +77 -0
- package/node_modules/axios/lib/adapters/http.js +685 -0
- package/node_modules/axios/lib/adapters/xhr.js +260 -0
- package/node_modules/axios/lib/axios.js +89 -0
- package/node_modules/axios/lib/cancel/CancelToken.js +121 -0
- package/node_modules/axios/lib/cancel/CanceledError.js +25 -0
- package/node_modules/axios/lib/cancel/isCancel.js +5 -0
- package/node_modules/axios/lib/core/Axios.js +225 -0
- package/node_modules/axios/lib/core/AxiosError.js +100 -0
- package/node_modules/axios/lib/core/AxiosHeaders.js +298 -0
- package/node_modules/axios/lib/core/InterceptorManager.js +71 -0
- package/node_modules/axios/lib/core/README.md +8 -0
- package/node_modules/axios/lib/core/buildFullPath.js +21 -0
- package/node_modules/axios/lib/core/dispatchRequest.js +81 -0
- package/node_modules/axios/lib/core/mergeConfig.js +106 -0
- package/node_modules/axios/lib/core/settle.js +27 -0
- package/node_modules/axios/lib/core/transformData.js +28 -0
- package/node_modules/axios/lib/defaults/index.js +156 -0
- package/node_modules/axios/lib/defaults/transitional.js +7 -0
- package/node_modules/axios/lib/env/README.md +3 -0
- package/node_modules/axios/lib/env/classes/FormData.js +2 -0
- package/node_modules/axios/lib/env/data.js +1 -0
- package/node_modules/axios/lib/helpers/AxiosTransformStream.js +191 -0
- package/node_modules/axios/lib/helpers/AxiosURLSearchParams.js +58 -0
- package/node_modules/axios/lib/helpers/HttpStatusCode.js +71 -0
- package/node_modules/axios/lib/helpers/README.md +7 -0
- package/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js +28 -0
- package/node_modules/axios/lib/helpers/bind.js +7 -0
- package/node_modules/axios/lib/helpers/buildURL.js +63 -0
- package/node_modules/axios/lib/helpers/callbackify.js +16 -0
- package/node_modules/axios/lib/helpers/combineURLs.js +15 -0
- package/node_modules/axios/lib/helpers/cookies.js +42 -0
- package/node_modules/axios/lib/helpers/deprecatedMethod.js +26 -0
- package/node_modules/axios/lib/helpers/formDataToJSON.js +95 -0
- package/node_modules/axios/lib/helpers/formDataToStream.js +111 -0
- package/node_modules/axios/lib/helpers/fromDataURI.js +53 -0
- package/node_modules/axios/lib/helpers/isAbsoluteURL.js +15 -0
- package/node_modules/axios/lib/helpers/isAxiosError.js +14 -0
- package/node_modules/axios/lib/helpers/isURLSameOrigin.js +67 -0
- package/node_modules/axios/lib/helpers/null.js +2 -0
- package/node_modules/axios/lib/helpers/parseHeaders.js +55 -0
- package/node_modules/axios/lib/helpers/parseProtocol.js +6 -0
- package/node_modules/axios/lib/helpers/readBlob.js +15 -0
- package/node_modules/axios/lib/helpers/speedometer.js +55 -0
- package/node_modules/axios/lib/helpers/spread.js +28 -0
- package/node_modules/axios/lib/helpers/throttle.js +33 -0
- package/node_modules/axios/lib/helpers/toFormData.js +219 -0
- package/node_modules/axios/lib/helpers/toURLEncodedForm.js +18 -0
- package/node_modules/axios/lib/helpers/validator.js +91 -0
- package/node_modules/axios/lib/platform/browser/classes/Blob.js +3 -0
- package/node_modules/axios/lib/platform/browser/classes/FormData.js +3 -0
- package/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js +4 -0
- package/node_modules/axios/lib/platform/browser/index.js +13 -0
- package/node_modules/axios/lib/platform/common/utils.js +47 -0
- package/node_modules/axios/lib/platform/index.js +7 -0
- package/node_modules/axios/lib/platform/node/classes/FormData.js +3 -0
- package/node_modules/axios/lib/platform/node/classes/URLSearchParams.js +4 -0
- package/node_modules/axios/lib/platform/node/index.js +12 -0
- package/node_modules/axios/lib/utils.js +723 -0
- package/node_modules/axios/package.json +218 -0
- package/node_modules/bowser/CHANGELOG.md +218 -0
- package/node_modules/bowser/LICENSE +39 -0
- package/node_modules/bowser/README.md +179 -0
- package/node_modules/bowser/bundled.js +1 -0
- package/node_modules/bowser/es5.js +1 -0
- package/node_modules/bowser/index.d.ts +250 -0
- package/node_modules/bowser/package.json +83 -0
- package/node_modules/bowser/src/bowser.js +77 -0
- package/node_modules/bowser/src/constants.js +116 -0
- package/node_modules/bowser/src/parser-browsers.js +700 -0
- package/node_modules/bowser/src/parser-engines.js +120 -0
- package/node_modules/bowser/src/parser-os.js +199 -0
- package/node_modules/bowser/src/parser-platforms.js +266 -0
- package/node_modules/bowser/src/parser.js +496 -0
- package/node_modules/bowser/src/utils.js +309 -0
- package/node_modules/combined-stream/License +19 -0
- package/node_modules/combined-stream/Readme.md +138 -0
- package/node_modules/combined-stream/lib/combined_stream.js +208 -0
- package/node_modules/combined-stream/package.json +25 -0
- package/node_modules/combined-stream/yarn.lock +17 -0
- package/node_modules/delayed-stream/.npmignore +1 -0
- package/node_modules/delayed-stream/License +19 -0
- package/node_modules/delayed-stream/Makefile +7 -0
- package/node_modules/delayed-stream/Readme.md +141 -0
- package/node_modules/delayed-stream/lib/delayed_stream.js +107 -0
- package/node_modules/delayed-stream/package.json +27 -0
- package/node_modules/fast-xml-parser/CHANGELOG.md +554 -0
- package/node_modules/fast-xml-parser/LICENSE +21 -0
- package/node_modules/fast-xml-parser/README.md +204 -0
- package/node_modules/fast-xml-parser/package.json +71 -0
- package/node_modules/fast-xml-parser/src/cli/cli.js +93 -0
- package/node_modules/fast-xml-parser/src/cli/man.js +12 -0
- package/node_modules/fast-xml-parser/src/cli/read.js +92 -0
- package/node_modules/fast-xml-parser/src/fxp.d.ts +108 -0
- package/node_modules/fast-xml-parser/src/fxp.js +11 -0
- package/node_modules/fast-xml-parser/src/util.js +72 -0
- package/node_modules/fast-xml-parser/src/validator.js +423 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +259 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +131 -0
- package/node_modules/fast-xml-parser/src/xmlbuilder/prettifyJs2Xml.js +0 -0
- package/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +152 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +48 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +588 -0
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +58 -0
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +113 -0
- package/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +25 -0
- package/node_modules/follow-redirects/LICENSE +18 -0
- package/node_modules/follow-redirects/README.md +155 -0
- package/node_modules/follow-redirects/debug.js +15 -0
- package/node_modules/follow-redirects/http.js +1 -0
- package/node_modules/follow-redirects/https.js +1 -0
- package/node_modules/follow-redirects/index.js +672 -0
- package/node_modules/follow-redirects/package.json +58 -0
- package/node_modules/form-data/License +19 -0
- package/node_modules/form-data/README.md.bak +358 -0
- package/node_modules/form-data/Readme.md +358 -0
- package/node_modules/form-data/index.d.ts +62 -0
- package/node_modules/form-data/lib/browser.js +2 -0
- package/node_modules/form-data/lib/form_data.js +501 -0
- package/node_modules/form-data/lib/populate.js +10 -0
- package/node_modules/form-data/package.json +68 -0
- package/node_modules/jsonc-parser/CHANGELOG.md +72 -0
- package/node_modules/jsonc-parser/LICENSE.md +21 -0
- package/node_modules/jsonc-parser/README.md +362 -0
- package/node_modules/jsonc-parser/SECURITY.md +41 -0
- package/node_modules/jsonc-parser/lib/esm/impl/edit.js +185 -0
- package/node_modules/jsonc-parser/lib/esm/impl/format.js +261 -0
- package/node_modules/jsonc-parser/lib/esm/impl/parser.js +632 -0
- package/node_modules/jsonc-parser/lib/esm/impl/scanner.js +443 -0
- package/node_modules/jsonc-parser/lib/esm/impl/string-intern.js +29 -0
- package/node_modules/jsonc-parser/lib/esm/main.d.ts +349 -0
- package/node_modules/jsonc-parser/lib/esm/main.js +178 -0
- package/node_modules/jsonc-parser/lib/umd/impl/edit.js +201 -0
- package/node_modules/jsonc-parser/lib/umd/impl/format.js +275 -0
- package/node_modules/jsonc-parser/lib/umd/impl/parser.js +655 -0
- package/node_modules/jsonc-parser/lib/umd/impl/scanner.js +456 -0
- package/node_modules/jsonc-parser/lib/umd/impl/string-intern.js +42 -0
- package/node_modules/jsonc-parser/lib/umd/main.d.ts +349 -0
- package/node_modules/jsonc-parser/lib/umd/main.js +194 -0
- package/node_modules/jsonc-parser/package.json +37 -0
- package/node_modules/mime-db/HISTORY.md +507 -0
- package/node_modules/mime-db/LICENSE +23 -0
- package/node_modules/mime-db/README.md +100 -0
- package/node_modules/mime-db/db.json +8519 -0
- package/node_modules/mime-db/index.js +12 -0
- package/node_modules/mime-db/package.json +60 -0
- package/node_modules/mime-types/HISTORY.md +397 -0
- package/node_modules/mime-types/LICENSE +23 -0
- package/node_modules/mime-types/README.md +113 -0
- package/node_modules/mime-types/index.js +188 -0
- package/node_modules/mime-types/package.json +44 -0
- package/node_modules/proxy-from-env/.eslintrc +29 -0
- package/node_modules/proxy-from-env/.travis.yml +10 -0
- package/node_modules/proxy-from-env/LICENSE +20 -0
- package/node_modules/proxy-from-env/README.md +131 -0
- package/node_modules/proxy-from-env/index.js +108 -0
- package/node_modules/proxy-from-env/package.json +34 -0
- package/node_modules/proxy-from-env/test.js +483 -0
- package/node_modules/strnum/.vscode/launch.json +25 -0
- package/node_modules/strnum/LICENSE +21 -0
- package/node_modules/strnum/README.md +86 -0
- package/node_modules/strnum/package.json +24 -0
- package/node_modules/strnum/strnum.js +124 -0
- package/node_modules/strnum/strnum.test.js +150 -0
- package/node_modules/tslib/CopyrightNotice.txt +15 -0
- package/node_modules/tslib/LICENSE.txt +12 -0
- package/node_modules/tslib/README.md +164 -0
- package/node_modules/tslib/SECURITY.md +41 -0
- package/node_modules/tslib/modules/index.d.ts +37 -0
- package/node_modules/tslib/modules/index.js +68 -0
- package/node_modules/tslib/modules/package.json +3 -0
- package/node_modules/tslib/package.json +47 -0
- package/node_modules/tslib/tslib.d.ts +453 -0
- package/node_modules/tslib/tslib.es6.html +1 -0
- package/node_modules/tslib/tslib.es6.js +370 -0
- package/node_modules/tslib/tslib.es6.mjs +370 -0
- package/node_modules/tslib/tslib.html +1 -0
- package/node_modules/tslib/tslib.js +421 -0
- package/package.json +152 -0
|
@@ -0,0 +1,3281 @@
|
|
|
1
|
+
// Axios v1.6.8 Copyright (c) 2024 Matt Zabriskie and contributors
|
|
2
|
+
function bind(fn, thisArg) {
|
|
3
|
+
return function wrap() {
|
|
4
|
+
return fn.apply(thisArg, arguments);
|
|
5
|
+
};
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
// utils is a library of generic helper functions non-specific to axios
|
|
9
|
+
|
|
10
|
+
const {toString} = Object.prototype;
|
|
11
|
+
const {getPrototypeOf} = Object;
|
|
12
|
+
|
|
13
|
+
const kindOf = (cache => thing => {
|
|
14
|
+
const str = toString.call(thing);
|
|
15
|
+
return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());
|
|
16
|
+
})(Object.create(null));
|
|
17
|
+
|
|
18
|
+
const kindOfTest = (type) => {
|
|
19
|
+
type = type.toLowerCase();
|
|
20
|
+
return (thing) => kindOf(thing) === type
|
|
21
|
+
};
|
|
22
|
+
|
|
23
|
+
const typeOfTest = type => thing => typeof thing === type;
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Determine if a value is an Array
|
|
27
|
+
*
|
|
28
|
+
* @param {Object} val The value to test
|
|
29
|
+
*
|
|
30
|
+
* @returns {boolean} True if value is an Array, otherwise false
|
|
31
|
+
*/
|
|
32
|
+
const {isArray} = Array;
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Determine if a value is undefined
|
|
36
|
+
*
|
|
37
|
+
* @param {*} val The value to test
|
|
38
|
+
*
|
|
39
|
+
* @returns {boolean} True if the value is undefined, otherwise false
|
|
40
|
+
*/
|
|
41
|
+
const isUndefined = typeOfTest('undefined');
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* Determine if a value is a Buffer
|
|
45
|
+
*
|
|
46
|
+
* @param {*} val The value to test
|
|
47
|
+
*
|
|
48
|
+
* @returns {boolean} True if value is a Buffer, otherwise false
|
|
49
|
+
*/
|
|
50
|
+
function isBuffer(val) {
|
|
51
|
+
return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)
|
|
52
|
+
&& isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* Determine if a value is an ArrayBuffer
|
|
57
|
+
*
|
|
58
|
+
* @param {*} val The value to test
|
|
59
|
+
*
|
|
60
|
+
* @returns {boolean} True if value is an ArrayBuffer, otherwise false
|
|
61
|
+
*/
|
|
62
|
+
const isArrayBuffer = kindOfTest('ArrayBuffer');
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
/**
|
|
66
|
+
* Determine if a value is a view on an ArrayBuffer
|
|
67
|
+
*
|
|
68
|
+
* @param {*} val The value to test
|
|
69
|
+
*
|
|
70
|
+
* @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false
|
|
71
|
+
*/
|
|
72
|
+
function isArrayBufferView(val) {
|
|
73
|
+
let result;
|
|
74
|
+
if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {
|
|
75
|
+
result = ArrayBuffer.isView(val);
|
|
76
|
+
} else {
|
|
77
|
+
result = (val) && (val.buffer) && (isArrayBuffer(val.buffer));
|
|
78
|
+
}
|
|
79
|
+
return result;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Determine if a value is a String
|
|
84
|
+
*
|
|
85
|
+
* @param {*} val The value to test
|
|
86
|
+
*
|
|
87
|
+
* @returns {boolean} True if value is a String, otherwise false
|
|
88
|
+
*/
|
|
89
|
+
const isString = typeOfTest('string');
|
|
90
|
+
|
|
91
|
+
/**
|
|
92
|
+
* Determine if a value is a Function
|
|
93
|
+
*
|
|
94
|
+
* @param {*} val The value to test
|
|
95
|
+
* @returns {boolean} True if value is a Function, otherwise false
|
|
96
|
+
*/
|
|
97
|
+
const isFunction = typeOfTest('function');
|
|
98
|
+
|
|
99
|
+
/**
|
|
100
|
+
* Determine if a value is a Number
|
|
101
|
+
*
|
|
102
|
+
* @param {*} val The value to test
|
|
103
|
+
*
|
|
104
|
+
* @returns {boolean} True if value is a Number, otherwise false
|
|
105
|
+
*/
|
|
106
|
+
const isNumber = typeOfTest('number');
|
|
107
|
+
|
|
108
|
+
/**
|
|
109
|
+
* Determine if a value is an Object
|
|
110
|
+
*
|
|
111
|
+
* @param {*} thing The value to test
|
|
112
|
+
*
|
|
113
|
+
* @returns {boolean} True if value is an Object, otherwise false
|
|
114
|
+
*/
|
|
115
|
+
const isObject = (thing) => thing !== null && typeof thing === 'object';
|
|
116
|
+
|
|
117
|
+
/**
|
|
118
|
+
* Determine if a value is a Boolean
|
|
119
|
+
*
|
|
120
|
+
* @param {*} thing The value to test
|
|
121
|
+
* @returns {boolean} True if value is a Boolean, otherwise false
|
|
122
|
+
*/
|
|
123
|
+
const isBoolean = thing => thing === true || thing === false;
|
|
124
|
+
|
|
125
|
+
/**
|
|
126
|
+
* Determine if a value is a plain Object
|
|
127
|
+
*
|
|
128
|
+
* @param {*} val The value to test
|
|
129
|
+
*
|
|
130
|
+
* @returns {boolean} True if value is a plain Object, otherwise false
|
|
131
|
+
*/
|
|
132
|
+
const isPlainObject = (val) => {
|
|
133
|
+
if (kindOf(val) !== 'object') {
|
|
134
|
+
return false;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
const prototype = getPrototypeOf(val);
|
|
138
|
+
return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val);
|
|
139
|
+
};
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Determine if a value is a Date
|
|
143
|
+
*
|
|
144
|
+
* @param {*} val The value to test
|
|
145
|
+
*
|
|
146
|
+
* @returns {boolean} True if value is a Date, otherwise false
|
|
147
|
+
*/
|
|
148
|
+
const isDate = kindOfTest('Date');
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* Determine if a value is a File
|
|
152
|
+
*
|
|
153
|
+
* @param {*} val The value to test
|
|
154
|
+
*
|
|
155
|
+
* @returns {boolean} True if value is a File, otherwise false
|
|
156
|
+
*/
|
|
157
|
+
const isFile = kindOfTest('File');
|
|
158
|
+
|
|
159
|
+
/**
|
|
160
|
+
* Determine if a value is a Blob
|
|
161
|
+
*
|
|
162
|
+
* @param {*} val The value to test
|
|
163
|
+
*
|
|
164
|
+
* @returns {boolean} True if value is a Blob, otherwise false
|
|
165
|
+
*/
|
|
166
|
+
const isBlob = kindOfTest('Blob');
|
|
167
|
+
|
|
168
|
+
/**
|
|
169
|
+
* Determine if a value is a FileList
|
|
170
|
+
*
|
|
171
|
+
* @param {*} val The value to test
|
|
172
|
+
*
|
|
173
|
+
* @returns {boolean} True if value is a File, otherwise false
|
|
174
|
+
*/
|
|
175
|
+
const isFileList = kindOfTest('FileList');
|
|
176
|
+
|
|
177
|
+
/**
|
|
178
|
+
* Determine if a value is a Stream
|
|
179
|
+
*
|
|
180
|
+
* @param {*} val The value to test
|
|
181
|
+
*
|
|
182
|
+
* @returns {boolean} True if value is a Stream, otherwise false
|
|
183
|
+
*/
|
|
184
|
+
const isStream = (val) => isObject(val) && isFunction(val.pipe);
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Determine if a value is a FormData
|
|
188
|
+
*
|
|
189
|
+
* @param {*} thing The value to test
|
|
190
|
+
*
|
|
191
|
+
* @returns {boolean} True if value is an FormData, otherwise false
|
|
192
|
+
*/
|
|
193
|
+
const isFormData = (thing) => {
|
|
194
|
+
let kind;
|
|
195
|
+
return thing && (
|
|
196
|
+
(typeof FormData === 'function' && thing instanceof FormData) || (
|
|
197
|
+
isFunction(thing.append) && (
|
|
198
|
+
(kind = kindOf(thing)) === 'formdata' ||
|
|
199
|
+
// detect form-data instance
|
|
200
|
+
(kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]')
|
|
201
|
+
)
|
|
202
|
+
)
|
|
203
|
+
)
|
|
204
|
+
};
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* Determine if a value is a URLSearchParams object
|
|
208
|
+
*
|
|
209
|
+
* @param {*} val The value to test
|
|
210
|
+
*
|
|
211
|
+
* @returns {boolean} True if value is a URLSearchParams object, otherwise false
|
|
212
|
+
*/
|
|
213
|
+
const isURLSearchParams = kindOfTest('URLSearchParams');
|
|
214
|
+
|
|
215
|
+
/**
|
|
216
|
+
* Trim excess whitespace off the beginning and end of a string
|
|
217
|
+
*
|
|
218
|
+
* @param {String} str The String to trim
|
|
219
|
+
*
|
|
220
|
+
* @returns {String} The String freed of excess whitespace
|
|
221
|
+
*/
|
|
222
|
+
const trim = (str) => str.trim ?
|
|
223
|
+
str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, '');
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* Iterate over an Array or an Object invoking a function for each item.
|
|
227
|
+
*
|
|
228
|
+
* If `obj` is an Array callback will be called passing
|
|
229
|
+
* the value, index, and complete array for each item.
|
|
230
|
+
*
|
|
231
|
+
* If 'obj' is an Object callback will be called passing
|
|
232
|
+
* the value, key, and complete object for each property.
|
|
233
|
+
*
|
|
234
|
+
* @param {Object|Array} obj The object to iterate
|
|
235
|
+
* @param {Function} fn The callback to invoke for each item
|
|
236
|
+
*
|
|
237
|
+
* @param {Boolean} [allOwnKeys = false]
|
|
238
|
+
* @returns {any}
|
|
239
|
+
*/
|
|
240
|
+
function forEach(obj, fn, {allOwnKeys = false} = {}) {
|
|
241
|
+
// Don't bother if no value provided
|
|
242
|
+
if (obj === null || typeof obj === 'undefined') {
|
|
243
|
+
return;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
let i;
|
|
247
|
+
let l;
|
|
248
|
+
|
|
249
|
+
// Force an array if not already something iterable
|
|
250
|
+
if (typeof obj !== 'object') {
|
|
251
|
+
/*eslint no-param-reassign:0*/
|
|
252
|
+
obj = [obj];
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
if (isArray(obj)) {
|
|
256
|
+
// Iterate over array values
|
|
257
|
+
for (i = 0, l = obj.length; i < l; i++) {
|
|
258
|
+
fn.call(null, obj[i], i, obj);
|
|
259
|
+
}
|
|
260
|
+
} else {
|
|
261
|
+
// Iterate over object keys
|
|
262
|
+
const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj);
|
|
263
|
+
const len = keys.length;
|
|
264
|
+
let key;
|
|
265
|
+
|
|
266
|
+
for (i = 0; i < len; i++) {
|
|
267
|
+
key = keys[i];
|
|
268
|
+
fn.call(null, obj[key], key, obj);
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
function findKey(obj, key) {
|
|
274
|
+
key = key.toLowerCase();
|
|
275
|
+
const keys = Object.keys(obj);
|
|
276
|
+
let i = keys.length;
|
|
277
|
+
let _key;
|
|
278
|
+
while (i-- > 0) {
|
|
279
|
+
_key = keys[i];
|
|
280
|
+
if (key === _key.toLowerCase()) {
|
|
281
|
+
return _key;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
return null;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
const _global = (() => {
|
|
288
|
+
/*eslint no-undef:0*/
|
|
289
|
+
if (typeof globalThis !== "undefined") return globalThis;
|
|
290
|
+
return typeof self !== "undefined" ? self : (typeof window !== 'undefined' ? window : global)
|
|
291
|
+
})();
|
|
292
|
+
|
|
293
|
+
const isContextDefined = (context) => !isUndefined(context) && context !== _global;
|
|
294
|
+
|
|
295
|
+
/**
|
|
296
|
+
* Accepts varargs expecting each argument to be an object, then
|
|
297
|
+
* immutably merges the properties of each object and returns result.
|
|
298
|
+
*
|
|
299
|
+
* When multiple objects contain the same key the later object in
|
|
300
|
+
* the arguments list will take precedence.
|
|
301
|
+
*
|
|
302
|
+
* Example:
|
|
303
|
+
*
|
|
304
|
+
* ```js
|
|
305
|
+
* var result = merge({foo: 123}, {foo: 456});
|
|
306
|
+
* console.log(result.foo); // outputs 456
|
|
307
|
+
* ```
|
|
308
|
+
*
|
|
309
|
+
* @param {Object} obj1 Object to merge
|
|
310
|
+
*
|
|
311
|
+
* @returns {Object} Result of all merge properties
|
|
312
|
+
*/
|
|
313
|
+
function merge(/* obj1, obj2, obj3, ... */) {
|
|
314
|
+
const {caseless} = isContextDefined(this) && this || {};
|
|
315
|
+
const result = {};
|
|
316
|
+
const assignValue = (val, key) => {
|
|
317
|
+
const targetKey = caseless && findKey(result, key) || key;
|
|
318
|
+
if (isPlainObject(result[targetKey]) && isPlainObject(val)) {
|
|
319
|
+
result[targetKey] = merge(result[targetKey], val);
|
|
320
|
+
} else if (isPlainObject(val)) {
|
|
321
|
+
result[targetKey] = merge({}, val);
|
|
322
|
+
} else if (isArray(val)) {
|
|
323
|
+
result[targetKey] = val.slice();
|
|
324
|
+
} else {
|
|
325
|
+
result[targetKey] = val;
|
|
326
|
+
}
|
|
327
|
+
};
|
|
328
|
+
|
|
329
|
+
for (let i = 0, l = arguments.length; i < l; i++) {
|
|
330
|
+
arguments[i] && forEach(arguments[i], assignValue);
|
|
331
|
+
}
|
|
332
|
+
return result;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
/**
|
|
336
|
+
* Extends object a by mutably adding to it the properties of object b.
|
|
337
|
+
*
|
|
338
|
+
* @param {Object} a The object to be extended
|
|
339
|
+
* @param {Object} b The object to copy properties from
|
|
340
|
+
* @param {Object} thisArg The object to bind function to
|
|
341
|
+
*
|
|
342
|
+
* @param {Boolean} [allOwnKeys]
|
|
343
|
+
* @returns {Object} The resulting value of object a
|
|
344
|
+
*/
|
|
345
|
+
const extend = (a, b, thisArg, {allOwnKeys}= {}) => {
|
|
346
|
+
forEach(b, (val, key) => {
|
|
347
|
+
if (thisArg && isFunction(val)) {
|
|
348
|
+
a[key] = bind(val, thisArg);
|
|
349
|
+
} else {
|
|
350
|
+
a[key] = val;
|
|
351
|
+
}
|
|
352
|
+
}, {allOwnKeys});
|
|
353
|
+
return a;
|
|
354
|
+
};
|
|
355
|
+
|
|
356
|
+
/**
|
|
357
|
+
* Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)
|
|
358
|
+
*
|
|
359
|
+
* @param {string} content with BOM
|
|
360
|
+
*
|
|
361
|
+
* @returns {string} content value without BOM
|
|
362
|
+
*/
|
|
363
|
+
const stripBOM = (content) => {
|
|
364
|
+
if (content.charCodeAt(0) === 0xFEFF) {
|
|
365
|
+
content = content.slice(1);
|
|
366
|
+
}
|
|
367
|
+
return content;
|
|
368
|
+
};
|
|
369
|
+
|
|
370
|
+
/**
|
|
371
|
+
* Inherit the prototype methods from one constructor into another
|
|
372
|
+
* @param {function} constructor
|
|
373
|
+
* @param {function} superConstructor
|
|
374
|
+
* @param {object} [props]
|
|
375
|
+
* @param {object} [descriptors]
|
|
376
|
+
*
|
|
377
|
+
* @returns {void}
|
|
378
|
+
*/
|
|
379
|
+
const inherits = (constructor, superConstructor, props, descriptors) => {
|
|
380
|
+
constructor.prototype = Object.create(superConstructor.prototype, descriptors);
|
|
381
|
+
constructor.prototype.constructor = constructor;
|
|
382
|
+
Object.defineProperty(constructor, 'super', {
|
|
383
|
+
value: superConstructor.prototype
|
|
384
|
+
});
|
|
385
|
+
props && Object.assign(constructor.prototype, props);
|
|
386
|
+
};
|
|
387
|
+
|
|
388
|
+
/**
|
|
389
|
+
* Resolve object with deep prototype chain to a flat object
|
|
390
|
+
* @param {Object} sourceObj source object
|
|
391
|
+
* @param {Object} [destObj]
|
|
392
|
+
* @param {Function|Boolean} [filter]
|
|
393
|
+
* @param {Function} [propFilter]
|
|
394
|
+
*
|
|
395
|
+
* @returns {Object}
|
|
396
|
+
*/
|
|
397
|
+
const toFlatObject = (sourceObj, destObj, filter, propFilter) => {
|
|
398
|
+
let props;
|
|
399
|
+
let i;
|
|
400
|
+
let prop;
|
|
401
|
+
const merged = {};
|
|
402
|
+
|
|
403
|
+
destObj = destObj || {};
|
|
404
|
+
// eslint-disable-next-line no-eq-null,eqeqeq
|
|
405
|
+
if (sourceObj == null) return destObj;
|
|
406
|
+
|
|
407
|
+
do {
|
|
408
|
+
props = Object.getOwnPropertyNames(sourceObj);
|
|
409
|
+
i = props.length;
|
|
410
|
+
while (i-- > 0) {
|
|
411
|
+
prop = props[i];
|
|
412
|
+
if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) {
|
|
413
|
+
destObj[prop] = sourceObj[prop];
|
|
414
|
+
merged[prop] = true;
|
|
415
|
+
}
|
|
416
|
+
}
|
|
417
|
+
sourceObj = filter !== false && getPrototypeOf(sourceObj);
|
|
418
|
+
} while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype);
|
|
419
|
+
|
|
420
|
+
return destObj;
|
|
421
|
+
};
|
|
422
|
+
|
|
423
|
+
/**
|
|
424
|
+
* Determines whether a string ends with the characters of a specified string
|
|
425
|
+
*
|
|
426
|
+
* @param {String} str
|
|
427
|
+
* @param {String} searchString
|
|
428
|
+
* @param {Number} [position= 0]
|
|
429
|
+
*
|
|
430
|
+
* @returns {boolean}
|
|
431
|
+
*/
|
|
432
|
+
const endsWith = (str, searchString, position) => {
|
|
433
|
+
str = String(str);
|
|
434
|
+
if (position === undefined || position > str.length) {
|
|
435
|
+
position = str.length;
|
|
436
|
+
}
|
|
437
|
+
position -= searchString.length;
|
|
438
|
+
const lastIndex = str.indexOf(searchString, position);
|
|
439
|
+
return lastIndex !== -1 && lastIndex === position;
|
|
440
|
+
};
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
/**
|
|
444
|
+
* Returns new array from array like object or null if failed
|
|
445
|
+
*
|
|
446
|
+
* @param {*} [thing]
|
|
447
|
+
*
|
|
448
|
+
* @returns {?Array}
|
|
449
|
+
*/
|
|
450
|
+
const toArray = (thing) => {
|
|
451
|
+
if (!thing) return null;
|
|
452
|
+
if (isArray(thing)) return thing;
|
|
453
|
+
let i = thing.length;
|
|
454
|
+
if (!isNumber(i)) return null;
|
|
455
|
+
const arr = new Array(i);
|
|
456
|
+
while (i-- > 0) {
|
|
457
|
+
arr[i] = thing[i];
|
|
458
|
+
}
|
|
459
|
+
return arr;
|
|
460
|
+
};
|
|
461
|
+
|
|
462
|
+
/**
|
|
463
|
+
* Checking if the Uint8Array exists and if it does, it returns a function that checks if the
|
|
464
|
+
* thing passed in is an instance of Uint8Array
|
|
465
|
+
*
|
|
466
|
+
* @param {TypedArray}
|
|
467
|
+
*
|
|
468
|
+
* @returns {Array}
|
|
469
|
+
*/
|
|
470
|
+
// eslint-disable-next-line func-names
|
|
471
|
+
const isTypedArray = (TypedArray => {
|
|
472
|
+
// eslint-disable-next-line func-names
|
|
473
|
+
return thing => {
|
|
474
|
+
return TypedArray && thing instanceof TypedArray;
|
|
475
|
+
};
|
|
476
|
+
})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array));
|
|
477
|
+
|
|
478
|
+
/**
|
|
479
|
+
* For each entry in the object, call the function with the key and value.
|
|
480
|
+
*
|
|
481
|
+
* @param {Object<any, any>} obj - The object to iterate over.
|
|
482
|
+
* @param {Function} fn - The function to call for each entry.
|
|
483
|
+
*
|
|
484
|
+
* @returns {void}
|
|
485
|
+
*/
|
|
486
|
+
const forEachEntry = (obj, fn) => {
|
|
487
|
+
const generator = obj && obj[Symbol.iterator];
|
|
488
|
+
|
|
489
|
+
const iterator = generator.call(obj);
|
|
490
|
+
|
|
491
|
+
let result;
|
|
492
|
+
|
|
493
|
+
while ((result = iterator.next()) && !result.done) {
|
|
494
|
+
const pair = result.value;
|
|
495
|
+
fn.call(obj, pair[0], pair[1]);
|
|
496
|
+
}
|
|
497
|
+
};
|
|
498
|
+
|
|
499
|
+
/**
|
|
500
|
+
* It takes a regular expression and a string, and returns an array of all the matches
|
|
501
|
+
*
|
|
502
|
+
* @param {string} regExp - The regular expression to match against.
|
|
503
|
+
* @param {string} str - The string to search.
|
|
504
|
+
*
|
|
505
|
+
* @returns {Array<boolean>}
|
|
506
|
+
*/
|
|
507
|
+
const matchAll = (regExp, str) => {
|
|
508
|
+
let matches;
|
|
509
|
+
const arr = [];
|
|
510
|
+
|
|
511
|
+
while ((matches = regExp.exec(str)) !== null) {
|
|
512
|
+
arr.push(matches);
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
return arr;
|
|
516
|
+
};
|
|
517
|
+
|
|
518
|
+
/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */
|
|
519
|
+
const isHTMLForm = kindOfTest('HTMLFormElement');
|
|
520
|
+
|
|
521
|
+
const toCamelCase = str => {
|
|
522
|
+
return str.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,
|
|
523
|
+
function replacer(m, p1, p2) {
|
|
524
|
+
return p1.toUpperCase() + p2;
|
|
525
|
+
}
|
|
526
|
+
);
|
|
527
|
+
};
|
|
528
|
+
|
|
529
|
+
/* Creating a function that will check if an object has a property. */
|
|
530
|
+
const hasOwnProperty = (({hasOwnProperty}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype);
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* Determine if a value is a RegExp object
|
|
534
|
+
*
|
|
535
|
+
* @param {*} val The value to test
|
|
536
|
+
*
|
|
537
|
+
* @returns {boolean} True if value is a RegExp object, otherwise false
|
|
538
|
+
*/
|
|
539
|
+
const isRegExp = kindOfTest('RegExp');
|
|
540
|
+
|
|
541
|
+
const reduceDescriptors = (obj, reducer) => {
|
|
542
|
+
const descriptors = Object.getOwnPropertyDescriptors(obj);
|
|
543
|
+
const reducedDescriptors = {};
|
|
544
|
+
|
|
545
|
+
forEach(descriptors, (descriptor, name) => {
|
|
546
|
+
let ret;
|
|
547
|
+
if ((ret = reducer(descriptor, name, obj)) !== false) {
|
|
548
|
+
reducedDescriptors[name] = ret || descriptor;
|
|
549
|
+
}
|
|
550
|
+
});
|
|
551
|
+
|
|
552
|
+
Object.defineProperties(obj, reducedDescriptors);
|
|
553
|
+
};
|
|
554
|
+
|
|
555
|
+
/**
|
|
556
|
+
* Makes all methods read-only
|
|
557
|
+
* @param {Object} obj
|
|
558
|
+
*/
|
|
559
|
+
|
|
560
|
+
const freezeMethods = (obj) => {
|
|
561
|
+
reduceDescriptors(obj, (descriptor, name) => {
|
|
562
|
+
// skip restricted props in strict mode
|
|
563
|
+
if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) {
|
|
564
|
+
return false;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
const value = obj[name];
|
|
568
|
+
|
|
569
|
+
if (!isFunction(value)) return;
|
|
570
|
+
|
|
571
|
+
descriptor.enumerable = false;
|
|
572
|
+
|
|
573
|
+
if ('writable' in descriptor) {
|
|
574
|
+
descriptor.writable = false;
|
|
575
|
+
return;
|
|
576
|
+
}
|
|
577
|
+
|
|
578
|
+
if (!descriptor.set) {
|
|
579
|
+
descriptor.set = () => {
|
|
580
|
+
throw Error('Can not rewrite read-only method \'' + name + '\'');
|
|
581
|
+
};
|
|
582
|
+
}
|
|
583
|
+
});
|
|
584
|
+
};
|
|
585
|
+
|
|
586
|
+
const toObjectSet = (arrayOrString, delimiter) => {
|
|
587
|
+
const obj = {};
|
|
588
|
+
|
|
589
|
+
const define = (arr) => {
|
|
590
|
+
arr.forEach(value => {
|
|
591
|
+
obj[value] = true;
|
|
592
|
+
});
|
|
593
|
+
};
|
|
594
|
+
|
|
595
|
+
isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter));
|
|
596
|
+
|
|
597
|
+
return obj;
|
|
598
|
+
};
|
|
599
|
+
|
|
600
|
+
const noop = () => {};
|
|
601
|
+
|
|
602
|
+
const toFiniteNumber = (value, defaultValue) => {
|
|
603
|
+
value = +value;
|
|
604
|
+
return Number.isFinite(value) ? value : defaultValue;
|
|
605
|
+
};
|
|
606
|
+
|
|
607
|
+
const ALPHA = 'abcdefghijklmnopqrstuvwxyz';
|
|
608
|
+
|
|
609
|
+
const DIGIT = '0123456789';
|
|
610
|
+
|
|
611
|
+
const ALPHABET = {
|
|
612
|
+
DIGIT,
|
|
613
|
+
ALPHA,
|
|
614
|
+
ALPHA_DIGIT: ALPHA + ALPHA.toUpperCase() + DIGIT
|
|
615
|
+
};
|
|
616
|
+
|
|
617
|
+
const generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => {
|
|
618
|
+
let str = '';
|
|
619
|
+
const {length} = alphabet;
|
|
620
|
+
while (size--) {
|
|
621
|
+
str += alphabet[Math.random() * length|0];
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
return str;
|
|
625
|
+
};
|
|
626
|
+
|
|
627
|
+
/**
|
|
628
|
+
* If the thing is a FormData object, return true, otherwise return false.
|
|
629
|
+
*
|
|
630
|
+
* @param {unknown} thing - The thing to check.
|
|
631
|
+
*
|
|
632
|
+
* @returns {boolean}
|
|
633
|
+
*/
|
|
634
|
+
function isSpecCompliantForm(thing) {
|
|
635
|
+
return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === 'FormData' && thing[Symbol.iterator]);
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
const toJSONObject = (obj) => {
|
|
639
|
+
const stack = new Array(10);
|
|
640
|
+
|
|
641
|
+
const visit = (source, i) => {
|
|
642
|
+
|
|
643
|
+
if (isObject(source)) {
|
|
644
|
+
if (stack.indexOf(source) >= 0) {
|
|
645
|
+
return;
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
if(!('toJSON' in source)) {
|
|
649
|
+
stack[i] = source;
|
|
650
|
+
const target = isArray(source) ? [] : {};
|
|
651
|
+
|
|
652
|
+
forEach(source, (value, key) => {
|
|
653
|
+
const reducedValue = visit(value, i + 1);
|
|
654
|
+
!isUndefined(reducedValue) && (target[key] = reducedValue);
|
|
655
|
+
});
|
|
656
|
+
|
|
657
|
+
stack[i] = undefined;
|
|
658
|
+
|
|
659
|
+
return target;
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
return source;
|
|
664
|
+
};
|
|
665
|
+
|
|
666
|
+
return visit(obj, 0);
|
|
667
|
+
};
|
|
668
|
+
|
|
669
|
+
const isAsyncFn = kindOfTest('AsyncFunction');
|
|
670
|
+
|
|
671
|
+
const isThenable = (thing) =>
|
|
672
|
+
thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch);
|
|
673
|
+
|
|
674
|
+
const utils$1 = {
|
|
675
|
+
isArray,
|
|
676
|
+
isArrayBuffer,
|
|
677
|
+
isBuffer,
|
|
678
|
+
isFormData,
|
|
679
|
+
isArrayBufferView,
|
|
680
|
+
isString,
|
|
681
|
+
isNumber,
|
|
682
|
+
isBoolean,
|
|
683
|
+
isObject,
|
|
684
|
+
isPlainObject,
|
|
685
|
+
isUndefined,
|
|
686
|
+
isDate,
|
|
687
|
+
isFile,
|
|
688
|
+
isBlob,
|
|
689
|
+
isRegExp,
|
|
690
|
+
isFunction,
|
|
691
|
+
isStream,
|
|
692
|
+
isURLSearchParams,
|
|
693
|
+
isTypedArray,
|
|
694
|
+
isFileList,
|
|
695
|
+
forEach,
|
|
696
|
+
merge,
|
|
697
|
+
extend,
|
|
698
|
+
trim,
|
|
699
|
+
stripBOM,
|
|
700
|
+
inherits,
|
|
701
|
+
toFlatObject,
|
|
702
|
+
kindOf,
|
|
703
|
+
kindOfTest,
|
|
704
|
+
endsWith,
|
|
705
|
+
toArray,
|
|
706
|
+
forEachEntry,
|
|
707
|
+
matchAll,
|
|
708
|
+
isHTMLForm,
|
|
709
|
+
hasOwnProperty,
|
|
710
|
+
hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection
|
|
711
|
+
reduceDescriptors,
|
|
712
|
+
freezeMethods,
|
|
713
|
+
toObjectSet,
|
|
714
|
+
toCamelCase,
|
|
715
|
+
noop,
|
|
716
|
+
toFiniteNumber,
|
|
717
|
+
findKey,
|
|
718
|
+
global: _global,
|
|
719
|
+
isContextDefined,
|
|
720
|
+
ALPHABET,
|
|
721
|
+
generateString,
|
|
722
|
+
isSpecCompliantForm,
|
|
723
|
+
toJSONObject,
|
|
724
|
+
isAsyncFn,
|
|
725
|
+
isThenable
|
|
726
|
+
};
|
|
727
|
+
|
|
728
|
+
/**
|
|
729
|
+
* Create an Error with the specified message, config, error code, request and response.
|
|
730
|
+
*
|
|
731
|
+
* @param {string} message The error message.
|
|
732
|
+
* @param {string} [code] The error code (for example, 'ECONNABORTED').
|
|
733
|
+
* @param {Object} [config] The config.
|
|
734
|
+
* @param {Object} [request] The request.
|
|
735
|
+
* @param {Object} [response] The response.
|
|
736
|
+
*
|
|
737
|
+
* @returns {Error} The created error.
|
|
738
|
+
*/
|
|
739
|
+
function AxiosError$1(message, code, config, request, response) {
|
|
740
|
+
Error.call(this);
|
|
741
|
+
|
|
742
|
+
if (Error.captureStackTrace) {
|
|
743
|
+
Error.captureStackTrace(this, this.constructor);
|
|
744
|
+
} else {
|
|
745
|
+
this.stack = (new Error()).stack;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
this.message = message;
|
|
749
|
+
this.name = 'AxiosError';
|
|
750
|
+
code && (this.code = code);
|
|
751
|
+
config && (this.config = config);
|
|
752
|
+
request && (this.request = request);
|
|
753
|
+
response && (this.response = response);
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
utils$1.inherits(AxiosError$1, Error, {
|
|
757
|
+
toJSON: function toJSON() {
|
|
758
|
+
return {
|
|
759
|
+
// Standard
|
|
760
|
+
message: this.message,
|
|
761
|
+
name: this.name,
|
|
762
|
+
// Microsoft
|
|
763
|
+
description: this.description,
|
|
764
|
+
number: this.number,
|
|
765
|
+
// Mozilla
|
|
766
|
+
fileName: this.fileName,
|
|
767
|
+
lineNumber: this.lineNumber,
|
|
768
|
+
columnNumber: this.columnNumber,
|
|
769
|
+
stack: this.stack,
|
|
770
|
+
// Axios
|
|
771
|
+
config: utils$1.toJSONObject(this.config),
|
|
772
|
+
code: this.code,
|
|
773
|
+
status: this.response && this.response.status ? this.response.status : null
|
|
774
|
+
};
|
|
775
|
+
}
|
|
776
|
+
});
|
|
777
|
+
|
|
778
|
+
const prototype$1 = AxiosError$1.prototype;
|
|
779
|
+
const descriptors = {};
|
|
780
|
+
|
|
781
|
+
[
|
|
782
|
+
'ERR_BAD_OPTION_VALUE',
|
|
783
|
+
'ERR_BAD_OPTION',
|
|
784
|
+
'ECONNABORTED',
|
|
785
|
+
'ETIMEDOUT',
|
|
786
|
+
'ERR_NETWORK',
|
|
787
|
+
'ERR_FR_TOO_MANY_REDIRECTS',
|
|
788
|
+
'ERR_DEPRECATED',
|
|
789
|
+
'ERR_BAD_RESPONSE',
|
|
790
|
+
'ERR_BAD_REQUEST',
|
|
791
|
+
'ERR_CANCELED',
|
|
792
|
+
'ERR_NOT_SUPPORT',
|
|
793
|
+
'ERR_INVALID_URL'
|
|
794
|
+
// eslint-disable-next-line func-names
|
|
795
|
+
].forEach(code => {
|
|
796
|
+
descriptors[code] = {value: code};
|
|
797
|
+
});
|
|
798
|
+
|
|
799
|
+
Object.defineProperties(AxiosError$1, descriptors);
|
|
800
|
+
Object.defineProperty(prototype$1, 'isAxiosError', {value: true});
|
|
801
|
+
|
|
802
|
+
// eslint-disable-next-line func-names
|
|
803
|
+
AxiosError$1.from = (error, code, config, request, response, customProps) => {
|
|
804
|
+
const axiosError = Object.create(prototype$1);
|
|
805
|
+
|
|
806
|
+
utils$1.toFlatObject(error, axiosError, function filter(obj) {
|
|
807
|
+
return obj !== Error.prototype;
|
|
808
|
+
}, prop => {
|
|
809
|
+
return prop !== 'isAxiosError';
|
|
810
|
+
});
|
|
811
|
+
|
|
812
|
+
AxiosError$1.call(axiosError, error.message, code, config, request, response);
|
|
813
|
+
|
|
814
|
+
axiosError.cause = error;
|
|
815
|
+
|
|
816
|
+
axiosError.name = error.name;
|
|
817
|
+
|
|
818
|
+
customProps && Object.assign(axiosError, customProps);
|
|
819
|
+
|
|
820
|
+
return axiosError;
|
|
821
|
+
};
|
|
822
|
+
|
|
823
|
+
// eslint-disable-next-line strict
|
|
824
|
+
const httpAdapter = null;
|
|
825
|
+
|
|
826
|
+
/**
|
|
827
|
+
* Determines if the given thing is a array or js object.
|
|
828
|
+
*
|
|
829
|
+
* @param {string} thing - The object or array to be visited.
|
|
830
|
+
*
|
|
831
|
+
* @returns {boolean}
|
|
832
|
+
*/
|
|
833
|
+
function isVisitable(thing) {
|
|
834
|
+
return utils$1.isPlainObject(thing) || utils$1.isArray(thing);
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
/**
|
|
838
|
+
* It removes the brackets from the end of a string
|
|
839
|
+
*
|
|
840
|
+
* @param {string} key - The key of the parameter.
|
|
841
|
+
*
|
|
842
|
+
* @returns {string} the key without the brackets.
|
|
843
|
+
*/
|
|
844
|
+
function removeBrackets(key) {
|
|
845
|
+
return utils$1.endsWith(key, '[]') ? key.slice(0, -2) : key;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
/**
|
|
849
|
+
* It takes a path, a key, and a boolean, and returns a string
|
|
850
|
+
*
|
|
851
|
+
* @param {string} path - The path to the current key.
|
|
852
|
+
* @param {string} key - The key of the current object being iterated over.
|
|
853
|
+
* @param {string} dots - If true, the key will be rendered with dots instead of brackets.
|
|
854
|
+
*
|
|
855
|
+
* @returns {string} The path to the current key.
|
|
856
|
+
*/
|
|
857
|
+
function renderKey(path, key, dots) {
|
|
858
|
+
if (!path) return key;
|
|
859
|
+
return path.concat(key).map(function each(token, i) {
|
|
860
|
+
// eslint-disable-next-line no-param-reassign
|
|
861
|
+
token = removeBrackets(token);
|
|
862
|
+
return !dots && i ? '[' + token + ']' : token;
|
|
863
|
+
}).join(dots ? '.' : '');
|
|
864
|
+
}
|
|
865
|
+
|
|
866
|
+
/**
|
|
867
|
+
* If the array is an array and none of its elements are visitable, then it's a flat array.
|
|
868
|
+
*
|
|
869
|
+
* @param {Array<any>} arr - The array to check
|
|
870
|
+
*
|
|
871
|
+
* @returns {boolean}
|
|
872
|
+
*/
|
|
873
|
+
function isFlatArray(arr) {
|
|
874
|
+
return utils$1.isArray(arr) && !arr.some(isVisitable);
|
|
875
|
+
}
|
|
876
|
+
|
|
877
|
+
const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter(prop) {
|
|
878
|
+
return /^is[A-Z]/.test(prop);
|
|
879
|
+
});
|
|
880
|
+
|
|
881
|
+
/**
|
|
882
|
+
* Convert a data object to FormData
|
|
883
|
+
*
|
|
884
|
+
* @param {Object} obj
|
|
885
|
+
* @param {?Object} [formData]
|
|
886
|
+
* @param {?Object} [options]
|
|
887
|
+
* @param {Function} [options.visitor]
|
|
888
|
+
* @param {Boolean} [options.metaTokens = true]
|
|
889
|
+
* @param {Boolean} [options.dots = false]
|
|
890
|
+
* @param {?Boolean} [options.indexes = false]
|
|
891
|
+
*
|
|
892
|
+
* @returns {Object}
|
|
893
|
+
**/
|
|
894
|
+
|
|
895
|
+
/**
|
|
896
|
+
* It converts an object into a FormData object
|
|
897
|
+
*
|
|
898
|
+
* @param {Object<any, any>} obj - The object to convert to form data.
|
|
899
|
+
* @param {string} formData - The FormData object to append to.
|
|
900
|
+
* @param {Object<string, any>} options
|
|
901
|
+
*
|
|
902
|
+
* @returns
|
|
903
|
+
*/
|
|
904
|
+
function toFormData$1(obj, formData, options) {
|
|
905
|
+
if (!utils$1.isObject(obj)) {
|
|
906
|
+
throw new TypeError('target must be an object');
|
|
907
|
+
}
|
|
908
|
+
|
|
909
|
+
// eslint-disable-next-line no-param-reassign
|
|
910
|
+
formData = formData || new (FormData)();
|
|
911
|
+
|
|
912
|
+
// eslint-disable-next-line no-param-reassign
|
|
913
|
+
options = utils$1.toFlatObject(options, {
|
|
914
|
+
metaTokens: true,
|
|
915
|
+
dots: false,
|
|
916
|
+
indexes: false
|
|
917
|
+
}, false, function defined(option, source) {
|
|
918
|
+
// eslint-disable-next-line no-eq-null,eqeqeq
|
|
919
|
+
return !utils$1.isUndefined(source[option]);
|
|
920
|
+
});
|
|
921
|
+
|
|
922
|
+
const metaTokens = options.metaTokens;
|
|
923
|
+
// eslint-disable-next-line no-use-before-define
|
|
924
|
+
const visitor = options.visitor || defaultVisitor;
|
|
925
|
+
const dots = options.dots;
|
|
926
|
+
const indexes = options.indexes;
|
|
927
|
+
const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;
|
|
928
|
+
const useBlob = _Blob && utils$1.isSpecCompliantForm(formData);
|
|
929
|
+
|
|
930
|
+
if (!utils$1.isFunction(visitor)) {
|
|
931
|
+
throw new TypeError('visitor must be a function');
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
function convertValue(value) {
|
|
935
|
+
if (value === null) return '';
|
|
936
|
+
|
|
937
|
+
if (utils$1.isDate(value)) {
|
|
938
|
+
return value.toISOString();
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
if (!useBlob && utils$1.isBlob(value)) {
|
|
942
|
+
throw new AxiosError$1('Blob is not supported. Use a Buffer instead.');
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) {
|
|
946
|
+
return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
return value;
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
/**
|
|
953
|
+
* Default visitor.
|
|
954
|
+
*
|
|
955
|
+
* @param {*} value
|
|
956
|
+
* @param {String|Number} key
|
|
957
|
+
* @param {Array<String|Number>} path
|
|
958
|
+
* @this {FormData}
|
|
959
|
+
*
|
|
960
|
+
* @returns {boolean} return true to visit the each prop of the value recursively
|
|
961
|
+
*/
|
|
962
|
+
function defaultVisitor(value, key, path) {
|
|
963
|
+
let arr = value;
|
|
964
|
+
|
|
965
|
+
if (value && !path && typeof value === 'object') {
|
|
966
|
+
if (utils$1.endsWith(key, '{}')) {
|
|
967
|
+
// eslint-disable-next-line no-param-reassign
|
|
968
|
+
key = metaTokens ? key : key.slice(0, -2);
|
|
969
|
+
// eslint-disable-next-line no-param-reassign
|
|
970
|
+
value = JSON.stringify(value);
|
|
971
|
+
} else if (
|
|
972
|
+
(utils$1.isArray(value) && isFlatArray(value)) ||
|
|
973
|
+
((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value))
|
|
974
|
+
)) {
|
|
975
|
+
// eslint-disable-next-line no-param-reassign
|
|
976
|
+
key = removeBrackets(key);
|
|
977
|
+
|
|
978
|
+
arr.forEach(function each(el, index) {
|
|
979
|
+
!(utils$1.isUndefined(el) || el === null) && formData.append(
|
|
980
|
+
// eslint-disable-next-line no-nested-ternary
|
|
981
|
+
indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'),
|
|
982
|
+
convertValue(el)
|
|
983
|
+
);
|
|
984
|
+
});
|
|
985
|
+
return false;
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
|
|
989
|
+
if (isVisitable(value)) {
|
|
990
|
+
return true;
|
|
991
|
+
}
|
|
992
|
+
|
|
993
|
+
formData.append(renderKey(path, key, dots), convertValue(value));
|
|
994
|
+
|
|
995
|
+
return false;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
const stack = [];
|
|
999
|
+
|
|
1000
|
+
const exposedHelpers = Object.assign(predicates, {
|
|
1001
|
+
defaultVisitor,
|
|
1002
|
+
convertValue,
|
|
1003
|
+
isVisitable
|
|
1004
|
+
});
|
|
1005
|
+
|
|
1006
|
+
function build(value, path) {
|
|
1007
|
+
if (utils$1.isUndefined(value)) return;
|
|
1008
|
+
|
|
1009
|
+
if (stack.indexOf(value) !== -1) {
|
|
1010
|
+
throw Error('Circular reference detected in ' + path.join('.'));
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
stack.push(value);
|
|
1014
|
+
|
|
1015
|
+
utils$1.forEach(value, function each(el, key) {
|
|
1016
|
+
const result = !(utils$1.isUndefined(el) || el === null) && visitor.call(
|
|
1017
|
+
formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers
|
|
1018
|
+
);
|
|
1019
|
+
|
|
1020
|
+
if (result === true) {
|
|
1021
|
+
build(el, path ? path.concat(key) : [key]);
|
|
1022
|
+
}
|
|
1023
|
+
});
|
|
1024
|
+
|
|
1025
|
+
stack.pop();
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
if (!utils$1.isObject(obj)) {
|
|
1029
|
+
throw new TypeError('data must be an object');
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
build(obj);
|
|
1033
|
+
|
|
1034
|
+
return formData;
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
/**
|
|
1038
|
+
* It encodes a string by replacing all characters that are not in the unreserved set with
|
|
1039
|
+
* their percent-encoded equivalents
|
|
1040
|
+
*
|
|
1041
|
+
* @param {string} str - The string to encode.
|
|
1042
|
+
*
|
|
1043
|
+
* @returns {string} The encoded string.
|
|
1044
|
+
*/
|
|
1045
|
+
function encode$1(str) {
|
|
1046
|
+
const charMap = {
|
|
1047
|
+
'!': '%21',
|
|
1048
|
+
"'": '%27',
|
|
1049
|
+
'(': '%28',
|
|
1050
|
+
')': '%29',
|
|
1051
|
+
'~': '%7E',
|
|
1052
|
+
'%20': '+',
|
|
1053
|
+
'%00': '\x00'
|
|
1054
|
+
};
|
|
1055
|
+
return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) {
|
|
1056
|
+
return charMap[match];
|
|
1057
|
+
});
|
|
1058
|
+
}
|
|
1059
|
+
|
|
1060
|
+
/**
|
|
1061
|
+
* It takes a params object and converts it to a FormData object
|
|
1062
|
+
*
|
|
1063
|
+
* @param {Object<string, any>} params - The parameters to be converted to a FormData object.
|
|
1064
|
+
* @param {Object<string, any>} options - The options object passed to the Axios constructor.
|
|
1065
|
+
*
|
|
1066
|
+
* @returns {void}
|
|
1067
|
+
*/
|
|
1068
|
+
function AxiosURLSearchParams(params, options) {
|
|
1069
|
+
this._pairs = [];
|
|
1070
|
+
|
|
1071
|
+
params && toFormData$1(params, this, options);
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
const prototype = AxiosURLSearchParams.prototype;
|
|
1075
|
+
|
|
1076
|
+
prototype.append = function append(name, value) {
|
|
1077
|
+
this._pairs.push([name, value]);
|
|
1078
|
+
};
|
|
1079
|
+
|
|
1080
|
+
prototype.toString = function toString(encoder) {
|
|
1081
|
+
const _encode = encoder ? function(value) {
|
|
1082
|
+
return encoder.call(this, value, encode$1);
|
|
1083
|
+
} : encode$1;
|
|
1084
|
+
|
|
1085
|
+
return this._pairs.map(function each(pair) {
|
|
1086
|
+
return _encode(pair[0]) + '=' + _encode(pair[1]);
|
|
1087
|
+
}, '').join('&');
|
|
1088
|
+
};
|
|
1089
|
+
|
|
1090
|
+
/**
|
|
1091
|
+
* It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their
|
|
1092
|
+
* URI encoded counterparts
|
|
1093
|
+
*
|
|
1094
|
+
* @param {string} val The value to be encoded.
|
|
1095
|
+
*
|
|
1096
|
+
* @returns {string} The encoded value.
|
|
1097
|
+
*/
|
|
1098
|
+
function encode(val) {
|
|
1099
|
+
return encodeURIComponent(val).
|
|
1100
|
+
replace(/%3A/gi, ':').
|
|
1101
|
+
replace(/%24/g, '$').
|
|
1102
|
+
replace(/%2C/gi, ',').
|
|
1103
|
+
replace(/%20/g, '+').
|
|
1104
|
+
replace(/%5B/gi, '[').
|
|
1105
|
+
replace(/%5D/gi, ']');
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1108
|
+
/**
|
|
1109
|
+
* Build a URL by appending params to the end
|
|
1110
|
+
*
|
|
1111
|
+
* @param {string} url The base of the url (e.g., http://www.google.com)
|
|
1112
|
+
* @param {object} [params] The params to be appended
|
|
1113
|
+
* @param {?object} options
|
|
1114
|
+
*
|
|
1115
|
+
* @returns {string} The formatted url
|
|
1116
|
+
*/
|
|
1117
|
+
function buildURL(url, params, options) {
|
|
1118
|
+
/*eslint no-param-reassign:0*/
|
|
1119
|
+
if (!params) {
|
|
1120
|
+
return url;
|
|
1121
|
+
}
|
|
1122
|
+
|
|
1123
|
+
const _encode = options && options.encode || encode;
|
|
1124
|
+
|
|
1125
|
+
const serializeFn = options && options.serialize;
|
|
1126
|
+
|
|
1127
|
+
let serializedParams;
|
|
1128
|
+
|
|
1129
|
+
if (serializeFn) {
|
|
1130
|
+
serializedParams = serializeFn(params, options);
|
|
1131
|
+
} else {
|
|
1132
|
+
serializedParams = utils$1.isURLSearchParams(params) ?
|
|
1133
|
+
params.toString() :
|
|
1134
|
+
new AxiosURLSearchParams(params, options).toString(_encode);
|
|
1135
|
+
}
|
|
1136
|
+
|
|
1137
|
+
if (serializedParams) {
|
|
1138
|
+
const hashmarkIndex = url.indexOf("#");
|
|
1139
|
+
|
|
1140
|
+
if (hashmarkIndex !== -1) {
|
|
1141
|
+
url = url.slice(0, hashmarkIndex);
|
|
1142
|
+
}
|
|
1143
|
+
url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
return url;
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
class InterceptorManager {
|
|
1150
|
+
constructor() {
|
|
1151
|
+
this.handlers = [];
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
/**
|
|
1155
|
+
* Add a new interceptor to the stack
|
|
1156
|
+
*
|
|
1157
|
+
* @param {Function} fulfilled The function to handle `then` for a `Promise`
|
|
1158
|
+
* @param {Function} rejected The function to handle `reject` for a `Promise`
|
|
1159
|
+
*
|
|
1160
|
+
* @return {Number} An ID used to remove interceptor later
|
|
1161
|
+
*/
|
|
1162
|
+
use(fulfilled, rejected, options) {
|
|
1163
|
+
this.handlers.push({
|
|
1164
|
+
fulfilled,
|
|
1165
|
+
rejected,
|
|
1166
|
+
synchronous: options ? options.synchronous : false,
|
|
1167
|
+
runWhen: options ? options.runWhen : null
|
|
1168
|
+
});
|
|
1169
|
+
return this.handlers.length - 1;
|
|
1170
|
+
}
|
|
1171
|
+
|
|
1172
|
+
/**
|
|
1173
|
+
* Remove an interceptor from the stack
|
|
1174
|
+
*
|
|
1175
|
+
* @param {Number} id The ID that was returned by `use`
|
|
1176
|
+
*
|
|
1177
|
+
* @returns {Boolean} `true` if the interceptor was removed, `false` otherwise
|
|
1178
|
+
*/
|
|
1179
|
+
eject(id) {
|
|
1180
|
+
if (this.handlers[id]) {
|
|
1181
|
+
this.handlers[id] = null;
|
|
1182
|
+
}
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
/**
|
|
1186
|
+
* Clear all interceptors from the stack
|
|
1187
|
+
*
|
|
1188
|
+
* @returns {void}
|
|
1189
|
+
*/
|
|
1190
|
+
clear() {
|
|
1191
|
+
if (this.handlers) {
|
|
1192
|
+
this.handlers = [];
|
|
1193
|
+
}
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
/**
|
|
1197
|
+
* Iterate over all the registered interceptors
|
|
1198
|
+
*
|
|
1199
|
+
* This method is particularly useful for skipping over any
|
|
1200
|
+
* interceptors that may have become `null` calling `eject`.
|
|
1201
|
+
*
|
|
1202
|
+
* @param {Function} fn The function to call for each interceptor
|
|
1203
|
+
*
|
|
1204
|
+
* @returns {void}
|
|
1205
|
+
*/
|
|
1206
|
+
forEach(fn) {
|
|
1207
|
+
utils$1.forEach(this.handlers, function forEachHandler(h) {
|
|
1208
|
+
if (h !== null) {
|
|
1209
|
+
fn(h);
|
|
1210
|
+
}
|
|
1211
|
+
});
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
|
|
1215
|
+
const InterceptorManager$1 = InterceptorManager;
|
|
1216
|
+
|
|
1217
|
+
const transitionalDefaults = {
|
|
1218
|
+
silentJSONParsing: true,
|
|
1219
|
+
forcedJSONParsing: true,
|
|
1220
|
+
clarifyTimeoutError: false
|
|
1221
|
+
};
|
|
1222
|
+
|
|
1223
|
+
const URLSearchParams$1 = typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;
|
|
1224
|
+
|
|
1225
|
+
const FormData$1 = typeof FormData !== 'undefined' ? FormData : null;
|
|
1226
|
+
|
|
1227
|
+
const Blob$1 = typeof Blob !== 'undefined' ? Blob : null;
|
|
1228
|
+
|
|
1229
|
+
const platform$1 = {
|
|
1230
|
+
isBrowser: true,
|
|
1231
|
+
classes: {
|
|
1232
|
+
URLSearchParams: URLSearchParams$1,
|
|
1233
|
+
FormData: FormData$1,
|
|
1234
|
+
Blob: Blob$1
|
|
1235
|
+
},
|
|
1236
|
+
protocols: ['http', 'https', 'file', 'blob', 'url', 'data']
|
|
1237
|
+
};
|
|
1238
|
+
|
|
1239
|
+
const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';
|
|
1240
|
+
|
|
1241
|
+
/**
|
|
1242
|
+
* Determine if we're running in a standard browser environment
|
|
1243
|
+
*
|
|
1244
|
+
* This allows axios to run in a web worker, and react-native.
|
|
1245
|
+
* Both environments support XMLHttpRequest, but not fully standard globals.
|
|
1246
|
+
*
|
|
1247
|
+
* web workers:
|
|
1248
|
+
* typeof window -> undefined
|
|
1249
|
+
* typeof document -> undefined
|
|
1250
|
+
*
|
|
1251
|
+
* react-native:
|
|
1252
|
+
* navigator.product -> 'ReactNative'
|
|
1253
|
+
* nativescript
|
|
1254
|
+
* navigator.product -> 'NativeScript' or 'NS'
|
|
1255
|
+
*
|
|
1256
|
+
* @returns {boolean}
|
|
1257
|
+
*/
|
|
1258
|
+
const hasStandardBrowserEnv = (
|
|
1259
|
+
(product) => {
|
|
1260
|
+
return hasBrowserEnv && ['ReactNative', 'NativeScript', 'NS'].indexOf(product) < 0
|
|
1261
|
+
})(typeof navigator !== 'undefined' && navigator.product);
|
|
1262
|
+
|
|
1263
|
+
/**
|
|
1264
|
+
* Determine if we're running in a standard browser webWorker environment
|
|
1265
|
+
*
|
|
1266
|
+
* Although the `isStandardBrowserEnv` method indicates that
|
|
1267
|
+
* `allows axios to run in a web worker`, the WebWorker will still be
|
|
1268
|
+
* filtered out due to its judgment standard
|
|
1269
|
+
* `typeof window !== 'undefined' && typeof document !== 'undefined'`.
|
|
1270
|
+
* This leads to a problem when axios post `FormData` in webWorker
|
|
1271
|
+
*/
|
|
1272
|
+
const hasStandardBrowserWebWorkerEnv = (() => {
|
|
1273
|
+
return (
|
|
1274
|
+
typeof WorkerGlobalScope !== 'undefined' &&
|
|
1275
|
+
// eslint-disable-next-line no-undef
|
|
1276
|
+
self instanceof WorkerGlobalScope &&
|
|
1277
|
+
typeof self.importScripts === 'function'
|
|
1278
|
+
);
|
|
1279
|
+
})();
|
|
1280
|
+
|
|
1281
|
+
const utils = /*#__PURE__*/Object.freeze({
|
|
1282
|
+
__proto__: null,
|
|
1283
|
+
hasBrowserEnv: hasBrowserEnv,
|
|
1284
|
+
hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv,
|
|
1285
|
+
hasStandardBrowserEnv: hasStandardBrowserEnv
|
|
1286
|
+
});
|
|
1287
|
+
|
|
1288
|
+
const platform = {
|
|
1289
|
+
...utils,
|
|
1290
|
+
...platform$1
|
|
1291
|
+
};
|
|
1292
|
+
|
|
1293
|
+
function toURLEncodedForm(data, options) {
|
|
1294
|
+
return toFormData$1(data, new platform.classes.URLSearchParams(), Object.assign({
|
|
1295
|
+
visitor: function(value, key, path, helpers) {
|
|
1296
|
+
if (platform.isNode && utils$1.isBuffer(value)) {
|
|
1297
|
+
this.append(key, value.toString('base64'));
|
|
1298
|
+
return false;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
return helpers.defaultVisitor.apply(this, arguments);
|
|
1302
|
+
}
|
|
1303
|
+
}, options));
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
/**
|
|
1307
|
+
* It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z']
|
|
1308
|
+
*
|
|
1309
|
+
* @param {string} name - The name of the property to get.
|
|
1310
|
+
*
|
|
1311
|
+
* @returns An array of strings.
|
|
1312
|
+
*/
|
|
1313
|
+
function parsePropPath(name) {
|
|
1314
|
+
// foo[x][y][z]
|
|
1315
|
+
// foo.x.y.z
|
|
1316
|
+
// foo-x-y-z
|
|
1317
|
+
// foo x y z
|
|
1318
|
+
return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => {
|
|
1319
|
+
return match[0] === '[]' ? '' : match[1] || match[0];
|
|
1320
|
+
});
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
/**
|
|
1324
|
+
* Convert an array to an object.
|
|
1325
|
+
*
|
|
1326
|
+
* @param {Array<any>} arr - The array to convert to an object.
|
|
1327
|
+
*
|
|
1328
|
+
* @returns An object with the same keys and values as the array.
|
|
1329
|
+
*/
|
|
1330
|
+
function arrayToObject(arr) {
|
|
1331
|
+
const obj = {};
|
|
1332
|
+
const keys = Object.keys(arr);
|
|
1333
|
+
let i;
|
|
1334
|
+
const len = keys.length;
|
|
1335
|
+
let key;
|
|
1336
|
+
for (i = 0; i < len; i++) {
|
|
1337
|
+
key = keys[i];
|
|
1338
|
+
obj[key] = arr[key];
|
|
1339
|
+
}
|
|
1340
|
+
return obj;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
/**
|
|
1344
|
+
* It takes a FormData object and returns a JavaScript object
|
|
1345
|
+
*
|
|
1346
|
+
* @param {string} formData The FormData object to convert to JSON.
|
|
1347
|
+
*
|
|
1348
|
+
* @returns {Object<string, any> | null} The converted object.
|
|
1349
|
+
*/
|
|
1350
|
+
function formDataToJSON(formData) {
|
|
1351
|
+
function buildPath(path, value, target, index) {
|
|
1352
|
+
let name = path[index++];
|
|
1353
|
+
|
|
1354
|
+
if (name === '__proto__') return true;
|
|
1355
|
+
|
|
1356
|
+
const isNumericKey = Number.isFinite(+name);
|
|
1357
|
+
const isLast = index >= path.length;
|
|
1358
|
+
name = !name && utils$1.isArray(target) ? target.length : name;
|
|
1359
|
+
|
|
1360
|
+
if (isLast) {
|
|
1361
|
+
if (utils$1.hasOwnProp(target, name)) {
|
|
1362
|
+
target[name] = [target[name], value];
|
|
1363
|
+
} else {
|
|
1364
|
+
target[name] = value;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
return !isNumericKey;
|
|
1368
|
+
}
|
|
1369
|
+
|
|
1370
|
+
if (!target[name] || !utils$1.isObject(target[name])) {
|
|
1371
|
+
target[name] = [];
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
const result = buildPath(path, value, target[name], index);
|
|
1375
|
+
|
|
1376
|
+
if (result && utils$1.isArray(target[name])) {
|
|
1377
|
+
target[name] = arrayToObject(target[name]);
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
return !isNumericKey;
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
if (utils$1.isFormData(formData) && utils$1.isFunction(formData.entries)) {
|
|
1384
|
+
const obj = {};
|
|
1385
|
+
|
|
1386
|
+
utils$1.forEachEntry(formData, (name, value) => {
|
|
1387
|
+
buildPath(parsePropPath(name), value, obj, 0);
|
|
1388
|
+
});
|
|
1389
|
+
|
|
1390
|
+
return obj;
|
|
1391
|
+
}
|
|
1392
|
+
|
|
1393
|
+
return null;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
/**
|
|
1397
|
+
* It takes a string, tries to parse it, and if it fails, it returns the stringified version
|
|
1398
|
+
* of the input
|
|
1399
|
+
*
|
|
1400
|
+
* @param {any} rawValue - The value to be stringified.
|
|
1401
|
+
* @param {Function} parser - A function that parses a string into a JavaScript object.
|
|
1402
|
+
* @param {Function} encoder - A function that takes a value and returns a string.
|
|
1403
|
+
*
|
|
1404
|
+
* @returns {string} A stringified version of the rawValue.
|
|
1405
|
+
*/
|
|
1406
|
+
function stringifySafely(rawValue, parser, encoder) {
|
|
1407
|
+
if (utils$1.isString(rawValue)) {
|
|
1408
|
+
try {
|
|
1409
|
+
(parser || JSON.parse)(rawValue);
|
|
1410
|
+
return utils$1.trim(rawValue);
|
|
1411
|
+
} catch (e) {
|
|
1412
|
+
if (e.name !== 'SyntaxError') {
|
|
1413
|
+
throw e;
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
return (encoder || JSON.stringify)(rawValue);
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
const defaults = {
|
|
1422
|
+
|
|
1423
|
+
transitional: transitionalDefaults,
|
|
1424
|
+
|
|
1425
|
+
adapter: ['xhr', 'http'],
|
|
1426
|
+
|
|
1427
|
+
transformRequest: [function transformRequest(data, headers) {
|
|
1428
|
+
const contentType = headers.getContentType() || '';
|
|
1429
|
+
const hasJSONContentType = contentType.indexOf('application/json') > -1;
|
|
1430
|
+
const isObjectPayload = utils$1.isObject(data);
|
|
1431
|
+
|
|
1432
|
+
if (isObjectPayload && utils$1.isHTMLForm(data)) {
|
|
1433
|
+
data = new FormData(data);
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
const isFormData = utils$1.isFormData(data);
|
|
1437
|
+
|
|
1438
|
+
if (isFormData) {
|
|
1439
|
+
return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1442
|
+
if (utils$1.isArrayBuffer(data) ||
|
|
1443
|
+
utils$1.isBuffer(data) ||
|
|
1444
|
+
utils$1.isStream(data) ||
|
|
1445
|
+
utils$1.isFile(data) ||
|
|
1446
|
+
utils$1.isBlob(data)
|
|
1447
|
+
) {
|
|
1448
|
+
return data;
|
|
1449
|
+
}
|
|
1450
|
+
if (utils$1.isArrayBufferView(data)) {
|
|
1451
|
+
return data.buffer;
|
|
1452
|
+
}
|
|
1453
|
+
if (utils$1.isURLSearchParams(data)) {
|
|
1454
|
+
headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);
|
|
1455
|
+
return data.toString();
|
|
1456
|
+
}
|
|
1457
|
+
|
|
1458
|
+
let isFileList;
|
|
1459
|
+
|
|
1460
|
+
if (isObjectPayload) {
|
|
1461
|
+
if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {
|
|
1462
|
+
return toURLEncodedForm(data, this.formSerializer).toString();
|
|
1463
|
+
}
|
|
1464
|
+
|
|
1465
|
+
if ((isFileList = utils$1.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) {
|
|
1466
|
+
const _FormData = this.env && this.env.FormData;
|
|
1467
|
+
|
|
1468
|
+
return toFormData$1(
|
|
1469
|
+
isFileList ? {'files[]': data} : data,
|
|
1470
|
+
_FormData && new _FormData(),
|
|
1471
|
+
this.formSerializer
|
|
1472
|
+
);
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
if (isObjectPayload || hasJSONContentType ) {
|
|
1477
|
+
headers.setContentType('application/json', false);
|
|
1478
|
+
return stringifySafely(data);
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
return data;
|
|
1482
|
+
}],
|
|
1483
|
+
|
|
1484
|
+
transformResponse: [function transformResponse(data) {
|
|
1485
|
+
const transitional = this.transitional || defaults.transitional;
|
|
1486
|
+
const forcedJSONParsing = transitional && transitional.forcedJSONParsing;
|
|
1487
|
+
const JSONRequested = this.responseType === 'json';
|
|
1488
|
+
|
|
1489
|
+
if (data && utils$1.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) {
|
|
1490
|
+
const silentJSONParsing = transitional && transitional.silentJSONParsing;
|
|
1491
|
+
const strictJSONParsing = !silentJSONParsing && JSONRequested;
|
|
1492
|
+
|
|
1493
|
+
try {
|
|
1494
|
+
return JSON.parse(data);
|
|
1495
|
+
} catch (e) {
|
|
1496
|
+
if (strictJSONParsing) {
|
|
1497
|
+
if (e.name === 'SyntaxError') {
|
|
1498
|
+
throw AxiosError$1.from(e, AxiosError$1.ERR_BAD_RESPONSE, this, null, this.response);
|
|
1499
|
+
}
|
|
1500
|
+
throw e;
|
|
1501
|
+
}
|
|
1502
|
+
}
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
return data;
|
|
1506
|
+
}],
|
|
1507
|
+
|
|
1508
|
+
/**
|
|
1509
|
+
* A timeout in milliseconds to abort a request. If set to 0 (default) a
|
|
1510
|
+
* timeout is not created.
|
|
1511
|
+
*/
|
|
1512
|
+
timeout: 0,
|
|
1513
|
+
|
|
1514
|
+
xsrfCookieName: 'XSRF-TOKEN',
|
|
1515
|
+
xsrfHeaderName: 'X-XSRF-TOKEN',
|
|
1516
|
+
|
|
1517
|
+
maxContentLength: -1,
|
|
1518
|
+
maxBodyLength: -1,
|
|
1519
|
+
|
|
1520
|
+
env: {
|
|
1521
|
+
FormData: platform.classes.FormData,
|
|
1522
|
+
Blob: platform.classes.Blob
|
|
1523
|
+
},
|
|
1524
|
+
|
|
1525
|
+
validateStatus: function validateStatus(status) {
|
|
1526
|
+
return status >= 200 && status < 300;
|
|
1527
|
+
},
|
|
1528
|
+
|
|
1529
|
+
headers: {
|
|
1530
|
+
common: {
|
|
1531
|
+
'Accept': 'application/json, text/plain, */*',
|
|
1532
|
+
'Content-Type': undefined
|
|
1533
|
+
}
|
|
1534
|
+
}
|
|
1535
|
+
};
|
|
1536
|
+
|
|
1537
|
+
utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => {
|
|
1538
|
+
defaults.headers[method] = {};
|
|
1539
|
+
});
|
|
1540
|
+
|
|
1541
|
+
const defaults$1 = defaults;
|
|
1542
|
+
|
|
1543
|
+
// RawAxiosHeaders whose duplicates are ignored by node
|
|
1544
|
+
// c.f. https://nodejs.org/api/http.html#http_message_headers
|
|
1545
|
+
const ignoreDuplicateOf = utils$1.toObjectSet([
|
|
1546
|
+
'age', 'authorization', 'content-length', 'content-type', 'etag',
|
|
1547
|
+
'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',
|
|
1548
|
+
'last-modified', 'location', 'max-forwards', 'proxy-authorization',
|
|
1549
|
+
'referer', 'retry-after', 'user-agent'
|
|
1550
|
+
]);
|
|
1551
|
+
|
|
1552
|
+
/**
|
|
1553
|
+
* Parse headers into an object
|
|
1554
|
+
*
|
|
1555
|
+
* ```
|
|
1556
|
+
* Date: Wed, 27 Aug 2014 08:58:49 GMT
|
|
1557
|
+
* Content-Type: application/json
|
|
1558
|
+
* Connection: keep-alive
|
|
1559
|
+
* Transfer-Encoding: chunked
|
|
1560
|
+
* ```
|
|
1561
|
+
*
|
|
1562
|
+
* @param {String} rawHeaders Headers needing to be parsed
|
|
1563
|
+
*
|
|
1564
|
+
* @returns {Object} Headers parsed into an object
|
|
1565
|
+
*/
|
|
1566
|
+
const parseHeaders = rawHeaders => {
|
|
1567
|
+
const parsed = {};
|
|
1568
|
+
let key;
|
|
1569
|
+
let val;
|
|
1570
|
+
let i;
|
|
1571
|
+
|
|
1572
|
+
rawHeaders && rawHeaders.split('\n').forEach(function parser(line) {
|
|
1573
|
+
i = line.indexOf(':');
|
|
1574
|
+
key = line.substring(0, i).trim().toLowerCase();
|
|
1575
|
+
val = line.substring(i + 1).trim();
|
|
1576
|
+
|
|
1577
|
+
if (!key || (parsed[key] && ignoreDuplicateOf[key])) {
|
|
1578
|
+
return;
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
if (key === 'set-cookie') {
|
|
1582
|
+
if (parsed[key]) {
|
|
1583
|
+
parsed[key].push(val);
|
|
1584
|
+
} else {
|
|
1585
|
+
parsed[key] = [val];
|
|
1586
|
+
}
|
|
1587
|
+
} else {
|
|
1588
|
+
parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;
|
|
1589
|
+
}
|
|
1590
|
+
});
|
|
1591
|
+
|
|
1592
|
+
return parsed;
|
|
1593
|
+
};
|
|
1594
|
+
|
|
1595
|
+
const $internals = Symbol('internals');
|
|
1596
|
+
|
|
1597
|
+
function normalizeHeader(header) {
|
|
1598
|
+
return header && String(header).trim().toLowerCase();
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
function normalizeValue(value) {
|
|
1602
|
+
if (value === false || value == null) {
|
|
1603
|
+
return value;
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
return utils$1.isArray(value) ? value.map(normalizeValue) : String(value);
|
|
1607
|
+
}
|
|
1608
|
+
|
|
1609
|
+
function parseTokens(str) {
|
|
1610
|
+
const tokens = Object.create(null);
|
|
1611
|
+
const tokensRE = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;
|
|
1612
|
+
let match;
|
|
1613
|
+
|
|
1614
|
+
while ((match = tokensRE.exec(str))) {
|
|
1615
|
+
tokens[match[1]] = match[2];
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
return tokens;
|
|
1619
|
+
}
|
|
1620
|
+
|
|
1621
|
+
const isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());
|
|
1622
|
+
|
|
1623
|
+
function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {
|
|
1624
|
+
if (utils$1.isFunction(filter)) {
|
|
1625
|
+
return filter.call(this, value, header);
|
|
1626
|
+
}
|
|
1627
|
+
|
|
1628
|
+
if (isHeaderNameFilter) {
|
|
1629
|
+
value = header;
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
if (!utils$1.isString(value)) return;
|
|
1633
|
+
|
|
1634
|
+
if (utils$1.isString(filter)) {
|
|
1635
|
+
return value.indexOf(filter) !== -1;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
if (utils$1.isRegExp(filter)) {
|
|
1639
|
+
return filter.test(value);
|
|
1640
|
+
}
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
function formatHeader(header) {
|
|
1644
|
+
return header.trim()
|
|
1645
|
+
.toLowerCase().replace(/([a-z\d])(\w*)/g, (w, char, str) => {
|
|
1646
|
+
return char.toUpperCase() + str;
|
|
1647
|
+
});
|
|
1648
|
+
}
|
|
1649
|
+
|
|
1650
|
+
function buildAccessors(obj, header) {
|
|
1651
|
+
const accessorName = utils$1.toCamelCase(' ' + header);
|
|
1652
|
+
|
|
1653
|
+
['get', 'set', 'has'].forEach(methodName => {
|
|
1654
|
+
Object.defineProperty(obj, methodName + accessorName, {
|
|
1655
|
+
value: function(arg1, arg2, arg3) {
|
|
1656
|
+
return this[methodName].call(this, header, arg1, arg2, arg3);
|
|
1657
|
+
},
|
|
1658
|
+
configurable: true
|
|
1659
|
+
});
|
|
1660
|
+
});
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
class AxiosHeaders$1 {
|
|
1664
|
+
constructor(headers) {
|
|
1665
|
+
headers && this.set(headers);
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
set(header, valueOrRewrite, rewrite) {
|
|
1669
|
+
const self = this;
|
|
1670
|
+
|
|
1671
|
+
function setHeader(_value, _header, _rewrite) {
|
|
1672
|
+
const lHeader = normalizeHeader(_header);
|
|
1673
|
+
|
|
1674
|
+
if (!lHeader) {
|
|
1675
|
+
throw new Error('header name must be a non-empty string');
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
const key = utils$1.findKey(self, lHeader);
|
|
1679
|
+
|
|
1680
|
+
if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) {
|
|
1681
|
+
self[key || _header] = normalizeValue(_value);
|
|
1682
|
+
}
|
|
1683
|
+
}
|
|
1684
|
+
|
|
1685
|
+
const setHeaders = (headers, _rewrite) =>
|
|
1686
|
+
utils$1.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));
|
|
1687
|
+
|
|
1688
|
+
if (utils$1.isPlainObject(header) || header instanceof this.constructor) {
|
|
1689
|
+
setHeaders(header, valueOrRewrite);
|
|
1690
|
+
} else if(utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {
|
|
1691
|
+
setHeaders(parseHeaders(header), valueOrRewrite);
|
|
1692
|
+
} else {
|
|
1693
|
+
header != null && setHeader(valueOrRewrite, header, rewrite);
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
return this;
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
get(header, parser) {
|
|
1700
|
+
header = normalizeHeader(header);
|
|
1701
|
+
|
|
1702
|
+
if (header) {
|
|
1703
|
+
const key = utils$1.findKey(this, header);
|
|
1704
|
+
|
|
1705
|
+
if (key) {
|
|
1706
|
+
const value = this[key];
|
|
1707
|
+
|
|
1708
|
+
if (!parser) {
|
|
1709
|
+
return value;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
if (parser === true) {
|
|
1713
|
+
return parseTokens(value);
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
if (utils$1.isFunction(parser)) {
|
|
1717
|
+
return parser.call(this, value, key);
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
if (utils$1.isRegExp(parser)) {
|
|
1721
|
+
return parser.exec(value);
|
|
1722
|
+
}
|
|
1723
|
+
|
|
1724
|
+
throw new TypeError('parser must be boolean|regexp|function');
|
|
1725
|
+
}
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
has(header, matcher) {
|
|
1730
|
+
header = normalizeHeader(header);
|
|
1731
|
+
|
|
1732
|
+
if (header) {
|
|
1733
|
+
const key = utils$1.findKey(this, header);
|
|
1734
|
+
|
|
1735
|
+
return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher)));
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
return false;
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
delete(header, matcher) {
|
|
1742
|
+
const self = this;
|
|
1743
|
+
let deleted = false;
|
|
1744
|
+
|
|
1745
|
+
function deleteHeader(_header) {
|
|
1746
|
+
_header = normalizeHeader(_header);
|
|
1747
|
+
|
|
1748
|
+
if (_header) {
|
|
1749
|
+
const key = utils$1.findKey(self, _header);
|
|
1750
|
+
|
|
1751
|
+
if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) {
|
|
1752
|
+
delete self[key];
|
|
1753
|
+
|
|
1754
|
+
deleted = true;
|
|
1755
|
+
}
|
|
1756
|
+
}
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
if (utils$1.isArray(header)) {
|
|
1760
|
+
header.forEach(deleteHeader);
|
|
1761
|
+
} else {
|
|
1762
|
+
deleteHeader(header);
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
return deleted;
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
clear(matcher) {
|
|
1769
|
+
const keys = Object.keys(this);
|
|
1770
|
+
let i = keys.length;
|
|
1771
|
+
let deleted = false;
|
|
1772
|
+
|
|
1773
|
+
while (i--) {
|
|
1774
|
+
const key = keys[i];
|
|
1775
|
+
if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {
|
|
1776
|
+
delete this[key];
|
|
1777
|
+
deleted = true;
|
|
1778
|
+
}
|
|
1779
|
+
}
|
|
1780
|
+
|
|
1781
|
+
return deleted;
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1784
|
+
normalize(format) {
|
|
1785
|
+
const self = this;
|
|
1786
|
+
const headers = {};
|
|
1787
|
+
|
|
1788
|
+
utils$1.forEach(this, (value, header) => {
|
|
1789
|
+
const key = utils$1.findKey(headers, header);
|
|
1790
|
+
|
|
1791
|
+
if (key) {
|
|
1792
|
+
self[key] = normalizeValue(value);
|
|
1793
|
+
delete self[header];
|
|
1794
|
+
return;
|
|
1795
|
+
}
|
|
1796
|
+
|
|
1797
|
+
const normalized = format ? formatHeader(header) : String(header).trim();
|
|
1798
|
+
|
|
1799
|
+
if (normalized !== header) {
|
|
1800
|
+
delete self[header];
|
|
1801
|
+
}
|
|
1802
|
+
|
|
1803
|
+
self[normalized] = normalizeValue(value);
|
|
1804
|
+
|
|
1805
|
+
headers[normalized] = true;
|
|
1806
|
+
});
|
|
1807
|
+
|
|
1808
|
+
return this;
|
|
1809
|
+
}
|
|
1810
|
+
|
|
1811
|
+
concat(...targets) {
|
|
1812
|
+
return this.constructor.concat(this, ...targets);
|
|
1813
|
+
}
|
|
1814
|
+
|
|
1815
|
+
toJSON(asStrings) {
|
|
1816
|
+
const obj = Object.create(null);
|
|
1817
|
+
|
|
1818
|
+
utils$1.forEach(this, (value, header) => {
|
|
1819
|
+
value != null && value !== false && (obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value);
|
|
1820
|
+
});
|
|
1821
|
+
|
|
1822
|
+
return obj;
|
|
1823
|
+
}
|
|
1824
|
+
|
|
1825
|
+
[Symbol.iterator]() {
|
|
1826
|
+
return Object.entries(this.toJSON())[Symbol.iterator]();
|
|
1827
|
+
}
|
|
1828
|
+
|
|
1829
|
+
toString() {
|
|
1830
|
+
return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\n');
|
|
1831
|
+
}
|
|
1832
|
+
|
|
1833
|
+
get [Symbol.toStringTag]() {
|
|
1834
|
+
return 'AxiosHeaders';
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
static from(thing) {
|
|
1838
|
+
return thing instanceof this ? thing : new this(thing);
|
|
1839
|
+
}
|
|
1840
|
+
|
|
1841
|
+
static concat(first, ...targets) {
|
|
1842
|
+
const computed = new this(first);
|
|
1843
|
+
|
|
1844
|
+
targets.forEach((target) => computed.set(target));
|
|
1845
|
+
|
|
1846
|
+
return computed;
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
static accessor(header) {
|
|
1850
|
+
const internals = this[$internals] = (this[$internals] = {
|
|
1851
|
+
accessors: {}
|
|
1852
|
+
});
|
|
1853
|
+
|
|
1854
|
+
const accessors = internals.accessors;
|
|
1855
|
+
const prototype = this.prototype;
|
|
1856
|
+
|
|
1857
|
+
function defineAccessor(_header) {
|
|
1858
|
+
const lHeader = normalizeHeader(_header);
|
|
1859
|
+
|
|
1860
|
+
if (!accessors[lHeader]) {
|
|
1861
|
+
buildAccessors(prototype, _header);
|
|
1862
|
+
accessors[lHeader] = true;
|
|
1863
|
+
}
|
|
1864
|
+
}
|
|
1865
|
+
|
|
1866
|
+
utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);
|
|
1867
|
+
|
|
1868
|
+
return this;
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
|
|
1872
|
+
AxiosHeaders$1.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);
|
|
1873
|
+
|
|
1874
|
+
// reserved names hotfix
|
|
1875
|
+
utils$1.reduceDescriptors(AxiosHeaders$1.prototype, ({value}, key) => {
|
|
1876
|
+
let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`
|
|
1877
|
+
return {
|
|
1878
|
+
get: () => value,
|
|
1879
|
+
set(headerValue) {
|
|
1880
|
+
this[mapped] = headerValue;
|
|
1881
|
+
}
|
|
1882
|
+
}
|
|
1883
|
+
});
|
|
1884
|
+
|
|
1885
|
+
utils$1.freezeMethods(AxiosHeaders$1);
|
|
1886
|
+
|
|
1887
|
+
const AxiosHeaders$2 = AxiosHeaders$1;
|
|
1888
|
+
|
|
1889
|
+
/**
|
|
1890
|
+
* Transform the data for a request or a response
|
|
1891
|
+
*
|
|
1892
|
+
* @param {Array|Function} fns A single function or Array of functions
|
|
1893
|
+
* @param {?Object} response The response object
|
|
1894
|
+
*
|
|
1895
|
+
* @returns {*} The resulting transformed data
|
|
1896
|
+
*/
|
|
1897
|
+
function transformData(fns, response) {
|
|
1898
|
+
const config = this || defaults$1;
|
|
1899
|
+
const context = response || config;
|
|
1900
|
+
const headers = AxiosHeaders$2.from(context.headers);
|
|
1901
|
+
let data = context.data;
|
|
1902
|
+
|
|
1903
|
+
utils$1.forEach(fns, function transform(fn) {
|
|
1904
|
+
data = fn.call(config, data, headers.normalize(), response ? response.status : undefined);
|
|
1905
|
+
});
|
|
1906
|
+
|
|
1907
|
+
headers.normalize();
|
|
1908
|
+
|
|
1909
|
+
return data;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
function isCancel$1(value) {
|
|
1913
|
+
return !!(value && value.__CANCEL__);
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
/**
|
|
1917
|
+
* A `CanceledError` is an object that is thrown when an operation is canceled.
|
|
1918
|
+
*
|
|
1919
|
+
* @param {string=} message The message.
|
|
1920
|
+
* @param {Object=} config The config.
|
|
1921
|
+
* @param {Object=} request The request.
|
|
1922
|
+
*
|
|
1923
|
+
* @returns {CanceledError} The created error.
|
|
1924
|
+
*/
|
|
1925
|
+
function CanceledError$1(message, config, request) {
|
|
1926
|
+
// eslint-disable-next-line no-eq-null,eqeqeq
|
|
1927
|
+
AxiosError$1.call(this, message == null ? 'canceled' : message, AxiosError$1.ERR_CANCELED, config, request);
|
|
1928
|
+
this.name = 'CanceledError';
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
utils$1.inherits(CanceledError$1, AxiosError$1, {
|
|
1932
|
+
__CANCEL__: true
|
|
1933
|
+
});
|
|
1934
|
+
|
|
1935
|
+
/**
|
|
1936
|
+
* Resolve or reject a Promise based on response status.
|
|
1937
|
+
*
|
|
1938
|
+
* @param {Function} resolve A function that resolves the promise.
|
|
1939
|
+
* @param {Function} reject A function that rejects the promise.
|
|
1940
|
+
* @param {object} response The response.
|
|
1941
|
+
*
|
|
1942
|
+
* @returns {object} The response.
|
|
1943
|
+
*/
|
|
1944
|
+
function settle(resolve, reject, response) {
|
|
1945
|
+
const validateStatus = response.config.validateStatus;
|
|
1946
|
+
if (!response.status || !validateStatus || validateStatus(response.status)) {
|
|
1947
|
+
resolve(response);
|
|
1948
|
+
} else {
|
|
1949
|
+
reject(new AxiosError$1(
|
|
1950
|
+
'Request failed with status code ' + response.status,
|
|
1951
|
+
[AxiosError$1.ERR_BAD_REQUEST, AxiosError$1.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],
|
|
1952
|
+
response.config,
|
|
1953
|
+
response.request,
|
|
1954
|
+
response
|
|
1955
|
+
));
|
|
1956
|
+
}
|
|
1957
|
+
}
|
|
1958
|
+
|
|
1959
|
+
const cookies = platform.hasStandardBrowserEnv ?
|
|
1960
|
+
|
|
1961
|
+
// Standard browser envs support document.cookie
|
|
1962
|
+
{
|
|
1963
|
+
write(name, value, expires, path, domain, secure) {
|
|
1964
|
+
const cookie = [name + '=' + encodeURIComponent(value)];
|
|
1965
|
+
|
|
1966
|
+
utils$1.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString());
|
|
1967
|
+
|
|
1968
|
+
utils$1.isString(path) && cookie.push('path=' + path);
|
|
1969
|
+
|
|
1970
|
+
utils$1.isString(domain) && cookie.push('domain=' + domain);
|
|
1971
|
+
|
|
1972
|
+
secure === true && cookie.push('secure');
|
|
1973
|
+
|
|
1974
|
+
document.cookie = cookie.join('; ');
|
|
1975
|
+
},
|
|
1976
|
+
|
|
1977
|
+
read(name) {
|
|
1978
|
+
const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)'));
|
|
1979
|
+
return (match ? decodeURIComponent(match[3]) : null);
|
|
1980
|
+
},
|
|
1981
|
+
|
|
1982
|
+
remove(name) {
|
|
1983
|
+
this.write(name, '', Date.now() - 86400000);
|
|
1984
|
+
}
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
:
|
|
1988
|
+
|
|
1989
|
+
// Non-standard browser env (web workers, react-native) lack needed support.
|
|
1990
|
+
{
|
|
1991
|
+
write() {},
|
|
1992
|
+
read() {
|
|
1993
|
+
return null;
|
|
1994
|
+
},
|
|
1995
|
+
remove() {}
|
|
1996
|
+
};
|
|
1997
|
+
|
|
1998
|
+
/**
|
|
1999
|
+
* Determines whether the specified URL is absolute
|
|
2000
|
+
*
|
|
2001
|
+
* @param {string} url The URL to test
|
|
2002
|
+
*
|
|
2003
|
+
* @returns {boolean} True if the specified URL is absolute, otherwise false
|
|
2004
|
+
*/
|
|
2005
|
+
function isAbsoluteURL(url) {
|
|
2006
|
+
// A URL is considered absolute if it begins with "<scheme>://" or "//" (protocol-relative URL).
|
|
2007
|
+
// RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed
|
|
2008
|
+
// by any combination of letters, digits, plus, period, or hyphen.
|
|
2009
|
+
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url);
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
/**
|
|
2013
|
+
* Creates a new URL by combining the specified URLs
|
|
2014
|
+
*
|
|
2015
|
+
* @param {string} baseURL The base URL
|
|
2016
|
+
* @param {string} relativeURL The relative URL
|
|
2017
|
+
*
|
|
2018
|
+
* @returns {string} The combined URL
|
|
2019
|
+
*/
|
|
2020
|
+
function combineURLs(baseURL, relativeURL) {
|
|
2021
|
+
return relativeURL
|
|
2022
|
+
? baseURL.replace(/\/?\/$/, '') + '/' + relativeURL.replace(/^\/+/, '')
|
|
2023
|
+
: baseURL;
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
/**
|
|
2027
|
+
* Creates a new URL by combining the baseURL with the requestedURL,
|
|
2028
|
+
* only when the requestedURL is not already an absolute URL.
|
|
2029
|
+
* If the requestURL is absolute, this function returns the requestedURL untouched.
|
|
2030
|
+
*
|
|
2031
|
+
* @param {string} baseURL The base URL
|
|
2032
|
+
* @param {string} requestedURL Absolute or relative URL to combine
|
|
2033
|
+
*
|
|
2034
|
+
* @returns {string} The combined full path
|
|
2035
|
+
*/
|
|
2036
|
+
function buildFullPath(baseURL, requestedURL) {
|
|
2037
|
+
if (baseURL && !isAbsoluteURL(requestedURL)) {
|
|
2038
|
+
return combineURLs(baseURL, requestedURL);
|
|
2039
|
+
}
|
|
2040
|
+
return requestedURL;
|
|
2041
|
+
}
|
|
2042
|
+
|
|
2043
|
+
const isURLSameOrigin = platform.hasStandardBrowserEnv ?
|
|
2044
|
+
|
|
2045
|
+
// Standard browser envs have full support of the APIs needed to test
|
|
2046
|
+
// whether the request URL is of the same origin as current location.
|
|
2047
|
+
(function standardBrowserEnv() {
|
|
2048
|
+
const msie = /(msie|trident)/i.test(navigator.userAgent);
|
|
2049
|
+
const urlParsingNode = document.createElement('a');
|
|
2050
|
+
let originURL;
|
|
2051
|
+
|
|
2052
|
+
/**
|
|
2053
|
+
* Parse a URL to discover its components
|
|
2054
|
+
*
|
|
2055
|
+
* @param {String} url The URL to be parsed
|
|
2056
|
+
* @returns {Object}
|
|
2057
|
+
*/
|
|
2058
|
+
function resolveURL(url) {
|
|
2059
|
+
let href = url;
|
|
2060
|
+
|
|
2061
|
+
if (msie) {
|
|
2062
|
+
// IE needs attribute set twice to normalize properties
|
|
2063
|
+
urlParsingNode.setAttribute('href', href);
|
|
2064
|
+
href = urlParsingNode.href;
|
|
2065
|
+
}
|
|
2066
|
+
|
|
2067
|
+
urlParsingNode.setAttribute('href', href);
|
|
2068
|
+
|
|
2069
|
+
// urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils
|
|
2070
|
+
return {
|
|
2071
|
+
href: urlParsingNode.href,
|
|
2072
|
+
protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',
|
|
2073
|
+
host: urlParsingNode.host,
|
|
2074
|
+
search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '',
|
|
2075
|
+
hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',
|
|
2076
|
+
hostname: urlParsingNode.hostname,
|
|
2077
|
+
port: urlParsingNode.port,
|
|
2078
|
+
pathname: (urlParsingNode.pathname.charAt(0) === '/') ?
|
|
2079
|
+
urlParsingNode.pathname :
|
|
2080
|
+
'/' + urlParsingNode.pathname
|
|
2081
|
+
};
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
originURL = resolveURL(window.location.href);
|
|
2085
|
+
|
|
2086
|
+
/**
|
|
2087
|
+
* Determine if a URL shares the same origin as the current location
|
|
2088
|
+
*
|
|
2089
|
+
* @param {String} requestURL The URL to test
|
|
2090
|
+
* @returns {boolean} True if URL shares the same origin, otherwise false
|
|
2091
|
+
*/
|
|
2092
|
+
return function isURLSameOrigin(requestURL) {
|
|
2093
|
+
const parsed = (utils$1.isString(requestURL)) ? resolveURL(requestURL) : requestURL;
|
|
2094
|
+
return (parsed.protocol === originURL.protocol &&
|
|
2095
|
+
parsed.host === originURL.host);
|
|
2096
|
+
};
|
|
2097
|
+
})() :
|
|
2098
|
+
|
|
2099
|
+
// Non standard browser envs (web workers, react-native) lack needed support.
|
|
2100
|
+
(function nonStandardBrowserEnv() {
|
|
2101
|
+
return function isURLSameOrigin() {
|
|
2102
|
+
return true;
|
|
2103
|
+
};
|
|
2104
|
+
})();
|
|
2105
|
+
|
|
2106
|
+
function parseProtocol(url) {
|
|
2107
|
+
const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url);
|
|
2108
|
+
return match && match[1] || '';
|
|
2109
|
+
}
|
|
2110
|
+
|
|
2111
|
+
/**
|
|
2112
|
+
* Calculate data maxRate
|
|
2113
|
+
* @param {Number} [samplesCount= 10]
|
|
2114
|
+
* @param {Number} [min= 1000]
|
|
2115
|
+
* @returns {Function}
|
|
2116
|
+
*/
|
|
2117
|
+
function speedometer(samplesCount, min) {
|
|
2118
|
+
samplesCount = samplesCount || 10;
|
|
2119
|
+
const bytes = new Array(samplesCount);
|
|
2120
|
+
const timestamps = new Array(samplesCount);
|
|
2121
|
+
let head = 0;
|
|
2122
|
+
let tail = 0;
|
|
2123
|
+
let firstSampleTS;
|
|
2124
|
+
|
|
2125
|
+
min = min !== undefined ? min : 1000;
|
|
2126
|
+
|
|
2127
|
+
return function push(chunkLength) {
|
|
2128
|
+
const now = Date.now();
|
|
2129
|
+
|
|
2130
|
+
const startedAt = timestamps[tail];
|
|
2131
|
+
|
|
2132
|
+
if (!firstSampleTS) {
|
|
2133
|
+
firstSampleTS = now;
|
|
2134
|
+
}
|
|
2135
|
+
|
|
2136
|
+
bytes[head] = chunkLength;
|
|
2137
|
+
timestamps[head] = now;
|
|
2138
|
+
|
|
2139
|
+
let i = tail;
|
|
2140
|
+
let bytesCount = 0;
|
|
2141
|
+
|
|
2142
|
+
while (i !== head) {
|
|
2143
|
+
bytesCount += bytes[i++];
|
|
2144
|
+
i = i % samplesCount;
|
|
2145
|
+
}
|
|
2146
|
+
|
|
2147
|
+
head = (head + 1) % samplesCount;
|
|
2148
|
+
|
|
2149
|
+
if (head === tail) {
|
|
2150
|
+
tail = (tail + 1) % samplesCount;
|
|
2151
|
+
}
|
|
2152
|
+
|
|
2153
|
+
if (now - firstSampleTS < min) {
|
|
2154
|
+
return;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
const passed = startedAt && now - startedAt;
|
|
2158
|
+
|
|
2159
|
+
return passed ? Math.round(bytesCount * 1000 / passed) : undefined;
|
|
2160
|
+
};
|
|
2161
|
+
}
|
|
2162
|
+
|
|
2163
|
+
function progressEventReducer(listener, isDownloadStream) {
|
|
2164
|
+
let bytesNotified = 0;
|
|
2165
|
+
const _speedometer = speedometer(50, 250);
|
|
2166
|
+
|
|
2167
|
+
return e => {
|
|
2168
|
+
const loaded = e.loaded;
|
|
2169
|
+
const total = e.lengthComputable ? e.total : undefined;
|
|
2170
|
+
const progressBytes = loaded - bytesNotified;
|
|
2171
|
+
const rate = _speedometer(progressBytes);
|
|
2172
|
+
const inRange = loaded <= total;
|
|
2173
|
+
|
|
2174
|
+
bytesNotified = loaded;
|
|
2175
|
+
|
|
2176
|
+
const data = {
|
|
2177
|
+
loaded,
|
|
2178
|
+
total,
|
|
2179
|
+
progress: total ? (loaded / total) : undefined,
|
|
2180
|
+
bytes: progressBytes,
|
|
2181
|
+
rate: rate ? rate : undefined,
|
|
2182
|
+
estimated: rate && total && inRange ? (total - loaded) / rate : undefined,
|
|
2183
|
+
event: e
|
|
2184
|
+
};
|
|
2185
|
+
|
|
2186
|
+
data[isDownloadStream ? 'download' : 'upload'] = true;
|
|
2187
|
+
|
|
2188
|
+
listener(data);
|
|
2189
|
+
};
|
|
2190
|
+
}
|
|
2191
|
+
|
|
2192
|
+
const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';
|
|
2193
|
+
|
|
2194
|
+
const xhrAdapter = isXHRAdapterSupported && function (config) {
|
|
2195
|
+
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
2196
|
+
let requestData = config.data;
|
|
2197
|
+
const requestHeaders = AxiosHeaders$2.from(config.headers).normalize();
|
|
2198
|
+
let {responseType, withXSRFToken} = config;
|
|
2199
|
+
let onCanceled;
|
|
2200
|
+
function done() {
|
|
2201
|
+
if (config.cancelToken) {
|
|
2202
|
+
config.cancelToken.unsubscribe(onCanceled);
|
|
2203
|
+
}
|
|
2204
|
+
|
|
2205
|
+
if (config.signal) {
|
|
2206
|
+
config.signal.removeEventListener('abort', onCanceled);
|
|
2207
|
+
}
|
|
2208
|
+
}
|
|
2209
|
+
|
|
2210
|
+
let contentType;
|
|
2211
|
+
|
|
2212
|
+
if (utils$1.isFormData(requestData)) {
|
|
2213
|
+
if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) {
|
|
2214
|
+
requestHeaders.setContentType(false); // Let the browser set it
|
|
2215
|
+
} else if ((contentType = requestHeaders.getContentType()) !== false) {
|
|
2216
|
+
// fix semicolon duplication issue for ReactNative FormData implementation
|
|
2217
|
+
const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : [];
|
|
2218
|
+
requestHeaders.setContentType([type || 'multipart/form-data', ...tokens].join('; '));
|
|
2219
|
+
}
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
let request = new XMLHttpRequest();
|
|
2223
|
+
|
|
2224
|
+
// HTTP basic authentication
|
|
2225
|
+
if (config.auth) {
|
|
2226
|
+
const username = config.auth.username || '';
|
|
2227
|
+
const password = config.auth.password ? unescape(encodeURIComponent(config.auth.password)) : '';
|
|
2228
|
+
requestHeaders.set('Authorization', 'Basic ' + btoa(username + ':' + password));
|
|
2229
|
+
}
|
|
2230
|
+
|
|
2231
|
+
const fullPath = buildFullPath(config.baseURL, config.url);
|
|
2232
|
+
|
|
2233
|
+
request.open(config.method.toUpperCase(), buildURL(fullPath, config.params, config.paramsSerializer), true);
|
|
2234
|
+
|
|
2235
|
+
// Set the request timeout in MS
|
|
2236
|
+
request.timeout = config.timeout;
|
|
2237
|
+
|
|
2238
|
+
function onloadend() {
|
|
2239
|
+
if (!request) {
|
|
2240
|
+
return;
|
|
2241
|
+
}
|
|
2242
|
+
// Prepare the response
|
|
2243
|
+
const responseHeaders = AxiosHeaders$2.from(
|
|
2244
|
+
'getAllResponseHeaders' in request && request.getAllResponseHeaders()
|
|
2245
|
+
);
|
|
2246
|
+
const responseData = !responseType || responseType === 'text' || responseType === 'json' ?
|
|
2247
|
+
request.responseText : request.response;
|
|
2248
|
+
const response = {
|
|
2249
|
+
data: responseData,
|
|
2250
|
+
status: request.status,
|
|
2251
|
+
statusText: request.statusText,
|
|
2252
|
+
headers: responseHeaders,
|
|
2253
|
+
config,
|
|
2254
|
+
request
|
|
2255
|
+
};
|
|
2256
|
+
|
|
2257
|
+
settle(function _resolve(value) {
|
|
2258
|
+
resolve(value);
|
|
2259
|
+
done();
|
|
2260
|
+
}, function _reject(err) {
|
|
2261
|
+
reject(err);
|
|
2262
|
+
done();
|
|
2263
|
+
}, response);
|
|
2264
|
+
|
|
2265
|
+
// Clean up request
|
|
2266
|
+
request = null;
|
|
2267
|
+
}
|
|
2268
|
+
|
|
2269
|
+
if ('onloadend' in request) {
|
|
2270
|
+
// Use onloadend if available
|
|
2271
|
+
request.onloadend = onloadend;
|
|
2272
|
+
} else {
|
|
2273
|
+
// Listen for ready state to emulate onloadend
|
|
2274
|
+
request.onreadystatechange = function handleLoad() {
|
|
2275
|
+
if (!request || request.readyState !== 4) {
|
|
2276
|
+
return;
|
|
2277
|
+
}
|
|
2278
|
+
|
|
2279
|
+
// The request errored out and we didn't get a response, this will be
|
|
2280
|
+
// handled by onerror instead
|
|
2281
|
+
// With one exception: request that using file: protocol, most browsers
|
|
2282
|
+
// will return status as 0 even though it's a successful request
|
|
2283
|
+
if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {
|
|
2284
|
+
return;
|
|
2285
|
+
}
|
|
2286
|
+
// readystate handler is calling before onerror or ontimeout handlers,
|
|
2287
|
+
// so we should call onloadend on the next 'tick'
|
|
2288
|
+
setTimeout(onloadend);
|
|
2289
|
+
};
|
|
2290
|
+
}
|
|
2291
|
+
|
|
2292
|
+
// Handle browser request cancellation (as opposed to a manual cancellation)
|
|
2293
|
+
request.onabort = function handleAbort() {
|
|
2294
|
+
if (!request) {
|
|
2295
|
+
return;
|
|
2296
|
+
}
|
|
2297
|
+
|
|
2298
|
+
reject(new AxiosError$1('Request aborted', AxiosError$1.ECONNABORTED, config, request));
|
|
2299
|
+
|
|
2300
|
+
// Clean up request
|
|
2301
|
+
request = null;
|
|
2302
|
+
};
|
|
2303
|
+
|
|
2304
|
+
// Handle low level network errors
|
|
2305
|
+
request.onerror = function handleError() {
|
|
2306
|
+
// Real errors are hidden from us by the browser
|
|
2307
|
+
// onerror should only fire if it's a network error
|
|
2308
|
+
reject(new AxiosError$1('Network Error', AxiosError$1.ERR_NETWORK, config, request));
|
|
2309
|
+
|
|
2310
|
+
// Clean up request
|
|
2311
|
+
request = null;
|
|
2312
|
+
};
|
|
2313
|
+
|
|
2314
|
+
// Handle timeout
|
|
2315
|
+
request.ontimeout = function handleTimeout() {
|
|
2316
|
+
let timeoutErrorMessage = config.timeout ? 'timeout of ' + config.timeout + 'ms exceeded' : 'timeout exceeded';
|
|
2317
|
+
const transitional = config.transitional || transitionalDefaults;
|
|
2318
|
+
if (config.timeoutErrorMessage) {
|
|
2319
|
+
timeoutErrorMessage = config.timeoutErrorMessage;
|
|
2320
|
+
}
|
|
2321
|
+
reject(new AxiosError$1(
|
|
2322
|
+
timeoutErrorMessage,
|
|
2323
|
+
transitional.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED,
|
|
2324
|
+
config,
|
|
2325
|
+
request));
|
|
2326
|
+
|
|
2327
|
+
// Clean up request
|
|
2328
|
+
request = null;
|
|
2329
|
+
};
|
|
2330
|
+
|
|
2331
|
+
// Add xsrf header
|
|
2332
|
+
// This is only done if running in a standard browser environment.
|
|
2333
|
+
// Specifically not if we're in a web worker, or react-native.
|
|
2334
|
+
if(platform.hasStandardBrowserEnv) {
|
|
2335
|
+
withXSRFToken && utils$1.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(config));
|
|
2336
|
+
|
|
2337
|
+
if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(fullPath))) {
|
|
2338
|
+
// Add xsrf header
|
|
2339
|
+
const xsrfValue = config.xsrfHeaderName && config.xsrfCookieName && cookies.read(config.xsrfCookieName);
|
|
2340
|
+
|
|
2341
|
+
if (xsrfValue) {
|
|
2342
|
+
requestHeaders.set(config.xsrfHeaderName, xsrfValue);
|
|
2343
|
+
}
|
|
2344
|
+
}
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2347
|
+
// Remove Content-Type if data is undefined
|
|
2348
|
+
requestData === undefined && requestHeaders.setContentType(null);
|
|
2349
|
+
|
|
2350
|
+
// Add headers to the request
|
|
2351
|
+
if ('setRequestHeader' in request) {
|
|
2352
|
+
utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {
|
|
2353
|
+
request.setRequestHeader(key, val);
|
|
2354
|
+
});
|
|
2355
|
+
}
|
|
2356
|
+
|
|
2357
|
+
// Add withCredentials to request if needed
|
|
2358
|
+
if (!utils$1.isUndefined(config.withCredentials)) {
|
|
2359
|
+
request.withCredentials = !!config.withCredentials;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
// Add responseType to request if needed
|
|
2363
|
+
if (responseType && responseType !== 'json') {
|
|
2364
|
+
request.responseType = config.responseType;
|
|
2365
|
+
}
|
|
2366
|
+
|
|
2367
|
+
// Handle progress if needed
|
|
2368
|
+
if (typeof config.onDownloadProgress === 'function') {
|
|
2369
|
+
request.addEventListener('progress', progressEventReducer(config.onDownloadProgress, true));
|
|
2370
|
+
}
|
|
2371
|
+
|
|
2372
|
+
// Not all browsers support upload events
|
|
2373
|
+
if (typeof config.onUploadProgress === 'function' && request.upload) {
|
|
2374
|
+
request.upload.addEventListener('progress', progressEventReducer(config.onUploadProgress));
|
|
2375
|
+
}
|
|
2376
|
+
|
|
2377
|
+
if (config.cancelToken || config.signal) {
|
|
2378
|
+
// Handle cancellation
|
|
2379
|
+
// eslint-disable-next-line func-names
|
|
2380
|
+
onCanceled = cancel => {
|
|
2381
|
+
if (!request) {
|
|
2382
|
+
return;
|
|
2383
|
+
}
|
|
2384
|
+
reject(!cancel || cancel.type ? new CanceledError$1(null, config, request) : cancel);
|
|
2385
|
+
request.abort();
|
|
2386
|
+
request = null;
|
|
2387
|
+
};
|
|
2388
|
+
|
|
2389
|
+
config.cancelToken && config.cancelToken.subscribe(onCanceled);
|
|
2390
|
+
if (config.signal) {
|
|
2391
|
+
config.signal.aborted ? onCanceled() : config.signal.addEventListener('abort', onCanceled);
|
|
2392
|
+
}
|
|
2393
|
+
}
|
|
2394
|
+
|
|
2395
|
+
const protocol = parseProtocol(fullPath);
|
|
2396
|
+
|
|
2397
|
+
if (protocol && platform.protocols.indexOf(protocol) === -1) {
|
|
2398
|
+
reject(new AxiosError$1('Unsupported protocol ' + protocol + ':', AxiosError$1.ERR_BAD_REQUEST, config));
|
|
2399
|
+
return;
|
|
2400
|
+
}
|
|
2401
|
+
|
|
2402
|
+
|
|
2403
|
+
// Send the request
|
|
2404
|
+
request.send(requestData || null);
|
|
2405
|
+
});
|
|
2406
|
+
};
|
|
2407
|
+
|
|
2408
|
+
const knownAdapters = {
|
|
2409
|
+
http: httpAdapter,
|
|
2410
|
+
xhr: xhrAdapter
|
|
2411
|
+
};
|
|
2412
|
+
|
|
2413
|
+
utils$1.forEach(knownAdapters, (fn, value) => {
|
|
2414
|
+
if (fn) {
|
|
2415
|
+
try {
|
|
2416
|
+
Object.defineProperty(fn, 'name', {value});
|
|
2417
|
+
} catch (e) {
|
|
2418
|
+
// eslint-disable-next-line no-empty
|
|
2419
|
+
}
|
|
2420
|
+
Object.defineProperty(fn, 'adapterName', {value});
|
|
2421
|
+
}
|
|
2422
|
+
});
|
|
2423
|
+
|
|
2424
|
+
const renderReason = (reason) => `- ${reason}`;
|
|
2425
|
+
|
|
2426
|
+
const isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false;
|
|
2427
|
+
|
|
2428
|
+
const adapters = {
|
|
2429
|
+
getAdapter: (adapters) => {
|
|
2430
|
+
adapters = utils$1.isArray(adapters) ? adapters : [adapters];
|
|
2431
|
+
|
|
2432
|
+
const {length} = adapters;
|
|
2433
|
+
let nameOrAdapter;
|
|
2434
|
+
let adapter;
|
|
2435
|
+
|
|
2436
|
+
const rejectedReasons = {};
|
|
2437
|
+
|
|
2438
|
+
for (let i = 0; i < length; i++) {
|
|
2439
|
+
nameOrAdapter = adapters[i];
|
|
2440
|
+
let id;
|
|
2441
|
+
|
|
2442
|
+
adapter = nameOrAdapter;
|
|
2443
|
+
|
|
2444
|
+
if (!isResolvedHandle(nameOrAdapter)) {
|
|
2445
|
+
adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];
|
|
2446
|
+
|
|
2447
|
+
if (adapter === undefined) {
|
|
2448
|
+
throw new AxiosError$1(`Unknown adapter '${id}'`);
|
|
2449
|
+
}
|
|
2450
|
+
}
|
|
2451
|
+
|
|
2452
|
+
if (adapter) {
|
|
2453
|
+
break;
|
|
2454
|
+
}
|
|
2455
|
+
|
|
2456
|
+
rejectedReasons[id || '#' + i] = adapter;
|
|
2457
|
+
}
|
|
2458
|
+
|
|
2459
|
+
if (!adapter) {
|
|
2460
|
+
|
|
2461
|
+
const reasons = Object.entries(rejectedReasons)
|
|
2462
|
+
.map(([id, state]) => `adapter ${id} ` +
|
|
2463
|
+
(state === false ? 'is not supported by the environment' : 'is not available in the build')
|
|
2464
|
+
);
|
|
2465
|
+
|
|
2466
|
+
let s = length ?
|
|
2467
|
+
(reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0])) :
|
|
2468
|
+
'as no adapter specified';
|
|
2469
|
+
|
|
2470
|
+
throw new AxiosError$1(
|
|
2471
|
+
`There is no suitable adapter to dispatch the request ` + s,
|
|
2472
|
+
'ERR_NOT_SUPPORT'
|
|
2473
|
+
);
|
|
2474
|
+
}
|
|
2475
|
+
|
|
2476
|
+
return adapter;
|
|
2477
|
+
},
|
|
2478
|
+
adapters: knownAdapters
|
|
2479
|
+
};
|
|
2480
|
+
|
|
2481
|
+
/**
|
|
2482
|
+
* Throws a `CanceledError` if cancellation has been requested.
|
|
2483
|
+
*
|
|
2484
|
+
* @param {Object} config The config that is to be used for the request
|
|
2485
|
+
*
|
|
2486
|
+
* @returns {void}
|
|
2487
|
+
*/
|
|
2488
|
+
function throwIfCancellationRequested(config) {
|
|
2489
|
+
if (config.cancelToken) {
|
|
2490
|
+
config.cancelToken.throwIfRequested();
|
|
2491
|
+
}
|
|
2492
|
+
|
|
2493
|
+
if (config.signal && config.signal.aborted) {
|
|
2494
|
+
throw new CanceledError$1(null, config);
|
|
2495
|
+
}
|
|
2496
|
+
}
|
|
2497
|
+
|
|
2498
|
+
/**
|
|
2499
|
+
* Dispatch a request to the server using the configured adapter.
|
|
2500
|
+
*
|
|
2501
|
+
* @param {object} config The config that is to be used for the request
|
|
2502
|
+
*
|
|
2503
|
+
* @returns {Promise} The Promise to be fulfilled
|
|
2504
|
+
*/
|
|
2505
|
+
function dispatchRequest(config) {
|
|
2506
|
+
throwIfCancellationRequested(config);
|
|
2507
|
+
|
|
2508
|
+
config.headers = AxiosHeaders$2.from(config.headers);
|
|
2509
|
+
|
|
2510
|
+
// Transform request data
|
|
2511
|
+
config.data = transformData.call(
|
|
2512
|
+
config,
|
|
2513
|
+
config.transformRequest
|
|
2514
|
+
);
|
|
2515
|
+
|
|
2516
|
+
if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {
|
|
2517
|
+
config.headers.setContentType('application/x-www-form-urlencoded', false);
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2520
|
+
const adapter = adapters.getAdapter(config.adapter || defaults$1.adapter);
|
|
2521
|
+
|
|
2522
|
+
return adapter(config).then(function onAdapterResolution(response) {
|
|
2523
|
+
throwIfCancellationRequested(config);
|
|
2524
|
+
|
|
2525
|
+
// Transform response data
|
|
2526
|
+
response.data = transformData.call(
|
|
2527
|
+
config,
|
|
2528
|
+
config.transformResponse,
|
|
2529
|
+
response
|
|
2530
|
+
);
|
|
2531
|
+
|
|
2532
|
+
response.headers = AxiosHeaders$2.from(response.headers);
|
|
2533
|
+
|
|
2534
|
+
return response;
|
|
2535
|
+
}, function onAdapterRejection(reason) {
|
|
2536
|
+
if (!isCancel$1(reason)) {
|
|
2537
|
+
throwIfCancellationRequested(config);
|
|
2538
|
+
|
|
2539
|
+
// Transform response data
|
|
2540
|
+
if (reason && reason.response) {
|
|
2541
|
+
reason.response.data = transformData.call(
|
|
2542
|
+
config,
|
|
2543
|
+
config.transformResponse,
|
|
2544
|
+
reason.response
|
|
2545
|
+
);
|
|
2546
|
+
reason.response.headers = AxiosHeaders$2.from(reason.response.headers);
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
|
|
2550
|
+
return Promise.reject(reason);
|
|
2551
|
+
});
|
|
2552
|
+
}
|
|
2553
|
+
|
|
2554
|
+
const headersToObject = (thing) => thing instanceof AxiosHeaders$2 ? { ...thing } : thing;
|
|
2555
|
+
|
|
2556
|
+
/**
|
|
2557
|
+
* Config-specific merge-function which creates a new config-object
|
|
2558
|
+
* by merging two configuration objects together.
|
|
2559
|
+
*
|
|
2560
|
+
* @param {Object} config1
|
|
2561
|
+
* @param {Object} config2
|
|
2562
|
+
*
|
|
2563
|
+
* @returns {Object} New object resulting from merging config2 to config1
|
|
2564
|
+
*/
|
|
2565
|
+
function mergeConfig$1(config1, config2) {
|
|
2566
|
+
// eslint-disable-next-line no-param-reassign
|
|
2567
|
+
config2 = config2 || {};
|
|
2568
|
+
const config = {};
|
|
2569
|
+
|
|
2570
|
+
function getMergedValue(target, source, caseless) {
|
|
2571
|
+
if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) {
|
|
2572
|
+
return utils$1.merge.call({caseless}, target, source);
|
|
2573
|
+
} else if (utils$1.isPlainObject(source)) {
|
|
2574
|
+
return utils$1.merge({}, source);
|
|
2575
|
+
} else if (utils$1.isArray(source)) {
|
|
2576
|
+
return source.slice();
|
|
2577
|
+
}
|
|
2578
|
+
return source;
|
|
2579
|
+
}
|
|
2580
|
+
|
|
2581
|
+
// eslint-disable-next-line consistent-return
|
|
2582
|
+
function mergeDeepProperties(a, b, caseless) {
|
|
2583
|
+
if (!utils$1.isUndefined(b)) {
|
|
2584
|
+
return getMergedValue(a, b, caseless);
|
|
2585
|
+
} else if (!utils$1.isUndefined(a)) {
|
|
2586
|
+
return getMergedValue(undefined, a, caseless);
|
|
2587
|
+
}
|
|
2588
|
+
}
|
|
2589
|
+
|
|
2590
|
+
// eslint-disable-next-line consistent-return
|
|
2591
|
+
function valueFromConfig2(a, b) {
|
|
2592
|
+
if (!utils$1.isUndefined(b)) {
|
|
2593
|
+
return getMergedValue(undefined, b);
|
|
2594
|
+
}
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
// eslint-disable-next-line consistent-return
|
|
2598
|
+
function defaultToConfig2(a, b) {
|
|
2599
|
+
if (!utils$1.isUndefined(b)) {
|
|
2600
|
+
return getMergedValue(undefined, b);
|
|
2601
|
+
} else if (!utils$1.isUndefined(a)) {
|
|
2602
|
+
return getMergedValue(undefined, a);
|
|
2603
|
+
}
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2606
|
+
// eslint-disable-next-line consistent-return
|
|
2607
|
+
function mergeDirectKeys(a, b, prop) {
|
|
2608
|
+
if (prop in config2) {
|
|
2609
|
+
return getMergedValue(a, b);
|
|
2610
|
+
} else if (prop in config1) {
|
|
2611
|
+
return getMergedValue(undefined, a);
|
|
2612
|
+
}
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
const mergeMap = {
|
|
2616
|
+
url: valueFromConfig2,
|
|
2617
|
+
method: valueFromConfig2,
|
|
2618
|
+
data: valueFromConfig2,
|
|
2619
|
+
baseURL: defaultToConfig2,
|
|
2620
|
+
transformRequest: defaultToConfig2,
|
|
2621
|
+
transformResponse: defaultToConfig2,
|
|
2622
|
+
paramsSerializer: defaultToConfig2,
|
|
2623
|
+
timeout: defaultToConfig2,
|
|
2624
|
+
timeoutMessage: defaultToConfig2,
|
|
2625
|
+
withCredentials: defaultToConfig2,
|
|
2626
|
+
withXSRFToken: defaultToConfig2,
|
|
2627
|
+
adapter: defaultToConfig2,
|
|
2628
|
+
responseType: defaultToConfig2,
|
|
2629
|
+
xsrfCookieName: defaultToConfig2,
|
|
2630
|
+
xsrfHeaderName: defaultToConfig2,
|
|
2631
|
+
onUploadProgress: defaultToConfig2,
|
|
2632
|
+
onDownloadProgress: defaultToConfig2,
|
|
2633
|
+
decompress: defaultToConfig2,
|
|
2634
|
+
maxContentLength: defaultToConfig2,
|
|
2635
|
+
maxBodyLength: defaultToConfig2,
|
|
2636
|
+
beforeRedirect: defaultToConfig2,
|
|
2637
|
+
transport: defaultToConfig2,
|
|
2638
|
+
httpAgent: defaultToConfig2,
|
|
2639
|
+
httpsAgent: defaultToConfig2,
|
|
2640
|
+
cancelToken: defaultToConfig2,
|
|
2641
|
+
socketPath: defaultToConfig2,
|
|
2642
|
+
responseEncoding: defaultToConfig2,
|
|
2643
|
+
validateStatus: mergeDirectKeys,
|
|
2644
|
+
headers: (a, b) => mergeDeepProperties(headersToObject(a), headersToObject(b), true)
|
|
2645
|
+
};
|
|
2646
|
+
|
|
2647
|
+
utils$1.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {
|
|
2648
|
+
const merge = mergeMap[prop] || mergeDeepProperties;
|
|
2649
|
+
const configValue = merge(config1[prop], config2[prop], prop);
|
|
2650
|
+
(utils$1.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);
|
|
2651
|
+
});
|
|
2652
|
+
|
|
2653
|
+
return config;
|
|
2654
|
+
}
|
|
2655
|
+
|
|
2656
|
+
const VERSION$1 = "1.6.8";
|
|
2657
|
+
|
|
2658
|
+
const validators$1 = {};
|
|
2659
|
+
|
|
2660
|
+
// eslint-disable-next-line func-names
|
|
2661
|
+
['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach((type, i) => {
|
|
2662
|
+
validators$1[type] = function validator(thing) {
|
|
2663
|
+
return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type;
|
|
2664
|
+
};
|
|
2665
|
+
});
|
|
2666
|
+
|
|
2667
|
+
const deprecatedWarnings = {};
|
|
2668
|
+
|
|
2669
|
+
/**
|
|
2670
|
+
* Transitional option validator
|
|
2671
|
+
*
|
|
2672
|
+
* @param {function|boolean?} validator - set to false if the transitional option has been removed
|
|
2673
|
+
* @param {string?} version - deprecated version / removed since version
|
|
2674
|
+
* @param {string?} message - some message with additional info
|
|
2675
|
+
*
|
|
2676
|
+
* @returns {function}
|
|
2677
|
+
*/
|
|
2678
|
+
validators$1.transitional = function transitional(validator, version, message) {
|
|
2679
|
+
function formatMessage(opt, desc) {
|
|
2680
|
+
return '[Axios v' + VERSION$1 + '] Transitional option \'' + opt + '\'' + desc + (message ? '. ' + message : '');
|
|
2681
|
+
}
|
|
2682
|
+
|
|
2683
|
+
// eslint-disable-next-line func-names
|
|
2684
|
+
return (value, opt, opts) => {
|
|
2685
|
+
if (validator === false) {
|
|
2686
|
+
throw new AxiosError$1(
|
|
2687
|
+
formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')),
|
|
2688
|
+
AxiosError$1.ERR_DEPRECATED
|
|
2689
|
+
);
|
|
2690
|
+
}
|
|
2691
|
+
|
|
2692
|
+
if (version && !deprecatedWarnings[opt]) {
|
|
2693
|
+
deprecatedWarnings[opt] = true;
|
|
2694
|
+
// eslint-disable-next-line no-console
|
|
2695
|
+
console.warn(
|
|
2696
|
+
formatMessage(
|
|
2697
|
+
opt,
|
|
2698
|
+
' has been deprecated since v' + version + ' and will be removed in the near future'
|
|
2699
|
+
)
|
|
2700
|
+
);
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
return validator ? validator(value, opt, opts) : true;
|
|
2704
|
+
};
|
|
2705
|
+
};
|
|
2706
|
+
|
|
2707
|
+
/**
|
|
2708
|
+
* Assert object's properties type
|
|
2709
|
+
*
|
|
2710
|
+
* @param {object} options
|
|
2711
|
+
* @param {object} schema
|
|
2712
|
+
* @param {boolean?} allowUnknown
|
|
2713
|
+
*
|
|
2714
|
+
* @returns {object}
|
|
2715
|
+
*/
|
|
2716
|
+
|
|
2717
|
+
function assertOptions(options, schema, allowUnknown) {
|
|
2718
|
+
if (typeof options !== 'object') {
|
|
2719
|
+
throw new AxiosError$1('options must be an object', AxiosError$1.ERR_BAD_OPTION_VALUE);
|
|
2720
|
+
}
|
|
2721
|
+
const keys = Object.keys(options);
|
|
2722
|
+
let i = keys.length;
|
|
2723
|
+
while (i-- > 0) {
|
|
2724
|
+
const opt = keys[i];
|
|
2725
|
+
const validator = schema[opt];
|
|
2726
|
+
if (validator) {
|
|
2727
|
+
const value = options[opt];
|
|
2728
|
+
const result = value === undefined || validator(value, opt, options);
|
|
2729
|
+
if (result !== true) {
|
|
2730
|
+
throw new AxiosError$1('option ' + opt + ' must be ' + result, AxiosError$1.ERR_BAD_OPTION_VALUE);
|
|
2731
|
+
}
|
|
2732
|
+
continue;
|
|
2733
|
+
}
|
|
2734
|
+
if (allowUnknown !== true) {
|
|
2735
|
+
throw new AxiosError$1('Unknown option ' + opt, AxiosError$1.ERR_BAD_OPTION);
|
|
2736
|
+
}
|
|
2737
|
+
}
|
|
2738
|
+
}
|
|
2739
|
+
|
|
2740
|
+
const validator = {
|
|
2741
|
+
assertOptions,
|
|
2742
|
+
validators: validators$1
|
|
2743
|
+
};
|
|
2744
|
+
|
|
2745
|
+
const validators = validator.validators;
|
|
2746
|
+
|
|
2747
|
+
/**
|
|
2748
|
+
* Create a new instance of Axios
|
|
2749
|
+
*
|
|
2750
|
+
* @param {Object} instanceConfig The default config for the instance
|
|
2751
|
+
*
|
|
2752
|
+
* @return {Axios} A new instance of Axios
|
|
2753
|
+
*/
|
|
2754
|
+
class Axios$1 {
|
|
2755
|
+
constructor(instanceConfig) {
|
|
2756
|
+
this.defaults = instanceConfig;
|
|
2757
|
+
this.interceptors = {
|
|
2758
|
+
request: new InterceptorManager$1(),
|
|
2759
|
+
response: new InterceptorManager$1()
|
|
2760
|
+
};
|
|
2761
|
+
}
|
|
2762
|
+
|
|
2763
|
+
/**
|
|
2764
|
+
* Dispatch a request
|
|
2765
|
+
*
|
|
2766
|
+
* @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)
|
|
2767
|
+
* @param {?Object} config
|
|
2768
|
+
*
|
|
2769
|
+
* @returns {Promise} The Promise to be fulfilled
|
|
2770
|
+
*/
|
|
2771
|
+
async request(configOrUrl, config) {
|
|
2772
|
+
try {
|
|
2773
|
+
return await this._request(configOrUrl, config);
|
|
2774
|
+
} catch (err) {
|
|
2775
|
+
if (err instanceof Error) {
|
|
2776
|
+
let dummy;
|
|
2777
|
+
|
|
2778
|
+
Error.captureStackTrace ? Error.captureStackTrace(dummy = {}) : (dummy = new Error());
|
|
2779
|
+
|
|
2780
|
+
// slice off the Error: ... line
|
|
2781
|
+
const stack = dummy.stack ? dummy.stack.replace(/^.+\n/, '') : '';
|
|
2782
|
+
|
|
2783
|
+
if (!err.stack) {
|
|
2784
|
+
err.stack = stack;
|
|
2785
|
+
// match without the 2 top stack lines
|
|
2786
|
+
} else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\n.+\n/, ''))) {
|
|
2787
|
+
err.stack += '\n' + stack;
|
|
2788
|
+
}
|
|
2789
|
+
}
|
|
2790
|
+
|
|
2791
|
+
throw err;
|
|
2792
|
+
}
|
|
2793
|
+
}
|
|
2794
|
+
|
|
2795
|
+
_request(configOrUrl, config) {
|
|
2796
|
+
/*eslint no-param-reassign:0*/
|
|
2797
|
+
// Allow for axios('example/url'[, config]) a la fetch API
|
|
2798
|
+
if (typeof configOrUrl === 'string') {
|
|
2799
|
+
config = config || {};
|
|
2800
|
+
config.url = configOrUrl;
|
|
2801
|
+
} else {
|
|
2802
|
+
config = configOrUrl || {};
|
|
2803
|
+
}
|
|
2804
|
+
|
|
2805
|
+
config = mergeConfig$1(this.defaults, config);
|
|
2806
|
+
|
|
2807
|
+
const {transitional, paramsSerializer, headers} = config;
|
|
2808
|
+
|
|
2809
|
+
if (transitional !== undefined) {
|
|
2810
|
+
validator.assertOptions(transitional, {
|
|
2811
|
+
silentJSONParsing: validators.transitional(validators.boolean),
|
|
2812
|
+
forcedJSONParsing: validators.transitional(validators.boolean),
|
|
2813
|
+
clarifyTimeoutError: validators.transitional(validators.boolean)
|
|
2814
|
+
}, false);
|
|
2815
|
+
}
|
|
2816
|
+
|
|
2817
|
+
if (paramsSerializer != null) {
|
|
2818
|
+
if (utils$1.isFunction(paramsSerializer)) {
|
|
2819
|
+
config.paramsSerializer = {
|
|
2820
|
+
serialize: paramsSerializer
|
|
2821
|
+
};
|
|
2822
|
+
} else {
|
|
2823
|
+
validator.assertOptions(paramsSerializer, {
|
|
2824
|
+
encode: validators.function,
|
|
2825
|
+
serialize: validators.function
|
|
2826
|
+
}, true);
|
|
2827
|
+
}
|
|
2828
|
+
}
|
|
2829
|
+
|
|
2830
|
+
// Set config.method
|
|
2831
|
+
config.method = (config.method || this.defaults.method || 'get').toLowerCase();
|
|
2832
|
+
|
|
2833
|
+
// Flatten headers
|
|
2834
|
+
let contextHeaders = headers && utils$1.merge(
|
|
2835
|
+
headers.common,
|
|
2836
|
+
headers[config.method]
|
|
2837
|
+
);
|
|
2838
|
+
|
|
2839
|
+
headers && utils$1.forEach(
|
|
2840
|
+
['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],
|
|
2841
|
+
(method) => {
|
|
2842
|
+
delete headers[method];
|
|
2843
|
+
}
|
|
2844
|
+
);
|
|
2845
|
+
|
|
2846
|
+
config.headers = AxiosHeaders$2.concat(contextHeaders, headers);
|
|
2847
|
+
|
|
2848
|
+
// filter out skipped interceptors
|
|
2849
|
+
const requestInterceptorChain = [];
|
|
2850
|
+
let synchronousRequestInterceptors = true;
|
|
2851
|
+
this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {
|
|
2852
|
+
if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) {
|
|
2853
|
+
return;
|
|
2854
|
+
}
|
|
2855
|
+
|
|
2856
|
+
synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;
|
|
2857
|
+
|
|
2858
|
+
requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);
|
|
2859
|
+
});
|
|
2860
|
+
|
|
2861
|
+
const responseInterceptorChain = [];
|
|
2862
|
+
this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {
|
|
2863
|
+
responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);
|
|
2864
|
+
});
|
|
2865
|
+
|
|
2866
|
+
let promise;
|
|
2867
|
+
let i = 0;
|
|
2868
|
+
let len;
|
|
2869
|
+
|
|
2870
|
+
if (!synchronousRequestInterceptors) {
|
|
2871
|
+
const chain = [dispatchRequest.bind(this), undefined];
|
|
2872
|
+
chain.unshift.apply(chain, requestInterceptorChain);
|
|
2873
|
+
chain.push.apply(chain, responseInterceptorChain);
|
|
2874
|
+
len = chain.length;
|
|
2875
|
+
|
|
2876
|
+
promise = Promise.resolve(config);
|
|
2877
|
+
|
|
2878
|
+
while (i < len) {
|
|
2879
|
+
promise = promise.then(chain[i++], chain[i++]);
|
|
2880
|
+
}
|
|
2881
|
+
|
|
2882
|
+
return promise;
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
len = requestInterceptorChain.length;
|
|
2886
|
+
|
|
2887
|
+
let newConfig = config;
|
|
2888
|
+
|
|
2889
|
+
i = 0;
|
|
2890
|
+
|
|
2891
|
+
while (i < len) {
|
|
2892
|
+
const onFulfilled = requestInterceptorChain[i++];
|
|
2893
|
+
const onRejected = requestInterceptorChain[i++];
|
|
2894
|
+
try {
|
|
2895
|
+
newConfig = onFulfilled(newConfig);
|
|
2896
|
+
} catch (error) {
|
|
2897
|
+
onRejected.call(this, error);
|
|
2898
|
+
break;
|
|
2899
|
+
}
|
|
2900
|
+
}
|
|
2901
|
+
|
|
2902
|
+
try {
|
|
2903
|
+
promise = dispatchRequest.call(this, newConfig);
|
|
2904
|
+
} catch (error) {
|
|
2905
|
+
return Promise.reject(error);
|
|
2906
|
+
}
|
|
2907
|
+
|
|
2908
|
+
i = 0;
|
|
2909
|
+
len = responseInterceptorChain.length;
|
|
2910
|
+
|
|
2911
|
+
while (i < len) {
|
|
2912
|
+
promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]);
|
|
2913
|
+
}
|
|
2914
|
+
|
|
2915
|
+
return promise;
|
|
2916
|
+
}
|
|
2917
|
+
|
|
2918
|
+
getUri(config) {
|
|
2919
|
+
config = mergeConfig$1(this.defaults, config);
|
|
2920
|
+
const fullPath = buildFullPath(config.baseURL, config.url);
|
|
2921
|
+
return buildURL(fullPath, config.params, config.paramsSerializer);
|
|
2922
|
+
}
|
|
2923
|
+
}
|
|
2924
|
+
|
|
2925
|
+
// Provide aliases for supported request methods
|
|
2926
|
+
utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {
|
|
2927
|
+
/*eslint func-names:0*/
|
|
2928
|
+
Axios$1.prototype[method] = function(url, config) {
|
|
2929
|
+
return this.request(mergeConfig$1(config || {}, {
|
|
2930
|
+
method,
|
|
2931
|
+
url,
|
|
2932
|
+
data: (config || {}).data
|
|
2933
|
+
}));
|
|
2934
|
+
};
|
|
2935
|
+
});
|
|
2936
|
+
|
|
2937
|
+
utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {
|
|
2938
|
+
/*eslint func-names:0*/
|
|
2939
|
+
|
|
2940
|
+
function generateHTTPMethod(isForm) {
|
|
2941
|
+
return function httpMethod(url, data, config) {
|
|
2942
|
+
return this.request(mergeConfig$1(config || {}, {
|
|
2943
|
+
method,
|
|
2944
|
+
headers: isForm ? {
|
|
2945
|
+
'Content-Type': 'multipart/form-data'
|
|
2946
|
+
} : {},
|
|
2947
|
+
url,
|
|
2948
|
+
data
|
|
2949
|
+
}));
|
|
2950
|
+
};
|
|
2951
|
+
}
|
|
2952
|
+
|
|
2953
|
+
Axios$1.prototype[method] = generateHTTPMethod();
|
|
2954
|
+
|
|
2955
|
+
Axios$1.prototype[method + 'Form'] = generateHTTPMethod(true);
|
|
2956
|
+
});
|
|
2957
|
+
|
|
2958
|
+
const Axios$2 = Axios$1;
|
|
2959
|
+
|
|
2960
|
+
/**
|
|
2961
|
+
* A `CancelToken` is an object that can be used to request cancellation of an operation.
|
|
2962
|
+
*
|
|
2963
|
+
* @param {Function} executor The executor function.
|
|
2964
|
+
*
|
|
2965
|
+
* @returns {CancelToken}
|
|
2966
|
+
*/
|
|
2967
|
+
class CancelToken$1 {
|
|
2968
|
+
constructor(executor) {
|
|
2969
|
+
if (typeof executor !== 'function') {
|
|
2970
|
+
throw new TypeError('executor must be a function.');
|
|
2971
|
+
}
|
|
2972
|
+
|
|
2973
|
+
let resolvePromise;
|
|
2974
|
+
|
|
2975
|
+
this.promise = new Promise(function promiseExecutor(resolve) {
|
|
2976
|
+
resolvePromise = resolve;
|
|
2977
|
+
});
|
|
2978
|
+
|
|
2979
|
+
const token = this;
|
|
2980
|
+
|
|
2981
|
+
// eslint-disable-next-line func-names
|
|
2982
|
+
this.promise.then(cancel => {
|
|
2983
|
+
if (!token._listeners) return;
|
|
2984
|
+
|
|
2985
|
+
let i = token._listeners.length;
|
|
2986
|
+
|
|
2987
|
+
while (i-- > 0) {
|
|
2988
|
+
token._listeners[i](cancel);
|
|
2989
|
+
}
|
|
2990
|
+
token._listeners = null;
|
|
2991
|
+
});
|
|
2992
|
+
|
|
2993
|
+
// eslint-disable-next-line func-names
|
|
2994
|
+
this.promise.then = onfulfilled => {
|
|
2995
|
+
let _resolve;
|
|
2996
|
+
// eslint-disable-next-line func-names
|
|
2997
|
+
const promise = new Promise(resolve => {
|
|
2998
|
+
token.subscribe(resolve);
|
|
2999
|
+
_resolve = resolve;
|
|
3000
|
+
}).then(onfulfilled);
|
|
3001
|
+
|
|
3002
|
+
promise.cancel = function reject() {
|
|
3003
|
+
token.unsubscribe(_resolve);
|
|
3004
|
+
};
|
|
3005
|
+
|
|
3006
|
+
return promise;
|
|
3007
|
+
};
|
|
3008
|
+
|
|
3009
|
+
executor(function cancel(message, config, request) {
|
|
3010
|
+
if (token.reason) {
|
|
3011
|
+
// Cancellation has already been requested
|
|
3012
|
+
return;
|
|
3013
|
+
}
|
|
3014
|
+
|
|
3015
|
+
token.reason = new CanceledError$1(message, config, request);
|
|
3016
|
+
resolvePromise(token.reason);
|
|
3017
|
+
});
|
|
3018
|
+
}
|
|
3019
|
+
|
|
3020
|
+
/**
|
|
3021
|
+
* Throws a `CanceledError` if cancellation has been requested.
|
|
3022
|
+
*/
|
|
3023
|
+
throwIfRequested() {
|
|
3024
|
+
if (this.reason) {
|
|
3025
|
+
throw this.reason;
|
|
3026
|
+
}
|
|
3027
|
+
}
|
|
3028
|
+
|
|
3029
|
+
/**
|
|
3030
|
+
* Subscribe to the cancel signal
|
|
3031
|
+
*/
|
|
3032
|
+
|
|
3033
|
+
subscribe(listener) {
|
|
3034
|
+
if (this.reason) {
|
|
3035
|
+
listener(this.reason);
|
|
3036
|
+
return;
|
|
3037
|
+
}
|
|
3038
|
+
|
|
3039
|
+
if (this._listeners) {
|
|
3040
|
+
this._listeners.push(listener);
|
|
3041
|
+
} else {
|
|
3042
|
+
this._listeners = [listener];
|
|
3043
|
+
}
|
|
3044
|
+
}
|
|
3045
|
+
|
|
3046
|
+
/**
|
|
3047
|
+
* Unsubscribe from the cancel signal
|
|
3048
|
+
*/
|
|
3049
|
+
|
|
3050
|
+
unsubscribe(listener) {
|
|
3051
|
+
if (!this._listeners) {
|
|
3052
|
+
return;
|
|
3053
|
+
}
|
|
3054
|
+
const index = this._listeners.indexOf(listener);
|
|
3055
|
+
if (index !== -1) {
|
|
3056
|
+
this._listeners.splice(index, 1);
|
|
3057
|
+
}
|
|
3058
|
+
}
|
|
3059
|
+
|
|
3060
|
+
/**
|
|
3061
|
+
* Returns an object that contains a new `CancelToken` and a function that, when called,
|
|
3062
|
+
* cancels the `CancelToken`.
|
|
3063
|
+
*/
|
|
3064
|
+
static source() {
|
|
3065
|
+
let cancel;
|
|
3066
|
+
const token = new CancelToken$1(function executor(c) {
|
|
3067
|
+
cancel = c;
|
|
3068
|
+
});
|
|
3069
|
+
return {
|
|
3070
|
+
token,
|
|
3071
|
+
cancel
|
|
3072
|
+
};
|
|
3073
|
+
}
|
|
3074
|
+
}
|
|
3075
|
+
|
|
3076
|
+
const CancelToken$2 = CancelToken$1;
|
|
3077
|
+
|
|
3078
|
+
/**
|
|
3079
|
+
* Syntactic sugar for invoking a function and expanding an array for arguments.
|
|
3080
|
+
*
|
|
3081
|
+
* Common use case would be to use `Function.prototype.apply`.
|
|
3082
|
+
*
|
|
3083
|
+
* ```js
|
|
3084
|
+
* function f(x, y, z) {}
|
|
3085
|
+
* var args = [1, 2, 3];
|
|
3086
|
+
* f.apply(null, args);
|
|
3087
|
+
* ```
|
|
3088
|
+
*
|
|
3089
|
+
* With `spread` this example can be re-written.
|
|
3090
|
+
*
|
|
3091
|
+
* ```js
|
|
3092
|
+
* spread(function(x, y, z) {})([1, 2, 3]);
|
|
3093
|
+
* ```
|
|
3094
|
+
*
|
|
3095
|
+
* @param {Function} callback
|
|
3096
|
+
*
|
|
3097
|
+
* @returns {Function}
|
|
3098
|
+
*/
|
|
3099
|
+
function spread$1(callback) {
|
|
3100
|
+
return function wrap(arr) {
|
|
3101
|
+
return callback.apply(null, arr);
|
|
3102
|
+
};
|
|
3103
|
+
}
|
|
3104
|
+
|
|
3105
|
+
/**
|
|
3106
|
+
* Determines whether the payload is an error thrown by Axios
|
|
3107
|
+
*
|
|
3108
|
+
* @param {*} payload The value to test
|
|
3109
|
+
*
|
|
3110
|
+
* @returns {boolean} True if the payload is an error thrown by Axios, otherwise false
|
|
3111
|
+
*/
|
|
3112
|
+
function isAxiosError$1(payload) {
|
|
3113
|
+
return utils$1.isObject(payload) && (payload.isAxiosError === true);
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3116
|
+
const HttpStatusCode$1 = {
|
|
3117
|
+
Continue: 100,
|
|
3118
|
+
SwitchingProtocols: 101,
|
|
3119
|
+
Processing: 102,
|
|
3120
|
+
EarlyHints: 103,
|
|
3121
|
+
Ok: 200,
|
|
3122
|
+
Created: 201,
|
|
3123
|
+
Accepted: 202,
|
|
3124
|
+
NonAuthoritativeInformation: 203,
|
|
3125
|
+
NoContent: 204,
|
|
3126
|
+
ResetContent: 205,
|
|
3127
|
+
PartialContent: 206,
|
|
3128
|
+
MultiStatus: 207,
|
|
3129
|
+
AlreadyReported: 208,
|
|
3130
|
+
ImUsed: 226,
|
|
3131
|
+
MultipleChoices: 300,
|
|
3132
|
+
MovedPermanently: 301,
|
|
3133
|
+
Found: 302,
|
|
3134
|
+
SeeOther: 303,
|
|
3135
|
+
NotModified: 304,
|
|
3136
|
+
UseProxy: 305,
|
|
3137
|
+
Unused: 306,
|
|
3138
|
+
TemporaryRedirect: 307,
|
|
3139
|
+
PermanentRedirect: 308,
|
|
3140
|
+
BadRequest: 400,
|
|
3141
|
+
Unauthorized: 401,
|
|
3142
|
+
PaymentRequired: 402,
|
|
3143
|
+
Forbidden: 403,
|
|
3144
|
+
NotFound: 404,
|
|
3145
|
+
MethodNotAllowed: 405,
|
|
3146
|
+
NotAcceptable: 406,
|
|
3147
|
+
ProxyAuthenticationRequired: 407,
|
|
3148
|
+
RequestTimeout: 408,
|
|
3149
|
+
Conflict: 409,
|
|
3150
|
+
Gone: 410,
|
|
3151
|
+
LengthRequired: 411,
|
|
3152
|
+
PreconditionFailed: 412,
|
|
3153
|
+
PayloadTooLarge: 413,
|
|
3154
|
+
UriTooLong: 414,
|
|
3155
|
+
UnsupportedMediaType: 415,
|
|
3156
|
+
RangeNotSatisfiable: 416,
|
|
3157
|
+
ExpectationFailed: 417,
|
|
3158
|
+
ImATeapot: 418,
|
|
3159
|
+
MisdirectedRequest: 421,
|
|
3160
|
+
UnprocessableEntity: 422,
|
|
3161
|
+
Locked: 423,
|
|
3162
|
+
FailedDependency: 424,
|
|
3163
|
+
TooEarly: 425,
|
|
3164
|
+
UpgradeRequired: 426,
|
|
3165
|
+
PreconditionRequired: 428,
|
|
3166
|
+
TooManyRequests: 429,
|
|
3167
|
+
RequestHeaderFieldsTooLarge: 431,
|
|
3168
|
+
UnavailableForLegalReasons: 451,
|
|
3169
|
+
InternalServerError: 500,
|
|
3170
|
+
NotImplemented: 501,
|
|
3171
|
+
BadGateway: 502,
|
|
3172
|
+
ServiceUnavailable: 503,
|
|
3173
|
+
GatewayTimeout: 504,
|
|
3174
|
+
HttpVersionNotSupported: 505,
|
|
3175
|
+
VariantAlsoNegotiates: 506,
|
|
3176
|
+
InsufficientStorage: 507,
|
|
3177
|
+
LoopDetected: 508,
|
|
3178
|
+
NotExtended: 510,
|
|
3179
|
+
NetworkAuthenticationRequired: 511,
|
|
3180
|
+
};
|
|
3181
|
+
|
|
3182
|
+
Object.entries(HttpStatusCode$1).forEach(([key, value]) => {
|
|
3183
|
+
HttpStatusCode$1[value] = key;
|
|
3184
|
+
});
|
|
3185
|
+
|
|
3186
|
+
const HttpStatusCode$2 = HttpStatusCode$1;
|
|
3187
|
+
|
|
3188
|
+
/**
|
|
3189
|
+
* Create an instance of Axios
|
|
3190
|
+
*
|
|
3191
|
+
* @param {Object} defaultConfig The default config for the instance
|
|
3192
|
+
*
|
|
3193
|
+
* @returns {Axios} A new instance of Axios
|
|
3194
|
+
*/
|
|
3195
|
+
function createInstance(defaultConfig) {
|
|
3196
|
+
const context = new Axios$2(defaultConfig);
|
|
3197
|
+
const instance = bind(Axios$2.prototype.request, context);
|
|
3198
|
+
|
|
3199
|
+
// Copy axios.prototype to instance
|
|
3200
|
+
utils$1.extend(instance, Axios$2.prototype, context, {allOwnKeys: true});
|
|
3201
|
+
|
|
3202
|
+
// Copy context to instance
|
|
3203
|
+
utils$1.extend(instance, context, null, {allOwnKeys: true});
|
|
3204
|
+
|
|
3205
|
+
// Factory for creating new instances
|
|
3206
|
+
instance.create = function create(instanceConfig) {
|
|
3207
|
+
return createInstance(mergeConfig$1(defaultConfig, instanceConfig));
|
|
3208
|
+
};
|
|
3209
|
+
|
|
3210
|
+
return instance;
|
|
3211
|
+
}
|
|
3212
|
+
|
|
3213
|
+
// Create the default instance to be exported
|
|
3214
|
+
const axios = createInstance(defaults$1);
|
|
3215
|
+
|
|
3216
|
+
// Expose Axios class to allow class inheritance
|
|
3217
|
+
axios.Axios = Axios$2;
|
|
3218
|
+
|
|
3219
|
+
// Expose Cancel & CancelToken
|
|
3220
|
+
axios.CanceledError = CanceledError$1;
|
|
3221
|
+
axios.CancelToken = CancelToken$2;
|
|
3222
|
+
axios.isCancel = isCancel$1;
|
|
3223
|
+
axios.VERSION = VERSION$1;
|
|
3224
|
+
axios.toFormData = toFormData$1;
|
|
3225
|
+
|
|
3226
|
+
// Expose AxiosError class
|
|
3227
|
+
axios.AxiosError = AxiosError$1;
|
|
3228
|
+
|
|
3229
|
+
// alias for CanceledError for backward compatibility
|
|
3230
|
+
axios.Cancel = axios.CanceledError;
|
|
3231
|
+
|
|
3232
|
+
// Expose all/spread
|
|
3233
|
+
axios.all = function all(promises) {
|
|
3234
|
+
return Promise.all(promises);
|
|
3235
|
+
};
|
|
3236
|
+
|
|
3237
|
+
axios.spread = spread$1;
|
|
3238
|
+
|
|
3239
|
+
// Expose isAxiosError
|
|
3240
|
+
axios.isAxiosError = isAxiosError$1;
|
|
3241
|
+
|
|
3242
|
+
// Expose mergeConfig
|
|
3243
|
+
axios.mergeConfig = mergeConfig$1;
|
|
3244
|
+
|
|
3245
|
+
axios.AxiosHeaders = AxiosHeaders$2;
|
|
3246
|
+
|
|
3247
|
+
axios.formToJSON = thing => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing);
|
|
3248
|
+
|
|
3249
|
+
axios.getAdapter = adapters.getAdapter;
|
|
3250
|
+
|
|
3251
|
+
axios.HttpStatusCode = HttpStatusCode$2;
|
|
3252
|
+
|
|
3253
|
+
axios.default = axios;
|
|
3254
|
+
|
|
3255
|
+
// this module should only have a default export
|
|
3256
|
+
const axios$1 = axios;
|
|
3257
|
+
|
|
3258
|
+
// This module is intended to unwrap Axios default export as named.
|
|
3259
|
+
// Keep top-level export same with static properties
|
|
3260
|
+
// so that it can keep same with es module or cjs
|
|
3261
|
+
const {
|
|
3262
|
+
Axios,
|
|
3263
|
+
AxiosError,
|
|
3264
|
+
CanceledError,
|
|
3265
|
+
isCancel,
|
|
3266
|
+
CancelToken,
|
|
3267
|
+
VERSION,
|
|
3268
|
+
all,
|
|
3269
|
+
Cancel,
|
|
3270
|
+
isAxiosError,
|
|
3271
|
+
spread,
|
|
3272
|
+
toFormData,
|
|
3273
|
+
AxiosHeaders,
|
|
3274
|
+
HttpStatusCode,
|
|
3275
|
+
formToJSON,
|
|
3276
|
+
getAdapter,
|
|
3277
|
+
mergeConfig
|
|
3278
|
+
} = axios$1;
|
|
3279
|
+
|
|
3280
|
+
export { Axios, AxiosError, AxiosHeaders, Cancel, CancelToken, CanceledError, HttpStatusCode, VERSION, all, axios$1 as default, formToJSON, getAdapter, isAxiosError, isCancel, mergeConfig, spread, toFormData };
|
|
3281
|
+
//# sourceMappingURL=axios.js.map
|