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

Contents

Description

Gets information about a deployment group.

Synopsis

Creating a Request

getDeploymentGroup Source #

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

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

  • gdgApplicationName - The name of an AWS CodeDeploy application associated with the applicable IAM user or AWS account.
  • gdgDeploymentGroupName - The name of an existing deployment group for the specified application.

data GetDeploymentGroup Source #

Represents the input of a GetDeploymentGroup operation.

See: getDeploymentGroup smart constructor.

Instances
Eq GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Data GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Methods

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

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

toConstr :: GetDeploymentGroup -> Constr #

dataTypeOf :: GetDeploymentGroup -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Show GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Generic GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Associated Types

type Rep GetDeploymentGroup :: Type -> Type #

Hashable GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

ToJSON GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

AWSRequest GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Associated Types

type Rs GetDeploymentGroup :: Type #

ToHeaders GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

ToPath GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

ToQuery GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

NFData GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Methods

rnf :: GetDeploymentGroup -> () #

type Rep GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

type Rep GetDeploymentGroup = D1 (MetaData "GetDeploymentGroup" "Network.AWS.CodeDeploy.GetDeploymentGroup" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "GetDeploymentGroup'" PrefixI True) (S1 (MetaSel (Just "_gdgApplicationName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_gdgDeploymentGroupName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs GetDeploymentGroup Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Request Lenses

gdgApplicationName :: Lens' GetDeploymentGroup Text Source #

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

gdgDeploymentGroupName :: Lens' GetDeploymentGroup Text Source #

The name of an existing deployment group for the specified application.

Destructuring the Response

getDeploymentGroupResponse Source #

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

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

data GetDeploymentGroupResponse Source #

Represents the output of a GetDeploymentGroup operation.

See: getDeploymentGroupResponse smart constructor.

Instances
Eq GetDeploymentGroupResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Data GetDeploymentGroupResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Methods

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

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

toConstr :: GetDeploymentGroupResponse -> Constr #

dataTypeOf :: GetDeploymentGroupResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDeploymentGroupResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Show GetDeploymentGroupResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Generic GetDeploymentGroupResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Associated Types

type Rep GetDeploymentGroupResponse :: Type -> Type #

NFData GetDeploymentGroupResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

type Rep GetDeploymentGroupResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

type Rep GetDeploymentGroupResponse = D1 (MetaData "GetDeploymentGroupResponse" "Network.AWS.CodeDeploy.GetDeploymentGroup" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "GetDeploymentGroupResponse'" PrefixI True) (S1 (MetaSel (Just "_gdgrsDeploymentGroupInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentGroupInfo)) :*: S1 (MetaSel (Just "_gdgrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses