UNPKG

awscdk-construct-scte-scheduler

Version:

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

6 lines (5 loc) 220 B
import { SdkError } from "@smithy/types"; /** * @deprecated this is only used in the deprecated StandardRetryStrategy. Do not use in new code. */ export declare const defaultRetryDecider: (error: SdkError) => boolean;