amazonka-codedeploy-1.4.4: Amazon CodeDeploy SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@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:

data GetDeployment Source #

Represents the input of a get deployment operation.

See: getDeployment smart constructor.

Instances

Eq GetDeployment Source # 
Data GetDeployment Source # 

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 # 
Show GetDeployment Source # 
Generic GetDeployment Source # 

Associated Types

type Rep GetDeployment :: * -> * #

Hashable GetDeployment Source # 
NFData GetDeployment Source # 

Methods

rnf :: GetDeployment -> () #

AWSRequest GetDeployment Source # 
ToPath GetDeployment Source # 
ToHeaders GetDeployment Source # 
ToQuery GetDeployment Source # 
ToJSON GetDeployment Source # 

Methods

toJSON :: GetDeployment -> Value #

toEncoding :: GetDeployment -> Encoding #

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

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 get deployment operation.

See: getDeploymentResponse smart constructor.

Instances

Eq GetDeploymentResponse Source # 
Data GetDeploymentResponse Source # 

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 # 
Show GetDeploymentResponse Source # 
Generic GetDeploymentResponse Source # 
NFData GetDeploymentResponse Source # 

Methods

rnf :: GetDeploymentResponse -> () #

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

Response Lenses