Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data BillingRecord = BillingRecord' {}
- newBillingRecord :: BillingRecord
- billingRecord_operation :: Lens' BillingRecord (Maybe OperationType)
- billingRecord_invoiceId :: Lens' BillingRecord (Maybe Text)
- billingRecord_domainName :: Lens' BillingRecord (Maybe Text)
- billingRecord_billDate :: Lens' BillingRecord (Maybe UTCTime)
- billingRecord_price :: Lens' BillingRecord (Maybe Double)
Documentation
data BillingRecord Source #
Information for one billing record.
See: newBillingRecord
smart constructor.
BillingRecord' | |
|
Instances
newBillingRecord :: BillingRecord Source #
Create a value of BillingRecord
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:operation:BillingRecord'
, billingRecord_operation
- The operation that you were charged for.
$sel:invoiceId:BillingRecord'
, billingRecord_invoiceId
- The ID of the invoice that is associated with the billing record.
$sel:domainName:BillingRecord'
, billingRecord_domainName
- The name of the domain that the billing record applies to. If the domain
name contains characters other than a-z, 0-9, and - (hyphen), such as an
internationalized domain name, then this value is in Punycode. For more
information, see
DNS Domain Name Format
in the Amazon Route 53 Developer Guide.
$sel:billDate:BillingRecord'
, billingRecord_billDate
- The date that the operation was billed, in Unix format.
$sel:price:BillingRecord'
, billingRecord_price
- The price that you were charged for the operation, in US dollars.
Example value: 12.0
billingRecord_operation :: Lens' BillingRecord (Maybe OperationType) Source #
The operation that you were charged for.
billingRecord_invoiceId :: Lens' BillingRecord (Maybe Text) Source #
The ID of the invoice that is associated with the billing record.
billingRecord_domainName :: Lens' BillingRecord (Maybe Text) Source #
The name of the domain that the billing record applies to. If the domain name contains characters other than a-z, 0-9, and - (hyphen), such as an internationalized domain name, then this value is in Punycode. For more information, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.
billingRecord_billDate :: Lens' BillingRecord (Maybe UTCTime) Source #
The date that the operation was billed, in Unix format.
billingRecord_price :: Lens' BillingRecord (Maybe Double) Source #
The price that you were charged for the operation, in US dollars.
Example value: 12.0