wafregionalmock

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: 6 Imported by: 0

Documentation

Overview

Package wafregionalmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockWAFRegionalAPI

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

MockWAFRegionalAPI is a mock of WAFRegionalAPI interface.

func NewMockWAFRegionalAPI

func NewMockWAFRegionalAPI(ctrl *gomock.Controller) *MockWAFRegionalAPI

NewMockWAFRegionalAPI creates a new mock instance.

func (*MockWAFRegionalAPI) AssociateWebACL

AssociateWebACL mocks base method.

func (*MockWAFRegionalAPI) AssociateWebACLRequest

AssociateWebACLRequest mocks base method.

func (*MockWAFRegionalAPI) AssociateWebACLWithContext

AssociateWebACLWithContext mocks base method.

func (*MockWAFRegionalAPI) CreateByteMatchSet

CreateByteMatchSet mocks base method.

func (*MockWAFRegionalAPI) CreateByteMatchSetRequest

CreateByteMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) CreateByteMatchSetWithContext

func (m *MockWAFRegionalAPI) CreateByteMatchSetWithContext(arg0 context.Context, arg1 *waf.CreateByteMatchSetInput, arg2 ...request.Option) (*waf.CreateByteMatchSetOutput, error)

CreateByteMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) CreateGeoMatchSet

CreateGeoMatchSet mocks base method.

func (*MockWAFRegionalAPI) CreateGeoMatchSetRequest

CreateGeoMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) CreateGeoMatchSetWithContext

func (m *MockWAFRegionalAPI) CreateGeoMatchSetWithContext(arg0 context.Context, arg1 *waf.CreateGeoMatchSetInput, arg2 ...request.Option) (*waf.CreateGeoMatchSetOutput, error)

CreateGeoMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) CreateIPSet

CreateIPSet mocks base method.

func (*MockWAFRegionalAPI) CreateIPSetRequest

func (m *MockWAFRegionalAPI) CreateIPSetRequest(arg0 *waf.CreateIPSetInput) (*request.Request, *waf.CreateIPSetOutput)

CreateIPSetRequest mocks base method.

func (*MockWAFRegionalAPI) CreateIPSetWithContext

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

CreateIPSetWithContext mocks base method.

func (*MockWAFRegionalAPI) CreateRateBasedRule

CreateRateBasedRule mocks base method.

func (*MockWAFRegionalAPI) CreateRateBasedRuleRequest

CreateRateBasedRuleRequest mocks base method.

func (*MockWAFRegionalAPI) CreateRateBasedRuleWithContext

func (m *MockWAFRegionalAPI) CreateRateBasedRuleWithContext(arg0 context.Context, arg1 *waf.CreateRateBasedRuleInput, arg2 ...request.Option) (*waf.CreateRateBasedRuleOutput, error)

CreateRateBasedRuleWithContext mocks base method.

func (*MockWAFRegionalAPI) CreateRegexMatchSet

CreateRegexMatchSet mocks base method.

func (*MockWAFRegionalAPI) CreateRegexMatchSetRequest

CreateRegexMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) CreateRegexMatchSetWithContext

func (m *MockWAFRegionalAPI) CreateRegexMatchSetWithContext(arg0 context.Context, arg1 *waf.CreateRegexMatchSetInput, arg2 ...request.Option) (*waf.CreateRegexMatchSetOutput, error)

CreateRegexMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) CreateRegexPatternSet

CreateRegexPatternSet mocks base method.

func (*MockWAFRegionalAPI) CreateRegexPatternSetRequest

CreateRegexPatternSetRequest mocks base method.

func (*MockWAFRegionalAPI) CreateRegexPatternSetWithContext

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

CreateRegexPatternSetWithContext mocks base method.

func (*MockWAFRegionalAPI) CreateRule

CreateRule mocks base method.

func (*MockWAFRegionalAPI) CreateRuleGroup

CreateRuleGroup mocks base method.

func (*MockWAFRegionalAPI) CreateRuleGroupRequest

func (m *MockWAFRegionalAPI) CreateRuleGroupRequest(arg0 *waf.CreateRuleGroupInput) (*request.Request, *waf.CreateRuleGroupOutput)

CreateRuleGroupRequest mocks base method.

func (*MockWAFRegionalAPI) CreateRuleGroupWithContext

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

CreateRuleGroupWithContext mocks base method.

func (*MockWAFRegionalAPI) CreateRuleRequest

func (m *MockWAFRegionalAPI) CreateRuleRequest(arg0 *waf.CreateRuleInput) (*request.Request, *waf.CreateRuleOutput)

CreateRuleRequest mocks base method.

func (*MockWAFRegionalAPI) CreateRuleWithContext

func (m *MockWAFRegionalAPI) CreateRuleWithContext(arg0 context.Context, arg1 *waf.CreateRuleInput, arg2 ...request.Option) (*waf.CreateRuleOutput, error)

CreateRuleWithContext mocks base method.

func (*MockWAFRegionalAPI) CreateSizeConstraintSet

CreateSizeConstraintSet mocks base method.

func (*MockWAFRegionalAPI) CreateSizeConstraintSetRequest

CreateSizeConstraintSetRequest mocks base method.

func (*MockWAFRegionalAPI) CreateSizeConstraintSetWithContext

func (m *MockWAFRegionalAPI) CreateSizeConstraintSetWithContext(arg0 context.Context, arg1 *waf.CreateSizeConstraintSetInput, arg2 ...request.Option) (*waf.CreateSizeConstraintSetOutput, error)

CreateSizeConstraintSetWithContext mocks base method.

func (*MockWAFRegionalAPI) CreateSqlInjectionMatchSet

CreateSqlInjectionMatchSet mocks base method.

func (*MockWAFRegionalAPI) CreateSqlInjectionMatchSetRequest

CreateSqlInjectionMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) CreateSqlInjectionMatchSetWithContext

func (m *MockWAFRegionalAPI) CreateSqlInjectionMatchSetWithContext(arg0 context.Context, arg1 *waf.CreateSqlInjectionMatchSetInput, arg2 ...request.Option) (*waf.CreateSqlInjectionMatchSetOutput, error)

CreateSqlInjectionMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) CreateWebACL

CreateWebACL mocks base method.

func (*MockWAFRegionalAPI) CreateWebACLMigrationStack

CreateWebACLMigrationStack mocks base method.

func (*MockWAFRegionalAPI) CreateWebACLMigrationStackRequest

CreateWebACLMigrationStackRequest mocks base method.

func (*MockWAFRegionalAPI) CreateWebACLMigrationStackWithContext

func (m *MockWAFRegionalAPI) CreateWebACLMigrationStackWithContext(arg0 context.Context, arg1 *waf.CreateWebACLMigrationStackInput, arg2 ...request.Option) (*waf.CreateWebACLMigrationStackOutput, error)

CreateWebACLMigrationStackWithContext mocks base method.

func (*MockWAFRegionalAPI) CreateWebACLRequest

func (m *MockWAFRegionalAPI) CreateWebACLRequest(arg0 *waf.CreateWebACLInput) (*request.Request, *waf.CreateWebACLOutput)

CreateWebACLRequest mocks base method.

func (*MockWAFRegionalAPI) CreateWebACLWithContext

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

CreateWebACLWithContext mocks base method.

func (*MockWAFRegionalAPI) CreateXssMatchSet

CreateXssMatchSet mocks base method.

func (*MockWAFRegionalAPI) CreateXssMatchSetRequest

CreateXssMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) CreateXssMatchSetWithContext

func (m *MockWAFRegionalAPI) CreateXssMatchSetWithContext(arg0 context.Context, arg1 *waf.CreateXssMatchSetInput, arg2 ...request.Option) (*waf.CreateXssMatchSetOutput, error)

CreateXssMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) DeleteByteMatchSet

DeleteByteMatchSet mocks base method.

func (*MockWAFRegionalAPI) DeleteByteMatchSetRequest

DeleteByteMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) DeleteByteMatchSetWithContext

func (m *MockWAFRegionalAPI) DeleteByteMatchSetWithContext(arg0 context.Context, arg1 *waf.DeleteByteMatchSetInput, arg2 ...request.Option) (*waf.DeleteByteMatchSetOutput, error)

DeleteByteMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) DeleteGeoMatchSet

DeleteGeoMatchSet mocks base method.

func (*MockWAFRegionalAPI) DeleteGeoMatchSetRequest

DeleteGeoMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) DeleteGeoMatchSetWithContext

func (m *MockWAFRegionalAPI) DeleteGeoMatchSetWithContext(arg0 context.Context, arg1 *waf.DeleteGeoMatchSetInput, arg2 ...request.Option) (*waf.DeleteGeoMatchSetOutput, error)

DeleteGeoMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) DeleteIPSet

DeleteIPSet mocks base method.

func (*MockWAFRegionalAPI) DeleteIPSetRequest

func (m *MockWAFRegionalAPI) DeleteIPSetRequest(arg0 *waf.DeleteIPSetInput) (*request.Request, *waf.DeleteIPSetOutput)

DeleteIPSetRequest mocks base method.

func (*MockWAFRegionalAPI) DeleteIPSetWithContext

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

DeleteIPSetWithContext mocks base method.

func (*MockWAFRegionalAPI) DeleteLoggingConfiguration

DeleteLoggingConfiguration mocks base method.

func (*MockWAFRegionalAPI) DeleteLoggingConfigurationRequest

DeleteLoggingConfigurationRequest mocks base method.

func (*MockWAFRegionalAPI) DeleteLoggingConfigurationWithContext

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

DeleteLoggingConfigurationWithContext mocks base method.

func (*MockWAFRegionalAPI) DeletePermissionPolicy

DeletePermissionPolicy mocks base method.

func (*MockWAFRegionalAPI) DeletePermissionPolicyRequest

DeletePermissionPolicyRequest mocks base method.

func (*MockWAFRegionalAPI) DeletePermissionPolicyWithContext

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

DeletePermissionPolicyWithContext mocks base method.

func (*MockWAFRegionalAPI) DeleteRateBasedRule

DeleteRateBasedRule mocks base method.

func (*MockWAFRegionalAPI) DeleteRateBasedRuleRequest

DeleteRateBasedRuleRequest mocks base method.

func (*MockWAFRegionalAPI) DeleteRateBasedRuleWithContext

func (m *MockWAFRegionalAPI) DeleteRateBasedRuleWithContext(arg0 context.Context, arg1 *waf.DeleteRateBasedRuleInput, arg2 ...request.Option) (*waf.DeleteRateBasedRuleOutput, error)

DeleteRateBasedRuleWithContext mocks base method.

func (*MockWAFRegionalAPI) DeleteRegexMatchSet

DeleteRegexMatchSet mocks base method.

func (*MockWAFRegionalAPI) DeleteRegexMatchSetRequest

DeleteRegexMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) DeleteRegexMatchSetWithContext

func (m *MockWAFRegionalAPI) DeleteRegexMatchSetWithContext(arg0 context.Context, arg1 *waf.DeleteRegexMatchSetInput, arg2 ...request.Option) (*waf.DeleteRegexMatchSetOutput, error)

DeleteRegexMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) DeleteRegexPatternSet

DeleteRegexPatternSet mocks base method.

func (*MockWAFRegionalAPI) DeleteRegexPatternSetRequest

DeleteRegexPatternSetRequest mocks base method.

func (*MockWAFRegionalAPI) DeleteRegexPatternSetWithContext

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

DeleteRegexPatternSetWithContext mocks base method.

func (*MockWAFRegionalAPI) DeleteRule

DeleteRule mocks base method.

func (*MockWAFRegionalAPI) DeleteRuleGroup

DeleteRuleGroup mocks base method.

func (*MockWAFRegionalAPI) DeleteRuleGroupRequest

func (m *MockWAFRegionalAPI) DeleteRuleGroupRequest(arg0 *waf.DeleteRuleGroupInput) (*request.Request, *waf.DeleteRuleGroupOutput)

DeleteRuleGroupRequest mocks base method.

func (*MockWAFRegionalAPI) DeleteRuleGroupWithContext

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

DeleteRuleGroupWithContext mocks base method.

func (*MockWAFRegionalAPI) DeleteRuleRequest

func (m *MockWAFRegionalAPI) DeleteRuleRequest(arg0 *waf.DeleteRuleInput) (*request.Request, *waf.DeleteRuleOutput)

DeleteRuleRequest mocks base method.

func (*MockWAFRegionalAPI) DeleteRuleWithContext

func (m *MockWAFRegionalAPI) DeleteRuleWithContext(arg0 context.Context, arg1 *waf.DeleteRuleInput, arg2 ...request.Option) (*waf.DeleteRuleOutput, error)

DeleteRuleWithContext mocks base method.

func (*MockWAFRegionalAPI) DeleteSizeConstraintSet

DeleteSizeConstraintSet mocks base method.

func (*MockWAFRegionalAPI) DeleteSizeConstraintSetRequest

DeleteSizeConstraintSetRequest mocks base method.

func (*MockWAFRegionalAPI) DeleteSizeConstraintSetWithContext

func (m *MockWAFRegionalAPI) DeleteSizeConstraintSetWithContext(arg0 context.Context, arg1 *waf.DeleteSizeConstraintSetInput, arg2 ...request.Option) (*waf.DeleteSizeConstraintSetOutput, error)

DeleteSizeConstraintSetWithContext mocks base method.

func (*MockWAFRegionalAPI) DeleteSqlInjectionMatchSet

DeleteSqlInjectionMatchSet mocks base method.

func (*MockWAFRegionalAPI) DeleteSqlInjectionMatchSetRequest

DeleteSqlInjectionMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) DeleteSqlInjectionMatchSetWithContext

func (m *MockWAFRegionalAPI) DeleteSqlInjectionMatchSetWithContext(arg0 context.Context, arg1 *waf.DeleteSqlInjectionMatchSetInput, arg2 ...request.Option) (*waf.DeleteSqlInjectionMatchSetOutput, error)

DeleteSqlInjectionMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) DeleteWebACL

DeleteWebACL mocks base method.

func (*MockWAFRegionalAPI) DeleteWebACLRequest

func (m *MockWAFRegionalAPI) DeleteWebACLRequest(arg0 *waf.DeleteWebACLInput) (*request.Request, *waf.DeleteWebACLOutput)

DeleteWebACLRequest mocks base method.

func (*MockWAFRegionalAPI) DeleteWebACLWithContext

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

DeleteWebACLWithContext mocks base method.

func (*MockWAFRegionalAPI) DeleteXssMatchSet

DeleteXssMatchSet mocks base method.

func (*MockWAFRegionalAPI) DeleteXssMatchSetRequest

DeleteXssMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) DeleteXssMatchSetWithContext

func (m *MockWAFRegionalAPI) DeleteXssMatchSetWithContext(arg0 context.Context, arg1 *waf.DeleteXssMatchSetInput, arg2 ...request.Option) (*waf.DeleteXssMatchSetOutput, error)

DeleteXssMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) DisassociateWebACL

DisassociateWebACL mocks base method.

func (*MockWAFRegionalAPI) DisassociateWebACLRequest

DisassociateWebACLRequest mocks base method.

func (*MockWAFRegionalAPI) DisassociateWebACLWithContext

DisassociateWebACLWithContext mocks base method.

func (*MockWAFRegionalAPI) EXPECT

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

func (*MockWAFRegionalAPI) GetByteMatchSet

GetByteMatchSet mocks base method.

func (*MockWAFRegionalAPI) GetByteMatchSetRequest

func (m *MockWAFRegionalAPI) GetByteMatchSetRequest(arg0 *waf.GetByteMatchSetInput) (*request.Request, *waf.GetByteMatchSetOutput)

GetByteMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) GetByteMatchSetWithContext

func (m *MockWAFRegionalAPI) GetByteMatchSetWithContext(arg0 context.Context, arg1 *waf.GetByteMatchSetInput, arg2 ...request.Option) (*waf.GetByteMatchSetOutput, error)

GetByteMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) GetChangeToken

GetChangeToken mocks base method.

func (*MockWAFRegionalAPI) GetChangeTokenRequest

func (m *MockWAFRegionalAPI) GetChangeTokenRequest(arg0 *waf.GetChangeTokenInput) (*request.Request, *waf.GetChangeTokenOutput)

GetChangeTokenRequest mocks base method.

func (*MockWAFRegionalAPI) GetChangeTokenStatus

GetChangeTokenStatus mocks base method.

func (*MockWAFRegionalAPI) GetChangeTokenStatusRequest

GetChangeTokenStatusRequest mocks base method.

func (*MockWAFRegionalAPI) GetChangeTokenStatusWithContext

func (m *MockWAFRegionalAPI) GetChangeTokenStatusWithContext(arg0 context.Context, arg1 *waf.GetChangeTokenStatusInput, arg2 ...request.Option) (*waf.GetChangeTokenStatusOutput, error)

GetChangeTokenStatusWithContext mocks base method.

func (*MockWAFRegionalAPI) GetChangeTokenWithContext

func (m *MockWAFRegionalAPI) GetChangeTokenWithContext(arg0 context.Context, arg1 *waf.GetChangeTokenInput, arg2 ...request.Option) (*waf.GetChangeTokenOutput, error)

GetChangeTokenWithContext mocks base method.

func (*MockWAFRegionalAPI) GetGeoMatchSet

GetGeoMatchSet mocks base method.

func (*MockWAFRegionalAPI) GetGeoMatchSetRequest

func (m *MockWAFRegionalAPI) GetGeoMatchSetRequest(arg0 *waf.GetGeoMatchSetInput) (*request.Request, *waf.GetGeoMatchSetOutput)

GetGeoMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) GetGeoMatchSetWithContext

func (m *MockWAFRegionalAPI) GetGeoMatchSetWithContext(arg0 context.Context, arg1 *waf.GetGeoMatchSetInput, arg2 ...request.Option) (*waf.GetGeoMatchSetOutput, error)

GetGeoMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) GetIPSet

GetIPSet mocks base method.

func (*MockWAFRegionalAPI) GetIPSetRequest

func (m *MockWAFRegionalAPI) GetIPSetRequest(arg0 *waf.GetIPSetInput) (*request.Request, *waf.GetIPSetOutput)

GetIPSetRequest mocks base method.

func (*MockWAFRegionalAPI) GetIPSetWithContext

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

GetIPSetWithContext mocks base method.

func (*MockWAFRegionalAPI) GetLoggingConfiguration

GetLoggingConfiguration mocks base method.

func (*MockWAFRegionalAPI) GetLoggingConfigurationRequest

GetLoggingConfigurationRequest mocks base method.

func (*MockWAFRegionalAPI) GetLoggingConfigurationWithContext

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

GetLoggingConfigurationWithContext mocks base method.

func (*MockWAFRegionalAPI) GetPermissionPolicy

GetPermissionPolicy mocks base method.

func (*MockWAFRegionalAPI) GetPermissionPolicyRequest

GetPermissionPolicyRequest mocks base method.

func (*MockWAFRegionalAPI) GetPermissionPolicyWithContext

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

GetPermissionPolicyWithContext mocks base method.

func (*MockWAFRegionalAPI) GetRateBasedRule

GetRateBasedRule mocks base method.

func (*MockWAFRegionalAPI) GetRateBasedRuleManagedKeys

GetRateBasedRuleManagedKeys mocks base method.

func (*MockWAFRegionalAPI) GetRateBasedRuleManagedKeysRequest

GetRateBasedRuleManagedKeysRequest mocks base method.

func (*MockWAFRegionalAPI) GetRateBasedRuleManagedKeysWithContext

func (m *MockWAFRegionalAPI) GetRateBasedRuleManagedKeysWithContext(arg0 context.Context, arg1 *waf.GetRateBasedRuleManagedKeysInput, arg2 ...request.Option) (*waf.GetRateBasedRuleManagedKeysOutput, error)

GetRateBasedRuleManagedKeysWithContext mocks base method.

func (*MockWAFRegionalAPI) GetRateBasedRuleRequest

func (m *MockWAFRegionalAPI) GetRateBasedRuleRequest(arg0 *waf.GetRateBasedRuleInput) (*request.Request, *waf.GetRateBasedRuleOutput)

GetRateBasedRuleRequest mocks base method.

func (*MockWAFRegionalAPI) GetRateBasedRuleWithContext

func (m *MockWAFRegionalAPI) GetRateBasedRuleWithContext(arg0 context.Context, arg1 *waf.GetRateBasedRuleInput, arg2 ...request.Option) (*waf.GetRateBasedRuleOutput, error)

GetRateBasedRuleWithContext mocks base method.

func (*MockWAFRegionalAPI) GetRegexMatchSet

GetRegexMatchSet mocks base method.

func (*MockWAFRegionalAPI) GetRegexMatchSetRequest

func (m *MockWAFRegionalAPI) GetRegexMatchSetRequest(arg0 *waf.GetRegexMatchSetInput) (*request.Request, *waf.GetRegexMatchSetOutput)

GetRegexMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) GetRegexMatchSetWithContext

func (m *MockWAFRegionalAPI) GetRegexMatchSetWithContext(arg0 context.Context, arg1 *waf.GetRegexMatchSetInput, arg2 ...request.Option) (*waf.GetRegexMatchSetOutput, error)

GetRegexMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) GetRegexPatternSet

GetRegexPatternSet mocks base method.

func (*MockWAFRegionalAPI) GetRegexPatternSetRequest

GetRegexPatternSetRequest mocks base method.

func (*MockWAFRegionalAPI) GetRegexPatternSetWithContext

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

GetRegexPatternSetWithContext mocks base method.

func (*MockWAFRegionalAPI) GetRule

func (m *MockWAFRegionalAPI) GetRule(arg0 *waf.GetRuleInput) (*waf.GetRuleOutput, error)

GetRule mocks base method.

func (*MockWAFRegionalAPI) GetRuleGroup

GetRuleGroup mocks base method.

func (*MockWAFRegionalAPI) GetRuleGroupRequest

func (m *MockWAFRegionalAPI) GetRuleGroupRequest(arg0 *waf.GetRuleGroupInput) (*request.Request, *waf.GetRuleGroupOutput)

GetRuleGroupRequest mocks base method.

func (*MockWAFRegionalAPI) GetRuleGroupWithContext

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

GetRuleGroupWithContext mocks base method.

func (*MockWAFRegionalAPI) GetRuleRequest

func (m *MockWAFRegionalAPI) GetRuleRequest(arg0 *waf.GetRuleInput) (*request.Request, *waf.GetRuleOutput)

GetRuleRequest mocks base method.

func (*MockWAFRegionalAPI) GetRuleWithContext

func (m *MockWAFRegionalAPI) GetRuleWithContext(arg0 context.Context, arg1 *waf.GetRuleInput, arg2 ...request.Option) (*waf.GetRuleOutput, error)

GetRuleWithContext mocks base method.

func (*MockWAFRegionalAPI) GetSampledRequests

GetSampledRequests mocks base method.

func (*MockWAFRegionalAPI) GetSampledRequestsRequest

GetSampledRequestsRequest mocks base method.

func (*MockWAFRegionalAPI) GetSampledRequestsWithContext

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

GetSampledRequestsWithContext mocks base method.

func (*MockWAFRegionalAPI) GetSizeConstraintSet

GetSizeConstraintSet mocks base method.

func (*MockWAFRegionalAPI) GetSizeConstraintSetRequest

GetSizeConstraintSetRequest mocks base method.

func (*MockWAFRegionalAPI) GetSizeConstraintSetWithContext

func (m *MockWAFRegionalAPI) GetSizeConstraintSetWithContext(arg0 context.Context, arg1 *waf.GetSizeConstraintSetInput, arg2 ...request.Option) (*waf.GetSizeConstraintSetOutput, error)

GetSizeConstraintSetWithContext mocks base method.

func (*MockWAFRegionalAPI) GetSqlInjectionMatchSet

GetSqlInjectionMatchSet mocks base method.

func (*MockWAFRegionalAPI) GetSqlInjectionMatchSetRequest

GetSqlInjectionMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) GetSqlInjectionMatchSetWithContext

func (m *MockWAFRegionalAPI) GetSqlInjectionMatchSetWithContext(arg0 context.Context, arg1 *waf.GetSqlInjectionMatchSetInput, arg2 ...request.Option) (*waf.GetSqlInjectionMatchSetOutput, error)

GetSqlInjectionMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) GetWebACL

GetWebACL mocks base method.

func (*MockWAFRegionalAPI) GetWebACLForResource

GetWebACLForResource mocks base method.

func (*MockWAFRegionalAPI) GetWebACLForResourceRequest

GetWebACLForResourceRequest mocks base method.

func (*MockWAFRegionalAPI) GetWebACLForResourceWithContext

GetWebACLForResourceWithContext mocks base method.

func (*MockWAFRegionalAPI) GetWebACLRequest

func (m *MockWAFRegionalAPI) GetWebACLRequest(arg0 *waf.GetWebACLInput) (*request.Request, *waf.GetWebACLOutput)

GetWebACLRequest mocks base method.

func (*MockWAFRegionalAPI) GetWebACLWithContext

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

GetWebACLWithContext mocks base method.

func (*MockWAFRegionalAPI) GetXssMatchSet

GetXssMatchSet mocks base method.

func (*MockWAFRegionalAPI) GetXssMatchSetRequest

func (m *MockWAFRegionalAPI) GetXssMatchSetRequest(arg0 *waf.GetXssMatchSetInput) (*request.Request, *waf.GetXssMatchSetOutput)

GetXssMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) GetXssMatchSetWithContext

func (m *MockWAFRegionalAPI) GetXssMatchSetWithContext(arg0 context.Context, arg1 *waf.GetXssMatchSetInput, arg2 ...request.Option) (*waf.GetXssMatchSetOutput, error)

GetXssMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) ListActivatedRulesInRuleGroup

ListActivatedRulesInRuleGroup mocks base method.

func (*MockWAFRegionalAPI) ListActivatedRulesInRuleGroupRequest

ListActivatedRulesInRuleGroupRequest mocks base method.

func (*MockWAFRegionalAPI) ListActivatedRulesInRuleGroupWithContext

func (m *MockWAFRegionalAPI) ListActivatedRulesInRuleGroupWithContext(arg0 context.Context, arg1 *waf.ListActivatedRulesInRuleGroupInput, arg2 ...request.Option) (*waf.ListActivatedRulesInRuleGroupOutput, error)

ListActivatedRulesInRuleGroupWithContext mocks base method.

func (*MockWAFRegionalAPI) ListByteMatchSets

ListByteMatchSets mocks base method.

func (*MockWAFRegionalAPI) ListByteMatchSetsRequest

ListByteMatchSetsRequest mocks base method.

func (*MockWAFRegionalAPI) ListByteMatchSetsWithContext

func (m *MockWAFRegionalAPI) ListByteMatchSetsWithContext(arg0 context.Context, arg1 *waf.ListByteMatchSetsInput, arg2 ...request.Option) (*waf.ListByteMatchSetsOutput, error)

ListByteMatchSetsWithContext mocks base method.

func (*MockWAFRegionalAPI) ListGeoMatchSets

ListGeoMatchSets mocks base method.

func (*MockWAFRegionalAPI) ListGeoMatchSetsRequest

func (m *MockWAFRegionalAPI) ListGeoMatchSetsRequest(arg0 *waf.ListGeoMatchSetsInput) (*request.Request, *waf.ListGeoMatchSetsOutput)

ListGeoMatchSetsRequest mocks base method.

func (*MockWAFRegionalAPI) ListGeoMatchSetsWithContext

func (m *MockWAFRegionalAPI) ListGeoMatchSetsWithContext(arg0 context.Context, arg1 *waf.ListGeoMatchSetsInput, arg2 ...request.Option) (*waf.ListGeoMatchSetsOutput, error)

ListGeoMatchSetsWithContext mocks base method.

func (*MockWAFRegionalAPI) ListIPSets

ListIPSets mocks base method.

func (*MockWAFRegionalAPI) ListIPSetsRequest

func (m *MockWAFRegionalAPI) ListIPSetsRequest(arg0 *waf.ListIPSetsInput) (*request.Request, *waf.ListIPSetsOutput)

ListIPSetsRequest mocks base method.

func (*MockWAFRegionalAPI) ListIPSetsWithContext

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

ListIPSetsWithContext mocks base method.

func (*MockWAFRegionalAPI) ListLoggingConfigurations

ListLoggingConfigurations mocks base method.

func (*MockWAFRegionalAPI) ListLoggingConfigurationsRequest

ListLoggingConfigurationsRequest mocks base method.

func (*MockWAFRegionalAPI) ListLoggingConfigurationsWithContext

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

ListLoggingConfigurationsWithContext mocks base method.

func (*MockWAFRegionalAPI) ListRateBasedRules

ListRateBasedRules mocks base method.

func (*MockWAFRegionalAPI) ListRateBasedRulesRequest

ListRateBasedRulesRequest mocks base method.

func (*MockWAFRegionalAPI) ListRateBasedRulesWithContext

func (m *MockWAFRegionalAPI) ListRateBasedRulesWithContext(arg0 context.Context, arg1 *waf.ListRateBasedRulesInput, arg2 ...request.Option) (*waf.ListRateBasedRulesOutput, error)

ListRateBasedRulesWithContext mocks base method.

func (*MockWAFRegionalAPI) ListRegexMatchSets

ListRegexMatchSets mocks base method.

func (*MockWAFRegionalAPI) ListRegexMatchSetsRequest

ListRegexMatchSetsRequest mocks base method.

func (*MockWAFRegionalAPI) ListRegexMatchSetsWithContext

func (m *MockWAFRegionalAPI) ListRegexMatchSetsWithContext(arg0 context.Context, arg1 *waf.ListRegexMatchSetsInput, arg2 ...request.Option) (*waf.ListRegexMatchSetsOutput, error)

ListRegexMatchSetsWithContext mocks base method.

func (*MockWAFRegionalAPI) ListRegexPatternSets

ListRegexPatternSets mocks base method.

func (*MockWAFRegionalAPI) ListRegexPatternSetsRequest

ListRegexPatternSetsRequest mocks base method.

func (*MockWAFRegionalAPI) ListRegexPatternSetsWithContext

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

ListRegexPatternSetsWithContext mocks base method.

func (*MockWAFRegionalAPI) ListResourcesForWebACL

ListResourcesForWebACL mocks base method.

func (*MockWAFRegionalAPI) ListResourcesForWebACLRequest

ListResourcesForWebACLRequest mocks base method.

func (*MockWAFRegionalAPI) ListResourcesForWebACLWithContext

ListResourcesForWebACLWithContext mocks base method.

func (*MockWAFRegionalAPI) ListRuleGroups

ListRuleGroups mocks base method.

func (*MockWAFRegionalAPI) ListRuleGroupsRequest

func (m *MockWAFRegionalAPI) ListRuleGroupsRequest(arg0 *waf.ListRuleGroupsInput) (*request.Request, *waf.ListRuleGroupsOutput)

ListRuleGroupsRequest mocks base method.

func (*MockWAFRegionalAPI) ListRuleGroupsWithContext

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

ListRuleGroupsWithContext mocks base method.

func (*MockWAFRegionalAPI) ListRules

ListRules mocks base method.

func (*MockWAFRegionalAPI) ListRulesRequest

func (m *MockWAFRegionalAPI) ListRulesRequest(arg0 *waf.ListRulesInput) (*request.Request, *waf.ListRulesOutput)

ListRulesRequest mocks base method.

func (*MockWAFRegionalAPI) ListRulesWithContext

func (m *MockWAFRegionalAPI) ListRulesWithContext(arg0 context.Context, arg1 *waf.ListRulesInput, arg2 ...request.Option) (*waf.ListRulesOutput, error)

ListRulesWithContext mocks base method.

func (*MockWAFRegionalAPI) ListSizeConstraintSets

ListSizeConstraintSets mocks base method.

func (*MockWAFRegionalAPI) ListSizeConstraintSetsRequest

ListSizeConstraintSetsRequest mocks base method.

func (*MockWAFRegionalAPI) ListSizeConstraintSetsWithContext

func (m *MockWAFRegionalAPI) ListSizeConstraintSetsWithContext(arg0 context.Context, arg1 *waf.ListSizeConstraintSetsInput, arg2 ...request.Option) (*waf.ListSizeConstraintSetsOutput, error)

ListSizeConstraintSetsWithContext mocks base method.

func (*MockWAFRegionalAPI) ListSqlInjectionMatchSets

ListSqlInjectionMatchSets mocks base method.

func (*MockWAFRegionalAPI) ListSqlInjectionMatchSetsRequest

ListSqlInjectionMatchSetsRequest mocks base method.

func (*MockWAFRegionalAPI) ListSqlInjectionMatchSetsWithContext

func (m *MockWAFRegionalAPI) ListSqlInjectionMatchSetsWithContext(arg0 context.Context, arg1 *waf.ListSqlInjectionMatchSetsInput, arg2 ...request.Option) (*waf.ListSqlInjectionMatchSetsOutput, error)

ListSqlInjectionMatchSetsWithContext mocks base method.

func (*MockWAFRegionalAPI) ListSubscribedRuleGroups

ListSubscribedRuleGroups mocks base method.

func (*MockWAFRegionalAPI) ListSubscribedRuleGroupsRequest

ListSubscribedRuleGroupsRequest mocks base method.

func (*MockWAFRegionalAPI) ListSubscribedRuleGroupsWithContext

func (m *MockWAFRegionalAPI) ListSubscribedRuleGroupsWithContext(arg0 context.Context, arg1 *waf.ListSubscribedRuleGroupsInput, arg2 ...request.Option) (*waf.ListSubscribedRuleGroupsOutput, error)

ListSubscribedRuleGroupsWithContext mocks base method.

func (*MockWAFRegionalAPI) ListTagsForResource

ListTagsForResource mocks base method.

func (*MockWAFRegionalAPI) ListTagsForResourceRequest

ListTagsForResourceRequest mocks base method.

func (*MockWAFRegionalAPI) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext mocks base method.

func (*MockWAFRegionalAPI) ListWebACLs

ListWebACLs mocks base method.

func (*MockWAFRegionalAPI) ListWebACLsRequest

func (m *MockWAFRegionalAPI) ListWebACLsRequest(arg0 *waf.ListWebACLsInput) (*request.Request, *waf.ListWebACLsOutput)

ListWebACLsRequest mocks base method.

func (*MockWAFRegionalAPI) ListWebACLsWithContext

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

ListWebACLsWithContext mocks base method.

func (*MockWAFRegionalAPI) ListXssMatchSets

ListXssMatchSets mocks base method.

func (*MockWAFRegionalAPI) ListXssMatchSetsRequest

func (m *MockWAFRegionalAPI) ListXssMatchSetsRequest(arg0 *waf.ListXssMatchSetsInput) (*request.Request, *waf.ListXssMatchSetsOutput)

ListXssMatchSetsRequest mocks base method.

func (*MockWAFRegionalAPI) ListXssMatchSetsWithContext

func (m *MockWAFRegionalAPI) ListXssMatchSetsWithContext(arg0 context.Context, arg1 *waf.ListXssMatchSetsInput, arg2 ...request.Option) (*waf.ListXssMatchSetsOutput, error)

ListXssMatchSetsWithContext mocks base method.

func (*MockWAFRegionalAPI) PutLoggingConfiguration

PutLoggingConfiguration mocks base method.

func (*MockWAFRegionalAPI) PutLoggingConfigurationRequest

PutLoggingConfigurationRequest mocks base method.

func (*MockWAFRegionalAPI) PutLoggingConfigurationWithContext

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

PutLoggingConfigurationWithContext mocks base method.

func (*MockWAFRegionalAPI) PutPermissionPolicy

PutPermissionPolicy mocks base method.

func (*MockWAFRegionalAPI) PutPermissionPolicyRequest

PutPermissionPolicyRequest mocks base method.

func (*MockWAFRegionalAPI) PutPermissionPolicyWithContext

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

PutPermissionPolicyWithContext mocks base method.

func (*MockWAFRegionalAPI) TagResource

TagResource mocks base method.

func (*MockWAFRegionalAPI) TagResourceRequest

func (m *MockWAFRegionalAPI) TagResourceRequest(arg0 *waf.TagResourceInput) (*request.Request, *waf.TagResourceOutput)

TagResourceRequest mocks base method.

func (*MockWAFRegionalAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method.

func (*MockWAFRegionalAPI) UntagResource

UntagResource mocks base method.

func (*MockWAFRegionalAPI) UntagResourceRequest

func (m *MockWAFRegionalAPI) UntagResourceRequest(arg0 *waf.UntagResourceInput) (*request.Request, *waf.UntagResourceOutput)

UntagResourceRequest mocks base method.

func (*MockWAFRegionalAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method.

func (*MockWAFRegionalAPI) UpdateByteMatchSet

UpdateByteMatchSet mocks base method.

func (*MockWAFRegionalAPI) UpdateByteMatchSetRequest

UpdateByteMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) UpdateByteMatchSetWithContext

func (m *MockWAFRegionalAPI) UpdateByteMatchSetWithContext(arg0 context.Context, arg1 *waf.UpdateByteMatchSetInput, arg2 ...request.Option) (*waf.UpdateByteMatchSetOutput, error)

UpdateByteMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) UpdateGeoMatchSet

UpdateGeoMatchSet mocks base method.

func (*MockWAFRegionalAPI) UpdateGeoMatchSetRequest

UpdateGeoMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) UpdateGeoMatchSetWithContext

func (m *MockWAFRegionalAPI) UpdateGeoMatchSetWithContext(arg0 context.Context, arg1 *waf.UpdateGeoMatchSetInput, arg2 ...request.Option) (*waf.UpdateGeoMatchSetOutput, error)

UpdateGeoMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) UpdateIPSet

UpdateIPSet mocks base method.

func (*MockWAFRegionalAPI) UpdateIPSetRequest

func (m *MockWAFRegionalAPI) UpdateIPSetRequest(arg0 *waf.UpdateIPSetInput) (*request.Request, *waf.UpdateIPSetOutput)

UpdateIPSetRequest mocks base method.

func (*MockWAFRegionalAPI) UpdateIPSetWithContext

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

UpdateIPSetWithContext mocks base method.

func (*MockWAFRegionalAPI) UpdateRateBasedRule

UpdateRateBasedRule mocks base method.

func (*MockWAFRegionalAPI) UpdateRateBasedRuleRequest

UpdateRateBasedRuleRequest mocks base method.

func (*MockWAFRegionalAPI) UpdateRateBasedRuleWithContext

func (m *MockWAFRegionalAPI) UpdateRateBasedRuleWithContext(arg0 context.Context, arg1 *waf.UpdateRateBasedRuleInput, arg2 ...request.Option) (*waf.UpdateRateBasedRuleOutput, error)

UpdateRateBasedRuleWithContext mocks base method.

func (*MockWAFRegionalAPI) UpdateRegexMatchSet

UpdateRegexMatchSet mocks base method.

func (*MockWAFRegionalAPI) UpdateRegexMatchSetRequest

UpdateRegexMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) UpdateRegexMatchSetWithContext

func (m *MockWAFRegionalAPI) UpdateRegexMatchSetWithContext(arg0 context.Context, arg1 *waf.UpdateRegexMatchSetInput, arg2 ...request.Option) (*waf.UpdateRegexMatchSetOutput, error)

UpdateRegexMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) UpdateRegexPatternSet

UpdateRegexPatternSet mocks base method.

func (*MockWAFRegionalAPI) UpdateRegexPatternSetRequest

UpdateRegexPatternSetRequest mocks base method.

func (*MockWAFRegionalAPI) UpdateRegexPatternSetWithContext

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

UpdateRegexPatternSetWithContext mocks base method.

func (*MockWAFRegionalAPI) UpdateRule

UpdateRule mocks base method.

func (*MockWAFRegionalAPI) UpdateRuleGroup

UpdateRuleGroup mocks base method.

func (*MockWAFRegionalAPI) UpdateRuleGroupRequest

func (m *MockWAFRegionalAPI) UpdateRuleGroupRequest(arg0 *waf.UpdateRuleGroupInput) (*request.Request, *waf.UpdateRuleGroupOutput)

UpdateRuleGroupRequest mocks base method.

func (*MockWAFRegionalAPI) UpdateRuleGroupWithContext

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

UpdateRuleGroupWithContext mocks base method.

func (*MockWAFRegionalAPI) UpdateRuleRequest

func (m *MockWAFRegionalAPI) UpdateRuleRequest(arg0 *waf.UpdateRuleInput) (*request.Request, *waf.UpdateRuleOutput)

UpdateRuleRequest mocks base method.

func (*MockWAFRegionalAPI) UpdateRuleWithContext

func (m *MockWAFRegionalAPI) UpdateRuleWithContext(arg0 context.Context, arg1 *waf.UpdateRuleInput, arg2 ...request.Option) (*waf.UpdateRuleOutput, error)

UpdateRuleWithContext mocks base method.

func (*MockWAFRegionalAPI) UpdateSizeConstraintSet

UpdateSizeConstraintSet mocks base method.

func (*MockWAFRegionalAPI) UpdateSizeConstraintSetRequest

UpdateSizeConstraintSetRequest mocks base method.

func (*MockWAFRegionalAPI) UpdateSizeConstraintSetWithContext

func (m *MockWAFRegionalAPI) UpdateSizeConstraintSetWithContext(arg0 context.Context, arg1 *waf.UpdateSizeConstraintSetInput, arg2 ...request.Option) (*waf.UpdateSizeConstraintSetOutput, error)

UpdateSizeConstraintSetWithContext mocks base method.

func (*MockWAFRegionalAPI) UpdateSqlInjectionMatchSet

UpdateSqlInjectionMatchSet mocks base method.

func (*MockWAFRegionalAPI) UpdateSqlInjectionMatchSetRequest

UpdateSqlInjectionMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) UpdateSqlInjectionMatchSetWithContext

func (m *MockWAFRegionalAPI) UpdateSqlInjectionMatchSetWithContext(arg0 context.Context, arg1 *waf.UpdateSqlInjectionMatchSetInput, arg2 ...request.Option) (*waf.UpdateSqlInjectionMatchSetOutput, error)

UpdateSqlInjectionMatchSetWithContext mocks base method.

func (*MockWAFRegionalAPI) UpdateWebACL

UpdateWebACL mocks base method.

func (*MockWAFRegionalAPI) UpdateWebACLRequest

func (m *MockWAFRegionalAPI) UpdateWebACLRequest(arg0 *waf.UpdateWebACLInput) (*request.Request, *waf.UpdateWebACLOutput)

UpdateWebACLRequest mocks base method.

func (*MockWAFRegionalAPI) UpdateWebACLWithContext

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

UpdateWebACLWithContext mocks base method.

func (*MockWAFRegionalAPI) UpdateXssMatchSet

UpdateXssMatchSet mocks base method.

func (*MockWAFRegionalAPI) UpdateXssMatchSetRequest

UpdateXssMatchSetRequest mocks base method.

func (*MockWAFRegionalAPI) UpdateXssMatchSetWithContext

func (m *MockWAFRegionalAPI) UpdateXssMatchSetWithContext(arg0 context.Context, arg1 *waf.UpdateXssMatchSetInput, arg2 ...request.Option) (*waf.UpdateXssMatchSetOutput, error)

UpdateXssMatchSetWithContext mocks base method.

type MockWAFRegionalAPIMockRecorder

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

MockWAFRegionalAPIMockRecorder is the mock recorder for MockWAFRegionalAPI.

func (*MockWAFRegionalAPIMockRecorder) AssociateWebACL

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

AssociateWebACL indicates an expected call of AssociateWebACL.

func (*MockWAFRegionalAPIMockRecorder) AssociateWebACLRequest

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

AssociateWebACLRequest indicates an expected call of AssociateWebACLRequest.

func (*MockWAFRegionalAPIMockRecorder) AssociateWebACLWithContext

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

AssociateWebACLWithContext indicates an expected call of AssociateWebACLWithContext.

func (*MockWAFRegionalAPIMockRecorder) CreateByteMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) CreateByteMatchSet(arg0 interface{}) *gomock.Call

CreateByteMatchSet indicates an expected call of CreateByteMatchSet.

func (*MockWAFRegionalAPIMockRecorder) CreateByteMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) CreateByteMatchSetRequest(arg0 interface{}) *gomock.Call

CreateByteMatchSetRequest indicates an expected call of CreateByteMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) CreateByteMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) CreateByteMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateByteMatchSetWithContext indicates an expected call of CreateByteMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) CreateGeoMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) CreateGeoMatchSet(arg0 interface{}) *gomock.Call

CreateGeoMatchSet indicates an expected call of CreateGeoMatchSet.

func (*MockWAFRegionalAPIMockRecorder) CreateGeoMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) CreateGeoMatchSetRequest(arg0 interface{}) *gomock.Call

CreateGeoMatchSetRequest indicates an expected call of CreateGeoMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) CreateGeoMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) CreateGeoMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateGeoMatchSetWithContext indicates an expected call of CreateGeoMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) CreateIPSet

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

CreateIPSet indicates an expected call of CreateIPSet.

func (*MockWAFRegionalAPIMockRecorder) CreateIPSetRequest

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

CreateIPSetRequest indicates an expected call of CreateIPSetRequest.

func (*MockWAFRegionalAPIMockRecorder) CreateIPSetWithContext

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

CreateIPSetWithContext indicates an expected call of CreateIPSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) CreateRateBasedRule

func (mr *MockWAFRegionalAPIMockRecorder) CreateRateBasedRule(arg0 interface{}) *gomock.Call

CreateRateBasedRule indicates an expected call of CreateRateBasedRule.

func (*MockWAFRegionalAPIMockRecorder) CreateRateBasedRuleRequest

func (mr *MockWAFRegionalAPIMockRecorder) CreateRateBasedRuleRequest(arg0 interface{}) *gomock.Call

CreateRateBasedRuleRequest indicates an expected call of CreateRateBasedRuleRequest.

func (*MockWAFRegionalAPIMockRecorder) CreateRateBasedRuleWithContext

func (mr *MockWAFRegionalAPIMockRecorder) CreateRateBasedRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRateBasedRuleWithContext indicates an expected call of CreateRateBasedRuleWithContext.

func (*MockWAFRegionalAPIMockRecorder) CreateRegexMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) CreateRegexMatchSet(arg0 interface{}) *gomock.Call

CreateRegexMatchSet indicates an expected call of CreateRegexMatchSet.

func (*MockWAFRegionalAPIMockRecorder) CreateRegexMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) CreateRegexMatchSetRequest(arg0 interface{}) *gomock.Call

CreateRegexMatchSetRequest indicates an expected call of CreateRegexMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) CreateRegexMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) CreateRegexMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRegexMatchSetWithContext indicates an expected call of CreateRegexMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) CreateRegexPatternSet

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

CreateRegexPatternSet indicates an expected call of CreateRegexPatternSet.

func (*MockWAFRegionalAPIMockRecorder) CreateRegexPatternSetRequest

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

CreateRegexPatternSetRequest indicates an expected call of CreateRegexPatternSetRequest.

func (*MockWAFRegionalAPIMockRecorder) CreateRegexPatternSetWithContext

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

CreateRegexPatternSetWithContext indicates an expected call of CreateRegexPatternSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) CreateRule

func (mr *MockWAFRegionalAPIMockRecorder) CreateRule(arg0 interface{}) *gomock.Call

CreateRule indicates an expected call of CreateRule.

func (*MockWAFRegionalAPIMockRecorder) CreateRuleGroup

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

CreateRuleGroup indicates an expected call of CreateRuleGroup.

func (*MockWAFRegionalAPIMockRecorder) CreateRuleGroupRequest

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

CreateRuleGroupRequest indicates an expected call of CreateRuleGroupRequest.

func (*MockWAFRegionalAPIMockRecorder) CreateRuleGroupWithContext

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

CreateRuleGroupWithContext indicates an expected call of CreateRuleGroupWithContext.

func (*MockWAFRegionalAPIMockRecorder) CreateRuleRequest

func (mr *MockWAFRegionalAPIMockRecorder) CreateRuleRequest(arg0 interface{}) *gomock.Call

CreateRuleRequest indicates an expected call of CreateRuleRequest.

func (*MockWAFRegionalAPIMockRecorder) CreateRuleWithContext

func (mr *MockWAFRegionalAPIMockRecorder) CreateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateRuleWithContext indicates an expected call of CreateRuleWithContext.

func (*MockWAFRegionalAPIMockRecorder) CreateSizeConstraintSet

func (mr *MockWAFRegionalAPIMockRecorder) CreateSizeConstraintSet(arg0 interface{}) *gomock.Call

CreateSizeConstraintSet indicates an expected call of CreateSizeConstraintSet.

func (*MockWAFRegionalAPIMockRecorder) CreateSizeConstraintSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) CreateSizeConstraintSetRequest(arg0 interface{}) *gomock.Call

CreateSizeConstraintSetRequest indicates an expected call of CreateSizeConstraintSetRequest.

func (*MockWAFRegionalAPIMockRecorder) CreateSizeConstraintSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) CreateSizeConstraintSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSizeConstraintSetWithContext indicates an expected call of CreateSizeConstraintSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) CreateSqlInjectionMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) CreateSqlInjectionMatchSet(arg0 interface{}) *gomock.Call

CreateSqlInjectionMatchSet indicates an expected call of CreateSqlInjectionMatchSet.

func (*MockWAFRegionalAPIMockRecorder) CreateSqlInjectionMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) CreateSqlInjectionMatchSetRequest(arg0 interface{}) *gomock.Call

CreateSqlInjectionMatchSetRequest indicates an expected call of CreateSqlInjectionMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) CreateSqlInjectionMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) CreateSqlInjectionMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateSqlInjectionMatchSetWithContext indicates an expected call of CreateSqlInjectionMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) CreateWebACL

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

CreateWebACL indicates an expected call of CreateWebACL.

func (*MockWAFRegionalAPIMockRecorder) CreateWebACLMigrationStack

func (mr *MockWAFRegionalAPIMockRecorder) CreateWebACLMigrationStack(arg0 interface{}) *gomock.Call

CreateWebACLMigrationStack indicates an expected call of CreateWebACLMigrationStack.

func (*MockWAFRegionalAPIMockRecorder) CreateWebACLMigrationStackRequest

func (mr *MockWAFRegionalAPIMockRecorder) CreateWebACLMigrationStackRequest(arg0 interface{}) *gomock.Call

CreateWebACLMigrationStackRequest indicates an expected call of CreateWebACLMigrationStackRequest.

func (*MockWAFRegionalAPIMockRecorder) CreateWebACLMigrationStackWithContext

func (mr *MockWAFRegionalAPIMockRecorder) CreateWebACLMigrationStackWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateWebACLMigrationStackWithContext indicates an expected call of CreateWebACLMigrationStackWithContext.

func (*MockWAFRegionalAPIMockRecorder) CreateWebACLRequest

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

CreateWebACLRequest indicates an expected call of CreateWebACLRequest.

func (*MockWAFRegionalAPIMockRecorder) CreateWebACLWithContext

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

CreateWebACLWithContext indicates an expected call of CreateWebACLWithContext.

func (*MockWAFRegionalAPIMockRecorder) CreateXssMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) CreateXssMatchSet(arg0 interface{}) *gomock.Call

CreateXssMatchSet indicates an expected call of CreateXssMatchSet.

func (*MockWAFRegionalAPIMockRecorder) CreateXssMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) CreateXssMatchSetRequest(arg0 interface{}) *gomock.Call

CreateXssMatchSetRequest indicates an expected call of CreateXssMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) CreateXssMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) CreateXssMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateXssMatchSetWithContext indicates an expected call of CreateXssMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeleteByteMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) DeleteByteMatchSet(arg0 interface{}) *gomock.Call

DeleteByteMatchSet indicates an expected call of DeleteByteMatchSet.

func (*MockWAFRegionalAPIMockRecorder) DeleteByteMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) DeleteByteMatchSetRequest(arg0 interface{}) *gomock.Call

DeleteByteMatchSetRequest indicates an expected call of DeleteByteMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) DeleteByteMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) DeleteByteMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteByteMatchSetWithContext indicates an expected call of DeleteByteMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeleteGeoMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) DeleteGeoMatchSet(arg0 interface{}) *gomock.Call

DeleteGeoMatchSet indicates an expected call of DeleteGeoMatchSet.

func (*MockWAFRegionalAPIMockRecorder) DeleteGeoMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) DeleteGeoMatchSetRequest(arg0 interface{}) *gomock.Call

DeleteGeoMatchSetRequest indicates an expected call of DeleteGeoMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) DeleteGeoMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) DeleteGeoMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteGeoMatchSetWithContext indicates an expected call of DeleteGeoMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeleteIPSet

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

DeleteIPSet indicates an expected call of DeleteIPSet.

func (*MockWAFRegionalAPIMockRecorder) DeleteIPSetRequest

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

DeleteIPSetRequest indicates an expected call of DeleteIPSetRequest.

func (*MockWAFRegionalAPIMockRecorder) DeleteIPSetWithContext

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

DeleteIPSetWithContext indicates an expected call of DeleteIPSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeleteLoggingConfiguration

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

DeleteLoggingConfiguration indicates an expected call of DeleteLoggingConfiguration.

func (*MockWAFRegionalAPIMockRecorder) DeleteLoggingConfigurationRequest

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

DeleteLoggingConfigurationRequest indicates an expected call of DeleteLoggingConfigurationRequest.

func (*MockWAFRegionalAPIMockRecorder) DeleteLoggingConfigurationWithContext

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

DeleteLoggingConfigurationWithContext indicates an expected call of DeleteLoggingConfigurationWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeletePermissionPolicy

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

DeletePermissionPolicy indicates an expected call of DeletePermissionPolicy.

func (*MockWAFRegionalAPIMockRecorder) DeletePermissionPolicyRequest

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

DeletePermissionPolicyRequest indicates an expected call of DeletePermissionPolicyRequest.

func (*MockWAFRegionalAPIMockRecorder) DeletePermissionPolicyWithContext

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

DeletePermissionPolicyWithContext indicates an expected call of DeletePermissionPolicyWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeleteRateBasedRule

func (mr *MockWAFRegionalAPIMockRecorder) DeleteRateBasedRule(arg0 interface{}) *gomock.Call

DeleteRateBasedRule indicates an expected call of DeleteRateBasedRule.

func (*MockWAFRegionalAPIMockRecorder) DeleteRateBasedRuleRequest

func (mr *MockWAFRegionalAPIMockRecorder) DeleteRateBasedRuleRequest(arg0 interface{}) *gomock.Call

DeleteRateBasedRuleRequest indicates an expected call of DeleteRateBasedRuleRequest.

func (*MockWAFRegionalAPIMockRecorder) DeleteRateBasedRuleWithContext

func (mr *MockWAFRegionalAPIMockRecorder) DeleteRateBasedRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRateBasedRuleWithContext indicates an expected call of DeleteRateBasedRuleWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeleteRegexMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) DeleteRegexMatchSet(arg0 interface{}) *gomock.Call

DeleteRegexMatchSet indicates an expected call of DeleteRegexMatchSet.

func (*MockWAFRegionalAPIMockRecorder) DeleteRegexMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) DeleteRegexMatchSetRequest(arg0 interface{}) *gomock.Call

DeleteRegexMatchSetRequest indicates an expected call of DeleteRegexMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) DeleteRegexMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) DeleteRegexMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRegexMatchSetWithContext indicates an expected call of DeleteRegexMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeleteRegexPatternSet

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

DeleteRegexPatternSet indicates an expected call of DeleteRegexPatternSet.

func (*MockWAFRegionalAPIMockRecorder) DeleteRegexPatternSetRequest

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

DeleteRegexPatternSetRequest indicates an expected call of DeleteRegexPatternSetRequest.

func (*MockWAFRegionalAPIMockRecorder) DeleteRegexPatternSetWithContext

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

DeleteRegexPatternSetWithContext indicates an expected call of DeleteRegexPatternSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeleteRule

func (mr *MockWAFRegionalAPIMockRecorder) DeleteRule(arg0 interface{}) *gomock.Call

DeleteRule indicates an expected call of DeleteRule.

func (*MockWAFRegionalAPIMockRecorder) DeleteRuleGroup

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

DeleteRuleGroup indicates an expected call of DeleteRuleGroup.

func (*MockWAFRegionalAPIMockRecorder) DeleteRuleGroupRequest

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

DeleteRuleGroupRequest indicates an expected call of DeleteRuleGroupRequest.

func (*MockWAFRegionalAPIMockRecorder) DeleteRuleGroupWithContext

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

DeleteRuleGroupWithContext indicates an expected call of DeleteRuleGroupWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeleteRuleRequest

func (mr *MockWAFRegionalAPIMockRecorder) DeleteRuleRequest(arg0 interface{}) *gomock.Call

DeleteRuleRequest indicates an expected call of DeleteRuleRequest.

func (*MockWAFRegionalAPIMockRecorder) DeleteRuleWithContext

func (mr *MockWAFRegionalAPIMockRecorder) DeleteRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteRuleWithContext indicates an expected call of DeleteRuleWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeleteSizeConstraintSet

func (mr *MockWAFRegionalAPIMockRecorder) DeleteSizeConstraintSet(arg0 interface{}) *gomock.Call

DeleteSizeConstraintSet indicates an expected call of DeleteSizeConstraintSet.

func (*MockWAFRegionalAPIMockRecorder) DeleteSizeConstraintSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) DeleteSizeConstraintSetRequest(arg0 interface{}) *gomock.Call

DeleteSizeConstraintSetRequest indicates an expected call of DeleteSizeConstraintSetRequest.

func (*MockWAFRegionalAPIMockRecorder) DeleteSizeConstraintSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) DeleteSizeConstraintSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSizeConstraintSetWithContext indicates an expected call of DeleteSizeConstraintSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeleteSqlInjectionMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) DeleteSqlInjectionMatchSet(arg0 interface{}) *gomock.Call

DeleteSqlInjectionMatchSet indicates an expected call of DeleteSqlInjectionMatchSet.

func (*MockWAFRegionalAPIMockRecorder) DeleteSqlInjectionMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) DeleteSqlInjectionMatchSetRequest(arg0 interface{}) *gomock.Call

DeleteSqlInjectionMatchSetRequest indicates an expected call of DeleteSqlInjectionMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) DeleteSqlInjectionMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) DeleteSqlInjectionMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteSqlInjectionMatchSetWithContext indicates an expected call of DeleteSqlInjectionMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeleteWebACL

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

DeleteWebACL indicates an expected call of DeleteWebACL.

func (*MockWAFRegionalAPIMockRecorder) DeleteWebACLRequest

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

DeleteWebACLRequest indicates an expected call of DeleteWebACLRequest.

func (*MockWAFRegionalAPIMockRecorder) DeleteWebACLWithContext

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

DeleteWebACLWithContext indicates an expected call of DeleteWebACLWithContext.

func (*MockWAFRegionalAPIMockRecorder) DeleteXssMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) DeleteXssMatchSet(arg0 interface{}) *gomock.Call

DeleteXssMatchSet indicates an expected call of DeleteXssMatchSet.

func (*MockWAFRegionalAPIMockRecorder) DeleteXssMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) DeleteXssMatchSetRequest(arg0 interface{}) *gomock.Call

DeleteXssMatchSetRequest indicates an expected call of DeleteXssMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) DeleteXssMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) DeleteXssMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteXssMatchSetWithContext indicates an expected call of DeleteXssMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) DisassociateWebACL

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

DisassociateWebACL indicates an expected call of DisassociateWebACL.

func (*MockWAFRegionalAPIMockRecorder) DisassociateWebACLRequest

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

DisassociateWebACLRequest indicates an expected call of DisassociateWebACLRequest.

func (*MockWAFRegionalAPIMockRecorder) DisassociateWebACLWithContext

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

DisassociateWebACLWithContext indicates an expected call of DisassociateWebACLWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetByteMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) GetByteMatchSet(arg0 interface{}) *gomock.Call

GetByteMatchSet indicates an expected call of GetByteMatchSet.

func (*MockWAFRegionalAPIMockRecorder) GetByteMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) GetByteMatchSetRequest(arg0 interface{}) *gomock.Call

GetByteMatchSetRequest indicates an expected call of GetByteMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) GetByteMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) GetByteMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetByteMatchSetWithContext indicates an expected call of GetByteMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetChangeToken

func (mr *MockWAFRegionalAPIMockRecorder) GetChangeToken(arg0 interface{}) *gomock.Call

GetChangeToken indicates an expected call of GetChangeToken.

func (*MockWAFRegionalAPIMockRecorder) GetChangeTokenRequest

func (mr *MockWAFRegionalAPIMockRecorder) GetChangeTokenRequest(arg0 interface{}) *gomock.Call

GetChangeTokenRequest indicates an expected call of GetChangeTokenRequest.

func (*MockWAFRegionalAPIMockRecorder) GetChangeTokenStatus

func (mr *MockWAFRegionalAPIMockRecorder) GetChangeTokenStatus(arg0 interface{}) *gomock.Call

GetChangeTokenStatus indicates an expected call of GetChangeTokenStatus.

func (*MockWAFRegionalAPIMockRecorder) GetChangeTokenStatusRequest

func (mr *MockWAFRegionalAPIMockRecorder) GetChangeTokenStatusRequest(arg0 interface{}) *gomock.Call

GetChangeTokenStatusRequest indicates an expected call of GetChangeTokenStatusRequest.

func (*MockWAFRegionalAPIMockRecorder) GetChangeTokenStatusWithContext

func (mr *MockWAFRegionalAPIMockRecorder) GetChangeTokenStatusWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetChangeTokenStatusWithContext indicates an expected call of GetChangeTokenStatusWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetChangeTokenWithContext

func (mr *MockWAFRegionalAPIMockRecorder) GetChangeTokenWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetChangeTokenWithContext indicates an expected call of GetChangeTokenWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetGeoMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) GetGeoMatchSet(arg0 interface{}) *gomock.Call

GetGeoMatchSet indicates an expected call of GetGeoMatchSet.

func (*MockWAFRegionalAPIMockRecorder) GetGeoMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) GetGeoMatchSetRequest(arg0 interface{}) *gomock.Call

GetGeoMatchSetRequest indicates an expected call of GetGeoMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) GetGeoMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) GetGeoMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetGeoMatchSetWithContext indicates an expected call of GetGeoMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetIPSet

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

GetIPSet indicates an expected call of GetIPSet.

func (*MockWAFRegionalAPIMockRecorder) GetIPSetRequest

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

GetIPSetRequest indicates an expected call of GetIPSetRequest.

func (*MockWAFRegionalAPIMockRecorder) GetIPSetWithContext

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

GetIPSetWithContext indicates an expected call of GetIPSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetLoggingConfiguration

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

GetLoggingConfiguration indicates an expected call of GetLoggingConfiguration.

func (*MockWAFRegionalAPIMockRecorder) GetLoggingConfigurationRequest

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

GetLoggingConfigurationRequest indicates an expected call of GetLoggingConfigurationRequest.

func (*MockWAFRegionalAPIMockRecorder) GetLoggingConfigurationWithContext

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

GetLoggingConfigurationWithContext indicates an expected call of GetLoggingConfigurationWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetPermissionPolicy

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

GetPermissionPolicy indicates an expected call of GetPermissionPolicy.

func (*MockWAFRegionalAPIMockRecorder) GetPermissionPolicyRequest

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

GetPermissionPolicyRequest indicates an expected call of GetPermissionPolicyRequest.

func (*MockWAFRegionalAPIMockRecorder) GetPermissionPolicyWithContext

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

GetPermissionPolicyWithContext indicates an expected call of GetPermissionPolicyWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetRateBasedRule

func (mr *MockWAFRegionalAPIMockRecorder) GetRateBasedRule(arg0 interface{}) *gomock.Call

GetRateBasedRule indicates an expected call of GetRateBasedRule.

func (*MockWAFRegionalAPIMockRecorder) GetRateBasedRuleManagedKeys

func (mr *MockWAFRegionalAPIMockRecorder) GetRateBasedRuleManagedKeys(arg0 interface{}) *gomock.Call

GetRateBasedRuleManagedKeys indicates an expected call of GetRateBasedRuleManagedKeys.

func (*MockWAFRegionalAPIMockRecorder) GetRateBasedRuleManagedKeysRequest

func (mr *MockWAFRegionalAPIMockRecorder) GetRateBasedRuleManagedKeysRequest(arg0 interface{}) *gomock.Call

GetRateBasedRuleManagedKeysRequest indicates an expected call of GetRateBasedRuleManagedKeysRequest.

func (*MockWAFRegionalAPIMockRecorder) GetRateBasedRuleManagedKeysWithContext

func (mr *MockWAFRegionalAPIMockRecorder) GetRateBasedRuleManagedKeysWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRateBasedRuleManagedKeysWithContext indicates an expected call of GetRateBasedRuleManagedKeysWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetRateBasedRuleRequest

func (mr *MockWAFRegionalAPIMockRecorder) GetRateBasedRuleRequest(arg0 interface{}) *gomock.Call

GetRateBasedRuleRequest indicates an expected call of GetRateBasedRuleRequest.

func (*MockWAFRegionalAPIMockRecorder) GetRateBasedRuleWithContext

func (mr *MockWAFRegionalAPIMockRecorder) GetRateBasedRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRateBasedRuleWithContext indicates an expected call of GetRateBasedRuleWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetRegexMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) GetRegexMatchSet(arg0 interface{}) *gomock.Call

GetRegexMatchSet indicates an expected call of GetRegexMatchSet.

func (*MockWAFRegionalAPIMockRecorder) GetRegexMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) GetRegexMatchSetRequest(arg0 interface{}) *gomock.Call

GetRegexMatchSetRequest indicates an expected call of GetRegexMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) GetRegexMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) GetRegexMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRegexMatchSetWithContext indicates an expected call of GetRegexMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetRegexPatternSet

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

GetRegexPatternSet indicates an expected call of GetRegexPatternSet.

func (*MockWAFRegionalAPIMockRecorder) GetRegexPatternSetRequest

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

GetRegexPatternSetRequest indicates an expected call of GetRegexPatternSetRequest.

func (*MockWAFRegionalAPIMockRecorder) GetRegexPatternSetWithContext

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

GetRegexPatternSetWithContext indicates an expected call of GetRegexPatternSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetRule

func (mr *MockWAFRegionalAPIMockRecorder) GetRule(arg0 interface{}) *gomock.Call

GetRule indicates an expected call of GetRule.

func (*MockWAFRegionalAPIMockRecorder) GetRuleGroup

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

GetRuleGroup indicates an expected call of GetRuleGroup.

func (*MockWAFRegionalAPIMockRecorder) GetRuleGroupRequest

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

GetRuleGroupRequest indicates an expected call of GetRuleGroupRequest.

func (*MockWAFRegionalAPIMockRecorder) GetRuleGroupWithContext

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

GetRuleGroupWithContext indicates an expected call of GetRuleGroupWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetRuleRequest

func (mr *MockWAFRegionalAPIMockRecorder) GetRuleRequest(arg0 interface{}) *gomock.Call

GetRuleRequest indicates an expected call of GetRuleRequest.

func (*MockWAFRegionalAPIMockRecorder) GetRuleWithContext

func (mr *MockWAFRegionalAPIMockRecorder) GetRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetRuleWithContext indicates an expected call of GetRuleWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetSampledRequests

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

GetSampledRequests indicates an expected call of GetSampledRequests.

func (*MockWAFRegionalAPIMockRecorder) GetSampledRequestsRequest

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

GetSampledRequestsRequest indicates an expected call of GetSampledRequestsRequest.

func (*MockWAFRegionalAPIMockRecorder) GetSampledRequestsWithContext

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

GetSampledRequestsWithContext indicates an expected call of GetSampledRequestsWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetSizeConstraintSet

func (mr *MockWAFRegionalAPIMockRecorder) GetSizeConstraintSet(arg0 interface{}) *gomock.Call

GetSizeConstraintSet indicates an expected call of GetSizeConstraintSet.

func (*MockWAFRegionalAPIMockRecorder) GetSizeConstraintSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) GetSizeConstraintSetRequest(arg0 interface{}) *gomock.Call

GetSizeConstraintSetRequest indicates an expected call of GetSizeConstraintSetRequest.

func (*MockWAFRegionalAPIMockRecorder) GetSizeConstraintSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) GetSizeConstraintSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSizeConstraintSetWithContext indicates an expected call of GetSizeConstraintSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetSqlInjectionMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) GetSqlInjectionMatchSet(arg0 interface{}) *gomock.Call

GetSqlInjectionMatchSet indicates an expected call of GetSqlInjectionMatchSet.

func (*MockWAFRegionalAPIMockRecorder) GetSqlInjectionMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) GetSqlInjectionMatchSetRequest(arg0 interface{}) *gomock.Call

GetSqlInjectionMatchSetRequest indicates an expected call of GetSqlInjectionMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) GetSqlInjectionMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) GetSqlInjectionMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetSqlInjectionMatchSetWithContext indicates an expected call of GetSqlInjectionMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetWebACL

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

GetWebACL indicates an expected call of GetWebACL.

func (*MockWAFRegionalAPIMockRecorder) GetWebACLForResource

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

GetWebACLForResource indicates an expected call of GetWebACLForResource.

func (*MockWAFRegionalAPIMockRecorder) GetWebACLForResourceRequest

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

GetWebACLForResourceRequest indicates an expected call of GetWebACLForResourceRequest.

func (*MockWAFRegionalAPIMockRecorder) GetWebACLForResourceWithContext

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

GetWebACLForResourceWithContext indicates an expected call of GetWebACLForResourceWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetWebACLRequest

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

GetWebACLRequest indicates an expected call of GetWebACLRequest.

func (*MockWAFRegionalAPIMockRecorder) GetWebACLWithContext

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

GetWebACLWithContext indicates an expected call of GetWebACLWithContext.

func (*MockWAFRegionalAPIMockRecorder) GetXssMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) GetXssMatchSet(arg0 interface{}) *gomock.Call

GetXssMatchSet indicates an expected call of GetXssMatchSet.

func (*MockWAFRegionalAPIMockRecorder) GetXssMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) GetXssMatchSetRequest(arg0 interface{}) *gomock.Call

GetXssMatchSetRequest indicates an expected call of GetXssMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) GetXssMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) GetXssMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

GetXssMatchSetWithContext indicates an expected call of GetXssMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListActivatedRulesInRuleGroup

func (mr *MockWAFRegionalAPIMockRecorder) ListActivatedRulesInRuleGroup(arg0 interface{}) *gomock.Call

ListActivatedRulesInRuleGroup indicates an expected call of ListActivatedRulesInRuleGroup.

func (*MockWAFRegionalAPIMockRecorder) ListActivatedRulesInRuleGroupRequest

func (mr *MockWAFRegionalAPIMockRecorder) ListActivatedRulesInRuleGroupRequest(arg0 interface{}) *gomock.Call

ListActivatedRulesInRuleGroupRequest indicates an expected call of ListActivatedRulesInRuleGroupRequest.

func (*MockWAFRegionalAPIMockRecorder) ListActivatedRulesInRuleGroupWithContext

func (mr *MockWAFRegionalAPIMockRecorder) ListActivatedRulesInRuleGroupWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListActivatedRulesInRuleGroupWithContext indicates an expected call of ListActivatedRulesInRuleGroupWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListByteMatchSets

func (mr *MockWAFRegionalAPIMockRecorder) ListByteMatchSets(arg0 interface{}) *gomock.Call

ListByteMatchSets indicates an expected call of ListByteMatchSets.

func (*MockWAFRegionalAPIMockRecorder) ListByteMatchSetsRequest

func (mr *MockWAFRegionalAPIMockRecorder) ListByteMatchSetsRequest(arg0 interface{}) *gomock.Call

ListByteMatchSetsRequest indicates an expected call of ListByteMatchSetsRequest.

func (*MockWAFRegionalAPIMockRecorder) ListByteMatchSetsWithContext

func (mr *MockWAFRegionalAPIMockRecorder) ListByteMatchSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListByteMatchSetsWithContext indicates an expected call of ListByteMatchSetsWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListGeoMatchSets

func (mr *MockWAFRegionalAPIMockRecorder) ListGeoMatchSets(arg0 interface{}) *gomock.Call

ListGeoMatchSets indicates an expected call of ListGeoMatchSets.

func (*MockWAFRegionalAPIMockRecorder) ListGeoMatchSetsRequest

func (mr *MockWAFRegionalAPIMockRecorder) ListGeoMatchSetsRequest(arg0 interface{}) *gomock.Call

ListGeoMatchSetsRequest indicates an expected call of ListGeoMatchSetsRequest.

func (*MockWAFRegionalAPIMockRecorder) ListGeoMatchSetsWithContext

func (mr *MockWAFRegionalAPIMockRecorder) ListGeoMatchSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListGeoMatchSetsWithContext indicates an expected call of ListGeoMatchSetsWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListIPSets

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

ListIPSets indicates an expected call of ListIPSets.

func (*MockWAFRegionalAPIMockRecorder) ListIPSetsRequest

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

ListIPSetsRequest indicates an expected call of ListIPSetsRequest.

func (*MockWAFRegionalAPIMockRecorder) ListIPSetsWithContext

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

ListIPSetsWithContext indicates an expected call of ListIPSetsWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListLoggingConfigurations

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

ListLoggingConfigurations indicates an expected call of ListLoggingConfigurations.

func (*MockWAFRegionalAPIMockRecorder) ListLoggingConfigurationsRequest

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

ListLoggingConfigurationsRequest indicates an expected call of ListLoggingConfigurationsRequest.

func (*MockWAFRegionalAPIMockRecorder) ListLoggingConfigurationsWithContext

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

ListLoggingConfigurationsWithContext indicates an expected call of ListLoggingConfigurationsWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListRateBasedRules

func (mr *MockWAFRegionalAPIMockRecorder) ListRateBasedRules(arg0 interface{}) *gomock.Call

ListRateBasedRules indicates an expected call of ListRateBasedRules.

func (*MockWAFRegionalAPIMockRecorder) ListRateBasedRulesRequest

func (mr *MockWAFRegionalAPIMockRecorder) ListRateBasedRulesRequest(arg0 interface{}) *gomock.Call

ListRateBasedRulesRequest indicates an expected call of ListRateBasedRulesRequest.

func (*MockWAFRegionalAPIMockRecorder) ListRateBasedRulesWithContext

func (mr *MockWAFRegionalAPIMockRecorder) ListRateBasedRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRateBasedRulesWithContext indicates an expected call of ListRateBasedRulesWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListRegexMatchSets

func (mr *MockWAFRegionalAPIMockRecorder) ListRegexMatchSets(arg0 interface{}) *gomock.Call

ListRegexMatchSets indicates an expected call of ListRegexMatchSets.

func (*MockWAFRegionalAPIMockRecorder) ListRegexMatchSetsRequest

func (mr *MockWAFRegionalAPIMockRecorder) ListRegexMatchSetsRequest(arg0 interface{}) *gomock.Call

ListRegexMatchSetsRequest indicates an expected call of ListRegexMatchSetsRequest.

func (*MockWAFRegionalAPIMockRecorder) ListRegexMatchSetsWithContext

func (mr *MockWAFRegionalAPIMockRecorder) ListRegexMatchSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRegexMatchSetsWithContext indicates an expected call of ListRegexMatchSetsWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListRegexPatternSets

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

ListRegexPatternSets indicates an expected call of ListRegexPatternSets.

func (*MockWAFRegionalAPIMockRecorder) ListRegexPatternSetsRequest

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

ListRegexPatternSetsRequest indicates an expected call of ListRegexPatternSetsRequest.

func (*MockWAFRegionalAPIMockRecorder) ListRegexPatternSetsWithContext

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

ListRegexPatternSetsWithContext indicates an expected call of ListRegexPatternSetsWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListResourcesForWebACL

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

ListResourcesForWebACL indicates an expected call of ListResourcesForWebACL.

func (*MockWAFRegionalAPIMockRecorder) ListResourcesForWebACLRequest

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

ListResourcesForWebACLRequest indicates an expected call of ListResourcesForWebACLRequest.

func (*MockWAFRegionalAPIMockRecorder) ListResourcesForWebACLWithContext

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

ListResourcesForWebACLWithContext indicates an expected call of ListResourcesForWebACLWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListRuleGroups

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

ListRuleGroups indicates an expected call of ListRuleGroups.

func (*MockWAFRegionalAPIMockRecorder) ListRuleGroupsRequest

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

ListRuleGroupsRequest indicates an expected call of ListRuleGroupsRequest.

func (*MockWAFRegionalAPIMockRecorder) ListRuleGroupsWithContext

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

ListRuleGroupsWithContext indicates an expected call of ListRuleGroupsWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListRules

func (mr *MockWAFRegionalAPIMockRecorder) ListRules(arg0 interface{}) *gomock.Call

ListRules indicates an expected call of ListRules.

func (*MockWAFRegionalAPIMockRecorder) ListRulesRequest

func (mr *MockWAFRegionalAPIMockRecorder) ListRulesRequest(arg0 interface{}) *gomock.Call

ListRulesRequest indicates an expected call of ListRulesRequest.

func (*MockWAFRegionalAPIMockRecorder) ListRulesWithContext

func (mr *MockWAFRegionalAPIMockRecorder) ListRulesWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListRulesWithContext indicates an expected call of ListRulesWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListSizeConstraintSets

func (mr *MockWAFRegionalAPIMockRecorder) ListSizeConstraintSets(arg0 interface{}) *gomock.Call

ListSizeConstraintSets indicates an expected call of ListSizeConstraintSets.

func (*MockWAFRegionalAPIMockRecorder) ListSizeConstraintSetsRequest

func (mr *MockWAFRegionalAPIMockRecorder) ListSizeConstraintSetsRequest(arg0 interface{}) *gomock.Call

ListSizeConstraintSetsRequest indicates an expected call of ListSizeConstraintSetsRequest.

func (*MockWAFRegionalAPIMockRecorder) ListSizeConstraintSetsWithContext

func (mr *MockWAFRegionalAPIMockRecorder) ListSizeConstraintSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSizeConstraintSetsWithContext indicates an expected call of ListSizeConstraintSetsWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListSqlInjectionMatchSets

func (mr *MockWAFRegionalAPIMockRecorder) ListSqlInjectionMatchSets(arg0 interface{}) *gomock.Call

ListSqlInjectionMatchSets indicates an expected call of ListSqlInjectionMatchSets.

func (*MockWAFRegionalAPIMockRecorder) ListSqlInjectionMatchSetsRequest

func (mr *MockWAFRegionalAPIMockRecorder) ListSqlInjectionMatchSetsRequest(arg0 interface{}) *gomock.Call

ListSqlInjectionMatchSetsRequest indicates an expected call of ListSqlInjectionMatchSetsRequest.

func (*MockWAFRegionalAPIMockRecorder) ListSqlInjectionMatchSetsWithContext

func (mr *MockWAFRegionalAPIMockRecorder) ListSqlInjectionMatchSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSqlInjectionMatchSetsWithContext indicates an expected call of ListSqlInjectionMatchSetsWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListSubscribedRuleGroups

func (mr *MockWAFRegionalAPIMockRecorder) ListSubscribedRuleGroups(arg0 interface{}) *gomock.Call

ListSubscribedRuleGroups indicates an expected call of ListSubscribedRuleGroups.

func (*MockWAFRegionalAPIMockRecorder) ListSubscribedRuleGroupsRequest

func (mr *MockWAFRegionalAPIMockRecorder) ListSubscribedRuleGroupsRequest(arg0 interface{}) *gomock.Call

ListSubscribedRuleGroupsRequest indicates an expected call of ListSubscribedRuleGroupsRequest.

func (*MockWAFRegionalAPIMockRecorder) ListSubscribedRuleGroupsWithContext

func (mr *MockWAFRegionalAPIMockRecorder) ListSubscribedRuleGroupsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListSubscribedRuleGroupsWithContext indicates an expected call of ListSubscribedRuleGroupsWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockWAFRegionalAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockWAFRegionalAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListWebACLs

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

ListWebACLs indicates an expected call of ListWebACLs.

func (*MockWAFRegionalAPIMockRecorder) ListWebACLsRequest

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

ListWebACLsRequest indicates an expected call of ListWebACLsRequest.

func (*MockWAFRegionalAPIMockRecorder) ListWebACLsWithContext

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

ListWebACLsWithContext indicates an expected call of ListWebACLsWithContext.

func (*MockWAFRegionalAPIMockRecorder) ListXssMatchSets

func (mr *MockWAFRegionalAPIMockRecorder) ListXssMatchSets(arg0 interface{}) *gomock.Call

ListXssMatchSets indicates an expected call of ListXssMatchSets.

func (*MockWAFRegionalAPIMockRecorder) ListXssMatchSetsRequest

func (mr *MockWAFRegionalAPIMockRecorder) ListXssMatchSetsRequest(arg0 interface{}) *gomock.Call

ListXssMatchSetsRequest indicates an expected call of ListXssMatchSetsRequest.

func (*MockWAFRegionalAPIMockRecorder) ListXssMatchSetsWithContext

func (mr *MockWAFRegionalAPIMockRecorder) ListXssMatchSetsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListXssMatchSetsWithContext indicates an expected call of ListXssMatchSetsWithContext.

func (*MockWAFRegionalAPIMockRecorder) PutLoggingConfiguration

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

PutLoggingConfiguration indicates an expected call of PutLoggingConfiguration.

func (*MockWAFRegionalAPIMockRecorder) PutLoggingConfigurationRequest

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

PutLoggingConfigurationRequest indicates an expected call of PutLoggingConfigurationRequest.

func (*MockWAFRegionalAPIMockRecorder) PutLoggingConfigurationWithContext

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

PutLoggingConfigurationWithContext indicates an expected call of PutLoggingConfigurationWithContext.

func (*MockWAFRegionalAPIMockRecorder) PutPermissionPolicy

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

PutPermissionPolicy indicates an expected call of PutPermissionPolicy.

func (*MockWAFRegionalAPIMockRecorder) PutPermissionPolicyRequest

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

PutPermissionPolicyRequest indicates an expected call of PutPermissionPolicyRequest.

func (*MockWAFRegionalAPIMockRecorder) PutPermissionPolicyWithContext

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

PutPermissionPolicyWithContext indicates an expected call of PutPermissionPolicyWithContext.

func (*MockWAFRegionalAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource.

func (*MockWAFRegionalAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockWAFRegionalAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockWAFRegionalAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource.

func (*MockWAFRegionalAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockWAFRegionalAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockWAFRegionalAPIMockRecorder) UpdateByteMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) UpdateByteMatchSet(arg0 interface{}) *gomock.Call

UpdateByteMatchSet indicates an expected call of UpdateByteMatchSet.

func (*MockWAFRegionalAPIMockRecorder) UpdateByteMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) UpdateByteMatchSetRequest(arg0 interface{}) *gomock.Call

UpdateByteMatchSetRequest indicates an expected call of UpdateByteMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) UpdateByteMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) UpdateByteMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateByteMatchSetWithContext indicates an expected call of UpdateByteMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) UpdateGeoMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) UpdateGeoMatchSet(arg0 interface{}) *gomock.Call

UpdateGeoMatchSet indicates an expected call of UpdateGeoMatchSet.

func (*MockWAFRegionalAPIMockRecorder) UpdateGeoMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) UpdateGeoMatchSetRequest(arg0 interface{}) *gomock.Call

UpdateGeoMatchSetRequest indicates an expected call of UpdateGeoMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) UpdateGeoMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) UpdateGeoMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateGeoMatchSetWithContext indicates an expected call of UpdateGeoMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) UpdateIPSet

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

UpdateIPSet indicates an expected call of UpdateIPSet.

func (*MockWAFRegionalAPIMockRecorder) UpdateIPSetRequest

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

UpdateIPSetRequest indicates an expected call of UpdateIPSetRequest.

func (*MockWAFRegionalAPIMockRecorder) UpdateIPSetWithContext

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

UpdateIPSetWithContext indicates an expected call of UpdateIPSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) UpdateRateBasedRule

func (mr *MockWAFRegionalAPIMockRecorder) UpdateRateBasedRule(arg0 interface{}) *gomock.Call

UpdateRateBasedRule indicates an expected call of UpdateRateBasedRule.

func (*MockWAFRegionalAPIMockRecorder) UpdateRateBasedRuleRequest

func (mr *MockWAFRegionalAPIMockRecorder) UpdateRateBasedRuleRequest(arg0 interface{}) *gomock.Call

UpdateRateBasedRuleRequest indicates an expected call of UpdateRateBasedRuleRequest.

func (*MockWAFRegionalAPIMockRecorder) UpdateRateBasedRuleWithContext

func (mr *MockWAFRegionalAPIMockRecorder) UpdateRateBasedRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRateBasedRuleWithContext indicates an expected call of UpdateRateBasedRuleWithContext.

func (*MockWAFRegionalAPIMockRecorder) UpdateRegexMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) UpdateRegexMatchSet(arg0 interface{}) *gomock.Call

UpdateRegexMatchSet indicates an expected call of UpdateRegexMatchSet.

func (*MockWAFRegionalAPIMockRecorder) UpdateRegexMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) UpdateRegexMatchSetRequest(arg0 interface{}) *gomock.Call

UpdateRegexMatchSetRequest indicates an expected call of UpdateRegexMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) UpdateRegexMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) UpdateRegexMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRegexMatchSetWithContext indicates an expected call of UpdateRegexMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) UpdateRegexPatternSet

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

UpdateRegexPatternSet indicates an expected call of UpdateRegexPatternSet.

func (*MockWAFRegionalAPIMockRecorder) UpdateRegexPatternSetRequest

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

UpdateRegexPatternSetRequest indicates an expected call of UpdateRegexPatternSetRequest.

func (*MockWAFRegionalAPIMockRecorder) UpdateRegexPatternSetWithContext

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

UpdateRegexPatternSetWithContext indicates an expected call of UpdateRegexPatternSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) UpdateRule

func (mr *MockWAFRegionalAPIMockRecorder) UpdateRule(arg0 interface{}) *gomock.Call

UpdateRule indicates an expected call of UpdateRule.

func (*MockWAFRegionalAPIMockRecorder) UpdateRuleGroup

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

UpdateRuleGroup indicates an expected call of UpdateRuleGroup.

func (*MockWAFRegionalAPIMockRecorder) UpdateRuleGroupRequest

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

UpdateRuleGroupRequest indicates an expected call of UpdateRuleGroupRequest.

func (*MockWAFRegionalAPIMockRecorder) UpdateRuleGroupWithContext

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

UpdateRuleGroupWithContext indicates an expected call of UpdateRuleGroupWithContext.

func (*MockWAFRegionalAPIMockRecorder) UpdateRuleRequest

func (mr *MockWAFRegionalAPIMockRecorder) UpdateRuleRequest(arg0 interface{}) *gomock.Call

UpdateRuleRequest indicates an expected call of UpdateRuleRequest.

func (*MockWAFRegionalAPIMockRecorder) UpdateRuleWithContext

func (mr *MockWAFRegionalAPIMockRecorder) UpdateRuleWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateRuleWithContext indicates an expected call of UpdateRuleWithContext.

func (*MockWAFRegionalAPIMockRecorder) UpdateSizeConstraintSet

func (mr *MockWAFRegionalAPIMockRecorder) UpdateSizeConstraintSet(arg0 interface{}) *gomock.Call

UpdateSizeConstraintSet indicates an expected call of UpdateSizeConstraintSet.

func (*MockWAFRegionalAPIMockRecorder) UpdateSizeConstraintSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) UpdateSizeConstraintSetRequest(arg0 interface{}) *gomock.Call

UpdateSizeConstraintSetRequest indicates an expected call of UpdateSizeConstraintSetRequest.

func (*MockWAFRegionalAPIMockRecorder) UpdateSizeConstraintSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) UpdateSizeConstraintSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSizeConstraintSetWithContext indicates an expected call of UpdateSizeConstraintSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) UpdateSqlInjectionMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) UpdateSqlInjectionMatchSet(arg0 interface{}) *gomock.Call

UpdateSqlInjectionMatchSet indicates an expected call of UpdateSqlInjectionMatchSet.

func (*MockWAFRegionalAPIMockRecorder) UpdateSqlInjectionMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) UpdateSqlInjectionMatchSetRequest(arg0 interface{}) *gomock.Call

UpdateSqlInjectionMatchSetRequest indicates an expected call of UpdateSqlInjectionMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) UpdateSqlInjectionMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) UpdateSqlInjectionMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateSqlInjectionMatchSetWithContext indicates an expected call of UpdateSqlInjectionMatchSetWithContext.

func (*MockWAFRegionalAPIMockRecorder) UpdateWebACL

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

UpdateWebACL indicates an expected call of UpdateWebACL.

func (*MockWAFRegionalAPIMockRecorder) UpdateWebACLRequest

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

UpdateWebACLRequest indicates an expected call of UpdateWebACLRequest.

func (*MockWAFRegionalAPIMockRecorder) UpdateWebACLWithContext

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

UpdateWebACLWithContext indicates an expected call of UpdateWebACLWithContext.

func (*MockWAFRegionalAPIMockRecorder) UpdateXssMatchSet

func (mr *MockWAFRegionalAPIMockRecorder) UpdateXssMatchSet(arg0 interface{}) *gomock.Call

UpdateXssMatchSet indicates an expected call of UpdateXssMatchSet.

func (*MockWAFRegionalAPIMockRecorder) UpdateXssMatchSetRequest

func (mr *MockWAFRegionalAPIMockRecorder) UpdateXssMatchSetRequest(arg0 interface{}) *gomock.Call

UpdateXssMatchSetRequest indicates an expected call of UpdateXssMatchSetRequest.

func (*MockWAFRegionalAPIMockRecorder) UpdateXssMatchSetWithContext

func (mr *MockWAFRegionalAPIMockRecorder) UpdateXssMatchSetWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateXssMatchSetWithContext indicates an expected call of UpdateXssMatchSetWithContext.

Jump to

Keyboard shortcuts

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