UNPKG

awscdk-construct-scte-scheduler

Version:

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

12 lines (11 loc) 472 B
import { createAggregatedClient } from "@smithy/core/client"; import { CognitoIdentityClient } from "./CognitoIdentityClient"; import { GetCredentialsForIdentityCommand, } from "./commands/GetCredentialsForIdentityCommand"; import { GetIdCommand } from "./commands/GetIdCommand"; const commands = { GetCredentialsForIdentityCommand, GetIdCommand, }; export class CognitoIdentity extends CognitoIdentityClient { } createAggregatedClient(commands, CognitoIdentity);