amazonka-codedeploy-1.4.5: 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.GetDeploymentInstance

Contents

Description

Gets information about an instance as part of a deployment.

Synopsis

Creating a Request

getDeploymentInstance #

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 #

Represents the input of a get deployment instance operation.

See: getDeploymentInstance smart constructor.

Instances

Eq GetDeploymentInstance # 
Data GetDeploymentInstance # 

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 # 
Show GetDeploymentInstance # 
Generic GetDeploymentInstance # 
Hashable GetDeploymentInstance # 
ToJSON GetDeploymentInstance # 
NFData GetDeploymentInstance # 

Methods

rnf :: GetDeploymentInstance -> () #

AWSRequest GetDeploymentInstance # 
ToQuery GetDeploymentInstance # 
ToPath GetDeploymentInstance # 
ToHeaders GetDeploymentInstance # 
type Rep GetDeploymentInstance # 
type Rep GetDeploymentInstance = D1 (MetaData "GetDeploymentInstance" "Network.AWS.CodeDeploy.GetDeploymentInstance" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" 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 # 

Request Lenses

gdiDeploymentId :: Lens' GetDeploymentInstance Text #

The unique ID of a deployment.

gdiInstanceId :: Lens' GetDeploymentInstance Text #

The unique ID of an instance in the deployment group.

Destructuring the Response

getDeploymentInstanceResponse #

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 #

Represents the output of a get deployment instance operation.

See: getDeploymentInstanceResponse smart constructor.

Instances

Eq GetDeploymentInstanceResponse # 
Data GetDeploymentInstanceResponse # 

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 # 
Show GetDeploymentInstanceResponse # 
Generic GetDeploymentInstanceResponse # 
NFData GetDeploymentInstanceResponse # 
type Rep GetDeploymentInstanceResponse # 
type Rep GetDeploymentInstanceResponse = D1 (MetaData "GetDeploymentInstanceResponse" "Network.AWS.CodeDeploy.GetDeploymentInstance" "amazonka-codedeploy-1.4.5-7UWcGyWUHrLDqaWZl9U8ik" False) (C1 (MetaCons "GetDeploymentInstanceResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gdirsInstanceSummary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InstanceSummary))) (S1 (MetaSel (Just Symbol "_gdirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int))))

Response Lenses