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

Contents

Description

Gets information about a deployment.

Synopsis

Creating a Request

getDeployment Source #

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

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

  • gdDeploymentId - A deployment ID associated with the applicable IAM user or AWS account.

data GetDeployment Source #

Represents the input of a GetDeployment operation.

See: getDeployment smart constructor.

Instances
Eq GetDeployment Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

Data GetDeployment Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

Methods

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

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

toConstr :: GetDeployment -> Constr #

dataTypeOf :: GetDeployment -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDeployment Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

Show GetDeployment Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

Generic GetDeployment Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

Associated Types

type Rep GetDeployment :: Type -> Type #

Hashable GetDeployment Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

ToJSON GetDeployment Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

AWSRequest GetDeployment Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

Associated Types

type Rs GetDeployment :: Type #

ToHeaders GetDeployment Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

ToPath GetDeployment Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

ToQuery GetDeployment Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

NFData GetDeployment Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

Methods

rnf :: GetDeployment -> () #

type Rep GetDeployment Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

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

Defined in Network.AWS.CodeDeploy.GetDeployment

Request Lenses

gdDeploymentId :: Lens' GetDeployment Text Source #

A deployment ID associated with the applicable IAM user or AWS account.

Destructuring the Response

getDeploymentResponse Source #

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

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

data GetDeploymentResponse Source #

Represents the output of a GetDeployment operation.

See: getDeploymentResponse smart constructor.

Instances
Eq GetDeploymentResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

Data GetDeploymentResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

Methods

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

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

toConstr :: GetDeploymentResponse -> Constr #

dataTypeOf :: GetDeploymentResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDeploymentResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

Show GetDeploymentResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

Generic GetDeploymentResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

Associated Types

type Rep GetDeploymentResponse :: Type -> Type #

NFData GetDeploymentResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

Methods

rnf :: GetDeploymentResponse -> () #

type Rep GetDeploymentResponse Source # 
Instance details

Defined in Network.AWS.CodeDeploy.GetDeployment

type Rep GetDeploymentResponse = D1 (MetaData "GetDeploymentResponse" "Network.AWS.CodeDeploy.GetDeployment" "amazonka-codedeploy-1.6.1-HbNVyGo5kPb18hi5aHMBMV" False) (C1 (MetaCons "GetDeploymentResponse'" PrefixI True) (S1 (MetaSel (Just "_gdrsDeploymentInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentInfo)) :*: S1 (MetaSel (Just "_gdrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))

Response Lenses

gdrsResponseStatus :: Lens' GetDeploymentResponse Int Source #

  • - | The response status code.