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 #

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 #

Represents the input of a BatchGetDeployments operation.

See: batchGetDeployments smart constructor.

Instances
Eq BatchGetDeployments # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

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

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Show BatchGetDeployments # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Generic BatchGetDeployments # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Associated Types

type Rep BatchGetDeployments :: Type -> Type #

Hashable BatchGetDeployments # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

ToJSON BatchGetDeployments # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

AWSRequest BatchGetDeployments # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Associated Types

type Rs BatchGetDeployments :: Type #

ToHeaders BatchGetDeployments # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

ToPath BatchGetDeployments # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

ToQuery BatchGetDeployments # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

NFData BatchGetDeployments # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Methods

rnf :: BatchGetDeployments -> () #

type Rep BatchGetDeployments # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

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

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Request Lenses

bgdDeploymentIds :: Lens' BatchGetDeployments [Text] #

A list of deployment IDs, separated by spaces.

Destructuring the Response

batchGetDeploymentsResponse #

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 #

Represents the output of a BatchGetDeployments operation.

See: batchGetDeploymentsResponse smart constructor.

Instances
Eq BatchGetDeploymentsResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

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

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Show BatchGetDeploymentsResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Generic BatchGetDeploymentsResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

Associated Types

type Rep BatchGetDeploymentsResponse :: Type -> Type #

NFData BatchGetDeploymentsResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

type Rep BatchGetDeploymentsResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeployments

type Rep BatchGetDeploymentsResponse = D1 (MetaData "BatchGetDeploymentsResponse" "Network.AWS.CodeDeploy.BatchGetDeployments" "amazonka-codedeploy-1.6.1-AU6mJ5JR5BXE3CAYSOqfgL" 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