emrcontainersstub

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 CancelJobRunFuture

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

func (*CancelJobRunFuture) Get

type Client

type Client interface {
	CancelJobRun(ctx workflow.Context, input *emrcontainers.CancelJobRunInput) (*emrcontainers.CancelJobRunOutput, error)
	CancelJobRunAsync(ctx workflow.Context, input *emrcontainers.CancelJobRunInput) *CancelJobRunFuture

	CreateManagedEndpoint(ctx workflow.Context, input *emrcontainers.CreateManagedEndpointInput) (*emrcontainers.CreateManagedEndpointOutput, error)
	CreateManagedEndpointAsync(ctx workflow.Context, input *emrcontainers.CreateManagedEndpointInput) *CreateManagedEndpointFuture

	CreateVirtualCluster(ctx workflow.Context, input *emrcontainers.CreateVirtualClusterInput) (*emrcontainers.CreateVirtualClusterOutput, error)
	CreateVirtualClusterAsync(ctx workflow.Context, input *emrcontainers.CreateVirtualClusterInput) *CreateVirtualClusterFuture

	DeleteManagedEndpoint(ctx workflow.Context, input *emrcontainers.DeleteManagedEndpointInput) (*emrcontainers.DeleteManagedEndpointOutput, error)
	DeleteManagedEndpointAsync(ctx workflow.Context, input *emrcontainers.DeleteManagedEndpointInput) *DeleteManagedEndpointFuture

	DeleteVirtualCluster(ctx workflow.Context, input *emrcontainers.DeleteVirtualClusterInput) (*emrcontainers.DeleteVirtualClusterOutput, error)
	DeleteVirtualClusterAsync(ctx workflow.Context, input *emrcontainers.DeleteVirtualClusterInput) *DeleteVirtualClusterFuture

	DescribeJobRun(ctx workflow.Context, input *emrcontainers.DescribeJobRunInput) (*emrcontainers.DescribeJobRunOutput, error)
	DescribeJobRunAsync(ctx workflow.Context, input *emrcontainers.DescribeJobRunInput) *DescribeJobRunFuture

	DescribeManagedEndpoint(ctx workflow.Context, input *emrcontainers.DescribeManagedEndpointInput) (*emrcontainers.DescribeManagedEndpointOutput, error)
	DescribeManagedEndpointAsync(ctx workflow.Context, input *emrcontainers.DescribeManagedEndpointInput) *DescribeManagedEndpointFuture

	DescribeVirtualCluster(ctx workflow.Context, input *emrcontainers.DescribeVirtualClusterInput) (*emrcontainers.DescribeVirtualClusterOutput, error)
	DescribeVirtualClusterAsync(ctx workflow.Context, input *emrcontainers.DescribeVirtualClusterInput) *DescribeVirtualClusterFuture

	ListJobRuns(ctx workflow.Context, input *emrcontainers.ListJobRunsInput) (*emrcontainers.ListJobRunsOutput, error)
	ListJobRunsAsync(ctx workflow.Context, input *emrcontainers.ListJobRunsInput) *ListJobRunsFuture

	ListManagedEndpoints(ctx workflow.Context, input *emrcontainers.ListManagedEndpointsInput) (*emrcontainers.ListManagedEndpointsOutput, error)
	ListManagedEndpointsAsync(ctx workflow.Context, input *emrcontainers.ListManagedEndpointsInput) *ListManagedEndpointsFuture

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

	ListVirtualClusters(ctx workflow.Context, input *emrcontainers.ListVirtualClustersInput) (*emrcontainers.ListVirtualClustersOutput, error)
	ListVirtualClustersAsync(ctx workflow.Context, input *emrcontainers.ListVirtualClustersInput) *ListVirtualClustersFuture

	StartJobRun(ctx workflow.Context, input *emrcontainers.StartJobRunInput) (*emrcontainers.StartJobRunOutput, error)
	StartJobRunAsync(ctx workflow.Context, input *emrcontainers.StartJobRunInput) *StartJobRunFuture

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

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

func NewClient

func NewClient() Client

type CreateManagedEndpointFuture

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

func (*CreateManagedEndpointFuture) Get

type CreateVirtualClusterFuture

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

func (*CreateVirtualClusterFuture) Get

type DeleteManagedEndpointFuture

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

func (*DeleteManagedEndpointFuture) Get

type DeleteVirtualClusterFuture

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

func (*DeleteVirtualClusterFuture) Get

type DescribeJobRunFuture

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

func (*DescribeJobRunFuture) Get

type DescribeManagedEndpointFuture

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

func (*DescribeManagedEndpointFuture) Get

type DescribeVirtualClusterFuture

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

func (*DescribeVirtualClusterFuture) Get

type ListJobRunsFuture

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

func (*ListJobRunsFuture) Get

type ListManagedEndpointsFuture

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

func (*ListManagedEndpointsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type ListVirtualClustersFuture

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

func (*ListVirtualClustersFuture) Get

type StartJobRunFuture

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

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

Jump to

Keyboard shortcuts

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