Values.BrokerSummarySourceReturns information about all brokers.
type nonrec t = {brokerArn : string option;The broker's Amazon Resource Name (ARN).
*)brokerId : string option;The unique ID that Amazon MQ generates for the broker.
*)brokerName : string option;The broker's name. This value is unique in your Amazon Web Services account, 1-50 characters long, and containing only letters, numbers, dashes, and underscores, and must not contain white spaces, brackets, wildcard characters, or special characters.
*)brokerState : BrokerState.t option;The broker's status.
*)created : string option;The time when the broker was created.
*)deploymentMode : DeploymentMode.t option;The broker's deployment mode.
*)engineType : EngineType.t option;The type of broker engine.
*)hostInstanceType : string option;The broker's instance type.
*)}