Amazon MediaPackage · JSON Structure

Mediapackage Api List Harvest Jobs Response Structure

ListHarvestJobsResponse schema from Amazon MediaPackage API

Type: object Properties: 2
BroadcastingMedia ProcessingMedia

ListHarvestJobsResponse 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

HarvestJobs NextToken

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-harvest-jobs-response-structure.json",
  "name": "ListHarvestJobsResponse",
  "type": "object",
  "description": "ListHarvestJobsResponse schema from Amazon MediaPackage API",
  "properties": {
    "HarvestJobs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__listOfHarvestJob"
        },
        {
          "xml": {
            "name": "harvestJobs"
          },
          "description": "A list of HarvestJob records."
        }
      ]
    },
    "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."
        }
      ]
    }
  }
}