| Copyright | (c) 2013-2017 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.GameLift.GetGameSessionLogURL
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:
CreateGameSessionDescribeGameSessionsDescribeGameSessionDetailsSearchGameSessionsUpdateGameSessionGetGameSessionLogUrl- Game session placements
StartGameSessionPlacementDescribeGameSessionPlacementStopGameSessionPlacement
- getGameSessionLogURL :: Text -> GetGameSessionLogURL
- data GetGameSessionLogURL
- ggsluGameSessionId :: Lens' GetGameSessionLogURL Text
- getGameSessionLogURLResponse :: Int -> GetGameSessionLogURLResponse
- data GetGameSessionLogURLResponse
- ggslursPreSignedURL :: Lens' GetGameSessionLogURLResponse (Maybe Text)
- ggslursResponseStatus :: Lens' GetGameSessionLogURLResponse Int
Creating a Request
Arguments
| :: Text | |
| -> GetGameSessionLogURL |
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:
ggsluGameSessionId- Unique identifier for the game session to get logs for.
data GetGameSessionLogURL Source #
Represents the input for a request action.
See: getGameSessionLogURL smart constructor.
Instances
Request Lenses
ggsluGameSessionId :: Lens' GetGameSessionLogURL Text Source #
Unique identifier for the game session to get logs for.
Destructuring the Response
getGameSessionLogURLResponse Source #
Arguments
| :: Int | |
| -> GetGameSessionLogURLResponse |
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:
ggslursPreSignedURL- Location of the requested game session logs, available for download.ggslursResponseStatus- -- | The response status code.
data GetGameSessionLogURLResponse Source #
Represents the returned data in response to a request action.
See: getGameSessionLogURLResponse smart constructor.
Instances
Response Lenses
ggslursPreSignedURL :: Lens' GetGameSessionLogURLResponse (Maybe Text) Source #
Location of the requested game session logs, available for download.
ggslursResponseStatus :: Lens' GetGameSessionLogURLResponse Int Source #
- - | The response status code.