The type of change pending for the ActiveMQ user.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mq/refs/heads/main/json-schema/mq-api-change-type-schema.json", "title": "ChangeType", "description": "The type of change pending for the ActiveMQ user.", "type": "string", "enum": [ "CREATE", "UPDATE", "DELETE" ] }