Safe Haskell | None |
---|---|
Language | Haskell2010 |
Creates a new application.
http://docs.aws.amazon.com/codedeploy/latest/APIReference/API_CreateApplication.html
Request
data CreateApplication Source
Eq CreateApplication | |
Ord CreateApplication | |
Read CreateApplication | |
Show CreateApplication | |
IsString CreateApplication | |
ToJSON CreateApplication | |
Monoid CreateApplication | |
AWSRequest CreateApplication | |
ToQuery CreateApplication | |
ToPath CreateApplication | |
ToHeaders CreateApplication | |
type Sv CreateApplication = CodeDeploy | |
type Rs CreateApplication = CreateApplicationResponse |
Request constructor
CreateApplication
constructor.
The fields accessible through corresponding lenses are:
Request lenses
caApplicationName :: Lens' CreateApplication Text Source
The name of the application. This name must be unique within the AWS user account.
Response
Response constructor
createApplicationResponse :: CreateApplicationResponse Source
CreateApplicationResponse
constructor.
The fields accessible through corresponding lenses are:
Response lenses
carApplicationId :: Lens' CreateApplicationResponse (Maybe Text) Source
A unique application ID.