Amazon MediaLive · JSON Structure

Medialive Api List Offerings Response Structure

Placeholder documentation for ListOfferingsResponse

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

ListOfferingsResponse 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 Offerings

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