route53

package
v0.24.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 22, 2020 License: Apache-2.0 Imports: 15 Imported by: 366

Documentation

Overview

Package route53 provides the client and types for making API requests to Route 53.

Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.

See https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01 for more information on this service.

See route53 package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/route53/

Using the Client

To use Route 53 with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the Route 53 client for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/route53/#New

Index

Examples

Constants

View Source
const (
	ServiceName = "Route 53" // Service's name
	ServiceID   = "Route53"  // Service's identifier
	EndpointsID = "route53"  // Service's Endpoint identifier
)
View Source
const (

	// ErrCodeConcurrentModification for service response error code
	// "ConcurrentModification".
	//
	// Another user submitted a request to create, update, or delete the object
	// at the same time that you did. Retry the request.
	ErrCodeConcurrentModification = "ConcurrentModification"

	// ErrCodeConflictingDomainExists for service response error code
	// "ConflictingDomainExists".
	//
	// 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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateReusableDelegationSet.html).
	//
	//    * 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.
	ErrCodeConflictingDomainExists = "ConflictingDomainExists"

	// ErrCodeConflictingTypes for service response error code
	// "ConflictingTypes".
	//
	// 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.
	ErrCodeConflictingTypes = "ConflictingTypes"

	// ErrCodeDelegationSetAlreadyCreated for service response error code
	// "DelegationSetAlreadyCreated".
	//
	// A delegation set with the same owner and caller reference combination has
	// already been created.
	ErrCodeDelegationSetAlreadyCreated = "DelegationSetAlreadyCreated"

	// ErrCodeDelegationSetAlreadyReusable for service response error code
	// "DelegationSetAlreadyReusable".
	//
	// The specified delegation set has already been marked as reusable.
	ErrCodeDelegationSetAlreadyReusable = "DelegationSetAlreadyReusable"

	// ErrCodeDelegationSetInUse for service response error code
	// "DelegationSetInUse".
	//
	// The specified delegation contains associated hosted zones which must be deleted
	// before the reusable delegation set can be deleted.
	ErrCodeDelegationSetInUse = "DelegationSetInUse"

	// ErrCodeDelegationSetNotAvailable for service response error code
	// "DelegationSetNotAvailable".
	//
	// 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.
	ErrCodeDelegationSetNotAvailable = "DelegationSetNotAvailable"

	// ErrCodeDelegationSetNotReusable for service response error code
	// "DelegationSetNotReusable".
	//
	// A reusable delegation set with the specified ID does not exist.
	ErrCodeDelegationSetNotReusable = "DelegationSetNotReusable"

	// ErrCodeHealthCheckAlreadyExists for service response error code
	// "HealthCheckAlreadyExists".
	//
	// 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.
	ErrCodeHealthCheckAlreadyExists = "HealthCheckAlreadyExists"

	// ErrCodeHealthCheckInUse for service response error code
	// "HealthCheckInUse".
	//
	// This error code is not in use.
	ErrCodeHealthCheckInUse = "HealthCheckInUse"

	// ErrCodeHealthCheckVersionMismatch for service response error code
	// "HealthCheckVersionMismatch".
	//
	// The value of HealthCheckVersion in the request doesn't match the value of
	// HealthCheckVersion in the health check.
	ErrCodeHealthCheckVersionMismatch = "HealthCheckVersionMismatch"

	// ErrCodeHostedZoneAlreadyExists for service response error code
	// "HostedZoneAlreadyExists".
	//
	// 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.
	ErrCodeHostedZoneAlreadyExists = "HostedZoneAlreadyExists"

	// ErrCodeHostedZoneNotEmpty for service response error code
	// "HostedZoneNotEmpty".
	//
	// The hosted zone contains resource records that are not SOA or NS records.
	ErrCodeHostedZoneNotEmpty = "HostedZoneNotEmpty"

	// ErrCodeHostedZoneNotFound for service response error code
	// "HostedZoneNotFound".
	//
	// The specified HostedZone can't be found.
	ErrCodeHostedZoneNotFound = "HostedZoneNotFound"

	// ErrCodeHostedZoneNotPrivate for service response error code
	// "HostedZoneNotPrivate".
	//
	// The specified hosted zone is a public hosted zone, not a private hosted zone.
	ErrCodeHostedZoneNotPrivate = "HostedZoneNotPrivate"

	// ErrCodeIncompatibleVersion for service response error code
	// "IncompatibleVersion".
	//
	// The resource you're trying to access is unsupported on this Amazon Route
	// 53 endpoint.
	ErrCodeIncompatibleVersion = "IncompatibleVersion"

	// ErrCodeInsufficientCloudWatchLogsResourcePolicy for service response error code
	// "InsufficientCloudWatchLogsResourcePolicy".
	//
	// 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.
	ErrCodeInsufficientCloudWatchLogsResourcePolicy = "InsufficientCloudWatchLogsResourcePolicy"

	// ErrCodeInvalidArgument for service response error code
	// "InvalidArgument".
	//
	// Parameter name is invalid.
	ErrCodeInvalidArgument = "InvalidArgument"

	// ErrCodeInvalidChangeBatch for service response error code
	// "InvalidChangeBatch".
	//
	// 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.
	ErrCodeInvalidChangeBatch = "InvalidChangeBatch"

	// ErrCodeInvalidDomainName for service response error code
	// "InvalidDomainName".
	//
	// The specified domain name is not valid.
	ErrCodeInvalidDomainName = "InvalidDomainName"

	// ErrCodeInvalidInput for service response error code
	// "InvalidInput".
	//
	// The input is not valid.
	ErrCodeInvalidInput = "InvalidInput"

	// ErrCodeInvalidPaginationToken for service response error code
	// "InvalidPaginationToken".
	//
	// The value that you specified to get the second or subsequent page of results
	// is invalid.
	ErrCodeInvalidPaginationToken = "InvalidPaginationToken"

	// ErrCodeInvalidTrafficPolicyDocument for service response error code
	// "InvalidTrafficPolicyDocument".
	//
	// The format of the traffic policy document that you specified in the Document
	// element is invalid.
	ErrCodeInvalidTrafficPolicyDocument = "InvalidTrafficPolicyDocument"

	// ErrCodeInvalidVPCId for service response error code
	// "InvalidVPCId".
	//
	// The VPC ID that you specified either isn't a valid ID or the current account
	// is not authorized to access this VPC.
	ErrCodeInvalidVPCId = "InvalidVPCId"

	// ErrCodeLastVPCAssociation for service response error code
	// "LastVPCAssociation".
	//
	// 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.
	ErrCodeLastVPCAssociation = "LastVPCAssociation"

	// ErrCodeLimitsExceeded for service response error code
	// "LimitsExceeded".
	//
	// 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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html).
	// To get the current limit on the number of Amazon VPCs that you can associate
	// with a private hosted zone, see GetHostedZoneLimit (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetHostedZoneLimit.html).
	// To request a higher limit, create a case (http://aws.amazon.com/route53-request)
	// with the AWS Support Center.
	ErrCodeLimitsExceeded = "LimitsExceeded"

	// ErrCodeNoSuchChange for service response error code
	// "NoSuchChange".
	//
	// A change with the specified change ID does not exist.
	ErrCodeNoSuchChange = "NoSuchChange"

	// ErrCodeNoSuchCloudWatchLogsLogGroup for service response error code
	// "NoSuchCloudWatchLogsLogGroup".
	//
	// There is no CloudWatch Logs log group with the specified ARN.
	ErrCodeNoSuchCloudWatchLogsLogGroup = "NoSuchCloudWatchLogsLogGroup"

	// ErrCodeNoSuchDelegationSet for service response error code
	// "NoSuchDelegationSet".
	//
	// A reusable delegation set with the specified ID does not exist.
	ErrCodeNoSuchDelegationSet = "NoSuchDelegationSet"

	// ErrCodeNoSuchGeoLocation for service response error code
	// "NoSuchGeoLocation".
	//
	// Amazon Route 53 doesn't support the specified geographic location. For a
	// list of supported geolocation codes, see the GeoLocation (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html)
	// data type.
	ErrCodeNoSuchGeoLocation = "NoSuchGeoLocation"

	// ErrCodeNoSuchHealthCheck for service response error code
	// "NoSuchHealthCheck".
	//
	// No health check exists with the specified ID.
	ErrCodeNoSuchHealthCheck = "NoSuchHealthCheck"

	// ErrCodeNoSuchHostedZone for service response error code
	// "NoSuchHostedZone".
	//
	// No hosted zone exists with the ID that you specified.
	ErrCodeNoSuchHostedZone = "NoSuchHostedZone"

	// ErrCodeNoSuchQueryLoggingConfig for service response error code
	// "NoSuchQueryLoggingConfig".
	//
	// There is no DNS query logging configuration with the specified ID.
	ErrCodeNoSuchQueryLoggingConfig = "NoSuchQueryLoggingConfig"

	// ErrCodeNoSuchTrafficPolicy for service response error code
	// "NoSuchTrafficPolicy".
	//
	// No traffic policy exists with the specified ID.
	ErrCodeNoSuchTrafficPolicy = "NoSuchTrafficPolicy"

	// ErrCodeNoSuchTrafficPolicyInstance for service response error code
	// "NoSuchTrafficPolicyInstance".
	//
	// No traffic policy instance exists with the specified ID.
	ErrCodeNoSuchTrafficPolicyInstance = "NoSuchTrafficPolicyInstance"

	// ErrCodeNotAuthorizedException for service response error code
	// "NotAuthorizedException".
	//
	// Associating the specified VPC with the specified hosted zone has not been
	// authorized.
	ErrCodeNotAuthorizedException = "NotAuthorizedException"

	// ErrCodePriorRequestNotComplete for service response error code
	// "PriorRequestNotComplete".
	//
	// 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.
	ErrCodePriorRequestNotComplete = "PriorRequestNotComplete"

	// ErrCodePublicZoneVPCAssociation for service response error code
	// "PublicZoneVPCAssociation".
	//
	// 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.
	ErrCodePublicZoneVPCAssociation = "PublicZoneVPCAssociation"

	// ErrCodeQueryLoggingConfigAlreadyExists for service response error code
	// "QueryLoggingConfigAlreadyExists".
	//
	// You can create only one query logging configuration for a hosted zone, and
	// a query logging configuration already exists for this hosted zone.
	ErrCodeQueryLoggingConfigAlreadyExists = "QueryLoggingConfigAlreadyExists"

	// ErrCodeThrottlingException for service response error code
	// "ThrottlingException".
	//
	// The limit on the number of requests per second was exceeded.
	ErrCodeThrottlingException = "ThrottlingException"

	// ErrCodeTooManyHealthChecks for service response error code
	// "TooManyHealthChecks".
	//
	// 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 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html)
	// in the Amazon Route 53 Developer Guide.
	//
	// For information about how to get the current limit for an account, see GetAccountLimit
	// (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html).
	// To request a higher limit, create a case (http://aws.amazon.com/route53-request)
	// with the AWS Support Center.
	//
	// You have reached the maximum number of active health checks for an AWS account.
	// To request a higher limit, create a case (http://aws.amazon.com/route53-request)
	// with the AWS Support Center.
	ErrCodeTooManyHealthChecks = "TooManyHealthChecks"

	// ErrCodeTooManyHostedZones for service response error code
	// "TooManyHostedZones".
	//
	// 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 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html)
	// in the Amazon Route 53 Developer Guide.
	//
	// To get the current limit on hosted zones that can be created by an account,
	// see GetAccountLimit (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html).
	//
	// To get the current limit on hosted zones that can be associated with a reusable
	// delegation set, see GetReusableDelegationSetLimit (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetReusableDelegationSetLimit.html).
	//
	// To request a higher limit, create a case (http://aws.amazon.com/route53-request)
	// with the AWS Support Center.
	ErrCodeTooManyHostedZones = "TooManyHostedZones"

	// ErrCodeTooManyTrafficPolicies for service response error code
	// "TooManyTrafficPolicies".
	//
	// 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 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html)
	// in the Amazon Route 53 Developer Guide.
	//
	// To get the current limit for an account, see GetAccountLimit (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html).
	//
	// To request a higher limit, create a case (http://aws.amazon.com/route53-request)
	// with the AWS Support Center.
	ErrCodeTooManyTrafficPolicies = "TooManyTrafficPolicies"

	// ErrCodeTooManyTrafficPolicyInstances for service response error code
	// "TooManyTrafficPolicyInstances".
	//
	// 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 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html)
	// in the Amazon Route 53 Developer Guide.
	//
	// For information about how to get the current limit for an account, see GetAccountLimit
	// (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html).
	//
	// To request a higher limit, create a case (http://aws.amazon.com/route53-request)
	// with the AWS Support Center.
	ErrCodeTooManyTrafficPolicyInstances = "TooManyTrafficPolicyInstances"

	// ErrCodeTooManyTrafficPolicyVersionsForCurrentPolicy for service response error code
	// "TooManyTrafficPolicyVersionsForCurrentPolicy".
	//
	// 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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetTrafficPolicy.html)
	// to get the traffic policy document for a specified traffic policy version,
	// and then use CreateTrafficPolicy (https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateTrafficPolicy.html)
	// to create a new traffic policy using the traffic policy document.
	ErrCodeTooManyTrafficPolicyVersionsForCurrentPolicy = "TooManyTrafficPolicyVersionsForCurrentPolicy"

	// ErrCodeTooManyVPCAssociationAuthorizations for service response error code
	// "TooManyVPCAssociationAuthorizations".
	//
	// 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.
	ErrCodeTooManyVPCAssociationAuthorizations = "TooManyVPCAssociationAuthorizations"

	// ErrCodeTrafficPolicyAlreadyExists for service response error code
	// "TrafficPolicyAlreadyExists".
	//
	// A traffic policy that has the same value for Name already exists.
	ErrCodeTrafficPolicyAlreadyExists = "TrafficPolicyAlreadyExists"

	// ErrCodeTrafficPolicyInUse for service response error code
	// "TrafficPolicyInUse".
	//
	// One or more traffic policy instances were created by using the specified
	// traffic policy.
	ErrCodeTrafficPolicyInUse = "TrafficPolicyInUse"

	// ErrCodeTrafficPolicyInstanceAlreadyExists for service response error code
	// "TrafficPolicyInstanceAlreadyExists".
	//
	// There is already a traffic policy instance with the specified ID.
	ErrCodeTrafficPolicyInstanceAlreadyExists = "TrafficPolicyInstanceAlreadyExists"

	// ErrCodeVPCAssociationAuthorizationNotFound for service response error code
	// "VPCAssociationAuthorizationNotFound".
	//
	// The VPC that you specified is not authorized to be associated with the hosted
	// zone.
	ErrCodeVPCAssociationAuthorizationNotFound = "VPCAssociationAuthorizationNotFound"

	// ErrCodeVPCAssociationNotFound for service response error code
	// "VPCAssociationNotFound".
	//
	// The specified VPC and hosted zone are not currently associated.
	ErrCodeVPCAssociationNotFound = "VPCAssociationNotFound"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AccountLimit added in v0.2.0

type AccountLimit struct {

	// 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.)
	//
	// Type is a required field
	Type AccountLimitType `type:"string" required:"true" enum:"true"`

	// The current value for the limit that is specified by Type (https://docs.aws.amazon.com/Route53/latest/APIReference/API_AccountLimit.html#Route53-Type-AccountLimit-Type).
	//
	// Value is a required field
	Value *int64 `min:"1" type:"long" required:"true"`
	// contains filtered or unexported fields
}

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

func (AccountLimit) MarshalFields added in v0.3.0

func (s AccountLimit) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (AccountLimit) String added in v0.2.0

func (s AccountLimit) String() string

String returns the string representation

type AccountLimitType added in v0.2.0

type AccountLimitType string
const (
	AccountLimitTypeMaxHealthChecksByOwner           AccountLimitType = "MAX_HEALTH_CHECKS_BY_OWNER"
	AccountLimitTypeMaxHostedZonesByOwner            AccountLimitType = "MAX_HOSTED_ZONES_BY_OWNER"
	AccountLimitTypeMaxTrafficPolicyInstancesByOwner AccountLimitType = "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER"
	AccountLimitTypeMaxReusableDelegationSetsByOwner AccountLimitType = "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER"
	AccountLimitTypeMaxTrafficPoliciesByOwner        AccountLimitType = "MAX_TRAFFIC_POLICIES_BY_OWNER"
)

Enum values for AccountLimitType

func (AccountLimitType) MarshalValue added in v0.3.0

func (enum AccountLimitType) MarshalValue() (string, error)

func (AccountLimitType) MarshalValueBuf added in v0.3.0

func (enum AccountLimitType) MarshalValueBuf(b []byte) ([]byte, error)

type AlarmIdentifier

type AlarmIdentifier struct {

	// 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 (https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/publishingMetrics.html#high-resolution-metrics)
	//    in the Amazon CloudWatch User Guide.
	//
	//    * Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended
	//    statistics aren't supported.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// 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 (https://docs.aws.amazon.com/general/latest/gr/rande.html#cw_region)
	// in the AWS Service Endpoints chapter of the Amazon Web Services General Reference.
	//
	// Region is a required field
	Region CloudWatchRegion `min:"1" type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

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.

func (AlarmIdentifier) MarshalFields added in v0.3.0

func (s AlarmIdentifier) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (AlarmIdentifier) String

func (s AlarmIdentifier) String() string

String returns the string representation

func (*AlarmIdentifier) Validate

func (s *AlarmIdentifier) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AliasTarget

type AliasTarget struct {

	// 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 AWS CLI command get-domain-names (https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-domain-names.html):
	//
	//    * 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 AWS CLI command
	// describe-vpc-endpoints (https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-vpc-endpoints.html).
	//
	// 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) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html)
	// 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:
	//
	//    * AWS Management Console: For information about how to get the value by
	//    using the console, see Using Custom Domains with AWS Elastic Beanstalk
	//    (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customdomains.html)
	//    in the AWS Elastic Beanstalk Developer Guide.
	//
	//    * Elastic Beanstalk API: Use the DescribeEnvironments action to get the
	//    value of the CNAME attribute. For more information, see DescribeEnvironments
	//    (https://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DescribeEnvironments.html)
	//    in the AWS Elastic Beanstalk API Reference.
	//
	//    * AWS CLI: Use the describe-environments command to get the value of the
	//    CNAME attribute. For more information, see describe-environments (https://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/describe-environments.html)
	//    in the AWS CLI Command Reference.
	//
	// ELB load balancer
	//
	// Specify the DNS name that is associated with the load balancer. Get the DNS
	// name by using the AWS Management Console, the ELB API, or the AWS CLI.
	//
	//    * AWS Management Console: Go to the EC2 page, choose Load Balancers in
	//    the navigation pane, choose the load balancer, choose the Description
	//    tab, and get the value of the DNS name field. If you're routing traffic
	//    to a Classic Load Balancer, get the value that begins with dualstack.
	//    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: Classic Load
	//    Balancers: DescribeLoadBalancers (https://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html)
	//    Application and Network Load Balancers: DescribeLoadBalancers (https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html)
	//
	//    * AWS CLI: Use describe-load-balancers to get the value of DNSName. For
	//    more information, see the applicable guide: Classic Load Balancers: describe-load-balancers
	//    (http://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancers.html)
	//    Application and Network Load Balancers: describe-load-balancers (http://docs.aws.amazon.com/cli/latest/reference/elbv2/describe-load-balancers.html)
	//
	// AWS Global Accelerator accelerator
	//
	// Specify the DNS name for your accelerator:
	//
	//    * Global Accelerator API: To get the DNS name, use DescribeAccelerator
	//    (https://docs.aws.amazon.com/global-accelerator/latest/api/API_DescribeAccelerator.html).
	//
	//    * AWS CLI: To get the DNS name, use describe-accelerator (https://docs.aws.amazon.com/cli/latest/reference/globalaccelerator/describe-accelerator.html).
	//
	// 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
	// (https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_website_region_endpoints)
	// in the Amazon Web Services General Reference. For more information about
	// using S3 buckets for websites, see Getting Started with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/getting-started.html)
	// 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.
	//
	// DNSName is a required field
	DNSName *string `type:"string" required:"true"`

	// Applies only to alias, failover alias, geolocation alias, latency alias,
	// and weighted alias resource record sets: When EvaluateTargetHealth is true,
	// an alias resource record set inherits the health of the referenced AWS resource,
	// such as an ELB load balancer or 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 AWS 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? (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting)
	// in the Amazon Route 53 Developer Guide.
	//
	// For more information and examples, see Amazon Route 53 Health Checks and
	// DNS Failover (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html)
	// in the Amazon Route 53 Developer Guide.
	//
	// EvaluateTargetHealth is a required field
	EvaluateTargetHealth *bool `type:"boolean" required:"true"`

	// 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 AWS CLI command get-domain-names (https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-domain-names.html):
	//
	//    * 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 AWS CLI command describe-vpc-endpoints (https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-vpc-endpoints.html).
	//
	// 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 AWS Elastic Beanstalk (https://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region)
	// in the "AWS Service Endpoints" chapter of the Amazon Web Services General
	// Reference.
	//
	// ELB load balancer
	//
	// Specify the value of the hosted zone ID for the load balancer. Use the following
	// methods to get the hosted zone ID:
	//
	//    * Service Endpoints (https://docs.aws.amazon.com/general/latest/gr/elb.html)
	//    table in the "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.
	//
	//    * AWS Management Console: Go to the Amazon EC2 page, choose Load Balancers
	//    in the navigation pane, select the load balancer, and get the value of
	//    the Hosted zone field on the Description tab.
	//
	//    * Elastic Load Balancing API: Use DescribeLoadBalancers to get the applicable
	//    value. For more information, see the applicable guide: Classic Load Balancers:
	//    Use DescribeLoadBalancers (https://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html)
	//    to get the value of CanonicalHostedZoneNameId. Application and Network
	//    Load Balancers: Use DescribeLoadBalancers (https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html)
	//    to get the value of CanonicalHostedZoneId.
	//
	//    * AWS CLI: Use describe-load-balancers to get the applicable value. For
	//    more information, see the applicable guide: Classic Load Balancers: Use
	//    describe-load-balancers (http://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancers.html)
	//    to get the value of CanonicalHostedZoneNameId. Application and Network
	//    Load Balancers: Use describe-load-balancers (http://docs.aws.amazon.com/cli/latest/reference/elbv2/describe-load-balancers.html)
	//    to get the value of CanonicalHostedZoneId.
	//
	// AWS 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 (https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_website_region_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.)
	//
	// HostedZoneId is a required field
	HostedZoneId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Alias resource record sets only: Information about the AWS 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:

func (AliasTarget) MarshalFields added in v0.3.0

func (s AliasTarget) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (AliasTarget) String

func (s AliasTarget) String() string

String returns the string representation

func (*AliasTarget) Validate

func (s *AliasTarget) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateVPCWithHostedZoneInput

type AssociateVPCWithHostedZoneInput struct {

	// Optional: A comment about the association request.
	Comment *string `type:"string"`

	// The ID of the private hosted zone that you want to associate an Amazon VPC
	// with.
	//
	// Note that you can't associate a VPC with a hosted zone that doesn't have
	// an existing VPC association.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// A complex type that contains information about the VPC that you want to associate
	// with a private hosted zone.
	//
	// VPC is a required field
	VPC *VPC `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the request to associate a VPC with a private hosted zone.

func (AssociateVPCWithHostedZoneInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (AssociateVPCWithHostedZoneInput) String

String returns the string representation

func (*AssociateVPCWithHostedZoneInput) Validate

func (s *AssociateVPCWithHostedZoneInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AssociateVPCWithHostedZoneOutput

type AssociateVPCWithHostedZoneOutput struct {

	// A complex type that describes the changes made to your hosted zone.
	//
	// ChangeInfo is a required field
	ChangeInfo *ChangeInfo `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the AssociateVPCWithHostedZone request.

func (AssociateVPCWithHostedZoneOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (AssociateVPCWithHostedZoneOutput) String

String returns the string representation

type AssociateVPCWithHostedZoneRequest

type AssociateVPCWithHostedZoneRequest struct {
	*aws.Request
	Input *AssociateVPCWithHostedZoneInput
	Copy  func(*AssociateVPCWithHostedZoneInput) AssociateVPCWithHostedZoneRequest
}

AssociateVPCWithHostedZoneRequest is the request type for the AssociateVPCWithHostedZone API operation.

func (AssociateVPCWithHostedZoneRequest) Send

Send marshals and sends the AssociateVPCWithHostedZone API request.

type AssociateVPCWithHostedZoneResponse added in v0.9.0

type AssociateVPCWithHostedZoneResponse struct {
	*AssociateVPCWithHostedZoneOutput
	// contains filtered or unexported fields
}

AssociateVPCWithHostedZoneResponse is the response type for the AssociateVPCWithHostedZone API operation.

func (*AssociateVPCWithHostedZoneResponse) SDKResponseMetdata added in v0.9.0

func (r *AssociateVPCWithHostedZoneResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the AssociateVPCWithHostedZone request.

type Change

type Change struct {

	// 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
	//    (https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicyInstance.html).
	//    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.
	//
	// Action is a required field
	Action ChangeAction `type:"string" required:"true" enum:"true"`

	// Information about the resource record set to create, delete, or update.
	//
	// ResourceRecordSet is a required field
	ResourceRecordSet *ResourceRecordSet `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

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

func (Change) MarshalFields added in v0.3.0

func (s Change) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Change) String

func (s Change) String() string

String returns the string representation

func (*Change) Validate

func (s *Change) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ChangeAction

type ChangeAction string
const (
	ChangeActionCreate ChangeAction = "CREATE"
	ChangeActionDelete ChangeAction = "DELETE"
	ChangeActionUpsert ChangeAction = "UPSERT"
)

Enum values for ChangeAction

func (ChangeAction) MarshalValue added in v0.3.0

func (enum ChangeAction) MarshalValue() (string, error)

func (ChangeAction) MarshalValueBuf added in v0.3.0

func (enum ChangeAction) MarshalValueBuf(b []byte) ([]byte, error)

type ChangeBatch

type ChangeBatch struct {

	// Information about the changes to make to the record sets.
	//
	// Changes is a required field
	Changes []Change `locationNameList:"Change" min:"1" type:"list" required:"true"`

	// Optional: Any comments you want to include about a change batch request.
	Comment *string `type:"string"`
	// contains filtered or unexported fields
}

The information for a change request.

func (ChangeBatch) MarshalFields added in v0.3.0

func (s ChangeBatch) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ChangeBatch) String

func (s ChangeBatch) String() string

String returns the string representation

func (*ChangeBatch) Validate

func (s *ChangeBatch) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ChangeInfo

type ChangeInfo struct {

	// A complex type that describes change information about changes made to your
	// hosted zone.
	//
	// This element contains an ID that you use when performing a GetChange (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetChange.html)
	// action to get detailed information about the change.
	Comment *string `type:"string"`

	// The ID of the request.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// The current state of the request. PENDING indicates that this request has
	// not yet been applied to all Amazon Route 53 DNS servers.
	//
	// Status is a required field
	Status ChangeStatus `type:"string" required:"true" enum:"true"`

	// The date and time that the change request was submitted in ISO 8601 format
	// (https://en.wikipedia.org/wiki/ISO_8601) 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.
	//
	// SubmittedAt is a required field
	SubmittedAt *time.Time `type:"timestamp" required:"true"`
	// contains filtered or unexported fields
}

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

func (ChangeInfo) MarshalFields added in v0.3.0

func (s ChangeInfo) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ChangeInfo) String

func (s ChangeInfo) String() string

String returns the string representation

type ChangeResourceRecordSetsInput

type ChangeResourceRecordSetsInput struct {

	// A complex type that contains an optional comment and the Changes element.
	//
	// ChangeBatch is a required field
	ChangeBatch *ChangeBatch `type:"structure" required:"true"`

	// The ID of the hosted zone that contains the resource record sets that you
	// want to change.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains change information for the resource record set.

func (ChangeResourceRecordSetsInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ChangeResourceRecordSetsInput) String

String returns the string representation

func (*ChangeResourceRecordSetsInput) Validate

func (s *ChangeResourceRecordSetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ChangeResourceRecordSetsOutput

type ChangeResourceRecordSetsOutput struct {

	// A complex type that contains information about changes made to your hosted
	// zone.
	//
	// This element contains an ID that you use when performing a GetChange (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetChange.html)
	// action to get detailed information about the change.
	//
	// ChangeInfo is a required field
	ChangeInfo *ChangeInfo `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type containing the response for the request.

func (ChangeResourceRecordSetsOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ChangeResourceRecordSetsOutput) String

String returns the string representation

type ChangeResourceRecordSetsRequest

type ChangeResourceRecordSetsRequest struct {
	*aws.Request
	Input *ChangeResourceRecordSetsInput
	Copy  func(*ChangeResourceRecordSetsInput) ChangeResourceRecordSetsRequest
}

ChangeResourceRecordSetsRequest is the request type for the ChangeResourceRecordSets API operation.

func (ChangeResourceRecordSetsRequest) Send

Send marshals and sends the ChangeResourceRecordSets API request.

type ChangeResourceRecordSetsResponse added in v0.9.0

type ChangeResourceRecordSetsResponse struct {
	*ChangeResourceRecordSetsOutput
	// contains filtered or unexported fields
}

ChangeResourceRecordSetsResponse is the response type for the ChangeResourceRecordSets API operation.

func (*ChangeResourceRecordSetsResponse) SDKResponseMetdata added in v0.9.0

func (r *ChangeResourceRecordSetsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ChangeResourceRecordSets request.

type ChangeStatus

type ChangeStatus string
const (
	ChangeStatusPending ChangeStatus = "PENDING"
	ChangeStatusInsync  ChangeStatus = "INSYNC"
)

Enum values for ChangeStatus

func (ChangeStatus) MarshalValue added in v0.3.0

func (enum ChangeStatus) MarshalValue() (string, error)

func (ChangeStatus) MarshalValueBuf added in v0.3.0

func (enum ChangeStatus) MarshalValueBuf(b []byte) ([]byte, error)

type ChangeTagsForResourceInput

type ChangeTagsForResourceInput struct {

	// A complex type that contains a list of the tags that you want to add to the
	// specified health check or hosted zone and/or the tags that you want to edit
	// Value for.
	//
	// You can add a maximum of 10 tags to a health check or a hosted zone.
	AddTags []Tag `locationNameList:"Tag" min:"1" type:"list"`

	// A complex type that contains a list of the tags that you want to delete from
	// the specified health check or hosted zone. You can specify up to 10 keys.
	RemoveTagKeys []string `locationNameList:"Key" min:"1" type:"list"`

	// The ID of the resource for which you want to add, change, or delete tags.
	//
	// ResourceId is a required field
	ResourceId *string `location:"uri" locationName:"ResourceId" type:"string" required:"true"`

	// The type of the resource.
	//
	//    * The resource type for health checks is healthcheck.
	//
	//    * The resource type for hosted zones is hostedzone.
	//
	// ResourceType is a required field
	ResourceType TagResourceType `location:"uri" locationName:"ResourceType" type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the tags that you want to add, edit, or delete.

func (ChangeTagsForResourceInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ChangeTagsForResourceInput) String

String returns the string representation

func (*ChangeTagsForResourceInput) Validate

func (s *ChangeTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ChangeTagsForResourceOutput

type ChangeTagsForResourceOutput struct {
	// contains filtered or unexported fields
}

Empty response for the request.

func (ChangeTagsForResourceOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ChangeTagsForResourceOutput) String

String returns the string representation

type ChangeTagsForResourceRequest

type ChangeTagsForResourceRequest struct {
	*aws.Request
	Input *ChangeTagsForResourceInput
	Copy  func(*ChangeTagsForResourceInput) ChangeTagsForResourceRequest
}

ChangeTagsForResourceRequest is the request type for the ChangeTagsForResource API operation.

func (ChangeTagsForResourceRequest) Send

Send marshals and sends the ChangeTagsForResource API request.

type ChangeTagsForResourceResponse added in v0.9.0

type ChangeTagsForResourceResponse struct {
	*ChangeTagsForResourceOutput
	// contains filtered or unexported fields
}

ChangeTagsForResourceResponse is the response type for the ChangeTagsForResource API operation.

func (*ChangeTagsForResourceResponse) SDKResponseMetdata added in v0.9.0

func (r *ChangeTagsForResourceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ChangeTagsForResource request.

type Client added in v0.9.0

type Client struct {
	*aws.Client
}

Client provides the API operation methods for making requests to Route 53. See this package's package overview docs for details on the service.

The client's methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.

func New

func New(config aws.Config) *Client

New creates a new instance of the client from the provided Config.

Example:

// Create a client from just a config.
svc := route53.New(myConfig)

func (*Client) AssociateVPCWithHostedZoneRequest added in v0.9.0

func (c *Client) AssociateVPCWithHostedZoneRequest(input *AssociateVPCWithHostedZoneInput) AssociateVPCWithHostedZoneRequest

AssociateVPCWithHostedZoneRequest returns a request value for making API operation for Amazon Route 53.

Associates an Amazon VPC with a private hosted zone.

To perform the association, the VPC and the private hosted zone must already exist. Also, you can't convert a public hosted zone into a private hosted zone.

If you want to associate a VPC that was created by one AWS account with a private hosted zone that was created by a different account, do one of the following:

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/AssociateVPCWithHostedZone

Example (Shared00)

To associate a VPC with a hosted zone

The following example associates the VPC with ID vpc-1a2b3c4d with the hosted zone with ID Z3M3LMPEXAMPLE.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/route53"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := route53.New(cfg)
	input := &route53.AssociateVPCWithHostedZoneInput{
		Comment:      aws.String(""),
		HostedZoneId: aws.String("Z3M3LMPEXAMPLE"),
		VPC: &route53.VPC{
			VPCId:     aws.String("vpc-1a2b3c4d"),
			VPCRegion: route53.VPCRegionUsEast2,
		},
	}

	req := svc.AssociateVPCWithHostedZoneRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case route53.ErrCodeNoSuchHostedZone:
				fmt.Println(route53.ErrCodeNoSuchHostedZone, aerr.Error())
			case route53.ErrCodeNotAuthorizedException:
				fmt.Println(route53.ErrCodeNotAuthorizedException, aerr.Error())
			case route53.ErrCodeInvalidVPCId:
				fmt.Println(route53.ErrCodeInvalidVPCId, aerr.Error())
			case route53.ErrCodeInvalidInput:
				fmt.Println(route53.ErrCodeInvalidInput, aerr.Error())
			case route53.ErrCodePublicZoneVPCAssociation:
				fmt.Println(route53.ErrCodePublicZoneVPCAssociation, aerr.Error())
			case route53.ErrCodeConflictingDomainExists:
				fmt.Println(route53.ErrCodeConflictingDomainExists, aerr.Error())
			case route53.ErrCodeLimitsExceeded:
				fmt.Println(route53.ErrCodeLimitsExceeded, aerr.Error())
			case route53.ErrCodePriorRequestNotComplete:
				fmt.Println(route53.ErrCodePriorRequestNotComplete, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) ChangeResourceRecordSetsRequest added in v0.9.0

func (c *Client) ChangeResourceRecordSetsRequest(input *ChangeResourceRecordSetsInput) ChangeResourceRecordSetsRequest

ChangeResourceRecordSetsRequest returns a request value for making API operation for Amazon Route 53.

Creates, changes, or deletes a resource record set, which contains authoritative DNS information for a specified domain name or subdomain name. For example, you can use ChangeResourceRecordSets to create a resource record set that routes traffic for test.example.com to a web server that has an IP address of 192.0.2.44.

Deleting Resource Record Sets

To delete a resource record set, you must specify all the same values that you specified when you created it.

Change Batches and Transactional Changes

The request body must include a document with a ChangeResourceRecordSetsRequest element. The request body contains a list of change items, known as a change batch. Change batches are considered transactional changes. Route 53 validates the changes in the request and then either makes all or none of the changes in the change batch request. This ensures that DNS routing isn't adversely affected by partial changes to the resource record sets in a hosted zone.

For example, suppose a change batch request contains two changes: it deletes the CNAME resource record set for www.example.com and creates an alias resource record set for www.example.com. If validation for both records succeeds, Route 53 deletes the first resource record set and creates the second resource record set in a single operation. If validation for either the DELETE or the CREATE action fails, then the request is canceled, and the original CNAME record continues to exist.

If you try to delete the same resource record set more than once in a single change batch, Route 53 returns an InvalidChangeBatch error.

Traffic Flow

To create resource record sets for complex routing configurations, use either the traffic flow visual editor in the Route 53 console or the API actions for traffic policies and traffic policy instances. Save the configuration as a traffic policy, then associate the traffic policy with one or more domain names (such as example.com) or subdomain names (such as www.example.com), in the same hosted zone or in multiple hosted zones. You can roll back the updates if the new configuration isn't performing as expected. For more information, see Using Traffic Flow to Route DNS Traffic (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/traffic-flow.html) in the Amazon Route 53 Developer Guide.

Create, Delete, and Upsert

Use ChangeResourceRecordsSetsRequest to perform the following actions:

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

  • DELETE: Deletes an existing resource record set that has the specified values.

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

Syntaxes for Creating, Updating, and Deleting Resource Record Sets

The syntax for a request depends on the type of resource record set that you want to create, delete, or update, such as weighted, alias, or failover. The XML elements in your request must appear in the order listed in the syntax.

For an example for each type of resource record set, see "Examples."

Don't refer to the syntax in the "Parameter Syntax" section, which includes all of the elements for every kind of resource record set that you can create, delete, or update by using ChangeResourceRecordSets.

Change Propagation to Route 53 DNS Servers

When you submit a ChangeResourceRecordSets request, Route 53 propagates your changes to all of the Route 53 authoritative DNS servers. While your changes are propagating, GetChange returns a status of PENDING. When propagation is complete, GetChange returns a status of INSYNC. Changes generally propagate to all Route 53 name servers within 60 seconds. For more information, see GetChange (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetChange.html).

Limits on ChangeResourceRecordSets Requests

For information about the limits on a ChangeResourceRecordSets request, see Limits (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html) in the Amazon Route 53 Developer Guide.

// Example sending a request using ChangeResourceRecordSetsRequest.
req := client.ChangeResourceRecordSetsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ChangeResourceRecordSets

Example (Shared00)

To create a basic resource record set

The following example creates a resource record set that routes Internet traffic to a resource with an IP address of 192.0.2.44.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/route53"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := route53.New(cfg)
	input := &route53.ChangeResourceRecordSetsInput{
		ChangeBatch: &route53.ChangeBatch{
			Changes: []route53.Change{
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						Name: aws.String("example.com"),
						ResourceRecords: []route53.ResourceRecord{
							{
								Value: aws.String("192.0.2.44"),
							},
						},
						TTL:  aws.Int64(60),
						Type: route53.RRTypeA,
					},
				},
			},
			Comment: aws.String("Web server for example.com"),
		},
		HostedZoneId: aws.String("Z3M3LMPEXAMPLE"),
	}

	req := svc.ChangeResourceRecordSetsRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case route53.ErrCodeNoSuchHostedZone:
				fmt.Println(route53.ErrCodeNoSuchHostedZone, aerr.Error())
			case route53.ErrCodeNoSuchHealthCheck:
				fmt.Println(route53.ErrCodeNoSuchHealthCheck, aerr.Error())
			case route53.ErrCodeInvalidChangeBatch:
				fmt.Println(route53.ErrCodeInvalidChangeBatch, aerr.Error())
			case route53.ErrCodeInvalidInput:
				fmt.Println(route53.ErrCodeInvalidInput, aerr.Error())
			case route53.ErrCodePriorRequestNotComplete:
				fmt.Println(route53.ErrCodePriorRequestNotComplete, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

Example (Shared01)

To create weighted resource record sets

The following example creates two weighted resource record sets. The resource with a Weight of 100 will get 1/3rd of traffic (100/100+200), and the other resource will get the rest of the traffic for example.com.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/route53"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := route53.New(cfg)
	input := &route53.ChangeResourceRecordSetsInput{
		ChangeBatch: &route53.ChangeBatch{
			Changes: []route53.Change{
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						HealthCheckId: aws.String("abcdef11-2222-3333-4444-555555fedcba"),
						Name:          aws.String("example.com"),
						ResourceRecords: []route53.ResourceRecord{
							{
								Value: aws.String("192.0.2.44"),
							},
						},
						SetIdentifier: aws.String("Seattle data center"),
						TTL:           aws.Int64(60),
						Type:          route53.RRTypeA,
						Weight:        aws.Int64(100),
					},
				},
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						HealthCheckId: aws.String("abcdef66-7777-8888-9999-000000fedcba"),
						Name:          aws.String("example.com"),
						ResourceRecords: []route53.ResourceRecord{
							{
								Value: aws.String("192.0.2.45"),
							},
						},
						SetIdentifier: aws.String("Portland data center"),
						TTL:           aws.Int64(60),
						Type:          route53.RRTypeA,
						Weight:        aws.Int64(200),
					},
				},
			},
			Comment: aws.String("Web servers for example.com"),
		},
		HostedZoneId: aws.String("Z3M3LMPEXAMPLE"),
	}

	req := svc.ChangeResourceRecordSetsRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case route53.ErrCodeNoSuchHostedZone:
				fmt.Println(route53.ErrCodeNoSuchHostedZone, aerr.Error())
			case route53.ErrCodeNoSuchHealthCheck:
				fmt.Println(route53.ErrCodeNoSuchHealthCheck, aerr.Error())
			case route53.ErrCodeInvalidChangeBatch:
				fmt.Println(route53.ErrCodeInvalidChangeBatch, aerr.Error())
			case route53.ErrCodeInvalidInput:
				fmt.Println(route53.ErrCodeInvalidInput, aerr.Error())
			case route53.ErrCodePriorRequestNotComplete:
				fmt.Println(route53.ErrCodePriorRequestNotComplete, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

Example (Shared02)

To create an alias resource record set

The following example creates an alias resource record set that routes traffic to a CloudFront distribution.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/route53"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := route53.New(cfg)
	input := &route53.ChangeResourceRecordSetsInput{
		ChangeBatch: &route53.ChangeBatch{
			Changes: []route53.Change{
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						AliasTarget: &route53.AliasTarget{
							DNSName:              aws.String("d123rk29d0stfj.cloudfront.net"),
							EvaluateTargetHealth: aws.Bool(false),
							HostedZoneId:         aws.String("Z2FDTNDATAQYW2"),
						},
						Name: aws.String("example.com"),
						Type: route53.RRTypeA,
					},
				},
			},
			Comment: aws.String("CloudFront distribution for example.com"),
		},
		HostedZoneId: aws.String("Z3M3LMPEXAMPLE"),
	}

	req := svc.ChangeResourceRecordSetsRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case route53.ErrCodeNoSuchHostedZone:
				fmt.Println(route53.ErrCodeNoSuchHostedZone, aerr.Error())
			case route53.ErrCodeNoSuchHealthCheck:
				fmt.Println(route53.ErrCodeNoSuchHealthCheck, aerr.Error())
			case route53.ErrCodeInvalidChangeBatch:
				fmt.Println(route53.ErrCodeInvalidChangeBatch, aerr.Error())
			case route53.ErrCodeInvalidInput:
				fmt.Println(route53.ErrCodeInvalidInput, aerr.Error())
			case route53.ErrCodePriorRequestNotComplete:
				fmt.Println(route53.ErrCodePriorRequestNotComplete, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

Example (Shared03)

To create weighted alias resource record sets

The following example creates two weighted alias resource record sets that route traffic to ELB load balancers. The resource with a Weight of 100 will get 1/3rd of traffic (100/100+200), and the other resource will get the rest of the traffic for example.com.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/route53"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := route53.New(cfg)
	input := &route53.ChangeResourceRecordSetsInput{
		ChangeBatch: &route53.ChangeBatch{
			Changes: []route53.Change{
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						AliasTarget: &route53.AliasTarget{
							DNSName:              aws.String("example-com-123456789.us-east-2.elb.amazonaws.com "),
							EvaluateTargetHealth: aws.Bool(true),
							HostedZoneId:         aws.String("Z3AADJGX6KTTL2"),
						},
						Name:          aws.String("example.com"),
						SetIdentifier: aws.String("Ohio region"),
						Type:          route53.RRTypeA,
						Weight:        aws.Int64(100),
					},
				},
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						AliasTarget: &route53.AliasTarget{
							DNSName:              aws.String("example-com-987654321.us-west-2.elb.amazonaws.com "),
							EvaluateTargetHealth: aws.Bool(true),
							HostedZoneId:         aws.String("Z1H1FL5HABSF5"),
						},
						Name:          aws.String("example.com"),
						SetIdentifier: aws.String("Oregon region"),
						Type:          route53.RRTypeA,
						Weight:        aws.Int64(200),
					},
				},
			},
			Comment: aws.String("ELB load balancers for example.com"),
		},
		HostedZoneId: aws.String("Z3M3LMPEXAMPLE"),
	}

	req := svc.ChangeResourceRecordSetsRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case route53.ErrCodeNoSuchHostedZone:
				fmt.Println(route53.ErrCodeNoSuchHostedZone, aerr.Error())
			case route53.ErrCodeNoSuchHealthCheck:
				fmt.Println(route53.ErrCodeNoSuchHealthCheck, aerr.Error())
			case route53.ErrCodeInvalidChangeBatch:
				fmt.Println(route53.ErrCodeInvalidChangeBatch, aerr.Error())
			case route53.ErrCodeInvalidInput:
				fmt.Println(route53.ErrCodeInvalidInput, aerr.Error())
			case route53.ErrCodePriorRequestNotComplete:
				fmt.Println(route53.ErrCodePriorRequestNotComplete, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

Example (Shared04)

To create latency resource record sets

The following example creates two latency resource record sets that route traffic to EC2 instances. Traffic for example.com is routed either to the Ohio region or the Oregon region, depending on the latency between the user and those regions.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/route53"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := route53.New(cfg)
	input := &route53.ChangeResourceRecordSetsInput{
		ChangeBatch: &route53.ChangeBatch{
			Changes: []route53.Change{
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						HealthCheckId: aws.String("abcdef11-2222-3333-4444-555555fedcba"),
						Name:          aws.String("example.com"),
						Region:        route53.ResourceRecordSetRegionUsEast2,
						ResourceRecords: []route53.ResourceRecord{
							{
								Value: aws.String("192.0.2.44"),
							},
						},
						SetIdentifier: aws.String("Ohio region"),
						TTL:           aws.Int64(60),
						Type:          route53.RRTypeA,
					},
				},
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						HealthCheckId: aws.String("abcdef66-7777-8888-9999-000000fedcba"),
						Name:          aws.String("example.com"),
						Region:        route53.ResourceRecordSetRegionUsWest2,
						ResourceRecords: []route53.ResourceRecord{
							{
								Value: aws.String("192.0.2.45"),
							},
						},
						SetIdentifier: aws.String("Oregon region"),
						TTL:           aws.Int64(60),
						Type:          route53.RRTypeA,
					},
				},
			},
			Comment: aws.String("EC2 instances for example.com"),
		},
		HostedZoneId: aws.String("Z3M3LMPEXAMPLE"),
	}

	req := svc.ChangeResourceRecordSetsRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case route53.ErrCodeNoSuchHostedZone:
				fmt.Println(route53.ErrCodeNoSuchHostedZone, aerr.Error())
			case route53.ErrCodeNoSuchHealthCheck:
				fmt.Println(route53.ErrCodeNoSuchHealthCheck, aerr.Error())
			case route53.ErrCodeInvalidChangeBatch:
				fmt.Println(route53.ErrCodeInvalidChangeBatch, aerr.Error())
			case route53.ErrCodeInvalidInput:
				fmt.Println(route53.ErrCodeInvalidInput, aerr.Error())
			case route53.ErrCodePriorRequestNotComplete:
				fmt.Println(route53.ErrCodePriorRequestNotComplete, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

Example (Shared05)

To create latency alias resource record sets

The following example creates two latency alias resource record sets that route traffic for example.com to ELB load balancers. Requests are routed either to the Ohio region or the Oregon region, depending on the latency between the user and those regions.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/route53"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := route53.New(cfg)
	input := &route53.ChangeResourceRecordSetsInput{
		ChangeBatch: &route53.ChangeBatch{
			Changes: []route53.Change{
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						AliasTarget: &route53.AliasTarget{
							DNSName:              aws.String("example-com-123456789.us-east-2.elb.amazonaws.com "),
							EvaluateTargetHealth: aws.Bool(true),
							HostedZoneId:         aws.String("Z3AADJGX6KTTL2"),
						},
						Name:          aws.String("example.com"),
						Region:        route53.ResourceRecordSetRegionUsEast2,
						SetIdentifier: aws.String("Ohio region"),
						Type:          route53.RRTypeA,
					},
				},
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						AliasTarget: &route53.AliasTarget{
							DNSName:              aws.String("example-com-987654321.us-west-2.elb.amazonaws.com "),
							EvaluateTargetHealth: aws.Bool(true),
							HostedZoneId:         aws.String("Z1H1FL5HABSF5"),
						},
						Name:          aws.String("example.com"),
						Region:        route53.ResourceRecordSetRegionUsWest2,
						SetIdentifier: aws.String("Oregon region"),
						Type:          route53.RRTypeA,
					},
				},
			},
			Comment: aws.String("ELB load balancers for example.com"),
		},
		HostedZoneId: aws.String("Z3M3LMPEXAMPLE"),
	}

	req := svc.ChangeResourceRecordSetsRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case route53.ErrCodeNoSuchHostedZone:
				fmt.Println(route53.ErrCodeNoSuchHostedZone, aerr.Error())
			case route53.ErrCodeNoSuchHealthCheck:
				fmt.Println(route53.ErrCodeNoSuchHealthCheck, aerr.Error())
			case route53.ErrCodeInvalidChangeBatch:
				fmt.Println(route53.ErrCodeInvalidChangeBatch, aerr.Error())
			case route53.ErrCodeInvalidInput:
				fmt.Println(route53.ErrCodeInvalidInput, aerr.Error())
			case route53.ErrCodePriorRequestNotComplete:
				fmt.Println(route53.ErrCodePriorRequestNotComplete, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

Example (Shared06)

To create failover resource record sets

The following example creates primary and secondary failover resource record sets that route traffic to EC2 instances. Traffic is generally routed to the primary resource, in the Ohio region. If that resource is unavailable, traffic is routed to the secondary resource, in the Oregon region.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/route53"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := route53.New(cfg)
	input := &route53.ChangeResourceRecordSetsInput{
		ChangeBatch: &route53.ChangeBatch{
			Changes: []route53.Change{
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						Failover:      route53.ResourceRecordSetFailoverPrimary,
						HealthCheckId: aws.String("abcdef11-2222-3333-4444-555555fedcba"),
						Name:          aws.String("example.com"),
						ResourceRecords: []route53.ResourceRecord{
							{
								Value: aws.String("192.0.2.44"),
							},
						},
						SetIdentifier: aws.String("Ohio region"),
						TTL:           aws.Int64(60),
						Type:          route53.RRTypeA,
					},
				},
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						Failover:      route53.ResourceRecordSetFailoverSecondary,
						HealthCheckId: aws.String("abcdef66-7777-8888-9999-000000fedcba"),
						Name:          aws.String("example.com"),
						ResourceRecords: []route53.ResourceRecord{
							{
								Value: aws.String("192.0.2.45"),
							},
						},
						SetIdentifier: aws.String("Oregon region"),
						TTL:           aws.Int64(60),
						Type:          route53.RRTypeA,
					},
				},
			},
			Comment: aws.String("Failover configuration for example.com"),
		},
		HostedZoneId: aws.String("Z3M3LMPEXAMPLE"),
	}

	req := svc.ChangeResourceRecordSetsRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case route53.ErrCodeNoSuchHostedZone:
				fmt.Println(route53.ErrCodeNoSuchHostedZone, aerr.Error())
			case route53.ErrCodeNoSuchHealthCheck:
				fmt.Println(route53.ErrCodeNoSuchHealthCheck, aerr.Error())
			case route53.ErrCodeInvalidChangeBatch:
				fmt.Println(route53.ErrCodeInvalidChangeBatch, aerr.Error())
			case route53.ErrCodeInvalidInput:
				fmt.Println(route53.ErrCodeInvalidInput, aerr.Error())
			case route53.ErrCodePriorRequestNotComplete:
				fmt.Println(route53.ErrCodePriorRequestNotComplete, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

Example (Shared07)

To create failover alias resource record sets

The following example creates primary and secondary failover alias resource record sets that route traffic to ELB load balancers. Traffic is generally routed to the primary resource, in the Ohio region. If that resource is unavailable, traffic is routed to the secondary resource, in the Oregon region.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/route53"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := route53.New(cfg)
	input := &route53.ChangeResourceRecordSetsInput{
		ChangeBatch: &route53.ChangeBatch{
			Changes: []route53.Change{
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						AliasTarget: &route53.AliasTarget{
							DNSName:              aws.String("example-com-123456789.us-east-2.elb.amazonaws.com "),
							EvaluateTargetHealth: aws.Bool(true),
							HostedZoneId:         aws.String("Z3AADJGX6KTTL2"),
						},
						Failover:      route53.ResourceRecordSetFailoverPrimary,
						Name:          aws.String("example.com"),
						SetIdentifier: aws.String("Ohio region"),
						Type:          route53.RRTypeA,
					},
				},
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						AliasTarget: &route53.AliasTarget{
							DNSName:              aws.String("example-com-987654321.us-west-2.elb.amazonaws.com "),
							EvaluateTargetHealth: aws.Bool(true),
							HostedZoneId:         aws.String("Z1H1FL5HABSF5"),
						},
						Failover:      route53.ResourceRecordSetFailoverSecondary,
						Name:          aws.String("example.com"),
						SetIdentifier: aws.String("Oregon region"),
						Type:          route53.RRTypeA,
					},
				},
			},
			Comment: aws.String("Failover alias configuration for example.com"),
		},
		HostedZoneId: aws.String("Z3M3LMPEXAMPLE"),
	}

	req := svc.ChangeResourceRecordSetsRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case route53.ErrCodeNoSuchHostedZone:
				fmt.Println(route53.ErrCodeNoSuchHostedZone, aerr.Error())
			case route53.ErrCodeNoSuchHealthCheck:
				fmt.Println(route53.ErrCodeNoSuchHealthCheck, aerr.Error())
			case route53.ErrCodeInvalidChangeBatch:
				fmt.Println(route53.ErrCodeInvalidChangeBatch, aerr.Error())
			case route53.ErrCodeInvalidInput:
				fmt.Println(route53.ErrCodeInvalidInput, aerr.Error())
			case route53.ErrCodePriorRequestNotComplete:
				fmt.Println(route53.ErrCodePriorRequestNotComplete, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

Example (Shared08)

To create geolocation resource record sets

The following example creates four geolocation resource record sets that use IPv4 addresses to route traffic to resources such as web servers running on EC2 instances. Traffic is routed to one of four IP addresses, for North America (NA), for South America (SA), for Europe (EU), and for all other locations (*).

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/route53"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := route53.New(cfg)
	input := &route53.ChangeResourceRecordSetsInput{
		ChangeBatch: &route53.ChangeBatch{
			Changes: []route53.Change{
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						GeoLocation: &route53.GeoLocation{
							ContinentCode: aws.String("NA"),
						},
						Name: aws.String("example.com"),
						ResourceRecords: []route53.ResourceRecord{
							{
								Value: aws.String("192.0.2.44"),
							},
						},
						SetIdentifier: aws.String("North America"),
						TTL:           aws.Int64(60),
						Type:          route53.RRTypeA,
					},
				},
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						GeoLocation: &route53.GeoLocation{
							ContinentCode: aws.String("SA"),
						},
						Name: aws.String("example.com"),
						ResourceRecords: []route53.ResourceRecord{
							{
								Value: aws.String("192.0.2.45"),
							},
						},
						SetIdentifier: aws.String("South America"),
						TTL:           aws.Int64(60),
						Type:          route53.RRTypeA,
					},
				},
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						GeoLocation: &route53.GeoLocation{
							ContinentCode: aws.String("EU"),
						},
						Name: aws.String("example.com"),
						ResourceRecords: []route53.ResourceRecord{
							{
								Value: aws.String("192.0.2.46"),
							},
						},
						SetIdentifier: aws.String("Europe"),
						TTL:           aws.Int64(60),
						Type:          route53.RRTypeA,
					},
				},
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						GeoLocation: &route53.GeoLocation{
							CountryCode: aws.String("*"),
						},
						Name: aws.String("example.com"),
						ResourceRecords: []route53.ResourceRecord{
							{
								Value: aws.String("192.0.2.47"),
							},
						},
						SetIdentifier: aws.String("Other locations"),
						TTL:           aws.Int64(60),
						Type:          route53.RRTypeA,
					},
				},
			},
			Comment: aws.String("Geolocation configuration for example.com"),
		},
		HostedZoneId: aws.String("Z3M3LMPEXAMPLE"),
	}

	req := svc.ChangeResourceRecordSetsRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case route53.ErrCodeNoSuchHostedZone:
				fmt.Println(route53.ErrCodeNoSuchHostedZone, aerr.Error())
			case route53.ErrCodeNoSuchHealthCheck:
				fmt.Println(route53.ErrCodeNoSuchHealthCheck, aerr.Error())
			case route53.ErrCodeInvalidChangeBatch:
				fmt.Println(route53.ErrCodeInvalidChangeBatch, aerr.Error())
			case route53.ErrCodeInvalidInput:
				fmt.Println(route53.ErrCodeInvalidInput, aerr.Error())
			case route53.ErrCodePriorRequestNotComplete:
				fmt.Println(route53.ErrCodePriorRequestNotComplete, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

Example (Shared09)

To create geolocation alias resource record sets

The following example creates four geolocation alias resource record sets that route traffic to ELB load balancers. Traffic is routed to one of four IP addresses, for North America (NA), for South America (SA), for Europe (EU), and for all other locations (*).

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/route53"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := route53.New(cfg)
	input := &route53.ChangeResourceRecordSetsInput{
		ChangeBatch: &route53.ChangeBatch{
			Changes: []route53.Change{
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						AliasTarget: &route53.AliasTarget{
							DNSName:              aws.String("example-com-123456789.us-east-2.elb.amazonaws.com "),
							EvaluateTargetHealth: aws.Bool(true),
							HostedZoneId:         aws.String("Z3AADJGX6KTTL2"),
						},
						GeoLocation: &route53.GeoLocation{
							ContinentCode: aws.String("NA"),
						},
						Name:          aws.String("example.com"),
						SetIdentifier: aws.String("North America"),
						Type:          route53.RRTypeA,
					},
				},
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						AliasTarget: &route53.AliasTarget{
							DNSName:              aws.String("example-com-234567890.sa-east-1.elb.amazonaws.com "),
							EvaluateTargetHealth: aws.Bool(true),
							HostedZoneId:         aws.String("Z2P70J7HTTTPLU"),
						},
						GeoLocation: &route53.GeoLocation{
							ContinentCode: aws.String("SA"),
						},
						Name:          aws.String("example.com"),
						SetIdentifier: aws.String("South America"),
						Type:          route53.RRTypeA,
					},
				},
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						AliasTarget: &route53.AliasTarget{
							DNSName:              aws.String("example-com-234567890.eu-central-1.elb.amazonaws.com "),
							EvaluateTargetHealth: aws.Bool(true),
							HostedZoneId:         aws.String("Z215JYRZR1TBD5"),
						},
						GeoLocation: &route53.GeoLocation{
							ContinentCode: aws.String("EU"),
						},
						Name:          aws.String("example.com"),
						SetIdentifier: aws.String("Europe"),
						Type:          route53.RRTypeA,
					},
				},
				{
					Action: route53.ChangeActionCreate,
					ResourceRecordSet: &route53.ResourceRecordSet{
						AliasTarget: &route53.AliasTarget{
							DNSName:              aws.String("example-com-234567890.ap-southeast-1.elb.amazonaws.com "),
							EvaluateTargetHealth: aws.Bool(true),
							HostedZoneId:         aws.String("Z1LMS91P8CMLE5"),
						},
						GeoLocation: &route53.GeoLocation{
							CountryCode: aws.String("*"),
						},
						Name:          aws.String("example.com"),
						SetIdentifier: aws.String("Other locations"),
						Type:          route53.RRTypeA,
					},
				},
			},
			Comment: aws.String("Geolocation alias configuration for example.com"),
		},
		HostedZoneId: aws.String("Z3M3LMPEXAMPLE"),
	}

	req := svc.ChangeResourceRecordSetsRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case route53.ErrCodeNoSuchHostedZone:
				fmt.Println(route53.ErrCodeNoSuchHostedZone, aerr.Error())
			case route53.ErrCodeNoSuchHealthCheck:
				fmt.Println(route53.ErrCodeNoSuchHealthCheck, aerr.Error())
			case route53.ErrCodeInvalidChangeBatch:
				fmt.Println(route53.ErrCodeInvalidChangeBatch, aerr.Error())
			case route53.ErrCodeInvalidInput:
				fmt.Println(route53.ErrCodeInvalidInput, aerr.Error())
			case route53.ErrCodePriorRequestNotComplete:
				fmt.Println(route53.ErrCodePriorRequestNotComplete, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) ChangeTagsForResourceRequest added in v0.9.0

func (c *Client) ChangeTagsForResourceRequest(input *ChangeTagsForResourceInput) ChangeTagsForResourceRequest

ChangeTagsForResourceRequest returns a request value for making API operation for Amazon Route 53.

Adds, edits, or deletes tags for a health check or a hosted zone.

For information about using tags for cost allocation, see Using Cost Allocation Tags (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html) in the AWS Billing and Cost Management User Guide.

// Example sending a request using ChangeTagsForResourceRequest.
req := client.ChangeTagsForResourceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ChangeTagsForResource

Example (Shared00)

To add or remove tags from a hosted zone or health check

The following example adds two tags and removes one tag from the hosted zone with ID Z3M3LMPEXAMPLE.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/route53"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := route53.New(cfg)
	input := &route53.ChangeTagsForResourceInput{
		AddTags: []route53.Tag{
			{
				Key:   aws.String("apex"),
				Value: aws.String("3874"),
			},
			{
				Key:   aws.String("acme"),
				Value: aws.String("4938"),
			},
		},
		RemoveTagKeys: []string{
			"Nadir",
		},
		ResourceId:   aws.String("Z3M3LMPEXAMPLE"),
		ResourceType: route53.TagResourceTypeHostedzone,
	}

	req := svc.ChangeTagsForResourceRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case route53.ErrCodeInvalidInput:
				fmt.Println(route53.ErrCodeInvalidInput, aerr.Error())
			case route53.ErrCodeNoSuchHealthCheck:
				fmt.Println(route53.ErrCodeNoSuchHealthCheck, aerr.Error())
			case route53.ErrCodeNoSuchHostedZone:
				fmt.Println(route53.ErrCodeNoSuchHostedZone, aerr.Error())
			case route53.ErrCodePriorRequestNotComplete:
				fmt.Println(route53.ErrCodePriorRequestNotComplete, aerr.Error())
			case route53.ErrCodeThrottlingException:
				fmt.Println(route53.ErrCodeThrottlingException, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) CreateHealthCheckRequest added in v0.9.0

func (c *Client) CreateHealthCheckRequest(input *CreateHealthCheckInput) CreateHealthCheckRequest

CreateHealthCheckRequest returns a request value for making API operation for Amazon Route 53.

Creates a new health check.

For information about adding health checks to resource record sets, see HealthCheckId (https://docs.aws.amazon.com/Route53/latest/APIReference/API_ResourceRecordSet.html#Route53-Type-ResourceRecordSet-HealthCheckId) in ChangeResourceRecordSets (https://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html).

ELB Load Balancers

If you're registering EC2 instances with an Elastic Load Balancing (ELB) load balancer, do not create Amazon Route 53 health checks for the EC2 instances. When you register an EC2 instance with a load balancer, you configure settings for an ELB health check, which performs a similar function to a Route 53 health check.

Private Hosted Zones

You can associate health checks with failover resource record sets in a private hosted zone. Note the following:

  • Route 53 health checkers are outside the VPC. To check the health of an endpoint within a VPC by IP address, you must assign a public IP address to the instance in the VPC.

  • You can configure a health checker to check the health of an external resource that the instance relies on, such as a database server.

  • You can create a CloudWatch metric, associate an alarm with the metric, and then create a health check that is based on the state of the alarm. For example, you might create a CloudWatch metric that checks the status of the Amazon EC2 StatusCheckFailed metric, add an alarm to the metric, and then create a health check that is based on the state of the alarm. For information about creating CloudWatch metrics and alarms by using the CloudWatch console, see the Amazon CloudWatch User Guide (https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatch.html).

    // Example sending a request using CreateHealthCheckRequest. req := client.CreateHealthCheckRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateHealthCheck

func (*Client) CreateHostedZoneRequest added in v0.9.0

func (c *Client) CreateHostedZoneRequest(input *CreateHostedZoneInput) CreateHostedZoneRequest

CreateHostedZoneRequest returns a request value for making API operation for Amazon Route 53.

Creates a new public or private hosted zone. You create records in a public hosted zone to define how you want to route traffic on the internet for a domain, such as example.com, and its subdomains (apex.example.com, acme.example.com). You create records in a private hosted zone to define how you want to route traffic for a domain and its subdomains within one or more Amazon Virtual Private Clouds (Amazon VPCs).

You can't convert a public hosted zone to a private hosted zone or vice versa. Instead, you must create a new hosted zone with the same name and create new resource record sets.

For more information about charges for hosted zones, see Amazon Route 53 Pricing (http://aws.amazon.com/route53/pricing/).

Note the following:

  • You can't create a hosted zone for a top-level domain (TLD) such as .com.

  • For public hosted zones, Route 53 automatically creates a default SOA record and four NS records for the zone. For more information about SOA and NS records, see NS and SOA Records that Route 53 Creates for a Hosted Zone (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html) in the Amazon Route 53 Developer Guide. If you want to use the same name servers for multiple public hosted zones, you can optionally associate a reusable delegation set with the hosted zone. See the DelegationSetId element.

  • If your domain is registered with a registrar other than Route 53, you must update the name servers with your registrar to make Route 53 the DNS service for the domain. For more information, see Migrating DNS Service for an Existing Domain to Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/MigratingDNS.html) in the Amazon Route 53 Developer Guide.

When you submit a CreateHostedZone request, the initial status of the hosted zone is PENDING. For public hosted zones, this means that the NS and SOA records are not yet available on all Route 53 DNS servers. When the NS and SOA records are available, the status of the zone changes to INSYNC.

// Example sending a request using CreateHostedZoneRequest.
req := client.CreateHostedZoneRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateHostedZone

func (*Client) CreateQueryLoggingConfigRequest added in v0.9.0

func (c *Client) CreateQueryLoggingConfigRequest(input *CreateQueryLoggingConfigInput) CreateQueryLoggingConfigRequest

CreateQueryLoggingConfigRequest returns a request value for making API operation for Amazon Route 53.

Creates a configuration for DNS query logging. After you create a query logging configuration, Amazon Route 53 begins to publish log data to an Amazon CloudWatch Logs log group.

DNS query logs contain information about the queries that Route 53 receives for a specified public hosted zone, such as the following:

  • Route 53 edge location that responded to the DNS query

  • Domain or subdomain that was requested

  • DNS record type, such as A or AAAA

  • DNS response code, such as NoError or ServFail

Log Group and Resource Policy

Before you create a query logging configuration, perform the following operations.

If you create a query logging configuration using the Route 53 console, Route 53 performs these operations automatically.

Create a CloudWatch Logs log group, and make note of the ARN, which you specify when you create a query logging configuration. Note the following:

  • You must create the log group in the us-east-1 region.

  • You must use the same AWS account to create the log group and the hosted zone that you want to configure query logging for.

  • When you create log groups for query logging, we recommend that you use a consistent prefix, for example: /aws/route53/hosted zone name In the next step, you'll create a resource policy, which controls access to one or more log groups and the associated AWS resources, such as Route 53 hosted zones. There's a limit on the number of resource policies that you can create, so we recommend that you use a consistent prefix so you can use the same resource policy for all the log groups that you create for query logging.

Create a CloudWatch Logs resource policy, and give it the permissions that Route 53 needs to create log streams and to send query logs to log streams. For the value of Resource, specify the ARN for the log group that you created in the previous step. To use the same resource policy for all the CloudWatch Logs log groups that you created for query logging configurations, replace the hosted zone name with *, for example:

arn:aws:logs:us-east-1:123412341234:log-group:/aws/route53/*

You can't use the CloudWatch console to create or edit a resource policy. You must use the CloudWatch API, one of the AWS SDKs, or the AWS CLI.

Log Streams and Edge Locations

When Route 53 finishes creating the configuration for DNS query logging, it does the following:

  • Creates a log stream for an edge location the first time that the edge location responds to DNS queries for the specified hosted zone. That log stream is used to log all queries that Route 53 responds to for that edge location.

  • Begins to send query logs to the applicable log stream.

The name of each log stream is in the following format:

hosted zone ID/edge location code

The edge location code is a three-letter code and an arbitrarily assigned number, for example, DFW3. The three-letter code typically corresponds with the International Air Transport Association airport code for an airport near the edge location. (These abbreviations might change in the future.) For a list of edge locations, see "The Route 53 Global Network" on the Route 53 Product Details (http://aws.amazon.com/route53/details/) page.

Queries That Are Logged

Query logs contain only the queries that DNS resolvers forward to Route 53. If a DNS resolver has already cached the response to a query (such as the IP address for a load balancer for example.com), the resolver will continue to return the cached response. It doesn't forward another query to Route 53 until the TTL for the corresponding resource record set expires. Depending on how many DNS queries are submitted for a resource record set, and depending on the TTL for that resource record set, query logs might contain information about only one query out of every several thousand queries that are submitted to DNS. For more information about how DNS works, see Routing Internet Traffic to Your Website or Web Application (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/welcome-dns-service.html) in the Amazon Route 53 Developer Guide.

Log File Format

For a list of the values in each query log and the format of each value, see Logging DNS Queries (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html) in the Amazon Route 53 Developer Guide.

Pricing

For information about charges for query logs, see Amazon CloudWatch Pricing (http://aws.amazon.com/cloudwatch/pricing/).

How to Stop Logging

If you want Route 53 to stop sending query logs to CloudWatch Logs, delete the query logging configuration. For more information, see DeleteQueryLoggingConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteQueryLoggingConfig.html).

// Example sending a request using CreateQueryLoggingConfigRequest.
req := client.CreateQueryLoggingConfigRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateQueryLoggingConfig

func (*Client) CreateReusableDelegationSetRequest added in v0.9.0

func (c *Client) CreateReusableDelegationSetRequest(input *CreateReusableDelegationSetInput) CreateReusableDelegationSetRequest

CreateReusableDelegationSetRequest returns a request value for making API operation for Amazon Route 53.

Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were created by the same AWS account.

You can also create a reusable delegation set that uses the four name servers that are associated with an existing hosted zone. Specify the hosted zone ID in the CreateReusableDelegationSet request.

You can't associate a reusable delegation set with a private hosted zone.

For information about using a reusable delegation set to configure white label name servers, see Configuring White Label Name Servers (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/white-label-name-servers.html).

The process for migrating existing hosted zones to use a reusable delegation set is comparable to the process for configuring white label name servers. You need to perform the following steps:

Create a reusable delegation set.

Recreate hosted zones, and reduce the TTL to 60 seconds or less.

Recreate resource record sets in the new hosted zones.

Change the registrar's name servers to use the name servers for the new hosted zones.

Monitor traffic for the website or application.

Change TTLs back to their original values.

If you want to migrate existing hosted zones to use a reusable delegation set, the existing hosted zones can't use any of the name servers that are assigned to the reusable delegation set. If one or more hosted zones do use one or more name servers that are assigned to the reusable delegation set, you can do one of the following:

  • For small numbers of hosted zones—up to a few hundred—it's relatively easy to create reusable delegation sets until you get one that has four name servers that don't overlap with any of the name servers in your hosted zones.

  • For larger numbers of hosted zones, the easiest solution is to use more than one reusable delegation set.

  • For larger numbers of hosted zones, you can also migrate hosted zones that have overlapping name servers to hosted zones that don't have overlapping name servers, then migrate the hosted zones again to use the reusable delegation set.

    // Example sending a request using CreateReusableDelegationSetRequest. req := client.CreateReusableDelegationSetRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateReusableDelegationSet

func (*Client) CreateTrafficPolicyInstanceRequest added in v0.9.0

func (c *Client) CreateTrafficPolicyInstanceRequest(input *CreateTrafficPolicyInstanceInput) CreateTrafficPolicyInstanceRequest

CreateTrafficPolicyInstanceRequest returns a request value for making API operation for Amazon Route 53.

Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that CreateTrafficPolicyInstance created.

// Example sending a request using CreateTrafficPolicyInstanceRequest.
req := client.CreateTrafficPolicyInstanceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateTrafficPolicyInstance

func (*Client) CreateTrafficPolicyRequest added in v0.9.0

func (c *Client) CreateTrafficPolicyRequest(input *CreateTrafficPolicyInput) CreateTrafficPolicyRequest

CreateTrafficPolicyRequest returns a request value for making API operation for Amazon Route 53.

Creates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com).

// Example sending a request using CreateTrafficPolicyRequest.
req := client.CreateTrafficPolicyRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateTrafficPolicy

func (*Client) CreateTrafficPolicyVersionRequest added in v0.9.0

func (c *Client) CreateTrafficPolicyVersionRequest(input *CreateTrafficPolicyVersionInput) CreateTrafficPolicyVersionRequest

CreateTrafficPolicyVersionRequest returns a request value for making API operation for Amazon Route 53.

Creates a new version of an existing traffic policy. When you create a new version of a traffic policy, you specify the ID of the traffic policy that you want to update and a JSON-formatted document that describes the new version. You use traffic policies to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com). You can create a maximum of 1000 versions of a traffic policy. If you reach the limit and need to create another version, you'll need to start a new traffic policy.

// Example sending a request using CreateTrafficPolicyVersionRequest.
req := client.CreateTrafficPolicyVersionRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateTrafficPolicyVersion

func (*Client) CreateVPCAssociationAuthorizationRequest added in v0.9.0

func (c *Client) CreateVPCAssociationAuthorizationRequest(input *CreateVPCAssociationAuthorizationInput) CreateVPCAssociationAuthorizationRequest

CreateVPCAssociationAuthorizationRequest returns a request value for making API operation for Amazon Route 53.

Authorizes the AWS account that created a specified VPC to submit an AssociateVPCWithHostedZone request to associate the VPC with a specified hosted zone that was created by a different account. To submit a CreateVPCAssociationAuthorization request, you must use the account that created the hosted zone. After you authorize the association, use the account that created the VPC to submit an AssociateVPCWithHostedZone request.

If you want to associate multiple VPCs that you created by using one account with a hosted zone that you created by using a different account, you must submit one authorization request for each VPC.

// Example sending a request using CreateVPCAssociationAuthorizationRequest.
req := client.CreateVPCAssociationAuthorizationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateVPCAssociationAuthorization

func (*Client) DeleteHealthCheckRequest added in v0.9.0

func (c *Client) DeleteHealthCheckRequest(input *DeleteHealthCheckInput) DeleteHealthCheckRequest

DeleteHealthCheckRequest returns a request value for making API operation for Amazon Route 53.

Deletes a health check.

Amazon Route 53 does not prevent you from deleting a health check even if the health check is associated with one or more resource record sets. If you delete a health check and you don't update the associated resource record sets, the future status of the health check can't be predicted and may change. This will affect the routing of DNS queries for your DNS failover configuration. For more information, see Replacing and Deleting Health Checks (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html#health-checks-deleting.html) in the Amazon Route 53 Developer Guide.

If you're using AWS Cloud Map and you configured Cloud Map to create a Route 53 health check when you register an instance, you can't use the Route 53 DeleteHealthCheck command to delete the health check. The health check is deleted automatically when you deregister the instance; there can be a delay of several hours before the health check is deleted from Route 53.

// Example sending a request using DeleteHealthCheckRequest.
req := client.DeleteHealthCheckRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteHealthCheck

func (*Client) DeleteHostedZoneRequest added in v0.9.0

func (c *Client) DeleteHostedZoneRequest(input *DeleteHostedZoneInput) DeleteHostedZoneRequest

DeleteHostedZoneRequest returns a request value for making API operation for Amazon Route 53.

Deletes a hosted zone.

If the hosted zone was created by another service, such as AWS Cloud Map, see Deleting Public Hosted Zones That Were Created by Another Service (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DeleteHostedZone.html#delete-public-hosted-zone-created-by-another-service) in the Amazon Route 53 Developer Guide for information about how to delete it. (The process is the same for public and private hosted zones that were created by another service.)

If you want to keep your domain registration but you want to stop routing internet traffic to your website or web application, we recommend that you delete resource record sets in the hosted zone instead of deleting the hosted zone.

If you delete a hosted zone, you can't undelete it. You must create a new hosted zone and update the name servers for your domain registration, which can require up to 48 hours to take effect. (If you delegated responsibility for a subdomain to a hosted zone and you delete the child hosted zone, you must update the name servers in the parent hosted zone.) In addition, if you delete a hosted zone, someone could hijack the domain and route traffic to their own resources using your domain name.

If you want to avoid the monthly charge for the hosted zone, you can transfer DNS service for the domain to a free DNS service. When you transfer DNS service, you have to update the name servers for the domain registration. If the domain is registered with Route 53, see UpdateDomainNameservers (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateDomainNameservers.html) for information about how to replace Route 53 name servers with name servers for the new DNS service. If the domain is registered with another registrar, use the method provided by the registrar to update name servers for the domain registration. For more information, perform an internet search on "free DNS service."

You can delete a hosted zone only if it contains only the default SOA record and NS resource record sets. If the hosted zone contains other resource record sets, you must delete them before you can delete the hosted zone. If you try to delete a hosted zone that contains other resource record sets, the request fails, and Route 53 returns a HostedZoneNotEmpty error. For information about deleting records from your hosted zone, see ChangeResourceRecordSets (https://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html).

To verify that the hosted zone has been deleted, do one of the following:

  • Use the GetHostedZone action to request information about the hosted zone.

  • Use the ListHostedZones action to get a list of the hosted zones associated with the current AWS account.

    // Example sending a request using DeleteHostedZoneRequest. req := client.DeleteHostedZoneRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteHostedZone

func (*Client) DeleteQueryLoggingConfigRequest added in v0.9.0

func (c *Client) DeleteQueryLoggingConfigRequest(input *DeleteQueryLoggingConfigInput) DeleteQueryLoggingConfigRequest

DeleteQueryLoggingConfigRequest returns a request value for making API operation for Amazon Route 53.

Deletes a configuration for DNS query logging. If you delete a configuration, Amazon Route 53 stops sending query logs to CloudWatch Logs. Route 53 doesn't delete any logs that are already in CloudWatch Logs.

For more information about DNS query logs, see CreateQueryLoggingConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html).

// Example sending a request using DeleteQueryLoggingConfigRequest.
req := client.DeleteQueryLoggingConfigRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteQueryLoggingConfig

func (*Client) DeleteReusableDelegationSetRequest added in v0.9.0

func (c *Client) DeleteReusableDelegationSetRequest(input *DeleteReusableDelegationSetInput) DeleteReusableDelegationSetRequest

DeleteReusableDelegationSetRequest returns a request value for making API operation for Amazon Route 53.

Deletes a reusable delegation set.

You can delete a reusable delegation set only if it isn't associated with any hosted zones.

To verify that the reusable delegation set is not associated with any hosted zones, submit a GetReusableDelegationSet (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetReusableDelegationSet.html) request and specify the ID of the reusable delegation set that you want to delete.

// Example sending a request using DeleteReusableDelegationSetRequest.
req := client.DeleteReusableDelegationSetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteReusableDelegationSet

func (*Client) DeleteTrafficPolicyInstanceRequest added in v0.9.0

func (c *Client) DeleteTrafficPolicyInstanceRequest(input *DeleteTrafficPolicyInstanceInput) DeleteTrafficPolicyInstanceRequest

DeleteTrafficPolicyInstanceRequest returns a request value for making API operation for Amazon Route 53.

Deletes a traffic policy instance and all of the resource record sets that Amazon Route 53 created when you created the instance.

In the Route 53 console, traffic policy instances are known as policy records.

// Example sending a request using DeleteTrafficPolicyInstanceRequest.
req := client.DeleteTrafficPolicyInstanceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteTrafficPolicyInstance

func (*Client) DeleteTrafficPolicyRequest added in v0.9.0

func (c *Client) DeleteTrafficPolicyRequest(input *DeleteTrafficPolicyInput) DeleteTrafficPolicyRequest

DeleteTrafficPolicyRequest returns a request value for making API operation for Amazon Route 53.

Deletes a traffic policy.

// Example sending a request using DeleteTrafficPolicyRequest.
req := client.DeleteTrafficPolicyRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteTrafficPolicy

func (*Client) DeleteVPCAssociationAuthorizationRequest added in v0.9.0

func (c *Client) DeleteVPCAssociationAuthorizationRequest(input *DeleteVPCAssociationAuthorizationInput) DeleteVPCAssociationAuthorizationRequest

DeleteVPCAssociationAuthorizationRequest returns a request value for making API operation for Amazon Route 53.

Removes authorization to submit an AssociateVPCWithHostedZone request to associate a specified VPC with a hosted zone that was created by a different account. You must use the account that created the hosted zone to submit a DeleteVPCAssociationAuthorization request.

Sending this request only prevents the AWS account that created the VPC from associating the VPC with the Amazon Route 53 hosted zone in the future. If the VPC is already associated with the hosted zone, DeleteVPCAssociationAuthorization won't disassociate the VPC from the hosted zone. If you want to delete an existing association, use DisassociateVPCFromHostedZone.

// Example sending a request using DeleteVPCAssociationAuthorizationRequest.
req := client.DeleteVPCAssociationAuthorizationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DeleteVPCAssociationAuthorization

func (*Client) DisassociateVPCFromHostedZoneRequest added in v0.9.0

func (c *Client) DisassociateVPCFromHostedZoneRequest(input *DisassociateVPCFromHostedZoneInput) DisassociateVPCFromHostedZoneRequest

DisassociateVPCFromHostedZoneRequest returns a request value for making API operation for Amazon Route 53.

Disassociates an Amazon Virtual Private Cloud (Amazon VPC) from an Amazon Route 53 private hosted zone. Note the following:

  • You can't disassociate the last Amazon VPC from a private hosted zone.

  • You can't convert a private hosted zone into a public hosted zone.

  • You can submit a DisassociateVPCFromHostedZone request using either the account that created the hosted zone or the account that created the Amazon VPC.

  • Some services, such as AWS Cloud Map and Amazon Elastic File System (Amazon EFS) automatically create hosted zones and associate VPCs with the hosted zones. A service can create a hosted zone using your account or using its own account. You can disassociate a VPC from a hosted zone only if the service created the hosted zone using your account. When you run DisassociateVPCFromHostedZone (https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListHostedZonesByVPC.html), if the hosted zone has a value for OwningAccount, you can use DisassociateVPCFromHostedZone. If the hosted zone has a value for OwningService, you can't use DisassociateVPCFromHostedZone.

    // Example sending a request using DisassociateVPCFromHostedZoneRequest. req := client.DisassociateVPCFromHostedZoneRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/DisassociateVPCFromHostedZone

func (*Client) GetAccountLimitRequest added in v0.9.0

func (c *Client) GetAccountLimitRequest(input *GetAccountLimitInput) GetAccountLimitRequest

GetAccountLimitRequest returns a request value for making API operation for Amazon Route 53.

Gets the specified limit for the current account, for example, the maximum number of health checks that you can create using the account.

For the default limit, see Limits (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html) in the Amazon Route 53 Developer Guide. To request a higher limit, open a case (https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53).

You can also view account limits in AWS Trusted Advisor. Sign in to the AWS Management Console and open the Trusted Advisor console at https://console.aws.amazon.com/trustedadvisor/ (https://console.aws.amazon.com/trustedadvisor). Then choose Service limits in the navigation pane.

// Example sending a request using GetAccountLimitRequest.
req := client.GetAccountLimitRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetAccountLimit

func (*Client) GetChangeRequest added in v0.9.0

func (c *Client) GetChangeRequest(input *GetChangeInput) GetChangeRequest

GetChangeRequest returns a request value for making API operation for Amazon Route 53.

Returns the current status of a change batch request. The status is one of the following values:

  • PENDING indicates that the changes in this request have not propagated to all Amazon Route 53 DNS servers. This is the initial status of all change batch requests.

  • INSYNC indicates that the changes have propagated to all Route 53 DNS servers.

    // Example sending a request using GetChangeRequest. req := client.GetChangeRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetChange

func (*Client) GetCheckerIpRangesRequest added in v0.9.0

func (c *Client) GetCheckerIpRangesRequest(input *GetCheckerIpRangesInput) GetCheckerIpRangesRequest

GetCheckerIpRangesRequest returns a request value for making API operation for Amazon Route 53.

GetCheckerIpRanges still works, but we recommend that you download ip-ranges.json, which includes IP address ranges for all AWS services. For more information, see IP Address Ranges of Amazon Route 53 Servers (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/route-53-ip-addresses.html) in the Amazon Route 53 Developer Guide.

// Example sending a request using GetCheckerIpRangesRequest.
req := client.GetCheckerIpRangesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetCheckerIpRanges

func (*Client) GetGeoLocationRequest added in v0.9.0

func (c *Client) GetGeoLocationRequest(input *GetGeoLocationInput) GetGeoLocationRequest

GetGeoLocationRequest returns a request value for making API operation for Amazon Route 53.

Gets information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.

Use the following syntax to determine whether a continent is supported for geolocation:

GET /2013-04-01/geolocation?continentcode=two-letter abbreviation for a continent

Use the following syntax to determine whether a country is supported for geolocation:

GET /2013-04-01/geolocation?countrycode=two-character country code

Use the following syntax to determine whether a subdivision of a country is supported for geolocation:

GET /2013-04-01/geolocation?countrycode=two-character country code&subdivisioncode=subdivision code

// Example sending a request using GetGeoLocationRequest.
req := client.GetGeoLocationRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetGeoLocation

func (*Client) GetHealthCheckCountRequest added in v0.9.0

func (c *Client) GetHealthCheckCountRequest(input *GetHealthCheckCountInput) GetHealthCheckCountRequest

GetHealthCheckCountRequest returns a request value for making API operation for Amazon Route 53.

Retrieves the number of health checks that are associated with the current AWS account.

// Example sending a request using GetHealthCheckCountRequest.
req := client.GetHealthCheckCountRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHealthCheckCount

func (*Client) GetHealthCheckLastFailureReasonRequest added in v0.9.0

func (c *Client) GetHealthCheckLastFailureReasonRequest(input *GetHealthCheckLastFailureReasonInput) GetHealthCheckLastFailureReasonRequest

GetHealthCheckLastFailureReasonRequest returns a request value for making API operation for Amazon Route 53.

Gets the reason that a specified health check failed most recently.

// Example sending a request using GetHealthCheckLastFailureReasonRequest.
req := client.GetHealthCheckLastFailureReasonRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHealthCheckLastFailureReason

func (*Client) GetHealthCheckRequest added in v0.9.0

func (c *Client) GetHealthCheckRequest(input *GetHealthCheckInput) GetHealthCheckRequest

GetHealthCheckRequest returns a request value for making API operation for Amazon Route 53.

Gets information about a specified health check.

// Example sending a request using GetHealthCheckRequest.
req := client.GetHealthCheckRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHealthCheck

func (*Client) GetHealthCheckStatusRequest added in v0.9.0

func (c *Client) GetHealthCheckStatusRequest(input *GetHealthCheckStatusInput) GetHealthCheckStatusRequest

GetHealthCheckStatusRequest returns a request value for making API operation for Amazon Route 53.

Gets status of a specified health check.

// Example sending a request using GetHealthCheckStatusRequest.
req := client.GetHealthCheckStatusRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHealthCheckStatus

func (*Client) GetHostedZoneCountRequest added in v0.9.0

func (c *Client) GetHostedZoneCountRequest(input *GetHostedZoneCountInput) GetHostedZoneCountRequest

GetHostedZoneCountRequest returns a request value for making API operation for Amazon Route 53.

Retrieves the number of hosted zones that are associated with the current AWS account.

// Example sending a request using GetHostedZoneCountRequest.
req := client.GetHostedZoneCountRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZoneCount

func (*Client) GetHostedZoneLimitRequest added in v0.9.0

func (c *Client) GetHostedZoneLimitRequest(input *GetHostedZoneLimitInput) GetHostedZoneLimitRequest

GetHostedZoneLimitRequest returns a request value for making API operation for Amazon Route 53.

Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can create in the hosted zone.

For the default limit, see Limits (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html) in the Amazon Route 53 Developer Guide. To request a higher limit, open a case (https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53).

// Example sending a request using GetHostedZoneLimitRequest.
req := client.GetHostedZoneLimitRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZoneLimit

func (*Client) GetHostedZoneRequest added in v0.9.0

func (c *Client) GetHostedZoneRequest(input *GetHostedZoneInput) GetHostedZoneRequest

GetHostedZoneRequest returns a request value for making API operation for Amazon Route 53.

Gets information about a specified hosted zone including the four name servers assigned to the hosted zone.

// Example sending a request using GetHostedZoneRequest.
req := client.GetHostedZoneRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetHostedZone

Example (Shared00)

To get information about a hosted zone

The following example gets information about the Z3M3LMPEXAMPLE hosted zone.

package main

import (
	"context"
	"fmt"

	"github.com/aws/aws-sdk-go-v2/aws"
	"github.com/aws/aws-sdk-go-v2/aws/awserr"
	"github.com/aws/aws-sdk-go-v2/aws/external"
	"github.com/aws/aws-sdk-go-v2/service/route53"
)

func main() {
	cfg, err := external.LoadDefaultAWSConfig()
	if err != nil {
		panic("failed to load config, " + err.Error())
	}

	svc := route53.New(cfg)
	input := &route53.GetHostedZoneInput{
		Id: aws.String("Z3M3LMPEXAMPLE"),
	}

	req := svc.GetHostedZoneRequest(input)
	result, err := req.Send(context.Background())
	if err != nil {
		if aerr, ok := err.(awserr.Error); ok {
			switch aerr.Code() {
			case route53.ErrCodeNoSuchHostedZone:
				fmt.Println(route53.ErrCodeNoSuchHostedZone, aerr.Error())
			case route53.ErrCodeInvalidInput:
				fmt.Println(route53.ErrCodeInvalidInput, aerr.Error())
			default:
				fmt.Println(aerr.Error())
			}
		} else {
			// Print the error, cast err to awserr.Error to get the Code and
			// Message from an error.
			fmt.Println(err.Error())
		}
		return
	}

	fmt.Println(result)
}
Output:

func (*Client) GetQueryLoggingConfigRequest added in v0.9.0

func (c *Client) GetQueryLoggingConfigRequest(input *GetQueryLoggingConfigInput) GetQueryLoggingConfigRequest

GetQueryLoggingConfigRequest returns a request value for making API operation for Amazon Route 53.

Gets information about a specified configuration for DNS query logging.

For more information about DNS query logs, see CreateQueryLoggingConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html) and Logging DNS Queries (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html).

// Example sending a request using GetQueryLoggingConfigRequest.
req := client.GetQueryLoggingConfigRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetQueryLoggingConfig

func (*Client) GetReusableDelegationSetLimitRequest added in v0.9.0

func (c *Client) GetReusableDelegationSetLimitRequest(input *GetReusableDelegationSetLimitInput) GetReusableDelegationSetLimitRequest

GetReusableDelegationSetLimitRequest returns a request value for making API operation for Amazon Route 53.

Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.

For the default limit, see Limits (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html) in the Amazon Route 53 Developer Guide. To request a higher limit, open a case (https://console.aws.amazon.com/support/home#/case/create?issueType=service-limit-increase&limitType=service-code-route53).

// Example sending a request using GetReusableDelegationSetLimitRequest.
req := client.GetReusableDelegationSetLimitRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetReusableDelegationSetLimit

func (*Client) GetReusableDelegationSetRequest added in v0.9.0

func (c *Client) GetReusableDelegationSetRequest(input *GetReusableDelegationSetInput) GetReusableDelegationSetRequest

GetReusableDelegationSetRequest returns a request value for making API operation for Amazon Route 53.

Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set.

// Example sending a request using GetReusableDelegationSetRequest.
req := client.GetReusableDelegationSetRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetReusableDelegationSet

func (*Client) GetTrafficPolicyInstanceCountRequest added in v0.9.0

func (c *Client) GetTrafficPolicyInstanceCountRequest(input *GetTrafficPolicyInstanceCountInput) GetTrafficPolicyInstanceCountRequest

GetTrafficPolicyInstanceCountRequest returns a request value for making API operation for Amazon Route 53.

Gets the number of traffic policy instances that are associated with the current AWS account.

// Example sending a request using GetTrafficPolicyInstanceCountRequest.
req := client.GetTrafficPolicyInstanceCountRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetTrafficPolicyInstanceCount

func (*Client) GetTrafficPolicyInstanceRequest added in v0.9.0

func (c *Client) GetTrafficPolicyInstanceRequest(input *GetTrafficPolicyInstanceInput) GetTrafficPolicyInstanceRequest

GetTrafficPolicyInstanceRequest returns a request value for making API operation for Amazon Route 53.

Gets information about a specified traffic policy instance.

After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

In the Route 53 console, traffic policy instances are known as policy records.

// Example sending a request using GetTrafficPolicyInstanceRequest.
req := client.GetTrafficPolicyInstanceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetTrafficPolicyInstance

func (*Client) GetTrafficPolicyRequest added in v0.9.0

func (c *Client) GetTrafficPolicyRequest(input *GetTrafficPolicyInput) GetTrafficPolicyRequest

GetTrafficPolicyRequest returns a request value for making API operation for Amazon Route 53.

Gets information about a specific traffic policy version.

// Example sending a request using GetTrafficPolicyRequest.
req := client.GetTrafficPolicyRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/GetTrafficPolicy

func (*Client) ListGeoLocationsRequest added in v0.9.0

func (c *Client) ListGeoLocationsRequest(input *ListGeoLocationsInput) ListGeoLocationsRequest

ListGeoLocationsRequest returns a request value for making API operation for Amazon Route 53.

Retrieves a list of supported geographic locations.

Countries are listed first, and continents are listed last. If Amazon Route 53 supports subdivisions for a country (for example, states or provinces), the subdivisions for that country are listed in alphabetical order immediately after the corresponding country.

For a list of supported geolocation codes, see the GeoLocation (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html) data type.

// Example sending a request using ListGeoLocationsRequest.
req := client.ListGeoLocationsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListGeoLocations

func (*Client) ListHealthChecksRequest added in v0.9.0

func (c *Client) ListHealthChecksRequest(input *ListHealthChecksInput) ListHealthChecksRequest

ListHealthChecksRequest returns a request value for making API operation for Amazon Route 53.

Retrieve a list of the health checks that are associated with the current AWS account.

// Example sending a request using ListHealthChecksRequest.
req := client.ListHealthChecksRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListHealthChecks

func (*Client) ListHostedZonesByNameRequest added in v0.9.0

func (c *Client) ListHostedZonesByNameRequest(input *ListHostedZonesByNameInput) ListHostedZonesByNameRequest

ListHostedZonesByNameRequest returns a request value for making API operation for Amazon Route 53.

Retrieves a list of your hosted zones in lexicographic order. The response includes a HostedZones child element for each hosted zone created by the current AWS account.

ListHostedZonesByName sorts hosted zones by name with the labels reversed. For example:

com.example.www.

Note the trailing dot, which can change the sort order in some circumstances.

If the domain name includes escape characters or Punycode, ListHostedZonesByName alphabetizes the domain name using the escaped or Punycoded value, which is the format that Amazon Route 53 saves in its database. For example, to create a hosted zone for exämple.com, you specify ex\344mple.com for the domain name. ListHostedZonesByName alphabetizes it as:

com.ex\344mple.

The labels are reversed and alphabetized using the escaped value. For more information about valid domain name formats, including internationalized domain names, see DNS Domain Name Format (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html) in the Amazon Route 53 Developer Guide.

Route 53 returns up to 100 items in each response. If you have a lot of hosted zones, use the MaxItems parameter to list them in groups of up to 100. The response includes values that help navigate from one group of MaxItems hosted zones to the next:

  • The DNSName and HostedZoneId elements in the response contain the values, if any, specified for the dnsname and hostedzoneid parameters in the request that produced the current response.

  • The MaxItems element in the response contains the value, if any, that you specified for the maxitems parameter in the request that produced the current response.

  • If the value of IsTruncated in the response is true, there are more hosted zones associated with the current AWS account. If IsTruncated is false, this response includes the last hosted zone that is associated with the current account. The NextDNSName element and NextHostedZoneId elements are omitted from the response.

  • The NextDNSName and NextHostedZoneId elements in the response contain the domain name and the hosted zone ID of the next hosted zone that is associated with the current AWS account. If you want to list more hosted zones, make another call to ListHostedZonesByName, and specify the value of NextDNSName and NextHostedZoneId in the dnsname and hostedzoneid parameters, respectively.

    // Example sending a request using ListHostedZonesByNameRequest. req := client.ListHostedZonesByNameRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListHostedZonesByName

func (*Client) ListHostedZonesByVPCRequest added in v0.24.0

func (c *Client) ListHostedZonesByVPCRequest(input *ListHostedZonesByVPCInput) ListHostedZonesByVPCRequest

ListHostedZonesByVPCRequest returns a request value for making API operation for Amazon Route 53.

Lists all the private hosted zones that a specified VPC is associated with, regardless of which AWS account or AWS service owns the hosted zones. The HostedZoneOwner structure in the response contains one of the following values:

  • An OwningAccount element, which contains the account number of either the current AWS account or another AWS account. Some services, such as AWS Cloud Map, create hosted zones using the current account.

  • An OwningService element, which identifies the AWS service that created and owns the hosted zone. For example, if a hosted zone was created by Amazon Elastic File System (Amazon EFS), the value of Owner is efs.amazonaws.com.

    // Example sending a request using ListHostedZonesByVPCRequest. req := client.ListHostedZonesByVPCRequest(params) resp, err := req.Send(context.TODO()) if err == nil { fmt.Println(resp) }

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListHostedZonesByVPC

func (*Client) ListHostedZonesRequest added in v0.9.0

func (c *Client) ListHostedZonesRequest(input *ListHostedZonesInput) ListHostedZonesRequest

ListHostedZonesRequest returns a request value for making API operation for Amazon Route 53.

Retrieves a list of the public and private hosted zones that are associated with the current AWS account. The response includes a HostedZones child element for each hosted zone.

Amazon Route 53 returns a maximum of 100 items in each response. If you have a lot of hosted zones, you can use the maxitems parameter to list them in groups of up to 100.

// Example sending a request using ListHostedZonesRequest.
req := client.ListHostedZonesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListHostedZones

func (*Client) ListQueryLoggingConfigsRequest added in v0.9.0

func (c *Client) ListQueryLoggingConfigsRequest(input *ListQueryLoggingConfigsInput) ListQueryLoggingConfigsRequest

ListQueryLoggingConfigsRequest returns a request value for making API operation for Amazon Route 53.

Lists the configurations for DNS query logging that are associated with the current AWS account or the configuration that is associated with a specified hosted zone.

For more information about DNS query logs, see CreateQueryLoggingConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateQueryLoggingConfig.html). Additional information, including the format of DNS query logs, appears in Logging DNS Queries (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/query-logs.html) in the Amazon Route 53 Developer Guide.

// Example sending a request using ListQueryLoggingConfigsRequest.
req := client.ListQueryLoggingConfigsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListQueryLoggingConfigs

func (*Client) ListResourceRecordSetsRequest added in v0.9.0

func (c *Client) ListResourceRecordSetsRequest(input *ListResourceRecordSetsInput) ListResourceRecordSetsRequest

ListResourceRecordSetsRequest returns a request value for making API operation for Amazon Route 53.

Lists the resource record sets in a specified hosted zone.

ListResourceRecordSets returns up to 100 resource record sets at a time in ASCII order, beginning at a position specified by the name and type elements.

Sort order

ListResourceRecordSets sorts results first by DNS name with the labels reversed, for example:

com.example.www.

Note the trailing dot, which can change the sort order when the record name contains characters that appear before . (decimal 46) in the ASCII table. These characters include the following: ! " # $ % & ' ( ) * + , -

When multiple records have the same DNS name, ListResourceRecordSets sorts results by the record type.

Specifying where to start listing records

You can use the name and type elements to specify the resource record set that the list begins with:

If you do not specify Name or Type

The results begin with the first resource record set that the hosted zone contains.

If you specify Name but not Type

The results begin with the first resource record set in the list whose name is greater than or equal to Name.

If you specify Type but not Name

Amazon Route 53 returns the InvalidInput error.

If you specify both Name and Type

The results begin with the first resource record set in the list whose name is greater than or equal to Name, and whose type is greater than or equal to Type.

Resource record sets that are PENDING

This action returns the most current version of the records. This includes records that are PENDING, and that are not yet available on all Route 53 DNS servers.

Changing resource record sets

To ensure that you get an accurate listing of the resource record sets for a hosted zone at a point in time, do not submit a ChangeResourceRecordSets request while you're paging through the results of a ListResourceRecordSets request. If you do, some pages may display results without the latest changes while other pages display results with the latest changes.

Displaying the next page of results

If a ListResourceRecordSets command returns more than one page of results, the value of IsTruncated is true. To display the next page of results, get the values of NextRecordName, NextRecordType, and NextRecordIdentifier (if any) from the response. Then submit another ListResourceRecordSets request, and specify those values for StartRecordName, StartRecordType, and StartRecordIdentifier.

// Example sending a request using ListResourceRecordSetsRequest.
req := client.ListResourceRecordSetsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListResourceRecordSets

func (*Client) ListReusableDelegationSetsRequest added in v0.9.0

func (c *Client) ListReusableDelegationSetsRequest(input *ListReusableDelegationSetsInput) ListReusableDelegationSetsRequest

ListReusableDelegationSetsRequest returns a request value for making API operation for Amazon Route 53.

Retrieves a list of the reusable delegation sets that are associated with the current AWS account.

// Example sending a request using ListReusableDelegationSetsRequest.
req := client.ListReusableDelegationSetsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListReusableDelegationSets

func (*Client) ListTagsForResourceRequest added in v0.9.0

func (c *Client) ListTagsForResourceRequest(input *ListTagsForResourceInput) ListTagsForResourceRequest

ListTagsForResourceRequest returns a request value for making API operation for Amazon Route 53.

Lists tags for one health check or hosted zone.

For information about using tags for cost allocation, see Using Cost Allocation Tags (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html) in the AWS Billing and Cost Management User Guide.

// Example sending a request using ListTagsForResourceRequest.
req := client.ListTagsForResourceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTagsForResource

func (*Client) ListTagsForResourcesRequest added in v0.9.0

func (c *Client) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) ListTagsForResourcesRequest

ListTagsForResourcesRequest returns a request value for making API operation for Amazon Route 53.

Lists tags for up to 10 health checks or hosted zones.

For information about using tags for cost allocation, see Using Cost Allocation Tags (https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html) in the AWS Billing and Cost Management User Guide.

// Example sending a request using ListTagsForResourcesRequest.
req := client.ListTagsForResourcesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTagsForResources

func (*Client) ListTrafficPoliciesRequest added in v0.9.0

func (c *Client) ListTrafficPoliciesRequest(input *ListTrafficPoliciesInput) ListTrafficPoliciesRequest

ListTrafficPoliciesRequest returns a request value for making API operation for Amazon Route 53.

Gets information about the latest version for every traffic policy that is associated with the current AWS account. Policies are listed in the order that they were created in.

// Example sending a request using ListTrafficPoliciesRequest.
req := client.ListTrafficPoliciesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTrafficPolicies

func (*Client) ListTrafficPolicyInstancesByHostedZoneRequest added in v0.9.0

func (c *Client) ListTrafficPolicyInstancesByHostedZoneRequest(input *ListTrafficPolicyInstancesByHostedZoneInput) ListTrafficPolicyInstancesByHostedZoneRequest

ListTrafficPolicyInstancesByHostedZoneRequest returns a request value for making API operation for Amazon Route 53.

Gets information about the traffic policy instances that you created in a specified hosted zone.

After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems parameter to list them in groups of up to 100.

// Example sending a request using ListTrafficPolicyInstancesByHostedZoneRequest.
req := client.ListTrafficPolicyInstancesByHostedZoneRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTrafficPolicyInstancesByHostedZone

func (*Client) ListTrafficPolicyInstancesByPolicyRequest added in v0.9.0

func (c *Client) ListTrafficPolicyInstancesByPolicyRequest(input *ListTrafficPolicyInstancesByPolicyInput) ListTrafficPolicyInstancesByPolicyRequest

ListTrafficPolicyInstancesByPolicyRequest returns a request value for making API operation for Amazon Route 53.

Gets information about the traffic policy instances that you created by using a specify traffic policy version.

After you submit a CreateTrafficPolicyInstance or an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems parameter to list them in groups of up to 100.

// Example sending a request using ListTrafficPolicyInstancesByPolicyRequest.
req := client.ListTrafficPolicyInstancesByPolicyRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTrafficPolicyInstancesByPolicy

func (*Client) ListTrafficPolicyInstancesRequest added in v0.9.0

func (c *Client) ListTrafficPolicyInstancesRequest(input *ListTrafficPolicyInstancesInput) ListTrafficPolicyInstancesRequest

ListTrafficPolicyInstancesRequest returns a request value for making API operation for Amazon Route 53.

Gets information about the traffic policy instances that you created by using the current AWS account.

After you submit an UpdateTrafficPolicyInstance request, there's a brief delay while Amazon Route 53 creates the resource record sets that are specified in the traffic policy definition. For more information, see the State response element.

Route 53 returns a maximum of 100 items in each response. If you have a lot of traffic policy instances, you can use the MaxItems parameter to list them in groups of up to 100.

// Example sending a request using ListTrafficPolicyInstancesRequest.
req := client.ListTrafficPolicyInstancesRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTrafficPolicyInstances

func (*Client) ListTrafficPolicyVersionsRequest added in v0.9.0

func (c *Client) ListTrafficPolicyVersionsRequest(input *ListTrafficPolicyVersionsInput) ListTrafficPolicyVersionsRequest

ListTrafficPolicyVersionsRequest returns a request value for making API operation for Amazon Route 53.

Gets information about all of the versions for a specified traffic policy.

Traffic policy versions are listed in numerical order by VersionNumber.

// Example sending a request using ListTrafficPolicyVersionsRequest.
req := client.ListTrafficPolicyVersionsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListTrafficPolicyVersions

func (*Client) ListVPCAssociationAuthorizationsRequest added in v0.9.0

func (c *Client) ListVPCAssociationAuthorizationsRequest(input *ListVPCAssociationAuthorizationsInput) ListVPCAssociationAuthorizationsRequest

ListVPCAssociationAuthorizationsRequest returns a request value for making API operation for Amazon Route 53.

Gets a list of the VPCs that were created by other accounts and that can be associated with a specified hosted zone because you've submitted one or more CreateVPCAssociationAuthorization requests.

The response includes a VPCs element with a VPC child element for each VPC that can be associated with the hosted zone.

// Example sending a request using ListVPCAssociationAuthorizationsRequest.
req := client.ListVPCAssociationAuthorizationsRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/ListVPCAssociationAuthorizations

func (*Client) TestDNSAnswerRequest added in v0.9.0

func (c *Client) TestDNSAnswerRequest(input *TestDNSAnswerInput) TestDNSAnswerRequest

TestDNSAnswerRequest returns a request value for making API operation for Amazon Route 53.

Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask.

// Example sending a request using TestDNSAnswerRequest.
req := client.TestDNSAnswerRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/TestDNSAnswer

func (*Client) UpdateHealthCheckRequest added in v0.9.0

func (c *Client) UpdateHealthCheckRequest(input *UpdateHealthCheckInput) UpdateHealthCheckRequest

UpdateHealthCheckRequest returns a request value for making API operation for Amazon Route 53.

Updates an existing health check. Note that some values can't be updated.

For more information about updating health checks, see Creating, Updating, and Deleting Health Checks (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating-deleting.html) in the Amazon Route 53 Developer Guide.

// Example sending a request using UpdateHealthCheckRequest.
req := client.UpdateHealthCheckRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/UpdateHealthCheck

func (*Client) UpdateHostedZoneCommentRequest added in v0.9.0

func (c *Client) UpdateHostedZoneCommentRequest(input *UpdateHostedZoneCommentInput) UpdateHostedZoneCommentRequest

UpdateHostedZoneCommentRequest returns a request value for making API operation for Amazon Route 53.

Updates the comment for a specified hosted zone.

// Example sending a request using UpdateHostedZoneCommentRequest.
req := client.UpdateHostedZoneCommentRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/UpdateHostedZoneComment

func (*Client) UpdateTrafficPolicyCommentRequest added in v0.9.0

func (c *Client) UpdateTrafficPolicyCommentRequest(input *UpdateTrafficPolicyCommentInput) UpdateTrafficPolicyCommentRequest

UpdateTrafficPolicyCommentRequest returns a request value for making API operation for Amazon Route 53.

Updates the comment for a specified traffic policy version.

// Example sending a request using UpdateTrafficPolicyCommentRequest.
req := client.UpdateTrafficPolicyCommentRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/UpdateTrafficPolicyComment

func (*Client) UpdateTrafficPolicyInstanceRequest added in v0.9.0

func (c *Client) UpdateTrafficPolicyInstanceRequest(input *UpdateTrafficPolicyInstanceInput) UpdateTrafficPolicyInstanceRequest

UpdateTrafficPolicyInstanceRequest returns a request value for making API operation for Amazon Route 53.

Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version.

When you update a traffic policy instance, Amazon Route 53 continues to respond to DNS queries for the root resource record set name (such as example.com) while it replaces one group of resource record sets with another. Route 53 performs the following operations:

Route 53 creates a new group of resource record sets based on the specified traffic policy. This is true regardless of how significant the differences are between the existing resource record sets and the new resource record sets.

When all of the new resource record sets have been created, Route 53 starts to respond to DNS queries for the root resource record set name (such as example.com) by using the new resource record sets.

Route 53 deletes the old group of resource record sets that are associated with the root resource record set name.

// Example sending a request using UpdateTrafficPolicyInstanceRequest.
req := client.UpdateTrafficPolicyInstanceRequest(params)
resp, err := req.Send(context.TODO())
if err == nil {
    fmt.Println(resp)
}

Please also see https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/UpdateTrafficPolicyInstance

func (*Client) WaitUntilResourceRecordSetsChanged added in v0.9.0

func (c *Client) WaitUntilResourceRecordSetsChanged(ctx context.Context, input *GetChangeInput, opts ...aws.WaiterOption) error

WaitUntilResourceRecordSetsChanged uses the Route 53 API operation GetChange to wait for a condition to be met before returning. If the condition is not met within the max attempt window, an error will be returned.

The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.

type CloudWatchAlarmConfiguration

type CloudWatchAlarmConfiguration struct {

	// For the metric that the CloudWatch alarm is associated with, the arithmetic
	// operation that is used for the comparison.
	//
	// ComparisonOperator is a required field
	ComparisonOperator ComparisonOperator `type:"string" required:"true" enum:"true"`

	// 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 (https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html)
	// in the Amazon CloudWatch User Guide.
	Dimensions []Dimension `locationNameList:"Dimension" type:"list"`

	// For the metric that the CloudWatch alarm is associated with, the number of
	// periods that the metric is compared to the threshold.
	//
	// EvaluationPeriods is a required field
	EvaluationPeriods *int64 `min:"1" type:"integer" required:"true"`

	// The name of the CloudWatch metric that the alarm is associated with.
	//
	// MetricName is a required field
	MetricName *string `min:"1" type:"string" required:"true"`

	// The namespace of the metric that the alarm is associated with. For more information,
	// see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference (https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html)
	// in the Amazon CloudWatch User Guide.
	//
	// Namespace is a required field
	Namespace *string `min:"1" type:"string" required:"true"`

	// For the metric that the CloudWatch alarm is associated with, the duration
	// of one evaluation period in seconds.
	//
	// Period is a required field
	Period *int64 `min:"60" type:"integer" required:"true"`

	// For the metric that the CloudWatch alarm is associated with, the statistic
	// that is applied to the metric.
	//
	// Statistic is a required field
	Statistic Statistic `type:"string" required:"true" enum:"true"`

	// For the metric that the CloudWatch alarm is associated with, the value the
	// metric is compared with.
	//
	// Threshold is a required field
	Threshold *float64 `type:"double" required:"true"`
	// contains filtered or unexported fields
}

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

func (CloudWatchAlarmConfiguration) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CloudWatchAlarmConfiguration) String

String returns the string representation

type CloudWatchRegion

type CloudWatchRegion string
const (
	CloudWatchRegionUsEast1      CloudWatchRegion = "us-east-1"
	CloudWatchRegionUsEast2      CloudWatchRegion = "us-east-2"
	CloudWatchRegionUsWest1      CloudWatchRegion = "us-west-1"
	CloudWatchRegionUsWest2      CloudWatchRegion = "us-west-2"
	CloudWatchRegionCaCentral1   CloudWatchRegion = "ca-central-1"
	CloudWatchRegionEuCentral1   CloudWatchRegion = "eu-central-1"
	CloudWatchRegionEuWest1      CloudWatchRegion = "eu-west-1"
	CloudWatchRegionEuWest2      CloudWatchRegion = "eu-west-2"
	CloudWatchRegionEuWest3      CloudWatchRegion = "eu-west-3"
	CloudWatchRegionApEast1      CloudWatchRegion = "ap-east-1"
	CloudWatchRegionMeSouth1     CloudWatchRegion = "me-south-1"
	CloudWatchRegionApSouth1     CloudWatchRegion = "ap-south-1"
	CloudWatchRegionApSoutheast1 CloudWatchRegion = "ap-southeast-1"
	CloudWatchRegionApSoutheast2 CloudWatchRegion = "ap-southeast-2"
	CloudWatchRegionApNortheast1 CloudWatchRegion = "ap-northeast-1"
	CloudWatchRegionApNortheast2 CloudWatchRegion = "ap-northeast-2"
	CloudWatchRegionApNortheast3 CloudWatchRegion = "ap-northeast-3"
	CloudWatchRegionEuNorth1     CloudWatchRegion = "eu-north-1"
	CloudWatchRegionSaEast1      CloudWatchRegion = "sa-east-1"
	CloudWatchRegionCnNorthwest1 CloudWatchRegion = "cn-northwest-1"
	CloudWatchRegionCnNorth1     CloudWatchRegion = "cn-north-1"
	CloudWatchRegionAfSouth1     CloudWatchRegion = "af-south-1"
	CloudWatchRegionEuSouth1     CloudWatchRegion = "eu-south-1"
	CloudWatchRegionUsGovWest1   CloudWatchRegion = "us-gov-west-1"
	CloudWatchRegionUsGovEast1   CloudWatchRegion = "us-gov-east-1"
	CloudWatchRegionUsIsoEast1   CloudWatchRegion = "us-iso-east-1"
	CloudWatchRegionUsIsobEast1  CloudWatchRegion = "us-isob-east-1"
)

Enum values for CloudWatchRegion

func (CloudWatchRegion) MarshalValue added in v0.3.0

func (enum CloudWatchRegion) MarshalValue() (string, error)

func (CloudWatchRegion) MarshalValueBuf added in v0.3.0

func (enum CloudWatchRegion) MarshalValueBuf(b []byte) ([]byte, error)

type ComparisonOperator

type ComparisonOperator string
const (
	ComparisonOperatorGreaterThanOrEqualToThreshold ComparisonOperator = "GreaterThanOrEqualToThreshold"
	ComparisonOperatorGreaterThanThreshold          ComparisonOperator = "GreaterThanThreshold"
	ComparisonOperatorLessThanThreshold             ComparisonOperator = "LessThanThreshold"
	ComparisonOperatorLessThanOrEqualToThreshold    ComparisonOperator = "LessThanOrEqualToThreshold"
)

Enum values for ComparisonOperator

func (ComparisonOperator) MarshalValue added in v0.3.0

func (enum ComparisonOperator) MarshalValue() (string, error)

func (ComparisonOperator) MarshalValueBuf added in v0.3.0

func (enum ComparisonOperator) MarshalValueBuf(b []byte) ([]byte, error)

type CreateHealthCheckInput

type CreateHealthCheckInput struct {

	// A unique string that identifies the request and that allows you to retry
	// a failed CreateHealthCheck request without the risk of creating two identical
	// health checks:
	//
	//    * If you send a CreateHealthCheck request with the same CallerReference
	//    and settings as a previous request, and if the health check doesn't exist,
	//    Amazon Route 53 creates the health check. If the health check does exist,
	//    Route 53 returns the settings for the existing health check.
	//
	//    * If you send a CreateHealthCheck request with the same CallerReference
	//    as a deleted health check, regardless of the settings, Route 53 returns
	//    a HealthCheckAlreadyExists error.
	//
	//    * If you send a CreateHealthCheck request with the same CallerReference
	//    as an existing health check but with different settings, Route 53 returns
	//    a HealthCheckAlreadyExists error.
	//
	//    * If you send a CreateHealthCheck request with a unique CallerReference
	//    but settings identical to an existing health check, Route 53 creates the
	//    health check.
	//
	// CallerReference is a required field
	CallerReference *string `min:"1" type:"string" required:"true"`

	// A complex type that contains settings for a new health check.
	//
	// HealthCheckConfig is a required field
	HealthCheckConfig *HealthCheckConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the health check request information.

func (CreateHealthCheckInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateHealthCheckInput) String

func (s CreateHealthCheckInput) String() string

String returns the string representation

func (*CreateHealthCheckInput) Validate

func (s *CreateHealthCheckInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateHealthCheckOutput

type CreateHealthCheckOutput struct {

	// A complex type that contains identifying information about the health check.
	//
	// HealthCheck is a required field
	HealthCheck *HealthCheck `type:"structure" required:"true"`

	// The unique URL representing the new health check.
	//
	// Location is a required field
	Location *string `location:"header" locationName:"Location" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type containing the response information for the new health check.

func (CreateHealthCheckOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateHealthCheckOutput) String

func (s CreateHealthCheckOutput) String() string

String returns the string representation

type CreateHealthCheckRequest

type CreateHealthCheckRequest struct {
	*aws.Request
	Input *CreateHealthCheckInput
	Copy  func(*CreateHealthCheckInput) CreateHealthCheckRequest
}

CreateHealthCheckRequest is the request type for the CreateHealthCheck API operation.

func (CreateHealthCheckRequest) Send

Send marshals and sends the CreateHealthCheck API request.

type CreateHealthCheckResponse added in v0.9.0

type CreateHealthCheckResponse struct {
	*CreateHealthCheckOutput
	// contains filtered or unexported fields
}

CreateHealthCheckResponse is the response type for the CreateHealthCheck API operation.

func (*CreateHealthCheckResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateHealthCheckResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateHealthCheck request.

type CreateHostedZoneInput

type CreateHostedZoneInput struct {

	// A unique string that identifies the request and that allows failed CreateHostedZone
	// requests to be retried without the risk of executing the operation twice.
	// You must use a unique CallerReference string every time you submit a CreateHostedZone
	// request. CallerReference can be any unique string, for example, a date/time
	// stamp.
	//
	// CallerReference is a required field
	CallerReference *string `min:"1" type:"string" required:"true"`

	// If you want to associate a reusable delegation set with this hosted zone,
	// the ID that Amazon Route 53 assigned to the reusable delegation set when
	// you created it. For more information about reusable delegation sets, see
	// CreateReusableDelegationSet (https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateReusableDelegationSet.html).
	DelegationSetId *string `type:"string"`

	// (Optional) A complex type that contains the following optional values:
	//
	//    * For public and private hosted zones, an optional comment
	//
	//    * For private hosted zones, an optional PrivateZone element
	//
	// If you don't specify a comment or the PrivateZone element, omit HostedZoneConfig
	// and the other elements.
	HostedZoneConfig *HostedZoneConfig `type:"structure"`

	// The name of the domain. Specify a fully qualified domain name, for example,
	// www.example.com. The trailing dot is optional; Amazon Route 53 assumes that
	// the domain name 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.
	//
	// If you're creating a public hosted zone, this is the name you have registered
	// with your DNS registrar. If your domain name is registered with a registrar
	// other than Route 53, change the name servers for your domain to the set of
	// NameServers that CreateHostedZone returns in DelegationSet.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// (Private hosted zones only) A complex type that contains information about
	// the Amazon VPC that you're associating with this hosted zone.
	//
	// You can specify only one Amazon VPC when you create a private hosted zone.
	// To associate additional Amazon VPCs with the hosted zone, use AssociateVPCWithHostedZone
	// (https://docs.aws.amazon.com/Route53/latest/APIReference/API_AssociateVPCWithHostedZone.html)
	// after you create a hosted zone.
	VPC *VPC `type:"structure"`
	// contains filtered or unexported fields
}

A complex type that contains information about the request to create a public or private hosted zone.

func (CreateHostedZoneInput) MarshalFields added in v0.3.0

func (s CreateHostedZoneInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateHostedZoneInput) String

func (s CreateHostedZoneInput) String() string

String returns the string representation

func (*CreateHostedZoneInput) Validate

func (s *CreateHostedZoneInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateHostedZoneOutput

type CreateHostedZoneOutput struct {

	// A complex type that contains information about the CreateHostedZone request.
	//
	// ChangeInfo is a required field
	ChangeInfo *ChangeInfo `type:"structure" required:"true"`

	// A complex type that describes the name servers for this hosted zone.
	//
	// DelegationSet is a required field
	DelegationSet *DelegationSet `type:"structure" required:"true"`

	// A complex type that contains general information about the hosted zone.
	//
	// HostedZone is a required field
	HostedZone *HostedZone `type:"structure" required:"true"`

	// The unique URL representing the new hosted zone.
	//
	// Location is a required field
	Location *string `location:"header" locationName:"Location" type:"string" required:"true"`

	// A complex type that contains information about an Amazon VPC that you associated
	// with this hosted zone.
	VPC *VPC `type:"structure"`
	// contains filtered or unexported fields
}

A complex type containing the response information for the hosted zone.

func (CreateHostedZoneOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateHostedZoneOutput) String

func (s CreateHostedZoneOutput) String() string

String returns the string representation

type CreateHostedZoneRequest

type CreateHostedZoneRequest struct {
	*aws.Request
	Input *CreateHostedZoneInput
	Copy  func(*CreateHostedZoneInput) CreateHostedZoneRequest
}

CreateHostedZoneRequest is the request type for the CreateHostedZone API operation.

func (CreateHostedZoneRequest) Send

Send marshals and sends the CreateHostedZone API request.

type CreateHostedZoneResponse added in v0.9.0

type CreateHostedZoneResponse struct {
	*CreateHostedZoneOutput
	// contains filtered or unexported fields
}

CreateHostedZoneResponse is the response type for the CreateHostedZone API operation.

func (*CreateHostedZoneResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateHostedZoneResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateHostedZone request.

type CreateQueryLoggingConfigInput

type CreateQueryLoggingConfigInput struct {

	// The Amazon Resource Name (ARN) for the log group that you want to Amazon
	// Route 53 to send query logs to. This is the format of the ARN:
	//
	// arn:aws:logs:region:account-id:log-group:log_group_name
	//
	// To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups
	// (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeLogGroups.html)
	// API action, the describe-log-groups (https://docs.aws.amazon.com/cli/latest/reference/logs/describe-log-groups.html)
	// command, or the applicable command in one of the AWS SDKs.
	//
	// CloudWatchLogsLogGroupArn is a required field
	CloudWatchLogsLogGroupArn *string `type:"string" required:"true"`

	// The ID of the hosted zone that you want to log queries for. You can log queries
	// only for public hosted zones.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateQueryLoggingConfigInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateQueryLoggingConfigInput) String

String returns the string representation

func (*CreateQueryLoggingConfigInput) Validate

func (s *CreateQueryLoggingConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateQueryLoggingConfigOutput

type CreateQueryLoggingConfigOutput struct {

	// The unique URL representing the new query logging configuration.
	//
	// Location is a required field
	Location *string `location:"header" locationName:"Location" type:"string" required:"true"`

	// A complex type that contains the ID for a query logging configuration, the
	// ID of the hosted zone that you want to log queries for, and the ARN for the
	// log group that you want Amazon Route 53 to send query logs to.
	//
	// QueryLoggingConfig is a required field
	QueryLoggingConfig *QueryLoggingConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (CreateQueryLoggingConfigOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateQueryLoggingConfigOutput) String

String returns the string representation

type CreateQueryLoggingConfigRequest

type CreateQueryLoggingConfigRequest struct {
	*aws.Request
	Input *CreateQueryLoggingConfigInput
	Copy  func(*CreateQueryLoggingConfigInput) CreateQueryLoggingConfigRequest
}

CreateQueryLoggingConfigRequest is the request type for the CreateQueryLoggingConfig API operation.

func (CreateQueryLoggingConfigRequest) Send

Send marshals and sends the CreateQueryLoggingConfig API request.

type CreateQueryLoggingConfigResponse added in v0.9.0

type CreateQueryLoggingConfigResponse struct {
	*CreateQueryLoggingConfigOutput
	// contains filtered or unexported fields
}

CreateQueryLoggingConfigResponse is the response type for the CreateQueryLoggingConfig API operation.

func (*CreateQueryLoggingConfigResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateQueryLoggingConfigResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateQueryLoggingConfig request.

type CreateReusableDelegationSetInput

type CreateReusableDelegationSetInput struct {

	// A unique string that identifies the request, and that allows you to retry
	// failed CreateReusableDelegationSet requests without the risk of executing
	// the operation twice. You must use a unique CallerReference string every time
	// you submit a CreateReusableDelegationSet request. CallerReference can be
	// any unique string, for example a date/time stamp.
	//
	// CallerReference is a required field
	CallerReference *string `min:"1" type:"string" required:"true"`

	// If you want to mark the delegation set for an existing hosted zone as reusable,
	// the ID for that hosted zone.
	HostedZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateReusableDelegationSetInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateReusableDelegationSetInput) String

String returns the string representation

func (*CreateReusableDelegationSetInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateReusableDelegationSetOutput

type CreateReusableDelegationSetOutput struct {

	// A complex type that contains name server information.
	//
	// DelegationSet is a required field
	DelegationSet *DelegationSet `type:"structure" required:"true"`

	// The unique URL representing the new reusable delegation set.
	//
	// Location is a required field
	Location *string `location:"header" locationName:"Location" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (CreateReusableDelegationSetOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateReusableDelegationSetOutput) String

String returns the string representation

type CreateReusableDelegationSetRequest

type CreateReusableDelegationSetRequest struct {
	*aws.Request
	Input *CreateReusableDelegationSetInput
	Copy  func(*CreateReusableDelegationSetInput) CreateReusableDelegationSetRequest
}

CreateReusableDelegationSetRequest is the request type for the CreateReusableDelegationSet API operation.

func (CreateReusableDelegationSetRequest) Send

Send marshals and sends the CreateReusableDelegationSet API request.

type CreateReusableDelegationSetResponse added in v0.9.0

type CreateReusableDelegationSetResponse struct {
	*CreateReusableDelegationSetOutput
	// contains filtered or unexported fields
}

CreateReusableDelegationSetResponse is the response type for the CreateReusableDelegationSet API operation.

func (*CreateReusableDelegationSetResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateReusableDelegationSetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateReusableDelegationSet request.

type CreateTrafficPolicyInput

type CreateTrafficPolicyInput struct {

	// (Optional) Any comments that you want to include about the traffic policy.
	Comment *string `type:"string"`

	// The definition of this traffic policy in JSON format. For more information,
	// see Traffic Policy Document Format (https://docs.aws.amazon.com/Route53/latest/APIReference/api-policies-traffic-policy-document-format.html).
	//
	// Document is a required field
	Document *string `type:"string" required:"true"`

	// The name of the traffic policy.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the traffic policy that you want to create.

func (CreateTrafficPolicyInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateTrafficPolicyInput) String

func (s CreateTrafficPolicyInput) String() string

String returns the string representation

func (*CreateTrafficPolicyInput) Validate

func (s *CreateTrafficPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTrafficPolicyInstanceInput

type CreateTrafficPolicyInstanceInput struct {

	// The ID of the hosted zone that you want Amazon Route 53 to create resource
	// record sets in by using the configuration in a traffic policy.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `type:"string" required:"true"`

	// The domain name (such as example.com) or subdomain name (such as www.example.com)
	// for which Amazon Route 53 responds to DNS queries by using the resource record
	// sets that Route 53 creates for this traffic policy instance.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// (Optional) The TTL that you want Amazon Route 53 to assign to all of the
	// resource record sets that it creates in the specified hosted zone.
	//
	// TTL is a required field
	TTL *int64 `type:"long" required:"true"`

	// The ID of the traffic policy that you want to use to create resource record
	// sets in the specified hosted zone.
	//
	// TrafficPolicyId is a required field
	TrafficPolicyId *string `min:"1" type:"string" required:"true"`

	// The version of the traffic policy that you want to use to create resource
	// record sets in the specified hosted zone.
	//
	// TrafficPolicyVersion is a required field
	TrafficPolicyVersion *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the resource record sets that you want to create based on a specified traffic policy.

func (CreateTrafficPolicyInstanceInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateTrafficPolicyInstanceInput) String

String returns the string representation

func (*CreateTrafficPolicyInstanceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateTrafficPolicyInstanceOutput

type CreateTrafficPolicyInstanceOutput struct {

	// A unique URL that represents a new traffic policy instance.
	//
	// Location is a required field
	Location *string `location:"header" locationName:"Location" type:"string" required:"true"`

	// A complex type that contains settings for the new traffic policy instance.
	//
	// TrafficPolicyInstance is a required field
	TrafficPolicyInstance *TrafficPolicyInstance `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the CreateTrafficPolicyInstance request.

func (CreateTrafficPolicyInstanceOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateTrafficPolicyInstanceOutput) String

String returns the string representation

type CreateTrafficPolicyInstanceRequest

type CreateTrafficPolicyInstanceRequest struct {
	*aws.Request
	Input *CreateTrafficPolicyInstanceInput
	Copy  func(*CreateTrafficPolicyInstanceInput) CreateTrafficPolicyInstanceRequest
}

CreateTrafficPolicyInstanceRequest is the request type for the CreateTrafficPolicyInstance API operation.

func (CreateTrafficPolicyInstanceRequest) Send

Send marshals and sends the CreateTrafficPolicyInstance API request.

type CreateTrafficPolicyInstanceResponse added in v0.9.0

type CreateTrafficPolicyInstanceResponse struct {
	*CreateTrafficPolicyInstanceOutput
	// contains filtered or unexported fields
}

CreateTrafficPolicyInstanceResponse is the response type for the CreateTrafficPolicyInstance API operation.

func (*CreateTrafficPolicyInstanceResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateTrafficPolicyInstanceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateTrafficPolicyInstance request.

type CreateTrafficPolicyOutput

type CreateTrafficPolicyOutput struct {

	// A unique URL that represents a new traffic policy.
	//
	// Location is a required field
	Location *string `location:"header" locationName:"Location" type:"string" required:"true"`

	// A complex type that contains settings for the new traffic policy.
	//
	// TrafficPolicy is a required field
	TrafficPolicy *TrafficPolicy `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the CreateTrafficPolicy request.

func (CreateTrafficPolicyOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateTrafficPolicyOutput) String

func (s CreateTrafficPolicyOutput) String() string

String returns the string representation

type CreateTrafficPolicyRequest

type CreateTrafficPolicyRequest struct {
	*aws.Request
	Input *CreateTrafficPolicyInput
	Copy  func(*CreateTrafficPolicyInput) CreateTrafficPolicyRequest
}

CreateTrafficPolicyRequest is the request type for the CreateTrafficPolicy API operation.

func (CreateTrafficPolicyRequest) Send

Send marshals and sends the CreateTrafficPolicy API request.

type CreateTrafficPolicyResponse added in v0.9.0

type CreateTrafficPolicyResponse struct {
	*CreateTrafficPolicyOutput
	// contains filtered or unexported fields
}

CreateTrafficPolicyResponse is the response type for the CreateTrafficPolicy API operation.

func (*CreateTrafficPolicyResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateTrafficPolicyResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateTrafficPolicy request.

type CreateTrafficPolicyVersionInput

type CreateTrafficPolicyVersionInput struct {

	// The comment that you specified in the CreateTrafficPolicyVersion request,
	// if any.
	Comment *string `type:"string"`

	// The definition of this version of the traffic policy, in JSON format. You
	// specified the JSON in the CreateTrafficPolicyVersion request. For more information
	// about the JSON format, see CreateTrafficPolicy (https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateTrafficPolicy.html).
	//
	// Document is a required field
	Document *string `type:"string" required:"true"`

	// The ID of the traffic policy for which you want to create a new version.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the traffic policy that you want to create a new version for.

func (CreateTrafficPolicyVersionInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateTrafficPolicyVersionInput) String

String returns the string representation

func (*CreateTrafficPolicyVersionInput) Validate

func (s *CreateTrafficPolicyVersionInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTrafficPolicyVersionOutput

type CreateTrafficPolicyVersionOutput struct {

	// A unique URL that represents a new traffic policy version.
	//
	// Location is a required field
	Location *string `location:"header" locationName:"Location" type:"string" required:"true"`

	// A complex type that contains settings for the new version of the traffic
	// policy.
	//
	// TrafficPolicy is a required field
	TrafficPolicy *TrafficPolicy `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the CreateTrafficPolicyVersion request.

func (CreateTrafficPolicyVersionOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateTrafficPolicyVersionOutput) String

String returns the string representation

type CreateTrafficPolicyVersionRequest

type CreateTrafficPolicyVersionRequest struct {
	*aws.Request
	Input *CreateTrafficPolicyVersionInput
	Copy  func(*CreateTrafficPolicyVersionInput) CreateTrafficPolicyVersionRequest
}

CreateTrafficPolicyVersionRequest is the request type for the CreateTrafficPolicyVersion API operation.

func (CreateTrafficPolicyVersionRequest) Send

Send marshals and sends the CreateTrafficPolicyVersion API request.

type CreateTrafficPolicyVersionResponse added in v0.9.0

type CreateTrafficPolicyVersionResponse struct {
	*CreateTrafficPolicyVersionOutput
	// contains filtered or unexported fields
}

CreateTrafficPolicyVersionResponse is the response type for the CreateTrafficPolicyVersion API operation.

func (*CreateTrafficPolicyVersionResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateTrafficPolicyVersionResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateTrafficPolicyVersion request.

type CreateVPCAssociationAuthorizationInput

type CreateVPCAssociationAuthorizationInput struct {

	// The ID of the private hosted zone that you want to authorize associating
	// a VPC with.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// A complex type that contains the VPC ID and region for the VPC that you want
	// to authorize associating with your hosted zone.
	//
	// VPC is a required field
	VPC *VPC `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

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.

func (CreateVPCAssociationAuthorizationInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateVPCAssociationAuthorizationInput) String

String returns the string representation

func (*CreateVPCAssociationAuthorizationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type CreateVPCAssociationAuthorizationOutput

type CreateVPCAssociationAuthorizationOutput struct {

	// The ID of the hosted zone that you authorized associating a VPC with.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `type:"string" required:"true"`

	// The VPC that you authorized associating with a hosted zone.
	//
	// VPC is a required field
	VPC *VPC `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information from a CreateVPCAssociationAuthorization request.

func (CreateVPCAssociationAuthorizationOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (CreateVPCAssociationAuthorizationOutput) String

String returns the string representation

type CreateVPCAssociationAuthorizationRequest

CreateVPCAssociationAuthorizationRequest is the request type for the CreateVPCAssociationAuthorization API operation.

func (CreateVPCAssociationAuthorizationRequest) Send

Send marshals and sends the CreateVPCAssociationAuthorization API request.

type CreateVPCAssociationAuthorizationResponse added in v0.9.0

type CreateVPCAssociationAuthorizationResponse struct {
	*CreateVPCAssociationAuthorizationOutput
	// contains filtered or unexported fields
}

CreateVPCAssociationAuthorizationResponse is the response type for the CreateVPCAssociationAuthorization API operation.

func (*CreateVPCAssociationAuthorizationResponse) SDKResponseMetdata added in v0.9.0

func (r *CreateVPCAssociationAuthorizationResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the CreateVPCAssociationAuthorization request.

type DelegationSet

type DelegationSet struct {

	// The value that you specified for CallerReference when you created the reusable
	// delegation set.
	CallerReference *string `min:"1" type:"string"`

	// The ID that Amazon Route 53 assigns to a reusable delegation set.
	Id *string `type:"string"`

	// A complex type that contains a list of the authoritative name servers for
	// a hosted zone or for a reusable delegation set.
	//
	// NameServers is a required field
	NameServers []string `locationNameList:"NameServer" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

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

func (DelegationSet) MarshalFields added in v0.3.0

func (s DelegationSet) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DelegationSet) String

func (s DelegationSet) String() string

String returns the string representation

type DeleteHealthCheckInput

type DeleteHealthCheckInput struct {

	// The ID of the health check that you want to delete.
	//
	// HealthCheckId is a required field
	HealthCheckId *string `location:"uri" locationName:"HealthCheckId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

This action deletes a health check.

func (DeleteHealthCheckInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteHealthCheckInput) String

func (s DeleteHealthCheckInput) String() string

String returns the string representation

func (*DeleteHealthCheckInput) Validate

func (s *DeleteHealthCheckInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteHealthCheckOutput

type DeleteHealthCheckOutput struct {
	// contains filtered or unexported fields
}

An empty element.

func (DeleteHealthCheckOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteHealthCheckOutput) String

func (s DeleteHealthCheckOutput) String() string

String returns the string representation

type DeleteHealthCheckRequest

type DeleteHealthCheckRequest struct {
	*aws.Request
	Input *DeleteHealthCheckInput
	Copy  func(*DeleteHealthCheckInput) DeleteHealthCheckRequest
}

DeleteHealthCheckRequest is the request type for the DeleteHealthCheck API operation.

func (DeleteHealthCheckRequest) Send

Send marshals and sends the DeleteHealthCheck API request.

type DeleteHealthCheckResponse added in v0.9.0

type DeleteHealthCheckResponse struct {
	*DeleteHealthCheckOutput
	// contains filtered or unexported fields
}

DeleteHealthCheckResponse is the response type for the DeleteHealthCheck API operation.

func (*DeleteHealthCheckResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteHealthCheckResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteHealthCheck request.

type DeleteHostedZoneInput

type DeleteHostedZoneInput struct {

	// The ID of the hosted zone you want to delete.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A request to delete a hosted zone.

func (DeleteHostedZoneInput) MarshalFields added in v0.3.0

func (s DeleteHostedZoneInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteHostedZoneInput) String

func (s DeleteHostedZoneInput) String() string

String returns the string representation

func (*DeleteHostedZoneInput) Validate

func (s *DeleteHostedZoneInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteHostedZoneOutput

type DeleteHostedZoneOutput struct {

	// A complex type that contains the ID, the status, and the date and time of
	// a request to delete a hosted zone.
	//
	// ChangeInfo is a required field
	ChangeInfo *ChangeInfo `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response to a DeleteHostedZone request.

func (DeleteHostedZoneOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteHostedZoneOutput) String

func (s DeleteHostedZoneOutput) String() string

String returns the string representation

type DeleteHostedZoneRequest

type DeleteHostedZoneRequest struct {
	*aws.Request
	Input *DeleteHostedZoneInput
	Copy  func(*DeleteHostedZoneInput) DeleteHostedZoneRequest
}

DeleteHostedZoneRequest is the request type for the DeleteHostedZone API operation.

func (DeleteHostedZoneRequest) Send

Send marshals and sends the DeleteHostedZone API request.

type DeleteHostedZoneResponse added in v0.9.0

type DeleteHostedZoneResponse struct {
	*DeleteHostedZoneOutput
	// contains filtered or unexported fields
}

DeleteHostedZoneResponse is the response type for the DeleteHostedZone API operation.

func (*DeleteHostedZoneResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteHostedZoneResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteHostedZone request.

type DeleteQueryLoggingConfigInput

type DeleteQueryLoggingConfigInput struct {

	// The ID of the configuration that you want to delete.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (DeleteQueryLoggingConfigInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteQueryLoggingConfigInput) String

String returns the string representation

func (*DeleteQueryLoggingConfigInput) Validate

func (s *DeleteQueryLoggingConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteQueryLoggingConfigOutput

type DeleteQueryLoggingConfigOutput struct {
	// contains filtered or unexported fields
}

func (DeleteQueryLoggingConfigOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteQueryLoggingConfigOutput) String

String returns the string representation

type DeleteQueryLoggingConfigRequest

type DeleteQueryLoggingConfigRequest struct {
	*aws.Request
	Input *DeleteQueryLoggingConfigInput
	Copy  func(*DeleteQueryLoggingConfigInput) DeleteQueryLoggingConfigRequest
}

DeleteQueryLoggingConfigRequest is the request type for the DeleteQueryLoggingConfig API operation.

func (DeleteQueryLoggingConfigRequest) Send

Send marshals and sends the DeleteQueryLoggingConfig API request.

type DeleteQueryLoggingConfigResponse added in v0.9.0

type DeleteQueryLoggingConfigResponse struct {
	*DeleteQueryLoggingConfigOutput
	// contains filtered or unexported fields
}

DeleteQueryLoggingConfigResponse is the response type for the DeleteQueryLoggingConfig API operation.

func (*DeleteQueryLoggingConfigResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteQueryLoggingConfigResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteQueryLoggingConfig request.

type DeleteReusableDelegationSetInput

type DeleteReusableDelegationSetInput struct {

	// The ID of the reusable delegation set that you want to delete.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A request to delete a reusable delegation set.

func (DeleteReusableDelegationSetInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteReusableDelegationSetInput) String

String returns the string representation

func (*DeleteReusableDelegationSetInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteReusableDelegationSetOutput

type DeleteReusableDelegationSetOutput struct {
	// contains filtered or unexported fields
}

An empty element.

func (DeleteReusableDelegationSetOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteReusableDelegationSetOutput) String

String returns the string representation

type DeleteReusableDelegationSetRequest

type DeleteReusableDelegationSetRequest struct {
	*aws.Request
	Input *DeleteReusableDelegationSetInput
	Copy  func(*DeleteReusableDelegationSetInput) DeleteReusableDelegationSetRequest
}

DeleteReusableDelegationSetRequest is the request type for the DeleteReusableDelegationSet API operation.

func (DeleteReusableDelegationSetRequest) Send

Send marshals and sends the DeleteReusableDelegationSet API request.

type DeleteReusableDelegationSetResponse added in v0.9.0

type DeleteReusableDelegationSetResponse struct {
	*DeleteReusableDelegationSetOutput
	// contains filtered or unexported fields
}

DeleteReusableDelegationSetResponse is the response type for the DeleteReusableDelegationSet API operation.

func (*DeleteReusableDelegationSetResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteReusableDelegationSetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteReusableDelegationSet request.

type DeleteTrafficPolicyInput

type DeleteTrafficPolicyInput struct {

	// The ID of the traffic policy that you want to delete.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"`

	// The version number of the traffic policy that you want to delete.
	//
	// Version is a required field
	Version *int64 `location:"uri" locationName:"Version" min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A request to delete a specified traffic policy version.

func (DeleteTrafficPolicyInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteTrafficPolicyInput) String

func (s DeleteTrafficPolicyInput) String() string

String returns the string representation

func (*DeleteTrafficPolicyInput) Validate

func (s *DeleteTrafficPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTrafficPolicyInstanceInput

type DeleteTrafficPolicyInstanceInput struct {

	// The ID of the traffic policy instance that you want to delete.
	//
	// When you delete a traffic policy instance, Amazon Route 53 also deletes all
	// of the resource record sets that were created when you created the traffic
	// policy instance.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A request to delete a specified traffic policy instance.

func (DeleteTrafficPolicyInstanceInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteTrafficPolicyInstanceInput) String

String returns the string representation

func (*DeleteTrafficPolicyInstanceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteTrafficPolicyInstanceOutput

type DeleteTrafficPolicyInstanceOutput struct {
	// contains filtered or unexported fields
}

An empty element.

func (DeleteTrafficPolicyInstanceOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteTrafficPolicyInstanceOutput) String

String returns the string representation

type DeleteTrafficPolicyInstanceRequest

type DeleteTrafficPolicyInstanceRequest struct {
	*aws.Request
	Input *DeleteTrafficPolicyInstanceInput
	Copy  func(*DeleteTrafficPolicyInstanceInput) DeleteTrafficPolicyInstanceRequest
}

DeleteTrafficPolicyInstanceRequest is the request type for the DeleteTrafficPolicyInstance API operation.

func (DeleteTrafficPolicyInstanceRequest) Send

Send marshals and sends the DeleteTrafficPolicyInstance API request.

type DeleteTrafficPolicyInstanceResponse added in v0.9.0

type DeleteTrafficPolicyInstanceResponse struct {
	*DeleteTrafficPolicyInstanceOutput
	// contains filtered or unexported fields
}

DeleteTrafficPolicyInstanceResponse is the response type for the DeleteTrafficPolicyInstance API operation.

func (*DeleteTrafficPolicyInstanceResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteTrafficPolicyInstanceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteTrafficPolicyInstance request.

type DeleteTrafficPolicyOutput

type DeleteTrafficPolicyOutput struct {
	// contains filtered or unexported fields
}

An empty element.

func (DeleteTrafficPolicyOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteTrafficPolicyOutput) String

func (s DeleteTrafficPolicyOutput) String() string

String returns the string representation

type DeleteTrafficPolicyRequest

type DeleteTrafficPolicyRequest struct {
	*aws.Request
	Input *DeleteTrafficPolicyInput
	Copy  func(*DeleteTrafficPolicyInput) DeleteTrafficPolicyRequest
}

DeleteTrafficPolicyRequest is the request type for the DeleteTrafficPolicy API operation.

func (DeleteTrafficPolicyRequest) Send

Send marshals and sends the DeleteTrafficPolicy API request.

type DeleteTrafficPolicyResponse added in v0.9.0

type DeleteTrafficPolicyResponse struct {
	*DeleteTrafficPolicyOutput
	// contains filtered or unexported fields
}

DeleteTrafficPolicyResponse is the response type for the DeleteTrafficPolicy API operation.

func (*DeleteTrafficPolicyResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteTrafficPolicyResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteTrafficPolicy request.

type DeleteVPCAssociationAuthorizationInput

type DeleteVPCAssociationAuthorizationInput struct {

	// When removing authorization to associate a VPC that was created by one AWS
	// account with a hosted zone that was created with a different AWS account,
	// the ID of the hosted zone.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// When removing authorization to associate a VPC that was created by one AWS
	// account with a hosted zone that was created with a different AWS account,
	// a complex type that includes the ID and region of the VPC.
	//
	// VPC is a required field
	VPC *VPC `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

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.

func (DeleteVPCAssociationAuthorizationInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteVPCAssociationAuthorizationInput) String

String returns the string representation

func (*DeleteVPCAssociationAuthorizationInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DeleteVPCAssociationAuthorizationOutput

type DeleteVPCAssociationAuthorizationOutput struct {
	// contains filtered or unexported fields
}

Empty response for the request.

func (DeleteVPCAssociationAuthorizationOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DeleteVPCAssociationAuthorizationOutput) String

String returns the string representation

type DeleteVPCAssociationAuthorizationRequest

DeleteVPCAssociationAuthorizationRequest is the request type for the DeleteVPCAssociationAuthorization API operation.

func (DeleteVPCAssociationAuthorizationRequest) Send

Send marshals and sends the DeleteVPCAssociationAuthorization API request.

type DeleteVPCAssociationAuthorizationResponse added in v0.9.0

type DeleteVPCAssociationAuthorizationResponse struct {
	*DeleteVPCAssociationAuthorizationOutput
	// contains filtered or unexported fields
}

DeleteVPCAssociationAuthorizationResponse is the response type for the DeleteVPCAssociationAuthorization API operation.

func (*DeleteVPCAssociationAuthorizationResponse) SDKResponseMetdata added in v0.9.0

func (r *DeleteVPCAssociationAuthorizationResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DeleteVPCAssociationAuthorization request.

type Dimension

type Dimension struct {

	// For the metric that the CloudWatch alarm is associated with, the name of
	// one dimension.
	//
	// Name is a required field
	Name *string `min:"1" type:"string" required:"true"`

	// For the metric that the CloudWatch alarm is associated with, the value of
	// one dimension.
	//
	// Value is a required field
	Value *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

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

func (Dimension) MarshalFields added in v0.3.0

func (s Dimension) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Dimension) String

func (s Dimension) String() string

String returns the string representation

type DisassociateVPCFromHostedZoneInput

type DisassociateVPCFromHostedZoneInput struct {

	// Optional: A comment about the disassociation request.
	Comment *string `type:"string"`

	// The ID of the private hosted zone that you want to disassociate a VPC from.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// A complex type that contains information about the VPC that you're disassociating
	// from the specified hosted zone.
	//
	// VPC is a required field
	VPC *VPC `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the VPC that you want to disassociate from a specified private hosted zone.

func (DisassociateVPCFromHostedZoneInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DisassociateVPCFromHostedZoneInput) String

String returns the string representation

func (*DisassociateVPCFromHostedZoneInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type DisassociateVPCFromHostedZoneOutput

type DisassociateVPCFromHostedZoneOutput struct {

	// A complex type that describes the changes made to the specified private hosted
	// zone.
	//
	// ChangeInfo is a required field
	ChangeInfo *ChangeInfo `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the disassociate request.

func (DisassociateVPCFromHostedZoneOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (DisassociateVPCFromHostedZoneOutput) String

String returns the string representation

type DisassociateVPCFromHostedZoneRequest

type DisassociateVPCFromHostedZoneRequest struct {
	*aws.Request
	Input *DisassociateVPCFromHostedZoneInput
	Copy  func(*DisassociateVPCFromHostedZoneInput) DisassociateVPCFromHostedZoneRequest
}

DisassociateVPCFromHostedZoneRequest is the request type for the DisassociateVPCFromHostedZone API operation.

func (DisassociateVPCFromHostedZoneRequest) Send

Send marshals and sends the DisassociateVPCFromHostedZone API request.

type DisassociateVPCFromHostedZoneResponse added in v0.9.0

type DisassociateVPCFromHostedZoneResponse struct {
	*DisassociateVPCFromHostedZoneOutput
	// contains filtered or unexported fields
}

DisassociateVPCFromHostedZoneResponse is the response type for the DisassociateVPCFromHostedZone API operation.

func (*DisassociateVPCFromHostedZoneResponse) SDKResponseMetdata added in v0.9.0

func (r *DisassociateVPCFromHostedZoneResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the DisassociateVPCFromHostedZone request.

type GeoLocation

type GeoLocation struct {

	// 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.
	ContinentCode *string `min:"2" type:"string"`

	// 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 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
	CountryCode *string `min:"1" type:"string"`

	// 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 (https://pe.usps.com/text/pub28/28apb.htm) on the
	// United States Postal Service website.
	//
	// If you specify subdivisioncode, you must also specify US for CountryCode.
	SubdivisionCode *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains information about a geographic location.

func (GeoLocation) MarshalFields added in v0.3.0

func (s GeoLocation) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GeoLocation) String

func (s GeoLocation) String() string

String returns the string representation

func (*GeoLocation) Validate

func (s *GeoLocation) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GeoLocationDetails

type GeoLocationDetails struct {

	// The two-letter code for the continent.
	ContinentCode *string `min:"2" type:"string"`

	// The full name of the continent.
	ContinentName *string `min:"1" type:"string"`

	// The two-letter code for the country.
	CountryCode *string `min:"1" type:"string"`

	// The name of the country.
	CountryName *string `min:"1" type:"string"`

	// The code for the subdivision. Route 53 currently supports only states in
	// the United States.
	SubdivisionCode *string `min:"1" type:"string"`

	// The full name of the subdivision. Route 53 currently supports only states
	// in the United States.
	SubdivisionName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

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

func (GeoLocationDetails) MarshalFields added in v0.3.0

func (s GeoLocationDetails) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GeoLocationDetails) String

func (s GeoLocationDetails) String() string

String returns the string representation

type GetAccountLimitInput added in v0.2.0

type GetAccountLimitInput struct {

	// The limit that you want to get. 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.)
	//
	// Type is a required field
	Type AccountLimitType `location:"uri" locationName:"Type" type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the request to create a hosted zone.

func (GetAccountLimitInput) MarshalFields added in v0.3.0

func (s GetAccountLimitInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetAccountLimitInput) String added in v0.2.0

func (s GetAccountLimitInput) String() string

String returns the string representation

func (*GetAccountLimitInput) Validate added in v0.2.0

func (s *GetAccountLimitInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetAccountLimitOutput added in v0.2.0

type GetAccountLimitOutput struct {

	// The current number of entities that you have created of the specified type.
	// For example, if you specified MAX_HEALTH_CHECKS_BY_OWNER for the value of
	// Type in the request, the value of Count is the current number of health checks
	// that you have created using the current account.
	//
	// Count is a required field
	Count *int64 `type:"long" required:"true"`

	// The current setting for the specified limit. For example, if you specified
	// MAX_HEALTH_CHECKS_BY_OWNER for the value of Type in the request, the value
	// of Limit is the maximum number of health checks that you can create using
	// the current account.
	//
	// Limit is a required field
	Limit *AccountLimit `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the requested limit.

func (GetAccountLimitOutput) MarshalFields added in v0.3.0

func (s GetAccountLimitOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetAccountLimitOutput) String added in v0.2.0

func (s GetAccountLimitOutput) String() string

String returns the string representation

type GetAccountLimitRequest added in v0.2.0

type GetAccountLimitRequest struct {
	*aws.Request
	Input *GetAccountLimitInput
	Copy  func(*GetAccountLimitInput) GetAccountLimitRequest
}

GetAccountLimitRequest is the request type for the GetAccountLimit API operation.

func (GetAccountLimitRequest) Send added in v0.2.0

Send marshals and sends the GetAccountLimit API request.

type GetAccountLimitResponse added in v0.9.0

type GetAccountLimitResponse struct {
	*GetAccountLimitOutput
	// contains filtered or unexported fields
}

GetAccountLimitResponse is the response type for the GetAccountLimit API operation.

func (*GetAccountLimitResponse) SDKResponseMetdata added in v0.9.0

func (r *GetAccountLimitResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetAccountLimit request.

type GetChangeInput

type GetChangeInput struct {

	// The ID of the change batch request. The value that you specify here is the
	// value that ChangeResourceRecordSets returned in the Id element when you submitted
	// the request.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The input for a GetChange request.

func (GetChangeInput) MarshalFields added in v0.3.0

func (s GetChangeInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetChangeInput) String

func (s GetChangeInput) String() string

String returns the string representation

func (*GetChangeInput) Validate

func (s *GetChangeInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetChangeOutput

type GetChangeOutput struct {

	// A complex type that contains information about the specified change batch.
	//
	// ChangeInfo is a required field
	ChangeInfo *ChangeInfo `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the ChangeInfo element.

func (GetChangeOutput) MarshalFields added in v0.3.0

func (s GetChangeOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetChangeOutput) String

func (s GetChangeOutput) String() string

String returns the string representation

type GetChangeRequest

type GetChangeRequest struct {
	*aws.Request
	Input *GetChangeInput
	Copy  func(*GetChangeInput) GetChangeRequest
}

GetChangeRequest is the request type for the GetChange API operation.

func (GetChangeRequest) Send

Send marshals and sends the GetChange API request.

type GetChangeResponse added in v0.9.0

type GetChangeResponse struct {
	*GetChangeOutput
	// contains filtered or unexported fields
}

GetChangeResponse is the response type for the GetChange API operation.

func (*GetChangeResponse) SDKResponseMetdata added in v0.9.0

func (r *GetChangeResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetChange request.

type GetCheckerIpRangesInput

type GetCheckerIpRangesInput struct {
	// contains filtered or unexported fields
}

Empty request.

func (GetCheckerIpRangesInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetCheckerIpRangesInput) String

func (s GetCheckerIpRangesInput) String() string

String returns the string representation

type GetCheckerIpRangesOutput

type GetCheckerIpRangesOutput struct {

	// A complex type that contains sorted list of IP ranges in CIDR format for
	// Amazon Route 53 health checkers.
	//
	// CheckerIpRanges is a required field
	CheckerIpRanges []string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the CheckerIpRanges element.

func (GetCheckerIpRangesOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetCheckerIpRangesOutput) String

func (s GetCheckerIpRangesOutput) String() string

String returns the string representation

type GetCheckerIpRangesRequest

type GetCheckerIpRangesRequest struct {
	*aws.Request
	Input *GetCheckerIpRangesInput
	Copy  func(*GetCheckerIpRangesInput) GetCheckerIpRangesRequest
}

GetCheckerIpRangesRequest is the request type for the GetCheckerIpRanges API operation.

func (GetCheckerIpRangesRequest) Send

Send marshals and sends the GetCheckerIpRanges API request.

type GetCheckerIpRangesResponse added in v0.9.0

type GetCheckerIpRangesResponse struct {
	*GetCheckerIpRangesOutput
	// contains filtered or unexported fields
}

GetCheckerIpRangesResponse is the response type for the GetCheckerIpRanges API operation.

func (*GetCheckerIpRangesResponse) SDKResponseMetdata added in v0.9.0

func (r *GetCheckerIpRangesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetCheckerIpRanges request.

type GetGeoLocationInput

type GetGeoLocationInput struct {

	// For geolocation resource record sets, a two-letter abbreviation that identifies
	// a 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
	ContinentCode *string `location:"querystring" locationName:"continentcode" min:"2" type:"string"`

	// Amazon Route 53 uses the two-letter country codes that are specified in ISO
	// standard 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).
	CountryCode *string `location:"querystring" locationName:"countrycode" min:"1" type:"string"`

	// For SubdivisionCode, Amazon Route 53 supports only states of the United States.
	// For a list of state abbreviations, see Appendix B: Two–Letter State and
	// Possession Abbreviations (https://pe.usps.com/text/pub28/28apb.htm) on the
	// United States Postal Service website.
	//
	// If you specify subdivisioncode, you must also specify US for CountryCode.
	SubdivisionCode *string `location:"querystring" locationName:"subdivisioncode" min:"1" type:"string"`
	// contains filtered or unexported fields
}

A request for information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.

func (GetGeoLocationInput) MarshalFields added in v0.3.0

func (s GetGeoLocationInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetGeoLocationInput) String

func (s GetGeoLocationInput) String() string

String returns the string representation

func (*GetGeoLocationInput) Validate

func (s *GetGeoLocationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetGeoLocationOutput

type GetGeoLocationOutput struct {

	// A complex type that contains the codes and full continent, country, and subdivision
	// names for the specified geolocation code.
	//
	// GeoLocationDetails is a required field
	GeoLocationDetails *GeoLocationDetails `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the specified geolocation code.

func (GetGeoLocationOutput) MarshalFields added in v0.3.0

func (s GetGeoLocationOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetGeoLocationOutput) String

func (s GetGeoLocationOutput) String() string

String returns the string representation

type GetGeoLocationRequest

type GetGeoLocationRequest struct {
	*aws.Request
	Input *GetGeoLocationInput
	Copy  func(*GetGeoLocationInput) GetGeoLocationRequest
}

GetGeoLocationRequest is the request type for the GetGeoLocation API operation.

func (GetGeoLocationRequest) Send

Send marshals and sends the GetGeoLocation API request.

type GetGeoLocationResponse added in v0.9.0

type GetGeoLocationResponse struct {
	*GetGeoLocationOutput
	// contains filtered or unexported fields
}

GetGeoLocationResponse is the response type for the GetGeoLocation API operation.

func (*GetGeoLocationResponse) SDKResponseMetdata added in v0.9.0

func (r *GetGeoLocationResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetGeoLocation request.

type GetHealthCheckCountInput

type GetHealthCheckCountInput struct {
	// contains filtered or unexported fields
}

A request for the number of health checks that are associated with the current AWS account.

func (GetHealthCheckCountInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHealthCheckCountInput) String

func (s GetHealthCheckCountInput) String() string

String returns the string representation

type GetHealthCheckCountOutput

type GetHealthCheckCountOutput struct {

	// The number of health checks associated with the current AWS account.
	//
	// HealthCheckCount is a required field
	HealthCheckCount *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response to a GetHealthCheckCount request.

func (GetHealthCheckCountOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHealthCheckCountOutput) String

func (s GetHealthCheckCountOutput) String() string

String returns the string representation

type GetHealthCheckCountRequest

type GetHealthCheckCountRequest struct {
	*aws.Request
	Input *GetHealthCheckCountInput
	Copy  func(*GetHealthCheckCountInput) GetHealthCheckCountRequest
}

GetHealthCheckCountRequest is the request type for the GetHealthCheckCount API operation.

func (GetHealthCheckCountRequest) Send

Send marshals and sends the GetHealthCheckCount API request.

type GetHealthCheckCountResponse added in v0.9.0

type GetHealthCheckCountResponse struct {
	*GetHealthCheckCountOutput
	// contains filtered or unexported fields
}

GetHealthCheckCountResponse is the response type for the GetHealthCheckCount API operation.

func (*GetHealthCheckCountResponse) SDKResponseMetdata added in v0.9.0

func (r *GetHealthCheckCountResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetHealthCheckCount request.

type GetHealthCheckInput

type GetHealthCheckInput struct {

	// 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.
	//
	// HealthCheckId is a required field
	HealthCheckId *string `location:"uri" locationName:"HealthCheckId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A request to get information about a specified health check.

func (GetHealthCheckInput) MarshalFields added in v0.3.0

func (s GetHealthCheckInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHealthCheckInput) String

func (s GetHealthCheckInput) String() string

String returns the string representation

func (*GetHealthCheckInput) Validate

func (s *GetHealthCheckInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetHealthCheckLastFailureReasonInput

type GetHealthCheckLastFailureReasonInput struct {

	// The ID for the health check for which you want the last failure reason. When
	// you created the health check, CreateHealthCheck returned the ID in the response,
	// in the HealthCheckId element.
	//
	// If you want to get the last failure reason for a calculated health check,
	// you must use the Amazon Route 53 console or the CloudWatch console. You can't
	// use GetHealthCheckLastFailureReason for a calculated health check.
	//
	// HealthCheckId is a required field
	HealthCheckId *string `location:"uri" locationName:"HealthCheckId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A request for the reason that a health check failed most recently.

func (GetHealthCheckLastFailureReasonInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHealthCheckLastFailureReasonInput) String

String returns the string representation

func (*GetHealthCheckLastFailureReasonInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type GetHealthCheckLastFailureReasonOutput

type GetHealthCheckLastFailureReasonOutput struct {

	// A list that contains one Observation element for each Amazon Route 53 health
	// checker that is reporting a last failure reason.
	//
	// HealthCheckObservations is a required field
	HealthCheckObservations []HealthCheckObservation `locationNameList:"HealthCheckObservation" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response to a GetHealthCheckLastFailureReason request.

func (GetHealthCheckLastFailureReasonOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHealthCheckLastFailureReasonOutput) String

String returns the string representation

type GetHealthCheckLastFailureReasonRequest

type GetHealthCheckLastFailureReasonRequest struct {
	*aws.Request
	Input *GetHealthCheckLastFailureReasonInput
	Copy  func(*GetHealthCheckLastFailureReasonInput) GetHealthCheckLastFailureReasonRequest
}

GetHealthCheckLastFailureReasonRequest is the request type for the GetHealthCheckLastFailureReason API operation.

func (GetHealthCheckLastFailureReasonRequest) Send

Send marshals and sends the GetHealthCheckLastFailureReason API request.

type GetHealthCheckLastFailureReasonResponse added in v0.9.0

type GetHealthCheckLastFailureReasonResponse struct {
	*GetHealthCheckLastFailureReasonOutput
	// contains filtered or unexported fields
}

GetHealthCheckLastFailureReasonResponse is the response type for the GetHealthCheckLastFailureReason API operation.

func (*GetHealthCheckLastFailureReasonResponse) SDKResponseMetdata added in v0.9.0

func (r *GetHealthCheckLastFailureReasonResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetHealthCheckLastFailureReason request.

type GetHealthCheckOutput

type GetHealthCheckOutput struct {

	// A complex type that contains information about one health check that is associated
	// with the current AWS account.
	//
	// HealthCheck is a required field
	HealthCheck *HealthCheck `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response to a GetHealthCheck request.

func (GetHealthCheckOutput) MarshalFields added in v0.3.0

func (s GetHealthCheckOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHealthCheckOutput) String

func (s GetHealthCheckOutput) String() string

String returns the string representation

type GetHealthCheckRequest

type GetHealthCheckRequest struct {
	*aws.Request
	Input *GetHealthCheckInput
	Copy  func(*GetHealthCheckInput) GetHealthCheckRequest
}

GetHealthCheckRequest is the request type for the GetHealthCheck API operation.

func (GetHealthCheckRequest) Send

Send marshals and sends the GetHealthCheck API request.

type GetHealthCheckResponse added in v0.9.0

type GetHealthCheckResponse struct {
	*GetHealthCheckOutput
	// contains filtered or unexported fields
}

GetHealthCheckResponse is the response type for the GetHealthCheck API operation.

func (*GetHealthCheckResponse) SDKResponseMetdata added in v0.9.0

func (r *GetHealthCheckResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetHealthCheck request.

type GetHealthCheckStatusInput

type GetHealthCheckStatusInput struct {

	// The ID for the health check that you want the current status for. When you
	// created the health check, CreateHealthCheck returned the ID in the response,
	// in the HealthCheckId element.
	//
	// If you want to check the status of a calculated health check, you must use
	// the Amazon Route 53 console or the CloudWatch console. You can't use GetHealthCheckStatus
	// to get the status of a calculated health check.
	//
	// HealthCheckId is a required field
	HealthCheckId *string `location:"uri" locationName:"HealthCheckId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A request to get the status for a health check.

func (GetHealthCheckStatusInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHealthCheckStatusInput) String

func (s GetHealthCheckStatusInput) String() string

String returns the string representation

func (*GetHealthCheckStatusInput) Validate

func (s *GetHealthCheckStatusInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetHealthCheckStatusOutput

type GetHealthCheckStatusOutput struct {

	// A list that contains one HealthCheckObservation element for each Amazon Route
	// 53 health checker that is reporting a status about the health check endpoint.
	//
	// HealthCheckObservations is a required field
	HealthCheckObservations []HealthCheckObservation `locationNameList:"HealthCheckObservation" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response to a GetHealthCheck request.

func (GetHealthCheckStatusOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHealthCheckStatusOutput) String

String returns the string representation

type GetHealthCheckStatusRequest

type GetHealthCheckStatusRequest struct {
	*aws.Request
	Input *GetHealthCheckStatusInput
	Copy  func(*GetHealthCheckStatusInput) GetHealthCheckStatusRequest
}

GetHealthCheckStatusRequest is the request type for the GetHealthCheckStatus API operation.

func (GetHealthCheckStatusRequest) Send

Send marshals and sends the GetHealthCheckStatus API request.

type GetHealthCheckStatusResponse added in v0.9.0

type GetHealthCheckStatusResponse struct {
	*GetHealthCheckStatusOutput
	// contains filtered or unexported fields
}

GetHealthCheckStatusResponse is the response type for the GetHealthCheckStatus API operation.

func (*GetHealthCheckStatusResponse) SDKResponseMetdata added in v0.9.0

func (r *GetHealthCheckStatusResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetHealthCheckStatus request.

type GetHostedZoneCountInput

type GetHostedZoneCountInput struct {
	// contains filtered or unexported fields
}

A request to retrieve a count of all the hosted zones that are associated with the current AWS account.

func (GetHostedZoneCountInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHostedZoneCountInput) String

func (s GetHostedZoneCountInput) String() string

String returns the string representation

type GetHostedZoneCountOutput

type GetHostedZoneCountOutput struct {

	// The total number of public and private hosted zones that are associated with
	// the current AWS account.
	//
	// HostedZoneCount is a required field
	HostedZoneCount *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response to a GetHostedZoneCount request.

func (GetHostedZoneCountOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHostedZoneCountOutput) String

func (s GetHostedZoneCountOutput) String() string

String returns the string representation

type GetHostedZoneCountRequest

type GetHostedZoneCountRequest struct {
	*aws.Request
	Input *GetHostedZoneCountInput
	Copy  func(*GetHostedZoneCountInput) GetHostedZoneCountRequest
}

GetHostedZoneCountRequest is the request type for the GetHostedZoneCount API operation.

func (GetHostedZoneCountRequest) Send

Send marshals and sends the GetHostedZoneCount API request.

type GetHostedZoneCountResponse added in v0.9.0

type GetHostedZoneCountResponse struct {
	*GetHostedZoneCountOutput
	// contains filtered or unexported fields
}

GetHostedZoneCountResponse is the response type for the GetHostedZoneCount API operation.

func (*GetHostedZoneCountResponse) SDKResponseMetdata added in v0.9.0

func (r *GetHostedZoneCountResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetHostedZoneCount request.

type GetHostedZoneInput

type GetHostedZoneInput struct {

	// The ID of the hosted zone that you want to get information about.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A request to get information about a specified hosted zone.

func (GetHostedZoneInput) MarshalFields added in v0.3.0

func (s GetHostedZoneInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHostedZoneInput) String

func (s GetHostedZoneInput) String() string

String returns the string representation

func (*GetHostedZoneInput) Validate

func (s *GetHostedZoneInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetHostedZoneLimitInput added in v0.2.0

type GetHostedZoneLimitInput struct {

	// The ID of the hosted zone that you want to get a limit for.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The limit that you want to get. 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.
	//
	// Type is a required field
	Type HostedZoneLimitType `location:"uri" locationName:"Type" type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the request to create a hosted zone.

func (GetHostedZoneLimitInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHostedZoneLimitInput) String added in v0.2.0

func (s GetHostedZoneLimitInput) String() string

String returns the string representation

func (*GetHostedZoneLimitInput) Validate added in v0.2.0

func (s *GetHostedZoneLimitInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetHostedZoneLimitOutput added in v0.2.0

type GetHostedZoneLimitOutput struct {

	// The current number of entities that you have created of the specified type.
	// For example, if you specified MAX_RRSETS_BY_ZONE for the value of Type in
	// the request, the value of Count is the current number of records that you
	// have created in the specified hosted zone.
	//
	// Count is a required field
	Count *int64 `type:"long" required:"true"`

	// The current setting for the specified limit. For example, if you specified
	// MAX_RRSETS_BY_ZONE for the value of Type in the request, the value of Limit
	// is the maximum number of records that you can create in the specified hosted
	// zone.
	//
	// Limit is a required field
	Limit *HostedZoneLimit `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the requested limit.

func (GetHostedZoneLimitOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHostedZoneLimitOutput) String added in v0.2.0

func (s GetHostedZoneLimitOutput) String() string

String returns the string representation

type GetHostedZoneLimitRequest added in v0.2.0

type GetHostedZoneLimitRequest struct {
	*aws.Request
	Input *GetHostedZoneLimitInput
	Copy  func(*GetHostedZoneLimitInput) GetHostedZoneLimitRequest
}

GetHostedZoneLimitRequest is the request type for the GetHostedZoneLimit API operation.

func (GetHostedZoneLimitRequest) Send added in v0.2.0

Send marshals and sends the GetHostedZoneLimit API request.

type GetHostedZoneLimitResponse added in v0.9.0

type GetHostedZoneLimitResponse struct {
	*GetHostedZoneLimitOutput
	// contains filtered or unexported fields
}

GetHostedZoneLimitResponse is the response type for the GetHostedZoneLimit API operation.

func (*GetHostedZoneLimitResponse) SDKResponseMetdata added in v0.9.0

func (r *GetHostedZoneLimitResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetHostedZoneLimit request.

type GetHostedZoneOutput

type GetHostedZoneOutput struct {

	// A complex type that lists the Amazon Route 53 name servers for the specified
	// hosted zone.
	DelegationSet *DelegationSet `type:"structure"`

	// A complex type that contains general information about the specified hosted
	// zone.
	//
	// HostedZone is a required field
	HostedZone *HostedZone `type:"structure" required:"true"`

	// A complex type that contains information about the VPCs that are associated
	// with the specified hosted zone.
	VPCs []VPC `locationNameList:"VPC" min:"1" type:"list"`
	// contains filtered or unexported fields
}

A complex type that contain the response to a GetHostedZone request.

func (GetHostedZoneOutput) MarshalFields added in v0.3.0

func (s GetHostedZoneOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetHostedZoneOutput) String

func (s GetHostedZoneOutput) String() string

String returns the string representation

type GetHostedZoneRequest

type GetHostedZoneRequest struct {
	*aws.Request
	Input *GetHostedZoneInput
	Copy  func(*GetHostedZoneInput) GetHostedZoneRequest
}

GetHostedZoneRequest is the request type for the GetHostedZone API operation.

func (GetHostedZoneRequest) Send

Send marshals and sends the GetHostedZone API request.

type GetHostedZoneResponse added in v0.9.0

type GetHostedZoneResponse struct {
	*GetHostedZoneOutput
	// contains filtered or unexported fields
}

GetHostedZoneResponse is the response type for the GetHostedZone API operation.

func (*GetHostedZoneResponse) SDKResponseMetdata added in v0.9.0

func (r *GetHostedZoneResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetHostedZone request.

type GetQueryLoggingConfigInput

type GetQueryLoggingConfigInput struct {

	// The ID of the configuration for DNS query logging that you want to get information
	// about.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

func (GetQueryLoggingConfigInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetQueryLoggingConfigInput) String

String returns the string representation

func (*GetQueryLoggingConfigInput) Validate

func (s *GetQueryLoggingConfigInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetQueryLoggingConfigOutput

type GetQueryLoggingConfigOutput struct {

	// A complex type that contains information about the query logging configuration
	// that you specified in a GetQueryLoggingConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetQueryLoggingConfig.html)
	// request.
	//
	// QueryLoggingConfig is a required field
	QueryLoggingConfig *QueryLoggingConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (GetQueryLoggingConfigOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetQueryLoggingConfigOutput) String

String returns the string representation

type GetQueryLoggingConfigRequest

type GetQueryLoggingConfigRequest struct {
	*aws.Request
	Input *GetQueryLoggingConfigInput
	Copy  func(*GetQueryLoggingConfigInput) GetQueryLoggingConfigRequest
}

GetQueryLoggingConfigRequest is the request type for the GetQueryLoggingConfig API operation.

func (GetQueryLoggingConfigRequest) Send

Send marshals and sends the GetQueryLoggingConfig API request.

type GetQueryLoggingConfigResponse added in v0.9.0

type GetQueryLoggingConfigResponse struct {
	*GetQueryLoggingConfigOutput
	// contains filtered or unexported fields
}

GetQueryLoggingConfigResponse is the response type for the GetQueryLoggingConfig API operation.

func (*GetQueryLoggingConfigResponse) SDKResponseMetdata added in v0.9.0

func (r *GetQueryLoggingConfigResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetQueryLoggingConfig request.

type GetReusableDelegationSetInput

type GetReusableDelegationSetInput struct {

	// The ID of the reusable delegation set that you want to get a list of name
	// servers for.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A request to get information about a specified reusable delegation set.

func (GetReusableDelegationSetInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetReusableDelegationSetInput) String

String returns the string representation

func (*GetReusableDelegationSetInput) Validate

func (s *GetReusableDelegationSetInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetReusableDelegationSetLimitInput added in v0.2.0

type GetReusableDelegationSetLimitInput struct {

	// The ID of the delegation set that you want to get the limit for.
	//
	// DelegationSetId is a required field
	DelegationSetId *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// Specify MAX_ZONES_BY_REUSABLE_DELEGATION_SET to get the maximum number of
	// hosted zones that you can associate with the specified reusable delegation
	// set.
	//
	// Type is a required field
	Type ReusableDelegationSetLimitType `location:"uri" locationName:"Type" type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the request to create a hosted zone.

func (GetReusableDelegationSetLimitInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetReusableDelegationSetLimitInput) String added in v0.2.0

String returns the string representation

func (*GetReusableDelegationSetLimitInput) Validate added in v0.2.0

Validate inspects the fields of the type to determine if they are valid.

type GetReusableDelegationSetLimitOutput added in v0.2.0

type GetReusableDelegationSetLimitOutput struct {

	// The current number of hosted zones that you can associate with the specified
	// reusable delegation set.
	//
	// Count is a required field
	Count *int64 `type:"long" required:"true"`

	// The current setting for the limit on hosted zones that you can associate
	// with the specified reusable delegation set.
	//
	// Limit is a required field
	Limit *ReusableDelegationSetLimit `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the requested limit.

func (GetReusableDelegationSetLimitOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetReusableDelegationSetLimitOutput) String added in v0.2.0

String returns the string representation

type GetReusableDelegationSetLimitRequest added in v0.2.0

type GetReusableDelegationSetLimitRequest struct {
	*aws.Request
	Input *GetReusableDelegationSetLimitInput
	Copy  func(*GetReusableDelegationSetLimitInput) GetReusableDelegationSetLimitRequest
}

GetReusableDelegationSetLimitRequest is the request type for the GetReusableDelegationSetLimit API operation.

func (GetReusableDelegationSetLimitRequest) Send added in v0.2.0

Send marshals and sends the GetReusableDelegationSetLimit API request.

type GetReusableDelegationSetLimitResponse added in v0.9.0

type GetReusableDelegationSetLimitResponse struct {
	*GetReusableDelegationSetLimitOutput
	// contains filtered or unexported fields
}

GetReusableDelegationSetLimitResponse is the response type for the GetReusableDelegationSetLimit API operation.

func (*GetReusableDelegationSetLimitResponse) SDKResponseMetdata added in v0.9.0

func (r *GetReusableDelegationSetLimitResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetReusableDelegationSetLimit request.

type GetReusableDelegationSetOutput

type GetReusableDelegationSetOutput struct {

	// A complex type that contains information about the reusable delegation set.
	//
	// DelegationSet is a required field
	DelegationSet *DelegationSet `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response to the GetReusableDelegationSet request.

func (GetReusableDelegationSetOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetReusableDelegationSetOutput) String

String returns the string representation

type GetReusableDelegationSetRequest

type GetReusableDelegationSetRequest struct {
	*aws.Request
	Input *GetReusableDelegationSetInput
	Copy  func(*GetReusableDelegationSetInput) GetReusableDelegationSetRequest
}

GetReusableDelegationSetRequest is the request type for the GetReusableDelegationSet API operation.

func (GetReusableDelegationSetRequest) Send

Send marshals and sends the GetReusableDelegationSet API request.

type GetReusableDelegationSetResponse added in v0.9.0

type GetReusableDelegationSetResponse struct {
	*GetReusableDelegationSetOutput
	// contains filtered or unexported fields
}

GetReusableDelegationSetResponse is the response type for the GetReusableDelegationSet API operation.

func (*GetReusableDelegationSetResponse) SDKResponseMetdata added in v0.9.0

func (r *GetReusableDelegationSetResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetReusableDelegationSet request.

type GetTrafficPolicyInput

type GetTrafficPolicyInput struct {

	// The ID of the traffic policy that you want to get information about.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"`

	// The version number of the traffic policy that you want to get information
	// about.
	//
	// Version is a required field
	Version *int64 `location:"uri" locationName:"Version" min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

Gets information about a specific traffic policy version.

func (GetTrafficPolicyInput) MarshalFields added in v0.3.0

func (s GetTrafficPolicyInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetTrafficPolicyInput) String

func (s GetTrafficPolicyInput) String() string

String returns the string representation

func (*GetTrafficPolicyInput) Validate

func (s *GetTrafficPolicyInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetTrafficPolicyInstanceCountInput

type GetTrafficPolicyInstanceCountInput struct {
	// contains filtered or unexported fields
}

Request to get the number of traffic policy instances that are associated with the current AWS account.

func (GetTrafficPolicyInstanceCountInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetTrafficPolicyInstanceCountInput) String

String returns the string representation

type GetTrafficPolicyInstanceCountOutput

type GetTrafficPolicyInstanceCountOutput struct {

	// The number of traffic policy instances that are associated with the current
	// AWS account.
	//
	// TrafficPolicyInstanceCount is a required field
	TrafficPolicyInstanceCount *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.

func (GetTrafficPolicyInstanceCountOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetTrafficPolicyInstanceCountOutput) String

String returns the string representation

type GetTrafficPolicyInstanceCountRequest

type GetTrafficPolicyInstanceCountRequest struct {
	*aws.Request
	Input *GetTrafficPolicyInstanceCountInput
	Copy  func(*GetTrafficPolicyInstanceCountInput) GetTrafficPolicyInstanceCountRequest
}

GetTrafficPolicyInstanceCountRequest is the request type for the GetTrafficPolicyInstanceCount API operation.

func (GetTrafficPolicyInstanceCountRequest) Send

Send marshals and sends the GetTrafficPolicyInstanceCount API request.

type GetTrafficPolicyInstanceCountResponse added in v0.9.0

type GetTrafficPolicyInstanceCountResponse struct {
	*GetTrafficPolicyInstanceCountOutput
	// contains filtered or unexported fields
}

GetTrafficPolicyInstanceCountResponse is the response type for the GetTrafficPolicyInstanceCount API operation.

func (*GetTrafficPolicyInstanceCountResponse) SDKResponseMetdata added in v0.9.0

func (r *GetTrafficPolicyInstanceCountResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetTrafficPolicyInstanceCount request.

type GetTrafficPolicyInstanceInput

type GetTrafficPolicyInstanceInput struct {

	// The ID of the traffic policy instance that you want to get information about.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Gets information about a specified traffic policy instance.

func (GetTrafficPolicyInstanceInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetTrafficPolicyInstanceInput) String

String returns the string representation

func (*GetTrafficPolicyInstanceInput) Validate

func (s *GetTrafficPolicyInstanceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type GetTrafficPolicyInstanceOutput

type GetTrafficPolicyInstanceOutput struct {

	// A complex type that contains settings for the traffic policy instance.
	//
	// TrafficPolicyInstance is a required field
	TrafficPolicyInstance *TrafficPolicyInstance `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.

func (GetTrafficPolicyInstanceOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetTrafficPolicyInstanceOutput) String

String returns the string representation

type GetTrafficPolicyInstanceRequest

type GetTrafficPolicyInstanceRequest struct {
	*aws.Request
	Input *GetTrafficPolicyInstanceInput
	Copy  func(*GetTrafficPolicyInstanceInput) GetTrafficPolicyInstanceRequest
}

GetTrafficPolicyInstanceRequest is the request type for the GetTrafficPolicyInstance API operation.

func (GetTrafficPolicyInstanceRequest) Send

Send marshals and sends the GetTrafficPolicyInstance API request.

type GetTrafficPolicyInstanceResponse added in v0.9.0

type GetTrafficPolicyInstanceResponse struct {
	*GetTrafficPolicyInstanceOutput
	// contains filtered or unexported fields
}

GetTrafficPolicyInstanceResponse is the response type for the GetTrafficPolicyInstance API operation.

func (*GetTrafficPolicyInstanceResponse) SDKResponseMetdata added in v0.9.0

func (r *GetTrafficPolicyInstanceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetTrafficPolicyInstance request.

type GetTrafficPolicyOutput

type GetTrafficPolicyOutput struct {

	// A complex type that contains settings for the specified traffic policy.
	//
	// TrafficPolicy is a required field
	TrafficPolicy *TrafficPolicy `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the request.

func (GetTrafficPolicyOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (GetTrafficPolicyOutput) String

func (s GetTrafficPolicyOutput) String() string

String returns the string representation

type GetTrafficPolicyRequest

type GetTrafficPolicyRequest struct {
	*aws.Request
	Input *GetTrafficPolicyInput
	Copy  func(*GetTrafficPolicyInput) GetTrafficPolicyRequest
}

GetTrafficPolicyRequest is the request type for the GetTrafficPolicy API operation.

func (GetTrafficPolicyRequest) Send

Send marshals and sends the GetTrafficPolicy API request.

type GetTrafficPolicyResponse added in v0.9.0

type GetTrafficPolicyResponse struct {
	*GetTrafficPolicyOutput
	// contains filtered or unexported fields
}

GetTrafficPolicyResponse is the response type for the GetTrafficPolicy API operation.

func (*GetTrafficPolicyResponse) SDKResponseMetdata added in v0.9.0

func (r *GetTrafficPolicyResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the GetTrafficPolicy request.

type HealthCheck

type HealthCheck struct {

	// A unique string that you specified when you created the health check.
	//
	// CallerReference is a required field
	CallerReference *string `min:"1" type:"string" required:"true"`

	// A complex type that contains information about the CloudWatch alarm that
	// Amazon Route 53 is monitoring for this health check.
	CloudWatchAlarmConfiguration *CloudWatchAlarmConfiguration `type:"structure"`

	// A complex type that contains detailed information about one health check.
	//
	// HealthCheckConfig is a required field
	HealthCheckConfig *HealthCheckConfig `type:"structure" required:"true"`

	// 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.
	//
	// HealthCheckVersion is a required field
	HealthCheckVersion *int64 `min:"1" type:"long" required:"true"`

	// The identifier that Amazon Route 53assigned to the health check when you
	// created it. When you add or update a resource record set, you use this value
	// to specify which health check to use. The value can be up to 64 characters
	// long.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// 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.
	LinkedService *LinkedService `type:"structure"`
	// contains filtered or unexported fields
}

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

func (HealthCheck) MarshalFields added in v0.3.0

func (s HealthCheck) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (HealthCheck) String

func (s HealthCheck) String() string

String returns the string representation

type HealthCheckConfig

type HealthCheckConfig struct {

	// 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.
	AlarmIdentifier *AlarmIdentifier `type:"structure"`

	// (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.
	ChildHealthChecks []string `locationNameList:"ChildHealthCheck" type:"list"`

	// 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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-Inverted).
	//
	// Charges for a health check still apply when the health check is disabled.
	// For more information, see Amazon Route 53 Pricing (http://aws.amazon.com/route53/pricing/).
	Disabled *bool `type:"boolean"`

	// 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.
	EnableSNI *bool `type:"boolean"`

	// 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 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html)
	// in the Amazon Route 53 Developer Guide.
	//
	// If you don't specify a value for FailureThreshold, the default value is three
	// health checks.
	FailureThreshold *int64 `min:"1" type:"integer"`

	// 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.
	FullyQualifiedDomainName *string `type:"string"`

	// 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
	// (https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-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.
	HealthThreshold *int64 `type:"integer"`

	// 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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-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:
	//
	//    * RFC 5735, Special Use IPv4 Addresses (https://tools.ietf.org/html/rfc5735)
	//
	//    * RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space (https://tools.ietf.org/html/rfc6598)
	//
	//    * RFC 5156, Special-Use IPv6 Addresses (https://tools.ietf.org/html/rfc5156)
	//
	// When the value of Type is CALCULATED or CLOUDWATCH_METRIC, omit IPAddress.
	IPAddress *string `type:"string"`

	// 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.
	InsufficientDataHealthStatus InsufficientDataHealthStatus `type:"string" enum:"true"`

	// 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.
	Inverted *bool `type:"boolean"`

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

	// 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.
	Port *int64 `min:"1" type:"integer"`

	// 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).
	Regions []HealthCheckRegion `locationNameList:"Region" min:"3" type:"list"`

	// 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.
	RequestInterval *int64 `min:"10" type:"integer"`

	// 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.
	ResourcePath *string `type:"string"`

	// 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.
	SearchString *string `type:"string"`

	// 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.
	//
	// For more information, see How Route 53 Determines Whether an Endpoint Is
	// Healthy (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html)
	// in the Amazon Route 53 Developer Guide.
	//
	// Type is a required field
	Type HealthCheckType `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the health check.

func (HealthCheckConfig) MarshalFields added in v0.3.0

func (s HealthCheckConfig) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (HealthCheckConfig) String

func (s HealthCheckConfig) String() string

String returns the string representation

func (*HealthCheckConfig) Validate

func (s *HealthCheckConfig) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type HealthCheckObservation

type HealthCheckObservation struct {

	// The IP address of the Amazon Route 53 health checker that provided the failure
	// reason in StatusReport.
	IPAddress *string `type:"string"`

	// The region of the Amazon Route 53 health checker that provided the status
	// in StatusReport.
	Region HealthCheckRegion `min:"1" type:"string" enum:"true"`

	// 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.
	StatusReport *StatusReport `type:"structure"`
	// contains filtered or unexported fields
}

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

func (HealthCheckObservation) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (HealthCheckObservation) String

func (s HealthCheckObservation) String() string

String returns the string representation

type HealthCheckRegion

type HealthCheckRegion string
const (
	HealthCheckRegionUsEast1      HealthCheckRegion = "us-east-1"
	HealthCheckRegionUsWest1      HealthCheckRegion = "us-west-1"
	HealthCheckRegionUsWest2      HealthCheckRegion = "us-west-2"
	HealthCheckRegionEuWest1      HealthCheckRegion = "eu-west-1"
	HealthCheckRegionApSoutheast1 HealthCheckRegion = "ap-southeast-1"
	HealthCheckRegionApSoutheast2 HealthCheckRegion = "ap-southeast-2"
	HealthCheckRegionApNortheast1 HealthCheckRegion = "ap-northeast-1"
	HealthCheckRegionSaEast1      HealthCheckRegion = "sa-east-1"
)

Enum values for HealthCheckRegion

func (HealthCheckRegion) MarshalValue added in v0.3.0

func (enum HealthCheckRegion) MarshalValue() (string, error)

func (HealthCheckRegion) MarshalValueBuf added in v0.3.0

func (enum HealthCheckRegion) MarshalValueBuf(b []byte) ([]byte, error)

type HealthCheckType

type HealthCheckType string
const (
	HealthCheckTypeHttp             HealthCheckType = "HTTP"
	HealthCheckTypeHttps            HealthCheckType = "HTTPS"
	HealthCheckTypeHttpStrMatch     HealthCheckType = "HTTP_STR_MATCH"
	HealthCheckTypeHttpsStrMatch    HealthCheckType = "HTTPS_STR_MATCH"
	HealthCheckTypeTcp              HealthCheckType = "TCP"
	HealthCheckTypeCalculated       HealthCheckType = "CALCULATED"
	HealthCheckTypeCloudwatchMetric HealthCheckType = "CLOUDWATCH_METRIC"
)

Enum values for HealthCheckType

func (HealthCheckType) MarshalValue added in v0.3.0

func (enum HealthCheckType) MarshalValue() (string, error)

func (HealthCheckType) MarshalValueBuf added in v0.3.0

func (enum HealthCheckType) MarshalValueBuf(b []byte) ([]byte, error)

type HostedZone

type HostedZone struct {

	// The value that you specified for CallerReference when you created the hosted
	// zone.
	//
	// CallerReference is a required field
	CallerReference *string `min:"1" type:"string" required:"true"`

	// 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.
	Config *HostedZoneConfig `type:"structure"`

	// The ID that Amazon Route 53 assigned to the hosted zone when you created
	// it.
	//
	// Id is a required field
	Id *string `type:"string" required:"true"`

	// 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.
	LinkedService *LinkedService `type:"structure"`

	// 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
	// (https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateHostedZone.html).
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The number of resource record sets in the hosted zone.
	ResourceRecordSetCount *int64 `type:"long"`
	// contains filtered or unexported fields
}

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

func (HostedZone) MarshalFields added in v0.3.0

func (s HostedZone) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (HostedZone) String

func (s HostedZone) String() string

String returns the string representation

type HostedZoneConfig

type HostedZoneConfig struct {

	// Any comments that you want to include about the hosted zone.
	Comment *string `type:"string"`

	// A value that indicates whether this is a private hosted zone.
	PrivateZone *bool `type:"boolean"`
	// contains filtered or unexported fields
}

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.

func (HostedZoneConfig) MarshalFields added in v0.3.0

func (s HostedZoneConfig) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (HostedZoneConfig) String

func (s HostedZoneConfig) String() string

String returns the string representation

type HostedZoneLimit added in v0.2.0

type HostedZoneLimit struct {

	// 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.
	//
	// Type is a required field
	Type HostedZoneLimitType `type:"string" required:"true" enum:"true"`

	// The current value for the limit that is specified by Type.
	//
	// Value is a required field
	Value *int64 `min:"1" type:"long" required:"true"`
	// contains filtered or unexported fields
}

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

func (HostedZoneLimit) MarshalFields added in v0.3.0

func (s HostedZoneLimit) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (HostedZoneLimit) String added in v0.2.0

func (s HostedZoneLimit) String() string

String returns the string representation

type HostedZoneLimitType added in v0.2.0

type HostedZoneLimitType string
const (
	HostedZoneLimitTypeMaxRrsetsByZone         HostedZoneLimitType = "MAX_RRSETS_BY_ZONE"
	HostedZoneLimitTypeMaxVpcsAssociatedByZone HostedZoneLimitType = "MAX_VPCS_ASSOCIATED_BY_ZONE"
)

Enum values for HostedZoneLimitType

func (HostedZoneLimitType) MarshalValue added in v0.3.0

func (enum HostedZoneLimitType) MarshalValue() (string, error)

func (HostedZoneLimitType) MarshalValueBuf added in v0.3.0

func (enum HostedZoneLimitType) MarshalValueBuf(b []byte) ([]byte, error)

type HostedZoneOwner added in v0.24.0

type HostedZoneOwner struct {

	// If the hosted zone was created by an AWS account, or was created by an AWS
	// service that creates hosted zones using the current account, OwningAccount
	// contains the account ID of that account. For example, when you use AWS Cloud
	// Map to create a hosted zone, Cloud Map creates the hosted zone using the
	// current AWS account.
	OwningAccount *string `type:"string"`

	// If an AWS 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.
	OwningService *string `type:"string"`
	// contains filtered or unexported fields
}

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.

func (HostedZoneOwner) MarshalFields added in v0.24.0

func (s HostedZoneOwner) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (HostedZoneOwner) String added in v0.24.0

func (s HostedZoneOwner) String() string

String returns the string representation

type HostedZoneSummary added in v0.24.0

type HostedZoneSummary struct {

	// The Route 53 hosted zone ID of a private hosted zone that the specified VPC
	// is associated with.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `type:"string" required:"true"`

	// The name of the private hosted zone, such as example.com.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The owner of a private hosted zone that the specified VPC is associated with.
	// The owner can be either an AWS account or an AWS service.
	//
	// Owner is a required field
	Owner *HostedZoneOwner `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

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.

func (HostedZoneSummary) MarshalFields added in v0.24.0

func (s HostedZoneSummary) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (HostedZoneSummary) String added in v0.24.0

func (s HostedZoneSummary) String() string

String returns the string representation

type InsufficientDataHealthStatus

type InsufficientDataHealthStatus string
const (
	InsufficientDataHealthStatusHealthy         InsufficientDataHealthStatus = "Healthy"
	InsufficientDataHealthStatusUnhealthy       InsufficientDataHealthStatus = "Unhealthy"
	InsufficientDataHealthStatusLastKnownStatus InsufficientDataHealthStatus = "LastKnownStatus"
)

Enum values for InsufficientDataHealthStatus

func (InsufficientDataHealthStatus) MarshalValue added in v0.3.0

func (enum InsufficientDataHealthStatus) MarshalValue() (string, error)

func (InsufficientDataHealthStatus) MarshalValueBuf added in v0.3.0

func (enum InsufficientDataHealthStatus) MarshalValueBuf(b []byte) ([]byte, error)

type LinkedService added in v0.2.0

type LinkedService struct {

	// 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.
	Description *string `type:"string"`

	// 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.
	ServicePrincipal *string `type:"string"`
	// contains filtered or unexported fields
}

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.

func (LinkedService) MarshalFields added in v0.3.0

func (s LinkedService) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (LinkedService) String added in v0.2.0

func (s LinkedService) String() string

String returns the string representation

type ListGeoLocationsInput

type ListGeoLocationsInput struct {

	// (Optional) The maximum number of geolocations to be included in the response
	// body for this request. If more than maxitems geolocations remain to be listed,
	// then the value of the IsTruncated element in the response is true.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// The code for the continent with which you want to start listing locations
	// that Amazon Route 53 supports for geolocation. If Route 53 has already returned
	// a page or more of results, if IsTruncated is true, and if NextContinentCode
	// from the previous response has a value, enter that value in startcontinentcode
	// to return the next page of results.
	//
	// Include startcontinentcode only if you want to list continents. Don't include
	// startcontinentcode when you're listing countries or countries with their
	// subdivisions.
	StartContinentCode *string `location:"querystring" locationName:"startcontinentcode" min:"2" type:"string"`

	// The code for the country with which you want to start listing locations that
	// Amazon Route 53 supports for geolocation. If Route 53 has already returned
	// a page or more of results, if IsTruncated is true, and if NextCountryCode
	// from the previous response has a value, enter that value in startcountrycode
	// to return the next page of results.
	StartCountryCode *string `location:"querystring" locationName:"startcountrycode" min:"1" type:"string"`

	// The code for the state of the United States with which you want to start
	// listing locations that Amazon Route 53 supports for geolocation. If Route
	// 53 has already returned a page or more of results, if IsTruncated is true,
	// and if NextSubdivisionCode from the previous response has a value, enter
	// that value in startsubdivisioncode to return the next page of results.
	//
	// To list subdivisions (U.S. states), you must include both startcountrycode
	// and startsubdivisioncode.
	StartSubdivisionCode *string `location:"querystring" locationName:"startsubdivisioncode" min:"1" type:"string"`
	// contains filtered or unexported fields
}

A request to get a list of geographic locations that Amazon Route 53 supports for geolocation resource record sets.

func (ListGeoLocationsInput) MarshalFields added in v0.3.0

func (s ListGeoLocationsInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListGeoLocationsInput) String

func (s ListGeoLocationsInput) String() string

String returns the string representation

func (*ListGeoLocationsInput) Validate

func (s *ListGeoLocationsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListGeoLocationsOutput

type ListGeoLocationsOutput struct {

	// A complex type that contains one GeoLocationDetails element for each location
	// that Amazon Route 53 supports for geolocation.
	//
	// GeoLocationDetailsList is a required field
	GeoLocationDetailsList []GeoLocationDetails `locationNameList:"GeoLocationDetails" type:"list" required:"true"`

	// A value that indicates whether more locations remain to be listed after the
	// last location in this response. If so, the value of IsTruncated is true.
	// To get more values, submit another request and include the values of NextContinentCode,
	// NextCountryCode, and NextSubdivisionCode in the startcontinentcode, startcountrycode,
	// and startsubdivisioncode, as applicable.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// The value that you specified for MaxItems in the request.
	//
	// MaxItems is a required field
	MaxItems *string `type:"string" required:"true"`

	// If IsTruncated is true, you can make a follow-up request to display more
	// locations. Enter the value of NextContinentCode in the startcontinentcode
	// parameter in another ListGeoLocations request.
	NextContinentCode *string `min:"2" type:"string"`

	// If IsTruncated is true, you can make a follow-up request to display more
	// locations. Enter the value of NextCountryCode in the startcountrycode parameter
	// in another ListGeoLocations request.
	NextCountryCode *string `min:"1" type:"string"`

	// If IsTruncated is true, you can make a follow-up request to display more
	// locations. Enter the value of NextSubdivisionCode in the startsubdivisioncode
	// parameter in another ListGeoLocations request.
	NextSubdivisionCode *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A complex type containing the response information for the request.

func (ListGeoLocationsOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListGeoLocationsOutput) String

func (s ListGeoLocationsOutput) String() string

String returns the string representation

type ListGeoLocationsRequest

type ListGeoLocationsRequest struct {
	*aws.Request
	Input *ListGeoLocationsInput
	Copy  func(*ListGeoLocationsInput) ListGeoLocationsRequest
}

ListGeoLocationsRequest is the request type for the ListGeoLocations API operation.

func (ListGeoLocationsRequest) Send

Send marshals and sends the ListGeoLocations API request.

type ListGeoLocationsResponse added in v0.9.0

type ListGeoLocationsResponse struct {
	*ListGeoLocationsOutput
	// contains filtered or unexported fields
}

ListGeoLocationsResponse is the response type for the ListGeoLocations API operation.

func (*ListGeoLocationsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListGeoLocationsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListGeoLocations request.

type ListHealthChecksInput

type ListHealthChecksInput struct {

	// If the value of IsTruncated in the previous response was true, you have more
	// health checks. To get another group, submit another ListHealthChecks request.
	//
	// For the value of marker, specify the value of NextMarker from the previous
	// response, which is the ID of the first health check that Amazon Route 53
	// will return if you submit another request.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more health checks to get.
	Marker *string `location:"querystring" locationName:"marker" type:"string"`

	// The maximum number of health checks that you want ListHealthChecks to return
	// in response to the current request. Amazon Route 53 returns a maximum of
	// 100 items. If you set MaxItems to a value greater than 100, Route 53 returns
	// only the first 100 health checks.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`
	// contains filtered or unexported fields
}

A request to retrieve a list of the health checks that are associated with the current AWS account.

func (ListHealthChecksInput) MarshalFields added in v0.3.0

func (s ListHealthChecksInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListHealthChecksInput) String

func (s ListHealthChecksInput) String() string

String returns the string representation

type ListHealthChecksOutput

type ListHealthChecksOutput struct {

	// A complex type that contains one HealthCheck element for each health check
	// that is associated with the current AWS account.
	//
	// HealthChecks is a required field
	HealthChecks []HealthCheck `locationNameList:"HealthCheck" type:"list" required:"true"`

	// A flag that indicates whether there are more health checks to be listed.
	// If the response was truncated, you can get the next group of health checks
	// by submitting another ListHealthChecks request and specifying the value of
	// NextMarker in the marker parameter.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// For the second and subsequent calls to ListHealthChecks, Marker is the value
	// that you specified for the marker parameter in the previous request.
	//
	// Marker is a required field
	Marker *string `type:"string" required:"true"`

	// The value that you specified for the maxitems parameter in the call to ListHealthChecks
	// that produced the current response.
	//
	// MaxItems is a required field
	MaxItems *string `type:"string" required:"true"`

	// If IsTruncated is true, the value of NextMarker identifies the first health
	// check that Amazon Route 53 returns if you submit another ListHealthChecks
	// request and specify the value of NextMarker in the marker parameter.
	NextMarker *string `type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains the response to a ListHealthChecks request.

func (ListHealthChecksOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListHealthChecksOutput) String

func (s ListHealthChecksOutput) String() string

String returns the string representation

type ListHealthChecksPaginator added in v0.9.0

type ListHealthChecksPaginator struct {
	aws.Pager
}

ListHealthChecksPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListHealthChecksPaginator added in v0.9.0

func NewListHealthChecksPaginator(req ListHealthChecksRequest) ListHealthChecksPaginator

NewListHealthChecksRequestPaginator returns a paginator for ListHealthChecks. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListHealthChecksRequest(input)
p := route53.NewListHealthChecksRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListHealthChecksPaginator) CurrentPage added in v0.9.0

type ListHealthChecksRequest

type ListHealthChecksRequest struct {
	*aws.Request
	Input *ListHealthChecksInput
	Copy  func(*ListHealthChecksInput) ListHealthChecksRequest
}

ListHealthChecksRequest is the request type for the ListHealthChecks API operation.

func (ListHealthChecksRequest) Send

Send marshals and sends the ListHealthChecks API request.

type ListHealthChecksResponse added in v0.9.0

type ListHealthChecksResponse struct {
	*ListHealthChecksOutput
	// contains filtered or unexported fields
}

ListHealthChecksResponse is the response type for the ListHealthChecks API operation.

func (*ListHealthChecksResponse) SDKResponseMetdata added in v0.9.0

func (r *ListHealthChecksResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListHealthChecks request.

type ListHostedZonesByNameInput

type ListHostedZonesByNameInput struct {

	// (Optional) For your first request to ListHostedZonesByName, include the dnsname
	// parameter only if you want to specify the name of the first hosted zone in
	// the response. If you don't include the dnsname parameter, Amazon Route 53
	// returns all of the hosted zones that were created by the current AWS account,
	// in ASCII order. For subsequent requests, include both dnsname and hostedzoneid
	// parameters. For dnsname, specify the value of NextDNSName from the previous
	// response.
	DNSName *string `location:"querystring" locationName:"dnsname" type:"string"`

	// (Optional) For your first request to ListHostedZonesByName, do not include
	// the hostedzoneid parameter.
	//
	// If you have more hosted zones than the value of maxitems, ListHostedZonesByName
	// returns only the first maxitems hosted zones. To get the next group of maxitems
	// hosted zones, submit another request to ListHostedZonesByName and include
	// both dnsname and hostedzoneid parameters. For the value of hostedzoneid,
	// specify the value of the NextHostedZoneId element from the previous response.
	HostedZoneId *string `location:"querystring" locationName:"hostedzoneid" type:"string"`

	// The maximum number of hosted zones to be included in the response body for
	// this request. If you have more than maxitems hosted zones, then the value
	// of the IsTruncated element in the response is true, and the values of NextDNSName
	// and NextHostedZoneId specify the first hosted zone in the next group of maxitems
	// hosted zones.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`
	// contains filtered or unexported fields
}

Retrieves a list of the public and private hosted zones that are associated with the current AWS account in ASCII order by domain name.

func (ListHostedZonesByNameInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListHostedZonesByNameInput) String

String returns the string representation

type ListHostedZonesByNameOutput

type ListHostedZonesByNameOutput struct {

	// For the second and subsequent calls to ListHostedZonesByName, DNSName is
	// the value that you specified for the dnsname parameter in the request that
	// produced the current response.
	DNSName *string `type:"string"`

	// The ID that Amazon Route 53 assigned to the hosted zone when you created
	// it.
	HostedZoneId *string `type:"string"`

	// A complex type that contains general information about the hosted zone.
	//
	// HostedZones is a required field
	HostedZones []HostedZone `locationNameList:"HostedZone" type:"list" required:"true"`

	// A flag that indicates whether there are more hosted zones to be listed. If
	// the response was truncated, you can get the next group of maxitems hosted
	// zones by calling ListHostedZonesByName again and specifying the values of
	// NextDNSName and NextHostedZoneId elements in the dnsname and hostedzoneid
	// parameters.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// The value that you specified for the maxitems parameter in the call to ListHostedZonesByName
	// that produced the current response.
	//
	// MaxItems is a required field
	MaxItems *string `type:"string" required:"true"`

	// If IsTruncated is true, the value of NextDNSName is the name of the first
	// hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName
	// again and specify the value of NextDNSName and NextHostedZoneId in the dnsname
	// and hostedzoneid parameters, respectively.
	//
	// This element is present only if IsTruncated is true.
	NextDNSName *string `type:"string"`

	// If IsTruncated is true, the value of NextHostedZoneId identifies the first
	// hosted zone in the next group of maxitems hosted zones. Call ListHostedZonesByName
	// again and specify the value of NextDNSName and NextHostedZoneId in the dnsname
	// and hostedzoneid parameters, respectively.
	//
	// This element is present only if IsTruncated is true.
	NextHostedZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the request.

func (ListHostedZonesByNameOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListHostedZonesByNameOutput) String

String returns the string representation

type ListHostedZonesByNameRequest

type ListHostedZonesByNameRequest struct {
	*aws.Request
	Input *ListHostedZonesByNameInput
	Copy  func(*ListHostedZonesByNameInput) ListHostedZonesByNameRequest
}

ListHostedZonesByNameRequest is the request type for the ListHostedZonesByName API operation.

func (ListHostedZonesByNameRequest) Send

Send marshals and sends the ListHostedZonesByName API request.

type ListHostedZonesByNameResponse added in v0.9.0

type ListHostedZonesByNameResponse struct {
	*ListHostedZonesByNameOutput
	// contains filtered or unexported fields
}

ListHostedZonesByNameResponse is the response type for the ListHostedZonesByName API operation.

func (*ListHostedZonesByNameResponse) SDKResponseMetdata added in v0.9.0

func (r *ListHostedZonesByNameResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListHostedZonesByName request.

type ListHostedZonesByVPCInput added in v0.24.0

type ListHostedZonesByVPCInput struct {

	// (Optional) The maximum number of hosted zones that you want Amazon Route
	// 53 to return. If the specified VPC is associated with more than MaxItems
	// hosted zones, the response includes a NextToken element. NextToken contains
	// the hosted zone ID of the first hosted zone that Route 53 will return if
	// you submit another request.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// If the previous response included a NextToken element, the specified VPC
	// is associated with more hosted zones. To get more hosted zones, submit another
	// ListHostedZonesByVPC request.
	//
	// For the value of NextToken, specify the value of NextToken from the previous
	// response.
	//
	// If the previous response didn't include a NextToken element, there are no
	// more hosted zones to get.
	NextToken *string `location:"querystring" locationName:"nexttoken" type:"string"`

	// The ID of the Amazon VPC that you want to list hosted zones for.
	//
	// VPCId is a required field
	VPCId *string `location:"querystring" locationName:"vpcid" type:"string" required:"true"`

	// For the Amazon VPC that you specified for VPCId, the AWS Region that you
	// created the VPC in.
	//
	// VPCRegion is a required field
	VPCRegion VPCRegion `location:"querystring" locationName:"vpcregion" min:"1" type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

Lists all the private hosted zones that a specified VPC is associated with, regardless of which AWS account created the hosted zones.

func (ListHostedZonesByVPCInput) MarshalFields added in v0.24.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListHostedZonesByVPCInput) String added in v0.24.0

func (s ListHostedZonesByVPCInput) String() string

String returns the string representation

func (*ListHostedZonesByVPCInput) Validate added in v0.24.0

func (s *ListHostedZonesByVPCInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListHostedZonesByVPCOutput added in v0.24.0

type ListHostedZonesByVPCOutput struct {

	// A list that 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.
	//
	// HostedZoneSummaries is a required field
	HostedZoneSummaries []HostedZoneSummary `locationNameList:"HostedZoneSummary" type:"list" required:"true"`

	// The value that you specified for MaxItems in the most recent ListHostedZonesByVPC
	// request.
	//
	// MaxItems is a required field
	MaxItems *string `type:"string" required:"true"`

	// The value that you specified for NextToken in the most recent ListHostedZonesByVPC
	// request.
	NextToken *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListHostedZonesByVPCOutput) MarshalFields added in v0.24.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListHostedZonesByVPCOutput) String added in v0.24.0

String returns the string representation

type ListHostedZonesByVPCRequest added in v0.24.0

type ListHostedZonesByVPCRequest struct {
	*aws.Request
	Input *ListHostedZonesByVPCInput
	Copy  func(*ListHostedZonesByVPCInput) ListHostedZonesByVPCRequest
}

ListHostedZonesByVPCRequest is the request type for the ListHostedZonesByVPC API operation.

func (ListHostedZonesByVPCRequest) Send added in v0.24.0

Send marshals and sends the ListHostedZonesByVPC API request.

type ListHostedZonesByVPCResponse added in v0.24.0

type ListHostedZonesByVPCResponse struct {
	*ListHostedZonesByVPCOutput
	// contains filtered or unexported fields
}

ListHostedZonesByVPCResponse is the response type for the ListHostedZonesByVPC API operation.

func (*ListHostedZonesByVPCResponse) SDKResponseMetdata added in v0.24.0

func (r *ListHostedZonesByVPCResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListHostedZonesByVPC request.

type ListHostedZonesInput

type ListHostedZonesInput struct {

	// If you're using reusable delegation sets and you want to list all of the
	// hosted zones that are associated with a reusable delegation set, specify
	// the ID of that reusable delegation set.
	DelegationSetId *string `location:"querystring" locationName:"delegationsetid" type:"string"`

	// If the value of IsTruncated in the previous response was true, you have more
	// hosted zones. To get more hosted zones, submit another ListHostedZones request.
	//
	// For the value of marker, specify the value of NextMarker from the previous
	// response, which is the ID of the first hosted zone that Amazon Route 53 will
	// return if you submit another request.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more hosted zones to get.
	Marker *string `location:"querystring" locationName:"marker" type:"string"`

	// (Optional) The maximum number of hosted zones that you want Amazon Route
	// 53 to return. If you have more than maxitems hosted zones, the value of IsTruncated
	// in the response is true, and the value of NextMarker is the hosted zone ID
	// of the first hosted zone that Route 53 will return if you submit another
	// request.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`
	// contains filtered or unexported fields
}

A request to retrieve a list of the public and private hosted zones that are associated with the current AWS account.

func (ListHostedZonesInput) MarshalFields added in v0.3.0

func (s ListHostedZonesInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListHostedZonesInput) String

func (s ListHostedZonesInput) String() string

String returns the string representation

type ListHostedZonesOutput

type ListHostedZonesOutput struct {

	// A complex type that contains general information about the hosted zone.
	//
	// HostedZones is a required field
	HostedZones []HostedZone `locationNameList:"HostedZone" type:"list" required:"true"`

	// A flag indicating whether there are more hosted zones to be listed. If the
	// response was truncated, you can get more hosted zones by submitting another
	// ListHostedZones request and specifying the value of NextMarker in the marker
	// parameter.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// For the second and subsequent calls to ListHostedZones, Marker is the value
	// that you specified for the marker parameter in the request that produced
	// the current response.
	//
	// Marker is a required field
	Marker *string `type:"string" required:"true"`

	// The value that you specified for the maxitems parameter in the call to ListHostedZones
	// that produced the current response.
	//
	// MaxItems is a required field
	MaxItems *string `type:"string" required:"true"`

	// If IsTruncated is true, the value of NextMarker identifies the first hosted
	// zone in the next group of hosted zones. Submit another ListHostedZones request,
	// and specify the value of NextMarker from the response in the marker parameter.
	//
	// This element is present only if IsTruncated is true.
	NextMarker *string `type:"string"`
	// contains filtered or unexported fields
}

func (ListHostedZonesOutput) MarshalFields added in v0.3.0

func (s ListHostedZonesOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListHostedZonesOutput) String

func (s ListHostedZonesOutput) String() string

String returns the string representation

type ListHostedZonesPaginator added in v0.9.0

type ListHostedZonesPaginator struct {
	aws.Pager
}

ListHostedZonesPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListHostedZonesPaginator added in v0.9.0

func NewListHostedZonesPaginator(req ListHostedZonesRequest) ListHostedZonesPaginator

NewListHostedZonesRequestPaginator returns a paginator for ListHostedZones. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListHostedZonesRequest(input)
p := route53.NewListHostedZonesRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListHostedZonesPaginator) CurrentPage added in v0.9.0

type ListHostedZonesRequest

type ListHostedZonesRequest struct {
	*aws.Request
	Input *ListHostedZonesInput
	Copy  func(*ListHostedZonesInput) ListHostedZonesRequest
}

ListHostedZonesRequest is the request type for the ListHostedZones API operation.

func (ListHostedZonesRequest) Send

Send marshals and sends the ListHostedZones API request.

type ListHostedZonesResponse added in v0.9.0

type ListHostedZonesResponse struct {
	*ListHostedZonesOutput
	// contains filtered or unexported fields
}

ListHostedZonesResponse is the response type for the ListHostedZones API operation.

func (*ListHostedZonesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListHostedZonesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListHostedZones request.

type ListQueryLoggingConfigsInput

type ListQueryLoggingConfigsInput struct {

	// (Optional) If you want to list the query logging configuration that is associated
	// with a hosted zone, specify the ID in HostedZoneId.
	//
	// If you don't specify a hosted zone ID, ListQueryLoggingConfigs returns all
	// of the configurations that are associated with the current AWS account.
	HostedZoneId *string `location:"querystring" locationName:"hostedzoneid" type:"string"`

	// (Optional) The maximum number of query logging configurations that you want
	// Amazon Route 53 to return in response to the current request. If the current
	// AWS account has more than MaxResults configurations, use the value of NextToken
	// (https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListQueryLoggingConfigs.html#API_ListQueryLoggingConfigs_RequestSyntax)
	// in the response to get the next page of results.
	//
	// If you don't specify a value for MaxResults, Route 53 returns up to 100 configurations.
	MaxResults *string `location:"querystring" locationName:"maxresults" type:"string"`

	// (Optional) If the current AWS account has more than MaxResults query logging
	// configurations, use NextToken to get the second and subsequent pages of results.
	//
	// For the first ListQueryLoggingConfigs request, omit this value.
	//
	// For the second and subsequent requests, get the value of NextToken from the
	// previous response and specify that value for NextToken in the request.
	NextToken *string `location:"querystring" locationName:"nexttoken" type:"string"`
	// contains filtered or unexported fields
}

func (ListQueryLoggingConfigsInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListQueryLoggingConfigsInput) String

String returns the string representation

type ListQueryLoggingConfigsOutput

type ListQueryLoggingConfigsOutput struct {

	// If a response includes the last of the query logging configurations that
	// are associated with the current AWS account, NextToken doesn't appear in
	// the response.
	//
	// If a response doesn't include the last of the configurations, you can get
	// more configurations by submitting another ListQueryLoggingConfigs (https://docs.aws.amazon.com/Route53/latest/APIReference/API_ListQueryLoggingConfigs.html)
	// request. Get the value of NextToken that Amazon Route 53 returned in the
	// previous response and include it in NextToken in the next request.
	NextToken *string `type:"string"`

	// An array that contains one QueryLoggingConfig (https://docs.aws.amazon.com/Route53/latest/APIReference/API_QueryLoggingConfig.html)
	// element for each configuration for DNS query logging that is associated with
	// the current AWS account.
	//
	// QueryLoggingConfigs is a required field
	QueryLoggingConfigs []QueryLoggingConfig `locationNameList:"QueryLoggingConfig" type:"list" required:"true"`
	// contains filtered or unexported fields
}

func (ListQueryLoggingConfigsOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListQueryLoggingConfigsOutput) String

String returns the string representation

type ListQueryLoggingConfigsPaginator added in v0.23.0

type ListQueryLoggingConfigsPaginator struct {
	aws.Pager
}

ListQueryLoggingConfigsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListQueryLoggingConfigsPaginator added in v0.23.0

func NewListQueryLoggingConfigsPaginator(req ListQueryLoggingConfigsRequest) ListQueryLoggingConfigsPaginator

NewListQueryLoggingConfigsRequestPaginator returns a paginator for ListQueryLoggingConfigs. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListQueryLoggingConfigsRequest(input)
p := route53.NewListQueryLoggingConfigsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListQueryLoggingConfigsPaginator) CurrentPage added in v0.23.0

type ListQueryLoggingConfigsRequest

type ListQueryLoggingConfigsRequest struct {
	*aws.Request
	Input *ListQueryLoggingConfigsInput
	Copy  func(*ListQueryLoggingConfigsInput) ListQueryLoggingConfigsRequest
}

ListQueryLoggingConfigsRequest is the request type for the ListQueryLoggingConfigs API operation.

func (ListQueryLoggingConfigsRequest) Send

Send marshals and sends the ListQueryLoggingConfigs API request.

type ListQueryLoggingConfigsResponse added in v0.9.0

type ListQueryLoggingConfigsResponse struct {
	*ListQueryLoggingConfigsOutput
	// contains filtered or unexported fields
}

ListQueryLoggingConfigsResponse is the response type for the ListQueryLoggingConfigs API operation.

func (*ListQueryLoggingConfigsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListQueryLoggingConfigsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListQueryLoggingConfigs request.

type ListResourceRecordSetsInput

type ListResourceRecordSetsInput struct {

	// The ID of the hosted zone that contains the resource record sets that you
	// want to list.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// (Optional) The maximum number of resource records sets to include in the
	// response body for this request. If the response includes more than maxitems
	// resource record sets, the value of the IsTruncated element in the response
	// is true, and the values of the NextRecordName and NextRecordType elements
	// in the response identify the first resource record set in the next group
	// of maxitems resource record sets.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// Resource record sets that have a routing policy other than simple: If results
	// were truncated for a given DNS name and type, specify the value of NextRecordIdentifier
	// from the previous response to get the next resource record set that has the
	// current DNS name and type.
	StartRecordIdentifier *string `location:"querystring" locationName:"identifier" min:"1" type:"string"`

	// The first name in the lexicographic ordering of resource record sets that
	// you want to list. If the specified record name doesn't exist, the results
	// begin with the first resource record set that has a name greater than the
	// value of name.
	StartRecordName *string `location:"querystring" locationName:"name" type:"string"`

	// The type of resource record set to begin the record listing from.
	//
	// Valid values for basic resource record sets: A | AAAA | CAA | CNAME | MX
	// | NAPTR | NS | PTR | SOA | SPF | SRV | TXT
	//
	// Values for weighted, latency, geolocation, and failover resource record sets:
	// A | AAAA | CAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT
	//
	// Values for alias resource record sets:
	//
	//    * API Gateway custom regional API or edge-optimized API: A
	//
	//    * CloudFront distribution: A or AAAA
	//
	//    * Elastic Beanstalk environment that has a regionalized subdomain: A
	//
	//    * Elastic Load Balancing load balancer: A | AAAA
	//
	//    * S3 bucket: A
	//
	//    * VPC interface VPC endpoint: A
	//
	//    * Another resource record set in this hosted zone: The type of the resource
	//    record set that the alias references.
	//
	// Constraint: Specifying type without specifying name returns an InvalidInput
	// error.
	StartRecordType RRType `location:"querystring" locationName:"type" type:"string" enum:"true"`
	// contains filtered or unexported fields
}

A request for the resource record sets that are associated with a specified hosted zone.

func (ListResourceRecordSetsInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListResourceRecordSetsInput) String

String returns the string representation

func (*ListResourceRecordSetsInput) Validate

func (s *ListResourceRecordSetsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListResourceRecordSetsOutput

type ListResourceRecordSetsOutput struct {

	// A flag that indicates whether more resource record sets remain to be listed.
	// If your results were truncated, you can make a follow-up pagination request
	// by using the NextRecordName element.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// The maximum number of records you requested.
	//
	// MaxItems is a required field
	MaxItems *string `type:"string" required:"true"`

	// Resource record sets that have a routing policy other than simple: If results
	// were truncated for a given DNS name and type, the value of SetIdentifier
	// for the next resource record set that has the current DNS name and type.
	//
	// For information about routing policies, see Choosing a Routing Policy (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html)
	// in the Amazon Route 53 Developer Guide.
	NextRecordIdentifier *string `min:"1" type:"string"`

	// If the results were truncated, the name of the next record in the list.
	//
	// This element is present only if IsTruncated is true.
	NextRecordName *string `type:"string"`

	// If the results were truncated, the type of the next record in the list.
	//
	// This element is present only if IsTruncated is true.
	NextRecordType RRType `type:"string" enum:"true"`

	// Information about multiple resource record sets.
	//
	// ResourceRecordSets is a required field
	ResourceRecordSets []ResourceRecordSet `locationNameList:"ResourceRecordSet" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains list information for the resource record set.

func (ListResourceRecordSetsOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListResourceRecordSetsOutput) String

String returns the string representation

type ListResourceRecordSetsPaginator added in v0.9.0

type ListResourceRecordSetsPaginator struct {
	aws.Pager
}

ListResourceRecordSetsPaginator is used to paginate the request. This can be done by calling Next and CurrentPage.

func NewListResourceRecordSetsPaginator added in v0.9.0

func NewListResourceRecordSetsPaginator(req ListResourceRecordSetsRequest) ListResourceRecordSetsPaginator

NewListResourceRecordSetsRequestPaginator returns a paginator for ListResourceRecordSets. Use Next method to get the next page, and CurrentPage to get the current response page from the paginator. Next will return false, if there are no more pages, or an error was encountered.

Note: This operation can generate multiple requests to a service.

// Example iterating over pages.
req := client.ListResourceRecordSetsRequest(input)
p := route53.NewListResourceRecordSetsRequestPaginator(req)

for p.Next(context.TODO()) {
    page := p.CurrentPage()
}

if err := p.Err(); err != nil {
    return err
}

func (*ListResourceRecordSetsPaginator) CurrentPage added in v0.9.0

type ListResourceRecordSetsRequest

type ListResourceRecordSetsRequest struct {
	*aws.Request
	Input *ListResourceRecordSetsInput
	Copy  func(*ListResourceRecordSetsInput) ListResourceRecordSetsRequest
}

ListResourceRecordSetsRequest is the request type for the ListResourceRecordSets API operation.

func (ListResourceRecordSetsRequest) Send

Send marshals and sends the ListResourceRecordSets API request.

type ListResourceRecordSetsResponse added in v0.9.0

type ListResourceRecordSetsResponse struct {
	*ListResourceRecordSetsOutput
	// contains filtered or unexported fields
}

ListResourceRecordSetsResponse is the response type for the ListResourceRecordSets API operation.

func (*ListResourceRecordSetsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListResourceRecordSetsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListResourceRecordSets request.

type ListReusableDelegationSetsInput

type ListReusableDelegationSetsInput struct {

	// If the value of IsTruncated in the previous response was true, you have more
	// reusable delegation sets. To get another group, submit another ListReusableDelegationSets
	// request.
	//
	// For the value of marker, specify the value of NextMarker from the previous
	// response, which is the ID of the first reusable delegation set that Amazon
	// Route 53 will return if you submit another request.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more reusable delegation sets to get.
	Marker *string `location:"querystring" locationName:"marker" type:"string"`

	// The number of reusable delegation sets that you want Amazon Route 53 to return
	// in the response to this request. If you specify a value greater than 100,
	// Route 53 returns only the first 100 reusable delegation sets.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`
	// contains filtered or unexported fields
}

A request to get a list of the reusable delegation sets that are associated with the current AWS account.

func (ListReusableDelegationSetsInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListReusableDelegationSetsInput) String

String returns the string representation

type ListReusableDelegationSetsOutput

type ListReusableDelegationSetsOutput struct {

	// A complex type that contains one DelegationSet element for each reusable
	// delegation set that was created by the current AWS account.
	//
	// DelegationSets is a required field
	DelegationSets []DelegationSet `locationNameList:"DelegationSet" type:"list" required:"true"`

	// A flag that indicates whether there are more reusable delegation sets to
	// be listed.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// For the second and subsequent calls to ListReusableDelegationSets, Marker
	// is the value that you specified for the marker parameter in the request that
	// produced the current response.
	//
	// Marker is a required field
	Marker *string `type:"string" required:"true"`

	// The value that you specified for the maxitems parameter in the call to ListReusableDelegationSets
	// that produced the current response.
	//
	// MaxItems is a required field
	MaxItems *string `type:"string" required:"true"`

	// If IsTruncated is true, the value of NextMarker identifies the next reusable
	// delegation set that Amazon Route 53 will return if you submit another ListReusableDelegationSets
	// request and specify the value of NextMarker in the marker parameter.
	NextMarker *string `type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains information about the reusable delegation sets that are associated with the current AWS account.

func (ListReusableDelegationSetsOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListReusableDelegationSetsOutput) String

String returns the string representation

type ListReusableDelegationSetsRequest

type ListReusableDelegationSetsRequest struct {
	*aws.Request
	Input *ListReusableDelegationSetsInput
	Copy  func(*ListReusableDelegationSetsInput) ListReusableDelegationSetsRequest
}

ListReusableDelegationSetsRequest is the request type for the ListReusableDelegationSets API operation.

func (ListReusableDelegationSetsRequest) Send

Send marshals and sends the ListReusableDelegationSets API request.

type ListReusableDelegationSetsResponse added in v0.9.0

type ListReusableDelegationSetsResponse struct {
	*ListReusableDelegationSetsOutput
	// contains filtered or unexported fields
}

ListReusableDelegationSetsResponse is the response type for the ListReusableDelegationSets API operation.

func (*ListReusableDelegationSetsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListReusableDelegationSetsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListReusableDelegationSets request.

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

	// The ID of the resource for which you want to retrieve tags.
	//
	// ResourceId is a required field
	ResourceId *string `location:"uri" locationName:"ResourceId" type:"string" required:"true"`

	// The type of the resource.
	//
	//    * The resource type for health checks is healthcheck.
	//
	//    * The resource type for hosted zones is hostedzone.
	//
	// ResourceType is a required field
	ResourceType TagResourceType `location:"uri" locationName:"ResourceType" type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

A complex type containing information about a request for a list of the tags that are associated with an individual resource.

func (ListTagsForResourceInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTagsForResourceInput) String

func (s ListTagsForResourceInput) String() string

String returns the string representation

func (*ListTagsForResourceInput) Validate

func (s *ListTagsForResourceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourceOutput

type ListTagsForResourceOutput struct {

	// A ResourceTagSet containing tags associated with the specified resource.
	//
	// ResourceTagSet is a required field
	ResourceTagSet *ResourceTagSet `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the health checks or hosted zones for which you want to list tags.

func (ListTagsForResourceOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation

type ListTagsForResourceRequest

type ListTagsForResourceRequest struct {
	*aws.Request
	Input *ListTagsForResourceInput
	Copy  func(*ListTagsForResourceInput) ListTagsForResourceRequest
}

ListTagsForResourceRequest is the request type for the ListTagsForResource API operation.

func (ListTagsForResourceRequest) Send

Send marshals and sends the ListTagsForResource API request.

type ListTagsForResourceResponse added in v0.9.0

type ListTagsForResourceResponse struct {
	*ListTagsForResourceOutput
	// contains filtered or unexported fields
}

ListTagsForResourceResponse is the response type for the ListTagsForResource API operation.

func (*ListTagsForResourceResponse) SDKResponseMetdata added in v0.9.0

func (r *ListTagsForResourceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListTagsForResource request.

type ListTagsForResourcesInput

type ListTagsForResourcesInput struct {

	// A complex type that contains the ResourceId element for each resource for
	// which you want to get a list of tags.
	//
	// ResourceIds is a required field
	ResourceIds []string `locationNameList:"ResourceId" min:"1" type:"list" required:"true"`

	// The type of the resources.
	//
	//    * The resource type for health checks is healthcheck.
	//
	//    * The resource type for hosted zones is hostedzone.
	//
	// ResourceType is a required field
	ResourceType TagResourceType `location:"uri" locationName:"ResourceType" type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the health checks or hosted zones for which you want to list tags.

func (ListTagsForResourcesInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTagsForResourcesInput) String

func (s ListTagsForResourcesInput) String() string

String returns the string representation

func (*ListTagsForResourcesInput) Validate

func (s *ListTagsForResourcesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTagsForResourcesOutput

type ListTagsForResourcesOutput struct {

	// A list of ResourceTagSets containing tags associated with the specified resources.
	//
	// ResourceTagSets is a required field
	ResourceTagSets []ResourceTagSet `locationNameList:"ResourceTagSet" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type containing tags for the specified resources.

func (ListTagsForResourcesOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTagsForResourcesOutput) String

String returns the string representation

type ListTagsForResourcesRequest

type ListTagsForResourcesRequest struct {
	*aws.Request
	Input *ListTagsForResourcesInput
	Copy  func(*ListTagsForResourcesInput) ListTagsForResourcesRequest
}

ListTagsForResourcesRequest is the request type for the ListTagsForResources API operation.

func (ListTagsForResourcesRequest) Send

Send marshals and sends the ListTagsForResources API request.

type ListTagsForResourcesResponse added in v0.9.0

type ListTagsForResourcesResponse struct {
	*ListTagsForResourcesOutput
	// contains filtered or unexported fields
}

ListTagsForResourcesResponse is the response type for the ListTagsForResources API operation.

func (*ListTagsForResourcesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListTagsForResourcesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListTagsForResources request.

type ListTrafficPoliciesInput

type ListTrafficPoliciesInput struct {

	// (Optional) The maximum number of traffic policies that you want Amazon Route
	// 53 to return in response to this request. If you have more than MaxItems
	// traffic policies, the value of IsTruncated in the response is true, and the
	// value of TrafficPolicyIdMarker is the ID of the first traffic policy that
	// Route 53 will return if you submit another request.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// (Conditional) For your first request to ListTrafficPolicies, don't include
	// the TrafficPolicyIdMarker parameter.
	//
	// If you have more traffic policies than the value of MaxItems, ListTrafficPolicies
	// returns only the first MaxItems traffic policies. To get the next group of
	// policies, submit another request to ListTrafficPolicies. For the value of
	// TrafficPolicyIdMarker, specify the value of TrafficPolicyIdMarker that was
	// returned in the previous response.
	TrafficPolicyIdMarker *string `location:"querystring" locationName:"trafficpolicyid" min:"1" type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains the information about the request to list the traffic policies that are associated with the current AWS account.

func (ListTrafficPoliciesInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTrafficPoliciesInput) String

func (s ListTrafficPoliciesInput) String() string

String returns the string representation

func (*ListTrafficPoliciesInput) Validate

func (s *ListTrafficPoliciesInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTrafficPoliciesOutput

type ListTrafficPoliciesOutput struct {

	// A flag that indicates whether there are more traffic policies to be listed.
	// If the response was truncated, you can get the next group of traffic policies
	// by submitting another ListTrafficPolicies request and specifying the value
	// of TrafficPolicyIdMarker in the TrafficPolicyIdMarker request parameter.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// The value that you specified for the MaxItems parameter in the ListTrafficPolicies
	// request that produced the current response.
	//
	// MaxItems is a required field
	MaxItems *string `type:"string" required:"true"`

	// If the value of IsTruncated is true, TrafficPolicyIdMarker is the ID of the
	// first traffic policy in the next group of MaxItems traffic policies.
	//
	// TrafficPolicyIdMarker is a required field
	TrafficPolicyIdMarker *string `min:"1" type:"string" required:"true"`

	// A list that contains one TrafficPolicySummary element for each traffic policy
	// that was created by the current AWS account.
	//
	// TrafficPolicySummaries is a required field
	TrafficPolicySummaries []TrafficPolicySummary `locationNameList:"TrafficPolicySummary" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the request.

func (ListTrafficPoliciesOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTrafficPoliciesOutput) String

func (s ListTrafficPoliciesOutput) String() string

String returns the string representation

type ListTrafficPoliciesRequest

type ListTrafficPoliciesRequest struct {
	*aws.Request
	Input *ListTrafficPoliciesInput
	Copy  func(*ListTrafficPoliciesInput) ListTrafficPoliciesRequest
}

ListTrafficPoliciesRequest is the request type for the ListTrafficPolicies API operation.

func (ListTrafficPoliciesRequest) Send

Send marshals and sends the ListTrafficPolicies API request.

type ListTrafficPoliciesResponse added in v0.9.0

type ListTrafficPoliciesResponse struct {
	*ListTrafficPoliciesOutput
	// contains filtered or unexported fields
}

ListTrafficPoliciesResponse is the response type for the ListTrafficPolicies API operation.

func (*ListTrafficPoliciesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListTrafficPoliciesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListTrafficPolicies request.

type ListTrafficPolicyInstancesByHostedZoneInput

type ListTrafficPolicyInstancesByHostedZoneInput struct {

	// The ID of the hosted zone that you want to list traffic policy instances
	// for.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `location:"querystring" locationName:"id" type:"string" required:"true"`

	// The maximum number of traffic policy instances to be included in the response
	// body for this request. If you have more than MaxItems traffic policy instances,
	// the value of the IsTruncated element in the response is true, and the values
	// of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker
	// represent the first traffic policy instance that Amazon Route 53 will return
	// if you submit another request.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// If the value of IsTruncated in the previous response is true, you have more
	// traffic policy instances. To get more traffic policy instances, submit another
	// ListTrafficPolicyInstances request. For the value of trafficpolicyinstancename,
	// specify the value of TrafficPolicyInstanceNameMarker from the previous response,
	// which is the name of the first traffic policy instance in the next group
	// of traffic policy instances.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get.
	TrafficPolicyInstanceNameMarker *string `location:"querystring" locationName:"trafficpolicyinstancename" type:"string"`

	// If the value of IsTruncated in the previous response is true, you have more
	// traffic policy instances. To get more traffic policy instances, submit another
	// ListTrafficPolicyInstances request. For the value of trafficpolicyinstancetype,
	// specify the value of TrafficPolicyInstanceTypeMarker from the previous response,
	// which is the type of the first traffic policy instance in the next group
	// of traffic policy instances.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get.
	TrafficPolicyInstanceTypeMarker RRType `location:"querystring" locationName:"trafficpolicyinstancetype" type:"string" enum:"true"`
	// contains filtered or unexported fields
}

A request for the traffic policy instances that you created in a specified hosted zone.

func (ListTrafficPolicyInstancesByHostedZoneInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTrafficPolicyInstancesByHostedZoneInput) String

String returns the string representation

func (*ListTrafficPolicyInstancesByHostedZoneInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ListTrafficPolicyInstancesByHostedZoneOutput

type ListTrafficPolicyInstancesByHostedZoneOutput struct {

	// A flag that indicates whether there are more traffic policy instances to
	// be listed. If the response was truncated, you can get the next group of traffic
	// policy instances by submitting another ListTrafficPolicyInstancesByHostedZone
	// request and specifying the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker,
	// and TrafficPolicyInstanceTypeMarker in the corresponding request parameters.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// The value that you specified for the MaxItems parameter in the ListTrafficPolicyInstancesByHostedZone
	// request that produced the current response.
	//
	// MaxItems is a required field
	MaxItems *string `type:"string" required:"true"`

	// If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the
	// first traffic policy instance in the next group of traffic policy instances.
	TrafficPolicyInstanceNameMarker *string `type:"string"`

	// If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of
	// the resource record sets that are associated with the first traffic policy
	// instance in the next group of traffic policy instances.
	TrafficPolicyInstanceTypeMarker RRType `type:"string" enum:"true"`

	// A list that contains one TrafficPolicyInstance element for each traffic policy
	// instance that matches the elements in the request.
	//
	// TrafficPolicyInstances is a required field
	TrafficPolicyInstances []TrafficPolicyInstance `locationNameList:"TrafficPolicyInstance" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the request.

func (ListTrafficPolicyInstancesByHostedZoneOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTrafficPolicyInstancesByHostedZoneOutput) String

String returns the string representation

type ListTrafficPolicyInstancesByHostedZoneRequest

ListTrafficPolicyInstancesByHostedZoneRequest is the request type for the ListTrafficPolicyInstancesByHostedZone API operation.

func (ListTrafficPolicyInstancesByHostedZoneRequest) Send

Send marshals and sends the ListTrafficPolicyInstancesByHostedZone API request.

type ListTrafficPolicyInstancesByHostedZoneResponse added in v0.9.0

type ListTrafficPolicyInstancesByHostedZoneResponse struct {
	*ListTrafficPolicyInstancesByHostedZoneOutput
	// contains filtered or unexported fields
}

ListTrafficPolicyInstancesByHostedZoneResponse is the response type for the ListTrafficPolicyInstancesByHostedZone API operation.

func (*ListTrafficPolicyInstancesByHostedZoneResponse) SDKResponseMetdata added in v0.9.0

SDKResponseMetdata returns the response metadata for the ListTrafficPolicyInstancesByHostedZone request.

type ListTrafficPolicyInstancesByPolicyInput

type ListTrafficPolicyInstancesByPolicyInput struct {

	// If the value of IsTruncated in the previous response was true, you have more
	// traffic policy instances. To get more traffic policy instances, submit another
	// ListTrafficPolicyInstancesByPolicy request.
	//
	// For the value of hostedzoneid, specify the value of HostedZoneIdMarker from
	// the previous response, which is the hosted zone ID of the first traffic policy
	// instance that Amazon Route 53 will return if you submit another request.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get.
	HostedZoneIdMarker *string `location:"querystring" locationName:"hostedzoneid" type:"string"`

	// The maximum number of traffic policy instances to be included in the response
	// body for this request. If you have more than MaxItems traffic policy instances,
	// the value of the IsTruncated element in the response is true, and the values
	// of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker
	// represent the first traffic policy instance that Amazon Route 53 will return
	// if you submit another request.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// The ID of the traffic policy for which you want to list traffic policy instances.
	//
	// TrafficPolicyId is a required field
	TrafficPolicyId *string `location:"querystring" locationName:"id" min:"1" type:"string" required:"true"`

	// If the value of IsTruncated in the previous response was true, you have more
	// traffic policy instances. To get more traffic policy instances, submit another
	// ListTrafficPolicyInstancesByPolicy request.
	//
	// For the value of trafficpolicyinstancename, specify the value of TrafficPolicyInstanceNameMarker
	// from the previous response, which is the name of the first traffic policy
	// instance that Amazon Route 53 will return if you submit another request.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get.
	TrafficPolicyInstanceNameMarker *string `location:"querystring" locationName:"trafficpolicyinstancename" type:"string"`

	// If the value of IsTruncated in the previous response was true, you have more
	// traffic policy instances. To get more traffic policy instances, submit another
	// ListTrafficPolicyInstancesByPolicy request.
	//
	// For the value of trafficpolicyinstancetype, specify the value of TrafficPolicyInstanceTypeMarker
	// from the previous response, which is the name of the first traffic policy
	// instance that Amazon Route 53 will return if you submit another request.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get.
	TrafficPolicyInstanceTypeMarker RRType `location:"querystring" locationName:"trafficpolicyinstancetype" type:"string" enum:"true"`

	// The version of the traffic policy for which you want to list traffic policy
	// instances. The version must be associated with the traffic policy that is
	// specified by TrafficPolicyId.
	//
	// TrafficPolicyVersion is a required field
	TrafficPolicyVersion *int64 `location:"querystring" locationName:"version" min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the information about the request to list your traffic policy instances.

func (ListTrafficPolicyInstancesByPolicyInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTrafficPolicyInstancesByPolicyInput) String

String returns the string representation

func (*ListTrafficPolicyInstancesByPolicyInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ListTrafficPolicyInstancesByPolicyOutput

type ListTrafficPolicyInstancesByPolicyOutput struct {

	// If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of
	// the first traffic policy instance in the next group of traffic policy instances.
	HostedZoneIdMarker *string `type:"string"`

	// A flag that indicates whether there are more traffic policy instances to
	// be listed. If the response was truncated, you can get the next group of traffic
	// policy instances by calling ListTrafficPolicyInstancesByPolicy again and
	// specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker,
	// and TrafficPolicyInstanceTypeMarker elements in the corresponding request
	// parameters.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByPolicy
	// that produced the current response.
	//
	// MaxItems is a required field
	MaxItems *string `type:"string" required:"true"`

	// If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the
	// first traffic policy instance in the next group of MaxItems traffic policy
	// instances.
	TrafficPolicyInstanceNameMarker *string `type:"string"`

	// If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of
	// the resource record sets that are associated with the first traffic policy
	// instance in the next group of MaxItems traffic policy instances.
	TrafficPolicyInstanceTypeMarker RRType `type:"string" enum:"true"`

	// A list that contains one TrafficPolicyInstance element for each traffic policy
	// instance that matches the elements in the request.
	//
	// TrafficPolicyInstances is a required field
	TrafficPolicyInstances []TrafficPolicyInstance `locationNameList:"TrafficPolicyInstance" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the request.

func (ListTrafficPolicyInstancesByPolicyOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTrafficPolicyInstancesByPolicyOutput) String

String returns the string representation

type ListTrafficPolicyInstancesByPolicyRequest

ListTrafficPolicyInstancesByPolicyRequest is the request type for the ListTrafficPolicyInstancesByPolicy API operation.

func (ListTrafficPolicyInstancesByPolicyRequest) Send

Send marshals and sends the ListTrafficPolicyInstancesByPolicy API request.

type ListTrafficPolicyInstancesByPolicyResponse added in v0.9.0

type ListTrafficPolicyInstancesByPolicyResponse struct {
	*ListTrafficPolicyInstancesByPolicyOutput
	// contains filtered or unexported fields
}

ListTrafficPolicyInstancesByPolicyResponse is the response type for the ListTrafficPolicyInstancesByPolicy API operation.

func (*ListTrafficPolicyInstancesByPolicyResponse) SDKResponseMetdata added in v0.9.0

func (r *ListTrafficPolicyInstancesByPolicyResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListTrafficPolicyInstancesByPolicy request.

type ListTrafficPolicyInstancesInput

type ListTrafficPolicyInstancesInput struct {

	// If the value of IsTruncated in the previous response was true, you have more
	// traffic policy instances. To get more traffic policy instances, submit another
	// ListTrafficPolicyInstances request. For the value of HostedZoneId, specify
	// the value of HostedZoneIdMarker from the previous response, which is the
	// hosted zone ID of the first traffic policy instance in the next group of
	// traffic policy instances.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get.
	HostedZoneIdMarker *string `location:"querystring" locationName:"hostedzoneid" type:"string"`

	// The maximum number of traffic policy instances that you want Amazon Route
	// 53 to return in response to a ListTrafficPolicyInstances request. If you
	// have more than MaxItems traffic policy instances, the value of the IsTruncated
	// element in the response is true, and the values of HostedZoneIdMarker, TrafficPolicyInstanceNameMarker,
	// and TrafficPolicyInstanceTypeMarker represent the first traffic policy instance
	// in the next group of MaxItems traffic policy instances.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// If the value of IsTruncated in the previous response was true, you have more
	// traffic policy instances. To get more traffic policy instances, submit another
	// ListTrafficPolicyInstances request. For the value of trafficpolicyinstancename,
	// specify the value of TrafficPolicyInstanceNameMarker from the previous response,
	// which is the name of the first traffic policy instance in the next group
	// of traffic policy instances.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get.
	TrafficPolicyInstanceNameMarker *string `location:"querystring" locationName:"trafficpolicyinstancename" type:"string"`

	// If the value of IsTruncated in the previous response was true, you have more
	// traffic policy instances. To get more traffic policy instances, submit another
	// ListTrafficPolicyInstances request. For the value of trafficpolicyinstancetype,
	// specify the value of TrafficPolicyInstanceTypeMarker from the previous response,
	// which is the type of the first traffic policy instance in the next group
	// of traffic policy instances.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get.
	TrafficPolicyInstanceTypeMarker RRType `location:"querystring" locationName:"trafficpolicyinstancetype" type:"string" enum:"true"`
	// contains filtered or unexported fields
}

A request to get information about the traffic policy instances that you created by using the current AWS account.

func (ListTrafficPolicyInstancesInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTrafficPolicyInstancesInput) String

String returns the string representation

type ListTrafficPolicyInstancesOutput

type ListTrafficPolicyInstancesOutput struct {

	// If IsTruncated is true, HostedZoneIdMarker is the ID of the hosted zone of
	// the first traffic policy instance that Route 53 will return if you submit
	// another ListTrafficPolicyInstances request.
	HostedZoneIdMarker *string `type:"string"`

	// A flag that indicates whether there are more traffic policy instances to
	// be listed. If the response was truncated, you can get more traffic policy
	// instances by calling ListTrafficPolicyInstances again and specifying the
	// values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker
	// in the corresponding request parameters.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstances
	// that produced the current response.
	//
	// MaxItems is a required field
	MaxItems *string `type:"string" required:"true"`

	// If IsTruncated is true, TrafficPolicyInstanceNameMarker is the name of the
	// first traffic policy instance that Route 53 will return if you submit another
	// ListTrafficPolicyInstances request.
	TrafficPolicyInstanceNameMarker *string `type:"string"`

	// If IsTruncated is true, TrafficPolicyInstanceTypeMarker is the DNS type of
	// the resource record sets that are associated with the first traffic policy
	// instance that Amazon Route 53 will return if you submit another ListTrafficPolicyInstances
	// request.
	TrafficPolicyInstanceTypeMarker RRType `type:"string" enum:"true"`

	// A list that contains one TrafficPolicyInstance element for each traffic policy
	// instance that matches the elements in the request.
	//
	// TrafficPolicyInstances is a required field
	TrafficPolicyInstances []TrafficPolicyInstance `locationNameList:"TrafficPolicyInstance" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the request.

func (ListTrafficPolicyInstancesOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTrafficPolicyInstancesOutput) String

String returns the string representation

type ListTrafficPolicyInstancesRequest

type ListTrafficPolicyInstancesRequest struct {
	*aws.Request
	Input *ListTrafficPolicyInstancesInput
	Copy  func(*ListTrafficPolicyInstancesInput) ListTrafficPolicyInstancesRequest
}

ListTrafficPolicyInstancesRequest is the request type for the ListTrafficPolicyInstances API operation.

func (ListTrafficPolicyInstancesRequest) Send

Send marshals and sends the ListTrafficPolicyInstances API request.

type ListTrafficPolicyInstancesResponse added in v0.9.0

type ListTrafficPolicyInstancesResponse struct {
	*ListTrafficPolicyInstancesOutput
	// contains filtered or unexported fields
}

ListTrafficPolicyInstancesResponse is the response type for the ListTrafficPolicyInstances API operation.

func (*ListTrafficPolicyInstancesResponse) SDKResponseMetdata added in v0.9.0

func (r *ListTrafficPolicyInstancesResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListTrafficPolicyInstances request.

type ListTrafficPolicyVersionsInput

type ListTrafficPolicyVersionsInput struct {

	// Specify the value of Id of the traffic policy for which you want to list
	// all versions.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"`

	// The maximum number of traffic policy versions that you want Amazon Route
	// 53 to include in the response body for this request. If the specified traffic
	// policy has more than MaxItems versions, the value of IsTruncated in the response
	// is true, and the value of the TrafficPolicyVersionMarker element is the ID
	// of the first version that Route 53 will return if you submit another request.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// For your first request to ListTrafficPolicyVersions, don't include the TrafficPolicyVersionMarker
	// parameter.
	//
	// If you have more traffic policy versions than the value of MaxItems, ListTrafficPolicyVersions
	// returns only the first group of MaxItems versions. To get more traffic policy
	// versions, submit another ListTrafficPolicyVersions request. For the value
	// of TrafficPolicyVersionMarker, specify the value of TrafficPolicyVersionMarker
	// in the previous response.
	TrafficPolicyVersionMarker *string `location:"querystring" locationName:"trafficpolicyversion" type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains the information about the request to list your traffic policies.

func (ListTrafficPolicyVersionsInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTrafficPolicyVersionsInput) String

String returns the string representation

func (*ListTrafficPolicyVersionsInput) Validate

func (s *ListTrafficPolicyVersionsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ListTrafficPolicyVersionsOutput

type ListTrafficPolicyVersionsOutput struct {

	// A flag that indicates whether there are more traffic policies to be listed.
	// If the response was truncated, you can get the next group of traffic policies
	// by submitting another ListTrafficPolicyVersions request and specifying the
	// value of NextMarker in the marker parameter.
	//
	// IsTruncated is a required field
	IsTruncated *bool `type:"boolean" required:"true"`

	// The value that you specified for the maxitems parameter in the ListTrafficPolicyVersions
	// request that produced the current response.
	//
	// MaxItems is a required field
	MaxItems *string `type:"string" required:"true"`

	// A list that contains one TrafficPolicy element for each traffic policy version
	// that is associated with the specified traffic policy.
	//
	// TrafficPolicies is a required field
	TrafficPolicies []TrafficPolicy `locationNameList:"TrafficPolicy" type:"list" required:"true"`

	// If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies
	// the first traffic policy that Amazon Route 53 will return if you submit another
	// request. Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker
	// in the TrafficPolicyVersionMarker request parameter.
	//
	// This element is present only if IsTruncated is true.
	//
	// TrafficPolicyVersionMarker is a required field
	TrafficPolicyVersionMarker *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the request.

func (ListTrafficPolicyVersionsOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListTrafficPolicyVersionsOutput) String

String returns the string representation

type ListTrafficPolicyVersionsRequest

type ListTrafficPolicyVersionsRequest struct {
	*aws.Request
	Input *ListTrafficPolicyVersionsInput
	Copy  func(*ListTrafficPolicyVersionsInput) ListTrafficPolicyVersionsRequest
}

ListTrafficPolicyVersionsRequest is the request type for the ListTrafficPolicyVersions API operation.

func (ListTrafficPolicyVersionsRequest) Send

Send marshals and sends the ListTrafficPolicyVersions API request.

type ListTrafficPolicyVersionsResponse added in v0.9.0

type ListTrafficPolicyVersionsResponse struct {
	*ListTrafficPolicyVersionsOutput
	// contains filtered or unexported fields
}

ListTrafficPolicyVersionsResponse is the response type for the ListTrafficPolicyVersions API operation.

func (*ListTrafficPolicyVersionsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListTrafficPolicyVersionsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListTrafficPolicyVersions request.

type ListVPCAssociationAuthorizationsInput

type ListVPCAssociationAuthorizationsInput struct {

	// The ID of the hosted zone for which you want a list of VPCs that can be associated
	// with the hosted zone.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// Optional: An integer that specifies the maximum number of VPCs that you want
	// Amazon Route 53 to return. If you don't specify a value for MaxResults, Route
	// 53 returns up to 50 VPCs per page.
	MaxResults *string `location:"querystring" locationName:"maxresults" type:"string"`

	// Optional: If a response includes a NextToken element, there are more VPCs
	// that can be associated with the specified hosted zone. To get the next page
	// of results, submit another request, and include the value of NextToken from
	// the response in the nexttoken parameter in another ListVPCAssociationAuthorizations
	// request.
	NextToken *string `location:"querystring" locationName:"nexttoken" type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains information about that can be associated with your hosted zone.

func (ListVPCAssociationAuthorizationsInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListVPCAssociationAuthorizationsInput) String

String returns the string representation

func (*ListVPCAssociationAuthorizationsInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type ListVPCAssociationAuthorizationsOutput

type ListVPCAssociationAuthorizationsOutput struct {

	// The ID of the hosted zone that you can associate the listed VPCs with.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `type:"string" required:"true"`

	// When the response includes a NextToken element, there are more VPCs that
	// can be associated with the specified hosted zone. To get the next page of
	// VPCs, submit another ListVPCAssociationAuthorizations request, and include
	// the value of the NextToken element from the response in the nexttoken request
	// parameter.
	NextToken *string `type:"string"`

	// The list of VPCs that are authorized to be associated with the specified
	// hosted zone.
	//
	// VPCs is a required field
	VPCs []VPC `locationNameList:"VPC" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the request.

func (ListVPCAssociationAuthorizationsOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ListVPCAssociationAuthorizationsOutput) String

String returns the string representation

type ListVPCAssociationAuthorizationsRequest

type ListVPCAssociationAuthorizationsRequest struct {
	*aws.Request
	Input *ListVPCAssociationAuthorizationsInput
	Copy  func(*ListVPCAssociationAuthorizationsInput) ListVPCAssociationAuthorizationsRequest
}

ListVPCAssociationAuthorizationsRequest is the request type for the ListVPCAssociationAuthorizations API operation.

func (ListVPCAssociationAuthorizationsRequest) Send

Send marshals and sends the ListVPCAssociationAuthorizations API request.

type ListVPCAssociationAuthorizationsResponse added in v0.9.0

type ListVPCAssociationAuthorizationsResponse struct {
	*ListVPCAssociationAuthorizationsOutput
	// contains filtered or unexported fields
}

ListVPCAssociationAuthorizationsResponse is the response type for the ListVPCAssociationAuthorizations API operation.

func (*ListVPCAssociationAuthorizationsResponse) SDKResponseMetdata added in v0.9.0

func (r *ListVPCAssociationAuthorizationsResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the ListVPCAssociationAuthorizations request.

type QueryLoggingConfig

type QueryLoggingConfig struct {

	// The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon
	// Route 53 is publishing logs to.
	//
	// CloudWatchLogsLogGroupArn is a required field
	CloudWatchLogsLogGroupArn *string `type:"string" required:"true"`

	// The ID of the hosted zone that CloudWatch Logs is logging queries for.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `type:"string" required:"true"`

	// The ID for a configuration for DNS query logging.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

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

func (QueryLoggingConfig) MarshalFields added in v0.3.0

func (s QueryLoggingConfig) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (QueryLoggingConfig) String

func (s QueryLoggingConfig) String() string

String returns the string representation

type RRType

type RRType string
const (
	RRTypeSoa   RRType = "SOA"
	RRTypeA     RRType = "A"
	RRTypeTxt   RRType = "TXT"
	RRTypeNs    RRType = "NS"
	RRTypeCname RRType = "CNAME"
	RRTypeMx    RRType = "MX"
	RRTypeNaptr RRType = "NAPTR"
	RRTypePtr   RRType = "PTR"
	RRTypeSrv   RRType = "SRV"
	RRTypeSpf   RRType = "SPF"
	RRTypeAaaa  RRType = "AAAA"
	RRTypeCaa   RRType = "CAA"
)

Enum values for RRType

func (RRType) MarshalValue added in v0.3.0

func (enum RRType) MarshalValue() (string, error)

func (RRType) MarshalValueBuf added in v0.3.0

func (enum RRType) MarshalValueBuf(b []byte) ([]byte, error)

type ResettableElementName

type ResettableElementName string
const (
	ResettableElementNameFullyQualifiedDomainName ResettableElementName = "FullyQualifiedDomainName"
	ResettableElementNameRegions                  ResettableElementName = "Regions"
	ResettableElementNameResourcePath             ResettableElementName = "ResourcePath"
	ResettableElementNameChildHealthChecks        ResettableElementName = "ChildHealthChecks"
)

Enum values for ResettableElementName

func (ResettableElementName) MarshalValue added in v0.3.0

func (enum ResettableElementName) MarshalValue() (string, error)

func (ResettableElementName) MarshalValueBuf added in v0.3.0

func (enum ResettableElementName) MarshalValueBuf(b []byte) ([]byte, error)

type ResourceRecord

type ResourceRecord struct {

	// 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 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html)
	// 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.
	//
	// Value is a required field
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Information specific to the resource record.

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

func (ResourceRecord) MarshalFields added in v0.3.0

func (s ResourceRecord) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ResourceRecord) String

func (s ResourceRecord) String() string

String returns the string representation

func (*ResourceRecord) Validate

func (s *ResourceRecord) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceRecordSet

type ResourceRecordSet struct {

	// Alias resource record sets only: Information about the AWS 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 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html)
	//    in the Amazon Route 53 Developer Guide.
	AliasTarget *AliasTarget `type:"structure"`

	// 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:
	//
	//    * Route 53 Health Checks and DNS Failover (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html)
	//
	//    * Configuring Failover in a Private Hosted Zone (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html)
	Failover ResourceRecordSetFailover `type:"string" enum:"true"`

	// 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.
	GeoLocation *GeoLocation `type:"structure"`

	// 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:
	//
	//    * How Amazon Route 53 Determines Whether an Endpoint Is Healthy (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html)
	//
	//    * Route 53 Health Checks and DNS Failover (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html)
	//
	//    * Configuring Failover in a Private Hosted Zone (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html)
	//
	// 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.
	HealthCheckId *string `type:"string"`

	// 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.
	MultiValueAnswer *bool `type:"boolean"`

	// 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 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html)
	// 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.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// Latency-based resource record sets only: The Amazon EC2 Region where you
	// created the resource that this resource record set refers to. The resource
	// typically is an AWS resource, such as an EC2 instance or an ELB load balancer,
	// and is referred to by an IP address or a DNS domain name, depending on the
	// record type.
	//
	// 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.
	Region ResourceRecordSetRegion `min:"1" type:"string" enum:"true"`

	// Information about the resource records to act upon.
	//
	// If you're creating an alias resource record set, omit ResourceRecords.
	ResourceRecords []ResourceRecord `locationNameList:"ResourceRecord" min:"1" type:"list"`

	// 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 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html)
	// in the Amazon Route 53 Developer Guide.
	SetIdentifier *string `min:"1" type:"string"`

	// 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.
	TTL *int64 `type:"long"`

	// 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.
	TrafficPolicyInstanceId *string `min:"1" type:"string"`

	// The DNS record type. For information about different record types and how
	// data is encoded for them, see Supported DNS Resource Record Types (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/ResourceRecordTypes.html)
	// in the Amazon Route 53 Developer Guide.
	//
	// Valid values for basic resource record sets: A | AAAA | CAA | CNAME | MX
	// | NAPTR | NS | PTR | SOA | SPF | SRV | TXT
	//
	// Values for weighted, latency, geolocation, and failover resource record sets:
	// A | AAAA | CAA | CNAME | MX | NAPTR | PTR | SPF | SRV | TXT. When creating
	// a group of weighted, latency, geolocation, or failover resource record sets,
	// specify the same value for all of the resource record sets in the group.
	//
	// Valid values for multivalue answer resource record sets: A | AAAA | MX |
	// NAPTR | PTR | SPF | SRV | TXT
	//
	// 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 (http://tools.ietf.org/html/rfc7208#section-14.1).
	//
	// 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.
	//
	// Type is a required field
	Type RRType `type:"string" required:"true" enum:"true"`

	// 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 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-configuring-options.html)
	//    in the Amazon Route 53 Developer Guide.
	Weight *int64 `type:"long"`
	// contains filtered or unexported fields
}

Information about the resource record set to create or delete.

func (ResourceRecordSet) MarshalFields added in v0.3.0

func (s ResourceRecordSet) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ResourceRecordSet) String

func (s ResourceRecordSet) String() string

String returns the string representation

func (*ResourceRecordSet) Validate

func (s *ResourceRecordSet) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ResourceRecordSetFailover

type ResourceRecordSetFailover string
const (
	ResourceRecordSetFailoverPrimary   ResourceRecordSetFailover = "PRIMARY"
	ResourceRecordSetFailoverSecondary ResourceRecordSetFailover = "SECONDARY"
)

Enum values for ResourceRecordSetFailover

func (ResourceRecordSetFailover) MarshalValue added in v0.3.0

func (enum ResourceRecordSetFailover) MarshalValue() (string, error)

func (ResourceRecordSetFailover) MarshalValueBuf added in v0.3.0

func (enum ResourceRecordSetFailover) MarshalValueBuf(b []byte) ([]byte, error)

type ResourceRecordSetRegion

type ResourceRecordSetRegion string
const (
	ResourceRecordSetRegionUsEast1      ResourceRecordSetRegion = "us-east-1"
	ResourceRecordSetRegionUsEast2      ResourceRecordSetRegion = "us-east-2"
	ResourceRecordSetRegionUsWest1      ResourceRecordSetRegion = "us-west-1"
	ResourceRecordSetRegionUsWest2      ResourceRecordSetRegion = "us-west-2"
	ResourceRecordSetRegionCaCentral1   ResourceRecordSetRegion = "ca-central-1"
	ResourceRecordSetRegionEuWest1      ResourceRecordSetRegion = "eu-west-1"
	ResourceRecordSetRegionEuWest2      ResourceRecordSetRegion = "eu-west-2"
	ResourceRecordSetRegionEuWest3      ResourceRecordSetRegion = "eu-west-3"
	ResourceRecordSetRegionEuCentral1   ResourceRecordSetRegion = "eu-central-1"
	ResourceRecordSetRegionApSoutheast1 ResourceRecordSetRegion = "ap-southeast-1"
	ResourceRecordSetRegionApSoutheast2 ResourceRecordSetRegion = "ap-southeast-2"
	ResourceRecordSetRegionApNortheast1 ResourceRecordSetRegion = "ap-northeast-1"
	ResourceRecordSetRegionApNortheast2 ResourceRecordSetRegion = "ap-northeast-2"
	ResourceRecordSetRegionApNortheast3 ResourceRecordSetRegion = "ap-northeast-3"
	ResourceRecordSetRegionEuNorth1     ResourceRecordSetRegion = "eu-north-1"
	ResourceRecordSetRegionSaEast1      ResourceRecordSetRegion = "sa-east-1"
	ResourceRecordSetRegionCnNorth1     ResourceRecordSetRegion = "cn-north-1"
	ResourceRecordSetRegionCnNorthwest1 ResourceRecordSetRegion = "cn-northwest-1"
	ResourceRecordSetRegionApEast1      ResourceRecordSetRegion = "ap-east-1"
	ResourceRecordSetRegionMeSouth1     ResourceRecordSetRegion = "me-south-1"
	ResourceRecordSetRegionApSouth1     ResourceRecordSetRegion = "ap-south-1"
	ResourceRecordSetRegionAfSouth1     ResourceRecordSetRegion = "af-south-1"
	ResourceRecordSetRegionEuSouth1     ResourceRecordSetRegion = "eu-south-1"
)

Enum values for ResourceRecordSetRegion

func (ResourceRecordSetRegion) MarshalValue added in v0.3.0

func (enum ResourceRecordSetRegion) MarshalValue() (string, error)

func (ResourceRecordSetRegion) MarshalValueBuf added in v0.3.0

func (enum ResourceRecordSetRegion) MarshalValueBuf(b []byte) ([]byte, error)

type ResourceTagSet

type ResourceTagSet struct {

	// The ID for the specified resource.
	ResourceId *string `type:"string"`

	// The type of the resource.
	//
	//    * The resource type for health checks is healthcheck.
	//
	//    * The resource type for hosted zones is hostedzone.
	ResourceType TagResourceType `type:"string" enum:"true"`

	// The tags associated with the specified resource.
	Tags []Tag `locationNameList:"Tag" min:"1" type:"list"`
	// contains filtered or unexported fields
}

A complex type containing a resource and its associated tags.

func (ResourceTagSet) MarshalFields added in v0.3.0

func (s ResourceTagSet) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ResourceTagSet) String

func (s ResourceTagSet) String() string

String returns the string representation

type ReusableDelegationSetLimit added in v0.2.0

type ReusableDelegationSetLimit struct {

	// 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.
	//
	// Type is a required field
	Type ReusableDelegationSetLimitType `type:"string" required:"true" enum:"true"`

	// The current value for the MAX_ZONES_BY_REUSABLE_DELEGATION_SET limit.
	//
	// Value is a required field
	Value *int64 `min:"1" type:"long" required:"true"`
	// contains filtered or unexported fields
}

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

func (ReusableDelegationSetLimit) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (ReusableDelegationSetLimit) String added in v0.2.0

String returns the string representation

type ReusableDelegationSetLimitType added in v0.2.0

type ReusableDelegationSetLimitType string
const (
	ReusableDelegationSetLimitTypeMaxZonesByReusableDelegationSet ReusableDelegationSetLimitType = "MAX_ZONES_BY_REUSABLE_DELEGATION_SET"
)

Enum values for ReusableDelegationSetLimitType

func (ReusableDelegationSetLimitType) MarshalValue added in v0.3.0

func (enum ReusableDelegationSetLimitType) MarshalValue() (string, error)

func (ReusableDelegationSetLimitType) MarshalValueBuf added in v0.3.0

func (enum ReusableDelegationSetLimitType) MarshalValueBuf(b []byte) ([]byte, error)

type Statistic

type Statistic string
const (
	StatisticAverage     Statistic = "Average"
	StatisticSum         Statistic = "Sum"
	StatisticSampleCount Statistic = "SampleCount"
	StatisticMaximum     Statistic = "Maximum"
	StatisticMinimum     Statistic = "Minimum"
)

Enum values for Statistic

func (Statistic) MarshalValue added in v0.3.0

func (enum Statistic) MarshalValue() (string, error)

func (Statistic) MarshalValueBuf added in v0.3.0

func (enum Statistic) MarshalValueBuf(b []byte) ([]byte, error)

type StatusReport

type StatusReport struct {

	// The date and time that the health checker performed the health check in ISO
	// 8601 format (https://en.wikipedia.org/wiki/ISO_8601) 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.
	CheckedTime *time.Time `type:"timestamp"`

	// A description of the status of the health check endpoint as reported by one
	// of the Amazon Route 53 health checkers.
	Status *string `type:"string"`
	// contains filtered or unexported fields
}

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

func (StatusReport) MarshalFields added in v0.3.0

func (s StatusReport) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (StatusReport) String

func (s StatusReport) String() string

String returns the string representation

type Tag

type Tag struct {

	// 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.
	Key *string `type:"string"`

	// 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.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

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

func (Tag) MarshalFields added in v0.3.0

func (s Tag) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (Tag) String

func (s Tag) String() string

String returns the string representation

type TagResourceType

type TagResourceType string
const (
	TagResourceTypeHealthcheck TagResourceType = "healthcheck"
	TagResourceTypeHostedzone  TagResourceType = "hostedzone"
)

Enum values for TagResourceType

func (TagResourceType) MarshalValue added in v0.3.0

func (enum TagResourceType) MarshalValue() (string, error)

func (TagResourceType) MarshalValueBuf added in v0.3.0

func (enum TagResourceType) MarshalValueBuf(b []byte) ([]byte, error)

type TestDNSAnswerInput

type TestDNSAnswerInput struct {

	// If the resolver that you specified for resolverip supports EDNS0, specify
	// the IPv4 or IPv6 address of a client in the applicable location, for example,
	// 192.0.2.44 or 2001:db8:85a3::8a2e:370:7334.
	EDNS0ClientSubnetIP *string `location:"querystring" locationName:"edns0clientsubnetip" type:"string"`

	// If you specify an IP address for edns0clientsubnetip, you can optionally
	// specify the number of bits of the IP address that you want the checking tool
	// to include in the DNS query. For example, if you specify 192.0.2.44 for edns0clientsubnetip
	// and 24 for edns0clientsubnetmask, the checking tool will simulate a request
	// from 192.0.2.0/24. The default value is 24 bits for IPv4 addresses and 64
	// bits for IPv6 addresses.
	//
	// The range of valid values depends on whether edns0clientsubnetip is an IPv4
	// or an IPv6 address:
	//
	//    * IPv4: Specify a value between 0 and 32
	//
	//    * IPv6: Specify a value between 0 and 128
	EDNS0ClientSubnetMask *string `location:"querystring" locationName:"edns0clientsubnetmask" type:"string"`

	// The ID of the hosted zone that you want Amazon Route 53 to simulate a query
	// for.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `location:"querystring" locationName:"hostedzoneid" type:"string" required:"true"`

	// The name of the resource record set that you want Amazon Route 53 to simulate
	// a query for.
	//
	// RecordName is a required field
	RecordName *string `location:"querystring" locationName:"recordname" type:"string" required:"true"`

	// The type of the resource record set.
	//
	// RecordType is a required field
	RecordType RRType `location:"querystring" locationName:"recordtype" type:"string" required:"true" enum:"true"`

	// If you want to simulate a request from a specific DNS resolver, specify the
	// IP address for that resolver. If you omit this value, TestDnsAnswer uses
	// the IP address of a DNS resolver in the AWS US East (N. Virginia) Region
	// (us-east-1).
	ResolverIP *string `location:"querystring" locationName:"resolverip" type:"string"`
	// contains filtered or unexported fields
}

Gets the value that Amazon Route 53 returns in response to a DNS request for a specified record name and type. You can optionally specify the IP address of a DNS resolver, an EDNS0 client subnet IP address, and a subnet mask.

func (TestDNSAnswerInput) MarshalFields added in v0.3.0

func (s TestDNSAnswerInput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (TestDNSAnswerInput) String

func (s TestDNSAnswerInput) String() string

String returns the string representation

func (*TestDNSAnswerInput) Validate

func (s *TestDNSAnswerInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type TestDNSAnswerOutput

type TestDNSAnswerOutput struct {

	// The Amazon Route 53 name server used to respond to the request.
	//
	// Nameserver is a required field
	Nameserver *string `type:"string" required:"true"`

	// The protocol that Amazon Route 53 used to respond to the request, either
	// UDP or TCP.
	//
	// Protocol is a required field
	Protocol *string `type:"string" required:"true"`

	// A list that contains values that Amazon Route 53 returned for this resource
	// record set.
	//
	// RecordData is a required field
	RecordData []string `locationNameList:"RecordDataEntry" type:"list" required:"true"`

	// The name of the resource record set that you submitted a request for.
	//
	// RecordName is a required field
	RecordName *string `type:"string" required:"true"`

	// The type of the resource record set that you submitted a request for.
	//
	// RecordType is a required field
	RecordType RRType `type:"string" required:"true" enum:"true"`

	// A code that indicates whether the request is valid or not. The most common
	// response code is NOERROR, meaning that the request is valid. If the response
	// is not valid, Amazon Route 53 returns a response code that describes the
	// error. For a list of possible response codes, see DNS RCODES (http://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml#dns-parameters-6)
	// on the IANA website.
	//
	// ResponseCode is a required field
	ResponseCode *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response to a TestDNSAnswer request.

func (TestDNSAnswerOutput) MarshalFields added in v0.3.0

func (s TestDNSAnswerOutput) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (TestDNSAnswerOutput) String

func (s TestDNSAnswerOutput) String() string

String returns the string representation

type TestDNSAnswerRequest

type TestDNSAnswerRequest struct {
	*aws.Request
	Input *TestDNSAnswerInput
	Copy  func(*TestDNSAnswerInput) TestDNSAnswerRequest
}

TestDNSAnswerRequest is the request type for the TestDNSAnswer API operation.

func (TestDNSAnswerRequest) Send

Send marshals and sends the TestDNSAnswer API request.

type TestDNSAnswerResponse added in v0.9.0

type TestDNSAnswerResponse struct {
	*TestDNSAnswerOutput
	// contains filtered or unexported fields
}

TestDNSAnswerResponse is the response type for the TestDNSAnswer API operation.

func (*TestDNSAnswerResponse) SDKResponseMetdata added in v0.9.0

func (r *TestDNSAnswerResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the TestDNSAnswer request.

type TrafficPolicy

type TrafficPolicy struct {

	// The comment that you specify in the CreateTrafficPolicy request, if any.
	Comment *string `type:"string"`

	// 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 (https://docs.aws.amazon.com/Route53/latest/APIReference/api-policies-traffic-policy-document-format.html).
	//
	// Document is a required field
	Document *string `type:"string" required:"true"`

	// The ID that Amazon Route 53 assigned to a traffic policy when you created
	// it.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`

	// The name that you specified when you created the traffic policy.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// 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.
	//
	// Type is a required field
	Type RRType `type:"string" required:"true" enum:"true"`

	// The version number that Amazon Route 53 assigns to a traffic policy. For
	// a new traffic policy, the value of Version is always 1.
	//
	// Version is a required field
	Version *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains settings for a traffic policy.

func (TrafficPolicy) MarshalFields added in v0.3.0

func (s TrafficPolicy) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (TrafficPolicy) String

func (s TrafficPolicy) String() string

String returns the string representation

type TrafficPolicyInstance

type TrafficPolicyInstance struct {

	// The ID of the hosted zone that Amazon Route 53 created resource record sets
	// in.
	//
	// HostedZoneId is a required field
	HostedZoneId *string `type:"string" required:"true"`

	// The ID that Amazon Route 53 assigned to the new traffic policy instance.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`

	// If State is Failed, an explanation of the reason for the failure. If State
	// is another value, Message is empty.
	//
	// Message is a required field
	Message *string `type:"string" required:"true"`

	// 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.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// 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.
	//
	// State is a required field
	State *string `type:"string" required:"true"`

	// The TTL that Amazon Route 53 assigned to all of the resource record sets
	// that it created in the specified hosted zone.
	//
	// TTL is a required field
	TTL *int64 `type:"long" required:"true"`

	// The ID of the traffic policy that Amazon Route 53 used to create resource
	// record sets in the specified hosted zone.
	//
	// TrafficPolicyId is a required field
	TrafficPolicyId *string `min:"1" type:"string" required:"true"`

	// The DNS type that Amazon Route 53 assigned to all of the resource record
	// sets that it created for this traffic policy instance.
	//
	// TrafficPolicyType is a required field
	TrafficPolicyType RRType `type:"string" required:"true" enum:"true"`

	// The version of the traffic policy that Amazon Route 53 used to create resource
	// record sets in the specified hosted zone.
	//
	// TrafficPolicyVersion is a required field
	TrafficPolicyVersion *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

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

func (TrafficPolicyInstance) MarshalFields added in v0.3.0

func (s TrafficPolicyInstance) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (TrafficPolicyInstance) String

func (s TrafficPolicyInstance) String() string

String returns the string representation

type TrafficPolicySummary

type TrafficPolicySummary struct {

	// The ID that Amazon Route 53 assigned to the traffic policy when you created
	// it.
	//
	// Id is a required field
	Id *string `min:"1" type:"string" required:"true"`

	// The version number of the latest version of the traffic policy.
	//
	// LatestVersion is a required field
	LatestVersion *int64 `min:"1" type:"integer" required:"true"`

	// The name that you specified for the traffic policy when you created it.
	//
	// Name is a required field
	Name *string `type:"string" required:"true"`

	// The number of traffic policies that are associated with the current AWS account.
	//
	// TrafficPolicyCount is a required field
	TrafficPolicyCount *int64 `min:"1" type:"integer" required:"true"`

	// 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.
	//
	// Type is a required field
	Type RRType `type:"string" required:"true" enum:"true"`
	// contains filtered or unexported fields
}

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

func (TrafficPolicySummary) MarshalFields added in v0.3.0

func (s TrafficPolicySummary) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (TrafficPolicySummary) String

func (s TrafficPolicySummary) String() string

String returns the string representation

type UpdateHealthCheckInput

type UpdateHealthCheckInput struct {

	// 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.
	AlarmIdentifier *AlarmIdentifier `type:"structure"`

	// A complex type that contains one ChildHealthCheck element for each health
	// check that you want to associate with a CALCULATED health check.
	ChildHealthChecks []string `locationNameList:"ChildHealthCheck" type:"list"`

	// 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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-Inverted).
	//
	// Charges for a health check still apply when the health check is disabled.
	// For more information, see Amazon Route 53 Pricing (http://aws.amazon.com/route53/pricing/).
	Disabled *bool `type:"boolean"`

	// 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.
	EnableSNI *bool `type:"boolean"`

	// 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 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-determining-health-of-endpoints.html)
	// in the Amazon Route 53 Developer Guide.
	//
	// If you don't specify a value for FailureThreshold, the default value is three
	// health checks.
	FailureThreshold *int64 `min:"1" type:"integer"`

	// Amazon Route 53 behavior depends on whether you specify a value for IPAddress.
	//
	// If a health check already has a value for IPAddress, you can change the value.
	// However, you can't update an existing health check to add or remove the value
	// of IPAddress.
	//
	// If you specify a value for IPAddress:
	//
	// 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 above cases.
	//
	// If you don't specify a value for IPAddress:
	//
	// If you don't specify a value for IPAddress, Route 53 sends a DNS request
	// to the domain that you specify in FullyQualifiedDomainName at the interval
	// you specify in RequestInterval. Using an IPv4 address that is returned by
	// DNS, 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 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 of 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.
	FullyQualifiedDomainName *string `type:"string"`

	// The ID for the health check for which you want detailed information. When
	// you created the health check, CreateHealthCheck returned the ID in the response,
	// in the HealthCheckId element.
	//
	// HealthCheckId is a required field
	HealthCheckId *string `location:"uri" locationName:"HealthCheckId" type:"string" required:"true"`

	// A sequential counter that Amazon Route 53 sets to 1 when you create a health
	// check and increments by 1 each time you update settings for the health check.
	//
	// We recommend that you use GetHealthCheck or ListHealthChecks to get the current
	// value of HealthCheckVersion for the health check that you want to update,
	// and that you include that value in your UpdateHealthCheck request. This prevents
	// Route 53 from overwriting an intervening update:
	//
	//    * If the value in the UpdateHealthCheck request matches the value of HealthCheckVersion
	//    in the health check, Route 53 updates the health check with the new settings.
	//
	//    * If the value of HealthCheckVersion in the health check is greater, the
	//    health check was changed after you got the version number. Route 53 does
	//    not update the health check, and it returns a HealthCheckVersionMismatch
	//    error.
	HealthCheckVersion *int64 `min:"1" type:"long"`

	// The number of child health checks that are associated with a CALCULATED health
	// that Amazon Route 53 must consider healthy for the CALCULATED health check
	// to be considered healthy. To specify the child health checks that you want
	// to associate with a CALCULATED health check, use the ChildHealthChecks and
	// ChildHealthCheck elements.
	//
	// 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.
	HealthThreshold *int64 `type:"integer"`

	// The IPv4 or IPv6 IP address for 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 that is 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
	// never changes. For more information, see the applicable documentation:
	//
	//    * Linux: Elastic IP Addresses (EIP) (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html)
	//    in the Amazon EC2 User Guide for Linux Instances
	//
	//    * Windows: Elastic IP Addresses (EIP) (https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/elastic-ip-addresses-eip.html)
	//    in the Amazon EC2 User Guide for Windows Instances
	//
	// If a health check already has a value for IPAddress, you can change the value.
	// However, you can't update an existing health check to add or remove the value
	// of IPAddress.
	//
	// For more information, see FullyQualifiedDomainName (https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-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:
	//
	//    * RFC 5735, Special Use IPv4 Addresses (https://tools.ietf.org/html/rfc5735)
	//
	//    * RFC 6598, IANA-Reserved IPv4 Prefix for Shared Address Space (https://tools.ietf.org/html/rfc6598)
	//
	//    * RFC 5156, Special-Use IPv6 Addresses (https://tools.ietf.org/html/rfc5156)
	IPAddress *string `type:"string"`

	// 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 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.
	InsufficientDataHealthStatus InsufficientDataHealthStatus `type:"string" enum:"true"`

	// 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.
	Inverted *bool `type:"boolean"`

	// 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.
	Port *int64 `min:"1" type:"integer"`

	// A complex type that contains one Region element for each region that you
	// want Amazon Route 53 health checkers to check the specified endpoint from.
	Regions []HealthCheckRegion `locationNameList:"Region" min:"3" type:"list"`

	// A complex type that contains one ResettableElementName element for each element
	// that you want to reset to the default value. Valid values for ResettableElementName
	// include the following:
	//
	//    * ChildHealthChecks: Amazon Route 53 resets ChildHealthChecks (https://docs.aws.amazon.com/Route53/latest/APIReference/API_HealthCheckConfig.html#Route53-Type-HealthCheckConfig-ChildHealthChecks)
	//    to null.
	//
	//    * FullyQualifiedDomainName: Route 53 resets FullyQualifiedDomainName (https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#Route53-UpdateHealthCheck-request-FullyQualifiedDomainName).
	//    to null.
	//
	//    * Regions: Route 53 resets the Regions (https://docs.aws.amazon.com/Route53/latest/APIReference/API_HealthCheckConfig.html#Route53-Type-HealthCheckConfig-Regions)
	//    list to the default set of regions.
	//
	//    * ResourcePath: Route 53 resets ResourcePath (https://docs.aws.amazon.com/Route53/latest/APIReference/API_HealthCheckConfig.html#Route53-Type-HealthCheckConfig-ResourcePath)
	//    to null.
	ResetElements []ResettableElementName `locationNameList:"ResettableElementName" type:"list"`

	// The path 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.
	//
	// Specify this value only if you want to change it.
	ResourcePath *string `type:"string"`

	// 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. (You can't change the value of Type when you update
	// a health check.)
	SearchString *string `type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains information about a request to update a health check.

func (UpdateHealthCheckInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateHealthCheckInput) String

func (s UpdateHealthCheckInput) String() string

String returns the string representation

func (*UpdateHealthCheckInput) Validate

func (s *UpdateHealthCheckInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateHealthCheckOutput

type UpdateHealthCheckOutput struct {

	// A complex type that contains the response to an UpdateHealthCheck request.
	//
	// HealthCheck is a required field
	HealthCheck *HealthCheck `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response to the UpdateHealthCheck request.

func (UpdateHealthCheckOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateHealthCheckOutput) String

func (s UpdateHealthCheckOutput) String() string

String returns the string representation

type UpdateHealthCheckRequest

type UpdateHealthCheckRequest struct {
	*aws.Request
	Input *UpdateHealthCheckInput
	Copy  func(*UpdateHealthCheckInput) UpdateHealthCheckRequest
}

UpdateHealthCheckRequest is the request type for the UpdateHealthCheck API operation.

func (UpdateHealthCheckRequest) Send

Send marshals and sends the UpdateHealthCheck API request.

type UpdateHealthCheckResponse added in v0.9.0

type UpdateHealthCheckResponse struct {
	*UpdateHealthCheckOutput
	// contains filtered or unexported fields
}

UpdateHealthCheckResponse is the response type for the UpdateHealthCheck API operation.

func (*UpdateHealthCheckResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateHealthCheckResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateHealthCheck request.

type UpdateHostedZoneCommentInput

type UpdateHostedZoneCommentInput struct {

	// The new comment for the hosted zone. If you don't specify a value for Comment,
	// Amazon Route 53 deletes the existing value of the Comment element, if any.
	Comment *string `type:"string"`

	// The ID for the hosted zone that you want to update the comment for.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A request to update the comment for a hosted zone.

func (UpdateHostedZoneCommentInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateHostedZoneCommentInput) String

String returns the string representation

func (*UpdateHostedZoneCommentInput) Validate

func (s *UpdateHostedZoneCommentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateHostedZoneCommentOutput

type UpdateHostedZoneCommentOutput struct {

	// A complex type that contains the response to the UpdateHostedZoneComment
	// request.
	//
	// HostedZone is a required field
	HostedZone *HostedZone `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response to the UpdateHostedZoneComment request.

func (UpdateHostedZoneCommentOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateHostedZoneCommentOutput) String

String returns the string representation

type UpdateHostedZoneCommentRequest

type UpdateHostedZoneCommentRequest struct {
	*aws.Request
	Input *UpdateHostedZoneCommentInput
	Copy  func(*UpdateHostedZoneCommentInput) UpdateHostedZoneCommentRequest
}

UpdateHostedZoneCommentRequest is the request type for the UpdateHostedZoneComment API operation.

func (UpdateHostedZoneCommentRequest) Send

Send marshals and sends the UpdateHostedZoneComment API request.

type UpdateHostedZoneCommentResponse added in v0.9.0

type UpdateHostedZoneCommentResponse struct {
	*UpdateHostedZoneCommentOutput
	// contains filtered or unexported fields
}

UpdateHostedZoneCommentResponse is the response type for the UpdateHostedZoneComment API operation.

func (*UpdateHostedZoneCommentResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateHostedZoneCommentResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateHostedZoneComment request.

type UpdateTrafficPolicyCommentInput

type UpdateTrafficPolicyCommentInput struct {

	// The new comment for the specified traffic policy and version.
	//
	// Comment is a required field
	Comment *string `type:"string" required:"true"`

	// The value of Id for the traffic policy that you want to update the comment
	// for.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"`

	// The value of Version for the traffic policy that you want to update the comment
	// for.
	//
	// Version is a required field
	Version *int64 `location:"uri" locationName:"Version" min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the traffic policy that you want to update the comment for.

func (UpdateTrafficPolicyCommentInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateTrafficPolicyCommentInput) String

String returns the string representation

func (*UpdateTrafficPolicyCommentInput) Validate

func (s *UpdateTrafficPolicyCommentInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type UpdateTrafficPolicyCommentOutput

type UpdateTrafficPolicyCommentOutput struct {

	// A complex type that contains settings for the specified traffic policy.
	//
	// TrafficPolicy is a required field
	TrafficPolicy *TrafficPolicy `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the traffic policy.

func (UpdateTrafficPolicyCommentOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateTrafficPolicyCommentOutput) String

String returns the string representation

type UpdateTrafficPolicyCommentRequest

type UpdateTrafficPolicyCommentRequest struct {
	*aws.Request
	Input *UpdateTrafficPolicyCommentInput
	Copy  func(*UpdateTrafficPolicyCommentInput) UpdateTrafficPolicyCommentRequest
}

UpdateTrafficPolicyCommentRequest is the request type for the UpdateTrafficPolicyComment API operation.

func (UpdateTrafficPolicyCommentRequest) Send

Send marshals and sends the UpdateTrafficPolicyComment API request.

type UpdateTrafficPolicyCommentResponse added in v0.9.0

type UpdateTrafficPolicyCommentResponse struct {
	*UpdateTrafficPolicyCommentOutput
	// contains filtered or unexported fields
}

UpdateTrafficPolicyCommentResponse is the response type for the UpdateTrafficPolicyComment API operation.

func (*UpdateTrafficPolicyCommentResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateTrafficPolicyCommentResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateTrafficPolicyComment request.

type UpdateTrafficPolicyInstanceInput

type UpdateTrafficPolicyInstanceInput struct {

	// The ID of the traffic policy instance that you want to update.
	//
	// Id is a required field
	Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"`

	// The TTL that you want Amazon Route 53 to assign to all of the updated resource
	// record sets.
	//
	// TTL is a required field
	TTL *int64 `type:"long" required:"true"`

	// The ID of the traffic policy that you want Amazon Route 53 to use to update
	// resource record sets for the specified traffic policy instance.
	//
	// TrafficPolicyId is a required field
	TrafficPolicyId *string `min:"1" type:"string" required:"true"`

	// The version of the traffic policy that you want Amazon Route 53 to use to
	// update resource record sets for the specified traffic policy instance.
	//
	// TrafficPolicyVersion is a required field
	TrafficPolicyVersion *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the resource record sets that you want to update based on a specified traffic policy instance.

func (UpdateTrafficPolicyInstanceInput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateTrafficPolicyInstanceInput) String

String returns the string representation

func (*UpdateTrafficPolicyInstanceInput) Validate

Validate inspects the fields of the type to determine if they are valid.

type UpdateTrafficPolicyInstanceOutput

type UpdateTrafficPolicyInstanceOutput struct {

	// A complex type that contains settings for the updated traffic policy instance.
	//
	// TrafficPolicyInstance is a required field
	TrafficPolicyInstance *TrafficPolicyInstance `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the resource record sets that Amazon Route 53 created based on a specified traffic policy.

func (UpdateTrafficPolicyInstanceOutput) MarshalFields added in v0.3.0

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (UpdateTrafficPolicyInstanceOutput) String

String returns the string representation

type UpdateTrafficPolicyInstanceRequest

type UpdateTrafficPolicyInstanceRequest struct {
	*aws.Request
	Input *UpdateTrafficPolicyInstanceInput
	Copy  func(*UpdateTrafficPolicyInstanceInput) UpdateTrafficPolicyInstanceRequest
}

UpdateTrafficPolicyInstanceRequest is the request type for the UpdateTrafficPolicyInstance API operation.

func (UpdateTrafficPolicyInstanceRequest) Send

Send marshals and sends the UpdateTrafficPolicyInstance API request.

type UpdateTrafficPolicyInstanceResponse added in v0.9.0

type UpdateTrafficPolicyInstanceResponse struct {
	*UpdateTrafficPolicyInstanceOutput
	// contains filtered or unexported fields
}

UpdateTrafficPolicyInstanceResponse is the response type for the UpdateTrafficPolicyInstance API operation.

func (*UpdateTrafficPolicyInstanceResponse) SDKResponseMetdata added in v0.9.0

func (r *UpdateTrafficPolicyInstanceResponse) SDKResponseMetdata() *aws.Response

SDKResponseMetdata returns the response metadata for the UpdateTrafficPolicyInstance request.

type VPC

type VPC struct {

	// (Private hosted zones only) The ID of an Amazon VPC.
	VPCId *string `type:"string"`

	// (Private hosted zones only) The region that an Amazon VPC was created in.
	VPCRegion VPCRegion `min:"1" type:"string" enum:"true"`
	// contains filtered or unexported fields
}

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

func (VPC) MarshalFields added in v0.3.0

func (s VPC) MarshalFields(e protocol.FieldEncoder) error

MarshalFields encodes the AWS API shape using the passed in protocol encoder.

func (VPC) String

func (s VPC) String() string

String returns the string representation

func (*VPC) Validate

func (s *VPC) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type VPCRegion

type VPCRegion string
const (
	VPCRegionUsEast1      VPCRegion = "us-east-1"
	VPCRegionUsEast2      VPCRegion = "us-east-2"
	VPCRegionUsWest1      VPCRegion = "us-west-1"
	VPCRegionUsWest2      VPCRegion = "us-west-2"
	VPCRegionEuWest1      VPCRegion = "eu-west-1"
	VPCRegionEuWest2      VPCRegion = "eu-west-2"
	VPCRegionEuWest3      VPCRegion = "eu-west-3"
	VPCRegionEuCentral1   VPCRegion = "eu-central-1"
	VPCRegionApEast1      VPCRegion = "ap-east-1"
	VPCRegionMeSouth1     VPCRegion = "me-south-1"
	VPCRegionUsGovWest1   VPCRegion = "us-gov-west-1"
	VPCRegionUsGovEast1   VPCRegion = "us-gov-east-1"
	VPCRegionUsIsoEast1   VPCRegion = "us-iso-east-1"
	VPCRegionUsIsobEast1  VPCRegion = "us-isob-east-1"
	VPCRegionApSoutheast1 VPCRegion = "ap-southeast-1"
	VPCRegionApSoutheast2 VPCRegion = "ap-southeast-2"
	VPCRegionApSouth1     VPCRegion = "ap-south-1"
	VPCRegionApNortheast1 VPCRegion = "ap-northeast-1"
	VPCRegionApNortheast2 VPCRegion = "ap-northeast-2"
	VPCRegionApNortheast3 VPCRegion = "ap-northeast-3"
	VPCRegionEuNorth1     VPCRegion = "eu-north-1"
	VPCRegionSaEast1      VPCRegion = "sa-east-1"
	VPCRegionCaCentral1   VPCRegion = "ca-central-1"
	VPCRegionCnNorth1     VPCRegion = "cn-north-1"
	VPCRegionAfSouth1     VPCRegion = "af-south-1"
	VPCRegionEuSouth1     VPCRegion = "eu-south-1"
)

Enum values for VPCRegion

func (VPCRegion) MarshalValue added in v0.3.0

func (enum VPCRegion) MarshalValue() (string, error)

func (VPCRegion) MarshalValueBuf added in v0.3.0

func (enum VPCRegion) MarshalValueBuf(b []byte) ([]byte, error)

Source Files

Directories

Path Synopsis
Package route53iface provides an interface to enable mocking the Amazon Route 53 service client for testing your code.
Package route53iface provides an interface to enable mocking the Amazon Route 53 service client for testing your code.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL