awscdk-construct-scte-scheduler
Version:
AWS CDK Construct for scheduling SCTE-35 events using the MediaLive schedule API
10 lines (9 loc) • 317 B
JavaScript
import { createAggregatedClient } from "@smithy/core/client";
import { GetRoleCredentialsCommand, } from "./commands/GetRoleCredentialsCommand";
import { SSOClient } from "./SSOClient";
const commands = {
GetRoleCredentialsCommand,
};
export class SSO extends SSOClient {
}
createAggregatedClient(commands, SSO);