{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-delete-application-cloud-watch-logging-option-response-structure.json", "name": "DeleteApplicationCloudWatchLoggingOptionResponse", "description": "DeleteApplicationCloudWatchLoggingOptionResponse schema from Amazon Managed Service for Apache Flink API", "type": "object", "properties": { "ApplicationARN": { "allOf": [ { "$ref": "#/components/schemas/ResourceARN" }, { "description": "The application's Amazon Resource Name (ARN)." } ] }, "ApplicationVersionId": { "allOf": [ { "$ref": "#/components/schemas/ApplicationVersionId" }, { "description": "The version ID of the application. Kinesis Data Analytics updates the ApplicationVersionId each time you change the CloudWatch logging options." } ] }, "CloudWatchLoggingOptionDescriptions": { "allOf": [ { "$ref": "#/components/schemas/CloudWatchLoggingOptionDescriptions" }, { "description": "The descriptions of the remaining CloudWatch logging options for the application." } ] } } }