Information about a player session. This object contains only the player ID and player session ID. To retrieve full details on a player session, call DescribePlayerSessions with the player session ID.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-placed-player-session-schema.json",
"title": "PlacedPlayerSession",
"description": "Information about a player session. This object contains only the player ID and player session ID. To retrieve full details on a player session, call <a href=\"https://docs.aws.amazon.com/gamelift/latest/apireference/API_DescribePlayerSessions.html\">DescribePlayerSessions</a> with the player session ID.",
"type": "object",
"properties": {
"PlayerId": {
"allOf": [
{
"$ref": "#/components/schemas/NonZeroAndMaxString"
},
{
"description": "A unique identifier for a player that is associated with this player session."
}
]
},
"PlayerSessionId": {
"allOf": [
{
"$ref": "#/components/schemas/PlayerSessionId"
},
{
"description": "A unique identifier for a player session."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.