emrstub

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 AddInstanceFleetFuture

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

func (*AddInstanceFleetFuture) Get

type AddInstanceGroupsFuture

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

func (*AddInstanceGroupsFuture) Get

type AddJobFlowStepsFuture

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

func (*AddJobFlowStepsFuture) Get

type AddTagsFuture

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

func (*AddTagsFuture) Get

type CancelStepsFuture

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

func (*CancelStepsFuture) Get

type Client

type Client interface {
	AddInstanceFleet(ctx workflow.Context, input *emr.AddInstanceFleetInput) (*emr.AddInstanceFleetOutput, error)
	AddInstanceFleetAsync(ctx workflow.Context, input *emr.AddInstanceFleetInput) *AddInstanceFleetFuture

	AddInstanceGroups(ctx workflow.Context, input *emr.AddInstanceGroupsInput) (*emr.AddInstanceGroupsOutput, error)
	AddInstanceGroupsAsync(ctx workflow.Context, input *emr.AddInstanceGroupsInput) *AddInstanceGroupsFuture

	AddJobFlowSteps(ctx workflow.Context, input *emr.AddJobFlowStepsInput) (*emr.AddJobFlowStepsOutput, error)
	AddJobFlowStepsAsync(ctx workflow.Context, input *emr.AddJobFlowStepsInput) *AddJobFlowStepsFuture

	AddTags(ctx workflow.Context, input *emr.AddTagsInput) (*emr.AddTagsOutput, error)
	AddTagsAsync(ctx workflow.Context, input *emr.AddTagsInput) *AddTagsFuture

	CancelSteps(ctx workflow.Context, input *emr.CancelStepsInput) (*emr.CancelStepsOutput, error)
	CancelStepsAsync(ctx workflow.Context, input *emr.CancelStepsInput) *CancelStepsFuture

	CreateSecurityConfiguration(ctx workflow.Context, input *emr.CreateSecurityConfigurationInput) (*emr.CreateSecurityConfigurationOutput, error)
	CreateSecurityConfigurationAsync(ctx workflow.Context, input *emr.CreateSecurityConfigurationInput) *CreateSecurityConfigurationFuture

	CreateStudio(ctx workflow.Context, input *emr.CreateStudioInput) (*emr.CreateStudioOutput, error)
	CreateStudioAsync(ctx workflow.Context, input *emr.CreateStudioInput) *CreateStudioFuture

	CreateStudioSessionMapping(ctx workflow.Context, input *emr.CreateStudioSessionMappingInput) (*emr.CreateStudioSessionMappingOutput, error)
	CreateStudioSessionMappingAsync(ctx workflow.Context, input *emr.CreateStudioSessionMappingInput) *CreateStudioSessionMappingFuture

	DeleteSecurityConfiguration(ctx workflow.Context, input *emr.DeleteSecurityConfigurationInput) (*emr.DeleteSecurityConfigurationOutput, error)
	DeleteSecurityConfigurationAsync(ctx workflow.Context, input *emr.DeleteSecurityConfigurationInput) *DeleteSecurityConfigurationFuture

	DeleteStudio(ctx workflow.Context, input *emr.DeleteStudioInput) (*emr.DeleteStudioOutput, error)
	DeleteStudioAsync(ctx workflow.Context, input *emr.DeleteStudioInput) *DeleteStudioFuture

	DeleteStudioSessionMapping(ctx workflow.Context, input *emr.DeleteStudioSessionMappingInput) (*emr.DeleteStudioSessionMappingOutput, error)
	DeleteStudioSessionMappingAsync(ctx workflow.Context, input *emr.DeleteStudioSessionMappingInput) *DeleteStudioSessionMappingFuture

	DescribeCluster(ctx workflow.Context, input *emr.DescribeClusterInput) (*emr.DescribeClusterOutput, error)
	DescribeClusterAsync(ctx workflow.Context, input *emr.DescribeClusterInput) *DescribeClusterFuture

	DescribeJobFlows(ctx workflow.Context, input *emr.DescribeJobFlowsInput) (*emr.DescribeJobFlowsOutput, error)
	DescribeJobFlowsAsync(ctx workflow.Context, input *emr.DescribeJobFlowsInput) *DescribeJobFlowsFuture

	DescribeNotebookExecution(ctx workflow.Context, input *emr.DescribeNotebookExecutionInput) (*emr.DescribeNotebookExecutionOutput, error)
	DescribeNotebookExecutionAsync(ctx workflow.Context, input *emr.DescribeNotebookExecutionInput) *DescribeNotebookExecutionFuture

	DescribeSecurityConfiguration(ctx workflow.Context, input *emr.DescribeSecurityConfigurationInput) (*emr.DescribeSecurityConfigurationOutput, error)
	DescribeSecurityConfigurationAsync(ctx workflow.Context, input *emr.DescribeSecurityConfigurationInput) *DescribeSecurityConfigurationFuture

	DescribeStep(ctx workflow.Context, input *emr.DescribeStepInput) (*emr.DescribeStepOutput, error)
	DescribeStepAsync(ctx workflow.Context, input *emr.DescribeStepInput) *DescribeStepFuture

	DescribeStudio(ctx workflow.Context, input *emr.DescribeStudioInput) (*emr.DescribeStudioOutput, error)
	DescribeStudioAsync(ctx workflow.Context, input *emr.DescribeStudioInput) *DescribeStudioFuture

	GetBlockPublicAccessConfiguration(ctx workflow.Context, input *emr.GetBlockPublicAccessConfigurationInput) (*emr.GetBlockPublicAccessConfigurationOutput, error)
	GetBlockPublicAccessConfigurationAsync(ctx workflow.Context, input *emr.GetBlockPublicAccessConfigurationInput) *GetBlockPublicAccessConfigurationFuture

	GetManagedScalingPolicy(ctx workflow.Context, input *emr.GetManagedScalingPolicyInput) (*emr.GetManagedScalingPolicyOutput, error)
	GetManagedScalingPolicyAsync(ctx workflow.Context, input *emr.GetManagedScalingPolicyInput) *GetManagedScalingPolicyFuture

	GetStudioSessionMapping(ctx workflow.Context, input *emr.GetStudioSessionMappingInput) (*emr.GetStudioSessionMappingOutput, error)
	GetStudioSessionMappingAsync(ctx workflow.Context, input *emr.GetStudioSessionMappingInput) *GetStudioSessionMappingFuture

	ListBootstrapActions(ctx workflow.Context, input *emr.ListBootstrapActionsInput) (*emr.ListBootstrapActionsOutput, error)
	ListBootstrapActionsAsync(ctx workflow.Context, input *emr.ListBootstrapActionsInput) *ListBootstrapActionsFuture

	ListClusters(ctx workflow.Context, input *emr.ListClustersInput) (*emr.ListClustersOutput, error)
	ListClustersAsync(ctx workflow.Context, input *emr.ListClustersInput) *ListClustersFuture

	ListInstanceFleets(ctx workflow.Context, input *emr.ListInstanceFleetsInput) (*emr.ListInstanceFleetsOutput, error)
	ListInstanceFleetsAsync(ctx workflow.Context, input *emr.ListInstanceFleetsInput) *ListInstanceFleetsFuture

	ListInstanceGroups(ctx workflow.Context, input *emr.ListInstanceGroupsInput) (*emr.ListInstanceGroupsOutput, error)
	ListInstanceGroupsAsync(ctx workflow.Context, input *emr.ListInstanceGroupsInput) *ListInstanceGroupsFuture

	ListInstances(ctx workflow.Context, input *emr.ListInstancesInput) (*emr.ListInstancesOutput, error)
	ListInstancesAsync(ctx workflow.Context, input *emr.ListInstancesInput) *ListInstancesFuture

	ListNotebookExecutions(ctx workflow.Context, input *emr.ListNotebookExecutionsInput) (*emr.ListNotebookExecutionsOutput, error)
	ListNotebookExecutionsAsync(ctx workflow.Context, input *emr.ListNotebookExecutionsInput) *ListNotebookExecutionsFuture

	ListSecurityConfigurations(ctx workflow.Context, input *emr.ListSecurityConfigurationsInput) (*emr.ListSecurityConfigurationsOutput, error)
	ListSecurityConfigurationsAsync(ctx workflow.Context, input *emr.ListSecurityConfigurationsInput) *ListSecurityConfigurationsFuture

	ListSteps(ctx workflow.Context, input *emr.ListStepsInput) (*emr.ListStepsOutput, error)
	ListStepsAsync(ctx workflow.Context, input *emr.ListStepsInput) *ListStepsFuture

	ListStudioSessionMappings(ctx workflow.Context, input *emr.ListStudioSessionMappingsInput) (*emr.ListStudioSessionMappingsOutput, error)
	ListStudioSessionMappingsAsync(ctx workflow.Context, input *emr.ListStudioSessionMappingsInput) *ListStudioSessionMappingsFuture

	ListStudios(ctx workflow.Context, input *emr.ListStudiosInput) (*emr.ListStudiosOutput, error)
	ListStudiosAsync(ctx workflow.Context, input *emr.ListStudiosInput) *ListStudiosFuture

	ModifyCluster(ctx workflow.Context, input *emr.ModifyClusterInput) (*emr.ModifyClusterOutput, error)
	ModifyClusterAsync(ctx workflow.Context, input *emr.ModifyClusterInput) *ModifyClusterFuture

	ModifyInstanceFleet(ctx workflow.Context, input *emr.ModifyInstanceFleetInput) (*emr.ModifyInstanceFleetOutput, error)
	ModifyInstanceFleetAsync(ctx workflow.Context, input *emr.ModifyInstanceFleetInput) *ModifyInstanceFleetFuture

	ModifyInstanceGroups(ctx workflow.Context, input *emr.ModifyInstanceGroupsInput) (*emr.ModifyInstanceGroupsOutput, error)
	ModifyInstanceGroupsAsync(ctx workflow.Context, input *emr.ModifyInstanceGroupsInput) *ModifyInstanceGroupsFuture

	PutAutoScalingPolicy(ctx workflow.Context, input *emr.PutAutoScalingPolicyInput) (*emr.PutAutoScalingPolicyOutput, error)
	PutAutoScalingPolicyAsync(ctx workflow.Context, input *emr.PutAutoScalingPolicyInput) *PutAutoScalingPolicyFuture

	PutBlockPublicAccessConfiguration(ctx workflow.Context, input *emr.PutBlockPublicAccessConfigurationInput) (*emr.PutBlockPublicAccessConfigurationOutput, error)
	PutBlockPublicAccessConfigurationAsync(ctx workflow.Context, input *emr.PutBlockPublicAccessConfigurationInput) *PutBlockPublicAccessConfigurationFuture

	PutManagedScalingPolicy(ctx workflow.Context, input *emr.PutManagedScalingPolicyInput) (*emr.PutManagedScalingPolicyOutput, error)
	PutManagedScalingPolicyAsync(ctx workflow.Context, input *emr.PutManagedScalingPolicyInput) *PutManagedScalingPolicyFuture

	RemoveAutoScalingPolicy(ctx workflow.Context, input *emr.RemoveAutoScalingPolicyInput) (*emr.RemoveAutoScalingPolicyOutput, error)
	RemoveAutoScalingPolicyAsync(ctx workflow.Context, input *emr.RemoveAutoScalingPolicyInput) *RemoveAutoScalingPolicyFuture

	RemoveManagedScalingPolicy(ctx workflow.Context, input *emr.RemoveManagedScalingPolicyInput) (*emr.RemoveManagedScalingPolicyOutput, error)
	RemoveManagedScalingPolicyAsync(ctx workflow.Context, input *emr.RemoveManagedScalingPolicyInput) *RemoveManagedScalingPolicyFuture

	RemoveTags(ctx workflow.Context, input *emr.RemoveTagsInput) (*emr.RemoveTagsOutput, error)
	RemoveTagsAsync(ctx workflow.Context, input *emr.RemoveTagsInput) *RemoveTagsFuture

	RunJobFlow(ctx workflow.Context, input *emr.RunJobFlowInput) (*emr.RunJobFlowOutput, error)
	RunJobFlowAsync(ctx workflow.Context, input *emr.RunJobFlowInput) *RunJobFlowFuture

	SetTerminationProtection(ctx workflow.Context, input *emr.SetTerminationProtectionInput) (*emr.SetTerminationProtectionOutput, error)
	SetTerminationProtectionAsync(ctx workflow.Context, input *emr.SetTerminationProtectionInput) *SetTerminationProtectionFuture

	SetVisibleToAllUsers(ctx workflow.Context, input *emr.SetVisibleToAllUsersInput) (*emr.SetVisibleToAllUsersOutput, error)
	SetVisibleToAllUsersAsync(ctx workflow.Context, input *emr.SetVisibleToAllUsersInput) *SetVisibleToAllUsersFuture

	StartNotebookExecution(ctx workflow.Context, input *emr.StartNotebookExecutionInput) (*emr.StartNotebookExecutionOutput, error)
	StartNotebookExecutionAsync(ctx workflow.Context, input *emr.StartNotebookExecutionInput) *StartNotebookExecutionFuture

	StopNotebookExecution(ctx workflow.Context, input *emr.StopNotebookExecutionInput) (*emr.StopNotebookExecutionOutput, error)
	StopNotebookExecutionAsync(ctx workflow.Context, input *emr.StopNotebookExecutionInput) *StopNotebookExecutionFuture

	TerminateJobFlows(ctx workflow.Context, input *emr.TerminateJobFlowsInput) (*emr.TerminateJobFlowsOutput, error)
	TerminateJobFlowsAsync(ctx workflow.Context, input *emr.TerminateJobFlowsInput) *TerminateJobFlowsFuture

	UpdateStudioSessionMapping(ctx workflow.Context, input *emr.UpdateStudioSessionMappingInput) (*emr.UpdateStudioSessionMappingOutput, error)
	UpdateStudioSessionMappingAsync(ctx workflow.Context, input *emr.UpdateStudioSessionMappingInput) *UpdateStudioSessionMappingFuture

	WaitUntilClusterRunning(ctx workflow.Context, input *emr.DescribeClusterInput) error
	WaitUntilClusterRunningAsync(ctx workflow.Context, input *emr.DescribeClusterInput) *clients.VoidFuture

	WaitUntilClusterTerminated(ctx workflow.Context, input *emr.DescribeClusterInput) error
	WaitUntilClusterTerminatedAsync(ctx workflow.Context, input *emr.DescribeClusterInput) *clients.VoidFuture

	WaitUntilStepComplete(ctx workflow.Context, input *emr.DescribeStepInput) error
	WaitUntilStepCompleteAsync(ctx workflow.Context, input *emr.DescribeStepInput) *clients.VoidFuture
}

func NewClient

func NewClient() Client

type CreateSecurityConfigurationFuture

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

func (*CreateSecurityConfigurationFuture) Get

type CreateStudioFuture

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

func (*CreateStudioFuture) Get

type CreateStudioSessionMappingFuture

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

func (*CreateStudioSessionMappingFuture) Get

type DeleteSecurityConfigurationFuture

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

func (*DeleteSecurityConfigurationFuture) Get

type DeleteStudioFuture

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

func (*DeleteStudioFuture) Get

type DeleteStudioSessionMappingFuture

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

func (*DeleteStudioSessionMappingFuture) Get

type DescribeClusterFuture

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

func (*DescribeClusterFuture) Get

type DescribeJobFlowsFuture

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

func (*DescribeJobFlowsFuture) Get

type DescribeNotebookExecutionFuture

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

func (*DescribeNotebookExecutionFuture) Get

type DescribeSecurityConfigurationFuture

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

func (*DescribeSecurityConfigurationFuture) Get

type DescribeStepFuture

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

func (*DescribeStepFuture) Get

type DescribeStudioFuture

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

func (*DescribeStudioFuture) Get

type GetBlockPublicAccessConfigurationFuture

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

func (*GetBlockPublicAccessConfigurationFuture) Get

type GetManagedScalingPolicyFuture

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

func (*GetManagedScalingPolicyFuture) Get

type GetStudioSessionMappingFuture

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

func (*GetStudioSessionMappingFuture) Get

type ListBootstrapActionsFuture

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

func (*ListBootstrapActionsFuture) Get

type ListClustersFuture

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

func (*ListClustersFuture) Get

type ListInstanceFleetsFuture

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

func (*ListInstanceFleetsFuture) Get

type ListInstanceGroupsFuture

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

func (*ListInstanceGroupsFuture) Get

type ListInstancesFuture

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

func (*ListInstancesFuture) Get

type ListNotebookExecutionsFuture

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

func (*ListNotebookExecutionsFuture) Get

type ListSecurityConfigurationsFuture

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

func (*ListSecurityConfigurationsFuture) Get

type ListStepsFuture

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

func (*ListStepsFuture) Get

type ListStudioSessionMappingsFuture

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

func (*ListStudioSessionMappingsFuture) Get

type ListStudiosFuture

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

func (*ListStudiosFuture) Get

type ModifyClusterFuture

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

func (*ModifyClusterFuture) Get

type ModifyInstanceFleetFuture

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

func (*ModifyInstanceFleetFuture) Get

type ModifyInstanceGroupsFuture

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

func (*ModifyInstanceGroupsFuture) Get

type PutAutoScalingPolicyFuture

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

func (*PutAutoScalingPolicyFuture) Get

type PutBlockPublicAccessConfigurationFuture

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

func (*PutBlockPublicAccessConfigurationFuture) Get

type PutManagedScalingPolicyFuture

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

func (*PutManagedScalingPolicyFuture) Get

type RemoveAutoScalingPolicyFuture

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

func (*RemoveAutoScalingPolicyFuture) Get

type RemoveManagedScalingPolicyFuture

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

func (*RemoveManagedScalingPolicyFuture) Get

type RemoveTagsFuture

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

func (*RemoveTagsFuture) Get

type RunJobFlowFuture

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

func (*RunJobFlowFuture) Get

type SetTerminationProtectionFuture

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

func (*SetTerminationProtectionFuture) Get

type SetVisibleToAllUsersFuture

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

func (*SetVisibleToAllUsersFuture) Get

type StartNotebookExecutionFuture

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

func (*StartNotebookExecutionFuture) Get

type StopNotebookExecutionFuture

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

func (*StopNotebookExecutionFuture) Get

type TerminateJobFlowsFuture

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

func (*TerminateJobFlowsFuture) Get

type UpdateStudioSessionMappingFuture

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

func (*UpdateStudioSessionMappingFuture) Get

Jump to

Keyboard shortcuts

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