amazonka-gamelift-1.4.0: Amazon GameLift SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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. Use this URL to download the logs.

See the AWS Service Limits page for maximum log file sizes. Log files that exceed this limit are not saved.

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:

Request Lenses

ggsluGameSessionId :: Lens' GetGameSessionLogURL Text Source

Unique identifier for a game session. Specify the game session you want 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:

Response Lenses

ggslursPreSignedURL :: Lens' GetGameSessionLogURLResponse (Maybe Text) Source

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