Amazon MediaLive · Schema

ListReservationsResponse

Placeholder documentation for ListReservationsResponse

BroadcastingMedia ProcessingMedia

Properties

Name Type Description
NextToken object
Reservations object
View JSON Schema on GitHub

JSON Schema

medialive-api-list-reservations-response-schema.json Raw ↑
{
  "$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-list-reservations-response-schema.json",
  "title": "ListReservationsResponse",
  "description": "Placeholder documentation for ListReservationsResponse",
  "type": "object",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "Token to retrieve the next page of results"
        }
      ]
    },
    "Reservations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfReservation"
        },
        {
          "xml": {
            "name": "reservations"
          },
          "description": "List of reservations"
        }
      ]
    }
  }
}