Values.DescribeGameSessionPlacementOutputSourceThis API works with the following fleet types: EC2, Anywhere, Container Retrieves information, including current status, about a game session placement request. To get game session placement details, specify the placement ID. This operation is not designed to be continually called to track game session status. This practice can cause you to exceed your API limit, which results in errors. Instead, you must configure an Amazon Simple Notification Service (SNS) topic to receive notifications from FlexMatch or queues. Continuously polling with DescribeGameSessionPlacement should only be used for games in development with low game session usage. For a reference implementation of event-based game session placement tracking, see Event-based game session placement guidance in the Amazon GameLift Toolkit.
type nonrec t = {gameSessionPlacement : GameSessionPlacement.t option;Object that describes the requested game session placement.
*)}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
* [> `Enum of string
| `Integer of WholeNumber.t
| `List of
[> `Structure of
(string
* [> `Float of Float_.t
| `String of GamePropertyKey.t ])
list ]
list
| `String of IdStringModel.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of LocationStringModel.t ] list ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]