{ "$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-create-logging-configuration-response-structure.json", "name": "CreateLoggingConfigurationResponse", "description": "Represents the output of a CreateLoggingConfiguration operation.", "type": "object", "properties": { "status": { "allOf": [ { "$ref": "#/components/schemas/LoggingConfigurationStatus" }, { "description": "The status of the logging configuration." } ] } }, "required": [ "status" ] }