amazonka-route53-1.4.2: Amazon Route 53 SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.Route53.Types

Contents

Description

 

Synopsis

Service Configuration

route53 :: Service Source #

API version '2013-04-01' of the Amazon Route 53 SDK configuration.

Errors

_HealthCheckVersionMismatch :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for HealthCheckVersionMismatch' errors.

_InvalidInput :: AsError a => Getting (First ServiceError) a ServiceError Source #

Some value specified in the request is invalid or the XML document is malformed.

_HostedZoneNotEmpty :: AsError a => Getting (First ServiceError) a ServiceError Source #

The hosted zone contains resource record sets in addition to the default NS and SOA resource record sets. Before you can delete the hosted zone, you must delete the additional resource record sets.

_InvalidArgument :: AsError a => Getting (First ServiceError) a ServiceError Source #

At least one of the specified arguments is invalid.

_TrafficPolicyInstanceAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError Source #

Traffic policy instance with given Id already exists.

_ConflictingTypes :: AsError a => Getting (First ServiceError) a ServiceError Source #

You tried to update a traffic policy instance by using a traffic policy version that has a different DNS type than the current type for the instance. You specified the type in the JSON document in the CreateTrafficPolicy or CreateTrafficPolicyVersionrequest.

_ConcurrentModification :: AsError a => Getting (First ServiceError) a ServiceError Source #

Another user submitted a request to update the object at the same time that you did. Retry the request.

_DelegationSetAlreadyReusable :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified delegation set has already been marked as reusable.

_PriorRequestNotComplete :: AsError a => Getting (First ServiceError) a ServiceError Source #

The request was rejected because Amazon Route 53 was still processing a prior request.

_InvalidChangeBatch :: AsError a => Getting (First ServiceError) a ServiceError Source #

This error contains a list of one or more error messages. Each error message indicates one error in the change batch. For more information, see Example InvalidChangeBatch Errors.

_TrafficPolicyAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError Source #

A traffic policy that has the same value for Name already exists.

_InvalidTrafficPolicyDocument :: AsError a => Getting (First ServiceError) a ServiceError Source #

The format of the traffic policy document that you specified in the Document element is invalid.

_DelegationSetNotReusable :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified delegation set has not been marked as reusable.

_InvalidDomainName :: AsError a => Getting (First ServiceError) a ServiceError Source #

This error indicates that the specified domain name is not valid.

_NoSuchTrafficPolicy :: AsError a => Getting (First ServiceError) a ServiceError Source #

No traffic policy exists with the specified ID.

_HostedZoneNotFound :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified HostedZone cannot be found.

_DelegationSetInUse :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set can be deleted.

_NoSuchDelegationSet :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified delegation set does not exist.

_HealthCheckAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError Source #

The health check you are trying to create already exists. Amazon Route 53 returns this error when a health check has already been created with the specified CallerReference.

_TooManyTrafficPolicies :: AsError a => Getting (First ServiceError) a ServiceError Source #

You've created the maximum number of traffic policies that can be created for the current AWS account. You can request an increase to the limit on the Contact Us page.

_NoSuchGeoLocation :: AsError a => Getting (First ServiceError) a ServiceError Source #

The geo location you are trying to get does not exist.

_DelegationSetNotAvailable :: AsError a => Getting (First ServiceError) a ServiceError Source #

Amazon Route 53 allows some duplicate domain names, but there is a maximum number of duplicate names. This error indicates that you have reached that maximum. If you want to create another hosted zone with the same name and Amazon Route 53 generates this error, you can request an increase to the limit on the Contact Us page.

_VPCAssociationNotFound :: AsError a => Getting (First ServiceError) a ServiceError Source #

The VPC you specified is not currently associated with the hosted zone.

_ThrottlingException :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for ThrottlingException' errors.

_NoSuchChange :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for NoSuchChange' errors.

_LimitsExceeded :: AsError a => Getting (First ServiceError) a ServiceError Source #

The limits specified for a resource have been exceeded.

_TooManyTrafficPolicyInstances :: AsError a => Getting (First ServiceError) a ServiceError Source #

You've created the maximum number of traffic policy instances that can be created for the current AWS account. You can request an increase to the limit on the Contact Us page.

_NoSuchTrafficPolicyInstance :: AsError a => Getting (First ServiceError) a ServiceError Source #

No traffic policy instance exists with the specified ID.

_IncompatibleVersion :: AsError a => Getting (First ServiceError) a ServiceError Source #

The resource you are trying to access is unsupported on this Amazon Route 53 endpoint. Please consider using a newer endpoint or a tool that does so.

_PublicZoneVPCAssociation :: AsError a => Getting (First ServiceError) a ServiceError Source #

The hosted zone you are trying to associate VPC with doesn't have any VPC association. Amazon Route 53 currently doesn't support associate a VPC with a public hosted zone.

_NoSuchHostedZone :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for NoSuchHostedZone' errors.

_TooManyHostedZones :: AsError a => Getting (First ServiceError) a ServiceError Source #

This error indicates that you've reached the maximum number of hosted zones that can be created for the current AWS account. You can request an increase to the limit on the Contact Us page.

_HealthCheckInUse :: AsError a => Getting (First ServiceError) a ServiceError Source #

There are resource records associated with this health check. Before you can delete the health check, you must disassociate it from the resource record sets.

_DelegationSetAlreadyCreated :: AsError a => Getting (First ServiceError) a ServiceError Source #

A delegation set with the same owner and caller reference combination has already been created.

_ConflictingDomainExists :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for ConflictingDomainExists' errors.

_LastVPCAssociation :: AsError a => Getting (First ServiceError) a ServiceError Source #

The VPC you are trying to disassociate from the hosted zone is the last the VPC that is associated with the hosted zone. Amazon Route 53 currently doesn't support disassociate the last VPC from the hosted zone.

_TooManyHealthChecks :: AsError a => Getting (First ServiceError) a ServiceError Source #

Prism for TooManyHealthChecks' errors.

_NoSuchHealthCheck :: AsError a => Getting (First ServiceError) a ServiceError Source #

The health check you are trying to get or delete does not exist.

_TrafficPolicyInUse :: AsError a => Getting (First ServiceError) a ServiceError Source #

One or more traffic policy instances were created by using the specified traffic policy.

_InvalidVPCId :: AsError a => Getting (First ServiceError) a ServiceError Source #

The hosted zone you are trying to create for your VPC_ID does not belong to you. Amazon Route 53 returns this error when the VPC specified by VPCId does not belong to you.

_HostedZoneAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError Source #

The hosted zone you are trying to create already exists. Amazon Route 53 returns this error when a hosted zone has already been created with the specified CallerReference.

Re-exported Types

data Region :: * #

The sum of available AWS regions.

Constructors

Ireland

Europe / eu-west-1

Frankfurt

Europe / eu-central-1

Tokyo

Asia Pacific / ap-northeast-1

Singapore

Asia Pacific / ap-southeast-1

Sydney

Asia Pacific / ap-southeast-2

Beijing

China / cn-north-1

NorthVirginia

US / us-east-1

NorthCalifornia

US / us-west-1

Oregon

US / us-west-2

GovCloud

AWS GovCloud / us-gov-west-1

GovCloudFIPS

AWS GovCloud (FIPS 140-2) S3 Only / fips-us-gov-west-1

SaoPaulo

South America / sa-east-1

Instances

Eq Region 

Methods

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

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

Data Region 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Region -> c Region #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Region #

toConstr :: Region -> Constr #

dataTypeOf :: Region -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Region) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Region) #

gmapT :: (forall b. Data b => b -> b) -> Region -> Region #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Region -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Region -> r #

gmapQ :: (forall d. Data d => d -> u) -> Region -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Region -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Region -> m Region #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Region -> m Region #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Region -> m Region #

Ord Region 
Read Region 
Show Region 
Generic Region 

Associated Types

type Rep Region :: * -> * #

Methods

from :: Region -> Rep Region x #

to :: Rep Region x -> Region #

Hashable Region 

Methods

hashWithSalt :: Int -> Region -> Int #

hash :: Region -> Int #

NFData Region 

Methods

rnf :: Region -> () #

ToLog Region 

Methods

build :: Region -> Builder #

FromXML Region 
ToXML Region 

Methods

toXML :: Region -> XML #

ToByteString Region 

Methods

toBS :: Region -> ByteString #

FromText Region 

Methods

parser :: Parser Region #

ToText Region 

Methods

toText :: Region -> Text #

type Rep Region 
type Rep Region = D1 (MetaData "Region" "Network.AWS.Types" "amazonka-core-1.4.2-B1LBE8VbCCEFvWl6u0sjdq" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "Ireland" PrefixI False) U1) ((:+:) (C1 (MetaCons "Frankfurt" PrefixI False) U1) (C1 (MetaCons "Tokyo" PrefixI False) U1))) ((:+:) (C1 (MetaCons "Singapore" PrefixI False) U1) ((:+:) (C1 (MetaCons "Sydney" PrefixI False) U1) (C1 (MetaCons "Beijing" PrefixI False) U1)))) ((:+:) ((:+:) (C1 (MetaCons "NorthVirginia" PrefixI False) U1) ((:+:) (C1 (MetaCons "NorthCalifornia" PrefixI False) U1) (C1 (MetaCons "Oregon" PrefixI False) U1))) ((:+:) (C1 (MetaCons "GovCloud" PrefixI False) U1) ((:+:) (C1 (MetaCons "GovCloudFIPS" PrefixI False) U1) (C1 (MetaCons "SaoPaulo" PrefixI False) U1)))))

ChangeAction

data ChangeAction Source #

Constructors

Create 
Delete 
Upsert 

Instances

Bounded ChangeAction Source # 
Enum ChangeAction Source # 
Eq ChangeAction Source # 
Data ChangeAction Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChangeAction -> c ChangeAction #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChangeAction #

toConstr :: ChangeAction -> Constr #

dataTypeOf :: ChangeAction -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ChangeAction) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChangeAction) #

gmapT :: (forall b. Data b => b -> b) -> ChangeAction -> ChangeAction #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChangeAction -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChangeAction -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChangeAction -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChangeAction -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChangeAction -> m ChangeAction #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChangeAction -> m ChangeAction #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChangeAction -> m ChangeAction #

Ord ChangeAction Source # 
Read ChangeAction Source # 
Show ChangeAction Source # 
Generic ChangeAction Source # 

Associated Types

type Rep ChangeAction :: * -> * #

Hashable ChangeAction Source # 
NFData ChangeAction Source # 

Methods

rnf :: ChangeAction -> () #

ToHeader ChangeAction Source # 
ToXML ChangeAction Source # 

Methods

toXML :: ChangeAction -> XML #

ToQuery ChangeAction Source # 
ToByteString ChangeAction Source # 
FromText ChangeAction Source # 
ToText ChangeAction Source # 

Methods

toText :: ChangeAction -> Text #

type Rep ChangeAction Source # 
type Rep ChangeAction = D1 (MetaData "ChangeAction" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) ((:+:) (C1 (MetaCons "Create" PrefixI False) U1) ((:+:) (C1 (MetaCons "Delete" PrefixI False) U1) (C1 (MetaCons "Upsert" PrefixI False) U1)))

ChangeStatus

data ChangeStatus Source #

Constructors

Insync 
Pending 

Instances

Bounded ChangeStatus Source # 
Enum ChangeStatus Source # 
Eq ChangeStatus Source # 
Data ChangeStatus Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChangeStatus -> c ChangeStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChangeStatus #

toConstr :: ChangeStatus -> Constr #

dataTypeOf :: ChangeStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ChangeStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChangeStatus) #

gmapT :: (forall b. Data b => b -> b) -> ChangeStatus -> ChangeStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChangeStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChangeStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChangeStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChangeStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChangeStatus -> m ChangeStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChangeStatus -> m ChangeStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChangeStatus -> m ChangeStatus #

