| 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.Route53Domains.Types.Consent
Description
Documentation
Customer's consent for the owner change request.
See: newConsent smart constructor.
Constructors
| Consent' | |
Instances
| ToJSON Consent Source # | |
Defined in Amazonka.Route53Domains.Types.Consent | |
| Generic Consent Source # | |
| Read Consent Source # | |
| Show Consent Source # | |
| NFData Consent Source # | |
Defined in Amazonka.Route53Domains.Types.Consent | |
| Eq Consent Source # | |
| Hashable Consent Source # | |
Defined in Amazonka.Route53Domains.Types.Consent | |
| type Rep Consent Source # | |
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))) | |
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.