amazonka-elasticbeanstalk-1.6.1: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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.

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:

  • caResourceLifecycleConfig - Specify an application resource lifecycle configuration to prevent your application from accumulating too many versions.
  • caDescription - Describes the application.
  • caApplicationName - 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.

data CreateApplication Source #

Request to create an application.

See: createApplication smart constructor.

Instances
Eq CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Data CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateApplication -> c CreateApplication #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateApplication #

toConstr :: CreateApplication -> Constr #

dataTypeOf :: CreateApplication -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CreateApplication) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateApplication) #

gmapT :: (forall b. Data b => b -> b) -> CreateApplication -> CreateApplication #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateApplication -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateApplication -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateApplication -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateApplication -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateApplication -> m CreateApplication #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateApplication -> m CreateApplication #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateApplication -> m CreateApplication #

Read CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Show CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Generic CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Associated Types

type Rep CreateApplication :: Type -> Type #

Hashable CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

AWSRequest CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Associated Types

type Rs CreateApplication :: Type #

ToHeaders CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

ToPath CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

ToQuery CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

NFData CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Methods

rnf :: CreateApplication -> () #

type Rep CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

type Rep CreateApplication = D1 (MetaData "CreateApplication" "Network.AWS.ElasticBeanstalk.CreateApplication" "amazonka-elasticbeanstalk-1.6.1-3CoYM4SK8sc46jAbvlY69V" False) (C1 (MetaCons "CreateApplication'" PrefixI True) (S1 (MetaSel (Just "_caResourceLifecycleConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ApplicationResourceLifecycleConfig)) :*: (S1 (MetaSel (Just "_caDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_caApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))
type Rs CreateApplication Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreateApplication

Request Lenses

caResourceLifecycleConfig :: Lens' CreateApplication (Maybe ApplicationResourceLifecycleConfig) Source #

Specify an application resource lifecycle configuration to prevent your application from accumulating too many versions.

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:

data ApplicationDescriptionMessage Source #

Result message containing a single description of an application.

See: applicationDescriptionMessage smart constructor.

Instances
Eq ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Product

Data ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ApplicationDescriptionMessage -> c ApplicationDescriptionMessage #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ApplicationDescriptionMessage #

toConstr :: ApplicationDescriptionMessage -> Constr #

dataTypeOf :: ApplicationDescriptionMessage -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ApplicationDescriptionMessage) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ApplicationDescriptionMessage) #

gmapT :: (forall b. Data b => b -> b) -> ApplicationDescriptionMessage -> ApplicationDescriptionMessage #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ApplicationDescriptionMessage -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ApplicationDescriptionMessage -> r #

gmapQ :: (forall d. Data d => d -> u) -> ApplicationDescriptionMessage -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ApplicationDescriptionMessage -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ApplicationDescriptionMessage -> m ApplicationDescriptionMessage #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplicationDescriptionMessage -> m ApplicationDescriptionMessage #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplicationDescriptionMessage -> m ApplicationDescriptionMessage #

Read ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Product

Show ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Product

Generic ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Product

Associated Types

type Rep ApplicationDescriptionMessage :: Type -> Type #

Hashable ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Product

FromXML ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Product

NFData ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Product

type Rep ApplicationDescriptionMessage Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.Types.Product

type Rep ApplicationDescriptionMessage = D1 (MetaData "ApplicationDescriptionMessage" "Network.AWS.ElasticBeanstalk.Types.Product" "amazonka-elasticbeanstalk-1.6.1-3CoYM4SK8sc46jAbvlY69V" True) (C1 (MetaCons "ApplicationDescriptionMessage'" PrefixI True) (S1 (MetaSel (Just "_admApplication") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe ApplicationDescription))))

Response Lenses