AWS Kinesis · Schema

DescribeApplicationVersionRequest

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
ApplicationName object
ApplicationVersionId object
View JSON Schema on GitHub

JSON Schema

kinesis-describeapplicationversionrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DescribeApplicationVersionRequest",
  "title": "DescribeApplicationVersionRequest",
  "type": "object",
  "required": [
    "ApplicationName",
    "ApplicationVersionId"
  ],
  "properties": {
    "ApplicationName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationName"
        },
        {
          "description": "The name of the application for which you want to get the version description."
        }
      ]
    },
    "ApplicationVersionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ApplicationVersionId"
        },
        {
          "description": "The ID of the application version for which you want to get the description."
        }
      ]
    }
  }
}