UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

11 lines (10 loc) 402 B
import { ParsedIniData } from "@aws-sdk/types"; export interface SsoSessionInit { /** * The path at which to locate the ini config file. Defaults to the value of * the `AWS_CONFIG_FILE` environment variable (if defined) or * `~/.aws/config` otherwise. */ configFilepath?: string; } export declare const loadSsoSessionData: (init?: SsoSessionInit) => Promise<ParsedIniData>;