amazonka-elasticbeanstalk-1.3.2: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.ElasticBeanstalk.CreateApplication

Contents

Description

Creates an application that has one configuration template named 'default' and no application versions.

See: AWS API Reference for CreateApplication.

Synopsis

Creating a Request

createApplication Source

Creates a value of CreateApplication with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

caDescription :: Lens' CreateApplication (Maybe Text) Source

Describes the application.

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.

Destructuring the Response

applicationDescriptionMessage :: ApplicationDescriptionMessage Source

Creates a value of ApplicationDescriptionMessage with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

admApplication :: Lens' ApplicationDescriptionMessage (Maybe ApplicationDescription) Source

The ApplicationDescription of the application.