amplifystub

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 Client

type Client interface {
	CreateApp(ctx workflow.Context, input *amplify.CreateAppInput) (*amplify.CreateAppOutput, error)
	CreateAppAsync(ctx workflow.Context, input *amplify.CreateAppInput) *CreateAppFuture

	CreateBackendEnvironment(ctx workflow.Context, input *amplify.CreateBackendEnvironmentInput) (*amplify.CreateBackendEnvironmentOutput, error)
	CreateBackendEnvironmentAsync(ctx workflow.Context, input *amplify.CreateBackendEnvironmentInput) *CreateBackendEnvironmentFuture

	CreateBranch(ctx workflow.Context, input *amplify.CreateBranchInput) (*amplify.CreateBranchOutput, error)
	CreateBranchAsync(ctx workflow.Context, input *amplify.CreateBranchInput) *CreateBranchFuture

	CreateDeployment(ctx workflow.Context, input *amplify.CreateDeploymentInput) (*amplify.CreateDeploymentOutput, error)
	CreateDeploymentAsync(ctx workflow.Context, input *amplify.CreateDeploymentInput) *CreateDeploymentFuture

	CreateDomainAssociation(ctx workflow.Context, input *amplify.CreateDomainAssociationInput) (*amplify.CreateDomainAssociationOutput, error)
	CreateDomainAssociationAsync(ctx workflow.Context, input *amplify.CreateDomainAssociationInput) *CreateDomainAssociationFuture

	CreateWebhook(ctx workflow.Context, input *amplify.CreateWebhookInput) (*amplify.CreateWebhookOutput, error)
	CreateWebhookAsync(ctx workflow.Context, input *amplify.CreateWebhookInput) *CreateWebhookFuture

	DeleteApp(ctx workflow.Context, input *amplify.DeleteAppInput) (*amplify.DeleteAppOutput, error)
	DeleteAppAsync(ctx workflow.Context, input *amplify.DeleteAppInput) *DeleteAppFuture

	DeleteBackendEnvironment(ctx workflow.Context, input *amplify.DeleteBackendEnvironmentInput) (*amplify.DeleteBackendEnvironmentOutput, error)
	DeleteBackendEnvironmentAsync(ctx workflow.Context, input *amplify.DeleteBackendEnvironmentInput) *DeleteBackendEnvironmentFuture

	DeleteBranch(ctx workflow.Context, input *amplify.DeleteBranchInput) (*amplify.DeleteBranchOutput, error)
	DeleteBranchAsync(ctx workflow.Context, input *amplify.DeleteBranchInput) *DeleteBranchFuture

	DeleteDomainAssociation(ctx workflow.Context, input *amplify.DeleteDomainAssociationInput) (*amplify.DeleteDomainAssociationOutput, error)
	DeleteDomainAssociationAsync(ctx workflow.Context, input *amplify.DeleteDomainAssociationInput) *DeleteDomainAssociationFuture

	DeleteJob(ctx workflow.Context, input *amplify.DeleteJobInput) (*amplify.DeleteJobOutput, error)
	DeleteJobAsync(ctx workflow.Context, input *amplify.DeleteJobInput) *DeleteJobFuture

	DeleteWebhook(ctx workflow.Context, input *amplify.DeleteWebhookInput) (*amplify.DeleteWebhookOutput, error)
	DeleteWebhookAsync(ctx workflow.Context, input *amplify.DeleteWebhookInput) *DeleteWebhookFuture

	GenerateAccessLogs(ctx workflow.Context, input *amplify.GenerateAccessLogsInput) (*amplify.GenerateAccessLogsOutput, error)
	GenerateAccessLogsAsync(ctx workflow.Context, input *amplify.GenerateAccessLogsInput) *GenerateAccessLogsFuture

	GetApp(ctx workflow.Context, input *amplify.GetAppInput) (*amplify.GetAppOutput, error)
	GetAppAsync(ctx workflow.Context, input *amplify.GetAppInput) *GetAppFuture

	GetArtifactUrl(ctx workflow.Context, input *amplify.GetArtifactUrlInput) (*amplify.GetArtifactUrlOutput, error)
	GetArtifactUrlAsync(ctx workflow.Context, input *amplify.GetArtifactUrlInput) *GetArtifactUrlFuture

	GetBackendEnvironment(ctx workflow.Context, input *amplify.GetBackendEnvironmentInput) (*amplify.GetBackendEnvironmentOutput, error)
	GetBackendEnvironmentAsync(ctx workflow.Context, input *amplify.GetBackendEnvironmentInput) *GetBackendEnvironmentFuture

	GetBranch(ctx workflow.Context, input *amplify.GetBranchInput) (*amplify.GetBranchOutput, error)
	GetBranchAsync(ctx workflow.Context, input *amplify.GetBranchInput) *GetBranchFuture

	GetDomainAssociation(ctx workflow.Context, input *amplify.GetDomainAssociationInput) (*amplify.GetDomainAssociationOutput, error)
	GetDomainAssociationAsync(ctx workflow.Context, input *amplify.GetDomainAssociationInput) *GetDomainAssociationFuture

	GetJob(ctx workflow.Context, input *amplify.GetJobInput) (*amplify.GetJobOutput, error)
	GetJobAsync(ctx workflow.Context, input *amplify.GetJobInput) *GetJobFuture

	GetWebhook(ctx workflow.Context, input *amplify.GetWebhookInput) (*amplify.GetWebhookOutput, error)
	GetWebhookAsync(ctx workflow.Context, input *amplify.GetWebhookInput) *GetWebhookFuture

	ListApps(ctx workflow.Context, input *amplify.ListAppsInput) (*amplify.ListAppsOutput, error)
	ListAppsAsync(ctx workflow.Context, input *amplify.ListAppsInput) *ListAppsFuture

	ListArtifacts(ctx workflow.Context, input *amplify.ListArtifactsInput) (*amplify.ListArtifactsOutput, error)
	ListArtifactsAsync(ctx workflow.Context, input *amplify.ListArtifactsInput) *ListArtifactsFuture

	ListBackendEnvironments(ctx workflow.Context, input *amplify.ListBackendEnvironmentsInput) (*amplify.ListBackendEnvironmentsOutput, error)
	ListBackendEnvironmentsAsync(ctx workflow.Context, input *amplify.ListBackendEnvironmentsInput) *ListBackendEnvironmentsFuture

	ListBranches(ctx workflow.Context, input *amplify.ListBranchesInput) (*amplify.ListBranchesOutput, error)
	ListBranchesAsync(ctx workflow.Context, input *amplify.ListBranchesInput) *ListBranchesFuture

	ListDomainAssociations(ctx workflow.Context, input *amplify.ListDomainAssociationsInput) (*amplify.ListDomainAssociationsOutput, error)
	ListDomainAssociationsAsync(ctx workflow.Context, input *amplify.ListDomainAssociationsInput) *ListDomainAssociationsFuture

	ListJobs(ctx workflow.Context, input *amplify.ListJobsInput) (*amplify.ListJobsOutput, error)
	ListJobsAsync(ctx workflow.Context, input *amplify.ListJobsInput) *ListJobsFuture

	ListTagsForResource(ctx workflow.Context, input *amplify.ListTagsForResourceInput) (*amplify.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *amplify.ListTagsForResourceInput) *ListTagsForResourceFuture

	ListWebhooks(ctx workflow.Context, input *amplify.ListWebhooksInput) (*amplify.ListWebhooksOutput, error)
	ListWebhooksAsync(ctx workflow.Context, input *amplify.ListWebhooksInput) *ListWebhooksFuture

	StartDeployment(ctx workflow.Context, input *amplify.StartDeploymentInput) (*amplify.StartDeploymentOutput, error)
	StartDeploymentAsync(ctx workflow.Context, input *amplify.StartDeploymentInput) *StartDeploymentFuture

	StartJob(ctx workflow.Context, input *amplify.StartJobInput) (*amplify.StartJobOutput, error)
	StartJobAsync(ctx workflow.Context, input *amplify.StartJobInput) *StartJobFuture

	StopJob(ctx workflow.Context, input *amplify.StopJobInput) (*amplify.StopJobOutput, error)
	StopJobAsync(ctx workflow.Context, input *amplify.StopJobInput) *StopJobFuture

	TagResource(ctx workflow.Context, input *amplify.TagResourceInput) (*amplify.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *amplify.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *amplify.UntagResourceInput) (*amplify.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *amplify.UntagResourceInput) *UntagResourceFuture

	UpdateApp(ctx workflow.Context, input *amplify.UpdateAppInput) (*amplify.UpdateAppOutput, error)
	UpdateAppAsync(ctx workflow.Context, input *amplify.UpdateAppInput) *UpdateAppFuture

	UpdateBranch(ctx workflow.Context, input *amplify.UpdateBranchInput) (*amplify.UpdateBranchOutput, error)
	UpdateBranchAsync(ctx workflow.Context, input *amplify.UpdateBranchInput) *UpdateBranchFuture

	UpdateDomainAssociation(ctx workflow.Context, input *amplify.UpdateDomainAssociationInput) (*amplify.UpdateDomainAssociationOutput, error)
	UpdateDomainAssociationAsync(ctx workflow.Context, input *amplify.UpdateDomainAssociationInput) *UpdateDomainAssociationFuture

	UpdateWebhook(ctx workflow.Context, input *amplify.UpdateWebhookInput) (*amplify.UpdateWebhookOutput, error)
	UpdateWebhookAsync(ctx workflow.Context, input *amplify.UpdateWebhookInput) *UpdateWebhookFuture
}

