efsmock

package
v1.43.22 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package efsmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockEFSAPI

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

MockEFSAPI is a mock of EFSAPI interface.

func NewMockEFSAPI

func NewMockEFSAPI(ctrl *gomock.Controller) *MockEFSAPI

NewMockEFSAPI creates a new mock instance.

func (*MockEFSAPI) CreateAccessPoint

func (m *MockEFSAPI) CreateAccessPoint(arg0 *efs.CreateAccessPointInput) (*efs.CreateAccessPointOutput, error)

CreateAccessPoint mocks base method.

func (*MockEFSAPI) CreateAccessPointRequest

func (m *MockEFSAPI) CreateAccessPointRequest(arg0 *efs.CreateAccessPointInput) (*request.Request, *efs.CreateAccessPointOutput)

CreateAccessPointRequest mocks base method.

func (*MockEFSAPI) CreateAccessPointWithContext

func (m *MockEFSAPI) CreateAccessPointWithContext(arg0 context.Context, arg1 *efs.CreateAccessPointInput, arg2 ...request.Option) (*efs.CreateAccessPointOutput, error)

CreateAccessPointWithContext mocks base method.

func (*MockEFSAPI) CreateFileSystem

func (m *MockEFSAPI) CreateFileSystem(arg0 *efs.CreateFileSystemInput) (*efs.FileSystemDescription, error)

CreateFileSystem mocks base method.

func (*MockEFSAPI) CreateFileSystemRequest

func (m *MockEFSAPI) CreateFileSystemRequest(arg0 *efs.CreateFileSystemInput) (*request.Request, *efs.FileSystemDescription)

CreateFileSystemRequest mocks base method.

func (*MockEFSAPI) CreateFileSystemWithContext

func (m *MockEFSAPI) CreateFileSystemWithContext(arg0 context.Context, arg1 *efs.CreateFileSystemInput, arg2 ...request.Option) (*efs.FileSystemDescription, error)

CreateFileSystemWithContext mocks base method.

func (*MockEFSAPI) CreateMountTarget

func (m *MockEFSAPI) CreateMountTarget(arg0 *efs.CreateMountTargetInput) (*efs.MountTargetDescription, error)

CreateMountTarget mocks base method.

func (*MockEFSAPI) CreateMountTargetRequest

func (m *MockEFSAPI) CreateMountTargetRequest(arg0 *efs.CreateMountTargetInput) (*request.Request, *efs.MountTargetDescription)

CreateMountTargetRequest mocks base method.

func (*MockEFSAPI) CreateMountTargetWithContext

func (m *MockEFSAPI) CreateMountTargetWithContext(arg0 context.Context, arg1 *efs.CreateMountTargetInput, arg2 ...request.Option) (*efs.MountTargetDescription, error)

CreateMountTargetWithContext mocks base method.

func (*MockEFSAPI) CreateReplicationConfiguration added in v1.43.22

CreateReplicationConfiguration mocks base method.

func (*MockEFSAPI) CreateReplicationConfigurationRequest added in v1.43.22

func (m *MockEFSAPI) CreateReplicationConfigurationRequest(arg0 *efs.CreateReplicationConfigurationInput) (*request.Request, *efs.CreateReplicationConfigurationOutput)

CreateReplicationConfigurationRequest mocks base method.

func (*MockEFSAPI) CreateReplicationConfigurationWithContext added in v1.43.22

func (m *MockEFSAPI) CreateReplicationConfigurationWithContext(arg0 context.Context, arg1 *efs.CreateReplicationConfigurationInput, arg2 ...request.Option) (*efs.CreateReplicationConfigurationOutput, error)

CreateReplicationConfigurationWithContext mocks base method.

func (*MockEFSAPI) CreateTags

func (m *MockEFSAPI) CreateTags(arg0 *efs.CreateTagsInput) (*efs.CreateTagsOutput, error)

CreateTags mocks base method.

func (*MockEFSAPI) CreateTagsRequest

func (m *MockEFSAPI) CreateTagsRequest(arg0 *efs.CreateTagsInput) (*request.Request, *efs.CreateTagsOutput)

CreateTagsRequest mocks base method.

func (*MockEFSAPI) CreateTagsWithContext

func (m *MockEFSAPI) CreateTagsWithContext(arg0 context.Context, arg1 *efs.CreateTagsInput, arg2 ...request.Option) (*efs.CreateTagsOutput, error)

CreateTagsWithContext mocks base method.

func (*MockEFSAPI) DeleteAccessPoint

func (m *MockEFSAPI) DeleteAccessPoint(arg0 *efs.DeleteAccessPointInput) (*efs.DeleteAccessPointOutput, error)

DeleteAccessPoint mocks base method.

func (*MockEFSAPI) DeleteAccessPointRequest

func (m *MockEFSAPI) DeleteAccessPointRequest(arg0 *efs.DeleteAccessPointInput) (*request.Request, *efs.DeleteAccessPointOutput)

DeleteAccessPointRequest mocks base method.

func (*MockEFSAPI) DeleteAccessPointWithContext

func (m *MockEFSAPI) DeleteAccessPointWithContext(arg0 context.Context, arg1 *efs.DeleteAccessPointInput, arg2 ...request.Option) (*efs.DeleteAccessPointOutput, error)

DeleteAccessPointWithContext mocks base method.

func (*MockEFSAPI) DeleteFileSystem

func (m *MockEFSAPI) DeleteFileSystem(arg0 *efs.DeleteFileSystemInput) (*efs.DeleteFileSystemOutput, error)

DeleteFileSystem mocks base method.

func (*MockEFSAPI) DeleteFileSystemPolicy

func (m *MockEFSAPI) DeleteFileSystemPolicy(arg0 *efs.DeleteFileSystemPolicyInput) (*efs.DeleteFileSystemPolicyOutput, error)

DeleteFileSystemPolicy mocks base method.

func (*MockEFSAPI) DeleteFileSystemPolicyRequest

func (m *MockEFSAPI) DeleteFileSystemPolicyRequest(arg0 *efs.DeleteFileSystemPolicyInput) (*request.Request, *efs.DeleteFileSystemPolicyOutput)

DeleteFileSystemPolicyRequest mocks base method.

func (*MockEFSAPI) DeleteFileSystemPolicyWithContext

