export type GatewayMessagingService = { readonly createdTime?: string; readonly updatedTime?: string; readonly createdBy?: string; readonly changedBy?: string; id?: string; messagingServiceId?: string; eventApiProductVersionId?: string; supportedProtocols?: Array<'smfc' | 'smf' | 'smfs' | 'amqp' | 'amqps' | 'mqtt' | 'mqtts' | 'mqttws' | 'mqttwss' | 'secure-mqtt' | 'secure-mqttws' | 'rest' | 'rests'>; type?: string; };