amazonka-greengrass-1.6.0: Amazon Greengrass 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.Greengrass.GetDeploymentStatus

Contents

Description

Returns the status of a deployment.

Synopsis

Creating a Request

getDeploymentStatus Source #

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

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

data GetDeploymentStatus Source #

See: getDeploymentStatus smart constructor.

Instances

Eq GetDeploymentStatus Source # 
Data GetDeploymentStatus Source # 

Methods

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

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

toConstr :: GetDeploymentStatus -> Constr #

dataTypeOf :: GetDeploymentStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDeploymentStatus Source # 
Show GetDeploymentStatus Source # 
Generic GetDeploymentStatus Source # 
Hashable GetDeploymentStatus Source # 
NFData GetDeploymentStatus Source # 

Methods

rnf :: GetDeploymentStatus -> () #

AWSRequest GetDeploymentStatus Source # 
ToHeaders GetDeploymentStatus Source # 
ToPath GetDeploymentStatus Source # 
ToQuery GetDeploymentStatus Source # 
type Rep GetDeploymentStatus Source # 
type Rep GetDeploymentStatus = D1 * (MetaData "GetDeploymentStatus" "Network.AWS.Greengrass.GetDeploymentStatus" "amazonka-greengrass-1.6.0-UQvTNoJiEcHgaWALQEura" False) (C1 * (MetaCons "GetDeploymentStatus'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_gdsGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_gdsDeploymentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs GetDeploymentStatus Source # 

Request Lenses

gdsGroupId :: Lens' GetDeploymentStatus Text Source #

The ID of the AWS Greengrass group.

Destructuring the Response

getDeploymentStatusResponse Source #

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

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

data GetDeploymentStatusResponse Source #

See: getDeploymentStatusResponse smart constructor.

Instances

Eq GetDeploymentStatusResponse Source # 
Data GetDeploymentStatusResponse Source # 

Methods

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

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

toConstr :: GetDeploymentStatusResponse -> Constr #

dataTypeOf :: GetDeploymentStatusResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetDeploymentStatusResponse Source # 
Show GetDeploymentStatusResponse Source # 
Generic GetDeploymentStatusResponse Source # 
NFData GetDeploymentStatusResponse Source # 
type Rep GetDeploymentStatusResponse Source # 
type Rep GetDeploymentStatusResponse = D1 * (MetaData "GetDeploymentStatusResponse" "Network.AWS.Greengrass.GetDeploymentStatus" "amazonka-greengrass-1.6.0-UQvTNoJiEcHgaWALQEura" False) (C1 * (MetaCons "GetDeploymentStatusResponse'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_gdsrsDeploymentType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe DeploymentType))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gdsrsErrorDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [ErrorDetail]))) (S1 * (MetaSel (Just Symbol "_gdsrsDeploymentStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gdsrsUpdatedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_gdsrsErrorMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_gdsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))))

Response Lenses

gdsrsUpdatedAt :: Lens' GetDeploymentStatusResponse (Maybe Text) Source #

The time, in milliseconds since the epoch, when the deployment status was updated.