Ord ChangeStatus Source # 
Read ChangeStatus Source # 
Show ChangeStatus Source # 
Generic ChangeStatus Source # 

Associated Types

type Rep ChangeStatus :: * -> * #

Hashable ChangeStatus Source # 
NFData ChangeStatus Source # 

Methods

rnf :: ChangeStatus -> () #

ToHeader ChangeStatus Source # 
FromXML ChangeStatus Source # 
ToQuery ChangeStatus Source # 
ToByteString ChangeStatus Source # 
FromText ChangeStatus Source # 
ToText ChangeStatus Source # 

Methods

toText :: ChangeStatus -> Text #

type Rep ChangeStatus Source # 
type Rep ChangeStatus = D1 (MetaData "ChangeStatus" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) ((:+:) (C1 (MetaCons "Insync" PrefixI False) U1) (C1 (MetaCons "Pending" PrefixI False) U1))

CloudWatchRegion

data CloudWatchRegion Source #

Instances

Bounded CloudWatchRegion Source # 
Enum CloudWatchRegion Source # 
Eq CloudWatchRegion Source # 
Data CloudWatchRegion Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CloudWatchRegion -> c CloudWatchRegion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CloudWatchRegion #

toConstr :: CloudWatchRegion -> Constr #

dataTypeOf :: CloudWatchRegion -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CloudWatchRegion) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CloudWatchRegion) #

gmapT :: (forall b. Data b => b -> b) -> CloudWatchRegion -> CloudWatchRegion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CloudWatchRegion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CloudWatchRegion -> r #

gmapQ :: (forall d. Data d => d -> u) -> CloudWatchRegion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CloudWatchRegion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CloudWatchRegion -> m CloudWatchRegion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CloudWatchRegion -> m CloudWatchRegion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CloudWatchRegion -> m CloudWatchRegion #

Ord CloudWatchRegion Source # 
Read CloudWatchRegion Source # 
Show CloudWatchRegion Source # 
Generic CloudWatchRegion Source # 
Hashable CloudWatchRegion Source # 
NFData CloudWatchRegion Source # 

Methods

rnf :: CloudWatchRegion -> () #

ToHeader CloudWatchRegion Source # 
FromXML CloudWatchRegion Source # 
ToXML CloudWatchRegion Source # 
ToQuery CloudWatchRegion Source # 
ToByteString CloudWatchRegion Source # 
FromText CloudWatchRegion Source # 
ToText CloudWatchRegion Source # 
type Rep CloudWatchRegion Source # 
type Rep CloudWatchRegion = D1 (MetaData "CloudWatchRegion" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "CWRApNortheast1" PrefixI False) U1) (C1 (MetaCons "CWRApNortheast2" PrefixI False) U1)) ((:+:) (C1 (MetaCons "CWRApSoutheast1" PrefixI False) U1) ((:+:) (C1 (MetaCons "CWRApSoutheast2" PrefixI False) U1) (C1 (MetaCons "CWREuCentral1" PrefixI False) U1)))) ((:+:) ((:+:) (C1 (MetaCons "CWREuWest1" PrefixI False) U1) (C1 (MetaCons "CWRSaEast1" PrefixI False) U1)) ((:+:) (C1 (MetaCons "CWRUsEast1" PrefixI False) U1) ((:+:) (C1 (MetaCons "CWRUsWest1" PrefixI False) U1) (C1 (MetaCons "CWRUsWest2" PrefixI False) U1)))))

ComparisonOperator

data ComparisonOperator Source #

Instances

Bounded ComparisonOperator Source # 
Enum ComparisonOperator Source # 
Eq ComparisonOperator Source # 
Data ComparisonOperator Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ComparisonOperator -> c ComparisonOperator #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ComparisonOperator #

toConstr :: ComparisonOperator -> Constr #

dataTypeOf :: ComparisonOperator -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ComparisonOperator) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ComparisonOperator) #

gmapT :: (forall b. Data b => b -> b) -> ComparisonOperator -> ComparisonOperator #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ComparisonOperator -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ComparisonOperator -> r #

gmapQ :: (forall d. Data d => d -> u) -> ComparisonOperator -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ComparisonOperator -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ComparisonOperator -> m ComparisonOperator #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ComparisonOperator -> m ComparisonOperator #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ComparisonOperator -> m ComparisonOperator #

Ord ComparisonOperator Source # 
Read ComparisonOperator Source # 
Show ComparisonOperator Source # 
Generic ComparisonOperator Source # 
Hashable ComparisonOperator Source # 
NFData ComparisonOperator Source # 

Methods

rnf :: ComparisonOperator -> () #

ToHeader ComparisonOperator Source # 
FromXML ComparisonOperator Source # 
ToQuery ComparisonOperator Source # 
ToByteString ComparisonOperator Source # 
FromText ComparisonOperator Source # 
ToText ComparisonOperator Source # 
type Rep ComparisonOperator Source # 
type Rep ComparisonOperator = D1 (MetaData "ComparisonOperator" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) ((:+:) ((:+:) (C1 (MetaCons "GreaterThanOrEqualToThreshold" PrefixI False) U1) (C1 (MetaCons "GreaterThanThreshold" PrefixI False) U1)) ((:+:) (C1 (MetaCons "LessThanOrEqualToThreshold" PrefixI False) U1) (C1 (MetaCons "LessThanThreshold" PrefixI False) U1)))

Failover

data Failover Source #

Constructors

Primary 
Secondary 

Instances

Bounded Failover Source # 
Enum Failover Source # 
Eq Failover Source # 
Data Failover Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Failover -> c Failover #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Failover #

toConstr :: Failover -> Constr #

dataTypeOf :: Failover -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Failover) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Failover) #

gmapT :: (forall b. Data b => b -> b) -> Failover -> Failover #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Failover -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Failover -> r #

gmapQ :: (forall d. Data d => d -> u) -> Failover -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Failover -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Failover -> m Failover #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Failover -> m Failover #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Failover -> m Failover #

Ord Failover Source # 
Read Failover Source # 
Show Failover Source # 
Generic Failover Source # 

Associated Types

type Rep Failover :: * -> * #

Methods

from :: Failover -> Rep Failover x #

to :: Rep Failover x -> Failover #

Hashable Failover Source # 

Methods

hashWithSalt :: Int -> Failover -> Int #

hash :: Failover -> Int #

NFData Failover Source # 

Methods

rnf :: Failover -> () #

ToHeader Failover Source # 

Methods

toHeader :: HeaderName -> Failover -> [Header] #

FromXML Failover Source # 
ToXML Failover Source # 

Methods

toXML :: Failover -> XML #

ToQuery Failover Source # 
ToByteString Failover Source # 

Methods

toBS :: Failover -> ByteString #

FromText Failover Source # 
ToText Failover Source # 

Methods

toText :: Failover -> Text #

type Rep Failover Source # 
type Rep Failover = D1 (MetaData "Failover" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) ((:+:) (C1 (MetaCons "Primary" PrefixI False) U1) (C1 (MetaCons "Secondary" PrefixI False) U1))

HealthCheckRegion

data HealthCheckRegion Source #

An Amazon EC2 region that you want Amazon Route 53 to use to perform health checks.

Instances

Bounded HealthCheckRegion Source # 
Enum HealthCheckRegion Source # 
Eq HealthCheckRegion Source # 
Data HealthCheckRegion Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HealthCheckRegion -> c HealthCheckRegion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HealthCheckRegion #

toConstr :: HealthCheckRegion -> Constr #

dataTypeOf :: HealthCheckRegion -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c HealthCheckRegion) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HealthCheckRegion) #

gmapT :: (forall b. Data b => b -> b) -> HealthCheckRegion -> HealthCheckRegion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HealthCheckRegion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HealthCheckRegion -> r #

gmapQ :: (forall d. Data d => d -> u) -> HealthCheckRegion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HealthCheckRegion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HealthCheckRegion -> m HealthCheckRegion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HealthCheckRegion -> m HealthCheckRegion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HealthCheckRegion -> m HealthCheckRegion #

Ord HealthCheckRegion Source # 
Read HealthCheckRegion Source # 
Show HealthCheckRegion Source # 
Generic HealthCheckRegion Source # 
Hashable HealthCheckRegion Source # 
NFData HealthCheckRegion Source # 

Methods

rnf :: HealthCheckRegion -> () #

ToHeader HealthCheckRegion Source # 
FromXML HealthCheckRegion Source # 
ToXML HealthCheckRegion Source # 
ToQuery HealthCheckRegion Source # 
ToByteString HealthCheckRegion Source # 
FromText HealthCheckRegion Source # 
ToText HealthCheckRegion Source # 
type Rep HealthCheckRegion Source # 
type Rep HealthCheckRegion = D1 (MetaData "HealthCheckRegion" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "HCRApNortheast1" PrefixI False) U1) (C1 (MetaCons "HCRApSoutheast1" PrefixI False) U1)) ((:+:) (C1 (MetaCons "HCRApSoutheast2" PrefixI False) U1) (C1 (MetaCons "HCREuWest1" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "HCRSaEast1" PrefixI False) U1) (C1 (MetaCons "HCRUsEast1" PrefixI False) U1)) ((:+:) (C1 (MetaCons "HCRUsWest1" PrefixI False) U1) (C1 (MetaCons "HCRUsWest2" PrefixI False) U1))))

HealthCheckType

data HealthCheckType Source #

Instances

Bounded HealthCheckType Source # 
Enum HealthCheckType Source # 
Eq HealthCheckType Source # 
Data HealthCheckType Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HealthCheckType -> c HealthCheckType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HealthCheckType #

toConstr :: HealthCheckType -> Constr #

dataTypeOf :: HealthCheckType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c HealthCheckType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HealthCheckType) #

gmapT :: (forall b. Data b => b -> b) -> HealthCheckType -> HealthCheckType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HealthCheckType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HealthCheckType -> r #

gmapQ :: (forall d. Data d => d -> u) -> HealthCheckType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HealthCheckType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HealthCheckType -> m HealthCheckType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HealthCheckType -> m HealthCheckType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HealthCheckType -> m HealthCheckType #

Ord HealthCheckType Source # 
Read HealthCheckType Source # 
Show HealthCheckType Source # 
Generic HealthCheckType Source # 
Hashable HealthCheckType Source # 
NFData HealthCheckType Source # 

Methods

rnf :: HealthCheckType -> () #

ToHeader HealthCheckType Source # 
FromXML HealthCheckType Source # 
ToXML HealthCheckType Source # 

Methods

toXML :: HealthCheckType -> XML #

ToQuery HealthCheckType Source # 
ToByteString HealthCheckType Source # 
FromText HealthCheckType Source # 
ToText HealthCheckType Source # 
type Rep HealthCheckType Source # 
type Rep HealthCheckType = D1 (MetaData "HealthCheckType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) ((:+:) ((:+:) (C1 (MetaCons "Calculated" PrefixI False) U1) ((:+:) (C1 (MetaCons "CloudwatchMetric" PrefixI False) U1) (C1 (MetaCons "HTTP" PrefixI False) U1))) ((:+:) ((:+:) (C1 (MetaCons "HTTPS" PrefixI False) U1) (C1 (MetaCons "HTTPSStrMatch" PrefixI False) U1)) ((:+:) (C1 (MetaCons "HTTPStrMatch" PrefixI False) U1) (C1 (MetaCons "TCP" PrefixI False) U1))))

InsufficientDataHealthStatus

data InsufficientDataHealthStatus Source #

Instances

Bounded InsufficientDataHealthStatus Source # 
Enum InsufficientDataHealthStatus Source # 
Eq InsufficientDataHealthStatus Source # 
Data InsufficientDataHealthStatus Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> InsufficientDataHealthStatus -> c InsufficientDataHealthStatus #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c InsufficientDataHealthStatus #

toConstr :: InsufficientDataHealthStatus -> Constr #

dataTypeOf :: InsufficientDataHealthStatus -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c InsufficientDataHealthStatus) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c InsufficientDataHealthStatus) #

