@aws/lsp-codewhisperer 0.0.14 → 0.0.16
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/CHANGELOG.md +23 -0
- package/README.md +17 -1
- package/node_modules/@aws/lsp-fqn/tsconfig.tsbuildinfo +1 -1
- package/out/client/sigv4/codewhisperer.js +1 -2
- package/out/client/sigv4/codewhisperer.js.map +1 -1
- package/out/client/streamingClient/codewhispererStreamingClient.js +2 -2
- package/out/client/streamingClient/codewhispererStreamingClient.js.map +1 -1
- package/out/client/token/codewhisperer.js +1 -2
- package/out/client/token/codewhisperer.js.map +1 -1
- package/out/language-server/auto-trigger/autoTrigger.js.map +1 -1
- package/out/language-server/chat/chatController.d.ts +1 -0
- package/out/language-server/chat/chatController.js +18 -1
- package/out/language-server/chat/chatController.js.map +1 -1
- package/out/language-server/chat/chatEventParser.js.map +1 -1
- package/out/language-server/chat/chatSessionManagementService.js.map +1 -1
- package/out/language-server/chat/chatSessionService.js.map +1 -1
- package/out/language-server/chat/constants.d.ts +1 -1
- package/out/language-server/chat/contexts/documentContext.js.map +1 -1
- package/out/language-server/chat/contexts/documentFqnExtractor.js.map +1 -1
- package/out/language-server/chat/contexts/triggerContext.d.ts +1 -1
- package/out/language-server/chat/contexts/triggerContext.js +2 -1
- package/out/language-server/chat/contexts/triggerContext.js.map +1 -1
- package/out/language-server/chat/contexts/utils.js +2 -3
- package/out/language-server/chat/contexts/utils.js.map +1 -1
- package/out/language-server/chat/quickActions.js +1 -1
- package/out/language-server/chat/quickActions.js.map +1 -1
- package/out/language-server/chat/telemetry/chatTelemetryController.d.ts +1 -0
- package/out/language-server/chat/telemetry/chatTelemetryController.js +51 -26
- package/out/language-server/chat/telemetry/chatTelemetryController.js.map +1 -1
- package/out/language-server/chat/telemetry/clientTelemetry.js +4 -4
- package/out/language-server/chat/telemetry/clientTelemetry.js.map +1 -1
- package/out/language-server/chat/utils.js +3 -4
- package/out/language-server/chat/utils.js.map +1 -1
- package/out/language-server/codeWhispererSecurityScanServer.js.map +1 -1
- package/out/language-server/codeWhispererServer.js +55 -37
- package/out/language-server/codeWhispererServer.js.map +1 -1
- package/out/language-server/codeWhispererServer.test.js +62 -0
- package/out/language-server/codeWhispererServer.test.js.map +1 -1
- package/out/language-server/codeWhispererService.d.ts +5 -0
- package/out/language-server/codeWhispererService.js +11 -0
- package/out/language-server/codeWhispererService.js.map +1 -1
- package/out/language-server/configuration/qConfigurationServer.d.ts +4 -0
- package/out/language-server/configuration/qConfigurationServer.js +31 -0
- package/out/language-server/configuration/qConfigurationServer.js.map +1 -0
- package/out/language-server/dependencyGraph/commonUtil.js +2 -3
- package/out/language-server/dependencyGraph/commonUtil.js.map +1 -1
- package/out/language-server/dependencyGraph/csharpDependencyGraph.js.map +1 -1
- package/out/language-server/dependencyGraph/csharpDependencyGraph.test.js +1 -0
- package/out/language-server/dependencyGraph/csharpDependencyGraph.test.js.map +1 -1
- package/out/language-server/dependencyGraph/dependencyGraph.d.ts +0 -1
- package/out/language-server/dependencyGraph/dependencyGraph.js.map +1 -1
- package/out/language-server/dependencyGraph/dependencyGraphFactory.js.map +1 -1
- package/out/language-server/dependencyGraph/gitIgnoreFilter.js +1 -1
- package/out/language-server/dependencyGraph/gitIgnoreFilter.js.map +1 -1
- package/out/language-server/languageDetection.js +10 -0
- package/out/language-server/languageDetection.js.map +1 -1
- package/out/language-server/languageDetection.test.js.map +1 -1
- package/out/language-server/mergeRightUtils.js +2 -3
- package/out/language-server/mergeRightUtils.js.map +1 -1
- package/out/language-server/models/constants.d.ts +15 -0
- package/out/language-server/models/constants.js +22 -0
- package/out/language-server/models/constants.js.map +1 -0
- package/out/language-server/models/model.d.ts +16 -0
- package/out/language-server/models/model.js +5 -0
- package/out/language-server/models/model.js.map +1 -0
- package/out/language-server/netTransform/artifactManager.d.ts +3 -5
- package/out/language-server/netTransform/artifactManager.js +42 -42
- package/out/language-server/netTransform/artifactManager.js.map +1 -1
- package/out/language-server/netTransform/converter.js +4 -4
- package/out/language-server/netTransform/converter.js.map +1 -1
- package/out/language-server/netTransform/metrics.js.map +1 -1
- package/out/language-server/netTransform/models.d.ts +1 -0
- package/out/language-server/netTransform/models.js +2 -2
- package/out/language-server/netTransform/models.js.map +1 -1
- package/out/language-server/netTransform/tests/converter.test.js.map +1 -1
- package/out/language-server/netTransform/tests/transformHandler.test.js.map +1 -1
- package/out/language-server/netTransform/transformHandler.d.ts +2 -1
- package/out/language-server/netTransform/transformHandler.js +26 -8
- package/out/language-server/netTransform/transformHandler.js.map +1 -1
- package/out/language-server/netTransform/validation.js +9 -10
- package/out/language-server/netTransform/validation.js.map +1 -1
- package/out/language-server/netTransformServer.js.map +1 -1
- package/out/language-server/proxy-server.d.ts +1 -0
- package/out/language-server/proxy-server.js +18 -1
- package/out/language-server/proxy-server.js.map +1 -1
- package/out/language-server/qChatServer.js +2 -0
- package/out/language-server/qChatServer.js.map +1 -1
- package/out/language-server/securityScan/securityScanDiagnosticsProvider.js.map +1 -1
- package/out/language-server/securityScan/securityScanHandler.d.ts +0 -1
- package/out/language-server/securityScan/securityScanHandler.js.map +1 -1
- package/out/language-server/session/sessionManager.d.ts +5 -0
- package/out/language-server/session/sessionManager.js +4 -0
- package/out/language-server/session/sessionManager.js.map +1 -1
- package/out/language-server/session/sessionManager.test.js +2 -2
- package/out/language-server/session/sessionManager.test.js.map +1 -1
- package/out/language-server/telemetry/codeDiffTracker.d.ts +1 -0
- package/out/language-server/telemetry/codeDiffTracker.js +6 -4
- package/out/language-server/telemetry/codeDiffTracker.js.map +1 -1
- package/out/language-server/telemetry/codeDiffTracker.test.js.map +1 -1
- package/out/language-server/telemetry/codePercentage.js.map +1 -1
- package/out/language-server/telemetry/types.d.ts +15 -0
- package/out/language-server/telemetry/types.js +2 -2
- package/out/language-server/telemetry/types.js.map +1 -1
- package/out/language-server/telemetry/userTriggerDecision.test.js +20 -17
- package/out/language-server/telemetry/userTriggerDecision.test.js.map +1 -1
- package/out/language-server/testUtils.d.ts +6 -0
- package/out/language-server/testUtils.js +74 -1
- package/out/language-server/testUtils.js.map +1 -1
- package/out/language-server/utilities/filesystemUtilities.d.ts +8 -0
- package/out/language-server/utilities/filesystemUtilities.js +30 -0
- package/out/language-server/utilities/filesystemUtilities.js.map +1 -0
- package/out/language-server/utilities/filesystemUtilities.test.js +85 -0
- package/out/language-server/utilities/filesystemUtilities.test.js.map +1 -0
- package/out/language-server/{pathUtils.d.ts → utilities/pathUtils.d.ts} +10 -0
- package/out/language-server/{pathUtils.js → utilities/pathUtils.js} +31 -4
- package/out/language-server/utilities/pathUtils.js.map +1 -0
- package/out/language-server/utilities/pathUtils.test.js +43 -0
- package/out/language-server/utilities/pathUtils.test.js.map +1 -0
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.d.ts +13 -0
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.js +48 -0
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.js.map +1 -0
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.test.d.ts +5 -0
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.test.js +49 -0
- package/out/language-server/utilities/supplementalContextUtil/codeParsingUtil.test.js.map +1 -0
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.d.ts +18 -0
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.js +205 -0
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.js.map +1 -0
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.test.js +157 -0
- package/out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.test.js.map +1 -0
- package/out/language-server/utilities/supplementalContextUtil/rankBm25.d.ts +32 -0
- package/out/language-server/utilities/supplementalContextUtil/rankBm25.js +113 -0
- package/out/language-server/utilities/supplementalContextUtil/rankBm25.js.map +1 -0
- package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.d.ts +5 -0
- package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.js +57 -0
- package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.js.map +1 -0
- package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.js +88 -0
- package/out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.js.map +1 -0
- package/out/language-server/utilities/textUtils.d.ts +1 -0
- package/out/language-server/utilities/textUtils.js +12 -0
- package/out/language-server/utilities/textUtils.js.map +1 -0
- package/out/language-server/utilities/textUtils.test.js +21 -0
- package/out/language-server/utilities/textUtils.test.js.map +1 -0
- package/out/language-server/utils.js +8 -8
- package/out/language-server/utils.js.map +1 -1
- package/package.json +5 -4
- package/node_modules/@aws-crypto/crc32/CHANGELOG.md +0 -76
- package/node_modules/@aws-crypto/crc32/LICENSE +0 -201
- package/node_modules/@aws-crypto/crc32/README.md +0 -16
- package/node_modules/@aws-crypto/crc32/build/aws_crc32.d.ts +0 -7
- package/node_modules/@aws-crypto/crc32/build/aws_crc32.js +0 -31
- package/node_modules/@aws-crypto/crc32/build/aws_crc32.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/build/index.d.ts +0 -7
- package/node_modules/@aws-crypto/crc32/build/index.js +0 -108
- package/node_modules/@aws-crypto/crc32/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/crc32/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/crc32/package.json +0 -28
- package/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +0 -24
- package/node_modules/@aws-crypto/crc32/src/index.ts +0 -92
- package/node_modules/@aws-crypto/crc32/tsconfig.json +0 -23
- package/node_modules/@aws-crypto/ie11-detection/CHANGELOG.md +0 -46
- package/node_modules/@aws-crypto/ie11-detection/LICENSE +0 -202
- package/node_modules/@aws-crypto/ie11-detection/README.md +0 -20
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.d.ts +0 -19
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/CryptoOperation.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/Key.d.ts +0 -12
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/Key.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.d.ts +0 -12
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/KeyOperation.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.d.ts +0 -33
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js +0 -3
- package/node_modules/@aws-crypto/ie11-detection/build/MsSubtleCrypto.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.d.ts +0 -21
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js +0 -32
- package/node_modules/@aws-crypto/ie11-detection/build/MsWindow.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/build/index.d.ts +0 -5
- package/node_modules/@aws-crypto/ie11-detection/build/index.js +0 -9
- package/node_modules/@aws-crypto/ie11-detection/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/ie11-detection/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/ie11-detection/package.json +0 -26
- package/node_modules/@aws-crypto/ie11-detection/src/CryptoOperation.ts +0 -21
- package/node_modules/@aws-crypto/ie11-detection/src/Key.ts +0 -12
- package/node_modules/@aws-crypto/ie11-detection/src/KeyOperation.ts +0 -13
- package/node_modules/@aws-crypto/ie11-detection/src/MsSubtleCrypto.ts +0 -88
- package/node_modules/@aws-crypto/ie11-detection/src/MsWindow.ts +0 -59
- package/node_modules/@aws-crypto/ie11-detection/src/index.ts +0 -5
- package/node_modules/@aws-crypto/ie11-detection/tsconfig.json +0 -17
- package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +0 -88
- package/node_modules/@aws-crypto/sha256-browser/LICENSE +0 -202
- package/node_modules/@aws-crypto/sha256-browser/README.md +0 -31
- package/node_modules/@aws-crypto/sha256-browser/build/constants.d.ts +0 -10
- package/node_modules/@aws-crypto/sha256-browser/build/constants.js +0 -43
- package/node_modules/@aws-crypto/sha256-browser/build/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.d.ts +0 -8
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js +0 -35
- package/node_modules/@aws-crypto/sha256-browser/build/crossPlatformSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.d.ts +0 -9
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js +0 -80
- package/node_modules/@aws-crypto/sha256-browser/build/ie11Sha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/index.d.ts +0 -3
- package/node_modules/@aws-crypto/sha256-browser/build/index.js +0 -10
- package/node_modules/@aws-crypto/sha256-browser/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.d.ts +0 -2
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js +0 -11
- package/node_modules/@aws-crypto/sha256-browser/build/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.d.ts +0 -10
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js +0 -56
- package/node_modules/@aws-crypto/sha256-browser/build/webCryptoSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/sha256-browser/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/sha256-browser/package.json +0 -33
- package/node_modules/@aws-crypto/sha256-browser/src/constants.ts +0 -41
- package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -34
- package/node_modules/@aws-crypto/sha256-browser/src/ie11Sha256.ts +0 -108
- package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -3
- package/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +0 -9
- package/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +0 -71
- package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +0 -22
- package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +0 -86
- package/node_modules/@aws-crypto/sha256-js/LICENSE +0 -201
- package/node_modules/@aws-crypto/sha256-js/README.md +0 -29
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.d.ts +0 -17
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js +0 -124
- package/node_modules/@aws-crypto/sha256-js/build/RawSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/constants.d.ts +0 -20
- package/node_modules/@aws-crypto/sha256-js/build/constants.js +0 -98
- package/node_modules/@aws-crypto/sha256-js/build/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/index.d.ts +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/index.js +0 -5
- package/node_modules/@aws-crypto/sha256-js/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.d.ts +0 -12
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js +0 -85
- package/node_modules/@aws-crypto/sha256-js/build/jsSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.d.ts +0 -5
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js +0 -322
- package/node_modules/@aws-crypto/sha256-js/build/knownHashes.fixture.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/sha256-js/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/sha256-js/package.json +0 -28
- package/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +0 -164
- package/node_modules/@aws-crypto/sha256-js/src/constants.ts +0 -98
- package/node_modules/@aws-crypto/sha256-js/src/index.ts +0 -1
- package/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +0 -94
- package/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +0 -401
- package/node_modules/@aws-crypto/sha256-js/tsconfig.json +0 -17
- package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +0 -46
- package/node_modules/@aws-crypto/supports-web-crypto/LICENSE +0 -202
- package/node_modules/@aws-crypto/supports-web-crypto/README.md +0 -32
- package/node_modules/@aws-crypto/supports-web-crypto/build/index.d.ts +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/build/index.js +0 -5
- package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.d.ts +0 -4
- package/node_modules/@aws-crypto/supports-web-crypto/build/supportsWebCrypto.js +0 -69
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/supports-web-crypto/package.json +0 -26
- package/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +0 -76
- package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +0 -16
- package/node_modules/@aws-crypto/util/CHANGELOG.md +0 -47
- package/node_modules/@aws-crypto/util/LICENSE +0 -201
- package/node_modules/@aws-crypto/util/README.md +0 -16
- package/node_modules/@aws-crypto/util/build/convertToBuffer.d.ts +0 -2
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js +0 -24
- package/node_modules/@aws-crypto/util/build/convertToBuffer.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/index.d.ts +0 -4
- package/node_modules/@aws-crypto/util/build/index.js +0 -14
- package/node_modules/@aws-crypto/util/build/index.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/isEmptyData.d.ts +0 -2
- package/node_modules/@aws-crypto/util/build/isEmptyData.js +0 -13
- package/node_modules/@aws-crypto/util/build/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/numToUint8.d.ts +0 -1
- package/node_modules/@aws-crypto/util/build/numToUint8.js +0 -15
- package/node_modules/@aws-crypto/util/build/numToUint8.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.d.ts +0 -1
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js +0 -20
- package/node_modules/@aws-crypto/util/build/uint32ArrayFrom.js.map +0 -1
- package/node_modules/@aws-crypto/util/node_modules/tslib/CopyrightNotice.txt +0 -15
- package/node_modules/@aws-crypto/util/node_modules/tslib/LICENSE.txt +0 -12
- package/node_modules/@aws-crypto/util/node_modules/tslib/README.md +0 -142
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/index.js +0 -51
- package/node_modules/@aws-crypto/util/node_modules/tslib/modules/package.json +0 -3
- package/node_modules/@aws-crypto/util/node_modules/tslib/package.json +0 -37
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/index.js +0 -23
- package/node_modules/@aws-crypto/util/node_modules/tslib/test/validateModuleExportsMatchCommonJS/package.json +0 -6
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.d.ts +0 -37
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.html +0 -1
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.es6.js +0 -218
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.html +0 -1
- package/node_modules/@aws-crypto/util/node_modules/tslib/tslib.js +0 -284
- package/node_modules/@aws-crypto/util/package.json +0 -31
- package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +0 -30
- package/node_modules/@aws-crypto/util/src/index.ts +0 -7
- package/node_modules/@aws-crypto/util/src/isEmptyData.ts +0 -12
- package/node_modules/@aws-crypto/util/src/numToUint8.ts +0 -11
- package/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +0 -16
- package/node_modules/@aws-crypto/util/tsconfig.json +0 -23
- package/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -39
- package/node_modules/@aws-sdk/middleware-host-header/dist-es/index.js +0 -33
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/index.d.ts +0 -20
- package/node_modules/@aws-sdk/middleware-host-header/dist-types/ts3.4/index.d.ts +0 -29
- package/node_modules/@aws-sdk/middleware-host-header/package.json +0 -59
- package/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -4
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +0 -48
- package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +0 -42
- package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-logger/dist-types/loggerMiddleware.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/loggerMiddleware.d.ts +0 -17
- package/node_modules/@aws-sdk/middleware-logger/package.json +0 -60
- package/node_modules/@aws-sdk/middleware-token/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-token/README.md +0 -12
- package/node_modules/@aws-sdk/middleware-token/dist-cjs/configurations.js +0 -2
- package/node_modules/@aws-sdk/middleware-token/dist-cjs/getTokenPlugin.js +0 -10
- package/node_modules/@aws-sdk/middleware-token/dist-cjs/index.js +0 -7
- package/node_modules/@aws-sdk/middleware-token/dist-cjs/normalizeTokenProvider.js +0 -14
- package/node_modules/@aws-sdk/middleware-token/dist-cjs/resolveTokenConfig.js +0 -10
- package/node_modules/@aws-sdk/middleware-token/dist-cjs/tokenDefaultProvider.browser.js +0 -7
- package/node_modules/@aws-sdk/middleware-token/dist-cjs/tokenDefaultProvider.js +0 -5
- package/node_modules/@aws-sdk/middleware-token/dist-cjs/tokenMiddleware.js +0 -31
- package/node_modules/@aws-sdk/middleware-token/dist-es/getTokenPlugin.js +0 -6
- package/node_modules/@aws-sdk/middleware-token/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/middleware-token/dist-es/normalizeTokenProvider.js +0 -10
- package/node_modules/@aws-sdk/middleware-token/dist-es/resolveTokenConfig.js +0 -6
- package/node_modules/@aws-sdk/middleware-token/dist-es/tokenDefaultProvider.browser.js +0 -3
- package/node_modules/@aws-sdk/middleware-token/dist-es/tokenDefaultProvider.js +0 -2
- package/node_modules/@aws-sdk/middleware-token/dist-es/tokenMiddleware.js +0 -27
- package/node_modules/@aws-sdk/middleware-token/dist-types/configurations.d.ts +0 -19
- package/node_modules/@aws-sdk/middleware-token/dist-types/getTokenPlugin.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-token/dist-types/index.d.ts +0 -16
- package/node_modules/@aws-sdk/middleware-token/dist-types/normalizeTokenProvider.d.ts +0 -6
- package/node_modules/@aws-sdk/middleware-token/dist-types/resolveTokenConfig.d.ts +0 -5
- package/node_modules/@aws-sdk/middleware-token/dist-types/tokenDefaultProvider.browser.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-token/dist-types/tokenDefaultProvider.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-token/dist-types/tokenMiddleware.d.ts +0 -10
- package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/configurations.d.ts +0 -7
- package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/getTokenPlugin.d.ts +0 -5
- package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/normalizeTokenProvider.d.ts +0 -5
- package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/resolveTokenConfig.d.ts +0 -4
- package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/tokenDefaultProvider.browser.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/tokenDefaultProvider.d.ts +0 -3
- package/node_modules/@aws-sdk/middleware-token/dist-types/ts3.4/tokenMiddleware.d.ts +0 -12
- package/node_modules/@aws-sdk/middleware-token/package.json +0 -75
- package/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
- package/node_modules/@aws-sdk/region-config-resolver/README.md +0 -12
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/extensions/index.js +0 -30
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -5
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/config.js +0 -15
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -10
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/index.js +0 -5
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -5
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -29
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/extensions/index.js +0 -25
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/config.js +0 -12
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/index.js +0 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/extensions/index.d.ts +0 -16
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/config.d.ts +0 -17
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/index.d.ts +0 -8
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -37
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/extensions/index.d.ts +0 -14
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -8
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -2
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -1
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -14
- package/node_modules/@aws-sdk/region-config-resolver/package.json +0 -61
- package/node_modules/@aws-sdk/token-providers/LICENSE +0 -201
- package/node_modules/@aws-sdk/token-providers/README.md +0 -53
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-browser.js +0 -895
- package/node_modules/@aws-sdk/token-providers/dist-cjs/bundle/client-sso-oidc-node.js +0 -901
- package/node_modules/@aws-sdk/token-providers/dist-cjs/constants.js +0 -5
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromSso.js +0 -82
- package/node_modules/@aws-sdk/token-providers/dist-cjs/fromStatic.js +0 -11
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getNewSsoOidcToken.js +0 -15
- package/node_modules/@aws-sdk/token-providers/dist-cjs/getSsoOidcClient.js +0 -14
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +0 -7
- package/node_modules/@aws-sdk/token-providers/dist-cjs/nodeProvider.js +0 -9
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenExpiry.js +0 -11
- package/node_modules/@aws-sdk/token-providers/dist-cjs/validateTokenKey.js +0 -11
- package/node_modules/@aws-sdk/token-providers/dist-cjs/writeSSOTokenToFile.js +0 -12
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-browser.js +0 -872
- package/node_modules/@aws-sdk/token-providers/dist-es/bundle/client-sso-oidc-node.js +0 -878
- package/node_modules/@aws-sdk/token-providers/dist-es/constants.js +0 -2
- package/node_modules/@aws-sdk/token-providers/dist-es/fromSso.js +0 -78
- package/node_modules/@aws-sdk/token-providers/dist-es/fromStatic.js +0 -7
- package/node_modules/@aws-sdk/token-providers/dist-es/getNewSsoOidcToken.js +0 -11
- package/node_modules/@aws-sdk/token-providers/dist-es/getSsoOidcClient.js +0 -10
- package/node_modules/@aws-sdk/token-providers/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/token-providers/dist-es/nodeProvider.js +0 -5
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenExpiry.js +0 -7
- package/node_modules/@aws-sdk/token-providers/dist-es/validateTokenKey.js +0 -7
- package/node_modules/@aws-sdk/token-providers/dist-es/writeSSOTokenToFile.js +0 -8
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-browser.d.ts +0 -187
- package/node_modules/@aws-sdk/token-providers/dist-types/bundle/client-sso-oidc-node.d.ts +0 -187
- package/node_modules/@aws-sdk/token-providers/dist-types/constants.d.ts +0 -8
- package/node_modules/@aws-sdk/token-providers/dist-types/fromSso.d.ts +0 -8
- package/node_modules/@aws-sdk/token-providers/dist-types/fromStatic.d.ts +0 -8
- package/node_modules/@aws-sdk/token-providers/dist-types/getNewSsoOidcToken.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/dist-types/getSsoOidcClient.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/nodeProvider.d.ts +0 -18
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-browser.d.ts +0 -235
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/bundle/client-sso-oidc-node.d.ts +0 -235
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/constants.d.ts +0 -3
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromSso.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/fromStatic.d.ts +0 -7
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getNewSsoOidcToken.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/getSsoOidcClient.d.ts +0 -1
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/nodeProvider.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenExpiry.d.ts +0 -2
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/validateTokenKey.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/dist-types/ts3.4/writeSSOTokenToFile.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenExpiry.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/dist-types/validateTokenKey.d.ts +0 -4
- package/node_modules/@aws-sdk/token-providers/dist-types/writeSSOTokenToFile.d.ts +0 -5
- package/node_modules/@aws-sdk/token-providers/package.json +0 -104
- package/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/debugId.js +0 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/index.js +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/debug/toDebugString.js +0 -16
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -7
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/index.js +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/isVirtualHostableS3Bucket.js +0 -29
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/parseArn.js +0 -19
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partition.js +0 -49
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -213
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/booleanEquals.js +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttr.js +0 -15
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/getAttrPathList.js +0 -29
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/index.js +0 -14
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isIpAddress.js +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isSet.js +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/isValidHostLabel.js +0 -17
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/not.js +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/parseURL.js +0 -55
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/stringEquals.js +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/substring.js +0 -13
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/uriEncode.js +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/resolveEndpoint.js +0 -42
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointError.js +0 -10
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/EndpointRuleObject.js +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/ErrorRuleObject.js +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/RuleSetObject.js +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/TreeRuleObject.js +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/index.js +0 -9
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/types/shared.js +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/callFunction.js +0 -11
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateCondition.js +0 -19
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateConditions.js +0 -27
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateEndpointRule.js +0 -32
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateErrorRule.js +0 -18
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateExpression.js +0 -20
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateRules.js +0 -31
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTemplate.js +0 -40
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/evaluateTreeRule.js +0 -17
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointHeaders.js +0 -16
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperties.js +0 -9
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointProperty.js +0 -25
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getEndpointUrl.js +0 -19
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/getReferenceValue.js +0 -11
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/utils/index.js +0 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-es/debug/debugId.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/debug/index.js +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-es/debug/toDebugString.js +0 -12
- package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +0 -25
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +0 -15
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +0 -41
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -213
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/booleanEquals.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttr.js +0 -11
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/getAttrPathList.js +0 -25
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/index.js +0 -10
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isSet.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isValidHostLabel.js +0 -13
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/not.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/parseURL.js +0 -51
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/stringEquals.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/substring.js +0 -9
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/uriEncode.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +0 -37
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/callFunction.js +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateCondition.js +0 -14
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateConditions.js +0 -22
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateEndpointRule.js +0 -27
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateErrorRule.js +0 -14
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateExpression.js +0 -16
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateRules.js +0 -27
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTemplate.js +0 -36
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/evaluateTreeRule.js +0 -13
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointHeaders.js +0 -12
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperties.js +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointProperty.js +0 -21
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getEndpointUrl.js +0 -15
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/getReferenceValue.js +0 -7
- package/node_modules/@aws-sdk/util-endpoints/dist-es/utils/index.js +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/debug/debugId.d.ts +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/debug/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/debug/toDebugString.d.ts +0 -9
- package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +0 -7
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +0 -38
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/booleanEquals.d.ts +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttr.d.ts +0 -7
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/getAttrPathList.d.ts +0 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/index.d.ts +0 -10
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +0 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isSet.d.ts +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isValidHostLabel.d.ts +0 -7
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/not.d.ts +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/parseURL.d.ts +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/stringEquals.d.ts +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/substring.d.ts +0 -7
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/uriEncode.d.ts +0 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/debugId.d.ts +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/debug/toDebugString.d.ts +0 -9
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +0 -28
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/booleanEquals.d.ts +0 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttr.d.ts +0 -11
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/getAttrPathList.d.ts +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/index.d.ts +0 -11
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isSet.d.ts +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isValidHostLabel.d.ts +0 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/not.d.ts +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/parseURL.d.ts +0 -4
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/stringEquals.d.ts +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/substring.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/uriEncode.d.ts +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +0 -15
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +0 -7
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +0 -19
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +0 -12
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +0 -29
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/callFunction.d.ts +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateCondition.d.ts +0 -13
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateConditions.d.ts +0 -13
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateEndpointRule.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateErrorRule.d.ts +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateExpression.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateRules.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTemplate.d.ts +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/evaluateTreeRule.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointHeaders.d.ts +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperties.d.ts +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointProperty.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getEndpointUrl.d.ts +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/getReferenceValue.d.ts +0 -5
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/utils/index.d.ts +0 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +0 -15
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +0 -7
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +0 -19
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +0 -10
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +0 -25
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/callFunction.d.ts +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateCondition.d.ts +0 -8
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateConditions.d.ts +0 -8
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateExpression.d.ts +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateRules.d.ts +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/getReferenceValue.d.ts +0 -2
- package/node_modules/@aws-sdk/util-endpoints/dist-types/utils/index.d.ts +0 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +0 -58
- package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
- package/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -10
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/configurations.js +0 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -23
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -17
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/configurations.js +0 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +0 -17
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +0 -13
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +0 -7
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +0 -9
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +0 -9
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/configurations.d.ts +0 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.native.d.ts +0 -6
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -56
- package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -10
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -42
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/is-crt-available.js +0 -15
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -38
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/is-crt-available.js +0 -11
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -20
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +0 -5
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/is-crt-available.d.ts +0 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -67
- package/node_modules/@aws-sdk/util-utf8-browser/LICENSE +0 -201
- package/node_modules/@aws-sdk/util-utf8-browser/README.md +0 -8
- package/node_modules/@aws-sdk/util-utf8-browser/package.json +0 -50
- package/node_modules/@smithy/abort-controller/LICENSE +0 -201
- package/node_modules/@smithy/abort-controller/README.md +0 -4
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortController.js +0 -1
- package/node_modules/@smithy/abort-controller/dist-cjs/AbortSignal.js +0 -1
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +0 -82
- package/node_modules/@smithy/abort-controller/dist-es/AbortController.js +0 -9
- package/node_modules/@smithy/abort-controller/dist-es/AbortSignal.js +0 -20
- package/node_modules/@smithy/abort-controller/dist-es/index.js +0 -2
- package/node_modules/@smithy/abort-controller/dist-types/AbortController.d.ts +0 -13
- package/node_modules/@smithy/abort-controller/dist-types/AbortSignal.d.ts +0 -18
- package/node_modules/@smithy/abort-controller/dist-types/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortController.d.ts +0 -13
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/AbortSignal.d.ts +0 -18
- package/node_modules/@smithy/abort-controller/dist-types/ts3.4/index.d.ts +0 -9
- package/node_modules/@smithy/abort-controller/package.json +0 -62
- package/node_modules/@smithy/config-resolver/LICENSE +0 -201
- package/node_modules/@smithy/config-resolver/README.md +0 -10
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/index.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveCustomEndpointsConfig.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/resolveEndpointsConfig.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/endpointsConfig/utils/getEndpointFromRegion.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +0 -235
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/config.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/getRealRegion.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/index.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionConfig/resolveRegionConfig.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariant.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/EndpointVariantTag.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/PartitionHash.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/RegionHash.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getHostnameFromVariants.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getRegionInfo.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedHostname.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedPartition.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/getResolvedSigningRegion.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-cjs/regionInfo/index.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +0 -9
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +0 -9
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/index.js +0 -4
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveCustomEndpointsConfig.js +0 -11
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/resolveEndpointsConfig.js +0 -15
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/utils/getEndpointFromRegion.js +0 -15
- package/node_modules/@smithy/config-resolver/dist-es/index.js +0 -3
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/config.js +0 -12
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/getRealRegion.js +0 -6
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/index.js +0 -2
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/isFipsRegion.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionConfig/resolveRegionConfig.js +0 -25
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariant.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/EndpointVariantTag.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/PartitionHash.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/RegionHash.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getHostnameFromVariants.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getRegionInfo.js +0 -29
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedHostname.js +0 -5
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedPartition.js +0 -1
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/getResolvedSigningRegion.js +0 -12
- package/node_modules/@smithy/config-resolver/dist-es/regionInfo/index.js +0 -3
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/index.d.ts +0 -16
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -29
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +0 -51
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/index.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/index.d.ts +0 -8
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +0 -34
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +0 -10
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +0 -7
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +0 -14
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/regionInfo/index.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/index.d.ts +0 -16
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +0 -29
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +0 -51
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/utils/getEndpointFromRegion.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/config.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/getRealRegion.d.ts +0 -4
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/index.d.ts +0 -8
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/isFipsRegion.d.ts +0 -4
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionConfig/resolveRegionConfig.d.ts +0 -34
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariant.d.ts +0 -10
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/EndpointVariantTag.d.ts +0 -7
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/PartitionHash.d.ts +0 -14
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/RegionHash.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getHostnameFromVariants.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getRegionInfo.d.ts +0 -17
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedHostname.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedPartition.d.ts +0 -11
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/getResolvedSigningRegion.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/regionInfo/index.d.ts +0 -12
- package/node_modules/@smithy/config-resolver/package.json +0 -64
- package/node_modules/@smithy/credential-provider-imds/LICENSE +0 -201
- package/node_modules/@smithy/credential-provider-imds/README.md +0 -11
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/Endpoint.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointConfigOptions.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointMode.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/config/EndpointModeConfigOptions.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/error/InstanceMetadataV1FallbackError.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromContainerMetadata.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/fromInstanceMetadata.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +0 -437
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/ImdsCredentials.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/RemoteProviderInit.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/httpRequest.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/index.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/remoteProvider/retry.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getExtendedInstanceMetadataCredentials.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/getInstanceMetadataEndpoint.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/utils/staticStabilityProvider.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/Endpoint.js +0 -5
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointConfigOptions.js +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointMode.js +0 -5
- package/node_modules/@smithy/credential-provider-imds/dist-es/config/EndpointModeConfigOptions.js +0 -8
- package/node_modules/@smithy/credential-provider-imds/dist-es/error/InstanceMetadataV1FallbackError.js +0 -9
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +0 -66
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromInstanceMetadata.js +0 -132
- package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/ImdsCredentials.js +0 -12
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/RemoteProviderInit.js +0 -3
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +0 -36
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/retry.js +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-es/types.js +0 -1
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +0 -17
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getInstanceMetadataEndpoint.js +0 -19
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/staticStabilityProvider.js +0 -25
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/Endpoint.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +0 -13
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointMode.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +0 -13
- package/node_modules/@smithy/credential-provider-imds/dist-types/error/InstanceMetadataV1FallbackError.d.ts +0 -12
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +0 -21
- package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +0 -10
- package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +0 -28
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +0 -18
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +0 -40
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -8
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +0 -10
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/Endpoint.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointConfigOptions.d.ts +0 -13
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointMode.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/config/EndpointModeConfigOptions.d.ts +0 -13
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/error/InstanceMetadataV1FallbackError.d.ts +0 -12
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromContainerMetadata.d.ts +0 -21
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/fromInstanceMetadata.d.ts +0 -10
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +0 -28
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/ImdsCredentials.d.ts +0 -18
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/RemoteProviderInit.d.ts +0 -40
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/httpRequest.d.ts +0 -6
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/index.d.ts +0 -8
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/remoteProvider/retry.d.ts +0 -10
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/types.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/getInstanceMetadataEndpoint.d.ts +0 -21
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/utils/staticStabilityProvider.d.ts +0 -16
- package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +0 -7
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +0 -6
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +0 -21
- package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +0 -16
- package/node_modules/@smithy/credential-provider-imds/package.json +0 -70
- package/node_modules/@smithy/eventstream-codec/LICENSE +0 -201
- package/node_modules/@smithy/eventstream-codec/README.md +0 -4
- package/node_modules/@smithy/eventstream-codec/dist-cjs/EventStreamCodec.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/HeaderMarshaller.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Int64.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/Message.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageDecoderStream.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/MessageEncoderStream.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageDecoderStream.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/SmithyMessageEncoderStream.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/TestVectors.fixture.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/index.js +0 -468
- package/node_modules/@smithy/eventstream-codec/dist-cjs/splitMessage.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-cjs/vectorTypes.fixture.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-es/EventStreamCodec.js +0 -62
- package/node_modules/@smithy/eventstream-codec/dist-es/HeaderMarshaller.js +0 -182
- package/node_modules/@smithy/eventstream-codec/dist-es/Int64.js +0 -43
- package/node_modules/@smithy/eventstream-codec/dist-es/Message.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-es/MessageDecoderStream.js +0 -14
- package/node_modules/@smithy/eventstream-codec/dist-es/MessageEncoderStream.js +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageDecoderStream.js +0 -16
- package/node_modules/@smithy/eventstream-codec/dist-es/SmithyMessageEncoderStream.js +0 -14
- package/node_modules/@smithy/eventstream-codec/dist-es/TestVectors.fixture.js +0 -690
- package/node_modules/@smithy/eventstream-codec/dist-es/index.js +0 -8
- package/node_modules/@smithy/eventstream-codec/dist-es/splitMessage.js +0 -30
- package/node_modules/@smithy/eventstream-codec/dist-es/vectorTypes.fixture.js +0 -1
- package/node_modules/@smithy/eventstream-codec/dist-types/EventStreamCodec.d.ts +0 -31
- package/node_modules/@smithy/eventstream-codec/dist-types/HeaderMarshaller.d.ts +0 -12
- package/node_modules/@smithy/eventstream-codec/dist-types/Int64.d.ts +0 -20
- package/node_modules/@smithy/eventstream-codec/dist-types/Message.d.ts +0 -26
- package/node_modules/@smithy/eventstream-codec/dist-types/MessageDecoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/MessageEncoderStream.d.ts +0 -18
- package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageDecoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/SmithyMessageEncoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/TestVectors.fixture.d.ts +0 -2
- package/node_modules/@smithy/eventstream-codec/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-codec/dist-types/splitMessage.d.ts +0 -11
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/EventStreamCodec.d.ts +0 -31
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/HeaderMarshaller.d.ts +0 -12
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Int64.d.ts +0 -20
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/Message.d.ts +0 -26
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageDecoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/MessageEncoderStream.d.ts +0 -18
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageDecoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/SmithyMessageEncoderStream.d.ts +0 -17
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/TestVectors.fixture.d.ts +0 -2
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/splitMessage.d.ts +0 -11
- package/node_modules/@smithy/eventstream-codec/dist-types/ts3.4/vectorTypes.fixture.d.ts +0 -12
- package/node_modules/@smithy/eventstream-codec/dist-types/vectorTypes.fixture.d.ts +0 -12
- package/node_modules/@smithy/eventstream-codec/package.json +0 -61
- package/node_modules/@smithy/eventstream-serde-browser/LICENSE +0 -201
- package/node_modules/@smithy/eventstream-serde-browser/README.md +0 -10
- package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/EventStreamMarshaller.js +0 -1
- package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/index.js +0 -103
- package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/provider.js +0 -1
- package/node_modules/@smithy/eventstream-serde-browser/dist-cjs/utils.js +0 -1
- package/node_modules/@smithy/eventstream-serde-browser/dist-es/EventStreamMarshaller.js +0 -19
- package/node_modules/@smithy/eventstream-serde-browser/dist-es/index.js +0 -3
- package/node_modules/@smithy/eventstream-serde-browser/dist-es/provider.js +0 -2
- package/node_modules/@smithy/eventstream-serde-browser/dist-es/utils.js +0 -28
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/EventStreamMarshaller.d.ts +0 -47
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/index.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -47
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/ts3.4/utils.d.ts +0 -13
- package/node_modules/@smithy/eventstream-serde-browser/dist-types/utils.d.ts +0 -13
- package/node_modules/@smithy/eventstream-serde-browser/package.json +0 -61
- package/node_modules/@smithy/eventstream-serde-node/LICENSE +0 -201
- package/node_modules/@smithy/eventstream-serde-node/README.md +0 -10
- package/node_modules/@smithy/eventstream-serde-node/dist-cjs/EventStreamMarshaller.js +0 -1
- package/node_modules/@smithy/eventstream-serde-node/dist-cjs/index.js +0 -88
- package/node_modules/@smithy/eventstream-serde-node/dist-cjs/provider.js +0 -1
- package/node_modules/@smithy/eventstream-serde-node/dist-cjs/utils.js +0 -1
- package/node_modules/@smithy/eventstream-serde-node/dist-es/EventStreamMarshaller.js +0 -18
- package/node_modules/@smithy/eventstream-serde-node/dist-es/index.js +0 -2
- package/node_modules/@smithy/eventstream-serde-node/dist-es/provider.js +0 -2
- package/node_modules/@smithy/eventstream-serde-node/dist-es/utils.js +0 -26
- package/node_modules/@smithy/eventstream-serde-node/dist-types/EventStreamMarshaller.d.ts +0 -24
- package/node_modules/@smithy/eventstream-serde-node/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-node/dist-types/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -24
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-node/dist-types/ts3.4/utils.d.ts +0 -13
- package/node_modules/@smithy/eventstream-serde-node/dist-types/utils.d.ts +0 -13
- package/node_modules/@smithy/eventstream-serde-node/package.json +0 -62
- package/node_modules/@smithy/eventstream-serde-universal/LICENSE +0 -201
- package/node_modules/@smithy/eventstream-serde-universal/README.md +0 -10
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/EventStreamMarshaller.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/fixtures/MockEventMessageSource.fixture.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/fixtures/event.fixture.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getChunkedStream.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/getUnmarshalledStream.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/index.js +0 -182
- package/node_modules/@smithy/eventstream-serde-universal/dist-cjs/provider.js +0 -1
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/EventStreamMarshaller.js +0 -23
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/fixtures/MockEventMessageSource.fixture.js +0 -30
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/fixtures/event.fixture.js +0 -4
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/getChunkedStream.js +0 -66
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/getUnmarshalledStream.js +0 -47
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/index.js +0 -2
- package/node_modules/@smithy/eventstream-serde-universal/dist-es/provider.js +0 -2
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/EventStreamMarshaller.d.ts +0 -23
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/fixtures/MockEventMessageSource.fixture.d.ts +0 -22
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/fixtures/event.fixture.d.ts +0 -17
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/getChunkedStream.d.ts +0 -4
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/getUnmarshalledStream.d.ts +0 -18
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/EventStreamMarshaller.d.ts +0 -23
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/fixtures/MockEventMessageSource.fixture.d.ts +0 -21
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/fixtures/event.fixture.d.ts +0 -17
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getChunkedStream.d.ts +0 -4
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/getUnmarshalledStream.d.ts +0 -18
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/eventstream-serde-universal/dist-types/ts3.4/provider.d.ts +0 -3
- package/node_modules/@smithy/eventstream-serde-universal/package.json +0 -63
- package/node_modules/@smithy/fetch-http-handler/LICENSE +0 -201
- package/node_modules/@smithy/fetch-http-handler/README.md +0 -4
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +0 -220
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/request-timeout.js +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/stream-collector.js +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +0 -111
- package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +0 -2
- package/node_modules/@smithy/fetch-http-handler/dist-es/request-timeout.js +0 -11
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -45
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +0 -33
- package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +0 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/request-timeout.d.ts +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +0 -33
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/request-timeout.d.ts +0 -1
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/stream-collector.d.ts +0 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +0 -79
- package/node_modules/@smithy/hash-node/LICENSE +0 -201
- package/node_modules/@smithy/hash-node/README.md +0 -10
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +0 -66
- package/node_modules/@smithy/hash-node/dist-es/index.js +0 -34
- package/node_modules/@smithy/hash-node/dist-types/index.d.ts +0 -13
- package/node_modules/@smithy/hash-node/dist-types/ts3.4/index.d.ts +0 -13
- package/node_modules/@smithy/hash-node/package.json +0 -64
- package/node_modules/@smithy/invalid-dependency/LICENSE +0 -201
- package/node_modules/@smithy/invalid-dependency/README.md +0 -10
- package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +0 -41
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidFunction.js +0 -1
- package/node_modules/@smithy/invalid-dependency/dist-cjs/invalidProvider.js +0 -1
- package/node_modules/@smithy/invalid-dependency/dist-es/index.js +0 -2
- package/node_modules/@smithy/invalid-dependency/dist-es/invalidFunction.js +0 -3
- package/node_modules/@smithy/invalid-dependency/dist-es/invalidProvider.js +0 -1
- package/node_modules/@smithy/invalid-dependency/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/invalid-dependency/dist-types/invalidFunction.d.ts +0 -4
- package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +0 -5
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidFunction.d.ts +0 -4
- package/node_modules/@smithy/invalid-dependency/dist-types/ts3.4/invalidProvider.d.ts +0 -5
- package/node_modules/@smithy/invalid-dependency/package.json +0 -57
- package/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
- package/node_modules/@smithy/is-array-buffer/README.md +0 -10
- package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
- package/node_modules/@smithy/is-array-buffer/dist-es/index.js +0 -2
- package/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +0 -4
- package/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/is-array-buffer/package.json +0 -60
- package/node_modules/@smithy/middleware-content-length/LICENSE +0 -201
- package/node_modules/@smithy/middleware-content-length/README.md +0 -4
- package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +0 -71
- package/node_modules/@smithy/middleware-content-length/dist-es/index.js +0 -39
- package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +0 -6
- package/node_modules/@smithy/middleware-content-length/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@smithy/middleware-content-length/package.json +0 -63
- package/node_modules/@smithy/middleware-endpoint/LICENSE +0 -201
- package/node_modules/@smithy/middleware-endpoint/README.md +0 -10
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/createConfigValueProvider.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.browser.js +0 -5
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromConfig.js +0 -7
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointFromInstructions.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/getEndpointUrlConfig.js +0 -35
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/index.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/adaptors/toEndpointV1.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/endpointMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/getEndpointPlugin.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +0 -254
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/resolveEndpointConfig.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/index.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/service-customizations/s3.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +0 -32
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.browser.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromConfig.js +0 -3
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +0 -45
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointUrlConfig.js +0 -31
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/index.js +0 -2
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +0 -10
- package/node_modules/@smithy/middleware-endpoint/dist-es/endpointMiddleware.js +0 -32
- package/node_modules/@smithy/middleware-endpoint/dist-es/getEndpointPlugin.js +0 -18
- package/node_modules/@smithy/middleware-endpoint/dist-es/index.js +0 -5
- package/node_modules/@smithy/middleware-endpoint/dist-es/resolveEndpointConfig.js +0 -16
- package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/index.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/service-customizations/s3.js +0 -37
- package/node_modules/@smithy/middleware-endpoint/dist-es/types.js +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +0 -13
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromConfig.d.ts +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +0 -28
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/index.d.ts +0 -8
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +0 -5
- package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +0 -10
- package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +0 -11
- package/node_modules/@smithy/middleware-endpoint/dist-types/index.d.ts +0 -17
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +0 -93
- package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/index.d.ts +0 -4
- package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +0 -26
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +0 -13
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.browser.d.ts +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromConfig.d.ts +0 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointFromInstructions.d.ts +0 -28
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/getEndpointUrlConfig.d.ts +0 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/index.d.ts +0 -8
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +0 -5
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/endpointMiddleware.d.ts +0 -10
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/getEndpointPlugin.d.ts +0 -11
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/index.d.ts +0 -17
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +0 -93
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/index.d.ts +0 -4
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/service-customizations/s3.d.ts +0 -26
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/types.d.ts +0 -34
- package/node_modules/@smithy/middleware-endpoint/dist-types/types.d.ts +0 -34
- package/node_modules/@smithy/middleware-endpoint/package.json +0 -73
- package/node_modules/@smithy/middleware-retry/LICENSE +0 -201
- package/node_modules/@smithy/middleware-retry/README.md +0 -11
- package/node_modules/@smithy/middleware-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/StandardRetryStrategy.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/configurations.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/defaultRetryQuota.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/delayDecider.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +0 -425
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +0 -5
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +0 -7
- package/node_modules/@smithy/middleware-retry/dist-cjs/omitRetryHeadersMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryDecider.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-cjs/util.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-es/AdaptiveRetryStrategy.js +0 -20
- package/node_modules/@smithy/middleware-retry/dist-es/StandardRetryStrategy.js +0 -90
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +0 -52
- package/node_modules/@smithy/middleware-retry/dist-es/defaultRetryQuota.js +0 -27
- package/node_modules/@smithy/middleware-retry/dist-es/delayDecider.js +0 -2
- package/node_modules/@smithy/middleware-retry/dist-es/index.js +0 -7
- package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +0 -3
- package/node_modules/@smithy/middleware-retry/dist-es/omitRetryHeadersMiddleware.js +0 -22
- package/node_modules/@smithy/middleware-retry/dist-es/retryDecider.js +0 -7
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +0 -112
- package/node_modules/@smithy/middleware-retry/dist-es/types.js +0 -1
- package/node_modules/@smithy/middleware-retry/dist-es/util.js +0 -9
- package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -20
- package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +0 -30
- package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +0 -45
- package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +0 -18
- package/node_modules/@smithy/middleware-retry/dist-types/delayDecider.d.ts +0 -4
- package/node_modules/@smithy/middleware-retry/dist-types/index.d.ts +0 -7
- package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +0 -4
- package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +0 -6
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -20
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -30
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/configurations.d.ts +0 -45
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/defaultRetryQuota.d.ts +0 -18
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/delayDecider.d.ts +0 -4
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/omitRetryHeadersMiddleware.d.ts +0 -4
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryDecider.d.ts +0 -5
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/retryMiddleware.d.ts +0 -6
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/types.d.ts +0 -53
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/util.d.ts +0 -2
- package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +0 -53
- package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +0 -2
- package/node_modules/@smithy/middleware-retry/package.json +0 -78
- package/node_modules/@smithy/middleware-serde/LICENSE +0 -201
- package/node_modules/@smithy/middleware-serde/README.md +0 -4
- package/node_modules/@smithy/middleware-serde/dist-cjs/deserializerMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +0 -102
- package/node_modules/@smithy/middleware-serde/dist-cjs/serdePlugin.js +0 -1
- package/node_modules/@smithy/middleware-serde/dist-cjs/serializerMiddleware.js +0 -1
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +0 -25
- package/node_modules/@smithy/middleware-serde/dist-es/index.js +0 -3
- package/node_modules/@smithy/middleware-serde/dist-es/serdePlugin.js +0 -22
- package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +0 -13
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +0 -5
- package/node_modules/@smithy/middleware-serde/dist-types/index.d.ts +0 -3
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +0 -12
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +0 -6
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +0 -5
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +0 -12
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +0 -6
- package/node_modules/@smithy/middleware-serde/package.json +0 -62
- package/node_modules/@smithy/middleware-stack/LICENSE +0 -201
- package/node_modules/@smithy/middleware-stack/README.md +0 -78
- package/node_modules/@smithy/middleware-stack/dist-cjs/MiddlewareStack.js +0 -1
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +0 -318
- package/node_modules/@smithy/middleware-stack/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/middleware-stack/dist-es/MiddlewareStack.js +0 -281
- package/node_modules/@smithy/middleware-stack/dist-es/index.js +0 -1
- package/node_modules/@smithy/middleware-stack/dist-es/types.js +0 -1
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +0 -2
- package/node_modules/@smithy/middleware-stack/dist-types/index.d.ts +0 -1
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +0 -2
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/types.d.ts +0 -22
- package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +0 -22
- package/node_modules/@smithy/middleware-stack/package.json +0 -63
- package/node_modules/@smithy/node-config-provider/LICENSE +0 -201
- package/node_modules/@smithy/node-config-provider/README.md +0 -4
- package/node_modules/@smithy/node-config-provider/dist-cjs/configLoader.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromEnv.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromSharedConfigFiles.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/fromStatic.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +0 -87
- package/node_modules/@smithy/node-config-provider/dist-es/configLoader.js +0 -5
- package/node_modules/@smithy/node-config-provider/dist-es/fromEnv.js +0 -13
- package/node_modules/@smithy/node-config-provider/dist-es/fromSharedConfigFiles.js +0 -22
- package/node_modules/@smithy/node-config-provider/dist-es/fromStatic.js +0 -3
- package/node_modules/@smithy/node-config-provider/dist-es/index.js +0 -1
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +0 -22
- package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +0 -7
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +0 -15
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +0 -3
- package/node_modules/@smithy/node-config-provider/dist-types/index.d.ts +0 -1
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +0 -22
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromEnv.d.ts +0 -7
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +0 -15
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +0 -3
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@smithy/node-config-provider/package.json +0 -65
- package/node_modules/@smithy/node-http-handler/LICENSE +0 -201
- package/node_modules/@smithy/node-http-handler/README.md +0 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/get-transformed-headers.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +0 -687
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-manager.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-connection-pool.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/readable.mock.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/server.mock.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-connection-timeout.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-keep-alive.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/set-socket-timeout.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/collector.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/index.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/stream-collector/readable.mock.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-cjs/write-request-body.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-es/constants.js +0 -1
- package/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js +0 -9
- package/node_modules/@smithy/node-http-handler/dist-es/index.js +0 -3
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +0 -184
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +0 -86
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +0 -32
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +0 -159
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +0 -19
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +0 -81
- package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +0 -21
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +0 -8
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +0 -6
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -11
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -14
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -19
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +0 -52
- package/node_modules/@smithy/node-http-handler/dist-types/constants.d.ts +0 -5
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +0 -4
- package/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +0 -3
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +0 -37
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +0 -22
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +0 -57
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -14
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +0 -12
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -7
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -14
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/constants.d.ts +0 -5
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +0 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +0 -36
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +0 -22
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +0 -57
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +0 -12
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +0 -6
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +0 -12
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +0 -13
- package/node_modules/@smithy/node-http-handler/package.json +0 -67
- package/node_modules/@smithy/property-provider/LICENSE +0 -201
- package/node_modules/@smithy/property-provider/README.md +0 -10
- package/node_modules/@smithy/property-provider/dist-cjs/CredentialsProviderError.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/ProviderError.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/TokenProviderError.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/chain.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/fromStatic.js +0 -1
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +0 -150
- package/node_modules/@smithy/property-provider/dist-cjs/memoize.js +0 -1
- package/node_modules/@smithy/property-provider/dist-es/CredentialsProviderError.js +0 -9
- package/node_modules/@smithy/property-provider/dist-es/ProviderError.js +0 -11
- package/node_modules/@smithy/property-provider/dist-es/TokenProviderError.js +0 -9
- package/node_modules/@smithy/property-provider/dist-es/chain.js +0 -21
- package/node_modules/@smithy/property-provider/dist-es/fromStatic.js +0 -1
- package/node_modules/@smithy/property-provider/dist-es/index.js +0 -6
- package/node_modules/@smithy/property-provider/dist-es/memoize.js +0 -45
- package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +0 -17
- package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +0 -17
- package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +0 -17
- package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +0 -13
- package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +0 -5
- package/node_modules/@smithy/property-provider/dist-types/index.d.ts +0 -24
- package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +0 -40
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +0 -17
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/ProviderError.d.ts +0 -17
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +0 -17
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/chain.d.ts +0 -13
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/fromStatic.d.ts +0 -5
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/index.d.ts +0 -24
- package/node_modules/@smithy/property-provider/dist-types/ts3.4/memoize.d.ts +0 -40
- package/node_modules/@smithy/property-provider/package.json +0 -60
- package/node_modules/@smithy/protocol-http/LICENSE +0 -201
- package/node_modules/@smithy/protocol-http/README.md +0 -4
- package/node_modules/@smithy/protocol-http/dist-cjs/Field.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/Fields.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/httpExtensionConfiguration.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/httpHandler.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/httpRequest.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/httpResponse.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +0 -237
- package/node_modules/@smithy/protocol-http/dist-cjs/isValidHostname.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-es/Field.js +0 -23
- package/node_modules/@smithy/protocol-http/dist-es/Fields.js +0 -19
- package/node_modules/@smithy/protocol-http/dist-es/extensions/httpExtensionConfiguration.js +0 -22
- package/node_modules/@smithy/protocol-http/dist-es/extensions/index.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-es/httpHandler.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-es/httpRequest.js +0 -48
- package/node_modules/@smithy/protocol-http/dist-es/httpResponse.js +0 -14
- package/node_modules/@smithy/protocol-http/dist-es/index.js +0 -8
- package/node_modules/@smithy/protocol-http/dist-es/isValidHostname.js +0 -4
- package/node_modules/@smithy/protocol-http/dist-es/types.js +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +0 -49
- package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +0 -44
- package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +0 -37
- package/node_modules/@smithy/protocol-http/dist-types/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -37
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +0 -23
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +0 -16
- package/node_modules/@smithy/protocol-http/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/protocol-http/dist-types/isValidHostname.d.ts +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +0 -49
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Fields.d.ts +0 -44
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/httpExtensionConfiguration.d.ts +0 -37
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -37
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +0 -23
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +0 -16
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/isValidHostname.d.ts +0 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/types.d.ts +0 -21
- package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +0 -21
- package/node_modules/@smithy/protocol-http/package.json +0 -61
- package/node_modules/@smithy/querystring-builder/LICENSE +0 -201
- package/node_modules/@smithy/querystring-builder/README.md +0 -10
- package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +0 -52
- package/node_modules/@smithy/querystring-builder/dist-es/index.js +0 -21
- package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +0 -5
- package/node_modules/@smithy/querystring-builder/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/querystring-builder/package.json +0 -61
- package/node_modules/@smithy/querystring-parser/LICENSE +0 -201
- package/node_modules/@smithy/querystring-parser/README.md +0 -10
- package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +0 -53
- package/node_modules/@smithy/querystring-parser/dist-es/index.js +0 -23
- package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +0 -5
- package/node_modules/@smithy/querystring-parser/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/querystring-parser/package.json +0 -60
- package/node_modules/@smithy/service-error-classification/LICENSE +0 -201
- package/node_modules/@smithy/service-error-classification/README.md +0 -4
- package/node_modules/@smithy/service-error-classification/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +0 -98
- package/node_modules/@smithy/service-error-classification/dist-es/constants.js +0 -27
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +0 -21
- package/node_modules/@smithy/service-error-classification/dist-types/constants.d.ts +0 -26
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +0 -19
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/constants.d.ts +0 -26
- package/node_modules/@smithy/service-error-classification/dist-types/ts3.4/index.d.ts +0 -19
- package/node_modules/@smithy/service-error-classification/package.json +0 -59
- package/node_modules/@smithy/shared-ini-file-loader/LICENSE +0 -201
- package/node_modules/@smithy/shared-ini-file-loader/README.md +0 -105
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigFilepath.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getCredentialsFilepath.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getHomeDir.js +0 -26
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getProfileName.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFilepath.js +0 -12
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSSOTokenFromFile.js +0 -12
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getSsoSessionData.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +0 -190
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSharedConfigFiles.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/loadSsoSessionData.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/mergeConfigFiles.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseIni.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/parseKnownFiles.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/slurpFile.js +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +0 -18
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigFilepath.js +0 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getCredentialsFilepath.js +0 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getHomeDir.js +0 -22
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getProfileName.js +0 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFilepath.js +0 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSSOTokenFromFile.js +0 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getSsoSessionData.js +0 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/index.js +0 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSharedConfigFiles.js +0 -27
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/loadSsoSessionData.js +0 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/mergeConfigFiles.js +0 -14
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseIni.js +0 -52
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/parseKnownFiles.js +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/slurpFile.js +0 -9
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/types.js +0 -1
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +0 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigFilepath.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getCredentialsFilepath.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getHomeDir.d.ts +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +0 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +0 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +0 -44
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +0 -22
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +0 -10
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +0 -15
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/slurpFile.d.ts +0 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigData.d.ts +0 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getConfigFilepath.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getCredentialsFilepath.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getHomeDir.d.ts +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +0 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +0 -4
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +0 -44
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSsoSessionData.d.ts +0 -6
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +0 -22
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +0 -10
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/mergeConfigFiles.d.ts +0 -7
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseIni.d.ts +0 -2
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +0 -15
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/slurpFile.d.ts +0 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +0 -13
- package/node_modules/@smithy/shared-ini-file-loader/package.json +0 -72
- package/node_modules/@smithy/smithy-client/LICENSE +0 -201
- package/node_modules/@smithy/smithy-client/README.md +0 -10
- package/node_modules/@smithy/smithy-client/dist-cjs/NoOpLogger.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/client.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/collect-stream-body.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/command.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/create-aggregated-client.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/date-utils.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/default-error-handler.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/defaults-mode.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/emitWarningIfUnsupportedVersion.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/exceptions.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extended-encode-uri-component.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/checksum.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/extensions/retry.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/get-array-if-single-item.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/get-value-from-text-node.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +0 -1256
- package/node_modules/@smithy/smithy-client/dist-cjs/lazy-json.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/object-mapping.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/parse-utils.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/resolve-path.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/ser-utils.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-cjs/split-every.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-es/NoOpLogger.js +0 -7
- package/node_modules/@smithy/smithy-client/dist-es/client.js +0 -24
- package/node_modules/@smithy/smithy-client/dist-es/collect-stream-body.js +0 -11
- package/node_modules/@smithy/smithy-client/dist-es/command.js +0 -114
- package/node_modules/@smithy/smithy-client/dist-es/constants.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-es/create-aggregated-client.js +0 -21
- package/node_modules/@smithy/smithy-client/dist-es/date-utils.js +0 -187
- package/node_modules/@smithy/smithy-client/dist-es/default-error-handler.js +0 -22
- package/node_modules/@smithy/smithy-client/dist-es/defaults-mode.js +0 -26
- package/node_modules/@smithy/smithy-client/dist-es/emitWarningIfUnsupportedVersion.js +0 -6
- package/node_modules/@smithy/smithy-client/dist-es/exceptions.js +0 -22
- package/node_modules/@smithy/smithy-client/dist-es/extended-encode-uri-component.js +0 -5
- package/node_modules/@smithy/smithy-client/dist-es/extensions/checksum.js +0 -31
- package/node_modules/@smithy/smithy-client/dist-es/extensions/defaultExtensionConfiguration.js +0 -15
- package/node_modules/@smithy/smithy-client/dist-es/extensions/index.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-es/extensions/retry.js +0 -16
- package/node_modules/@smithy/smithy-client/dist-es/get-array-if-single-item.js +0 -1
- package/node_modules/@smithy/smithy-client/dist-es/get-value-from-text-node.js +0 -12
- package/node_modules/@smithy/smithy-client/dist-es/index.js +0 -22
- package/node_modules/@smithy/smithy-client/dist-es/lazy-json.js +0 -33
- package/node_modules/@smithy/smithy-client/dist-es/object-mapping.js +0 -92
- package/node_modules/@smithy/smithy-client/dist-es/parse-utils.js +0 -230
- package/node_modules/@smithy/smithy-client/dist-es/resolve-path.js +0 -19
- package/node_modules/@smithy/smithy-client/dist-es/ser-utils.js +0 -13
- package/node_modules/@smithy/smithy-client/dist-es/serde-json.js +0 -19
- package/node_modules/@smithy/smithy-client/dist-es/split-every.js +0 -27
- package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +0 -11
- package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +0 -32
- package/node_modules/@smithy/smithy-client/dist-types/collect-stream-body.d.ts +0 -10
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +0 -113
- package/node_modules/@smithy/smithy-client/dist-types/constants.d.ts +0 -4
- package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +0 -9
- package/node_modules/@smithy/smithy-client/dist-types/date-utils.d.ts +0 -73
- package/node_modules/@smithy/smithy-client/dist-types/default-error-handler.d.ts +0 -13
- package/node_modules/@smithy/smithy-client/dist-types/defaults-mode.d.ts +0 -28
- package/node_modules/@smithy/smithy-client/dist-types/emitWarningIfUnsupportedVersion.d.ts +0 -8
- package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +0 -34
- package/node_modules/@smithy/smithy-client/dist-types/extended-encode-uri-component.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/extensions/checksum.d.ts +0 -25
- package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -38
- package/node_modules/@smithy/smithy-client/dist-types/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +0 -15
- package/node_modules/@smithy/smithy-client/dist-types/get-array-if-single-item.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/get-value-from-text-node.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/index.d.ts +0 -23
- package/node_modules/@smithy/smithy-client/dist-types/lazy-json.d.ts +0 -24
- package/node_modules/@smithy/smithy-client/dist-types/object-mapping.d.ts +0 -162
- package/node_modules/@smithy/smithy-client/dist-types/parse-utils.d.ts +0 -270
- package/node_modules/@smithy/smithy-client/dist-types/resolve-path.d.ts +0 -4
- package/node_modules/@smithy/smithy-client/dist-types/ser-utils.d.ts +0 -9
- package/node_modules/@smithy/smithy-client/dist-types/serde-json.d.ts +0 -10
- package/node_modules/@smithy/smithy-client/dist-types/split-every.d.ts +0 -11
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/NoOpLogger.d.ts +0 -11
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +0 -32
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/collect-stream-body.d.ts +0 -10
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +0 -113
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/constants.d.ts +0 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/create-aggregated-client.d.ts +0 -9
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/date-utils.d.ts +0 -73
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/default-error-handler.d.ts +0 -13
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/defaults-mode.d.ts +0 -28
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/emitWarningIfUnsupportedVersion.d.ts +0 -8
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/exceptions.d.ts +0 -34
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extended-encode-uri-component.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/checksum.d.ts +0 -25
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -38
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/index.d.ts +0 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/extensions/retry.d.ts +0 -15
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-array-if-single-item.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/get-value-from-text-node.d.ts +0 -7
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/index.d.ts +0 -23
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/lazy-json.d.ts +0 -24
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/object-mapping.d.ts +0 -178
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/parse-utils.d.ts +0 -270
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/resolve-path.d.ts +0 -4
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/ser-utils.d.ts +0 -9
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/serde-json.d.ts +0 -10
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/split-every.d.ts +0 -11
- package/node_modules/@smithy/smithy-client/package.json +0 -66
- package/node_modules/@smithy/types/LICENSE +0 -201
- package/node_modules/@smithy/types/README.md +0 -80
- package/node_modules/@smithy/types/dist-cjs/abort.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/HttpApiKeyAuth.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthScheme.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/HttpAuthSchemeProvider.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/HttpSigner.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/IdentityProviderConfig.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/auth.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/auth/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/blob/blob-payload-input-types.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/checksum.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/client.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/command.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/connection/config.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/connection/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/connection/manager.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/connection/pool.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/crypto.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/downlevel-ts3.4/transform/type-transform.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/encode.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoint.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/EndpointRuleObject.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/ErrorRuleObject.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/RuleSetObject.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/TreeRuleObject.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/endpoints/shared.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/eventStream.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/checksum.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultClientConfiguration.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/defaultExtensionConfiguration.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/extensions/retry.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/externals-check/browser-externals-check.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/http.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/apiKeyIdentity.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/awsCredentialIdentity.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/identity.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/index.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/identity/tokenIdentity.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/index.js +0 -149
- package/node_modules/@smithy/types/dist-cjs/logger.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/middleware.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/pagination.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/profile.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/response.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/retry.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/serde.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/shapes.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/signature.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/stream.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-common-types.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-input-types.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/streaming-payload/streaming-blob-payload-output-types.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transfer.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/client-method-transforms.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/client-payload-blob-type-narrow.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/exact.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/no-undefined.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/transform/type-transform.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/uri.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/util.js +0 -1
- package/node_modules/@smithy/types/dist-cjs/waiter.js +0 -1
- package/node_modules/@smithy/types/dist-es/abort.js +0 -1
- package/node_modules/@smithy/types/dist-es/auth/HttpApiKeyAuth.js +0 -5
- package/node_modules/@smithy/types/dist-es/auth/HttpAuthScheme.js +0 -1
- package/node_modules/@smithy/types/dist-es/auth/HttpAuthSchemeProvider.js +0 -1
- package/node_modules/@smithy/types/dist-es/auth/HttpSigner.js +0 -1
- package/node_modules/@smithy/types/dist-es/auth/IdentityProviderConfig.js +0 -1
- package/node_modules/@smithy/types/dist-es/auth/auth.js +0 -5
- package/node_modules/@smithy/types/dist-es/auth/index.js +0 -6
- package/node_modules/@smithy/types/dist-es/blob/blob-payload-input-types.js +0 -1
- package/node_modules/@smithy/types/dist-es/checksum.js +0 -1
- package/node_modules/@smithy/types/dist-es/client.js +0 -1
- package/node_modules/@smithy/types/dist-es/command.js +0 -1
- package/node_modules/@smithy/types/dist-es/connection/config.js +0 -1
- package/node_modules/@smithy/types/dist-es/connection/index.js +0 -3
- package/node_modules/@smithy/types/dist-es/connection/manager.js +0 -1
- package/node_modules/@smithy/types/dist-es/connection/pool.js +0 -1
- package/node_modules/@smithy/types/dist-es/crypto.js +0 -1
- package/node_modules/@smithy/types/dist-es/downlevel-ts3.4/transform/type-transform.js +0 -1
- package/node_modules/@smithy/types/dist-es/encode.js +0 -1
- package/node_modules/@smithy/types/dist-es/endpoint.js +0 -5
- package/node_modules/@smithy/types/dist-es/endpoints/EndpointRuleObject.js +0 -1
- package/node_modules/@smithy/types/dist-es/endpoints/ErrorRuleObject.js +0 -1
- package/node_modules/@smithy/types/dist-es/endpoints/RuleSetObject.js +0 -1
- package/node_modules/@smithy/types/dist-es/endpoints/TreeRuleObject.js +0 -1
- package/node_modules/@smithy/types/dist-es/endpoints/index.js +0 -5
- package/node_modules/@smithy/types/dist-es/endpoints/shared.js +0 -1
- package/node_modules/@smithy/types/dist-es/eventStream.js +0 -1
- package/node_modules/@smithy/types/dist-es/extensions/checksum.js +0 -39
- package/node_modules/@smithy/types/dist-es/extensions/defaultClientConfiguration.js +0 -11
- package/node_modules/@smithy/types/dist-es/extensions/defaultExtensionConfiguration.js +0 -1
- package/node_modules/@smithy/types/dist-es/extensions/index.js +0 -3
- package/node_modules/@smithy/types/dist-es/extensions/retry.js +0 -1
- package/node_modules/@smithy/types/dist-es/externals-check/browser-externals-check.js +0 -1
- package/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +0 -1
- package/node_modules/@smithy/types/dist-es/http.js +0 -5
- package/node_modules/@smithy/types/dist-es/identity/apiKeyIdentity.js +0 -1
- package/node_modules/@smithy/types/dist-es/identity/awsCredentialIdentity.js +0 -1
- package/node_modules/@smithy/types/dist-es/identity/identity.js +0 -1
- package/node_modules/@smithy/types/dist-es/identity/index.js +0 -4
- package/node_modules/@smithy/types/dist-es/identity/tokenIdentity.js +0 -1
- package/node_modules/@smithy/types/dist-es/index.js +0 -36
- package/node_modules/@smithy/types/dist-es/logger.js +0 -1
- package/node_modules/@smithy/types/dist-es/middleware.js +0 -1
- package/node_modules/@smithy/types/dist-es/pagination.js +0 -1
- package/node_modules/@smithy/types/dist-es/profile.js +0 -6
- package/node_modules/@smithy/types/dist-es/response.js +0 -1
- package/node_modules/@smithy/types/dist-es/retry.js +0 -1
- package/node_modules/@smithy/types/dist-es/serde.js +0 -1
- package/node_modules/@smithy/types/dist-es/shapes.js +0 -1
- package/node_modules/@smithy/types/dist-es/signature.js +0 -1
- package/node_modules/@smithy/types/dist-es/stream.js +0 -1
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-common-types.js +0 -1
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-input-types.js +0 -1
- package/node_modules/@smithy/types/dist-es/streaming-payload/streaming-blob-payload-output-types.js +0 -1
- package/node_modules/@smithy/types/dist-es/transfer.js +0 -6
- package/node_modules/@smithy/types/dist-es/transform/client-method-transforms.js +0 -1
- package/node_modules/@smithy/types/dist-es/transform/client-payload-blob-type-narrow.js +0 -1
- package/node_modules/@smithy/types/dist-es/transform/exact.js +0 -1
- package/node_modules/@smithy/types/dist-es/transform/no-undefined.js +0 -1
- package/node_modules/@smithy/types/dist-es/transform/type-transform.js +0 -1
- package/node_modules/@smithy/types/dist-es/uri.js +0 -1
- package/node_modules/@smithy/types/dist-es/util.js +0 -1
- package/node_modules/@smithy/types/dist-es/waiter.js +0 -1
- package/node_modules/@smithy/types/dist-types/abort.d.ts +0 -49
- package/node_modules/@smithy/types/dist-types/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +0 -57
- package/node_modules/@smithy/types/dist-types/auth/index.d.ts +0 -6
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/checksum.d.ts +0 -63
- package/node_modules/@smithy/types/dist-types/client.d.ts +0 -44
- package/node_modules/@smithy/types/dist-types/command.d.ts +0 -10
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/connection/index.d.ts +0 -3
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +0 -28
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +0 -24
- package/node_modules/@smithy/types/dist-types/crypto.d.ts +0 -60
- package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +0 -25
- package/node_modules/@smithy/types/dist-types/encode.d.ts +0 -19
- package/node_modules/@smithy/types/dist-types/endpoint.d.ts +0 -77
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +0 -15
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +0 -19
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +0 -10
- package/node_modules/@smithy/types/dist-types/endpoints/index.d.ts +0 -5
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +0 -25
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +0 -108
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +0 -55
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@smithy/types/dist-types/extensions/index.d.ts +0 -4
- package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +0 -79
- package/node_modules/@smithy/types/dist-types/http.d.ts +0 -105
- package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +0 -27
- package/node_modules/@smithy/types/dist-types/identity/identity.d.ts +0 -15
- package/node_modules/@smithy/types/dist-types/identity/index.d.ts +0 -4
- package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/index.d.ts +0 -36
- package/node_modules/@smithy/types/dist-types/logger.d.ts +0 -13
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +0 -510
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +0 -26
- package/node_modules/@smithy/types/dist-types/profile.d.ts +0 -30
- package/node_modules/@smithy/types/dist-types/response.d.ts +0 -40
- package/node_modules/@smithy/types/dist-types/retry.d.ts +0 -133
- package/node_modules/@smithy/types/dist-types/serde.d.ts +0 -111
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +0 -81
- package/node_modules/@smithy/types/dist-types/signature.d.ts +0 -150
- package/node_modules/@smithy/types/dist-types/stream.d.ts +0 -22
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -62
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -53
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +0 -73
- package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +0 -6
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +0 -62
- package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +0 -34
- package/node_modules/@smithy/types/dist-types/ts3.4/abort.d.ts +0 -49
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpApiKeyAuth.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthScheme.d.ts +0 -49
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpAuthSchemeProvider.d.ts +0 -20
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/HttpSigner.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/IdentityProviderConfig.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/auth.d.ts +0 -57
- package/node_modules/@smithy/types/dist-types/ts3.4/auth/index.d.ts +0 -6
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +0 -40
- package/node_modules/@smithy/types/dist-types/ts3.4/checksum.d.ts +0 -63
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +0 -44
- package/node_modules/@smithy/types/dist-types/ts3.4/command.d.ts +0 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/index.d.ts +0 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +0 -28
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +0 -24
- package/node_modules/@smithy/types/dist-types/ts3.4/crypto.d.ts +0 -60
- package/node_modules/@smithy/types/dist-types/ts3.4/downlevel-ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +0 -19
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoint.d.ts +0 -77
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +0 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +0 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +0 -19
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +0 -10
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/index.d.ts +0 -5
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +0 -25
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +0 -108
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +0 -55
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultClientConfiguration.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/defaultExtensionConfiguration.d.ts +0 -9
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/index.d.ts +0 -4
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/retry.d.ts +0 -18
- package/node_modules/@smithy/types/dist-types/ts3.4/externals-check/browser-externals-check.d.ts +0 -35
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +0 -78
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +0 -105
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/apiKeyIdentity.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/awsCredentialIdentity.d.ts +0 -27
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/identity.d.ts +0 -15
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/index.d.ts +0 -4
- package/node_modules/@smithy/types/dist-types/ts3.4/identity/tokenIdentity.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +0 -36
- package/node_modules/@smithy/types/dist-types/ts3.4/logger.d.ts +0 -13
- package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +0 -510
- package/node_modules/@smithy/types/dist-types/ts3.4/pagination.d.ts +0 -26
- package/node_modules/@smithy/types/dist-types/ts3.4/profile.d.ts +0 -30
- package/node_modules/@smithy/types/dist-types/ts3.4/response.d.ts +0 -40
- package/node_modules/@smithy/types/dist-types/ts3.4/retry.d.ts +0 -133
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +0 -111
- package/node_modules/@smithy/types/dist-types/ts3.4/shapes.d.ts +0 -81
- package/node_modules/@smithy/types/dist-types/ts3.4/signature.d.ts +0 -150
- package/node_modules/@smithy/types/dist-types/ts3.4/stream.d.ts +0 -22
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-common-types.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +0 -61
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-output-types.d.ts +0 -52
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +0 -33
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-method-transforms.d.ts +0 -26
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/client-payload-blob-type-narrow.d.ts +0 -84
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/exact.d.ts +0 -14
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/no-undefined.d.ts +0 -82
- package/node_modules/@smithy/types/dist-types/ts3.4/transform/type-transform.d.ts +0 -41
- package/node_modules/@smithy/types/dist-types/ts3.4/uri.d.ts +0 -17
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +0 -192
- package/node_modules/@smithy/types/dist-types/ts3.4/waiter.d.ts +0 -35
- package/node_modules/@smithy/types/dist-types/uri.d.ts +0 -17
- package/node_modules/@smithy/types/dist-types/util.d.ts +0 -176
- package/node_modules/@smithy/types/dist-types/waiter.d.ts +0 -35
- package/node_modules/@smithy/types/package.json +0 -61
- package/node_modules/@smithy/url-parser/LICENSE +0 -201
- package/node_modules/@smithy/url-parser/README.md +0 -10
- package/node_modules/@smithy/url-parser/dist-cjs/index.js +0 -49
- package/node_modules/@smithy/url-parser/dist-es/index.js +0 -18
- package/node_modules/@smithy/url-parser/dist-types/index.d.ts +0 -5
- package/node_modules/@smithy/url-parser/dist-types/ts3.4/index.d.ts +0 -5
- package/node_modules/@smithy/url-parser/package.json +0 -58
- package/node_modules/@smithy/util-base64/LICENSE +0 -201
- package/node_modules/@smithy/util-base64/README.md +0 -4
- package/node_modules/@smithy/util-base64/dist-cjs/constants.browser.js +0 -35
- package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.browser.js +0 -40
- package/node_modules/@smithy/util-base64/dist-cjs/fromBase64.js +0 -16
- package/node_modules/@smithy/util-base64/dist-cjs/index.js +0 -27
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +0 -39
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +0 -19
- package/node_modules/@smithy/util-base64/dist-es/constants.browser.js +0 -28
- package/node_modules/@smithy/util-base64/dist-es/fromBase64.browser.js +0 -36
- package/node_modules/@smithy/util-base64/dist-es/fromBase64.js +0 -12
- package/node_modules/@smithy/util-base64/dist-es/index.js +0 -2
- package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +0 -35
- package/node_modules/@smithy/util-base64/dist-es/toBase64.js +0 -15
- package/node_modules/@smithy/util-base64/dist-types/constants.browser.d.ts +0 -6
- package/node_modules/@smithy/util-base64/dist-types/fromBase64.browser.d.ts +0 -8
- package/node_modules/@smithy/util-base64/dist-types/fromBase64.d.ts +0 -7
- package/node_modules/@smithy/util-base64/dist-types/index.d.ts +0 -2
- package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +0 -9
- package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +0 -8
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/constants.browser.d.ts +0 -6
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.browser.d.ts +0 -8
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/fromBase64.d.ts +0 -7
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +0 -9
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +0 -8
- package/node_modules/@smithy/util-base64/package.json +0 -73
- package/node_modules/@smithy/util-body-length-browser/LICENSE +0 -201
- package/node_modules/@smithy/util-body-length-browser/README.md +0 -12
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +0 -1
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +0 -57
- package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +0 -26
- package/node_modules/@smithy/util-body-length-browser/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-body-length-browser/dist-types/calculateBodyLength.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-browser/dist-types/index.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-browser/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-browser/package.json +0 -57
- package/node_modules/@smithy/util-body-length-node/LICENSE +0 -201
- package/node_modules/@smithy/util-body-length-node/README.md +0 -12
- package/node_modules/@smithy/util-body-length-node/dist-cjs/calculateBodyLength.js +0 -1
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +0 -53
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +0 -25
- package/node_modules/@smithy/util-body-length-node/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-body-length-node/dist-types/calculateBodyLength.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-node/dist-types/index.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/calculateBodyLength.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-node/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-body-length-node/package.json +0 -61
- package/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
- package/node_modules/@smithy/util-buffer-from/README.md +0 -10
- package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
- package/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
- package/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
- package/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
- package/node_modules/@smithy/util-buffer-from/package.json +0 -61
- package/node_modules/@smithy/util-config-provider/LICENSE +0 -201
- package/node_modules/@smithy/util-config-provider/README.md +0 -4
- package/node_modules/@smithy/util-config-provider/dist-cjs/booleanSelector.js +0 -1
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +0 -64
- package/node_modules/@smithy/util-config-provider/dist-cjs/numberSelector.js +0 -1
- package/node_modules/@smithy/util-config-provider/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/util-config-provider/dist-es/booleanSelector.js +0 -9
- package/node_modules/@smithy/util-config-provider/dist-es/index.js +0 -3
- package/node_modules/@smithy/util-config-provider/dist-es/numberSelector.js +0 -9
- package/node_modules/@smithy/util-config-provider/dist-es/types.js +0 -5
- package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +0 -10
- package/node_modules/@smithy/util-config-provider/dist-types/index.d.ts +0 -3
- package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +0 -9
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/booleanSelector.d.ts +0 -10
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/numberSelector.d.ts +0 -9
- package/node_modules/@smithy/util-config-provider/dist-types/ts3.4/types.d.ts +0 -4
- package/node_modules/@smithy/util-config-provider/dist-types/types.d.ts +0 -4
- package/node_modules/@smithy/util-config-provider/package.json +0 -62
- package/node_modules/@smithy/util-defaults-mode-browser/LICENSE +0 -201
- package/node_modules/@smithy/util-defaults-mode-browser/README.md +0 -10
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/constants.js +0 -4
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +0 -25
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.js +0 -33
- package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/resolveDefaultsModeConfig.native.js +0 -23
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/constants.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.js +0 -27
- package/node_modules/@smithy/util-defaults-mode-browser/dist-es/resolveDefaultsModeConfig.native.js +0 -19
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/constants.d.ts +0 -12
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/resolveDefaultsModeConfig.native.d.ts +0 -16
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/constants.d.ts +0 -12
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-defaults-mode-browser/dist-types/ts3.4/resolveDefaultsModeConfig.native.d.ts +0 -16
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +0 -66
- package/node_modules/@smithy/util-defaults-mode-node/LICENSE +0 -201
- package/node_modules/@smithy/util-defaults-mode-node/README.md +0 -10
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/defaultsModeConfig.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +0 -119
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/resolveDefaultsModeConfig.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/constants.js +0 -6
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/defaultsModeConfig.js +0 -11
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/index.js +0 -1
- package/node_modules/@smithy/util-defaults-mode-node/dist-es/resolveDefaultsModeConfig.js +0 -52
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/constants.d.ts +0 -24
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +0 -6
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/constants.d.ts +0 -24
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/defaultsModeConfig.d.ts +0 -6
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/util-defaults-mode-node/dist-types/ts3.4/resolveDefaultsModeConfig.d.ts +0 -17
- package/node_modules/@smithy/util-defaults-mode-node/package.json +0 -66
- package/node_modules/@smithy/util-hex-encoding/LICENSE +0 -201
- package/node_modules/@smithy/util-hex-encoding/README.md +0 -4
- package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +0 -67
- package/node_modules/@smithy/util-hex-encoding/dist-es/index.js +0 -33
- package/node_modules/@smithy/util-hex-encoding/dist-types/index.d.ts +0 -12
- package/node_modules/@smithy/util-hex-encoding/dist-types/ts3.4/index.d.ts +0 -12
- package/node_modules/@smithy/util-hex-encoding/package.json +0 -60
- package/node_modules/@smithy/util-middleware/LICENSE +0 -201
- package/node_modules/@smithy/util-middleware/README.md +0 -12
- package/node_modules/@smithy/util-middleware/dist-cjs/getSmithyContext.js +0 -1
- package/node_modules/@smithy/util-middleware/dist-cjs/index.js +0 -45
- package/node_modules/@smithy/util-middleware/dist-cjs/normalizeProvider.js +0 -1
- package/node_modules/@smithy/util-middleware/dist-es/getSmithyContext.js +0 -2
- package/node_modules/@smithy/util-middleware/dist-es/index.js +0 -2
- package/node_modules/@smithy/util-middleware/dist-es/normalizeProvider.js +0 -6
- package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +0 -5
- package/node_modules/@smithy/util-middleware/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +0 -7
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/getSmithyContext.d.ts +0 -5
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/util-middleware/dist-types/ts3.4/normalizeProvider.d.ts +0 -7
- package/node_modules/@smithy/util-middleware/package.json +0 -66
- package/node_modules/@smithy/util-retry/LICENSE +0 -201
- package/node_modules/@smithy/util-retry/README.md +0 -78
- package/node_modules/@smithy/util-retry/dist-cjs/AdaptiveRetryStrategy.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/ConfiguredRetryStrategy.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/DefaultRateLimiter.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/StandardRetryStrategy.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/config.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/constants.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryBackoffStrategy.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/defaultRetryToken.js +0 -1
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +0 -347
- package/node_modules/@smithy/util-retry/dist-cjs/types.js +0 -1
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +0 -24
- package/node_modules/@smithy/util-retry/dist-es/ConfiguredRetryStrategy.js +0 -18
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +0 -99
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +0 -65
- package/node_modules/@smithy/util-retry/dist-es/config.js +0 -7
- package/node_modules/@smithy/util-retry/dist-es/constants.js +0 -9
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryBackoffStrategy.js +0 -14
- package/node_modules/@smithy/util-retry/dist-es/defaultRetryToken.js +0 -11
- package/node_modules/@smithy/util-retry/dist-es/index.js +0 -7
- package/node_modules/@smithy/util-retry/dist-es/types.js +0 -1
- package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@smithy/util-retry/dist-types/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +0 -45
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@smithy/util-retry/dist-types/config.d.ts +0 -20
- package/node_modules/@smithy/util-retry/dist-types/constants.d.ts +0 -59
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +0 -9
- package/node_modules/@smithy/util-retry/dist-types/index.d.ts +0 -7
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +0 -33
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/ConfiguredRetryStrategy.d.ts +0 -32
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +0 -45
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/StandardRetryStrategy.d.ts +0 -26
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/config.d.ts +0 -20
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/constants.d.ts +0 -59
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryBackoffStrategy.d.ts +0 -5
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/defaultRetryToken.d.ts +0 -9
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/index.d.ts +0 -7
- package/node_modules/@smithy/util-retry/dist-types/ts3.4/types.d.ts +0 -19
- package/node_modules/@smithy/util-retry/dist-types/types.d.ts +0 -19
- package/node_modules/@smithy/util-retry/package.json +0 -68
- package/node_modules/@smithy/util-stream/LICENSE +0 -201
- package/node_modules/@smithy/util-stream/README.md +0 -6
- package/node_modules/@smithy/util-stream/dist-cjs/blob/Uint8ArrayBlobAdapter.js +0 -1
- package/node_modules/@smithy/util-stream/dist-cjs/blob/transforms.js +0 -1
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.browser.js +0 -31
- package/node_modules/@smithy/util-stream/dist-cjs/getAwsChunkedEncodingStream.js +0 -30
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +0 -89
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.browser.js +0 -69
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +0 -50
- package/node_modules/@smithy/util-stream/dist-es/blob/Uint8ArrayBlobAdapter.js +0 -18
- package/node_modules/@smithy/util-stream/dist-es/blob/transforms.js +0 -15
- package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.browser.js +0 -27
- package/node_modules/@smithy/util-stream/dist-es/getAwsChunkedEncodingStream.js +0 -26
- package/node_modules/@smithy/util-stream/dist-es/index.js +0 -3
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.browser.js +0 -64
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -45
- package/node_modules/@smithy/util-stream/dist-types/blob/Uint8ArrayBlobAdapter.d.ts +0 -21
- package/node_modules/@smithy/util-stream/dist-types/blob/transforms.d.ts +0 -9
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +0 -5
- package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +0 -7
- package/node_modules/@smithy/util-stream/dist-types/index.d.ts +0 -3
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +0 -7
- package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +0 -8
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/Uint8ArrayBlobAdapter.d.ts +0 -21
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/blob/transforms.d.ts +0 -9
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.browser.d.ts +0 -5
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/getAwsChunkedEncodingStream.d.ts +0 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.browser.d.ts +0 -7
- package/node_modules/@smithy/util-stream/dist-types/ts3.4/sdk-stream-mixin.d.ts +0 -8
- package/node_modules/@smithy/util-stream/package.json +0 -95
- package/node_modules/@smithy/util-uri-escape/LICENSE +0 -201
- package/node_modules/@smithy/util-uri-escape/README.md +0 -10
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri-path.js +0 -1
- package/node_modules/@smithy/util-uri-escape/dist-cjs/escape-uri.js +0 -1
- package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +0 -43
- package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri-path.js +0 -2
- package/node_modules/@smithy/util-uri-escape/dist-es/escape-uri.js +0 -2
- package/node_modules/@smithy/util-uri-escape/dist-es/index.js +0 -2
- package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri-path.d.ts +0 -4
- package/node_modules/@smithy/util-uri-escape/dist-types/escape-uri.d.ts +0 -4
- package/node_modules/@smithy/util-uri-escape/dist-types/index.d.ts +0 -8
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri-path.d.ts +0 -4
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/escape-uri.d.ts +0 -4
- package/node_modules/@smithy/util-uri-escape/dist-types/ts3.4/index.d.ts +0 -8
- package/node_modules/@smithy/util-uri-escape/package.json +0 -59
- package/out/language-server/pathUtils.js.map +0 -1
- /package/{node_modules/@aws-sdk/middleware-token/dist-es/configurations.js → out/language-server/utilities/filesystemUtilities.test.d.ts} +0 -0
- /package/{node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js → out/language-server/utilities/pathUtils.test.d.ts} +0 -0
- /package/{node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js → out/language-server/utilities/supplementalContextUtil/crossFileContextUtil.test.d.ts} +0 -0
- /package/{node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js → out/language-server/utilities/supplementalContextUtil/supplementalContextUtil.test.d.ts} +0 -0
- /package/{node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js → out/language-server/utilities/textUtils.test.d.ts} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"languageDetection.test.js","sourceRoot":"","sources":["../../src/language-server/languageDetection.test.ts"],"names":[],"mappings":";;AAAA,iCAAgC;AAChC,2FAAiE;AACjE,2DAK4B;AAE5B,QAAQ,CAAC,mBAAmB,EAAE,GAAG,EAAE;IAC/B,QAAQ,CAAC,eAAe,EAAE,GAAG,EAAE;QAC3B,EAAE,CAAC,+EAA+E,EAAE,GAAG,EAAE;YACrF,KAAK,MAAM,CAAC,kBAAkB,EAAE,WAAW,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,mDAA+B,CAAC,EAAE;
|
|
1
|
+
{"version":3,"file":"languageDetection.test.js","sourceRoot":"","sources":["../../src/language-server/languageDetection.test.ts"],"names":[],"mappings":";;AAAA,iCAAgC;AAChC,2FAAiE;AACjE,2DAK4B;AAE5B,QAAQ,CAAC,mBAAmB,EAAE,GAAG,EAAE;IAC/B,QAAQ,CAAC,eAAe,EAAE,GAAG,EAAE;QAC3B,EAAE,CAAC,+EAA+E,EAAE,GAAG,EAAE;YACrF,KAAK,MAAM,CAAC,kBAAkB,EAAE,WAAW,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,mDAA+B,CAAC,EAAE,CAAC;gBAC9F,MAAM,CAAC,WAAW,CACd,IAAA,iCAAa,EAAC,iDAAY,CAAC,MAAM,CAAC,iBAAiB,EAAE,kBAAkB,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAChF,WAAW,CACd,CAAA;YACL,CAAC;QACL,CAAC,CAAC,CAAA;QAEF,EAAE,CAAC,iDAAiD,EAAE,GAAG,EAAE;YACvD,MAAM,CAAC,WAAW,CAAC,IAAA,iCAAa,EAAC,iDAAY,CAAC,MAAM,CAAC,iBAAiB,EAAE,QAAQ,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,QAAQ,CAAC,CAAA;YACpG,MAAM,CAAC,WAAW,CAAC,IAAA,iCAAa,EAAC,iDAAY,CAAC,MAAM,CAAC,iBAAiB,EAAE,YAAY,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,YAAY,CAAC,CAAA;QAChH,CAAC,CAAC,CAAA;QAEF,EAAE,CAAC,sEAAsE,EAAE,GAAG,EAAE;YAC5E,KAAK,MAAM,CAAC,SAAS,EAAE,UAAU,CAAC,IAAI,MAAM,CAAC,OAAO,CAAC,uCAAmB,CAAC,EAAE,CAAC;gBACxE,MAAM,CAAC,WAAW,CACd,IAAA,iCAAa,EAAC,iDAAY,CAAC,MAAM,CAAC,eAAe,SAAS,EAAE,EAAE,SAAgB,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EACvF,UAAU,CACb,CAAA;YACL,CAAC;QACL,CAAC,CAAC,CAAA;IACN,CAAC,CAAC,CAAA;IAEF,QAAQ,CAAC,wBAAwB,EAAE,GAAG,EAAE;QACpC,MAAM,kBAAkB,GAAG,iDAAY,CAAC,MAAM,CAAC,gBAAgB,EAAE,YAAY,EAAE,CAAC,EAAE,EAAE,CAAC,CAAA;QACrF,EAAE,CAAC,uEAAuE,EAAE,GAAG,EAAE;YAC7E,MAAM,CAAC,EAAE,CAAC,IAAA,0CAAsB,EAAC,kBAAkB,EAAE,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC,CAAC,CAAA;YACnF,MAAM,CAAC,EAAE,CAAC,CAAC,IAAA,0CAAsB,EAAC,kBAAkB,EAAE,CAAC,YAAY,CAAC,CAAC,CAAC,CAAA;QAC1E,CAAC,CAAC,CAAA;IACN,CAAC,CAAC,CAAA;AACN,CAAC,CAAC,CAAA"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.getPrefixSuffixOverlap = getPrefixSuffixOverlap;
|
|
4
|
+
exports.truncateOverlapWithRightContext = truncateOverlapWithRightContext;
|
|
4
5
|
/**
|
|
5
6
|
* Returns the longest overlap between the Suffix of firstString and Prefix of second string
|
|
6
7
|
* getPrefixSuffixOverlap("adwg31", "31ggrs") = "31"
|
|
@@ -15,7 +16,6 @@ function getPrefixSuffixOverlap(firstString, secondString) {
|
|
|
15
16
|
}
|
|
16
17
|
return secondString.slice(0, i);
|
|
17
18
|
}
|
|
18
|
-
exports.getPrefixSuffixOverlap = getPrefixSuffixOverlap;
|
|
19
19
|
function truncateOverlapWithRightContext(rightFileContent, suggestion) {
|
|
20
20
|
const trimmedSuggestion = suggestion.trim();
|
|
21
21
|
// limit of 5000 for right context matching
|
|
@@ -33,5 +33,4 @@ function truncateOverlapWithRightContext(rightFileContent, suggestion) {
|
|
|
33
33
|
return suggestion;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
exports.truncateOverlapWithRightContext = truncateOverlapWithRightContext;
|
|
37
36
|
//# sourceMappingURL=mergeRightUtils.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mergeRightUtils.js","sourceRoot":"","sources":["../../src/language-server/mergeRightUtils.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"mergeRightUtils.js","sourceRoot":"","sources":["../../src/language-server/mergeRightUtils.ts"],"names":[],"mappings":";;AAIA,wDASC;AAED,0EAeC;AA9BD;;;GAGG;AACH,SAAgB,sBAAsB,CAAC,WAAmB,EAAE,YAAoB;IAC5E,IAAI,CAAC,GAAG,IAAI,CAAC,GAAG,CAAC,WAAW,CAAC,MAAM,EAAE,YAAY,CAAC,MAAM,CAAC,CAAA;IACzD,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC;QACX,IAAI,YAAY,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,WAAW,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;YACrD,MAAK;QACT,CAAC;QACD,CAAC,EAAE,CAAA;IACP,CAAC;IACD,OAAO,YAAY,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAA;AACnC,CAAC;AAED,SAAgB,+BAA+B,CAAC,gBAAwB,EAAE,UAAkB;IACxF,MAAM,iBAAiB,GAAG,UAAU,CAAC,IAAI,EAAE,CAAA;IAC3C,2CAA2C;IAC3C,MAAM,YAAY,GAAG,gBAAgB;SAChC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC;SAClB,UAAU,CAAC,MAAM,EAAE,IAAI,CAAC;SACxB,OAAO,CAAC,WAAW,EAAE,EAAE,CAAC,CAAA,CAAC,sCAAsC;IACpE,MAAM,OAAO,GAAG,sBAAsB,CAAC,iBAAiB,EAAE,YAAY,CAAC,CAAA;IACvE,MAAM,YAAY,GAAG,UAAU,CAAC,WAAW,CAAC,OAAO,CAAC,CAAA;IACpD,IAAI,YAAY,IAAI,CAAC,EAAE,CAAC;QACpB,MAAM,SAAS,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC,EAAE,YAAY,CAAC,CAAA;QACnD,OAAO,SAAS,CAAC,IAAI,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,CAAA;IACnD,CAAC;SAAM,CAAC;QACJ,OAAO,UAAU,CAAA;IACrB,CAAC;AACL,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare enum UserGroup {
|
|
2
|
+
Classifier = "Classifier",
|
|
3
|
+
CrossFile = "CrossFile",
|
|
4
|
+
Control = "Control",
|
|
5
|
+
RightContext = "RightContext"
|
|
6
|
+
}
|
|
7
|
+
export declare const supplemetalContextFetchingTimeoutMsg = "Amazon Q supplemental context fetching timeout";
|
|
8
|
+
export declare const crossFileContextConfig: {
|
|
9
|
+
numberOfChunkToFetch: number;
|
|
10
|
+
topK: number;
|
|
11
|
+
numberOfLinesEachChunk: number;
|
|
12
|
+
};
|
|
13
|
+
export declare const utgConfig: {
|
|
14
|
+
maxSegmentSize: number;
|
|
15
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Port of implementation in AWS Toolkit for VSCode
|
|
3
|
+
// https://github.com/aws/aws-toolkit-vscode/blob/ac9a78db90192fe13dcd82ac0b30e6f84c39b9c8/packages/core/src/codewhisperer/models/constants.ts
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.utgConfig = exports.crossFileContextConfig = exports.supplemetalContextFetchingTimeoutMsg = exports.UserGroup = void 0;
|
|
6
|
+
var UserGroup;
|
|
7
|
+
(function (UserGroup) {
|
|
8
|
+
UserGroup["Classifier"] = "Classifier";
|
|
9
|
+
UserGroup["CrossFile"] = "CrossFile";
|
|
10
|
+
UserGroup["Control"] = "Control";
|
|
11
|
+
UserGroup["RightContext"] = "RightContext";
|
|
12
|
+
})(UserGroup || (exports.UserGroup = UserGroup = {}));
|
|
13
|
+
exports.supplemetalContextFetchingTimeoutMsg = 'Amazon Q supplemental context fetching timeout';
|
|
14
|
+
exports.crossFileContextConfig = {
|
|
15
|
+
numberOfChunkToFetch: 60,
|
|
16
|
+
topK: 3,
|
|
17
|
+
numberOfLinesEachChunk: 10,
|
|
18
|
+
};
|
|
19
|
+
exports.utgConfig = {
|
|
20
|
+
maxSegmentSize: 10200,
|
|
21
|
+
};
|
|
22
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/language-server/models/constants.ts"],"names":[],"mappings":";AAAA,mDAAmD;AACnD,8IAA8I;;;AAE9I,IAAY,SAKX;AALD,WAAY,SAAS;IACjB,sCAAyB,CAAA;IACzB,oCAAuB,CAAA;IACvB,gCAAmB,CAAA;IACnB,0CAA6B,CAAA;AACjC,CAAC,EALW,SAAS,yBAAT,SAAS,QAKpB;AAEY,QAAA,oCAAoC,GAAG,gDAAgD,CAAA;AAEvF,QAAA,sBAAsB,GAAG;IAClC,oBAAoB,EAAE,EAAE;IACxB,IAAI,EAAE,CAAC;IACP,sBAAsB,EAAE,EAAE;CAC7B,CAAA;AAEY,QAAA,SAAS,GAAG;IACrB,cAAc,EAAE,KAAK;CACxB,CAAA"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export type UtgStrategy = 'ByName' | 'ByContent';
|
|
2
|
+
export type CrossFileStrategy = 'OpenTabs_BM25';
|
|
3
|
+
export type SupplementalContextStrategy = CrossFileStrategy | UtgStrategy | 'Empty';
|
|
4
|
+
export interface CodeWhispererSupplementalContext {
|
|
5
|
+
isUtg: boolean;
|
|
6
|
+
isProcessTimeout: boolean;
|
|
7
|
+
supplementalContextItems: CodeWhispererSupplementalContextItem[];
|
|
8
|
+
contentsLength: number;
|
|
9
|
+
latency: number;
|
|
10
|
+
strategy: SupplementalContextStrategy;
|
|
11
|
+
}
|
|
12
|
+
export interface CodeWhispererSupplementalContextItem {
|
|
13
|
+
content: string;
|
|
14
|
+
filePath: string;
|
|
15
|
+
score?: number;
|
|
16
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// Port of implementation in AWS Toolkit for VSCode
|
|
3
|
+
// https://github.com/aws/aws-toolkit-vscode/blob/9d8ddbd85f4533e539a58e76f7c46883d8e50a79/packages/core/src/codewhisperer/models/model.ts
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
//# sourceMappingURL=model.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"model.js","sourceRoot":"","sources":["../../../src/language-server/models/model.ts"],"names":[],"mappings":";AAAA,mDAAmD;AACnD,0IAA0I"}
|
|
@@ -9,16 +9,14 @@ export declare class ArtifactManager {
|
|
|
9
9
|
removeDir(dir: string): Promise<void>;
|
|
10
10
|
cleanup(): void;
|
|
11
11
|
createRequirementJson(request: StartTransformRequest): Promise<void>;
|
|
12
|
-
|
|
13
|
-
copySoureFiles(request: StartTransformRequest): Promise<void>;
|
|
12
|
+
copySolutionConfigFiles(request: StartTransformRequest): Promise<void>;
|
|
14
13
|
copySourceFile(solutionRootPath: string, filePath: string): void;
|
|
15
14
|
createRequirementJsonContent(request: StartTransformRequest): Promise<RequirementJson>;
|
|
16
|
-
filterReferences(request: StartTransformRequest): import("./models").ExternalReference[];
|
|
17
15
|
zipArtifact(): Promise<string>;
|
|
18
16
|
static getSha256(fileName: string): string;
|
|
19
17
|
getRequirementJsonPath(): string;
|
|
20
|
-
|
|
21
|
-
|
|
18
|
+
getWorkspaceReferencePathFromRelativePath(relativePath: string): string;
|
|
19
|
+
getWorkspaceCodePathFromRelativePath(relativePath: string): string;
|
|
22
20
|
normalizeSourceFileRelativePath(solutionRootPath: string, fullPath: string): string;
|
|
23
21
|
normalizeReferenceFileRelativePath(relativePath: string, includedInArtifact: boolean): string;
|
|
24
22
|
zipDirectory(sourceDir: string, outPath: string): Promise<void>;
|
|
@@ -21,8 +21,7 @@ class ArtifactManager {
|
|
|
21
21
|
}
|
|
22
22
|
async createZip(request) {
|
|
23
23
|
await this.createRequirementJson(request);
|
|
24
|
-
await this.
|
|
25
|
-
await this.copySoureFiles(request);
|
|
24
|
+
await this.copySolutionConfigFiles(request);
|
|
26
25
|
return await this.zipArtifact();
|
|
27
26
|
}
|
|
28
27
|
async removeDir(dir) {
|
|
@@ -48,50 +47,56 @@ class ArtifactManager {
|
|
|
48
47
|
await this.writeRequirmentJsonAsync(dir, JSON.stringify(fileContent));
|
|
49
48
|
this.logging.log('generated requirement.json at: ' + dir);
|
|
50
49
|
}
|
|
51
|
-
async
|
|
52
|
-
const filteredReferences = this.filterReferences(request);
|
|
53
|
-
filteredReferences.forEach(reference => {
|
|
54
|
-
const relativePath = this.normalizeReferenceFileRelativePath(reference.RelativePath, reference.IncludedInArtifact);
|
|
55
|
-
this.copyFile(reference.AssemblyFullPath, this.getReferencePathFromRelativePath(relativePath));
|
|
56
|
-
});
|
|
57
|
-
}
|
|
58
|
-
async copySoureFiles(request) {
|
|
50
|
+
async copySolutionConfigFiles(request) {
|
|
59
51
|
if (request.SolutionConfigPaths && request.SolutionConfigPaths.length > 0) {
|
|
60
52
|
for (const configFilePath of request.SolutionConfigPaths) {
|
|
61
53
|
this.copySourceFile(request.SolutionRootPath, configFilePath);
|
|
62
54
|
}
|
|
63
55
|
}
|
|
64
|
-
if (request.ProjectMetadata && request.ProjectMetadata.length > 0) {
|
|
65
|
-
for (const metadata of request.ProjectMetadata) {
|
|
66
|
-
for (const filePath of metadata.SourceCodeFilePaths) {
|
|
67
|
-
this.copySourceFile(request.SolutionRootPath, filePath);
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
56
|
}
|
|
72
57
|
copySourceFile(solutionRootPath, filePath) {
|
|
73
58
|
const relativePath = this.normalizeSourceFileRelativePath(solutionRootPath, filePath);
|
|
74
|
-
this.copyFile(filePath, this.
|
|
59
|
+
this.copyFile(filePath, this.getWorkspaceCodePathFromRelativePath(relativePath));
|
|
75
60
|
}
|
|
76
61
|
async createRequirementJsonContent(request) {
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
62
|
+
var projects = [];
|
|
63
|
+
await request.ProjectMetadata.forEach(async (project) => {
|
|
64
|
+
const sourceCodeFilePaths = project.SourceCodeFilePaths.filter(filePath => filePath);
|
|
65
|
+
var codeFiles = [];
|
|
66
|
+
var references = [];
|
|
67
|
+
await sourceCodeFilePaths.forEach(async (filePath) => {
|
|
68
|
+
try {
|
|
69
|
+
this.copySourceFile(request.SolutionRootPath, filePath);
|
|
70
|
+
var contentHash = await this.calculateMD5Sync(filePath);
|
|
71
|
+
var relativePath = this.normalizeSourceFileRelativePath(request.SolutionRootPath, filePath);
|
|
72
|
+
codeFiles.push({
|
|
73
|
+
contentMd5Hash: contentHash,
|
|
74
|
+
relativePath: relativePath,
|
|
75
|
+
});
|
|
76
|
+
}
|
|
77
|
+
catch (error) {
|
|
78
|
+
this.logging.log('failed to process file: ' + error + filePath);
|
|
79
|
+
}
|
|
83
80
|
});
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
81
|
+
project.ExternalReferences.forEach(reference => {
|
|
82
|
+
try {
|
|
83
|
+
const relativePath = this.normalizeReferenceFileRelativePath(reference.RelativePath, reference.IncludedInArtifact);
|
|
84
|
+
this.copyFile(reference.AssemblyFullPath, this.getWorkspaceReferencePathFromRelativePath(relativePath));
|
|
85
|
+
references.push({
|
|
86
|
+
includedInArtifact: reference.IncludedInArtifact,
|
|
87
|
+
relativePath: relativePath,
|
|
88
|
+
});
|
|
89
|
+
}
|
|
90
|
+
catch (error) {
|
|
91
|
+
this.logging.log('failed to process file: ' + error + reference.AssemblyFullPath);
|
|
92
|
+
}
|
|
89
93
|
});
|
|
90
|
-
|
|
94
|
+
projects.push({
|
|
91
95
|
projectFilePath: this.normalizeSourceFileRelativePath(request.SolutionRootPath, project.ProjectPath),
|
|
96
|
+
projectTarget: project.ProjectTargetFramework,
|
|
92
97
|
codeFiles: codeFiles,
|
|
93
98
|
references: references,
|
|
94
|
-
};
|
|
99
|
+
});
|
|
95
100
|
});
|
|
96
101
|
this.logging.log('total project reference:' + projects.length);
|
|
97
102
|
return {
|
|
@@ -99,12 +104,6 @@ class ArtifactManager {
|
|
|
99
104
|
Projects: projects,
|
|
100
105
|
};
|
|
101
106
|
}
|
|
102
|
-
filterReferences(request) {
|
|
103
|
-
//remove duplicate externalreference
|
|
104
|
-
const externalReferences = request.ProjectMetadata.flatMap(r => r.ExternalReferences);
|
|
105
|
-
const includedReferences = externalReferences.filter(reference => reference.IncludedInArtifact);
|
|
106
|
-
return includedReferences.filter((reference, index) => index === includedReferences.findIndex(other => reference.AssemblyFullPath === other.AssemblyFullPath));
|
|
107
|
-
}
|
|
108
107
|
async zipArtifact() {
|
|
109
108
|
const folderPath = path.join(this.workspacePath, artifactFolderName);
|
|
110
109
|
if (!fs.existsSync(folderPath)) {
|
|
@@ -126,10 +125,10 @@ class ArtifactManager {
|
|
|
126
125
|
this.createFolderIfNotExist(dir);
|
|
127
126
|
return dir;
|
|
128
127
|
}
|
|
129
|
-
|
|
128
|
+
getWorkspaceReferencePathFromRelativePath(relativePath) {
|
|
130
129
|
return path.join(this.workspacePath, artifactFolderName, relativePath);
|
|
131
130
|
}
|
|
132
|
-
|
|
131
|
+
getWorkspaceCodePathFromRelativePath(relativePath) {
|
|
133
132
|
return path.join(this.workspacePath, artifactFolderName, relativePath);
|
|
134
133
|
}
|
|
135
134
|
normalizeSourceFileRelativePath(solutionRootPath, fullPath) {
|
|
@@ -170,9 +169,9 @@ class ArtifactManager {
|
|
|
170
169
|
copyFile(sourceFilePath, destFilePath) {
|
|
171
170
|
const dir = path.dirname(destFilePath);
|
|
172
171
|
this.createFolderIfNotExist(dir);
|
|
173
|
-
fs.copyFile(sourceFilePath, destFilePath,
|
|
174
|
-
if (
|
|
175
|
-
this.logging.log('failed to copy: ' + sourceFilePath +
|
|
172
|
+
fs.copyFile(sourceFilePath, destFilePath, error => {
|
|
173
|
+
if (error) {
|
|
174
|
+
this.logging.log('failed to copy: ' + sourceFilePath + error);
|
|
176
175
|
}
|
|
177
176
|
});
|
|
178
177
|
}
|
|
@@ -183,6 +182,7 @@ class ArtifactManager {
|
|
|
183
182
|
return hash.digest('hex');
|
|
184
183
|
}
|
|
185
184
|
catch (error) {
|
|
185
|
+
this.logging.log('failed to calculate hashcode: ' + filePath + error);
|
|
186
186
|
return '';
|
|
187
187
|
}
|
|
188
188
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"artifactManager.js","sourceRoot":"","sources":["../../../src/language-server/netTransform/artifactManager.ts"],"names":[],"mappings":";;;AACA,qCAAoC;AACpC,iCAAgC;AAChC,yBAAwB;AAExB,6BAA6B;AAC7B,MAAM,uBAAuB,GAAG,kBAAkB,CAAA;AAClD,MAAM,kBAAkB,GAAG,UAAU,CAAA;AACrC,MAAM,oBAAoB,GAAG,YAAY,CAAA;AACzC,MAAM,WAAW,GAAG,cAAc,CAAA;AAClC,MAAM,oBAAoB,GAAG,YAAY,CAAA;AAEzC,MAAa,eAAe;IAChB,SAAS,CAAW;IACpB,OAAO,CAAS;IAChB,aAAa,CAAQ;IAC7B,YAAY,SAAoB,EAAE,OAAgB,EAAE,aAAqB;QACrE,IAAI,CAAC,SAAS,GAAG,SAAS,CAAA;QAC1B,IAAI,CAAC,OAAO,GAAG,OAAO,CAAA;QACtB,IAAI,CAAC,aAAa,GAAG,aAAa,CAAA;IACtC,CAAC;IACD,KAAK,CAAC,SAAS,CAAC,OAA8B;QAC1C,MAAM,IAAI,CAAC,qBAAqB,CAAC,OAAO,CAAC,CAAA;QACzC,MAAM,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"artifactManager.js","sourceRoot":"","sources":["../../../src/language-server/netTransform/artifactManager.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.targetFrameworkMap = void 0;
|
|
4
|
+
exports.findMinimumSourceVersion = findMinimumSourceVersion;
|
|
5
|
+
exports.getCWStartTransformRequest = getCWStartTransformRequest;
|
|
6
|
+
exports.getCWStartTransformResponse = getCWStartTransformResponse;
|
|
4
7
|
//sequence of targetFrameworkMap matters a lot because we are using as sorted indices of old to new .net versions
|
|
5
8
|
exports.targetFrameworkMap = new Map([
|
|
6
9
|
['net35', 'NET_FRAMEWORK_V_3_5'],
|
|
@@ -51,7 +54,6 @@ function findMinimumSourceVersion(projectMetadata, logging) {
|
|
|
51
54
|
logging.log('Selected lowest version is ' + minimumDotNetVersion);
|
|
52
55
|
return minimumDotNetVersion;
|
|
53
56
|
}
|
|
54
|
-
exports.findMinimumSourceVersion = findMinimumSourceVersion;
|
|
55
57
|
function getCWStartTransformRequest(userInputRequest, uploadId, logging) {
|
|
56
58
|
const sourceFramework = findMinimumSourceVersion(userInputRequest.ProjectMetadata, logging);
|
|
57
59
|
logging.log('Lowest sourceFramework for startTransform Request ' + sourceFramework);
|
|
@@ -94,7 +96,6 @@ function getCWStartTransformRequest(userInputRequest, uploadId, logging) {
|
|
|
94
96
|
},
|
|
95
97
|
};
|
|
96
98
|
}
|
|
97
|
-
exports.getCWStartTransformRequest = getCWStartTransformRequest;
|
|
98
99
|
function getCWStartTransformResponse(response, uploadId, artifactPath, unsupportedProjects, containsUnsupportedViews) {
|
|
99
100
|
return {
|
|
100
101
|
UploadId: uploadId,
|
|
@@ -104,5 +105,4 @@ function getCWStartTransformResponse(response, uploadId, artifactPath, unsupport
|
|
|
104
105
|
ContainsUnsupportedViews: containsUnsupportedViews,
|
|
105
106
|
};
|
|
106
107
|
}
|
|
107
|
-
exports.getCWStartTransformResponse = getCWStartTransformResponse;
|
|
108
108
|
//# sourceMappingURL=converter.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"converter.js","sourceRoot":"","sources":["../../../src/language-server/netTransform/converter.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"converter.js","sourceRoot":"","sources":["../../../src/language-server/netTransform/converter.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metrics.js","sourceRoot":"","sources":["../../../src/language-server/netTransform/metrics.ts"],"names":[],"mappings":";;;AAsBA,oCAAwC;AAE3B,QAAA,sBAAsB,GAAG,eAAe,CAAA;AAE9C,MAAM,qCAAqC,GAAG,CAAC,SAAoB,EAAE,QAAgC,EAAE,EAAE;IAC5G,MAAM,IAAI,GAAkC;QACxC,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,QAAQ,CAAC,mBAAmB;QACjD,QAAQ,EAAE,QAAQ,CAAC,QAAQ;QAC3B,KAAK,EAAE,QAAQ,CAAC,KAAe;KAClC,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,kCAAkC;QACxC,MAAM,EAAE,WAAW;QACnB,IAAI,EAAE,IAAA,qBAAa,EAAC,IAAI,CAAC;KAC5B,CAAC,CAAA;AACN,CAAC,CAAA;AAbY,QAAA,qCAAqC,yCAajD;AAEM,MAAM,mCAAmC,GAAG,CAC/C,SAAoB,EACpB,OAA8B,EAC9B,KAAY,EACd,EAAE;IACA,IAAI;
|
|
1
|
+
{"version":3,"file":"metrics.js","sourceRoot":"","sources":["../../../src/language-server/netTransform/metrics.ts"],"names":[],"mappings":";;;AAsBA,oCAAwC;AAE3B,QAAA,sBAAsB,GAAG,eAAe,CAAA;AAE9C,MAAM,qCAAqC,GAAG,CAAC,SAAoB,EAAE,QAAgC,EAAE,EAAE;IAC5G,MAAM,IAAI,GAAkC;QACxC,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,QAAQ,CAAC,mBAAmB;QACjD,QAAQ,EAAE,QAAQ,CAAC,QAAQ;QAC3B,KAAK,EAAE,QAAQ,CAAC,KAAe;KAClC,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,kCAAkC;QACxC,MAAM,EAAE,WAAW;QACnB,IAAI,EAAE,IAAA,qBAAa,EAAC,IAAI,CAAC;KAC5B,CAAC,CAAA;AACN,CAAC,CAAA;AAbY,QAAA,qCAAqC,yCAajD;AAEM,MAAM,mCAAmC,GAAG,CAC/C,SAAoB,EACpB,OAA8B,EAC9B,KAAY,EACd,EAAE;IACA,IAAI,CAAC;QACD,MAAM,IAAI,GAA+B;YACrC,QAAQ,EAAE,8BAAsB;YAChC,eAAe,EAAE,OAAO,CAAC,eAAe;YACxC,mBAAmB,EAAE,OAAO,CAAC,mBAAmB;YAChD,eAAe,EAAE,OAAO,CAAC,eAAe;SAC3C,CAAA;QAED,SAAS,CAAC,UAAU,CAAC;YACjB,IAAI,EAAE,kCAAkC;YACxC,MAAM,EAAE,QAAQ;YAChB,SAAS,EAAE;gBACP,MAAM,EAAE,KAAK,CAAC,OAAO,IAAI,cAAc;aAC1C;SACJ,CAAC,CAAA;IACN,CAAC;IAAC,OAAO,CAAM,EAAE,CAAC,CAAA,CAAC;AACvB,CAAC,CAAA;AArBY,QAAA,mCAAmC,uCAqB/C;AAEM,MAAM,sCAAsC,GAAG,CAAC,SAAoB,EAAE,QAA8B,EAAE,EAAE;IAC3G,MAAM,IAAI,GAAmC;QACzC,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,KAAe;QAChE,uBAAuB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,MAAgB;QACrE,YAAY,EAAE,QAAQ,CAAC,iBAAiB,EAAE,YAAoB;QAC9D,kBAAkB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,kBAA0B;QAC1E,gBAAgB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,gBAAwB;QACtE,MAAM,EAAE,QAAQ,CAAC,iBAAiB,EAAE,MAAgB;QACpD,kBAAkB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,kBAAwC;KAC3F,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,mCAAmC;QACzC,MAAM,EAAE,WAAW;QACnB,IAAI,EAAE,IAAA,qBAAa,EAAC,IAAI,CAAC;KAC5B,CAAC,CAAA;AACN,CAAC,CAAA;AAjBY,QAAA,sCAAsC,0CAiBlD;AAEM,MAAM,oCAAoC,GAAG,CAChD,SAAoB,EACpB,OAA4B,EAC5B,KAAY,EACd,EAAE;IACA,MAAM,IAAI,GAA+B;QACrC,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,OAAO,CAAC,mBAAmB;KACnD,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,mCAAmC;QACzC,MAAM,EAAE,QAAQ;QAChB,IAAI;QACJ,SAAS,EAAE;YACP,MAAM,EAAE,KAAK,CAAC,OAAO,IAAI,cAAc;SAC1C;KACJ,CAAC,CAAA;AACN,CAAC,CAAA;AAlBY,QAAA,oCAAoC,wCAkBhD;AAEM,MAAM,uCAAuC,GAAG,CACnD,SAAoB,EACpB,QAAiC,EACjC,KAAa,EACf,EAAE;IACA,MAAM,IAAI,GAAoC;QAC1C,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,KAAK;QAC1B,qBAAqB,EAAE,QAAQ,CAAC,uBAAuB;KAC1D,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,oCAAoC;QAC1C,MAAM,EAAE,WAAW;QACnB,IAAI,EAAE,IAAA,qBAAa,EAAC,IAAI,CAAC;KAC5B,CAAC,CAAA;AACN,CAAC,CAAA;AAhBY,QAAA,uCAAuC,2CAgBnD;AAEM,MAAM,qCAAqC,GAAG,CACjD,SAAoB,EACpB,OAA+B,EAC/B,KAAY,EACd,EAAE;IACA,MAAM,IAAI,GAA+B;QACrC,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,OAAO,CAAC,mBAAmB;KACnD,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,oCAAoC;QAC1C,MAAM,EAAE,QAAQ;QAChB,IAAI;QACJ,SAAS,EAAE;YACP,MAAM,EAAE,KAAK,CAAC,OAAO,IAAI,cAAc;SAC1C;KACJ,CAAC,CAAA;AACN,CAAC,CAAA;AAlBY,QAAA,qCAAqC,yCAkBjD;AAEM,MAAM,oCAAoC,GAAG,CAAC,SAAoB,EAAE,QAA8B,EAAE,EAAE;IACzG,MAAM,IAAI,GAAmC;QACzC,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,KAAe;QAChE,uBAAuB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,MAAgB;QACrE,YAAY,EAAE,QAAQ,CAAC,iBAAiB,EAAE,YAAoB;QAC9D,kBAAkB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,kBAA0B;QAC1E,gBAAgB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,gBAAwB;QACtE,MAAM,EAAE,QAAQ,CAAC,iBAAiB,EAAE,MAAgB;QACpD,kBAAkB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,kBAAwC;KAC3F,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,iCAAiC;QACvC,MAAM,EAAE,WAAW;QACnB,IAAI,EAAE,IAAA,qBAAa,EAAC,IAAI,CAAC;KAC5B,CAAC,CAAA;AACN,CAAC,CAAA;AAjBY,QAAA,oCAAoC,wCAiBhD;AAEM,MAAM,kCAAkC,GAAG,CAC9C,SAAoB,EACpB,OAA4B,EAC5B,KAAY,EACd,EAAE;IACA,MAAM,IAAI,GAA+B;QACrC,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,OAAO,CAAC,mBAAmB;KACnD,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,iCAAiC;QACvC,MAAM,EAAE,QAAQ;QAChB,IAAI;QACJ,SAAS,EAAE;YACP,MAAM,EAAE,KAAK,CAAC,OAAO,IAAI,cAAc;SAC1C;KACJ,CAAC,CAAA;AACN,CAAC,CAAA;AAlBY,QAAA,kCAAkC,sCAkB9C;AAEM,MAAM,2CAA2C,GAAG,CAAC,SAAoB,EAAE,QAA8B,EAAE,EAAE;IAChH,MAAM,IAAI,GAAmC;QACzC,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,KAAe;QAChE,uBAAuB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,MAAgB;QACrE,YAAY,EAAE,QAAQ,CAAC,iBAAiB,EAAE,YAAoB;QAC9D,kBAAkB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,kBAA0B;QAC1E,gBAAgB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,gBAAwB;QACtE,MAAM,EAAE,QAAQ,CAAC,iBAAiB,EAAE,MAAgB;QACpD,kBAAkB,EAAE,QAAQ,CAAC,iBAAiB,EAAE,kBAAwC;KAC3F,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,wCAAwC;QAC9C,MAAM,EAAE,WAAW;QACnB,IAAI,EAAE,IAAA,qBAAa,EAAC,IAAI,CAAC;KAC5B,CAAC,CAAA;AACN,CAAC,CAAA;AAjBY,QAAA,2CAA2C,+CAiBvD;AAEM,MAAM,yCAAyC,GAAG,CACrD,SAAoB,EACpB,OAA4B,EAC5B,KAAY,EACd,EAAE;IACA,MAAM,IAAI,GAA+B;QACrC,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,OAAO,CAAC,mBAAmB;KACnD,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,wCAAwC;QAC9C,MAAM,EAAE,QAAQ;QAChB,IAAI;QACJ,SAAS,EAAE;YACP,MAAM,EAAE,KAAK,CAAC,OAAO,IAAI,cAAc;SAC1C;KACJ,CAAC,CAAA;AACN,CAAC,CAAA;AAlBY,QAAA,yCAAyC,6CAkBrD;AAEM,MAAM,uCAAuC,GAAG,CACnD,SAAoB,EACpB,QAAkC,EAClC,KAAa,EACf,EAAE;IACA,MAAM,IAAI,GAAoC;QAC1C,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,KAAe;QACpC,mBAAmB,EAAE,QAAQ,CAAC,kBAAkB,CAAC,mBAAmB;KACvE,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,oCAAoC;QAC1C,MAAM,EAAE,WAAW;QACnB,IAAI,EAAE,IAAA,qBAAa,EAAC,IAAI,CAAC;KAC5B,CAAC,CAAA;AACN,CAAC,CAAA;AAhBY,QAAA,uCAAuC,2CAgBnD;AAEM,MAAM,qCAAqC,GAAG,CACjD,SAAoB,EACpB,OAAgC,EAChC,KAAY,EACd,EAAE;IACA,MAAM,IAAI,GAA+B;QACrC,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,OAAO,CAAC,mBAAmB;KACnD,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,oCAAoC;QAC1C,MAAM,EAAE,QAAQ;QAChB,IAAI;QACJ,SAAS,EAAE;YACP,MAAM,EAAE,KAAK,CAAC,OAAO,IAAI,cAAc;SAC1C;KACJ,CAAC,CAAA;AACN,CAAC,CAAA;AAlBY,QAAA,qCAAqC,yCAkBjD;AAEM,MAAM,iDAAiD,GAAG,CAC7D,SAAoB,EACpB,QAAmC,EACnC,KAAa,EACf,EAAE;IACA,MAAM,IAAI,GAA8C;QACpD,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,KAAK;QAC1B,KAAK,EAAE,QAAQ,CAAC,KAAK;KACxB,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,4CAA4C;QAClD,MAAM,EAAE,WAAW;QACnB,IAAI,EAAE,IAAA,qBAAa,EAAC,IAAI,CAAC;KAC5B,CAAC,CAAA;AACN,CAAC,CAAA;AAhBY,QAAA,iDAAiD,qDAgB7D;AAEM,MAAM,+CAA+C,GAAG,CAC3D,SAAoB,EACpB,OAAiC,EACjC,KAAY,EACd,EAAE;IACA,MAAM,IAAI,GAA+B;QACrC,QAAQ,EAAE,8BAAsB;QAChC,mBAAmB,EAAE,OAAO,CAAC,mBAAmB;KACnD,CAAA;IAED,SAAS,CAAC,UAAU,CAAC;QACjB,IAAI,EAAE,4CAA4C;QAClD,MAAM,EAAE,QAAQ;QAChB,IAAI;QACJ,SAAS,EAAE;YACP,MAAM,EAAE,KAAK,CAAC,OAAO,IAAI,cAAc;SAC1C;KACJ,CAAC,CAAA;AACN,CAAC,CAAA;AAlBY,QAAA,+CAA+C,mDAkB3D"}
|
|
@@ -8,12 +8,12 @@ var CancellationJobStatus;
|
|
|
8
8
|
CancellationJobStatus[CancellationJobStatus["SUCCESSFULLY_CANCELLED"] = 2] = "SUCCESSFULLY_CANCELLED";
|
|
9
9
|
CancellationJobStatus[CancellationJobStatus["FAILED_TO_CANCEL"] = 3] = "FAILED_TO_CANCEL";
|
|
10
10
|
CancellationJobStatus[CancellationJobStatus["TIMED_OUT"] = 4] = "TIMED_OUT";
|
|
11
|
-
})(CancellationJobStatus
|
|
11
|
+
})(CancellationJobStatus || (exports.CancellationJobStatus = CancellationJobStatus = {}));
|
|
12
12
|
// status specific to pollTransformation
|
|
13
13
|
var PollTransformationStatus;
|
|
14
14
|
(function (PollTransformationStatus) {
|
|
15
15
|
PollTransformationStatus["TIMEOUT"] = "TIMEOUT";
|
|
16
16
|
PollTransformationStatus["NOT_FOUND"] = "NOT_FOUND";
|
|
17
17
|
PollTransformationStatus["FAILED"] = "FAILED";
|
|
18
|
-
})(PollTransformationStatus
|
|
18
|
+
})(PollTransformationStatus || (exports.PollTransformationStatus = PollTransformationStatus = {}));
|
|
19
19
|
//# sourceMappingURL=models.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/language-server/netTransform/models.ts"],"names":[],"mappings":";;;AA+CA,IAAY,qBAMX;AAND,WAAY,qBAAqB;IAC7B,+EAAW,CAAA;IACX,+EAAW,CAAA;IACX,qGAAsB,CAAA;IACtB,yFAAgB,CAAA;IAChB,2EAAS,CAAA;AACb,CAAC,EANW,qBAAqB,
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/language-server/netTransform/models.ts"],"names":[],"mappings":";;;AA+CA,IAAY,qBAMX;AAND,WAAY,qBAAqB;IAC7B,+EAAW,CAAA;IACX,+EAAW,CAAA;IACX,qGAAsB,CAAA;IACtB,yFAAgB,CAAA;IAChB,2EAAS,CAAA;AACb,CAAC,EANW,qBAAqB,qCAArB,qBAAqB,QAMhC;AAED,wCAAwC;AACxC,IAAY,wBAIX;AAJD,WAAY,wBAAwB;IAChC,+CAAmB,CAAA;IACnB,mDAAuB,CAAA;IACvB,6CAAiB,CAAA;AACrB,CAAC,EAJW,wBAAwB,wCAAxB,wBAAwB,QAInC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"converter.test.js","sourceRoot":"","sources":["../../../../src/language-server/netTransform/tests/converter.test.ts"],"names":[],"mappings":";;AAAA,+BAA6B;AAK7B,4CAKqB;AAGrB,uCAAwC;AACxC,+BAA+B;AAE/B,MAAM,aAAa,GAAG,IAAA,wBAAa,GAAW,CAAA;AAC9C,MAAM,gCAAgC,GAA4D;IAC9F,cAAc,EAAE;QACZ,QAAQ,EAAE,EAAE;QACZ,mBAAmB,EAAE;YACjB,YAAY,EAAE,EAAE;SACnB;QACD,uBAAuB,EAAE,UAAU;KACtC;IACD,kBAAkB,EAAE;QAChB,kBAAkB,EAAE,kBAAkB;QACtC,MAAM,EAAE;YACJ,QAAQ,EAAE,SAAS;YACnB,UAAU,EAAE;gBACR,MAAM,EAAE,EAAE;aACb;YACD,cAAc,EAAE;gBACZ,qBAAqB,EAAE,SAAS;aACnC;SACJ;QACD,MAAM,EAAE;YACJ,QAAQ,EAAE,SAAS;YACnB,UAAU,EAAE;gBACR,MAAM,EAAE,EAAE;aACb;YACD,cAAc,EAAE;gBACZ,qBAAqB,EAAE,OAAO;aACjC;SACJ;KACJ;CACJ,CAAA;AAED,MAAM,sBAAsB,GAA0B;IAClD,gBAAgB,EAAE,EAAE;IACpB,eAAe,EAAE,EAAE;IACnB,eAAe,EAAE,EAAE;IACnB,mBAAmB,EAAE,EAAE;IACvB,mBAAmB,EAAE,EAAE;IACvB,eAAe,EAAE;QACb;YACI,IAAI,EAAE,EAAE;YACR,WAAW,EAAE,EAAE;YACf,eAAe,EAAE,QAAQ;YACzB,WAAW,EAAE,EAAE;YACf,kBAAkB,EAAE,EAAE;YACtB,sBAAsB,EAAE,EAAE;YAC1B,mBAAmB,EAAE,EAAE;SAC1B;KACJ;IACD,OAAO,EAAE,EAAE;CACd,CAAA;AAED,SAAS,OAAO,CAAC,GAAQ,EAAE,IAAc,EAAE,KAAU;IACjD,IAAI,OAAO,GAAG,GAAG,CAAA;IACjB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;
|
|
1
|
+
{"version":3,"file":"converter.test.js","sourceRoot":"","sources":["../../../../src/language-server/netTransform/tests/converter.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transformHandler.test.js","sourceRoot":"","sources":["../../../../src/language-server/netTransform/tests/transformHandler.test.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"transformHandler.test.js","sourceRoot":"","sources":["../../../../src/language-server/netTransform/tests/transformHandler.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CodeWhispererStreaming } from '@amzn/codewhisperer-streaming';
|
|
2
2
|
import { Logging, Workspace } from '@aws/language-server-runtimes/server-interface';
|
|
3
|
-
import { CreateUploadUrlResponse } from '../../client/token/codewhispererbearertokenclient';
|
|
3
|
+
import { CreateUploadUrlResponse, TransformationJob } from '../../client/token/codewhispererbearertokenclient';
|
|
4
4
|
import { CodeWhispererServiceToken } from '../codeWhispererService';
|
|
5
5
|
import { ArtifactManager } from './artifactManager';
|
|
6
6
|
import { CancelTransformRequest, CancelTransformResponse, DownloadArtifactsResponse, GetTransformPlanRequest, GetTransformPlanResponse, GetTransformRequest, GetTransformResponse, StartTransformRequest, StartTransformResponse } from './models';
|
|
@@ -25,4 +25,5 @@ export declare class TransformHandler {
|
|
|
25
25
|
directoryExists(directoryPath: any): Promise<void>;
|
|
26
26
|
getWorkspacePath(solutionRootPath: string): string;
|
|
27
27
|
getExpDelayForApiRetryMs(attempt: number): number;
|
|
28
|
+
logSuggestionForFailureResponse(request: GetTransformRequest, job: TransformationJob, failureStates: string[]): void;
|
|
28
29
|
}
|
|
@@ -25,20 +25,19 @@ class TransformHandler {
|
|
|
25
25
|
var unsupportedProjects = [];
|
|
26
26
|
const isProject = validation.isProject(userInputrequest);
|
|
27
27
|
const containsUnsupportedViews = await validation.checkForUnsupportedViews(userInputrequest, isProject);
|
|
28
|
-
/*
|
|
29
28
|
if (isProject) {
|
|
30
|
-
let isValid = validation.validateProject(userInputrequest)
|
|
29
|
+
let isValid = validation.validateProject(userInputrequest);
|
|
31
30
|
if (!isValid) {
|
|
32
31
|
return {
|
|
33
32
|
Error: 'NotSupported',
|
|
34
33
|
IsSupported: false,
|
|
35
34
|
ContainsUnsupportedViews: containsUnsupportedViews,
|
|
36
|
-
}
|
|
35
|
+
};
|
|
37
36
|
}
|
|
38
|
-
} else {
|
|
39
|
-
unsupportedProjects = validation.validateSolution(userInputrequest)
|
|
40
37
|
}
|
|
41
|
-
|
|
38
|
+
else {
|
|
39
|
+
unsupportedProjects = validation.validateSolution(userInputrequest);
|
|
40
|
+
}
|
|
42
41
|
const artifactManager = new artifactManager_1.ArtifactManager(this.workspace, this.logging, this.getWorkspacePath(userInputrequest.SolutionRootPath));
|
|
43
42
|
try {
|
|
44
43
|
const payloadFilePath = await this.zipCodeAsync(userInputrequest, artifactManager);
|
|
@@ -51,7 +50,11 @@ class TransformHandler {
|
|
|
51
50
|
return (0, converter_1.getCWStartTransformResponse)(response, uploadId, payloadFilePath, unsupportedProjects, containsUnsupportedViews);
|
|
52
51
|
}
|
|
53
52
|
catch (error) {
|
|
54
|
-
|
|
53
|
+
let errorMessage = error.message ?? 'Error in StartTransformation API call';
|
|
54
|
+
if (errorMessage.includes('Invalid transformation specification')) {
|
|
55
|
+
errorMessage =
|
|
56
|
+
'Your profile credentials are not allow-listed or lack the necessary access. Please check your credentials.';
|
|
57
|
+
}
|
|
55
58
|
this.logging.log(errorMessage);
|
|
56
59
|
throw new Error(errorMessage);
|
|
57
60
|
}
|
|
@@ -284,6 +287,7 @@ class TransformHandler {
|
|
|
284
287
|
}
|
|
285
288
|
}
|
|
286
289
|
this.logging.log('poll : returning response from server : ' + JSON.stringify(response));
|
|
290
|
+
this.logSuggestionForFailureResponse(request, response.transformationJob, failureStates);
|
|
287
291
|
return {
|
|
288
292
|
TransformationJob: response.transformationJob,
|
|
289
293
|
};
|
|
@@ -308,7 +312,8 @@ class TransformHandler {
|
|
|
308
312
|
}
|
|
309
313
|
}
|
|
310
314
|
}
|
|
311
|
-
const
|
|
315
|
+
const saveToWorkspace = path.join(saveToDir, workspaceFolderName);
|
|
316
|
+
const pathContainingArchive = await this.archivePathGenerator(exportId, buffer, saveToWorkspace);
|
|
312
317
|
this.logging.log('pathContainingArchive :' + pathContainingArchive);
|
|
313
318
|
return {
|
|
314
319
|
PathTosave: pathContainingArchive,
|
|
@@ -355,6 +360,19 @@ class TransformHandler {
|
|
|
355
360
|
const jitteredDelay = Math.floor(Math.random() * 10);
|
|
356
361
|
return exponentialDelay + jitteredDelay; // returns in milliseconds
|
|
357
362
|
}
|
|
363
|
+
logSuggestionForFailureResponse(request, job, failureStates) {
|
|
364
|
+
let status = job?.status ?? models_1.PollTransformationStatus.NOT_FOUND;
|
|
365
|
+
let reason = job?.reason ?? '';
|
|
366
|
+
if (failureStates.includes(status)) {
|
|
367
|
+
let suggestion = '';
|
|
368
|
+
if (reason.toLowerCase().includes('build validation failed')) {
|
|
369
|
+
suggestion =
|
|
370
|
+
'Please close Visual Studio, delete the directories where build artifacts are generated (e.g. bin and obj), and try running the transformation again.';
|
|
371
|
+
}
|
|
372
|
+
this.logging.log(`Transformation job for job ${request.TransformationJobId} is ${status} due to "${reason}".
|
|
373
|
+
${suggestion}`);
|
|
374
|
+
}
|
|
375
|
+
}
|
|
358
376
|
}
|
|
359
377
|
exports.TransformHandler = TransformHandler;
|
|
360
378
|
//# sourceMappingURL=transformHandler.js.map
|