amazonka-route53-1.6.1: 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

Contents

Description

Amazon Route 53 is a scalable Domain Name System (DNS) web service. It provides secure and reliable routing to your infrastructure that uses Amazon Web Services (AWS) products, such as Amazon Elastic Compute Cloud (Amazon EC2), Elastic Load Balancing, or Amazon Simple Storage Service (Amazon S3). You can also use Amazon Route 53 to route users to your infrastructure outside of AWS.

Synopsis

Service Configuration

route53 :: Service Source #

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

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by Route53.

HealthCheckVersionMismatch

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

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

NoSuchQueryLoggingConfig

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

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

HostedZoneNotPrivate

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

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

InvalidInput

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

The input is not valid.

HostedZoneNotEmpty

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

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

InvalidArgument

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

Parameter name is invalid.

TrafficPolicyInstanceAlreadyExists

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

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

ConflictingTypes

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

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

QueryLoggingConfigAlreadyExists

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

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

ConcurrentModification

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

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

DelegationSetAlreadyReusable

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

The specified delegation set has already been marked as reusable.

NotAuthorizedException

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

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

InsufficientCloudWatchLogsResourcePolicy

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

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

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

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

PriorRequestNotComplete

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

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

InvalidChangeBatch

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

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

TooManyVPCAssociationAuthorizations

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

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

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

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

InvalidTrafficPolicyDocument

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

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

InvalidPaginationToken

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

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

DelegationSetNotReusable

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

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

InvalidDomainName

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

The specified domain name is not valid.

NoSuchTrafficPolicy

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

No traffic policy exists with the specified ID.

HostedZoneNotFound

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

The specified HostedZone can't be found.

DelegationSetInUse

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

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

NoSuchDelegationSet

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

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

HealthCheckAlreadyExists

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

The health check you're attempting to create already exists. Amazon Route 53 returns this error when 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

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

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

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

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

NoSuchGeoLocation

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

Amazon Route 53 doesn't support the specified geolocation.

DelegationSetNotAvailable

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

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

VPCAssociationNotFound

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

The specified VPC and hosted zone are not currently associated.

ThrottlingException

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

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

NoSuchChange

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

A change with the specified change ID does not exist.

LimitsExceeded

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

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

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

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

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

No traffic policy instance exists with the specified ID.

IncompatibleVersion

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

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

PublicZoneVPCAssociation

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

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

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

No hosted zone exists with the ID that you specified.

TooManyHostedZones

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

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

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

This error code is not in use.

DelegationSetAlreadyCreated

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

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

ConflictingDomainExists

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

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

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

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

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

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

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

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

TrafficPolicyInUse

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

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

InvalidVPCId

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

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

HostedZoneAlreadyExists

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

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

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

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.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

ResourceRecordSetsChanged

resourceRecordSetsChanged :: Wait GetChange Source #

Polls GetChange every 30 seconds until a successful state is reached. An error is returned after 60 failed checks.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

GetHostedZoneLimit

AssociateVPCWithHostedZone

DeleteTrafficPolicy

GetCheckerIPRanges

GetTrafficPolicyInstance

GetHealthCheckLastFailureReason

DeleteReusableDelegationSet

ListHostedZonesByName

ListReusableDelegationSets

ListTagsForResource

ListQueryLoggingConfigs

ListTrafficPolicyInstances

CreateTrafficPolicyInstance

GetChange

ChangeResourceRecordSets

DeleteHealthCheck

UpdateHealthCheck

CreateHostedZone

CreateVPCAssociationAuthorization

ListVPCAssociationAuthorizations

ListTrafficPolicyInstancesByPolicy

DisassociateVPCFromHostedZone

CreateHealthCheck

DeleteVPCAssociationAuthorization

ChangeTagsForResource

ListHostedZones (Paginated)

GetTrafficPolicyInstanceCount

ListGeoLocations

GetHostedZone

GetHealthCheck

ListResourceRecordSets (Paginated)

CreateReusableDelegationSet

CreateQueryLoggingConfig

GetHealthCheckCount

UpdateTrafficPolicyComment

GetHostedZoneCount

GetAccountLimit

DeleteQueryLoggingConfig

GetQueryLoggingConfig

GetReusableDelegationSet

DeleteTrafficPolicyInstance

UpdateTrafficPolicyInstance

UpdateHostedZoneComment

GetHealthCheckStatus

GetReusableDelegationSetLimit

CreateTrafficPolicyVersion

TestDNSAnswer

ListHealthChecks (Paginated)

GetTrafficPolicy

ListTrafficPolicyVersions

DeleteHostedZone

GetGeoLocation

ListTagsForResources

CreateTrafficPolicy

ListTrafficPolicyInstancesByHostedZone

ListTrafficPolicies

Types

Common

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 
Instance details

Defined in Network.AWS.Types

Enum Region 
Instance details

Defined in Network.AWS.Types

Eq Region 
Instance details

Defined in Network.AWS.Types

Methods

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

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

Data Region 
Instance details

Defined in Network.AWS.Types

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 
Instance details

Defined in Network.AWS.Types

Read Region 
Instance details

Defined in Network.AWS.Types

Show Region 
Instance details

Defined in Network.AWS.Types

Generic Region 
Instance details

Defined in Network.AWS.Types

Associated Types

type Rep Region :: Type -> Type #

Methods

from :: Region -> Rep Region x #

to :: Rep Region x -> Region #

Hashable Region 
Instance details

Defined in Network.AWS.Types

Methods

hashWithSalt :: Int -> Region -> Int #

hash :: Region -> Int #

ToJSON Region 
Instance details

Defined in Network.AWS.Types

FromJSON Region 
Instance details

Defined in Network.AWS.Types

FromXML Region 
Instance details

Defined in Network.AWS.Types

ToXML Region 
Instance details

Defined in Network.AWS.Types

Methods

toXML :: Region -> XML #

ToLog Region 
Instance details

Defined in Network.AWS.Types

Methods

build :: Region -> Builder #

ToByteString Region 
Instance details

Defined in Network.AWS.Types

Methods

toBS :: Region -> ByteString #

FromText Region 
Instance details

Defined in Network.AWS.Types

Methods

parser :: Parser Region #

ToText Region 
Instance details

Defined in Network.AWS.Types

Methods

toText :: Region -> Text #

NFData Region 
Instance details

Defined in Network.AWS.Types

Methods

rnf :: Region -> () #

type Rep Region 
Instance details

Defined in Network.AWS.Types

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

newtype ResourceId Source #

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 Source # 
Instance details

Defined in Network.AWS.Route53.Internal

Data ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

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 Source # 
Instance details

Defined in Network.AWS.Route53.Internal

Read ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

Show ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

IsString ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

Generic ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

Associated Types

type Rep ResourceId :: Type -> Type #

Hashable ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

FromXML ResourceId Source #

Handles prefixed Route53 resource identifiers.

Instance details

Defined in Network.AWS.Route53.Internal

ToXML ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

Methods

toXML :: ResourceId -> XML #

ToLog ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

Methods

build :: ResourceId -> Builder #

ToQuery ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

ToByteString ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

FromText ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

ToText ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

Methods

toText :: ResourceId -> Text #

NFData ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

Methods

rnf :: ResourceId -> () #

type Rep ResourceId Source # 
Instance details

Defined in Network.AWS.Route53.Internal

type Rep ResourceId = D1 (MetaData "ResourceId" "Network.AWS.Route53.Internal" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" True) (C1 (MetaCons "ResourceId" PrefixI True) (S1 (MetaSel (Just "fromResourceId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

Website Endpoints

getHostedZoneId :: Region -> Maybe ResourceId Source #

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

Instances
Bounded AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep AccountLimitType :: Type -> Type #

Hashable AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromXML AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToXML AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToHeader AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromText AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

NFData AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: AccountLimitType -> () #

type Rep AccountLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep AccountLimitType = D1 (MetaData "AccountLimitType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) ((C1 (MetaCons "MaxHealthChecksByOwner" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "MaxHostedZonesByOwner" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "MaxReusableDelegationSetsByOwner" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "MaxTrafficPoliciesByOwner" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "MaxTrafficPolicyInstancesByOwner" PrefixI False) (U1 :: Type -> Type))))

ChangeAction

data ChangeAction Source #

Constructors

Create 
Delete 
Upsert 
Instances
Bounded ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

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

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

toConstr :: ChangeAction -> Constr #

dataTypeOf :: ChangeAction -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep ChangeAction :: Type -> Type #

Hashable ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToXML ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toXML :: ChangeAction -> XML #

ToHeader ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromText ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toText :: ChangeAction -> Text #

NFData ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: ChangeAction -> () #

type Rep ChangeAction Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep ChangeAction = D1 (MetaData "ChangeAction" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "Create" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Delete" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Upsert" PrefixI False) (U1 :: Type -> Type)))

ChangeStatus

data ChangeStatus Source #

Constructors

Insync 
Pending 
Instances
Bounded ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

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

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

toConstr :: ChangeStatus -> Constr #

dataTypeOf :: ChangeStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep ChangeStatus :: Type -> Type #

Hashable ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromXML ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToHeader ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromText ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toText :: ChangeStatus -> Text #

NFData ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: ChangeStatus -> () #

type Rep ChangeStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep ChangeStatus = D1 (MetaData "ChangeStatus" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "Insync" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Pending" PrefixI False) (U1 :: Type -> Type))

CloudWatchRegion

data CloudWatchRegion Source #

Instances
Bounded CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

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

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

toConstr :: CloudWatchRegion -> Constr #

dataTypeOf :: CloudWatchRegion -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep CloudWatchRegion :: Type -> Type #

Hashable CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromXML CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToXML CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToHeader CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromText CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

NFData CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: CloudWatchRegion -> () #

type Rep CloudWatchRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep CloudWatchRegion = D1 (MetaData "CloudWatchRegion" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) ((((C1 (MetaCons "CWRApNortheast1" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CWRApNortheast2" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CWRApNortheast3" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CWRApSouth1" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "CWRApSoutheast1" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CWRApSoutheast2" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CWRCaCentral1" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CWREuCentral1" PrefixI False) (U1 :: Type -> Type)))) :+: (((C1 (MetaCons "CWREuWest1" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CWREuWest2" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CWREuWest3" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CWRSaEast1" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "CWRUsEast1" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CWRUsEast2" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CWRUsWest1" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CWRUsWest2" PrefixI False) (U1 :: Type -> Type)))))

ComparisonOperator

data ComparisonOperator Source #

Instances
Bounded ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

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

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

toConstr :: ComparisonOperator -> Constr #

dataTypeOf :: ComparisonOperator -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep ComparisonOperator :: Type -> Type #

Hashable ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromXML ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToHeader ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromText ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

NFData ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: ComparisonOperator -> () #

type Rep ComparisonOperator Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep ComparisonOperator = D1 (MetaData "ComparisonOperator" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) ((C1 (MetaCons "GreaterThanOrEqualToThreshold" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "GreaterThanThreshold" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "LessThanOrEqualToThreshold" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LessThanThreshold" PrefixI False) (U1 :: Type -> Type)))

Failover

data Failover Source #

Constructors

Primary 
Secondary 
Instances
Bounded Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

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

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

toConstr :: Failover -> Constr #

dataTypeOf :: Failover -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep Failover :: Type -> Type #

Methods

from :: Failover -> Rep Failover x #

to :: Rep Failover x -> Failover #

Hashable Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

hashWithSalt :: Int -> Failover -> Int #

hash :: Failover -> Int #

FromXML Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToXML Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toXML :: Failover -> XML #

ToHeader Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

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

ToQuery Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toBS :: Failover -> ByteString #

FromText Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toText :: Failover -> Text #

NFData Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: Failover -> () #

type Rep Failover Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep Failover = D1 (MetaData "Failover" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "Primary" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Secondary" PrefixI False) (U1 :: Type -> Type))

HealthCheckRegion

data HealthCheckRegion Source #

Instances
Bounded HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

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

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

toConstr :: HealthCheckRegion -> Constr #

dataTypeOf :: HealthCheckRegion -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep HealthCheckRegion :: Type -> Type #

Hashable HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromXML HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToXML HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToHeader HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromText HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

NFData HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: HealthCheckRegion -> () #

type Rep HealthCheckRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep HealthCheckRegion = D1 (MetaData "HealthCheckRegion" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (((C1 (MetaCons "HCRApNortheast1" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "HCRApSoutheast1" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "HCRApSoutheast2" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "HCREuWest1" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "HCRSaEast1" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "HCRUsEast1" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "HCRUsWest1" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "HCRUsWest2" PrefixI False) (U1 :: Type -> Type))))

HealthCheckType

data HealthCheckType Source #

Instances
Bounded HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

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

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

toConstr :: HealthCheckType -> Constr #

dataTypeOf :: HealthCheckType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep HealthCheckType :: Type -> Type #

Hashable HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromXML HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToXML HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toXML :: HealthCheckType -> XML #

ToHeader HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromText HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

NFData HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: HealthCheckType -> () #

type Rep HealthCheckType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep HealthCheckType = D1 (MetaData "HealthCheckType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) ((C1 (MetaCons "Calculated" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CloudwatchMetric" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "HTTP" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "HTTPS" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "HTTPSStrMatch" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "HTTPStrMatch" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TCP" PrefixI False) (U1 :: Type -> Type))))

HostedZoneLimitType

data HostedZoneLimitType Source #

Instances
Bounded HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep HostedZoneLimitType :: Type -> Type #

Hashable HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromXML HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToXML HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToHeader HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromText HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

NFData HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: HostedZoneLimitType -> () #

type Rep HostedZoneLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep HostedZoneLimitType = D1 (MetaData "HostedZoneLimitType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "MaxRrsetsByZone" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "MaxVPCsAssociatedByZone" PrefixI False) (U1 :: Type -> Type))

InsufficientDataHealthStatus

data InsufficientDataHealthStatus Source #

Instances
Bounded InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

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

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

toConstr :: InsufficientDataHealthStatus -> Constr #

dataTypeOf :: InsufficientDataHealthStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep InsufficientDataHealthStatus :: Type -> Type #

Hashable InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromXML InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToXML InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToHeader InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromText InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

NFData InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep InsufficientDataHealthStatus Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep InsufficientDataHealthStatus = D1 (MetaData "InsufficientDataHealthStatus" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "Healthy" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "LastKnownStatus" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Unhealthy" PrefixI False) (U1 :: Type -> Type)))

RecordType

data RecordType Source #

Constructors

A 
Aaaa 
Caa 
Cname 
MX 
NS 
Naptr 
Ptr 
Soa 
Spf 
Srv 
Txt 
Instances
Bounded RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

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

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

toConstr :: RecordType -> Constr #

dataTypeOf :: RecordType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep RecordType :: Type -> Type #

Hashable RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromXML RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToXML RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toXML :: RecordType -> XML #

ToHeader RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromText RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toText :: RecordType -> Text #

NFData RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: RecordType -> () #

type Rep RecordType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep RecordType = D1 (MetaData "RecordType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (((C1 (MetaCons "A" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Aaaa" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Caa" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "Cname" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "MX" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "NS" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "Naptr" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Ptr" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Soa" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "Spf" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Srv" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Txt" PrefixI False) (U1 :: Type -> Type)))))

ResettableElementName

data ResettableElementName Source #

Instances
Bounded ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep ResettableElementName :: Type -> Type #

Hashable ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToXML ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToHeader ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromText ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

NFData ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: ResettableElementName -> () #

type Rep ResettableElementName Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep ResettableElementName = D1 (MetaData "ResettableElementName" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) ((C1 (MetaCons "ChildHealthChecks" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "FullyQualifiedDomainName" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Regions" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ResourcePath" PrefixI False) (U1 :: Type -> Type)))

ReusableDelegationSetLimitType

data ReusableDelegationSetLimitType Source #

Instances
Bounded ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep ReusableDelegationSetLimitType :: Type -> Type #

Hashable ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromXML ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToXML ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToHeader ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromText ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

NFData ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep ReusableDelegationSetLimitType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep ReusableDelegationSetLimitType = D1 (MetaData "ReusableDelegationSetLimitType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "MaxZonesByReusableDelegationSet" PrefixI False) (U1 :: Type -> Type))

Statistic

data Statistic Source #

Instances
Bounded Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

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

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

toConstr :: Statistic -> Constr #

dataTypeOf :: Statistic -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep Statistic :: Type -> Type #

Hashable Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromXML Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToHeader Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toBS :: Statistic -> ByteString #

FromText Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toText :: Statistic -> Text #

NFData Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: Statistic -> () #

type Rep Statistic Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep Statistic = D1 (MetaData "Statistic" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) ((C1 (MetaCons "Average" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Maximum" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Minimum" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "SampleCount" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Sum" PrefixI False) (U1 :: Type -> Type))))

TagResourceType

data TagResourceType Source #

Constructors

Healthcheck 
Hostedzone 
Instances
Bounded TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

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

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

toConstr :: TagResourceType -> Constr #

dataTypeOf :: TagResourceType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep TagResourceType :: Type -> Type #

Hashable TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromXML TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToXML TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toXML :: TagResourceType -> XML #

ToHeader TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromText TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

NFData TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: TagResourceType -> () #

type Rep TagResourceType Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

type Rep TagResourceType = D1 (MetaData "TagResourceType" "Network.AWS.Route53.Types.Sum" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "Healthcheck" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Hostedzone" PrefixI False) (U1 :: Type -> Type))

VPCRegion

data VPCRegion Source #

Instances
Bounded VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Enum VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Eq VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Data VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

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

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

toConstr :: VPCRegion -> Constr #

dataTypeOf :: VPCRegion -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Read VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Show VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Generic VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Associated Types

type Rep VPCRegion :: Type -> Type #

Hashable VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

FromXML VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToXML VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toXML :: VPCRegion -> XML #

ToHeader VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToQuery VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToByteString VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toBS :: VPCRegion -> ByteString #

FromText VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

ToText VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

toText :: VPCRegion -> Text #

NFData VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

Methods

rnf :: VPCRegion -> () #

type Rep VPCRegion Source # 
Instance details

Defined in Network.AWS.Route53.Types.Sum

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

AccountLimit

data AccountLimit Source #

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data AccountLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show AccountLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic AccountLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep AccountLimit :: Type -> Type #

Hashable AccountLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML AccountLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData AccountLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: AccountLimit -> () #

type Rep AccountLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

accountLimit Source #

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

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

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

AlarmIdentifier

data AlarmIdentifier Source #

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

See: alarmIdentifier smart constructor.

Instances
Eq AlarmIdentifier Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data AlarmIdentifier Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: AlarmIdentifier -> Constr #

dataTypeOf :: AlarmIdentifier -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AlarmIdentifier Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show AlarmIdentifier Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic AlarmIdentifier Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep AlarmIdentifier :: Type -> Type #

Hashable AlarmIdentifier Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML AlarmIdentifier Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

ToXML AlarmIdentifier Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

toXML :: AlarmIdentifier -> XML #

NFData AlarmIdentifier Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: AlarmIdentifier -> () #

type Rep AlarmIdentifier Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

alarmIdentifier Source #

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

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

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

A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy. For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference .

aiName :: Lens' AlarmIdentifier Text Source #

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

AliasTarget

data AliasTarget Source #

Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set 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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data AliasTarget Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: AliasTarget -> Constr #

dataTypeOf :: AliasTarget -> DataType #

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

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

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

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

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

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

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

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

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

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

Read AliasTarget Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show AliasTarget Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic AliasTarget Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep AliasTarget :: Type -> Type #

Hashable AliasTarget Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML AliasTarget Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

ToXML AliasTarget Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

toXML :: AliasTarget -> XML #

NFData AliasTarget Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: AliasTarget -> () #

type Rep AliasTarget Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

aliasTarget Source #

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

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

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

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

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

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

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

See: change smart constructor.

Instances
Eq Change Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

Data Change Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: Change -> Constr #

dataTypeOf :: Change -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Change Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show Change Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic Change Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep Change :: Type -> Type #

Methods

from :: Change -> Rep Change x #

to :: Rep Change x -> Change #

Hashable Change Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

hashWithSalt :: Int -> Change -> Int #

hash :: Change -> Int #

ToXML Change Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

toXML :: Change -> XML #

NFData Change Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: Change -> () #

type Rep Change Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

change Source #

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

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

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

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

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

ChangeBatch

data ChangeBatch Source #

The information for a change request.

See: changeBatch smart constructor.

Instances
Eq ChangeBatch Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data ChangeBatch Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: ChangeBatch -> Constr #

dataTypeOf :: ChangeBatch -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ChangeBatch Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show ChangeBatch Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic ChangeBatch Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep ChangeBatch :: Type -> Type #

Hashable ChangeBatch Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

ToXML ChangeBatch Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

toXML :: ChangeBatch -> XML #

NFData ChangeBatch Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: ChangeBatch -> () #

type Rep ChangeBatch Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

changeBatch Source #

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

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

  • cbComment - 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) Source #

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

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

Information about the changes to make to the record sets.

ChangeInfo

data ChangeInfo Source #

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

See: changeInfo smart constructor.

Instances
Eq ChangeInfo Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data ChangeInfo Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: ChangeInfo -> Constr #

dataTypeOf :: ChangeInfo -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ChangeInfo Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show ChangeInfo Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic ChangeInfo Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep ChangeInfo :: Type -> Type #

Hashable ChangeInfo Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML ChangeInfo Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData ChangeInfo Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: ChangeInfo -> () #

type Rep ChangeInfo Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

changeInfo Source #

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

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

  • ciComment - 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) Source #

A complex type that describes change information about changes made to your hosted zone. This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

ciId :: Lens' ChangeInfo ResourceId Source #

The ID of the request.

ciStatus :: Lens' ChangeInfo ChangeStatus Source #

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

ciSubmittedAt :: Lens' ChangeInfo UTCTime Source #

The date and time 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 Source #

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

See: cloudWatchAlarmConfiguration smart constructor.

Instances
Eq CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: CloudWatchAlarmConfiguration -> Constr #

dataTypeOf :: CloudWatchAlarmConfiguration -> DataType #

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

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

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

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

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

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

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

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

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

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

Read CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep CloudWatchAlarmConfiguration :: Type -> Type #

Hashable CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

type Rep CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

type Rep CloudWatchAlarmConfiguration = D1 (MetaData "CloudWatchAlarmConfiguration" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "CloudWatchAlarmConfiguration'" PrefixI True) (((S1 (MetaSel (Just "_cwacDimensions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Dimension])) :*: S1 (MetaSel (Just "_cwacEvaluationPeriods") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat)) :*: (S1 (MetaSel (Just "_cwacThreshold") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Double) :*: S1 (MetaSel (Just "_cwacComparisonOperator") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ComparisonOperator))) :*: ((S1 (MetaSel (Just "_cwacPeriod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat) :*: S1 (MetaSel (Just "_cwacMetricName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_cwacNamespace") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_cwacStatistic") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Statistic)))))

cloudWatchAlarmConfiguration Source #

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] Source #

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

cwacEvaluationPeriods :: Lens' CloudWatchAlarmConfiguration Natural Source #

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

cwacThreshold :: Lens' CloudWatchAlarmConfiguration Double Source #

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

cwacComparisonOperator :: Lens' CloudWatchAlarmConfiguration ComparisonOperator Source #

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

cwacPeriod :: Lens' CloudWatchAlarmConfiguration Natural Source #

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

cwacMetricName :: Lens' CloudWatchAlarmConfiguration Text Source #

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

cwacNamespace :: Lens' CloudWatchAlarmConfiguration Text Source #

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

cwacStatistic :: Lens' CloudWatchAlarmConfiguration Statistic Source #

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

DelegationSet

data DelegationSet Source #

A complex type that 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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data DelegationSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: DelegationSet -> Constr #

dataTypeOf :: DelegationSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DelegationSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show DelegationSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic DelegationSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep DelegationSet :: Type -> Type #

Hashable DelegationSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML DelegationSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData DelegationSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: DelegationSet -> () #

type Rep DelegationSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

delegationSet Source #

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

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

  • dsId - 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) Source #

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

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

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

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

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

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

See: dimension smart constructor.

Instances
Eq Dimension Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data Dimension Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: Dimension -> Constr #

dataTypeOf :: Dimension -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Dimension Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show Dimension Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic Dimension Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep Dimension :: Type -> Type #

Hashable Dimension Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML Dimension Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData Dimension Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: Dimension -> () #

type Rep Dimension Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

dimension Source #

Arguments

:: Text

dName

-> Text

dValue

-> Dimension 

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

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

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

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

dValue :: Lens' Dimension Text Source #

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

GeoLocation

data GeoLocation Source #

A complex type that contains information about a geo location.

See: geoLocation smart constructor.

Instances
Eq GeoLocation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data GeoLocation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: GeoLocation -> Constr #

dataTypeOf :: GeoLocation -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GeoLocation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show GeoLocation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic GeoLocation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep GeoLocation :: Type -> Type #

Hashable GeoLocation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML GeoLocation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

ToXML GeoLocation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

toXML :: GeoLocation -> XML #

NFData GeoLocation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: GeoLocation -> () #

type Rep GeoLocation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

geoLocation :: GeoLocation Source #

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

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

  • glSubdivisionCode - 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) Source #

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

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

The two-letter code for the country.

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

The two-letter code for the continent. Valid values: AF | AN | AS | EU | OC | NA | SA Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode returns an InvalidInput error.

GeoLocationDetails

data GeoLocationDetails Source #

A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.

See: geoLocationDetails smart constructor.

Instances
Eq GeoLocationDetails Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data GeoLocationDetails Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: GeoLocationDetails -> Constr #

dataTypeOf :: GeoLocationDetails -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GeoLocationDetails Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show GeoLocationDetails Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic GeoLocationDetails Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep GeoLocationDetails :: Type -> Type #

Hashable GeoLocationDetails Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML GeoLocationDetails Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData GeoLocationDetails Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: GeoLocationDetails -> () #

type Rep GeoLocationDetails Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

geoLocationDetails :: GeoLocationDetails Source #

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

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

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

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

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

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

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

The two-letter code for the country.

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

The two-letter code for the continent.

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

The full name of the continent.

HealthCheck

data HealthCheck Source #

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

See: healthCheck smart constructor.

Instances
Eq HealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data HealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: HealthCheck -> Constr #

dataTypeOf :: HealthCheck -> DataType #

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

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

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

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

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

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

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

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

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

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

Read HealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show HealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic HealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep HealthCheck :: Type -> Type #

Hashable HealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML HealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData HealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: HealthCheck -> () #

type Rep HealthCheck Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

type Rep HealthCheck = D1 (MetaData "HealthCheck" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "HealthCheck'" PrefixI True) ((S1 (MetaSel (Just "_hcLinkedService") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LinkedService)) :*: (S1 (MetaSel (Just "_hcCloudWatchAlarmConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CloudWatchAlarmConfiguration)) :*: S1 (MetaSel (Just "_hcId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))) :*: (S1 (MetaSel (Just "_hcCallerReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_hcHealthCheckConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 HealthCheckConfig) :*: S1 (MetaSel (Just "_hcHealthCheckVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat)))))

healthCheck Source #

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

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

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

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

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

hcId :: Lens' HealthCheck Text Source #

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

hcCallerReference :: Lens' HealthCheck Text Source #

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

hcHealthCheckConfig :: Lens' HealthCheck HealthCheckConfig Source #

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

hcHealthCheckVersion :: Lens' HealthCheck Natural Source #

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

HealthCheckConfig

data HealthCheckConfig Source #

A complex type that contains information about the health check.

See: healthCheckConfig smart constructor.

Instances
Eq HealthCheckConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data HealthCheckConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: HealthCheckConfig -> Constr #

dataTypeOf :: HealthCheckConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Read HealthCheckConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show HealthCheckConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic HealthCheckConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep HealthCheckConfig :: Type -> Type #

Hashable HealthCheckConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML HealthCheckConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

ToXML HealthCheckConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData HealthCheckConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: HealthCheckConfig -> () #

type Rep HealthCheckConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

healthCheckConfig Source #

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

The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide . If you don't specify a value for FailureThreshold , the default value is three health checks.

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

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

Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. This allows the endpoint to respond to HTTPS health check requests with the applicable 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) Source #

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

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

The number of child health checks that are associated with a CALCULATED health that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the '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)) Source #

A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint. 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) Source #

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

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

When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check: * Healthy : Amazon Route 53 considers the health check to be healthy. * Unhealthy : Amazon Route 53 considers the health check to be unhealthy. * LastKnownStatus : Amazon Route 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) Source #

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

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

Specify whether you want Amazon Route 53 to measure the latency between health checkers in multiple AWS regions and your endpoint, and to display CloudWatch latency graphs on the Health Checks page in the Amazon Route 53 console. Important: You can't change the value of MeasureLatency after you create a health check.

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

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

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

Amazon Route 53 behavior depends on whether you specify a value for IPAddress . If you specify 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] Source #

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

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

The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health check request. Each Amazon Route 53 health checker makes requests at this interval. 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) Source #

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

hccType :: Lens' HealthCheckConfig HealthCheckType Source #

The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy. 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 Source #

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

See: healthCheckObservation smart constructor.

Instances
Eq HealthCheckObservation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data HealthCheckObservation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: HealthCheckObservation -> Constr #

dataTypeOf :: HealthCheckObservation -> DataType #

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

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

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

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

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

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

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

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

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

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

Read HealthCheckObservation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show HealthCheckObservation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic HealthCheckObservation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep HealthCheckObservation :: Type -> Type #

Hashable HealthCheckObservation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML HealthCheckObservation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData HealthCheckObservation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: HealthCheckObservation -> () #

type Rep HealthCheckObservation Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

healthCheckObservation :: HealthCheckObservation Source #

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

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

  • hcoIPAddress - 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) Source #

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

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

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

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

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

HostedZone

data HostedZone Source #

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

See: hostedZone smart constructor.

Instances
Eq HostedZone Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data HostedZone Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: HostedZone -> Constr #

dataTypeOf :: HostedZone -> DataType #

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

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

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

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

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

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

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

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

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

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

Read HostedZone Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show HostedZone Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic HostedZone Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep HostedZone :: Type -> Type #

Hashable HostedZone Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML HostedZone Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData HostedZone Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: HostedZone -> () #

type Rep HostedZone Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

type Rep HostedZone = D1 (MetaData "HostedZone" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "HostedZone'" PrefixI True) ((S1 (MetaSel (Just "_hzLinkedService") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LinkedService)) :*: (S1 (MetaSel (Just "_hzConfig") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe HostedZoneConfig)) :*: S1 (MetaSel (Just "_hzResourceRecordSetCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Integer)))) :*: (S1 (MetaSel (Just "_hzId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ResourceId) :*: (S1 (MetaSel (Just "_hzName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_hzCallerReference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))

hostedZone Source #

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

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

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

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

A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

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

The number of resource record sets in the hosted zone.

hzId :: Lens' HostedZone ResourceId Source #

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

hzName :: Lens' HostedZone Text Source #

The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar. For information about how to specify characters other than a-z , 0-9 , and - (hyphen) and how to specify internationalized domain names, see CreateHostedZone .

hzCallerReference :: Lens' HostedZone Text Source #

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

HostedZoneConfig

data HostedZoneConfig Source #

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

See: hostedZoneConfig smart constructor.

Instances
Eq HostedZoneConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data HostedZoneConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: HostedZoneConfig -> Constr #

dataTypeOf :: HostedZoneConfig -> DataType #

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

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

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

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

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

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

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

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

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

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

Read HostedZoneConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show HostedZoneConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic HostedZoneConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep HostedZoneConfig :: Type -> Type #

Hashable HostedZoneConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML HostedZoneConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

ToXML HostedZoneConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData HostedZoneConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: HostedZoneConfig -> () #

type Rep HostedZoneConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

type Rep HostedZoneConfig = D1 (MetaData "HostedZoneConfig" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "HostedZoneConfig'" PrefixI True) (S1 (MetaSel (Just "_hzcPrivateZone") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_hzcComment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

hostedZoneConfig :: HostedZoneConfig Source #

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

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

  • hzcPrivateZone - 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) Source #

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

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

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

HostedZoneLimit

data HostedZoneLimit Source #

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data HostedZoneLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show HostedZoneLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic HostedZoneLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep HostedZoneLimit :: Type -> Type #

Hashable HostedZoneLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML HostedZoneLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData HostedZoneLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: HostedZoneLimit -> () #

type Rep HostedZoneLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

hostedZoneLimit Source #

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

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

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

LinkedService

data LinkedService Source #

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data LinkedService Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show LinkedService Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic LinkedService Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep LinkedService :: Type -> Type #

Hashable LinkedService Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML LinkedService Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData LinkedService Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: LinkedService -> () #

type Rep LinkedService Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

linkedService :: LinkedService Source #

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

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

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

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

See: queryLoggingConfig smart constructor.

Instances
Eq QueryLoggingConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data QueryLoggingConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show QueryLoggingConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic QueryLoggingConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep QueryLoggingConfig :: Type -> Type #

Hashable QueryLoggingConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML QueryLoggingConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData QueryLoggingConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: QueryLoggingConfig -> () #

type Rep QueryLoggingConfig Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

queryLoggingConfig Source #

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

The ID for a configuration for DNS query logging.

qlcHostedZoneId :: Lens' QueryLoggingConfig ResourceId Source #

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

qlcCloudWatchLogsLogGroupARN :: Lens' QueryLoggingConfig Text Source #

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

ResourceRecord

data ResourceRecord Source #

Information specific to the resource record.

See: resourceRecord smart constructor.

Instances
Eq ResourceRecord Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data ResourceRecord Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: ResourceRecord -> Constr #

dataTypeOf :: ResourceRecord -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ResourceRecord Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show ResourceRecord Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic ResourceRecord Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep ResourceRecord :: Type -> Type #

Hashable ResourceRecord Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML ResourceRecord Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

ToXML ResourceRecord Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

toXML :: ResourceRecord -> XML #

NFData ResourceRecord Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: ResourceRecord -> () #

type Rep ResourceRecord Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

resourceRecord Source #

Arguments

:: Text

rrValue

-> ResourceRecord 

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

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

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

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

ResourceRecordSet

data ResourceRecordSet Source #

Information about the resource record set to create or delete.

See: resourceRecordSet smart constructor.

Instances
Eq ResourceRecordSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data ResourceRecordSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: ResourceRecordSet -> Constr #

dataTypeOf :: ResourceRecordSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ResourceRecordSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show ResourceRecordSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic ResourceRecordSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep ResourceRecordSet :: Type -> Type #

Hashable ResourceRecordSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML ResourceRecordSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

ToXML ResourceRecordSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData ResourceRecordSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: ResourceRecordSet -> () #

type Rep ResourceRecordSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

resourceRecordSet Source #

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

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

Information about the resource records to act upon.

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

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

Weighted resource record sets only: Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set. Amazon Route 53 calculates the sum of the weights for the resource record sets that have the same combination of DNS name and type. Amazon Route 53 then responds to queries based on the ratio of a resource's weight to the total. Note the following: * You must specify a value for the Weight element for every weighted resource record set. * You can only specify one ResourceRecord per weighted resource record set. * You 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) Source #

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

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

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

Failover resource record sets only: To configure failover, you add the Failover element to two resource record sets. For one resource record set, you specify PRIMARY as the value for Failover ; for the other resource record set, you specify SECONDARY . In addition, you include the HealthCheckId element and specify the health check that you want Amazon Route 53 to perform for each resource record set. Except where noted, the following failover behaviors assume that you have included the HealthCheckId element in both resource record sets: * When the primary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the secondary resource record set. * When the primary resource record set is unhealthy and the secondary resource record set is healthy, Amazon Route 53 responds to DNS queries with the applicable value from the secondary resource record set. * When the secondary resource record set is unhealthy, Amazon Route 53 responds to DNS queries with the applicable value from the primary resource record set regardless of the health of the primary resource record set. * If you omit the HealthCheckId element for the secondary resource record set, and if the primary resource record set is unhealthy, Amazon Route 53 always responds to DNS queries with the applicable value from the secondary resource record set. This is true regardless of the health of the associated endpoint. You 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) Source #

If you want Amazon Route 53 to return this resource record set in response to a DNS query only when a health check is passing, include the HealthCheckId element and specify the ID of the applicable health check. Amazon Route 53 determines whether a resource record set is healthy based on one of the following: * By periodically sending a request to the endpoint that is specified in the health check * By aggregating the status of a specified group of health checks (calculated health checks) * By determining the current state of a CloudWatch alarm (CloudWatch metric health checks) For 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) Source #

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

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

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

The name of the domain you want to perform the action on. Enter a fully qualified domain name, for example, www.example.com . You can optionally include a trailing dot. If you omit the trailing dot, Amazon Route 53 still assumes that the domain name that you specify is fully qualified. This means that Amazon Route 53 treats www.example.com (without a trailing dot) and www.example.com. (with a trailing dot) as identical. For information about how to specify characters other than a-z , 0-9 , and - (hyphen) and how to specify internationalized domain names, see DNS Domain Name Format in the Amazon Route 53 Developer Guide . You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, *.example.com . Note the following: * The * must replace the entire label. For example, you can't specify *prod.example.com or prod*.example.com . * The * can't replace any of the middle labels, for example, marketing.*.example.com. * If you include * in any position other than the leftmost label in a domain name, DNS treats it as an * character (ASCII 42), not as a wildcard. 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 Source #

The DNS record type. For information about different record types and how data is encoded for them, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide . Valid values for basic resource record sets: A | AAAA | 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 Source #

A complex type containing a resource and its associated tags.

See: resourceTagSet smart constructor.

Instances
Eq ResourceTagSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data ResourceTagSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: ResourceTagSet -> Constr #

dataTypeOf :: ResourceTagSet -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ResourceTagSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show ResourceTagSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic ResourceTagSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep ResourceTagSet :: Type -> Type #

Hashable ResourceTagSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML ResourceTagSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData ResourceTagSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: ResourceTagSet -> () #

type Rep ResourceTagSet Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

resourceTagSet :: ResourceTagSet Source #

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

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

  • rtsResourceId - 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) Source #

The ID for the specified resource.

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

The type of the resource. * The resource type for health checks is healthcheck . * The resource type for hosted zones is hostedzone .

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

The tags associated with the specified resource.

ReusableDelegationSetLimit

data ReusableDelegationSetLimit Source #

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data ReusableDelegationSetLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show ReusableDelegationSetLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic ReusableDelegationSetLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep ReusableDelegationSetLimit :: Type -> Type #

Hashable ReusableDelegationSetLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML ReusableDelegationSetLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData ReusableDelegationSetLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

type Rep ReusableDelegationSetLimit Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

type Rep ReusableDelegationSetLimit = D1 (MetaData "ReusableDelegationSetLimit" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "ReusableDelegationSetLimit'" PrefixI True) (S1 (MetaSel (Just "_rdslType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 ReusableDelegationSetLimitType) :*: S1 (MetaSel (Just "_rdslValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat)))

reusableDelegationSetLimit Source #

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

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

The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.

StatusReport

data StatusReport Source #

A complex type that contains the status that one Amazon Route 53 health checker reports and the time of the health check.

See: statusReport smart constructor.

Instances
Eq StatusReport Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data StatusReport Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: StatusReport -> Constr #

dataTypeOf :: StatusReport -> DataType #

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

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

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

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

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

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

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

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

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

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

Read StatusReport Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show StatusReport Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic StatusReport Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep StatusReport :: Type -> Type #

Hashable StatusReport Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML StatusReport Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData StatusReport Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: StatusReport -> () #

type Rep StatusReport Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

statusReport :: StatusReport Source #

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

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

  • srStatus - 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) Source #

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

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

The 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 Source #

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

See: tag smart constructor.

Instances
Eq Tag Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

Data Tag Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: Tag -> Constr #

dataTypeOf :: Tag -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Tag Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show Tag Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Hashable Tag Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

FromXML Tag Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

ToXML Tag Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

toXML :: Tag -> XML #

NFData Tag Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: Tag -> () #

type Rep Tag Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

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

tag :: Tag Source #

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

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

  • tagValue - 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) Source #

The value of Value depends on the operation that you want to perform: * Add a tag to a health check or hosted zone : Value is the value that you want to give the new tag. * Edit a tag : Value is the new value that you want to assign the tag.

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

The value of Key depends on the operation that you want to perform: * Add a tag to a health check or hosted zone : Key is the name that you want to give the new tag. * Edit a tag : Key is the name of the tag 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 Source #

A complex type that contains settings for a traffic policy.

See: trafficPolicy smart constructor.

Instances
Eq TrafficPolicy Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data TrafficPolicy Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: TrafficPolicy -> Constr #

dataTypeOf :: TrafficPolicy -> DataType #

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

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

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

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

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

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

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

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

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

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

Read TrafficPolicy Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show TrafficPolicy Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic TrafficPolicy Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep TrafficPolicy :: Type -> Type #

Hashable TrafficPolicy Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML TrafficPolicy Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData TrafficPolicy Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: TrafficPolicy -> () #

type Rep TrafficPolicy Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

trafficPolicy Source #

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

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

  • tpComment - 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) Source #

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

tpId :: Lens' TrafficPolicy Text Source #

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

tpVersion :: Lens' TrafficPolicy Natural Source #

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

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

tpType :: Lens' TrafficPolicy RecordType Source #

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

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

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

See: trafficPolicyInstance smart constructor.

Instances
Eq TrafficPolicyInstance Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data TrafficPolicyInstance Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: TrafficPolicyInstance -> Constr #

dataTypeOf :: TrafficPolicyInstance -> DataType #

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

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

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

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

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

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

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

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

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

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

Read TrafficPolicyInstance Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show TrafficPolicyInstance Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic TrafficPolicyInstance Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep TrafficPolicyInstance :: Type -> Type #

Hashable TrafficPolicyInstance Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML TrafficPolicyInstance Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData TrafficPolicyInstance Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: TrafficPolicyInstance -> () #

type Rep TrafficPolicyInstance Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

trafficPolicyInstance Source #

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

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

tpiHostedZoneId :: Lens' TrafficPolicyInstance ResourceId Source #

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

tpiName :: Lens' TrafficPolicyInstance Text Source #

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

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

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

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

tpiTrafficPolicyId :: Lens' TrafficPolicyInstance Text Source #

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

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

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

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 Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Data TrafficPolicySummary Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: TrafficPolicySummary -> Constr #

dataTypeOf :: TrafficPolicySummary -> DataType #

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

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

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

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

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

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

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

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

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

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

Read TrafficPolicySummary Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show TrafficPolicySummary Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Generic TrafficPolicySummary Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep TrafficPolicySummary :: Type -> Type #

Hashable TrafficPolicySummary Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

FromXML TrafficPolicySummary Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

NFData TrafficPolicySummary Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: TrafficPolicySummary -> () #

type Rep TrafficPolicySummary Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

type Rep TrafficPolicySummary = D1 (MetaData "TrafficPolicySummary" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "TrafficPolicySummary'" PrefixI True) ((S1 (MetaSel (Just "_tpsId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_tpsName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) :*: (S1 (MetaSel (Just "_tpsType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RecordType) :*: (S1 (MetaSel (Just "_tpsLatestVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat) :*: S1 (MetaSel (Just "_tpsTrafficPolicyCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Nat)))))

trafficPolicySummary Source #

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

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

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

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

tpsName :: Lens' TrafficPolicySummary Text Source #

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

tpsType :: Lens' TrafficPolicySummary RecordType Source #

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

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

tpsTrafficPolicyCount :: Lens' TrafficPolicySummary Natural Source #

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

VPC

data VPC Source #

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

See: vpc smart constructor.

Instances
Eq VPC Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

Data VPC Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

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

toConstr :: VPC -> Constr #

dataTypeOf :: VPC -> DataType #

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

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

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

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

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

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

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

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

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

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

Read VPC Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Show VPC Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

showsPrec :: Int -> VPC -> ShowS #

show :: VPC -> String #

showList :: [VPC] -> ShowS #

Generic VPC Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Associated Types

type Rep VPC :: Type -> Type #

Methods

from :: VPC -> Rep VPC x #

to :: Rep VPC x -> VPC #

Hashable VPC Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

hashWithSalt :: Int -> VPC -> Int #

hash :: VPC -> Int #

FromXML VPC Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

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

ToXML VPC Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

toXML :: VPC -> XML #

NFData VPC Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

Methods

rnf :: VPC -> () #

type Rep VPC Source # 
Instance details

Defined in Network.AWS.Route53.Types.Product

type Rep VPC = D1 (MetaData "VPC" "Network.AWS.Route53.Types.Product" "amazonka-route53-1.6.1-FKj3w6bny4r4NCyL7bsSVl" False) (C1 (MetaCons "VPC'" PrefixI True) (S1 (MetaSel (Just "_vpcVPCRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe VPCRegion)) :*: S1 (MetaSel (Just "_vpcVPCId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

vpc :: VPC Source #

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

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

  • vpcVPCRegion - (Private hosted zones only) The region in which you created an Amazon VPC.
  • vpcVPCId - Undocumented member.

vpcVPCRegion :: Lens' VPC (Maybe VPCRegion) Source #

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

vpcVPCId :: Lens' VPC (Maybe Text) Source #

Undocumented member.