route53

package
v1.3.1-0...-00e2bf9 Latest Latest
Warning

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

Go to latest
Published: Aug 3, 2016 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Overview

Package route53 provides a client for Amazon Route 53.

Index

Examples

Constants

View Source
const (
	// @enum ChangeAction
	ChangeActionCreate = "CREATE"
	// @enum ChangeAction
	ChangeActionDelete = "DELETE"
	// @enum ChangeAction
	ChangeActionUpsert = "UPSERT"
)
View Source
const (
	// @enum ChangeStatus
	ChangeStatusPending = "PENDING"
	// @enum ChangeStatus
	ChangeStatusInsync = "INSYNC"
)
View Source
const (
	// @enum CloudWatchRegion
	CloudWatchRegionUsEast1 = "us-east-1"
	// @enum CloudWatchRegion
	CloudWatchRegionUsWest1 = "us-west-1"
	// @enum CloudWatchRegion
	CloudWatchRegionUsWest2 = "us-west-2"
	// @enum CloudWatchRegion
	CloudWatchRegionEuCentral1 = "eu-central-1"
	// @enum CloudWatchRegion
	CloudWatchRegionEuWest1 = "eu-west-1"
	// @enum CloudWatchRegion
	CloudWatchRegionApSoutheast1 = "ap-southeast-1"
	// @enum CloudWatchRegion
	CloudWatchRegionApSoutheast2 = "ap-southeast-2"
	// @enum CloudWatchRegion
	CloudWatchRegionApNortheast1 = "ap-northeast-1"
	// @enum CloudWatchRegion
	CloudWatchRegionApNortheast2 = "ap-northeast-2"
	// @enum CloudWatchRegion
	CloudWatchRegionSaEast1 = "sa-east-1"
)
View Source
const (
	// @enum ComparisonOperator
	ComparisonOperatorGreaterThanOrEqualToThreshold = "GreaterThanOrEqualToThreshold"
	// @enum ComparisonOperator
	ComparisonOperatorGreaterThanThreshold = "GreaterThanThreshold"
	// @enum ComparisonOperator
	ComparisonOperatorLessThanThreshold = "LessThanThreshold"
	// @enum ComparisonOperator
	ComparisonOperatorLessThanOrEqualToThreshold = "LessThanOrEqualToThreshold"
)
View Source
const (
	// @enum HealthCheckRegion
	HealthCheckRegionUsEast1 = "us-east-1"
	// @enum HealthCheckRegion
	HealthCheckRegionUsWest1 = "us-west-1"
	// @enum HealthCheckRegion
	HealthCheckRegionUsWest2 = "us-west-2"
	// @enum HealthCheckRegion
	HealthCheckRegionEuWest1 = "eu-west-1"
	// @enum HealthCheckRegion
	HealthCheckRegionApSoutheast1 = "ap-southeast-1"
	// @enum HealthCheckRegion
	HealthCheckRegionApSoutheast2 = "ap-southeast-2"
	// @enum HealthCheckRegion
	HealthCheckRegionApNortheast1 = "ap-northeast-1"
	// @enum HealthCheckRegion
	HealthCheckRegionSaEast1 = "sa-east-1"
)

An Amazon EC2 region that you want Amazon Route 53 to use to perform health checks.

View Source
const (
	// @enum HealthCheckType
	HealthCheckTypeHttp = "HTTP"
	// @enum HealthCheckType
	HealthCheckTypeHttps = "HTTPS"
	// @enum HealthCheckType
	HealthCheckTypeHttpStrMatch = "HTTP_STR_MATCH"
	// @enum HealthCheckType
	HealthCheckTypeHttpsStrMatch = "HTTPS_STR_MATCH"
	// @enum HealthCheckType
	HealthCheckTypeTcp = "TCP"
	// @enum HealthCheckType
	HealthCheckTypeCalculated = "CALCULATED"
	// @enum HealthCheckType
	HealthCheckTypeCloudwatchMetric = "CLOUDWATCH_METRIC"
)
View Source
const (
	// @enum InsufficientDataHealthStatus
	InsufficientDataHealthStatusHealthy = "Healthy"
	// @enum InsufficientDataHealthStatus
	InsufficientDataHealthStatusUnhealthy = "Unhealthy"
	// @enum InsufficientDataHealthStatus
	InsufficientDataHealthStatusLastKnownStatus = "LastKnownStatus"
)
View Source
const (
	// @enum RRType
	RRTypeSoa = "SOA"
	// @enum RRType
	RRTypeA = "A"
	// @enum RRType
	RRTypeTxt = "TXT"
	// @enum RRType
	RRTypeNs = "NS"
	// @enum RRType
	RRTypeCname = "CNAME"
	// @enum RRType
	RRTypeMx = "MX"
	// @enum RRType
	RRTypePtr = "PTR"
	// @enum RRType
	RRTypeSrv = "SRV"
	// @enum RRType
	RRTypeSpf = "SPF"
	// @enum RRType
	RRTypeAaaa = "AAAA"
)
View Source
const (
	// @enum ResourceRecordSetFailover
	ResourceRecordSetFailoverPrimary = "PRIMARY"
	// @enum ResourceRecordSetFailover
	ResourceRecordSetFailoverSecondary = "SECONDARY"
)
View Source
const (
	// @enum ResourceRecordSetRegion
	ResourceRecordSetRegionUsEast1 = "us-east-1"
	// @enum ResourceRecordSetRegion
	ResourceRecordSetRegionUsWest1 = "us-west-1"
	// @enum ResourceRecordSetRegion
	ResourceRecordSetRegionUsWest2 = "us-west-2"
	// @enum ResourceRecordSetRegion
	ResourceRecordSetRegionEuWest1 = "eu-west-1"
	// @enum ResourceRecordSetRegion
	ResourceRecordSetRegionEuCentral1 = "eu-central-1"
	// @enum ResourceRecordSetRegion
	ResourceRecordSetRegionApSoutheast1 = "ap-southeast-1"
	// @enum ResourceRecordSetRegion
	ResourceRecordSetRegionApSoutheast2 = "ap-southeast-2"
	// @enum ResourceRecordSetRegion
	ResourceRecordSetRegionApNortheast1 = "ap-northeast-1"
	// @enum ResourceRecordSetRegion
	ResourceRecordSetRegionApNortheast2 = "ap-northeast-2"
	// @enum ResourceRecordSetRegion
	ResourceRecordSetRegionSaEast1 = "sa-east-1"
	// @enum ResourceRecordSetRegion
	ResourceRecordSetRegionCnNorth1 = "cn-north-1"
	// @enum ResourceRecordSetRegion
	ResourceRecordSetRegionApSouth1 = "ap-south-1"
)
View Source
const (
	// @enum Statistic
	StatisticAverage = "Average"
	// @enum Statistic
	StatisticSum = "Sum"
	// @enum Statistic
	StatisticSampleCount = "SampleCount"
	// @enum Statistic
	StatisticMaximum = "Maximum"
	// @enum Statistic
	StatisticMinimum = "Minimum"
)
View Source
const (
	// @enum TagResourceType
	TagResourceTypeHealthcheck = "healthcheck"
	// @enum TagResourceType
	TagResourceTypeHostedzone = "hostedzone"
)
View Source
const (
	// @enum VPCRegion
	VPCRegionUsEast1 = "us-east-1"
	// @enum VPCRegion
	VPCRegionUsWest1 = "us-west-1"
	// @enum VPCRegion
	VPCRegionUsWest2 = "us-west-2"
	// @enum VPCRegion
	VPCRegionEuWest1 = "eu-west-1"
	// @enum VPCRegion
	VPCRegionEuCentral1 = "eu-central-1"
	// @enum VPCRegion
	VPCRegionApSoutheast1 = "ap-southeast-1"
	// @enum VPCRegion
	VPCRegionApSoutheast2 = "ap-southeast-2"
	// @enum VPCRegion
	VPCRegionApSouth1 = "ap-south-1"
	// @enum VPCRegion
	VPCRegionApNortheast1 = "ap-northeast-1"
	// @enum VPCRegion
	VPCRegionApNortheast2 = "ap-northeast-2"
	// @enum VPCRegion
	VPCRegionSaEast1 = "sa-east-1"
	// @enum VPCRegion
	VPCRegionCnNorth1 = "cn-north-1"
)
View Source
const ServiceName = "route53"

A ServiceName is the name of the service the client will make API calls to.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlarmIdentifier

type AlarmIdentifier struct {

	// The name of the CloudWatch alarm.
	Name *string `min:"1" type:"string" required:"true"`

	// The CloudWatchRegion that the CloudWatch alarm was created in.
	Region *string `min:"1" type:"string" required:"true" enum:"CloudWatchRegion"`
	// contains filtered or unexported fields
}

A complex type that contains information to uniquely identify the CloudWatch alarm that you're associating with a Route 53 health check.

func (AlarmIdentifier) GoString

func (s AlarmIdentifier) GoString() string

GoString returns the string representation

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 external DNS name associated with the
	// AWS Resource. The value that you specify depends on where you want to route
	// queries:
	//
	//  A 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) (http://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html)
	// in the Amazon CloudFront Developer Guide. An ELB load balancer: Specify the
	// DNS name associated with the load balancer. You can get the DNS name by using
	// the AWS Management Console, the ELB API, or the AWS CLI. Use the same method
	// to get values for HostedZoneId and DNSName. If you get one value from the
	// console and the other value from the API or the CLI, creating the resource
	// record set will fail. An Elastic Beanstalk environment: Specify the CNAME
	// attribute for the environment. (The environment must have a regionalized
	// domain name.)  An Amazon S3 bucket that is configured as a static website:
	// Specify the domain name of the Amazon S3 website endpoint in which you created
	// the bucket; for example, s3-website-us-east-1.amazonaws.com. For more information
	// about valid values, see the table Amazon Simple Storage Service (S3) Website
	// Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region)
	// in the Amazon Web Services General Reference. For more information about
	// using Amazon S3 buckets for websites, see Hosting a Static Website on Amazon
	// S3 (http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html) in
	// the Amazon Simple Storage Service Developer Guide. Another Amazon Route 53
	// resource record set: Specify the value of the Name element for a resource
	// record set in the current hosted zone.
	DNSName *string `type:"string" required:"true"`

	// Alias resource record sets only: If you set the value of EvaluateTargetHealth
	// to true for the resource record set or sets in an alias, weighted alias,
	// latency alias, or failover alias resource record set, and if you specify
	// a value for HealthCheckId for every resource record set that is referenced
	// by these alias resource record sets, the alias resource record sets inherit
	// the health of the referenced resource record sets.
	//
	// In this configuration, when Amazon Route 53 receives a DNS query for an
	// alias resource record set:
	//
	//  Amazon Route 53 looks at the resource record sets that are referenced by
	// the alias resource record sets to determine which health checks they're using.
	// Amazon Route 53 checks the current status of each health check. (Amazon Route
	// 53 periodically checks the health of the endpoint that is specified in a
	// health check; it doesn't perform the health check when the DNS query arrives.)
	// Based on the status of the health checks, Amazon Route 53 determines which
	// resource record sets are healthy. Unhealthy resource record sets are immediately
	// removed from consideration. In addition, if all of the resource record sets
	// that are referenced by an alias resource record set are unhealthy, that alias
	// resource record set also is immediately removed from consideration. Based
	// on the configuration of the alias resource record sets (weighted alias or
	// latency alias, for example) and the configuration of the resource record
	// sets that they reference, Amazon Route 53 chooses a resource record set from
	// the healthy resource record sets, and responds to the query.  Note the following:
	//
	// You cannot set EvaluateTargetHealth to true when the alias target is a CloudFront
	// distribution. If the AWS resource that you specify in AliasTarget is a resource
	// record set or a group of resource record sets (for example, a group of weighted
	// resource record sets), but it is not another alias resource record set, we
	// recommend that you associate a health check with all of the resource record
	// sets in the alias target. If you specify an ELB load balancer in AliasTarget,
	// Elastic Load Balancing routes queries only to the healthy Amazon EC2 instances
	// that are registered with the load balancer. If no Amazon EC2 instances are
	// healthy or if the load balancer itself is unhealthy, and if EvaluateTargetHealth
	// is true for the corresponding alias resource record set, Amazon Route 53
	// routes queries to other resources. When you create a load balancer, you configure
	// settings for Elastic Load Balancing health checks; they're not Amazon Route
	// 53 health checks, but they perform a similar function. Do not create Amazon
	// Route 53 health checks for the Amazon EC2 instances that you register with
	// an ELB load balancer. For more information, see How Health Checks Work in
	// More Complex Amazon Route 53 Configurations (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html)
	// in the Amazon Route 53 Developer Guide.  We recommend that you set EvaluateTargetHealth
	// to true only when you have enough idle capacity to handle the failure of
	// one or more endpoints.
	//
	// For more information and examples, see Amazon Route 53 Health Checks and
	// DNS Failover (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html)
	// in the Amazon Route 53 Developer Guide.
	EvaluateTargetHealth *bool `type:"boolean" required:"true"`

	// Alias resource record sets only: The value you use depends on where you want
	// to route queries:
	//
	//  A CloudFront distribution: Specify Z2FDTNDATAQYW2. An ELB load balancer:
	// Specify the value of the hosted zone ID for the load balancer. You can get
	// the hosted zone ID by using the AWS Management Console, the ELB API, or the
	// AWS CLI. Use the same method to get values for HostedZoneId and DNSName.
	// If you get one value from the console and the other value from the API or
	// the CLI, creating the resource record set will fail. An Amazon S3 bucket
	// that is configured as a static website: Specify the hosted zone ID for the
	// Amazon S3 website endpoint in which you created the bucket. For more information
	// about valid values, see the table Amazon Simple Storage Service (S3) Website
	// Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region)
	// in the Amazon Web Services General Reference. Another Amazon Route 53 resource
	// record set in your hosted zone: Specify the hosted zone ID of your hosted
	// zone. (An alias resource record set cannot reference a resource record set
	// in a different hosted zone.)
	HostedZoneId *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

Alias resource record sets only: Information about the CloudFront distribution, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set to which you are routing traffic.

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

You can create alias resource record sets only for Amazon Route 53 resource

record sets in the same private hosted zone. Creating alias resource record sets for CloudFront distributions, ELB load balancers, and Amazon S3 buckets is not supported. You can't create alias resource record sets for failover, geolocation, or latency resource record sets in a private hosted zone.

func (AliasTarget) GoString

func (s AliasTarget) GoString() string

GoString returns the string representation

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: Any comments you want to include about a AssociateVPCWithHostedZoneRequest.
	Comment *string `type:"string"`

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

	// The VPC that you want your hosted zone to be associated with.
	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 an hosted zone.

func (AssociateVPCWithHostedZoneInput) GoString

GoString returns the string representation

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 contains the ID, the status, and the date and time of
	// your AssociateVPCWithHostedZoneRequest.
	ChangeInfo *ChangeInfo `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type containing the response information for the request.

func (AssociateVPCWithHostedZoneOutput) GoString

GoString returns the string representation

func (AssociateVPCWithHostedZoneOutput) String

String returns the string representation

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 that has the specified values for
	// Name, Type, SetIdentifier (for latency, weighted, geolocation, and failover
	// resource record sets), and TTL (except alias resource record sets, for which
	// the TTL is determined by the AWS resource that you're routing DNS queries
	// to). UPSERT: If a resource record set does not already exist, Amazon Route
	// 53 creates it. If a resource record set does exist, Amazon Route 53 updates
	// it with the values in the request. Amazon Route 53 can update an existing
	// resource record set only when all of the following values match: Name, Type,
	// and SetIdentifier (for weighted, latency, geolocation, and failover resource
	// record sets).
	Action *string `type:"string" required:"true" enum:"ChangeAction"`

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

A complex type that contains the information for each change in a change batch request.

func (Change) GoString

func (s Change) GoString() string

GoString returns the string representation

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 ChangeBatch

type ChangeBatch struct {

	// A complex type that contains one Change element for each resource record
	// set that you want to create or delete.
	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
}

A complex type that contains an optional comment and the changes that you want to make with a change batch request.

func (ChangeBatch) GoString

func (s ChangeBatch) GoString() string

GoString returns the string representation

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 ChangeBatchRecord

type ChangeBatchRecord struct {

	// A list of changes made in the ChangeBatch.
	Changes []*Change `locationNameList:"Change" min:"1" type:"list"`

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

	// The ID of the request. Use this ID to track when the change has completed
	// across all Amazon Route 53 DNS servers.
	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.
	//
	// Valid Values: PENDING | INSYNC
	Status *string `type:"string" required:"true" enum:"ChangeStatus"`

	// The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ,
	// as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z).
	// The Z after the time indicates that the time is listed in Coordinated Universal
	// Time (UTC).
	SubmittedAt *time.Time `type:"timestamp" timestampFormat:"iso8601"`

	// The AWS account ID attached to the changes.
	Submitter *string `type:"string"`
	// contains filtered or unexported fields
}

A complex type that lists the changes and information for a ChangeBatch.

func (ChangeBatchRecord) GoString

func (s ChangeBatchRecord) GoString() string

GoString returns the string representation

func (ChangeBatchRecord) String

func (s ChangeBatchRecord) String() string

String returns the string representation

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 action
	// to get detailed information about the change.
	Comment *string `type:"string"`

	// The ID of the request. Use this ID to track when the change has completed
	// across all Amazon Route 53 DNS servers.
	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.
	//
	// Valid Values: PENDING | INSYNC
	Status *string `type:"string" required:"true" enum:"ChangeStatus"`

	// The date and time the change was submitted, in the format YYYY-MM-DDThh:mm:ssZ,
	// as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z).
	// The Z after the time indicates that the time is listed in Coordinated Universal
	// Time (UTC).
	SubmittedAt *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"`
	// contains filtered or unexported fields
}

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

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

func (ChangeInfo) GoString

func (s ChangeInfo) GoString() string

GoString returns the string representation

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 *ChangeBatch `type:"structure" required:"true"`

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

A complex type that contains a change batch.

func (ChangeResourceRecordSetsInput) GoString

GoString returns the string representation

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 action
	// to get detailed information about the change.
	ChangeInfo *ChangeInfo `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type containing the response for the request.

func (ChangeResourceRecordSetsOutput) GoString

GoString returns the string representation

func (ChangeResourceRecordSetsOutput) String

String returns the string representation

type ChangeTagsForResourceInput

type ChangeTagsForResourceInput struct {

	// A complex type that contains a list of Tag elements. Each Tag element identifies
	// a tag that you want to add or update for the specified resource.
	AddTags []*Tag `locationNameList:"Tag" min:"1" type:"list"`

	// A list of Tag keys that you want to remove from the specified resource.
	RemoveTagKeys []*string `locationNameList:"Key" min:"1" type:"list"`

	// The ID of the resource for which you want to add, change, or delete tags.
	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 *string `location:"uri" locationName:"ResourceType" type:"string" required:"true" enum:"TagResourceType"`
	// contains filtered or unexported fields
}

A complex type containing information about a request to add, change, or delete the tags that are associated with a resource.

func (ChangeTagsForResourceInput) GoString

func (s ChangeTagsForResourceInput) GoString() string

GoString returns the string representation

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

func (s ChangeTagsForResourceOutput) GoString() string

GoString returns the string representation

func (ChangeTagsForResourceOutput) String

String returns the string representation

type CloudWatchAlarmConfiguration

type CloudWatchAlarmConfiguration struct {

	// The arithmetic operation to use when comparing the specified Statistic and
	// Threshold.
	//
	// Valid Values are GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanThreshold
	// and LessThanOrEqualToThreshold
	ComparisonOperator *string `type:"string" required:"true" enum:"ComparisonOperator"`

	// A list of Dimension elements for the CloudWatch metric that is associated
	// with the CloudWatch alarm. For information about the metrics and dimensions
	// that CloudWatch supports, see Amazon CloudWatch Namespaces, Dimensions, and
	// Metrics Reference (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html).
	Dimensions []*Dimension `locationNameList:"Dimension" type:"list"`

	// The number of periods over which data is compared to the specified threshold.
	EvaluationPeriods *int64 `min:"1" type:"integer" required:"true"`

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

	// The namespace of the CloudWatch metric that is associated with the CloudWatch
	// alarm.
	Namespace *string `min:"1" type:"string" required:"true"`

	// An integer that represents the period in seconds over which the statistic
	// is applied.
	Period *int64 `min:"60" type:"integer" required:"true"`

	// The statistic to apply to the CloudWatch metric that is associated with the
	// CloudWatch alarm.
	//
	// Valid Values are SampleCount, Average, Sum, Minimum and Maximum
	Statistic *string `type:"string" required:"true" enum:"Statistic"`

	// The value that the metric is compared with to determine the state of the
	// alarm. For example, if you want the health check to fail if the average TCP
	// connection time is greater than 500 milliseconds for more than 60 seconds,
	// the threshold is 500.
	Threshold *float64 `type:"double" required:"true"`
	// contains filtered or unexported fields
}

For CLOUDWATCH_METRIC health checks, a complex type that contains information about the CloudWatch alarm that you're associating with the health check.

func (CloudWatchAlarmConfiguration) GoString

func (s CloudWatchAlarmConfiguration) GoString() string

GoString returns the string representation

func (CloudWatchAlarmConfiguration) String

String returns the string representation

type CreateHealthCheckInput

type CreateHealthCheckInput struct {

	// A unique string that identifies the request and that allows failed CreateHealthCheck
	// requests to be retried without the risk of executing the operation twice.
	// You must use a unique CallerReference string every time you create a health
	// check. CallerReference can be any unique string; you might choose to use
	// a string that identifies your project.
	//
	// Valid characters are any Unicode code points that are legal in an XML 1.0
	// document. The UTF-8 encoding of the value must be less than 128 bytes.
	CallerReference *string `min:"1" type:"string" required:"true"`

	// A complex type that contains health check configuration.
	HealthCheckConfig *HealthCheckConfig `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

>A complex type that contains information about the request to create a health check.

func (CreateHealthCheckInput) GoString

func (s CreateHealthCheckInput) GoString() string

GoString returns the string representation

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 *HealthCheck `type:"structure" required:"true"`

	// The unique URL representing the new health check.
	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) GoString

func (s CreateHealthCheckOutput) GoString() string

GoString returns the string representation

func (CreateHealthCheckOutput) String

func (s CreateHealthCheckOutput) String() string

String returns the string representation

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 create a hosted
	// zone. CallerReference can be any unique string; you might choose to use a
	// string that identifies your project, such as DNSMigration_01.
	//
	// Valid characters are any Unicode code points that are legal in an XML 1.0
	// document. The UTF-8 encoding of the value must be less than 128 bytes.
	CallerReference *string `min:"1" type:"string" required:"true"`

	// The delegation set id of the reusable delgation set whose NS records you
	// want to assign to the new hosted zone.
	DelegationSetId *string `type:"string"`

	// A complex type that contains an optional comment about your hosted zone.
	HostedZoneConfig *HostedZoneConfig `type:"structure"`

	// The name of the domain. This must be a fully-specified domain, for example,
	// www.example.com. The trailing dot is optional; Amazon Route 53 assumes that
	// the domain name is fully qualified. This means that Amazon Route 53 treats
	// www.example.com (without a trailing dot) and www.example.com. (with a trailing
	// dot) as identical.
	//
	// This is the name you have registered with your DNS registrar. You should
	// ask your registrar to change the authoritative name servers for your domain
	// to the set of NameServers elements returned in DelegationSet.
	Name *string `type:"string" required:"true"`

	// The VPC that you want your hosted zone to be associated with. By providing
	// this parameter, your newly created hosted cannot be resolved anywhere other
	// than the given VPC.
	VPC *VPC `type:"structure"`
	// contains filtered or unexported fields
}

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

func (CreateHostedZoneInput) GoString

func (s CreateHostedZoneInput) GoString() string

GoString returns the string representation

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 request to create a hosted
	// zone. This includes an ID that you use when you call the GetChange action
	// to get the current status of the change request.
	ChangeInfo *ChangeInfo `type:"structure" required:"true"`

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

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

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

	VPC *VPC `type:"structure"`
	// contains filtered or unexported fields
}

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

func (CreateHostedZoneOutput) GoString

func (s CreateHostedZoneOutput) GoString() string

GoString returns the string representation

func (CreateHostedZoneOutput) String

func (s CreateHostedZoneOutput) String() string

String returns the string representation

type CreateReusableDelegationSetInput

type CreateReusableDelegationSetInput struct {

	// A unique string that identifies the request and that allows failed CreateReusableDelegationSet
	// requests to be retried without the risk of executing the operation twice.
	// You must use a unique CallerReference string every time you create a reusable
	// delegation set. CallerReference can be any unique string; you might choose
	// to use a string that identifies your project, such as DNSMigration_01.
	//
	// Valid characters are any Unicode code points that are legal in an XML 1.0
	// document. The UTF-8 encoding of the value must be less than 128 bytes.
	CallerReference *string `min:"1" type:"string" required:"true"`

	// The ID of the hosted zone whose delegation set you want to mark as reusable.
	// It is an optional parameter.
	HostedZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

func (CreateReusableDelegationSetInput) GoString

GoString returns the string representation

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 *DelegationSet `type:"structure" required:"true"`

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

func (CreateReusableDelegationSetOutput) GoString

GoString returns the string representation

func (CreateReusableDelegationSetOutput) String

String returns the string representation

type CreateTrafficPolicyInput

type CreateTrafficPolicyInput struct {

	// 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 (http://docs.aws.amazon.com/Route53/latest/APIReference/api-policies-traffic-policy-document-format.html)
	// in the Amazon Route 53 API Reference.
	Document *string `type:"string" required:"true"`

	// The name of the traffic policy.
	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) GoString

func (s CreateTrafficPolicyInput) GoString() string

GoString returns the string representation

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 in which you want Amazon Route 53 to create resource
	// record sets by using the configuration in a traffic policy.
	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 Amazon Route 53 creates for this traffic policy instance.
	Name *string `type:"string" required:"true"`

	// 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 *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 *string `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 *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) GoString

GoString returns the string representation

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 *string `location:"header" locationName:"Location" type:"string" required:"true"`

	// A complex type that contains settings for the new traffic policy instance.
	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) GoString

GoString returns the string representation

func (CreateTrafficPolicyInstanceOutput) String

String returns the string representation

type CreateTrafficPolicyOutput

type CreateTrafficPolicyOutput struct {
	Location *string `location:"header" locationName:"Location" type:"string" required:"true"`

	// A complex type that contains settings for the new traffic policy.
	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) GoString

func (s CreateTrafficPolicyOutput) GoString() string

GoString returns the string representation

func (CreateTrafficPolicyOutput) String

func (s CreateTrafficPolicyOutput) String() string

String returns the string representation

type CreateTrafficPolicyVersionInput

