We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa2a2b commit baed49fCopy full SHA for baed49f
packages/core/src/submodules/httpAuthSchemes/aws_sdk/NODE_AUTH_SCHEME_PREFERENCE_OPTIONS.ts
@@ -1,6 +1,4 @@
1
-// ToDo: replace with EnvOptions once exported from node-config-provider
2
-import { LoadedConfigSelectors } from "@smithy/node-config-provider";
3
-import { EnvOptions } from "@smithy/node-config-provider/dist-types/fromEnv";
+import { EnvOptions, LoadedConfigSelectors } from "@smithy/node-config-provider";
4
5
import { getArrayForCommaSeparatedString } from "../utils/getArrayForCommaSeparatedString";
6
import { getBearerTokenEnvKey } from "../utils/getBearerTokenEnvKey";
0 commit comments