Amazon MediaLive · JSON Structure

Medialive Api Maintenance Update Settings Structure

Placeholder documentation for MaintenanceUpdateSettings

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

MaintenanceUpdateSettings is a JSON Structure definition published by Amazon MediaLive, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MaintenanceDay MaintenanceScheduledDate MaintenanceStartTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-structure/medialive-api-maintenance-update-settings-structure.json",
  "name": "MaintenanceUpdateSettings",
  "type": "object",
  "description": "Placeholder documentation for MaintenanceUpdateSettings",
  "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."
        }
      ]
    }
  }
}