wafv2double

package
v0.0.0-...-8548fdf Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00 For SDKVersion 1.28.13 Package wafv2double contains test double implementation of wafv2iface.WAFV2API

Package wafv2double provides a TestDouble implementation of wafv2iface.WAFV2API

Code generated by go awsdoublegen; DO NOT EDIT. This file was generated at 2020-01-29T21:22:05+11:00

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WAFV2Double

type WAFV2Double struct {
	wafv2iface.WAFV2API
	*awsdouble.AWSTestDouble
}

WAFV2Double is TestDouble for wafv2iface.WAFV2API

func NewDouble

func NewDouble(t godouble.T, configurators ...func(*awsdouble.AWSTestDouble)) *WAFV2Double

Constructor for WAFV2Double Default configuration will ensure

  • API operations not explicitly stubbed will return an empty output struct pointer, and nil error. To simulate long polling, "Poll" operations will return these values after a random delay of up to 100ms.

  • WithContext methods implement a 'Fake' method that returns a cancellation error if the context is cancelled before the method is called.

  • Pages and PagesWithContext methods similarly implement a 'Fake' method that paginates over the underlying method.

    This allows tests to only stub the simple api methods and be generally unconcerned whether the SUT is using the Context or Pagination forms of the API.

func (*WAFV2Double) AssociateWebACL

func (d *WAFV2Double) AssociateWebACL(i0 *wafv2.AssociateWebACLInput) (r0 *wafv2.AssociateWebACLOutput, r1 error)

func (*WAFV2Double) AssociateWebACLRequest

func (d *WAFV2Double) AssociateWebACLRequest(i0 *wafv2.AssociateWebACLInput) (r0 *request.Request, r1 *wafv2.AssociateWebACLOutput)

func (*WAFV2Double) AssociateWebACLWithContext

func (d *WAFV2Double) AssociateWebACLWithContext(i0 context.Context, i1 *wafv2.AssociateWebACLInput, i2 ...request.Option) (r0 *wafv2.AssociateWebACLOutput, r1 error)

func (*WAFV2Double) CheckCapacity

func (d *WAFV2Double) CheckCapacity(i0 *wafv2.CheckCapacityInput) (r0 *wafv2.CheckCapacityOutput, r1 error)

func (*WAFV2Double) CheckCapacityRequest

func (d *WAFV2Double) CheckCapacityRequest(i0 *wafv2.CheckCapacityInput) (r0 *request.Request, r1 *wafv2.CheckCapacityOutput)

func (*WAFV2Double) CheckCapacityWithContext

func (d *WAFV2Double) CheckCapacityWithContext(i0 context.Context, i1 *wafv2.CheckCapacityInput, i2 ...request.Option) (r0 *wafv2.CheckCapacityOutput, r1 error)

func (*WAFV2Double) CreateIPSet

func (d *WAFV2Double) CreateIPSet(i0 *wafv2.CreateIPSetInput) (r0 *wafv2.CreateIPSetOutput, r1 error)

func (*WAFV2Double) CreateIPSetRequest

func (d *WAFV2Double) CreateIPSetRequest(i0 *wafv2.CreateIPSetInput) (r0 *request.Request, r1 *wafv2.CreateIPSetOutput)

func (*WAFV2Double) CreateIPSetWithContext

func (d *WAFV2Double) CreateIPSetWithContext(i0 context.Context, i1 *wafv2.CreateIPSetInput, i2 ...request.Option) (r0 *wafv2.CreateIPSetOutput, r1 error)

func (*WAFV2Double) CreateRegexPatternSet

func (d *WAFV2Double) CreateRegexPatternSet(i0 *wafv2.CreateRegexPatternSetInput) (r0 *wafv2.CreateRegexPatternSetOutput, r1 error)

func (*WAFV2Double) CreateRegexPatternSetRequest

func (d *WAFV2Double) CreateRegexPatternSetRequest(i0 *wafv2.CreateRegexPatternSetInput) (r0 *request.Request, r1 *wafv2.CreateRegexPatternSetOutput)

func (*WAFV2Double) CreateRegexPatternSetWithContext

func (d *WAFV2Double) CreateRegexPatternSetWithContext(i0 context.Context, i1 *wafv2.CreateRegexPatternSetInput, i2 ...request.Option) (r0 *wafv2.CreateRegexPatternSetOutput, r1 error)

func (*WAFV2Double) CreateRuleGroup

func (d *WAFV2Double) CreateRuleGroup(i0 *wafv2.CreateRuleGroupInput) (r0 *wafv2.CreateRuleGroupOutput, r1 error)

func (*WAFV2Double) CreateRuleGroupRequest

func (d *WAFV2Double) CreateRuleGroupRequest(i0 *wafv2.CreateRuleGroupInput) (r0 *request.Request, r1 *wafv2.CreateRuleGroupOutput)

func (*WAFV2Double) CreateRuleGroupWithContext

func (d *WAFV2Double) CreateRuleGroupWithContext(i0 context.Context, i1 *wafv2.CreateRuleGroupInput, i2 ...request.Option) (r0 *wafv2.CreateRuleGroupOutput, r1 error)

func (*WAFV2Double) CreateWebACL

func (d *WAFV2Double) CreateWebACL(i0 *wafv2.CreateWebACLInput) (r0 *wafv2.CreateWebACLOutput, r1 error)

func (*WAFV2Double) CreateWebACLRequest

func (d *WAFV2Double) CreateWebACLRequest(i0 *wafv2.CreateWebACLInput) (r0 *request.Request, r1 *wafv2.CreateWebACLOutput)

func (*WAFV2Double) CreateWebACLWithContext

func (d *WAFV2Double) CreateWebACLWithContext(i0 context.Context, i1 *wafv2.CreateWebACLInput, i2 ...request.Option) (r0 *wafv2.CreateWebACLOutput, r1 error)

func (*WAFV2Double) DeleteIPSet

func (d *WAFV2Double) DeleteIPSet(i0 *wafv2.DeleteIPSetInput) (r0 *wafv2.DeleteIPSetOutput, r1 error)

func (*WAFV2Double) DeleteIPSetRequest

func (d *WAFV2Double) DeleteIPSetRequest(i0 *wafv2.DeleteIPSetInput) (r0 *request.Request, r1 *wafv2.DeleteIPSetOutput)

func (*WAFV2Double) DeleteIPSetWithContext

func (d *WAFV2Double) DeleteIPSetWithContext(i0 context.Context, i1 *wafv2.DeleteIPSetInput, i2 ...request.Option) (r0 *wafv2.DeleteIPSetOutput, r1 error)

func (*WAFV2Double) DeleteLoggingConfiguration

func (*WAFV2Double) DeleteLoggingConfigurationRequest

func (d *WAFV2Double) DeleteLoggingConfigurationRequest(i0 *wafv2.DeleteLoggingConfigurationInput) (r0 *request.Request, r1 *wafv2.DeleteLoggingConfigurationOutput)

func (*WAFV2Double) DeleteLoggingConfigurationWithContext

func (d *WAFV2Double) DeleteLoggingConfigurationWithContext(i0 context.Context, i1 *wafv2.DeleteLoggingConfigurationInput, i2 ...request.Option) (r0 *wafv2.DeleteLoggingConfigurationOutput, r1 error)

func (*WAFV2Double) DeleteRegexPatternSet

func (d *WAFV2Double) DeleteRegexPatternSet(i0 *wafv2.DeleteRegexPatternSetInput) (r0 *wafv2.DeleteRegexPatternSetOutput, r1 error)

func (*WAFV2Double) DeleteRegexPatternSetRequest

func (d *WAFV2Double) DeleteRegexPatternSetRequest(i0 *wafv2.DeleteRegexPatternSetInput) (r0 *request.Request, r1 *wafv2.DeleteRegexPatternSetOutput)

func (*WAFV2Double) DeleteRegexPatternSetWithContext

func (d *WAFV2Double) DeleteRegexPatternSetWithContext(i0 context.Context, i1 *wafv2.DeleteRegexPatternSetInput, i2 ...request.Option) (r0 *wafv2.DeleteRegexPatternSetOutput, r1 error)

func (*WAFV2Double) DeleteRuleGroup

func (d *WAFV2Double) DeleteRuleGroup(i0 *wafv2.DeleteRuleGroupInput) (r0 *wafv2.DeleteRuleGroupOutput, r1 error)

func (*WAFV2Double) DeleteRuleGroupRequest

func (d *WAFV2Double) DeleteRuleGroupRequest(i0 *wafv2.DeleteRuleGroupInput) (r0 *request.Request, r1 *wafv2.DeleteRuleGroupOutput)

func (*WAFV2Double) DeleteRuleGroupWithContext

func (d *WAFV2Double) DeleteRuleGroupWithContext(i0 context.Context, i1 *wafv2.DeleteRuleGroupInput, i2 ...request.Option) (r0 *wafv2.DeleteRuleGroupOutput, r1 error)

func (*WAFV2Double) DeleteWebACL

func (d *WAFV2Double) DeleteWebACL(i0 *wafv2.DeleteWebACLInput) (r0 *wafv2.DeleteWebACLOutput, r1 error)

func (*WAFV2Double) DeleteWebACLRequest

func (d *WAFV2Double) DeleteWebACLRequest(i0 *wafv2.DeleteWebACLInput) (r0 *request.Request, r1 *wafv2.DeleteWebACLOutput)

func (*WAFV2Double) DeleteWebACLWithContext

func (d *WAFV2Double) DeleteWebACLWithContext(i0 context.Context, i1 *wafv2.DeleteWebACLInput, i2 ...request.Option) (r0 *wafv2.DeleteWebACLOutput, r1 error)

func (*WAFV2Double) DescribeManagedRuleGroup

func (d *WAFV2Double) DescribeManagedRuleGroup(i0 *wafv2.DescribeManagedRuleGroupInput) (r0 *wafv2.DescribeManagedRuleGroupOutput, r1 error)

func (*WAFV2Double) DescribeManagedRuleGroupRequest

func (d *WAFV2Double) DescribeManagedRuleGroupRequest(i0 *wafv2.DescribeManagedRuleGroupInput) (r0 *request.Request, r1 *wafv2.DescribeManagedRuleGroupOutput)

func (*WAFV2Double) DescribeManagedRuleGroupWithContext

func (d *WAFV2Double) DescribeManagedRuleGroupWithContext(i0 context.Context, i1 *wafv2.DescribeManagedRuleGroupInput, i2 ...request.Option) (r0 *wafv2.DescribeManagedRuleGroupOutput, r1 error)

func (*WAFV2Double) DisassociateWebACL

func (d *WAFV2Double) DisassociateWebACL(i0 *wafv2.DisassociateWebACLInput) (r0 *wafv2.DisassociateWebACLOutput, r1 error)

func (*WAFV2Double) DisassociateWebACLRequest

func (d *WAFV2Double) DisassociateWebACLRequest(i0 *wafv2.DisassociateWebACLInput) (r0 *request.Request, r1 *wafv2.DisassociateWebACLOutput)

func (*WAFV2Double) DisassociateWebACLWithContext

func (d *WAFV2Double) DisassociateWebACLWithContext(i0 context.Context, i1 *wafv2.DisassociateWebACLInput, i2 ...request.Option) (r0 *wafv2.DisassociateWebACLOutput, r1 error)

func (*WAFV2Double) GetIPSet

func (d *WAFV2Double) GetIPSet(i0 *wafv2.GetIPSetInput) (r0 *wafv2.GetIPSetOutput, r1 error)

func (*WAFV2Double) GetIPSetRequest

func (d *WAFV2Double) GetIPSetRequest(i0 *wafv2.GetIPSetInput) (r0 *request.Request, r1 *wafv2.GetIPSetOutput)

func (*WAFV2Double) GetIPSetWithContext

func (d *WAFV2Double) GetIPSetWithContext(i0 context.Context, i1 *wafv2.GetIPSetInput, i2 ...request.Option) (r0 *wafv2.GetIPSetOutput, r1 error)

func (*WAFV2Double) GetLoggingConfiguration

func (d *WAFV2Double) GetLoggingConfiguration(i0 *wafv2.GetLoggingConfigurationInput) (r0 *wafv2.GetLoggingConfigurationOutput, r1 error)

func (*WAFV2Double) GetLoggingConfigurationRequest

func (d *WAFV2Double) GetLoggingConfigurationRequest(i0 *wafv2.GetLoggingConfigurationInput) (r0 *request.Request, r1 *wafv2.GetLoggingConfigurationOutput)

func (*WAFV2Double) GetLoggingConfigurationWithContext

func (d *WAFV2Double) GetLoggingConfigurationWithContext(i0 context.Context, i1 *wafv2.GetLoggingConfigurationInput, i2 ...request.Option) (r0 *wafv2.GetLoggingConfigurationOutput, r1 error)

func (*WAFV2Double) GetRegexPatternSet

func (d *WAFV2Double) GetRegexPatternSet(i0 *wafv2.GetRegexPatternSetInput) (r0 *wafv2.GetRegexPatternSetOutput, r1 error)

func (*WAFV2Double) GetRegexPatternSetRequest

func (d *WAFV2Double) GetRegexPatternSetRequest(i0 *wafv2.GetRegexPatternSetInput) (r0 *request.Request, r1 *wafv2.GetRegexPatternSetOutput)

func (*WAFV2Double) GetRegexPatternSetWithContext

func (d *WAFV2Double) GetRegexPatternSetWithContext(i0 context.Context, i1 *wafv2.GetRegexPatternSetInput, i2 ...request.Option) (r0 *wafv2.GetRegexPatternSetOutput, r1 error)

func (*WAFV2Double) GetRuleGroup

func (d *WAFV2Double) GetRuleGroup(i0 *wafv2.GetRuleGroupInput) (r0 *wafv2.GetRuleGroupOutput, r1 error)

func (*WAFV2Double) GetRuleGroupRequest

func (d *WAFV2Double) GetRuleGroupRequest(i0 *wafv2.GetRuleGroupInput) (r0 *request.Request, r1 *wafv2.GetRuleGroupOutput)

func (*WAFV2Double) GetRuleGroupWithContext

func (d *WAFV2Double) GetRuleGroupWithContext(i0 context.Context, i1 *wafv2.GetRuleGroupInput, i2 ...request.Option) (r0 *wafv2.GetRuleGroupOutput, r1 error)

func (*WAFV2Double) GetSampledRequests

func (d *WAFV2Double) GetSampledRequests(i0 *wafv2.GetSampledRequestsInput) (r0 *wafv2.GetSampledRequestsOutput, r1 error)

func (*WAFV2Double) GetSampledRequestsRequest

func (d *WAFV2Double) GetSampledRequestsRequest(i0 *wafv2.GetSampledRequestsInput) (r0 *request.Request, r1 *wafv2.GetSampledRequestsOutput)

func (*WAFV2Double) GetSampledRequestsWithContext

func (d *WAFV2Double) GetSampledRequestsWithContext(i0 context.Context, i1 *wafv2.GetSampledRequestsInput, i2 ...request.Option) (r0 *wafv2.GetSampledRequestsOutput, r1 error)

func (*WAFV2Double) GetWebACL

func (d *WAFV2Double) GetWebACL(i0 *wafv2.GetWebACLInput) (r0 *wafv2.GetWebACLOutput, r1 error)

func (*WAFV2Double) GetWebACLForResource

func (d *WAFV2Double) GetWebACLForResource(i0 *wafv2.GetWebACLForResourceInput) (r0 *wafv2.GetWebACLForResourceOutput, r1 error)

func (*WAFV2Double) GetWebACLForResourceRequest

