wellarchitectedstub

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 AssociateLensesFuture

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

func (*AssociateLensesFuture) Get

type Client

type Client interface {
	AssociateLenses(ctx workflow.Context, input *wellarchitected.AssociateLensesInput) (*wellarchitected.AssociateLensesOutput, error)
	AssociateLensesAsync(ctx workflow.Context, input *wellarchitected.AssociateLensesInput) *AssociateLensesFuture

	CreateMilestone(ctx workflow.Context, input *wellarchitected.CreateMilestoneInput) (*wellarchitected.CreateMilestoneOutput, error)
	CreateMilestoneAsync(ctx workflow.Context, input *wellarchitected.CreateMilestoneInput) *CreateMilestoneFuture

	CreateWorkload(ctx workflow.Context, input *wellarchitected.CreateWorkloadInput) (*wellarchitected.CreateWorkloadOutput, error)
	CreateWorkloadAsync(ctx workflow.Context, input *wellarchitected.CreateWorkloadInput) *CreateWorkloadFuture

	CreateWorkloadShare(ctx workflow.Context, input *wellarchitected.CreateWorkloadShareInput) (*wellarchitected.CreateWorkloadShareOutput, error)
	CreateWorkloadShareAsync(ctx workflow.Context, input *wellarchitected.CreateWorkloadShareInput) *CreateWorkloadShareFuture

	DeleteWorkload(ctx workflow.Context, input *wellarchitected.DeleteWorkloadInput) (*wellarchitected.DeleteWorkloadOutput, error)
	DeleteWorkloadAsync(ctx workflow.Context, input *wellarchitected.DeleteWorkloadInput) *DeleteWorkloadFuture

	DeleteWorkloadShare(ctx workflow.Context, input *wellarchitected.DeleteWorkloadShareInput) (*wellarchitected.DeleteWorkloadShareOutput, error)
	DeleteWorkloadShareAsync(ctx workflow.Context, input *wellarchitected.DeleteWorkloadShareInput) *DeleteWorkloadShareFuture

	DisassociateLenses(ctx workflow.Context, input *wellarchitected.DisassociateLensesInput) (*wellarchitected.DisassociateLensesOutput, error)
	DisassociateLensesAsync(ctx workflow.Context, input *wellarchitected.DisassociateLensesInput) *DisassociateLensesFuture

	GetAnswer(ctx workflow.Context, input *wellarchitected.GetAnswerInput) (*wellarchitected.GetAnswerOutput, error)
	GetAnswerAsync(ctx workflow.Context, input *wellarchitected.GetAnswerInput) *GetAnswerFuture

	GetLensReview(ctx workflow.Context, input *wellarchitected.GetLensReviewInput) (*wellarchitected.GetLensReviewOutput, error)
	GetLensReviewAsync(ctx workflow.Context, input *wellarchitected.GetLensReviewInput) *GetLensReviewFuture

	GetLensReviewReport(ctx workflow.Context, input *wellarchitected.GetLensReviewReportInput) (*wellarchitected.GetLensReviewReportOutput, error)
	GetLensReviewReportAsync(ctx workflow.Context, input *wellarchitected.GetLensReviewReportInput) *GetLensReviewReportFuture

	GetLensVersionDifference(ctx workflow.Context, input *wellarchitected.GetLensVersionDifferenceInput) (*wellarchitected.GetLensVersionDifferenceOutput, error)
	GetLensVersionDifferenceAsync(ctx workflow.Context, input *wellarchitected.GetLensVersionDifferenceInput) *GetLensVersionDifferenceFuture

	GetMilestone(ctx workflow.Context, input *wellarchitected.GetMilestoneInput) (*wellarchitected.GetMilestoneOutput, error)
	GetMilestoneAsync(ctx workflow.Context, input *wellarchitected.GetMilestoneInput) *GetMilestoneFuture

	GetWorkload(ctx workflow.Context, input *wellarchitected.GetWorkloadInput) (*wellarchitected.GetWorkloadOutput, error)
	GetWorkloadAsync(ctx workflow.Context, input *wellarchitected.GetWorkloadInput) *GetWorkloadFuture

	ListAnswers(ctx workflow.Context, input *wellarchitected.ListAnswersInput) (*wellarchitected.ListAnswersOutput, error)
	ListAnswersAsync(ctx workflow.Context, input *wellarchitected.ListAnswersInput) *ListAnswersFuture

	ListLensReviewImprovements(ctx workflow.Context, input *wellarchitected.ListLensReviewImprovementsInput) (*wellarchitected.ListLensReviewImprovementsOutput, error)
	ListLensReviewImprovementsAsync(ctx workflow.Context, input *wellarchitected.ListLensReviewImprovementsInput) *ListLensReviewImprovementsFuture

	ListLensReviews(ctx workflow.Context, input *wellarchitected.ListLensReviewsInput) (*wellarchitected.ListLensReviewsOutput, error)
	ListLensReviewsAsync(ctx workflow.Context, input *wellarchitected.ListLensReviewsInput) *ListLensReviewsFuture

	ListLenses(ctx workflow.Context, input *wellarchitected.ListLensesInput) (*wellarchitected.ListLensesOutput, error)
	ListLensesAsync(ctx workflow.Context, input *wellarchitected.ListLensesInput) *ListLensesFuture

	ListMilestones(ctx workflow.Context, input *wellarchitected.ListMilestonesInput) (*wellarchitected.ListMilestonesOutput, error)
	ListMilestonesAsync(ctx workflow.Context, input *wellarchitected.ListMilestonesInput) *ListMilestonesFuture

	ListNotifications(ctx workflow.Context, input *wellarchitected.ListNotificationsInput) (*wellarchitected.ListNotificationsOutput, error)
	ListNotificationsAsync(ctx workflow.Context, input *wellarchitected.ListNotificationsInput) *ListNotificationsFuture

	ListShareInvitations(ctx workflow.Context, input *wellarchitected.ListShareInvitationsInput) (*wellarchitected.ListShareInvitationsOutput, error)
	ListShareInvitationsAsync(ctx workflow.Context, input *wellarchitected.ListShareInvitationsInput) *ListShareInvitationsFuture

	ListWorkloadShares(ctx workflow.Context, input *wellarchitected.ListWorkloadSharesInput) (*wellarchitected.ListWorkloadSharesOutput, error)
	ListWorkloadSharesAsync(ctx workflow.Context, input *wellarchitected.ListWorkloadSharesInput) *ListWorkloadSharesFuture

	ListWorkloads(ctx workflow.Context, input *wellarchitected.ListWorkloadsInput) (*wellarchitected.ListWorkloadsOutput, error)
	ListWorkloadsAsync(ctx workflow.Context, input *wellarchitected.ListWorkloadsInput) *ListWorkloadsFuture

	UpdateAnswer(ctx workflow.Context, input *wellarchitected.UpdateAnswerInput) (*wellarchitected.UpdateAnswerOutput, error)
	UpdateAnswerAsync(ctx workflow.Context, input *wellarchitected.UpdateAnswerInput) *UpdateAnswerFuture

	UpdateLensReview(ctx workflow.Context, input *wellarchitected.UpdateLensReviewInput) (*wellarchitected.UpdateLensReviewOutput, error)
	UpdateLensReviewAsync(ctx workflow.Context, input *wellarchitected.UpdateLensReviewInput) *UpdateLensReviewFuture

	UpdateShareInvitation(ctx workflow.Context, input *wellarchitected.UpdateShareInvitationInput) (*wellarchitected.UpdateShareInvitationOutput, error)
	UpdateShareInvitationAsync(ctx workflow.Context, input *wellarchitected.UpdateShareInvitationInput) *UpdateShareInvitationFuture

	UpdateWorkload(ctx workflow.Context, input *wellarchitected.UpdateWorkloadInput) (*wellarchitected.UpdateWorkloadOutput, error)
	UpdateWorkloadAsync(ctx workflow.Context, input *wellarchitected.UpdateWorkloadInput) *UpdateWorkloadFuture

	UpdateWorkloadShare(ctx workflow.Context, input *wellarchitected.UpdateWorkloadShareInput) (*wellarchitected.UpdateWorkloadShareOutput, error)
	UpdateWorkloadShareAsync(ctx workflow.Context, input *wellarchitected.UpdateWorkloadShareInput) *UpdateWorkloadShareFuture

	UpgradeLensReview(ctx workflow.Context, input *wellarchitected.UpgradeLensReviewInput) (*wellarchitected.UpgradeLensReviewOutput, error)
	UpgradeLensReviewAsync(ctx workflow.Context, input *wellarchitected.UpgradeLensReviewInput) *UpgradeLensReviewFuture
}

