| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.GameLift.Types.PlacedPlayerSession
Description
Synopsis
Documentation
data PlacedPlayerSession Source #
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.
See: newPlacedPlayerSession smart constructor.
Constructors
| PlacedPlayerSession' | |
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:playerId:PlacedPlayerSession', placedPlayerSession_playerId - A unique identifier for a player that is associated with this player
session.
$sel:playerSessionId:PlacedPlayerSession', placedPlayerSession_playerSessionId - 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.
placedPlayerSession_playerSessionId :: Lens' PlacedPlayerSession (Maybe Text) Source #
A unique identifier for a player session.