wafmock

package
v1.43.22 Latest Latest
Warning

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

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

Documentation

Overview

Package wafmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockWAFAPI

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

MockWAFAPI is a mock of WAFAPI interface.

func NewMockWAFAPI

func NewMockWAFAPI(ctrl *gomock.Controller) *MockWAFAPI

NewMockWAFAPI creates a new mock instance.

func (*MockWAFAPI) CreateByteMatchSet

func (m *MockWAFAPI) CreateByteMatchSet(arg0 *waf.CreateByteMatchSetInput) (*waf.CreateByteMatchSetOutput, error)

CreateByteMatchSet mocks base method.

func (*MockWAFAPI) CreateByteMatchSetRequest

func (m *MockWAFAPI) CreateByteMatchSetRequest(arg0 *waf.CreateByteMatchSetInput) (*request.Request, *waf.CreateByteMatchSetOutput)

CreateByteMatchSetRequest mocks base method.

func (*MockWAFAPI) CreateByteMatchSetWithContext

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

CreateByteMatchSetWithContext mocks base method.

func (*MockWAFAPI) CreateGeoMatchSet

func (m *MockWAFAPI) CreateGeoMatchSet(arg0 *waf.CreateGeoMatchSetInput) (*waf.CreateGeoMatchSetOutput, error)

CreateGeoMatchSet mocks base method.

func (*MockWAFAPI) CreateGeoMatchSetRequest

func (m *MockWAFAPI) CreateGeoMatchSetRequest(arg0 *waf.CreateGeoMatchSetInput) (*request.Request, *waf.CreateGeoMatchSetOutput)

CreateGeoMatchSetRequest mocks base method.

func (*MockWAFAPI) CreateGeoMatchSetWithContext

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

CreateGeoMatchSetWithContext mocks base method.

func (*MockWAFAPI) CreateIPSet

func (m *MockWAFAPI) CreateIPSet(arg0 *waf.CreateIPSetInput) (*waf.CreateIPSetOutput, error)

CreateIPSet mocks base method.

func (*MockWAFAPI) CreateIPSetRequest

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

CreateIPSetRequest mocks base method.

func (*MockWAFAPI) CreateIPSetWithContext

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

CreateIPSetWithContext mocks base method.

func (*MockWAFAPI) CreateRateBasedRule

func (m *MockWAFAPI) CreateRateBasedRule(arg0 *waf.CreateRateBasedRuleInput) (*waf.CreateRateBasedRuleOutput, error)

CreateRateBasedRule mocks base method.

func (*MockWAFAPI) CreateRateBasedRuleRequest

func (m *MockWAFAPI) CreateRateBasedRuleRequest(arg0 *waf.CreateRateBasedRuleInput) (*request.Request, *waf.CreateRateBasedRuleOutput)

CreateRateBasedRuleRequest mocks base method.

func (*MockWAFAPI) CreateRateBasedRuleWithContext

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

CreateRateBasedRuleWithContext mocks base method.

func (*MockWAFAPI) CreateRegexMatchSet

func (m *MockWAFAPI) CreateRegexMatchSet(arg0 *waf.CreateRegexMatchSetInput) (*waf.CreateRegexMatchSetOutput, error)

CreateRegexMatchSet mocks base method.

func (*MockWAFAPI) CreateRegexMatchSetRequest

func (m *MockWAFAPI) CreateRegexMatchSetRequest(arg0 *waf.CreateRegexMatchSetInput) (*request.Request, *waf.CreateRegexMatchSetOutput)

CreateRegexMatchSetRequest mocks base method.

func (*MockWAFAPI) CreateRegexMatchSetWithContext

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

CreateRegexMatchSetWithContext mocks base method.

func (*MockWAFAPI) CreateRegexPatternSet

func (m *MockWAFAPI) CreateRegexPatternSet(arg0 *waf.CreateRegexPatternSetInput) (*waf.CreateRegexPatternSetOutput, error)

CreateRegexPatternSet mocks base method.

func (*MockWAFAPI) CreateRegexPatternSetRequest

func (m *MockWAFAPI) CreateRegexPatternSetRequest(arg0 *waf.CreateRegexPatternSetInput) (*request.Request, *waf.CreateRegexPatternSetOutput)

CreateRegexPatternSetRequest mocks base method.

func (*MockWAFAPI) CreateRegexPatternSetWithContext

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

CreateRegexPatternSetWithContext mocks base method.

func (*MockWAFAPI) CreateRule

func (m *MockWAFAPI) CreateRule(arg0 *waf.CreateRuleInput) (*waf.CreateRuleOutput, error)

CreateRule mocks base method.

func (*MockWAFAPI) CreateRuleGroup

func (m *MockWAFAPI) CreateRuleGroup(arg0 *waf.CreateRuleGroupInput) (*waf.CreateRuleGroupOutput, error)

CreateRuleGroup mocks base method.

func (*MockWAFAPI) CreateRuleGroupRequest

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

CreateRuleGroupRequest mocks base method.

func (*MockWAFAPI) CreateRuleGroupWithContext

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

CreateRuleGroupWithContext mocks base method.

func (*MockWAFAPI) CreateRuleRequest

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

CreateRuleRequest mocks base method.

func (*MockWAFAPI) CreateRuleWithContext

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

CreateRuleWithContext mocks base method.

func (*MockWAFAPI) CreateSizeConstraintSet

func (m *MockWAFAPI) CreateSizeConstraintSet(arg0 *waf.CreateSizeConstraintSetInput) (*waf.CreateSizeConstraintSetOutput, error)

CreateSizeConstraintSet mocks base method.

func (*MockWAFAPI) CreateSizeConstraintSetRequest

func (m *MockWAFAPI) CreateSizeConstraintSetRequest(arg0 *waf.CreateSizeConstraintSetInput) (*request.Request, *waf.CreateSizeConstraintSetOutput)

CreateSizeConstraintSetRequest mocks base method.

func (*MockWAFAPI) CreateSizeConstraintSetWithContext

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

CreateSizeConstraintSetWithContext mocks base method.

func (*MockWAFAPI) CreateSqlInjectionMatchSet

CreateSqlInjectionMatchSet mocks base method.

func (*MockWAFAPI) CreateSqlInjectionMatchSetRequest

func (m *MockWAFAPI) CreateSqlInjectionMatchSetRequest(arg0 *waf.CreateSqlInjectionMatchSetInput) (*request.Request, *waf.CreateSqlInjectionMatchSetOutput)

CreateSqlInjectionMatchSetRequest mocks base method.

func (*MockWAFAPI) CreateSqlInjectionMatchSetWithContext

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

CreateSqlInjectionMatchSetWithContext mocks base method.

func (*MockWAFAPI) CreateWebACL

func (m *MockWAFAPI) CreateWebACL(arg0 *waf.CreateWebACLInput) (*waf.CreateWebACLOutput, error)

CreateWebACL mocks base method.

func (*MockWAFAPI) CreateWebACLMigrationStack

CreateWebACLMigrationStack mocks base method.

func (*MockWAFAPI) CreateWebACLMigrationStackRequest

func (m *MockWAFAPI) CreateWebACLMigrationStackRequest(arg0 *waf.CreateWebACLMigrationStackInput) (*request.Request, *waf.CreateWebACLMigrationStackOutput)

CreateWebACLMigrationStackRequest mocks base method.

func (*MockWAFAPI) CreateWebACLMigrationStackWithContext

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

CreateWebACLMigrationStackWithContext mocks base method.

func (*MockWAFAPI) CreateWebACLRequest

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

CreateWebACLRequest mocks base method.

func (*MockWAFAPI) CreateWebACLWithContext

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

CreateWebACLWithContext mocks base method.

func (*MockWAFAPI) CreateXssMatchSet

func (m *MockWAFAPI) CreateXssMatchSet(arg0 *waf.CreateXssMatchSetInput) (*waf.CreateXssMatchSetOutput, error)

CreateXssMatchSet mocks base method.

func (*MockWAFAPI) CreateXssMatchSetRequest

func (m *MockWAFAPI) CreateXssMatchSetRequest(arg0 *waf.CreateXssMatchSetInput) (*request.Request, *waf.CreateXssMatchSetOutput)

CreateXssMatchSetRequest mocks base method.

func (*MockWAFAPI) CreateXssMatchSetWithContext

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

CreateXssMatchSetWithContext mocks base method.

func (*MockWAFAPI) DeleteByteMatchSet

func (m *MockWAFAPI) DeleteByteMatchSet(arg0 *waf.DeleteByteMatchSetInput) (*waf.DeleteByteMatchSetOutput, error)

DeleteByteMatchSet mocks base method.

func (*MockWAFAPI) DeleteByteMatchSetRequest

func (m *MockWAFAPI) DeleteByteMatchSetRequest(arg0 *waf.DeleteByteMatchSetInput) (*request.Request, *waf.DeleteByteMatchSetOutput)

DeleteByteMatchSetRequest mocks base method.

func (*MockWAFAPI) DeleteByteMatchSetWithContext

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

DeleteByteMatchSetWithContext mocks base method.

func (*MockWAFAPI) DeleteGeoMatchSet

func (m *MockWAFAPI) DeleteGeoMatchSet(arg0 *waf.DeleteGeoMatchSetInput) (*waf.DeleteGeoMatchSetOutput, error)

DeleteGeoMatchSet mocks base method.

func (*MockWAFAPI) DeleteGeoMatchSetRequest

func (m *MockWAFAPI) DeleteGeoMatchSetRequest(arg0 *waf.DeleteGeoMatchSetInput) (*request.Request, *waf.DeleteGeoMatchSetOutput)

DeleteGeoMatchSetRequest mocks base method.

func (*MockWAFAPI) DeleteGeoMatchSetWithContext

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

DeleteGeoMatchSetWithContext mocks base method.

func (*MockWAFAPI) DeleteIPSet

func (m *MockWAFAPI) DeleteIPSet(arg0 *waf.DeleteIPSetInput) (*waf.DeleteIPSetOutput, error)

DeleteIPSet mocks base method.

func (*MockWAFAPI) DeleteIPSetRequest

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

DeleteIPSetRequest mocks base method.

func (*MockWAFAPI) DeleteIPSetWithContext

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

DeleteIPSetWithContext mocks base method.

func (*MockWAFAPI) DeleteLoggingConfiguration

DeleteLoggingConfiguration mocks base method.

func (*MockWAFAPI) DeleteLoggingConfigurationRequest

func (m *MockWAFAPI) DeleteLoggingConfigurationRequest(arg0 *waf.DeleteLoggingConfigurationInput) (*request.Request, *waf.DeleteLoggingConfigurationOutput)

DeleteLoggingConfigurationRequest mocks base method.

func (*MockWAFAPI) DeleteLoggingConfigurationWithContext

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

DeleteLoggingConfigurationWithContext mocks base method.

func (*MockWAFAPI) DeletePermissionPolicy

func (m *MockWAFAPI) DeletePermissionPolicy(arg0 *waf.DeletePermissionPolicyInput) (*waf.DeletePermissionPolicyOutput, error)

DeletePermissionPolicy mocks base method.

func (*MockWAFAPI) DeletePermissionPolicyRequest

func (m *MockWAFAPI) DeletePermissionPolicyRequest(arg0 *waf.DeletePermissionPolicyInput) (*request.Request, *waf.DeletePermissionPolicyOutput)

DeletePermissionPolicyRequest mocks base method.

func (*MockWAFAPI) DeletePermissionPolicyWithContext

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

DeletePermissionPolicyWithContext mocks base method.

func (*MockWAFAPI) DeleteRateBasedRule

func (m *MockWAFAPI) DeleteRateBasedRule(arg0 *waf.DeleteRateBasedRuleInput) (*waf.DeleteRateBasedRuleOutput, error)

DeleteRateBasedRule mocks base method.

func (*MockWAFAPI) DeleteRateBasedRuleRequest

func (m *MockWAFAPI) DeleteRateBasedRuleRequest(arg0 *waf.DeleteRateBasedRuleInput) (*request.Request, *waf.DeleteRateBasedRuleOutput)

DeleteRateBasedRuleRequest mocks base method.

func (*MockWAFAPI) DeleteRateBasedRuleWithContext

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

DeleteRateBasedRuleWithContext mocks base method.

func (*MockWAFAPI) DeleteRegexMatchSet

func (m *MockWAFAPI) DeleteRegexMatchSet(arg0 *waf.DeleteRegexMatchSetInput) (*waf.DeleteRegexMatchSetOutput, error)

DeleteRegexMatchSet mocks base method.

func (*MockWAFAPI) DeleteRegexMatchSetRequest

func (m *MockWAFAPI) DeleteRegexMatchSetRequest(arg0 *waf.DeleteRegexMatchSetInput) (*request.Request, *waf.DeleteRegexMatchSetOutput)

DeleteRegexMatchSetRequest mocks base method.

func (*MockWAFAPI) DeleteRegexMatchSetWithContext

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

DeleteRegexMatchSetWithContext mocks base method.

func (*MockWAFAPI) DeleteRegexPatternSet

func (m *MockWAFAPI) DeleteRegexPatternSet(arg0 *waf.DeleteRegexPatternSetInput) (*waf.DeleteRegexPatternSetOutput, error)

DeleteRegexPatternSet mocks base method.

func (*MockWAFAPI) DeleteRegexPatternSetRequest

func (m *MockWAFAPI) DeleteRegexPatternSetRequest(arg0 *waf.DeleteRegexPatternSetInput) (*request.Request, *waf.DeleteRegexPatternSetOutput)

DeleteRegexPatternSetRequest mocks base method.

func (*MockWAFAPI) DeleteRegexPatternSetWithContext

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

DeleteRegexPatternSetWithContext mocks base method.

func (*MockWAFAPI) DeleteRule

func (m *MockWAFAPI) DeleteRule(arg0 *waf.DeleteRuleInput) (*waf.DeleteRuleOutput, error)

DeleteRule mocks base method.

func (*MockWAFAPI) DeleteRuleGroup

func (m *MockWAFAPI) DeleteRuleGroup(arg0 *waf.DeleteRuleGroupInput) (*waf.DeleteRuleGroupOutput, error)

DeleteRuleGroup mocks base method.

func (*MockWAFAPI) DeleteRuleGroupRequest

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

DeleteRuleGroupRequest mocks base method.

func (*MockWAFAPI) DeleteRuleGroupWithContext

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

DeleteRuleGroupWithContext mocks base method.

func (*MockWAFAPI) DeleteRuleRequest

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

DeleteRuleRequest mocks base method.

func (*MockWAFAPI) DeleteRuleWithContext

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

DeleteRuleWithContext mocks base method.

func (*MockWAFAPI) DeleteSizeConstraintSet

func (m *MockWAFAPI) DeleteSizeConstraintSet(arg0 *waf.DeleteSizeConstraintSetInput) (*waf.DeleteSizeConstraintSetOutput, error)

DeleteSizeConstraintSet mocks base method.

func (*MockWAFAPI) DeleteSizeConstraintSetRequest

func (m *MockWAFAPI) DeleteSizeConstraintSetRequest(arg0 *waf.DeleteSizeConstraintSetInput) (*request.Request, *waf.DeleteSizeConstraintSetOutput)

DeleteSizeConstraintSetRequest mocks base method.

func (*MockWAFAPI) DeleteSizeConstraintSetWithContext

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

DeleteSizeConstraintSetWithContext mocks base method.

func (*MockWAFAPI) DeleteSqlInjectionMatchSet

DeleteSqlInjectionMatchSet mocks base method.

func (*MockWAFAPI) DeleteSqlInjectionMatchSetRequest

func (m *MockWAFAPI) DeleteSqlInjectionMatchSetRequest(arg0 *waf.DeleteSqlInjectionMatchSetInput) (*request.Request, *waf.DeleteSqlInjectionMatchSetOutput)

DeleteSqlInjectionMatchSetRequest mocks base method.

func (*MockWAFAPI) DeleteSqlInjectionMatchSetWithContext

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

DeleteSqlInjectionMatchSetWithContext mocks base method.

func (*MockWAFAPI) DeleteWebACL

func (m *MockWAFAPI) DeleteWebACL(arg0 *waf.DeleteWebACLInput) (*waf.DeleteWebACLOutput, error)

DeleteWebACL mocks base method.

func (*MockWAFAPI) DeleteWebACLRequest

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

DeleteWebACLRequest mocks base method.

func (*MockWAFAPI) DeleteWebACLWithContext

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

DeleteWebACLWithContext mocks base method.

func (*MockWAFAPI) DeleteXssMatchSet

func (m *MockWAFAPI) DeleteXssMatchSet(arg0 *waf.DeleteXssMatchSetInput) (*waf.DeleteXssMatchSetOutput, error)

DeleteXssMatchSet mocks base method.

func (*MockWAFAPI) DeleteXssMatchSetRequest

func (m *MockWAFAPI) DeleteXssMatchSetRequest(arg0 *waf.DeleteXssMatchSetInput) (*request.Request, *waf.DeleteXssMatchSetOutput)

DeleteXssMatchSetRequest mocks base method.

func (*MockWAFAPI) DeleteXssMatchSetWithContext

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

DeleteXssMatchSetWithContext mocks base method.

func (*MockWAFAPI) EXPECT

func (m *MockWAFAPI) EXPECT() *MockWAFAPIMockRecorder

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

func (*MockWAFAPI) GetByteMatchSet

func (m *MockWAFAPI) GetByteMatchSet(arg0 *waf.GetByteMatchSetInput) (*waf.GetByteMatchSetOutput, error)

GetByteMatchSet mocks base method.

func (*MockWAFAPI) GetByteMatchSetRequest

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

GetByteMatchSetRequest mocks base method.

func (*MockWAFAPI) GetByteMatchSetWithContext

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

GetByteMatchSetWithContext mocks base method.

func (*MockWAFAPI) GetChangeToken

func (m *MockWAFAPI) GetChangeToken(arg0 *waf.GetChangeTokenInput) (*waf.GetChangeTokenOutput, error)

GetChangeToken mocks base method.

func (*MockWAFAPI) GetChangeTokenRequest

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

GetChangeTokenRequest mocks base method.

func (*MockWAFAPI) GetChangeTokenStatus

func (m *MockWAFAPI) GetChangeTokenStatus(arg0 *waf.GetChangeTokenStatusInput) (*waf.GetChangeTokenStatusOutput, error)

GetChangeTokenStatus mocks base method.

func (*MockWAFAPI) GetChangeTokenStatusRequest

func (m *MockWAFAPI) GetChangeTokenStatusRequest(arg0 *waf.GetChangeTokenStatusInput) (*request.Request, *waf.GetChangeTokenStatusOutput)

GetChangeTokenStatusRequest mocks base method.

func (*MockWAFAPI) GetChangeTokenStatusWithContext

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

GetChangeTokenStatusWithContext mocks base method.

func (*MockWAFAPI) GetChangeTokenWithContext

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

GetChangeTokenWithContext mocks base method.

func (*MockWAFAPI) GetGeoMatchSet

func (m *MockWAFAPI) GetGeoMatchSet(arg0 *waf.GetGeoMatchSetInput) (*waf.GetGeoMatchSetOutput, error)

GetGeoMatchSet mocks base method.

func (*MockWAFAPI) GetGeoMatchSetRequest

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

GetGeoMatchSetRequest mocks base method.

func (*MockWAFAPI) GetGeoMatchSetWithContext

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

GetGeoMatchSetWithContext mocks base method.

func (*MockWAFAPI) GetIPSet

func (m *MockWAFAPI) GetIPSet(arg0 *waf.GetIPSetInput) (*waf.GetIPSetOutput, error)

GetIPSet mocks base method.

func (*MockWAFAPI) GetIPSetRequest

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

GetIPSetRequest mocks base method.

func (*MockWAFAPI) GetIPSetWithContext

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

GetIPSetWithContext mocks base method.

func (*MockWAFAPI) GetLoggingConfiguration

func (m *MockWAFAPI) GetLoggingConfiguration(arg0 *waf.GetLoggingConfigurationInput) (*waf.GetLoggingConfigurationOutput, error)

GetLoggingConfiguration mocks base method.

func (*MockWAFAPI) GetLoggingConfigurationRequest

func (m *MockWAFAPI) GetLoggingConfigurationRequest(arg0 *waf.GetLoggingConfigurationInput) (*request.Request, *waf.GetLoggingConfigurationOutput)

GetLoggingConfigurationRequest mocks base method.

func (*MockWAFAPI) GetLoggingConfigurationWithContext

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

GetLoggingConfigurationWithContext mocks base method.

func (*MockWAFAPI) GetPermissionPolicy

func (m *MockWAFAPI) GetPermissionPolicy(arg0 *waf.GetPermissionPolicyInput) (*waf.GetPermissionPolicyOutput, error)

GetPermissionPolicy mocks base method.

func (*MockWAFAPI) GetPermissionPolicyRequest

func (m *MockWAFAPI) GetPermissionPolicyRequest(arg0 *waf.GetPermissionPolicyInput) (*request.Request, *waf.GetPermissionPolicyOutput)

GetPermissionPolicyRequest mocks base method.

func (*MockWAFAPI) GetPermissionPolicyWithContext

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

GetPermissionPolicyWithContext mocks base method.

func (*MockWAFAPI) GetRateBasedRule

