File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
packages/node-config-provider/src Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 11import { CredentialsProviderError } from "@aws-sdk/property-provider" ;
2- import {
3- getProfileName ,
4- loadSharedConfigFiles ,
5- SharedConfigInit as BaseSharedConfigInit ,
6- } from "@aws-sdk/shared-ini-file-loader" ;
2+ import { getProfileName , loadSharedConfigFiles , SourceProfileInit } from "@aws-sdk/shared-ini-file-loader" ;
73import { Profile , Provider } from "@aws-sdk/types" ;
84
9- export interface SharedConfigInit extends BaseSharedConfigInit {
10- /**
11- * The configuration profile to use.
12- */
13- profile ?: string ;
14-
5+ export interface SharedConfigInit extends SourceProfileInit {
156 /**
167 * The preferred shared ini file to load the config. "config" option refers to
178 * the shared config file(defaults to `~/.aws/config`). "credentials" option
You can’t perform that action at this time.
0 commit comments