Amazon Mainframe Modernization · JSON Structure

Amazon Mainframe Modernization List Batch Job Executions Response Structure

ListBatchJobExecutionsResponse schema from AWS Mainframe Modernization API

Type: object Properties: 2 Required: 1
COBOLMainframeMigrationModernizationBatch Processing

ListBatchJobExecutionsResponse is a JSON Structure definition published by Amazon Mainframe Modernization, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

batchJobExecutions 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-mainframe-modernization/refs/heads/main/json-structure/amazon-mainframe-modernization-list-batch-job-executions-response-structure.json",
  "name": "ListBatchJobExecutionsResponse",
  "description": "ListBatchJobExecutionsResponse schema from AWS Mainframe Modernization API",
  "type": "object",
  "properties": {
    "batchJobExecutions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/BatchJobExecutionSummaryList"
        },
        {
          "description": "Returns a list of batch job executions for an application."
        }
      ]
    },
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "A pagination token that's returned when the response doesn't contain all batch job executions."
        }
      ]
    }
  },
  "required": [
    "batchJobExecutions"
  ]
}