libZSservicesZSamazonka-importexportZSamazonka-importexport
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.ImportExport.GetShippingLabel

Description

This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for processing.

Synopsis

Creating a Request

data GetShippingLabel Source #

See: newGetShippingLabel smart constructor.

Instances

Instances details
Eq GetShippingLabel Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

Read GetShippingLabel Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

Show GetShippingLabel Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

Generic GetShippingLabel Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

Associated Types

type Rep GetShippingLabel :: Type -> Type #

NFData GetShippingLabel Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

Methods

rnf :: GetShippingLabel -> () #

Hashable GetShippingLabel Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

AWSRequest GetShippingLabel Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

Associated Types

type AWSResponse GetShippingLabel #

ToHeaders GetShippingLabel Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

ToPath GetShippingLabel Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

ToQuery GetShippingLabel Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

type Rep GetShippingLabel Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

type Rep GetShippingLabel = D1 ('MetaData "GetShippingLabel" "Amazonka.ImportExport.GetShippingLabel" "libZSservicesZSamazonka-importexportZSamazonka-importexport" 'False) (C1 ('MetaCons "GetShippingLabel'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "street3") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "aPIVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "country") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "stateOrProvince") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "postalCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "street2") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "company") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "phoneNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "city") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "street1") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "jobIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))))
type AWSResponse GetShippingLabel Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

newGetShippingLabel :: GetShippingLabel Source #

Create a value of GetShippingLabel 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:street3:GetShippingLabel', getShippingLabel_street3 - Undocumented member.

$sel:aPIVersion:GetShippingLabel', getShippingLabel_aPIVersion - Undocumented member.

$sel:country:GetShippingLabel', getShippingLabel_country - Undocumented member.

$sel:stateOrProvince:GetShippingLabel', getShippingLabel_stateOrProvince - Undocumented member.

$sel:postalCode:GetShippingLabel', getShippingLabel_postalCode - Undocumented member.

$sel:street2:GetShippingLabel', getShippingLabel_street2 - Undocumented member.

$sel:name:GetShippingLabel', getShippingLabel_name - Undocumented member.

$sel:company:GetShippingLabel', getShippingLabel_company - Undocumented member.

$sel:phoneNumber:GetShippingLabel', getShippingLabel_phoneNumber - Undocumented member.

$sel:city:GetShippingLabel', getShippingLabel_city - Undocumented member.

$sel:street1:GetShippingLabel', getShippingLabel_street1 - Undocumented member.

$sel:jobIds:GetShippingLabel', getShippingLabel_jobIds - Undocumented member.

Request Lenses

Destructuring the Response

data GetShippingLabelResponse Source #

See: newGetShippingLabelResponse smart constructor.

Constructors

GetShippingLabelResponse' 

Fields

Instances

Instances details
Eq GetShippingLabelResponse Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

Read GetShippingLabelResponse Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

Show GetShippingLabelResponse Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

Generic GetShippingLabelResponse Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

Associated Types

type Rep GetShippingLabelResponse :: Type -> Type #

NFData GetShippingLabelResponse Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

type Rep GetShippingLabelResponse Source # 
Instance details

Defined in Amazonka.ImportExport.GetShippingLabel

type Rep GetShippingLabelResponse = D1 ('MetaData "GetShippingLabelResponse" "Amazonka.ImportExport.GetShippingLabel" "libZSservicesZSamazonka-importexportZSamazonka-importexport" 'False) (C1 ('MetaCons "GetShippingLabelResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "shippingLabelURL") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "warning") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetShippingLabelResponse Source #

Create a value of GetShippingLabelResponse 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:shippingLabelURL:GetShippingLabelResponse', getShippingLabelResponse_shippingLabelURL - Undocumented member.

$sel:warning:GetShippingLabelResponse', getShippingLabelResponse_warning - Undocumented member.

$sel:httpStatus:GetShippingLabelResponse', getShippingLabelResponse_httpStatus - The response's http status code.

Response Lenses