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
Request
data GetApplication Source
Instances
Request constructor
Arguments
:: Text | |
-> GetApplication |
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.