| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ElasticBeanstalk.CreateApplication
Description
Creates an application that has one configuration template named 'default' and no application versions.
http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_CreateApplication.html
- data CreateApplication
- createApplication :: Text -> CreateApplication
- caApplicationName :: Lens' CreateApplication Text
- caDescription :: Lens' CreateApplication (Maybe Text)
- data CreateApplicationResponse
- createApplicationResponse :: CreateApplicationResponse
- carApplication :: Lens' CreateApplicationResponse (Maybe ApplicationDescription)
Request
data CreateApplication Source
Instances
Request constructor
Arguments
| :: Text | |
| -> CreateApplication |
CreateApplication constructor.
The fields accessible through corresponding lenses are:
Request lenses
caApplicationName :: Lens' CreateApplication Text Source
The name of the application.
Constraint: This name must be unique within your account. If the specified
name already exists, the action returns an InvalidParameterValue error.
caDescription :: Lens' CreateApplication (Maybe Text) Source
Describes the application.
Response
Response constructor
createApplicationResponse :: CreateApplicationResponse Source
CreateApplicationResponse constructor.
The fields accessible through corresponding lenses are:
Response lenses
carApplication :: Lens' CreateApplicationResponse (Maybe ApplicationDescription) Source
The ApplicationDescription of the application.