Module Values.UpdateGameSessionOutputSource

This 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

Sourcetype nonrec t = {
  1. gameSession : GameSession.t option;
    (*

    The updated game session properties.

    *)
}
Sourcetype nonrec error = [
  1. | `ConflictException of ConflictException.t
  2. | `InternalServiceException of InternalServiceException.t
  3. | `InvalidGameSessionStatusException of InvalidGameSessionStatusException.t
  4. | `InvalidRequestException of InvalidRequestException.t
  5. | `NotFoundException of NotFoundException.t
  6. | `NotReadyException of NotReadyException.t
  7. | `UnauthorizedException of UnauthorizedException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?gameSession:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t