@aws-sdk/client-medialive 3.914.0 → 3.916.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -0
- package/dist-cjs/endpoint/ruleset.js +1 -1
- package/dist-cjs/index.js +260 -32
- package/dist-es/MediaLive.js +6 -0
- package/dist-es/commands/ListAlertsCommand.js +22 -0
- package/dist-es/commands/ListClusterAlertsCommand.js +22 -0
- package/dist-es/commands/ListMultiplexAlertsCommand.js +22 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoint/ruleset.js +1 -1
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +12 -24
- package/dist-es/models/models_1.js +24 -4
- package/dist-es/models/models_2.js +4 -0
- package/dist-es/models/models_3.js +1 -0
- package/dist-es/pagination/ListAlertsPaginator.js +4 -0
- package/dist-es/pagination/ListClusterAlertsPaginator.js +4 -0
- package/dist-es/pagination/ListMultiplexAlertsPaginator.js +4 -0
- package/dist-es/pagination/index.js +3 -0
- package/dist-es/protocols/Aws_restJson1.js +151 -4
- package/dist-types/MediaLive.d.ts +21 -0
- package/dist-types/MediaLiveClient.d.ts +5 -2
- package/dist-types/commands/BatchDeleteCommand.d.ts +1 -1
- package/dist-types/commands/ListAlertsCommand.d.ts +109 -0
- package/dist-types/commands/ListClusterAlertsCommand.d.ts +110 -0
- package/dist-types/commands/ListMultiplexAlertsCommand.d.ts +109 -0
- package/dist-types/commands/UpdateReservationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSdiSourceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +164 -72
- package/dist-types/models/models_1.d.ts +73 -116
- package/dist-types/models/models_2.d.ts +243 -50
- package/dist-types/models/models_3.d.ts +50 -0
- package/dist-types/pagination/ListAlertsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListClusterAlertsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMultiplexAlertsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
- package/dist-types/ts3.4/MediaLive.d.ts +51 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +18 -0
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAlertsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListClusterAlertsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMultiplexAlertsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdateSdiSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +46 -35
- package/dist-types/ts3.4/models/models_1.d.ts +35 -38
- package/dist-types/ts3.4/models/models_2.d.ts +67 -13
- package/dist-types/ts3.4/models/models_3.d.ts +14 -0
- package/dist-types/ts3.4/pagination/ListAlertsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListClusterAlertsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMultiplexAlertsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +3 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
- package/package.json +14 -14
|
@@ -1,6 +1,78 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
3
|
-
import { AdditionalDestinations, Algorithm,
|
|
3
|
+
import { AdditionalDestinations, Algorithm, CaptionLanguageMapping, ChannelEngineVersionResponse, CmafIngestCaptionLanguageMapping, DvbNitSettings, DvbSdtSettings, DvbTdtSettings, Hdr10Settings, HlsAdMarkers, InputLocation, M2tsAbsentInputAudioBehavior, M2tsArib, M2tsAribCaptionsPidControl, M2tsAudioBufferModel, M2tsAudioStreamType, M2tsBufferModel, M2tsCcDescriptor, OfferingDurationUnits, OfferingType, OutputLocationRef, ReservationResourceSpecification } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
* @enum
|
|
7
|
+
*/
|
|
8
|
+
export declare const M2tsEbifControl: {
|
|
9
|
+
readonly NONE: "NONE";
|
|
10
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
15
|
+
export type M2tsEbifControl = (typeof M2tsEbifControl)[keyof typeof M2tsEbifControl];
|
|
16
|
+
/**
|
|
17
|
+
* @public
|
|
18
|
+
* @enum
|
|
19
|
+
*/
|
|
20
|
+
export declare const M2tsAudioInterval: {
|
|
21
|
+
readonly VIDEO_AND_FIXED_INTERVALS: "VIDEO_AND_FIXED_INTERVALS";
|
|
22
|
+
readonly VIDEO_INTERVAL: "VIDEO_INTERVAL";
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export type M2tsAudioInterval = (typeof M2tsAudioInterval)[keyof typeof M2tsAudioInterval];
|
|
28
|
+
/**
|
|
29
|
+
* @public
|
|
30
|
+
* @enum
|
|
31
|
+
*/
|
|
32
|
+
export declare const M2tsEbpPlacement: {
|
|
33
|
+
readonly VIDEO_AND_AUDIO_PIDS: "VIDEO_AND_AUDIO_PIDS";
|
|
34
|
+
readonly VIDEO_PID: "VIDEO_PID";
|
|
35
|
+
};
|
|
36
|
+
/**
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
export type M2tsEbpPlacement = (typeof M2tsEbpPlacement)[keyof typeof M2tsEbpPlacement];
|
|
40
|
+
/**
|
|
41
|
+
* @public
|
|
42
|
+
* @enum
|
|
43
|
+
*/
|
|
44
|
+
export declare const M2tsEsRateInPes: {
|
|
45
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
46
|
+
readonly INCLUDE: "INCLUDE";
|
|
47
|
+
};
|
|
48
|
+
/**
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
export type M2tsEsRateInPes = (typeof M2tsEsRateInPes)[keyof typeof M2tsEsRateInPes];
|
|
52
|
+
/**
|
|
53
|
+
* @public
|
|
54
|
+
* @enum
|
|
55
|
+
*/
|
|
56
|
+
export declare const M2tsKlv: {
|
|
57
|
+
readonly NONE: "NONE";
|
|
58
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export type M2tsKlv = (typeof M2tsKlv)[keyof typeof M2tsKlv];
|
|
64
|
+
/**
|
|
65
|
+
* @public
|
|
66
|
+
* @enum
|
|
67
|
+
*/
|
|
68
|
+
export declare const M2tsNielsenId3Behavior: {
|
|
69
|
+
readonly NO_PASSTHROUGH: "NO_PASSTHROUGH";
|
|
70
|
+
readonly PASSTHROUGH: "PASSTHROUGH";
|
|
71
|
+
};
|
|
72
|
+
/**
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
export type M2tsNielsenId3Behavior = (typeof M2tsNielsenId3Behavior)[keyof typeof M2tsNielsenId3Behavior];
|
|
4
76
|
/**
|
|
5
77
|
* @public
|
|
6
78
|
* @enum
|
|
@@ -6414,118 +6486,3 @@ export declare const Scte35AposWebDeliveryAllowedBehavior: {
|
|
|
6414
6486
|
* @public
|
|
6415
6487
|
*/
|
|
6416
6488
|
export type Scte35AposWebDeliveryAllowedBehavior = (typeof Scte35AposWebDeliveryAllowedBehavior)[keyof typeof Scte35AposWebDeliveryAllowedBehavior];
|
|
6417
|
-
/**
|
|
6418
|
-
* Atypical configuration that applies segment breaks only on SCTE-35 time signal placement opportunities and breaks.
|
|
6419
|
-
* @public
|
|
6420
|
-
*/
|
|
6421
|
-
export interface Scte35TimeSignalApos {
|
|
6422
|
-
/**
|
|
6423
|
-
* When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.
|
|
6424
|
-
* @public
|
|
6425
|
-
*/
|
|
6426
|
-
AdAvailOffset?: number | undefined;
|
|
6427
|
-
/**
|
|
6428
|
-
* When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates
|
|
6429
|
-
* @public
|
|
6430
|
-
*/
|
|
6431
|
-
NoRegionalBlackoutFlag?: Scte35AposNoRegionalBlackoutBehavior | undefined;
|
|
6432
|
-
/**
|
|
6433
|
-
* When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates
|
|
6434
|
-
* @public
|
|
6435
|
-
*/
|
|
6436
|
-
WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior | undefined;
|
|
6437
|
-
}
|
|
6438
|
-
/**
|
|
6439
|
-
* Avail Settings
|
|
6440
|
-
* @public
|
|
6441
|
-
*/
|
|
6442
|
-
export interface AvailSettings {
|
|
6443
|
-
/**
|
|
6444
|
-
* Esam
|
|
6445
|
-
* @public
|
|
6446
|
-
*/
|
|
6447
|
-
Esam?: Esam | undefined;
|
|
6448
|
-
/**
|
|
6449
|
-
* Typical configuration that applies breaks on splice inserts in addition to time signal placement opportunities, breaks, and advertisements.
|
|
6450
|
-
* @public
|
|
6451
|
-
*/
|
|
6452
|
-
Scte35SpliceInsert?: Scte35SpliceInsert | undefined;
|
|
6453
|
-
/**
|
|
6454
|
-
* Atypical configuration that applies segment breaks only on SCTE-35 time signal placement opportunities and breaks.
|
|
6455
|
-
* @public
|
|
6456
|
-
*/
|
|
6457
|
-
Scte35TimeSignalApos?: Scte35TimeSignalApos | undefined;
|
|
6458
|
-
}
|
|
6459
|
-
/**
|
|
6460
|
-
* @public
|
|
6461
|
-
* @enum
|
|
6462
|
-
*/
|
|
6463
|
-
export declare const Scte35SegmentationScope: {
|
|
6464
|
-
readonly ALL_OUTPUT_GROUPS: "ALL_OUTPUT_GROUPS";
|
|
6465
|
-
readonly SCTE35_ENABLED_OUTPUT_GROUPS: "SCTE35_ENABLED_OUTPUT_GROUPS";
|
|
6466
|
-
};
|
|
6467
|
-
/**
|
|
6468
|
-
* @public
|
|
6469
|
-
*/
|
|
6470
|
-
export type Scte35SegmentationScope = (typeof Scte35SegmentationScope)[keyof typeof Scte35SegmentationScope];
|
|
6471
|
-
/**
|
|
6472
|
-
* Avail Configuration
|
|
6473
|
-
* @public
|
|
6474
|
-
*/
|
|
6475
|
-
export interface AvailConfiguration {
|
|
6476
|
-
/**
|
|
6477
|
-
* Controls how SCTE-35 messages create cues. Splice Insert mode treats all segmentation signals traditionally. With Time Signal APOS mode only Time Signal Placement Opportunity and Break messages create segment breaks. With ESAM mode, signals are forwarded to an ESAM server for possible update.
|
|
6478
|
-
* @public
|
|
6479
|
-
*/
|
|
6480
|
-
AvailSettings?: AvailSettings | undefined;
|
|
6481
|
-
/**
|
|
6482
|
-
* Configures whether SCTE 35 passthrough triggers segment breaks in all output groups that use segmented outputs. Insertion of a SCTE 35 message typically results in a segment break, in addition to the regular cadence of breaks. The segment breaks appear in video outputs, audio outputs, and captions outputs (if any).
|
|
6483
|
-
*
|
|
6484
|
-
* ALL_OUTPUT_GROUPS: Default. Insert the segment break in in all output groups that have segmented outputs. This is the legacy behavior.
|
|
6485
|
-
* SCTE35_ENABLED_OUTPUT_GROUPS: Insert the segment break only in output groups that have SCTE 35 passthrough enabled. This is the recommended value, because it reduces unnecessary segment breaks.
|
|
6486
|
-
* @public
|
|
6487
|
-
*/
|
|
6488
|
-
Scte35SegmentationScope?: Scte35SegmentationScope | undefined;
|
|
6489
|
-
}
|
|
6490
|
-
/**
|
|
6491
|
-
* A request to delete resources
|
|
6492
|
-
* @public
|
|
6493
|
-
*/
|
|
6494
|
-
export interface BatchDeleteRequest {
|
|
6495
|
-
/**
|
|
6496
|
-
* List of channel IDs
|
|
6497
|
-
* @public
|
|
6498
|
-
*/
|
|
6499
|
-
ChannelIds?: string[] | undefined;
|
|
6500
|
-
/**
|
|
6501
|
-
* List of input IDs
|
|
6502
|
-
* @public
|
|
6503
|
-
*/
|
|
6504
|
-
InputIds?: string[] | undefined;
|
|
6505
|
-
/**
|
|
6506
|
-
* List of input security group IDs
|
|
6507
|
-
* @public
|
|
6508
|
-
*/
|
|
6509
|
-
InputSecurityGroupIds?: string[] | undefined;
|
|
6510
|
-
/**
|
|
6511
|
-
* List of multiplex IDs
|
|
6512
|
-
* @public
|
|
6513
|
-
*/
|
|
6514
|
-
MultiplexIds?: string[] | undefined;
|
|
6515
|
-
}
|
|
6516
|
-
/**
|
|
6517
|
-
* Placeholder documentation for BatchDeleteResponse
|
|
6518
|
-
* @public
|
|
6519
|
-
*/
|
|
6520
|
-
export interface BatchDeleteResponse {
|
|
6521
|
-
/**
|
|
6522
|
-
* List of failed operations
|
|
6523
|
-
* @public
|
|
6524
|
-
*/
|
|
6525
|
-
Failed?: BatchFailedResultModel[] | undefined;
|
|
6526
|
-
/**
|
|
6527
|
-
* List of successful operations
|
|
6528
|
-
* @public
|
|
6529
|
-
*/
|
|
6530
|
-
Successful?: BatchSuccessfulResultModel[] | undefined;
|
|
6531
|
-
}
|
|
@@ -1,6 +1,121 @@
|
|
|
1
1
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
2
|
-
import { AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelEngineVersionResponse, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, ChannelSummary, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateSummary, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterNetworkSettings, ClusterState, ClusterType, ColorCorrection, DescribeAnywhereSettings, DescribeChannelPlacementGroupSummary, DescribeClusterSummary, DescribeNetworkSummary, DescribeNodeSummary, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputNetworkLocation, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, InterfaceMappingCreateRequest, InterfaceMappingUpdateRequest, IpPool, IpPoolCreateRequest, IpPoolUpdateRequest, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MediaResourceNeighbor, MulticastSettings, MulticastSourceCreateRequest, MulticastSourceUpdateRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, NetworkState, NodeConnectionState, NodeInterfaceMapping, NodeInterfaceMappingCreateRequest, NodeRole, NodeState, Offering, OfferingDurationUnits, OfferingType, OutputDestination, ReservationResourceSpecification, Route, SdiSourceMapping, Smpte2110ReceiverGroupSettings, SrtSettings, VpcOutputSettingsDescription } from "./models_0";
|
|
3
|
-
import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking,
|
|
2
|
+
import { AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CdiInputSpecification, ChannelAlert, ChannelClass, ChannelEgressEndpoint, ChannelEngineVersionResponse, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, ChannelSummary, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateSummary, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterAlert, ClusterNetworkSettings, ClusterState, ClusterType, ColorCorrection, DescribeAnywhereSettings, DescribeChannelPlacementGroupSummary, DescribeClusterSummary, DescribeNetworkSummary, DescribeNodeSummary, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputNetworkLocation, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, InterfaceMappingCreateRequest, InterfaceMappingUpdateRequest, IpPool, IpPoolCreateRequest, IpPoolUpdateRequest, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MediaResourceNeighbor, MulticastSettings, MulticastSourceCreateRequest, MulticastSourceUpdateRequest, MultiplexAlert, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, NetworkState, NodeConnectionState, NodeInterfaceMapping, NodeInterfaceMappingCreateRequest, NodeRole, NodeState, Offering, OfferingDurationUnits, OfferingType, OutputDestination, ReservationResourceSpecification, Route, SdiSourceMapping, Smpte2110ReceiverGroupSettings, SrtSettings, VpcOutputSettingsDescription } from "./models_0";
|
|
3
|
+
import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking, Esam, OutputGroup, PipelineDetail, RenewalSettings, Reservation, ReservationState, RouteCreateRequest, RouteUpdateRequest, ScheduleAction, Scte35AposNoRegionalBlackoutBehavior, Scte35AposWebDeliveryAllowedBehavior, Scte35SpliceInsert, SdiSourceMode, SdiSourceState, SdiSourceSummary, SdiSourceType, SignalMapMonitorDeploymentStatus, SignalMapStatus, SignalMapSummary, SrtCallerSourceRequest, ThumbnailDetail, TransferringInputDeviceSummary, VideoDescription } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* Atypical configuration that applies segment breaks only on SCTE-35 time signal placement opportunities and breaks.
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface Scte35TimeSignalApos {
|
|
9
|
+
/**
|
|
10
|
+
* When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
AdAvailOffset?: number | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
NoRegionalBlackoutFlag?: Scte35AposNoRegionalBlackoutBehavior | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Avail Settings
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface AvailSettings {
|
|
30
|
+
/**
|
|
31
|
+
* Esam
|
|
32
|
+
* @public
|
|
33
|
+
*/
|
|
34
|
+
Esam?: Esam | undefined;
|
|
35
|
+
/**
|
|
36
|
+
* Typical configuration that applies breaks on splice inserts in addition to time signal placement opportunities, breaks, and advertisements.
|
|
37
|
+
* @public
|
|
38
|
+
*/
|
|
39
|
+
Scte35SpliceInsert?: Scte35SpliceInsert | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* Atypical configuration that applies segment breaks only on SCTE-35 time signal placement opportunities and breaks.
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
Scte35TimeSignalApos?: Scte35TimeSignalApos | undefined;
|
|
45
|
+
}
|
|
46
|
+
/**
|
|
47
|
+
* @public
|
|
48
|
+
* @enum
|
|
49
|
+
*/
|
|
50
|
+
export declare const Scte35SegmentationScope: {
|
|
51
|
+
readonly ALL_OUTPUT_GROUPS: "ALL_OUTPUT_GROUPS";
|
|
52
|
+
readonly SCTE35_ENABLED_OUTPUT_GROUPS: "SCTE35_ENABLED_OUTPUT_GROUPS";
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* @public
|
|
56
|
+
*/
|
|
57
|
+
export type Scte35SegmentationScope = (typeof Scte35SegmentationScope)[keyof typeof Scte35SegmentationScope];
|
|
58
|
+
/**
|
|
59
|
+
* Avail Configuration
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
export interface AvailConfiguration {
|
|
63
|
+
/**
|
|
64
|
+
* Controls how SCTE-35 messages create cues. Splice Insert mode treats all segmentation signals traditionally. With Time Signal APOS mode only Time Signal Placement Opportunity and Break messages create segment breaks. With ESAM mode, signals are forwarded to an ESAM server for possible update.
|
|
65
|
+
* @public
|
|
66
|
+
*/
|
|
67
|
+
AvailSettings?: AvailSettings | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* Configures whether SCTE 35 passthrough triggers segment breaks in all output groups that use segmented outputs. Insertion of a SCTE 35 message typically results in a segment break, in addition to the regular cadence of breaks. The segment breaks appear in video outputs, audio outputs, and captions outputs (if any).
|
|
70
|
+
*
|
|
71
|
+
* ALL_OUTPUT_GROUPS: Default. Insert the segment break in in all output groups that have segmented outputs. This is the legacy behavior.
|
|
72
|
+
* SCTE35_ENABLED_OUTPUT_GROUPS: Insert the segment break only in output groups that have SCTE 35 passthrough enabled. This is the recommended value, because it reduces unnecessary segment breaks.
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
Scte35SegmentationScope?: Scte35SegmentationScope | undefined;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* A request to delete resources
|
|
79
|
+
* @public
|
|
80
|
+
*/
|
|
81
|
+
export interface BatchDeleteRequest {
|
|
82
|
+
/**
|
|
83
|
+
* List of channel IDs
|
|
84
|
+
* @public
|
|
85
|
+
*/
|
|
86
|
+
ChannelIds?: string[] | undefined;
|
|
87
|
+
/**
|
|
88
|
+
* List of input IDs
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
InputIds?: string[] | undefined;
|
|
92
|
+
/**
|
|
93
|
+
* List of input security group IDs
|
|
94
|
+
* @public
|
|
95
|
+
*/
|
|
96
|
+
InputSecurityGroupIds?: string[] | undefined;
|
|
97
|
+
/**
|
|
98
|
+
* List of multiplex IDs
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
MultiplexIds?: string[] | undefined;
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* Placeholder documentation for BatchDeleteResponse
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
export interface BatchDeleteResponse {
|
|
108
|
+
/**
|
|
109
|
+
* List of failed operations
|
|
110
|
+
* @public
|
|
111
|
+
*/
|
|
112
|
+
Failed?: BatchFailedResultModel[] | undefined;
|
|
113
|
+
/**
|
|
114
|
+
* List of successful operations
|
|
115
|
+
* @public
|
|
116
|
+
*/
|
|
117
|
+
Successful?: BatchSuccessfulResultModel[] | undefined;
|
|
118
|
+
}
|
|
4
119
|
/**
|
|
5
120
|
* A list of schedule actions to create (in a request) or that have been created (in a response).
|
|
6
121
|
* @public
|
|
@@ -4888,6 +5003,48 @@ export interface InputDeviceConfigurableSettings {
|
|
|
4888
5003
|
*/
|
|
4889
5004
|
InputResolution?: string | undefined;
|
|
4890
5005
|
}
|
|
5006
|
+
/**
|
|
5007
|
+
* Placeholder documentation for ListAlertsRequest
|
|
5008
|
+
* @public
|
|
5009
|
+
*/
|
|
5010
|
+
export interface ListAlertsRequest {
|
|
5011
|
+
/**
|
|
5012
|
+
* The unique ID of the channel
|
|
5013
|
+
* @public
|
|
5014
|
+
*/
|
|
5015
|
+
ChannelId: string | undefined;
|
|
5016
|
+
/**
|
|
5017
|
+
* The maximum number of items to return
|
|
5018
|
+
* @public
|
|
5019
|
+
*/
|
|
5020
|
+
MaxResults?: number | undefined;
|
|
5021
|
+
/**
|
|
5022
|
+
* The next pagination token
|
|
5023
|
+
* @public
|
|
5024
|
+
*/
|
|
5025
|
+
NextToken?: string | undefined;
|
|
5026
|
+
/**
|
|
5027
|
+
* Specifies the set of alerts to return based on their state. SET - Return only alerts with SET state. CLEARED - Return only alerts with CLEARED state. ALL - Return all alerts.
|
|
5028
|
+
* @public
|
|
5029
|
+
*/
|
|
5030
|
+
StateFilter?: string | undefined;
|
|
5031
|
+
}
|
|
5032
|
+
/**
|
|
5033
|
+
* Placeholder documentation for ListAlertsResponse
|
|
5034
|
+
* @public
|
|
5035
|
+
*/
|
|
5036
|
+
export interface ListAlertsResponse {
|
|
5037
|
+
/**
|
|
5038
|
+
* The alerts found for this channel
|
|
5039
|
+
* @public
|
|
5040
|
+
*/
|
|
5041
|
+
Alerts?: ChannelAlert[] | undefined;
|
|
5042
|
+
/**
|
|
5043
|
+
* The token to use to retrieve the next page of results
|
|
5044
|
+
* @public
|
|
5045
|
+
*/
|
|
5046
|
+
NextToken?: string | undefined;
|
|
5047
|
+
}
|
|
4891
5048
|
/**
|
|
4892
5049
|
* Placeholder documentation for ListChannelPlacementGroupsRequest
|
|
4893
5050
|
* @public
|
|
@@ -5046,6 +5203,48 @@ export interface ListCloudWatchAlarmTemplatesResponse {
|
|
|
5046
5203
|
*/
|
|
5047
5204
|
NextToken?: string | undefined;
|
|
5048
5205
|
}
|
|
5206
|
+
/**
|
|
5207
|
+
* Placeholder documentation for ListClusterAlertsRequest
|
|
5208
|
+
* @public
|
|
5209
|
+
*/
|
|
5210
|
+
export interface ListClusterAlertsRequest {
|
|
5211
|
+
/**
|
|
5212
|
+
* The unique ID of the cluster
|
|
5213
|
+
* @public
|
|
5214
|
+
*/
|
|
5215
|
+
ClusterId: string | undefined;
|
|
5216
|
+
/**
|
|
5217
|
+
* The maximum number of items to return
|
|
5218
|
+
* @public
|
|
5219
|
+
*/
|
|
5220
|
+
MaxResults?: number | undefined;
|
|
5221
|
+
/**
|
|
5222
|
+
* The next pagination token
|
|
5223
|
+
* @public
|
|
5224
|
+
*/
|
|
5225
|
+
NextToken?: string | undefined;
|
|
5226
|
+
/**
|
|
5227
|
+
* Specifies the set of alerts to return based on their state. SET - Return only alerts with SET state. CLEARED - Return only alerts with CLEARED state. ALL - Return all alerts.
|
|
5228
|
+
* @public
|
|
5229
|
+
*/
|
|
5230
|
+
StateFilter?: string | undefined;
|
|
5231
|
+
}
|
|
5232
|
+
/**
|
|
5233
|
+
* Placeholder documentation for ListClusterAlertsResponse
|
|
5234
|
+
* @public
|
|
5235
|
+
*/
|
|
5236
|
+
export interface ListClusterAlertsResponse {
|
|
5237
|
+
/**
|
|
5238
|
+
* The alerts found for this cluster
|
|
5239
|
+
* @public
|
|
5240
|
+
*/
|
|
5241
|
+
Alerts?: ClusterAlert[] | undefined;
|
|
5242
|
+
/**
|
|
5243
|
+
* The token to use to retrieve the next page of results
|
|
5244
|
+
* @public
|
|
5245
|
+
*/
|
|
5246
|
+
NextToken?: string | undefined;
|
|
5247
|
+
}
|
|
5049
5248
|
/**
|
|
5050
5249
|
* Placeholder documentation for ListClustersRequest
|
|
5051
5250
|
* @public
|
|
@@ -5290,6 +5489,48 @@ export interface ListInputSecurityGroupsResponse {
|
|
|
5290
5489
|
*/
|
|
5291
5490
|
NextToken?: string | undefined;
|
|
5292
5491
|
}
|
|
5492
|
+
/**
|
|
5493
|
+
* Placeholder documentation for ListMultiplexAlertsRequest
|
|
5494
|
+
* @public
|
|
5495
|
+
*/
|
|
5496
|
+
export interface ListMultiplexAlertsRequest {
|
|
5497
|
+
/**
|
|
5498
|
+
* The maximum number of items to return
|
|
5499
|
+
* @public
|
|
5500
|
+
*/
|
|
5501
|
+
MaxResults?: number | undefined;
|
|
5502
|
+
/**
|
|
5503
|
+
* The unique ID of the multiplex
|
|
5504
|
+
* @public
|
|
5505
|
+
*/
|
|
5506
|
+
MultiplexId: string | undefined;
|
|
5507
|
+
/**
|
|
5508
|
+
* The next pagination token
|
|
5509
|
+
* @public
|
|
5510
|
+
*/
|
|
5511
|
+
NextToken?: string | undefined;
|
|
5512
|
+
/**
|
|
5513
|
+
* Specifies the set of alerts to return based on their state. SET - Return only alerts with SET state. CLEARED - Return only alerts with CLEARED state. ALL - Return all alerts.
|
|
5514
|
+
* @public
|
|
5515
|
+
*/
|
|
5516
|
+
StateFilter?: string | undefined;
|
|
5517
|
+
}
|
|
5518
|
+
/**
|
|
5519
|
+
* Placeholder documentation for ListMultiplexAlertsResponse
|
|
5520
|
+
* @public
|
|
5521
|
+
*/
|
|
5522
|
+
export interface ListMultiplexAlertsResponse {
|
|
5523
|
+
/**
|
|
5524
|
+
* The alerts found for this multiplex
|
|
5525
|
+
* @public
|
|
5526
|
+
*/
|
|
5527
|
+
Alerts?: MultiplexAlert[] | undefined;
|
|
5528
|
+
/**
|
|
5529
|
+
* The token to use to retrieve the next page of results
|
|
5530
|
+
* @public
|
|
5531
|
+
*/
|
|
5532
|
+
NextToken?: string | undefined;
|
|
5533
|
+
}
|
|
5293
5534
|
/**
|
|
5294
5535
|
* Placeholder documentation for ListMultiplexesRequest
|
|
5295
5536
|
* @public
|
|
@@ -7999,54 +8240,6 @@ export interface UpdateReservationRequest {
|
|
|
7999
8240
|
*/
|
|
8000
8241
|
ReservationId: string | undefined;
|
|
8001
8242
|
}
|
|
8002
|
-
/**
|
|
8003
|
-
* Placeholder documentation for UpdateReservationResponse
|
|
8004
|
-
* @public
|
|
8005
|
-
*/
|
|
8006
|
-
export interface UpdateReservationResponse {
|
|
8007
|
-
/**
|
|
8008
|
-
* Reserved resources available to use
|
|
8009
|
-
* @public
|
|
8010
|
-
*/
|
|
8011
|
-
Reservation?: Reservation | undefined;
|
|
8012
|
-
}
|
|
8013
|
-
/**
|
|
8014
|
-
* A request to update the SdiSource.
|
|
8015
|
-
* @public
|
|
8016
|
-
*/
|
|
8017
|
-
export interface UpdateSdiSourceRequest {
|
|
8018
|
-
/**
|
|
8019
|
-
* Include this parameter only if you want to change the name of the SdiSource. Specify a name that is unique in the AWS account. We recommend you assign a name that describes the source, for example curling-cameraA. Names are case-sensitive.
|
|
8020
|
-
* @public
|
|
8021
|
-
*/
|
|
8022
|
-
Mode?: SdiSourceMode | undefined;
|
|
8023
|
-
/**
|
|
8024
|
-
* Include this parameter only if you want to change the name of the SdiSource. Specify a name that is unique in the AWS account. We recommend you assign a name that describes the source, for example curling-cameraA. Names are case-sensitive.
|
|
8025
|
-
* @public
|
|
8026
|
-
*/
|
|
8027
|
-
Name?: string | undefined;
|
|
8028
|
-
/**
|
|
8029
|
-
* The ID of the SdiSource
|
|
8030
|
-
* @public
|
|
8031
|
-
*/
|
|
8032
|
-
SdiSourceId: string | undefined;
|
|
8033
|
-
/**
|
|
8034
|
-
* Include this parameter only if you want to change the mode. Specify the type of the SDI source: SINGLE: The source is a single-link source. QUAD: The source is one part of a quad-link source.
|
|
8035
|
-
* @public
|
|
8036
|
-
*/
|
|
8037
|
-
Type?: SdiSourceType | undefined;
|
|
8038
|
-
}
|
|
8039
|
-
/**
|
|
8040
|
-
* Placeholder documentation for UpdateSdiSourceResponse
|
|
8041
|
-
* @public
|
|
8042
|
-
*/
|
|
8043
|
-
export interface UpdateSdiSourceResponse {
|
|
8044
|
-
/**
|
|
8045
|
-
* Settings for the SDI source.
|
|
8046
|
-
* @public
|
|
8047
|
-
*/
|
|
8048
|
-
SdiSource?: SdiSource | undefined;
|
|
8049
|
-
}
|
|
8050
8243
|
/**
|
|
8051
8244
|
* @internal
|
|
8052
8245
|
*/
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Reservation, SdiSourceMode, SdiSourceType } from "./models_1";
|
|
2
|
+
import { SdiSource } from "./models_2";
|
|
3
|
+
/**
|
|
4
|
+
* Placeholder documentation for UpdateReservationResponse
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface UpdateReservationResponse {
|
|
8
|
+
/**
|
|
9
|
+
* Reserved resources available to use
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
Reservation?: Reservation | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* A request to update the SdiSource.
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
export interface UpdateSdiSourceRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Include this parameter only if you want to change the name of the SdiSource. Specify a name that is unique in the AWS account. We recommend you assign a name that describes the source, for example curling-cameraA. Names are case-sensitive.
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
Mode?: SdiSourceMode | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* Include this parameter only if you want to change the name of the SdiSource. Specify a name that is unique in the AWS account. We recommend you assign a name that describes the source, for example curling-cameraA. Names are case-sensitive.
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
Name?: string | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* The ID of the SdiSource
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
SdiSourceId: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* Include this parameter only if you want to change the mode. Specify the type of the SDI source: SINGLE: The source is a single-link source. QUAD: The source is one part of a quad-link source.
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
Type?: SdiSourceType | undefined;
|
|
39
|
+
}
|
|
40
|
+
/**
|
|
41
|
+
* Placeholder documentation for UpdateSdiSourceResponse
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
export interface UpdateSdiSourceResponse {
|
|
45
|
+
/**
|
|
46
|
+
* Settings for the SDI source.
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
SdiSource?: SdiSource | undefined;
|
|
50
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAlertsCommandInput, ListAlertsCommandOutput } from "../commands/ListAlertsCommand";
|
|
3
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListAlerts: (config: MediaLivePaginationConfiguration, input: ListAlertsCommandInput, ...rest: any[]) => Paginator<ListAlertsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListClusterAlertsCommandInput, ListClusterAlertsCommandOutput } from "../commands/ListClusterAlertsCommand";
|
|
3
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListClusterAlerts: (config: MediaLivePaginationConfiguration, input: ListClusterAlertsCommandInput, ...rest: any[]) => Paginator<ListClusterAlertsCommandOutput>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListMultiplexAlertsCommandInput, ListMultiplexAlertsCommandOutput } from "../commands/ListMultiplexAlertsCommand";
|
|
3
|
+
import { MediaLivePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListMultiplexAlerts: (config: MediaLivePaginationConfiguration, input: ListMultiplexAlertsCommandInput, ...rest: any[]) => Paginator<ListMultiplexAlertsCommandOutput>;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
export * from "./DescribeSchedulePaginator";
|
|
2
2
|
export * from "./Interfaces";
|
|
3
|
+
export * from "./ListAlertsPaginator";
|
|
3
4
|
export * from "./ListChannelPlacementGroupsPaginator";
|
|
4
5
|
export * from "./ListChannelsPaginator";
|
|
5
6
|
export * from "./ListCloudWatchAlarmTemplateGroupsPaginator";
|
|
6
7
|
export * from "./ListCloudWatchAlarmTemplatesPaginator";
|
|
8
|
+
export * from "./ListClusterAlertsPaginator";
|
|
7
9
|
export * from "./ListClustersPaginator";
|
|
8
10
|
export * from "./ListEventBridgeRuleTemplateGroupsPaginator";
|
|
9
11
|
export * from "./ListEventBridgeRuleTemplatesPaginator";
|
|
@@ -11,6 +13,7 @@ export * from "./ListInputDeviceTransfersPaginator";
|
|
|
11
13
|
export * from "./ListInputDevicesPaginator";
|
|
12
14
|
export * from "./ListInputSecurityGroupsPaginator";
|
|
13
15
|
export * from "./ListInputsPaginator";
|
|
16
|
+
export * from "./ListMultiplexAlertsPaginator";
|
|
14
17
|
export * from "./ListMultiplexProgramsPaginator";
|
|
15
18
|
export * from "./ListMultiplexesPaginator";
|
|
16
19
|
export * from "./ListNetworksPaginator";
|