appsyncstub

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 {
	CreateApiCache(ctx workflow.Context, input *appsync.CreateApiCacheInput) (*appsync.CreateApiCacheOutput, error)
	CreateApiCacheAsync(ctx workflow.Context, input *appsync.CreateApiCacheInput) *CreateApiCacheFuture

	CreateApiKey(ctx workflow.Context, input *appsync.CreateApiKeyInput) (*appsync.CreateApiKeyOutput, error)
	CreateApiKeyAsync(ctx workflow.Context, input *appsync.CreateApiKeyInput) *CreateApiKeyFuture

	CreateDataSource(ctx workflow.Context, input *appsync.CreateDataSourceInput) (*appsync.CreateDataSourceOutput, error)
	CreateDataSourceAsync(ctx workflow.Context, input *appsync.CreateDataSourceInput) *CreateDataSourceFuture

	CreateFunction(ctx workflow.Context, input *appsync.CreateFunctionInput) (*appsync.CreateFunctionOutput, error)
	CreateFunctionAsync(ctx workflow.Context, input *appsync.CreateFunctionInput) *CreateFunctionFuture

	CreateGraphqlApi(ctx workflow.Context, input *appsync.CreateGraphqlApiInput) (*appsync.CreateGraphqlApiOutput, error)
	CreateGraphqlApiAsync(ctx workflow.Context, input *appsync.CreateGraphqlApiInput) *CreateGraphqlApiFuture

	CreateResolver(ctx workflow.Context, input *appsync.CreateResolverInput) (*appsync.CreateResolverOutput, error)
	CreateResolverAsync(ctx workflow.Context, input *appsync.CreateResolverInput) *CreateResolverFuture

	CreateType(ctx workflow.Context, input *appsync.CreateTypeInput) (*appsync.CreateTypeOutput, error)
	CreateTypeAsync(ctx workflow.Context, input *appsync.CreateTypeInput) *CreateTypeFuture

	DeleteApiCache(ctx workflow.Context, input *appsync.DeleteApiCacheInput) (*appsync.DeleteApiCacheOutput, error)
	DeleteApiCacheAsync(ctx workflow.Context, input *appsync.DeleteApiCacheInput) *DeleteApiCacheFuture

	DeleteApiKey(ctx workflow.Context, input *appsync.DeleteApiKeyInput) (*appsync.DeleteApiKeyOutput, error)
	DeleteApiKeyAsync(ctx workflow.Context, input *appsync.DeleteApiKeyInput) *DeleteApiKeyFuture

	DeleteDataSource(ctx workflow.Context, input *appsync.DeleteDataSourceInput) (*appsync.DeleteDataSourceOutput, error)
	DeleteDataSourceAsync(ctx workflow.Context, input *appsync.DeleteDataSourceInput) *DeleteDataSourceFuture

	DeleteFunction(ctx workflow.Context, input *appsync.DeleteFunctionInput) (*appsync.DeleteFunctionOutput, error)
	DeleteFunctionAsync(ctx workflow.Context, input *appsync.DeleteFunctionInput) *DeleteFunctionFuture

	DeleteGraphqlApi(ctx workflow.Context, input *appsync.DeleteGraphqlApiInput) (*appsync.DeleteGraphqlApiOutput, error)
	DeleteGraphqlApiAsync(ctx workflow.Context, input *appsync.DeleteGraphqlApiInput) *DeleteGraphqlApiFuture

	DeleteResolver(ctx workflow.Context, input *appsync.DeleteResolverInput) (*appsync.DeleteResolverOutput, error)
	DeleteResolverAsync(ctx workflow.Context, input *appsync.DeleteResolverInput) *DeleteResolverFuture

	DeleteType(ctx workflow.Context, input *appsync.DeleteTypeInput) (*appsync.DeleteTypeOutput, error)
	DeleteTypeAsync(ctx workflow.Context, input *appsync.DeleteTypeInput) *DeleteTypeFuture

	FlushApiCache(ctx workflow.Context, input *appsync.FlushApiCacheInput) (*appsync.FlushApiCacheOutput, error)
	FlushApiCacheAsync(ctx workflow.Context, input *appsync.FlushApiCacheInput) *FlushApiCacheFuture

	GetApiCache(ctx workflow.Context, input *appsync.GetApiCacheInput) (*appsync.GetApiCacheOutput, error)
	GetApiCacheAsync(ctx workflow.Context, input *appsync.GetApiCacheInput) *GetApiCacheFuture

	GetDataSource(ctx workflow.Context, input *appsync.GetDataSourceInput) (*appsync.GetDataSourceOutput, error)
	GetDataSourceAsync(ctx workflow.Context, input *appsync.GetDataSourceInput) *GetDataSourceFuture

	GetFunction(ctx workflow.Context, input *appsync.GetFunctionInput) (*appsync.GetFunctionOutput, error)
	GetFunctionAsync(ctx workflow.Context, input *appsync.GetFunctionInput) *GetFunctionFuture

	GetGraphqlApi(ctx workflow.Context, input *appsync.GetGraphqlApiInput) (*appsync.GetGraphqlApiOutput, error)
	GetGraphqlApiAsync(ctx workflow.Context, input *appsync.GetGraphqlApiInput) *GetGraphqlApiFuture

	GetIntrospectionSchema(ctx workflow.Context, input *appsync.GetIntrospectionSchemaInput) (*appsync.GetIntrospectionSchemaOutput, error)
	GetIntrospectionSchemaAsync(ctx workflow.Context, input *appsync.GetIntrospectionSchemaInput) *GetIntrospectionSchemaFuture

	GetResolver(ctx workflow.Context, input *appsync.GetResolverInput) (*appsync.GetResolverOutput, error)
	GetResolverAsync(ctx workflow.Context, input *appsync.GetResolverInput) *GetResolverFuture

	GetSchemaCreationStatus(ctx workflow.Context, input *appsync.GetSchemaCreationStatusInput) (*appsync.GetSchemaCreationStatusOutput, error)
	GetSchemaCreationStatusAsync(ctx workflow.Context, input *appsync.GetSchemaCreationStatusInput) *GetSchemaCreationStatusFuture

	GetType(ctx workflow.Context, input *appsync.GetTypeInput) (*appsync.GetTypeOutput, error)
	GetTypeAsync(ctx workflow.Context, input *appsync.GetTypeInput) *GetTypeFuture

	ListApiKeys(ctx workflow.Context, input *appsync.ListApiKeysInput) (*appsync.ListApiKeysOutput, error)
	ListApiKeysAsync(ctx workflow.Context, input *appsync.ListApiKeysInput) *ListApiKeysFuture

	ListDataSources(ctx workflow.Context, input *appsync.ListDataSourcesInput) (*appsync.ListDataSourcesOutput, error)
	ListDataSourcesAsync(ctx workflow.Context, input *appsync.ListDataSourcesInput) *ListDataSourcesFuture

	ListFunctions(ctx workflow.Context, input *appsync.ListFunctionsInput) (*appsync.ListFunctionsOutput, error)
	ListFunctionsAsync(ctx workflow.Context, input *appsync.ListFunctionsInput) *ListFunctionsFuture

	ListGraphqlApis(ctx workflow.Context, input *appsync.ListGraphqlApisInput) (*appsync.ListGraphqlApisOutput, error)
	ListGraphqlApisAsync(ctx workflow.Context, input *appsync.ListGraphqlApisInput) *ListGraphqlApisFuture

	ListResolvers(ctx workflow.Context, input *appsync.ListResolversInput) (*appsync.ListResolversOutput, error)
	ListResolversAsync(ctx workflow.Context, input *appsync.ListResolversInput) *ListResolversFuture

	ListResolversByFunction(ctx workflow.Context, input *appsync.ListResolversByFunctionInput) (*appsync.ListResolversByFunctionOutput, error)
	ListResolversByFunctionAsync(ctx workflow.Context, input *appsync.ListResolversByFunctionInput) *ListResolversByFunctionFuture

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

	ListTypes(ctx workflow.Context, input *appsync.ListTypesInput) (*appsync.ListTypesOutput, error)
	ListTypesAsync(ctx workflow.Context, input *appsync.ListTypesInput) *ListTypesFuture

	StartSchemaCreation(ctx workflow.Context, input *appsync.StartSchemaCreationInput) (*appsync.StartSchemaCreationOutput, error)
	StartSchemaCreationAsync(ctx workflow.Context, input *appsync.StartSchemaCreationInput) *StartSchemaCreationFuture

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

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

	UpdateApiCache(ctx workflow.Context, input *appsync.UpdateApiCacheInput) (*appsync.UpdateApiCacheOutput, error)
	UpdateApiCacheAsync(ctx workflow.Context, input *appsync.UpdateApiCacheInput) *UpdateApiCacheFuture

	UpdateApiKey(ctx workflow.Context, input *appsync.UpdateApiKeyInput) (*appsync.UpdateApiKeyOutput, error)
	UpdateApiKeyAsync(ctx workflow.Context, input *appsync.UpdateApiKeyInput) *UpdateApiKeyFuture

	UpdateDataSource(ctx workflow.Context, input *appsync.UpdateDataSourceInput) (*appsync.UpdateDataSourceOutput, error)
	UpdateDataSourceAsync(ctx workflow.Context, input *appsync.UpdateDataSourceInput) *UpdateDataSourceFuture

	UpdateFunction(ctx workflow.Context, input *appsync.UpdateFunctionInput) (*appsync.UpdateFunctionOutput, error)
	UpdateFunctionAsync(ctx workflow.Context, input *appsync.UpdateFunctionInput) *UpdateFunctionFuture

	UpdateGraphqlApi(ctx workflow.Context, input *appsync.UpdateGraphqlApiInput) (*appsync.UpdateGraphqlApiOutput, error)
	UpdateGraphqlApiAsync(ctx workflow.Context, input *appsync.UpdateGraphqlApiInput) *UpdateGraphqlApiFuture

	UpdateResolver(ctx workflow.Context, input *appsync.UpdateResolverInput) (*appsync.UpdateResolverOutput, error)
	UpdateResolverAsync(ctx workflow.Context, input *appsync.UpdateResolverInput) *UpdateResolverFuture

	UpdateType(ctx workflow.Context, input *appsync.UpdateTypeInput) (*appsync.UpdateTypeOutput, error)
	UpdateTypeAsync(ctx workflow.Context, input *appsync.UpdateTypeInput) *UpdateTypeFuture
}

