appintegrationsservicestub

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 {
	CreateEventIntegration(ctx workflow.Context, input *appintegrationsservice.CreateEventIntegrationInput) (*appintegrationsservice.CreateEventIntegrationOutput, error)
	CreateEventIntegrationAsync(ctx workflow.Context, input *appintegrationsservice.CreateEventIntegrationInput) *CreateEventIntegrationFuture

	DeleteEventIntegration(ctx workflow.Context, input *appintegrationsservice.DeleteEventIntegrationInput) (*appintegrationsservice.DeleteEventIntegrationOutput, error)
	DeleteEventIntegrationAsync(ctx workflow.Context, input *appintegrationsservice.DeleteEventIntegrationInput) *DeleteEventIntegrationFuture

	GetEventIntegration(ctx workflow.Context, input *appintegrationsservice.GetEventIntegrationInput) (*appintegrationsservice.GetEventIntegrationOutput, error)
	GetEventIntegrationAsync(ctx workflow.Context, input *appintegrationsservice.GetEventIntegrationInput) *GetEventIntegrationFuture

	ListEventIntegrationAssociations(ctx workflow.Context, input *appintegrationsservice.ListEventIntegrationAssociationsInput) (*appintegrationsservice.ListEventIntegrationAssociationsOutput, error)
	ListEventIntegrationAssociationsAsync(ctx workflow.Context, input *appintegrationsservice.ListEventIntegrationAssociationsInput) *ListEventIntegrationAssociationsFuture

	ListEventIntegrations(ctx workflow.Context, input *appintegrationsservice.ListEventIntegrationsInput) (*appintegrationsservice.ListEventIntegrationsOutput, error)
	ListEventIntegrationsAsync(ctx workflow.Context, input *appintegrationsservice.ListEventIntegrationsInput) *ListEventIntegrationsFuture

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

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

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

	UpdateEventIntegration(ctx workflow.Context, input *appintegrationsservice.UpdateEventIntegrationInput) (*appintegrationsservice.UpdateEventIntegrationOutput, error)
	UpdateEventIntegrationAsync(ctx workflow.Context, input *appintegrationsservice.UpdateEventIntegrationInput) *UpdateEventIntegrationFuture
}

func NewClient

func NewClient() Client

type CreateEventIntegrationFuture

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

func (*CreateEventIntegrationFuture) Get

type DeleteEventIntegrationFuture

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

func (*DeleteEventIntegrationFuture) Get

type GetEventIntegrationFuture

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

func (*GetEventIntegrationFuture) Get

type ListEventIntegrationAssociationsFuture

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

type ListEventIntegrationsFuture

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

func (*ListEventIntegrationsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) 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 UpdateEventIntegrationFuture

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

func (*UpdateEventIntegrationFuture) Get

Jump to

Keyboard shortcuts

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