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

Description

 
Synopsis

Documentation

data OrderSummary Source #

A summary of line items in your order.

See: newOrderSummary smart constructor.

Constructors

OrderSummary' 

Fields

Instances

Instances details
FromJSON OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

Generic OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

Associated Types

type Rep OrderSummary :: Type -> Type #

Read OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

Show OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

NFData OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

Methods

rnf :: OrderSummary -> () #

Eq OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

Hashable OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

type Rep OrderSummary Source # 
Instance details

Defined in Amazonka.Outposts.Types.OrderSummary

newOrderSummary :: OrderSummary Source #

Create a value of OrderSummary 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:lineItemCountsByStatus:OrderSummary', orderSummary_lineItemCountsByStatus - The status of all line items in the order.

$sel:orderFulfilledDate:OrderSummary', orderSummary_orderFulfilledDate - The fulfilment date for the order.

$sel:orderId:OrderSummary', orderSummary_orderId - The ID of the order.

$sel:orderSubmissionDate:OrderSummary', orderSummary_orderSubmissionDate - The submission date for the order.

$sel:orderType:OrderSummary', orderSummary_orderType - The type of order.

$sel:outpostId:OrderSummary', orderSummary_outpostId - The ID of the Outpost.

$sel:status:OrderSummary', orderSummary_status - The status of the order.

  • PREPARING - Order is received and is being prepared.
  • IN_PROGRESS - Order is either being built, shipped, or installed. For more information, see the LineItem status.
  • COMPLETED - Order is complete.
  • CANCELLED - Order is cancelled.
  • ERROR - Customer should contact support.

The following statuses are deprecated: RECEIVED, PENDING, PROCESSING, INSTALLING, and FULFILLED.

orderSummary_orderFulfilledDate :: Lens' OrderSummary (Maybe UTCTime) Source #

The fulfilment date for the order.

orderSummary_status :: Lens' OrderSummary (Maybe OrderStatus) Source #

The status of the order.

  • PREPARING - Order is received and is being prepared.
  • IN_PROGRESS - Order is either being built, shipped, or installed. For more information, see the LineItem status.
  • COMPLETED - Order is complete.
  • CANCELLED - Order is cancelled.
  • ERROR - Customer should contact support.

The following statuses are deprecated: RECEIVED, PENDING, PROCESSING, INSTALLING, and FULFILLED.