amazonka-route53-1.4.4: 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 #

The input is not valid.

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

The hosted zone contains resource records that are not SOA or NS records.

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

Parameter name and problem.

_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 #

If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an 'HTTP 400 error' ('Bad request'). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.

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

This exception contains a list of messages that might contain one or more error messages. Each error message indicates one error in the change batch.

_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 #

A reusable delegation set with the specified ID does not exist.

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

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 #

A reusable delegation set with the specified ID does not exist.

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

The health check you're attempting to create already exists.

Amazon Route 53 returns this error when a health check has already been created with the specified value for 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 #

Amazon Route 53 doesn't support the specified geolocation.

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

You can create a hosted zone that has the same name as an existing hosted zone (example.com is common), but there is a limit to the number of hosted zones that have the same name. If you get this error, Amazon Route 53 has reached that limit. If you own the domain name and Amazon Route 53 generates this error, contact Customer Support.

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

The specified VPC and hosted zone are not currently associated.

_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 specified in HostedZoneId is a public hosted zone.

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

No hosted zone exists with the ID that you specified.

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

This hosted zone cannot be created because the hosted zone limit is exceeded. To request a limit increase, go to the Amazon Route 53 Contact Us page.

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

The health check ID for this health check is referenced in the HealthCheckId element in one of the resource record sets in one of the hosted zones that are owned by the current AWS account.

_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 #

Only one VPC is currently associated with the hosted zone. You cannot convert a private hosted zone into a public hosted zone by disassociating the last VPC from a hosted zone.

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

Prism for TooManyHealthChecks' errors.

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

No health check exists with the ID that you specified in the DeleteHealthCheck request.

_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

Bombay

Asia Pacific / ap-south-1

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 

Methods

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

ToXML Region 

Methods

toXML :: Region -> XML #

ToByteString Region 

Methods

toBS :: Region -> ByteString #

FromJSON Region 

Methods

parseJSON :: Value -> Parser Region #

ToJSON Region 

Methods

toJSON :: Region -> Value #

toEncoding :: Region -> Encoding #

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.4-37acnMZBU148gTrDuH4Pfk" 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 "Bombay" 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 # 

Methods

parser :: Parser ChangeAction #

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 # 

Methods

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

ToQuery ChangeStatus Source # 
ToByteString ChangeStatus Source # 
FromText ChangeStatus Source # 

Methods

parser :: Parser ChangeStatus #

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 # 

Methods

parser :: Parser CloudWatchRegion #

ToText CloudWatchRegion Source # 
type Rep CloudWatchRegion Source # 
type Rep CloudWatchRegion = D1 (MetaData "CloudWatchRegion" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "CWRApNortheast1" PrefixI False) U1) (C1 (MetaCons "CWRApNortheast2" PrefixI False) U1)) ((:+:) (C1 (MetaCons "CWRApSouth1" 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 # 

Methods

parser :: Parser ComparisonOperator #

ToText ComparisonOperator Source # 
type Rep ComparisonOperator Source # 
type Rep ComparisonOperator = D1 (MetaData "ComparisonOperator" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" 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 # 

Methods

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

ToXML Failover Source # 

Methods

toXML :: Failover -> XML #

ToQuery Failover Source # 
ToByteString Failover Source # 

Methods

toBS :: Failover -> ByteString #

FromText Failover Source # 

Methods

parser :: Parser Failover #

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 # 

Methods

parser :: Parser HealthCheckRegion #

ToText HealthCheckRegion Source # 
type Rep HealthCheckRegion Source # 
type Rep HealthCheckRegion = D1 (MetaData "HealthCheckRegion" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" 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 # 

Methods

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

ToXML HealthCheckType Source # 

Methods

toXML :: HealthCheckType -> XML #

ToQuery HealthCheckType Source # 
ToByteString HealthCheckType Source # 
FromText HealthCheckType Source # 

Methods

parser :: Parser HealthCheckType #

ToText HealthCheckType Source # 
type Rep HealthCheckType Source # 
type Rep HealthCheckType = D1 (MetaData "HealthCheckType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" 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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 
Naptr 
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 # 

Methods

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

ToXML RecordType Source # 

Methods

toXML :: RecordType -> XML #

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

Methods

parser :: Parser RecordType #

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 "Naptr" 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 # 

Methods

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

ToQuery Statistic Source # 
ToByteString Statistic Source # 

Methods

toBS :: Statistic -> ByteString #

FromText Statistic Source # 

Methods

parser :: Parser Statistic #

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 # 

Methods

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

ToXML TagResourceType Source # 

Methods

toXML :: TagResourceType -> XML #

ToQuery TagResourceType Source # 
ToByteString TagResourceType Source # 
FromText TagResourceType Source # 

Methods

parser :: Parser TagResourceType #

ToText TagResourceType Source # 
type Rep TagResourceType Source # 
type Rep TagResourceType = D1 (MetaData "TagResourceType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" 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 # 

Methods

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

ToXML VPCRegion Source # 

Methods

toXML :: VPCRegion -> XML #

ToQuery VPCRegion Source # 
ToByteString VPCRegion Source # 

Methods

toBS :: VPCRegion -> ByteString #

FromText VPCRegion Source # 

Methods

parser :: Parser VPCRegion #

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.4-KBIXDpJOcpkWbDD9G5tXJ" False) ((:+:) ((:+:) ((:+:) (C1 (MetaCons "ApNortheast1" PrefixI False) U1) ((:+:) (C1 (MetaCons "ApNortheast2" PrefixI False) U1) (C1 (MetaCons "ApSouth1" 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 identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

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 # 

Methods

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

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 #

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

For the current list of CloudWatch regions, see Amazon CloudWatch in AWS Regions and Endpoints in the Amazon Web Services General Reference.

aiName :: Lens' AlarmIdentifier Text Source #

The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

AliasTarget

data AliasTarget Source #

Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

When creating resource record sets for a private hosted zone, note the following:

  • Resource record sets cannot be created for CloudFront distributions in a private hosted zone.
  • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.
  • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone.

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 # 

Methods

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

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 records sets only: The value used depends on where the queries are routed:

A CloudFront distribution
Specify Z2FDTNDATAQYW2.

Alias resource record sets for CloudFront cannot be created in a private zone.

Elastic Beanstalk environment
Specify the hosted zone ID for the region in which you created the environment. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see AWS Elastic Beanstalk in the Regions and Endpoints chapter of the AWSk General Reference.
ELB load balancer
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
  • AWS Management Console: Go to the Amazon EC2; page, click Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted Zone ID field on the Description tab. Use the same process to get the DNS Name. See HostedZoneName>.
  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZoneName>.
  • AWS CLI: Use ' describe-load-balancers ' to get the value of CanonicalHostedZoneNameID. Use the same process to get the CanonicalHostedZoneName. See HostedZoneName>.
An Amazon S3 bucket 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 S3 (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.)

atDNSName :: Lens' AliasTarget Text Source #

Alias resource record sets only: 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.

  • Elastic Beanstalk environment: Specify the CNAME attribute for the environment. (The environment must have a regionalized domain name.) You can use the following methods to get the value of the CNAME attribute:

    • AWS Managment Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide.
    • Elastic Load Balancing API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the AWS Elastic Beanstalk API Reference.
    • AWS CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the AWS Command Line Interface Reference.
  • An ELB load balancer: Specify the DNS name associated with the load balancer. 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.

    • AWS Management Console: Go to the Amazon EC2 page, click Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS Name field that begins with dualstack. Use the same process to get the Hosted Zone ID. See HostedZoneId>.
    • Elastic Load Balancing API: Use ' DescribeLoadBalancers ' to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId>.
    • AWS CLI: Use ' describe-load-balancers ' to get the value of CanonicalHostedZoneName. Use the same process to get the CanonicalHostedZoneNameId. See HostedZoneId.
  • 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.

atEvaluateTargetHealth :: Lens' AliasTarget Bool Source #

Applies only to alias, weighted alias, latency alias, and failover alias record sets: 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 ' HealthCheck>Id ' 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:

  • 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.
  • 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.)
  • 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.
  • 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 Elastic Beanstalk environment in HostedZoneId and DNSName, and if the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth to true and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Amazon Route 53 routes queries to other available resources that are healthy, if any.

    If the environment contains a single Amazon EC2 instance, there are no special requirements.

  • 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 Developers 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 #

The information for each resource record set that you want to change.

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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).

    To delete the resource record set that is associated with a traffic policy instance, use ' DeleteTrafficPolicyInstance '. Amazon Route 53will delete the resource record set automatically. If you delete the resource record set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically delete the traffic policy instance, and you'll continue to be charged for it even though it's no longer in use.

  • 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 #

The information for a change 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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 #

Information about the changes to make to the record sets.

ChangeInfo

data ChangeInfo Source #

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

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 # 

Methods

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

type Rep ChangeInfo Source # 
type Rep ChangeInfo = D1 (MetaData "ChangeInfo" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" 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 DecidedUnpack) (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.

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.

ciSubmittedAt :: Lens' ChangeInfo UTCTime Source #

The date and time the change request was submitted, in Coordinated Universal Time (UTC) format: 'YYYY-MM-DDThh:mm:ssZ'. For more information, see the Wikipedia entry ISO 8601.

CloudWatchAlarmConfiguration

data CloudWatchAlarmConfiguration Source #

A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this 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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 DecidedUnpack) (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 #

For the metric that the CloudWatch alarm is associated with, a complex type that contains information about the dimensions for the metric.For information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

cwacEvaluationPeriods :: Lens' CloudWatchAlarmConfiguration Natural Source #

For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.

cwacThreshold :: Lens' CloudWatchAlarmConfiguration Double Source #

For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.

cwacComparisonOperator :: Lens' CloudWatchAlarmConfiguration ComparisonOperator Source #

For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.

cwacPeriod :: Lens' CloudWatchAlarmConfiguration Natural Source #

For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.

cwacMetricName :: Lens' CloudWatchAlarmConfiguration Text Source #

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

cwacNamespace :: Lens' CloudWatchAlarmConfiguration Text Source #

The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch Developer Guide.

cwacStatistic :: Lens' CloudWatchAlarmConfiguration Statistic Source #

For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.

DelegationSet

data DelegationSet Source #

A complex type that describes the name servers for this hosted zone.

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 # 

Methods

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

type Rep DelegationSet Source # 
type Rep DelegationSet = D1 (MetaData "DelegationSet" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" 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 a list of the authoritative name servers for the hosted zone.

Dimension

data Dimension Source #

For the metric that the CloudWatch alarm is associated with, a complex type that contains information about one dimension.

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 # 

Methods

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

type Rep Dimension Source # 
type Rep Dimension = D1 (MetaData "Dimension" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" 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 #

For the metric that the CloudWatch alarm is associated with, the name of one dimension.

dValue :: Lens' Dimension Text Source #

For the metric that the CloudWatch alarm is associated with, the value of one 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 # 

Methods

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

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 the subdivision, for example, a state in the United States or a province in Canada.

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

The two-letter code for the country.

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

The two-letter code for the continent.

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 the codes and full continent, country, and subdivision names for the specified geolocation code.

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 full name of the subdivision, for example, a state in the United States or a province in Canada.

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

The code for the subdivision, for example, a state in the United States or a province in Canada.

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

The two-letter code for the country.

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

The two-letter code for the continent.

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

The full name of the continent.

HealthCheck

data HealthCheck Source #

A complex type that contains information about one health check that is associated with the current AWS account.

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 # 

Methods

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

type Rep HealthCheck Source # 
type Rep HealthCheck = D1 (MetaData "HealthCheck" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" 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 #

A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

hcId :: Lens' HealthCheck Text Source #

The identifier that Amazon Route 53assigned to the health check when you created it. When you add or update a resource record set, you use this value to specify which health check to use. The value can be up to 64 characters long.

hcCallerReference :: Lens' HealthCheck Text Source #

A unique string that you specified when you created the health check.

hcHealthCheckConfig :: Lens' HealthCheck HealthCheckConfig Source #

A complex type that contains detailed information about one health check.

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 information about the health check.

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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. 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 #

The IPv4 IP address of the endpoint on which you want Amazon Route 53 to perform health checks. If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

If the endpoint is an Amazon EC2 instance, we recommend that you create an Elastic IP address, associate it with your Amazon EC2 instance, and specify the Elastic IP address for IPAddress. This ensures that the IP address of your instance will never change.

For more information, see HealthCheckConfigFullyQualifiedDomainName>.

Contraints: Amazon Route 53 cannot check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you cannot create health checks, see RFC 5735, Special Use IPv4 Addresses and RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space.

When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.

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. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

Some endpoints require that HTTPS requests include the host name in the client_hello message. If you don't enable SNI, the status of the health check will be 'SSL alert handshake_failure'. A health check can also have that status for other reasons. If SNI is enabled and you're still getting the error, check the SSL/TLS configuration on your endpoint and confirm that your certificate is valid.

The SSL/TLS certificate on your endpoint includes a domain name in the 'Common Name' field and possibly several more in the 'Subject Alternative Names' field. One of the domain names in the certificate should match the value that you specify for FullyQualifiedDomainName. If the endpoint responds to the client_hello message with a certificate that does not include the domain name that you specified in FullyQualifiedDomainName, a health checker will retry the handshake. In the second attempt, the health checker will omit FullyQualifiedDomainName from the client_hello message.

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

If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Amazon Route 53 considers the resource healthy.

Amazon Route 53 considers case when searching for SearchString in the response body.

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

The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the HealthCheckConfigChildHealthChecks> and HealthCheckConfigChildHealthChecks> elements.

Note the following:

  • If you specify a number greater than the number of child health checks, Amazon Route 53 always considers this health check to be unhealthy.
  • If you specify '0', Amazon Route 53 always considers this health check to be healthy.

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

A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

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

The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html.

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

When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

  • Healthy: Amazon Route 53 considers the health check to be healthy.
  • Unhealthy: Amazon Route 53 considers the health check to be unhealthy.
  • LastKnownStatus: Amazon Route 53uses the status of the health check from the last time CloudWatch had sufficient data to determine the alarm state. For new health checks that have no last known status, the default status for the health check is healthy.

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

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

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

Specify 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 on the Health Checks page in the Amazon Route 53 console.

You can't change the value of MeasureLatency after you create a health check.

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

Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

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

Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

If you specify IPAddress:

The value that you want Amazon Route 53 to pass in the Host header in all health checks except TCP health checks. This is typically the fully qualified DNS name of the website that you are attempting to health check. When Amazon Route 53 checks the health of an endpoint, here is how it constructs the Host header:

  • If you specify a value of '80' for Port and HTTP or HTTP_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.
  • If you specify a value of '443' for Port and HTTPS or HTTPS_STR_MATCH for Type, Amazon Route 53 passes the value of FullyQualifiedDomainName to the endpoint in the Host header.
  • If you specify another value for Port and any value except TCP for Type, Amazon Route 53 passes 'FullyQualifiedDomainName:Port' to the endpoint in the Host header.

If you don't specify a value for FullyQualifiedDomainName, Amazon Route 53 substitutes the value of IPAddress in the Host header in each of the preceding cases.

If you don't specify IPAddress:

If you don't specify a value for IPAddress, Amazon Route 53 sends a DNS request to the domain that you specify in FullyQualifiedDomainName at the interval you specify in RequestInterval. Using an IP address that DNS returns, Amazon Route 53 then checks the health of the endpoint.

If you want to check the health of weighted, latency, or failover resource record sets and you choose to specify the endpoint only by FullyQualifiedDomainName, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for www.example.com. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as us-east-1-www.example.com), not the name of the resource record sets (www.example.com).

In this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and you then associate the health check with those resource record sets, health check results will be unpredictable.

In addition, if the value that you specify for Type is HTTP, HTTPS, HTTP_STR_MATCH, or HTTPS_STR_MATCH, Amazon Route 53 passes the value of FullyQualifiedDomainName in the Host header, as it does when you specify a value for IPAddress. If the value of Type is TCP, Amazon Route 53 doesn't pass a Host header.

hccChildHealthChecks :: Lens' HealthCheckConfig [Text] Source #

(CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

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.

You can't change the value of RequestInterval after you create a health check.

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

The port on the endpoint on which you want Amazon Route 53 to perform health checks. Specify a value for Port only when you specify a value for IPAddress.

hccType :: Lens' HealthCheckConfig HealthCheckType Source #

The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

You can't change the value of Type after you create a health check.

You can create the following types of health checks:

  • HTTP: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and waits for an HTTP status code of 200 or greater and less than 400.
  • HTTPS: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and waits for an HTTP status code of 200 or greater and less than 400.

    If you specify HTTPS for the value of Type, the endpoint must support TLS v1.0 or later.

  • HTTP_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTP request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.
  • HTTPS_STR_MATCH: Amazon Route 53 tries to establish a TCP connection. If successful, Amazon Route 53 submits an HTTPS request and searches the first 5,120 bytes of the response body for the string that you specify in SearchString.
  • TCP: Amazon Route 53 tries to establish a TCP connection.
  • CLOUDWATCH_METRIC: The health check is associated with a CloudWatch alarm. If the state of the alarm is OK, the health check is considered healthy. If the state is ALARM, the health check is considered unhealthy. If CloudWatch doesn't have sufficient data to determine whether the state is OK or ALARM, the health check status depends on the setting for InsufficientDataHealthStatus: Healthy, Unhealthy, or LastKnownStatus.
  • CALCULATED: For health checks that monitor the status of other health checks, Amazon Route 53 adds up the number of health checks that Amazon Route 53 health checkers consider to be healthy and compares that number with the value of HealthThreshold.

For more information about how Amazon Route 53 determines whether an endpoint is healthy, see the introduction to this topic.

HealthCheckObservation

data HealthCheckObservation Source #

A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker.

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 provided the failure reason in StatusReport.

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

A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

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

The region of the Amazon Route 53 health checker that provided the status in StatusReport.

HostedZone

data HostedZone Source #

A complex type that contains general information about the 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 # 

Methods

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

type Rep HostedZone Source # 
type Rep HostedZone = D1 (MetaData "HostedZone" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" 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 includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

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

The number of resource record sets in the hosted zone.

hzId :: Lens' HostedZone Text Source #

The ID that Amazon Route 53 assigned to the hosted zone when you created it.

hzName :: Lens' HostedZone Text Source #

The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

For information about how to specify characters other than 'a-z', '0-9', and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone.

hzCallerReference :: Lens' HostedZone Text Source #

The value that you specified for CallerReference when you created 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, omit both the HostedZoneConfig and Comment elements.

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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:

hzcPrivateZone :: Lens' HostedZoneConfig (Maybe Bool) Source #

A value that indicates whether this is a private hosted zone.

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

Any comments that you want to include about the hosted zone.

ResourceRecord

data ResourceRecord Source #

Information specific to the resource record.

If you are creating an alias resource record set, omit ResourceRecord.

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 # 

Methods

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

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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.

If you are creating an alias resource record set, omit Value.

ResourceRecordSet

data ResourceRecordSet Source #

Information about the resource record set to create or delete.

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 resource record cache time to live (TTL), in seconds. 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 #

Information about the resource records to act upon.

If you are creating an alias resource record set, omit ResourceRecords.

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

Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are redirecting queries. The Elastic Beanstalk environment must have a regionalized subdomain.

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

  • You can't create alias resource record sets for CloudFront distributions in a private hosted zone.
  • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.
  • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.

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. Omit SetIdentifier for any other types of record sets.

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.

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 the following topics in the Amazon Route 53 Developer Guide:

Valid values: PRIMARY | SECONDARY

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

If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check.

Amazon Route 53 determines whether a resource record set is healthy based on one of the following:

  • By periodically sending a request to the endpoint that is specified in the health check
  • By aggregating the status of a specified group of health checks (calculated health checks)
  • By determining the current state of a CloudWatch alarm (CloudWatch metric health checks)

For information about how Amazon Route 53 determines whether a health check is healthy, see CreateHealthCheck.

The HealthCheckId element is only useful when Amazon Route 53 is choosing between two or more resource record sets to respond to a DNS query, and you want Amazon Route 53 to base the choice in part on the status of a health check. Configuring health checks only makes sense in the following configurations:

  • You're checking the health of the resource record sets in a weighted, latency, geolocation, or failover resource record set, and you specify health check IDs for all of the resource record sets. If the health check for one resource record set specifies an endpoint that is not healthy, Amazon Route 53 stops responding to queries using the value for that resource record set.
  • You set EvaluateTargetHealth to true for the resource record sets in an alias, weighted alias, latency alias, geolocation alias, or failover alias resource record set, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets.

Amazon Route 53 doesn't check the health of the endpoint specified in the resource record set, for example, the endpoint specified by the IP address in the Value element. When you add a HealthCheckId element to a resource record set, Amazon Route 53 checks the health of the endpoint that you specified in the health check.

For geolocation resource record sets, if an endpoint is unhealthy, Amazon Route 53 looks for a resource record set for the larger, associated geographic region. For example, suppose you have resource record sets for a state in the United States, for the United States, for North America, and for all locations. If the endpoint for the state resource record set is unhealthy, Amazon Route 53 checks the resource record sets for the United States, for North America, and for all locations (a resource record set for which the value of CountryCode is *), in that order, until it finds a resource record set for which the endpoint is healthy.

If your health checks specify the endpoint only by domain name, we recommend that you create a separate health check for each endpoint. For example, create a health check for each HTTP server that is serving content for 'www.example.com'. For the value of FullyQualifiedDomainName, specify the domain name of the server (such as 'us-east-1-www.example.com'), not the name of the resource record sets (example.com).

n this configuration, if you create a health check for which the value of FullyQualifiedDomainName matches the name of the resource record sets and then associate the health check with those resource record sets, health check results will be unpredictable.

For more informaiton, see the following topics in the Amazon Route 53 Developer Guide:

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.

Creating latency and latency alias resource record sets in private hosted zones is not supported.

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.

Creating geolocation and geolocation alias resource record sets in private hosted zones is not supported.

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 the asterisk (*) wildcard to replace the leftmost label in a domain name. For example, '*.example.com'. Note the following:

  • The * must replace the entire label. For example, you can't specify '*prod.example.com' or 'prod*.example.com'.
  • The * can't replace any of the middle labels, for example, marketing.*.example.com.
  • If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard.

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

You can use the * wildcard as the leftmost label in a domain name, for example, '*.example.com'. You cannot use an * for one of the middle labels, for example, 'marketing.*.example.com'. In addition, the * must replace the entire label; for example, you can't specify 'prod*.example.com'.

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 | NAPTR | NS | PTR | SOA | SPF | SRV | TXT

Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CNAME | MX | NAPTR | 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
  • Elastic Beanstalk environment that has a regionalized subdomain: 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 # 

Methods

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

type Rep ResourceTagSet Source # 
type Rep ResourceTagSet = D1 (MetaData "ResourceTagSet" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" 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 the status that one Amazon Route 53 health checker reports and the time of the health check.

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 # 

Methods

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

type Rep StatusReport Source # 
type Rep StatusReport = D1 (MetaData "StatusReport" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.4.4-KBIXDpJOcpkWbDD9G5tXJ" 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 #

A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

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

The time at which the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value '2014-10-27T17:48:16.751Z' represents October 27, 2014 at 17:48:16.751 UTC.

Tag

data Tag Source #

A complex type that contains information about a tag that you want to add or edit for the specified health check or hosted zone.

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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 of Value depends on the operation that you want to perform:

  • Add a tag to a health check or hosted zone: Value is the value that you want to give the new tag.
  • Edit a tag: Value is the new value that you want to assign the tag.

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

The value of Key depends on the operation that you want to perform:

  • Add a tag to a health check or hosted zone: Key is the name that you want to give the new tag.
  • Edit a tag: Key is the name of the tag whose Value element you want to remove.
  • Delete a key: Key is the name of the tag you want to remove.
  • Give a name to a health check: Edit the default Name tag. In the Amazon Route 53 console, the list of your health checks includes a Name column that lets you see the name that you've given to each health check.

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 # 

Methods

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

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.4-KBIXDpJOcpkWbDD9G5tXJ" 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.4-KBIXDpJOcpkWbDD9G5tXJ" 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.