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.ApplyEnvironmentManagedAction

Contents

Description

Applies a scheduled managed action immediately. A managed action can be applied only if its status is Scheduled . Get the status and action ID of a managed action with DescribeEnvironmentManagedActions .

Synopsis

Creating a Request

applyEnvironmentManagedAction Source #

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

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

data ApplyEnvironmentManagedAction Source #

Request to execute a scheduled managed action immediately.

See: applyEnvironmentManagedAction smart constructor.

Instances

Eq ApplyEnvironmentManagedAction Source # 
Data ApplyEnvironmentManagedAction Source # 

Methods

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

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

toConstr :: ApplyEnvironmentManagedAction -> Constr #

dataTypeOf :: ApplyEnvironmentManagedAction -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Request Lenses

aemaEnvironmentName :: Lens' ApplyEnvironmentManagedAction (Maybe Text) Source #

The name of the target environment.

aemaEnvironmentId :: Lens' ApplyEnvironmentManagedAction (Maybe Text) Source #

The environment ID of the target environment.

aemaActionId :: Lens' ApplyEnvironmentManagedAction Text Source #

The action ID of the scheduled managed action to execute.

Destructuring the Response

applyEnvironmentManagedActionResponse Source #

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

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

data ApplyEnvironmentManagedActionResponse Source #

The result message containing information about the managed action.

See: applyEnvironmentManagedActionResponse smart constructor.

Instances

Eq ApplyEnvironmentManagedActionResponse Source # 
Data ApplyEnvironmentManagedActionResponse Source # 

Methods

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

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

toConstr :: ApplyEnvironmentManagedActionResponse -> Constr #

dataTypeOf :: ApplyEnvironmentManagedActionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ApplyEnvironmentManagedActionResponse Source # 
Show ApplyEnvironmentManagedActionResponse Source # 
Generic ApplyEnvironmentManagedActionResponse Source # 
NFData ApplyEnvironmentManagedActionResponse Source # 
type Rep ApplyEnvironmentManagedActionResponse Source # 
type Rep ApplyEnvironmentManagedActionResponse = D1 (MetaData "ApplyEnvironmentManagedActionResponse" "Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction" "amazonka-elasticbeanstalk-1.4.5-9zMrDsTBP1RFx5BKCNaBTX" False) (C1 (MetaCons "ApplyEnvironmentManagedActionResponse'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_aemarsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_aemarsActionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_aemarsActionDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_aemarsActionType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ActionType))) (S1 (MetaSel (Just Symbol "_aemarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))))

Response Lenses