amazonka-route53-1.6.0: Amazon Route 53 SDK.

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

Network.AWS.Route53.Types

Contents

Description

 

Synopsis

Service Configuration

route53 :: Service #

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

Errors

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

The value of HealthCheckVersion in the request doesn't match the value of HealthCheckVersion in the health check.

_NoSuchQueryLoggingConfig :: AsError a => Getting (First ServiceError) a ServiceError #

There is no DNS query logging configuration with the specified ID.

_HostedZoneNotPrivate :: AsError a => Getting (First ServiceError) a ServiceError #

The specified hosted zone is a public hosted zone, not a private hosted zone.

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

The input is not valid.

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

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

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

Parameter name is invalid.

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

There is already a traffic policy instance with the specified ID.

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

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 CreateTrafficPolicyVersion request.

_QueryLoggingConfigAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError #

You can create only one query logging configuration for a hosted zone, and a query logging configuration already exists for this hosted zone.

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

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

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

The specified delegation set has already been marked as reusable.

_NotAuthorizedException :: AsError a => Getting (First ServiceError) a ServiceError #

Associating the specified VPC with the specified hosted zone has not been authorized.

_InsufficientCloudWatchLogsResourcePolicy :: AsError a => Getting (First ServiceError) a ServiceError #

Amazon Route 53 doesn't have the permissions required to create log streams and send query logs to log streams. Possible causes include the following:

  • There is no resource policy that specifies the log group ARN in the value for Resource .
  • The resource policy that includes the log group ARN in the value for Resource doesn't have the necessary permissions.
  • The resource policy hasn't finished propagating yet.

_NoSuchCloudWatchLogsLogGroup :: AsError a => Getting (First ServiceError) a ServiceError #

There is no CloudWatch Logs log group with the specified ARN.

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

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 #

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.

_TooManyVPCAssociationAuthorizations :: AsError a => Getting (First ServiceError) a ServiceError #

You've created the maximum number of authorizations that can be created for the specified hosted zone. To authorize another VPC to be associated with the hosted zone, submit a DeleteVPCAssociationAuthorization request to remove an existing authorization. To get a list of existing authorizations, submit a ListVPCAssociationAuthorizations request.

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

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

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

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

_InvalidPaginationToken :: AsError a => Getting (First ServiceError) a ServiceError #

The value that you specified to get the second or subsequent page of results is invalid.

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

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

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

The specified domain name is not valid.

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

No traffic policy exists with the specified ID.

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

The specified HostedZone can't be found.

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

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 #

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

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

The health check you're attempting to create already exists. Amazon Route 53 returns this error when you submit a request that has the following values:

  • The same value for CallerReference as an existing health check, and one or more values that differ from the existing health check that has the same caller reference.
  • The same value for CallerReference as a health check that you created and later deleted, regardless of the other settings in the request.

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

This traffic policy can't be created because the current account has reached the limit on the number of traffic policies.

For information about default limits, see Limits in the Amazon Route 53 Developer Guide .

To get the current limit for an account, see GetAccountLimit .

To request a higher limit, create a case with the AWS Support Center.

_VPCAssociationAuthorizationNotFound :: AsError a => Getting (First ServiceError) a ServiceError #

The VPC that you specified is not authorized to be associated with the hosted zone.

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

Amazon Route 53 doesn't support the specified geolocation.

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

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 #

The specified VPC and hosted zone are not currently associated.

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

The limit on the number of requests per second was exceeded.

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

A change with the specified change ID does not exist.

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

This operation can't be completed either because the current account has reached the limit on reusable delegation sets that it can create or because you've reached the limit on the number of Amazon VPCs that you can associate with a private hosted zone. To get the current limit on the number of reusable delegation sets, see GetAccountLimit . To get the current limit on the number of Amazon VPCs that you can associate with a private hosted zone, see GetHostedZoneLimit . To request a higher limit, create a case with the AWS Support Center.

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

This traffic policy instance can't be created because the current account has reached the limit on the number of traffic policy instances.

For information about default limits, see Limits in the Amazon Route 53 Developer Guide .

For information about how to get the current limit for an account, see GetAccountLimit .

To request a higher limit, create a case with the AWS Support Center.

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

No traffic policy instance exists with the specified ID.

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

The resource you're trying to access is unsupported on this Amazon Route 53 endpoint.

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

You're trying to associate a VPC with a public hosted zone. Amazon Route 53 doesn't support associating a VPC with a public hosted zone.

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

No hosted zone exists with the ID that you specified.

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

This operation can't be completed either because the current account has reached the limit on the number of hosted zones or because you've reached the limit on the number of hosted zones that can be associated with a reusable delegation set.

For information about default limits, see Limits in the Amazon Route 53 Developer Guide .

To get the current limit on hosted zones that can be created by an account, see GetAccountLimit .

To get the current limit on hosted zones that can be associated with a reusable delegation set, see GetReusableDelegationSetLimit .

To request a higher limit, create a case with the AWS Support Center.

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

This error code is not in use.

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

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

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

The cause of this error depends on whether you're trying to create a public or a private hosted zone:

  • Public hosted zone: Two hosted zones that have the same name or that have a parent/child relationship (example.com and test.example.com) can't have any common name servers. You tried to create a hosted zone that has the same name as an existing hosted zone or that's the parent or child of an existing hosted zone, and you specified a delegation set that shares one or more name servers with the existing hosted zone. For more information, see CreateReusableDelegationSet .
  • Private hosted zone: You specified an Amazon VPC that you're already using for another hosted zone, and the domain that you specified for one of the hosted zones is a subdomain of the domain that you specified for the other hosted zone. For example, you can't use the same Amazon VPC for the hosted zones for example.com and test.example.com.

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

The VPC that you're trying to disassociate from the private hosted zone is the last VPC that is associated with the hosted zone. Amazon Route 53 doesn't support disassociating the last VPC from a hosted zone.

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

This health check can't be created because the current account has reached the limit on the number of active health checks.

For information about default limits, see Limits in the Amazon Route 53 Developer Guide .

For information about how to get the current limit for an account, see GetAccountLimit . To request a higher limit, create a case with the AWS Support Center.

You have reached the maximum number of active health checks for an AWS account. To request a higher limit, create a case with the AWS Support Center.

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

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

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

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

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

The VPC ID that you specified either isn't a valid ID or the current account is not authorized to access this VPC.

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

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

_TooManyTrafficPolicyVersionsForCurrentPolicy :: AsError a => Getting (First ServiceError) a ServiceError #

This traffic policy version can't be created because you've reached the limit of 1000 on the number of versions that you can create for the current traffic policy.

To create more traffic policy versions, you can use GetTrafficPolicy to get the traffic policy document for a specified traffic policy version, and then use CreateTrafficPolicy to create a new traffic policy using the traffic policy document.

Re-exported Types

data Region :: * #

The available AWS regions.

Constructors

NorthVirginia

US East ('us-east-1').

Ohio

US East ('us-east-2').

NorthCalifornia

US West ('us-west-1').

Oregon

US West ('us-west-2').

Montreal

Canada ('ca-central-1').

Tokyo

Asia Pacific ('ap-northeast-1').

Seoul

Asia Pacific ('ap-northeast-2').

Mumbai

Asia Pacific ('ap-south-1').

Singapore

Asia Pacific ('ap-southeast-1').

Sydney

Asia Pacific ('ap-southeast-2').

SaoPaulo

South America ('sa-east-1').

Ireland

EU ('eu-west-1').

London

EU ('eu-west-2').

Frankfurt

EU ('eu-central-1').

GovCloud

US GovCloud ('us-gov-west-1').

GovCloudFIPS

US GovCloud FIPS (S3 Only, 'fips-us-gov-west-1').

Beijing

China ('cn-north-1').

Instances

Bounded Region 
Enum Region 
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 #

ToJSON Region 
FromJSON Region 
NFData Region 

Methods

rnf :: Region -> () #

FromXML Region 
ToXML Region 

Methods

toXML :: Region -> XML #

ToLog Region 

Methods

build :: Region -> Builder #

ToByteString Region 

Methods

toBS :: Region -> ByteString #

FromText Region 

Methods

parser :: Parser Region #

ToText Region 

Methods

toText :: Region -> Text #

type Rep Region 
type Rep Region = D1 * (MetaData "Region" "Network.AWS.Types" "amazonka-core-1.6.0-1H5EoqrnUzExvcP5CUezR" False) ((:+:) * ((:+:) * ((:+:) * ((:+:) * (C1 * (MetaCons "NorthVirginia" PrefixI False) (U1 *)) (C1 * (MetaCons "Ohio" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "NorthCalifornia" PrefixI False) (U1 *)) (C1 * (MetaCons "Oregon" PrefixI False) (U1 *)))) ((:+:) * ((:+:) * (C1 * (MetaCons "Montreal" PrefixI False) (U1 *)) (C1 * (MetaCons "Tokyo" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "Seoul" PrefixI False) (U1 *)) (C1 * (MetaCons "Mumbai" PrefixI False) (U1 *))))) ((:+:) * ((:+:) * ((:+:) * (C1 * (MetaCons "Singapore" PrefixI False) (U1 *)) (C1 * (MetaCons "Sydney" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "SaoPaulo" PrefixI False) (U1 *)) (C1 * (MetaCons "Ireland" PrefixI False) (U1 *)))) ((:+:) * ((:+:) * (C1 * (MetaCons "London" PrefixI False) (U1 *)) (C1 * (MetaCons "Frankfurt" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "GovCloud" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "GovCloudFIPS" PrefixI False) (U1 *)) (C1 * (MetaCons "Beijing" PrefixI False) (U1 *)))))))

newtype ResourceId #

A Route53 identifier for resources such as hosted zones and delegation sets.

Since Route53 outputs prefixed resource identifiers such as hostedzoneABC123, but expects unprefixed identifiers as inputs, such as ABC123, the FromXML instance will strip this prefix take care to ensure the correct input format is observed and decodeXML . encodeXML == id holds.

Constructors

ResourceId 

Fields

Instances

Eq ResourceId # 
Data ResourceId # 

Methods

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

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

toConstr :: ResourceId -> Constr #

dataTypeOf :: ResourceId -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ResourceId # 
Read ResourceId # 
Show ResourceId # 
IsString ResourceId # 
Generic ResourceId # 

Associated Types

type Rep ResourceId :: * -> * #

Hashable ResourceId # 
NFData ResourceId # 

Methods

rnf :: ResourceId -> () #

FromXML ResourceId #

Handles prefixed Route53 resource identifiers.

ToXML ResourceId # 

Methods

toXML :: ResourceId -> XML #

ToLog ResourceId # 

Methods

build :: ResourceId -> Builder #

ToQuery ResourceId # 
ToByteString ResourceId # 
FromText ResourceId # 
ToText ResourceId # 

Methods

toText :: ResourceId -> Text #

type Rep ResourceId # 
type Rep ResourceId = D1 * (MetaData "ResourceId" "Network.AWS.Route53.Internal" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" True) (C1 * (MetaCons "ResourceId" PrefixI True) (S1 * (MetaSel (Just Symbol "fromResourceId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * Text)))

Website Endpoints

getHostedZoneId :: Region -> Maybe ResourceId #

Get the hosted zone identifier for an S3 website endpoint.

When you configure your bucket as a website, the website is available using a region-specific website endpoint. This hosted zone identifier is used adding an alias record to the website to your hosted zone.

See: Amazon Simple Storage Service Website Endpoints.

AccountLimitType

data AccountLimitType #

Instances

Bounded AccountLimitType # 
Enum AccountLimitType # 
Eq AccountLimitType # 
Data AccountLimitType # 

Methods

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

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

toConstr :: AccountLimitType -> Constr #

dataTypeOf :: AccountLimitType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord AccountLimitType # 
Read AccountLimitType # 
Show AccountLimitType # 
Generic AccountLimitType # 
Hashable AccountLimitType # 
NFData AccountLimitType # 

Methods

rnf :: AccountLimitType -> () #

FromXML AccountLimitType # 
ToXML AccountLimitType # 
ToHeader AccountLimitType # 
ToQuery AccountLimitType # 
ToByteString AccountLimitType # 
FromText AccountLimitType # 
ToText AccountLimitType # 
type Rep AccountLimitType # 
type Rep AccountLimitType = D1 * (MetaData "AccountLimitType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) ((:+:) * ((:+:) * (C1 * (MetaCons "MaxHealthChecksByOwner" PrefixI False) (U1 *)) (C1 * (MetaCons "MaxHostedZonesByOwner" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "MaxReusableDelegationSetsByOwner" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "MaxTrafficPoliciesByOwner" PrefixI False) (U1 *)) (C1 * (MetaCons "MaxTrafficPolicyInstancesByOwner" PrefixI False) (U1 *)))))

ChangeAction

data ChangeAction #

Constructors

Create 
Delete 
Upsert 

Instances

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

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 # 
Read ChangeAction # 
Show ChangeAction # 
Generic ChangeAction # 

Associated Types

type Rep ChangeAction :: * -> * #

Hashable ChangeAction # 
NFData ChangeAction # 

Methods

rnf :: ChangeAction -> () #

ToXML ChangeAction # 

Methods

toXML :: ChangeAction -> XML #

ToHeader ChangeAction # 
ToQuery ChangeAction # 
ToByteString ChangeAction # 
FromText ChangeAction # 
ToText ChangeAction # 

Methods

toText :: ChangeAction -> Text #

type Rep ChangeAction # 
type Rep ChangeAction = D1 * (MetaData "ChangeAction" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) ((:+:) * (C1 * (MetaCons "Create" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "Delete" PrefixI False) (U1 *)) (C1 * (MetaCons "Upsert" PrefixI False) (U1 *))))

ChangeStatus

data ChangeStatus #

Constructors

Insync 
Pending 

Instances

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

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 # 
Read ChangeStatus # 
Show ChangeStatus # 
Generic ChangeStatus # 

Associated Types

type Rep ChangeStatus :: * -> * #

Hashable ChangeStatus # 
NFData ChangeStatus # 

Methods

rnf :: ChangeStatus -> () #

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

Methods

toText :: ChangeStatus -> Text #

type Rep ChangeStatus # 
type Rep ChangeStatus = D1 * (MetaData "ChangeStatus" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) ((:+:) * (C1 * (MetaCons "Insync" PrefixI False) (U1 *)) (C1 * (MetaCons "Pending" PrefixI False) (U1 *)))

CloudWatchRegion

data CloudWatchRegion #

Instances

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

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 # 
Read CloudWatchRegion # 
Show CloudWatchRegion # 
Generic CloudWatchRegion # 
Hashable CloudWatchRegion # 
NFData CloudWatchRegion # 

Methods

rnf :: CloudWatchRegion -> () #

FromXML CloudWatchRegion # 
ToXML CloudWatchRegion # 
ToHeader CloudWatchRegion # 
ToQuery CloudWatchRegion # 
ToByteString CloudWatchRegion # 
FromText CloudWatchRegion # 
ToText CloudWatchRegion # 
type Rep CloudWatchRegion # 
type Rep CloudWatchRegion = D1 * (MetaData "CloudWatchRegion" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) ((:+:) * ((:+:) * ((:+:) * ((:+:) * (C1 * (MetaCons "CWRApNortheast1" PrefixI False) (U1 *)) (C1 * (MetaCons "CWRApNortheast2" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "CWRApNortheast3" PrefixI False) (U1 *)) (C1 * (MetaCons "CWRApSouth1" PrefixI False) (U1 *)))) ((:+:) * ((:+:) * (C1 * (MetaCons "CWRApSoutheast1" PrefixI False) (U1 *)) (C1 * (MetaCons "CWRApSoutheast2" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "CWRCaCentral1" PrefixI False) (U1 *)) (C1 * (MetaCons "CWREuCentral1" PrefixI False) (U1 *))))) ((:+:) * ((:+:) * ((:+:) * (C1 * (MetaCons "CWREuWest1" PrefixI False) (U1 *)) (C1 * (MetaCons "CWREuWest2" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "CWREuWest3" PrefixI False) (U1 *)) (C1 * (MetaCons "CWRSaEast1" PrefixI False) (U1 *)))) ((:+:) * ((:+:) * (C1 * (MetaCons "CWRUsEast1" PrefixI False) (U1 *)) (C1 * (MetaCons "CWRUsEast2" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "CWRUsWest1" PrefixI False) (U1 *)) (C1 * (MetaCons "CWRUsWest2" PrefixI False) (U1 *))))))

ComparisonOperator

data ComparisonOperator #

Instances

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

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 # 
Read ComparisonOperator # 
Show ComparisonOperator # 
Generic ComparisonOperator # 
Hashable ComparisonOperator # 
NFData ComparisonOperator # 

Methods

rnf :: ComparisonOperator -> () #

FromXML ComparisonOperator # 
ToHeader ComparisonOperator # 
ToQuery ComparisonOperator # 
ToByteString ComparisonOperator # 
FromText ComparisonOperator # 
ToText ComparisonOperator # 
type Rep ComparisonOperator # 
type Rep ComparisonOperator = D1 * (MetaData "ComparisonOperator" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

Constructors

Primary 
Secondary 

Instances

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

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 # 
Read Failover # 
Show Failover # 
Generic Failover # 

Associated Types

type Rep Failover :: * -> * #

Methods

from :: Failover -> Rep Failover x #

to :: Rep Failover x -> Failover #

Hashable Failover # 

Methods

hashWithSalt :: Int -> Failover -> Int #

hash :: Failover -> Int #

NFData Failover # 

Methods

rnf :: Failover -> () #

FromXML Failover # 
ToXML Failover # 

Methods

toXML :: Failover -> XML #

ToHeader Failover # 

Methods

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

ToQuery Failover # 
ToByteString Failover # 

Methods

toBS :: Failover -> ByteString #

FromText Failover # 
ToText Failover # 

Methods

toText :: Failover -> Text #

type Rep Failover # 
type Rep Failover = D1 * (MetaData "Failover" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) ((:+:) * (C1 * (MetaCons "Primary" PrefixI False) (U1 *)) (C1 * (MetaCons "Secondary" PrefixI False) (U1 *)))

HealthCheckRegion

data HealthCheckRegion #

Instances

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

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 # 
Read HealthCheckRegion # 
Show HealthCheckRegion # 
Generic HealthCheckRegion # 
Hashable HealthCheckRegion # 
NFData HealthCheckRegion # 

Methods

rnf :: HealthCheckRegion -> () #

FromXML HealthCheckRegion # 
ToXML HealthCheckRegion # 
ToHeader HealthCheckRegion # 
ToQuery HealthCheckRegion # 
ToByteString HealthCheckRegion # 
FromText HealthCheckRegion # 
ToText HealthCheckRegion # 
type Rep HealthCheckRegion # 
type Rep HealthCheckRegion = D1 * (MetaData "HealthCheckRegion" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

Instances

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

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 # 
Read HealthCheckType # 
Show HealthCheckType # 
Generic HealthCheckType # 
Hashable HealthCheckType # 
NFData HealthCheckType # 

Methods

rnf :: HealthCheckType -> () #

FromXML HealthCheckType # 
ToXML HealthCheckType # 

Methods

toXML :: HealthCheckType -> XML #

ToHeader HealthCheckType # 
ToQuery HealthCheckType # 
ToByteString HealthCheckType # 
FromText HealthCheckType # 
ToText HealthCheckType # 
type Rep HealthCheckType # 
type Rep HealthCheckType = D1 * (MetaData "HealthCheckType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 *)))))

HostedZoneLimitType

data HostedZoneLimitType #

Instances

Bounded HostedZoneLimitType # 
Enum HostedZoneLimitType # 
Eq HostedZoneLimitType # 
Data HostedZoneLimitType # 

Methods

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

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

toConstr :: HostedZoneLimitType -> Constr #

dataTypeOf :: HostedZoneLimitType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord HostedZoneLimitType # 
Read HostedZoneLimitType # 
Show HostedZoneLimitType # 
Generic HostedZoneLimitType # 
Hashable HostedZoneLimitType # 
NFData HostedZoneLimitType # 

Methods

rnf :: HostedZoneLimitType -> () #

FromXML HostedZoneLimitType # 
ToXML HostedZoneLimitType # 
ToHeader HostedZoneLimitType # 
ToQuery HostedZoneLimitType # 
ToByteString HostedZoneLimitType # 
FromText HostedZoneLimitType # 
ToText HostedZoneLimitType # 
type Rep HostedZoneLimitType # 
type Rep HostedZoneLimitType = D1 * (MetaData "HostedZoneLimitType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) ((:+:) * (C1 * (MetaCons "MaxRrsetsByZone" PrefixI False) (U1 *)) (C1 * (MetaCons "MaxVPCsAssociatedByZone" PrefixI False) (U1 *)))

InsufficientDataHealthStatus

data InsufficientDataHealthStatus #

Instances

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

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 # 
Read InsufficientDataHealthStatus # 
Show InsufficientDataHealthStatus # 
Generic InsufficientDataHealthStatus # 
Hashable InsufficientDataHealthStatus # 
NFData InsufficientDataHealthStatus # 
FromXML InsufficientDataHealthStatus # 
ToXML InsufficientDataHealthStatus # 
ToHeader InsufficientDataHealthStatus # 
ToQuery InsufficientDataHealthStatus # 
ToByteString InsufficientDataHealthStatus # 
FromText InsufficientDataHealthStatus # 
ToText InsufficientDataHealthStatus # 
type Rep InsufficientDataHealthStatus # 
type Rep InsufficientDataHealthStatus = D1 * (MetaData "InsufficientDataHealthStatus" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) ((:+:) * (C1 * (MetaCons "Healthy" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "LastKnownStatus" PrefixI False) (U1 *)) (C1 * (MetaCons "Unhealthy" PrefixI False) (U1 *))))

RecordType

data RecordType #

Constructors

A 
Aaaa 
Caa 
Cname 
MX 
NS 
Naptr 
Ptr 
Soa 
Spf 
Srv 
Txt 

Instances

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

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 # 
Read RecordType # 
Show RecordType # 
Generic RecordType # 

Associated Types

type Rep RecordType :: * -> * #

Hashable RecordType # 
NFData RecordType # 

Methods

rnf :: RecordType -> () #

FromXML RecordType # 
ToXML RecordType # 

Methods

toXML :: RecordType -> XML #

ToHeader RecordType # 
ToQuery RecordType # 
ToByteString RecordType # 
FromText RecordType # 
ToText RecordType # 

Methods

toText :: RecordType -> Text #

type Rep RecordType # 
type Rep RecordType = D1 * (MetaData "RecordType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) ((:+:) * ((:+:) * ((:+:) * (C1 * (MetaCons "A" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "Aaaa" PrefixI False) (U1 *)) (C1 * (MetaCons "Caa" 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 *))))))

ResettableElementName

data ResettableElementName #

Instances

Bounded ResettableElementName # 
Enum ResettableElementName # 
Eq ResettableElementName # 
Data ResettableElementName # 

Methods

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

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

toConstr :: ResettableElementName -> Constr #

dataTypeOf :: ResettableElementName -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ResettableElementName # 
Read ResettableElementName # 
Show ResettableElementName # 
Generic ResettableElementName # 
Hashable ResettableElementName # 
NFData ResettableElementName # 

Methods

rnf :: ResettableElementName -> () #

ToXML ResettableElementName # 
ToHeader ResettableElementName # 
ToQuery ResettableElementName # 
ToByteString ResettableElementName # 
FromText ResettableElementName # 
ToText ResettableElementName # 
type Rep ResettableElementName # 
type Rep ResettableElementName = D1 * (MetaData "ResettableElementName" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) ((:+:) * ((:+:) * (C1 * (MetaCons "ChildHealthChecks" PrefixI False) (U1 *)) (C1 * (MetaCons "FullyQualifiedDomainName" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "Regions" PrefixI False) (U1 *)) (C1 * (MetaCons "ResourcePath" PrefixI False) (U1 *))))

ReusableDelegationSetLimitType

data ReusableDelegationSetLimitType #

Instances

Bounded ReusableDelegationSetLimitType # 
Enum ReusableDelegationSetLimitType # 
Eq ReusableDelegationSetLimitType # 
Data ReusableDelegationSetLimitType # 

Methods

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

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

toConstr :: ReusableDelegationSetLimitType -> Constr #

dataTypeOf :: ReusableDelegationSetLimitType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ReusableDelegationSetLimitType # 
Read ReusableDelegationSetLimitType # 
Show ReusableDelegationSetLimitType # 
Generic ReusableDelegationSetLimitType # 
Hashable ReusableDelegationSetLimitType # 
NFData ReusableDelegationSetLimitType # 
FromXML ReusableDelegationSetLimitType # 
ToXML ReusableDelegationSetLimitType # 
ToHeader ReusableDelegationSetLimitType # 
ToQuery ReusableDelegationSetLimitType # 
ToByteString ReusableDelegationSetLimitType # 
FromText ReusableDelegationSetLimitType # 
ToText ReusableDelegationSetLimitType # 
type Rep ReusableDelegationSetLimitType # 
type Rep ReusableDelegationSetLimitType = D1 * (MetaData "ReusableDelegationSetLimitType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) (C1 * (MetaCons "MaxZonesByReusableDelegationSet" PrefixI False) (U1 *))

Statistic

data Statistic #

Instances

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

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 # 
Read Statistic # 
Show Statistic # 
Generic Statistic # 

Associated Types

type Rep Statistic :: * -> * #

Hashable Statistic # 
NFData Statistic # 

Methods

rnf :: Statistic -> () #

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

Methods

toBS :: Statistic -> ByteString #

FromText Statistic # 
ToText Statistic # 

Methods

toText :: Statistic -> Text #

type Rep Statistic # 
type Rep Statistic = D1 * (MetaData "Statistic" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

Constructors

Healthcheck 
Hostedzone 

Instances

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

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 # 
Read TagResourceType # 
Show TagResourceType # 
Generic TagResourceType # 
Hashable TagResourceType # 
NFData TagResourceType # 

Methods

rnf :: TagResourceType -> () #

FromXML TagResourceType # 
ToXML TagResourceType # 

Methods

toXML :: TagResourceType -> XML #

ToHeader TagResourceType # 
ToQuery TagResourceType # 
ToByteString TagResourceType # 
FromText TagResourceType # 
ToText TagResourceType # 
type Rep TagResourceType # 
type Rep TagResourceType = D1 * (MetaData "TagResourceType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) ((:+:) * (C1 * (MetaCons "Healthcheck" PrefixI False) (U1 *)) (C1 * (MetaCons "Hostedzone" PrefixI False) (U1 *)))

VPCRegion

data VPCRegion #

Instances

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

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 # 
Read VPCRegion # 
Show VPCRegion # 
Generic VPCRegion # 

Associated Types

type Rep VPCRegion :: * -> * #

Hashable VPCRegion # 
NFData VPCRegion # 

Methods

rnf :: VPCRegion -> () #

FromXML VPCRegion # 
ToXML VPCRegion # 

Methods

toXML :: VPCRegion -> XML #

ToHeader VPCRegion # 
ToQuery VPCRegion # 
ToByteString VPCRegion # 

Methods

toBS :: VPCRegion -> ByteString #

FromText VPCRegion # 
ToText VPCRegion # 

Methods

toText :: VPCRegion -> Text #

type Rep VPCRegion # 
type Rep VPCRegion = D1 * (MetaData "VPCRegion" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) ((:+:) * ((:+:) * ((:+:) * ((:+:) * (C1 * (MetaCons "ApNortheast1" PrefixI False) (U1 *)) (C1 * (MetaCons "ApNortheast2" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "ApNortheast3" PrefixI False) (U1 *)) (C1 * (MetaCons "ApSouth1" PrefixI False) (U1 *)))) ((:+:) * ((:+:) * (C1 * (MetaCons "ApSoutheast1" PrefixI False) (U1 *)) (C1 * (MetaCons "ApSoutheast2" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "CaCentral1" PrefixI False) (U1 *)) (C1 * (MetaCons "CnNorth1" PrefixI False) (U1 *))))) ((:+:) * ((:+:) * ((:+:) * (C1 * (MetaCons "EuCentral1" PrefixI False) (U1 *)) (C1 * (MetaCons "EuWest1" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "EuWest2" PrefixI False) (U1 *)) (C1 * (MetaCons "EuWest3" PrefixI False) (U1 *)))) ((:+:) * ((:+:) * (C1 * (MetaCons "SaEast1" PrefixI False) (U1 *)) (C1 * (MetaCons "UsEast1" PrefixI False) (U1 *))) ((:+:) * (C1 * (MetaCons "UsEast2" PrefixI False) (U1 *)) ((:+:) * (C1 * (MetaCons "UsWest1" PrefixI False) (U1 *)) (C1 * (MetaCons "UsWest2" PrefixI False) (U1 *)))))))

AccountLimit

data AccountLimit #

A complex type that contains the type of limit that you specified in the request and the current value for that limit.

See: accountLimit smart constructor.

Instances

Eq AccountLimit # 
Data AccountLimit # 

Methods

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

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

toConstr :: AccountLimit -> Constr #

dataTypeOf :: AccountLimit -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AccountLimit # 
Show AccountLimit # 
Generic AccountLimit # 

Associated Types

type Rep AccountLimit :: * -> * #

Hashable AccountLimit # 
NFData AccountLimit # 

Methods

rnf :: AccountLimit -> () #

FromXML AccountLimit # 
type Rep AccountLimit # 
type Rep AccountLimit = D1 * (MetaData "AccountLimit" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) (C1 * (MetaCons "AccountLimit'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_alType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * AccountLimitType)) (S1 * (MetaSel (Just Symbol "_alValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Nat))))

accountLimit #

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

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

  • alType - The limit that you requested. Valid values include the following: * MAX_HEALTH_CHECKS_BY_OWNER : The maximum number of health checks that you can create using the current account. * MAX_HOSTED_ZONES_BY_OWNER : The maximum number of hosted zones that you can create using the current account. * MAX_REUSABLE_DELEGATION_SETS_BY_OWNER : The maximum number of reusable delegation sets that you can create using the current account. * MAX_TRAFFIC_POLICIES_BY_OWNER : The maximum number of traffic policies that you can create using the current account. * MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER : The maximum number of traffic policy instances that you can create using the current account. (Traffic policy instances are referred to as traffic flow policy records in the Amazon Route 53 console.)
  • alValue - The current value for the limit that is specified by 'AccountLimit$Type' .

alType :: Lens' AccountLimit AccountLimitType #

The limit that you requested. Valid values include the following: * MAX_HEALTH_CHECKS_BY_OWNER : The maximum number of health checks that you can create using the current account. * MAX_HOSTED_ZONES_BY_OWNER : The maximum number of hosted zones that you can create using the current account. * MAX_REUSABLE_DELEGATION_SETS_BY_OWNER : The maximum number of reusable delegation sets that you can create using the current account. * MAX_TRAFFIC_POLICIES_BY_OWNER : The maximum number of traffic policies that you can create using the current account. * MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER : The maximum number of traffic policy instances that you can create using the current account. (Traffic policy instances are referred to as traffic flow policy records in the Amazon Route 53 console.)

alValue :: Lens' AccountLimit Natural #

The current value for the limit that is specified by 'AccountLimit$Type' .

AlarmIdentifier

data AlarmIdentifier #

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 # 
Data AlarmIdentifier # 

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 # 
Show AlarmIdentifier # 
Generic AlarmIdentifier # 
Hashable AlarmIdentifier # 
NFData AlarmIdentifier # 

Methods

rnf :: AlarmIdentifier -> () #

FromXML AlarmIdentifier # 
ToXML AlarmIdentifier # 

Methods

toXML :: AlarmIdentifier -> XML #

type Rep AlarmIdentifier # 
type Rep AlarmIdentifier = D1 * (MetaData "AlarmIdentifier" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

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 - 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 the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference .
  • aiName - The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

aiRegion :: Lens' AlarmIdentifier CloudWatchRegion #

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 the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference .

aiName :: Lens' AlarmIdentifier Text #

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 #

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 that you're redirecting queries to. An Elastic Beanstalk environment must have a regionalized subdomain.

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

  • Resource record sets can't 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 # 
Data AliasTarget # 

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 # 
Show AliasTarget # 
Generic AliasTarget # 

Associated Types

type Rep AliasTarget :: * -> * #

Hashable AliasTarget # 
NFData AliasTarget # 

Methods

rnf :: AliasTarget -> () #

FromXML AliasTarget # 
ToXML AliasTarget # 

Methods

toXML :: AliasTarget -> XML #

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

aliasTarget #

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 - Alias resource records sets only : The value used depends on where you want to route traffic: * CloudFront distribution * Specify Z2FDTNDATAQYW2 . * 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 "AWS Regions and Endpoints" chapter of the Amazon Web Services 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: * Elastic Load Balancing table in the "AWS Regions and Endpoints" chapter of the Amazon Web Services General Reference : Use the value that corresponds with the region that you created your load balancer in. Note that there are separate columns for Application and Classic Load Balancers and for Network Load Balancers. * AWS Management Console : Go to the Amazon EC2 page, choose Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted zone field on the Description tab. * Elastic Load Balancing API : Use DescribeLoadBalancers to get the applicable value. For more information, see the applicable guide: * Classic Load Balancers: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameId . * Application and Network Load Balancers: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneId . * AWS CLI : Use describe-load-balancers to get the applicable value. For more information, see the applicable guide: * Classic Load Balancers: Use describe-load-balancers to get the value of CanonicalHostedZoneNameId . * Application and Network Load Balancers: Use describe-load-balancers to get the value of CanonicalHostedZoneId . * An Amazon S3 bucket configured as a static website * Specify the hosted zone ID for the region that you created the bucket in. For more information about valid values, see the Amazon Simple Storage Service Website Endpoints table in the "AWS Regions and Endpoints" chapter of 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 can't reference a resource record set in a different hosted zone.)
  • atDNSName - Alias resource record sets only: The value that you specify depends on where you want to route queries: * 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 Management Console : For information about how to get the value by using the console, see Using Custom Domains with AWS Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide . * Elastic Beanstalk 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 . * ELB load balancer * Specify the DNS name that is associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. * AWS Management Console : Go to the EC2 page, choose Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS name field. (If you're routing traffic to a Classic Load Balancer, get the value that begins with dualstack .) * Elastic Load Balancing API : Use DescribeLoadBalancers to get the value of DNSName . For more information, see the applicable guide: * Classic Load Balancers: DescribeLoadBalancers * Application and Network Load Balancers: DescribeLoadBalancers * AWS CLI : Use describe-load-balancers to get the value of DNSName . For more information, see the applicable guide: * Classic Load Balancers: describe-load-balancers * Application and Network Load Balancers: describe-load-balancers * 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-2.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 S3 buckets for websites, see Getting Started with Amazon Route 53 in the Amazon Route 53 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 - Applies only to alias, failover alias, geolocation alias, latency alias, and weighted alias resource record sets: When EvaluateTargetHealth is true , an alias resource record set inherits the health of the referenced AWS resource, such as an ELB load balancer, or the referenced resource record set. Note the following: * You can't 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 EC2 instance.) If you set EvaluateTargetHealth to true and either no 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 EC2 instance, there are no special requirements. * If you specify an ELB load balancer in AliasTarget , ELB routes queries only to the healthy EC2 instances that are registered with the load balancer. If no 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 ELB 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 EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide . * We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints. For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide .

atHostedZoneId :: Lens' AliasTarget ResourceId #

Alias resource records sets only : The value used depends on where you want to route traffic: * CloudFront distribution * Specify Z2FDTNDATAQYW2 . * 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 "AWS Regions and Endpoints" chapter of the Amazon Web Services 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: * Elastic Load Balancing table in the "AWS Regions and Endpoints" chapter of the Amazon Web Services General Reference : Use the value that corresponds with the region that you created your load balancer in. Note that there are separate columns for Application and Classic Load Balancers and for Network Load Balancers. * AWS Management Console : Go to the Amazon EC2 page, choose Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted zone field on the Description tab. * Elastic Load Balancing API : Use DescribeLoadBalancers to get the applicable value. For more information, see the applicable guide: * Classic Load Balancers: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneNameId . * Application and Network Load Balancers: Use DescribeLoadBalancers to get the value of CanonicalHostedZoneId . * AWS CLI : Use describe-load-balancers to get the applicable value. For more information, see the applicable guide: * Classic Load Balancers: Use describe-load-balancers to get the value of CanonicalHostedZoneNameId . * Application and Network Load Balancers: Use describe-load-balancers to get the value of CanonicalHostedZoneId . * An Amazon S3 bucket configured as a static website * Specify the hosted zone ID for the region that you created the bucket in. For more information about valid values, see the Amazon Simple Storage Service Website Endpoints table in the "AWS Regions and Endpoints" chapter of 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 can't reference a resource record set in a different hosted zone.)

atDNSName :: Lens' AliasTarget Text #

Alias resource record sets only: The value that you specify depends on where you want to route queries: * 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 Management Console : For information about how to get the value by using the console, see Using Custom Domains with AWS Elastic Beanstalk in the AWS Elastic Beanstalk Developer Guide . * Elastic Beanstalk 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 . * ELB load balancer * Specify the DNS name that is associated with the load balancer. Get the DNS name by using the AWS Management Console, the ELB API, or the AWS CLI. * AWS Management Console : Go to the EC2 page, choose Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS name field. (If you're routing traffic to a Classic Load Balancer, get the value that begins with dualstack .) * Elastic Load Balancing API : Use DescribeLoadBalancers to get the value of DNSName . For more information, see the applicable guide: * Classic Load Balancers: DescribeLoadBalancers * Application and Network Load Balancers: DescribeLoadBalancers * AWS CLI : Use describe-load-balancers to get the value of DNSName . For more information, see the applicable guide: * Classic Load Balancers: describe-load-balancers * Application and Network Load Balancers: describe-load-balancers * 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-2.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 S3 buckets for websites, see Getting Started with Amazon Route 53 in the Amazon Route 53 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 #

Applies only to alias, failover alias, geolocation alias, latency alias, and weighted alias resource record sets: When EvaluateTargetHealth is true , an alias resource record set inherits the health of the referenced AWS resource, such as an ELB load balancer, or the referenced resource record set. Note the following: * You can't 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 EC2 instance.) If you set EvaluateTargetHealth to true and either no 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 EC2 instance, there are no special requirements. * If you specify an ELB load balancer in AliasTarget , ELB routes queries only to the healthy EC2 instances that are registered with the load balancer. If no 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 ELB 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 EC2 instances that you register with an ELB load balancer. For more information, see How Health Checks Work in More Complex Amazon Route 53 Configurations in the Amazon Route 53 Developer Guide . * We recommend that you set EvaluateTargetHealth to true only when you have enough idle capacity to handle the failure of one or more endpoints. For more information and examples, see Amazon Route 53 Health Checks and DNS Failover in the Amazon Route 53 Developer Guide .

Change

data Change #

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

See: change smart constructor.

Instances

Eq Change # 

Methods

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

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

Data Change # 

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 # 
Show Change # 
Generic Change # 

Associated Types

type Rep Change :: * -> * #

Methods

from :: Change -> Rep Change x #

to :: Rep Change x -> Change #

Hashable Change # 

Methods

hashWithSalt :: Int -> Change -> Int #

hash :: Change -> Int #

NFData Change # 

Methods

rnf :: Change -> () #

ToXML Change # 

Methods

toXML :: Change -> XML #

type Rep Change # 
type Rep Change = D1 * (MetaData "Change" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

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 - The action to perform: * CREATE : Creates a resource record set that has the specified values. * DELETE : Deletes a existing resource record set. Important: To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53 will 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 doesn't 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.
  • cResourceRecordSet - Information about the resource record set to create, delete, or update.

cAction :: Lens' Change ChangeAction #

The action to perform: * CREATE : Creates a resource record set that has the specified values. * DELETE : Deletes a existing resource record set. Important: To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53 will 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 doesn't 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.

cResourceRecordSet :: Lens' Change ResourceRecordSet #

Information about the resource record set to create, delete, or update.

ChangeBatch

data ChangeBatch #

The information for a change request.

See: changeBatch smart constructor.

Instances

Eq ChangeBatch # 
Data ChangeBatch # 

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 # 
Show ChangeBatch # 
Generic ChangeBatch # 

Associated Types

type Rep ChangeBatch :: * -> * #

Hashable ChangeBatch # 
NFData ChangeBatch # 

Methods

rnf :: ChangeBatch -> () #

ToXML ChangeBatch # 

Methods

toXML :: ChangeBatch -> XML #

type Rep ChangeBatch # 
type Rep ChangeBatch = D1 * (MetaData "ChangeBatch" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

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 - Optional: Any comments you want to include about a change batch request.
  • cbChanges - Information about the changes to make to the record sets.

cbComment :: Lens' ChangeBatch (Maybe Text) #

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

cbChanges :: Lens' ChangeBatch (NonEmpty Change) #

Information about the changes to make to the record sets.

ChangeInfo

data ChangeInfo #

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

See: changeInfo smart constructor.

Instances

Eq ChangeInfo # 
Data ChangeInfo # 

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 # 
Show ChangeInfo # 
Generic ChangeInfo # 

Associated Types

type Rep ChangeInfo :: * -> * #

Hashable ChangeInfo # 
NFData ChangeInfo # 

Methods

rnf :: ChangeInfo -> () #

FromXML ChangeInfo # 
type Rep ChangeInfo # 
type Rep ChangeInfo = D1 * (MetaData "ChangeInfo" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 * ResourceId))) ((:*:) * (S1 * (MetaSel (Just Symbol "_ciStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ChangeStatus)) (S1 * (MetaSel (Just Symbol "_ciSubmittedAt") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ISO8601)))))

changeInfo #

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 - 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 - The ID of the request.
  • ciStatus - The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.
  • ciSubmittedAt - The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

ciComment :: Lens' ChangeInfo (Maybe Text) #

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

The ID of the request.

ciStatus :: Lens' ChangeInfo ChangeStatus #

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 #

The date and time that the change request was submitted in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

CloudWatchAlarmConfiguration

data CloudWatchAlarmConfiguration #

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 # 
Data CloudWatchAlarmConfiguration # 

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 # 
Show CloudWatchAlarmConfiguration # 
Generic CloudWatchAlarmConfiguration # 
Hashable CloudWatchAlarmConfiguration # 
NFData CloudWatchAlarmConfiguration # 
FromXML CloudWatchAlarmConfiguration # 
type Rep CloudWatchAlarmConfiguration # 
type Rep CloudWatchAlarmConfiguration = D1 * (MetaData "CloudWatchAlarmConfiguration" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) (C1 * (MetaCons "CloudWatchAlarmConfiguration'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_cwacDimensions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Dimension]))) (S1 * (MetaSel (Just Symbol "_cwacEvaluationPeriods") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Nat))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cwacThreshold") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Double)) (S1 * (MetaSel (Just Symbol "_cwacComparisonOperator") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ComparisonOperator)))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_cwacPeriod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Nat)) (S1 * (MetaSel (Just Symbol "_cwacMetricName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_cwacNamespace") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_cwacStatistic") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Statistic))))))

cloudWatchAlarmConfiguration #

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

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

cwacDimensions :: Lens' CloudWatchAlarmConfiguration [Dimension] #

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 User Guide .

cwacEvaluationPeriods :: Lens' CloudWatchAlarmConfiguration Natural #

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 #

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

cwacComparisonOperator :: Lens' CloudWatchAlarmConfiguration ComparisonOperator #

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

cwacPeriod :: Lens' CloudWatchAlarmConfiguration Natural #

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

cwacMetricName :: Lens' CloudWatchAlarmConfiguration Text #

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

cwacNamespace :: Lens' CloudWatchAlarmConfiguration Text #

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 User Guide .

cwacStatistic :: Lens' CloudWatchAlarmConfiguration Statistic #

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

DelegationSet

data DelegationSet #

A complex type that lists the name servers in a delegation set, as well as the CallerReference and the ID for the delegation set.

See: delegationSet smart constructor.

Instances

Eq DelegationSet # 
Data DelegationSet # 

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 # 
Show DelegationSet # 
Generic DelegationSet # 

Associated Types

type Rep DelegationSet :: * -> * #

Hashable DelegationSet # 
NFData DelegationSet # 

Methods

rnf :: DelegationSet -> () #

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

delegationSet #

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 - The ID that Amazon Route 53 assigns to a reusable delegation set.
  • dsCallerReference - The value that you specified for CallerReference when you created the reusable delegation set.
  • dsNameServers - A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.

dsId :: Lens' DelegationSet (Maybe ResourceId) #

The ID that Amazon Route 53 assigns to a reusable delegation set.

dsCallerReference :: Lens' DelegationSet (Maybe Text) #

The value that you specified for CallerReference when you created the reusable delegation set.

dsNameServers :: Lens' DelegationSet (NonEmpty Text) #

A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.

Dimension

data Dimension #

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 # 
Data Dimension # 

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 # 
Show Dimension # 
Generic Dimension # 

Associated Types

type Rep Dimension :: * -> * #

Hashable Dimension # 
NFData Dimension # 

Methods

rnf :: Dimension -> () #

FromXML Dimension # 
type Rep Dimension # 
type Rep Dimension = D1 * (MetaData "Dimension" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

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 - For the metric that the CloudWatch alarm is associated with, the name of one dimension.
  • dValue - For the metric that the CloudWatch alarm is associated with, the value of one dimension.

dName :: Lens' Dimension Text #

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

dValue :: Lens' Dimension Text #

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

GeoLocation

data GeoLocation #

A complex type that contains information about a geo location.

See: geoLocation smart constructor.

Instances

Eq GeoLocation # 
Data GeoLocation # 

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 # 
Show GeoLocation # 
Generic GeoLocation # 

Associated Types

type Rep GeoLocation :: * -> * #

Hashable GeoLocation # 
NFData GeoLocation # 

Methods

rnf :: GeoLocation -> () #

FromXML GeoLocation # 
ToXML GeoLocation # 

Methods

toXML :: GeoLocation -> XML #

type Rep GeoLocation # 
type Rep GeoLocation = D1 * (MetaData "GeoLocation" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

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 - The code for the subdivision, for example, a state in the United States or a province in Canada.
  • glCountryCode - The two-letter code for the country.
  • glContinentCode - 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.

glSubdivisionCode :: Lens' GeoLocation (Maybe Text) #

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

glCountryCode :: Lens' GeoLocation (Maybe Text) #

The two-letter code for the country.

glContinentCode :: Lens' GeoLocation (Maybe Text) #

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 #

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 # 
Data GeoLocationDetails # 

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 # 
Show GeoLocationDetails # 
Generic GeoLocationDetails # 
Hashable GeoLocationDetails # 
NFData GeoLocationDetails # 

Methods

rnf :: GeoLocationDetails -> () #

FromXML GeoLocationDetails # 
type Rep GeoLocationDetails # 
type Rep GeoLocationDetails = D1 * (MetaData "GeoLocationDetails" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

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

The full name of the subdivision, for example, a state in the United States or a province in Canada.

gldSubdivisionCode :: Lens' GeoLocationDetails (Maybe Text) #

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

gldCountryName :: Lens' GeoLocationDetails (Maybe Text) #

The name of the country.

gldCountryCode :: Lens' GeoLocationDetails (Maybe Text) #

The two-letter code for the country.

gldContinentCode :: Lens' GeoLocationDetails (Maybe Text) #

The two-letter code for the continent.

gldContinentName :: Lens' GeoLocationDetails (Maybe Text) #

The full name of the continent.

HealthCheck

data HealthCheck #

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 # 
Data HealthCheck # 

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 # 
Show HealthCheck # 
Generic HealthCheck # 

Associated Types

type Rep HealthCheck :: * -> * #

Hashable HealthCheck # 
NFData HealthCheck # 

Methods

rnf :: HealthCheck -> () #

FromXML HealthCheck # 
type Rep HealthCheck # 
type Rep HealthCheck = D1 * (MetaData "HealthCheck" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) (C1 * (MetaCons "HealthCheck'" PrefixI True) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_hcLinkedService") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe LinkedService))) ((:*:) * (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 #

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:

  • hcLinkedService - If the health check was created by another service, the service that created the health check. When a health check is created by another service, you can't edit or delete it using Amazon Route 53.
  • hcCloudWatchAlarmConfiguration - A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.
  • hcId - 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 - A unique string that you specified when you created the health check.
  • hcHealthCheckConfig - A complex type that contains detailed information about one health check.
  • hcHealthCheckVersion - 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.

hcLinkedService :: Lens' HealthCheck (Maybe LinkedService) #

If the health check was created by another service, the service that created the health check. When a health check is created by another service, you can't edit or delete it using Amazon Route 53.

hcCloudWatchAlarmConfiguration :: Lens' HealthCheck (Maybe CloudWatchAlarmConfiguration) #

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

hcId :: Lens' HealthCheck Text #

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 #

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

hcHealthCheckConfig :: Lens' HealthCheck HealthCheckConfig #

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

hcHealthCheckVersion :: Lens' HealthCheck Natural #

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 #

A complex type that contains information about the health check.

See: healthCheckConfig smart constructor.

Instances

Eq HealthCheckConfig # 
Data HealthCheckConfig # 

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 # 
Show HealthCheckConfig # 
Generic HealthCheckConfig # 
Hashable HealthCheckConfig # 
NFData HealthCheckConfig # 

Methods

rnf :: HealthCheckConfig -> () #

FromXML HealthCheckConfig # 
ToXML HealthCheckConfig # 
type Rep HealthCheckConfig # 
type Rep HealthCheckConfig = D1 * (MetaData "HealthCheckConfig" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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)))))))

healthCheckConfig #

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

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

  • hccFailureThreshold - 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 . If you don't specify a value for FailureThreshold , the default value is three health checks.
  • hccIPAddress - The IPv4 or IPv6 IP address of the endpoint that you want Amazon Route 53 to perform health checks on. 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 returned by DNS, Amazon Route 53 then checks the health of the endpoint. Use one of the following formats for the value of IPAddress : * IPv4 address : four values between 0 and 255, separated by periods (.), for example, 192.0.2.44 . * IPv6 address : eight groups of four hexadecimal values, separated by colons (:), for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345 . You can also shorten IPv6 addresses as described in RFC 5952, for example, 2001:db8:85a3::abcd:1:2345 . If the endpoint is an EC2 instance, we recommend that you create an Elastic IP address, associate it with your 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 'HealthCheckConfig$FullyQualifiedDomainName' . Constraints: Amazon Route 53 can't 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 can't create health checks, see the following documents: * RFC 5735, Special Use IPv4 Addresses * RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space * RFC 5156, Special-Use IPv6 Addresses When the value of Type is CALCULATED or CLOUDWATCH_METRIC , omit IPAddress .
  • hccEnableSNI - 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 SSLTLS 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 SSLTLS 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 - 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 - 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 'HealthCheckConfig$ChildHealthChecks' and 'HealthCheckConfig$ChildHealthChecks' 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 - 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. If you don't specify any regions, Amazon Route 53 health checkers automatically performs checks from all of the regions that are listed under Valid Values . If you update a health check to remove a region that has been performing health checks, Amazon Route 53 will briefly continue to perform checks from that region to ensure that some health checkers are always checking the endpoint (for example, if you replace three regions with four different regions).
  • hccResourcePath - 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 docsroute53-health-check.html.
  • hccInsufficientDataHealthStatus - 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 53 uses the status of the health check from the last time that 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 - 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 - 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. Important: You can't change the value of MeasureLatency after you create a health check.
  • hccInverted - 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 - Amazon Route 53 behavior depends on whether you specify a value for IPAddress . If you specify a value for IPAddress : Amazon Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of FullyQualifiedDomainName in the Host header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. 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 a value for IPAddress : Amazon Route 53 sends a DNS request to the domain that you specify for FullyQualifiedDomainName at the interval that you specify for RequestInterval . Using an IPv4 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-2-www.example.com), not the name of the resource record sets (www.example.com). Important: 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 - (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 - 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. Important: You can't change the value of RequestInterval after you create a health check. If you don't specify a value for RequestInterval , the default value is 30 seconds.
  • hccPort - 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 - The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy. Important: 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. Important: 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, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide .

hccFailureThreshold :: Lens' HealthCheckConfig (Maybe Natural) #

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 . If you don't specify a value for FailureThreshold , the default value is three health checks.

hccIPAddress :: Lens' HealthCheckConfig (Maybe Text) #

The IPv4 or IPv6 IP address of the endpoint that you want Amazon Route 53 to perform health checks on. 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 returned by DNS, Amazon Route 53 then checks the health of the endpoint. Use one of the following formats for the value of IPAddress : * IPv4 address : four values between 0 and 255, separated by periods (.), for example, 192.0.2.44 . * IPv6 address : eight groups of four hexadecimal values, separated by colons (:), for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345 . You can also shorten IPv6 addresses as described in RFC 5952, for example, 2001:db8:85a3::abcd:1:2345 . If the endpoint is an EC2 instance, we recommend that you create an Elastic IP address, associate it with your 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 'HealthCheckConfig$FullyQualifiedDomainName' . Constraints: Amazon Route 53 can't 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 can't create health checks, see the following documents: * RFC 5735, Special Use IPv4 Addresses * RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space * RFC 5156, Special-Use IPv6 Addresses When the value of Type is CALCULATED or CLOUDWATCH_METRIC , omit IPAddress .

hccEnableSNI :: Lens' HealthCheckConfig (Maybe Bool) #

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 SSLTLS 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 SSLTLS 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) #

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

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 'HealthCheckConfig$ChildHealthChecks' and 'HealthCheckConfig$ChildHealthChecks' 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)) #

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. If you don't specify any regions, Amazon Route 53 health checkers automatically performs checks from all of the regions that are listed under Valid Values . If you update a health check to remove a region that has been performing health checks, Amazon Route 53 will briefly continue to perform checks from that region to ensure that some health checkers are always checking the endpoint (for example, if you replace three regions with four different regions).

hccResourcePath :: Lens' HealthCheckConfig (Maybe Text) #

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 docsroute53-health-check.html.

hccInsufficientDataHealthStatus :: Lens' HealthCheckConfig (Maybe InsufficientDataHealthStatus) #

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 53 uses the status of the health check from the last time that 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) #

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

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. Important: You can't change the value of MeasureLatency after you create a health check.

hccInverted :: Lens' HealthCheckConfig (Maybe Bool) #

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

Amazon Route 53 behavior depends on whether you specify a value for IPAddress . If you specify a value for IPAddress : Amazon Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of FullyQualifiedDomainName in the Host header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Amazon Route 53 to perform health checks. 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 a value for IPAddress : Amazon Route 53 sends a DNS request to the domain that you specify for FullyQualifiedDomainName at the interval that you specify for RequestInterval . Using an IPv4 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-2-www.example.com), not the name of the resource record sets (www.example.com). Important: 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] #

(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) #

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. Important: You can't change the value of RequestInterval after you create a health check. If you don't specify a value for RequestInterval , the default value is 30 seconds.

hccPort :: Lens' HealthCheckConfig (Maybe Natural) #

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 #

The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy. Important: 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. Important: 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, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide .

HealthCheckObservation

data HealthCheckObservation #

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 # 
Data HealthCheckObservation # 

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 # 
Show HealthCheckObservation # 
Generic HealthCheckObservation # 
Hashable HealthCheckObservation # 
NFData HealthCheckObservation # 

Methods

rnf :: HealthCheckObservation -> () #

FromXML HealthCheckObservation # 
type Rep HealthCheckObservation # 
type Rep HealthCheckObservation = D1 * (MetaData "HealthCheckObservation" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

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 - The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport .
  • hcoStatusReport - 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 - The region of the Amazon Route 53 health checker that provided the status in StatusReport .

hcoIPAddress :: Lens' HealthCheckObservation (Maybe Text) #

The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport .

hcoStatusReport :: Lens' HealthCheckObservation (Maybe StatusReport) #

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

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

HostedZone

data HostedZone #

A complex type that contains general information about the hosted zone.

See: hostedZone smart constructor.

Instances

Eq HostedZone # 
Data HostedZone # 

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 # 
Show HostedZone # 
Generic HostedZone # 

Associated Types

type Rep HostedZone :: * -> * #

Hashable HostedZone # 
NFData HostedZone # 

Methods

rnf :: HostedZone -> () #

FromXML HostedZone # 
type Rep HostedZone # 

hostedZone #

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:

  • hzLinkedService - If the hosted zone was created by another service, the service that created the hosted zone. When a hosted zone is created by another service, you can't edit or delete it using Amazon Route 53.
  • hzConfig - 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 - The number of resource record sets in the hosted zone.
  • hzId - The ID that Amazon Route 53 assigned to the hosted zone when you created it.
  • hzName - 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 - The value that you specified for CallerReference when you created the hosted zone.

hzLinkedService :: Lens' HostedZone (Maybe LinkedService) #

If the hosted zone was created by another service, the service that created the hosted zone. When a hosted zone is created by another service, you can't edit or delete it using Amazon Route 53.

hzConfig :: Lens' HostedZone (Maybe HostedZoneConfig) #

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

The number of resource record sets in the hosted zone.

hzId :: Lens' HostedZone ResourceId #

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

hzName :: Lens' HostedZone Text #

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 #

The value that you specified for CallerReference when you created the hosted zone.

HostedZoneConfig

data HostedZoneConfig #

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 # 
Data HostedZoneConfig # 

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 # 
Show HostedZoneConfig # 
Generic HostedZoneConfig # 
Hashable HostedZoneConfig # 
NFData HostedZoneConfig # 

Methods

rnf :: HostedZoneConfig -> () #

FromXML HostedZoneConfig # 
ToXML HostedZoneConfig # 
type Rep HostedZoneConfig # 
type Rep HostedZoneConfig = D1 * (MetaData "HostedZoneConfig" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

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 - A value that indicates whether this is a private hosted zone.
  • hzcComment - Any comments that you want to include about the hosted zone.

hzcPrivateZone :: Lens' HostedZoneConfig (Maybe Bool) #

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

hzcComment :: Lens' HostedZoneConfig (Maybe Text) #

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

HostedZoneLimit

data HostedZoneLimit #

A complex type that contains the type of limit that you specified in the request and the current value for that limit.

See: hostedZoneLimit smart constructor.

Instances

Eq HostedZoneLimit # 
Data HostedZoneLimit # 

Methods

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

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

toConstr :: HostedZoneLimit -> Constr #

dataTypeOf :: HostedZoneLimit -> DataType #

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

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

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

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

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

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

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

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

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

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

Read HostedZoneLimit # 
Show HostedZoneLimit # 
Generic HostedZoneLimit # 
Hashable HostedZoneLimit # 
NFData HostedZoneLimit # 

Methods

rnf :: HostedZoneLimit -> () #

FromXML HostedZoneLimit # 
type Rep HostedZoneLimit # 
type Rep HostedZoneLimit = D1 * (MetaData "HostedZoneLimit" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) (C1 * (MetaCons "HostedZoneLimit'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_hzlType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * HostedZoneLimitType)) (S1 * (MetaSel (Just Symbol "_hzlValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Nat))))

hostedZoneLimit #

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

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

  • hzlType - The limit that you requested. Valid values include the following: * MAX_RRSETS_BY_ZONE : The maximum number of records that you can create in the specified hosted zone. * MAX_VPCS_ASSOCIATED_BY_ZONE : The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
  • hzlValue - The current value for the limit that is specified by Type .

hzlType :: Lens' HostedZoneLimit HostedZoneLimitType #

The limit that you requested. Valid values include the following: * MAX_RRSETS_BY_ZONE : The maximum number of records that you can create in the specified hosted zone. * MAX_VPCS_ASSOCIATED_BY_ZONE : The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.

hzlValue :: Lens' HostedZoneLimit Natural #

The current value for the limit that is specified by Type .

LinkedService

data LinkedService #

If a health check or hosted zone was created by another service, LinkedService is a complex type that describes the service that created the resource. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.

See: linkedService smart constructor.

Instances

Eq LinkedService # 
Data LinkedService # 

Methods

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

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

toConstr :: LinkedService -> Constr #

dataTypeOf :: LinkedService -> DataType #

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

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

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

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

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

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

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

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

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

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

Read LinkedService # 
Show LinkedService # 
Generic LinkedService # 

Associated Types

type Rep LinkedService :: * -> * #

Hashable LinkedService # 
NFData LinkedService # 

Methods

rnf :: LinkedService -> () #

FromXML LinkedService # 
type Rep LinkedService # 
type Rep LinkedService = D1 * (MetaData "LinkedService" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) (C1 * (MetaCons "LinkedService'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lsServicePrincipal") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lsDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))

linkedService :: LinkedService #

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

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

  • lsServicePrincipal - If the health check or hosted zone was created by another service, the service that created the resource. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.
  • lsDescription - If the health check or hosted zone was created by another service, an optional description that can be provided by the other service. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.

lsServicePrincipal :: Lens' LinkedService (Maybe Text) #

If the health check or hosted zone was created by another service, the service that created the resource. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.

lsDescription :: Lens' LinkedService (Maybe Text) #

If the health check or hosted zone was created by another service, an optional description that can be provided by the other service. When a resource is created by another service, you can't edit or delete it using Amazon Route 53.

QueryLoggingConfig

data QueryLoggingConfig #

A complex type that contains information about a configuration for DNS query logging.

See: queryLoggingConfig smart constructor.

Instances

Eq QueryLoggingConfig # 
Data QueryLoggingConfig # 

Methods

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

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

toConstr :: QueryLoggingConfig -> Constr #

dataTypeOf :: QueryLoggingConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Read QueryLoggingConfig # 
Show QueryLoggingConfig # 
Generic QueryLoggingConfig # 
Hashable QueryLoggingConfig # 
NFData QueryLoggingConfig # 

Methods

rnf :: QueryLoggingConfig -> () #

FromXML QueryLoggingConfig # 
type Rep QueryLoggingConfig # 
type Rep QueryLoggingConfig = D1 * (MetaData "QueryLoggingConfig" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) (C1 * (MetaCons "QueryLoggingConfig'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_qlcId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) ((:*:) * (S1 * (MetaSel (Just Symbol "_qlcHostedZoneId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ResourceId)) (S1 * (MetaSel (Just Symbol "_qlcCloudWatchLogsLogGroupARN") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)))))

