amazonka-route53-2.0: Amazon Route 53 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.Route53.Types.ChangeBatch

Description

 
Synopsis

Documentation

data ChangeBatch Source #

The information for a change request.

See: newChangeBatch smart constructor.

Constructors

ChangeBatch' 

Fields

Instances

Instances details
ToXML ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Methods

toXML :: ChangeBatch -> XML #

Generic ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Associated Types

type Rep ChangeBatch :: Type -> Type #

Read ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Show ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

NFData ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Methods

rnf :: ChangeBatch -> () #

Eq ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Hashable ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

type Rep ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

type Rep ChangeBatch = D1 ('MetaData "ChangeBatch" "Amazonka.Route53.Types.ChangeBatch" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "ChangeBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "changes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Change))))

newChangeBatch Source #

Create a value of ChangeBatch 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:comment:ChangeBatch', changeBatch_comment - Optional: Any comments you want to include about a change batch request.

$sel:changes:ChangeBatch', changeBatch_changes - Information about the changes to make to the record sets.

changeBatch_comment :: Lens' ChangeBatch (Maybe Text) Source #

Optional: Any comments you want to include about a change batch request.

changeBatch_changes :: Lens' ChangeBatch (NonEmpty Change) Source #

Information about the changes to make to the record sets.