marketplacecatalogstub

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 CancelChangeSetFuture

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

func (*CancelChangeSetFuture) Get

type Client

type Client interface {
	CancelChangeSet(ctx workflow.Context, input *marketplacecatalog.CancelChangeSetInput) (*marketplacecatalog.CancelChangeSetOutput, error)
	CancelChangeSetAsync(ctx workflow.Context, input *marketplacecatalog.CancelChangeSetInput) *CancelChangeSetFuture

	DescribeChangeSet(ctx workflow.Context, input *marketplacecatalog.DescribeChangeSetInput) (*marketplacecatalog.DescribeChangeSetOutput, error)
	DescribeChangeSetAsync(ctx workflow.Context, input *marketplacecatalog.DescribeChangeSetInput) *DescribeChangeSetFuture

	DescribeEntity(ctx workflow.Context, input *marketplacecatalog.DescribeEntityInput) (*marketplacecatalog.DescribeEntityOutput, error)
	DescribeEntityAsync(ctx workflow.Context, input *marketplacecatalog.DescribeEntityInput) *DescribeEntityFuture

	ListChangeSets(ctx workflow.Context, input *marketplacecatalog.ListChangeSetsInput) (*marketplacecatalog.ListChangeSetsOutput, error)
	ListChangeSetsAsync(ctx workflow.Context, input *marketplacecatalog.ListChangeSetsInput) *ListChangeSetsFuture

	ListEntities(ctx workflow.Context, input *marketplacecatalog.ListEntitiesInput) (*marketplacecatalog.ListEntitiesOutput, error)
	ListEntitiesAsync(ctx workflow.Context, input *marketplacecatalog.ListEntitiesInput) *ListEntitiesFuture

	StartChangeSet(ctx workflow.Context, input *marketplacecatalog.StartChangeSetInput) (*marketplacecatalog.StartChangeSetOutput, error)
	StartChangeSetAsync(ctx workflow.Context, input *marketplacecatalog.StartChangeSetInput) *StartChangeSetFuture
}

func NewClient

func NewClient() Client

type DescribeChangeSetFuture

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

func (*DescribeChangeSetFuture) Get

type DescribeEntityFuture

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

func (*DescribeEntityFuture) Get

type ListChangeSetsFuture

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

func (*ListChangeSetsFuture) Get

type ListEntitiesFuture

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

func (*ListEntitiesFuture) Get

type StartChangeSetFuture

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

func (*StartChangeSetFuture) Get

Jump to

Keyboard shortcuts

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