fmsmock

package
v1.28.11 Latest Latest
Warning

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

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

Documentation

Overview

Package fmsmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockFMSAPI

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

MockFMSAPI is a mock of FMSAPI interface

func NewMockFMSAPI

func NewMockFMSAPI(ctrl *gomock.Controller) *MockFMSAPI

NewMockFMSAPI creates a new mock instance

func (*MockFMSAPI) AssociateAdminAccount

func (m *MockFMSAPI) AssociateAdminAccount(arg0 *fms.AssociateAdminAccountInput) (*fms.AssociateAdminAccountOutput, error)

AssociateAdminAccount mocks base method

func (*MockFMSAPI) AssociateAdminAccountRequest

func (m *MockFMSAPI) AssociateAdminAccountRequest(arg0 *fms.AssociateAdminAccountInput) (*request.Request, *fms.AssociateAdminAccountOutput)

AssociateAdminAccountRequest mocks base method

func (*MockFMSAPI) AssociateAdminAccountWithContext

func (m *MockFMSAPI) AssociateAdminAccountWithContext(arg0 context.Context, arg1 *fms.AssociateAdminAccountInput, arg2 ...request.Option) (*fms.AssociateAdminAccountOutput, error)

AssociateAdminAccountWithContext mocks base method

func (*MockFMSAPI) DeleteNotificationChannel

DeleteNotificationChannel mocks base method

func (*MockFMSAPI) DeleteNotificationChannelRequest

func (m *MockFMSAPI) DeleteNotificationChannelRequest(arg0 *fms.DeleteNotificationChannelInput) (*request.Request, *fms.DeleteNotificationChannelOutput)

DeleteNotificationChannelRequest mocks base method

func (*MockFMSAPI) DeleteNotificationChannelWithContext

func (m *MockFMSAPI) DeleteNotificationChannelWithContext(arg0 context.Context, arg1 *fms.DeleteNotificationChannelInput, arg2 ...request.Option) (*fms.DeleteNotificationChannelOutput, error)

DeleteNotificationChannelWithContext mocks base method

func (*MockFMSAPI) DeletePolicy

func (m *MockFMSAPI) DeletePolicy(arg0 *fms.DeletePolicyInput) (*fms.DeletePolicyOutput, error)

DeletePolicy mocks base method

func (*MockFMSAPI) DeletePolicyRequest

func (m *MockFMSAPI) DeletePolicyRequest(arg0 *fms.DeletePolicyInput) (*request.Request, *fms.DeletePolicyOutput)

DeletePolicyRequest mocks base method

func (*MockFMSAPI) DeletePolicyWithContext

func (m *MockFMSAPI) DeletePolicyWithContext(arg0 context.Context, arg1 *fms.DeletePolicyInput, arg2 ...request.Option) (*fms.DeletePolicyOutput, error)

DeletePolicyWithContext mocks base method

func (*MockFMSAPI) DisassociateAdminAccount

DisassociateAdminAccount mocks base method

func (*MockFMSAPI) DisassociateAdminAccountRequest

func (m *MockFMSAPI) DisassociateAdminAccountRequest(arg0 *fms.DisassociateAdminAccountInput) (*request.Request, *fms.DisassociateAdminAccountOutput)

DisassociateAdminAccountRequest mocks base method

func (*MockFMSAPI) DisassociateAdminAccountWithContext

func (m *MockFMSAPI) DisassociateAdminAccountWithContext(arg0 context.Context, arg1 *fms.DisassociateAdminAccountInput, arg2 ...request.Option) (*fms.DisassociateAdminAccountOutput, error)

DisassociateAdminAccountWithContext mocks base method

func (*MockFMSAPI) EXPECT

func (m *MockFMSAPI) EXPECT() *MockFMSAPIMockRecorder

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

func (*MockFMSAPI) GetAdminAccount

func (m *MockFMSAPI) GetAdminAccount(arg0 *fms.GetAdminAccountInput) (*fms.GetAdminAccountOutput, error)

GetAdminAccount mocks base method

func (*MockFMSAPI) GetAdminAccountRequest

func (m *MockFMSAPI) GetAdminAccountRequest(arg0 *fms.GetAdminAccountInput) (*request.Request, *fms.GetAdminAccountOutput)

GetAdminAccountRequest mocks base method

func (*MockFMSAPI) GetAdminAccountWithContext

func (m *MockFMSAPI) GetAdminAccountWithContext(arg0 context.Context, arg1 *fms.GetAdminAccountInput, arg2 ...request.Option) (*fms.GetAdminAccountOutput, error)

GetAdminAccountWithContext mocks base method

func (*MockFMSAPI) GetComplianceDetail

func (m *MockFMSAPI) GetComplianceDetail(arg0 *fms.GetComplianceDetailInput) (*fms.GetComplianceDetailOutput, error)

GetComplianceDetail mocks base method

func (*MockFMSAPI) GetComplianceDetailRequest

func (m *MockFMSAPI) GetComplianceDetailRequest(arg0 *fms.GetComplianceDetailInput) (*request.Request, *fms.GetComplianceDetailOutput)

GetComplianceDetailRequest mocks base method

func (*MockFMSAPI) GetComplianceDetailWithContext

func (m *MockFMSAPI) GetComplianceDetailWithContext(arg0 context.Context, arg1 *fms.GetComplianceDetailInput, arg2 ...request.Option) (*fms.GetComplianceDetailOutput, error)

GetComplianceDetailWithContext mocks base method

func (*MockFMSAPI) GetNotificationChannel

func (m *MockFMSAPI) GetNotificationChannel(arg0 *fms.GetNotificationChannelInput) (*fms.GetNotificationChannelOutput, error)

GetNotificationChannel mocks base method

func (*MockFMSAPI) GetNotificationChannelRequest

func (m *MockFMSAPI) GetNotificationChannelRequest(arg0 *fms.GetNotificationChannelInput) (*request.Request, *fms.GetNotificationChannelOutput)

GetNotificationChannelRequest mocks base method

func (*MockFMSAPI) GetNotificationChannelWithContext

func (m *MockFMSAPI) GetNotificationChannelWithContext(arg0 context.Context, arg1 *fms.GetNotificationChannelInput, arg2 ...request.Option) (*fms.GetNotificationChannelOutput, error)

GetNotificationChannelWithContext mocks base method

func (*MockFMSAPI) GetPolicy

func (m *MockFMSAPI) GetPolicy(arg0 *fms.GetPolicyInput) (*fms.GetPolicyOutput, error)

GetPolicy mocks base method

func (*MockFMSAPI) GetPolicyRequest

func (m *MockFMSAPI) GetPolicyRequest(arg0 *fms.GetPolicyInput) (*request.Request, *fms.GetPolicyOutput)

GetPolicyRequest mocks base method

func (*MockFMSAPI) GetPolicyWithContext

func (m *MockFMSAPI) GetPolicyWithContext(arg0 context.Context, arg1 *fms.GetPolicyInput, arg2 ...request.Option) (*fms.GetPolicyOutput, error)

GetPolicyWithContext mocks base method

func (*MockFMSAPI) GetProtectionStatus

func (m *MockFMSAPI) GetProtectionStatus(arg0 *fms.GetProtectionStatusInput) (*fms.GetProtectionStatusOutput, error)

GetProtectionStatus mocks base method

func (*MockFMSAPI) GetProtectionStatusRequest

func (m *MockFMSAPI) GetProtectionStatusRequest(arg0 *fms.GetProtectionStatusInput) (*request.Request, *fms.GetProtectionStatusOutput)

GetProtectionStatusRequest mocks base method

func (*MockFMSAPI) GetProtectionStatusWithContext

func (m *MockFMSAPI) GetProtectionStatusWithContext(arg0 context.Context, arg1 *fms.GetProtectionStatusInput, arg2 ...request.Option) (*fms.GetProtectionStatusOutput, error)

GetProtectionStatusWithContext mocks base method

func (*MockFMSAPI) ListComplianceStatus

func (m *MockFMSAPI) ListComplianceStatus(arg0 *fms.ListComplianceStatusInput) (*fms.ListComplianceStatusOutput, error)

ListComplianceStatus mocks base method

func (*MockFMSAPI) ListComplianceStatusPages

func (m *MockFMSAPI) ListComplianceStatusPages(arg0 *fms.ListComplianceStatusInput, arg1 func(*fms.ListComplianceStatusOutput, bool) bool) error

ListComplianceStatusPages mocks base method

func (*MockFMSAPI) ListComplianceStatusPagesWithContext

func (m *MockFMSAPI) ListComplianceStatusPagesWithContext(arg0 context.Context, arg1 *fms.ListComplianceStatusInput, arg2 func(*fms.ListComplianceStatusOutput, bool) bool, arg3 ...request.Option) error

ListComplianceStatusPagesWithContext mocks base method

func (*MockFMSAPI) ListComplianceStatusRequest

func (m *MockFMSAPI) ListComplianceStatusRequest(arg0 *fms.ListComplianceStatusInput) (*request.Request, *fms.ListComplianceStatusOutput)

ListComplianceStatusRequest mocks base method

func (*MockFMSAPI) ListComplianceStatusWithContext

func (m *MockFMSAPI) ListComplianceStatusWithContext(arg0 context.Context, arg1 *fms.ListComplianceStatusInput, arg2 ...request.Option) (*fms.ListComplianceStatusOutput, error)

ListComplianceStatusWithContext mocks base method

func (*MockFMSAPI) ListMemberAccounts

func (m *MockFMSAPI) ListMemberAccounts(arg0 *fms.ListMemberAccountsInput) (*fms.ListMemberAccountsOutput, error)

ListMemberAccounts mocks base method

func (*MockFMSAPI) ListMemberAccountsPages

func (m *MockFMSAPI) ListMemberAccountsPages(arg0 *fms.ListMemberAccountsInput, arg1 func(*fms.ListMemberAccountsOutput, bool) bool) error

ListMemberAccountsPages mocks base method

func (*MockFMSAPI) ListMemberAccountsPagesWithContext

func (m *MockFMSAPI) ListMemberAccountsPagesWithContext(arg0 context.Context, arg1 *fms.ListMemberAccountsInput, arg2 func(*fms.ListMemberAccountsOutput, bool) bool, arg3 ...request.Option) error

ListMemberAccountsPagesWithContext mocks base method

func (*MockFMSAPI) ListMemberAccountsRequest

func (m *MockFMSAPI) ListMemberAccountsRequest(arg0 *fms.ListMemberAccountsInput) (*request.Request, *fms.ListMemberAccountsOutput)

ListMemberAccountsRequest mocks base method

func (*MockFMSAPI) ListMemberAccountsWithContext

func (m *MockFMSAPI) ListMemberAccountsWithContext(arg0 context.Context, arg1 *fms.ListMemberAccountsInput, arg2 ...request.Option) (*fms.ListMemberAccountsOutput, error)

ListMemberAccountsWithContext mocks base method

func (*MockFMSAPI) ListPolicies

func (m *MockFMSAPI) ListPolicies(arg0 *fms.ListPoliciesInput) (*fms.ListPoliciesOutput, error)

ListPolicies mocks base method

func (*MockFMSAPI) ListPoliciesPages

func (m *MockFMSAPI) ListPoliciesPages(arg0 *fms.ListPoliciesInput, arg1 func(*fms.ListPoliciesOutput, bool) bool) error

ListPoliciesPages mocks base method

func (*MockFMSAPI) ListPoliciesPagesWithContext

func (m *MockFMSAPI) ListPoliciesPagesWithContext(arg0 context.Context, arg1 *fms.ListPoliciesInput, arg2 func(*fms.ListPoliciesOutput, bool) bool, arg3 ...request.Option) error

ListPoliciesPagesWithContext mocks base method

func (*MockFMSAPI) ListPoliciesRequest

