| 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.Outposts.Types.ShipmentInformation
Description
Documentation
data ShipmentInformation Source #
Information about a line item shipment.
See: newShipmentInformation smart constructor.
Constructors
| ShipmentInformation' | |
Fields
| |
Instances
newShipmentInformation :: ShipmentInformation Source #
Create a value of ShipmentInformation 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:shipmentCarrier:ShipmentInformation', shipmentInformation_shipmentCarrier - The carrier of the shipment.
$sel:shipmentTrackingNumber:ShipmentInformation', shipmentInformation_shipmentTrackingNumber - The tracking number of the shipment.
shipmentInformation_shipmentCarrier :: Lens' ShipmentInformation (Maybe ShipmentCarrier) Source #
The carrier of the shipment.
shipmentInformation_shipmentTrackingNumber :: Lens' ShipmentInformation (Maybe Text) Source #
The tracking number of the shipment.