Values.BrokerInstanceOptionsOutputSourceReturns a list of broker instance options.
type nonrec t = {brokerInstanceOptions : BrokerInstanceOption.t list option;List of available broker instance options.
*)maxResults : int;Required. The maximum number of instance options that can be returned 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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of int
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `String of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of string ])
list ]
list
| `String of string ])
list ]