amazonka-elasticbeanstalk-1.5.0: Amazon Elastic Beanstalk SDK.

Copyright(c) 2013-2017 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.CreatePlatformVersion

Contents

Description

Create a new version of your custom platform.

Synopsis

Creating a Request

createPlatformVersion Source #

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

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

data CreatePlatformVersion Source #

Request to create a new platform version.

See: createPlatformVersion smart constructor.

Instances

Eq CreatePlatformVersion Source # 
Data CreatePlatformVersion Source # 

Methods

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

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

toConstr :: CreatePlatformVersion -> Constr #

dataTypeOf :: CreatePlatformVersion -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreatePlatformVersion Source # 
Show CreatePlatformVersion Source # 
Generic CreatePlatformVersion Source # 
Hashable CreatePlatformVersion Source # 
NFData CreatePlatformVersion Source # 

Methods

rnf :: CreatePlatformVersion -> () #

AWSRequest CreatePlatformVersion Source # 
ToQuery CreatePlatformVersion Source # 
ToPath CreatePlatformVersion Source # 
ToHeaders CreatePlatformVersion Source # 
type Rep CreatePlatformVersion Source # 
type Rep CreatePlatformVersion = D1 (MetaData "CreatePlatformVersion" "Network.AWS.ElasticBeanstalk.CreatePlatformVersion" "amazonka-elasticbeanstalk-1.5.0-HuYvjBPDirT34jkKSIOeuN" False) (C1 (MetaCons "CreatePlatformVersion'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cpvOptionSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ConfigurationOptionSetting]))) (S1 (MetaSel (Just Symbol "_cpvEnvironmentName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_cpvPlatformName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_cpvPlatformVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_cpvPlatformDefinitionBundle") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 S3Location))))))
type Rs CreatePlatformVersion Source # 

Request Lenses

cpvOptionSettings :: Lens' CreatePlatformVersion [ConfigurationOptionSetting] Source #

The configuration option settings to apply to the builder environment.

cpvEnvironmentName :: Lens' CreatePlatformVersion (Maybe Text) Source #

The name of the builder environment.

cpvPlatformName :: Lens' CreatePlatformVersion Text Source #

The name of your custom platform.

cpvPlatformVersion :: Lens' CreatePlatformVersion Text Source #

The number, such as 1.0.2, for the new platform version.

cpvPlatformDefinitionBundle :: Lens' CreatePlatformVersion S3Location Source #

The location of the platform definition archive in Amazon S3.

Destructuring the Response

createPlatformVersionResponse Source #

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

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

data CreatePlatformVersionResponse Source #

See: createPlatformVersionResponse smart constructor.

Instances

Eq CreatePlatformVersionResponse Source # 
Data CreatePlatformVersionResponse Source # 

Methods

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

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

toConstr :: CreatePlatformVersionResponse -> Constr #

dataTypeOf :: CreatePlatformVersionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CreatePlatformVersionResponse Source # 
Show CreatePlatformVersionResponse Source # 
Generic CreatePlatformVersionResponse Source # 
NFData CreatePlatformVersionResponse Source # 
type Rep CreatePlatformVersionResponse Source # 
type Rep CreatePlatformVersionResponse = D1 (MetaData "CreatePlatformVersionResponse" "Network.AWS.ElasticBeanstalk.CreatePlatformVersion" "amazonka-elasticbeanstalk-1.5.0-HuYvjBPDirT34jkKSIOeuN" False) (C1 (MetaCons "CreatePlatformVersionResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cpvrsBuilder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Builder))) ((:*:) (S1 (MetaSel (Just Symbol "_cpvrsPlatformSummary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PlatformSummary))) (S1 (MetaSel (Just Symbol "_cpvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

cpvrsBuilder :: Lens' CreatePlatformVersionResponse (Maybe Builder) Source #

The builder used to create the custom platform.

cpvrsPlatformSummary :: Lens' CreatePlatformVersionResponse (Maybe PlatformSummary) Source #

Detailed information about the new version of the custom platform.