amazonka-codedeploy-1.6.1: 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 # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Data BatchGetDeployments Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

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

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Show BatchGetDeployments Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Generic BatchGetDeployments Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Associated Types

type Rep BatchGetDeployments :: Type -> Type #

Hashable BatchGetDeployments Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

ToJSON BatchGetDeployments Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

AWSRequest BatchGetDeployments Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Associated Types

type Rs BatchGetDeployments :: Type #

ToHeaders BatchGetDeployments Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

ToPath BatchGetDeployments Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

ToQuery BatchGetDeployments Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

NFData BatchGetDeployments Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Methods

rnf :: BatchGetDeployments -> () #

type Rep BatchGetDeployments Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

type Rep BatchGetDeployments = D1 (MetaData "BatchGetDeployments" "Network.AWS.CodeDeploy.BatchGetDeployments" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" True) (C1 (MetaCons "BatchGetDeployments'" PrefixI True) (S1 (MetaSel (Just "_bgdDeploymentIds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 [Text])))
type Rs BatchGetDeployments Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

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

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Data BatchGetDeploymentsResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

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

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Show BatchGetDeploymentsResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Generic BatchGetDeploymentsResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Associated Types

type Rep BatchGetDeploymentsResponse :: Type -> Type #

NFData BatchGetDeploymentsResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

type Rep BatchGetDeploymentsResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

type Rep BatchGetDeploymentsResponse = D1 (MetaData "BatchGetDeploymentsResponse" "Network.AWS.CodeDeploy.BatchGetDeployments" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "BatchGetDeploymentsResponse'" PrefixI True) (S1 (MetaSel (Just "_bgdrsDeploymentsInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DeploymentInfo])) :*: S1 (MetaSel (Just "_bgdrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses