UNPKG

awscdk-construct-input-switch-scheduler

Version:
6 lines (5 loc) 246 B
import { AwsCredentialIdentity, Logger, ParsedIniData } from "@smithy/types"; /** * @internal */ export declare const resolveProcessCredentials: (profileName: string, profiles: ParsedIniData, logger?: Logger) => Promise<AwsCredentialIdentity>;