amazonka-snowball-2.0: Amazon Import/Export Snowball SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Snowball.DescribeReturnShippingLabel

Description

Information on the shipping label of a Snow device that is being returned to Amazon Web Services.

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
ToJSON 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

AWSRequest 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 #

Read DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

Show DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

NFData DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

Eq DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

Hashable DescribeReturnShippingLabel Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

type AWSResponse 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" "amazonka-snowball-2.0-6vnXQdr1CFv4zLyXDWX7zH" 'False) (C1 ('MetaCons "DescribeReturnShippingLabel'" 'PrefixI 'True) (S1 ('MetaSel ('Just "jobId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic 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

NFData DescribeReturnShippingLabelResponse Source # 
Instance details

Defined in Amazonka.Snowball.DescribeReturnShippingLabel

Eq 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" "amazonka-snowball-2.0-6vnXQdr1CFv4zLyXDWX7zH" 'False) (C1 ('MetaCons "DescribeReturnShippingLabelResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "expirationDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "returnShippingLabelURI") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShippingLabelStatus)) :*: 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:expirationDate:DescribeReturnShippingLabelResponse', describeReturnShippingLabelResponse_expirationDate - The expiration date of the current return shipping label.

$sel:returnShippingLabelURI:DescribeReturnShippingLabelResponse', describeReturnShippingLabelResponse_returnShippingLabelURI - The pre-signed Amazon S3 URI used to download the return shipping label.

DescribeReturnShippingLabelResponse, describeReturnShippingLabelResponse_status - The status information of the task on a Snow device that is being returned to Amazon Web Services.

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

Response Lenses

describeReturnShippingLabelResponse_returnShippingLabelURI :: Lens' DescribeReturnShippingLabelResponse (Maybe Text) Source #

The pre-signed Amazon S3 URI used to download the return shipping label.

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

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