libZSservicesZSamazonka-route53ZSamazonka-route53
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.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
Eq ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Read ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Show ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Generic ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Associated Types

type Rep ChangeBatch :: Type -> Type #

NFData ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Methods

rnf :: ChangeBatch -> () #

Hashable ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

ToXML ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Methods

toXML :: ChangeBatch -> XML #

type Rep ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

type Rep ChangeBatch = D1 ('MetaData "ChangeBatch" "Amazonka.Route53.Types.ChangeBatch" "libZSservicesZSamazonka-route53ZSamazonka-route53" '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.