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

Contents

Description

Gets information about an instance as part of a deployment.

Synopsis

Creating a Request

getDeploymentInstance Source #

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

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

data GetDeploymentInstance Source #

Represents the input of a GetDeploymentInstance operation.

See: getDeploymentInstance smart constructor.

Instances

Eq GetDeploymentInstance Source # 
Data GetDeploymentInstance Source # 

Methods

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

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

toConstr :: GetDeploymentInstance -> Constr #

dataTypeOf :: GetDeploymentInstance -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDeploymentInstance Source # 
Show GetDeploymentInstance Source # 
Generic GetDeploymentInstance Source # 
Hashable GetDeploymentInstance Source # 
ToJSON GetDeploymentInstance Source # 
NFData GetDeploymentInstance Source # 

Methods

rnf :: GetDeploymentInstance -> () #

AWSRequest GetDeploymentInstance Source # 
ToHeaders GetDeploymentInstance Source # 
ToPath GetDeploymentInstance Source # 
ToQuery GetDeploymentInstance Source # 
type Rep GetDeploymentInstance Source # 
type Rep GetDeploymentInstance = D1 * (MetaData "GetDeploymentInstance" "Network.AWS.CodeDeploy.GetDeploymentInstance" "amazonka-codedeploy-1.6.0-FbexHQXokzbCl7hnYMiCm8" False) (C1 * (MetaCons "GetDeploymentInstance'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gdiDeploymentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_gdiInstanceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs GetDeploymentInstance Source # 

Request Lenses

gdiDeploymentId :: Lens' GetDeploymentInstance Text Source #

The unique ID of a deployment.

gdiInstanceId :: Lens' GetDeploymentInstance Text Source #

The unique ID of an instance in the deployment group.

Destructuring the Response

getDeploymentInstanceResponse Source #

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

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

data GetDeploymentInstanceResponse Source #

Represents the output of a GetDeploymentInstance operation.

See: getDeploymentInstanceResponse smart constructor.

Instances

Eq GetDeploymentInstanceResponse Source # 
Data GetDeploymentInstanceResponse Source # 

Methods

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

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

toConstr :: GetDeploymentInstanceResponse -> Constr #

dataTypeOf :: GetDeploymentInstanceResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDeploymentInstanceResponse Source # 
Show GetDeploymentInstanceResponse Source # 
Generic GetDeploymentInstanceResponse Source # 
NFData GetDeploymentInstanceResponse Source # 
type Rep GetDeploymentInstanceResponse Source # 
type Rep GetDeploymentInstanceResponse = D1 * (MetaData "GetDeploymentInstanceResponse" "Network.AWS.CodeDeploy.GetDeploymentInstance" "amazonka-codedeploy-1.6.0-FbexHQXokzbCl7hnYMiCm8" False) (C1 * (MetaCons "GetDeploymentInstanceResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gdirsInstanceSummary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe InstanceSummary))) (S1 * (MetaSel (Just Symbol "_gdirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses