Documentation ¶
Overview ¶
Package route53domains provides the client and types for making API requests to Amazon Route 53 Domains.
Amazon Route 53 API actions let you register domain names and perform related operations.
See https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15 for more information on this service.
See route53domains package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/route53domains/
Using the Client ¶
To contact Amazon Route 53 Domains 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 Domains client Route53Domains for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/route53domains/#New
Index ¶
- Constants
- func ContactType_Values() []string
- func CountryCode_Values() []string
- func DomainAvailability_Values() []string
- func ExtraParamName_Values() []string
- func ListDomainsAttributeName_Values() []string
- func ListOperationsSortAttributeName_Values() []string
- func OperationStatus_Values() []string
- func OperationType_Values() []string
- func Operator_Values() []string
- func ReachabilityStatus_Values() []string
- func SortOrder_Values() []string
- func StatusFlag_Values() []string
- func Transferable_Values() []string
- type AcceptDomainTransferFromAnotherAwsAccountInput
- func (s AcceptDomainTransferFromAnotherAwsAccountInput) GoString() string
- func (s *AcceptDomainTransferFromAnotherAwsAccountInput) SetDomainName(v string) *AcceptDomainTransferFromAnotherAwsAccountInput
- func (s *AcceptDomainTransferFromAnotherAwsAccountInput) SetPassword(v string) *AcceptDomainTransferFromAnotherAwsAccountInput
- func (s AcceptDomainTransferFromAnotherAwsAccountInput) String() string
- func (s *AcceptDomainTransferFromAnotherAwsAccountInput) Validate() error
- type AcceptDomainTransferFromAnotherAwsAccountOutput
- type AssociateDelegationSignerToDomainInput
- func (s AssociateDelegationSignerToDomainInput) GoString() string
- func (s *AssociateDelegationSignerToDomainInput) SetDomainName(v string) *AssociateDelegationSignerToDomainInput
- func (s *AssociateDelegationSignerToDomainInput) SetSigningAttributes(v *DnssecSigningAttributes) *AssociateDelegationSignerToDomainInput
- func (s AssociateDelegationSignerToDomainInput) String() string
- func (s *AssociateDelegationSignerToDomainInput) Validate() error
- type AssociateDelegationSignerToDomainOutput
- type BillingRecord
- func (s BillingRecord) GoString() string
- func (s *BillingRecord) SetBillDate(v time.Time) *BillingRecord
- func (s *BillingRecord) SetDomainName(v string) *BillingRecord
- func (s *BillingRecord) SetInvoiceId(v string) *BillingRecord
- func (s *BillingRecord) SetOperation(v string) *BillingRecord
- func (s *BillingRecord) SetPrice(v float64) *BillingRecord
- func (s BillingRecord) String() string
- type CancelDomainTransferToAnotherAwsAccountInput
- func (s CancelDomainTransferToAnotherAwsAccountInput) GoString() string
- func (s *CancelDomainTransferToAnotherAwsAccountInput) SetDomainName(v string) *CancelDomainTransferToAnotherAwsAccountInput
- func (s CancelDomainTransferToAnotherAwsAccountInput) String() string
- func (s *CancelDomainTransferToAnotherAwsAccountInput) Validate() error
- type CancelDomainTransferToAnotherAwsAccountOutput
- type CheckDomainAvailabilityInput
- func (s CheckDomainAvailabilityInput) GoString() string
- func (s *CheckDomainAvailabilityInput) SetDomainName(v string) *CheckDomainAvailabilityInput
- func (s *CheckDomainAvailabilityInput) SetIdnLangCode(v string) *CheckDomainAvailabilityInput
- func (s CheckDomainAvailabilityInput) String() string
- func (s *CheckDomainAvailabilityInput) Validate() error
- type CheckDomainAvailabilityOutput
- type CheckDomainTransferabilityInput
- func (s CheckDomainTransferabilityInput) GoString() string
- func (s *CheckDomainTransferabilityInput) SetAuthCode(v string) *CheckDomainTransferabilityInput
- func (s *CheckDomainTransferabilityInput) SetDomainName(v string) *CheckDomainTransferabilityInput
- func (s CheckDomainTransferabilityInput) String() string
- func (s *CheckDomainTransferabilityInput) Validate() error
- type CheckDomainTransferabilityOutput
- func (s CheckDomainTransferabilityOutput) GoString() string
- func (s *CheckDomainTransferabilityOutput) SetMessage(v string) *CheckDomainTransferabilityOutput
- func (s *CheckDomainTransferabilityOutput) SetTransferability(v *DomainTransferability) *CheckDomainTransferabilityOutput
- func (s CheckDomainTransferabilityOutput) String() string
- type Consent
- type ContactDetail
- func (s ContactDetail) GoString() string
- func (s *ContactDetail) SetAddressLine1(v string) *ContactDetail
- func (s *ContactDetail) SetAddressLine2(v string) *ContactDetail
- func (s *ContactDetail) SetCity(v string) *ContactDetail
- func (s *ContactDetail) SetContactType(v string) *ContactDetail
- func (s *ContactDetail) SetCountryCode(v string) *ContactDetail
- func (s *ContactDetail) SetEmail(v string) *ContactDetail
- func (s *ContactDetail) SetExtraParams(v []*ExtraParam) *ContactDetail
- func (s *ContactDetail) SetFax(v string) *ContactDetail
- func (s *ContactDetail) SetFirstName(v string) *ContactDetail
- func (s *ContactDetail) SetLastName(v string) *ContactDetail
- func (s *ContactDetail) SetOrganizationName(v string) *ContactDetail
- func (s *ContactDetail) SetPhoneNumber(v string) *ContactDetail
- func (s *ContactDetail) SetState(v string) *ContactDetail
- func (s *ContactDetail) SetZipCode(v string) *ContactDetail
- func (s ContactDetail) String() string
- func (s *ContactDetail) Validate() error
- type DeleteDomainInput
- type DeleteDomainOutput
- type DeleteTagsForDomainInput
- func (s DeleteTagsForDomainInput) GoString() string
- func (s *DeleteTagsForDomainInput) SetDomainName(v string) *DeleteTagsForDomainInput
- func (s *DeleteTagsForDomainInput) SetTagsToDelete(v []*string) *DeleteTagsForDomainInput
- func (s DeleteTagsForDomainInput) String() string
- func (s *DeleteTagsForDomainInput) Validate() error
- type DeleteTagsForDomainOutput
- type DisableDomainAutoRenewInput
- type DisableDomainAutoRenewOutput
- type DisableDomainTransferLockInput
- type DisableDomainTransferLockOutput
- type DisassociateDelegationSignerFromDomainInput
- func (s DisassociateDelegationSignerFromDomainInput) GoString() string
- func (s *DisassociateDelegationSignerFromDomainInput) SetDomainName(v string) *DisassociateDelegationSignerFromDomainInput
- func (s *DisassociateDelegationSignerFromDomainInput) SetId(v string) *DisassociateDelegationSignerFromDomainInput
- func (s DisassociateDelegationSignerFromDomainInput) String() string
- func (s *DisassociateDelegationSignerFromDomainInput) Validate() error
- type DisassociateDelegationSignerFromDomainOutput
- type DnssecKey
- func (s DnssecKey) GoString() string
- func (s *DnssecKey) SetAlgorithm(v int64) *DnssecKey
- func (s *DnssecKey) SetDigest(v string) *DnssecKey
- func (s *DnssecKey) SetDigestType(v int64) *DnssecKey
- func (s *DnssecKey) SetFlags(v int64) *DnssecKey
- func (s *DnssecKey) SetId(v string) *DnssecKey
- func (s *DnssecKey) SetKeyTag(v int64) *DnssecKey
- func (s *DnssecKey) SetPublicKey(v string) *DnssecKey
- func (s DnssecKey) String() string
- type DnssecLimitExceeded
- func (s *DnssecLimitExceeded) Code() string
- func (s *DnssecLimitExceeded) Error() string
- func (s DnssecLimitExceeded) GoString() string
- func (s *DnssecLimitExceeded) Message() string
- func (s *DnssecLimitExceeded) OrigErr() error
- func (s *DnssecLimitExceeded) RequestID() string
- func (s *DnssecLimitExceeded) StatusCode() int
- func (s DnssecLimitExceeded) String() string
- type DnssecSigningAttributes
- func (s DnssecSigningAttributes) GoString() string
- func (s *DnssecSigningAttributes) SetAlgorithm(v int64) *DnssecSigningAttributes
- func (s *DnssecSigningAttributes) SetFlags(v int64) *DnssecSigningAttributes
- func (s *DnssecSigningAttributes) SetPublicKey(v string) *DnssecSigningAttributes
- func (s DnssecSigningAttributes) String() string
- type DomainLimitExceeded
- func (s *DomainLimitExceeded) Code() string
- func (s *DomainLimitExceeded) Error() string
- func (s DomainLimitExceeded) GoString() string
- func (s *DomainLimitExceeded) Message() string
- func (s *DomainLimitExceeded) OrigErr() error
- func (s *DomainLimitExceeded) RequestID() string
- func (s *DomainLimitExceeded) StatusCode() int
- func (s DomainLimitExceeded) String() string
- type DomainPrice
- func (s DomainPrice) GoString() string
- func (s *DomainPrice) SetChangeOwnershipPrice(v *PriceWithCurrency) *DomainPrice
- func (s *DomainPrice) SetName(v string) *DomainPrice
- func (s *DomainPrice) SetRegistrationPrice(v *PriceWithCurrency) *DomainPrice
- func (s *DomainPrice) SetRenewalPrice(v *PriceWithCurrency) *DomainPrice
- func (s *DomainPrice) SetRestorationPrice(v *PriceWithCurrency) *DomainPrice
- func (s *DomainPrice) SetTransferPrice(v *PriceWithCurrency) *DomainPrice
- func (s DomainPrice) String() string
- type DomainSuggestion
- type DomainSummary
- func (s DomainSummary) GoString() string
- func (s *DomainSummary) SetAutoRenew(v bool) *DomainSummary
- func (s *DomainSummary) SetDomainName(v string) *DomainSummary
- func (s *DomainSummary) SetExpiry(v time.Time) *DomainSummary
- func (s *DomainSummary) SetTransferLock(v bool) *DomainSummary
- func (s DomainSummary) String() string
- type DomainTransferability
- type DuplicateRequest
- func (s *DuplicateRequest) Code() string
- func (s *DuplicateRequest) Error() string
- func (s DuplicateRequest) GoString() string
- func (s *DuplicateRequest) Message() string
- func (s *DuplicateRequest) OrigErr() error
- func (s *DuplicateRequest) RequestID() string
- func (s *DuplicateRequest) StatusCode() int
- func (s DuplicateRequest) String() string
- type EnableDomainAutoRenewInput
- type EnableDomainAutoRenewOutput
- type EnableDomainTransferLockInput
- type EnableDomainTransferLockOutput
- type ExtraParam
- type FilterCondition
- func (s FilterCondition) GoString() string
- func (s *FilterCondition) SetName(v string) *FilterCondition
- func (s *FilterCondition) SetOperator(v string) *FilterCondition
- func (s *FilterCondition) SetValues(v []*string) *FilterCondition
- func (s FilterCondition) String() string
- func (s *FilterCondition) Validate() error
- type GetContactReachabilityStatusInput
- type GetContactReachabilityStatusOutput
- func (s GetContactReachabilityStatusOutput) GoString() string
- func (s *GetContactReachabilityStatusOutput) SetDomainName(v string) *GetContactReachabilityStatusOutput
- func (s *GetContactReachabilityStatusOutput) SetStatus(v string) *GetContactReachabilityStatusOutput
- func (s GetContactReachabilityStatusOutput) String() string
- type GetDomainDetailInput
- type GetDomainDetailOutput
- func (s GetDomainDetailOutput) GoString() string
- func (s *GetDomainDetailOutput) SetAbuseContactEmail(v string) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetAbuseContactPhone(v string) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetAdminContact(v *ContactDetail) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetAdminPrivacy(v bool) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetAutoRenew(v bool) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetBillingContact(v *ContactDetail) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetBillingPrivacy(v bool) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetCreationDate(v time.Time) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetDnsSec(v string) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetDnssecKeys(v []*DnssecKey) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetDomainName(v string) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetExpirationDate(v time.Time) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetNameservers(v []*Nameserver) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetRegistrantContact(v *ContactDetail) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetRegistrantPrivacy(v bool) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetRegistrarName(v string) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetRegistrarUrl(v string) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetRegistryDomainId(v string) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetReseller(v string) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetStatusList(v []*string) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetTechContact(v *ContactDetail) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetTechPrivacy(v bool) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetUpdatedDate(v time.Time) *GetDomainDetailOutput
- func (s *GetDomainDetailOutput) SetWhoIsServer(v string) *GetDomainDetailOutput
- func (s GetDomainDetailOutput) String() string
- type GetDomainSuggestionsInput
- func (s GetDomainSuggestionsInput) GoString() string
- func (s *GetDomainSuggestionsInput) SetDomainName(v string) *GetDomainSuggestionsInput
- func (s *GetDomainSuggestionsInput) SetOnlyAvailable(v bool) *GetDomainSuggestionsInput
- func (s *GetDomainSuggestionsInput) SetSuggestionCount(v int64) *GetDomainSuggestionsInput
- func (s GetDomainSuggestionsInput) String() string
- func (s *GetDomainSuggestionsInput) Validate() error
- type GetDomainSuggestionsOutput
- type GetOperationDetailInput
- type GetOperationDetailOutput
- func (s GetOperationDetailOutput) GoString() string
- func (s *GetOperationDetailOutput) SetDomainName(v string) *GetOperationDetailOutput
- func (s *GetOperationDetailOutput) SetLastUpdatedDate(v time.Time) *GetOperationDetailOutput
- func (s *GetOperationDetailOutput) SetMessage(v string) *GetOperationDetailOutput
- func (s *GetOperationDetailOutput) SetOperationId(v string) *GetOperationDetailOutput
- func (s *GetOperationDetailOutput) SetStatus(v string) *GetOperationDetailOutput
- func (s *GetOperationDetailOutput) SetStatusFlag(v string) *GetOperationDetailOutput
- func (s *GetOperationDetailOutput) SetSubmittedDate(v time.Time) *GetOperationDetailOutput
- func (s *GetOperationDetailOutput) SetType(v string) *GetOperationDetailOutput
- func (s GetOperationDetailOutput) String() string
- type InvalidInput
- func (s *InvalidInput) Code() string
- func (s *InvalidInput) Error() string
- func (s InvalidInput) GoString() string
- func (s *InvalidInput) Message() string
- func (s *InvalidInput) OrigErr() error
- func (s *InvalidInput) RequestID() string
- func (s *InvalidInput) StatusCode() int
- func (s InvalidInput) String() string
- type ListDomainsInput
- func (s ListDomainsInput) GoString() string
- func (s *ListDomainsInput) SetFilterConditions(v []*FilterCondition) *ListDomainsInput
- func (s *ListDomainsInput) SetMarker(v string) *ListDomainsInput
- func (s *ListDomainsInput) SetMaxItems(v int64) *ListDomainsInput
- func (s *ListDomainsInput) SetSortCondition(v *SortCondition) *ListDomainsInput
- func (s ListDomainsInput) String() string
- func (s *ListDomainsInput) Validate() error
- type ListDomainsOutput
- type ListOperationsInput
- func (s ListOperationsInput) GoString() string
- func (s *ListOperationsInput) SetMarker(v string) *ListOperationsInput
- func (s *ListOperationsInput) SetMaxItems(v int64) *ListOperationsInput
- func (s *ListOperationsInput) SetSortBy(v string) *ListOperationsInput
- func (s *ListOperationsInput) SetSortOrder(v string) *ListOperationsInput
- func (s *ListOperationsInput) SetStatus(v []*string) *ListOperationsInput
- func (s *ListOperationsInput) SetSubmittedSince(v time.Time) *ListOperationsInput
- func (s *ListOperationsInput) SetType(v []*string) *ListOperationsInput
- func (s ListOperationsInput) String() string
- type ListOperationsOutput
- type ListPricesInput
- func (s ListPricesInput) GoString() string
- func (s *ListPricesInput) SetMarker(v string) *ListPricesInput
- func (s *ListPricesInput) SetMaxItems(v int64) *ListPricesInput
- func (s *ListPricesInput) SetTld(v string) *ListPricesInput
- func (s ListPricesInput) String() string
- func (s *ListPricesInput) Validate() error
- type ListPricesOutput
- type ListTagsForDomainInput
- type ListTagsForDomainOutput
- type Nameserver
- type OperationLimitExceeded
- func (s *OperationLimitExceeded) Code() string
- func (s *OperationLimitExceeded) Error() string
- func (s OperationLimitExceeded) GoString() string
- func (s *OperationLimitExceeded) Message() string
- func (s *OperationLimitExceeded) OrigErr() error
- func (s *OperationLimitExceeded) RequestID() string
- func (s *OperationLimitExceeded) StatusCode() int
- func (s OperationLimitExceeded) String() string
- type OperationSummary
- func (s OperationSummary) GoString() string
- func (s *OperationSummary) SetDomainName(v string) *OperationSummary
- func (s *OperationSummary) SetLastUpdatedDate(v time.Time) *OperationSummary
- func (s *OperationSummary) SetMessage(v string) *OperationSummary
- func (s *OperationSummary) SetOperationId(v string) *OperationSummary
- func (s *OperationSummary) SetStatus(v string) *OperationSummary
- func (s *OperationSummary) SetStatusFlag(v string) *OperationSummary
- func (s *OperationSummary) SetSubmittedDate(v time.Time) *OperationSummary
- func (s *OperationSummary) SetType(v string) *OperationSummary
- func (s OperationSummary) String() string
- type PriceWithCurrency
- type PushDomainInput
- type PushDomainOutput
- type RegisterDomainInput
- func (s RegisterDomainInput) GoString() string
- func (s *RegisterDomainInput) SetAdminContact(v *ContactDetail) *RegisterDomainInput
- func (s *RegisterDomainInput) SetAutoRenew(v bool) *RegisterDomainInput
- func (s *RegisterDomainInput) SetBillingContact(v *ContactDetail) *RegisterDomainInput
- func (s *RegisterDomainInput) SetDomainName(v string) *RegisterDomainInput
- func (s *RegisterDomainInput) SetDurationInYears(v int64) *RegisterDomainInput
- func (s *RegisterDomainInput) SetIdnLangCode(v string) *RegisterDomainInput
- func (s *RegisterDomainInput) SetPrivacyProtectAdminContact(v bool) *RegisterDomainInput
- func (s *RegisterDomainInput) SetPrivacyProtectBillingContact(v bool) *RegisterDomainInput
- func (s *RegisterDomainInput) SetPrivacyProtectRegistrantContact(v bool) *RegisterDomainInput
- func (s *RegisterDomainInput) SetPrivacyProtectTechContact(v bool) *RegisterDomainInput
- func (s *RegisterDomainInput) SetRegistrantContact(v *ContactDetail) *RegisterDomainInput
- func (s *RegisterDomainInput) SetTechContact(v *ContactDetail) *RegisterDomainInput
- func (s RegisterDomainInput) String() string
- func (s *RegisterDomainInput) Validate() error
- type RegisterDomainOutput
- type RejectDomainTransferFromAnotherAwsAccountInput
- func (s RejectDomainTransferFromAnotherAwsAccountInput) GoString() string
- func (s *RejectDomainTransferFromAnotherAwsAccountInput) SetDomainName(v string) *RejectDomainTransferFromAnotherAwsAccountInput
- func (s RejectDomainTransferFromAnotherAwsAccountInput) String() string
- func (s *RejectDomainTransferFromAnotherAwsAccountInput) Validate() error
- type RejectDomainTransferFromAnotherAwsAccountOutput
- type RenewDomainInput
- func (s RenewDomainInput) GoString() string
- func (s *RenewDomainInput) SetCurrentExpiryYear(v int64) *RenewDomainInput
- func (s *RenewDomainInput) SetDomainName(v string) *RenewDomainInput
- func (s *RenewDomainInput) SetDurationInYears(v int64) *RenewDomainInput
- func (s RenewDomainInput) String() string
- func (s *RenewDomainInput) Validate() error
- type RenewDomainOutput
- type ResendContactReachabilityEmailInput
- type ResendContactReachabilityEmailOutput
- func (s ResendContactReachabilityEmailOutput) GoString() string
- func (s *ResendContactReachabilityEmailOutput) SetDomainName(v string) *ResendContactReachabilityEmailOutput
- func (s *ResendContactReachabilityEmailOutput) SetEmailAddress(v string) *ResendContactReachabilityEmailOutput
- func (s *ResendContactReachabilityEmailOutput) SetIsAlreadyVerified(v bool) *ResendContactReachabilityEmailOutput
- func (s ResendContactReachabilityEmailOutput) String() string
- type ResendOperationAuthorizationInput
- type ResendOperationAuthorizationOutput
- type RetrieveDomainAuthCodeInput
- type RetrieveDomainAuthCodeOutput
- type Route53Domains
- func (c *Route53Domains) AcceptDomainTransferFromAnotherAwsAccount(input *AcceptDomainTransferFromAnotherAwsAccountInput) (*AcceptDomainTransferFromAnotherAwsAccountOutput, error)
- func (c *Route53Domains) AcceptDomainTransferFromAnotherAwsAccountRequest(input *AcceptDomainTransferFromAnotherAwsAccountInput) (req *request.Request, output *AcceptDomainTransferFromAnotherAwsAccountOutput)
- func (c *Route53Domains) AcceptDomainTransferFromAnotherAwsAccountWithContext(ctx aws.Context, input *AcceptDomainTransferFromAnotherAwsAccountInput, ...) (*AcceptDomainTransferFromAnotherAwsAccountOutput, error)
- func (c *Route53Domains) AssociateDelegationSignerToDomain(input *AssociateDelegationSignerToDomainInput) (*AssociateDelegationSignerToDomainOutput, error)
- func (c *Route53Domains) AssociateDelegationSignerToDomainRequest(input *AssociateDelegationSignerToDomainInput) (req *request.Request, output *AssociateDelegationSignerToDomainOutput)
- func (c *Route53Domains) AssociateDelegationSignerToDomainWithContext(ctx aws.Context, input *AssociateDelegationSignerToDomainInput, ...) (*AssociateDelegationSignerToDomainOutput, error)
- func (c *Route53Domains) CancelDomainTransferToAnotherAwsAccount(input *CancelDomainTransferToAnotherAwsAccountInput) (*CancelDomainTransferToAnotherAwsAccountOutput, error)
- func (c *Route53Domains) CancelDomainTransferToAnotherAwsAccountRequest(input *CancelDomainTransferToAnotherAwsAccountInput) (req *request.Request, output *CancelDomainTransferToAnotherAwsAccountOutput)
- func (c *Route53Domains) CancelDomainTransferToAnotherAwsAccountWithContext(ctx aws.Context, input *CancelDomainTransferToAnotherAwsAccountInput, ...) (*CancelDomainTransferToAnotherAwsAccountOutput, error)
- func (c *Route53Domains) CheckDomainAvailability(input *CheckDomainAvailabilityInput) (*CheckDomainAvailabilityOutput, error)
- func (c *Route53Domains) CheckDomainAvailabilityRequest(input *CheckDomainAvailabilityInput) (req *request.Request, output *CheckDomainAvailabilityOutput)
- func (c *Route53Domains) CheckDomainAvailabilityWithContext(ctx aws.Context, input *CheckDomainAvailabilityInput, opts ...request.Option) (*CheckDomainAvailabilityOutput, error)
- func (c *Route53Domains) CheckDomainTransferability(input *CheckDomainTransferabilityInput) (*CheckDomainTransferabilityOutput, error)
- func (c *Route53Domains) CheckDomainTransferabilityRequest(input *CheckDomainTransferabilityInput) (req *request.Request, output *CheckDomainTransferabilityOutput)
- func (c *Route53Domains) CheckDomainTransferabilityWithContext(ctx aws.Context, input *CheckDomainTransferabilityInput, ...) (*CheckDomainTransferabilityOutput, error)
- func (c *Route53Domains) DeleteDomain(input *DeleteDomainInput) (*DeleteDomainOutput, error)
- func (c *Route53Domains) DeleteDomainRequest(input *DeleteDomainInput) (req *request.Request, output *DeleteDomainOutput)
- func (c *Route53Domains) DeleteDomainWithContext(ctx aws.Context, input *DeleteDomainInput, opts ...request.Option) (*DeleteDomainOutput, error)
- func (c *Route53Domains) DeleteTagsForDomain(input *DeleteTagsForDomainInput) (*DeleteTagsForDomainOutput, error)
- func (c *Route53Domains) DeleteTagsForDomainRequest(input *DeleteTagsForDomainInput) (req *request.Request, output *DeleteTagsForDomainOutput)
- func (c *Route53Domains) DeleteTagsForDomainWithContext(ctx aws.Context, input *DeleteTagsForDomainInput, opts ...request.Option) (*DeleteTagsForDomainOutput, error)
- func (c *Route53Domains) DisableDomainAutoRenew(input *DisableDomainAutoRenewInput) (*DisableDomainAutoRenewOutput, error)
- func (c *Route53Domains) DisableDomainAutoRenewRequest(input *DisableDomainAutoRenewInput) (req *request.Request, output *DisableDomainAutoRenewOutput)
- func (c *Route53Domains) DisableDomainAutoRenewWithContext(ctx aws.Context, input *DisableDomainAutoRenewInput, opts ...request.Option) (*DisableDomainAutoRenewOutput, error)
- func (c *Route53Domains) DisableDomainTransferLock(input *DisableDomainTransferLockInput) (*DisableDomainTransferLockOutput, error)
- func (c *Route53Domains) DisableDomainTransferLockRequest(input *DisableDomainTransferLockInput) (req *request.Request, output *DisableDomainTransferLockOutput)
- func (c *Route53Domains) DisableDomainTransferLockWithContext(ctx aws.Context, input *DisableDomainTransferLockInput, opts ...request.Option) (*DisableDomainTransferLockOutput, error)
- func (c *Route53Domains) DisassociateDelegationSignerFromDomain(input *DisassociateDelegationSignerFromDomainInput) (*DisassociateDelegationSignerFromDomainOutput, error)
- func (c *Route53Domains) DisassociateDelegationSignerFromDomainRequest(input *DisassociateDelegationSignerFromDomainInput) (req *request.Request, output *DisassociateDelegationSignerFromDomainOutput)
- func (c *Route53Domains) DisassociateDelegationSignerFromDomainWithContext(ctx aws.Context, input *DisassociateDelegationSignerFromDomainInput, ...) (*DisassociateDelegationSignerFromDomainOutput, error)
- func (c *Route53Domains) EnableDomainAutoRenew(input *EnableDomainAutoRenewInput) (*EnableDomainAutoRenewOutput, error)
- func (c *Route53Domains) EnableDomainAutoRenewRequest(input *EnableDomainAutoRenewInput) (req *request.Request, output *EnableDomainAutoRenewOutput)
- func (c *Route53Domains) EnableDomainAutoRenewWithContext(ctx aws.Context, input *EnableDomainAutoRenewInput, opts ...request.Option) (*EnableDomainAutoRenewOutput, error)
- func (c *Route53Domains) EnableDomainTransferLock(input *EnableDomainTransferLockInput) (*EnableDomainTransferLockOutput, error)
- func (c *Route53Domains) EnableDomainTransferLockRequest(input *EnableDomainTransferLockInput) (req *request.Request, output *EnableDomainTransferLockOutput)
- func (c *Route53Domains) EnableDomainTransferLockWithContext(ctx aws.Context, input *EnableDomainTransferLockInput, opts ...request.Option) (*EnableDomainTransferLockOutput, error)
- func (c *Route53Domains) GetContactReachabilityStatus(input *GetContactReachabilityStatusInput) (*GetContactReachabilityStatusOutput, error)
- func (c *Route53Domains) GetContactReachabilityStatusRequest(input *GetContactReachabilityStatusInput) (req *request.Request, output *GetContactReachabilityStatusOutput)
- func (c *Route53Domains) GetContactReachabilityStatusWithContext(ctx aws.Context, input *GetContactReachabilityStatusInput, ...) (*GetContactReachabilityStatusOutput, error)
- func (c *Route53Domains) GetDomainDetail(input *GetDomainDetailInput) (*GetDomainDetailOutput, error)
- func (c *Route53Domains) GetDomainDetailRequest(input *GetDomainDetailInput) (req *request.Request, output *GetDomainDetailOutput)
- func (c *Route53Domains) GetDomainDetailWithContext(ctx aws.Context, input *GetDomainDetailInput, opts ...request.Option) (*GetDomainDetailOutput, error)
- func (c *Route53Domains) GetDomainSuggestions(input *GetDomainSuggestionsInput) (*GetDomainSuggestionsOutput, error)
- func (c *Route53Domains) GetDomainSuggestionsRequest(input *GetDomainSuggestionsInput) (req *request.Request, output *GetDomainSuggestionsOutput)
- func (c *Route53Domains) GetDomainSuggestionsWithContext(ctx aws.Context, input *GetDomainSuggestionsInput, opts ...request.Option) (*GetDomainSuggestionsOutput, error)
- func (c *Route53Domains) GetOperationDetail(input *GetOperationDetailInput) (*GetOperationDetailOutput, error)
- func (c *Route53Domains) GetOperationDetailRequest(input *GetOperationDetailInput) (req *request.Request, output *GetOperationDetailOutput)
- func (c *Route53Domains) GetOperationDetailWithContext(ctx aws.Context, input *GetOperationDetailInput, opts ...request.Option) (*GetOperationDetailOutput, error)
- func (c *Route53Domains) ListDomains(input *ListDomainsInput) (*ListDomainsOutput, error)
- func (c *Route53Domains) ListDomainsPages(input *ListDomainsInput, fn func(*ListDomainsOutput, bool) bool) error
- func (c *Route53Domains) ListDomainsPagesWithContext(ctx aws.Context, input *ListDomainsInput, ...) error
- func (c *Route53Domains) ListDomainsRequest(input *ListDomainsInput) (req *request.Request, output *ListDomainsOutput)
- func (c *Route53Domains) ListDomainsWithContext(ctx aws.Context, input *ListDomainsInput, opts ...request.Option) (*ListDomainsOutput, error)
- func (c *Route53Domains) ListOperations(input *ListOperationsInput) (*ListOperationsOutput, error)
- func (c *Route53Domains) ListOperationsPages(input *ListOperationsInput, fn func(*ListOperationsOutput, bool) bool) error
- func (c *Route53Domains) ListOperationsPagesWithContext(ctx aws.Context, input *ListOperationsInput, ...) error
- func (c *Route53Domains) ListOperationsRequest(input *ListOperationsInput) (req *request.Request, output *ListOperationsOutput)
- func (c *Route53Domains) ListOperationsWithContext(ctx aws.Context, input *ListOperationsInput, opts ...request.Option) (*ListOperationsOutput, error)
- func (c *Route53Domains) ListPrices(input *ListPricesInput) (*ListPricesOutput, error)
- func (c *Route53Domains) ListPricesPages(input *ListPricesInput, fn func(*ListPricesOutput, bool) bool) error
- func (c *Route53Domains) ListPricesPagesWithContext(ctx aws.Context, input *ListPricesInput, fn func(*ListPricesOutput, bool) bool, ...) error
- func (c *Route53Domains) ListPricesRequest(input *ListPricesInput) (req *request.Request, output *ListPricesOutput)
- func (c *Route53Domains) ListPricesWithContext(ctx aws.Context, input *ListPricesInput, opts ...request.Option) (*ListPricesOutput, error)
- func (c *Route53Domains) ListTagsForDomain(input *ListTagsForDomainInput) (*ListTagsForDomainOutput, error)
- func (c *Route53Domains) ListTagsForDomainRequest(input *ListTagsForDomainInput) (req *request.Request, output *ListTagsForDomainOutput)
- func (c *Route53Domains) ListTagsForDomainWithContext(ctx aws.Context, input *ListTagsForDomainInput, opts ...request.Option) (*ListTagsForDomainOutput, error)
- func (c *Route53Domains) PushDomain(input *PushDomainInput) (*PushDomainOutput, error)
- func (c *Route53Domains) PushDomainRequest(input *PushDomainInput) (req *request.Request, output *PushDomainOutput)
- func (c *Route53Domains) PushDomainWithContext(ctx aws.Context, input *PushDomainInput, opts ...request.Option) (*PushDomainOutput, error)
- func (c *Route53Domains) RegisterDomain(input *RegisterDomainInput) (*RegisterDomainOutput, error)
- func (c *Route53Domains) RegisterDomainRequest(input *RegisterDomainInput) (req *request.Request, output *RegisterDomainOutput)
- func (c *Route53Domains) RegisterDomainWithContext(ctx aws.Context, input *RegisterDomainInput, opts ...request.Option) (*RegisterDomainOutput, error)
- func (c *Route53Domains) RejectDomainTransferFromAnotherAwsAccount(input *RejectDomainTransferFromAnotherAwsAccountInput) (*RejectDomainTransferFromAnotherAwsAccountOutput, error)
- func (c *Route53Domains) RejectDomainTransferFromAnotherAwsAccountRequest(input *RejectDomainTransferFromAnotherAwsAccountInput) (req *request.Request, output *RejectDomainTransferFromAnotherAwsAccountOutput)
- func (c *Route53Domains) RejectDomainTransferFromAnotherAwsAccountWithContext(ctx aws.Context, input *RejectDomainTransferFromAnotherAwsAccountInput, ...) (*RejectDomainTransferFromAnotherAwsAccountOutput, error)
- func (c *Route53Domains) RenewDomain(input *RenewDomainInput) (*RenewDomainOutput, error)
- func (c *Route53Domains) RenewDomainRequest(input *RenewDomainInput) (req *request.Request, output *RenewDomainOutput)
- func (c *Route53Domains) RenewDomainWithContext(ctx aws.Context, input *RenewDomainInput, opts ...request.Option) (*RenewDomainOutput, error)
- func (c *Route53Domains) ResendContactReachabilityEmail(input *ResendContactReachabilityEmailInput) (*ResendContactReachabilityEmailOutput, error)
- func (c *Route53Domains) ResendContactReachabilityEmailRequest(input *ResendContactReachabilityEmailInput) (req *request.Request, output *ResendContactReachabilityEmailOutput)
- func (c *Route53Domains) ResendContactReachabilityEmailWithContext(ctx aws.Context, input *ResendContactReachabilityEmailInput, ...) (*ResendContactReachabilityEmailOutput, error)
- func (c *Route53Domains) ResendOperationAuthorization(input *ResendOperationAuthorizationInput) (*ResendOperationAuthorizationOutput, error)
- func (c *Route53Domains) ResendOperationAuthorizationRequest(input *ResendOperationAuthorizationInput) (req *request.Request, output *ResendOperationAuthorizationOutput)
- func (c *Route53Domains) ResendOperationAuthorizationWithContext(ctx aws.Context, input *ResendOperationAuthorizationInput, ...) (*ResendOperationAuthorizationOutput, error)
- func (c *Route53Domains) RetrieveDomainAuthCode(input *RetrieveDomainAuthCodeInput) (*RetrieveDomainAuthCodeOutput, error)
- func (c *Route53Domains) RetrieveDomainAuthCodeRequest(input *RetrieveDomainAuthCodeInput) (req *request.Request, output *RetrieveDomainAuthCodeOutput)
- func (c *Route53Domains) RetrieveDomainAuthCodeWithContext(ctx aws.Context, input *RetrieveDomainAuthCodeInput, opts ...request.Option) (*RetrieveDomainAuthCodeOutput, error)
- func (c *Route53Domains) TransferDomain(input *TransferDomainInput) (*TransferDomainOutput, error)
- func (c *Route53Domains) TransferDomainRequest(input *TransferDomainInput) (req *request.Request, output *TransferDomainOutput)
- func (c *Route53Domains) TransferDomainToAnotherAwsAccount(input *TransferDomainToAnotherAwsAccountInput) (*TransferDomainToAnotherAwsAccountOutput, error)
- func (c *Route53Domains) TransferDomainToAnotherAwsAccountRequest(input *TransferDomainToAnotherAwsAccountInput) (req *request.Request, output *TransferDomainToAnotherAwsAccountOutput)
- func (c *Route53Domains) TransferDomainToAnotherAwsAccountWithContext(ctx aws.Context, input *TransferDomainToAnotherAwsAccountInput, ...) (*TransferDomainToAnotherAwsAccountOutput, error)
- func (c *Route53Domains) TransferDomainWithContext(ctx aws.Context, input *TransferDomainInput, opts ...request.Option) (*TransferDomainOutput, error)
- func (c *Route53Domains) UpdateDomainContact(input *UpdateDomainContactInput) (*UpdateDomainContactOutput, error)
- func (c *Route53Domains) UpdateDomainContactPrivacy(input *UpdateDomainContactPrivacyInput) (*UpdateDomainContactPrivacyOutput, error)
- func (c *Route53Domains) UpdateDomainContactPrivacyRequest(input *UpdateDomainContactPrivacyInput) (req *request.Request, output *UpdateDomainContactPrivacyOutput)
- func (c *Route53Domains) UpdateDomainContactPrivacyWithContext(ctx aws.Context, input *UpdateDomainContactPrivacyInput, ...) (*UpdateDomainContactPrivacyOutput, error)
- func (c *Route53Domains) UpdateDomainContactRequest(input *UpdateDomainContactInput) (req *request.Request, output *UpdateDomainContactOutput)
- func (c *Route53Domains) UpdateDomainContactWithContext(ctx aws.Context, input *UpdateDomainContactInput, opts ...request.Option) (*UpdateDomainContactOutput, error)
- func (c *Route53Domains) UpdateDomainNameservers(input *UpdateDomainNameserversInput) (*UpdateDomainNameserversOutput, error)
- func (c *Route53Domains) UpdateDomainNameserversRequest(input *UpdateDomainNameserversInput) (req *request.Request, output *UpdateDomainNameserversOutput)
- func (c *Route53Domains) UpdateDomainNameserversWithContext(ctx aws.Context, input *UpdateDomainNameserversInput, opts ...request.Option) (*UpdateDomainNameserversOutput, error)
- func (c *Route53Domains) UpdateTagsForDomain(input *UpdateTagsForDomainInput) (*UpdateTagsForDomainOutput, error)
- func (c *Route53Domains) UpdateTagsForDomainRequest(input *UpdateTagsForDomainInput) (req *request.Request, output *UpdateTagsForDomainOutput)
- func (c *Route53Domains) UpdateTagsForDomainWithContext(ctx aws.Context, input *UpdateTagsForDomainInput, opts ...request.Option) (*UpdateTagsForDomainOutput, error)
- func (c *Route53Domains) ViewBilling(input *ViewBillingInput) (*ViewBillingOutput, error)
- func (c *Route53Domains) ViewBillingPages(input *ViewBillingInput, fn func(*ViewBillingOutput, bool) bool) error
- func (c *Route53Domains) ViewBillingPagesWithContext(ctx aws.Context, input *ViewBillingInput, ...) error
- func (c *Route53Domains) ViewBillingRequest(input *ViewBillingInput) (req *request.Request, output *ViewBillingOutput)
- func (c *Route53Domains) ViewBillingWithContext(ctx aws.Context, input *ViewBillingInput, opts ...request.Option) (*ViewBillingOutput, error)
- type SortCondition
- type TLDRulesViolation
- func (s *TLDRulesViolation) Code() string
- func (s *TLDRulesViolation) Error() string
- func (s TLDRulesViolation) GoString() string
- func (s *TLDRulesViolation) Message() string
- func (s *TLDRulesViolation) OrigErr() error
- func (s *TLDRulesViolation) RequestID() string
- func (s *TLDRulesViolation) StatusCode() int
- func (s TLDRulesViolation) String() string
- type Tag
- type TransferDomainInput
- func (s TransferDomainInput) GoString() string
- func (s *TransferDomainInput) SetAdminContact(v *ContactDetail) *TransferDomainInput
- func (s *TransferDomainInput) SetAuthCode(v string) *TransferDomainInput
- func (s *TransferDomainInput) SetAutoRenew(v bool) *TransferDomainInput
- func (s *TransferDomainInput) SetBillingContact(v *ContactDetail) *TransferDomainInput
- func (s *TransferDomainInput) SetDomainName(v string) *TransferDomainInput
- func (s *TransferDomainInput) SetDurationInYears(v int64) *TransferDomainInput
- func (s *TransferDomainInput) SetIdnLangCode(v string) *TransferDomainInput
- func (s *TransferDomainInput) SetNameservers(v []*Nameserver) *TransferDomainInput
- func (s *TransferDomainInput) SetPrivacyProtectAdminContact(v bool) *TransferDomainInput
- func (s *TransferDomainInput) SetPrivacyProtectBillingContact(v bool) *TransferDomainInput
- func (s *TransferDomainInput) SetPrivacyProtectRegistrantContact(v bool) *TransferDomainInput
- func (s *TransferDomainInput) SetPrivacyProtectTechContact(v bool) *TransferDomainInput
- func (s *TransferDomainInput) SetRegistrantContact(v *ContactDetail) *TransferDomainInput
- func (s *TransferDomainInput) SetTechContact(v *ContactDetail) *TransferDomainInput
- func (s TransferDomainInput) String() string
- func (s *TransferDomainInput) Validate() error
- type TransferDomainOutput
- type TransferDomainToAnotherAwsAccountInput
- func (s TransferDomainToAnotherAwsAccountInput) GoString() string
- func (s *TransferDomainToAnotherAwsAccountInput) SetAccountId(v string) *TransferDomainToAnotherAwsAccountInput
- func (s *TransferDomainToAnotherAwsAccountInput) SetDomainName(v string) *TransferDomainToAnotherAwsAccountInput
- func (s TransferDomainToAnotherAwsAccountInput) String() string
- func (s *TransferDomainToAnotherAwsAccountInput) Validate() error
- type TransferDomainToAnotherAwsAccountOutput
- func (s TransferDomainToAnotherAwsAccountOutput) GoString() string
- func (s *TransferDomainToAnotherAwsAccountOutput) SetOperationId(v string) *TransferDomainToAnotherAwsAccountOutput
- func (s *TransferDomainToAnotherAwsAccountOutput) SetPassword(v string) *TransferDomainToAnotherAwsAccountOutput
- func (s TransferDomainToAnotherAwsAccountOutput) String() string
- type UnsupportedTLD
- func (s *UnsupportedTLD) Code() string
- func (s *UnsupportedTLD) Error() string
- func (s UnsupportedTLD) GoString() string
- func (s *UnsupportedTLD) Message() string
- func (s *UnsupportedTLD) OrigErr() error
- func (s *UnsupportedTLD) RequestID() string
- func (s *UnsupportedTLD) StatusCode() int
- func (s UnsupportedTLD) String() string
- type UpdateDomainContactInput
- func (s UpdateDomainContactInput) GoString() string
- func (s *UpdateDomainContactInput) SetAdminContact(v *ContactDetail) *UpdateDomainContactInput
- func (s *UpdateDomainContactInput) SetBillingContact(v *ContactDetail) *UpdateDomainContactInput
- func (s *UpdateDomainContactInput) SetConsent(v *Consent) *UpdateDomainContactInput
- func (s *UpdateDomainContactInput) SetDomainName(v string) *UpdateDomainContactInput
- func (s *UpdateDomainContactInput) SetRegistrantContact(v *ContactDetail) *UpdateDomainContactInput
- func (s *UpdateDomainContactInput) SetTechContact(v *ContactDetail) *UpdateDomainContactInput
- func (s UpdateDomainContactInput) String() string
- func (s *UpdateDomainContactInput) Validate() error
- type UpdateDomainContactOutput
- type UpdateDomainContactPrivacyInput
- func (s UpdateDomainContactPrivacyInput) GoString() string
- func (s *UpdateDomainContactPrivacyInput) SetAdminPrivacy(v bool) *UpdateDomainContactPrivacyInput
- func (s *UpdateDomainContactPrivacyInput) SetBillingPrivacy(v bool) *UpdateDomainContactPrivacyInput
- func (s *UpdateDomainContactPrivacyInput) SetDomainName(v string) *UpdateDomainContactPrivacyInput
- func (s *UpdateDomainContactPrivacyInput) SetRegistrantPrivacy(v bool) *UpdateDomainContactPrivacyInput
- func (s *UpdateDomainContactPrivacyInput) SetTechPrivacy(v bool) *UpdateDomainContactPrivacyInput
- func (s UpdateDomainContactPrivacyInput) String() string
- func (s *UpdateDomainContactPrivacyInput) Validate() error
- type UpdateDomainContactPrivacyOutput
- type UpdateDomainNameserversInput
- func (s UpdateDomainNameserversInput) GoString() string
- func (s *UpdateDomainNameserversInput) SetDomainName(v string) *UpdateDomainNameserversInput
- func (s *UpdateDomainNameserversInput) SetFIAuthKey(v string) *UpdateDomainNameserversInput
- func (s *UpdateDomainNameserversInput) SetNameservers(v []*Nameserver) *UpdateDomainNameserversInput
- func (s UpdateDomainNameserversInput) String() string
- func (s *UpdateDomainNameserversInput) Validate() error
- type UpdateDomainNameserversOutput
- type UpdateTagsForDomainInput
- func (s UpdateTagsForDomainInput) GoString() string
- func (s *UpdateTagsForDomainInput) SetDomainName(v string) *UpdateTagsForDomainInput
- func (s *UpdateTagsForDomainInput) SetTagsToUpdate(v []*Tag) *UpdateTagsForDomainInput
- func (s UpdateTagsForDomainInput) String() string
- func (s *UpdateTagsForDomainInput) Validate() error
- type UpdateTagsForDomainOutput
- type ViewBillingInput
- func (s ViewBillingInput) GoString() string
- func (s *ViewBillingInput) SetEnd(v time.Time) *ViewBillingInput
- func (s *ViewBillingInput) SetMarker(v string) *ViewBillingInput
- func (s *ViewBillingInput) SetMaxItems(v int64) *ViewBillingInput
- func (s *ViewBillingInput) SetStart(v time.Time) *ViewBillingInput
- func (s ViewBillingInput) String() string
- type ViewBillingOutput
Constants ¶
const ( // ContactTypePerson is a ContactType enum value ContactTypePerson = "PERSON" // ContactTypeCompany is a ContactType enum value ContactTypeCompany = "COMPANY" // ContactTypeAssociation is a ContactType enum value ContactTypeAssociation = "ASSOCIATION" // ContactTypePublicBody is a ContactType enum value ContactTypePublicBody = "PUBLIC_BODY" // ContactTypeReseller is a ContactType enum value ContactTypeReseller = "RESELLER" )
const ( // CountryCodeAc is a CountryCode enum value CountryCodeAc = "AC" // CountryCodeAd is a CountryCode enum value CountryCodeAd = "AD" // CountryCodeAe is a CountryCode enum value CountryCodeAe = "AE" // CountryCodeAf is a CountryCode enum value CountryCodeAf = "AF" // CountryCodeAg is a CountryCode enum value CountryCodeAg = "AG" // CountryCodeAi is a CountryCode enum value CountryCodeAi = "AI" // CountryCodeAl is a CountryCode enum value CountryCodeAl = "AL" // CountryCodeAm is a CountryCode enum value CountryCodeAm = "AM" // CountryCodeAn is a CountryCode enum value CountryCodeAn = "AN" // CountryCodeAo is a CountryCode enum value CountryCodeAo = "AO" // CountryCodeAq is a CountryCode enum value CountryCodeAq = "AQ" // CountryCodeAr is a CountryCode enum value CountryCodeAr = "AR" // CountryCodeAs is a CountryCode enum value CountryCodeAs = "AS" // CountryCodeAt is a CountryCode enum value CountryCodeAt = "AT" // CountryCodeAu is a CountryCode enum value CountryCodeAu = "AU" // CountryCodeAw is a CountryCode enum value CountryCodeAw = "AW" // CountryCodeAx is a CountryCode enum value CountryCodeAx = "AX" // CountryCodeAz is a CountryCode enum value CountryCodeAz = "AZ" // CountryCodeBa is a CountryCode enum value CountryCodeBa = "BA" // CountryCodeBb is a CountryCode enum value CountryCodeBb = "BB" // CountryCodeBd is a CountryCode enum value CountryCodeBd = "BD" // CountryCodeBe is a CountryCode enum value CountryCodeBe = "BE" // CountryCodeBf is a CountryCode enum value CountryCodeBf = "BF" // CountryCodeBg is a CountryCode enum value CountryCodeBg = "BG" // CountryCodeBh is a CountryCode enum value CountryCodeBh = "BH" // CountryCodeBi is a CountryCode enum value CountryCodeBi = "BI" // CountryCodeBj is a CountryCode enum value CountryCodeBj = "BJ" // CountryCodeBl is a CountryCode enum value CountryCodeBl = "BL" // CountryCodeBm is a CountryCode enum value CountryCodeBm = "BM" // CountryCodeBn is a CountryCode enum value CountryCodeBn = "BN" // CountryCodeBo is a CountryCode enum value CountryCodeBo = "BO" // CountryCodeBq is a CountryCode enum value CountryCodeBq = "BQ" // CountryCodeBr is a CountryCode enum value CountryCodeBr = "BR" // CountryCodeBs is a CountryCode enum value CountryCodeBs = "BS" // CountryCodeBt is a CountryCode enum value CountryCodeBt = "BT" // CountryCodeBv is a CountryCode enum value CountryCodeBv = "BV" // CountryCodeBw is a CountryCode enum value CountryCodeBw = "BW" // CountryCodeBy is a CountryCode enum value CountryCodeBy = "BY" // CountryCodeBz is a CountryCode enum value CountryCodeBz = "BZ" // CountryCodeCa is a CountryCode enum value CountryCodeCa = "CA" // CountryCodeCc is a CountryCode enum value CountryCodeCc = "CC" // CountryCodeCd is a CountryCode enum value CountryCodeCd = "CD" // CountryCodeCf is a CountryCode enum value CountryCodeCf = "CF" // CountryCodeCg is a CountryCode enum value CountryCodeCg = "CG" // CountryCodeCh is a CountryCode enum value CountryCodeCh = "CH" // CountryCodeCi is a CountryCode enum value CountryCodeCi = "CI" // CountryCodeCk is a CountryCode enum value CountryCodeCk = "CK" // CountryCodeCl is a CountryCode enum value CountryCodeCl = "CL" // CountryCodeCm is a CountryCode enum value CountryCodeCm = "CM" // CountryCodeCn is a CountryCode enum value CountryCodeCn = "CN" // CountryCodeCo is a CountryCode enum value CountryCodeCo = "CO" // CountryCodeCr is a CountryCode enum value CountryCodeCr = "CR" // CountryCodeCu is a CountryCode enum value CountryCodeCu = "CU" // CountryCodeCv is a CountryCode enum value CountryCodeCv = "CV" // CountryCodeCw is a CountryCode enum value CountryCodeCw = "CW" // CountryCodeCx is a CountryCode enum value CountryCodeCx = "CX" // CountryCodeCy is a CountryCode enum value CountryCodeCy = "CY" // CountryCodeCz is a CountryCode enum value CountryCodeCz = "CZ" // CountryCodeDe is a CountryCode enum value CountryCodeDe = "DE" // CountryCodeDj is a CountryCode enum value CountryCodeDj = "DJ" // CountryCodeDk is a CountryCode enum value CountryCodeDk = "DK" // CountryCodeDm is a CountryCode enum value CountryCodeDm = "DM" // CountryCodeDo is a CountryCode enum value CountryCodeDo = "DO" // CountryCodeDz is a CountryCode enum value CountryCodeDz = "DZ" // CountryCodeEc is a CountryCode enum value CountryCodeEc = "EC" // CountryCodeEe is a CountryCode enum value CountryCodeEe = "EE" // CountryCodeEg is a CountryCode enum value CountryCodeEg = "EG" // CountryCodeEh is a CountryCode enum value CountryCodeEh = "EH" // CountryCodeEr is a CountryCode enum value CountryCodeEr = "ER" // CountryCodeEs is a CountryCode enum value CountryCodeEs = "ES" // CountryCodeEt is a CountryCode enum value CountryCodeEt = "ET" // CountryCodeFi is a CountryCode enum value CountryCodeFi = "FI" // CountryCodeFj is a CountryCode enum value CountryCodeFj = "FJ" // CountryCodeFk is a CountryCode enum value CountryCodeFk = "FK" // CountryCodeFm is a CountryCode enum value CountryCodeFm = "FM" // CountryCodeFo is a CountryCode enum value CountryCodeFo = "FO" // CountryCodeFr is a CountryCode enum value CountryCodeFr = "FR" // CountryCodeGa is a CountryCode enum value CountryCodeGa = "GA" // CountryCodeGb is a CountryCode enum value CountryCodeGb = "GB" // CountryCodeGd is a CountryCode enum value CountryCodeGd = "GD" // CountryCodeGe is a CountryCode enum value CountryCodeGe = "GE" // CountryCodeGf is a CountryCode enum value CountryCodeGf = "GF" // CountryCodeGg is a CountryCode enum value CountryCodeGg = "GG" // CountryCodeGh is a CountryCode enum value CountryCodeGh = "GH" // CountryCodeGi is a CountryCode enum value CountryCodeGi = "GI" // CountryCodeGl is a CountryCode enum value CountryCodeGl = "GL" // CountryCodeGm is a CountryCode enum value CountryCodeGm = "GM" // CountryCodeGn is a CountryCode enum value CountryCodeGn = "GN" // CountryCodeGp is a CountryCode enum value CountryCodeGp = "GP" // CountryCodeGq is a CountryCode enum value CountryCodeGq = "GQ" // CountryCodeGr is a CountryCode enum value CountryCodeGr = "GR" // CountryCodeGs is a CountryCode enum value CountryCodeGs = "GS" // CountryCodeGt is a CountryCode enum value CountryCodeGt = "GT" // CountryCodeGu is a CountryCode enum value CountryCodeGu = "GU" // CountryCodeGw is a CountryCode enum value CountryCodeGw = "GW" // CountryCodeGy is a CountryCode enum value CountryCodeGy = "GY" // CountryCodeHk is a CountryCode enum value CountryCodeHk = "HK" // CountryCodeHm is a CountryCode enum value CountryCodeHm = "HM" // CountryCodeHn is a CountryCode enum value CountryCodeHn = "HN" // CountryCodeHr is a CountryCode enum value CountryCodeHr = "HR" // CountryCodeHt is a CountryCode enum value CountryCodeHt = "HT" // CountryCodeHu is a CountryCode enum value CountryCodeHu = "HU" // CountryCodeId is a CountryCode enum value CountryCodeId = "ID" // CountryCodeIe is a CountryCode enum value CountryCodeIe = "IE" // CountryCodeIl is a CountryCode enum value CountryCodeIl = "IL" // CountryCodeIm is a CountryCode enum value CountryCodeIm = "IM" // CountryCodeIn is a CountryCode enum value CountryCodeIn = "IN" // CountryCodeIo is a CountryCode enum value CountryCodeIo = "IO" // CountryCodeIq is a CountryCode enum value CountryCodeIq = "IQ" // CountryCodeIr is a CountryCode enum value CountryCodeIr = "IR" // CountryCodeIs is a CountryCode enum value CountryCodeIs = "IS" // CountryCodeIt is a CountryCode enum value CountryCodeIt = "IT" // CountryCodeJe is a CountryCode enum value CountryCodeJe = "JE" // CountryCodeJm is a CountryCode enum value CountryCodeJm = "JM" // CountryCodeJo is a CountryCode enum value CountryCodeJo = "JO" // CountryCodeJp is a CountryCode enum value CountryCodeJp = "JP" // CountryCodeKe is a CountryCode enum value CountryCodeKe = "KE" // CountryCodeKg is a CountryCode enum value CountryCodeKg = "KG" // CountryCodeKh is a CountryCode enum value CountryCodeKh = "KH" // CountryCodeKi is a CountryCode enum value CountryCodeKi = "KI" // CountryCodeKm is a CountryCode enum value CountryCodeKm = "KM" // CountryCodeKn is a CountryCode enum value CountryCodeKn = "KN" // CountryCodeKp is a CountryCode enum value CountryCodeKp = "KP" // CountryCodeKr is a CountryCode enum value CountryCodeKr = "KR" // CountryCodeKw is a CountryCode enum value CountryCodeKw = "KW" // CountryCodeKy is a CountryCode enum value CountryCodeKy = "KY" // CountryCodeKz is a CountryCode enum value CountryCodeKz = "KZ" // CountryCodeLa is a CountryCode enum value CountryCodeLa = "LA" // CountryCodeLb is a CountryCode enum value CountryCodeLb = "LB" // CountryCodeLc is a CountryCode enum value CountryCodeLc = "LC" // CountryCodeLi is a CountryCode enum value CountryCodeLi = "LI" // CountryCodeLk is a CountryCode enum value CountryCodeLk = "LK" // CountryCodeLr is a CountryCode enum value CountryCodeLr = "LR" // CountryCodeLs is a CountryCode enum value CountryCodeLs = "LS" // CountryCodeLt is a CountryCode enum value CountryCodeLt = "LT" // CountryCodeLu is a CountryCode enum value CountryCodeLu = "LU" // CountryCodeLv is a CountryCode enum value CountryCodeLv = "LV" // CountryCodeLy is a CountryCode enum value CountryCodeLy = "LY" // CountryCodeMa is a CountryCode enum value CountryCodeMa = "MA" // CountryCodeMc is a CountryCode enum value CountryCodeMc = "MC" // CountryCodeMd is a CountryCode enum value CountryCodeMd = "MD" // CountryCodeMe is a CountryCode enum value CountryCodeMe = "ME" // CountryCodeMf is a CountryCode enum value CountryCodeMf = "MF" // CountryCodeMg is a CountryCode enum value CountryCodeMg = "MG" // CountryCodeMh is a CountryCode enum value CountryCodeMh = "MH" // CountryCodeMk is a CountryCode enum value CountryCodeMk = "MK" // CountryCodeMl is a CountryCode enum value CountryCodeMl = "ML" // CountryCodeMm is a CountryCode enum value CountryCodeMm = "MM" // CountryCodeMn is a CountryCode enum value CountryCodeMn = "MN" // CountryCodeMo is a CountryCode enum value CountryCodeMo = "MO" // CountryCodeMp is a CountryCode enum value CountryCodeMp = "MP" // CountryCodeMq is a CountryCode enum value CountryCodeMq = "MQ" // CountryCodeMr is a CountryCode enum value CountryCodeMr = "MR" // CountryCodeMs is a CountryCode enum value CountryCodeMs = "MS" // CountryCodeMt is a CountryCode enum value CountryCodeMt = "MT" // CountryCodeMu is a CountryCode enum value CountryCodeMu = "MU" // CountryCodeMv is a CountryCode enum value CountryCodeMv = "MV" // CountryCodeMw is a CountryCode enum value CountryCodeMw = "MW" // CountryCodeMx is a CountryCode enum value CountryCodeMx = "MX" // CountryCodeMy is a CountryCode enum value CountryCodeMy = "MY" // CountryCodeMz is a CountryCode enum value CountryCodeMz = "MZ" // CountryCodeNa is a CountryCode enum value CountryCodeNa = "NA" // CountryCodeNc is a CountryCode enum value CountryCodeNc = "NC" // CountryCodeNe is a CountryCode enum value CountryCodeNe = "NE" // CountryCodeNf is a CountryCode enum value CountryCodeNf = "NF" // CountryCodeNg is a CountryCode enum value CountryCodeNg = "NG" // CountryCodeNi is a CountryCode enum value CountryCodeNi = "NI" // CountryCodeNl is a CountryCode enum value CountryCodeNl = "NL" // CountryCodeNo is a CountryCode enum value CountryCodeNo = "NO" // CountryCodeNp is a CountryCode enum value CountryCodeNp = "NP" // CountryCodeNr is a CountryCode enum value CountryCodeNr = "NR" // CountryCodeNu is a CountryCode enum value CountryCodeNu = "NU" // CountryCodeNz is a CountryCode enum value CountryCodeNz = "NZ" // CountryCodeOm is a CountryCode enum value CountryCodeOm = "OM" // CountryCodePa is a CountryCode enum value CountryCodePa = "PA" // CountryCodePe is a CountryCode enum value CountryCodePe = "PE" // CountryCodePf is a CountryCode enum value CountryCodePf = "PF" // CountryCodePg is a CountryCode enum value CountryCodePg = "PG" // CountryCodePh is a CountryCode enum value CountryCodePh = "PH" // CountryCodePk is a CountryCode enum value CountryCodePk = "PK" // CountryCodePl is a CountryCode enum value CountryCodePl = "PL" // CountryCodePm is a CountryCode enum value CountryCodePm = "PM" // CountryCodePn is a CountryCode enum value CountryCodePn = "PN" // CountryCodePr is a CountryCode enum value CountryCodePr = "PR" // CountryCodePs is a CountryCode enum value CountryCodePs = "PS" // CountryCodePt is a CountryCode enum value CountryCodePt = "PT" // CountryCodePw is a CountryCode enum value CountryCodePw = "PW" // CountryCodePy is a CountryCode enum value CountryCodePy = "PY" // CountryCodeQa is a CountryCode enum value CountryCodeQa = "QA" // CountryCodeRe is a CountryCode enum value CountryCodeRe = "RE" // CountryCodeRo is a CountryCode enum value CountryCodeRo = "RO" // CountryCodeRs is a CountryCode enum value CountryCodeRs = "RS" // CountryCodeRu is a CountryCode enum value CountryCodeRu = "RU" // CountryCodeRw is a CountryCode enum value CountryCodeRw = "RW" // CountryCodeSa is a CountryCode enum value CountryCodeSa = "SA" // CountryCodeSb is a CountryCode enum value CountryCodeSb = "SB" // CountryCodeSc is a CountryCode enum value CountryCodeSc = "SC" // CountryCodeSd is a CountryCode enum value CountryCodeSd = "SD" // CountryCodeSe is a CountryCode enum value CountryCodeSe = "SE" // CountryCodeSg is a CountryCode enum value CountryCodeSg = "SG" // CountryCodeSh is a CountryCode enum value CountryCodeSh = "SH" // CountryCodeSi is a CountryCode enum value CountryCodeSi = "SI" // CountryCodeSj is a CountryCode enum value CountryCodeSj = "SJ" // CountryCodeSk is a CountryCode enum value CountryCodeSk = "SK" // CountryCodeSl is a CountryCode enum value CountryCodeSl = "SL" // CountryCodeSm is a CountryCode enum value CountryCodeSm = "SM" // CountryCodeSn is a CountryCode enum value CountryCodeSn = "SN" // CountryCodeSo is a CountryCode enum value CountryCodeSo = "SO" // CountryCodeSr is a CountryCode enum value CountryCodeSr = "SR" // CountryCodeSs is a CountryCode enum value CountryCodeSs = "SS" // CountryCodeSt is a CountryCode enum value CountryCodeSt = "ST" // CountryCodeSv is a CountryCode enum value CountryCodeSv = "SV" // CountryCodeSx is a CountryCode enum value CountryCodeSx = "SX" // CountryCodeSy is a CountryCode enum value CountryCodeSy = "SY" // CountryCodeSz is a CountryCode enum value CountryCodeSz = "SZ" // CountryCodeTc is a CountryCode enum value CountryCodeTc = "TC" // CountryCodeTd is a CountryCode enum value CountryCodeTd = "TD" // CountryCodeTf is a CountryCode enum value CountryCodeTf = "TF" // CountryCodeTg is a CountryCode enum value CountryCodeTg = "TG" // CountryCodeTh is a CountryCode enum value CountryCodeTh = "TH" // CountryCodeTj is a CountryCode enum value CountryCodeTj = "TJ" // CountryCodeTk is a CountryCode enum value CountryCodeTk = "TK" // CountryCodeTl is a CountryCode enum value CountryCodeTl = "TL" // CountryCodeTm is a CountryCode enum value CountryCodeTm = "TM" // CountryCodeTn is a CountryCode enum value CountryCodeTn = "TN" // CountryCodeTo is a CountryCode enum value CountryCodeTo = "TO" // CountryCodeTp is a CountryCode enum value CountryCodeTp = "TP" // CountryCodeTr is a CountryCode enum value CountryCodeTr = "TR" // CountryCodeTt is a CountryCode enum value CountryCodeTt = "TT" // CountryCodeTv is a CountryCode enum value CountryCodeTv = "TV" // CountryCodeTw is a CountryCode enum value CountryCodeTw = "TW" // CountryCodeTz is a CountryCode enum value CountryCodeTz = "TZ" // CountryCodeUa is a CountryCode enum value CountryCodeUa = "UA" // CountryCodeUg is a CountryCode enum value CountryCodeUg = "UG" // CountryCodeUs is a CountryCode enum value CountryCodeUs = "US" // CountryCodeUy is a CountryCode enum value CountryCodeUy = "UY" // CountryCodeUz is a CountryCode enum value CountryCodeUz = "UZ" // CountryCodeVa is a CountryCode enum value CountryCodeVa = "VA" // CountryCodeVc is a CountryCode enum value CountryCodeVc = "VC" // CountryCodeVe is a CountryCode enum value CountryCodeVe = "VE" // CountryCodeVg is a CountryCode enum value CountryCodeVg = "VG" // CountryCodeVi is a CountryCode enum value CountryCodeVi = "VI" // CountryCodeVn is a CountryCode enum value CountryCodeVn = "VN" // CountryCodeVu is a CountryCode enum value CountryCodeVu = "VU" // CountryCodeWf is a CountryCode enum value CountryCodeWf = "WF" // CountryCodeWs is a CountryCode enum value CountryCodeWs = "WS" // CountryCodeYe is a CountryCode enum value CountryCodeYe = "YE" // CountryCodeYt is a CountryCode enum value CountryCodeYt = "YT" // CountryCodeZa is a CountryCode enum value CountryCodeZa = "ZA" // CountryCodeZm is a CountryCode enum value CountryCodeZm = "ZM" // CountryCodeZw is a CountryCode enum value CountryCodeZw = "ZW" )
const ( // DomainAvailabilityAvailable is a DomainAvailability enum value DomainAvailabilityAvailable = "AVAILABLE" // DomainAvailabilityAvailableReserved is a DomainAvailability enum value DomainAvailabilityAvailableReserved = "AVAILABLE_RESERVED" // DomainAvailabilityAvailablePreorder is a DomainAvailability enum value DomainAvailabilityAvailablePreorder = "AVAILABLE_PREORDER" DomainAvailabilityUnavailable = "UNAVAILABLE" DomainAvailabilityUnavailablePremium = "UNAVAILABLE_PREMIUM" DomainAvailabilityUnavailableRestricted = "UNAVAILABLE_RESTRICTED" // DomainAvailabilityReserved is a DomainAvailability enum value DomainAvailabilityReserved = "RESERVED" // DomainAvailabilityDontKnow is a DomainAvailability enum value DomainAvailabilityDontKnow = "DONT_KNOW" // DomainAvailabilityInvalidNameForTld is a DomainAvailability enum value DomainAvailabilityInvalidNameForTld = "INVALID_NAME_FOR_TLD" // DomainAvailabilityPending is a DomainAvailability enum value DomainAvailabilityPending = "PENDING" )
const ( // ExtraParamNameDunsNumber is a ExtraParamName enum value ExtraParamNameDunsNumber = "DUNS_NUMBER" // ExtraParamNameBrandNumber is a ExtraParamName enum value ExtraParamNameBrandNumber = "BRAND_NUMBER" // ExtraParamNameBirthDepartment is a ExtraParamName enum value ExtraParamNameBirthDepartment = "BIRTH_DEPARTMENT" // ExtraParamNameBirthDateInYyyyMmDd is a ExtraParamName enum value ExtraParamNameBirthDateInYyyyMmDd = "BIRTH_DATE_IN_YYYY_MM_DD" // ExtraParamNameBirthCountry is a ExtraParamName enum value ExtraParamNameBirthCountry = "BIRTH_COUNTRY" // ExtraParamNameBirthCity is a ExtraParamName enum value ExtraParamNameBirthCity = "BIRTH_CITY" // ExtraParamNameDocumentNumber is a ExtraParamName enum value ExtraParamNameDocumentNumber = "DOCUMENT_NUMBER" // ExtraParamNameAuIdNumber is a ExtraParamName enum value ExtraParamNameAuIdNumber = "AU_ID_NUMBER" // ExtraParamNameAuIdType is a ExtraParamName enum value ExtraParamNameAuIdType = "AU_ID_TYPE" // ExtraParamNameCaLegalType is a ExtraParamName enum value ExtraParamNameCaLegalType = "CA_LEGAL_TYPE" // ExtraParamNameCaBusinessEntityType is a ExtraParamName enum value ExtraParamNameCaBusinessEntityType = "CA_BUSINESS_ENTITY_TYPE" // ExtraParamNameCaLegalRepresentative is a ExtraParamName enum value ExtraParamNameCaLegalRepresentative = "CA_LEGAL_REPRESENTATIVE" // ExtraParamNameCaLegalRepresentativeCapacity is a ExtraParamName enum value ExtraParamNameCaLegalRepresentativeCapacity = "CA_LEGAL_REPRESENTATIVE_CAPACITY" // ExtraParamNameEsIdentification is a ExtraParamName enum value ExtraParamNameEsIdentification = "ES_IDENTIFICATION" // ExtraParamNameEsIdentificationType is a ExtraParamName enum value ExtraParamNameEsIdentificationType = "ES_IDENTIFICATION_TYPE" // ExtraParamNameEsLegalForm is a ExtraParamName enum value ExtraParamNameEsLegalForm = "ES_LEGAL_FORM" // ExtraParamNameFiBusinessNumber is a ExtraParamName enum value ExtraParamNameFiBusinessNumber = "FI_BUSINESS_NUMBER" // ExtraParamNameFiIdNumber is a ExtraParamName enum value ExtraParamNameFiIdNumber = "FI_ID_NUMBER" // ExtraParamNameFiNationality is a ExtraParamName enum value ExtraParamNameFiNationality = "FI_NATIONALITY" // ExtraParamNameFiOrganizationType is a ExtraParamName enum value ExtraParamNameFiOrganizationType = "FI_ORGANIZATION_TYPE" // ExtraParamNameItNationality is a ExtraParamName enum value ExtraParamNameItNationality = "IT_NATIONALITY" // ExtraParamNameItPin is a ExtraParamName enum value ExtraParamNameItPin = "IT_PIN" // ExtraParamNameItRegistrantEntityType is a ExtraParamName enum value ExtraParamNameItRegistrantEntityType = "IT_REGISTRANT_ENTITY_TYPE" // ExtraParamNameRuPassportData is a ExtraParamName enum value ExtraParamNameRuPassportData = "RU_PASSPORT_DATA" // ExtraParamNameSeIdNumber is a ExtraParamName enum value ExtraParamNameSeIdNumber = "SE_ID_NUMBER" // ExtraParamNameSgIdNumber is a ExtraParamName enum value ExtraParamNameSgIdNumber = "SG_ID_NUMBER" // ExtraParamNameVatNumber is a ExtraParamName enum value ExtraParamNameVatNumber = "VAT_NUMBER" // ExtraParamNameUkContactType is a ExtraParamName enum value ExtraParamNameUkContactType = "UK_CONTACT_TYPE" // ExtraParamNameUkCompanyNumber is a ExtraParamName enum value ExtraParamNameUkCompanyNumber = "UK_COMPANY_NUMBER" // ExtraParamNameEuCountryOfCitizenship is a ExtraParamName enum value ExtraParamNameEuCountryOfCitizenship = "EU_COUNTRY_OF_CITIZENSHIP" // ExtraParamNameAuPriorityToken is a ExtraParamName enum value ExtraParamNameAuPriorityToken = "AU_PRIORITY_TOKEN" )
const ( // ListDomainsAttributeNameDomainName is a ListDomainsAttributeName enum value ListDomainsAttributeNameDomainName = "DomainName" // ListDomainsAttributeNameExpiry is a ListDomainsAttributeName enum value ListDomainsAttributeNameExpiry = "Expiry" )
const ( // OperationStatusSubmitted is a OperationStatus enum value OperationStatusSubmitted = "SUBMITTED" // OperationStatusInProgress is a OperationStatus enum value OperationStatusInProgress = "IN_PROGRESS" // OperationStatusError is a OperationStatus enum value OperationStatusError = "ERROR" // OperationStatusSuccessful is a OperationStatus enum value OperationStatusSuccessful = "SUCCESSFUL" // OperationStatusFailed is a OperationStatus enum value OperationStatusFailed = "FAILED" )
const ( // OperationTypeRegisterDomain is a OperationType enum value OperationTypeRegisterDomain = "REGISTER_DOMAIN" // OperationTypeDeleteDomain is a OperationType enum value OperationTypeDeleteDomain = "DELETE_DOMAIN" // OperationTypeTransferInDomain is a OperationType enum value OperationTypeTransferInDomain = "TRANSFER_IN_DOMAIN" // OperationTypeUpdateDomainContact is a OperationType enum value OperationTypeUpdateDomainContact = "UPDATE_DOMAIN_CONTACT" // OperationTypeUpdateNameserver is a OperationType enum value OperationTypeUpdateNameserver = "UPDATE_NAMESERVER" // OperationTypeChangePrivacyProtection is a OperationType enum value OperationTypeChangePrivacyProtection = "CHANGE_PRIVACY_PROTECTION" // OperationTypeDomainLock is a OperationType enum value OperationTypeDomainLock = "DOMAIN_LOCK" // OperationTypeEnableAutorenew is a OperationType enum value OperationTypeEnableAutorenew = "ENABLE_AUTORENEW" // OperationTypeDisableAutorenew is a OperationType enum value OperationTypeDisableAutorenew = "DISABLE_AUTORENEW" // OperationTypeAddDnssec is a OperationType enum value OperationTypeAddDnssec = "ADD_DNSSEC" // OperationTypeRemoveDnssec is a OperationType enum value OperationTypeRemoveDnssec = "REMOVE_DNSSEC" // OperationTypeExpireDomain is a OperationType enum value OperationTypeExpireDomain = "EXPIRE_DOMAIN" // OperationTypeTransferOutDomain is a OperationType enum value OperationTypeTransferOutDomain = "TRANSFER_OUT_DOMAIN" // OperationTypeChangeDomainOwner is a OperationType enum value OperationTypeChangeDomainOwner = "CHANGE_DOMAIN_OWNER" // OperationTypeRenewDomain is a OperationType enum value OperationTypeRenewDomain = "RENEW_DOMAIN" // OperationTypePushDomain is a OperationType enum value OperationTypePushDomain = "PUSH_DOMAIN" // OperationTypeInternalTransferOutDomain is a OperationType enum value OperationTypeInternalTransferOutDomain = "INTERNAL_TRANSFER_OUT_DOMAIN" // OperationTypeInternalTransferInDomain is a OperationType enum value OperationTypeInternalTransferInDomain = "INTERNAL_TRANSFER_IN_DOMAIN" // OperationTypeReleaseToGandi is a OperationType enum value OperationTypeReleaseToGandi = "RELEASE_TO_GANDI" // OperationTypeTransferOnRenew is a OperationType enum value OperationTypeTransferOnRenew = "TRANSFER_ON_RENEW" )
const ( // OperatorLe is a Operator enum value OperatorLe = "LE" // OperatorGe is a Operator enum value OperatorGe = "GE" // OperatorBeginsWith is a Operator enum value OperatorBeginsWith = "BEGINS_WITH" )
const ( // ReachabilityStatusPending is a ReachabilityStatus enum value ReachabilityStatusPending = "PENDING" // ReachabilityStatusDone is a ReachabilityStatus enum value ReachabilityStatusDone = "DONE" // ReachabilityStatusExpired is a ReachabilityStatus enum value ReachabilityStatusExpired = "EXPIRED" )
const ( // SortOrderAsc is a SortOrder enum value SortOrderAsc = "ASC" // SortOrderDesc is a SortOrder enum value SortOrderDesc = "DESC" )
const ( // StatusFlagPendingAcceptance is a StatusFlag enum value StatusFlagPendingAcceptance = "PENDING_ACCEPTANCE" // StatusFlagPendingCustomerAction is a StatusFlag enum value StatusFlagPendingCustomerAction = "PENDING_CUSTOMER_ACTION" // StatusFlagPendingAuthorization is a StatusFlag enum value StatusFlagPendingAuthorization = "PENDING_AUTHORIZATION" // StatusFlagPendingPaymentVerification is a StatusFlag enum value StatusFlagPendingPaymentVerification = "PENDING_PAYMENT_VERIFICATION" // StatusFlagPendingSupportCase is a StatusFlag enum value StatusFlagPendingSupportCase = "PENDING_SUPPORT_CASE" )
const ( // TransferableTransferable is a Transferable enum value TransferableTransferable = "TRANSFERABLE" // TransferableUntransferable is a Transferable enum value TransferableUntransferable = "UNTRANSFERABLE" // TransferableDontKnow is a Transferable enum value TransferableDontKnow = "DONT_KNOW" // TransferableDomainInOwnAccount is a Transferable enum value TransferableDomainInOwnAccount = "DOMAIN_IN_OWN_ACCOUNT" // TransferableDomainInAnotherAccount is a Transferable enum value TransferableDomainInAnotherAccount = "DOMAIN_IN_ANOTHER_ACCOUNT" // TransferablePremiumDomain is a Transferable enum value TransferablePremiumDomain = "PREMIUM_DOMAIN" )
Whether the domain name can be transferred to Route 53.
You can transfer only domains that have a value of TRANSFERABLE or Transferable.
Valid values:
TRANSFERABLE
The domain name can be transferred to Route 53.
UNTRANSFERRABLE
The domain name can't be transferred to Route 53.
DONT_KNOW
Reserved for future use.
DOMAIN_IN_OWN_ACCOUNT
The domain already exists in the current Amazon Web Services account.
DOMAIN_IN_ANOTHER_ACCOUNT
The domain exists in another Amazon Web Services account.
PREMIUM_DOMAIN
Premium domain transfer is not supported.
const ( // ErrCodeDnssecLimitExceeded for service response error code // "DnssecLimitExceeded". // // This error is returned if you call AssociateDelegationSignerToDomain when // the specified domain has reached the maximum number of DS records. You can't // add any additional DS records unless you delete an existing one first. ErrCodeDnssecLimitExceeded = "DnssecLimitExceeded" // ErrCodeDomainLimitExceeded for service response error code // "DomainLimitExceeded". // // The number of domains has exceeded the allowed threshold for the account. ErrCodeDomainLimitExceeded = "DomainLimitExceeded" // ErrCodeDuplicateRequest for service response error code // "DuplicateRequest". // // The request is already in progress for the domain. ErrCodeDuplicateRequest = "DuplicateRequest" // ErrCodeInvalidInput for service response error code // "InvalidInput". // // The requested item is not acceptable. For example, for APIs that accept a // domain name, the request might specify a domain name that doesn't belong // to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, // the password might be invalid. ErrCodeInvalidInput = "InvalidInput" // ErrCodeOperationLimitExceeded for service response error code // "OperationLimitExceeded". // // The number of operations or jobs running exceeded the allowed threshold for // the account. ErrCodeOperationLimitExceeded = "OperationLimitExceeded" // ErrCodeTLDRulesViolation for service response error code // "TLDRulesViolation". // // The top-level domain does not support this operation. ErrCodeTLDRulesViolation = "TLDRulesViolation" // ErrCodeUnsupportedTLD for service response error code // "UnsupportedTLD". // // Amazon Route 53 does not support this top-level domain (TLD). ErrCodeUnsupportedTLD = "UnsupportedTLD" )
const ( ServiceName = "route53domains" // Name of service. EndpointsID = ServiceName // ID to lookup a service endpoint with. ServiceID = "Route 53 Domains" // ServiceID is a unique identifier of a specific service. )
Service information constants
const (
// ListOperationsSortAttributeNameSubmittedDate is a ListOperationsSortAttributeName enum value
ListOperationsSortAttributeNameSubmittedDate = "SubmittedDate"
)
Variables ¶
This section is empty.
Functions ¶
func ContactType_Values ¶ added in v1.34.3
func ContactType_Values() []string
ContactType_Values returns all elements of the ContactType enum
func CountryCode_Values ¶ added in v1.34.3
func CountryCode_Values() []string
CountryCode_Values returns all elements of the CountryCode enum
func DomainAvailability_Values ¶ added in v1.34.3
func DomainAvailability_Values() []string
DomainAvailability_Values returns all elements of the DomainAvailability enum
func ExtraParamName_Values ¶ added in v1.34.3
func ExtraParamName_Values() []string
ExtraParamName_Values returns all elements of the ExtraParamName enum
func ListDomainsAttributeName_Values ¶ added in v1.42.22
func ListDomainsAttributeName_Values() []string
ListDomainsAttributeName_Values returns all elements of the ListDomainsAttributeName enum
func ListOperationsSortAttributeName_Values ¶ added in v1.44.164
func ListOperationsSortAttributeName_Values() []string
ListOperationsSortAttributeName_Values returns all elements of the ListOperationsSortAttributeName enum
func OperationStatus_Values ¶ added in v1.34.3
func OperationStatus_Values() []string
OperationStatus_Values returns all elements of the OperationStatus enum
func OperationType_Values ¶ added in v1.34.3
func OperationType_Values() []string
OperationType_Values returns all elements of the OperationType enum
func Operator_Values ¶ added in v1.42.22
func Operator_Values() []string
Operator_Values returns all elements of the Operator enum
func ReachabilityStatus_Values ¶ added in v1.34.3
func ReachabilityStatus_Values() []string
ReachabilityStatus_Values returns all elements of the ReachabilityStatus enum
func SortOrder_Values ¶ added in v1.42.22
func SortOrder_Values() []string
SortOrder_Values returns all elements of the SortOrder enum
func StatusFlag_Values ¶ added in v1.44.164
func StatusFlag_Values() []string
StatusFlag_Values returns all elements of the StatusFlag enum
func Transferable_Values ¶ added in v1.34.3
func Transferable_Values() []string
Transferable_Values returns all elements of the Transferable enum
Types ¶
type AcceptDomainTransferFromAnotherAwsAccountInput ¶ added in v1.30.11
type AcceptDomainTransferFromAnotherAwsAccountInput struct { // The name of the domain that was specified when another Amazon Web Services // account submitted a TransferDomainToAnotherAwsAccount (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html) // request. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // The password that was returned by the TransferDomainToAnotherAwsAccount (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html) // request. // // Password is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by AcceptDomainTransferFromAnotherAwsAccountInput's // String and GoString methods. // // Password is a required field Password *string `type:"string" required:"true" sensitive:"true"` // contains filtered or unexported fields }
The AcceptDomainTransferFromAnotherAwsAccount request includes the following elements.
func (AcceptDomainTransferFromAnotherAwsAccountInput) GoString ¶ added in v1.30.11
func (s AcceptDomainTransferFromAnotherAwsAccountInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AcceptDomainTransferFromAnotherAwsAccountInput) SetDomainName ¶ added in v1.30.11
func (s *AcceptDomainTransferFromAnotherAwsAccountInput) SetDomainName(v string) *AcceptDomainTransferFromAnotherAwsAccountInput
SetDomainName sets the DomainName field's value.
func (*AcceptDomainTransferFromAnotherAwsAccountInput) SetPassword ¶ added in v1.30.11
func (s *AcceptDomainTransferFromAnotherAwsAccountInput) SetPassword(v string) *AcceptDomainTransferFromAnotherAwsAccountInput
SetPassword sets the Password field's value.
func (AcceptDomainTransferFromAnotherAwsAccountInput) String ¶ added in v1.30.11
func (s AcceptDomainTransferFromAnotherAwsAccountInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AcceptDomainTransferFromAnotherAwsAccountInput) Validate ¶ added in v1.30.11
func (s *AcceptDomainTransferFromAnotherAwsAccountInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AcceptDomainTransferFromAnotherAwsAccountOutput ¶ added in v1.30.11
type AcceptDomainTransferFromAnotherAwsAccountOutput struct { // Identifier for tracking the progress of the request. To query the operation // status, use GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html). OperationId *string `type:"string"` // contains filtered or unexported fields }
The AcceptDomainTransferFromAnotherAwsAccount response includes the following element.
func (AcceptDomainTransferFromAnotherAwsAccountOutput) GoString ¶ added in v1.30.11
func (s AcceptDomainTransferFromAnotherAwsAccountOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AcceptDomainTransferFromAnotherAwsAccountOutput) SetOperationId ¶ added in v1.30.11
func (s *AcceptDomainTransferFromAnotherAwsAccountOutput) SetOperationId(v string) *AcceptDomainTransferFromAnotherAwsAccountOutput
SetOperationId sets the OperationId field's value.
func (AcceptDomainTransferFromAnotherAwsAccountOutput) String ¶ added in v1.30.11
func (s AcceptDomainTransferFromAnotherAwsAccountOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type AssociateDelegationSignerToDomainInput ¶ added in v1.44.164
type AssociateDelegationSignerToDomainInput struct { // The name of the domain. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // The information about a key, including the algorithm, public key-value, and // flags. // // SigningAttributes is a required field SigningAttributes *DnssecSigningAttributes `type:"structure" required:"true"` // contains filtered or unexported fields }
func (AssociateDelegationSignerToDomainInput) GoString ¶ added in v1.44.164
func (s AssociateDelegationSignerToDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateDelegationSignerToDomainInput) SetDomainName ¶ added in v1.44.164
func (s *AssociateDelegationSignerToDomainInput) SetDomainName(v string) *AssociateDelegationSignerToDomainInput
SetDomainName sets the DomainName field's value.
func (*AssociateDelegationSignerToDomainInput) SetSigningAttributes ¶ added in v1.44.164
func (s *AssociateDelegationSignerToDomainInput) SetSigningAttributes(v *DnssecSigningAttributes) *AssociateDelegationSignerToDomainInput
SetSigningAttributes sets the SigningAttributes field's value.
func (AssociateDelegationSignerToDomainInput) String ¶ added in v1.44.164
func (s AssociateDelegationSignerToDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateDelegationSignerToDomainInput) Validate ¶ added in v1.44.164
func (s *AssociateDelegationSignerToDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateDelegationSignerToDomainOutput ¶ added in v1.44.164
type AssociateDelegationSignerToDomainOutput struct { // The identifier for tracking the progress of the request. To query the operation // status, use GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html). OperationId *string `type:"string"` // contains filtered or unexported fields }
func (AssociateDelegationSignerToDomainOutput) GoString ¶ added in v1.44.164
func (s AssociateDelegationSignerToDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*AssociateDelegationSignerToDomainOutput) SetOperationId ¶ added in v1.44.164
func (s *AssociateDelegationSignerToDomainOutput) SetOperationId(v string) *AssociateDelegationSignerToDomainOutput
SetOperationId sets the OperationId field's value.
func (AssociateDelegationSignerToDomainOutput) String ¶ added in v1.44.164
func (s AssociateDelegationSignerToDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type BillingRecord ¶ added in v1.2.10
type BillingRecord struct { // The date that the operation was billed, in Unix format. BillDate *time.Time `type:"timestamp"` // The name of the domain that the billing record applies to. If the domain // name contains characters other than a-z, 0-9, and - (hyphen), such as an // internationalized domain name, then this value is in Punycode. For more information, // see DNS Domain Name Format (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html) // in the Amazon Route 53 Developer Guide. DomainName *string `type:"string"` // The ID of the invoice that is associated with the billing record. InvoiceId *string `type:"string"` // The operation that you were charged for. Operation *string `type:"string" enum:"OperationType"` // The price that you were charged for the operation, in US dollars. // // Example value: 12.0 Price *float64 `type:"double"` // contains filtered or unexported fields }
Information for one billing record.
func (BillingRecord) GoString ¶ added in v1.2.10
func (s BillingRecord) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*BillingRecord) SetBillDate ¶ added in v1.5.0
func (s *BillingRecord) SetBillDate(v time.Time) *BillingRecord
SetBillDate sets the BillDate field's value.
func (*BillingRecord) SetDomainName ¶ added in v1.5.0
func (s *BillingRecord) SetDomainName(v string) *BillingRecord
SetDomainName sets the DomainName field's value.
func (*BillingRecord) SetInvoiceId ¶ added in v1.5.0
func (s *BillingRecord) SetInvoiceId(v string) *BillingRecord
SetInvoiceId sets the InvoiceId field's value.
func (*BillingRecord) SetOperation ¶ added in v1.5.0
func (s *BillingRecord) SetOperation(v string) *BillingRecord
SetOperation sets the Operation field's value.
func (*BillingRecord) SetPrice ¶ added in v1.5.0
func (s *BillingRecord) SetPrice(v float64) *BillingRecord
SetPrice sets the Price field's value.
func (BillingRecord) String ¶ added in v1.2.10
func (s BillingRecord) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CancelDomainTransferToAnotherAwsAccountInput ¶ added in v1.30.11
type CancelDomainTransferToAnotherAwsAccountInput struct { // The name of the domain for which you want to cancel the transfer to another // Amazon Web Services account. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // contains filtered or unexported fields }
The CancelDomainTransferToAnotherAwsAccount request includes the following element.
func (CancelDomainTransferToAnotherAwsAccountInput) GoString ¶ added in v1.30.11
func (s CancelDomainTransferToAnotherAwsAccountInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CancelDomainTransferToAnotherAwsAccountInput) SetDomainName ¶ added in v1.30.11
func (s *CancelDomainTransferToAnotherAwsAccountInput) SetDomainName(v string) *CancelDomainTransferToAnotherAwsAccountInput
SetDomainName sets the DomainName field's value.
func (CancelDomainTransferToAnotherAwsAccountInput) String ¶ added in v1.30.11
func (s CancelDomainTransferToAnotherAwsAccountInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CancelDomainTransferToAnotherAwsAccountInput) Validate ¶ added in v1.30.11
func (s *CancelDomainTransferToAnotherAwsAccountInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CancelDomainTransferToAnotherAwsAccountOutput ¶ added in v1.30.11
type CancelDomainTransferToAnotherAwsAccountOutput struct { // The identifier that TransferDomainToAnotherAwsAccount returned to track the // progress of the request. Because the transfer request was canceled, the value // is no longer valid, and you can't use GetOperationDetail to query the operation // status. OperationId *string `type:"string"` // contains filtered or unexported fields }
The CancelDomainTransferToAnotherAwsAccount response includes the following element.
func (CancelDomainTransferToAnotherAwsAccountOutput) GoString ¶ added in v1.30.11
func (s CancelDomainTransferToAnotherAwsAccountOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CancelDomainTransferToAnotherAwsAccountOutput) SetOperationId ¶ added in v1.30.11
func (s *CancelDomainTransferToAnotherAwsAccountOutput) SetOperationId(v string) *CancelDomainTransferToAnotherAwsAccountOutput
SetOperationId sets the OperationId field's value.
func (CancelDomainTransferToAnotherAwsAccountOutput) String ¶ added in v1.30.11
func (s CancelDomainTransferToAnotherAwsAccountOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CheckDomainAvailabilityInput ¶
type CheckDomainAvailabilityInput struct { // The name of the domain that you want to get availability for. The top-level // domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list // of supported TLDs, see Domains that You Can Register with Amazon Route 53 // (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html) // in the Amazon Route 53 Developer Guide. // // The domain name can contain only the following characters: // // * Letters a through z. Domain names are not case sensitive. // // * Numbers 0 through 9. // // * Hyphen (-). You can't specify a hyphen at the beginning or end of a // label. // // * Period (.) to separate the labels in the name, such as the . in example.com. // // Internationalized domain names are not supported for some top-level domains. // To determine whether the TLD that you want to use supports internationalized // domain names, see Domains that You Can Register with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html). // For more information, see Formatting Internationalized Domain Names (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html#domain-name-format-idns). // // DomainName is a required field DomainName *string `type:"string" required:"true"` // Reserved for future use. IdnLangCode *string `type:"string"` // contains filtered or unexported fields }
The CheckDomainAvailability request contains the following elements.
func (CheckDomainAvailabilityInput) GoString ¶ added in v0.6.5
func (s CheckDomainAvailabilityInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CheckDomainAvailabilityInput) SetDomainName ¶ added in v1.5.0
func (s *CheckDomainAvailabilityInput) SetDomainName(v string) *CheckDomainAvailabilityInput
SetDomainName sets the DomainName field's value.
func (*CheckDomainAvailabilityInput) SetIdnLangCode ¶ added in v1.5.0
func (s *CheckDomainAvailabilityInput) SetIdnLangCode(v string) *CheckDomainAvailabilityInput
SetIdnLangCode sets the IdnLangCode field's value.
func (CheckDomainAvailabilityInput) String ¶ added in v0.6.5
func (s CheckDomainAvailabilityInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CheckDomainAvailabilityInput) Validate ¶ added in v1.1.21
func (s *CheckDomainAvailabilityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CheckDomainAvailabilityOutput ¶
type CheckDomainAvailabilityOutput struct { // Whether the domain name is available for registering. // // You can register only domains designated as AVAILABLE. // // Valid values: // // AVAILABLE // // The domain name is available. // // AVAILABLE_RESERVED // // The domain name is reserved under specific conditions. // // AVAILABLE_PREORDER // // The domain name is available and can be preordered. // // DONT_KNOW // // The TLD registry didn't reply with a definitive answer about whether the // domain name is available. Route 53 can return this response for a variety // of reasons, for example, the registry is performing maintenance. Try again // later. // // INVALID_NAME_FOR_TLD // // The TLD isn't valid. For example, it can contain characters that aren't allowed. // // PENDING // // The TLD registry didn't return a response in the expected amount of time. // When the response is delayed, it usually takes just a few extra seconds. // You can resubmit the request immediately. // // RESERVED // // The domain name has been reserved for another person or organization. // // UNAVAILABLE // // The domain name is not available. // // UNAVAILABLE_PREMIUM // // The domain name is not available. // // UNAVAILABLE_RESTRICTED // // The domain name is forbidden. Availability *string `type:"string" enum:"DomainAvailability"` // contains filtered or unexported fields }
The CheckDomainAvailability response includes the following elements.
func (CheckDomainAvailabilityOutput) GoString ¶ added in v0.6.5
func (s CheckDomainAvailabilityOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CheckDomainAvailabilityOutput) SetAvailability ¶ added in v1.5.0
func (s *CheckDomainAvailabilityOutput) SetAvailability(v string) *CheckDomainAvailabilityOutput
SetAvailability sets the Availability field's value.
func (CheckDomainAvailabilityOutput) String ¶ added in v0.6.5
func (s CheckDomainAvailabilityOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type CheckDomainTransferabilityInput ¶ added in v1.12.5
type CheckDomainTransferabilityInput struct { // If the registrar for the top-level domain (TLD) requires an authorization // code to transfer the domain, the code that you got from the current registrar // for the domain. // // AuthCode is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by CheckDomainTransferabilityInput's // String and GoString methods. AuthCode *string `type:"string" sensitive:"true"` // The name of the domain that you want to transfer to Route 53. The top-level // domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list // of supported TLDs, see Domains that You Can Register with Amazon Route 53 // (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html) // in the Amazon Route 53 Developer Guide. // // The domain name can contain only the following characters: // // * Letters a through z. Domain names are not case sensitive. // // * Numbers 0 through 9. // // * Hyphen (-). You can't specify a hyphen at the beginning or end of a // label. // // * Period (.) to separate the labels in the name, such as the . in example.com. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // contains filtered or unexported fields }
The CheckDomainTransferability request contains the following elements.
func (CheckDomainTransferabilityInput) GoString ¶ added in v1.12.5
func (s CheckDomainTransferabilityInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CheckDomainTransferabilityInput) SetAuthCode ¶ added in v1.12.5
func (s *CheckDomainTransferabilityInput) SetAuthCode(v string) *CheckDomainTransferabilityInput
SetAuthCode sets the AuthCode field's value.
func (*CheckDomainTransferabilityInput) SetDomainName ¶ added in v1.12.5
func (s *CheckDomainTransferabilityInput) SetDomainName(v string) *CheckDomainTransferabilityInput
SetDomainName sets the DomainName field's value.
func (CheckDomainTransferabilityInput) String ¶ added in v1.12.5
func (s CheckDomainTransferabilityInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CheckDomainTransferabilityInput) Validate ¶ added in v1.12.5
func (s *CheckDomainTransferabilityInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CheckDomainTransferabilityOutput ¶ added in v1.12.5
type CheckDomainTransferabilityOutput struct { // Provides an explanation for when a domain can't be transferred. Message *string `type:"string"` // A complex type that contains information about whether the specified domain // can be transferred to Route 53. Transferability *DomainTransferability `type:"structure"` // contains filtered or unexported fields }
The CheckDomainTransferability response includes the following elements.
func (CheckDomainTransferabilityOutput) GoString ¶ added in v1.12.5
func (s CheckDomainTransferabilityOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*CheckDomainTransferabilityOutput) SetMessage ¶ added in v1.44.324
func (s *CheckDomainTransferabilityOutput) SetMessage(v string) *CheckDomainTransferabilityOutput
SetMessage sets the Message field's value.
func (*CheckDomainTransferabilityOutput) SetTransferability ¶ added in v1.12.5
func (s *CheckDomainTransferabilityOutput) SetTransferability(v *DomainTransferability) *CheckDomainTransferabilityOutput
SetTransferability sets the Transferability field's value.
func (CheckDomainTransferabilityOutput) String ¶ added in v1.12.5
func (s CheckDomainTransferabilityOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Consent ¶ added in v1.44.164
type Consent struct { // Currency for the MaxPrice. // // Currency is a required field Currency *string `min:"3" type:"string" required:"true"` // Maximum amount the customer agreed to accept. // // MaxPrice is a required field MaxPrice *float64 `type:"double" required:"true"` // contains filtered or unexported fields }
Customer's consent for the owner change request.
func (Consent) GoString ¶ added in v1.44.164
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Consent) SetCurrency ¶ added in v1.44.164
SetCurrency sets the Currency field's value.
func (*Consent) SetMaxPrice ¶ added in v1.44.164
SetMaxPrice sets the MaxPrice field's value.
type ContactDetail ¶
type ContactDetail struct { // First line of the contact's address. // // AddressLine1 is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ContactDetail's // String and GoString methods. AddressLine1 *string `type:"string" sensitive:"true"` // Second line of contact's address, if any. // // AddressLine2 is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ContactDetail's // String and GoString methods. AddressLine2 *string `type:"string" sensitive:"true"` // The city of the contact's address. // // City is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ContactDetail's // String and GoString methods. City *string `type:"string" sensitive:"true"` // Indicates whether the contact is a person, company, association, or public // organization. Note the following: // // * If you specify a value other than PERSON, you must also specify a value // for OrganizationName. // // * For some TLDs, the privacy protection available depends on the value // that you specify for Contact Type. For the privacy protection settings // for your TLD, see Domains that You Can Register with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html) // in the Amazon Route 53 Developer Guide // // * For .es domains, the value of ContactType must be PERSON for all three // contacts. ContactType *string `type:"string" enum:"ContactType"` // Code for the country of the contact's address. // // CountryCode is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ContactDetail's // String and GoString methods. CountryCode *string `type:"string" enum:"CountryCode" sensitive:"true"` // Email address of the contact. // // Email is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ContactDetail's // String and GoString methods. Email *string `type:"string" sensitive:"true"` // A list of name-value pairs for parameters required by certain top-level domains. ExtraParams []*ExtraParam `type:"list"` // Fax number of the contact. // // Constraints: Phone number must be specified in the format "+[country dialing // code].[number including any area code]". For example, a US phone number might // appear as "+1.1234567890". // // Fax is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ContactDetail's // String and GoString methods. Fax *string `type:"string" sensitive:"true"` // First name of contact. // // FirstName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ContactDetail's // String and GoString methods. FirstName *string `type:"string" sensitive:"true"` // Last name of contact. // // LastName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ContactDetail's // String and GoString methods. LastName *string `type:"string" sensitive:"true"` // Name of the organization for contact types other than PERSON. // // OrganizationName is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ContactDetail's // String and GoString methods. OrganizationName *string `type:"string" sensitive:"true"` // The phone number of the contact. // // Constraints: Phone number must be specified in the format "+[country dialing // code].[number including any area code>]". For example, a US phone number // might appear as "+1.1234567890". // // PhoneNumber is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ContactDetail's // String and GoString methods. PhoneNumber *string `type:"string" sensitive:"true"` // The state or province of the contact's city. // // State is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ContactDetail's // String and GoString methods. State *string `type:"string" sensitive:"true"` // The zip or postal code of the contact's address. // // ZipCode is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ContactDetail's // String and GoString methods. ZipCode *string `type:"string" sensitive:"true"` // contains filtered or unexported fields }
ContactDetail includes the following elements.
func (ContactDetail) GoString ¶ added in v0.6.5
func (s ContactDetail) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ContactDetail) SetAddressLine1 ¶ added in v1.5.0
func (s *ContactDetail) SetAddressLine1(v string) *ContactDetail
SetAddressLine1 sets the AddressLine1 field's value.
func (*ContactDetail) SetAddressLine2 ¶ added in v1.5.0
func (s *ContactDetail) SetAddressLine2(v string) *ContactDetail
SetAddressLine2 sets the AddressLine2 field's value.
func (*ContactDetail) SetCity ¶ added in v1.5.0
func (s *ContactDetail) SetCity(v string) *ContactDetail
SetCity sets the City field's value.
func (*ContactDetail) SetContactType ¶ added in v1.5.0
func (s *ContactDetail) SetContactType(v string) *ContactDetail
SetContactType sets the ContactType field's value.
func (*ContactDetail) SetCountryCode ¶ added in v1.5.0
func (s *ContactDetail) SetCountryCode(v string) *ContactDetail
SetCountryCode sets the CountryCode field's value.
func (*ContactDetail) SetEmail ¶ added in v1.5.0
func (s *ContactDetail) SetEmail(v string) *ContactDetail
SetEmail sets the Email field's value.
func (*ContactDetail) SetExtraParams ¶ added in v1.5.0
func (s *ContactDetail) SetExtraParams(v []*ExtraParam) *ContactDetail
SetExtraParams sets the ExtraParams field's value.
func (*ContactDetail) SetFax ¶ added in v1.5.0
func (s *ContactDetail) SetFax(v string) *ContactDetail
SetFax sets the Fax field's value.
func (*ContactDetail) SetFirstName ¶ added in v1.5.0
func (s *ContactDetail) SetFirstName(v string) *ContactDetail
SetFirstName sets the FirstName field's value.
func (*ContactDetail) SetLastName ¶ added in v1.5.0
func (s *ContactDetail) SetLastName(v string) *ContactDetail
SetLastName sets the LastName field's value.
func (*ContactDetail) SetOrganizationName ¶ added in v1.5.0
func (s *ContactDetail) SetOrganizationName(v string) *ContactDetail
SetOrganizationName sets the OrganizationName field's value.
func (*ContactDetail) SetPhoneNumber ¶ added in v1.5.0
func (s *ContactDetail) SetPhoneNumber(v string) *ContactDetail
SetPhoneNumber sets the PhoneNumber field's value.
func (*ContactDetail) SetState ¶ added in v1.5.0
func (s *ContactDetail) SetState(v string) *ContactDetail
SetState sets the State field's value.
func (*ContactDetail) SetZipCode ¶ added in v1.5.0
func (s *ContactDetail) SetZipCode(v string) *ContactDetail
SetZipCode sets the ZipCode field's value.
func (ContactDetail) String ¶ added in v0.6.5
func (s ContactDetail) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ContactDetail) Validate ¶ added in v1.1.21
func (s *ContactDetail) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDomainInput ¶ added in v1.42.22
type DeleteDomainInput struct { // Name of the domain to be deleted. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteDomainInput) GoString ¶ added in v1.42.22
func (s DeleteDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDomainInput) SetDomainName ¶ added in v1.42.22
func (s *DeleteDomainInput) SetDomainName(v string) *DeleteDomainInput
SetDomainName sets the DomainName field's value.
func (DeleteDomainInput) String ¶ added in v1.42.22
func (s DeleteDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDomainInput) Validate ¶ added in v1.42.22
func (s *DeleteDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteDomainOutput ¶ added in v1.42.22
type DeleteDomainOutput struct { // Identifier for tracking the progress of the request. To query the operation // status, use GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html). OperationId *string `type:"string"` // contains filtered or unexported fields }
func (DeleteDomainOutput) GoString ¶ added in v1.42.22
func (s DeleteDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteDomainOutput) SetOperationId ¶ added in v1.42.22
func (s *DeleteDomainOutput) SetOperationId(v string) *DeleteDomainOutput
SetOperationId sets the OperationId field's value.
func (DeleteDomainOutput) String ¶ added in v1.42.22
func (s DeleteDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DeleteTagsForDomainInput ¶
type DeleteTagsForDomainInput struct { // The domain for which you want to delete one or more tags. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // A list of tag keys to delete. // // TagsToDelete is a required field TagsToDelete []*string `type:"list" required:"true"` // contains filtered or unexported fields }
The DeleteTagsForDomainRequest includes the following elements.
func (DeleteTagsForDomainInput) GoString ¶ added in v0.6.5
func (s DeleteTagsForDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteTagsForDomainInput) SetDomainName ¶ added in v1.5.0
func (s *DeleteTagsForDomainInput) SetDomainName(v string) *DeleteTagsForDomainInput
SetDomainName sets the DomainName field's value.
func (*DeleteTagsForDomainInput) SetTagsToDelete ¶ added in v1.5.0
func (s *DeleteTagsForDomainInput) SetTagsToDelete(v []*string) *DeleteTagsForDomainInput
SetTagsToDelete sets the TagsToDelete field's value.
func (DeleteTagsForDomainInput) String ¶ added in v0.6.5
func (s DeleteTagsForDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DeleteTagsForDomainInput) Validate ¶ added in v1.1.21
func (s *DeleteTagsForDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteTagsForDomainOutput ¶
type DeleteTagsForDomainOutput struct {
// contains filtered or unexported fields
}
func (DeleteTagsForDomainOutput) GoString ¶ added in v0.6.5
func (s DeleteTagsForDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DeleteTagsForDomainOutput) String ¶ added in v0.6.5
func (s DeleteTagsForDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisableDomainAutoRenewInput ¶
type DisableDomainAutoRenewInput struct { // The name of the domain that you want to disable automatic renewal for. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DisableDomainAutoRenewInput) GoString ¶ added in v0.6.5
func (s DisableDomainAutoRenewInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisableDomainAutoRenewInput) SetDomainName ¶ added in v1.5.0
func (s *DisableDomainAutoRenewInput) SetDomainName(v string) *DisableDomainAutoRenewInput
SetDomainName sets the DomainName field's value.
func (DisableDomainAutoRenewInput) String ¶ added in v0.6.5
func (s DisableDomainAutoRenewInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisableDomainAutoRenewInput) Validate ¶ added in v1.1.21
func (s *DisableDomainAutoRenewInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisableDomainAutoRenewOutput ¶
type DisableDomainAutoRenewOutput struct {
// contains filtered or unexported fields
}
func (DisableDomainAutoRenewOutput) GoString ¶ added in v0.6.5
func (s DisableDomainAutoRenewOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (DisableDomainAutoRenewOutput) String ¶ added in v0.6.5
func (s DisableDomainAutoRenewOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisableDomainTransferLockInput ¶
type DisableDomainTransferLockInput struct { // The name of the domain that you want to remove the transfer lock for. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // contains filtered or unexported fields }
The DisableDomainTransferLock request includes the following element.
func (DisableDomainTransferLockInput) GoString ¶ added in v0.6.5
func (s DisableDomainTransferLockInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisableDomainTransferLockInput) SetDomainName ¶ added in v1.5.0
func (s *DisableDomainTransferLockInput) SetDomainName(v string) *DisableDomainTransferLockInput
SetDomainName sets the DomainName field's value.
func (DisableDomainTransferLockInput) String ¶ added in v0.6.5
func (s DisableDomainTransferLockInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisableDomainTransferLockInput) Validate ¶ added in v1.1.21
func (s *DisableDomainTransferLockInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisableDomainTransferLockOutput ¶
type DisableDomainTransferLockOutput struct { // Identifier for tracking the progress of the request. To query the operation // status, use GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html). OperationId *string `type:"string"` // contains filtered or unexported fields }
The DisableDomainTransferLock response includes the following element.
func (DisableDomainTransferLockOutput) GoString ¶ added in v0.6.5
func (s DisableDomainTransferLockOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisableDomainTransferLockOutput) SetOperationId ¶ added in v1.5.0
func (s *DisableDomainTransferLockOutput) SetOperationId(v string) *DisableDomainTransferLockOutput
SetOperationId sets the OperationId field's value.
func (DisableDomainTransferLockOutput) String ¶ added in v0.6.5
func (s DisableDomainTransferLockOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DisassociateDelegationSignerFromDomainInput ¶ added in v1.44.164
type DisassociateDelegationSignerFromDomainInput struct { // Name of the domain. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // An internal identification number assigned to each DS record after it’s // created. You can retrieve it as part of DNSSEC information returned by GetDomainDetail // (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetDomainDetail.html). // // Id is a required field Id *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DisassociateDelegationSignerFromDomainInput) GoString ¶ added in v1.44.164
func (s DisassociateDelegationSignerFromDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateDelegationSignerFromDomainInput) SetDomainName ¶ added in v1.44.164
func (s *DisassociateDelegationSignerFromDomainInput) SetDomainName(v string) *DisassociateDelegationSignerFromDomainInput
SetDomainName sets the DomainName field's value.
func (*DisassociateDelegationSignerFromDomainInput) SetId ¶ added in v1.44.164
func (s *DisassociateDelegationSignerFromDomainInput) SetId(v string) *DisassociateDelegationSignerFromDomainInput
SetId sets the Id field's value.
func (DisassociateDelegationSignerFromDomainInput) String ¶ added in v1.44.164
func (s DisassociateDelegationSignerFromDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateDelegationSignerFromDomainInput) Validate ¶ added in v1.44.164
func (s *DisassociateDelegationSignerFromDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateDelegationSignerFromDomainOutput ¶ added in v1.44.164
type DisassociateDelegationSignerFromDomainOutput struct { // Identifier for tracking the progress of the request. To query the operation // status, use GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html). OperationId *string `type:"string"` // contains filtered or unexported fields }
func (DisassociateDelegationSignerFromDomainOutput) GoString ¶ added in v1.44.164
func (s DisassociateDelegationSignerFromDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DisassociateDelegationSignerFromDomainOutput) SetOperationId ¶ added in v1.44.164
func (s *DisassociateDelegationSignerFromDomainOutput) SetOperationId(v string) *DisassociateDelegationSignerFromDomainOutput
SetOperationId sets the OperationId field's value.
func (DisassociateDelegationSignerFromDomainOutput) String ¶ added in v1.44.164
func (s DisassociateDelegationSignerFromDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DnssecKey ¶ added in v1.44.164
type DnssecKey struct { // The number of the public key’s cryptographic algorithm according to an // IANA (https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xml) // assignment. // // If Route 53 is your DNS service, set this to 13. // // For more information about enabling DNSSEC signing, see Enabling DNSSEC signing // and establishing a chain of trust (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-dnssec-enable-signing.html). Algorithm *int64 `type:"integer"` // The delegation signer digest. // // Digest is calculated from the public key provided using specified digest // algorithm and this digest is the actual value returned from the registry // nameservers as the value of DS records. Digest *string `type:"string"` // The number of the DS digest algorithm according to an IANA assignment. // // For more information, see IANA (https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml) // for DNSSEC Delegation Signer (DS) Resource Record (RR) Type Digest Algorithms. DigestType *int64 `type:"integer"` // Defines the type of key. It can be either a KSK (key-signing-key, value 257) // or ZSK (zone-signing-key, value 256). Using KSK is always encouraged. Only // use ZSK if your DNS provider isn't Route 53 and you don’t have KSK available. // // If you have KSK and ZSK keys, always use KSK to create a delegations signer // (DS) record. If you have ZSK keys only – use ZSK to create a DS record. Flags *int64 `type:"integer"` // An ID assigned to each DS record created by AssociateDelegationSignerToDomain // (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AssociateDelegationSignerToDomain.html). Id *string `type:"string"` // A numeric identification of the DNSKEY record referred to by this DS record. KeyTag *int64 `type:"integer"` // The base64-encoded public key part of the key pair that is passed to the // registry . PublicKey *string `type:"string"` // contains filtered or unexported fields }
Information about the DNSSEC key.
You get this from your DNS provider and then give it to Route 53 (by using AssociateDelegationSignerToDomain (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AssociateDelegationSignerToDomain.html)) to pass it to the registry to establish the chain of trust.
func (DnssecKey) GoString ¶ added in v1.44.164
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DnssecKey) SetAlgorithm ¶ added in v1.44.164
SetAlgorithm sets the Algorithm field's value.
func (*DnssecKey) SetDigestType ¶ added in v1.44.164
SetDigestType sets the DigestType field's value.
func (*DnssecKey) SetPublicKey ¶ added in v1.44.164
SetPublicKey sets the PublicKey field's value.
type DnssecLimitExceeded ¶ added in v1.44.164
type DnssecLimitExceeded struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
This error is returned if you call AssociateDelegationSignerToDomain when the specified domain has reached the maximum number of DS records. You can't add any additional DS records unless you delete an existing one first.
func (*DnssecLimitExceeded) Code ¶ added in v1.44.164
func (s *DnssecLimitExceeded) Code() string
Code returns the exception type name.
func (*DnssecLimitExceeded) Error ¶ added in v1.44.164
func (s *DnssecLimitExceeded) Error() string
func (DnssecLimitExceeded) GoString ¶ added in v1.44.164
func (s DnssecLimitExceeded) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DnssecLimitExceeded) Message ¶ added in v1.44.164
func (s *DnssecLimitExceeded) Message() string
Message returns the exception's message.
func (*DnssecLimitExceeded) OrigErr ¶ added in v1.44.164
func (s *DnssecLimitExceeded) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*DnssecLimitExceeded) RequestID ¶ added in v1.44.164
func (s *DnssecLimitExceeded) RequestID() string
RequestID returns the service's response RequestID for request.
func (*DnssecLimitExceeded) StatusCode ¶ added in v1.44.164
func (s *DnssecLimitExceeded) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (DnssecLimitExceeded) String ¶ added in v1.44.164
func (s DnssecLimitExceeded) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DnssecSigningAttributes ¶ added in v1.44.164
type DnssecSigningAttributes struct { // Algorithm which was used to generate the digest from the public key. Algorithm *int64 `type:"integer"` // Defines the type of key. It can be either a KSK (key-signing-key, value 257) // or ZSK (zone-signing-key, value 256). Using KSK is always encouraged. Only // use ZSK if your DNS provider isn't Route 53 and you don’t have KSK available. // // If you have KSK and ZSK keys, always use KSK to create a delegations signer // (DS) record. If you have ZSK keys only – use ZSK to create a DS record. Flags *int64 `type:"integer"` // The base64-encoded public key part of the key pair that is passed to the // registry. PublicKey *string `type:"string"` // contains filtered or unexported fields }
Information about a delegation signer (DS) record that was created in the registry by AssociateDelegationSignerToDomain (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AssociateDelegationSignerToDomain.html).
func (DnssecSigningAttributes) GoString ¶ added in v1.44.164
func (s DnssecSigningAttributes) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DnssecSigningAttributes) SetAlgorithm ¶ added in v1.44.164
func (s *DnssecSigningAttributes) SetAlgorithm(v int64) *DnssecSigningAttributes
SetAlgorithm sets the Algorithm field's value.
func (*DnssecSigningAttributes) SetFlags ¶ added in v1.44.164
func (s *DnssecSigningAttributes) SetFlags(v int64) *DnssecSigningAttributes
SetFlags sets the Flags field's value.
func (*DnssecSigningAttributes) SetPublicKey ¶ added in v1.44.164
func (s *DnssecSigningAttributes) SetPublicKey(v string) *DnssecSigningAttributes
SetPublicKey sets the PublicKey field's value.
func (DnssecSigningAttributes) String ¶ added in v1.44.164
func (s DnssecSigningAttributes) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DomainLimitExceeded ¶ added in v1.28.0
type DomainLimitExceeded struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The number of domains has exceeded the allowed threshold for the account. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The number of domains has exceeded the allowed threshold for the account.
func (*DomainLimitExceeded) Code ¶ added in v1.28.0
func (s *DomainLimitExceeded) Code() string
Code returns the exception type name.
func (*DomainLimitExceeded) Error ¶ added in v1.28.0
func (s *DomainLimitExceeded) Error() string
func (DomainLimitExceeded) GoString ¶ added in v1.28.0
func (s DomainLimitExceeded) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DomainLimitExceeded) Message ¶ added in v1.28.0
func (s *DomainLimitExceeded) Message() string
Message returns the exception's message.
func (*DomainLimitExceeded) OrigErr ¶ added in v1.28.0
func (s *DomainLimitExceeded) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*DomainLimitExceeded) RequestID ¶ added in v1.28.0
func (s *DomainLimitExceeded) RequestID() string
RequestID returns the service's response RequestID for request.
func (*DomainLimitExceeded) StatusCode ¶ added in v1.28.0
func (s *DomainLimitExceeded) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (DomainLimitExceeded) String ¶ added in v1.28.0
func (s DomainLimitExceeded) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DomainPrice ¶ added in v1.42.22
type DomainPrice struct { // The price for changing domain ownership. ChangeOwnershipPrice *PriceWithCurrency `type:"structure"` // The name of the TLD for which the prices apply. Name *string `min:"1" type:"string"` // The price for domain registration with Route 53. RegistrationPrice *PriceWithCurrency `type:"structure"` // The price for renewing domain registration with Route 53. RenewalPrice *PriceWithCurrency `type:"structure"` // The price for restoring the domain with Route 53. RestorationPrice *PriceWithCurrency `type:"structure"` // The price for transferring the domain registration to Route 53. TransferPrice *PriceWithCurrency `type:"structure"` // contains filtered or unexported fields }
Information about the domain price associated with a TLD.
func (DomainPrice) GoString ¶ added in v1.42.22
func (s DomainPrice) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DomainPrice) SetChangeOwnershipPrice ¶ added in v1.42.22
func (s *DomainPrice) SetChangeOwnershipPrice(v *PriceWithCurrency) *DomainPrice
SetChangeOwnershipPrice sets the ChangeOwnershipPrice field's value.
func (*DomainPrice) SetName ¶ added in v1.42.22
func (s *DomainPrice) SetName(v string) *DomainPrice
SetName sets the Name field's value.
func (*DomainPrice) SetRegistrationPrice ¶ added in v1.42.22
func (s *DomainPrice) SetRegistrationPrice(v *PriceWithCurrency) *DomainPrice
SetRegistrationPrice sets the RegistrationPrice field's value.
func (*DomainPrice) SetRenewalPrice ¶ added in v1.42.22
func (s *DomainPrice) SetRenewalPrice(v *PriceWithCurrency) *DomainPrice
SetRenewalPrice sets the RenewalPrice field's value.
func (*DomainPrice) SetRestorationPrice ¶ added in v1.42.22
func (s *DomainPrice) SetRestorationPrice(v *PriceWithCurrency) *DomainPrice
SetRestorationPrice sets the RestorationPrice field's value.
func (*DomainPrice) SetTransferPrice ¶ added in v1.42.22
func (s *DomainPrice) SetTransferPrice(v *PriceWithCurrency) *DomainPrice
SetTransferPrice sets the TransferPrice field's value.
func (DomainPrice) String ¶ added in v1.42.22
func (s DomainPrice) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DomainSuggestion ¶ added in v1.2.10
type DomainSuggestion struct { // Whether the domain name is available for registering. // // You can register only the domains that are designated as AVAILABLE. // // Valid values: // // AVAILABLE // // The domain name is available. // // AVAILABLE_RESERVED // // The domain name is reserved under specific conditions. // // AVAILABLE_PREORDER // // The domain name is available and can be preordered. // // DONT_KNOW // // The TLD registry didn't reply with a definitive answer about whether the // domain name is available. Route 53 can return this response for a variety // of reasons, for example, the registry is performing maintenance. Try again // later. // // PENDING // // The TLD registry didn't return a response in the expected amount of time. // When the response is delayed, it usually takes just a few extra seconds. // You can resubmit the request immediately. // // RESERVED // // The domain name has been reserved for another person or organization. // // UNAVAILABLE // // The domain name is not available. // // UNAVAILABLE_PREMIUM // // The domain name is not available. // // UNAVAILABLE_RESTRICTED // // The domain name is forbidden. Availability *string `type:"string"` // A suggested domain name. DomainName *string `type:"string"` // contains filtered or unexported fields }
Information about one suggested domain name.
func (DomainSuggestion) GoString ¶ added in v1.2.10
func (s DomainSuggestion) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DomainSuggestion) SetAvailability ¶ added in v1.5.0
func (s *DomainSuggestion) SetAvailability(v string) *DomainSuggestion
SetAvailability sets the Availability field's value.
func (*DomainSuggestion) SetDomainName ¶ added in v1.5.0
func (s *DomainSuggestion) SetDomainName(v string) *DomainSuggestion
SetDomainName sets the DomainName field's value.
func (DomainSuggestion) String ¶ added in v1.2.10
func (s DomainSuggestion) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DomainSummary ¶
type DomainSummary struct { // Indicates whether the domain is automatically renewed upon expiration. AutoRenew *bool `type:"boolean"` // The name of the domain that the summary information applies to. DomainName *string `type:"string"` // Expiration date of the domain in Unix time format and Coordinated Universal // Time (UTC). Expiry *time.Time `type:"timestamp"` // Indicates whether a domain is locked from unauthorized transfer to another // party. TransferLock *bool `type:"boolean"` // contains filtered or unexported fields }
Summary information about one domain.
func (DomainSummary) GoString ¶ added in v0.6.5
func (s DomainSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DomainSummary) SetAutoRenew ¶ added in v1.5.0
func (s *DomainSummary) SetAutoRenew(v bool) *DomainSummary
SetAutoRenew sets the AutoRenew field's value.
func (*DomainSummary) SetDomainName ¶ added in v1.5.0
func (s *DomainSummary) SetDomainName(v string) *DomainSummary
SetDomainName sets the DomainName field's value.
func (*DomainSummary) SetExpiry ¶ added in v1.5.0
func (s *DomainSummary) SetExpiry(v time.Time) *DomainSummary
SetExpiry sets the Expiry field's value.
func (*DomainSummary) SetTransferLock ¶ added in v1.5.0
func (s *DomainSummary) SetTransferLock(v bool) *DomainSummary
SetTransferLock sets the TransferLock field's value.
func (DomainSummary) String ¶ added in v0.6.5
func (s DomainSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DomainTransferability ¶ added in v1.12.5
type DomainTransferability struct { // Whether the domain name can be transferred to Route 53. // // You can transfer only domains that have a value of TRANSFERABLE or Transferable. // // Valid values: // // TRANSFERABLE // // The domain name can be transferred to Route 53. // // UNTRANSFERRABLE // // The domain name can't be transferred to Route 53. // // DONT_KNOW // // Reserved for future use. // // DOMAIN_IN_OWN_ACCOUNT // // The domain already exists in the current Amazon Web Services account. // // DOMAIN_IN_ANOTHER_ACCOUNT // // The domain exists in another Amazon Web Services account. // // PREMIUM_DOMAIN // // Premium domain transfer is not supported. Transferable *string `type:"string" enum:"Transferable"` // contains filtered or unexported fields }
A complex type that contains information about whether the specified domain can be transferred to Route 53.
func (DomainTransferability) GoString ¶ added in v1.12.5
func (s DomainTransferability) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DomainTransferability) SetTransferable ¶ added in v1.12.5
func (s *DomainTransferability) SetTransferable(v string) *DomainTransferability
SetTransferable sets the Transferable field's value.
func (DomainTransferability) String ¶ added in v1.12.5
func (s DomainTransferability) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type DuplicateRequest ¶ added in v1.28.0
type DuplicateRequest struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The request is already in progress for the domain. Message_ *string `locationName:"message" type:"string"` // ID of the request operation. RequestId *string `locationName:"requestId" type:"string"` // contains filtered or unexported fields }
The request is already in progress for the domain.
func (*DuplicateRequest) Code ¶ added in v1.28.0
func (s *DuplicateRequest) Code() string
Code returns the exception type name.
func (*DuplicateRequest) Error ¶ added in v1.28.0
func (s *DuplicateRequest) Error() string
func (DuplicateRequest) GoString ¶ added in v1.28.0
func (s DuplicateRequest) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*DuplicateRequest) Message ¶ added in v1.28.0
func (s *DuplicateRequest) Message() string
Message returns the exception's message.
func (*DuplicateRequest) OrigErr ¶ added in v1.28.0
func (s *DuplicateRequest) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*DuplicateRequest) RequestID ¶ added in v1.28.0
func (s *DuplicateRequest) RequestID() string
RequestID returns the service's response RequestID for request.
func (*DuplicateRequest) StatusCode ¶ added in v1.28.0
func (s *DuplicateRequest) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (DuplicateRequest) String ¶ added in v1.28.0
func (s DuplicateRequest) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EnableDomainAutoRenewInput ¶
type EnableDomainAutoRenewInput struct { // The name of the domain that you want to enable automatic renewal for. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (EnableDomainAutoRenewInput) GoString ¶ added in v0.6.5
func (s EnableDomainAutoRenewInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EnableDomainAutoRenewInput) SetDomainName ¶ added in v1.5.0
func (s *EnableDomainAutoRenewInput) SetDomainName(v string) *EnableDomainAutoRenewInput
SetDomainName sets the DomainName field's value.
func (EnableDomainAutoRenewInput) String ¶ added in v0.6.5
func (s EnableDomainAutoRenewInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EnableDomainAutoRenewInput) Validate ¶ added in v1.1.21
func (s *EnableDomainAutoRenewInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnableDomainAutoRenewOutput ¶
type EnableDomainAutoRenewOutput struct {
// contains filtered or unexported fields
}
func (EnableDomainAutoRenewOutput) GoString ¶ added in v0.6.5
func (s EnableDomainAutoRenewOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (EnableDomainAutoRenewOutput) String ¶ added in v0.6.5
func (s EnableDomainAutoRenewOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type EnableDomainTransferLockInput ¶
type EnableDomainTransferLockInput struct { // The name of the domain that you want to set the transfer lock for. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // contains filtered or unexported fields }
A request to set the transfer lock for the specified domain.
func (EnableDomainTransferLockInput) GoString ¶ added in v0.6.5
func (s EnableDomainTransferLockInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EnableDomainTransferLockInput) SetDomainName ¶ added in v1.5.0
func (s *EnableDomainTransferLockInput) SetDomainName(v string) *EnableDomainTransferLockInput
SetDomainName sets the DomainName field's value.
func (EnableDomainTransferLockInput) String ¶ added in v0.6.5
func (s EnableDomainTransferLockInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EnableDomainTransferLockInput) Validate ¶ added in v1.1.21
func (s *EnableDomainTransferLockInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type EnableDomainTransferLockOutput ¶
type EnableDomainTransferLockOutput struct { // Identifier for tracking the progress of the request. To use this ID to query // the operation status, use GetOperationDetail. OperationId *string `type:"string"` // contains filtered or unexported fields }
The EnableDomainTransferLock response includes the following elements.
func (EnableDomainTransferLockOutput) GoString ¶ added in v0.6.5
func (s EnableDomainTransferLockOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*EnableDomainTransferLockOutput) SetOperationId ¶ added in v1.5.0
func (s *EnableDomainTransferLockOutput) SetOperationId(v string) *EnableDomainTransferLockOutput
SetOperationId sets the OperationId field's value.
func (EnableDomainTransferLockOutput) String ¶ added in v0.6.5
func (s EnableDomainTransferLockOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ExtraParam ¶
type ExtraParam struct { // The name of an additional parameter that is required by a top-level domain. // Here are the top-level domains that require additional parameters and the // names of the parameters that they require: // // .com.au and .net.au // // * AU_ID_NUMBER // // * AU_ID_TYPE Valid values include the following: ABN (Australian business // number) ACN (Australian company number) TM (Trademark number) // // .ca // // * BRAND_NUMBER // // * CA_BUSINESS_ENTITY_TYPE Valid values include the following: BANK (Bank) // COMMERCIAL_COMPANY (Commercial company) COMPANY (Company) COOPERATION // (Cooperation) COOPERATIVE (Cooperative) COOPRIX (Cooprix) CORP (Corporation) // CREDIT_UNION (Credit union) FOMIA (Federation of mutual insurance associations) // INC (Incorporated) LTD (Limited) LTEE (Limitée) LLC (Limited liability // corporation) LLP (Limited liability partnership) LTE (Lte.) MBA (Mutual // benefit association) MIC (Mutual insurance company) NFP (Not-for-profit // corporation) SA (S.A.) SAVINGS_COMPANY (Savings company) SAVINGS_UNION // (Savings union) SARL (Société à responsabilité limitée) TRUST (Trust) // ULC (Unlimited liability corporation) // // * CA_LEGAL_TYPE When ContactType is PERSON, valid values include the following: // ABO (Aboriginal Peoples indigenous to Canada) CCT (Canadian citizen) LGR // (Legal Representative of a Canadian Citizen or Permanent Resident) RES // (Permanent resident of Canada) When ContactType is a value other than // PERSON, valid values include the following: ASS (Canadian unincorporated // association) CCO (Canadian corporation) EDU (Canadian educational institution) // GOV (Government or government entity in Canada) HOP (Canadian Hospital) // INB (Indian Band recognized by the Indian Act of Canada) LAM (Canadian // Library, Archive, or Museum) MAJ (Her/His Majesty the Queen/King) OMK // (Official mark registered in Canada) PLT (Canadian Political Party) PRT // (Partnership Registered in Canada) TDM (Trademark registered in Canada) // TRD (Canadian Trade Union) TRS (Trust established in Canada) // // .es // // * ES_IDENTIFICATION The value of ES_IDENTIFICATION depends on the following // values: The value of ES_LEGAL_FORM The value of ES_IDENTIFICATION_TYPE // If ES_LEGAL_FORM is any value other than INDIVIDUAL: Specify 1 letter // + 8 numbers (CIF [Certificado de Identificación Fiscal]) Example: B12345678 // If ES_LEGAL_FORM is INDIVIDUAL, the value that you specify for ES_IDENTIFICATION // depends on the value of ES_IDENTIFICATION_TYPE: If ES_IDENTIFICATION_TYPE // is DNI_AND_NIF (for Spanish contacts): Specify 8 numbers + 1 letter (DNI // [Documento Nacional de Identidad], NIF [Número de Identificación Fiscal]) // Example: 12345678M If ES_IDENTIFICATION_TYPE is NIE (for foreigners with // legal residence): Specify 1 letter + 7 numbers + 1 letter ( NIE [Número // de Identidad de Extranjero]) Example: Y1234567X If ES_IDENTIFICATION_TYPE // is OTHER (for contacts outside of Spain): Specify a passport number, drivers // license number, or national identity card number // // * ES_IDENTIFICATION_TYPE Valid values include the following: DNI_AND_NIF // (For Spanish contacts) NIE (For foreigners with legal residence) OTHER // (For contacts outside of Spain) // // * ES_LEGAL_FORM Valid values include the following: ASSOCIATION CENTRAL_GOVERNMENT_BODY // CIVIL_SOCIETY COMMUNITY_OF_OWNERS COMMUNITY_PROPERTY CONSULATE COOPERATIVE // DESIGNATION_OF_ORIGIN_SUPERVISORY_COUNCIL ECONOMIC_INTEREST_GROUP EMBASSY // ENTITY_MANAGING_NATURAL_AREAS FARM_PARTNERSHIP FOUNDATION GENERAL_AND_LIMITED_PARTNERSHIP // GENERAL_PARTNERSHIP INDIVIDUAL LIMITED_COMPANY LOCAL_AUTHORITY LOCAL_PUBLIC_ENTITY // MUTUAL_INSURANCE_COMPANY NATIONAL_PUBLIC_ENTITY ORDER_OR_RELIGIOUS_INSTITUTION // OTHERS (Only for contacts outside of Spain) POLITICAL_PARTY PROFESSIONAL_ASSOCIATION // PUBLIC_LAW_ASSOCIATION PUBLIC_LIMITED_COMPANY REGIONAL_GOVERNMENT_BODY // REGIONAL_PUBLIC_ENTITY SAVINGS_BANK SPANISH_OFFICE SPORTS_ASSOCIATION // SPORTS_FEDERATION SPORTS_LIMITED_COMPANY TEMPORARY_ALLIANCE_OF_ENTERPRISES // TRADE_UNION WORKER_OWNED_COMPANY WORKER_OWNED_LIMITED_COMPANY // // .eu // // * EU_COUNTRY_OF_CITIZENSHIP // // .fi // // * BIRTH_DATE_IN_YYYY_MM_DD // // * FI_BUSINESS_NUMBER // // * FI_ID_NUMBER // // * FI_NATIONALITY Valid values include the following: FINNISH NOT_FINNISH // // * FI_ORGANIZATION_TYPE Valid values include the following: COMPANY CORPORATION // GOVERNMENT INSTITUTION POLITICAL_PARTY PUBLIC_COMMUNITY TOWNSHIP // // .it // // * IT_NATIONALITY // // * IT_PIN // // * IT_REGISTRANT_ENTITY_TYPE Valid values include the following: FOREIGNERS // FREELANCE_WORKERS (Freelance workers and professionals) ITALIAN_COMPANIES // (Italian companies and one-person companies) NON_PROFIT_ORGANIZATIONS // OTHER_SUBJECTS PUBLIC_ORGANIZATIONS // // .ru // // * BIRTH_DATE_IN_YYYY_MM_DD // // * RU_PASSPORT_DATA // // .se // // * BIRTH_COUNTRY // // * SE_ID_NUMBER // // .sg // // * SG_ID_NUMBER // // .uk, .co.uk, .me.uk, and .org.uk // // * UK_CONTACT_TYPE Valid values include the following: CRC (UK Corporation // by Royal Charter) FCORP (Non-UK Corporation) FIND (Non-UK Individual, // representing self) FOTHER (Non-UK Entity that does not fit into any other // category) GOV (UK Government Body) IND (UK Individual (representing self)) // IP (UK Industrial/Provident Registered Company) LLP (UK Limited Liability // Partnership) LTD (UK Limited Company) OTHER (UK Entity that does not fit // into any other category) PLC (UK Public Limited Company) PTNR (UK Partnership) // RCHAR (UK Registered Charity) SCH (UK School) STAT (UK Statutory Body) // STRA (UK Sole Trader) // // * UK_COMPANY_NUMBER // // In addition, many TLDs require a VAT_NUMBER. // // Name is a required field Name *string `type:"string" required:"true" enum:"ExtraParamName"` // The value that corresponds with the name of an extra parameter. // // Value is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ExtraParam's // String and GoString methods. // // Value is a required field Value *string `type:"string" required:"true" sensitive:"true"` // contains filtered or unexported fields }
ExtraParam includes the following elements.
func (ExtraParam) GoString ¶ added in v0.6.5
func (s ExtraParam) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExtraParam) SetName ¶ added in v1.5.0
func (s *ExtraParam) SetName(v string) *ExtraParam
SetName sets the Name field's value.
func (*ExtraParam) SetValue ¶ added in v1.5.0
func (s *ExtraParam) SetValue(v string) *ExtraParam
SetValue sets the Value field's value.
func (ExtraParam) String ¶ added in v0.6.5
func (s ExtraParam) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ExtraParam) Validate ¶ added in v1.1.21
func (s *ExtraParam) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type FilterCondition ¶ added in v1.42.22
type FilterCondition struct { // Name of the field which should be used for filtering the list of domains. // // Name is a required field Name *string `type:"string" required:"true" enum:"ListDomainsAttributeName"` // The operator values for filtering domain names. The values can be: // // * LE: Less than, or equal to // // * GE: Greater than, or equal to // // * BEGINS_WITH: Begins with // // Operator is a required field Operator *string `type:"string" required:"true" enum:"Operator"` // An array of strings presenting values to compare. Only 1 item in the list // is currently supported. // // Values is a required field Values []*string `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
Information for the filtering of a list of domains returned by ListDomains (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains__ListDomains.html).
func (FilterCondition) GoString ¶ added in v1.42.22
func (s FilterCondition) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FilterCondition) SetName ¶ added in v1.42.22
func (s *FilterCondition) SetName(v string) *FilterCondition
SetName sets the Name field's value.
func (*FilterCondition) SetOperator ¶ added in v1.42.22
func (s *FilterCondition) SetOperator(v string) *FilterCondition
SetOperator sets the Operator field's value.
func (*FilterCondition) SetValues ¶ added in v1.42.22
func (s *FilterCondition) SetValues(v []*string) *FilterCondition
SetValues sets the Values field's value.
func (FilterCondition) String ¶ added in v1.42.22
func (s FilterCondition) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*FilterCondition) Validate ¶ added in v1.42.22
func (s *FilterCondition) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetContactReachabilityStatusInput ¶ added in v1.1.22
type GetContactReachabilityStatusInput struct { // The name of the domain for which you want to know whether the registrant // contact has confirmed that the email address is valid. DomainName *string `locationName:"domainName" type:"string"` // contains filtered or unexported fields }
func (GetContactReachabilityStatusInput) GoString ¶ added in v1.1.22
func (s GetContactReachabilityStatusInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetContactReachabilityStatusInput) SetDomainName ¶ added in v1.5.0
func (s *GetContactReachabilityStatusInput) SetDomainName(v string) *GetContactReachabilityStatusInput
SetDomainName sets the DomainName field's value.
func (GetContactReachabilityStatusInput) String ¶ added in v1.1.22
func (s GetContactReachabilityStatusInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetContactReachabilityStatusOutput ¶ added in v1.1.22
type GetContactReachabilityStatusOutput struct { // The domain name for which you requested the reachability status. DomainName *string `locationName:"domainName" type:"string"` // Whether the registrant contact has responded. Values include the following: // // PENDING // // We sent the confirmation email and haven't received a response yet. // // DONE // // We sent the email and got confirmation from the registrant contact. // // EXPIRED // // The time limit expired before the registrant contact responded. Status *string `locationName:"status" type:"string" enum:"ReachabilityStatus"` // contains filtered or unexported fields }
func (GetContactReachabilityStatusOutput) GoString ¶ added in v1.1.22
func (s GetContactReachabilityStatusOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetContactReachabilityStatusOutput) SetDomainName ¶ added in v1.5.0
func (s *GetContactReachabilityStatusOutput) SetDomainName(v string) *GetContactReachabilityStatusOutput
SetDomainName sets the DomainName field's value.
func (*GetContactReachabilityStatusOutput) SetStatus ¶ added in v1.5.0
func (s *GetContactReachabilityStatusOutput) SetStatus(v string) *GetContactReachabilityStatusOutput
SetStatus sets the Status field's value.
func (GetContactReachabilityStatusOutput) String ¶ added in v1.1.22
func (s GetContactReachabilityStatusOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDomainDetailInput ¶
type GetDomainDetailInput struct { // The name of the domain that you want to get detailed information about. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // contains filtered or unexported fields }
The GetDomainDetail request includes the following element.
func (GetDomainDetailInput) GoString ¶ added in v0.6.5
func (s GetDomainDetailInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDomainDetailInput) SetDomainName ¶ added in v1.5.0
func (s *GetDomainDetailInput) SetDomainName(v string) *GetDomainDetailInput
SetDomainName sets the DomainName field's value.
func (GetDomainDetailInput) String ¶ added in v0.6.5
func (s GetDomainDetailInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDomainDetailInput) Validate ¶ added in v1.1.21
func (s *GetDomainDetailInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDomainDetailOutput ¶
type GetDomainDetailOutput struct { // Email address to contact to report incorrect contact information for a domain, // to report that the domain is being used to send spam, to report that someone // is cybersquatting on a domain name, or report some other type of abuse. // // AbuseContactEmail is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by GetDomainDetailOutput's // String and GoString methods. AbuseContactEmail *string `type:"string" sensitive:"true"` // Phone number for reporting abuse. // // AbuseContactPhone is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by GetDomainDetailOutput's // String and GoString methods. AbuseContactPhone *string `type:"string" sensitive:"true"` // Provides details about the domain administrative contact. // // AdminContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by GetDomainDetailOutput's // String and GoString methods. AdminContact *ContactDetail `type:"structure" sensitive:"true"` // Specifies whether contact information is concealed from WHOIS queries. If // the value is true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If the value // is false, WHOIS queries return the information that you entered for the admin // contact. AdminPrivacy *bool `type:"boolean"` // Specifies whether the domain registration is set to renew automatically. AutoRenew *bool `type:"boolean"` // Provides details about the domain billing contact. // // BillingContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by GetDomainDetailOutput's // String and GoString methods. BillingContact *ContactDetail `type:"structure" sensitive:"true"` // Specifies whether contact information is concealed from WHOIS queries. If // the value is true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If the value // is false, WHOIS queries return the information that you entered for the billing // contact. BillingPrivacy *bool `type:"boolean"` // The date when the domain was created as found in the response to a WHOIS // query. The date and time is in Unix time format and Coordinated Universal // time (UTC). CreationDate *time.Time `type:"timestamp"` // Deprecated. DnsSec *string `type:"string"` // A complex type that contains information about the DNSSEC configuration. DnssecKeys []*DnssecKey `type:"list"` // The name of a domain. DomainName *string `type:"string"` // The date when the registration for the domain is set to expire. The date // and time is in Unix time format and Coordinated Universal time (UTC). ExpirationDate *time.Time `type:"timestamp"` // The name servers of the domain. Nameservers []*Nameserver `type:"list"` // Provides details about the domain registrant. // // RegistrantContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by GetDomainDetailOutput's // String and GoString methods. RegistrantContact *ContactDetail `type:"structure" sensitive:"true"` // Specifies whether contact information is concealed from WHOIS queries. If // the value is true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If the value // is false, WHOIS queries return the information that you entered for the registrant // contact (domain owner). RegistrantPrivacy *bool `type:"boolean"` // Name of the registrar of the domain as identified in the registry. RegistrarName *string `type:"string"` // Web address of the registrar. RegistrarUrl *string `type:"string"` // Reserved for future use. RegistryDomainId *string `type:"string"` // Reseller of the domain. Domains registered or transferred using Route 53 // domains will have "Amazon" as the reseller. Reseller *string `type:"string"` // An array of domain name status codes, also known as Extensible Provisioning // Protocol (EPP) status codes. // // ICANN, the organization that maintains a central database of domain names, // has developed a set of domain name status codes that tell you the status // of a variety of operations on a domain name, for example, registering a domain // name, transferring a domain name to another registrar, renewing the registration // for a domain name, and so on. All registrars use this same set of status // codes. // // For a current list of domain name status codes and an explanation of what // each code means, go to the ICANN website (https://www.icann.org/) and search // for epp status codes. (Search on the ICANN website; web searches sometimes // return an old version of the document.) StatusList []*string `type:"list"` // Provides details about the domain technical contact. // // TechContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by GetDomainDetailOutput's // String and GoString methods. TechContact *ContactDetail `type:"structure" sensitive:"true"` // Specifies whether contact information is concealed from WHOIS queries. If // the value is true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If the value // is false, WHOIS queries return the information that you entered for the technical // contact. TechPrivacy *bool `type:"boolean"` // The last updated date of the domain as found in the response to a WHOIS query. // The date and time is in Unix time format and Coordinated Universal time (UTC). UpdatedDate *time.Time `type:"timestamp"` // The fully qualified name of the WHOIS server that can answer the WHOIS query // for the domain. WhoIsServer *string `type:"string"` // contains filtered or unexported fields }
The GetDomainDetail response includes the following elements.
func (GetDomainDetailOutput) GoString ¶ added in v0.6.5
func (s GetDomainDetailOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDomainDetailOutput) SetAbuseContactEmail ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetAbuseContactEmail(v string) *GetDomainDetailOutput
SetAbuseContactEmail sets the AbuseContactEmail field's value.
func (*GetDomainDetailOutput) SetAbuseContactPhone ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetAbuseContactPhone(v string) *GetDomainDetailOutput
SetAbuseContactPhone sets the AbuseContactPhone field's value.
func (*GetDomainDetailOutput) SetAdminContact ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetAdminContact(v *ContactDetail) *GetDomainDetailOutput
SetAdminContact sets the AdminContact field's value.
func (*GetDomainDetailOutput) SetAdminPrivacy ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetAdminPrivacy(v bool) *GetDomainDetailOutput
SetAdminPrivacy sets the AdminPrivacy field's value.
func (*GetDomainDetailOutput) SetAutoRenew ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetAutoRenew(v bool) *GetDomainDetailOutput
SetAutoRenew sets the AutoRenew field's value.
func (*GetDomainDetailOutput) SetBillingContact ¶ added in v1.50.16
func (s *GetDomainDetailOutput) SetBillingContact(v *ContactDetail) *GetDomainDetailOutput
SetBillingContact sets the BillingContact field's value.
func (*GetDomainDetailOutput) SetBillingPrivacy ¶ added in v1.50.16
func (s *GetDomainDetailOutput) SetBillingPrivacy(v bool) *GetDomainDetailOutput
SetBillingPrivacy sets the BillingPrivacy field's value.
func (*GetDomainDetailOutput) SetCreationDate ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetCreationDate(v time.Time) *GetDomainDetailOutput
SetCreationDate sets the CreationDate field's value.
func (*GetDomainDetailOutput) SetDnsSec ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetDnsSec(v string) *GetDomainDetailOutput
SetDnsSec sets the DnsSec field's value.
func (*GetDomainDetailOutput) SetDnssecKeys ¶ added in v1.44.164
func (s *GetDomainDetailOutput) SetDnssecKeys(v []*DnssecKey) *GetDomainDetailOutput
SetDnssecKeys sets the DnssecKeys field's value.
func (*GetDomainDetailOutput) SetDomainName ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetDomainName(v string) *GetDomainDetailOutput
SetDomainName sets the DomainName field's value.
func (*GetDomainDetailOutput) SetExpirationDate ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetExpirationDate(v time.Time) *GetDomainDetailOutput
SetExpirationDate sets the ExpirationDate field's value.
func (*GetDomainDetailOutput) SetNameservers ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetNameservers(v []*Nameserver) *GetDomainDetailOutput
SetNameservers sets the Nameservers field's value.
func (*GetDomainDetailOutput) SetRegistrantContact ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetRegistrantContact(v *ContactDetail) *GetDomainDetailOutput
SetRegistrantContact sets the RegistrantContact field's value.
func (*GetDomainDetailOutput) SetRegistrantPrivacy ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetRegistrantPrivacy(v bool) *GetDomainDetailOutput
SetRegistrantPrivacy sets the RegistrantPrivacy field's value.
func (*GetDomainDetailOutput) SetRegistrarName ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetRegistrarName(v string) *GetDomainDetailOutput
SetRegistrarName sets the RegistrarName field's value.
func (*GetDomainDetailOutput) SetRegistrarUrl ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetRegistrarUrl(v string) *GetDomainDetailOutput
SetRegistrarUrl sets the RegistrarUrl field's value.
func (*GetDomainDetailOutput) SetRegistryDomainId ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetRegistryDomainId(v string) *GetDomainDetailOutput
SetRegistryDomainId sets the RegistryDomainId field's value.
func (*GetDomainDetailOutput) SetReseller ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetReseller(v string) *GetDomainDetailOutput
SetReseller sets the Reseller field's value.
func (*GetDomainDetailOutput) SetStatusList ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetStatusList(v []*string) *GetDomainDetailOutput
SetStatusList sets the StatusList field's value.
func (*GetDomainDetailOutput) SetTechContact ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetTechContact(v *ContactDetail) *GetDomainDetailOutput
SetTechContact sets the TechContact field's value.
func (*GetDomainDetailOutput) SetTechPrivacy ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetTechPrivacy(v bool) *GetDomainDetailOutput
SetTechPrivacy sets the TechPrivacy field's value.
func (*GetDomainDetailOutput) SetUpdatedDate ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetUpdatedDate(v time.Time) *GetDomainDetailOutput
SetUpdatedDate sets the UpdatedDate field's value.
func (*GetDomainDetailOutput) SetWhoIsServer ¶ added in v1.5.0
func (s *GetDomainDetailOutput) SetWhoIsServer(v string) *GetDomainDetailOutput
SetWhoIsServer sets the WhoIsServer field's value.
func (GetDomainDetailOutput) String ¶ added in v0.6.5
func (s GetDomainDetailOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetDomainSuggestionsInput ¶ added in v1.2.10
type GetDomainSuggestionsInput struct { // A domain name that you want to use as the basis for a list of possible domain // names. The top-level domain (TLD), such as .com, must be a TLD that Route // 53 supports. For a list of supported TLDs, see Domains that You Can Register // with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html) // in the Amazon Route 53 Developer Guide. // // The domain name can contain only the following characters: // // * Letters a through z. Domain names are not case sensitive. // // * Numbers 0 through 9. // // * Hyphen (-). You can't specify a hyphen at the beginning or end of a // label. // // * Period (.) to separate the labels in the name, such as the . in example.com. // // Internationalized domain names are not supported for some top-level domains. // To determine whether the TLD that you want to use supports internationalized // domain names, see Domains that You Can Register with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html). // // DomainName is a required field DomainName *string `type:"string" required:"true"` // If OnlyAvailable is true, Route 53 returns only domain names that are available. // If OnlyAvailable is false, Route 53 returns domain names without checking // whether they're available to be registered. To determine whether the domain // is available, you can call checkDomainAvailability for each suggestion. // // OnlyAvailable is a required field OnlyAvailable *bool `type:"boolean" required:"true"` // The number of suggested domain names that you want Route 53 to return. Specify // a value between 1 and 50. // // SuggestionCount is a required field SuggestionCount *int64 `type:"integer" required:"true"` // contains filtered or unexported fields }
func (GetDomainSuggestionsInput) GoString ¶ added in v1.2.10
func (s GetDomainSuggestionsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDomainSuggestionsInput) SetDomainName ¶ added in v1.5.0
func (s *GetDomainSuggestionsInput) SetDomainName(v string) *GetDomainSuggestionsInput
SetDomainName sets the DomainName field's value.
func (*GetDomainSuggestionsInput) SetOnlyAvailable ¶ added in v1.5.0
func (s *GetDomainSuggestionsInput) SetOnlyAvailable(v bool) *GetDomainSuggestionsInput
SetOnlyAvailable sets the OnlyAvailable field's value.
func (*GetDomainSuggestionsInput) SetSuggestionCount ¶ added in v1.5.0
func (s *GetDomainSuggestionsInput) SetSuggestionCount(v int64) *GetDomainSuggestionsInput
SetSuggestionCount sets the SuggestionCount field's value.
func (GetDomainSuggestionsInput) String ¶ added in v1.2.10
func (s GetDomainSuggestionsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDomainSuggestionsInput) Validate ¶ added in v1.2.10
func (s *GetDomainSuggestionsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetDomainSuggestionsOutput ¶ added in v1.2.10
type GetDomainSuggestionsOutput struct { // A list of possible domain names. If you specified true for OnlyAvailable // in the request, the list contains only domains that are available for registration. SuggestionsList []*DomainSuggestion `type:"list"` // contains filtered or unexported fields }
func (GetDomainSuggestionsOutput) GoString ¶ added in v1.2.10
func (s GetDomainSuggestionsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetDomainSuggestionsOutput) SetSuggestionsList ¶ added in v1.5.0
func (s *GetDomainSuggestionsOutput) SetSuggestionsList(v []*DomainSuggestion) *GetDomainSuggestionsOutput
SetSuggestionsList sets the SuggestionsList field's value.
func (GetDomainSuggestionsOutput) String ¶ added in v1.2.10
func (s GetDomainSuggestionsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type GetOperationDetailInput ¶
type GetOperationDetailInput struct { // The identifier for the operation for which you want to get the status. Route // 53 returned the identifier in the response to the original request. // // OperationId is a required field OperationId *string `type:"string" required:"true"` // contains filtered or unexported fields }
The GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html) request includes the following element.
func (GetOperationDetailInput) GoString ¶ added in v0.6.5
func (s GetOperationDetailInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetOperationDetailInput) SetOperationId ¶ added in v1.5.0
func (s *GetOperationDetailInput) SetOperationId(v string) *GetOperationDetailInput
SetOperationId sets the OperationId field's value.
func (GetOperationDetailInput) String ¶ added in v0.6.5
func (s GetOperationDetailInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetOperationDetailInput) Validate ¶ added in v1.1.21
func (s *GetOperationDetailInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetOperationDetailOutput ¶
type GetOperationDetailOutput struct { // The name of a domain. DomainName *string `type:"string"` // The date when the operation was last updated. LastUpdatedDate *time.Time `type:"timestamp"` // Detailed information on the status including possible errors. Message *string `type:"string"` // The identifier for the operation. OperationId *string `type:"string"` // The current status of the requested operation in the system. Status *string `type:"string" enum:"OperationStatus"` // Lists any outstanding operations that require customer action. Valid values // are: // // * PENDING_ACCEPTANCE: The operation is waiting for acceptance from the // account that is receiving the domain. // // * PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, // for example, returning an email. // // * PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. // For more information, see ResendOperationAuthorization (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ResendOperationAuthorization.html). // // * PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment // method to validate. // // * PENDING_SUPPORT_CASE: The operation includes a support case and is waiting // for its resolution. StatusFlag *string `type:"string" enum:"StatusFlag"` // The date when the request was submitted. SubmittedDate *time.Time `type:"timestamp"` // The type of operation that was requested. Type *string `type:"string" enum:"OperationType"` // contains filtered or unexported fields }
The GetOperationDetail response includes the following elements.
func (GetOperationDetailOutput) GoString ¶ added in v0.6.5
func (s GetOperationDetailOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*GetOperationDetailOutput) SetDomainName ¶ added in v1.5.0
func (s *GetOperationDetailOutput) SetDomainName(v string) *GetOperationDetailOutput
SetDomainName sets the DomainName field's value.
func (*GetOperationDetailOutput) SetLastUpdatedDate ¶ added in v1.44.164
func (s *GetOperationDetailOutput) SetLastUpdatedDate(v time.Time) *GetOperationDetailOutput
SetLastUpdatedDate sets the LastUpdatedDate field's value.
func (*GetOperationDetailOutput) SetMessage ¶ added in v1.5.0
func (s *GetOperationDetailOutput) SetMessage(v string) *GetOperationDetailOutput
SetMessage sets the Message field's value.
func (*GetOperationDetailOutput) SetOperationId ¶ added in v1.5.0
func (s *GetOperationDetailOutput) SetOperationId(v string) *GetOperationDetailOutput
SetOperationId sets the OperationId field's value.
func (*GetOperationDetailOutput) SetStatus ¶ added in v1.5.0
func (s *GetOperationDetailOutput) SetStatus(v string) *GetOperationDetailOutput
SetStatus sets the Status field's value.
func (*GetOperationDetailOutput) SetStatusFlag ¶ added in v1.44.164
func (s *GetOperationDetailOutput) SetStatusFlag(v string) *GetOperationDetailOutput
SetStatusFlag sets the StatusFlag field's value.
func (*GetOperationDetailOutput) SetSubmittedDate ¶ added in v1.5.0
func (s *GetOperationDetailOutput) SetSubmittedDate(v time.Time) *GetOperationDetailOutput
SetSubmittedDate sets the SubmittedDate field's value.
func (*GetOperationDetailOutput) SetType ¶ added in v1.5.0
func (s *GetOperationDetailOutput) SetType(v string) *GetOperationDetailOutput
SetType sets the Type field's value.
func (GetOperationDetailOutput) String ¶ added in v0.6.5
func (s GetOperationDetailOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type InvalidInput ¶ added in v1.28.0
type InvalidInput struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The requested item is not acceptable. For example, for an OperationId it // might refer to the ID of an operation that is already completed. For a domain // name, it might not be a valid domain name or belong to the requester account. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
func (*InvalidInput) Code ¶ added in v1.28.0
func (s *InvalidInput) Code() string
Code returns the exception type name.
func (*InvalidInput) Error ¶ added in v1.28.0
func (s *InvalidInput) Error() string
func (InvalidInput) GoString ¶ added in v1.28.0
func (s InvalidInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*InvalidInput) Message ¶ added in v1.28.0
func (s *InvalidInput) Message() string
Message returns the exception's message.
func (*InvalidInput) OrigErr ¶ added in v1.28.0
func (s *InvalidInput) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidInput) RequestID ¶ added in v1.28.0
func (s *InvalidInput) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidInput) StatusCode ¶ added in v1.28.0
func (s *InvalidInput) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidInput) String ¶ added in v1.28.0
func (s InvalidInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListDomainsInput ¶
type ListDomainsInput struct { // A complex type that contains information about the filters applied during // the ListDomains request. The filter conditions can include domain name and // domain expiration. FilterConditions []*FilterCondition `type:"list"` // For an initial request for a list of domains, omit this element. If the number // of domains that are associated with the current Amazon Web Services account // is greater than the value that you specified for MaxItems, you can use Marker // to return additional domains. Get the value of NextPageMarker from the previous // response, and submit another request that includes the value of NextPageMarker // in the Marker element. // // Constraints: The marker must match the value specified in the previous request. Marker *string `type:"string"` // Number of domains to be returned. // // Default: 20 MaxItems *int64 `type:"integer"` // A complex type that contains information about the requested ordering of // domains in the returned list. SortCondition *SortCondition `type:"structure"` // contains filtered or unexported fields }
The ListDomains request includes the following elements.
func (ListDomainsInput) GoString ¶ added in v0.6.5
func (s ListDomainsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDomainsInput) SetFilterConditions ¶ added in v1.42.22
func (s *ListDomainsInput) SetFilterConditions(v []*FilterCondition) *ListDomainsInput
SetFilterConditions sets the FilterConditions field's value.
func (*ListDomainsInput) SetMarker ¶ added in v1.5.0
func (s *ListDomainsInput) SetMarker(v string) *ListDomainsInput
SetMarker sets the Marker field's value.
func (*ListDomainsInput) SetMaxItems ¶ added in v1.5.0
func (s *ListDomainsInput) SetMaxItems(v int64) *ListDomainsInput
SetMaxItems sets the MaxItems field's value.
func (*ListDomainsInput) SetSortCondition ¶ added in v1.42.22
func (s *ListDomainsInput) SetSortCondition(v *SortCondition) *ListDomainsInput
SetSortCondition sets the SortCondition field's value.
func (ListDomainsInput) String ¶ added in v0.6.5
func (s ListDomainsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDomainsInput) Validate ¶ added in v1.42.22
func (s *ListDomainsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListDomainsOutput ¶
type ListDomainsOutput struct { // A list of domains. Domains []*DomainSummary `type:"list"` // If there are more domains than you specified for MaxItems in the request, // submit another request and include the value of NextPageMarker in the value // of Marker. NextPageMarker *string `type:"string"` // contains filtered or unexported fields }
The ListDomains response includes the following elements.
func (ListDomainsOutput) GoString ¶ added in v0.6.5
func (s ListDomainsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListDomainsOutput) SetDomains ¶ added in v1.5.0
func (s *ListDomainsOutput) SetDomains(v []*DomainSummary) *ListDomainsOutput
SetDomains sets the Domains field's value.
func (*ListDomainsOutput) SetNextPageMarker ¶ added in v1.5.0
func (s *ListDomainsOutput) SetNextPageMarker(v string) *ListDomainsOutput
SetNextPageMarker sets the NextPageMarker field's value.
func (ListDomainsOutput) String ¶ added in v0.6.5
func (s ListDomainsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListOperationsInput ¶
type ListOperationsInput struct { // For an initial request for a list of operations, omit this element. If the // number of operations that are not yet complete is greater than the value // that you specified for MaxItems, you can use Marker to return additional // operations. Get the value of NextPageMarker from the previous response, and // submit another request that includes the value of NextPageMarker in the Marker // element. Marker *string `type:"string"` // Number of domains to be returned. // // Default: 20 MaxItems *int64 `type:"integer"` // The sort type for returned values. SortBy *string `type:"string" enum:"ListOperationsSortAttributeName"` // The sort order for returned values, either ascending or descending. SortOrder *string `type:"string" enum:"SortOrder"` // The status of the operations. Status []*string `type:"list" enum:"OperationStatus"` // An optional parameter that lets you get information about all the operations // that you submitted after a specified date and time. Specify the date and // time in Unix time format and Coordinated Universal time (UTC). SubmittedSince *time.Time `type:"timestamp"` // An arrays of the domains operation types. Type []*string `type:"list" enum:"OperationType"` // contains filtered or unexported fields }
The ListOperations request includes the following elements.
func (ListOperationsInput) GoString ¶ added in v0.6.5
func (s ListOperationsInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListOperationsInput) SetMarker ¶ added in v1.5.0
func (s *ListOperationsInput) SetMarker(v string) *ListOperationsInput
SetMarker sets the Marker field's value.
func (*ListOperationsInput) SetMaxItems ¶ added in v1.5.0
func (s *ListOperationsInput) SetMaxItems(v int64) *ListOperationsInput
SetMaxItems sets the MaxItems field's value.
func (*ListOperationsInput) SetSortBy ¶ added in v1.44.164
func (s *ListOperationsInput) SetSortBy(v string) *ListOperationsInput
SetSortBy sets the SortBy field's value.
func (*ListOperationsInput) SetSortOrder ¶ added in v1.44.164
func (s *ListOperationsInput) SetSortOrder(v string) *ListOperationsInput
SetSortOrder sets the SortOrder field's value.
func (*ListOperationsInput) SetStatus ¶ added in v1.44.164
func (s *ListOperationsInput) SetStatus(v []*string) *ListOperationsInput
SetStatus sets the Status field's value.
func (*ListOperationsInput) SetSubmittedSince ¶ added in v1.13.39
func (s *ListOperationsInput) SetSubmittedSince(v time.Time) *ListOperationsInput
SetSubmittedSince sets the SubmittedSince field's value.
func (*ListOperationsInput) SetType ¶ added in v1.44.164
func (s *ListOperationsInput) SetType(v []*string) *ListOperationsInput
SetType sets the Type field's value.
func (ListOperationsInput) String ¶ added in v0.6.5
func (s ListOperationsInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListOperationsOutput ¶
type ListOperationsOutput struct { // If there are more operations than you specified for MaxItems in the request, // submit another request and include the value of NextPageMarker in the value // of Marker. NextPageMarker *string `type:"string"` // Lists summaries of the operations. Operations []*OperationSummary `type:"list"` // contains filtered or unexported fields }
The ListOperations response includes the following elements.
func (ListOperationsOutput) GoString ¶ added in v0.6.5
func (s ListOperationsOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListOperationsOutput) SetNextPageMarker ¶ added in v1.5.0
func (s *ListOperationsOutput) SetNextPageMarker(v string) *ListOperationsOutput
SetNextPageMarker sets the NextPageMarker field's value.
func (*ListOperationsOutput) SetOperations ¶ added in v1.5.0
func (s *ListOperationsOutput) SetOperations(v []*OperationSummary) *ListOperationsOutput
SetOperations sets the Operations field's value.
func (ListOperationsOutput) String ¶ added in v0.6.5
func (s ListOperationsOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListPricesInput ¶ added in v1.42.22
type ListPricesInput struct { // For an initial request for a list of prices, omit this element. If the number // of prices that are not yet complete is greater than the value that you specified // for MaxItems, you can use Marker to return additional prices. Get the value // of NextPageMarker from the previous response, and submit another request // that includes the value of NextPageMarker in the Marker element. // // Used only for all TLDs. If you specify a TLD, don't specify a Marker. Marker *string `type:"string"` // Number of Prices to be returned. // // Used only for all TLDs. If you specify a TLD, don't specify a MaxItems. MaxItems *int64 `type:"integer"` // The TLD for which you want to receive the pricing information. For example. // .net. // // If a Tld value is not provided, a list of prices for all TLDs supported by // Route 53 is returned. Tld *string `min:"2" type:"string"` // contains filtered or unexported fields }
func (ListPricesInput) GoString ¶ added in v1.42.22
func (s ListPricesInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListPricesInput) SetMarker ¶ added in v1.42.22
func (s *ListPricesInput) SetMarker(v string) *ListPricesInput
SetMarker sets the Marker field's value.
func (*ListPricesInput) SetMaxItems ¶ added in v1.42.22
func (s *ListPricesInput) SetMaxItems(v int64) *ListPricesInput
SetMaxItems sets the MaxItems field's value.
func (*ListPricesInput) SetTld ¶ added in v1.42.22
func (s *ListPricesInput) SetTld(v string) *ListPricesInput
SetTld sets the Tld field's value.
func (ListPricesInput) String ¶ added in v1.42.22
func (s ListPricesInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListPricesInput) Validate ¶ added in v1.42.22
func (s *ListPricesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListPricesOutput ¶ added in v1.42.22
type ListPricesOutput struct { // If there are more prices than you specified for MaxItems in the request, // submit another request and include the value of NextPageMarker in the value // of Marker. // // Used only for all TLDs. If you specify a TLD, don't specify a NextPageMarker. NextPageMarker *string `type:"string"` // A complex type that includes all the pricing information. If you specify // a TLD, this array contains only the pricing for that TLD. Prices []*DomainPrice `type:"list"` // contains filtered or unexported fields }
func (ListPricesOutput) GoString ¶ added in v1.42.22
func (s ListPricesOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListPricesOutput) SetNextPageMarker ¶ added in v1.42.22
func (s *ListPricesOutput) SetNextPageMarker(v string) *ListPricesOutput
SetNextPageMarker sets the NextPageMarker field's value.
func (*ListPricesOutput) SetPrices ¶ added in v1.42.22
func (s *ListPricesOutput) SetPrices(v []*DomainPrice) *ListPricesOutput
SetPrices sets the Prices field's value.
func (ListPricesOutput) String ¶ added in v1.42.22
func (s ListPricesOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ListTagsForDomainInput ¶
type ListTagsForDomainInput struct { // The domain for which you want to get a list of tags. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // contains filtered or unexported fields }
The ListTagsForDomainRequest includes the following elements.
func (ListTagsForDomainInput) GoString ¶ added in v0.6.5
func (s ListTagsForDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForDomainInput) SetDomainName ¶ added in v1.5.0
func (s *ListTagsForDomainInput) SetDomainName(v string) *ListTagsForDomainInput
SetDomainName sets the DomainName field's value.
func (ListTagsForDomainInput) String ¶ added in v0.6.5
func (s ListTagsForDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForDomainInput) Validate ¶ added in v1.1.21
func (s *ListTagsForDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForDomainOutput ¶
type ListTagsForDomainOutput struct { // A list of the tags that are associated with the specified domain. TagList []*Tag `type:"list"` // contains filtered or unexported fields }
The ListTagsForDomain response includes the following elements.
func (ListTagsForDomainOutput) GoString ¶ added in v0.6.5
func (s ListTagsForDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ListTagsForDomainOutput) SetTagList ¶ added in v1.5.0
func (s *ListTagsForDomainOutput) SetTagList(v []*Tag) *ListTagsForDomainOutput
SetTagList sets the TagList field's value.
func (ListTagsForDomainOutput) String ¶ added in v0.6.5
func (s ListTagsForDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Nameserver ¶
type Nameserver struct { // Glue IP address of a name server entry. Glue IP addresses are required only // when the name of the name server is a subdomain of the domain. For example, // if your domain is example.com and the name server for the domain is ns.example.com, // you need to specify the IP address for ns.example.com. // // Constraints: The list can contain only one IPv4 and one IPv6 address. GlueIps []*string `type:"list"` // The fully qualified host name of the name server. // // Constraint: Maximum 255 characters // // Name is a required field Name *string `type:"string" required:"true"` // contains filtered or unexported fields }
Name server includes the following elements.
func (Nameserver) GoString ¶ added in v0.6.5
func (s Nameserver) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Nameserver) SetGlueIps ¶ added in v1.5.0
func (s *Nameserver) SetGlueIps(v []*string) *Nameserver
SetGlueIps sets the GlueIps field's value.
func (*Nameserver) SetName ¶ added in v1.5.0
func (s *Nameserver) SetName(v string) *Nameserver
SetName sets the Name field's value.
func (Nameserver) String ¶ added in v0.6.5
func (s Nameserver) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*Nameserver) Validate ¶ added in v1.1.21
func (s *Nameserver) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type OperationLimitExceeded ¶ added in v1.28.0
type OperationLimitExceeded struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The number of operations or jobs running exceeded the allowed threshold for // the account. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The number of operations or jobs running exceeded the allowed threshold for the account.
func (*OperationLimitExceeded) Code ¶ added in v1.28.0
func (s *OperationLimitExceeded) Code() string
Code returns the exception type name.
func (*OperationLimitExceeded) Error ¶ added in v1.28.0
func (s *OperationLimitExceeded) Error() string
func (OperationLimitExceeded) GoString ¶ added in v1.28.0
func (s OperationLimitExceeded) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OperationLimitExceeded) Message ¶ added in v1.28.0
func (s *OperationLimitExceeded) Message() string
Message returns the exception's message.
func (*OperationLimitExceeded) OrigErr ¶ added in v1.28.0
func (s *OperationLimitExceeded) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*OperationLimitExceeded) RequestID ¶ added in v1.28.0
func (s *OperationLimitExceeded) RequestID() string
RequestID returns the service's response RequestID for request.
func (*OperationLimitExceeded) StatusCode ¶ added in v1.28.0
func (s *OperationLimitExceeded) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (OperationLimitExceeded) String ¶ added in v1.28.0
func (s OperationLimitExceeded) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type OperationSummary ¶
type OperationSummary struct { // Name of the domain. DomainName *string `type:"string"` // The date when the last change was made in Unix time format and Coordinated // Universal Time (UTC). LastUpdatedDate *time.Time `type:"timestamp"` // Message about the operation. Message *string `type:"string"` // Identifier returned to track the requested action. OperationId *string `type:"string"` // The current status of the requested operation in the system. Status *string `type:"string" enum:"OperationStatus"` // Automatically checks whether there are no outstanding operations on domains // that need customer attention. // // Valid values are: // // * PENDING_ACCEPTANCE: The operation is waiting for acceptance from the // account that is receiving the domain. // // * PENDING_CUSTOMER_ACTION: The operation is waiting for customer action, // for example, returning an email. // // * PENDING_AUTHORIZATION: The operation is waiting for the form of authorization. // For more information, see ResendOperationAuthorization (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ResendOperationAuthorization.html). // // * PENDING_PAYMENT_VERIFICATION: The operation is waiting for the payment // method to validate. // // * PENDING_SUPPORT_CASE: The operation includes a support case and is waiting // for its resolution. StatusFlag *string `type:"string" enum:"StatusFlag"` // The date when the request was submitted. SubmittedDate *time.Time `type:"timestamp"` // Type of the action requested. Type *string `type:"string" enum:"OperationType"` // contains filtered or unexported fields }
OperationSummary includes the following elements.
func (OperationSummary) GoString ¶ added in v0.6.5
func (s OperationSummary) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*OperationSummary) SetDomainName ¶ added in v1.44.164
func (s *OperationSummary) SetDomainName(v string) *OperationSummary
SetDomainName sets the DomainName field's value.
func (*OperationSummary) SetLastUpdatedDate ¶ added in v1.44.164
func (s *OperationSummary) SetLastUpdatedDate(v time.Time) *OperationSummary
SetLastUpdatedDate sets the LastUpdatedDate field's value.
func (*OperationSummary) SetMessage ¶ added in v1.44.164
func (s *OperationSummary) SetMessage(v string) *OperationSummary
SetMessage sets the Message field's value.
func (*OperationSummary) SetOperationId ¶ added in v1.5.0
func (s *OperationSummary) SetOperationId(v string) *OperationSummary
SetOperationId sets the OperationId field's value.
func (*OperationSummary) SetStatus ¶ added in v1.5.0
func (s *OperationSummary) SetStatus(v string) *OperationSummary
SetStatus sets the Status field's value.
func (*OperationSummary) SetStatusFlag ¶ added in v1.44.164
func (s *OperationSummary) SetStatusFlag(v string) *OperationSummary
SetStatusFlag sets the StatusFlag field's value.
func (*OperationSummary) SetSubmittedDate ¶ added in v1.5.0
func (s *OperationSummary) SetSubmittedDate(v time.Time) *OperationSummary
SetSubmittedDate sets the SubmittedDate field's value.
func (*OperationSummary) SetType ¶ added in v1.5.0
func (s *OperationSummary) SetType(v string) *OperationSummary
SetType sets the Type field's value.
func (OperationSummary) String ¶ added in v0.6.5
func (s OperationSummary) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type PriceWithCurrency ¶ added in v1.42.22
type PriceWithCurrency struct { // The currency specifier. // // Currency is a required field Currency *string `min:"3" type:"string" required:"true"` // The price of a domain, in a specific currency. // // Price is a required field Price *float64 `type:"double" required:"true"` // contains filtered or unexported fields }
Currency-specific price information.
func (PriceWithCurrency) GoString ¶ added in v1.42.22
func (s PriceWithCurrency) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PriceWithCurrency) SetCurrency ¶ added in v1.42.22
func (s *PriceWithCurrency) SetCurrency(v string) *PriceWithCurrency
SetCurrency sets the Currency field's value.
func (*PriceWithCurrency) SetPrice ¶ added in v1.42.22
func (s *PriceWithCurrency) SetPrice(v float64) *PriceWithCurrency
SetPrice sets the Price field's value.
func (PriceWithCurrency) String ¶ added in v1.42.22
func (s PriceWithCurrency) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type PushDomainInput ¶ added in v1.44.164
type PushDomainInput struct { // Name of the domain. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // New IPS tag for the domain. // // Target is a required field Target *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
func (PushDomainInput) GoString ¶ added in v1.44.164
func (s PushDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PushDomainInput) SetDomainName ¶ added in v1.44.164
func (s *PushDomainInput) SetDomainName(v string) *PushDomainInput
SetDomainName sets the DomainName field's value.
func (*PushDomainInput) SetTarget ¶ added in v1.44.164
func (s *PushDomainInput) SetTarget(v string) *PushDomainInput
SetTarget sets the Target field's value.
func (PushDomainInput) String ¶ added in v1.44.164
func (s PushDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*PushDomainInput) Validate ¶ added in v1.44.164
func (s *PushDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type PushDomainOutput ¶ added in v1.44.164
type PushDomainOutput struct {
// contains filtered or unexported fields
}
func (PushDomainOutput) GoString ¶ added in v1.44.164
func (s PushDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (PushDomainOutput) String ¶ added in v1.44.164
func (s PushDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RegisterDomainInput ¶
type RegisterDomainInput struct { // Provides detailed contact information. For information about the values that // you specify for each element, see ContactDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html). // // AdminContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by RegisterDomainInput's // String and GoString methods. // // AdminContact is a required field AdminContact *ContactDetail `type:"structure" required:"true" sensitive:"true"` // Indicates whether the domain will be automatically renewed (true) or not // (false). Auto renewal only takes effect after the account is charged. // // Default: true AutoRenew *bool `type:"boolean"` // Provides detailed contact information. For information about the values that // you specify for each element, see ContactDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html). // // BillingContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by RegisterDomainInput's // String and GoString methods. BillingContact *ContactDetail `type:"structure" sensitive:"true"` // The domain name that you want to register. The top-level domain (TLD), such // as .com, must be a TLD that Route 53 supports. For a list of supported TLDs, // see Domains that You Can Register with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html) // in the Amazon Route 53 Developer Guide. // // The domain name can contain only the following characters: // // * Letters a through z. Domain names are not case sensitive. // // * Numbers 0 through 9. // // * Hyphen (-). You can't specify a hyphen at the beginning or end of a // label. // // * Period (.) to separate the labels in the name, such as the . in example.com. // // Internationalized domain names are not supported for some top-level domains. // To determine whether the TLD that you want to use supports internationalized // domain names, see Domains that You Can Register with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html). // For more information, see Formatting Internationalized Domain Names (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/DomainNameFormat.html#domain-name-format-idns). // // DomainName is a required field DomainName *string `type:"string" required:"true"` // The number of years that you want to register the domain for. Domains are // registered for a minimum of one year. The maximum period depends on the top-level // domain. For the range of valid values for your domain, see Domains that You // Can Register with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html) // in the Amazon Route 53 Developer Guide. // // Default: 1 // // DurationInYears is a required field DurationInYears *int64 `min:"1" type:"integer" required:"true"` // Reserved for future use. IdnLangCode *string `type:"string"` // Whether you want to conceal contact information from WHOIS queries. If you // specify true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If you specify // false, WHOIS queries return the information that you entered for the admin // contact. // // You must specify the same privacy setting for the administrative, billing, // registrant, and technical contacts. // // Default: true PrivacyProtectAdminContact *bool `type:"boolean"` // Whether you want to conceal contact information from WHOIS queries. If you // specify true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If you specify // false, WHOIS queries return the information that you entered for the billing // contact. // // You must specify the same privacy setting for the administrative, billing, // registrant, and technical contacts. PrivacyProtectBillingContact *bool `type:"boolean"` // Whether you want to conceal contact information from WHOIS queries. If you // specify true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If you specify // false, WHOIS queries return the information that you entered for the registrant // contact (the domain owner). // // You must specify the same privacy setting for the administrative, billing, // registrant, and technical contacts. // // Default: true PrivacyProtectRegistrantContact *bool `type:"boolean"` // Whether you want to conceal contact information from WHOIS queries. If you // specify true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If you specify // false, WHOIS queries return the information that you entered for the technical // contact. // // You must specify the same privacy setting for the administrative, billing, // registrant, and technical contacts. // // Default: true PrivacyProtectTechContact *bool `type:"boolean"` // Provides detailed contact information. For information about the values that // you specify for each element, see ContactDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html). // // RegistrantContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by RegisterDomainInput's // String and GoString methods. // // RegistrantContact is a required field RegistrantContact *ContactDetail `type:"structure" required:"true" sensitive:"true"` // Provides detailed contact information. For information about the values that // you specify for each element, see ContactDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ContactDetail.html). // // TechContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by RegisterDomainInput's // String and GoString methods. // // TechContact is a required field TechContact *ContactDetail `type:"structure" required:"true" sensitive:"true"` // contains filtered or unexported fields }
The RegisterDomain request includes the following elements.
func (RegisterDomainInput) GoString ¶ added in v0.6.5
func (s RegisterDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RegisterDomainInput) SetAdminContact ¶ added in v1.5.0
func (s *RegisterDomainInput) SetAdminContact(v *ContactDetail) *RegisterDomainInput
SetAdminContact sets the AdminContact field's value.
func (*RegisterDomainInput) SetAutoRenew ¶ added in v1.5.0
func (s *RegisterDomainInput) SetAutoRenew(v bool) *RegisterDomainInput
SetAutoRenew sets the AutoRenew field's value.
func (*RegisterDomainInput) SetBillingContact ¶ added in v1.50.16
func (s *RegisterDomainInput) SetBillingContact(v *ContactDetail) *RegisterDomainInput
SetBillingContact sets the BillingContact field's value.
func (*RegisterDomainInput) SetDomainName ¶ added in v1.5.0
func (s *RegisterDomainInput) SetDomainName(v string) *RegisterDomainInput
SetDomainName sets the DomainName field's value.
func (*RegisterDomainInput) SetDurationInYears ¶ added in v1.5.0
func (s *RegisterDomainInput) SetDurationInYears(v int64) *RegisterDomainInput
SetDurationInYears sets the DurationInYears field's value.
func (*RegisterDomainInput) SetIdnLangCode ¶ added in v1.5.0
func (s *RegisterDomainInput) SetIdnLangCode(v string) *RegisterDomainInput
SetIdnLangCode sets the IdnLangCode field's value.
func (*RegisterDomainInput) SetPrivacyProtectAdminContact ¶ added in v1.5.0
func (s *RegisterDomainInput) SetPrivacyProtectAdminContact(v bool) *RegisterDomainInput
SetPrivacyProtectAdminContact sets the PrivacyProtectAdminContact field's value.
func (*RegisterDomainInput) SetPrivacyProtectBillingContact ¶ added in v1.50.16
func (s *RegisterDomainInput) SetPrivacyProtectBillingContact(v bool) *RegisterDomainInput
SetPrivacyProtectBillingContact sets the PrivacyProtectBillingContact field's value.
func (*RegisterDomainInput) SetPrivacyProtectRegistrantContact ¶ added in v1.5.0
func (s *RegisterDomainInput) SetPrivacyProtectRegistrantContact(v bool) *RegisterDomainInput
SetPrivacyProtectRegistrantContact sets the PrivacyProtectRegistrantContact field's value.
func (*RegisterDomainInput) SetPrivacyProtectTechContact ¶ added in v1.5.0
func (s *RegisterDomainInput) SetPrivacyProtectTechContact(v bool) *RegisterDomainInput
SetPrivacyProtectTechContact sets the PrivacyProtectTechContact field's value.
func (*RegisterDomainInput) SetRegistrantContact ¶ added in v1.5.0
func (s *RegisterDomainInput) SetRegistrantContact(v *ContactDetail) *RegisterDomainInput
SetRegistrantContact sets the RegistrantContact field's value.
func (*RegisterDomainInput) SetTechContact ¶ added in v1.5.0
func (s *RegisterDomainInput) SetTechContact(v *ContactDetail) *RegisterDomainInput
SetTechContact sets the TechContact field's value.
func (RegisterDomainInput) String ¶ added in v0.6.5
func (s RegisterDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RegisterDomainInput) Validate ¶ added in v1.1.21
func (s *RegisterDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RegisterDomainOutput ¶
type RegisterDomainOutput struct { // Identifier for tracking the progress of the request. To query the operation // status, use GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html). OperationId *string `type:"string"` // contains filtered or unexported fields }
The RegisterDomain response includes the following element.
func (RegisterDomainOutput) GoString ¶ added in v0.6.5
func (s RegisterDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RegisterDomainOutput) SetOperationId ¶ added in v1.5.0
func (s *RegisterDomainOutput) SetOperationId(v string) *RegisterDomainOutput
SetOperationId sets the OperationId field's value.
func (RegisterDomainOutput) String ¶ added in v0.6.5
func (s RegisterDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RejectDomainTransferFromAnotherAwsAccountInput ¶ added in v1.30.11
type RejectDomainTransferFromAnotherAwsAccountInput struct { // The name of the domain that was specified when another Amazon Web Services // account submitted a TransferDomainToAnotherAwsAccount (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html) // request. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // contains filtered or unexported fields }
The RejectDomainTransferFromAnotherAwsAccount request includes the following element.
func (RejectDomainTransferFromAnotherAwsAccountInput) GoString ¶ added in v1.30.11
func (s RejectDomainTransferFromAnotherAwsAccountInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RejectDomainTransferFromAnotherAwsAccountInput) SetDomainName ¶ added in v1.30.11
func (s *RejectDomainTransferFromAnotherAwsAccountInput) SetDomainName(v string) *RejectDomainTransferFromAnotherAwsAccountInput
SetDomainName sets the DomainName field's value.
func (RejectDomainTransferFromAnotherAwsAccountInput) String ¶ added in v1.30.11
func (s RejectDomainTransferFromAnotherAwsAccountInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RejectDomainTransferFromAnotherAwsAccountInput) Validate ¶ added in v1.30.11
func (s *RejectDomainTransferFromAnotherAwsAccountInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RejectDomainTransferFromAnotherAwsAccountOutput ¶ added in v1.30.11
type RejectDomainTransferFromAnotherAwsAccountOutput struct { // The identifier that TransferDomainToAnotherAwsAccount returned to track the // progress of the request. Because the transfer request was rejected, the value // is no longer valid, and you can't use GetOperationDetail to query the operation // status. OperationId *string `type:"string"` // contains filtered or unexported fields }
The RejectDomainTransferFromAnotherAwsAccount response includes the following element.
func (RejectDomainTransferFromAnotherAwsAccountOutput) GoString ¶ added in v1.30.11
func (s RejectDomainTransferFromAnotherAwsAccountOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RejectDomainTransferFromAnotherAwsAccountOutput) SetOperationId ¶ added in v1.30.11
func (s *RejectDomainTransferFromAnotherAwsAccountOutput) SetOperationId(v string) *RejectDomainTransferFromAnotherAwsAccountOutput
SetOperationId sets the OperationId field's value.
func (RejectDomainTransferFromAnotherAwsAccountOutput) String ¶ added in v1.30.11
func (s RejectDomainTransferFromAnotherAwsAccountOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RenewDomainInput ¶ added in v1.2.10
type RenewDomainInput struct { // The year when the registration for the domain is set to expire. This value // must match the current expiration date for the domain. // // CurrentExpiryYear is a required field CurrentExpiryYear *int64 `type:"integer" required:"true"` // The name of the domain that you want to renew. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // The number of years that you want to renew the domain for. The maximum number // of years depends on the top-level domain. For the range of valid values for // your domain, see Domains that You Can Register with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html) // in the Amazon Route 53 Developer Guide. // // Default: 1 DurationInYears *int64 `min:"1" type:"integer"` // contains filtered or unexported fields }
A RenewDomain request includes the number of years that you want to renew for and the current expiration year.
func (RenewDomainInput) GoString ¶ added in v1.2.10
func (s RenewDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RenewDomainInput) SetCurrentExpiryYear ¶ added in v1.5.0
func (s *RenewDomainInput) SetCurrentExpiryYear(v int64) *RenewDomainInput
SetCurrentExpiryYear sets the CurrentExpiryYear field's value.
func (*RenewDomainInput) SetDomainName ¶ added in v1.5.0
func (s *RenewDomainInput) SetDomainName(v string) *RenewDomainInput
SetDomainName sets the DomainName field's value.
func (*RenewDomainInput) SetDurationInYears ¶ added in v1.5.0
func (s *RenewDomainInput) SetDurationInYears(v int64) *RenewDomainInput
SetDurationInYears sets the DurationInYears field's value.
func (RenewDomainInput) String ¶ added in v1.2.10
func (s RenewDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RenewDomainInput) Validate ¶ added in v1.2.10
func (s *RenewDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RenewDomainOutput ¶ added in v1.2.10
type RenewDomainOutput struct { // Identifier for tracking the progress of the request. To query the operation // status, use GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html). OperationId *string `type:"string"` // contains filtered or unexported fields }
func (RenewDomainOutput) GoString ¶ added in v1.2.10
func (s RenewDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RenewDomainOutput) SetOperationId ¶ added in v1.5.0
func (s *RenewDomainOutput) SetOperationId(v string) *RenewDomainOutput
SetOperationId sets the OperationId field's value.
func (RenewDomainOutput) String ¶ added in v1.2.10
func (s RenewDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResendContactReachabilityEmailInput ¶ added in v1.1.22
type ResendContactReachabilityEmailInput struct { // The name of the domain for which you want Route 53 to resend a confirmation // email to the registrant contact. DomainName *string `locationName:"domainName" type:"string"` // contains filtered or unexported fields }
func (ResendContactReachabilityEmailInput) GoString ¶ added in v1.1.22
func (s ResendContactReachabilityEmailInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResendContactReachabilityEmailInput) SetDomainName ¶ added in v1.5.0
func (s *ResendContactReachabilityEmailInput) SetDomainName(v string) *ResendContactReachabilityEmailInput
SetDomainName sets the DomainName field's value.
func (ResendContactReachabilityEmailInput) String ¶ added in v1.1.22
func (s ResendContactReachabilityEmailInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResendContactReachabilityEmailOutput ¶ added in v1.1.22
type ResendContactReachabilityEmailOutput struct { // The domain name for which you requested a confirmation email. DomainName *string `locationName:"domainName" type:"string"` // The email address for the registrant contact at the time that we sent the // verification email. // // EmailAddress is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by ResendContactReachabilityEmailOutput's // String and GoString methods. EmailAddress *string `locationName:"emailAddress" type:"string" sensitive:"true"` // True if the email address for the registrant contact has already been verified, // and false otherwise. If the email address has already been verified, we don't // send another confirmation email. IsAlreadyVerified *bool `locationName:"isAlreadyVerified" type:"boolean"` // contains filtered or unexported fields }
func (ResendContactReachabilityEmailOutput) GoString ¶ added in v1.1.22
func (s ResendContactReachabilityEmailOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResendContactReachabilityEmailOutput) SetDomainName ¶ added in v1.5.0
func (s *ResendContactReachabilityEmailOutput) SetDomainName(v string) *ResendContactReachabilityEmailOutput
SetDomainName sets the DomainName field's value.
func (*ResendContactReachabilityEmailOutput) SetEmailAddress ¶ added in v1.5.0
func (s *ResendContactReachabilityEmailOutput) SetEmailAddress(v string) *ResendContactReachabilityEmailOutput
SetEmailAddress sets the EmailAddress field's value.
func (*ResendContactReachabilityEmailOutput) SetIsAlreadyVerified ¶ added in v1.5.0
func (s *ResendContactReachabilityEmailOutput) SetIsAlreadyVerified(v bool) *ResendContactReachabilityEmailOutput
SetIsAlreadyVerified sets the IsAlreadyVerified field's value.
func (ResendContactReachabilityEmailOutput) String ¶ added in v1.1.22
func (s ResendContactReachabilityEmailOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ResendOperationAuthorizationInput ¶ added in v1.44.164
type ResendOperationAuthorizationInput struct { // Operation ID. // // OperationId is a required field OperationId *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ResendOperationAuthorizationInput) GoString ¶ added in v1.44.164
func (s ResendOperationAuthorizationInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResendOperationAuthorizationInput) SetOperationId ¶ added in v1.44.164
func (s *ResendOperationAuthorizationInput) SetOperationId(v string) *ResendOperationAuthorizationInput
SetOperationId sets the OperationId field's value.
func (ResendOperationAuthorizationInput) String ¶ added in v1.44.164
func (s ResendOperationAuthorizationInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ResendOperationAuthorizationInput) Validate ¶ added in v1.44.164
func (s *ResendOperationAuthorizationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ResendOperationAuthorizationOutput ¶ added in v1.44.164
type ResendOperationAuthorizationOutput struct {
// contains filtered or unexported fields
}
func (ResendOperationAuthorizationOutput) GoString ¶ added in v1.44.164
func (s ResendOperationAuthorizationOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (ResendOperationAuthorizationOutput) String ¶ added in v1.44.164
func (s ResendOperationAuthorizationOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type RetrieveDomainAuthCodeInput ¶
type RetrieveDomainAuthCodeInput struct { // The name of the domain that you want to get an authorization code for. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // contains filtered or unexported fields }
A request for the authorization code for the specified domain. To transfer a domain to another registrar, you provide this value to the new registrar.
func (RetrieveDomainAuthCodeInput) GoString ¶ added in v0.6.5
func (s RetrieveDomainAuthCodeInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RetrieveDomainAuthCodeInput) SetDomainName ¶ added in v1.5.0
func (s *RetrieveDomainAuthCodeInput) SetDomainName(v string) *RetrieveDomainAuthCodeInput
SetDomainName sets the DomainName field's value.
func (RetrieveDomainAuthCodeInput) String ¶ added in v0.6.5
func (s RetrieveDomainAuthCodeInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RetrieveDomainAuthCodeInput) Validate ¶ added in v1.1.21
func (s *RetrieveDomainAuthCodeInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RetrieveDomainAuthCodeOutput ¶
type RetrieveDomainAuthCodeOutput struct { // The authorization code for the domain. // // AuthCode is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by RetrieveDomainAuthCodeOutput's // String and GoString methods. AuthCode *string `type:"string" sensitive:"true"` // contains filtered or unexported fields }
The RetrieveDomainAuthCode response includes the following element.
func (RetrieveDomainAuthCodeOutput) GoString ¶ added in v0.6.5
func (s RetrieveDomainAuthCodeOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*RetrieveDomainAuthCodeOutput) SetAuthCode ¶ added in v1.5.0
func (s *RetrieveDomainAuthCodeOutput) SetAuthCode(v string) *RetrieveDomainAuthCodeOutput
SetAuthCode sets the AuthCode field's value.
func (RetrieveDomainAuthCodeOutput) String ¶ added in v0.6.5
func (s RetrieveDomainAuthCodeOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Route53Domains ¶
Route53Domains provides the API operation methods for making requests to Amazon Route 53 Domains. See this package's package overview docs for details on the service.
Route53Domains methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *Route53Domains
New creates a new instance of the Route53Domains client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a Route53Domains client from just a session. svc := route53domains.New(mySession) // Create a Route53Domains client with additional configuration svc := route53domains.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*Route53Domains) AcceptDomainTransferFromAnotherAwsAccount ¶ added in v1.30.11
func (c *Route53Domains) AcceptDomainTransferFromAnotherAwsAccount(input *AcceptDomainTransferFromAnotherAwsAccountInput) (*AcceptDomainTransferFromAnotherAwsAccountOutput, error)
AcceptDomainTransferFromAnotherAwsAccount API operation for Amazon Route 53 Domains.
Accepts the transfer of a domain from another Amazon Web Services account to the currentAmazon Web Services account. You initiate a transfer between Amazon Web Services accounts using TransferDomainToAnotherAwsAccount (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html).
If you use the CLI command at accept-domain-transfer-from-another-aws-account (https://docs.aws.amazon.com/cli/latest/reference/route53domains/accept-domain-transfer-from-another-aws-account.html), use JSON format as input instead of text because otherwise CLI will throw an error from domain transfer input that includes single quotes.
Use either ListOperations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html) or GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html) to determine whether the operation succeeded. GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html) provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation AcceptDomainTransferFromAnotherAwsAccount for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
DomainLimitExceeded The number of domains has exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
func (*Route53Domains) AcceptDomainTransferFromAnotherAwsAccountRequest ¶ added in v1.30.11
func (c *Route53Domains) AcceptDomainTransferFromAnotherAwsAccountRequest(input *AcceptDomainTransferFromAnotherAwsAccountInput) (req *request.Request, output *AcceptDomainTransferFromAnotherAwsAccountOutput)
AcceptDomainTransferFromAnotherAwsAccountRequest generates a "aws/request.Request" representing the client's request for the AcceptDomainTransferFromAnotherAwsAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AcceptDomainTransferFromAnotherAwsAccount for more information on using the AcceptDomainTransferFromAnotherAwsAccount API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AcceptDomainTransferFromAnotherAwsAccountRequest method. req, resp := client.AcceptDomainTransferFromAnotherAwsAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*Route53Domains) AcceptDomainTransferFromAnotherAwsAccountWithContext ¶ added in v1.30.11
func (c *Route53Domains) AcceptDomainTransferFromAnotherAwsAccountWithContext(ctx aws.Context, input *AcceptDomainTransferFromAnotherAwsAccountInput, opts ...request.Option) (*AcceptDomainTransferFromAnotherAwsAccountOutput, error)
AcceptDomainTransferFromAnotherAwsAccountWithContext is the same as AcceptDomainTransferFromAnotherAwsAccount with the addition of the ability to pass a context and additional request options.
See AcceptDomainTransferFromAnotherAwsAccount for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) AssociateDelegationSignerToDomain ¶ added in v1.44.164
func (c *Route53Domains) AssociateDelegationSignerToDomain(input *AssociateDelegationSignerToDomainInput) (*AssociateDelegationSignerToDomainOutput, error)
AssociateDelegationSignerToDomain API operation for Amazon Route 53 Domains.
Creates a delegation signer (DS) record in the registry zone for this domain name.
Note that creating DS record at the registry impacts DNSSEC validation of your DNS records. This action may render your domain name unavailable on the internet if the steps are completed in the wrong order, or with incorrect timing. For more information about DNSSEC signing, see Configuring DNSSEC signing (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-configuring-dnssec.html) in the Route 53 developer guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation AssociateDelegationSignerToDomain for usage and error information.
Returned Error Types:
DuplicateRequest The request is already in progress for the domain.
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
TLDRulesViolation The top-level domain does not support this operation.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
DnssecLimitExceeded This error is returned if you call AssociateDelegationSignerToDomain when the specified domain has reached the maximum number of DS records. You can't add any additional DS records unless you delete an existing one first.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/AssociateDelegationSignerToDomain
func (*Route53Domains) AssociateDelegationSignerToDomainRequest ¶ added in v1.44.164
func (c *Route53Domains) AssociateDelegationSignerToDomainRequest(input *AssociateDelegationSignerToDomainInput) (req *request.Request, output *AssociateDelegationSignerToDomainOutput)
AssociateDelegationSignerToDomainRequest generates a "aws/request.Request" representing the client's request for the AssociateDelegationSignerToDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See AssociateDelegationSignerToDomain for more information on using the AssociateDelegationSignerToDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the AssociateDelegationSignerToDomainRequest method. req, resp := client.AssociateDelegationSignerToDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/AssociateDelegationSignerToDomain
func (*Route53Domains) AssociateDelegationSignerToDomainWithContext ¶ added in v1.44.164
func (c *Route53Domains) AssociateDelegationSignerToDomainWithContext(ctx aws.Context, input *AssociateDelegationSignerToDomainInput, opts ...request.Option) (*AssociateDelegationSignerToDomainOutput, error)
AssociateDelegationSignerToDomainWithContext is the same as AssociateDelegationSignerToDomain with the addition of the ability to pass a context and additional request options.
See AssociateDelegationSignerToDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) CancelDomainTransferToAnotherAwsAccount ¶ added in v1.30.11
func (c *Route53Domains) CancelDomainTransferToAnotherAwsAccount(input *CancelDomainTransferToAnotherAwsAccountInput) (*CancelDomainTransferToAnotherAwsAccountOutput, error)
CancelDomainTransferToAnotherAwsAccount API operation for Amazon Route 53 Domains.
Cancels the transfer of a domain from the current Amazon Web Services account to another Amazon Web Services account. You initiate a transfer betweenAmazon Web Services accounts using TransferDomainToAnotherAwsAccount (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html).
You must cancel the transfer before the other Amazon Web Services account accepts the transfer using AcceptDomainTransferFromAnotherAwsAccount (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AcceptDomainTransferFromAnotherAwsAccount.html).
Use either ListOperations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html) or GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html) to determine whether the operation succeeded. GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html) provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation CancelDomainTransferToAnotherAwsAccount for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
func (*Route53Domains) CancelDomainTransferToAnotherAwsAccountRequest ¶ added in v1.30.11
func (c *Route53Domains) CancelDomainTransferToAnotherAwsAccountRequest(input *CancelDomainTransferToAnotherAwsAccountInput) (req *request.Request, output *CancelDomainTransferToAnotherAwsAccountOutput)
CancelDomainTransferToAnotherAwsAccountRequest generates a "aws/request.Request" representing the client's request for the CancelDomainTransferToAnotherAwsAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CancelDomainTransferToAnotherAwsAccount for more information on using the CancelDomainTransferToAnotherAwsAccount API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CancelDomainTransferToAnotherAwsAccountRequest method. req, resp := client.CancelDomainTransferToAnotherAwsAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*Route53Domains) CancelDomainTransferToAnotherAwsAccountWithContext ¶ added in v1.30.11
func (c *Route53Domains) CancelDomainTransferToAnotherAwsAccountWithContext(ctx aws.Context, input *CancelDomainTransferToAnotherAwsAccountInput, opts ...request.Option) (*CancelDomainTransferToAnotherAwsAccountOutput, error)
CancelDomainTransferToAnotherAwsAccountWithContext is the same as CancelDomainTransferToAnotherAwsAccount with the addition of the ability to pass a context and additional request options.
See CancelDomainTransferToAnotherAwsAccount for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) CheckDomainAvailability ¶
func (c *Route53Domains) CheckDomainAvailability(input *CheckDomainAvailabilityInput) (*CheckDomainAvailabilityOutput, error)
CheckDomainAvailability API operation for Amazon Route 53 Domains.
This operation checks the availability of one domain name. Note that if the availability status of a domain is pending, you must submit another request to determine the availability of the domain name.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation CheckDomainAvailability for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/CheckDomainAvailability
func (*Route53Domains) CheckDomainAvailabilityRequest ¶
func (c *Route53Domains) CheckDomainAvailabilityRequest(input *CheckDomainAvailabilityInput) (req *request.Request, output *CheckDomainAvailabilityOutput)
CheckDomainAvailabilityRequest generates a "aws/request.Request" representing the client's request for the CheckDomainAvailability operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CheckDomainAvailability for more information on using the CheckDomainAvailability API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CheckDomainAvailabilityRequest method. req, resp := client.CheckDomainAvailabilityRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/CheckDomainAvailability
func (*Route53Domains) CheckDomainAvailabilityWithContext ¶ added in v1.8.0
func (c *Route53Domains) CheckDomainAvailabilityWithContext(ctx aws.Context, input *CheckDomainAvailabilityInput, opts ...request.Option) (*CheckDomainAvailabilityOutput, error)
CheckDomainAvailabilityWithContext is the same as CheckDomainAvailability with the addition of the ability to pass a context and additional request options.
See CheckDomainAvailability for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) CheckDomainTransferability ¶ added in v1.12.5
func (c *Route53Domains) CheckDomainTransferability(input *CheckDomainTransferabilityInput) (*CheckDomainTransferabilityOutput, error)
CheckDomainTransferability API operation for Amazon Route 53 Domains.
Checks whether a domain name can be transferred to Amazon Route 53.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation CheckDomainTransferability for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/CheckDomainTransferability
func (*Route53Domains) CheckDomainTransferabilityRequest ¶ added in v1.12.5
func (c *Route53Domains) CheckDomainTransferabilityRequest(input *CheckDomainTransferabilityInput) (req *request.Request, output *CheckDomainTransferabilityOutput)
CheckDomainTransferabilityRequest generates a "aws/request.Request" representing the client's request for the CheckDomainTransferability operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CheckDomainTransferability for more information on using the CheckDomainTransferability API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CheckDomainTransferabilityRequest method. req, resp := client.CheckDomainTransferabilityRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/CheckDomainTransferability
func (*Route53Domains) CheckDomainTransferabilityWithContext ¶ added in v1.12.5
func (c *Route53Domains) CheckDomainTransferabilityWithContext(ctx aws.Context, input *CheckDomainTransferabilityInput, opts ...request.Option) (*CheckDomainTransferabilityOutput, error)
CheckDomainTransferabilityWithContext is the same as CheckDomainTransferability with the addition of the ability to pass a context and additional request options.
See CheckDomainTransferability for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) DeleteDomain ¶ added in v1.42.22
func (c *Route53Domains) DeleteDomain(input *DeleteDomainInput) (*DeleteDomainOutput, error)
DeleteDomain API operation for Amazon Route 53 Domains.
This operation deletes the specified domain. This action is permanent. For more information, see Deleting a domain name registration (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-delete.html).
To transfer the domain registration to another registrar, use the transfer process that’s provided by the registrar to which you want to transfer the registration. Otherwise, the following apply:
You can’t get a refund for the cost of a deleted domain registration.
The registry for the top-level domain might hold the domain name for a brief time before releasing it for other users to register (varies by registry).
When the registration has been deleted, we'll send you a confirmation to the registrant contact. The email will come from noreply@domainnameverification.net or noreply@registrar.amazon.com.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation DeleteDomain for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
DuplicateRequest The request is already in progress for the domain.
TLDRulesViolation The top-level domain does not support this operation.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DeleteDomain
func (*Route53Domains) DeleteDomainRequest ¶ added in v1.42.22
func (c *Route53Domains) DeleteDomainRequest(input *DeleteDomainInput) (req *request.Request, output *DeleteDomainOutput)
DeleteDomainRequest generates a "aws/request.Request" representing the client's request for the DeleteDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteDomain for more information on using the DeleteDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteDomainRequest method. req, resp := client.DeleteDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DeleteDomain
func (*Route53Domains) DeleteDomainWithContext ¶ added in v1.42.22
func (c *Route53Domains) DeleteDomainWithContext(ctx aws.Context, input *DeleteDomainInput, opts ...request.Option) (*DeleteDomainOutput, error)
DeleteDomainWithContext is the same as DeleteDomain with the addition of the ability to pass a context and additional request options.
See DeleteDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) DeleteTagsForDomain ¶
func (c *Route53Domains) DeleteTagsForDomain(input *DeleteTagsForDomainInput) (*DeleteTagsForDomainOutput, error)
DeleteTagsForDomain API operation for Amazon Route 53 Domains.
This operation deletes the specified tags for a domain.
All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation DeleteTagsForDomain for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DeleteTagsForDomain
func (*Route53Domains) DeleteTagsForDomainRequest ¶
func (c *Route53Domains) DeleteTagsForDomainRequest(input *DeleteTagsForDomainInput) (req *request.Request, output *DeleteTagsForDomainOutput)
DeleteTagsForDomainRequest generates a "aws/request.Request" representing the client's request for the DeleteTagsForDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteTagsForDomain for more information on using the DeleteTagsForDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteTagsForDomainRequest method. req, resp := client.DeleteTagsForDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DeleteTagsForDomain
func (*Route53Domains) DeleteTagsForDomainWithContext ¶ added in v1.8.0
func (c *Route53Domains) DeleteTagsForDomainWithContext(ctx aws.Context, input *DeleteTagsForDomainInput, opts ...request.Option) (*DeleteTagsForDomainOutput, error)
DeleteTagsForDomainWithContext is the same as DeleteTagsForDomain with the addition of the ability to pass a context and additional request options.
See DeleteTagsForDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) DisableDomainAutoRenew ¶
func (c *Route53Domains) DisableDomainAutoRenew(input *DisableDomainAutoRenewInput) (*DisableDomainAutoRenewOutput, error)
DisableDomainAutoRenew API operation for Amazon Route 53 Domains.
This operation disables automatic renewal of domain registration for the specified domain.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation DisableDomainAutoRenew for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DisableDomainAutoRenew
func (*Route53Domains) DisableDomainAutoRenewRequest ¶
func (c *Route53Domains) DisableDomainAutoRenewRequest(input *DisableDomainAutoRenewInput) (req *request.Request, output *DisableDomainAutoRenewOutput)
DisableDomainAutoRenewRequest generates a "aws/request.Request" representing the client's request for the DisableDomainAutoRenew operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisableDomainAutoRenew for more information on using the DisableDomainAutoRenew API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisableDomainAutoRenewRequest method. req, resp := client.DisableDomainAutoRenewRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DisableDomainAutoRenew
func (*Route53Domains) DisableDomainAutoRenewWithContext ¶ added in v1.8.0
func (c *Route53Domains) DisableDomainAutoRenewWithContext(ctx aws.Context, input *DisableDomainAutoRenewInput, opts ...request.Option) (*DisableDomainAutoRenewOutput, error)
DisableDomainAutoRenewWithContext is the same as DisableDomainAutoRenew with the addition of the ability to pass a context and additional request options.
See DisableDomainAutoRenew for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) DisableDomainTransferLock ¶
func (c *Route53Domains) DisableDomainTransferLock(input *DisableDomainTransferLockInput) (*DisableDomainTransferLockOutput, error)
DisableDomainTransferLock API operation for Amazon Route 53 Domains.
This operation removes the transfer lock on the domain (specifically the clientTransferProhibited status) to allow domain transfers. We recommend you refrain from performing this action unless you intend to transfer the domain to a different registrar. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation DisableDomainTransferLock for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
DuplicateRequest The request is already in progress for the domain.
TLDRulesViolation The top-level domain does not support this operation.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DisableDomainTransferLock
func (*Route53Domains) DisableDomainTransferLockRequest ¶
func (c *Route53Domains) DisableDomainTransferLockRequest(input *DisableDomainTransferLockInput) (req *request.Request, output *DisableDomainTransferLockOutput)
DisableDomainTransferLockRequest generates a "aws/request.Request" representing the client's request for the DisableDomainTransferLock operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisableDomainTransferLock for more information on using the DisableDomainTransferLock API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisableDomainTransferLockRequest method. req, resp := client.DisableDomainTransferLockRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/DisableDomainTransferLock
func (*Route53Domains) DisableDomainTransferLockWithContext ¶ added in v1.8.0
func (c *Route53Domains) DisableDomainTransferLockWithContext(ctx aws.Context, input *DisableDomainTransferLockInput, opts ...request.Option) (*DisableDomainTransferLockOutput, error)
DisableDomainTransferLockWithContext is the same as DisableDomainTransferLock with the addition of the ability to pass a context and additional request options.
See DisableDomainTransferLock for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) DisassociateDelegationSignerFromDomain ¶ added in v1.44.164
func (c *Route53Domains) DisassociateDelegationSignerFromDomain(input *DisassociateDelegationSignerFromDomainInput) (*DisassociateDelegationSignerFromDomainOutput, error)
DisassociateDelegationSignerFromDomain API operation for Amazon Route 53 Domains.
Deletes a delegation signer (DS) record in the registry zone for this domain name.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation DisassociateDelegationSignerFromDomain for usage and error information.
Returned Error Types:
DuplicateRequest The request is already in progress for the domain.
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
TLDRulesViolation The top-level domain does not support this operation.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
func (*Route53Domains) DisassociateDelegationSignerFromDomainRequest ¶ added in v1.44.164
func (c *Route53Domains) DisassociateDelegationSignerFromDomainRequest(input *DisassociateDelegationSignerFromDomainInput) (req *request.Request, output *DisassociateDelegationSignerFromDomainOutput)
DisassociateDelegationSignerFromDomainRequest generates a "aws/request.Request" representing the client's request for the DisassociateDelegationSignerFromDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DisassociateDelegationSignerFromDomain for more information on using the DisassociateDelegationSignerFromDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DisassociateDelegationSignerFromDomainRequest method. req, resp := client.DisassociateDelegationSignerFromDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*Route53Domains) DisassociateDelegationSignerFromDomainWithContext ¶ added in v1.44.164
func (c *Route53Domains) DisassociateDelegationSignerFromDomainWithContext(ctx aws.Context, input *DisassociateDelegationSignerFromDomainInput, opts ...request.Option) (*DisassociateDelegationSignerFromDomainOutput, error)
DisassociateDelegationSignerFromDomainWithContext is the same as DisassociateDelegationSignerFromDomain with the addition of the ability to pass a context and additional request options.
See DisassociateDelegationSignerFromDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) EnableDomainAutoRenew ¶
func (c *Route53Domains) EnableDomainAutoRenew(input *EnableDomainAutoRenewInput) (*EnableDomainAutoRenewOutput, error)
EnableDomainAutoRenew API operation for Amazon Route 53 Domains.
This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires. The cost of renewing your domain registration is billed to your Amazon Web Services account.
The period during which you can renew a domain name varies by TLD. For a list of TLDs and their renewal policies, see Domains That You Can Register with Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html) in the Amazon Route 53 Developer Guide. Route 53 requires that you renew before the end of the renewal period so we can complete processing before the deadline.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation EnableDomainAutoRenew for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
TLDRulesViolation The top-level domain does not support this operation.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/EnableDomainAutoRenew
func (*Route53Domains) EnableDomainAutoRenewRequest ¶
func (c *Route53Domains) EnableDomainAutoRenewRequest(input *EnableDomainAutoRenewInput) (req *request.Request, output *EnableDomainAutoRenewOutput)
EnableDomainAutoRenewRequest generates a "aws/request.Request" representing the client's request for the EnableDomainAutoRenew operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See EnableDomainAutoRenew for more information on using the EnableDomainAutoRenew API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the EnableDomainAutoRenewRequest method. req, resp := client.EnableDomainAutoRenewRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/EnableDomainAutoRenew
func (*Route53Domains) EnableDomainAutoRenewWithContext ¶ added in v1.8.0
func (c *Route53Domains) EnableDomainAutoRenewWithContext(ctx aws.Context, input *EnableDomainAutoRenewInput, opts ...request.Option) (*EnableDomainAutoRenewOutput, error)
EnableDomainAutoRenewWithContext is the same as EnableDomainAutoRenew with the addition of the ability to pass a context and additional request options.
See EnableDomainAutoRenew for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) EnableDomainTransferLock ¶
func (c *Route53Domains) EnableDomainTransferLock(input *EnableDomainTransferLockInput) (*EnableDomainTransferLockOutput, error)
EnableDomainTransferLock API operation for Amazon Route 53 Domains.
This operation sets the transfer lock on the domain (specifically the clientTransferProhibited status) to prevent domain transfers. Successful submission returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation EnableDomainTransferLock for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
DuplicateRequest The request is already in progress for the domain.
TLDRulesViolation The top-level domain does not support this operation.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/EnableDomainTransferLock
func (*Route53Domains) EnableDomainTransferLockRequest ¶
func (c *Route53Domains) EnableDomainTransferLockRequest(input *EnableDomainTransferLockInput) (req *request.Request, output *EnableDomainTransferLockOutput)
EnableDomainTransferLockRequest generates a "aws/request.Request" representing the client's request for the EnableDomainTransferLock operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See EnableDomainTransferLock for more information on using the EnableDomainTransferLock API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the EnableDomainTransferLockRequest method. req, resp := client.EnableDomainTransferLockRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/EnableDomainTransferLock
func (*Route53Domains) EnableDomainTransferLockWithContext ¶ added in v1.8.0
func (c *Route53Domains) EnableDomainTransferLockWithContext(ctx aws.Context, input *EnableDomainTransferLockInput, opts ...request.Option) (*EnableDomainTransferLockOutput, error)
EnableDomainTransferLockWithContext is the same as EnableDomainTransferLock with the addition of the ability to pass a context and additional request options.
See EnableDomainTransferLock for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) GetContactReachabilityStatus ¶ added in v1.1.22
func (c *Route53Domains) GetContactReachabilityStatus(input *GetContactReachabilityStatusInput) (*GetContactReachabilityStatusOutput, error)
GetContactReachabilityStatus API operation for Amazon Route 53 Domains.
For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation returns information about whether the registrant contact has responded.
If you want us to resend the email, use the ResendContactReachabilityEmail operation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation GetContactReachabilityStatus for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetContactReachabilityStatus
func (*Route53Domains) GetContactReachabilityStatusRequest ¶ added in v1.1.22
func (c *Route53Domains) GetContactReachabilityStatusRequest(input *GetContactReachabilityStatusInput) (req *request.Request, output *GetContactReachabilityStatusOutput)
GetContactReachabilityStatusRequest generates a "aws/request.Request" representing the client's request for the GetContactReachabilityStatus operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetContactReachabilityStatus for more information on using the GetContactReachabilityStatus API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetContactReachabilityStatusRequest method. req, resp := client.GetContactReachabilityStatusRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetContactReachabilityStatus
func (*Route53Domains) GetContactReachabilityStatusWithContext ¶ added in v1.8.0
func (c *Route53Domains) GetContactReachabilityStatusWithContext(ctx aws.Context, input *GetContactReachabilityStatusInput, opts ...request.Option) (*GetContactReachabilityStatusOutput, error)
GetContactReachabilityStatusWithContext is the same as GetContactReachabilityStatus with the addition of the ability to pass a context and additional request options.
See GetContactReachabilityStatus for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) GetDomainDetail ¶
func (c *Route53Domains) GetDomainDetail(input *GetDomainDetailInput) (*GetDomainDetailOutput, error)
GetDomainDetail API operation for Amazon Route 53 Domains.
This operation returns detailed information about a specified domain that is associated with the current Amazon Web Services account. Contact information for the domain is also returned as part of the output.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation GetDomainDetail for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetDomainDetail
func (*Route53Domains) GetDomainDetailRequest ¶
func (c *Route53Domains) GetDomainDetailRequest(input *GetDomainDetailInput) (req *request.Request, output *GetDomainDetailOutput)
GetDomainDetailRequest generates a "aws/request.Request" representing the client's request for the GetDomainDetail operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDomainDetail for more information on using the GetDomainDetail API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDomainDetailRequest method. req, resp := client.GetDomainDetailRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetDomainDetail
func (*Route53Domains) GetDomainDetailWithContext ¶ added in v1.8.0
func (c *Route53Domains) GetDomainDetailWithContext(ctx aws.Context, input *GetDomainDetailInput, opts ...request.Option) (*GetDomainDetailOutput, error)
GetDomainDetailWithContext is the same as GetDomainDetail with the addition of the ability to pass a context and additional request options.
See GetDomainDetail for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) GetDomainSuggestions ¶ added in v1.2.10
func (c *Route53Domains) GetDomainSuggestions(input *GetDomainSuggestionsInput) (*GetDomainSuggestionsOutput, error)
GetDomainSuggestions API operation for Amazon Route 53 Domains.
The GetDomainSuggestions operation returns a list of suggested domain names.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation GetDomainSuggestions for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetDomainSuggestions
func (*Route53Domains) GetDomainSuggestionsRequest ¶ added in v1.2.10
func (c *Route53Domains) GetDomainSuggestionsRequest(input *GetDomainSuggestionsInput) (req *request.Request, output *GetDomainSuggestionsOutput)
GetDomainSuggestionsRequest generates a "aws/request.Request" representing the client's request for the GetDomainSuggestions operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetDomainSuggestions for more information on using the GetDomainSuggestions API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetDomainSuggestionsRequest method. req, resp := client.GetDomainSuggestionsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetDomainSuggestions
func (*Route53Domains) GetDomainSuggestionsWithContext ¶ added in v1.8.0
func (c *Route53Domains) GetDomainSuggestionsWithContext(ctx aws.Context, input *GetDomainSuggestionsInput, opts ...request.Option) (*GetDomainSuggestionsOutput, error)
GetDomainSuggestionsWithContext is the same as GetDomainSuggestions with the addition of the ability to pass a context and additional request options.
See GetDomainSuggestions for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) GetOperationDetail ¶
func (c *Route53Domains) GetOperationDetail(input *GetOperationDetailInput) (*GetOperationDetailOutput, error)
GetOperationDetail API operation for Amazon Route 53 Domains.
This operation returns the current status of an operation that is not completed.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation GetOperationDetail for usage and error information.
Returned Error Types:
- InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetOperationDetail
func (*Route53Domains) GetOperationDetailRequest ¶
func (c *Route53Domains) GetOperationDetailRequest(input *GetOperationDetailInput) (req *request.Request, output *GetOperationDetailOutput)
GetOperationDetailRequest generates a "aws/request.Request" representing the client's request for the GetOperationDetail operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetOperationDetail for more information on using the GetOperationDetail API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetOperationDetailRequest method. req, resp := client.GetOperationDetailRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/GetOperationDetail
func (*Route53Domains) GetOperationDetailWithContext ¶ added in v1.8.0
func (c *Route53Domains) GetOperationDetailWithContext(ctx aws.Context, input *GetOperationDetailInput, opts ...request.Option) (*GetOperationDetailOutput, error)
GetOperationDetailWithContext is the same as GetOperationDetail with the addition of the ability to pass a context and additional request options.
See GetOperationDetail for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) ListDomains ¶
func (c *Route53Domains) ListDomains(input *ListDomainsInput) (*ListDomainsOutput, error)
ListDomains API operation for Amazon Route 53 Domains.
This operation returns all the domain names registered with Amazon Route 53 for the current Amazon Web Services account if no filtering conditions are used.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation ListDomains for usage and error information.
Returned Error Types:
- InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ListDomains
func (*Route53Domains) ListDomainsPages ¶
func (c *Route53Domains) ListDomainsPages(input *ListDomainsInput, fn func(*ListDomainsOutput, bool) bool) error
ListDomainsPages iterates over the pages of a ListDomains operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListDomains method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListDomains operation. pageNum := 0 err := client.ListDomainsPages(params, func(page *route53domains.ListDomainsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Domains) ListDomainsPagesWithContext ¶ added in v1.8.0
func (c *Route53Domains) ListDomainsPagesWithContext(ctx aws.Context, input *ListDomainsInput, fn func(*ListDomainsOutput, bool) bool, opts ...request.Option) error
ListDomainsPagesWithContext same as ListDomainsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) ListDomainsRequest ¶
func (c *Route53Domains) ListDomainsRequest(input *ListDomainsInput) (req *request.Request, output *ListDomainsOutput)
ListDomainsRequest generates a "aws/request.Request" representing the client's request for the ListDomains operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListDomains for more information on using the ListDomains API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListDomainsRequest method. req, resp := client.ListDomainsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ListDomains
func (*Route53Domains) ListDomainsWithContext ¶ added in v1.8.0
func (c *Route53Domains) ListDomainsWithContext(ctx aws.Context, input *ListDomainsInput, opts ...request.Option) (*ListDomainsOutput, error)
ListDomainsWithContext is the same as ListDomains with the addition of the ability to pass a context and additional request options.
See ListDomains for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) ListOperations ¶
func (c *Route53Domains) ListOperations(input *ListOperationsInput) (*ListOperationsOutput, error)
ListOperations API operation for Amazon Route 53 Domains.
Returns information about all of the operations that return an operation ID and that have ever been performed on domains that were registered by the current account.
This command runs only in the us-east-1 Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation ListOperations for usage and error information.
Returned Error Types:
- InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ListOperations
func (*Route53Domains) ListOperationsPages ¶
func (c *Route53Domains) ListOperationsPages(input *ListOperationsInput, fn func(*ListOperationsOutput, bool) bool) error
ListOperationsPages iterates over the pages of a ListOperations operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListOperations method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListOperations operation. pageNum := 0 err := client.ListOperationsPages(params, func(page *route53domains.ListOperationsOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Domains) ListOperationsPagesWithContext ¶ added in v1.8.0
func (c *Route53Domains) ListOperationsPagesWithContext(ctx aws.Context, input *ListOperationsInput, fn func(*ListOperationsOutput, bool) bool, opts ...request.Option) error
ListOperationsPagesWithContext same as ListOperationsPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) ListOperationsRequest ¶
func (c *Route53Domains) ListOperationsRequest(input *ListOperationsInput) (req *request.Request, output *ListOperationsOutput)
ListOperationsRequest generates a "aws/request.Request" representing the client's request for the ListOperations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListOperations for more information on using the ListOperations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListOperationsRequest method. req, resp := client.ListOperationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ListOperations
func (*Route53Domains) ListOperationsWithContext ¶ added in v1.8.0
func (c *Route53Domains) ListOperationsWithContext(ctx aws.Context, input *ListOperationsInput, opts ...request.Option) (*ListOperationsOutput, error)
ListOperationsWithContext is the same as ListOperations with the addition of the ability to pass a context and additional request options.
See ListOperations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) ListPrices ¶ added in v1.42.22
func (c *Route53Domains) ListPrices(input *ListPricesInput) (*ListPricesOutput, error)
ListPrices API operation for Amazon Route 53 Domains.
Lists the following prices for either all the TLDs supported by Route 53, or the specified TLD:
Registration
Transfer
Owner change
Domain renewal
Domain restoration
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation ListPrices for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ListPrices
func (*Route53Domains) ListPricesPages ¶ added in v1.42.22
func (c *Route53Domains) ListPricesPages(input *ListPricesInput, fn func(*ListPricesOutput, bool) bool) error
ListPricesPages iterates over the pages of a ListPrices operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ListPrices method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ListPrices operation. pageNum := 0 err := client.ListPricesPages(params, func(page *route53domains.ListPricesOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Domains) ListPricesPagesWithContext ¶ added in v1.42.22
func (c *Route53Domains) ListPricesPagesWithContext(ctx aws.Context, input *ListPricesInput, fn func(*ListPricesOutput, bool) bool, opts ...request.Option) error
ListPricesPagesWithContext same as ListPricesPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) ListPricesRequest ¶ added in v1.42.22
func (c *Route53Domains) ListPricesRequest(input *ListPricesInput) (req *request.Request, output *ListPricesOutput)
ListPricesRequest generates a "aws/request.Request" representing the client's request for the ListPrices operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListPrices for more information on using the ListPrices API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListPricesRequest method. req, resp := client.ListPricesRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ListPrices
func (*Route53Domains) ListPricesWithContext ¶ added in v1.42.22
func (c *Route53Domains) ListPricesWithContext(ctx aws.Context, input *ListPricesInput, opts ...request.Option) (*ListPricesOutput, error)
ListPricesWithContext is the same as ListPrices with the addition of the ability to pass a context and additional request options.
See ListPrices for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) ListTagsForDomain ¶
func (c *Route53Domains) ListTagsForDomain(input *ListTagsForDomainInput) (*ListTagsForDomainOutput, error)
ListTagsForDomain API operation for Amazon Route 53 Domains.
This operation returns all of the tags that are associated with the specified domain.
All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation ListTagsForDomain for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ListTagsForDomain
func (*Route53Domains) ListTagsForDomainRequest ¶
func (c *Route53Domains) ListTagsForDomainRequest(input *ListTagsForDomainInput) (req *request.Request, output *ListTagsForDomainOutput)
ListTagsForDomainRequest generates a "aws/request.Request" representing the client's request for the ListTagsForDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForDomain for more information on using the ListTagsForDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForDomainRequest method. req, resp := client.ListTagsForDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ListTagsForDomain
func (*Route53Domains) ListTagsForDomainWithContext ¶ added in v1.8.0
func (c *Route53Domains) ListTagsForDomainWithContext(ctx aws.Context, input *ListTagsForDomainInput, opts ...request.Option) (*ListTagsForDomainOutput, error)
ListTagsForDomainWithContext is the same as ListTagsForDomain with the addition of the ability to pass a context and additional request options.
See ListTagsForDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) PushDomain ¶ added in v1.44.164
func (c *Route53Domains) PushDomain(input *PushDomainInput) (*PushDomainOutput, error)
PushDomain API operation for Amazon Route 53 Domains.
Moves a domain from Amazon Web Services to another registrar.
Supported actions:
- Changes the IPS tags of a .uk domain, and pushes it to transit. Transit means that the domain is ready to be transferred to another registrar.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation PushDomain for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/PushDomain
func (*Route53Domains) PushDomainRequest ¶ added in v1.44.164
func (c *Route53Domains) PushDomainRequest(input *PushDomainInput) (req *request.Request, output *PushDomainOutput)
PushDomainRequest generates a "aws/request.Request" representing the client's request for the PushDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See PushDomain for more information on using the PushDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the PushDomainRequest method. req, resp := client.PushDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/PushDomain
func (*Route53Domains) PushDomainWithContext ¶ added in v1.44.164
func (c *Route53Domains) PushDomainWithContext(ctx aws.Context, input *PushDomainInput, opts ...request.Option) (*PushDomainOutput, error)
PushDomainWithContext is the same as PushDomain with the addition of the ability to pass a context and additional request options.
See PushDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) RegisterDomain ¶
func (c *Route53Domains) RegisterDomain(input *RegisterDomainInput) (*RegisterDomainOutput, error)
RegisterDomain API operation for Amazon Route 53 Domains.
This operation registers a domain. For some top-level domains (TLDs), this operation requires extra parameters.
When you register a domain, Amazon Route 53 does the following:
Creates a Route 53 hosted zone that has the same name as the domain. Route 53 assigns four name servers to your hosted zone and automatically updates your domain registration with the names of these name servers.
Enables auto renew, so your domain registration will renew automatically each year. We'll notify you in advance of the renewal date so you can choose whether to renew the registration.
Optionally enables privacy protection, so WHOIS queries return contact for the registrar or the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner." If you don't enable privacy protection, WHOIS queries return the information that you entered for the administrative, registrant, and technical contacts. While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts.
If registration is successful, returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant is notified by email.
Charges your Amazon Web Services account an amount based on the top-level domain. For more information, see Amazon Route 53 Pricing (http://aws.amazon.com/route53/pricing/).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation RegisterDomain for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
DuplicateRequest The request is already in progress for the domain.
TLDRulesViolation The top-level domain does not support this operation.
DomainLimitExceeded The number of domains has exceeded the allowed threshold for the account.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/RegisterDomain
func (*Route53Domains) RegisterDomainRequest ¶
func (c *Route53Domains) RegisterDomainRequest(input *RegisterDomainInput) (req *request.Request, output *RegisterDomainOutput)
RegisterDomainRequest generates a "aws/request.Request" representing the client's request for the RegisterDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RegisterDomain for more information on using the RegisterDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RegisterDomainRequest method. req, resp := client.RegisterDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/RegisterDomain
func (*Route53Domains) RegisterDomainWithContext ¶ added in v1.8.0
func (c *Route53Domains) RegisterDomainWithContext(ctx aws.Context, input *RegisterDomainInput, opts ...request.Option) (*RegisterDomainOutput, error)
RegisterDomainWithContext is the same as RegisterDomain with the addition of the ability to pass a context and additional request options.
See RegisterDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) RejectDomainTransferFromAnotherAwsAccount ¶ added in v1.30.11
func (c *Route53Domains) RejectDomainTransferFromAnotherAwsAccount(input *RejectDomainTransferFromAnotherAwsAccountInput) (*RejectDomainTransferFromAnotherAwsAccountOutput, error)
RejectDomainTransferFromAnotherAwsAccount API operation for Amazon Route 53 Domains.
Rejects the transfer of a domain from another Amazon Web Services account to the current Amazon Web Services account. You initiate a transfer betweenAmazon Web Services accounts using TransferDomainToAnotherAwsAccount (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html).
Use either ListOperations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html) or GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html) to determine whether the operation succeeded. GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html) provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation RejectDomainTransferFromAnotherAwsAccount for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
func (*Route53Domains) RejectDomainTransferFromAnotherAwsAccountRequest ¶ added in v1.30.11
func (c *Route53Domains) RejectDomainTransferFromAnotherAwsAccountRequest(input *RejectDomainTransferFromAnotherAwsAccountInput) (req *request.Request, output *RejectDomainTransferFromAnotherAwsAccountOutput)
RejectDomainTransferFromAnotherAwsAccountRequest generates a "aws/request.Request" representing the client's request for the RejectDomainTransferFromAnotherAwsAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RejectDomainTransferFromAnotherAwsAccount for more information on using the RejectDomainTransferFromAnotherAwsAccount API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RejectDomainTransferFromAnotherAwsAccountRequest method. req, resp := client.RejectDomainTransferFromAnotherAwsAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*Route53Domains) RejectDomainTransferFromAnotherAwsAccountWithContext ¶ added in v1.30.11
func (c *Route53Domains) RejectDomainTransferFromAnotherAwsAccountWithContext(ctx aws.Context, input *RejectDomainTransferFromAnotherAwsAccountInput, opts ...request.Option) (*RejectDomainTransferFromAnotherAwsAccountOutput, error)
RejectDomainTransferFromAnotherAwsAccountWithContext is the same as RejectDomainTransferFromAnotherAwsAccount with the addition of the ability to pass a context and additional request options.
See RejectDomainTransferFromAnotherAwsAccount for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) RenewDomain ¶ added in v1.2.10
func (c *Route53Domains) RenewDomain(input *RenewDomainInput) (*RenewDomainOutput, error)
RenewDomain API operation for Amazon Route 53 Domains.
This operation renews a domain for the specified number of years. The cost of renewing your domain is billed to your Amazon Web Services account.
We recommend that you renew your domain several weeks before the expiration date. Some TLD registries delete domains before the expiration date if you haven't renewed far enough in advance. For more information about renewing domain registration, see Renewing Registration for a Domain (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-renew.html) in the Amazon Route 53 Developer Guide.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation RenewDomain for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
DuplicateRequest The request is already in progress for the domain.
TLDRulesViolation The top-level domain does not support this operation.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/RenewDomain
func (*Route53Domains) RenewDomainRequest ¶ added in v1.2.10
func (c *Route53Domains) RenewDomainRequest(input *RenewDomainInput) (req *request.Request, output *RenewDomainOutput)
RenewDomainRequest generates a "aws/request.Request" representing the client's request for the RenewDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RenewDomain for more information on using the RenewDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RenewDomainRequest method. req, resp := client.RenewDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/RenewDomain
func (*Route53Domains) RenewDomainWithContext ¶ added in v1.8.0
func (c *Route53Domains) RenewDomainWithContext(ctx aws.Context, input *RenewDomainInput, opts ...request.Option) (*RenewDomainOutput, error)
RenewDomainWithContext is the same as RenewDomain with the addition of the ability to pass a context and additional request options.
See RenewDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) ResendContactReachabilityEmail ¶ added in v1.1.22
func (c *Route53Domains) ResendContactReachabilityEmail(input *ResendContactReachabilityEmailInput) (*ResendContactReachabilityEmailOutput, error)
ResendContactReachabilityEmail API operation for Amazon Route 53 Domains.
For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation resends the confirmation email to the current email address for the registrant contact.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation ResendContactReachabilityEmail for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ResendContactReachabilityEmail
func (*Route53Domains) ResendContactReachabilityEmailRequest ¶ added in v1.1.22
func (c *Route53Domains) ResendContactReachabilityEmailRequest(input *ResendContactReachabilityEmailInput) (req *request.Request, output *ResendContactReachabilityEmailOutput)
ResendContactReachabilityEmailRequest generates a "aws/request.Request" representing the client's request for the ResendContactReachabilityEmail operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ResendContactReachabilityEmail for more information on using the ResendContactReachabilityEmail API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ResendContactReachabilityEmailRequest method. req, resp := client.ResendContactReachabilityEmailRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ResendContactReachabilityEmail
func (*Route53Domains) ResendContactReachabilityEmailWithContext ¶ added in v1.8.0
func (c *Route53Domains) ResendContactReachabilityEmailWithContext(ctx aws.Context, input *ResendContactReachabilityEmailInput, opts ...request.Option) (*ResendContactReachabilityEmailOutput, error)
ResendContactReachabilityEmailWithContext is the same as ResendContactReachabilityEmail with the addition of the ability to pass a context and additional request options.
See ResendContactReachabilityEmail for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) ResendOperationAuthorization ¶ added in v1.44.164
func (c *Route53Domains) ResendOperationAuthorization(input *ResendOperationAuthorizationInput) (*ResendOperationAuthorizationOutput, error)
ResendOperationAuthorization API operation for Amazon Route 53 Domains.
Resend the form of authorization email for this operation.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation ResendOperationAuthorization for usage and error information.
Returned Error Types:
- InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ResendOperationAuthorization
func (*Route53Domains) ResendOperationAuthorizationRequest ¶ added in v1.44.164
func (c *Route53Domains) ResendOperationAuthorizationRequest(input *ResendOperationAuthorizationInput) (req *request.Request, output *ResendOperationAuthorizationOutput)
ResendOperationAuthorizationRequest generates a "aws/request.Request" representing the client's request for the ResendOperationAuthorization operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ResendOperationAuthorization for more information on using the ResendOperationAuthorization API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ResendOperationAuthorizationRequest method. req, resp := client.ResendOperationAuthorizationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ResendOperationAuthorization
func (*Route53Domains) ResendOperationAuthorizationWithContext ¶ added in v1.44.164
func (c *Route53Domains) ResendOperationAuthorizationWithContext(ctx aws.Context, input *ResendOperationAuthorizationInput, opts ...request.Option) (*ResendOperationAuthorizationOutput, error)
ResendOperationAuthorizationWithContext is the same as ResendOperationAuthorization with the addition of the ability to pass a context and additional request options.
See ResendOperationAuthorization for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) RetrieveDomainAuthCode ¶
func (c *Route53Domains) RetrieveDomainAuthCode(input *RetrieveDomainAuthCodeInput) (*RetrieveDomainAuthCodeOutput, error)
RetrieveDomainAuthCode API operation for Amazon Route 53 Domains.
This operation returns the authorization code for the domain. To transfer a domain to another registrar, you provide this value to the new registrar.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation RetrieveDomainAuthCode for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/RetrieveDomainAuthCode
func (*Route53Domains) RetrieveDomainAuthCodeRequest ¶
func (c *Route53Domains) RetrieveDomainAuthCodeRequest(input *RetrieveDomainAuthCodeInput) (req *request.Request, output *RetrieveDomainAuthCodeOutput)
RetrieveDomainAuthCodeRequest generates a "aws/request.Request" representing the client's request for the RetrieveDomainAuthCode operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See RetrieveDomainAuthCode for more information on using the RetrieveDomainAuthCode API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the RetrieveDomainAuthCodeRequest method. req, resp := client.RetrieveDomainAuthCodeRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/RetrieveDomainAuthCode
func (*Route53Domains) RetrieveDomainAuthCodeWithContext ¶ added in v1.8.0
func (c *Route53Domains) RetrieveDomainAuthCodeWithContext(ctx aws.Context, input *RetrieveDomainAuthCodeInput, opts ...request.Option) (*RetrieveDomainAuthCodeOutput, error)
RetrieveDomainAuthCodeWithContext is the same as RetrieveDomainAuthCode with the addition of the ability to pass a context and additional request options.
See RetrieveDomainAuthCode for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) TransferDomain ¶
func (c *Route53Domains) TransferDomain(input *TransferDomainInput) (*TransferDomainOutput, error)
TransferDomain API operation for Amazon Route 53 Domains.
Transfers a domain from another registrar to Amazon Route 53.
For more information about transferring domains, see the following topics:
For transfer requirements, a detailed procedure, and information about viewing the status of a domain that you're transferring to Route 53, see Transferring Registration for a Domain to Amazon Route 53 (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-to-route-53.html) in the Amazon Route 53 Developer Guide.
For information about how to transfer a domain from one Amazon Web Services account to another, see TransferDomainToAnotherAwsAccount (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_TransferDomainToAnotherAwsAccount.html).
For information about how to transfer a domain to another domain registrar, see Transferring a Domain from Amazon Route 53 to Another Registrar (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-transfer-from-route-53.html) in the Amazon Route 53 Developer Guide.
During the transfer of any country code top-level domains (ccTLDs) to Route 53, except for .cc and .tv, updates to the owner contact are ignored and the owner contact data from the registry is used. You can update the owner contact after the transfer is complete. For more information, see UpdateDomainContact (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_UpdateDomainContact.html).
If the registrar for your domain is also the DNS service provider for the domain, we highly recommend that you transfer your DNS service to Route 53 or to another DNS service provider before you transfer your registration. Some registrars provide free DNS service when you purchase a domain registration. When you transfer the registration, the previous registrar will not renew your domain registration and could end your DNS service at any time.
If the registrar for your domain is also the DNS service provider for the domain and you don't transfer DNS service to another provider, your website, email, and the web applications associated with the domain might become unavailable.
If the transfer is successful, this method returns an operation ID that you can use to track the progress and completion of the action. If the transfer doesn't complete successfully, the domain registrant will be notified by email.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation TransferDomain for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
DuplicateRequest The request is already in progress for the domain.
TLDRulesViolation The top-level domain does not support this operation.
DomainLimitExceeded The number of domains has exceeded the allowed threshold for the account.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/TransferDomain
func (*Route53Domains) TransferDomainRequest ¶
func (c *Route53Domains) TransferDomainRequest(input *TransferDomainInput) (req *request.Request, output *TransferDomainOutput)
TransferDomainRequest generates a "aws/request.Request" representing the client's request for the TransferDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TransferDomain for more information on using the TransferDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TransferDomainRequest method. req, resp := client.TransferDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/TransferDomain
func (*Route53Domains) TransferDomainToAnotherAwsAccount ¶ added in v1.30.11
func (c *Route53Domains) TransferDomainToAnotherAwsAccount(input *TransferDomainToAnotherAwsAccountInput) (*TransferDomainToAnotherAwsAccountOutput, error)
TransferDomainToAnotherAwsAccount API operation for Amazon Route 53 Domains.
Transfers a domain from the current Amazon Web Services account to another Amazon Web Services account. Note the following:
The Amazon Web Services account that you're transferring the domain to must accept the transfer. If the other account doesn't accept the transfer within 3 days, we cancel the transfer. See AcceptDomainTransferFromAnotherAwsAccount (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AcceptDomainTransferFromAnotherAwsAccount.html).
You can cancel the transfer before the other account accepts it. See CancelDomainTransferToAnotherAwsAccount (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_CancelDomainTransferToAnotherAwsAccount.html).
The other account can reject the transfer. See RejectDomainTransferFromAnotherAwsAccount (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_RejectDomainTransferFromAnotherAwsAccount.html).
When you transfer a domain from one Amazon Web Services account to another, Route 53 doesn't transfer the hosted zone that is associated with the domain. DNS resolution isn't affected if the domain and the hosted zone are owned by separate accounts, so transferring the hosted zone is optional. For information about transferring the hosted zone to another Amazon Web Services account, see Migrating a Hosted Zone to a Different Amazon Web Services Account (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/hosted-zones-migrating.html) in the Amazon Route 53 Developer Guide.
Use either ListOperations (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_ListOperations.html) or GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html) to determine whether the operation succeeded. GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html) provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation TransferDomainToAnotherAwsAccount for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
DuplicateRequest The request is already in progress for the domain.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/TransferDomainToAnotherAwsAccount
func (*Route53Domains) TransferDomainToAnotherAwsAccountRequest ¶ added in v1.30.11
func (c *Route53Domains) TransferDomainToAnotherAwsAccountRequest(input *TransferDomainToAnotherAwsAccountInput) (req *request.Request, output *TransferDomainToAnotherAwsAccountOutput)
TransferDomainToAnotherAwsAccountRequest generates a "aws/request.Request" representing the client's request for the TransferDomainToAnotherAwsAccount operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TransferDomainToAnotherAwsAccount for more information on using the TransferDomainToAnotherAwsAccount API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TransferDomainToAnotherAwsAccountRequest method. req, resp := client.TransferDomainToAnotherAwsAccountRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/TransferDomainToAnotherAwsAccount
func (*Route53Domains) TransferDomainToAnotherAwsAccountWithContext ¶ added in v1.30.11
func (c *Route53Domains) TransferDomainToAnotherAwsAccountWithContext(ctx aws.Context, input *TransferDomainToAnotherAwsAccountInput, opts ...request.Option) (*TransferDomainToAnotherAwsAccountOutput, error)
TransferDomainToAnotherAwsAccountWithContext is the same as TransferDomainToAnotherAwsAccount with the addition of the ability to pass a context and additional request options.
See TransferDomainToAnotherAwsAccount for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) TransferDomainWithContext ¶ added in v1.8.0
func (c *Route53Domains) TransferDomainWithContext(ctx aws.Context, input *TransferDomainInput, opts ...request.Option) (*TransferDomainOutput, error)
TransferDomainWithContext is the same as TransferDomain with the addition of the ability to pass a context and additional request options.
See TransferDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) UpdateDomainContact ¶
func (c *Route53Domains) UpdateDomainContact(input *UpdateDomainContactInput) (*UpdateDomainContactOutput, error)
UpdateDomainContact API operation for Amazon Route 53 Domains.
This operation updates the contact information for a particular domain. You must specify information for at least one contact: registrant, administrator, or technical.
If the update is successful, this method returns an operation ID that you can use to track the progress and completion of the operation. If the request is not completed successfully, the domain registrant will be notified by email.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation UpdateDomainContact for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
DuplicateRequest The request is already in progress for the domain.
TLDRulesViolation The top-level domain does not support this operation.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateDomainContact
func (*Route53Domains) UpdateDomainContactPrivacy ¶
func (c *Route53Domains) UpdateDomainContactPrivacy(input *UpdateDomainContactPrivacyInput) (*UpdateDomainContactPrivacyOutput, error)
UpdateDomainContactPrivacy API operation for Amazon Route 53 Domains.
This operation updates the specified domain contact's privacy setting. When privacy protection is enabled, your contact information is replaced with contact information for the registrar or with the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> owner."
While some domains may allow different privacy settings per contact, we recommend specifying the same privacy setting for all contacts.
This operation affects only the contact information for the specified contact type (administrative, registrant, or technical). If the request succeeds, Amazon Route 53 returns an operation ID that you can use with GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html) to track the progress and completion of the action. If the request doesn't complete successfully, the domain registrant will be notified by email.
By disabling the privacy service via API, you consent to the publication of the contact information provided for this domain via the public WHOIS database. You certify that you are the registrant of this domain name and have the authority to make this decision. You may withdraw your consent at any time by enabling privacy protection using either UpdateDomainContactPrivacy or the Route 53 console. Enabling privacy protection removes the contact information provided for this domain from the WHOIS database. For more information on our privacy practices, see https://aws.amazon.com/privacy/ (https://aws.amazon.com/privacy/).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation UpdateDomainContactPrivacy for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
DuplicateRequest The request is already in progress for the domain.
TLDRulesViolation The top-level domain does not support this operation.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateDomainContactPrivacy
func (*Route53Domains) UpdateDomainContactPrivacyRequest ¶
func (c *Route53Domains) UpdateDomainContactPrivacyRequest(input *UpdateDomainContactPrivacyInput) (req *request.Request, output *UpdateDomainContactPrivacyOutput)
UpdateDomainContactPrivacyRequest generates a "aws/request.Request" representing the client's request for the UpdateDomainContactPrivacy operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDomainContactPrivacy for more information on using the UpdateDomainContactPrivacy API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDomainContactPrivacyRequest method. req, resp := client.UpdateDomainContactPrivacyRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateDomainContactPrivacy
func (*Route53Domains) UpdateDomainContactPrivacyWithContext ¶ added in v1.8.0
func (c *Route53Domains) UpdateDomainContactPrivacyWithContext(ctx aws.Context, input *UpdateDomainContactPrivacyInput, opts ...request.Option) (*UpdateDomainContactPrivacyOutput, error)
UpdateDomainContactPrivacyWithContext is the same as UpdateDomainContactPrivacy with the addition of the ability to pass a context and additional request options.
See UpdateDomainContactPrivacy for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) UpdateDomainContactRequest ¶
func (c *Route53Domains) UpdateDomainContactRequest(input *UpdateDomainContactInput) (req *request.Request, output *UpdateDomainContactOutput)
UpdateDomainContactRequest generates a "aws/request.Request" representing the client's request for the UpdateDomainContact operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDomainContact for more information on using the UpdateDomainContact API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDomainContactRequest method. req, resp := client.UpdateDomainContactRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateDomainContact
func (*Route53Domains) UpdateDomainContactWithContext ¶ added in v1.8.0
func (c *Route53Domains) UpdateDomainContactWithContext(ctx aws.Context, input *UpdateDomainContactInput, opts ...request.Option) (*UpdateDomainContactOutput, error)
UpdateDomainContactWithContext is the same as UpdateDomainContact with the addition of the ability to pass a context and additional request options.
See UpdateDomainContact for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) UpdateDomainNameservers ¶
func (c *Route53Domains) UpdateDomainNameservers(input *UpdateDomainNameserversInput) (*UpdateDomainNameserversOutput, error)
UpdateDomainNameservers API operation for Amazon Route 53 Domains.
This operation replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.
If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation UpdateDomainNameservers for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
DuplicateRequest The request is already in progress for the domain.
TLDRulesViolation The top-level domain does not support this operation.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateDomainNameservers
func (*Route53Domains) UpdateDomainNameserversRequest ¶
func (c *Route53Domains) UpdateDomainNameserversRequest(input *UpdateDomainNameserversInput) (req *request.Request, output *UpdateDomainNameserversOutput)
UpdateDomainNameserversRequest generates a "aws/request.Request" representing the client's request for the UpdateDomainNameservers operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateDomainNameservers for more information on using the UpdateDomainNameservers API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateDomainNameserversRequest method. req, resp := client.UpdateDomainNameserversRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateDomainNameservers
func (*Route53Domains) UpdateDomainNameserversWithContext ¶ added in v1.8.0
func (c *Route53Domains) UpdateDomainNameserversWithContext(ctx aws.Context, input *UpdateDomainNameserversInput, opts ...request.Option) (*UpdateDomainNameserversOutput, error)
UpdateDomainNameserversWithContext is the same as UpdateDomainNameservers with the addition of the ability to pass a context and additional request options.
See UpdateDomainNameservers for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) UpdateTagsForDomain ¶
func (c *Route53Domains) UpdateTagsForDomain(input *UpdateTagsForDomainInput) (*UpdateTagsForDomainOutput, error)
UpdateTagsForDomain API operation for Amazon Route 53 Domains.
This operation adds or updates tags for a specified domain.
All tag operations are eventually consistent; subsequent operations might not immediately represent all issued operations.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation UpdateTagsForDomain for usage and error information.
Returned Error Types:
InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
OperationLimitExceeded The number of operations or jobs running exceeded the allowed threshold for the account.
UnsupportedTLD Amazon Route 53 does not support this top-level domain (TLD).
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateTagsForDomain
func (*Route53Domains) UpdateTagsForDomainRequest ¶
func (c *Route53Domains) UpdateTagsForDomainRequest(input *UpdateTagsForDomainInput) (req *request.Request, output *UpdateTagsForDomainOutput)
UpdateTagsForDomainRequest generates a "aws/request.Request" representing the client's request for the UpdateTagsForDomain operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateTagsForDomain for more information on using the UpdateTagsForDomain API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateTagsForDomainRequest method. req, resp := client.UpdateTagsForDomainRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/UpdateTagsForDomain
func (*Route53Domains) UpdateTagsForDomainWithContext ¶ added in v1.8.0
func (c *Route53Domains) UpdateTagsForDomainWithContext(ctx aws.Context, input *UpdateTagsForDomainInput, opts ...request.Option) (*UpdateTagsForDomainOutput, error)
UpdateTagsForDomainWithContext is the same as UpdateTagsForDomain with the addition of the ability to pass a context and additional request options.
See UpdateTagsForDomain for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) ViewBilling ¶ added in v1.2.10
func (c *Route53Domains) ViewBilling(input *ViewBillingInput) (*ViewBillingOutput, error)
ViewBilling API operation for Amazon Route 53 Domains.
Returns all the domain-related billing records for the current Amazon Web Services account for a specified period
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for Amazon Route 53 Domains's API operation ViewBilling for usage and error information.
Returned Error Types:
- InvalidInput The requested item is not acceptable. For example, for APIs that accept a domain name, the request might specify a domain name that doesn't belong to the account that submitted the request. For AcceptDomainTransferFromAnotherAwsAccount, the password might be invalid.
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ViewBilling
func (*Route53Domains) ViewBillingPages ¶ added in v1.42.22
func (c *Route53Domains) ViewBillingPages(input *ViewBillingInput, fn func(*ViewBillingOutput, bool) bool) error
ViewBillingPages iterates over the pages of a ViewBilling operation, calling the "fn" function with the response data for each page. To stop iterating, return false from the fn function.
See ViewBilling method for more information on how to use this operation.
Note: This operation can generate multiple requests to a service.
// Example iterating over at most 3 pages of a ViewBilling operation. pageNum := 0 err := client.ViewBillingPages(params, func(page *route53domains.ViewBillingOutput, lastPage bool) bool { pageNum++ fmt.Println(page) return pageNum <= 3 })
func (*Route53Domains) ViewBillingPagesWithContext ¶ added in v1.42.22
func (c *Route53Domains) ViewBillingPagesWithContext(ctx aws.Context, input *ViewBillingInput, fn func(*ViewBillingOutput, bool) bool, opts ...request.Option) error
ViewBillingPagesWithContext same as ViewBillingPages except it takes a Context and allows setting request options on the pages.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*Route53Domains) ViewBillingRequest ¶ added in v1.2.10
func (c *Route53Domains) ViewBillingRequest(input *ViewBillingInput) (req *request.Request, output *ViewBillingOutput)
ViewBillingRequest generates a "aws/request.Request" representing the client's request for the ViewBilling operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ViewBilling for more information on using the ViewBilling API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ViewBillingRequest method. req, resp := client.ViewBillingRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ViewBilling
func (*Route53Domains) ViewBillingWithContext ¶ added in v1.8.0
func (c *Route53Domains) ViewBillingWithContext(ctx aws.Context, input *ViewBillingInput, opts ...request.Option) (*ViewBillingOutput, error)
ViewBillingWithContext is the same as ViewBilling with the addition of the ability to pass a context and additional request options.
See ViewBilling for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type SortCondition ¶ added in v1.42.22
type SortCondition struct { // Field to be used for sorting the list of domains. It can be either the name // or the expiration for a domain. Note that if filterCondition is used in the // same ListDomains (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains__ListDomains.html) // call, the field used for sorting has to be the same as the field used for // filtering. // // Name is a required field Name *string `type:"string" required:"true" enum:"ListDomainsAttributeName"` // The sort order for a list of domains. Either ascending (ASC) or descending // (DES). // // SortOrder is a required field SortOrder *string `type:"string" required:"true" enum:"SortOrder"` // contains filtered or unexported fields }
Information for sorting a list of domains.
func (SortCondition) GoString ¶ added in v1.42.22
func (s SortCondition) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SortCondition) SetName ¶ added in v1.42.22
func (s *SortCondition) SetName(v string) *SortCondition
SetName sets the Name field's value.
func (*SortCondition) SetSortOrder ¶ added in v1.42.22
func (s *SortCondition) SetSortOrder(v string) *SortCondition
SetSortOrder sets the SortOrder field's value.
func (SortCondition) String ¶ added in v1.42.22
func (s SortCondition) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*SortCondition) Validate ¶ added in v1.42.22
func (s *SortCondition) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TLDRulesViolation ¶ added in v1.28.0
type TLDRulesViolation struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // The top-level domain does not support this operation. Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
The top-level domain does not support this operation.
func (*TLDRulesViolation) Code ¶ added in v1.28.0
func (s *TLDRulesViolation) Code() string
Code returns the exception type name.
func (*TLDRulesViolation) Error ¶ added in v1.28.0
func (s *TLDRulesViolation) Error() string
func (TLDRulesViolation) GoString ¶ added in v1.28.0
func (s TLDRulesViolation) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TLDRulesViolation) Message ¶ added in v1.28.0
func (s *TLDRulesViolation) Message() string
Message returns the exception's message.
func (*TLDRulesViolation) OrigErr ¶ added in v1.28.0
func (s *TLDRulesViolation) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*TLDRulesViolation) RequestID ¶ added in v1.28.0
func (s *TLDRulesViolation) RequestID() string
RequestID returns the service's response RequestID for request.
func (*TLDRulesViolation) StatusCode ¶ added in v1.28.0
func (s *TLDRulesViolation) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (TLDRulesViolation) String ¶ added in v1.28.0
func (s TLDRulesViolation) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type Tag ¶
type Tag struct { // The key (name) of a tag. // // Valid values: A-Z, a-z, 0-9, space, ".:/=+\-@" // // Constraints: Each key can be 1-128 characters long. Key *string `min:"1" type:"string"` // The value of a tag. // // Valid values: A-Z, a-z, 0-9, space, ".:/=+\-@" // // Constraints: Each value can be 0-256 characters long. Value *string `type:"string"` // contains filtered or unexported fields }
Each tag includes the following elements.
func (Tag) GoString ¶ added in v0.6.5
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TransferDomainInput ¶
type TransferDomainInput struct { // Provides detailed contact information. // // AdminContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by TransferDomainInput's // String and GoString methods. // // AdminContact is a required field AdminContact *ContactDetail `type:"structure" required:"true" sensitive:"true"` // The authorization code for the domain. You get this value from the current // registrar. // // AuthCode is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by TransferDomainInput's // String and GoString methods. AuthCode *string `type:"string" sensitive:"true"` // Indicates whether the domain will be automatically renewed (true) or not // (false). Auto renewal only takes effect after the account is charged. // // Default: true AutoRenew *bool `type:"boolean"` // Provides detailed contact information. // // BillingContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by TransferDomainInput's // String and GoString methods. BillingContact *ContactDetail `type:"structure" sensitive:"true"` // The name of the domain that you want to transfer to Route 53. The top-level // domain (TLD), such as .com, must be a TLD that Route 53 supports. For a list // of supported TLDs, see Domains that You Can Register with Amazon Route 53 // (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/registrar-tld-list.html) // in the Amazon Route 53 Developer Guide. // // The domain name can contain only the following characters: // // * Letters a through z. Domain names are not case sensitive. // // * Numbers 0 through 9. // // * Hyphen (-). You can't specify a hyphen at the beginning or end of a // label. // // * Period (.) to separate the labels in the name, such as the . in example.com. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // The number of years that you want to register the domain for. Domains are // registered for a minimum of one year. The maximum period depends on the top-level // domain. // // Default: 1 // // DurationInYears is a required field DurationInYears *int64 `min:"1" type:"integer" required:"true"` // Reserved for future use. IdnLangCode *string `type:"string"` // Contains details for the host and glue IP addresses. Nameservers []*Nameserver `type:"list"` // Whether you want to conceal contact information from WHOIS queries. If you // specify true, WHOIS ("who is") queries return contact information for the // registrar, the phrase "REDACTED FOR PRIVACY", or "On behalf of <domain name> // owner.". // // While some domains may allow different privacy settings per contact, we recommend // specifying the same privacy setting for all contacts. // // Default: true PrivacyProtectAdminContact *bool `type:"boolean"` // Whether you want to conceal contact information from WHOIS queries. If you // specify true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If you specify // false, WHOIS queries return the information that you entered for the billing // contact. // // You must specify the same privacy setting for the administrative, billing, // registrant, and technical contacts. PrivacyProtectBillingContact *bool `type:"boolean"` // Whether you want to conceal contact information from WHOIS queries. If you // specify true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If you specify // false, WHOIS queries return the information that you entered for the registrant // contact (domain owner). // // You must specify the same privacy setting for the administrative, billing, // registrant, and technical contacts. // // Default: true PrivacyProtectRegistrantContact *bool `type:"boolean"` // Whether you want to conceal contact information from WHOIS queries. If you // specify true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If you specify // false, WHOIS queries return the information that you entered for the technical // contact. // // You must specify the same privacy setting for the administrative, billing, // registrant, and technical contacts. // // Default: true PrivacyProtectTechContact *bool `type:"boolean"` // Provides detailed contact information. // // RegistrantContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by TransferDomainInput's // String and GoString methods. // // RegistrantContact is a required field RegistrantContact *ContactDetail `type:"structure" required:"true" sensitive:"true"` // Provides detailed contact information. // // TechContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by TransferDomainInput's // String and GoString methods. // // TechContact is a required field TechContact *ContactDetail `type:"structure" required:"true" sensitive:"true"` // contains filtered or unexported fields }
The TransferDomain request includes the following elements.
func (TransferDomainInput) GoString ¶ added in v0.6.5
func (s TransferDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TransferDomainInput) SetAdminContact ¶ added in v1.5.0
func (s *TransferDomainInput) SetAdminContact(v *ContactDetail) *TransferDomainInput
SetAdminContact sets the AdminContact field's value.
func (*TransferDomainInput) SetAuthCode ¶ added in v1.5.0
func (s *TransferDomainInput) SetAuthCode(v string) *TransferDomainInput
SetAuthCode sets the AuthCode field's value.
func (*TransferDomainInput) SetAutoRenew ¶ added in v1.5.0
func (s *TransferDomainInput) SetAutoRenew(v bool) *TransferDomainInput
SetAutoRenew sets the AutoRenew field's value.
func (*TransferDomainInput) SetBillingContact ¶ added in v1.50.16
func (s *TransferDomainInput) SetBillingContact(v *ContactDetail) *TransferDomainInput
SetBillingContact sets the BillingContact field's value.
func (*TransferDomainInput) SetDomainName ¶ added in v1.5.0
func (s *TransferDomainInput) SetDomainName(v string) *TransferDomainInput
SetDomainName sets the DomainName field's value.
func (*TransferDomainInput) SetDurationInYears ¶ added in v1.5.0
func (s *TransferDomainInput) SetDurationInYears(v int64) *TransferDomainInput
SetDurationInYears sets the DurationInYears field's value.
func (*TransferDomainInput) SetIdnLangCode ¶ added in v1.5.0
func (s *TransferDomainInput) SetIdnLangCode(v string) *TransferDomainInput
SetIdnLangCode sets the IdnLangCode field's value.
func (*TransferDomainInput) SetNameservers ¶ added in v1.5.0
func (s *TransferDomainInput) SetNameservers(v []*Nameserver) *TransferDomainInput
SetNameservers sets the Nameservers field's value.
func (*TransferDomainInput) SetPrivacyProtectAdminContact ¶ added in v1.5.0
func (s *TransferDomainInput) SetPrivacyProtectAdminContact(v bool) *TransferDomainInput
SetPrivacyProtectAdminContact sets the PrivacyProtectAdminContact field's value.
func (*TransferDomainInput) SetPrivacyProtectBillingContact ¶ added in v1.50.16
func (s *TransferDomainInput) SetPrivacyProtectBillingContact(v bool) *TransferDomainInput
SetPrivacyProtectBillingContact sets the PrivacyProtectBillingContact field's value.
func (*TransferDomainInput) SetPrivacyProtectRegistrantContact ¶ added in v1.5.0
func (s *TransferDomainInput) SetPrivacyProtectRegistrantContact(v bool) *TransferDomainInput
SetPrivacyProtectRegistrantContact sets the PrivacyProtectRegistrantContact field's value.
func (*TransferDomainInput) SetPrivacyProtectTechContact ¶ added in v1.5.0
func (s *TransferDomainInput) SetPrivacyProtectTechContact(v bool) *TransferDomainInput
SetPrivacyProtectTechContact sets the PrivacyProtectTechContact field's value.
func (*TransferDomainInput) SetRegistrantContact ¶ added in v1.5.0
func (s *TransferDomainInput) SetRegistrantContact(v *ContactDetail) *TransferDomainInput
SetRegistrantContact sets the RegistrantContact field's value.
func (*TransferDomainInput) SetTechContact ¶ added in v1.5.0
func (s *TransferDomainInput) SetTechContact(v *ContactDetail) *TransferDomainInput
SetTechContact sets the TechContact field's value.
func (TransferDomainInput) String ¶ added in v0.6.5
func (s TransferDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TransferDomainInput) Validate ¶ added in v1.1.21
func (s *TransferDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TransferDomainOutput ¶
type TransferDomainOutput struct { // Identifier for tracking the progress of the request. To query the operation // status, use GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html). OperationId *string `type:"string"` // contains filtered or unexported fields }
The TransferDomain response includes the following element.
func (TransferDomainOutput) GoString ¶ added in v0.6.5
func (s TransferDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TransferDomainOutput) SetOperationId ¶ added in v1.5.0
func (s *TransferDomainOutput) SetOperationId(v string) *TransferDomainOutput
SetOperationId sets the OperationId field's value.
func (TransferDomainOutput) String ¶ added in v0.6.5
func (s TransferDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type TransferDomainToAnotherAwsAccountInput ¶ added in v1.30.11
type TransferDomainToAnotherAwsAccountInput struct { // The account ID of the Amazon Web Services account that you want to transfer // the domain to, for example, 111122223333. // // AccountId is a required field AccountId *string `min:"12" type:"string" required:"true"` // The name of the domain that you want to transfer from the current Amazon // Web Services account to another account. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // contains filtered or unexported fields }
The TransferDomainToAnotherAwsAccount request includes the following elements.
func (TransferDomainToAnotherAwsAccountInput) GoString ¶ added in v1.30.11
func (s TransferDomainToAnotherAwsAccountInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TransferDomainToAnotherAwsAccountInput) SetAccountId ¶ added in v1.30.11
func (s *TransferDomainToAnotherAwsAccountInput) SetAccountId(v string) *TransferDomainToAnotherAwsAccountInput
SetAccountId sets the AccountId field's value.
func (*TransferDomainToAnotherAwsAccountInput) SetDomainName ¶ added in v1.30.11
func (s *TransferDomainToAnotherAwsAccountInput) SetDomainName(v string) *TransferDomainToAnotherAwsAccountInput
SetDomainName sets the DomainName field's value.
func (TransferDomainToAnotherAwsAccountInput) String ¶ added in v1.30.11
func (s TransferDomainToAnotherAwsAccountInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TransferDomainToAnotherAwsAccountInput) Validate ¶ added in v1.30.11
func (s *TransferDomainToAnotherAwsAccountInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TransferDomainToAnotherAwsAccountOutput ¶ added in v1.30.11
type TransferDomainToAnotherAwsAccountOutput struct { // Identifier for tracking the progress of the request. To query the operation // status, use GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html). OperationId *string `type:"string"` // To finish transferring a domain to another Amazon Web Services account, the // account that the domain is being transferred to must submit an AcceptDomainTransferFromAnotherAwsAccount // (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_AcceptDomainTransferFromAnotherAwsAccount.html) // request. The request must include the value of the Password element that // was returned in the TransferDomainToAnotherAwsAccount response. // // Password is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by TransferDomainToAnotherAwsAccountOutput's // String and GoString methods. Password *string `type:"string" sensitive:"true"` // contains filtered or unexported fields }
The TransferDomainToAnotherAwsAccount response includes the following elements.
func (TransferDomainToAnotherAwsAccountOutput) GoString ¶ added in v1.30.11
func (s TransferDomainToAnotherAwsAccountOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*TransferDomainToAnotherAwsAccountOutput) SetOperationId ¶ added in v1.30.11
func (s *TransferDomainToAnotherAwsAccountOutput) SetOperationId(v string) *TransferDomainToAnotherAwsAccountOutput
SetOperationId sets the OperationId field's value.
func (*TransferDomainToAnotherAwsAccountOutput) SetPassword ¶ added in v1.30.11
func (s *TransferDomainToAnotherAwsAccountOutput) SetPassword(v string) *TransferDomainToAnotherAwsAccountOutput
SetPassword sets the Password field's value.
func (TransferDomainToAnotherAwsAccountOutput) String ¶ added in v1.30.11
func (s TransferDomainToAnotherAwsAccountOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UnsupportedTLD ¶ added in v1.28.0
type UnsupportedTLD struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` // Amazon Route 53 does not support this top-level domain (TLD). Message_ *string `locationName:"message" type:"string"` // contains filtered or unexported fields }
Amazon Route 53 does not support this top-level domain (TLD).
func (*UnsupportedTLD) Code ¶ added in v1.28.0
func (s *UnsupportedTLD) Code() string
Code returns the exception type name.
func (*UnsupportedTLD) Error ¶ added in v1.28.0
func (s *UnsupportedTLD) Error() string
func (UnsupportedTLD) GoString ¶ added in v1.28.0
func (s UnsupportedTLD) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UnsupportedTLD) Message ¶ added in v1.28.0
func (s *UnsupportedTLD) Message() string
Message returns the exception's message.
func (*UnsupportedTLD) OrigErr ¶ added in v1.28.0
func (s *UnsupportedTLD) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*UnsupportedTLD) RequestID ¶ added in v1.28.0
func (s *UnsupportedTLD) RequestID() string
RequestID returns the service's response RequestID for request.
func (*UnsupportedTLD) StatusCode ¶ added in v1.28.0
func (s *UnsupportedTLD) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (UnsupportedTLD) String ¶ added in v1.28.0
func (s UnsupportedTLD) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateDomainContactInput ¶
type UpdateDomainContactInput struct { // Provides detailed contact information. // // AdminContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateDomainContactInput's // String and GoString methods. AdminContact *ContactDetail `type:"structure" sensitive:"true"` // Provides detailed contact information. // // BillingContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateDomainContactInput's // String and GoString methods. BillingContact *ContactDetail `type:"structure" sensitive:"true"` // Customer's consent for the owner change request. Required if the domain is // not free (consent price is more than $0.00). Consent *Consent `type:"structure"` // The name of the domain that you want to update contact information for. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // Provides detailed contact information. // // RegistrantContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateDomainContactInput's // String and GoString methods. RegistrantContact *ContactDetail `type:"structure" sensitive:"true"` // Provides detailed contact information. // // TechContact is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateDomainContactInput's // String and GoString methods. TechContact *ContactDetail `type:"structure" sensitive:"true"` // contains filtered or unexported fields }
The UpdateDomainContact request includes the following elements.
func (UpdateDomainContactInput) GoString ¶ added in v0.6.5
func (s UpdateDomainContactInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDomainContactInput) SetAdminContact ¶ added in v1.5.0
func (s *UpdateDomainContactInput) SetAdminContact(v *ContactDetail) *UpdateDomainContactInput
SetAdminContact sets the AdminContact field's value.
func (*UpdateDomainContactInput) SetBillingContact ¶ added in v1.50.16
func (s *UpdateDomainContactInput) SetBillingContact(v *ContactDetail) *UpdateDomainContactInput
SetBillingContact sets the BillingContact field's value.
func (*UpdateDomainContactInput) SetConsent ¶ added in v1.44.164
func (s *UpdateDomainContactInput) SetConsent(v *Consent) *UpdateDomainContactInput
SetConsent sets the Consent field's value.
func (*UpdateDomainContactInput) SetDomainName ¶ added in v1.5.0
func (s *UpdateDomainContactInput) SetDomainName(v string) *UpdateDomainContactInput
SetDomainName sets the DomainName field's value.
func (*UpdateDomainContactInput) SetRegistrantContact ¶ added in v1.5.0
func (s *UpdateDomainContactInput) SetRegistrantContact(v *ContactDetail) *UpdateDomainContactInput
SetRegistrantContact sets the RegistrantContact field's value.
func (*UpdateDomainContactInput) SetTechContact ¶ added in v1.5.0
func (s *UpdateDomainContactInput) SetTechContact(v *ContactDetail) *UpdateDomainContactInput
SetTechContact sets the TechContact field's value.
func (UpdateDomainContactInput) String ¶ added in v0.6.5
func (s UpdateDomainContactInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDomainContactInput) Validate ¶ added in v1.1.21
func (s *UpdateDomainContactInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDomainContactOutput ¶
type UpdateDomainContactOutput struct { // Identifier for tracking the progress of the request. To query the operation // status, use GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html). OperationId *string `type:"string"` // contains filtered or unexported fields }
The UpdateDomainContact response includes the following element.
func (UpdateDomainContactOutput) GoString ¶ added in v0.6.5
func (s UpdateDomainContactOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDomainContactOutput) SetOperationId ¶ added in v1.5.0
func (s *UpdateDomainContactOutput) SetOperationId(v string) *UpdateDomainContactOutput
SetOperationId sets the OperationId field's value.
func (UpdateDomainContactOutput) String ¶ added in v0.6.5
func (s UpdateDomainContactOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateDomainContactPrivacyInput ¶
type UpdateDomainContactPrivacyInput struct { // Whether you want to conceal contact information from WHOIS queries. If you // specify true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If you specify // false, WHOIS queries return the information that you entered for the admin // contact. // // You must specify the same privacy setting for the administrative, billing, // registrant, and technical contacts. AdminPrivacy *bool `type:"boolean"` // Whether you want to conceal contact information from WHOIS queries. If you // specify true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If you specify // false, WHOIS queries return the information that you entered for the billing // contact. // // You must specify the same privacy setting for the administrative, billing, // registrant, and technical contacts. BillingPrivacy *bool `type:"boolean"` // The name of the domain that you want to update the privacy setting for. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // Whether you want to conceal contact information from WHOIS queries. If you // specify true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If you specify // false, WHOIS queries return the information that you entered for the registrant // contact (domain owner). // // You must specify the same privacy setting for the administrative, billing, // registrant, and technical contacts. RegistrantPrivacy *bool `type:"boolean"` // Whether you want to conceal contact information from WHOIS queries. If you // specify true, WHOIS ("who is") queries return contact information either // for Amazon Registrar or for our registrar associate, Gandi. If you specify // false, WHOIS queries return the information that you entered for the technical // contact. // // You must specify the same privacy setting for the administrative, billing, // registrant, and technical contacts. TechPrivacy *bool `type:"boolean"` // contains filtered or unexported fields }
The UpdateDomainContactPrivacy request includes the following elements.
func (UpdateDomainContactPrivacyInput) GoString ¶ added in v0.6.5
func (s UpdateDomainContactPrivacyInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDomainContactPrivacyInput) SetAdminPrivacy ¶ added in v1.5.0
func (s *UpdateDomainContactPrivacyInput) SetAdminPrivacy(v bool) *UpdateDomainContactPrivacyInput
SetAdminPrivacy sets the AdminPrivacy field's value.
func (*UpdateDomainContactPrivacyInput) SetBillingPrivacy ¶ added in v1.50.16
func (s *UpdateDomainContactPrivacyInput) SetBillingPrivacy(v bool) *UpdateDomainContactPrivacyInput
SetBillingPrivacy sets the BillingPrivacy field's value.
func (*UpdateDomainContactPrivacyInput) SetDomainName ¶ added in v1.5.0
func (s *UpdateDomainContactPrivacyInput) SetDomainName(v string) *UpdateDomainContactPrivacyInput
SetDomainName sets the DomainName field's value.
func (*UpdateDomainContactPrivacyInput) SetRegistrantPrivacy ¶ added in v1.5.0
func (s *UpdateDomainContactPrivacyInput) SetRegistrantPrivacy(v bool) *UpdateDomainContactPrivacyInput
SetRegistrantPrivacy sets the RegistrantPrivacy field's value.
func (*UpdateDomainContactPrivacyInput) SetTechPrivacy ¶ added in v1.5.0
func (s *UpdateDomainContactPrivacyInput) SetTechPrivacy(v bool) *UpdateDomainContactPrivacyInput
SetTechPrivacy sets the TechPrivacy field's value.
func (UpdateDomainContactPrivacyInput) String ¶ added in v0.6.5
func (s UpdateDomainContactPrivacyInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDomainContactPrivacyInput) Validate ¶ added in v1.1.21
func (s *UpdateDomainContactPrivacyInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDomainContactPrivacyOutput ¶
type UpdateDomainContactPrivacyOutput struct { // Identifier for tracking the progress of the request. To use this ID to query // the operation status, use GetOperationDetail. OperationId *string `type:"string"` // contains filtered or unexported fields }
The UpdateDomainContactPrivacy response includes the following element.
func (UpdateDomainContactPrivacyOutput) GoString ¶ added in v0.6.5
func (s UpdateDomainContactPrivacyOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDomainContactPrivacyOutput) SetOperationId ¶ added in v1.5.0
func (s *UpdateDomainContactPrivacyOutput) SetOperationId(v string) *UpdateDomainContactPrivacyOutput
SetOperationId sets the OperationId field's value.
func (UpdateDomainContactPrivacyOutput) String ¶ added in v0.6.5
func (s UpdateDomainContactPrivacyOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateDomainNameserversInput ¶
type UpdateDomainNameserversInput struct { // The name of the domain that you want to change name servers for. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // The authorization key for .fi domains // // Deprecated: FIAuthKey has been deprecated // // FIAuthKey is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by UpdateDomainNameserversInput's // String and GoString methods. FIAuthKey *string `deprecated:"true" type:"string" sensitive:"true"` // A list of new name servers for the domain. // // Nameservers is a required field Nameservers []*Nameserver `type:"list" required:"true"` // contains filtered or unexported fields }
Replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.
If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
func (UpdateDomainNameserversInput) GoString ¶ added in v0.6.5
func (s UpdateDomainNameserversInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDomainNameserversInput) SetDomainName ¶ added in v1.5.0
func (s *UpdateDomainNameserversInput) SetDomainName(v string) *UpdateDomainNameserversInput
SetDomainName sets the DomainName field's value.
func (*UpdateDomainNameserversInput) SetFIAuthKey ¶ added in v1.5.0
func (s *UpdateDomainNameserversInput) SetFIAuthKey(v string) *UpdateDomainNameserversInput
SetFIAuthKey sets the FIAuthKey field's value.
func (*UpdateDomainNameserversInput) SetNameservers ¶ added in v1.5.0
func (s *UpdateDomainNameserversInput) SetNameservers(v []*Nameserver) *UpdateDomainNameserversInput
SetNameservers sets the Nameservers field's value.
func (UpdateDomainNameserversInput) String ¶ added in v0.6.5
func (s UpdateDomainNameserversInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDomainNameserversInput) Validate ¶ added in v1.1.21
func (s *UpdateDomainNameserversInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateDomainNameserversOutput ¶
type UpdateDomainNameserversOutput struct { // Identifier for tracking the progress of the request. To query the operation // status, use GetOperationDetail (https://docs.aws.amazon.com/Route53/latest/APIReference/API_domains_GetOperationDetail.html). OperationId *string `type:"string"` // contains filtered or unexported fields }
The UpdateDomainNameservers response includes the following element.
func (UpdateDomainNameserversOutput) GoString ¶ added in v0.6.5
func (s UpdateDomainNameserversOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateDomainNameserversOutput) SetOperationId ¶ added in v1.5.0
func (s *UpdateDomainNameserversOutput) SetOperationId(v string) *UpdateDomainNameserversOutput
SetOperationId sets the OperationId field's value.
func (UpdateDomainNameserversOutput) String ¶ added in v0.6.5
func (s UpdateDomainNameserversOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type UpdateTagsForDomainInput ¶
type UpdateTagsForDomainInput struct { // The domain for which you want to add or update tags. // // DomainName is a required field DomainName *string `type:"string" required:"true"` // A list of the tag keys and values that you want to add or update. If you // specify a key that already exists, the corresponding value will be replaced. TagsToUpdate []*Tag `type:"list"` // contains filtered or unexported fields }
The UpdateTagsForDomainRequest includes the following elements.
func (UpdateTagsForDomainInput) GoString ¶ added in v0.6.5
func (s UpdateTagsForDomainInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateTagsForDomainInput) SetDomainName ¶ added in v1.5.0
func (s *UpdateTagsForDomainInput) SetDomainName(v string) *UpdateTagsForDomainInput
SetDomainName sets the DomainName field's value.
func (*UpdateTagsForDomainInput) SetTagsToUpdate ¶ added in v1.5.0
func (s *UpdateTagsForDomainInput) SetTagsToUpdate(v []*Tag) *UpdateTagsForDomainInput
SetTagsToUpdate sets the TagsToUpdate field's value.
func (UpdateTagsForDomainInput) String ¶ added in v0.6.5
func (s UpdateTagsForDomainInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*UpdateTagsForDomainInput) Validate ¶ added in v1.1.21
func (s *UpdateTagsForDomainInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateTagsForDomainOutput ¶
type UpdateTagsForDomainOutput struct {
// contains filtered or unexported fields
}
func (UpdateTagsForDomainOutput) GoString ¶ added in v0.6.5
func (s UpdateTagsForDomainOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (UpdateTagsForDomainOutput) String ¶ added in v0.6.5
func (s UpdateTagsForDomainOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ViewBillingInput ¶ added in v1.2.10
type ViewBillingInput struct { // The end date and time for the time period for which you want a list of billing // records. Specify the date and time in Unix time format and Coordinated Universal // time (UTC). End *time.Time `type:"timestamp"` // For an initial request for a list of billing records, omit this element. // If the number of billing records that are associated with the current Amazon // Web Services account during the specified period is greater than the value // that you specified for MaxItems, you can use Marker to return additional // billing records. Get the value of NextPageMarker from the previous response, // and submit another request that includes the value of NextPageMarker in the // Marker element. // // Constraints: The marker must match the value of NextPageMarker that was returned // in the previous response. Marker *string `type:"string"` // The number of billing records to be returned. // // Default: 20 MaxItems *int64 `type:"integer"` // The beginning date and time for the time period for which you want a list // of billing records. Specify the date and time in Unix time format and Coordinated // Universal time (UTC). Start *time.Time `type:"timestamp"` // contains filtered or unexported fields }
The ViewBilling request includes the following elements.
func (ViewBillingInput) GoString ¶ added in v1.2.10
func (s ViewBillingInput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ViewBillingInput) SetEnd ¶ added in v1.5.0
func (s *ViewBillingInput) SetEnd(v time.Time) *ViewBillingInput
SetEnd sets the End field's value.
func (*ViewBillingInput) SetMarker ¶ added in v1.5.0
func (s *ViewBillingInput) SetMarker(v string) *ViewBillingInput
SetMarker sets the Marker field's value.
func (*ViewBillingInput) SetMaxItems ¶ added in v1.5.0
func (s *ViewBillingInput) SetMaxItems(v int64) *ViewBillingInput
SetMaxItems sets the MaxItems field's value.
func (*ViewBillingInput) SetStart ¶ added in v1.5.0
func (s *ViewBillingInput) SetStart(v time.Time) *ViewBillingInput
SetStart sets the Start field's value.
func (ViewBillingInput) String ¶ added in v1.2.10
func (s ViewBillingInput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
type ViewBillingOutput ¶ added in v1.2.10
type ViewBillingOutput struct { // A summary of billing records. BillingRecords []*BillingRecord `type:"list"` // If there are more billing records than you specified for MaxItems in the // request, submit another request and include the value of NextPageMarker in // the value of Marker. NextPageMarker *string `type:"string"` // contains filtered or unexported fields }
The ViewBilling response includes the following elements.
func (ViewBillingOutput) GoString ¶ added in v1.2.10
func (s ViewBillingOutput) GoString() string
GoString returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
func (*ViewBillingOutput) SetBillingRecords ¶ added in v1.5.0
func (s *ViewBillingOutput) SetBillingRecords(v []*BillingRecord) *ViewBillingOutput
SetBillingRecords sets the BillingRecords field's value.
func (*ViewBillingOutput) SetNextPageMarker ¶ added in v1.5.0
func (s *ViewBillingOutput) SetNextPageMarker(v string) *ViewBillingOutput
SetNextPageMarker sets the NextPageMarker field's value.
func (ViewBillingOutput) String ¶ added in v1.2.10
func (s ViewBillingOutput) String() string
String returns the string representation.
API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".
Directories ¶
Path | Synopsis |
---|---|
Package route53domainsiface provides an interface to enable mocking the Amazon Route 53 Domains service client for testing your code.
|
Package route53domainsiface provides an interface to enable mocking the Amazon Route 53 Domains service client for testing your code. |