amazonka-route53-domains-2.0: Amazon Route 53 Domains 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.Route53Domains.Types.DomainPrice

Description

 
Synopsis

Documentation

data DomainPrice Source #

Information about the domain price associated with a TLD.

See: newDomainPrice smart constructor.

Constructors

DomainPrice' 

Fields

Instances

Instances details
FromJSON DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

Generic DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

Associated Types

type Rep DomainPrice :: Type -> Type #

Read DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

Show DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

NFData DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

Methods

rnf :: DomainPrice -> () #

Eq DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

Hashable DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

type Rep DomainPrice Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.DomainPrice

type Rep DomainPrice = D1 ('MetaData "DomainPrice" "Amazonka.Route53Domains.Types.DomainPrice" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "DomainPrice'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "changeOwnershipPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PriceWithCurrency)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "registrationPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PriceWithCurrency)))) :*: (S1 ('MetaSel ('Just "renewalPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PriceWithCurrency)) :*: (S1 ('MetaSel ('Just "restorationPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PriceWithCurrency)) :*: S1 ('MetaSel ('Just "transferPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PriceWithCurrency))))))

newDomainPrice :: DomainPrice Source #

Create a value of DomainPrice 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:changeOwnershipPrice:DomainPrice', domainPrice_changeOwnershipPrice - The price for changing domain ownership.

$sel:name:DomainPrice', domainPrice_name - The name of the TLD for which the prices apply.

$sel:registrationPrice:DomainPrice', domainPrice_registrationPrice - The price for domain registration with Route 53.

$sel:renewalPrice:DomainPrice', domainPrice_renewalPrice - The price for renewing domain registration with Route 53.

$sel:restorationPrice:DomainPrice', domainPrice_restorationPrice - The price for restoring the domain with Route 53.

$sel:transferPrice:DomainPrice', domainPrice_transferPrice - The price for transferring the domain registration to Route 53.

domainPrice_name :: Lens' DomainPrice (Maybe Text) Source #

The name of the TLD for which the prices apply.

domainPrice_registrationPrice :: Lens' DomainPrice (Maybe PriceWithCurrency) Source #

The price for domain registration with Route 53.

domainPrice_renewalPrice :: Lens' DomainPrice (Maybe PriceWithCurrency) Source #

The price for renewing domain registration with Route 53.

domainPrice_restorationPrice :: Lens' DomainPrice (Maybe PriceWithCurrency) Source #

The price for restoring the domain with Route 53.

domainPrice_transferPrice :: Lens' DomainPrice (Maybe PriceWithCurrency) Source #

The price for transferring the domain registration to Route 53.