| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Network.AWS.ImportExport.GetShippingLabel
Description
This operation returns information about a job, including where the job is in the processing pipeline, the status of the results, and the signature value associated with the job. You can only return information about jobs you own.
http://docs.aws.amazon.com/AWSImportExport/latest/DG/WebGetShippingLabel.html
- data GetShippingLabel
- getShippingLabel :: GetShippingLabel
- gslAPIVersion :: Lens' GetShippingLabel (Maybe Text)
- gslCity :: Lens' GetShippingLabel (Maybe Text)
- gslCompany :: Lens' GetShippingLabel (Maybe Text)
- gslCountry :: Lens' GetShippingLabel (Maybe Text)
- gslJobIds :: Lens' GetShippingLabel [Text]
- gslName :: Lens' GetShippingLabel (Maybe Text)
- gslPhoneNumber :: Lens' GetShippingLabel (Maybe Text)
- gslPostalCode :: Lens' GetShippingLabel (Maybe Text)
- gslStateOrProvince :: Lens' GetShippingLabel (Maybe Text)
- gslStreet1 :: Lens' GetShippingLabel (Maybe Text)
- gslStreet2 :: Lens' GetShippingLabel (Maybe Text)
- gslStreet3 :: Lens' GetShippingLabel (Maybe Text)
- data GetShippingLabelResponse
- getShippingLabelResponse :: GetShippingLabelResponse
- gslrShippingLabelURL :: Lens' GetShippingLabelResponse (Maybe Text)
- gslrWarning :: Lens' GetShippingLabelResponse (Maybe Text)
Request
data GetShippingLabel Source
Instances
| Eq GetShippingLabel | |
| Ord GetShippingLabel | |
| Read GetShippingLabel | |
| Show GetShippingLabel | |
| AWSRequest GetShippingLabel | |
| ToQuery GetShippingLabel | |
| ToPath GetShippingLabel | |
| ToHeaders GetShippingLabel | |
| type Sv GetShippingLabel = ImportExport | |
| type Rs GetShippingLabel = GetShippingLabelResponse |
Request constructor
getShippingLabel :: GetShippingLabel Source
GetShippingLabel constructor.
The fields accessible through corresponding lenses are:
gslAPIVersion::MaybeTextgslCity::MaybeTextgslCompany::MaybeTextgslCountry::MaybeTextgslJobIds::[Text]gslName::MaybeTextgslPhoneNumber::MaybeTextgslPostalCode::MaybeTextgslStateOrProvince::MaybeTextgslStreet1::MaybeTextgslStreet2::MaybeTextgslStreet3::MaybeText
Request lenses
gslAPIVersion :: Lens' GetShippingLabel (Maybe Text) Source
gslCity :: Lens' GetShippingLabel (Maybe Text) Source
gslCompany :: Lens' GetShippingLabel (Maybe Text) Source
gslCountry :: Lens' GetShippingLabel (Maybe Text) Source
gslJobIds :: Lens' GetShippingLabel [Text] Source
gslName :: Lens' GetShippingLabel (Maybe Text) Source
gslPhoneNumber :: Lens' GetShippingLabel (Maybe Text) Source
gslPostalCode :: Lens' GetShippingLabel (Maybe Text) Source
gslStateOrProvince :: Lens' GetShippingLabel (Maybe Text) Source
gslStreet1 :: Lens' GetShippingLabel (Maybe Text) Source
gslStreet2 :: Lens' GetShippingLabel (Maybe Text) Source
gslStreet3 :: Lens' GetShippingLabel (Maybe Text) Source
Response
Response constructor
getShippingLabelResponse :: GetShippingLabelResponse Source
GetShippingLabelResponse constructor.
The fields accessible through corresponding lenses are:
gslrShippingLabelURL::MaybeTextgslrWarning::MaybeText
Response lenses
gslrShippingLabelURL :: Lens' GetShippingLabelResponse (Maybe Text) Source
gslrWarning :: Lens' GetShippingLabelResponse (Maybe Text) Source