datasyncstub

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 CancelTaskExecutionFuture

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

func (*CancelTaskExecutionFuture) Get

type Client

type Client interface {
	CancelTaskExecution(ctx workflow.Context, input *datasync.CancelTaskExecutionInput) (*datasync.CancelTaskExecutionOutput, error)
	CancelTaskExecutionAsync(ctx workflow.Context, input *datasync.CancelTaskExecutionInput) *CancelTaskExecutionFuture

	CreateAgent(ctx workflow.Context, input *datasync.CreateAgentInput) (*datasync.CreateAgentOutput, error)
	CreateAgentAsync(ctx workflow.Context, input *datasync.CreateAgentInput) *CreateAgentFuture

	CreateLocationEfs(ctx workflow.Context, input *datasync.CreateLocationEfsInput) (*datasync.CreateLocationEfsOutput, error)
	CreateLocationEfsAsync(ctx workflow.Context, input *datasync.CreateLocationEfsInput) *CreateLocationEfsFuture

	CreateLocationFsxWindows(ctx workflow.Context, input *datasync.CreateLocationFsxWindowsInput) (*datasync.CreateLocationFsxWindowsOutput, error)
	CreateLocationFsxWindowsAsync(ctx workflow.Context, input *datasync.CreateLocationFsxWindowsInput) *CreateLocationFsxWindowsFuture

	CreateLocationNfs(ctx workflow.Context, input *datasync.CreateLocationNfsInput) (*datasync.CreateLocationNfsOutput, error)
	CreateLocationNfsAsync(ctx workflow.Context, input *datasync.CreateLocationNfsInput) *CreateLocationNfsFuture

	CreateLocationObjectStorage(ctx workflow.Context, input *datasync.CreateLocationObjectStorageInput) (*datasync.CreateLocationObjectStorageOutput, error)
	CreateLocationObjectStorageAsync(ctx workflow.Context, input *datasync.CreateLocationObjectStorageInput) *CreateLocationObjectStorageFuture

	CreateLocationS3(ctx workflow.Context, input *datasync.CreateLocationS3Input) (*datasync.CreateLocationS3Output, error)
	CreateLocationS3Async(ctx workflow.Context, input *datasync.CreateLocationS3Input) *CreateLocationS3Future

	CreateLocationSmb(ctx workflow.Context, input *datasync.CreateLocationSmbInput) (*datasync.CreateLocationSmbOutput, error)
	CreateLocationSmbAsync(ctx workflow.Context, input *datasync.CreateLocationSmbInput) *CreateLocationSmbFuture

	CreateTask(ctx workflow.Context, input *datasync.CreateTaskInput) (*datasync.CreateTaskOutput, error)
	CreateTaskAsync(ctx workflow.Context, input *datasync.CreateTaskInput) *CreateTaskFuture

	DeleteAgent(ctx workflow.Context, input *datasync.DeleteAgentInput) (*datasync.DeleteAgentOutput, error)
	DeleteAgentAsync(ctx workflow.Context, input *datasync.DeleteAgentInput) *DeleteAgentFuture

	DeleteLocation(ctx workflow.Context, input *datasync.DeleteLocationInput) (*datasync.DeleteLocationOutput, error)
	DeleteLocationAsync(ctx workflow.Context, input *datasync.DeleteLocationInput) *DeleteLocationFuture

	DeleteTask(ctx workflow.Context, input *datasync.DeleteTaskInput) (*datasync.DeleteTaskOutput, error)
	DeleteTaskAsync(ctx workflow.Context, input *datasync.DeleteTaskInput) *DeleteTaskFuture

	DescribeAgent(ctx workflow.Context, input *datasync.DescribeAgentInput) (*datasync.DescribeAgentOutput, error)
	DescribeAgentAsync(ctx workflow.Context, input *datasync.DescribeAgentInput) *DescribeAgentFuture

	DescribeLocationEfs(ctx workflow.Context, input *datasync.DescribeLocationEfsInput) (*datasync.DescribeLocationEfsOutput, error)
	DescribeLocationEfsAsync(ctx workflow.Context, input *datasync.DescribeLocationEfsInput) *DescribeLocationEfsFuture

	DescribeLocationFsxWindows(ctx workflow.Context, input *datasync.DescribeLocationFsxWindowsInput) (*datasync.DescribeLocationFsxWindowsOutput, error)
	DescribeLocationFsxWindowsAsync(ctx workflow.Context, input *datasync.DescribeLocationFsxWindowsInput) *DescribeLocationFsxWindowsFuture

	DescribeLocationNfs(ctx workflow.Context, input *datasync.DescribeLocationNfsInput) (*datasync.DescribeLocationNfsOutput, error)
	DescribeLocationNfsAsync(ctx workflow.Context, input *datasync.DescribeLocationNfsInput) *DescribeLocationNfsFuture

	DescribeLocationObjectStorage(ctx workflow.Context, input *datasync.DescribeLocationObjectStorageInput) (*datasync.DescribeLocationObjectStorageOutput, error)
	DescribeLocationObjectStorageAsync(ctx workflow.Context, input *datasync.DescribeLocationObjectStorageInput) *DescribeLocationObjectStorageFuture

	DescribeLocationS3(ctx workflow.Context, input *datasync.DescribeLocationS3Input) (*datasync.DescribeLocationS3Output, error)
	DescribeLocationS3Async(ctx workflow.Context, input *datasync.DescribeLocationS3Input) *DescribeLocationS3Future

	DescribeLocationSmb(ctx workflow.Context, input *datasync.DescribeLocationSmbInput) (*datasync.DescribeLocationSmbOutput, error)
	DescribeLocationSmbAsync(ctx workflow.Context, input *datasync.DescribeLocationSmbInput) *DescribeLocationSmbFuture

	DescribeTask(ctx workflow.Context, input *datasync.DescribeTaskInput) (*datasync.DescribeTaskOutput, error)
	DescribeTaskAsync(ctx workflow.Context, input *datasync.DescribeTaskInput) *DescribeTaskFuture

	DescribeTaskExecution(ctx workflow.Context, input *datasync.DescribeTaskExecutionInput) (*datasync.DescribeTaskExecutionOutput, error)
	DescribeTaskExecutionAsync(ctx workflow.Context, input *datasync.DescribeTaskExecutionInput) *DescribeTaskExecutionFuture

	ListAgents(ctx workflow.Context, input *datasync.ListAgentsInput) (*datasync.ListAgentsOutput, error)
	ListAgentsAsync(ctx workflow.Context, input *datasync.ListAgentsInput) *ListAgentsFuture

	ListLocations(ctx workflow.Context, input *datasync.ListLocationsInput) (*datasync.ListLocationsOutput, error)
	ListLocationsAsync(ctx workflow.Context, input *datasync.ListLocationsInput) *ListLocationsFuture

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

	ListTaskExecutions(ctx workflow.Context, input *datasync.ListTaskExecutionsInput) (*datasync.ListTaskExecutionsOutput, error)
	ListTaskExecutionsAsync(ctx workflow.Context, input *datasync.ListTaskExecutionsInput) *ListTaskExecutionsFuture

	ListTasks(ctx workflow.Context, input *datasync.ListTasksInput) (*datasync.ListTasksOutput, error)
	ListTasksAsync(ctx workflow.Context, input *datasync.ListTasksInput) *ListTasksFuture

	StartTaskExecution(ctx workflow.Context, input *datasync.StartTaskExecutionInput) (*datasync.StartTaskExecutionOutput, error)
	StartTaskExecutionAsync(ctx workflow.Context, input *datasync.StartTaskExecutionInput) *StartTaskExecutionFuture

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

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

	UpdateAgent(ctx workflow.Context, input *datasync.UpdateAgentInput) (*datasync.UpdateAgentOutput, error)
	UpdateAgentAsync(ctx workflow.Context, input *datasync.UpdateAgentInput) *UpdateAgentFuture

	UpdateTask(ctx workflow.Context, input *datasync.UpdateTaskInput) (*datasync.UpdateTaskOutput, error)
	UpdateTaskAsync(ctx workflow.Context, input *datasync.UpdateTaskInput) *UpdateTaskFuture

	UpdateTaskExecution(ctx workflow.Context, input *datasync.UpdateTaskExecutionInput) (*datasync.UpdateTaskExecutionOutput, error)
	UpdateTaskExecutionAsync(ctx workflow.Context, input *datasync.UpdateTaskExecutionInput) *UpdateTaskExecutionFuture
}

func NewClient

func NewClient() Client

type CreateAgentFuture

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

func (*CreateAgentFuture) Get

type CreateLocationEfsFuture

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

func (*CreateLocationEfsFuture) Get

type CreateLocationFsxWindowsFuture

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

func (*CreateLocationFsxWindowsFuture) Get

type CreateLocationNfsFuture

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

func (*CreateLocationNfsFuture) Get

type CreateLocationObjectStorageFuture

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

func (*CreateLocationObjectStorageFuture) Get

type CreateLocationS3Future

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

func (*CreateLocationS3Future) Get

type CreateLocationSmbFuture

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

func (*CreateLocationSmbFuture) Get

type CreateTaskFuture

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

func (*CreateTaskFuture) Get

type DeleteAgentFuture

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

func (*DeleteAgentFuture) Get

type DeleteLocationFuture

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

func (*DeleteLocationFuture) Get

type DeleteTaskFuture

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

func (*DeleteTaskFuture) Get

type DescribeAgentFuture

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

func (*DescribeAgentFuture) Get

type DescribeLocationEfsFuture

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

func (*DescribeLocationEfsFuture) Get

type DescribeLocationFsxWindowsFuture

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

func (*DescribeLocationFsxWindowsFuture) Get

type DescribeLocationNfsFuture

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

func (*DescribeLocationNfsFuture) Get

type DescribeLocationObjectStorageFuture

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

func (*DescribeLocationObjectStorageFuture) Get

type DescribeLocationS3Future

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

func (*DescribeLocationS3Future) Get

type DescribeLocationSmbFuture

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

func (*DescribeLocationSmbFuture) Get

type DescribeTaskExecutionFuture

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

func (*DescribeTaskExecutionFuture) Get

type DescribeTaskFuture

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

func (*DescribeTaskFuture) Get

type ListAgentsFuture

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

func (*ListAgentsFuture) Get

type ListLocationsFuture

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

func (*ListLocationsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type ListTaskExecutionsFuture

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

func (*ListTaskExecutionsFuture) Get

type ListTasksFuture

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

func (*ListTasksFuture) Get

type StartTaskExecutionFuture

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

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

type UpdateAgentFuture

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

func (*UpdateAgentFuture) Get

type UpdateTaskExecutionFuture

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

func (*UpdateTaskExecutionFuture) Get

type UpdateTaskFuture

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

func (*UpdateTaskFuture) Get

Jump to

Keyboard shortcuts

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