Documentation ¶
Index ¶
- type Client
- type CreateApiCacheFuture
- type CreateApiKeyFuture
- type CreateDataSourceFuture
- type CreateFunctionFuture
- type CreateGraphqlApiFuture
- type CreateResolverFuture
- type CreateTypeFuture
- type DeleteApiCacheFuture
- type DeleteApiKeyFuture
- type DeleteDataSourceFuture
- type DeleteFunctionFuture
- type DeleteGraphqlApiFuture
- type DeleteResolverFuture
- type DeleteTypeFuture
- type FlushApiCacheFuture
- type GetApiCacheFuture
- type GetDataSourceFuture
- type GetFunctionFuture
- type GetGraphqlApiFuture
- type GetIntrospectionSchemaFuture
- type GetResolverFuture
- type GetSchemaCreationStatusFuture
- type GetTypeFuture
- type ListApiKeysFuture
- type ListDataSourcesFuture
- type ListFunctionsFuture
- type ListGraphqlApisFuture
- type ListResolversByFunctionFuture
- type ListResolversFuture
- type ListTagsForResourceFuture
- type ListTypesFuture
- type StartSchemaCreationFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateApiCacheFuture
- type UpdateApiKeyFuture
- type UpdateDataSourceFuture
- type UpdateFunctionFuture
- type UpdateGraphqlApiFuture
- type UpdateResolverFuture
- type UpdateTypeFuture
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 }
type CreateApiCacheFuture ¶
func (*CreateApiCacheFuture) Get ¶
func (r *CreateApiCacheFuture) Get(ctx workflow.Context) (*appsync.CreateApiCacheOutput, error)
type CreateApiKeyFuture ¶
func (*CreateApiKeyFuture) Get ¶
func (r *CreateApiKeyFuture) Get(ctx workflow.Context) (*appsync.CreateApiKeyOutput, error)
type CreateDataSourceFuture ¶
type CreateDataSourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDataSourceFuture) Get ¶
func (r *CreateDataSourceFuture) Get(ctx workflow.Context) (*appsync.CreateDataSourceOutput, error)
type CreateFunctionFuture ¶
func (*CreateFunctionFuture) Get ¶
func (r *CreateFunctionFuture) Get(ctx workflow.Context) (*appsync.CreateFunctionOutput, error)
type CreateGraphqlApiFuture ¶
type CreateGraphqlApiFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateGraphqlApiFuture) Get ¶
func (r *CreateGraphqlApiFuture) Get(ctx workflow.Context) (*appsync.CreateGraphqlApiOutput, error)
type CreateResolverFuture ¶
func (*CreateResolverFuture) Get ¶
func (r *CreateResolverFuture) Get(ctx workflow.Context) (*appsync.CreateResolverOutput, error)
type CreateTypeFuture ¶
func (*CreateTypeFuture) Get ¶
func (r *CreateTypeFuture) Get(ctx workflow.Context) (*appsync.CreateTypeOutput, error)
type DeleteApiCacheFuture ¶
func (*DeleteApiCacheFuture) Get ¶
func (r *DeleteApiCacheFuture) Get(ctx workflow.Context) (*appsync.DeleteApiCacheOutput, error)
type DeleteApiKeyFuture ¶
func (*DeleteApiKeyFuture) Get ¶
func (r *DeleteApiKeyFuture) Get(ctx workflow.Context) (*appsync.DeleteApiKeyOutput, error)
type DeleteDataSourceFuture ¶
type DeleteDataSourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteDataSourceFuture) Get ¶
func (r *DeleteDataSourceFuture) Get(ctx workflow.Context) (*appsync.DeleteDataSourceOutput, error)
type DeleteFunctionFuture ¶
func (*DeleteFunctionFuture) Get ¶
func (r *DeleteFunctionFuture) Get(ctx workflow.Context) (*appsync.DeleteFunctionOutput, error)
type DeleteGraphqlApiFuture ¶
type DeleteGraphqlApiFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteGraphqlApiFuture) Get ¶
func (r *DeleteGraphqlApiFuture) Get(ctx workflow.Context) (*appsync.DeleteGraphqlApiOutput, error)
type DeleteResolverFuture ¶
func (*DeleteResolverFuture) Get ¶
func (r *DeleteResolverFuture) Get(ctx workflow.Context) (*appsync.DeleteResolverOutput, error)
type DeleteTypeFuture ¶
func (*DeleteTypeFuture) Get ¶
func (r *DeleteTypeFuture) Get(ctx workflow.Context) (*appsync.DeleteTypeOutput, error)
type FlushApiCacheFuture ¶
func (*FlushApiCacheFuture) Get ¶
func (r *FlushApiCacheFuture) Get(ctx workflow.Context) (*appsync.FlushApiCacheOutput, error)
type GetApiCacheFuture ¶
func (*GetApiCacheFuture) Get ¶
func (r *GetApiCacheFuture) Get(ctx workflow.Context) (*appsync.GetApiCacheOutput, error)
type GetDataSourceFuture ¶
func (*GetDataSourceFuture) Get ¶
func (r *GetDataSourceFuture) Get(ctx workflow.Context) (*appsync.GetDataSourceOutput, error)
type GetFunctionFuture ¶
func (*GetFunctionFuture) Get ¶
func (r *GetFunctionFuture) Get(ctx workflow.Context) (*appsync.GetFunctionOutput, error)
type GetGraphqlApiFuture ¶
func (*GetGraphqlApiFuture) Get ¶
func (r *GetGraphqlApiFuture) Get(ctx workflow.Context) (*appsync.GetGraphqlApiOutput, error)
type GetIntrospectionSchemaFuture ¶
type GetIntrospectionSchemaFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetIntrospectionSchemaFuture) Get ¶
func (r *GetIntrospectionSchemaFuture) Get(ctx workflow.Context) (*appsync.GetIntrospectionSchemaOutput, error)
type GetResolverFuture ¶
func (*GetResolverFuture) Get ¶
func (r *GetResolverFuture) Get(ctx workflow.Context) (*appsync.GetResolverOutput, error)
type GetSchemaCreationStatusFuture ¶
type GetSchemaCreationStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSchemaCreationStatusFuture) Get ¶
func (r *GetSchemaCreationStatusFuture) Get(ctx workflow.Context) (*appsync.GetSchemaCreationStatusOutput, error)
type GetTypeFuture ¶
func (*GetTypeFuture) Get ¶
func (r *GetTypeFuture) Get(ctx workflow.Context) (*appsync.GetTypeOutput, error)
type ListApiKeysFuture ¶
func (*ListApiKeysFuture) Get ¶
func (r *ListApiKeysFuture) Get(ctx workflow.Context) (*appsync.ListApiKeysOutput, error)
type ListDataSourcesFuture ¶
type ListDataSourcesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDataSourcesFuture) Get ¶
func (r *ListDataSourcesFuture) Get(ctx workflow.Context) (*appsync.ListDataSourcesOutput, error)
type ListFunctionsFuture ¶
func (*ListFunctionsFuture) Get ¶
func (r *ListFunctionsFuture) Get(ctx workflow.Context) (*appsync.ListFunctionsOutput, error)
type ListGraphqlApisFuture ¶
type ListGraphqlApisFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListGraphqlApisFuture) Get ¶
func (r *ListGraphqlApisFuture) Get(ctx workflow.Context) (*appsync.ListGraphqlApisOutput, error)
type ListResolversByFunctionFuture ¶
type ListResolversByFunctionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListResolversByFunctionFuture) Get ¶
func (r *ListResolversByFunctionFuture) Get(ctx workflow.Context) (*appsync.ListResolversByFunctionOutput, error)
type ListResolversFuture ¶
func (*ListResolversFuture) Get ¶
func (r *ListResolversFuture) Get(ctx workflow.Context) (*appsync.ListResolversOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*appsync.ListTagsForResourceOutput, error)
type ListTypesFuture ¶
func (*ListTypesFuture) Get ¶
func (r *ListTypesFuture) Get(ctx workflow.Context) (*appsync.ListTypesOutput, error)
type StartSchemaCreationFuture ¶
type StartSchemaCreationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartSchemaCreationFuture) Get ¶
func (r *StartSchemaCreationFuture) Get(ctx workflow.Context) (*appsync.StartSchemaCreationOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*appsync.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*appsync.UntagResourceOutput, error)
type UpdateApiCacheFuture ¶
func (*UpdateApiCacheFuture) Get ¶
func (r *UpdateApiCacheFuture) Get(ctx workflow.Context) (*appsync.UpdateApiCacheOutput, error)
type UpdateApiKeyFuture ¶
func (*UpdateApiKeyFuture) Get ¶
func (r *UpdateApiKeyFuture) Get(ctx workflow.Context) (*appsync.UpdateApiKeyOutput, error)
type UpdateDataSourceFuture ¶
type UpdateDataSourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateDataSourceFuture) Get ¶
func (r *UpdateDataSourceFuture) Get(ctx workflow.Context) (*appsync.UpdateDataSourceOutput, error)
type UpdateFunctionFuture ¶
func (*UpdateFunctionFuture) Get ¶
func (r *UpdateFunctionFuture) Get(ctx workflow.Context) (*appsync.UpdateFunctionOutput, error)
type UpdateGraphqlApiFuture ¶
type UpdateGraphqlApiFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateGraphqlApiFuture) Get ¶
func (r *UpdateGraphqlApiFuture) Get(ctx workflow.Context) (*appsync.UpdateGraphqlApiOutput, error)
type UpdateResolverFuture ¶
func (*UpdateResolverFuture) Get ¶
func (r *UpdateResolverFuture) Get(ctx workflow.Context) (*appsync.UpdateResolverOutput, error)
type UpdateTypeFuture ¶
func (*UpdateTypeFuture) Get ¶
func (r *UpdateTypeFuture) Get(ctx workflow.Context) (*appsync.UpdateTypeOutput, error)
Click to show internal directories.
Click to hide internal directories.