func NewClient

func NewClient() Client

type CreateMilestoneFuture

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

func (*CreateMilestoneFuture) Get

type CreateWorkloadFuture

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

func (*CreateWorkloadFuture) Get

type CreateWorkloadShareFuture

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

func (*CreateWorkloadShareFuture) Get

type DeleteWorkloadFuture

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

func (*DeleteWorkloadFuture) Get

type DeleteWorkloadShareFuture

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

func (*DeleteWorkloadShareFuture) Get

type DisassociateLensesFuture

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

func (*DisassociateLensesFuture) Get

type GetAnswerFuture

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

func (*GetAnswerFuture) Get

type GetLensReviewFuture

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

func (*GetLensReviewFuture) Get

type GetLensReviewReportFuture

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

func (*GetLensReviewReportFuture) Get

type GetLensVersionDifferenceFuture

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

func (*GetLensVersionDifferenceFuture) Get

type GetMilestoneFuture

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

func (*GetMilestoneFuture) Get

type GetWorkloadFuture

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

func (*GetWorkloadFuture) Get

type ListAnswersFuture

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

func (*ListAnswersFuture) Get

type ListLensReviewImprovementsFuture

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

func (*ListLensReviewImprovementsFuture) Get

type ListLensReviewsFuture

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

func (*ListLensReviewsFuture) Get

type ListLensesFuture

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

func (*ListLensesFuture) Get

type ListMilestonesFuture

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

func (*ListMilestonesFuture) Get

type ListNotificationsFuture

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

func (*ListNotificationsFuture) Get

type ListShareInvitationsFuture

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

func (*ListShareInvitationsFuture) Get

type ListWorkloadSharesFuture

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

func (*ListWorkloadSharesFuture) Get

type ListWorkloadsFuture

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

func (*ListWorkloadsFuture) Get

type UpdateAnswerFuture

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

func (*UpdateAnswerFuture) Get

type UpdateLensReviewFuture

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

func (*UpdateLensReviewFuture) Get

type UpdateShareInvitationFuture

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

func (*UpdateShareInvitationFuture) Get

type UpdateWorkloadFuture

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

func (*UpdateWorkloadFuture) Get

type UpdateWorkloadShareFuture

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

func (*UpdateWorkloadShareFuture) Get

type UpgradeLensReviewFuture

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

func (*UpgradeLensReviewFuture) Get

Jump to

Keyboard shortcuts

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