func (m *MockWAFAPI) GetRateBasedRule(arg0 *waf.GetRateBasedRuleInput) (*waf.GetRateBasedRuleOutput, error)

GetRateBasedRule mocks base method.

func (*MockWAFAPI) GetRateBasedRuleManagedKeys

GetRateBasedRuleManagedKeys mocks base method.

func (*MockWAFAPI) GetRateBasedRuleManagedKeysRequest

func (m *MockWAFAPI) GetRateBasedRuleManagedKeysRequest(arg0 *waf.GetRateBasedRuleManagedKeysInput) (*request.Request, *waf.GetRateBasedRuleManagedKeysOutput)

GetRateBasedRuleManagedKeysRequest mocks base method.

func (*MockWAFAPI) GetRateBasedRuleManagedKeysWithContext

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

GetRateBasedRuleManagedKeysWithContext mocks base method.

func (*MockWAFAPI) GetRateBasedRuleRequest

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

GetRateBasedRuleRequest mocks base method.

func (*MockWAFAPI) GetRateBasedRuleWithContext

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

GetRateBasedRuleWithContext mocks base method.

func (*MockWAFAPI) GetRegexMatchSet

func (m *MockWAFAPI) GetRegexMatchSet(arg0 *waf.GetRegexMatchSetInput) (*waf.GetRegexMatchSetOutput, error)

GetRegexMatchSet mocks base method.

func (*MockWAFAPI) GetRegexMatchSetRequest

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

GetRegexMatchSetRequest mocks base method.

func (*MockWAFAPI) GetRegexMatchSetWithContext

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

GetRegexMatchSetWithContext mocks base method.

func (*MockWAFAPI) GetRegexPatternSet

func (m *MockWAFAPI) GetRegexPatternSet(arg0 *waf.GetRegexPatternSetInput) (*waf.GetRegexPatternSetOutput, error)

GetRegexPatternSet mocks base method.

func (*MockWAFAPI) GetRegexPatternSetRequest

func (m *MockWAFAPI) GetRegexPatternSetRequest(arg0 *waf.GetRegexPatternSetInput) (*request.Request, *waf.GetRegexPatternSetOutput)

GetRegexPatternSetRequest mocks base method.

func (*MockWAFAPI) GetRegexPatternSetWithContext

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

GetRegexPatternSetWithContext mocks base method.

func (*MockWAFAPI) GetRule

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

GetRule mocks base method.

func (*MockWAFAPI) GetRuleGroup

func (m *MockWAFAPI) GetRuleGroup(arg0 *waf.GetRuleGroupInput) (*waf.GetRuleGroupOutput, error)

GetRuleGroup mocks base method.

func (*MockWAFAPI) GetRuleGroupRequest

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

GetRuleGroupRequest mocks base method.

func (*MockWAFAPI) GetRuleGroupWithContext

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

GetRuleGroupWithContext mocks base method.

func (*MockWAFAPI) GetRuleRequest

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

GetRuleRequest mocks base method.

func (*MockWAFAPI) GetRuleWithContext

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

GetRuleWithContext mocks base method.

func (*MockWAFAPI) GetSampledRequests

func (m *MockWAFAPI) GetSampledRequests(arg0 *waf.GetSampledRequestsInput) (*waf.GetSampledRequestsOutput, error)

GetSampledRequests mocks base method.

func (*MockWAFAPI) GetSampledRequestsRequest

func (m *MockWAFAPI) GetSampledRequestsRequest(arg0 *waf.GetSampledRequestsInput) (*request.Request, *waf.GetSampledRequestsOutput)

GetSampledRequestsRequest mocks base method.

func (*MockWAFAPI) GetSampledRequestsWithContext

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

GetSampledRequestsWithContext mocks base method.

func (*MockWAFAPI) GetSizeConstraintSet

func (m *MockWAFAPI) GetSizeConstraintSet(arg0 *waf.GetSizeConstraintSetInput) (*waf.GetSizeConstraintSetOutput, error)

GetSizeConstraintSet mocks base method.

func (*MockWAFAPI) GetSizeConstraintSetRequest

func (m *MockWAFAPI) GetSizeConstraintSetRequest(arg0 *waf.GetSizeConstraintSetInput) (*request.Request, *waf.GetSizeConstraintSetOutput)

GetSizeConstraintSetRequest mocks base method.

func (*MockWAFAPI) GetSizeConstraintSetWithContext

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

GetSizeConstraintSetWithContext mocks base method.

func (*MockWAFAPI) GetSqlInjectionMatchSet

func (m *MockWAFAPI) GetSqlInjectionMatchSet(arg0 *waf.GetSqlInjectionMatchSetInput) (*waf.GetSqlInjectionMatchSetOutput, error)

GetSqlInjectionMatchSet mocks base method.

func (*MockWAFAPI) GetSqlInjectionMatchSetRequest

func (m *MockWAFAPI) GetSqlInjectionMatchSetRequest(arg0 *waf.GetSqlInjectionMatchSetInput) (*request.Request, *waf.GetSqlInjectionMatchSetOutput)

GetSqlInjectionMatchSetRequest mocks base method.

func (*MockWAFAPI) GetSqlInjectionMatchSetWithContext

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

GetSqlInjectionMatchSetWithContext mocks base method.

func (*MockWAFAPI) GetWebACL

func (m *MockWAFAPI) GetWebACL(arg0 *waf.GetWebACLInput) (*waf.GetWebACLOutput, error)

GetWebACL mocks base method.

func (*MockWAFAPI) GetWebACLRequest

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

GetWebACLRequest mocks base method.

func (*MockWAFAPI) GetWebACLWithContext

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

GetWebACLWithContext mocks base method.

func (*MockWAFAPI) GetXssMatchSet

func (m *MockWAFAPI) GetXssMatchSet(arg0 *waf.GetXssMatchSetInput) (*waf.GetXssMatchSetOutput, error)

GetXssMatchSet mocks base method.

func (*MockWAFAPI) GetXssMatchSetRequest

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

GetXssMatchSetRequest mocks base method.

func (*MockWAFAPI) GetXssMatchSetWithContext

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

GetXssMatchSetWithContext mocks base method.

func (*MockWAFAPI) ListActivatedRulesInRuleGroup

ListActivatedRulesInRuleGroup mocks base method.

func (*MockWAFAPI) ListActivatedRulesInRuleGroupRequest

func (m *MockWAFAPI) ListActivatedRulesInRuleGroupRequest(arg0 *waf.ListActivatedRulesInRuleGroupInput) (*request.Request, *waf.ListActivatedRulesInRuleGroupOutput)

ListActivatedRulesInRuleGroupRequest mocks base method.

func (*MockWAFAPI) ListActivatedRulesInRuleGroupWithContext

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

ListActivatedRulesInRuleGroupWithContext mocks base method.

func (*MockWAFAPI) ListByteMatchSets

func (m *MockWAFAPI) ListByteMatchSets(arg0 *waf.ListByteMatchSetsInput) (*waf.ListByteMatchSetsOutput, error)

ListByteMatchSets mocks base method.

func (*MockWAFAPI) ListByteMatchSetsRequest

func (m *MockWAFAPI) ListByteMatchSetsRequest(arg0 *waf.ListByteMatchSetsInput) (*request.Request, *waf.ListByteMatchSetsOutput)

ListByteMatchSetsRequest mocks base method.

func (*MockWAFAPI) ListByteMatchSetsWithContext

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

ListByteMatchSetsWithContext mocks base method.

func (*MockWAFAPI) ListGeoMatchSets

func (m *MockWAFAPI) ListGeoMatchSets(arg0 *waf.ListGeoMatchSetsInput) (*waf.ListGeoMatchSetsOutput, error)

ListGeoMatchSets mocks base method.

func (*MockWAFAPI) ListGeoMatchSetsRequest

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

ListGeoMatchSetsRequest mocks base method.

func (*MockWAFAPI) ListGeoMatchSetsWithContext

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

ListGeoMatchSetsWithContext mocks base method.

func (*MockWAFAPI) ListIPSets

func (m *MockWAFAPI) ListIPSets(arg0 *waf.ListIPSetsInput) (*waf.ListIPSetsOutput, error)

ListIPSets mocks base method.

func (*MockWAFAPI) ListIPSetsRequest

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

ListIPSetsRequest mocks base method.

func (*MockWAFAPI) ListIPSetsWithContext

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

ListIPSetsWithContext mocks base method.

func (*MockWAFAPI) ListLoggingConfigurations

ListLoggingConfigurations mocks base method.

func (*MockWAFAPI) ListLoggingConfigurationsRequest

func (m *MockWAFAPI) ListLoggingConfigurationsRequest(arg0 *waf.ListLoggingConfigurationsInput) (*request.Request, *waf.ListLoggingConfigurationsOutput)

ListLoggingConfigurationsRequest mocks base method.

func (*MockWAFAPI) ListLoggingConfigurationsWithContext

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

ListLoggingConfigurationsWithContext mocks base method.

func (*MockWAFAPI) ListRateBasedRules

func (m *MockWAFAPI) ListRateBasedRules(arg0 *waf.ListRateBasedRulesInput) (*waf.ListRateBasedRulesOutput, error)

ListRateBasedRules mocks base method.

func (*MockWAFAPI) ListRateBasedRulesRequest

func (m *MockWAFAPI) ListRateBasedRulesRequest(arg0 *waf.ListRateBasedRulesInput) (*request.Request, *waf.ListRateBasedRulesOutput)

ListRateBasedRulesRequest mocks base method.

func (*MockWAFAPI) ListRateBasedRulesWithContext

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

ListRateBasedRulesWithContext mocks base method.

func (*MockWAFAPI) ListRegexMatchSets

func (m *MockWAFAPI) ListRegexMatchSets(arg0 *waf.ListRegexMatchSetsInput) (*waf.ListRegexMatchSetsOutput, error)

ListRegexMatchSets mocks base method.

func (*MockWAFAPI) ListRegexMatchSetsRequest

func (m *MockWAFAPI) ListRegexMatchSetsRequest(arg0 *waf.ListRegexMatchSetsInput) (*request.Request, *waf.ListRegexMatchSetsOutput)

ListRegexMatchSetsRequest mocks base method.

func (*MockWAFAPI) ListRegexMatchSetsWithContext

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

ListRegexMatchSetsWithContext mocks base method.

func (*MockWAFAPI) ListRegexPatternSets

func (m *MockWAFAPI) ListRegexPatternSets(arg0 *waf.ListRegexPatternSetsInput) (*waf.ListRegexPatternSetsOutput, error)

ListRegexPatternSets mocks base method.

func (*MockWAFAPI) ListRegexPatternSetsRequest

func (m *MockWAFAPI) ListRegexPatternSetsRequest(arg0 *waf.ListRegexPatternSetsInput) (*request.Request, *waf.ListRegexPatternSetsOutput)

ListRegexPatternSetsRequest mocks base method.

func (*MockWAFAPI) ListRegexPatternSetsWithContext

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

ListRegexPatternSetsWithContext mocks base method.

func (*MockWAFAPI) ListRuleGroups

func (m *MockWAFAPI) ListRuleGroups(arg0 *waf.ListRuleGroupsInput) (*waf.ListRuleGroupsOutput, error)

ListRuleGroups mocks base method.

func (*MockWAFAPI) ListRuleGroupsRequest

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

ListRuleGroupsRequest mocks base method.

func (*MockWAFAPI) ListRuleGroupsWithContext

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

ListRuleGroupsWithContext mocks base method.

func (*MockWAFAPI) ListRules

func (m *MockWAFAPI) ListRules(arg0 *waf.ListRulesInput) (*waf.ListRulesOutput, error)

ListRules mocks base method.

func (*MockWAFAPI) ListRulesRequest

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

ListRulesRequest mocks base method.

func (*MockWAFAPI) ListRulesWithContext

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

ListRulesWithContext mocks base method.

func (*MockWAFAPI) ListSizeConstraintSets

func (m *MockWAFAPI) ListSizeConstraintSets(arg0 *waf.ListSizeConstraintSetsInput) (*waf.ListSizeConstraintSetsOutput, error)

ListSizeConstraintSets mocks base method.

func (*MockWAFAPI) ListSizeConstraintSetsRequest

func (m *MockWAFAPI) ListSizeConstraintSetsRequest(arg0 *waf.ListSizeConstraintSetsInput) (*request.Request, *waf.ListSizeConstraintSetsOutput)

ListSizeConstraintSetsRequest mocks base method.

func (*MockWAFAPI) ListSizeConstraintSetsWithContext

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

ListSizeConstraintSetsWithContext mocks base method.

func (*MockWAFAPI) ListSqlInjectionMatchSets

ListSqlInjectionMatchSets mocks base method.

func (*MockWAFAPI) ListSqlInjectionMatchSetsRequest

func (m *MockWAFAPI) ListSqlInjectionMatchSetsRequest(arg0 *waf.ListSqlInjectionMatchSetsInput) (*request.Request, *waf.ListSqlInjectionMatchSetsOutput)

ListSqlInjectionMatchSetsRequest mocks base method.

func (*MockWAFAPI) ListSqlInjectionMatchSetsWithContext

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

ListSqlInjectionMatchSetsWithContext mocks base method.

func (*MockWAFAPI) ListSubscribedRuleGroups

ListSubscribedRuleGroups mocks base method.

func (*MockWAFAPI) ListSubscribedRuleGroupsRequest

func (m *MockWAFAPI) ListSubscribedRuleGroupsRequest(arg0 *waf.ListSubscribedRuleGroupsInput) (*request.Request, *waf.ListSubscribedRuleGroupsOutput)

ListSubscribedRuleGroupsRequest mocks base method.

func (*MockWAFAPI) ListSubscribedRuleGroupsWithContext

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

ListSubscribedRuleGroupsWithContext mocks base method.

func (*MockWAFAPI) ListTagsForResource

func (m *MockWAFAPI) ListTagsForResource(arg0 *waf.ListTagsForResourceInput) (*waf.ListTagsForResourceOutput, error)

ListTagsForResource mocks base method.

func (*MockWAFAPI) ListTagsForResourceRequest

func (m *MockWAFAPI) ListTagsForResourceRequest(arg0 *waf.ListTagsForResourceInput) (*request.Request, *waf.ListTagsForResourceOutput)

ListTagsForResourceRequest mocks base method.

func (*MockWAFAPI) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext mocks base method.

func (*MockWAFAPI) ListWebACLs

func (m *MockWAFAPI) ListWebACLs(arg0 *waf.ListWebACLsInput) (*waf.ListWebACLsOutput, error)

ListWebACLs mocks base method.

func (*MockWAFAPI) ListWebACLsRequest

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

ListWebACLsRequest mocks base method.

func (*MockWAFAPI) ListWebACLsWithContext

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

ListWebACLsWithContext mocks base method.

func (*MockWAFAPI) ListXssMatchSets

func (m *MockWAFAPI) ListXssMatchSets(arg0 *waf.ListXssMatchSetsInput) (*waf.ListXssMatchSetsOutput, error)

ListXssMatchSets mocks base method.

func (*MockWAFAPI) ListXssMatchSetsRequest

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

ListXssMatchSetsRequest mocks base method.

func (*MockWAFAPI) ListXssMatchSetsWithContext

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

ListXssMatchSetsWithContext mocks base method.

func (*MockWAFAPI) PutLoggingConfiguration

func (m *MockWAFAPI) PutLoggingConfiguration(arg0 *waf.PutLoggingConfigurationInput) (*waf.PutLoggingConfigurationOutput, error)

PutLoggingConfiguration mocks base method.

func (*MockWAFAPI) PutLoggingConfigurationRequest

func (m *MockWAFAPI) PutLoggingConfigurationRequest(arg0 *waf.PutLoggingConfigurationInput) (*request.Request, *waf.PutLoggingConfigurationOutput)

PutLoggingConfigurationRequest mocks base method.

func (*MockWAFAPI) PutLoggingConfigurationWithContext

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

PutLoggingConfigurationWithContext mocks base method.

func (*MockWAFAPI) PutPermissionPolicy

func (m *MockWAFAPI) PutPermissionPolicy(arg0 *waf.PutPermissionPolicyInput) (*waf.PutPermissionPolicyOutput, error)

PutPermissionPolicy mocks base method.

func (*MockWAFAPI) PutPermissionPolicyRequest

func (m *MockWAFAPI) PutPermissionPolicyRequest(arg0 *waf.PutPermissionPolicyInput) (*request.Request, *waf.PutPermissionPolicyOutput)

PutPermissionPolicyRequest mocks base method.

func (*MockWAFAPI) PutPermissionPolicyWithContext

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

PutPermissionPolicyWithContext mocks base method.

func (*MockWAFAPI) TagResource

func (m *MockWAFAPI) TagResource(arg0 *waf.TagResourceInput) (*waf.TagResourceOutput, error)

TagResource mocks base method.

func (*MockWAFAPI) TagResourceRequest

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

TagResourceRequest mocks base method.

func (*MockWAFAPI) TagResourceWithContext

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

TagResourceWithContext mocks base method.

func (*MockWAFAPI) UntagResource

func (m *MockWAFAPI) UntagResource(arg0 *waf.UntagResourceInput) (*waf.UntagResourceOutput, error)

UntagResource mocks base method.

func (*MockWAFAPI) UntagResourceRequest

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

UntagResourceRequest mocks base method.

func (*MockWAFAPI) UntagResourceWithContext

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

UntagResourceWithContext mocks base method.

func (*MockWAFAPI) UpdateByteMatchSet

func (m *MockWAFAPI) UpdateByteMatchSet(arg0 *waf.UpdateByteMatchSetInput) (*waf.UpdateByteMatchSetOutput, error)

UpdateByteMatchSet mocks base method.

func (*MockWAFAPI) UpdateByteMatchSetRequest

func (m *MockWAFAPI) UpdateByteMatchSetRequest(arg0 *waf.UpdateByteMatchSetInput) (*request.Request, *waf.UpdateByteMatchSetOutput)

UpdateByteMatchSetRequest mocks base method.

func (*MockWAFAPI) UpdateByteMatchSetWithContext

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

UpdateByteMatchSetWithContext mocks base method.

func (*MockWAFAPI) UpdateGeoMatchSet

func (m *MockWAFAPI) UpdateGeoMatchSet(arg0 *waf.UpdateGeoMatchSetInput) (*waf.UpdateGeoMatchSetOutput, error)

UpdateGeoMatchSet mocks base method.

func (*MockWAFAPI) UpdateGeoMatchSetRequest

func (m *MockWAFAPI) UpdateGeoMatchSetRequest(arg0 *waf.UpdateGeoMatchSetInput) (*request.Request, *waf.UpdateGeoMatchSetOutput)

UpdateGeoMatchSetRequest mocks base method.

func (*MockWAFAPI) UpdateGeoMatchSetWithContext

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

UpdateGeoMatchSetWithContext mocks base method.

func (*MockWAFAPI) UpdateIPSet

func (m *MockWAFAPI) UpdateIPSet(arg0 *waf.UpdateIPSetInput) (*waf.UpdateIPSetOutput, error)

UpdateIPSet mocks base method.

func (*MockWAFAPI) UpdateIPSetRequest

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

UpdateIPSetRequest mocks base method.

func (*MockWAFAPI) UpdateIPSetWithContext

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

UpdateIPSetWithContext mocks base method.

func (*MockWAFAPI) UpdateRateBasedRule

func (m *MockWAFAPI) UpdateRateBasedRule(arg0 *waf.UpdateRateBasedRuleInput) (*waf.UpdateRateBasedRuleOutput, error)

UpdateRateBasedRule mocks base method.

func (*MockWAFAPI) UpdateRateBasedRuleRequest

func (m *MockWAFAPI) UpdateRateBasedRuleRequest(arg0 *waf.UpdateRateBasedRuleInput) (*request.Request, *waf.UpdateRateBasedRuleOutput)

UpdateRateBasedRuleRequest mocks base method.

func (*MockWAFAPI) UpdateRateBasedRuleWithContext

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

UpdateRateBasedRuleWithContext mocks base method.

func (*MockWAFAPI) UpdateRegexMatchSet

func (m *MockWAFAPI) UpdateRegexMatchSet(arg0 *waf.UpdateRegexMatchSetInput) (*waf.UpdateRegexMatchSetOutput, error)

UpdateRegexMatchSet mocks base method.

func (*MockWAFAPI) UpdateRegexMatchSetRequest

func (m *MockWAFAPI) UpdateRegexMatchSetRequest(arg0 *waf.UpdateRegexMatchSetInput) (*request.Request, *waf.UpdateRegexMatchSetOutput)

UpdateRegexMatchSetRequest mocks base method.

func (*MockWAFAPI) UpdateRegexMatchSetWithContext

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

UpdateRegexMatchSetWithContext mocks base method.

func (*MockWAFAPI) UpdateRegexPatternSet

func (m *MockWAFAPI) UpdateRegexPatternSet(arg0 *waf.UpdateRegexPatternSetInput) (*waf.UpdateRegexPatternSetOutput, error)

UpdateRegexPatternSet mocks base method.

func (*MockWAFAPI) UpdateRegexPatternSetRequest

func (m *MockWAFAPI) UpdateRegexPatternSetRequest(arg0 *waf.UpdateRegexPatternSetInput) (*request.Request, *waf.UpdateRegexPatternSetOutput)

