|
1131 | 1131 | },
|
1132 | 1132 | {
|
1133 | 1133 | "shape": "GatewayTimeoutException",
|
1134 |
| - "documentation": "Gateway Timeout Error" |
| 1134 | + "documentation": "Gateway Timeout" |
1135 | 1135 | },
|
1136 | 1136 | {
|
1137 | 1137 | "shape": "TooManyRequestsException",
|
|
1713 | 1713 | },
|
1714 | 1714 | {
|
1715 | 1715 | "shape": "GatewayTimeoutException",
|
1716 |
| - "documentation": "Gateway Timeout Error" |
| 1716 | + "documentation": "Gateway Timeout" |
1717 | 1717 | },
|
1718 | 1718 | {
|
1719 | 1719 | "shape": "TooManyRequestsException",
|
|
4403 | 4403 | "locationName": "logLevel",
|
4404 | 4404 | "documentation": "The log level being written to CloudWatch Logs."
|
4405 | 4405 | },
|
| 4406 | + "Maintenance": { |
| 4407 | + "shape": "MaintenanceStatus", |
| 4408 | + "locationName": "maintenance", |
| 4409 | + "documentation": "Maintenance settings for this channel." |
| 4410 | + }, |
4406 | 4411 | "Name": {
|
4407 | 4412 | "shape": "__string",
|
4408 | 4413 | "locationName": "name",
|
|
4539 | 4544 | "locationName": "logLevel",
|
4540 | 4545 | "documentation": "The log level being written to CloudWatch Logs."
|
4541 | 4546 | },
|
| 4547 | + "Maintenance": { |
| 4548 | + "shape": "MaintenanceStatus", |
| 4549 | + "locationName": "maintenance", |
| 4550 | + "documentation": "Maintenance settings for this channel." |
| 4551 | + }, |
4542 | 4552 | "Name": {
|
4543 | 4553 | "shape": "__string",
|
4544 | 4554 | "locationName": "name",
|
|
4644 | 4654 | "locationName": "logLevel",
|
4645 | 4655 | "documentation": "The log level to write to CloudWatch Logs."
|
4646 | 4656 | },
|
| 4657 | + "Maintenance": { |
| 4658 | + "shape": "MaintenanceCreateSettings", |
| 4659 | + "locationName": "maintenance", |
| 4660 | + "documentation": "Maintenance settings for this channel." |
| 4661 | + }, |
4647 | 4662 | "Name": {
|
4648 | 4663 | "shape": "__string",
|
4649 | 4664 | "locationName": "name",
|
|
4715 | 4730 | "locationName": "logLevel",
|
4716 | 4731 | "documentation": "The log level to write to CloudWatch Logs."
|
4717 | 4732 | },
|
| 4733 | + "Maintenance": { |
| 4734 | + "shape": "MaintenanceCreateSettings", |
| 4735 | + "locationName": "maintenance", |
| 4736 | + "documentation": "Maintenance settings for this channel." |
| 4737 | + }, |
4718 | 4738 | "Name": {
|
4719 | 4739 | "shape": "__string",
|
4720 | 4740 | "locationName": "name",
|
|
5275 | 5295 | "locationName": "logLevel",
|
5276 | 5296 | "documentation": "The log level being written to CloudWatch Logs."
|
5277 | 5297 | },
|
| 5298 | + "Maintenance": { |
| 5299 | + "shape": "MaintenanceStatus", |
| 5300 | + "locationName": "maintenance", |
| 5301 | + "documentation": "Maintenance settings for this channel." |
| 5302 | + }, |
5278 | 5303 | "Name": {
|
5279 | 5304 | "shape": "__string",
|
5280 | 5305 | "locationName": "name",
|
|
5698 | 5723 | "locationName": "logLevel",
|
5699 | 5724 | "documentation": "The log level being written to CloudWatch Logs."
|
5700 | 5725 | },
|
| 5726 | + "Maintenance": { |
| 5727 | + "shape": "MaintenanceStatus", |
| 5728 | + "locationName": "maintenance", |
| 5729 | + "documentation": "Maintenance settings for this channel." |
| 5730 | + }, |
5701 | 5731 | "Name": {
|
5702 | 5732 | "shape": "__string",
|
5703 | 5733 | "locationName": "name",
|
|
6882 | 6912 | "CopyrightHolder": {
|
6883 | 6913 | "shape": "__stringMax1000",
|
6884 | 6914 | "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." |
6886 | 6916 | },
|
6887 | 6917 | "FillLineGap": {
|
6888 | 6918 | "shape": "EbuTtDFillLineGapControl",
|
|
11160 | 11190 | "PASSTHROUGH"
|
11161 | 11191 | ]
|
11162 | 11192 | },
|
| 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 | + }, |
11163 | 11269 | "MaxResults": {
|
11164 | 11270 | "type": "integer",
|
11165 | 11271 | "min": 1,
|
|
12367 | 12473 | "Name": {
|
12368 | 12474 | "shape": "__stringMax32",
|
12369 | 12475 | "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." |
12371 | 12477 | },
|
12372 | 12478 | "OutputGroupSettings": {
|
12373 | 12479 | "shape": "OutputGroupSettings",
|
|
13721 | 13827 | "locationName": "logLevel",
|
13722 | 13828 | "documentation": "The log level being written to CloudWatch Logs."
|
13723 | 13829 | },
|
| 13830 | + "Maintenance": { |
| 13831 | + "shape": "MaintenanceStatus", |
| 13832 | + "locationName": "maintenance", |
| 13833 | + "documentation": "Maintenance settings for this channel." |
| 13834 | + }, |
13724 | 13835 | "Name": {
|
13725 | 13836 | "shape": "__string",
|
13726 | 13837 | "locationName": "name",
|
|
14001 | 14112 | "locationName": "logLevel",
|
14002 | 14113 | "documentation": "The log level being written to CloudWatch Logs."
|
14003 | 14114 | },
|
| 14115 | + "Maintenance": { |
| 14116 | + "shape": "MaintenanceStatus", |
| 14117 | + "locationName": "maintenance", |
| 14118 | + "documentation": "Maintenance settings for this channel." |
| 14119 | + }, |
14004 | 14120 | "Name": {
|
14005 | 14121 | "shape": "__string",
|
14006 | 14122 | "locationName": "name",
|
|
14357 | 14473 | "StyleControl": {
|
14358 | 14474 | "shape": "TtmlDestinationStyleControl",
|
14359 | 14475 | "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." |
14361 | 14477 | }
|
14362 | 14478 | },
|
14363 | 14479 | "documentation": "Ttml Destination Settings"
|
|
14491 | 14607 | "locationName": "logLevel",
|
14492 | 14608 | "documentation": "The log level to write to CloudWatch Logs."
|
14493 | 14609 | },
|
| 14610 | + "Maintenance": { |
| 14611 | + "shape": "MaintenanceUpdateSettings", |
| 14612 | + "locationName": "maintenance", |
| 14613 | + "documentation": "Maintenance settings for this channel." |
| 14614 | + }, |
14494 | 14615 | "Name": {
|
14495 | 14616 | "shape": "__string",
|
14496 | 14617 | "locationName": "name",
|
|
14597 | 14718 | "locationName": "logLevel",
|
14598 | 14719 | "documentation": "The log level to write to CloudWatch Logs."
|
14599 | 14720 | },
|
| 14721 | + "Maintenance": { |
| 14722 | + "shape": "MaintenanceUpdateSettings", |
| 14723 | + "locationName": "maintenance", |
| 14724 | + "documentation": "Maintenance settings for this channel." |
| 14725 | + }, |
14600 | 14726 | "Name": {
|
14601 | 14727 | "shape": "__string",
|
14602 | 14728 | "locationName": "name",
|
|
16171 | 16297 | "max": 6,
|
16172 | 16298 | "documentation": "Placeholder documentation for __stringMin6Max6"
|
16173 | 16299 | },
|
| 16300 | + "__stringPattern010920300": { |
| 16301 | + "type": "string", |
| 16302 | + "pattern": "^([0,1]?[0-9]|2[0-3]):00$", |
| 16303 | + "documentation": "Placeholder documentation for __stringPattern010920300" |
| 16304 | + }, |
16174 | 16305 | "__timestampIso8601": {
|
16175 | 16306 | "type": "timestamp",
|
16176 | 16307 | "timestampFormat": "iso8601",
|
|
0 commit comments