libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Route53Domains.Types.BillingRecord

Description

 
Synopsis

Documentation

data BillingRecord Source #

Information for one billing record.

See: newBillingRecord smart constructor.

Constructors

BillingRecord' 

Fields

  • operation :: Maybe OperationType

    The operation that you were charged for.

  • invoiceId :: Maybe Text

    The ID of the invoice that is associated with the billing record.

  • domainName :: Maybe Text

    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.

  • billDate :: Maybe POSIX

    The date that the operation was billed, in Unix format.

  • price :: Maybe Double

    The price that you were charged for the operation, in US dollars.

    Example value: 12.0

Instances

Instances details
Eq BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

Read BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

Show BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

Generic BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

Associated Types

type Rep BillingRecord :: Type -> Type #

NFData BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

Methods

rnf :: BillingRecord -> () #

Hashable BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

FromJSON BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

type Rep BillingRecord Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.BillingRecord

type Rep BillingRecord = D1 ('MetaData "BillingRecord" "Amazonka.Route53Domains.Types.BillingRecord" "libZSservicesZSamazonka-route53-domainsZSamazonka-route53-domains" 'False) (C1 ('MetaCons "BillingRecord'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "operation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperationType)) :*: S1 ('MetaSel ('Just "invoiceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "billDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "price") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

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