Documentation ¶
Index ¶
- type AcceptDomainTransferFromAnotherAwsAccountFuture
- type CancelDomainTransferToAnotherAwsAccountFuture
- type CheckDomainAvailabilityFuture
- type CheckDomainTransferabilityFuture
- type Client
- type DeleteTagsForDomainFuture
- type DisableDomainAutoRenewFuture
- type DisableDomainTransferLockFuture
- type EnableDomainAutoRenewFuture
- type EnableDomainTransferLockFuture
- type GetContactReachabilityStatusFuture
- type GetDomainDetailFuture
- type GetDomainSuggestionsFuture
- type GetOperationDetailFuture
- type ListDomainsFuture
- type ListOperationsFuture
- type ListTagsForDomainFuture
- type RegisterDomainFuture
- type RejectDomainTransferFromAnotherAwsAccountFuture
- type RenewDomainFuture
- type ResendContactReachabilityEmailFuture
- type RetrieveDomainAuthCodeFuture
- type TransferDomainFuture
- type TransferDomainToAnotherAwsAccountFuture
- type UpdateDomainContactFuture
- type UpdateDomainContactPrivacyFuture
- type UpdateDomainNameserversFuture
- type UpdateTagsForDomainFuture
- type ViewBillingFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AcceptDomainTransferFromAnotherAwsAccountFuture ¶
type AcceptDomainTransferFromAnotherAwsAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
type CancelDomainTransferToAnotherAwsAccountFuture ¶
type CancelDomainTransferToAnotherAwsAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
type CheckDomainAvailabilityFuture ¶
type CheckDomainAvailabilityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CheckDomainAvailabilityFuture) Get ¶
func (r *CheckDomainAvailabilityFuture) Get(ctx workflow.Context) (*route53domains.CheckDomainAvailabilityOutput, error)
type CheckDomainTransferabilityFuture ¶
type CheckDomainTransferabilityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CheckDomainTransferabilityFuture) Get ¶
func (r *CheckDomainTransferabilityFuture) Get(ctx workflow.Context) (*route53domains.CheckDomainTransferabilityOutput, error)
type Client ¶
type Client interface { AcceptDomainTransferFromAnotherAwsAccount(ctx workflow.Context, input *route53domains.AcceptDomainTransferFromAnotherAwsAccountInput) (*route53domains.AcceptDomainTransferFromAnotherAwsAccountOutput, error) AcceptDomainTransferFromAnotherAwsAccountAsync(ctx workflow.Context, input *route53domains.AcceptDomainTransferFromAnotherAwsAccountInput) *AcceptDomainTransferFromAnotherAwsAccountFuture CancelDomainTransferToAnotherAwsAccount(ctx workflow.Context, input *route53domains.CancelDomainTransferToAnotherAwsAccountInput) (*route53domains.CancelDomainTransferToAnotherAwsAccountOutput, error) CancelDomainTransferToAnotherAwsAccountAsync(ctx workflow.Context, input *route53domains.CancelDomainTransferToAnotherAwsAccountInput) *CancelDomainTransferToAnotherAwsAccountFuture CheckDomainAvailability(ctx workflow.Context, input *route53domains.CheckDomainAvailabilityInput) (*route53domains.CheckDomainAvailabilityOutput, error) CheckDomainAvailabilityAsync(ctx workflow.Context, input *route53domains.CheckDomainAvailabilityInput) *CheckDomainAvailabilityFuture CheckDomainTransferability(ctx workflow.Context, input *route53domains.CheckDomainTransferabilityInput) (*route53domains.CheckDomainTransferabilityOutput, error) CheckDomainTransferabilityAsync(ctx workflow.Context, input *route53domains.CheckDomainTransferabilityInput) *CheckDomainTransferabilityFuture DeleteTagsForDomain(ctx workflow.Context, input *route53domains.DeleteTagsForDomainInput) (*route53domains.DeleteTagsForDomainOutput, error) DeleteTagsForDomainAsync(ctx workflow.Context, input *route53domains.DeleteTagsForDomainInput) *DeleteTagsForDomainFuture DisableDomainAutoRenew(ctx workflow.Context, input *route53domains.DisableDomainAutoRenewInput) (*route53domains.DisableDomainAutoRenewOutput, error) DisableDomainAutoRenewAsync(ctx workflow.Context, input *route53domains.DisableDomainAutoRenewInput) *DisableDomainAutoRenewFuture DisableDomainTransferLock(ctx workflow.Context, input *route53domains.DisableDomainTransferLockInput) (*route53domains.DisableDomainTransferLockOutput, error) DisableDomainTransferLockAsync(ctx workflow.Context, input *route53domains.DisableDomainTransferLockInput) *DisableDomainTransferLockFuture EnableDomainAutoRenew(ctx workflow.Context, input *route53domains.EnableDomainAutoRenewInput) (*route53domains.EnableDomainAutoRenewOutput, error) EnableDomainAutoRenewAsync(ctx workflow.Context, input *route53domains.EnableDomainAutoRenewInput) *EnableDomainAutoRenewFuture EnableDomainTransferLock(ctx workflow.Context, input *route53domains.EnableDomainTransferLockInput) (*route53domains.EnableDomainTransferLockOutput, error) EnableDomainTransferLockAsync(ctx workflow.Context, input *route53domains.EnableDomainTransferLockInput) *EnableDomainTransferLockFuture GetContactReachabilityStatus(ctx workflow.Context, input *route53domains.GetContactReachabilityStatusInput) (*route53domains.GetContactReachabilityStatusOutput, error) GetContactReachabilityStatusAsync(ctx workflow.Context, input *route53domains.GetContactReachabilityStatusInput) *GetContactReachabilityStatusFuture GetDomainDetail(ctx workflow.Context, input *route53domains.GetDomainDetailInput) (*route53domains.GetDomainDetailOutput, error) GetDomainDetailAsync(ctx workflow.Context, input *route53domains.GetDomainDetailInput) *GetDomainDetailFuture GetDomainSuggestions(ctx workflow.Context, input *route53domains.GetDomainSuggestionsInput) (*route53domains.GetDomainSuggestionsOutput, error) GetDomainSuggestionsAsync(ctx workflow.Context, input *route53domains.GetDomainSuggestionsInput) *GetDomainSuggestionsFuture GetOperationDetail(ctx workflow.Context, input *route53domains.GetOperationDetailInput) (*route53domains.GetOperationDetailOutput, error) GetOperationDetailAsync(ctx workflow.Context, input *route53domains.GetOperationDetailInput) *GetOperationDetailFuture ListDomains(ctx workflow.Context, input *route53domains.ListDomainsInput) (*route53domains.ListDomainsOutput, error) ListDomainsAsync(ctx workflow.Context, input *route53domains.ListDomainsInput) *ListDomainsFuture ListOperations(ctx workflow.Context, input *route53domains.ListOperationsInput) (*route53domains.ListOperationsOutput, error) ListOperationsAsync(ctx workflow.Context, input *route53domains.ListOperationsInput) *ListOperationsFuture ListTagsForDomain(ctx workflow.Context, input *route53domains.ListTagsForDomainInput) (*route53domains.ListTagsForDomainOutput, error) ListTagsForDomainAsync(ctx workflow.Context, input *route53domains.ListTagsForDomainInput) *ListTagsForDomainFuture RegisterDomain(ctx workflow.Context, input *route53domains.RegisterDomainInput) (*route53domains.RegisterDomainOutput, error) RegisterDomainAsync(ctx workflow.Context, input *route53domains.RegisterDomainInput) *RegisterDomainFuture RejectDomainTransferFromAnotherAwsAccount(ctx workflow.Context, input *route53domains.RejectDomainTransferFromAnotherAwsAccountInput) (*route53domains.RejectDomainTransferFromAnotherAwsAccountOutput, error) RejectDomainTransferFromAnotherAwsAccountAsync(ctx workflow.Context, input *route53domains.RejectDomainTransferFromAnotherAwsAccountInput) *RejectDomainTransferFromAnotherAwsAccountFuture RenewDomain(ctx workflow.Context, input *route53domains.RenewDomainInput) (*route53domains.RenewDomainOutput, error) RenewDomainAsync(ctx workflow.Context, input *route53domains.RenewDomainInput) *RenewDomainFuture ResendContactReachabilityEmail(ctx workflow.Context, input *route53domains.ResendContactReachabilityEmailInput) (*route53domains.ResendContactReachabilityEmailOutput, error) ResendContactReachabilityEmailAsync(ctx workflow.Context, input *route53domains.ResendContactReachabilityEmailInput) *ResendContactReachabilityEmailFuture RetrieveDomainAuthCode(ctx workflow.Context, input *route53domains.RetrieveDomainAuthCodeInput) (*route53domains.RetrieveDomainAuthCodeOutput, error) RetrieveDomainAuthCodeAsync(ctx workflow.Context, input *route53domains.RetrieveDomainAuthCodeInput) *RetrieveDomainAuthCodeFuture TransferDomain(ctx workflow.Context, input *route53domains.TransferDomainInput) (*route53domains.TransferDomainOutput, error) TransferDomainAsync(ctx workflow.Context, input *route53domains.TransferDomainInput) *TransferDomainFuture TransferDomainToAnotherAwsAccount(ctx workflow.Context, input *route53domains.TransferDomainToAnotherAwsAccountInput) (*route53domains.TransferDomainToAnotherAwsAccountOutput, error) TransferDomainToAnotherAwsAccountAsync(ctx workflow.Context, input *route53domains.TransferDomainToAnotherAwsAccountInput) *TransferDomainToAnotherAwsAccountFuture UpdateDomainContact(ctx workflow.Context, input *route53domains.UpdateDomainContactInput) (*route53domains.UpdateDomainContactOutput, error) UpdateDomainContactAsync(ctx workflow.Context, input *route53domains.UpdateDomainContactInput) *UpdateDomainContactFuture UpdateDomainContactPrivacy(ctx workflow.Context, input *route53domains.UpdateDomainContactPrivacyInput) (*route53domains.UpdateDomainContactPrivacyOutput, error) UpdateDomainContactPrivacyAsync(ctx workflow.Context, input *route53domains.UpdateDomainContactPrivacyInput) *UpdateDomainContactPrivacyFuture UpdateDomainNameservers(ctx workflow.Context, input *route53domains.UpdateDomainNameserversInput) (*route53domains.UpdateDomainNameserversOutput, error) UpdateDomainNameserversAsync(ctx workflow.Context, input *route53domains.UpdateDomainNameserversInput) *UpdateDomainNameserversFuture UpdateTagsForDomain(ctx workflow.Context, input *route53domains.UpdateTagsForDomainInput) (*route53domains.UpdateTagsForDomainOutput, error) UpdateTagsForDomainAsync(ctx workflow.Context, input *route53domains.UpdateTagsForDomainInput) *UpdateTagsForDomainFuture ViewBilling(ctx workflow.Context, input *route53domains.ViewBillingInput) (*route53domains.ViewBillingOutput, error) ViewBillingAsync(ctx workflow.Context, input *route53domains.ViewBillingInput) *ViewBillingFuture }
type DeleteTagsForDomainFuture ¶
type DeleteTagsForDomainFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteTagsForDomainFuture) Get ¶
func (r *DeleteTagsForDomainFuture) Get(ctx workflow.Context) (*route53domains.DeleteTagsForDomainOutput, error)
type DisableDomainAutoRenewFuture ¶
type DisableDomainAutoRenewFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisableDomainAutoRenewFuture) Get ¶
func (r *DisableDomainAutoRenewFuture) Get(ctx workflow.Context) (*route53domains.DisableDomainAutoRenewOutput, error)
type DisableDomainTransferLockFuture ¶
type DisableDomainTransferLockFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisableDomainTransferLockFuture) Get ¶
func (r *DisableDomainTransferLockFuture) Get(ctx workflow.Context) (*route53domains.DisableDomainTransferLockOutput, error)
type EnableDomainAutoRenewFuture ¶
type EnableDomainAutoRenewFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*EnableDomainAutoRenewFuture) Get ¶
func (r *EnableDomainAutoRenewFuture) Get(ctx workflow.Context) (*route53domains.EnableDomainAutoRenewOutput, error)
type EnableDomainTransferLockFuture ¶
type EnableDomainTransferLockFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*EnableDomainTransferLockFuture) Get ¶
func (r *EnableDomainTransferLockFuture) Get(ctx workflow.Context) (*route53domains.EnableDomainTransferLockOutput, error)
type GetContactReachabilityStatusFuture ¶
type GetContactReachabilityStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetContactReachabilityStatusFuture) Get ¶
func (r *GetContactReachabilityStatusFuture) Get(ctx workflow.Context) (*route53domains.GetContactReachabilityStatusOutput, error)
type GetDomainDetailFuture ¶
type GetDomainDetailFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDomainDetailFuture) Get ¶
func (r *GetDomainDetailFuture) Get(ctx workflow.Context) (*route53domains.GetDomainDetailOutput, error)
type GetDomainSuggestionsFuture ¶
type GetDomainSuggestionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetDomainSuggestionsFuture) Get ¶
func (r *GetDomainSuggestionsFuture) Get(ctx workflow.Context) (*route53domains.GetDomainSuggestionsOutput, error)
type GetOperationDetailFuture ¶
type GetOperationDetailFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetOperationDetailFuture) Get ¶
func (r *GetOperationDetailFuture) Get(ctx workflow.Context) (*route53domains.GetOperationDetailOutput, error)
type ListDomainsFuture ¶
func (*ListDomainsFuture) Get ¶
func (r *ListDomainsFuture) Get(ctx workflow.Context) (*route53domains.ListDomainsOutput, error)
type ListOperationsFuture ¶
func (*ListOperationsFuture) Get ¶
func (r *ListOperationsFuture) Get(ctx workflow.Context) (*route53domains.ListOperationsOutput, error)
type ListTagsForDomainFuture ¶
type ListTagsForDomainFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForDomainFuture) Get ¶
func (r *ListTagsForDomainFuture) Get(ctx workflow.Context) (*route53domains.ListTagsForDomainOutput, error)
type RegisterDomainFuture ¶
func (*RegisterDomainFuture) Get ¶
func (r *RegisterDomainFuture) Get(ctx workflow.Context) (*route53domains.RegisterDomainOutput, error)
type RejectDomainTransferFromAnotherAwsAccountFuture ¶
type RejectDomainTransferFromAnotherAwsAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
type RenewDomainFuture ¶
func (*RenewDomainFuture) Get ¶
func (r *RenewDomainFuture) Get(ctx workflow.Context) (*route53domains.RenewDomainOutput, error)
type ResendContactReachabilityEmailFuture ¶
type ResendContactReachabilityEmailFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ResendContactReachabilityEmailFuture) Get ¶
func (r *ResendContactReachabilityEmailFuture) Get(ctx workflow.Context) (*route53domains.ResendContactReachabilityEmailOutput, error)
type RetrieveDomainAuthCodeFuture ¶
type RetrieveDomainAuthCodeFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RetrieveDomainAuthCodeFuture) Get ¶
func (r *RetrieveDomainAuthCodeFuture) Get(ctx workflow.Context) (*route53domains.RetrieveDomainAuthCodeOutput, error)
type TransferDomainFuture ¶
func (*TransferDomainFuture) Get ¶
func (r *TransferDomainFuture) Get(ctx workflow.Context) (*route53domains.TransferDomainOutput, error)
type TransferDomainToAnotherAwsAccountFuture ¶
type TransferDomainToAnotherAwsAccountFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*TransferDomainToAnotherAwsAccountFuture) Get ¶
func (r *TransferDomainToAnotherAwsAccountFuture) Get(ctx workflow.Context) (*route53domains.TransferDomainToAnotherAwsAccountOutput, error)
type UpdateDomainContactFuture ¶
type UpdateDomainContactFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDomainContactFuture) Get ¶
func (r *UpdateDomainContactFuture) Get(ctx workflow.Context) (*route53domains.UpdateDomainContactOutput, error)
type UpdateDomainContactPrivacyFuture ¶
type UpdateDomainContactPrivacyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDomainContactPrivacyFuture) Get ¶
func (r *UpdateDomainContactPrivacyFuture) Get(ctx workflow.Context) (*route53domains.UpdateDomainContactPrivacyOutput, error)
type UpdateDomainNameserversFuture ¶
type UpdateDomainNameserversFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDomainNameserversFuture) Get ¶
func (r *UpdateDomainNameserversFuture) Get(ctx workflow.Context) (*route53domains.UpdateDomainNameserversOutput, error)
type UpdateTagsForDomainFuture ¶
type UpdateTagsForDomainFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateTagsForDomainFuture) Get ¶
func (r *UpdateTagsForDomainFuture) Get(ctx workflow.Context) (*route53domains.UpdateTagsForDomainOutput, error)
type ViewBillingFuture ¶
func (*ViewBillingFuture) Get ¶
func (r *ViewBillingFuture) Get(ctx workflow.Context) (*route53domains.ViewBillingOutput, error)
Click to show internal directories.
Click to hide internal directories.