shieldstub

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 AssociateDRTLogBucketFuture

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

func (*AssociateDRTLogBucketFuture) Get

type AssociateDRTRoleFuture

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

func (*AssociateDRTRoleFuture) Get

type AssociateHealthCheckFuture

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

func (*AssociateHealthCheckFuture) Get

type AssociateProactiveEngagementDetailsFuture

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

func (*AssociateProactiveEngagementDetailsFuture) Get

type Client

type Client interface {
	AssociateDRTLogBucket(ctx workflow.Context, input *shield.AssociateDRTLogBucketInput) (*shield.AssociateDRTLogBucketOutput, error)
	AssociateDRTLogBucketAsync(ctx workflow.Context, input *shield.AssociateDRTLogBucketInput) *AssociateDRTLogBucketFuture

	AssociateDRTRole(ctx workflow.Context, input *shield.AssociateDRTRoleInput) (*shield.AssociateDRTRoleOutput, error)
	AssociateDRTRoleAsync(ctx workflow.Context, input *shield.AssociateDRTRoleInput) *AssociateDRTRoleFuture

	AssociateHealthCheck(ctx workflow.Context, input *shield.AssociateHealthCheckInput) (*shield.AssociateHealthCheckOutput, error)
	AssociateHealthCheckAsync(ctx workflow.Context, input *shield.AssociateHealthCheckInput) *AssociateHealthCheckFuture

	AssociateProactiveEngagementDetails(ctx workflow.Context, input *shield.AssociateProactiveEngagementDetailsInput) (*shield.AssociateProactiveEngagementDetailsOutput, error)
	AssociateProactiveEngagementDetailsAsync(ctx workflow.Context, input *shield.AssociateProactiveEngagementDetailsInput) *AssociateProactiveEngagementDetailsFuture

	CreateProtection(ctx workflow.Context, input *shield.CreateProtectionInput) (*shield.CreateProtectionOutput, error)
	CreateProtectionAsync(ctx workflow.Context, input *shield.CreateProtectionInput) *CreateProtectionFuture

	CreateProtectionGroup(ctx workflow.Context, input *shield.CreateProtectionGroupInput) (*shield.CreateProtectionGroupOutput, error)
	CreateProtectionGroupAsync(ctx workflow.Context, input *shield.CreateProtectionGroupInput) *CreateProtectionGroupFuture

	CreateSubscription(ctx workflow.Context, input *shield.CreateSubscriptionInput) (*shield.CreateSubscriptionOutput, error)
	CreateSubscriptionAsync(ctx workflow.Context, input *shield.CreateSubscriptionInput) *CreateSubscriptionFuture

	DeleteProtection(ctx workflow.Context, input *shield.DeleteProtectionInput) (*shield.DeleteProtectionOutput, error)
	DeleteProtectionAsync(ctx workflow.Context, input *shield.DeleteProtectionInput) *DeleteProtectionFuture

	DeleteProtectionGroup(ctx workflow.Context, input *shield.DeleteProtectionGroupInput) (*shield.DeleteProtectionGroupOutput, error)
	DeleteProtectionGroupAsync(ctx workflow.Context, input *shield.DeleteProtectionGroupInput) *DeleteProtectionGroupFuture

	DeleteSubscription(ctx workflow.Context, input *shield.DeleteSubscriptionInput) (*shield.DeleteSubscriptionOutput, error)
	DeleteSubscriptionAsync(ctx workflow.Context, input *shield.DeleteSubscriptionInput) *DeleteSubscriptionFuture

	DescribeAttack(ctx workflow.Context, input *shield.DescribeAttackInput) (*shield.DescribeAttackOutput, error)
	DescribeAttackAsync(ctx workflow.Context, input *shield.DescribeAttackInput) *DescribeAttackFuture

	DescribeAttackStatistics(ctx workflow.Context, input *shield.DescribeAttackStatisticsInput) (*shield.DescribeAttackStatisticsOutput, error)
	DescribeAttackStatisticsAsync(ctx workflow.Context, input *shield.DescribeAttackStatisticsInput) *DescribeAttackStatisticsFuture

	DescribeDRTAccess(ctx workflow.Context, input *shield.DescribeDRTAccessInput) (*shield.DescribeDRTAccessOutput, error)
	DescribeDRTAccessAsync(ctx workflow.Context, input *shield.DescribeDRTAccessInput) *DescribeDRTAccessFuture

	DescribeEmergencyContactSettings(ctx workflow.Context, input *shield.DescribeEmergencyContactSettingsInput) (*shield.DescribeEmergencyContactSettingsOutput, error)
	DescribeEmergencyContactSettingsAsync(ctx workflow.Context, input *shield.DescribeEmergencyContactSettingsInput) *DescribeEmergencyContactSettingsFuture

	DescribeProtection(ctx workflow.Context, input *shield.DescribeProtectionInput) (*shield.DescribeProtectionOutput, error)
	DescribeProtectionAsync(ctx workflow.Context, input *shield.DescribeProtectionInput) *DescribeProtectionFuture

	DescribeProtectionGroup(ctx workflow.Context, input *shield.DescribeProtectionGroupInput) (*shield.DescribeProtectionGroupOutput, error)
	DescribeProtectionGroupAsync(ctx workflow.Context, input *shield.DescribeProtectionGroupInput) *DescribeProtectionGroupFuture

	DescribeSubscription(ctx workflow.Context, input *shield.DescribeSubscriptionInput) (*shield.DescribeSubscriptionOutput, error)
	DescribeSubscriptionAsync(ctx workflow.Context, input *shield.DescribeSubscriptionInput) *DescribeSubscriptionFuture

	DisableProactiveEngagement(ctx workflow.Context, input *shield.DisableProactiveEngagementInput) (*shield.DisableProactiveEngagementOutput, error)
	DisableProactiveEngagementAsync(ctx workflow.Context, input *shield.DisableProactiveEngagementInput) *DisableProactiveEngagementFuture

	DisassociateDRTLogBucket(ctx workflow.Context, input *shield.DisassociateDRTLogBucketInput) (*shield.DisassociateDRTLogBucketOutput, error)
	DisassociateDRTLogBucketAsync(ctx workflow.Context, input *shield.DisassociateDRTLogBucketInput) *DisassociateDRTLogBucketFuture

	DisassociateDRTRole(ctx workflow.Context, input *shield.DisassociateDRTRoleInput) (*shield.DisassociateDRTRoleOutput, error)
	DisassociateDRTRoleAsync(ctx workflow.Context, input *shield.DisassociateDRTRoleInput) *DisassociateDRTRoleFuture

	DisassociateHealthCheck(ctx workflow.Context, input *shield.DisassociateHealthCheckInput) (*shield.DisassociateHealthCheckOutput, error)
	DisassociateHealthCheckAsync(ctx workflow.Context, input *shield.DisassociateHealthCheckInput) *DisassociateHealthCheckFuture

	EnableProactiveEngagement(ctx workflow.Context, input *shield.EnableProactiveEngagementInput) (*shield.EnableProactiveEngagementOutput, error)
	EnableProactiveEngagementAsync(ctx workflow.Context, input *shield.EnableProactiveEngagementInput) *EnableProactiveEngagementFuture

	GetSubscriptionState(ctx workflow.Context, input *shield.GetSubscriptionStateInput) (*shield.GetSubscriptionStateOutput, error)
	GetSubscriptionStateAsync(ctx workflow.Context, input *shield.GetSubscriptionStateInput) *GetSubscriptionStateFuture

	ListAttacks(ctx workflow.Context, input *shield.ListAttacksInput) (*shield.ListAttacksOutput, error)
	ListAttacksAsync(ctx workflow.Context, input *shield.ListAttacksInput) *ListAttacksFuture

	ListProtectionGroups(ctx workflow.Context, input *shield.ListProtectionGroupsInput) (*shield.ListProtectionGroupsOutput, error)
	ListProtectionGroupsAsync(ctx workflow.Context, input *shield.ListProtectionGroupsInput) *ListProtectionGroupsFuture

	ListProtections(ctx workflow.Context, input *shield.ListProtectionsInput) (*shield.ListProtectionsOutput, error)
	ListProtectionsAsync(ctx workflow.Context, input *shield.ListProtectionsInput) *ListProtectionsFuture

	ListResourcesInProtectionGroup(ctx workflow.Context, input *shield.ListResourcesInProtectionGroupInput) (*shield.ListResourcesInProtectionGroupOutput, error)
	ListResourcesInProtectionGroupAsync(ctx workflow.Context, input *shield.ListResourcesInProtectionGroupInput) *ListResourcesInProtectionGroupFuture

	UpdateEmergencyContactSettings(ctx workflow.Context, input *shield.UpdateEmergencyContactSettingsInput) (*shield.UpdateEmergencyContactSettingsOutput, error)
	UpdateEmergencyContactSettingsAsync(ctx workflow.Context, input *shield.UpdateEmergencyContactSettingsInput) *UpdateEmergencyContactSettingsFuture

	UpdateProtectionGroup(ctx workflow.Context, input *shield.UpdateProtectionGroupInput) (*shield.UpdateProtectionGroupOutput, error)
	UpdateProtectionGroupAsync(ctx workflow.Context, input *shield.UpdateProtectionGroupInput) *UpdateProtectionGroupFuture

	UpdateSubscription(ctx workflow.Context, input *shield.UpdateSubscriptionInput) (*shield.UpdateSubscriptionOutput, error)
	UpdateSubscriptionAsync(ctx workflow.Context, input *shield.UpdateSubscriptionInput) *UpdateSubscriptionFuture
}

func NewClient

func NewClient() Client

type CreateProtectionFuture

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

func (*CreateProtectionFuture) Get

type CreateProtectionGroupFuture

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

func (*CreateProtectionGroupFuture) Get

type CreateSubscriptionFuture

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

func (*CreateSubscriptionFuture) Get

type DeleteProtectionFuture

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

func (*DeleteProtectionFuture) Get

type DeleteProtectionGroupFuture

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

func (*DeleteProtectionGroupFuture) Get

type DeleteSubscriptionFuture

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

func (*DeleteSubscriptionFuture) Get

type DescribeAttackFuture

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

func (*DescribeAttackFuture) Get

type DescribeAttackStatisticsFuture

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

func (*DescribeAttackStatisticsFuture) Get

type DescribeDRTAccessFuture

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

func (*DescribeDRTAccessFuture) Get

type DescribeEmergencyContactSettingsFuture

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

func (*DescribeEmergencyContactSettingsFuture) Get

type DescribeProtectionFuture

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

func (*DescribeProtectionFuture) Get

type DescribeProtectionGroupFuture

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

func (*DescribeProtectionGroupFuture) Get

type DescribeSubscriptionFuture

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

func (*DescribeSubscriptionFuture) Get

type DisableProactiveEngagementFuture

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

func (*DisableProactiveEngagementFuture) Get

type DisassociateDRTLogBucketFuture

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

func (*DisassociateDRTLogBucketFuture) Get

type DisassociateDRTRoleFuture

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

func (*DisassociateDRTRoleFuture) Get

type DisassociateHealthCheckFuture

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

func (*DisassociateHealthCheckFuture) Get

type EnableProactiveEngagementFuture

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

func (*EnableProactiveEngagementFuture) Get

type GetSubscriptionStateFuture

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

func (*GetSubscriptionStateFuture) Get

type ListAttacksFuture

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

func (*ListAttacksFuture) Get

type ListProtectionGroupsFuture

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

func (*ListProtectionGroupsFuture) Get

type ListProtectionsFuture

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

func (*ListProtectionsFuture) Get

type ListResourcesInProtectionGroupFuture

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

func (*ListResourcesInProtectionGroupFuture) Get

type UpdateEmergencyContactSettingsFuture

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

func (*UpdateEmergencyContactSettingsFuture) Get

type UpdateProtectionGroupFuture

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

func (*UpdateProtectionGroupFuture) Get

type UpdateSubscriptionFuture

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

func (*UpdateSubscriptionFuture) Get

Jump to

Keyboard shortcuts

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