UNPKG

awscdk-construct-scte-scheduler

Version:

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

12 lines (11 loc) 428 B
import { createAggregatedClient } from "@smithy/core/client"; import { AssumeRoleCommand, } from "./commands/AssumeRoleCommand"; import { AssumeRoleWithWebIdentityCommand, } from "./commands/AssumeRoleWithWebIdentityCommand"; import { STSClient } from "./STSClient"; const commands = { AssumeRoleCommand, AssumeRoleWithWebIdentityCommand, }; export class STS extends STSClient { } createAggregatedClient(commands, STS);