amazonka-greengrass-1.6.1: 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 # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

Data GetDeploymentStatus Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

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 # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

Show GetDeploymentStatus Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

Generic GetDeploymentStatus Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

Associated Types

type Rep GetDeploymentStatus :: Type -> Type #

Hashable GetDeploymentStatus Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

AWSRequest GetDeploymentStatus Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

Associated Types

type Rs GetDeploymentStatus :: Type #

ToHeaders GetDeploymentStatus Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

ToPath GetDeploymentStatus Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

ToQuery GetDeploymentStatus Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

NFData GetDeploymentStatus Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

Methods

rnf :: GetDeploymentStatus -> () #

type Rep GetDeploymentStatus Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

type Rep GetDeploymentStatus = D1 (MetaData "GetDeploymentStatus" "Network.AWS.Greengrass.GetDeploymentStatus" "amazonka-greengrass-1.6.1-8Yb8rCOrAv2821KEQdBGt6" False) (C1 (MetaCons "GetDeploymentStatus'" PrefixI True) (S1 (MetaSel (Just "_gdsGroupId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_gdsDeploymentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs GetDeploymentStatus Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

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 # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

Data GetDeploymentStatusResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

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 # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

Show GetDeploymentStatusResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

Generic GetDeploymentStatusResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

Associated Types

type Rep GetDeploymentStatusResponse :: Type -> Type #

NFData GetDeploymentStatusResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

type Rep GetDeploymentStatusResponse Source # 
Instance details

Defined in Network.AWS.Greengrass.GetDeploymentStatus

type Rep GetDeploymentStatusResponse = D1 (MetaData "GetDeploymentStatusResponse" "Network.AWS.Greengrass.GetDeploymentStatus" "amazonka-greengrass-1.6.1-8Yb8rCOrAv2821KEQdBGt6" False) (C1 (MetaCons "GetDeploymentStatusResponse'" PrefixI True) ((S1 (MetaSel (Just "_gdsrsDeploymentType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeploymentType)) :*: (S1 (MetaSel (Just "_gdsrsErrorDetails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ErrorDetail])) :*: S1 (MetaSel (Just "_gdsrsDeploymentStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_gdsrsUpdatedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_gdsrsErrorMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_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.