networkfirewallstub

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AssociateFirewallPolicyFuture

type AssociateFirewallPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateFirewallPolicyFuture) Get

type AssociateSubnetsFuture

type AssociateSubnetsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AssociateSubnetsFuture) Get

type Client

type Client interface {
	AssociateFirewallPolicy(ctx workflow.Context, input *networkfirewall.AssociateFirewallPolicyInput) (*networkfirewall.AssociateFirewallPolicyOutput, error)
	AssociateFirewallPolicyAsync(ctx workflow.Context, input *networkfirewall.AssociateFirewallPolicyInput) *AssociateFirewallPolicyFuture

	AssociateSubnets(ctx workflow.Context, input *networkfirewall.AssociateSubnetsInput) (*networkfirewall.AssociateSubnetsOutput, error)
	AssociateSubnetsAsync(ctx workflow.Context, input *networkfirewall.AssociateSubnetsInput) *AssociateSubnetsFuture

	CreateFirewall(ctx workflow.Context, input *networkfirewall.CreateFirewallInput) (*networkfirewall.CreateFirewallOutput, error)
	CreateFirewallAsync(ctx workflow.Context, input *networkfirewall.CreateFirewallInput) *CreateFirewallFuture

	CreateFirewallPolicy(ctx workflow.Context, input *networkfirewall.CreateFirewallPolicyInput) (*networkfirewall.CreateFirewallPolicyOutput, error)
	CreateFirewallPolicyAsync(ctx workflow.Context, input *networkfirewall.CreateFirewallPolicyInput) *CreateFirewallPolicyFuture

	CreateRuleGroup(ctx workflow.Context, input *networkfirewall.CreateRuleGroupInput) (*networkfirewall.CreateRuleGroupOutput, error)
	CreateRuleGroupAsync(ctx workflow.Context, input *networkfirewall.CreateRuleGroupInput) *CreateRuleGroupFuture

	DeleteFirewall(ctx workflow.Context, input *networkfirewall.DeleteFirewallInput) (*networkfirewall.DeleteFirewallOutput, error)
	DeleteFirewallAsync(ctx workflow.Context, input *networkfirewall.DeleteFirewallInput) *DeleteFirewallFuture

	DeleteFirewallPolicy(ctx workflow.Context, input *networkfirewall.DeleteFirewallPolicyInput) (*networkfirewall.DeleteFirewallPolicyOutput, error)
	DeleteFirewallPolicyAsync(ctx workflow.Context, input *networkfirewall.DeleteFirewallPolicyInput) *DeleteFirewallPolicyFuture

	DeleteResourcePolicy(ctx workflow.Context, input *networkfirewall.DeleteResourcePolicyInput) (*networkfirewall.DeleteResourcePolicyOutput, error)
	DeleteResourcePolicyAsync(ctx workflow.Context, input *networkfirewall.DeleteResourcePolicyInput) *DeleteResourcePolicyFuture

	DeleteRuleGroup(ctx workflow.Context, input *networkfirewall.DeleteRuleGroupInput) (*networkfirewall.DeleteRuleGroupOutput, error)
	DeleteRuleGroupAsync(ctx workflow.Context, input *networkfirewall.DeleteRuleGroupInput) *DeleteRuleGroupFuture

	DescribeFirewall(ctx workflow.Context, input *networkfirewall.DescribeFirewallInput) (*networkfirewall.DescribeFirewallOutput, error)
	DescribeFirewallAsync(ctx workflow.Context, input *networkfirewall.DescribeFirewallInput) *DescribeFirewallFuture

	DescribeFirewallPolicy(ctx workflow.Context, input *networkfirewall.DescribeFirewallPolicyInput) (*networkfirewall.DescribeFirewallPolicyOutput, error)
	DescribeFirewallPolicyAsync(ctx workflow.Context, input *networkfirewall.DescribeFirewallPolicyInput) *DescribeFirewallPolicyFuture

	DescribeLoggingConfiguration(ctx workflow.Context, input *networkfirewall.DescribeLoggingConfigurationInput) (*networkfirewall.DescribeLoggingConfigurationOutput, error)
	DescribeLoggingConfigurationAsync(ctx workflow.Context, input *networkfirewall.DescribeLoggingConfigurationInput) *DescribeLoggingConfigurationFuture

	DescribeResourcePolicy(ctx workflow.Context, input *networkfirewall.DescribeResourcePolicyInput) (*networkfirewall.DescribeResourcePolicyOutput, error)
	DescribeResourcePolicyAsync(ctx workflow.Context, input *networkfirewall.DescribeResourcePolicyInput) *DescribeResourcePolicyFuture

	DescribeRuleGroup(ctx workflow.Context, input *networkfirewall.DescribeRuleGroupInput) (*networkfirewall.DescribeRuleGroupOutput, error)
	DescribeRuleGroupAsync(ctx workflow.Context, input *networkfirewall.DescribeRuleGroupInput) *DescribeRuleGroupFuture

	DisassociateSubnets(ctx workflow.Context, input *networkfirewall.DisassociateSubnetsInput) (*networkfirewall.DisassociateSubnetsOutput, error)
	DisassociateSubnetsAsync(ctx workflow.Context, input *networkfirewall.DisassociateSubnetsInput) *DisassociateSubnetsFuture

	ListFirewallPolicies(ctx workflow.Context, input *networkfirewall.ListFirewallPoliciesInput) (*networkfirewall.ListFirewallPoliciesOutput, error)
	ListFirewallPoliciesAsync(ctx workflow.Context, input *networkfirewall.ListFirewallPoliciesInput) *ListFirewallPoliciesFuture

	ListFirewalls(ctx workflow.Context, input *networkfirewall.ListFirewallsInput) (*networkfirewall.ListFirewallsOutput, error)
	ListFirewallsAsync(ctx workflow.Context, input *networkfirewall.ListFirewallsInput) *ListFirewallsFuture

	ListRuleGroups(ctx workflow.Context, input *networkfirewall.ListRuleGroupsInput) (*networkfirewall.ListRuleGroupsOutput, error)
	ListRuleGroupsAsync(ctx workflow.Context, input *networkfirewall.ListRuleGroupsInput) *ListRuleGroupsFuture

	ListTagsForResource(ctx workflow.Context, input *networkfirewall.ListTagsForResourceInput) (*networkfirewall.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *networkfirewall.ListTagsForResourceInput) *ListTagsForResourceFuture

	PutResourcePolicy(ctx workflow.Context, input *networkfirewall.PutResourcePolicyInput) (*networkfirewall.PutResourcePolicyOutput, error)
	PutResourcePolicyAsync(ctx workflow.Context, input *networkfirewall.PutResourcePolicyInput) *PutResourcePolicyFuture

	TagResource(ctx workflow.Context, input *networkfirewall.TagResourceInput) (*networkfirewall.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *networkfirewall.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *networkfirewall.UntagResourceInput) (*networkfirewall.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *networkfirewall.UntagResourceInput) *UntagResourceFuture

	UpdateFirewallDeleteProtection(ctx workflow.Context, input *networkfirewall.UpdateFirewallDeleteProtectionInput) (*networkfirewall.UpdateFirewallDeleteProtectionOutput, error)
	UpdateFirewallDeleteProtectionAsync(ctx workflow.Context, input *networkfirewall.UpdateFirewallDeleteProtectionInput) *UpdateFirewallDeleteProtectionFuture

	UpdateFirewallDescription(ctx workflow.Context, input *networkfirewall.UpdateFirewallDescriptionInput) (*networkfirewall.UpdateFirewallDescriptionOutput, error)
	UpdateFirewallDescriptionAsync(ctx workflow.Context, input *networkfirewall.UpdateFirewallDescriptionInput) *UpdateFirewallDescriptionFuture

	UpdateFirewallPolicy(ctx workflow.Context, input *networkfirewall.UpdateFirewallPolicyInput) (*networkfirewall.UpdateFirewallPolicyOutput, error)
	UpdateFirewallPolicyAsync(ctx workflow.Context, input *networkfirewall.UpdateFirewallPolicyInput) *UpdateFirewallPolicyFuture

	UpdateFirewallPolicyChangeProtection(ctx workflow.Context, input *networkfirewall.UpdateFirewallPolicyChangeProtectionInput) (*networkfirewall.UpdateFirewallPolicyChangeProtectionOutput, error)
	UpdateFirewallPolicyChangeProtectionAsync(ctx workflow.Context, input *networkfirewall.UpdateFirewallPolicyChangeProtectionInput) *UpdateFirewallPolicyChangeProtectionFuture

	UpdateLoggingConfiguration(ctx workflow.Context, input *networkfirewall.UpdateLoggingConfigurationInput) (*networkfirewall.UpdateLoggingConfigurationOutput, error)
	UpdateLoggingConfigurationAsync(ctx workflow.Context, input *networkfirewall.UpdateLoggingConfigurationInput) *UpdateLoggingConfigurationFuture

	UpdateRuleGroup(ctx workflow.Context, input *networkfirewall.UpdateRuleGroupInput) (*networkfirewall.UpdateRuleGroupOutput, error)
	UpdateRuleGroupAsync(ctx workflow.Context, input *networkfirewall.UpdateRuleGroupInput) *UpdateRuleGroupFuture

	UpdateSubnetChangeProtection(ctx workflow.Context, input *networkfirewall.UpdateSubnetChangeProtectionInput) (*networkfirewall.UpdateSubnetChangeProtectionOutput, error)
	UpdateSubnetChangeProtectionAsync(ctx workflow.Context, input *networkfirewall.UpdateSubnetChangeProtectionInput) *UpdateSubnetChangeProtectionFuture
}

func NewClient

func NewClient() Client

type CreateFirewallFuture

type CreateFirewallFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateFirewallFuture) Get

type CreateFirewallPolicyFuture

type CreateFirewallPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateFirewallPolicyFuture) Get

type CreateRuleGroupFuture

type CreateRuleGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateRuleGroupFuture) Get

type DeleteFirewallFuture

type DeleteFirewallFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteFirewallFuture) Get

type DeleteFirewallPolicyFuture

type DeleteFirewallPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteFirewallPolicyFuture) Get

type DeleteResourcePolicyFuture

type DeleteResourcePolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteResourcePolicyFuture) Get

type DeleteRuleGroupFuture

type DeleteRuleGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DeleteRuleGroupFuture) Get

type DescribeFirewallFuture

type DescribeFirewallFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeFirewallFuture) Get

type DescribeFirewallPolicyFuture

type DescribeFirewallPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeFirewallPolicyFuture) Get

type DescribeLoggingConfigurationFuture

type DescribeLoggingConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeLoggingConfigurationFuture) Get

type DescribeResourcePolicyFuture

type DescribeResourcePolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeResourcePolicyFuture) Get

type DescribeRuleGroupFuture

type DescribeRuleGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeRuleGroupFuture) Get

type DisassociateSubnetsFuture

type DisassociateSubnetsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DisassociateSubnetsFuture) Get

type ListFirewallPoliciesFuture

type ListFirewallPoliciesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListFirewallPoliciesFuture) Get

type ListFirewallsFuture

type ListFirewallsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListFirewallsFuture) Get

type ListRuleGroupsFuture

type ListRuleGroupsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListRuleGroupsFuture) Get

type ListTagsForResourceFuture

type ListTagsForResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ListTagsForResourceFuture) Get

type PutResourcePolicyFuture

type PutResourcePolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*PutResourcePolicyFuture) Get

type TagResourceFuture

type TagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*TagResourceFuture) Get

type UntagResourceFuture

type UntagResourceFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UntagResourceFuture) Get

type UpdateFirewallDeleteProtectionFuture

type UpdateFirewallDeleteProtectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateFirewallDeleteProtectionFuture) Get

type UpdateFirewallDescriptionFuture

type UpdateFirewallDescriptionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateFirewallDescriptionFuture) Get

type UpdateFirewallPolicyChangeProtectionFuture

type UpdateFirewallPolicyChangeProtectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateFirewallPolicyChangeProtectionFuture) Get

type UpdateFirewallPolicyFuture

type UpdateFirewallPolicyFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateFirewallPolicyFuture) Get

type UpdateLoggingConfigurationFuture

type UpdateLoggingConfigurationFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateLoggingConfigurationFuture) Get

type UpdateRuleGroupFuture

type UpdateRuleGroupFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateRuleGroupFuture) Get

type UpdateSubnetChangeProtectionFuture

type UpdateSubnetChangeProtectionFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*UpdateSubnetChangeProtectionFuture) Get

Jump to

Keyboard shortcuts

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