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

Contents

Description

Gets information about a deployment group.

Synopsis

Creating a Request

getDeploymentGroup #

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 #

Represents the input of a GetDeploymentGroup operation.

See: getDeploymentGroup smart constructor.

Instances
Eq GetDeploymentGroup # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

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

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Show GetDeploymentGroup # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Generic GetDeploymentGroup # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Associated Types

type Rep GetDeploymentGroup :: * -> * #

Hashable GetDeploymentGroup # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

ToJSON GetDeploymentGroup # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

AWSRequest GetDeploymentGroup # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Associated Types

type Rs GetDeploymentGroup :: * #

ToHeaders GetDeploymentGroup # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

ToPath GetDeploymentGroup # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

ToQuery GetDeploymentGroup # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

NFData GetDeploymentGroup # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Methods

rnf :: GetDeploymentGroup -> () #

type Rep GetDeploymentGroup # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

type Rep GetDeploymentGroup = D1 (MetaData "GetDeploymentGroup" "Network.AWS.CodeDeploy.GetDeploymentGroup" "amazonka-codedeploy-1.6.0-JvbsppHnM5K2LiOYaCPL4r" 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 # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Request Lenses

gdgApplicationName :: Lens' GetDeploymentGroup Text #

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

gdgDeploymentGroupName :: Lens' GetDeploymentGroup Text #

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

Destructuring the Response

getDeploymentGroupResponse #

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 #

Represents the output of a GetDeploymentGroup operation.

See: getDeploymentGroupResponse smart constructor.

Instances
Eq GetDeploymentGroupResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

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

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Show GetDeploymentGroupResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Generic GetDeploymentGroupResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

Associated Types

type Rep GetDeploymentGroupResponse :: * -> * #

NFData GetDeploymentGroupResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

type Rep GetDeploymentGroupResponse # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeploymentGroup

type Rep GetDeploymentGroupResponse = D1 (MetaData "GetDeploymentGroupResponse" "Network.AWS.CodeDeploy.GetDeploymentGroup" "amazonka-codedeploy-1.6.0-JvbsppHnM5K2LiOYaCPL4r" 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

gdgrsResponseStatus :: Lens' GetDeploymentGroupResponse Int #

  • - | The response status code.