UpdateRegexPatternSetRequest mocks base method.

func (*MockWAFAPI) UpdateRegexPatternSetWithContext

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

UpdateRegexPatternSetWithContext mocks base method.

func (*MockWAFAPI) UpdateRule

func (m *MockWAFAPI) UpdateRule(arg0 *waf.UpdateRuleInput) (*waf.UpdateRuleOutput, error)

UpdateRule mocks base method.

func (*MockWAFAPI) UpdateRuleGroup

func (m *MockWAFAPI) UpdateRuleGroup(arg0 *waf.UpdateRuleGroupInput) (*waf.UpdateRuleGroupOutput, error)

UpdateRuleGroup mocks base method.

func (*MockWAFAPI) UpdateRuleGroupRequest

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

UpdateRuleGroupRequest mocks base method.

func (*MockWAFAPI) UpdateRuleGroupWithContext

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

UpdateRuleGroupWithContext mocks base method.

func (*MockWAFAPI) UpdateRuleRequest

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

UpdateRuleRequest mocks base method.

func (*MockWAFAPI) UpdateRuleWithContext

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

UpdateRuleWithContext mocks base method.

func (*MockWAFAPI) UpdateSizeConstraintSet

func (m *MockWAFAPI) UpdateSizeConstraintSet(arg0 *waf.UpdateSizeConstraintSetInput) (*waf.UpdateSizeConstraintSetOutput, error)

UpdateSizeConstraintSet mocks base method.

func (*MockWAFAPI) UpdateSizeConstraintSetRequest

func (m *MockWAFAPI) UpdateSizeConstraintSetRequest(arg0 *waf.UpdateSizeConstraintSetInput) (*request.Request, *waf.UpdateSizeConstraintSetOutput)

UpdateSizeConstraintSetRequest mocks base method.

func (*MockWAFAPI) UpdateSizeConstraintSetWithContext

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

UpdateSizeConstraintSetWithContext mocks base method.

func (*MockWAFAPI) UpdateSqlInjectionMatchSet

UpdateSqlInjectionMatchSet mocks base method.

func (*MockWAFAPI) UpdateSqlInjectionMatchSetRequest

func (m *MockWAFAPI) UpdateSqlInjectionMatchSetRequest(arg0 *waf.UpdateSqlInjectionMatchSetInput) (*request.Request, *waf.UpdateSqlInjectionMatchSetOutput)

UpdateSqlInjectionMatchSetRequest mocks base method.

func (*MockWAFAPI) UpdateSqlInjectionMatchSetWithContext

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

UpdateSqlInjectionMatchSetWithContext mocks base method.

func (*MockWAFAPI) UpdateWebACL

func (m *MockWAFAPI) UpdateWebACL(arg0 *waf.UpdateWebACLInput) (*waf.UpdateWebACLOutput, error)

UpdateWebACL mocks base method.

func (*MockWAFAPI) UpdateWebACLRequest

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

UpdateWebACLRequest mocks base method.

func (*MockWAFAPI) UpdateWebACLWithContext

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

UpdateWebACLWithContext mocks base method.

func (*MockWAFAPI) UpdateXssMatchSet

func (m *MockWAFAPI) UpdateXssMatchSet(arg0 *waf.UpdateXssMatchSetInput) (*waf.UpdateXssMatchSetOutput, error)

UpdateXssMatchSet mocks base method.

func (*MockWAFAPI) UpdateXssMatchSetRequest

func (m *MockWAFAPI) UpdateXssMatchSetRequest(arg0 *waf.UpdateXssMatchSetInput) (*request.Request, *waf.UpdateXssMatchSetOutput)

UpdateXssMatchSetRequest mocks base method.

func (*MockWAFAPI) UpdateXssMatchSetWithContext

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

UpdateXssMatchSetWithContext mocks base method.

type MockWAFAPIMockRecorder

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

MockWAFAPIMockRecorder is the mock recorder for MockWAFAPI.

func (*MockWAFAPIMockRecorder) CreateByteMatchSet

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

CreateByteMatchSet indicates an expected call of CreateByteMatchSet.

func (*MockWAFAPIMockRecorder) CreateByteMatchSetRequest

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

CreateByteMatchSetRequest indicates an expected call of CreateByteMatchSetRequest.

func (*MockWAFAPIMockRecorder) CreateByteMatchSetWithContext

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

CreateByteMatchSetWithContext indicates an expected call of CreateByteMatchSetWithContext.

func (*MockWAFAPIMockRecorder) CreateGeoMatchSet

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

CreateGeoMatchSet indicates an expected call of CreateGeoMatchSet.

func (*MockWAFAPIMockRecorder) CreateGeoMatchSetRequest

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

CreateGeoMatchSetRequest indicates an expected call of CreateGeoMatchSetRequest.

func (*MockWAFAPIMockRecorder) CreateGeoMatchSetWithContext

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

CreateGeoMatchSetWithContext indicates an expected call of CreateGeoMatchSetWithContext.

func (*MockWAFAPIMockRecorder) CreateIPSet

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

CreateIPSet indicates an expected call of CreateIPSet.

func (*MockWAFAPIMockRecorder) CreateIPSetRequest

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

CreateIPSetRequest indicates an expected call of CreateIPSetRequest.

func (*MockWAFAPIMockRecorder) CreateIPSetWithContext

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

CreateIPSetWithContext indicates an expected call of CreateIPSetWithContext.

func (*MockWAFAPIMockRecorder) CreateRateBasedRule

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

CreateRateBasedRule indicates an expected call of CreateRateBasedRule.

func (*MockWAFAPIMockRecorder) CreateRateBasedRuleRequest

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

CreateRateBasedRuleRequest indicates an expected call of CreateRateBasedRuleRequest.

func (*MockWAFAPIMockRecorder) CreateRateBasedRuleWithContext

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

CreateRateBasedRuleWithContext indicates an expected call of CreateRateBasedRuleWithContext.

func (*MockWAFAPIMockRecorder) CreateRegexMatchSet

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

CreateRegexMatchSet indicates an expected call of CreateRegexMatchSet.

func (*MockWAFAPIMockRecorder) CreateRegexMatchSetRequest

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

CreateRegexMatchSetRequest indicates an expected call of CreateRegexMatchSetRequest.

func (*MockWAFAPIMockRecorder) CreateRegexMatchSetWithContext

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

CreateRegexMatchSetWithContext indicates an expected call of CreateRegexMatchSetWithContext.

func (*MockWAFAPIMockRecorder) CreateRegexPatternSet

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

CreateRegexPatternSet indicates an expected call of CreateRegexPatternSet.

func (*MockWAFAPIMockRecorder) CreateRegexPatternSetRequest

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

CreateRegexPatternSetRequest indicates an expected call of CreateRegexPatternSetRequest.

func (*MockWAFAPIMockRecorder) CreateRegexPatternSetWithContext

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

CreateRegexPatternSetWithContext indicates an expected call of CreateRegexPatternSetWithContext.

func (*MockWAFAPIMockRecorder) CreateRule

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

CreateRule indicates an expected call of CreateRule.

func (*MockWAFAPIMockRecorder) CreateRuleGroup

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

CreateRuleGroup indicates an expected call of CreateRuleGroup.

func (*MockWAFAPIMockRecorder) CreateRuleGroupRequest

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

CreateRuleGroupRequest indicates an expected call of CreateRuleGroupRequest.

func (*MockWAFAPIMockRecorder) CreateRuleGroupWithContext

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

CreateRuleGroupWithContext indicates an expected call of CreateRuleGroupWithContext.

func (*MockWAFAPIMockRecorder) CreateRuleRequest

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

CreateRuleRequest indicates an expected call of CreateRuleRequest.

func (*MockWAFAPIMockRecorder) CreateRuleWithContext

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

CreateRuleWithContext indicates an expected call of CreateRuleWithContext.

func (*MockWAFAPIMockRecorder) CreateSizeConstraintSet

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

CreateSizeConstraintSet indicates an expected call of CreateSizeConstraintSet.

func (*MockWAFAPIMockRecorder) CreateSizeConstraintSetRequest

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

CreateSizeConstraintSetRequest indicates an expected call of CreateSizeConstraintSetRequest.

func (*MockWAFAPIMockRecorder) CreateSizeConstraintSetWithContext

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

CreateSizeConstraintSetWithContext indicates an expected call of CreateSizeConstraintSetWithContext.

func (*MockWAFAPIMockRecorder) CreateSqlInjectionMatchSet

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

CreateSqlInjectionMatchSet indicates an expected call of CreateSqlInjectionMatchSet.

func (*MockWAFAPIMockRecorder) CreateSqlInjectionMatchSetRequest

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

CreateSqlInjectionMatchSetRequest indicates an expected call of CreateSqlInjectionMatchSetRequest.

func (*MockWAFAPIMockRecorder) CreateSqlInjectionMatchSetWithContext

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

CreateSqlInjectionMatchSetWithContext indicates an expected call of CreateSqlInjectionMatchSetWithContext.

func (*MockWAFAPIMockRecorder) CreateWebACL

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

CreateWebACL indicates an expected call of CreateWebACL.

func (*MockWAFAPIMockRecorder) CreateWebACLMigrationStack

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

CreateWebACLMigrationStack indicates an expected call of CreateWebACLMigrationStack.

func (*MockWAFAPIMockRecorder) CreateWebACLMigrationStackRequest

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

CreateWebACLMigrationStackRequest indicates an expected call of CreateWebACLMigrationStackRequest.

func (*MockWAFAPIMockRecorder) CreateWebACLMigrationStackWithContext

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

CreateWebACLMigrationStackWithContext indicates an expected call of CreateWebACLMigrationStackWithContext.

func (*MockWAFAPIMockRecorder) CreateWebACLRequest

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

CreateWebACLRequest indicates an expected call of CreateWebACLRequest.

func (*MockWAFAPIMockRecorder) CreateWebACLWithContext

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

CreateWebACLWithContext indicates an expected call of CreateWebACLWithContext.

func (*MockWAFAPIMockRecorder) CreateXssMatchSet

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

CreateXssMatchSet indicates an expected call of CreateXssMatchSet.

func (*MockWAFAPIMockRecorder) CreateXssMatchSetRequest

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

CreateXssMatchSetRequest indicates an expected call of CreateXssMatchSetRequest.

func (*MockWAFAPIMockRecorder) CreateXssMatchSetWithContext

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

CreateXssMatchSetWithContext indicates an expected call of CreateXssMatchSetWithContext.

func (*MockWAFAPIMockRecorder) DeleteByteMatchSet

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

DeleteByteMatchSet indicates an expected call of DeleteByteMatchSet.

func (*MockWAFAPIMockRecorder) DeleteByteMatchSetRequest

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

DeleteByteMatchSetRequest indicates an expected call of DeleteByteMatchSetRequest.

func (*MockWAFAPIMockRecorder) DeleteByteMatchSetWithContext

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

DeleteByteMatchSetWithContext indicates an expected call of DeleteByteMatchSetWithContext.

func (*MockWAFAPIMockRecorder) DeleteGeoMatchSet

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

DeleteGeoMatchSet indicates an expected call of DeleteGeoMatchSet.

func (*MockWAFAPIMockRecorder) DeleteGeoMatchSetRequest

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

DeleteGeoMatchSetRequest indicates an expected call of DeleteGeoMatchSetRequest.

func (*MockWAFAPIMockRecorder) DeleteGeoMatchSetWithContext

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

DeleteGeoMatchSetWithContext indicates an expected call of DeleteGeoMatchSetWithContext.

func (*MockWAFAPIMockRecorder) DeleteIPSet

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

DeleteIPSet indicates an expected call of DeleteIPSet.

func (*MockWAFAPIMockRecorder) DeleteIPSetRequest

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

DeleteIPSetRequest indicates an expected call of DeleteIPSetRequest.

func (*MockWAFAPIMockRecorder) DeleteIPSetWithContext

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

DeleteIPSetWithContext indicates an expected call of DeleteIPSetWithContext.

func (*MockWAFAPIMockRecorder) DeleteLoggingConfiguration

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

DeleteLoggingConfiguration indicates an expected call of DeleteLoggingConfiguration.

func (*MockWAFAPIMockRecorder) DeleteLoggingConfigurationRequest

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

DeleteLoggingConfigurationRequest indicates an expected call of DeleteLoggingConfigurationRequest.

func (*MockWAFAPIMockRecorder) DeleteLoggingConfigurationWithContext

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

DeleteLoggingConfigurationWithContext indicates an expected call of DeleteLoggingConfigurationWithContext.

func (*MockWAFAPIMockRecorder) DeletePermissionPolicy

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

DeletePermissionPolicy indicates an expected call of DeletePermissionPolicy.

func (*MockWAFAPIMockRecorder) DeletePermissionPolicyRequest

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

DeletePermissionPolicyRequest indicates an expected call of DeletePermissionPolicyRequest.

func (*MockWAFAPIMockRecorder) DeletePermissionPolicyWithContext

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

DeletePermissionPolicyWithContext indicates an expected call of DeletePermissionPolicyWithContext.

func (*MockWAFAPIMockRecorder) DeleteRateBasedRule

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

DeleteRateBasedRule indicates an expected call of DeleteRateBasedRule.

func (*MockWAFAPIMockRecorder) DeleteRateBasedRuleRequest

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

DeleteRateBasedRuleRequest indicates an expected call of DeleteRateBasedRuleRequest.

func (*MockWAFAPIMockRecorder) DeleteRateBasedRuleWithContext

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

DeleteRateBasedRuleWithContext indicates an expected call of DeleteRateBasedRuleWithContext.

func (*MockWAFAPIMockRecorder) DeleteRegexMatchSet

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

DeleteRegexMatchSet indicates an expected call of DeleteRegexMatchSet.

func (*MockWAFAPIMockRecorder) DeleteRegexMatchSetRequest

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

DeleteRegexMatchSetRequest indicates an expected call of DeleteRegexMatchSetRequest.

func (*MockWAFAPIMockRecorder) DeleteRegexMatchSetWithContext

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

DeleteRegexMatchSetWithContext indicates an expected call of DeleteRegexMatchSetWithContext.

func (*MockWAFAPIMockRecorder) DeleteRegexPatternSet

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

DeleteRegexPatternSet indicates an expected call of DeleteRegexPatternSet.

func (*MockWAFAPIMockRecorder) DeleteRegexPatternSetRequest

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

DeleteRegexPatternSetRequest indicates an expected call of DeleteRegexPatternSetRequest.

func (*MockWAFAPIMockRecorder) DeleteRegexPatternSetWithContext

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

DeleteRegexPatternSetWithContext indicates an expected call of DeleteRegexPatternSetWithContext.

func (*MockWAFAPIMockRecorder) DeleteRule

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

DeleteRule indicates an expected call of DeleteRule.

func (*MockWAFAPIMockRecorder) DeleteRuleGroup

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

DeleteRuleGroup indicates an expected call of DeleteRuleGroup.

func (*MockWAFAPIMockRecorder) DeleteRuleGroupRequest

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

DeleteRuleGroupRequest indicates an expected call of DeleteRuleGroupRequest.

func (*MockWAFAPIMockRecorder) DeleteRuleGroupWithContext

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

DeleteRuleGroupWithContext indicates an expected call of DeleteRuleGroupWithContext.

func (*MockWAFAPIMockRecorder) DeleteRuleRequest

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

DeleteRuleRequest indicates an expected call of DeleteRuleRequest.

func (*MockWAFAPIMockRecorder) DeleteRuleWithContext

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

DeleteRuleWithContext indicates an expected call of DeleteRuleWithContext.

func (*MockWAFAPIMockRecorder) DeleteSizeConstraintSet

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

DeleteSizeConstraintSet indicates an expected call of DeleteSizeConstraintSet.

func (*MockWAFAPIMockRecorder) DeleteSizeConstraintSetRequest

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

DeleteSizeConstraintSetRequest indicates an expected call of DeleteSizeConstraintSetRequest.

func (*MockWAFAPIMockRecorder) DeleteSizeConstraintSetWithContext

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

DeleteSizeConstraintSetWithContext indicates an expected call of DeleteSizeConstraintSetWithContext.

func (*MockWAFAPIMockRecorder) DeleteSqlInjectionMatchSet

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

DeleteSqlInjectionMatchSet indicates an expected call of DeleteSqlInjectionMatchSet.

func (*MockWAFAPIMockRecorder) DeleteSqlInjectionMatchSetRequest

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

DeleteSqlInjectionMatchSetRequest indicates an expected call of DeleteSqlInjectionMatchSetRequest.

func (*MockWAFAPIMockRecorder) DeleteSqlInjectionMatchSetWithContext

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

DeleteSqlInjectionMatchSetWithContext indicates an expected call of DeleteSqlInjectionMatchSetWithContext.

func (*MockWAFAPIMockRecorder) DeleteWebACL

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

DeleteWebACL indicates an expected call of DeleteWebACL.

func (*MockWAFAPIMockRecorder) DeleteWebACLRequest

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

DeleteWebACLRequest indicates an expected call of DeleteWebACLRequest.

func (*MockWAFAPIMockRecorder) DeleteWebACLWithContext

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

DeleteWebACLWithContext indicates an expected call of DeleteWebACLWithContext.

func (*MockWAFAPIMockRecorder) DeleteXssMatchSet

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

DeleteXssMatchSet indicates an expected call of DeleteXssMatchSet.

func (*MockWAFAPIMockRecorder) DeleteXssMatchSetRequest

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

DeleteXssMatchSetRequest indicates an expected call of DeleteXssMatchSetRequest.

func (*MockWAFAPIMockRecorder) DeleteXssMatchSetWithContext

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

DeleteXssMatchSetWithContext indicates an expected call of DeleteXssMatchSetWithContext.

func (*MockWAFAPIMockRecorder) GetByteMatchSet

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

GetByteMatchSet indicates an expected call of GetByteMatchSet.

func (*MockWAFAPIMockRecorder) GetByteMatchSetRequest

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

GetByteMatchSetRequest indicates an expected call of GetByteMatchSetRequest.

func (*MockWAFAPIMockRecorder) GetByteMatchSetWithContext

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

GetByteMatchSetWithContext indicates an expected call of GetByteMatchSetWithContext.

func (*MockWAFAPIMockRecorder) GetChangeToken

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

GetChangeToken indicates an expected call of GetChangeToken.

func (*MockWAFAPIMockRecorder) GetChangeTokenRequest

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

GetChangeTokenRequest indicates an expected call of GetChangeTokenRequest.

func (*MockWAFAPIMockRecorder) GetChangeTokenStatus

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

GetChangeTokenStatus indicates an expected call of GetChangeTokenStatus.

func (*MockWAFAPIMockRecorder) GetChangeTokenStatusRequest

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

GetChangeTokenStatusRequest indicates an expected call of GetChangeTokenStatusRequest.

func (*MockWAFAPIMockRecorder) GetChangeTokenStatusWithContext

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

GetChangeTokenStatusWithContext indicates an expected call of GetChangeTokenStatusWithContext.

func (*MockWAFAPIMockRecorder) GetChangeTokenWithContext

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

GetChangeTokenWithContext indicates an expected call of GetChangeTokenWithContext.

func (*MockWAFAPIMockRecorder) GetGeoMatchSet

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

GetGeoMatchSet indicates an expected call of GetGeoMatchSet.

func (*MockWAFAPIMockRecorder) GetGeoMatchSetRequest

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

GetGeoMatchSetRequest indicates an expected call of GetGeoMatchSetRequest.

func (*MockWAFAPIMockRecorder) GetGeoMatchSetWithContext

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

GetGeoMatchSetWithContext indicates an expected call of GetGeoMatchSetWithContext.

func (*MockWAFAPIMockRecorder) GetIPSet

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

GetIPSet indicates an expected call of GetIPSet.

func (*MockWAFAPIMockRecorder) GetIPSetRequest

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

GetIPSetRequest indicates an expected call of GetIPSetRequest.

func (*MockWAFAPIMockRecorder) GetIPSetWithContext

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

GetIPSetWithContext indicates an expected call of GetIPSetWithContext.

func (*MockWAFAPIMockRecorder) GetLoggingConfiguration

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

GetLoggingConfiguration indicates an expected call of GetLoggingConfiguration.

func (*MockWAFAPIMockRecorder) GetLoggingConfigurationRequest

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

GetLoggingConfigurationRequest indicates an expected call of GetLoggingConfigurationRequest.

func (*MockWAFAPIMockRecorder) GetLoggingConfigurationWithContext

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

GetLoggingConfigurationWithContext indicates an expected call of GetLoggingConfigurationWithContext.

func (*MockWAFAPIMockRecorder) GetPermissionPolicy

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

GetPermissionPolicy indicates an expected call of GetPermissionPolicy.

func (*MockWAFAPIMockRecorder) GetPermissionPolicyRequest

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

GetPermissionPolicyRequest indicates an expected call of GetPermissionPolicyRequest.

func (*MockWAFAPIMockRecorder) GetPermissionPolicyWithContext

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

GetPermissionPolicyWithContext indicates an expected call of GetPermissionPolicyWithContext.

func (*MockWAFAPIMockRecorder) GetRateBasedRule

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

GetRateBasedRule indicates an expected call of GetRateBasedRule.

func (*MockWAFAPIMockRecorder) GetRateBasedRuleManagedKeys

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

GetRateBasedRuleManagedKeys indicates an expected call of GetRateBasedRuleManagedKeys.

func (*MockWAFAPIMockRecorder) GetRateBasedRuleManagedKeysRequest

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

GetRateBasedRuleManagedKeysRequest indicates an expected call of GetRateBasedRuleManagedKeysRequest.

func (*MockWAFAPIMockRecorder) GetRateBasedRuleManagedKeysWithContext

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

GetRateBasedRuleManagedKeysWithContext indicates an expected call of GetRateBasedRuleManagedKeysWithContext.

func (*MockWAFAPIMockRecorder) GetRateBasedRuleRequest

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

GetRateBasedRuleRequest indicates an expected call of GetRateBasedRuleRequest.

func (*MockWAFAPIMockRecorder) GetRateBasedRuleWithContext

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

GetRateBasedRuleWithContext indicates an expected call of GetRateBasedRuleWithContext.

func (*MockWAFAPIMockRecorder) GetRegexMatchSet

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

GetRegexMatchSet indicates an expected call of GetRegexMatchSet.

func (*MockWAFAPIMockRecorder) GetRegexMatchSetRequest

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

GetRegexMatchSetRequest indicates an expected call of GetRegexMatchSetRequest.

func (*MockWAFAPIMockRecorder) GetRegexMatchSetWithContext

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

GetRegexMatchSetWithContext indicates an expected call of GetRegexMatchSetWithContext.

func (*MockWAFAPIMockRecorder) GetRegexPatternSet

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

GetRegexPatternSet indicates an expected call of GetRegexPatternSet.

func (*MockWAFAPIMockRecorder) GetRegexPatternSetRequest

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

GetRegexPatternSetRequest indicates an expected call of GetRegexPatternSetRequest.

func (*MockWAFAPIMockRecorder) GetRegexPatternSetWithContext

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

GetRegexPatternSetWithContext indicates an expected call of GetRegexPatternSetWithContext.

func (*MockWAFAPIMockRecorder) GetRule

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

GetRule indicates an expected call of GetRule.

func (*MockWAFAPIMockRecorder) GetRuleGroup

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

GetRuleGroup indicates an expected call of GetRuleGroup.

func (*MockWAFAPIMockRecorder) GetRuleGroupRequest

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

GetRuleGroupRequest indicates an expected call of GetRuleGroupRequest.

func (*MockWAFAPIMockRecorder) GetRuleGroupWithContext

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

GetRuleGroupWithContext indicates an expected call of GetRuleGroupWithContext.

func (*MockWAFAPIMockRecorder) GetRuleRequest

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

GetRuleRequest indicates an expected call of GetRuleRequest.

func (*MockWAFAPIMockRecorder) GetRuleWithContext

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

GetRuleWithContext indicates an expected call of GetRuleWithContext.

func (*MockWAFAPIMockRecorder) GetSampledRequests

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

GetSampledRequests indicates an expected call of GetSampledRequests.

func (*MockWAFAPIMockRecorder) GetSampledRequestsRequest

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

GetSampledRequestsRequest indicates an expected call of GetSampledRequestsRequest.

func (*MockWAFAPIMockRecorder) GetSampledRequestsWithContext

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

GetSampledRequestsWithContext indicates an expected call of GetSampledRequestsWithContext.

func (*MockWAFAPIMockRecorder) GetSizeConstraintSet

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

GetSizeConstraintSet indicates an expected call of GetSizeConstraintSet.

func (*MockWAFAPIMockRecorder) GetSizeConstraintSetRequest

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

GetSizeConstraintSetRequest indicates an expected call of GetSizeConstraintSetRequest.

func (*MockWAFAPIMockRecorder) GetSizeConstraintSetWithContext

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

GetSizeConstraintSetWithContext indicates an expected call of GetSizeConstraintSetWithContext.

func (*MockWAFAPIMockRecorder) GetSqlInjectionMatchSet

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

GetSqlInjectionMatchSet indicates an expected call of GetSqlInjectionMatchSet.

func (*MockWAFAPIMockRecorder) GetSqlInjectionMatchSetRequest

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

GetSqlInjectionMatchSetRequest indicates an expected call of GetSqlInjectionMatchSetRequest.

func (*MockWAFAPIMockRecorder) GetSqlInjectionMatchSetWithContext

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

GetSqlInjectionMatchSetWithContext indicates an expected call of GetSqlInjectionMatchSetWithContext.

func (*MockWAFAPIMockRecorder) GetWebACL

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

GetWebACL indicates an expected call of GetWebACL.

func (*MockWAFAPIMockRecorder) GetWebACLRequest

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

GetWebACLRequest indicates an expected call of GetWebACLRequest.

func (*MockWAFAPIMockRecorder) GetWebACLWithContext

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

GetWebACLWithContext indicates an expected call of GetWebACLWithContext.

func (*MockWAFAPIMockRecorder) GetXssMatchSet

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

GetXssMatchSet indicates an expected call of GetXssMatchSet.

func (*MockWAFAPIMockRecorder) GetXssMatchSetRequest

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

GetXssMatchSetRequest indicates an expected call of GetXssMatchSetRequest.

func (*MockWAFAPIMockRecorder) GetXssMatchSetWithContext

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

GetXssMatchSetWithContext indicates an expected call of GetXssMatchSetWithContext.

func (*MockWAFAPIMockRecorder) ListActivatedRulesInRuleGroup

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

ListActivatedRulesInRuleGroup indicates an expected call of ListActivatedRulesInRuleGroup.

func (*MockWAFAPIMockRecorder) ListActivatedRulesInRuleGroupRequest

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

ListActivatedRulesInRuleGroupRequest indicates an expected call of ListActivatedRulesInRuleGroupRequest.

func (*MockWAFAPIMockRecorder) ListActivatedRulesInRuleGroupWithContext

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

ListActivatedRulesInRuleGroupWithContext indicates an expected call of ListActivatedRulesInRuleGroupWithContext.

func (*MockWAFAPIMockRecorder) ListByteMatchSets

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

ListByteMatchSets indicates an expected call of ListByteMatchSets.

func (*MockWAFAPIMockRecorder) ListByteMatchSetsRequest

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

ListByteMatchSetsRequest indicates an expected call of ListByteMatchSetsRequest.

func (*MockWAFAPIMockRecorder) ListByteMatchSetsWithContext

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

ListByteMatchSetsWithContext indicates an expected call of ListByteMatchSetsWithContext.

func (*MockWAFAPIMockRecorder) ListGeoMatchSets

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

ListGeoMatchSets indicates an expected call of ListGeoMatchSets.

func (*MockWAFAPIMockRecorder) ListGeoMatchSetsRequest

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

ListGeoMatchSetsRequest indicates an expected call of ListGeoMatchSetsRequest.

func (*MockWAFAPIMockRecorder) ListGeoMatchSetsWithContext

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

ListGeoMatchSetsWithContext indicates an expected call of ListGeoMatchSetsWithContext.

func (*MockWAFAPIMockRecorder) ListIPSets

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

ListIPSets indicates an expected call of ListIPSets.

func (*MockWAFAPIMockRecorder) ListIPSetsRequest

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

ListIPSetsRequest indicates an expected call of ListIPSetsRequest.

func (*MockWAFAPIMockRecorder) ListIPSetsWithContext

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

ListIPSetsWithContext indicates an expected call of ListIPSetsWithContext.

func (*MockWAFAPIMockRecorder) ListLoggingConfigurations

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

ListLoggingConfigurations indicates an expected call of ListLoggingConfigurations.

func (*MockWAFAPIMockRecorder) ListLoggingConfigurationsRequest

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

ListLoggingConfigurationsRequest indicates an expected call of ListLoggingConfigurationsRequest.

func (*MockWAFAPIMockRecorder) ListLoggingConfigurationsWithContext

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

ListLoggingConfigurationsWithContext indicates an expected call of ListLoggingConfigurationsWithContext.

func (*MockWAFAPIMockRecorder) ListRateBasedRules

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

ListRateBasedRules indicates an expected call of ListRateBasedRules.

func (*MockWAFAPIMockRecorder) ListRateBasedRulesRequest

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

ListRateBasedRulesRequest indicates an expected call of ListRateBasedRulesRequest.

func (*MockWAFAPIMockRecorder) ListRateBasedRulesWithContext

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

ListRateBasedRulesWithContext indicates an expected call of ListRateBasedRulesWithContext.

func (*MockWAFAPIMockRecorder) ListRegexMatchSets

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

ListRegexMatchSets indicates an expected call of ListRegexMatchSets.

func (*MockWAFAPIMockRecorder) ListRegexMatchSetsRequest

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

ListRegexMatchSetsRequest indicates an expected call of ListRegexMatchSetsRequest.

func (*MockWAFAPIMockRecorder) ListRegexMatchSetsWithContext

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

ListRegexMatchSetsWithContext indicates an expected call of ListRegexMatchSetsWithContext.

func (*MockWAFAPIMockRecorder) ListRegexPatternSets

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

ListRegexPatternSets indicates an expected call of ListRegexPatternSets.

func (*MockWAFAPIMockRecorder) ListRegexPatternSetsRequest

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

ListRegexPatternSetsRequest indicates an expected call of ListRegexPatternSetsRequest.

func (*MockWAFAPIMockRecorder) ListRegexPatternSetsWithContext

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

ListRegexPatternSetsWithContext indicates an expected call of ListRegexPatternSetsWithContext.

func (*MockWAFAPIMockRecorder) ListRuleGroups

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

ListRuleGroups indicates an expected call of ListRuleGroups.

func (*MockWAFAPIMockRecorder) ListRuleGroupsRequest

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

ListRuleGroupsRequest indicates an expected call of ListRuleGroupsRequest.

func (*MockWAFAPIMockRecorder) ListRuleGroupsWithContext

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

ListRuleGroupsWithContext indicates an expected call of ListRuleGroupsWithContext.

func (*MockWAFAPIMockRecorder) ListRules

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

ListRules indicates an expected call of ListRules.

func (*MockWAFAPIMockRecorder) ListRulesRequest

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

ListRulesRequest indicates an expected call of ListRulesRequest.

func (*MockWAFAPIMockRecorder) ListRulesWithContext

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

ListRulesWithContext indicates an expected call of ListRulesWithContext.

func (*MockWAFAPIMockRecorder) ListSizeConstraintSets

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

ListSizeConstraintSets indicates an expected call of ListSizeConstraintSets.

func (*MockWAFAPIMockRecorder) ListSizeConstraintSetsRequest

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

ListSizeConstraintSetsRequest indicates an expected call of ListSizeConstraintSetsRequest.

func (*MockWAFAPIMockRecorder) ListSizeConstraintSetsWithContext

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

ListSizeConstraintSetsWithContext indicates an expected call of ListSizeConstraintSetsWithContext.

func (*MockWAFAPIMockRecorder) ListSqlInjectionMatchSets

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

ListSqlInjectionMatchSets indicates an expected call of ListSqlInjectionMatchSets.

func (*MockWAFAPIMockRecorder) ListSqlInjectionMatchSetsRequest

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

ListSqlInjectionMatchSetsRequest indicates an expected call of ListSqlInjectionMatchSetsRequest.

func (*MockWAFAPIMockRecorder) ListSqlInjectionMatchSetsWithContext

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

ListSqlInjectionMatchSetsWithContext indicates an expected call of ListSqlInjectionMatchSetsWithContext.

func (*MockWAFAPIMockRecorder) ListSubscribedRuleGroups

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

ListSubscribedRuleGroups indicates an expected call of ListSubscribedRuleGroups.

func (*MockWAFAPIMockRecorder) ListSubscribedRuleGroupsRequest

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

ListSubscribedRuleGroupsRequest indicates an expected call of ListSubscribedRuleGroupsRequest.

func (*MockWAFAPIMockRecorder) ListSubscribedRuleGroupsWithContext

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

ListSubscribedRuleGroupsWithContext indicates an expected call of ListSubscribedRuleGroupsWithContext.

func (*MockWAFAPIMockRecorder) ListTagsForResource

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

ListTagsForResource indicates an expected call of ListTagsForResource.

func (*MockWAFAPIMockRecorder) ListTagsForResourceRequest

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

ListTagsForResourceRequest indicates an expected call of ListTagsForResourceRequest.

func (*MockWAFAPIMockRecorder) ListTagsForResourceWithContext

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

ListTagsForResourceWithContext indicates an expected call of ListTagsForResourceWithContext.

func (*MockWAFAPIMockRecorder) ListWebACLs

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

ListWebACLs indicates an expected call of ListWebACLs.

func (*MockWAFAPIMockRecorder) ListWebACLsRequest

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

ListWebACLsRequest indicates an expected call of ListWebACLsRequest.

func (*MockWAFAPIMockRecorder) ListWebACLsWithContext

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

ListWebACLsWithContext indicates an expected call of ListWebACLsWithContext.

func (*MockWAFAPIMockRecorder) ListXssMatchSets

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

ListXssMatchSets indicates an expected call of ListXssMatchSets.

func (*MockWAFAPIMockRecorder) ListXssMatchSetsRequest

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

ListXssMatchSetsRequest indicates an expected call of ListXssMatchSetsRequest.

func (*MockWAFAPIMockRecorder) ListXssMatchSetsWithContext

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

ListXssMatchSetsWithContext indicates an expected call of ListXssMatchSetsWithContext.

func (*MockWAFAPIMockRecorder) PutLoggingConfiguration

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

PutLoggingConfiguration indicates an expected call of PutLoggingConfiguration.

func (*MockWAFAPIMockRecorder) PutLoggingConfigurationRequest

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

PutLoggingConfigurationRequest indicates an expected call of PutLoggingConfigurationRequest.

func (*MockWAFAPIMockRecorder) PutLoggingConfigurationWithContext

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

PutLoggingConfigurationWithContext indicates an expected call of PutLoggingConfigurationWithContext.

func (*MockWAFAPIMockRecorder) PutPermissionPolicy

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

PutPermissionPolicy indicates an expected call of PutPermissionPolicy.

func (*MockWAFAPIMockRecorder) PutPermissionPolicyRequest

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

PutPermissionPolicyRequest indicates an expected call of PutPermissionPolicyRequest.

func (*MockWAFAPIMockRecorder) PutPermissionPolicyWithContext

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

PutPermissionPolicyWithContext indicates an expected call of PutPermissionPolicyWithContext.

func (*MockWAFAPIMockRecorder) TagResource

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

TagResource indicates an expected call of TagResource.

func (*MockWAFAPIMockRecorder) TagResourceRequest

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

TagResourceRequest indicates an expected call of TagResourceRequest.

func (*MockWAFAPIMockRecorder) TagResourceWithContext

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

TagResourceWithContext indicates an expected call of TagResourceWithContext.

func (*MockWAFAPIMockRecorder) UntagResource

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

UntagResource indicates an expected call of UntagResource.

func (*MockWAFAPIMockRecorder) UntagResourceRequest

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

UntagResourceRequest indicates an expected call of UntagResourceRequest.

func (*MockWAFAPIMockRecorder) UntagResourceWithContext

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

UntagResourceWithContext indicates an expected call of UntagResourceWithContext.

func (*MockWAFAPIMockRecorder) UpdateByteMatchSet

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

UpdateByteMatchSet indicates an expected call of UpdateByteMatchSet.

func (*MockWAFAPIMockRecorder) UpdateByteMatchSetRequest

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

UpdateByteMatchSetRequest indicates an expected call of UpdateByteMatchSetRequest.

func (*MockWAFAPIMockRecorder) UpdateByteMatchSetWithContext

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

UpdateByteMatchSetWithContext indicates an expected call of UpdateByteMatchSetWithContext.

func (*MockWAFAPIMockRecorder) UpdateGeoMatchSet

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

UpdateGeoMatchSet indicates an expected call of UpdateGeoMatchSet.

func (*MockWAFAPIMockRecorder) UpdateGeoMatchSetRequest

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

UpdateGeoMatchSetRequest indicates an expected call of UpdateGeoMatchSetRequest.

func (*MockWAFAPIMockRecorder) UpdateGeoMatchSetWithContext

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

UpdateGeoMatchSetWithContext indicates an expected call of UpdateGeoMatchSetWithContext.

func (*MockWAFAPIMockRecorder) UpdateIPSet

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

UpdateIPSet indicates an expected call of UpdateIPSet.

func (*MockWAFAPIMockRecorder) UpdateIPSetRequest

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

UpdateIPSetRequest indicates an expected call of UpdateIPSetRequest.

func (*MockWAFAPIMockRecorder) UpdateIPSetWithContext

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

UpdateIPSetWithContext indicates an expected call of UpdateIPSetWithContext.

func (*MockWAFAPIMockRecorder) UpdateRateBasedRule

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

UpdateRateBasedRule indicates an expected call of UpdateRateBasedRule.

func (*MockWAFAPIMockRecorder) UpdateRateBasedRuleRequest

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

UpdateRateBasedRuleRequest indicates an expected call of UpdateRateBasedRuleRequest.

func (*MockWAFAPIMockRecorder) UpdateRateBasedRuleWithContext

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

UpdateRateBasedRuleWithContext indicates an expected call of UpdateRateBasedRuleWithContext.

func (*MockWAFAPIMockRecorder) UpdateRegexMatchSet

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

UpdateRegexMatchSet indicates an expected call of UpdateRegexMatchSet.

func (*MockWAFAPIMockRecorder) UpdateRegexMatchSetRequest

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

UpdateRegexMatchSetRequest indicates an expected call of UpdateRegexMatchSetRequest.

func (*MockWAFAPIMockRecorder) UpdateRegexMatchSetWithContext

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

UpdateRegexMatchSetWithContext indicates an expected call of UpdateRegexMatchSetWithContext.

func (*MockWAFAPIMockRecorder) UpdateRegexPatternSet

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

UpdateRegexPatternSet indicates an expected call of UpdateRegexPatternSet.

func (*MockWAFAPIMockRecorder) UpdateRegexPatternSetRequest

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

UpdateRegexPatternSetRequest indicates an expected call of UpdateRegexPatternSetRequest.

func (*MockWAFAPIMockRecorder) UpdateRegexPatternSetWithContext

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

UpdateRegexPatternSetWithContext indicates an expected call of UpdateRegexPatternSetWithContext.

func (*MockWAFAPIMockRecorder) UpdateRule

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

UpdateRule indicates an expected call of UpdateRule.

func (*MockWAFAPIMockRecorder) UpdateRuleGroup

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

UpdateRuleGroup indicates an expected call of UpdateRuleGroup.

func (*MockWAFAPIMockRecorder) UpdateRuleGroupRequest

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

UpdateRuleGroupRequest indicates an expected call of UpdateRuleGroupRequest.

func (*MockWAFAPIMockRecorder) UpdateRuleGroupWithContext

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

UpdateRuleGroupWithContext indicates an expected call of UpdateRuleGroupWithContext.

func (*MockWAFAPIMockRecorder) UpdateRuleRequest

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

UpdateRuleRequest indicates an expected call of UpdateRuleRequest.

func (*MockWAFAPIMockRecorder) UpdateRuleWithContext

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

UpdateRuleWithContext indicates an expected call of UpdateRuleWithContext.

func (*MockWAFAPIMockRecorder) UpdateSizeConstraintSet

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

UpdateSizeConstraintSet indicates an expected call of UpdateSizeConstraintSet.

func (*MockWAFAPIMockRecorder) UpdateSizeConstraintSetRequest

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

UpdateSizeConstraintSetRequest indicates an expected call of UpdateSizeConstraintSetRequest.

func (*MockWAFAPIMockRecorder) UpdateSizeConstraintSetWithContext

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

UpdateSizeConstraintSetWithContext indicates an expected call of UpdateSizeConstraintSetWithContext.

func (*MockWAFAPIMockRecorder) UpdateSqlInjectionMatchSet

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

UpdateSqlInjectionMatchSet indicates an expected call of UpdateSqlInjectionMatchSet.

func (*MockWAFAPIMockRecorder) UpdateSqlInjectionMatchSetRequest

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

UpdateSqlInjectionMatchSetRequest indicates an expected call of UpdateSqlInjectionMatchSetRequest.

func (*MockWAFAPIMockRecorder) UpdateSqlInjectionMatchSetWithContext

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

UpdateSqlInjectionMatchSetWithContext indicates an expected call of UpdateSqlInjectionMatchSetWithContext.

func (*MockWAFAPIMockRecorder) UpdateWebACL

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

UpdateWebACL indicates an expected call of UpdateWebACL.

func (*MockWAFAPIMockRecorder) UpdateWebACLRequest

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

UpdateWebACLRequest indicates an expected call of UpdateWebACLRequest.

func (*MockWAFAPIMockRecorder) UpdateWebACLWithContext

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

UpdateWebACLWithContext indicates an expected call of UpdateWebACLWithContext.

func (*MockWAFAPIMockRecorder) UpdateXssMatchSet

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

UpdateXssMatchSet indicates an expected call of UpdateXssMatchSet.

func (*MockWAFAPIMockRecorder) UpdateXssMatchSetRequest

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

UpdateXssMatchSetRequest indicates an expected call of UpdateXssMatchSetRequest.

func (*MockWAFAPIMockRecorder) UpdateXssMatchSetWithContext

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