amazonka-gamelift-1.6.0: Amazon GameLift SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.GameLift.DescribeGameSessionPlacement

Contents

Description

Retrieves properties and current status of a game session placement request. To get game session placement details, specify the placement ID. If successful, a GameSessionPlacement object is returned.

Game-session-related operations include:

  • CreateGameSession
  • DescribeGameSessions
  • DescribeGameSessionDetails
  • SearchGameSessions
  • UpdateGameSession
  • GetGameSessionLogUrl
  • Game session placements
  • StartGameSessionPlacement
  • DescribeGameSessionPlacement
  • StopGameSessionPlacement

Synopsis

Creating a Request

describeGameSessionPlacement #

Creates a value of DescribeGameSessionPlacement with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • dgspPlacementId - Unique identifier for a game session placement to retrieve.

data DescribeGameSessionPlacement #

Represents the input for a request action.

See: describeGameSessionPlacement smart constructor.

Instances

Eq DescribeGameSessionPlacement # 
Data DescribeGameSessionPlacement # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeGameSessionPlacement -> c DescribeGameSessionPlacement #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeGameSessionPlacement #

toConstr :: DescribeGameSessionPlacement -> Constr #

dataTypeOf :: DescribeGameSessionPlacement -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeGameSessionPlacement) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeGameSessionPlacement) #

gmapT :: (forall b. Data b => b -> b) -> DescribeGameSessionPlacement -> DescribeGameSessionPlacement #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeGameSessionPlacement -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeGameSessionPlacement -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeGameSessionPlacement -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeGameSessionPlacement -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeGameSessionPlacement -> m DescribeGameSessionPlacement #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeGameSessionPlacement -> m DescribeGameSessionPlacement #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeGameSessionPlacement -> m DescribeGameSessionPlacement #

Read DescribeGameSessionPlacement # 
Show DescribeGameSessionPlacement # 
Generic DescribeGameSessionPlacement # 
Hashable DescribeGameSessionPlacement # 
ToJSON DescribeGameSessionPlacement # 
NFData DescribeGameSessionPlacement # 
AWSRequest DescribeGameSessionPlacement # 
ToHeaders DescribeGameSessionPlacement # 
ToPath DescribeGameSessionPlacement # 
ToQuery DescribeGameSessionPlacement # 
type Rep DescribeGameSessionPlacement # 
type Rep DescribeGameSessionPlacement = D1 * (MetaData "DescribeGameSessionPlacement" "Network.AWS.GameLift.DescribeGameSessionPlacement" "amazonka-gamelift-1.6.0-AFaGsb9wXmY9FImAlEHdkb" True) (C1 * (MetaCons "DescribeGameSessionPlacement'" PrefixI True) (S1 * (MetaSel (Just Symbol "_dgspPlacementId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))
type Rs DescribeGameSessionPlacement # 

Request Lenses

dgspPlacementId :: Lens' DescribeGameSessionPlacement Text #

Unique identifier for a game session placement to retrieve.

Destructuring the Response

describeGameSessionPlacementResponse #

Creates a value of DescribeGameSessionPlacementResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data DescribeGameSessionPlacementResponse #

Represents the returned data in response to a request action.

See: describeGameSessionPlacementResponse smart constructor.

Instances

Eq DescribeGameSessionPlacementResponse # 
Data DescribeGameSessionPlacementResponse # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DescribeGameSessionPlacementResponse -> c DescribeGameSessionPlacementResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DescribeGameSessionPlacementResponse #

toConstr :: DescribeGameSessionPlacementResponse -> Constr #

dataTypeOf :: DescribeGameSessionPlacementResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DescribeGameSessionPlacementResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DescribeGameSessionPlacementResponse) #

gmapT :: (forall b. Data b => b -> b) -> DescribeGameSessionPlacementResponse -> DescribeGameSessionPlacementResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DescribeGameSessionPlacementResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DescribeGameSessionPlacementResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> DescribeGameSessionPlacementResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DescribeGameSessionPlacementResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DescribeGameSessionPlacementResponse -> m DescribeGameSessionPlacementResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeGameSessionPlacementResponse -> m DescribeGameSessionPlacementResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DescribeGameSessionPlacementResponse -> m DescribeGameSessionPlacementResponse #

Read DescribeGameSessionPlacementResponse # 
Show DescribeGameSessionPlacementResponse # 
Generic DescribeGameSessionPlacementResponse # 
NFData DescribeGameSessionPlacementResponse # 
type Rep DescribeGameSessionPlacementResponse # 
type Rep DescribeGameSessionPlacementResponse = D1 * (MetaData "DescribeGameSessionPlacementResponse" "Network.AWS.GameLift.DescribeGameSessionPlacement" "amazonka-gamelift-1.6.0-AFaGsb9wXmY9FImAlEHdkb" False) (C1 * (MetaCons "DescribeGameSessionPlacementResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dgsprsGameSessionPlacement") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe GameSessionPlacement))) (S1 * (MetaSel (Just Symbol "_dgsprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

dgsprsGameSessionPlacement :: Lens' DescribeGameSessionPlacementResponse (Maybe GameSessionPlacement) #

Object that describes the requested game session placement.