amazonka-privatenetworks-2.0: Amazon Private 5G 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.PrivateNetworks.Types.TrackingInformation

Description

 
Synopsis

Documentation

data TrackingInformation Source #

Information about tracking a shipment.

See: newTrackingInformation smart constructor.

Constructors

TrackingInformation' 

Fields

Instances

Instances details
FromJSON TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

Generic TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

Associated Types

type Rep TrackingInformation :: Type -> Type #

Read TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

Show TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

NFData TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

Methods

rnf :: TrackingInformation -> () #

Eq TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

Hashable TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

type Rep TrackingInformation Source # 
Instance details

Defined in Amazonka.PrivateNetworks.Types.TrackingInformation

type Rep TrackingInformation = D1 ('MetaData "TrackingInformation" "Amazonka.PrivateNetworks.Types.TrackingInformation" "amazonka-privatenetworks-2.0-6kTUHQMy1b1JCa08Y5Egzo" 'False) (C1 ('MetaCons "TrackingInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "trackingNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.