amplifybackendstub

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 {
	CloneBackend(ctx workflow.Context, input *amplifybackend.CloneBackendInput) (*amplifybackend.CloneBackendOutput, error)
	CloneBackendAsync(ctx workflow.Context, input *amplifybackend.CloneBackendInput) *CloneBackendFuture

	CreateBackend(ctx workflow.Context, input *amplifybackend.CreateBackendInput) (*amplifybackend.CreateBackendOutput, error)
	CreateBackendAsync(ctx workflow.Context, input *amplifybackend.CreateBackendInput) *CreateBackendFuture

	CreateBackendAPI(ctx workflow.Context, input *amplifybackend.CreateBackendAPIInput) (*amplifybackend.CreateBackendAPIOutput, error)
	CreateBackendAPIAsync(ctx workflow.Context, input *amplifybackend.CreateBackendAPIInput) *CreateBackendAPIFuture

	CreateBackendAuth(ctx workflow.Context, input *amplifybackend.CreateBackendAuthInput) (*amplifybackend.CreateBackendAuthOutput, error)
	CreateBackendAuthAsync(ctx workflow.Context, input *amplifybackend.CreateBackendAuthInput) *CreateBackendAuthFuture

	CreateBackendConfig(ctx workflow.Context, input *amplifybackend.CreateBackendConfigInput) (*amplifybackend.CreateBackendConfigOutput, error)
	CreateBackendConfigAsync(ctx workflow.Context, input *amplifybackend.CreateBackendConfigInput) *CreateBackendConfigFuture

	CreateToken(ctx workflow.Context, input *amplifybackend.CreateTokenInput) (*amplifybackend.CreateTokenOutput, error)
	CreateTokenAsync(ctx workflow.Context, input *amplifybackend.CreateTokenInput) *CreateTokenFuture

	DeleteBackend(ctx workflow.Context, input *amplifybackend.DeleteBackendInput) (*amplifybackend.DeleteBackendOutput, error)
	DeleteBackendAsync(ctx workflow.Context, input *amplifybackend.DeleteBackendInput) *DeleteBackendFuture

	DeleteBackendAPI(ctx workflow.Context, input *amplifybackend.DeleteBackendAPIInput) (*amplifybackend.DeleteBackendAPIOutput, error)
	DeleteBackendAPIAsync(ctx workflow.Context, input *amplifybackend.DeleteBackendAPIInput) *DeleteBackendAPIFuture

	DeleteBackendAuth(ctx workflow.Context, input *amplifybackend.DeleteBackendAuthInput) (*amplifybackend.DeleteBackendAuthOutput, error)
	DeleteBackendAuthAsync(ctx workflow.Context, input *amplifybackend.DeleteBackendAuthInput) *DeleteBackendAuthFuture

	DeleteToken(ctx workflow.Context, input *amplifybackend.DeleteTokenInput) (*amplifybackend.DeleteTokenOutput, error)
	DeleteTokenAsync(ctx workflow.Context, input *amplifybackend.DeleteTokenInput) *DeleteTokenFuture

	GenerateBackendAPIModels(ctx workflow.Context, input *amplifybackend.GenerateBackendAPIModelsInput) (*amplifybackend.GenerateBackendAPIModelsOutput, error)
	GenerateBackendAPIModelsAsync(ctx workflow.Context, input *amplifybackend.GenerateBackendAPIModelsInput) *GenerateBackendAPIModelsFuture

	GetBackend(ctx workflow.Context, input *amplifybackend.GetBackendInput) (*amplifybackend.GetBackendOutput, error)
	GetBackendAsync(ctx workflow.Context, input *amplifybackend.GetBackendInput) *GetBackendFuture

	GetBackendAPI(ctx workflow.Context, input *amplifybackend.GetBackendAPIInput) (*amplifybackend.GetBackendAPIOutput, error)
	GetBackendAPIAsync(ctx workflow.Context, input *amplifybackend.GetBackendAPIInput) *GetBackendAPIFuture

	GetBackendAPIModels(ctx workflow.Context, input *amplifybackend.GetBackendAPIModelsInput) (*amplifybackend.GetBackendAPIModelsOutput, error)
	GetBackendAPIModelsAsync(ctx workflow.Context, input *amplifybackend.GetBackendAPIModelsInput) *GetBackendAPIModelsFuture

	GetBackendAuth(ctx workflow.Context, input *amplifybackend.GetBackendAuthInput) (*amplifybackend.GetBackendAuthOutput, error)
	GetBackendAuthAsync(ctx workflow.Context, input *amplifybackend.GetBackendAuthInput) *GetBackendAuthFuture

	GetBackendJob(ctx workflow.Context, input *amplifybackend.GetBackendJobInput) (*amplifybackend.GetBackendJobOutput, error)
	GetBackendJobAsync(ctx workflow.Context, input *amplifybackend.GetBackendJobInput) *GetBackendJobFuture

	GetToken(ctx workflow.Context, input *amplifybackend.GetTokenInput) (*amplifybackend.GetTokenOutput, error)
	GetTokenAsync(ctx workflow.Context, input *amplifybackend.GetTokenInput) *GetTokenFuture

	ListBackendJobs(ctx workflow.Context, input *amplifybackend.ListBackendJobsInput) (*amplifybackend.ListBackendJobsOutput, error)
	ListBackendJobsAsync(ctx workflow.Context, input *amplifybackend.ListBackendJobsInput) *ListBackendJobsFuture

	RemoveAllBackends(ctx workflow.Context, input *amplifybackend.RemoveAllBackendsInput) (*amplifybackend.RemoveAllBackendsOutput, error)
	RemoveAllBackendsAsync(ctx workflow.Context, input *amplifybackend.RemoveAllBackendsInput) *RemoveAllBackendsFuture

	RemoveBackendConfig(ctx workflow.Context, input *amplifybackend.RemoveBackendConfigInput) (*amplifybackend.RemoveBackendConfigOutput, error)
	RemoveBackendConfigAsync(ctx workflow.Context, input *amplifybackend.RemoveBackendConfigInput) *RemoveBackendConfigFuture

	UpdateBackendAPI(ctx workflow.Context, input *amplifybackend.UpdateBackendAPIInput) (*amplifybackend.UpdateBackendAPIOutput, error)
	UpdateBackendAPIAsync(ctx workflow.Context, input *amplifybackend.UpdateBackendAPIInput) *UpdateBackendAPIFuture

	UpdateBackendAuth(ctx workflow.Context, input *amplifybackend.UpdateBackendAuthInput) (*amplifybackend.UpdateBackendAuthOutput, error)
	UpdateBackendAuthAsync(ctx workflow.Context, input *amplifybackend.UpdateBackendAuthInput) *UpdateBackendAuthFuture

	UpdateBackendConfig(ctx workflow.Context, input *amplifybackend.UpdateBackendConfigInput) (*amplifybackend.UpdateBackendConfigOutput, error)
	UpdateBackendConfigAsync(ctx workflow.Context, input *amplifybackend.UpdateBackendConfigInput) *UpdateBackendConfigFuture

	UpdateBackendJob(ctx workflow.Context, input *amplifybackend.UpdateBackendJobInput) (*amplifybackend.UpdateBackendJobOutput, error)
	UpdateBackendJobAsync(ctx workflow.Context, input *amplifybackend.UpdateBackendJobInput) *UpdateBackendJobFuture
}

func NewClient

func NewClient() Client

type CloneBackendFuture

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

func (*CloneBackendFuture) Get

type CreateBackendAPIFuture

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

func (*CreateBackendAPIFuture) Get

type CreateBackendAuthFuture

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

func (*CreateBackendAuthFuture) Get

type CreateBackendConfigFuture

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

func (*CreateBackendConfigFuture) Get

type CreateBackendFuture

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

func (*CreateBackendFuture) Get

type CreateTokenFuture

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

func (*CreateTokenFuture) Get

type DeleteBackendAPIFuture

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

func (*DeleteBackendAPIFuture) Get

type DeleteBackendAuthFuture

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

func (*DeleteBackendAuthFuture) Get

type DeleteBackendFuture

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

func (*DeleteBackendFuture) Get

type DeleteTokenFuture

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

func (*DeleteTokenFuture) Get

type GenerateBackendAPIModelsFuture

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

func (*GenerateBackendAPIModelsFuture) Get

type GetBackendAPIFuture

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

func (*GetBackendAPIFuture) Get

type GetBackendAPIModelsFuture

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

func (*GetBackendAPIModelsFuture) Get

type GetBackendAuthFuture

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

func (*GetBackendAuthFuture) Get

type GetBackendFuture

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

func (*GetBackendFuture) Get

type GetBackendJobFuture

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

func (*GetBackendJobFuture) Get

type GetTokenFuture

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

func (*GetTokenFuture) Get

type ListBackendJobsFuture

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

func (*ListBackendJobsFuture) Get

type RemoveAllBackendsFuture

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

func (*RemoveAllBackendsFuture) Get

type RemoveBackendConfigFuture

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

func (*RemoveBackendConfigFuture) Get

type UpdateBackendAPIFuture

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

func (*UpdateBackendAPIFuture) Get

type UpdateBackendAuthFuture

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

func (*UpdateBackendAuthFuture) Get

type UpdateBackendConfigFuture

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

func (*UpdateBackendConfigFuture) Get

type UpdateBackendJobFuture

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

func (*UpdateBackendJobFuture) Get

Jump to

Keyboard shortcuts

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