gmapT :: (forall b. Data b => b -> b) -> InsufficientDataHealthStatus -> InsufficientDataHealthStatus #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> InsufficientDataHealthStatus -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> InsufficientDataHealthStatus -> r #

gmapQ :: (forall d. Data d => d -> u) -> InsufficientDataHealthStatus -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> InsufficientDataHealthStatus -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> InsufficientDataHealthStatus -> m InsufficientDataHealthStatus #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> InsufficientDataHealthStatus -> m InsufficientDataHealthStatus #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> InsufficientDataHealthStatus -> m InsufficientDataHealthStatus #

Ord InsufficientDataHealthStatus Source # 
Read InsufficientDataHealthStatus Source # 
Show InsufficientDataHealthStatus Source # 
Generic InsufficientDataHealthStatus Source # 
Hashable InsufficientDataHealthStatus Source # 
NFData InsufficientDataHealthStatus Source # 
ToHeader InsufficientDataHealthStatus Source # 
FromXML InsufficientDataHealthStatus Source # 
ToXML InsufficientDataHealthStatus Source # 
ToQuery InsufficientDataHealthStatus Source # 
ToByteString InsufficientDataHealthStatus Source # 
FromText InsufficientDataHealthStatus Source # 
ToText InsufficientDataHealthStatus Source # 
type Rep InsufficientDataHealthStatus Source # 
type Rep InsufficientDataHealthStatus = D1 (MetaData "InsufficientDataHealthStatus" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) ((:+:) (C1 (MetaCons "Healthy" PrefixI False) U1) ((:+:) (C1 (MetaCons "LastKnownStatus" PrefixI False) U1) (C1 (MetaCons "Unhealthy" PrefixI False) U1)))

RecordType

data RecordType Source #

Constructors

A 
Aaaa 
Cname 
MX 
NS 
Ptr 
Soa 
Spf 
Srv 
Txt 

Instances

Bounded RecordType Source # 
Enum RecordType Source # 
Eq RecordType Source # 
Data RecordType Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RecordType -> c RecordType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RecordType #

toConstr :: RecordType -> Constr #

dataTypeOf :: RecordType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RecordType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RecordType) #

gmapT :: (forall b. Data b => b -> b) -> RecordType -> RecordType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RecordType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RecordType -> r #

gmapQ :: (forall d. Data d => d -> u) -> RecordType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RecordType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RecordType -> m RecordType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RecordType -> m RecordType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RecordType -> m RecordType #

Ord RecordType Source # 
Read RecordType Source # 
Show RecordType Source # 
Generic RecordType Source # 

Associated Types

type Rep RecordType :: * -> * #

Hashable RecordType Source # 
NFData RecordType Source # 

Methods

rnf :: RecordType -> () #

ToHeader RecordType Source # 
FromXML RecordType Source # 
ToXML RecordType Source # 

Methods

toXML :: RecordType -> XML #

ToQuery RecordType Source # 
ToByteString RecordType Source # 
FromText RecordType Source # 
ToText RecordType Source # 

Methods

toText :: RecordType -> Text #

type Rep RecordType Source # 
type Rep RecordType = D1 (MetaData "RecordType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "A" PrefixI False) U1) (C1 (MetaCons "Aaaa" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Cname" PrefixI False) U1) ((:+:) (C1 (MetaCons "MX" PrefixI False) U1) (C1 (MetaCons "NS" PrefixI False) U1)))) ((:+:) ((:+:) (C1 (MetaCons "Ptr" PrefixI False) U1) (C1 (MetaCons "Soa" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Spf" PrefixI False) U1) ((:+:) (C1 (MetaCons "Srv" PrefixI False) U1) (C1 (MetaCons "Txt" PrefixI False) U1)))))

Statistic

data Statistic Source #

Instances

Bounded Statistic Source # 
Enum Statistic Source # 
Eq Statistic Source # 
Data Statistic Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Statistic -> c Statistic #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Statistic #

toConstr :: Statistic -> Constr #

dataTypeOf :: Statistic -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Statistic) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Statistic) #

gmapT :: (forall b. Data b => b -> b) -> Statistic -> Statistic #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Statistic -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Statistic -> r #

gmapQ :: (forall d. Data d => d -> u) -> Statistic -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Statistic -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Statistic -> m Statistic #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Statistic -> m Statistic #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Statistic -> m Statistic #

Ord Statistic Source # 
Read Statistic Source # 
Show Statistic Source # 
Generic Statistic Source # 

Associated Types

type Rep Statistic :: * -> * #

Hashable Statistic Source # 
NFData Statistic Source # 

Methods

rnf :: Statistic -> () #

ToHeader Statistic Source # 
FromXML Statistic Source # 
ToQuery Statistic Source # 
ToByteString Statistic Source # 

Methods

toBS :: Statistic -> ByteString #

FromText Statistic Source # 
ToText Statistic Source # 

Methods

toText :: Statistic -> Text #

type Rep Statistic Source # 
type Rep Statistic = D1 (MetaData "Statistic" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) ((:+:) ((:+:) (C1 (MetaCons "Average" PrefixI False) U1) (C1 (MetaCons "Maximum" PrefixI False) U1)) ((:+:) (C1 (MetaCons "Minimum" PrefixI False) U1) ((:+:) (C1 (MetaCons "SampleCount" PrefixI False) U1) (C1 (MetaCons "Sum" PrefixI False) U1))))

TagResourceType

data TagResourceType Source #

Constructors

Healthcheck 
Hostedzone 

Instances

Bounded TagResourceType Source # 
Enum TagResourceType Source # 
Eq TagResourceType Source # 
Data TagResourceType Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TagResourceType -> c TagResourceType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TagResourceType #

toConstr :: TagResourceType -> Constr #

dataTypeOf :: TagResourceType -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TagResourceType) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TagResourceType) #

gmapT :: (forall b. Data b => b -> b) -> TagResourceType -> TagResourceType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TagResourceType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TagResourceType -> r #

gmapQ :: (forall d. Data d => d -> u) -> TagResourceType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TagResourceType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TagResourceType -> m TagResourceType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TagResourceType -> m TagResourceType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TagResourceType -> m TagResourceType #

Ord TagResourceType Source # 
Read TagResourceType Source # 
Show TagResourceType Source # 
Generic TagResourceType Source # 
Hashable TagResourceType Source # 
NFData TagResourceType Source # 

Methods

rnf :: TagResourceType -> () #

ToHeader TagResourceType Source # 
FromXML TagResourceType Source # 
ToXML TagResourceType Source # 

Methods

toXML :: TagResourceType -> XML #

ToQuery TagResourceType Source # 
ToByteString TagResourceType Source # 
FromText TagResourceType Source # 
ToText TagResourceType Source # 
type Rep TagResourceType Source # 
type Rep TagResourceType = D1 (MetaData "TagResourceType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) ((:+:) (C1 (MetaCons "Healthcheck" PrefixI False) U1) (C1 (MetaCons "Hostedzone" PrefixI False) U1))

VPCRegion

data VPCRegion Source #

Instances

Bounded VPCRegion Source # 
Enum VPCRegion Source # 
Eq VPCRegion Source # 
Data VPCRegion Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VPCRegion -> c VPCRegion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VPCRegion #

toConstr :: VPCRegion -> Constr #

dataTypeOf :: VPCRegion -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c VPCRegion) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VPCRegion) #

gmapT :: (forall b. Data b => b -> b) -> VPCRegion -> VPCRegion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VPCRegion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VPCRegion -> r #

gmapQ :: (forall d. Data d => d -> u) -> VPCRegion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VPCRegion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VPCRegion -> m VPCRegion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VPCRegion -> m VPCRegion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VPCRegion -> m VPCRegion #

Ord VPCRegion Source # 
Read VPCRegion Source # 
Show VPCRegion Source # 
Generic VPCRegion Source # 

Associated Types

type Rep VPCRegion :: * -> * #

Hashable VPCRegion Source # 
NFData VPCRegion Source # 

Methods

rnf :: VPCRegion -> () #

ToHeader VPCRegion Source # 
FromXML VPCRegion Source # 
ToXML VPCRegion Source # 

Methods

toXML :: VPCRegion -> XML #

ToQuery VPCRegion Source # 
ToByteString VPCRegion Source # 

Methods

toBS :: VPCRegion -> ByteString #

FromText VPCRegion Source # 
ToText VPCRegion Source # 

Methods

toText :: VPCRegion -> Text #

type Rep VPCRegion Source # 
type Rep VPCRegion = D1 (MetaData "VPCRegion" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "ApNortheast1" PrefixI False) U1) (C1 (MetaCons "ApNortheast2" PrefixI False) U1)) ((:+:) (C1 (MetaCons "ApSoutheast1" PrefixI False) U1) ((:+:) (C1 (MetaCons "ApSoutheast2" PrefixI False) U1) (C1 (MetaCons "CnNorth1" PrefixI False) U1)))) ((:+:) ((:+:) (C1 (MetaCons "EuCentral1" PrefixI False) U1) ((:+:) (C1 (MetaCons "EuWest1" PrefixI False) U1) (C1 (MetaCons "SaEast1" PrefixI False) U1))) ((:+:) (C1 (MetaCons "UsEast1" PrefixI False) U1) ((:+:) (C1 (MetaCons "UsWest1" PrefixI False) U1) (C1 (MetaCons "UsWest2" PrefixI False) U1)))))

AlarmIdentifier

data AlarmIdentifier Source #

A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

See: alarmIdentifier smart constructor.

Instances

Eq AlarmIdentifier Source # 
Data AlarmIdentifier Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AlarmIdentifier -> c AlarmIdentifier #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AlarmIdentifier #

toConstr :: AlarmIdentifier -> Constr #

dataTypeOf :: AlarmIdentifier -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AlarmIdentifier) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AlarmIdentifier) #

gmapT :: (forall b. Data b => b -> b) -> AlarmIdentifier -> AlarmIdentifier #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AlarmIdentifier -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AlarmIdentifier -> r #

gmapQ :: (forall d. Data d => d -> u) -> AlarmIdentifier -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AlarmIdentifier -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AlarmIdentifier -> m AlarmIdentifier #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AlarmIdentifier -> m AlarmIdentifier #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AlarmIdentifier -> m AlarmIdentifier #

Read AlarmIdentifier Source # 
Show AlarmIdentifier Source # 
Generic AlarmIdentifier Source # 
Hashable AlarmIdentifier Source # 
NFData AlarmIdentifier Source # 

Methods

rnf :: AlarmIdentifier -> () #

FromXML AlarmIdentifier Source # 
ToXML AlarmIdentifier Source # 

Methods

toXML :: AlarmIdentifier -> XML #

type Rep AlarmIdentifier Source # 
type Rep AlarmIdentifier = D1 (MetaData "AlarmIdentifier" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "AlarmIdentifier'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_aiRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 CloudWatchRegion)) (S1 (MetaSel (Just Symbol "_aiName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

alarmIdentifier Source #

Creates a value of AlarmIdentifier with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

aiRegion :: Lens' AlarmIdentifier CloudWatchRegion Source #

The CloudWatchRegion that the CloudWatch alarm was created in.

aiName :: Lens' AlarmIdentifier Text Source #

The name of the CloudWatch alarm.

AliasTarget

data AliasTarget Source #

Alias resource record sets only: Information about the CloudFront distribution, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are routing traffic.

If you're creating resource record sets for a private hosted zone, note the following:

  • You can create alias resource record sets only for Amazon Route 53 resource record sets in the same private hosted zone. Creating alias resource record sets for CloudFront distributions, ELB load balancers, and Amazon S3 buckets is not supported.
  • You can't create alias resource record sets for failover, geolocation, or latency resource record sets in a private hosted zone.

For more information and an example, see Example: Creating Alias Resource Record Sets in the Amazon Route 53 API Reference.

See: aliasTarget smart constructor.

Instances

Eq AliasTarget Source # 
Data AliasTarget Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AliasTarget -> c AliasTarget #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AliasTarget #

toConstr :: AliasTarget -> Constr #

dataTypeOf :: AliasTarget -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c AliasTarget) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AliasTarget) #

gmapT :: (forall b. Data b => b -> b) -> AliasTarget -> AliasTarget #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AliasTarget -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AliasTarget -> r #

gmapQ :: (forall d. Data d => d -> u) -> AliasTarget -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> AliasTarget -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AliasTarget -> m AliasTarget #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AliasTarget -> m AliasTarget #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AliasTarget -> m AliasTarget #

Read AliasTarget Source # 
Show AliasTarget Source # 
Generic AliasTarget Source # 

Associated Types

type Rep AliasTarget :: * -> * #

Hashable AliasTarget Source # 
NFData AliasTarget Source # 

Methods

rnf :: AliasTarget -> () #

FromXML AliasTarget Source # 
ToXML AliasTarget Source # 

Methods

toXML :: AliasTarget -> XML #

type Rep AliasTarget Source # 
type Rep AliasTarget = D1 (MetaData "AliasTarget" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "AliasTarget'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_atHostedZoneId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_atDNSName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_atEvaluateTargetHealth") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Bool)))))

aliasTarget Source #

Creates a value of AliasTarget with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

atHostedZoneId :: Lens' AliasTarget Text Source #

Alias resource record sets only: The value you use depends on where you want to route queries:

  • A CloudFront distribution: Specify Z2FDTNDATAQYW2.
  • An ELB load balancer: Specify the value of the hosted zone ID for the load balancer. You can get the hosted zone ID by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
  • An Amazon S3 bucket that is configured as a static website: Specify the hosted zone ID for the Amazon S3 website endpoint in which you created the bucket. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference.
  • Another Amazon Route 53 resource record set in your hosted zone: Specify the hosted zone ID of your hosted zone. (An alias resource record set cannot reference a resource record set in a different hosted zone.)

For more information and an example, see Example: Creating Alias Resource Record Sets in the Amazon Route 53 API Reference.

atDNSName :: Lens' AliasTarget Text Source #

Alias resource record sets only: The external DNS name associated with the AWS Resource. The value that you specify depends on where you want to route queries:

  • A CloudFront distribution: Specify the domain name that CloudFront assigned when you created your distribution. Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is 'acme.example.com', your CloudFront distribution must include 'acme.example.com' as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.
  • An ELB load balancer: Specify the DNS name associated with the load balancer. You can get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. Use the same method to get values for HostedZoneId and DNSName. If you get one value from the console and the other value from the API or the CLI, creating the resource record set will fail.
  • An Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.)
  • An Amazon S3 bucket that is configured as a static website: Specify the domain name of the Amazon S3 website endpoint in which you created the bucket; for example, 's3-website-us-east-1.amazonaws.com'. For more information about valid values, see the table Amazon Simple Storage Service (S3) Website Endpoints in the Amazon Web Services General Reference. For more information about using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon S3 in the Amazon Simple Storage Service Developer Guide.
  • Another Amazon Route 53 resource record set: Specify the value of the Name element for a resource record set in the current hosted zone.

For more information and an example, see Example: Creating Alias Resource Record Sets in the Amazon Route 53 API Reference.

atEvaluateTargetHealth :: Lens' AliasTarget Bool Source #

Alias resource record sets only: If you set the value of EvaluateTargetHealth to true for the resource record set or sets in an alias, weighted alias, latency alias, or failover alias resource record set, and if you specify a value for HealthCheckId for every resource record set that is referenced by these alias resource record sets, the alias resource record sets inherit the health of the referenced resource record sets.

In this configuration, when Amazon Route 53 receives a DNS query for an alias resource record set:

  1. Amazon Route 53 looks at the resource record sets that are referenced by the alias resource record sets to determine which health checks they're using.
  2. Amazon Route 53 checks the current status of each health check. (Amazon Route 53 periodically checks the health of the endpoint that is specified in a health check; it doesn't perform the health check when the DNS query arrives.)
  3. Based on the status of the health checks, Amazon Route 53 determines which resource record sets are healthy. Unhealthy resource record sets are immediately removed from consideration. In addition, if all of the resource record sets that are referenced by an alias resource record set are unhealthy, that alias resource record set also is immediately removed from consideration.
  4. Based on the configuration of the alias resource record sets (weighted alias or latency alias, for example) and the configuration of the resource record sets that they reference, Amazon Route 53 chooses a resource record set from the healthy resource record sets, and responds to the query.

Note the following:

  • You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
  • If the AWS resource that you specify in AliasTarget is a resource record set or a group of resource record sets (for example, a group of weighted resource record sets), but it is not another alias resource record set, we recommend that you associate a health check with all of the resource record sets in the alias target. For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.
  • If you specify an ELB load balancer in AliasTarget, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If no Amazon EC2 instances are healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth is true for the corresponding alias resource record set, Amazon Route 53 routes queries to other resources.
  • When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Amazon Route 53 health checks, but they perform a similar function. Do not create Amazon Route 53 health checks for the Amazon EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide.

We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints.

For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.

Change

data Change Source #

A complex type that contains the information for each change in a change batch request.

See: change smart constructor.

Instances

Eq Change Source # 

Methods

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

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

Data Change Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Change -> c Change #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Change #

toConstr :: Change -> Constr #

dataTypeOf :: Change -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Change) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Change) #

gmapT :: (forall b. Data b => b -> b) -> Change -> Change #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Change -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Change -> r #

gmapQ :: (forall d. Data d => d -> u) -> Change -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Change -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Change -> m Change #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Change -> m Change #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Change -> m Change #

Read Change Source # 
Show Change Source # 
Generic Change Source # 

Associated Types

type Rep Change :: * -> * #

Methods

from :: Change -> Rep Change x #

to :: Rep Change x -> Change #

Hashable Change Source # 

Methods

hashWithSalt :: Int -> Change -> Int #

hash :: Change -> Int #

NFData Change Source # 

Methods

rnf :: Change -> () #

ToXML Change Source # 

Methods

toXML :: Change -> XML #

type Rep Change Source # 
type Rep Change = D1 (MetaData "Change" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "Change'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cAction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ChangeAction)) (S1 (MetaSel (Just Symbol "_cResourceRecordSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ResourceRecordSet))))

change Source #

Creates a value of Change with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cAction :: Lens' Change ChangeAction Source #

The action to perform:

  • CREATE: Creates a resource record set that has the specified values.
  • DELETE: Deletes a existing resource record set that has the specified values for Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover resource record sets), and TTL (except alias resource record sets, for which the TTL is determined by the AWS resource that you're routing DNS queries to).
  • UPSERT: If a resource record set does not already exist, Amazon Route 53 creates it. If a resource record set does exist, Amazon Route 53 updates it with the values in the request. Amazon Route 53 can update an existing resource record set only when all of the following values match: Name, Type, and SetIdentifier (for weighted, latency, geolocation, and failover resource record sets).

cResourceRecordSet :: Lens' Change ResourceRecordSet Source #

Information about the resource record set to create or delete.

ChangeBatch

data ChangeBatch Source #

A complex type that contains an optional comment and the changes that you want to make with a change batch request.

See: changeBatch smart constructor.

Instances

Eq ChangeBatch Source # 
Data ChangeBatch Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChangeBatch -> c ChangeBatch #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChangeBatch #

toConstr :: ChangeBatch -> Constr #

dataTypeOf :: ChangeBatch -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ChangeBatch) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChangeBatch) #

gmapT :: (forall b. Data b => b -> b) -> ChangeBatch -> ChangeBatch #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChangeBatch -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChangeBatch -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChangeBatch -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChangeBatch -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChangeBatch -> m ChangeBatch #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChangeBatch -> m ChangeBatch #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChangeBatch -> m ChangeBatch #

Read ChangeBatch Source # 
Show ChangeBatch Source # 
Generic ChangeBatch Source # 

Associated Types

type Rep ChangeBatch :: * -> * #

Hashable ChangeBatch Source # 
NFData ChangeBatch Source # 

Methods

rnf :: ChangeBatch -> () #

ToXML ChangeBatch Source # 

Methods

toXML :: ChangeBatch -> XML #

type Rep ChangeBatch Source # 
type Rep ChangeBatch = D1 (MetaData "ChangeBatch" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "ChangeBatch'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_cbComment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_cbChanges") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (List1 Change)))))

changeBatch Source #

Creates a value of ChangeBatch with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

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

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

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

A complex type that contains one Change element for each resource record set that you want to create or delete.

ChangeInfo

data ChangeInfo Source #

A complex type that describes change information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

See: changeInfo smart constructor.

Instances

Eq ChangeInfo Source # 
Data ChangeInfo Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ChangeInfo -> c ChangeInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ChangeInfo #

toConstr :: ChangeInfo -> Constr #

dataTypeOf :: ChangeInfo -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ChangeInfo) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ChangeInfo) #

gmapT :: (forall b. Data b => b -> b) -> ChangeInfo -> ChangeInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ChangeInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ChangeInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> ChangeInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ChangeInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ChangeInfo -> m ChangeInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ChangeInfo -> m ChangeInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ChangeInfo -> m ChangeInfo #

Read ChangeInfo Source # 
Show ChangeInfo Source # 
Generic ChangeInfo Source # 

Associated Types

type Rep ChangeInfo :: * -> * #

Hashable ChangeInfo Source # 
NFData ChangeInfo Source # 

Methods

rnf :: ChangeInfo -> () #

FromXML ChangeInfo Source # 
type Rep ChangeInfo Source # 
type Rep ChangeInfo = D1 (MetaData "ChangeInfo" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "ChangeInfo'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_ciComment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_ciId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_ciStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ChangeStatus)) (S1 (MetaSel (Just Symbol "_ciSubmittedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ISO8601)))))

changeInfo Source #

Creates a value of ChangeInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ciComment :: Lens' ChangeInfo (Maybe Text) Source #

A complex type that describes change information about changes made to your hosted zone.

This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

ciId :: Lens' ChangeInfo Text Source #

The ID of the request. Use this ID to track when the change has completed across all Amazon Route 53 DNS servers.

ciStatus :: Lens' ChangeInfo ChangeStatus Source #

The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

Valid Values: PENDING | INSYNC

ciSubmittedAt :: Lens' ChangeInfo UTCTime Source #

The date and time the change was submitted, in the format 'YYYY-MM-DDThh:mm:ssZ', as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

CloudWatchAlarmConfiguration

data CloudWatchAlarmConfiguration Source #

For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.

See: cloudWatchAlarmConfiguration smart constructor.

Instances

Eq CloudWatchAlarmConfiguration Source # 
Data CloudWatchAlarmConfiguration Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CloudWatchAlarmConfiguration -> c CloudWatchAlarmConfiguration #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CloudWatchAlarmConfiguration #

toConstr :: CloudWatchAlarmConfiguration -> Constr #

dataTypeOf :: CloudWatchAlarmConfiguration -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c CloudWatchAlarmConfiguration) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CloudWatchAlarmConfiguration) #

gmapT :: (forall b. Data b => b -> b) -> CloudWatchAlarmConfiguration -> CloudWatchAlarmConfiguration #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CloudWatchAlarmConfiguration -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CloudWatchAlarmConfiguration -> r #

gmapQ :: (forall d. Data d => d -> u) -> CloudWatchAlarmConfiguration -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CloudWatchAlarmConfiguration -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CloudWatchAlarmConfiguration -> m CloudWatchAlarmConfiguration #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CloudWatchAlarmConfiguration -> m CloudWatchAlarmConfiguration #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CloudWatchAlarmConfiguration -> m CloudWatchAlarmConfiguration #

