UNPKG

awscdk-construct-scte-scheduler

Version:

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

17 lines (16 loc) 718 B
import { Command as $Command } from "@smithy/core/client"; import { getEndpointPlugin } from "@smithy/core/endpoints"; import { commonParams } from "../endpoint/EndpointParameters"; import { DeleteEventBridgeRuleTemplateGroup$ } from "../schemas/schemas_0"; export { $Command }; export class DeleteEventBridgeRuleTemplateGroupCommand extends $Command .classBuilder() .ep(commonParams) .m(function (Command, cs, config, o) { return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())]; }) .s("MediaLive", "DeleteEventBridgeRuleTemplateGroup", {}) .n("MediaLiveClient", "DeleteEventBridgeRuleTemplateGroupCommand") .sc(DeleteEventBridgeRuleTemplateGroup$) .build() { }