amazonka-gamelift-1.6.1: 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.GetGameSessionLogURL

Contents

Description

Retrieves the location of stored game session logs for a specified game session. When a game session is terminated, Amazon GameLift automatically stores the logs in Amazon S3 and retains them for 14 days. Use this URL to download the logs.

Game-session-related operations include:

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

Creating a Request

getGameSessionLogURL Source #

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

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

data GetGameSessionLogURL Source #

Represents the input for a request action.

See: getGameSessionLogURL smart constructor.

Instances
Eq GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

Data GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

Methods

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

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

toConstr :: GetGameSessionLogURL -> Constr #

dataTypeOf :: GetGameSessionLogURL -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

Show GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

Generic GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

Associated Types

type Rep GetGameSessionLogURL :: Type -> Type #

Hashable GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

ToJSON GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

AWSRequest GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

Associated Types

type Rs GetGameSessionLogURL :: Type #

ToHeaders GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

ToPath GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

ToQuery GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

NFData GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

Methods

rnf :: GetGameSessionLogURL -> () #

type Rep GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

type Rep GetGameSessionLogURL = D1 (MetaData "GetGameSessionLogURL" "Network.AWS.GameLift.GetGameSessionLogURL" "amazonka-gamelift-1.6.1-GajLKSxsevT2faX837q2Xl" True) (C1 (MetaCons "GetGameSessionLogURL'" PrefixI True) (S1 (MetaSel (Just "_ggsluGameSessionId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetGameSessionLogURL Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

Request Lenses

ggsluGameSessionId :: Lens' GetGameSessionLogURL Text Source #

Unique identifier for the game session to get logs for.

Destructuring the Response

getGameSessionLogURLResponse Source #

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

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

data GetGameSessionLogURLResponse Source #

Represents the returned data in response to a request action.

See: getGameSessionLogURLResponse smart constructor.

Instances
Eq GetGameSessionLogURLResponse Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

Data GetGameSessionLogURLResponse Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

Methods

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

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

toConstr :: GetGameSessionLogURLResponse -> Constr #

dataTypeOf :: GetGameSessionLogURLResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetGameSessionLogURLResponse Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

Show GetGameSessionLogURLResponse Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

Generic GetGameSessionLogURLResponse Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

Associated Types

type Rep GetGameSessionLogURLResponse :: Type -> Type #

NFData GetGameSessionLogURLResponse Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

type Rep GetGameSessionLogURLResponse Source # 
Instance details

Defined in Network.AWS.GameLift.GetGameSessionLogURL

type Rep GetGameSessionLogURLResponse = D1 (MetaData "GetGameSessionLogURLResponse" "Network.AWS.GameLift.GetGameSessionLogURL" "amazonka-gamelift-1.6.1-GajLKSxsevT2faX837q2Xl" False) (C1 (MetaCons "GetGameSessionLogURLResponse'" PrefixI True) (S1 (MetaSel (Just "_ggslursPreSignedURL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_ggslursResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

ggslursPreSignedURL :: Lens' GetGameSessionLogURLResponse (Maybe Text) Source #

Location of the requested game session logs, available for download.