wafv2mock

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockWAFV2API

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

MockWAFV2API is a mock of WAFV2API interface.

func NewMockWAFV2API

func NewMockWAFV2API(ctrl *gomock.Controller) *MockWAFV2API

NewMockWAFV2API creates a new mock instance.

func (*MockWAFV2API) AssociateWebACL

AssociateWebACL mocks base method.

func (*MockWAFV2API) AssociateWebACLRequest

func (m *MockWAFV2API) AssociateWebACLRequest(arg0 *wafv2.AssociateWebACLInput) (*request.Request, *wafv2.AssociateWebACLOutput)

AssociateWebACLRequest mocks base method.

func (*MockWAFV2API) AssociateWebACLWithContext

func (m *MockWAFV2API) AssociateWebACLWithContext(arg0 context.Context, arg1 *wafv2.AssociateWebACLInput, arg2 ...request.Option) (*wafv2.AssociateWebACLOutput, error)

AssociateWebACLWithContext mocks base method.

func (*MockWAFV2API) CheckCapacity

CheckCapacity mocks base method.

func (*MockWAFV2API) CheckCapacityRequest

func (m *MockWAFV2API) CheckCapacityRequest(arg0 *wafv2.CheckCapacityInput) (*request.Request, *wafv2.CheckCapacityOutput)

CheckCapacityRequest mocks base method.

func (*MockWAFV2API) CheckCapacityWithContext

func (m *MockWAFV2API) CheckCapacityWithContext(arg0 context.Context, arg1 *wafv2.CheckCapacityInput, arg2 ...request.Option) (*wafv2.CheckCapacityOutput, error)

CheckCapacityWithContext mocks base method.

func (*MockWAFV2API) CreateIPSet

func (m *MockWAFV2API) CreateIPSet(arg0 *wafv2.CreateIPSetInput) (*wafv2.CreateIPSetOutput, error)

CreateIPSet mocks base method.

func (*MockWAFV2API) CreateIPSetRequest

func (m *MockWAFV2API) CreateIPSetRequest(arg0 *wafv2.CreateIPSetInput) (*request.Request, *wafv2.CreateIPSetOutput)

CreateIPSetRequest mocks base method.

func (*MockWAFV2API) CreateIPSetWithContext

func (m *MockWAFV2API) CreateIPSetWithContext(arg0 context.Context, arg1 *wafv2.CreateIPSetInput, arg2 ...request.Option) (*wafv2.CreateIPSetOutput, error)

CreateIPSetWithContext mocks base method.

func (*MockWAFV2API) CreateRegexPatternSet

CreateRegexPatternSet mocks base method.

func (*MockWAFV2API) CreateRegexPatternSetRequest

CreateRegexPatternSetRequest mocks base method.

func (*MockWAFV2API) CreateRegexPatternSetWithContext

func (m *MockWAFV2API) CreateRegexPatternSetWithContext(arg0 context.Context, arg1 *wafv2.CreateRegexPatternSetInput, arg2 ...request.Option) (*wafv2.CreateRegexPatternSetOutput, error)

CreateRegexPatternSetWithContext mocks base method.

func (*MockWAFV2API) CreateRuleGroup

CreateRuleGroup mocks base method.

func (*MockWAFV2API) CreateRuleGroupRequest

func (m *MockWAFV2API) CreateRuleGroupRequest(arg0 *wafv2.CreateRuleGroupInput) (*request.Request, *wafv2.CreateRuleGroupOutput)

CreateRuleGroupRequest mocks base method.

func (*MockWAFV2API) CreateRuleGroupWithContext

func (m *MockWAFV2API) CreateRuleGroupWithContext(arg0 context.Context, arg1 *wafv2.CreateRuleGroupInput, arg2 ...request.Option) (*wafv2.CreateRuleGroupOutput, error)

CreateRuleGroupWithContext mocks base method.

func (*MockWAFV2API) CreateWebACL

CreateWebACL mocks base method.

func (*MockWAFV2API) CreateWebACLRequest

func (m *MockWAFV2API) CreateWebACLRequest(arg0 *wafv2.CreateWebACLInput) (*request.Request, *wafv2.CreateWebACLOutput)

CreateWebACLRequest mocks base method.

func (*MockWAFV2API) CreateWebACLWithContext

func (m *MockWAFV2API) CreateWebACLWithContext(arg0 context.Context, arg1 *wafv2.CreateWebACLInput, arg2 ...request.Option) (*wafv2.CreateWebACLOutput, error)

CreateWebACLWithContext mocks base method.

func (*MockWAFV2API) DeleteFirewallManagerRuleGroups

DeleteFirewallManagerRuleGroups mocks base method.

func (*MockWAFV2API) DeleteFirewallManagerRuleGroupsRequest

DeleteFirewallManagerRuleGroupsRequest mocks base method.

func (*MockWAFV2API) DeleteFirewallManagerRuleGroupsWithContext

func (m *MockWAFV2API) DeleteFirewallManagerRuleGroupsWithContext(arg0 context.Context, arg1 *wafv2.DeleteFirewallManagerRuleGroupsInput, arg2 ...request.Option) (*wafv2.DeleteFirewallManagerRuleGroupsOutput, error)

DeleteFirewallManagerRuleGroupsWithContext mocks base method.

func (*MockWAFV2API) DeleteIPSet

func (m *MockWAFV2API) DeleteIPSet(arg0 *wafv2.DeleteIPSetInput) (*wafv2.DeleteIPSetOutput, error)

DeleteIPSet mocks base method.

func (*MockWAFV2API) DeleteIPSetRequest

func (m *MockWAFV2API) DeleteIPSetRequest(arg0 *wafv2.DeleteIPSetInput) (*request.Request, *wafv2.DeleteIPSetOutput)

DeleteIPSetRequest mocks base method.

func (*MockWAFV2API) DeleteIPSetWithContext

func (m *MockWAFV2API) DeleteIPSetWithContext(arg0 context.Context, arg1 *wafv2.DeleteIPSetInput, arg2 ...request.Option) (*wafv2.DeleteIPSetOutput, error)

DeleteIPSetWithContext mocks base method.

func (*MockWAFV2API) DeleteLoggingConfiguration

DeleteLoggingConfiguration mocks base method.

func (*MockWAFV2API) DeleteLoggingConfigurationRequest

DeleteLoggingConfigurationRequest mocks base method.

func (*MockWAFV2API) DeleteLoggingConfigurationWithContext

func (m *MockWAFV2API) DeleteLoggingConfigurationWithContext(arg0 context.Context, arg1 *wafv2.DeleteLoggingConfigurationInput, arg2 ...request.Option) (*wafv2.DeleteLoggingConfigurationOutput, error)

DeleteLoggingConfigurationWithContext mocks base method.

func (*MockWAFV2API) DeletePermissionPolicy

DeletePermissionPolicy mocks base method.

func (*MockWAFV2API) DeletePermissionPolicyRequest

DeletePermissionPolicyRequest mocks base method.

func (*MockWAFV2API) DeletePermissionPolicyWithContext

func (m *MockWAFV2API) DeletePermissionPolicyWithContext(arg0 context.Context, arg1 *wafv2.DeletePermissionPolicyInput, arg2 ...request.Option) (*wafv2.DeletePermissionPolicyOutput, error)

DeletePermissionPolicyWithContext mocks base method.

func (*MockWAFV2API) DeleteRegexPatternSet

DeleteRegexPatternSet mocks base method.

func (*MockWAFV2API) DeleteRegexPatternSetRequest

DeleteRegexPatternSetRequest mocks base method.

func (*MockWAFV2API) DeleteRegexPatternSetWithContext

func (m *MockWAFV2API) DeleteRegexPatternSetWithContext(arg0 context.Context, arg1 *wafv2.DeleteRegexPatternSetInput, arg2 ...request.Option) (*wafv2.DeleteRegexPatternSetOutput, error)

DeleteRegexPatternSetWithContext mocks base method.

func (*MockWAFV2API) DeleteRuleGroup

DeleteRuleGroup mocks base method.

func (*MockWAFV2API) DeleteRuleGroupRequest

func (m *MockWAFV2API) DeleteRuleGroupRequest(arg0 *wafv2.DeleteRuleGroupInput) (*request.Request, *wafv2.DeleteRuleGroupOutput)

DeleteRuleGroupRequest mocks base method.

func (*MockWAFV2API) DeleteRuleGroupWithContext

func (m *MockWAFV2API) DeleteRuleGroupWithContext(arg0 context.Context, arg1 *wafv2.DeleteRuleGroupInput, arg2 ...request.Option) (*wafv2.DeleteRuleGroupOutput, error)

DeleteRuleGroupWithContext mocks base method.

func (*MockWAFV2API) DeleteWebACL

DeleteWebACL mocks base method.

func (*MockWAFV2API) DeleteWebACLRequest

func (m *MockWAFV2API) DeleteWebACLRequest(arg0 *wafv2.DeleteWebACLInput) (*request.Request, *wafv2.DeleteWebACLOutput)