queryLoggingConfig #

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

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

  • qlcId - The ID for a configuration for DNS query logging.
  • qlcHostedZoneId - The ID of the hosted zone that CloudWatch Logs is logging queries for.
  • qlcCloudWatchLogsLogGroupARN - The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

qlcId :: Lens' QueryLoggingConfig Text #

The ID for a configuration for DNS query logging.

qlcHostedZoneId :: Lens' QueryLoggingConfig ResourceId #

The ID of the hosted zone that CloudWatch Logs is logging queries for.

qlcCloudWatchLogsLogGroupARN :: Lens' QueryLoggingConfig Text #

The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

ResourceRecord

data ResourceRecord #

Information specific to the resource record.

See: resourceRecord smart constructor.

Instances

Eq ResourceRecord # 
Data ResourceRecord # 

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 # 
Show ResourceRecord # 
Generic ResourceRecord # 

Associated Types

type Rep ResourceRecord :: * -> * #

Hashable ResourceRecord # 
NFData ResourceRecord # 

Methods

rnf :: ResourceRecord -> () #

FromXML ResourceRecord # 
ToXML ResourceRecord # 

Methods

toXML :: ResourceRecord -> XML #

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

resourceRecord #

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

rrValue :: Lens' ResourceRecord Text #

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

ResourceRecordSet

data ResourceRecordSet #

Information about the resource record set to create or delete.

See: resourceRecordSet smart constructor.

Instances

Eq ResourceRecordSet # 
Data ResourceRecordSet # 

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 # 
Show ResourceRecordSet # 
Generic ResourceRecordSet # 
Hashable ResourceRecordSet # 
NFData ResourceRecordSet # 

Methods

rnf :: ResourceRecordSet -> () #

FromXML ResourceRecordSet # 
ToXML ResourceRecordSet # 
type Rep ResourceRecordSet # 
type Rep ResourceRecordSet = D1 * (MetaData "ResourceRecordSet" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 "_rrsMultiValueAnswer") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rrsName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_rrsType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * RecordType)))))))

resourceRecordSet #

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

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

  • rrsTTL - The resource record cache time to live (TTL), in seconds. Note the following: * If you're creating or updating 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 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 - Information about the resource records to act upon.
  • rrsAliasTarget - Alias resource record sets only: Information about the CloudFront distribution, AWS Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you're redirecting queries. The AWS 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 - 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 can't 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 .
  • rrsTrafficPolicyInstanceId - When you create a traffic policy instance, Amazon Route 53 automatically creates a resource record set. TrafficPolicyInstanceId is the ID of the traffic policy instance that Amazon Route 53 created this resource record set for. Important: To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53 will 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.
  • rrsSetIdentifier - 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 - 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 can't 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 : * Amazon Route 53 Health Checks and DNS Failover * Configuring Failover in a Private Hosted Zone
  • rrsHealthCheckId - 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 more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy . 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 group of weighted, latency, geolocation, or failover resource record sets, 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 a group of alias, weighted alias, latency alias, geolocation alias, or failover alias resource record sets, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. Important: 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-2-www.example.com ), not the name of the resource record sets (example.com). Important: 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 information, see the following topics in the Amazon Route 53 Developer Guide : * Amazon Route 53 Health Checks and DNS Failover * Configuring Failover in a Private Hosted Zone
  • rrsRegion - Latency-based resource record sets only: The Amazon EC2 Region where you created the resource that this resource record set refers to. The resource typically is an AWS resource, such as an 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. 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 aren't 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 that you create latency resource record sets for. * You can't create non-latency resource record sets that have the same values for the Name and Type elements as latency resource record sets.
  • rrsGeoLocation - 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 . 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 can't 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. Important: 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 can't create non-geolocation resource record sets that have the same values for the Name and Type elements as geolocation resource record sets.
  • rrsMultiValueAnswer - Multivalue answer resource record sets only : To route traffic approximately randomly to multiple resources, such as web servers, create one multivalue answer record for each resource and specify true for MultiValueAnswer . Note the following: * If you associate a health check with a multivalue answer resource record set, Amazon Route 53 responds to DNS queries with the corresponding IP address only when the health check is healthy. * If you don't associate a health check with a multivalue answer record, Amazon Route 53 always considers the record to be healthy. * Amazon Route 53 responds to DNS queries with up to eight healthy records; if you have eight or fewer healthy records, Amazon Route 53 responds to all DNS queries with all the healthy records. * If you have more than eight healthy records, Amazon Route 53 responds to different DNS resolvers with different combinations of healthy records. * When all records are unhealthy, Amazon Route 53 responds to DNS queries with up to eight unhealthy records. * If a resource becomes unavailable after a resolver caches a response, client software typically tries another of the IP addresses in the response. You can't create multivalue answer alias records.
  • rrsName - 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. Important: 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 can't 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 - 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 | CAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CAA | 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. Valid values for multivalue answer resource record sets: A | AAAA | MX | NAPTR | PTR | SPF | SRV | TXT Values for alias resource record sets: * CloudFront distributions: A If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of A and one with a value of AAAA . * AWS 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 that you're creating the alias for. All values are supported except NS and SOA .

rrsTTL :: Lens' ResourceRecordSet (Maybe Natural) #

The resource record cache time to live (TTL), in seconds. Note the following: * If you're creating or updating 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 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)) #

Information about the resource records to act upon.

rrsAliasTarget :: Lens' ResourceRecordSet (Maybe AliasTarget) #

Alias resource record sets only: Information about the CloudFront distribution, AWS Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you're redirecting queries. The AWS 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) #

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 can't 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 .

rrsTrafficPolicyInstanceId :: Lens' ResourceRecordSet (Maybe Text) #

When you create a traffic policy instance, Amazon Route 53 automatically creates a resource record set. TrafficPolicyInstanceId is the ID of the traffic policy instance that Amazon Route 53 created this resource record set for. Important: To delete the resource record set that is associated with a traffic policy instance, use DeleteTrafficPolicyInstance . Amazon Route 53 will 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.

rrsSetIdentifier :: Lens' ResourceRecordSet (Maybe Text) #

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

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 can't 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 : * Amazon Route 53 Health Checks and DNS Failover * Configuring Failover in a Private Hosted Zone

rrsHealthCheckId :: Lens' ResourceRecordSet (Maybe Text) #

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 more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy . 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 group of weighted, latency, geolocation, or failover resource record sets, 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 a group of alias, weighted alias, latency alias, geolocation alias, or failover alias resource record sets, and you specify health check IDs for all of the resource record sets that are referenced by the alias resource record sets. Important: 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-2-www.example.com ), not the name of the resource record sets (example.com). Important: 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 information, see the following topics in the Amazon Route 53 Developer Guide : * Amazon Route 53 Health Checks and DNS Failover * Configuring Failover in a Private Hosted Zone

rrsRegion :: Lens' ResourceRecordSet (Maybe Region) #

Latency-based resource record sets only: The Amazon EC2 Region where you created the resource that this resource record set refers to. The resource typically is an AWS resource, such as an 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. 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 aren't 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 that you create latency resource record sets for. * You can't 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) #

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 . 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 can't 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. Important: 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 can't create non-geolocation resource record sets that have the same values for the Name and Type elements as geolocation resource record sets.

rrsMultiValueAnswer :: Lens' ResourceRecordSet (Maybe Bool) #

Multivalue answer resource record sets only : To route traffic approximately randomly to multiple resources, such as web servers, create one multivalue answer record for each resource and specify true for MultiValueAnswer . Note the following: * If you associate a health check with a multivalue answer resource record set, Amazon Route 53 responds to DNS queries with the corresponding IP address only when the health check is healthy. * If you don't associate a health check with a multivalue answer record, Amazon Route 53 always considers the record to be healthy. * Amazon Route 53 responds to DNS queries with up to eight healthy records; if you have eight or fewer healthy records, Amazon Route 53 responds to all DNS queries with all the healthy records. * If you have more than eight healthy records, Amazon Route 53 responds to different DNS resolvers with different combinations of healthy records. * When all records are unhealthy, Amazon Route 53 responds to DNS queries with up to eight unhealthy records. * If a resource becomes unavailable after a resolver caches a response, client software typically tries another of the IP addresses in the response. You can't create multivalue answer alias records.

rrsName :: Lens' ResourceRecordSet Text #

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. Important: 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 can't 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 #

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 | CAA | CNAME | MX | NAPTR | NS | PTR | SOA | SPF | SRV | TXT Values for weighted, latency, geolocation, and failover resource record sets: A | AAAA | CAA | 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. Valid values for multivalue answer resource record sets: A | AAAA | MX | NAPTR | PTR | SPF | SRV | TXT Values for alias resource record sets: * CloudFront distributions: A If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of A and one with a value of AAAA . * AWS 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 that you're creating the alias for. All values are supported except NS and SOA .

ResourceTagSet

data ResourceTagSet #

A complex type containing a resource and its associated tags.

See: resourceTagSet smart constructor.

Instances

Eq ResourceTagSet # 
Data ResourceTagSet # 

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 # 
Show ResourceTagSet # 
Generic ResourceTagSet # 

Associated Types

type Rep ResourceTagSet :: * -> * #

Hashable ResourceTagSet # 
NFData ResourceTagSet # 

Methods

rnf :: ResourceTagSet -> () #

FromXML ResourceTagSet # 
type Rep ResourceTagSet # 
type Rep ResourceTagSet = D1 * (MetaData "ResourceTagSet" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

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 - The ID for the specified resource.
  • rtsResourceType - The type of the resource. * The resource type for health checks is healthcheck . * The resource type for hosted zones is hostedzone .
  • rtsTags - The tags associated with the specified resource.

rtsResourceId :: Lens' ResourceTagSet (Maybe Text) #

The ID for the specified resource.

rtsResourceType :: Lens' ResourceTagSet (Maybe TagResourceType) #

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

The tags associated with the specified resource.

ReusableDelegationSetLimit

data ReusableDelegationSetLimit #

A complex type that contains the type of limit that you specified in the request and the current value for that limit.

See: reusableDelegationSetLimit smart constructor.

Instances

Eq ReusableDelegationSetLimit # 
Data ReusableDelegationSetLimit # 

Methods

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

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

toConstr :: ReusableDelegationSetLimit -> Constr #

dataTypeOf :: ReusableDelegationSetLimit -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ReusableDelegationSetLimit # 
Show ReusableDelegationSetLimit # 
Generic ReusableDelegationSetLimit # 
Hashable ReusableDelegationSetLimit # 
NFData ReusableDelegationSetLimit # 
FromXML ReusableDelegationSetLimit # 
type Rep ReusableDelegationSetLimit # 
type Rep ReusableDelegationSetLimit = D1 * (MetaData "ReusableDelegationSetLimit" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" False) (C1 * (MetaCons "ReusableDelegationSetLimit'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_rdslType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ReusableDelegationSetLimitType)) (S1 * (MetaSel (Just Symbol "_rdslValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Nat))))

reusableDelegationSetLimit #

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

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

  • rdslType - The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET , the maximum number of hosted zones that you can associate with the specified reusable delegation set.
  • rdslValue - The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.

rdslType :: Lens' ReusableDelegationSetLimit ReusableDelegationSetLimitType #

The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET , the maximum number of hosted zones that you can associate with the specified reusable delegation set.

rdslValue :: Lens' ReusableDelegationSetLimit Natural #

The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.

StatusReport

data StatusReport #

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 # 
Data StatusReport # 

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 # 
Show StatusReport # 
Generic StatusReport # 

Associated Types

type Rep StatusReport :: * -> * #

Hashable StatusReport # 
NFData StatusReport # 

Methods

rnf :: StatusReport -> () #

FromXML StatusReport # 
type Rep StatusReport # 
type Rep StatusReport = D1 * (MetaData "StatusReport" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

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 - A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.
  • srCheckedTime - The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

srStatus :: Lens' StatusReport (Maybe Text) #

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

The date and time that the health checker performed the health check in ISO 8601 format and Coordinated Universal Time (UTC). For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 at 17:48:16.751 UTC.

Tag

data Tag #

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 # 

Methods

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

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

Data Tag # 

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 # 
Show Tag # 

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag # 

Associated Types

type Rep Tag :: * -> * #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Hashable Tag # 

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

NFData Tag # 

Methods

rnf :: Tag -> () #

FromXML Tag # 

Methods

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

ToXML Tag # 

Methods

toXML :: Tag -> XML #

type Rep Tag # 
type Rep Tag = D1 * (MetaData "Tag" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

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 - 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 - 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 that you want to change the Value for. * 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.

tagValue :: Lens' Tag (Maybe Text) #

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

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 that you want to change the Value for. * 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 #

A complex type that contains settings for a traffic policy.

See: trafficPolicy smart constructor.

Instances

Eq TrafficPolicy # 
Data TrafficPolicy # 

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 # 
Show TrafficPolicy # 
Generic TrafficPolicy # 

Associated Types

type Rep TrafficPolicy :: * -> * #

Hashable TrafficPolicy # 
NFData TrafficPolicy # 

Methods

rnf :: TrafficPolicy -> () #

FromXML TrafficPolicy # 
type Rep TrafficPolicy # 

trafficPolicy #

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 - The comment that you specify in the CreateTrafficPolicy request, if any.
  • tpId - The ID that Amazon Route 53 assigned to a traffic policy when you created it.
  • tpVersion - The version number that Amazon Route 53 assigns to a traffic policy. For a new traffic policy, the value of Version is always 1.
  • tpName - The name that you specified when you created the traffic policy.
  • tpType - The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.
  • tpDocument - The definition of a traffic policy in JSON format. You specify the JSON document to use for a new traffic policy in the CreateTrafficPolicy request. For more information about the JSON format, see Traffic Policy Document Format .

tpComment :: Lens' TrafficPolicy (Maybe Text) #

The comment that you specify in the CreateTrafficPolicy request, if any.

tpId :: Lens' TrafficPolicy Text #

The ID that Amazon Route 53 assigned to a traffic policy when you created it.

tpVersion :: Lens' TrafficPolicy Natural #

The version number that Amazon Route 53 assigns to a traffic policy. For a new traffic policy, the value of Version is always 1.

tpName :: Lens' TrafficPolicy Text #

The name that you specified when you created the traffic policy.

tpType :: Lens' TrafficPolicy RecordType #

The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.

tpDocument :: Lens' TrafficPolicy Text #

The definition of a traffic policy in JSON format. You specify the JSON document to use for a new traffic policy in the CreateTrafficPolicy request. For more information about the JSON format, see Traffic Policy Document Format .

TrafficPolicyInstance

data TrafficPolicyInstance #

A complex type that contains settings for the new traffic policy instance.

See: trafficPolicyInstance smart constructor.

Instances

Eq TrafficPolicyInstance # 
Data TrafficPolicyInstance # 

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 # 
Show TrafficPolicyInstance # 
Generic TrafficPolicyInstance # 
Hashable TrafficPolicyInstance # 
NFData TrafficPolicyInstance # 

Methods

rnf :: TrafficPolicyInstance -> () #

FromXML TrafficPolicyInstance # 
type Rep TrafficPolicyInstance # 

trafficPolicyInstance #

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

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

  • tpiId - The ID that Amazon Route 53 assigned to the new traffic policy instance.
  • tpiHostedZoneId - The ID of the hosted zone that Amazon Route 53 created resource record sets in.
  • tpiName - The DNS name, such as www.example.com, for which Amazon Route 53 responds to queries by using the resource record sets that are associated with this traffic policy instance.
  • tpiTTL - The TTL that Amazon Route 53 assigned to all of the resource record sets that it created in the specified hosted zone.
  • tpiState - The value of State is one of the following values: * Applied * Amazon Route 53 has finished creating resource record sets, and changes have propagated to all Amazon Route 53 edge locations. * Creating * Amazon Route 53 is creating the resource record sets. Use GetTrafficPolicyInstance to confirm that the CreateTrafficPolicyInstance request completed successfully. * Failed * Amazon Route 53 wasn't able to create or update the resource record sets. When the value of State is Failed , see Message for an explanation of what caused the request to fail.
  • tpiMessage - If State is Failed , an explanation of the reason for the failure. If State is another value, Message is empty.
  • tpiTrafficPolicyId - The ID of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.
  • tpiTrafficPolicyVersion - The version of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.
  • tpiTrafficPolicyType - The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.

tpiId :: Lens' TrafficPolicyInstance Text #

The ID that Amazon Route 53 assigned to the new traffic policy instance.

tpiHostedZoneId :: Lens' TrafficPolicyInstance ResourceId #

The ID of the hosted zone that Amazon Route 53 created resource record sets in.

tpiName :: Lens' TrafficPolicyInstance Text #

The DNS name, such as www.example.com, for which Amazon Route 53 responds to queries by using the resource record sets that are associated with this traffic policy instance.

tpiTTL :: Lens' TrafficPolicyInstance Natural #

The TTL that Amazon Route 53 assigned to all of the resource record sets that it created in the specified hosted zone.

tpiState :: Lens' TrafficPolicyInstance Text #

The value of State is one of the following values: * Applied * Amazon Route 53 has finished creating resource record sets, and changes have propagated to all Amazon Route 53 edge locations. * Creating * Amazon Route 53 is creating the resource record sets. Use GetTrafficPolicyInstance to confirm that the CreateTrafficPolicyInstance request completed successfully. * Failed * Amazon Route 53 wasn't able to create or update the resource record sets. When the value of State is Failed , see Message for an explanation of what caused the request to fail.

tpiMessage :: Lens' TrafficPolicyInstance Text #

If State is Failed , an explanation of the reason for the failure. If State is another value, Message is empty.

tpiTrafficPolicyId :: Lens' TrafficPolicyInstance Text #

The ID of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.

tpiTrafficPolicyVersion :: Lens' TrafficPolicyInstance Natural #

The version of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.

tpiTrafficPolicyType :: Lens' TrafficPolicyInstance RecordType #

The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.

TrafficPolicySummary

data TrafficPolicySummary #

A complex type that contains information about the latest version of one traffic policy that is associated with the current AWS account.

See: trafficPolicySummary smart constructor.

Instances

Eq TrafficPolicySummary # 
Data TrafficPolicySummary # 

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 # 
Show TrafficPolicySummary # 
Generic TrafficPolicySummary # 
Hashable TrafficPolicySummary # 
NFData TrafficPolicySummary # 

Methods

rnf :: TrafficPolicySummary -> () #

FromXML TrafficPolicySummary # 
type Rep TrafficPolicySummary # 
type Rep TrafficPolicySummary = D1 * (MetaData "TrafficPolicySummary" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

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 - The ID that Amazon Route 53 assigned to the traffic policy when you created it.
  • tpsName - The name that you specified for the traffic policy when you created it.
  • tpsType - The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.
  • tpsLatestVersion - The version number of the latest version of the traffic policy.
  • tpsTrafficPolicyCount - The number of traffic policies that are associated with the current AWS account.

tpsId :: Lens' TrafficPolicySummary Text #

The ID that Amazon Route 53 assigned to the traffic policy when you created it.

tpsName :: Lens' TrafficPolicySummary Text #

The name that you specified for the traffic policy when you created it.

tpsType :: Lens' TrafficPolicySummary RecordType #

The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.

tpsLatestVersion :: Lens' TrafficPolicySummary Natural #

The version number of the latest version of the traffic policy.

tpsTrafficPolicyCount :: Lens' TrafficPolicySummary Natural #

The number of traffic policies that are associated with the current AWS account.

VPC

data VPC #

(Private hosted zones only) A complex type that contains information about an Amazon VPC.

See: vpc smart constructor.

Instances

Eq VPC # 

Methods

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

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

Data VPC # 

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 # 
Show VPC # 

Methods

showsPrec :: Int -> VPC -> ShowS #

show :: VPC -> String #

showList :: [VPC] -> ShowS #

Generic VPC # 

Associated Types

type Rep VPC :: * -> * #

Methods

from :: VPC -> Rep VPC x #

to :: Rep VPC x -> VPC #

Hashable VPC # 

Methods

hashWithSalt :: Int -> VPC -> Int #

hash :: VPC -> Int #

NFData VPC # 

Methods

rnf :: VPC -> () #

FromXML VPC # 

Methods

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

ToXML VPC # 

Methods

toXML :: VPC -> XML #

type Rep VPC # 
type Rep VPC = D1 * (MetaData "VPC" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.0-28lvWvW7IwqDT6anWOeWeh" 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 #

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 - (Private hosted zones only) The region in which you created an Amazon VPC.
  • vpcVPCId - Undocumented member.

vpcVPCRegion :: Lens' VPC (Maybe VPCRegion) #

(Private hosted zones only) The region in which you created an Amazon VPC.

vpcVPCId :: Lens' VPC (Maybe Text) #

Undocumented member.