Read CloudWatchAlarmConfiguration Source # 
Show CloudWatchAlarmConfiguration Source # 
Generic CloudWatchAlarmConfiguration Source # 
Hashable CloudWatchAlarmConfiguration Source # 
NFData CloudWatchAlarmConfiguration Source # 
FromXML CloudWatchAlarmConfiguration Source # 
type Rep CloudWatchAlarmConfiguration Source # 
type Rep CloudWatchAlarmConfiguration = D1 (MetaData "CloudWatchAlarmConfiguration" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "CloudWatchAlarmConfiguration'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cwacDimensions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Dimension]))) (S1 (MetaSel (Just Symbol "_cwacEvaluationPeriods") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat))) ((:*:) (S1 (MetaSel (Just Symbol "_cwacThreshold") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Double)) (S1 (MetaSel (Just Symbol "_cwacComparisonOperator") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ComparisonOperator)))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_cwacPeriod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat)) (S1 (MetaSel (Just Symbol "_cwacMetricName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_cwacNamespace") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_cwacStatistic") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Statistic))))))

cwacDimensions :: Lens' CloudWatchAlarmConfiguration [Dimension] Source #

A list of Dimension elements for the CloudWatch metric that is associated with the CloudWatch alarm. For information about the metrics and dimensions that CloudWatch supports, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference.

cwacEvaluationPeriods :: Lens' CloudWatchAlarmConfiguration Natural Source #

The number of periods over which data is compared to the specified threshold.

cwacThreshold :: Lens' CloudWatchAlarmConfiguration Double Source #

The value that the metric is compared with to determine the state of the alarm. For example, if you want the health check to fail if the average TCP connection time is greater than 500 milliseconds for more than 60 seconds, the threshold is 500.

cwacComparisonOperator :: Lens' CloudWatchAlarmConfiguration ComparisonOperator Source #

The arithmetic operation to use when comparing the specified Statistic and Threshold.

Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold and LessThanOrEqualToThreshold

cwacPeriod :: Lens' CloudWatchAlarmConfiguration Natural Source #

An integer that represents the period in seconds over which the statistic is applied.

cwacMetricName :: Lens' CloudWatchAlarmConfiguration Text Source #

The name of the CloudWatch metric that is associated with the CloudWatch alarm.

cwacNamespace :: Lens' CloudWatchAlarmConfiguration Text Source #

The namespace of the CloudWatch metric that is associated with the CloudWatch alarm.

cwacStatistic :: Lens' CloudWatchAlarmConfiguration Statistic Source #

The statistic to apply to the CloudWatch metric that is associated with the CloudWatch alarm.

Valid Values are SampleCount, Average, Sum, Minimum and Maximum

DelegationSet

data DelegationSet Source #

A complex type that contains name server information.

See: delegationSet smart constructor.

Instances

Eq DelegationSet Source # 
Data DelegationSet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DelegationSet -> c DelegationSet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DelegationSet #

toConstr :: DelegationSet -> Constr #

dataTypeOf :: DelegationSet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c DelegationSet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DelegationSet) #

gmapT :: (forall b. Data b => b -> b) -> DelegationSet -> DelegationSet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DelegationSet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DelegationSet -> r #

gmapQ :: (forall d. Data d => d -> u) -> DelegationSet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DelegationSet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DelegationSet -> m DelegationSet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DelegationSet -> m DelegationSet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DelegationSet -> m DelegationSet #

Read DelegationSet Source # 
Show DelegationSet Source # 
Generic DelegationSet Source # 

Associated Types

type Rep DelegationSet :: * -> * #

Hashable DelegationSet Source # 
NFData DelegationSet Source # 

Methods

rnf :: DelegationSet -> () #

FromXML DelegationSet Source # 
type Rep DelegationSet Source # 
type Rep DelegationSet = D1 (MetaData "DelegationSet" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "DelegationSet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_dsCallerReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_dsNameServers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (List1 Text))))))

delegationSet Source #

Creates a value of DelegationSet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dsId :: Lens' DelegationSet (Maybe Text) Source #

Undocumented member.

dsNameServers :: Lens' DelegationSet (NonEmpty Text) Source #

A complex type that contains the authoritative name servers for the hosted zone. Use the method provided by your domain registrar to add an NS record to your domain for each NameServer that is assigned to your hosted zone.

Dimension

data Dimension Source #

The name and value of a dimension for a CloudWatch metric.

See: dimension smart constructor.

Instances

Eq Dimension Source # 
Data Dimension Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Dimension -> c Dimension #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Dimension #

toConstr :: Dimension -> Constr #

dataTypeOf :: Dimension -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Dimension) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Dimension) #

gmapT :: (forall b. Data b => b -> b) -> Dimension -> Dimension #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Dimension -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Dimension -> r #

gmapQ :: (forall d. Data d => d -> u) -> Dimension -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Dimension -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Dimension -> m Dimension #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Dimension -> m Dimension #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Dimension -> m Dimension #

Read Dimension Source # 
Show Dimension Source # 
Generic Dimension Source # 

Associated Types

type Rep Dimension :: * -> * #

Hashable Dimension Source # 
NFData Dimension Source # 

Methods

rnf :: Dimension -> () #

FromXML Dimension Source # 
type Rep Dimension Source # 
type Rep Dimension = D1 (MetaData "Dimension" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "Dimension'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_dName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_dValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

dimension Source #

Arguments

:: Text

dName

-> Text

dValue

-> Dimension 

Creates a value of Dimension with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

dName :: Lens' Dimension Text Source #

The name of the dimension.

dValue :: Lens' Dimension Text Source #

The value of the dimension.

GeoLocation

data GeoLocation Source #

A complex type that contains information about a geo location.

See: geoLocation smart constructor.

Instances

Eq GeoLocation Source # 
Data GeoLocation Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GeoLocation -> c GeoLocation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GeoLocation #

toConstr :: GeoLocation -> Constr #

dataTypeOf :: GeoLocation -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GeoLocation) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GeoLocation) #

gmapT :: (forall b. Data b => b -> b) -> GeoLocation -> GeoLocation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GeoLocation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GeoLocation -> r #

gmapQ :: (forall d. Data d => d -> u) -> GeoLocation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GeoLocation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GeoLocation -> m GeoLocation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GeoLocation -> m GeoLocation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GeoLocation -> m GeoLocation #

Read GeoLocation Source # 
Show GeoLocation Source # 
Generic GeoLocation Source # 

Associated Types

type Rep GeoLocation :: * -> * #

Hashable GeoLocation Source # 
NFData GeoLocation Source # 

Methods

rnf :: GeoLocation -> () #

FromXML GeoLocation Source # 
ToXML GeoLocation Source # 

Methods

toXML :: GeoLocation -> XML #

type Rep GeoLocation Source # 
type Rep GeoLocation = D1 (MetaData "GeoLocation" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "GeoLocation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_glSubdivisionCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_glCountryCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_glContinentCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

geoLocation :: GeoLocation Source #

Creates a value of GeoLocation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

glSubdivisionCode :: Lens' GeoLocation (Maybe Text) Source #

The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput error.

glCountryCode :: Lens' GeoLocation (Maybe Text) Source #

The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

glContinentCode :: Lens' GeoLocation (Maybe Text) Source #

The code for a continent geo location. Note: only continent locations have a continent code.

Valid values: AF | AN | AS | EU | OC | NA | SA

Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

GeoLocationDetails

data GeoLocationDetails Source #

A complex type that contains information about a GeoLocation.

See: geoLocationDetails smart constructor.

Instances

Eq GeoLocationDetails Source # 
Data GeoLocationDetails Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GeoLocationDetails -> c GeoLocationDetails #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GeoLocationDetails #

toConstr :: GeoLocationDetails -> Constr #

dataTypeOf :: GeoLocationDetails -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GeoLocationDetails) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GeoLocationDetails) #

gmapT :: (forall b. Data b => b -> b) -> GeoLocationDetails -> GeoLocationDetails #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GeoLocationDetails -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GeoLocationDetails -> r #

gmapQ :: (forall d. Data d => d -> u) -> GeoLocationDetails -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GeoLocationDetails -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GeoLocationDetails -> m GeoLocationDetails #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GeoLocationDetails -> m GeoLocationDetails #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GeoLocationDetails -> m GeoLocationDetails #

Read GeoLocationDetails Source # 
Show GeoLocationDetails Source # 
Generic GeoLocationDetails Source # 
Hashable GeoLocationDetails Source # 
NFData GeoLocationDetails Source # 

Methods

rnf :: GeoLocationDetails -> () #

FromXML GeoLocationDetails Source # 
type Rep GeoLocationDetails Source # 
type Rep GeoLocationDetails = D1 (MetaData "GeoLocationDetails" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "GeoLocationDetails'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_gldSubdivisionName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_gldSubdivisionCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_gldCountryName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) (S1 (MetaSel (Just Symbol "_gldCountryCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_gldContinentCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_gldContinentName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))))

geoLocationDetails :: GeoLocationDetails Source #

Creates a value of GeoLocationDetails with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

gldSubdivisionName :: Lens' GeoLocationDetails (Maybe Text) Source #

The name of the subdivision. This element is only present if SubdivisionCode is also present.

gldSubdivisionCode :: Lens' GeoLocationDetails (Maybe Text) Source #

The code for a country's subdivision (e.g., a province of Canada). A subdivision code is only valid with the appropriate country code.

gldCountryName :: Lens' GeoLocationDetails (Maybe Text) Source #

The name of the country. This element is only present if CountryCode is also present.

gldCountryCode :: Lens' GeoLocationDetails (Maybe Text) Source #

The code for a country geo location. The default location uses '*' for the country code and will match all locations that are not matched by a geo location.

The default geo location uses a * for the country code. All other country codes follow the ISO 3166 two-character code.

gldContinentCode :: Lens' GeoLocationDetails (Maybe Text) Source #

The code for a continent geo location. Note: only continent locations have a continent code.

gldContinentName :: Lens' GeoLocationDetails (Maybe Text) Source #

The name of the continent. This element is only present if ContinentCode is also present.

HealthCheck

data HealthCheck Source #

A complex type that contains identifying information about the health check.

See: healthCheck smart constructor.

Instances

Eq HealthCheck Source # 
Data HealthCheck Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HealthCheck -> c HealthCheck #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HealthCheck #

toConstr :: HealthCheck -> Constr #

dataTypeOf :: HealthCheck -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c HealthCheck) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HealthCheck) #

gmapT :: (forall b. Data b => b -> b) -> HealthCheck -> HealthCheck #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HealthCheck -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HealthCheck -> r #

gmapQ :: (forall d. Data d => d -> u) -> HealthCheck -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HealthCheck -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HealthCheck -> m HealthCheck #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HealthCheck -> m HealthCheck #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HealthCheck -> m HealthCheck #

Read HealthCheck Source # 
Show HealthCheck Source # 
Generic HealthCheck Source # 

Associated Types

type Rep HealthCheck :: * -> * #

Hashable HealthCheck Source # 
NFData HealthCheck Source # 

Methods

rnf :: HealthCheck -> () #

FromXML HealthCheck Source # 
type Rep HealthCheck Source # 
type Rep HealthCheck = D1 (MetaData "HealthCheck" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "HealthCheck'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_hcCloudWatchAlarmConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CloudWatchAlarmConfiguration))) (S1 (MetaSel (Just Symbol "_hcId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_hcCallerReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_hcHealthCheckConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 HealthCheckConfig)) (S1 (MetaSel (Just Symbol "_hcHealthCheckVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat))))))

healthCheck Source #

Creates a value of HealthCheck with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

hcCloudWatchAlarmConfiguration :: Lens' HealthCheck (Maybe CloudWatchAlarmConfiguration) Source #

For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.

hcId :: Lens' HealthCheck Text Source #

The ID of the specified health check.

hcCallerReference :: Lens' HealthCheck Text Source #

A unique string that identifies the request to create the health check.

hcHealthCheckConfig :: Lens' HealthCheck HealthCheckConfig Source #

A complex type that contains the health check configuration.

hcHealthCheckVersion :: Lens' HealthCheck Natural Source #

The version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.

HealthCheckConfig

data HealthCheckConfig Source #

A complex type that contains the health check configuration.

See: healthCheckConfig smart constructor.

Instances

Eq HealthCheckConfig Source # 
Data HealthCheckConfig Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HealthCheckConfig -> c HealthCheckConfig #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HealthCheckConfig #

toConstr :: HealthCheckConfig -> Constr #

dataTypeOf :: HealthCheckConfig -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c HealthCheckConfig) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HealthCheckConfig) #

gmapT :: (forall b. Data b => b -> b) -> HealthCheckConfig -> HealthCheckConfig #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HealthCheckConfig -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HealthCheckConfig -> r #

gmapQ :: (forall d. Data d => d -> u) -> HealthCheckConfig -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HealthCheckConfig -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HealthCheckConfig -> m HealthCheckConfig #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HealthCheckConfig -> m HealthCheckConfig #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HealthCheckConfig -> m HealthCheckConfig #

Read HealthCheckConfig Source # 
Show HealthCheckConfig Source # 
Generic HealthCheckConfig Source # 
Hashable HealthCheckConfig Source # 
NFData HealthCheckConfig Source # 

Methods

rnf :: HealthCheckConfig -> () #

FromXML HealthCheckConfig Source # 
ToXML HealthCheckConfig Source # 
type Rep HealthCheckConfig Source # 
type Rep HealthCheckConfig = D1 (MetaData "HealthCheckConfig" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "HealthCheckConfig'" PrefixI True) ((:*:) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_hccFailureThreshold") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_hccIPAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) ((:*:) (S1 (MetaSel (Just Symbol "_hccEnableSNI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_hccSearchString") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_hccHealthThreshold") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_hccRegions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 HealthCheckRegion))))) ((:*:) (S1 (MetaSel (Just Symbol "_hccResourcePath") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_hccInsufficientDataHealthStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe InsufficientDataHealthStatus)))))) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_hccAlarmIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AlarmIdentifier))) (S1 (MetaSel (Just Symbol "_hccMeasureLatency") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))) ((:*:) (S1 (MetaSel (Just Symbol "_hccInverted") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_hccFullyQualifiedDomainName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_hccChildHealthChecks") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) (S1 (MetaSel (Just Symbol "_hccRequestInterval") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat)))) ((:*:) (S1 (MetaSel (Just Symbol "_hccPort") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) (S1 (MetaSel (Just Symbol "_hccType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 HealthCheckType)))))))

hccFailureThreshold :: Lens' HealthCheckConfig (Maybe Natural) Source #

The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa.

Valid values are integers between 1 and 10. For more information, see "How Amazon Route 53 Determines Whether an Endpoint Is Healthy" in the Amazon Route 53 Developer Guide.

hccIPAddress :: Lens' HealthCheckConfig (Maybe Text) Source #

IP Address of the instance being checked.

hccEnableSNI :: Lens' HealthCheckConfig (Maybe Bool) Source #

Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. If you don't specify a value for EnableSNI, Amazon Route 53 defaults to true when Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other value.

hccSearchString :: Lens' HealthCheckConfig (Maybe Text) Source #

A string to search for in the body of a health check response. Required for HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers case when searching for SearchString in the response body.

hccHealthThreshold :: Lens' HealthCheckConfig (Maybe Natural) Source #

The minimum number of child health checks that must be healthy for Amazon Route 53 to consider the parent health check to be healthy. Valid values are integers between 0 and 256, inclusive.

hccRegions :: Lens' HealthCheckConfig (Maybe (NonEmpty HealthCheckRegion)) Source #

A list of HealthCheckRegion values that you want Amazon Route 53 to use to perform health checks for the specified endpoint. You must specify at least three regions.

hccResourcePath :: Lens' HealthCheckConfig (Maybe Text) Source #

Path to ping on the instance to check the health. Required for HTTP, HTTPS, HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued to the instance on the given port and path.

hccInsufficientDataHealthStatus :: Lens' HealthCheckConfig (Maybe InsufficientDataHealthStatus) Source #

The status of the health check when CloudWatch has insufficient data about the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.

hccAlarmIdentifier :: Lens' HealthCheckConfig (Maybe AlarmIdentifier) Source #

A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

hccMeasureLatency :: Lens' HealthCheckConfig (Maybe Bool) Source #

A Boolean value that indicates whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint and to display CloudWatch latency graphs in the Amazon Route 53 console.

hccInverted :: Lens' HealthCheckConfig (Maybe Bool) Source #

A boolean value that indicates whether the status of health check should be inverted. For example, if a health check is healthy but Inverted is True, then Amazon Route 53 considers the health check to be unhealthy.

hccFullyQualifiedDomainName :: Lens' HealthCheckConfig (Maybe Text) Source #

Fully qualified domain name of the instance to be health checked.

hccChildHealthChecks :: Lens' HealthCheckConfig [Text] Source #

For a specified parent health check, a list of HealthCheckId values for the associated child health checks.

hccRequestInterval :: Lens' HealthCheckConfig (Maybe Natural) Source #

The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health-check request.

Each Amazon Route 53 health checker makes requests at this interval. Valid values are 10 and 30. The default value is 30.

hccPort :: Lens' HealthCheckConfig (Maybe Natural) Source #

Port on which connection will be opened to the instance to health check. For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified. For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.

hccType :: Lens' HealthCheckConfig HealthCheckType Source #

The type of health check to be performed. Currently supported types are TCP, HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.

HealthCheckObservation

data HealthCheckObservation Source #

A complex type that contains the IP address of a Amazon Route 53 health checker and the reason for the health check status.

See: healthCheckObservation smart constructor.

Instances

Eq HealthCheckObservation Source # 
Data HealthCheckObservation Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HealthCheckObservation -> c HealthCheckObservation #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HealthCheckObservation #

toConstr :: HealthCheckObservation -> Constr #

dataTypeOf :: HealthCheckObservation -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c HealthCheckObservation) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HealthCheckObservation) #

gmapT :: (forall b. Data b => b -> b) -> HealthCheckObservation -> HealthCheckObservation #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HealthCheckObservation -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HealthCheckObservation -> r #

gmapQ :: (forall d. Data d => d -> u) -> HealthCheckObservation -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HealthCheckObservation -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HealthCheckObservation -> m HealthCheckObservation #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HealthCheckObservation -> m HealthCheckObservation #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HealthCheckObservation -> m HealthCheckObservation #

Read HealthCheckObservation Source # 
Show HealthCheckObservation Source # 
Generic HealthCheckObservation Source # 
Hashable HealthCheckObservation Source # 
NFData HealthCheckObservation Source # 

Methods

rnf :: HealthCheckObservation -> () #

FromXML HealthCheckObservation Source # 
type Rep HealthCheckObservation Source # 
type Rep HealthCheckObservation = D1 (MetaData "HealthCheckObservation" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "HealthCheckObservation'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_hcoIPAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_hcoStatusReport") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe StatusReport))) (S1 (MetaSel (Just Symbol "_hcoRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe HealthCheckRegion))))))

healthCheckObservation :: HealthCheckObservation Source #

Creates a value of HealthCheckObservation with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

hcoIPAddress :: Lens' HealthCheckObservation (Maybe Text) Source #

The IP address of the Amazon Route 53 health checker that performed this health check.

hcoStatusReport :: Lens' HealthCheckObservation (Maybe StatusReport) Source #

A complex type that contains information about the health check status for the current observation.

hcoRegion :: Lens' HealthCheckObservation (Maybe HealthCheckRegion) Source #

The HealthCheckRegion of the Amazon Route 53 health checker that performed this health check.

HostedZone

data HostedZone Source #

A complex type that contain information about the specified hosted zone.

See: hostedZone smart constructor.

Instances

Eq HostedZone Source # 
Data HostedZone Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HostedZone -> c HostedZone #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HostedZone #

toConstr :: HostedZone -> Constr #

dataTypeOf :: HostedZone -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c HostedZone) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HostedZone) #

gmapT :: (forall b. Data b => b -> b) -> HostedZone -> HostedZone #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HostedZone -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HostedZone -> r #

gmapQ :: (forall d. Data d => d -> u) -> HostedZone -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HostedZone -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HostedZone -> m HostedZone #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HostedZone -> m HostedZone #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HostedZone -> m HostedZone #

Read HostedZone Source # 
Show HostedZone Source # 
Generic HostedZone Source # 

Associated Types

type Rep HostedZone :: * -> * #

Hashable HostedZone Source # 
NFData HostedZone Source # 

Methods

rnf :: HostedZone -> () #

FromXML HostedZone Source # 
type Rep HostedZone Source # 
type Rep HostedZone = D1 (MetaData "HostedZone" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "HostedZone'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_hzConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe HostedZoneConfig))) (S1 (MetaSel (Just Symbol "_hzResourceRecordSetCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)))) ((:*:) (S1 (MetaSel (Just Symbol "_hzId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_hzName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_hzCallerReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))))

hostedZone Source #

Creates a value of HostedZone with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

hzConfig :: Lens' HostedZone (Maybe HostedZoneConfig) Source #

A complex type that contains the Comment element.

hzResourceRecordSetCount :: Lens' HostedZone (Maybe Integer) Source #

Total number of resource record sets in the hosted zone.

hzId :: Lens' HostedZone Text Source #

The ID of the specified hosted zone.

hzName :: Lens' HostedZone Text Source #

The name of the domain. This must be a fully-specified domain, for example, www.example.com. The trailing dot is optional; Amazon Route 53 assumes that the domain name is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical.

This is the name you have registered with your DNS registrar. You should ask your registrar to change the authoritative name servers for your domain to the set of NameServers elements returned in DelegationSet.

hzCallerReference :: Lens' HostedZone Text Source #

A unique string that identifies the request to create the hosted zone.

HostedZoneConfig

data HostedZoneConfig Source #

A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

See: hostedZoneConfig smart constructor.

Instances

Eq HostedZoneConfig Source # 
Data HostedZoneConfig Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HostedZoneConfig -> c HostedZoneConfig #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HostedZoneConfig #

toConstr :: HostedZoneConfig -> Constr #

dataTypeOf :: HostedZoneConfig -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c HostedZoneConfig) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HostedZoneConfig) #

gmapT :: (forall b. Data b => b -> b) -> HostedZoneConfig -> HostedZoneConfig #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HostedZoneConfig -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HostedZoneConfig -> r #

gmapQ :: (forall d. Data d => d -> u) -> HostedZoneConfig -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HostedZoneConfig -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HostedZoneConfig -> m HostedZoneConfig #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HostedZoneConfig -> m HostedZoneConfig #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HostedZoneConfig -> m HostedZoneConfig #

Read HostedZoneConfig Source # 
Show HostedZoneConfig Source # 
Generic HostedZoneConfig Source # 
Hashable HostedZoneConfig Source # 
NFData HostedZoneConfig Source # 

Methods

rnf :: HostedZoneConfig -> () #

FromXML HostedZoneConfig Source # 
ToXML HostedZoneConfig Source # 
type Rep HostedZoneConfig Source # 
type Rep HostedZoneConfig = D1 (MetaData "HostedZoneConfig" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "HostedZoneConfig'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_hzcPrivateZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) (S1 (MetaSel (Just Symbol "_hzcComment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

hostedZoneConfig :: HostedZoneConfig Source #

Creates a value of HostedZoneConfig with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

hzcComment :: Lens' HostedZoneConfig (Maybe Text) Source #

An optional comment about your hosted zone. If you don't want to specify a comment, you can omit the HostedZoneConfig and Comment elements from the XML document.

ResourceRecord

data ResourceRecord Source #

A complex type that contains the value of the Value element for the current resource record set.

See: resourceRecord smart constructor.

Instances

Eq ResourceRecord Source # 
Data ResourceRecord Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResourceRecord -> c ResourceRecord #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResourceRecord #

toConstr :: ResourceRecord -> Constr #

dataTypeOf :: ResourceRecord -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ResourceRecord) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResourceRecord) #

gmapT :: (forall b. Data b => b -> b) -> ResourceRecord -> ResourceRecord #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResourceRecord -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResourceRecord -> r #

gmapQ :: (forall d. Data d => d -> u) -> ResourceRecord -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ResourceRecord -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResourceRecord -> m ResourceRecord #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceRecord -> m ResourceRecord #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceRecord -> m ResourceRecord #

Read ResourceRecord Source # 
Show ResourceRecord Source # 
Generic ResourceRecord Source # 

Associated Types

type Rep ResourceRecord :: * -> * #

Hashable ResourceRecord Source # 
NFData ResourceRecord Source # 

Methods

rnf :: ResourceRecord -> () #

FromXML ResourceRecord Source # 
ToXML ResourceRecord Source # 

Methods

toXML :: ResourceRecord -> XML #

type Rep ResourceRecord Source # 
type Rep ResourceRecord = D1 (MetaData "ResourceRecord" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" True) (C1 (MetaCons "ResourceRecord'" PrefixI True) (S1 (MetaSel (Just Symbol "_rrValue") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

resourceRecord Source #

Arguments

:: Text

rrValue

-> ResourceRecord 

Creates a value of ResourceRecord with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rrValue :: Lens' ResourceRecord Text Source #

The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

You can specify more than one value for all record types except CNAME and SOA.

ResourceRecordSet

data ResourceRecordSet Source #

A complex type that contains information about the current resource record set.

See: resourceRecordSet smart constructor.

Instances

Eq ResourceRecordSet Source # 
Data ResourceRecordSet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResourceRecordSet -> c ResourceRecordSet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResourceRecordSet #

toConstr :: ResourceRecordSet -> Constr #

dataTypeOf :: ResourceRecordSet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ResourceRecordSet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResourceRecordSet) #

gmapT :: (forall b. Data b => b -> b) -> ResourceRecordSet -> ResourceRecordSet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResourceRecordSet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResourceRecordSet -> r #

gmapQ :: (forall d. Data d => d -> u) -> ResourceRecordSet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ResourceRecordSet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResourceRecordSet -> m ResourceRecordSet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceRecordSet -> m ResourceRecordSet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceRecordSet -> m ResourceRecordSet #

Read ResourceRecordSet Source # 
Show ResourceRecordSet Source # 
Generic ResourceRecordSet Source # 
Hashable ResourceRecordSet Source # 
NFData ResourceRecordSet Source # 

Methods

rnf :: ResourceRecordSet -> () #

FromXML ResourceRecordSet Source # 
ToXML ResourceRecordSet Source # 
type Rep ResourceRecordSet Source # 
type Rep ResourceRecordSet = D1 (MetaData "ResourceRecordSet" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "ResourceRecordSet'" PrefixI True) ((:*:) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rrsTTL") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) ((:*:) (S1 (MetaSel (Just Symbol "_rrsResourceRecords") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 ResourceRecord)))) (S1 (MetaSel (Just Symbol "_rrsAliasTarget") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe AliasTarget))))) ((:*:) (S1 (MetaSel (Just Symbol "_rrsWeight") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Nat))) ((:*:) (S1 (MetaSel (Just Symbol "_rrsTrafficPolicyInstanceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rrsSetIdentifier") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_rrsFailover") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Failover))) ((:*:) (S1 (MetaSel (Just Symbol "_rrsHealthCheckId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_rrsRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Region))))) ((:*:) (S1 (MetaSel (Just Symbol "_rrsGeoLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GeoLocation))) ((:*:) (S1 (MetaSel (Just Symbol "_rrsName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_rrsType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RecordType)))))))

rrsTTL :: Lens' ResourceRecordSet (Maybe Natural) Source #

The cache time to live for the current resource record set. Note the following:

  • If you're creating an alias resource record set, omit TTL. Amazon Route 53 uses the value of TTL for the alias target.
  • If you're associating this resource record set with a health check (if you're adding a HealthCheckId element), we recommend that you specify a TTL of 60 seconds or less so clients respond quickly to changes in health status.
  • All of the resource record sets in a group of weighted, latency, geolocation, or failover resource record sets must have the same value for TTL.
  • If a group of weighted resource record sets includes one or more weighted alias resource record sets for which the alias target is an ELB load balancer, we recommend that you specify a TTL of 60 seconds for all of the non-alias weighted resource record sets that have the same name and type. Values other than 60 seconds (the TTL for load balancers) will change the effect of the values that you specify for Weight.

rrsResourceRecords :: Lens' ResourceRecordSet (Maybe (NonEmpty ResourceRecord)) Source #

A complex type that contains the resource records for the current resource record set.

rrsAliasTarget :: Lens' ResourceRecordSet (Maybe AliasTarget) Source #

Alias resource record sets only: Information about the AWS resource to which you are redirecting traffic.

rrsWeight :: Lens' ResourceRecordSet (Maybe Natural) Source #

Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following:

  • You must specify a value for the Weight element for every weighted resource record set.
  • You can only specify one ResourceRecord per weighted resource record set.
  • You cannot create latency, failover, or geolocation resource record sets that have the same values for the Name and Type elements as weighted resource record sets.
  • You can create a maximum of 100 weighted resource record sets that have the same values for the Name and Type elements.
  • For weighted (but not weighted alias) resource record sets, if you set Weight to '0' for a resource record set, Amazon Route 53 never responds to queries with the applicable value for that resource record set. However, if you set Weight to '0' for all resource record sets that have the same combination of DNS name and type, traffic is routed to all resources with equal probability.

    The effect of setting Weight to '0' is different when you associate health checks with weighted resource record sets. For more information, see Options for Configuring Amazon Route 53 Active-Active and Active-Passive Failover in the Amazon Route 53 Developer Guide.

rrsSetIdentifier :: Lens' ResourceRecordSet (Maybe Text) Source #

Weighted, Latency, Geo, and Failover resource record sets only: An identifier that differentiates among multiple resource record sets that have the same combination of DNS name and type. The value of SetIdentifier must be unique for each resource record set that has the same combination of DNS name and type.

rrsFailover :: Lens' ResourceRecordSet (Maybe Failover) Source #

Failover resource record sets only: To configure failover, you add the Failover element to two resource record sets. For one resource record set, you specify PRIMARY as the value for Failover; for the other resource record set, you specify SECONDARY. In addition, you include the HealthCheckId element and specify the health check that you want Amazon Route 53 to perform for each resource record set.

You can create failover and failover alias resource record sets only in public hosted zones.

Except where noted, the following failover behaviors assume that you have included the HealthCheckId element in both resource record sets:

  • When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set.
  • When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set.
  • When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set.
  • If you omit the HealthCheckId element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint.

You cannot create non-failover resource record sets that have the same values for the Name and Type elements as failover resource record sets.

For failover alias resource record sets, you must also include the EvaluateTargetHealth element and set the value to true.

For more information about configuring failover for Amazon Route 53, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide.

Valid values: PRIMARY | SECONDARY

rrsHealthCheckId :: Lens' ResourceRecordSet (Maybe Text) Source #

/Health Check resource record sets only, not required for alias resource record sets:/ An identifier that is used to identify health check associated with the resource record set.

rrsRegion :: Lens' ResourceRecordSet (Maybe Region) Source #

Latency-based resource record sets only: The Amazon EC2 region where the resource that is specified in this resource record set resides. The resource typically is an AWS resource, such as an Amazon EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.

You can create latency and latency alias resource record sets only in public hosted zones.

When Amazon Route 53 receives a DNS query for a domain name and type for which you have created latency resource record sets, Amazon Route 53 selects the latency resource record set that has the lowest latency between the end user and the associated Amazon EC2 region. Amazon Route 53 then returns the value that is associated with the selected resource record set.

Note the following:

  • You can only specify one ResourceRecord per latency resource record set.
  • You can only create one latency resource record set for each Amazon EC2 region.
  • You are not required to create latency resource record sets for all Amazon EC2 regions. Amazon Route 53 will choose the region with the best latency from among the regions for which you create latency resource record sets.
  • You cannot create non-latency resource record sets that have the same values for the Name and Type elements as latency resource record sets.

rrsGeoLocation :: Lens' ResourceRecordSet (Maybe GeoLocation) Source #

Geo location resource record sets only: A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query. For example, if you want all queries from Africa to be routed to a web server with an IP address of '192.0.2.111', create a resource record set with a Type of A and a ContinentCode of AF.

You can create geolocation and geolocation alias resource record sets only in public hosted zones.

If you create separate resource record sets for overlapping geographic regions (for example, one resource record set for a continent and one for a country on the same continent), priority goes to the smallest geographic region. This allows you to route most queries for a continent to one resource and to route queries for a country on that continent to a different resource.

You cannot create two geolocation resource record sets that specify the same geographic location.

The value * in the CountryCode element matches all geographic locations that aren't specified in other geolocation resource record sets that have the same values for the Name and Type elements.

Geolocation works by mapping IP addresses to locations. However, some IP addresses aren't mapped to geographic locations, so even if you create geolocation resource record sets that cover all seven continents, Amazon Route 53 will receive some DNS queries from locations that it can't identify. We recommend that you create a resource record set for which the value of CountryCode is *, which handles both queries that come from locations for which you haven't created geolocation resource record sets and queries from IP addresses that aren't mapped to a location. If you don't create a * resource record set, Amazon Route 53 returns a "no answer" response for queries from those locations.

You cannot create non-geolocation resource record sets that have the same values for the Name and Type elements as geolocation resource record sets.

rrsName :: Lens' ResourceRecordSet Text Source #

The name of the domain you want to perform the action on.

Enter a fully qualified domain name, for example, 'www.example.com'. You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats 'www.example.com' (without a trailing dot) and 'www.example.com.' (with a trailing dot) as identical.

For information about how to specify characters other than a-z, 0-9, and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide.

You can use an asterisk (*) character in the name. DNS treats the * character either as a wildcard or as the * character (ASCII 42), depending on where it appears in the name. For more information, see Using an Asterisk (*) in the Names of Hosted Zones and Resource Record Sets in the Amazon Route 53 Developer Guide

You can't use the * wildcard for resource records sets that have a type of NS.

rrsType :: Lens' ResourceRecordSet RecordType Source #

The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

Valid values for basic resource record sets: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT

Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | PTR | SPF | SRV | TXT. When creating a group of weighted, latency, geolocation, or failover resource record sets, specify the same value for all of the resource record sets in the group.

SPF records were formerly used to verify the identity of the sender of email messages. However, we no longer recommend that you create resource record sets for which the value of Type is SPF. RFC 7208, /Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1/, has been updated to say, "...[I]ts existence and mechanism defined in [RFC4408] have led to some interoperability issues. Accordingly, its use is no longer appropriate for SPF version 1; implementations are not to use it." In RFC 7208, see section 14.1, The SPF DNS Record Type.

Values for alias resource record sets:

  • CloudFront distributions: A
  • ELB load balancers: A | AAAA
  • Amazon S3 buckets: A
  • Another resource record set in this hosted zone: Specify the type of the resource record set for which you're creating the alias. Specify any value except NS or SOA.

ResourceTagSet

data ResourceTagSet Source #

A complex type containing a resource and its associated tags.

See: resourceTagSet smart constructor.

Instances

Eq ResourceTagSet Source # 
Data ResourceTagSet Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResourceTagSet -> c ResourceTagSet #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResourceTagSet #

toConstr :: ResourceTagSet -> Constr #

dataTypeOf :: ResourceTagSet -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ResourceTagSet) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResourceTagSet) #

gmapT :: (forall b. Data b => b -> b) -> ResourceTagSet -> ResourceTagSet #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResourceTagSet -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResourceTagSet -> r #

gmapQ :: (forall d. Data d => d -> u) -> ResourceTagSet -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ResourceTagSet -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResourceTagSet -> m ResourceTagSet #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceTagSet -> m ResourceTagSet #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResourceTagSet -> m ResourceTagSet #

Read ResourceTagSet Source # 
Show ResourceTagSet Source # 
Generic ResourceTagSet Source # 

Associated Types

type Rep ResourceTagSet :: * -> * #

Hashable ResourceTagSet Source # 
NFData ResourceTagSet Source # 

Methods

rnf :: ResourceTagSet -> () #

FromXML ResourceTagSet Source # 
type Rep ResourceTagSet Source # 
type Rep ResourceTagSet = D1 (MetaData "ResourceTagSet" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "ResourceTagSet'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_rtsResourceId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_rtsResourceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TagResourceType))) (S1 (MetaSel (Just Symbol "_rtsTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (List1 Tag)))))))

