libZSservicesZSamazonka-snowballZSamazonka-snowball
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Snowball.DescribeJob

Description

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

Synopsis

Creating a Request

data DescribeJob Source #

See: newDescribeJob smart constructor.

Constructors

DescribeJob' 

Fields

  • jobId :: Text

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

Instances

Instances details
Eq DescribeJob Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

Read DescribeJob Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

Show DescribeJob Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

Generic DescribeJob Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

Associated Types

type Rep DescribeJob :: Type -> Type #

NFData DescribeJob Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

Methods

rnf :: DescribeJob -> () #

Hashable DescribeJob Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

ToJSON DescribeJob Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

AWSRequest DescribeJob Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

Associated Types

type AWSResponse DescribeJob #

ToHeaders DescribeJob Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

Methods

toHeaders :: DescribeJob -> [Header] #

ToPath DescribeJob Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

ToQuery DescribeJob Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

type Rep DescribeJob Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

type Rep DescribeJob = D1 ('MetaData "DescribeJob" "Amazonka.Snowball.DescribeJob" "libZSservicesZSamazonka-snowballZSamazonka-snowball" 'False) (C1 ('MetaCons "DescribeJob'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DescribeJob Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

newDescribeJob Source #

Create a value of DescribeJob with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:jobId:DescribeJob', describeJob_jobId - The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

Request Lenses

describeJob_jobId :: Lens' DescribeJob Text Source #

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

Destructuring the Response

data DescribeJobResponse Source #

See: newDescribeJobResponse smart constructor.

Constructors

DescribeJobResponse' 

Fields

  • jobMetadata :: Maybe JobMetadata

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

  • subJobMetadata :: Maybe [JobMetadata]

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

  • httpStatus :: Int

    The response's http status code.

Instances

Instances details
Eq DescribeJobResponse Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

Read DescribeJobResponse Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

Show DescribeJobResponse Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

Generic DescribeJobResponse Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

Associated Types

type Rep DescribeJobResponse :: Type -> Type #

NFData DescribeJobResponse Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

Methods

rnf :: DescribeJobResponse -> () #

type Rep DescribeJobResponse Source # 
Instance details

Defined in Amazonka.Snowball.DescribeJob

type Rep DescribeJobResponse = D1 ('MetaData "DescribeJobResponse" "Amazonka.Snowball.DescribeJob" "libZSservicesZSamazonka-snowballZSamazonka-snowball" 'False) (C1 ('MetaCons "DescribeJobResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe JobMetadata)) :*: (S1 ('MetaSel ('Just "subJobMetadata") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [JobMetadata])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeJobResponse Source #

Create a value of DescribeJobResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:jobMetadata:DescribeJobResponse', describeJobResponse_jobMetadata - Information about a specific job, including shipping information, job status, and other important metadata.

$sel:subJobMetadata:DescribeJobResponse', describeJobResponse_subJobMetadata - Information about a specific job part (in the case of an export job), including shipping information, job status, and other important metadata.

$sel:httpStatus:DescribeJobResponse', describeJobResponse_httpStatus - The response's http status code.

Response Lenses

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

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

describeJobResponse_subJobMetadata :: Lens' DescribeJobResponse (Maybe [JobMetadata]) Source #

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