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

Contents

Description

Gets information about one or more deployment groups.

Synopsis

Creating a Request

batchGetDeploymentGroups #

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

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

data BatchGetDeploymentGroups #

Represents the input of a BatchGetDeploymentGroups operation.

See: batchGetDeploymentGroups smart constructor.

Instances
Eq BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

Data BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

Methods

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

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

toConstr :: BatchGetDeploymentGroups -> Constr #

dataTypeOf :: BatchGetDeploymentGroups -> DataType #

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

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

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

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

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

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

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

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

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

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

Read BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

Show BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

Generic BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

Associated Types

type Rep BatchGetDeploymentGroups :: * -> * #

Hashable BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

ToJSON BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

AWSRequest BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

Associated Types

type Rs BatchGetDeploymentGroups :: * #

ToHeaders BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

ToPath BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

ToQuery BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

NFData BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

type Rep BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

type Rep BatchGetDeploymentGroups = D1 (MetaData "BatchGetDeploymentGroups" "Network.AWS.CodeDeploy.BatchGetDeploymentGroups" "amazonka-codedeploy-1.6.0-JvbsppHnM5K2LiOYaCPL4r" False) (C1 (MetaCons "BatchGetDeploymentGroups'" PrefixI True) (S1 (MetaSel (Just "_bgdgApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_bgdgDeploymentGroupNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Text])))
type Rs BatchGetDeploymentGroups # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

Request Lenses

bgdgApplicationName :: Lens' BatchGetDeploymentGroups Text #

The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.

Destructuring the Response

batchGetDeploymentGroupsResponse #

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

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

data BatchGetDeploymentGroupsResponse #

Represents the output of a BatchGetDeploymentGroups operation.

See: batchGetDeploymentGroupsResponse smart constructor.

Instances
Eq BatchGetDeploymentGroupsResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

Data BatchGetDeploymentGroupsResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

Methods

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

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

toConstr :: BatchGetDeploymentGroupsResponse -> Constr #

dataTypeOf :: BatchGetDeploymentGroupsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read BatchGetDeploymentGroupsResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

Show BatchGetDeploymentGroupsResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

Generic BatchGetDeploymentGroupsResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

Associated Types

type Rep BatchGetDeploymentGroupsResponse :: * -> * #

NFData BatchGetDeploymentGroupsResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

type Rep BatchGetDeploymentGroupsResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.BatchGetDeploymentGroups

type Rep BatchGetDeploymentGroupsResponse = D1 (MetaData "BatchGetDeploymentGroupsResponse" "Network.AWS.CodeDeploy.BatchGetDeploymentGroups" "amazonka-codedeploy-1.6.0-JvbsppHnM5K2LiOYaCPL4r" False) (C1 (MetaCons "BatchGetDeploymentGroupsResponse'" PrefixI True) (S1 (MetaSel (Just "_bgdgrsDeploymentGroupsInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [DeploymentGroupInfo])) :*: (S1 (MetaSel (Just "_bgdgrsErrorMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_bgdgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

bgdgrsErrorMessage :: Lens' BatchGetDeploymentGroupsResponse (Maybe Text) #

Information about errors that may have occurred during the API call.