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.LineItem

Description

 
Synopsis

Documentation

data LineItem Source #

Information about a line item.

See: newLineItem smart constructor.

Constructors

LineItem' 

Fields

Instances

Instances details
FromJSON LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Generic LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Associated Types

type Rep LineItem :: Type -> Type #

Methods

from :: LineItem -> Rep LineItem x #

to :: Rep LineItem x -> LineItem #

Read LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Show LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

NFData LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Methods

rnf :: LineItem -> () #

Eq LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Hashable LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

Methods

hashWithSalt :: Int -> LineItem -> Int #

hash :: LineItem -> Int #

type Rep LineItem Source # 
Instance details

Defined in Amazonka.Outposts.Types.LineItem

newLineItem :: LineItem Source #

Create a value of LineItem 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:assetInformationList:LineItem', lineItem_assetInformationList - Information about assets.

$sel:catalogItemId:LineItem', lineItem_catalogItemId - The ID of the catalog item.

$sel:lineItemId:LineItem', lineItem_lineItemId - The ID of the line item.

$sel:quantity:LineItem', lineItem_quantity - The quantity of the line item.

$sel:shipmentInformation:LineItem', lineItem_shipmentInformation - Information about a line item shipment.

$sel:status:LineItem', lineItem_status - The status of the line item.

lineItem_catalogItemId :: Lens' LineItem (Maybe Text) Source #

The ID of the catalog item.

lineItem_lineItemId :: Lens' LineItem (Maybe Text) Source #

The ID of the line item.

lineItem_quantity :: Lens' LineItem (Maybe Natural) Source #

The quantity of the line item.

lineItem_shipmentInformation :: Lens' LineItem (Maybe ShipmentInformation) Source #

Information about a line item shipment.

lineItem_status :: Lens' LineItem (Maybe LineItemStatus) Source #

The status of the line item.