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