func NewClient

func NewClient() Client

type CreateAppFuture

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

func (*CreateAppFuture) Get

type CreateBackendEnvironmentFuture

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

func (*CreateBackendEnvironmentFuture) Get

type CreateBranchFuture

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

func (*CreateBranchFuture) Get

type CreateDeploymentFuture

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

func (*CreateDeploymentFuture) Get

type CreateDomainAssociationFuture

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

func (*CreateDomainAssociationFuture) Get

type CreateWebhookFuture

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

func (*CreateWebhookFuture) Get

type DeleteAppFuture

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

func (*DeleteAppFuture) Get

type DeleteBackendEnvironmentFuture

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

func (*DeleteBackendEnvironmentFuture) Get

type DeleteBranchFuture

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

func (*DeleteBranchFuture) Get

type DeleteDomainAssociationFuture

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

func (*DeleteDomainAssociationFuture) Get

type DeleteJobFuture

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

func (*DeleteJobFuture) Get

type DeleteWebhookFuture

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

func (*DeleteWebhookFuture) Get

type GenerateAccessLogsFuture

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

func (*GenerateAccessLogsFuture) Get

type GetAppFuture

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

func (*GetAppFuture) Get

type GetArtifactUrlFuture

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

func (*GetArtifactUrlFuture) Get

type GetBackendEnvironmentFuture

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

func (*GetBackendEnvironmentFuture) Get

type GetBranchFuture

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

func (*GetBranchFuture) Get

type GetDomainAssociationFuture

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

func (*GetDomainAssociationFuture) Get

type GetJobFuture

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

func (*GetJobFuture) Get

type GetWebhookFuture

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

func (*GetWebhookFuture) Get

type ListAppsFuture

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

func (*ListAppsFuture) Get

type ListArtifactsFuture

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

func (*ListArtifactsFuture) Get

type ListBackendEnvironmentsFuture

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

func (*ListBackendEnvironmentsFuture) Get

type ListBranchesFuture

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

func (*ListBranchesFuture) Get

type ListDomainAssociationsFuture

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

func (*ListDomainAssociationsFuture) Get

type ListJobsFuture

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

func (*ListJobsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type ListWebhooksFuture

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

func (*ListWebhooksFuture) Get

type StartDeploymentFuture

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

func (*StartDeploymentFuture) Get

type StartJobFuture

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

func (*StartJobFuture) Get

type StopJobFuture

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

func (*StopJobFuture) Get

type TagResourceFuture

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

func (*TagResourceFuture) Get

type UntagResourceFuture

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

func (*UntagResourceFuture) Get

type UpdateAppFuture

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

func (*UpdateAppFuture) Get

type UpdateBranchFuture

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

func (*UpdateBranchFuture) Get

type UpdateDomainAssociationFuture

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

func (*UpdateDomainAssociationFuture) Get

type UpdateWebhookFuture

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

func (*UpdateWebhookFuture) Get

Jump to

Keyboard shortcuts

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