DeleteWebACLRequest mocks base method.

func (*MockWAFV2API) DeleteWebACLWithContext

func (m *MockWAFV2API) DeleteWebACLWithContext(arg0 context.Context, arg1 *wafv2.DeleteWebACLInput, arg2 ...request.Option) (*wafv2.DeleteWebACLOutput, error)

DeleteWebACLWithContext mocks base method.

func (*MockWAFV2API) DescribeManagedRuleGroup

DescribeManagedRuleGroup mocks base method.

func (*MockWAFV2API) DescribeManagedRuleGroupRequest

DescribeManagedRuleGroupRequest mocks base method.

func (*MockWAFV2API) DescribeManagedRuleGroupWithContext

func (m *MockWAFV2API) DescribeManagedRuleGroupWithContext(arg0 context.Context, arg1 *wafv2.DescribeManagedRuleGroupInput, arg2 ...request.Option) (*wafv2.DescribeManagedRuleGroupOutput, error)

DescribeManagedRuleGroupWithContext mocks base method.

func (*MockWAFV2API) DisassociateWebACL

DisassociateWebACL mocks base method.

func (*MockWAFV2API) DisassociateWebACLRequest

func (m *MockWAFV2API) DisassociateWebACLRequest(arg0 *wafv2.DisassociateWebACLInput) (*request.Request, *wafv2.DisassociateWebACLOutput)

DisassociateWebACLRequest mocks base method.

func (*MockWAFV2API) DisassociateWebACLWithContext

func (m *MockWAFV2API) DisassociateWebACLWithContext(arg0 context.Context, arg1 *wafv2.DisassociateWebACLInput, arg2 ...request.Option) (*wafv2.DisassociateWebACLOutput, error)

DisassociateWebACLWithContext mocks base method.

func (*MockWAFV2API) EXPECT

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

func (*MockWAFV2API) GenerateMobileSdkReleaseUrl added in v1.43.22

GenerateMobileSdkReleaseUrl mocks base method.

func (*MockWAFV2API) GenerateMobileSdkReleaseUrlRequest added in v1.43.22

GenerateMobileSdkReleaseUrlRequest mocks base method.

func (*MockWAFV2API) GenerateMobileSdkReleaseUrlWithContext added in v1.43.22

func (m *MockWAFV2API) GenerateMobileSdkReleaseUrlWithContext(arg0 context.Context, arg1 *wafv2.GenerateMobileSdkReleaseUrlInput, arg2 ...request.Option) (*wafv2.GenerateMobileSdkReleaseUrlOutput, error)

GenerateMobileSdkReleaseUrlWithContext mocks base method.

func (*MockWAFV2API) GetIPSet

func (m *MockWAFV2API) GetIPSet(arg0 *wafv2.GetIPSetInput) (*wafv2.GetIPSetOutput, error)

GetIPSet mocks base method.

func (*MockWAFV2API) GetIPSetRequest

func (m *MockWAFV2API) GetIPSetRequest(arg0 *wafv2.GetIPSetInput) (*request.Request, *wafv2.GetIPSetOutput)

GetIPSetRequest mocks base method.

func (*MockWAFV2API) GetIPSetWithContext

func (m *MockWAFV2API) GetIPSetWithContext(arg0 context.Context, arg1 *wafv2.GetIPSetInput, arg2 ...request.Option) (*wafv2.GetIPSetOutput, error)

GetIPSetWithContext mocks base method.

func (*MockWAFV2API) GetLoggingConfiguration

GetLoggingConfiguration mocks base method.

func (*MockWAFV2API) GetLoggingConfigurationRequest

GetLoggingConfigurationRequest mocks base method.

func (*MockWAFV2API) GetLoggingConfigurationWithContext

func (m *MockWAFV2API) GetLoggingConfigurationWithContext(arg0 context.Context, arg1 *wafv2.GetLoggingConfigurationInput, arg2 ...request.Option) (*wafv2.GetLoggingConfigurationOutput, error)

GetLoggingConfigurationWithContext mocks base method.

func (*MockWAFV2API) GetManagedRuleSet added in v1.43.22

GetManagedRuleSet mocks base method.

func (*MockWAFV2API) GetManagedRuleSetRequest added in v1.43.22

func (m *MockWAFV2API) GetManagedRuleSetRequest(arg0 *wafv2.GetManagedRuleSetInput) (*request.Request, *wafv2.GetManagedRuleSetOutput)

GetManagedRuleSetRequest mocks base method.

func (*MockWAFV2API) GetManagedRuleSetWithContext added in v1.43.22

func (m *MockWAFV2API) GetManagedRuleSetWithContext(arg0 context.Context, arg1 *wafv2.GetManagedRuleSetInput, arg2 ...request.Option) (*wafv2.GetManagedRuleSetOutput, error)

GetManagedRuleSetWithContext mocks base method.

func (*MockWAFV2API) GetMobileSdkRelease added in v1.43.22

GetMobileSdkRelease mocks base method.

func (*MockWAFV2API) GetMobileSdkReleaseRequest added in v1.43.22

func (m *MockWAFV2API) GetMobileSdkReleaseRequest(arg0 *wafv2.GetMobileSdkReleaseInput) (*request.Request, *wafv2.GetMobileSdkReleaseOutput)

GetMobileSdkReleaseRequest mocks base method.

func (*MockWAFV2API) GetMobileSdkReleaseWithContext added in v1.43.22

func (m *MockWAFV2API) GetMobileSdkReleaseWithContext(arg0 context.Context, arg1 *wafv2.GetMobileSdkReleaseInput, arg2 ...request.Option) (*wafv2.GetMobileSdkReleaseOutput, error)

GetMobileSdkReleaseWithContext mocks base method.

func (*MockWAFV2API) GetPermissionPolicy

GetPermissionPolicy mocks base method.

func (*MockWAFV2API) GetPermissionPolicyRequest

func (m *MockWAFV2API) GetPermissionPolicyRequest(arg0 *wafv2.GetPermissionPolicyInput) (*request.Request, *wafv2.GetPermissionPolicyOutput)

GetPermissionPolicyRequest mocks base method.

func (*MockWAFV2API) GetPermissionPolicyWithContext

func (m *MockWAFV2API) GetPermissionPolicyWithContext(arg0 context.Context, arg1 *wafv2.GetPermissionPolicyInput, arg2 ...request.Option) (*wafv2.GetPermissionPolicyOutput, error)

GetPermissionPolicyWithContext mocks base method.

func (*MockWAFV2API) GetRateBasedStatementManagedKeys

GetRateBasedStatementManagedKeys mocks base method.

func (*MockWAFV2API) GetRateBasedStatementManagedKeysRequest

GetRateBasedStatementManagedKeysRequest mocks base method.

func (*MockWAFV2API) GetRateBasedStatementManagedKeysWithContext

func (m *MockWAFV2API) GetRateBasedStatementManagedKeysWithContext(arg0 context.Context, arg1 *wafv2.GetRateBasedStatementManagedKeysInput, arg2 ...request.Option) (*wafv2.GetRateBasedStatementManagedKeysOutput, error)

GetRateBasedStatementManagedKeysWithContext mocks base method.

func (*MockWAFV2API) GetRegexPatternSet

GetRegexPatternSet mocks base method.

func (*MockWAFV2API) GetRegexPatternSetRequest

func (m *MockWAFV2API) GetRegexPatternSetRequest(arg0 *wafv2.GetRegexPatternSetInput) (*request.Request, *wafv2.GetRegexPatternSetOutput)

GetRegexPatternSetRequest mocks base method.

func (*MockWAFV2API) GetRegexPatternSetWithContext

func (m *MockWAFV2API) GetRegexPatternSetWithContext(arg0 context.Context, arg1 *wafv2.GetRegexPatternSetInput, arg2 ...request.Option) (*wafv2.GetRegexPatternSetOutput, error)

GetRegexPatternSetWithContext mocks base method.

func (*MockWAFV2API) GetRuleGroup

GetRuleGroup mocks base method.

func (*MockWAFV2API) GetRuleGroupRequest

func (m *MockWAFV2API) GetRuleGroupRequest(arg0 *wafv2.GetRuleGroupInput) (*request.Request, *wafv2.GetRuleGroupOutput)

GetRuleGroupRequest mocks base method.

func (*MockWAFV2API) GetRuleGroupWithContext

func (m *MockWAFV2API) GetRuleGroupWithContext(arg0 context.Context, arg1 *wafv2.GetRuleGroupInput, arg2 ...request.Option) (*wafv2.GetRuleGroupOutput, error)

GetRuleGroupWithContext mocks base method.

func (*MockWAFV2API) GetSampledRequests

GetSampledRequests mocks base method.

func (*MockWAFV2API) GetSampledRequestsRequest

func (m *MockWAFV2API) GetSampledRequestsRequest(arg0 *wafv2.GetSampledRequestsInput) (*request.Request, *wafv2.GetSampledRequestsOutput)

GetSampledRequestsRequest mocks base method.

func (*MockWAFV2API) GetSampledRequestsWithContext

func (m *MockWAFV2API) GetSampledRequestsWithContext(arg0 context.Context, arg1 *wafv2.GetSampledRequestsInput, arg2 ...request.Option) (*wafv2.GetSampledRequestsOutput, error)

GetSampledRequestsWithContext mocks base method.

func (*MockWAFV2API) GetWebACL

func (m *MockWAFV2API) GetWebACL(arg0 *wafv2.GetWebACLInput) (*wafv2.GetWebACLOutput, error)

GetWebACL mocks base method.

func (*MockWAFV2API) GetWebACLForResource

GetWebACLForResource mocks base method.

func (*MockWAFV2API) GetWebACLForResourceRequest

func (m *MockWAFV2API) GetWebACLForResourceRequest(arg0 *wafv2.GetWebACLForResourceInput) (*request.Request, *wafv2.GetWebACLForResourceOutput)

GetWebACLForResourceRequest mocks base method.

func (*MockWAFV2API) GetWebACLForResourceWithContext

func (m *MockWAFV2API) GetWebACLForResourceWithContext(arg0 context.Context, arg1 *wafv2.GetWebACLForResourceInput, arg2 ...request.Option) (*wafv2.GetWebACLForResourceOutput, error)

GetWebACLForResourceWithContext mocks base method.

func (*MockWAFV2API) GetWebACLRequest

func (m *MockWAFV2API) GetWebACLRequest(arg0 *wafv2.GetWebACLInput) (*request.Request, *wafv2.GetWebACLOutput)

GetWebACLRequest mocks base method.

func (*MockWAFV2API) GetWebACLWithContext

func (m *MockWAFV2API) GetWebACLWithContext(arg0 context.Context, arg1 *wafv2.GetWebACLInput, arg2 ...request.Option) (*wafv2.GetWebACLOutput, error)

GetWebACLWithContext mocks base method.

func (*MockWAFV2API) ListAvailableManagedRuleGroupVersions added in v1.43.22

ListAvailableManagedRuleGroupVersions mocks base method.

func (*MockWAFV2API) ListAvailableManagedRuleGroupVersionsRequest added in v1.43.22

ListAvailableManagedRuleGroupVersionsRequest mocks base method.

func (*MockWAFV2API) ListAvailableManagedRuleGroupVersionsWithContext added in v1.43.22

func (m *MockWAFV2API) ListAvailableManagedRuleGroupVersionsWithContext(arg0 context.Context, arg1 *wafv2.ListAvailableManagedRuleGroupVersionsInput, arg2 ...request.Option) (*wafv2.ListAvailableManagedRuleGroupVersionsOutput, error)

ListAvailableManagedRuleGroupVersionsWithContext mocks base method.

func (*MockWAFV2API) ListAvailableManagedRuleGroups

ListAvailableManagedRuleGroups mocks base method.

func (*MockWAFV2API) ListAvailableManagedRuleGroupsRequest

ListAvailableManagedRuleGroupsRequest mocks base method.

func (*MockWAFV2API) ListAvailableManagedRuleGroupsWithContext

func (m *MockWAFV2API) ListAvailableManagedRuleGroupsWithContext(arg0 context.Context, arg1 *wafv2.ListAvailableManagedRuleGroupsInput, arg2 ...request.Option) (*wafv2.ListAvailableManagedRuleGroupsOutput, error)

ListAvailableManagedRuleGroupsWithContext mocks base method.

func (*MockWAFV2API) ListIPSets

func (m *MockWAFV2API) ListIPSets(arg0 *wafv2.ListIPSetsInput) (*wafv2.ListIPSetsOutput, error)

ListIPSets mocks base method.

func (*MockWAFV2API) ListIPSetsRequest

func (m *MockWAFV2API) ListIPSetsRequest(arg0 *wafv2.ListIPSetsInput) (*request.Request, *wafv2.ListIPSetsOutput)

ListIPSetsRequest mocks base method.

func (*MockWAFV2API) ListIPSetsWithContext

func (m *MockWAFV2API) ListIPSetsWithContext(arg0 context.Context, arg1 *wafv2.ListIPSetsInput, arg2 ...request.Option) (*wafv2.ListIPSetsOutput, error)

ListIPSetsWithContext mocks base method.

func (*MockWAFV2API) ListLoggingConfigurations

ListLoggingConfigurations mocks base method.

func (*MockWAFV2API) ListLoggingConfigurationsRequest

ListLoggingConfigurationsRequest mocks base method.

func (*MockWAFV2API) ListLoggingConfigurationsWithContext

func (m *MockWAFV2API) ListLoggingConfigurationsWithContext(arg0 context.Context, arg1 *wafv2.ListLoggingConfigurationsInput, arg2 ...request.Option) (*wafv2.ListLoggingConfigurationsOutput, error)

ListLoggingConfigurationsWithContext mocks base method.

func (*MockWAFV2API) ListManagedRuleSets added in v1.43.22

ListManagedRuleSets mocks base method.

func (*MockWAFV2API) ListManagedRuleSetsRequest added in v1.43.22

func (m *MockWAFV2API) ListManagedRuleSetsRequest(arg0 *wafv2.ListManagedRuleSetsInput) (*request.Request, *wafv2.ListManagedRuleSetsOutput)

ListManagedRuleSetsRequest mocks base method.

func (*MockWAFV2API) ListManagedRuleSetsWithContext added in v1.43.22

func (m *MockWAFV2API) ListManagedRuleSetsWithContext(arg0 context.Context, arg1 *wafv2.ListManagedRuleSetsInput, arg2 ...request.Option) (*wafv2.ListManagedRuleSetsOutput, error)

ListManagedRuleSetsWithContext mocks base method.

func (*MockWAFV2API) ListMobileSdkReleases added in v1.43.22

ListMobileSdkReleases mocks base method.

func (*MockWAFV2API) ListMobileSdkReleasesRequest added in v1.43.22

ListMobileSdkReleasesRequest mocks base method.

func (*MockWAFV2API) ListMobileSdkReleasesWithContext added in v1.43.22

func (m *MockWAFV2API) ListMobileSdkReleasesWithContext(arg0 context.Context, arg1 *wafv2.ListMobileSdkReleasesInput, arg2 ...request.Option) (*wafv2.ListMobileSdkReleasesOutput, error)

ListMobileSdkReleasesWithContext mocks base method.

func (*MockWAFV2API) ListRegexPatternSets

ListRegexPatternSets mocks base method.

func (*MockWAFV2API) ListRegexPatternSetsRequest

func (m *MockWAFV2API) ListRegexPatternSetsRequest(arg0 *wafv2.ListRegexPatternSetsInput) (*request.Request, *wafv2.ListRegexPatternSetsOutput)

ListRegexPatternSetsRequest mocks base method.

func (*MockWAFV2API) ListRegexPatternSetsWithContext

func (m *MockWAFV2API) ListRegexPatternSetsWithContext(arg0 context.Context, arg1 *wafv2.ListRegexPatternSetsInput, arg2 ...request.Option) (*wafv2.ListRegexPatternSetsOutput, error)

ListRegexPatternSetsWithContext mocks base method.

func (*MockWAFV2API) ListResourcesForWebACL

ListResourcesForWebACL mocks base method.

func (*MockWAFV2API) ListResourcesForWebACLRequest

ListResourcesForWebACLRequest mocks base method.

func (*MockWAFV2API) ListResourcesForWebACLWithContext

func (m *MockWAFV2API) ListResourcesForWebACLWithContext(arg0 context.Context, arg1 *wafv2.ListResourcesForWebACLInput, arg2 ...request.Option) (*wafv2.ListResourcesForWebACLOutput, error)

ListResourcesForWebACLWithContext mocks base method.

func (*MockWAFV2API) ListRuleGroups

ListRuleGroups mocks base method.

func (*MockWAFV2API) ListRuleGroupsRequest

func (m *MockWAFV2API) ListRuleGroupsRequest(arg0 *wafv2.ListRuleGroupsInput) (*request.Request, *wafv2.ListRuleGroupsOutput)

ListRuleGroupsRequest mocks base method.

func (*MockWAFV2API) ListRuleGroupsWithContext

func (m *MockWAFV2API) ListRuleGroupsWithContext(arg0 context.Context, arg1 *wafv2.ListRuleGroupsInput, arg2 ...request.Option) (*wafv2.ListRuleGroupsOutput, error)

ListRuleGroupsWithContext mocks base method.

func (*MockWAFV2API) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockWAFV2API) ListTagsForResourceRequest

func (m *MockWAFV2API) ListTagsForResourceRequest(arg0 *wafv2.ListTagsForResourceInput) (*request.Request, *wafv2.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method.

func (*MockWAFV2API) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext mocks base method.

func (*MockWAFV2API) ListWebACLs

func (m *MockWAFV2API) ListWebACLs(arg0 *wafv2.ListWebACLsInput) (*wafv2.ListWebACLsOutput, error)

ListWebACLs mocks base method.

func (*MockWAFV2API) ListWebACLsRequest

func (m *MockWAFV2API) ListWebACLsRequest(arg0 *wafv2.ListWebACLsInput) (*request.Request, *wafv2.ListWebACLsOutput)

ListWebACLsRequest mocks base method.

func (*MockWAFV2API) ListWebACLsWithContext

func (m *MockWAFV2API) ListWebACLsWithContext(arg0 context.Context, arg1 *wafv2.ListWebACLsInput, arg2 ...request.Option) (*wafv2.ListWebACLsOutput, error)

ListWebACLsWithContext mocks base method.

func (*MockWAFV2API) PutLoggingConfiguration

PutLoggingConfiguration mocks base method.

func (*MockWAFV2API) PutLoggingConfigurationRequest

PutLoggingConfigurationRequest mocks base method.

func (*MockWAFV2API) PutLoggingConfigurationWithContext

func (m *MockWAFV2API) PutLoggingConfigurationWithContext(arg0 context.Context, arg1 *wafv2.PutLoggingConfigurationInput, arg2 ...request.Option) (*wafv2.PutLoggingConfigurationOutput, error)

PutLoggingConfigurationWithContext mocks base method.

func (*MockWAFV2API) PutManagedRuleSetVersions added in v1.43.22

PutManagedRuleSetVersions mocks base method.

func (*MockWAFV2API) PutManagedRuleSetVersionsRequest added in v1.43.22

PutManagedRuleSetVersionsRequest mocks base method.

func (*MockWAFV2API) PutManagedRuleSetVersionsWithContext added in v1.43.22

func (m *MockWAFV2API) PutManagedRuleSetVersionsWithContext(arg0 context.Context, arg1 *wafv2.PutManagedRuleSetVersionsInput, arg2 ...request.Option) (*wafv2.PutManagedRuleSetVersionsOutput, error)

PutManagedRuleSetVersionsWithContext mocks base method.

func (*MockWAFV2API) PutPermissionPolicy

PutPermissionPolicy mocks base method.

func (*MockWAFV2API) PutPermissionPolicyRequest

func (m *MockWAFV2API) PutPermissionPolicyRequest(arg0 *wafv2.PutPermissionPolicyInput) (*request.Request, *wafv2.PutPermissionPolicyOutput)

PutPermissionPolicyRequest mocks base method.

func (*MockWAFV2API) PutPermissionPolicyWithContext

func (m *MockWAFV2API) PutPermissionPolicyWithContext(arg0 context.Context, arg1 *wafv2.PutPermissionPolicyInput, arg2 ...request.Option) (*wafv2.PutPermissionPolicyOutput, error)

PutPermissionPolicyWithContext mocks base method.

func (*MockWAFV2API) TagResource

func (m *MockWAFV2API) TagResource(arg0 *wafv2.TagResourceInput) (*wafv2.TagResourceOutput, error)

TagResource mocks base method.

func (*MockWAFV2API) TagResourceRequest

func (m *MockWAFV2API) TagResourceRequest(arg0 *wafv2.TagResourceInput) (*request.Request, *wafv2.TagResourceOutput)

TagResourceRequest mocks base method.

func (*MockWAFV2API) TagResourceWithContext

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

TagResourceWithContext mocks base method.

func (*MockWAFV2API) UntagResource

UntagResource mocks base method.

func (*MockWAFV2API) UntagResourceRequest

func (m *MockWAFV2API) UntagResourceRequest(arg0 *wafv2.UntagResourceInput) (*request.Request, *wafv2.UntagResourceOutput)

UntagResourceRequest mocks base method.

func (*MockWAFV2API) UntagResourceWithContext

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

UntagResourceWithContext mocks base method.

func (*MockWAFV2API) UpdateIPSet

func (m *MockWAFV2API) UpdateIPSet(arg0 *wafv2.UpdateIPSetInput) (*wafv2.UpdateIPSetOutput, error)

UpdateIPSet mocks base method.

func (*MockWAFV2API) UpdateIPSetRequest

func (m *MockWAFV2API) UpdateIPSetRequest(arg0 *wafv2.UpdateIPSetInput) (*request.Request, *wafv2.UpdateIPSetOutput)

UpdateIPSetRequest mocks base method.

func (*MockWAFV2API) UpdateIPSetWithContext

func (m *MockWAFV2API) UpdateIPSetWithContext(arg0 context.Context, arg1 *wafv2.UpdateIPSetInput, arg2 ...request.Option) (*wafv2.UpdateIPSetOutput, error)

UpdateIPSetWithContext mocks base method.

func (*MockWAFV2API) UpdateManagedRuleSetVersionExpiryDate added in v1.43.22

UpdateManagedRuleSetVersionExpiryDate mocks base method.

func (*MockWAFV2API) UpdateManagedRuleSetVersionExpiryDateRequest added in v1.43.22

UpdateManagedRuleSetVersionExpiryDateRequest mocks base method.

func (*MockWAFV2API) UpdateManagedRuleSetVersionExpiryDateWithContext added in v1.43.22

func (m *MockWAFV2API) UpdateManagedRuleSetVersionExpiryDateWithContext(arg0 context.Context, arg1 *wafv2.UpdateManagedRuleSetVersionExpiryDateInput, arg2 ...request.Option) (*wafv2.UpdateManagedRuleSetVersionExpiryDateOutput, error)

UpdateManagedRuleSetVersionExpiryDateWithContext mocks base method.

func (*MockWAFV2API) UpdateRegexPatternSet

UpdateRegexPatternSet mocks base method.

func (*MockWAFV2API) UpdateRegexPatternSetRequest

UpdateRegexPatternSetRequest mocks base method.

func (*MockWAFV2API) UpdateRegexPatternSetWithContext

func (m *MockWAFV2API) UpdateRegexPatternSetWithContext(arg0 context.Context, arg1 *wafv2.UpdateRegexPatternSetInput, arg2 ...request.Option) (*wafv2.UpdateRegexPatternSetOutput, error)

UpdateRegexPatternSetWithContext mocks base method.

func (*MockWAFV2API) UpdateRuleGroup

UpdateRuleGroup mocks base method.

func (*MockWAFV2API) UpdateRuleGroupRequest

func (m *MockWAFV2API) UpdateRuleGroupRequest(arg0 *wafv2.UpdateRuleGroupInput) (*request.Request, *wafv2.UpdateRuleGroupOutput)

UpdateRuleGroupRequest mocks base method.

func (*MockWAFV2API) UpdateRuleGroupWithContext

func (m *MockWAFV2API) UpdateRuleGroupWithContext(arg0 context.Context, arg1 *wafv2.UpdateRuleGroupInput, arg2 ...request.Option) (*wafv2.UpdateRuleGroupOutput, error)

UpdateRuleGroupWithContext mocks base method.

func (*MockWAFV2API) UpdateWebACL

UpdateWebACL mocks base method.

func (*MockWAFV2API) UpdateWebACLRequest

func (m *MockWAFV2API) UpdateWebACLRequest(arg0 *wafv2.UpdateWebACLInput) (*request.Request, *wafv2.UpdateWebACLOutput)

UpdateWebACLRequest mocks base method.

func (*MockWAFV2API) UpdateWebACLWithContext

func (m *MockWAFV2API) UpdateWebACLWithContext(arg0 context.Context, arg1 *wafv2.UpdateWebACLInput, arg2 ...request.Option) (*wafv2.UpdateWebACLOutput, error)

UpdateWebACLWithContext mocks base method.

type MockWAFV2APIMockRecorder

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

MockWAFV2APIMockRecorder is the mock recorder for MockWAFV2API.

func (*MockWAFV2APIMockRecorder) AssociateWebACL

func (mr *MockWAFV2APIMockRecorder) AssociateWebACL(arg0 interface{}) *gomock.Call

AssociateWebACL indicates an expected call of AssociateWebACL.

func (*MockWAFV2APIMockRecorder) AssociateWebACLRequest

func (mr *MockWAFV2APIMockRecorder) AssociateWebACLRequest(arg0 interface{}) *gomock.Call

AssociateWebACLRequest indicates an expected call of AssociateWebACLRequest.

func (*MockWAFV2APIMockRecorder) AssociateWebACLWithContext

func (mr *MockWAFV2APIMockRecorder) AssociateWebACLWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

AssociateWebACLWithContext indicates an expected call of AssociateWebACLWithContext.

func (*MockWAFV2APIMockRecorder) CheckCapacity

func (mr *MockWAFV2APIMockRecorder) CheckCapacity(arg0 interface{}) *gomock.Call

CheckCapacity indicates an expected call of CheckCapacity.

func (*MockWAFV2APIMockRecorder) CheckCapacityRequest

func (mr *MockWAFV2APIMockRecorder) CheckCapacityRequest(arg0 interface{}) *gomock.Call

CheckCapacityRequest indicates an expected call of CheckCapacityRequest.

func (*MockWAFV2APIMockRecorder) CheckCapacityWithContext

func (mr *MockWAFV2APIMockRecorder) CheckCapacityWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CheckCapacityWithContext indicates an expected call of CheckCapacityWithContext.

func (*MockWAFV2APIMockRecorder) CreateIPSet

func (mr *MockWAFV2APIMockRecorder) CreateIPSet(arg0 interface{}) *gomock.Call

CreateIPSet indicates an expected call of CreateIPSet.

func (*MockWAFV2APIMockRecorder) CreateIPSetRequest

func (mr *MockWAFV2APIMockRecorder) CreateIPSetRequest(arg0 interface{}) *gomock.Call

CreateIPSetRequest indicates an expected call of CreateIPSetRequest.

func (*MockWAFV2APIMockRecorder) CreateIPSetWithContext

func (mr *MockWAFV2APIMockRecorder) CreateIPSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateIPSetWithContext indicates an expected call of CreateIPSetWithContext.

func (*MockWAFV2APIMockRecorder) CreateRegexPatternSet

func (mr *MockWAFV2APIMockRecorder) CreateRegexPatternSet(arg0 interface{}) *gomock.Call

CreateRegexPatternSet indicates an expected call of CreateRegexPatternSet.

func (*MockWAFV2APIMockRecorder) CreateRegexPatternSetRequest

func (mr *MockWAFV2APIMockRecorder) CreateRegexPatternSetRequest(arg0 interface{}) *gomock.Call

CreateRegexPatternSetRequest indicates an expected call of CreateRegexPatternSetRequest.

func (*MockWAFV2APIMockRecorder) CreateRegexPatternSetWithContext

func (mr *MockWAFV2APIMockRecorder) CreateRegexPatternSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRegexPatternSetWithContext indicates an expected call of CreateRegexPatternSetWithContext.

func (*MockWAFV2APIMockRecorder) CreateRuleGroup

func (mr *MockWAFV2APIMockRecorder) CreateRuleGroup(arg0 interface{}) *gomock.Call

CreateRuleGroup indicates an expected call of CreateRuleGroup.

func (*MockWAFV2APIMockRecorder) CreateRuleGroupRequest

func (mr *MockWAFV2APIMockRecorder) CreateRuleGroupRequest(arg0 interface{}) *gomock.Call

CreateRuleGroupRequest indicates an expected call of CreateRuleGroupRequest.

func (*MockWAFV2APIMockRecorder) CreateRuleGroupWithContext

func (mr *MockWAFV2APIMockRecorder) CreateRuleGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRuleGroupWithContext indicates an expected call of CreateRuleGroupWithContext.

func (*MockWAFV2APIMockRecorder) CreateWebACL

func (mr *MockWAFV2APIMockRecorder) CreateWebACL(arg0 interface{}) *gomock.Call

CreateWebACL indicates an expected call of CreateWebACL.

func (*MockWAFV2APIMockRecorder) CreateWebACLRequest

func (mr *MockWAFV2APIMockRecorder) CreateWebACLRequest(arg0 interface{}) *gomock.Call

CreateWebACLRequest indicates an expected call of CreateWebACLRequest.

func (*MockWAFV2APIMockRecorder) CreateWebACLWithContext

func (mr *MockWAFV2APIMockRecorder) CreateWebACLWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateWebACLWithContext indicates an expected call of CreateWebACLWithContext.

func (*MockWAFV2APIMockRecorder) DeleteFirewallManagerRuleGroups

func (mr *MockWAFV2APIMockRecorder) DeleteFirewallManagerRuleGroups(arg0 interface{}) *gomock.Call

DeleteFirewallManagerRuleGroups indicates an expected call of DeleteFirewallManagerRuleGroups.

func (*MockWAFV2APIMockRecorder) DeleteFirewallManagerRuleGroupsRequest

func (mr *MockWAFV2APIMockRecorder) DeleteFirewallManagerRuleGroupsRequest(arg0 interface{}) *gomock.Call

DeleteFirewallManagerRuleGroupsRequest indicates an expected call of DeleteFirewallManagerRuleGroupsRequest.

func (*MockWAFV2APIMockRecorder) DeleteFirewallManagerRuleGroupsWithContext

func (mr *MockWAFV2APIMockRecorder) DeleteFirewallManagerRuleGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteFirewallManagerRuleGroupsWithContext indicates an expected call of DeleteFirewallManagerRuleGroupsWithContext.

func (*MockWAFV2APIMockRecorder) DeleteIPSet

func (mr *MockWAFV2APIMockRecorder) DeleteIPSet(arg0 interface{}) *gomock.Call

DeleteIPSet indicates an expected call of DeleteIPSet.

func (*MockWAFV2APIMockRecorder) DeleteIPSetRequest

func (mr *MockWAFV2APIMockRecorder) DeleteIPSetRequest(arg0 interface{}) *gomock.Call

DeleteIPSetRequest indicates an expected call of DeleteIPSetRequest.

func (*MockWAFV2APIMockRecorder) DeleteIPSetWithContext

func (mr *MockWAFV2APIMockRecorder) DeleteIPSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteIPSetWithContext indicates an expected call of DeleteIPSetWithContext.

func (*MockWAFV2APIMockRecorder) DeleteLoggingConfiguration

func (mr *MockWAFV2APIMockRecorder) DeleteLoggingConfiguration(arg0 interface{}) *gomock.Call

DeleteLoggingConfiguration indicates an expected call of DeleteLoggingConfiguration.

func (*MockWAFV2APIMockRecorder) DeleteLoggingConfigurationRequest

func (mr *MockWAFV2APIMockRecorder) DeleteLoggingConfigurationRequest(arg0 interface{}) *gomock.Call

DeleteLoggingConfigurationRequest indicates an expected call of DeleteLoggingConfigurationRequest.

func (*MockWAFV2APIMockRecorder) DeleteLoggingConfigurationWithContext

func (mr *MockWAFV2APIMockRecorder) DeleteLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteLoggingConfigurationWithContext indicates an expected call of DeleteLoggingConfigurationWithContext.

func (*MockWAFV2APIMockRecorder) DeletePermissionPolicy

func (mr *MockWAFV2APIMockRecorder) DeletePermissionPolicy(arg0 interface{}) *gomock.Call

DeletePermissionPolicy indicates an expected call of DeletePermissionPolicy.

func (*MockWAFV2APIMockRecorder) DeletePermissionPolicyRequest

func (mr *MockWAFV2APIMockRecorder) DeletePermissionPolicyRequest(arg0 interface{}) *gomock.Call

DeletePermissionPolicyRequest indicates an expected call of DeletePermissionPolicyRequest.

func (*MockWAFV2APIMockRecorder) DeletePermissionPolicyWithContext

func (mr *MockWAFV2APIMockRecorder) DeletePermissionPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeletePermissionPolicyWithContext indicates an expected call of DeletePermissionPolicyWithContext.

func (*MockWAFV2APIMockRecorder) DeleteRegexPatternSet

func (mr *MockWAFV2APIMockRecorder) DeleteRegexPatternSet(arg0 interface{}) *gomock.Call

DeleteRegexPatternSet indicates an expected call of DeleteRegexPatternSet.

func (*MockWAFV2APIMockRecorder) DeleteRegexPatternSetRequest

func (mr *MockWAFV2APIMockRecorder) DeleteRegexPatternSetRequest(arg0 interface{}) *gomock.Call

DeleteRegexPatternSetRequest indicates an expected call of DeleteRegexPatternSetRequest.

func (*MockWAFV2APIMockRecorder) DeleteRegexPatternSetWithContext

func (mr *MockWAFV2APIMockRecorder) DeleteRegexPatternSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRegexPatternSetWithContext indicates an expected call of DeleteRegexPatternSetWithContext.

func (*MockWAFV2APIMockRecorder) DeleteRuleGroup

func (mr *MockWAFV2APIMockRecorder) DeleteRuleGroup(arg0 interface{}) *gomock.Call

DeleteRuleGroup indicates an expected call of DeleteRuleGroup.

func (*MockWAFV2APIMockRecorder) DeleteRuleGroupRequest

func (mr *MockWAFV2APIMockRecorder) DeleteRuleGroupRequest(arg0 interface{}) *gomock.Call

DeleteRuleGroupRequest indicates an expected call of DeleteRuleGroupRequest.

func (*MockWAFV2APIMockRecorder) DeleteRuleGroupWithContext

func (mr *MockWAFV2APIMockRecorder) DeleteRuleGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRuleGroupWithContext indicates an expected call of DeleteRuleGroupWithContext.

func (*MockWAFV2APIMockRecorder) DeleteWebACL

func (mr *MockWAFV2APIMockRecorder) DeleteWebACL(arg0 interface{}) *gomock.Call

DeleteWebACL indicates an expected call of DeleteWebACL.

func (*MockWAFV2APIMockRecorder) DeleteWebACLRequest

func (mr *MockWAFV2APIMockRecorder) DeleteWebACLRequest(arg0 interface{}) *gomock.Call

DeleteWebACLRequest indicates an expected call of DeleteWebACLRequest.

func (*MockWAFV2APIMockRecorder) DeleteWebACLWithContext

func (mr *MockWAFV2APIMockRecorder) DeleteWebACLWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteWebACLWithContext indicates an expected call of DeleteWebACLWithContext.

func (*MockWAFV2APIMockRecorder) DescribeManagedRuleGroup

func (mr *MockWAFV2APIMockRecorder) DescribeManagedRuleGroup(arg0 interface{}) *gomock.Call

DescribeManagedRuleGroup indicates an expected call of DescribeManagedRuleGroup.

func (*MockWAFV2APIMockRecorder) DescribeManagedRuleGroupRequest

func (mr *MockWAFV2APIMockRecorder) DescribeManagedRuleGroupRequest(arg0 interface{}) *gomock.Call

DescribeManagedRuleGroupRequest indicates an expected call of DescribeManagedRuleGroupRequest.

func (*MockWAFV2APIMockRecorder) DescribeManagedRuleGroupWithContext

func (mr *MockWAFV2APIMockRecorder) DescribeManagedRuleGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeManagedRuleGroupWithContext indicates an expected call of DescribeManagedRuleGroupWithContext.

func (*MockWAFV2APIMockRecorder) DisassociateWebACL

func (mr *MockWAFV2APIMockRecorder) DisassociateWebACL(arg0 interface{}) *gomock.Call

DisassociateWebACL indicates an expected call of DisassociateWebACL.

func (*MockWAFV2APIMockRecorder) DisassociateWebACLRequest

func (mr *MockWAFV2APIMockRecorder) DisassociateWebACLRequest(arg0 interface{}) *gomock.Call

DisassociateWebACLRequest indicates an expected call of DisassociateWebACLRequest.

func (*MockWAFV2APIMockRecorder) DisassociateWebACLWithContext

func (mr *MockWAFV2APIMockRecorder) DisassociateWebACLWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DisassociateWebACLWithContext indicates an expected call of DisassociateWebACLWithContext.

func (*MockWAFV2APIMockRecorder) GenerateMobileSdkReleaseUrl added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) GenerateMobileSdkReleaseUrl(arg0 interface{}) *gomock.Call

GenerateMobileSdkReleaseUrl indicates an expected call of GenerateMobileSdkReleaseUrl.

func (*MockWAFV2APIMockRecorder) GenerateMobileSdkReleaseUrlRequest added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) GenerateMobileSdkReleaseUrlRequest(arg0 interface{}) *gomock.Call

GenerateMobileSdkReleaseUrlRequest indicates an expected call of GenerateMobileSdkReleaseUrlRequest.

func (*MockWAFV2APIMockRecorder) GenerateMobileSdkReleaseUrlWithContext added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) GenerateMobileSdkReleaseUrlWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GenerateMobileSdkReleaseUrlWithContext indicates an expected call of GenerateMobileSdkReleaseUrlWithContext.

func (*MockWAFV2APIMockRecorder) GetIPSet

func (mr *MockWAFV2APIMockRecorder) GetIPSet(arg0 interface{}) *gomock.Call

GetIPSet indicates an expected call of GetIPSet.

func (*MockWAFV2APIMockRecorder) GetIPSetRequest

func (mr *MockWAFV2APIMockRecorder) GetIPSetRequest(arg0 interface{}) *gomock.Call

GetIPSetRequest indicates an expected call of GetIPSetRequest.

func (*MockWAFV2APIMockRecorder) GetIPSetWithContext

func (mr *MockWAFV2APIMockRecorder) GetIPSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetIPSetWithContext indicates an expected call of GetIPSetWithContext.

func (*MockWAFV2APIMockRecorder) GetLoggingConfiguration

func (mr *MockWAFV2APIMockRecorder) GetLoggingConfiguration(arg0 interface{}) *gomock.Call

GetLoggingConfiguration indicates an expected call of GetLoggingConfiguration.

func (*MockWAFV2APIMockRecorder) GetLoggingConfigurationRequest

func (mr *MockWAFV2APIMockRecorder) GetLoggingConfigurationRequest(arg0 interface{}) *gomock.Call

GetLoggingConfigurationRequest indicates an expected call of GetLoggingConfigurationRequest.

func (*MockWAFV2APIMockRecorder) GetLoggingConfigurationWithContext

func (mr *MockWAFV2APIMockRecorder) GetLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetLoggingConfigurationWithContext indicates an expected call of GetLoggingConfigurationWithContext.

func (*MockWAFV2APIMockRecorder) GetManagedRuleSet added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) GetManagedRuleSet(arg0 interface{}) *gomock.Call

GetManagedRuleSet indicates an expected call of GetManagedRuleSet.

func (*MockWAFV2APIMockRecorder) GetManagedRuleSetRequest added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) GetManagedRuleSetRequest(arg0 interface{}) *gomock.Call

GetManagedRuleSetRequest indicates an expected call of GetManagedRuleSetRequest.

func (*MockWAFV2APIMockRecorder) GetManagedRuleSetWithContext added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) GetManagedRuleSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetManagedRuleSetWithContext indicates an expected call of GetManagedRuleSetWithContext.

func (*MockWAFV2APIMockRecorder) GetMobileSdkRelease added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) GetMobileSdkRelease(arg0 interface{}) *gomock.Call

GetMobileSdkRelease indicates an expected call of GetMobileSdkRelease.

func (*MockWAFV2APIMockRecorder) GetMobileSdkReleaseRequest added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) GetMobileSdkReleaseRequest(arg0 interface{}) *gomock.Call

GetMobileSdkReleaseRequest indicates an expected call of GetMobileSdkReleaseRequest.

func (*MockWAFV2APIMockRecorder) GetMobileSdkReleaseWithContext added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) GetMobileSdkReleaseWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetMobileSdkReleaseWithContext indicates an expected call of GetMobileSdkReleaseWithContext.

func (*MockWAFV2APIMockRecorder) GetPermissionPolicy

func (mr *MockWAFV2APIMockRecorder) GetPermissionPolicy(arg0 interface{}) *gomock.Call

GetPermissionPolicy indicates an expected call of GetPermissionPolicy.

func (*MockWAFV2APIMockRecorder) GetPermissionPolicyRequest

func (mr *MockWAFV2APIMockRecorder) GetPermissionPolicyRequest(arg0 interface{}) *gomock.Call

GetPermissionPolicyRequest indicates an expected call of GetPermissionPolicyRequest.

func (*MockWAFV2APIMockRecorder) GetPermissionPolicyWithContext

func (mr *MockWAFV2APIMockRecorder) GetPermissionPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetPermissionPolicyWithContext indicates an expected call of GetPermissionPolicyWithContext.

func (*MockWAFV2APIMockRecorder) GetRateBasedStatementManagedKeys

func (mr *MockWAFV2APIMockRecorder) GetRateBasedStatementManagedKeys(arg0 interface{}) *gomock.Call

GetRateBasedStatementManagedKeys indicates an expected call of GetRateBasedStatementManagedKeys.

func (*MockWAFV2APIMockRecorder) GetRateBasedStatementManagedKeysRequest

func (mr *MockWAFV2APIMockRecorder) GetRateBasedStatementManagedKeysRequest(arg0 interface{}) *gomock.Call

GetRateBasedStatementManagedKeysRequest indicates an expected call of GetRateBasedStatementManagedKeysRequest.

func (*MockWAFV2APIMockRecorder) GetRateBasedStatementManagedKeysWithContext

func (mr *MockWAFV2APIMockRecorder) GetRateBasedStatementManagedKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRateBasedStatementManagedKeysWithContext indicates an expected call of GetRateBasedStatementManagedKeysWithContext.

func (*MockWAFV2APIMockRecorder) GetRegexPatternSet

func (mr *MockWAFV2APIMockRecorder) GetRegexPatternSet(arg0 interface{}) *gomock.Call

GetRegexPatternSet indicates an expected call of GetRegexPatternSet.

func (*MockWAFV2APIMockRecorder) GetRegexPatternSetRequest

func (mr *MockWAFV2APIMockRecorder) GetRegexPatternSetRequest(arg0 interface{}) *gomock.Call

GetRegexPatternSetRequest indicates an expected call of GetRegexPatternSetRequest.

func (*MockWAFV2APIMockRecorder) GetRegexPatternSetWithContext

func (mr *MockWAFV2APIMockRecorder) GetRegexPatternSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRegexPatternSetWithContext indicates an expected call of GetRegexPatternSetWithContext.

func (*MockWAFV2APIMockRecorder) GetRuleGroup

func (mr *MockWAFV2APIMockRecorder) GetRuleGroup(arg0 interface{}) *gomock.Call

GetRuleGroup indicates an expected call of GetRuleGroup.

func (*MockWAFV2APIMockRecorder) GetRuleGroupRequest

func (mr *MockWAFV2APIMockRecorder) GetRuleGroupRequest(arg0 interface{}) *gomock.Call

GetRuleGroupRequest indicates an expected call of GetRuleGroupRequest.

func (*MockWAFV2APIMockRecorder) GetRuleGroupWithContext

func (mr *MockWAFV2APIMockRecorder) GetRuleGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRuleGroupWithContext indicates an expected call of GetRuleGroupWithContext.

func (*MockWAFV2APIMockRecorder) GetSampledRequests

func (mr *MockWAFV2APIMockRecorder) GetSampledRequests(arg0 interface{}) *gomock.Call

GetSampledRequests indicates an expected call of GetSampledRequests.

func (*MockWAFV2APIMockRecorder) GetSampledRequestsRequest

func (mr *MockWAFV2APIMockRecorder) GetSampledRequestsRequest(arg0 interface{}) *gomock.Call

GetSampledRequestsRequest indicates an expected call of GetSampledRequestsRequest.

func (*MockWAFV2APIMockRecorder) GetSampledRequestsWithContext

func (mr *MockWAFV2APIMockRecorder) GetSampledRequestsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSampledRequestsWithContext indicates an expected call of GetSampledRequestsWithContext.

func (*MockWAFV2APIMockRecorder) GetWebACL

func (mr *MockWAFV2APIMockRecorder) GetWebACL(arg0 interface{}) *gomock.Call

GetWebACL indicates an expected call of GetWebACL.

func (*MockWAFV2APIMockRecorder) GetWebACLForResource

func (mr *MockWAFV2APIMockRecorder) GetWebACLForResource(arg0 interface{}) *gomock.Call

GetWebACLForResource indicates an expected call of GetWebACLForResource.

func (*MockWAFV2APIMockRecorder) GetWebACLForResourceRequest

func (mr *MockWAFV2APIMockRecorder) GetWebACLForResourceRequest(arg0 interface{}) *gomock.Call

GetWebACLForResourceRequest indicates an expected call of GetWebACLForResourceRequest.

func (*MockWAFV2APIMockRecorder) GetWebACLForResourceWithContext

func (mr *MockWAFV2APIMockRecorder) GetWebACLForResourceWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWebACLForResourceWithContext indicates an expected call of GetWebACLForResourceWithContext.

func (*MockWAFV2APIMockRecorder) GetWebACLRequest

func (mr *MockWAFV2APIMockRecorder) GetWebACLRequest(arg0 interface{}) *gomock.Call

GetWebACLRequest indicates an expected call of GetWebACLRequest.

func (*MockWAFV2APIMockRecorder) GetWebACLWithContext

func (mr *MockWAFV2APIMockRecorder) GetWebACLWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetWebACLWithContext indicates an expected call of GetWebACLWithContext.

func (*MockWAFV2APIMockRecorder) ListAvailableManagedRuleGroupVersions added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) ListAvailableManagedRuleGroupVersions(arg0 interface{}) *gomock.Call

ListAvailableManagedRuleGroupVersions indicates an expected call of ListAvailableManagedRuleGroupVersions.

func (*MockWAFV2APIMockRecorder) ListAvailableManagedRuleGroupVersionsRequest added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) ListAvailableManagedRuleGroupVersionsRequest(arg0 interface{}) *gomock.Call

ListAvailableManagedRuleGroupVersionsRequest indicates an expected call of ListAvailableManagedRuleGroupVersionsRequest.

func (*MockWAFV2APIMockRecorder) ListAvailableManagedRuleGroupVersionsWithContext added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) ListAvailableManagedRuleGroupVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAvailableManagedRuleGroupVersionsWithContext indicates an expected call of ListAvailableManagedRuleGroupVersionsWithContext.

func (*MockWAFV2APIMockRecorder) ListAvailableManagedRuleGroups

func (mr *MockWAFV2APIMockRecorder) ListAvailableManagedRuleGroups(arg0 interface{}) *gomock.Call

ListAvailableManagedRuleGroups indicates an expected call of ListAvailableManagedRuleGroups.

func (*MockWAFV2APIMockRecorder) ListAvailableManagedRuleGroupsRequest

func (mr *MockWAFV2APIMockRecorder) ListAvailableManagedRuleGroupsRequest(arg0 interface{}) *gomock.Call

ListAvailableManagedRuleGroupsRequest indicates an expected call of ListAvailableManagedRuleGroupsRequest.

func (*MockWAFV2APIMockRecorder) ListAvailableManagedRuleGroupsWithContext

func (mr *MockWAFV2APIMockRecorder) ListAvailableManagedRuleGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListAvailableManagedRuleGroupsWithContext indicates an expected call of ListAvailableManagedRuleGroupsWithContext.

func (*MockWAFV2APIMockRecorder) ListIPSets

func (mr *MockWAFV2APIMockRecorder) ListIPSets(arg0 interface{}) *gomock.Call

ListIPSets indicates an expected call of ListIPSets.

func (*MockWAFV2APIMockRecorder) ListIPSetsRequest

func (mr *MockWAFV2APIMockRecorder) ListIPSetsRequest(arg0 interface{}) *gomock.Call

ListIPSetsRequest indicates an expected call of ListIPSetsRequest.

func (*MockWAFV2APIMockRecorder) ListIPSetsWithContext

func (mr *MockWAFV2APIMockRecorder) ListIPSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListIPSetsWithContext indicates an expected call of ListIPSetsWithContext.

func (*MockWAFV2APIMockRecorder) ListLoggingConfigurations

func (mr *MockWAFV2APIMockRecorder) ListLoggingConfigurations(arg0 interface{}) *gomock.Call

ListLoggingConfigurations indicates an expected call of ListLoggingConfigurations.

func (*MockWAFV2APIMockRecorder) ListLoggingConfigurationsRequest

func (mr *MockWAFV2APIMockRecorder) ListLoggingConfigurationsRequest(arg0 interface{}) *gomock.Call

ListLoggingConfigurationsRequest indicates an expected call of ListLoggingConfigurationsRequest.

func (*MockWAFV2APIMockRecorder) ListLoggingConfigurationsWithContext

func (mr *MockWAFV2APIMockRecorder) ListLoggingConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListLoggingConfigurationsWithContext indicates an expected call of ListLoggingConfigurationsWithContext.

func (*MockWAFV2APIMockRecorder) ListManagedRuleSets added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) ListManagedRuleSets(arg0 interface{}) *gomock.Call

ListManagedRuleSets indicates an expected call of ListManagedRuleSets.

func (*MockWAFV2APIMockRecorder) ListManagedRuleSetsRequest added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) ListManagedRuleSetsRequest(arg0 interface{}) *gomock.Call

ListManagedRuleSetsRequest indicates an expected call of ListManagedRuleSetsRequest.

func (*MockWAFV2APIMockRecorder) ListManagedRuleSetsWithContext added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) ListManagedRuleSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListManagedRuleSetsWithContext indicates an expected call of ListManagedRuleSetsWithContext.

func (*MockWAFV2APIMockRecorder) ListMobileSdkReleases added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) ListMobileSdkReleases(arg0 interface{}) *gomock.Call

ListMobileSdkReleases indicates an expected call of ListMobileSdkReleases.

func (*MockWAFV2APIMockRecorder) ListMobileSdkReleasesRequest added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) ListMobileSdkReleasesRequest(arg0 interface{}) *gomock.Call

ListMobileSdkReleasesRequest indicates an expected call of ListMobileSdkReleasesRequest.

func (*MockWAFV2APIMockRecorder) ListMobileSdkReleasesWithContext added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) ListMobileSdkReleasesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListMobileSdkReleasesWithContext indicates an expected call of ListMobileSdkReleasesWithContext.

func (*MockWAFV2APIMockRecorder) ListRegexPatternSets

func (mr *MockWAFV2APIMockRecorder) ListRegexPatternSets(arg0 interface{}) *gomock.Call

ListRegexPatternSets indicates an expected call of ListRegexPatternSets.

func (*MockWAFV2APIMockRecorder) ListRegexPatternSetsRequest

func (mr *MockWAFV2APIMockRecorder) ListRegexPatternSetsRequest(arg0 interface{}) *gomock.Call

ListRegexPatternSetsRequest indicates an expected call of ListRegexPatternSetsRequest.

func (*MockWAFV2APIMockRecorder) ListRegexPatternSetsWithContext

func (mr *MockWAFV2APIMockRecorder) ListRegexPatternSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRegexPatternSetsWithContext indicates an expected call of ListRegexPatternSetsWithContext.

func (*MockWAFV2APIMockRecorder) ListResourcesForWebACL

func (mr *MockWAFV2APIMockRecorder) ListResourcesForWebACL(arg0 interface{}) *gomock.Call

ListResourcesForWebACL indicates an expected call of ListResourcesForWebACL.

func (*MockWAFV2APIMockRecorder) ListResourcesForWebACLRequest

func (mr *MockWAFV2APIMockRecorder) ListResourcesForWebACLRequest(arg0 interface{}) *gomock.Call

ListResourcesForWebACLRequest indicates an expected call of ListResourcesForWebACLRequest.

func (*MockWAFV2APIMockRecorder) ListResourcesForWebACLWithContext

func (mr *MockWAFV2APIMockRecorder) ListResourcesForWebACLWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListResourcesForWebACLWithContext indicates an expected call of ListResourcesForWebACLWithContext.

func (*MockWAFV2APIMockRecorder) ListRuleGroups

func (mr *MockWAFV2APIMockRecorder) ListRuleGroups(arg0 interface{}) *gomock.Call

ListRuleGroups indicates an expected call of ListRuleGroups.

func (*MockWAFV2APIMockRecorder) ListRuleGroupsRequest

func (mr *MockWAFV2APIMockRecorder) ListRuleGroupsRequest(arg0 interface{}) *gomock.Call

ListRuleGroupsRequest indicates an expected call of ListRuleGroupsRequest.

func (*MockWAFV2APIMockRecorder) ListRuleGroupsWithContext

func (mr *MockWAFV2APIMockRecorder) ListRuleGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRuleGroupsWithContext indicates an expected call of ListRuleGroupsWithContext.

func (*MockWAFV2APIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockWAFV2APIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockWAFV2APIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockWAFV2APIMockRecorder) ListWebACLs

func (mr *MockWAFV2APIMockRecorder) ListWebACLs(arg0 interface{}) *gomock.Call

ListWebACLs indicates an expected call of ListWebACLs.

func (*MockWAFV2APIMockRecorder) ListWebACLsRequest

func (mr *MockWAFV2APIMockRecorder) ListWebACLsRequest(arg0 interface{}) *gomock.Call

ListWebACLsRequest indicates an expected call of ListWebACLsRequest.

func (*MockWAFV2APIMockRecorder) ListWebACLsWithContext

func (mr *MockWAFV2APIMockRecorder) ListWebACLsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWebACLsWithContext indicates an expected call of ListWebACLsWithContext.

func (*MockWAFV2APIMockRecorder) PutLoggingConfiguration

func (mr *MockWAFV2APIMockRecorder) PutLoggingConfiguration(arg0 interface{}) *gomock.Call

PutLoggingConfiguration indicates an expected call of PutLoggingConfiguration.

func (*MockWAFV2APIMockRecorder) PutLoggingConfigurationRequest

func (mr *MockWAFV2APIMockRecorder) PutLoggingConfigurationRequest(arg0 interface{}) *gomock.Call

PutLoggingConfigurationRequest indicates an expected call of PutLoggingConfigurationRequest.

func (*MockWAFV2APIMockRecorder) PutLoggingConfigurationWithContext

func (mr *MockWAFV2APIMockRecorder) PutLoggingConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutLoggingConfigurationWithContext indicates an expected call of PutLoggingConfigurationWithContext.

func (*MockWAFV2APIMockRecorder) PutManagedRuleSetVersions added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) PutManagedRuleSetVersions(arg0 interface{}) *gomock.Call

PutManagedRuleSetVersions indicates an expected call of PutManagedRuleSetVersions.

func (*MockWAFV2APIMockRecorder) PutManagedRuleSetVersionsRequest added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) PutManagedRuleSetVersionsRequest(arg0 interface{}) *gomock.Call

PutManagedRuleSetVersionsRequest indicates an expected call of PutManagedRuleSetVersionsRequest.

func (*MockWAFV2APIMockRecorder) PutManagedRuleSetVersionsWithContext added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) PutManagedRuleSetVersionsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutManagedRuleSetVersionsWithContext indicates an expected call of PutManagedRuleSetVersionsWithContext.

func (*MockWAFV2APIMockRecorder) PutPermissionPolicy

func (mr *MockWAFV2APIMockRecorder) PutPermissionPolicy(arg0 interface{}) *gomock.Call

PutPermissionPolicy indicates an expected call of PutPermissionPolicy.

func (*MockWAFV2APIMockRecorder) PutPermissionPolicyRequest

func (mr *MockWAFV2APIMockRecorder) PutPermissionPolicyRequest(arg0 interface{}) *gomock.Call

PutPermissionPolicyRequest indicates an expected call of PutPermissionPolicyRequest.

func (*MockWAFV2APIMockRecorder) PutPermissionPolicyWithContext

func (mr *MockWAFV2APIMockRecorder) PutPermissionPolicyWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

PutPermissionPolicyWithContext indicates an expected call of PutPermissionPolicyWithContext.

func (*MockWAFV2APIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource.

func (*MockWAFV2APIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockWAFV2APIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockWAFV2APIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource.

func (*MockWAFV2APIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockWAFV2APIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockWAFV2APIMockRecorder) UpdateIPSet

func (mr *MockWAFV2APIMockRecorder) UpdateIPSet(arg0 interface{}) *gomock.Call

UpdateIPSet indicates an expected call of UpdateIPSet.

func (*MockWAFV2APIMockRecorder) UpdateIPSetRequest

func (mr *MockWAFV2APIMockRecorder) UpdateIPSetRequest(arg0 interface{}) *gomock.Call

UpdateIPSetRequest indicates an expected call of UpdateIPSetRequest.

func (*MockWAFV2APIMockRecorder) UpdateIPSetWithContext

func (mr *MockWAFV2APIMockRecorder) UpdateIPSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateIPSetWithContext indicates an expected call of UpdateIPSetWithContext.

func (*MockWAFV2APIMockRecorder) UpdateManagedRuleSetVersionExpiryDate added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) UpdateManagedRuleSetVersionExpiryDate(arg0 interface{}) *gomock.Call

UpdateManagedRuleSetVersionExpiryDate indicates an expected call of UpdateManagedRuleSetVersionExpiryDate.

func (*MockWAFV2APIMockRecorder) UpdateManagedRuleSetVersionExpiryDateRequest added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) UpdateManagedRuleSetVersionExpiryDateRequest(arg0 interface{}) *gomock.Call

UpdateManagedRuleSetVersionExpiryDateRequest indicates an expected call of UpdateManagedRuleSetVersionExpiryDateRequest.

func (*MockWAFV2APIMockRecorder) UpdateManagedRuleSetVersionExpiryDateWithContext added in v1.43.22

func (mr *MockWAFV2APIMockRecorder) UpdateManagedRuleSetVersionExpiryDateWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateManagedRuleSetVersionExpiryDateWithContext indicates an expected call of UpdateManagedRuleSetVersionExpiryDateWithContext.

func (*MockWAFV2APIMockRecorder) UpdateRegexPatternSet

func (mr *MockWAFV2APIMockRecorder) UpdateRegexPatternSet(arg0 interface{}) *gomock.Call

UpdateRegexPatternSet indicates an expected call of UpdateRegexPatternSet.

func (*MockWAFV2APIMockRecorder) UpdateRegexPatternSetRequest

func (mr *MockWAFV2APIMockRecorder) UpdateRegexPatternSetRequest(arg0 interface{}) *gomock.Call

UpdateRegexPatternSetRequest indicates an expected call of UpdateRegexPatternSetRequest.

func (*MockWAFV2APIMockRecorder) UpdateRegexPatternSetWithContext

func (mr *MockWAFV2APIMockRecorder) UpdateRegexPatternSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRegexPatternSetWithContext indicates an expected call of UpdateRegexPatternSetWithContext.

func (*MockWAFV2APIMockRecorder) UpdateRuleGroup

func (mr *MockWAFV2APIMockRecorder) UpdateRuleGroup(arg0 interface{}) *gomock.Call

UpdateRuleGroup indicates an expected call of UpdateRuleGroup.

func (*MockWAFV2APIMockRecorder) UpdateRuleGroupRequest

func (mr *MockWAFV2APIMockRecorder) UpdateRuleGroupRequest(arg0 interface{}) *gomock.Call

UpdateRuleGroupRequest indicates an expected call of UpdateRuleGroupRequest.

func (*MockWAFV2APIMockRecorder) UpdateRuleGroupWithContext

func (mr *MockWAFV2APIMockRecorder) UpdateRuleGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRuleGroupWithContext indicates an expected call of UpdateRuleGroupWithContext.

func (*MockWAFV2APIMockRecorder) UpdateWebACL

func (mr *MockWAFV2APIMockRecorder) UpdateWebACL(arg0 interface{}) *gomock.Call

UpdateWebACL indicates an expected call of UpdateWebACL.

func (*MockWAFV2APIMockRecorder) UpdateWebACLRequest

func (mr *MockWAFV2APIMockRecorder) UpdateWebACLRequest(arg0 interface{}) *gomock.Call

UpdateWebACLRequest indicates an expected call of UpdateWebACLRequest.

func (*MockWAFV2APIMockRecorder) UpdateWebACLWithContext

func (mr *MockWAFV2APIMockRecorder) UpdateWebACLWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateWebACLWithContext indicates an expected call of UpdateWebACLWithContext.

Jump to

Keyboard shortcuts

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