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.DescribeReturnShippingLabel

Description

Information on the shipping label of a Snow device that is being returned to AWS.

Synopsis

Creating a Request

data DescribeReturnShippingLabel Source #

See: newDescribeReturnShippingLabel smart constructor.

Constructors

DescribeReturnShippingLabel' 

Fields

  • jobId :: Text

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

Instances

Instances details
Eq DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

Read DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

Show DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

Generic DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

Associated Types

type Rep DescribeReturnShippingLabel :: Type -> Type #

NFData DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

Hashable DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

ToJSON DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

AWSRequest DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

ToHeaders DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

ToPath DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

ToQuery DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

type Rep DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

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

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

newDescribeReturnShippingLabel Source #

Create a value of DescribeReturnShippingLabel 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:DescribeReturnShippingLabel', describeReturnShippingLabel_jobId - The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

Request Lenses

describeReturnShippingLabel_jobId :: Lens' DescribeReturnShippingLabel Text Source #

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

Destructuring the Response

data DescribeReturnShippingLabelResponse Source #

Constructors

DescribeReturnShippingLabelResponse' 

Fields

Instances

Instances details
Eq DescribeReturnShippingLabelResponse Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

Read DescribeReturnShippingLabelResponse Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

Show DescribeReturnShippingLabelResponse Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

Generic DescribeReturnShippingLabelResponse Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

NFData DescribeReturnShippingLabelResponse Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

type Rep DescribeReturnShippingLabelResponse Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

type Rep DescribeReturnShippingLabelResponse = D1 ('MetaData "DescribeReturnShippingLabelResponse" "Amazonka.Snowball.DescribeReturnShippingLabel" "libZSservicesZSamazonka-snowballZSamazonka-snowball" 'False) (C1 ('MetaCons "DescribeReturnShippingLabelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShippingLabelStatus)) :*: (S1 ('MetaSel ('Just "expirationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newDescribeReturnShippingLabelResponse Source #

Create a value of DescribeReturnShippingLabelResponse 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:status:DescribeReturnShippingLabelResponse', describeReturnShippingLabelResponse_status - The status information of the task on a Snow device that is being returned to AWS.

$sel:expirationDate:DescribeReturnShippingLabelResponse', describeReturnShippingLabelResponse_expirationDate - The expiration date of the current return shipping label.

$sel:httpStatus:DescribeReturnShippingLabelResponse', describeReturnShippingLabelResponse_httpStatus - The response's http status code.

Response Lenses

describeReturnShippingLabelResponse_status :: Lens' DescribeReturnShippingLabelResponse (Maybe ShippingLabelStatus) Source #

The status information of the task on a Snow device that is being returned to AWS.