Documentation ¶
Index ¶
- type CancelTaskExecutionFuture
- type Client
- type CreateAgentFuture
- type CreateLocationEfsFuture
- type CreateLocationFsxWindowsFuture
- type CreateLocationNfsFuture
- type CreateLocationObjectStorageFuture
- type CreateLocationS3Future
- type CreateLocationSmbFuture
- type CreateTaskFuture
- type DeleteAgentFuture
- type DeleteLocationFuture
- type DeleteTaskFuture
- type DescribeAgentFuture
- type DescribeLocationEfsFuture
- type DescribeLocationFsxWindowsFuture
- type DescribeLocationNfsFuture
- type DescribeLocationObjectStorageFuture
- type DescribeLocationS3Future
- type DescribeLocationSmbFuture
- type DescribeTaskExecutionFuture
- type DescribeTaskFuture
- type ListAgentsFuture
- type ListLocationsFuture
- type ListTagsForResourceFuture
- type ListTaskExecutionsFuture
- type ListTasksFuture
- type StartTaskExecutionFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateAgentFuture
- type UpdateTaskFuture
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 ¶
func (r *CancelTaskExecutionFuture) Get(ctx workflow.Context) (*datasync.CancelTaskExecutionOutput, error)
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 }
type CreateAgentFuture ¶
func (*CreateAgentFuture) Get ¶
func (r *CreateAgentFuture) Get(ctx workflow.Context) (*datasync.CreateAgentOutput, error)
type CreateLocationEfsFuture ¶
type CreateLocationEfsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateLocationEfsFuture) Get ¶
func (r *CreateLocationEfsFuture) Get(ctx workflow.Context) (*datasync.CreateLocationEfsOutput, error)
type CreateLocationFsxWindowsFuture ¶
type CreateLocationFsxWindowsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateLocationFsxWindowsFuture) Get ¶
func (r *CreateLocationFsxWindowsFuture) Get(ctx workflow.Context) (*datasync.CreateLocationFsxWindowsOutput, error)
type CreateLocationNfsFuture ¶
type CreateLocationNfsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateLocationNfsFuture) Get ¶
func (r *CreateLocationNfsFuture) Get(ctx workflow.Context) (*datasync.CreateLocationNfsOutput, error)
type CreateLocationObjectStorageFuture ¶
type CreateLocationObjectStorageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateLocationObjectStorageFuture) Get ¶
func (r *CreateLocationObjectStorageFuture) Get(ctx workflow.Context) (*datasync.CreateLocationObjectStorageOutput, error)
type CreateLocationS3Future ¶
type CreateLocationS3Future struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateLocationS3Future) Get ¶
func (r *CreateLocationS3Future) Get(ctx workflow.Context) (*datasync.CreateLocationS3Output, error)
type CreateLocationSmbFuture ¶
type CreateLocationSmbFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateLocationSmbFuture) Get ¶
func (r *CreateLocationSmbFuture) Get(ctx workflow.Context) (*datasync.CreateLocationSmbOutput, error)
type CreateTaskFuture ¶
func (*CreateTaskFuture) Get ¶
func (r *CreateTaskFuture) Get(ctx workflow.Context) (*datasync.CreateTaskOutput, error)
type DeleteAgentFuture ¶
func (*DeleteAgentFuture) Get ¶
func (r *DeleteAgentFuture) Get(ctx workflow.Context) (*datasync.DeleteAgentOutput, error)
type DeleteLocationFuture ¶
func (*DeleteLocationFuture) Get ¶
func (r *DeleteLocationFuture) Get(ctx workflow.Context) (*datasync.DeleteLocationOutput, error)
type DeleteTaskFuture ¶
func (*DeleteTaskFuture) Get ¶
func (r *DeleteTaskFuture) Get(ctx workflow.Context) (*datasync.DeleteTaskOutput, error)
type DescribeAgentFuture ¶
func (*DescribeAgentFuture) Get ¶
func (r *DescribeAgentFuture) Get(ctx workflow.Context) (*datasync.DescribeAgentOutput, error)
type DescribeLocationEfsFuture ¶
type DescribeLocationEfsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeLocationEfsFuture) Get ¶
func (r *DescribeLocationEfsFuture) Get(ctx workflow.Context) (*datasync.DescribeLocationEfsOutput, error)
type DescribeLocationFsxWindowsFuture ¶
type DescribeLocationFsxWindowsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeLocationFsxWindowsFuture) Get ¶
func (r *DescribeLocationFsxWindowsFuture) Get(ctx workflow.Context) (*datasync.DescribeLocationFsxWindowsOutput, error)
type DescribeLocationNfsFuture ¶
type DescribeLocationNfsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeLocationNfsFuture) Get ¶
func (r *DescribeLocationNfsFuture) Get(ctx workflow.Context) (*datasync.DescribeLocationNfsOutput, error)
type DescribeLocationObjectStorageFuture ¶
type DescribeLocationObjectStorageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeLocationObjectStorageFuture) Get ¶
func (r *DescribeLocationObjectStorageFuture) Get(ctx workflow.Context) (*datasync.DescribeLocationObjectStorageOutput, error)
type DescribeLocationS3Future ¶
type DescribeLocationS3Future struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeLocationS3Future) Get ¶
func (r *DescribeLocationS3Future) Get(ctx workflow.Context) (*datasync.DescribeLocationS3Output, error)
type DescribeLocationSmbFuture ¶
type DescribeLocationSmbFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeLocationSmbFuture) Get ¶
func (r *DescribeLocationSmbFuture) Get(ctx workflow.Context) (*datasync.DescribeLocationSmbOutput, error)
type DescribeTaskExecutionFuture ¶
type DescribeTaskExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTaskExecutionFuture) Get ¶
func (r *DescribeTaskExecutionFuture) Get(ctx workflow.Context) (*datasync.DescribeTaskExecutionOutput, error)
type DescribeTaskFuture ¶
func (*DescribeTaskFuture) Get ¶
func (r *DescribeTaskFuture) Get(ctx workflow.Context) (*datasync.DescribeTaskOutput, error)
type ListAgentsFuture ¶
func (*ListAgentsFuture) Get ¶
func (r *ListAgentsFuture) Get(ctx workflow.Context) (*datasync.ListAgentsOutput, error)
type ListLocationsFuture ¶
func (*ListLocationsFuture) Get ¶
func (r *ListLocationsFuture) Get(ctx workflow.Context) (*datasync.ListLocationsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*datasync.ListTagsForResourceOutput, error)
type ListTaskExecutionsFuture ¶
type ListTaskExecutionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTaskExecutionsFuture) Get ¶
func (r *ListTaskExecutionsFuture) Get(ctx workflow.Context) (*datasync.ListTaskExecutionsOutput, error)
type ListTasksFuture ¶
func (*ListTasksFuture) Get ¶
func (r *ListTasksFuture) Get(ctx workflow.Context) (*datasync.ListTasksOutput, error)
type StartTaskExecutionFuture ¶
type StartTaskExecutionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*StartTaskExecutionFuture) Get ¶
func (r *StartTaskExecutionFuture) Get(ctx workflow.Context) (*datasync.StartTaskExecutionOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*datasync.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*datasync.UntagResourceOutput, error)
type UpdateAgentFuture ¶
func (*UpdateAgentFuture) Get ¶
func (r *UpdateAgentFuture) Get(ctx workflow.Context) (*datasync.UpdateAgentOutput, error)
type UpdateTaskFuture ¶
func (*UpdateTaskFuture) Get ¶
func (r *UpdateTaskFuture) Get(ctx workflow.Context) (*datasync.UpdateTaskOutput, error)
Click to show internal directories.
Click to hide internal directories.