Values.DescribeBrokerInstanceOptionsResponseSourceDescribe available broker instance options.
type nonrec t = {brokerInstanceOptions : BrokerInstanceOption.t list option;List of available broker instance options.
*)maxResults : int option;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.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `Unknown_operation_error of string * string option ]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 ]