| 11 | } |
| 12 | |
| 13 | export interface CredentialsClientProps { |
| 14 | region?: string; |
| 15 | proxyServer?: string; |
| 16 | noProxy?: string; |
| 17 | stsEndpoint?: string; |
| 18 | roleChaining: boolean; |
| 19 | } |
| 20 | |
| 21 | export class CredentialsClient { |
| 22 | public region?: string; |
nothing calls this directly
no outgoing calls
no test coverage detected