| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.PrivateNetworks.Types.TrackingInformation
Description
Documentation
data TrackingInformation Source #
Information about tracking a shipment.
See: newTrackingInformation smart constructor.
Constructors
| TrackingInformation' | |
Fields
| |
Instances
newTrackingInformation :: TrackingInformation Source #
Create a value of TrackingInformation 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:trackingNumber:TrackingInformation', trackingInformation_trackingNumber - The tracking number of the shipment.
trackingInformation_trackingNumber :: Lens' TrackingInformation (Maybe Text) Source #
The tracking number of the shipment.