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 1
1
import { 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" ;
7
3
import { Profile , Provider } from "@aws-sdk/types" ;
8
4
9
- export interface SharedConfigInit extends BaseSharedConfigInit {
10
- /**
11
- * The configuration profile to use.
12
- */
13
- profile ?: string ;
14
-
5
+ export interface SharedConfigInit extends SourceProfileInit {
15
6
/**
16
7
* The preferred shared ini file to load the config. "config" option refers to
17
8
* the shared config file(defaults to `~/.aws/config`). "credentials" option
You can’t perform that action at this time.
0 commit comments