fsxstub

package
v0.0.0-...-eb62eed Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 9, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CancelDataRepositoryTaskFuture

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

func (*CancelDataRepositoryTaskFuture) Get

type Client

type Client interface {
	CancelDataRepositoryTask(ctx workflow.Context, input *fsx.CancelDataRepositoryTaskInput) (*fsx.CancelDataRepositoryTaskOutput, error)
	CancelDataRepositoryTaskAsync(ctx workflow.Context, input *fsx.CancelDataRepositoryTaskInput) *CancelDataRepositoryTaskFuture

	CreateBackup(ctx workflow.Context, input *fsx.CreateBackupInput) (*fsx.CreateBackupOutput, error)
	CreateBackupAsync(ctx workflow.Context, input *fsx.CreateBackupInput) *CreateBackupFuture

	CreateDataRepositoryTask(ctx workflow.Context, input *fsx.CreateDataRepositoryTaskInput) (*fsx.CreateDataRepositoryTaskOutput, error)
	CreateDataRepositoryTaskAsync(ctx workflow.Context, input *fsx.CreateDataRepositoryTaskInput) *CreateDataRepositoryTaskFuture

	CreateFileSystem(ctx workflow.Context, input *fsx.CreateFileSystemInput) (*fsx.CreateFileSystemOutput, error)
	CreateFileSystemAsync(ctx workflow.Context, input *fsx.CreateFileSystemInput) *CreateFileSystemFuture

	CreateFileSystemFromBackup(ctx workflow.Context, input *fsx.CreateFileSystemFromBackupInput) (*fsx.CreateFileSystemFromBackupOutput, error)
	CreateFileSystemFromBackupAsync(ctx workflow.Context, input *fsx.CreateFileSystemFromBackupInput) *CreateFileSystemFromBackupFuture

	DeleteBackup(ctx workflow.Context, input *fsx.DeleteBackupInput) (*fsx.DeleteBackupOutput, error)
	DeleteBackupAsync(ctx workflow.Context, input *fsx.DeleteBackupInput) *DeleteBackupFuture

	DeleteFileSystem(ctx workflow.Context, input *fsx.DeleteFileSystemInput) (*fsx.DeleteFileSystemOutput, error)
	DeleteFileSystemAsync(ctx workflow.Context, input *fsx.DeleteFileSystemInput) *DeleteFileSystemFuture

	DescribeBackups(ctx workflow.Context, input *fsx.DescribeBackupsInput) (*fsx.DescribeBackupsOutput, error)
	DescribeBackupsAsync(ctx workflow.Context, input *fsx.DescribeBackupsInput) *DescribeBackupsFuture

	DescribeDataRepositoryTasks(ctx workflow.Context, input *fsx.DescribeDataRepositoryTasksInput) (*fsx.DescribeDataRepositoryTasksOutput, error)
	DescribeDataRepositoryTasksAsync(ctx workflow.Context, input *fsx.DescribeDataRepositoryTasksInput) *DescribeDataRepositoryTasksFuture

	DescribeFileSystems(ctx workflow.Context, input *fsx.DescribeFileSystemsInput) (*fsx.DescribeFileSystemsOutput, error)
	DescribeFileSystemsAsync(ctx workflow.Context, input *fsx.DescribeFileSystemsInput) *DescribeFileSystemsFuture

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

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

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

	UpdateFileSystem(ctx workflow.Context, input *fsx.UpdateFileSystemInput) (*fsx.UpdateFileSystemOutput, error)
	UpdateFileSystemAsync(ctx workflow.Context, input *fsx.UpdateFileSystemInput) *UpdateFileSystemFuture
}

func NewClient

func NewClient() Client

type CreateBackupFuture

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

func (*CreateBackupFuture) Get

type CreateDataRepositoryTaskFuture

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

func (*CreateDataRepositoryTaskFuture) Get

type CreateFileSystemFromBackupFuture

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

func (*CreateFileSystemFromBackupFuture) Get

type CreateFileSystemFuture

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

func (*CreateFileSystemFuture) Get

type DeleteBackupFuture

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

func (*DeleteBackupFuture) Get

type DeleteFileSystemFuture

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

func (*DeleteFileSystemFuture) Get

type DescribeBackupsFuture

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

func (*DescribeBackupsFuture) Get

type DescribeDataRepositoryTasksFuture

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

func (*DescribeDataRepositoryTasksFuture) Get

type DescribeFileSystemsFuture

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

func (*DescribeFileSystemsFuture) Get

type ListTagsForResourceFuture

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

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

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

func (*UpdateFileSystemFuture) Get

Jump to

Keyboard shortcuts

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