Values.DescribeBrokerInstanceOptionsRequestSourceDescribe available broker instance options.
type nonrec t = {engineType : string option;Filter response by engine type.
*)hostInstanceType : string option;Filter response by host instance type.
*)maxResults : MaxResults.t option;The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.
*)nextToken : string option;The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
*)storageType : string option;Filter response by storage type.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of string ]) list ]