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

Contents

Description

Gets information about one or more deployments.

Synopsis

Creating a Request

batchGetDeployments :: BatchGetDeployments Source #

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

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

data BatchGetDeployments Source #

Represents the input of a BatchGetDeployments operation.

See: batchGetDeployments smart constructor.

Instances

Eq BatchGetDeployments Source # 
Data BatchGetDeployments Source # 

Methods

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

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

toConstr :: BatchGetDeployments -> Constr #

dataTypeOf :: BatchGetDeployments -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

rnf :: BatchGetDeployments -> () #

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

Request Lenses

bgdDeploymentIds :: Lens' BatchGetDeployments [Text] Source #

A list of deployment IDs, separated by spaces.

Destructuring the Response

batchGetDeploymentsResponse Source #

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

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

data BatchGetDeploymentsResponse Source #

Represents the output of a BatchGetDeployments operation.

See: batchGetDeploymentsResponse smart constructor.

Instances

Eq BatchGetDeploymentsResponse Source # 
Data BatchGetDeploymentsResponse Source # 

Methods

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

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

toConstr :: BatchGetDeploymentsResponse -> Constr #

dataTypeOf :: BatchGetDeploymentsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read BatchGetDeploymentsResponse Source # 
Show BatchGetDeploymentsResponse Source # 
Generic BatchGetDeploymentsResponse Source # 
NFData BatchGetDeploymentsResponse Source # 
type Rep BatchGetDeploymentsResponse Source # 
type Rep BatchGetDeploymentsResponse = D1 * (MetaData "BatchGetDeploymentsResponse" "Network.AWS.CodeDeploy.BatchGetDeployments" "amazonka-codedeploy-1.6.0-FbexHQXokzbCl7hnYMiCm8" False) (C1 * (MetaCons "BatchGetDeploymentsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_bgdrsDeploymentsInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [DeploymentInfo]))) (S1 * (MetaSel (Just Symbol "_bgdrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses