Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data PlacedPlayerSession Source #
Information about a player session that was created as part of a StartGameSessionPlacement request. 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.
Related actions
CreatePlayerSession | CreatePlayerSessions | DescribePlayerSessions | StartGameSessionPlacement | DescribeGameSessionPlacement | StopGameSessionPlacement | All APIs by task
See: newPlacedPlayerSession
smart constructor.
Instances
newPlacedPlayerSession :: PlacedPlayerSession Source #
Create a value of PlacedPlayerSession
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:playerSessionId:PlacedPlayerSession'
, placedPlayerSession_playerSessionId
- A unique identifier for a player session.
$sel:playerId:PlacedPlayerSession'
, placedPlayerSession_playerId
- A unique identifier for a player that is associated with this player
session.
placedPlayerSession_playerSessionId :: Lens' PlacedPlayerSession (Maybe Text) Source #
A unique identifier for a player session.
placedPlayerSession_playerId :: Lens' PlacedPlayerSession (Maybe Text) Source #
A unique identifier for a player that is associated with this player session.