UNPKG

awscdk-construct-scte-scheduler

Version:

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

8 lines (7 loc) 393 B
import type { AwsIdentityProperties } from "@aws-sdk/types"; import type { FromSsoInit } from "./fromSso"; /** * Returns a SSOOIDC client for the given region. * @internal */ export declare const getSsoOidcClient: (ssoRegion: string, init?: FromSsoInit, callerClientConfig?: AwsIdentityProperties["callerClientConfig"]) => Promise<import("@aws-sdk/nested-clients/sso-oidc").SSOOIDCClient>;