amazonka-snowball-1.5.0: Amazon Import/Export Snowball SDK.

Copyright(c) 2013-2017 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.Snowball.DescribeJob

Contents

Description

Returns information about a specific job including shipping information, job status, and other important metadata.

Synopsis

Creating a Request

describeJob Source #

Arguments

:: Text

djJobId

-> DescribeJob 

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

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

  • djJobId - The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000 .

data DescribeJob Source #

See: describeJob smart constructor.

Instances

Eq DescribeJob Source # 
Data DescribeJob Source # 

Methods

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

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

toConstr :: DescribeJob -> Constr #

dataTypeOf :: DescribeJob -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeJob Source # 
Show DescribeJob Source # 
Generic DescribeJob Source # 

Associated Types

type Rep DescribeJob :: * -> * #

Hashable DescribeJob Source # 
ToJSON DescribeJob Source # 
NFData DescribeJob Source # 

Methods

rnf :: DescribeJob -> () #

AWSRequest DescribeJob Source # 
ToQuery DescribeJob Source # 
ToPath DescribeJob Source # 
ToHeaders DescribeJob Source # 

Methods

toHeaders :: DescribeJob -> [Header] #

type Rep DescribeJob Source # 
type Rep DescribeJob = D1 (MetaData "DescribeJob" "Network.AWS.Snowball.DescribeJob" "amazonka-snowball-1.5.0-LyDkl4V1EcG3MLGu8VMdUk" True) (C1 (MetaCons "DescribeJob'" PrefixI True) (S1 (MetaSel (Just Symbol "_djJobId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs DescribeJob Source # 

Request Lenses

djJobId :: Lens' DescribeJob Text Source #

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000 .

Destructuring the Response

describeJobResponse Source #

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

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

  • djrsJobMetadata - Information about a specific job, including shipping information, job status, and other important metadata.
  • djrsSubJobMetadata - Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.
  • djrsResponseStatus - -- | The response status code.

data DescribeJobResponse Source #

See: describeJobResponse smart constructor.

Instances

Eq DescribeJobResponse Source # 
Data DescribeJobResponse Source # 

Methods

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

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

toConstr :: DescribeJobResponse -> Constr #

dataTypeOf :: DescribeJobResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeJobResponse Source # 
Show DescribeJobResponse Source # 
Generic DescribeJobResponse Source # 
NFData DescribeJobResponse Source # 

Methods

rnf :: DescribeJobResponse -> () #

type Rep DescribeJobResponse Source # 
type Rep DescribeJobResponse = D1 (MetaData "DescribeJobResponse" "Network.AWS.Snowball.DescribeJob" "amazonka-snowball-1.5.0-LyDkl4V1EcG3MLGu8VMdUk" False) (C1 (MetaCons "DescribeJobResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_djrsJobMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobMetadata))) ((:*:) (S1 (MetaSel (Just Symbol "_djrsSubJobMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [JobMetadata]))) (S1 (MetaSel (Just Symbol "_djrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses

djrsJobMetadata :: Lens' DescribeJobResponse (Maybe JobMetadata) Source #

Information about a specific job, including shipping information, job status, and other important metadata.

djrsSubJobMetadata :: Lens' DescribeJobResponse [JobMetadata] Source #

Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

djrsResponseStatus :: Lens' DescribeJobResponse Int Source #

  • - | The response status code.