Copyright | (c) 2013-2015 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 |
Gets information about a run.
See: AWS API Reference for GetRun.
- getRun :: Text -> GetRun
- data GetRun
- grArn :: Lens' GetRun Text
- getRunResponse :: Int -> GetRunResponse
- data GetRunResponse
- grrsRun :: Lens' GetRunResponse (Maybe Run)
- grrsStatus :: Lens' GetRunResponse Int
Creating a Request
Represents a request to the get run operation.
See: getRun
smart constructor.
Request Lenses
Destructuring the Response
Creates a value of GetRunResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data GetRunResponse Source
Represents the result of a get run request.
See: getRunResponse
smart constructor.
Response Lenses
grrsStatus :: Lens' GetRunResponse Int Source
The response status code.