Documentation ¶
Index ¶
- type CancelJobRunFuture
- type Client
- type CreateManagedEndpointFuture
- type CreateVirtualClusterFuture
- type DeleteManagedEndpointFuture
- type DeleteVirtualClusterFuture
- type DescribeJobRunFuture
- type DescribeManagedEndpointFuture
- type DescribeVirtualClusterFuture
- type ListJobRunsFuture
- type ListManagedEndpointsFuture
- type ListTagsForResourceFuture
- type ListVirtualClustersFuture
- type StartJobRunFuture
- type TagResourceFuture
- type UntagResourceFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CancelJobRunFuture ¶
func (*CancelJobRunFuture) Get ¶
func (r *CancelJobRunFuture) Get(ctx workflow.Context) (*emrcontainers.CancelJobRunOutput, error)
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 }
type CreateManagedEndpointFuture ¶
type CreateManagedEndpointFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateManagedEndpointFuture) Get ¶
func (r *CreateManagedEndpointFuture) Get(ctx workflow.Context) (*emrcontainers.CreateManagedEndpointOutput, error)
type CreateVirtualClusterFuture ¶
type CreateVirtualClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateVirtualClusterFuture) Get ¶
func (r *CreateVirtualClusterFuture) Get(ctx workflow.Context) (*emrcontainers.CreateVirtualClusterOutput, error)
type DeleteManagedEndpointFuture ¶
type DeleteManagedEndpointFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteManagedEndpointFuture) Get ¶
func (r *DeleteManagedEndpointFuture) Get(ctx workflow.Context) (*emrcontainers.DeleteManagedEndpointOutput, error)
type DeleteVirtualClusterFuture ¶
type DeleteVirtualClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteVirtualClusterFuture) Get ¶
func (r *DeleteVirtualClusterFuture) Get(ctx workflow.Context) (*emrcontainers.DeleteVirtualClusterOutput, error)
type DescribeJobRunFuture ¶
func (*DescribeJobRunFuture) Get ¶
func (r *DescribeJobRunFuture) Get(ctx workflow.Context) (*emrcontainers.DescribeJobRunOutput, error)
type DescribeManagedEndpointFuture ¶
type DescribeManagedEndpointFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeManagedEndpointFuture) Get ¶
func (r *DescribeManagedEndpointFuture) Get(ctx workflow.Context) (*emrcontainers.DescribeManagedEndpointOutput, error)
type DescribeVirtualClusterFuture ¶
type DescribeVirtualClusterFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeVirtualClusterFuture) Get ¶
func (r *DescribeVirtualClusterFuture) Get(ctx workflow.Context) (*emrcontainers.DescribeVirtualClusterOutput, error)
type ListJobRunsFuture ¶
func (*ListJobRunsFuture) Get ¶
func (r *ListJobRunsFuture) Get(ctx workflow.Context) (*emrcontainers.ListJobRunsOutput, error)
type ListManagedEndpointsFuture ¶
type ListManagedEndpointsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListManagedEndpointsFuture) Get ¶
func (r *ListManagedEndpointsFuture) Get(ctx workflow.Context) (*emrcontainers.ListManagedEndpointsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*emrcontainers.ListTagsForResourceOutput, error)
type ListVirtualClustersFuture ¶
type ListVirtualClustersFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListVirtualClustersFuture) Get ¶
func (r *ListVirtualClustersFuture) Get(ctx workflow.Context) (*emrcontainers.ListVirtualClustersOutput, error)
type StartJobRunFuture ¶
func (*StartJobRunFuture) Get ¶
func (r *StartJobRunFuture) Get(ctx workflow.Context) (*emrcontainers.StartJobRunOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*emrcontainers.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*emrcontainers.UntagResourceOutput, error)
Click to show internal directories.
Click to hide internal directories.