amazonka-elasticbeanstalk-1.4.5: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2016 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.UpdateApplicationVersion

Contents

Description

Updates the specified application version to have the specified properties.

Synopsis

Creating a Request

updateApplicationVersion Source #

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

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

  • uavDescription - A new description for this version.
  • uavApplicationName - The name of the application associated with this version. If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.
  • uavVersionLabel - The name of the version to update. If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.

data UpdateApplicationVersion Source #

See: updateApplicationVersion smart constructor.

Instances

Eq UpdateApplicationVersion Source # 
Data UpdateApplicationVersion Source # 

Methods

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

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

toConstr :: UpdateApplicationVersion -> Constr #

dataTypeOf :: UpdateApplicationVersion -> DataType #

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

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

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

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

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

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

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

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

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

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

Read UpdateApplicationVersion Source # 
Show UpdateApplicationVersion Source # 
Generic UpdateApplicationVersion Source # 
Hashable UpdateApplicationVersion Source # 
NFData UpdateApplicationVersion Source # 
AWSRequest UpdateApplicationVersion Source # 
ToPath UpdateApplicationVersion Source # 
ToHeaders UpdateApplicationVersion Source # 
ToQuery UpdateApplicationVersion Source # 
type Rep UpdateApplicationVersion Source # 
type Rep UpdateApplicationVersion = D1 (MetaData "UpdateApplicationVersion" "Network.AWS.ElasticBeanstalk.UpdateApplicationVersion" "amazonka-elasticbeanstalk-1.4.5-9zMrDsTBP1RFx5BKCNaBTX" False) (C1 (MetaCons "UpdateApplicationVersion'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_uavDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_uavApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_uavVersionLabel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs UpdateApplicationVersion Source # 

Request Lenses

uavDescription :: Lens' UpdateApplicationVersion (Maybe Text) Source #

A new description for this version.

uavApplicationName :: Lens' UpdateApplicationVersion Text Source #

The name of the application associated with this version. If no application is found with this name, UpdateApplication returns an InvalidParameterValue error.

uavVersionLabel :: Lens' UpdateApplicationVersion Text Source #

The name of the version to update. If no application version is found with this label, UpdateApplication returns an InvalidParameterValue error.

Destructuring the Response

applicationVersionDescriptionMessage :: ApplicationVersionDescriptionMessage Source #

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

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

data ApplicationVersionDescriptionMessage Source #

Result message wrapping a single description of an application version.

See: applicationVersionDescriptionMessage smart constructor.

Instances

Eq ApplicationVersionDescriptionMessage Source # 
Data ApplicationVersionDescriptionMessage Source # 

Methods

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

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

toConstr :: ApplicationVersionDescriptionMessage -> Constr #

dataTypeOf :: ApplicationVersionDescriptionMessage -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ApplicationVersionDescriptionMessage Source # 
Show ApplicationVersionDescriptionMessage Source # 
Generic ApplicationVersionDescriptionMessage Source # 
Hashable ApplicationVersionDescriptionMessage Source # 
NFData ApplicationVersionDescriptionMessage Source # 
FromXML ApplicationVersionDescriptionMessage Source # 
type Rep ApplicationVersionDescriptionMessage Source # 
type Rep ApplicationVersionDescriptionMessage = D1 (MetaData "ApplicationVersionDescriptionMessage" "Network.AWS.ElasticBeanstalk.Types.Product" "amazonka-elasticbeanstalk-1.4.5-9zMrDsTBP1RFx5BKCNaBTX" True) (C1 (MetaCons "ApplicationVersionDescriptionMessage'" PrefixI True) (S1 (MetaSel (Just Symbol "_avdmApplicationVersion") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe ApplicationVersionDescription))))

Response Lenses