Documentation
¶
Overview ¶
Package route53 provides the client and types for making API requests to Amazon Route 53.
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
See https://docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01 for more information on this service.
See route53 package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/route53/
Using the Client ¶
To 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
- func AccountLimitType_Values() []string
- func ChangeAction_Values() []string
- func ChangeStatus_Values() []string
- func CloudWatchRegion_Values() []string
- func ComparisonOperator_Values() []string
- func HealthCheckRegion_Values() []string
- func HealthCheckType_Values() []string
- func HostedZoneLimitType_Values() []string
- func InsufficientDataHealthStatus_Values() []string
- func RRType_Values() []string
- func ResettableElementName_Values() []string
- func ResourceRecordSetFailover_Values() []string
- func ResourceRecordSetRegion_Values() []string
- func ReusableDelegationSetLimitType_Values() []string
- func Statistic_Values() []string
- func TagResourceType_Values() []string
- func VPCRegion_Values() []string
- type AccountLimit
- type ActivateKeySigningKeyInput
- func (s ActivateKeySigningKeyInput) GoString() string
- func (s *ActivateKeySigningKeyInput) SetHostedZoneId(v string) *ActivateKeySigningKeyInput
- func (s *ActivateKeySigningKeyInput) SetName(v string) *ActivateKeySigningKeyInput
- func (s ActivateKeySigningKeyInput) String() string
- func (s *ActivateKeySigningKeyInput) Validate() error
- type ActivateKeySigningKeyOutput
- 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 CreateKeySigningKeyInput
- func (s CreateKeySigningKeyInput) GoString() string
- func (s *CreateKeySigningKeyInput) SetCallerReference(v string) *CreateKeySigningKeyInput
- func (s *CreateKeySigningKeyInput) SetHostedZoneId(v string) *CreateKeySigningKeyInput
- func (s *CreateKeySigningKeyInput) SetKeyManagementServiceArn(v string) *CreateKeySigningKeyInput
- func (s *CreateKeySigningKeyInput) SetName(v string) *CreateKeySigningKeyInput
- func (s *CreateKeySigningKeyInput) SetStatus(v string) *CreateKeySigningKeyInput
- func (s CreateKeySigningKeyInput) String() string
- func (s *CreateKeySigningKeyInput) Validate() error
- type CreateKeySigningKeyOutput
- func (s CreateKeySigningKeyOutput) GoString() string
- func (s *CreateKeySigningKeyOutput) SetChangeInfo(v *ChangeInfo) *CreateKeySigningKeyOutput
- func (s *CreateKeySigningKeyOutput) SetKeySigningKey(v *KeySigningKey) *CreateKeySigningKeyOutput
- func (s *CreateKeySigningKeyOutput) SetLocation(v string) *CreateKeySigningKeyOutput
- func (s CreateKeySigningKeyOutput) 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 DNSSECStatus
- type DeactivateKeySigningKeyInput
- func (s DeactivateKeySigningKeyInput) GoString() string
- func (s *DeactivateKeySigningKeyInput) SetHostedZoneId(v string) *DeactivateKeySigningKeyInput
- func (s *DeactivateKeySigningKeyInput) SetName(v string) *DeactivateKeySigningKeyInput
- func (s DeactivateKeySigningKeyInput) String() string
- func (s *DeactivateKeySigningKeyInput) Validate() error
- type DeactivateKeySigningKeyOutput
- type DelegationSet
- type DeleteHealthCheckInput
- type DeleteHealthCheckOutput
- type DeleteHostedZoneInput
- type DeleteHostedZoneOutput
- type DeleteKeySigningKeyInput
- func (s DeleteKeySigningKeyInput) GoString() string
- func (s *DeleteKeySigningKeyInput) SetHostedZoneId(v string) *DeleteKeySigningKeyInput
- func (s *DeleteKeySigningKeyInput) SetName(v string) *DeleteKeySigningKeyInput
- func (s DeleteKeySigningKeyInput) String() string
- func (s *DeleteKeySigningKeyInput) Validate() error
- type DeleteKeySigningKeyOutput
- 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 DisableHostedZoneDNSSECInput
- type DisableHostedZoneDNSSECOutput
- 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 EnableHostedZoneDNSSECInput
- type EnableHostedZoneDNSSECOutput
- 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 GetDNSSECInput
- type GetDNSSECOutput
- 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) SetDisabled(v bool) *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 HostedZoneOwner
- type HostedZoneSummary
- func (s HostedZoneSummary) GoString() string
- func (s *HostedZoneSummary) SetHostedZoneId(v string) *HostedZoneSummary
- func (s *HostedZoneSummary) SetName(v string) *HostedZoneSummary
- func (s *HostedZoneSummary) SetOwner(v *HostedZoneOwner) *HostedZoneSummary
- func (s HostedZoneSummary) String() string
- type KeySigningKey
- func (s KeySigningKey) GoString() string
- func (s *KeySigningKey) SetCreatedDate(v time.Time) *KeySigningKey
- func (s *KeySigningKey) SetDNSKEYRecord(v string) *KeySigningKey
- func (s *KeySigningKey) SetDSRecord(v string) *KeySigningKey
- func (s *KeySigningKey) SetDigestAlgorithmMnemonic(v string) *KeySigningKey
- func (s *KeySigningKey) SetDigestAlgorithmType(v int64) *KeySigningKey
- func (s *KeySigningKey) SetDigestValue(v string) *KeySigningKey
- func (s *KeySigningKey) SetFlag(v int64) *KeySigningKey
- func (s *KeySigningKey) SetKeyTag(v int64) *KeySigningKey
- func (s *KeySigningKey) SetKmsArn(v string) *KeySigningKey
- func (s *KeySigningKey) SetLastModifiedDate(v time.Time) *KeySigningKey
- func (s *KeySigningKey) SetName(v string) *KeySigningKey
- func (s *KeySigningKey) SetPublicKey(v string) *KeySigningKey
- func (s *KeySigningKey) SetSigningAlgorithmMnemonic(v string) *KeySigningKey
- func (s *KeySigningKey) SetSigningAlgorithmType(v int64) *KeySigningKey
- func (s *KeySigningKey) SetStatus(v string) *KeySigningKey
- func (s *KeySigningKey) SetStatusMessage(v string) *KeySigningKey
- func (s KeySigningKey) String() string
- 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 ListHostedZonesByVPCInput
- func (s ListHostedZonesByVPCInput) GoString() string
- func (s *ListHostedZonesByVPCInput) SetMaxItems(v string) *ListHostedZonesByVPCInput
- func (s *ListHostedZonesByVPCInput) SetNextToken(v string) *ListHostedZonesByVPCInput
- func (s *ListHostedZonesByVPCInput) SetVPCId(v string) *ListHostedZonesByVPCInput
- func (s *ListHostedZonesByVPCInput) SetVPCRegion(v string) *ListHostedZonesByVPCInput
- func (s ListHostedZonesByVPCInput) String() string
- func (s *ListHostedZonesByVPCInput) Validate() error
- type ListHostedZonesByVPCOutput
- func (s ListHostedZonesByVPCOutput) GoString() string
- func (s *ListHostedZonesByVPCOutput) SetHostedZoneSummaries(v []*HostedZoneSummary) *ListHostedZonesByVPCOutput
- func (s *ListHostedZonesByVPCOutput) SetMaxItems(v string) *ListHostedZonesByVPCOutput
- func (s *ListHostedZonesByVPCOutput) SetNextToken(v string) *ListHostedZonesByVPCOutput
- func (s ListHostedZonesByVPCOutput) 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) ActivateKeySigningKey(input *ActivateKeySigningKeyInput) (*ActivateKeySigningKeyOutput, error)
- func (c *Route53) ActivateKeySigningKeyRequest(input *ActivateKeySigningKeyInput) (req *request.Request, output *ActivateKeySigningKeyOutput)
- func (c *Route53) ActivateKeySigningKeyWithContext(ctx aws.Context, input *ActivateKeySigningKeyInput, opts ...request.Option) (*ActivateKeySigningKeyOutput, error)
- 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) CreateKeySigningKey(input *CreateKeySigningKeyInput) (*CreateKeySigningKeyOutput, error)
- func (c *Route53) CreateKeySigningKeyRequest(input *CreateKeySigningKeyInput) (req *request.Request, output *CreateKeySigningKeyOutput)
- func (c *Route53) CreateKeySigningKeyWithContext(ctx aws.Context, input *CreateKeySigningKeyInput, opts ...request.Option) (*CreateKeySigningKeyOutput, 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) DeactivateKeySigningKey(input *DeactivateKeySigningKeyInput) (*DeactivateKeySigningKeyOutput, error)
- func (c *Route53) DeactivateKeySigningKeyRequest(input *DeactivateKeySigningKeyInput) (req *request.Request, output *DeactivateKeySigningKeyOutput)
- func (c *Route53) DeactivateKeySigningKeyWithContext(ctx aws.Context, input *DeactivateKeySigningKeyInput, opts ...request.Option) (*DeactivateKeySigningKeyOutput, 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) DeleteKeySigningKey(input *DeleteKeySigningKeyInput) (*DeleteKeySigningKeyOutput, error)
- func (c *Route53) DeleteKeySigningKeyRequest(input *DeleteKeySigningKeyInput) (req *request.Request, output *DeleteKeySigningKeyOutput)
- func (c *Route53) DeleteKeySigningKeyWithContext(ctx aws.Context, input *DeleteKeySigningKeyInput, opts ...request.Option) (*DeleteKeySigningKeyOutput, 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) DisableHostedZoneDNSSEC(input *DisableHostedZoneDNSSECInput) (*DisableHostedZoneDNSSECOutput, error)
- func (c *Route53) DisableHostedZoneDNSSECRequest(input *DisableHostedZoneDNSSECInput) (req *request.Request, output *DisableHostedZoneDNSSECOutput)
- func (c *Route53) DisableHostedZoneDNSSECWithContext(ctx aws.Context, input *DisableHostedZoneDNSSECInput, opts ...request.Option) (*DisableHostedZoneDNSSECOutput, 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) EnableHostedZoneDNSSEC(input *EnableHostedZoneDNSSECInput) (*EnableHostedZoneDNSSECOutput, error)
- func (c *Route53) EnableHostedZoneDNSSECRequest(input *EnableHostedZoneDNSSECInput) (req *request.Request, output *EnableHostedZoneDNSSECOutput)
- func (c *Route53) EnableHostedZoneDNSSECWithContext(ctx aws.Context, input *EnableHostedZoneDNSSECInput, opts ...request.Option) (*EnableHostedZoneDNSSECOutput, 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) GetDNSSEC(input *GetDNSSECInput) (*GetDNSSECOutput, error)
- func (c *Route53) GetDNSSECRequest(input *GetDNSSECInput) (req *request.Request, output *GetDNSSECOutput)
- func (c *Route53) GetDNSSECWithContext(ctx aws.Context, input *GetDNSSECInput, opts ...request.Option) (*GetDNSSECOutput, 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) ListHostedZonesByVPC(input *ListHostedZonesByVPCInput) (*ListHostedZonesByVPCOutput, error)
- func (c *Route53) ListHostedZonesByVPCRequest(input *ListHostedZonesByVPCInput) (req *request.Request, output *ListHostedZonesByVPCOutput)
- func (c *Route53) ListHostedZonesByVPCWithContext(ctx aws.Context, input *ListHostedZonesByVPCInput, opts ...request.Option) (*ListHostedZonesByVPCOutput, 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) ListQueryLoggingConfigsPages(input *ListQueryLoggingConfigsInput, ...) error
- func (c *Route53) ListQueryLoggingConfigsPagesWithContext(ctx aws.Context, input *ListQueryLoggingConfigsInput, ...) 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) SetDisabled(v bool) *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" // CloudWatchRegionApEast1 is a CloudWatchRegion enum value CloudWatchRegionApEast1 = "ap-east-1" // CloudWatchRegionMeSouth1 is a CloudWatchRegion enum value CloudWatchRegionMeSouth1 = "me-south-1" // 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" // CloudWatchRegionEuNorth1 is a CloudWatchRegion enum value CloudWatchRegionEuNorth1 = "eu-north-1" // CloudWatchRegionSaEast1 is a CloudWatchRegion enum value CloudWatchRegionSaEast1 = "sa-east-1" // CloudWatchRegionCnNorthwest1 is a CloudWatchRegion enum value CloudWatchRegionCnNorthwest1 = "cn-northwest-1" // CloudWatchRegionCnNorth1 is a CloudWatchRegion enum value CloudWatchRegionCnNorth1 = "cn-north-1" // CloudWatchRegionAfSouth1 is a CloudWatchRegion enum value CloudWatchRegionAfSouth1 = "af-south-1" // CloudWatchRegionEuSouth1 is a CloudWatchRegion enum value CloudWatchRegionEuSouth1 = "eu-south-1" // CloudWatchRegionUsGovWest1 is a CloudWatchRegion enum value CloudWatchRegionUsGovWest1 = "us-gov-west-1" // CloudWatchRegionUsGovEast1 is a CloudWatchRegion enum value CloudWatchRegionUsGovEast1 = "us-gov-east-1" // CloudWatchRegionUsIsoEast1 is a CloudWatchRegion enum value CloudWatchRegionUsIsoEast1 = "us-iso-east-1" // CloudWatchRegionUsIsobEast1 is a CloudWatchRegion enum value CloudWatchRegionUsIsobEast1 = "us-isob-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" // RRTypeDs is a RRType enum value RRTypeDs = "DS" )
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" // ResourceRecordSetRegionEuNorth1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionEuNorth1 = "eu-north-1" // 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" // ResourceRecordSetRegionApEast1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionApEast1 = "ap-east-1" // ResourceRecordSetRegionMeSouth1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionMeSouth1 = "me-south-1" // ResourceRecordSetRegionApSouth1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionApSouth1 = "ap-south-1" // ResourceRecordSetRegionAfSouth1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionAfSouth1 = "af-south-1" // ResourceRecordSetRegionEuSouth1 is a ResourceRecordSetRegion enum value ResourceRecordSetRegionEuSouth1 = "eu-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" // VPCRegionApEast1 is a VPCRegion enum value VPCRegionApEast1 = "ap-east-1" // VPCRegionMeSouth1 is a VPCRegion enum value VPCRegionMeSouth1 = "me-south-1" // VPCRegionUsGovWest1 is a VPCRegion enum value VPCRegionUsGovWest1 = "us-gov-west-1" // VPCRegionUsGovEast1 is a VPCRegion enum value VPCRegionUsGovEast1 = "us-gov-east-1" // VPCRegionUsIsoEast1 is a VPCRegion enum value VPCRegionUsIsoEast1 = "us-iso-east-1" // VPCRegionUsIsobEast1 is a VPCRegion enum value VPCRegionUsIsobEast1 = "us-isob-east-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" // VPCRegionEuNorth1 is a VPCRegion enum value VPCRegionEuNorth1 = "eu-north-1" // 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" // VPCRegionAfSouth1 is a VPCRegion enum value VPCRegionAfSouth1 = "af-south-1" // VPCRegionEuSouth1 is a VPCRegion enum value VPCRegionEuSouth1 = "eu-south-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 the operation that you're performing: // // * Create a public hosted zone: Two hosted zones that have the same name // or that have a parent/child relationship (example.com and test.example.com) // can't have any common name servers. You tried to create a hosted zone // that has the same name as an existing hosted zone or that's the parent // or child of an existing hosted zone, and you specified a delegation set // that shares one or more name servers with the existing hosted zone. For // more information, see CreateReusableDelegationSet (https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateReusableDelegationSet.html). // // * Create a private hosted zone: A hosted zone with the specified name // already exists and is already associated with the Amazon VPC that you // specified. // // * Associate VPCs with a private hosted zone: The VPC that you specified // is already associated with another hosted zone that has the same name. ErrCodeConflictingDomainExists = "ConflictingDomainExists" // ErrCodeConflictingTypes for service response error code // "ConflictingTypes". // // You tried to update a traffic policy instance by using a traffic policy version // that has a different DNS type than the current type for the instance. You // specified the type in the JSON document in the CreateTrafficPolicy or CreateTrafficPolicyVersionrequest. ErrCodeConflictingTypes = "ConflictingTypes" // ErrCodeDNSSECNotFound for service response error code // "DNSSECNotFound". // // The hosted zone doesn't have any DNSSEC resources. ErrCodeDNSSECNotFound = "DNSSECNotFound" // ErrCodeDelegationSetAlreadyCreated for service response error code // "DelegationSetAlreadyCreated". // // A delegation set with the same owner and caller reference combination has // already been created. ErrCodeDelegationSetAlreadyCreated = "DelegationSetAlreadyCreated" // ErrCodeDelegationSetAlreadyReusable for service response error code // "DelegationSetAlreadyReusable". // // The specified delegation set has already been marked as reusable. ErrCodeDelegationSetAlreadyReusable = "DelegationSetAlreadyReusable" // ErrCodeDelegationSetInUse for service response error code // "DelegationSetInUse". // // The specified delegation contains associated hosted zones which must be deleted // before the reusable delegation set can be deleted. ErrCodeDelegationSetInUse = "DelegationSetInUse" // ErrCodeDelegationSetNotAvailable for service response error code // "DelegationSetNotAvailable". // // You can create a hosted zone that has the same name as an existing hosted // zone (example.com is common), but there is a limit to the number of hosted // zones that have the same name. If you get this error, Amazon Route 53 has // reached that limit. If you own the domain name and Route 53 generates this // error, contact Customer Support. ErrCodeDelegationSetNotAvailable = "DelegationSetNotAvailable" // ErrCodeDelegationSetNotReusable for service response error code // "DelegationSetNotReusable". // // A reusable delegation set with the specified ID does not exist. ErrCodeDelegationSetNotReusable = "DelegationSetNotReusable" // ErrCodeHealthCheckAlreadyExists for service response error code // "HealthCheckAlreadyExists". // // The health check you're attempting to create already exists. Amazon Route // 53 returns this error when you submit a request that has the following values: // // * The same value for CallerReference as an existing health check, and // one or more values that differ from the existing health check that has // the same caller reference. // // * The same value for CallerReference as a health check that you created // and later deleted, regardless of the other settings in the request. ErrCodeHealthCheckAlreadyExists = "HealthCheckAlreadyExists" // ErrCodeHealthCheckInUse for service response error code // "HealthCheckInUse". // // This error code is not in use. ErrCodeHealthCheckInUse = "HealthCheckInUse" // ErrCodeHealthCheckVersionMismatch for service response error code // "HealthCheckVersionMismatch". // // The value of HealthCheckVersion in the request doesn't match the value of // HealthCheckVersion in the health check. ErrCodeHealthCheckVersionMismatch = "HealthCheckVersionMismatch" // ErrCodeHostedZoneAlreadyExists for service response error code // "HostedZoneAlreadyExists". // // The hosted zone you're trying to create already exists. Amazon Route 53 returns // this error when a hosted zone has already been created with the specified // CallerReference. ErrCodeHostedZoneAlreadyExists = "HostedZoneAlreadyExists" // ErrCodeHostedZoneNotEmpty for service response error code // "HostedZoneNotEmpty". // // The hosted zone contains resource records that are not SOA or NS records. ErrCodeHostedZoneNotEmpty = "HostedZoneNotEmpty" // ErrCodeHostedZoneNotFound for service response error code // "HostedZoneNotFound". // // The specified HostedZone can't be found. ErrCodeHostedZoneNotFound = "HostedZoneNotFound" // ErrCodeHostedZoneNotPrivate for service response error code // "HostedZoneNotPrivate". // // The specified hosted zone is a public hosted zone, not a private hosted zone. ErrCodeHostedZoneNotPrivate = "HostedZoneNotPrivate" // ErrCodeHostedZonePartiallyDelegated for service response error code // "HostedZonePartiallyDelegated". // // The hosted zone nameservers don't match the parent nameservers. The hosted // zone and parent must have the same nameservers. ErrCodeHostedZonePartiallyDelegated = "HostedZonePartiallyDelegated" // 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 not valid. 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" // ErrCodeInvalidKMSArn for service response error code // "InvalidKMSArn". // // The KeyManagementServiceArn that you specified isn't valid to use with DNSSEC // signing. ErrCodeInvalidKMSArn = "InvalidKMSArn" // ErrCodeInvalidKeySigningKeyName for service response error code // "InvalidKeySigningKeyName". // // The key-signing key (KSK) name that you specified isn't a valid name. ErrCodeInvalidKeySigningKeyName = "InvalidKeySigningKeyName" // ErrCodeInvalidKeySigningKeyStatus for service response error code // "InvalidKeySigningKeyStatus". // // The key-signing key (KSK) status isn't valid or another KSK has the status // INTERNAL_FAILURE. ErrCodeInvalidKeySigningKeyStatus = "InvalidKeySigningKeyStatus" // 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" // ErrCodeInvalidSigningStatus for service response error code // "InvalidSigningStatus". // // Your hosted zone status isn't valid for this operation. In the hosted zone, // change the status to enable DNSSEC or disable DNSSEC. ErrCodeInvalidSigningStatus = "InvalidSigningStatus" // ErrCodeInvalidTrafficPolicyDocument for service response error code // "InvalidTrafficPolicyDocument". // // The format of the traffic policy document that you specified in the Document // element is not valid. 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" // ErrCodeKeySigningKeyAlreadyExists for service response error code // "KeySigningKeyAlreadyExists". // // You've already created a key-signing key (KSK) with this name or with the // same customer managed customer master key (CMK) ARN. ErrCodeKeySigningKeyAlreadyExists = "KeySigningKeyAlreadyExists" // ErrCodeKeySigningKeyInParentDSRecord for service response error code // "KeySigningKeyInParentDSRecord". // // The key-signing key (KSK) is specified in a parent DS record. ErrCodeKeySigningKeyInParentDSRecord = "KeySigningKeyInParentDSRecord" // ErrCodeKeySigningKeyInUse for service response error code // "KeySigningKeyInUse". // // The key-signing key (KSK) that you specified can't be deactivated because // it's the only KSK for a currently-enabled DNSSEC. Disable DNSSEC signing, // or add or enable another KSK. ErrCodeKeySigningKeyInUse = "KeySigningKeyInUse" // ErrCodeKeySigningKeyWithActiveStatusNotFound for service response error code // "KeySigningKeyWithActiveStatusNotFound". // // A key-signing key (KSK) with ACTIVE status wasn't found. ErrCodeKeySigningKeyWithActiveStatusNotFound = "KeySigningKeyWithActiveStatusNotFound" // ErrCodeLastVPCAssociation for service response error code // "LastVPCAssociation". // // The VPC that you're trying to disassociate from the private hosted zone is // the last VPC that is associated with the hosted zone. Amazon Route 53 doesn't // support disassociating the last VPC from a hosted zone. ErrCodeLastVPCAssociation = "LastVPCAssociation" // ErrCodeLimitsExceeded for service response error code // "LimitsExceeded". // // This operation can't be completed either because the current account has // reached the limit on reusable delegation sets that it can create or because // you've reached the limit on the number of Amazon VPCs that you can associate // with a private hosted zone. To get the current limit on the number of reusable // delegation sets, see GetAccountLimit (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html). // To get the current limit on the number of Amazon VPCs that you can associate // with a private hosted zone, see GetHostedZoneLimit (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetHostedZoneLimit.html). // To request a higher limit, create a case (http://aws.amazon.com/route53-request) // with the AWS Support Center. ErrCodeLimitsExceeded = "LimitsExceeded" // ErrCodeNoSuchChange for service response error code // "NoSuchChange". // // A change with the specified change ID does not exist. ErrCodeNoSuchChange = "NoSuchChange" // ErrCodeNoSuchCloudWatchLogsLogGroup for service response error code // "NoSuchCloudWatchLogsLogGroup". // // There is no CloudWatch Logs log group with the specified ARN. ErrCodeNoSuchCloudWatchLogsLogGroup = "NoSuchCloudWatchLogsLogGroup" // ErrCodeNoSuchDelegationSet for service response error code // "NoSuchDelegationSet". // // A reusable delegation set with the specified ID does not exist. ErrCodeNoSuchDelegationSet = "NoSuchDelegationSet" // ErrCodeNoSuchGeoLocation for service response error code // "NoSuchGeoLocation". // // Amazon Route 53 doesn't support the specified geographic location. For a // list of supported geolocation codes, see the GeoLocation (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html) // data type. ErrCodeNoSuchGeoLocation = "NoSuchGeoLocation" // ErrCodeNoSuchHealthCheck for service response error code // "NoSuchHealthCheck". // // No health check exists with the specified ID. ErrCodeNoSuchHealthCheck = "NoSuchHealthCheck" // ErrCodeNoSuchHostedZone for service response error code // "NoSuchHostedZone". // // No hosted zone exists with the ID that you specified. ErrCodeNoSuchHostedZone = "NoSuchHostedZone" // ErrCodeNoSuchKeySigningKey for service response error code // "NoSuchKeySigningKey". // // The specified key-signing key (KSK) doesn't exist. ErrCodeNoSuchKeySigningKey = "NoSuchKeySigningKey" // ErrCodeNoSuchQueryLoggingConfig for service response error code // "NoSuchQueryLoggingConfig". // // There is no DNS query logging configuration with the specified ID. ErrCodeNoSuchQueryLoggingConfig = "NoSuchQueryLoggingConfig" // ErrCodeNoSuchTrafficPolicy for service response error code // "NoSuchTrafficPolicy". // // No traffic policy exists with the specified ID. ErrCodeNoSuchTrafficPolicy = "NoSuchTrafficPolicy" // ErrCodeNoSuchTrafficPolicyInstance for service response error code // "NoSuchTrafficPolicyInstance". // // No traffic policy instance exists with the specified ID. ErrCodeNoSuchTrafficPolicyInstance = "NoSuchTrafficPolicyInstance" // ErrCodeNotAuthorizedException for service response error code // "NotAuthorizedException". // // Associating the specified VPC with the specified hosted zone has not been // authorized. ErrCodeNotAuthorizedException = "NotAuthorizedException" // ErrCodePriorRequestNotComplete for service response error code // "PriorRequestNotComplete". // // If Amazon Route 53 can't process a request before the next request arrives, // it will reject subsequent requests for the same hosted zone and return an // HTTP 400 error (Bad request). If Route 53 returns this error repeatedly for // the same request, we recommend that you wait, in intervals of increasing // duration, before you try the request again. ErrCodePriorRequestNotComplete = "PriorRequestNotComplete" // ErrCodePublicZoneVPCAssociation for service response error code // "PublicZoneVPCAssociation". // // You're trying to associate a VPC with a public hosted zone. Amazon Route // 53 doesn't support associating a VPC with a public hosted zone. ErrCodePublicZoneVPCAssociation = "PublicZoneVPCAssociation" // ErrCodeQueryLoggingConfigAlreadyExists for service response error code // "QueryLoggingConfigAlreadyExists". // // You can create only one query logging configuration for a hosted zone, and // a query logging configuration already exists for this hosted zone. ErrCodeQueryLoggingConfigAlreadyExists = "QueryLoggingConfigAlreadyExists" // ErrCodeThrottlingException for service response error code // "ThrottlingException". // // The limit on the number of requests per second was exceeded. ErrCodeThrottlingException = "ThrottlingException" // ErrCodeTooManyHealthChecks for service response error code // "TooManyHealthChecks". // // This health check can't be created because the current account has reached // the limit on the number of active health checks. // // For information about default limits, see Limits (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html) // in the Amazon Route 53 Developer Guide. // // For information about how to get the current limit for an account, see GetAccountLimit // (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html). // To request a higher limit, create a case (http://aws.amazon.com/route53-request) // with the AWS Support Center. // // You have reached the maximum number of active health checks for an AWS account. // To request a higher limit, create a case (http://aws.amazon.com/route53-request) // with the AWS Support Center. ErrCodeTooManyHealthChecks = "TooManyHealthChecks" // ErrCodeTooManyHostedZones for service response error code // "TooManyHostedZones". // // This operation can't be completed either because the current account has // reached the limit on the number of hosted zones or because you've reached // the limit on the number of hosted zones that can be associated with a reusable // delegation set. // // For information about default limits, see Limits (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html) // in the Amazon Route 53 Developer Guide. // // To get the current limit on hosted zones that can be created by an account, // see GetAccountLimit (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html). // // To get the current limit on hosted zones that can be associated with a reusable // delegation set, see GetReusableDelegationSetLimit (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetReusableDelegationSetLimit.html). // // To request a higher limit, create a case (http://aws.amazon.com/route53-request) // with the AWS Support Center. ErrCodeTooManyHostedZones = "TooManyHostedZones" // ErrCodeTooManyKeySigningKeys for service response error code // "TooManyKeySigningKeys". // // You've reached the limit for the number of key-signing keys (KSKs). Remove // at least one KSK, and then try again. ErrCodeTooManyKeySigningKeys = "TooManyKeySigningKeys" // ErrCodeTooManyTrafficPolicies for service response error code // "TooManyTrafficPolicies". // // This traffic policy can't be created because the current account has reached // the limit on the number of traffic policies. // // For information about default limits, see Limits (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html) // in the Amazon Route 53 Developer Guide. // // To get the current limit for an account, see GetAccountLimit (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html). // // To request a higher limit, create a case (http://aws.amazon.com/route53-request) // with the AWS Support Center. ErrCodeTooManyTrafficPolicies = "TooManyTrafficPolicies" // ErrCodeTooManyTrafficPolicyInstances for service response error code // "TooManyTrafficPolicyInstances". // // This traffic policy instance can't be created because the current account // has reached the limit on the number of traffic policy instances. // // For information about default limits, see Limits (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DNSLimitations.html) // in the Amazon Route 53 Developer Guide. // // For information about how to get the current limit for an account, see GetAccountLimit // (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetAccountLimit.html). // // To request a higher limit, create a case (http://aws.amazon.com/route53-request) // with the AWS Support Center. ErrCodeTooManyTrafficPolicyInstances = "TooManyTrafficPolicyInstances" // ErrCodeTooManyTrafficPolicyVersionsForCurrentPolicy for service response error code // "TooManyTrafficPolicyVersionsForCurrentPolicy". // // This traffic policy version can't be created because you've reached the limit // of 1000 on the number of versions that you can create for the current traffic // policy. // // To create more traffic policy versions, you can use GetTrafficPolicy (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetTrafficPolicy.html) // to get the traffic policy document for a specified traffic policy version, // and then use CreateTrafficPolicy (https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateTrafficPolicy.html) // to create a new traffic policy using the traffic policy document. ErrCodeTooManyTrafficPolicyVersionsForCurrentPolicy = "TooManyTrafficPolicyVersionsForCurrentPolicy" // ErrCodeTooManyVPCAssociationAuthorizations for service response error code // "TooManyVPCAssociationAuthorizations". // // You've created the maximum number of authorizations that can be created for // the specified hosted zone. To authorize another VPC to be associated with // the hosted zone, submit a DeleteVPCAssociationAuthorization request to remove // an existing authorization. To get a list of existing authorizations, submit // a ListVPCAssociationAuthorizations request. ErrCodeTooManyVPCAssociationAuthorizations = "TooManyVPCAssociationAuthorizations" // ErrCodeTrafficPolicyAlreadyExists for service response error code // "TrafficPolicyAlreadyExists". // // A traffic policy that has the same value for Name already exists. ErrCodeTrafficPolicyAlreadyExists = "TrafficPolicyAlreadyExists" // ErrCodeTrafficPolicyInUse for service response error code // "TrafficPolicyInUse". // // One or more traffic policy instances were created by using the specified // traffic policy. ErrCodeTrafficPolicyInUse = "TrafficPolicyInUse" // ErrCodeTrafficPolicyInstanceAlreadyExists for service response error code // "TrafficPolicyInstanceAlreadyExists". // // There is already a traffic policy instance with the specified ID. ErrCodeTrafficPolicyInstanceAlreadyExists = "TrafficPolicyInstanceAlreadyExists" // ErrCodeVPCAssociationAuthorizationNotFound for service response error code // "VPCAssociationAuthorizationNotFound". // // The VPC that you specified is not authorized to be associated with the hosted // zone. ErrCodeVPCAssociationAuthorizationNotFound = "VPCAssociationAuthorizationNotFound" // ErrCodeVPCAssociationNotFound for service response error code // "VPCAssociationNotFound". // // The specified VPC and hosted zone are not currently associated. ErrCodeVPCAssociationNotFound = "VPCAssociationNotFound" )
const ( ServiceName = "route53" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "Route 53" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// ReusableDelegationSetLimitTypeMaxZonesByReusableDelegationSet is a ReusableDelegationSetLimitType enum value
ReusableDelegationSetLimitTypeMaxZonesByReusableDelegationSet = "MAX_ZONES_BY_REUSABLE_DELEGATION_SET"
)
Variables ¶
Functions ¶
func AccountLimitType_Values ¶
func AccountLimitType_Values() []string
AccountLimitType_Values returns all elements of the AccountLimitType enum
func ChangeAction_Values ¶
func ChangeAction_Values() []string
ChangeAction_Values returns all elements of the ChangeAction enum
func ChangeStatus_Values ¶
func ChangeStatus_Values() []string
ChangeStatus_Values returns all elements of the ChangeStatus enum
func CloudWatchRegion_Values ¶
func CloudWatchRegion_Values() []string
CloudWatchRegion_Values returns all elements of the CloudWatchRegion enum
func ComparisonOperator_Values ¶
func ComparisonOperator_Values() []string
ComparisonOperator_Values returns all elements of the ComparisonOperator enum
func HealthCheckRegion_Values ¶
func HealthCheckRegion_Values() []string
HealthCheckRegion_Values returns all elements of the HealthCheckRegion enum
func HealthCheckType_Values ¶
func HealthCheckType_Values() []string
HealthCheckType_Values returns all elements of the HealthCheckType enum
func HostedZoneLimitType_Values ¶
func HostedZoneLimitType_Values() []string
HostedZoneLimitType_Values returns all elements of the HostedZoneLimitType enum
func InsufficientDataHealthStatus_Values ¶
func InsufficientDataHealthStatus_Values() []string
InsufficientDataHealthStatus_Values returns all elements of the InsufficientDataHealthStatus enum
func RRType_Values ¶
func RRType_Values() []string
RRType_Values returns all elements of the RRType enum
func ResettableElementName_Values ¶
func ResettableElementName_Values() []string
ResettableElementName_Values returns all elements of the ResettableElementName enum
func ResourceRecordSetFailover_Values ¶
func ResourceRecordSetFailover_Values() []string
ResourceRecordSetFailover_Values returns all elements of the ResourceRecordSetFailover enum
func ResourceRecordSetRegion_Values ¶
func ResourceRecordSetRegion_Values() []string
ResourceRecordSetRegion_Values returns all elements of the ResourceRecordSetRegion enum
func ReusableDelegationSetLimitType_Values ¶
func ReusableDelegationSetLimitType_Values() []string
ReusableDelegationSetLimitType_Values returns all elements of the ReusableDelegationSetLimitType enum
func Statistic_Values ¶
func Statistic_Values() []string
Statistic_Values returns all elements of the Statistic enum
func TagResourceType_Values ¶
func TagResourceType_Values() []string
TagResourceType_Values returns all elements of the TagResourceType enum
func VPCRegion_Values ¶
func VPCRegion_Values() []string
VPCRegion_Values returns all elements of the VPCRegion enum
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 Type (https://docs.aws.amazon.com/Route53/latest/APIReference/API_AccountLimit.html#Route53-Type-AccountLimit-Type). // // Value is a required field Value *int64 `min:"1" type:"long" required:"true"` // contains filtered or unexported fields }
A complex type that contains the type of limit that you specified in the request and the current value for that limit.
func (AccountLimit) 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 ActivateKeySigningKeyInput ¶
type ActivateKeySigningKeyInput struct { // A unique string used to identify a hosted zone. // // HostedZoneId is a required field HostedZoneId *string `location:"uri" locationName:"HostedZoneId" type:"string" required:"true"` // A string used to identify a key-signing key (KSK). Name can include numbers, // letters, and underscores (_). Name must be unique for each key-signing key // in the same hosted zone. // // Name is a required field Name *string `location:"uri" locationName:"Name" min:"3" type:"string" required:"true"` // contains filtered or unexported fields }
func (ActivateKeySigningKeyInput) GoString ¶
func (s ActivateKeySigningKeyInput) GoString() string
GoString returns the string representation
func (*ActivateKeySigningKeyInput) SetHostedZoneId ¶
func (s *ActivateKeySigningKeyInput) SetHostedZoneId(v string) *ActivateKeySigningKeyInput
SetHostedZoneId sets the HostedZoneId field's value.
func (*ActivateKeySigningKeyInput) SetName ¶
func (s *ActivateKeySigningKeyInput) SetName(v string) *ActivateKeySigningKeyInput
SetName sets the Name field's value.
func (ActivateKeySigningKeyInput) String ¶
func (s ActivateKeySigningKeyInput) String() string
String returns the string representation
func (*ActivateKeySigningKeyInput) Validate ¶
func (s *ActivateKeySigningKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ActivateKeySigningKeyOutput ¶
type ActivateKeySigningKeyOutput struct { // A complex type that describes change information about changes made to your // hosted zone. // // ChangeInfo is a required field ChangeInfo *ChangeInfo `type:"structure" required:"true"` // contains filtered or unexported fields }
func (ActivateKeySigningKeyOutput) GoString ¶
func (s ActivateKeySigningKeyOutput) GoString() string
GoString returns the string representation
func (*ActivateKeySigningKeyOutput) SetChangeInfo ¶
func (s *ActivateKeySigningKeyOutput) SetChangeInfo(v *ChangeInfo) *ActivateKeySigningKeyOutput
SetChangeInfo sets the ChangeInfo field's value.
func (ActivateKeySigningKeyOutput) String ¶
func (s ActivateKeySigningKeyOutput) 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. // // Route 53 supports CloudWatch alarms with the following features: // // * Standard-resolution metrics. High-resolution metrics aren't supported. // For more information, see High-Resolution Metrics (https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/publishingMetrics.html#high-resolution-metrics) // in the Amazon CloudWatch User Guide. // // * Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended // statistics aren't supported. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // For the CloudWatch alarm that you want Route 53 health checkers to use to // determine whether this health check is healthy, the region that the alarm // was created in. // // For the current list of CloudWatch regions, see Amazon CloudWatch endpoints // and quotas (https://docs.aws.amazon.com/general/latest/gr/cw_region.html) // in 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 the specified 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: // // Amazon API Gateway custom regional APIs and edge-optimized APIs // // Specify the applicable domain name for your API. You can get the applicable // value using the AWS CLI command get-domain-names (https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-domain-names.html): // // * For regional APIs, specify the value of regionalDomainName. // // * For edge-optimized APIs, specify the value of distributionDomainName. // This is the name of the associated CloudFront distribution, such as da1b2c3d4e5.cloudfront.net. // // The name of the record that you're creating must match a custom domain name // for your API, such as api.example.com. // // Amazon Virtual Private Cloud interface VPC endpoint // // Enter the API endpoint for the interface endpoint, such as vpce-123456789abcdef01-example-us-east-1a.elasticloadbalancing.us-east-1.vpce.amazonaws.com. // For edge-optimized APIs, this is the domain name for the corresponding CloudFront // distribution. You can get the value of DnsName using the AWS CLI command // describe-vpc-endpoints (https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-vpc-endpoints.html). // // CloudFront distribution // // Specify the domain name that CloudFront assigned when you created your distribution. // // Your CloudFront distribution must include an alternate domain name that matches // the name of the resource record set. For example, if the name of the resource // record set is acme.example.com, your CloudFront distribution must include // acme.example.com as one of the alternate domain names. For more information, // see Using Alternate Domain Names (CNAMEs) (https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/CNAMEs.html) // in the Amazon CloudFront Developer Guide. // // You can't create a resource record set in a private hosted zone to route // traffic to a CloudFront distribution. // // For failover alias records, you can't specify a CloudFront distribution for // both the primary and secondary records. A distribution must include an alternate // domain name that matches the name of the record. However, the primary and // secondary records have the same name, and you can't include the same alternate // domain name in more than one distribution. // // Elastic Beanstalk environment // // If the domain name for your Elastic Beanstalk environment includes the region // that you deployed the environment in, you can create an alias record that // routes traffic to the environment. For example, the domain name my-environment.us-west-2.elasticbeanstalk.com // is a regionalized domain name. // // For environments that were created before early 2016, the domain name doesn't // include the region. To route traffic to these environments, you must create // a CNAME record instead of an alias record. Note that you can't create a CNAME // record for the root domain name. For example, if your domain name is example.com, // you can create a record that routes traffic for acme.example.com to your // Elastic Beanstalk environment, but you can't create a record that routes // traffic for example.com to your Elastic Beanstalk environment. // // For Elastic Beanstalk environments that have regionalized subdomains, specify // the CNAME attribute for the environment. You can use the following methods // to get the value of the CNAME attribute: // // * AWS Management Console: For information about how to get the value by // using the console, see Using Custom Domains with AWS Elastic Beanstalk // (https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/customdomains.html) // in the AWS Elastic Beanstalk Developer Guide. // // * Elastic Beanstalk API: Use the DescribeEnvironments action to get the // value of the CNAME attribute. For more information, see DescribeEnvironments // (https://docs.aws.amazon.com/elasticbeanstalk/latest/api/API_DescribeEnvironments.html) // in the AWS Elastic Beanstalk API Reference. // // * AWS CLI: Use the describe-environments command to get the value of the // CNAME attribute. For more information, see describe-environments (https://docs.aws.amazon.com/cli/latest/reference/elasticbeanstalk/describe-environments.html) // in the AWS CLI Command Reference. // // ELB load balancer // // Specify the DNS name that is associated with the load balancer. Get the DNS // name by using the AWS Management Console, the ELB API, or the AWS CLI. // // * AWS Management Console: Go to the EC2 page, choose Load Balancers in // the navigation pane, choose the load balancer, choose the Description // tab, and get the value of the DNS name field. If you're routing traffic // to a Classic Load Balancer, get the value that begins with dualstack. // If you're routing traffic to another type of load balancer, get the value // that applies to the record type, A or AAAA. // // * Elastic Load Balancing API: Use DescribeLoadBalancers to get the value // of DNSName. For more information, see the applicable guide: Classic Load // Balancers: DescribeLoadBalancers (https://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html) // Application and Network Load Balancers: DescribeLoadBalancers (https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html) // // * AWS CLI: Use describe-load-balancers to get the value of DNSName. For // more information, see the applicable guide: Classic Load Balancers: describe-load-balancers // (http://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancers.html) // Application and Network Load Balancers: describe-load-balancers (http://docs.aws.amazon.com/cli/latest/reference/elbv2/describe-load-balancers.html) // // AWS Global Accelerator accelerator // // Specify the DNS name for your accelerator: // // * Global Accelerator API: To get the DNS name, use DescribeAccelerator // (https://docs.aws.amazon.com/global-accelerator/latest/api/API_DescribeAccelerator.html). // // * AWS CLI: To get the DNS name, use describe-accelerator (https://docs.aws.amazon.com/cli/latest/reference/globalaccelerator/describe-accelerator.html). // // Amazon S3 bucket that is configured as a static website // // Specify the domain name of the Amazon S3 website endpoint that you created // the bucket in, for example, s3-website.us-east-2.amazonaws.com. For more // information about valid values, see the table Amazon S3 Website Endpoints // (https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_website_region_endpoints) // in the Amazon Web Services General Reference. For more information about // using S3 buckets for websites, see Getting Started with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/getting-started.html) // in the Amazon Route 53 Developer Guide. // // Another Route 53 resource record set // // Specify the value of the Name element for a resource record set in the current // hosted zone. // // If you're creating an alias record that has the same name as the hosted zone // (known as the zone apex), you can't specify the domain name for a record // for which the value of Type is CNAME. This is because the alias record must // have the same type as the record that you're routing traffic to, and creating // a CNAME record for the zone apex isn't supported even for an alias record. // // DNSName is a required field DNSName *string `type:"string" required:"true"` // Applies only to alias, failover alias, geolocation alias, latency alias, // and weighted alias resource record sets: When EvaluateTargetHealth is true, // an alias resource record set inherits the health of the referenced AWS resource, // such as an ELB load balancer or another resource record set in the hosted // zone. // // Note the following: // // CloudFront distributions // // You can't set EvaluateTargetHealth to true when the alias target is a CloudFront // distribution. // // Elastic Beanstalk environments that have regionalized subdomains // // If you specify an Elastic Beanstalk environment in DNSName and the environment // contains an ELB load balancer, Elastic Load Balancing routes queries only // to the healthy Amazon EC2 instances that are registered with the load balancer. // (An environment automatically contains an ELB load balancer if it includes // more than one Amazon EC2 instance.) If you set EvaluateTargetHealth to true // and either no Amazon EC2 instances are healthy or the load balancer itself // is unhealthy, Route 53 routes queries to other available resources that are // healthy, if any. // // If the environment contains a single Amazon EC2 instance, there are no special // requirements. // // ELB load balancers // // Health checking behavior depends on the type of load balancer: // // * Classic Load Balancers: If you specify an ELB Classic Load Balancer // in DNSName, Elastic Load Balancing routes queries only to the healthy // Amazon EC2 instances that are registered with the load balancer. If you // set EvaluateTargetHealth to true and either no EC2 instances are healthy // or the load balancer itself is unhealthy, Route 53 routes queries to other // resources. // // * Application and Network Load Balancers: If you specify an ELB Application // or Network Load Balancer and you set EvaluateTargetHealth to true, Route // 53 routes queries to the load balancer based on the health of the target // groups that are associated with the load balancer: For an Application // or Network Load Balancer to be considered healthy, every target group // that contains targets must contain at least one healthy target. If any // target group contains only unhealthy targets, the load balancer is considered // unhealthy, and Route 53 routes queries to other resources. A target group // that has no registered targets is considered unhealthy. // // When you create a load balancer, you configure settings for Elastic Load // Balancing health checks; they're not Route 53 health checks, but they perform // a similar function. Do not create Route 53 health checks for the EC2 instances // that you register with an ELB load balancer. // // S3 buckets // // There are no special requirements for setting EvaluateTargetHealth to true // when the alias target is an S3 bucket. // // Other records in the same hosted zone // // If the AWS resource that you specify in DNSName is a record or a group of // records (for example, a group of weighted records) but is not another alias // record, we recommend that you associate a health check with all of the records // in the alias target. For more information, see What Happens When You Omit // Health Checks? (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting) // in the Amazon Route 53 Developer Guide. // // For more information and examples, see Amazon Route 53 Health Checks and // DNS Failover (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html) // in the Amazon Route 53 Developer Guide. // // EvaluateTargetHealth is a required field EvaluateTargetHealth *bool `type:"boolean" required:"true"` // Alias resource records sets only: The value used depends on where you want // to route traffic: // // Amazon API Gateway custom regional APIs and edge-optimized APIs // // Specify the hosted zone ID for your API. You can get the applicable value // using the AWS CLI command get-domain-names (https://docs.aws.amazon.com/cli/latest/reference/apigateway/get-domain-names.html): // // * For regional APIs, specify the value of regionalHostedZoneId. // // * For edge-optimized APIs, specify the value of distributionHostedZoneId. // // Amazon Virtual Private Cloud interface VPC endpoint // // Specify the hosted zone ID for your interface endpoint. You can get the value // of HostedZoneId using the AWS CLI command describe-vpc-endpoints (https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-vpc-endpoints.html). // // CloudFront distribution // // Specify Z2FDTNDATAQYW2. // // Alias resource record sets for CloudFront can't be created in a private zone. // // Elastic Beanstalk environment // // Specify the hosted zone ID for the region that you created the environment // in. The environment must have a regionalized subdomain. For a list of regions // and the corresponding hosted zone IDs, see AWS Elastic Beanstalk endpoints // and quotas (https://docs.aws.amazon.com/general/latest/gr/elasticbeanstalk.html) // in the the Amazon Web Services General Reference. // // ELB load balancer // // Specify the value of the hosted zone ID for the load balancer. Use the following // methods to get the hosted zone ID: // // * Elastic Load Balancing endpoints and quotas (https://docs.aws.amazon.com/general/latest/gr/elb.html) // topic in the Amazon Web Services General Reference: Use the value that // corresponds with the region that you created your load balancer in. Note // that there are separate columns for Application and Classic Load Balancers // and for Network Load Balancers. // // * AWS Management Console: Go to the Amazon EC2 page, choose Load Balancers // in the navigation pane, select the load balancer, and get the value of // the Hosted zone field on the Description tab. // // * Elastic Load Balancing API: Use DescribeLoadBalancers to get the applicable // value. For more information, see the applicable guide: Classic Load Balancers: // Use DescribeLoadBalancers (https://docs.aws.amazon.com/elasticloadbalancing/2012-06-01/APIReference/API_DescribeLoadBalancers.html) // to get the value of CanonicalHostedZoneNameId. Application and Network // Load Balancers: Use DescribeLoadBalancers (https://docs.aws.amazon.com/elasticloadbalancing/latest/APIReference/API_DescribeLoadBalancers.html) // to get the value of CanonicalHostedZoneId. // // * AWS CLI: Use describe-load-balancers to get the applicable value. For // more information, see the applicable guide: Classic Load Balancers: Use // describe-load-balancers (http://docs.aws.amazon.com/cli/latest/reference/elb/describe-load-balancers.html) // to get the value of CanonicalHostedZoneNameId. Application and Network // Load Balancers: Use describe-load-balancers (http://docs.aws.amazon.com/cli/latest/reference/elbv2/describe-load-balancers.html) // to get the value of CanonicalHostedZoneId. // // AWS Global Accelerator accelerator // // Specify Z2BJ6XQ5FK7U4H. // // An Amazon S3 bucket configured as a static website // // Specify the hosted zone ID for the region that you created the bucket in. // For more information about valid values, see the table Amazon S3 Website // Endpoints (https://docs.aws.amazon.com/general/latest/gr/s3.html#s3_website_region_endpoints) // in the Amazon Web Services General Reference. // // Another Route 53 resource record set in your hosted zone // // Specify the hosted zone ID of your hosted zone. (An alias resource record // set can't reference a resource record set in a different hosted zone.) // // HostedZoneId is a required field HostedZoneId *string `type:"string" required:"true"` // contains filtered or unexported fields }
Alias resource record sets only: Information about the AWS resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.
When creating resource record sets for a private hosted zone, note the following:
* Creating geolocation alias resource record sets or latency alias resource record sets in a private hosted zone is unsupported. * For information about creating failover resource record sets in a private hosted zone, see Configuring Failover in a Private Hosted Zone (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-private-hosted-zones.html).
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 // (https://docs.aws.amazon.com/Route53/latest/APIReference/API_DeleteTrafficPolicyInstance.html). // Amazon Route 53 will delete the resource record set automatically. If // you delete the resource record set by using ChangeResourceRecordSets, // Route 53 doesn't automatically delete the traffic policy instance, and // you'll continue to be charged for it even though it's no longer in use. // // * UPSERT: If a resource record set doesn't already exist, Route 53 creates // it. If a resource record set does exist, Route 53 updates it with the // values in the request. // // Action is a required field Action *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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetChange.html) // action to get detailed information about the change. Comment *string `type:"string"` // The ID of the request. // // Id is a required field Id *string `type:"string" required:"true"` // The current state of the request. PENDING indicates that this request has // not yet been applied to all Amazon Route 53 DNS servers. // // Status is a required field Status *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" 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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_GetChange.html) // action to get detailed information about the change. // // ChangeInfo is a required field ChangeInfo *ChangeInfo `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type containing the response for the request.
func (ChangeResourceRecordSetsOutput) 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 (https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html) // in the Amazon CloudWatch User Guide. Dimensions []*Dimension `locationNameList:"Dimension" type:"list"` // For the metric that the CloudWatch alarm is associated with, the number of // periods that the metric is compared to the threshold. // // EvaluationPeriods is a required field EvaluationPeriods *int64 `min:"1" type:"integer" required:"true"` // The name of the CloudWatch metric that the alarm is associated with. // // MetricName is a required field MetricName *string `min:"1" type:"string" required:"true"` // The namespace of the metric that the alarm is associated with. For more information, // see Amazon CloudWatch Namespaces, Dimensions, and Metrics Reference (https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/CW_Support_For_AWS.html) // in the Amazon CloudWatch User Guide. // // Namespace is a required field Namespace *string `min:"1" type:"string" required:"true"` // For the metric that the CloudWatch alarm is associated with, the duration // of one evaluation period in seconds. // // Period is a required field Period *int64 `min:"60" type:"integer" required:"true"` // For the metric that the CloudWatch alarm is associated with, the statistic // that is applied to the metric. // // Statistic is a required field Statistic *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, // Route 53 returns the settings for the existing health check. // // * If you send a CreateHealthCheck request with the same CallerReference // as a deleted health check, regardless of the settings, Route 53 returns // a HealthCheckAlreadyExists error. // // * If you send a CreateHealthCheck request with the same CallerReference // as an existing health check but with different settings, Route 53 returns // a HealthCheckAlreadyExists error. // // * If you send a CreateHealthCheck request with a unique CallerReference // but settings identical to an existing health check, Route 53 creates the // health check. // // CallerReference is a required field CallerReference *string `min:"1" type:"string" required:"true"` // A complex type that contains settings for a new health check. // // HealthCheckConfig is a required field HealthCheckConfig *HealthCheckConfig `type:"structure" required:"true"` // contains filtered or unexported fields }
A complex type that contains the health check request information.
func (CreateHealthCheckInput) 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 (https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateReusableDelegationSet.html). DelegationSetId *string `type:"string"` // (Optional) A complex type that contains the following optional values: // // * For public and private hosted zones, an optional comment // // * For private hosted zones, an optional PrivateZone element // // If you don't specify a comment or the PrivateZone element, omit HostedZoneConfig // and the other elements. HostedZoneConfig *HostedZoneConfig `type:"structure"` // The name of the domain. Specify a fully qualified domain name, for example, // www.example.com. The trailing dot is optional; Amazon Route 53 assumes that // the domain name is fully qualified. This means that Route 53 treats www.example.com // (without a trailing dot) and www.example.com. (with a trailing dot) as identical. // // If you're creating a public hosted zone, this is the name you have registered // with your DNS registrar. If your domain name is registered with a registrar // other than Route 53, change the name servers for your domain to the set of // NameServers that CreateHostedZone returns in DelegationSet. // // Name is a required field Name *string `type:"string" required:"true"` // (Private hosted zones only) A complex type that contains information about // the Amazon VPC that you're associating with this hosted zone. // // You can specify only one Amazon VPC when you create a private hosted zone. // To associate additional Amazon VPCs with the hosted zone, use AssociateVPCWithHostedZone // (https://docs.aws.amazon.com/Route53/latest/APIReference/API_AssociateVPCWithHostedZone.html) // after you create a hosted zone. VPC *VPC `type:"structure"` // contains filtered or unexported fields }
A complex type that contains information about the request to create a public or private hosted zone.
func (CreateHostedZoneInput) 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 CreateKeySigningKeyInput ¶
type CreateKeySigningKeyInput struct { // A unique string that identifies the request. // // CallerReference is a required field CallerReference *string `min:"1" type:"string" required:"true"` // The unique string (ID) used to identify a hosted zone. // // HostedZoneId is a required field HostedZoneId *string `type:"string" required:"true"` // The Amazon resource name (ARN) for a customer managed customer master key // (CMK) in AWS Key Management Service (AWS KMS). The KeyManagementServiceArn // must be unique for each key-signing key (KSK) in a single hosted zone. To // see an example of KeyManagementServiceArn that grants the correct permissions // for DNSSEC, scroll down to Example. // // You must configure the customer managed CMK as follows: // // Status // // Enabled // // Key spec // // ECC_NIST_P256 // // Key usage // // Sign and verify // // Key policy // // The key policy must give permission for the following actions: // // * DescribeKey // // * GetPublicKey // // * Sign // // The key policy must also include the Amazon Route 53 service in the principal // for your account. Specify the following: // // * "Service": "api-service.dnssec.route53.aws.internal" // // For more information about working with a customer managed CMK in AWS KMS, // see AWS Key Management Service concepts (https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html). // // KeyManagementServiceArn is a required field KeyManagementServiceArn *string `type:"string" required:"true"` // A string used to identify a key-signing key (KSK). Name can include numbers, // letters, and underscores (_). Name must be unique for each key-signing key // in the same hosted zone. // // Name is a required field Name *string `min:"3" type:"string" required:"true"` // A string specifying the initial status of the key-signing key (KSK). You // can set the value to ACTIVE or INACTIVE. // // Status is a required field Status *string `min:"5" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateKeySigningKeyInput) GoString ¶
func (s CreateKeySigningKeyInput) GoString() string
GoString returns the string representation
func (*CreateKeySigningKeyInput) SetCallerReference ¶
func (s *CreateKeySigningKeyInput) SetCallerReference(v string) *CreateKeySigningKeyInput
SetCallerReference sets the CallerReference field's value.
func (*CreateKeySigningKeyInput) SetHostedZoneId ¶
func (s *CreateKeySigningKeyInput) SetHostedZoneId(v string) *CreateKeySigningKeyInput
SetHostedZoneId sets the HostedZoneId field's value.
func (*CreateKeySigningKeyInput) SetKeyManagementServiceArn ¶
func (s *CreateKeySigningKeyInput) SetKeyManagementServiceArn(v string) *CreateKeySigningKeyInput
SetKeyManagementServiceArn sets the KeyManagementServiceArn field's value.
func (*CreateKeySigningKeyInput) SetName ¶
func (s *CreateKeySigningKeyInput) SetName(v string) *CreateKeySigningKeyInput
SetName sets the Name field's value.
func (*CreateKeySigningKeyInput) SetStatus ¶
func (s *CreateKeySigningKeyInput) SetStatus(v string) *CreateKeySigningKeyInput
SetStatus sets the Status field's value.
func (CreateKeySigningKeyInput) String ¶
func (s CreateKeySigningKeyInput) String() string
String returns the string representation
func (*CreateKeySigningKeyInput) Validate ¶
func (s *CreateKeySigningKeyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateKeySigningKeyOutput ¶
type CreateKeySigningKeyOutput struct { // A complex type that describes change information about changes made to your // hosted zone. // // ChangeInfo is a required field ChangeInfo *ChangeInfo `type:"structure" required:"true"` // The key-signing key (KSK) that the request creates. // // KeySigningKey is a required field KeySigningKey *KeySigningKey `type:"structure" required:"true"` // The unique URL representing the new key-signing key (KSK). // // Location is a required field Location *string `location:"header" locationName:"Location" type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateKeySigningKeyOutput) GoString ¶
func (s CreateKeySigningKeyOutput) GoString() string
GoString returns the string representation
func (*CreateKeySigningKeyOutput) SetChangeInfo ¶
func (s *CreateKeySigningKeyOutput) SetChangeInfo(v *ChangeInfo) *CreateKeySigningKeyOutput
SetChangeInfo sets the ChangeInfo field's value.
func (*CreateKeySigningKeyOutput) SetKeySigningKey ¶
func (s *CreateKeySigningKeyOutput) SetKeySigningKey(v *KeySigningKey) *CreateKeySigningKeyOutput
SetKeySigningKey sets the KeySigningKey field's value.
func (*CreateKeySigningKeyOutput) SetLocation ¶
func (s *CreateKeySigningKeyOutput) SetLocation(v string) *CreateKeySigningKeyOutput
SetLocation sets the Location field's value.
func (CreateKeySigningKeyOutput) String ¶
func (s CreateKeySigningKeyOutput) 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 // (https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DescribeLogGroups.html) // API action, the describe-log-groups (https://docs.aws.amazon.com/cli/latest/reference/logs/describe-log-groups.html) // command, or the applicable command in one of the AWS SDKs. // // CloudWatchLogsLogGroupArn is a required field CloudWatchLogsLogGroupArn *string `type:"string" required:"true"` // The ID of the hosted zone that you want to log queries for. You can log queries // only for public hosted zones. // // HostedZoneId is a required field HostedZoneId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (CreateQueryLoggingConfigInput) 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 (https://docs.aws.amazon.com/Route53/latest/APIReference/api-policies-traffic-policy-document-format.html). // // Document is a required field Document *string `type:"string" required:"true"` // The name of the traffic policy. // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the traffic policy that you want to create.
func (CreateTrafficPolicyInput) 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 that you want Amazon Route 53 to create resource // record sets in by using the configuration in a traffic policy. // // HostedZoneId is a required field HostedZoneId *string `type:"string" required:"true"` // The domain name (such as example.com) or subdomain name (such as www.example.com) // for which Amazon Route 53 responds to DNS queries by using the resource record // sets that Route 53 creates for this traffic policy instance. // // Name is a required field Name *string `type:"string" required:"true"` // (Optional) The TTL that you want Amazon Route 53 to assign to all of the // resource record sets that it creates in the specified hosted zone. // // TTL is a required field TTL *int64 `type:"long" required:"true"` // The ID of the traffic policy that you want to use to create resource record // sets in the specified hosted zone. // // TrafficPolicyId is a required field TrafficPolicyId *string `min:"1" type:"string" required:"true"` // The version of the traffic policy that you want to use to create resource // record sets in the specified hosted zone. // // TrafficPolicyVersion is a required field TrafficPolicyVersion *int64 `min:"1" type:"integer" required:"true"` // contains filtered or unexported fields }
A complex type that contains information about the resource record sets that you want to create based on a specified traffic policy.
func (CreateTrafficPolicyInstanceInput) GoString ¶
func (s CreateTrafficPolicyInstanceInput) GoString() string
GoString returns the string representation