amazonka-elasticbeanstalk-0.0.0: Amazon Elastic Beanstalk SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.CreateApplication

Contents

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

Synopsis

Request

Request constructor

createApplication Source

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

Response lenses

carApplication :: Lens' CreateApplicationResponse (Maybe ApplicationDescription) Source

The ApplicationDescription of the application.