| 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.PrivateNetworks.Types.Order
Description
Synopsis
- data Order = Order' {}
- newOrder :: Order
- order_acknowledgmentStatus :: Lens' Order (Maybe AcknowledgmentStatus)
- order_createdAt :: Lens' Order (Maybe UTCTime)
- order_networkArn :: Lens' Order (Maybe Text)
- order_networkSiteArn :: Lens' Order (Maybe Text)
- order_orderArn :: Lens' Order (Maybe Text)
- order_shippingAddress :: Lens' Order (Maybe Address)
- order_trackingInformation :: Lens' Order (Maybe [TrackingInformation])
Documentation
Information about an order.
See: newOrder smart constructor.
Constructors
| Order' | |
Fields
| |
Instances
Create a value of Order 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:acknowledgmentStatus:Order', order_acknowledgmentStatus - The acknowledgement status of the order.
$sel:createdAt:Order', order_createdAt - The creation time of the order.
$sel:networkArn:Order', order_networkArn - The Amazon Resource Name (ARN) of the network associated with this
order.
$sel:networkSiteArn:Order', order_networkSiteArn - The Amazon Resource Name (ARN) of the network site associated with this
order.
$sel:orderArn:Order', order_orderArn - The Amazon Resource Name (ARN) of the order.
$sel:shippingAddress:Order', order_shippingAddress - The shipping address of the order.
$sel:trackingInformation:Order', order_trackingInformation - The tracking information of the order.
order_acknowledgmentStatus :: Lens' Order (Maybe AcknowledgmentStatus) Source #
The acknowledgement status of the order.
order_networkArn :: Lens' Order (Maybe Text) Source #
The Amazon Resource Name (ARN) of the network associated with this order.
order_networkSiteArn :: Lens' Order (Maybe Text) Source #
The Amazon Resource Name (ARN) of the network site associated with this order.
order_trackingInformation :: Lens' Order (Maybe [TrackingInformation]) Source #
The tracking information of the order.