Documentation ¶
Index ¶
- type Client
- type CreateByteMatchSetFuture
- type CreateGeoMatchSetFuture
- type CreateIPSetFuture
- type CreateRateBasedRuleFuture
- type CreateRegexMatchSetFuture
- type CreateRegexPatternSetFuture
- type CreateRuleFuture
- type CreateRuleGroupFuture
- type CreateSizeConstraintSetFuture
- type CreateSqlInjectionMatchSetFuture
- type CreateWebACLFuture
- type CreateWebACLMigrationStackFuture
- type CreateXssMatchSetFuture
- type DeleteByteMatchSetFuture
- type DeleteGeoMatchSetFuture
- type DeleteIPSetFuture
- type DeleteLoggingConfigurationFuture
- type DeletePermissionPolicyFuture
- type DeleteRateBasedRuleFuture
- type DeleteRegexMatchSetFuture
- type DeleteRegexPatternSetFuture
- type DeleteRuleFuture
- type DeleteRuleGroupFuture
- type DeleteSizeConstraintSetFuture
- type DeleteSqlInjectionMatchSetFuture
- type DeleteWebACLFuture
- type DeleteXssMatchSetFuture
- type GetByteMatchSetFuture
- type GetChangeTokenFuture
- type GetChangeTokenStatusFuture
- type GetGeoMatchSetFuture
- type GetIPSetFuture
- type GetLoggingConfigurationFuture
- type GetPermissionPolicyFuture
- type GetRateBasedRuleFuture
- type GetRateBasedRuleManagedKeysFuture
- type GetRegexMatchSetFuture
- type GetRegexPatternSetFuture
- type GetRuleFuture
- type GetRuleGroupFuture
- type GetSampledRequestsFuture
- type GetSizeConstraintSetFuture
- type GetSqlInjectionMatchSetFuture
- type GetWebACLFuture
- type GetXssMatchSetFuture
- type ListActivatedRulesInRuleGroupFuture
- type ListByteMatchSetsFuture
- type ListGeoMatchSetsFuture
- type ListIPSetsFuture
- type ListLoggingConfigurationsFuture
- type ListRateBasedRulesFuture
- type ListRegexMatchSetsFuture
- type ListRegexPatternSetsFuture
- type ListRuleGroupsFuture
- type ListRulesFuture
- type ListSizeConstraintSetsFuture
- type ListSqlInjectionMatchSetsFuture
- type ListSubscribedRuleGroupsFuture
- type ListTagsForResourceFuture
- type ListWebACLsFuture
- type ListXssMatchSetsFuture
- type PutLoggingConfigurationFuture
- type PutPermissionPolicyFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateByteMatchSetFuture
- type UpdateGeoMatchSetFuture
- type UpdateIPSetFuture
- type UpdateRateBasedRuleFuture
- type UpdateRegexMatchSetFuture
- type UpdateRegexPatternSetFuture
- type UpdateRuleFuture
- type UpdateRuleGroupFuture
- type UpdateSizeConstraintSetFuture
- type UpdateSqlInjectionMatchSetFuture
- type UpdateWebACLFuture
- type UpdateXssMatchSetFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateByteMatchSet(ctx workflow.Context, input *waf.CreateByteMatchSetInput) (*waf.CreateByteMatchSetOutput, error) CreateByteMatchSetAsync(ctx workflow.Context, input *waf.CreateByteMatchSetInput) *CreateByteMatchSetFuture CreateGeoMatchSet(ctx workflow.Context, input *waf.CreateGeoMatchSetInput) (*waf.CreateGeoMatchSetOutput, error) CreateGeoMatchSetAsync(ctx workflow.Context, input *waf.CreateGeoMatchSetInput) *CreateGeoMatchSetFuture CreateIPSet(ctx workflow.Context, input *waf.CreateIPSetInput) (*waf.CreateIPSetOutput, error) CreateIPSetAsync(ctx workflow.Context, input *waf.CreateIPSetInput) *CreateIPSetFuture CreateRateBasedRule(ctx workflow.Context, input *waf.CreateRateBasedRuleInput) (*waf.CreateRateBasedRuleOutput, error) CreateRateBasedRuleAsync(ctx workflow.Context, input *waf.CreateRateBasedRuleInput) *CreateRateBasedRuleFuture CreateRegexMatchSet(ctx workflow.Context, input *waf.CreateRegexMatchSetInput) (*waf.CreateRegexMatchSetOutput, error) CreateRegexMatchSetAsync(ctx workflow.Context, input *waf.CreateRegexMatchSetInput) *CreateRegexMatchSetFuture CreateRegexPatternSet(ctx workflow.Context, input *waf.CreateRegexPatternSetInput) (*waf.CreateRegexPatternSetOutput, error) CreateRegexPatternSetAsync(ctx workflow.Context, input *waf.CreateRegexPatternSetInput) *CreateRegexPatternSetFuture CreateRule(ctx workflow.Context, input *waf.CreateRuleInput) (*waf.CreateRuleOutput, error) CreateRuleAsync(ctx workflow.Context, input *waf.CreateRuleInput) *CreateRuleFuture CreateRuleGroup(ctx workflow.Context, input *waf.CreateRuleGroupInput) (*waf.CreateRuleGroupOutput, error) CreateRuleGroupAsync(ctx workflow.Context, input *waf.CreateRuleGroupInput) *CreateRuleGroupFuture CreateSizeConstraintSet(ctx workflow.Context, input *waf.CreateSizeConstraintSetInput) (*waf.CreateSizeConstraintSetOutput, error) CreateSizeConstraintSetAsync(ctx workflow.Context, input *waf.CreateSizeConstraintSetInput) *CreateSizeConstraintSetFuture CreateSqlInjectionMatchSet(ctx workflow.Context, input *waf.CreateSqlInjectionMatchSetInput) (*waf.CreateSqlInjectionMatchSetOutput, error) CreateSqlInjectionMatchSetAsync(ctx workflow.Context, input *waf.CreateSqlInjectionMatchSetInput) *CreateSqlInjectionMatchSetFuture CreateWebACL(ctx workflow.Context, input *waf.CreateWebACLInput) (*waf.CreateWebACLOutput, error) CreateWebACLAsync(ctx workflow.Context, input *waf.CreateWebACLInput) *CreateWebACLFuture CreateWebACLMigrationStack(ctx workflow.Context, input *waf.CreateWebACLMigrationStackInput) (*waf.CreateWebACLMigrationStackOutput, error) CreateWebACLMigrationStackAsync(ctx workflow.Context, input *waf.CreateWebACLMigrationStackInput) *CreateWebACLMigrationStackFuture CreateXssMatchSet(ctx workflow.Context, input *waf.CreateXssMatchSetInput) (*waf.CreateXssMatchSetOutput, error) CreateXssMatchSetAsync(ctx workflow.Context, input *waf.CreateXssMatchSetInput) *CreateXssMatchSetFuture DeleteByteMatchSet(ctx workflow.Context, input *waf.DeleteByteMatchSetInput) (*waf.DeleteByteMatchSetOutput, error) DeleteByteMatchSetAsync(ctx workflow.Context, input *waf.DeleteByteMatchSetInput) *DeleteByteMatchSetFuture DeleteGeoMatchSet(ctx workflow.Context, input *waf.DeleteGeoMatchSetInput) (*waf.DeleteGeoMatchSetOutput, error) DeleteGeoMatchSetAsync(ctx workflow.Context, input *waf.DeleteGeoMatchSetInput) *DeleteGeoMatchSetFuture DeleteIPSet(ctx workflow.Context, input *waf.DeleteIPSetInput) (*waf.DeleteIPSetOutput, error) DeleteIPSetAsync(ctx workflow.Context, input *waf.DeleteIPSetInput) *DeleteIPSetFuture DeleteLoggingConfiguration(ctx workflow.Context, input *waf.DeleteLoggingConfigurationInput) (*waf.DeleteLoggingConfigurationOutput, error) DeleteLoggingConfigurationAsync(ctx workflow.Context, input *waf.DeleteLoggingConfigurationInput) *DeleteLoggingConfigurationFuture DeletePermissionPolicy(ctx workflow.Context, input *waf.DeletePermissionPolicyInput) (*waf.DeletePermissionPolicyOutput, error) DeletePermissionPolicyAsync(ctx workflow.Context, input *waf.DeletePermissionPolicyInput) *DeletePermissionPolicyFuture DeleteRateBasedRule(ctx workflow.Context, input *waf.DeleteRateBasedRuleInput) (*waf.DeleteRateBasedRuleOutput, error) DeleteRateBasedRuleAsync(ctx workflow.Context, input *waf.DeleteRateBasedRuleInput) *DeleteRateBasedRuleFuture DeleteRegexMatchSet(ctx workflow.Context, input *waf.DeleteRegexMatchSetInput) (*waf.DeleteRegexMatchSetOutput, error) DeleteRegexMatchSetAsync(ctx workflow.Context, input *waf.DeleteRegexMatchSetInput) *DeleteRegexMatchSetFuture DeleteRegexPatternSet(ctx workflow.Context, input *waf.DeleteRegexPatternSetInput) (*waf.DeleteRegexPatternSetOutput, error) DeleteRegexPatternSetAsync(ctx workflow.Context, input *waf.DeleteRegexPatternSetInput) *DeleteRegexPatternSetFuture DeleteRule(ctx workflow.Context, input *waf.DeleteRuleInput) (*waf.DeleteRuleOutput, error) DeleteRuleAsync(ctx workflow.Context, input *waf.DeleteRuleInput) *DeleteRuleFuture DeleteRuleGroup(ctx workflow.Context, input *waf.DeleteRuleGroupInput) (*waf.DeleteRuleGroupOutput, error) DeleteRuleGroupAsync(ctx workflow.Context, input *waf.DeleteRuleGroupInput) *DeleteRuleGroupFuture DeleteSizeConstraintSet(ctx workflow.Context, input *waf.DeleteSizeConstraintSetInput) (*waf.DeleteSizeConstraintSetOutput, error) DeleteSizeConstraintSetAsync(ctx workflow.Context, input *waf.DeleteSizeConstraintSetInput) *DeleteSizeConstraintSetFuture DeleteSqlInjectionMatchSet(ctx workflow.Context, input *waf.DeleteSqlInjectionMatchSetInput) (*waf.DeleteSqlInjectionMatchSetOutput, error) DeleteSqlInjectionMatchSetAsync(ctx workflow.Context, input *waf.DeleteSqlInjectionMatchSetInput) *DeleteSqlInjectionMatchSetFuture DeleteWebACL(ctx workflow.Context, input *waf.DeleteWebACLInput) (*waf.DeleteWebACLOutput, error) DeleteWebACLAsync(ctx workflow.Context, input *waf.DeleteWebACLInput) *DeleteWebACLFuture DeleteXssMatchSet(ctx workflow.Context, input *waf.DeleteXssMatchSetInput) (*waf.DeleteXssMatchSetOutput, error) DeleteXssMatchSetAsync(ctx workflow.Context, input *waf.DeleteXssMatchSetInput) *DeleteXssMatchSetFuture GetByteMatchSet(ctx workflow.Context, input *waf.GetByteMatchSetInput) (*waf.GetByteMatchSetOutput, error) GetByteMatchSetAsync(ctx workflow.Context, input *waf.GetByteMatchSetInput) *GetByteMatchSetFuture GetChangeToken(ctx workflow.Context, input *waf.GetChangeTokenInput) (*waf.GetChangeTokenOutput, error) GetChangeTokenAsync(ctx workflow.Context, input *waf.GetChangeTokenInput) *GetChangeTokenFuture GetChangeTokenStatus(ctx workflow.Context, input *waf.GetChangeTokenStatusInput) (*waf.GetChangeTokenStatusOutput, error) GetChangeTokenStatusAsync(ctx workflow.Context, input *waf.GetChangeTokenStatusInput) *GetChangeTokenStatusFuture GetGeoMatchSet(ctx workflow.Context, input *waf.GetGeoMatchSetInput) (*waf.GetGeoMatchSetOutput, error) GetGeoMatchSetAsync(ctx workflow.Context, input *waf.GetGeoMatchSetInput) *GetGeoMatchSetFuture GetIPSet(ctx workflow.Context, input *waf.GetIPSetInput) (*waf.GetIPSetOutput, error) GetIPSetAsync(ctx workflow.Context, input *waf.GetIPSetInput) *GetIPSetFuture GetLoggingConfiguration(ctx workflow.Context, input *waf.GetLoggingConfigurationInput) (*waf.GetLoggingConfigurationOutput, error) GetLoggingConfigurationAsync(ctx workflow.Context, input *waf.GetLoggingConfigurationInput) *GetLoggingConfigurationFuture GetPermissionPolicy(ctx workflow.Context, input *waf.GetPermissionPolicyInput) (*waf.GetPermissionPolicyOutput, error) GetPermissionPolicyAsync(ctx workflow.Context, input *waf.GetPermissionPolicyInput) *GetPermissionPolicyFuture GetRateBasedRule(ctx workflow.Context, input *waf.GetRateBasedRuleInput) (*waf.GetRateBasedRuleOutput, error) GetRateBasedRuleAsync(ctx workflow.Context, input *waf.GetRateBasedRuleInput) *GetRateBasedRuleFuture GetRateBasedRuleManagedKeys(ctx workflow.Context, input *waf.GetRateBasedRuleManagedKeysInput) (*waf.GetRateBasedRuleManagedKeysOutput, error) GetRateBasedRuleManagedKeysAsync(ctx workflow.Context, input *waf.GetRateBasedRuleManagedKeysInput) *GetRateBasedRuleManagedKeysFuture GetRegexMatchSet(ctx workflow.Context, input *waf.GetRegexMatchSetInput) (*waf.GetRegexMatchSetOutput, error) GetRegexMatchSetAsync(ctx workflow.Context, input *waf.GetRegexMatchSetInput) *GetRegexMatchSetFuture GetRegexPatternSet(ctx workflow.Context, input *waf.GetRegexPatternSetInput) (*waf.GetRegexPatternSetOutput, error) GetRegexPatternSetAsync(ctx workflow.Context, input *waf.GetRegexPatternSetInput) *GetRegexPatternSetFuture GetRule(ctx workflow.Context, input *waf.GetRuleInput) (*waf.GetRuleOutput, error) GetRuleAsync(ctx workflow.Context, input *waf.GetRuleInput) *GetRuleFuture GetRuleGroup(ctx workflow.Context, input *waf.GetRuleGroupInput) (*waf.GetRuleGroupOutput, error) GetRuleGroupAsync(ctx workflow.Context, input *waf.GetRuleGroupInput) *GetRuleGroupFuture GetSampledRequests(ctx workflow.Context, input *waf.GetSampledRequestsInput) (*waf.GetSampledRequestsOutput, error) GetSampledRequestsAsync(ctx workflow.Context, input *waf.GetSampledRequestsInput) *GetSampledRequestsFuture GetSizeConstraintSet(ctx workflow.Context, input *waf.GetSizeConstraintSetInput) (*waf.GetSizeConstraintSetOutput, error) GetSizeConstraintSetAsync(ctx workflow.Context, input *waf.GetSizeConstraintSetInput) *GetSizeConstraintSetFuture GetSqlInjectionMatchSet(ctx workflow.Context, input *waf.GetSqlInjectionMatchSetInput) (*waf.GetSqlInjectionMatchSetOutput, error) GetSqlInjectionMatchSetAsync(ctx workflow.Context, input *waf.GetSqlInjectionMatchSetInput) *GetSqlInjectionMatchSetFuture GetWebACL(ctx workflow.Context, input *waf.GetWebACLInput) (*waf.GetWebACLOutput, error) GetWebACLAsync(ctx workflow.Context, input *waf.GetWebACLInput) *GetWebACLFuture GetXssMatchSet(ctx workflow.Context, input *waf.GetXssMatchSetInput) (*waf.GetXssMatchSetOutput, error) GetXssMatchSetAsync(ctx workflow.Context, input *waf.GetXssMatchSetInput) *GetXssMatchSetFuture ListActivatedRulesInRuleGroup(ctx workflow.Context, input *waf.ListActivatedRulesInRuleGroupInput) (*waf.ListActivatedRulesInRuleGroupOutput, error) ListActivatedRulesInRuleGroupAsync(ctx workflow.Context, input *waf.ListActivatedRulesInRuleGroupInput) *ListActivatedRulesInRuleGroupFuture ListByteMatchSets(ctx workflow.Context, input *waf.ListByteMatchSetsInput) (*waf.ListByteMatchSetsOutput, error) ListByteMatchSetsAsync(ctx workflow.Context, input *waf.ListByteMatchSetsInput) *ListByteMatchSetsFuture ListGeoMatchSets(ctx workflow.Context, input *waf.ListGeoMatchSetsInput) (*waf.ListGeoMatchSetsOutput, error) ListGeoMatchSetsAsync(ctx workflow.Context, input *waf.ListGeoMatchSetsInput) *ListGeoMatchSetsFuture ListIPSets(ctx workflow.Context, input *waf.ListIPSetsInput) (*waf.ListIPSetsOutput, error) ListIPSetsAsync(ctx workflow.Context, input *waf.ListIPSetsInput) *ListIPSetsFuture ListLoggingConfigurations(ctx workflow.Context, input *waf.ListLoggingConfigurationsInput) (*waf.ListLoggingConfigurationsOutput, error) ListLoggingConfigurationsAsync(ctx workflow.Context, input *waf.ListLoggingConfigurationsInput) *ListLoggingConfigurationsFuture ListRateBasedRules(ctx workflow.Context, input *waf.ListRateBasedRulesInput) (*waf.ListRateBasedRulesOutput, error) ListRateBasedRulesAsync(ctx workflow.Context, input *waf.ListRateBasedRulesInput) *ListRateBasedRulesFuture ListRegexMatchSets(ctx workflow.Context, input *waf.ListRegexMatchSetsInput) (*waf.ListRegexMatchSetsOutput, error) ListRegexMatchSetsAsync(ctx workflow.Context, input *waf.ListRegexMatchSetsInput) *ListRegexMatchSetsFuture ListRegexPatternSets(ctx workflow.Context, input *waf.ListRegexPatternSetsInput) (*waf.ListRegexPatternSetsOutput, error) ListRegexPatternSetsAsync(ctx workflow.Context, input *waf.ListRegexPatternSetsInput) *ListRegexPatternSetsFuture ListRuleGroups(ctx workflow.Context, input *waf.ListRuleGroupsInput) (*waf.ListRuleGroupsOutput, error) ListRuleGroupsAsync(ctx workflow.Context, input *waf.ListRuleGroupsInput) *ListRuleGroupsFuture ListRules(ctx workflow.Context, input *waf.ListRulesInput) (*waf.ListRulesOutput, error) ListRulesAsync(ctx workflow.Context, input *waf.ListRulesInput) *ListRulesFuture ListSizeConstraintSets(ctx workflow.Context, input *waf.ListSizeConstraintSetsInput) (*waf.ListSizeConstraintSetsOutput, error) ListSizeConstraintSetsAsync(ctx workflow.Context, input *waf.ListSizeConstraintSetsInput) *ListSizeConstraintSetsFuture ListSqlInjectionMatchSets(ctx workflow.Context, input *waf.ListSqlInjectionMatchSetsInput) (*waf.ListSqlInjectionMatchSetsOutput, error) ListSqlInjectionMatchSetsAsync(ctx workflow.Context, input *waf.ListSqlInjectionMatchSetsInput) *ListSqlInjectionMatchSetsFuture ListSubscribedRuleGroups(ctx workflow.Context, input *waf.ListSubscribedRuleGroupsInput) (*waf.ListSubscribedRuleGroupsOutput, error) ListSubscribedRuleGroupsAsync(ctx workflow.Context, input *waf.ListSubscribedRuleGroupsInput) *ListSubscribedRuleGroupsFuture ListTagsForResource(ctx workflow.Context, input *waf.ListTagsForResourceInput) (*waf.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *waf.ListTagsForResourceInput) *ListTagsForResourceFuture ListWebACLs(ctx workflow.Context, input *waf.ListWebACLsInput) (*waf.ListWebACLsOutput, error) ListWebACLsAsync(ctx workflow.Context, input *waf.ListWebACLsInput) *ListWebACLsFuture ListXssMatchSets(ctx workflow.Context, input *waf.ListXssMatchSetsInput) (*waf.ListXssMatchSetsOutput, error) ListXssMatchSetsAsync(ctx workflow.Context, input *waf.ListXssMatchSetsInput) *ListXssMatchSetsFuture PutLoggingConfiguration(ctx workflow.Context, input *waf.PutLoggingConfigurationInput) (*waf.PutLoggingConfigurationOutput, error) PutLoggingConfigurationAsync(ctx workflow.Context, input *waf.PutLoggingConfigurationInput) *PutLoggingConfigurationFuture PutPermissionPolicy(ctx workflow.Context, input *waf.PutPermissionPolicyInput) (*waf.PutPermissionPolicyOutput, error) PutPermissionPolicyAsync(ctx workflow.Context, input *waf.PutPermissionPolicyInput) *PutPermissionPolicyFuture TagResource(ctx workflow.Context, input *waf.TagResourceInput) (*waf.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *waf.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *waf.UntagResourceInput) (*waf.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *waf.UntagResourceInput) *UntagResourceFuture UpdateByteMatchSet(ctx workflow.Context, input *waf.UpdateByteMatchSetInput) (*waf.UpdateByteMatchSetOutput, error) UpdateByteMatchSetAsync(ctx workflow.Context, input *waf.UpdateByteMatchSetInput) *UpdateByteMatchSetFuture UpdateGeoMatchSet(ctx workflow.Context, input *waf.UpdateGeoMatchSetInput) (*waf.UpdateGeoMatchSetOutput, error) UpdateGeoMatchSetAsync(ctx workflow.Context, input *waf.UpdateGeoMatchSetInput) *UpdateGeoMatchSetFuture UpdateIPSet(ctx workflow.Context, input *waf.UpdateIPSetInput) (*waf.UpdateIPSetOutput, error) UpdateIPSetAsync(ctx workflow.Context, input *waf.UpdateIPSetInput) *UpdateIPSetFuture UpdateRateBasedRule(ctx workflow.Context, input *waf.UpdateRateBasedRuleInput) (*waf.UpdateRateBasedRuleOutput, error) UpdateRateBasedRuleAsync(ctx workflow.Context, input *waf.UpdateRateBasedRuleInput) *UpdateRateBasedRuleFuture UpdateRegexMatchSet(ctx workflow.Context, input *waf.UpdateRegexMatchSetInput) (*waf.UpdateRegexMatchSetOutput, error) UpdateRegexMatchSetAsync(ctx workflow.Context, input *waf.UpdateRegexMatchSetInput) *UpdateRegexMatchSetFuture UpdateRegexPatternSet(ctx workflow.Context, input *waf.UpdateRegexPatternSetInput) (*waf.UpdateRegexPatternSetOutput, error) UpdateRegexPatternSetAsync(ctx workflow.Context, input *waf.UpdateRegexPatternSetInput) *UpdateRegexPatternSetFuture UpdateRule(ctx workflow.Context, input *waf.UpdateRuleInput) (*waf.UpdateRuleOutput, error) UpdateRuleAsync(ctx workflow.Context, input *waf.UpdateRuleInput) *UpdateRuleFuture UpdateRuleGroup(ctx workflow.Context, input *waf.UpdateRuleGroupInput) (*waf.UpdateRuleGroupOutput, error) UpdateRuleGroupAsync(ctx workflow.Context, input *waf.UpdateRuleGroupInput) *UpdateRuleGroupFuture UpdateSizeConstraintSet(ctx workflow.Context, input *waf.UpdateSizeConstraintSetInput) (*waf.UpdateSizeConstraintSetOutput, error) UpdateSizeConstraintSetAsync(ctx workflow.Context, input *waf.UpdateSizeConstraintSetInput) *UpdateSizeConstraintSetFuture UpdateSqlInjectionMatchSet(ctx workflow.Context, input *waf.UpdateSqlInjectionMatchSetInput) (*waf.UpdateSqlInjectionMatchSetOutput, error) UpdateSqlInjectionMatchSetAsync(ctx workflow.Context, input *waf.UpdateSqlInjectionMatchSetInput) *UpdateSqlInjectionMatchSetFuture UpdateWebACL(ctx workflow.Context, input *waf.UpdateWebACLInput) (*waf.UpdateWebACLOutput, error) UpdateWebACLAsync(ctx workflow.Context, input *waf.UpdateWebACLInput) *UpdateWebACLFuture UpdateXssMatchSet(ctx workflow.Context, input *waf.UpdateXssMatchSetInput) (*waf.UpdateXssMatchSetOutput, error) UpdateXssMatchSetAsync(ctx workflow.Context, input *waf.UpdateXssMatchSetInput) *UpdateXssMatchSetFuture }
type CreateByteMatchSetFuture ¶
type CreateByteMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateByteMatchSetFuture) Get ¶
func (r *CreateByteMatchSetFuture) Get(ctx workflow.Context) (*waf.CreateByteMatchSetOutput, error)
type CreateGeoMatchSetFuture ¶
type CreateGeoMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateGeoMatchSetFuture) Get ¶
func (r *CreateGeoMatchSetFuture) Get(ctx workflow.Context) (*waf.CreateGeoMatchSetOutput, error)
type CreateIPSetFuture ¶
func (*CreateIPSetFuture) Get ¶
func (r *CreateIPSetFuture) Get(ctx workflow.Context) (*waf.CreateIPSetOutput, error)
type CreateRateBasedRuleFuture ¶
type CreateRateBasedRuleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateRateBasedRuleFuture) Get ¶
func (r *CreateRateBasedRuleFuture) Get(ctx workflow.Context) (*waf.CreateRateBasedRuleOutput, error)
type CreateRegexMatchSetFuture ¶
type CreateRegexMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateRegexMatchSetFuture) Get ¶
func (r *CreateRegexMatchSetFuture) Get(ctx workflow.Context) (*waf.CreateRegexMatchSetOutput, error)
type CreateRegexPatternSetFuture ¶
type CreateRegexPatternSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateRegexPatternSetFuture) Get ¶
func (r *CreateRegexPatternSetFuture) Get(ctx workflow.Context) (*waf.CreateRegexPatternSetOutput, error)
type CreateRuleFuture ¶
func (*CreateRuleFuture) Get ¶
func (r *CreateRuleFuture) Get(ctx workflow.Context) (*waf.CreateRuleOutput, error)
type CreateRuleGroupFuture ¶
type CreateRuleGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateRuleGroupFuture) Get ¶
func (r *CreateRuleGroupFuture) Get(ctx workflow.Context) (*waf.CreateRuleGroupOutput, error)
type CreateSizeConstraintSetFuture ¶
type CreateSizeConstraintSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateSizeConstraintSetFuture) Get ¶
func (r *CreateSizeConstraintSetFuture) Get(ctx workflow.Context) (*waf.CreateSizeConstraintSetOutput, error)
type CreateSqlInjectionMatchSetFuture ¶
type CreateSqlInjectionMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateSqlInjectionMatchSetFuture) Get ¶
func (r *CreateSqlInjectionMatchSetFuture) Get(ctx workflow.Context) (*waf.CreateSqlInjectionMatchSetOutput, error)
type CreateWebACLFuture ¶
func (*CreateWebACLFuture) Get ¶
func (r *CreateWebACLFuture) Get(ctx workflow.Context) (*waf.CreateWebACLOutput, error)
type CreateWebACLMigrationStackFuture ¶
type CreateWebACLMigrationStackFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateWebACLMigrationStackFuture) Get ¶
func (r *CreateWebACLMigrationStackFuture) Get(ctx workflow.Context) (*waf.CreateWebACLMigrationStackOutput, error)
type CreateXssMatchSetFuture ¶
type CreateXssMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateXssMatchSetFuture) Get ¶
func (r *CreateXssMatchSetFuture) Get(ctx workflow.Context) (*waf.CreateXssMatchSetOutput, error)
type DeleteByteMatchSetFuture ¶
type DeleteByteMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteByteMatchSetFuture) Get ¶
func (r *DeleteByteMatchSetFuture) Get(ctx workflow.Context) (*waf.DeleteByteMatchSetOutput, error)
type DeleteGeoMatchSetFuture ¶
type DeleteGeoMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteGeoMatchSetFuture) Get ¶
func (r *DeleteGeoMatchSetFuture) Get(ctx workflow.Context) (*waf.DeleteGeoMatchSetOutput, error)
type DeleteIPSetFuture ¶
func (*DeleteIPSetFuture) Get ¶
func (r *DeleteIPSetFuture) Get(ctx workflow.Context) (*waf.DeleteIPSetOutput, error)
type DeleteLoggingConfigurationFuture ¶
type DeleteLoggingConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteLoggingConfigurationFuture) Get ¶
func (r *DeleteLoggingConfigurationFuture) Get(ctx workflow.Context) (*waf.DeleteLoggingConfigurationOutput, error)
type DeletePermissionPolicyFuture ¶
type DeletePermissionPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeletePermissionPolicyFuture) Get ¶
func (r *DeletePermissionPolicyFuture) Get(ctx workflow.Context) (*waf.DeletePermissionPolicyOutput, error)
type DeleteRateBasedRuleFuture ¶
type DeleteRateBasedRuleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRateBasedRuleFuture) Get ¶
func (r *DeleteRateBasedRuleFuture) Get(ctx workflow.Context) (*waf.DeleteRateBasedRuleOutput, error)
type DeleteRegexMatchSetFuture ¶
type DeleteRegexMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRegexMatchSetFuture) Get ¶
func (r *DeleteRegexMatchSetFuture) Get(ctx workflow.Context) (*waf.DeleteRegexMatchSetOutput, error)
type DeleteRegexPatternSetFuture ¶
type DeleteRegexPatternSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRegexPatternSetFuture) Get ¶
func (r *DeleteRegexPatternSetFuture) Get(ctx workflow.Context) (*waf.DeleteRegexPatternSetOutput, error)
type DeleteRuleFuture ¶
func (*DeleteRuleFuture) Get ¶
func (r *DeleteRuleFuture) Get(ctx workflow.Context) (*waf.DeleteRuleOutput, error)
type DeleteRuleGroupFuture ¶
type DeleteRuleGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRuleGroupFuture) Get ¶
func (r *DeleteRuleGroupFuture) Get(ctx workflow.Context) (*waf.DeleteRuleGroupOutput, error)
type DeleteSizeConstraintSetFuture ¶
type DeleteSizeConstraintSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteSizeConstraintSetFuture) Get ¶
func (r *DeleteSizeConstraintSetFuture) Get(ctx workflow.Context) (*waf.DeleteSizeConstraintSetOutput, error)
type DeleteSqlInjectionMatchSetFuture ¶
type DeleteSqlInjectionMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteSqlInjectionMatchSetFuture) Get ¶
func (r *DeleteSqlInjectionMatchSetFuture) Get(ctx workflow.Context) (*waf.DeleteSqlInjectionMatchSetOutput, error)
type DeleteWebACLFuture ¶
func (*DeleteWebACLFuture) Get ¶
func (r *DeleteWebACLFuture) Get(ctx workflow.Context) (*waf.DeleteWebACLOutput, error)
type DeleteXssMatchSetFuture ¶
type DeleteXssMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteXssMatchSetFuture) Get ¶
func (r *DeleteXssMatchSetFuture) Get(ctx workflow.Context) (*waf.DeleteXssMatchSetOutput, error)
type GetByteMatchSetFuture ¶
type GetByteMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetByteMatchSetFuture) Get ¶
func (r *GetByteMatchSetFuture) Get(ctx workflow.Context) (*waf.GetByteMatchSetOutput, error)
type GetChangeTokenFuture ¶
func (*GetChangeTokenFuture) Get ¶
func (r *GetChangeTokenFuture) Get(ctx workflow.Context) (*waf.GetChangeTokenOutput, error)
type GetChangeTokenStatusFuture ¶
type GetChangeTokenStatusFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetChangeTokenStatusFuture) Get ¶
func (r *GetChangeTokenStatusFuture) Get(ctx workflow.Context) (*waf.GetChangeTokenStatusOutput, error)
type GetGeoMatchSetFuture ¶
func (*GetGeoMatchSetFuture) Get ¶
func (r *GetGeoMatchSetFuture) Get(ctx workflow.Context) (*waf.GetGeoMatchSetOutput, error)
type GetIPSetFuture ¶
func (*GetIPSetFuture) Get ¶
func (r *GetIPSetFuture) Get(ctx workflow.Context) (*waf.GetIPSetOutput, error)
type GetLoggingConfigurationFuture ¶
type GetLoggingConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetLoggingConfigurationFuture) Get ¶
func (r *GetLoggingConfigurationFuture) Get(ctx workflow.Context) (*waf.GetLoggingConfigurationOutput, error)
type GetPermissionPolicyFuture ¶
type GetPermissionPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPermissionPolicyFuture) Get ¶
func (r *GetPermissionPolicyFuture) Get(ctx workflow.Context) (*waf.GetPermissionPolicyOutput, error)
type GetRateBasedRuleFuture ¶
type GetRateBasedRuleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRateBasedRuleFuture) Get ¶
func (r *GetRateBasedRuleFuture) Get(ctx workflow.Context) (*waf.GetRateBasedRuleOutput, error)
type GetRateBasedRuleManagedKeysFuture ¶
type GetRateBasedRuleManagedKeysFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRateBasedRuleManagedKeysFuture) Get ¶
func (r *GetRateBasedRuleManagedKeysFuture) Get(ctx workflow.Context) (*waf.GetRateBasedRuleManagedKeysOutput, error)
type GetRegexMatchSetFuture ¶
type GetRegexMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRegexMatchSetFuture) Get ¶
func (r *GetRegexMatchSetFuture) Get(ctx workflow.Context) (*waf.GetRegexMatchSetOutput, error)
type GetRegexPatternSetFuture ¶
type GetRegexPatternSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRegexPatternSetFuture) Get ¶
func (r *GetRegexPatternSetFuture) Get(ctx workflow.Context) (*waf.GetRegexPatternSetOutput, error)
type GetRuleFuture ¶
func (*GetRuleFuture) Get ¶
func (r *GetRuleFuture) Get(ctx workflow.Context) (*waf.GetRuleOutput, error)
type GetRuleGroupFuture ¶
func (*GetRuleGroupFuture) Get ¶
func (r *GetRuleGroupFuture) Get(ctx workflow.Context) (*waf.GetRuleGroupOutput, error)
type GetSampledRequestsFuture ¶
type GetSampledRequestsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSampledRequestsFuture) Get ¶
func (r *GetSampledRequestsFuture) Get(ctx workflow.Context) (*waf.GetSampledRequestsOutput, error)
type GetSizeConstraintSetFuture ¶
type GetSizeConstraintSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSizeConstraintSetFuture) Get ¶
func (r *GetSizeConstraintSetFuture) Get(ctx workflow.Context) (*waf.GetSizeConstraintSetOutput, error)
type GetSqlInjectionMatchSetFuture ¶
type GetSqlInjectionMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSqlInjectionMatchSetFuture) Get ¶
func (r *GetSqlInjectionMatchSetFuture) Get(ctx workflow.Context) (*waf.GetSqlInjectionMatchSetOutput, error)
type GetWebACLFuture ¶
func (*GetWebACLFuture) Get ¶
func (r *GetWebACLFuture) Get(ctx workflow.Context) (*waf.GetWebACLOutput, error)
type GetXssMatchSetFuture ¶
func (*GetXssMatchSetFuture) Get ¶
func (r *GetXssMatchSetFuture) Get(ctx workflow.Context) (*waf.GetXssMatchSetOutput, error)
type ListActivatedRulesInRuleGroupFuture ¶
type ListActivatedRulesInRuleGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListActivatedRulesInRuleGroupFuture) Get ¶
func (r *ListActivatedRulesInRuleGroupFuture) Get(ctx workflow.Context) (*waf.ListActivatedRulesInRuleGroupOutput, error)
type ListByteMatchSetsFuture ¶
type ListByteMatchSetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListByteMatchSetsFuture) Get ¶
func (r *ListByteMatchSetsFuture) Get(ctx workflow.Context) (*waf.ListByteMatchSetsOutput, error)
type ListGeoMatchSetsFuture ¶
type ListGeoMatchSetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListGeoMatchSetsFuture) Get ¶
func (r *ListGeoMatchSetsFuture) Get(ctx workflow.Context) (*waf.ListGeoMatchSetsOutput, error)
type ListIPSetsFuture ¶
func (*ListIPSetsFuture) Get ¶
func (r *ListIPSetsFuture) Get(ctx workflow.Context) (*waf.ListIPSetsOutput, error)
type ListLoggingConfigurationsFuture ¶
type ListLoggingConfigurationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListLoggingConfigurationsFuture) Get ¶
func (r *ListLoggingConfigurationsFuture) Get(ctx workflow.Context) (*waf.ListLoggingConfigurationsOutput, error)
type ListRateBasedRulesFuture ¶
type ListRateBasedRulesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListRateBasedRulesFuture) Get ¶
func (r *ListRateBasedRulesFuture) Get(ctx workflow.Context) (*waf.ListRateBasedRulesOutput, error)
type ListRegexMatchSetsFuture ¶
type ListRegexMatchSetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListRegexMatchSetsFuture) Get ¶
func (r *ListRegexMatchSetsFuture) Get(ctx workflow.Context) (*waf.ListRegexMatchSetsOutput, error)
type ListRegexPatternSetsFuture ¶
type ListRegexPatternSetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListRegexPatternSetsFuture) Get ¶
func (r *ListRegexPatternSetsFuture) Get(ctx workflow.Context) (*waf.ListRegexPatternSetsOutput, error)
type ListRuleGroupsFuture ¶
func (*ListRuleGroupsFuture) Get ¶
func (r *ListRuleGroupsFuture) Get(ctx workflow.Context) (*waf.ListRuleGroupsOutput, error)
type ListRulesFuture ¶
func (*ListRulesFuture) Get ¶
func (r *ListRulesFuture) Get(ctx workflow.Context) (*waf.ListRulesOutput, error)
type ListSizeConstraintSetsFuture ¶
type ListSizeConstraintSetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListSizeConstraintSetsFuture) Get ¶
func (r *ListSizeConstraintSetsFuture) Get(ctx workflow.Context) (*waf.ListSizeConstraintSetsOutput, error)
type ListSqlInjectionMatchSetsFuture ¶
type ListSqlInjectionMatchSetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListSqlInjectionMatchSetsFuture) Get ¶
func (r *ListSqlInjectionMatchSetsFuture) Get(ctx workflow.Context) (*waf.ListSqlInjectionMatchSetsOutput, error)
type ListSubscribedRuleGroupsFuture ¶
type ListSubscribedRuleGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListSubscribedRuleGroupsFuture) Get ¶
func (r *ListSubscribedRuleGroupsFuture) Get(ctx workflow.Context) (*waf.ListSubscribedRuleGroupsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*waf.ListTagsForResourceOutput, error)
type ListWebACLsFuture ¶
func (*ListWebACLsFuture) Get ¶
func (r *ListWebACLsFuture) Get(ctx workflow.Context) (*waf.ListWebACLsOutput, error)
type ListXssMatchSetsFuture ¶
type ListXssMatchSetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListXssMatchSetsFuture) Get ¶
func (r *ListXssMatchSetsFuture) Get(ctx workflow.Context) (*waf.ListXssMatchSetsOutput, error)
type PutLoggingConfigurationFuture ¶
type PutLoggingConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutLoggingConfigurationFuture) Get ¶
func (r *PutLoggingConfigurationFuture) Get(ctx workflow.Context) (*waf.PutLoggingConfigurationOutput, error)
type PutPermissionPolicyFuture ¶
type PutPermissionPolicyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutPermissionPolicyFuture) Get ¶
func (r *PutPermissionPolicyFuture) Get(ctx workflow.Context) (*waf.PutPermissionPolicyOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*waf.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*waf.UntagResourceOutput, error)
type UpdateByteMatchSetFuture ¶
type UpdateByteMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateByteMatchSetFuture) Get ¶
func (r *UpdateByteMatchSetFuture) Get(ctx workflow.Context) (*waf.UpdateByteMatchSetOutput, error)
type UpdateGeoMatchSetFuture ¶
type UpdateGeoMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateGeoMatchSetFuture) Get ¶
func (r *UpdateGeoMatchSetFuture) Get(ctx workflow.Context) (*waf.UpdateGeoMatchSetOutput, error)
type UpdateIPSetFuture ¶
func (*UpdateIPSetFuture) Get ¶
func (r *UpdateIPSetFuture) Get(ctx workflow.Context) (*waf.UpdateIPSetOutput, error)
type UpdateRateBasedRuleFuture ¶
type UpdateRateBasedRuleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRateBasedRuleFuture) Get ¶
func (r *UpdateRateBasedRuleFuture) Get(ctx workflow.Context) (*waf.UpdateRateBasedRuleOutput, error)
type UpdateRegexMatchSetFuture ¶
type UpdateRegexMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRegexMatchSetFuture) Get ¶
func (r *UpdateRegexMatchSetFuture) Get(ctx workflow.Context) (*waf.UpdateRegexMatchSetOutput, error)
type UpdateRegexPatternSetFuture ¶
type UpdateRegexPatternSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRegexPatternSetFuture) Get ¶
func (r *UpdateRegexPatternSetFuture) Get(ctx workflow.Context) (*waf.UpdateRegexPatternSetOutput, error)
type UpdateRuleFuture ¶
func (*UpdateRuleFuture) Get ¶
func (r *UpdateRuleFuture) Get(ctx workflow.Context) (*waf.UpdateRuleOutput, error)
type UpdateRuleGroupFuture ¶
type UpdateRuleGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRuleGroupFuture) Get ¶
func (r *UpdateRuleGroupFuture) Get(ctx workflow.Context) (*waf.UpdateRuleGroupOutput, error)
type UpdateSizeConstraintSetFuture ¶
type UpdateSizeConstraintSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateSizeConstraintSetFuture) Get ¶
func (r *UpdateSizeConstraintSetFuture) Get(ctx workflow.Context) (*waf.UpdateSizeConstraintSetOutput, error)
type UpdateSqlInjectionMatchSetFuture ¶
type UpdateSqlInjectionMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateSqlInjectionMatchSetFuture) Get ¶
func (r *UpdateSqlInjectionMatchSetFuture) Get(ctx workflow.Context) (*waf.UpdateSqlInjectionMatchSetOutput, error)
type UpdateWebACLFuture ¶
func (*UpdateWebACLFuture) Get ¶
func (r *UpdateWebACLFuture) Get(ctx workflow.Context) (*waf.UpdateWebACLOutput, error)
type UpdateXssMatchSetFuture ¶
type UpdateXssMatchSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateXssMatchSetFuture) Get ¶
func (r *UpdateXssMatchSetFuture) Get(ctx workflow.Context) (*waf.UpdateXssMatchSetOutput, error)
Click to show internal directories.
Click to hide internal directories.