UNPKG

awscdk-construct-scte-scheduler

Version:

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

9 lines (8 loc) 499 B
import type { AwsIdentityProperties } from "@aws-sdk/types"; import type { SSOToken } from "@smithy/core/config"; import type { FromSsoInit } from "./fromSso"; /** * Returns a new SSO OIDC token from SSOOIDC::createToken() API call. * @internal */ export declare const getNewSsoOidcToken: (ssoToken: SSOToken, ssoRegion: string, init?: FromSsoInit, callerClientConfig?: AwsIdentityProperties["callerClientConfig"]) => Promise<import("@aws-sdk/nested-clients/sso-oidc").CreateTokenCommandOutput>;