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

Description

 
Synopsis

Documentation

data Consent Source #

Customer's consent for the owner change request.

See: newConsent smart constructor.

Constructors

Consent' 

Fields

Instances

Instances details
ToJSON Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

Generic Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

Associated Types

type Rep Consent :: Type -> Type #

Methods

from :: Consent -> Rep Consent x #

to :: Rep Consent x -> Consent #

Read Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

Show Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

NFData Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

Methods

rnf :: Consent -> () #

Eq Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

Methods

(==) :: Consent -> Consent -> Bool #

(/=) :: Consent -> Consent -> Bool #

Hashable Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

Methods

hashWithSalt :: Int -> Consent -> Int #

hash :: Consent -> Int #

type Rep Consent Source # 
Instance details

Defined in Amazonka.Route53Domains.Types.Consent

type Rep Consent = D1 ('MetaData "Consent" "Amazonka.Route53Domains.Types.Consent" "amazonka-route53-domains-2.0-6iruRSkjgLuDp958hFs0e" 'False) (C1 ('MetaCons "Consent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "currency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newConsent Source #

Create a value of Consent 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:maxPrice:Consent', consent_maxPrice - Maximum amount the customer agreed to accept.

$sel:currency:Consent', consent_currency - Currency for the MaxPrice.

consent_maxPrice :: Lens' Consent Double Source #

Maximum amount the customer agreed to accept.

consent_currency :: Lens' Consent Text Source #

Currency for the MaxPrice.