Values.UpdateGameSessionOutputSourceThis API works with the following fleet types: EC2, Anywhere, Container Updates the mutable properties of a game session. To update a game session, specify the game session ID and the values you want to change. If successful, the updated GameSession object is returned. All APIs by task
type nonrec error = [ | `ConflictException of ConflictException.t| `InternalServiceException of InternalServiceException.t| `InvalidGameSessionStatusException of InvalidGameSessionStatusException.t| `InvalidRequestException of InvalidRequestException.t| `NotFoundException of NotFoundException.t| `NotReadyException of NotReadyException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidGameSessionStatusException of InvalidGameSessionStatusException.t
| `InvalidRequestException of InvalidRequestException.t
| `NotFoundException of NotFoundException.t
| `NotReadyException of NotReadyException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `InternalServiceException of InternalServiceException.t
| `InvalidGameSessionStatusException of InvalidGameSessionStatusException.t
| `InvalidRequestException of InvalidRequestException.t
| `NotFoundException of NotFoundException.t
| `NotReadyException of NotReadyException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of WholeNumber.t
| `List of
[> `Structure of
(string * [> `String of GamePropertyKey.t ]) list ]
list
| `String of NonZeroAndMaxString.t
| `Timestamp of Timestamp.t ])
list ])
list ]