ListApplicationsResponse

ListApplicationsResponse schema from Amazon Managed Service for Apache Flink API

Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

Properties

Name Type Description
ApplicationSummaries object
NextToken object
View JSON Schema on GitHub

JSON Schema

amazon-managed-apache-flink-list-applications-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-schema/amazon-managed-apache-flink-list-applications-response-schema.json",
  "title": "ListApplicationsResponse",
  "description": "ListApplicationsResponse schema from Amazon Managed Service for Apache Flink API",
  "type": "object",
  "properties": {
    "ApplicationSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationSummaries"
        },
        {
          "description": "A list of <code>ApplicationSummary</code> objects."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationName"
        },
        {
          "description": "The pagination token for the next set of results, or <code>null</code> if there are no additional results. Pass this token into a subsequent command to retrieve the next set of items For more information about pagination, see <a href=\"https://docs.aws.amazon.com/cli/latest/userguide/pagination.html\">Using the Amazon Command Line Interface's Pagination Options</a>."
        }
      ]
    }
  },
  "required": [
    "ApplicationSummaries"
  ]
}