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