Documentation ¶
Index ¶
- type CancelDataRepositoryTaskFuture
- type Client
- type CreateBackupFuture
- type CreateDataRepositoryTaskFuture
- type CreateFileSystemFromBackupFuture
- type CreateFileSystemFuture
- type DeleteBackupFuture
- type DeleteFileSystemFuture
- type DescribeBackupsFuture
- type DescribeDataRepositoryTasksFuture
- type DescribeFileSystemsFuture
- type ListTagsForResourceFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateFileSystemFuture
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 ¶
func (r *CancelDataRepositoryTaskFuture) Get(ctx workflow.Context) (*fsx.CancelDataRepositoryTaskOutput, error)
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 }
type CreateBackupFuture ¶
func (*CreateBackupFuture) Get ¶
func (r *CreateBackupFuture) Get(ctx workflow.Context) (*fsx.CreateBackupOutput, error)
type CreateDataRepositoryTaskFuture ¶
type CreateDataRepositoryTaskFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateDataRepositoryTaskFuture) Get ¶
func (r *CreateDataRepositoryTaskFuture) Get(ctx workflow.Context) (*fsx.CreateDataRepositoryTaskOutput, error)
type CreateFileSystemFromBackupFuture ¶
type CreateFileSystemFromBackupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateFileSystemFromBackupFuture) Get ¶
func (r *CreateFileSystemFromBackupFuture) Get(ctx workflow.Context) (*fsx.CreateFileSystemFromBackupOutput, error)
type CreateFileSystemFuture ¶
type CreateFileSystemFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateFileSystemFuture) Get ¶
func (r *CreateFileSystemFuture) Get(ctx workflow.Context) (*fsx.CreateFileSystemOutput, error)
type DeleteBackupFuture ¶
func (*DeleteBackupFuture) Get ¶
func (r *DeleteBackupFuture) Get(ctx workflow.Context) (*fsx.DeleteBackupOutput, error)
type DeleteFileSystemFuture ¶
type DeleteFileSystemFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteFileSystemFuture) Get ¶
func (r *DeleteFileSystemFuture) Get(ctx workflow.Context) (*fsx.DeleteFileSystemOutput, error)
type DescribeBackupsFuture ¶
type DescribeBackupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeBackupsFuture) Get ¶
func (r *DescribeBackupsFuture) Get(ctx workflow.Context) (*fsx.DescribeBackupsOutput, error)
type DescribeDataRepositoryTasksFuture ¶
type DescribeDataRepositoryTasksFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDataRepositoryTasksFuture) Get ¶
func (r *DescribeDataRepositoryTasksFuture) Get(ctx workflow.Context) (*fsx.DescribeDataRepositoryTasksOutput, error)
type DescribeFileSystemsFuture ¶
type DescribeFileSystemsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeFileSystemsFuture) Get ¶
func (r *DescribeFileSystemsFuture) Get(ctx workflow.Context) (*fsx.DescribeFileSystemsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*fsx.ListTagsForResourceOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*fsx.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*fsx.UntagResourceOutput, error)
type UpdateFileSystemFuture ¶
type UpdateFileSystemFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateFileSystemFuture) Get ¶
func (r *UpdateFileSystemFuture) Get(ctx workflow.Context) (*fsx.UpdateFileSystemOutput, error)
Click to show internal directories.
Click to hide internal directories.