Module Values.DescribeGameSessionPlacementInputSource

This 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.

Sourcetype nonrec t = {
  1. placementId : IdStringModel.t;
    (*

    A unique identifier for a game session placement to retrieve.

    *)
}
Sourceval context_ : string
Sourceval make : placementId:IdStringModel.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IdStringModel.t ]) 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