Values.UpdateGameSessionQueueOutputSourceThis API works with the following fleet types: EC2, Anywhere, Container Updates the configuration of a game session queue, which determines how the queue processes new game session requests. To update settings, specify the queue name to be updated and provide the new settings. When updating destinations, provide a complete list of destinations. Learn more Using Multi-Region Queues
type nonrec t = {gameSessionQueue : GameSessionQueue.t option;An object that describes the newly updated game session queue.
*)}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
* [> `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 ]