Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
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.
- 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
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. Game session ID format is as follows: "arn:aws:gamelift:region::gamesessionfleet-IDstring". The value of string is either a custom ID string (if one was specified when the game session was created) an autogenerated string.
data GetGameSessionLogURL Source #
Represents the input for a request action.
See: getGameSessionLogURL
smart constructor.
Request Lenses
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:
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.
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.