Amazon MediaLive · JSON Structure

Medialive Api List Reservations Response Structure

Placeholder documentation for ListReservationsResponse

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

NextToken Reservations

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-list-reservations-response-structure.json",
  "name": "ListReservationsResponse",
  "type": "object",
  "description": "Placeholder documentation for ListReservationsResponse",
  "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"
        }
      ]
    }
  }
}