resourceTagSet :: ResourceTagSet Source #

Creates a value of ResourceTagSet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rtsResourceId :: Lens' ResourceTagSet (Maybe Text) Source #

The ID for the specified resource.

rtsResourceType :: Lens' ResourceTagSet (Maybe TagResourceType) Source #

The type of the resource.

  • The resource type for health checks is healthcheck.
  • The resource type for hosted zones is hostedzone.

rtsTags :: Lens' ResourceTagSet (Maybe (NonEmpty Tag)) Source #

The tags associated with the specified resource.

StatusReport

data StatusReport Source #

A complex type that contains information about the health check status for the current observation.

See: statusReport smart constructor.

Instances

Eq StatusReport Source # 
Data StatusReport Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> StatusReport -> c StatusReport #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c StatusReport #

toConstr :: StatusReport -> Constr #

dataTypeOf :: StatusReport -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c StatusReport) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c StatusReport) #

gmapT :: (forall b. Data b => b -> b) -> StatusReport -> StatusReport #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> StatusReport -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> StatusReport -> r #

gmapQ :: (forall d. Data d => d -> u) -> StatusReport -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> StatusReport -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> StatusReport -> m StatusReport #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusReport -> m StatusReport #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> StatusReport -> m StatusReport #

Read StatusReport Source # 
Show StatusReport Source # 
Generic StatusReport Source # 

Associated Types

type Rep StatusReport :: * -> * #

Hashable StatusReport Source # 
NFData StatusReport Source # 

Methods

rnf :: StatusReport -> () #

FromXML StatusReport Source # 
type Rep StatusReport Source # 
type Rep StatusReport = D1 (MetaData "StatusReport" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "StatusReport'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_srStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_srCheckedTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ISO8601)))))

statusReport :: StatusReport Source #

Creates a value of StatusReport with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

srStatus :: Lens' StatusReport (Maybe Text) Source #

The observed health check status.

srCheckedTime :: Lens' StatusReport (Maybe UTCTime) Source #

The date and time the health check status was observed, in the format 'YYYY-MM-DDThh:mm:ssZ', as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z). The Z after the time indicates that the time is listed in Coordinated Universal Time (UTC).

Tag

data Tag Source #

A single tag containing a key and value.

See: tag smart constructor.

Instances

Eq Tag Source # 

Methods

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

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

Data Tag Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Tag -> c Tag #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Tag #

toConstr :: Tag -> Constr #

dataTypeOf :: Tag -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c Tag) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Tag) #

gmapT :: (forall b. Data b => b -> b) -> Tag -> Tag #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Tag -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Tag -> r #

gmapQ :: (forall d. Data d => d -> u) -> Tag -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Tag -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Tag -> m Tag #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Tag -> m Tag #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Tag -> m Tag #

Read Tag Source # 
Show Tag Source # 

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 

Associated Types

type Rep Tag :: * -> * #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Hashable Tag Source # 

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

NFData Tag Source # 

Methods

rnf :: Tag -> () #

FromXML Tag Source # 

Methods

parseXML :: [Node] -> Either String Tag #

ToXML Tag Source # 

Methods

toXML :: Tag -> XML #

type Rep Tag Source # 
type Rep Tag = D1 (MetaData "Tag" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "Tag'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_tagValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_tagKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

tag :: Tag Source #

Creates a value of Tag with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tagValue :: Lens' Tag (Maybe Text) Source #

The value for a Tag.

tagKey :: Lens' Tag (Maybe Text) Source #

The key for a Tag.

TrafficPolicy

data TrafficPolicy Source #

See: trafficPolicy smart constructor.

Instances

Eq TrafficPolicy Source # 
Data TrafficPolicy Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TrafficPolicy -> c TrafficPolicy #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TrafficPolicy #

toConstr :: TrafficPolicy -> Constr #

dataTypeOf :: TrafficPolicy -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TrafficPolicy) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TrafficPolicy) #

gmapT :: (forall b. Data b => b -> b) -> TrafficPolicy -> TrafficPolicy #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TrafficPolicy -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TrafficPolicy -> r #

gmapQ :: (forall d. Data d => d -> u) -> TrafficPolicy -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TrafficPolicy -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TrafficPolicy -> m TrafficPolicy #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TrafficPolicy -> m TrafficPolicy #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TrafficPolicy -> m TrafficPolicy #

Read TrafficPolicy Source # 
Show TrafficPolicy Source # 
Generic TrafficPolicy Source # 

Associated Types

type Rep TrafficPolicy :: * -> * #

Hashable TrafficPolicy Source # 
NFData TrafficPolicy Source # 

Methods

rnf :: TrafficPolicy -> () #

FromXML TrafficPolicy Source # 
type Rep TrafficPolicy Source # 

trafficPolicy Source #

Creates a value of TrafficPolicy with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tpComment :: Lens' TrafficPolicy (Maybe Text) Source #

Undocumented member.

tpId :: Lens' TrafficPolicy Text Source #

Undocumented member.

tpVersion :: Lens' TrafficPolicy Natural Source #

Undocumented member.

tpName :: Lens' TrafficPolicy Text Source #

Undocumented member.

tpType :: Lens' TrafficPolicy RecordType Source #

Undocumented member.

tpDocument :: Lens' TrafficPolicy Text Source #

Undocumented member.

TrafficPolicyInstance

data TrafficPolicyInstance Source #

See: trafficPolicyInstance smart constructor.

Instances

Eq TrafficPolicyInstance Source # 
Data TrafficPolicyInstance Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TrafficPolicyInstance -> c TrafficPolicyInstance #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TrafficPolicyInstance #

toConstr :: TrafficPolicyInstance -> Constr #

dataTypeOf :: TrafficPolicyInstance -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TrafficPolicyInstance) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TrafficPolicyInstance) #

gmapT :: (forall b. Data b => b -> b) -> TrafficPolicyInstance -> TrafficPolicyInstance #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TrafficPolicyInstance -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TrafficPolicyInstance -> r #

gmapQ :: (forall d. Data d => d -> u) -> TrafficPolicyInstance -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TrafficPolicyInstance -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TrafficPolicyInstance -> m TrafficPolicyInstance #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TrafficPolicyInstance -> m TrafficPolicyInstance #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TrafficPolicyInstance -> m TrafficPolicyInstance #

Read TrafficPolicyInstance Source # 
Show TrafficPolicyInstance Source # 
Generic TrafficPolicyInstance Source # 
Hashable TrafficPolicyInstance Source # 
NFData TrafficPolicyInstance Source # 

Methods

rnf :: TrafficPolicyInstance -> () #

FromXML TrafficPolicyInstance Source # 
type Rep TrafficPolicyInstance Source # 

tpiId :: Lens' TrafficPolicyInstance Text Source #

Undocumented member.

TrafficPolicySummary

data TrafficPolicySummary Source #

See: trafficPolicySummary smart constructor.

Instances

Eq TrafficPolicySummary Source # 
Data TrafficPolicySummary Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TrafficPolicySummary -> c TrafficPolicySummary #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TrafficPolicySummary #

toConstr :: TrafficPolicySummary -> Constr #

dataTypeOf :: TrafficPolicySummary -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c TrafficPolicySummary) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TrafficPolicySummary) #

gmapT :: (forall b. Data b => b -> b) -> TrafficPolicySummary -> TrafficPolicySummary #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TrafficPolicySummary -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TrafficPolicySummary -> r #

gmapQ :: (forall d. Data d => d -> u) -> TrafficPolicySummary -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TrafficPolicySummary -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TrafficPolicySummary -> m TrafficPolicySummary #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TrafficPolicySummary -> m TrafficPolicySummary #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TrafficPolicySummary -> m TrafficPolicySummary #

Read TrafficPolicySummary Source # 
Show TrafficPolicySummary Source # 
Generic TrafficPolicySummary Source # 
Hashable TrafficPolicySummary Source # 
NFData TrafficPolicySummary Source # 

Methods

rnf :: TrafficPolicySummary -> () #

FromXML TrafficPolicySummary Source # 
type Rep TrafficPolicySummary Source # 
type Rep TrafficPolicySummary = D1 (MetaData "TrafficPolicySummary" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "TrafficPolicySummary'" PrefixI True) ((:*:) ((:*:) (S1 (MetaSel (Just Symbol "_tpsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_tpsName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) ((:*:) (S1 (MetaSel (Just Symbol "_tpsType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RecordType)) ((:*:) (S1 (MetaSel (Just Symbol "_tpsLatestVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat)) (S1 (MetaSel (Just Symbol "_tpsTrafficPolicyCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat))))))

trafficPolicySummary Source #

Creates a value of TrafficPolicySummary with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

tpsId :: Lens' TrafficPolicySummary Text Source #

Undocumented member.

VPC

data VPC Source #

See: vpc smart constructor.

Instances

Eq VPC Source # 

Methods

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

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

Data VPC Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> VPC -> c VPC #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c VPC #

toConstr :: VPC -> Constr #

dataTypeOf :: VPC -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c VPC) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c VPC) #

gmapT :: (forall b. Data b => b -> b) -> VPC -> VPC #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> VPC -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> VPC -> r #

gmapQ :: (forall d. Data d => d -> u) -> VPC -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> VPC -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> VPC -> m VPC #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> VPC -> m VPC #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> VPC -> m VPC #

Read VPC Source # 
Show VPC Source # 

Methods

showsPrec :: Int -> VPC -> ShowS #

show :: VPC -> String #

showList :: [VPC] -> ShowS #

Generic VPC Source # 

Associated Types

type Rep VPC :: * -> * #

Methods

from :: VPC -> Rep VPC x #

to :: Rep VPC x -> VPC #

Hashable VPC Source # 

Methods

hashWithSalt :: Int -> VPC -> Int #

hash :: VPC -> Int #

NFData VPC Source # 

Methods

rnf :: VPC -> () #

FromXML VPC Source # 

Methods

parseXML :: [Node] -> Either String VPC #

ToXML VPC Source # 

Methods

toXML :: VPC -> XML #

type Rep VPC Source # 
type Rep VPC = D1 (MetaData "VPC" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.2-5wB4fBZ2k8UCgPOMIGXT9n" False) (C1 (MetaCons "VPC'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_vpcVPCRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe VPCRegion))) (S1 (MetaSel (Just Symbol "_vpcVPCId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

vpc :: VPC Source #

Creates a value of VPC with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

vpcVPCRegion :: Lens' VPC (Maybe VPCRegion) Source #

Undocumented member.

vpcVPCId :: Lens' VPC (Maybe Text) Source #

Undocumented member.