UNPKG

awscdk-construct-scte-scheduler

Version:

AWS CDK Construct for scheduling SCTE-35 events using the MediaLive schedule API

7 lines (6 loc) 225 B
/** * Returns a SSOOIDC client for the given region. If the client has already been created, * it will be returned from the hash. * @internal */ export declare const getSsoOidcClient: (ssoRegion: string) => Promise<any>;