@datafire/amazonaws_route53
v5.0.0
Published
DataFire integration for Amazon Route 53
Downloads
6
Readme
@datafire/amazonaws_route53
Client library for Amazon Route 53
Installation and Usage
npm install --save @datafire/amazonaws_route53
let amazonaws_route53 = require('@datafire/amazonaws_route53').create({
accessKeyId: "",
secretAccessKey: "",
region: ""
});
amazonaws_route53.GetAccountLimit({
"Type": ""
}).then(data => {
console.log(data);
});
Description
Actions
GetAccountLimit
amazonaws_route53.GetAccountLimit({
"Type": ""
}, context)
Input
- input
object
- Type required
string
- Type required
Output
- output GetAccountLimitResponse
GetChange
amazonaws_route53.GetChange({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
- output GetChangeResponse
GetCheckerIpRanges
amazonaws_route53.GetCheckerIpRanges({}, context)
Input
- input
object
Output
- output GetCheckerIpRangesResponse
ListReusableDelegationSets
amazonaws_route53.ListReusableDelegationSets({}, context)
Input
- input
object
Output
CreateReusableDelegationSet
amazonaws_route53.CreateReusableDelegationSet({
"CallerReference": ""
}, context)
Input
- input
object
- CallerReference required Nonce
- HostedZoneId ResourceId
Output
Output schema unknown
DeleteReusableDelegationSet
amazonaws_route53.DeleteReusableDelegationSet({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
GetReusableDelegationSet
amazonaws_route53.GetReusableDelegationSet({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
GetGeoLocation
amazonaws_route53.GetGeoLocation({}, context)
Input
- input
object
Output
- output GetGeoLocationResponse
ListGeoLocations
amazonaws_route53.ListGeoLocations({}, context)
Input
- input
object
Output
- output ListGeoLocationsResponse
ListHealthChecks
amazonaws_route53.ListHealthChecks({}, context)
Input
- input
object
- MaxItems
string
- Marker
string
- MaxItems
Output
- output ListHealthChecksResponse
CreateHealthCheck
amazonaws_route53.CreateHealthCheck({
"CallerReference": "",
"HealthCheckConfig": {
"Type": ""
}
}, context)
Input
- input
object
- CallerReference required HealthCheckNonce
- HealthCheckConfig required HealthCheckConfig
Output
Output schema unknown
DeleteHealthCheck
amazonaws_route53.DeleteHealthCheck({
"HealthCheckId": ""
}, context)
Input
- input
object
- HealthCheckId required
string
- HealthCheckId required
Output
- output DeleteHealthCheckResponse
GetHealthCheck
amazonaws_route53.GetHealthCheck({
"HealthCheckId": ""
}, context)
Input
- input
object
- HealthCheckId required
string
- HealthCheckId required
Output
- output GetHealthCheckResponse
UpdateHealthCheck
amazonaws_route53.UpdateHealthCheck({
"HealthCheckId": ""
}, context)
Input
- input
object
- HealthCheckId required
string
- AlarmIdentifier AlarmIdentifier
- ChildHealthChecks ChildHealthCheckList
- EnableSNI EnableSNI
- FailureThreshold FailureThreshold
- FullyQualifiedDomainName FullyQualifiedDomainName
- HealthCheckVersion HealthCheckVersion
- HealthThreshold HealthThreshold
- IPAddress IPAddress
- InsufficientDataHealthStatus InsufficientDataHealthStatus
- Inverted Inverted
- Port Port
- Regions HealthCheckRegionList
- ResetElements ResettableElementNameList
- ResourcePath ResourcePath
- SearchString SearchString
- HealthCheckId required
Output
- output UpdateHealthCheckResponse
GetHealthCheckLastFailureReason
amazonaws_route53.GetHealthCheckLastFailureReason({
"HealthCheckId": ""
}, context)
Input
- input
object
- HealthCheckId required
string
- HealthCheckId required
Output
GetHealthCheckStatus
amazonaws_route53.GetHealthCheckStatus({
"HealthCheckId": ""
}, context)
Input
- input
object
- HealthCheckId required
string
- HealthCheckId required
Output
- output GetHealthCheckStatusResponse
GetHealthCheckCount
amazonaws_route53.GetHealthCheckCount({}, context)
Input
- input
object
Output
- output GetHealthCheckCountResponse
ListHostedZones
amazonaws_route53.ListHostedZones({}, context)
Input
- input
object
- MaxItems
string
- Marker
string
- MaxItems
Output
- output ListHostedZonesResponse
CreateHostedZone
amazonaws_route53.CreateHostedZone({
"Name": "",
"CallerReference": ""
}, context)
Input
- input
object
- CallerReference required Nonce
- DelegationSetId ResourceId
- HostedZoneConfig HostedZoneConfig
- Name required DNSName
- VPC VPC
Output
Output schema unknown
DeleteHostedZone
amazonaws_route53.DeleteHostedZone({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
- output DeleteHostedZoneResponse
GetHostedZone
amazonaws_route53.GetHostedZone({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
- output GetHostedZoneResponse
UpdateHostedZoneComment
amazonaws_route53.UpdateHostedZoneComment({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Comment ResourceDescription
- Id required
Output
AssociateVPCWithHostedZone
amazonaws_route53.AssociateVPCWithHostedZone({
"Id": "",
"VPC": {}
}, context)
Input
- input
object
- Id required
string
- Comment AssociateVPCComment
- VPC required VPC
- Id required
Output
ListVPCAssociationAuthorizations
amazonaws_route53.ListVPCAssociationAuthorizations({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
CreateVPCAssociationAuthorization
amazonaws_route53.CreateVPCAssociationAuthorization({
"Id": "",
"VPC": {}
}, context)
Input
- input
object
- Id required
string
- VPC required VPC
- Id required
Output
DeleteVPCAssociationAuthorization
amazonaws_route53.DeleteVPCAssociationAuthorization({
"Id": "",
"VPC": {}
}, context)
Input
- input
object
- Id required
string
- VPC required VPC
- Id required
Output
DisassociateVPCFromHostedZone
amazonaws_route53.DisassociateVPCFromHostedZone({
"Id": "",
"VPC": {}
}, context)
Input
- input
object
- Id required
string
- Comment DisassociateVPCComment
- VPC required VPC
- Id required
Output
ListResourceRecordSets
amazonaws_route53.ListResourceRecordSets({
"Id": ""
}, context)
Input
- input
object
- MaxItems
string
- StartRecordName
string
- StartRecordType
string
- StartRecordIdentifier
string
- Id required
string
- MaxItems
Output
ChangeResourceRecordSets
amazonaws_route53.ChangeResourceRecordSets({
"Id": "",
"ChangeBatch": {
"Changes": []
}
}, context)
Input
- input
object
- Id required
string
- ChangeBatch required ChangeBatch
- Id required
Output
GetHostedZoneCount
amazonaws_route53.GetHostedZoneCount({}, context)
Input
- input
object
Output
- output GetHostedZoneCountResponse
GetHostedZoneLimit
amazonaws_route53.GetHostedZoneLimit({
"Id": "",
"Type": ""
}, context)
Input
- input
object
- Id required
string
- Type required
string
- Id required
Output
- output GetHostedZoneLimitResponse
ListHostedZonesByName
amazonaws_route53.ListHostedZonesByName({}, context)
Input
- input
object
Output
ListQueryLoggingConfigs
amazonaws_route53.ListQueryLoggingConfigs({}, context)
Input
- input
object
Output
CreateQueryLoggingConfig
amazonaws_route53.CreateQueryLoggingConfig({
"HostedZoneId": "",
"CloudWatchLogsLogGroupArn": ""
}, context)
Input
- input
object
- CloudWatchLogsLogGroupArn required CloudWatchLogsLogGroupArn
- HostedZoneId required ResourceId
Output
Output schema unknown
DeleteQueryLoggingConfig
amazonaws_route53.DeleteQueryLoggingConfig({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
GetQueryLoggingConfig
amazonaws_route53.GetQueryLoggingConfig({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
GetReusableDelegationSetLimit
amazonaws_route53.GetReusableDelegationSetLimit({
"Id": "",
"Type": ""
}, context)
Input
- input
object
- Id required
string
- Type required
string
- Id required
Output
ListTagsForResources
amazonaws_route53.ListTagsForResources({
"ResourceType": "",
"ResourceIds": []
}, context)
Input
- input
object
- ResourceType required
string
- ResourceIds required TagResourceIdList
- ResourceType required
Output
- output ListTagsForResourcesResponse
ListTagsForResource
amazonaws_route53.ListTagsForResource({
"ResourceType": "",
"ResourceId": ""
}, context)
Input
- input
object
- ResourceType required
string
- ResourceId required
string
- ResourceType required
Output
- output ListTagsForResourceResponse
ChangeTagsForResource
amazonaws_route53.ChangeTagsForResource({
"ResourceType": "",
"ResourceId": ""
}, context)
Input
- input
object
- ResourceType required
string
- ResourceId required
string
- AddTags TagList
- RemoveTagKeys TagKeyList
- ResourceType required
Output
TestDNSAnswer
amazonaws_route53.TestDNSAnswer({}, context)
Input
- input
object
Output
- output TestDNSAnswerResponse
ListTrafficPolicies
amazonaws_route53.ListTrafficPolicies({}, context)
Input
- input
object
Output
- output ListTrafficPoliciesResponse
ListTrafficPolicyVersions
amazonaws_route53.ListTrafficPolicyVersions({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
CreateTrafficPolicy
amazonaws_route53.CreateTrafficPolicy({
"Name": "",
"Document": ""
}, context)
Input
- input
object
- Comment TrafficPolicyComment
- Document required TrafficPolicyDocument
- Name required TrafficPolicyName
Output
Output schema unknown
CreateTrafficPolicyVersion
amazonaws_route53.CreateTrafficPolicyVersion({
"Id": "",
"Document": ""
}, context)
Input
- input
object
- Id required
string
- Comment TrafficPolicyComment
- Document required TrafficPolicyDocument
- Id required
Output
Output schema unknown
DeleteTrafficPolicy
amazonaws_route53.DeleteTrafficPolicy({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
- output DeleteTrafficPolicyResponse
GetTrafficPolicy
amazonaws_route53.GetTrafficPolicy({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
- output GetTrafficPolicyResponse
UpdateTrafficPolicyComment
amazonaws_route53.UpdateTrafficPolicyComment({
"Id": "",
"Comment": ""
}, context)
Input
- input
object
- Id required
string
- Comment required TrafficPolicyComment
- Id required
Output
CreateTrafficPolicyInstance
amazonaws_route53.CreateTrafficPolicyInstance({
"HostedZoneId": "",
"Name": "",
"TTL": 0,
"TrafficPolicyId": "",
"TrafficPolicyVersion": 0
}, context)
Input
- input
object
- HostedZoneId required ResourceId
- Name required DNSName
- TTL required TTL
- TrafficPolicyId required TrafficPolicyId
- TrafficPolicyVersion required TrafficPolicyVersion
Output
Output schema unknown
DeleteTrafficPolicyInstance
amazonaws_route53.DeleteTrafficPolicyInstance({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
GetTrafficPolicyInstance
amazonaws_route53.GetTrafficPolicyInstance({
"Id": ""
}, context)
Input
- input
object
- Id required
string
- Id required
Output
UpdateTrafficPolicyInstance
amazonaws_route53.UpdateTrafficPolicyInstance({
"Id": "",
"TTL": 0,
"TrafficPolicyId": "",
"TrafficPolicyVersion": 0
}, context)
Input
- input
object
- Id required
string
- TTL required TTL
- TrafficPolicyId required TrafficPolicyId
- TrafficPolicyVersion required TrafficPolicyVersion
- Id required
Output
GetTrafficPolicyInstanceCount
amazonaws_route53.GetTrafficPolicyInstanceCount({}, context)
Input
- input
object
Output
ListTrafficPolicyInstances
amazonaws_route53.ListTrafficPolicyInstances({}, context)
Input
- input
object
Output
ListTrafficPolicyInstancesByHostedZone
amazonaws_route53.ListTrafficPolicyInstancesByHostedZone({}, context)
Input
- input
object
Output
ListTrafficPolicyInstancesByPolicy
amazonaws_route53.ListTrafficPolicyInstancesByPolicy({}, context)
Input
- input
object
Output
Definitions
AccountLimit
- AccountLimit
object
: A complex type that contains the type of limit that you specified in the request and the current value for that limit.- Type required AccountLimitType
- Value required LimitValue
AccountLimitType
- AccountLimitType
string
(values: MAX_HEALTH_CHECKS_BY_OWNER, MAX_HOSTED_ZONES_BY_OWNER, MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER, MAX_REUSABLE_DELEGATION_SETS_BY_OWNER, MAX_TRAFFIC_POLICIES_BY_OWNER)
AlarmIdentifier
- AlarmIdentifier
object
: A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.- Name required AlarmName
- Region required CloudWatchRegion
AlarmName
- AlarmName
string
AliasHealthEnabled
- AliasHealthEnabled
boolean
AliasTarget
- AliasTarget
object
: Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set that you're redirecting queries to. An Elastic Beanstalk environment must have a regionalized subdomain. When creating resource record sets for a private hosted zone, note the following: Resource record sets can't be created for CloudFront distributions in a private hosted zone. Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported. For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone.- DNSName required DNSName
- EvaluateTargetHealth required AliasHealthEnabled
- HostedZoneId required ResourceId
AssociateVPCComment
- AssociateVPCComment
string
AssociateVPCWithHostedZoneRequest
- AssociateVPCWithHostedZoneRequest
object
: A complex type that contains information about the request to associate a VPC with a private hosted zone.- Comment AssociateVPCComment
- VPC required VPC
AssociateVPCWithHostedZoneResponse
- AssociateVPCWithHostedZoneResponse
object
: A complex type that contains the response information for the AssociateVPCWithHostedZone request.- ChangeInfo required ChangeInfo
Change
- Change
object
: The information for each resource record set that you want to change.- Action required ChangeAction
- ResourceRecordSet required ResourceRecordSet
ChangeAction
- ChangeAction
string
(values: CREATE, DELETE, UPSERT)
ChangeBatch
- ChangeBatch
object
: The information for a change request.- Changes required Changes
- Comment ResourceDescription
ChangeInfo
- ChangeInfo
object
: A complex type that describes change information about changes made to your hosted zone.- Comment ResourceDescription
- Id required ResourceId
- Status required ChangeStatus
- SubmittedAt required TimeStamp
ChangeResourceRecordSetsRequest
- ChangeResourceRecordSetsRequest
object
: A complex type that contains change information for the resource record set.- ChangeBatch required ChangeBatch
ChangeResourceRecordSetsResponse
- ChangeResourceRecordSetsResponse
object
: A complex type containing the response for the request.- ChangeInfo required ChangeInfo
ChangeStatus
- ChangeStatus
string
(values: PENDING, INSYNC)
ChangeTagsForResourceRequest
- ChangeTagsForResourceRequest
object
: A complex type that contains information about the tags that you want to add, edit, or delete.- AddTags TagList
- RemoveTagKeys TagKeyList
ChangeTagsForResourceResponse
- ChangeTagsForResourceResponse
object
: Empty response for the request.
Changes
- Changes
array
- items Change
CheckerIpRanges
- CheckerIpRanges
array
- items IPAddressCidr
ChildHealthCheckList
- ChildHealthCheckList
array
- items HealthCheckId
CloudWatchAlarmConfiguration
- CloudWatchAlarmConfiguration
object
: A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.- ComparisonOperator required ComparisonOperator
- Dimensions DimensionList
- EvaluationPeriods required EvaluationPeriods
- MetricName required MetricName
- Namespace required Namespace
- Period required Period
- Statistic required Statistic
- Threshold required Threshold
CloudWatchLogsLogGroupArn
- CloudWatchLogsLogGroupArn
string
CloudWatchRegion
- CloudWatchRegion
string
(values: us-east-1, us-east-2, us-west-1, us-west-2, ca-central-1, eu-central-1, eu-west-1, eu-west-2, eu-west-3, ap-south-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, ap-northeast-2, ap-northeast-3, sa-east-1)
ComparisonOperator
- ComparisonOperator
string
(values: GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold, LessThanOrEqualToThreshold)
ConcurrentModification
- ConcurrentModification
object
: Another user submitted a request to create, update, or delete the object at the same time that you did. Retry the request.- message ErrorMessage
ConflictingDomainExists
- ConflictingDomainExists
object
: The cause of this error depends on whether you're trying to create a public or a private hosted zone: Public hosted zone: Two hosted zones that have the same name or that have a parent/child relationship (example.com and test.example.com) can't have any common name servers. You tried to create a hosted zone that has the same name as an existing hosted zone or that's the parent or child of an existing hosted zone, and you specified a delegation set that shares one or more name servers with the existing hosted zone. For more information, see CreateReusableDelegationSet. Private hosted zone: You specified an Amazon VPC that you're already using for another hosted zone, and the domain that you specified for one of the hosted zones is a subdomain of the domain that you specified for the other hosted zone. For example, you can't use the same Amazon VPC for the hosted zones for example.com and test.example.com.- message ErrorMessage
ConflictingTypes
- ConflictingTypes
object
: 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.- message ErrorMessage
CreateHealthCheckRequest
- CreateHealthCheckRequest
object
: A complex type that contains the health check request information.- CallerReference required HealthCheckNonce
- HealthCheckConfig required HealthCheckConfig
CreateHealthCheckResponse
- CreateHealthCheckResponse
object
: A complex type containing the response information for the new health check.- HealthCheck required HealthCheck
CreateHostedZoneRequest
- CreateHostedZoneRequest
object
: A complex type that contains information about the request to create a hosted zone.- CallerReference required Nonce
- DelegationSetId ResourceId
- HostedZoneConfig HostedZoneConfig
- Name required DNSName
- VPC VPC
CreateHostedZoneResponse
- CreateHostedZoneResponse
object
: A complex type containing the response information for the hosted zone.- ChangeInfo required ChangeInfo
- DelegationSet required DelegationSet
- HostedZone required HostedZone
- VPC VPC
CreateQueryLoggingConfigRequest
- CreateQueryLoggingConfigRequest
object
- CloudWatchLogsLogGroupArn required CloudWatchLogsLogGroupArn
- HostedZoneId required ResourceId
CreateQueryLoggingConfigResponse
- CreateQueryLoggingConfigResponse
object
- QueryLoggingConfig required QueryLoggingConfig
CreateReusableDelegationSetRequest
- CreateReusableDelegationSetRequest
object
- CallerReference required Nonce
- HostedZoneId ResourceId
CreateReusableDelegationSetResponse
- CreateReusableDelegationSetResponse
object
- DelegationSet required DelegationSet
CreateTrafficPolicyInstanceRequest
- CreateTrafficPolicyInstanceRequest
object
: A complex type that contains information about the resource record sets that you want to create based on a specified traffic policy.- HostedZoneId required ResourceId
- Name required DNSName
- TTL required TTL
- TrafficPolicyId required TrafficPolicyId
- TrafficPolicyVersion required TrafficPolicyVersion
CreateTrafficPolicyInstanceResponse
- CreateTrafficPolicyInstanceResponse
object
: A complex type that contains the response information for the CreateTrafficPolicyInstance request.- TrafficPolicyInstance required TrafficPolicyInstance
CreateTrafficPolicyRequest
- CreateTrafficPolicyRequest
object
: A complex type that contains information about the traffic policy that you want to create.- Comment TrafficPolicyComment
- Document required TrafficPolicyDocument
- Name required TrafficPolicyName
CreateTrafficPolicyResponse
- CreateTrafficPolicyResponse
object
: A complex type that contains the response information for the CreateTrafficPolicy request.- TrafficPolicy required TrafficPolicy
CreateTrafficPolicyVersionRequest
- CreateTrafficPolicyVersionRequest
object
: A complex type that contains information about the traffic policy that you want to create a new version for.- Comment TrafficPolicyComment
- Document required TrafficPolicyDocument
CreateTrafficPolicyVersionResponse
- CreateTrafficPolicyVersionResponse
object
: A complex type that contains the response information for the CreateTrafficPolicyVersion request.- TrafficPolicy required TrafficPolicy
CreateVPCAssociationAuthorizationRequest
- CreateVPCAssociationAuthorizationRequest
object
: A complex type that contains information about the request to authorize associating a VPC with your private hosted zone. Authorization is only required when a private hosted zone and a VPC were created by using different accounts.- VPC required VPC
CreateVPCAssociationAuthorizationResponse
- CreateVPCAssociationAuthorizationResponse
object
: A complex type that contains the response information from a CreateVPCAssociationAuthorization request.- HostedZoneId required ResourceId
- VPC required VPC
DNSName
- DNSName
string
DNSRCode
- DNSRCode
string
DelegationSet
- DelegationSet
object
: A complex type that lists the name servers in a delegation set, as well as the CallerReference and the ID for the delegation set.- CallerReference Nonce
- Id ResourceId
- NameServers required DelegationSetNameServers
DelegationSetAlreadyCreated
- DelegationSetAlreadyCreated
object
: A delegation set with the same owner and caller reference combination has already been created.- message ErrorMessage
DelegationSetAlreadyReusable
- DelegationSetAlreadyReusable
object
: The specified delegation set has already been marked as reusable.- message ErrorMessage
DelegationSetInUse
- DelegationSetInUse
object
: The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set can be deleted.- message ErrorMessage
DelegationSetNameServers
- DelegationSetNameServers
array
- items DNSName
DelegationSetNotAvailable
- DelegationSetNotAvailable
object
: You can create a hosted zone that has the same name as an existing hosted zone (example.com is common), but there is a limit to the number of hosted zones that have the same name. If you get this error, Amazon Route 53 has reached that limit. If you own the domain name and Amazon Route 53 generates this error, contact Customer Support.- message ErrorMessage
DelegationSetNotReusable
- DelegationSetNotReusable
object
: A reusable delegation set with the specified ID does not exist.- message ErrorMessage
DelegationSets
- DelegationSets
array
- items DelegationSet
DeleteHealthCheckRequest
- DeleteHealthCheckRequest
object
: This action deletes a health check.
DeleteHealthCheckResponse
- DeleteHealthCheckResponse
object
: An empty element.
DeleteHostedZoneRequest
- DeleteHostedZoneRequest
object
: A request to delete a hosted zone.
DeleteHostedZoneResponse
- DeleteHostedZoneResponse
object
: A complex type that contains the response to a DeleteHostedZone request.- ChangeInfo required ChangeInfo
DeleteQueryLoggingConfigRequest
- DeleteQueryLoggingConfigRequest
object
DeleteQueryLoggingConfigResponse
- DeleteQueryLoggingConfigResponse
object
DeleteReusableDelegationSetRequest
- DeleteReusableDelegationSetRequest
object
: A request to delete a reusable delegation set.
DeleteReusableDelegationSetResponse
- DeleteReusableDelegationSetResponse
object
: An empty element.
DeleteTrafficPolicyInstanceRequest
- DeleteTrafficPolicyInstanceRequest
object
: A request to delete a specified traffic policy instance.
DeleteTrafficPolicyInstanceResponse
- DeleteTrafficPolicyInstanceResponse
object
: An empty element.
DeleteTrafficPolicyRequest
- DeleteTrafficPolicyRequest
object
: A request to delete a specified traffic policy version.
DeleteTrafficPolicyResponse
- DeleteTrafficPolicyResponse
object
: An empty element.
DeleteVPCAssociationAuthorizationRequest
- DeleteVPCAssociationAuthorizationRequest
object
: A complex type that contains information about the request to remove authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account.- VPC required VPC
DeleteVPCAssociationAuthorizationResponse
- DeleteVPCAssociationAuthorizationResponse
object
: Empty response for the request.
Dimension
- Dimension
object
: For the metric that the CloudWatch alarm is associated with, a complex type that contains information about one dimension.- Name required DimensionField
- Value required DimensionField
DimensionField
- DimensionField
string
DimensionList
- DimensionList
array
- items Dimension
DisassociateVPCComment
- DisassociateVPCComment
string
DisassociateVPCFromHostedZoneRequest
- DisassociateVPCFromHostedZoneRequest
object
: A complex type that contains information about the VPC that you want to disassociate from a specified private hosted zone.- Comment DisassociateVPCComment
- VPC required VPC
DisassociateVPCFromHostedZoneResponse
- DisassociateVPCFromHostedZoneResponse
object
: A complex type that contains the response information for the disassociate request.- ChangeInfo required ChangeInfo
EnableSNI
- EnableSNI
boolean
ErrorMessage
- ErrorMessage
string
ErrorMessages
- ErrorMessages
array
- items ErrorMessage
EvaluationPeriods
- EvaluationPeriods
integer
FailureThreshold
- FailureThreshold
integer
FullyQualifiedDomainName
- FullyQualifiedDomainName
string
GeoLocation
- GeoLocation
object
: A complex type that contains information about a geo location.- ContinentCode GeoLocationContinentCode
- CountryCode GeoLocationCountryCode
- SubdivisionCode GeoLocationSubdivisionCode
GeoLocationContinentCode
- GeoLocationContinentCode
string
GeoLocationContinentName
- GeoLocationContinentName
string
GeoLocationCountryCode
- GeoLocationCountryCode
string
GeoLocationCountryName
- GeoLocationCountryName
string
GeoLocationDetails
- GeoLocationDetails
object
: A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.- ContinentCode GeoLocationContinentCode
- ContinentName GeoLocationContinentName
- CountryCode GeoLocationCountryCode
- CountryName GeoLocationCountryName
- SubdivisionCode GeoLocationSubdivisionCode
- SubdivisionName GeoLocationSubdivisionName
GeoLocationDetailsList
- GeoLocationDetailsList
array
- items GeoLocationDetails
GeoLocationSubdivisionCode
- GeoLocationSubdivisionCode
string
GeoLocationSubdivisionName
- GeoLocationSubdivisionName
string
GetAccountLimitRequest
- GetAccountLimitRequest
object
: A complex type that contains information about the request to create a hosted zone.
GetAccountLimitResponse
- GetAccountLimitResponse
object
: A complex type that contains the requested limit.- Count required UsageCount
- Limit required AccountLimit
GetChangeRequest
- GetChangeRequest
object
: The input for a GetChange request.
GetChangeResponse
- GetChangeResponse
object
: A complex type that contains the ChangeInfo element.- ChangeInfo required ChangeInfo
GetCheckerIpRangesRequest
- GetCheckerIpRangesRequest
object
GetCheckerIpRangesResponse
- GetCheckerIpRangesResponse
object
- CheckerIpRanges required CheckerIpRanges
GetGeoLocationRequest
- GetGeoLocationRequest
object
: A request for information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.
GetGeoLocationResponse
- GetGeoLocationResponse
object
: A complex type that contains the response information for the specified geolocation code.- GeoLocationDetails required GeoLocationDetails
GetHealthCheckCountRequest
- GetHealthCheckCountRequest
object
: A request for the number of health checks that are associated with the current AWS account.
GetHealthCheckCountResponse
- GetHealthCheckCountResponse
object
: A complex type that contains the response to a GetHealthCheckCount request.- HealthCheckCount required HealthCheckCount
GetHealthCheckLastFailureReasonRequest
- GetHealthCheckLastFailureReasonRequest
object
: A request for the reason that a health check failed most recently.
GetHealthCheckLastFailureReasonResponse
- GetHealthCheckLastFailureReasonResponse
object
: A complex type that contains the response to a GetHealthCheckLastFailureReason request.- HealthCheckObservations required HealthCheckObservations
GetHealthCheckRequest
- GetHealthCheckRequest
object
: A request to get information about a specified health check.
GetHealthCheckResponse
- GetHealthCheckResponse
object
: A complex type that contains the response to a GetHealthCheck request.- HealthCheck required HealthCheck
GetHealthCheckStatusRequest
- GetHealthCheckStatusRequest
object
: A request to get the status for a health check.
GetHealthCheckStatusResponse
- GetHealthCheckStatusResponse
object
: A complex type that contains the response to a GetHealthCheck request.- HealthCheckObservations required HealthCheckObservations
GetHostedZoneCountRequest
- GetHostedZoneCountRequest
object
: A request to retrieve a count of all the hosted zones that are associated with the current AWS account.
GetHostedZoneCountResponse
- GetHostedZoneCountResponse
object
: A complex type that contains the response to a GetHostedZoneCount request.- HostedZoneCount required HostedZoneCount
GetHostedZoneLimitRequest
- GetHostedZoneLimitRequest
object
: A complex type that contains information about the request to create a hosted zone.
GetHostedZoneLimitResponse
- GetHostedZoneLimitResponse
object
: A complex type that contains the requested limit.- Count required UsageCount
- Limit required HostedZoneLimit
GetHostedZoneRequest
- GetHostedZoneRequest
object
: A request to get information about a specified hosted zone.
GetHostedZoneResponse
- GetHostedZoneResponse
object
: A complex type that contain the response to a GetHostedZone request.- DelegationSet DelegationSet
- HostedZone required HostedZone
- VPCs VPCs
GetQueryLoggingConfigRequest
- GetQueryLoggingConfigRequest
object
GetQueryLoggingConfigResponse
- GetQueryLoggingConfigResponse
object
- QueryLoggingConfig required QueryLoggingConfig
GetReusableDelegationSetLimitRequest
- GetReusableDelegationSetLimitRequest
object
: A complex type that contains information about the request to create a hosted zone.
GetReusableDelegationSetLimitResponse
- GetReusableDelegationSetLimitResponse
object
: A complex type that contains the requested limit.- Count required UsageCount
- Limit required ReusableDelegationSetLimit
GetReusableDelegationSetRequest
- GetReusableDelegationSetRequest
object
: A request to get information about a specified reusable delegation set.
GetReusableDelegationSetResponse
- GetReusableDelegationSetResponse
object
: A complex type that contains the response to the GetReusableDelegationSet request.- DelegationSet required DelegationSet
GetTrafficPolicyInstanceCountRequest
- GetTrafficPolicyInstanceCountRequest
object
: Request to get the number of traffic policy instances that are associated with the current AWS account.
GetTrafficPolicyInstanceCountResponse
- GetTrafficPolicyInstanceCountResponse
object
: A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.- TrafficPolicyInstanceCount required TrafficPolicyInstanceCount
GetTrafficPolicyInstanceRequest
- GetTrafficPolicyInstanceRequest
object
: Gets information about a specified traffic policy instance.
GetTrafficPolicyInstanceResponse
- GetTrafficPolicyInstanceResponse
object
: A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.- TrafficPolicyInstance required TrafficPolicyInstance
GetTrafficPolicyRequest
- GetTrafficPolicyRequest
object
: Gets information about a specific traffic policy version.
GetTrafficPolicyResponse
- GetTrafficPolicyResponse
object
: A complex type that contains the response information for the request.- TrafficPolicy required TrafficPolicy
HealthCheck
- HealthCheck
object
: A complex type that contains information about one health check that is associated with the current AWS account.- CallerReference required HealthCheckNonce
- CloudWatchAlarmConfiguration CloudWatchAlarmConfiguration
- HealthCheckConfig required HealthCheckConfig
- HealthCheckVersion required HealthCheckVersion
- Id required HealthCheckId
- LinkedService LinkedService
HealthCheckAlreadyExists
- HealthCheckAlreadyExists
object
: 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.- message ErrorMessage
HealthCheckConfig
- HealthCheckConfig
object
: A complex type that contains information about the health check.- AlarmIdentifier AlarmIdentifier
- ChildHealthChecks ChildHealthCheckList
- EnableSNI EnableSNI
- FailureThreshold FailureThreshold
- FullyQualifiedDomainName FullyQualifiedDomainName
- HealthThreshold HealthThreshold
- IPAddress IPAddress
- InsufficientDataHealthStatus InsufficientDataHealthStatus
- Inverted Inverted
- MeasureLatency MeasureLatency
- Port Port
- Regions HealthCheckRegionList
- RequestInterval RequestInterval
- ResourcePath ResourcePath
- SearchString SearchString
- Type required HealthCheckType
HealthCheckCount
- HealthCheckCount
integer
HealthCheckId
- HealthCheckId
string
HealthCheckInUse
- HealthCheckInUse
object
: This error code is not in use.- message ErrorMessage
HealthCheckNonce
- HealthCheckNonce
string
HealthCheckObservation
- HealthCheckObservation
object
: A complex type that contains the last failure reason as reported by one Amazon Route 53 health checker.- IPAddress IPAddress
- Region HealthCheckRegion
- StatusReport StatusReport
HealthCheckObservations
- HealthCheckObservations
array
- items HealthCheckObservation
HealthCheckRegion
- HealthCheckRegion
string
(values: us-east-1, us-west-1, us-west-2, eu-west-1, ap-southeast-1, ap-southeast-2, ap-northeast-1, sa-east-1)
HealthCheckRegionList
- HealthCheckRegionList
array
- items HealthCheckRegion
HealthCheckType
- HealthCheckType
string
(values: HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, TCP, CALCULATED, CLOUDWATCH_METRIC)
HealthCheckVersion
- HealthCheckVersion
integer
HealthCheckVersionMismatch
- HealthCheckVersionMismatch
object
: The value of HealthCheckVersion in the request doesn't match the value of HealthCheckVersion in the health check.- message ErrorMessage
HealthChecks
- HealthChecks
array
- items HealthCheck
HealthThreshold
- HealthThreshold
integer
HostedZone
- HostedZone
object
: A complex type that contains general information about the hosted zone.- CallerReference required Nonce
- Config HostedZoneConfig
- Id required ResourceId
- LinkedService LinkedService
- Name required DNSName
- ResourceRecordSetCount HostedZoneRRSetCount
HostedZoneAlreadyExists
- HostedZoneAlreadyExists
object
: 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.- message ErrorMessage
HostedZoneConfig
- HostedZoneConfig
object
: 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.- Comment ResourceDescription
- PrivateZone IsPrivateZone
HostedZoneCount
- HostedZoneCount
integer
HostedZoneLimit
- HostedZoneLimit
object
: A complex type that contains the type of limit that you specified in the request and the current value for that limit.- Type required HostedZoneLimitType
- Value required LimitValue
HostedZoneLimitType
- HostedZoneLimitType
string
(values: MAX_RRSETS_BY_ZONE, MAX_VPCS_ASSOCIATED_BY_ZONE)
HostedZoneNotEmpty
- HostedZoneNotEmpty
object
: The hosted zone contains resource records that are not SOA or NS records.- message ErrorMessage
HostedZoneNotFound
- HostedZoneNotFound
object
: The specified HostedZone can't be found.- message ErrorMessage
HostedZoneNotPrivate
- HostedZoneNotPrivate
object
: The specified hosted zone is a public hosted zone, not a private hosted zone.- message ErrorMessage
HostedZoneRRSetCount
- HostedZoneRRSetCount
integer
HostedZones
- HostedZones
array
- items HostedZone
IPAddress
- IPAddress
string
IPAddressCidr
- IPAddressCidr
string
IncompatibleVersion
- IncompatibleVersion
object
: The resource you're trying to access is unsupported on this Amazon Route 53 endpoint.- message ErrorMessage
InsufficientCloudWatchLogsResourcePolicy
- InsufficientCloudWatchLogsResourcePolicy
object
: 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.- message ErrorMessage
InsufficientDataHealthStatus
- InsufficientDataHealthStatus
string
(values: Healthy, Unhealthy, LastKnownStatus)
InvalidArgument
- InvalidArgument
object
: Parameter name is invalid.- message ErrorMessage
InvalidChangeBatch
- InvalidChangeBatch
object
: 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.- message ErrorMessage
- messages ErrorMessages
InvalidDomainName
- InvalidDomainName
object
: The specified domain name is not valid.- message ErrorMessage
InvalidInput
- InvalidInput
object
: The input is not valid.- message ErrorMessage
InvalidPaginationToken
- InvalidPaginationToken
object
: The value that you specified to get the second or subsequent page of results is invalid.- message ErrorMessage
InvalidTrafficPolicyDocument
- InvalidTrafficPolicyDocument
object
: The format of the traffic policy document that you specified in the Document element is invalid.- message ErrorMessage
InvalidVPCId
- InvalidVPCId
object
: The VPC ID that you specified either isn't a valid ID or the current account is not authorized to access this VPC.- message ErrorMessage
Inverted
- Inverted
boolean
IsPrivateZone
- IsPrivateZone
boolean
LastVPCAssociation
- LastVPCAssociation
object
: 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.- message ErrorMessage
LimitValue
- LimitValue
integer
LimitsExceeded
- LimitsExceeded
object
: This operation can't be completed either because the current account has reached the limit on reusable delegation sets that it can create or because you've reached the limit on the number of Amazon VPCs that you can associate with a private hosted zone. To get the current limit on the number of reusable delegation sets, see GetAccountLimit. To get the current limit on the number of Amazon VPCs that you can associate with a private hosted zone, see GetHostedZoneLimit. To request a higher limit, create a case with the AWS Support Center.- message ErrorMessage
LinkedService
- LinkedService
object
: 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.- Description ResourceDescription
- ServicePrincipal ServicePrincipal
ListGeoLocationsRequest
- ListGeoLocationsRequest
object
: A request to get a list of geographic locations that Amazon Route 53 supports for geolocation resource record sets.
ListGeoLocationsResponse
- ListGeoLocationsResponse
object
: A complex type containing the response information for the request.- GeoLocationDetailsList required GeoLocationDetailsList
- IsTruncated required PageTruncated
- MaxItems required PageMaxItems
- NextContinentCode GeoLocationContinentCode
- NextCountryCode GeoLocationCountryCode
- NextSubdivisionCode GeoLocationSubdivisionCode
ListHealthChecksRequest
- ListHealthChecksRequest
object
: A request to retrieve a list of the health checks that are associated with the current AWS account.
ListHealthChecksResponse
- ListHealthChecksResponse
object
: A complex type that contains the response to a ListHealthChecks request.- HealthChecks required HealthChecks
- IsTruncated required PageTruncated
- Marker required PageMarker
- MaxItems required PageMaxItems
- NextMarker PageMarker
ListHostedZonesByNameRequest
- ListHostedZonesByNameRequest
object
: Retrieves a list of the public and private hosted zones that are associated with the current AWS account in ASCII order by domain name.
ListHostedZonesByNameResponse
- ListHostedZonesByNameResponse
object
: A complex type that contains the response information for the request.- DNSName DNSName
- HostedZoneId ResourceId
- HostedZones required HostedZones
- IsTruncated required PageTruncated
- MaxItems required PageMaxItems
- NextDNSName DNSName
- NextHostedZoneId ResourceId
ListHostedZonesRequest
- ListHostedZonesRequest
object
: A request to retrieve a list of the public and private hosted zones that are associated with the current AWS account.
ListHostedZonesResponse
- ListHostedZonesResponse
object
- HostedZones required HostedZones
- IsTruncated required PageTruncated
- Marker required PageMarker
- MaxItems required PageMaxItems
- NextMarker PageMarker
ListQueryLoggingConfigsRequest
- ListQueryLoggingConfigsRequest
object
ListQueryLoggingConfigsResponse
- ListQueryLoggingConfigsResponse
object
- NextToken PaginationToken
- QueryLoggingConfigs required QueryLoggingConfigs
ListResourceRecordSetsRequest
- ListResourceRecordSetsRequest
object
: A request for the resource record sets that are associated with a specified hosted zone.
ListResourceRecordSetsResponse
- ListResourceRecordSetsResponse
object
: A complex type that contains list information for the resource record set.- IsTruncated required PageTruncated
- MaxItems required PageMaxItems
- NextRecordIdentifier ResourceRecordSetIdentifier
- NextRecordName DNSName
- NextRecordType RRType
- ResourceRecordSets required ResourceRecordSets
ListReusableDelegationSetsRequest
- ListReusableDelegationSetsRequest
object
: A request to get a list of the reusable delegation sets that are associated with the current AWS account.
ListReusableDelegationSetsResponse
- ListReusableDelegationSetsResponse
object
: A complex type that contains information about the reusable delegation sets that are associated with the current AWS account.- DelegationSets required DelegationSets
- IsTruncated required PageTruncated
- Marker required PageMarker
- MaxItems required PageMaxItems
- NextMarker PageMarker
ListTagsForResourceRequest
- ListTagsForResourceRequest
object
: A complex type containing information about a request for a list of the tags that are associated with an individual resource.
ListTagsForResourceResponse
- ListTagsForResourceResponse
object
: A complex type that contains information about the health checks or hosted zones for which you want to list tags.- ResourceTagSet required ResourceTagSet
ListTagsForResourcesRequest
- ListTagsForResourcesRequest
object
: A complex type that contains information about the health checks or hosted zones for which you want to list tags.- ResourceIds required TagResourceIdList
ListTagsForResourcesResponse
- ListTagsForResourcesResponse
object
: A complex type containing tags for the specified resources.- ResourceTagSets required ResourceTagSetList
ListTrafficPoliciesRequest
- ListTrafficPoliciesRequest
object
: A complex type that contains the information about the request to list the traffic policies that are associated with the current AWS account.
ListTrafficPoliciesResponse
- ListTrafficPoliciesResponse
object
: A complex type that contains the response information for the request.- IsTruncated required PageTruncated
- MaxItems required PageMaxItems
- TrafficPolicyIdMarker required TrafficPolicyId
- TrafficPolicySummaries required TrafficPolicySummaries
ListTrafficPolicyInstancesByHostedZoneRequest
- ListTrafficPolicyInstancesByHostedZoneRequest
object
: A request for the traffic policy instances that you created in a specified hosted zone.
ListTrafficPolicyInstancesByHostedZoneResponse
- ListTrafficPolicyInstancesByHostedZoneResponse
object
: A complex type that contains the response information for the request.- IsTruncated required PageTruncated
- MaxItems required PageMaxItems
- TrafficPolicyInstanceNameMarker DNSName
- TrafficPolicyInstanceTypeMarker RRType
- TrafficPolicyInstances required TrafficPolicyInstances
ListTrafficPolicyInstancesByPolicyRequest
- ListTrafficPolicyInstancesByPolicyRequest
object
: A complex type that contains the information about the request to list your traffic policy instances.
ListTrafficPolicyInstancesByPolicyResponse
- ListTrafficPolicyInstancesByPolicyResponse
object
: A complex type that contains the response information for the request.- HostedZoneIdMarker ResourceId
- IsTruncated required PageTruncated
- MaxItems required PageMaxItems
- TrafficPolicyInstanceNameMarker DNSName
- TrafficPolicyInstanceTypeMarker RRType
- TrafficPolicyInstances required TrafficPolicyInstances
ListTrafficPolicyInstancesRequest
- ListTrafficPolicyInstancesRequest
object
: A request to get information about the traffic policy instances that you created by using the current AWS account.
ListTrafficPolicyInstancesResponse
- ListTrafficPolicyInstancesResponse
object
: A complex type that contains the response information for the request.- HostedZoneIdMarker ResourceId
- IsTruncated required PageTruncated
- MaxItems required PageMaxItems
- TrafficPolicyInstanceNameMarker DNSName
- TrafficPolicyInstanceTypeMarker RRType
- TrafficPolicyInstances required TrafficPolicyInstances
ListTrafficPolicyVersionsRequest
- ListTrafficPolicyVersionsRequest
object
: A complex type that contains the information about the request to list your traffic policies.
ListTrafficPolicyVersionsResponse
- ListTrafficPolicyVersionsResponse
object
: A complex type that contains the response information for the request.- IsTruncated required PageTruncated
- MaxItems required PageMaxItems
- TrafficPolicies required TrafficPolicies
- TrafficPolicyVersionMarker required TrafficPolicyVersionMarker
ListVPCAssociationAuthorizationsRequest
- ListVPCAssociationAuthorizationsRequest
object
: A complex type that contains information about that can be associated with your hosted zone.
ListVPCAssociationAuthorizationsResponse
- ListVPCAssociationAuthorizationsResponse
object
: A complex type that contains the response information for the request.- HostedZoneId required ResourceId
- NextToken PaginationToken
- VPCs required VPCs
MaxResults
- MaxResults
string
MeasureLatency
- MeasureLatency
boolean
Message
- Message
string
MetricName
- MetricName
string
Nameserver
- Nameserver
string
Namespace
- Namespace
string
NoSuchChange
- NoSuchChange
object
: A change with the specified change ID does not exist.- message ErrorMessage
NoSuchCloudWatchLogsLogGroup
- NoSuchCloudWatchLogsLogGroup
object
: There is no CloudWatch Logs log group with the specified ARN.- message ErrorMessage
NoSuchDelegationSet
- NoSuchDelegationSet
object
: A reusable delegation set with the specified ID does not exist.- message ErrorMessage
NoSuchGeoLocation
- NoSuchGeoLocation
object
: Amazon Route 53 doesn't support the specified geolocation.- message ErrorMessage
NoSuchHealthCheck
- NoSuchHealthCheck
object
: No health check exists with the ID that you specified in the DeleteHealthCheck request.- message ErrorMessage
NoSuchHostedZone
- NoSuchHostedZone
object
: No hosted zone exists with the ID that you specified.- message ErrorMessage
NoSuchQueryLoggingConfig
- NoSuchQueryLoggingConfig
object
: There is no DNS query logging configuration with the specified ID.- message ErrorMessage
NoSuchTrafficPolicy
- NoSuchTrafficPolicy
object
: No traffic policy exists with the specified ID.- message ErrorMessage
NoSuchTrafficPolicyInstance
- NoSuchTrafficPolicyInstance
object
: No traffic policy instance exists with the specified ID.- message ErrorMessage
Nonce
- Nonce
string
NotAuthorizedException
- NotAuthorizedException
object
: Associating the specified VPC with the specified hosted zone has not been authorized.- message ErrorMessage
PageMarker
- PageMarker
string
PageMaxItems
- PageMaxItems
string
PageTruncated
- PageTruncated
boolean
PaginationToken
- PaginationToken
string
Period
- Period
integer
Port
- Port
integer
PriorRequestNotComplete
- PriorRequestNotComplete
object
: If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error (Bad request). If Amazon Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.- message ErrorMessage
PublicZoneVPCAssociation
- PublicZoneVPCAssociation
object
: 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.- message ErrorMessage
QueryLoggingConfig
- QueryLoggingConfig
object
: A complex type that contains information about a configuration for DNS query logging.- CloudWatchLogsLogGroupArn required CloudWatchLogsLogGroupArn
- HostedZoneId required ResourceId
- Id required QueryLoggingConfigId
QueryLoggingConfigAlreadyExists
- QueryLoggingConfigAlreadyExists
object
: You can create only one query logging configuration for a hosted zone, and a query logging configuration already exists for this hosted zone.- message ErrorMessage
QueryLoggingConfigId
- QueryLoggingConfigId
string
QueryLoggingConfigs
- QueryLoggingConfigs
array
- items QueryLoggingConfig
RData
- RData
string
RRType
- RRType
string
(values: SOA, A, TXT, NS, CNAME, MX, NAPTR, PTR, SRV, SPF, AAAA, CAA)
RecordData
- RecordData
array
- items RecordDataEntry
RecordDataEntry
- RecordDataEntry
string
: A value that Amazon Route 53 returned for this resource record set. A RecordDataEntry element is one of the following: For non-alias resource record sets, a RecordDataEntry element contains one value in the resource record set. If the resource record set contains multiple values, the response includes one RecordDataEntry element for each value. For multiple resource record sets that have the same name and type, which includes weighted, latency, geolocation, and failover, a RecordDataEntry element contains the value from the appropriate resource record set based on the request. For alias resource record sets that refer to AWS reso