Amazon MediaPackage · JSON Structure

Mediapackage Api List Origin Endpoints Response Structure

ListOriginEndpointsResponse schema from Amazon MediaPackage API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

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

Properties

NextToken OriginEndpoints

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-mediapackage/refs/heads/main/json-structure/mediapackage-api-list-origin-endpoints-response-structure.json",
  "name": "ListOriginEndpointsResponse",
  "type": "object",
  "description": "ListOriginEndpointsResponse schema from Amazon MediaPackage API",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "A token that can be used to resume pagination from the end of the collection."
        }
      ]
    },
    "OriginEndpoints": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfOriginEndpoint"
        },
        {
          "xml": {
            "name": "originEndpoints"
          },
          "description": "A list of OriginEndpoint records."
        }
      ]
    }
  }
}