Skip to content

Commit 7692af7

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: This release adds support for selecting a maintenance window.
1 parent 456e7f3 commit 7692af7

File tree

2 files changed

+142
-5
lines changed

2 files changed

+142
-5
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 Elemental MediaLive",
4+
"contributor": "",
5+
"description": "This release adds support for selecting a maintenance window."
6+
}

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

Lines changed: 136 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,7 @@
11311131
},
11321132
{
11331133
"shape": "GatewayTimeoutException",
1134-
"documentation": "Gateway Timeout Error"
1134+
"documentation": "Gateway Timeout"
11351135
},
11361136
{
11371137
"shape": "TooManyRequestsException",
@@ -1713,7 +1713,7 @@
17131713
},
17141714
{
17151715
"shape": "GatewayTimeoutException",
1716-
"documentation": "Gateway Timeout Error"
1716+
"documentation": "Gateway Timeout"
17171717
},
17181718
{
17191719
"shape": "TooManyRequestsException",
@@ -4403,6 +4403,11 @@
44034403
"locationName": "logLevel",
44044404
"documentation": "The log level being written to CloudWatch Logs."
44054405
},
4406+
"Maintenance": {
4407+
"shape": "MaintenanceStatus",
4408+
"locationName": "maintenance",
4409+
"documentation": "Maintenance settings for this channel."
4410+
},
44064411
"Name": {
44074412
"shape": "__string",
44084413
"locationName": "name",
@@ -4539,6 +4544,11 @@
45394544
"locationName": "logLevel",
45404545
"documentation": "The log level being written to CloudWatch Logs."
45414546
},
4547+
"Maintenance": {
4548+
"shape": "MaintenanceStatus",
4549+
"locationName": "maintenance",
4550+
"documentation": "Maintenance settings for this channel."
4551+
},
45424552
"Name": {
45434553
"shape": "__string",
45444554
"locationName": "name",
@@ -4644,6 +4654,11 @@
46444654
"locationName": "logLevel",
46454655
"documentation": "The log level to write to CloudWatch Logs."
46464656
},
4657+
"Maintenance": {
4658+
"shape": "MaintenanceCreateSettings",
4659+
"locationName": "maintenance",
4660+
"documentation": "Maintenance settings for this channel."
4661+
},
46474662
"Name": {
46484663
"shape": "__string",
46494664
"locationName": "name",
@@ -4715,6 +4730,11 @@
47154730
"locationName": "logLevel",
47164731
"documentation": "The log level to write to CloudWatch Logs."
47174732
},
4733+
"Maintenance": {
4734+
"shape": "MaintenanceCreateSettings",
4735+
"locationName": "maintenance",
4736+
"documentation": "Maintenance settings for this channel."
4737+
},
47184738
"Name": {
47194739
"shape": "__string",
47204740
"locationName": "name",
@@ -5275,6 +5295,11 @@
52755295
"locationName": "logLevel",
52765296
"documentation": "The log level being written to CloudWatch Logs."
52775297
},
5298+
"Maintenance": {
5299+
"shape": "MaintenanceStatus",
5300+
"locationName": "maintenance",
5301+
"documentation": "Maintenance settings for this channel."
5302+
},
52785303
"Name": {
52795304
"shape": "__string",
52805305
"locationName": "name",
@@ -5698,6 +5723,11 @@
56985723
"locationName": "logLevel",
56995724
"documentation": "The log level being written to CloudWatch Logs."
57005725
},
5726+
"Maintenance": {
5727+
"shape": "MaintenanceStatus",
5728+
"locationName": "maintenance",
5729+
"documentation": "Maintenance settings for this channel."
5730+
},
57015731
"Name": {
57025732
"shape": "__string",
57035733
"locationName": "name",
@@ -6882,7 +6912,7 @@
68826912
"CopyrightHolder": {
68836913
"shape": "__stringMax1000",
68846914
"locationName": "copyrightHolder",
6885-
"documentation": "Applies only if you plan to convert these source captions to EBU-TT-D or TTML in an output. Complete this field if you want to include the name of the copyright holder in the copyright metadata tag in the TTML"
6915+
"documentation": "Complete this field if you want to include the name of the copyright holder in the copyright tag in the captions metadata."
68866916
},
68876917
"FillLineGap": {
68886918
"shape": "EbuTtDFillLineGapControl",
@@ -11160,6 +11190,82 @@
1116011190
"PASSTHROUGH"
1116111191
]
1116211192
},
11193+
"MaintenanceCreateSettings": {
11194+
"type": "structure",
11195+
"members": {
11196+
"MaintenanceDay": {
11197+
"shape": "MaintenanceDay",
11198+
"locationName": "maintenanceDay",
11199+
"documentation": "Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows."
11200+
},
11201+
"MaintenanceStartTime": {
11202+
"shape": "__stringPattern010920300",
11203+
"locationName": "maintenanceStartTime",
11204+
"documentation": "Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows."
11205+
}
11206+
},
11207+
"documentation": "Placeholder documentation for MaintenanceCreateSettings"
11208+
},
11209+
"MaintenanceDay": {
11210+
"type": "string",
11211+
"documentation": "The currently selected maintenance day.",
11212+
"enum": [
11213+
"MONDAY",
11214+
"TUESDAY",
11215+
"WEDNESDAY",
11216+
"THURSDAY",
11217+
"FRIDAY",
11218+
"SATURDAY",
11219+
"SUNDAY"
11220+
]
11221+
},
11222+
"MaintenanceStatus": {
11223+
"type": "structure",
11224+
"members": {
11225+
"MaintenanceDay": {
11226+
"shape": "MaintenanceDay",
11227+
"locationName": "maintenanceDay",
11228+
"documentation": "The currently selected maintenance day."
11229+
},
11230+
"MaintenanceDeadline": {
11231+
"shape": "__string",
11232+
"locationName": "maintenanceDeadline",
11233+
"documentation": "Maintenance is required by the displayed date and time. Date and time is in ISO."
11234+
},
11235+
"MaintenanceScheduledDate": {
11236+
"shape": "__string",
11237+
"locationName": "maintenanceScheduledDate",
11238+
"documentation": "The currently scheduled maintenance date and time. Date and time is in ISO."
11239+
},
11240+
"MaintenanceStartTime": {
11241+
"shape": "__string",
11242+
"locationName": "maintenanceStartTime",
11243+
"documentation": "The currently selected maintenance start time. Time is in UTC."
11244+
}
11245+
},
11246+
"documentation": "Placeholder documentation for MaintenanceStatus"
11247+
},
11248+
"MaintenanceUpdateSettings": {
11249+
"type": "structure",
11250+
"members": {
11251+
"MaintenanceDay": {
11252+
"shape": "MaintenanceDay",
11253+
"locationName": "maintenanceDay",
11254+
"documentation": "Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows."
11255+
},
11256+
"MaintenanceScheduledDate": {
11257+
"shape": "__string",
11258+
"locationName": "maintenanceScheduledDate",
11259+
"documentation": "Choose a specific date for maintenance to occur. The chosen date is used for the next maintenance window only."
11260+
},
11261+
"MaintenanceStartTime": {
11262+
"shape": "__stringPattern010920300",
11263+
"locationName": "maintenanceStartTime",
11264+
"documentation": "Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows."
11265+
}
11266+
},
11267+
"documentation": "Placeholder documentation for MaintenanceUpdateSettings"
11268+
},
1116311269
"MaxResults": {
1116411270
"type": "integer",
1116511271
"min": 1,
@@ -12367,7 +12473,7 @@
1236712473
"Name": {
1236812474
"shape": "__stringMax32",
1236912475
"locationName": "name",
12370-
"documentation": "Custom output group name optionally defined by the user. Only letters, numbers, and the underscore character allowed; only 32 characters allowed."
12476+
"documentation": "Custom output group name optionally defined by the user."
1237112477
},
1237212478
"OutputGroupSettings": {
1237312479
"shape": "OutputGroupSettings",
@@ -13721,6 +13827,11 @@
1372113827
"locationName": "logLevel",
1372213828
"documentation": "The log level being written to CloudWatch Logs."
1372313829
},
13830+
"Maintenance": {
13831+
"shape": "MaintenanceStatus",
13832+
"locationName": "maintenance",
13833+
"documentation": "Maintenance settings for this channel."
13834+
},
1372413835
"Name": {
1372513836
"shape": "__string",
1372613837
"locationName": "name",
@@ -14001,6 +14112,11 @@
1400114112
"locationName": "logLevel",
1400214113
"documentation": "The log level being written to CloudWatch Logs."
1400314114
},
14115+
"Maintenance": {
14116+
"shape": "MaintenanceStatus",
14117+
"locationName": "maintenance",
14118+
"documentation": "Maintenance settings for this channel."
14119+
},
1400414120
"Name": {
1400514121
"shape": "__string",
1400614122
"locationName": "name",
@@ -14357,7 +14473,7 @@
1435714473
"StyleControl": {
1435814474
"shape": "TtmlDestinationStyleControl",
1435914475
"locationName": "styleControl",
14360-
"documentation": "When set to passthrough, passes through style and position information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT) to the CFF-TT output or TTML output."
14476+
"documentation": "This field is not currently supported and will not affect the output styling. Leave the default value."
1436114477
}
1436214478
},
1436314479
"documentation": "Ttml Destination Settings"
@@ -14491,6 +14607,11 @@
1449114607
"locationName": "logLevel",
1449214608
"documentation": "The log level to write to CloudWatch Logs."
1449314609
},
14610+
"Maintenance": {
14611+
"shape": "MaintenanceUpdateSettings",
14612+
"locationName": "maintenance",
14613+
"documentation": "Maintenance settings for this channel."
14614+
},
1449414615
"Name": {
1449514616
"shape": "__string",
1449614617
"locationName": "name",
@@ -14597,6 +14718,11 @@
1459714718
"locationName": "logLevel",
1459814719
"documentation": "The log level to write to CloudWatch Logs."
1459914720
},
14721+
"Maintenance": {
14722+
"shape": "MaintenanceUpdateSettings",
14723+
"locationName": "maintenance",
14724+
"documentation": "Maintenance settings for this channel."
14725+
},
1460014726
"Name": {
1460114727
"shape": "__string",
1460214728
"locationName": "name",
@@ -16171,6 +16297,11 @@
1617116297
"max": 6,
1617216298
"documentation": "Placeholder documentation for __stringMin6Max6"
1617316299
},
16300+
"__stringPattern010920300": {
16301+
"type": "string",
16302+
"pattern": "^([0,1]?[0-9]|2[0-3]):00$",
16303+
"documentation": "Placeholder documentation for __stringPattern010920300"
16304+
},
1617416305
"__timestampIso8601": {
1617516306
"type": "timestamp",
1617616307
"timestampFormat": "iso8601",

0 commit comments

Comments
 (0)