fsxmock

package
v1.38.36 Latest Latest
Warning

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

Go to latest
Published: May 12, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package fsxmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockFSxAPI

type MockFSxAPI struct {
	// contains filtered or unexported fields
}

MockFSxAPI is a mock of FSxAPI interface.

func NewMockFSxAPI

func NewMockFSxAPI(ctrl *gomock.Controller) *MockFSxAPI

NewMockFSxAPI creates a new mock instance.

func (*MockFSxAPI) AssociateFileSystemAliases

AssociateFileSystemAliases mocks base method.

func (*MockFSxAPI) AssociateFileSystemAliasesRequest

func (m *MockFSxAPI) AssociateFileSystemAliasesRequest(arg0 *fsx.AssociateFileSystemAliasesInput) (*request.Request, *fsx.AssociateFileSystemAliasesOutput)

AssociateFileSystemAliasesRequest mocks base method.

func (*MockFSxAPI) AssociateFileSystemAliasesWithContext

func (m *MockFSxAPI) AssociateFileSystemAliasesWithContext(arg0 context.Context, arg1 *fsx.AssociateFileSystemAliasesInput, arg2 ...request.Option) (*fsx.AssociateFileSystemAliasesOutput, error)

AssociateFileSystemAliasesWithContext mocks base method.

func (*MockFSxAPI) CancelDataRepositoryTask

CancelDataRepositoryTask mocks base method.

func (*MockFSxAPI) CancelDataRepositoryTaskRequest

func (m *MockFSxAPI) CancelDataRepositoryTaskRequest(arg0 *fsx.CancelDataRepositoryTaskInput) (*request.Request, *fsx.CancelDataRepositoryTaskOutput)

CancelDataRepositoryTaskRequest mocks base method.

func (*MockFSxAPI) CancelDataRepositoryTaskWithContext

func (m *MockFSxAPI) CancelDataRepositoryTaskWithContext(arg0 context.Context, arg1 *fsx.CancelDataRepositoryTaskInput, arg2 ...request.Option) (*fsx.CancelDataRepositoryTaskOutput, error)

CancelDataRepositoryTaskWithContext mocks base method.

func (*MockFSxAPI) CopyBackup added in v1.38.35

func (m *MockFSxAPI) CopyBackup(arg0 *fsx.CopyBackupInput) (*fsx.CopyBackupOutput, error)

CopyBackup mocks base method.

func (*MockFSxAPI) CopyBackupRequest added in v1.38.35

func (m *MockFSxAPI) CopyBackupRequest(arg0 *fsx.CopyBackupInput) (*request.Request, *fsx.CopyBackupOutput)

CopyBackupRequest mocks base method.

func (*MockFSxAPI) CopyBackupWithContext added in v1.38.35

func (m *MockFSxAPI) CopyBackupWithContext(arg0 context.Context, arg1 *fsx.CopyBackupInput, arg2 ...request.Option) (*fsx.CopyBackupOutput, error)

CopyBackupWithContext mocks base method.

func (*MockFSxAPI) CreateBackup

func (m *MockFSxAPI) CreateBackup(arg0 *fsx.CreateBackupInput) (*fsx.CreateBackupOutput, error)

CreateBackup mocks base method.

func (*MockFSxAPI) CreateBackupRequest

func (m *MockFSxAPI) CreateBackupRequest(arg0 *fsx.CreateBackupInput) (*request.Request, *fsx.CreateBackupOutput)

CreateBackupRequest mocks base method.

func (*MockFSxAPI) CreateBackupWithContext

func (m *MockFSxAPI) CreateBackupWithContext(arg0 context.Context, arg1 *fsx.CreateBackupInput, arg2 ...request.Option) (*fsx.CreateBackupOutput, error)

CreateBackupWithContext mocks base method.

func (*MockFSxAPI) CreateDataRepositoryTask

CreateDataRepositoryTask mocks base method.

func (*MockFSxAPI) CreateDataRepositoryTaskRequest

func (m *MockFSxAPI) CreateDataRepositoryTaskRequest(arg0 *fsx.CreateDataRepositoryTaskInput) (*request.Request, *fsx.CreateDataRepositoryTaskOutput)

CreateDataRepositoryTaskRequest mocks base method.

func (*MockFSxAPI) CreateDataRepositoryTaskWithContext

func (m *MockFSxAPI) CreateDataRepositoryTaskWithContext(arg0 context.Context, arg1 *fsx.CreateDataRepositoryTaskInput, arg2 ...request.Option) (*fsx.CreateDataRepositoryTaskOutput, error)

CreateDataRepositoryTaskWithContext mocks base method.

func (*MockFSxAPI) CreateFileSystem

func (m *MockFSxAPI) CreateFileSystem(arg0 *fsx.CreateFileSystemInput) (*fsx.CreateFileSystemOutput, error)

CreateFileSystem mocks base method.

func (*MockFSxAPI) CreateFileSystemFromBackup

CreateFileSystemFromBackup mocks base method.

func (*MockFSxAPI) CreateFileSystemFromBackupRequest

func (m *MockFSxAPI) CreateFileSystemFromBackupRequest(arg0 *fsx.CreateFileSystemFromBackupInput) (*request.Request, *fsx.CreateFileSystemFromBackupOutput)

CreateFileSystemFromBackupRequest mocks base method.

func (*MockFSxAPI) CreateFileSystemFromBackupWithContext

func (m *MockFSxAPI) CreateFileSystemFromBackupWithContext(arg0 context.Context, arg1 *fsx.CreateFileSystemFromBackupInput, arg2 ...request.Option) (*fsx.CreateFileSystemFromBackupOutput, error)

CreateFileSystemFromBackupWithContext mocks base method.

func (*MockFSxAPI) CreateFileSystemRequest

func (m *MockFSxAPI) CreateFileSystemRequest(arg0 *fsx.CreateFileSystemInput) (*request.Request, *fsx.CreateFileSystemOutput)

CreateFileSystemRequest mocks base method.

func (*MockFSxAPI) CreateFileSystemWithContext

func (m *MockFSxAPI) CreateFileSystemWithContext(arg0 context.Context, arg1 *fsx.CreateFileSystemInput, arg2 ...request.Option) (*fsx.CreateFileSystemOutput, error)

CreateFileSystemWithContext mocks base method.

func (*MockFSxAPI) DeleteBackup

func (m *MockFSxAPI) DeleteBackup(arg0 *fsx.DeleteBackupInput) (*fsx.DeleteBackupOutput, error)

DeleteBackup mocks base method.

func (*MockFSxAPI) DeleteBackupRequest

func (m *MockFSxAPI) DeleteBackupRequest(arg0 *fsx.DeleteBackupInput) (*request.Request, *fsx.DeleteBackupOutput)

DeleteBackupRequest mocks base method.

func (*MockFSxAPI) DeleteBackupWithContext

func (m *MockFSxAPI) DeleteBackupWithContext(arg0 context.Context, arg1 *fsx.DeleteBackupInput, arg2 ...request.Option) (*fsx.DeleteBackupOutput, error)

DeleteBackupWithContext mocks base method.

func (*MockFSxAPI) DeleteFileSystem

func (m *MockFSxAPI) DeleteFileSystem(arg0 *fsx.DeleteFileSystemInput) (*fsx.DeleteFileSystemOutput, error)

DeleteFileSystem mocks base method.

func (*MockFSxAPI) DeleteFileSystemRequest

func (m *MockFSxAPI) DeleteFileSystemRequest(arg0 *fsx.DeleteFileSystemInput) (*request.Request, *fsx.DeleteFileSystemOutput)

DeleteFileSystemRequest mocks base method.

func (*MockFSxAPI) DeleteFileSystemWithContext

func (m *MockFSxAPI) DeleteFileSystemWithContext(arg0 context.Context, arg1 *fsx.DeleteFileSystemInput, arg2 ...request.Option) (*fsx.DeleteFileSystemOutput, error)

DeleteFileSystemWithContext mocks base method.

func (*MockFSxAPI) DescribeBackups

func (m *MockFSxAPI) DescribeBackups(arg0 *fsx.DescribeBackupsInput) (*fsx.DescribeBackupsOutput, error)

DescribeBackups mocks base method.

func (*MockFSxAPI) DescribeBackupsPages

func (m *MockFSxAPI) DescribeBackupsPages(arg0 *fsx.DescribeBackupsInput, arg1 func(*fsx.DescribeBackupsOutput, bool) bool) error

DescribeBackupsPages mocks base method.

func (*MockFSxAPI) DescribeBackupsPagesWithContext

func (m *MockFSxAPI) DescribeBackupsPagesWithContext(arg0 context.Context, arg1 *fsx.DescribeBackupsInput, arg2 func(*fsx.DescribeBackupsOutput, bool) bool, arg3 ...request.Option) error

DescribeBackupsPagesWithContext mocks base method.

func (*MockFSxAPI) DescribeBackupsRequest

func (m *MockFSxAPI) DescribeBackupsRequest(arg0 *fsx.DescribeBackupsInput) (*request.Request, *fsx.DescribeBackupsOutput)

DescribeBackupsRequest mocks base method.

func (*MockFSxAPI) DescribeBackupsWithContext

func (m *MockFSxAPI) DescribeBackupsWithContext(arg0 context.Context, arg1 *fsx.DescribeBackupsInput, arg2 ...request.Option) (*fsx.DescribeBackupsOutput, error)

DescribeBackupsWithContext mocks base method.

func (*MockFSxAPI) DescribeDataRepositoryTasks

DescribeDataRepositoryTasks mocks base method.

func (*MockFSxAPI) DescribeDataRepositoryTasksPages

func (m *MockFSxAPI) DescribeDataRepositoryTasksPages(arg0 *fsx.DescribeDataRepositoryTasksInput, arg1 func(*fsx.DescribeDataRepositoryTasksOutput, bool) bool) error

DescribeDataRepositoryTasksPages mocks base method.

func (*MockFSxAPI) DescribeDataRepositoryTasksPagesWithContext

func (m *MockFSxAPI) DescribeDataRepositoryTasksPagesWithContext(arg0 context.Context, arg1 *fsx.DescribeDataRepositoryTasksInput, arg2 func(*fsx.DescribeDataRepositoryTasksOutput, bool) bool, arg3 ...request.Option) error

DescribeDataRepositoryTasksPagesWithContext mocks base method.

func (*MockFSxAPI) DescribeDataRepositoryTasksRequest

func (m *MockFSxAPI) DescribeDataRepositoryTasksRequest(arg0 *fsx.DescribeDataRepositoryTasksInput) (*request.Request, *fsx.DescribeDataRepositoryTasksOutput)

DescribeDataRepositoryTasksRequest mocks base method.

func (*MockFSxAPI) DescribeDataRepositoryTasksWithContext

func (m *MockFSxAPI) DescribeDataRepositoryTasksWithContext(arg0 context.Context, arg1 *fsx.DescribeDataRepositoryTasksInput, arg2 ...request.Option) (*fsx.DescribeDataRepositoryTasksOutput, error)

DescribeDataRepositoryTasksWithContext mocks base method.

func (*MockFSxAPI) DescribeFileSystemAliases

DescribeFileSystemAliases mocks base method.

func (*MockFSxAPI) DescribeFileSystemAliasesPages

func (m *MockFSxAPI) DescribeFileSystemAliasesPages(arg0 *fsx.DescribeFileSystemAliasesInput, arg1 func(*fsx.DescribeFileSystemAliasesOutput, bool) bool) error

DescribeFileSystemAliasesPages mocks base method.

func (*MockFSxAPI) DescribeFileSystemAliasesPagesWithContext

func (m *MockFSxAPI) DescribeFileSystemAliasesPagesWithContext(arg0 context.Context, arg1 *fsx.DescribeFileSystemAliasesInput, arg2 func(*fsx.DescribeFileSystemAliasesOutput, bool) bool, arg3 ...request.Option) error

DescribeFileSystemAliasesPagesWithContext mocks base method.

func (*MockFSxAPI) DescribeFileSystemAliasesRequest

func (m *MockFSxAPI) DescribeFileSystemAliasesRequest(arg0 *fsx.DescribeFileSystemAliasesInput) (*request.Request, *fsx.DescribeFileSystemAliasesOutput)

DescribeFileSystemAliasesRequest mocks base method.

func (*MockFSxAPI) DescribeFileSystemAliasesWithContext

func (m *MockFSxAPI) DescribeFileSystemAliasesWithContext(arg0 context.Context, arg1 *fsx.DescribeFileSystemAliasesInput, arg2 ...request.Option) (*fsx.DescribeFileSystemAliasesOutput, error)

DescribeFileSystemAliasesWithContext mocks base method.

func (*MockFSxAPI) DescribeFileSystems

func (m *MockFSxAPI) DescribeFileSystems(arg0 *fsx.DescribeFileSystemsInput) (*fsx.DescribeFileSystemsOutput, error)

DescribeFileSystems mocks base method.

func (*MockFSxAPI) DescribeFileSystemsPages

