{ "$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-alert-manager-definition-response-structure.json", "name": "CreateAlertManagerDefinitionResponse", "description": "Represents the output of a CreateAlertManagerDefinition operation.", "type": "object", "properties": { "status": { "allOf": [ { "$ref": "#/components/schemas/AlertManagerDefinitionStatus" }, { "description": "The status of alert manager definition." } ] } }, "required": [ "status" ] }