type CreateTrafficPolicyVersionInput struct {

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

	// The definition of a new traffic policy version, in JSON format. You must
	// specify the full definition of the new traffic policy. You cannot specify
	// just the differences between the new version and a previous version. For
	// more information, see Traffic Policy Document Format (http://docs.aws.amazon.com/Route53/latest/APIReference/api-policies-traffic-policy-document-format.html)
	// in the Amazon Route 53 API Reference.
	Document *string `type:"string" required:"true"`

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

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

func (CreateTrafficPolicyVersionInput) GoString

GoString returns the string representation

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 {
	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 *TrafficPolicy `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

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

func (CreateTrafficPolicyVersionOutput) GoString

GoString returns the string representation

func (CreateTrafficPolicyVersionOutput) String

String returns the string representation

type DelegationSet

type DelegationSet struct {
	CallerReference *string `min:"1" type:"string"`

	Id *string `type:"string"`

	// A complex type that contains the authoritative name servers for the hosted
	// zone. Use the method provided by your domain registrar to add an NS record
	// to your domain for each NameServer that is assigned to your hosted zone.
	NameServers []*string `locationNameList:"NameServer" min:"1" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains name server information.

func (DelegationSet) GoString

func (s DelegationSet) GoString() string

GoString returns the string representation

func (DelegationSet) String

func (s DelegationSet) String() string

String returns the string representation

type DeleteHealthCheckInput

type DeleteHealthCheckInput struct {

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

A complex type containing the request information for delete health check.

func (DeleteHealthCheckInput) GoString

func (s DeleteHealthCheckInput) GoString() string

GoString returns the string representation

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
}

Empty response for the request.

func (DeleteHealthCheckOutput) GoString

func (s DeleteHealthCheckOutput) GoString() string

GoString returns the string representation

func (DeleteHealthCheckOutput) String

func (s DeleteHealthCheckOutput) String() string

String returns the string representation

type DeleteHostedZoneInput

type DeleteHostedZoneInput struct {

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

A complex type that contains information about the hosted zone that you want to delete.

func (DeleteHostedZoneInput) GoString

func (s DeleteHostedZoneInput) GoString() string

GoString returns the string representation

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
	// your delete request.
	ChangeInfo *ChangeInfo `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type containing the response information for the request.

func (DeleteHostedZoneOutput) GoString

func (s DeleteHostedZoneOutput) GoString() string

GoString returns the string representation

func (DeleteHostedZoneOutput) String

func (s DeleteHostedZoneOutput) String() string

String returns the string representation

type DeleteReusableDelegationSetInput

type DeleteReusableDelegationSetInput struct {

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

A complex type containing the information for the delete request.

func (DeleteReusableDelegationSetInput) GoString

GoString returns the string representation

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
}

Empty response for the request.

func (DeleteReusableDelegationSetOutput) GoString

GoString returns the string representation

func (DeleteReusableDelegationSetOutput) String

String returns the string representation

type DeleteTrafficPolicyInput

type DeleteTrafficPolicyInput struct {

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

	// The version number of the traffic policy that you want to delete.
	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) GoString

func (s DeleteTrafficPolicyInput) GoString() string

GoString returns the string representation

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 *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

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

func (DeleteTrafficPolicyInstanceInput) GoString

GoString returns the string representation

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

GoString returns the string representation

func (DeleteTrafficPolicyInstanceOutput) String

String returns the string representation

type DeleteTrafficPolicyOutput

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

An empty element.

func (DeleteTrafficPolicyOutput) GoString

func (s DeleteTrafficPolicyOutput) GoString() string

GoString returns the string representation

func (DeleteTrafficPolicyOutput) String

func (s DeleteTrafficPolicyOutput) String() string

String returns the string representation

type Dimension

type Dimension struct {

	// The name of the dimension.
	Name *string `min:"1" type:"string" required:"true"`

	// The value of the dimension.
	Value *string `min:"1" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The name and value of a dimension for a CloudWatch metric.

func (Dimension) GoString

func (s Dimension) GoString() string

GoString returns the string representation

func (Dimension) String

func (s Dimension) String() string

String returns the string representation

type DisassociateVPCFromHostedZoneInput

type DisassociateVPCFromHostedZoneInput struct {

	// Optional: Any comments you want to include about a DisassociateVPCFromHostedZoneRequest.
	Comment *string `type:"string"`

	// The ID of the hosted zone you want to disassociate your VPC from.
	//
	// Note that you cannot disassociate the last VPC from a hosted zone.
	HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The VPC that you want your hosted zone to be disassociated from.
	VPC *VPC `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the request to disassociate a VPC from an hosted zone.

func (DisassociateVPCFromHostedZoneInput) GoString

GoString returns the string representation

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 contains the ID, the status, and the date and time of
	// your DisassociateVPCFromHostedZoneRequest.
	ChangeInfo *ChangeInfo `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type containing the response information for the request.

func (DisassociateVPCFromHostedZoneOutput) GoString

GoString returns the string representation

func (DisassociateVPCFromHostedZoneOutput) String

String returns the string representation

type GeoLocation

type GeoLocation struct {

	// The code for a continent geo location. Note: only continent locations have
	// a continent code.
	//
	// Valid values: AF | AN | AS | EU | OC | NA | SA
	//
	// Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode
	// returns an InvalidInput error.
	ContinentCode *string `min:"2" type:"string"`

	// The code for a country geo location. The default location uses '*' for the
	// country code and will match all locations that are not matched by a geo location.
	//
	// The default geo location uses a * for the country code. All other country
	// codes follow the ISO 3166 two-character code.
	CountryCode *string `min:"1" type:"string"`

	// The code for a country's subdivision (e.g., a province of Canada). A subdivision
	// code is only valid with the appropriate country code.
	//
	// Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput
	// error.
	SubdivisionCode *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains information about a geo location.

func (GeoLocation) GoString

func (s GeoLocation) GoString() string

GoString returns the string representation

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 code for a continent geo location. Note: only continent locations have
	// a continent code.
	ContinentCode *string `min:"2" type:"string"`

	// The name of the continent. This element is only present if ContinentCode
	// is also present.
	ContinentName *string `min:"1" type:"string"`

	// The code for a country geo location. The default location uses '*' for the
	// country code and will match all locations that are not matched by a geo location.
	//
	// The default geo location uses a * for the country code. All other country
	// codes follow the ISO 3166 two-character code.
	CountryCode *string `min:"1" type:"string"`

	// The name of the country. This element is only present if CountryCode is also
	// present.
	CountryName *string `min:"1" type:"string"`

	// The code for a country's subdivision (e.g., a province of Canada). A subdivision
	// code is only valid with the appropriate country code.
	SubdivisionCode *string `min:"1" type:"string"`

	// The name of the subdivision. This element is only present if SubdivisionCode
	// is also present.
	SubdivisionName *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains information about a GeoLocation.

func (GeoLocationDetails) GoString

func (s GeoLocationDetails) GoString() string

GoString returns the string representation

func (GeoLocationDetails) String

func (s GeoLocationDetails) String() string

String returns the string representation

type GetChangeDetailsInput

type GetChangeDetailsInput 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 *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The input for a GetChangeDetails request.

func (GetChangeDetailsInput) GoString

func (s GetChangeDetailsInput) GoString() string

GoString returns the string representation

func (GetChangeDetailsInput) String

func (s GetChangeDetailsInput) String() string

String returns the string representation

func (*GetChangeDetailsInput) Validate

func (s *GetChangeDetailsInput) Validate() error

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

type GetChangeDetailsOutput

type GetChangeDetailsOutput struct {

	// A complex type that contains information about the specified change batch,
	// including the change batch ID, the status of the change, and the contained
	// changes.
	ChangeBatchRecord *ChangeBatchRecord `deprecated:"true" type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the ChangeBatchRecord element.

func (GetChangeDetailsOutput) GoString

func (s GetChangeDetailsOutput) GoString() string

GoString returns the string representation

func (GetChangeDetailsOutput) String

func (s GetChangeDetailsOutput) String() string

String returns the string representation

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 *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The input for a GetChange request.

func (GetChangeInput) GoString

func (s GetChangeInput) GoString() string

GoString returns the string representation

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,
	// including the change batch ID, the status of the change, and the date and
	// time of the request.
	ChangeInfo *ChangeInfo `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the ChangeInfo element.

func (GetChangeOutput) GoString

func (s GetChangeOutput) GoString() string

GoString returns the string representation

func (GetChangeOutput) String

func (s GetChangeOutput) String() string

String returns the string representation

type GetCheckerIpRangesInput

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

Empty request.

func (GetCheckerIpRangesInput) GoString

func (s GetCheckerIpRangesInput) GoString() string

GoString returns the string representation

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 []*string `type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the CheckerIpRanges element.

func (GetCheckerIpRangesOutput) GoString

func (s GetCheckerIpRangesOutput) GoString() string

GoString returns the string representation

func (GetCheckerIpRangesOutput) String

func (s GetCheckerIpRangesOutput) String() string

String returns the string representation

type GetGeoLocationInput

type GetGeoLocationInput struct {

	// The code for a continent geo location. Note: only continent locations have
	// a continent code.
	//
	// Valid values: AF | AN | AS | EU | OC | NA | SA
	//
	// Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode
	// returns an InvalidInput error.
	ContinentCode *string `location:"querystring" locationName:"continentcode" min:"2" type:"string"`

	// The code for a country geo location. The default location uses '*' for the
	// country code and will match all locations that are not matched by a geo location.
	//
	// The default geo location uses a * for the country code. All other country
	// codes follow the ISO 3166 two-character code.
	CountryCode *string `location:"querystring" locationName:"countrycode" min:"1" type:"string"`

	// The code for a country's subdivision (e.g., a province of Canada). A subdivision
	// code is only valid with the appropriate country code.
	//
	// Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput
	// error.
	SubdivisionCode *string `location:"querystring" locationName:"subdivisioncode" min:"1" type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains information about the request to get a geo location.

func (GetGeoLocationInput) GoString

func (s GetGeoLocationInput) GoString() string

GoString returns the string representation

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 information about the specified geo location.
	GeoLocationDetails *GeoLocationDetails `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type containing information about the specified geo location.

func (GetGeoLocationOutput) GoString

func (s GetGeoLocationOutput) GoString() string

GoString returns the string representation

func (GetGeoLocationOutput) String

func (s GetGeoLocationOutput) String() string

String returns the string representation

type GetHealthCheckCountInput

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

To retrieve a count of all your health checks, send a GET request to the /Route 53 API version/healthcheckcount resource.

func (GetHealthCheckCountInput) GoString

func (s GetHealthCheckCountInput) GoString() string

GoString returns the string representation

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 *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the count of health checks associated with the current AWS account.

func (GetHealthCheckCountOutput) GoString

func (s GetHealthCheckCountOutput) GoString() string

GoString returns the string representation

func (GetHealthCheckCountOutput) String

func (s GetHealthCheckCountOutput) String() string

String returns the string representation

type GetHealthCheckInput

type GetHealthCheckInput struct {

	// The ID of the health check to retrieve.
	HealthCheckId *string `location:"uri" locationName:"HealthCheckId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the request to get a health check.

func (GetHealthCheckInput) GoString

func (s GetHealthCheckInput) GoString() string

GoString returns the string representation

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 of the health check for which you want to retrieve the reason for
	// the most recent failure.
	HealthCheckId *string `location:"uri" locationName:"HealthCheckId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the request to get the most recent failure reason for a health check.

func (GetHealthCheckLastFailureReasonInput) GoString

GoString returns the string representation

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 HealthCheckObservation element for each Amazon Route
	// 53 health checker.
	HealthCheckObservations []*HealthCheckObservation `locationNameList:"HealthCheckObservation" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the most recent failure for the specified health check.

func (GetHealthCheckLastFailureReasonOutput) GoString

GoString returns the string representation

func (GetHealthCheckLastFailureReasonOutput) String

String returns the string representation

type GetHealthCheckOutput

type GetHealthCheckOutput struct {

	// A complex type that contains the information about the specified health check.
	HealthCheck *HealthCheck `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type containing information about the specified health check.

func (GetHealthCheckOutput) GoString

func (s GetHealthCheckOutput) GoString() string

GoString returns the string representation

func (GetHealthCheckOutput) String

func (s GetHealthCheckOutput) String() string

String returns the string representation

type GetHealthCheckStatusInput

type GetHealthCheckStatusInput struct {

	// If you want Amazon Route 53 to return this resource record set in response
	// to a DNS query only when a health check is passing, include the HealthCheckId
	// element and specify the ID of the applicable health check.
	//
	// Amazon Route 53 determines whether a resource record set is healthy by periodically
	// sending a request to the endpoint that is specified in the health check.
	// If that endpoint returns an HTTP status code of 2xx or 3xx, the endpoint
	// is healthy. If the endpoint returns an HTTP status code of 400 or greater,
	// or if the endpoint doesn't respond for a certain amount of time, Amazon Route
	// 53 considers the endpoint unhealthy and also considers the resource record
	// set unhealthy.
	//
	// The HealthCheckId element is only useful when Amazon Route 53 is choosing
	// between two or more resource record sets to respond to a DNS query, and you
	// want Amazon Route 53 to base the choice in part on the status of a health
	// check. Configuring health checks only makes sense in the following configurations:
	//
	//  You're checking the health of the resource record sets in a weighted, latency,
	// geolocation, or failover resource record set, and you specify health check
	// IDs for all of the resource record sets. If the health check for one resource
	// record set specifies an endpoint that is not healthy, Amazon Route 53 stops
	// responding to queries using the value for that resource record set. You set
	// EvaluateTargetHealth to true for the resource record sets in an alias, weighted
	// alias, latency alias, geolocation alias, or failover alias resource record
	// set, and you specify health check IDs for all of the resource record sets
	// that are referenced by the alias resource record sets. For more information
	// about this configuration, see EvaluateTargetHealth.
	//
	// Amazon Route 53 doesn't check the health of the endpoint specified in the
	// resource record set, for example, the endpoint specified by the IP address
	// in the Value element. When you add a HealthCheckId element to a resource
	// record set, Amazon Route 53 checks the health of the endpoint that you specified
	// in the health check.
	//
	//   For geolocation resource record sets, if an endpoint is unhealthy, Amazon
	// Route 53 looks for a resource record set for the larger, associated geographic
	// region. For example, suppose you have resource record sets for a state in
	// the United States, for the United States, for North America, and for all
	// locations. If the endpoint for the state resource record set is unhealthy,
	// Amazon Route 53 checks the resource record sets for the United States, for
	// North America, and for all locations (a resource record set for which the
	// value of CountryCode is *), in that order, until it finds a resource record
	// set for which the endpoint is healthy.
	//
	// If your health checks specify the endpoint only by domain name, we recommend
	// that you create a separate health check for each endpoint. For example, create
	// a health check for each HTTP server that is serving content for www.example.com.
	// For the value of FullyQualifiedDomainName, specify the domain name of the
	// server (such as us-east-1-www.example.com), not the name of the resource
	// record sets (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 then associate the health check with those resource record sets, health
	// check results will be unpredictable.
	HealthCheckId *string `location:"uri" locationName:"HealthCheckId" type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the request to get health check status for a health check.

func (GetHealthCheckStatusInput) GoString

func (s GetHealthCheckStatusInput) GoString() string

GoString returns the string representation

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.
	HealthCheckObservations []*HealthCheckObservation `locationNameList:"HealthCheckObservation" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the status of the specified health check.

func (GetHealthCheckStatusOutput) GoString

func (s GetHealthCheckStatusOutput) GoString() string

GoString returns the string representation

func (GetHealthCheckStatusOutput) String

String returns the string representation

type GetHostedZoneCountInput

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

To retrieve a count of all your hosted zones, send a GET request to the /Route 53 API version/hostedzonecount resource.

func (GetHostedZoneCountInput) GoString

func (s GetHostedZoneCountInput) GoString() string

GoString returns the string representation

func (GetHostedZoneCountInput) String

func (s GetHostedZoneCountInput) String() string

String returns the string representation

type GetHostedZoneCountOutput

type GetHostedZoneCountOutput struct {

	// The number of hosted zones associated with the current AWS account.
	HostedZoneCount *int64 `type:"long" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the count of hosted zones associated with the current AWS account.

func (GetHostedZoneCountOutput) GoString

func (s GetHostedZoneCountOutput) GoString() string

GoString returns the string representation

func (GetHostedZoneCountOutput) String

func (s GetHostedZoneCountOutput) String() string

String returns the string representation

type GetHostedZoneInput

type GetHostedZoneInput struct {

	// The ID of the hosted zone for which you want to get a list of the name servers
	// in the delegation set.
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The input for a GetHostedZone request.

func (GetHostedZoneInput) GoString

func (s GetHostedZoneInput) GoString() string

GoString returns the string representation

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 GetHostedZoneOutput

type GetHostedZoneOutput struct {

	// A complex type that contains information about the name servers for the specified
	// hosted zone.
	DelegationSet *DelegationSet `type:"structure"`

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

	// A complex type that contains information about VPCs associated with the specified
	// hosted zone.
	VPCs []*VPC `locationNameList:"VPC" min:"1" type:"list"`
	// contains filtered or unexported fields
}

A complex type containing information about the specified hosted zone.

func (GetHostedZoneOutput) GoString

func (s GetHostedZoneOutput) GoString() string

GoString returns the string representation

func (GetHostedZoneOutput) String

func (s GetHostedZoneOutput) String() string

String returns the string representation

type GetReusableDelegationSetInput

type GetReusableDelegationSetInput struct {

	// The ID of the reusable delegation set for which you want to get a list of
	// the name server.
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The input for a GetReusableDelegationSet request.

func (GetReusableDelegationSetInput) GoString

GoString returns the string representation

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 GetReusableDelegationSetOutput

type GetReusableDelegationSetOutput struct {

	// A complex type that contains the information about the nameservers for the
	// specified delegation set ID.
	DelegationSet *DelegationSet `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type containing information about the specified reusable delegation set.

func (GetReusableDelegationSetOutput) GoString

GoString returns the string representation

func (GetReusableDelegationSetOutput) String

String returns the string representation

type GetTrafficPolicyInput

type GetTrafficPolicyInput struct {

	// The ID of the traffic policy that you want to get information about.
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The version number of the traffic policy that you want to get information
	// about.
	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. To get the information, send a GET request to the /Route 53 API version/trafficpolicy resource, and specify the ID and the version of the traffic policy.

func (GetTrafficPolicyInput) GoString

func (s GetTrafficPolicyInput) GoString() string

GoString returns the string representation

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
}

To retrieve a count of all your traffic policy instances, send a GET request to the /Route 53 API version/trafficpolicyinstancecount resource.

func (GetTrafficPolicyInstanceCountInput) GoString

GoString returns the string representation

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 *int64 `type:"integer" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the number of traffic policy instances that are associated with the current AWS account.

func (GetTrafficPolicyInstanceCountOutput) GoString

GoString returns the string representation

func (GetTrafficPolicyInstanceCountOutput) String

String returns the string representation

type GetTrafficPolicyInstanceInput

type GetTrafficPolicyInstanceInput struct {

	// The ID of the traffic policy instance that you want to get information about.
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`
	// contains filtered or unexported fields
}

Gets information about a specified traffic policy instance.

To get information about a traffic policy instance, send a GET request to the /Route 53 API version/trafficpolicyinstance/Id resource.

func (GetTrafficPolicyInstanceInput) GoString

GoString returns the string representation

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

GoString returns the string representation

func (GetTrafficPolicyInstanceOutput) String

String returns the string representation

type GetTrafficPolicyOutput

type GetTrafficPolicyOutput struct {

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

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

func (GetTrafficPolicyOutput) GoString

func (s GetTrafficPolicyOutput) GoString() string

GoString returns the string representation

func (GetTrafficPolicyOutput) String

func (s GetTrafficPolicyOutput) String() string

String returns the string representation

type HealthCheck

type HealthCheck struct {

	// A unique string that identifies the request to create the health check.
	CallerReference *string `min:"1" type:"string" required:"true"`

	// For CLOUDWATCH_METRIC health checks, a complex type that contains information
	// about the CloudWatch alarm that you're associating with the health check.
	CloudWatchAlarmConfiguration *CloudWatchAlarmConfiguration `type:"structure"`

	// A complex type that contains the health check configuration.
	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 *int64 `min:"1" type:"long" required:"true"`

	// The ID of the specified health check.
	Id *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains identifying information about the health check.

func (HealthCheck) GoString

func (s HealthCheck) GoString() string

GoString returns the string representation

func (HealthCheck) String

func (s HealthCheck) String() string

String returns the string representation

type HealthCheckConfig

type HealthCheckConfig struct {

	// A complex type that contains information to uniquely identify the CloudWatch
	// alarm that you're associating with a Route 53 health check.
	AlarmIdentifier *AlarmIdentifier `type:"structure"`

	// For a specified parent health check, a list of HealthCheckId values for the
	// associated child health checks.
	ChildHealthChecks []*string `locationNameList:"ChildHealthCheck" type:"list"`

	// Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName
	// to the endpoint in the client_hello message during TLS negotiation. If you
	// don't specify a value for EnableSNI, Amazon Route 53 defaults to true when
	// Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other
	// value.
	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.
	//
	// Valid values are integers between 1 and 10. For more information, see "How
	// Amazon Route 53 Determines Whether an Endpoint Is Healthy" in the Amazon
	// Route 53 Developer Guide.
	FailureThreshold *int64 `min:"1" type:"integer"`

	// Fully qualified domain name of the instance to be health checked.
	FullyQualifiedDomainName *string `type:"string"`

	// The minimum number of child health checks that must be healthy for Amazon
	// Route 53 to consider the parent health check to be healthy. Valid values
	// are integers between 0 and 256, inclusive.
	HealthThreshold *int64 `type:"integer"`

	// IP Address of the instance being checked.
	IPAddress *string `type:"string"`

	// The status of the health check when CloudWatch has insufficient data about
	// the state of associated alarm. Valid values are Healthy, Unhealthy and LastKnownStatus.
	InsufficientDataHealthStatus *string `type:"string" enum:"InsufficientDataHealthStatus"`

	// A boolean value that indicates whether the status of health check should
	// be inverted. For example, if a health check is healthy but Inverted is True,
	// then Amazon Route 53 considers the health check to be unhealthy.
	Inverted *bool `type:"boolean"`

	// A Boolean value that indicates 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 in the Amazon Route 53 console.
	MeasureLatency *bool `type:"boolean"`

	// Port on which connection will be opened to the instance to health check.
	// For HTTP and HTTP_STR_MATCH this defaults to 80 if the port is not specified.
	// For HTTPS and HTTPS_STR_MATCH this defaults to 443 if the port is not specified.
	Port *int64 `min:"1" type:"integer"`

	// A list of HealthCheckRegion values that you want Amazon Route 53 to use to
	// perform health checks for the specified endpoint. You must specify at least
	// three regions.
	Regions []*string `locationNameList:"Region" min:"1" 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 Amazon Route 53 health checker makes requests at this interval. Valid
	// values are 10 and 30. The default value is 30.
	RequestInterval *int64 `min:"10" type:"integer"`

	// Path to ping on the instance to check the health. Required for HTTP, HTTPS,
	// HTTP_STR_MATCH, and HTTPS_STR_MATCH health checks. The HTTP request is issued
	// to the instance on the given port and path.
	ResourcePath *string `type:"string"`

	// A string to search for in the body of a health check response. Required for
	// HTTP_STR_MATCH and HTTPS_STR_MATCH health checks. Amazon Route 53 considers
	// case when searching for SearchString in the response body.
	SearchString *string `type:"string"`

	// The type of health check to be performed. Currently supported types are TCP,
	// HTTP, HTTPS, HTTP_STR_MATCH, HTTPS_STR_MATCH, CALCULATED and CLOUDWATCH_METRIC.
	Type *string `type:"string" required:"true" enum:"HealthCheckType"`
	// contains filtered or unexported fields
}

A complex type that contains the health check configuration.

func (HealthCheckConfig) GoString

func (s HealthCheckConfig) GoString() string

GoString returns the string representation

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 performed this
	// health check.
	IPAddress *string `type:"string"`

	// The HealthCheckRegion of the Amazon Route 53 health checker that performed
	// this health check.
	Region *string `min:"1" type:"string" enum:"HealthCheckRegion"`

	// A complex type that contains information about the health check status for
	// the current observation.
	StatusReport *StatusReport `type:"structure"`
	// contains filtered or unexported fields
}

A complex type that contains the IP address of a Amazon Route 53 health checker and the reason for the health check status.

func (HealthCheckObservation) GoString

func (s HealthCheckObservation) GoString() string

GoString returns the string representation

func (HealthCheckObservation) String

func (s HealthCheckObservation) String() string

String returns the string representation

type HostedZone

type HostedZone struct {

	// A unique string that identifies the request to create the hosted zone.
	CallerReference *string `min:"1" type:"string" required:"true"`

	// A complex type that contains the Comment element.
	Config *HostedZoneConfig `type:"structure"`

	// The ID of the specified hosted zone.
	Id *string `type:"string" required:"true"`

	// The name of the domain. This must be a fully-specified domain, for example,
	// www.example.com. The trailing dot is optional; Amazon Route 53 assumes that
	// the domain name is fully qualified. This means that Amazon Route 53 treats
	// www.example.com (without a trailing dot) and www.example.com. (with a trailing
	// dot) as identical.
	//
	// This is the name you have registered with your DNS registrar. You should
	// ask your registrar to change the authoritative name servers for your domain
	// to the set of NameServers elements returned in DelegationSet.
	Name *string `type:"string" required:"true"`

	// Total number of resource record sets in the hosted zone.
	ResourceRecordSetCount *int64 `type:"long"`
	// contains filtered or unexported fields
}

A complex type that contain information about the specified hosted zone.

func (HostedZone) GoString

func (s HostedZone) GoString() string

GoString returns the string representation

func (HostedZone) String

func (s HostedZone) String() string

String returns the string representation

type HostedZoneConfig

type HostedZoneConfig struct {

	// An optional comment about your hosted zone. If you don't want to specify
	// a comment, you can omit the HostedZoneConfig and Comment elements from the
	// XML document.
	Comment *string `type:"string"`

	// GetHostedZone and ListHostedZone responses: A Boolean value that indicates
	// whether a hosted zone is private.
	//
	// CreateHostedZone requests: When you're creating a private hosted zone (when
	// you specify values for VPCId and VPCRegion), you can optionally specify true
	// for PrivateZone.
	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, you can omit the HostedZoneConfig and Comment elements from the XML document.

func (HostedZoneConfig) GoString

func (s HostedZoneConfig) GoString() string

GoString returns the string representation

func (HostedZoneConfig) String

func (s HostedZoneConfig) String() string

String returns the string representation

type ListChangeBatchesByHostedZoneInput

type ListChangeBatchesByHostedZoneInput struct {

	// The end of the time period you want to see changes for.
	EndDate *string `location:"querystring" locationName:"endDate" deprecated:"true" type:"string" required:"true"`

	// The ID of the hosted zone that you want to see changes for.
	HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The page marker.
	Marker *string `location:"querystring" locationName:"marker" type:"string"`

	// The maximum number of items on a page.
	MaxItems *string `location:"querystring" locationName:"maxItems" type:"string"`

	// The start of the time period you want to see changes for.
	StartDate *string `location:"querystring" locationName:"startDate" deprecated:"true" type:"string" required:"true"`
	// contains filtered or unexported fields
}

The input for a ListChangeBatchesByHostedZone request.

func (ListChangeBatchesByHostedZoneInput) GoString

GoString returns the string representation

func (ListChangeBatchesByHostedZoneInput) String

String returns the string representation

func (*ListChangeBatchesByHostedZoneInput) Validate

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

type ListChangeBatchesByHostedZoneOutput

type ListChangeBatchesByHostedZoneOutput struct {

	// The change batches within the given hosted zone and time period.
	ChangeBatchRecords []*ChangeBatchRecord `locationNameList:"ChangeBatchRecord" min:"1" deprecated:"true" type:"list" required:"true"`

	// A flag that indicates if there are more change batches to list.
	IsTruncated *bool `type:"boolean"`

	// The page marker.
	Marker *string `type:"string" required:"true"`

	// The maximum number of items on a page.
	MaxItems *string `type:"string" required:"true"`

	// The next page marker.
	NextMarker *string `type:"string"`
	// contains filtered or unexported fields
}

The input for a ListChangeBatchesByHostedZone request.

func (ListChangeBatchesByHostedZoneOutput) GoString

GoString returns the string representation

func (ListChangeBatchesByHostedZoneOutput) String

String returns the string representation

type ListChangeBatchesByRRSetInput

type ListChangeBatchesByRRSetInput struct {

	// The end of the time period you want to see changes for.
	EndDate *string `location:"querystring" locationName:"endDate" deprecated:"true" type:"string" required:"true"`

	// The ID of the hosted zone that you want to see changes for.
	HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The page marker.
	Marker *string `location:"querystring" locationName:"marker" type:"string"`

	// The maximum number of items on a page.
	MaxItems *string `location:"querystring" locationName:"maxItems" type:"string"`

	// The name of the RRSet that you want to see changes for.
	Name *string `location:"querystring" locationName:"rrSet_name" type:"string" required:"true"`

	// The identifier of the RRSet that you want to see changes for.
	SetIdentifier *string `location:"querystring" locationName:"identifier" min:"1" type:"string"`

	// The start of the time period you want to see changes for.
	StartDate *string `location:"querystring" locationName:"startDate" deprecated:"true" type:"string" required:"true"`

	// The type of the RRSet that you want to see changes for.
	Type *string `location:"querystring" locationName:"type" type:"string" required:"true" enum:"RRType"`
	// contains filtered or unexported fields
}

The input for a ListChangeBatchesByRRSet request.

func (ListChangeBatchesByRRSetInput) GoString

GoString returns the string representation

func (ListChangeBatchesByRRSetInput) String

String returns the string representation

func (*ListChangeBatchesByRRSetInput) Validate

func (s *ListChangeBatchesByRRSetInput) Validate() error

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

type ListChangeBatchesByRRSetOutput

type ListChangeBatchesByRRSetOutput struct {

	// The change batches within the given hosted zone and time period.
	ChangeBatchRecords []*ChangeBatchRecord `locationNameList:"ChangeBatchRecord" min:"1" deprecated:"true" type:"list" required:"true"`

	// A flag that indicates if there are more change batches to list.
	IsTruncated *bool `type:"boolean"`

	// The page marker.
	Marker *string `type:"string" required:"true"`

	// The maximum number of items on a page.
	MaxItems *string `type:"string" required:"true"`

	// The next page marker.
	NextMarker *string `type:"string"`
	// contains filtered or unexported fields
}

The input for a ListChangeBatchesByRRSet request.

func (ListChangeBatchesByRRSetOutput) GoString

GoString returns the string representation

func (ListChangeBatchesByRRSetOutput) String

String returns the string representation

type ListGeoLocationsInput

type ListGeoLocationsInput struct {

	// The maximum number of geo locations you want in the response body.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// The first continent code in the lexicographic ordering of geo locations that
	// you want the ListGeoLocations request to list. For non-continent geo locations,
	// this should be null.
	//
	// Valid values: AF | AN | AS | EU | OC | NA | SA
	//
	// Constraint: Specifying ContinentCode with either CountryCode or SubdivisionCode
	// returns an InvalidInput error.
	StartContinentCode *string `location:"querystring" locationName:"startcontinentcode" min:"2" type:"string"`

	// The first country code in the lexicographic ordering of geo locations that
	// you want the ListGeoLocations request to list.
	//
	// The default geo location uses a * for the country code. All other country
	// codes follow the ISO 3166 two-character code.
	StartCountryCode *string `location:"querystring" locationName:"startcountrycode" min:"1" type:"string"`

	// The first subdivision code in the lexicographic ordering of geo locations
	// that you want the ListGeoLocations request to list.
	//
	// Constraint: Specifying SubdivisionCode without CountryCode returns an InvalidInput
	// error.
	StartSubdivisionCode *string `location:"querystring" locationName:"startsubdivisioncode" min:"1" type:"string"`
	// contains filtered or unexported fields
}

The input for a ListGeoLocations request.

func (ListGeoLocationsInput) GoString

func (s ListGeoLocationsInput) GoString() string

GoString returns the string representation

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 information about the geo locations that are
	// returned by the request.
	GeoLocationDetailsList []*GeoLocationDetails `locationNameList:"GeoLocationDetails" type:"list" required:"true"`

	// A flag that indicates whether there are more geo locations to be listed.
	// If your results were truncated, you can make a follow-up request for the
	// next page of results by using the values included in the NextContinentCode,
	// NextCountryCode, and NextSubdivisionCode elements.
	//
	// Valid Values: true | false
	IsTruncated *bool `type:"boolean" required:"true"`

	// The maximum number of records you requested. The maximum value of MaxItems
	// is 100.
	MaxItems *string `type:"string" required:"true"`

	// If the results were truncated, the continent code of the next geo location
	// in the list. This element is present only if IsTruncated is true and the
	// next geo location to list is a continent location.
	NextContinentCode *string `min:"2" type:"string"`

	// If the results were truncated, the country code of the next geo location
	// in the list. This element is present only if IsTruncated is true and the
	// next geo location to list is not a continent location.
	NextCountryCode *string `min:"1" type:"string"`

	// If the results were truncated, the subdivision code of the next geo location
	// in the list. This element is present only if IsTruncated is true and the
	// next geo location has a subdivision.
	NextSubdivisionCode *string `min:"1" type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains information about the geo locations that are returned by the request and information about the response.

func (ListGeoLocationsOutput) GoString

func (s ListGeoLocationsOutput) GoString() string

GoString returns the string representation

func (ListGeoLocationsOutput) String

func (s ListGeoLocationsOutput) String() string

String returns the string representation

type ListHealthChecksInput

type ListHealthChecksInput struct {

	// If the request returned more than one page of results, submit another request
	// and specify the value of NextMarker from the last response in the marker
	// parameter to get the next page of results.
	Marker *string `location:"querystring" locationName:"marker" type:"string"`

	// Specify the maximum number of health checks to return per page of results.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`
	// contains filtered or unexported fields
}

To retrieve a list of your health checks, send a GET request to the /Route 53 API version/healthcheck resource. The response to this request includes a HealthChecks element with zero or more HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to

a value greater than 100, Amazon Route 53 returns only the first 100.

func (ListHealthChecksInput) GoString

func (s ListHealthChecksInput) GoString() string

GoString returns the string representation

func (ListHealthChecksInput) String

func (s ListHealthChecksInput) String() string

String returns the string representation

type ListHealthChecksOutput

type ListHealthChecksOutput struct {

	// A complex type that contains information about the health checks associated
	// with the current AWS account.
	HealthChecks []*HealthCheck `locationNameList:"HealthCheck" type:"list" required:"true"`

	// A flag indicating whether there are more health checks to be listed. If your
	// results were truncated, you can make a follow-up request for the next page
	// of results by using the Marker element.
	//
	// Valid Values: true | false
	IsTruncated *bool `type:"boolean" required:"true"`

	// If the request returned more than one page of results, submit another request
	// and specify the value of NextMarker from the last response in the marker
	// parameter to get the next page of results.
	Marker *string `type:"string" required:"true"`

	// The maximum number of health checks to be included in the response body.
	// If the number of health checks associated with this AWS account exceeds MaxItems,
	// the value of IsTruncated in the response is true. Call ListHealthChecks again
	// and specify the value of NextMarker from the last response in the Marker
	// element of the next request to get the next page of results.
	MaxItems *string `type:"string" required:"true"`

	// Indicates where to continue listing health checks. If IsTruncated is true,
	// make another request to ListHealthChecks and include the value of the NextMarker
	// element in the Marker element to get the next page of results.
	NextMarker *string `type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains the response for the request.

func (ListHealthChecksOutput) GoString

func (s ListHealthChecksOutput) GoString() string

GoString returns the string representation

func (ListHealthChecksOutput) String

func (s ListHealthChecksOutput) String() string

String returns the string representation

type ListHostedZonesByNameInput

type ListHostedZonesByNameInput struct {

	// The first name in the lexicographic ordering of domain names that you want
	// the ListHostedZonesByNameRequest request to list.
	//
	// If the request returned more than one page of results, submit another request
	// and specify the value of NextDNSName and NextHostedZoneId from the last response
	// in the DNSName and HostedZoneId parameters to get the next page of results.
	DNSName *string `location:"querystring" locationName:"dnsname" type:"string"`

	// If the request returned more than one page of results, submit another request
	// and specify the value of NextDNSName and NextHostedZoneId from the last response
	// in the DNSName and HostedZoneId parameters to get the next page of results.
	HostedZoneId *string `location:"querystring" locationName:"hostedzoneid" type:"string"`

	// Specify the maximum number of hosted zones to return per page of results.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`
	// contains filtered or unexported fields
}

To retrieve a list of your hosted zones in lexicographic order, send a GET request to the /Route 53 API version/hostedzonesbyname resource. The response to this request includes a HostedZones element with zero or more HostedZone child elements lexicographically ordered by DNS name. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the DNSName and HostedZoneId parameters to control the hosted zone that the list begins with.

func (ListHostedZonesByNameInput) GoString

func (s ListHostedZonesByNameInput) GoString() string

GoString returns the string representation

func (ListHostedZonesByNameInput) String

String returns the string representation

type ListHostedZonesByNameOutput

type ListHostedZonesByNameOutput struct {

	// The DNSName value sent in the request.
	DNSName *string `type:"string"`

	// The HostedZoneId value sent in the request.
	HostedZoneId *string `type:"string"`

	// A complex type that contains information about the hosted zones associated
	// with the current AWS account.
	HostedZones []*HostedZone `locationNameList:"HostedZone" type:"list" required:"true"`

	// A flag indicating whether there are more hosted zones to be listed. If your
	// results were truncated, you can make a follow-up request for the next page
	// of results by using the NextDNSName and NextHostedZoneId elements.
	//
	// Valid Values: true | false
	IsTruncated *bool `type:"boolean" required:"true"`

	// The maximum number of hosted zones to be included in the response body. If
	// the number of hosted zones associated with this AWS account exceeds MaxItems,
	// the value of IsTruncated in the ListHostedZonesByNameResponse is true. Call
	// ListHostedZonesByName again and specify the value of NextDNSName and NextHostedZoneId
	// elements from the previous response to get the next page of results.
	MaxItems *string `type:"string" required:"true"`

	// If the value of IsTruncated in the ListHostedZonesByNameResponse is true,
	// there are more hosted zones associated with the current AWS account. To get
	// the next page of results, make another request to ListHostedZonesByName.
	// Specify the value of NextDNSName in the DNSName parameter. Specify NextHostedZoneId
	// in the HostedZoneId parameter.
	NextDNSName *string `type:"string"`

	// If the value of IsTruncated in the ListHostedZonesByNameResponse is true,
	// there are more hosted zones associated with the current AWS account. To get
	// the next page of results, make another request to ListHostedZonesByName.
	// Specify the value of NextDNSName in the DNSName parameter. Specify NextHostedZoneId
	// in the HostedZoneId parameter.
	NextHostedZoneId *string `type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains the response for the request.

func (ListHostedZonesByNameOutput) GoString

func (s ListHostedZonesByNameOutput) GoString() string

GoString returns the string representation

func (ListHostedZonesByNameOutput) String

String returns the string representation

type ListHostedZonesInput

type ListHostedZonesInput struct {
	DelegationSetId *string `location:"querystring" locationName:"delegationsetid" type:"string"`

	// If the request returned more than one page of results, submit another request
	// and specify the value of NextMarker from the last response in the marker
	// parameter to get the next page of results.
	Marker *string `location:"querystring" locationName:"marker" type:"string"`

	// Specify the maximum number of hosted zones to return per page of results.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`
	// contains filtered or unexported fields
}

To retrieve a list of your hosted zones, send a GET request to the /Route 53 API version/hostedzone resource. The response to this request includes a HostedZones element with zero or more HostedZone child elements. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the hosted zone that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to a value greater than 100, Amazon Route 53 returns only the first 100.

func (ListHostedZonesInput) GoString

func (s ListHostedZonesInput) GoString() string

GoString returns the string representation

func (ListHostedZonesInput) String

func (s ListHostedZonesInput) String() string

String returns the string representation

type ListHostedZonesOutput

type ListHostedZonesOutput struct {

	// A complex type that contains information about the hosted zones associated
	// with the current AWS account.
	HostedZones []*HostedZone `locationNameList:"HostedZone" type:"list" required:"true"`

	// A flag indicating whether there are more hosted zones to be listed. If your
	// results were truncated, you can make a follow-up request for the next page
	// of results by using the Marker element.
	//
	// Valid Values: true | false
	IsTruncated *bool `type:"boolean" required:"true"`

	// If the request returned more than one page of results, submit another request
	// and specify the value of NextMarker from the last response in the marker
	// parameter to get the next page of results.
	Marker *string `type:"string" required:"true"`

	// The maximum number of hosted zones to be included in the response body. If
	// the number of hosted zones associated with this AWS account exceeds MaxItems,
	// the value of IsTruncated in the response is true. Call ListHostedZones again
	// and specify the value of NextMarker in the Marker parameter to get the next
	// page of results.
	MaxItems *string `type:"string" required:"true"`

	// Indicates where to continue listing hosted zones. If IsTruncated is true,
	// make another request to ListHostedZones and include the value of the NextMarker
	// element in the Marker element to get the next page of results.
	NextMarker *string `type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains the response for the request.

func (ListHostedZonesOutput) GoString

func (s ListHostedZonesOutput) GoString() string

GoString returns the string representation

func (ListHostedZonesOutput) String

func (s ListHostedZonesOutput) String() string

String returns the string representation

type ListResourceRecordSetsInput

type ListResourceRecordSetsInput struct {

	// The ID of the hosted zone that contains the resource record sets that you
	// want to get.
	HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The maximum number of records you want in the response body.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// Weighted resource record sets only: 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 domain names that you want
	// the ListResourceRecordSets request to list.
	StartRecordName *string `location:"querystring" locationName:"name" type:"string"`

	// The DNS type at which to begin the listing of resource record sets.
	//
	// Valid values: A | AAAA | CNAME | MX | NS | PTR | SOA | SPF | SRV | TXT
	//
	// Values for Weighted Resource Record Sets: A | AAAA | CNAME | TXT
	//
	// Values for Regional Resource Record Sets: A | AAAA | CNAME | TXT
	//
	// Values for Alias Resource Record Sets: A | AAAA
	//
	// Constraint: Specifying type without specifying name returns an InvalidInput
	// error.
	StartRecordType *string `location:"querystring" locationName:"type" type:"string" enum:"RRType"`
	// contains filtered or unexported fields
}

The input for a ListResourceRecordSets request.

func (ListResourceRecordSetsInput) GoString

func (s ListResourceRecordSetsInput) GoString() string

GoString returns the string representation

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 there are more resource record sets to be listed.
	// If your results were truncated, you can make a follow-up request for the
	// next page of results by using the NextRecordName element.
	//
	// Valid Values: true | false
	IsTruncated *bool `type:"boolean" required:"true"`

	// The maximum number of records you requested. The maximum value of MaxItems
	// is 100.
	MaxItems *string `type:"string" required:"true"`

	// Weighted resource record sets only: 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.
	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 *string `type:"string" enum:"RRType"`

	// A complex type that contains information about the resource record sets that
	// are returned by the request.
	ResourceRecordSets []*ResourceRecordSet `locationNameList:"ResourceRecordSet" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains information about the resource record sets that are returned by the request and information about the response.

func (ListResourceRecordSetsOutput) GoString

func (s ListResourceRecordSetsOutput) GoString() string

GoString returns the string representation

func (ListResourceRecordSetsOutput) String

String returns the string representation

type ListReusableDelegationSetsInput

type ListReusableDelegationSetsInput struct {

	// If the request returned more than one page of results, submit another request
	// and specify the value of NextMarker from the last response in the marker
	// parameter to get the next page of results.
	Marker *string `location:"querystring" locationName:"marker" type:"string"`

	// Specify the maximum number of reusable delegation sets to return per page
	// of results.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`
	// contains filtered or unexported fields
}

To retrieve a list of your reusable delegation sets, send a GET request to the /Route 53 API version/delegationset resource. The response to this request includes a DelegationSets element with zero or more DelegationSet child elements. By default, the list of reusable delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the delegation set that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to

a value greater than 100, Amazon Route 53 returns only the first 100.

func (ListReusableDelegationSetsInput) GoString

GoString returns the string representation

func (ListReusableDelegationSetsInput) String

String returns the string representation

type ListReusableDelegationSetsOutput

type ListReusableDelegationSetsOutput struct {

	// A complex type that contains information about the reusable delegation sets
	// associated with the current AWS account.
	DelegationSets []*DelegationSet `locationNameList:"DelegationSet" type:"list" required:"true"`

	// A flag indicating whether there are more reusable delegation sets to be listed.
	// If your results were truncated, you can make a follow-up request for the
	// next page of results by using the Marker element.
	//
	// Valid Values: true | false
	IsTruncated *bool `type:"boolean" required:"true"`

	// If the request returned more than one page of results, submit another request
	// and specify the value of NextMarker from the last response in the marker
	// parameter to get the next page of results.
	Marker *string `type:"string" required:"true"`

	// The maximum number of reusable delegation sets to be included in the response
	// body. If the number of reusable delegation sets associated with this AWS
	// account exceeds MaxItems, the value of IsTruncated in the response is true.
	// To get the next page of results, call ListReusableDelegationSets again and
	// specify the value of NextMarker from the previous response in the Marker
	// element of the request.
	MaxItems *string `type:"string" required:"true"`

	// Indicates where to continue listing reusable delegation sets. If IsTruncated
	// is true, make another request to ListReusableDelegationSets and include the
	// value of the NextMarker element in the Marker element of the previous response
	// to get the next page of results.
	NextMarker *string `type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains the response for the request.

func (ListReusableDelegationSetsOutput) GoString

GoString returns the string representation

func (ListReusableDelegationSetsOutput) String

String returns the string representation

type ListTagsForResourceInput

type ListTagsForResourceInput struct {

	// The ID of the resource for which you want to retrieve tags.
	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 *string `location:"uri" locationName:"ResourceType" type:"string" required:"true" enum:"TagResourceType"`
	// 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) GoString

func (s ListTagsForResourceInput) GoString() string

GoString returns the string representation

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 *ResourceTagSet `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type containing tags for the specified resource.

func (ListTagsForResourceOutput) GoString

func (s ListTagsForResourceOutput) GoString() string

GoString returns the string representation

func (ListTagsForResourceOutput) String

func (s ListTagsForResourceOutput) String() string

String returns the string representation

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 []*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 *string `location:"uri" locationName:"ResourceType" type:"string" required:"true" enum:"TagResourceType"`
	// contains filtered or unexported fields
}

A complex type containing information about a request for a list of the tags that are associated with up to 10 specified resources.

func (ListTagsForResourcesInput) GoString

func (s ListTagsForResourcesInput) GoString() string

GoString returns the string representation

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 []*ResourceTagSet `locationNameList:"ResourceTagSet" type:"list" required:"true"`
	// contains filtered or unexported fields
}

A complex type containing tags for the specified resources.

func (ListTagsForResourcesOutput) GoString

func (s ListTagsForResourcesOutput) GoString() string

GoString returns the string representation

func (ListTagsForResourcesOutput) String

String returns the string representation

type ListTrafficPoliciesInput

type ListTrafficPoliciesInput struct {

	// The maximum number of traffic policies to be included in the response body
	// for this request. If you have more than MaxItems traffic policies, the value
	// of the IsTruncated element in the response is true, and the value of the
	// TrafficPolicyIdMarker element is the ID of the first traffic policy in the
	// next group of MaxItems traffic policies.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// For your first request to ListTrafficPolicies, do not 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
	// MaxItems policies, submit another request to ListTrafficPolicies. For the
	// value of TrafficPolicyIdMarker, specify the value of the TrafficPolicyIdMarker
	// element that was returned in the previous response.
	//
	// Policies are listed in the order in which they were created.
	TrafficPolicyIdMarker *string `location:"querystring" locationName:"trafficpolicyid" 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) GoString

func (s ListTrafficPoliciesInput) GoString() string

GoString returns the string representation

func (ListTrafficPoliciesInput) String

func (s ListTrafficPoliciesInput) String() string

String returns the string representation

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 MaxItems traffic
	// policies by calling ListTrafficPolicies again and specifying the value of
	// the TrafficPolicyIdMarker element in the TrafficPolicyIdMarker request parameter.
	//
	// Valid Values: true | false
	IsTruncated *bool `type:"boolean" required:"true"`

	// The value that you specified for the MaxItems parameter in the call to ListTrafficPolicies
	// that produced the current response.
	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 *string `type:"string" required:"true"`

	// A list that contains one TrafficPolicySummary element for each traffic policy
	// that was created by the current AWS account.
	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) GoString

func (s ListTrafficPoliciesOutput) GoString() string

GoString returns the string representation

func (ListTrafficPoliciesOutput) String

func (s ListTrafficPoliciesOutput) String() string

String returns the string representation

type ListTrafficPolicyInstancesByHostedZoneInput

type ListTrafficPolicyInstancesByHostedZoneInput struct {

	// The ID of the hosted zone for which you want to list traffic policy instances.
	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 in the next group of MaxItems
	// traffic policy instances.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// For the first request to ListTrafficPolicyInstancesByHostedZone, omit this
	// value.
	//
	// If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker
	// is the name of the first traffic policy instance in the next group of MaxItems
	// traffic policy instances.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get for this hosted zone.
	//
	// If the value of IsTruncated in the previous response was false, omit this
	// value.
	TrafficPolicyInstanceNameMarker *string `location:"querystring" locationName:"trafficpolicyinstancename" type:"string"`

	// For the first request to ListTrafficPolicyInstancesByHostedZone, omit this
	// value.
	//
	// If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker
	// is the DNS type of the first traffic policy instance in the next group of
	// MaxItems traffic policy instances.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get for this hosted zone.
	TrafficPolicyInstanceTypeMarker *string `location:"querystring" locationName:"trafficpolicyinstancetype" type:"string" enum:"RRType"`
	// contains filtered or unexported fields
}

A request for the traffic policy instances that you created in a specified hosted zone.

func (ListTrafficPolicyInstancesByHostedZoneInput) GoString

GoString returns the string representation

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 MaxItems
	// traffic policy instances by calling ListTrafficPolicyInstancesByHostedZone
	// again and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker,
	// and TrafficPolicyInstanceTypeMarker elements in the corresponding request
	// parameters.
	//
	// Valid Values: true | false
	IsTruncated *bool `type:"boolean" required:"true"`

	// The value that you specified for the MaxItems parameter in the call to ListTrafficPolicyInstancesByHostedZone
	// that produced the current response.
	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 *string `type:"string" enum:"RRType"`

	// A list that contains one TrafficPolicyInstance element for each traffic policy
	// instance that matches the elements in the request.
	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) GoString

GoString returns the string representation

func (ListTrafficPolicyInstancesByHostedZoneOutput) String

String returns the string representation

type ListTrafficPolicyInstancesByPolicyInput

type ListTrafficPolicyInstancesByPolicyInput struct {

	// For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.
	//
	// If the value of IsTruncated in the previous response was true, HostedZoneIdMarker
	// is the ID of the hosted zone for the first traffic policy instance in the
	// next group of MaxItems traffic policy instances.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get for this hosted zone.
	//
	// If the value of IsTruncated in the previous response was false, omit this
	// value.
	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 in the next group of MaxItems
	// traffic policy instances.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// The ID of the traffic policy for which you want to list traffic policy instances.
	TrafficPolicyId *string `location:"querystring" locationName:"id" type:"string" required:"true"`

	// For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.
	//
	// If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker
	// is the name of the first traffic policy instance in the next group of MaxItems
	// traffic policy instances.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get for this hosted zone.
	//
	// If the value of IsTruncated in the previous response was false, omit this
	// value.
	TrafficPolicyInstanceNameMarker *string `location:"querystring" locationName:"trafficpolicyinstancename" type:"string"`

	// For the first request to ListTrafficPolicyInstancesByPolicy, omit this value.
	//
	// If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker
	// is the DNS type of the first traffic policy instance in the next group of
	// MaxItems traffic policy instances.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get for this hosted zone.
	TrafficPolicyInstanceTypeMarker *string `location:"querystring" locationName:"trafficpolicyinstancetype" type:"string" enum:"RRType"`

	// 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 *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) GoString

GoString returns the string representation

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 MaxItems 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 MaxItems
	// traffic policy instances by calling ListTrafficPolicyInstancesByPolicy again
	// and specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker,
	// and TrafficPolicyInstanceTypeMarker elements in the corresponding request
	// parameters.
	//
	// Valid Values: true | false
	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 *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 *string `type:"string" enum:"RRType"`

	// A list that contains one TrafficPolicyInstance element for each traffic policy
	// instance that matches the elements in the request.
	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) GoString

GoString returns the string representation

func (ListTrafficPolicyInstancesByPolicyOutput) String

String returns the string representation

type ListTrafficPolicyInstancesInput

type ListTrafficPolicyInstancesInput struct {

	// For the first request to ListTrafficPolicyInstances, omit this value.
	//
	// If the value of IsTruncated in the previous response was true, you have
	// more traffic policy instances. To get the next group of MaxItems traffic
	// policy instances, submit another ListTrafficPolicyInstances request. For
	// the value of HostedZoneIdMarker, 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 MaxItems 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 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 in the next group of MaxItems
	// traffic policy instances.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// For the first request to ListTrafficPolicyInstances, omit this value.
	//
	// If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceNameMarker
	// is the name of the first traffic policy instance in the next group of MaxItems
	// 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"`

	// For the first request to ListTrafficPolicyInstances, omit this value.
	//
	// If the value of IsTruncated in the previous response was true, TrafficPolicyInstanceTypeMarker
	// is the DNS type of the first traffic policy instance in the next group of
	// MaxItems traffic policy instances.
	//
	// If the value of IsTruncated in the previous response was false, there are
	// no more traffic policy instances to get.
	TrafficPolicyInstanceTypeMarker *string `location:"querystring" locationName:"trafficpolicyinstancetype" type:"string" enum:"RRType"`
	// contains filtered or unexported fields
}

A complex type that contains the information about the request to list your traffic policy instances.

func (ListTrafficPolicyInstancesInput) GoString

GoString returns the string representation

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 in the next group of MaxItems 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 MaxItems
	// traffic policy instances by calling ListTrafficPolicyInstances again and
	// specifying the values of the HostedZoneIdMarker, TrafficPolicyInstanceNameMarker,
	// and TrafficPolicyInstanceTypeMarker elements in the corresponding request
	// parameters.
	//
	// Valid Values: true | false
	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 *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 *string `type:"string" enum:"RRType"`

	// A list that contains one TrafficPolicyInstance element for each traffic policy
	// instance that matches the elements in the request.
	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) GoString

GoString returns the string representation

func (ListTrafficPolicyInstancesOutput) String

String returns the string representation

type ListTrafficPolicyVersionsInput

type ListTrafficPolicyVersionsInput struct {

	// Specify the value of Id of the traffic policy for which you want to list
	// all versions.
	Id *string `location:"uri" locationName:"Id" 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 the IsTruncated element
	// in the response is true, and the value of the TrafficPolicyVersionMarker
	// element is the ID of the first version in the next group of MaxItems traffic
	// policy versions.
	MaxItems *string `location:"querystring" locationName:"maxitems" type:"string"`

	// For your first request to ListTrafficPolicyVersions, do not 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 the next group
	// of MaxItems traffic policy versions, submit another request to ListTrafficPolicyVersions.
	// For the value of TrafficPolicyVersionMarker, specify the value of the TrafficPolicyVersionMarker
	// element that was returned in the previous response.
	//
	// Traffic policy versions are listed in sequential order.
	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) GoString

GoString returns the string representation

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 maxitems traffic
	// policies by calling ListTrafficPolicyVersions again and specifying the value
	// of the NextMarker element in the marker parameter.
	//
	// Valid Values: true | false
	IsTruncated *bool `type:"boolean" required:"true"`

	// The value that you specified for the maxitems parameter in the call to ListTrafficPolicyVersions
	// that produced the current response.
	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 []*TrafficPolicy `locationNameList:"TrafficPolicy" type:"list" required:"true"`

	// If IsTruncated is true, the value of TrafficPolicyVersionMarker identifies
	// the first traffic policy in the next group of MaxItems traffic policies.
	// Call ListTrafficPolicyVersions again and specify the value of TrafficPolicyVersionMarker
	// in the TrafficPolicyVersionMarker request parameter.
	//
	// This element is present only if IsTruncated is true.
	TrafficPolicyVersionMarker *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

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

func (ListTrafficPolicyVersionsOutput) GoString

GoString returns the string representation

func (ListTrafficPolicyVersionsOutput) String

String returns the string representation

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 (http://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.
	Value *string `type:"string" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the value of the Value element for the current resource record set.

func (ResourceRecord) GoString

func (s ResourceRecord) GoString() string

GoString returns the string representation

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 to which
	// you are redirecting traffic.
	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.
	//
	// You can create failover and failover alias resource record sets only in
	// public hosted zones. Except where noted, the following failover behaviors
	// assume that you have included the HealthCheckId element in both resource
	// record sets:
	//
	//  When the primary resource record set is healthy, Amazon Route 53 responds
	// to DNS queries with the applicable value from the primary resource record
	// set regardless of the health of the secondary resource record set. When the
	// primary resource record set is unhealthy and the secondary resource record
	// set is healthy, Amazon Route 53 responds to DNS queries with the applicable
	// value from the secondary resource record set. When the secondary resource
	// record set is unhealthy, Amazon Route 53 responds to DNS queries with the
	// applicable value from the primary resource record set regardless of the health
	// of the primary resource record set. If you omit the HealthCheckId element
	// for the secondary resource record set, and if the primary resource record
	// set is unhealthy, Amazon Route 53 always responds to DNS queries with the
	// applicable value from the secondary resource record set. This is true regardless
	// of the health of the associated endpoint.  You cannot create non-failover
	// resource record sets that have the same values for the Name and Type elements
	// as failover resource record sets.
	//
	// For failover alias resource record sets, you must also include the EvaluateTargetHealth
	// element and set the value to true.
	//
	// For more information about configuring failover for Amazon Route 53, see
	// Amazon Route 53 Health Checks and DNS Failover (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html)
	// in the Amazon Route 53 Developer Guide.
	//
	// Valid values: PRIMARY | SECONDARY
	Failover *string `type:"string" enum:"ResourceRecordSetFailover"`

	// Geo location resource record sets only: A complex type that lets you control
	// how Amazon Route 53 responds to DNS queries based on the geographic origin
	// of the query. For example, if you want all queries from Africa to be routed
	// to a web server with an IP address of 192.0.2.111, create a resource record
	// set with a Type of A and a ContinentCode of AF.
	//
	// You can create geolocation and geolocation alias resource record sets only
	// in public hosted zones. 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 cannot 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, Amazon Route 53 will
	// receive some DNS queries from locations that it can't identify. We recommend
	// that you create a resource record set for which the value of CountryCode
	// is *, which handles both queries that come from locations for which you haven't
	// created geolocation resource record sets and queries from IP addresses that
	// aren't mapped to a location. If you don't create a * resource record set,
	// Amazon Route 53 returns a "no answer" response for queries from those locations.
	// You cannot 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"`

	// Health Check resource record sets only, not required for alias resource record
	// sets: An identifier that is used to identify health check associated with
	// the resource record set.
	HealthCheckId *string `type:"string"`

	// The name of the domain you want to perform the action on.
	//
	// Enter a fully qualified domain name, for example, www.example.com. You can
	// optionally include a trailing dot. If you omit the trailing dot, Amazon Route
	// 53 still assumes that the domain name that you specify is fully qualified.
	// This means that Amazon Route 53 treats www.example.com (without a trailing
	// dot) and www.example.com. (with a trailing dot) as identical.
	//
	// For information about how to specify characters other than a-z, 0-9, and
	// - (hyphen) and how to specify internationalized domain names, see DNS Domain
	// Name Format (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html)
	// in the Amazon Route 53 Developer Guide.
	//
	// You can use an asterisk (*) character in the name. DNS treats the * character
	// either as a wildcard or as the * character (ASCII 42), depending on where
	// it appears in the name. For more information, see Using an Asterisk (*) in
	// the Names of Hosted Zones and Resource Record Sets (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html#domain-name-format-asterisk)
	// in the Amazon Route 53 Developer Guide
	//
	// You can't use the * wildcard for resource records sets that have a type
	// of NS.
	Name *string `type:"string" required:"true"`

	// Latency-based resource record sets only: The Amazon EC2 region where the
	// resource that is specified in this resource record set resides. The resource
	// typically is an AWS resource, such as an Amazon 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.
	//
	// You can create latency and latency alias resource record sets only in public
	// hosted zones. When Amazon Route 53 receives a DNS query for a domain name
	// and type for which you have created latency resource record sets, Amazon
	// Route 53 selects the latency resource record set that has the lowest latency
	// between the end user and the associated Amazon EC2 region. Amazon Route 53
	// then returns the value that is associated with the selected resource record
	// set.
	//
	// Note the following:
	//
	//  You can only specify one ResourceRecord per latency resource record set.
	// You can only create one latency resource record set for each Amazon EC2 region.
	// You are not required to create latency resource record sets for all Amazon
	// EC2 regions. Amazon Route 53 will choose the region with the best latency
	// from among the regions for which you create latency resource record sets.
	// You cannot create non-latency resource record sets that have the same values
	// for the Name and Type elements as latency resource record sets.
	Region *string `min:"1" type:"string" enum:"ResourceRecordSetRegion"`

	// A complex type that contains the resource records for the current resource
	// record set.
	ResourceRecords []*ResourceRecord `locationNameList:"ResourceRecord" min:"1" type:"list"`

	// Weighted, Latency, Geo, and Failover resource record sets only: An identifier
	// that differentiates among multiple resource record sets that have the same
	// combination of DNS name and type. The value of SetIdentifier must be unique
	// for each resource record set that has the same combination of DNS name and
	// type.
	SetIdentifier *string `min:"1" type:"string"`

	// The cache time to live for the current resource record set. Note the following:
	//
	//  If you're creating a non-alias resource record set, TTL is required.  If
	// you're creating 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, latency, geolocation, or failover 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"`

	TrafficPolicyInstanceId *string `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 (http://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 | CNAME | MX | NS
	// | PTR | SOA | SPF | SRV | TXT
	//
	// Values for weighted, latency, geolocation, and failover resource record
	// sets: A | AAAA | CNAME | MX | 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.
	//
	// 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:
	//
	//  CloudFront distributions: A ELB load balancers: A | AAAA Amazon S3 buckets:
	// A Another resource record set in this hosted zone: Specify the type of the
	// resource record set for which you're creating the alias. Specify any value
	// except NS or SOA.
	Type *string `type:"string" required:"true" enum:"RRType"`

	// Weighted resource record sets only: Among resource record sets that have
	// the same combination of DNS name and type, a value that determines the proportion
	// of DNS queries that Amazon Route 53 responds to using the current resource
	// record set. Amazon Route 53 calculates the sum of the weights for the resource
	// record sets that have the same combination of DNS name and type. Amazon Route
	// 53 then responds to queries based on the ratio of a resource's weight to
	// the total. Note the following:
	//
	//  You must specify a value for the Weight element for every weighted resource
	// record set. You can only specify one ResourceRecord per weighted resource
	// record set. You cannot create latency, failover, or geolocation resource
	// record sets that have the same values for the Name and Type elements as weighted
	// resource record sets. You can create a maximum of 100 weighted resource record
	// sets that have the same values for the Name and Type elements. For weighted
	// (but not weighted alias) resource record sets, if you set Weight to 0 for
	// a resource record set, Amazon Route 53 never responds to queries with the
	// applicable value for that resource record set. However, if you set Weight
	// to 0 for all resource record sets that have the same combination of DNS name
	// and type, traffic is routed to all resources with equal probability.
	//
	// The effect of setting Weight to 0 is different when you associate health
	// checks with weighted resource record sets. For more information, see Options
	// for Configuring Amazon Route 53 Active-Active and Active-Passive Failover
	// (http://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
}

A complex type that contains information about the current resource record set.

func (ResourceRecordSet) GoString

func (s ResourceRecordSet) GoString() string

GoString returns the string representation

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 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 *string `type:"string" enum:"TagResourceType"`

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

func (s ResourceTagSet) GoString() string

GoString returns the string representation

func (ResourceTagSet) String

func (s ResourceTagSet) String() string

String returns the string representation

type Route53

type Route53 struct {
	*client.Client
}

Route53 is a client for Route 53. The service client's operations are safe to be used concurrently. It is not safe to mutate any of the client's properties though.

func New

func New(p client.ConfigProvider, cfgs ...*aws.Config) *Route53

New creates a new instance of the Route53 client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.

Example:

// Create a Route53 client from just a session.
svc := route53.New(mySession)

// Create a Route53 client with additional configuration
svc := route53.New(mySession, aws.NewConfig().WithRegion("us-west-2"))

func (*Route53) AssociateVPCWithHostedZone

func (c *Route53) AssociateVPCWithHostedZone(input *AssociateVPCWithHostedZoneInput) (*AssociateVPCWithHostedZoneOutput, error)

This action associates a VPC with an hosted zone.

To associate a VPC with an hosted zone, send a POST request to the /Route 53 API version/hostedzone/hosted zone ID/associatevpc resource. The request body must include a document with a AssociateVPCWithHostedZoneRequest element. The response returns the AssociateVPCWithHostedZoneResponse element that contains ChangeInfo for you to track the progress of the AssociateVPCWithHostedZoneRequest you made. See GetChange operation for how to track the progress of your change.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.AssociateVPCWithHostedZoneInput{
		HostedZoneId: aws.String("ResourceId"), // Required
		VPC: &route53.VPC{ // Required
			VPCId:     aws.String("VPCId"),
			VPCRegion: aws.String("VPCRegion"),
		},
		Comment: aws.String("AssociateVPCComment"),
	}
	resp, err := svc.AssociateVPCWithHostedZone(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) AssociateVPCWithHostedZoneRequest

func (c *Route53) AssociateVPCWithHostedZoneRequest(input *AssociateVPCWithHostedZoneInput) (req *request.Request, output *AssociateVPCWithHostedZoneOutput)

AssociateVPCWithHostedZoneRequest generates a "aws/request.Request" representing the client's request for the AssociateVPCWithHostedZone operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the AssociateVPCWithHostedZone method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the AssociateVPCWithHostedZoneRequest method.
req, resp := client.AssociateVPCWithHostedZoneRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ChangeResourceRecordSets

func (c *Route53) ChangeResourceRecordSets(input *ChangeResourceRecordSetsInput) (*ChangeResourceRecordSetsOutput, error)

Use this action to create or change your authoritative DNS information. To use this action, send a POST request to the /Route 53 API version/hostedzone/hosted Zone ID/rrset resource. The request body must include a document with a ChangeResourceRecordSetsRequest element.

Changes are a list of change items and are considered transactional. For more information on transactional changes, also known as change batches, see POST ChangeResourceRecordSets (http://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html) in the Amazon Route 53 API Reference.

Due to the nature of transactional changes, you cannot delete the same resource record set more than once in a single change batch. If you attempt to delete the same change batch more than once, Amazon Route 53 returns an InvalidChangeBatch error. In response to a ChangeResourceRecordSets request, your DNS data is changed on all Amazon Route 53 DNS servers. Initially, the status of a change is PENDING. This means the change has not yet propagated to all the authoritative Amazon Route 53 DNS servers. When the change is propagated to all hosts, the change returns a status of INSYNC.

Note the following limitations on a ChangeResourceRecordSets request:

A request cannot contain more than 100 Change elements.  A request cannot

contain more than 1000 ResourceRecord elements. The sum of the number of characters (including spaces) in all Value elements in a request cannot exceed 32,000 characters.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ChangeResourceRecordSetsInput{
		ChangeBatch: &route53.ChangeBatch{ // Required
			Changes: []*route53.Change{ // Required
				{ // Required
					Action: aws.String("ChangeAction"), // Required
					ResourceRecordSet: &route53.ResourceRecordSet{ // Required
						Name: aws.String("DNSName"), // Required
						Type: aws.String("RRType"),  // Required
						AliasTarget: &route53.AliasTarget{
							DNSName:              aws.String("DNSName"),    // Required
							EvaluateTargetHealth: aws.Bool(true),           // Required
							HostedZoneId:         aws.String("ResourceId"), // Required
						},
						Failover: aws.String("ResourceRecordSetFailover"),
						GeoLocation: &route53.GeoLocation{
							ContinentCode:   aws.String("GeoLocationContinentCode"),
							CountryCode:     aws.String("GeoLocationCountryCode"),
							SubdivisionCode: aws.String("GeoLocationSubdivisionCode"),
						},
						HealthCheckId: aws.String("HealthCheckId"),
						Region:        aws.String("ResourceRecordSetRegion"),
						ResourceRecords: []*route53.ResourceRecord{
							{ // Required
								Value: aws.String("RData"), // Required
							},
							// More values...
						},
						SetIdentifier:           aws.String("ResourceRecordSetIdentifier"),
						TTL:                     aws.Int64(1),
						TrafficPolicyInstanceId: aws.String("TrafficPolicyInstanceId"),
						Weight:                  aws.Int64(1),
					},
				},
				// More values...
			},
			Comment: aws.String("ResourceDescription"),
		},
		HostedZoneId: aws.String("ResourceId"), // Required
	}
	resp, err := svc.ChangeResourceRecordSets(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ChangeResourceRecordSetsRequest

func (c *Route53) ChangeResourceRecordSetsRequest(input *ChangeResourceRecordSetsInput) (req *request.Request, output *ChangeResourceRecordSetsOutput)

ChangeResourceRecordSetsRequest generates a "aws/request.Request" representing the client's request for the ChangeResourceRecordSets operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ChangeResourceRecordSets method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ChangeResourceRecordSetsRequest method.
req, resp := client.ChangeResourceRecordSetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ChangeTagsForResource

func (c *Route53) ChangeTagsForResource(input *ChangeTagsForResourceInput) (*ChangeTagsForResourceOutput, error)
Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ChangeTagsForResourceInput{
		ResourceId:   aws.String("TagResourceId"),   // Required
		ResourceType: aws.String("TagResourceType"), // Required
		AddTags: []*route53.Tag{
			{ // Required
				Key:   aws.String("TagKey"),
				Value: aws.String("TagValue"),
			},
			// More values...
		},
		RemoveTagKeys: []*string{
			aws.String("TagKey"), // Required
			// More values...
		},
	}
	resp, err := svc.ChangeTagsForResource(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ChangeTagsForResourceRequest

func (c *Route53) ChangeTagsForResourceRequest(input *ChangeTagsForResourceInput) (req *request.Request, output *ChangeTagsForResourceOutput)

ChangeTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ChangeTagsForResource operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ChangeTagsForResource method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ChangeTagsForResourceRequest method.
req, resp := client.ChangeTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) CreateHealthCheck

func (c *Route53) CreateHealthCheck(input *CreateHealthCheckInput) (*CreateHealthCheckOutput, error)

This action creates a new health check.

To create a new health check, send a POST request to the /Route 53 API version/healthcheck resource. The request body must include a document with a CreateHealthCheckRequest element. The response returns the CreateHealthCheckResponse element that contains metadata about the health check.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.CreateHealthCheckInput{
		CallerReference: aws.String("HealthCheckNonce"), // Required
		HealthCheckConfig: &route53.HealthCheckConfig{ // Required
			Type: aws.String("HealthCheckType"), // Required
			AlarmIdentifier: &route53.AlarmIdentifier{
				Name:   aws.String("AlarmName"),        // Required
				Region: aws.String("CloudWatchRegion"), // Required
			},
			ChildHealthChecks: []*string{
				aws.String("HealthCheckId"), // Required
				// More values...
			},
			EnableSNI:                    aws.Bool(true),
			FailureThreshold:             aws.Int64(1),
			FullyQualifiedDomainName:     aws.String("FullyQualifiedDomainName"),
			HealthThreshold:              aws.Int64(1),
			IPAddress:                    aws.String("IPAddress"),
			InsufficientDataHealthStatus: aws.String("InsufficientDataHealthStatus"),
			Inverted:                     aws.Bool(true),
			MeasureLatency:               aws.Bool(true),
			Port:                         aws.Int64(1),
			Regions: []*string{
				aws.String("HealthCheckRegion"), // Required
				// More values...
			},
			RequestInterval: aws.Int64(1),
			ResourcePath:    aws.String("ResourcePath"),
			SearchString:    aws.String("SearchString"),
		},
	}
	resp, err := svc.CreateHealthCheck(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) CreateHealthCheckRequest

func (c *Route53) CreateHealthCheckRequest(input *CreateHealthCheckInput) (req *request.Request, output *CreateHealthCheckOutput)

CreateHealthCheckRequest generates a "aws/request.Request" representing the client's request for the CreateHealthCheck operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateHealthCheck method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the CreateHealthCheckRequest method.
req, resp := client.CreateHealthCheckRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) CreateHostedZone

func (c *Route53) CreateHostedZone(input *CreateHostedZoneInput) (*CreateHostedZoneOutput, error)

This action creates a new hosted zone.

To create a new hosted zone, send a POST request to the /Route 53 API version/hostedzone resource. The request body must include a document with a CreateHostedZoneRequest element. The response returns the CreateHostedZoneResponse element that contains metadata about the hosted zone.

Amazon Route 53 automatically creates a default SOA record and four NS records for the zone. The NS records in the hosted zone are the name servers you give your registrar to delegate your domain to. For more information about SOA and NS records, see NS and SOA Records that Amazon Route 53 Creates for a Hosted Zone (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/SOA-NSrecords.html) in the Amazon Route 53 Developer Guide.

When you create a zone, its initial status is PENDING. This means that it is not yet available on all DNS servers. The status of the zone changes to INSYNC when the NS and SOA records are available on all Amazon Route 53 DNS servers.

When trying to create a hosted zone using a reusable delegation set, you could specify an optional DelegationSetId, and Route53 would assign those 4 NS records for the zone, instead of alloting a new one.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.CreateHostedZoneInput{
		CallerReference: aws.String("Nonce"),   // Required
		Name:            aws.String("DNSName"), // Required
		DelegationSetId: aws.String("ResourceId"),
		HostedZoneConfig: &route53.HostedZoneConfig{
			Comment:     aws.String("ResourceDescription"),
			PrivateZone: aws.Bool(true),
		},
		VPC: &route53.VPC{
			VPCId:     aws.String("VPCId"),
			VPCRegion: aws.String("VPCRegion"),
		},
	}
	resp, err := svc.CreateHostedZone(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) CreateHostedZoneRequest

func (c *Route53) CreateHostedZoneRequest(input *CreateHostedZoneInput) (req *request.Request, output *CreateHostedZoneOutput)

CreateHostedZoneRequest generates a "aws/request.Request" representing the client's request for the CreateHostedZone operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateHostedZone method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the CreateHostedZoneRequest method.
req, resp := client.CreateHostedZoneRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) CreateReusableDelegationSet

func (c *Route53) CreateReusableDelegationSet(input *CreateReusableDelegationSetInput) (*CreateReusableDelegationSetOutput, error)

This action creates a reusable delegationSet.

To create a new reusable delegationSet, send a POST request to the /Route 53 API version/delegationset resource. The request body must include a document with a CreateReusableDelegationSetRequest element. The response returns the CreateReusableDelegationSetResponse element that contains metadata about the delegationSet.

If the optional parameter HostedZoneId is specified, it marks the delegationSet associated with that particular hosted zone as reusable.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.CreateReusableDelegationSetInput{
		CallerReference: aws.String("Nonce"), // Required
		HostedZoneId:    aws.String("ResourceId"),
	}
	resp, err := svc.CreateReusableDelegationSet(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) CreateReusableDelegationSetRequest

func (c *Route53) CreateReusableDelegationSetRequest(input *CreateReusableDelegationSetInput) (req *request.Request, output *CreateReusableDelegationSetOutput)

CreateReusableDelegationSetRequest generates a "aws/request.Request" representing the client's request for the CreateReusableDelegationSet operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateReusableDelegationSet method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the CreateReusableDelegationSetRequest method.
req, resp := client.CreateReusableDelegationSetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) CreateTrafficPolicy

func (c *Route53) CreateTrafficPolicy(input *CreateTrafficPolicyInput) (*CreateTrafficPolicyOutput, error)

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

To create a traffic policy, send a POST request to the /Route 53 API version/trafficpolicy resource. The request body must include a document with a CreateTrafficPolicyRequest element. The response includes the CreateTrafficPolicyResponse element, which contains information about the new traffic policy.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.CreateTrafficPolicyInput{
		Document: aws.String("TrafficPolicyDocument"), // Required
		Name:     aws.String("TrafficPolicyName"),     // Required
		Comment:  aws.String("TrafficPolicyComment"),
	}
	resp, err := svc.CreateTrafficPolicy(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) CreateTrafficPolicyInstance

func (c *Route53) CreateTrafficPolicyInstance(input *CreateTrafficPolicyInstanceInput) (*CreateTrafficPolicyInstanceOutput, error)

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.

To create a traffic policy instance, send a POST request to the /Route 53 API version/trafficpolicyinstance resource. The request body must include a document with a CreateTrafficPolicyRequest element. The response returns the CreateTrafficPolicyInstanceResponse element, which contains information about the traffic policy instance.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.CreateTrafficPolicyInstanceInput{
		HostedZoneId:         aws.String("ResourceId"),      // Required
		Name:                 aws.String("DNSName"),         // Required
		TTL:                  aws.Int64(1),                  // Required
		TrafficPolicyId:      aws.String("TrafficPolicyId"), // Required
		TrafficPolicyVersion: aws.Int64(1),                  // Required
	}
	resp, err := svc.CreateTrafficPolicyInstance(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) CreateTrafficPolicyInstanceRequest

func (c *Route53) CreateTrafficPolicyInstanceRequest(input *CreateTrafficPolicyInstanceInput) (req *request.Request, output *CreateTrafficPolicyInstanceOutput)

CreateTrafficPolicyInstanceRequest generates a "aws/request.Request" representing the client's request for the CreateTrafficPolicyInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateTrafficPolicyInstance method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the CreateTrafficPolicyInstanceRequest method.
req, resp := client.CreateTrafficPolicyInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) CreateTrafficPolicyRequest

func (c *Route53) CreateTrafficPolicyRequest(input *CreateTrafficPolicyInput) (req *request.Request, output *CreateTrafficPolicyOutput)

CreateTrafficPolicyRequest generates a "aws/request.Request" representing the client's request for the CreateTrafficPolicy operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateTrafficPolicy method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the CreateTrafficPolicyRequest method.
req, resp := client.CreateTrafficPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) CreateTrafficPolicyVersion

func (c *Route53) CreateTrafficPolicyVersion(input *CreateTrafficPolicyVersionInput) (*CreateTrafficPolicyVersionOutput, error)

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

To create a new version, send a POST request to the /Route 53 API version/trafficpolicy/ resource. The request body includes a document with a CreateTrafficPolicyVersionRequest element. The response returns the CreateTrafficPolicyVersionResponse element, which contains information about the new version of the traffic policy.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.CreateTrafficPolicyVersionInput{
		Document: aws.String("TrafficPolicyDocument"), // Required
		Id:       aws.String("TrafficPolicyId"),       // Required
		Comment:  aws.String("TrafficPolicyComment"),
	}
	resp, err := svc.CreateTrafficPolicyVersion(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) CreateTrafficPolicyVersionRequest

func (c *Route53) CreateTrafficPolicyVersionRequest(input *CreateTrafficPolicyVersionInput) (req *request.Request, output *CreateTrafficPolicyVersionOutput)

CreateTrafficPolicyVersionRequest generates a "aws/request.Request" representing the client's request for the CreateTrafficPolicyVersion operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the CreateTrafficPolicyVersion method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the CreateTrafficPolicyVersionRequest method.
req, resp := client.CreateTrafficPolicyVersionRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) DeleteHealthCheck

func (c *Route53) DeleteHealthCheck(input *DeleteHealthCheckInput) (*DeleteHealthCheckOutput, error)

This action deletes a health check. To delete a health check, send a DELETE request to the /Route 53 API version/healthcheck/health check ID resource.

You can delete a health check only if there are no resource record sets

associated with this health check. If resource record sets are associated with this health check, you must disassociate them before you can delete your health check. If you try to delete a health check that is associated with resource record sets, Amazon Route 53 will deny your request with a HealthCheckInUse error. For information about disassociating the records from your health check, see ChangeResourceRecordSets.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.DeleteHealthCheckInput{
		HealthCheckId: aws.String("HealthCheckId"), // Required
	}
	resp, err := svc.DeleteHealthCheck(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) DeleteHealthCheckRequest

func (c *Route53) DeleteHealthCheckRequest(input *DeleteHealthCheckInput) (req *request.Request, output *DeleteHealthCheckOutput)

DeleteHealthCheckRequest generates a "aws/request.Request" representing the client's request for the DeleteHealthCheck operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteHealthCheck method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the DeleteHealthCheckRequest method.
req, resp := client.DeleteHealthCheckRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) DeleteHostedZone

func (c *Route53) DeleteHostedZone(input *DeleteHostedZoneInput) (*DeleteHostedZoneOutput, error)

This action deletes a hosted zone. To delete a hosted zone, send a DELETE request to the /Route 53 API version/hostedzone/hosted zone ID resource.

You can delete a hosted zone only if there are no resource record sets other than the default SOA record and NS resource record sets. If your hosted zone contains other resource record sets, you must delete them before you can delete your hosted zone. If you try to delete a hosted zone that contains other resource record sets, Amazon Route 53 will deny your request with a HostedZoneNotEmpty error. For information about deleting records from your hosted zone, see ChangeResourceRecordSets.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.DeleteHostedZoneInput{
		Id: aws.String("ResourceId"), // Required
	}
	resp, err := svc.DeleteHostedZone(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) DeleteHostedZoneRequest

func (c *Route53) DeleteHostedZoneRequest(input *DeleteHostedZoneInput) (req *request.Request, output *DeleteHostedZoneOutput)

DeleteHostedZoneRequest generates a "aws/request.Request" representing the client's request for the DeleteHostedZone operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteHostedZone method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the DeleteHostedZoneRequest method.
req, resp := client.DeleteHostedZoneRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) DeleteReusableDelegationSet

func (c *Route53) DeleteReusableDelegationSet(input *DeleteReusableDelegationSetInput) (*DeleteReusableDelegationSetOutput, error)

This action deletes a reusable delegation set. To delete a reusable delegation set, send a DELETE request to the /Route 53 API version/delegationset/delegation set ID resource.

You can delete a reusable delegation set only if there are no associated

hosted zones. If your reusable delegation set contains associated hosted zones, you must delete them before you can delete your reusable delegation set. If you try to delete a reusable delegation set that contains associated hosted zones, Amazon Route 53 will deny your request with a DelegationSetInUse error.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.DeleteReusableDelegationSetInput{
		Id: aws.String("ResourceId"), // Required
	}
	resp, err := svc.DeleteReusableDelegationSet(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) DeleteReusableDelegationSetRequest

func (c *Route53) DeleteReusableDelegationSetRequest(input *DeleteReusableDelegationSetInput) (req *request.Request, output *DeleteReusableDelegationSetOutput)

DeleteReusableDelegationSetRequest generates a "aws/request.Request" representing the client's request for the DeleteReusableDelegationSet operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteReusableDelegationSet method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the DeleteReusableDelegationSetRequest method.
req, resp := client.DeleteReusableDelegationSetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) DeleteTrafficPolicy

func (c *Route53) DeleteTrafficPolicy(input *DeleteTrafficPolicyInput) (*DeleteTrafficPolicyOutput, error)

Deletes a traffic policy. To delete a traffic policy, send a DELETE request to the /Route 53 API version/trafficpolicy resource.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.DeleteTrafficPolicyInput{
		Id:      aws.String("TrafficPolicyId"), // Required
		Version: aws.Int64(1),                  // Required
	}
	resp, err := svc.DeleteTrafficPolicy(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) DeleteTrafficPolicyInstance

func (c *Route53) DeleteTrafficPolicyInstance(input *DeleteTrafficPolicyInstanceInput) (*DeleteTrafficPolicyInstanceOutput, error)

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

To delete a traffic policy instance, send a DELETE request to the /Route 53 API version/trafficpolicy/traffic policy instance ID resource.

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.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.DeleteTrafficPolicyInstanceInput{
		Id: aws.String("TrafficPolicyInstanceId"), // Required
	}
	resp, err := svc.DeleteTrafficPolicyInstance(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) DeleteTrafficPolicyInstanceRequest

func (c *Route53) DeleteTrafficPolicyInstanceRequest(input *DeleteTrafficPolicyInstanceInput) (req *request.Request, output *DeleteTrafficPolicyInstanceOutput)

DeleteTrafficPolicyInstanceRequest generates a "aws/request.Request" representing the client's request for the DeleteTrafficPolicyInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteTrafficPolicyInstance method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the DeleteTrafficPolicyInstanceRequest method.
req, resp := client.DeleteTrafficPolicyInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) DeleteTrafficPolicyRequest

func (c *Route53) DeleteTrafficPolicyRequest(input *DeleteTrafficPolicyInput) (req *request.Request, output *DeleteTrafficPolicyOutput)

DeleteTrafficPolicyRequest generates a "aws/request.Request" representing the client's request for the DeleteTrafficPolicy operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DeleteTrafficPolicy method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the DeleteTrafficPolicyRequest method.
req, resp := client.DeleteTrafficPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) DisassociateVPCFromHostedZone

func (c *Route53) DisassociateVPCFromHostedZone(input *DisassociateVPCFromHostedZoneInput) (*DisassociateVPCFromHostedZoneOutput, error)

This action disassociates a VPC from an hosted zone.

To disassociate a VPC to a hosted zone, send a POST request to the /Route 53 API version/hostedzone/hosted zone ID/disassociatevpc resource. The request body must include a document with a DisassociateVPCFromHostedZoneRequest element. The response returns the DisassociateVPCFromHostedZoneResponse element that contains ChangeInfo for you to track the progress of the DisassociateVPCFromHostedZoneRequest you made. See GetChange operation for how to track the progress of your change.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.DisassociateVPCFromHostedZoneInput{
		HostedZoneId: aws.String("ResourceId"), // Required
		VPC: &route53.VPC{ // Required
			VPCId:     aws.String("VPCId"),
			VPCRegion: aws.String("VPCRegion"),
		},
		Comment: aws.String("DisassociateVPCComment"),
	}
	resp, err := svc.DisassociateVPCFromHostedZone(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) DisassociateVPCFromHostedZoneRequest

func (c *Route53) DisassociateVPCFromHostedZoneRequest(input *DisassociateVPCFromHostedZoneInput) (req *request.Request, output *DisassociateVPCFromHostedZoneOutput)

DisassociateVPCFromHostedZoneRequest generates a "aws/request.Request" representing the client's request for the DisassociateVPCFromHostedZone operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the DisassociateVPCFromHostedZone method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the DisassociateVPCFromHostedZoneRequest method.
req, resp := client.DisassociateVPCFromHostedZoneRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetChange

func (c *Route53) GetChange(input *GetChangeInput) (*GetChangeOutput, error)

This action 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 replicated to all Amazon Route 53 DNS servers. This is the initial status of all change batch requests.

- INSYNC indicates that the changes have replicated to all Amazon Route 53 DNS servers.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.GetChangeInput{
		Id: aws.String("ResourceId"), // Required
	}
	resp, err := svc.GetChange(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetChangeDetails

func (c *Route53) GetChangeDetails(input *GetChangeDetailsInput) (*GetChangeDetailsOutput, error)

This action returns the status and changes of a change batch request.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.GetChangeDetailsInput{
		Id: aws.String("ResourceId"), // Required
	}
	resp, err := svc.GetChangeDetails(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetChangeDetailsRequest

func (c *Route53) GetChangeDetailsRequest(input *GetChangeDetailsInput) (req *request.Request, output *GetChangeDetailsOutput)

GetChangeDetailsRequest generates a "aws/request.Request" representing the client's request for the GetChangeDetails operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetChangeDetails method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetChangeDetailsRequest method.
req, resp := client.GetChangeDetailsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetChangeRequest

func (c *Route53) GetChangeRequest(input *GetChangeInput) (req *request.Request, output *GetChangeOutput)

GetChangeRequest generates a "aws/request.Request" representing the client's request for the GetChange operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetChange method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetChangeRequest method.
req, resp := client.GetChangeRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetCheckerIpRanges

func (c *Route53) GetCheckerIpRanges(input *GetCheckerIpRangesInput) (*GetCheckerIpRangesOutput, error)

To retrieve a list of the IP ranges used by Amazon Route 53 health checkers to check the health of your resources, send a GET request to the /Route 53 API version/checkeripranges resource. You can use these IP addresses to configure router and firewall rules to allow health checkers to check the health of your resources.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	var params *route53.GetCheckerIpRangesInput
	resp, err := svc.GetCheckerIpRanges(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetCheckerIpRangesRequest

func (c *Route53) GetCheckerIpRangesRequest(input *GetCheckerIpRangesInput) (req *request.Request, output *GetCheckerIpRangesOutput)

GetCheckerIpRangesRequest generates a "aws/request.Request" representing the client's request for the GetCheckerIpRanges operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetCheckerIpRanges method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetCheckerIpRangesRequest method.
req, resp := client.GetCheckerIpRangesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetGeoLocation

func (c *Route53) GetGeoLocation(input *GetGeoLocationInput) (*GetGeoLocationOutput, error)

To retrieve a single geo location, send a GET request to the /Route 53 API version/geolocation resource with one of these options: continentcode | countrycode | countrycode and subdivisioncode.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.GetGeoLocationInput{
		ContinentCode:   aws.String("GeoLocationContinentCode"),
		CountryCode:     aws.String("GeoLocationCountryCode"),
		SubdivisionCode: aws.String("GeoLocationSubdivisionCode"),
	}
	resp, err := svc.GetGeoLocation(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetGeoLocationRequest

func (c *Route53) GetGeoLocationRequest(input *GetGeoLocationInput) (req *request.Request, output *GetGeoLocationOutput)

GetGeoLocationRequest generates a "aws/request.Request" representing the client's request for the GetGeoLocation operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetGeoLocation method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetGeoLocationRequest method.
req, resp := client.GetGeoLocationRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetHealthCheck

func (c *Route53) GetHealthCheck(input *GetHealthCheckInput) (*GetHealthCheckOutput, error)

To retrieve the health check, send a GET request to the /Route 53 API version/healthcheck/health check ID resource.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.GetHealthCheckInput{
		HealthCheckId: aws.String("HealthCheckId"), // Required
	}
	resp, err := svc.GetHealthCheck(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetHealthCheckCount

func (c *Route53) GetHealthCheckCount(input *GetHealthCheckCountInput) (*GetHealthCheckCountOutput, error)

To retrieve a count of all your health checks, send a GET request to the /Route 53 API version/healthcheckcount resource.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	var params *route53.GetHealthCheckCountInput
	resp, err := svc.GetHealthCheckCount(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetHealthCheckCountRequest

func (c *Route53) GetHealthCheckCountRequest(input *GetHealthCheckCountInput) (req *request.Request, output *GetHealthCheckCountOutput)

GetHealthCheckCountRequest generates a "aws/request.Request" representing the client's request for the GetHealthCheckCount operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetHealthCheckCount method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetHealthCheckCountRequest method.
req, resp := client.GetHealthCheckCountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetHealthCheckLastFailureReason

func (c *Route53) GetHealthCheckLastFailureReason(input *GetHealthCheckLastFailureReasonInput) (*GetHealthCheckLastFailureReasonOutput, error)

If you want to learn why a health check is currently failing or why it failed most recently (if at all), you can get the failure reason for the most recent failure. Send a GET request to the /Route 53 API version/healthcheck/health check ID/lastfailurereason resource.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.GetHealthCheckLastFailureReasonInput{
		HealthCheckId: aws.String("HealthCheckId"), // Required
	}
	resp, err := svc.GetHealthCheckLastFailureReason(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetHealthCheckLastFailureReasonRequest

func (c *Route53) GetHealthCheckLastFailureReasonRequest(input *GetHealthCheckLastFailureReasonInput) (req *request.Request, output *GetHealthCheckLastFailureReasonOutput)

GetHealthCheckLastFailureReasonRequest generates a "aws/request.Request" representing the client's request for the GetHealthCheckLastFailureReason operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetHealthCheckLastFailureReason method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetHealthCheckLastFailureReasonRequest method.
req, resp := client.GetHealthCheckLastFailureReasonRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetHealthCheckRequest

func (c *Route53) GetHealthCheckRequest(input *GetHealthCheckInput) (req *request.Request, output *GetHealthCheckOutput)

GetHealthCheckRequest generates a "aws/request.Request" representing the client's request for the GetHealthCheck operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetHealthCheck method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetHealthCheckRequest method.
req, resp := client.GetHealthCheckRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetHealthCheckStatus

func (c *Route53) GetHealthCheckStatus(input *GetHealthCheckStatusInput) (*GetHealthCheckStatusOutput, error)

To retrieve the health check status, send a GET request to the /Route 53 API version/healthcheck/health check ID/status resource. You can use this call to get a health check's current status.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.GetHealthCheckStatusInput{
		HealthCheckId: aws.String("HealthCheckId"), // Required
	}
	resp, err := svc.GetHealthCheckStatus(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetHealthCheckStatusRequest

func (c *Route53) GetHealthCheckStatusRequest(input *GetHealthCheckStatusInput) (req *request.Request, output *GetHealthCheckStatusOutput)

GetHealthCheckStatusRequest generates a "aws/request.Request" representing the client's request for the GetHealthCheckStatus operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetHealthCheckStatus method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetHealthCheckStatusRequest method.
req, resp := client.GetHealthCheckStatusRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetHostedZone

func (c *Route53) GetHostedZone(input *GetHostedZoneInput) (*GetHostedZoneOutput, error)

To retrieve the delegation set for a hosted zone, send a GET request to the /Route 53 API version/hostedzone/hosted zone ID resource. The delegation set is the four Amazon Route 53 name servers that were assigned to the hosted zone when you created it.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.GetHostedZoneInput{
		Id: aws.String("ResourceId"), // Required
	}
	resp, err := svc.GetHostedZone(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetHostedZoneCount

func (c *Route53) GetHostedZoneCount(input *GetHostedZoneCountInput) (*GetHostedZoneCountOutput, error)

To retrieve a count of all your hosted zones, send a GET request to the /Route 53 API version/hostedzonecount resource.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	var params *route53.GetHostedZoneCountInput
	resp, err := svc.GetHostedZoneCount(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetHostedZoneCountRequest

func (c *Route53) GetHostedZoneCountRequest(input *GetHostedZoneCountInput) (req *request.Request, output *GetHostedZoneCountOutput)

GetHostedZoneCountRequest generates a "aws/request.Request" representing the client's request for the GetHostedZoneCount operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetHostedZoneCount method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetHostedZoneCountRequest method.
req, resp := client.GetHostedZoneCountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetHostedZoneRequest

func (c *Route53) GetHostedZoneRequest(input *GetHostedZoneInput) (req *request.Request, output *GetHostedZoneOutput)

GetHostedZoneRequest generates a "aws/request.Request" representing the client's request for the GetHostedZone operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetHostedZone method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetHostedZoneRequest method.
req, resp := client.GetHostedZoneRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetReusableDelegationSet

func (c *Route53) GetReusableDelegationSet(input *GetReusableDelegationSetInput) (*GetReusableDelegationSetOutput, error)

To retrieve the reusable delegation set, send a GET request to the /Route 53 API version/delegationset/delegation set ID resource.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.GetReusableDelegationSetInput{
		Id: aws.String("ResourceId"), // Required
	}
	resp, err := svc.GetReusableDelegationSet(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetReusableDelegationSetRequest

func (c *Route53) GetReusableDelegationSetRequest(input *GetReusableDelegationSetInput) (req *request.Request, output *GetReusableDelegationSetOutput)

GetReusableDelegationSetRequest generates a "aws/request.Request" representing the client's request for the GetReusableDelegationSet operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetReusableDelegationSet method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetReusableDelegationSetRequest method.
req, resp := client.GetReusableDelegationSetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetTrafficPolicy

func (c *Route53) GetTrafficPolicy(input *GetTrafficPolicyInput) (*GetTrafficPolicyOutput, error)

Gets information about a specific traffic policy version. To get the information, send a GET request to the /Route 53 API version/trafficpolicy resource.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.GetTrafficPolicyInput{
		Id:      aws.String("TrafficPolicyId"), // Required
		Version: aws.Int64(1),                  // Required
	}
	resp, err := svc.GetTrafficPolicy(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetTrafficPolicyInstance

func (c *Route53) GetTrafficPolicyInstance(input *GetTrafficPolicyInstanceInput) (*GetTrafficPolicyInstanceOutput, error)

Gets information about a specified traffic policy instance.

To get information about the traffic policy instance, send a GET request to the /Route 53 API version/trafficpolicyinstance resource.

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.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.GetTrafficPolicyInstanceInput{
		Id: aws.String("TrafficPolicyInstanceId"), // Required
	}
	resp, err := svc.GetTrafficPolicyInstance(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetTrafficPolicyInstanceCount

func (c *Route53) GetTrafficPolicyInstanceCount(input *GetTrafficPolicyInstanceCountInput) (*GetTrafficPolicyInstanceCountOutput, error)

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

To get the number of traffic policy instances, send a GET request to the /Route 53 API version/trafficpolicyinstancecount resource.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	var params *route53.GetTrafficPolicyInstanceCountInput
	resp, err := svc.GetTrafficPolicyInstanceCount(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) GetTrafficPolicyInstanceCountRequest

func (c *Route53) GetTrafficPolicyInstanceCountRequest(input *GetTrafficPolicyInstanceCountInput) (req *request.Request, output *GetTrafficPolicyInstanceCountOutput)

GetTrafficPolicyInstanceCountRequest generates a "aws/request.Request" representing the client's request for the GetTrafficPolicyInstanceCount operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetTrafficPolicyInstanceCount method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetTrafficPolicyInstanceCountRequest method.
req, resp := client.GetTrafficPolicyInstanceCountRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetTrafficPolicyInstanceRequest

func (c *Route53) GetTrafficPolicyInstanceRequest(input *GetTrafficPolicyInstanceInput) (req *request.Request, output *GetTrafficPolicyInstanceOutput)

GetTrafficPolicyInstanceRequest generates a "aws/request.Request" representing the client's request for the GetTrafficPolicyInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetTrafficPolicyInstance method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetTrafficPolicyInstanceRequest method.
req, resp := client.GetTrafficPolicyInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) GetTrafficPolicyRequest

func (c *Route53) GetTrafficPolicyRequest(input *GetTrafficPolicyInput) (req *request.Request, output *GetTrafficPolicyOutput)

GetTrafficPolicyRequest generates a "aws/request.Request" representing the client's request for the GetTrafficPolicy operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the GetTrafficPolicy method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the GetTrafficPolicyRequest method.
req, resp := client.GetTrafficPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListChangeBatchesByHostedZone

func (c *Route53) ListChangeBatchesByHostedZone(input *ListChangeBatchesByHostedZoneInput) (*ListChangeBatchesByHostedZoneOutput, error)

This action gets the list of ChangeBatches in a given time period for a given hosted zone.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListChangeBatchesByHostedZoneInput{
		EndDate:      aws.String("Date"),       // Required
		HostedZoneId: aws.String("ResourceId"), // Required
		StartDate:    aws.String("Date"),       // Required
		Marker:       aws.String("PageMarker"),
		MaxItems:     aws.String("PageMaxItems"),
	}
	resp, err := svc.ListChangeBatchesByHostedZone(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListChangeBatchesByHostedZoneRequest

func (c *Route53) ListChangeBatchesByHostedZoneRequest(input *ListChangeBatchesByHostedZoneInput) (req *request.Request, output *ListChangeBatchesByHostedZoneOutput)

ListChangeBatchesByHostedZoneRequest generates a "aws/request.Request" representing the client's request for the ListChangeBatchesByHostedZone operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListChangeBatchesByHostedZone method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListChangeBatchesByHostedZoneRequest method.
req, resp := client.ListChangeBatchesByHostedZoneRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListChangeBatchesByRRSet

func (c *Route53) ListChangeBatchesByRRSet(input *ListChangeBatchesByRRSetInput) (*ListChangeBatchesByRRSetOutput, error)

This action gets the list of ChangeBatches in a given time period for a given hosted zone and RRSet.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListChangeBatchesByRRSetInput{
		EndDate:       aws.String("Date"),       // Required
		HostedZoneId:  aws.String("ResourceId"), // Required
		Name:          aws.String("DNSName"),    // Required
		StartDate:     aws.String("Date"),       // Required
		Type:          aws.String("RRType"),     // Required
		Marker:        aws.String("PageMarker"),
		MaxItems:      aws.String("PageMaxItems"),
		SetIdentifier: aws.String("ResourceRecordSetIdentifier"),
	}
	resp, err := svc.ListChangeBatchesByRRSet(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListChangeBatchesByRRSetRequest

func (c *Route53) ListChangeBatchesByRRSetRequest(input *ListChangeBatchesByRRSetInput) (req *request.Request, output *ListChangeBatchesByRRSetOutput)

ListChangeBatchesByRRSetRequest generates a "aws/request.Request" representing the client's request for the ListChangeBatchesByRRSet operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListChangeBatchesByRRSet method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListChangeBatchesByRRSetRequest method.
req, resp := client.ListChangeBatchesByRRSetRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListGeoLocations

func (c *Route53) ListGeoLocations(input *ListGeoLocationsInput) (*ListGeoLocationsOutput, error)

To retrieve a list of supported geo locations, send a GET request to the /Route 53 API version/geolocations resource. The response to this request includes a GeoLocationDetailsList element with zero, one, or multiple GeoLocationDetails child elements. The list is sorted by country code, and then subdivision code, followed by continents at the end of the list.

By default, the list of geo locations is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. If the list is truncated, IsTruncated will be set to true and a combination of NextContinentCode, NextCountryCode, NextSubdivisionCode will be populated. You can pass these as parameters to StartContinentCode, StartCountryCode, StartSubdivisionCode to control the geo location that the list begins with.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListGeoLocationsInput{
		MaxItems:             aws.String("PageMaxItems"),
		StartContinentCode:   aws.String("GeoLocationContinentCode"),
		StartCountryCode:     aws.String("GeoLocationCountryCode"),
		StartSubdivisionCode: aws.String("GeoLocationSubdivisionCode"),
	}
	resp, err := svc.ListGeoLocations(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListGeoLocationsRequest

func (c *Route53) ListGeoLocationsRequest(input *ListGeoLocationsInput) (req *request.Request, output *ListGeoLocationsOutput)

ListGeoLocationsRequest generates a "aws/request.Request" representing the client's request for the ListGeoLocations operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListGeoLocations method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListGeoLocationsRequest method.
req, resp := client.ListGeoLocationsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListHealthChecks

func (c *Route53) ListHealthChecks(input *ListHealthChecksInput) (*ListHealthChecksOutput, error)

To retrieve a list of your health checks, send a GET request to the /Route 53 API version/healthcheck resource. The response to this request includes a HealthChecks element with zero, one, or multiple HealthCheck child elements. By default, the list of health checks is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the health check that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to

a value greater than 100, Amazon Route 53 returns only the first 100.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListHealthChecksInput{
		Marker:   aws.String("PageMarker"),
		MaxItems: aws.String("PageMaxItems"),
	}
	resp, err := svc.ListHealthChecks(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListHealthChecksPages

func (c *Route53) ListHealthChecksPages(input *ListHealthChecksInput, fn func(p *ListHealthChecksOutput, lastPage bool) (shouldContinue bool)) error

ListHealthChecksPages iterates over the pages of a ListHealthChecks operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListHealthChecks method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListHealthChecks operation.
pageNum := 0
err := client.ListHealthChecksPages(params,
    func(page *ListHealthChecksOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Route53) ListHealthChecksRequest

func (c *Route53) ListHealthChecksRequest(input *ListHealthChecksInput) (req *request.Request, output *ListHealthChecksOutput)

ListHealthChecksRequest generates a "aws/request.Request" representing the client's request for the ListHealthChecks operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListHealthChecks method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListHealthChecksRequest method.
req, resp := client.ListHealthChecksRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListHostedZones

func (c *Route53) ListHostedZones(input *ListHostedZonesInput) (*ListHostedZonesOutput, error)

To retrieve a list of your hosted zones, send a GET request to the /Route 53 API version/hostedzone resource. The response to this request includes a HostedZones element with zero, one, or multiple HostedZone child elements. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the hosted zone that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to

a value greater than 100, Amazon Route 53 returns only the first 100.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListHostedZonesInput{
		DelegationSetId: aws.String("ResourceId"),
		Marker:          aws.String("PageMarker"),
		MaxItems:        aws.String("PageMaxItems"),
	}
	resp, err := svc.ListHostedZones(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListHostedZonesByName

func (c *Route53) ListHostedZonesByName(input *ListHostedZonesByNameInput) (*ListHostedZonesByNameOutput, error)

To retrieve a list of your hosted zones in lexicographic order, send a GET request to the /Route 53 API version/hostedzonesbyname resource. The response to this request includes a HostedZones element with zero or more HostedZone child elements lexicographically ordered by DNS name. By default, the list of hosted zones is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the DNSName and HostedZoneId parameters to control the hosted zone that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to

a value greater than 100, Amazon Route 53 returns only the first 100.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListHostedZonesByNameInput{
		DNSName:      aws.String("DNSName"),
		HostedZoneId: aws.String("ResourceId"),
		MaxItems:     aws.String("PageMaxItems"),
	}
	resp, err := svc.ListHostedZonesByName(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListHostedZonesByNameRequest

func (c *Route53) ListHostedZonesByNameRequest(input *ListHostedZonesByNameInput) (req *request.Request, output *ListHostedZonesByNameOutput)

ListHostedZonesByNameRequest generates a "aws/request.Request" representing the client's request for the ListHostedZonesByName operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListHostedZonesByName method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListHostedZonesByNameRequest method.
req, resp := client.ListHostedZonesByNameRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListHostedZonesPages

func (c *Route53) ListHostedZonesPages(input *ListHostedZonesInput, fn func(p *ListHostedZonesOutput, lastPage bool) (shouldContinue bool)) error

ListHostedZonesPages iterates over the pages of a ListHostedZones operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListHostedZones method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListHostedZones operation.
pageNum := 0
err := client.ListHostedZonesPages(params,
    func(page *ListHostedZonesOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Route53) ListHostedZonesRequest

func (c *Route53) ListHostedZonesRequest(input *ListHostedZonesInput) (req *request.Request, output *ListHostedZonesOutput)

ListHostedZonesRequest generates a "aws/request.Request" representing the client's request for the ListHostedZones operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListHostedZones method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListHostedZonesRequest method.
req, resp := client.ListHostedZonesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListResourceRecordSets

func (c *Route53) ListResourceRecordSets(input *ListResourceRecordSetsInput) (*ListResourceRecordSetsOutput, error)

List the resource record sets in a specified hosted zone. Send a GET request to the 2013-04-01/hostedzone/hosted zone ID/rrset resource.

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. The action 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 in some circumstances. When multiple records have the same DNS name, the action sorts results by the record type.

You can use the name and type elements to adjust the beginning position of the list of resource record sets returned:

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. This action returns the most current version of the records. This includes records that are PENDING, and that are not yet available on all Amazon Route 53 DNS servers.

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 are 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.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListResourceRecordSetsInput{
		HostedZoneId:          aws.String("ResourceId"), // Required
		MaxItems:              aws.String("PageMaxItems"),
		StartRecordIdentifier: aws.String("ResourceRecordSetIdentifier"),
		StartRecordName:       aws.String("DNSName"),
		StartRecordType:       aws.String("RRType"),
	}
	resp, err := svc.ListResourceRecordSets(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListResourceRecordSetsPages

func (c *Route53) ListResourceRecordSetsPages(input *ListResourceRecordSetsInput, fn func(p *ListResourceRecordSetsOutput, lastPage bool) (shouldContinue bool)) error

ListResourceRecordSetsPages iterates over the pages of a ListResourceRecordSets operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.

See ListResourceRecordSets method for more information on how to use this operation.

Note: This operation can generate multiple requests to a service.

// Example iterating over at most 3 pages of a ListResourceRecordSets operation.
pageNum := 0
err := client.ListResourceRecordSetsPages(params,
    func(page *ListResourceRecordSetsOutput, lastPage bool) bool {
        pageNum++
        fmt.Println(page)
        return pageNum <= 3
    })

func (*Route53) ListResourceRecordSetsRequest

func (c *Route53) ListResourceRecordSetsRequest(input *ListResourceRecordSetsInput) (req *request.Request, output *ListResourceRecordSetsOutput)

ListResourceRecordSetsRequest generates a "aws/request.Request" representing the client's request for the ListResourceRecordSets operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListResourceRecordSets method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListResourceRecordSetsRequest method.
req, resp := client.ListResourceRecordSetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListReusableDelegationSets

func (c *Route53) ListReusableDelegationSets(input *ListReusableDelegationSetsInput) (*ListReusableDelegationSetsOutput, error)

To retrieve a list of your reusable delegation sets, send a GET request to the /Route 53 API version/delegationset resource. The response to this request includes a DelegationSets element with zero, one, or multiple DelegationSet child elements. By default, the list of delegation sets is displayed on a single page. You can control the length of the page that is displayed by using the MaxItems parameter. You can use the Marker parameter to control the delegation set that the list begins with.

Amazon Route 53 returns a maximum of 100 items. If you set MaxItems to

a value greater than 100, Amazon Route 53 returns only the first 100.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListReusableDelegationSetsInput{
		Marker:   aws.String("PageMarker"),
		MaxItems: aws.String("PageMaxItems"),
	}
	resp, err := svc.ListReusableDelegationSets(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListReusableDelegationSetsRequest

func (c *Route53) ListReusableDelegationSetsRequest(input *ListReusableDelegationSetsInput) (req *request.Request, output *ListReusableDelegationSetsOutput)

ListReusableDelegationSetsRequest generates a "aws/request.Request" representing the client's request for the ListReusableDelegationSets operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListReusableDelegationSets method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListReusableDelegationSetsRequest method.
req, resp := client.ListReusableDelegationSetsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListTagsForResource

func (c *Route53) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListTagsForResourceInput{
		ResourceId:   aws.String("TagResourceId"),   // Required
		ResourceType: aws.String("TagResourceType"), // Required
	}
	resp, err := svc.ListTagsForResource(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListTagsForResourceRequest

func (c *Route53) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)

ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListTagsForResource method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListTagsForResourceRequest method.
req, resp := client.ListTagsForResourceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListTagsForResources

func (c *Route53) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListTagsForResourcesInput{
		ResourceIds: []*string{ // Required
			aws.String("TagResourceId"), // Required
			// More values...
		},
		ResourceType: aws.String("TagResourceType"), // Required
	}
	resp, err := svc.ListTagsForResources(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListTagsForResourcesRequest

func (c *Route53) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)

ListTagsForResourcesRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResources operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListTagsForResources method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListTagsForResourcesRequest method.
req, resp := client.ListTagsForResourcesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListTrafficPolicies

func (c *Route53) ListTrafficPolicies(input *ListTrafficPoliciesInput) (*ListTrafficPoliciesOutput, error)

Gets information about the latest version for every traffic policy that is associated with the current AWS account. To get the information, send a GET request to the /Route 53 API version/trafficpolicy resource.

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

The response includes three values that help you navigate from one group of maxitems traffic policies to the next:

IsTruncated If the value of IsTruncated in the response is true, there

are more traffic policies associated with the current AWS account.

If IsTruncated is false, this response includes the last traffic policy that is associated with the current account.

TrafficPolicyIdMarker If IsTruncated is true, TrafficPolicyIdMarker is the ID of the first traffic policy in the next group of MaxItems traffic policies. If you want to list more traffic policies, make another call to ListTrafficPolicies, and specify the value of the TrafficPolicyIdMarker element from the response in the TrafficPolicyIdMarker request parameter.

If IsTruncated is false, the TrafficPolicyIdMarker element is omitted from the response.

MaxItems The value that you specified for the MaxItems parameter in the request that produced the current response.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListTrafficPoliciesInput{
		MaxItems:              aws.String("PageMaxItems"),
		TrafficPolicyIdMarker: aws.String("TrafficPolicyId"),
	}
	resp, err := svc.ListTrafficPolicies(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListTrafficPoliciesRequest

func (c *Route53) ListTrafficPoliciesRequest(input *ListTrafficPoliciesInput) (req *request.Request, output *ListTrafficPoliciesOutput)

ListTrafficPoliciesRequest generates a "aws/request.Request" representing the client's request for the ListTrafficPolicies operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListTrafficPolicies method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListTrafficPoliciesRequest method.
req, resp := client.ListTrafficPoliciesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListTrafficPolicyInstances

func (c *Route53) ListTrafficPolicyInstances(input *ListTrafficPolicyInstancesInput) (*ListTrafficPolicyInstancesOutput, error)

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. To get information about the traffic policy instances that are associated with the current AWS account, send a GET request to the /Route 53 API version/trafficpolicyinstance resource.

Amazon 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.

The response includes five values that help you navigate from one group of MaxItems traffic policy instances to the next:

IsTruncated If the value of IsTruncated in the response is true, there

are more traffic policy instances associated with the current AWS account.

If IsTruncated is false, this response includes the last traffic policy instance that is associated with the current account.

MaxItems The value that you specified for the MaxItems parameter in the request that produced the current response.

HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker If IsTruncated is true, these three values in the response represent the first traffic policy instance in the next group of MaxItems traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstances, and specify these values in the corresponding request parameters.

If IsTruncated is false, all three elements are omitted from the response.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListTrafficPolicyInstancesInput{
		HostedZoneIdMarker:              aws.String("ResourceId"),
		MaxItems:                        aws.String("PageMaxItems"),
		TrafficPolicyInstanceNameMarker: aws.String("DNSName"),
		TrafficPolicyInstanceTypeMarker: aws.String("RRType"),
	}
	resp, err := svc.ListTrafficPolicyInstances(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListTrafficPolicyInstancesByHostedZone

func (c *Route53) ListTrafficPolicyInstancesByHostedZone(input *ListTrafficPolicyInstancesByHostedZoneInput) (*ListTrafficPolicyInstancesByHostedZoneOutput, error)

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

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. To get information about the traffic policy instances that you created in a specified hosted zone, send a GET request to the /Route 53 API version/trafficpolicyinstance resource and include the ID of the hosted zone.

Amazon 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.

The response includes four values that help you navigate from one group of MaxItems traffic policy instances to the next:

IsTruncated If the value of IsTruncated in the response is true, there

are more traffic policy instances associated with the current AWS account.

If IsTruncated is false, this response includes the last traffic policy instance that is associated with the current account.

MaxItems The value that you specified for the MaxItems parameter in the request that produced the current response.

TrafficPolicyInstanceNameMarker and TrafficPolicyInstanceTypeMarker If IsTruncated is true, these two values in the response represent the first traffic policy instance in the next group of MaxItems traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstancesByHostedZone, and specify these values in the corresponding request parameters.

If IsTruncated is false, all three elements are omitted from the response.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListTrafficPolicyInstancesByHostedZoneInput{
		HostedZoneId:                    aws.String("ResourceId"), // Required
		MaxItems:                        aws.String("PageMaxItems"),
		TrafficPolicyInstanceNameMarker: aws.String("DNSName"),
		TrafficPolicyInstanceTypeMarker: aws.String("RRType"),
	}
	resp, err := svc.ListTrafficPolicyInstancesByHostedZone(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListTrafficPolicyInstancesByHostedZoneRequest

func (c *Route53) ListTrafficPolicyInstancesByHostedZoneRequest(input *ListTrafficPolicyInstancesByHostedZoneInput) (req *request.Request, output *ListTrafficPolicyInstancesByHostedZoneOutput)

ListTrafficPolicyInstancesByHostedZoneRequest generates a "aws/request.Request" representing the client's request for the ListTrafficPolicyInstancesByHostedZone operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListTrafficPolicyInstancesByHostedZone method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListTrafficPolicyInstancesByHostedZoneRequest method.
req, resp := client.ListTrafficPolicyInstancesByHostedZoneRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListTrafficPolicyInstancesByPolicy

func (c *Route53) ListTrafficPolicyInstancesByPolicy(input *ListTrafficPolicyInstancesByPolicyInput) (*ListTrafficPolicyInstancesByPolicyOutput, error)

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. To get information about the traffic policy instances that you created by using a specify traffic policy version, send a GET request to the /Route 53 API version/trafficpolicyinstance resource and include the ID and version of the traffic policy.

Amazon 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.

The response includes five values that help you navigate from one group of MaxItems traffic policy instances to the next:

IsTruncated If the value of IsTruncated in the response is true, there

are more traffic policy instances associated with the specified traffic policy.

If IsTruncated is false, this response includes the last traffic policy instance that is associated with the specified traffic policy.

MaxItems The value that you specified for the MaxItems parameter in the

request that produced the current response.

HostedZoneIdMarker, TrafficPolicyInstanceNameMarker, and TrafficPolicyInstanceTypeMarker

If IsTruncated is true, these values in the response represent the first traffic policy instance in the next group of MaxItems traffic policy instances. To list more traffic policy instances, make another call to ListTrafficPolicyInstancesByPolicy, and specify these values in the corresponding request parameters.

If IsTruncated is false, all three elements are omitted from the response.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListTrafficPolicyInstancesByPolicyInput{
		TrafficPolicyId:                 aws.String("TrafficPolicyId"), // Required
		TrafficPolicyVersion:            aws.Int64(1),                  // Required
		HostedZoneIdMarker:              aws.String("ResourceId"),
		MaxItems:                        aws.String("PageMaxItems"),
		TrafficPolicyInstanceNameMarker: aws.String("DNSName"),
		TrafficPolicyInstanceTypeMarker: aws.String("RRType"),
	}
	resp, err := svc.ListTrafficPolicyInstancesByPolicy(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListTrafficPolicyInstancesByPolicyRequest

func (c *Route53) ListTrafficPolicyInstancesByPolicyRequest(input *ListTrafficPolicyInstancesByPolicyInput) (req *request.Request, output *ListTrafficPolicyInstancesByPolicyOutput)

ListTrafficPolicyInstancesByPolicyRequest generates a "aws/request.Request" representing the client's request for the ListTrafficPolicyInstancesByPolicy operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListTrafficPolicyInstancesByPolicy method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListTrafficPolicyInstancesByPolicyRequest method.
req, resp := client.ListTrafficPolicyInstancesByPolicyRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListTrafficPolicyInstancesRequest

func (c *Route53) ListTrafficPolicyInstancesRequest(input *ListTrafficPolicyInstancesInput) (req *request.Request, output *ListTrafficPolicyInstancesOutput)

ListTrafficPolicyInstancesRequest generates a "aws/request.Request" representing the client's request for the ListTrafficPolicyInstances operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListTrafficPolicyInstances method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListTrafficPolicyInstancesRequest method.
req, resp := client.ListTrafficPolicyInstancesRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) ListTrafficPolicyVersions

func (c *Route53) ListTrafficPolicyVersions(input *ListTrafficPolicyVersionsInput) (*ListTrafficPolicyVersionsOutput, error)

Gets information about all of the versions for a specified traffic policy. ListTrafficPolicyVersions lists only versions that have not been deleted.

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

The response includes three values that help you navigate from one group of maxitemsmaxitems traffic policies to the next:

IsTruncated If the value of IsTruncated in the response is true, there

are more traffic policy versions associated with the specified traffic policy.

If IsTruncated is false, this response includes the last traffic policy version that is associated with the specified traffic policy.

TrafficPolicyVersionMarker The ID of the next traffic policy version that is associated with the current AWS account. If you want to list more traffic policies, make another call to ListTrafficPolicyVersions, and specify the value of the TrafficPolicyVersionMarker element in the TrafficPolicyVersionMarker request parameter.

If IsTruncated is false, Amazon Route 53 omits the TrafficPolicyVersionMarker element from the response.

MaxItems The value that you specified for the MaxItems parameter in the request that produced the current response.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.ListTrafficPolicyVersionsInput{
		Id:                         aws.String("TrafficPolicyId"), // Required
		MaxItems:                   aws.String("PageMaxItems"),
		TrafficPolicyVersionMarker: aws.String("TrafficPolicyVersionMarker"),
	}
	resp, err := svc.ListTrafficPolicyVersions(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) ListTrafficPolicyVersionsRequest

func (c *Route53) ListTrafficPolicyVersionsRequest(input *ListTrafficPolicyVersionsInput) (req *request.Request, output *ListTrafficPolicyVersionsOutput)

ListTrafficPolicyVersionsRequest generates a "aws/request.Request" representing the client's request for the ListTrafficPolicyVersions operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the ListTrafficPolicyVersions method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the ListTrafficPolicyVersionsRequest method.
req, resp := client.ListTrafficPolicyVersionsRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) UpdateHealthCheck

func (c *Route53) UpdateHealthCheck(input *UpdateHealthCheckInput) (*UpdateHealthCheckOutput, error)

This action updates an existing health check.

To update a health check, send a POST request to the /Route 53 API version/healthcheck/health check ID resource. The request body must include a document with an UpdateHealthCheckRequest element. The response returns an UpdateHealthCheckResponse element, which contains metadata about the health check.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.UpdateHealthCheckInput{
		HealthCheckId: aws.String("HealthCheckId"), // Required
		AlarmIdentifier: &route53.AlarmIdentifier{
			Name:   aws.String("AlarmName"),        // Required
			Region: aws.String("CloudWatchRegion"), // Required
		},
		ChildHealthChecks: []*string{
			aws.String("HealthCheckId"), // Required
			// More values...
		},
		EnableSNI:                    aws.Bool(true),
		FailureThreshold:             aws.Int64(1),
		FullyQualifiedDomainName:     aws.String("FullyQualifiedDomainName"),
		HealthCheckVersion:           aws.Int64(1),
		HealthThreshold:              aws.Int64(1),
		IPAddress:                    aws.String("IPAddress"),
		InsufficientDataHealthStatus: aws.String("InsufficientDataHealthStatus"),
		Inverted:                     aws.Bool(true),
		Port:                         aws.Int64(1),
		Regions: []*string{
			aws.String("HealthCheckRegion"), // Required
			// More values...
		},
		ResourcePath: aws.String("ResourcePath"),
		SearchString: aws.String("SearchString"),
	}
	resp, err := svc.UpdateHealthCheck(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) UpdateHealthCheckRequest

func (c *Route53) UpdateHealthCheckRequest(input *UpdateHealthCheckInput) (req *request.Request, output *UpdateHealthCheckOutput)

UpdateHealthCheckRequest generates a "aws/request.Request" representing the client's request for the UpdateHealthCheck operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateHealthCheck method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the UpdateHealthCheckRequest method.
req, resp := client.UpdateHealthCheckRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) UpdateHostedZoneComment

func (c *Route53) UpdateHostedZoneComment(input *UpdateHostedZoneCommentInput) (*UpdateHostedZoneCommentOutput, error)

To update the hosted zone comment, send a POST request to the /Route 53 API version/hostedzone/hosted zone ID resource. The request body must include a document with a UpdateHostedZoneCommentRequest element. The response to this request includes the modified HostedZone element.

The comment can have a maximum length of 256 characters.
Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.UpdateHostedZoneCommentInput{
		Id:      aws.String("ResourceId"), // Required
		Comment: aws.String("ResourceDescription"),
	}
	resp, err := svc.UpdateHostedZoneComment(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) UpdateHostedZoneCommentRequest

func (c *Route53) UpdateHostedZoneCommentRequest(input *UpdateHostedZoneCommentInput) (req *request.Request, output *UpdateHostedZoneCommentOutput)

UpdateHostedZoneCommentRequest generates a "aws/request.Request" representing the client's request for the UpdateHostedZoneComment operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateHostedZoneComment method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the UpdateHostedZoneCommentRequest method.
req, resp := client.UpdateHostedZoneCommentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) UpdateTrafficPolicyComment

func (c *Route53) UpdateTrafficPolicyComment(input *UpdateTrafficPolicyCommentInput) (*UpdateTrafficPolicyCommentOutput, error)

Updates the comment for a specified traffic policy version.

To update the comment, send a POST request to the /Route 53 API version/trafficpolicy/ resource.

The request body must include a document with an UpdateTrafficPolicyCommentRequest element.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.UpdateTrafficPolicyCommentInput{
		Comment: aws.String("TrafficPolicyComment"), // Required
		Id:      aws.String("TrafficPolicyId"),      // Required
		Version: aws.Int64(1),                       // Required
	}
	resp, err := svc.UpdateTrafficPolicyComment(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) UpdateTrafficPolicyCommentRequest

func (c *Route53) UpdateTrafficPolicyCommentRequest(input *UpdateTrafficPolicyCommentInput) (req *request.Request, output *UpdateTrafficPolicyCommentOutput)

UpdateTrafficPolicyCommentRequest generates a "aws/request.Request" representing the client's request for the UpdateTrafficPolicyComment operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateTrafficPolicyComment method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the UpdateTrafficPolicyCommentRequest method.
req, resp := client.UpdateTrafficPolicyCommentRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) UpdateTrafficPolicyInstance

func (c *Route53) UpdateTrafficPolicyInstance(input *UpdateTrafficPolicyInstanceInput) (*UpdateTrafficPolicyInstanceOutput, error)

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

The DNS type of the resource record sets that you're updating must match the DNS type in the JSON document that is associated with the traffic policy version that you're using to update the traffic policy instance. 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. Amazon Route 53 performs the following operations:

Amazon Route 53 creates a new group of resource record sets based on the

specified traffic policy. This is true regardless of how substantial 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, Amazon 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. Amazon Route 53 deletes the old group of resource record sets that are associated with the root resource record set name. To update a traffic policy instance, send a POST request to the /Route 53 API version/trafficpolicyinstance/traffic policy ID resource. The request body must include a document with an UpdateTrafficPolicyInstanceRequest element.

Example
package main

import (
	"fmt"

	"github.com/aws/aws-sdk-go/aws"
	"github.com/aws/aws-sdk-go/aws/session"
	"github.com/aws/aws-sdk-go/service/route53"
)

func main() {
	sess, err := session.NewSession()
	if err != nil {
		fmt.Println("failed to create session,", err)
		return
	}

	svc := route53.New(sess)

	params := &route53.UpdateTrafficPolicyInstanceInput{
		Id:                   aws.String("TrafficPolicyInstanceId"), // Required
		TTL:                  aws.Int64(1),                          // Required
		TrafficPolicyId:      aws.String("TrafficPolicyId"),         // Required
		TrafficPolicyVersion: aws.Int64(1),                          // Required
	}
	resp, err := svc.UpdateTrafficPolicyInstance(params)

	if err != nil {
		// Print the error, cast err to awserr.Error to get the Code and
		// Message from an error.
		fmt.Println(err.Error())
		return
	}

	// Pretty-print the response data.
	fmt.Println(resp)
}
Output:

func (*Route53) UpdateTrafficPolicyInstanceRequest

func (c *Route53) UpdateTrafficPolicyInstanceRequest(input *UpdateTrafficPolicyInstanceInput) (req *request.Request, output *UpdateTrafficPolicyInstanceOutput)

UpdateTrafficPolicyInstanceRequest generates a "aws/request.Request" representing the client's request for the UpdateTrafficPolicyInstance operation. The "output" return value can be used to capture response data after the request's "Send" method is called.

Creating a request object using this method should be used when you want to inject custom logic into the request's lifecycle using a custom handler, or if you want to access properties on the request object before or after sending the request. If you just want the service response, call the UpdateTrafficPolicyInstance method directly instead.

Note: You must call the "Send" method on the returned request object in order to execute the request.

// Example sending a request using the UpdateTrafficPolicyInstanceRequest method.
req, resp := client.UpdateTrafficPolicyInstanceRequest(params)

err := req.Send()
if err == nil { // resp is now filled
    fmt.Println(resp)
}

func (*Route53) WaitUntilResourceRecordSetsChanged

func (c *Route53) WaitUntilResourceRecordSetsChanged(input *GetChangeInput) error

type StatusReport

type StatusReport struct {

	// The date and time the health check status was observed, in the format YYYY-MM-DDThh:mm:ssZ,
	// as specified in the ISO 8601 standard (for example, 2009-11-19T19:37:58Z).
	// The Z after the time indicates that the time is listed in Coordinated Universal
	// Time (UTC).
	CheckedTime *time.Time `type:"timestamp" timestampFormat:"iso8601"`

	// The observed health check status.
	Status *string `type:"string"`
	// contains filtered or unexported fields
}

A complex type that contains information about the health check status for the current observation.

func (StatusReport) GoString

func (s StatusReport) GoString() string

GoString returns the string representation

func (StatusReport) String

func (s StatusReport) String() string

String returns the string representation

type Tag

type Tag struct {

	// The key for a Tag.
	Key *string `type:"string"`

	// The value for a Tag.
	Value *string `type:"string"`
	// contains filtered or unexported fields
}

A single tag containing a key and value.

func (Tag) GoString

func (s Tag) GoString() string

GoString returns the string representation

func (Tag) String

func (s Tag) String() string

String returns the string representation

type TrafficPolicy

type TrafficPolicy struct {
	Comment *string `type:"string"`

	Document *string `type:"string" required:"true"`

	Id *string `type:"string" required:"true"`

	Name *string `type:"string" required:"true"`

	Type *string `type:"string" required:"true" enum:"RRType"`

	Version *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

func (TrafficPolicy) GoString

func (s TrafficPolicy) GoString() string

GoString returns the string representation

func (TrafficPolicy) String

func (s TrafficPolicy) String() string

String returns the string representation

type TrafficPolicyInstance

type TrafficPolicyInstance struct {
	HostedZoneId *string `type:"string" required:"true"`

	Id *string `type:"string" required:"true"`

	Message *string `type:"string" required:"true"`

	Name *string `type:"string" required:"true"`

	State *string `type:"string" required:"true"`

	TTL *int64 `type:"long" required:"true"`

	TrafficPolicyId *string `type:"string" required:"true"`

	TrafficPolicyType *string `type:"string" required:"true" enum:"RRType"`

	TrafficPolicyVersion *int64 `min:"1" type:"integer" required:"true"`
	// contains filtered or unexported fields
}

func (TrafficPolicyInstance) GoString

func (s TrafficPolicyInstance) GoString() string

GoString returns the string representation

func (TrafficPolicyInstance) String

func (s TrafficPolicyInstance) String() string

String returns the string representation

type TrafficPolicySummary

type TrafficPolicySummary struct {
	Id *string `type:"string" required:"true"`

	LatestVersion *int64 `min:"1" type:"integer" required:"true"`

	Name *string `type:"string" required:"true"`

	TrafficPolicyCount *int64 `min:"1" type:"integer" required:"true"`

	Type *string `type:"string" required:"true" enum:"RRType"`
	// contains filtered or unexported fields
}

func (TrafficPolicySummary) GoString

func (s TrafficPolicySummary) GoString() string

GoString returns the string representation

func (TrafficPolicySummary) String

func (s TrafficPolicySummary) String() string

String returns the string representation

type UpdateHealthCheckInput

type UpdateHealthCheckInput struct {

	// A complex type that contains information to uniquely identify the CloudWatch
	// alarm that you're associating with a Route 53 health check.
	AlarmIdentifier *AlarmIdentifier `type:"structure"`

	// For a specified parent health check, a list of HealthCheckId values for the
	// associated child health checks.
	//
	// Specify this value only if you want to change it.
	ChildHealthChecks []*string `locationNameList:"ChildHealthCheck" type:"list"`

	// Specify whether you want Amazon Route 53 to send the value of FullyQualifiedDomainName
	// to the endpoint in the client_hello message during TLS negotiation. If you
	// don't specify a value for EnableSNI, Amazon Route 53 defaults to true when
	// Type is HTTPS or HTTPS_STR_MATCH and defaults to false when Type is any other
	// value.
	//
	// Specify this value only if you want to change it.
	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.
	//
	// Valid values are integers between 1 and 10. For more information, see "How
	// Amazon Route 53 Determines Whether an Endpoint Is Healthy" in the Amazon
	// Route 53 Developer Guide.
	//
	// Specify this value only if you want to change it.
	FailureThreshold *int64 `min:"1" type:"integer"`

	// Fully qualified domain name of the instance to be health checked.
	//
	// Specify this value only if you want to change it.
	FullyQualifiedDomainName *string `type:"string"`

	// The ID of the health check to update.
	HealthCheckId *string `location:"uri" locationName:"HealthCheckId" type:"string" required:"true"`

	// Optional. When you specify a health check version, Amazon Route 53 compares
	// this value with the current value in the health check, which prevents you
	// from updating the health check when the versions don't match. Using HealthCheckVersion
	// lets you prevent overwriting another change to the health check.
	HealthCheckVersion *int64 `min:"1" type:"long"`

	// The minimum number of child health checks that must be healthy for Amazon
	// Route 53 to consider the parent health check to be healthy. Valid values
	// are integers between 0 and 256, inclusive.
	//
	// Specify this value only if you want to change it.
	HealthThreshold *int64 `type:"integer"`

	// The IP address of the resource that you want to check.
	//
	// Specify this value only if you want to change it.
	IPAddress *string `type:"string"`

	InsufficientDataHealthStatus *string `type:"string" enum:"InsufficientDataHealthStatus"`

	// A boolean value that indicates whether the status of health check should
	// be inverted. For example, if a health check is healthy but Inverted is True,
	// then Amazon Route 53 considers the health check to be unhealthy.
	//
	// Specify this value only if you want to change it.
	Inverted *bool `type:"boolean"`

	// The port on which you want Amazon Route 53 to open a connection to perform
	// health checks.
	//
	// Specify this value only if you want to change it.
	Port *int64 `min:"1" type:"integer"`

	// A list of HealthCheckRegion values that specify the Amazon EC2 regions that
	// you want Amazon Route 53 to use to perform health checks. You must specify
	// at least three regions.
	//
	// When you remove a region from the list, Amazon Route 53 will briefly continue
	// to check your endpoint from that region. Specify this value only if you want
	// to change it.
	Regions []*string `locationNameList:"Region" min:"1" 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.
	//
	// Specify this value only if you want to change it.
	ResourcePath *string `type:"string"`

	// If the value of Type is HTTP_STR_MATCH or HTTP_STR_MATCH, the string that
	// you want Amazon Route 53 to search for in the response body from the specified
	// resource. If the string appears in the response body, Amazon Route 53 considers
	// the resource healthy. Amazon Route 53 considers case when searching for SearchString
	// in the response body.
	//
	// Specify this value only if you want to change it.
	SearchString *string `type:"string"`
	// contains filtered or unexported fields
}

>A complex type that contains information about the request to update a health check.

func (UpdateHealthCheckInput) GoString

func (s UpdateHealthCheckInput) GoString() string

GoString returns the string representation

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 identifying information about the health check.
	HealthCheck *HealthCheck `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

func (UpdateHealthCheckOutput) GoString

func (s UpdateHealthCheckOutput) GoString() string

GoString returns the string representation

func (UpdateHealthCheckOutput) String

func (s UpdateHealthCheckOutput) String() string

String returns the string representation

type UpdateHostedZoneCommentInput

type UpdateHostedZoneCommentInput struct {

	// A comment about your hosted zone.
	Comment *string `type:"string"`

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

A complex type that contains information about the request to update a hosted zone comment.

func (UpdateHostedZoneCommentInput) GoString

func (s UpdateHostedZoneCommentInput) GoString() string

GoString returns the string representation

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 contain information about the specified hosted zone.
	HostedZone *HostedZone `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type containing information about the specified hosted zone after the update.

func (UpdateHostedZoneCommentOutput) GoString

GoString returns the string representation

func (UpdateHostedZoneCommentOutput) String

String returns the string representation

type UpdateTrafficPolicyCommentInput

type UpdateTrafficPolicyCommentInput struct {

	// The new comment for the specified traffic policy and version.
	Comment *string `type:"string" required:"true"`

	// The value of Id for the traffic policy for which you want to update the comment.
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The value of Version for the traffic policy for which you want to update
	// the comment.
	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 for which you want to update the comment.

func (UpdateTrafficPolicyCommentInput) GoString

GoString returns the string representation

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 *TrafficPolicy `type:"structure" required:"true"`
	// contains filtered or unexported fields
}

A complex type that contains the response information for the traffic policy.

func (UpdateTrafficPolicyCommentOutput) GoString

GoString returns the string representation

func (UpdateTrafficPolicyCommentOutput) String

String returns the string representation

type UpdateTrafficPolicyInstanceInput

type UpdateTrafficPolicyInstanceInput struct {

	// The ID of the traffic policy instance that you want to update.
	Id *string `location:"uri" locationName:"Id" type:"string" required:"true"`

	// The TTL that you want Amazon Route 53 to assign to all of the updated resource
	// record sets.
	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 *string `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 *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) GoString

GoString returns the string representation

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

GoString returns the string representation

func (UpdateTrafficPolicyInstanceOutput) String

String returns the string representation

type VPC

type VPC struct {

	// A VPC ID
	VPCId *string `type:"string"`

	VPCRegion *string `min:"1" type:"string" enum:"VPCRegion"`
	// contains filtered or unexported fields
}

func (VPC) GoString

func (s VPC) GoString() string

GoString returns the string representation

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.

Directories

Path Synopsis
Package route53iface provides an interface for the Amazon Route 53.
Package route53iface provides an interface for the Amazon Route 53.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL