{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-set-log-delivery-configuration-response-schema.json", "title": "SetLogDeliveryConfigurationResponse", "description": "SetLogDeliveryConfigurationResponse schema from Amazon Cognito API", "type": "object", "properties": { "LogDeliveryConfiguration": { "allOf": [ { "$ref": "#/components/schemas/LogDeliveryConfigurationType" }, { "description": "The detailed activity logging configuration that you applied to the requested user pool." } ] } } }