Documentation ¶
Index ¶
- type Client
- type CreateConnectorProfileFuture
- type CreateFlowFuture
- type DeleteConnectorProfileFuture
- type DeleteFlowFuture
- type DescribeConnectorEntityFuture
- type DescribeConnectorProfilesFuture
- type DescribeConnectorsFuture
- type DescribeFlowExecutionRecordsFuture
- type DescribeFlowFuture
- type ListConnectorEntitiesFuture
- type ListFlowsFuture
- type ListTagsForResourceFuture
- type StartFlowFuture
- type StopFlowFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateConnectorProfileFuture
- type UpdateFlowFuture
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 }
type CreateConnectorProfileFuture ¶
type CreateConnectorProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateConnectorProfileFuture) Get ¶
func (r *CreateConnectorProfileFuture) Get(ctx workflow.Context) (*appflow.CreateConnectorProfileOutput, error)
type CreateFlowFuture ¶
func (*CreateFlowFuture) Get ¶
func (r *CreateFlowFuture) Get(ctx workflow.Context) (*appflow.CreateFlowOutput, error)
type DeleteConnectorProfileFuture ¶
type DeleteConnectorProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteConnectorProfileFuture) Get ¶
func (r *DeleteConnectorProfileFuture) Get(ctx workflow.Context) (*appflow.DeleteConnectorProfileOutput, error)
type DeleteFlowFuture ¶
func (*DeleteFlowFuture) Get ¶
func (r *DeleteFlowFuture) Get(ctx workflow.Context) (*appflow.DeleteFlowOutput, error)
type DescribeConnectorEntityFuture ¶
type DescribeConnectorEntityFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeConnectorEntityFuture) Get ¶
func (r *DescribeConnectorEntityFuture) Get(ctx workflow.Context) (*appflow.DescribeConnectorEntityOutput, error)
type DescribeConnectorProfilesFuture ¶
type DescribeConnectorProfilesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeConnectorProfilesFuture) Get ¶
func (r *DescribeConnectorProfilesFuture) Get(ctx workflow.Context) (*appflow.DescribeConnectorProfilesOutput, error)
type DescribeConnectorsFuture ¶
type DescribeConnectorsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeConnectorsFuture) Get ¶
func (r *DescribeConnectorsFuture) Get(ctx workflow.Context) (*appflow.DescribeConnectorsOutput, error)
type DescribeFlowExecutionRecordsFuture ¶
type DescribeFlowExecutionRecordsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeFlowExecutionRecordsFuture) Get ¶
func (r *DescribeFlowExecutionRecordsFuture) Get(ctx workflow.Context) (*appflow.DescribeFlowExecutionRecordsOutput, error)
type DescribeFlowFuture ¶
func (*DescribeFlowFuture) Get ¶
func (r *DescribeFlowFuture) Get(ctx workflow.Context) (*appflow.DescribeFlowOutput, error)
type ListConnectorEntitiesFuture ¶
type ListConnectorEntitiesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListConnectorEntitiesFuture) Get ¶
func (r *ListConnectorEntitiesFuture) Get(ctx workflow.Context) (*appflow.ListConnectorEntitiesOutput, error)
type ListFlowsFuture ¶
func (*ListFlowsFuture) Get ¶
func (r *ListFlowsFuture) Get(ctx workflow.Context) (*appflow.ListFlowsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*appflow.ListTagsForResourceOutput, error)
type StartFlowFuture ¶
func (*StartFlowFuture) Get ¶
func (r *StartFlowFuture) Get(ctx workflow.Context) (*appflow.StartFlowOutput, error)
type StopFlowFuture ¶
func (*StopFlowFuture) Get ¶
func (r *StopFlowFuture) Get(ctx workflow.Context) (*appflow.StopFlowOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*appflow.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*appflow.UntagResourceOutput, error)
type UpdateConnectorProfileFuture ¶
type UpdateConnectorProfileFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateConnectorProfileFuture) Get ¶
func (r *UpdateConnectorProfileFuture) Get(ctx workflow.Context) (*appflow.UpdateConnectorProfileOutput, error)
type UpdateFlowFuture ¶
func (*UpdateFlowFuture) Get ¶
func (r *UpdateFlowFuture) Get(ctx workflow.Context) (*appflow.UpdateFlowOutput, error)
Click to show internal directories.
Click to hide internal directories.