Skip to content

Commit c706a8d

Browse files
feat: update AWS API models
1 parent 888ca75 commit c706a8d

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

codegen/sdk/aws-models/medialive.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,6 +1545,13 @@
15451545
"smithy.api#documentation": "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.",
15461546
"smithy.api#jsonName": "availSettings"
15471547
}
1548+
},
1549+
"Scte35SegmentationScope": {
1550+
"target": "com.amazonaws.medialive#Scte35SegmentationScope",
1551+
"traits": {
1552+
"smithy.api#documentation": "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).\n\nALL_OUTPUT_GROUPS: Default. Insert the segment break in in all output groups that have segmented outputs. This is the legacy behavior.\nSCTE35_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.",
1553+
"smithy.api#jsonName": "scte35SegmentationScope"
1554+
}
15481555
}
15491556
},
15501557
"traits": {
@@ -25567,6 +25574,26 @@
2556725574
"smithy.api#documentation": "Corresponds to SCTE-35 segmentation_descriptor."
2556825575
}
2556925576
},
25577+
"com.amazonaws.medialive#Scte35SegmentationScope": {
25578+
"type": "enum",
25579+
"members": {
25580+
"ALL_OUTPUT_GROUPS": {
25581+
"target": "smithy.api#Unit",
25582+
"traits": {
25583+
"smithy.api#enumValue": "ALL_OUTPUT_GROUPS"
25584+
}
25585+
},
25586+
"SCTE35_ENABLED_OUTPUT_GROUPS": {
25587+
"target": "smithy.api#Unit",
25588+
"traits": {
25589+
"smithy.api#enumValue": "SCTE35_ENABLED_OUTPUT_GROUPS"
25590+
}
25591+
}
25592+
},
25593+
"traits": {
25594+
"smithy.api#documentation": "Scte35 Segmentation Scope"
25595+
}
25596+
},
2557025597
"com.amazonaws.medialive#Scte35SpliceInsert": {
2557125598
"type": "structure",
2557225599
"members": {

0 commit comments

Comments
 (0)