export type MessagingServiceRemoveAssociation = { /** * The target association to be removed from the messaging service. */ association?: MessagingServiceRemoveAssociation.association; }; export declare namespace MessagingServiceRemoveAssociation { /** * The target association to be removed from the messaging service. */ enum association { RUNTIME_AGENT = "RUNTIME_AGENT", EVENT_MESH = "EVENT_MESH", EVENT_MANAGEMENT_AGENT = "EVENT_MANAGEMENT_AGENT" } }