func NewClient

func NewClient() Client

type CreateApiCacheFuture

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

func (*CreateApiCacheFuture) Get

type CreateApiKeyFuture

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

func (*CreateApiKeyFuture) Get

type CreateDataSourceFuture

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

func (*CreateDataSourceFuture) Get

type CreateFunctionFuture

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

func (*CreateFunctionFuture) Get

type CreateGraphqlApiFuture

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

func (*CreateGraphqlApiFuture) Get

type CreateResolverFuture

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

func (*CreateResolverFuture) Get

type CreateTypeFuture

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

func (*CreateTypeFuture) Get

type DeleteApiCacheFuture

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

func (*DeleteApiCacheFuture) Get

type DeleteApiKeyFuture

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

func (*DeleteApiKeyFuture) Get

type DeleteDataSourceFuture

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

func (*DeleteDataSourceFuture) Get

type DeleteFunctionFuture

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

func (*DeleteFunctionFuture) Get

type DeleteGraphqlApiFuture

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

func (*DeleteGraphqlApiFuture) Get

type DeleteResolverFuture

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

func (*DeleteResolverFuture) Get

type DeleteTypeFuture

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

func (*DeleteTypeFuture) Get

type FlushApiCacheFuture

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

func (*FlushApiCacheFuture) Get

