amazonka-outposts-2.0: Amazon Outposts 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.Outposts.Types.ShipmentInformation

Description

 
Synopsis

Documentation

data ShipmentInformation Source #

Information about a line item shipment.

See: newShipmentInformation smart constructor.

Constructors

ShipmentInformation' 

Fields

Instances

Instances details
FromJSON ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

Generic ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

Associated Types

type Rep ShipmentInformation :: Type -> Type #

Read ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

Show ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

NFData ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

Methods

rnf :: ShipmentInformation -> () #

Eq ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

Hashable ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

type Rep ShipmentInformation Source # 
Instance details

Defined in Amazonka.Outposts.Types.ShipmentInformation

type Rep ShipmentInformation = D1 ('MetaData "ShipmentInformation" "Amazonka.Outposts.Types.ShipmentInformation" "amazonka-outposts-2.0-7IMF8shlTNW2uMOjzEu2r2" 'False) (C1 ('MetaCons "ShipmentInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "shipmentCarrier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShipmentCarrier)) :*: S1 ('MetaSel ('Just "shipmentTrackingNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.