UNPKG

awscdk-construct-scte-scheduler

Version:

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

10 lines (9 loc) 525 B
import type { AwsRegionExtensionConfiguration } from "@aws-sdk/types"; import type { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols"; import type { DefaultExtensionConfiguration } from "@smithy/types"; import type { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration"; /** * @internal */ export interface MediaLiveExtensionConfiguration extends HttpHandlerExtensionConfiguration, DefaultExtensionConfiguration, AwsRegionExtensionConfiguration, HttpAuthExtensionConfiguration { }