appflowstub

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 {
	CreateConnectorProfile(ctx workflow.Context, input *appflow.CreateConnectorProfileInput) (*appflow.CreateConnectorProfileOutput, error)
	CreateConnectorProfileAsync(ctx workflow.Context, input *appflow.CreateConnectorProfileInput) *CreateConnectorProfileFuture

	CreateFlow(ctx workflow.Context, input *appflow.CreateFlowInput) (*appflow.CreateFlowOutput, error)
	CreateFlowAsync(ctx workflow.Context, input *appflow.CreateFlowInput) *CreateFlowFuture

	DeleteConnectorProfile(ctx workflow.Context, input *appflow.DeleteConnectorProfileInput) (*appflow.DeleteConnectorProfileOutput, error)
	DeleteConnectorProfileAsync(ctx workflow.Context, input *appflow.DeleteConnectorProfileInput) *DeleteConnectorProfileFuture

	DeleteFlow(ctx workflow.Context, input *appflow.DeleteFlowInput) (*appflow.DeleteFlowOutput, error)
	DeleteFlowAsync(ctx workflow.Context, input *appflow.DeleteFlowInput) *DeleteFlowFuture

	DescribeConnectorEntity(ctx workflow.Context, input *appflow.DescribeConnectorEntityInput) (*appflow.DescribeConnectorEntityOutput, error)
	DescribeConnectorEntityAsync(ctx workflow.Context, input *appflow.DescribeConnectorEntityInput) *DescribeConnectorEntityFuture

	DescribeConnectorProfiles(ctx workflow.Context, input *appflow.DescribeConnectorProfilesInput) (*appflow.DescribeConnectorProfilesOutput, error)
	DescribeConnectorProfilesAsync(ctx workflow.Context, input *appflow.DescribeConnectorProfilesInput) *DescribeConnectorProfilesFuture

	DescribeConnectors(ctx workflow.Context, input *appflow.DescribeConnectorsInput) (*appflow.DescribeConnectorsOutput, error)
	DescribeConnectorsAsync(ctx workflow.Context, input *appflow.DescribeConnectorsInput) *DescribeConnectorsFuture

	DescribeFlow(ctx workflow.Context, input *appflow.DescribeFlowInput) (*appflow.DescribeFlowOutput, error)
	DescribeFlowAsync(ctx workflow.Context, input *appflow.DescribeFlowInput) *DescribeFlowFuture

	DescribeFlowExecutionRecords(ctx workflow.Context, input *appflow.DescribeFlowExecutionRecordsInput) (*appflow.DescribeFlowExecutionRecordsOutput, error)
	DescribeFlowExecutionRecordsAsync(ctx workflow.Context, input *appflow.DescribeFlowExecutionRecordsInput) *DescribeFlowExecutionRecordsFuture

	ListConnectorEntities(ctx workflow.Context, input *appflow.ListConnectorEntitiesInput) (*appflow.ListConnectorEntitiesOutput, error)
	ListConnectorEntitiesAsync(ctx workflow.Context, input *appflow.ListConnectorEntitiesInput) *ListConnectorEntitiesFuture

	ListFlows(ctx workflow.Context, input *appflow.ListFlowsInput) (*appflow.ListFlowsOutput, error)
	ListFlowsAsync(ctx workflow.Context, input *appflow.ListFlowsInput) *ListFlowsFuture

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

	StartFlow(ctx workflow.Context, input *appflow.StartFlowInput) (*appflow.StartFlowOutput, error)
	StartFlowAsync(ctx workflow.Context, input *appflow.StartFlowInput) *StartFlowFuture

	StopFlow(ctx workflow.Context, input *appflow.StopFlowInput) (*appflow.StopFlowOutput, error)
	StopFlowAsync(ctx workflow.Context, input *appflow.StopFlowInput) *StopFlowFuture

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

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

	UpdateConnectorProfile(ctx workflow.Context, input *appflow.UpdateConnectorProfileInput) (*appflow.UpdateConnectorProfileOutput, error)
	UpdateConnectorProfileAsync(ctx workflow.Context, input *appflow.UpdateConnectorProfileInput) *UpdateConnectorProfileFuture

	UpdateFlow(ctx workflow.Context, input *appflow.UpdateFlowInput) (*appflow.UpdateFlowOutput, error)
	UpdateFlowAsync(ctx workflow.Context, input *appflow.UpdateFlowInput) *UpdateFlowFuture
}

func NewClient

func NewClient() Client

type CreateConnectorProfileFuture

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

func (*CreateConnectorProfileFuture) Get

type CreateFlowFuture

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

func (*CreateFlowFuture) Get

type DeleteConnectorProfileFuture

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

func (*DeleteConnectorProfileFuture) Get

type DeleteFlowFuture

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

func (*DeleteFlowFuture) Get

type DescribeConnectorEntityFuture

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

func (*DescribeConnectorEntityFuture) Get

type DescribeConnectorProfilesFuture

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

func (*DescribeConnectorProfilesFuture) Get

type DescribeConnectorsFuture

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

func (*DescribeConnectorsFuture) Get

type DescribeFlowExecutionRecordsFuture

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

func (*DescribeFlowExecutionRecordsFuture) Get

type DescribeFlowFuture

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

func (*DescribeFlowFuture) Get

type ListConnectorEntitiesFuture

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

func (*ListConnectorEntitiesFuture) Get

type ListFlowsFuture

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

func (*ListFlowsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type StartFlowFuture

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

func (*StartFlowFuture) Get

type StopFlowFuture

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

func (*StopFlowFuture) 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 UpdateConnectorProfileFuture

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

func (*UpdateConnectorProfileFuture) Get

type UpdateFlowFuture

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

func (*UpdateFlowFuture) Get

Jump to

Keyboard shortcuts

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