func (m *MockEFSAPI) DeleteFileSystemPolicyWithContext(arg0 context.Context, arg1 *efs.DeleteFileSystemPolicyInput, arg2 ...request.Option) (*efs.DeleteFileSystemPolicyOutput, error)

DeleteFileSystemPolicyWithContext mocks base method.

func (*MockEFSAPI) DeleteFileSystemRequest

func (m *MockEFSAPI) DeleteFileSystemRequest(arg0 *efs.DeleteFileSystemInput) (*request.Request, *efs.DeleteFileSystemOutput)

DeleteFileSystemRequest mocks base method.

func (*MockEFSAPI) DeleteFileSystemWithContext

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

DeleteFileSystemWithContext mocks base method.

func (*MockEFSAPI) DeleteMountTarget

func (m *MockEFSAPI) DeleteMountTarget(arg0 *efs.DeleteMountTargetInput) (*efs.DeleteMountTargetOutput, error)

DeleteMountTarget mocks base method.

func (*MockEFSAPI) DeleteMountTargetRequest

func (m *MockEFSAPI) DeleteMountTargetRequest(arg0 *efs.DeleteMountTargetInput) (*request.Request, *efs.DeleteMountTargetOutput)

DeleteMountTargetRequest mocks base method.

func (*MockEFSAPI) DeleteMountTargetWithContext

func (m *MockEFSAPI) DeleteMountTargetWithContext(arg0 context.Context, arg1 *efs.DeleteMountTargetInput, arg2 ...request.Option) (*efs.DeleteMountTargetOutput, error)

DeleteMountTargetWithContext mocks base method.

func (*MockEFSAPI) DeleteReplicationConfiguration added in v1.43.22

DeleteReplicationConfiguration mocks base method.

func (*MockEFSAPI) DeleteReplicationConfigurationRequest added in v1.43.22

func (m *MockEFSAPI) DeleteReplicationConfigurationRequest(arg0 *efs.DeleteReplicationConfigurationInput) (*request.Request, *efs.DeleteReplicationConfigurationOutput)

DeleteReplicationConfigurationRequest mocks base method.

func (*MockEFSAPI) DeleteReplicationConfigurationWithContext added in v1.43.22

func (m *MockEFSAPI) DeleteReplicationConfigurationWithContext(arg0 context.Context, arg1 *efs.DeleteReplicationConfigurationInput, arg2 ...request.Option) (*efs.DeleteReplicationConfigurationOutput, error)

DeleteReplicationConfigurationWithContext mocks base method.

func (*MockEFSAPI) DeleteTags

func (m *MockEFSAPI) DeleteTags(arg0 *efs.DeleteTagsInput) (*efs.DeleteTagsOutput, error)

DeleteTags mocks base method.

func (*MockEFSAPI) DeleteTagsRequest

func (m *MockEFSAPI) DeleteTagsRequest(arg0 *efs.DeleteTagsInput) (*request.Request, *efs.DeleteTagsOutput)

DeleteTagsRequest mocks base method.

func (*MockEFSAPI) DeleteTagsWithContext

func (m *MockEFSAPI) DeleteTagsWithContext(arg0 context.Context, arg1 *efs.DeleteTagsInput, arg2 ...request.Option) (*efs.DeleteTagsOutput, error)

DeleteTagsWithContext mocks base method.

func (*MockEFSAPI) DescribeAccessPoints

func (m *MockEFSAPI) DescribeAccessPoints(arg0 *efs.DescribeAccessPointsInput) (*efs.DescribeAccessPointsOutput, error)

DescribeAccessPoints mocks base method.

func (*MockEFSAPI) DescribeAccessPointsPages

func (m *MockEFSAPI) DescribeAccessPointsPages(arg0 *efs.DescribeAccessPointsInput, arg1 func(*efs.DescribeAccessPointsOutput, bool) bool) error

DescribeAccessPointsPages mocks base method.

func (*MockEFSAPI) DescribeAccessPointsPagesWithContext

func (m *MockEFSAPI) DescribeAccessPointsPagesWithContext(arg0 context.Context, arg1 *efs.DescribeAccessPointsInput, arg2 func(*efs.DescribeAccessPointsOutput, bool) bool, arg3 ...request.Option) error

DescribeAccessPointsPagesWithContext mocks base method.

func (*MockEFSAPI) DescribeAccessPointsRequest

func (m *MockEFSAPI) DescribeAccessPointsRequest(arg0 *efs.DescribeAccessPointsInput) (*request.Request, *efs.DescribeAccessPointsOutput)

DescribeAccessPointsRequest mocks base method.

func (*MockEFSAPI) DescribeAccessPointsWithContext

func (m *MockEFSAPI) DescribeAccessPointsWithContext(arg0 context.Context, arg1 *efs.DescribeAccessPointsInput, arg2 ...request.Option) (*efs.DescribeAccessPointsOutput, error)

DescribeAccessPointsWithContext mocks base method.

func (*MockEFSAPI) DescribeAccountPreferences added in v1.43.22

DescribeAccountPreferences mocks base method.

func (*MockEFSAPI) DescribeAccountPreferencesRequest added in v1.43.22

func (m *MockEFSAPI) DescribeAccountPreferencesRequest(arg0 *efs.DescribeAccountPreferencesInput) (*request.Request, *efs.DescribeAccountPreferencesOutput)

DescribeAccountPreferencesRequest mocks base method.

func (*MockEFSAPI) DescribeAccountPreferencesWithContext added in v1.43.22

func (m *MockEFSAPI) DescribeAccountPreferencesWithContext(arg0 context.Context, arg1 *efs.DescribeAccountPreferencesInput, arg2 ...request.Option) (*efs.DescribeAccountPreferencesOutput, error)

DescribeAccountPreferencesWithContext mocks base method.

func (*MockEFSAPI) DescribeBackupPolicy

func (m *MockEFSAPI) DescribeBackupPolicy(arg0 *efs.DescribeBackupPolicyInput) (*efs.DescribeBackupPolicyOutput, error)

DescribeBackupPolicy mocks base method.

func (*MockEFSAPI) DescribeBackupPolicyRequest

func (m *MockEFSAPI) DescribeBackupPolicyRequest(arg0 *efs.DescribeBackupPolicyInput) (*request.Request, *efs.DescribeBackupPolicyOutput)

DescribeBackupPolicyRequest mocks base method.

func (*MockEFSAPI) DescribeBackupPolicyWithContext

func (m *MockEFSAPI) DescribeBackupPolicyWithContext(arg0 context.Context, arg1 *efs.DescribeBackupPolicyInput, arg2 ...request.Option) (*efs.DescribeBackupPolicyOutput, error)

DescribeBackupPolicyWithContext mocks base method.

func (*MockEFSAPI) DescribeFileSystemPolicy

DescribeFileSystemPolicy mocks base method.

func (*MockEFSAPI) DescribeFileSystemPolicyRequest

func (m *MockEFSAPI) DescribeFileSystemPolicyRequest(arg0 *efs.DescribeFileSystemPolicyInput) (*request.Request, *efs.DescribeFileSystemPolicyOutput)

DescribeFileSystemPolicyRequest mocks base method.

func (*MockEFSAPI) DescribeFileSystemPolicyWithContext

func (m *MockEFSAPI) DescribeFileSystemPolicyWithContext(arg0 context.Context, arg1 *efs.DescribeFileSystemPolicyInput, arg2 ...request.Option) (*efs.DescribeFileSystemPolicyOutput, error)

DescribeFileSystemPolicyWithContext mocks base method.

func (*MockEFSAPI) DescribeFileSystems

func (m *MockEFSAPI) DescribeFileSystems(arg0 *efs.DescribeFileSystemsInput) (*efs.DescribeFileSystemsOutput, error)

DescribeFileSystems mocks base method.

func (*MockEFSAPI) DescribeFileSystemsPages

func (m *MockEFSAPI) DescribeFileSystemsPages(arg0 *efs.DescribeFileSystemsInput, arg1 func(*efs.DescribeFileSystemsOutput, bool) bool) error

DescribeFileSystemsPages mocks base method.

func (*MockEFSAPI) DescribeFileSystemsPagesWithContext

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

DescribeFileSystemsPagesWithContext mocks base method.

func (*MockEFSAPI) DescribeFileSystemsRequest

func (m *MockEFSAPI) DescribeFileSystemsRequest(arg0 *efs.DescribeFileSystemsInput) (*request.Request, *efs.DescribeFileSystemsOutput)

DescribeFileSystemsRequest mocks base method.

func (*MockEFSAPI) DescribeFileSystemsWithContext

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

DescribeFileSystemsWithContext mocks base method.

func (*MockEFSAPI) DescribeLifecycleConfiguration

DescribeLifecycleConfiguration mocks base method.

func (*MockEFSAPI) DescribeLifecycleConfigurationRequest

func (m *MockEFSAPI) DescribeLifecycleConfigurationRequest(arg0 *efs.DescribeLifecycleConfigurationInput) (*request.Request, *efs.DescribeLifecycleConfigurationOutput)

DescribeLifecycleConfigurationRequest mocks base method.

func (*MockEFSAPI) DescribeLifecycleConfigurationWithContext

func (m *MockEFSAPI) DescribeLifecycleConfigurationWithContext(arg0 context.Context, arg1 *efs.DescribeLifecycleConfigurationInput, arg2 ...request.Option) (*efs.DescribeLifecycleConfigurationOutput, error)

DescribeLifecycleConfigurationWithContext mocks base method.

func (*MockEFSAPI) DescribeMountTargetSecurityGroups

DescribeMountTargetSecurityGroups mocks base method.

func (*MockEFSAPI) DescribeMountTargetSecurityGroupsRequest

DescribeMountTargetSecurityGroupsRequest mocks base method.

func (*MockEFSAPI) DescribeMountTargetSecurityGroupsWithContext

func (m *MockEFSAPI) DescribeMountTargetSecurityGroupsWithContext(arg0 context.Context, arg1 *efs.DescribeMountTargetSecurityGroupsInput, arg2 ...request.Option) (*efs.DescribeMountTargetSecurityGroupsOutput, error)

DescribeMountTargetSecurityGroupsWithContext mocks base method.

func (*MockEFSAPI) DescribeMountTargets

func (m *MockEFSAPI) DescribeMountTargets(arg0 *efs.DescribeMountTargetsInput) (*efs.DescribeMountTargetsOutput, error)

DescribeMountTargets mocks base method.

func (*MockEFSAPI) DescribeMountTargetsRequest

func (m *MockEFSAPI) DescribeMountTargetsRequest(arg0 *efs.DescribeMountTargetsInput) (*request.Request, *efs.DescribeMountTargetsOutput)

DescribeMountTargetsRequest mocks base method.

func (*MockEFSAPI) DescribeMountTargetsWithContext

func (m *MockEFSAPI) DescribeMountTargetsWithContext(arg0 context.Context, arg1 *efs.DescribeMountTargetsInput, arg2 ...request.Option) (*efs.DescribeMountTargetsOutput, error)

DescribeMountTargetsWithContext mocks base method.

func (*MockEFSAPI) DescribeReplicationConfigurations added in v1.43.22

DescribeReplicationConfigurations mocks base method.

func (*MockEFSAPI) DescribeReplicationConfigurationsRequest added in v1.43.22

DescribeReplicationConfigurationsRequest mocks base method.

func (*MockEFSAPI) DescribeReplicationConfigurationsWithContext added in v1.43.22

func (m *MockEFSAPI) DescribeReplicationConfigurationsWithContext(arg0 context.Context, arg1 *efs.DescribeReplicationConfigurationsInput, arg2 ...request.Option) (*efs.DescribeReplicationConfigurationsOutput, error)

DescribeReplicationConfigurationsWithContext mocks base method.

func (*MockEFSAPI) DescribeTags

func (m *MockEFSAPI) DescribeTags(arg0 *efs.DescribeTagsInput) (*efs.DescribeTagsOutput, error)

DescribeTags mocks base method.

func (*MockEFSAPI) DescribeTagsPages

func (m *MockEFSAPI) DescribeTagsPages(arg0 *efs.DescribeTagsInput, arg1 func(*efs.DescribeTagsOutput, bool) bool) error

DescribeTagsPages mocks base method.

func (*MockEFSAPI) DescribeTagsPagesWithContext

func (m *MockEFSAPI) DescribeTagsPagesWithContext(arg0 context.Context, arg1 *efs.DescribeTagsInput, arg2 func(*efs.DescribeTagsOutput, bool) bool, arg3 ...request.Option) error

DescribeTagsPagesWithContext mocks base method.

func (*MockEFSAPI) DescribeTagsRequest

func (m *MockEFSAPI) DescribeTagsRequest(arg0 *efs.DescribeTagsInput) (*request.Request, *efs.DescribeTagsOutput)

DescribeTagsRequest mocks base method.

func (*MockEFSAPI) DescribeTagsWithContext

func (m *MockEFSAPI) DescribeTagsWithContext(arg0 context.Context, arg1 *efs.DescribeTagsInput, arg2 ...request.Option) (*efs.DescribeTagsOutput, error)

DescribeTagsWithContext mocks base method.

func (*MockEFSAPI) EXPECT

func (m *MockEFSAPI) EXPECT() *MockEFSAPIMockRecorder

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

func (*MockEFSAPI) ListTagsForResource

func (m *MockEFSAPI) ListTagsForResource(arg0 *efs.ListTagsForResourceInput) (*efs.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

func (*MockEFSAPI) ListTagsForResourcePages

func (m *MockEFSAPI) ListTagsForResourcePages(arg0 *efs.ListTagsForResourceInput, arg1 func(*efs.ListTagsForResourceOutput, bool) bool) error

ListTagsForResourcePages mocks base method.

func (*MockEFSAPI) ListTagsForResourcePagesWithContext

func (m *MockEFSAPI) ListTagsForResourcePagesWithContext(arg0 context.Context, arg1 *efs.ListTagsForResourceInput, arg2 func(*efs.ListTagsForResourceOutput, bool) bool, arg3 ...request.Option) error

ListTagsForResourcePagesWithContext mocks base method.

func (*MockEFSAPI) ListTagsForResourceRequest

func (m *MockEFSAPI) ListTagsForResourceRequest(arg0 *efs.ListTagsForResourceInput) (*request.Request, *efs.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method.

func (*MockEFSAPI) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext mocks base method.

func (*MockEFSAPI) ModifyMountTargetSecurityGroups

ModifyMountTargetSecurityGroups mocks base method.

func (*MockEFSAPI) ModifyMountTargetSecurityGroupsRequest

func (m *MockEFSAPI) ModifyMountTargetSecurityGroupsRequest(arg0 *efs.ModifyMountTargetSecurityGroupsInput) (*request.Request, *efs.ModifyMountTargetSecurityGroupsOutput)

ModifyMountTargetSecurityGroupsRequest mocks base method.

func (*MockEFSAPI) ModifyMountTargetSecurityGroupsWithContext

func (m *MockEFSAPI) ModifyMountTargetSecurityGroupsWithContext(arg0 context.Context, arg1 *efs.ModifyMountTargetSecurityGroupsInput, arg2 ...request.Option) (*efs.ModifyMountTargetSecurityGroupsOutput, error)

ModifyMountTargetSecurityGroupsWithContext mocks base method.

func (*MockEFSAPI) PutAccountPreferences added in v1.43.22

func (m *MockEFSAPI) PutAccountPreferences(arg0 *efs.PutAccountPreferencesInput) (*efs.PutAccountPreferencesOutput, error)

PutAccountPreferences mocks base method.

func (*MockEFSAPI) PutAccountPreferencesRequest added in v1.43.22

func (m *MockEFSAPI) PutAccountPreferencesRequest(arg0 *efs.PutAccountPreferencesInput) (*request.Request, *efs.PutAccountPreferencesOutput)

PutAccountPreferencesRequest mocks base method.

func (*MockEFSAPI) PutAccountPreferencesWithContext added in v1.43.22

func (m *MockEFSAPI) PutAccountPreferencesWithContext(arg0 context.Context, arg1 *efs.PutAccountPreferencesInput, arg2 ...request.Option) (*efs.PutAccountPreferencesOutput, error)

PutAccountPreferencesWithContext mocks base method.

func (*MockEFSAPI) PutBackupPolicy

func (m *MockEFSAPI) PutBackupPolicy(arg0 *efs.PutBackupPolicyInput) (*efs.PutBackupPolicyOutput, error)

PutBackupPolicy mocks base method.

func (*MockEFSAPI) PutBackupPolicyRequest

func (m *MockEFSAPI) PutBackupPolicyRequest(arg0 *efs.PutBackupPolicyInput) (*request.Request, *efs.PutBackupPolicyOutput)

PutBackupPolicyRequest mocks base method.

func (*MockEFSAPI) PutBackupPolicyWithContext

func (m *MockEFSAPI) PutBackupPolicyWithContext(arg0 context.Context, arg1 *efs.PutBackupPolicyInput, arg2 ...request.Option) (*efs.PutBackupPolicyOutput, error)

PutBackupPolicyWithContext mocks base method.

func (*MockEFSAPI) PutFileSystemPolicy

func (m *MockEFSAPI) PutFileSystemPolicy(arg0 *efs.PutFileSystemPolicyInput) (*efs.PutFileSystemPolicyOutput, error)

PutFileSystemPolicy mocks base method.

func (*MockEFSAPI) PutFileSystemPolicyRequest

func (m *MockEFSAPI) PutFileSystemPolicyRequest(arg0 *efs.PutFileSystemPolicyInput) (*request.Request, *efs.PutFileSystemPolicyOutput)

PutFileSystemPolicyRequest mocks base method.

func (*MockEFSAPI) PutFileSystemPolicyWithContext

func (m *MockEFSAPI) PutFileSystemPolicyWithContext(arg0 context.Context, arg1 *efs.PutFileSystemPolicyInput, arg2 ...request.Option) (*efs.PutFileSystemPolicyOutput, error)

PutFileSystemPolicyWithContext mocks base method.

func (*MockEFSAPI) PutLifecycleConfiguration

PutLifecycleConfiguration mocks base method.

func (*MockEFSAPI) PutLifecycleConfigurationRequest

func (m *MockEFSAPI) PutLifecycleConfigurationRequest(arg0 *efs.PutLifecycleConfigurationInput) (*request.Request, *efs.PutLifecycleConfigurationOutput)

PutLifecycleConfigurationRequest mocks base method.

func (*MockEFSAPI) PutLifecycleConfigurationWithContext

func (m *MockEFSAPI) PutLifecycleConfigurationWithContext(arg0 context.Context, arg1 *efs.PutLifecycleConfigurationInput, arg2 ...request.Option) (*efs.PutLifecycleConfigurationOutput, error)

PutLifecycleConfigurationWithContext mocks base method.

func (*MockEFSAPI) TagResource

func (m *MockEFSAPI) TagResource(arg0 *efs.TagResourceInput) (*efs.TagResourceOutput, error)

TagResource mocks base method.

func (*MockEFSAPI) TagResourceRequest

func (m *MockEFSAPI) TagResourceRequest(arg0 *efs.TagResourceInput) (*request.Request, *efs.TagResourceOutput)

TagResourceRequest mocks base method.

func (*MockEFSAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method.

func (*MockEFSAPI) UntagResource

func (m *MockEFSAPI) UntagResource(arg0 *efs.UntagResourceInput) (*efs.UntagResourceOutput, error)

UntagResource mocks base method.

func (*MockEFSAPI) UntagResourceRequest

func (m *MockEFSAPI) UntagResourceRequest(arg0 *efs.UntagResourceInput) (*request.Request, *efs.UntagResourceOutput)

UntagResourceRequest mocks base method.

func (*MockEFSAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method.

func (*MockEFSAPI) UpdateFileSystem

func (m *MockEFSAPI) UpdateFileSystem(arg0 *efs.UpdateFileSystemInput) (*efs.UpdateFileSystemOutput, error)

UpdateFileSystem mocks base method.

func (*MockEFSAPI) UpdateFileSystemRequest

func (m *MockEFSAPI) UpdateFileSystemRequest(arg0 *efs.UpdateFileSystemInput) (*request.Request, *efs.UpdateFileSystemOutput)

UpdateFileSystemRequest mocks base method.

func (*MockEFSAPI) UpdateFileSystemWithContext

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

UpdateFileSystemWithContext mocks base method.

type MockEFSAPIMockRecorder

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

MockEFSAPIMockRecorder is the mock recorder for MockEFSAPI.

func (*MockEFSAPIMockRecorder) CreateAccessPoint

func (mr *MockEFSAPIMockRecorder) CreateAccessPoint(arg0 interface{}) *gomock.Call

CreateAccessPoint indicates an expected call of CreateAccessPoint.

func (*MockEFSAPIMockRecorder) CreateAccessPointRequest

func (mr *MockEFSAPIMockRecorder) CreateAccessPointRequest(arg0 interface{}) *gomock.Call

CreateAccessPointRequest indicates an expected call of CreateAccessPointRequest.

func (*MockEFSAPIMockRecorder) CreateAccessPointWithContext

func (mr *MockEFSAPIMockRecorder) CreateAccessPointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateAccessPointWithContext indicates an expected call of CreateAccessPointWithContext.

func (*MockEFSAPIMockRecorder) CreateFileSystem

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

CreateFileSystem indicates an expected call of CreateFileSystem.

func (*MockEFSAPIMockRecorder) CreateFileSystemRequest

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

CreateFileSystemRequest indicates an expected call of CreateFileSystemRequest.

func (*MockEFSAPIMockRecorder) CreateFileSystemWithContext

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

CreateFileSystemWithContext indicates an expected call of CreateFileSystemWithContext.

func (*MockEFSAPIMockRecorder) CreateMountTarget

func (mr *MockEFSAPIMockRecorder) CreateMountTarget(arg0 interface{}) *gomock.Call

CreateMountTarget indicates an expected call of CreateMountTarget.

func (*MockEFSAPIMockRecorder) CreateMountTargetRequest

func (mr *MockEFSAPIMockRecorder) CreateMountTargetRequest(arg0 interface{}) *gomock.Call

CreateMountTargetRequest indicates an expected call of CreateMountTargetRequest.

func (*MockEFSAPIMockRecorder) CreateMountTargetWithContext

func (mr *MockEFSAPIMockRecorder) CreateMountTargetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateMountTargetWithContext indicates an expected call of CreateMountTargetWithContext.

func (*MockEFSAPIMockRecorder) CreateReplicationConfiguration added in v1.43.22

func (mr *MockEFSAPIMockRecorder) CreateReplicationConfiguration(arg0 interface{}) *gomock.Call

CreateReplicationConfiguration indicates an expected call of CreateReplicationConfiguration.

func (*MockEFSAPIMockRecorder) CreateReplicationConfigurationRequest added in v1.43.22

func (mr *MockEFSAPIMockRecorder) CreateReplicationConfigurationRequest(arg0 interface{}) *gomock.Call

CreateReplicationConfigurationRequest indicates an expected call of CreateReplicationConfigurationRequest.

func (*MockEFSAPIMockRecorder) CreateReplicationConfigurationWithContext added in v1.43.22

func (mr *MockEFSAPIMockRecorder) CreateReplicationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateReplicationConfigurationWithContext indicates an expected call of CreateReplicationConfigurationWithContext.

func (*MockEFSAPIMockRecorder) CreateTags

func (mr *MockEFSAPIMockRecorder) CreateTags(arg0 interface{}) *gomock.Call

CreateTags indicates an expected call of CreateTags.

func (*MockEFSAPIMockRecorder) CreateTagsRequest

func (mr *MockEFSAPIMockRecorder) CreateTagsRequest(arg0 interface{}) *gomock.Call

CreateTagsRequest indicates an expected call of CreateTagsRequest.

func (*MockEFSAPIMockRecorder) CreateTagsWithContext

func (mr *MockEFSAPIMockRecorder) CreateTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateTagsWithContext indicates an expected call of CreateTagsWithContext.

func (*MockEFSAPIMockRecorder) DeleteAccessPoint

func (mr *MockEFSAPIMockRecorder) DeleteAccessPoint(arg0 interface{}) *gomock.Call

DeleteAccessPoint indicates an expected call of DeleteAccessPoint.

func (*MockEFSAPIMockRecorder) DeleteAccessPointRequest

func (mr *MockEFSAPIMockRecorder) DeleteAccessPointRequest(arg0 interface{}) *gomock.Call

DeleteAccessPointRequest indicates an expected call of DeleteAccessPointRequest.

func (*MockEFSAPIMockRecorder) DeleteAccessPointWithContext

func (mr *MockEFSAPIMockRecorder) DeleteAccessPointWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteAccessPointWithContext indicates an expected call of DeleteAccessPointWithContext.

func (*MockEFSAPIMockRecorder) DeleteFileSystem

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

DeleteFileSystem indicates an expected call of DeleteFileSystem.

func (*MockEFSAPIMockRecorder) DeleteFileSystemPolicy

func (mr *MockEFSAPIMockRecorder) DeleteFileSystemPolicy(arg0 interface{}) *gomock.Call

DeleteFileSystemPolicy indicates an expected call of DeleteFileSystemPolicy.

func (*MockEFSAPIMockRecorder) DeleteFileSystemPolicyRequest

func (mr *MockEFSAPIMockRecorder) DeleteFileSystemPolicyRequest(arg0 interface{}) *gomock.Call

DeleteFileSystemPolicyRequest indicates an expected call of DeleteFileSystemPolicyRequest.

func (*MockEFSAPIMockRecorder) DeleteFileSystemPolicyWithContext

func (mr *MockEFSAPIMockRecorder) DeleteFileSystemPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFileSystemPolicyWithContext indicates an expected call of DeleteFileSystemPolicyWithContext.

func (*MockEFSAPIMockRecorder) DeleteFileSystemRequest

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

DeleteFileSystemRequest indicates an expected call of DeleteFileSystemRequest.

func (*MockEFSAPIMockRecorder) DeleteFileSystemWithContext

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

DeleteFileSystemWithContext indicates an expected call of DeleteFileSystemWithContext.

func (*MockEFSAPIMockRecorder) DeleteMountTarget

func (mr *MockEFSAPIMockRecorder) DeleteMountTarget(arg0 interface{}) *gomock.Call

DeleteMountTarget indicates an expected call of DeleteMountTarget.

func (*MockEFSAPIMockRecorder) DeleteMountTargetRequest

func (mr *MockEFSAPIMockRecorder) DeleteMountTargetRequest(arg0 interface{}) *gomock.Call

DeleteMountTargetRequest indicates an expected call of DeleteMountTargetRequest.

func (*MockEFSAPIMockRecorder) DeleteMountTargetWithContext

func (mr *MockEFSAPIMockRecorder) DeleteMountTargetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteMountTargetWithContext indicates an expected call of DeleteMountTargetWithContext.

func (*MockEFSAPIMockRecorder) DeleteReplicationConfiguration added in v1.43.22

func (mr *MockEFSAPIMockRecorder) DeleteReplicationConfiguration(arg0 interface{}) *gomock.Call

DeleteReplicationConfiguration indicates an expected call of DeleteReplicationConfiguration.

func (*MockEFSAPIMockRecorder) DeleteReplicationConfigurationRequest added in v1.43.22

func (mr *MockEFSAPIMockRecorder) DeleteReplicationConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteReplicationConfigurationRequest indicates an expected call of DeleteReplicationConfigurationRequest.

func (*MockEFSAPIMockRecorder) DeleteReplicationConfigurationWithContext added in v1.43.22

func (mr *MockEFSAPIMockRecorder) DeleteReplicationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteReplicationConfigurationWithContext indicates an expected call of DeleteReplicationConfigurationWithContext.

func (*MockEFSAPIMockRecorder) DeleteTags

func (mr *MockEFSAPIMockRecorder) DeleteTags(arg0 interface{}) *gomock.Call

DeleteTags indicates an expected call of DeleteTags.

func (*MockEFSAPIMockRecorder) DeleteTagsRequest

func (mr *MockEFSAPIMockRecorder) DeleteTagsRequest(arg0 interface{}) *gomock.Call

DeleteTagsRequest indicates an expected call of DeleteTagsRequest.

func (*MockEFSAPIMockRecorder) DeleteTagsWithContext

func (mr *MockEFSAPIMockRecorder) DeleteTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteTagsWithContext indicates an expected call of DeleteTagsWithContext.

func (*MockEFSAPIMockRecorder) DescribeAccessPoints

func (mr *MockEFSAPIMockRecorder) DescribeAccessPoints(arg0 interface{}) *gomock.Call

DescribeAccessPoints indicates an expected call of DescribeAccessPoints.

func (*MockEFSAPIMockRecorder) DescribeAccessPointsPages

func (mr *MockEFSAPIMockRecorder) DescribeAccessPointsPages(arg0, arg1 interface{}) *gomock.Call

DescribeAccessPointsPages indicates an expected call of DescribeAccessPointsPages.

func (*MockEFSAPIMockRecorder) DescribeAccessPointsPagesWithContext

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

DescribeAccessPointsPagesWithContext indicates an expected call of DescribeAccessPointsPagesWithContext.

func (*MockEFSAPIMockRecorder) DescribeAccessPointsRequest

func (mr *MockEFSAPIMockRecorder) DescribeAccessPointsRequest(arg0 interface{}) *gomock.Call

DescribeAccessPointsRequest indicates an expected call of DescribeAccessPointsRequest.

func (*MockEFSAPIMockRecorder) DescribeAccessPointsWithContext

func (mr *MockEFSAPIMockRecorder) DescribeAccessPointsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccessPointsWithContext indicates an expected call of DescribeAccessPointsWithContext.

func (*MockEFSAPIMockRecorder) DescribeAccountPreferences added in v1.43.22

func (mr *MockEFSAPIMockRecorder) DescribeAccountPreferences(arg0 interface{}) *gomock.Call

DescribeAccountPreferences indicates an expected call of DescribeAccountPreferences.

func (*MockEFSAPIMockRecorder) DescribeAccountPreferencesRequest added in v1.43.22

func (mr *MockEFSAPIMockRecorder) DescribeAccountPreferencesRequest(arg0 interface{}) *gomock.Call

DescribeAccountPreferencesRequest indicates an expected call of DescribeAccountPreferencesRequest.

func (*MockEFSAPIMockRecorder) DescribeAccountPreferencesWithContext added in v1.43.22

func (mr *MockEFSAPIMockRecorder) DescribeAccountPreferencesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeAccountPreferencesWithContext indicates an expected call of DescribeAccountPreferencesWithContext.

func (*MockEFSAPIMockRecorder) DescribeBackupPolicy

func (mr *MockEFSAPIMockRecorder) DescribeBackupPolicy(arg0 interface{}) *gomock.Call

DescribeBackupPolicy indicates an expected call of DescribeBackupPolicy.

func (*MockEFSAPIMockRecorder) DescribeBackupPolicyRequest

func (mr *MockEFSAPIMockRecorder) DescribeBackupPolicyRequest(arg0 interface{}) *gomock.Call

DescribeBackupPolicyRequest indicates an expected call of DescribeBackupPolicyRequest.

func (*MockEFSAPIMockRecorder) DescribeBackupPolicyWithContext

func (mr *MockEFSAPIMockRecorder) DescribeBackupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeBackupPolicyWithContext indicates an expected call of DescribeBackupPolicyWithContext.

func (*MockEFSAPIMockRecorder) DescribeFileSystemPolicy

func (mr *MockEFSAPIMockRecorder) DescribeFileSystemPolicy(arg0 interface{}) *gomock.Call

DescribeFileSystemPolicy indicates an expected call of DescribeFileSystemPolicy.

func (*MockEFSAPIMockRecorder) DescribeFileSystemPolicyRequest

func (mr *MockEFSAPIMockRecorder) DescribeFileSystemPolicyRequest(arg0 interface{}) *gomock.Call

DescribeFileSystemPolicyRequest indicates an expected call of DescribeFileSystemPolicyRequest.

func (*MockEFSAPIMockRecorder) DescribeFileSystemPolicyWithContext

func (mr *MockEFSAPIMockRecorder) DescribeFileSystemPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeFileSystemPolicyWithContext indicates an expected call of DescribeFileSystemPolicyWithContext.

func (*MockEFSAPIMockRecorder) DescribeFileSystems

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

DescribeFileSystems indicates an expected call of DescribeFileSystems.

func (*MockEFSAPIMockRecorder) DescribeFileSystemsPages

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

DescribeFileSystemsPages indicates an expected call of DescribeFileSystemsPages.

func (*MockEFSAPIMockRecorder) DescribeFileSystemsPagesWithContext

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

DescribeFileSystemsPagesWithContext indicates an expected call of DescribeFileSystemsPagesWithContext.

func (*MockEFSAPIMockRecorder) DescribeFileSystemsRequest

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

DescribeFileSystemsRequest indicates an expected call of DescribeFileSystemsRequest.

func (*MockEFSAPIMockRecorder) DescribeFileSystemsWithContext

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

DescribeFileSystemsWithContext indicates an expected call of DescribeFileSystemsWithContext.

func (*MockEFSAPIMockRecorder) DescribeLifecycleConfiguration

func (mr *MockEFSAPIMockRecorder) DescribeLifecycleConfiguration(arg0 interface{}) *gomock.Call

DescribeLifecycleConfiguration indicates an expected call of DescribeLifecycleConfiguration.

func (*MockEFSAPIMockRecorder) DescribeLifecycleConfigurationRequest

func (mr *MockEFSAPIMockRecorder) DescribeLifecycleConfigurationRequest(arg0 interface{}) *gomock.Call

DescribeLifecycleConfigurationRequest indicates an expected call of DescribeLifecycleConfigurationRequest.

func (*MockEFSAPIMockRecorder) DescribeLifecycleConfigurationWithContext

func (mr *MockEFSAPIMockRecorder) DescribeLifecycleConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeLifecycleConfigurationWithContext indicates an expected call of DescribeLifecycleConfigurationWithContext.

func (*MockEFSAPIMockRecorder) DescribeMountTargetSecurityGroups

func (mr *MockEFSAPIMockRecorder) DescribeMountTargetSecurityGroups(arg0 interface{}) *gomock.Call

DescribeMountTargetSecurityGroups indicates an expected call of DescribeMountTargetSecurityGroups.

func (*MockEFSAPIMockRecorder) DescribeMountTargetSecurityGroupsRequest

func (mr *MockEFSAPIMockRecorder) DescribeMountTargetSecurityGroupsRequest(arg0 interface{}) *gomock.Call

DescribeMountTargetSecurityGroupsRequest indicates an expected call of DescribeMountTargetSecurityGroupsRequest.

func (*MockEFSAPIMockRecorder) DescribeMountTargetSecurityGroupsWithContext

func (mr *MockEFSAPIMockRecorder) DescribeMountTargetSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeMountTargetSecurityGroupsWithContext indicates an expected call of DescribeMountTargetSecurityGroupsWithContext.

func (*MockEFSAPIMockRecorder) DescribeMountTargets

func (mr *MockEFSAPIMockRecorder) DescribeMountTargets(arg0 interface{}) *gomock.Call

DescribeMountTargets indicates an expected call of DescribeMountTargets.

func (*MockEFSAPIMockRecorder) DescribeMountTargetsRequest

func (mr *MockEFSAPIMockRecorder) DescribeMountTargetsRequest(arg0 interface{}) *gomock.Call

DescribeMountTargetsRequest indicates an expected call of DescribeMountTargetsRequest.

func (*MockEFSAPIMockRecorder) DescribeMountTargetsWithContext

func (mr *MockEFSAPIMockRecorder) DescribeMountTargetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeMountTargetsWithContext indicates an expected call of DescribeMountTargetsWithContext.

func (*MockEFSAPIMockRecorder) DescribeReplicationConfigurations added in v1.43.22

func (mr *MockEFSAPIMockRecorder) DescribeReplicationConfigurations(arg0 interface{}) *gomock.Call

DescribeReplicationConfigurations indicates an expected call of DescribeReplicationConfigurations.

func (*MockEFSAPIMockRecorder) DescribeReplicationConfigurationsRequest added in v1.43.22

func (mr *MockEFSAPIMockRecorder) DescribeReplicationConfigurationsRequest(arg0 interface{}) *gomock.Call

DescribeReplicationConfigurationsRequest indicates an expected call of DescribeReplicationConfigurationsRequest.

func (*MockEFSAPIMockRecorder) DescribeReplicationConfigurationsWithContext added in v1.43.22

func (mr *MockEFSAPIMockRecorder) DescribeReplicationConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeReplicationConfigurationsWithContext indicates an expected call of DescribeReplicationConfigurationsWithContext.

func (*MockEFSAPIMockRecorder) DescribeTags

func (mr *MockEFSAPIMockRecorder) DescribeTags(arg0 interface{}) *gomock.Call

DescribeTags indicates an expected call of DescribeTags.

func (*MockEFSAPIMockRecorder) DescribeTagsPages

func (mr *MockEFSAPIMockRecorder) DescribeTagsPages(arg0, arg1 interface{}) *gomock.Call

DescribeTagsPages indicates an expected call of DescribeTagsPages.

func (*MockEFSAPIMockRecorder) DescribeTagsPagesWithContext

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

DescribeTagsPagesWithContext indicates an expected call of DescribeTagsPagesWithContext.

func (*MockEFSAPIMockRecorder) DescribeTagsRequest

func (mr *MockEFSAPIMockRecorder) DescribeTagsRequest(arg0 interface{}) *gomock.Call

DescribeTagsRequest indicates an expected call of DescribeTagsRequest.

func (*MockEFSAPIMockRecorder) DescribeTagsWithContext

func (mr *MockEFSAPIMockRecorder) DescribeTagsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeTagsWithContext indicates an expected call of DescribeTagsWithContext.

func (*MockEFSAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockEFSAPIMockRecorder) ListTagsForResourcePages

func (mr *MockEFSAPIMockRecorder) ListTagsForResourcePages(arg0, arg1 interface{}) *gomock.Call

ListTagsForResourcePages indicates an expected call of ListTagsForResourcePages.

func (*MockEFSAPIMockRecorder) ListTagsForResourcePagesWithContext

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

ListTagsForResourcePagesWithContext indicates an expected call of ListTagsForResourcePagesWithContext.

func (*MockEFSAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockEFSAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockEFSAPIMockRecorder) ModifyMountTargetSecurityGroups

func (mr *MockEFSAPIMockRecorder) ModifyMountTargetSecurityGroups(arg0 interface{}) *gomock.Call

ModifyMountTargetSecurityGroups indicates an expected call of ModifyMountTargetSecurityGroups.

func (*MockEFSAPIMockRecorder) ModifyMountTargetSecurityGroupsRequest

func (mr *MockEFSAPIMockRecorder) ModifyMountTargetSecurityGroupsRequest(arg0 interface{}) *gomock.Call

ModifyMountTargetSecurityGroupsRequest indicates an expected call of ModifyMountTargetSecurityGroupsRequest.

func (*MockEFSAPIMockRecorder) ModifyMountTargetSecurityGroupsWithContext

func (mr *MockEFSAPIMockRecorder) ModifyMountTargetSecurityGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ModifyMountTargetSecurityGroupsWithContext indicates an expected call of ModifyMountTargetSecurityGroupsWithContext.

func (*MockEFSAPIMockRecorder) PutAccountPreferences added in v1.43.22

func (mr *MockEFSAPIMockRecorder) PutAccountPreferences(arg0 interface{}) *gomock.Call

PutAccountPreferences indicates an expected call of PutAccountPreferences.

func (*MockEFSAPIMockRecorder) PutAccountPreferencesRequest added in v1.43.22

func (mr *MockEFSAPIMockRecorder) PutAccountPreferencesRequest(arg0 interface{}) *gomock.Call

PutAccountPreferencesRequest indicates an expected call of PutAccountPreferencesRequest.

func (*MockEFSAPIMockRecorder) PutAccountPreferencesWithContext added in v1.43.22

func (mr *MockEFSAPIMockRecorder) PutAccountPreferencesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutAccountPreferencesWithContext indicates an expected call of PutAccountPreferencesWithContext.

func (*MockEFSAPIMockRecorder) PutBackupPolicy

func (mr *MockEFSAPIMockRecorder) PutBackupPolicy(arg0 interface{}) *gomock.Call

PutBackupPolicy indicates an expected call of PutBackupPolicy.

func (*MockEFSAPIMockRecorder) PutBackupPolicyRequest

func (mr *MockEFSAPIMockRecorder) PutBackupPolicyRequest(arg0 interface{}) *gomock.Call

PutBackupPolicyRequest indicates an expected call of PutBackupPolicyRequest.

func (*MockEFSAPIMockRecorder) PutBackupPolicyWithContext

func (mr *MockEFSAPIMockRecorder) PutBackupPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutBackupPolicyWithContext indicates an expected call of PutBackupPolicyWithContext.

func (*MockEFSAPIMockRecorder) PutFileSystemPolicy

func (mr *MockEFSAPIMockRecorder) PutFileSystemPolicy(arg0 interface{}) *gomock.Call

PutFileSystemPolicy indicates an expected call of PutFileSystemPolicy.

func (*MockEFSAPIMockRecorder) PutFileSystemPolicyRequest

func (mr *MockEFSAPIMockRecorder) PutFileSystemPolicyRequest(arg0 interface{}) *gomock.Call

PutFileSystemPolicyRequest indicates an expected call of PutFileSystemPolicyRequest.

func (*MockEFSAPIMockRecorder) PutFileSystemPolicyWithContext

func (mr *MockEFSAPIMockRecorder) PutFileSystemPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutFileSystemPolicyWithContext indicates an expected call of PutFileSystemPolicyWithContext.

func (*MockEFSAPIMockRecorder) PutLifecycleConfiguration

func (mr *MockEFSAPIMockRecorder) PutLifecycleConfiguration(arg0 interface{}) *gomock.Call

PutLifecycleConfiguration indicates an expected call of PutLifecycleConfiguration.

func (*MockEFSAPIMockRecorder) PutLifecycleConfigurationRequest

func (mr *MockEFSAPIMockRecorder) PutLifecycleConfigurationRequest(arg0 interface{}) *gomock.Call

PutLifecycleConfigurationRequest indicates an expected call of PutLifecycleConfigurationRequest.

func (*MockEFSAPIMockRecorder) PutLifecycleConfigurationWithContext

func (mr *MockEFSAPIMockRecorder) PutLifecycleConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutLifecycleConfigurationWithContext indicates an expected call of PutLifecycleConfigurationWithContext.

func (*MockEFSAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource.

func (*MockEFSAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockEFSAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockEFSAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource.

func (*MockEFSAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockEFSAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockEFSAPIMockRecorder) UpdateFileSystem

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

UpdateFileSystem indicates an expected call of UpdateFileSystem.

func (*MockEFSAPIMockRecorder) UpdateFileSystemRequest

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

UpdateFileSystemRequest indicates an expected call of UpdateFileSystemRequest.

func (*MockEFSAPIMockRecorder) UpdateFileSystemWithContext

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