Amazon Data Pipeline · JSON Structure

Query Objects Output Structure

Response containing matching pipeline object IDs.

Type: typedMap Properties: 0
Data ProcessingETLWorkflowsData PipelineAutomation

Query Objects Output Structure is a JSON Structure definition published by Amazon Data Pipeline. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.github.io/amazon-data-pipeline/json-structure/query-objects-output-structure.json",
  "title": "Query Objects Output",
  "description": "Response containing matching pipeline object IDs.",
  "type": "typedMap",
  "fields": {
    "ids": {
      "type": "list",
      "description": "ids"
    },
    "hasMoreResults": {
      "type": "bool",
      "description": "hasMoreResults"
    },
    "marker": {
      "type": "str",
      "description": "marker"
    }
  }
}