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.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 # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Data CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

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 # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Show CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Generic CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Associated Types

type Rep CreatePlatformVersion :: Type -> Type #

Hashable CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

AWSRequest CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Associated Types

type Rs CreatePlatformVersion :: Type #

ToHeaders CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

ToPath CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

ToQuery CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

NFData CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Methods

rnf :: CreatePlatformVersion -> () #

type Rep CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

type Rep CreatePlatformVersion = D1 (MetaData "CreatePlatformVersion" "Network.AWS.ElasticBeanstalk.CreatePlatformVersion" "amazonka-elasticbeanstalk-1.6.1-3CoYM4SK8sc46jAbvlY69V" False) (C1 (MetaCons "CreatePlatformVersion'" PrefixI True) ((S1 (MetaSel (Just "_cpvOptionSettings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ConfigurationOptionSetting])) :*: S1 (MetaSel (Just "_cpvEnvironmentName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_cpvPlatformName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_cpvPlatformVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_cpvPlatformDefinitionBundle") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 S3Location)))))
type Rs CreatePlatformVersion Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

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 # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Data CreatePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

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 # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Show CreatePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Generic CreatePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

Associated Types

type Rep CreatePlatformVersionResponse :: Type -> Type #

NFData CreatePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

type Rep CreatePlatformVersionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.CreatePlatformVersion

type Rep CreatePlatformVersionResponse = D1 (MetaData "CreatePlatformVersionResponse" "Network.AWS.ElasticBeanstalk.CreatePlatformVersion" "amazonka-elasticbeanstalk-1.6.1-3CoYM4SK8sc46jAbvlY69V" False) (C1 (MetaCons "CreatePlatformVersionResponse'" PrefixI True) (S1 (MetaSel (Just "_cpvrsBuilder") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Builder)) :*: (S1 (MetaSel (Just "_cpvrsPlatformSummary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PlatformSummary)) :*: S1 (MetaSel (Just "_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.