codestarconnectionsstub

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 {
	CreateConnection(ctx workflow.Context, input *codestarconnections.CreateConnectionInput) (*codestarconnections.CreateConnectionOutput, error)
	CreateConnectionAsync(ctx workflow.Context, input *codestarconnections.CreateConnectionInput) *CreateConnectionFuture

	CreateHost(ctx workflow.Context, input *codestarconnections.CreateHostInput) (*codestarconnections.CreateHostOutput, error)
	CreateHostAsync(ctx workflow.Context, input *codestarconnections.CreateHostInput) *CreateHostFuture

	DeleteConnection(ctx workflow.Context, input *codestarconnections.DeleteConnectionInput) (*codestarconnections.DeleteConnectionOutput, error)
	DeleteConnectionAsync(ctx workflow.Context, input *codestarconnections.DeleteConnectionInput) *DeleteConnectionFuture

	DeleteHost(ctx workflow.Context, input *codestarconnections.DeleteHostInput) (*codestarconnections.DeleteHostOutput, error)
	DeleteHostAsync(ctx workflow.Context, input *codestarconnections.DeleteHostInput) *DeleteHostFuture

	GetConnection(ctx workflow.Context, input *codestarconnections.GetConnectionInput) (*codestarconnections.GetConnectionOutput, error)
	GetConnectionAsync(ctx workflow.Context, input *codestarconnections.GetConnectionInput) *GetConnectionFuture

	GetHost(ctx workflow.Context, input *codestarconnections.GetHostInput) (*codestarconnections.GetHostOutput, error)
	GetHostAsync(ctx workflow.Context, input *codestarconnections.GetHostInput) *GetHostFuture

	ListConnections(ctx workflow.Context, input *codestarconnections.ListConnectionsInput) (*codestarconnections.ListConnectionsOutput, error)
	ListConnectionsAsync(ctx workflow.Context, input *codestarconnections.ListConnectionsInput) *ListConnectionsFuture

	ListHosts(ctx workflow.Context, input *codestarconnections.ListHostsInput) (*codestarconnections.ListHostsOutput, error)
	ListHostsAsync(ctx workflow.Context, input *codestarconnections.ListHostsInput) *ListHostsFuture

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

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

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

	UpdateHost(ctx workflow.Context, input *codestarconnections.UpdateHostInput) (*codestarconnections.UpdateHostOutput, error)
	UpdateHostAsync(ctx workflow.Context, input *codestarconnections.UpdateHostInput) *UpdateHostFuture
}

func NewClient

func NewClient() Client

type CreateConnectionFuture

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

func (*CreateConnectionFuture) Get

type CreateHostFuture

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

func (*CreateHostFuture) Get

type DeleteConnectionFuture

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

func (*DeleteConnectionFuture) Get

type DeleteHostFuture

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

func (*DeleteHostFuture) Get

type GetConnectionFuture

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

func (*GetConnectionFuture) Get

type GetHostFuture

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

func (*GetHostFuture) Get

type ListConnectionsFuture

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

func (*ListConnectionsFuture) Get

type ListHostsFuture

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

func (*ListHostsFuture) 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 UpdateHostFuture

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

func (*UpdateHostFuture) Get

Jump to

Keyboard shortcuts

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