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

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Data ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

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

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Show ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Generic ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Associated Types

type Rep ApplyEnvironmentManagedAction :: Type -> Type #

Hashable ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

AWSRequest ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Associated Types

type Rs ApplyEnvironmentManagedAction :: Type #

ToHeaders ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

ToPath ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

ToQuery ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

NFData ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

type Rep ApplyEnvironmentManagedAction Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

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

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

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

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Data ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

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

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Show ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

Generic ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

NFData ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

type Rep ApplyEnvironmentManagedActionResponse Source # 
Instance details

Defined in Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction

type Rep ApplyEnvironmentManagedActionResponse = D1 (MetaData "ApplyEnvironmentManagedActionResponse" "Network.AWS.ElasticBeanstalk.ApplyEnvironmentManagedAction" "amazonka-elasticbeanstalk-1.6.1-3CoYM4SK8sc46jAbvlY69V" False) (C1 (MetaCons "ApplyEnvironmentManagedActionResponse'" PrefixI True) ((S1 (MetaSel (Just "_aemarsStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_aemarsActionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_aemarsActionDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_aemarsActionType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ActionType)) :*: S1 (MetaSel (Just "_aemarsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses