detectivemock

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 detectivemock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDetectiveAPI

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

MockDetectiveAPI is a mock of DetectiveAPI interface.

func NewMockDetectiveAPI

func NewMockDetectiveAPI(ctrl *gomock.Controller) *MockDetectiveAPI

NewMockDetectiveAPI creates a new mock instance.

func (*MockDetectiveAPI) AcceptInvitation

AcceptInvitation mocks base method.

func (*MockDetectiveAPI) AcceptInvitationRequest

AcceptInvitationRequest mocks base method.

func (*MockDetectiveAPI) AcceptInvitationWithContext

func (m *MockDetectiveAPI) AcceptInvitationWithContext(arg0 context.Context, arg1 *detective.AcceptInvitationInput, arg2 ...request.Option) (*detective.AcceptInvitationOutput, error)

AcceptInvitationWithContext mocks base method.

func (*MockDetectiveAPI) CreateGraph

CreateGraph mocks base method.

func (*MockDetectiveAPI) CreateGraphRequest

CreateGraphRequest mocks base method.

func (*MockDetectiveAPI) CreateGraphWithContext

func (m *MockDetectiveAPI) CreateGraphWithContext(arg0 context.Context, arg1 *detective.CreateGraphInput, arg2 ...request.Option) (*detective.CreateGraphOutput, error)

CreateGraphWithContext mocks base method.

func (*MockDetectiveAPI) CreateMembers

CreateMembers mocks base method.

func (*MockDetectiveAPI) CreateMembersRequest

CreateMembersRequest mocks base method.

func (*MockDetectiveAPI) CreateMembersWithContext

func (m *MockDetectiveAPI) CreateMembersWithContext(arg0 context.Context, arg1 *detective.CreateMembersInput, arg2 ...request.Option) (*detective.CreateMembersOutput, error)

CreateMembersWithContext mocks base method.

func (*MockDetectiveAPI) DeleteGraph

DeleteGraph mocks base method.

func (*MockDetectiveAPI) DeleteGraphRequest

DeleteGraphRequest mocks base method.

func (*MockDetectiveAPI) DeleteGraphWithContext

func (m *MockDetectiveAPI) DeleteGraphWithContext(arg0 context.Context, arg1 *detective.DeleteGraphInput, arg2 ...request.Option) (*detective.DeleteGraphOutput, error)

DeleteGraphWithContext mocks base method.

func (*MockDetectiveAPI) DeleteMembers

DeleteMembers mocks base method.

func (*MockDetectiveAPI) DeleteMembersRequest

DeleteMembersRequest mocks base method.

func (*MockDetectiveAPI) DeleteMembersWithContext

func (m *MockDetectiveAPI) DeleteMembersWithContext(arg0 context.Context, arg1 *detective.DeleteMembersInput, arg2 ...request.Option) (*detective.DeleteMembersOutput, error)

DeleteMembersWithContext mocks base method.

func (*MockDetectiveAPI) DescribeOrganizationConfiguration added in v1.43.22

DescribeOrganizationConfiguration mocks base method.

func (*MockDetectiveAPI) DescribeOrganizationConfigurationRequest added in v1.43.22

DescribeOrganizationConfigurationRequest mocks base method.

func (*MockDetectiveAPI) DescribeOrganizationConfigurationWithContext added in v1.43.22

DescribeOrganizationConfigurationWithContext mocks base method.

func (*MockDetectiveAPI) DisableOrganizationAdminAccount added in v1.43.22

DisableOrganizationAdminAccount mocks base method.

func (*MockDetectiveAPI) DisableOrganizationAdminAccountRequest added in v1.43.22

DisableOrganizationAdminAccountRequest mocks base method.

func (*MockDetectiveAPI) DisableOrganizationAdminAccountWithContext added in v1.43.22

DisableOrganizationAdminAccountWithContext mocks base method.

func (*MockDetectiveAPI) DisassociateMembership

DisassociateMembership mocks base method.

func (*MockDetectiveAPI) DisassociateMembershipRequest

DisassociateMembershipRequest mocks base method.

func (*MockDetectiveAPI) DisassociateMembershipWithContext

func (m *MockDetectiveAPI) DisassociateMembershipWithContext(arg0 context.Context, arg1 *detective.DisassociateMembershipInput, arg2 ...request.Option) (*detective.DisassociateMembershipOutput, error)

DisassociateMembershipWithContext mocks base method.

func (*MockDetectiveAPI) EXPECT

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

func (*MockDetectiveAPI) EnableOrganizationAdminAccount added in v1.43.22

EnableOrganizationAdminAccount mocks base method.

func (*MockDetectiveAPI) EnableOrganizationAdminAccountRequest added in v1.43.22

EnableOrganizationAdminAccountRequest mocks base method.

func (*MockDetectiveAPI) EnableOrganizationAdminAccountWithContext added in v1.43.22

EnableOrganizationAdminAccountWithContext mocks base method.

func (*MockDetectiveAPI) GetMembers

GetMembers mocks base method.

func (*MockDetectiveAPI) GetMembersRequest

GetMembersRequest mocks base method.

func (*MockDetectiveAPI) GetMembersWithContext

func (m *MockDetectiveAPI) GetMembersWithContext(arg0 context.Context, arg1 *detective.GetMembersInput, arg2 ...request.Option) (*detective.GetMembersOutput, error)

GetMembersWithContext mocks base method.

func (*MockDetectiveAPI) ListGraphs

ListGraphs mocks base method.

func (*MockDetectiveAPI) ListGraphsPages

func (m *MockDetectiveAPI) ListGraphsPages(arg0 *detective.ListGraphsInput, arg1 func(*detective.ListGraphsOutput, bool) bool) error

ListGraphsPages mocks base method.

func (*MockDetectiveAPI) ListGraphsPagesWithContext

func (m *MockDetectiveAPI) ListGraphsPagesWithContext(arg0 context.Context, arg1 *detective.ListGraphsInput, arg2 func(*detective.ListGraphsOutput, bool) bool, arg3 ...request.Option) error

ListGraphsPagesWithContext mocks base method.

func (*MockDetectiveAPI) ListGraphsRequest

ListGraphsRequest mocks base method.

func (*MockDetectiveAPI) ListGraphsWithContext

func (m *MockDetectiveAPI) ListGraphsWithContext(arg0 context.Context, arg1 *detective.ListGraphsInput, arg2 ...request.Option) (*detective.ListGraphsOutput, error)

ListGraphsWithContext mocks base method.

func (*MockDetectiveAPI) ListInvitations

ListInvitations mocks base method.

func (*MockDetectiveAPI) ListInvitationsPages

func (m *MockDetectiveAPI) ListInvitationsPages(arg0 *detective.ListInvitationsInput, arg1 func(*detective.ListInvitationsOutput, bool) bool) error

ListInvitationsPages mocks base method.

func (*MockDetectiveAPI) ListInvitationsPagesWithContext

func (m *MockDetectiveAPI) ListInvitationsPagesWithContext(arg0 context.Context, arg1 *detective.ListInvitationsInput, arg2 func(*detective.ListInvitationsOutput, bool) bool, arg3 ...request.Option) error

ListInvitationsPagesWithContext mocks base method.

func (*MockDetectiveAPI) ListInvitationsRequest

ListInvitationsRequest mocks base method.

func (*MockDetectiveAPI) ListInvitationsWithContext

func (m *MockDetectiveAPI) ListInvitationsWithContext(arg0 context.Context, arg1 *detective.ListInvitationsInput, arg2 ...request.Option) (*detective.ListInvitationsOutput, error)

ListInvitationsWithContext mocks base method.

func (*MockDetectiveAPI) ListMembers

ListMembers mocks base method.

func (*MockDetectiveAPI) ListMembersPages

func (m *MockDetectiveAPI) ListMembersPages(arg0 *detective.ListMembersInput, arg1 func(*detective.ListMembersOutput, bool) bool) error

ListMembersPages mocks base method.

func (*MockDetectiveAPI) ListMembersPagesWithContext

func (m *MockDetectiveAPI) ListMembersPagesWithContext(arg0 context.Context, arg1 *detective.ListMembersInput, arg2 func(*detective.ListMembersOutput, bool) bool, arg3 ...request.Option) error

ListMembersPagesWithContext mocks base method.

func (*MockDetectiveAPI) ListMembersRequest

ListMembersRequest mocks base method.

func (*MockDetectiveAPI) ListMembersWithContext

func (m *MockDetectiveAPI) ListMembersWithContext(arg0 context.Context, arg1 *detective.ListMembersInput, arg2 ...request.Option) (*detective.ListMembersOutput, error)

ListMembersWithContext mocks base method.

func (*MockDetectiveAPI) ListOrganizationAdminAccounts added in v1.43.22

ListOrganizationAdminAccounts mocks base method.

func (*MockDetectiveAPI) ListOrganizationAdminAccountsPages added in v1.43.22

ListOrganizationAdminAccountsPages mocks base method.

func (*MockDetectiveAPI) ListOrganizationAdminAccountsPagesWithContext added in v1.43.22

func (m *MockDetectiveAPI) ListOrganizationAdminAccountsPagesWithContext(arg0 context.Context, arg1 *detective.ListOrganizationAdminAccountsInput, arg2 func(*detective.ListOrganizationAdminAccountsOutput, bool) bool, arg3 ...request.Option) error

ListOrganizationAdminAccountsPagesWithContext mocks base method.

func (*MockDetectiveAPI) ListOrganizationAdminAccountsRequest added in v1.43.22

ListOrganizationAdminAccountsRequest mocks base method.

func (*MockDetectiveAPI) ListOrganizationAdminAccountsWithContext added in v1.43.22

ListOrganizationAdminAccountsWithContext mocks base method.

func (*MockDetectiveAPI) ListTagsForResource added in v1.38.35

ListTagsForResource mocks base method.

func (*MockDetectiveAPI) ListTagsForResourceRequest added in v1.38.35

ListTagsForResourceRequest mocks base method.

func (*MockDetectiveAPI) ListTagsForResourceWithContext added in v1.38.35

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

ListTagsForResourceWithContext mocks base method.

func (*MockDetectiveAPI) RejectInvitation

RejectInvitation mocks base method.

func (*MockDetectiveAPI) RejectInvitationRequest

RejectInvitationRequest mocks base method.

func (*MockDetectiveAPI) RejectInvitationWithContext

func (m *MockDetectiveAPI) RejectInvitationWithContext(arg0 context.Context, arg1 *detective.RejectInvitationInput, arg2 ...request.Option) (*detective.RejectInvitationOutput, error)

RejectInvitationWithContext mocks base method.

func (*MockDetectiveAPI) StartMonitoringMember

StartMonitoringMember mocks base method.

func (*MockDetectiveAPI) StartMonitoringMemberRequest

StartMonitoringMemberRequest mocks base method.

func (*MockDetectiveAPI) StartMonitoringMemberWithContext

func (m *MockDetectiveAPI) StartMonitoringMemberWithContext(arg0 context.Context, arg1 *detective.StartMonitoringMemberInput, arg2 ...request.Option) (*detective.StartMonitoringMemberOutput, error)

StartMonitoringMemberWithContext mocks base method.

func (*MockDetectiveAPI) TagResource added in v1.38.35

TagResource mocks base method.

func (*MockDetectiveAPI) TagResourceRequest added in v1.38.35

TagResourceRequest mocks base method.

func (*MockDetectiveAPI) TagResourceWithContext added in v1.38.35

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

TagResourceWithContext mocks base method.

func (*MockDetectiveAPI) UntagResource added in v1.38.35

UntagResource mocks base method.

func (*MockDetectiveAPI) UntagResourceRequest added in v1.38.35

UntagResourceRequest mocks base method.

func (*MockDetectiveAPI) UntagResourceWithContext added in v1.38.35

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

UntagResourceWithContext mocks base method.

func (*MockDetectiveAPI) UpdateOrganizationConfiguration added in v1.43.22

UpdateOrganizationConfiguration mocks base method.

func (*MockDetectiveAPI) UpdateOrganizationConfigurationRequest added in v1.43.22

UpdateOrganizationConfigurationRequest mocks base method.

func (*MockDetectiveAPI) UpdateOrganizationConfigurationWithContext added in v1.43.22

UpdateOrganizationConfigurationWithContext mocks base method.

type MockDetectiveAPIMockRecorder

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

MockDetectiveAPIMockRecorder is the mock recorder for MockDetectiveAPI.

func (*MockDetectiveAPIMockRecorder) AcceptInvitation

func (mr *MockDetectiveAPIMockRecorder) AcceptInvitation(arg0 interface{}) *gomock.Call

AcceptInvitation indicates an expected call of AcceptInvitation.

func (*MockDetectiveAPIMockRecorder) AcceptInvitationRequest

func (mr *MockDetectiveAPIMockRecorder) AcceptInvitationRequest(arg0 interface{}) *gomock.Call

AcceptInvitationRequest indicates an expected call of AcceptInvitationRequest.

func (*MockDetectiveAPIMockRecorder) AcceptInvitationWithContext

func (mr *MockDetectiveAPIMockRecorder) AcceptInvitationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AcceptInvitationWithContext indicates an expected call of AcceptInvitationWithContext.

func (*MockDetectiveAPIMockRecorder) CreateGraph

func (mr *MockDetectiveAPIMockRecorder) CreateGraph(arg0 interface{}) *gomock.Call

CreateGraph indicates an expected call of CreateGraph.

func (*MockDetectiveAPIMockRecorder) CreateGraphRequest

func (mr *MockDetectiveAPIMockRecorder) CreateGraphRequest(arg0 interface{}) *gomock.Call

CreateGraphRequest indicates an expected call of CreateGraphRequest.

func (*MockDetectiveAPIMockRecorder) CreateGraphWithContext

func (mr *MockDetectiveAPIMockRecorder) CreateGraphWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateGraphWithContext indicates an expected call of CreateGraphWithContext.

func (*MockDetectiveAPIMockRecorder) CreateMembers

func (mr *MockDetectiveAPIMockRecorder) CreateMembers(arg0 interface{}) *gomock.Call

CreateMembers indicates an expected call of CreateMembers.

func (*MockDetectiveAPIMockRecorder) CreateMembersRequest

func (mr *MockDetectiveAPIMockRecorder) CreateMembersRequest(arg0 interface{}) *gomock.Call

CreateMembersRequest indicates an expected call of CreateMembersRequest.

func (*MockDetectiveAPIMockRecorder) CreateMembersWithContext

func (mr *MockDetectiveAPIMockRecorder) CreateMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateMembersWithContext indicates an expected call of CreateMembersWithContext.

func (*MockDetectiveAPIMockRecorder) DeleteGraph

func (mr *MockDetectiveAPIMockRecorder) DeleteGraph(arg0 interface{}) *gomock.Call

DeleteGraph indicates an expected call of DeleteGraph.

func (*MockDetectiveAPIMockRecorder) DeleteGraphRequest

func (mr *MockDetectiveAPIMockRecorder) DeleteGraphRequest(arg0 interface{}) *gomock.Call

DeleteGraphRequest indicates an expected call of DeleteGraphRequest.

func (*MockDetectiveAPIMockRecorder) DeleteGraphWithContext

func (mr *MockDetectiveAPIMockRecorder) DeleteGraphWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGraphWithContext indicates an expected call of DeleteGraphWithContext.

func (*MockDetectiveAPIMockRecorder) DeleteMembers

func (mr *MockDetectiveAPIMockRecorder) DeleteMembers(arg0 interface{}) *gomock.Call

DeleteMembers indicates an expected call of DeleteMembers.

func (*MockDetectiveAPIMockRecorder) DeleteMembersRequest

func (mr *MockDetectiveAPIMockRecorder) DeleteMembersRequest(arg0 interface{}) *gomock.Call

DeleteMembersRequest indicates an expected call of DeleteMembersRequest.

func (*MockDetectiveAPIMockRecorder) DeleteMembersWithContext

func (mr *MockDetectiveAPIMockRecorder) DeleteMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteMembersWithContext indicates an expected call of DeleteMembersWithContext.

func (*MockDetectiveAPIMockRecorder) DescribeOrganizationConfiguration added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) DescribeOrganizationConfiguration(arg0 interface{}) *gomock.Call

DescribeOrganizationConfiguration indicates an expected call of DescribeOrganizationConfiguration.

func (*MockDetectiveAPIMockRecorder) DescribeOrganizationConfigurationRequest added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) DescribeOrganizationConfigurationRequest(arg0 interface{}) *gomock.Call

DescribeOrganizationConfigurationRequest indicates an expected call of DescribeOrganizationConfigurationRequest.

func (*MockDetectiveAPIMockRecorder) DescribeOrganizationConfigurationWithContext added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) DescribeOrganizationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeOrganizationConfigurationWithContext indicates an expected call of DescribeOrganizationConfigurationWithContext.

func (*MockDetectiveAPIMockRecorder) DisableOrganizationAdminAccount added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) DisableOrganizationAdminAccount(arg0 interface{}) *gomock.Call

DisableOrganizationAdminAccount indicates an expected call of DisableOrganizationAdminAccount.

func (*MockDetectiveAPIMockRecorder) DisableOrganizationAdminAccountRequest added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) DisableOrganizationAdminAccountRequest(arg0 interface{}) *gomock.Call

DisableOrganizationAdminAccountRequest indicates an expected call of DisableOrganizationAdminAccountRequest.

func (*MockDetectiveAPIMockRecorder) DisableOrganizationAdminAccountWithContext added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) DisableOrganizationAdminAccountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisableOrganizationAdminAccountWithContext indicates an expected call of DisableOrganizationAdminAccountWithContext.

func (*MockDetectiveAPIMockRecorder) DisassociateMembership

func (mr *MockDetectiveAPIMockRecorder) DisassociateMembership(arg0 interface{}) *gomock.Call

DisassociateMembership indicates an expected call of DisassociateMembership.

func (*MockDetectiveAPIMockRecorder) DisassociateMembershipRequest

func (mr *MockDetectiveAPIMockRecorder) DisassociateMembershipRequest(arg0 interface{}) *gomock.Call

DisassociateMembershipRequest indicates an expected call of DisassociateMembershipRequest.

func (*MockDetectiveAPIMockRecorder) DisassociateMembershipWithContext

func (mr *MockDetectiveAPIMockRecorder) DisassociateMembershipWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateMembershipWithContext indicates an expected call of DisassociateMembershipWithContext.

func (*MockDetectiveAPIMockRecorder) EnableOrganizationAdminAccount added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) EnableOrganizationAdminAccount(arg0 interface{}) *gomock.Call

EnableOrganizationAdminAccount indicates an expected call of EnableOrganizationAdminAccount.

func (*MockDetectiveAPIMockRecorder) EnableOrganizationAdminAccountRequest added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) EnableOrganizationAdminAccountRequest(arg0 interface{}) *gomock.Call

EnableOrganizationAdminAccountRequest indicates an expected call of EnableOrganizationAdminAccountRequest.

func (*MockDetectiveAPIMockRecorder) EnableOrganizationAdminAccountWithContext added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) EnableOrganizationAdminAccountWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

EnableOrganizationAdminAccountWithContext indicates an expected call of EnableOrganizationAdminAccountWithContext.

func (*MockDetectiveAPIMockRecorder) GetMembers

func (mr *MockDetectiveAPIMockRecorder) GetMembers(arg0 interface{}) *gomock.Call

GetMembers indicates an expected call of GetMembers.

func (*MockDetectiveAPIMockRecorder) GetMembersRequest

func (mr *MockDetectiveAPIMockRecorder) GetMembersRequest(arg0 interface{}) *gomock.Call

GetMembersRequest indicates an expected call of GetMembersRequest.

func (*MockDetectiveAPIMockRecorder) GetMembersWithContext

func (mr *MockDetectiveAPIMockRecorder) GetMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMembersWithContext indicates an expected call of GetMembersWithContext.

func (*MockDetectiveAPIMockRecorder) ListGraphs

func (mr *MockDetectiveAPIMockRecorder) ListGraphs(arg0 interface{}) *gomock.Call

ListGraphs indicates an expected call of ListGraphs.

func (*MockDetectiveAPIMockRecorder) ListGraphsPages

func (mr *MockDetectiveAPIMockRecorder) ListGraphsPages(arg0, arg1 interface{}) *gomock.Call

ListGraphsPages indicates an expected call of ListGraphsPages.

func (*MockDetectiveAPIMockRecorder) ListGraphsPagesWithContext

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

ListGraphsPagesWithContext indicates an expected call of ListGraphsPagesWithContext.

func (*MockDetectiveAPIMockRecorder) ListGraphsRequest

func (mr *MockDetectiveAPIMockRecorder) ListGraphsRequest(arg0 interface{}) *gomock.Call

ListGraphsRequest indicates an expected call of ListGraphsRequest.

func (*MockDetectiveAPIMockRecorder) ListGraphsWithContext

func (mr *MockDetectiveAPIMockRecorder) ListGraphsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGraphsWithContext indicates an expected call of ListGraphsWithContext.

func (*MockDetectiveAPIMockRecorder) ListInvitations

func (mr *MockDetectiveAPIMockRecorder) ListInvitations(arg0 interface{}) *gomock.Call

ListInvitations indicates an expected call of ListInvitations.

func (*MockDetectiveAPIMockRecorder) ListInvitationsPages

func (mr *MockDetectiveAPIMockRecorder) ListInvitationsPages(arg0, arg1 interface{}) *gomock.Call

ListInvitationsPages indicates an expected call of ListInvitationsPages.

func (*MockDetectiveAPIMockRecorder) ListInvitationsPagesWithContext

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

ListInvitationsPagesWithContext indicates an expected call of ListInvitationsPagesWithContext.

func (*MockDetectiveAPIMockRecorder) ListInvitationsRequest

func (mr *MockDetectiveAPIMockRecorder) ListInvitationsRequest(arg0 interface{}) *gomock.Call

ListInvitationsRequest indicates an expected call of ListInvitationsRequest.

func (*MockDetectiveAPIMockRecorder) ListInvitationsWithContext

func (mr *MockDetectiveAPIMockRecorder) ListInvitationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListInvitationsWithContext indicates an expected call of ListInvitationsWithContext.

func (*MockDetectiveAPIMockRecorder) ListMembers

func (mr *MockDetectiveAPIMockRecorder) ListMembers(arg0 interface{}) *gomock.Call

ListMembers indicates an expected call of ListMembers.

func (*MockDetectiveAPIMockRecorder) ListMembersPages

func (mr *MockDetectiveAPIMockRecorder) ListMembersPages(arg0, arg1 interface{}) *gomock.Call

ListMembersPages indicates an expected call of ListMembersPages.

func (*MockDetectiveAPIMockRecorder) ListMembersPagesWithContext

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

ListMembersPagesWithContext indicates an expected call of ListMembersPagesWithContext.

func (*MockDetectiveAPIMockRecorder) ListMembersRequest

func (mr *MockDetectiveAPIMockRecorder) ListMembersRequest(arg0 interface{}) *gomock.Call

ListMembersRequest indicates an expected call of ListMembersRequest.

func (*MockDetectiveAPIMockRecorder) ListMembersWithContext

func (mr *MockDetectiveAPIMockRecorder) ListMembersWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMembersWithContext indicates an expected call of ListMembersWithContext.

func (*MockDetectiveAPIMockRecorder) ListOrganizationAdminAccounts added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) ListOrganizationAdminAccounts(arg0 interface{}) *gomock.Call

ListOrganizationAdminAccounts indicates an expected call of ListOrganizationAdminAccounts.

func (*MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsPages added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsPages(arg0, arg1 interface{}) *gomock.Call

ListOrganizationAdminAccountsPages indicates an expected call of ListOrganizationAdminAccountsPages.

func (*MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsPagesWithContext added in v1.43.22

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

ListOrganizationAdminAccountsPagesWithContext indicates an expected call of ListOrganizationAdminAccountsPagesWithContext.

func (*MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsRequest added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsRequest(arg0 interface{}) *gomock.Call

ListOrganizationAdminAccountsRequest indicates an expected call of ListOrganizationAdminAccountsRequest.

func (*MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsWithContext added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) ListOrganizationAdminAccountsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListOrganizationAdminAccountsWithContext indicates an expected call of ListOrganizationAdminAccountsWithContext.

func (*MockDetectiveAPIMockRecorder) ListTagsForResource added in v1.38.35

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

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockDetectiveAPIMockRecorder) ListTagsForResourceRequest added in v1.38.35

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockDetectiveAPIMockRecorder) ListTagsForResourceWithContext added in v1.38.35

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockDetectiveAPIMockRecorder) RejectInvitation

func (mr *MockDetectiveAPIMockRecorder) RejectInvitation(arg0 interface{}) *gomock.Call

RejectInvitation indicates an expected call of RejectInvitation.

func (*MockDetectiveAPIMockRecorder) RejectInvitationRequest

func (mr *MockDetectiveAPIMockRecorder) RejectInvitationRequest(arg0 interface{}) *gomock.Call

RejectInvitationRequest indicates an expected call of RejectInvitationRequest.

func (*MockDetectiveAPIMockRecorder) RejectInvitationWithContext

func (mr *MockDetectiveAPIMockRecorder) RejectInvitationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RejectInvitationWithContext indicates an expected call of RejectInvitationWithContext.

func (*MockDetectiveAPIMockRecorder) StartMonitoringMember

func (mr *MockDetectiveAPIMockRecorder) StartMonitoringMember(arg0 interface{}) *gomock.Call

StartMonitoringMember indicates an expected call of StartMonitoringMember.

func (*MockDetectiveAPIMockRecorder) StartMonitoringMemberRequest

func (mr *MockDetectiveAPIMockRecorder) StartMonitoringMemberRequest(arg0 interface{}) *gomock.Call

StartMonitoringMemberRequest indicates an expected call of StartMonitoringMemberRequest.

func (*MockDetectiveAPIMockRecorder) StartMonitoringMemberWithContext

func (mr *MockDetectiveAPIMockRecorder) StartMonitoringMemberWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

StartMonitoringMemberWithContext indicates an expected call of StartMonitoringMemberWithContext.

func (*MockDetectiveAPIMockRecorder) TagResource added in v1.38.35

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

TagResource indicates an expected call of TagResource.

func (*MockDetectiveAPIMockRecorder) TagResourceRequest added in v1.38.35

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

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockDetectiveAPIMockRecorder) TagResourceWithContext added in v1.38.35

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

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockDetectiveAPIMockRecorder) UntagResource added in v1.38.35

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

UntagResource indicates an expected call of UntagResource.

func (*MockDetectiveAPIMockRecorder) UntagResourceRequest added in v1.38.35

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

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockDetectiveAPIMockRecorder) UntagResourceWithContext added in v1.38.35

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockDetectiveAPIMockRecorder) UpdateOrganizationConfiguration added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) UpdateOrganizationConfiguration(arg0 interface{}) *gomock.Call

UpdateOrganizationConfiguration indicates an expected call of UpdateOrganizationConfiguration.

func (*MockDetectiveAPIMockRecorder) UpdateOrganizationConfigurationRequest added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) UpdateOrganizationConfigurationRequest(arg0 interface{}) *gomock.Call

UpdateOrganizationConfigurationRequest indicates an expected call of UpdateOrganizationConfigurationRequest.

func (*MockDetectiveAPIMockRecorder) UpdateOrganizationConfigurationWithContext added in v1.43.22

func (mr *MockDetectiveAPIMockRecorder) UpdateOrganizationConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateOrganizationConfigurationWithContext indicates an expected call of UpdateOrganizationConfigurationWithContext.

Jump to

Keyboard shortcuts

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