Documentation
¶
Overview ¶
Package route53 provides the client and types for making API requests to Amazon Route 53.
See https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01 for more information on this service.
See route53 package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/route53/
Using the Client ¶
To contact Amazon Route 53 with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the Amazon Route 53 client Route53 for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/route53/#New
Index ¶
- Constants
- type AccountLimit
- type AlarmIdentifier
- type AliasTarget
- type AssociateVPCWithHostedZoneInput
- func (s AssociateVPCWithHostedZoneInput) GoString() string
- func (s *AssociateVPCWithHostedZoneInput) SetComment(v string) *AssociateVPCWithHostedZoneInput
- func (s *AssociateVPCWithHostedZoneInput) SetHostedZoneId(v string) *AssociateVPCWithHostedZoneInput
- func (s *AssociateVPCWithHostedZoneInput) SetVPC(v *VPC) *AssociateVPCWithHostedZoneInput
- func (s AssociateVPCWithHostedZoneInput) String() string
- func (s *AssociateVPCWithHostedZoneInput) Validate() error
- type AssociateVPCWithHostedZoneOutput
- type Change
- type ChangeBatch
- type ChangeInfo
- type ChangeResourceRecordSetsInput
- func (s ChangeResourceRecordSetsInput) GoString() string
- func (s *ChangeResourceRecordSetsInput) SetChangeBatch(v *ChangeBatch) *ChangeResourceRecordSetsInput
- func (s *ChangeResourceRecordSetsInput) SetHostedZoneId(v string) *ChangeResourceRecordSetsInput
- func (s ChangeResourceRecordSetsInput) String() string
- func (s *ChangeResourceRecordSetsInput) Validate() error
- type ChangeResourceRecordSetsOutput
- type ChangeTagsForResourceInput
- func (s ChangeTagsForResourceInput) GoString() string
- func (s *ChangeTagsForResourceInput) SetAddTags(v []*Tag) *ChangeTagsForResourceInput
- func (s *ChangeTagsForResourceInput) SetRemoveTagKeys(v []*string) *ChangeTagsForResourceInput
- func (s *ChangeTagsForResourceInput) SetResourceId(v string) *ChangeTagsForResourceInput
- func (s *ChangeTagsForResourceInput) SetResourceType(v string) *ChangeTagsForResourceInput
- func (s ChangeTagsForResourceInput) String() string
- func (s *ChangeTagsForResourceInput) Validate() error
- type ChangeTagsForResourceOutput
- type CloudWatchAlarmConfiguration
- func (s CloudWatchAlarmConfiguration) GoString() string
- func (s *CloudWatchAlarmConfiguration) SetComparisonOperator(v string) *CloudWatchAlarmConfiguration
- func (s *CloudWatchAlarmConfiguration) SetDimensions(v []*Dimension) *CloudWatchAlarmConfiguration
- func (s *CloudWatchAlarmConfiguration) SetEvaluationPeriods(v int64) *CloudWatchAlarmConfiguration
- func (s *CloudWatchAlarmConfiguration) SetMetricName(v string) *CloudWatchAlarmConfiguration
- func (s *CloudWatchAlarmConfiguration) SetNamespace(v string) *CloudWatchAlarmConfiguration
- func (s *CloudWatchAlarmConfiguration) SetPeriod(v int64) *CloudWatchAlarmConfiguration
- func (s *CloudWatchAlarmConfiguration) SetStatistic(v string) *CloudWatchAlarmConfiguration
- func (s *CloudWatchAlarmConfiguration) SetThreshold(v float64) *CloudWatchAlarmConfiguration
- func (s CloudWatchAlarmConfiguration) String() string
- type CreateHealthCheckInput
- func (s CreateHealthCheckInput) GoString() string
- func (s *CreateHealthCheckInput) SetCallerReference(v string) *CreateHealthCheckInput
- func (s *CreateHealthCheckInput) SetHealthCheckConfig(v *HealthCheckConfig) *CreateHealthCheckInput
- func (s CreateHealthCheckInput) String() string
- func (s *CreateHealthCheckInput) Validate() error
- type CreateHealthCheckOutput
- type CreateHostedZoneInput
- func (s CreateHostedZoneInput) GoString() string
- func (s *CreateHostedZoneInput) SetCallerReference(v string) *CreateHostedZoneInput
- func (s *CreateHostedZoneInput) SetDelegationSetId(v string) *CreateHostedZoneInput
- func (s *CreateHostedZoneInput) SetHostedZoneConfig(v *HostedZoneConfig) *CreateHostedZoneInput
- func (s *CreateHostedZoneInput) SetName(v string) *CreateHostedZoneInput
- func (s *CreateHostedZoneInput) SetVPC(v *VPC) *CreateHostedZoneInput
- func (s CreateHostedZoneInput) String() string
- func (s *CreateHostedZoneInput) Validate() error
- type CreateHostedZoneOutput
- func (s CreateHostedZoneOutput) GoString() string
- func (s *CreateHostedZoneOutput) SetChangeInfo(v *ChangeInfo) *CreateHostedZoneOutput
- func (s *CreateHostedZoneOutput) SetDelegationSet(v *DelegationSet) *CreateHostedZoneOutput
- func (s *CreateHostedZoneOutput) SetHostedZone(v *HostedZone) *CreateHostedZoneOutput
- func (s *CreateHostedZoneOutput) SetLocation(v string) *CreateHostedZoneOutput
- func (s *CreateHostedZoneOutput) SetVPC(v *VPC) *CreateHostedZoneOutput
- func (s CreateHostedZoneOutput) String() string
- type CreateQueryLoggingConfigInput
- func (s CreateQueryLoggingConfigInput) GoString() string
- func (s *CreateQueryLoggingConfigInput) SetCloudWatchLogsLogGroupArn(v string) *CreateQueryLoggingConfigInput
- func (s *CreateQueryLoggingConfigInput) SetHostedZoneId(v string) *CreateQueryLoggingConfigInput
- func (s CreateQueryLoggingConfigInput) String() string
- func (s *CreateQueryLoggingConfigInput) Validate() error
- type CreateQueryLoggingConfigOutput
- func (s CreateQueryLoggingConfigOutput) GoString() string
- func (s *CreateQueryLoggingConfigOutput) SetLocation(v string) *CreateQueryLoggingConfigOutput
- func (s *CreateQueryLoggingConfigOutput) SetQueryLoggingConfig(v *QueryLoggingConfig) *CreateQueryLoggingConfigOutput
- func (s CreateQueryLoggingConfigOutput) String() string
- type CreateReusableDelegationSetInput
- func (s CreateReusableDelegationSetInput) GoString() string
- func (s *CreateReusableDelegationSetInput) SetCallerReference(v string) *CreateReusableDelegationSetInput
- func (s *CreateReusableDelegationSetInput) SetHostedZoneId(v string) *CreateReusableDelegationSetInput
- func (s CreateReusableDelegationSetInput) String() string
- func (s *CreateReusableDelegationSetInput) Validate() error
- type CreateReusableDelegationSetOutput
- func (s CreateReusableDelegationSetOutput) GoString() string
- func (s *CreateReusableDelegationSetOutput) SetDelegationSet(v *DelegationSet) *CreateReusableDelegationSetOutput
- func (s *CreateReusableDelegationSetOutput) SetLocation(v string) *CreateReusableDelegationSetOutput
- func (s CreateReusableDelegationSetOutput) String() string
- type CreateTrafficPolicyInput
- func (s CreateTrafficPolicyInput) GoString() string
- func (s *CreateTrafficPolicyInput) SetComment(v string) *CreateTrafficPolicyInput
- func (s *CreateTrafficPolicyInput) SetDocument(v string) *CreateTrafficPolicyInput
- func (s *CreateTrafficPolicyInput) SetName(v string) *CreateTrafficPolicyInput
- func (s CreateTrafficPolicyInput) String() string
- func (s *CreateTrafficPolicyInput) Validate() error
- type CreateTrafficPolicyInstanceInput
- func (s CreateTrafficPolicyInstanceInput) GoString() string
- func (s *CreateTrafficPolicyInstanceInput) SetHostedZoneId(v string) *CreateTrafficPolicyInstanceInput
- func (s *CreateTrafficPolicyInstanceInput) SetName(v string) *CreateTrafficPolicyInstanceInput
- func (s *CreateTrafficPolicyInstanceInput) SetTTL(v int64) *CreateTrafficPolicyInstanceInput
- func (s *CreateTrafficPolicyInstanceInput) SetTrafficPolicyId(v string) *CreateTrafficPolicyInstanceInput
- func (s *CreateTrafficPolicyInstanceInput) SetTrafficPolicyVersion(v int64) *CreateTrafficPolicyInstanceInput
- func (s CreateTrafficPolicyInstanceInput) String() string
- func (s *CreateTrafficPolicyInstanceInput) Validate() error
- type CreateTrafficPolicyInstanceOutput
- func (s CreateTrafficPolicyInstanceOutput) GoString() string
- func (s *CreateTrafficPolicyInstanceOutput) SetLocation(v string) *CreateTrafficPolicyInstanceOutput
- func (s *CreateTrafficPolicyInstanceOutput) SetTrafficPolicyInstance(v *TrafficPolicyInstance) *CreateTrafficPolicyInstanceOutput
- func (s CreateTrafficPolicyInstanceOutput) String() string
- type CreateTrafficPolicyOutput
- type CreateTrafficPolicyVersionInput
- func (s CreateTrafficPolicyVersionInput) GoString() string
- func (s *CreateTrafficPolicyVersionInput) SetComment(v string) *CreateTrafficPolicyVersionInput
- func (s *CreateTrafficPolicyVersionInput) SetDocument(v string) *CreateTrafficPolicyVersionInput
- func (s *CreateTrafficPolicyVersionInput) SetId(v string) *CreateTrafficPolicyVersionInput
- func (s CreateTrafficPolicyVersionInput) String() string
- func (s *CreateTrafficPolicyVersionInput) Validate() error
- type CreateTrafficPolicyVersionOutput
- func (s CreateTrafficPolicyVersionOutput) GoString() string
- func (s *CreateTrafficPolicyVersionOutput) SetLocation(v string) *CreateTrafficPolicyVersionOutput
- func (s *CreateTrafficPolicyVersionOutput) SetTrafficPolicy(v *TrafficPolicy) *CreateTrafficPolicyVersionOutput
- func (s CreateTrafficPolicyVersionOutput) String() string
- type CreateVPCAssociationAuthorizationInput
- func (s CreateVPCAssociationAuthorizationInput) GoString() string
- func (s *CreateVPCAssociationAuthorizationInput) SetHostedZoneId(v string) *CreateVPCAssociationAuthorizationInput
- func (s *CreateVPCAssociationAuthorizationInput) SetVPC(v *VPC) *CreateVPCAssociationAuthorizationInput
- func (s CreateVPCAssociationAuthorizationInput) String() string
- func (s *CreateVPCAssociationAuthorizationInput) Validate() error
- type CreateVPCAssociationAuthorizationOutput
- func (s CreateVPCAssociationAuthorizationOutput) GoString() string
- func (s *CreateVPCAssociationAuthorizationOutput) SetHostedZoneId(v string) *CreateVPCAssociationAuthorizationOutput
- func (s *CreateVPCAssociationAuthorizationOutput) SetVPC(v *VPC) *CreateVPCAssociationAuthorizationOutput
- func (s CreateVPCAssociationAuthorizationOutput) String() string
- type DelegationSet
- type DeleteHealthCheckInput
- type DeleteHealthCheckOutput
- type DeleteHostedZoneInput
- type DeleteHostedZoneOutput
- type DeleteQueryLoggingConfigInput
- type DeleteQueryLoggingConfigOutput
- type DeleteReusableDelegationSetInput
- type DeleteReusableDelegationSetOutput
- type DeleteTrafficPolicyInput
- func (s DeleteTrafficPolicyInput) GoString() string
- func (s *DeleteTrafficPolicyInput) SetId(v string) *DeleteTrafficPolicyInput
- func (s *DeleteTrafficPolicyInput) SetVersion(v int64) *DeleteTrafficPolicyInput
- func (s DeleteTrafficPolicyInput) String() string
- func (s *DeleteTrafficPolicyInput) Validate() error
- type DeleteTrafficPolicyInstanceInput
- type DeleteTrafficPolicyInstanceOutput
- type DeleteTrafficPolicyOutput
- type DeleteVPCAssociationAuthorizationInput
- func (s DeleteVPCAssociationAuthorizationInput) GoString() string
- func (s *DeleteVPCAssociationAuthorizationInput) SetHostedZoneId(v string) *DeleteVPCAssociationAuthorizationInput
- func (s *DeleteVPCAssociationAuthorizationInput) SetVPC(v *VPC) *DeleteVPCAssociationAuthorizationInput
- func (s DeleteVPCAssociationAuthorizationInput) String() string
- func (s *DeleteVPCAssociationAuthorizationInput) Validate() error
- type DeleteVPCAssociationAuthorizationOutput
- type Dimension
- type DisassociateVPCFromHostedZoneInput
- func (s DisassociateVPCFromHostedZoneInput) GoString() string
- func (s *DisassociateVPCFromHostedZoneInput) SetComment(v string) *DisassociateVPCFromHostedZoneInput
- func (s *DisassociateVPCFromHostedZoneInput) SetHostedZoneId(v string) *DisassociateVPCFromHostedZoneInput
- func (s *DisassociateVPCFromHostedZoneInput) SetVPC(v *VPC) *DisassociateVPCFromHostedZoneInput
- func (s DisassociateVPCFromHostedZoneInput) String() string
- func (s *DisassociateVPCFromHostedZoneInput) Validate() error
- type DisassociateVPCFromHostedZoneOutput
- type GeoLocation
- func (s GeoLocation) GoString() string
- func (s *GeoLocation) SetContinentCode(v string) *GeoLocation
- func (s *GeoLocation) SetCountryCode(v string) *GeoLocation
- func (s *GeoLocation) SetSubdivisionCode(v string) *GeoLocation
- func (s GeoLocation) String() string
- func (s *GeoLocation) Validate() error
- type GeoLocationDetails
- func (s GeoLocationDetails) GoString() string
- func (s *GeoLocationDetails) SetContinentCode(v string) *GeoLocationDetails
- func (s *GeoLocationDetails) SetContinentName(v string) *GeoLocationDetails
- func (s *GeoLocationDetails) SetCountryCode(v string) *GeoLocationDetails
- func (s *GeoLocationDetails) SetCountryName(v string) *GeoLocationDetails
- func (s *GeoLocationDetails) SetSubdivisionCode(v string) *GeoLocationDetails
- func (s *GeoLocationDetails) SetSubdivisionName(v string) *GeoLocationDetails
- func (s GeoLocationDetails) String() string
- type GetAccountLimitInput
- type GetAccountLimitOutput
- type GetChangeInput
- type GetChangeOutput
- type GetCheckerIpRangesInput
- type GetCheckerIpRangesOutput
- type GetGeoLocationInput
- func (s GetGeoLocationInput) GoString() string
- func (s *GetGeoLocationInput) SetContinentCode(v string) *GetGeoLocationInput
- func (s *GetGeoLocationInput) SetCountryCode(v string) *GetGeoLocationInput
- func (s *GetGeoLocationInput) SetSubdivisionCode(v string) *GetGeoLocationInput
- func (s GetGeoLocationInput) String() string
- func (s *GetGeoLocationInput) Validate() error
- type GetGeoLocationOutput
- type GetHealthCheckCountInput
- type GetHealthCheckCountOutput
- type GetHealthCheckInput
- type GetHealthCheckLastFailureReasonInput
- func (s GetHealthCheckLastFailureReasonInput) GoString() string
- func (s *GetHealthCheckLastFailureReasonInput) SetHealthCheckId(v string) *GetHealthCheckLastFailureReasonInput
- func (s GetHealthCheckLastFailureReasonInput) String() string
- func (s *GetHealthCheckLastFailureReasonInput) Validate() error
- type GetHealthCheckLastFailureReasonOutput
- type GetHealthCheckOutput
- type GetHealthCheckStatusInput
- type GetHealthCheckStatusOutput
- type GetHostedZoneCountInput
- type GetHostedZoneCountOutput
- type GetHostedZoneInput
- type GetHostedZoneLimitInput
- func (s GetHostedZoneLimitInput) GoString() string
- func (s *GetHostedZoneLimitInput) SetHostedZoneId(v string) *GetHostedZoneLimitInput
- func (s *GetHostedZoneLimitInput) SetType(v string) *GetHostedZoneLimitInput
- func (s GetHostedZoneLimitInput) String() string
- func (s *GetHostedZoneLimitInput) Validate() error
- type GetHostedZoneLimitOutput
- type GetHostedZoneOutput
- func (s GetHostedZoneOutput) GoString() string
- func (s *GetHostedZoneOutput) SetDelegationSet(v *DelegationSet) *GetHostedZoneOutput
- func (s *GetHostedZoneOutput) SetHostedZone(v *HostedZone) *GetHostedZoneOutput
- func (s *GetHostedZoneOutput) SetVPCs(v []*VPC) *GetHostedZoneOutput
- func (s GetHostedZoneOutput) String() string
- type GetQueryLoggingConfigInput
- type GetQueryLoggingConfigOutput
- type GetReusableDelegationSetInput
- type GetReusableDelegationSetLimitInput
- func (s GetReusableDelegationSetLimitInput) GoString() string
- func (s *GetReusableDelegationSetLimitInput) SetDelegationSetId(v string) *GetReusableDelegationSetLimitInput
- func (s *GetReusableDelegationSetLimitInput) SetType(v string) *GetReusableDelegationSetLimitInput
- func (s GetReusableDelegationSetLimitInput) String() string
- func (s *GetReusableDelegationSetLimitInput) Validate() error
- type GetReusableDelegationSetLimitOutput
- func (s GetReusableDelegationSetLimitOutput) GoString() string
- func (s *GetReusableDelegationSetLimitOutput) SetCount(v int64) *GetReusableDelegationSetLimitOutput
- func (s *GetReusableDelegationSetLimitOutput) SetLimit(v *ReusableDelegationSetLimit) *GetReusableDelegationSetLimitOutput
- func (s GetReusableDelegationSetLimitOutput) String() string
- type GetReusableDelegationSetOutput
- type GetTrafficPolicyInput
- type GetTrafficPolicyInstanceCountInput
- type GetTrafficPolicyInstanceCountOutput
- type GetTrafficPolicyInstanceInput
- type GetTrafficPolicyInstanceOutput
- type GetTrafficPolicyOutput
- type HealthCheck
- func (s HealthCheck) GoString() string
- func (s *HealthCheck) SetCallerReference(v string) *HealthCheck
- func (s *HealthCheck) SetCloudWatchAlarmConfiguration(v *CloudWatchAlarmConfiguration) *HealthCheck
- func (s *HealthCheck) SetHealthCheckConfig(v *HealthCheckConfig) *HealthCheck
- func (s *HealthCheck) SetHealthCheckVersion(v int64) *HealthCheck
- func (s *HealthCheck) SetId(v string) *HealthCheck
- func (s *HealthCheck) SetLinkedService(v *LinkedService) *HealthCheck
- func (s HealthCheck) String() string
- type HealthCheckConfig
- func (s HealthCheckConfig) GoString() string
- func (s *HealthCheckConfig) SetAlarmIdentifier(v *AlarmIdentifier) *HealthCheckConfig
- func (s *HealthCheckConfig) SetChildHealthChecks(v []*string) *HealthCheckConfig
- func (s *HealthCheckConfig) SetEnableSNI(v bool) *HealthCheckConfig
- func (s *HealthCheckConfig) SetFailureThreshold(v int64) *HealthCheckConfig
- func (s *HealthCheckConfig) SetFullyQualifiedDomainName(v string) *HealthCheckConfig
- func (s *HealthCheckConfig) SetHealthThreshold(v int64) *HealthCheckConfig
- func (s *HealthCheckConfig) SetIPAddress(v string) *HealthCheckConfig
- func (s *HealthCheckConfig) SetInsufficientDataHealthStatus(v string) *HealthCheckConfig
- func (s *HealthCheckConfig) SetInverted(v bool) *HealthCheckConfig
- func (s *HealthCheckConfig) SetMeasureLatency(v bool) *HealthCheckConfig
- func (s *HealthCheckConfig) SetPort(v int64) *HealthCheckConfig
- func (s *HealthCheckConfig) SetRegions(v []*string) *HealthCheckConfig
- func (s *HealthCheckConfig) SetRequestInterval(v int64) *HealthCheckConfig
- func (s *HealthCheckConfig) SetResourcePath(v string) *HealthCheckConfig
- func (s *HealthCheckConfig) SetSearchString(v string) *HealthCheckConfig
- func (s *HealthCheckConfig) SetType(v string) *HealthCheckConfig
- func (s HealthCheckConfig) String() string
- func (s *HealthCheckConfig) Validate() error
- type HealthCheckObservation
- func (s HealthCheckObservation) GoString() string
- func (s *HealthCheckObservation) SetIPAddress(v string) *HealthCheckObservation
- func (s *HealthCheckObservation) SetRegion(v string) *HealthCheckObservation
- func (s *HealthCheckObservation) SetStatusReport(v *StatusReport) *HealthCheckObservation
- func (s HealthCheckObservation) String() string
- type HostedZone
- func (s HostedZone) GoString() string
- func (s *HostedZone) SetCallerReference(v string) *HostedZone
- func (s *HostedZone) SetConfig(v *HostedZoneConfig) *HostedZone
- func (s *HostedZone) SetId(v string) *HostedZone
- func (s *HostedZone) SetLinkedService(v *LinkedService) *HostedZone
- func (s *HostedZone) SetName(v string) *HostedZone
- func (s *HostedZone) SetResourceRecordSetCount(v int64) *HostedZone
- func (s HostedZone) String() string
- type HostedZoneConfig
- type HostedZoneLimit
- type LinkedService
- type ListGeoLocationsInput
- func (s ListGeoLocationsInput) GoString() string
- func (s *ListGeoLocationsInput) SetMaxItems(v string) *ListGeoLocationsInput
- func (s *ListGeoLocationsInput) SetStartContinentCode(v string) *ListGeoLocationsInput
- func (s *ListGeoLocationsInput) SetStartCountryCode(v string) *ListGeoLocationsInput
- func (s *ListGeoLocationsInput) SetStartSubdivisionCode(v string) *ListGeoLocationsInput
- func (s ListGeoLocationsInput) String() string
- func (s *ListGeoLocationsInput) Validate() error
- type ListGeoLocationsOutput
- func (s ListGeoLocationsOutput) GoString() string
- func (s *ListGeoLocationsOutput) SetGeoLocationDetailsList(v []*GeoLocationDetails) *ListGeoLocationsOutput
- func (s *ListGeoLocationsOutput) SetIsTruncated(v bool) *ListGeoLocationsOutput
- func (s *ListGeoLocationsOutput) SetMaxItems(v string) *ListGeoLocationsOutput
- func (s *ListGeoLocationsOutput) SetNextContinentCode(v string) *ListGeoLocationsOutput
- func (s *ListGeoLocationsOutput) SetNextCountryCode(v string) *ListGeoLocationsOutput
- func (s *ListGeoLocationsOutput) SetNextSubdivisionCode(v string) *ListGeoLocationsOutput
- func (s ListGeoLocationsOutput) String() string
- type ListHealthChecksInput
- type ListHealthChecksOutput
- func (s ListHealthChecksOutput) GoString() string
- func (s *ListHealthChecksOutput) SetHealthChecks(v []*HealthCheck) *ListHealthChecksOutput
- func (s *ListHealthChecksOutput) SetIsTruncated(v bool) *ListHealthChecksOutput
- func (s *ListHealthChecksOutput) SetMarker(v string) *ListHealthChecksOutput
- func (s *ListHealthChecksOutput) SetMaxItems(v string) *ListHealthChecksOutput
- func (s *ListHealthChecksOutput) SetNextMarker(v string) *ListHealthChecksOutput
- func (s ListHealthChecksOutput) String() string
- type ListHostedZonesByNameInput
- func (s ListHostedZonesByNameInput) GoString() string
- func (s *ListHostedZonesByNameInput) SetDNSName(v string) *ListHostedZonesByNameInput
- func (s *ListHostedZonesByNameInput) SetHostedZoneId(v string) *ListHostedZonesByNameInput
- func (s *ListHostedZonesByNameInput) SetMaxItems(v string) *ListHostedZonesByNameInput
- func (s ListHostedZonesByNameInput) String() string
- type ListHostedZonesByNameOutput
- func (s ListHostedZonesByNameOutput) GoString() string
- func (s *ListHostedZonesByNameOutput) SetDNSName(v string) *ListHostedZonesByNameOutput
- func (s *ListHostedZonesByNameOutput) SetHostedZoneId(v string) *ListHostedZonesByNameOutput
- func (s *ListHostedZonesByNameOutput) SetHostedZones(v []*HostedZone) *ListHostedZonesByNameOutput
- func (s *ListHostedZonesByNameOutput) SetIsTruncated(v bool) *ListHostedZonesByNameOutput
- func (s *ListHostedZonesByNameOutput) SetMaxItems(v string) *ListHostedZonesByNameOutput
- func (s *ListHostedZonesByNameOutput) SetNextDNSName(v string) *ListHostedZonesByNameOutput
- func (s *ListHostedZonesByNameOutput) SetNextHostedZoneId(v string) *ListHostedZonesByNameOutput
- func (s ListHostedZonesByNameOutput) String() string
- type ListHostedZonesInput
- func (s ListHostedZonesInput) GoString() string
- func (s *ListHostedZonesInput) SetDelegationSetId(v string) *ListHostedZonesInput
- func (s *ListHostedZonesInput) SetMarker(v string) *ListHostedZonesInput
- func (s *ListHostedZonesInput) SetMaxItems(v string) *ListHostedZonesInput
- func (s ListHostedZonesInput) String() string
- type ListHostedZonesOutput
- func (s ListHostedZonesOutput) GoString() string
- func (s *ListHostedZonesOutput) SetHostedZones(v []*HostedZone) *ListHostedZonesOutput
- func (s *ListHostedZonesOutput) SetIsTruncated(v bool) *ListHostedZonesOutput
- func (s *ListHostedZonesOutput) SetMarker(v string) *ListHostedZonesOutput
- func (s *ListHostedZonesOutput) SetMaxItems(v string) *ListHostedZonesOutput
- func (s *ListHostedZonesOutput) SetNextMarker(v string) *ListHostedZonesOutput
- func (s ListHostedZonesOutput) String() string
- type ListQueryLoggingConfigsInput
- func (s ListQueryLoggingConfigsInput) GoString() string
- func (s *ListQueryLoggingConfigsInput) SetHostedZoneId(v string) *ListQueryLoggingConfigsInput
- func (s *ListQueryLoggingConfigsInput) SetMaxResults(v string) *ListQueryLoggingConfigsInput
- func (s *ListQueryLoggingConfigsInput) SetNextToken(v string) *ListQueryLoggingConfigsInput
- func (s ListQueryLoggingConfigsInput) String() string
- type ListQueryLoggingConfigsOutput
- func (s ListQueryLoggingConfigsOutput) GoString() string
- func (s *ListQueryLoggingConfigsOutput) SetNextToken(v string) *ListQueryLoggingConfigsOutput
- func (s *ListQueryLoggingConfigsOutput) SetQueryLoggingConfigs(v []*QueryLoggingConfig) *ListQueryLoggingConfigsOutput
- func (s ListQueryLoggingConfigsOutput) String() string
- type ListResourceRecordSetsInput
- func (s ListResourceRecordSetsInput) GoString() string
- func (s *ListResourceRecordSetsInput) SetHostedZoneId(v string) *ListResourceRecordSetsInput
- func (s *ListResourceRecordSetsInput) SetMaxItems(v string) *ListResourceRecordSetsInput
- func (s *ListResourceRecordSetsInput) SetStartRecordIdentifier(v string) *ListResourceRecordSetsInput
- func (s *ListResourceRecordSetsInput) SetStartRecordName(v string) *ListResourceRecordSetsInput
- func (s *ListResourceRecordSetsInput) SetStartRecordType(v string) *ListResourceRecordSetsInput
- func (s ListResourceRecordSetsInput) String() string
- func (s *ListResourceRecordSetsInput) Validate() error
- type ListResourceRecordSetsOutput
- func (s ListResourceRecordSetsOutput) GoString() string
- func (s *ListResourceRecordSetsOutput) SetIsTruncated(v bool) *ListResourceRecordSetsOutput
- func (s *ListResourceRecordSetsOutput) SetMaxItems(v string) *ListResourceRecordSetsOutput
- func (s *ListResourceRecordSetsOutput) SetNextRecordIdentifier(v string) *ListResourceRecordSetsOutput
- func (s *ListResourceRecordSetsOutput) SetNextRecordName(v string) *ListResourceRecordSetsOutput
- func (s *ListResourceRecordSetsOutput) SetNextRecordType(v string) *ListResourceRecordSetsOutput
- func (s *ListResourceRecordSetsOutput) SetResourceRecordSets(v []*ResourceRecordSet) *ListResourceRecordSetsOutput
- func (s ListResourceRecordSetsOutput) String() string
- type ListReusableDelegationSetsInput
- func (s ListReusableDelegationSetsInput) GoString() string
- func (s *ListReusableDelegationSetsInput) SetMarker(v string) *ListReusableDelegationSetsInput
- func (s *ListReusableDelegationSetsInput) SetMaxItems(v string) *ListReusableDelegationSetsInput
- func (s ListReusableDelegationSetsInput) String() string
- type ListReusableDelegationSetsOutput
- func (s ListReusableDelegationSetsOutput) GoString() string
- func (s *ListReusableDelegationSetsOutput) SetDelegationSets(v []*DelegationSet) *ListReusableDelegationSetsOutput
- func (s *ListReusableDelegationSetsOutput) SetIsTruncated(v bool) *ListReusableDelegationSetsOutput
- func (s *ListReusableDelegationSetsOutput) SetMarker(v string) *ListReusableDelegationSetsOutput
- func (s *ListReusableDelegationSetsOutput) SetMaxItems(v string) *ListReusableDelegationSetsOutput
- func (s *ListReusableDelegationSetsOutput) SetNextMarker(v string) *ListReusableDelegationSetsOutput
- func (s ListReusableDelegationSetsOutput) String() string
- type ListTagsForResourceInput
- func (s ListTagsForResourceInput) GoString() string
- func (s *ListTagsForResourceInput) SetResourceId(v string) *ListTagsForResourceInput
- func (s *ListTagsForResourceInput) SetResourceType(v string) *ListTagsForResourceInput
- func (s ListTagsForResourceInput) String() string
- func (s *ListTagsForResourceInput) Validate() error
- type ListTagsForResourceOutput
- type ListTagsForResourcesInput
- func (s ListTagsForResourcesInput) GoString() string
- func (s *ListTagsForResourcesInput) SetResourceIds(v []*string) *ListTagsForResourcesInput
- func (s *ListTagsForResourcesInput) SetResourceType(v string) *ListTagsForResourcesInput
- func (s ListTagsForResourcesInput) String() string
- func (s *ListTagsForResourcesInput) Validate() error
- type ListTagsForResourcesOutput
- type ListTrafficPoliciesInput
- func (s ListTrafficPoliciesInput) GoString() string
- func (s *ListTrafficPoliciesInput) SetMaxItems(v string) *ListTrafficPoliciesInput
- func (s *ListTrafficPoliciesInput) SetTrafficPolicyIdMarker(v string) *ListTrafficPoliciesInput
- func (s ListTrafficPoliciesInput) String() string
- func (s *ListTrafficPoliciesInput) Validate() error
- type ListTrafficPoliciesOutput
- func (s ListTrafficPoliciesOutput) GoString() string
- func (s *ListTrafficPoliciesOutput) SetIsTruncated(v bool) *ListTrafficPoliciesOutput
- func (s *ListTrafficPoliciesOutput) SetMaxItems(v string) *ListTrafficPoliciesOutput
- func (s *ListTrafficPoliciesOutput) SetTrafficPolicyIdMarker(v string) *ListTrafficPoliciesOutput
- func (s *ListTrafficPoliciesOutput) SetTrafficPolicySummaries(v []*TrafficPolicySummary) *ListTrafficPoliciesOutput
- func (s ListTrafficPoliciesOutput) String() string
- type ListTrafficPolicyInstancesByHostedZoneInput
- func (s ListTrafficPolicyInstancesByHostedZoneInput) GoString() string
- func (s *ListTrafficPolicyInstancesByHostedZoneInput) SetHostedZoneId(v string) *ListTrafficPolicyInstancesByHostedZoneInput
- func (s *ListTrafficPolicyInstancesByHostedZoneInput) SetMaxItems(v string) *ListTrafficPolicyInstancesByHostedZoneInput
- func (s *ListTrafficPolicyInstancesByHostedZoneInput) SetTrafficPolicyInstanceNameMarker(v string) *ListTrafficPolicyInstancesByHostedZoneInput
- func (s *ListTrafficPolicyInstancesByHostedZoneInput) SetTrafficPolicyInstanceTypeMarker(v string) *ListTrafficPolicyInstancesByHostedZoneInput
- func (s ListTrafficPolicyInstancesByHostedZoneInput) String() string
- func (s *ListTrafficPolicyInstancesByHostedZoneInput) Validate() error
- type ListTrafficPolicyInstancesByHostedZoneOutput
- func (s ListTrafficPolicyInstancesByHostedZoneOutput) GoString() string
- func (s *ListTrafficPolicyInstancesByHostedZoneOutput) SetIsTruncated(v bool) *ListTrafficPolicyInstancesByHostedZoneOutput
- func (s *ListTrafficPolicyInstancesByHostedZoneOutput) SetMaxItems(v string) *ListTrafficPolicyInstancesByHostedZoneOutput
- func (s *ListTrafficPolicyInstancesByHostedZoneOutput) SetTrafficPolicyInstanceNameMarker(v string) *ListTrafficPolicyInstancesByHostedZoneOutput
- func (s *ListTrafficPolicyInstancesByHostedZoneOutput) SetTrafficPolicyInstanceTypeMarker(v string) *ListTrafficPolicyInstancesByHostedZoneOutput
- func (s *ListTrafficPolicyInstancesByHostedZoneOutput) SetTrafficPolicyInstances(v []*TrafficPolicyInstance) *ListTrafficPolicyInstancesByHostedZoneOutput
- func (s ListTrafficPolicyInstancesByHostedZoneOutput) String() string
- type ListTrafficPolicyInstancesByPolicyInput
- func (s ListTrafficPolicyInstancesByPolicyInput) GoString() string
- func (s *ListTrafficPolicyInstancesByPolicyInput) SetHostedZoneIdMarker(v string) *ListTrafficPolicyInstancesByPolicyInput
- func (s *ListTrafficPolicyInstancesByPolicyInput) SetMaxItems(v string) *ListTrafficPolicyInstancesByPolicyInput
- func (s *ListTrafficPolicyInstancesByPolicyInput) SetTrafficPolicyId(v string) *ListTrafficPolicyInstancesByPolicyInput
- func (s *ListTrafficPolicyInstancesByPolicyInput) SetTrafficPolicyInstanceNameMarker(v string) *ListTrafficPolicyInstancesByPolicyInput
- func (s *ListTrafficPolicyInstancesByPolicyInput) SetTrafficPolicyInstanceTypeMarker(v string) *ListTrafficPolicyInstancesByPolicyInput
- func (s *ListTrafficPolicyInstancesByPolicyInput) SetTrafficPolicyVersion(v int64) *ListTrafficPolicyInstancesByPolicyInput
- func (s ListTrafficPolicyInstancesByPolicyInput) String() string
- func (s *ListTrafficPolicyInstancesByPolicyInput) Validate() error
- type ListTrafficPolicyInstancesByPolicyOutput
- func (s ListTrafficPolicyInstancesByPolicyOutput) GoString() string
- func (s *ListTrafficPolicyInstancesByPolicyOutput) SetHostedZoneIdMarker(v string) *ListTrafficPolicyInstancesByPolicyOutput
- func (s *ListTrafficPolicyInstancesByPolicyOutput) SetIsTruncated(v bool) *ListTrafficPolicyInstancesByPolicyOutput
- func (s *ListTrafficPolicyInstancesByPolicyOutput) SetMaxItems(v string) *ListTrafficPolicyInstancesByPolicyOutput
- func (s *ListTrafficPolicyInstancesByPolicyOutput) SetTrafficPolicyInstanceNameMarker(v string) *ListTrafficPolicyInstancesByPolicyOutput
- func (s *ListTrafficPolicyInstancesByPolicyOutput) SetTrafficPolicyInstanceTypeMarker(v string) *ListTrafficPolicyInstancesByPolicyOutput
- func (s *ListTrafficPolicyInstancesByPolicyOutput) SetTrafficPolicyInstances(v []*TrafficPolicyInstance) *ListTrafficPolicyInstancesByPolicyOutput
- func (s ListTrafficPolicyInstancesByPolicyOutput) String() string
- type ListTrafficPolicyInstancesInput
- func (s ListTrafficPolicyInstancesInput) GoString() string
- func (s *ListTrafficPolicyInstancesInput) SetHostedZoneIdMarker(v string) *ListTrafficPolicyInstancesInput
- func (s *ListTrafficPolicyInstancesInput) SetMaxItems(v string) *ListTrafficPolicyInstancesInput
- func (s *ListTrafficPolicyInstancesInput) SetTrafficPolicyInstanceNameMarker(v string) *ListTrafficPolicyInstancesInput
- func (s *ListTrafficPolicyInstancesInput) SetTrafficPolicyInstanceTypeMarker(v string) *ListTrafficPolicyInstancesInput
- func (s ListTrafficPolicyInstancesInput) String() string
- type ListTrafficPolicyInstancesOutput
- func (s ListTrafficPolicyInstancesOutput) GoString() string
- func (s *ListTrafficPolicyInstancesOutput) SetHostedZoneIdMarker(v string) *ListTrafficPolicyInstancesOutput
- func (s *ListTrafficPolicyInstancesOutput) SetIsTruncated(v bool) *ListTrafficPolicyInstancesOutput
- func (s *ListTrafficPolicyInstancesOutput) SetMaxItems(v string) *ListTrafficPolicyInstancesOutput
- func (s *ListTrafficPolicyInstancesOutput) SetTrafficPolicyInstanceNameMarker(v string) *ListTrafficPolicyInstancesOutput
- func (s *ListTrafficPolicyInstancesOutput) SetTrafficPolicyInstanceTypeMarker(v string) *ListTrafficPolicyInstancesOutput
- func (s *ListTrafficPolicyInstancesOutput) SetTrafficPolicyInstances(v []*TrafficPolicyInstance) *ListTrafficPolicyInstancesOutput
- func (s ListTrafficPolicyInstancesOutput) String() string
- type ListTrafficPolicyVersionsInput
- func (s ListTrafficPolicyVersionsInput) GoString() string
- func (s *ListTrafficPolicyVersionsInput) SetId(v string) *ListTrafficPolicyVersionsInput
- func (s *ListTrafficPolicyVersionsInput) SetMaxItems(v string) *ListTrafficPolicyVersionsInput
- func (s *ListTrafficPolicyVersionsInput) SetTrafficPolicyVersionMarker(v string) *ListTrafficPolicyVersionsInput
- func (s ListTrafficPolicyVersionsInput) String() string
- func (s *ListTrafficPolicyVersionsInput) Validate() error
- type ListTrafficPolicyVersionsOutput
- func (s ListTrafficPolicyVersionsOutput) GoString() string
- func (s *ListTrafficPolicyVersionsOutput) SetIsTruncated(v bool) *ListTrafficPolicyVersionsOutput
- func (s *ListTrafficPolicyVersionsOutput) SetMaxItems(v string) *ListTrafficPolicyVersionsOutput
- func (s *ListTrafficPolicyVersionsOutput) SetTrafficPolicies(v []*TrafficPolicy) *ListTrafficPolicyVersionsOutput
- func (s *ListTrafficPolicyVersionsOutput) SetTrafficPolicyVersionMarker(v string) *ListTrafficPolicyVersionsOutput
- func (s ListTrafficPolicyVersionsOutput) String() string
- type ListVPCAssociationAuthorizationsInput
- func (s ListVPCAssociationAuthorizationsInput) GoString() string
- func (s *ListVPCAssociationAuthorizationsInput) SetHostedZoneId(v string) *ListVPCAssociationAuthorizationsInput
- func (s *ListVPCAssociationAuthorizationsInput) SetMaxResults(v string) *ListVPCAssociationAuthorizationsInput
- func (s *ListVPCAssociationAuthorizationsInput) SetNextToken(v string) *ListVPCAssociationAuthorizationsInput
- func (s ListVPCAssociationAuthorizationsInput) String() string
- func (s *ListVPCAssociationAuthorizationsInput) Validate() error
- type ListVPCAssociationAuthorizationsOutput
- func (s ListVPCAssociationAuthorizationsOutput) GoString() string
- func (s *ListVPCAssociationAuthorizationsOutput) SetHostedZoneId(v string) *ListVPCAssociationAuthorizationsOutput
- func (s *ListVPCAssociationAuthorizationsOutput) SetNextToken(v string) *ListVPCAssociationAuthorizationsOutput
- func (s *ListVPCAssociationAuthorizationsOutput) SetVPCs(v []*VPC) *ListVPCAssociationAuthorizationsOutput
- func (s ListVPCAssociationAuthorizationsOutput) String() string
- type QueryLoggingConfig
- func (s QueryLoggingConfig) GoString() string
- func (s *QueryLoggingConfig) SetCloudWatchLogsLogGroupArn(v string) *QueryLoggingConfig
- func (s *QueryLoggingConfig) SetHostedZoneId(v string) *QueryLoggingConfig
- func (s *QueryLoggingConfig) SetId(v string) *QueryLoggingConfig
- func (s QueryLoggingConfig) String() string
- type ResourceRecord
- type ResourceRecordSet
- func (s ResourceRecordSet) GoString() string
- func (s *ResourceRecordSet) SetAliasTarget(v *AliasTarget) *ResourceRecordSet
- func (s *ResourceRecordSet) SetFailover(v string) *ResourceRecordSet
- func (s *ResourceRecordSet) SetGeoLocation(v *GeoLocation) *ResourceRecordSet
- func (s *ResourceRecordSet) SetHealthCheckId(v string) *ResourceRecordSet
- func (s *ResourceRecordSet) SetMultiValueAnswer(v bool) *ResourceRecordSet
- func (s *ResourceRecordSet) SetName(v string) *ResourceRecordSet
- func (s *ResourceRecordSet) SetRegion(v string) *ResourceRecordSet
- func (s *ResourceRecordSet) SetResourceRecords(v []*ResourceRecord) *ResourceRecordSet
- func (s *ResourceRecordSet) SetSetIdentifier(v string) *ResourceRecordSet
- func (s *ResourceRecordSet) SetTTL(v int64) *ResourceRecordSet
- func (s *ResourceRecordSet) SetTrafficPolicyInstanceId(v string) *ResourceRecordSet
- func (s *ResourceRecordSet) SetType(v string) *ResourceRecordSet
- func (s *ResourceRecordSet) SetWeight(v int64) *ResourceRecordSet
- func (s ResourceRecordSet) String() string
- func (s *ResourceRecordSet) Validate() error
- type ResourceTagSet
- type ReusableDelegationSetLimit
- type Route53
- func (c *Route53) AssociateVPCWithHostedZone(input *AssociateVPCWithHostedZoneInput) (*AssociateVPCWithHostedZoneOutput, error)
- func (c *Route53) AssociateVPCWithHostedZoneRequest(input *AssociateVPCWithHostedZoneInput) (req *request.Request, output *AssociateVPCWithHostedZoneOutput)
- func (c *Route53) AssociateVPCWithHostedZoneWithContext(ctx aws.Context, input *AssociateVPCWithHostedZoneInput, ...) (*AssociateVPCWithHostedZoneOutput, error)
- func (c *Route53) ChangeResourceRecordSets(input *ChangeResourceRecordSetsInput) (*ChangeResourceRecordSetsOutput, error)
- func (c *Route53) ChangeResourceRecordSetsRequest(input *ChangeResourceRecordSetsInput) (req *request.Request, output *ChangeResourceRecordSetsOutput)
- func (c *Route53) ChangeResourceRecordSetsWithContext(ctx aws.Context, input *ChangeResourceRecordSetsInput, opts ...request.Option) (*ChangeResourceRecordSetsOutput, error)
- func (c *Route53) ChangeTagsForResource(input *ChangeTagsForResourceInput) (*ChangeTagsForResourceOutput, error)
- func (c *Route53) ChangeTagsForResourceRequest(input *ChangeTagsForResourceInput) (req *request.Request, output *ChangeTagsForResourceOutput)
- func (c *Route53) ChangeTagsForResourceWithContext(ctx aws.Context, input *ChangeTagsForResourceInput, opts ...request.Option) (*ChangeTagsForResourceOutput, error)
- func (c *Route53) CreateHealthCheck(input *CreateHealthCheckInput) (*CreateHealthCheckOutput, error)
- func (c *Route53) CreateHealthCheckRequest(input *CreateHealthCheckInput) (req *request.Request, output *CreateHealthCheckOutput)
- func (c *Route53) CreateHealthCheckWithContext(ctx aws.Context, input *CreateHealthCheckInput, opts ...request.Option) (*CreateHealthCheckOutput, error)
- func (c *Route53) CreateHostedZone(input *CreateHostedZoneInput) (*CreateHostedZoneOutput, error)
- func (c *Route53) CreateHostedZoneRequest(input *CreateHostedZoneInput) (req *request.Request, output *CreateHostedZoneOutput)
- func (c *Route53) CreateHostedZoneWithContext(ctx aws.Context, input *CreateHostedZoneInput, opts ...request.Option) (*CreateHostedZoneOutput, error)
- func (c *Route53) CreateQueryLoggingConfig(input *CreateQueryLoggingConfigInput) (*CreateQueryLoggingConfigOutput, error)
- func (c *Route53) CreateQueryLoggingConfigRequest(input *CreateQueryLoggingConfigInput) (req *request.Request, output *CreateQueryLoggingConfigOutput)
- func (c *Route53) CreateQueryLoggingConfigWithContext(ctx aws.Context, input *CreateQueryLoggingConfigInput, opts ...request.Option) (*CreateQueryLoggingConfigOutput, error)
- func (c *Route53) CreateReusableDelegationSet(input *CreateReusableDelegationSetInput) (*CreateReusableDelegationSetOutput, error)
- func (c *Route53) CreateReusableDelegationSetRequest(input *CreateReusableDelegationSetInput) (req *request.Request, output *CreateReusableDelegationSetOutput)
- func (c *Route53) CreateReusableDelegationSetWithContext(ctx aws.Context, input *CreateReusableDelegationSetInput, ...) (*CreateReusableDelegationSetOutput, error)
- func (c *Route53) CreateTrafficPolicy(input *CreateTrafficPolicyInput) (*CreateTrafficPolicyOutput, error)
- func (c *Route53) CreateTrafficPolicyInstance(input *CreateTrafficPolicyInstanceInput) (*CreateTrafficPolicyInstanceOutput, error)
- func (c *Route53) CreateTrafficPolicyInstanceRequest(input *CreateTrafficPolicyInstanceInput) (req *request.Request, output *CreateTrafficPolicyInstanceOutput)
- func (c *Route53) CreateTrafficPolicyInstanceWithContext(ctx aws.Context, input *CreateTrafficPolicyInstanceInput, ...) (*CreateTrafficPolicyInstanceOutput, error)
- func (c *Route53) CreateTrafficPolicyRequest(input *CreateTrafficPolicyInput) (req *request.Request, output *CreateTrafficPolicyOutput)
- func (c *Route53) CreateTrafficPolicyVersion(input *CreateTrafficPolicyVersionInput) (*CreateTrafficPolicyVersionOutput, error)
- func (c *Route53) CreateTrafficPolicyVersionRequest(input *CreateTrafficPolicyVersionInput) (req *request.Request, output *CreateTrafficPolicyVersionOutput)
- func (c *Route53) CreateTrafficPolicyVersionWithContext(ctx aws.Context, input *CreateTrafficPolicyVersionInput, ...) (*CreateTrafficPolicyVersionOutput, error)
- func (c *Route53) CreateTrafficPolicyWithContext(ctx aws.Context, input *CreateTrafficPolicyInput, opts ...request.Option) (*CreateTrafficPolicyOutput, error)
- func (c *Route53) CreateVPCAssociationAuthorization(input *CreateVPCAssociationAuthorizationInput) (*CreateVPCAssociationAuthorizationOutput, error)
- func (c *Route53) CreateVPCAssociationAuthorizationRequest(input *CreateVPCAssociationAuthorizationInput) (req *request.Request, output *CreateVPCAssociationAuthorizationOutput)
- func (c *Route53) CreateVPCAssociationAuthorizationWithContext(ctx aws.Context, input *CreateVPCAssociationAuthorizationInput, ...) (*CreateVPCAssociationAuthorizationOutput, error)
- func (c *Route53) DeleteHealthCheck(input *DeleteHealthCheckInput) (*DeleteHealthCheckOutput, error)
- func (c *Route53) DeleteHealthCheckRequest(input *DeleteHealthCheckInput) (req *request.Request, output *DeleteHealthCheckOutput)
- func (c *Route53) DeleteHealthCheckWithContext(ctx aws.Context, input *DeleteHealthCheckInput, opts ...request.Option) (*DeleteHealthCheckOutput, error)
- func (c *Route53) DeleteHostedZone(input *DeleteHostedZoneInput) (*DeleteHostedZoneOutput, error)
- func (c *Route53) DeleteHostedZoneRequest(input *DeleteHostedZoneInput) (req *request.Request, output *DeleteHostedZoneOutput)
- func (c *Route53) DeleteHostedZoneWithContext(ctx aws.Context, input *DeleteHostedZoneInput, opts ...request.Option) (*DeleteHostedZoneOutput, error)
- func (c *Route53) DeleteQueryLoggingConfig(input *DeleteQueryLoggingConfigInput) (*DeleteQueryLoggingConfigOutput, error)
- func (c *Route53) DeleteQueryLoggingConfigRequest(input *DeleteQueryLoggingConfigInput) (req *request.Request, output *DeleteQueryLoggingConfigOutput)
- func (c *Route53) DeleteQueryLoggingConfigWithContext(ctx aws.Context, input *DeleteQueryLoggingConfigInput, opts ...request.Option) (*DeleteQueryLoggingConfigOutput, error)
- func (c *Route53) DeleteReusableDelegationSet(input *DeleteReusableDelegationSetInput) (*DeleteReusableDelegationSetOutput, error)
- func (c *Route53) DeleteReusableDelegationSetRequest(input *DeleteReusableDelegationSetInput) (req *request.Request, output *DeleteReusableDelegationSetOutput)
- func (c *Route53) DeleteReusableDelegationSetWithContext(ctx aws.Context, input *DeleteReusableDelegationSetInput, ...) (*DeleteReusableDelegationSetOutput, error)
- func (c *Route53) DeleteTrafficPolicy(input *DeleteTrafficPolicyInput) (*DeleteTrafficPolicyOutput, error)
- func (c *Route53) DeleteTrafficPolicyInstance(input *DeleteTrafficPolicyInstanceInput) (*DeleteTrafficPolicyInstanceOutput, error)
- func (c *Route53) DeleteTrafficPolicyInstanceRequest(input *DeleteTrafficPolicyInstanceInput) (req *request.Request, output *DeleteTrafficPolicyInstanceOutput)
- func (c *Route53) DeleteTrafficPolicyInstanceWithContext(ctx aws.Context, input *DeleteTrafficPolicyInstanceInput, ...) (*DeleteTrafficPolicyInstanceOutput, error)
- func (c *Route53) DeleteTrafficPolicyRequest(input *DeleteTrafficPolicyInput) (req *request.Request, output *DeleteTrafficPolicyOutput)
- func (c *Route53) DeleteTrafficPolicyWithContext(ctx aws.Context, input *DeleteTrafficPolicyInput, opts ...request.Option) (*DeleteTrafficPolicyOutput, error)
- func (c *Route53) DeleteVPCAssociationAuthorization(input *DeleteVPCAssociationAuthorizationInput) (*DeleteVPCAssociationAuthorizationOutput, error)
- func (c *Route53) DeleteVPCAssociationAuthorizationRequest(input *DeleteVPCAssociationAuthorizationInput) (req *request.Request, output *DeleteVPCAssociationAuthorizationOutput)
- func (c *Route53) DeleteVPCAssociationAuthorizationWithContext(ctx aws.Context, input *DeleteVPCAssociationAuthorizationInput, ...) (*DeleteVPCAssociationAuthorizationOutput, error)
- func (c *Route53) DisassociateVPCFromHostedZone(input *DisassociateVPCFromHostedZoneInput) (*DisassociateVPCFromHostedZoneOutput, error)
- func (c *Route53) DisassociateVPCFromHostedZoneRequest(input *DisassociateVPCFromHostedZoneInput) (req *request.Request, output *DisassociateVPCFromHostedZoneOutput)
- func (c *Route53) DisassociateVPCFromHostedZoneWithContext(ctx aws.Context, input *DisassociateVPCFromHostedZoneInput, ...) (*DisassociateVPCFromHostedZoneOutput, error)
- func (c *Route53) GetAccountLimit(input *GetAccountLimitInput) (*GetAccountLimitOutput, error)
- func (c *Route53) GetAccountLimitRequest(input *GetAccountLimitInput) (req *request.Request, output *GetAccountLimitOutput)
- func (c *Route53) GetAccountLimitWithContext(ctx aws.Context, input *GetAccountLimitInput, opts ...request.Option) (*GetAccountLimitOutput, error)
- func (c *Route53) GetChange(input *GetChangeInput) (*GetChangeOutput, error)
- func (c *Route53) GetChangeRequest(input *GetChangeInput) (req *request.Request, output *GetChangeOutput)
- func (c *Route53) GetChangeWithContext(ctx aws.Context, input *GetChangeInput, opts ...request.Option) (*GetChangeOutput, error)
- func (c *Route53) GetCheckerIpRanges(input *GetCheckerIpRangesInput) (*GetCheckerIpRangesOutput, error)
- func (c *Route53) GetCheckerIpRangesRequest(input *GetCheckerIpRangesInput) (req *request.Request, output *GetCheckerIpRangesOutput)
- func (c *Route53) GetCheckerIpRangesWithContext(ctx aws.Context, input *GetCheckerIpRangesInput, opts ...request.Option) (*GetCheckerIpRangesOutput, error)
- func (c *Route53) GetGeoLocation(input *GetGeoLocationInput) (*GetGeoLocationOutput, error)
- func (c *Route53) GetGeoLocationRequest(input *GetGeoLocationInput) (req *request.Request, output *GetGeoLocationOutput)
- func (c *Route53) GetGeoLocationWithContext(ctx aws.Context, input *GetGeoLocationInput, opts ...request.Option) (*GetGeoLocationOutput, error)
- func (c *Route53) GetHealthCheck(input *GetHealthCheckInput) (*GetHealthCheckOutput, error)
- func (c *Route53) GetHealthCheckCount(input *GetHealthCheckCountInput) (*GetHealthCheckCountOutput, error)
- func (c *Route53) GetHealthCheckCountRequest(input *GetHealthCheckCountInput) (req *request.Request, output *GetHealthCheckCountOutput)
- func (c *Route53) GetHealthCheckCountWithContext(ctx aws.Context, input *GetHealthCheckCountInput, opts ...request.Option) (*GetHealthCheckCountOutput, error)
- func (c *Route53) GetHealthCheckLastFailureReason(input *GetHealthCheckLastFailureReasonInput) (*GetHealthCheckLastFailureReasonOutput, error)
- func (c *Route53) GetHealthCheckLastFailureReasonRequest(input *GetHealthCheckLastFailureReasonInput) (req *request.Request, output *GetHealthCheckLastFailureReasonOutput)
- func (c *Route53) GetHealthCheckLastFailureReasonWithContext(ctx aws.Context, input *GetHealthCheckLastFailureReasonInput, ...) (*GetHealthCheckLastFailureReasonOutput, error)
- func (c *Route53) GetHealthCheckRequest(input *GetHealthCheckInput) (req *request.Request, output *GetHealthCheckOutput)
- func (c *Route53) GetHealthCheckStatus(input *GetHealthCheckStatusInput) (*GetHealthCheckStatusOutput, error)
- func (c *Route53) GetHealthCheckStatusRequest(input *GetHealthCheckStatusInput) (req *request.Request, output *GetHealthCheckStatusOutput)
- func (c *Route53) GetHealthCheckStatusWithContext(ctx aws.Context, input *GetHealthCheckStatusInput, opts ...request.Option) (*GetHealthCheckStatusOutput, error)
- func (c *Route53) GetHealthCheckWithContext(ctx aws.Context, input *GetHealthCheckInput, opts ...request.Option) (*GetHealthCheckOutput, error)
- func (c *Route53) GetHostedZone(input *GetHostedZoneInput) (*GetHostedZoneOutput, error)
- func (c *Route53) GetHostedZoneCount(input *GetHostedZoneCountInput) (*GetHostedZoneCountOutput, error)
- func (c *Route53) GetHostedZoneCountRequest(input *GetHostedZoneCountInput) (req *request.Request, output *GetHostedZoneCountOutput)
- func (c *Route53) GetHostedZoneCountWithContext(ctx aws.Context, input *GetHostedZoneCountInput, opts ...request.Option) (*GetHostedZoneCountOutput, error)
- func (c *Route53) GetHostedZoneLimit(input *GetHostedZoneLimitInput) (*GetHostedZoneLimitOutput, error)
- func (c *Route53) GetHostedZoneLimitRequest(input *GetHostedZoneLimitInput) (req *request.Request, output *GetHostedZoneLimitOutput)
- func (c *Route53) GetHostedZoneLimitWithContext(ctx aws.Context, input *GetHostedZoneLimitInput, opts ...request.Option) (*GetHostedZoneLimitOutput, error)
- func (c *Route53) GetHostedZoneRequest(input *GetHostedZoneInput) (req *request.Request, output *GetHostedZoneOutput)
- func (c *Route53) GetHostedZoneWithContext(ctx aws.Context, input *GetHostedZoneInput, opts ...request.Option) (*GetHostedZoneOutput, error)
- func (c *Route53) GetQueryLoggingConfig(input *GetQueryLoggingConfigInput) (*GetQueryLoggingConfigOutput, error)
- func (c *Route53) GetQueryLoggingConfigRequest(input *GetQueryLoggingConfigInput) (req *request.Request, output *GetQueryLoggingConfigOutput)
- func (c *Route53) GetQueryLoggingConfigWithContext(ctx aws.Context, input *GetQueryLoggingConfigInput, opts ...request.Option) (*GetQueryLoggingConfigOutput, error)
- func (c *Route53) GetReusableDelegationSet(input *GetReusableDelegationSetInput) (*GetReusableDelegationSetOutput, error)
- func (c *Route53) GetReusableDelegationSetLimit(input *GetReusableDelegationSetLimitInput) (*GetReusableDelegationSetLimitOutput, error)
- func (c *Route53) GetReusableDelegationSetLimitRequest(input *GetReusableDelegationSetLimitInput) (req *request.Request, output *GetReusableDelegationSetLimitOutput)
- func (c *Route53) GetReusableDelegationSetLimitWithContext(ctx aws.Context, input *GetReusableDelegationSetLimitInput, ...) (*GetReusableDelegationSetLimitOutput, error)
- func (c *Route53) GetReusableDelegationSetRequest(input *GetReusableDelegationSetInput) (req *request.Request, output *GetReusableDelegationSetOutput)
- func (c *Route53) GetReusableDelegationSetWithContext(ctx aws.Context, input *GetReusableDelegationSetInput, opts ...request.Option) (*GetReusableDelegationSetOutput, error)
- func (c *Route53) GetTrafficPolicy(input *GetTrafficPolicyInput) (*GetTrafficPolicyOutput, error)
- func (c *Route53) GetTrafficPolicyInstance(input *GetTrafficPolicyInstanceInput) (*GetTrafficPolicyInstanceOutput, error)
- func (c *Route53) GetTrafficPolicyInstanceCount(input *GetTrafficPolicyInstanceCountInput) (*GetTrafficPolicyInstanceCountOutput, error)
- func (c *Route53) GetTrafficPolicyInstanceCountRequest(input *GetTrafficPolicyInstanceCountInput) (req *request.Request, output *GetTrafficPolicyInstanceCountOutput)
- func (c *Route53) GetTrafficPolicyInstanceCountWithContext(ctx aws.Context, input *GetTrafficPolicyInstanceCountInput, ...) (*GetTrafficPolicyInstanceCountOutput, error)
- func (c *Route53) GetTrafficPolicyInstanceRequest(input *GetTrafficPolicyInstanceInput) (req *request.Request, output *GetTrafficPolicyInstanceOutput)
- func (c *Route53) GetTrafficPolicyInstanceWithContext(ctx aws.Context, input *GetTrafficPolicyInstanceInput, opts ...request.Option) (*GetTrafficPolicyInstanceOutput, error)
- func (c *Route53) GetTrafficPolicyRequest(input *GetTrafficPolicyInput) (req *request.Request, output *GetTrafficPolicyOutput)
- func (c *Route53) GetTrafficPolicyWithContext(ctx aws.Context, input *GetTrafficPolicyInput, opts ...request.Option) (*GetTrafficPolicyOutput, error)
- func (c *Route53) ListGeoLocations(input *ListGeoLocationsInput) (*ListGeoLocationsOutput, error)
- func (c *Route53) ListGeoLocationsRequest(input *ListGeoLocationsInput) (req *request.Request, output *ListGeoLocationsOutput)
- func (c *Route53) ListGeoLocationsWithContext(ctx aws.Context, input *ListGeoLocationsInput, opts ...request.Option) (*ListGeoLocationsOutput, error)
- func (c *Route53) ListHealthChecks(input *ListHealthChecksInput) (*ListHealthChecksOutput, error)
- func (c *Route53) ListHealthChecksPages(input *ListHealthChecksInput, fn func(*ListHealthChecksOutput, bool) bool) error
- func (c *Route53) ListHealthChecksPagesWithContext(ctx aws.Context, input *ListHealthChecksInput, ...) error
- func (c *Route53) ListHealthChecksRequest(input *ListHealthChecksInput) (req *request.Request, output *ListHealthChecksOutput)
- func (c *Route53) ListHealthChecksWithContext(ctx aws.Context, input *ListHealthChecksInput, opts ...request.Option) (*ListHealthChecksOutput, error)
- func (c *Route53) ListHostedZones(input *ListHostedZonesInput) (*ListHostedZonesOutput, error)
- func (c *Route53) ListHostedZonesByName(input *ListHostedZonesByNameInput) (*ListHostedZonesByNameOutput, error)
- func (c *Route53) ListHostedZonesByNameRequest(input *ListHostedZonesByNameInput) (req *request.Request, output *ListHostedZonesByNameOutput)
- func (c *Route53) ListHostedZonesByNameWithContext(ctx aws.Context, input *ListHostedZonesByNameInput, opts ...request.Option) (*ListHostedZonesByNameOutput, error)
- func (c *Route53) ListHostedZonesPages(input *ListHostedZonesInput, fn func(*ListHostedZonesOutput, bool) bool) error
- func (c *Route53) ListHostedZonesPagesWithContext(ctx aws.Context, input *ListHostedZonesInput, ...) error
- func (c *Route53) ListHostedZonesRequest(input *ListHostedZonesInput) (req *request.Request, output *ListHostedZonesOutput)
- func (c *Route53) ListHostedZonesWithContext(ctx aws.Context, input *ListHostedZonesInput, opts ...request.Option) (*ListHostedZonesOutput, error)
- func (c *Route53) ListQueryLoggingConfigs(input *ListQueryLoggingConfigsInput) (*ListQueryLoggingConfigsOutput, error)
- func (c *Route53) ListQueryLoggingConfigsRequest(input *ListQueryLoggingConfigsInput) (req *request.Request, output *ListQueryLoggingConfigsOutput)
- func (c *Route53) ListQueryLoggingConfigsWithContext(ctx aws.Context, input *ListQueryLoggingConfigsInput, opts ...request.Option) (*ListQueryLoggingConfigsOutput, error)
- func (c *Route53) ListResourceRecordSets(input *ListResourceRecordSetsInput) (*ListResourceRecordSetsOutput, error)
- func (c *Route53) ListResourceRecordSetsPages(input *ListResourceRecordSetsInput, ...) error
- func (c *Route53) ListResourceRecordSetsPagesWithContext(ctx aws.Context, input *ListResourceRecordSetsInput, ...) error
- func (c *Route53) ListResourceRecordSetsRequest(input *ListResourceRecordSetsInput) (req *request.Request, output *ListResourceRecordSetsOutput)
- func (c *Route53) ListResourceRecordSetsWithContext(ctx aws.Context, input *ListResourceRecordSetsInput, opts ...request.Option) (*ListResourceRecordSetsOutput, error)
- func (c *Route53) ListReusableDelegationSets(input *ListReusableDelegationSetsInput) (*ListReusableDelegationSetsOutput, error)
- func (c *Route53) ListReusableDelegationSetsRequest(input *ListReusableDelegationSetsInput) (req *request.Request, output *ListReusableDelegationSetsOutput)
- func (c *Route53) ListReusableDelegationSetsWithContext(ctx aws.Context, input *ListReusableDelegationSetsInput, ...) (*ListReusableDelegationSetsOutput, error)
- func (c *Route53) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *Route53) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *Route53) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *Route53) ListTagsForResources(input *ListTagsForResourcesInput) (*ListTagsForResourcesOutput, error)
- func (c *Route53) ListTagsForResourcesRequest(input *ListTagsForResourcesInput) (req *request.Request, output *ListTagsForResourcesOutput)
- func (c *Route53) ListTagsForResourcesWithContext(ctx aws.Context, input *ListTagsForResourcesInput, opts ...request.Option) (*ListTagsForResourcesOutput, error)
- func (c *Route53) ListTrafficPolicies(input *ListTrafficPoliciesInput) (*ListTrafficPoliciesOutput, error)
- func (c *Route53) ListTrafficPoliciesRequest(input *ListTrafficPoliciesInput) (req *request.Request, output *ListTrafficPoliciesOutput)
- func (c *Route53) ListTrafficPoliciesWithContext(ctx aws.Context, input *ListTrafficPoliciesInput, opts ...request.Option) (*ListTrafficPoliciesOutput, error)
- func (c *Route53) ListTrafficPolicyInstances(input *ListTrafficPolicyInstancesInput) (*ListTrafficPolicyInstancesOutput, error)
- func (c *Route53) ListTrafficPolicyInstancesByHostedZone(input *ListTrafficPolicyInstancesByHostedZoneInput) (*ListTrafficPolicyInstancesByHostedZoneOutput, error)
- func (c *Route53) ListTrafficPolicyInstancesByHostedZoneRequest(input *ListTrafficPolicyInstancesByHostedZoneInput) (req *request.Request, output *ListTrafficPolicyInstancesByHostedZoneOutput)
- func (c *Route53) ListTrafficPolicyInstancesByHostedZoneWithContext(ctx aws.Context, input *ListTrafficPolicyInstancesByHostedZoneInput, ...) (*ListTrafficPolicyInstancesByHostedZoneOutput, error)
- func (c *Route53) ListTrafficPolicyInstancesByPolicy(input *ListTrafficPolicyInstancesByPolicyInput) (*ListTrafficPolicyInstancesByPolicyOutput, error)
- func (c *Route53) ListTrafficPolicyInstancesByPolicyRequest(input *ListTrafficPolicyInstancesByPolicyInput) (req *request.Request, output *ListTrafficPolicyInstancesByPolicyOutput)
- func (c *Route53) ListTrafficPolicyInstancesByPolicyWithContext(ctx aws.Context, input *ListTrafficPolicyInstancesByPolicyInput, ...) (*ListTrafficPolicyInstancesByPolicyOutput, error)
- func (c *Route53) ListTrafficPolicyInstancesRequest(input *ListTrafficPolicyInstancesInput) (req *request.Request, output *ListTrafficPolicyInstancesOutput)
- func (c *Route53) ListTrafficPolicyInstancesWithContext(ctx aws.Context, input *ListTrafficPolicyInstancesInput, ...) (*ListTrafficPolicyInstancesOutput, error)
- func (c *Route53) ListTrafficPolicyVersions(input *ListTrafficPolicyVersionsInput) (*ListTrafficPolicyVersionsOutput, error)
- func (c *Route53) ListTrafficPolicyVersionsRequest(input *ListTrafficPolicyVersionsInput) (req *request.Request, output *ListTrafficPolicyVersionsOutput)
- func (c *Route53) ListTrafficPolicyVersionsWithContext(ctx aws.Context, input *ListTrafficPolicyVersionsInput, opts ...request.Option) (*ListTrafficPolicyVersionsOutput, error)
- func (c *Route53) ListVPCAssociationAuthorizations(input *ListVPCAssociationAuthorizationsInput) (*ListVPCAssociationAuthorizationsOutput, error)
- func (c *Route53) ListVPCAssociationAuthorizationsRequest(input *ListVPCAssociationAuthorizationsInput) (req *request.Request, output *ListVPCAssociationAuthorizationsOutput)
- func (c *Route53) ListVPCAssociationAuthorizationsWithContext(ctx aws.Context, input *ListVPCAssociationAuthorizationsInput, ...) (*ListVPCAssociationAuthorizationsOutput, error)
- func (c *Route53) TestDNSAnswer(input *TestDNSAnswerInput) (*TestDNSAnswerOutput, error)
- func (c *Route53) TestDNSAnswerRequest(input *TestDNSAnswerInput) (req *request.Request, output *TestDNSAnswerOutput)
- func (c *Route53) TestDNSAnswerWithContext(ctx aws.Context, input *TestDNSAnswerInput, opts ...request.Option) (*TestDNSAnswerOutput, error)
- func (c *Route53) UpdateHealthCheck(input *UpdateHealthCheckInput) (*UpdateHealthCheckOutput, error)
- func (c *Route53) UpdateHealthCheckRequest(input *UpdateHealthCheckInput) (req *request.Request, output *UpdateHealthCheckOutput)
- func (c *Route53) UpdateHealthCheckWithContext(ctx aws.Context, input *UpdateHealthCheckInput, opts ...request.Option) (*UpdateHealthCheckOutput, error)
- func (c *Route53) UpdateHostedZoneComment(input *UpdateHostedZoneCommentInput) (*UpdateHostedZoneCommentOutput, error)
- func (c *Route53) UpdateHostedZoneCommentRequest(input *UpdateHostedZoneCommentInput) (req *request.Request, output *UpdateHostedZoneCommentOutput)
- func (c *Route53) UpdateHostedZoneCommentWithContext(ctx aws.Context, input *UpdateHostedZoneCommentInput, opts ...request.Option) (*UpdateHostedZoneCommentOutput, error)
- func (c *Route53) UpdateTrafficPolicyComment(input *UpdateTrafficPolicyCommentInput) (*UpdateTrafficPolicyCommentOutput, error)
- func (c *Route53) UpdateTrafficPolicyCommentRequest(input *UpdateTrafficPolicyCommentInput) (req *request.Request, output *UpdateTrafficPolicyCommentOutput)
- func (c *Route53) UpdateTrafficPolicyCommentWithContext(ctx aws.Context, input *UpdateTrafficPolicyCommentInput, ...) (*UpdateTrafficPolicyCommentOutput, error)
- func (c *Route53) UpdateTrafficPolicyInstance(input *UpdateTrafficPolicyInstanceInput) (*UpdateTrafficPolicyInstanceOutput, error)
- func (c *Route53) UpdateTrafficPolicyInstanceRequest(input *UpdateTrafficPolicyInstanceInput) (req *request.Request, output *UpdateTrafficPolicyInstanceOutput)
- func (c *Route53) UpdateTrafficPolicyInstanceWithContext(ctx aws.Context, input *UpdateTrafficPolicyInstanceInput, ...) (*UpdateTrafficPolicyInstanceOutput, error)
- func (c *Route53) WaitUntilResourceRecordSetsChanged(input *GetChangeInput) error
- func (c *Route53) WaitUntilResourceRecordSetsChangedWithContext(ctx aws.Context, input *GetChangeInput, opts ...request.WaiterOption) error
- type StatusReport
- type Tag
- type TestDNSAnswerInput
- func (s TestDNSAnswerInput) GoString() string
- func (s *TestDNSAnswerInput) SetEDNS0ClientSubnetIP(v string) *TestDNSAnswerInput
- func (s *TestDNSAnswerInput) SetEDNS0ClientSubnetMask(v string) *TestDNSAnswerInput
- func (s *TestDNSAnswerInput) SetHostedZoneId(v string) *TestDNSAnswerInput
- func (s *TestDNSAnswerInput) SetRecordName(v string) *TestDNSAnswerInput
- func (s *TestDNSAnswerInput) SetRecordType(v string) *TestDNSAnswerInput
- func (s *TestDNSAnswerInput) SetResolverIP(v string) *TestDNSAnswerInput
- func (s TestDNSAnswerInput) String() string
- func (s *TestDNSAnswerInput) Validate() error
- type TestDNSAnswerOutput
- func (s TestDNSAnswerOutput) GoString() string
- func (s *TestDNSAnswerOutput) SetNameserver(v string) *TestDNSAnswerOutput
- func (s *TestDNSAnswerOutput) SetProtocol(v string) *TestDNSAnswerOutput
- func (s *TestDNSAnswerOutput) SetRecordData(v []*string) *TestDNSAnswerOutput
- func (s *TestDNSAnswerOutput) SetRecordName(v string) *TestDNSAnswerOutput
- func (s *TestDNSAnswerOutput) SetRecordType(v string) *TestDNSAnswerOutput
- func (s *TestDNSAnswerOutput) SetResponseCode(v string) *TestDNSAnswerOutput
- func (s TestDNSAnswerOutput) String() string
- type TrafficPolicy
- func (s TrafficPolicy) GoString() string
- func (s *TrafficPolicy) SetComment(v string) *TrafficPolicy
- func (s *TrafficPolicy) SetDocument(v string) *TrafficPolicy
- func (s *TrafficPolicy) SetId(v string) *TrafficPolicy
- func (s *TrafficPolicy) SetName(v string) *TrafficPolicy
- func (s *TrafficPolicy) SetType(v string) *TrafficPolicy
- func (s *TrafficPolicy) SetVersion(v int64) *TrafficPolicy
- func (s TrafficPolicy) String() string
- type TrafficPolicyInstance
- func (s TrafficPolicyInstance) GoString() string
- func (s *TrafficPolicyInstance) SetHostedZoneId(v string) *TrafficPolicyInstance
- func (s *TrafficPolicyInstance) SetId(v string) *TrafficPolicyInstance
- func (s *TrafficPolicyInstance) SetMessage(v string) *TrafficPolicyInstance
- func (s *TrafficPolicyInstance) SetName(v string) *TrafficPolicyInstance
- func (s *TrafficPolicyInstance) SetState(v string) *TrafficPolicyInstance
- func (s *TrafficPolicyInstance) SetTTL(v int64) *TrafficPolicyInstance
- func (s *TrafficPolicyInstance) SetTrafficPolicyId(v string) *TrafficPolicyInstance
- func (s *TrafficPolicyInstance) SetTrafficPolicyType(v string) *TrafficPolicyInstance
- func (s *TrafficPolicyInstance) SetTrafficPolicyVersion(v int64) *TrafficPolicyInstance
- func (s TrafficPolicyInstance) String() string
- type TrafficPolicySummary
- func (s TrafficPolicySummary) GoString() string
- func (s *TrafficPolicySummary) SetId(v string) *TrafficPolicySummary
- func (s *TrafficPolicySummary) SetLatestVersion(v int64) *TrafficPolicySummary
- func (s *TrafficPolicySummary) SetName(v string) *TrafficPolicySummary
- func (s *TrafficPolicySummary) SetTrafficPolicyCount(v int64) *TrafficPolicySummary
- func (s *TrafficPolicySummary) SetType(v string) *TrafficPolicySummary
- func (s TrafficPolicySummary) String() string
- type UpdateHealthCheckInput
- func (s UpdateHealthCheckInput) GoString() string
- func (s *UpdateHealthCheckInput) SetAlarmIdentifier(v *AlarmIdentifier) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetChildHealthChecks(v []*string) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetEnableSNI(v bool) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetFailureThreshold(v int64) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetFullyQualifiedDomainName(v string) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetHealthCheckId(v string) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetHealthCheckVersion(v int64) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetHealthThreshold(v int64) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetIPAddress(v string) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetInsufficientDataHealthStatus(v string) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetInverted(v bool) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetPort(v int64) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetRegions(v []*string) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetResetElements(v []*string) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetResourcePath(v string) *UpdateHealthCheckInput
- func (s *UpdateHealthCheckInput) SetSearchString(v string) *UpdateHealthCheckInput
- func (s UpdateHealthCheckInput) String() string
- func (s *UpdateHealthCheckInput) Validate() error
- type UpdateHealthCheckOutput
- type UpdateHostedZoneCommentInput
- func (s UpdateHostedZoneCommentInput) GoString() string
- func (s *UpdateHostedZoneCommentInput) SetComment(v string) *UpdateHostedZoneCommentInput
- func (s *UpdateHostedZoneCommentInput) SetId(v string) *UpdateHostedZoneCommentInput
- func (s UpdateHostedZoneCommentInput) String() string
- func (s *UpdateHostedZoneCommentInput) Validate() error
- type UpdateHostedZoneCommentOutput
- type UpdateTrafficPolicyCommentInput
- func (s UpdateTrafficPolicyCommentInput) GoString() string
- func (s *UpdateTrafficPolicyCommentInput) SetComment(v string) *UpdateTrafficPolicyCommentInput
- func (s *UpdateTrafficPolicyCommentInput) SetId(v string) *UpdateTrafficPolicyCommentInput
- func (s *UpdateTrafficPolicyCommentInput) SetVersion(v int64) *UpdateTrafficPolicyCommentInput
- func (s UpdateTrafficPolicyCommentInput) String() string
- func (s *UpdateTrafficPolicyCommentInput) Validate() error
- type UpdateTrafficPolicyCommentOutput
- type UpdateTrafficPolicyInstanceInput
- func (s UpdateTrafficPolicyInstanceInput) GoString() string
- func (s *UpdateTrafficPolicyInstanceInput) SetId(v string) *UpdateTrafficPolicyInstanceInput
- func (s *UpdateTrafficPolicyInstanceInput) SetTTL(v int64) *UpdateTrafficPolicyInstanceInput
- func (s *UpdateTrafficPolicyInstanceInput) SetTrafficPolicyId(v string) *UpdateTrafficPolicyInstanceInput
- func (s *UpdateTrafficPolicyInstanceInput) SetTrafficPolicyVersion(v int64) *UpdateTrafficPolicyInstanceInput
- func (s UpdateTrafficPolicyInstanceInput) String() string
- func (s *UpdateTrafficPolicyInstanceInput) Validate() error
- type UpdateTrafficPolicyInstanceOutput
- type VPC
Examples ¶
- Route53.AssociateVPCWithHostedZone (Shared00)
- Route53.ChangeResourceRecordSets (Shared00)
- Route53.ChangeResourceRecordSets (Shared01)
- Route53.ChangeResourceRecordSets (Shared02)
- Route53.ChangeResourceRecordSets (Shared03)
- Route53.ChangeResourceRecordSets (Shared04)
- Route53.ChangeResourceRecordSets (Shared05)
- Route53.ChangeResourceRecordSets (Shared06)
- Route53.ChangeResourceRecordSets (Shared07)
- Route53.ChangeResourceRecordSets (Shared08)
- Route53.ChangeResourceRecordSets (Shared09)
- Route53.ChangeTagsForResource (Shared00)
- Route53.GetHostedZone (Shared00)
Constants ¶
const ( // AccountLimitTypeMaxHealthChecksByOwner is a AccountLimitType enum value AccountLimitTypeMaxHealthChecksByOwner = "MAX_HEALTH_CHECKS_BY_OWNER" // AccountLimitTypeMaxHostedZonesByOwner is a AccountLimitType enum value AccountLimitTypeMaxHostedZonesByOwner = "MAX_HOSTED_ZONES_BY_OWNER" // AccountLimitTypeMaxTrafficPolicyInstancesByOwner is a AccountLimitType enum value AccountLimitTypeMaxTrafficPolicyInstancesByOwner = "MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER" // AccountLimitTypeMaxReusableDelegationSetsByOwner is a AccountLimitType enum value AccountLimitTypeMaxReusableDelegationSetsByOwner = "MAX_REUSABLE_DELEGATION_SETS_BY_OWNER" // AccountLimitTypeMaxTrafficPoliciesByOwner is a AccountLimitType enum value AccountLimitTypeMaxTrafficPoliciesByOwner = "MAX_TRAFFIC_POLICIES_BY_OWNER" )
const ( // ChangeActionCreate is a ChangeAction enum value ChangeActionCreate = "CREATE" // ChangeActionDelete is a ChangeAction enum value ChangeActionDelete = "DELETE" // ChangeActionUpsert is a ChangeAction enum value ChangeActionUpsert = "UPSERT" )
const ( // ChangeStatusPending is a ChangeStatus enum value ChangeStatusPending = "PENDING" // ChangeStatusInsync is a ChangeStatus enum value ChangeStatusInsync = "INSYNC" )
const ( // CloudWatchRegionUsEast1 is a CloudWatchRegion enum value CloudWatchRegionUsEast1 = "us-east-1" // CloudWatchRegionUsEast2 is a CloudWatchRegion enum value CloudWatchRegionUsEast2 = "us-east-2" // CloudWatchRegionUsWest1 is a CloudWatchRegion enum value CloudWatchRegionUsWest1 = "us-west-1" // CloudWatchRegionUsWest2 is a CloudWatchRegion enum value CloudWatchRegionUsWest2 = "us-west-2" // CloudWatchRegionCaCentral1 is a CloudWatchRegion enum value CloudWatchRegionCaCentral1 = "ca-central-1" // CloudWatchRegionEuCentral1 is a CloudWatchRegion enum value CloudWatchRegionEuCentral1 = "eu-central-1" // CloudWatchRegionEuWest1 is a CloudWatchRegion enum value CloudWatchRegionEuWest1 = "eu-west-1" // CloudWatchRegionEuWest2 is a CloudWatchRegion enum value CloudWatchRegionEuWest2 = "eu-west-2" // CloudWatchRegionEuWest3 is a CloudWatchRegion enum value CloudWatchRegionEuWest3 = "eu-west-3" // CloudWatchRegionApSouth1 is a CloudWatchRegion enum value CloudWatchRegionApSouth1 = "ap-south-1" // CloudWatchRegionApSoutheast1 is a CloudWatchRegion enum value CloudWatchRegionApSoutheast1 = "ap-southeast-1" // CloudWatchRegionApSoutheast2 is a CloudWatchRegion enum value CloudWatchRegionApSoutheast2 = "ap-southeast-2" // CloudWatchRegionApNortheast1 is a CloudWatchRegion enum value CloudWatchRegionApNortheast1 = "ap-northeast-1" // CloudWatchRegionApNortheast2 is a CloudWatchRegion enum value CloudWatchRegionApNortheast2 = "ap-northeast-2" // CloudWatchRegionApNortheast3 is a CloudWatchRegion enum value CloudWatchRegionApNortheast3 = "ap-northeast-3" // CloudWatchRegionSaEast1 is a CloudWatchRegion enum value CloudWatchRegionSaEast1 = "sa-east-1" )
const ( // ComparisonOperatorGreaterThanOrEqualToThreshold is a ComparisonOperator enum value ComparisonOperatorGreaterThanOrEqualToThreshold = "GreaterThanOrEqualToThreshold" // ComparisonOperatorGreaterThanThreshold is a ComparisonOperator enum value ComparisonOperatorGreaterThanThreshold = "GreaterThanThreshold" // ComparisonOperatorLessThanThreshold is a ComparisonOperator enum value ComparisonOperatorLessThanThreshold = "LessThanThreshold" // ComparisonOperatorLessThanOrEqualToThreshold is a ComparisonOperator enum value ComparisonOperatorLessThanOrEqualToThreshold = "LessThanOrEqualToThreshold" )
const ( // HealthCheckRegionUsEast1 is a HealthCheckRegion enum value HealthCheckRegionUsEast1 = "us-east-1" // HealthCheckRegionUsWest1 is a HealthCheckRegion enum value HealthCheckRegionUsWest1 = "us-west-1" // HealthCheckRegionUsWest2 is a HealthCheckRegion enum value HealthCheckRegionUsWest2 = "us-west-2" // HealthCheckRegionEuWest1 is a HealthCheckRegion enum value HealthCheckRegionEuWest1 = "eu-west-1" // HealthCheckRegionApSoutheast1 is a HealthCheckRegion enum value HealthCheckRegionApSoutheast1 = "ap-southeast-1" // HealthCheckRegionApSoutheast2 is a HealthCheckRegion enum value HealthCheckRegionApSoutheast2 = "ap-southeast-2" // HealthCheckRegionApNortheast1 is a HealthCheckRegion enum value HealthCheckRegionApNortheast1 = "ap-northeast-1" // HealthCheckRegionSaEast1 is a HealthCheckRegion enum value HealthCheckRegionSaEast1 = "sa-east-1" )
const ( // HealthCheckTypeHttp is a HealthCheckType enum value HealthCheckTypeHttp = "HTTP" // HealthCheckTypeHttps is a HealthCheckType enum value HealthCheckTypeHttps = "HTTPS" // HealthCheckTypeHttpStrMatch is a HealthCheckType enum value HealthCheckTypeHttpStrMatch = "HTTP_STR_MATCH" // HealthCheckTypeHttpsStrMatch is a HealthCheckType enum value HealthCheckTypeHttpsStrMatch = "HTTPS_STR_MATCH" // HealthCheckTypeTcp is a HealthCheckType enum value HealthCheckTypeTcp = "TCP" // HealthCheckTypeCalculated is a HealthCheckType enum value HealthCheckTypeCalculated = "CALCULATED" // HealthCheckTypeCloudwatchMetric is a HealthCheckType enum value HealthCheckTypeCloudwatchMetric = "CLOUDWATCH_METRIC" )
const ( // HostedZoneLimitTypeMaxRrsetsByZone is a HostedZoneLimitType enum value HostedZoneLimitTypeMaxRrsetsByZone = "MAX_RRSETS_BY_ZONE" // HostedZoneLimitTypeMaxVpcsAssociatedByZone is a HostedZoneLimitType enum value HostedZoneLimitTypeMaxVpcsAssociatedByZone = "MAX_VPCS_ASSOCIATED_BY_ZONE" )
const ( // InsufficientDataHealthStatusHealthy is a InsufficientDataHealthStatus enum value InsufficientDataHealthStatusHealthy = "Healthy" // InsufficientDataHealthStatusUnhealthy is a InsufficientDataHealthStatus enum value InsufficientDataHealthStatusUnhealthy = "Unhealthy" // InsufficientDataHealthStatusLastKnownStatus is a InsufficientDataHealthStatus enum value InsufficientDataHealthStatusLastKnownStatus = "LastKnownStatus" )
const ( // RRTypeSoa is a RRType enum value RRTypeSoa = "SOA" // RRTypeA is a RRType enum value RRTypeA = "A" // RRTypeTxt is a RRType enum value RRTypeTxt = "TXT" // RRTypeNs is a RRType enum value RRTypeNs = "NS" // RRTypeCname is a RRType enum value RRTypeCname = "CNAME" // RRTypeMx is a RRType enum value RRTypeMx = "MX" // RRTypeNaptr is a RRType enum value RRTypeNaptr = "NAPTR" // RRTypePtr is a RRType enum value RRTypePtr = "PTR" // RRTypeSrv is a RRType enum value RRTypeSrv = "SRV" // RRTypeSpf is a RRType enum value RRTypeSpf = "SPF" // RRTypeAaaa is a RRType enum value RRTypeAaaa = "AAAA" // RRTypeCaa is a RRType enum value RRTypeCaa = "CAA" )
const ( // ResettableElementNameFullyQualifiedDomainName is a ResettableElementName enum value ResettableElementNameFullyQualifiedDomainName = "FullyQualifiedDomainName" // ResettableElementNameRegions is a ResettableElementName enum value ResettableElementNameRegions = "Regions" // ResettableElementNameResourcePath is a ResettableElementName enum value ResettableElementNameResourcePath = "ResourcePath" // ResettableElementNameChildHealthChecks is a ResettableElementName enum value ResettableElementNameChildHealthChecks = "ChildHealthChecks" )
const ( // ResourceRecordSetFailoverPrimary is a ResourceRecordSetFailover enum value ResourceRecordSetFailoverPrimary = "PRIMARY" // ResourceRecordSetFailoverSecondary is a ResourceRecordSetFailover enum value ResourceRecordSetFailoverSecondary = "SECONDARY" )
const ( // ResourceRecordSetRegionUsEast1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionUsEast1 = "us-east-1" // ResourceRecordSetRegionUsEast2 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionUsEast2 = "us-east-2" // ResourceRecordSetRegionUsWest1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionUsWest1 = "us-west-1" // ResourceRecordSetRegionUsWest2 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionUsWest2 = "us-west-2" // ResourceRecordSetRegionCaCentral1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionCaCentral1 = "ca-central-1" // ResourceRecordSetRegionEuWest1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionEuWest1 = "eu-west-1" // ResourceRecordSetRegionEuWest2 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionEuWest2 = "eu-west-2" // ResourceRecordSetRegionEuWest3 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionEuWest3 = "eu-west-3" // ResourceRecordSetRegionEuCentral1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionEuCentral1 = "eu-central-1" // ResourceRecordSetRegionApSoutheast1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionApSoutheast1 = "ap-southeast-1" // ResourceRecordSetRegionApSoutheast2 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionApSoutheast2 = "ap-southeast-2" // ResourceRecordSetRegionApNortheast1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionApNortheast1 = "ap-northeast-1" // ResourceRecordSetRegionApNortheast2 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionApNortheast2 = "ap-northeast-2" // ResourceRecordSetRegionApNortheast3 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionApNortheast3 = "ap-northeast-3" // ResourceRecordSetRegionSaEast1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionSaEast1 = "sa-east-1" // ResourceRecordSetRegionCnNorth1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionCnNorth1 = "cn-north-1" // ResourceRecordSetRegionCnNorthwest1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionCnNorthwest1 = "cn-northwest-1" // ResourceRecordSetRegionApSouth1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionApSouth1 = "ap-south-1" )
const ( // StatisticAverage is a Statistic enum value StatisticAverage = "Average" // StatisticSum is a Statistic enum value StatisticSum = "Sum" // StatisticSampleCount is a Statistic enum value StatisticSampleCount = "SampleCount" // StatisticMaximum is a Statistic enum value StatisticMaximum = "Maximum" // StatisticMinimum is a Statistic enum value StatisticMinimum = "Minimum" )
const ( // TagResourceTypeHealthcheck is a TagResourceType enum value TagResourceTypeHealthcheck = "healthcheck" // TagResourceTypeHostedzone is a TagResourceType enum value TagResourceTypeHostedzone = "hostedzone" )
const ( // VPCRegionUsEast1 is a VPCRegion enum value VPCRegionUsEast1 = "us-east-1" // VPCRegionUsEast2 is a VPCRegion enum value VPCRegionUsEast2 = "us-east-2" // VPCRegionUsWest1 is a VPCRegion enum value VPCRegionUsWest1 = "us-west-1" // VPCRegionUsWest2 is a VPCRegion enum value VPCRegionUsWest2 = "us-west-2" // VPCRegionEuWest1 is a VPCRegion enum value VPCRegionEuWest1 = "eu-west-1" // VPCRegionEuWest2 is a VPCRegion enum value VPCRegionEuWest2 = "eu-west-2" // VPCRegionEuWest3 is a VPCRegion enum value VPCRegionEuWest3 = "eu-west-3" // VPCRegionEuCentral1 is a VPCRegion enum value VPCRegionEuCentral1 = "eu-central-1" // VPCRegionApSoutheast1 is a VPCRegion enum value VPCRegionApSoutheast1 = "ap-southeast-1" // VPCRegionApSoutheast2 is a VPCRegion enum value VPCRegionApSoutheast2 = "ap-southeast-2" // VPCRegionApSouth1 is a VPCRegion enum value VPCRegionApSouth1 = "ap-south-1" // VPCRegionApNortheast1 is a VPCRegion enum value VPCRegionApNortheast1 = "ap-northeast-1" // VPCRegionApNortheast2 is a VPCRegion enum value VPCRegionApNortheast2 = "ap-northeast-2" // VPCRegionApNortheast3 is a VPCRegion enum value VPCRegionApNortheast3 = "ap-northeast-3" // VPCRegionSaEast1 is a VPCRegion enum value VPCRegionSaEast1 = "sa-east-1" // VPCRegionCaCentral1 is a VPCRegion enum value VPCRegionCaCentral1 = "ca-central-1" // VPCRegionCnNorth1 is a VPCRegion enum value VPCRegionCnNorth1 = "cn-north-1" )
const ( // ErrCodeConcurrentModification for service response error code // "ConcurrentModification". // // Another user submitted a request to create, update, or delete the object // at the same time that you did. Retry the request. ErrCodeConcurrentModification = "ConcurrentModification" // ErrCodeConflictingDomainExists for service response error code // "ConflictingDomainExists". // // The cause of this error depends on whether you're trying to create a public // or a private hosted zone: // // * Public hosted zone: Two hosted zones that have the same name or that // have a parent/child relationship (example.com and test.example.com) can't // have any common name servers. You tried to create a hosted zone that has // the same name as an existing hosted zone or that's the parent or child // of an existing hosted zone, and you specified a delegation set that shares // one or more name servers with the existing hosted zone. For more information, // see CreateReusableDelegationSet. // // * Private hosted zone: You specified an Amazon VPC that you're already // using for another hosted zone, and the domain that you specified for one // of the hosted zones is a subdomain of the domain that you specified for // the other hosted zone. For example, you can't use the same Amazon VPC // for the hosted zones for example.com and test.example.com. ErrCodeConflictingDomainExists = "ConflictingDomainExists" // ErrCodeConflictingTypes for service response error code // "ConflictingTypes". // // You tried to update a traffic policy instance by using a traffic policy version // that has a different DNS type than the current type for the instance. You // specified the type in the JSON document in the CreateTrafficPolicy or CreateTrafficPolicyVersionrequest. ErrCodeConflictingTypes = "ConflictingTypes" // ErrCodeDelegationSetAlreadyCreated for service response error code // "DelegationSetAlreadyCreated". // // A delegation set with the same owner and caller reference combination has // already been created. ErrCodeDelegationSetAlreadyCreated = "DelegationSetAlreadyCreated" // ErrCodeDelegationSetAlreadyReusable for service response error code // "DelegationSetAlreadyReusable". // // The specified delegation set has already been marked as reusable. ErrCodeDelegationSetAlreadyReusable = "DelegationSetAlreadyReusable" // ErrCodeDelegationSetInUse for service response error code // "DelegationSetInUse". // // The specified delegation contains associated hosted zones which must be deleted // before the reusable delegation set can be deleted. ErrCodeDelegationSetInUse = "DelegationSetInUse" // ErrCodeDelegationSetNotAvailable for service response error code // "DelegationSetNotAvailable". // // You can create a hosted zone that has the same name as an existing hosted // zone (example.com is common), but there is a limit to the number of hosted // zones that have the same name. If you get this error, Amazon Route 53 has // reached that limit. If you own the domain name and Amazon Route 53 generates // this error, contact Customer Support. ErrCodeDelegationSetNotAvailable = "DelegationSetNotAvailable" // ErrCodeDelegationSetNotReusable for service response error code // "DelegationSetNotReusable". // // A reusable delegation set with the specified ID does not exist. ErrCodeDelegationSetNotReusable = "DelegationSetNotReusable" // ErrCodeHealthCheckAlreadyExists for service response error code // "HealthCheckAlreadyExists". // // The health check you're attempting to create already exists. Amazon Route // 53 returns this error when you submit a request that has the following values: // // * The same value for CallerReference as an existing health check, and // one or more values that differ from the existing health check that has // the same caller reference. // // * The same value for CallerReference as a health check that you created // and later deleted, regardless of the other settings in the request. ErrCodeHealthCheckAlreadyExists = "HealthCheckAlreadyExists" // ErrCodeHealthCheckInUse for service response error code // "HealthCheckInUse". // // This error code is not in use. ErrCodeHealthCheckInUse = "HealthCheckInUse" // ErrCodeHealthCheckVersionMismatch for service response error code // "HealthCheckVersionMismatch". // // The value of HealthCheckVersion in the request doesn't match the value of // HealthCheckVersion in the health check. ErrCodeHealthCheckVersionMismatch = "HealthCheckVersionMismatch" // ErrCodeHostedZoneAlreadyExists for service response error code // "HostedZoneAlreadyExists". // // The hosted zone you're trying to create already exists. Amazon Route 53 returns // this error when a hosted zone has already been created with the specified // CallerReference. ErrCodeHostedZoneAlreadyExists = "HostedZoneAlreadyExists" // ErrCodeHostedZoneNotEmpty for service response error code // "HostedZoneNotEmpty". // // The hosted zone contains resource records that are not SOA or NS records. ErrCodeHostedZoneNotEmpty = "HostedZoneNotEmpty" // ErrCodeHostedZoneNotFound for service response error code // "HostedZoneNotFound". // // The specified HostedZone can't be found. ErrCodeHostedZoneNotFound = "HostedZoneNotFound" // ErrCodeHostedZoneNotPrivate for service response error code // "HostedZoneNotPrivate". // // The specified hosted zone is a public hosted zone, not a private hosted zone. ErrCodeHostedZoneNotPrivate = "HostedZoneNotPrivate" // ErrCodeIncompatibleVersion for service response error code // "IncompatibleVersion". // // The resource you're trying to access is unsupported on this Amazon Route // 53 endpoint. ErrCodeIncompatibleVersion = "IncompatibleVersion" // ErrCodeInsufficientCloudWatchLogsResourcePolicy for service response error code // "InsufficientCloudWatchLogsResourcePolicy". // // Amazon Route 53 doesn't have the permissions required to create log streams // and send query logs to log streams. Possible causes include the following: // // * There is no resource policy that specifies the log group ARN in the // value for Resource. // // * The resource policy that includes the log group ARN in the value for // Resource doesn't have the necessary permissions. // // * The resource policy hasn't finished propagating yet. ErrCodeInsufficientCloudWatchLogsResourcePolicy = "InsufficientCloudWatchLogsResourcePolicy" // ErrCodeInvalidArgument for service response error code // "InvalidArgument". // // Parameter name is invalid. ErrCodeInvalidArgument = "InvalidArgument" // ErrCodeInvalidChangeBatch for service response error code // "InvalidChangeBatch". // // This exception contains a list of messages that might contain one or more // error messages. Each error message indicates one error in the change batch. ErrCodeInvalidChangeBatch = "InvalidChangeBatch" // ErrCodeInvalidDomainName for service response error code // "InvalidDomainName". // // The specified domain name is not valid. ErrCodeInvalidDomainName = "InvalidDomainName" // ErrCodeInvalidInput for service response error code // "InvalidInput". // // The input is not valid. ErrCodeInvalidInput = "InvalidInput" // ErrCodeInvalidPaginationToken for service response error code // "InvalidPaginationToken". // // The value that you specified to get the second or subsequent page of results // is invalid. ErrCodeInvalidPaginationToken = "InvalidPaginationToken" // ErrCodeInvalidTrafficPolicyDocument for service response error code // "InvalidTrafficPolicyDocument". // // The format of the traffic policy document that you specified in the Document // element is invalid. ErrCodeInvalidTrafficPolicyDocument = "InvalidTrafficPolicyDocument" // ErrCodeInvalidVPCId for service response error code // "InvalidVPCId". // // The VPC ID that you specified either isn't a valid ID or the current account // is not authorized to access this VPC. ErrCodeInvalidVPCId = "InvalidVPCId" // ErrCodeLastVPCAssociation for service response error code // "LastVPCAssociation". // // The VPC that you're trying to disassociate from the private hosted zone is // the last VPC that is associated with the hosted zone. Amazon Route 53 doesn't // support disassociating the last VPC from a hosted zone. ErrCodeLastVPCAssociation = "LastVPCAssociation" // ErrCodeLimitsExceeded for service response error code // "LimitsExceeded". // // This operation can't be completed either because the current account has // reached the limit on reusable delegation sets that it can create or because // you've reached the limit on the number of Amazon VPCs that you can associate // with a private hosted zone. To get the current limit on the number of reusable // delegation sets, see GetAccountLimit. To get the current limit on the number // of Amazon VPCs that you can associate with a private hosted zone, see GetHostedZoneLimit. // To request a higher limit, create a case (http://aws.amazon.com/route53-request) // with the AWS Support Center. ErrCodeLimitsExceeded = "LimitsExceeded" // ErrCodeNoSuchChange for service response error code // "NoSuchChange". // // A change with the specified change ID does not exist. ErrCodeNoSuchChange = "NoSuchChange" // ErrCodeNoSuchCloudWatchLogsLogGroup for service response error code // "NoSuchCloudWatchLogsLogGroup". // // There is no CloudWatch Logs log group with the specified ARN. ErrCodeNoSuchCloudWatchLogsLogGroup = "NoSuchCloudWatchLogsLogGroup" // ErrCodeNoSuchDelegationSet for service response error code // "NoSuchDelegationSet". // // A reusable delegation set with the specified ID does not exist. ErrCodeNoSuchDelegationSet = "NoSuchDelegationSet" // ErrCodeNoSuchGeoLocation for service response error code // "NoSuchGeoLocation". // // Amazon Route 53 doesn't support the specified geolocation. ErrCodeNoSuchGeoLocation = "NoSuchGeoLocation" // ErrCodeNoSuchHealthCheck for service response error code // "NoSuchHealthCheck". // // No health check exists with the ID that you specified in the DeleteHealthCheck // request. ErrCodeNoSuchHealthCheck = "NoSuchHealthCheck" // ErrCodeNoSuchHostedZone for service response error code // "NoSuchHostedZone". // // No hosted zone exists with the ID that you specified. ErrCodeNoSuchHostedZone = "NoSuchHostedZone" // ErrCodeNoSuchQueryLoggingConfig for service response error code // "NoSuchQueryLoggingConfig". // // There is no DNS query logging configuration with the specified ID. ErrCodeNoSuchQueryLoggingConfig = "NoSuchQueryLoggingConfig" // ErrCodeNoSuchTrafficPolicy for service response error code // "NoSuchTrafficPolicy". // // No traffic policy exists with the specified ID. ErrCodeNoSuchTrafficPolicy = "NoSuchTrafficPolicy" // ErrCodeNoSuchTrafficPolicyInstance for service response error code // "NoSuchTrafficPolicyInstance". // // No traffic policy instance exists with the specified ID. ErrCodeNoSuchTrafficPolicyInstance = "NoSuchTrafficPolicyInstance" // ErrCodeNotAuthorizedException for service response error code // "NotAuthorizedException". // // Associating the specified VPC with the specified hosted zone has not been // authorized. ErrCodeNotAuthorizedException = "NotAuthorizedException" // ErrCodePriorRequestNotComplete for service response error code // "PriorRequestNotComplete". // // If Amazon Route 53 can't process a request before the next request arrives, // it will reject subsequent requests for the same hosted zone and return an // HTTP 400 error (Bad request). If Amazon Route 53 returns this error repeatedly // for the same request, we recommend that you wait, in intervals of increasing // duration, before you try the request again. ErrCodePriorRequestNotComplete = "PriorRequestNotComplete" // ErrCodePublicZoneVPCAssociation for service response error code // "PublicZoneVPCAssociation". // // You're trying to associate a VPC with a public hosted zone. Amazon Route // 53 doesn't support associating a VPC with a public hosted zone. ErrCodePublicZoneVPCAssociation = "PublicZoneVPCAssociation" // ErrCodeQueryLoggingConfigAlreadyExists for service response error code // "QueryLoggingConfigAlreadyExists". // // You can create only one query logging configuration for a hosted zone, and // a query logging configuration already exists for this hosted zone. ErrCodeQueryLoggingConfigAlreadyExists = "QueryLoggingConfigAlreadyExists" // ErrCodeThrottlingException for service response error code // "ThrottlingException". // // The limit on the number of requests per second was exceeded. ErrCodeThrottlingException = "ThrottlingException" // ErrCodeTooManyHealthChecks for service response error code // "TooManyHealthChecks". // // This health check can't be created because the current account has reached // the limit on the number of active health checks. // // For information about default limits, see Limits (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html) // in the Amazon Route 53 Developer Guide. // // For information about how to get the current limit for an account, see GetAccountLimit. // To request a higher limit, create a case (http://aws.amazon.com/route53-request) // with the AWS Support Center. // // You have reached the maximum number of active health checks for an AWS account. // To request a higher limit, create a case (http://aws.amazon.com/route53-request) // with the AWS Support Center. ErrCodeTooManyHealthChecks = "TooManyHealthChecks" // ErrCodeTooManyHostedZones for service response error code // "TooManyHostedZones". // // This operation can't be completed either because the current account has // reached the limit on the number of hosted zones or because you've reached // the limit on the number of hosted zones that can be associated with a reusable // delegation set. // // For information about default limits, see Limits (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html) // in the Amazon Route 53 Developer Guide. // // To get the current limit on hosted zones that can be created by an account, // see GetAccountLimit. // // To get the current limit on hosted zones that can be associated with a reusable // delegation set, see GetReusableDelegationSetLimit. // // To request a higher limit, create a case (http://aws.amazon.com/route53-request) // with the AWS Support Center. ErrCodeTooManyHostedZones = "TooManyHostedZones" // ErrCodeTooManyTrafficPolicies for service response error code // "TooManyTrafficPolicies". // // This traffic policy can't be created because the current account has reached // the limit on the number of traffic policies. // // For information about default limits, see Limits (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html) // in the Amazon Route 53 Developer Guide. // // To get the current limit for an account, see GetAccountLimit. // // To request a higher limit, create a case (http://aws.amazon.com/route53-request) // with the AWS Support Center. ErrCodeTooManyTrafficPolicies = "TooManyTrafficPolicies" // ErrCodeTooManyTrafficPolicyInstances for service response error code // "TooManyTrafficPolicyInstances". // // This traffic policy instance can't be created because the current account // has reached the limit on the number of traffic policy instances. // // For information about default limits, see Limits (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html) // in the Amazon Route 53 Developer Guide. // // For information about how to get the current limit for an account, see GetAccountLimit. // // To request a higher limit, create a case (http://aws.amazon.com/route53-request) // with the AWS Support Center. ErrCodeTooManyTrafficPolicyInstances = "TooManyTrafficPolicyInstances" // ErrCodeTooManyTrafficPolicyVersionsForCurrentPolicy for service response error code // "TooManyTrafficPolicyVersionsForCurrentPolicy". // // This traffic policy version can't be created because you've reached the limit // of 1000 on the number of versions that you can create for the current traffic // policy. // // To create more traffic policy versions, you can use GetTrafficPolicy to get // the traffic policy document for a specified traffic policy version, and then // use CreateTrafficPolicy to create a new traffic policy using the traffic // policy document. ErrCodeTooManyTrafficPolicyVersionsForCurrentPolicy = "TooManyTrafficPolicyVersionsForCurrentPolicy" // ErrCodeTooManyVPCAssociationAuthorizations for service response error code // "TooManyVPCAssociationAuthorizations". // // You've created the maximum number of authorizations that can be created for // the specified hosted zone. To authorize another VPC to be associated with // the hosted zone, submit a DeleteVPCAssociationAuthorization request to remove // an existing authorization. To get a list of existing authorizations, submit // a ListVPCAssociationAuthorizations request. ErrCodeTooManyVPCAssociationAuthorizations = "TooManyVPCAssociationAuthorizations" // ErrCodeTrafficPolicyAlreadyExists for service response error code // "TrafficPolicyAlreadyExists". // // A traffic policy that has the same value for Name already exists. ErrCodeTrafficPolicyAlreadyExists = "TrafficPolicyAlreadyExists" // ErrCodeTrafficPolicyInUse for service response error code // "TrafficPolicyInUse". // // One or more traffic policy instances were created by using the specified // traffic policy. ErrCodeTrafficPolicyInUse = "TrafficPolicyInUse" // ErrCodeTrafficPolicyInstanceAlreadyExists for service response error code // "TrafficPolicyInstanceAlreadyExists". // // There is already a traffic policy instance with the specified ID. ErrCodeTrafficPolicyInstanceAlreadyExists = "TrafficPolicyInstanceAlreadyExists" // ErrCodeVPCAssociationAuthorizationNotFound for service response error code // "VPCAssociationAuthorizationNotFound". // // The VPC that you specified is not authorized to be associated with the hosted // zone. ErrCodeVPCAssociationAuthorizationNotFound = "VPCAssociationAuthorizationNotFound" // ErrCodeVPCAssociationNotFound for service response error code // "VPCAssociationNotFound". // // The specified VPC and hosted zone are not currently associated. ErrCodeVPCAssociationNotFound = "VPCAssociationNotFound" )
const ( ServiceName = "route53" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "Route 53" // ServiceID is a unique identifer of a specific service. )
Service information constants
const (
// ReusableDelegationSetLimitTypeMaxZonesByReusableDelegationSet is a ReusableDelegationSetLimitType enum value
ReusableDelegationSetLimitTypeMaxZonesByReusableDelegationSet = "MAX_ZONES_BY_REUSABLE_DELEGATION_SET"
)
Variables ¶
Functions ¶
Types ¶
type AccountLimit ¶
type AccountLimit struct { // The limit that you requested. Valid values include the following: // // * MAX_HEALTH_CHECKS_BY_OWNER: The maximum number of health checks that // you can create using the current account. // // * MAX_HOSTED_ZONES_BY_OWNER: The maximum number of hosted zones that you // can create using the current account. // // * MAX_REUSABLE_DELEGATION_SETS_BY_OWNER: The maximum number of reusable // delegation sets that you can create using the current account. // // * MAX_TRAFFIC_POLICIES_BY_OWNER: The maximum number of traffic policies // that you can create using the current account. // // * MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER: The maximum number of traffic // policy instances that you can create using the current account. (Traffic // policy instances are referred to as traffic flow policy records in the // Amazon Route 53 console.) // // Type is a required field Type *string `type:"string" required:"true" enum:"AccountLimitType"` // The current value for the limit that is specified by AccountLimit$Type. // // Value is a required field Value *int64 `min:"1" type:"long" required:"true"` // contains filtered or unexported fields }
A complex type that contains the type of limit that you specified in the request and the current value for that limit.
func (AccountLimit) GoString ¶
func (s AccountLimit) GoString() string
GoString returns the string representation
func (*AccountLimit) SetType ¶
func (s *AccountLimit) SetType(v string) *AccountLimit
SetType sets the Type field's value.
func (*AccountLimit) SetValue ¶
func (s *AccountLimit) SetValue(v int64) *AccountLimit
SetValue sets the Value field's value.
func (AccountLimit) String ¶
func (s AccountLimit) String() string
String returns the string representation
type AlarmIdentifier ¶
type AlarmIdentifier struct { // The name of the CloudWatch alarm that you want Amazon Route 53 health checkers // to use to determine whether this health check is healthy. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // A complex type that identifies the CloudWatch alarm that you want Amazon // Route 53 health checkers to use to determine whether this health check is // healthy. // // For the current list of CloudWatch regions, see Amazon CloudWatch (http://docs.aws.amazon.com/general/latest/gr/rande.html#cw_region) // in the AWS Regions and Endpoints chapter of the Amazon Web Services General // Reference. // // Region is a required field Region *string `min:"1" type:"string" required:"true" enum:"CloudWatchRegion"` // contains filtered or unexported fields }
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
func (AlarmIdentifier) GoString ¶
func (s AlarmIdentifier) GoString() string
GoString returns the string representation
func (*AlarmIdentifier) SetName ¶
func (s *AlarmIdentifier) SetName(v string) *AlarmIdentifier
SetName sets the Name field's value.
func (*AlarmIdentifier) SetRegion ¶
func (s *AlarmIdentifier) SetRegion(v string) *AlarmIdentifier
SetRegion sets the Region field's value.
func (AlarmIdentifier) String ¶
func (s AlarmIdentifier) String() string
String returns the string representation
func (*AlarmIdentifier) Validate ¶
func (s *AlarmIdentifier) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AliasTarget ¶
type AliasTarget struct { // Alias resource record sets only: The value that you specify depends on where // you want to route queries: // // CloudFront distributionSpecify 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. // // Elastic Beanstalk environmentSpecify the CNAME attribute for the environment. // (The environment must have a regionalized domain name.) You can use the following // methods to get the value of the CNAME attribute: // // AWS Management Console: For information about how to get the value by using // the console, see Using Custom Domains with AWS Elastic Beanstalk (http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customdomains.html) // in the AWS Elastic Beanstalk Developer Guide. // // Elastic Beanstalk API: Use the DescribeEnvironments action to get the value // of the CNAME attribute. For more information, see DescribeEnvironments (http://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DescribeEnvironments.html) // in the AWS Elastic Beanstalk API Reference. // // AWS CLI: Use the describe-environments command to get the value of the CNAME // attribute. For more information, see describe-environments (http://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/describe-environments.html) // in the AWS Command Line Interface Reference. // // ELB load balancerSpecify the DNS name that is associated with the load balancer. // Get the DNS name by using the AWS Management Console, the ELB API, or the // AWS CLI. // // AWS Management Console: Go to the EC2 page, choose Load Balancers in the // navigation pane, choose the load balancer, choose the Description tab, and // get the value of the DNS name field. (If you're routing traffic to a Classic // Load Balancer, get the value that begins with dualstack.) // // Elastic Load Balancing API: Use DescribeLoadBalancers to get the value of // DNSName. For more information, see the applicable guide: // // Classic Load Balancers: DescribeLoadBalancers (http://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html) // // Application and Network Load Balancers: DescribeLoadBalancers (http://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html) // // AWS CLI: Use describe-load-balancers to get the value of DNSName. For more // information, see the applicable guide: // // Classic Load Balancers: describe-load-balancers (http://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancers.html) // // Application and Network Load Balancers: describe-load-balancers (http://docs.aws.amazon.com/cli/latest/reference/elbv2/describe-load-balancers.html) // // Amazon S3 bucket that is configured as a static websiteSpecify the domain // name of the Amazon S3 website endpoint in which you created the bucket, for // example, s3-website-us-east-2.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 S3 // buckets for websites, see Getting Started with Amazon Route 53 (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/getting-started.html) // in the Amazon Route 53 Developer Guide. // // Another Amazon Route 53 resource record setSpecify the value of the Name // element for a resource record set in the current hosted zone. // // DNSName is a required field DNSName *string `type:"string" required:"true"` // Applies only to alias, failover alias, geolocation alias, latency alias, // and weighted alias resource record sets: When EvaluateTargetHealth is true, // an alias resource record set inherits the health of the referenced AWS resource, // such as an ELB load balancer, or the referenced resource record set. // // Note the following: // // * You can't 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. For more information, see What Happens // When You Omit Health Checks? (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting) // in the Amazon Route 53 Developer Guide. // // * If you specify an Elastic Beanstalk environment in HostedZoneId and // DNSName, and if the environment contains an ELB load balancer, Elastic // Load Balancing routes queries only to the healthy Amazon EC2 instances // that are registered with the load balancer. (An environment automatically // contains an ELB load balancer if it includes more than one EC2 instance.) // If you set EvaluateTargetHealth to true and either no EC2 instances are // healthy or the load balancer itself is unhealthy, Amazon Route 53 routes // queries to other available resources that are healthy, if any. // // If the environment contains a single EC2 instance, there are no special requirements. // // * If you specify an ELB load balancer in AliasTarget, ELB routes queries // only to the healthy EC2 instances that are registered with the load balancer. // If no 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 ELB 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 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 is a required field EvaluateTargetHealth *bool `type:"boolean" required:"true"` // Alias resource records sets only: The value used depends on where you want // to route traffic: // // CloudFront distributionSpecify Z2FDTNDATAQYW2. // // Alias resource record sets for CloudFront can't be created in a private zone. // // Elastic Beanstalk environmentSpecify the hosted zone ID for the region in // which you created the environment. The environment must have a regionalized // subdomain. For a list of regions and the corresponding hosted zone IDs, see // AWS Elastic Beanstalk (http://docs.aws.amazon.com/general/latest/gr/rande.html#elasticbeanstalk_region) // in the "AWS Regions and Endpoints" chapter of the Amazon Web Services General // Reference. // // ELB load balancerSpecify the value of the hosted zone ID for the load balancer. // Use the following methods to get the hosted zone ID: // // Elastic Load Balancing (http://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region) // table in the "AWS Regions and Endpoints" chapter of the Amazon Web Services // General Reference: Use the value that corresponds with the region that you // created your load balancer in. Note that there are separate columns for Application // and Classic Load Balancers and for Network Load Balancers. // // AWS Management Console: Go to the Amazon EC2 page, choose Load Balancers // in the navigation pane, select the load balancer, and get the value of the // Hosted zone field on the Description tab. // // Elastic Load Balancing API: Use DescribeLoadBalancers to get the applicable // value. For more information, see the applicable guide: // // Classic Load Balancers: Use DescribeLoadBalancers (http://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html) // to get the value of CanonicalHostedZoneNameId. // // Application and Network Load Balancers: Use DescribeLoadBalancers (http://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html) // to get the value of CanonicalHostedZoneId. // // AWS CLI: Use describe-load-balancers to get the applicable value. For more // information, see the applicable guide: // // Classic Load Balancers: Use describe-load-balancers (http://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancers.html) // to get the value of CanonicalHostedZoneNameId. // // Application and Network Load Balancers: Use describe-load-balancers (http://docs.aws.amazon.com/cli/latest/reference/elbv2/describe-load-balancers.html) // to get the value of CanonicalHostedZoneId. // // An Amazon S3 bucket configured as a static websiteSpecify the hosted zone // ID for the region that you created the bucket in. For more information about // valid values, see the Amazon Simple Storage Service Website Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region) // table in the "AWS Regions and Endpoints" chapter of the Amazon Web Services // General Reference. // // Another Amazon Route 53 resource record set in your hosted zoneSpecify the // hosted zone ID of your hosted zone. (An alias resource record set can't reference // a resource record set in a different hosted zone.) // // HostedZoneId is a required field HostedZoneId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Alias resource record sets only: Information about the CloudFront distribution, Elastic Beanstalk environment, ELB load balancer, Amazon S3 bucket, or Amazon Route 53 resource record set that you're redirecting queries to. An Elastic Beanstalk environment must have a regionalized subdomain.
When creating resource record sets for a private hosted zone, note the following:
* Resource record sets can't be created for CloudFront distributions in a private hosted zone. * Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported. * For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone (http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html).
func (AliasTarget) GoString ¶
func (s AliasTarget) GoString() string
GoString returns the string representation
func (*AliasTarget) SetDNSName ¶
func (s *AliasTarget) SetDNSName(v string) *AliasTarget
SetDNSName sets the DNSName field's value.
func (*AliasTarget) SetEvaluateTargetHealth ¶
func (s *AliasTarget) SetEvaluateTargetHealth(v bool) *AliasTarget
SetEvaluateTargetHealth sets the EvaluateTargetHealth field's value.
func (*AliasTarget) SetHostedZoneId ¶
func (s *AliasTarget) SetHostedZoneId(v string) *AliasTarget
SetHostedZoneId sets the HostedZoneId field's value.
func (AliasTarget) String ¶
func (s AliasTarget) String() string
String returns the string representation
func (*AliasTarget) Validate ¶
func (s *AliasTarget) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateVPCWithHostedZoneInput ¶
type AssociateVPCWithHostedZoneInput struct { // Optional: A comment about the association request. Comment *string `type:"string"` // The ID of the private hosted zone that you want to associate an Amazon VPC // with. // // Note that you can't associate a VPC with a hosted zone that doesn't have // an existing VPC association. // // HostedZoneId is a required field HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"` // A complex type that contains information about the VPC that you want to associate // with a private hosted zone. // // VPC is a required field VPC *VPC `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the request to associate a VPC with a private hosted zone.
func (AssociateVPCWithHostedZoneInput) GoString ¶
func (s AssociateVPCWithHostedZoneInput) GoString() string
GoString returns the string representation
func (*AssociateVPCWithHostedZoneInput) SetComment ¶
func (s *AssociateVPCWithHostedZoneInput) SetComment(v string) *AssociateVPCWithHostedZoneInput
SetComment sets the Comment field's value.
func (*AssociateVPCWithHostedZoneInput) SetHostedZoneId ¶
func (s *AssociateVPCWithHostedZoneInput) SetHostedZoneId(v string) *AssociateVPCWithHostedZoneInput
SetHostedZoneId sets the HostedZoneId field's value.
func (*AssociateVPCWithHostedZoneInput) SetVPC ¶
func (s *AssociateVPCWithHostedZoneInput) SetVPC(v *VPC) *AssociateVPCWithHostedZoneInput
SetVPC sets the VPC field's value.
func (AssociateVPCWithHostedZoneInput) String ¶
func (s AssociateVPCWithHostedZoneInput) String() string
String returns the string representation
func (*AssociateVPCWithHostedZoneInput) Validate ¶
func (s *AssociateVPCWithHostedZoneInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateVPCWithHostedZoneOutput ¶
type AssociateVPCWithHostedZoneOutput struct { // A complex type that describes the changes made to your hosted zone. // // ChangeInfo is a required field ChangeInfo *ChangeInfo `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains the response information for the AssociateVPCWithHostedZone request.
func (AssociateVPCWithHostedZoneOutput) GoString ¶
func (s AssociateVPCWithHostedZoneOutput) GoString() string
GoString returns the string representation
func (*AssociateVPCWithHostedZoneOutput) SetChangeInfo ¶
func (s *AssociateVPCWithHostedZoneOutput) SetChangeInfo(v *ChangeInfo) *AssociateVPCWithHostedZoneOutput
SetChangeInfo sets the ChangeInfo field's value.
func (AssociateVPCWithHostedZoneOutput) String ¶
func (s AssociateVPCWithHostedZoneOutput) String() 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. // // To delete the resource record set that is associated with a traffic policy // instance, use DeleteTrafficPolicyInstance. Amazon Route 53 will delete // the resource record set automatically. If you delete the resource record // set by using ChangeResourceRecordSets, Amazon Route 53 doesn't automatically // delete the traffic policy instance, and you'll continue to be charged // for it even though it's no longer in use. // // * UPSERT: If a resource record set doesn't already exist, Amazon Route // 53 creates it. If a resource record set does exist, Amazon Route 53 updates // it with the values in the request. // // Action is a required field Action *string `type:"string" required:"true" enum:"ChangeAction"` // Information about the resource record set to create, delete, or update. // // ResourceRecordSet is a required field ResourceRecordSet *ResourceRecordSet `type:"structure" required:"true"` // contains filtered or unexported fields }
The information for each resource record set that you want to change.
func (*Change) SetResourceRecordSet ¶
func (s *Change) SetResourceRecordSet(v *ResourceRecordSet) *Change
SetResourceRecordSet sets the ResourceRecordSet field's value.
type ChangeBatch ¶
type ChangeBatch struct { // Information about the changes to make to the record sets. // // Changes is a required field Changes []*Change `locationNameList:"Change" min:"1" type:"list" required:"true"` // Optional: Any comments you want to include about a change batch request. Comment *string `type:"string"` // contains filtered or unexported fields }
The information for a change request.
func (ChangeBatch) GoString ¶
func (s ChangeBatch) GoString() string
GoString returns the string representation
func (*ChangeBatch) SetChanges ¶
func (s *ChangeBatch) SetChanges(v []*Change) *ChangeBatch
SetChanges sets the Changes field's value.
func (*ChangeBatch) SetComment ¶
func (s *ChangeBatch) SetComment(v string) *ChangeBatch
SetComment sets the Comment field's value.
func (ChangeBatch) String ¶
func (s ChangeBatch) String() string
String returns the string representation
func (*ChangeBatch) Validate ¶
func (s *ChangeBatch) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ChangeInfo ¶
type ChangeInfo struct { // A complex type that describes change information about changes made to your // hosted zone. // // This element contains an ID that you use when performing a GetChange action // to get detailed information about the change. Comment *string `type:"string"` // The ID of the request. // // Id is a required field Id *string `type:"string" required:"true"` // The current state of the request. PENDING indicates that this request has // not yet been applied to all Amazon Route 53 DNS servers. // // Status is a required field Status *string `type:"string" required:"true" enum:"ChangeStatus"` // The date and time that the change request was submitted in ISO 8601 format // (https://en.wikipedia.org/wiki/ISO_8601) and Coordinated Universal Time (UTC). // For example, the value 2017-03-27T17:48:16.751Z represents March 27, 2017 // at 17:48:16.751 UTC. // // SubmittedAt is a required field SubmittedAt *time.Time `type:"timestamp" timestampFormat:"iso8601" required:"true"` // contains filtered or unexported fields }
A complex type that describes change information about changes made to your hosted zone.
func (ChangeInfo) GoString ¶
func (s ChangeInfo) GoString() string
GoString returns the string representation
func (*ChangeInfo) SetComment ¶
func (s *ChangeInfo) SetComment(v string) *ChangeInfo
SetComment sets the Comment field's value.
func (*ChangeInfo) SetId ¶
func (s *ChangeInfo) SetId(v string) *ChangeInfo
SetId sets the Id field's value.
func (*ChangeInfo) SetStatus ¶
func (s *ChangeInfo) SetStatus(v string) *ChangeInfo
SetStatus sets the Status field's value.
func (*ChangeInfo) SetSubmittedAt ¶
func (s *ChangeInfo) SetSubmittedAt(v time.Time) *ChangeInfo
SetSubmittedAt sets the SubmittedAt field's value.
func (ChangeInfo) String ¶
func (s ChangeInfo) String() string
String returns the string representation
type ChangeResourceRecordSetsInput ¶
type ChangeResourceRecordSetsInput struct { // A complex type that contains an optional comment and the Changes element. // // ChangeBatch is a required field ChangeBatch *ChangeBatch `type:"structure" required:"true"` // The ID of the hosted zone that contains the resource record sets that you // want to change. // // HostedZoneId is a required field HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
A complex type that contains change information for the resource record set.
func (ChangeResourceRecordSetsInput) GoString ¶
func (s ChangeResourceRecordSetsInput) GoString() string
GoString returns the string representation
func (*ChangeResourceRecordSetsInput) SetChangeBatch ¶
func (s *ChangeResourceRecordSetsInput) SetChangeBatch(v *ChangeBatch) *ChangeResourceRecordSetsInput
SetChangeBatch sets the ChangeBatch field's value.
func (*ChangeResourceRecordSetsInput) SetHostedZoneId ¶
func (s *ChangeResourceRecordSetsInput) SetHostedZoneId(v string) *ChangeResourceRecordSetsInput
SetHostedZoneId sets the HostedZoneId field's value.
func (ChangeResourceRecordSetsInput) String ¶
func (s ChangeResourceRecordSetsInput) String() 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 is a required field ChangeInfo *ChangeInfo `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type containing the response for the request.
func (ChangeResourceRecordSetsOutput) GoString ¶
func (s ChangeResourceRecordSetsOutput) GoString() string
GoString returns the string representation
func (*ChangeResourceRecordSetsOutput) SetChangeInfo ¶
func (s *ChangeResourceRecordSetsOutput) SetChangeInfo(v *ChangeInfo) *ChangeResourceRecordSetsOutput
SetChangeInfo sets the ChangeInfo field's value.
func (ChangeResourceRecordSetsOutput) String ¶
func (s ChangeResourceRecordSetsOutput) String() string
String returns the string representation
type ChangeTagsForResourceInput ¶
type ChangeTagsForResourceInput struct { // A complex type that contains a list of the tags that you want to add to the // specified health check or hosted zone and/or the tags that you want to edit // Value for. // // You can add a maximum of 10 tags to a health check or a hosted zone. AddTags []*Tag `locationNameList:"Tag" min:"1" type:"list"` // A complex type that contains a list of the tags that you want to delete from // the specified health check or hosted zone. You can specify up to 10 keys. RemoveTagKeys []*string `locationNameList:"Key" min:"1" type:"list"` // The ID of the resource for which you want to add, change, or delete tags. // // ResourceId is a required field ResourceId *string `location:"uri" locationName:"ResourceId" type:"string" required:"true"` // The type of the resource. // // * The resource type for health checks is healthcheck. // // * The resource type for hosted zones is hostedzone. // // ResourceType is a required field ResourceType *string `location:"uri" locationName:"ResourceType" type:"string" required:"true" enum:"TagResourceType"` // contains filtered or unexported fields }
A complex type that contains information about the tags that you want to add, edit, or delete.
func (ChangeTagsForResourceInput) GoString ¶
func (s ChangeTagsForResourceInput) GoString() string
GoString returns the string representation
func (*ChangeTagsForResourceInput) SetAddTags ¶
func (s *ChangeTagsForResourceInput) SetAddTags(v []*Tag) *ChangeTagsForResourceInput
SetAddTags sets the AddTags field's value.
func (*ChangeTagsForResourceInput) SetRemoveTagKeys ¶
func (s *ChangeTagsForResourceInput) SetRemoveTagKeys(v []*string) *ChangeTagsForResourceInput
SetRemoveTagKeys sets the RemoveTagKeys field's value.
func (*ChangeTagsForResourceInput) SetResourceId ¶
func (s *ChangeTagsForResourceInput) SetResourceId(v string) *ChangeTagsForResourceInput
SetResourceId sets the ResourceId field's value.
func (*ChangeTagsForResourceInput) SetResourceType ¶
func (s *ChangeTagsForResourceInput) SetResourceType(v string) *ChangeTagsForResourceInput
SetResourceType sets the ResourceType field's value.
func (ChangeTagsForResourceInput) String ¶
func (s ChangeTagsForResourceInput) String() 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 ¶
func (s ChangeTagsForResourceOutput) String() string
String returns the string representation
type CloudWatchAlarmConfiguration ¶
type CloudWatchAlarmConfiguration struct { // For the metric that the CloudWatch alarm is associated with, the arithmetic // operation that is used for the comparison. // // ComparisonOperator is a required field ComparisonOperator *string `type:"string" required:"true" enum:"ComparisonOperator"` // For the metric that the CloudWatch alarm is associated with, a complex type // that contains information about the dimensions for the metric. For information, // see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html) // in the Amazon CloudWatch User Guide. Dimensions []*Dimension `locationNameList:"Dimension" type:"list"` // For the metric that the CloudWatch alarm is associated with, the number of // periods that the metric is compared to the threshold. // // EvaluationPeriods is a required field EvaluationPeriods *int64 `min:"1" type:"integer" required:"true"` // The name of the CloudWatch metric that the alarm is associated with. // // MetricName is a required field MetricName *string `min:"1" type:"string" required:"true"` // The namespace of the metric that the alarm is associated with. For more information, // see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference (http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html) // in the Amazon CloudWatch User Guide. // // Namespace is a required field Namespace *string `min:"1" type:"string" required:"true"` // For the metric that the CloudWatch alarm is associated with, the duration // of one evaluation period in seconds. // // Period is a required field Period *int64 `min:"60" type:"integer" required:"true"` // For the metric that the CloudWatch alarm is associated with, the statistic // that is applied to the metric. // // Statistic is a required field Statistic *string `type:"string" required:"true" enum:"Statistic"` // For the metric that the CloudWatch alarm is associated with, the value the // metric is compared with. // // Threshold is a required field Threshold *float64 `type:"double" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.
func (CloudWatchAlarmConfiguration) GoString ¶
func (s CloudWatchAlarmConfiguration) GoString() string
GoString returns the string representation
func (*CloudWatchAlarmConfiguration) SetComparisonOperator ¶
func (s *CloudWatchAlarmConfiguration) SetComparisonOperator(v string) *CloudWatchAlarmConfiguration
SetComparisonOperator sets the ComparisonOperator field's value.
func (*CloudWatchAlarmConfiguration) SetDimensions ¶
func (s *CloudWatchAlarmConfiguration) SetDimensions(v []*Dimension) *CloudWatchAlarmConfiguration
SetDimensions sets the Dimensions field's value.
func (*CloudWatchAlarmConfiguration) SetEvaluationPeriods ¶
func (s *CloudWatchAlarmConfiguration) SetEvaluationPeriods(v int64) *CloudWatchAlarmConfiguration
SetEvaluationPeriods sets the EvaluationPeriods field's value.
func (*CloudWatchAlarmConfiguration) SetMetricName ¶
func (s *CloudWatchAlarmConfiguration) SetMetricName(v string) *CloudWatchAlarmConfiguration
SetMetricName sets the MetricName field's value.
func (*CloudWatchAlarmConfiguration) SetNamespace ¶
func (s *CloudWatchAlarmConfiguration) SetNamespace(v string) *CloudWatchAlarmConfiguration
SetNamespace sets the Namespace field's value.
func (*CloudWatchAlarmConfiguration) SetPeriod ¶
func (s *CloudWatchAlarmConfiguration) SetPeriod(v int64) *CloudWatchAlarmConfiguration
SetPeriod sets the Period field's value.
func (*CloudWatchAlarmConfiguration) SetStatistic ¶
func (s *CloudWatchAlarmConfiguration) SetStatistic(v string) *CloudWatchAlarmConfiguration
SetStatistic sets the Statistic field's value.
func (*CloudWatchAlarmConfiguration) SetThreshold ¶
func (s *CloudWatchAlarmConfiguration) SetThreshold(v float64) *CloudWatchAlarmConfiguration
SetThreshold sets the Threshold field's value.
func (CloudWatchAlarmConfiguration) String ¶
func (s CloudWatchAlarmConfiguration) String() string
String returns the string representation
type CreateHealthCheckInput ¶
type CreateHealthCheckInput struct { // A unique string that identifies the request and that allows you to retry // a failed CreateHealthCheck request without the risk of creating two identical // health checks: // // * If you send a CreateHealthCheck request with the same CallerReference // and settings as a previous request, and if the health check doesn't exist, // Amazon Route 53 creates the health check. If the health check does exist, // Amazon Route 53 returns the settings for the existing health check. // // * If you send a CreateHealthCheck request with the same CallerReference // as a deleted health check, regardless of the settings, Amazon Route 53 // returns a HealthCheckAlreadyExists error. // // * If you send a CreateHealthCheck request with the same CallerReference // as an existing health check but with different settings, Amazon Route // 53 returns a HealthCheckAlreadyExists error. // // * If you send a CreateHealthCheck request with a unique CallerReference // but settings identical to an existing health check, Amazon Route 53 creates // the health check. // // CallerReference is a required field CallerReference *string `min:"1" type:"string" required:"true"` // A complex type that contains the response to a CreateHealthCheck request. // // HealthCheckConfig is a required field HealthCheckConfig *HealthCheckConfig `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains the health check request information.
func (CreateHealthCheckInput) GoString ¶
func (s CreateHealthCheckInput) GoString() string
GoString returns the string representation
func (*CreateHealthCheckInput) SetCallerReference ¶
func (s *CreateHealthCheckInput) SetCallerReference(v string) *CreateHealthCheckInput
SetCallerReference sets the CallerReference field's value.
func (*CreateHealthCheckInput) SetHealthCheckConfig ¶
func (s *CreateHealthCheckInput) SetHealthCheckConfig(v *HealthCheckConfig) *CreateHealthCheckInput
SetHealthCheckConfig sets the HealthCheckConfig field's value.
func (CreateHealthCheckInput) String ¶
func (s CreateHealthCheckInput) String() string
String returns the string representation
func (*CreateHealthCheckInput) Validate ¶
func (s *CreateHealthCheckInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateHealthCheckOutput ¶
type CreateHealthCheckOutput struct { // A complex type that contains identifying information about the health check. // // HealthCheck is a required field HealthCheck *HealthCheck `type:"structure" required:"true"` // The unique URL representing the new health check. // // Location is a required field Location *string `location:"header" locationName:"Location" type:"string" required:"true"` // contains filtered or unexported fields }
A complex type containing the response information for the new health check.
func (CreateHealthCheckOutput) GoString ¶
func (s CreateHealthCheckOutput) GoString() string
GoString returns the string representation
func (*CreateHealthCheckOutput) SetHealthCheck ¶
func (s *CreateHealthCheckOutput) SetHealthCheck(v *HealthCheck) *CreateHealthCheckOutput
SetHealthCheck sets the HealthCheck field's value.
func (*CreateHealthCheckOutput) SetLocation ¶
func (s *CreateHealthCheckOutput) SetLocation(v string) *CreateHealthCheckOutput
SetLocation sets the Location field's value.
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 submit a CreateHostedZone // request. CallerReference can be any unique string, for example, a date/time // stamp. // // CallerReference is a required field CallerReference *string `min:"1" type:"string" required:"true"` // If you want to associate a reusable delegation set with this hosted zone, // the ID that Amazon Route 53 assigned to the reusable delegation set when // you created it. For more information about reusable delegation sets, see // CreateReusableDelegationSet. DelegationSetId *string `type:"string"` // (Optional) A complex type that contains the following optional values: // // * For public and private hosted zones, an optional comment // // * For private hosted zones, an optional PrivateZone element // // If you don't specify a comment or the PrivateZone element, omit HostedZoneConfig // and the other elements. HostedZoneConfig *HostedZoneConfig `type:"structure"` // The name of the domain. For resource record types that include a domain name, // specify a fully qualified domain name, for example, www.example.com. The // trailing dot is optional; Amazon Route 53 assumes that the domain name is // fully qualified. This means that Amazon Route 53 treats www.example.com (without // a trailing dot) and www.example.com. (with a trailing dot) as identical. // // If you're creating a public hosted zone, this is the name you have registered // with your DNS registrar. If your domain name is registered with a registrar // other than Amazon Route 53, change the name servers for your domain to the // set of NameServers that CreateHostedZone returns in DelegationSet. // // Name is a required field Name *string `type:"string" required:"true"` // (Private hosted zones only) A complex type that contains information about // the Amazon VPC that you're associating with this hosted zone. // // You can specify only one Amazon VPC when you create a private hosted zone. // To associate additional Amazon VPCs with the hosted zone, use AssociateVPCWithHostedZone // after you create a hosted zone. VPC *VPC `type:"structure"` // contains filtered or unexported fields }
A complex type that contains information about the request to create a hosted zone.
func (CreateHostedZoneInput) GoString ¶
func (s CreateHostedZoneInput) GoString() string
GoString returns the string representation
func (*CreateHostedZoneInput) SetCallerReference ¶
func (s *CreateHostedZoneInput) SetCallerReference(v string) *CreateHostedZoneInput
SetCallerReference sets the CallerReference field's value.
func (*CreateHostedZoneInput) SetDelegationSetId ¶
func (s *CreateHostedZoneInput) SetDelegationSetId(v string) *CreateHostedZoneInput
SetDelegationSetId sets the DelegationSetId field's value.
func (*CreateHostedZoneInput) SetHostedZoneConfig ¶
func (s *CreateHostedZoneInput) SetHostedZoneConfig(v *HostedZoneConfig) *CreateHostedZoneInput
SetHostedZoneConfig sets the HostedZoneConfig field's value.
func (*CreateHostedZoneInput) SetName ¶
func (s *CreateHostedZoneInput) SetName(v string) *CreateHostedZoneInput
SetName sets the Name field's value.
func (*CreateHostedZoneInput) SetVPC ¶
func (s *CreateHostedZoneInput) SetVPC(v *VPC) *CreateHostedZoneInput
SetVPC sets the VPC field's value.
func (CreateHostedZoneInput) String ¶
func (s CreateHostedZoneInput) String() string
String returns the string representation
func (*CreateHostedZoneInput) Validate ¶
func (s *CreateHostedZoneInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateHostedZoneOutput ¶
type CreateHostedZoneOutput struct { // A complex type that contains information about the CreateHostedZone request. // // ChangeInfo is a required field ChangeInfo *ChangeInfo `type:"structure" required:"true"` // A complex type that describes the name servers for this hosted zone. // // DelegationSet is a required field DelegationSet *DelegationSet `type:"structure" required:"true"` // A complex type that contains general information about the hosted zone. // // HostedZone is a required field HostedZone *HostedZone `type:"structure" required:"true"` // The unique URL representing the new hosted zone. // // Location is a required field Location *string `location:"header" locationName:"Location" type:"string" required:"true"` // A complex type that contains information about an Amazon VPC that you associated // with this hosted zone. VPC *VPC `type:"structure"` // contains filtered or unexported fields }
A complex type containing the response information for the hosted zone.
func (CreateHostedZoneOutput) GoString ¶
func (s CreateHostedZoneOutput) GoString() string
GoString returns the string representation
func (*CreateHostedZoneOutput) SetChangeInfo ¶
func (s *CreateHostedZoneOutput) SetChangeInfo(v *ChangeInfo) *CreateHostedZoneOutput
SetChangeInfo sets the ChangeInfo field's value.
func (*CreateHostedZoneOutput) SetDelegationSet ¶
func (s *CreateHostedZoneOutput) SetDelegationSet(v *DelegationSet) *CreateHostedZoneOutput
SetDelegationSet sets the DelegationSet field's value.
func (*CreateHostedZoneOutput) SetHostedZone ¶
func (s *CreateHostedZoneOutput) SetHostedZone(v *HostedZone) *CreateHostedZoneOutput
SetHostedZone sets the HostedZone field's value.
func (*CreateHostedZoneOutput) SetLocation ¶
func (s *CreateHostedZoneOutput) SetLocation(v string) *CreateHostedZoneOutput
SetLocation sets the Location field's value.
func (*CreateHostedZoneOutput) SetVPC ¶
func (s *CreateHostedZoneOutput) SetVPC(v *VPC) *CreateHostedZoneOutput
SetVPC sets the VPC field's value.
func (CreateHostedZoneOutput) String ¶
func (s CreateHostedZoneOutput) String() string
String returns the string representation
type CreateQueryLoggingConfigInput ¶
type CreateQueryLoggingConfigInput struct { // The Amazon Resource Name (ARN) for the log group that you want to Amazon // Route 53 to send query logs to. This is the format of the ARN: // // arn:aws:logs:region:account-id:log-group:log_group_name // // To get the ARN for a log group, you can use the CloudWatch console, the DescribeLogGroups // (http://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeLogGroups.html) // API action, the describe-log-groups (http://docs.aws.amazon.com/cli/latest/reference/logs/describe-log-groups.html) // command, or the applicable command in one of the AWS SDKs. // // CloudWatchLogsLogGroupArn is a required field CloudWatchLogsLogGroupArn *string `type:"string" required:"true"` // The ID of the hosted zone that you want to log queries for. You can log queries // only for public hosted zones. // // HostedZoneId is a required field HostedZoneId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateQueryLoggingConfigInput) GoString ¶
func (s CreateQueryLoggingConfigInput) GoString() string
GoString returns the string representation
func (*CreateQueryLoggingConfigInput) SetCloudWatchLogsLogGroupArn ¶
func (s *CreateQueryLoggingConfigInput) SetCloudWatchLogsLogGroupArn(v string) *CreateQueryLoggingConfigInput
SetCloudWatchLogsLogGroupArn sets the CloudWatchLogsLogGroupArn field's value.
func (*CreateQueryLoggingConfigInput) SetHostedZoneId ¶
func (s *CreateQueryLoggingConfigInput) SetHostedZoneId(v string) *CreateQueryLoggingConfigInput
SetHostedZoneId sets the HostedZoneId field's value.
func (CreateQueryLoggingConfigInput) String ¶
func (s CreateQueryLoggingConfigInput) String() string
String returns the string representation
func (*CreateQueryLoggingConfigInput) Validate ¶
func (s *CreateQueryLoggingConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateQueryLoggingConfigOutput ¶
type CreateQueryLoggingConfigOutput struct { // The unique URL representing the new query logging configuration. // // Location is a required field Location *string `location:"header" locationName:"Location" type:"string" required:"true"` // A complex type that contains the ID for a query logging configuration, the // ID of the hosted zone that you want to log queries for, and the ARN for the // log group that you want Amazon Route 53 to send query logs to. // // QueryLoggingConfig is a required field QueryLoggingConfig *QueryLoggingConfig `type:"structure" required:"true"` // contains filtered or unexported fields }
func (CreateQueryLoggingConfigOutput) GoString ¶
func (s CreateQueryLoggingConfigOutput) GoString() string
GoString returns the string representation
func (*CreateQueryLoggingConfigOutput) SetLocation ¶
func (s *CreateQueryLoggingConfigOutput) SetLocation(v string) *CreateQueryLoggingConfigOutput
SetLocation sets the Location field's value.
func (*CreateQueryLoggingConfigOutput) SetQueryLoggingConfig ¶
func (s *CreateQueryLoggingConfigOutput) SetQueryLoggingConfig(v *QueryLoggingConfig) *CreateQueryLoggingConfigOutput
SetQueryLoggingConfig sets the QueryLoggingConfig field's value.
func (CreateQueryLoggingConfigOutput) String ¶
func (s CreateQueryLoggingConfigOutput) String() string
String returns the string representation
type CreateReusableDelegationSetInput ¶
type CreateReusableDelegationSetInput struct { // A unique string that identifies the request, and that allows you to retry // failed CreateReusableDelegationSet requests without the risk of executing // the operation twice. You must use a unique CallerReference string every time // you submit a CreateReusableDelegationSet request. CallerReference can be // any unique string, for example a date/time stamp. // // CallerReference is a required field CallerReference *string `min:"1" type:"string" required:"true"` // If you want to mark the delegation set for an existing hosted zone as reusable, // the ID for that hosted zone. HostedZoneId *string `type:"string"` // contains filtered or unexported fields }
func (CreateReusableDelegationSetInput) GoString ¶
func (s CreateReusableDelegationSetInput) GoString() string
GoString returns the string representation
func (*CreateReusableDelegationSetInput) SetCallerReference ¶
func (s *CreateReusableDelegationSetInput) SetCallerReference(v string) *CreateReusableDelegationSetInput
SetCallerReference sets the CallerReference field's value.
func (*CreateReusableDelegationSetInput) SetHostedZoneId ¶
func (s *CreateReusableDelegationSetInput) SetHostedZoneId(v string) *CreateReusableDelegationSetInput
SetHostedZoneId sets the HostedZoneId field's value.
func (CreateReusableDelegationSetInput) String ¶
func (s CreateReusableDelegationSetInput) String() string
String returns the string representation
func (*CreateReusableDelegationSetInput) Validate ¶
func (s *CreateReusableDelegationSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateReusableDelegationSetOutput ¶
type CreateReusableDelegationSetOutput struct { // A complex type that contains name server information. // // DelegationSet is a required field DelegationSet *DelegationSet `type:"structure" required:"true"` // The unique URL representing the new reusable delegation set. // // Location is a required field Location *string `location:"header" locationName:"Location" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateReusableDelegationSetOutput) GoString ¶
func (s CreateReusableDelegationSetOutput) GoString() string
GoString returns the string representation
func (*CreateReusableDelegationSetOutput) SetDelegationSet ¶
func (s *CreateReusableDelegationSetOutput) SetDelegationSet(v *DelegationSet) *CreateReusableDelegationSetOutput
SetDelegationSet sets the DelegationSet field's value.
func (*CreateReusableDelegationSetOutput) SetLocation ¶
func (s *CreateReusableDelegationSetOutput) SetLocation(v string) *CreateReusableDelegationSetOutput
SetLocation sets the Location field's value.
func (CreateReusableDelegationSetOutput) String ¶
func (s CreateReusableDelegationSetOutput) String() string
String returns the string representation
type CreateTrafficPolicyInput ¶
type CreateTrafficPolicyInput struct { // (Optional) Any comments that you want to include about the traffic policy. Comment *string `type:"string"` // The definition of this traffic policy in JSON format. For more information, // see Traffic Policy Document Format (http://docs.aws.amazon.com/Route53/latest/APIReference/api-policies-traffic-policy-document-format.html). // // Document is a required field Document *string `type:"string" required:"true"` // The name of the traffic policy. // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the traffic policy that you want to create.
func (CreateTrafficPolicyInput) GoString ¶
func (s CreateTrafficPolicyInput) GoString() string
GoString returns the string representation
func (*CreateTrafficPolicyInput) SetComment ¶
func (s *CreateTrafficPolicyInput) SetComment(v string) *CreateTrafficPolicyInput
SetComment sets the Comment field's value.
func (*CreateTrafficPolicyInput) SetDocument ¶
func (s *CreateTrafficPolicyInput) SetDocument(v string) *CreateTrafficPolicyInput
SetDocument sets the Document field's value.
func (*CreateTrafficPolicyInput) SetName ¶
func (s *CreateTrafficPolicyInput) SetName(v string) *CreateTrafficPolicyInput
SetName sets the Name field's value.
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 is a required field HostedZoneId *string `type:"string" required:"true"` // The domain name (such as example.com) or subdomain name (such as www.example.com) // for which Amazon Route 53 responds to DNS queries by using the resource record // sets that Amazon Route 53 creates for this traffic policy instance. // // Name is a required field Name *string `type:"string" required:"true"` // (Optional) The TTL that you want Amazon Route 53 to assign to all of the // resource record sets that it creates in the specified hosted zone. // // TTL is a required field TTL *int64 `type:"long" required:"true"` // The ID of the traffic policy that you want to use to create resource record // sets in the specified hosted zone. // // TrafficPolicyId is a required field TrafficPolicyId *string `min:"1" type:"string" required:"true"` // The version of the traffic policy that you want to use to create resource // record sets in the specified hosted zone. // // TrafficPolicyVersion is a required field TrafficPolicyVersion *int64 `min:"1" type:"integer" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the resource record sets that you want to create based on a specified traffic policy.
func (CreateTrafficPolicyInstanceInput) GoString ¶
func (s CreateTrafficPolicyInstanceInput) GoString() string
GoString returns the string representation
func (*CreateTrafficPolicyInstanceInput) SetHostedZoneId ¶
func (s *CreateTrafficPolicyInstanceInput) SetHostedZoneId(v string) *CreateTrafficPolicyInstanceInput
SetHostedZoneId sets the HostedZoneId field's value.
func (*CreateTrafficPolicyInstanceInput) SetName ¶
func (s *CreateTrafficPolicyInstanceInput) SetName(v string) *CreateTrafficPolicyInstanceInput
SetName sets the Name field's value.
func (*CreateTrafficPolicyInstanceInput) SetTTL ¶
func (s *CreateTrafficPolicyInstanceInput) SetTTL(v int64) *CreateTrafficPolicyInstanceInput
SetTTL sets the TTL field's value.
func (*CreateTrafficPolicyInstanceInput) SetTrafficPolicyId ¶
func (s *CreateTrafficPolicyInstanceInput) SetTrafficPolicyId(v string) *CreateTrafficPolicyInstanceInput
SetTrafficPolicyId sets the TrafficPolicyId field's value.
func (*CreateTrafficPolicyInstanceInput) SetTrafficPolicyVersion ¶
func (s *CreateTrafficPolicyInstanceInput) SetTrafficPolicyVersion(v int64) *CreateTrafficPolicyInstanceInput
SetTrafficPolicyVersion sets the TrafficPolicyVersion field's value.
func (CreateTrafficPolicyInstanceInput) String ¶
func (s CreateTrafficPolicyInstanceInput) String() string
String returns the string representation
func (*CreateTrafficPolicyInstanceInput) Validate ¶
func (s *CreateTrafficPolicyInstanceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateTrafficPolicyInstanceOutput ¶
type CreateTrafficPolicyInstanceOutput struct { // A unique URL that represents a new traffic policy instance. // // Location is a required field Location *string `location:"header" locationName:"Location" type:"string" required:"true"` // A complex type that contains settings for the new traffic policy instance. // // TrafficPolicyInstance is a required field TrafficPolicyInstance *TrafficPolicyInstance `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains the response information for the CreateTrafficPolicyInstance request.
func (CreateTrafficPolicyInstanceOutput) GoString ¶
func (s CreateTrafficPolicyInstanceOutput) GoString() string
GoString returns the string representation
func (*CreateTrafficPolicyInstanceOutput) SetLocation ¶
func (s *CreateTrafficPolicyInstanceOutput) SetLocation(v string) *CreateTrafficPolicyInstanceOutput
SetLocation sets the Location field's value.
func (*CreateTrafficPolicyInstanceOutput) SetTrafficPolicyInstance ¶
func (s *CreateTrafficPolicyInstanceOutput) SetTrafficPolicyInstance(v *TrafficPolicyInstance) *CreateTrafficPolicyInstanceOutput
SetTrafficPolicyInstance sets the TrafficPolicyInstance field's value.
func (CreateTrafficPolicyInstanceOutput) String ¶
func (s CreateTrafficPolicyInstanceOutput) String() string
String returns the string representation
type CreateTrafficPolicyOutput ¶
type CreateTrafficPolicyOutput struct { // A unique URL that represents a new traffic policy. // // Location is a required field Location *string `location:"header" locationName:"Location" type:"string" required:"true"` // A complex type that contains settings for the new traffic policy. // // TrafficPolicy is a required field TrafficPolicy *TrafficPolicy `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains the response information for the CreateTrafficPolicy request.
func (CreateTrafficPolicyOutput) GoString ¶
func (s CreateTrafficPolicyOutput) GoString() string
GoString returns the string representation
func (*CreateTrafficPolicyOutput) SetLocation ¶
func (s *CreateTrafficPolicyOutput) SetLocation(v string) *CreateTrafficPolicyOutput
SetLocation sets the Location field's value.
func (*CreateTrafficPolicyOutput) SetTrafficPolicy ¶
func (s *CreateTrafficPolicyOutput) SetTrafficPolicy(v *TrafficPolicy) *CreateTrafficPolicyOutput
SetTrafficPolicy sets the TrafficPolicy field's value.
func (CreateTrafficPolicyOutput) String ¶
func (s CreateTrafficPolicyOutput) String() string
String returns the string representation
type CreateTrafficPolicyVersionInput ¶
type CreateTrafficPolicyVersionInput struct { // The comment that you specified in the CreateTrafficPolicyVersion request, // if any. Comment *string `type:"string"` // The definition of this version of the traffic policy, in JSON format. You // specified the JSON in the CreateTrafficPolicyVersion request. For more information // about the JSON format, see CreateTrafficPolicy. // // Document is a required field Document *string `type:"string" required:"true"` // The ID of the traffic policy for which you want to create a new version. // // Id is a required field Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the traffic policy that you want to create a new version for.
func (CreateTrafficPolicyVersionInput) GoString ¶
func (s CreateTrafficPolicyVersionInput) GoString() string
GoString returns the string representation
func (*CreateTrafficPolicyVersionInput) SetComment ¶
func (s *CreateTrafficPolicyVersionInput) SetComment(v string) *CreateTrafficPolicyVersionInput
SetComment sets the Comment field's value.
func (*CreateTrafficPolicyVersionInput) SetDocument ¶
func (s *CreateTrafficPolicyVersionInput) SetDocument(v string) *CreateTrafficPolicyVersionInput
SetDocument sets the Document field's value.
func (*CreateTrafficPolicyVersionInput) SetId ¶
func (s *CreateTrafficPolicyVersionInput) SetId(v string) *CreateTrafficPolicyVersionInput
SetId sets the Id field's value.
func (CreateTrafficPolicyVersionInput) String ¶
func (s CreateTrafficPolicyVersionInput) String() string
String returns the string representation
func (*CreateTrafficPolicyVersionInput) Validate ¶
func (s *CreateTrafficPolicyVersionInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateTrafficPolicyVersionOutput ¶
type CreateTrafficPolicyVersionOutput struct { // A unique URL that represents a new traffic policy version. // // Location is a required field Location *string `location:"header" locationName:"Location" type:"string" required:"true"` // A complex type that contains settings for the new version of the traffic // policy. // // TrafficPolicy is a required field TrafficPolicy *TrafficPolicy `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains the response information for the CreateTrafficPolicyVersion request.
func (CreateTrafficPolicyVersionOutput) GoString ¶
func (s CreateTrafficPolicyVersionOutput) GoString() string
GoString returns the string representation
func (*CreateTrafficPolicyVersionOutput) SetLocation ¶
func (s *CreateTrafficPolicyVersionOutput) SetLocation(v string) *CreateTrafficPolicyVersionOutput
SetLocation sets the Location field's value.
func (*CreateTrafficPolicyVersionOutput) SetTrafficPolicy ¶
func (s *CreateTrafficPolicyVersionOutput) SetTrafficPolicy(v *TrafficPolicy) *CreateTrafficPolicyVersionOutput
SetTrafficPolicy sets the TrafficPolicy field's value.
func (CreateTrafficPolicyVersionOutput) String ¶
func (s CreateTrafficPolicyVersionOutput) String() string
String returns the string representation
type CreateVPCAssociationAuthorizationInput ¶
type CreateVPCAssociationAuthorizationInput struct { // The ID of the private hosted zone that you want to authorize associating // a VPC with. // // HostedZoneId is a required field HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"` // A complex type that contains the VPC ID and region for the VPC that you want // to authorize associating with your hosted zone. // // VPC is a required field VPC *VPC `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the request to authorize associating a VPC with your private hosted zone. Authorization is only required when a private hosted zone and a VPC were created by using different accounts.
func (CreateVPCAssociationAuthorizationInput) GoString ¶
func (s CreateVPCAssociationAuthorizationInput) GoString() string
GoString returns the string representation
func (*CreateVPCAssociationAuthorizationInput) SetHostedZoneId ¶
func (s *CreateVPCAssociationAuthorizationInput) SetHostedZoneId(v string) *CreateVPCAssociationAuthorizationInput
SetHostedZoneId sets the HostedZoneId field's value.
func (*CreateVPCAssociationAuthorizationInput) SetVPC ¶
func (s *CreateVPCAssociationAuthorizationInput) SetVPC(v *VPC) *CreateVPCAssociationAuthorizationInput
SetVPC sets the VPC field's value.
func (CreateVPCAssociationAuthorizationInput) String ¶
func (s CreateVPCAssociationAuthorizationInput) String() string
String returns the string representation
func (*CreateVPCAssociationAuthorizationInput) Validate ¶
func (s *CreateVPCAssociationAuthorizationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateVPCAssociationAuthorizationOutput ¶
type CreateVPCAssociationAuthorizationOutput struct { // The ID of the hosted zone that you authorized associating a VPC with. // // HostedZoneId is a required field HostedZoneId *string `type:"string" required:"true"` // The VPC that you authorized associating with a hosted zone. // // VPC is a required field VPC *VPC `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains the response information from a CreateVPCAssociationAuthorization request.
func (CreateVPCAssociationAuthorizationOutput) GoString ¶
func (s CreateVPCAssociationAuthorizationOutput) GoString() string
GoString returns the string representation
func (*CreateVPCAssociationAuthorizationOutput) SetHostedZoneId ¶
func (s *CreateVPCAssociationAuthorizationOutput) SetHostedZoneId(v string) *CreateVPCAssociationAuthorizationOutput
SetHostedZoneId sets the HostedZoneId field's value.
func (*CreateVPCAssociationAuthorizationOutput) SetVPC ¶
func (s *CreateVPCAssociationAuthorizationOutput) SetVPC(v *VPC) *CreateVPCAssociationAuthorizationOutput
SetVPC sets the VPC field's value.
func (CreateVPCAssociationAuthorizationOutput) String ¶
func (s CreateVPCAssociationAuthorizationOutput) String() string
String returns the string representation
type DelegationSet ¶
type DelegationSet struct { // The value that you specified for CallerReference when you created the reusable // delegation set. CallerReference *string `min:"1" type:"string"` // The ID that Amazon Route 53 assigns to a reusable delegation set. Id *string `type:"string"` // A complex type that contains a list of the authoritative name servers for // a hosted zone or for a reusable delegation set. // // NameServers is a required field NameServers []*string `locationNameList:"NameServer" min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
A complex type that lists the name servers in a delegation set, as well as the CallerReference and the ID for the delegation set.
func (DelegationSet) GoString ¶
func (s DelegationSet) GoString() string
GoString returns the string representation
func (*DelegationSet) SetCallerReference ¶
func (s *DelegationSet) SetCallerReference(v string) *DelegationSet
SetCallerReference sets the CallerReference field's value.
func (*DelegationSet) SetId ¶
func (s *DelegationSet) SetId(v string) *DelegationSet
SetId sets the Id field's value.
func (*DelegationSet) SetNameServers ¶
func (s *DelegationSet) SetNameServers(v []*string) *DelegationSet
SetNameServers sets the NameServers field's value.
func (DelegationSet) String ¶
func (s DelegationSet) String() string
String returns the string representation
type DeleteHealthCheckInput ¶
type DeleteHealthCheckInput struct { // The ID of the health check that you want to delete. // // HealthCheckId is a required field HealthCheckId *string `location:"uri" locationName:"HealthCheckId" type:"string" required:"true"` // contains filtered or unexported fields }
This action deletes a health check.
func (DeleteHealthCheckInput) GoString ¶
func (s DeleteHealthCheckInput) GoString() string
GoString returns the string representation
func (*DeleteHealthCheckInput) SetHealthCheckId ¶
func (s *DeleteHealthCheckInput) SetHealthCheckId(v string) *DeleteHealthCheckInput
SetHealthCheckId sets the HealthCheckId field's value.
func (DeleteHealthCheckInput) String ¶
func (s DeleteHealthCheckInput) String() string
String returns the string representation
func (*DeleteHealthCheckInput) Validate ¶
func (s *DeleteHealthCheckInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteHealthCheckOutput ¶
type DeleteHealthCheckOutput struct {
// contains filtered or unexported fields
}
An empty element.
func (DeleteHealthCheckOutput) 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 is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
A request to delete a hosted zone.
func (DeleteHostedZoneInput) GoString ¶
func (s DeleteHostedZoneInput) GoString() string
GoString returns the string representation
func (*DeleteHostedZoneInput) SetId ¶
func (s *DeleteHostedZoneInput) SetId(v string) *DeleteHostedZoneInput
SetId sets the Id field's value.
func (DeleteHostedZoneInput) String ¶
func (s DeleteHostedZoneInput) String() string
String returns the string representation
func (*DeleteHostedZoneInput) Validate ¶
func (s *DeleteHostedZoneInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteHostedZoneOutput ¶
type DeleteHostedZoneOutput struct { // A complex type that contains the ID, the status, and the date and time of // a request to delete a hosted zone. // // ChangeInfo is a required field ChangeInfo *ChangeInfo `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains the response to a DeleteHostedZone request.
func (DeleteHostedZoneOutput) GoString ¶
func (s DeleteHostedZoneOutput) GoString() string
GoString returns the string representation
func (*DeleteHostedZoneOutput) SetChangeInfo ¶
func (s *DeleteHostedZoneOutput) SetChangeInfo(v *ChangeInfo) *DeleteHostedZoneOutput
SetChangeInfo sets the ChangeInfo field's value.
func (DeleteHostedZoneOutput) String ¶
func (s DeleteHostedZoneOutput) String() string
String returns the string representation
type DeleteQueryLoggingConfigInput ¶
type DeleteQueryLoggingConfigInput struct { // The ID of the configuration that you want to delete. // // Id is a required field Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteQueryLoggingConfigInput) GoString ¶
func (s DeleteQueryLoggingConfigInput) GoString() string
GoString returns the string representation
func (*DeleteQueryLoggingConfigInput) SetId ¶
func (s *DeleteQueryLoggingConfigInput) SetId(v string) *DeleteQueryLoggingConfigInput
SetId sets the Id field's value.
func (DeleteQueryLoggingConfigInput) String ¶
func (s DeleteQueryLoggingConfigInput) String() string
String returns the string representation
func (*DeleteQueryLoggingConfigInput) Validate ¶
func (s *DeleteQueryLoggingConfigInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteQueryLoggingConfigOutput ¶
type DeleteQueryLoggingConfigOutput struct {
// contains filtered or unexported fields
}
func (DeleteQueryLoggingConfigOutput) GoString ¶
func (s DeleteQueryLoggingConfigOutput) GoString() string
GoString returns the string representation
func (DeleteQueryLoggingConfigOutput) String ¶
func (s DeleteQueryLoggingConfigOutput) String() string
String returns the string representation
type DeleteReusableDelegationSetInput ¶
type DeleteReusableDelegationSetInput struct { // The ID of the reusable delegation set that you want to delete. // // Id is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
A request to delete a reusable delegation set.
func (DeleteReusableDelegationSetInput) GoString ¶
func (s DeleteReusableDelegationSetInput) GoString() string
GoString returns the string representation
func (*DeleteReusableDelegationSetInput) SetId ¶
func (s *DeleteReusableDelegationSetInput) SetId(v string) *DeleteReusableDelegationSetInput
SetId sets the Id field's value.
func (DeleteReusableDelegationSetInput) String ¶
func (s DeleteReusableDelegationSetInput) String() string
String returns the string representation
func (*DeleteReusableDelegationSetInput) Validate ¶
func (s *DeleteReusableDelegationSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteReusableDelegationSetOutput ¶
type DeleteReusableDelegationSetOutput struct {
// contains filtered or unexported fields
}
An empty element.
func (DeleteReusableDelegationSetOutput) GoString ¶
func (s DeleteReusableDelegationSetOutput) GoString() string
GoString returns the string representation
func (DeleteReusableDelegationSetOutput) String ¶
func (s DeleteReusableDelegationSetOutput) String() string
String returns the string representation
type DeleteTrafficPolicyInput ¶
type DeleteTrafficPolicyInput struct { // The ID of the traffic policy that you want to delete. // // Id is a required field Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"` // The version number of the traffic policy that you want to delete. // // Version is a required field Version *int64 `location:"uri" locationName:"Version" min:"1" type:"integer" required:"true"` // contains filtered or unexported fields }
A request to delete a specified traffic policy version.
func (DeleteTrafficPolicyInput) GoString ¶
func (s DeleteTrafficPolicyInput) GoString() string
GoString returns the string representation
func (*DeleteTrafficPolicyInput) SetId ¶
func (s *DeleteTrafficPolicyInput) SetId(v string) *DeleteTrafficPolicyInput
SetId sets the Id field's value.
func (*DeleteTrafficPolicyInput) SetVersion ¶
func (s *DeleteTrafficPolicyInput) SetVersion(v int64) *DeleteTrafficPolicyInput
SetVersion sets the Version field's value.
func (DeleteTrafficPolicyInput) String ¶
func (s DeleteTrafficPolicyInput) String() string
String returns the string representation
func (*DeleteTrafficPolicyInput) Validate ¶
func (s *DeleteTrafficPolicyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteTrafficPolicyInstanceInput ¶
type DeleteTrafficPolicyInstanceInput struct { // The ID of the traffic policy instance that you want to delete. // // When you delete a traffic policy instance, Amazon Route 53 also deletes all // of the resource record sets that were created when you created the traffic // policy instance. // // Id is a required field Id *string `location:"uri" locationName:"Id" min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A request to delete a specified traffic policy instance.
func (DeleteTrafficPolicyInstanceInput) GoString ¶
func (s DeleteTrafficPolicyInstanceInput) GoString() string
GoString returns the string representation
func (*DeleteTrafficPolicyInstanceInput) SetId ¶
func (s *DeleteTrafficPolicyInstanceInput) SetId(v string) *DeleteTrafficPolicyInstanceInput
SetId sets the Id field's value.
func (DeleteTrafficPolicyInstanceInput) String ¶
func (s DeleteTrafficPolicyInstanceInput) String() string
String returns the string representation
func (*DeleteTrafficPolicyInstanceInput) Validate ¶
func (s *DeleteTrafficPolicyInstanceInput) Validate() error
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 ¶
func (s DeleteTrafficPolicyInstanceOutput) GoString() string
GoString returns the string representation
func (DeleteTrafficPolicyInstanceOutput) String ¶
func (s DeleteTrafficPolicyInstanceOutput) String() 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 DeleteVPCAssociationAuthorizationInput ¶
type DeleteVPCAssociationAuthorizationInput struct { // When removing authorization to associate a VPC that was created by one AWS // account with a hosted zone that was created with a different AWS account, // the ID of the hosted zone. // // HostedZoneId is a required field HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"` // When removing authorization to associate a VPC that was created by one AWS // account with a hosted zone that was created with a different AWS account, // a complex type that includes the ID and region of the VPC. // // VPC is a required field VPC *VPC `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the request to remove authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account.
func (DeleteVPCAssociationAuthorizationInput) GoString ¶
func (s DeleteVPCAssociationAuthorizationInput) GoString() string
GoString returns the string representation
func (*DeleteVPCAssociationAuthorizationInput) SetHostedZoneId ¶
func (s *DeleteVPCAssociationAuthorizationInput) SetHostedZoneId(v string) *DeleteVPCAssociationAuthorizationInput
SetHostedZoneId sets the HostedZoneId field's value.
func (*DeleteVPCAssociationAuthorizationInput) SetVPC ¶
func (s *DeleteVPCAssociationAuthorizationInput) SetVPC(v *VPC) *DeleteVPCAssociationAuthorizationInput
SetVPC sets the VPC field's value.
func (DeleteVPCAssociationAuthorizationInput) String ¶
func (s DeleteVPCAssociationAuthorizationInput) String() string
String returns the string representation
func (*DeleteVPCAssociationAuthorizationInput) Validate ¶
func (s *DeleteVPCAssociationAuthorizationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteVPCAssociationAuthorizationOutput ¶
type DeleteVPCAssociationAuthorizationOutput struct {
// contains filtered or unexported fields
}
Empty response for the request.
func (DeleteVPCAssociationAuthorizationOutput) GoString ¶
func (s DeleteVPCAssociationAuthorizationOutput) GoString() string
GoString returns the string representation
func (DeleteVPCAssociationAuthorizationOutput) String ¶
func (s DeleteVPCAssociationAuthorizationOutput) String() string
String returns the string representation
type Dimension ¶
type Dimension struct { // For the metric that the CloudWatch alarm is associated with, the name of // one dimension. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // For the metric that the CloudWatch alarm is associated with, the value of // one dimension. // // Value is a required field Value *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
For the metric that the CloudWatch alarm is associated with, a complex type that contains information about one dimension.
type DisassociateVPCFromHostedZoneInput ¶
type DisassociateVPCFromHostedZoneInput struct { // Optional: A comment about the disassociation request. Comment *string `type:"string"` // The ID of the private hosted zone that you want to disassociate a VPC from. // // HostedZoneId is a required field HostedZoneId *string `location:"uri" locationName:"Id" type:"string" required:"true"` // A complex type that contains information about the VPC that you're disassociating // from the specified hosted zone. // // VPC is a required field VPC *VPC `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the VPC that you want to disassociate from a specified private hosted zone.
func (DisassociateVPCFromHostedZoneInput) GoString ¶
func (s DisassociateVPCFromHostedZoneInput) GoString() string
GoString returns the string representation
func (*DisassociateVPCFromHostedZoneInput) SetComment ¶
func (s *DisassociateVPCFromHostedZoneInput) SetComment(v string) *DisassociateVPCFromHostedZoneInput
SetComment sets the Comment field's value.
func (*DisassociateVPCFromHostedZoneInput) SetHostedZoneId ¶
func (s *DisassociateVPCFromHostedZoneInput) SetHostedZoneId(v string) *DisassociateVPCFromHostedZoneInput
SetHostedZoneId sets the HostedZoneId field's value.
func (*DisassociateVPCFromHostedZoneInput) SetVPC ¶
func (s *DisassociateVPCFromHostedZoneInput) SetVPC(v *VPC) *DisassociateVPCFromHostedZoneInput
SetVPC sets the VPC field's value.
func (DisassociateVPCFromHostedZoneInput) String ¶
func (s DisassociateVPCFromHostedZoneInput) String() string
String returns the string representation
func (*DisassociateVPCFromHostedZoneInput) Validate ¶
func (s *DisassociateVPCFromHostedZoneInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateVPCFromHostedZoneOutput ¶
type DisassociateVPCFromHostedZoneOutput struct { // A complex type that describes the changes made to the specified private hosted // zone. // // ChangeInfo is a required field ChangeInfo *ChangeInfo `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains the response information for the disassociate request.
func (DisassociateVPCFromHostedZoneOutput) GoString ¶
func (s DisassociateVPCFromHostedZoneOutput) GoString() string
GoString returns the string representation
func (*DisassociateVPCFromHostedZoneOutput) SetChangeInfo ¶
func (s *DisassociateVPCFromHostedZoneOutput) SetChangeInfo(v *ChangeInfo) *DisassociateVPCFromHostedZoneOutput
SetChangeInfo sets the ChangeInfo field's value.
func (DisassociateVPCFromHostedZoneOutput) String ¶
func (s DisassociateVPCFromHostedZoneOutput) String() string
String returns the string representation
type GeoLocation ¶
type GeoLocation struct { // The two-letter code for the continent. // // 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 two-letter code for the country. CountryCode *string `min:"1" type:"string"` // The code for the subdivision, for example, a state in the United States or // a province in Canada. 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) SetContinentCode ¶
func (s *GeoLocation) SetContinentCode(v string) *GeoLocation
SetContinentCode sets the ContinentCode field's value.
func (*GeoLocation) SetCountryCode ¶
func (s *GeoLocation) SetCountryCode(v string) *GeoLocation
SetCountryCode sets the CountryCode field's value.
func (*GeoLocation) SetSubdivisionCode ¶
func (s *GeoLocation) SetSubdivisionCode(v string) *GeoLocation
SetSubdivisionCode sets the SubdivisionCode field's value.
func (GeoLocation) String ¶
func (s GeoLocation) String() string
String returns the string representation
func (*GeoLocation) Validate ¶
func (s *GeoLocation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GeoLocationDetails ¶
type GeoLocationDetails struct { // The two-letter code for the continent. ContinentCode *string `min:"2" type:"string"` // The full name of the continent. ContinentName *string `min:"1" type:"string"` // The two-letter code for the country. CountryCode *string `min:"1" type:"string"` // The name of the country. CountryName *string `min:"1" type:"string"` // The code for the subdivision, for example, a state in the United States or // a province in Canada. SubdivisionCode *string `min:"1" type:"string"` // The full name of the subdivision, for example, a state in the United States // or a province in Canada. SubdivisionName *string `min:"1" type:"string"` // contains filtered or unexported fields }
A complex type that contains the codes and full continent, country, and subdivision names for the specified geolocation code.
func (GeoLocationDetails) GoString ¶
func (s GeoLocationDetails) GoString() string
GoString returns the string representation
func (*GeoLocationDetails) SetContinentCode ¶
func (s *GeoLocationDetails) SetContinentCode(v string) *GeoLocationDetails
SetContinentCode sets the ContinentCode field's value.
func (*GeoLocationDetails) SetContinentName ¶
func (s *GeoLocationDetails) SetContinentName(v string) *GeoLocationDetails
SetContinentName sets the ContinentName field's value.
func (*GeoLocationDetails) SetCountryCode ¶
func (s *GeoLocationDetails) SetCountryCode(v string) *GeoLocationDetails
SetCountryCode sets the CountryCode field's value.
func (*GeoLocationDetails) SetCountryName ¶
func (s *GeoLocationDetails) SetCountryName(v string) *GeoLocationDetails
SetCountryName sets the CountryName field's value.
func (*GeoLocationDetails) SetSubdivisionCode ¶
func (s *GeoLocationDetails) SetSubdivisionCode(v string) *GeoLocationDetails
SetSubdivisionCode sets the SubdivisionCode field's value.
func (*GeoLocationDetails) SetSubdivisionName ¶
func (s *GeoLocationDetails) SetSubdivisionName(v string) *GeoLocationDetails
SetSubdivisionName sets the SubdivisionName field's value.
func (GeoLocationDetails) String ¶
func (s GeoLocationDetails) String() string
String returns the string representation
type GetAccountLimitInput ¶
type GetAccountLimitInput struct { // The limit that you want to get. Valid values include the following: // // * MAX_HEALTH_CHECKS_BY_OWNER: The maximum number of health checks that // you can create using the current account. // // * MAX_HOSTED_ZONES_BY_OWNER: The maximum number of hosted zones that you // can create using the current account. // // * MAX_REUSABLE_DELEGATION_SETS_BY_OWNER: The maximum number of reusable // delegation sets that you can create using the current account. // // * MAX_TRAFFIC_POLICIES_BY_OWNER: The maximum number of traffic policies // that you can create using the current account. // // * MAX_TRAFFIC_POLICY_INSTANCES_BY_OWNER: The maximum number of traffic // policy instances that you can create using the current account. (Traffic // policy instances are referred to as traffic flow policy records in the // Amazon Route 53 console.) // // Type is a required field Type *string `location:"uri" locationName:"Type" type:"string" required:"true" enum:"AccountLimitType"` // contains filtered or unexported fields }
A complex type that contains information about the request to create a hosted zone.
func (GetAccountLimitInput) GoString ¶
func (s GetAccountLimitInput) GoString() string
GoString returns the string representation
func (*GetAccountLimitInput) SetType ¶
func (s *GetAccountLimitInput) SetType(v string) *GetAccountLimitInput
SetType sets the Type field's value.
func (GetAccountLimitInput) String ¶
func (s GetAccountLimitInput) String() string
String returns the string representation
func (*GetAccountLimitInput) Validate ¶
func (s *GetAccountLimitInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetAccountLimitOutput ¶
type GetAccountLimitOutput struct { // The current number of entities that you have created of the specified type. // For example, if you specified MAX_HEALTH_CHECKS_BY_OWNER for the value of // Type in the request, the value of Count is the current number of health checks // that you have created using the current account. // // Count is a required field Count *int64 `type:"long" required:"true"` // The current setting for the specified limit. For example, if you specified // MAX_HEALTH_CHECKS_BY_OWNER for the value of Type in the request, the value // of Limit is the maximum number of health checks that you can create using // the current account. // // Limit is a required field Limit *AccountLimit `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains the requested limit.
func (GetAccountLimitOutput) GoString ¶
func (s GetAccountLimitOutput) GoString() string
GoString returns the string representation
func (*GetAccountLimitOutput) SetCount ¶
func (s *GetAccountLimitOutput) SetCount(v int64) *GetAccountLimitOutput
SetCount sets the Count field's value.
func (*GetAccountLimitOutput) SetLimit ¶
func (s *GetAccountLimitOutput) SetLimit(v *AccountLimit) *GetAccountLimitOutput
SetLimit sets the Limit field's value.
func (GetAccountLimitOutput) String ¶
func (s GetAccountLimitOutput) 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 is a required field Id *string `location:"uri" locationName:"Id" type:"string" required:"true"` // contains filtered or unexported fields }
The input for a GetChange request.
func (GetChangeInput) GoString ¶
func (s GetChangeInput) GoString() string
GoString returns the string representation
func (*GetChangeInput) SetId ¶
func (s *GetChangeInput) SetId(v string) *GetChangeInput
SetId sets the Id field's value.
func (GetChangeInput) String ¶
func (s GetChangeInput) String() string
String returns the string representation
func (*GetChangeInput) Validate ¶
func (s *GetChangeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetChangeOutput ¶
type GetChangeOutput struct { // A complex type that contains information about the specified change batch. // // ChangeInfo is a required field ChangeInfo *ChangeInfo `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains the ChangeInfo element.
func (GetChangeOutput) GoString ¶
func (s GetChangeOutput) GoString() string
GoString returns the string representation
func (*GetChangeOutput) SetChangeInfo ¶
func (s *GetChangeOutput) SetChangeInfo(v *ChangeInfo) *GetChangeOutput
SetChangeInfo sets the ChangeInfo field's value.
func (GetChangeOutput) String ¶
func (s GetChangeOutput) String() string
String returns the string representation
type GetCheckerIpRangesInput ¶
type GetCheckerIpRangesInput struct {
// contains filtered or unexported fields
}
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 { // CheckerIpRanges is a required field CheckerIpRanges []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (GetCheckerIpRangesOutput) GoString ¶
func (s GetCheckerIpRangesOutput) GoString() string
GoString returns the string representation
func (*GetCheckerIpRangesOutput) SetCheckerIpRanges ¶
func (s *GetCheckerIpRangesOutput) SetCheckerIpRanges(v []*string) *GetCheckerIpRangesOutput
SetCheckerIpRanges sets the CheckerIpRanges field's value.
func (GetCheckerIpRangesOutput) String ¶
func (s GetCheckerIpRangesOutput) String() string
String returns the string representation
type GetGeoLocationInput ¶
type GetGeoLocationInput struct { // Amazon Route 53 supports the following continent codes: // // * AF: Africa // // * AN: Antarctica // // * AS: Asia // // * EU: Europe // // * OC: Oceania // // * NA: North America // // * SA: South America ContinentCode *string `location:"querystring" locationName:"continentcode" min:"2" type:"string"` // Amazon Route 53 uses the two-letter country codes that are specified in ISO // standard 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). CountryCode *string `location:"querystring" locationName:"countrycode" min:"1" type:"string"` // Amazon Route 53 uses the one- to three-letter subdivision codes that are // specified in ISO standard 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). // Amazon Route 53 doesn't support subdivision codes for all countries. If you // specify SubdivisionCode, you must also specify CountryCode. SubdivisionCode *string `location:"querystring" locationName:"subdivisioncode" min:"1" type:"string"` // contains filtered or unexported fields }
A request for information about whether a specified geographic location is supported for Amazon Route 53 geolocation resource record sets.
func (GetGeoLocationInput) GoString ¶
func (s GetGeoLocationInput) GoString() string
GoString returns the string representation
func (*GetGeoLocationInput) SetContinentCode ¶
func (s *GetGeoLocationInput) SetContinentCode(v string) *GetGeoLocationInput
SetContinentCode sets the ContinentCode field's value.
func (*GetGeoLocationInput) SetCountryCode ¶
func (s *GetGeoLocationInput) SetCountryCode(v string) *GetGeoLocationInput
SetCountryCode sets the CountryCode field's value.
func (*GetGeoLocationInput) SetSubdivisionCode ¶
func (s *GetGeoLocationInput) SetSubdivisionCode(v string) *GetGeoLocationInput
SetSubdivisionCode sets the SubdivisionCode field's value.
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.