UNPKG

awscdk-construct-scte-scheduler

Version:

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

10 lines (9 loc) 329 B
import { createAggregatedClient } from "@smithy/core/client"; import { CreateOAuth2TokenCommand, } from "./commands/CreateOAuth2TokenCommand"; import { SigninClient } from "./SigninClient"; const commands = { CreateOAuth2TokenCommand, }; export class Signin extends SigninClient { } createAggregatedClient(commands, Signin);