func (m *MockFSxAPI) DescribeFileSystemsPages(arg0 *fsx.DescribeFileSystemsInput, arg1 func(*fsx.DescribeFileSystemsOutput, bool) bool) error

DescribeFileSystemsPages mocks base method.

func (*MockFSxAPI) DescribeFileSystemsPagesWithContext

func (m *MockFSxAPI) DescribeFileSystemsPagesWithContext(arg0 context.Context, arg1 *fsx.DescribeFileSystemsInput, arg2 func(*fsx.DescribeFileSystemsOutput, bool) bool, arg3 ...request.Option) error

DescribeFileSystemsPagesWithContext mocks base method.

func (*MockFSxAPI) DescribeFileSystemsRequest

func (m *MockFSxAPI) DescribeFileSystemsRequest(arg0 *fsx.DescribeFileSystemsInput) (*request.Request, *fsx.DescribeFileSystemsOutput)

DescribeFileSystemsRequest mocks base method.

func (*MockFSxAPI) DescribeFileSystemsWithContext

func (m *MockFSxAPI) DescribeFileSystemsWithContext(arg0 context.Context, arg1 *fsx.DescribeFileSystemsInput, arg2 ...request.Option) (*fsx.DescribeFileSystemsOutput, error)

DescribeFileSystemsWithContext mocks base method.

func (*MockFSxAPI) DisassociateFileSystemAliases

DisassociateFileSystemAliases mocks base method.

func (*MockFSxAPI) DisassociateFileSystemAliasesRequest

func (m *MockFSxAPI) DisassociateFileSystemAliasesRequest(arg0 *fsx.DisassociateFileSystemAliasesInput) (*request.Request, *fsx.DisassociateFileSystemAliasesOutput)

DisassociateFileSystemAliasesRequest mocks base method.

func (*MockFSxAPI) DisassociateFileSystemAliasesWithContext

func (m *MockFSxAPI) DisassociateFileSystemAliasesWithContext(arg0 context.Context, arg1 *fsx.DisassociateFileSystemAliasesInput, arg2 ...request.Option) (*fsx.DisassociateFileSystemAliasesOutput, error)

DisassociateFileSystemAliasesWithContext mocks base method.

func (*MockFSxAPI) EXPECT

func (m *MockFSxAPI) EXPECT() *MockFSxAPIMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockFSxAPI) ListTagsForResource

func (m *MockFSxAPI) ListTagsForResource(arg0 *fsx.ListTagsForResourceInput) (*fsx.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

func (*MockFSxAPI) ListTagsForResourceRequest

func (m *MockFSxAPI) ListTagsForResourceRequest(arg0 *fsx.ListTagsForResourceInput) (*request.Request, *fsx.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method.

func (*MockFSxAPI) ListTagsForResourceWithContext

func (m *MockFSxAPI) ListTagsForResourceWithContext(arg0 context.Context, arg1 *fsx.ListTagsForResourceInput, arg2 ...request.Option) (*fsx.ListTagsForResourceOutput, error)

ListTagsForResourceWithContext mocks base method.

func (*MockFSxAPI) TagResource

func (m *MockFSxAPI) TagResource(arg0 *fsx.TagResourceInput) (*fsx.TagResourceOutput, error)

TagResource mocks base method.

func (*MockFSxAPI) TagResourceRequest

func (m *MockFSxAPI) TagResourceRequest(arg0 *fsx.TagResourceInput) (*request.Request, *fsx.TagResourceOutput)

TagResourceRequest mocks base method.

func (*MockFSxAPI) TagResourceWithContext

func (m *MockFSxAPI) TagResourceWithContext(arg0 context.Context, arg1 *fsx.TagResourceInput, arg2 ...request.Option) (*fsx.TagResourceOutput, error)

TagResourceWithContext mocks base method.

func (*MockFSxAPI) UntagResource

func (m *MockFSxAPI) UntagResource(arg0 *fsx.UntagResourceInput) (*fsx.UntagResourceOutput, error)

UntagResource mocks base method.

func (*MockFSxAPI) UntagResourceRequest

func (m *MockFSxAPI) UntagResourceRequest(arg0 *fsx.UntagResourceInput) (*request.Request, *fsx.UntagResourceOutput)

UntagResourceRequest mocks base method.

func (*MockFSxAPI) UntagResourceWithContext

func (m *MockFSxAPI) UntagResourceWithContext(arg0 context.Context, arg1 *fsx.UntagResourceInput, arg2 ...request.Option) (*fsx.UntagResourceOutput, error)

UntagResourceWithContext mocks base method.

func (*MockFSxAPI) UpdateFileSystem

func (m *MockFSxAPI) UpdateFileSystem(arg0 *fsx.UpdateFileSystemInput) (*fsx.UpdateFileSystemOutput, error)

UpdateFileSystem mocks base method.

func (*MockFSxAPI) UpdateFileSystemRequest

func (m *MockFSxAPI) UpdateFileSystemRequest(arg0 *fsx.UpdateFileSystemInput) (*request.Request, *fsx.UpdateFileSystemOutput)

UpdateFileSystemRequest mocks base method.

func (*MockFSxAPI) UpdateFileSystemWithContext

func (m *MockFSxAPI) UpdateFileSystemWithContext(arg0 context.Context, arg1 *fsx.UpdateFileSystemInput, arg2 ...request.Option) (*fsx.UpdateFileSystemOutput, error)

UpdateFileSystemWithContext mocks base method.

type MockFSxAPIMockRecorder

type MockFSxAPIMockRecorder struct {
	// contains filtered or unexported fields
}

MockFSxAPIMockRecorder is the mock recorder for MockFSxAPI.

func (*MockFSxAPIMockRecorder) AssociateFileSystemAliases

func (mr *MockFSxAPIMockRecorder) AssociateFileSystemAliases(arg0 interface{}) *gomock.Call

AssociateFileSystemAliases indicates an expected call of AssociateFileSystemAliases.

func (*MockFSxAPIMockRecorder) AssociateFileSystemAliasesRequest

func (mr *MockFSxAPIMockRecorder) AssociateFileSystemAliasesRequest(arg0 interface{}) *gomock.Call

AssociateFileSystemAliasesRequest indicates an expected call of AssociateFileSystemAliasesRequest.

func (*MockFSxAPIMockRecorder) AssociateFileSystemAliasesWithContext

func (mr *MockFSxAPIMockRecorder) AssociateFileSystemAliasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateFileSystemAliasesWithContext indicates an expected call of AssociateFileSystemAliasesWithContext.

func (*MockFSxAPIMockRecorder) CancelDataRepositoryTask

func (mr *MockFSxAPIMockRecorder) CancelDataRepositoryTask(arg0 interface{}) *gomock.Call

CancelDataRepositoryTask indicates an expected call of CancelDataRepositoryTask.

func (*MockFSxAPIMockRecorder) CancelDataRepositoryTaskRequest

func (mr *MockFSxAPIMockRecorder) CancelDataRepositoryTaskRequest(arg0 interface{}) *gomock.Call

CancelDataRepositoryTaskRequest indicates an expected call of CancelDataRepositoryTaskRequest.

func (*MockFSxAPIMockRecorder) CancelDataRepositoryTaskWithContext

func (mr *MockFSxAPIMockRecorder) CancelDataRepositoryTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CancelDataRepositoryTaskWithContext indicates an expected call of CancelDataRepositoryTaskWithContext.

func (*MockFSxAPIMockRecorder) CopyBackup added in v1.38.35

func (mr *MockFSxAPIMockRecorder) CopyBackup(arg0 interface{}) *gomock.Call

CopyBackup indicates an expected call of CopyBackup.

func (*MockFSxAPIMockRecorder) CopyBackupRequest added in v1.38.35

func (mr *MockFSxAPIMockRecorder) CopyBackupRequest(arg0 interface{}) *gomock.Call

CopyBackupRequest indicates an expected call of CopyBackupRequest.

func (*MockFSxAPIMockRecorder) CopyBackupWithContext added in v1.38.35

func (mr *MockFSxAPIMockRecorder) CopyBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CopyBackupWithContext indicates an expected call of CopyBackupWithContext.

func (*MockFSxAPIMockRecorder) CreateBackup

func (mr *MockFSxAPIMockRecorder) CreateBackup(arg0 interface{}) *gomock.Call

CreateBackup indicates an expected call of CreateBackup.

func (*MockFSxAPIMockRecorder) CreateBackupRequest

func (mr *MockFSxAPIMockRecorder) CreateBackupRequest(arg0 interface{}) *gomock.Call

CreateBackupRequest indicates an expected call of CreateBackupRequest.

func (*MockFSxAPIMockRecorder) CreateBackupWithContext

func (mr *MockFSxAPIMockRecorder) CreateBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateBackupWithContext indicates an expected call of CreateBackupWithContext.

func (*MockFSxAPIMockRecorder) CreateDataRepositoryTask

func (mr *MockFSxAPIMockRecorder) CreateDataRepositoryTask(arg0 interface{}) *gomock.Call

CreateDataRepositoryTask indicates an expected call of CreateDataRepositoryTask.

func (*MockFSxAPIMockRecorder) CreateDataRepositoryTaskRequest

func (mr *MockFSxAPIMockRecorder) CreateDataRepositoryTaskRequest(arg0 interface{}) *gomock.Call

CreateDataRepositoryTaskRequest indicates an expected call of CreateDataRepositoryTaskRequest.

func (*MockFSxAPIMockRecorder) CreateDataRepositoryTaskWithContext

func (mr *MockFSxAPIMockRecorder) CreateDataRepositoryTaskWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateDataRepositoryTaskWithContext indicates an expected call of CreateDataRepositoryTaskWithContext.

func (*MockFSxAPIMockRecorder) CreateFileSystem

func (mr *MockFSxAPIMockRecorder) CreateFileSystem(arg0 interface{}) *gomock.Call

CreateFileSystem indicates an expected call of CreateFileSystem.

func (*MockFSxAPIMockRecorder) CreateFileSystemFromBackup

func (mr *MockFSxAPIMockRecorder) CreateFileSystemFromBackup(arg0 interface{}) *gomock.Call

CreateFileSystemFromBackup indicates an expected call of CreateFileSystemFromBackup.

func (*MockFSxAPIMockRecorder) CreateFileSystemFromBackupRequest

func (mr *MockFSxAPIMockRecorder) CreateFileSystemFromBackupRequest(arg0 interface{}) *gomock.Call

CreateFileSystemFromBackupRequest indicates an expected call of CreateFileSystemFromBackupRequest.

func (*MockFSxAPIMockRecorder) CreateFileSystemFromBackupWithContext

func (mr *MockFSxAPIMockRecorder) CreateFileSystemFromBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFileSystemFromBackupWithContext indicates an expected call of CreateFileSystemFromBackupWithContext.

func (*MockFSxAPIMockRecorder) CreateFileSystemRequest

func (mr *MockFSxAPIMockRecorder) CreateFileSystemRequest(arg0 interface{}) *gomock.Call

CreateFileSystemRequest indicates an expected call of CreateFileSystemRequest.

func (*MockFSxAPIMockRecorder) CreateFileSystemWithContext

func (mr *MockFSxAPIMockRecorder) CreateFileSystemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateFileSystemWithContext indicates an expected call of CreateFileSystemWithContext.

func (*MockFSxAPIMockRecorder) DeleteBackup

func (mr *MockFSxAPIMockRecorder) DeleteBackup(arg0 interface{}) *gomock.Call

DeleteBackup indicates an expected call of DeleteBackup.

func (*MockFSxAPIMockRecorder) DeleteBackupRequest

func (mr *MockFSxAPIMockRecorder) DeleteBackupRequest(arg0 interface{}) *gomock.Call

DeleteBackupRequest indicates an expected call of DeleteBackupRequest.

func (*MockFSxAPIMockRecorder) DeleteBackupWithContext

func (mr *MockFSxAPIMockRecorder) DeleteBackupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteBackupWithContext indicates an expected call of DeleteBackupWithContext.

func (*MockFSxAPIMockRecorder) DeleteFileSystem

func (mr *MockFSxAPIMockRecorder) DeleteFileSystem(arg0 interface{}) *gomock.Call

DeleteFileSystem indicates an expected call of DeleteFileSystem.

func (*MockFSxAPIMockRecorder) DeleteFileSystemRequest

func (mr *MockFSxAPIMockRecorder) DeleteFileSystemRequest(arg0 interface{}) *gomock.Call

DeleteFileSystemRequest indicates an expected call of DeleteFileSystemRequest.

func (*MockFSxAPIMockRecorder) DeleteFileSystemWithContext

func (mr *MockFSxAPIMockRecorder) DeleteFileSystemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFileSystemWithContext indicates an expected call of DeleteFileSystemWithContext.

func (*MockFSxAPIMockRecorder) DescribeBackups

func (mr *MockFSxAPIMockRecorder) DescribeBackups(arg0 interface{}) *gomock.Call

DescribeBackups indicates an expected call of DescribeBackups.

func (*MockFSxAPIMockRecorder) DescribeBackupsPages

func (mr *MockFSxAPIMockRecorder) DescribeBackupsPages(arg0, arg1 interface{}) *gomock.Call

DescribeBackupsPages indicates an expected call of DescribeBackupsPages.

func (*MockFSxAPIMockRecorder) DescribeBackupsPagesWithContext

func (mr *MockFSxAPIMockRecorder) DescribeBackupsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeBackupsPagesWithContext indicates an expected call of DescribeBackupsPagesWithContext.

func (*MockFSxAPIMockRecorder) DescribeBackupsRequest

func (mr *MockFSxAPIMockRecorder) DescribeBackupsRequest(arg0 interface{}) *gomock.Call

DescribeBackupsRequest indicates an expected call of DescribeBackupsRequest.

func (*MockFSxAPIMockRecorder) DescribeBackupsWithContext

func (mr *MockFSxAPIMockRecorder) DescribeBackupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBackupsWithContext indicates an expected call of DescribeBackupsWithContext.

func (*MockFSxAPIMockRecorder) DescribeDataRepositoryTasks

func (mr *MockFSxAPIMockRecorder) DescribeDataRepositoryTasks(arg0 interface{}) *gomock.Call

DescribeDataRepositoryTasks indicates an expected call of DescribeDataRepositoryTasks.

func (*MockFSxAPIMockRecorder) DescribeDataRepositoryTasksPages

func (mr *MockFSxAPIMockRecorder) DescribeDataRepositoryTasksPages(arg0, arg1 interface{}) *gomock.Call

DescribeDataRepositoryTasksPages indicates an expected call of DescribeDataRepositoryTasksPages.

func (*MockFSxAPIMockRecorder) DescribeDataRepositoryTasksPagesWithContext

func (mr *MockFSxAPIMockRecorder) DescribeDataRepositoryTasksPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeDataRepositoryTasksPagesWithContext indicates an expected call of DescribeDataRepositoryTasksPagesWithContext.

func (*MockFSxAPIMockRecorder) DescribeDataRepositoryTasksRequest

func (mr *MockFSxAPIMockRecorder) DescribeDataRepositoryTasksRequest(arg0 interface{}) *gomock.Call

DescribeDataRepositoryTasksRequest indicates an expected call of DescribeDataRepositoryTasksRequest.

func (*MockFSxAPIMockRecorder) DescribeDataRepositoryTasksWithContext

func (mr *MockFSxAPIMockRecorder) DescribeDataRepositoryTasksWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeDataRepositoryTasksWithContext indicates an expected call of DescribeDataRepositoryTasksWithContext.

func (*MockFSxAPIMockRecorder) DescribeFileSystemAliases

func (mr *MockFSxAPIMockRecorder) DescribeFileSystemAliases(arg0 interface{}) *gomock.Call

DescribeFileSystemAliases indicates an expected call of DescribeFileSystemAliases.

func (*MockFSxAPIMockRecorder) DescribeFileSystemAliasesPages

func (mr *MockFSxAPIMockRecorder) DescribeFileSystemAliasesPages(arg0, arg1 interface{}) *gomock.Call

DescribeFileSystemAliasesPages indicates an expected call of DescribeFileSystemAliasesPages.

func (*MockFSxAPIMockRecorder) DescribeFileSystemAliasesPagesWithContext

func (mr *MockFSxAPIMockRecorder) DescribeFileSystemAliasesPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeFileSystemAliasesPagesWithContext indicates an expected call of DescribeFileSystemAliasesPagesWithContext.

func (*MockFSxAPIMockRecorder) DescribeFileSystemAliasesRequest

func (mr *MockFSxAPIMockRecorder) DescribeFileSystemAliasesRequest(arg0 interface{}) *gomock.Call

DescribeFileSystemAliasesRequest indicates an expected call of DescribeFileSystemAliasesRequest.

func (*MockFSxAPIMockRecorder) DescribeFileSystemAliasesWithContext

func (mr *MockFSxAPIMockRecorder) DescribeFileSystemAliasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFileSystemAliasesWithContext indicates an expected call of DescribeFileSystemAliasesWithContext.

func (*MockFSxAPIMockRecorder) DescribeFileSystems

func (mr *MockFSxAPIMockRecorder) DescribeFileSystems(arg0 interface{}) *gomock.Call

DescribeFileSystems indicates an expected call of DescribeFileSystems.

func (*MockFSxAPIMockRecorder) DescribeFileSystemsPages

func (mr *MockFSxAPIMockRecorder) DescribeFileSystemsPages(arg0, arg1 interface{}) *gomock.Call

DescribeFileSystemsPages indicates an expected call of DescribeFileSystemsPages.

func (*MockFSxAPIMockRecorder) DescribeFileSystemsPagesWithContext

func (mr *MockFSxAPIMockRecorder) DescribeFileSystemsPagesWithContext(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

DescribeFileSystemsPagesWithContext indicates an expected call of DescribeFileSystemsPagesWithContext.

func (*MockFSxAPIMockRecorder) DescribeFileSystemsRequest

func (mr *MockFSxAPIMockRecorder) DescribeFileSystemsRequest(arg0 interface{}) *gomock.Call

DescribeFileSystemsRequest indicates an expected call of DescribeFileSystemsRequest.

func (*MockFSxAPIMockRecorder) DescribeFileSystemsWithContext

func (mr *MockFSxAPIMockRecorder) DescribeFileSystemsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFileSystemsWithContext indicates an expected call of DescribeFileSystemsWithContext.

func (*MockFSxAPIMockRecorder) DisassociateFileSystemAliases

func (mr *MockFSxAPIMockRecorder) DisassociateFileSystemAliases(arg0 interface{}) *gomock.Call

DisassociateFileSystemAliases indicates an expected call of DisassociateFileSystemAliases.

func (*MockFSxAPIMockRecorder) DisassociateFileSystemAliasesRequest

func (mr *MockFSxAPIMockRecorder) DisassociateFileSystemAliasesRequest(arg0 interface{}) *gomock.Call

DisassociateFileSystemAliasesRequest indicates an expected call of DisassociateFileSystemAliasesRequest.

func (*MockFSxAPIMockRecorder) DisassociateFileSystemAliasesWithContext

func (mr *MockFSxAPIMockRecorder) DisassociateFileSystemAliasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateFileSystemAliasesWithContext indicates an expected call of DisassociateFileSystemAliasesWithContext.

func (*MockFSxAPIMockRecorder) ListTagsForResource

func (mr *MockFSxAPIMockRecorder) ListTagsForResource(arg0 interface{}) *gomock.Call

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockFSxAPIMockRecorder) ListTagsForResourceRequest

func (mr *MockFSxAPIMockRecorder) ListTagsForResourceRequest(arg0 interface{}) *gomock.Call

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockFSxAPIMockRecorder) ListTagsForResourceWithContext

func (mr *MockFSxAPIMockRecorder) ListTagsForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockFSxAPIMockRecorder) TagResource

func (mr *MockFSxAPIMockRecorder) TagResource(arg0 interface{}) *gomock.Call

TagResource indicates an expected call of TagResource.

func (*MockFSxAPIMockRecorder) TagResourceRequest

func (mr *MockFSxAPIMockRecorder) TagResourceRequest(arg0 interface{}) *gomock.Call

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockFSxAPIMockRecorder) TagResourceWithContext

func (mr *MockFSxAPIMockRecorder) TagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockFSxAPIMockRecorder) UntagResource

func (mr *MockFSxAPIMockRecorder) UntagResource(arg0 interface{}) *gomock.Call

UntagResource indicates an expected call of UntagResource.

func (*MockFSxAPIMockRecorder) UntagResourceRequest

func (mr *MockFSxAPIMockRecorder) UntagResourceRequest(arg0 interface{}) *gomock.Call

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockFSxAPIMockRecorder) UntagResourceWithContext

func (mr *MockFSxAPIMockRecorder) UntagResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockFSxAPIMockRecorder) UpdateFileSystem

func (mr *MockFSxAPIMockRecorder) UpdateFileSystem(arg0 interface{}) *gomock.Call

UpdateFileSystem indicates an expected call of UpdateFileSystem.

func (*MockFSxAPIMockRecorder) UpdateFileSystemRequest

func (mr *MockFSxAPIMockRecorder) UpdateFileSystemRequest(arg0 interface{}) *gomock.Call

UpdateFileSystemRequest indicates an expected call of UpdateFileSystemRequest.

func (*MockFSxAPIMockRecorder) UpdateFileSystemWithContext

func (mr *MockFSxAPIMockRecorder) UpdateFileSystemWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateFileSystemWithContext indicates an expected call of UpdateFileSystemWithContext.

Jump to

Keyboard shortcuts

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