Values.DescribeGameSessionQueuesOutputSourceThis API works with the following fleet types: EC2, Anywhere, Container Retrieves the properties for one or more game session queues. When requesting multiple queues, use the pagination parameters to retrieve results as a set of sequential pages. When specifying a list of queues, objects are returned only for queues that currently exist in the Region. Learn more View Your Queues
type nonrec t = {gameSessionQueues : GameSessionQueueList.t option;A collection of objects that describe the requested game session queues.
*)nextToken : NonZeroAndMaxString.t option;A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
*)}type nonrec error = [ | `InternalServiceException of InternalServiceException.t| `InvalidRequestException of InvalidRequestException.t| `NotFoundException of NotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceException of InternalServiceException.t
| `InvalidRequestException of InvalidRequestException.t
| `NotFoundException of NotFoundException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceException of InternalServiceException.t
| `InvalidRequestException of InvalidRequestException.t
| `NotFoundException of NotFoundException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of WholeNumber.t
| `List of
[> `Structure of
(string
* [> `Integer of WholeNumber.t
| `String of ArnStringModel.t ])
list ]
list
| `String of GameSessionQueueName.t
| `Structure of
(string
* [> `List of
[> `Enum of string
| `String of LocationStringModel.t ]
list ])
list ])
list ]
list
| `String of NonZeroAndMaxString.t ])
list ]