Amazon MediaLive · Schema

ListOfferingsResponse

Placeholder documentation for ListOfferingsResponse

BroadcastingMedia ProcessingMedia

Properties

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

JSON Schema

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