| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.CodeDeploy.GetApplication
Description
Gets information about an application.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_GetApplication.html
- data GetApplication
- getApplication :: Text -> GetApplication
- gaApplicationName :: Lens' GetApplication Text
- data GetApplicationResponse
- getApplicationResponse :: GetApplicationResponse
- garApplication :: Lens' GetApplicationResponse (Maybe ApplicationInfo)
Request
data GetApplication Source
Instances
| Eq GetApplication | |
| Ord GetApplication | |
| Read GetApplication | |
| Show GetApplication | |
| IsString GetApplication | |
| Monoid GetApplication | |
| AWSRequest GetApplication | |
| ToQuery GetApplication | |
| ToPath GetApplication | |
| ToHeaders GetApplication | |
| ToJSON GetApplication | |
| type Sv GetApplication = CodeDeploy | |
| type Rs GetApplication = GetApplicationResponse |
Request constructor
Arguments
| :: Text | |
| -> GetApplication |
GetApplication constructor.
The fields accessible through corresponding lenses are:
gaApplicationName::Text
Request lenses
gaApplicationName :: Lens' GetApplication Text Source
The name of an existing AWS CodeDeploy application within the AWS user account.
Response
Response constructor
getApplicationResponse :: GetApplicationResponse Source
GetApplicationResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
garApplication :: Lens' GetApplicationResponse (Maybe ApplicationInfo) Source
Information about the application.