Documentation ¶
Overview ¶
Package wafregional provides the client and types for making API requests to AWS WAF Regional.
This is the AWS WAF Regional API Reference for using AWS WAF with Elastic Load Balancing (ELB) Application Load Balancers. The AWS WAF actions and data types listed in the reference are available for protecting Application Load Balancers. You can use these actions and data types by means of the endpoints listed in AWS Regions and Endpoints (http://docs.aws.amazon.com/general/latest/gr/rande.html#waf_region). This guide is for developers who need detailed information about the AWS WAF API actions, data types, and errors. For detailed information about AWS WAF features and an overview of how to use the AWS WAF API, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
See https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28 for more information on this service.
See wafregional package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/wafregional/
Using the Client ¶
To AWS WAF Regional with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS WAF Regional client WAFRegional for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/wafregional/#New
Index ¶
- Constants
- type AssociateWebACLInput
- type AssociateWebACLOutput
- type AssociateWebACLRequest
- type ChangeAction
- type ChangeTokenStatus
- type ComparisonOperator
- type CreateByteMatchSetInput
- func (s CreateByteMatchSetInput) GoString() string
- func (s *CreateByteMatchSetInput) SetChangeToken(v string) *CreateByteMatchSetInput
- func (s *CreateByteMatchSetInput) SetName(v string) *CreateByteMatchSetInput
- func (s CreateByteMatchSetInput) String() string
- func (s *CreateByteMatchSetInput) Validate() error
- type CreateByteMatchSetOutput
- func (s CreateByteMatchSetOutput) GoString() string
- func (s CreateByteMatchSetOutput) SDKResponseMetadata() aws.Response
- func (s *CreateByteMatchSetOutput) SetByteMatchSet(v *waf.ByteMatchSet) *CreateByteMatchSetOutput
- func (s *CreateByteMatchSetOutput) SetChangeToken(v string) *CreateByteMatchSetOutput
- func (s CreateByteMatchSetOutput) String() string
- type CreateByteMatchSetRequest
- type CreateGeoMatchSetInput
- func (s CreateGeoMatchSetInput) GoString() string
- func (s *CreateGeoMatchSetInput) SetChangeToken(v string) *CreateGeoMatchSetInput
- func (s *CreateGeoMatchSetInput) SetName(v string) *CreateGeoMatchSetInput
- func (s CreateGeoMatchSetInput) String() string
- func (s *CreateGeoMatchSetInput) Validate() error
- type CreateGeoMatchSetOutput
- func (s CreateGeoMatchSetOutput) GoString() string
- func (s CreateGeoMatchSetOutput) SDKResponseMetadata() aws.Response
- func (s *CreateGeoMatchSetOutput) SetChangeToken(v string) *CreateGeoMatchSetOutput
- func (s *CreateGeoMatchSetOutput) SetGeoMatchSet(v *waf.GeoMatchSet) *CreateGeoMatchSetOutput
- func (s CreateGeoMatchSetOutput) String() string
- type CreateGeoMatchSetRequest
- type CreateIPSetInput
- type CreateIPSetOutput
- type CreateIPSetRequest
- type CreateRateBasedRuleInput
- func (s CreateRateBasedRuleInput) GoString() string
- func (s *CreateRateBasedRuleInput) SetChangeToken(v string) *CreateRateBasedRuleInput
- func (s *CreateRateBasedRuleInput) SetMetricName(v string) *CreateRateBasedRuleInput
- func (s *CreateRateBasedRuleInput) SetName(v string) *CreateRateBasedRuleInput
- func (s *CreateRateBasedRuleInput) SetRateKey(v RateKey) *CreateRateBasedRuleInput
- func (s *CreateRateBasedRuleInput) SetRateLimit(v int64) *CreateRateBasedRuleInput
- func (s CreateRateBasedRuleInput) String() string
- func (s *CreateRateBasedRuleInput) Validate() error
- type CreateRateBasedRuleOutput
- func (s CreateRateBasedRuleOutput) GoString() string
- func (s CreateRateBasedRuleOutput) SDKResponseMetadata() aws.Response
- func (s *CreateRateBasedRuleOutput) SetChangeToken(v string) *CreateRateBasedRuleOutput
- func (s *CreateRateBasedRuleOutput) SetRule(v *waf.RateBasedRule) *CreateRateBasedRuleOutput
- func (s CreateRateBasedRuleOutput) String() string
- type CreateRateBasedRuleRequest
- type CreateRegexMatchSetInput
- func (s CreateRegexMatchSetInput) GoString() string
- func (s *CreateRegexMatchSetInput) SetChangeToken(v string) *CreateRegexMatchSetInput
- func (s *CreateRegexMatchSetInput) SetName(v string) *CreateRegexMatchSetInput
- func (s CreateRegexMatchSetInput) String() string
- func (s *CreateRegexMatchSetInput) Validate() error
- type CreateRegexMatchSetOutput
- func (s CreateRegexMatchSetOutput) GoString() string
- func (s CreateRegexMatchSetOutput) SDKResponseMetadata() aws.Response
- func (s *CreateRegexMatchSetOutput) SetChangeToken(v string) *CreateRegexMatchSetOutput
- func (s *CreateRegexMatchSetOutput) SetRegexMatchSet(v *waf.RegexMatchSet) *CreateRegexMatchSetOutput
- func (s CreateRegexMatchSetOutput) String() string
- type CreateRegexMatchSetRequest
- type CreateRegexPatternSetInput
- func (s CreateRegexPatternSetInput) GoString() string
- func (s *CreateRegexPatternSetInput) SetChangeToken(v string) *CreateRegexPatternSetInput
- func (s *CreateRegexPatternSetInput) SetName(v string) *CreateRegexPatternSetInput
- func (s CreateRegexPatternSetInput) String() string
- func (s *CreateRegexPatternSetInput) Validate() error
- type CreateRegexPatternSetOutput
- func (s CreateRegexPatternSetOutput) GoString() string
- func (s CreateRegexPatternSetOutput) SDKResponseMetadata() aws.Response
- func (s *CreateRegexPatternSetOutput) SetChangeToken(v string) *CreateRegexPatternSetOutput
- func (s *CreateRegexPatternSetOutput) SetRegexPatternSet(v *waf.RegexPatternSet) *CreateRegexPatternSetOutput
- func (s CreateRegexPatternSetOutput) String() string
- type CreateRegexPatternSetRequest
- type CreateRuleGroupInput
- func (s CreateRuleGroupInput) GoString() string
- func (s *CreateRuleGroupInput) SetChangeToken(v string) *CreateRuleGroupInput
- func (s *CreateRuleGroupInput) SetMetricName(v string) *CreateRuleGroupInput
- func (s *CreateRuleGroupInput) SetName(v string) *CreateRuleGroupInput
- func (s CreateRuleGroupInput) String() string
- func (s *CreateRuleGroupInput) Validate() error
- type CreateRuleGroupOutput
- func (s CreateRuleGroupOutput) GoString() string
- func (s CreateRuleGroupOutput) SDKResponseMetadata() aws.Response
- func (s *CreateRuleGroupOutput) SetChangeToken(v string) *CreateRuleGroupOutput
- func (s *CreateRuleGroupOutput) SetRuleGroup(v *waf.RuleGroup) *CreateRuleGroupOutput
- func (s CreateRuleGroupOutput) String() string
- type CreateRuleGroupRequest
- type CreateRuleInput
- func (s CreateRuleInput) GoString() string
- func (s *CreateRuleInput) SetChangeToken(v string) *CreateRuleInput
- func (s *CreateRuleInput) SetMetricName(v string) *CreateRuleInput
- func (s *CreateRuleInput) SetName(v string) *CreateRuleInput
- func (s CreateRuleInput) String() string
- func (s *CreateRuleInput) Validate() error
- type CreateRuleOutput
- type CreateRuleRequest
- type CreateSizeConstraintSetInput
- func (s CreateSizeConstraintSetInput) GoString() string
- func (s *CreateSizeConstraintSetInput) SetChangeToken(v string) *CreateSizeConstraintSetInput
- func (s *CreateSizeConstraintSetInput) SetName(v string) *CreateSizeConstraintSetInput
- func (s CreateSizeConstraintSetInput) String() string
- func (s *CreateSizeConstraintSetInput) Validate() error
- type CreateSizeConstraintSetOutput
- func (s CreateSizeConstraintSetOutput) GoString() string
- func (s CreateSizeConstraintSetOutput) SDKResponseMetadata() aws.Response
- func (s *CreateSizeConstraintSetOutput) SetChangeToken(v string) *CreateSizeConstraintSetOutput
- func (s *CreateSizeConstraintSetOutput) SetSizeConstraintSet(v *waf.SizeConstraintSet) *CreateSizeConstraintSetOutput
- func (s CreateSizeConstraintSetOutput) String() string
- type CreateSizeConstraintSetRequest
- type CreateSqlInjectionMatchSetInput
- func (s CreateSqlInjectionMatchSetInput) GoString() string
- func (s *CreateSqlInjectionMatchSetInput) SetChangeToken(v string) *CreateSqlInjectionMatchSetInput
- func (s *CreateSqlInjectionMatchSetInput) SetName(v string) *CreateSqlInjectionMatchSetInput
- func (s CreateSqlInjectionMatchSetInput) String() string
- func (s *CreateSqlInjectionMatchSetInput) Validate() error
- type CreateSqlInjectionMatchSetOutput
- func (s CreateSqlInjectionMatchSetOutput) GoString() string
- func (s CreateSqlInjectionMatchSetOutput) SDKResponseMetadata() aws.Response
- func (s *CreateSqlInjectionMatchSetOutput) SetChangeToken(v string) *CreateSqlInjectionMatchSetOutput
- func (s *CreateSqlInjectionMatchSetOutput) SetSqlInjectionMatchSet(v *waf.SqlInjectionMatchSet) *CreateSqlInjectionMatchSetOutput
- func (s CreateSqlInjectionMatchSetOutput) String() string
- type CreateSqlInjectionMatchSetRequest
- type CreateWebACLInput
- func (s CreateWebACLInput) GoString() string
- func (s *CreateWebACLInput) SetChangeToken(v string) *CreateWebACLInput
- func (s *CreateWebACLInput) SetDefaultAction(v *waf.WafAction) *CreateWebACLInput
- func (s *CreateWebACLInput) SetMetricName(v string) *CreateWebACLInput
- func (s *CreateWebACLInput) SetName(v string) *CreateWebACLInput
- func (s CreateWebACLInput) String() string
- func (s *CreateWebACLInput) Validate() error
- type CreateWebACLOutput
- func (s CreateWebACLOutput) GoString() string
- func (s CreateWebACLOutput) SDKResponseMetadata() aws.Response
- func (s *CreateWebACLOutput) SetChangeToken(v string) *CreateWebACLOutput
- func (s *CreateWebACLOutput) SetWebACL(v *waf.WebACL) *CreateWebACLOutput
- func (s CreateWebACLOutput) String() string
- type CreateWebACLRequest
- type CreateXssMatchSetInput
- func (s CreateXssMatchSetInput) GoString() string
- func (s *CreateXssMatchSetInput) SetChangeToken(v string) *CreateXssMatchSetInput
- func (s *CreateXssMatchSetInput) SetName(v string) *CreateXssMatchSetInput
- func (s CreateXssMatchSetInput) String() string
- func (s *CreateXssMatchSetInput) Validate() error
- type CreateXssMatchSetOutput
- func (s CreateXssMatchSetOutput) GoString() string
- func (s CreateXssMatchSetOutput) SDKResponseMetadata() aws.Response
- func (s *CreateXssMatchSetOutput) SetChangeToken(v string) *CreateXssMatchSetOutput
- func (s *CreateXssMatchSetOutput) SetXssMatchSet(v *waf.XssMatchSet) *CreateXssMatchSetOutput
- func (s CreateXssMatchSetOutput) String() string
- type CreateXssMatchSetRequest
- type DeleteByteMatchSetInput
- func (s DeleteByteMatchSetInput) GoString() string
- func (s *DeleteByteMatchSetInput) SetByteMatchSetId(v string) *DeleteByteMatchSetInput
- func (s *DeleteByteMatchSetInput) SetChangeToken(v string) *DeleteByteMatchSetInput
- func (s DeleteByteMatchSetInput) String() string
- func (s *DeleteByteMatchSetInput) Validate() error
- type DeleteByteMatchSetOutput
- type DeleteByteMatchSetRequest
- type DeleteGeoMatchSetInput
- func (s DeleteGeoMatchSetInput) GoString() string
- func (s *DeleteGeoMatchSetInput) SetChangeToken(v string) *DeleteGeoMatchSetInput
- func (s *DeleteGeoMatchSetInput) SetGeoMatchSetId(v string) *DeleteGeoMatchSetInput
- func (s DeleteGeoMatchSetInput) String() string
- func (s *DeleteGeoMatchSetInput) Validate() error
- type DeleteGeoMatchSetOutput
- type DeleteGeoMatchSetRequest
- type DeleteIPSetInput
- type DeleteIPSetOutput
- type DeleteIPSetRequest
- type DeleteRateBasedRuleInput
- func (s DeleteRateBasedRuleInput) GoString() string
- func (s *DeleteRateBasedRuleInput) SetChangeToken(v string) *DeleteRateBasedRuleInput
- func (s *DeleteRateBasedRuleInput) SetRuleId(v string) *DeleteRateBasedRuleInput
- func (s DeleteRateBasedRuleInput) String() string
- func (s *DeleteRateBasedRuleInput) Validate() error
- type DeleteRateBasedRuleOutput
- type DeleteRateBasedRuleRequest
- type DeleteRegexMatchSetInput
- func (s DeleteRegexMatchSetInput) GoString() string
- func (s *DeleteRegexMatchSetInput) SetChangeToken(v string) *DeleteRegexMatchSetInput
- func (s *DeleteRegexMatchSetInput) SetRegexMatchSetId(v string) *DeleteRegexMatchSetInput
- func (s DeleteRegexMatchSetInput) String() string
- func (s *DeleteRegexMatchSetInput) Validate() error
- type DeleteRegexMatchSetOutput
- type DeleteRegexMatchSetRequest
- type DeleteRegexPatternSetInput
- func (s DeleteRegexPatternSetInput) GoString() string
- func (s *DeleteRegexPatternSetInput) SetChangeToken(v string) *DeleteRegexPatternSetInput
- func (s *DeleteRegexPatternSetInput) SetRegexPatternSetId(v string) *DeleteRegexPatternSetInput
- func (s DeleteRegexPatternSetInput) String() string
- func (s *DeleteRegexPatternSetInput) Validate() error
- type DeleteRegexPatternSetOutput
- type DeleteRegexPatternSetRequest
- type DeleteRuleGroupInput
- type DeleteRuleGroupOutput
- type DeleteRuleGroupRequest
- type DeleteRuleInput
- type DeleteRuleOutput
- type DeleteRuleRequest
- type DeleteSizeConstraintSetInput
- func (s DeleteSizeConstraintSetInput) GoString() string
- func (s *DeleteSizeConstraintSetInput) SetChangeToken(v string) *DeleteSizeConstraintSetInput
- func (s *DeleteSizeConstraintSetInput) SetSizeConstraintSetId(v string) *DeleteSizeConstraintSetInput
- func (s DeleteSizeConstraintSetInput) String() string
- func (s *DeleteSizeConstraintSetInput) Validate() error
- type DeleteSizeConstraintSetOutput
- type DeleteSizeConstraintSetRequest
- type DeleteSqlInjectionMatchSetInput
- func (s DeleteSqlInjectionMatchSetInput) GoString() string
- func (s *DeleteSqlInjectionMatchSetInput) SetChangeToken(v string) *DeleteSqlInjectionMatchSetInput
- func (s *DeleteSqlInjectionMatchSetInput) SetSqlInjectionMatchSetId(v string) *DeleteSqlInjectionMatchSetInput
- func (s DeleteSqlInjectionMatchSetInput) String() string
- func (s *DeleteSqlInjectionMatchSetInput) Validate() error
- type DeleteSqlInjectionMatchSetOutput
- type DeleteSqlInjectionMatchSetRequest
- type DeleteWebACLInput
- type DeleteWebACLOutput
- type DeleteWebACLRequest
- type DeleteXssMatchSetInput
- func (s DeleteXssMatchSetInput) GoString() string
- func (s *DeleteXssMatchSetInput) SetChangeToken(v string) *DeleteXssMatchSetInput
- func (s *DeleteXssMatchSetInput) SetXssMatchSetId(v string) *DeleteXssMatchSetInput
- func (s DeleteXssMatchSetInput) String() string
- func (s *DeleteXssMatchSetInput) Validate() error
- type DeleteXssMatchSetOutput
- type DeleteXssMatchSetRequest
- type DisassociateWebACLInput
- type DisassociateWebACLOutput
- type DisassociateWebACLRequest
- type GeoMatchConstraintType
- type GeoMatchConstraintValue
- type GetByteMatchSetInput
- type GetByteMatchSetOutput
- type GetByteMatchSetRequest
- type GetChangeTokenInput
- type GetChangeTokenOutput
- type GetChangeTokenRequest
- type GetChangeTokenStatusInput
- type GetChangeTokenStatusOutput
- type GetChangeTokenStatusRequest
- type GetGeoMatchSetInput
- type GetGeoMatchSetOutput
- type GetGeoMatchSetRequest
- type GetIPSetInput
- type GetIPSetOutput
- type GetIPSetRequest
- type GetRateBasedRuleInput
- type GetRateBasedRuleManagedKeysInput
- func (s GetRateBasedRuleManagedKeysInput) GoString() string
- func (s *GetRateBasedRuleManagedKeysInput) SetNextMarker(v string) *GetRateBasedRuleManagedKeysInput
- func (s *GetRateBasedRuleManagedKeysInput) SetRuleId(v string) *GetRateBasedRuleManagedKeysInput
- func (s GetRateBasedRuleManagedKeysInput) String() string
- func (s *GetRateBasedRuleManagedKeysInput) Validate() error
- type GetRateBasedRuleManagedKeysOutput
- func (s GetRateBasedRuleManagedKeysOutput) GoString() string
- func (s GetRateBasedRuleManagedKeysOutput) SDKResponseMetadata() aws.Response
- func (s *GetRateBasedRuleManagedKeysOutput) SetManagedKeys(v []string) *GetRateBasedRuleManagedKeysOutput
- func (s *GetRateBasedRuleManagedKeysOutput) SetNextMarker(v string) *GetRateBasedRuleManagedKeysOutput
- func (s GetRateBasedRuleManagedKeysOutput) String() string
- type GetRateBasedRuleManagedKeysRequest
- type GetRateBasedRuleOutput
- type GetRateBasedRuleRequest
- type GetRegexMatchSetInput
- type GetRegexMatchSetOutput
- type GetRegexMatchSetRequest
- type GetRegexPatternSetInput
- type GetRegexPatternSetOutput
- type GetRegexPatternSetRequest
- type GetRuleGroupInput
- type GetRuleGroupOutput
- type GetRuleGroupRequest
- type GetRuleInput
- type GetRuleOutput
- type GetRuleRequest
- type GetSampledRequestsInput
- func (s GetSampledRequestsInput) GoString() string
- func (s *GetSampledRequestsInput) SetMaxItems(v int64) *GetSampledRequestsInput
- func (s *GetSampledRequestsInput) SetRuleId(v string) *GetSampledRequestsInput
- func (s *GetSampledRequestsInput) SetTimeWindow(v *waf.TimeWindow) *GetSampledRequestsInput
- func (s *GetSampledRequestsInput) SetWebAclId(v string) *GetSampledRequestsInput
- func (s GetSampledRequestsInput) String() string
- func (s *GetSampledRequestsInput) Validate() error
- type GetSampledRequestsOutput
- func (s GetSampledRequestsOutput) GoString() string
- func (s GetSampledRequestsOutput) SDKResponseMetadata() aws.Response
- func (s *GetSampledRequestsOutput) SetPopulationSize(v int64) *GetSampledRequestsOutput
- func (s *GetSampledRequestsOutput) SetSampledRequests(v []waf.SampledHTTPRequest) *GetSampledRequestsOutput
- func (s *GetSampledRequestsOutput) SetTimeWindow(v *waf.TimeWindow) *GetSampledRequestsOutput
- func (s GetSampledRequestsOutput) String() string
- type GetSampledRequestsRequest
- type GetSizeConstraintSetInput
- type GetSizeConstraintSetOutput
- type GetSizeConstraintSetRequest
- type GetSqlInjectionMatchSetInput
- type GetSqlInjectionMatchSetOutput
- func (s GetSqlInjectionMatchSetOutput) GoString() string
- func (s GetSqlInjectionMatchSetOutput) SDKResponseMetadata() aws.Response
- func (s *GetSqlInjectionMatchSetOutput) SetSqlInjectionMatchSet(v *waf.SqlInjectionMatchSet) *GetSqlInjectionMatchSetOutput
- func (s GetSqlInjectionMatchSetOutput) String() string
- type GetSqlInjectionMatchSetRequest
- type GetWebACLForResourceInput
- type GetWebACLForResourceOutput
- type GetWebACLForResourceRequest
- type GetWebACLInput
- type GetWebACLOutput
- type GetWebACLRequest
- type GetXssMatchSetInput
- type GetXssMatchSetOutput
- type GetXssMatchSetRequest
- type IPSetDescriptorType
- type ListActivatedRulesInRuleGroupInput
- func (s ListActivatedRulesInRuleGroupInput) GoString() string
- func (s *ListActivatedRulesInRuleGroupInput) SetLimit(v int64) *ListActivatedRulesInRuleGroupInput
- func (s *ListActivatedRulesInRuleGroupInput) SetNextMarker(v string) *ListActivatedRulesInRuleGroupInput
- func (s *ListActivatedRulesInRuleGroupInput) SetRuleGroupId(v string) *ListActivatedRulesInRuleGroupInput
- func (s ListActivatedRulesInRuleGroupInput) String() string
- func (s *ListActivatedRulesInRuleGroupInput) Validate() error
- type ListActivatedRulesInRuleGroupOutput
- func (s ListActivatedRulesInRuleGroupOutput) GoString() string
- func (s ListActivatedRulesInRuleGroupOutput) SDKResponseMetadata() aws.Response
- func (s *ListActivatedRulesInRuleGroupOutput) SetActivatedRules(v []waf.ActivatedRule) *ListActivatedRulesInRuleGroupOutput
- func (s *ListActivatedRulesInRuleGroupOutput) SetNextMarker(v string) *ListActivatedRulesInRuleGroupOutput
- func (s ListActivatedRulesInRuleGroupOutput) String() string
- type ListActivatedRulesInRuleGroupRequest
- type ListByteMatchSetsInput
- func (s ListByteMatchSetsInput) GoString() string
- func (s *ListByteMatchSetsInput) SetLimit(v int64) *ListByteMatchSetsInput
- func (s *ListByteMatchSetsInput) SetNextMarker(v string) *ListByteMatchSetsInput
- func (s ListByteMatchSetsInput) String() string
- func (s *ListByteMatchSetsInput) Validate() error
- type ListByteMatchSetsOutput
- func (s ListByteMatchSetsOutput) GoString() string
- func (s ListByteMatchSetsOutput) SDKResponseMetadata() aws.Response
- func (s *ListByteMatchSetsOutput) SetByteMatchSets(v []waf.ByteMatchSetSummary) *ListByteMatchSetsOutput
- func (s *ListByteMatchSetsOutput) SetNextMarker(v string) *ListByteMatchSetsOutput
- func (s ListByteMatchSetsOutput) String() string
- type ListByteMatchSetsRequest
- type ListGeoMatchSetsInput
- type ListGeoMatchSetsOutput
- func (s ListGeoMatchSetsOutput) GoString() string
- func (s ListGeoMatchSetsOutput) SDKResponseMetadata() aws.Response
- func (s *ListGeoMatchSetsOutput) SetGeoMatchSets(v []waf.GeoMatchSetSummary) *ListGeoMatchSetsOutput
- func (s *ListGeoMatchSetsOutput) SetNextMarker(v string) *ListGeoMatchSetsOutput
- func (s ListGeoMatchSetsOutput) String() string
- type ListGeoMatchSetsRequest
- type ListIPSetsInput
- type ListIPSetsOutput
- type ListIPSetsRequest
- type ListRateBasedRulesInput
- func (s ListRateBasedRulesInput) GoString() string
- func (s *ListRateBasedRulesInput) SetLimit(v int64) *ListRateBasedRulesInput
- func (s *ListRateBasedRulesInput) SetNextMarker(v string) *ListRateBasedRulesInput
- func (s ListRateBasedRulesInput) String() string
- func (s *ListRateBasedRulesInput) Validate() error
- type ListRateBasedRulesOutput
- func (s ListRateBasedRulesOutput) GoString() string
- func (s ListRateBasedRulesOutput) SDKResponseMetadata() aws.Response
- func (s *ListRateBasedRulesOutput) SetNextMarker(v string) *ListRateBasedRulesOutput
- func (s *ListRateBasedRulesOutput) SetRules(v []waf.RuleSummary) *ListRateBasedRulesOutput
- func (s ListRateBasedRulesOutput) String() string
- type ListRateBasedRulesRequest
- type ListRegexMatchSetsInput
- func (s ListRegexMatchSetsInput) GoString() string
- func (s *ListRegexMatchSetsInput) SetLimit(v int64) *ListRegexMatchSetsInput
- func (s *ListRegexMatchSetsInput) SetNextMarker(v string) *ListRegexMatchSetsInput
- func (s ListRegexMatchSetsInput) String() string
- func (s *ListRegexMatchSetsInput) Validate() error
- type ListRegexMatchSetsOutput
- func (s ListRegexMatchSetsOutput) GoString() string
- func (s ListRegexMatchSetsOutput) SDKResponseMetadata() aws.Response
- func (s *ListRegexMatchSetsOutput) SetNextMarker(v string) *ListRegexMatchSetsOutput
- func (s *ListRegexMatchSetsOutput) SetRegexMatchSets(v []waf.RegexMatchSetSummary) *ListRegexMatchSetsOutput
- func (s ListRegexMatchSetsOutput) String() string
- type ListRegexMatchSetsRequest
- type ListRegexPatternSetsInput
- func (s ListRegexPatternSetsInput) GoString() string
- func (s *ListRegexPatternSetsInput) SetLimit(v int64) *ListRegexPatternSetsInput
- func (s *ListRegexPatternSetsInput) SetNextMarker(v string) *ListRegexPatternSetsInput
- func (s ListRegexPatternSetsInput) String() string
- func (s *ListRegexPatternSetsInput) Validate() error
- type ListRegexPatternSetsOutput
- func (s ListRegexPatternSetsOutput) GoString() string
- func (s ListRegexPatternSetsOutput) SDKResponseMetadata() aws.Response
- func (s *ListRegexPatternSetsOutput) SetNextMarker(v string) *ListRegexPatternSetsOutput
- func (s *ListRegexPatternSetsOutput) SetRegexPatternSets(v []waf.RegexPatternSetSummary) *ListRegexPatternSetsOutput
- func (s ListRegexPatternSetsOutput) String() string
- type ListRegexPatternSetsRequest
- type ListResourcesForWebACLInput
- type ListResourcesForWebACLOutput
- type ListResourcesForWebACLRequest
- type ListRuleGroupsInput
- type ListRuleGroupsOutput
- func (s ListRuleGroupsOutput) GoString() string
- func (s ListRuleGroupsOutput) SDKResponseMetadata() aws.Response
- func (s *ListRuleGroupsOutput) SetNextMarker(v string) *ListRuleGroupsOutput
- func (s *ListRuleGroupsOutput) SetRuleGroups(v []waf.RuleGroupSummary) *ListRuleGroupsOutput
- func (s ListRuleGroupsOutput) String() string
- type ListRuleGroupsRequest
- type ListRulesInput
- type ListRulesOutput
- type ListRulesRequest
- type ListSizeConstraintSetsInput
- func (s ListSizeConstraintSetsInput) GoString() string
- func (s *ListSizeConstraintSetsInput) SetLimit(v int64) *ListSizeConstraintSetsInput
- func (s *ListSizeConstraintSetsInput) SetNextMarker(v string) *ListSizeConstraintSetsInput
- func (s ListSizeConstraintSetsInput) String() string
- func (s *ListSizeConstraintSetsInput) Validate() error
- type ListSizeConstraintSetsOutput
- func (s ListSizeConstraintSetsOutput) GoString() string
- func (s ListSizeConstraintSetsOutput) SDKResponseMetadata() aws.Response
- func (s *ListSizeConstraintSetsOutput) SetNextMarker(v string) *ListSizeConstraintSetsOutput
- func (s *ListSizeConstraintSetsOutput) SetSizeConstraintSets(v []waf.SizeConstraintSetSummary) *ListSizeConstraintSetsOutput
- func (s ListSizeConstraintSetsOutput) String() string
- type ListSizeConstraintSetsRequest
- type ListSqlInjectionMatchSetsInput
- func (s ListSqlInjectionMatchSetsInput) GoString() string
- func (s *ListSqlInjectionMatchSetsInput) SetLimit(v int64) *ListSqlInjectionMatchSetsInput
- func (s *ListSqlInjectionMatchSetsInput) SetNextMarker(v string) *ListSqlInjectionMatchSetsInput
- func (s ListSqlInjectionMatchSetsInput) String() string
- func (s *ListSqlInjectionMatchSetsInput) Validate() error
- type ListSqlInjectionMatchSetsOutput
- func (s ListSqlInjectionMatchSetsOutput) GoString() string
- func (s ListSqlInjectionMatchSetsOutput) SDKResponseMetadata() aws.Response
- func (s *ListSqlInjectionMatchSetsOutput) SetNextMarker(v string) *ListSqlInjectionMatchSetsOutput
- func (s *ListSqlInjectionMatchSetsOutput) SetSqlInjectionMatchSets(v []waf.SqlInjectionMatchSetSummary) *ListSqlInjectionMatchSetsOutput
- func (s ListSqlInjectionMatchSetsOutput) String() string
- type ListSqlInjectionMatchSetsRequest
- type ListSubscribedRuleGroupsInput
- func (s ListSubscribedRuleGroupsInput) GoString() string
- func (s *ListSubscribedRuleGroupsInput) SetLimit(v int64) *ListSubscribedRuleGroupsInput
- func (s *ListSubscribedRuleGroupsInput) SetNextMarker(v string) *ListSubscribedRuleGroupsInput
- func (s ListSubscribedRuleGroupsInput) String() string
- func (s *ListSubscribedRuleGroupsInput) Validate() error
- type ListSubscribedRuleGroupsOutput
- func (s ListSubscribedRuleGroupsOutput) GoString() string
- func (s ListSubscribedRuleGroupsOutput) SDKResponseMetadata() aws.Response
- func (s *ListSubscribedRuleGroupsOutput) SetNextMarker(v string) *ListSubscribedRuleGroupsOutput
- func (s *ListSubscribedRuleGroupsOutput) SetRuleGroups(v []waf.SubscribedRuleGroupSummary) *ListSubscribedRuleGroupsOutput
- func (s ListSubscribedRuleGroupsOutput) String() string
- type ListSubscribedRuleGroupsRequest
- type ListWebACLsInput
- type ListWebACLsOutput
- func (s ListWebACLsOutput) GoString() string
- func (s ListWebACLsOutput) SDKResponseMetadata() aws.Response
- func (s *ListWebACLsOutput) SetNextMarker(v string) *ListWebACLsOutput
- func (s *ListWebACLsOutput) SetWebACLs(v []waf.WebACLSummary) *ListWebACLsOutput
- func (s ListWebACLsOutput) String() string
- type ListWebACLsRequest
- type ListXssMatchSetsInput
- type ListXssMatchSetsOutput
- func (s ListXssMatchSetsOutput) GoString() string
- func (s ListXssMatchSetsOutput) SDKResponseMetadata() aws.Response
- func (s *ListXssMatchSetsOutput) SetNextMarker(v string) *ListXssMatchSetsOutput
- func (s *ListXssMatchSetsOutput) SetXssMatchSets(v []waf.XssMatchSetSummary) *ListXssMatchSetsOutput
- func (s ListXssMatchSetsOutput) String() string
- type ListXssMatchSetsRequest
- type MatchFieldType
- type ParameterExceptionField
- type ParameterExceptionReason
- type PositionalConstraint
- type PredicateType
- type RateKey
- type TextTransformation
- type UpdateByteMatchSetInput
- func (s UpdateByteMatchSetInput) GoString() string
- func (s *UpdateByteMatchSetInput) SetByteMatchSetId(v string) *UpdateByteMatchSetInput
- func (s *UpdateByteMatchSetInput) SetChangeToken(v string) *UpdateByteMatchSetInput
- func (s *UpdateByteMatchSetInput) SetUpdates(v []waf.ByteMatchSetUpdate) *UpdateByteMatchSetInput
- func (s UpdateByteMatchSetInput) String() string
- func (s *UpdateByteMatchSetInput) Validate() error
- type UpdateByteMatchSetOutput
- type UpdateByteMatchSetRequest
- type UpdateGeoMatchSetInput
- func (s UpdateGeoMatchSetInput) GoString() string
- func (s *UpdateGeoMatchSetInput) SetChangeToken(v string) *UpdateGeoMatchSetInput
- func (s *UpdateGeoMatchSetInput) SetGeoMatchSetId(v string) *UpdateGeoMatchSetInput
- func (s *UpdateGeoMatchSetInput) SetUpdates(v []waf.GeoMatchSetUpdate) *UpdateGeoMatchSetInput
- func (s UpdateGeoMatchSetInput) String() string
- func (s *UpdateGeoMatchSetInput) Validate() error
- type UpdateGeoMatchSetOutput
- type UpdateGeoMatchSetRequest
- type UpdateIPSetInput
- func (s UpdateIPSetInput) GoString() string
- func (s *UpdateIPSetInput) SetChangeToken(v string) *UpdateIPSetInput
- func (s *UpdateIPSetInput) SetIPSetId(v string) *UpdateIPSetInput
- func (s *UpdateIPSetInput) SetUpdates(v []waf.IPSetUpdate) *UpdateIPSetInput
- func (s UpdateIPSetInput) String() string
- func (s *UpdateIPSetInput) Validate() error
- type UpdateIPSetOutput
- type UpdateIPSetRequest
- type UpdateRateBasedRuleInput
- func (s UpdateRateBasedRuleInput) GoString() string
- func (s *UpdateRateBasedRuleInput) SetChangeToken(v string) *UpdateRateBasedRuleInput
- func (s *UpdateRateBasedRuleInput) SetRateLimit(v int64) *UpdateRateBasedRuleInput
- func (s *UpdateRateBasedRuleInput) SetRuleId(v string) *UpdateRateBasedRuleInput
- func (s *UpdateRateBasedRuleInput) SetUpdates(v []waf.RuleUpdate) *UpdateRateBasedRuleInput
- func (s UpdateRateBasedRuleInput) String() string
- func (s *UpdateRateBasedRuleInput) Validate() error
- type UpdateRateBasedRuleOutput
- type UpdateRateBasedRuleRequest
- type UpdateRegexMatchSetInput
- func (s UpdateRegexMatchSetInput) GoString() string
- func (s *UpdateRegexMatchSetInput) SetChangeToken(v string) *UpdateRegexMatchSetInput
- func (s *UpdateRegexMatchSetInput) SetRegexMatchSetId(v string) *UpdateRegexMatchSetInput
- func (s *UpdateRegexMatchSetInput) SetUpdates(v []waf.RegexMatchSetUpdate) *UpdateRegexMatchSetInput
- func (s UpdateRegexMatchSetInput) String() string
- func (s *UpdateRegexMatchSetInput) Validate() error
- type UpdateRegexMatchSetOutput
- type UpdateRegexMatchSetRequest
- type UpdateRegexPatternSetInput
- func (s UpdateRegexPatternSetInput) GoString() string
- func (s *UpdateRegexPatternSetInput) SetChangeToken(v string) *UpdateRegexPatternSetInput
- func (s *UpdateRegexPatternSetInput) SetRegexPatternSetId(v string) *UpdateRegexPatternSetInput
- func (s *UpdateRegexPatternSetInput) SetUpdates(v []waf.RegexPatternSetUpdate) *UpdateRegexPatternSetInput
- func (s UpdateRegexPatternSetInput) String() string
- func (s *UpdateRegexPatternSetInput) Validate() error
- type UpdateRegexPatternSetOutput
- type UpdateRegexPatternSetRequest
- type UpdateRuleGroupInput
- func (s UpdateRuleGroupInput) GoString() string
- func (s *UpdateRuleGroupInput) SetChangeToken(v string) *UpdateRuleGroupInput
- func (s *UpdateRuleGroupInput) SetRuleGroupId(v string) *UpdateRuleGroupInput
- func (s *UpdateRuleGroupInput) SetUpdates(v []waf.RuleGroupUpdate) *UpdateRuleGroupInput
- func (s UpdateRuleGroupInput) String() string
- func (s *UpdateRuleGroupInput) Validate() error
- type UpdateRuleGroupOutput
- type UpdateRuleGroupRequest
- type UpdateRuleInput
- func (s UpdateRuleInput) GoString() string
- func (s *UpdateRuleInput) SetChangeToken(v string) *UpdateRuleInput
- func (s *UpdateRuleInput) SetRuleId(v string) *UpdateRuleInput
- func (s *UpdateRuleInput) SetUpdates(v []waf.RuleUpdate) *UpdateRuleInput
- func (s UpdateRuleInput) String() string
- func (s *UpdateRuleInput) Validate() error
- type UpdateRuleOutput
- type UpdateRuleRequest
- type UpdateSizeConstraintSetInput
- func (s UpdateSizeConstraintSetInput) GoString() string
- func (s *UpdateSizeConstraintSetInput) SetChangeToken(v string) *UpdateSizeConstraintSetInput
- func (s *UpdateSizeConstraintSetInput) SetSizeConstraintSetId(v string) *UpdateSizeConstraintSetInput
- func (s *UpdateSizeConstraintSetInput) SetUpdates(v []waf.SizeConstraintSetUpdate) *UpdateSizeConstraintSetInput
- func (s UpdateSizeConstraintSetInput) String() string
- func (s *UpdateSizeConstraintSetInput) Validate() error
- type UpdateSizeConstraintSetOutput
- type UpdateSizeConstraintSetRequest
- type UpdateSqlInjectionMatchSetInput
- func (s UpdateSqlInjectionMatchSetInput) GoString() string
- func (s *UpdateSqlInjectionMatchSetInput) SetChangeToken(v string) *UpdateSqlInjectionMatchSetInput
- func (s *UpdateSqlInjectionMatchSetInput) SetSqlInjectionMatchSetId(v string) *UpdateSqlInjectionMatchSetInput
- func (s *UpdateSqlInjectionMatchSetInput) SetUpdates(v []waf.SqlInjectionMatchSetUpdate) *UpdateSqlInjectionMatchSetInput
- func (s UpdateSqlInjectionMatchSetInput) String() string
- func (s *UpdateSqlInjectionMatchSetInput) Validate() error
- type UpdateSqlInjectionMatchSetOutput
- type UpdateSqlInjectionMatchSetRequest
- type UpdateWebACLInput
- func (s UpdateWebACLInput) GoString() string
- func (s *UpdateWebACLInput) SetChangeToken(v string) *UpdateWebACLInput
- func (s *UpdateWebACLInput) SetDefaultAction(v *waf.WafAction) *UpdateWebACLInput
- func (s *UpdateWebACLInput) SetUpdates(v []waf.WebACLUpdate) *UpdateWebACLInput
- func (s *UpdateWebACLInput) SetWebACLId(v string) *UpdateWebACLInput
- func (s UpdateWebACLInput) String() string
- func (s *UpdateWebACLInput) Validate() error
- type UpdateWebACLOutput
- type UpdateWebACLRequest
- type UpdateXssMatchSetInput
- func (s UpdateXssMatchSetInput) GoString() string
- func (s *UpdateXssMatchSetInput) SetChangeToken(v string) *UpdateXssMatchSetInput
- func (s *UpdateXssMatchSetInput) SetUpdates(v []waf.XssMatchSetUpdate) *UpdateXssMatchSetInput
- func (s *UpdateXssMatchSetInput) SetXssMatchSetId(v string) *UpdateXssMatchSetInput
- func (s UpdateXssMatchSetInput) String() string
- func (s *UpdateXssMatchSetInput) Validate() error
- type UpdateXssMatchSetOutput
- type UpdateXssMatchSetRequest
- type WAFRegional
- func (c *WAFRegional) AssociateWebACLRequest(input *AssociateWebACLInput) AssociateWebACLRequest
- func (c *WAFRegional) CreateByteMatchSetRequest(input *CreateByteMatchSetInput) CreateByteMatchSetRequest
- func (c *WAFRegional) CreateGeoMatchSetRequest(input *CreateGeoMatchSetInput) CreateGeoMatchSetRequest
- func (c *WAFRegional) CreateIPSetRequest(input *CreateIPSetInput) CreateIPSetRequest
- func (c *WAFRegional) CreateRateBasedRuleRequest(input *CreateRateBasedRuleInput) CreateRateBasedRuleRequest
- func (c *WAFRegional) CreateRegexMatchSetRequest(input *CreateRegexMatchSetInput) CreateRegexMatchSetRequest
- func (c *WAFRegional) CreateRegexPatternSetRequest(input *CreateRegexPatternSetInput) CreateRegexPatternSetRequest
- func (c *WAFRegional) CreateRuleGroupRequest(input *CreateRuleGroupInput) CreateRuleGroupRequest
- func (c *WAFRegional) CreateRuleRequest(input *CreateRuleInput) CreateRuleRequest
- func (c *WAFRegional) CreateSizeConstraintSetRequest(input *CreateSizeConstraintSetInput) CreateSizeConstraintSetRequest
- func (c *WAFRegional) CreateSqlInjectionMatchSetRequest(input *CreateSqlInjectionMatchSetInput) CreateSqlInjectionMatchSetRequest
- func (c *WAFRegional) CreateWebACLRequest(input *CreateWebACLInput) CreateWebACLRequest
- func (c *WAFRegional) CreateXssMatchSetRequest(input *CreateXssMatchSetInput) CreateXssMatchSetRequest
- func (c *WAFRegional) DeleteByteMatchSetRequest(input *DeleteByteMatchSetInput) DeleteByteMatchSetRequest
- func (c *WAFRegional) DeleteGeoMatchSetRequest(input *DeleteGeoMatchSetInput) DeleteGeoMatchSetRequest
- func (c *WAFRegional) DeleteIPSetRequest(input *DeleteIPSetInput) DeleteIPSetRequest
- func (c *WAFRegional) DeleteRateBasedRuleRequest(input *DeleteRateBasedRuleInput) DeleteRateBasedRuleRequest
- func (c *WAFRegional) DeleteRegexMatchSetRequest(input *DeleteRegexMatchSetInput) DeleteRegexMatchSetRequest
- func (c *WAFRegional) DeleteRegexPatternSetRequest(input *DeleteRegexPatternSetInput) DeleteRegexPatternSetRequest
- func (c *WAFRegional) DeleteRuleGroupRequest(input *DeleteRuleGroupInput) DeleteRuleGroupRequest
- func (c *WAFRegional) DeleteRuleRequest(input *DeleteRuleInput) DeleteRuleRequest
- func (c *WAFRegional) DeleteSizeConstraintSetRequest(input *DeleteSizeConstraintSetInput) DeleteSizeConstraintSetRequest
- func (c *WAFRegional) DeleteSqlInjectionMatchSetRequest(input *DeleteSqlInjectionMatchSetInput) DeleteSqlInjectionMatchSetRequest
- func (c *WAFRegional) DeleteWebACLRequest(input *DeleteWebACLInput) DeleteWebACLRequest
- func (c *WAFRegional) DeleteXssMatchSetRequest(input *DeleteXssMatchSetInput) DeleteXssMatchSetRequest
- func (c *WAFRegional) DisassociateWebACLRequest(input *DisassociateWebACLInput) DisassociateWebACLRequest
- func (c *WAFRegional) GetByteMatchSetRequest(input *GetByteMatchSetInput) GetByteMatchSetRequest
- func (c *WAFRegional) GetChangeTokenRequest(input *GetChangeTokenInput) GetChangeTokenRequest
- func (c *WAFRegional) GetChangeTokenStatusRequest(input *GetChangeTokenStatusInput) GetChangeTokenStatusRequest
- func (c *WAFRegional) GetGeoMatchSetRequest(input *GetGeoMatchSetInput) GetGeoMatchSetRequest
- func (c *WAFRegional) GetIPSetRequest(input *GetIPSetInput) GetIPSetRequest
- func (c *WAFRegional) GetRateBasedRuleManagedKeysRequest(input *GetRateBasedRuleManagedKeysInput) GetRateBasedRuleManagedKeysRequest
- func (c *WAFRegional) GetRateBasedRuleRequest(input *GetRateBasedRuleInput) GetRateBasedRuleRequest
- func (c *WAFRegional) GetRegexMatchSetRequest(input *GetRegexMatchSetInput) GetRegexMatchSetRequest
- func (c *WAFRegional) GetRegexPatternSetRequest(input *GetRegexPatternSetInput) GetRegexPatternSetRequest
- func (c *WAFRegional) GetRuleGroupRequest(input *GetRuleGroupInput) GetRuleGroupRequest
- func (c *WAFRegional) GetRuleRequest(input *GetRuleInput) GetRuleRequest
- func (c *WAFRegional) GetSampledRequestsRequest(input *GetSampledRequestsInput) GetSampledRequestsRequest
- func (c *WAFRegional) GetSizeConstraintSetRequest(input *GetSizeConstraintSetInput) GetSizeConstraintSetRequest
- func (c *WAFRegional) GetSqlInjectionMatchSetRequest(input *GetSqlInjectionMatchSetInput) GetSqlInjectionMatchSetRequest
- func (c *WAFRegional) GetWebACLForResourceRequest(input *GetWebACLForResourceInput) GetWebACLForResourceRequest
- func (c *WAFRegional) GetWebACLRequest(input *GetWebACLInput) GetWebACLRequest
- func (c *WAFRegional) GetXssMatchSetRequest(input *GetXssMatchSetInput) GetXssMatchSetRequest
- func (c *WAFRegional) ListActivatedRulesInRuleGroupRequest(input *ListActivatedRulesInRuleGroupInput) ListActivatedRulesInRuleGroupRequest
- func (c *WAFRegional) ListByteMatchSetsRequest(input *ListByteMatchSetsInput) ListByteMatchSetsRequest
- func (c *WAFRegional) ListGeoMatchSetsRequest(input *ListGeoMatchSetsInput) ListGeoMatchSetsRequest
- func (c *WAFRegional) ListIPSetsRequest(input *ListIPSetsInput) ListIPSetsRequest
- func (c *WAFRegional) ListRateBasedRulesRequest(input *ListRateBasedRulesInput) ListRateBasedRulesRequest
- func (c *WAFRegional) ListRegexMatchSetsRequest(input *ListRegexMatchSetsInput) ListRegexMatchSetsRequest
- func (c *WAFRegional) ListRegexPatternSetsRequest(input *ListRegexPatternSetsInput) ListRegexPatternSetsRequest
- func (c *WAFRegional) ListResourcesForWebACLRequest(input *ListResourcesForWebACLInput) ListResourcesForWebACLRequest
- func (c *WAFRegional) ListRuleGroupsRequest(input *ListRuleGroupsInput) ListRuleGroupsRequest
- func (c *WAFRegional) ListRulesRequest(input *ListRulesInput) ListRulesRequest
- func (c *WAFRegional) ListSizeConstraintSetsRequest(input *ListSizeConstraintSetsInput) ListSizeConstraintSetsRequest
- func (c *WAFRegional) ListSqlInjectionMatchSetsRequest(input *ListSqlInjectionMatchSetsInput) ListSqlInjectionMatchSetsRequest
- func (c *WAFRegional) ListSubscribedRuleGroupsRequest(input *ListSubscribedRuleGroupsInput) ListSubscribedRuleGroupsRequest
- func (c *WAFRegional) ListWebACLsRequest(input *ListWebACLsInput) ListWebACLsRequest
- func (c *WAFRegional) ListXssMatchSetsRequest(input *ListXssMatchSetsInput) ListXssMatchSetsRequest
- func (c *WAFRegional) UpdateByteMatchSetRequest(input *UpdateByteMatchSetInput) UpdateByteMatchSetRequest
- func (c *WAFRegional) UpdateGeoMatchSetRequest(input *UpdateGeoMatchSetInput) UpdateGeoMatchSetRequest
- func (c *WAFRegional) UpdateIPSetRequest(input *UpdateIPSetInput) UpdateIPSetRequest
- func (c *WAFRegional) UpdateRateBasedRuleRequest(input *UpdateRateBasedRuleInput) UpdateRateBasedRuleRequest
- func (c *WAFRegional) UpdateRegexMatchSetRequest(input *UpdateRegexMatchSetInput) UpdateRegexMatchSetRequest
- func (c *WAFRegional) UpdateRegexPatternSetRequest(input *UpdateRegexPatternSetInput) UpdateRegexPatternSetRequest
- func (c *WAFRegional) UpdateRuleGroupRequest(input *UpdateRuleGroupInput) UpdateRuleGroupRequest
- func (c *WAFRegional) UpdateRuleRequest(input *UpdateRuleInput) UpdateRuleRequest
- func (c *WAFRegional) UpdateSizeConstraintSetRequest(input *UpdateSizeConstraintSetInput) UpdateSizeConstraintSetRequest
- func (c *WAFRegional) UpdateSqlInjectionMatchSetRequest(input *UpdateSqlInjectionMatchSetInput) UpdateSqlInjectionMatchSetRequest
- func (c *WAFRegional) UpdateWebACLRequest(input *UpdateWebACLInput) UpdateWebACLRequest
- func (c *WAFRegional) UpdateXssMatchSetRequest(input *UpdateXssMatchSetInput) UpdateXssMatchSetRequest
- type WafActionType
- type WafOverrideActionType
- type WafRuleType
Examples ¶
- WAFRegional.CreateIPSetRequest (Shared00)
- WAFRegional.CreateRuleRequest (Shared00)
- WAFRegional.CreateSizeConstraintSetRequest (Shared00)
- WAFRegional.CreateSqlInjectionMatchSetRequest (Shared00)
- WAFRegional.CreateWebACLRequest (Shared00)
- WAFRegional.CreateXssMatchSetRequest (Shared00)
- WAFRegional.DeleteByteMatchSetRequest (Shared00)
- WAFRegional.DeleteIPSetRequest (Shared00)
- WAFRegional.DeleteRuleRequest (Shared00)
- WAFRegional.DeleteSizeConstraintSetRequest (Shared00)
- WAFRegional.DeleteSqlInjectionMatchSetRequest (Shared00)
- WAFRegional.DeleteWebACLRequest (Shared00)
- WAFRegional.DeleteXssMatchSetRequest (Shared00)
- WAFRegional.GetByteMatchSetRequest (Shared00)
- WAFRegional.GetChangeTokenRequest (Shared00)
- WAFRegional.GetChangeTokenStatusRequest (Shared00)
- WAFRegional.GetIPSetRequest (Shared00)
- WAFRegional.GetRuleRequest (Shared00)
- WAFRegional.GetSampledRequestsRequest (Shared00)
- WAFRegional.GetSizeConstraintSetRequest (Shared00)
- WAFRegional.GetSqlInjectionMatchSetRequest (Shared00)
- WAFRegional.GetWebACLRequest (Shared00)
- WAFRegional.GetXssMatchSetRequest (Shared00)
- WAFRegional.ListIPSetsRequest (Shared00)
- WAFRegional.ListRulesRequest (Shared00)
- WAFRegional.ListSizeConstraintSetsRequest (Shared00)
- WAFRegional.ListSqlInjectionMatchSetsRequest (Shared00)
- WAFRegional.ListWebACLsRequest (Shared00)
- WAFRegional.ListXssMatchSetsRequest (Shared00)
- WAFRegional.UpdateByteMatchSetRequest (Shared00)
- WAFRegional.UpdateIPSetRequest (Shared00)
- WAFRegional.UpdateRuleRequest (Shared00)
- WAFRegional.UpdateSizeConstraintSetRequest (Shared00)
- WAFRegional.UpdateSqlInjectionMatchSetRequest (Shared00)
- WAFRegional.UpdateWebACLRequest (Shared00)
- WAFRegional.UpdateXssMatchSetRequest (Shared00)
Constants ¶
const ( // ErrCodeWAFDisallowedNameException for service response error code // "WAFDisallowedNameException". // // The name specified is invalid. ErrCodeWAFDisallowedNameException = "WAFDisallowedNameException" // ErrCodeWAFInternalErrorException for service response error code // "WAFInternalErrorException". // // The operation failed because of a system problem, even though the request // was valid. Retry your request. ErrCodeWAFInternalErrorException = "WAFInternalErrorException" // ErrCodeWAFInvalidAccountException for service response error code // "WAFInvalidAccountException". // // The operation failed because you tried to create, update, or delete an object // by using an invalid account identifier. ErrCodeWAFInvalidAccountException = "WAFInvalidAccountException" // ErrCodeWAFInvalidOperationException for service response error code // "WAFInvalidOperationException". // // The operation failed because there was nothing to do. For example: // // * You tried to remove a Rule from a WebACL, but the Rule isn't in the // specified WebACL. // // * You tried to remove an IP address from an IPSet, but the IP address // isn't in the specified IPSet. // // * You tried to remove a ByteMatchTuple from a ByteMatchSet, but the ByteMatchTuple // isn't in the specified WebACL. // // * You tried to add a Rule to a WebACL, but the Rule already exists in // the specified WebACL. // // * You tried to add an IP address to an IPSet, but the IP address already // exists in the specified IPSet. // // * You tried to add a ByteMatchTuple to a ByteMatchSet, but the ByteMatchTuple // already exists in the specified WebACL. ErrCodeWAFInvalidOperationException = "WAFInvalidOperationException" // ErrCodeWAFInvalidParameterException for service response error code // "WAFInvalidParameterException". // // The operation failed because AWS WAF didn't recognize a parameter in the // request. For example: // // * You specified an invalid parameter name. // // * You specified an invalid value. // // * You tried to update an object (ByteMatchSet, IPSet, Rule, or WebACL) // using an action other than INSERT or DELETE. // // * You tried to create a WebACL with a DefaultActionType other than ALLOW, // BLOCK, or COUNT. // // * You tried to create a RateBasedRule with a RateKey value other than // IP. // // * You tried to update a WebACL with a WafActionType other than ALLOW, // BLOCK, or COUNT. // // * You tried to update a ByteMatchSet with a FieldToMatchType other than // HEADER, METHOD, QUERY_STRING, URI, or BODY. // // * You tried to update a ByteMatchSet with a Field of HEADER but no value // for Data. // // * Your request references an ARN that is malformed, or corresponds to // a resource with which a web ACL cannot be associated. ErrCodeWAFInvalidParameterException = "WAFInvalidParameterException" // ErrCodeWAFInvalidRegexPatternException for service response error code // "WAFInvalidRegexPatternException". // // The regular expression (regex) you specified in RegexPatternString is invalid. ErrCodeWAFInvalidRegexPatternException = "WAFInvalidRegexPatternException" // ErrCodeWAFLimitsExceededException for service response error code // "WAFLimitsExceededException". // // The operation exceeds a resource limit, for example, the maximum number of // WebACL objects that you can create for an AWS account. For more information, // see Limits (http://docs.aws.amazon.com/waf/latest/developerguide/limits.html) // in the AWS WAF Developer Guide. ErrCodeWAFLimitsExceededException = "WAFLimitsExceededException" // ErrCodeWAFNonEmptyEntityException for service response error code // "WAFNonEmptyEntityException". // // The operation failed because you tried to delete an object that isn't empty. // For example: // // * You tried to delete a WebACL that still contains one or more Rule objects. // // * You tried to delete a Rule that still contains one or more ByteMatchSet // objects or other predicates. // // * You tried to delete a ByteMatchSet that contains one or more ByteMatchTuple // objects. // // * You tried to delete an IPSet that references one or more IP addresses. ErrCodeWAFNonEmptyEntityException = "WAFNonEmptyEntityException" // ErrCodeWAFNonexistentContainerException for service response error code // "WAFNonexistentContainerException". // // The operation failed because you tried to add an object to or delete an object // from another object that doesn't exist. For example: // // * You tried to add a Rule to or delete a Rule from a WebACL that doesn't // exist. // // * You tried to add a ByteMatchSet to or delete a ByteMatchSet from a Rule // that doesn't exist. // // * You tried to add an IP address to or delete an IP address from an IPSet // that doesn't exist. // // * You tried to add a ByteMatchTuple to or delete a ByteMatchTuple from // a ByteMatchSet that doesn't exist. ErrCodeWAFNonexistentContainerException = "WAFNonexistentContainerException" // ErrCodeWAFNonexistentItemException for service response error code // "WAFNonexistentItemException". // // The operation failed because the referenced object doesn't exist. ErrCodeWAFNonexistentItemException = "WAFNonexistentItemException" // ErrCodeWAFReferencedItemException for service response error code // "WAFReferencedItemException". // // The operation failed because you tried to delete an object that is still // in use. For example: // // * You tried to delete a ByteMatchSet that is still referenced by a Rule. // // * You tried to delete a Rule that is still referenced by a WebACL. ErrCodeWAFReferencedItemException = "WAFReferencedItemException" // ErrCodeWAFStaleDataException for service response error code // "WAFStaleDataException". // // The operation failed because you tried to create, update, or delete an object // by using a change token that has already been used. ErrCodeWAFStaleDataException = "WAFStaleDataException" // ErrCodeWAFSubscriptionNotFoundException for service response error code // "WAFSubscriptionNotFoundException". // // The specified subscription does not exist. ErrCodeWAFSubscriptionNotFoundException = "WAFSubscriptionNotFoundException" // "WAFUnavailableEntityException". // // The operation failed because the entity referenced is temporarily unavailable. // Retry your request. ErrCodeWAFUnavailableEntityException = "WAFUnavailableEntityException" )
const ( ServiceName = "waf-regional" // Service endpoint prefix API calls made to. EndpointsID = ServiceName // Service ID for Regions and Endpoints metadata. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociateWebACLInput ¶
type AssociateWebACLInput struct { // The ARN (Amazon Resource Name) of the resource to be protected. // // ResourceArn is a required field ResourceArn *string `min:"1" type:"string" required:"true"` // A unique identifier (ID) for the web ACL. // // WebACLId is a required field WebACLId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/AssociateWebACLRequest
func (AssociateWebACLInput) GoString ¶
func (s AssociateWebACLInput) GoString() string
GoString returns the string representation
func (*AssociateWebACLInput) SetResourceArn ¶
func (s *AssociateWebACLInput) SetResourceArn(v string) *AssociateWebACLInput
SetResourceArn sets the ResourceArn field's value.
func (*AssociateWebACLInput) SetWebACLId ¶
func (s *AssociateWebACLInput) SetWebACLId(v string) *AssociateWebACLInput
SetWebACLId sets the WebACLId field's value.
func (AssociateWebACLInput) String ¶
func (s AssociateWebACLInput) String() string
String returns the string representation
func (*AssociateWebACLInput) Validate ¶
func (s *AssociateWebACLInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type AssociateWebACLOutput ¶
type AssociateWebACLOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/AssociateWebACLResponse
func (AssociateWebACLOutput) GoString ¶
func (s AssociateWebACLOutput) GoString() string
GoString returns the string representation
func (AssociateWebACLOutput) SDKResponseMetadata ¶
func (s AssociateWebACLOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (AssociateWebACLOutput) String ¶
func (s AssociateWebACLOutput) String() string
String returns the string representation
type AssociateWebACLRequest ¶
type AssociateWebACLRequest struct { *aws.Request Input *AssociateWebACLInput }
AssociateWebACLRequest is a API request type for the AssociateWebACL API operation.
func (AssociateWebACLRequest) Send ¶
func (r AssociateWebACLRequest) Send() (*AssociateWebACLOutput, error)
Send marshals and sends the AssociateWebACL API request.
type ChangeAction ¶
type ChangeAction string
const ( ChangeActionInsert ChangeAction = "INSERT" ChangeActionDelete ChangeAction = "DELETE" )
Enum values for ChangeAction
type ChangeTokenStatus ¶
type ChangeTokenStatus string
const ( ChangeTokenStatusProvisioned ChangeTokenStatus = "PROVISIONED" ChangeTokenStatusPending ChangeTokenStatus = "PENDING" ChangeTokenStatusInsync ChangeTokenStatus = "INSYNC" )
Enum values for ChangeTokenStatus
type ComparisonOperator ¶
type ComparisonOperator string
const ( ComparisonOperatorEq ComparisonOperator = "EQ" ComparisonOperatorNe ComparisonOperator = "NE" ComparisonOperatorLe ComparisonOperator = "LE" ComparisonOperatorLt ComparisonOperator = "LT" ComparisonOperatorGe ComparisonOperator = "GE" ComparisonOperatorGt ComparisonOperator = "GT" )
Enum values for ComparisonOperator
type CreateByteMatchSetInput ¶
type CreateByteMatchSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // A friendly name or description of the ByteMatchSet. You can't change Name // after you create a ByteMatchSet. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateByteMatchSetRequest
func (CreateByteMatchSetInput) GoString ¶
func (s CreateByteMatchSetInput) GoString() string
GoString returns the string representation
func (*CreateByteMatchSetInput) SetChangeToken ¶
func (s *CreateByteMatchSetInput) SetChangeToken(v string) *CreateByteMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*CreateByteMatchSetInput) SetName ¶
func (s *CreateByteMatchSetInput) SetName(v string) *CreateByteMatchSetInput
SetName sets the Name field's value.
func (CreateByteMatchSetInput) String ¶
func (s CreateByteMatchSetInput) String() string
String returns the string representation
func (*CreateByteMatchSetInput) Validate ¶
func (s *CreateByteMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateByteMatchSetOutput ¶
type CreateByteMatchSetOutput struct { // A ByteMatchSet that contains no ByteMatchTuple objects. ByteMatchSet *waf.ByteMatchSet `type:"structure"` // The ChangeToken that you used to submit the CreateByteMatchSet request. You // can also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateByteMatchSetResponse
func (CreateByteMatchSetOutput) GoString ¶
func (s CreateByteMatchSetOutput) GoString() string
GoString returns the string representation
func (CreateByteMatchSetOutput) SDKResponseMetadata ¶
func (s CreateByteMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateByteMatchSetOutput) SetByteMatchSet ¶
func (s *CreateByteMatchSetOutput) SetByteMatchSet(v *waf.ByteMatchSet) *CreateByteMatchSetOutput
SetByteMatchSet sets the ByteMatchSet field's value.
func (*CreateByteMatchSetOutput) SetChangeToken ¶
func (s *CreateByteMatchSetOutput) SetChangeToken(v string) *CreateByteMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (CreateByteMatchSetOutput) String ¶
func (s CreateByteMatchSetOutput) String() string
String returns the string representation
type CreateByteMatchSetRequest ¶
type CreateByteMatchSetRequest struct { *aws.Request Input *CreateByteMatchSetInput }
CreateByteMatchSetRequest is a API request type for the CreateByteMatchSet API operation.
func (CreateByteMatchSetRequest) Send ¶
func (r CreateByteMatchSetRequest) Send() (*CreateByteMatchSetOutput, error)
Send marshals and sends the CreateByteMatchSet API request.
type CreateGeoMatchSetInput ¶ added in v0.2.0
type CreateGeoMatchSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // A friendly name or description of the GeoMatchSet. You can't change Name // after you create the GeoMatchSet. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateGeoMatchSetRequest
func (CreateGeoMatchSetInput) GoString ¶ added in v0.2.0
func (s CreateGeoMatchSetInput) GoString() string
GoString returns the string representation
func (*CreateGeoMatchSetInput) SetChangeToken ¶ added in v0.2.0
func (s *CreateGeoMatchSetInput) SetChangeToken(v string) *CreateGeoMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*CreateGeoMatchSetInput) SetName ¶ added in v0.2.0
func (s *CreateGeoMatchSetInput) SetName(v string) *CreateGeoMatchSetInput
SetName sets the Name field's value.
func (CreateGeoMatchSetInput) String ¶ added in v0.2.0
func (s CreateGeoMatchSetInput) String() string
String returns the string representation
func (*CreateGeoMatchSetInput) Validate ¶ added in v0.2.0
func (s *CreateGeoMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateGeoMatchSetOutput ¶ added in v0.2.0
type CreateGeoMatchSetOutput struct { // The ChangeToken that you used to submit the CreateGeoMatchSet request. You // can also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // The GeoMatchSet returned in the CreateGeoMatchSet response. The GeoMatchSet // contains no GeoMatchConstraints. GeoMatchSet *waf.GeoMatchSet `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateGeoMatchSetResponse
func (CreateGeoMatchSetOutput) GoString ¶ added in v0.2.0
func (s CreateGeoMatchSetOutput) GoString() string
GoString returns the string representation
func (CreateGeoMatchSetOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s CreateGeoMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateGeoMatchSetOutput) SetChangeToken ¶ added in v0.2.0
func (s *CreateGeoMatchSetOutput) SetChangeToken(v string) *CreateGeoMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (*CreateGeoMatchSetOutput) SetGeoMatchSet ¶ added in v0.2.0
func (s *CreateGeoMatchSetOutput) SetGeoMatchSet(v *waf.GeoMatchSet) *CreateGeoMatchSetOutput
SetGeoMatchSet sets the GeoMatchSet field's value.
func (CreateGeoMatchSetOutput) String ¶ added in v0.2.0
func (s CreateGeoMatchSetOutput) String() string
String returns the string representation
type CreateGeoMatchSetRequest ¶ added in v0.2.0
type CreateGeoMatchSetRequest struct { *aws.Request Input *CreateGeoMatchSetInput }
CreateGeoMatchSetRequest is a API request type for the CreateGeoMatchSet API operation.
func (CreateGeoMatchSetRequest) Send ¶ added in v0.2.0
func (r CreateGeoMatchSetRequest) Send() (*CreateGeoMatchSetOutput, error)
Send marshals and sends the CreateGeoMatchSet API request.
type CreateIPSetInput ¶
type CreateIPSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // A friendly name or description of the IPSet. You can't change Name after // you create the IPSet. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateIPSetRequest
func (CreateIPSetInput) GoString ¶
func (s CreateIPSetInput) GoString() string
GoString returns the string representation
func (*CreateIPSetInput) SetChangeToken ¶
func (s *CreateIPSetInput) SetChangeToken(v string) *CreateIPSetInput
SetChangeToken sets the ChangeToken field's value.
func (*CreateIPSetInput) SetName ¶
func (s *CreateIPSetInput) SetName(v string) *CreateIPSetInput
SetName sets the Name field's value.
func (CreateIPSetInput) String ¶
func (s CreateIPSetInput) String() string
String returns the string representation
func (*CreateIPSetInput) Validate ¶
func (s *CreateIPSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateIPSetOutput ¶
type CreateIPSetOutput struct { // The ChangeToken that you used to submit the CreateIPSet request. You can // also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // The IPSet returned in the CreateIPSet response. IPSet *waf.IPSet `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateIPSetResponse
func (CreateIPSetOutput) GoString ¶
func (s CreateIPSetOutput) GoString() string
GoString returns the string representation
func (CreateIPSetOutput) SDKResponseMetadata ¶
func (s CreateIPSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateIPSetOutput) SetChangeToken ¶
func (s *CreateIPSetOutput) SetChangeToken(v string) *CreateIPSetOutput
SetChangeToken sets the ChangeToken field's value.
func (*CreateIPSetOutput) SetIPSet ¶
func (s *CreateIPSetOutput) SetIPSet(v *waf.IPSet) *CreateIPSetOutput
SetIPSet sets the IPSet field's value.
func (CreateIPSetOutput) String ¶
func (s CreateIPSetOutput) String() string
String returns the string representation
type CreateIPSetRequest ¶
type CreateIPSetRequest struct { *aws.Request Input *CreateIPSetInput }
CreateIPSetRequest is a API request type for the CreateIPSet API operation.
func (CreateIPSetRequest) Send ¶
func (r CreateIPSetRequest) Send() (*CreateIPSetOutput, error)
Send marshals and sends the CreateIPSet API request.
type CreateRateBasedRuleInput ¶
type CreateRateBasedRuleInput struct { // The ChangeToken that you used to submit the CreateRateBasedRule request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // A friendly name or description for the metrics for this RateBasedRule. The // name can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't // contain whitespace. You can't change the name of the metric after you create // the RateBasedRule. // // MetricName is a required field MetricName *string `type:"string" required:"true"` // A friendly name or description of the RateBasedRule. You can't change the // name of a RateBasedRule after you create it. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // The field that AWS WAF uses to determine if requests are likely arriving // from a single source and thus subject to rate monitoring. The only valid // value for RateKey is IP. IP indicates that requests that arrive from the // same IP address are subject to the RateLimit that is specified in the RateBasedRule. // // RateKey is a required field RateKey RateKey `type:"string" required:"true" enum:"true"` // The maximum number of requests, which have an identical value in the field // that is specified by RateKey, allowed in a five-minute period. If the number // of requests exceeds the RateLimit and the other predicates specified in the // rule are also met, AWS WAF triggers the action that is specified for this // rule. // // RateLimit is a required field RateLimit *int64 `min:"2000" type:"long" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRateBasedRuleRequest
func (CreateRateBasedRuleInput) GoString ¶
func (s CreateRateBasedRuleInput) GoString() string
GoString returns the string representation
func (*CreateRateBasedRuleInput) SetChangeToken ¶
func (s *CreateRateBasedRuleInput) SetChangeToken(v string) *CreateRateBasedRuleInput
SetChangeToken sets the ChangeToken field's value.
func (*CreateRateBasedRuleInput) SetMetricName ¶
func (s *CreateRateBasedRuleInput) SetMetricName(v string) *CreateRateBasedRuleInput
SetMetricName sets the MetricName field's value.
func (*CreateRateBasedRuleInput) SetName ¶
func (s *CreateRateBasedRuleInput) SetName(v string) *CreateRateBasedRuleInput
SetName sets the Name field's value.
func (*CreateRateBasedRuleInput) SetRateKey ¶
func (s *CreateRateBasedRuleInput) SetRateKey(v RateKey) *CreateRateBasedRuleInput
SetRateKey sets the RateKey field's value.
func (*CreateRateBasedRuleInput) SetRateLimit ¶
func (s *CreateRateBasedRuleInput) SetRateLimit(v int64) *CreateRateBasedRuleInput
SetRateLimit sets the RateLimit field's value.
func (CreateRateBasedRuleInput) String ¶
func (s CreateRateBasedRuleInput) String() string
String returns the string representation
func (*CreateRateBasedRuleInput) Validate ¶
func (s *CreateRateBasedRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateRateBasedRuleOutput ¶
type CreateRateBasedRuleOutput struct { // The ChangeToken that you used to submit the CreateRateBasedRule request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // The RateBasedRule that is returned in the CreateRateBasedRule response. Rule *waf.RateBasedRule `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRateBasedRuleResponse
func (CreateRateBasedRuleOutput) GoString ¶
func (s CreateRateBasedRuleOutput) GoString() string
GoString returns the string representation
func (CreateRateBasedRuleOutput) SDKResponseMetadata ¶
func (s CreateRateBasedRuleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateRateBasedRuleOutput) SetChangeToken ¶
func (s *CreateRateBasedRuleOutput) SetChangeToken(v string) *CreateRateBasedRuleOutput
SetChangeToken sets the ChangeToken field's value.
func (*CreateRateBasedRuleOutput) SetRule ¶
func (s *CreateRateBasedRuleOutput) SetRule(v *waf.RateBasedRule) *CreateRateBasedRuleOutput
SetRule sets the Rule field's value.
func (CreateRateBasedRuleOutput) String ¶
func (s CreateRateBasedRuleOutput) String() string
String returns the string representation
type CreateRateBasedRuleRequest ¶
type CreateRateBasedRuleRequest struct { *aws.Request Input *CreateRateBasedRuleInput }
CreateRateBasedRuleRequest is a API request type for the CreateRateBasedRule API operation.
func (CreateRateBasedRuleRequest) Send ¶
func (r CreateRateBasedRuleRequest) Send() (*CreateRateBasedRuleOutput, error)
Send marshals and sends the CreateRateBasedRule API request.
type CreateRegexMatchSetInput ¶ added in v0.2.0
type CreateRegexMatchSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // A friendly name or description of the RegexMatchSet. You can't change Name // after you create a RegexMatchSet. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRegexMatchSetRequest
func (CreateRegexMatchSetInput) GoString ¶ added in v0.2.0
func (s CreateRegexMatchSetInput) GoString() string
GoString returns the string representation
func (*CreateRegexMatchSetInput) SetChangeToken ¶ added in v0.2.0
func (s *CreateRegexMatchSetInput) SetChangeToken(v string) *CreateRegexMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*CreateRegexMatchSetInput) SetName ¶ added in v0.2.0
func (s *CreateRegexMatchSetInput) SetName(v string) *CreateRegexMatchSetInput
SetName sets the Name field's value.
func (CreateRegexMatchSetInput) String ¶ added in v0.2.0
func (s CreateRegexMatchSetInput) String() string
String returns the string representation
func (*CreateRegexMatchSetInput) Validate ¶ added in v0.2.0
func (s *CreateRegexMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateRegexMatchSetOutput ¶ added in v0.2.0
type CreateRegexMatchSetOutput struct { // The ChangeToken that you used to submit the CreateRegexMatchSet request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // A RegexMatchSet that contains no RegexMatchTuple objects. RegexMatchSet *waf.RegexMatchSet `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRegexMatchSetResponse
func (CreateRegexMatchSetOutput) GoString ¶ added in v0.2.0
func (s CreateRegexMatchSetOutput) GoString() string
GoString returns the string representation
func (CreateRegexMatchSetOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s CreateRegexMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateRegexMatchSetOutput) SetChangeToken ¶ added in v0.2.0
func (s *CreateRegexMatchSetOutput) SetChangeToken(v string) *CreateRegexMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (*CreateRegexMatchSetOutput) SetRegexMatchSet ¶ added in v0.2.0
func (s *CreateRegexMatchSetOutput) SetRegexMatchSet(v *waf.RegexMatchSet) *CreateRegexMatchSetOutput
SetRegexMatchSet sets the RegexMatchSet field's value.
func (CreateRegexMatchSetOutput) String ¶ added in v0.2.0
func (s CreateRegexMatchSetOutput) String() string
String returns the string representation
type CreateRegexMatchSetRequest ¶ added in v0.2.0
type CreateRegexMatchSetRequest struct { *aws.Request Input *CreateRegexMatchSetInput }
CreateRegexMatchSetRequest is a API request type for the CreateRegexMatchSet API operation.
func (CreateRegexMatchSetRequest) Send ¶ added in v0.2.0
func (r CreateRegexMatchSetRequest) Send() (*CreateRegexMatchSetOutput, error)
Send marshals and sends the CreateRegexMatchSet API request.
type CreateRegexPatternSetInput ¶ added in v0.2.0
type CreateRegexPatternSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // A friendly name or description of the RegexPatternSet. You can't change Name // after you create a RegexPatternSet. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRegexPatternSetRequest
func (CreateRegexPatternSetInput) GoString ¶ added in v0.2.0
func (s CreateRegexPatternSetInput) GoString() string
GoString returns the string representation
func (*CreateRegexPatternSetInput) SetChangeToken ¶ added in v0.2.0
func (s *CreateRegexPatternSetInput) SetChangeToken(v string) *CreateRegexPatternSetInput
SetChangeToken sets the ChangeToken field's value.
func (*CreateRegexPatternSetInput) SetName ¶ added in v0.2.0
func (s *CreateRegexPatternSetInput) SetName(v string) *CreateRegexPatternSetInput
SetName sets the Name field's value.
func (CreateRegexPatternSetInput) String ¶ added in v0.2.0
func (s CreateRegexPatternSetInput) String() string
String returns the string representation
func (*CreateRegexPatternSetInput) Validate ¶ added in v0.2.0
func (s *CreateRegexPatternSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateRegexPatternSetOutput ¶ added in v0.2.0
type CreateRegexPatternSetOutput struct { // The ChangeToken that you used to submit the CreateRegexPatternSet request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // A RegexPatternSet that contains no objects. RegexPatternSet *waf.RegexPatternSet `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRegexPatternSetResponse
func (CreateRegexPatternSetOutput) GoString ¶ added in v0.2.0
func (s CreateRegexPatternSetOutput) GoString() string
GoString returns the string representation
func (CreateRegexPatternSetOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s CreateRegexPatternSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateRegexPatternSetOutput) SetChangeToken ¶ added in v0.2.0
func (s *CreateRegexPatternSetOutput) SetChangeToken(v string) *CreateRegexPatternSetOutput
SetChangeToken sets the ChangeToken field's value.
func (*CreateRegexPatternSetOutput) SetRegexPatternSet ¶ added in v0.2.0
func (s *CreateRegexPatternSetOutput) SetRegexPatternSet(v *waf.RegexPatternSet) *CreateRegexPatternSetOutput
SetRegexPatternSet sets the RegexPatternSet field's value.
func (CreateRegexPatternSetOutput) String ¶ added in v0.2.0
func (s CreateRegexPatternSetOutput) String() string
String returns the string representation
type CreateRegexPatternSetRequest ¶ added in v0.2.0
type CreateRegexPatternSetRequest struct { *aws.Request Input *CreateRegexPatternSetInput }
CreateRegexPatternSetRequest is a API request type for the CreateRegexPatternSet API operation.
func (CreateRegexPatternSetRequest) Send ¶ added in v0.2.0
func (r CreateRegexPatternSetRequest) Send() (*CreateRegexPatternSetOutput, error)
Send marshals and sends the CreateRegexPatternSet API request.
type CreateRuleGroupInput ¶ added in v0.2.0
type CreateRuleGroupInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // A friendly name or description for the metrics for this RuleGroup. The name // can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't // contain whitespace. You can't change the name of the metric after you create // the RuleGroup. // // MetricName is a required field MetricName *string `type:"string" required:"true"` // A friendly name or description of the RuleGroup. You can't change Name after // you create a RuleGroup. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRuleGroupRequest
func (CreateRuleGroupInput) GoString ¶ added in v0.2.0
func (s CreateRuleGroupInput) GoString() string
GoString returns the string representation
func (*CreateRuleGroupInput) SetChangeToken ¶ added in v0.2.0
func (s *CreateRuleGroupInput) SetChangeToken(v string) *CreateRuleGroupInput
SetChangeToken sets the ChangeToken field's value.
func (*CreateRuleGroupInput) SetMetricName ¶ added in v0.2.0
func (s *CreateRuleGroupInput) SetMetricName(v string) *CreateRuleGroupInput
SetMetricName sets the MetricName field's value.
func (*CreateRuleGroupInput) SetName ¶ added in v0.2.0
func (s *CreateRuleGroupInput) SetName(v string) *CreateRuleGroupInput
SetName sets the Name field's value.
func (CreateRuleGroupInput) String ¶ added in v0.2.0
func (s CreateRuleGroupInput) String() string
String returns the string representation
func (*CreateRuleGroupInput) Validate ¶ added in v0.2.0
func (s *CreateRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateRuleGroupOutput ¶ added in v0.2.0
type CreateRuleGroupOutput struct { // The ChangeToken that you used to submit the CreateRuleGroup request. You // can also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // An empty RuleGroup. RuleGroup *waf.RuleGroup `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRuleGroupResponse
func (CreateRuleGroupOutput) GoString ¶ added in v0.2.0
func (s CreateRuleGroupOutput) GoString() string
GoString returns the string representation
func (CreateRuleGroupOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s CreateRuleGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateRuleGroupOutput) SetChangeToken ¶ added in v0.2.0
func (s *CreateRuleGroupOutput) SetChangeToken(v string) *CreateRuleGroupOutput
SetChangeToken sets the ChangeToken field's value.
func (*CreateRuleGroupOutput) SetRuleGroup ¶ added in v0.2.0
func (s *CreateRuleGroupOutput) SetRuleGroup(v *waf.RuleGroup) *CreateRuleGroupOutput
SetRuleGroup sets the RuleGroup field's value.
func (CreateRuleGroupOutput) String ¶ added in v0.2.0
func (s CreateRuleGroupOutput) String() string
String returns the string representation
type CreateRuleGroupRequest ¶ added in v0.2.0
type CreateRuleGroupRequest struct { *aws.Request Input *CreateRuleGroupInput }
CreateRuleGroupRequest is a API request type for the CreateRuleGroup API operation.
func (CreateRuleGroupRequest) Send ¶ added in v0.2.0
func (r CreateRuleGroupRequest) Send() (*CreateRuleGroupOutput, error)
Send marshals and sends the CreateRuleGroup API request.
type CreateRuleInput ¶
type CreateRuleInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // A friendly name or description for the metrics for this Rule. The name can // contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't contain // whitespace. You can't change the name of the metric after you create the // Rule. // // MetricName is a required field MetricName *string `type:"string" required:"true"` // A friendly name or description of the Rule. You can't change the name of // a Rule after you create it. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRuleRequest
func (CreateRuleInput) GoString ¶
func (s CreateRuleInput) GoString() string
GoString returns the string representation
func (*CreateRuleInput) SetChangeToken ¶
func (s *CreateRuleInput) SetChangeToken(v string) *CreateRuleInput
SetChangeToken sets the ChangeToken field's value.
func (*CreateRuleInput) SetMetricName ¶
func (s *CreateRuleInput) SetMetricName(v string) *CreateRuleInput
SetMetricName sets the MetricName field's value.
func (*CreateRuleInput) SetName ¶
func (s *CreateRuleInput) SetName(v string) *CreateRuleInput
SetName sets the Name field's value.
func (CreateRuleInput) String ¶
func (s CreateRuleInput) String() string
String returns the string representation
func (*CreateRuleInput) Validate ¶
func (s *CreateRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateRuleOutput ¶
type CreateRuleOutput struct { // The ChangeToken that you used to submit the CreateRule request. You can also // use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // The Rule returned in the CreateRule response. Rule *waf.Rule `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRuleResponse
func (CreateRuleOutput) GoString ¶
func (s CreateRuleOutput) GoString() string
GoString returns the string representation
func (CreateRuleOutput) SDKResponseMetadata ¶
func (s CreateRuleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateRuleOutput) SetChangeToken ¶
func (s *CreateRuleOutput) SetChangeToken(v string) *CreateRuleOutput
SetChangeToken sets the ChangeToken field's value.
func (*CreateRuleOutput) SetRule ¶
func (s *CreateRuleOutput) SetRule(v *waf.Rule) *CreateRuleOutput
SetRule sets the Rule field's value.
func (CreateRuleOutput) String ¶
func (s CreateRuleOutput) String() string
String returns the string representation
type CreateRuleRequest ¶
type CreateRuleRequest struct { *aws.Request Input *CreateRuleInput }
CreateRuleRequest is a API request type for the CreateRule API operation.
func (CreateRuleRequest) Send ¶
func (r CreateRuleRequest) Send() (*CreateRuleOutput, error)
Send marshals and sends the CreateRule API request.
type CreateSizeConstraintSetInput ¶
type CreateSizeConstraintSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // A friendly name or description of the SizeConstraintSet. You can't change // Name after you create a SizeConstraintSet. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateSizeConstraintSetRequest
func (CreateSizeConstraintSetInput) GoString ¶
func (s CreateSizeConstraintSetInput) GoString() string
GoString returns the string representation
func (*CreateSizeConstraintSetInput) SetChangeToken ¶
func (s *CreateSizeConstraintSetInput) SetChangeToken(v string) *CreateSizeConstraintSetInput
SetChangeToken sets the ChangeToken field's value.
func (*CreateSizeConstraintSetInput) SetName ¶
func (s *CreateSizeConstraintSetInput) SetName(v string) *CreateSizeConstraintSetInput
SetName sets the Name field's value.
func (CreateSizeConstraintSetInput) String ¶
func (s CreateSizeConstraintSetInput) String() string
String returns the string representation
func (*CreateSizeConstraintSetInput) Validate ¶
func (s *CreateSizeConstraintSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSizeConstraintSetOutput ¶
type CreateSizeConstraintSetOutput struct { // The ChangeToken that you used to submit the CreateSizeConstraintSet request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // A SizeConstraintSet that contains no SizeConstraint objects. SizeConstraintSet *waf.SizeConstraintSet `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateSizeConstraintSetResponse
func (CreateSizeConstraintSetOutput) GoString ¶
func (s CreateSizeConstraintSetOutput) GoString() string
GoString returns the string representation
func (CreateSizeConstraintSetOutput) SDKResponseMetadata ¶
func (s CreateSizeConstraintSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateSizeConstraintSetOutput) SetChangeToken ¶
func (s *CreateSizeConstraintSetOutput) SetChangeToken(v string) *CreateSizeConstraintSetOutput
SetChangeToken sets the ChangeToken field's value.
func (*CreateSizeConstraintSetOutput) SetSizeConstraintSet ¶
func (s *CreateSizeConstraintSetOutput) SetSizeConstraintSet(v *waf.SizeConstraintSet) *CreateSizeConstraintSetOutput
SetSizeConstraintSet sets the SizeConstraintSet field's value.
func (CreateSizeConstraintSetOutput) String ¶
func (s CreateSizeConstraintSetOutput) String() string
String returns the string representation
type CreateSizeConstraintSetRequest ¶
type CreateSizeConstraintSetRequest struct { *aws.Request Input *CreateSizeConstraintSetInput }
CreateSizeConstraintSetRequest is a API request type for the CreateSizeConstraintSet API operation.
func (CreateSizeConstraintSetRequest) Send ¶
func (r CreateSizeConstraintSetRequest) Send() (*CreateSizeConstraintSetOutput, error)
Send marshals and sends the CreateSizeConstraintSet API request.
type CreateSqlInjectionMatchSetInput ¶
type CreateSqlInjectionMatchSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // A friendly name or description for the SqlInjectionMatchSet that you're creating. // You can't change Name after you create the SqlInjectionMatchSet. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A request to create a SqlInjectionMatchSet. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateSqlInjectionMatchSetRequest
func (CreateSqlInjectionMatchSetInput) GoString ¶
func (s CreateSqlInjectionMatchSetInput) GoString() string
GoString returns the string representation
func (*CreateSqlInjectionMatchSetInput) SetChangeToken ¶
func (s *CreateSqlInjectionMatchSetInput) SetChangeToken(v string) *CreateSqlInjectionMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*CreateSqlInjectionMatchSetInput) SetName ¶
func (s *CreateSqlInjectionMatchSetInput) SetName(v string) *CreateSqlInjectionMatchSetInput
SetName sets the Name field's value.
func (CreateSqlInjectionMatchSetInput) String ¶
func (s CreateSqlInjectionMatchSetInput) String() string
String returns the string representation
func (*CreateSqlInjectionMatchSetInput) Validate ¶
func (s *CreateSqlInjectionMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateSqlInjectionMatchSetOutput ¶
type CreateSqlInjectionMatchSetOutput struct { // The ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // A SqlInjectionMatchSet. SqlInjectionMatchSet *waf.SqlInjectionMatchSet `type:"structure"` // contains filtered or unexported fields }
The response to a CreateSqlInjectionMatchSet request. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateSqlInjectionMatchSetResponse
func (CreateSqlInjectionMatchSetOutput) GoString ¶
func (s CreateSqlInjectionMatchSetOutput) GoString() string
GoString returns the string representation
func (CreateSqlInjectionMatchSetOutput) SDKResponseMetadata ¶
func (s CreateSqlInjectionMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateSqlInjectionMatchSetOutput) SetChangeToken ¶
func (s *CreateSqlInjectionMatchSetOutput) SetChangeToken(v string) *CreateSqlInjectionMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (*CreateSqlInjectionMatchSetOutput) SetSqlInjectionMatchSet ¶
func (s *CreateSqlInjectionMatchSetOutput) SetSqlInjectionMatchSet(v *waf.SqlInjectionMatchSet) *CreateSqlInjectionMatchSetOutput
SetSqlInjectionMatchSet sets the SqlInjectionMatchSet field's value.
func (CreateSqlInjectionMatchSetOutput) String ¶
func (s CreateSqlInjectionMatchSetOutput) String() string
String returns the string representation
type CreateSqlInjectionMatchSetRequest ¶
type CreateSqlInjectionMatchSetRequest struct { *aws.Request Input *CreateSqlInjectionMatchSetInput }
CreateSqlInjectionMatchSetRequest is a API request type for the CreateSqlInjectionMatchSet API operation.
func (CreateSqlInjectionMatchSetRequest) Send ¶
func (r CreateSqlInjectionMatchSetRequest) Send() (*CreateSqlInjectionMatchSetOutput, error)
Send marshals and sends the CreateSqlInjectionMatchSet API request.
type CreateWebACLInput ¶
type CreateWebACLInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The action that you want AWS WAF to take when a request doesn't match the // criteria specified in any of the Rule objects that are associated with the // WebACL. // // DefaultAction is a required field DefaultAction *waf.WafAction `type:"structure" required:"true"` // A friendly name or description for the metrics for this WebACL. The name // can contain only alphanumeric characters (A-Z, a-z, 0-9); the name can't // contain whitespace. You can't change MetricName after you create the WebACL. // // MetricName is a required field MetricName *string `type:"string" required:"true"` // A friendly name or description of the WebACL. You can't change Name after // you create the WebACL. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateWebACLRequest
func (CreateWebACLInput) GoString ¶
func (s CreateWebACLInput) GoString() string
GoString returns the string representation
func (*CreateWebACLInput) SetChangeToken ¶
func (s *CreateWebACLInput) SetChangeToken(v string) *CreateWebACLInput
SetChangeToken sets the ChangeToken field's value.
func (*CreateWebACLInput) SetDefaultAction ¶
func (s *CreateWebACLInput) SetDefaultAction(v *waf.WafAction) *CreateWebACLInput
SetDefaultAction sets the DefaultAction field's value.
func (*CreateWebACLInput) SetMetricName ¶
func (s *CreateWebACLInput) SetMetricName(v string) *CreateWebACLInput
SetMetricName sets the MetricName field's value.
func (*CreateWebACLInput) SetName ¶
func (s *CreateWebACLInput) SetName(v string) *CreateWebACLInput
SetName sets the Name field's value.
func (CreateWebACLInput) String ¶
func (s CreateWebACLInput) String() string
String returns the string representation
func (*CreateWebACLInput) Validate ¶
func (s *CreateWebACLInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateWebACLOutput ¶
type CreateWebACLOutput struct { // The ChangeToken that you used to submit the CreateWebACL request. You can // also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // The WebACL returned in the CreateWebACL response. WebACL *waf.WebACL `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateWebACLResponse
func (CreateWebACLOutput) GoString ¶
func (s CreateWebACLOutput) GoString() string
GoString returns the string representation
func (CreateWebACLOutput) SDKResponseMetadata ¶
func (s CreateWebACLOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateWebACLOutput) SetChangeToken ¶
func (s *CreateWebACLOutput) SetChangeToken(v string) *CreateWebACLOutput
SetChangeToken sets the ChangeToken field's value.
func (*CreateWebACLOutput) SetWebACL ¶
func (s *CreateWebACLOutput) SetWebACL(v *waf.WebACL) *CreateWebACLOutput
SetWebACL sets the WebACL field's value.
func (CreateWebACLOutput) String ¶
func (s CreateWebACLOutput) String() string
String returns the string representation
type CreateWebACLRequest ¶
type CreateWebACLRequest struct { *aws.Request Input *CreateWebACLInput }
CreateWebACLRequest is a API request type for the CreateWebACL API operation.
func (CreateWebACLRequest) Send ¶
func (r CreateWebACLRequest) Send() (*CreateWebACLOutput, error)
Send marshals and sends the CreateWebACL API request.
type CreateXssMatchSetInput ¶
type CreateXssMatchSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // A friendly name or description for the XssMatchSet that you're creating. // You can't change Name after you create the XssMatchSet. // // Name is a required field Name *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A request to create an XssMatchSet. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateXssMatchSetRequest
func (CreateXssMatchSetInput) GoString ¶
func (s CreateXssMatchSetInput) GoString() string
GoString returns the string representation
func (*CreateXssMatchSetInput) SetChangeToken ¶
func (s *CreateXssMatchSetInput) SetChangeToken(v string) *CreateXssMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*CreateXssMatchSetInput) SetName ¶
func (s *CreateXssMatchSetInput) SetName(v string) *CreateXssMatchSetInput
SetName sets the Name field's value.
func (CreateXssMatchSetInput) String ¶
func (s CreateXssMatchSetInput) String() string
String returns the string representation
func (*CreateXssMatchSetInput) Validate ¶
func (s *CreateXssMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateXssMatchSetOutput ¶
type CreateXssMatchSetOutput struct { // The ChangeToken that you used to submit the CreateXssMatchSet request. You // can also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // An XssMatchSet. XssMatchSet *waf.XssMatchSet `type:"structure"` // contains filtered or unexported fields }
The response to a CreateXssMatchSet request. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateXssMatchSetResponse
func (CreateXssMatchSetOutput) GoString ¶
func (s CreateXssMatchSetOutput) GoString() string
GoString returns the string representation
func (CreateXssMatchSetOutput) SDKResponseMetadata ¶
func (s CreateXssMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*CreateXssMatchSetOutput) SetChangeToken ¶
func (s *CreateXssMatchSetOutput) SetChangeToken(v string) *CreateXssMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (*CreateXssMatchSetOutput) SetXssMatchSet ¶
func (s *CreateXssMatchSetOutput) SetXssMatchSet(v *waf.XssMatchSet) *CreateXssMatchSetOutput
SetXssMatchSet sets the XssMatchSet field's value.
func (CreateXssMatchSetOutput) String ¶
func (s CreateXssMatchSetOutput) String() string
String returns the string representation
type CreateXssMatchSetRequest ¶
type CreateXssMatchSetRequest struct { *aws.Request Input *CreateXssMatchSetInput }
CreateXssMatchSetRequest is a API request type for the CreateXssMatchSet API operation.
func (CreateXssMatchSetRequest) Send ¶
func (r CreateXssMatchSetRequest) Send() (*CreateXssMatchSetOutput, error)
Send marshals and sends the CreateXssMatchSet API request.
type DeleteByteMatchSetInput ¶
type DeleteByteMatchSetInput struct { // The ByteMatchSetId of the ByteMatchSet that you want to delete. ByteMatchSetId // is returned by CreateByteMatchSet and by ListByteMatchSets. // // ByteMatchSetId is a required field ByteMatchSetId *string `min:"1" type:"string" required:"true"` // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteByteMatchSetRequest
func (DeleteByteMatchSetInput) GoString ¶
func (s DeleteByteMatchSetInput) GoString() string
GoString returns the string representation
func (*DeleteByteMatchSetInput) SetByteMatchSetId ¶
func (s *DeleteByteMatchSetInput) SetByteMatchSetId(v string) *DeleteByteMatchSetInput
SetByteMatchSetId sets the ByteMatchSetId field's value.
func (*DeleteByteMatchSetInput) SetChangeToken ¶
func (s *DeleteByteMatchSetInput) SetChangeToken(v string) *DeleteByteMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (DeleteByteMatchSetInput) String ¶
func (s DeleteByteMatchSetInput) String() string
String returns the string representation
func (*DeleteByteMatchSetInput) Validate ¶
func (s *DeleteByteMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteByteMatchSetOutput ¶
type DeleteByteMatchSetOutput struct { // The ChangeToken that you used to submit the DeleteByteMatchSet request. You // can also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteByteMatchSetResponse
func (DeleteByteMatchSetOutput) GoString ¶
func (s DeleteByteMatchSetOutput) GoString() string
GoString returns the string representation
func (DeleteByteMatchSetOutput) SDKResponseMetadata ¶
func (s DeleteByteMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteByteMatchSetOutput) SetChangeToken ¶
func (s *DeleteByteMatchSetOutput) SetChangeToken(v string) *DeleteByteMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (DeleteByteMatchSetOutput) String ¶
func (s DeleteByteMatchSetOutput) String() string
String returns the string representation
type DeleteByteMatchSetRequest ¶
type DeleteByteMatchSetRequest struct { *aws.Request Input *DeleteByteMatchSetInput }
DeleteByteMatchSetRequest is a API request type for the DeleteByteMatchSet API operation.
func (DeleteByteMatchSetRequest) Send ¶
func (r DeleteByteMatchSetRequest) Send() (*DeleteByteMatchSetOutput, error)
Send marshals and sends the DeleteByteMatchSet API request.
type DeleteGeoMatchSetInput ¶ added in v0.2.0
type DeleteGeoMatchSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The GeoMatchSetID of the GeoMatchSet that you want to delete. GeoMatchSetId // is returned by CreateGeoMatchSet and by ListGeoMatchSets. // // GeoMatchSetId is a required field GeoMatchSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteGeoMatchSetRequest
func (DeleteGeoMatchSetInput) GoString ¶ added in v0.2.0
func (s DeleteGeoMatchSetInput) GoString() string
GoString returns the string representation
func (*DeleteGeoMatchSetInput) SetChangeToken ¶ added in v0.2.0
func (s *DeleteGeoMatchSetInput) SetChangeToken(v string) *DeleteGeoMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*DeleteGeoMatchSetInput) SetGeoMatchSetId ¶ added in v0.2.0
func (s *DeleteGeoMatchSetInput) SetGeoMatchSetId(v string) *DeleteGeoMatchSetInput
SetGeoMatchSetId sets the GeoMatchSetId field's value.
func (DeleteGeoMatchSetInput) String ¶ added in v0.2.0
func (s DeleteGeoMatchSetInput) String() string
String returns the string representation
func (*DeleteGeoMatchSetInput) Validate ¶ added in v0.2.0
func (s *DeleteGeoMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteGeoMatchSetOutput ¶ added in v0.2.0
type DeleteGeoMatchSetOutput struct { // The ChangeToken that you used to submit the DeleteGeoMatchSet request. You // can also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteGeoMatchSetResponse
func (DeleteGeoMatchSetOutput) GoString ¶ added in v0.2.0
func (s DeleteGeoMatchSetOutput) GoString() string
GoString returns the string representation
func (DeleteGeoMatchSetOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s DeleteGeoMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteGeoMatchSetOutput) SetChangeToken ¶ added in v0.2.0
func (s *DeleteGeoMatchSetOutput) SetChangeToken(v string) *DeleteGeoMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (DeleteGeoMatchSetOutput) String ¶ added in v0.2.0
func (s DeleteGeoMatchSetOutput) String() string
String returns the string representation
type DeleteGeoMatchSetRequest ¶ added in v0.2.0
type DeleteGeoMatchSetRequest struct { *aws.Request Input *DeleteGeoMatchSetInput }
DeleteGeoMatchSetRequest is a API request type for the DeleteGeoMatchSet API operation.
func (DeleteGeoMatchSetRequest) Send ¶ added in v0.2.0
func (r DeleteGeoMatchSetRequest) Send() (*DeleteGeoMatchSetOutput, error)
Send marshals and sends the DeleteGeoMatchSet API request.
type DeleteIPSetInput ¶
type DeleteIPSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The IPSetId of the IPSet that you want to delete. IPSetId is returned by // CreateIPSet and by ListIPSets. // // IPSetId is a required field IPSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteIPSetRequest
func (DeleteIPSetInput) GoString ¶
func (s DeleteIPSetInput) GoString() string
GoString returns the string representation
func (*DeleteIPSetInput) SetChangeToken ¶
func (s *DeleteIPSetInput) SetChangeToken(v string) *DeleteIPSetInput
SetChangeToken sets the ChangeToken field's value.
func (*DeleteIPSetInput) SetIPSetId ¶
func (s *DeleteIPSetInput) SetIPSetId(v string) *DeleteIPSetInput
SetIPSetId sets the IPSetId field's value.
func (DeleteIPSetInput) String ¶
func (s DeleteIPSetInput) String() string
String returns the string representation
func (*DeleteIPSetInput) Validate ¶
func (s *DeleteIPSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteIPSetOutput ¶
type DeleteIPSetOutput struct { // The ChangeToken that you used to submit the DeleteIPSet request. You can // also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteIPSetResponse
func (DeleteIPSetOutput) GoString ¶
func (s DeleteIPSetOutput) GoString() string
GoString returns the string representation
func (DeleteIPSetOutput) SDKResponseMetadata ¶
func (s DeleteIPSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteIPSetOutput) SetChangeToken ¶
func (s *DeleteIPSetOutput) SetChangeToken(v string) *DeleteIPSetOutput
SetChangeToken sets the ChangeToken field's value.
func (DeleteIPSetOutput) String ¶
func (s DeleteIPSetOutput) String() string
String returns the string representation
type DeleteIPSetRequest ¶
type DeleteIPSetRequest struct { *aws.Request Input *DeleteIPSetInput }
DeleteIPSetRequest is a API request type for the DeleteIPSet API operation.
func (DeleteIPSetRequest) Send ¶
func (r DeleteIPSetRequest) Send() (*DeleteIPSetOutput, error)
Send marshals and sends the DeleteIPSet API request.
type DeleteRateBasedRuleInput ¶
type DeleteRateBasedRuleInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The RuleId of the RateBasedRule that you want to delete. RuleId is returned // by CreateRateBasedRule and by ListRateBasedRules. // // RuleId is a required field RuleId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRateBasedRuleRequest
func (DeleteRateBasedRuleInput) GoString ¶
func (s DeleteRateBasedRuleInput) GoString() string
GoString returns the string representation
func (*DeleteRateBasedRuleInput) SetChangeToken ¶
func (s *DeleteRateBasedRuleInput) SetChangeToken(v string) *DeleteRateBasedRuleInput
SetChangeToken sets the ChangeToken field's value.
func (*DeleteRateBasedRuleInput) SetRuleId ¶
func (s *DeleteRateBasedRuleInput) SetRuleId(v string) *DeleteRateBasedRuleInput
SetRuleId sets the RuleId field's value.
func (DeleteRateBasedRuleInput) String ¶
func (s DeleteRateBasedRuleInput) String() string
String returns the string representation
func (*DeleteRateBasedRuleInput) Validate ¶
func (s *DeleteRateBasedRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRateBasedRuleOutput ¶
type DeleteRateBasedRuleOutput struct { // The ChangeToken that you used to submit the DeleteRateBasedRule request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRateBasedRuleResponse
func (DeleteRateBasedRuleOutput) GoString ¶
func (s DeleteRateBasedRuleOutput) GoString() string
GoString returns the string representation
func (DeleteRateBasedRuleOutput) SDKResponseMetadata ¶
func (s DeleteRateBasedRuleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteRateBasedRuleOutput) SetChangeToken ¶
func (s *DeleteRateBasedRuleOutput) SetChangeToken(v string) *DeleteRateBasedRuleOutput
SetChangeToken sets the ChangeToken field's value.
func (DeleteRateBasedRuleOutput) String ¶
func (s DeleteRateBasedRuleOutput) String() string
String returns the string representation
type DeleteRateBasedRuleRequest ¶
type DeleteRateBasedRuleRequest struct { *aws.Request Input *DeleteRateBasedRuleInput }
DeleteRateBasedRuleRequest is a API request type for the DeleteRateBasedRule API operation.
func (DeleteRateBasedRuleRequest) Send ¶
func (r DeleteRateBasedRuleRequest) Send() (*DeleteRateBasedRuleOutput, error)
Send marshals and sends the DeleteRateBasedRule API request.
type DeleteRegexMatchSetInput ¶ added in v0.2.0
type DeleteRegexMatchSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The RegexMatchSetId of the RegexMatchSet that you want to delete. RegexMatchSetId // is returned by CreateRegexMatchSet and by ListRegexMatchSets. // // RegexMatchSetId is a required field RegexMatchSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRegexMatchSetRequest
func (DeleteRegexMatchSetInput) GoString ¶ added in v0.2.0
func (s DeleteRegexMatchSetInput) GoString() string
GoString returns the string representation
func (*DeleteRegexMatchSetInput) SetChangeToken ¶ added in v0.2.0
func (s *DeleteRegexMatchSetInput) SetChangeToken(v string) *DeleteRegexMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*DeleteRegexMatchSetInput) SetRegexMatchSetId ¶ added in v0.2.0
func (s *DeleteRegexMatchSetInput) SetRegexMatchSetId(v string) *DeleteRegexMatchSetInput
SetRegexMatchSetId sets the RegexMatchSetId field's value.
func (DeleteRegexMatchSetInput) String ¶ added in v0.2.0
func (s DeleteRegexMatchSetInput) String() string
String returns the string representation
func (*DeleteRegexMatchSetInput) Validate ¶ added in v0.2.0
func (s *DeleteRegexMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRegexMatchSetOutput ¶ added in v0.2.0
type DeleteRegexMatchSetOutput struct { // The ChangeToken that you used to submit the DeleteRegexMatchSet request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRegexMatchSetResponse
func (DeleteRegexMatchSetOutput) GoString ¶ added in v0.2.0
func (s DeleteRegexMatchSetOutput) GoString() string
GoString returns the string representation
func (DeleteRegexMatchSetOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s DeleteRegexMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteRegexMatchSetOutput) SetChangeToken ¶ added in v0.2.0
func (s *DeleteRegexMatchSetOutput) SetChangeToken(v string) *DeleteRegexMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (DeleteRegexMatchSetOutput) String ¶ added in v0.2.0
func (s DeleteRegexMatchSetOutput) String() string
String returns the string representation
type DeleteRegexMatchSetRequest ¶ added in v0.2.0
type DeleteRegexMatchSetRequest struct { *aws.Request Input *DeleteRegexMatchSetInput }
DeleteRegexMatchSetRequest is a API request type for the DeleteRegexMatchSet API operation.
func (DeleteRegexMatchSetRequest) Send ¶ added in v0.2.0
func (r DeleteRegexMatchSetRequest) Send() (*DeleteRegexMatchSetOutput, error)
Send marshals and sends the DeleteRegexMatchSet API request.
type DeleteRegexPatternSetInput ¶ added in v0.2.0
type DeleteRegexPatternSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The RegexPatternSetId of the RegexPatternSet that you want to delete. RegexPatternSetId // is returned by CreateRegexPatternSet and by ListRegexPatternSets. // // RegexPatternSetId is a required field RegexPatternSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRegexPatternSetRequest
func (DeleteRegexPatternSetInput) GoString ¶ added in v0.2.0
func (s DeleteRegexPatternSetInput) GoString() string
GoString returns the string representation
func (*DeleteRegexPatternSetInput) SetChangeToken ¶ added in v0.2.0
func (s *DeleteRegexPatternSetInput) SetChangeToken(v string) *DeleteRegexPatternSetInput
SetChangeToken sets the ChangeToken field's value.
func (*DeleteRegexPatternSetInput) SetRegexPatternSetId ¶ added in v0.2.0
func (s *DeleteRegexPatternSetInput) SetRegexPatternSetId(v string) *DeleteRegexPatternSetInput
SetRegexPatternSetId sets the RegexPatternSetId field's value.
func (DeleteRegexPatternSetInput) String ¶ added in v0.2.0
func (s DeleteRegexPatternSetInput) String() string
String returns the string representation
func (*DeleteRegexPatternSetInput) Validate ¶ added in v0.2.0
func (s *DeleteRegexPatternSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRegexPatternSetOutput ¶ added in v0.2.0
type DeleteRegexPatternSetOutput struct { // The ChangeToken that you used to submit the DeleteRegexPatternSet request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRegexPatternSetResponse
func (DeleteRegexPatternSetOutput) GoString ¶ added in v0.2.0
func (s DeleteRegexPatternSetOutput) GoString() string
GoString returns the string representation
func (DeleteRegexPatternSetOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s DeleteRegexPatternSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteRegexPatternSetOutput) SetChangeToken ¶ added in v0.2.0
func (s *DeleteRegexPatternSetOutput) SetChangeToken(v string) *DeleteRegexPatternSetOutput
SetChangeToken sets the ChangeToken field's value.
func (DeleteRegexPatternSetOutput) String ¶ added in v0.2.0
func (s DeleteRegexPatternSetOutput) String() string
String returns the string representation
type DeleteRegexPatternSetRequest ¶ added in v0.2.0
type DeleteRegexPatternSetRequest struct { *aws.Request Input *DeleteRegexPatternSetInput }
DeleteRegexPatternSetRequest is a API request type for the DeleteRegexPatternSet API operation.
func (DeleteRegexPatternSetRequest) Send ¶ added in v0.2.0
func (r DeleteRegexPatternSetRequest) Send() (*DeleteRegexPatternSetOutput, error)
Send marshals and sends the DeleteRegexPatternSet API request.
type DeleteRuleGroupInput ¶ added in v0.2.0
type DeleteRuleGroupInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The RuleGroupId of the RuleGroup that you want to delete. RuleGroupId is // returned by CreateRuleGroup and by ListRuleGroups. // // RuleGroupId is a required field RuleGroupId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRuleGroupRequest
func (DeleteRuleGroupInput) GoString ¶ added in v0.2.0
func (s DeleteRuleGroupInput) GoString() string
GoString returns the string representation
func (*DeleteRuleGroupInput) SetChangeToken ¶ added in v0.2.0
func (s *DeleteRuleGroupInput) SetChangeToken(v string) *DeleteRuleGroupInput
SetChangeToken sets the ChangeToken field's value.
func (*DeleteRuleGroupInput) SetRuleGroupId ¶ added in v0.2.0
func (s *DeleteRuleGroupInput) SetRuleGroupId(v string) *DeleteRuleGroupInput
SetRuleGroupId sets the RuleGroupId field's value.
func (DeleteRuleGroupInput) String ¶ added in v0.2.0
func (s DeleteRuleGroupInput) String() string
String returns the string representation
func (*DeleteRuleGroupInput) Validate ¶ added in v0.2.0
func (s *DeleteRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRuleGroupOutput ¶ added in v0.2.0
type DeleteRuleGroupOutput struct { // The ChangeToken that you used to submit the DeleteRuleGroup request. You // can also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRuleGroupResponse
func (DeleteRuleGroupOutput) GoString ¶ added in v0.2.0
func (s DeleteRuleGroupOutput) GoString() string
GoString returns the string representation
func (DeleteRuleGroupOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s DeleteRuleGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteRuleGroupOutput) SetChangeToken ¶ added in v0.2.0
func (s *DeleteRuleGroupOutput) SetChangeToken(v string) *DeleteRuleGroupOutput
SetChangeToken sets the ChangeToken field's value.
func (DeleteRuleGroupOutput) String ¶ added in v0.2.0
func (s DeleteRuleGroupOutput) String() string
String returns the string representation
type DeleteRuleGroupRequest ¶ added in v0.2.0
type DeleteRuleGroupRequest struct { *aws.Request Input *DeleteRuleGroupInput }
DeleteRuleGroupRequest is a API request type for the DeleteRuleGroup API operation.
func (DeleteRuleGroupRequest) Send ¶ added in v0.2.0
func (r DeleteRuleGroupRequest) Send() (*DeleteRuleGroupOutput, error)
Send marshals and sends the DeleteRuleGroup API request.
type DeleteRuleInput ¶
type DeleteRuleInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The RuleId of the Rule that you want to delete. RuleId is returned by CreateRule // and by ListRules. // // RuleId is a required field RuleId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRuleRequest
func (DeleteRuleInput) GoString ¶
func (s DeleteRuleInput) GoString() string
GoString returns the string representation
func (*DeleteRuleInput) SetChangeToken ¶
func (s *DeleteRuleInput) SetChangeToken(v string) *DeleteRuleInput
SetChangeToken sets the ChangeToken field's value.
func (*DeleteRuleInput) SetRuleId ¶
func (s *DeleteRuleInput) SetRuleId(v string) *DeleteRuleInput
SetRuleId sets the RuleId field's value.
func (DeleteRuleInput) String ¶
func (s DeleteRuleInput) String() string
String returns the string representation
func (*DeleteRuleInput) Validate ¶
func (s *DeleteRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteRuleOutput ¶
type DeleteRuleOutput struct { // The ChangeToken that you used to submit the DeleteRule request. You can also // use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRuleResponse
func (DeleteRuleOutput) GoString ¶
func (s DeleteRuleOutput) GoString() string
GoString returns the string representation
func (DeleteRuleOutput) SDKResponseMetadata ¶
func (s DeleteRuleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteRuleOutput) SetChangeToken ¶
func (s *DeleteRuleOutput) SetChangeToken(v string) *DeleteRuleOutput
SetChangeToken sets the ChangeToken field's value.
func (DeleteRuleOutput) String ¶
func (s DeleteRuleOutput) String() string
String returns the string representation
type DeleteRuleRequest ¶
type DeleteRuleRequest struct { *aws.Request Input *DeleteRuleInput }
DeleteRuleRequest is a API request type for the DeleteRule API operation.
func (DeleteRuleRequest) Send ¶
func (r DeleteRuleRequest) Send() (*DeleteRuleOutput, error)
Send marshals and sends the DeleteRule API request.
type DeleteSizeConstraintSetInput ¶
type DeleteSizeConstraintSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The SizeConstraintSetId of the SizeConstraintSet that you want to delete. // SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets. // // SizeConstraintSetId is a required field SizeConstraintSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteSizeConstraintSetRequest
func (DeleteSizeConstraintSetInput) GoString ¶
func (s DeleteSizeConstraintSetInput) GoString() string
GoString returns the string representation
func (*DeleteSizeConstraintSetInput) SetChangeToken ¶
func (s *DeleteSizeConstraintSetInput) SetChangeToken(v string) *DeleteSizeConstraintSetInput
SetChangeToken sets the ChangeToken field's value.
func (*DeleteSizeConstraintSetInput) SetSizeConstraintSetId ¶
func (s *DeleteSizeConstraintSetInput) SetSizeConstraintSetId(v string) *DeleteSizeConstraintSetInput
SetSizeConstraintSetId sets the SizeConstraintSetId field's value.
func (DeleteSizeConstraintSetInput) String ¶
func (s DeleteSizeConstraintSetInput) String() string
String returns the string representation
func (*DeleteSizeConstraintSetInput) Validate ¶
func (s *DeleteSizeConstraintSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSizeConstraintSetOutput ¶
type DeleteSizeConstraintSetOutput struct { // The ChangeToken that you used to submit the DeleteSizeConstraintSet request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteSizeConstraintSetResponse
func (DeleteSizeConstraintSetOutput) GoString ¶
func (s DeleteSizeConstraintSetOutput) GoString() string
GoString returns the string representation
func (DeleteSizeConstraintSetOutput) SDKResponseMetadata ¶
func (s DeleteSizeConstraintSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteSizeConstraintSetOutput) SetChangeToken ¶
func (s *DeleteSizeConstraintSetOutput) SetChangeToken(v string) *DeleteSizeConstraintSetOutput
SetChangeToken sets the ChangeToken field's value.
func (DeleteSizeConstraintSetOutput) String ¶
func (s DeleteSizeConstraintSetOutput) String() string
String returns the string representation
type DeleteSizeConstraintSetRequest ¶
type DeleteSizeConstraintSetRequest struct { *aws.Request Input *DeleteSizeConstraintSetInput }
DeleteSizeConstraintSetRequest is a API request type for the DeleteSizeConstraintSet API operation.
func (DeleteSizeConstraintSetRequest) Send ¶
func (r DeleteSizeConstraintSetRequest) Send() (*DeleteSizeConstraintSetOutput, error)
Send marshals and sends the DeleteSizeConstraintSet API request.
type DeleteSqlInjectionMatchSetInput ¶
type DeleteSqlInjectionMatchSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. // SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets. // // SqlInjectionMatchSetId is a required field SqlInjectionMatchSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A request to delete a SqlInjectionMatchSet from AWS WAF. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteSqlInjectionMatchSetRequest
func (DeleteSqlInjectionMatchSetInput) GoString ¶
func (s DeleteSqlInjectionMatchSetInput) GoString() string
GoString returns the string representation
func (*DeleteSqlInjectionMatchSetInput) SetChangeToken ¶
func (s *DeleteSqlInjectionMatchSetInput) SetChangeToken(v string) *DeleteSqlInjectionMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*DeleteSqlInjectionMatchSetInput) SetSqlInjectionMatchSetId ¶
func (s *DeleteSqlInjectionMatchSetInput) SetSqlInjectionMatchSetId(v string) *DeleteSqlInjectionMatchSetInput
SetSqlInjectionMatchSetId sets the SqlInjectionMatchSetId field's value.
func (DeleteSqlInjectionMatchSetInput) String ¶
func (s DeleteSqlInjectionMatchSetInput) String() string
String returns the string representation
func (*DeleteSqlInjectionMatchSetInput) Validate ¶
func (s *DeleteSqlInjectionMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteSqlInjectionMatchSetOutput ¶
type DeleteSqlInjectionMatchSetOutput struct { // The ChangeToken that you used to submit the DeleteSqlInjectionMatchSet request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
The response to a request to delete a SqlInjectionMatchSet from AWS WAF. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteSqlInjectionMatchSetResponse
func (DeleteSqlInjectionMatchSetOutput) GoString ¶
func (s DeleteSqlInjectionMatchSetOutput) GoString() string
GoString returns the string representation
func (DeleteSqlInjectionMatchSetOutput) SDKResponseMetadata ¶
func (s DeleteSqlInjectionMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteSqlInjectionMatchSetOutput) SetChangeToken ¶
func (s *DeleteSqlInjectionMatchSetOutput) SetChangeToken(v string) *DeleteSqlInjectionMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (DeleteSqlInjectionMatchSetOutput) String ¶
func (s DeleteSqlInjectionMatchSetOutput) String() string
String returns the string representation
type DeleteSqlInjectionMatchSetRequest ¶
type DeleteSqlInjectionMatchSetRequest struct { *aws.Request Input *DeleteSqlInjectionMatchSetInput }
DeleteSqlInjectionMatchSetRequest is a API request type for the DeleteSqlInjectionMatchSet API operation.
func (DeleteSqlInjectionMatchSetRequest) Send ¶
func (r DeleteSqlInjectionMatchSetRequest) Send() (*DeleteSqlInjectionMatchSetOutput, error)
Send marshals and sends the DeleteSqlInjectionMatchSet API request.
type DeleteWebACLInput ¶
type DeleteWebACLInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The WebACLId of the WebACL that you want to delete. WebACLId is returned // by CreateWebACL and by ListWebACLs. // // WebACLId is a required field WebACLId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteWebACLRequest
func (DeleteWebACLInput) GoString ¶
func (s DeleteWebACLInput) GoString() string
GoString returns the string representation
func (*DeleteWebACLInput) SetChangeToken ¶
func (s *DeleteWebACLInput) SetChangeToken(v string) *DeleteWebACLInput
SetChangeToken sets the ChangeToken field's value.
func (*DeleteWebACLInput) SetWebACLId ¶
func (s *DeleteWebACLInput) SetWebACLId(v string) *DeleteWebACLInput
SetWebACLId sets the WebACLId field's value.
func (DeleteWebACLInput) String ¶
func (s DeleteWebACLInput) String() string
String returns the string representation
func (*DeleteWebACLInput) Validate ¶
func (s *DeleteWebACLInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteWebACLOutput ¶
type DeleteWebACLOutput struct { // The ChangeToken that you used to submit the DeleteWebACL request. You can // also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteWebACLResponse
func (DeleteWebACLOutput) GoString ¶
func (s DeleteWebACLOutput) GoString() string
GoString returns the string representation
func (DeleteWebACLOutput) SDKResponseMetadata ¶
func (s DeleteWebACLOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteWebACLOutput) SetChangeToken ¶
func (s *DeleteWebACLOutput) SetChangeToken(v string) *DeleteWebACLOutput
SetChangeToken sets the ChangeToken field's value.
func (DeleteWebACLOutput) String ¶
func (s DeleteWebACLOutput) String() string
String returns the string representation
type DeleteWebACLRequest ¶
type DeleteWebACLRequest struct { *aws.Request Input *DeleteWebACLInput }
DeleteWebACLRequest is a API request type for the DeleteWebACL API operation.
func (DeleteWebACLRequest) Send ¶
func (r DeleteWebACLRequest) Send() (*DeleteWebACLOutput, error)
Send marshals and sends the DeleteWebACL API request.
type DeleteXssMatchSetInput ¶
type DeleteXssMatchSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId // is returned by CreateXssMatchSet and by ListXssMatchSets. // // XssMatchSetId is a required field XssMatchSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A request to delete an XssMatchSet from AWS WAF. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteXssMatchSetRequest
func (DeleteXssMatchSetInput) GoString ¶
func (s DeleteXssMatchSetInput) GoString() string
GoString returns the string representation
func (*DeleteXssMatchSetInput) SetChangeToken ¶
func (s *DeleteXssMatchSetInput) SetChangeToken(v string) *DeleteXssMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*DeleteXssMatchSetInput) SetXssMatchSetId ¶
func (s *DeleteXssMatchSetInput) SetXssMatchSetId(v string) *DeleteXssMatchSetInput
SetXssMatchSetId sets the XssMatchSetId field's value.
func (DeleteXssMatchSetInput) String ¶
func (s DeleteXssMatchSetInput) String() string
String returns the string representation
func (*DeleteXssMatchSetInput) Validate ¶
func (s *DeleteXssMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteXssMatchSetOutput ¶
type DeleteXssMatchSetOutput struct { // The ChangeToken that you used to submit the DeleteXssMatchSet request. You // can also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
The response to a request to delete an XssMatchSet from AWS WAF. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteXssMatchSetResponse
func (DeleteXssMatchSetOutput) GoString ¶
func (s DeleteXssMatchSetOutput) GoString() string
GoString returns the string representation
func (DeleteXssMatchSetOutput) SDKResponseMetadata ¶
func (s DeleteXssMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*DeleteXssMatchSetOutput) SetChangeToken ¶
func (s *DeleteXssMatchSetOutput) SetChangeToken(v string) *DeleteXssMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (DeleteXssMatchSetOutput) String ¶
func (s DeleteXssMatchSetOutput) String() string
String returns the string representation
type DeleteXssMatchSetRequest ¶
type DeleteXssMatchSetRequest struct { *aws.Request Input *DeleteXssMatchSetInput }
DeleteXssMatchSetRequest is a API request type for the DeleteXssMatchSet API operation.
func (DeleteXssMatchSetRequest) Send ¶
func (r DeleteXssMatchSetRequest) Send() (*DeleteXssMatchSetOutput, error)
Send marshals and sends the DeleteXssMatchSet API request.
type DisassociateWebACLInput ¶
type DisassociateWebACLInput struct { // The ARN (Amazon Resource Name) of the resource from which the web ACL is // being removed. // // ResourceArn is a required field ResourceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DisassociateWebACLRequest
func (DisassociateWebACLInput) GoString ¶
func (s DisassociateWebACLInput) GoString() string
GoString returns the string representation
func (*DisassociateWebACLInput) SetResourceArn ¶
func (s *DisassociateWebACLInput) SetResourceArn(v string) *DisassociateWebACLInput
SetResourceArn sets the ResourceArn field's value.
func (DisassociateWebACLInput) String ¶
func (s DisassociateWebACLInput) String() string
String returns the string representation
func (*DisassociateWebACLInput) Validate ¶
func (s *DisassociateWebACLInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DisassociateWebACLOutput ¶
type DisassociateWebACLOutput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DisassociateWebACLResponse
func (DisassociateWebACLOutput) GoString ¶
func (s DisassociateWebACLOutput) GoString() string
GoString returns the string representation
func (DisassociateWebACLOutput) SDKResponseMetadata ¶
func (s DisassociateWebACLOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (DisassociateWebACLOutput) String ¶
func (s DisassociateWebACLOutput) String() string
String returns the string representation
type DisassociateWebACLRequest ¶
type DisassociateWebACLRequest struct { *aws.Request Input *DisassociateWebACLInput }
DisassociateWebACLRequest is a API request type for the DisassociateWebACL API operation.
func (DisassociateWebACLRequest) Send ¶
func (r DisassociateWebACLRequest) Send() (*DisassociateWebACLOutput, error)
Send marshals and sends the DisassociateWebACL API request.
type GeoMatchConstraintType ¶ added in v0.2.0
type GeoMatchConstraintType string
const (
GeoMatchConstraintTypeCountry GeoMatchConstraintType = "Country"
)
Enum values for GeoMatchConstraintType
type GeoMatchConstraintValue ¶ added in v0.2.0
type GeoMatchConstraintValue string
const ( GeoMatchConstraintValueAf GeoMatchConstraintValue = "AF" GeoMatchConstraintValueAx GeoMatchConstraintValue = "AX" GeoMatchConstraintValueAl GeoMatchConstraintValue = "AL" GeoMatchConstraintValueDz GeoMatchConstraintValue = "DZ" GeoMatchConstraintValueAs GeoMatchConstraintValue = "AS" GeoMatchConstraintValueAd GeoMatchConstraintValue = "AD" GeoMatchConstraintValueAo GeoMatchConstraintValue = "AO" GeoMatchConstraintValueAi GeoMatchConstraintValue = "AI" GeoMatchConstraintValueAq GeoMatchConstraintValue = "AQ" GeoMatchConstraintValueAg GeoMatchConstraintValue = "AG" GeoMatchConstraintValueAr GeoMatchConstraintValue = "AR" GeoMatchConstraintValueAm GeoMatchConstraintValue = "AM" GeoMatchConstraintValueAw GeoMatchConstraintValue = "AW" GeoMatchConstraintValueAu GeoMatchConstraintValue = "AU" GeoMatchConstraintValueAt GeoMatchConstraintValue = "AT" GeoMatchConstraintValueAz GeoMatchConstraintValue = "AZ" GeoMatchConstraintValueBs GeoMatchConstraintValue = "BS" GeoMatchConstraintValueBh GeoMatchConstraintValue = "BH" GeoMatchConstraintValueBd GeoMatchConstraintValue = "BD" GeoMatchConstraintValueBb GeoMatchConstraintValue = "BB" GeoMatchConstraintValueBy GeoMatchConstraintValue = "BY" GeoMatchConstraintValueBe GeoMatchConstraintValue = "BE" GeoMatchConstraintValueBz GeoMatchConstraintValue = "BZ" GeoMatchConstraintValueBj GeoMatchConstraintValue = "BJ" GeoMatchConstraintValueBm GeoMatchConstraintValue = "BM" GeoMatchConstraintValueBt GeoMatchConstraintValue = "BT" GeoMatchConstraintValueBo GeoMatchConstraintValue = "BO" GeoMatchConstraintValueBq GeoMatchConstraintValue = "BQ" GeoMatchConstraintValueBa GeoMatchConstraintValue = "BA" GeoMatchConstraintValueBw GeoMatchConstraintValue = "BW" GeoMatchConstraintValueBv GeoMatchConstraintValue = "BV" GeoMatchConstraintValueBr GeoMatchConstraintValue = "BR" GeoMatchConstraintValueIo GeoMatchConstraintValue = "IO" GeoMatchConstraintValueBn GeoMatchConstraintValue = "BN" GeoMatchConstraintValueBg GeoMatchConstraintValue = "BG" GeoMatchConstraintValueBf GeoMatchConstraintValue = "BF" GeoMatchConstraintValueBi GeoMatchConstraintValue = "BI" GeoMatchConstraintValueKh GeoMatchConstraintValue = "KH" GeoMatchConstraintValueCm GeoMatchConstraintValue = "CM" GeoMatchConstraintValueCa GeoMatchConstraintValue = "CA" GeoMatchConstraintValueCv GeoMatchConstraintValue = "CV" GeoMatchConstraintValueKy GeoMatchConstraintValue = "KY" GeoMatchConstraintValueCf GeoMatchConstraintValue = "CF" GeoMatchConstraintValueTd GeoMatchConstraintValue = "TD" GeoMatchConstraintValueCl GeoMatchConstraintValue = "CL" GeoMatchConstraintValueCn GeoMatchConstraintValue = "CN" GeoMatchConstraintValueCx GeoMatchConstraintValue = "CX" GeoMatchConstraintValueCc GeoMatchConstraintValue = "CC" GeoMatchConstraintValueCo GeoMatchConstraintValue = "CO" GeoMatchConstraintValueKm GeoMatchConstraintValue = "KM" GeoMatchConstraintValueCg GeoMatchConstraintValue = "CG" GeoMatchConstraintValueCd GeoMatchConstraintValue = "CD" GeoMatchConstraintValueCk GeoMatchConstraintValue = "CK" GeoMatchConstraintValueCr GeoMatchConstraintValue = "CR" GeoMatchConstraintValueCi GeoMatchConstraintValue = "CI" GeoMatchConstraintValueHr GeoMatchConstraintValue = "HR" GeoMatchConstraintValueCu GeoMatchConstraintValue = "CU" GeoMatchConstraintValueCw GeoMatchConstraintValue = "CW" GeoMatchConstraintValueCy GeoMatchConstraintValue = "CY" GeoMatchConstraintValueCz GeoMatchConstraintValue = "CZ" GeoMatchConstraintValueDk GeoMatchConstraintValue = "DK" GeoMatchConstraintValueDj GeoMatchConstraintValue = "DJ" GeoMatchConstraintValueDm GeoMatchConstraintValue = "DM" GeoMatchConstraintValueDo GeoMatchConstraintValue = "DO" GeoMatchConstraintValueEc GeoMatchConstraintValue = "EC" GeoMatchConstraintValueEg GeoMatchConstraintValue = "EG" GeoMatchConstraintValueSv GeoMatchConstraintValue = "SV" GeoMatchConstraintValueGq GeoMatchConstraintValue = "GQ" GeoMatchConstraintValueEr GeoMatchConstraintValue = "ER" GeoMatchConstraintValueEe GeoMatchConstraintValue = "EE" GeoMatchConstraintValueEt GeoMatchConstraintValue = "ET" GeoMatchConstraintValueFk GeoMatchConstraintValue = "FK" GeoMatchConstraintValueFo GeoMatchConstraintValue = "FO" GeoMatchConstraintValueFj GeoMatchConstraintValue = "FJ" GeoMatchConstraintValueFi GeoMatchConstraintValue = "FI" GeoMatchConstraintValueFr GeoMatchConstraintValue = "FR" GeoMatchConstraintValueGf GeoMatchConstraintValue = "GF" GeoMatchConstraintValuePf GeoMatchConstraintValue = "PF" GeoMatchConstraintValueTf GeoMatchConstraintValue = "TF" GeoMatchConstraintValueGa GeoMatchConstraintValue = "GA" GeoMatchConstraintValueGm GeoMatchConstraintValue = "GM" GeoMatchConstraintValueGe GeoMatchConstraintValue = "GE" GeoMatchConstraintValueDe GeoMatchConstraintValue = "DE" GeoMatchConstraintValueGh GeoMatchConstraintValue = "GH" GeoMatchConstraintValueGi GeoMatchConstraintValue = "GI" GeoMatchConstraintValueGr GeoMatchConstraintValue = "GR" GeoMatchConstraintValueGl GeoMatchConstraintValue = "GL" GeoMatchConstraintValueGd GeoMatchConstraintValue = "GD" GeoMatchConstraintValueGp GeoMatchConstraintValue = "GP" GeoMatchConstraintValueGu GeoMatchConstraintValue = "GU" GeoMatchConstraintValueGt GeoMatchConstraintValue = "GT" GeoMatchConstraintValueGg GeoMatchConstraintValue = "GG" GeoMatchConstraintValueGn GeoMatchConstraintValue = "GN" GeoMatchConstraintValueGw GeoMatchConstraintValue = "GW" GeoMatchConstraintValueGy GeoMatchConstraintValue = "GY" GeoMatchConstraintValueHt GeoMatchConstraintValue = "HT" GeoMatchConstraintValueHm GeoMatchConstraintValue = "HM" GeoMatchConstraintValueVa GeoMatchConstraintValue = "VA" GeoMatchConstraintValueHn GeoMatchConstraintValue = "HN" GeoMatchConstraintValueHk GeoMatchConstraintValue = "HK" GeoMatchConstraintValueHu GeoMatchConstraintValue = "HU" GeoMatchConstraintValueIs GeoMatchConstraintValue = "IS" GeoMatchConstraintValueIn GeoMatchConstraintValue = "IN" GeoMatchConstraintValueId GeoMatchConstraintValue = "ID" GeoMatchConstraintValueIr GeoMatchConstraintValue = "IR" GeoMatchConstraintValueIq GeoMatchConstraintValue = "IQ" GeoMatchConstraintValueIe GeoMatchConstraintValue = "IE" GeoMatchConstraintValueIm GeoMatchConstraintValue = "IM" GeoMatchConstraintValueIl GeoMatchConstraintValue = "IL" GeoMatchConstraintValueIt GeoMatchConstraintValue = "IT" GeoMatchConstraintValueJm GeoMatchConstraintValue = "JM" GeoMatchConstraintValueJp GeoMatchConstraintValue = "JP" GeoMatchConstraintValueJe GeoMatchConstraintValue = "JE" GeoMatchConstraintValueJo GeoMatchConstraintValue = "JO" GeoMatchConstraintValueKz GeoMatchConstraintValue = "KZ" GeoMatchConstraintValueKe GeoMatchConstraintValue = "KE" GeoMatchConstraintValueKi GeoMatchConstraintValue = "KI" GeoMatchConstraintValueKp GeoMatchConstraintValue = "KP" GeoMatchConstraintValueKr GeoMatchConstraintValue = "KR" GeoMatchConstraintValueKw GeoMatchConstraintValue = "KW" GeoMatchConstraintValueKg GeoMatchConstraintValue = "KG" GeoMatchConstraintValueLa GeoMatchConstraintValue = "LA" GeoMatchConstraintValueLv GeoMatchConstraintValue = "LV" GeoMatchConstraintValueLb GeoMatchConstraintValue = "LB" GeoMatchConstraintValueLs GeoMatchConstraintValue = "LS" GeoMatchConstraintValueLr GeoMatchConstraintValue = "LR" GeoMatchConstraintValueLy GeoMatchConstraintValue = "LY" GeoMatchConstraintValueLi GeoMatchConstraintValue = "LI" GeoMatchConstraintValueLt GeoMatchConstraintValue = "LT" GeoMatchConstraintValueLu GeoMatchConstraintValue = "LU" GeoMatchConstraintValueMo GeoMatchConstraintValue = "MO" GeoMatchConstraintValueMk GeoMatchConstraintValue = "MK" GeoMatchConstraintValueMg GeoMatchConstraintValue = "MG" GeoMatchConstraintValueMw GeoMatchConstraintValue = "MW" GeoMatchConstraintValueMy GeoMatchConstraintValue = "MY" GeoMatchConstraintValueMv GeoMatchConstraintValue = "MV" GeoMatchConstraintValueMl GeoMatchConstraintValue = "ML" GeoMatchConstraintValueMt GeoMatchConstraintValue = "MT" GeoMatchConstraintValueMh GeoMatchConstraintValue = "MH" GeoMatchConstraintValueMq GeoMatchConstraintValue = "MQ" GeoMatchConstraintValueMr GeoMatchConstraintValue = "MR" GeoMatchConstraintValueMu GeoMatchConstraintValue = "MU" GeoMatchConstraintValueYt GeoMatchConstraintValue = "YT" GeoMatchConstraintValueMx GeoMatchConstraintValue = "MX" GeoMatchConstraintValueFm GeoMatchConstraintValue = "FM" GeoMatchConstraintValueMd GeoMatchConstraintValue = "MD" GeoMatchConstraintValueMc GeoMatchConstraintValue = "MC" GeoMatchConstraintValueMn GeoMatchConstraintValue = "MN" GeoMatchConstraintValueMe GeoMatchConstraintValue = "ME" GeoMatchConstraintValueMs GeoMatchConstraintValue = "MS" GeoMatchConstraintValueMa GeoMatchConstraintValue = "MA" GeoMatchConstraintValueMz GeoMatchConstraintValue = "MZ" GeoMatchConstraintValueMm GeoMatchConstraintValue = "MM" GeoMatchConstraintValueNa GeoMatchConstraintValue = "NA" GeoMatchConstraintValueNr GeoMatchConstraintValue = "NR" GeoMatchConstraintValueNp GeoMatchConstraintValue = "NP" GeoMatchConstraintValueNl GeoMatchConstraintValue = "NL" GeoMatchConstraintValueNc GeoMatchConstraintValue = "NC" GeoMatchConstraintValueNz GeoMatchConstraintValue = "NZ" GeoMatchConstraintValueNi GeoMatchConstraintValue = "NI" GeoMatchConstraintValueNe GeoMatchConstraintValue = "NE" GeoMatchConstraintValueNg GeoMatchConstraintValue = "NG" GeoMatchConstraintValueNu GeoMatchConstraintValue = "NU" GeoMatchConstraintValueNf GeoMatchConstraintValue = "NF" GeoMatchConstraintValueMp GeoMatchConstraintValue = "MP" GeoMatchConstraintValueNo GeoMatchConstraintValue = "NO" GeoMatchConstraintValueOm GeoMatchConstraintValue = "OM" GeoMatchConstraintValuePk GeoMatchConstraintValue = "PK" GeoMatchConstraintValuePw GeoMatchConstraintValue = "PW" GeoMatchConstraintValuePs GeoMatchConstraintValue = "PS" GeoMatchConstraintValuePa GeoMatchConstraintValue = "PA" GeoMatchConstraintValuePg GeoMatchConstraintValue = "PG" GeoMatchConstraintValuePy GeoMatchConstraintValue = "PY" GeoMatchConstraintValuePe GeoMatchConstraintValue = "PE" GeoMatchConstraintValuePh GeoMatchConstraintValue = "PH" GeoMatchConstraintValuePn GeoMatchConstraintValue = "PN" GeoMatchConstraintValuePl GeoMatchConstraintValue = "PL" GeoMatchConstraintValuePt GeoMatchConstraintValue = "PT" GeoMatchConstraintValuePr GeoMatchConstraintValue = "PR" GeoMatchConstraintValueQa GeoMatchConstraintValue = "QA" GeoMatchConstraintValueRe GeoMatchConstraintValue = "RE" GeoMatchConstraintValueRo GeoMatchConstraintValue = "RO" GeoMatchConstraintValueRu GeoMatchConstraintValue = "RU" GeoMatchConstraintValueRw GeoMatchConstraintValue = "RW" GeoMatchConstraintValueBl GeoMatchConstraintValue = "BL" GeoMatchConstraintValueSh GeoMatchConstraintValue = "SH" GeoMatchConstraintValueKn GeoMatchConstraintValue = "KN" GeoMatchConstraintValueLc GeoMatchConstraintValue = "LC" GeoMatchConstraintValueMf GeoMatchConstraintValue = "MF" GeoMatchConstraintValuePm GeoMatchConstraintValue = "PM" GeoMatchConstraintValueVc GeoMatchConstraintValue = "VC" GeoMatchConstraintValueWs GeoMatchConstraintValue = "WS" GeoMatchConstraintValueSm GeoMatchConstraintValue = "SM" GeoMatchConstraintValueSt GeoMatchConstraintValue = "ST" GeoMatchConstraintValueSa GeoMatchConstraintValue = "SA" GeoMatchConstraintValueSn GeoMatchConstraintValue = "SN" GeoMatchConstraintValueRs GeoMatchConstraintValue = "RS" GeoMatchConstraintValueSc GeoMatchConstraintValue = "SC" GeoMatchConstraintValueSl GeoMatchConstraintValue = "SL" GeoMatchConstraintValueSg GeoMatchConstraintValue = "SG" GeoMatchConstraintValueSx GeoMatchConstraintValue = "SX" GeoMatchConstraintValueSk GeoMatchConstraintValue = "SK" GeoMatchConstraintValueSi GeoMatchConstraintValue = "SI" GeoMatchConstraintValueSb GeoMatchConstraintValue = "SB" GeoMatchConstraintValueSo GeoMatchConstraintValue = "SO" GeoMatchConstraintValueZa GeoMatchConstraintValue = "ZA" GeoMatchConstraintValueGs GeoMatchConstraintValue = "GS" GeoMatchConstraintValueSs GeoMatchConstraintValue = "SS" GeoMatchConstraintValueEs GeoMatchConstraintValue = "ES" GeoMatchConstraintValueLk GeoMatchConstraintValue = "LK" GeoMatchConstraintValueSd GeoMatchConstraintValue = "SD" GeoMatchConstraintValueSr GeoMatchConstraintValue = "SR" GeoMatchConstraintValueSj GeoMatchConstraintValue = "SJ" GeoMatchConstraintValueSz GeoMatchConstraintValue = "SZ" GeoMatchConstraintValueSe GeoMatchConstraintValue = "SE" GeoMatchConstraintValueCh GeoMatchConstraintValue = "CH" GeoMatchConstraintValueSy GeoMatchConstraintValue = "SY" GeoMatchConstraintValueTw GeoMatchConstraintValue = "TW" GeoMatchConstraintValueTj GeoMatchConstraintValue = "TJ" GeoMatchConstraintValueTz GeoMatchConstraintValue = "TZ" GeoMatchConstraintValueTh GeoMatchConstraintValue = "TH" GeoMatchConstraintValueTl GeoMatchConstraintValue = "TL" GeoMatchConstraintValueTg GeoMatchConstraintValue = "TG" GeoMatchConstraintValueTk GeoMatchConstraintValue = "TK" GeoMatchConstraintValueTo GeoMatchConstraintValue = "TO" GeoMatchConstraintValueTt GeoMatchConstraintValue = "TT" GeoMatchConstraintValueTn GeoMatchConstraintValue = "TN" GeoMatchConstraintValueTr GeoMatchConstraintValue = "TR" GeoMatchConstraintValueTm GeoMatchConstraintValue = "TM" GeoMatchConstraintValueTc GeoMatchConstraintValue = "TC" GeoMatchConstraintValueTv GeoMatchConstraintValue = "TV" GeoMatchConstraintValueUg GeoMatchConstraintValue = "UG" GeoMatchConstraintValueUa GeoMatchConstraintValue = "UA" GeoMatchConstraintValueAe GeoMatchConstraintValue = "AE" GeoMatchConstraintValueGb GeoMatchConstraintValue = "GB" GeoMatchConstraintValueUs GeoMatchConstraintValue = "US" GeoMatchConstraintValueUm GeoMatchConstraintValue = "UM" GeoMatchConstraintValueUy GeoMatchConstraintValue = "UY" GeoMatchConstraintValueUz GeoMatchConstraintValue = "UZ" GeoMatchConstraintValueVu GeoMatchConstraintValue = "VU" GeoMatchConstraintValueVe GeoMatchConstraintValue = "VE" GeoMatchConstraintValueVn GeoMatchConstraintValue = "VN" GeoMatchConstraintValueVg GeoMatchConstraintValue = "VG" GeoMatchConstraintValueVi GeoMatchConstraintValue = "VI" GeoMatchConstraintValueWf GeoMatchConstraintValue = "WF" GeoMatchConstraintValueEh GeoMatchConstraintValue = "EH" GeoMatchConstraintValueYe GeoMatchConstraintValue = "YE" GeoMatchConstraintValueZm GeoMatchConstraintValue = "ZM" GeoMatchConstraintValueZw GeoMatchConstraintValue = "ZW" )
Enum values for GeoMatchConstraintValue
type GetByteMatchSetInput ¶
type GetByteMatchSetInput struct { // The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId // is returned by CreateByteMatchSet and by ListByteMatchSets. // // ByteMatchSetId is a required field ByteMatchSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetByteMatchSetRequest
func (GetByteMatchSetInput) GoString ¶
func (s GetByteMatchSetInput) GoString() string
GoString returns the string representation
func (*GetByteMatchSetInput) SetByteMatchSetId ¶
func (s *GetByteMatchSetInput) SetByteMatchSetId(v string) *GetByteMatchSetInput
SetByteMatchSetId sets the ByteMatchSetId field's value.
func (GetByteMatchSetInput) String ¶
func (s GetByteMatchSetInput) String() string
String returns the string representation
func (*GetByteMatchSetInput) Validate ¶
func (s *GetByteMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetByteMatchSetOutput ¶
type GetByteMatchSetOutput struct { // Information about the ByteMatchSet that you specified in the GetByteMatchSet // request. For more information, see the following topics: // // * ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and Name // // * ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each ByteMatchTuple // object contains FieldToMatch, PositionalConstraint, TargetString, and // TextTransformation // // * FieldToMatch: Contains Data and Type ByteMatchSet *waf.ByteMatchSet `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetByteMatchSetResponse
func (GetByteMatchSetOutput) GoString ¶
func (s GetByteMatchSetOutput) GoString() string
GoString returns the string representation
func (GetByteMatchSetOutput) SDKResponseMetadata ¶
func (s GetByteMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetByteMatchSetOutput) SetByteMatchSet ¶
func (s *GetByteMatchSetOutput) SetByteMatchSet(v *waf.ByteMatchSet) *GetByteMatchSetOutput
SetByteMatchSet sets the ByteMatchSet field's value.
func (GetByteMatchSetOutput) String ¶
func (s GetByteMatchSetOutput) String() string
String returns the string representation
type GetByteMatchSetRequest ¶
type GetByteMatchSetRequest struct { *aws.Request Input *GetByteMatchSetInput }
GetByteMatchSetRequest is a API request type for the GetByteMatchSet API operation.
func (GetByteMatchSetRequest) Send ¶
func (r GetByteMatchSetRequest) Send() (*GetByteMatchSetOutput, error)
Send marshals and sends the GetByteMatchSet API request.
type GetChangeTokenInput ¶
type GetChangeTokenInput struct {
// contains filtered or unexported fields
}
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetChangeTokenRequest
func (GetChangeTokenInput) GoString ¶
func (s GetChangeTokenInput) GoString() string
GoString returns the string representation
func (GetChangeTokenInput) String ¶
func (s GetChangeTokenInput) String() string
String returns the string representation
type GetChangeTokenOutput ¶
type GetChangeTokenOutput struct { // The ChangeToken that you used in the request. Use this value in a GetChangeTokenStatus // request to get the current status of the request. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetChangeTokenResponse
func (GetChangeTokenOutput) GoString ¶
func (s GetChangeTokenOutput) GoString() string
GoString returns the string representation
func (GetChangeTokenOutput) SDKResponseMetadata ¶
func (s GetChangeTokenOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetChangeTokenOutput) SetChangeToken ¶
func (s *GetChangeTokenOutput) SetChangeToken(v string) *GetChangeTokenOutput
SetChangeToken sets the ChangeToken field's value.
func (GetChangeTokenOutput) String ¶
func (s GetChangeTokenOutput) String() string
String returns the string representation
type GetChangeTokenRequest ¶
type GetChangeTokenRequest struct { *aws.Request Input *GetChangeTokenInput }
GetChangeTokenRequest is a API request type for the GetChangeToken API operation.
func (GetChangeTokenRequest) Send ¶
func (r GetChangeTokenRequest) Send() (*GetChangeTokenOutput, error)
Send marshals and sends the GetChangeToken API request.
type GetChangeTokenStatusInput ¶
type GetChangeTokenStatusInput struct { // The change token for which you want to get the status. This change token // was previously returned in the GetChangeToken response. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetChangeTokenStatusRequest
func (GetChangeTokenStatusInput) GoString ¶
func (s GetChangeTokenStatusInput) GoString() string
GoString returns the string representation
func (*GetChangeTokenStatusInput) SetChangeToken ¶
func (s *GetChangeTokenStatusInput) SetChangeToken(v string) *GetChangeTokenStatusInput
SetChangeToken sets the ChangeToken field's value.
func (GetChangeTokenStatusInput) String ¶
func (s GetChangeTokenStatusInput) String() string
String returns the string representation
func (*GetChangeTokenStatusInput) Validate ¶
func (s *GetChangeTokenStatusInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetChangeTokenStatusOutput ¶
type GetChangeTokenStatusOutput struct { // The status of the change token. ChangeTokenStatus ChangeTokenStatus `type:"string" enum:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetChangeTokenStatusResponse
func (GetChangeTokenStatusOutput) GoString ¶
func (s GetChangeTokenStatusOutput) GoString() string
GoString returns the string representation
func (GetChangeTokenStatusOutput) SDKResponseMetadata ¶
func (s GetChangeTokenStatusOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetChangeTokenStatusOutput) SetChangeTokenStatus ¶
func (s *GetChangeTokenStatusOutput) SetChangeTokenStatus(v ChangeTokenStatus) *GetChangeTokenStatusOutput
SetChangeTokenStatus sets the ChangeTokenStatus field's value.
func (GetChangeTokenStatusOutput) String ¶
func (s GetChangeTokenStatusOutput) String() string
String returns the string representation
type GetChangeTokenStatusRequest ¶
type GetChangeTokenStatusRequest struct { *aws.Request Input *GetChangeTokenStatusInput }
GetChangeTokenStatusRequest is a API request type for the GetChangeTokenStatus API operation.
func (GetChangeTokenStatusRequest) Send ¶
func (r GetChangeTokenStatusRequest) Send() (*GetChangeTokenStatusOutput, error)
Send marshals and sends the GetChangeTokenStatus API request.
type GetGeoMatchSetInput ¶ added in v0.2.0
type GetGeoMatchSetInput struct { // The GeoMatchSetId of the GeoMatchSet that you want to get. GeoMatchSetId // is returned by CreateGeoMatchSet and by ListGeoMatchSets. // // GeoMatchSetId is a required field GeoMatchSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetGeoMatchSetRequest
func (GetGeoMatchSetInput) GoString ¶ added in v0.2.0
func (s GetGeoMatchSetInput) GoString() string
GoString returns the string representation
func (*GetGeoMatchSetInput) SetGeoMatchSetId ¶ added in v0.2.0
func (s *GetGeoMatchSetInput) SetGeoMatchSetId(v string) *GetGeoMatchSetInput
SetGeoMatchSetId sets the GeoMatchSetId field's value.
func (GetGeoMatchSetInput) String ¶ added in v0.2.0
func (s GetGeoMatchSetInput) String() string
String returns the string representation
func (*GetGeoMatchSetInput) Validate ¶ added in v0.2.0
func (s *GetGeoMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetGeoMatchSetOutput ¶ added in v0.2.0
type GetGeoMatchSetOutput struct { // Information about the GeoMatchSet that you specified in the GetGeoMatchSet // request. This includes the Type, which for a GeoMatchContraint is always // Country, as well as the Value, which is the identifier for a specific country. GeoMatchSet *waf.GeoMatchSet `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetGeoMatchSetResponse
func (GetGeoMatchSetOutput) GoString ¶ added in v0.2.0
func (s GetGeoMatchSetOutput) GoString() string
GoString returns the string representation
func (GetGeoMatchSetOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s GetGeoMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetGeoMatchSetOutput) SetGeoMatchSet ¶ added in v0.2.0
func (s *GetGeoMatchSetOutput) SetGeoMatchSet(v *waf.GeoMatchSet) *GetGeoMatchSetOutput
SetGeoMatchSet sets the GeoMatchSet field's value.
func (GetGeoMatchSetOutput) String ¶ added in v0.2.0
func (s GetGeoMatchSetOutput) String() string
String returns the string representation
type GetGeoMatchSetRequest ¶ added in v0.2.0
type GetGeoMatchSetRequest struct { *aws.Request Input *GetGeoMatchSetInput }
GetGeoMatchSetRequest is a API request type for the GetGeoMatchSet API operation.
func (GetGeoMatchSetRequest) Send ¶ added in v0.2.0
func (r GetGeoMatchSetRequest) Send() (*GetGeoMatchSetOutput, error)
Send marshals and sends the GetGeoMatchSet API request.
type GetIPSetInput ¶
type GetIPSetInput struct { // The IPSetId of the IPSet that you want to get. IPSetId is returned by CreateIPSet // and by ListIPSets. // // IPSetId is a required field IPSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetIPSetRequest
func (GetIPSetInput) GoString ¶
func (s GetIPSetInput) GoString() string
GoString returns the string representation
func (*GetIPSetInput) SetIPSetId ¶
func (s *GetIPSetInput) SetIPSetId(v string) *GetIPSetInput
SetIPSetId sets the IPSetId field's value.
func (GetIPSetInput) String ¶
func (s GetIPSetInput) String() string
String returns the string representation
func (*GetIPSetInput) Validate ¶
func (s *GetIPSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetIPSetOutput ¶
type GetIPSetOutput struct { // Information about the IPSet that you specified in the GetIPSet request. For // more information, see the following topics: // // * IPSet: Contains IPSetDescriptors, IPSetId, and Name // // * IPSetDescriptors: Contains an array of IPSetDescriptor objects. Each // IPSetDescriptor object contains Type and Value IPSet *waf.IPSet `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetIPSetResponse
func (GetIPSetOutput) GoString ¶
func (s GetIPSetOutput) GoString() string
GoString returns the string representation
func (GetIPSetOutput) SDKResponseMetadata ¶
func (s GetIPSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetIPSetOutput) SetIPSet ¶
func (s *GetIPSetOutput) SetIPSet(v *waf.IPSet) *GetIPSetOutput
SetIPSet sets the IPSet field's value.
func (GetIPSetOutput) String ¶
func (s GetIPSetOutput) String() string
String returns the string representation
type GetIPSetRequest ¶
type GetIPSetRequest struct { *aws.Request Input *GetIPSetInput }
GetIPSetRequest is a API request type for the GetIPSet API operation.
func (GetIPSetRequest) Send ¶
func (r GetIPSetRequest) Send() (*GetIPSetOutput, error)
Send marshals and sends the GetIPSet API request.
type GetRateBasedRuleInput ¶
type GetRateBasedRuleInput struct { // The RuleId of the RateBasedRule that you want to get. RuleId is returned // by CreateRateBasedRule and by ListRateBasedRules. // // RuleId is a required field RuleId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRateBasedRuleRequest
func (GetRateBasedRuleInput) GoString ¶
func (s GetRateBasedRuleInput) GoString() string
GoString returns the string representation
func (*GetRateBasedRuleInput) SetRuleId ¶
func (s *GetRateBasedRuleInput) SetRuleId(v string) *GetRateBasedRuleInput
SetRuleId sets the RuleId field's value.
func (GetRateBasedRuleInput) String ¶
func (s GetRateBasedRuleInput) String() string
String returns the string representation
func (*GetRateBasedRuleInput) Validate ¶
func (s *GetRateBasedRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRateBasedRuleManagedKeysInput ¶
type GetRateBasedRuleManagedKeysInput struct { // A null value and not currently used. Do not include this in your request. NextMarker *string `min:"1" type:"string"` // The RuleId of the RateBasedRule for which you want to get a list of ManagedKeys. // RuleId is returned by CreateRateBasedRule and by ListRateBasedRules. // // RuleId is a required field RuleId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRateBasedRuleManagedKeysRequest
func (GetRateBasedRuleManagedKeysInput) GoString ¶
func (s GetRateBasedRuleManagedKeysInput) GoString() string
GoString returns the string representation
func (*GetRateBasedRuleManagedKeysInput) SetNextMarker ¶
func (s *GetRateBasedRuleManagedKeysInput) SetNextMarker(v string) *GetRateBasedRuleManagedKeysInput
SetNextMarker sets the NextMarker field's value.
func (*GetRateBasedRuleManagedKeysInput) SetRuleId ¶
func (s *GetRateBasedRuleManagedKeysInput) SetRuleId(v string) *GetRateBasedRuleManagedKeysInput
SetRuleId sets the RuleId field's value.
func (GetRateBasedRuleManagedKeysInput) String ¶
func (s GetRateBasedRuleManagedKeysInput) String() string
String returns the string representation
func (*GetRateBasedRuleManagedKeysInput) Validate ¶
func (s *GetRateBasedRuleManagedKeysInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRateBasedRuleManagedKeysOutput ¶
type GetRateBasedRuleManagedKeysOutput struct { // An array of IP addresses that currently are blocked by the specified RateBasedRule. ManagedKeys []string `type:"list"` // A null value and not currently used. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRateBasedRuleManagedKeysResponse
func (GetRateBasedRuleManagedKeysOutput) GoString ¶
func (s GetRateBasedRuleManagedKeysOutput) GoString() string
GoString returns the string representation
func (GetRateBasedRuleManagedKeysOutput) SDKResponseMetadata ¶
func (s GetRateBasedRuleManagedKeysOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetRateBasedRuleManagedKeysOutput) SetManagedKeys ¶
func (s *GetRateBasedRuleManagedKeysOutput) SetManagedKeys(v []string) *GetRateBasedRuleManagedKeysOutput
SetManagedKeys sets the ManagedKeys field's value.
func (*GetRateBasedRuleManagedKeysOutput) SetNextMarker ¶
func (s *GetRateBasedRuleManagedKeysOutput) SetNextMarker(v string) *GetRateBasedRuleManagedKeysOutput
SetNextMarker sets the NextMarker field's value.
func (GetRateBasedRuleManagedKeysOutput) String ¶
func (s GetRateBasedRuleManagedKeysOutput) String() string
String returns the string representation
type GetRateBasedRuleManagedKeysRequest ¶
type GetRateBasedRuleManagedKeysRequest struct { *aws.Request Input *GetRateBasedRuleManagedKeysInput }
GetRateBasedRuleManagedKeysRequest is a API request type for the GetRateBasedRuleManagedKeys API operation.
func (GetRateBasedRuleManagedKeysRequest) Send ¶
func (r GetRateBasedRuleManagedKeysRequest) Send() (*GetRateBasedRuleManagedKeysOutput, error)
Send marshals and sends the GetRateBasedRuleManagedKeys API request.
type GetRateBasedRuleOutput ¶
type GetRateBasedRuleOutput struct { // Information about the RateBasedRule that you specified in the GetRateBasedRule // request. Rule *waf.RateBasedRule `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRateBasedRuleResponse
func (GetRateBasedRuleOutput) GoString ¶
func (s GetRateBasedRuleOutput) GoString() string
GoString returns the string representation
func (GetRateBasedRuleOutput) SDKResponseMetadata ¶
func (s GetRateBasedRuleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetRateBasedRuleOutput) SetRule ¶
func (s *GetRateBasedRuleOutput) SetRule(v *waf.RateBasedRule) *GetRateBasedRuleOutput
SetRule sets the Rule field's value.
func (GetRateBasedRuleOutput) String ¶
func (s GetRateBasedRuleOutput) String() string
String returns the string representation
type GetRateBasedRuleRequest ¶
type GetRateBasedRuleRequest struct { *aws.Request Input *GetRateBasedRuleInput }
GetRateBasedRuleRequest is a API request type for the GetRateBasedRule API operation.
func (GetRateBasedRuleRequest) Send ¶
func (r GetRateBasedRuleRequest) Send() (*GetRateBasedRuleOutput, error)
Send marshals and sends the GetRateBasedRule API request.
type GetRegexMatchSetInput ¶ added in v0.2.0
type GetRegexMatchSetInput struct { // The RegexMatchSetId of the RegexMatchSet that you want to get. RegexMatchSetId // is returned by CreateRegexMatchSet and by ListRegexMatchSets. // // RegexMatchSetId is a required field RegexMatchSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRegexMatchSetRequest
func (GetRegexMatchSetInput) GoString ¶ added in v0.2.0
func (s GetRegexMatchSetInput) GoString() string
GoString returns the string representation
func (*GetRegexMatchSetInput) SetRegexMatchSetId ¶ added in v0.2.0
func (s *GetRegexMatchSetInput) SetRegexMatchSetId(v string) *GetRegexMatchSetInput
SetRegexMatchSetId sets the RegexMatchSetId field's value.
func (GetRegexMatchSetInput) String ¶ added in v0.2.0
func (s GetRegexMatchSetInput) String() string
String returns the string representation
func (*GetRegexMatchSetInput) Validate ¶ added in v0.2.0
func (s *GetRegexMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRegexMatchSetOutput ¶ added in v0.2.0
type GetRegexMatchSetOutput struct { // Information about the RegexMatchSet that you specified in the GetRegexMatchSet // request. For more information, see RegexMatchTuple. RegexMatchSet *waf.RegexMatchSet `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRegexMatchSetResponse
func (GetRegexMatchSetOutput) GoString ¶ added in v0.2.0
func (s GetRegexMatchSetOutput) GoString() string
GoString returns the string representation
func (GetRegexMatchSetOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s GetRegexMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetRegexMatchSetOutput) SetRegexMatchSet ¶ added in v0.2.0
func (s *GetRegexMatchSetOutput) SetRegexMatchSet(v *waf.RegexMatchSet) *GetRegexMatchSetOutput
SetRegexMatchSet sets the RegexMatchSet field's value.
func (GetRegexMatchSetOutput) String ¶ added in v0.2.0
func (s GetRegexMatchSetOutput) String() string
String returns the string representation
type GetRegexMatchSetRequest ¶ added in v0.2.0
type GetRegexMatchSetRequest struct { *aws.Request Input *GetRegexMatchSetInput }
GetRegexMatchSetRequest is a API request type for the GetRegexMatchSet API operation.
func (GetRegexMatchSetRequest) Send ¶ added in v0.2.0
func (r GetRegexMatchSetRequest) Send() (*GetRegexMatchSetOutput, error)
Send marshals and sends the GetRegexMatchSet API request.
type GetRegexPatternSetInput ¶ added in v0.2.0
type GetRegexPatternSetInput struct { // The RegexPatternSetId of the RegexPatternSet that you want to get. RegexPatternSetId // is returned by CreateRegexPatternSet and by ListRegexPatternSets. // // RegexPatternSetId is a required field RegexPatternSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRegexPatternSetRequest
func (GetRegexPatternSetInput) GoString ¶ added in v0.2.0
func (s GetRegexPatternSetInput) GoString() string
GoString returns the string representation
func (*GetRegexPatternSetInput) SetRegexPatternSetId ¶ added in v0.2.0
func (s *GetRegexPatternSetInput) SetRegexPatternSetId(v string) *GetRegexPatternSetInput
SetRegexPatternSetId sets the RegexPatternSetId field's value.
func (GetRegexPatternSetInput) String ¶ added in v0.2.0
func (s GetRegexPatternSetInput) String() string
String returns the string representation
func (*GetRegexPatternSetInput) Validate ¶ added in v0.2.0
func (s *GetRegexPatternSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRegexPatternSetOutput ¶ added in v0.2.0
type GetRegexPatternSetOutput struct { // Information about the RegexPatternSet that you specified in the GetRegexPatternSet // request, including the identifier of the pattern set and the regular expression // patterns you want AWS WAF to search for. RegexPatternSet *waf.RegexPatternSet `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRegexPatternSetResponse
func (GetRegexPatternSetOutput) GoString ¶ added in v0.2.0
func (s GetRegexPatternSetOutput) GoString() string
GoString returns the string representation
func (GetRegexPatternSetOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s GetRegexPatternSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetRegexPatternSetOutput) SetRegexPatternSet ¶ added in v0.2.0
func (s *GetRegexPatternSetOutput) SetRegexPatternSet(v *waf.RegexPatternSet) *GetRegexPatternSetOutput
SetRegexPatternSet sets the RegexPatternSet field's value.
func (GetRegexPatternSetOutput) String ¶ added in v0.2.0
func (s GetRegexPatternSetOutput) String() string
String returns the string representation
type GetRegexPatternSetRequest ¶ added in v0.2.0
type GetRegexPatternSetRequest struct { *aws.Request Input *GetRegexPatternSetInput }
GetRegexPatternSetRequest is a API request type for the GetRegexPatternSet API operation.
func (GetRegexPatternSetRequest) Send ¶ added in v0.2.0
func (r GetRegexPatternSetRequest) Send() (*GetRegexPatternSetOutput, error)
Send marshals and sends the GetRegexPatternSet API request.
type GetRuleGroupInput ¶ added in v0.2.0
type GetRuleGroupInput struct { // The RuleGroupId of the RuleGroup that you want to get. RuleGroupId is returned // by CreateRuleGroup and by ListRuleGroups. // // RuleGroupId is a required field RuleGroupId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRuleGroupRequest
func (GetRuleGroupInput) GoString ¶ added in v0.2.0
func (s GetRuleGroupInput) GoString() string
GoString returns the string representation
func (*GetRuleGroupInput) SetRuleGroupId ¶ added in v0.2.0
func (s *GetRuleGroupInput) SetRuleGroupId(v string) *GetRuleGroupInput
SetRuleGroupId sets the RuleGroupId field's value.
func (GetRuleGroupInput) String ¶ added in v0.2.0
func (s GetRuleGroupInput) String() string
String returns the string representation
func (*GetRuleGroupInput) Validate ¶ added in v0.2.0
func (s *GetRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRuleGroupOutput ¶ added in v0.2.0
type GetRuleGroupOutput struct { // Information about the RuleGroup that you specified in the GetRuleGroup request. RuleGroup *waf.RuleGroup `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRuleGroupResponse
func (GetRuleGroupOutput) GoString ¶ added in v0.2.0
func (s GetRuleGroupOutput) GoString() string
GoString returns the string representation
func (GetRuleGroupOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s GetRuleGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetRuleGroupOutput) SetRuleGroup ¶ added in v0.2.0
func (s *GetRuleGroupOutput) SetRuleGroup(v *waf.RuleGroup) *GetRuleGroupOutput
SetRuleGroup sets the RuleGroup field's value.
func (GetRuleGroupOutput) String ¶ added in v0.2.0
func (s GetRuleGroupOutput) String() string
String returns the string representation
type GetRuleGroupRequest ¶ added in v0.2.0
type GetRuleGroupRequest struct { *aws.Request Input *GetRuleGroupInput }
GetRuleGroupRequest is a API request type for the GetRuleGroup API operation.
func (GetRuleGroupRequest) Send ¶ added in v0.2.0
func (r GetRuleGroupRequest) Send() (*GetRuleGroupOutput, error)
Send marshals and sends the GetRuleGroup API request.
type GetRuleInput ¶
type GetRuleInput struct { // The RuleId of the Rule that you want to get. RuleId is returned by CreateRule // and by ListRules. // // RuleId is a required field RuleId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRuleRequest
func (GetRuleInput) GoString ¶
func (s GetRuleInput) GoString() string
GoString returns the string representation
func (*GetRuleInput) SetRuleId ¶
func (s *GetRuleInput) SetRuleId(v string) *GetRuleInput
SetRuleId sets the RuleId field's value.
func (GetRuleInput) String ¶
func (s GetRuleInput) String() string
String returns the string representation
func (*GetRuleInput) Validate ¶
func (s *GetRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetRuleOutput ¶
type GetRuleOutput struct { // Information about the Rule that you specified in the GetRule request. For // more information, see the following topics: // // * Rule: Contains MetricName, Name, an array of Predicate objects, and // RuleId // // * Predicate: Each Predicate object contains DataId, Negated, and Type Rule *waf.Rule `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRuleResponse
func (GetRuleOutput) GoString ¶
func (s GetRuleOutput) GoString() string
GoString returns the string representation
func (GetRuleOutput) SDKResponseMetadata ¶
func (s GetRuleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetRuleOutput) SetRule ¶
func (s *GetRuleOutput) SetRule(v *waf.Rule) *GetRuleOutput
SetRule sets the Rule field's value.
func (GetRuleOutput) String ¶
func (s GetRuleOutput) String() string
String returns the string representation
type GetRuleRequest ¶
type GetRuleRequest struct { *aws.Request Input *GetRuleInput }
GetRuleRequest is a API request type for the GetRule API operation.
func (GetRuleRequest) Send ¶
func (r GetRuleRequest) Send() (*GetRuleOutput, error)
Send marshals and sends the GetRule API request.
type GetSampledRequestsInput ¶
type GetSampledRequestsInput struct { // The number of requests that you want AWS WAF to return from among the first // 5,000 requests that your AWS resource received during the time range. If // your resource received fewer requests than the value of MaxItems, GetSampledRequests // returns information about all of them. // // MaxItems is a required field MaxItems *int64 `min:"1" type:"long" required:"true"` // RuleId is one of three values: // // * The RuleId of the Rule or the RuleGroupId of the RuleGroup for which // you want GetSampledRequests to return a sample of requests. // // * Default_Action, which causes GetSampledRequests to return a sample of // the requests that didn't match any of the rules in the specified WebACL. // // RuleId is a required field RuleId *string `min:"1" type:"string" required:"true"` // The start date and time and the end date and time of the range for which // you want GetSampledRequests to return a sample of requests. Specify the date // and time in the following format: "2016-09-27T14:50Z". You can specify any // time range in the previous three hours. // // TimeWindow is a required field TimeWindow *waf.TimeWindow `type:"structure" required:"true"` // The WebACLId of the WebACL for which you want GetSampledRequests to return // a sample of requests. // // WebAclId is a required field WebAclId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetSampledRequestsRequest
func (GetSampledRequestsInput) GoString ¶
func (s GetSampledRequestsInput) GoString() string
GoString returns the string representation
func (*GetSampledRequestsInput) SetMaxItems ¶
func (s *GetSampledRequestsInput) SetMaxItems(v int64) *GetSampledRequestsInput
SetMaxItems sets the MaxItems field's value.
func (*GetSampledRequestsInput) SetRuleId ¶
func (s *GetSampledRequestsInput) SetRuleId(v string) *GetSampledRequestsInput
SetRuleId sets the RuleId field's value.
func (*GetSampledRequestsInput) SetTimeWindow ¶
func (s *GetSampledRequestsInput) SetTimeWindow(v *waf.TimeWindow) *GetSampledRequestsInput
SetTimeWindow sets the TimeWindow field's value.
func (*GetSampledRequestsInput) SetWebAclId ¶
func (s *GetSampledRequestsInput) SetWebAclId(v string) *GetSampledRequestsInput
SetWebAclId sets the WebAclId field's value.
func (GetSampledRequestsInput) String ¶
func (s GetSampledRequestsInput) String() string
String returns the string representation
func (*GetSampledRequestsInput) Validate ¶
func (s *GetSampledRequestsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSampledRequestsOutput ¶
type GetSampledRequestsOutput struct { // The total number of requests from which GetSampledRequests got a sample of // MaxItems requests. If PopulationSize is less than MaxItems, the sample includes // every request that your AWS resource received during the specified time range. PopulationSize *int64 `type:"long"` // A complex type that contains detailed information about each of the requests // in the sample. SampledRequests []waf.SampledHTTPRequest `type:"list"` // Usually, TimeWindow is the time range that you specified in the GetSampledRequests // request. However, if your AWS resource received more than 5,000 requests // during the time range that you specified in the request, GetSampledRequests // returns the time range for the first 5,000 requests. TimeWindow *waf.TimeWindow `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetSampledRequestsResponse
func (GetSampledRequestsOutput) GoString ¶
func (s GetSampledRequestsOutput) GoString() string
GoString returns the string representation
func (GetSampledRequestsOutput) SDKResponseMetadata ¶
func (s GetSampledRequestsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetSampledRequestsOutput) SetPopulationSize ¶
func (s *GetSampledRequestsOutput) SetPopulationSize(v int64) *GetSampledRequestsOutput
SetPopulationSize sets the PopulationSize field's value.
func (*GetSampledRequestsOutput) SetSampledRequests ¶
func (s *GetSampledRequestsOutput) SetSampledRequests(v []waf.SampledHTTPRequest) *GetSampledRequestsOutput
SetSampledRequests sets the SampledRequests field's value.
func (*GetSampledRequestsOutput) SetTimeWindow ¶
func (s *GetSampledRequestsOutput) SetTimeWindow(v *waf.TimeWindow) *GetSampledRequestsOutput
SetTimeWindow sets the TimeWindow field's value.
func (GetSampledRequestsOutput) String ¶
func (s GetSampledRequestsOutput) String() string
String returns the string representation
type GetSampledRequestsRequest ¶
type GetSampledRequestsRequest struct { *aws.Request Input *GetSampledRequestsInput }
GetSampledRequestsRequest is a API request type for the GetSampledRequests API operation.
func (GetSampledRequestsRequest) Send ¶
func (r GetSampledRequestsRequest) Send() (*GetSampledRequestsOutput, error)
Send marshals and sends the GetSampledRequests API request.
type GetSizeConstraintSetInput ¶
type GetSizeConstraintSetInput struct { // The SizeConstraintSetId of the SizeConstraintSet that you want to get. SizeConstraintSetId // is returned by CreateSizeConstraintSet and by ListSizeConstraintSets. // // SizeConstraintSetId is a required field SizeConstraintSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetSizeConstraintSetRequest
func (GetSizeConstraintSetInput) GoString ¶
func (s GetSizeConstraintSetInput) GoString() string
GoString returns the string representation
func (*GetSizeConstraintSetInput) SetSizeConstraintSetId ¶
func (s *GetSizeConstraintSetInput) SetSizeConstraintSetId(v string) *GetSizeConstraintSetInput
SetSizeConstraintSetId sets the SizeConstraintSetId field's value.
func (GetSizeConstraintSetInput) String ¶
func (s GetSizeConstraintSetInput) String() string
String returns the string representation
func (*GetSizeConstraintSetInput) Validate ¶
func (s *GetSizeConstraintSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSizeConstraintSetOutput ¶
type GetSizeConstraintSetOutput struct { // Information about the SizeConstraintSet that you specified in the GetSizeConstraintSet // request. For more information, see the following topics: // // * SizeConstraintSet: Contains SizeConstraintSetId, SizeConstraints, and // Name // // * SizeConstraints: Contains an array of SizeConstraint objects. Each SizeConstraint // object contains FieldToMatch, TextTransformation, ComparisonOperator, // and Size // // * FieldToMatch: Contains Data and Type SizeConstraintSet *waf.SizeConstraintSet `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetSizeConstraintSetResponse
func (GetSizeConstraintSetOutput) GoString ¶
func (s GetSizeConstraintSetOutput) GoString() string
GoString returns the string representation
func (GetSizeConstraintSetOutput) SDKResponseMetadata ¶
func (s GetSizeConstraintSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetSizeConstraintSetOutput) SetSizeConstraintSet ¶
func (s *GetSizeConstraintSetOutput) SetSizeConstraintSet(v *waf.SizeConstraintSet) *GetSizeConstraintSetOutput
SetSizeConstraintSet sets the SizeConstraintSet field's value.
func (GetSizeConstraintSetOutput) String ¶
func (s GetSizeConstraintSetOutput) String() string
String returns the string representation
type GetSizeConstraintSetRequest ¶
type GetSizeConstraintSetRequest struct { *aws.Request Input *GetSizeConstraintSetInput }
GetSizeConstraintSetRequest is a API request type for the GetSizeConstraintSet API operation.
func (GetSizeConstraintSetRequest) Send ¶
func (r GetSizeConstraintSetRequest) Send() (*GetSizeConstraintSetOutput, error)
Send marshals and sends the GetSizeConstraintSet API request.
type GetSqlInjectionMatchSetInput ¶
type GetSqlInjectionMatchSetInput struct { // The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to get. // SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets. // // SqlInjectionMatchSetId is a required field SqlInjectionMatchSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A request to get a SqlInjectionMatchSet. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetSqlInjectionMatchSetRequest
func (GetSqlInjectionMatchSetInput) GoString ¶
func (s GetSqlInjectionMatchSetInput) GoString() string
GoString returns the string representation
func (*GetSqlInjectionMatchSetInput) SetSqlInjectionMatchSetId ¶
func (s *GetSqlInjectionMatchSetInput) SetSqlInjectionMatchSetId(v string) *GetSqlInjectionMatchSetInput
SetSqlInjectionMatchSetId sets the SqlInjectionMatchSetId field's value.
func (GetSqlInjectionMatchSetInput) String ¶
func (s GetSqlInjectionMatchSetInput) String() string
String returns the string representation
func (*GetSqlInjectionMatchSetInput) Validate ¶
func (s *GetSqlInjectionMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetSqlInjectionMatchSetOutput ¶
type GetSqlInjectionMatchSetOutput struct { // Information about the SqlInjectionMatchSet that you specified in the GetSqlInjectionMatchSet // request. For more information, see the following topics: // // * SqlInjectionMatchSet: Contains Name, SqlInjectionMatchSetId, and an // array of SqlInjectionMatchTuple objects // // * SqlInjectionMatchTuple: Each SqlInjectionMatchTuple object contains // FieldToMatch and TextTransformation // // * FieldToMatch: Contains Data and Type SqlInjectionMatchSet *waf.SqlInjectionMatchSet `type:"structure"` // contains filtered or unexported fields }
The response to a GetSqlInjectionMatchSet request. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetSqlInjectionMatchSetResponse
func (GetSqlInjectionMatchSetOutput) GoString ¶
func (s GetSqlInjectionMatchSetOutput) GoString() string
GoString returns the string representation
func (GetSqlInjectionMatchSetOutput) SDKResponseMetadata ¶
func (s GetSqlInjectionMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetSqlInjectionMatchSetOutput) SetSqlInjectionMatchSet ¶
func (s *GetSqlInjectionMatchSetOutput) SetSqlInjectionMatchSet(v *waf.SqlInjectionMatchSet) *GetSqlInjectionMatchSetOutput
SetSqlInjectionMatchSet sets the SqlInjectionMatchSet field's value.
func (GetSqlInjectionMatchSetOutput) String ¶
func (s GetSqlInjectionMatchSetOutput) String() string
String returns the string representation
type GetSqlInjectionMatchSetRequest ¶
type GetSqlInjectionMatchSetRequest struct { *aws.Request Input *GetSqlInjectionMatchSetInput }
GetSqlInjectionMatchSetRequest is a API request type for the GetSqlInjectionMatchSet API operation.
func (GetSqlInjectionMatchSetRequest) Send ¶
func (r GetSqlInjectionMatchSetRequest) Send() (*GetSqlInjectionMatchSetOutput, error)
Send marshals and sends the GetSqlInjectionMatchSet API request.
type GetWebACLForResourceInput ¶
type GetWebACLForResourceInput struct { // The ARN (Amazon Resource Name) of the resource for which to get the web ACL. // // ResourceArn is a required field ResourceArn *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetWebACLForResourceRequest
func (GetWebACLForResourceInput) GoString ¶
func (s GetWebACLForResourceInput) GoString() string
GoString returns the string representation
func (*GetWebACLForResourceInput) SetResourceArn ¶
func (s *GetWebACLForResourceInput) SetResourceArn(v string) *GetWebACLForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (GetWebACLForResourceInput) String ¶
func (s GetWebACLForResourceInput) String() string
String returns the string representation
func (*GetWebACLForResourceInput) Validate ¶
func (s *GetWebACLForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetWebACLForResourceOutput ¶
type GetWebACLForResourceOutput struct { // Information about the web ACL that you specified in the GetWebACLForResource // request. If there is no associated resource, a null WebACLSummary is returned. WebACLSummary *waf.WebACLSummary `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetWebACLForResourceResponse
func (GetWebACLForResourceOutput) GoString ¶
func (s GetWebACLForResourceOutput) GoString() string
GoString returns the string representation
func (GetWebACLForResourceOutput) SDKResponseMetadata ¶
func (s GetWebACLForResourceOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetWebACLForResourceOutput) SetWebACLSummary ¶
func (s *GetWebACLForResourceOutput) SetWebACLSummary(v *waf.WebACLSummary) *GetWebACLForResourceOutput
SetWebACLSummary sets the WebACLSummary field's value.
func (GetWebACLForResourceOutput) String ¶
func (s GetWebACLForResourceOutput) String() string
String returns the string representation
type GetWebACLForResourceRequest ¶
type GetWebACLForResourceRequest struct { *aws.Request Input *GetWebACLForResourceInput }
GetWebACLForResourceRequest is a API request type for the GetWebACLForResource API operation.
func (GetWebACLForResourceRequest) Send ¶
func (r GetWebACLForResourceRequest) Send() (*GetWebACLForResourceOutput, error)
Send marshals and sends the GetWebACLForResource API request.
type GetWebACLInput ¶
type GetWebACLInput struct { // The WebACLId of the WebACL that you want to get. WebACLId is returned by // CreateWebACL and by ListWebACLs. // // WebACLId is a required field WebACLId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetWebACLRequest
func (GetWebACLInput) GoString ¶
func (s GetWebACLInput) GoString() string
GoString returns the string representation
func (*GetWebACLInput) SetWebACLId ¶
func (s *GetWebACLInput) SetWebACLId(v string) *GetWebACLInput
SetWebACLId sets the WebACLId field's value.
func (GetWebACLInput) String ¶
func (s GetWebACLInput) String() string
String returns the string representation
func (*GetWebACLInput) Validate ¶
func (s *GetWebACLInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetWebACLOutput ¶
type GetWebACLOutput struct { // Information about the WebACL that you specified in the GetWebACL request. // For more information, see the following topics: // // * WebACL: Contains DefaultAction, MetricName, Name, an array of Rule objects, // and WebACLId // // * DefaultAction (Data type is WafAction): Contains Type // // * Rules: Contains an array of ActivatedRule objects, which contain Action, // Priority, and RuleId // // * Action: Contains Type WebACL *waf.WebACL `type:"structure"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetWebACLResponse
func (GetWebACLOutput) GoString ¶
func (s GetWebACLOutput) GoString() string
GoString returns the string representation
func (GetWebACLOutput) SDKResponseMetadata ¶
func (s GetWebACLOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetWebACLOutput) SetWebACL ¶
func (s *GetWebACLOutput) SetWebACL(v *waf.WebACL) *GetWebACLOutput
SetWebACL sets the WebACL field's value.
func (GetWebACLOutput) String ¶
func (s GetWebACLOutput) String() string
String returns the string representation
type GetWebACLRequest ¶
type GetWebACLRequest struct { *aws.Request Input *GetWebACLInput }
GetWebACLRequest is a API request type for the GetWebACL API operation.
func (GetWebACLRequest) Send ¶
func (r GetWebACLRequest) Send() (*GetWebACLOutput, error)
Send marshals and sends the GetWebACL API request.
type GetXssMatchSetInput ¶
type GetXssMatchSetInput struct { // The XssMatchSetId of the XssMatchSet that you want to get. XssMatchSetId // is returned by CreateXssMatchSet and by ListXssMatchSets. // // XssMatchSetId is a required field XssMatchSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A request to get an XssMatchSet. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetXssMatchSetRequest
func (GetXssMatchSetInput) GoString ¶
func (s GetXssMatchSetInput) GoString() string
GoString returns the string representation
func (*GetXssMatchSetInput) SetXssMatchSetId ¶
func (s *GetXssMatchSetInput) SetXssMatchSetId(v string) *GetXssMatchSetInput
SetXssMatchSetId sets the XssMatchSetId field's value.
func (GetXssMatchSetInput) String ¶
func (s GetXssMatchSetInput) String() string
String returns the string representation
func (*GetXssMatchSetInput) Validate ¶
func (s *GetXssMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetXssMatchSetOutput ¶
type GetXssMatchSetOutput struct { // Information about the XssMatchSet that you specified in the GetXssMatchSet // request. For more information, see the following topics: // // * XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple // objects // // * XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation // // * FieldToMatch: Contains Data and Type XssMatchSet *waf.XssMatchSet `type:"structure"` // contains filtered or unexported fields }
The response to a GetXssMatchSet request. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetXssMatchSetResponse
func (GetXssMatchSetOutput) GoString ¶
func (s GetXssMatchSetOutput) GoString() string
GoString returns the string representation
func (GetXssMatchSetOutput) SDKResponseMetadata ¶
func (s GetXssMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*GetXssMatchSetOutput) SetXssMatchSet ¶
func (s *GetXssMatchSetOutput) SetXssMatchSet(v *waf.XssMatchSet) *GetXssMatchSetOutput
SetXssMatchSet sets the XssMatchSet field's value.
func (GetXssMatchSetOutput) String ¶
func (s GetXssMatchSetOutput) String() string
String returns the string representation
type GetXssMatchSetRequest ¶
type GetXssMatchSetRequest struct { *aws.Request Input *GetXssMatchSetInput }
GetXssMatchSetRequest is a API request type for the GetXssMatchSet API operation.
func (GetXssMatchSetRequest) Send ¶
func (r GetXssMatchSetRequest) Send() (*GetXssMatchSetOutput, error)
Send marshals and sends the GetXssMatchSet API request.
type IPSetDescriptorType ¶
type IPSetDescriptorType string
const ( IPSetDescriptorTypeIpv4 IPSetDescriptorType = "IPV4" IPSetDescriptorTypeIpv6 IPSetDescriptorType = "IPV6" )
Enum values for IPSetDescriptorType
type ListActivatedRulesInRuleGroupInput ¶ added in v0.2.0
type ListActivatedRulesInRuleGroupInput struct { // Specifies the number of ActivatedRules that you want AWS WAF to return for // this request. If you have more ActivatedRules than the number that you specify // for Limit, the response includes a NextMarker value that you can use to get // another batch of ActivatedRules. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more ActivatedRules than the // value of Limit, AWS WAF returns a NextMarker value in the response that allows // you to list another group of ActivatedRules. For the second and subsequent // ListActivatedRulesInRuleGroup requests, specify the value of NextMarker from // the previous response to get information about another batch of ActivatedRules. NextMarker *string `min:"1" type:"string"` // The RuleGroupId of the RuleGroup for which you want to get a list of ActivatedRule // objects. RuleGroupId *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListActivatedRulesInRuleGroupRequest
func (ListActivatedRulesInRuleGroupInput) GoString ¶ added in v0.2.0
func (s ListActivatedRulesInRuleGroupInput) GoString() string
GoString returns the string representation
func (*ListActivatedRulesInRuleGroupInput) SetLimit ¶ added in v0.2.0
func (s *ListActivatedRulesInRuleGroupInput) SetLimit(v int64) *ListActivatedRulesInRuleGroupInput
SetLimit sets the Limit field's value.
func (*ListActivatedRulesInRuleGroupInput) SetNextMarker ¶ added in v0.2.0
func (s *ListActivatedRulesInRuleGroupInput) SetNextMarker(v string) *ListActivatedRulesInRuleGroupInput
SetNextMarker sets the NextMarker field's value.
func (*ListActivatedRulesInRuleGroupInput) SetRuleGroupId ¶ added in v0.2.0
func (s *ListActivatedRulesInRuleGroupInput) SetRuleGroupId(v string) *ListActivatedRulesInRuleGroupInput
SetRuleGroupId sets the RuleGroupId field's value.
func (ListActivatedRulesInRuleGroupInput) String ¶ added in v0.2.0
func (s ListActivatedRulesInRuleGroupInput) String() string
String returns the string representation
func (*ListActivatedRulesInRuleGroupInput) Validate ¶ added in v0.2.0
func (s *ListActivatedRulesInRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListActivatedRulesInRuleGroupOutput ¶ added in v0.2.0
type ListActivatedRulesInRuleGroupOutput struct { // An array of ActivatedRules objects. ActivatedRules []waf.ActivatedRule `type:"list"` // If you have more ActivatedRules than the number that you specified for Limit // in the request, the response includes a NextMarker value. To list more ActivatedRules, // submit another ListActivatedRulesInRuleGroup request, and specify the NextMarker // value from the response in the NextMarker value in the next request. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListActivatedRulesInRuleGroupResponse
func (ListActivatedRulesInRuleGroupOutput) GoString ¶ added in v0.2.0
func (s ListActivatedRulesInRuleGroupOutput) GoString() string
GoString returns the string representation
func (ListActivatedRulesInRuleGroupOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s ListActivatedRulesInRuleGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListActivatedRulesInRuleGroupOutput) SetActivatedRules ¶ added in v0.2.0
func (s *ListActivatedRulesInRuleGroupOutput) SetActivatedRules(v []waf.ActivatedRule) *ListActivatedRulesInRuleGroupOutput
SetActivatedRules sets the ActivatedRules field's value.
func (*ListActivatedRulesInRuleGroupOutput) SetNextMarker ¶ added in v0.2.0
func (s *ListActivatedRulesInRuleGroupOutput) SetNextMarker(v string) *ListActivatedRulesInRuleGroupOutput
SetNextMarker sets the NextMarker field's value.
func (ListActivatedRulesInRuleGroupOutput) String ¶ added in v0.2.0
func (s ListActivatedRulesInRuleGroupOutput) String() string
String returns the string representation
type ListActivatedRulesInRuleGroupRequest ¶ added in v0.2.0
type ListActivatedRulesInRuleGroupRequest struct { *aws.Request Input *ListActivatedRulesInRuleGroupInput }
ListActivatedRulesInRuleGroupRequest is a API request type for the ListActivatedRulesInRuleGroup API operation.
func (ListActivatedRulesInRuleGroupRequest) Send ¶ added in v0.2.0
func (r ListActivatedRulesInRuleGroupRequest) Send() (*ListActivatedRulesInRuleGroupOutput, error)
Send marshals and sends the ListActivatedRulesInRuleGroup API request.
type ListByteMatchSetsInput ¶
type ListByteMatchSetsInput struct { // Specifies the number of ByteMatchSet objects that you want AWS WAF to return // for this request. If you have more ByteMatchSets objects than the number // you specify for Limit, the response includes a NextMarker value that you // can use to get another batch of ByteMatchSet objects. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more ByteMatchSets than the // value of Limit, AWS WAF returns a NextMarker value in the response that allows // you to list another group of ByteMatchSets. For the second and subsequent // ListByteMatchSets requests, specify the value of NextMarker from the previous // response to get information about another batch of ByteMatchSets. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListByteMatchSetsRequest
func (ListByteMatchSetsInput) GoString ¶
func (s ListByteMatchSetsInput) GoString() string
GoString returns the string representation
func (*ListByteMatchSetsInput) SetLimit ¶
func (s *ListByteMatchSetsInput) SetLimit(v int64) *ListByteMatchSetsInput
SetLimit sets the Limit field's value.
func (*ListByteMatchSetsInput) SetNextMarker ¶
func (s *ListByteMatchSetsInput) SetNextMarker(v string) *ListByteMatchSetsInput
SetNextMarker sets the NextMarker field's value.
func (ListByteMatchSetsInput) String ¶
func (s ListByteMatchSetsInput) String() string
String returns the string representation
func (*ListByteMatchSetsInput) Validate ¶
func (s *ListByteMatchSetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListByteMatchSetsOutput ¶
type ListByteMatchSetsOutput struct { // An array of ByteMatchSetSummary objects. ByteMatchSets []waf.ByteMatchSetSummary `type:"list"` // If you have more ByteMatchSet objects than the number that you specified // for Limit in the request, the response includes a NextMarker value. To list // more ByteMatchSet objects, submit another ListByteMatchSets request, and // specify the NextMarker value from the response in the NextMarker value in // the next request. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListByteMatchSetsResponse
func (ListByteMatchSetsOutput) GoString ¶
func (s ListByteMatchSetsOutput) GoString() string
GoString returns the string representation
func (ListByteMatchSetsOutput) SDKResponseMetadata ¶
func (s ListByteMatchSetsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListByteMatchSetsOutput) SetByteMatchSets ¶
func (s *ListByteMatchSetsOutput) SetByteMatchSets(v []waf.ByteMatchSetSummary) *ListByteMatchSetsOutput
SetByteMatchSets sets the ByteMatchSets field's value.
func (*ListByteMatchSetsOutput) SetNextMarker ¶
func (s *ListByteMatchSetsOutput) SetNextMarker(v string) *ListByteMatchSetsOutput
SetNextMarker sets the NextMarker field's value.
func (ListByteMatchSetsOutput) String ¶
func (s ListByteMatchSetsOutput) String() string
String returns the string representation
type ListByteMatchSetsRequest ¶
type ListByteMatchSetsRequest struct { *aws.Request Input *ListByteMatchSetsInput }
ListByteMatchSetsRequest is a API request type for the ListByteMatchSets API operation.
func (ListByteMatchSetsRequest) Send ¶
func (r ListByteMatchSetsRequest) Send() (*ListByteMatchSetsOutput, error)
Send marshals and sends the ListByteMatchSets API request.
type ListGeoMatchSetsInput ¶ added in v0.2.0
type ListGeoMatchSetsInput struct { // Specifies the number of GeoMatchSet objects that you want AWS WAF to return // for this request. If you have more GeoMatchSet objects than the number you // specify for Limit, the response includes a NextMarker value that you can // use to get another batch of GeoMatchSet objects. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more GeoMatchSets than the // value of Limit, AWS WAF returns a NextMarker value in the response that allows // you to list another group of GeoMatchSet objects. For the second and subsequent // ListGeoMatchSets requests, specify the value of NextMarker from the previous // response to get information about another batch of GeoMatchSet objects. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListGeoMatchSetsRequest
func (ListGeoMatchSetsInput) GoString ¶ added in v0.2.0
func (s ListGeoMatchSetsInput) GoString() string
GoString returns the string representation
func (*ListGeoMatchSetsInput) SetLimit ¶ added in v0.2.0
func (s *ListGeoMatchSetsInput) SetLimit(v int64) *ListGeoMatchSetsInput
SetLimit sets the Limit field's value.
func (*ListGeoMatchSetsInput) SetNextMarker ¶ added in v0.2.0
func (s *ListGeoMatchSetsInput) SetNextMarker(v string) *ListGeoMatchSetsInput
SetNextMarker sets the NextMarker field's value.
func (ListGeoMatchSetsInput) String ¶ added in v0.2.0
func (s ListGeoMatchSetsInput) String() string
String returns the string representation
func (*ListGeoMatchSetsInput) Validate ¶ added in v0.2.0
func (s *ListGeoMatchSetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListGeoMatchSetsOutput ¶ added in v0.2.0
type ListGeoMatchSetsOutput struct { // An array of GeoMatchSetSummary objects. GeoMatchSets []waf.GeoMatchSetSummary `type:"list"` // If you have more GeoMatchSet objects than the number that you specified for // Limit in the request, the response includes a NextMarker value. To list more // GeoMatchSet objects, submit another ListGeoMatchSets request, and specify // the NextMarker value from the response in the NextMarker value in the next // request. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListGeoMatchSetsResponse
func (ListGeoMatchSetsOutput) GoString ¶ added in v0.2.0
func (s ListGeoMatchSetsOutput) GoString() string
GoString returns the string representation
func (ListGeoMatchSetsOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s ListGeoMatchSetsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListGeoMatchSetsOutput) SetGeoMatchSets ¶ added in v0.2.0
func (s *ListGeoMatchSetsOutput) SetGeoMatchSets(v []waf.GeoMatchSetSummary) *ListGeoMatchSetsOutput
SetGeoMatchSets sets the GeoMatchSets field's value.
func (*ListGeoMatchSetsOutput) SetNextMarker ¶ added in v0.2.0
func (s *ListGeoMatchSetsOutput) SetNextMarker(v string) *ListGeoMatchSetsOutput
SetNextMarker sets the NextMarker field's value.
func (ListGeoMatchSetsOutput) String ¶ added in v0.2.0
func (s ListGeoMatchSetsOutput) String() string
String returns the string representation
type ListGeoMatchSetsRequest ¶ added in v0.2.0
type ListGeoMatchSetsRequest struct { *aws.Request Input *ListGeoMatchSetsInput }
ListGeoMatchSetsRequest is a API request type for the ListGeoMatchSets API operation.
func (ListGeoMatchSetsRequest) Send ¶ added in v0.2.0
func (r ListGeoMatchSetsRequest) Send() (*ListGeoMatchSetsOutput, error)
Send marshals and sends the ListGeoMatchSets API request.
type ListIPSetsInput ¶
type ListIPSetsInput struct { // Specifies the number of IPSet objects that you want AWS WAF to return for // this request. If you have more IPSet objects than the number you specify // for Limit, the response includes a NextMarker value that you can use to get // another batch of IPSet objects. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more IPSets than the value // of Limit, AWS WAF returns a NextMarker value in the response that allows // you to list another group of IPSets. For the second and subsequent ListIPSets // requests, specify the value of NextMarker from the previous response to get // information about another batch of IPSets. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListIPSetsRequest
func (ListIPSetsInput) GoString ¶
func (s ListIPSetsInput) GoString() string
GoString returns the string representation
func (*ListIPSetsInput) SetLimit ¶
func (s *ListIPSetsInput) SetLimit(v int64) *ListIPSetsInput
SetLimit sets the Limit field's value.
func (*ListIPSetsInput) SetNextMarker ¶
func (s *ListIPSetsInput) SetNextMarker(v string) *ListIPSetsInput
SetNextMarker sets the NextMarker field's value.
func (ListIPSetsInput) String ¶
func (s ListIPSetsInput) String() string
String returns the string representation
func (*ListIPSetsInput) Validate ¶
func (s *ListIPSetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListIPSetsOutput ¶
type ListIPSetsOutput struct { // An array of IPSetSummary objects. IPSets []waf.IPSetSummary `type:"list"` // If you have more IPSet objects than the number that you specified for Limit // in the request, the response includes a NextMarker value. To list more IPSet // objects, submit another ListIPSets request, and specify the NextMarker value // from the response in the NextMarker value in the next request. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListIPSetsResponse
func (ListIPSetsOutput) GoString ¶
func (s ListIPSetsOutput) GoString() string
GoString returns the string representation
func (ListIPSetsOutput) SDKResponseMetadata ¶
func (s ListIPSetsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListIPSetsOutput) SetIPSets ¶
func (s *ListIPSetsOutput) SetIPSets(v []waf.IPSetSummary) *ListIPSetsOutput
SetIPSets sets the IPSets field's value.
func (*ListIPSetsOutput) SetNextMarker ¶
func (s *ListIPSetsOutput) SetNextMarker(v string) *ListIPSetsOutput
SetNextMarker sets the NextMarker field's value.
func (ListIPSetsOutput) String ¶
func (s ListIPSetsOutput) String() string
String returns the string representation
type ListIPSetsRequest ¶
type ListIPSetsRequest struct { *aws.Request Input *ListIPSetsInput }
ListIPSetsRequest is a API request type for the ListIPSets API operation.
func (ListIPSetsRequest) Send ¶
func (r ListIPSetsRequest) Send() (*ListIPSetsOutput, error)
Send marshals and sends the ListIPSets API request.
type ListRateBasedRulesInput ¶
type ListRateBasedRulesInput struct { // Specifies the number of Rules that you want AWS WAF to return for this request. // If you have more Rules than the number that you specify for Limit, the response // includes a NextMarker value that you can use to get another batch of Rules. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more Rules than the value of // Limit, AWS WAF returns a NextMarker value in the response that allows you // to list another group of Rules. For the second and subsequent ListRateBasedRules // requests, specify the value of NextMarker from the previous response to get // information about another batch of Rules. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRateBasedRulesRequest
func (ListRateBasedRulesInput) GoString ¶
func (s ListRateBasedRulesInput) GoString() string
GoString returns the string representation
func (*ListRateBasedRulesInput) SetLimit ¶
func (s *ListRateBasedRulesInput) SetLimit(v int64) *ListRateBasedRulesInput
SetLimit sets the Limit field's value.
func (*ListRateBasedRulesInput) SetNextMarker ¶
func (s *ListRateBasedRulesInput) SetNextMarker(v string) *ListRateBasedRulesInput
SetNextMarker sets the NextMarker field's value.
func (ListRateBasedRulesInput) String ¶
func (s ListRateBasedRulesInput) String() string
String returns the string representation
func (*ListRateBasedRulesInput) Validate ¶
func (s *ListRateBasedRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRateBasedRulesOutput ¶
type ListRateBasedRulesOutput struct { // If you have more Rules than the number that you specified for Limit in the // request, the response includes a NextMarker value. To list more Rules, submit // another ListRateBasedRules request, and specify the NextMarker value from // the response in the NextMarker value in the next request. NextMarker *string `min:"1" type:"string"` // An array of RuleSummary objects. Rules []waf.RuleSummary `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRateBasedRulesResponse
func (ListRateBasedRulesOutput) GoString ¶
func (s ListRateBasedRulesOutput) GoString() string
GoString returns the string representation
func (ListRateBasedRulesOutput) SDKResponseMetadata ¶
func (s ListRateBasedRulesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListRateBasedRulesOutput) SetNextMarker ¶
func (s *ListRateBasedRulesOutput) SetNextMarker(v string) *ListRateBasedRulesOutput
SetNextMarker sets the NextMarker field's value.
func (*ListRateBasedRulesOutput) SetRules ¶
func (s *ListRateBasedRulesOutput) SetRules(v []waf.RuleSummary) *ListRateBasedRulesOutput
SetRules sets the Rules field's value.
func (ListRateBasedRulesOutput) String ¶
func (s ListRateBasedRulesOutput) String() string
String returns the string representation
type ListRateBasedRulesRequest ¶
type ListRateBasedRulesRequest struct { *aws.Request Input *ListRateBasedRulesInput }
ListRateBasedRulesRequest is a API request type for the ListRateBasedRules API operation.
func (ListRateBasedRulesRequest) Send ¶
func (r ListRateBasedRulesRequest) Send() (*ListRateBasedRulesOutput, error)
Send marshals and sends the ListRateBasedRules API request.
type ListRegexMatchSetsInput ¶ added in v0.2.0
type ListRegexMatchSetsInput struct { // Specifies the number of RegexMatchSet objects that you want AWS WAF to return // for this request. If you have more RegexMatchSet objects than the number // you specify for Limit, the response includes a NextMarker value that you // can use to get another batch of RegexMatchSet objects. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more RegexMatchSet objects // than the value of Limit, AWS WAF returns a NextMarker value in the response // that allows you to list another group of ByteMatchSets. For the second and // subsequent ListRegexMatchSets requests, specify the value of NextMarker from // the previous response to get information about another batch of RegexMatchSet // objects. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRegexMatchSetsRequest
func (ListRegexMatchSetsInput) GoString ¶ added in v0.2.0
func (s ListRegexMatchSetsInput) GoString() string
GoString returns the string representation
func (*ListRegexMatchSetsInput) SetLimit ¶ added in v0.2.0
func (s *ListRegexMatchSetsInput) SetLimit(v int64) *ListRegexMatchSetsInput
SetLimit sets the Limit field's value.
func (*ListRegexMatchSetsInput) SetNextMarker ¶ added in v0.2.0
func (s *ListRegexMatchSetsInput) SetNextMarker(v string) *ListRegexMatchSetsInput
SetNextMarker sets the NextMarker field's value.
func (ListRegexMatchSetsInput) String ¶ added in v0.2.0
func (s ListRegexMatchSetsInput) String() string
String returns the string representation
func (*ListRegexMatchSetsInput) Validate ¶ added in v0.2.0
func (s *ListRegexMatchSetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRegexMatchSetsOutput ¶ added in v0.2.0
type ListRegexMatchSetsOutput struct { // If you have more RegexMatchSet objects than the number that you specified // for Limit in the request, the response includes a NextMarker value. To list // more RegexMatchSet objects, submit another ListRegexMatchSets request, and // specify the NextMarker value from the response in the NextMarker value in // the next request. NextMarker *string `min:"1" type:"string"` // An array of RegexMatchSetSummary objects. RegexMatchSets []waf.RegexMatchSetSummary `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRegexMatchSetsResponse
func (ListRegexMatchSetsOutput) GoString ¶ added in v0.2.0
func (s ListRegexMatchSetsOutput) GoString() string
GoString returns the string representation
func (ListRegexMatchSetsOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s ListRegexMatchSetsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListRegexMatchSetsOutput) SetNextMarker ¶ added in v0.2.0
func (s *ListRegexMatchSetsOutput) SetNextMarker(v string) *ListRegexMatchSetsOutput
SetNextMarker sets the NextMarker field's value.
func (*ListRegexMatchSetsOutput) SetRegexMatchSets ¶ added in v0.2.0
func (s *ListRegexMatchSetsOutput) SetRegexMatchSets(v []waf.RegexMatchSetSummary) *ListRegexMatchSetsOutput
SetRegexMatchSets sets the RegexMatchSets field's value.
func (ListRegexMatchSetsOutput) String ¶ added in v0.2.0
func (s ListRegexMatchSetsOutput) String() string
String returns the string representation
type ListRegexMatchSetsRequest ¶ added in v0.2.0
type ListRegexMatchSetsRequest struct { *aws.Request Input *ListRegexMatchSetsInput }
ListRegexMatchSetsRequest is a API request type for the ListRegexMatchSets API operation.
func (ListRegexMatchSetsRequest) Send ¶ added in v0.2.0
func (r ListRegexMatchSetsRequest) Send() (*ListRegexMatchSetsOutput, error)
Send marshals and sends the ListRegexMatchSets API request.
type ListRegexPatternSetsInput ¶ added in v0.2.0
type ListRegexPatternSetsInput struct { // Specifies the number of RegexPatternSet objects that you want AWS WAF to // return for this request. If you have more RegexPatternSet objects than the // number you specify for Limit, the response includes a NextMarker value that // you can use to get another batch of RegexPatternSet objects. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more RegexPatternSet objects // than the value of Limit, AWS WAF returns a NextMarker value in the response // that allows you to list another group of RegexPatternSet objects. For the // second and subsequent ListRegexPatternSets requests, specify the value of // NextMarker from the previous response to get information about another batch // of RegexPatternSet objects. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRegexPatternSetsRequest
func (ListRegexPatternSetsInput) GoString ¶ added in v0.2.0
func (s ListRegexPatternSetsInput) GoString() string
GoString returns the string representation
func (*ListRegexPatternSetsInput) SetLimit ¶ added in v0.2.0
func (s *ListRegexPatternSetsInput) SetLimit(v int64) *ListRegexPatternSetsInput
SetLimit sets the Limit field's value.
func (*ListRegexPatternSetsInput) SetNextMarker ¶ added in v0.2.0
func (s *ListRegexPatternSetsInput) SetNextMarker(v string) *ListRegexPatternSetsInput
SetNextMarker sets the NextMarker field's value.
func (ListRegexPatternSetsInput) String ¶ added in v0.2.0
func (s ListRegexPatternSetsInput) String() string
String returns the string representation
func (*ListRegexPatternSetsInput) Validate ¶ added in v0.2.0
func (s *ListRegexPatternSetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRegexPatternSetsOutput ¶ added in v0.2.0
type ListRegexPatternSetsOutput struct { // If you have more RegexPatternSet objects than the number that you specified // for Limit in the request, the response includes a NextMarker value. To list // more RegexPatternSet objects, submit another ListRegexPatternSets request, // and specify the NextMarker value from the response in the NextMarker value // in the next request. NextMarker *string `min:"1" type:"string"` // An array of RegexPatternSetSummary objects. RegexPatternSets []waf.RegexPatternSetSummary `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRegexPatternSetsResponse
func (ListRegexPatternSetsOutput) GoString ¶ added in v0.2.0
func (s ListRegexPatternSetsOutput) GoString() string
GoString returns the string representation
func (ListRegexPatternSetsOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s ListRegexPatternSetsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListRegexPatternSetsOutput) SetNextMarker ¶ added in v0.2.0
func (s *ListRegexPatternSetsOutput) SetNextMarker(v string) *ListRegexPatternSetsOutput
SetNextMarker sets the NextMarker field's value.
func (*ListRegexPatternSetsOutput) SetRegexPatternSets ¶ added in v0.2.0
func (s *ListRegexPatternSetsOutput) SetRegexPatternSets(v []waf.RegexPatternSetSummary) *ListRegexPatternSetsOutput
SetRegexPatternSets sets the RegexPatternSets field's value.
func (ListRegexPatternSetsOutput) String ¶ added in v0.2.0
func (s ListRegexPatternSetsOutput) String() string
String returns the string representation
type ListRegexPatternSetsRequest ¶ added in v0.2.0
type ListRegexPatternSetsRequest struct { *aws.Request Input *ListRegexPatternSetsInput }
ListRegexPatternSetsRequest is a API request type for the ListRegexPatternSets API operation.
func (ListRegexPatternSetsRequest) Send ¶ added in v0.2.0
func (r ListRegexPatternSetsRequest) Send() (*ListRegexPatternSetsOutput, error)
Send marshals and sends the ListRegexPatternSets API request.
type ListResourcesForWebACLInput ¶
type ListResourcesForWebACLInput struct { // The unique identifier (ID) of the web ACL for which to list the associated // resources. // // WebACLId is a required field WebACLId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListResourcesForWebACLRequest
func (ListResourcesForWebACLInput) GoString ¶
func (s ListResourcesForWebACLInput) GoString() string
GoString returns the string representation
func (*ListResourcesForWebACLInput) SetWebACLId ¶
func (s *ListResourcesForWebACLInput) SetWebACLId(v string) *ListResourcesForWebACLInput
SetWebACLId sets the WebACLId field's value.
func (ListResourcesForWebACLInput) String ¶
func (s ListResourcesForWebACLInput) String() string
String returns the string representation
func (*ListResourcesForWebACLInput) Validate ¶
func (s *ListResourcesForWebACLInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListResourcesForWebACLOutput ¶
type ListResourcesForWebACLOutput struct { // An array of ARNs (Amazon Resource Names) of the resources associated with // the specified web ACL. An array with zero elements is returned if there are // no resources associated with the web ACL. ResourceArns []string `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListResourcesForWebACLResponse
func (ListResourcesForWebACLOutput) GoString ¶
func (s ListResourcesForWebACLOutput) GoString() string
GoString returns the string representation
func (ListResourcesForWebACLOutput) SDKResponseMetadata ¶
func (s ListResourcesForWebACLOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListResourcesForWebACLOutput) SetResourceArns ¶
func (s *ListResourcesForWebACLOutput) SetResourceArns(v []string) *ListResourcesForWebACLOutput
SetResourceArns sets the ResourceArns field's value.
func (ListResourcesForWebACLOutput) String ¶
func (s ListResourcesForWebACLOutput) String() string
String returns the string representation
type ListResourcesForWebACLRequest ¶
type ListResourcesForWebACLRequest struct { *aws.Request Input *ListResourcesForWebACLInput }
ListResourcesForWebACLRequest is a API request type for the ListResourcesForWebACL API operation.
func (ListResourcesForWebACLRequest) Send ¶
func (r ListResourcesForWebACLRequest) Send() (*ListResourcesForWebACLOutput, error)
Send marshals and sends the ListResourcesForWebACL API request.
type ListRuleGroupsInput ¶ added in v0.2.0
type ListRuleGroupsInput struct { // Specifies the number of RuleGroups that you want AWS WAF to return for this // request. If you have more RuleGroups than the number that you specify for // Limit, the response includes a NextMarker value that you can use to get another // batch of RuleGroups. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more RuleGroups than the value // of Limit, AWS WAF returns a NextMarker value in the response that allows // you to list another group of RuleGroups. For the second and subsequent ListRuleGroups // requests, specify the value of NextMarker from the previous response to get // information about another batch of RuleGroups. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRuleGroupsRequest
func (ListRuleGroupsInput) GoString ¶ added in v0.2.0
func (s ListRuleGroupsInput) GoString() string
GoString returns the string representation
func (*ListRuleGroupsInput) SetLimit ¶ added in v0.2.0
func (s *ListRuleGroupsInput) SetLimit(v int64) *ListRuleGroupsInput
SetLimit sets the Limit field's value.
func (*ListRuleGroupsInput) SetNextMarker ¶ added in v0.2.0
func (s *ListRuleGroupsInput) SetNextMarker(v string) *ListRuleGroupsInput
SetNextMarker sets the NextMarker field's value.
func (ListRuleGroupsInput) String ¶ added in v0.2.0
func (s ListRuleGroupsInput) String() string
String returns the string representation
func (*ListRuleGroupsInput) Validate ¶ added in v0.2.0
func (s *ListRuleGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRuleGroupsOutput ¶ added in v0.2.0
type ListRuleGroupsOutput struct { // If you have more RuleGroups than the number that you specified for Limit // in the request, the response includes a NextMarker value. To list more RuleGroups, // submit another ListRuleGroups request, and specify the NextMarker value from // the response in the NextMarker value in the next request. NextMarker *string `min:"1" type:"string"` // An array of RuleGroup objects. RuleGroups []waf.RuleGroupSummary `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRuleGroupsResponse
func (ListRuleGroupsOutput) GoString ¶ added in v0.2.0
func (s ListRuleGroupsOutput) GoString() string
GoString returns the string representation
func (ListRuleGroupsOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s ListRuleGroupsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListRuleGroupsOutput) SetNextMarker ¶ added in v0.2.0
func (s *ListRuleGroupsOutput) SetNextMarker(v string) *ListRuleGroupsOutput
SetNextMarker sets the NextMarker field's value.
func (*ListRuleGroupsOutput) SetRuleGroups ¶ added in v0.2.0
func (s *ListRuleGroupsOutput) SetRuleGroups(v []waf.RuleGroupSummary) *ListRuleGroupsOutput
SetRuleGroups sets the RuleGroups field's value.
func (ListRuleGroupsOutput) String ¶ added in v0.2.0
func (s ListRuleGroupsOutput) String() string
String returns the string representation
type ListRuleGroupsRequest ¶ added in v0.2.0
type ListRuleGroupsRequest struct { *aws.Request Input *ListRuleGroupsInput }
ListRuleGroupsRequest is a API request type for the ListRuleGroups API operation.
func (ListRuleGroupsRequest) Send ¶ added in v0.2.0
func (r ListRuleGroupsRequest) Send() (*ListRuleGroupsOutput, error)
Send marshals and sends the ListRuleGroups API request.
type ListRulesInput ¶
type ListRulesInput struct { // Specifies the number of Rules that you want AWS WAF to return for this request. // If you have more Rules than the number that you specify for Limit, the response // includes a NextMarker value that you can use to get another batch of Rules. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more Rules than the value of // Limit, AWS WAF returns a NextMarker value in the response that allows you // to list another group of Rules. For the second and subsequent ListRules requests, // specify the value of NextMarker from the previous response to get information // about another batch of Rules. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRulesRequest
func (ListRulesInput) GoString ¶
func (s ListRulesInput) GoString() string
GoString returns the string representation
func (*ListRulesInput) SetLimit ¶
func (s *ListRulesInput) SetLimit(v int64) *ListRulesInput
SetLimit sets the Limit field's value.
func (*ListRulesInput) SetNextMarker ¶
func (s *ListRulesInput) SetNextMarker(v string) *ListRulesInput
SetNextMarker sets the NextMarker field's value.
func (ListRulesInput) String ¶
func (s ListRulesInput) String() string
String returns the string representation
func (*ListRulesInput) Validate ¶
func (s *ListRulesInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListRulesOutput ¶
type ListRulesOutput struct { // If you have more Rules than the number that you specified for Limit in the // request, the response includes a NextMarker value. To list more Rules, submit // another ListRules request, and specify the NextMarker value from the response // in the NextMarker value in the next request. NextMarker *string `min:"1" type:"string"` // An array of RuleSummary objects. Rules []waf.RuleSummary `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRulesResponse
func (ListRulesOutput) GoString ¶
func (s ListRulesOutput) GoString() string
GoString returns the string representation
func (ListRulesOutput) SDKResponseMetadata ¶
func (s ListRulesOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListRulesOutput) SetNextMarker ¶
func (s *ListRulesOutput) SetNextMarker(v string) *ListRulesOutput
SetNextMarker sets the NextMarker field's value.
func (*ListRulesOutput) SetRules ¶
func (s *ListRulesOutput) SetRules(v []waf.RuleSummary) *ListRulesOutput
SetRules sets the Rules field's value.
func (ListRulesOutput) String ¶
func (s ListRulesOutput) String() string
String returns the string representation
type ListRulesRequest ¶
type ListRulesRequest struct { *aws.Request Input *ListRulesInput }
ListRulesRequest is a API request type for the ListRules API operation.
func (ListRulesRequest) Send ¶
func (r ListRulesRequest) Send() (*ListRulesOutput, error)
Send marshals and sends the ListRules API request.
type ListSizeConstraintSetsInput ¶
type ListSizeConstraintSetsInput struct { // Specifies the number of SizeConstraintSet objects that you want AWS WAF to // return for this request. If you have more SizeConstraintSets objects than // the number you specify for Limit, the response includes a NextMarker value // that you can use to get another batch of SizeConstraintSet objects. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more SizeConstraintSets than // the value of Limit, AWS WAF returns a NextMarker value in the response that // allows you to list another group of SizeConstraintSets. For the second and // subsequent ListSizeConstraintSets requests, specify the value of NextMarker // from the previous response to get information about another batch of SizeConstraintSets. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListSizeConstraintSetsRequest
func (ListSizeConstraintSetsInput) GoString ¶
func (s ListSizeConstraintSetsInput) GoString() string
GoString returns the string representation
func (*ListSizeConstraintSetsInput) SetLimit ¶
func (s *ListSizeConstraintSetsInput) SetLimit(v int64) *ListSizeConstraintSetsInput
SetLimit sets the Limit field's value.
func (*ListSizeConstraintSetsInput) SetNextMarker ¶
func (s *ListSizeConstraintSetsInput) SetNextMarker(v string) *ListSizeConstraintSetsInput
SetNextMarker sets the NextMarker field's value.
func (ListSizeConstraintSetsInput) String ¶
func (s ListSizeConstraintSetsInput) String() string
String returns the string representation
func (*ListSizeConstraintSetsInput) Validate ¶
func (s *ListSizeConstraintSetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSizeConstraintSetsOutput ¶
type ListSizeConstraintSetsOutput struct { // If you have more SizeConstraintSet objects than the number that you specified // for Limit in the request, the response includes a NextMarker value. To list // more SizeConstraintSet objects, submit another ListSizeConstraintSets request, // and specify the NextMarker value from the response in the NextMarker value // in the next request. NextMarker *string `min:"1" type:"string"` // An array of SizeConstraintSetSummary objects. SizeConstraintSets []waf.SizeConstraintSetSummary `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListSizeConstraintSetsResponse
func (ListSizeConstraintSetsOutput) GoString ¶
func (s ListSizeConstraintSetsOutput) GoString() string
GoString returns the string representation
func (ListSizeConstraintSetsOutput) SDKResponseMetadata ¶
func (s ListSizeConstraintSetsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListSizeConstraintSetsOutput) SetNextMarker ¶
func (s *ListSizeConstraintSetsOutput) SetNextMarker(v string) *ListSizeConstraintSetsOutput
SetNextMarker sets the NextMarker field's value.
func (*ListSizeConstraintSetsOutput) SetSizeConstraintSets ¶
func (s *ListSizeConstraintSetsOutput) SetSizeConstraintSets(v []waf.SizeConstraintSetSummary) *ListSizeConstraintSetsOutput
SetSizeConstraintSets sets the SizeConstraintSets field's value.
func (ListSizeConstraintSetsOutput) String ¶
func (s ListSizeConstraintSetsOutput) String() string
String returns the string representation
type ListSizeConstraintSetsRequest ¶
type ListSizeConstraintSetsRequest struct { *aws.Request Input *ListSizeConstraintSetsInput }
ListSizeConstraintSetsRequest is a API request type for the ListSizeConstraintSets API operation.
func (ListSizeConstraintSetsRequest) Send ¶
func (r ListSizeConstraintSetsRequest) Send() (*ListSizeConstraintSetsOutput, error)
Send marshals and sends the ListSizeConstraintSets API request.
type ListSqlInjectionMatchSetsInput ¶
type ListSqlInjectionMatchSetsInput struct { // Specifies the number of SqlInjectionMatchSet objects that you want AWS WAF // to return for this request. If you have more SqlInjectionMatchSet objects // than the number you specify for Limit, the response includes a NextMarker // value that you can use to get another batch of Rules. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more SqlInjectionMatchSet objects // than the value of Limit, AWS WAF returns a NextMarker value in the response // that allows you to list another group of SqlInjectionMatchSets. For the second // and subsequent ListSqlInjectionMatchSets requests, specify the value of NextMarker // from the previous response to get information about another batch of SqlInjectionMatchSets. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
A request to list the SqlInjectionMatchSet objects created by the current AWS account. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListSqlInjectionMatchSetsRequest
func (ListSqlInjectionMatchSetsInput) GoString ¶
func (s ListSqlInjectionMatchSetsInput) GoString() string
GoString returns the string representation
func (*ListSqlInjectionMatchSetsInput) SetLimit ¶
func (s *ListSqlInjectionMatchSetsInput) SetLimit(v int64) *ListSqlInjectionMatchSetsInput
SetLimit sets the Limit field's value.
func (*ListSqlInjectionMatchSetsInput) SetNextMarker ¶
func (s *ListSqlInjectionMatchSetsInput) SetNextMarker(v string) *ListSqlInjectionMatchSetsInput
SetNextMarker sets the NextMarker field's value.
func (ListSqlInjectionMatchSetsInput) String ¶
func (s ListSqlInjectionMatchSetsInput) String() string
String returns the string representation
func (*ListSqlInjectionMatchSetsInput) Validate ¶
func (s *ListSqlInjectionMatchSetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSqlInjectionMatchSetsOutput ¶
type ListSqlInjectionMatchSetsOutput struct { // If you have more SqlInjectionMatchSet objects than the number that you specified // for Limit in the request, the response includes a NextMarker value. To list // more SqlInjectionMatchSet objects, submit another ListSqlInjectionMatchSets // request, and specify the NextMarker value from the response in the NextMarker // value in the next request. NextMarker *string `min:"1" type:"string"` // An array of SqlInjectionMatchSetSummary objects. SqlInjectionMatchSets []waf.SqlInjectionMatchSetSummary `type:"list"` // contains filtered or unexported fields }
The response to a ListSqlInjectionMatchSets request. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListSqlInjectionMatchSetsResponse
func (ListSqlInjectionMatchSetsOutput) GoString ¶
func (s ListSqlInjectionMatchSetsOutput) GoString() string
GoString returns the string representation
func (ListSqlInjectionMatchSetsOutput) SDKResponseMetadata ¶
func (s ListSqlInjectionMatchSetsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListSqlInjectionMatchSetsOutput) SetNextMarker ¶
func (s *ListSqlInjectionMatchSetsOutput) SetNextMarker(v string) *ListSqlInjectionMatchSetsOutput
SetNextMarker sets the NextMarker field's value.
func (*ListSqlInjectionMatchSetsOutput) SetSqlInjectionMatchSets ¶
func (s *ListSqlInjectionMatchSetsOutput) SetSqlInjectionMatchSets(v []waf.SqlInjectionMatchSetSummary) *ListSqlInjectionMatchSetsOutput
SetSqlInjectionMatchSets sets the SqlInjectionMatchSets field's value.
func (ListSqlInjectionMatchSetsOutput) String ¶
func (s ListSqlInjectionMatchSetsOutput) String() string
String returns the string representation
type ListSqlInjectionMatchSetsRequest ¶
type ListSqlInjectionMatchSetsRequest struct { *aws.Request Input *ListSqlInjectionMatchSetsInput }
ListSqlInjectionMatchSetsRequest is a API request type for the ListSqlInjectionMatchSets API operation.
func (ListSqlInjectionMatchSetsRequest) Send ¶
func (r ListSqlInjectionMatchSetsRequest) Send() (*ListSqlInjectionMatchSetsOutput, error)
Send marshals and sends the ListSqlInjectionMatchSets API request.
type ListSubscribedRuleGroupsInput ¶ added in v0.2.0
type ListSubscribedRuleGroupsInput struct { // Specifies the number of subscribed rule groups that you want AWS WAF to return // for this request. If you have more objects than the number you specify for // Limit, the response includes a NextMarker value that you can use to get another // batch of objects. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more ByteMatchSetssubscribed // rule groups than the value of Limit, AWS WAF returns a NextMarker value in // the response that allows you to list another group of subscribed rule groups. // For the second and subsequent ListSubscribedRuleGroupsRequest requests, specify // the value of NextMarker from the previous response to get information about // another batch of subscribed rule groups. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListSubscribedRuleGroupsRequest
func (ListSubscribedRuleGroupsInput) GoString ¶ added in v0.2.0
func (s ListSubscribedRuleGroupsInput) GoString() string
GoString returns the string representation
func (*ListSubscribedRuleGroupsInput) SetLimit ¶ added in v0.2.0
func (s *ListSubscribedRuleGroupsInput) SetLimit(v int64) *ListSubscribedRuleGroupsInput
SetLimit sets the Limit field's value.
func (*ListSubscribedRuleGroupsInput) SetNextMarker ¶ added in v0.2.0
func (s *ListSubscribedRuleGroupsInput) SetNextMarker(v string) *ListSubscribedRuleGroupsInput
SetNextMarker sets the NextMarker field's value.
func (ListSubscribedRuleGroupsInput) String ¶ added in v0.2.0
func (s ListSubscribedRuleGroupsInput) String() string
String returns the string representation
func (*ListSubscribedRuleGroupsInput) Validate ¶ added in v0.2.0
func (s *ListSubscribedRuleGroupsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListSubscribedRuleGroupsOutput ¶ added in v0.2.0
type ListSubscribedRuleGroupsOutput struct { // If you have more objects than the number that you specified for Limit in // the request, the response includes a NextMarker value. To list more objects, // submit another ListSubscribedRuleGroups request, and specify the NextMarker // value from the response in the NextMarker value in the next request. NextMarker *string `min:"1" type:"string"` // An array of RuleGroup objects. RuleGroups []waf.SubscribedRuleGroupSummary `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListSubscribedRuleGroupsResponse
func (ListSubscribedRuleGroupsOutput) GoString ¶ added in v0.2.0
func (s ListSubscribedRuleGroupsOutput) GoString() string
GoString returns the string representation
func (ListSubscribedRuleGroupsOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s ListSubscribedRuleGroupsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListSubscribedRuleGroupsOutput) SetNextMarker ¶ added in v0.2.0
func (s *ListSubscribedRuleGroupsOutput) SetNextMarker(v string) *ListSubscribedRuleGroupsOutput
SetNextMarker sets the NextMarker field's value.
func (*ListSubscribedRuleGroupsOutput) SetRuleGroups ¶ added in v0.2.0
func (s *ListSubscribedRuleGroupsOutput) SetRuleGroups(v []waf.SubscribedRuleGroupSummary) *ListSubscribedRuleGroupsOutput
SetRuleGroups sets the RuleGroups field's value.
func (ListSubscribedRuleGroupsOutput) String ¶ added in v0.2.0
func (s ListSubscribedRuleGroupsOutput) String() string
String returns the string representation
type ListSubscribedRuleGroupsRequest ¶ added in v0.2.0
type ListSubscribedRuleGroupsRequest struct { *aws.Request Input *ListSubscribedRuleGroupsInput }
ListSubscribedRuleGroupsRequest is a API request type for the ListSubscribedRuleGroups API operation.
func (ListSubscribedRuleGroupsRequest) Send ¶ added in v0.2.0
func (r ListSubscribedRuleGroupsRequest) Send() (*ListSubscribedRuleGroupsOutput, error)
Send marshals and sends the ListSubscribedRuleGroups API request.
type ListWebACLsInput ¶
type ListWebACLsInput struct { // Specifies the number of WebACL objects that you want AWS WAF to return for // this request. If you have more WebACL objects than the number that you specify // for Limit, the response includes a NextMarker value that you can use to get // another batch of WebACL objects. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more WebACL objects than the // number that you specify for Limit, AWS WAF returns a NextMarker value in // the response that allows you to list another group of WebACL objects. For // the second and subsequent ListWebACLs requests, specify the value of NextMarker // from the previous response to get information about another batch of WebACL // objects. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListWebACLsRequest
func (ListWebACLsInput) GoString ¶
func (s ListWebACLsInput) GoString() string
GoString returns the string representation
func (*ListWebACLsInput) SetLimit ¶
func (s *ListWebACLsInput) SetLimit(v int64) *ListWebACLsInput
SetLimit sets the Limit field's value.
func (*ListWebACLsInput) SetNextMarker ¶
func (s *ListWebACLsInput) SetNextMarker(v string) *ListWebACLsInput
SetNextMarker sets the NextMarker field's value.
func (ListWebACLsInput) String ¶
func (s ListWebACLsInput) String() string
String returns the string representation
func (*ListWebACLsInput) Validate ¶
func (s *ListWebACLsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListWebACLsOutput ¶
type ListWebACLsOutput struct { // If you have more WebACL objects than the number that you specified for Limit // in the request, the response includes a NextMarker value. To list more WebACL // objects, submit another ListWebACLs request, and specify the NextMarker value // from the response in the NextMarker value in the next request. NextMarker *string `min:"1" type:"string"` // An array of WebACLSummary objects. WebACLs []waf.WebACLSummary `type:"list"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListWebACLsResponse
func (ListWebACLsOutput) GoString ¶
func (s ListWebACLsOutput) GoString() string
GoString returns the string representation
func (ListWebACLsOutput) SDKResponseMetadata ¶
func (s ListWebACLsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListWebACLsOutput) SetNextMarker ¶
func (s *ListWebACLsOutput) SetNextMarker(v string) *ListWebACLsOutput
SetNextMarker sets the NextMarker field's value.
func (*ListWebACLsOutput) SetWebACLs ¶
func (s *ListWebACLsOutput) SetWebACLs(v []waf.WebACLSummary) *ListWebACLsOutput
SetWebACLs sets the WebACLs field's value.
func (ListWebACLsOutput) String ¶
func (s ListWebACLsOutput) String() string
String returns the string representation
type ListWebACLsRequest ¶
type ListWebACLsRequest struct { *aws.Request Input *ListWebACLsInput }
ListWebACLsRequest is a API request type for the ListWebACLs API operation.
func (ListWebACLsRequest) Send ¶
func (r ListWebACLsRequest) Send() (*ListWebACLsOutput, error)
Send marshals and sends the ListWebACLs API request.
type ListXssMatchSetsInput ¶
type ListXssMatchSetsInput struct { // Specifies the number of XssMatchSet objects that you want AWS WAF to return // for this request. If you have more XssMatchSet objects than the number you // specify for Limit, the response includes a NextMarker value that you can // use to get another batch of Rules. Limit *int64 `type:"integer"` // If you specify a value for Limit and you have more XssMatchSet objects than // the value of Limit, AWS WAF returns a NextMarker value in the response that // allows you to list another group of XssMatchSets. For the second and subsequent // ListXssMatchSets requests, specify the value of NextMarker from the previous // response to get information about another batch of XssMatchSets. NextMarker *string `min:"1" type:"string"` // contains filtered or unexported fields }
A request to list the XssMatchSet objects created by the current AWS account. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListXssMatchSetsRequest
func (ListXssMatchSetsInput) GoString ¶
func (s ListXssMatchSetsInput) GoString() string
GoString returns the string representation
func (*ListXssMatchSetsInput) SetLimit ¶
func (s *ListXssMatchSetsInput) SetLimit(v int64) *ListXssMatchSetsInput
SetLimit sets the Limit field's value.
func (*ListXssMatchSetsInput) SetNextMarker ¶
func (s *ListXssMatchSetsInput) SetNextMarker(v string) *ListXssMatchSetsInput
SetNextMarker sets the NextMarker field's value.
func (ListXssMatchSetsInput) String ¶
func (s ListXssMatchSetsInput) String() string
String returns the string representation
func (*ListXssMatchSetsInput) Validate ¶
func (s *ListXssMatchSetsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListXssMatchSetsOutput ¶
type ListXssMatchSetsOutput struct { // If you have more XssMatchSet objects than the number that you specified for // Limit in the request, the response includes a NextMarker value. To list more // XssMatchSet objects, submit another ListXssMatchSets request, and specify // the NextMarker value from the response in the NextMarker value in the next // request. NextMarker *string `min:"1" type:"string"` // An array of XssMatchSetSummary objects. XssMatchSets []waf.XssMatchSetSummary `type:"list"` // contains filtered or unexported fields }
The response to a ListXssMatchSets request. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListXssMatchSetsResponse
func (ListXssMatchSetsOutput) GoString ¶
func (s ListXssMatchSetsOutput) GoString() string
GoString returns the string representation
func (ListXssMatchSetsOutput) SDKResponseMetadata ¶
func (s ListXssMatchSetsOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*ListXssMatchSetsOutput) SetNextMarker ¶
func (s *ListXssMatchSetsOutput) SetNextMarker(v string) *ListXssMatchSetsOutput
SetNextMarker sets the NextMarker field's value.
func (*ListXssMatchSetsOutput) SetXssMatchSets ¶
func (s *ListXssMatchSetsOutput) SetXssMatchSets(v []waf.XssMatchSetSummary) *ListXssMatchSetsOutput
SetXssMatchSets sets the XssMatchSets field's value.
func (ListXssMatchSetsOutput) String ¶
func (s ListXssMatchSetsOutput) String() string
String returns the string representation
type ListXssMatchSetsRequest ¶
type ListXssMatchSetsRequest struct { *aws.Request Input *ListXssMatchSetsInput }
ListXssMatchSetsRequest is a API request type for the ListXssMatchSets API operation.
func (ListXssMatchSetsRequest) Send ¶
func (r ListXssMatchSetsRequest) Send() (*ListXssMatchSetsOutput, error)
Send marshals and sends the ListXssMatchSets API request.
type MatchFieldType ¶
type MatchFieldType string
const ( MatchFieldTypeUri MatchFieldType = "URI" MatchFieldTypeQueryString MatchFieldType = "QUERY_STRING" MatchFieldTypeHeader MatchFieldType = "HEADER" MatchFieldTypeMethod MatchFieldType = "METHOD" MatchFieldTypeBody MatchFieldType = "BODY" )
Enum values for MatchFieldType
type ParameterExceptionField ¶
type ParameterExceptionField string
const ( ParameterExceptionFieldChangeAction ParameterExceptionField = "CHANGE_ACTION" ParameterExceptionFieldWafAction ParameterExceptionField = "WAF_ACTION" ParameterExceptionFieldWafOverrideAction ParameterExceptionField = "WAF_OVERRIDE_ACTION" ParameterExceptionFieldPredicateType ParameterExceptionField = "PREDICATE_TYPE" ParameterExceptionFieldIpsetType ParameterExceptionField = "IPSET_TYPE" ParameterExceptionFieldByteMatchFieldType ParameterExceptionField = "BYTE_MATCH_FIELD_TYPE" ParameterExceptionFieldSqlInjectionMatchFieldType ParameterExceptionField = "SQL_INJECTION_MATCH_FIELD_TYPE" ParameterExceptionFieldByteMatchTextTransformation ParameterExceptionField = "BYTE_MATCH_TEXT_TRANSFORMATION" ParameterExceptionFieldByteMatchPositionalConstraint ParameterExceptionField = "BYTE_MATCH_POSITIONAL_CONSTRAINT" ParameterExceptionFieldSizeConstraintComparisonOperator ParameterExceptionField = "SIZE_CONSTRAINT_COMPARISON_OPERATOR" ParameterExceptionFieldGeoMatchLocationType ParameterExceptionField = "GEO_MATCH_LOCATION_TYPE" ParameterExceptionFieldGeoMatchLocationValue ParameterExceptionField = "GEO_MATCH_LOCATION_VALUE" ParameterExceptionFieldRateKey ParameterExceptionField = "RATE_KEY" ParameterExceptionFieldRuleType ParameterExceptionField = "RULE_TYPE" ParameterExceptionFieldNextMarker ParameterExceptionField = "NEXT_MARKER" )
Enum values for ParameterExceptionField
type ParameterExceptionReason ¶
type ParameterExceptionReason string
const ( ParameterExceptionReasonInvalidOption ParameterExceptionReason = "INVALID_OPTION" ParameterExceptionReasonIllegalCombination ParameterExceptionReason = "ILLEGAL_COMBINATION" )
Enum values for ParameterExceptionReason
type PositionalConstraint ¶
type PositionalConstraint string
const ( PositionalConstraintExactly PositionalConstraint = "EXACTLY" PositionalConstraintStartsWith PositionalConstraint = "STARTS_WITH" PositionalConstraintEndsWith PositionalConstraint = "ENDS_WITH" PositionalConstraintContains PositionalConstraint = "CONTAINS" PositionalConstraintContainsWord PositionalConstraint = "CONTAINS_WORD" )
Enum values for PositionalConstraint
type PredicateType ¶
type PredicateType string
const ( PredicateTypeIpmatch PredicateType = "IPMatch" PredicateTypeByteMatch PredicateType = "ByteMatch" PredicateTypeSqlInjectionMatch PredicateType = "SqlInjectionMatch" PredicateTypeGeoMatch PredicateType = "GeoMatch" PredicateTypeSizeConstraint PredicateType = "SizeConstraint" PredicateTypeXssMatch PredicateType = "XssMatch" PredicateTypeRegexMatch PredicateType = "RegexMatch" )
Enum values for PredicateType
type TextTransformation ¶
type TextTransformation string
const ( TextTransformationNone TextTransformation = "NONE" TextTransformationCompressWhiteSpace TextTransformation = "COMPRESS_WHITE_SPACE" TextTransformationHtmlEntityDecode TextTransformation = "HTML_ENTITY_DECODE" TextTransformationLowercase TextTransformation = "LOWERCASE" TextTransformationCmdLine TextTransformation = "CMD_LINE" TextTransformationUrlDecode TextTransformation = "URL_DECODE" )
Enum values for TextTransformation
type UpdateByteMatchSetInput ¶
type UpdateByteMatchSetInput struct { // The ByteMatchSetId of the ByteMatchSet that you want to update. ByteMatchSetId // is returned by CreateByteMatchSet and by ListByteMatchSets. // // ByteMatchSetId is a required field ByteMatchSetId *string `min:"1" type:"string" required:"true"` // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // An array of ByteMatchSetUpdate objects that you want to insert into or delete // from a ByteMatchSet. For more information, see the applicable data types: // // * ByteMatchSetUpdate: Contains Action and ByteMatchTuple // // * ByteMatchTuple: Contains FieldToMatch, PositionalConstraint, TargetString, // and TextTransformation // // * FieldToMatch: Contains Data and Type // // Updates is a required field Updates []waf.ByteMatchSetUpdate `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateByteMatchSetRequest
func (UpdateByteMatchSetInput) GoString ¶
func (s UpdateByteMatchSetInput) GoString() string
GoString returns the string representation
func (*UpdateByteMatchSetInput) SetByteMatchSetId ¶
func (s *UpdateByteMatchSetInput) SetByteMatchSetId(v string) *UpdateByteMatchSetInput
SetByteMatchSetId sets the ByteMatchSetId field's value.
func (*UpdateByteMatchSetInput) SetChangeToken ¶
func (s *UpdateByteMatchSetInput) SetChangeToken(v string) *UpdateByteMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*UpdateByteMatchSetInput) SetUpdates ¶
func (s *UpdateByteMatchSetInput) SetUpdates(v []waf.ByteMatchSetUpdate) *UpdateByteMatchSetInput
SetUpdates sets the Updates field's value.
func (UpdateByteMatchSetInput) String ¶
func (s UpdateByteMatchSetInput) String() string
String returns the string representation
func (*UpdateByteMatchSetInput) Validate ¶
func (s *UpdateByteMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateByteMatchSetOutput ¶
type UpdateByteMatchSetOutput struct { // The ChangeToken that you used to submit the UpdateByteMatchSet request. You // can also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateByteMatchSetResponse
func (UpdateByteMatchSetOutput) GoString ¶
func (s UpdateByteMatchSetOutput) GoString() string
GoString returns the string representation
func (UpdateByteMatchSetOutput) SDKResponseMetadata ¶
func (s UpdateByteMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateByteMatchSetOutput) SetChangeToken ¶
func (s *UpdateByteMatchSetOutput) SetChangeToken(v string) *UpdateByteMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (UpdateByteMatchSetOutput) String ¶
func (s UpdateByteMatchSetOutput) String() string
String returns the string representation
type UpdateByteMatchSetRequest ¶
type UpdateByteMatchSetRequest struct { *aws.Request Input *UpdateByteMatchSetInput }
UpdateByteMatchSetRequest is a API request type for the UpdateByteMatchSet API operation.
func (UpdateByteMatchSetRequest) Send ¶
func (r UpdateByteMatchSetRequest) Send() (*UpdateByteMatchSetOutput, error)
Send marshals and sends the UpdateByteMatchSet API request.
type UpdateGeoMatchSetInput ¶ added in v0.2.0
type UpdateGeoMatchSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The GeoMatchSetId of the GeoMatchSet that you want to update. GeoMatchSetId // is returned by CreateGeoMatchSet and by ListGeoMatchSets. // // GeoMatchSetId is a required field GeoMatchSetId *string `min:"1" type:"string" required:"true"` // An array of GeoMatchSetUpdate objects that you want to insert into or delete // from an GeoMatchSet. For more information, see the applicable data types: // // * GeoMatchSetUpdate: Contains Action and GeoMatchConstraint // // * GeoMatchConstraint: Contains Type and Value // // You can have only one Type and Value per GeoMatchConstraint. To add multiple // countries, include multiple GeoMatchSetUpdate objects in your request. // // Updates is a required field Updates []waf.GeoMatchSetUpdate `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateGeoMatchSetRequest
func (UpdateGeoMatchSetInput) GoString ¶ added in v0.2.0
func (s UpdateGeoMatchSetInput) GoString() string
GoString returns the string representation
func (*UpdateGeoMatchSetInput) SetChangeToken ¶ added in v0.2.0
func (s *UpdateGeoMatchSetInput) SetChangeToken(v string) *UpdateGeoMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*UpdateGeoMatchSetInput) SetGeoMatchSetId ¶ added in v0.2.0
func (s *UpdateGeoMatchSetInput) SetGeoMatchSetId(v string) *UpdateGeoMatchSetInput
SetGeoMatchSetId sets the GeoMatchSetId field's value.
func (*UpdateGeoMatchSetInput) SetUpdates ¶ added in v0.2.0
func (s *UpdateGeoMatchSetInput) SetUpdates(v []waf.GeoMatchSetUpdate) *UpdateGeoMatchSetInput
SetUpdates sets the Updates field's value.
func (UpdateGeoMatchSetInput) String ¶ added in v0.2.0
func (s UpdateGeoMatchSetInput) String() string
String returns the string representation
func (*UpdateGeoMatchSetInput) Validate ¶ added in v0.2.0
func (s *UpdateGeoMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateGeoMatchSetOutput ¶ added in v0.2.0
type UpdateGeoMatchSetOutput struct { // The ChangeToken that you used to submit the UpdateGeoMatchSet request. You // can also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateGeoMatchSetResponse
func (UpdateGeoMatchSetOutput) GoString ¶ added in v0.2.0
func (s UpdateGeoMatchSetOutput) GoString() string
GoString returns the string representation
func (UpdateGeoMatchSetOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s UpdateGeoMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateGeoMatchSetOutput) SetChangeToken ¶ added in v0.2.0
func (s *UpdateGeoMatchSetOutput) SetChangeToken(v string) *UpdateGeoMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (UpdateGeoMatchSetOutput) String ¶ added in v0.2.0
func (s UpdateGeoMatchSetOutput) String() string
String returns the string representation
type UpdateGeoMatchSetRequest ¶ added in v0.2.0
type UpdateGeoMatchSetRequest struct { *aws.Request Input *UpdateGeoMatchSetInput }
UpdateGeoMatchSetRequest is a API request type for the UpdateGeoMatchSet API operation.
func (UpdateGeoMatchSetRequest) Send ¶ added in v0.2.0
func (r UpdateGeoMatchSetRequest) Send() (*UpdateGeoMatchSetOutput, error)
Send marshals and sends the UpdateGeoMatchSet API request.
type UpdateIPSetInput ¶
type UpdateIPSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The IPSetId of the IPSet that you want to update. IPSetId is returned by // CreateIPSet and by ListIPSets. // // IPSetId is a required field IPSetId *string `min:"1" type:"string" required:"true"` // An array of IPSetUpdate objects that you want to insert into or delete from // an IPSet. For more information, see the applicable data types: // // * IPSetUpdate: Contains Action and IPSetDescriptor // // * IPSetDescriptor: Contains Type and Value // // Updates is a required field Updates []waf.IPSetUpdate `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateIPSetRequest
func (UpdateIPSetInput) GoString ¶
func (s UpdateIPSetInput) GoString() string
GoString returns the string representation
func (*UpdateIPSetInput) SetChangeToken ¶
func (s *UpdateIPSetInput) SetChangeToken(v string) *UpdateIPSetInput
SetChangeToken sets the ChangeToken field's value.
func (*UpdateIPSetInput) SetIPSetId ¶
func (s *UpdateIPSetInput) SetIPSetId(v string) *UpdateIPSetInput
SetIPSetId sets the IPSetId field's value.
func (*UpdateIPSetInput) SetUpdates ¶
func (s *UpdateIPSetInput) SetUpdates(v []waf.IPSetUpdate) *UpdateIPSetInput
SetUpdates sets the Updates field's value.
func (UpdateIPSetInput) String ¶
func (s UpdateIPSetInput) String() string
String returns the string representation
func (*UpdateIPSetInput) Validate ¶
func (s *UpdateIPSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateIPSetOutput ¶
type UpdateIPSetOutput struct { // The ChangeToken that you used to submit the UpdateIPSet request. You can // also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateIPSetResponse
func (UpdateIPSetOutput) GoString ¶
func (s UpdateIPSetOutput) GoString() string
GoString returns the string representation
func (UpdateIPSetOutput) SDKResponseMetadata ¶
func (s UpdateIPSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateIPSetOutput) SetChangeToken ¶
func (s *UpdateIPSetOutput) SetChangeToken(v string) *UpdateIPSetOutput
SetChangeToken sets the ChangeToken field's value.
func (UpdateIPSetOutput) String ¶
func (s UpdateIPSetOutput) String() string
String returns the string representation
type UpdateIPSetRequest ¶
type UpdateIPSetRequest struct { *aws.Request Input *UpdateIPSetInput }
UpdateIPSetRequest is a API request type for the UpdateIPSet API operation.
func (UpdateIPSetRequest) Send ¶
func (r UpdateIPSetRequest) Send() (*UpdateIPSetOutput, error)
Send marshals and sends the UpdateIPSet API request.
type UpdateRateBasedRuleInput ¶
type UpdateRateBasedRuleInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The maximum number of requests, which have an identical value in the field // specified by the RateKey, allowed in a five-minute period. If the number // of requests exceeds the RateLimit and the other predicates specified in the // rule are also met, AWS WAF triggers the action that is specified for this // rule. // // RateLimit is a required field RateLimit *int64 `min:"2000" type:"long" required:"true"` // The RuleId of the RateBasedRule that you want to update. RuleId is returned // by CreateRateBasedRule and by ListRateBasedRules. // // RuleId is a required field RuleId *string `min:"1" type:"string" required:"true"` // An array of RuleUpdate objects that you want to insert into or delete from // a RateBasedRule. // // Updates is a required field Updates []waf.RuleUpdate `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRateBasedRuleRequest
func (UpdateRateBasedRuleInput) GoString ¶
func (s UpdateRateBasedRuleInput) GoString() string
GoString returns the string representation
func (*UpdateRateBasedRuleInput) SetChangeToken ¶
func (s *UpdateRateBasedRuleInput) SetChangeToken(v string) *UpdateRateBasedRuleInput
SetChangeToken sets the ChangeToken field's value.
func (*UpdateRateBasedRuleInput) SetRateLimit ¶
func (s *UpdateRateBasedRuleInput) SetRateLimit(v int64) *UpdateRateBasedRuleInput
SetRateLimit sets the RateLimit field's value.
func (*UpdateRateBasedRuleInput) SetRuleId ¶
func (s *UpdateRateBasedRuleInput) SetRuleId(v string) *UpdateRateBasedRuleInput
SetRuleId sets the RuleId field's value.
func (*UpdateRateBasedRuleInput) SetUpdates ¶
func (s *UpdateRateBasedRuleInput) SetUpdates(v []waf.RuleUpdate) *UpdateRateBasedRuleInput
SetUpdates sets the Updates field's value.
func (UpdateRateBasedRuleInput) String ¶
func (s UpdateRateBasedRuleInput) String() string
String returns the string representation
func (*UpdateRateBasedRuleInput) Validate ¶
func (s *UpdateRateBasedRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateRateBasedRuleOutput ¶
type UpdateRateBasedRuleOutput struct { // The ChangeToken that you used to submit the UpdateRateBasedRule request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRateBasedRuleResponse
func (UpdateRateBasedRuleOutput) GoString ¶
func (s UpdateRateBasedRuleOutput) GoString() string
GoString returns the string representation
func (UpdateRateBasedRuleOutput) SDKResponseMetadata ¶
func (s UpdateRateBasedRuleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateRateBasedRuleOutput) SetChangeToken ¶
func (s *UpdateRateBasedRuleOutput) SetChangeToken(v string) *UpdateRateBasedRuleOutput
SetChangeToken sets the ChangeToken field's value.
func (UpdateRateBasedRuleOutput) String ¶
func (s UpdateRateBasedRuleOutput) String() string
String returns the string representation
type UpdateRateBasedRuleRequest ¶
type UpdateRateBasedRuleRequest struct { *aws.Request Input *UpdateRateBasedRuleInput }
UpdateRateBasedRuleRequest is a API request type for the UpdateRateBasedRule API operation.
func (UpdateRateBasedRuleRequest) Send ¶
func (r UpdateRateBasedRuleRequest) Send() (*UpdateRateBasedRuleOutput, error)
Send marshals and sends the UpdateRateBasedRule API request.
type UpdateRegexMatchSetInput ¶ added in v0.2.0
type UpdateRegexMatchSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The RegexMatchSetId of the RegexMatchSet that you want to update. RegexMatchSetId // is returned by CreateRegexMatchSet and by ListRegexMatchSets. // // RegexMatchSetId is a required field RegexMatchSetId *string `min:"1" type:"string" required:"true"` // An array of RegexMatchSetUpdate objects that you want to insert into or delete // from a RegexMatchSet. For more information, see RegexMatchTuple. // // Updates is a required field Updates []waf.RegexMatchSetUpdate `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRegexMatchSetRequest
func (UpdateRegexMatchSetInput) GoString ¶ added in v0.2.0
func (s UpdateRegexMatchSetInput) GoString() string
GoString returns the string representation
func (*UpdateRegexMatchSetInput) SetChangeToken ¶ added in v0.2.0
func (s *UpdateRegexMatchSetInput) SetChangeToken(v string) *UpdateRegexMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*UpdateRegexMatchSetInput) SetRegexMatchSetId ¶ added in v0.2.0
func (s *UpdateRegexMatchSetInput) SetRegexMatchSetId(v string) *UpdateRegexMatchSetInput
SetRegexMatchSetId sets the RegexMatchSetId field's value.
func (*UpdateRegexMatchSetInput) SetUpdates ¶ added in v0.2.0
func (s *UpdateRegexMatchSetInput) SetUpdates(v []waf.RegexMatchSetUpdate) *UpdateRegexMatchSetInput
SetUpdates sets the Updates field's value.
func (UpdateRegexMatchSetInput) String ¶ added in v0.2.0
func (s UpdateRegexMatchSetInput) String() string
String returns the string representation
func (*UpdateRegexMatchSetInput) Validate ¶ added in v0.2.0
func (s *UpdateRegexMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateRegexMatchSetOutput ¶ added in v0.2.0
type UpdateRegexMatchSetOutput struct { // The ChangeToken that you used to submit the UpdateRegexMatchSet request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRegexMatchSetResponse
func (UpdateRegexMatchSetOutput) GoString ¶ added in v0.2.0
func (s UpdateRegexMatchSetOutput) GoString() string
GoString returns the string representation
func (UpdateRegexMatchSetOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s UpdateRegexMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateRegexMatchSetOutput) SetChangeToken ¶ added in v0.2.0
func (s *UpdateRegexMatchSetOutput) SetChangeToken(v string) *UpdateRegexMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (UpdateRegexMatchSetOutput) String ¶ added in v0.2.0
func (s UpdateRegexMatchSetOutput) String() string
String returns the string representation
type UpdateRegexMatchSetRequest ¶ added in v0.2.0
type UpdateRegexMatchSetRequest struct { *aws.Request Input *UpdateRegexMatchSetInput }
UpdateRegexMatchSetRequest is a API request type for the UpdateRegexMatchSet API operation.
func (UpdateRegexMatchSetRequest) Send ¶ added in v0.2.0
func (r UpdateRegexMatchSetRequest) Send() (*UpdateRegexMatchSetOutput, error)
Send marshals and sends the UpdateRegexMatchSet API request.
type UpdateRegexPatternSetInput ¶ added in v0.2.0
type UpdateRegexPatternSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The RegexPatternSetId of the RegexPatternSet that you want to update. RegexPatternSetId // is returned by CreateRegexPatternSet and by ListRegexPatternSets. // // RegexPatternSetId is a required field RegexPatternSetId *string `min:"1" type:"string" required:"true"` // An array of RegexPatternSetUpdate objects that you want to insert into or // delete from a RegexPatternSet. // // Updates is a required field Updates []waf.RegexPatternSetUpdate `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRegexPatternSetRequest
func (UpdateRegexPatternSetInput) GoString ¶ added in v0.2.0
func (s UpdateRegexPatternSetInput) GoString() string
GoString returns the string representation
func (*UpdateRegexPatternSetInput) SetChangeToken ¶ added in v0.2.0
func (s *UpdateRegexPatternSetInput) SetChangeToken(v string) *UpdateRegexPatternSetInput
SetChangeToken sets the ChangeToken field's value.
func (*UpdateRegexPatternSetInput) SetRegexPatternSetId ¶ added in v0.2.0
func (s *UpdateRegexPatternSetInput) SetRegexPatternSetId(v string) *UpdateRegexPatternSetInput
SetRegexPatternSetId sets the RegexPatternSetId field's value.
func (*UpdateRegexPatternSetInput) SetUpdates ¶ added in v0.2.0
func (s *UpdateRegexPatternSetInput) SetUpdates(v []waf.RegexPatternSetUpdate) *UpdateRegexPatternSetInput
SetUpdates sets the Updates field's value.
func (UpdateRegexPatternSetInput) String ¶ added in v0.2.0
func (s UpdateRegexPatternSetInput) String() string
String returns the string representation
func (*UpdateRegexPatternSetInput) Validate ¶ added in v0.2.0
func (s *UpdateRegexPatternSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateRegexPatternSetOutput ¶ added in v0.2.0
type UpdateRegexPatternSetOutput struct { // The ChangeToken that you used to submit the UpdateRegexPatternSet request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRegexPatternSetResponse
func (UpdateRegexPatternSetOutput) GoString ¶ added in v0.2.0
func (s UpdateRegexPatternSetOutput) GoString() string
GoString returns the string representation
func (UpdateRegexPatternSetOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s UpdateRegexPatternSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateRegexPatternSetOutput) SetChangeToken ¶ added in v0.2.0
func (s *UpdateRegexPatternSetOutput) SetChangeToken(v string) *UpdateRegexPatternSetOutput
SetChangeToken sets the ChangeToken field's value.
func (UpdateRegexPatternSetOutput) String ¶ added in v0.2.0
func (s UpdateRegexPatternSetOutput) String() string
String returns the string representation
type UpdateRegexPatternSetRequest ¶ added in v0.2.0
type UpdateRegexPatternSetRequest struct { *aws.Request Input *UpdateRegexPatternSetInput }
UpdateRegexPatternSetRequest is a API request type for the UpdateRegexPatternSet API operation.
func (UpdateRegexPatternSetRequest) Send ¶ added in v0.2.0
func (r UpdateRegexPatternSetRequest) Send() (*UpdateRegexPatternSetOutput, error)
Send marshals and sends the UpdateRegexPatternSet API request.
type UpdateRuleGroupInput ¶ added in v0.2.0
type UpdateRuleGroupInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The RuleGroupId of the RuleGroup that you want to update. RuleGroupId is // returned by CreateRuleGroup and by ListRuleGroups. // // RuleGroupId is a required field RuleGroupId *string `min:"1" type:"string" required:"true"` // An array of RuleGroupUpdate objects that you want to insert into or delete // from a RuleGroup. // // You can only insert REGULAR rules into a rule group. // // The Action data type within ActivatedRule is used only when submitting an // UpdateWebACL request. ActivatedRule|Action is not applicable and therefore // not available for UpdateRuleGroup. // // Updates is a required field Updates []waf.RuleGroupUpdate `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRuleGroupRequest
func (UpdateRuleGroupInput) GoString ¶ added in v0.2.0
func (s UpdateRuleGroupInput) GoString() string
GoString returns the string representation
func (*UpdateRuleGroupInput) SetChangeToken ¶ added in v0.2.0
func (s *UpdateRuleGroupInput) SetChangeToken(v string) *UpdateRuleGroupInput
SetChangeToken sets the ChangeToken field's value.
func (*UpdateRuleGroupInput) SetRuleGroupId ¶ added in v0.2.0
func (s *UpdateRuleGroupInput) SetRuleGroupId(v string) *UpdateRuleGroupInput
SetRuleGroupId sets the RuleGroupId field's value.
func (*UpdateRuleGroupInput) SetUpdates ¶ added in v0.2.0
func (s *UpdateRuleGroupInput) SetUpdates(v []waf.RuleGroupUpdate) *UpdateRuleGroupInput
SetUpdates sets the Updates field's value.
func (UpdateRuleGroupInput) String ¶ added in v0.2.0
func (s UpdateRuleGroupInput) String() string
String returns the string representation
func (*UpdateRuleGroupInput) Validate ¶ added in v0.2.0
func (s *UpdateRuleGroupInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateRuleGroupOutput ¶ added in v0.2.0
type UpdateRuleGroupOutput struct { // The ChangeToken that you used to submit the UpdateRuleGroup request. You // can also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRuleGroupResponse
func (UpdateRuleGroupOutput) GoString ¶ added in v0.2.0
func (s UpdateRuleGroupOutput) GoString() string
GoString returns the string representation
func (UpdateRuleGroupOutput) SDKResponseMetadata ¶ added in v0.2.0
func (s UpdateRuleGroupOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateRuleGroupOutput) SetChangeToken ¶ added in v0.2.0
func (s *UpdateRuleGroupOutput) SetChangeToken(v string) *UpdateRuleGroupOutput
SetChangeToken sets the ChangeToken field's value.
func (UpdateRuleGroupOutput) String ¶ added in v0.2.0
func (s UpdateRuleGroupOutput) String() string
String returns the string representation
type UpdateRuleGroupRequest ¶ added in v0.2.0
type UpdateRuleGroupRequest struct { *aws.Request Input *UpdateRuleGroupInput }
UpdateRuleGroupRequest is a API request type for the UpdateRuleGroup API operation.
func (UpdateRuleGroupRequest) Send ¶ added in v0.2.0
func (r UpdateRuleGroupRequest) Send() (*UpdateRuleGroupOutput, error)
Send marshals and sends the UpdateRuleGroup API request.
type UpdateRuleInput ¶
type UpdateRuleInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The RuleId of the Rule that you want to update. RuleId is returned by CreateRule // and by ListRules. // // RuleId is a required field RuleId *string `min:"1" type:"string" required:"true"` // An array of RuleUpdate objects that you want to insert into or delete from // a Rule. For more information, see the applicable data types: // // * RuleUpdate: Contains Action and Predicate // // * Predicate: Contains DataId, Negated, and Type // // * FieldToMatch: Contains Data and Type // // Updates is a required field Updates []waf.RuleUpdate `type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRuleRequest
func (UpdateRuleInput) GoString ¶
func (s UpdateRuleInput) GoString() string
GoString returns the string representation
func (*UpdateRuleInput) SetChangeToken ¶
func (s *UpdateRuleInput) SetChangeToken(v string) *UpdateRuleInput
SetChangeToken sets the ChangeToken field's value.
func (*UpdateRuleInput) SetRuleId ¶
func (s *UpdateRuleInput) SetRuleId(v string) *UpdateRuleInput
SetRuleId sets the RuleId field's value.
func (*UpdateRuleInput) SetUpdates ¶
func (s *UpdateRuleInput) SetUpdates(v []waf.RuleUpdate) *UpdateRuleInput
SetUpdates sets the Updates field's value.
func (UpdateRuleInput) String ¶
func (s UpdateRuleInput) String() string
String returns the string representation
func (*UpdateRuleInput) Validate ¶
func (s *UpdateRuleInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateRuleOutput ¶
type UpdateRuleOutput struct { // The ChangeToken that you used to submit the UpdateRule request. You can also // use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRuleResponse
func (UpdateRuleOutput) GoString ¶
func (s UpdateRuleOutput) GoString() string
GoString returns the string representation
func (UpdateRuleOutput) SDKResponseMetadata ¶
func (s UpdateRuleOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateRuleOutput) SetChangeToken ¶
func (s *UpdateRuleOutput) SetChangeToken(v string) *UpdateRuleOutput
SetChangeToken sets the ChangeToken field's value.
func (UpdateRuleOutput) String ¶
func (s UpdateRuleOutput) String() string
String returns the string representation
type UpdateRuleRequest ¶
type UpdateRuleRequest struct { *aws.Request Input *UpdateRuleInput }
UpdateRuleRequest is a API request type for the UpdateRule API operation.
func (UpdateRuleRequest) Send ¶
func (r UpdateRuleRequest) Send() (*UpdateRuleOutput, error)
Send marshals and sends the UpdateRule API request.
type UpdateSizeConstraintSetInput ¶
type UpdateSizeConstraintSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The SizeConstraintSetId of the SizeConstraintSet that you want to update. // SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets. // // SizeConstraintSetId is a required field SizeConstraintSetId *string `min:"1" type:"string" required:"true"` // An array of SizeConstraintSetUpdate objects that you want to insert into // or delete from a SizeConstraintSet. For more information, see the applicable // data types: // // * SizeConstraintSetUpdate: Contains Action and SizeConstraint // // * SizeConstraint: Contains FieldToMatch, TextTransformation, ComparisonOperator, // and Size // // * FieldToMatch: Contains Data and Type // // Updates is a required field Updates []waf.SizeConstraintSetUpdate `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateSizeConstraintSetRequest
func (UpdateSizeConstraintSetInput) GoString ¶
func (s UpdateSizeConstraintSetInput) GoString() string
GoString returns the string representation
func (*UpdateSizeConstraintSetInput) SetChangeToken ¶
func (s *UpdateSizeConstraintSetInput) SetChangeToken(v string) *UpdateSizeConstraintSetInput
SetChangeToken sets the ChangeToken field's value.
func (*UpdateSizeConstraintSetInput) SetSizeConstraintSetId ¶
func (s *UpdateSizeConstraintSetInput) SetSizeConstraintSetId(v string) *UpdateSizeConstraintSetInput
SetSizeConstraintSetId sets the SizeConstraintSetId field's value.
func (*UpdateSizeConstraintSetInput) SetUpdates ¶
func (s *UpdateSizeConstraintSetInput) SetUpdates(v []waf.SizeConstraintSetUpdate) *UpdateSizeConstraintSetInput
SetUpdates sets the Updates field's value.
func (UpdateSizeConstraintSetInput) String ¶
func (s UpdateSizeConstraintSetInput) String() string
String returns the string representation
func (*UpdateSizeConstraintSetInput) Validate ¶
func (s *UpdateSizeConstraintSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSizeConstraintSetOutput ¶
type UpdateSizeConstraintSetOutput struct { // The ChangeToken that you used to submit the UpdateSizeConstraintSet request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateSizeConstraintSetResponse
func (UpdateSizeConstraintSetOutput) GoString ¶
func (s UpdateSizeConstraintSetOutput) GoString() string
GoString returns the string representation
func (UpdateSizeConstraintSetOutput) SDKResponseMetadata ¶
func (s UpdateSizeConstraintSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateSizeConstraintSetOutput) SetChangeToken ¶
func (s *UpdateSizeConstraintSetOutput) SetChangeToken(v string) *UpdateSizeConstraintSetOutput
SetChangeToken sets the ChangeToken field's value.
func (UpdateSizeConstraintSetOutput) String ¶
func (s UpdateSizeConstraintSetOutput) String() string
String returns the string representation
type UpdateSizeConstraintSetRequest ¶
type UpdateSizeConstraintSetRequest struct { *aws.Request Input *UpdateSizeConstraintSetInput }
UpdateSizeConstraintSetRequest is a API request type for the UpdateSizeConstraintSet API operation.
func (UpdateSizeConstraintSetRequest) Send ¶
func (r UpdateSizeConstraintSetRequest) Send() (*UpdateSizeConstraintSetOutput, error)
Send marshals and sends the UpdateSizeConstraintSet API request.
type UpdateSqlInjectionMatchSetInput ¶
type UpdateSqlInjectionMatchSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. // SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets. // // SqlInjectionMatchSetId is a required field SqlInjectionMatchSetId *string `min:"1" type:"string" required:"true"` // An array of SqlInjectionMatchSetUpdate objects that you want to insert into // or delete from a SqlInjectionMatchSet. For more information, see the applicable // data types: // // * SqlInjectionMatchSetUpdate: Contains Action and SqlInjectionMatchTuple // // * SqlInjectionMatchTuple: Contains FieldToMatch and TextTransformation // // * FieldToMatch: Contains Data and Type // // Updates is a required field Updates []waf.SqlInjectionMatchSetUpdate `min:"1" type:"list" required:"true"` // contains filtered or unexported fields }
A request to update a SqlInjectionMatchSet. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateSqlInjectionMatchSetRequest
func (UpdateSqlInjectionMatchSetInput) GoString ¶
func (s UpdateSqlInjectionMatchSetInput) GoString() string
GoString returns the string representation
func (*UpdateSqlInjectionMatchSetInput) SetChangeToken ¶
func (s *UpdateSqlInjectionMatchSetInput) SetChangeToken(v string) *UpdateSqlInjectionMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*UpdateSqlInjectionMatchSetInput) SetSqlInjectionMatchSetId ¶
func (s *UpdateSqlInjectionMatchSetInput) SetSqlInjectionMatchSetId(v string) *UpdateSqlInjectionMatchSetInput
SetSqlInjectionMatchSetId sets the SqlInjectionMatchSetId field's value.
func (*UpdateSqlInjectionMatchSetInput) SetUpdates ¶
func (s *UpdateSqlInjectionMatchSetInput) SetUpdates(v []waf.SqlInjectionMatchSetUpdate) *UpdateSqlInjectionMatchSetInput
SetUpdates sets the Updates field's value.
func (UpdateSqlInjectionMatchSetInput) String ¶
func (s UpdateSqlInjectionMatchSetInput) String() string
String returns the string representation
func (*UpdateSqlInjectionMatchSetInput) Validate ¶
func (s *UpdateSqlInjectionMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateSqlInjectionMatchSetOutput ¶
type UpdateSqlInjectionMatchSetOutput struct { // The ChangeToken that you used to submit the UpdateSqlInjectionMatchSet request. // You can also use this value to query the status of the request. For more // information, see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
The response to an UpdateSqlInjectionMatchSets request. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateSqlInjectionMatchSetResponse
func (UpdateSqlInjectionMatchSetOutput) GoString ¶
func (s UpdateSqlInjectionMatchSetOutput) GoString() string
GoString returns the string representation
func (UpdateSqlInjectionMatchSetOutput) SDKResponseMetadata ¶
func (s UpdateSqlInjectionMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateSqlInjectionMatchSetOutput) SetChangeToken ¶
func (s *UpdateSqlInjectionMatchSetOutput) SetChangeToken(v string) *UpdateSqlInjectionMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (UpdateSqlInjectionMatchSetOutput) String ¶
func (s UpdateSqlInjectionMatchSetOutput) String() string
String returns the string representation
type UpdateSqlInjectionMatchSetRequest ¶
type UpdateSqlInjectionMatchSetRequest struct { *aws.Request Input *UpdateSqlInjectionMatchSetInput }
UpdateSqlInjectionMatchSetRequest is a API request type for the UpdateSqlInjectionMatchSet API operation.
func (UpdateSqlInjectionMatchSetRequest) Send ¶
func (r UpdateSqlInjectionMatchSetRequest) Send() (*UpdateSqlInjectionMatchSetOutput, error)
Send marshals and sends the UpdateSqlInjectionMatchSet API request.
type UpdateWebACLInput ¶
type UpdateWebACLInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // A default action for the web ACL, either ALLOW or BLOCK. AWS WAF performs // the default action if a request doesn't match the criteria in any of the // rules in a web ACL. DefaultAction *waf.WafAction `type:"structure"` // An array of updates to make to the WebACL. // // An array of WebACLUpdate objects that you want to insert into or delete from // a WebACL. For more information, see the applicable data types: // // * WebACLUpdate: Contains Action and ActivatedRule // // * ActivatedRule: Contains Action, Priority, RuleId, and Type. The OverrideAction // data type within ActivatedRule is used only when submitting an UpdateRuleGroup // request. ActivatedRule|OverrideAction is not applicable and therefore // not available for UpdateWebACL. // // * WafAction: Contains Type Updates []waf.WebACLUpdate `type:"list"` // The WebACLId of the WebACL that you want to update. WebACLId is returned // by CreateWebACL and by ListWebACLs. // // WebACLId is a required field WebACLId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateWebACLRequest
func (UpdateWebACLInput) GoString ¶
func (s UpdateWebACLInput) GoString() string
GoString returns the string representation
func (*UpdateWebACLInput) SetChangeToken ¶
func (s *UpdateWebACLInput) SetChangeToken(v string) *UpdateWebACLInput
SetChangeToken sets the ChangeToken field's value.
func (*UpdateWebACLInput) SetDefaultAction ¶
func (s *UpdateWebACLInput) SetDefaultAction(v *waf.WafAction) *UpdateWebACLInput
SetDefaultAction sets the DefaultAction field's value.
func (*UpdateWebACLInput) SetUpdates ¶
func (s *UpdateWebACLInput) SetUpdates(v []waf.WebACLUpdate) *UpdateWebACLInput
SetUpdates sets the Updates field's value.
func (*UpdateWebACLInput) SetWebACLId ¶
func (s *UpdateWebACLInput) SetWebACLId(v string) *UpdateWebACLInput
SetWebACLId sets the WebACLId field's value.
func (UpdateWebACLInput) String ¶
func (s UpdateWebACLInput) String() string
String returns the string representation
func (*UpdateWebACLInput) Validate ¶
func (s *UpdateWebACLInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateWebACLOutput ¶
type UpdateWebACLOutput struct { // The ChangeToken that you used to submit the UpdateWebACL request. You can // also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateWebACLResponse
func (UpdateWebACLOutput) GoString ¶
func (s UpdateWebACLOutput) GoString() string
GoString returns the string representation
func (UpdateWebACLOutput) SDKResponseMetadata ¶
func (s UpdateWebACLOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateWebACLOutput) SetChangeToken ¶
func (s *UpdateWebACLOutput) SetChangeToken(v string) *UpdateWebACLOutput
SetChangeToken sets the ChangeToken field's value.
func (UpdateWebACLOutput) String ¶
func (s UpdateWebACLOutput) String() string
String returns the string representation
type UpdateWebACLRequest ¶
type UpdateWebACLRequest struct { *aws.Request Input *UpdateWebACLInput }
UpdateWebACLRequest is a API request type for the UpdateWebACL API operation.
func (UpdateWebACLRequest) Send ¶
func (r UpdateWebACLRequest) Send() (*UpdateWebACLOutput, error)
Send marshals and sends the UpdateWebACL API request.
type UpdateXssMatchSetInput ¶
type UpdateXssMatchSetInput struct { // The value returned by the most recent call to GetChangeToken. // // ChangeToken is a required field ChangeToken *string `min:"1" type:"string" required:"true"` // An array of XssMatchSetUpdate objects that you want to insert into or delete // from a XssMatchSet. For more information, see the applicable data types: // // * XssMatchSetUpdate: Contains Action and XssMatchTuple // // * XssMatchTuple: Contains FieldToMatch and TextTransformation // // * FieldToMatch: Contains Data and Type // // Updates is a required field Updates []waf.XssMatchSetUpdate `min:"1" type:"list" required:"true"` // The XssMatchSetId of the XssMatchSet that you want to update. XssMatchSetId // is returned by CreateXssMatchSet and by ListXssMatchSets. // // XssMatchSetId is a required field XssMatchSetId *string `min:"1" type:"string" required:"true"` // contains filtered or unexported fields }
A request to update an XssMatchSet. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateXssMatchSetRequest
func (UpdateXssMatchSetInput) GoString ¶
func (s UpdateXssMatchSetInput) GoString() string
GoString returns the string representation
func (*UpdateXssMatchSetInput) SetChangeToken ¶
func (s *UpdateXssMatchSetInput) SetChangeToken(v string) *UpdateXssMatchSetInput
SetChangeToken sets the ChangeToken field's value.
func (*UpdateXssMatchSetInput) SetUpdates ¶
func (s *UpdateXssMatchSetInput) SetUpdates(v []waf.XssMatchSetUpdate) *UpdateXssMatchSetInput
SetUpdates sets the Updates field's value.
func (*UpdateXssMatchSetInput) SetXssMatchSetId ¶
func (s *UpdateXssMatchSetInput) SetXssMatchSetId(v string) *UpdateXssMatchSetInput
SetXssMatchSetId sets the XssMatchSetId field's value.
func (UpdateXssMatchSetInput) String ¶
func (s UpdateXssMatchSetInput) String() string
String returns the string representation
func (*UpdateXssMatchSetInput) Validate ¶
func (s *UpdateXssMatchSetInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateXssMatchSetOutput ¶
type UpdateXssMatchSetOutput struct { // The ChangeToken that you used to submit the UpdateXssMatchSet request. You // can also use this value to query the status of the request. For more information, // see GetChangeTokenStatus. ChangeToken *string `min:"1" type:"string"` // contains filtered or unexported fields }
The response to an UpdateXssMatchSets request. Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateXssMatchSetResponse
func (UpdateXssMatchSetOutput) GoString ¶
func (s UpdateXssMatchSetOutput) GoString() string
GoString returns the string representation
func (UpdateXssMatchSetOutput) SDKResponseMetadata ¶
func (s UpdateXssMatchSetOutput) SDKResponseMetadata() aws.Response
SDKResponseMetdata return sthe response metadata for the API.
func (*UpdateXssMatchSetOutput) SetChangeToken ¶
func (s *UpdateXssMatchSetOutput) SetChangeToken(v string) *UpdateXssMatchSetOutput
SetChangeToken sets the ChangeToken field's value.
func (UpdateXssMatchSetOutput) String ¶
func (s UpdateXssMatchSetOutput) String() string
String returns the string representation
type UpdateXssMatchSetRequest ¶
type UpdateXssMatchSetRequest struct { *aws.Request Input *UpdateXssMatchSetInput }
UpdateXssMatchSetRequest is a API request type for the UpdateXssMatchSet API operation.
func (UpdateXssMatchSetRequest) Send ¶
func (r UpdateXssMatchSetRequest) Send() (*UpdateXssMatchSetOutput, error)
Send marshals and sends the UpdateXssMatchSet API request.
type WAFRegional ¶
WAFRegional provides the API operation methods for making requests to AWS WAF Regional. See this package's package overview docs for details on the service.
WAFRegional methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(config aws.Config) *WAFRegional
New creates a new instance of the WAFRegional client with a config. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
// Create a WAFRegional client from just a config. svc := wafregional.New(myConfig) // Create a WAFRegional client with additional configuration svc := wafregional.New(myConfig, aws.NewConfig().WithRegion("us-west-2"))
func (*WAFRegional) AssociateWebACLRequest ¶
func (c *WAFRegional) AssociateWebACLRequest(input *AssociateWebACLInput) AssociateWebACLRequest
AssociateWebACLRequest returns a request value for making API operation for AWS WAF Regional.
Associates a web ACL with a resource.
// Example sending a request using the AssociateWebACLRequest method. req := client.AssociateWebACLRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/AssociateWebACL
func (*WAFRegional) CreateByteMatchSetRequest ¶
func (c *WAFRegional) CreateByteMatchSetRequest(input *CreateByteMatchSetInput) CreateByteMatchSetRequest
CreateByteMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Creates a ByteMatchSet. You then use UpdateByteMatchSet to identify the part of a web request that you want AWS WAF to inspect, such as the values of the User-Agent header or the query string. For example, you can create a ByteMatchSet that matches any requests with User-Agent headers that contain the string BadBot. You can then configure AWS WAF to reject those requests.
To create and configure a ByteMatchSet, perform the following steps:
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateByteMatchSet request.
Submit a CreateByteMatchSet request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateByteMatchSet request.
Submit an UpdateByteMatchSet request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the CreateByteMatchSetRequest method. req := client.CreateByteMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateByteMatchSet
func (*WAFRegional) CreateGeoMatchSetRequest ¶ added in v0.2.0
func (c *WAFRegional) CreateGeoMatchSetRequest(input *CreateGeoMatchSetInput) CreateGeoMatchSetRequest
CreateGeoMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Creates an GeoMatchSet, which you use to specify which web requests you want to allow or block based on the country that the requests originate from. For example, if you're receiving a lot of requests from one or more countries and you want to block the requests, you can create an GeoMatchSet that contains those countries and then configure AWS WAF to block the requests.
To create and configure a GeoMatchSet, perform the following steps:
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateGeoMatchSet request.
Submit a CreateGeoMatchSet request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateGeoMatchSet request.
Submit an UpdateGeoMatchSetSet request to specify the countries that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the CreateGeoMatchSetRequest method. req := client.CreateGeoMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateGeoMatchSet
func (*WAFRegional) CreateIPSetRequest ¶
func (c *WAFRegional) CreateIPSetRequest(input *CreateIPSetInput) CreateIPSetRequest
CreateIPSetRequest returns a request value for making API operation for AWS WAF Regional.
Creates an IPSet, which you use to specify which web requests you want to allow or block based on the IP addresses that the requests originate from. For example, if you're receiving a lot of requests from one or more individual IP addresses or one or more ranges of IP addresses and you want to block the requests, you can create an IPSet that contains those IP addresses and then configure AWS WAF to block the requests.
To create and configure an IPSet, perform the following steps:
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateIPSet request.
Submit a CreateIPSet request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateIPSet request.
Submit an UpdateIPSet request to specify the IP addresses that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the CreateIPSetRequest method. req := client.CreateIPSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateIPSet
func (*WAFRegional) CreateRateBasedRuleRequest ¶
func (c *WAFRegional) CreateRateBasedRuleRequest(input *CreateRateBasedRuleInput) CreateRateBasedRuleRequest
CreateRateBasedRuleRequest returns a request value for making API operation for AWS WAF Regional.
Creates a RateBasedRule. The RateBasedRule contains a RateLimit, which specifies the maximum number of requests that AWS WAF allows from a specified IP address in a five-minute period. The RateBasedRule also contains the IPSet objects, ByteMatchSet objects, and other predicates that identify the requests that you want to count or block if these requests exceed the RateLimit.
If you add more than one predicate to a RateBasedRule, a request not only must exceed the RateLimit, but it also must match all the specifications to be counted or blocked. For example, suppose you add the following to a RateBasedRule:
An IPSet that matches the IP address 192.0.2.44/32
A ByteMatchSet that matches BadBot in the User-Agent header
Further, you specify a RateLimit of 15,000.
You then add the RateBasedRule to a WebACL and specify that you want to block requests that meet the conditions in the rule. For a request to be blocked, it must come from the IP address 192.0.2.44 and the User-Agent header in the request must contain the value BadBot. Further, requests that match these two conditions must be received at a rate of more than 15,000 requests every five minutes. If both conditions are met and the rate is exceeded, AWS WAF blocks the requests. If the rate drops below 15,000 for a five-minute period, AWS WAF no longer blocks the requests.
As a second example, suppose you want to limit requests to a particular page on your site. To do this, you could add the following to a RateBasedRule:
A ByteMatchSet with FieldToMatch of URI
A PositionalConstraint of STARTS_WITH
A TargetString of login
Further, you specify a RateLimit of 15,000.
By adding this RateBasedRule to a WebACL, you could limit requests to your login page without affecting the rest of your site.
To create and configure a RateBasedRule, perform the following steps:
Create and update the predicates that you want to include in the rule. For more information, see CreateByteMatchSet, CreateIPSet, and CreateSqlInjectionMatchSet.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateRule request.
Submit a CreateRateBasedRule request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateRule request.
Submit an UpdateRateBasedRule request to specify the predicates that you want to include in the rule.
Create and update a WebACL that contains the RateBasedRule. For more information, see CreateWebACL.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the CreateRateBasedRuleRequest method. req := client.CreateRateBasedRuleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRateBasedRule
func (*WAFRegional) CreateRegexMatchSetRequest ¶ added in v0.2.0
func (c *WAFRegional) CreateRegexMatchSetRequest(input *CreateRegexMatchSetInput) CreateRegexMatchSetRequest
CreateRegexMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Creates a RegexMatchSet. You then use UpdateRegexMatchSet to identify the part of a web request that you want AWS WAF to inspect, such as the values of the User-Agent header or the query string. For example, you can create a RegexMatchSet that contains a RegexMatchTuple that looks for any requests with User-Agent headers that match a RegexPatternSet with pattern B[a@]dB[o0]t. You can then configure AWS WAF to reject those requests.
To create and configure a RegexMatchSet, perform the following steps:
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateRegexMatchSet request.
Submit a CreateRegexMatchSet request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateRegexMatchSet request.
Submit an UpdateRegexMatchSet request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value, using a RegexPatternSet, that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the CreateRegexMatchSetRequest method. req := client.CreateRegexMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRegexMatchSet
func (*WAFRegional) CreateRegexPatternSetRequest ¶ added in v0.2.0
func (c *WAFRegional) CreateRegexPatternSetRequest(input *CreateRegexPatternSetInput) CreateRegexPatternSetRequest
CreateRegexPatternSetRequest returns a request value for making API operation for AWS WAF Regional.
Creates a RegexPatternSet. You then use UpdateRegexPatternSet to specify the regular expression (regex) pattern that you want AWS WAF to search for, such as B[a@]dB[o0]t. You can then configure AWS WAF to reject those requests.
To create and configure a RegexPatternSet, perform the following steps:
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateRegexPatternSet request.
Submit a CreateRegexPatternSet request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateRegexPatternSet request.
Submit an UpdateRegexPatternSet request to specify the string that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the CreateRegexPatternSetRequest method. req := client.CreateRegexPatternSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRegexPatternSet
func (*WAFRegional) CreateRuleGroupRequest ¶ added in v0.2.0
func (c *WAFRegional) CreateRuleGroupRequest(input *CreateRuleGroupInput) CreateRuleGroupRequest
CreateRuleGroupRequest returns a request value for making API operation for AWS WAF Regional.
Creates a RuleGroup. A rule group is a collection of predefined rules that you add to a web ACL. You use UpdateRuleGroup to add rules to the rule group.
Rule groups are subject to the following limits:
Three rule groups per account. You can request an increase to this limit by contacting customer support.
One rule group per web ACL.
Ten rules per rule group.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the CreateRuleGroupRequest method. req := client.CreateRuleGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRuleGroup
func (*WAFRegional) CreateRuleRequest ¶
func (c *WAFRegional) CreateRuleRequest(input *CreateRuleInput) CreateRuleRequest
CreateRuleRequest returns a request value for making API operation for AWS WAF Regional.
Creates a Rule, which contains the IPSet objects, ByteMatchSet objects, and other predicates that identify the requests that you want to block. If you add more than one predicate to a Rule, a request must match all of the specifications to be allowed or blocked. For example, suppose you add the following to a Rule:
An IPSet that matches the IP address 192.0.2.44/32
A ByteMatchSet that matches BadBot in the User-Agent header
You then add the Rule to a WebACL and specify that you want to blocks requests that satisfy the Rule. For a request to be blocked, it must come from the IP address 192.0.2.44 and the User-Agent header in the request must contain the value BadBot.
To create and configure a Rule, perform the following steps:
Create and update the predicates that you want to include in the Rule. For more information, see CreateByteMatchSet, CreateIPSet, and CreateSqlInjectionMatchSet.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateRule request.
Submit a CreateRule request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateRule request.
Submit an UpdateRule request to specify the predicates that you want to include in the Rule.
Create and update a WebACL that contains the Rule. For more information, see CreateWebACL.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the CreateRuleRequest method. req := client.CreateRuleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateRule
func (*WAFRegional) CreateSizeConstraintSetRequest ¶
func (c *WAFRegional) CreateSizeConstraintSetRequest(input *CreateSizeConstraintSetInput) CreateSizeConstraintSetRequest
CreateSizeConstraintSetRequest returns a request value for making API operation for AWS WAF Regional.
Creates a SizeConstraintSet. You then use UpdateSizeConstraintSet to identify the part of a web request that you want AWS WAF to check for length, such as the length of the User-Agent header or the length of the query string. For example, you can create a SizeConstraintSet that matches any requests that have a query string that is longer than 100 bytes. You can then configure AWS WAF to reject those requests.
To create and configure a SizeConstraintSet, perform the following steps:
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateSizeConstraintSet request.
Submit a CreateSizeConstraintSet request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateSizeConstraintSet request.
Submit an UpdateSizeConstraintSet request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the CreateSizeConstraintSetRequest method. req := client.CreateSizeConstraintSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateSizeConstraintSet
func (*WAFRegional) CreateSqlInjectionMatchSetRequest ¶
func (c *WAFRegional) CreateSqlInjectionMatchSetRequest(input *CreateSqlInjectionMatchSetInput) CreateSqlInjectionMatchSetRequest
CreateSqlInjectionMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Creates a SqlInjectionMatchSet, which you use to allow, block, or count requests that contain snippets of SQL code in a specified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.
To create and configure a SqlInjectionMatchSet, perform the following steps:
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateSqlInjectionMatchSet request.
Submit a CreateSqlInjectionMatchSet request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateSqlInjectionMatchSet request.
Submit an UpdateSqlInjectionMatchSet request to specify the parts of web requests in which you want to allow, block, or count malicious SQL code.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the CreateSqlInjectionMatchSetRequest method. req := client.CreateSqlInjectionMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateSqlInjectionMatchSet
func (*WAFRegional) CreateWebACLRequest ¶
func (c *WAFRegional) CreateWebACLRequest(input *CreateWebACLInput) CreateWebACLRequest
CreateWebACLRequest returns a request value for making API operation for AWS WAF Regional.
Creates a WebACL, which contains the Rules that identify the CloudFront web requests that you want to allow, block, or count. AWS WAF evaluates Rules in order based on the value of Priority for each Rule.
You also specify a default action, either ALLOW or BLOCK. If a web request doesn't match any of the Rules in a WebACL, AWS WAF responds to the request with the default action.
To create and configure a WebACL, perform the following steps:
Create and update the ByteMatchSet objects and other predicates that you want to include in Rules. For more information, see CreateByteMatchSet, UpdateByteMatchSet, CreateIPSet, UpdateIPSet, CreateSqlInjectionMatchSet, and UpdateSqlInjectionMatchSet.
Create and update the Rules that you want to include in the WebACL. For more information, see CreateRule and UpdateRule.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateWebACL request.
Submit a CreateWebACL request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateWebACL request.
Submit an UpdateWebACL request to specify the Rules that you want to include in the WebACL, to specify the default action, and to associate the WebACL with a CloudFront distribution.
For more information about how to use the AWS WAF API, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the CreateWebACLRequest method. req := client.CreateWebACLRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateWebACL
func (*WAFRegional) CreateXssMatchSetRequest ¶
func (c *WAFRegional) CreateXssMatchSetRequest(input *CreateXssMatchSetInput) CreateXssMatchSetRequest
CreateXssMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Creates an XssMatchSet, which you use to allow, block, or count requests that contain cross-site scripting attacks in the specified part of web requests. AWS WAF searches for character sequences that are likely to be malicious strings.
To create and configure an XssMatchSet, perform the following steps:
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a CreateXssMatchSet request.
Submit a CreateXssMatchSet request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateXssMatchSet request.
Submit an UpdateXssMatchSet request to specify the parts of web requests in which you want to allow, block, or count cross-site scripting attacks.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the CreateXssMatchSetRequest method. req := client.CreateXssMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/CreateXssMatchSet
func (*WAFRegional) DeleteByteMatchSetRequest ¶
func (c *WAFRegional) DeleteByteMatchSetRequest(input *DeleteByteMatchSetInput) DeleteByteMatchSetRequest
DeleteByteMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Permanently deletes a ByteMatchSet. You can't delete a ByteMatchSet if it's still used in any Rules or if it still includes any ByteMatchTuple objects (any filters).
If you just want to remove a ByteMatchSet from a Rule, use UpdateRule.
To permanently delete a ByteMatchSet, perform the following steps:
Update the ByteMatchSet to remove filters, if any. For more information, see UpdateByteMatchSet.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteByteMatchSet request.
Submit a DeleteByteMatchSet request.
// Example sending a request using the DeleteByteMatchSetRequest method. req := client.DeleteByteMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteByteMatchSet
func (*WAFRegional) DeleteGeoMatchSetRequest ¶ added in v0.2.0
func (c *WAFRegional) DeleteGeoMatchSetRequest(input *DeleteGeoMatchSetInput) DeleteGeoMatchSetRequest
DeleteGeoMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Permanently deletes a GeoMatchSet. You can't delete a GeoMatchSet if it's still used in any Rules or if it still includes any countries.
If you just want to remove a GeoMatchSet from a Rule, use UpdateRule.
To permanently delete a GeoMatchSet from AWS WAF, perform the following steps:
Update the GeoMatchSet to remove any countries. For more information, see UpdateGeoMatchSet.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteGeoMatchSet request.
Submit a DeleteGeoMatchSet request.
// Example sending a request using the DeleteGeoMatchSetRequest method. req := client.DeleteGeoMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteGeoMatchSet
func (*WAFRegional) DeleteIPSetRequest ¶
func (c *WAFRegional) DeleteIPSetRequest(input *DeleteIPSetInput) DeleteIPSetRequest
DeleteIPSetRequest returns a request value for making API operation for AWS WAF Regional.
Permanently deletes an IPSet. You can't delete an IPSet if it's still used in any Rules or if it still includes any IP addresses.
If you just want to remove an IPSet from a Rule, use UpdateRule.
To permanently delete an IPSet from AWS WAF, perform the following steps:
Update the IPSet to remove IP address ranges, if any. For more information, see UpdateIPSet.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteIPSet request.
Submit a DeleteIPSet request.
// Example sending a request using the DeleteIPSetRequest method. req := client.DeleteIPSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteIPSet
func (*WAFRegional) DeleteRateBasedRuleRequest ¶
func (c *WAFRegional) DeleteRateBasedRuleRequest(input *DeleteRateBasedRuleInput) DeleteRateBasedRuleRequest
DeleteRateBasedRuleRequest returns a request value for making API operation for AWS WAF Regional.
Permanently deletes a RateBasedRule. You can't delete a rule if it's still used in any WebACL objects or if it still includes any predicates, such as ByteMatchSet objects.
If you just want to remove a rule from a WebACL, use UpdateWebACL.
To permanently delete a RateBasedRule from AWS WAF, perform the following steps:
Update the RateBasedRule to remove predicates, if any. For more information, see UpdateRateBasedRule.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteRateBasedRule request.
Submit a DeleteRateBasedRule request.
// Example sending a request using the DeleteRateBasedRuleRequest method. req := client.DeleteRateBasedRuleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRateBasedRule
func (*WAFRegional) DeleteRegexMatchSetRequest ¶ added in v0.2.0
func (c *WAFRegional) DeleteRegexMatchSetRequest(input *DeleteRegexMatchSetInput) DeleteRegexMatchSetRequest
DeleteRegexMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Permanently deletes a RegexMatchSet. You can't delete a RegexMatchSet if it's still used in any Rules or if it still includes any RegexMatchTuples objects (any filters).
If you just want to remove a RegexMatchSet from a Rule, use UpdateRule.
To permanently delete a RegexMatchSet, perform the following steps:
Update the RegexMatchSet to remove filters, if any. For more information, see UpdateRegexMatchSet.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteRegexMatchSet request.
Submit a DeleteRegexMatchSet request.
// Example sending a request using the DeleteRegexMatchSetRequest method. req := client.DeleteRegexMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRegexMatchSet
func (*WAFRegional) DeleteRegexPatternSetRequest ¶ added in v0.2.0
func (c *WAFRegional) DeleteRegexPatternSetRequest(input *DeleteRegexPatternSetInput) DeleteRegexPatternSetRequest
DeleteRegexPatternSetRequest returns a request value for making API operation for AWS WAF Regional.
Permanently deletes a RegexPatternSet. You can't delete a RegexPatternSet if it's still used in any RegexMatchSet or if the RegexPatternSet is not empty.
// Example sending a request using the DeleteRegexPatternSetRequest method. req := client.DeleteRegexPatternSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRegexPatternSet
func (*WAFRegional) DeleteRuleGroupRequest ¶ added in v0.2.0
func (c *WAFRegional) DeleteRuleGroupRequest(input *DeleteRuleGroupInput) DeleteRuleGroupRequest
DeleteRuleGroupRequest returns a request value for making API operation for AWS WAF Regional.
Permanently deletes a RuleGroup. You can't delete a RuleGroup if it's still used in any WebACL objects or if it still includes any rules.
If you just want to remove a RuleGroup from a WebACL, use UpdateWebACL.
To permanently delete a RuleGroup from AWS WAF, perform the following steps:
Update the RuleGroup to remove rules, if any. For more information, see UpdateRuleGroup.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteRuleGroup request.
Submit a DeleteRuleGroup request.
// Example sending a request using the DeleteRuleGroupRequest method. req := client.DeleteRuleGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRuleGroup
func (*WAFRegional) DeleteRuleRequest ¶
func (c *WAFRegional) DeleteRuleRequest(input *DeleteRuleInput) DeleteRuleRequest
DeleteRuleRequest returns a request value for making API operation for AWS WAF Regional.
Permanently deletes a Rule. You can't delete a Rule if it's still used in any WebACL objects or if it still includes any predicates, such as ByteMatchSet objects.
If you just want to remove a Rule from a WebACL, use UpdateWebACL.
To permanently delete a Rule from AWS WAF, perform the following steps:
Update the Rule to remove predicates, if any. For more information, see UpdateRule.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteRule request.
Submit a DeleteRule request.
// Example sending a request using the DeleteRuleRequest method. req := client.DeleteRuleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteRule
func (*WAFRegional) DeleteSizeConstraintSetRequest ¶
func (c *WAFRegional) DeleteSizeConstraintSetRequest(input *DeleteSizeConstraintSetInput) DeleteSizeConstraintSetRequest
DeleteSizeConstraintSetRequest returns a request value for making API operation for AWS WAF Regional.
Permanently deletes a SizeConstraintSet. You can't delete a SizeConstraintSet if it's still used in any Rules or if it still includes any SizeConstraint objects (any filters).
If you just want to remove a SizeConstraintSet from a Rule, use UpdateRule.
To permanently delete a SizeConstraintSet, perform the following steps:
Update the SizeConstraintSet to remove filters, if any. For more information, see UpdateSizeConstraintSet.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteSizeConstraintSet request.
Submit a DeleteSizeConstraintSet request.
// Example sending a request using the DeleteSizeConstraintSetRequest method. req := client.DeleteSizeConstraintSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteSizeConstraintSet
func (*WAFRegional) DeleteSqlInjectionMatchSetRequest ¶
func (c *WAFRegional) DeleteSqlInjectionMatchSetRequest(input *DeleteSqlInjectionMatchSetInput) DeleteSqlInjectionMatchSetRequest
DeleteSqlInjectionMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Permanently deletes a SqlInjectionMatchSet. You can't delete a SqlInjectionMatchSet if it's still used in any Rules or if it still contains any SqlInjectionMatchTuple objects.
If you just want to remove a SqlInjectionMatchSet from a Rule, use UpdateRule.
To permanently delete a SqlInjectionMatchSet from AWS WAF, perform the following steps:
Update the SqlInjectionMatchSet to remove filters, if any. For more information, see UpdateSqlInjectionMatchSet.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteSqlInjectionMatchSet request.
Submit a DeleteSqlInjectionMatchSet request.
// Example sending a request using the DeleteSqlInjectionMatchSetRequest method. req := client.DeleteSqlInjectionMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteSqlInjectionMatchSet
func (*WAFRegional) DeleteWebACLRequest ¶
func (c *WAFRegional) DeleteWebACLRequest(input *DeleteWebACLInput) DeleteWebACLRequest
DeleteWebACLRequest returns a request value for making API operation for AWS WAF Regional.
Permanently deletes a WebACL. You can't delete a WebACL if it still contains any Rules.
To delete a WebACL, perform the following steps:
Update the WebACL to remove Rules, if any. For more information, see UpdateWebACL.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteWebACL request.
Submit a DeleteWebACL request.
// Example sending a request using the DeleteWebACLRequest method. req := client.DeleteWebACLRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteWebACL
func (*WAFRegional) DeleteXssMatchSetRequest ¶
func (c *WAFRegional) DeleteXssMatchSetRequest(input *DeleteXssMatchSetInput) DeleteXssMatchSetRequest
DeleteXssMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Permanently deletes an XssMatchSet. You can't delete an XssMatchSet if it's still used in any Rules or if it still contains any XssMatchTuple objects.
If you just want to remove an XssMatchSet from a Rule, use UpdateRule.
To permanently delete an XssMatchSet from AWS WAF, perform the following steps:
Update the XssMatchSet to remove filters, if any. For more information, see UpdateXssMatchSet.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of a DeleteXssMatchSet request.
Submit a DeleteXssMatchSet request.
// Example sending a request using the DeleteXssMatchSetRequest method. req := client.DeleteXssMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DeleteXssMatchSet
func (*WAFRegional) DisassociateWebACLRequest ¶
func (c *WAFRegional) DisassociateWebACLRequest(input *DisassociateWebACLInput) DisassociateWebACLRequest
DisassociateWebACLRequest returns a request value for making API operation for AWS WAF Regional.
Removes a web ACL from the specified resource.
// Example sending a request using the DisassociateWebACLRequest method. req := client.DisassociateWebACLRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/DisassociateWebACL
func (*WAFRegional) GetByteMatchSetRequest ¶
func (c *WAFRegional) GetByteMatchSetRequest(input *GetByteMatchSetInput) GetByteMatchSetRequest
GetByteMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Returns the ByteMatchSet specified by ByteMatchSetId.
// Example sending a request using the GetByteMatchSetRequest method. req := client.GetByteMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetByteMatchSet
func (*WAFRegional) GetChangeTokenRequest ¶
func (c *WAFRegional) GetChangeTokenRequest(input *GetChangeTokenInput) GetChangeTokenRequest
GetChangeTokenRequest returns a request value for making API operation for AWS WAF Regional.
When you want to create, update, or delete AWS WAF objects, get a change token and include the change token in the create, update, or delete request. Change tokens ensure that your application doesn't submit conflicting requests to AWS WAF.
Each create, update, or delete request must use a unique change token. If your application submits a GetChangeToken request and then submits a second GetChangeToken request before submitting a create, update, or delete request, the second GetChangeToken request returns the same value as the first GetChangeToken request.
When you use a change token in a create, update, or delete request, the status of the change token changes to PENDING, which indicates that AWS WAF is propagating the change to all AWS WAF servers. Use GetChangeTokenStatus to determine the status of your change token.
// Example sending a request using the GetChangeTokenRequest method. req := client.GetChangeTokenRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetChangeToken
func (*WAFRegional) GetChangeTokenStatusRequest ¶
func (c *WAFRegional) GetChangeTokenStatusRequest(input *GetChangeTokenStatusInput) GetChangeTokenStatusRequest
GetChangeTokenStatusRequest returns a request value for making API operation for AWS WAF Regional.
Returns the status of a ChangeToken that you got by calling GetChangeToken. ChangeTokenStatus is one of the following values:
PROVISIONED: You requested the change token by calling GetChangeToken, but you haven't used it yet in a call to create, update, or delete an AWS WAF object.
PENDING: AWS WAF is propagating the create, update, or delete request to all AWS WAF servers.
IN_SYNC: Propagation is complete.
// Example sending a request using the GetChangeTokenStatusRequest method. req := client.GetChangeTokenStatusRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetChangeTokenStatus
func (*WAFRegional) GetGeoMatchSetRequest ¶ added in v0.2.0
func (c *WAFRegional) GetGeoMatchSetRequest(input *GetGeoMatchSetInput) GetGeoMatchSetRequest
GetGeoMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Returns the GeoMatchSet that is specified by GeoMatchSetId.
// Example sending a request using the GetGeoMatchSetRequest method. req := client.GetGeoMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetGeoMatchSet
func (*WAFRegional) GetIPSetRequest ¶
func (c *WAFRegional) GetIPSetRequest(input *GetIPSetInput) GetIPSetRequest
GetIPSetRequest returns a request value for making API operation for AWS WAF Regional.
Returns the IPSet that is specified by IPSetId.
// Example sending a request using the GetIPSetRequest method. req := client.GetIPSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetIPSet
func (*WAFRegional) GetRateBasedRuleManagedKeysRequest ¶
func (c *WAFRegional) GetRateBasedRuleManagedKeysRequest(input *GetRateBasedRuleManagedKeysInput) GetRateBasedRuleManagedKeysRequest
GetRateBasedRuleManagedKeysRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of IP addresses currently being blocked by the RateBasedRule that is specified by the RuleId. The maximum number of managed keys that will be blocked is 10,000. If more than 10,000 addresses exceed the rate limit, the 10,000 addresses with the highest rates will be blocked.
// Example sending a request using the GetRateBasedRuleManagedKeysRequest method. req := client.GetRateBasedRuleManagedKeysRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRateBasedRuleManagedKeys
func (*WAFRegional) GetRateBasedRuleRequest ¶
func (c *WAFRegional) GetRateBasedRuleRequest(input *GetRateBasedRuleInput) GetRateBasedRuleRequest
GetRateBasedRuleRequest returns a request value for making API operation for AWS WAF Regional.
Returns the RateBasedRule that is specified by the RuleId that you included in the GetRateBasedRule request.
// Example sending a request using the GetRateBasedRuleRequest method. req := client.GetRateBasedRuleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRateBasedRule
func (*WAFRegional) GetRegexMatchSetRequest ¶ added in v0.2.0
func (c *WAFRegional) GetRegexMatchSetRequest(input *GetRegexMatchSetInput) GetRegexMatchSetRequest
GetRegexMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Returns the RegexMatchSet specified by RegexMatchSetId.
// Example sending a request using the GetRegexMatchSetRequest method. req := client.GetRegexMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRegexMatchSet
func (*WAFRegional) GetRegexPatternSetRequest ¶ added in v0.2.0
func (c *WAFRegional) GetRegexPatternSetRequest(input *GetRegexPatternSetInput) GetRegexPatternSetRequest
GetRegexPatternSetRequest returns a request value for making API operation for AWS WAF Regional.
Returns the RegexPatternSet specified by RegexPatternSetId.
// Example sending a request using the GetRegexPatternSetRequest method. req := client.GetRegexPatternSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRegexPatternSet
func (*WAFRegional) GetRuleGroupRequest ¶ added in v0.2.0
func (c *WAFRegional) GetRuleGroupRequest(input *GetRuleGroupInput) GetRuleGroupRequest
GetRuleGroupRequest returns a request value for making API operation for AWS WAF Regional.
Returns the RuleGroup that is specified by the RuleGroupId that you included in the GetRuleGroup request.
To view the rules in a rule group, use ListActivatedRulesInRuleGroup.
// Example sending a request using the GetRuleGroupRequest method. req := client.GetRuleGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRuleGroup
func (*WAFRegional) GetRuleRequest ¶
func (c *WAFRegional) GetRuleRequest(input *GetRuleInput) GetRuleRequest
GetRuleRequest returns a request value for making API operation for AWS WAF Regional.
Returns the Rule that is specified by the RuleId that you included in the GetRule request.
// Example sending a request using the GetRuleRequest method. req := client.GetRuleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetRule
func (*WAFRegional) GetSampledRequestsRequest ¶
func (c *WAFRegional) GetSampledRequestsRequest(input *GetSampledRequestsInput) GetSampledRequestsRequest
GetSampledRequestsRequest returns a request value for making API operation for AWS WAF Regional.
Gets detailed information about a specified number of requests--a sample--that AWS WAF randomly selects from among the first 5,000 requests that your AWS resource received during a time range that you choose. You can specify a sample size of up to 500 requests, and you can specify any time range in the previous three hours.
GetSampledRequests returns a time range, which is usually the time range that you specified. However, if your resource (such as a CloudFront distribution) received 5,000 requests before the specified time range elapsed, GetSampledRequests returns an updated time range. This new time range indicates the actual period during which AWS WAF selected the requests in the sample.
// Example sending a request using the GetSampledRequestsRequest method. req := client.GetSampledRequestsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetSampledRequests
func (*WAFRegional) GetSizeConstraintSetRequest ¶
func (c *WAFRegional) GetSizeConstraintSetRequest(input *GetSizeConstraintSetInput) GetSizeConstraintSetRequest
GetSizeConstraintSetRequest returns a request value for making API operation for AWS WAF Regional.
Returns the SizeConstraintSet specified by SizeConstraintSetId.
// Example sending a request using the GetSizeConstraintSetRequest method. req := client.GetSizeConstraintSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetSizeConstraintSet
func (*WAFRegional) GetSqlInjectionMatchSetRequest ¶
func (c *WAFRegional) GetSqlInjectionMatchSetRequest(input *GetSqlInjectionMatchSetInput) GetSqlInjectionMatchSetRequest
GetSqlInjectionMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Returns the SqlInjectionMatchSet that is specified by SqlInjectionMatchSetId.
// Example sending a request using the GetSqlInjectionMatchSetRequest method. req := client.GetSqlInjectionMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetSqlInjectionMatchSet
func (*WAFRegional) GetWebACLForResourceRequest ¶
func (c *WAFRegional) GetWebACLForResourceRequest(input *GetWebACLForResourceInput) GetWebACLForResourceRequest
GetWebACLForResourceRequest returns a request value for making API operation for AWS WAF Regional.
Returns the web ACL for the specified resource.
// Example sending a request using the GetWebACLForResourceRequest method. req := client.GetWebACLForResourceRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetWebACLForResource
func (*WAFRegional) GetWebACLRequest ¶
func (c *WAFRegional) GetWebACLRequest(input *GetWebACLInput) GetWebACLRequest
GetWebACLRequest returns a request value for making API operation for AWS WAF Regional.
Returns the WebACL that is specified by WebACLId.
// Example sending a request using the GetWebACLRequest method. req := client.GetWebACLRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetWebACL
func (*WAFRegional) GetXssMatchSetRequest ¶
func (c *WAFRegional) GetXssMatchSetRequest(input *GetXssMatchSetInput) GetXssMatchSetRequest
GetXssMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Returns the XssMatchSet that is specified by XssMatchSetId.
// Example sending a request using the GetXssMatchSetRequest method. req := client.GetXssMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/GetXssMatchSet
func (*WAFRegional) ListActivatedRulesInRuleGroupRequest ¶ added in v0.2.0
func (c *WAFRegional) ListActivatedRulesInRuleGroupRequest(input *ListActivatedRulesInRuleGroupInput) ListActivatedRulesInRuleGroupRequest
ListActivatedRulesInRuleGroupRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of ActivatedRule objects.
// Example sending a request using the ListActivatedRulesInRuleGroupRequest method. req := client.ListActivatedRulesInRuleGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListActivatedRulesInRuleGroup
func (*WAFRegional) ListByteMatchSetsRequest ¶
func (c *WAFRegional) ListByteMatchSetsRequest(input *ListByteMatchSetsInput) ListByteMatchSetsRequest
ListByteMatchSetsRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of ByteMatchSetSummary objects.
// Example sending a request using the ListByteMatchSetsRequest method. req := client.ListByteMatchSetsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListByteMatchSets
func (*WAFRegional) ListGeoMatchSetsRequest ¶ added in v0.2.0
func (c *WAFRegional) ListGeoMatchSetsRequest(input *ListGeoMatchSetsInput) ListGeoMatchSetsRequest
ListGeoMatchSetsRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of GeoMatchSetSummary objects in the response.
// Example sending a request using the ListGeoMatchSetsRequest method. req := client.ListGeoMatchSetsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListGeoMatchSets
func (*WAFRegional) ListIPSetsRequest ¶
func (c *WAFRegional) ListIPSetsRequest(input *ListIPSetsInput) ListIPSetsRequest
ListIPSetsRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of IPSetSummary objects in the response.
// Example sending a request using the ListIPSetsRequest method. req := client.ListIPSetsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListIPSets
func (*WAFRegional) ListRateBasedRulesRequest ¶
func (c *WAFRegional) ListRateBasedRulesRequest(input *ListRateBasedRulesInput) ListRateBasedRulesRequest
ListRateBasedRulesRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of RuleSummary objects.
// Example sending a request using the ListRateBasedRulesRequest method. req := client.ListRateBasedRulesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRateBasedRules
func (*WAFRegional) ListRegexMatchSetsRequest ¶ added in v0.2.0
func (c *WAFRegional) ListRegexMatchSetsRequest(input *ListRegexMatchSetsInput) ListRegexMatchSetsRequest
ListRegexMatchSetsRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of RegexMatchSetSummary objects.
// Example sending a request using the ListRegexMatchSetsRequest method. req := client.ListRegexMatchSetsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRegexMatchSets
func (*WAFRegional) ListRegexPatternSetsRequest ¶ added in v0.2.0
func (c *WAFRegional) ListRegexPatternSetsRequest(input *ListRegexPatternSetsInput) ListRegexPatternSetsRequest
ListRegexPatternSetsRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of RegexPatternSetSummary objects.
// Example sending a request using the ListRegexPatternSetsRequest method. req := client.ListRegexPatternSetsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRegexPatternSets
func (*WAFRegional) ListResourcesForWebACLRequest ¶
func (c *WAFRegional) ListResourcesForWebACLRequest(input *ListResourcesForWebACLInput) ListResourcesForWebACLRequest
ListResourcesForWebACLRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of resources associated with the specified web ACL.
// Example sending a request using the ListResourcesForWebACLRequest method. req := client.ListResourcesForWebACLRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListResourcesForWebACL
func (*WAFRegional) ListRuleGroupsRequest ¶ added in v0.2.0
func (c *WAFRegional) ListRuleGroupsRequest(input *ListRuleGroupsInput) ListRuleGroupsRequest
ListRuleGroupsRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of RuleGroup objects.
// Example sending a request using the ListRuleGroupsRequest method. req := client.ListRuleGroupsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRuleGroups
func (*WAFRegional) ListRulesRequest ¶
func (c *WAFRegional) ListRulesRequest(input *ListRulesInput) ListRulesRequest
ListRulesRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of RuleSummary objects.
// Example sending a request using the ListRulesRequest method. req := client.ListRulesRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListRules
func (*WAFRegional) ListSizeConstraintSetsRequest ¶
func (c *WAFRegional) ListSizeConstraintSetsRequest(input *ListSizeConstraintSetsInput) ListSizeConstraintSetsRequest
ListSizeConstraintSetsRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of SizeConstraintSetSummary objects.
// Example sending a request using the ListSizeConstraintSetsRequest method. req := client.ListSizeConstraintSetsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListSizeConstraintSets
func (*WAFRegional) ListSqlInjectionMatchSetsRequest ¶
func (c *WAFRegional) ListSqlInjectionMatchSetsRequest(input *ListSqlInjectionMatchSetsInput) ListSqlInjectionMatchSetsRequest
ListSqlInjectionMatchSetsRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of SqlInjectionMatchSet objects.
// Example sending a request using the ListSqlInjectionMatchSetsRequest method. req := client.ListSqlInjectionMatchSetsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListSqlInjectionMatchSets
func (*WAFRegional) ListSubscribedRuleGroupsRequest ¶ added in v0.2.0
func (c *WAFRegional) ListSubscribedRuleGroupsRequest(input *ListSubscribedRuleGroupsInput) ListSubscribedRuleGroupsRequest
ListSubscribedRuleGroupsRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of RuleGroup objects that you are subscribed to.
// Example sending a request using the ListSubscribedRuleGroupsRequest method. req := client.ListSubscribedRuleGroupsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListSubscribedRuleGroups
func (*WAFRegional) ListWebACLsRequest ¶
func (c *WAFRegional) ListWebACLsRequest(input *ListWebACLsInput) ListWebACLsRequest
ListWebACLsRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of WebACLSummary objects in the response.
// Example sending a request using the ListWebACLsRequest method. req := client.ListWebACLsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListWebACLs
func (*WAFRegional) ListXssMatchSetsRequest ¶
func (c *WAFRegional) ListXssMatchSetsRequest(input *ListXssMatchSetsInput) ListXssMatchSetsRequest
ListXssMatchSetsRequest returns a request value for making API operation for AWS WAF Regional.
Returns an array of XssMatchSet objects.
// Example sending a request using the ListXssMatchSetsRequest method. req := client.ListXssMatchSetsRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/ListXssMatchSets
func (*WAFRegional) UpdateByteMatchSetRequest ¶
func (c *WAFRegional) UpdateByteMatchSetRequest(input *UpdateByteMatchSetInput) UpdateByteMatchSetRequest
UpdateByteMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Inserts or deletes ByteMatchTuple objects (filters) in a ByteMatchSet. For each ByteMatchTuple object, you specify the following values:
Whether to insert or delete the object from the array. If you want to change a ByteMatchSetUpdate object, you delete the existing object and add a new one.
The part of a web request that you want AWS WAF to inspect, such as a query string or the value of the User-Agent header.
The bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to look for. For more information, including how you specify the values for the AWS WAF API and the AWS CLI or SDKs, see TargetString in the ByteMatchTuple data type.
Where to look, such as at the beginning or the end of a query string.
Whether to perform any conversions on the request, such as converting it to lowercase, before inspecting it for the specified string.
For example, you can add a ByteMatchSetUpdate object that matches web requests in which User-Agent headers contain the string BadBot. You can then configure AWS WAF to block those requests.
To create and configure a ByteMatchSet, perform the following steps:
Create a ByteMatchSet. For more information, see CreateByteMatchSet.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateByteMatchSet request.
Submit an UpdateByteMatchSet request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the UpdateByteMatchSetRequest method. req := client.UpdateByteMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateByteMatchSet
func (*WAFRegional) UpdateGeoMatchSetRequest ¶ added in v0.2.0
func (c *WAFRegional) UpdateGeoMatchSetRequest(input *UpdateGeoMatchSetInput) UpdateGeoMatchSetRequest
UpdateGeoMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Inserts or deletes GeoMatchConstraint objects in an GeoMatchSet. For each GeoMatchConstraint object, you specify the following values:
Whether to insert or delete the object from the array. If you want to change an GeoMatchConstraint object, you delete the existing object and add a new one.
The Type. The only valid value for Type is Country.
The Value, which is a two character code for the country to add to the GeoMatchConstraint object. Valid codes are listed in GeoMatchConstraint$Value.
To create and configure an GeoMatchSet, perform the following steps:
Submit a CreateGeoMatchSet request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateGeoMatchSet request.
Submit an UpdateGeoMatchSet request to specify the country that you want AWS WAF to watch for.
When you update an GeoMatchSet, you specify the country that you want to add and/or the country that you want to delete. If you want to change a country, you delete the existing country and add the new one.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the UpdateGeoMatchSetRequest method. req := client.UpdateGeoMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateGeoMatchSet
func (*WAFRegional) UpdateIPSetRequest ¶
func (c *WAFRegional) UpdateIPSetRequest(input *UpdateIPSetInput) UpdateIPSetRequest
UpdateIPSetRequest returns a request value for making API operation for AWS WAF Regional.
Inserts or deletes IPSetDescriptor objects in an IPSet. For each IPSetDescriptor object, you specify the following values:
Whether to insert or delete the object from the array. If you want to change an IPSetDescriptor object, you delete the existing object and add a new one.
The IP address version, IPv4 or IPv6.
The IP address in CIDR notation, for example, 192.0.2.0/24 (for the range of IP addresses from 192.0.2.0 to 192.0.2.255) or 192.0.2.44/32 (for the individual IP address 192.0.2.44).
AWS WAF supports /8, /16, /24, and /32 IP address ranges for IPv4, and /24, /32, /48, /56, /64 and /128 for IPv6. For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing (https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing).
IPv6 addresses can be represented using any of the following formats:
1111:0000:0000:0000:0000:0000:0000:0111/128
1111:0:0:0:0:0:0:0111/128
1111::0111/128
1111::111/128
You use an IPSet to specify which web requests you want to allow or block based on the IP addresses that the requests originated from. For example, if you're receiving a lot of requests from one or a small number of IP addresses and you want to block the requests, you can create an IPSet that specifies those IP addresses, and then configure AWS WAF to block the requests.
To create and configure an IPSet, perform the following steps:
Submit a CreateIPSet request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateIPSet request.
Submit an UpdateIPSet request to specify the IP addresses that you want AWS WAF to watch for.
When you update an IPSet, you specify the IP addresses that you want to add and/or the IP addresses that you want to delete. If you want to change an IP address, you delete the existing IP address and add the new one.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the UpdateIPSetRequest method. req := client.UpdateIPSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateIPSet
func (*WAFRegional) UpdateRateBasedRuleRequest ¶
func (c *WAFRegional) UpdateRateBasedRuleRequest(input *UpdateRateBasedRuleInput) UpdateRateBasedRuleRequest
UpdateRateBasedRuleRequest returns a request value for making API operation for AWS WAF Regional.
Inserts or deletes Predicate objects in a rule and updates the RateLimit in the rule.
Each Predicate object identifies a predicate, such as a ByteMatchSet or an IPSet, that specifies the web requests that you want to block or count. The RateLimit specifies the number of requests every five minutes that triggers the rule.
If you add more than one predicate to a RateBasedRule, a request must match all the predicates and exceed the RateLimit to be counted or blocked. For example, suppose you add the following to a RateBasedRule:
An IPSet that matches the IP address 192.0.2.44/32
A ByteMatchSet that matches BadBot in the User-Agent header
Further, you specify a RateLimit of 15,000.
You then add the RateBasedRule to a WebACL and specify that you want to block requests that satisfy the rule. For a request to be blocked, it must come from the IP address 192.0.2.44 and the User-Agent header in the request must contain the value BadBot. Further, requests that match these two conditions much be received at a rate of more than 15,000 every five minutes. If the rate drops below this limit, AWS WAF no longer blocks the requests.
As a second example, suppose you want to limit requests to a particular page on your site. To do this, you could add the following to a RateBasedRule:
A ByteMatchSet with FieldToMatch of URI
A PositionalConstraint of STARTS_WITH
A TargetString of login
Further, you specify a RateLimit of 15,000.
By adding this RateBasedRule to a WebACL, you could limit requests to your login page without affecting the rest of your site.
// Example sending a request using the UpdateRateBasedRuleRequest method. req := client.UpdateRateBasedRuleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRateBasedRule
func (*WAFRegional) UpdateRegexMatchSetRequest ¶ added in v0.2.0
func (c *WAFRegional) UpdateRegexMatchSetRequest(input *UpdateRegexMatchSetInput) UpdateRegexMatchSetRequest
UpdateRegexMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Inserts or deletes RegexMatchTuple objects (filters) in a RegexMatchSet. For each RegexMatchSetUpdate object, you specify the following values:
Whether to insert or delete the object from the array. If you want to change a RegexMatchSetUpdate object, you delete the existing object and add a new one.
The part of a web request that you want AWS WAF to inspectupdate, such as a query string or the value of the User-Agent header.
The identifier of the pattern (a regular expression) that you want AWS WAF to look for. For more information, see RegexPatternSet.
Whether to perform any conversions on the request, such as converting it to lowercase, before inspecting it for the specified string.
For example, you can create a RegexPatternSet that matches any requests with User-Agent headers that contain the string B[a@]dB[o0]t. You can then configure AWS WAF to reject those requests.
To create and configure a RegexMatchSet, perform the following steps:
Create a RegexMatchSet. For more information, see CreateRegexMatchSet.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateRegexMatchSet request.
Submit an UpdateRegexMatchSet request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the identifier of the RegexPatternSet that contain the regular expression patters you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the UpdateRegexMatchSetRequest method. req := client.UpdateRegexMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRegexMatchSet
func (*WAFRegional) UpdateRegexPatternSetRequest ¶ added in v0.2.0
func (c *WAFRegional) UpdateRegexPatternSetRequest(input *UpdateRegexPatternSetInput) UpdateRegexPatternSetRequest
UpdateRegexPatternSetRequest returns a request value for making API operation for AWS WAF Regional.
Inserts or deletes RegexPatternString objects in a RegexPatternSet. For each RegexPatternString object, you specify the following values:
Whether to insert or delete the RegexPatternString.
The regular expression pattern that you want to insert or delete. For more information, see RegexPatternSet.
For example, you can create a RegexPatternString such as B[a@]dB[o0]t. AWS WAF will match this RegexPatternString to:
BadBot
BadB0t
B@dBot
B@dB0t
To create and configure a RegexPatternSet, perform the following steps:
Create a RegexPatternSet. For more information, see CreateRegexPatternSet.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateRegexPatternSet request.
Submit an UpdateRegexPatternSet request to specify the regular expression pattern that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the UpdateRegexPatternSetRequest method. req := client.UpdateRegexPatternSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRegexPatternSet
func (*WAFRegional) UpdateRuleGroupRequest ¶ added in v0.2.0
func (c *WAFRegional) UpdateRuleGroupRequest(input *UpdateRuleGroupInput) UpdateRuleGroupRequest
UpdateRuleGroupRequest returns a request value for making API operation for AWS WAF Regional.
Inserts or deletes ActivatedRule objects in a RuleGroup.
You can only insert REGULAR rules into a rule group.
You can have a maximum of ten rules per rule group.
To create and configure a RuleGroup, perform the following steps:
Create and update the Rules that you want to include in the RuleGroup. See CreateRule.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateRuleGroup request.
Submit an UpdateRuleGroup request to add Rules to the RuleGroup.
Create and update a WebACL that contains the RuleGroup. See CreateWebACL.
If you want to replace one Rule with another, you delete the existing one and add the new one.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the UpdateRuleGroupRequest method. req := client.UpdateRuleGroupRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRuleGroup
func (*WAFRegional) UpdateRuleRequest ¶
func (c *WAFRegional) UpdateRuleRequest(input *UpdateRuleInput) UpdateRuleRequest
UpdateRuleRequest returns a request value for making API operation for AWS WAF Regional.
Inserts or deletes Predicate objects in a Rule. Each Predicate object identifies a predicate, such as a ByteMatchSet or an IPSet, that specifies the web requests that you want to allow, block, or count. If you add more than one predicate to a Rule, a request must match all of the specifications to be allowed, blocked, or counted. For example, suppose you add the following to a Rule:
A ByteMatchSet that matches the value BadBot in the User-Agent header
An IPSet that matches the IP address 192.0.2.44
You then add the Rule to a WebACL and specify that you want to block requests that satisfy the Rule. For a request to be blocked, the User-Agent header in the request must contain the value BadBotand the request must originate from the IP address 192.0.2.44.
To create and configure a Rule, perform the following steps:
Create and update the predicates that you want to include in the Rule.
Create the Rule. See CreateRule.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateRule request.
Submit an UpdateRule request to add predicates to the Rule.
Create and update a WebACL that contains the Rule. See CreateWebACL.
If you want to replace one ByteMatchSet or IPSet with another, you delete the existing one and add the new one.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the UpdateRuleRequest method. req := client.UpdateRuleRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateRule
func (*WAFRegional) UpdateSizeConstraintSetRequest ¶
func (c *WAFRegional) UpdateSizeConstraintSetRequest(input *UpdateSizeConstraintSetInput) UpdateSizeConstraintSetRequest
UpdateSizeConstraintSetRequest returns a request value for making API operation for AWS WAF Regional.
Inserts or deletes SizeConstraint objects (filters) in a SizeConstraintSet. For each SizeConstraint object, you specify the following values:
Whether to insert or delete the object from the array. If you want to change a SizeConstraintSetUpdate object, you delete the existing object and add a new one.
The part of a web request that you want AWS WAF to evaluate, such as the length of a query string or the length of the User-Agent header.
Whether to perform any transformations on the request, such as converting it to lowercase, before checking its length. Note that transformations of the request body are not supported because the AWS resource forwards only the first 8192 bytes of your request to AWS WAF.
A ComparisonOperator used for evaluating the selected part of the request against the specified Size, such as equals, greater than, less than, and so on.
The length, in bytes, that you want AWS WAF to watch for in selected part of the request. The length is computed after applying the transformation.
For example, you can add a SizeConstraintSetUpdate object that matches web requests in which the length of the User-Agent header is greater than 100 bytes. You can then configure AWS WAF to block those requests.
To create and configure a SizeConstraintSet, perform the following steps:
Create a SizeConstraintSet. For more information, see CreateSizeConstraintSet.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateSizeConstraintSet request.
Submit an UpdateSizeConstraintSet request to specify the part of the request that you want AWS WAF to inspect (for example, the header or the URI) and the value that you want AWS WAF to watch for.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the UpdateSizeConstraintSetRequest method. req := client.UpdateSizeConstraintSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateSizeConstraintSet
func (*WAFRegional) UpdateSqlInjectionMatchSetRequest ¶
func (c *WAFRegional) UpdateSqlInjectionMatchSetRequest(input *UpdateSqlInjectionMatchSetInput) UpdateSqlInjectionMatchSetRequest
UpdateSqlInjectionMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Inserts or deletes SqlInjectionMatchTuple objects (filters) in a SqlInjectionMatchSet. For each SqlInjectionMatchTuple object, you specify the following values:
Action: Whether to insert the object into or delete the object from the array. To change a SqlInjectionMatchTuple, you delete the existing object and add a new one.
FieldToMatch: The part of web requests that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header, the name of the header.
TextTransformation: Which text transformation, if any, to perform on the web request before inspecting the request for snippets of malicious SQL code.
You use SqlInjectionMatchSet objects to specify which CloudFront requests you want to allow, block, or count. For example, if you're receiving requests that contain snippets of SQL code in the query string and you want to block the requests, you can create a SqlInjectionMatchSet with the applicable settings, and then configure AWS WAF to block the requests.
To create and configure a SqlInjectionMatchSet, perform the following steps:
Submit a CreateSqlInjectionMatchSet request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateIPSet request.
Submit an UpdateSqlInjectionMatchSet request to specify the parts of web requests that you want AWS WAF to inspect for snippets of SQL code.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the UpdateSqlInjectionMatchSetRequest method. req := client.UpdateSqlInjectionMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateSqlInjectionMatchSet
func (*WAFRegional) UpdateWebACLRequest ¶
func (c *WAFRegional) UpdateWebACLRequest(input *UpdateWebACLInput) UpdateWebACLRequest
UpdateWebACLRequest returns a request value for making API operation for AWS WAF Regional.
Inserts or deletes ActivatedRule objects in a WebACL. Each Rule identifies web requests that you want to allow, block, or count. When you update a WebACL, you specify the following values:
A default action for the WebACL, either ALLOW or BLOCK. AWS WAF performs the default action if a request doesn't match the criteria in any of the Rules in a WebACL.
The Rules that you want to add and/or delete. If you want to replace one Rule with another, you delete the existing Rule and add the new one.
For each Rule, whether you want AWS WAF to allow requests, block requests, or count requests that match the conditions in the Rule.
The order in which you want AWS WAF to evaluate the Rules in a WebACL. If you add more than one Rule to a WebACL, AWS WAF evaluates each request against the Rules in order based on the value of Priority. (The Rule that has the lowest value for Priority is evaluated first.) When a web request matches all of the predicates (such as ByteMatchSets and IPSets) in a Rule, AWS WAF immediately takes the corresponding action, allow or block, and doesn't evaluate the request against the remaining Rules in the WebACL, if any.
To create and configure a WebACL, perform the following steps:
Create and update the predicates that you want to include in Rules. For more information, see CreateByteMatchSet, UpdateByteMatchSet, CreateIPSet, UpdateIPSet, CreateSqlInjectionMatchSet, and UpdateSqlInjectionMatchSet.
Create and update the Rules that you want to include in the WebACL. For more information, see CreateRule and UpdateRule.
Create a WebACL. See CreateWebACL.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateWebACL request.
Submit an UpdateWebACL request to specify the Rules that you want to include in the WebACL, to specify the default action, and to associate the WebACL with a CloudFront distribution.
Be aware that if you try to add a RATE_BASED rule to a web ACL without setting the rule type when first creating the rule, the UpdateWebACL request will fail because the request tries to add a REGULAR rule (the default rule type) with the specified ID, which does not exist.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the UpdateWebACLRequest method. req := client.UpdateWebACLRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateWebACL
func (*WAFRegional) UpdateXssMatchSetRequest ¶
func (c *WAFRegional) UpdateXssMatchSetRequest(input *UpdateXssMatchSetInput) UpdateXssMatchSetRequest
UpdateXssMatchSetRequest returns a request value for making API operation for AWS WAF Regional.
Inserts or deletes XssMatchTuple objects (filters) in an XssMatchSet. For each XssMatchTuple object, you specify the following values:
Action: Whether to insert the object into or delete the object from the array. To change a XssMatchTuple, you delete the existing object and add a new one.
FieldToMatch: The part of web requests that you want AWS WAF to inspect and, if you want AWS WAF to inspect a header, the name of the header.
TextTransformation: Which text transformation, if any, to perform on the web request before inspecting the request for cross-site scripting attacks.
You use XssMatchSet objects to specify which CloudFront requests you want to allow, block, or count. For example, if you're receiving requests that contain cross-site scripting attacks in the request body and you want to block the requests, you can create an XssMatchSet with the applicable settings, and then configure AWS WAF to block the requests.
To create and configure an XssMatchSet, perform the following steps:
Submit a CreateXssMatchSet request.
Use GetChangeToken to get the change token that you provide in the ChangeToken parameter of an UpdateIPSet request.
Submit an UpdateXssMatchSet request to specify the parts of web requests that you want AWS WAF to inspect for cross-site scripting attacks.
For more information about how to use the AWS WAF API to allow or block HTTP requests, see the AWS WAF Developer Guide (http://docs.aws.amazon.com/waf/latest/developerguide/).
// Example sending a request using the UpdateXssMatchSetRequest method. req := client.UpdateXssMatchSetRequest(params) resp, err := req.Send() if err == nil { fmt.Println(resp) }
Please also see https://docs.aws.amazon.com/goto/WebAPI/waf-regional-2016-11-28/UpdateXssMatchSet
type WafActionType ¶
type WafActionType string
const ( WafActionTypeBlock WafActionType = "BLOCK" WafActionTypeAllow WafActionType = "ALLOW" WafActionTypeCount WafActionType = "COUNT" )
Enum values for WafActionType
type WafOverrideActionType ¶ added in v0.2.0
type WafOverrideActionType string
const ( WafOverrideActionTypeNone WafOverrideActionType = "NONE" WafOverrideActionTypeCount WafOverrideActionType = "COUNT" )
Enum values for WafOverrideActionType
type WafRuleType ¶
type WafRuleType string
const ( WafRuleTypeRegular WafRuleType = "REGULAR" WafRuleTypeRateBased WafRuleType = "RATE_BASED" WafRuleTypeGroup WafRuleType = "GROUP" )
Enum values for WafRuleType
Directories ¶
Path | Synopsis |
---|---|
Package wafregionaliface provides an interface to enable mocking the AWS WAF Regional service client for testing your code.
|
Package wafregionaliface provides an interface to enable mocking the AWS WAF Regional service client for testing your code. |