func (d *WAFV2Double) GetWebACLForResourceRequest(i0 *wafv2.GetWebACLForResourceInput) (r0 *request.Request, r1 *wafv2.GetWebACLForResourceOutput)

func (*WAFV2Double) GetWebACLForResourceWithContext

func (d *WAFV2Double) GetWebACLForResourceWithContext(i0 context.Context, i1 *wafv2.GetWebACLForResourceInput, i2 ...request.Option) (r0 *wafv2.GetWebACLForResourceOutput, r1 error)

func (*WAFV2Double) GetWebACLRequest

func (d *WAFV2Double) GetWebACLRequest(i0 *wafv2.GetWebACLInput) (r0 *request.Request, r1 *wafv2.GetWebACLOutput)

func (*WAFV2Double) GetWebACLWithContext

func (d *WAFV2Double) GetWebACLWithContext(i0 context.Context, i1 *wafv2.GetWebACLInput, i2 ...request.Option) (r0 *wafv2.GetWebACLOutput, r1 error)

func (*WAFV2Double) ListIPSets

func (d *WAFV2Double) ListIPSets(i0 *wafv2.ListIPSetsInput) (r0 *wafv2.ListIPSetsOutput, r1 error)

func (*WAFV2Double) ListIPSetsRequest

func (d *WAFV2Double) ListIPSetsRequest(i0 *wafv2.ListIPSetsInput) (r0 *request.Request, r1 *wafv2.ListIPSetsOutput)

func (*WAFV2Double) ListIPSetsWithContext

func (d *WAFV2Double) ListIPSetsWithContext(i0 context.Context, i1 *wafv2.ListIPSetsInput, i2 ...request.Option) (r0 *wafv2.ListIPSetsOutput, r1 error)

func (*WAFV2Double) ListLoggingConfigurations

func (d *WAFV2Double) ListLoggingConfigurations(i0 *wafv2.ListLoggingConfigurationsInput) (r0 *wafv2.ListLoggingConfigurationsOutput, r1 error)

func (*WAFV2Double) ListLoggingConfigurationsRequest

func (d *WAFV2Double) ListLoggingConfigurationsRequest(i0 *wafv2.ListLoggingConfigurationsInput) (r0 *request.Request, r1 *wafv2.ListLoggingConfigurationsOutput)

func (*WAFV2Double) ListLoggingConfigurationsWithContext

func (d *WAFV2Double) ListLoggingConfigurationsWithContext(i0 context.Context, i1 *wafv2.ListLoggingConfigurationsInput, i2 ...request.Option) (r0 *wafv2.ListLoggingConfigurationsOutput, r1 error)

func (*WAFV2Double) ListRegexPatternSets

func (d *WAFV2Double) ListRegexPatternSets(i0 *wafv2.ListRegexPatternSetsInput) (r0 *wafv2.ListRegexPatternSetsOutput, r1 error)

func (*WAFV2Double) ListRegexPatternSetsRequest

func (d *WAFV2Double) ListRegexPatternSetsRequest(i0 *wafv2.ListRegexPatternSetsInput) (r0 *request.Request, r1 *wafv2.ListRegexPatternSetsOutput)

func (*WAFV2Double) ListRegexPatternSetsWithContext

func (d *WAFV2Double) ListRegexPatternSetsWithContext(i0 context.Context, i1 *wafv2.ListRegexPatternSetsInput, i2 ...request.Option) (r0 *wafv2.ListRegexPatternSetsOutput, r1 error)

func (*WAFV2Double) ListResourcesForWebACL

func (d *WAFV2Double) ListResourcesForWebACL(i0 *wafv2.ListResourcesForWebACLInput) (r0 *wafv2.ListResourcesForWebACLOutput, r1 error)

func (*WAFV2Double) ListResourcesForWebACLRequest

func (d *WAFV2Double) ListResourcesForWebACLRequest(i0 *wafv2.ListResourcesForWebACLInput) (r0 *request.Request, r1 *wafv2.ListResourcesForWebACLOutput)

func (*WAFV2Double) ListResourcesForWebACLWithContext

func (d *WAFV2Double) ListResourcesForWebACLWithContext(i0 context.Context, i1 *wafv2.ListResourcesForWebACLInput, i2 ...request.Option) (r0 *wafv2.ListResourcesForWebACLOutput, r1 error)

func (*WAFV2Double) ListRuleGroups

func (d *WAFV2Double) ListRuleGroups(i0 *wafv2.ListRuleGroupsInput) (r0 *wafv2.ListRuleGroupsOutput, r1 error)

func (*WAFV2Double) ListRuleGroupsRequest

func (d *WAFV2Double) ListRuleGroupsRequest(i0 *wafv2.ListRuleGroupsInput) (r0 *request.Request, r1 *wafv2.ListRuleGroupsOutput)

func (*WAFV2Double) ListRuleGroupsWithContext

func (d *WAFV2Double) ListRuleGroupsWithContext(i0 context.Context, i1 *wafv2.ListRuleGroupsInput, i2 ...request.Option) (r0 *wafv2.ListRuleGroupsOutput, r1 error)

func (*WAFV2Double) ListTagsForResource

func (d *WAFV2Double) ListTagsForResource(i0 *wafv2.ListTagsForResourceInput) (r0 *wafv2.ListTagsForResourceOutput, r1 error)

func (*WAFV2Double) ListTagsForResourceRequest

func (d *WAFV2Double) ListTagsForResourceRequest(i0 *wafv2.ListTagsForResourceInput) (r0 *request.Request, r1 *wafv2.ListTagsForResourceOutput)

func (*WAFV2Double) ListTagsForResourceWithContext

func (d *WAFV2Double) ListTagsForResourceWithContext(i0 context.Context, i1 *wafv2.ListTagsForResourceInput, i2 ...request.Option) (r0 *wafv2.ListTagsForResourceOutput, r1 error)

func (*WAFV2Double) ListWebACLs

func (d *WAFV2Double) ListWebACLs(i0 *wafv2.ListWebACLsInput) (r0 *wafv2.ListWebACLsOutput, r1 error)

func (*WAFV2Double) ListWebACLsRequest

func (d *WAFV2Double) ListWebACLsRequest(i0 *wafv2.ListWebACLsInput) (r0 *request.Request, r1 *wafv2.ListWebACLsOutput)

func (*WAFV2Double) ListWebACLsWithContext

func (d *WAFV2Double) ListWebACLsWithContext(i0 context.Context, i1 *wafv2.ListWebACLsInput, i2 ...request.Option) (r0 *wafv2.ListWebACLsOutput, r1 error)

func (*WAFV2Double) PutLoggingConfiguration

func (d *WAFV2Double) PutLoggingConfiguration(i0 *wafv2.PutLoggingConfigurationInput) (r0 *wafv2.PutLoggingConfigurationOutput, r1 error)

func (*WAFV2Double) PutLoggingConfigurationRequest

func (d *WAFV2Double) PutLoggingConfigurationRequest(i0 *wafv2.PutLoggingConfigurationInput) (r0 *request.Request, r1 *wafv2.PutLoggingConfigurationOutput)

func (*WAFV2Double) PutLoggingConfigurationWithContext

func (d *WAFV2Double) PutLoggingConfigurationWithContext(i0 context.Context, i1 *wafv2.PutLoggingConfigurationInput, i2 ...request.Option) (r0 *wafv2.PutLoggingConfigurationOutput, r1 error)

func (*WAFV2Double) TagResource

func (d *WAFV2Double) TagResource(i0 *wafv2.TagResourceInput) (r0 *wafv2.TagResourceOutput, r1 error)

func (*WAFV2Double) TagResourceRequest

func (d *WAFV2Double) TagResourceRequest(i0 *wafv2.TagResourceInput) (r0 *request.Request, r1 *wafv2.TagResourceOutput)

func (*WAFV2Double) TagResourceWithContext

func (d *WAFV2Double) TagResourceWithContext(i0 context.Context, i1 *wafv2.TagResourceInput, i2 ...request.Option) (r0 *wafv2.TagResourceOutput, r1 error)

