Skip to content

Commit 08d822a

Browse files
AWSL-Applin
authored andcommitted
AWS MediaTailor Update: Adds categories to MediaTailor channel assembly alerts
1 parent 304f0b3 commit 08d822a

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS MediaTailor",
4+
"contributor": "",
5+
"description": "Adds categories to MediaTailor channel assembly alerts"
6+
}

services/mediatailor/src/main/resources/codegen-resources/service-2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,10 @@
621621
"shape":"__string",
622622
"documentation":"<p>If an alert is generated for a resource, an explanation of the reason for the alert.</p>"
623623
},
624+
"Category":{
625+
"shape":"AlertCategory",
626+
"documentation":"<p>The category that MediaTailor assigns to the alert.</p>"
627+
},
624628
"LastModifiedTime":{
625629
"shape":"__timestampUnix",
626630
"documentation":"<p>The timestamp when the alert was last modified.</p>"
@@ -636,6 +640,14 @@
636640
},
637641
"documentation":"<p>Alert configuration parameters.</p>"
638642
},
643+
"AlertCategory":{
644+
"type":"string",
645+
"enum":[
646+
"SCHEDULING_ERROR",
647+
"PLAYBACK_WARNING",
648+
"INFO"
649+
]
650+
},
639651
"AvailMatchingCriteria":{
640652
"type":"structure",
641653
"required":[
@@ -2151,7 +2163,7 @@
21512163
},
21522164
"Value":{
21532165
"shape":"String",
2154-
"documentation":"<p>For <code>SCTE35_ENHANCED</code> output, defines a vaue. MediaTailor; takes this value, and its associated key, and generates the key/value pair within the <code>EXT-X-ASSET</code>tag. If you specify a value, you must also specify a corresponding key.</p>"
2166+
"documentation":"<p>For <code>SCTE35_ENHANCED</code> output, defines a value. MediaTailor; takes this value, and its associated key, and generates the key/value pair within the <code>EXT-X-ASSET</code>tag. If you specify a value, you must also specify a corresponding key.</p>"
21552167
}
21562168
},
21572169
"documentation":"<p>For <code>SCTE35_ENHANCED</code> output, defines a key and corresponding value. MediaTailor generates these pairs within the <code>EXT-X-ASSET</code>tag.</p>"

0 commit comments

Comments
 (0)