awscdk-construct-scte-scheduler
Version:
AWS CDK Construct for scheduling SCTE-35 events using the MediaLive schedule API
15 lines (14 loc) • 656 B
TypeScript
import type { AwsCredentialIdentity, ParsedIniData } from "@smithy/types";
import { FromIniInit } from "./fromIni";
/**
* @internal
*/
export declare const resolveProfileData: (profileName: string, profiles: ParsedIniData, options: FromIniInit, visitedProfiles?: Record<string, true>,
/**
* This override comes from recursive calls only.
* It is used to flag a recursive profile section
* that does not have a role_arn, e.g. a credential_source
* with no role_arn, as part of a larger recursive assume-role
* call stack, and to re-enter the assume-role resolver function.
*/
isAssumeRoleRecursiveCall?: boolean) => Promise<AwsCredentialIdentity>;