func (m *MockFMSAPI) ListPoliciesRequest(arg0 *fms.ListPoliciesInput) (*request.Request, *fms.ListPoliciesOutput)

ListPoliciesRequest mocks base method

func (*MockFMSAPI) ListPoliciesWithContext

func (m *MockFMSAPI) ListPoliciesWithContext(arg0 context.Context, arg1 *fms.ListPoliciesInput, arg2 ...request.Option) (*fms.ListPoliciesOutput, error)

ListPoliciesWithContext mocks base method

func (*MockFMSAPI) ListTagsForResource

func (m *MockFMSAPI) ListTagsForResource(arg0 *fms.ListTagsForResourceInput) (*fms.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method

func (*MockFMSAPI) ListTagsForResourceRequest

func (m *MockFMSAPI) ListTagsForResourceRequest(arg0 *fms.ListTagsForResourceInput) (*request.Request, *fms.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method

func (*MockFMSAPI) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext mocks base method

func (*MockFMSAPI) PutNotificationChannel

func (m *MockFMSAPI) PutNotificationChannel(arg0 *fms.PutNotificationChannelInput) (*fms.PutNotificationChannelOutput, error)

PutNotificationChannel mocks base method

func (*MockFMSAPI) PutNotificationChannelRequest

func (m *MockFMSAPI) PutNotificationChannelRequest(arg0 *fms.PutNotificationChannelInput) (*request.Request, *fms.PutNotificationChannelOutput)

PutNotificationChannelRequest mocks base method

func (*MockFMSAPI) PutNotificationChannelWithContext

func (m *MockFMSAPI) PutNotificationChannelWithContext(arg0 context.Context, arg1 *fms.PutNotificationChannelInput, arg2 ...request.Option) (*fms.PutNotificationChannelOutput, error)

PutNotificationChannelWithContext mocks base method

func (*MockFMSAPI) PutPolicy

func (m *MockFMSAPI) PutPolicy(arg0 *fms.PutPolicyInput) (*fms.PutPolicyOutput, error)

PutPolicy mocks base method

func (*MockFMSAPI) PutPolicyRequest

func (m *MockFMSAPI) PutPolicyRequest(arg0 *fms.PutPolicyInput) (*request.Request, *fms.PutPolicyOutput)

PutPolicyRequest mocks base method

func (*MockFMSAPI) PutPolicyWithContext

func (m *MockFMSAPI) PutPolicyWithContext(arg0 context.Context, arg1 *fms.PutPolicyInput, arg2 ...request.Option) (*fms.PutPolicyOutput, error)

PutPolicyWithContext mocks base method

func (*MockFMSAPI) TagResource

func (m *MockFMSAPI) TagResource(arg0 *fms.TagResourceInput) (*fms.TagResourceOutput, error)

TagResource mocks base method

func (*MockFMSAPI) TagResourceRequest

func (m *MockFMSAPI) TagResourceRequest(arg0 *fms.TagResourceInput) (*request.Request, *fms.TagResourceOutput)

TagResourceRequest mocks base method

func (*MockFMSAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method

func (*MockFMSAPI) UntagResource

func (m *MockFMSAPI) UntagResource(arg0 *fms.UntagResourceInput) (*fms.UntagResourceOutput, error)

UntagResource mocks base method

func (*MockFMSAPI) UntagResourceRequest

func (m *MockFMSAPI) UntagResourceRequest(arg0 *fms.UntagResourceInput) (*request.Request, *fms.UntagResourceOutput)

UntagResourceRequest mocks base method

func (*MockFMSAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method

type MockFMSAPIMockRecorder

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

MockFMSAPIMockRecorder is the mock recorder for MockFMSAPI

func (*MockFMSAPIMockRecorder) AssociateAdminAccount

func (mr *MockFMSAPIMockRecorder) AssociateAdminAccount(arg0 interface{}) *gomock.Call

AssociateAdminAccount indicates an expected call of AssociateAdminAccount

func (*MockFMSAPIMockRecorder) AssociateAdminAccountRequest

func (mr *MockFMSAPIMockRecorder) AssociateAdminAccountRequest(arg0 interface{}) *gomock.Call

AssociateAdminAccountRequest indicates an expected call of AssociateAdminAccountRequest

func (*MockFMSAPIMockRecorder) AssociateAdminAccountWithContext

func (mr *MockFMSAPIMockRecorder) AssociateAdminAccountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateAdminAccountWithContext indicates an expected call of AssociateAdminAccountWithContext

func (*MockFMSAPIMockRecorder) DeleteNotificationChannel

func (mr *MockFMSAPIMockRecorder) DeleteNotificationChannel(arg0 interface{}) *gomock.Call

DeleteNotificationChannel indicates an expected call of DeleteNotificationChannel

func (*MockFMSAPIMockRecorder) DeleteNotificationChannelRequest

func (mr *MockFMSAPIMockRecorder) DeleteNotificationChannelRequest(arg0 interface{}) *gomock.Call

DeleteNotificationChannelRequest indicates an expected call of DeleteNotificationChannelRequest

func (*MockFMSAPIMockRecorder) DeleteNotificationChannelWithContext

func (mr *MockFMSAPIMockRecorder) DeleteNotificationChannelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteNotificationChannelWithContext indicates an expected call of DeleteNotificationChannelWithContext

func (*MockFMSAPIMockRecorder) DeletePolicy

func (mr *MockFMSAPIMockRecorder) DeletePolicy(arg0 interface{}) *gomock.Call

DeletePolicy indicates an expected call of DeletePolicy

func (*MockFMSAPIMockRecorder) DeletePolicyRequest

func (mr *MockFMSAPIMockRecorder) DeletePolicyRequest(arg0 interface{}) *gomock.Call

DeletePolicyRequest indicates an expected call of DeletePolicyRequest

func (*MockFMSAPIMockRecorder) DeletePolicyWithContext

func (mr *MockFMSAPIMockRecorder) DeletePolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePolicyWithContext indicates an expected call of DeletePolicyWithContext

func (*MockFMSAPIMockRecorder) DisassociateAdminAccount

func (mr *MockFMSAPIMockRecorder) DisassociateAdminAccount(arg0 interface{}) *gomock.Call

DisassociateAdminAccount indicates an expected call of DisassociateAdminAccount

func (*MockFMSAPIMockRecorder) DisassociateAdminAccountRequest

func (mr *MockFMSAPIMockRecorder) DisassociateAdminAccountRequest(arg0 interface{}) *gomock.Call

DisassociateAdminAccountRequest indicates an expected call of DisassociateAdminAccountRequest

func (*MockFMSAPIMockRecorder) DisassociateAdminAccountWithContext

func (mr *MockFMSAPIMockRecorder) DisassociateAdminAccountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateAdminAccountWithContext indicates an expected call of DisassociateAdminAccountWithContext

func (*MockFMSAPIMockRecorder) GetAdminAccount

func (mr *MockFMSAPIMockRecorder) GetAdminAccount(arg0 interface{}) *gomock.Call

GetAdminAccount indicates an expected call of GetAdminAccount

func (*MockFMSAPIMockRecorder) GetAdminAccountRequest

func (mr *MockFMSAPIMockRecorder) GetAdminAccountRequest(arg0 interface{}) *gomock.Call

GetAdminAccountRequest indicates an expected call of GetAdminAccountRequest

func (*MockFMSAPIMockRecorder) GetAdminAccountWithContext

func (mr *MockFMSAPIMockRecorder) GetAdminAccountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetAdminAccountWithContext indicates an expected call of GetAdminAccountWithContext

func (*MockFMSAPIMockRecorder) GetComplianceDetail

func (mr *MockFMSAPIMockRecorder) GetComplianceDetail(arg0 interface{}) *gomock.Call

GetComplianceDetail indicates an expected call of GetComplianceDetail

func (*MockFMSAPIMockRecorder) GetComplianceDetailRequest

func (mr *MockFMSAPIMockRecorder) GetComplianceDetailRequest(arg0 interface{}) *gomock.Call

GetComplianceDetailRequest indicates an expected call of GetComplianceDetailRequest

func (*MockFMSAPIMockRecorder) GetComplianceDetailWithContext

func (mr *MockFMSAPIMockRecorder) GetComplianceDetailWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetComplianceDetailWithContext indicates an expected call of GetComplianceDetailWithContext

func (*MockFMSAPIMockRecorder) GetNotificationChannel

func (mr *MockFMSAPIMockRecorder) GetNotificationChannel(arg0 interface{}) *gomock.Call

GetNotificationChannel indicates an expected call of GetNotificationChannel

func (*MockFMSAPIMockRecorder) GetNotificationChannelRequest

func (mr *MockFMSAPIMockRecorder) GetNotificationChannelRequest(arg0 interface{}) *gomock.Call

GetNotificationChannelRequest indicates an expected call of GetNotificationChannelRequest

func (*MockFMSAPIMockRecorder) GetNotificationChannelWithContext

func (mr *MockFMSAPIMockRecorder) GetNotificationChannelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetNotificationChannelWithContext indicates an expected call of GetNotificationChannelWithContext

func (*MockFMSAPIMockRecorder) GetPolicy

func (mr *MockFMSAPIMockRecorder) GetPolicy(arg0 interface{}) *gomock.Call

GetPolicy indicates an expected call of GetPolicy

func (*MockFMSAPIMockRecorder) GetPolicyRequest

func (mr *MockFMSAPIMockRecorder) GetPolicyRequest(arg0 interface{}) *gomock.Call

GetPolicyRequest indicates an expected call of GetPolicyRequest

func (*MockFMSAPIMockRecorder) GetPolicyWithContext

func (mr *MockFMSAPIMockRecorder) GetPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPolicyWithContext indicates an expected call of GetPolicyWithContext

func (*MockFMSAPIMockRecorder) GetProtectionStatus

func (mr *MockFMSAPIMockRecorder) GetProtectionStatus(arg0 interface{}) *gomock.Call

GetProtectionStatus indicates an expected call of GetProtectionStatus

func (*MockFMSAPIMockRecorder) GetProtectionStatusRequest

func (mr *MockFMSAPIMockRecorder) GetProtectionStatusRequest(arg0 interface{}) *gomock.Call

GetProtectionStatusRequest indicates an expected call of GetProtectionStatusRequest

func (*MockFMSAPIMockRecorder) GetProtectionStatusWithContext

func (mr *MockFMSAPIMockRecorder) GetProtectionStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetProtectionStatusWithContext indicates an expected call of GetProtectionStatusWithContext

func (*MockFMSAPIMockRecorder) ListComplianceStatus

func (mr *MockFMSAPIMockRecorder) ListComplianceStatus(arg0 interface{}) *gomock.Call

ListComplianceStatus indicates an expected call of ListComplianceStatus

func (*MockFMSAPIMockRecorder) ListComplianceStatusPages

func (mr *MockFMSAPIMockRecorder) ListComplianceStatusPages(arg0, arg1 interface{}) *gomock.Call

ListComplianceStatusPages indicates an expected call of ListComplianceStatusPages

func (*MockFMSAPIMockRecorder) ListComplianceStatusPagesWithContext

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

ListComplianceStatusPagesWithContext indicates an expected call of ListComplianceStatusPagesWithContext

func (*MockFMSAPIMockRecorder) ListComplianceStatusRequest

func (mr *MockFMSAPIMockRecorder) ListComplianceStatusRequest(arg0 interface{}) *gomock.Call

ListComplianceStatusRequest indicates an expected call of ListComplianceStatusRequest

func (*MockFMSAPIMockRecorder) ListComplianceStatusWithContext

func (mr *MockFMSAPIMockRecorder) ListComplianceStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListComplianceStatusWithContext indicates an expected call of ListComplianceStatusWithContext

func (*MockFMSAPIMockRecorder) ListMemberAccounts

func (mr *MockFMSAPIMockRecorder) ListMemberAccounts(arg0 interface{}) *gomock.Call

ListMemberAccounts indicates an expected call of ListMemberAccounts

func (*MockFMSAPIMockRecorder) ListMemberAccountsPages

func (mr *MockFMSAPIMockRecorder) ListMemberAccountsPages(arg0, arg1 interface{}) *gomock.Call

ListMemberAccountsPages indicates an expected call of ListMemberAccountsPages

func (*MockFMSAPIMockRecorder) ListMemberAccountsPagesWithContext

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

ListMemberAccountsPagesWithContext indicates an expected call of ListMemberAccountsPagesWithContext

func (*MockFMSAPIMockRecorder) ListMemberAccountsRequest

func (mr *MockFMSAPIMockRecorder) ListMemberAccountsRequest(arg0 interface{}) *gomock.Call

ListMemberAccountsRequest indicates an expected call of ListMemberAccountsRequest

func (*MockFMSAPIMockRecorder) ListMemberAccountsWithContext

func (mr *MockFMSAPIMockRecorder) ListMemberAccountsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMemberAccountsWithContext indicates an expected call of ListMemberAccountsWithContext

func (*MockFMSAPIMockRecorder) ListPolicies

func (mr *MockFMSAPIMockRecorder) ListPolicies(arg0 interface{}) *gomock.Call

ListPolicies indicates an expected call of ListPolicies

func (*MockFMSAPIMockRecorder) ListPoliciesPages

func (mr *MockFMSAPIMockRecorder) ListPoliciesPages(arg0, arg1 interface{}) *gomock.Call

ListPoliciesPages indicates an expected call of ListPoliciesPages

func (*MockFMSAPIMockRecorder) ListPoliciesPagesWithContext

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

ListPoliciesPagesWithContext indicates an expected call of ListPoliciesPagesWithContext

func (*MockFMSAPIMockRecorder) ListPoliciesRequest

func (mr *MockFMSAPIMockRecorder) ListPoliciesRequest(arg0 interface{}) *gomock.Call

ListPoliciesRequest indicates an expected call of ListPoliciesRequest

func (*MockFMSAPIMockRecorder) ListPoliciesWithContext

func (mr *MockFMSAPIMockRecorder) ListPoliciesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListPoliciesWithContext indicates an expected call of ListPoliciesWithContext

func (*MockFMSAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource

func (*MockFMSAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest

func (*MockFMSAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext

func (*MockFMSAPIMockRecorder) PutNotificationChannel

func (mr *MockFMSAPIMockRecorder) PutNotificationChannel(arg0 interface{}) *gomock.Call

PutNotificationChannel indicates an expected call of PutNotificationChannel

func (*MockFMSAPIMockRecorder) PutNotificationChannelRequest

func (mr *MockFMSAPIMockRecorder) PutNotificationChannelRequest(arg0 interface{}) *gomock.Call

PutNotificationChannelRequest indicates an expected call of PutNotificationChannelRequest

func (*MockFMSAPIMockRecorder) PutNotificationChannelWithContext

func (mr *MockFMSAPIMockRecorder) PutNotificationChannelWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutNotificationChannelWithContext indicates an expected call of PutNotificationChannelWithContext

func (*MockFMSAPIMockRecorder) PutPolicy

func (mr *MockFMSAPIMockRecorder) PutPolicy(arg0 interface{}) *gomock.Call

PutPolicy indicates an expected call of PutPolicy

func (*MockFMSAPIMockRecorder) PutPolicyRequest

func (mr *MockFMSAPIMockRecorder) PutPolicyRequest(arg0 interface{}) *gomock.Call

PutPolicyRequest indicates an expected call of PutPolicyRequest

func (*MockFMSAPIMockRecorder) PutPolicyWithContext

func (mr *MockFMSAPIMockRecorder) PutPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutPolicyWithContext indicates an expected call of PutPolicyWithContext

func (*MockFMSAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource

func (*MockFMSAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest

func (*MockFMSAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext

func (*MockFMSAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource

func (*MockFMSAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest

func (*MockFMSAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext

Jump to

Keyboard shortcuts

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