type GetApiCacheFuture

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

func (*GetApiCacheFuture) Get

type GetDataSourceFuture

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

func (*GetDataSourceFuture) Get

type GetFunctionFuture

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

func (*GetFunctionFuture) Get

type GetGraphqlApiFuture

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

func (*GetGraphqlApiFuture) Get

type GetIntrospectionSchemaFuture

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

func (*GetIntrospectionSchemaFuture) Get

type GetResolverFuture

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

func (*GetResolverFuture) Get

type GetSchemaCreationStatusFuture

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

func (*GetSchemaCreationStatusFuture) Get

type GetTypeFuture

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

func (*GetTypeFuture) Get

type ListApiKeysFuture

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

func (*ListApiKeysFuture) Get

type ListDataSourcesFuture

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

func (*ListDataSourcesFuture) Get

type ListFunctionsFuture

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

func (*ListFunctionsFuture) Get

type ListGraphqlApisFuture

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

func (*ListGraphqlApisFuture) Get

type ListResolversByFunctionFuture

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

func (*ListResolversByFunctionFuture) Get

type ListResolversFuture

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

func (*ListResolversFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type ListTypesFuture

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

func (*ListTypesFuture) Get

type StartSchemaCreationFuture

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

func (*StartSchemaCreationFuture) 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 UpdateApiCacheFuture

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

func (*UpdateApiCacheFuture) Get

type UpdateApiKeyFuture

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

func (*UpdateApiKeyFuture) Get

type UpdateDataSourceFuture

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

func (*UpdateDataSourceFuture) Get

type UpdateFunctionFuture

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

func (*UpdateFunctionFuture) Get

type UpdateGraphqlApiFuture

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

func (*UpdateGraphqlApiFuture) Get

type UpdateResolverFuture

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

func (*UpdateResolverFuture) Get

type UpdateTypeFuture

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

func (*UpdateTypeFuture) Get

Jump to

Keyboard shortcuts

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