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

Amazonka.Route53.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

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

The hosted zone doesn't have any DNSSEC resources.

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

The key-signing key (KSK) that you specified can't be deactivated because it's the only KSK for a currently-enabled DNSSEC. Disable DNSSEC signing, or add or enable another KSK.

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

You've reached the limit for the number of key-signing keys (KSKs). Remove at least one KSK, and then try again.

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

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

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

The input is not valid.

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

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

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

Parameter name is not valid.

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

A key-signing key (KSK) with ACTIVE status wasn't found.

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

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

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

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

_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 :: 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 :: AsError a => Getting (First ServiceError) a ServiceError Source #

The specified delegation set has already been marked as reusable.

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

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

_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.
  • The Key management service (KMS) key you specified doesn’t exist or it can’t be used with the log group associated with query log. Update or provide a resource policy to grant permissions for the KMS key.

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

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

_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 Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.

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

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

_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

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

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

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

Your hosted zone status isn't valid for this operation. In the hosted zone, change the status to enable DNSSEC or disable DNSSEC.

_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

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

The specified domain name is not valid.

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

No traffic policy exists with the specified ID.

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

The specified HostedZone can't be found.

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

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

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

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

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

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

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

_TooManyTrafficPolicies :: AsError a => Getting (First ServiceError) a ServiceError 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 Amazon Web Services Support Center.

_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #

Amazon Route 53 doesn't support the specified geographic location. For a list of supported geolocation codes, see the GeoLocation data type.

_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 Route 53 generates this error, contact Customer Support.

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

The specified key-signing key (KSK) doesn't exist.

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

The specified VPC and hosted zone are not currently associated.

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

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

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

The hosted zone nameservers don't match the parent nameservers. The hosted zone and parent must have the same nameservers.

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

The key-signing key (KSK) is specified in a parent DS record.

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

A change with the specified change ID does not exist.

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

The key-signing key (KSK) name that you specified isn't a valid name.

_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 Amazon Web Services Support Center.

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

You've already created a key-signing key (KSK) with this name or with the same customer managed customer master key (CMK) ARN.

_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 Amazon Web Services Support Center.

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

No traffic policy instance exists with the specified ID.

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

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

_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 :: AsError a => Getting (First ServiceError) a ServiceError Source #

No hosted zone exists with the ID that you specified.

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

This 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 Amazon Web Services Support Center.

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

This error code is not in use.

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

The key-signing key (KSK) status isn't valid or another KSK has the status INTERNAL_FAILURE.

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

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

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

The cause of this error depends on the operation that you're performing:

  • Create a 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.
  • Create a private hosted zone: A hosted zone with the specified name already exists and is already associated with the Amazon VPC that you specified.
  • Associate VPCs with a private hosted zone: The VPC that you specified is already associated with another hosted zone that has the same name.

_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 :: 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 Amazon Web Services Support Center.

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

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

No health check exists with the specified ID.

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

The KeyManagementServiceArn that you specified isn't valid to use with DNSSEC signing.

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

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

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

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

_HostedZoneAlreadyExists :: AsError a => Getting (First ServiceError) a ServiceError 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 :: 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.

Re-exported Types

AccountLimitType

newtype AccountLimitType Source #

Instances

Instances details
Eq AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

Ord AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

Read AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

Show AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

Generic AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

Associated Types

type Rep AccountLimitType :: Type -> Type #

NFData AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

Methods

rnf :: AccountLimitType -> () #

Hashable AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

ToJSON AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

ToJSONKey AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

FromJSON AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

FromJSONKey AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

ToLog AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

ToHeader AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

ToQuery AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

FromXML AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

ToXML AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

ToByteString AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

FromText AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

ToText AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

type Rep AccountLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimitType

type Rep AccountLimitType = D1 ('MetaData "AccountLimitType" "Amazonka.Route53.Types.AccountLimitType" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "AccountLimitType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAccountLimitType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeAction

newtype ChangeAction Source #

Constructors

ChangeAction' 

Instances

Instances details
Eq ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

Ord ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

Read ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

Show ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

Generic ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

Associated Types

type Rep ChangeAction :: Type -> Type #

NFData ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

Methods

rnf :: ChangeAction -> () #

Hashable ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

ToJSON ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

ToJSONKey ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

FromJSON ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

FromJSONKey ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

ToLog ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

ToHeader ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

ToQuery ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

FromXML ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

ToXML ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

Methods

toXML :: ChangeAction -> XML #

ToByteString ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

FromText ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

ToText ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

Methods

toText :: ChangeAction -> Text #

type Rep ChangeAction Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeAction

type Rep ChangeAction = D1 ('MetaData "ChangeAction" "Amazonka.Route53.Types.ChangeAction" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "ChangeAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ChangeStatus

newtype ChangeStatus Source #

Constructors

ChangeStatus' 

Bundled Patterns

pattern ChangeStatus_INSYNC :: ChangeStatus 
pattern ChangeStatus_PENDING :: ChangeStatus 

Instances

Instances details
Eq ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

Ord ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

Read ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

Show ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

Generic ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

Associated Types

type Rep ChangeStatus :: Type -> Type #

NFData ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

Methods

rnf :: ChangeStatus -> () #

Hashable ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

ToJSON ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

ToJSONKey ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

FromJSON ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

FromJSONKey ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

ToLog ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

ToHeader ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

ToQuery ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

FromXML ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

ToXML ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

Methods

toXML :: ChangeStatus -> XML #

ToByteString ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

FromText ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

ToText ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

Methods

toText :: ChangeStatus -> Text #

type Rep ChangeStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeStatus

type Rep ChangeStatus = D1 ('MetaData "ChangeStatus" "Amazonka.Route53.Types.ChangeStatus" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "ChangeStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromChangeStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CloudWatchRegion

newtype CloudWatchRegion Source #

Bundled Patterns

pattern CloudWatchRegion_Af_south_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Ap_east_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Ap_northeast_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Ap_northeast_2 :: CloudWatchRegion 
pattern CloudWatchRegion_Ap_northeast_3 :: CloudWatchRegion 
pattern CloudWatchRegion_Ap_south_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Ap_southeast_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Ap_southeast_2 :: CloudWatchRegion 
pattern CloudWatchRegion_Ca_central_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Cn_north_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Cn_northwest_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Eu_central_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Eu_north_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Eu_south_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Eu_west_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Eu_west_2 :: CloudWatchRegion 
pattern CloudWatchRegion_Eu_west_3 :: CloudWatchRegion 
pattern CloudWatchRegion_Me_south_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Sa_east_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Us_east_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Us_east_2 :: CloudWatchRegion 
pattern CloudWatchRegion_Us_gov_east_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Us_gov_west_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Us_iso_east_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Us_isob_east_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Us_west_1 :: CloudWatchRegion 
pattern CloudWatchRegion_Us_west_2 :: CloudWatchRegion 

Instances

Instances details
Eq CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

Ord CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

Read CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

Show CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

Generic CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

Associated Types

type Rep CloudWatchRegion :: Type -> Type #

NFData CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

Methods

rnf :: CloudWatchRegion -> () #

Hashable CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

ToJSON CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

ToJSONKey CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

FromJSON CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

FromJSONKey CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

ToLog CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

ToHeader CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

ToQuery CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

FromXML CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

ToXML CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

ToByteString CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

FromText CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

ToText CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

type Rep CloudWatchRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchRegion

type Rep CloudWatchRegion = D1 ('MetaData "CloudWatchRegion" "Amazonka.Route53.Types.CloudWatchRegion" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "CloudWatchRegion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCloudWatchRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComparisonOperator

newtype ComparisonOperator Source #

Instances

Instances details
Eq ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

Ord ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

Read ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

Show ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

Generic ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

Associated Types

type Rep ComparisonOperator :: Type -> Type #

NFData ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

Methods

rnf :: ComparisonOperator -> () #

Hashable ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

ToJSON ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

ToJSONKey ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

FromJSON ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

FromJSONKey ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

ToLog ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

ToHeader ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

ToQuery ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

FromXML ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

ToXML ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

ToByteString ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

FromText ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

ToText ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

type Rep ComparisonOperator Source # 
Instance details

Defined in Amazonka.Route53.Types.ComparisonOperator

type Rep ComparisonOperator = D1 ('MetaData "ComparisonOperator" "Amazonka.Route53.Types.ComparisonOperator" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "ComparisonOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComparisonOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HealthCheckRegion

newtype HealthCheckRegion Source #

Instances

Instances details
Eq HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

Ord HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

Read HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

Show HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

Generic HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

Associated Types

type Rep HealthCheckRegion :: Type -> Type #

NFData HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

Methods

rnf :: HealthCheckRegion -> () #

Hashable HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

ToJSON HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

ToJSONKey HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

FromJSON HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

FromJSONKey HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

ToLog HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

ToHeader HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

ToQuery HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

FromXML HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

ToXML HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

ToByteString HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

FromText HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

ToText HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

type Rep HealthCheckRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckRegion

type Rep HealthCheckRegion = D1 ('MetaData "HealthCheckRegion" "Amazonka.Route53.Types.HealthCheckRegion" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "HealthCheckRegion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHealthCheckRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HealthCheckType

newtype HealthCheckType Source #

Constructors

HealthCheckType' 

Instances

Instances details
Eq HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

Ord HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

Read HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

Show HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

Generic HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

Associated Types

type Rep HealthCheckType :: Type -> Type #

NFData HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

Methods

rnf :: HealthCheckType -> () #

Hashable HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

ToJSON HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

ToJSONKey HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

FromJSON HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

FromJSONKey HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

ToLog HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

ToHeader HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

ToQuery HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

FromXML HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

ToXML HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

Methods

toXML :: HealthCheckType -> XML #

ToByteString HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

FromText HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

ToText HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

type Rep HealthCheckType Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckType

type Rep HealthCheckType = D1 ('MetaData "HealthCheckType" "Amazonka.Route53.Types.HealthCheckType" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "HealthCheckType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHealthCheckType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

HostedZoneLimitType

newtype HostedZoneLimitType Source #

Instances

Instances details
Eq HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

Ord HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

Read HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

Show HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

Generic HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

Associated Types

type Rep HostedZoneLimitType :: Type -> Type #

NFData HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

Methods

rnf :: HostedZoneLimitType -> () #

Hashable HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

ToJSON HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

ToJSONKey HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

FromJSON HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

FromJSONKey HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

ToLog HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

ToHeader HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

ToQuery HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

FromXML HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

ToXML HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

ToByteString HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

FromText HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

ToText HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

type Rep HostedZoneLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimitType

type Rep HostedZoneLimitType = D1 ('MetaData "HostedZoneLimitType" "Amazonka.Route53.Types.HostedZoneLimitType" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "HostedZoneLimitType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromHostedZoneLimitType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InsufficientDataHealthStatus

newtype InsufficientDataHealthStatus Source #

Instances

Instances details
Eq InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

Ord InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

Read InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

Show InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

Generic InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

Associated Types

type Rep InsufficientDataHealthStatus :: Type -> Type #

NFData InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

Hashable InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

ToJSON InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

ToJSONKey InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

FromJSON InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

FromJSONKey InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

ToLog InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

ToHeader InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

ToQuery InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

FromXML InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

ToXML InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

ToByteString InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

FromText InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

ToText InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

type Rep InsufficientDataHealthStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.InsufficientDataHealthStatus

type Rep InsufficientDataHealthStatus = D1 ('MetaData "InsufficientDataHealthStatus" "Amazonka.Route53.Types.InsufficientDataHealthStatus" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "InsufficientDataHealthStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInsufficientDataHealthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RRType

newtype RRType Source #

Constructors

RRType' 

Fields

Bundled Patterns

pattern RRType_A :: RRType 
pattern RRType_AAAA :: RRType 
pattern RRType_CAA :: RRType 
pattern RRType_CNAME :: RRType 
pattern RRType_DS :: RRType 
pattern RRType_MX :: RRType 
pattern RRType_NAPTR :: RRType 
pattern RRType_NS :: RRType 
pattern RRType_PTR :: RRType 
pattern RRType_SOA :: RRType 
pattern RRType_SPF :: RRType 
pattern RRType_SRV :: RRType 
pattern RRType_TXT :: RRType 

Instances

Instances details
Eq RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

Methods

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

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

Ord RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

Read RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

Show RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

Generic RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

Associated Types

type Rep RRType :: Type -> Type #

Methods

from :: RRType -> Rep RRType x #

to :: Rep RRType x -> RRType #

NFData RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

Methods

rnf :: RRType -> () #

Hashable RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

Methods

hashWithSalt :: Int -> RRType -> Int #

hash :: RRType -> Int #

ToJSON RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

ToJSONKey RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

FromJSON RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

FromJSONKey RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

ToLog RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

ToHeader RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

Methods

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

ToQuery RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

FromXML RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

ToXML RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

Methods

toXML :: RRType -> XML #

ToByteString RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

Methods

toBS :: RRType -> ByteString #

FromText RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

ToText RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

Methods

toText :: RRType -> Text #

type Rep RRType Source # 
Instance details

Defined in Amazonka.Route53.Types.RRType

type Rep RRType = D1 ('MetaData "RRType" "Amazonka.Route53.Types.RRType" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "RRType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRRType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResettableElementName

newtype ResettableElementName Source #

Instances

Instances details
Eq ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

Ord ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

Read ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

Show ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

Generic ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

Associated Types

type Rep ResettableElementName :: Type -> Type #

NFData ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

Methods

rnf :: ResettableElementName -> () #

Hashable ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

ToJSON ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

ToJSONKey ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

FromJSON ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

FromJSONKey ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

ToLog ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

ToHeader ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

ToQuery ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

FromXML ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

ToXML ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

ToByteString ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

FromText ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

ToText ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

type Rep ResettableElementName Source # 
Instance details

Defined in Amazonka.Route53.Types.ResettableElementName

type Rep ResettableElementName = D1 ('MetaData "ResettableElementName" "Amazonka.Route53.Types.ResettableElementName" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "ResettableElementName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResettableElementName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ResourceRecordSetFailover

newtype ResourceRecordSetFailover Source #

Instances

Instances details
Eq ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

Ord ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

Read ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

Show ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

Generic ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

Associated Types

type Rep ResourceRecordSetFailover :: Type -> Type #

NFData ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

Hashable ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

ToJSON ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

ToJSONKey ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

FromJSON ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

FromJSONKey ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

ToLog ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

ToHeader ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

ToQuery ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

FromXML ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

ToXML ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

ToByteString ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

FromText ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

ToText ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

type Rep ResourceRecordSetFailover Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSetFailover

type Rep ResourceRecordSetFailover = D1 ('MetaData "ResourceRecordSetFailover" "Amazonka.Route53.Types.ResourceRecordSetFailover" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "ResourceRecordSetFailover'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromResourceRecordSetFailover") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ReusableDelegationSetLimitType

newtype ReusableDelegationSetLimitType Source #

Instances

Instances details
Eq ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

Ord ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

Read ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

Show ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

Generic ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

Associated Types

type Rep ReusableDelegationSetLimitType :: Type -> Type #

NFData ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

Hashable ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

ToJSON ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

ToJSONKey ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

FromJSON ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

FromJSONKey ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

ToLog ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

ToHeader ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

ToQuery ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

FromXML ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

ToXML ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

ToByteString ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

FromText ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

ToText ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

type Rep ReusableDelegationSetLimitType Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimitType

type Rep ReusableDelegationSetLimitType = D1 ('MetaData "ReusableDelegationSetLimitType" "Amazonka.Route53.Types.ReusableDelegationSetLimitType" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "ReusableDelegationSetLimitType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromReusableDelegationSetLimitType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Statistic

newtype Statistic Source #

Constructors

Statistic' 

Fields

Instances

Instances details
Eq Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

Ord Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

Read Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

Show Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

Generic Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

Associated Types

type Rep Statistic :: Type -> Type #

NFData Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

Methods

rnf :: Statistic -> () #

Hashable Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

ToJSON Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

ToJSONKey Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

FromJSON Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

FromJSONKey Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

ToLog Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

ToHeader Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

ToQuery Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

FromXML Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

ToXML Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

Methods

toXML :: Statistic -> XML #

ToByteString Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

Methods

toBS :: Statistic -> ByteString #

FromText Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

ToText Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

Methods

toText :: Statistic -> Text #

type Rep Statistic Source # 
Instance details

Defined in Amazonka.Route53.Types.Statistic

type Rep Statistic = D1 ('MetaData "Statistic" "Amazonka.Route53.Types.Statistic" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "Statistic'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStatistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TagResourceType

newtype TagResourceType Source #

Constructors

TagResourceType' 

Instances

Instances details
Eq TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

Ord TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

Read TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

Show TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

Generic TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

Associated Types

type Rep TagResourceType :: Type -> Type #

NFData TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

Methods

rnf :: TagResourceType -> () #

Hashable TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

ToJSON TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

ToJSONKey TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

FromJSON TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

FromJSONKey TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

ToLog TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

ToHeader TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

ToQuery TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

FromXML TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

ToXML TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

Methods

toXML :: TagResourceType -> XML #

ToByteString TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

FromText TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

ToText TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

type Rep TagResourceType Source # 
Instance details

Defined in Amazonka.Route53.Types.TagResourceType

type Rep TagResourceType = D1 ('MetaData "TagResourceType" "Amazonka.Route53.Types.TagResourceType" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "TagResourceType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTagResourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

VPCRegion

newtype VPCRegion Source #

Constructors

VPCRegion' 

Fields

Instances

Instances details
Eq VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

Ord VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

Read VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

Show VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

Generic VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

Associated Types

type Rep VPCRegion :: Type -> Type #

NFData VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

Methods

rnf :: VPCRegion -> () #

Hashable VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

ToJSON VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

ToJSONKey VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

FromJSON VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

FromJSONKey VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

ToLog VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

ToHeader VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

ToQuery VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

FromXML VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

ToXML VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

Methods

toXML :: VPCRegion -> XML #

ToByteString VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

Methods

toBS :: VPCRegion -> ByteString #

FromText VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

ToText VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

Methods

toText :: VPCRegion -> Text #

type Rep VPCRegion Source # 
Instance details

Defined in Amazonka.Route53.Types.VPCRegion

type Rep VPCRegion = D1 ('MetaData "VPCRegion" "Amazonka.Route53.Types.VPCRegion" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'True) (C1 ('MetaCons "VPCRegion'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromVPCRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

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: newAccountLimit smart constructor.

Constructors

AccountLimit' 

Fields

  • type' :: AccountLimitType

    The limit that you requested. Valid values include the following:

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

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

Instances

Instances details
Eq AccountLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimit

Read AccountLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimit

Show AccountLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimit

Generic AccountLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimit

Associated Types

type Rep AccountLimit :: Type -> Type #

NFData AccountLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimit

Methods

rnf :: AccountLimit -> () #

Hashable AccountLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimit

FromXML AccountLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimit

type Rep AccountLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.AccountLimit

type Rep AccountLimit = D1 ('MetaData "AccountLimit" "Amazonka.Route53.Types.AccountLimit" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "AccountLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AccountLimitType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newAccountLimit Source #

Create a value of AccountLimit with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':AccountLimit', accountLimit_type - 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.)

$sel:value:AccountLimit', accountLimit_value - The current value for the limit that is specified by Type.

accountLimit_type :: 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.)

accountLimit_value :: Lens' AccountLimit Natural Source #

The current value for the limit that is specified by 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 the specified health check is healthy.

See: newAlarmIdentifier smart constructor.

Constructors

AlarmIdentifier' 

Fields

  • region :: CloudWatchRegion

    For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.

    For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.

  • name :: Text

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

    Route 53 supports CloudWatch alarms with the following features:

    • Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
    • Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.

Instances

Instances details
Eq AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

Read AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

Show AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

Generic AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

Associated Types

type Rep AlarmIdentifier :: Type -> Type #

NFData AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

Methods

rnf :: AlarmIdentifier -> () #

Hashable AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

FromXML AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

ToXML AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

Methods

toXML :: AlarmIdentifier -> XML #

type Rep AlarmIdentifier Source # 
Instance details

Defined in Amazonka.Route53.Types.AlarmIdentifier

type Rep AlarmIdentifier = D1 ('MetaData "AlarmIdentifier" "Amazonka.Route53.Types.AlarmIdentifier" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "AlarmIdentifier'" 'PrefixI 'True) (S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CloudWatchRegion) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAlarmIdentifier Source #

Create a value of AlarmIdentifier with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:region:AlarmIdentifier', alarmIdentifier_region - For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.

For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.

$sel:name:AlarmIdentifier', alarmIdentifier_name - The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.

Route 53 supports CloudWatch alarms with the following features:

  • Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
  • Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.

alarmIdentifier_region :: Lens' AlarmIdentifier CloudWatchRegion Source #

For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.

For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.

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

Route 53 supports CloudWatch alarms with the following features:

  • Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
  • Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.

AliasTarget

data AliasTarget Source #

Alias resource record sets only: Information about the Amazon Web Services resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.

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

  • 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: newAliasTarget smart constructor.

Constructors

AliasTarget' 

Fields

  • hostedZoneId :: ResourceId

    Alias resource records sets only: The value used depends on where you want to route traffic:

    Amazon API Gateway custom regional APIs and edge-optimized APIs
    Specify the hosted zone ID for your API. You can get the applicable value using the CLI command get-domain-names:
    • For regional APIs, specify the value of regionalHostedZoneId.
    • For edge-optimized APIs, specify the value of distributionHostedZoneId.
    Amazon Virtual Private Cloud interface VPC endpoint
    Specify the hosted zone ID for your interface endpoint. You can get the value of HostedZoneId using the CLI command describe-vpc-endpoints.
    CloudFront distribution
    Specify Z2FDTNDATAQYW2.

    Alias resource record sets for CloudFront can't be created in a private zone.

    Elastic Beanstalk environment
    Specify the hosted zone ID for the region that you created the environment in. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see Elastic Beanstalk endpoints and quotas in the the Amazon Web Services General Reference.
    ELB load balancer
    Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
    • Elastic Load Balancing endpoints and quotas topic in the Amazon Web Services General Reference: Use the value that corresponds with the region that you created your load balancer in. Note that there are separate columns for Application and Classic Load Balancers and for Network Load Balancers.
    • Amazon Web Services Management Console: Go to the Amazon EC2 page, choose Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted zone field on the Description tab.
    • Elastic Load Balancing API: Use DescribeLoadBalancers to get the applicable value. For more information, see the applicable guide:

    • CLI: Use describe-load-balancers to get the applicable value. For more information, see the applicable guide:

    Global Accelerator accelerator
    Specify Z2BJ6XQ5FK7U4H.
    An Amazon S3 bucket configured as a static website
    Specify the hosted zone ID for the region that you created the bucket in. For more information about valid values, see the table Amazon S3 Website Endpoints in the Amazon Web Services General Reference.
    Another Route 53 resource record set in your hosted zone
    Specify the hosted zone ID of your hosted zone. (An alias resource record set can't reference a resource record set in a different hosted zone.)
  • dNSName :: Text

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

    Amazon API Gateway custom regional APIs and edge-optimized APIs
    Specify the applicable domain name for your API. You can get the applicable value using the CLI command get-domain-names:
    • For regional APIs, specify the value of regionalDomainName.
    • For edge-optimized APIs, specify the value of distributionDomainName. This is the name of the associated CloudFront distribution, such as da1b2c3d4e5.cloudfront.net.

    The name of the record that you're creating must match a custom domain name for your API, such as api.example.com.

    Amazon Virtual Private Cloud interface VPC endpoint
    Enter the API endpoint for the interface endpoint, such as vpce-123456789abcdef01-example-us-east-1a.elasticloadbalancing.us-east-1.vpce.amazonaws.com. For edge-optimized APIs, this is the domain name for the corresponding CloudFront distribution. You can get the value of DnsName using the CLI command describe-vpc-endpoints.
    CloudFront distribution
    Specify the domain name that CloudFront assigned when you created your distribution.

    Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.

    You can't create a resource record set in a private hosted zone to route traffic to a CloudFront distribution.

    For failover alias records, you can't specify a CloudFront distribution for both the primary and secondary records. A distribution must include an alternate domain name that matches the name of the record. However, the primary and secondary records have the same name, and you can't include the same alternate domain name in more than one distribution.

    Elastic Beanstalk environment
    If the domain name for your Elastic Beanstalk environment includes the region that you deployed the environment in, you can create an alias record that routes traffic to the environment. For example, the domain name my-environment.us-west-2.elasticbeanstalk.com is a regionalized domain name.

    For environments that were created before early 2016, the domain name doesn't include the region. To route traffic to these environments, you must create a CNAME record instead of an alias record. Note that you can't create a CNAME record for the root domain name. For example, if your domain name is example.com, you can create a record that routes traffic for acme.example.com to your Elastic Beanstalk environment, but you can't create a record that routes traffic for example.com to your Elastic Beanstalk environment.

    For Elastic Beanstalk environments that have regionalized subdomains, specify the CNAME attribute for the environment. You can use the following methods to get the value of the CNAME attribute:

    • Amazon Web Services Management Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the Elastic Beanstalk Developer Guide.
    • Elastic Beanstalk API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the Elastic Beanstalk API Reference.
    • CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the CLI Command Reference.
    ELB load balancer
    Specify the DNS name that is associated with the load balancer. Get the DNS name by using the Amazon Web Services Management Console, the ELB API, or the CLI.
    • Amazon Web Services Management Console: Go to the EC2 page, choose Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS name field.

      If you're routing traffic to a Classic Load Balancer, get the value that begins with dualstack. If you're routing traffic to another type of load balancer, get the value that applies to the record type, A or AAAA.

    • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of DNSName. For more information, see the applicable guide:

    • CLI: Use describe-load-balancers to get the value of DNSName. For more information, see the applicable guide:

    Global Accelerator accelerator
    Specify the DNS name for your accelerator:
    Amazon S3 bucket that is configured as a static website
    Specify the domain name of the Amazon S3 website endpoint that you created the bucket in, for example, s3-website.us-east-2.amazonaws.com. For more information about valid values, see the table Amazon S3 Website Endpoints in the Amazon Web Services General Reference. For more information about using S3 buckets for websites, see Getting Started with Amazon Route 53 in the Amazon Route 53 Developer Guide.
    Another Route 53 resource record set
    Specify the value of the Name element for a resource record set in the current hosted zone.

    If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't specify the domain name for a record for which the value of Type is CNAME. This is because the alias record must have the same type as the record that you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.

  • evaluateTargetHealth :: Bool

    /Applies only to alias, failover alias, geolocation alias, latency alias, and weighted alias resource record sets:/ When EvaluateTargetHealth is true, an alias resource record set inherits the health of the referenced Amazon Web Services resource, such as an ELB load balancer or another resource record set in the hosted zone.

    Note the following:

    CloudFront distributions
    You can't set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
    Elastic Beanstalk environments that have regionalized subdomains
    If you specify an Elastic Beanstalk environment in DNSName and the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth to true and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Route 53 routes queries to other available resources that are healthy, if any.

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

    ELB load balancers
    Health checking behavior depends on the type of load balancer:
    • Classic Load Balancers: If you specify an ELB Classic Load Balancer in DNSName, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If you set EvaluateTargetHealth to true and either no EC2 instances are healthy or the load balancer itself is unhealthy, Route 53 routes queries to other resources.
    • Application and Network Load Balancers: If you specify an ELB Application or Network Load Balancer and you set EvaluateTargetHealth to true, Route 53 routes queries to the load balancer based on the health of the target groups that are associated with the load balancer:

      • For an Application or Network Load Balancer to be considered healthy, every target group that contains targets must contain at least one healthy target. If any target group contains only unhealthy targets, the load balancer is considered unhealthy, and Route 53 routes queries to other resources.
      • A target group that has no registered targets is considered unhealthy.

    When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Route 53 health checks, but they perform a similar function. Do not create Route 53 health checks for the EC2 instances that you register with an ELB load balancer.

    S3 buckets
    There are no special requirements for setting EvaluateTargetHealth to true when the alias target is an S3 bucket.
    Other records in the same hosted zone
    If the Amazon Web Services resource that you specify in DNSName is a record or a group of records (for example, a group of weighted records) but is not another alias record, we recommend that you associate a health check with all of the records in the alias target. For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

Instances

Instances details
Eq AliasTarget Source # 
Instance details

Defined in Amazonka.Route53.Types.AliasTarget

Read AliasTarget Source # 
Instance details

Defined in Amazonka.Route53.Types.AliasTarget

Show AliasTarget Source # 
Instance details

Defined in Amazonka.Route53.Types.AliasTarget

Generic AliasTarget Source # 
Instance details

Defined in Amazonka.Route53.Types.AliasTarget

Associated Types

type Rep AliasTarget :: Type -> Type #

NFData AliasTarget Source # 
Instance details

Defined in Amazonka.Route53.Types.AliasTarget

Methods

rnf :: AliasTarget -> () #

Hashable AliasTarget Source # 
Instance details

Defined in Amazonka.Route53.Types.AliasTarget

FromXML AliasTarget Source # 
Instance details

Defined in Amazonka.Route53.Types.AliasTarget

ToXML AliasTarget Source # 
Instance details

Defined in Amazonka.Route53.Types.AliasTarget

Methods

toXML :: AliasTarget -> XML #

type Rep AliasTarget Source # 
Instance details

Defined in Amazonka.Route53.Types.AliasTarget

type Rep AliasTarget = D1 ('MetaData "AliasTarget" "Amazonka.Route53.Types.AliasTarget" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "AliasTarget'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceId) :*: (S1 ('MetaSel ('Just "dNSName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "evaluateTargetHealth") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newAliasTarget Source #

Create a value of AliasTarget with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hostedZoneId:AliasTarget', aliasTarget_hostedZoneId - Alias resource records sets only: The value used depends on where you want to route traffic:

Amazon API Gateway custom regional APIs and edge-optimized APIs
Specify the hosted zone ID for your API. You can get the applicable value using the CLI command get-domain-names:
  • For regional APIs, specify the value of regionalHostedZoneId.
  • For edge-optimized APIs, specify the value of distributionHostedZoneId.
Amazon Virtual Private Cloud interface VPC endpoint
Specify the hosted zone ID for your interface endpoint. You can get the value of HostedZoneId using the CLI command describe-vpc-endpoints.
CloudFront distribution
Specify Z2FDTNDATAQYW2.

Alias resource record sets for CloudFront can't be created in a private zone.

Elastic Beanstalk environment
Specify the hosted zone ID for the region that you created the environment in. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see Elastic Beanstalk endpoints and quotas in the the Amazon Web Services General Reference.
ELB load balancer
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
  • Elastic Load Balancing endpoints and quotas topic in the Amazon Web Services General Reference: Use the value that corresponds with the region that you created your load balancer in. Note that there are separate columns for Application and Classic Load Balancers and for Network Load Balancers.
  • Amazon Web Services Management Console: Go to the Amazon EC2 page, choose Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted zone field on the Description tab.
  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the applicable value. For more information, see the applicable guide:

  • CLI: Use describe-load-balancers to get the applicable value. For more information, see the applicable guide:

Global Accelerator accelerator
Specify Z2BJ6XQ5FK7U4H.
An Amazon S3 bucket configured as a static website
Specify the hosted zone ID for the region that you created the bucket in. For more information about valid values, see the table Amazon S3 Website Endpoints in the Amazon Web Services General Reference.
Another Route 53 resource record set in your hosted zone
Specify the hosted zone ID of your hosted zone. (An alias resource record set can't reference a resource record set in a different hosted zone.)

$sel:dNSName:AliasTarget', aliasTarget_dNSName - Alias resource record sets only: The value that you specify depends on where you want to route queries:

Amazon API Gateway custom regional APIs and edge-optimized APIs
Specify the applicable domain name for your API. You can get the applicable value using the CLI command get-domain-names:
  • For regional APIs, specify the value of regionalDomainName.
  • For edge-optimized APIs, specify the value of distributionDomainName. This is the name of the associated CloudFront distribution, such as da1b2c3d4e5.cloudfront.net.

The name of the record that you're creating must match a custom domain name for your API, such as api.example.com.

Amazon Virtual Private Cloud interface VPC endpoint
Enter the API endpoint for the interface endpoint, such as vpce-123456789abcdef01-example-us-east-1a.elasticloadbalancing.us-east-1.vpce.amazonaws.com. For edge-optimized APIs, this is the domain name for the corresponding CloudFront distribution. You can get the value of DnsName using the CLI command describe-vpc-endpoints.
CloudFront distribution
Specify the domain name that CloudFront assigned when you created your distribution.

Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.

You can't create a resource record set in a private hosted zone to route traffic to a CloudFront distribution.

For failover alias records, you can't specify a CloudFront distribution for both the primary and secondary records. A distribution must include an alternate domain name that matches the name of the record. However, the primary and secondary records have the same name, and you can't include the same alternate domain name in more than one distribution.

Elastic Beanstalk environment
If the domain name for your Elastic Beanstalk environment includes the region that you deployed the environment in, you can create an alias record that routes traffic to the environment. For example, the domain name my-environment.us-west-2.elasticbeanstalk.com is a regionalized domain name.

For environments that were created before early 2016, the domain name doesn't include the region. To route traffic to these environments, you must create a CNAME record instead of an alias record. Note that you can't create a CNAME record for the root domain name. For example, if your domain name is example.com, you can create a record that routes traffic for acme.example.com to your Elastic Beanstalk environment, but you can't create a record that routes traffic for example.com to your Elastic Beanstalk environment.

For Elastic Beanstalk environments that have regionalized subdomains, specify the CNAME attribute for the environment. You can use the following methods to get the value of the CNAME attribute:

  • Amazon Web Services Management Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the Elastic Beanstalk Developer Guide.
  • Elastic Beanstalk API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the Elastic Beanstalk API Reference.
  • CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the CLI Command Reference.
ELB load balancer
Specify the DNS name that is associated with the load balancer. Get the DNS name by using the Amazon Web Services Management Console, the ELB API, or the CLI.
  • Amazon Web Services Management Console: Go to the EC2 page, choose Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS name field.

    If you're routing traffic to a Classic Load Balancer, get the value that begins with dualstack. If you're routing traffic to another type of load balancer, get the value that applies to the record type, A or AAAA.

  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of DNSName. For more information, see the applicable guide:

  • CLI: Use describe-load-balancers to get the value of DNSName. For more information, see the applicable guide:

Global Accelerator accelerator
Specify the DNS name for your accelerator:
Amazon S3 bucket that is configured as a static website
Specify the domain name of the Amazon S3 website endpoint that you created the bucket in, for example, s3-website.us-east-2.amazonaws.com. For more information about valid values, see the table Amazon S3 Website Endpoints in the Amazon Web Services General Reference. For more information about using S3 buckets for websites, see Getting Started with Amazon Route 53 in the Amazon Route 53 Developer Guide.
Another Route 53 resource record set
Specify the value of the Name element for a resource record set in the current hosted zone.

If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't specify the domain name for a record for which the value of Type is CNAME. This is because the alias record must have the same type as the record that you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.

$sel:evaluateTargetHealth:AliasTarget', aliasTarget_evaluateTargetHealth - /Applies only to alias, failover alias, geolocation alias, latency alias, and weighted alias resource record sets:/ When EvaluateTargetHealth is true, an alias resource record set inherits the health of the referenced Amazon Web Services resource, such as an ELB load balancer or another resource record set in the hosted zone.

Note the following:

CloudFront distributions
You can't set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
Elastic Beanstalk environments that have regionalized subdomains
If you specify an Elastic Beanstalk environment in DNSName and the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth to true and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Route 53 routes queries to other available resources that are healthy, if any.

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

ELB load balancers
Health checking behavior depends on the type of load balancer:
  • Classic Load Balancers: If you specify an ELB Classic Load Balancer in DNSName, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If you set EvaluateTargetHealth to true and either no EC2 instances are healthy or the load balancer itself is unhealthy, Route 53 routes queries to other resources.
  • Application and Network Load Balancers: If you specify an ELB Application or Network Load Balancer and you set EvaluateTargetHealth to true, Route 53 routes queries to the load balancer based on the health of the target groups that are associated with the load balancer:

    • For an Application or Network Load Balancer to be considered healthy, every target group that contains targets must contain at least one healthy target. If any target group contains only unhealthy targets, the load balancer is considered unhealthy, and Route 53 routes queries to other resources.
    • A target group that has no registered targets is considered unhealthy.

When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Route 53 health checks, but they perform a similar function. Do not create Route 53 health checks for the EC2 instances that you register with an ELB load balancer.

S3 buckets
There are no special requirements for setting EvaluateTargetHealth to true when the alias target is an S3 bucket.
Other records in the same hosted zone
If the Amazon Web Services resource that you specify in DNSName is a record or a group of records (for example, a group of weighted records) but is not another alias record, we recommend that you associate a health check with all of the records in the alias target. For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

aliasTarget_hostedZoneId :: Lens' AliasTarget ResourceId Source #

Alias resource records sets only: The value used depends on where you want to route traffic:

Amazon API Gateway custom regional APIs and edge-optimized APIs
Specify the hosted zone ID for your API. You can get the applicable value using the CLI command get-domain-names:
  • For regional APIs, specify the value of regionalHostedZoneId.
  • For edge-optimized APIs, specify the value of distributionHostedZoneId.
Amazon Virtual Private Cloud interface VPC endpoint
Specify the hosted zone ID for your interface endpoint. You can get the value of HostedZoneId using the CLI command describe-vpc-endpoints.
CloudFront distribution
Specify Z2FDTNDATAQYW2.

Alias resource record sets for CloudFront can't be created in a private zone.

Elastic Beanstalk environment
Specify the hosted zone ID for the region that you created the environment in. The environment must have a regionalized subdomain. For a list of regions and the corresponding hosted zone IDs, see Elastic Beanstalk endpoints and quotas in the the Amazon Web Services General Reference.
ELB load balancer
Specify the value of the hosted zone ID for the load balancer. Use the following methods to get the hosted zone ID:
  • Elastic Load Balancing endpoints and quotas topic in the Amazon Web Services General Reference: Use the value that corresponds with the region that you created your load balancer in. Note that there are separate columns for Application and Classic Load Balancers and for Network Load Balancers.
  • Amazon Web Services Management Console: Go to the Amazon EC2 page, choose Load Balancers in the navigation pane, select the load balancer, and get the value of the Hosted zone field on the Description tab.
  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the applicable value. For more information, see the applicable guide:

  • CLI: Use describe-load-balancers to get the applicable value. For more information, see the applicable guide:

Global Accelerator accelerator
Specify Z2BJ6XQ5FK7U4H.
An Amazon S3 bucket configured as a static website
Specify the hosted zone ID for the region that you created the bucket in. For more information about valid values, see the table Amazon S3 Website Endpoints in the Amazon Web Services General Reference.
Another Route 53 resource record set in your hosted zone
Specify the hosted zone ID of your hosted zone. (An alias resource record set can't reference a resource record set in a different hosted zone.)

aliasTarget_dNSName :: Lens' AliasTarget Text Source #

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

Amazon API Gateway custom regional APIs and edge-optimized APIs
Specify the applicable domain name for your API. You can get the applicable value using the CLI command get-domain-names:
  • For regional APIs, specify the value of regionalDomainName.
  • For edge-optimized APIs, specify the value of distributionDomainName. This is the name of the associated CloudFront distribution, such as da1b2c3d4e5.cloudfront.net.

The name of the record that you're creating must match a custom domain name for your API, such as api.example.com.

Amazon Virtual Private Cloud interface VPC endpoint
Enter the API endpoint for the interface endpoint, such as vpce-123456789abcdef01-example-us-east-1a.elasticloadbalancing.us-east-1.vpce.amazonaws.com. For edge-optimized APIs, this is the domain name for the corresponding CloudFront distribution. You can get the value of DnsName using the CLI command describe-vpc-endpoints.
CloudFront distribution
Specify the domain name that CloudFront assigned when you created your distribution.

Your CloudFront distribution must include an alternate domain name that matches the name of the resource record set. For example, if the name of the resource record set is acme.example.com, your CloudFront distribution must include acme.example.com as one of the alternate domain names. For more information, see Using Alternate Domain Names (CNAMEs) in the Amazon CloudFront Developer Guide.

You can't create a resource record set in a private hosted zone to route traffic to a CloudFront distribution.

For failover alias records, you can't specify a CloudFront distribution for both the primary and secondary records. A distribution must include an alternate domain name that matches the name of the record. However, the primary and secondary records have the same name, and you can't include the same alternate domain name in more than one distribution.

Elastic Beanstalk environment
If the domain name for your Elastic Beanstalk environment includes the region that you deployed the environment in, you can create an alias record that routes traffic to the environment. For example, the domain name my-environment.us-west-2.elasticbeanstalk.com is a regionalized domain name.

For environments that were created before early 2016, the domain name doesn't include the region. To route traffic to these environments, you must create a CNAME record instead of an alias record. Note that you can't create a CNAME record for the root domain name. For example, if your domain name is example.com, you can create a record that routes traffic for acme.example.com to your Elastic Beanstalk environment, but you can't create a record that routes traffic for example.com to your Elastic Beanstalk environment.

For Elastic Beanstalk environments that have regionalized subdomains, specify the CNAME attribute for the environment. You can use the following methods to get the value of the CNAME attribute:

  • Amazon Web Services Management Console: For information about how to get the value by using the console, see Using Custom Domains with Elastic Beanstalk in the Elastic Beanstalk Developer Guide.
  • Elastic Beanstalk API: Use the DescribeEnvironments action to get the value of the CNAME attribute. For more information, see DescribeEnvironments in the Elastic Beanstalk API Reference.
  • CLI: Use the describe-environments command to get the value of the CNAME attribute. For more information, see describe-environments in the CLI Command Reference.
ELB load balancer
Specify the DNS name that is associated with the load balancer. Get the DNS name by using the Amazon Web Services Management Console, the ELB API, or the CLI.
  • Amazon Web Services Management Console: Go to the EC2 page, choose Load Balancers in the navigation pane, choose the load balancer, choose the Description tab, and get the value of the DNS name field.

    If you're routing traffic to a Classic Load Balancer, get the value that begins with dualstack. If you're routing traffic to another type of load balancer, get the value that applies to the record type, A or AAAA.

  • Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of DNSName. For more information, see the applicable guide:

  • CLI: Use describe-load-balancers to get the value of DNSName. For more information, see the applicable guide:

Global Accelerator accelerator
Specify the DNS name for your accelerator:
Amazon S3 bucket that is configured as a static website
Specify the domain name of the Amazon S3 website endpoint that you created the bucket in, for example, s3-website.us-east-2.amazonaws.com. For more information about valid values, see the table Amazon S3 Website Endpoints in the Amazon Web Services General Reference. For more information about using S3 buckets for websites, see Getting Started with Amazon Route 53 in the Amazon Route 53 Developer Guide.
Another Route 53 resource record set
Specify the value of the Name element for a resource record set in the current hosted zone.

If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't specify the domain name for a record for which the value of Type is CNAME. This is because the alias record must have the same type as the record that you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.

aliasTarget_evaluateTargetHealth :: Lens' AliasTarget Bool Source #

/Applies only to alias, failover alias, geolocation alias, latency alias, and weighted alias resource record sets:/ When EvaluateTargetHealth is true, an alias resource record set inherits the health of the referenced Amazon Web Services resource, such as an ELB load balancer or another resource record set in the hosted zone.

Note the following:

CloudFront distributions
You can't set EvaluateTargetHealth to true when the alias target is a CloudFront distribution.
Elastic Beanstalk environments that have regionalized subdomains
If you specify an Elastic Beanstalk environment in DNSName and the environment contains an ELB load balancer, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. (An environment automatically contains an ELB load balancer if it includes more than one Amazon EC2 instance.) If you set EvaluateTargetHealth to true and either no Amazon EC2 instances are healthy or the load balancer itself is unhealthy, Route 53 routes queries to other available resources that are healthy, if any.

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

ELB load balancers
Health checking behavior depends on the type of load balancer:
  • Classic Load Balancers: If you specify an ELB Classic Load Balancer in DNSName, Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances that are registered with the load balancer. If you set EvaluateTargetHealth to true and either no EC2 instances are healthy or the load balancer itself is unhealthy, Route 53 routes queries to other resources.
  • Application and Network Load Balancers: If you specify an ELB Application or Network Load Balancer and you set EvaluateTargetHealth to true, Route 53 routes queries to the load balancer based on the health of the target groups that are associated with the load balancer:

    • For an Application or Network Load Balancer to be considered healthy, every target group that contains targets must contain at least one healthy target. If any target group contains only unhealthy targets, the load balancer is considered unhealthy, and Route 53 routes queries to other resources.
    • A target group that has no registered targets is considered unhealthy.

When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Route 53 health checks, but they perform a similar function. Do not create Route 53 health checks for the EC2 instances that you register with an ELB load balancer.

S3 buckets
There are no special requirements for setting EvaluateTargetHealth to true when the alias target is an S3 bucket.
Other records in the same hosted zone
If the Amazon Web Services resource that you specify in DNSName is a record or a group of records (for example, a group of weighted records) but is not another alias record, we recommend that you associate a health check with all of the records in the alias target. For more information, see What Happens When You Omit Health Checks? in the Amazon Route 53 Developer Guide.

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

Change

data Change Source #

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

See: newChange smart constructor.

Constructors

Change' 

Fields

  • action :: ChangeAction

    The action to perform:

    • CREATE: Creates a resource record set that has the specified values.
    • DELETE: Deletes a existing resource record set.

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

    • UPSERT: If a resource record set doesn't already exist, Route 53 creates it. If a resource record set does exist, Route 53 updates it with the values in the request.
  • resourceRecordSet :: ResourceRecordSet

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

Instances

Instances details
Eq Change Source # 
Instance details

Defined in Amazonka.Route53.Types.Change

Methods

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

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

Read Change Source # 
Instance details

Defined in Amazonka.Route53.Types.Change

Show Change Source # 
Instance details

Defined in Amazonka.Route53.Types.Change

Generic Change Source # 
Instance details

Defined in Amazonka.Route53.Types.Change

Associated Types

type Rep Change :: Type -> Type #

Methods

from :: Change -> Rep Change x #

to :: Rep Change x -> Change #

NFData Change Source # 
Instance details

Defined in Amazonka.Route53.Types.Change

Methods

rnf :: Change -> () #

Hashable Change Source # 
Instance details

Defined in Amazonka.Route53.Types.Change

Methods

hashWithSalt :: Int -> Change -> Int #

hash :: Change -> Int #

ToXML Change Source # 
Instance details

Defined in Amazonka.Route53.Types.Change

Methods

toXML :: Change -> XML #

type Rep Change Source # 
Instance details

Defined in Amazonka.Route53.Types.Change

type Rep Change = D1 ('MetaData "Change" "Amazonka.Route53.Types.Change" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "Change'" 'PrefixI 'True) (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChangeAction) :*: S1 ('MetaSel ('Just "resourceRecordSet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceRecordSet)))

newChange Source #

Create a value of Change with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:action:Change', change_action - The action to perform:

  • CREATE: Creates a resource record set that has the specified values.
  • DELETE: Deletes a existing resource record set.

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

  • UPSERT: If a resource record set doesn't already exist, Route 53 creates it. If a resource record set does exist, Route 53 updates it with the values in the request.

$sel:resourceRecordSet:Change', change_resourceRecordSet - Information about the resource record set to create, delete, or update.

change_action :: Lens' Change ChangeAction Source #

The action to perform:

  • CREATE: Creates a resource record set that has the specified values.
  • DELETE: Deletes a existing resource record set.

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

  • UPSERT: If a resource record set doesn't already exist, Route 53 creates it. If a resource record set does exist, Route 53 updates it with the values in the request.

change_resourceRecordSet :: Lens' Change ResourceRecordSet Source #

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

ChangeBatch

data ChangeBatch Source #

The information for a change request.

See: newChangeBatch smart constructor.

Constructors

ChangeBatch' 

Fields

Instances

Instances details
Eq ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Read ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Show ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Generic ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Associated Types

type Rep ChangeBatch :: Type -> Type #

NFData ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Methods

rnf :: ChangeBatch -> () #

Hashable ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

ToXML ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

Methods

toXML :: ChangeBatch -> XML #

type Rep ChangeBatch Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeBatch

type Rep ChangeBatch = D1 ('MetaData "ChangeBatch" "Amazonka.Route53.Types.ChangeBatch" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "ChangeBatch'" 'PrefixI 'True) (S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "changes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Change))))

newChangeBatch Source #

Create a value of ChangeBatch with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comment:ChangeBatch', changeBatch_comment - Optional: Any comments you want to include about a change batch request.

$sel:changes:ChangeBatch', changeBatch_changes - Information about the changes to make to the record sets.

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

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

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

Information about the changes to make to the record sets.

ChangeInfo

data ChangeInfo Source #

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

See: newChangeInfo smart constructor.

Constructors

ChangeInfo' 

Fields

  • comment :: Maybe Text

    A comment you can provide.

  • id :: ResourceId

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

  • status :: ChangeStatus

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

  • submittedAt :: ISO8601

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

Instances

Instances details
Eq ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

Read ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

Show ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

Generic ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

Associated Types

type Rep ChangeInfo :: Type -> Type #

NFData ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

Methods

rnf :: ChangeInfo -> () #

Hashable ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

FromXML ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

type Rep ChangeInfo Source # 
Instance details

Defined in Amazonka.Route53.Types.ChangeInfo

type Rep ChangeInfo = D1 ('MetaData "ChangeInfo" "Amazonka.Route53.Types.ChangeInfo" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "ChangeInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceId)) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ChangeStatus) :*: S1 ('MetaSel ('Just "submittedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ISO8601))))

newChangeInfo Source #

Create a value of ChangeInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comment:ChangeInfo', changeInfo_comment - A comment you can provide.

$sel:id:ChangeInfo', changeInfo_id - This element contains an ID that you use when performing a GetChange action to get detailed information about the change.

$sel:status:ChangeInfo', changeInfo_status - The current state of the request. PENDING indicates that this request has not yet been applied to all Amazon Route 53 DNS servers.

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

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

A comment you can provide.

changeInfo_id :: Lens' ChangeInfo ResourceId Source #

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

changeInfo_status :: Lens' ChangeInfo ChangeStatus Source #

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

changeInfo_submittedAt :: Lens' ChangeInfo UTCTime Source #

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

CloudWatchAlarmConfiguration

data CloudWatchAlarmConfiguration Source #

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

See: newCloudWatchAlarmConfiguration smart constructor.

Constructors

CloudWatchAlarmConfiguration' 

Fields

Instances

Instances details
Eq CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchAlarmConfiguration

Read CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchAlarmConfiguration

Show CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchAlarmConfiguration

Generic CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchAlarmConfiguration

Associated Types

type Rep CloudWatchAlarmConfiguration :: Type -> Type #

NFData CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchAlarmConfiguration

Hashable CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchAlarmConfiguration

FromXML CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchAlarmConfiguration

type Rep CloudWatchAlarmConfiguration Source # 
Instance details

Defined in Amazonka.Route53.Types.CloudWatchAlarmConfiguration

type Rep CloudWatchAlarmConfiguration = D1 ('MetaData "CloudWatchAlarmConfiguration" "Amazonka.Route53.Types.CloudWatchAlarmConfiguration" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "CloudWatchAlarmConfiguration'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "dimensions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Dimension])) :*: S1 ('MetaSel ('Just "evaluationPeriods") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)) :*: (S1 ('MetaSel ('Just "threshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "comparisonOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ComparisonOperator))) :*: ((S1 ('MetaSel ('Just "period") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "metricName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "namespace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "statistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Statistic)))))

newCloudWatchAlarmConfiguration Source #

Create a value of CloudWatchAlarmConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

$sel:evaluationPeriods:CloudWatchAlarmConfiguration', cloudWatchAlarmConfiguration_evaluationPeriods - For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is compared to the threshold.

$sel:threshold:CloudWatchAlarmConfiguration', cloudWatchAlarmConfiguration_threshold - For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.

$sel:comparisonOperator:CloudWatchAlarmConfiguration', cloudWatchAlarmConfiguration_comparisonOperator - For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.

$sel:period:CloudWatchAlarmConfiguration', cloudWatchAlarmConfiguration_period - For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.

$sel:metricName:CloudWatchAlarmConfiguration', cloudWatchAlarmConfiguration_metricName - The name of the CloudWatch metric that the alarm is associated with.

$sel:namespace:CloudWatchAlarmConfiguration', cloudWatchAlarmConfiguration_namespace - The namespace of the metric that the alarm is associated with. For more information, see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference in the Amazon CloudWatch User Guide.

$sel:statistic:CloudWatchAlarmConfiguration', cloudWatchAlarmConfiguration_statistic - For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.

cloudWatchAlarmConfiguration_dimensions :: Lens' CloudWatchAlarmConfiguration (Maybe [Dimension]) Source #

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

cloudWatchAlarmConfiguration_evaluationPeriods :: Lens' CloudWatchAlarmConfiguration Natural Source #

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

cloudWatchAlarmConfiguration_threshold :: Lens' CloudWatchAlarmConfiguration Double Source #

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

cloudWatchAlarmConfiguration_comparisonOperator :: Lens' CloudWatchAlarmConfiguration ComparisonOperator Source #

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

cloudWatchAlarmConfiguration_period :: Lens' CloudWatchAlarmConfiguration Natural Source #

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

cloudWatchAlarmConfiguration_metricName :: Lens' CloudWatchAlarmConfiguration Text Source #

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

cloudWatchAlarmConfiguration_namespace :: Lens' CloudWatchAlarmConfiguration Text Source #

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

cloudWatchAlarmConfiguration_statistic :: Lens' CloudWatchAlarmConfiguration Statistic Source #

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

DNSSECStatus

data DNSSECStatus Source #

A string repesenting the status of DNSSEC signing.

See: newDNSSECStatus smart constructor.

Constructors

DNSSECStatus' 

Fields

  • serveSignature :: Maybe Text

    A string that represents the current hosted zone signing status.

    Status can have one of the following values:

    SIGNING
    DNSSEC signing is enabled for the hosted zone.
    NOT_SIGNING
    DNSSEC signing is not enabled for the hosted zone.
    DELETING
    DNSSEC signing is in the process of being removed for the hosted zone.
    ACTION_NEEDED
    There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed customer master key (CMK) might have been deleted, or the permissions for the customer managed CMK might have been changed.
    INTERNAL_FAILURE
    There was an error during a request. Before you can continue to work with DNSSEC signing, including with key-signing keys (KSKs), you must correct the problem by enabling or disabling DNSSEC signing for the hosted zone.
  • statusMessage :: Maybe Text

    The status message provided for the following DNSSEC signing status: INTERNAL_FAILURE. The status message includes information about what the problem might be and steps that you can take to correct the issue.

Instances

Instances details
Eq DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

Read DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

Show DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

Generic DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

Associated Types

type Rep DNSSECStatus :: Type -> Type #

NFData DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

Methods

rnf :: DNSSECStatus -> () #

Hashable DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

FromXML DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

type Rep DNSSECStatus Source # 
Instance details

Defined in Amazonka.Route53.Types.DNSSECStatus

type Rep DNSSECStatus = D1 ('MetaData "DNSSECStatus" "Amazonka.Route53.Types.DNSSECStatus" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "DNSSECStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serveSignature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newDNSSECStatus :: DNSSECStatus Source #

Create a value of DNSSECStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:serveSignature:DNSSECStatus', dNSSECStatus_serveSignature - A string that represents the current hosted zone signing status.

Status can have one of the following values:

SIGNING
DNSSEC signing is enabled for the hosted zone.
NOT_SIGNING
DNSSEC signing is not enabled for the hosted zone.
DELETING
DNSSEC signing is in the process of being removed for the hosted zone.
ACTION_NEEDED
There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed customer master key (CMK) might have been deleted, or the permissions for the customer managed CMK might have been changed.
INTERNAL_FAILURE
There was an error during a request. Before you can continue to work with DNSSEC signing, including with key-signing keys (KSKs), you must correct the problem by enabling or disabling DNSSEC signing for the hosted zone.

$sel:statusMessage:DNSSECStatus', dNSSECStatus_statusMessage - The status message provided for the following DNSSEC signing status: INTERNAL_FAILURE. The status message includes information about what the problem might be and steps that you can take to correct the issue.

dNSSECStatus_serveSignature :: Lens' DNSSECStatus (Maybe Text) Source #

A string that represents the current hosted zone signing status.

Status can have one of the following values:

SIGNING
DNSSEC signing is enabled for the hosted zone.
NOT_SIGNING
DNSSEC signing is not enabled for the hosted zone.
DELETING
DNSSEC signing is in the process of being removed for the hosted zone.
ACTION_NEEDED
There is a problem with signing in the hosted zone that requires you to take action to resolve. For example, the customer managed customer master key (CMK) might have been deleted, or the permissions for the customer managed CMK might have been changed.
INTERNAL_FAILURE
There was an error during a request. Before you can continue to work with DNSSEC signing, including with key-signing keys (KSKs), you must correct the problem by enabling or disabling DNSSEC signing for the hosted zone.

dNSSECStatus_statusMessage :: Lens' DNSSECStatus (Maybe Text) Source #

The status message provided for the following DNSSEC signing status: INTERNAL_FAILURE. The status message includes information about what the problem might be and steps that you can take to correct the issue.

DelegationSet

data DelegationSet Source #

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

See: newDelegationSet smart constructor.

Constructors

DelegationSet' 

Fields

  • id :: Maybe ResourceId

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

  • callerReference :: Maybe Text

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

  • nameServers :: NonEmpty Text

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

Instances

Instances details
Eq DelegationSet Source # 
Instance details

Defined in Amazonka.Route53.Types.DelegationSet

Read DelegationSet Source # 
Instance details

Defined in Amazonka.Route53.Types.DelegationSet

Show DelegationSet Source # 
Instance details

Defined in Amazonka.Route53.Types.DelegationSet

Generic DelegationSet Source # 
Instance details

Defined in Amazonka.Route53.Types.DelegationSet

Associated Types

type Rep DelegationSet :: Type -> Type #

NFData DelegationSet Source # 
Instance details

Defined in Amazonka.Route53.Types.DelegationSet

Methods

rnf :: DelegationSet -> () #

Hashable DelegationSet Source # 
Instance details

Defined in Amazonka.Route53.Types.DelegationSet

FromXML DelegationSet Source # 
Instance details

Defined in Amazonka.Route53.Types.DelegationSet

type Rep DelegationSet Source # 
Instance details

Defined in Amazonka.Route53.Types.DelegationSet

type Rep DelegationSet = D1 ('MetaData "DelegationSet" "Amazonka.Route53.Types.DelegationSet" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "DelegationSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceId)) :*: (S1 ('MetaSel ('Just "callerReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "nameServers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newDelegationSet Source #

Create a value of DelegationSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:DelegationSet', delegationSet_id - The ID that Amazon Route 53 assigns to a reusable delegation set.

$sel:callerReference:DelegationSet', delegationSet_callerReference - The value that you specified for CallerReference when you created the reusable delegation set.

$sel:nameServers:DelegationSet', delegationSet_nameServers - A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable delegation set.

delegationSet_id :: Lens' DelegationSet (Maybe ResourceId) Source #

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

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

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

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

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

Dimension

data Dimension Source #

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

See: newDimension smart constructor.

Constructors

Dimension' 

Fields

  • name :: Text

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

  • value :: Text

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

Instances

Instances details
Eq Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

Read Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

Show Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

Generic Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

Associated Types

type Rep Dimension :: Type -> Type #

NFData Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

Methods

rnf :: Dimension -> () #

Hashable Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

FromXML Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

type Rep Dimension Source # 
Instance details

Defined in Amazonka.Route53.Types.Dimension

type Rep Dimension = D1 ('MetaData "Dimension" "Amazonka.Route53.Types.Dimension" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "Dimension'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDimension Source #

Create a value of Dimension with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:Dimension', dimension_name - For the metric that the CloudWatch alarm is associated with, the name of one dimension.

$sel:value:Dimension', dimension_value - For the metric that the CloudWatch alarm is associated with, the value of one dimension.

dimension_name :: Lens' Dimension Text Source #

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

dimension_value :: Lens' Dimension Text Source #

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

GeoLocation

data GeoLocation Source #

A complex type that contains information about a geographic location.

See: newGeoLocation smart constructor.

Constructors

GeoLocation' 

Fields

  • subdivisionCode :: Maybe Text

    For geolocation resource record sets, the two-letter code for a state of the United States. Route 53 doesn't support any other values for SubdivisionCode. For a list of state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website.

    If you specify subdivisioncode, you must also specify US for CountryCode.

  • countryCode :: Maybe Text

    For geolocation resource record sets, the two-letter code for a country.

    Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

  • continentCode :: Maybe Text

    The two-letter code for the continent.

    Amazon Route 53 supports the following continent codes:

    • AF: Africa
    • AN: Antarctica
    • AS: Asia
    • EU: Europe
    • OC: Oceania
    • NA: North America
    • SA: South America

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

Instances

Instances details
Eq GeoLocation Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocation

Read GeoLocation Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocation

Show GeoLocation Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocation

Generic GeoLocation Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocation

Associated Types

type Rep GeoLocation :: Type -> Type #

NFData GeoLocation Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocation

Methods

rnf :: GeoLocation -> () #

Hashable GeoLocation Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocation

FromXML GeoLocation Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocation

ToXML GeoLocation Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocation

Methods

toXML :: GeoLocation -> XML #

type Rep GeoLocation Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocation

type Rep GeoLocation = D1 ('MetaData "GeoLocation" "Amazonka.Route53.Types.GeoLocation" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "GeoLocation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "subdivisionCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "countryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "continentCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newGeoLocation :: GeoLocation Source #

Create a value of GeoLocation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:subdivisionCode:GeoLocation', geoLocation_subdivisionCode - For geolocation resource record sets, the two-letter code for a state of the United States. Route 53 doesn't support any other values for SubdivisionCode. For a list of state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website.

If you specify subdivisioncode, you must also specify US for CountryCode.

$sel:countryCode:GeoLocation', geoLocation_countryCode - For geolocation resource record sets, the two-letter code for a country.

Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

$sel:continentCode:GeoLocation', geoLocation_continentCode - The two-letter code for the continent.

Amazon Route 53 supports the following continent codes:

  • AF: Africa
  • AN: Antarctica
  • AS: Asia
  • EU: Europe
  • OC: Oceania
  • NA: North America
  • SA: South America

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

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

For geolocation resource record sets, the two-letter code for a state of the United States. Route 53 doesn't support any other values for SubdivisionCode. For a list of state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website.

If you specify subdivisioncode, you must also specify US for CountryCode.

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

For geolocation resource record sets, the two-letter code for a country.

Amazon Route 53 uses the two-letter country codes that are specified in ISO standard 3166-1 alpha-2.

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

The two-letter code for the continent.

Amazon Route 53 supports the following continent codes:

  • AF: Africa
  • AN: Antarctica
  • AS: Asia
  • EU: Europe
  • OC: Oceania
  • NA: North America
  • SA: South America

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

GeoLocationDetails

data GeoLocationDetails Source #

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

See: newGeoLocationDetails smart constructor.

Constructors

GeoLocationDetails' 

Fields

Instances

Instances details
Eq GeoLocationDetails Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocationDetails

Read GeoLocationDetails Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocationDetails

Show GeoLocationDetails Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocationDetails

Generic GeoLocationDetails Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocationDetails

Associated Types

type Rep GeoLocationDetails :: Type -> Type #

NFData GeoLocationDetails Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocationDetails

Methods

rnf :: GeoLocationDetails -> () #

Hashable GeoLocationDetails Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocationDetails

FromXML GeoLocationDetails Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocationDetails

type Rep GeoLocationDetails Source # 
Instance details

Defined in Amazonka.Route53.Types.GeoLocationDetails

type Rep GeoLocationDetails = D1 ('MetaData "GeoLocationDetails" "Amazonka.Route53.Types.GeoLocationDetails" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "GeoLocationDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "subdivisionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "subdivisionCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "countryName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "countryCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "continentCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "continentName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newGeoLocationDetails :: GeoLocationDetails Source #

Create a value of GeoLocationDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:subdivisionName:GeoLocationDetails', geoLocationDetails_subdivisionName - The full name of the subdivision. Route 53 currently supports only states in the United States.

$sel:subdivisionCode:GeoLocationDetails', geoLocationDetails_subdivisionCode - The code for the subdivision, such as a particular state within the United States. For a list of US state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website. For a list of all supported subdivision codes, use the ListGeoLocations API.

$sel:countryName:GeoLocationDetails', geoLocationDetails_countryName - The name of the country.

$sel:countryCode:GeoLocationDetails', geoLocationDetails_countryCode - The two-letter code for the country.

$sel:continentCode:GeoLocationDetails', geoLocationDetails_continentCode - The two-letter code for the continent.

$sel:continentName:GeoLocationDetails', geoLocationDetails_continentName - The full name of the continent.

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

The full name of the subdivision. Route 53 currently supports only states in the United States.

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

The code for the subdivision, such as a particular state within the United States. For a list of US state abbreviations, see Appendix B: Two–Letter State and Possession Abbreviations on the United States Postal Service website. For a list of all supported subdivision codes, use the ListGeoLocations API.

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

The two-letter code for the country.

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

The two-letter code for the continent.

HealthCheck

data HealthCheck Source #

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

See: newHealthCheck smart constructor.

Constructors

HealthCheck' 

Fields

  • linkedService :: Maybe LinkedService

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

  • cloudWatchAlarmConfiguration :: Maybe CloudWatchAlarmConfiguration

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

  • id :: Text

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

  • callerReference :: Text

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

  • healthCheckConfig :: HealthCheckConfig

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

  • healthCheckVersion :: Natural

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

Instances

Instances details
Eq HealthCheck Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheck

Read HealthCheck Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheck

Show HealthCheck Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheck

Generic HealthCheck Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheck

Associated Types

type Rep HealthCheck :: Type -> Type #

NFData HealthCheck Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheck

Methods

rnf :: HealthCheck -> () #

Hashable HealthCheck Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheck

FromXML HealthCheck Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheck

type Rep HealthCheck Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheck

type Rep HealthCheck = D1 ('MetaData "HealthCheck" "Amazonka.Route53.Types.HealthCheck" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "HealthCheck'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "linkedService") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LinkedService)) :*: (S1 ('MetaSel ('Just "cloudWatchAlarmConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CloudWatchAlarmConfiguration)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: (S1 ('MetaSel ('Just "callerReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "healthCheckConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HealthCheckConfig) :*: S1 ('MetaSel ('Just "healthCheckVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))))

newHealthCheck Source #

Create a value of HealthCheck with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:linkedService:HealthCheck', healthCheck_linkedService - If the health check was created by another service, the service that created the health check. When a health check is created by another service, you can't edit or delete it using Amazon Route 53.

$sel:cloudWatchAlarmConfiguration:HealthCheck', healthCheck_cloudWatchAlarmConfiguration - A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.

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

$sel:callerReference:HealthCheck', healthCheck_callerReference - A unique string that you specified when you created the health check.

$sel:healthCheckConfig:HealthCheck', healthCheck_healthCheckConfig - A complex type that contains detailed information about one health check.

$sel:healthCheckVersion:HealthCheck', healthCheck_healthCheckVersion - The version of the health check. You can optionally pass this value in a call to UpdateHealthCheck to prevent overwriting another change to the health check.

healthCheck_linkedService :: Lens' HealthCheck (Maybe LinkedService) Source #

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

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

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

healthCheck_id :: Lens' HealthCheck Text Source #

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

healthCheck_callerReference :: Lens' HealthCheck Text Source #

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

healthCheck_healthCheckConfig :: Lens' HealthCheck HealthCheckConfig Source #

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

healthCheck_healthCheckVersion :: Lens' HealthCheck Natural Source #

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

HealthCheckConfig

data HealthCheckConfig Source #

A complex type that contains information about the health check.

See: newHealthCheckConfig smart constructor.

Constructors

HealthCheckConfig' 

Fields

  • failureThreshold :: Maybe Natural

    The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.

    If you don't specify a value for FailureThreshold, the default value is three health checks.

  • iPAddress :: Maybe Text

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

    Use one of the following formats for the value of IPAddress:

    • IPv4 address: four values between 0 and 255, separated by periods (.), for example, 192.0.2.44.
    • IPv6 address: eight groups of four hexadecimal values, separated by colons (:), for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345. You can also shorten IPv6 addresses as described in RFC 5952, for example, 2001:db8:85a3::abcd:1:2345.

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

    For more information, see FullyQualifiedDomainName.

    Constraints: Route 53 can't check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you can't create health checks, see the following documents:

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

  • enableSNI :: Maybe Bool

    Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

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

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

  • disabled :: Maybe Bool

    Stops Route 53 from performing health checks. When you disable a health check, here's what happens:

    • Health checks that check the health of endpoints: Route 53 stops submitting requests to your application, server, or other resource.
    • Calculated health checks: Route 53 stops aggregating the status of the referenced health checks.
    • Health checks that monitor CloudWatch alarms: Route 53 stops monitoring the corresponding CloudWatch metrics.

    After you disable a health check, Route 53 considers the status of the health check to always be healthy. If you configured DNS failover, Route 53 continues to route traffic to the corresponding resources. If you want to stop routing traffic to a resource, change the value of Inverted.

    Charges for a health check still apply when the health check is disabled. For more information, see Amazon Route 53 Pricing.

  • searchString :: Maybe Text

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

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

  • healthThreshold :: Maybe Natural

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

    Note the following:

    • If you specify a number greater than the number of child health checks, Route 53 always considers this health check to be unhealthy.
    • If you specify 0, Route 53 always considers this health check to be healthy.
  • regions :: Maybe (NonEmpty HealthCheckRegion)

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

    If you don't specify any regions, Route 53 health checkers automatically performs checks from all of the regions that are listed under Valid Values.

    If you update a health check to remove a region that has been performing health checks, Route 53 will briefly continue to perform checks from that region to ensure that some health checkers are always checking the endpoint (for example, if you replace three regions with four different regions).

  • resourcePath :: Maybe Text

    The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html. You can also include query string parameters, for example, /welcome.html?language=jp&login=y.

  • insufficientDataHealthStatus :: Maybe InsufficientDataHealthStatus

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

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

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

  • measureLatency :: Maybe Bool

    Specify whether you want Amazon Route 53 to measure the latency between health checkers in multiple Amazon Web Services regions and your endpoint, and to display CloudWatch latency graphs on the __Health Checks__ page in the Route 53 console.

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

  • inverted :: Maybe Bool

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

  • fullyQualifiedDomainName :: Maybe Text

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

    If you specify a value for IPAddress:

    Amazon Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of FullyQualifiedDomainName in the Host header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Route 53 to perform health checks.

    When Route 53 checks the health of an endpoint, here is how it constructs the Host header:

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

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

    If you don't specify a value for IPAddress:

    Route 53 sends a DNS request to the domain that you specify for FullyQualifiedDomainName at the interval that you specify for RequestInterval. Using an IPv4 address that DNS returns, Route 53 then checks the health of the endpoint.

    If you don't specify a value for IPAddress, Route 53 uses only IPv4 to send health checks to the endpoint. If there's no resource record set with a type of A for the name that you specify for FullyQualifiedDomainName, the health check fails with a "DNS resolution failed" error.

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

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

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

  • childHealthChecks :: Maybe [Text]

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

  • routingControlArn :: Maybe Text

    The Amazon Resource Name (ARN) for the Route 53 Application Recovery Controller routing control.

    For more information about Route 53 Application Recovery Controller, see Route 53 Application Recovery Controller Developer Guide..

  • requestInterval :: Maybe Natural

    The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health check request. Each Route 53 health checker makes requests at this interval.

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

    If you don't specify a value for RequestInterval, the default value is 30 seconds.

  • port :: Maybe Natural

    The port on the endpoint that you want Amazon Route 53 to perform health checks on.

    Don't specify a value for Port when you specify a value for Type of CLOUDWATCH_METRIC or CALCULATED.

  • type' :: HealthCheckType

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

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

    You can create the following types of health checks:

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

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

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

    For more information, see How Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.

Instances

Instances details
Eq HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckConfig

Read HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckConfig

Show HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckConfig

Generic HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckConfig

Associated Types

type Rep HealthCheckConfig :: Type -> Type #

NFData HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckConfig

Methods

rnf :: HealthCheckConfig -> () #

Hashable HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckConfig

FromXML HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckConfig

ToXML HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckConfig

type Rep HealthCheckConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckConfig

type Rep HealthCheckConfig = D1 ('MetaData "HealthCheckConfig" "Amazonka.Route53.Types.HealthCheckConfig" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "HealthCheckConfig'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "failureThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "iPAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "enableSNI") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "disabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "searchString") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "healthThreshold") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "regions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty HealthCheckRegion))) :*: (S1 ('MetaSel ('Just "resourcePath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "insufficientDataHealthStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InsufficientDataHealthStatus)))))) :*: (((S1 ('MetaSel ('Just "alarmIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlarmIdentifier)) :*: S1 ('MetaSel ('Just "measureLatency") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "inverted") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "fullyQualifiedDomainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "childHealthChecks") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "routingControlArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "requestInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "port") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HealthCheckType)))))))

newHealthCheckConfig Source #

Create a value of HealthCheckConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:failureThreshold:HealthCheckConfig', healthCheckConfig_failureThreshold - The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.

If you don't specify a value for FailureThreshold, the default value is three health checks.

$sel:iPAddress:HealthCheckConfig', healthCheckConfig_iPAddress - The IPv4 or IPv6 IP address of the endpoint that you want Amazon Route 53 to perform health checks on. If you don't specify a value for IPAddress, Route 53 sends a DNS request to resolve the domain name that you specify in FullyQualifiedDomainName at the interval that you specify in RequestInterval. Using an IP address returned by DNS, Route 53 then checks the health of the endpoint.

Use one of the following formats for the value of IPAddress:

  • IPv4 address: four values between 0 and 255, separated by periods (.), for example, 192.0.2.44.
  • IPv6 address: eight groups of four hexadecimal values, separated by colons (:), for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345. You can also shorten IPv6 addresses as described in RFC 5952, for example, 2001:db8:85a3::abcd:1:2345.

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

For more information, see FullyQualifiedDomainName.

Constraints: Route 53 can't check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you can't create health checks, see the following documents:

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

$sel:enableSNI:HealthCheckConfig', healthCheckConfig_enableSNI - Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

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

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

$sel:disabled:HealthCheckConfig', healthCheckConfig_disabled - Stops Route 53 from performing health checks. When you disable a health check, here's what happens:

  • Health checks that check the health of endpoints: Route 53 stops submitting requests to your application, server, or other resource.
  • Calculated health checks: Route 53 stops aggregating the status of the referenced health checks.
  • Health checks that monitor CloudWatch alarms: Route 53 stops monitoring the corresponding CloudWatch metrics.

After you disable a health check, Route 53 considers the status of the health check to always be healthy. If you configured DNS failover, Route 53 continues to route traffic to the corresponding resources. If you want to stop routing traffic to a resource, change the value of Inverted.

Charges for a health check still apply when the health check is disabled. For more information, see Amazon Route 53 Pricing.

$sel:searchString:HealthCheckConfig', healthCheckConfig_searchString - If the value of Type is HTTP_STR_MATCH or HTTPS_STR_MATCH, the string that you want Amazon Route 53 to search for in the response body from the specified resource. If the string appears in the response body, Route 53 considers the resource healthy.

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

$sel:healthThreshold:HealthCheckConfig', healthCheckConfig_healthThreshold - The number of child health checks that are associated with a CALCULATED health check that Amazon Route 53 must consider healthy for the CALCULATED health check to be considered healthy. To specify the child health checks that you want to associate with a CALCULATED health check, use the ChildHealthChecks element.

Note the following:

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

$sel:regions:HealthCheckConfig', healthCheckConfig_regions - A complex type that contains one Region element for each region from which you want Amazon Route 53 health checkers to check the specified endpoint.

If you don't specify any regions, Route 53 health checkers automatically performs checks from all of the regions that are listed under Valid Values.

If you update a health check to remove a region that has been performing health checks, Route 53 will briefly continue to perform checks from that region to ensure that some health checkers are always checking the endpoint (for example, if you replace three regions with four different regions).

$sel:resourcePath:HealthCheckConfig', healthCheckConfig_resourcePath - The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html. You can also include query string parameters, for example, /welcome.html?language=jp&login=y.

$sel:insufficientDataHealthStatus:HealthCheckConfig', healthCheckConfig_insufficientDataHealthStatus - When CloudWatch has insufficient data about the metric to determine the alarm state, the status that you want Amazon Route 53 to assign to the health check:

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

$sel:alarmIdentifier:HealthCheckConfig', healthCheckConfig_alarmIdentifier - A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether the specified health check is healthy.

$sel:measureLatency:HealthCheckConfig', healthCheckConfig_measureLatency - Specify whether you want Amazon Route 53 to measure the latency between health checkers in multiple Amazon Web Services regions and your endpoint, and to display CloudWatch latency graphs on the __Health Checks__ page in the Route 53 console.

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

$sel:inverted:HealthCheckConfig', healthCheckConfig_inverted - Specify whether you want Amazon Route 53 to invert the status of a health check, for example, to consider a health check unhealthy when it otherwise would be considered healthy.

$sel:fullyQualifiedDomainName:HealthCheckConfig', healthCheckConfig_fullyQualifiedDomainName - Amazon Route 53 behavior depends on whether you specify a value for IPAddress.

If you specify a value for IPAddress:

Amazon Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of FullyQualifiedDomainName in the Host header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Route 53 to perform health checks.

When Route 53 checks the health of an endpoint, here is how it constructs the Host header:

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

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

If you don't specify a value for IPAddress:

Route 53 sends a DNS request to the domain that you specify for FullyQualifiedDomainName at the interval that you specify for RequestInterval. Using an IPv4 address that DNS returns, Route 53 then checks the health of the endpoint.

If you don't specify a value for IPAddress, Route 53 uses only IPv4 to send health checks to the endpoint. If there's no resource record set with a type of A for the name that you specify for FullyQualifiedDomainName, the health check fails with a "DNS resolution failed" error.

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

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

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

$sel:childHealthChecks:HealthCheckConfig', healthCheckConfig_childHealthChecks - (CALCULATED Health Checks Only) A complex type that contains one ChildHealthCheck element for each health check that you want to associate with a CALCULATED health check.

$sel:routingControlArn:HealthCheckConfig', healthCheckConfig_routingControlArn - The Amazon Resource Name (ARN) for the Route 53 Application Recovery Controller routing control.

For more information about Route 53 Application Recovery Controller, see Route 53 Application Recovery Controller Developer Guide..

$sel:requestInterval:HealthCheckConfig', healthCheckConfig_requestInterval - The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health check request. Each Route 53 health checker makes requests at this interval.

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

If you don't specify a value for RequestInterval, the default value is 30 seconds.

$sel:port:HealthCheckConfig', healthCheckConfig_port - The port on the endpoint that you want Amazon Route 53 to perform health checks on.

Don't specify a value for Port when you specify a value for Type of CLOUDWATCH_METRIC or CALCULATED.

$sel:type':HealthCheckConfig', healthCheckConfig_type - The type of health check that you want to create, which indicates how Amazon Route 53 determines whether an endpoint is healthy.

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

You can create the following types of health checks:

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

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

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

For more information, see How Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.

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

The number of consecutive health checks that an endpoint must pass or fail for Amazon Route 53 to change the current status of the endpoint from unhealthy to healthy or vice versa. For more information, see How Amazon Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.

If you don't specify a value for FailureThreshold, the default value is three health checks.

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

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

Use one of the following formats for the value of IPAddress:

  • IPv4 address: four values between 0 and 255, separated by periods (.), for example, 192.0.2.44.
  • IPv6 address: eight groups of four hexadecimal values, separated by colons (:), for example, 2001:0db8:85a3:0000:0000:abcd:0001:2345. You can also shorten IPv6 addresses as described in RFC 5952, for example, 2001:db8:85a3::abcd:1:2345.

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

For more information, see FullyQualifiedDomainName.

Constraints: Route 53 can't check the health of endpoints for which the IP address is in local, private, non-routable, or multicast ranges. For more information about IP addresses for which you can't create health checks, see the following documents:

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

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

Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName to the endpoint in the client_hello message during TLS negotiation. This allows the endpoint to respond to HTTPS health check requests with the applicable SSL/TLS certificate.

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

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

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

Stops Route 53 from performing health checks. When you disable a health check, here's what happens:

  • Health checks that check the health of endpoints: Route 53 stops submitting requests to your application, server, or other resource.
  • Calculated health checks: Route 53 stops aggregating the status of the referenced health checks.
  • Health checks that monitor CloudWatch alarms: Route 53 stops monitoring the corresponding CloudWatch metrics.

After you disable a health check, Route 53 considers the status of the health check to always be healthy. If you configured DNS failover, Route 53 continues to route traffic to the corresponding resources. If you want to stop routing traffic to a resource, change the value of Inverted.

Charges for a health check still apply when the health check is disabled. For more information, see Amazon Route 53 Pricing.

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

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

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

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

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

Note the following:

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

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

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

If you don't specify any regions, Route 53 health checkers automatically performs checks from all of the regions that are listed under Valid Values.

If you update a health check to remove a region that has been performing health checks, Route 53 will briefly continue to perform checks from that region to ensure that some health checkers are always checking the endpoint (for example, if you replace three regions with four different regions).

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

The path, if any, that you want Amazon Route 53 to request when performing health checks. The path can be any value for which your endpoint will return an HTTP status code of 2xx or 3xx when the endpoint is healthy, for example, the file /docs/route53-health-check.html. You can also include query string parameters, for example, /welcome.html?language=jp&login=y.

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

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

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

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

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

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

Specify whether you want Amazon Route 53 to measure the latency between health checkers in multiple Amazon Web Services regions and your endpoint, and to display CloudWatch latency graphs on the __Health Checks__ page in the Route 53 console.

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

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

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

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

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

If you specify a value for IPAddress:

Amazon Route 53 sends health check requests to the specified IPv4 or IPv6 address and passes the value of FullyQualifiedDomainName in the Host header for all health checks except TCP health checks. This is typically the fully qualified DNS name of the endpoint on which you want Route 53 to perform health checks.

When Route 53 checks the health of an endpoint, here is how it constructs the Host header:

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

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

If you don't specify a value for IPAddress:

Route 53 sends a DNS request to the domain that you specify for FullyQualifiedDomainName at the interval that you specify for RequestInterval. Using an IPv4 address that DNS returns, Route 53 then checks the health of the endpoint.

If you don't specify a value for IPAddress, Route 53 uses only IPv4 to send health checks to the endpoint. If there's no resource record set with a type of A for the name that you specify for FullyQualifiedDomainName, the health check fails with a "DNS resolution failed" error.

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

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

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

healthCheckConfig_childHealthChecks :: Lens' HealthCheckConfig (Maybe [Text]) Source #

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

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

The Amazon Resource Name (ARN) for the Route 53 Application Recovery Controller routing control.

For more information about Route 53 Application Recovery Controller, see Route 53 Application Recovery Controller Developer Guide..

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

The number of seconds between the time that Amazon Route 53 gets a response from your endpoint and the time that it sends the next health check request. Each Route 53 health checker makes requests at this interval.

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

If you don't specify a value for RequestInterval, the default value is 30 seconds.

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

The port on the endpoint that you want Amazon Route 53 to perform health checks on.

Don't specify a value for Port when you specify a value for Type of CLOUDWATCH_METRIC or CALCULATED.

healthCheckConfig_type :: Lens' HealthCheckConfig HealthCheckType Source #

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

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

You can create the following types of health checks:

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

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

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

For more information, see How Route 53 Determines Whether an Endpoint Is Healthy in the Amazon Route 53 Developer Guide.

HealthCheckObservation

data HealthCheckObservation Source #

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

See: newHealthCheckObservation smart constructor.

Constructors

HealthCheckObservation' 

Fields

  • iPAddress :: Maybe Text

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

  • statusReport :: Maybe StatusReport

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

  • region :: Maybe HealthCheckRegion

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

Instances

Instances details
Eq HealthCheckObservation Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckObservation

Read HealthCheckObservation Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckObservation

Show HealthCheckObservation Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckObservation

Generic HealthCheckObservation Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckObservation

Associated Types

type Rep HealthCheckObservation :: Type -> Type #

NFData HealthCheckObservation Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckObservation

Methods

rnf :: HealthCheckObservation -> () #

Hashable HealthCheckObservation Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckObservation

FromXML HealthCheckObservation Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckObservation

type Rep HealthCheckObservation Source # 
Instance details

Defined in Amazonka.Route53.Types.HealthCheckObservation

type Rep HealthCheckObservation = D1 ('MetaData "HealthCheckObservation" "Amazonka.Route53.Types.HealthCheckObservation" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "HealthCheckObservation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "iPAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "statusReport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StatusReport)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HealthCheckRegion)))))

newHealthCheckObservation :: HealthCheckObservation Source #

Create a value of HealthCheckObservation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:iPAddress:HealthCheckObservation', healthCheckObservation_iPAddress - The IP address of the Amazon Route 53 health checker that provided the failure reason in StatusReport.

$sel:statusReport:HealthCheckObservation', healthCheckObservation_statusReport - A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker and the time of the failed health check.

$sel:region:HealthCheckObservation', healthCheckObservation_region - The region of the Amazon Route 53 health checker that provided the status in StatusReport.

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

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

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

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

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

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

HostedZone

data HostedZone Source #

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

See: newHostedZone smart constructor.

Constructors

HostedZone' 

Fields

  • linkedService :: Maybe LinkedService

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

  • config :: Maybe HostedZoneConfig

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

  • resourceRecordSetCount :: Maybe Integer

    The number of resource record sets in the hosted zone.

  • id :: ResourceId

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

  • name :: Text

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

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

  • callerReference :: Text

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

Instances

Instances details
Eq HostedZone Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZone

Read HostedZone Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZone

Show HostedZone Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZone

Generic HostedZone Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZone

Associated Types

type Rep HostedZone :: Type -> Type #

NFData HostedZone Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZone

Methods

rnf :: HostedZone -> () #

Hashable HostedZone Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZone

FromXML HostedZone Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZone

type Rep HostedZone Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZone

newHostedZone Source #

Create a value of HostedZone with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:linkedService:HostedZone', hostedZone_linkedService - If the hosted zone was created by another service, the service that created the hosted zone. When a hosted zone is created by another service, you can't edit or delete it using Route 53.

$sel:config:HostedZone', hostedZone_config - A complex type that includes the Comment and PrivateZone elements. If you omitted the HostedZoneConfig and Comment elements from the request, the Config and Comment elements don't appear in the response.

$sel:resourceRecordSetCount:HostedZone', hostedZone_resourceRecordSetCount - The number of resource record sets in the hosted zone.

$sel:id:HostedZone', hostedZone_id - The ID that Amazon Route 53 assigned to the hosted zone when you created it.

$sel:name:HostedZone', hostedZone_name - The name of the domain. For public hosted zones, this is the name that you have registered with your DNS registrar.

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

$sel:callerReference:HostedZone', hostedZone_callerReference - The value that you specified for CallerReference when you created the hosted zone.

hostedZone_linkedService :: Lens' HostedZone (Maybe LinkedService) Source #

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

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

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

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

The number of resource record sets in the hosted zone.

hostedZone_id :: Lens' HostedZone ResourceId Source #

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

hostedZone_name :: Lens' HostedZone Text Source #

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

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

hostedZone_callerReference :: Lens' HostedZone Text Source #

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

HostedZoneConfig

data HostedZoneConfig Source #

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

See: newHostedZoneConfig smart constructor.

Constructors

HostedZoneConfig' 

Fields

Instances

Instances details
Eq HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

Read HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

Show HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

Generic HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

Associated Types

type Rep HostedZoneConfig :: Type -> Type #

NFData HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

Methods

rnf :: HostedZoneConfig -> () #

Hashable HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

FromXML HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

ToXML HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

type Rep HostedZoneConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneConfig

type Rep HostedZoneConfig = D1 ('MetaData "HostedZoneConfig" "Amazonka.Route53.Types.HostedZoneConfig" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "HostedZoneConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "privateZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "comment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newHostedZoneConfig :: HostedZoneConfig Source #

Create a value of HostedZoneConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:privateZone:HostedZoneConfig', hostedZoneConfig_privateZone - A value that indicates whether this is a private hosted zone.

$sel:comment:HostedZoneConfig', hostedZoneConfig_comment - Any comments that you want to include about the hosted zone.

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

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

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

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

HostedZoneLimit

data HostedZoneLimit Source #

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

See: newHostedZoneLimit smart constructor.

Constructors

HostedZoneLimit' 

Fields

  • type' :: HostedZoneLimitType

    The limit that you requested. Valid values include the following:

    • MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
    • MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.
  • value :: Natural

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

Instances

Instances details
Eq HostedZoneLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimit

Read HostedZoneLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimit

Show HostedZoneLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimit

Generic HostedZoneLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimit

Associated Types

type Rep HostedZoneLimit :: Type -> Type #

NFData HostedZoneLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimit

Methods

rnf :: HostedZoneLimit -> () #

Hashable HostedZoneLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimit

FromXML HostedZoneLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimit

type Rep HostedZoneLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneLimit

type Rep HostedZoneLimit = D1 ('MetaData "HostedZoneLimit" "Amazonka.Route53.Types.HostedZoneLimit" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "HostedZoneLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HostedZoneLimitType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newHostedZoneLimit Source #

Create a value of HostedZoneLimit with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':HostedZoneLimit', hostedZoneLimit_type - The limit that you requested. Valid values include the following:

  • MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
  • MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.

$sel:value:HostedZoneLimit', hostedZoneLimit_value - The current value for the limit that is specified by Type.

hostedZoneLimit_type :: Lens' HostedZoneLimit HostedZoneLimitType Source #

The limit that you requested. Valid values include the following:

  • MAX_RRSETS_BY_ZONE: The maximum number of records that you can create in the specified hosted zone.
  • MAX_VPCS_ASSOCIATED_BY_ZONE: The maximum number of Amazon VPCs that you can associate with the specified private hosted zone.

hostedZoneLimit_value :: Lens' HostedZoneLimit Natural Source #

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

HostedZoneOwner

data HostedZoneOwner Source #

A complex type that identifies a hosted zone that a specified Amazon VPC is associated with and the owner of the hosted zone. If there is a value for OwningAccount, there is no value for OwningService, and vice versa.

See: newHostedZoneOwner smart constructor.

Constructors

HostedZoneOwner' 

Fields

  • owningAccount :: Maybe Text

    If the hosted zone was created by an Amazon Web Services account, or was created by an Amazon Web Services service that creates hosted zones using the current account, OwningAccount contains the account ID of that account. For example, when you use Cloud Map to create a hosted zone, Cloud Map creates the hosted zone using the current Amazon Web Services account.

  • owningService :: Maybe Text

    If an Amazon Web Services service uses its own account to create a hosted zone and associate the specified VPC with that hosted zone, OwningService contains an abbreviation that identifies the service. For example, if Amazon Elastic File System (Amazon EFS) created a hosted zone and associated a VPC with the hosted zone, the value of OwningService is efs.amazonaws.com.

Instances

Instances details
Eq HostedZoneOwner Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneOwner

Read HostedZoneOwner Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneOwner

Show HostedZoneOwner Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneOwner

Generic HostedZoneOwner Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneOwner

Associated Types

type Rep HostedZoneOwner :: Type -> Type #

NFData HostedZoneOwner Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneOwner

Methods

rnf :: HostedZoneOwner -> () #

Hashable HostedZoneOwner Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneOwner

FromXML HostedZoneOwner Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneOwner

type Rep HostedZoneOwner Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneOwner

type Rep HostedZoneOwner = D1 ('MetaData "HostedZoneOwner" "Amazonka.Route53.Types.HostedZoneOwner" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "HostedZoneOwner'" 'PrefixI 'True) (S1 ('MetaSel ('Just "owningAccount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "owningService") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newHostedZoneOwner :: HostedZoneOwner Source #

Create a value of HostedZoneOwner with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:owningAccount:HostedZoneOwner', hostedZoneOwner_owningAccount - If the hosted zone was created by an Amazon Web Services account, or was created by an Amazon Web Services service that creates hosted zones using the current account, OwningAccount contains the account ID of that account. For example, when you use Cloud Map to create a hosted zone, Cloud Map creates the hosted zone using the current Amazon Web Services account.

$sel:owningService:HostedZoneOwner', hostedZoneOwner_owningService - If an Amazon Web Services service uses its own account to create a hosted zone and associate the specified VPC with that hosted zone, OwningService contains an abbreviation that identifies the service. For example, if Amazon Elastic File System (Amazon EFS) created a hosted zone and associated a VPC with the hosted zone, the value of OwningService is efs.amazonaws.com.

hostedZoneOwner_owningAccount :: Lens' HostedZoneOwner (Maybe Text) Source #

If the hosted zone was created by an Amazon Web Services account, or was created by an Amazon Web Services service that creates hosted zones using the current account, OwningAccount contains the account ID of that account. For example, when you use Cloud Map to create a hosted zone, Cloud Map creates the hosted zone using the current Amazon Web Services account.

hostedZoneOwner_owningService :: Lens' HostedZoneOwner (Maybe Text) Source #

If an Amazon Web Services service uses its own account to create a hosted zone and associate the specified VPC with that hosted zone, OwningService contains an abbreviation that identifies the service. For example, if Amazon Elastic File System (Amazon EFS) created a hosted zone and associated a VPC with the hosted zone, the value of OwningService is efs.amazonaws.com.

HostedZoneSummary

data HostedZoneSummary Source #

In the response to a ListHostedZonesByVPC request, the HostedZoneSummaries element contains one HostedZoneSummary element for each hosted zone that the specified Amazon VPC is associated with. Each HostedZoneSummary element contains the hosted zone name and ID, and information about who owns the hosted zone.

See: newHostedZoneSummary smart constructor.

Constructors

HostedZoneSummary' 

Fields

  • hostedZoneId :: ResourceId

    The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.

  • name :: Text

    The name of the private hosted zone, such as example.com.

  • owner :: HostedZoneOwner

    The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an Amazon Web Services account or an Amazon Web Services service.

Instances

Instances details
Eq HostedZoneSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneSummary

Read HostedZoneSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneSummary

Show HostedZoneSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneSummary

Generic HostedZoneSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneSummary

Associated Types

type Rep HostedZoneSummary :: Type -> Type #

NFData HostedZoneSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneSummary

Methods

rnf :: HostedZoneSummary -> () #

Hashable HostedZoneSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneSummary

FromXML HostedZoneSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneSummary

type Rep HostedZoneSummary Source # 
Instance details

Defined in Amazonka.Route53.Types.HostedZoneSummary

type Rep HostedZoneSummary = D1 ('MetaData "HostedZoneSummary" "Amazonka.Route53.Types.HostedZoneSummary" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "HostedZoneSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceId) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "owner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HostedZoneOwner))))

newHostedZoneSummary Source #

Create a value of HostedZoneSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:hostedZoneId:HostedZoneSummary', hostedZoneSummary_hostedZoneId - The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.

$sel:name:HostedZoneSummary', hostedZoneSummary_name - The name of the private hosted zone, such as example.com.

$sel:owner:HostedZoneSummary', hostedZoneSummary_owner - The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an Amazon Web Services account or an Amazon Web Services service.

hostedZoneSummary_hostedZoneId :: Lens' HostedZoneSummary ResourceId Source #

The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.

hostedZoneSummary_name :: Lens' HostedZoneSummary Text Source #

The name of the private hosted zone, such as example.com.

hostedZoneSummary_owner :: Lens' HostedZoneSummary HostedZoneOwner Source #

The owner of a private hosted zone that the specified VPC is associated with. The owner can be either an Amazon Web Services account or an Amazon Web Services service.

KeySigningKey

data KeySigningKey Source #

A key-signing key (KSK) is a complex type that represents a public/private key pair. The private key is used to generate a digital signature for the zone signing key (ZSK). The public key is stored in the DNS and is used to authenticate the ZSK. A KSK is always associated with a hosted zone; it cannot exist by itself.

See: newKeySigningKey smart constructor.

Constructors

KeySigningKey' 

Fields

  • status :: Maybe Text

    A string that represents the current key-signing key (KSK) status.

    Status can have one of the following values:

    ACTIVE
    The KSK is being used for signing.
    INACTIVE
    The KSK is not being used for signing.
    DELETING
    The KSK is in the process of being deleted.
    ACTION_NEEDED
    There is a problem with the KSK that requires you to take action to resolve. For example, the customer managed customer master key (CMK) might have been deleted, or the permissions for the customer managed CMK might have been changed.
    INTERNAL_FAILURE
    There was an error during a request. Before you can continue to work with DNSSEC signing, including actions that involve this KSK, you must correct the problem. For example, you may need to activate or deactivate the KSK.
  • signingAlgorithmMnemonic :: Maybe Text

    A string used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1.

  • digestAlgorithmMnemonic :: Maybe Text

    A string used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3.

  • lastModifiedDate :: Maybe ISO8601

    The last time that the key-signing key (KSK) was changed.

  • keyTag :: Maybe Natural

    An integer used to identify the DNSSEC record for the domain name. The process used to calculate the value is described in RFC-4034 Appendix B.

  • dNSKEYRecord :: Maybe Text

    A string that represents a DNSKEY record.

  • publicKey :: Maybe Text

    The public key, represented as a Base64 encoding, as required by RFC-4034 Page 5.

  • signingAlgorithmType :: Maybe Int

    An integer used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1.

  • createdDate :: Maybe ISO8601

    The date when the key-signing key (KSK) was created.

  • flag :: Maybe Int

    An integer that specifies how the key is used. For key-signing key (KSK), this value is always 257.

  • digestAlgorithmType :: Maybe Int

    An integer used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3.

  • statusMessage :: Maybe Text

    The status message provided for the following key-signing key (KSK) statuses: ACTION_NEEDED or INTERNAL_FAILURE. The status message includes information about what the problem might be and steps that you can take to correct the issue.

  • name :: Maybe Text

    A string used to identify a key-signing key (KSK). Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same hosted zone.

  • dSRecord :: Maybe Text

    A string that represents a delegation signer (DS) record.

  • kmsArn :: Maybe Text

    The Amazon resource name (ARN) used to identify the customer managed customer master key (CMK) in Key Management Service (KMS). The KmsArn must be unique for each key-signing key (KSK) in a single hosted zone.

    You must configure the CMK as follows:

    Status
    Enabled
    Key spec
    ECC_NIST_P256
    Key usage
    Sign and verify
    Key policy
    The key policy must give permission for the following actions:
    • DescribeKey
    • GetPublicKey
    • Sign

    The key policy must also include the Amazon Route 53 service in the principal for your account. Specify the following:

    • "Service": "dnssec-route53.amazonaws.com"

    For more information about working with the customer managed CMK in KMS, see Key Management Service concepts.

  • digestValue :: Maybe Text

    A cryptographic digest of a DNSKEY resource record (RR). DNSKEY records are used to publish the public key that resolvers can use to verify DNSSEC signatures that are used to secure certain kinds of information provided by the DNS system.

Instances

Instances details
Eq KeySigningKey Source # 
Instance details

Defined in Amazonka.Route53.Types.KeySigningKey

Read KeySigningKey Source # 
Instance details

Defined in Amazonka.Route53.Types.KeySigningKey

Show KeySigningKey Source # 
Instance details

Defined in Amazonka.Route53.Types.KeySigningKey

Generic KeySigningKey Source # 
Instance details

Defined in Amazonka.Route53.Types.KeySigningKey

Associated Types

type Rep KeySigningKey :: Type -> Type #

NFData KeySigningKey Source # 
Instance details

Defined in Amazonka.Route53.Types.KeySigningKey

Methods

rnf :: KeySigningKey -> () #

Hashable KeySigningKey Source # 
Instance details

Defined in Amazonka.Route53.Types.KeySigningKey

FromXML KeySigningKey Source # 
Instance details

Defined in Amazonka.Route53.Types.KeySigningKey

type Rep KeySigningKey Source # 
Instance details

Defined in Amazonka.Route53.Types.KeySigningKey

type Rep KeySigningKey = D1 ('MetaData "KeySigningKey" "Amazonka.Route53.Types.KeySigningKey" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "KeySigningKey'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signingAlgorithmMnemonic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "digestAlgorithmMnemonic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)))) :*: ((S1 ('MetaSel ('Just "keyTag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "dNSKEYRecord") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "publicKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signingAlgorithmType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: (((S1 ('MetaSel ('Just "createdDate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601)) :*: S1 ('MetaSel ('Just "flag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "digestAlgorithmType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "statusMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dSRecord") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "kmsArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "digestValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newKeySigningKey :: KeySigningKey Source #

Create a value of KeySigningKey with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:KeySigningKey', keySigningKey_status - A string that represents the current key-signing key (KSK) status.

Status can have one of the following values:

ACTIVE
The KSK is being used for signing.
INACTIVE
The KSK is not being used for signing.
DELETING
The KSK is in the process of being deleted.
ACTION_NEEDED
There is a problem with the KSK that requires you to take action to resolve. For example, the customer managed customer master key (CMK) might have been deleted, or the permissions for the customer managed CMK might have been changed.
INTERNAL_FAILURE
There was an error during a request. Before you can continue to work with DNSSEC signing, including actions that involve this KSK, you must correct the problem. For example, you may need to activate or deactivate the KSK.

$sel:signingAlgorithmMnemonic:KeySigningKey', keySigningKey_signingAlgorithmMnemonic - A string used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1.

$sel:digestAlgorithmMnemonic:KeySigningKey', keySigningKey_digestAlgorithmMnemonic - A string used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3.

$sel:lastModifiedDate:KeySigningKey', keySigningKey_lastModifiedDate - The last time that the key-signing key (KSK) was changed.

$sel:keyTag:KeySigningKey', keySigningKey_keyTag - An integer used to identify the DNSSEC record for the domain name. The process used to calculate the value is described in RFC-4034 Appendix B.

$sel:dNSKEYRecord:KeySigningKey', keySigningKey_dNSKEYRecord - A string that represents a DNSKEY record.

$sel:publicKey:KeySigningKey', keySigningKey_publicKey - The public key, represented as a Base64 encoding, as required by RFC-4034 Page 5.

$sel:signingAlgorithmType:KeySigningKey', keySigningKey_signingAlgorithmType - An integer used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1.

$sel:createdDate:KeySigningKey', keySigningKey_createdDate - The date when the key-signing key (KSK) was created.

$sel:flag:KeySigningKey', keySigningKey_flag - An integer that specifies how the key is used. For key-signing key (KSK), this value is always 257.

$sel:digestAlgorithmType:KeySigningKey', keySigningKey_digestAlgorithmType - An integer used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3.

$sel:statusMessage:KeySigningKey', keySigningKey_statusMessage - The status message provided for the following key-signing key (KSK) statuses: ACTION_NEEDED or INTERNAL_FAILURE. The status message includes information about what the problem might be and steps that you can take to correct the issue.

$sel:name:KeySigningKey', keySigningKey_name - A string used to identify a key-signing key (KSK). Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same hosted zone.

$sel:dSRecord:KeySigningKey', keySigningKey_dSRecord - A string that represents a delegation signer (DS) record.

$sel:kmsArn:KeySigningKey', keySigningKey_kmsArn - The Amazon resource name (ARN) used to identify the customer managed customer master key (CMK) in Key Management Service (KMS). The KmsArn must be unique for each key-signing key (KSK) in a single hosted zone.

You must configure the CMK as follows:

Status
Enabled
Key spec
ECC_NIST_P256
Key usage
Sign and verify
Key policy
The key policy must give permission for the following actions:
  • DescribeKey
  • GetPublicKey
  • Sign

The key policy must also include the Amazon Route 53 service in the principal for your account. Specify the following:

  • "Service": "dnssec-route53.amazonaws.com"

For more information about working with the customer managed CMK in KMS, see Key Management Service concepts.

$sel:digestValue:KeySigningKey', keySigningKey_digestValue - A cryptographic digest of a DNSKEY resource record (RR). DNSKEY records are used to publish the public key that resolvers can use to verify DNSSEC signatures that are used to secure certain kinds of information provided by the DNS system.

keySigningKey_status :: Lens' KeySigningKey (Maybe Text) Source #

A string that represents the current key-signing key (KSK) status.

Status can have one of the following values:

ACTIVE
The KSK is being used for signing.
INACTIVE
The KSK is not being used for signing.
DELETING
The KSK is in the process of being deleted.
ACTION_NEEDED
There is a problem with the KSK that requires you to take action to resolve. For example, the customer managed customer master key (CMK) might have been deleted, or the permissions for the customer managed CMK might have been changed.
INTERNAL_FAILURE
There was an error during a request. Before you can continue to work with DNSSEC signing, including actions that involve this KSK, you must correct the problem. For example, you may need to activate or deactivate the KSK.

keySigningKey_signingAlgorithmMnemonic :: Lens' KeySigningKey (Maybe Text) Source #

A string used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1.

keySigningKey_digestAlgorithmMnemonic :: Lens' KeySigningKey (Maybe Text) Source #

A string used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3.

keySigningKey_lastModifiedDate :: Lens' KeySigningKey (Maybe UTCTime) Source #

The last time that the key-signing key (KSK) was changed.

keySigningKey_keyTag :: Lens' KeySigningKey (Maybe Natural) Source #

An integer used to identify the DNSSEC record for the domain name. The process used to calculate the value is described in RFC-4034 Appendix B.

keySigningKey_dNSKEYRecord :: Lens' KeySigningKey (Maybe Text) Source #

A string that represents a DNSKEY record.

keySigningKey_publicKey :: Lens' KeySigningKey (Maybe Text) Source #

The public key, represented as a Base64 encoding, as required by RFC-4034 Page 5.

keySigningKey_signingAlgorithmType :: Lens' KeySigningKey (Maybe Int) Source #

An integer used to represent the signing algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.1.

keySigningKey_createdDate :: Lens' KeySigningKey (Maybe UTCTime) Source #

The date when the key-signing key (KSK) was created.

keySigningKey_flag :: Lens' KeySigningKey (Maybe Int) Source #

An integer that specifies how the key is used. For key-signing key (KSK), this value is always 257.

keySigningKey_digestAlgorithmType :: Lens' KeySigningKey (Maybe Int) Source #

An integer used to represent the delegation signer digest algorithm. This value must follow the guidelines provided by RFC-8624 Section 3.3.

keySigningKey_statusMessage :: Lens' KeySigningKey (Maybe Text) Source #

The status message provided for the following key-signing key (KSK) statuses: ACTION_NEEDED or INTERNAL_FAILURE. The status message includes information about what the problem might be and steps that you can take to correct the issue.

keySigningKey_name :: Lens' KeySigningKey (Maybe Text) Source #

A string used to identify a key-signing key (KSK). Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same hosted zone.

keySigningKey_dSRecord :: Lens' KeySigningKey (Maybe Text) Source #

A string that represents a delegation signer (DS) record.

keySigningKey_kmsArn :: Lens' KeySigningKey (Maybe Text) Source #

The Amazon resource name (ARN) used to identify the customer managed customer master key (CMK) in Key Management Service (KMS). The KmsArn must be unique for each key-signing key (KSK) in a single hosted zone.

You must configure the CMK as follows:

Status
Enabled
Key spec
ECC_NIST_P256
Key usage
Sign and verify
Key policy
The key policy must give permission for the following actions:
  • DescribeKey
  • GetPublicKey
  • Sign

The key policy must also include the Amazon Route 53 service in the principal for your account. Specify the following:

  • "Service": "dnssec-route53.amazonaws.com"

For more information about working with the customer managed CMK in KMS, see Key Management Service concepts.

keySigningKey_digestValue :: Lens' KeySigningKey (Maybe Text) Source #

A cryptographic digest of a DNSKEY resource record (RR). DNSKEY records are used to publish the public key that resolvers can use to verify DNSSEC signatures that are used to secure certain kinds of information provided by the DNS system.

LinkedService

data LinkedService Source #

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

See: newLinkedService smart constructor.

Constructors

LinkedService' 

Fields

  • servicePrincipal :: Maybe Text

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

  • description :: Maybe Text

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

Instances

Instances details
Eq LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

Read LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

Show LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

Generic LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

Associated Types

type Rep LinkedService :: Type -> Type #

NFData LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

Methods

rnf :: LinkedService -> () #

Hashable LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

FromXML LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

type Rep LinkedService Source # 
Instance details

Defined in Amazonka.Route53.Types.LinkedService

type Rep LinkedService = D1 ('MetaData "LinkedService" "Amazonka.Route53.Types.LinkedService" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "LinkedService'" 'PrefixI 'True) (S1 ('MetaSel ('Just "servicePrincipal") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLinkedService :: LinkedService Source #

Create a value of LinkedService with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

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

linkedService_servicePrincipal :: Lens' LinkedService (Maybe Text) Source #

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

linkedService_description :: Lens' LinkedService (Maybe Text) Source #

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

QueryLoggingConfig

data QueryLoggingConfig Source #

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

See: newQueryLoggingConfig smart constructor.

Constructors

QueryLoggingConfig' 

Fields

  • id :: Text

    The ID for a configuration for DNS query logging.

  • hostedZoneId :: ResourceId

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

  • cloudWatchLogsLogGroupArn :: Text

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

Instances

Instances details
Eq QueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.QueryLoggingConfig

Read QueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.QueryLoggingConfig

Show QueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.QueryLoggingConfig

Generic QueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.QueryLoggingConfig

Associated Types

type Rep QueryLoggingConfig :: Type -> Type #

NFData QueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.QueryLoggingConfig

Methods

rnf :: QueryLoggingConfig -> () #

Hashable QueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.QueryLoggingConfig

FromXML QueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.QueryLoggingConfig

type Rep QueryLoggingConfig Source # 
Instance details

Defined in Amazonka.Route53.Types.QueryLoggingConfig

type Rep QueryLoggingConfig = D1 ('MetaData "QueryLoggingConfig" "Amazonka.Route53.Types.QueryLoggingConfig" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "QueryLoggingConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "hostedZoneId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ResourceId) :*: S1 ('MetaSel ('Just "cloudWatchLogsLogGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newQueryLoggingConfig Source #

Create a value of QueryLoggingConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:QueryLoggingConfig', queryLoggingConfig_id - The ID for a configuration for DNS query logging.

$sel:hostedZoneId:QueryLoggingConfig', queryLoggingConfig_hostedZoneId - The ID of the hosted zone that CloudWatch Logs is logging queries for.

$sel:cloudWatchLogsLogGroupArn:QueryLoggingConfig', queryLoggingConfig_cloudWatchLogsLogGroupArn - The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.

queryLoggingConfig_id :: Lens' QueryLoggingConfig Text Source #

The ID for a configuration for DNS query logging.

queryLoggingConfig_hostedZoneId :: Lens' QueryLoggingConfig ResourceId Source #

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

queryLoggingConfig_cloudWatchLogsLogGroupArn :: Lens' QueryLoggingConfig Text Source #

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

ResourceRecord

data ResourceRecord Source #

Information specific to the resource record.

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

See: newResourceRecord smart constructor.

Constructors

ResourceRecord' 

Fields

  • value :: Text

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

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

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

Instances

Instances details
Eq ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecord

Read ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecord

Show ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecord

Generic ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecord

Associated Types

type Rep ResourceRecord :: Type -> Type #

NFData ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecord

Methods

rnf :: ResourceRecord -> () #

Hashable ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecord

FromXML ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecord

ToXML ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecord

Methods

toXML :: ResourceRecord -> XML #

type Rep ResourceRecord Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecord

type Rep ResourceRecord = D1 ('MetaData "ResourceRecord" "Amazonka.Route53.Types.ResourceRecord" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "ResourceRecord'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newResourceRecord Source #

Create a value of ResourceRecord with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

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

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

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

resourceRecord_value :: Lens' ResourceRecord Text Source #

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

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

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

ResourceRecordSet

data ResourceRecordSet Source #

Information about the resource record set to create or delete.

See: newResourceRecordSet smart constructor.

Constructors

ResourceRecordSet' 

Fields

  • ttl :: Maybe Natural

    The resource record cache time to live (TTL), in seconds. Note the following:

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

    Information about the resource records to act upon.

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

  • aliasTarget :: Maybe AliasTarget

    Alias resource record sets only: Information about the Amazon Web Services resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.

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

    • You can't create an alias resource record set in a private hosted zone to route traffic to a CloudFront distribution.
    • Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported.
    • For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone in the Amazon Route 53 Developer Guide.
  • weight :: Maybe Natural

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

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

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

  • trafficPolicyInstanceId :: Maybe Text

    When you create a traffic policy instance, Amazon Route 53 automatically creates a resource record set. TrafficPolicyInstanceId is the ID of the traffic policy instance that Route 53 created this resource record set for.

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

  • setIdentifier :: Maybe Text

    Resource record sets that have a routing policy other than simple: An identifier that differentiates among multiple resource record sets that have the same combination of name and type, such as multiple weighted resource record sets named acme.example.com that have a type of A. In a group of resource record sets that have the same name and type, the value of SetIdentifier must be unique for each resource record set.

    For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.

  • failover :: Maybe ResourceRecordSetFailover

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

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

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

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

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

    For more information about configuring failover for Route 53, see the following topics in the Amazon Route 53 Developer Guide:

  • healthCheckId :: Maybe Text

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

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

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

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

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

    When to Specify HealthCheckId

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

    • Non-alias resource record sets: You're checking the health of a group of non-alias resource record sets that have the same routing policy, name, and type (such as multiple weighted records named www.example.com with a type of A) and you specify health check IDs for all the resource record sets.

      If the health check status for a resource record set is healthy, Route 53 includes the record among the records that it responds to DNS queries with.

      If the health check status for a resource record set is unhealthy, Route 53 stops responding to DNS queries using the value for that resource record set.

      If the health check status for all resource record sets in the group is unhealthy, Route 53 considers all resource record sets in the group healthy and responds to DNS queries accordingly.

    • Alias resource record sets: You specify the following settings:

      • You set EvaluateTargetHealth to true for an alias resource record set in a group of resource record sets that have the same routing policy, name, and type (such as multiple weighted records named www.example.com with a type of A).
      • You configure the alias resource record set to route traffic to a non-alias resource record set in the same hosted zone.
      • You specify a health check ID for the non-alias resource record set.

      If the health check status is healthy, Route 53 considers the alias resource record set to be healthy and includes the alias record among the records that it responds to DNS queries with.

      If the health check status is unhealthy, Route 53 stops responding to DNS queries using the alias resource record set.

      The alias resource record set can also route traffic to a group of non-alias resource record sets that have the same routing policy, name, and type. In that configuration, associate health checks with all of the resource record sets in the group of non-alias resource record sets.

    Geolocation Routing

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

    • The United States
    • North America
    • The default resource record set

    Specifying the Health Check Endpoint by Domain Name

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

    Health check results will be unpredictable if you do the following:

    • Create a health check that has the same value for FullyQualifiedDomainName as the name of a resource record set.
    • Associate that health check with the resource record set.
  • region :: Maybe Region

    Latency-based resource record sets only: The Amazon EC2 Region where you created the resource that this resource record set refers to. The resource typically is an Amazon Web Services resource, such as an EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.

    Although creating latency and latency alias resource record sets in a private hosted zone is allowed, it's not supported.

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

    Note the following:

    • You can only specify one ResourceRecord per latency resource record set.
    • You can only create one latency resource record set for each Amazon EC2 Region.
    • You aren't required to create latency resource record sets for all Amazon EC2 Regions. Route 53 will choose the region with the best latency from among the regions that you create latency resource record sets for.
    • You can't create non-latency resource record sets that have the same values for the Name and Type elements as latency resource record sets.
  • geoLocation :: Maybe GeoLocation

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

    Although creating geolocation and geolocation alias resource record sets in a private hosted zone is allowed, it's not supported.

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

    You can't create two geolocation resource record sets that specify the same geographic location.

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

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

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

  • multiValueAnswer :: Maybe Bool

    Multivalue answer resource record sets only: To route traffic approximately randomly to multiple resources, such as web servers, create one multivalue answer record for each resource and specify true for MultiValueAnswer. Note the following:

    • If you associate a health check with a multivalue answer resource record set, Amazon Route 53 responds to DNS queries with the corresponding IP address only when the health check is healthy.
    • If you don't associate a health check with a multivalue answer record, Route 53 always considers the record to be healthy.
    • Route 53 responds to DNS queries with up to eight healthy records; if you have eight or fewer healthy records, Route 53 responds to all DNS queries with all the healthy records.
    • If you have more than eight healthy records, Route 53 responds to different DNS resolvers with different combinations of healthy records.
    • When all records are unhealthy, Route 53 responds to DNS queries with up to eight unhealthy records.
    • If a resource becomes unavailable after a resolver caches a response, client software typically tries another of the IP addresses in the response.

    You can't create multivalue answer alias records.

  • name :: Text

    For ChangeResourceRecordSets requests, the name of the record that you want to create, update, or delete. For ListResourceRecordSets responses, the name of a record in the specified hosted zone.

    ChangeResourceRecordSets Only

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

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

    You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, *.example.com. Note the following:

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

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

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

  • type' :: RRType

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

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

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

    Valid values for multivalue answer resource record sets: A | AAAA | MX | NAPTR | PTR | SPF | SRV | TXT

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

    Values for alias resource record sets:

    • Amazon API Gateway custom regional APIs and edge-optimized APIs: A
    • CloudFront distributions: A

      If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of A and one with a value of AAAA.

    • __Amazon API Gateway environment that has a regionalized subdomain__: A
    • ELB load balancers: A | AAAA
    • Amazon S3 buckets: A
    • Amazon Virtual Private Cloud interface VPC endpoints A
    • Another resource record set in this hosted zone: Specify the type of the resource record set that you're creating the alias for. All values are supported except NS and SOA.

      If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't route traffic to a record for which the value of Type is CNAME. This is because the alias record must have the same type as the record you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.

Instances

Instances details
Eq ResourceRecordSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSet

Read ResourceRecordSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSet

Show ResourceRecordSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSet

Generic ResourceRecordSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSet

Associated Types

type Rep ResourceRecordSet :: Type -> Type #

NFData ResourceRecordSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSet

Methods

rnf :: ResourceRecordSet -> () #

Hashable ResourceRecordSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSet

FromXML ResourceRecordSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSet

ToXML ResourceRecordSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSet

type Rep ResourceRecordSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceRecordSet

type Rep ResourceRecordSet = D1 ('MetaData "ResourceRecordSet" "Amazonka.Route53.Types.ResourceRecordSet" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "ResourceRecordSet'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "ttl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "resourceRecords") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty ResourceRecord))) :*: S1 ('MetaSel ('Just "aliasTarget") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AliasTarget)))) :*: (S1 ('MetaSel ('Just "weight") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "trafficPolicyInstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "setIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "failover") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceRecordSetFailover)) :*: (S1 ('MetaSel ('Just "healthCheckId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "region") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Region)))) :*: ((S1 ('MetaSel ('Just "geoLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe GeoLocation)) :*: S1 ('MetaSel ('Just "multiValueAnswer") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RRType))))))

newResourceRecordSet Source #

Create a value of ResourceRecordSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ttl:ResourceRecordSet', resourceRecordSet_ttl - The resource record cache time to live (TTL), in seconds. Note the following:

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

$sel:resourceRecords:ResourceRecordSet', resourceRecordSet_resourceRecords - Information about the resource records to act upon.

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

$sel:aliasTarget:ResourceRecordSet', resourceRecordSet_aliasTarget - Alias resource record sets only: Information about the Amazon Web Services resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.

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

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

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

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

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

$sel:trafficPolicyInstanceId:ResourceRecordSet', resourceRecordSet_trafficPolicyInstanceId - When you create a traffic policy instance, Amazon Route 53 automatically creates a resource record set. TrafficPolicyInstanceId is the ID of the traffic policy instance that Route 53 created this resource record set for.

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

$sel:setIdentifier:ResourceRecordSet', resourceRecordSet_setIdentifier - Resource record sets that have a routing policy other than simple: An identifier that differentiates among multiple resource record sets that have the same combination of name and type, such as multiple weighted resource record sets named acme.example.com that have a type of A. In a group of resource record sets that have the same name and type, the value of SetIdentifier must be unique for each resource record set.

For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.

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

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

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

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

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

For more information about configuring failover for Route 53, see the following topics in the Amazon Route 53 Developer Guide:

$sel:healthCheckId:ResourceRecordSet', resourceRecordSet_healthCheckId - If you want Amazon Route 53 to return this resource record set in response to a DNS query only when the status of a health check is healthy, include the HealthCheckId element and specify the ID of the applicable health check.

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

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

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

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

When to Specify HealthCheckId

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

  • Non-alias resource record sets: You're checking the health of a group of non-alias resource record sets that have the same routing policy, name, and type (such as multiple weighted records named www.example.com with a type of A) and you specify health check IDs for all the resource record sets.

    If the health check status for a resource record set is healthy, Route 53 includes the record among the records that it responds to DNS queries with.

    If the health check status for a resource record set is unhealthy, Route 53 stops responding to DNS queries using the value for that resource record set.

    If the health check status for all resource record sets in the group is unhealthy, Route 53 considers all resource record sets in the group healthy and responds to DNS queries accordingly.

  • Alias resource record sets: You specify the following settings:

    • You set EvaluateTargetHealth to true for an alias resource record set in a group of resource record sets that have the same routing policy, name, and type (such as multiple weighted records named www.example.com with a type of A).
    • You configure the alias resource record set to route traffic to a non-alias resource record set in the same hosted zone.
    • You specify a health check ID for the non-alias resource record set.

    If the health check status is healthy, Route 53 considers the alias resource record set to be healthy and includes the alias record among the records that it responds to DNS queries with.

    If the health check status is unhealthy, Route 53 stops responding to DNS queries using the alias resource record set.

    The alias resource record set can also route traffic to a group of non-alias resource record sets that have the same routing policy, name, and type. In that configuration, associate health checks with all of the resource record sets in the group of non-alias resource record sets.

Geolocation Routing

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

  • The United States
  • North America
  • The default resource record set

Specifying the Health Check Endpoint by Domain Name

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

Health check results will be unpredictable if you do the following:

  • Create a health check that has the same value for FullyQualifiedDomainName as the name of a resource record set.
  • Associate that health check with the resource record set.

$sel:region:ResourceRecordSet', resourceRecordSet_region - Latency-based resource record sets only: The Amazon EC2 Region where you created the resource that this resource record set refers to. The resource typically is an Amazon Web Services resource, such as an EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.

Although creating latency and latency alias resource record sets in a private hosted zone is allowed, it's not supported.

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

Note the following:

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

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

Although creating geolocation and geolocation alias resource record sets in a private hosted zone is allowed, it's not supported.

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

You can't create two geolocation resource record sets that specify the same geographic location.

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

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

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

$sel:multiValueAnswer:ResourceRecordSet', resourceRecordSet_multiValueAnswer - Multivalue answer resource record sets only: To route traffic approximately randomly to multiple resources, such as web servers, create one multivalue answer record for each resource and specify true for MultiValueAnswer. Note the following:

  • If you associate a health check with a multivalue answer resource record set, Amazon Route 53 responds to DNS queries with the corresponding IP address only when the health check is healthy.
  • If you don't associate a health check with a multivalue answer record, Route 53 always considers the record to be healthy.
  • Route 53 responds to DNS queries with up to eight healthy records; if you have eight or fewer healthy records, Route 53 responds to all DNS queries with all the healthy records.
  • If you have more than eight healthy records, Route 53 responds to different DNS resolvers with different combinations of healthy records.
  • When all records are unhealthy, Route 53 responds to DNS queries with up to eight unhealthy records.
  • If a resource becomes unavailable after a resolver caches a response, client software typically tries another of the IP addresses in the response.

You can't create multivalue answer alias records.

$sel:name:ResourceRecordSet', resourceRecordSet_name - For ChangeResourceRecordSets requests, the name of the record that you want to create, update, or delete. For ListResourceRecordSets responses, the name of a record in the specified hosted zone.

ChangeResourceRecordSets Only

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

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

You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, *.example.com. Note the following:

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

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

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

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

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

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

Valid values for multivalue answer resource record sets: A | AAAA | MX | NAPTR | PTR | SPF | SRV | TXT

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

Values for alias resource record sets:

  • Amazon API Gateway custom regional APIs and edge-optimized APIs: A
  • CloudFront distributions: A

    If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of A and one with a value of AAAA.

  • __Amazon API Gateway environment that has a regionalized subdomain__: A
  • ELB load balancers: A | AAAA
  • Amazon S3 buckets: A
  • Amazon Virtual Private Cloud interface VPC endpoints A
  • Another resource record set in this hosted zone: Specify the type of the resource record set that you're creating the alias for. All values are supported except NS and SOA.

    If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't route traffic to a record for which the value of Type is CNAME. This is because the alias record must have the same type as the record you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.

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

The resource record cache time to live (TTL), in seconds. Note the following:

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

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

Information about the resource records to act upon.

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

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

Alias resource record sets only: Information about the Amazon Web Services resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.

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

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

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

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

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

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

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

When you create a traffic policy instance, Amazon Route 53 automatically creates a resource record set. TrafficPolicyInstanceId is the ID of the traffic policy instance that Route 53 created this resource record set for.

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

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

Resource record sets that have a routing policy other than simple: An identifier that differentiates among multiple resource record sets that have the same combination of name and type, such as multiple weighted resource record sets named acme.example.com that have a type of A. In a group of resource record sets that have the same name and type, the value of SetIdentifier must be unique for each resource record set.

For information about routing policies, see Choosing a Routing Policy in the Amazon Route 53 Developer Guide.

resourceRecordSet_failover :: Lens' ResourceRecordSet (Maybe ResourceRecordSetFailover) Source #

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

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

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

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

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

For more information about configuring failover for Route 53, see the following topics in the Amazon Route 53 Developer Guide:

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

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

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

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

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

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

When to Specify HealthCheckId

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

  • Non-alias resource record sets: You're checking the health of a group of non-alias resource record sets that have the same routing policy, name, and type (such as multiple weighted records named www.example.com with a type of A) and you specify health check IDs for all the resource record sets.

    If the health check status for a resource record set is healthy, Route 53 includes the record among the records that it responds to DNS queries with.

    If the health check status for a resource record set is unhealthy, Route 53 stops responding to DNS queries using the value for that resource record set.

    If the health check status for all resource record sets in the group is unhealthy, Route 53 considers all resource record sets in the group healthy and responds to DNS queries accordingly.

  • Alias resource record sets: You specify the following settings:

    • You set EvaluateTargetHealth to true for an alias resource record set in a group of resource record sets that have the same routing policy, name, and type (such as multiple weighted records named www.example.com with a type of A).
    • You configure the alias resource record set to route traffic to a non-alias resource record set in the same hosted zone.
    • You specify a health check ID for the non-alias resource record set.

    If the health check status is healthy, Route 53 considers the alias resource record set to be healthy and includes the alias record among the records that it responds to DNS queries with.

    If the health check status is unhealthy, Route 53 stops responding to DNS queries using the alias resource record set.

    The alias resource record set can also route traffic to a group of non-alias resource record sets that have the same routing policy, name, and type. In that configuration, associate health checks with all of the resource record sets in the group of non-alias resource record sets.

Geolocation Routing

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

  • The United States
  • North America
  • The default resource record set

Specifying the Health Check Endpoint by Domain Name

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

Health check results will be unpredictable if you do the following:

  • Create a health check that has the same value for FullyQualifiedDomainName as the name of a resource record set.
  • Associate that health check with the resource record set.

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

Latency-based resource record sets only: The Amazon EC2 Region where you created the resource that this resource record set refers to. The resource typically is an Amazon Web Services resource, such as an EC2 instance or an ELB load balancer, and is referred to by an IP address or a DNS domain name, depending on the record type.

Although creating latency and latency alias resource record sets in a private hosted zone is allowed, it's not supported.

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

Note the following:

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

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

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

Although creating geolocation and geolocation alias resource record sets in a private hosted zone is allowed, it's not supported.

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

You can't create two geolocation resource record sets that specify the same geographic location.

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

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

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

resourceRecordSet_multiValueAnswer :: Lens' ResourceRecordSet (Maybe Bool) Source #

Multivalue answer resource record sets only: To route traffic approximately randomly to multiple resources, such as web servers, create one multivalue answer record for each resource and specify true for MultiValueAnswer. Note the following:

  • If you associate a health check with a multivalue answer resource record set, Amazon Route 53 responds to DNS queries with the corresponding IP address only when the health check is healthy.
  • If you don't associate a health check with a multivalue answer record, Route 53 always considers the record to be healthy.
  • Route 53 responds to DNS queries with up to eight healthy records; if you have eight or fewer healthy records, Route 53 responds to all DNS queries with all the healthy records.
  • If you have more than eight healthy records, Route 53 responds to different DNS resolvers with different combinations of healthy records.
  • When all records are unhealthy, Route 53 responds to DNS queries with up to eight unhealthy records.
  • If a resource becomes unavailable after a resolver caches a response, client software typically tries another of the IP addresses in the response.

You can't create multivalue answer alias records.

resourceRecordSet_name :: Lens' ResourceRecordSet Text Source #

For ChangeResourceRecordSets requests, the name of the record that you want to create, update, or delete. For ListResourceRecordSets responses, the name of a record in the specified hosted zone.

ChangeResourceRecordSets Only

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

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

You can use the asterisk (*) wildcard to replace the leftmost label in a domain name, for example, *.example.com. Note the following:

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

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

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

resourceRecordSet_type :: Lens' ResourceRecordSet RRType Source #

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

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

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

Valid values for multivalue answer resource record sets: A | AAAA | MX | NAPTR | PTR | SPF | SRV | TXT

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

Values for alias resource record sets:

  • Amazon API Gateway custom regional APIs and edge-optimized APIs: A
  • CloudFront distributions: A

    If IPv6 is enabled for the distribution, create two resource record sets to route traffic to your distribution, one with a value of A and one with a value of AAAA.

  • __Amazon API Gateway environment that has a regionalized subdomain__: A
  • ELB load balancers: A | AAAA
  • Amazon S3 buckets: A
  • Amazon Virtual Private Cloud interface VPC endpoints A
  • Another resource record set in this hosted zone: Specify the type of the resource record set that you're creating the alias for. All values are supported except NS and SOA.

    If you're creating an alias record that has the same name as the hosted zone (known as the zone apex), you can't route traffic to a record for which the value of Type is CNAME. This is because the alias record must have the same type as the record you're routing traffic to, and creating a CNAME record for the zone apex isn't supported even for an alias record.

ResourceTagSet

data ResourceTagSet Source #

A complex type containing a resource and its associated tags.

See: newResourceTagSet smart constructor.

Constructors

ResourceTagSet' 

Fields

Instances

Instances details
Eq ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

Read ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

Show ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

Generic ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

Associated Types

type Rep ResourceTagSet :: Type -> Type #

NFData ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

Methods

rnf :: ResourceTagSet -> () #

Hashable ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

FromXML ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

type Rep ResourceTagSet Source # 
Instance details

Defined in Amazonka.Route53.Types.ResourceTagSet

type Rep ResourceTagSet = D1 ('MetaData "ResourceTagSet" "Amazonka.Route53.Types.ResourceTagSet" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "ResourceTagSet'" 'PrefixI 'True) (S1 ('MetaSel ('Just "resourceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resourceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TagResourceType)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Tag))))))

newResourceTagSet :: ResourceTagSet Source #

Create a value of ResourceTagSet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:resourceId:ResourceTagSet', resourceTagSet_resourceId - The ID for the specified resource.

$sel:resourceType:ResourceTagSet', resourceTagSet_resourceType - The type of the resource.

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

$sel:tags:ResourceTagSet', resourceTagSet_tags - The tags associated with the specified resource.

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

The ID for the specified resource.

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

The type of the resource.

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

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

The tags associated with the specified resource.

ReusableDelegationSetLimit

data ReusableDelegationSetLimit Source #

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

See: newReusableDelegationSetLimit smart constructor.

Constructors

ReusableDelegationSetLimit' 

Fields

  • type' :: ReusableDelegationSetLimitType

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

  • value :: Natural

    The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.

Instances

Instances details
Eq ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

Read ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

Show ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

Generic ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

Associated Types

type Rep ReusableDelegationSetLimit :: Type -> Type #

NFData ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

Hashable ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

FromXML ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

type Rep ReusableDelegationSetLimit Source # 
Instance details

Defined in Amazonka.Route53.Types.ReusableDelegationSetLimit

type Rep ReusableDelegationSetLimit = D1 ('MetaData "ReusableDelegationSetLimit" "Amazonka.Route53.Types.ReusableDelegationSetLimit" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "ReusableDelegationSetLimit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ReusableDelegationSetLimitType) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newReusableDelegationSetLimit Source #

Create a value of ReusableDelegationSetLimit with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:type':ReusableDelegationSetLimit', reusableDelegationSetLimit_type - The limit that you requested: MAX_ZONES_BY_REUSABLE_DELEGATION_SET, the maximum number of hosted zones that you can associate with the specified reusable delegation set.

$sel:value:ReusableDelegationSetLimit', reusableDelegationSetLimit_value - The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.

reusableDelegationSetLimit_type :: Lens' ReusableDelegationSetLimit ReusableDelegationSetLimitType Source #

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

reusableDelegationSetLimit_value :: Lens' ReusableDelegationSetLimit Natural Source #

The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.

StatusReport

data StatusReport Source #

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

See: newStatusReport smart constructor.

Constructors

StatusReport' 

Fields

  • status :: Maybe Text

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

  • checkedTime :: Maybe ISO8601

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

Instances

Instances details
Eq StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

Read StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

Show StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

Generic StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

Associated Types

type Rep StatusReport :: Type -> Type #

NFData StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

Methods

rnf :: StatusReport -> () #

Hashable StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

FromXML StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

type Rep StatusReport Source # 
Instance details

Defined in Amazonka.Route53.Types.StatusReport

type Rep StatusReport = D1 ('MetaData "StatusReport" "Amazonka.Route53.Types.StatusReport" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "StatusReport'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "checkedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))))

newStatusReport :: StatusReport Source #

Create a value of StatusReport with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:StatusReport', statusReport_status - A description of the status of the health check endpoint as reported by one of the Amazon Route 53 health checkers.

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

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

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

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

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

Tag

data Tag Source #

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

See: newTag smart constructor.

Constructors

Tag' 

Fields

  • value :: Maybe Text

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

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

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

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

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.Route53.Types.Tag

Methods

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

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

Read Tag Source # 
Instance details

Defined in Amazonka.Route53.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.Route53.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.Route53.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.Route53.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.Route53.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

FromXML Tag Source # 
Instance details

Defined in Amazonka.Route53.Types.Tag

Methods

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

ToXML Tag Source # 
Instance details

Defined in Amazonka.Route53.Types.Tag

Methods

toXML :: Tag -> XML #

type Rep Tag Source # 
Instance details

Defined in Amazonka.Route53.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.Route53.Types.Tag" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:Tag', tag_value - The value of Value depends on the operation that you want to perform:

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

$sel:key:Tag', tag_key - The value of Key depends on the operation that you want to perform:

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

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

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

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

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

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

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

TrafficPolicy

data TrafficPolicy Source #

A complex type that contains settings for a traffic policy.

See: newTrafficPolicy smart constructor.

Constructors

TrafficPolicy' 

Fields

  • comment :: Maybe Text

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

  • id :: Text

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

  • version :: Natural

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

  • name :: Text

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

  • type' :: RRType

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

  • document :: Text

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

Instances

Instances details
Eq TrafficPolicy Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicy

Read TrafficPolicy Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicy

Show TrafficPolicy Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicy

Generic TrafficPolicy Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicy

Associated Types

type Rep TrafficPolicy :: Type -> Type #

NFData TrafficPolicy Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicy

Methods

rnf :: TrafficPolicy -> () #

Hashable TrafficPolicy Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicy

FromXML TrafficPolicy Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicy

type Rep TrafficPolicy Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicy

newTrafficPolicy Source #

Create a value of TrafficPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:comment:TrafficPolicy', trafficPolicy_comment - The comment that you specify in the CreateTrafficPolicy request, if any.

$sel:id:TrafficPolicy', trafficPolicy_id - The ID that Amazon Route 53 assigned to a traffic policy when you created it.

$sel:version:TrafficPolicy', trafficPolicy_version - The version number that Amazon Route 53 assigns to a traffic policy. For a new traffic policy, the value of Version is always 1.

$sel:name:TrafficPolicy', trafficPolicy_name - The name that you specified when you created the traffic policy.

$sel:type':TrafficPolicy', trafficPolicy_type - The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.

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

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

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

trafficPolicy_id :: Lens' TrafficPolicy Text Source #

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

trafficPolicy_version :: Lens' TrafficPolicy Natural Source #

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

trafficPolicy_name :: Lens' TrafficPolicy Text Source #

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

trafficPolicy_type :: Lens' TrafficPolicy RRType Source #

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

trafficPolicy_document :: Lens' TrafficPolicy Text Source #

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

TrafficPolicyInstance

data TrafficPolicyInstance Source #

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

See: newTrafficPolicyInstance smart constructor.

Constructors

TrafficPolicyInstance' 

Fields

  • id :: Text

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

  • hostedZoneId :: ResourceId

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

  • name :: Text

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

  • ttl :: Natural

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

  • state :: Text

    The value of State is one of the following values:

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

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

  • trafficPolicyId :: Text

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

  • trafficPolicyVersion :: Natural

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

  • trafficPolicyType :: RRType

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

Instances

Instances details
Eq TrafficPolicyInstance Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicyInstance

Read TrafficPolicyInstance Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicyInstance

Show TrafficPolicyInstance Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicyInstance

Generic TrafficPolicyInstance Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicyInstance

Associated Types

type Rep TrafficPolicyInstance :: Type -> Type #

NFData TrafficPolicyInstance Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicyInstance

Methods

rnf :: TrafficPolicyInstance -> () #

Hashable TrafficPolicyInstance Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicyInstance

FromXML TrafficPolicyInstance Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicyInstance

type Rep TrafficPolicyInstance Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicyInstance

newTrafficPolicyInstance Source #

Create a value of TrafficPolicyInstance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:TrafficPolicyInstance', trafficPolicyInstance_id - The ID that Amazon Route 53 assigned to the new traffic policy instance.

$sel:hostedZoneId:TrafficPolicyInstance', trafficPolicyInstance_hostedZoneId - The ID of the hosted zone that Amazon Route 53 created resource record sets in.

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

$sel:ttl:TrafficPolicyInstance', trafficPolicyInstance_ttl - The TTL that Amazon Route 53 assigned to all of the resource record sets that it created in the specified hosted zone.

$sel:state:TrafficPolicyInstance', trafficPolicyInstance_state - The value of State is one of the following values:

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

$sel:message:TrafficPolicyInstance', trafficPolicyInstance_message - If State is Failed, an explanation of the reason for the failure. If State is another value, Message is empty.

$sel:trafficPolicyId:TrafficPolicyInstance', trafficPolicyInstance_trafficPolicyId - The ID of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.

$sel:trafficPolicyVersion:TrafficPolicyInstance', trafficPolicyInstance_trafficPolicyVersion - The version of the traffic policy that Amazon Route 53 used to create resource record sets in the specified hosted zone.

$sel:trafficPolicyType:TrafficPolicyInstance', trafficPolicyInstance_trafficPolicyType - The DNS type that Amazon Route 53 assigned to all of the resource record sets that it created for this traffic policy instance.

trafficPolicyInstance_id :: Lens' TrafficPolicyInstance Text Source #

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

trafficPolicyInstance_hostedZoneId :: Lens' TrafficPolicyInstance ResourceId Source #

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

trafficPolicyInstance_name :: Lens' TrafficPolicyInstance Text Source #

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

trafficPolicyInstance_ttl :: Lens' TrafficPolicyInstance Natural Source #

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

trafficPolicyInstance_state :: Lens' TrafficPolicyInstance Text Source #

The value of State is one of the following values:

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

trafficPolicyInstance_message :: Lens' TrafficPolicyInstance Text Source #

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

trafficPolicyInstance_trafficPolicyId :: Lens' TrafficPolicyInstance Text Source #

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

trafficPolicyInstance_trafficPolicyVersion :: Lens' TrafficPolicyInstance Natural Source #

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

trafficPolicyInstance_trafficPolicyType :: Lens' TrafficPolicyInstance RRType Source #

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

TrafficPolicySummary

data TrafficPolicySummary Source #

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

See: newTrafficPolicySummary smart constructor.

Constructors

TrafficPolicySummary' 

Fields

  • id :: Text

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

  • name :: Text

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

  • type' :: RRType

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

  • latestVersion :: Natural

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

  • trafficPolicyCount :: Natural

    The number of traffic policies that are associated with the current Amazon Web Services account.

Instances

Instances details
Eq TrafficPolicySummary Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicySummary

Read TrafficPolicySummary Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicySummary

Show TrafficPolicySummary Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicySummary

Generic TrafficPolicySummary Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicySummary

Associated Types

type Rep TrafficPolicySummary :: Type -> Type #

NFData TrafficPolicySummary Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicySummary

Methods

rnf :: TrafficPolicySummary -> () #

Hashable TrafficPolicySummary Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicySummary

FromXML TrafficPolicySummary Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicySummary

type Rep TrafficPolicySummary Source # 
Instance details

Defined in Amazonka.Route53.Types.TrafficPolicySummary

type Rep TrafficPolicySummary = D1 ('MetaData "TrafficPolicySummary" "Amazonka.Route53.Types.TrafficPolicySummary" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "TrafficPolicySummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 RRType) :*: (S1 ('MetaSel ('Just "latestVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "trafficPolicyCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))))

newTrafficPolicySummary Source #

Create a value of TrafficPolicySummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:id:TrafficPolicySummary', trafficPolicySummary_id - The ID that Amazon Route 53 assigned to the traffic policy when you created it.

$sel:name:TrafficPolicySummary', trafficPolicySummary_name - The name that you specified for the traffic policy when you created it.

$sel:type':TrafficPolicySummary', trafficPolicySummary_type - The DNS type of the resource record sets that Amazon Route 53 creates when you use a traffic policy to create a traffic policy instance.

$sel:latestVersion:TrafficPolicySummary', trafficPolicySummary_latestVersion - The version number of the latest version of the traffic policy.

$sel:trafficPolicyCount:TrafficPolicySummary', trafficPolicySummary_trafficPolicyCount - The number of traffic policies that are associated with the current Amazon Web Services account.

trafficPolicySummary_id :: Lens' TrafficPolicySummary Text Source #

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

trafficPolicySummary_name :: Lens' TrafficPolicySummary Text Source #

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

trafficPolicySummary_type :: Lens' TrafficPolicySummary RRType Source #

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

trafficPolicySummary_latestVersion :: Lens' TrafficPolicySummary Natural Source #

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

trafficPolicySummary_trafficPolicyCount :: Lens' TrafficPolicySummary Natural Source #

The number of traffic policies that are associated with the current Amazon Web Services account.

VPC

data VPC Source #

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

See: newVPC smart constructor.

Constructors

VPC' 

Fields

Instances

Instances details
Eq VPC Source # 
Instance details

Defined in Amazonka.Route53.Types.VPC

Methods

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

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

Read VPC Source # 
Instance details

Defined in Amazonka.Route53.Types.VPC

Show VPC Source # 
Instance details

Defined in Amazonka.Route53.Types.VPC

Methods

showsPrec :: Int -> VPC -> ShowS #

show :: VPC -> String #

showList :: [VPC] -> ShowS #

Generic VPC Source # 
Instance details

Defined in Amazonka.Route53.Types.VPC

Associated Types

type Rep VPC :: Type -> Type #

Methods

from :: VPC -> Rep VPC x #

to :: Rep VPC x -> VPC #

NFData VPC Source # 
Instance details

Defined in Amazonka.Route53.Types.VPC

Methods

rnf :: VPC -> () #

Hashable VPC Source # 
Instance details

Defined in Amazonka.Route53.Types.VPC

Methods

hashWithSalt :: Int -> VPC -> Int #

hash :: VPC -> Int #

FromXML VPC Source # 
Instance details

Defined in Amazonka.Route53.Types.VPC

Methods

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

ToXML VPC Source # 
Instance details

Defined in Amazonka.Route53.Types.VPC

Methods

toXML :: VPC -> XML #

type Rep VPC Source # 
Instance details

Defined in Amazonka.Route53.Types.VPC

type Rep VPC = D1 ('MetaData "VPC" "Amazonka.Route53.Types.VPC" "libZSservicesZSamazonka-route53ZSamazonka-route53" 'False) (C1 ('MetaCons "VPC'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vPCRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VPCRegion)) :*: S1 ('MetaSel ('Just "vPCId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newVPC :: VPC Source #

Create a value of VPC with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:vPCRegion:VPC', vpc_vPCRegion - (Private hosted zones only) The region that an Amazon VPC was created in.

$sel:vPCId:VPC', vpc_vPCId - Undocumented member.

vpc_vPCRegion :: Lens' VPC (Maybe VPCRegion) Source #

(Private hosted zones only) The region that an Amazon VPC was created in.

vpc_vPCId :: Lens' VPC (Maybe Text) Source #

Undocumented member.