Amazon MediaLive · Schema
MaintenanceUpdateSettings
Placeholder documentation for MaintenanceUpdateSettings
BroadcastingMedia ProcessingMedia
Properties
| Name | Type | Description |
|---|---|---|
| MaintenanceDay | object | |
| MaintenanceScheduledDate | object | |
| MaintenanceStartTime | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-maintenance-update-settings-schema.json",
"title": "MaintenanceUpdateSettings",
"description": "Placeholder documentation for MaintenanceUpdateSettings",
"type": "object",
"properties": {
"MaintenanceDay": {
"allOf": [
{
"$ref": "#/components/schemas/MaintenanceDay"
},
{
"xml": {
"name": "maintenanceDay"
},
"description": "Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows."
}
]
},
"MaintenanceScheduledDate": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "maintenanceScheduledDate"
},
"description": "Choose a specific date for maintenance to occur. The chosen date is used for the next maintenance window only."
}
]
},
"MaintenanceStartTime": {
"allOf": [
{
"$ref": "#/components/schemas/__stringPattern010920300"
},
{
"xml": {
"name": "maintenanceStartTime"
},
"description": "Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows."
}
]
}
}
}