route53domainsstub

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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
}

func (*CancelDomainTransferToAnotherAwsAccountFuture) Get

type CheckDomainAvailabilityFuture

type CheckDomainAvailabilityFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CheckDomainAvailabilityFuture) Get

type CheckDomainTransferabilityFuture

type CheckDomainTransferabilityFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CheckDomainTransferabilityFuture) Get

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
}

func NewClient

func NewClient() Client

type DeleteTagsForDomainFuture

type DeleteTagsForDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteTagsForDomainFuture) Get

type DisableDomainAutoRenewFuture

type DisableDomainAutoRenewFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisableDomainAutoRenewFuture) Get

type DisableDomainTransferLockFuture

type DisableDomainTransferLockFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisableDomainTransferLockFuture) Get

type EnableDomainAutoRenewFuture

type EnableDomainAutoRenewFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*EnableDomainAutoRenewFuture) Get

type EnableDomainTransferLockFuture

type EnableDomainTransferLockFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*EnableDomainTransferLockFuture) Get

type GetContactReachabilityStatusFuture

type GetContactReachabilityStatusFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetContactReachabilityStatusFuture) Get

type GetDomainDetailFuture

type GetDomainDetailFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDomainDetailFuture) Get

type GetDomainSuggestionsFuture

type GetDomainSuggestionsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetDomainSuggestionsFuture) Get

type GetOperationDetailFuture

type GetOperationDetailFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*GetOperationDetailFuture) Get

type ListDomainsFuture

type ListDomainsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListDomainsFuture) Get

type ListOperationsFuture

type ListOperationsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListOperationsFuture) Get

type ListTagsForDomainFuture

type ListTagsForDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForDomainFuture) Get

type RegisterDomainFuture

type RegisterDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RegisterDomainFuture) Get

type RejectDomainTransferFromAnotherAwsAccountFuture

type RejectDomainTransferFromAnotherAwsAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

type RenewDomainFuture

type RenewDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RenewDomainFuture) Get

type ResendContactReachabilityEmailFuture

type ResendContactReachabilityEmailFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ResendContactReachabilityEmailFuture) Get

type RetrieveDomainAuthCodeFuture

type RetrieveDomainAuthCodeFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RetrieveDomainAuthCodeFuture) Get

type TransferDomainFuture

type TransferDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TransferDomainFuture) Get

type TransferDomainToAnotherAwsAccountFuture

type TransferDomainToAnotherAwsAccountFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TransferDomainToAnotherAwsAccountFuture) Get

type UpdateDomainContactFuture

type UpdateDomainContactFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateDomainContactFuture) Get

type UpdateDomainContactPrivacyFuture

type UpdateDomainContactPrivacyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateDomainContactPrivacyFuture) Get

type UpdateDomainNameserversFuture

type UpdateDomainNameserversFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateDomainNameserversFuture) Get

type UpdateTagsForDomainFuture

type UpdateTagsForDomainFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateTagsForDomainFuture) Get

type ViewBillingFuture

type ViewBillingFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ViewBillingFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL