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 }
type CreateConnectionFuture ¶
type CreateConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateConnectionFuture) Get ¶
func (r *CreateConnectionFuture) Get(ctx workflow.Context) (*codestarconnections.CreateConnectionOutput, error)
type CreateHostFuture ¶
func (*CreateHostFuture) Get ¶
func (r *CreateHostFuture) Get(ctx workflow.Context) (*codestarconnections.CreateHostOutput, error)
type DeleteConnectionFuture ¶
type DeleteConnectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteConnectionFuture) Get ¶
func (r *DeleteConnectionFuture) Get(ctx workflow.Context) (*codestarconnections.DeleteConnectionOutput, error)
type DeleteHostFuture ¶
func (*DeleteHostFuture) Get ¶
func (r *DeleteHostFuture) Get(ctx workflow.Context) (*codestarconnections.DeleteHostOutput, error)
type GetConnectionFuture ¶
func (*GetConnectionFuture) Get ¶
func (r *GetConnectionFuture) Get(ctx workflow.Context) (*codestarconnections.GetConnectionOutput, error)
type GetHostFuture ¶
func (*GetHostFuture) Get ¶
func (r *GetHostFuture) Get(ctx workflow.Context) (*codestarconnections.GetHostOutput, error)
type ListConnectionsFuture ¶
type ListConnectionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListConnectionsFuture) Get ¶
func (r *ListConnectionsFuture) Get(ctx workflow.Context) (*codestarconnections.ListConnectionsOutput, error)
type ListHostsFuture ¶
func (*ListHostsFuture) Get ¶
func (r *ListHostsFuture) Get(ctx workflow.Context) (*codestarconnections.ListHostsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*codestarconnections.ListTagsForResourceOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*codestarconnections.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*codestarconnections.UntagResourceOutput, error)
Click to show internal directories.
Click to hide internal directories.