amazonka-codedeploy-1.6.0: Amazon CodeDeploy 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.CodeDeploy.ContinueDeployment

Contents

Description

For a blue/green deployment, starts the process of rerouting traffic from instances in the original environment to instances in the replacement environment without waiting for a specified wait time to elapse. (Traffic rerouting, which is achieved by registering instances in the replacement environment with the load balancer, can start as soon as all instances have a status of Ready.)

Synopsis

Creating a Request

continueDeployment :: ContinueDeployment Source #

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

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

  • cdDeploymentId - The deployment ID of the blue/green deployment for which you want to start rerouting traffic to the replacement environment.

data ContinueDeployment Source #

See: continueDeployment smart constructor.

Instances

Eq ContinueDeployment Source # 
Data ContinueDeployment Source # 

Methods

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

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

toConstr :: ContinueDeployment -> Constr #

dataTypeOf :: ContinueDeployment -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ContinueDeployment Source # 
Show ContinueDeployment Source # 
Generic ContinueDeployment Source # 
Hashable ContinueDeployment Source # 
ToJSON ContinueDeployment Source # 
NFData ContinueDeployment Source # 

Methods

rnf :: ContinueDeployment -> () #

AWSRequest ContinueDeployment Source # 
ToHeaders ContinueDeployment Source # 
ToPath ContinueDeployment Source # 
ToQuery ContinueDeployment Source # 
type Rep ContinueDeployment Source # 
type Rep ContinueDeployment = D1 * (MetaData "ContinueDeployment" "Network.AWS.CodeDeploy.ContinueDeployment" "amazonka-codedeploy-1.6.0-FbexHQXokzbCl7hnYMiCm8" True) (C1 * (MetaCons "ContinueDeployment'" PrefixI True) (S1 * (MetaSel (Just Symbol "_cdDeploymentId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))))
type Rs ContinueDeployment Source # 

Request Lenses

cdDeploymentId :: Lens' ContinueDeployment (Maybe Text) Source #

The deployment ID of the blue/green deployment for which you want to start rerouting traffic to the replacement environment.

Destructuring the Response

continueDeploymentResponse :: ContinueDeploymentResponse Source #

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

data ContinueDeploymentResponse Source #

See: continueDeploymentResponse smart constructor.

Instances

Eq ContinueDeploymentResponse Source # 
Data ContinueDeploymentResponse Source # 

Methods

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

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

toConstr :: ContinueDeploymentResponse -> Constr #

dataTypeOf :: ContinueDeploymentResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ContinueDeploymentResponse Source # 
Show ContinueDeploymentResponse Source # 
Generic ContinueDeploymentResponse Source # 
NFData ContinueDeploymentResponse Source # 
type Rep ContinueDeploymentResponse Source # 
type Rep ContinueDeploymentResponse = D1 * (MetaData "ContinueDeploymentResponse" "Network.AWS.CodeDeploy.ContinueDeployment" "amazonka-codedeploy-1.6.0-FbexHQXokzbCl7hnYMiCm8" False) (C1 * (MetaCons "ContinueDeploymentResponse'" PrefixI False) (U1 *))