Safe Haskell | None |
---|---|
Language | Haskell2010 |
Gets information about an application.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_GetApplication.html
Request
data GetApplication Source
Request constructor
GetApplication
constructor.
The fields accessible through corresponding lenses are:
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.