UpdateMaintenance is a JSON Structure definition published by Amazon MediaConnect, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediaconnect/refs/heads/main/json-structure/mediaconnect-api-update-maintenance-structure.json",
"name": "UpdateMaintenance",
"type": "object",
"description": "Update maintenance setting for a flow",
"properties": {
"MaintenanceDay": {
"allOf": [
{
"$ref": "#/components/schemas/MaintenanceDay"
},
{
"xml": {
"name": "maintenanceDay"
},
"description": "A day of a week when the maintenance will happen. use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday."
}
]
},
"MaintenanceScheduledDate": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "maintenanceScheduledDate"
},
"description": "A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example: 2021-01-30."
}
]
},
"MaintenanceStartHour": {
"allOf": [
{
"$ref": "#/components/schemas/__string"
},
{
"xml": {
"name": "maintenanceStartHour"
},
"description": "UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.