amazonka-gamelift-2.0: Amazon GameLift SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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' 

Fields

Instances

Instances details
FromJSON PlacedPlayerSession Source # 
Instance details

Defined in Amazonka.GameLift.Types.PlacedPlayerSession

Generic PlacedPlayerSession Source # 
Instance details

Defined in Amazonka.GameLift.Types.PlacedPlayerSession

Associated Types

type Rep PlacedPlayerSession :: Type -> Type #

Read PlacedPlayerSession Source # 
Instance details

Defined in Amazonka.GameLift.Types.PlacedPlayerSession

Show PlacedPlayerSession Source # 
Instance details

Defined in Amazonka.GameLift.Types.PlacedPlayerSession

NFData PlacedPlayerSession Source # 
Instance details

Defined in Amazonka.GameLift.Types.PlacedPlayerSession

Methods

rnf :: PlacedPlayerSession -> () #

Eq PlacedPlayerSession Source # 
Instance details

Defined in Amazonka.GameLift.Types.PlacedPlayerSession

Hashable PlacedPlayerSession Source # 
Instance details

Defined in Amazonka.GameLift.Types.PlacedPlayerSession

type Rep PlacedPlayerSession Source # 
Instance details

Defined in Amazonka.GameLift.Types.PlacedPlayerSession

type Rep PlacedPlayerSession = D1 ('MetaData "PlacedPlayerSession" "Amazonka.GameLift.Types.PlacedPlayerSession" "amazonka-gamelift-2.0-IjhNQby9jLV6gj30IrgsyK" 'False) (C1 ('MetaCons "PlacedPlayerSession'" 'PrefixI 'True) (S1 ('MetaSel ('Just "playerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "playerSessionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.