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

Description

 
Synopsis

Documentation

data CidrCollectionChange Source #

A complex type that contains information about the CIDR collection change.

See: newCidrCollectionChange smart constructor.

Constructors

CidrCollectionChange' 

Fields

Instances

Instances details
ToXML CidrCollectionChange Source # 
Instance details

Defined in Amazonka.Route53.Types.CidrCollectionChange

Generic CidrCollectionChange Source # 
Instance details

Defined in Amazonka.Route53.Types.CidrCollectionChange

Associated Types

type Rep CidrCollectionChange :: Type -> Type #

Read CidrCollectionChange Source # 
Instance details

Defined in Amazonka.Route53.Types.CidrCollectionChange

Show CidrCollectionChange Source # 
Instance details

Defined in Amazonka.Route53.Types.CidrCollectionChange

NFData CidrCollectionChange Source # 
Instance details

Defined in Amazonka.Route53.Types.CidrCollectionChange

Methods

rnf :: CidrCollectionChange -> () #

Eq CidrCollectionChange Source # 
Instance details

Defined in Amazonka.Route53.Types.CidrCollectionChange

Hashable CidrCollectionChange Source # 
Instance details

Defined in Amazonka.Route53.Types.CidrCollectionChange

type Rep CidrCollectionChange Source # 
Instance details

Defined in Amazonka.Route53.Types.CidrCollectionChange

type Rep CidrCollectionChange = D1 ('MetaData "CidrCollectionChange" "Amazonka.Route53.Types.CidrCollectionChange" "amazonka-route53-2.0-8wP357MyuPX6rh87d4wklb" 'False) (C1 ('MetaCons "CidrCollectionChange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "locationName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CidrCollectionChangeAction) :*: S1 ('MetaSel ('Just "cidrList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newCidrCollectionChange Source #

Create a value of CidrCollectionChange 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:locationName:CidrCollectionChange', cidrCollectionChange_locationName - Name of the location that is associated with the CIDR collection.

$sel:action:CidrCollectionChange', cidrCollectionChange_action - CIDR collection change action.

$sel:cidrList:CidrCollectionChange', cidrCollectionChange_cidrList - List of CIDR blocks.

cidrCollectionChange_locationName :: Lens' CidrCollectionChange Text Source #

Name of the location that is associated with the CIDR collection.