Represents the output of an UpdateLoggingConfiguration operation.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-prometheus/refs/heads/main/json-schema/amazon-managed-prometheus-update-logging-configuration-response-schema.json", "title": "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" ] }