Documentation ¶
Index ¶
- type AssociateWebACLFuture
- type CheckCapacityFuture
- type Client
- type CreateIPSetFuture
- type CreateRegexPatternSetFuture
- type CreateRuleGroupFuture
- type CreateWebACLFuture
- type DeleteFirewallManagerRuleGroupsFuture
- type DeleteIPSetFuture
- type DeleteLoggingConfigurationFuture
- type DeletePermissionPolicyFuture
- type DeleteRegexPatternSetFuture
- type DeleteRuleGroupFuture
- type DeleteWebACLFuture
- type DescribeManagedRuleGroupFuture
- type DisassociateWebACLFuture
- type GetIPSetFuture
- type GetLoggingConfigurationFuture
- type GetPermissionPolicyFuture
- type GetRateBasedStatementManagedKeysFuture
- type GetRegexPatternSetFuture
- type GetRuleGroupFuture
- type GetSampledRequestsFuture
- type GetWebACLForResourceFuture
- type GetWebACLFuture
- type ListAvailableManagedRuleGroupsFuture
- type ListIPSetsFuture
- type ListLoggingConfigurationsFuture
- type ListRegexPatternSetsFuture
- type ListResourcesForWebACLFuture
- type ListRuleGroupsFuture
- type ListTagsForResourceFuture
- type ListWebACLsFuture
- type PutLoggingConfigurationFuture
- type PutPermissionPolicyFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateIPSetFuture
- type UpdateRegexPatternSetFuture
- type UpdateRuleGroupFuture
- type UpdateWebACLFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssociateWebACLFuture ¶
type AssociateWebACLFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateWebACLFuture) Get ¶
func (r *AssociateWebACLFuture) Get(ctx workflow.Context) (*wafv2.AssociateWebACLOutput, error)
type CheckCapacityFuture ¶
func (*CheckCapacityFuture) Get ¶
func (r *CheckCapacityFuture) Get(ctx workflow.Context) (*wafv2.CheckCapacityOutput, error)
type Client ¶
type Client interface { AssociateWebACL(ctx workflow.Context, input *wafv2.AssociateWebACLInput) (*wafv2.AssociateWebACLOutput, error) AssociateWebACLAsync(ctx workflow.Context, input *wafv2.AssociateWebACLInput) *AssociateWebACLFuture CheckCapacity(ctx workflow.Context, input *wafv2.CheckCapacityInput) (*wafv2.CheckCapacityOutput, error) CheckCapacityAsync(ctx workflow.Context, input *wafv2.CheckCapacityInput) *CheckCapacityFuture CreateIPSet(ctx workflow.Context, input *wafv2.CreateIPSetInput) (*wafv2.CreateIPSetOutput, error) CreateIPSetAsync(ctx workflow.Context, input *wafv2.CreateIPSetInput) *CreateIPSetFuture CreateRegexPatternSet(ctx workflow.Context, input *wafv2.CreateRegexPatternSetInput) (*wafv2.CreateRegexPatternSetOutput, error) CreateRegexPatternSetAsync(ctx workflow.Context, input *wafv2.CreateRegexPatternSetInput) *CreateRegexPatternSetFuture CreateRuleGroup(ctx workflow.Context, input *wafv2.CreateRuleGroupInput) (*wafv2.CreateRuleGroupOutput, error) CreateRuleGroupAsync(ctx workflow.Context, input *wafv2.CreateRuleGroupInput) *CreateRuleGroupFuture CreateWebACL(ctx workflow.Context, input *wafv2.CreateWebACLInput) (*wafv2.CreateWebACLOutput, error) CreateWebACLAsync(ctx workflow.Context, input *wafv2.CreateWebACLInput) *CreateWebACLFuture DeleteFirewallManagerRuleGroups(ctx workflow.Context, input *wafv2.DeleteFirewallManagerRuleGroupsInput) (*wafv2.DeleteFirewallManagerRuleGroupsOutput, error) DeleteFirewallManagerRuleGroupsAsync(ctx workflow.Context, input *wafv2.DeleteFirewallManagerRuleGroupsInput) *DeleteFirewallManagerRuleGroupsFuture DeleteIPSet(ctx workflow.Context, input *wafv2.DeleteIPSetInput) (*wafv2.DeleteIPSetOutput, error) DeleteIPSetAsync(ctx workflow.Context, input *wafv2.DeleteIPSetInput) *DeleteIPSetFuture DeleteLoggingConfiguration(ctx workflow.Context, input *wafv2.DeleteLoggingConfigurationInput) (*wafv2.DeleteLoggingConfigurationOutput, error) DeleteLoggingConfigurationAsync(ctx workflow.Context, input *wafv2.DeleteLoggingConfigurationInput) *DeleteLoggingConfigurationFuture DeletePermissionPolicy(ctx workflow.Context, input *wafv2.DeletePermissionPolicyInput) (*wafv2.DeletePermissionPolicyOutput, error) DeletePermissionPolicyAsync(ctx workflow.Context, input *wafv2.DeletePermissionPolicyInput) *DeletePermissionPolicyFuture DeleteRegexPatternSet(ctx workflow.Context, input *wafv2.DeleteRegexPatternSetInput) (*wafv2.DeleteRegexPatternSetOutput, error) DeleteRegexPatternSetAsync(ctx workflow.Context, input *wafv2.DeleteRegexPatternSetInput) *DeleteRegexPatternSetFuture DeleteRuleGroup(ctx workflow.Context, input *wafv2.DeleteRuleGroupInput) (*wafv2.DeleteRuleGroupOutput, error) DeleteRuleGroupAsync(ctx workflow.Context, input *wafv2.DeleteRuleGroupInput) *DeleteRuleGroupFuture DeleteWebACL(ctx workflow.Context, input *wafv2.DeleteWebACLInput) (*wafv2.DeleteWebACLOutput, error) DeleteWebACLAsync(ctx workflow.Context, input *wafv2.DeleteWebACLInput) *DeleteWebACLFuture DescribeManagedRuleGroup(ctx workflow.Context, input *wafv2.DescribeManagedRuleGroupInput) (*wafv2.DescribeManagedRuleGroupOutput, error) DescribeManagedRuleGroupAsync(ctx workflow.Context, input *wafv2.DescribeManagedRuleGroupInput) *DescribeManagedRuleGroupFuture DisassociateWebACL(ctx workflow.Context, input *wafv2.DisassociateWebACLInput) (*wafv2.DisassociateWebACLOutput, error) DisassociateWebACLAsync(ctx workflow.Context, input *wafv2.DisassociateWebACLInput) *DisassociateWebACLFuture GetIPSet(ctx workflow.Context, input *wafv2.GetIPSetInput) (*wafv2.GetIPSetOutput, error) GetIPSetAsync(ctx workflow.Context, input *wafv2.GetIPSetInput) *GetIPSetFuture GetLoggingConfiguration(ctx workflow.Context, input *wafv2.GetLoggingConfigurationInput) (*wafv2.GetLoggingConfigurationOutput, error) GetLoggingConfigurationAsync(ctx workflow.Context, input *wafv2.GetLoggingConfigurationInput) *GetLoggingConfigurationFuture GetPermissionPolicy(ctx workflow.Context, input *wafv2.GetPermissionPolicyInput) (*wafv2.GetPermissionPolicyOutput, error) GetPermissionPolicyAsync(ctx workflow.Context, input *wafv2.GetPermissionPolicyInput) *GetPermissionPolicyFuture GetRateBasedStatementManagedKeys(ctx workflow.Context, input *wafv2.GetRateBasedStatementManagedKeysInput) (*wafv2.GetRateBasedStatementManagedKeysOutput, error) GetRateBasedStatementManagedKeysAsync(ctx workflow.Context, input *wafv2.GetRateBasedStatementManagedKeysInput) *GetRateBasedStatementManagedKeysFuture GetRegexPatternSet(ctx workflow.Context, input *wafv2.GetRegexPatternSetInput) (*wafv2.GetRegexPatternSetOutput, error) GetRegexPatternSetAsync(ctx workflow.Context, input *wafv2.GetRegexPatternSetInput) *GetRegexPatternSetFuture GetRuleGroup(ctx workflow.Context, input *wafv2.GetRuleGroupInput) (*wafv2.GetRuleGroupOutput, error) GetRuleGroupAsync(ctx workflow.Context, input *wafv2.GetRuleGroupInput) *GetRuleGroupFuture GetSampledRequests(ctx workflow.Context, input *wafv2.GetSampledRequestsInput) (*wafv2.GetSampledRequestsOutput, error) GetSampledRequestsAsync(ctx workflow.Context, input *wafv2.GetSampledRequestsInput) *GetSampledRequestsFuture GetWebACL(ctx workflow.Context, input *wafv2.GetWebACLInput) (*wafv2.GetWebACLOutput, error) GetWebACLAsync(ctx workflow.Context, input *wafv2.GetWebACLInput) *GetWebACLFuture GetWebACLForResource(ctx workflow.Context, input *wafv2.GetWebACLForResourceInput) (*wafv2.GetWebACLForResourceOutput, error) GetWebACLForResourceAsync(ctx workflow.Context, input *wafv2.GetWebACLForResourceInput) *GetWebACLForResourceFuture ListAvailableManagedRuleGroups(ctx workflow.Context, input *wafv2.ListAvailableManagedRuleGroupsInput) (*wafv2.ListAvailableManagedRuleGroupsOutput, error) ListAvailableManagedRuleGroupsAsync(ctx workflow.Context, input *wafv2.ListAvailableManagedRuleGroupsInput) *ListAvailableManagedRuleGroupsFuture ListIPSets(ctx workflow.Context, input *wafv2.ListIPSetsInput) (*wafv2.ListIPSetsOutput, error) ListIPSetsAsync(ctx workflow.Context, input *wafv2.ListIPSetsInput) *ListIPSetsFuture ListLoggingConfigurations(ctx workflow.Context, input *wafv2.ListLoggingConfigurationsInput) (*wafv2.ListLoggingConfigurationsOutput, error) ListLoggingConfigurationsAsync(ctx workflow.Context, input *wafv2.ListLoggingConfigurationsInput) *ListLoggingConfigurationsFuture ListRegexPatternSets(ctx workflow.Context, input *wafv2.ListRegexPatternSetsInput) (*wafv2.ListRegexPatternSetsOutput, error) ListRegexPatternSetsAsync(ctx workflow.Context, input *wafv2.ListRegexPatternSetsInput) *ListRegexPatternSetsFuture ListResourcesForWebACL(ctx workflow.Context, input *wafv2.ListResourcesForWebACLInput) (*wafv2.ListResourcesForWebACLOutput, error) ListResourcesForWebACLAsync(ctx workflow.Context, input *wafv2.ListResourcesForWebACLInput) *ListResourcesForWebACLFuture ListRuleGroups(ctx workflow.Context, input *wafv2.ListRuleGroupsInput) (*wafv2.ListRuleGroupsOutput, error) ListRuleGroupsAsync(ctx workflow.Context, input *wafv2.ListRuleGroupsInput) *ListRuleGroupsFuture ListTagsForResource(ctx workflow.Context, input *wafv2.ListTagsForResourceInput) (*wafv2.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *wafv2.ListTagsForResourceInput) *ListTagsForResourceFuture ListWebACLs(ctx workflow.Context, input *wafv2.ListWebACLsInput) (*wafv2.ListWebACLsOutput, error) ListWebACLsAsync(ctx workflow.Context, input *wafv2.ListWebACLsInput) *ListWebACLsFuture PutLoggingConfiguration(ctx workflow.Context, input *wafv2.PutLoggingConfigurationInput) (*wafv2.PutLoggingConfigurationOutput, error) PutLoggingConfigurationAsync(ctx workflow.Context, input *wafv2.PutLoggingConfigurationInput) *PutLoggingConfigurationFuture PutPermissionPolicy(ctx workflow.Context, input *wafv2.PutPermissionPolicyInput) (*wafv2.PutPermissionPolicyOutput, error) PutPermissionPolicyAsync(ctx workflow.Context, input *wafv2.PutPermissionPolicyInput) *PutPermissionPolicyFuture TagResource(ctx workflow.Context, input *wafv2.TagResourceInput) (*wafv2.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *wafv2.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *wafv2.UntagResourceInput) (*wafv2.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *wafv2.UntagResourceInput) *UntagResourceFuture UpdateIPSet(ctx workflow.Context, input *wafv2.UpdateIPSetInput) (*wafv2.UpdateIPSetOutput, error) UpdateIPSetAsync(ctx workflow.Context, input *wafv2.UpdateIPSetInput) *UpdateIPSetFuture UpdateRegexPatternSet(ctx workflow.Context, input *wafv2.UpdateRegexPatternSetInput) (*wafv2.UpdateRegexPatternSetOutput, error) UpdateRegexPatternSetAsync(ctx workflow.Context, input *wafv2.UpdateRegexPatternSetInput) *UpdateRegexPatternSetFuture UpdateRuleGroup(ctx workflow.Context, input *wafv2.UpdateRuleGroupInput) (*wafv2.UpdateRuleGroupOutput, error) UpdateRuleGroupAsync(ctx workflow.Context, input *wafv2.UpdateRuleGroupInput) *UpdateRuleGroupFuture UpdateWebACL(ctx workflow.Context, input *wafv2.UpdateWebACLInput) (*wafv2.UpdateWebACLOutput, error) UpdateWebACLAsync(ctx workflow.Context, input *wafv2.UpdateWebACLInput) *UpdateWebACLFuture }
type CreateIPSetFuture ¶
func (*CreateIPSetFuture) Get ¶
func (r *CreateIPSetFuture) Get(ctx workflow.Context) (*wafv2.CreateIPSetOutput, error)
type CreateRegexPatternSetFuture ¶
type CreateRegexPatternSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateRegexPatternSetFuture) Get ¶
func (r *CreateRegexPatternSetFuture) Get(ctx workflow.Context) (*wafv2.CreateRegexPatternSetOutput, error)
type CreateRuleGroupFuture ¶
type CreateRuleGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateRuleGroupFuture) Get ¶
func (r *CreateRuleGroupFuture) Get(ctx workflow.Context) (*wafv2.CreateRuleGroupOutput, error)
type CreateWebACLFuture ¶
func (*CreateWebACLFuture) Get ¶
func (r *CreateWebACLFuture) Get(ctx workflow.Context) (*wafv2.CreateWebACLOutput, error)
type DeleteFirewallManagerRuleGroupsFuture ¶
type DeleteFirewallManagerRuleGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteFirewallManagerRuleGroupsFuture) Get ¶
func (r *DeleteFirewallManagerRuleGroupsFuture) Get(ctx workflow.Context) (*wafv2.DeleteFirewallManagerRuleGroupsOutput, error)
type DeleteIPSetFuture ¶
func (*DeleteIPSetFuture) Get ¶
func (r *DeleteIPSetFuture) Get(ctx workflow.Context) (*wafv2.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) (*wafv2.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) (*wafv2.DeletePermissionPolicyOutput, error)
type DeleteRegexPatternSetFuture ¶
type DeleteRegexPatternSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRegexPatternSetFuture) Get ¶
func (r *DeleteRegexPatternSetFuture) Get(ctx workflow.Context) (*wafv2.DeleteRegexPatternSetOutput, error)
type DeleteRuleGroupFuture ¶
type DeleteRuleGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteRuleGroupFuture) Get ¶
func (r *DeleteRuleGroupFuture) Get(ctx workflow.Context) (*wafv2.DeleteRuleGroupOutput, error)
type DeleteWebACLFuture ¶
func (*DeleteWebACLFuture) Get ¶
func (r *DeleteWebACLFuture) Get(ctx workflow.Context) (*wafv2.DeleteWebACLOutput, error)
type DescribeManagedRuleGroupFuture ¶
type DescribeManagedRuleGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeManagedRuleGroupFuture) Get ¶
func (r *DescribeManagedRuleGroupFuture) Get(ctx workflow.Context) (*wafv2.DescribeManagedRuleGroupOutput, error)
type DisassociateWebACLFuture ¶
type DisassociateWebACLFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateWebACLFuture) Get ¶
func (r *DisassociateWebACLFuture) Get(ctx workflow.Context) (*wafv2.DisassociateWebACLOutput, error)
type GetIPSetFuture ¶
func (*GetIPSetFuture) Get ¶
func (r *GetIPSetFuture) Get(ctx workflow.Context) (*wafv2.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) (*wafv2.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) (*wafv2.GetPermissionPolicyOutput, error)
type GetRateBasedStatementManagedKeysFuture ¶
type GetRateBasedStatementManagedKeysFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRateBasedStatementManagedKeysFuture) Get ¶
func (r *GetRateBasedStatementManagedKeysFuture) Get(ctx workflow.Context) (*wafv2.GetRateBasedStatementManagedKeysOutput, error)
type GetRegexPatternSetFuture ¶
type GetRegexPatternSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetRegexPatternSetFuture) Get ¶
func (r *GetRegexPatternSetFuture) Get(ctx workflow.Context) (*wafv2.GetRegexPatternSetOutput, error)
type GetRuleGroupFuture ¶
func (*GetRuleGroupFuture) Get ¶
func (r *GetRuleGroupFuture) Get(ctx workflow.Context) (*wafv2.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) (*wafv2.GetSampledRequestsOutput, error)
type GetWebACLForResourceFuture ¶
type GetWebACLForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetWebACLForResourceFuture) Get ¶
func (r *GetWebACLForResourceFuture) Get(ctx workflow.Context) (*wafv2.GetWebACLForResourceOutput, error)
type GetWebACLFuture ¶
func (*GetWebACLFuture) Get ¶
func (r *GetWebACLFuture) Get(ctx workflow.Context) (*wafv2.GetWebACLOutput, error)
type ListAvailableManagedRuleGroupsFuture ¶
type ListAvailableManagedRuleGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListAvailableManagedRuleGroupsFuture) Get ¶
func (r *ListAvailableManagedRuleGroupsFuture) Get(ctx workflow.Context) (*wafv2.ListAvailableManagedRuleGroupsOutput, error)
type ListIPSetsFuture ¶
func (*ListIPSetsFuture) Get ¶
func (r *ListIPSetsFuture) Get(ctx workflow.Context) (*wafv2.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) (*wafv2.ListLoggingConfigurationsOutput, error)
type ListRegexPatternSetsFuture ¶
type ListRegexPatternSetsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListRegexPatternSetsFuture) Get ¶
func (r *ListRegexPatternSetsFuture) Get(ctx workflow.Context) (*wafv2.ListRegexPatternSetsOutput, error)
type ListResourcesForWebACLFuture ¶
type ListResourcesForWebACLFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListResourcesForWebACLFuture) Get ¶
func (r *ListResourcesForWebACLFuture) Get(ctx workflow.Context) (*wafv2.ListResourcesForWebACLOutput, error)
type ListRuleGroupsFuture ¶
func (*ListRuleGroupsFuture) Get ¶
func (r *ListRuleGroupsFuture) Get(ctx workflow.Context) (*wafv2.ListRuleGroupsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*wafv2.ListTagsForResourceOutput, error)
type ListWebACLsFuture ¶
func (*ListWebACLsFuture) Get ¶
func (r *ListWebACLsFuture) Get(ctx workflow.Context) (*wafv2.ListWebACLsOutput, error)
type PutLoggingConfigurationFuture ¶
type PutLoggingConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutLoggingConfigurationFuture) Get ¶
func (r *PutLoggingConfigurationFuture) Get(ctx workflow.Context) (*wafv2.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) (*wafv2.PutPermissionPolicyOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*wafv2.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*wafv2.UntagResourceOutput, error)
type UpdateIPSetFuture ¶
func (*UpdateIPSetFuture) Get ¶
func (r *UpdateIPSetFuture) Get(ctx workflow.Context) (*wafv2.UpdateIPSetOutput, error)
type UpdateRegexPatternSetFuture ¶
type UpdateRegexPatternSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRegexPatternSetFuture) Get ¶
func (r *UpdateRegexPatternSetFuture) Get(ctx workflow.Context) (*wafv2.UpdateRegexPatternSetOutput, error)
type UpdateRuleGroupFuture ¶
type UpdateRuleGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateRuleGroupFuture) Get ¶
func (r *UpdateRuleGroupFuture) Get(ctx workflow.Context) (*wafv2.UpdateRuleGroupOutput, error)
type UpdateWebACLFuture ¶
func (*UpdateWebACLFuture) Get ¶
func (r *UpdateWebACLFuture) Get(ctx workflow.Context) (*wafv2.UpdateWebACLOutput, error)
Click to show internal directories.
Click to hide internal directories.