func (*WAFV2Double) UntagResource

func (d *WAFV2Double) UntagResource(i0 *wafv2.UntagResourceInput) (r0 *wafv2.UntagResourceOutput, r1 error)

func (*WAFV2Double) UntagResourceRequest

func (d *WAFV2Double) UntagResourceRequest(i0 *wafv2.UntagResourceInput) (r0 *request.Request, r1 *wafv2.UntagResourceOutput)

func (*WAFV2Double) UntagResourceWithContext

func (d *WAFV2Double) UntagResourceWithContext(i0 context.Context, i1 *wafv2.UntagResourceInput, i2 ...request.Option) (r0 *wafv2.UntagResourceOutput, r1 error)

func (*WAFV2Double) UpdateIPSet

func (d *WAFV2Double) UpdateIPSet(i0 *wafv2.UpdateIPSetInput) (r0 *wafv2.UpdateIPSetOutput, r1 error)

func (*WAFV2Double) UpdateIPSetRequest

func (d *WAFV2Double) UpdateIPSetRequest(i0 *wafv2.UpdateIPSetInput) (r0 *request.Request, r1 *wafv2.UpdateIPSetOutput)

func (*WAFV2Double) UpdateIPSetWithContext

func (d *WAFV2Double) UpdateIPSetWithContext(i0 context.Context, i1 *wafv2.UpdateIPSetInput, i2 ...request.Option) (r0 *wafv2.UpdateIPSetOutput, r1 error)

func (*WAFV2Double) UpdateRegexPatternSet

func (d *WAFV2Double) UpdateRegexPatternSet(i0 *wafv2.UpdateRegexPatternSetInput) (r0 *wafv2.UpdateRegexPatternSetOutput, r1 error)

func (*WAFV2Double) UpdateRegexPatternSetRequest

func (d *WAFV2Double) UpdateRegexPatternSetRequest(i0 *wafv2.UpdateRegexPatternSetInput) (r0 *request.Request, r1 *wafv2.UpdateRegexPatternSetOutput)

func (*WAFV2Double) UpdateRegexPatternSetWithContext

func (d *WAFV2Double) UpdateRegexPatternSetWithContext(i0 context.Context, i1 *wafv2.UpdateRegexPatternSetInput, i2 ...request.Option) (r0 *wafv2.UpdateRegexPatternSetOutput, r1 error)

func (*WAFV2Double) UpdateRuleGroup

func (d *WAFV2Double) UpdateRuleGroup(i0 *wafv2.UpdateRuleGroupInput) (r0 *wafv2.UpdateRuleGroupOutput, r1 error)

func (*WAFV2Double) UpdateRuleGroupRequest

func (d *WAFV2Double) UpdateRuleGroupRequest(i0 *wafv2.UpdateRuleGroupInput) (r0 *request.Request, r1 *wafv2.UpdateRuleGroupOutput)

func (*WAFV2Double) UpdateRuleGroupWithContext

func (d *WAFV2Double) UpdateRuleGroupWithContext(i0 context.Context, i1 *wafv2.UpdateRuleGroupInput, i2 ...request.Option) (r0 *wafv2.UpdateRuleGroupOutput, r1 error)

func (*WAFV2Double) UpdateWebACL

func (d *WAFV2Double) UpdateWebACL(i0 *wafv2.UpdateWebACLInput) (r0 *wafv2.UpdateWebACLOutput, r1 error)

func (*WAFV2Double) UpdateWebACLRequest

func (d *WAFV2Double) UpdateWebACLRequest(i0 *wafv2.UpdateWebACLInput) (r0 *request.Request, r1 *wafv2.UpdateWebACLOutput)

func (*WAFV2Double) UpdateWebACLWithContext

func (d *WAFV2Double) UpdateWebACLWithContext(i0 context.Context, i1 *wafv2.UpdateWebACLInput, i2 ...request.Option) (r0 *wafv2.UpdateWebACLOutput, r1 error)

Jump to

Keyboard shortcuts

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