{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-prometheus/refs/heads/main/json-structure/amazon-managed-prometheus-update-logging-configuration-response-structure.json", "name": "UpdateLoggingConfigurationResponse", "description": "Represents the output of an UpdateLoggingConfiguration operation.", "type": "object", "properties": { "status": { "allOf": [ { "$ref": "#/components/schemas/LoggingConfigurationStatus" }, { "description": "The status of the logging configuration." } ] } }, "required": [ "status" ] }