Documentation ¶
Index ¶
- type AssociateDRTLogBucketFuture
- type AssociateDRTRoleFuture
- type AssociateHealthCheckFuture
- type AssociateProactiveEngagementDetailsFuture
- type Client
- type CreateProtectionFuture
- type CreateSubscriptionFuture
- type DeleteProtectionFuture
- type DeleteSubscriptionFuture
- type DescribeAttackFuture
- type DescribeDRTAccessFuture
- type DescribeEmergencyContactSettingsFuture
- type DescribeProtectionFuture
- type DescribeSubscriptionFuture
- type DisableProactiveEngagementFuture
- type DisassociateDRTLogBucketFuture
- type DisassociateDRTRoleFuture
- type DisassociateHealthCheckFuture
- type EnableProactiveEngagementFuture
- type GetSubscriptionStateFuture
- type ListAttacksFuture
- type ListProtectionsFuture
- type UpdateEmergencyContactSettingsFuture
- type UpdateSubscriptionFuture
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 ¶
func (r *AssociateDRTLogBucketFuture) Get(ctx workflow.Context) (*shield.AssociateDRTLogBucketOutput, error)
type AssociateDRTRoleFuture ¶
type AssociateDRTRoleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateDRTRoleFuture) Get ¶
func (r *AssociateDRTRoleFuture) Get(ctx workflow.Context) (*shield.AssociateDRTRoleOutput, error)
type AssociateHealthCheckFuture ¶
type AssociateHealthCheckFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateHealthCheckFuture) Get ¶
func (r *AssociateHealthCheckFuture) Get(ctx workflow.Context) (*shield.AssociateHealthCheckOutput, error)
type AssociateProactiveEngagementDetailsFuture ¶
type AssociateProactiveEngagementDetailsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AssociateProactiveEngagementDetailsFuture) Get ¶
func (r *AssociateProactiveEngagementDetailsFuture) Get(ctx workflow.Context) (*shield.AssociateProactiveEngagementDetailsOutput, error)
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 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 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 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 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 ListProtections(ctx workflow.Context, input *shield.ListProtectionsInput) (*shield.ListProtectionsOutput, error) ListProtectionsAsync(ctx workflow.Context, input *shield.ListProtectionsInput) *ListProtectionsFuture UpdateEmergencyContactSettings(ctx workflow.Context, input *shield.UpdateEmergencyContactSettingsInput) (*shield.UpdateEmergencyContactSettingsOutput, error) UpdateEmergencyContactSettingsAsync(ctx workflow.Context, input *shield.UpdateEmergencyContactSettingsInput) *UpdateEmergencyContactSettingsFuture UpdateSubscription(ctx workflow.Context, input *shield.UpdateSubscriptionInput) (*shield.UpdateSubscriptionOutput, error) UpdateSubscriptionAsync(ctx workflow.Context, input *shield.UpdateSubscriptionInput) *UpdateSubscriptionFuture }
type CreateProtectionFuture ¶
type CreateProtectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateProtectionFuture) Get ¶
func (r *CreateProtectionFuture) Get(ctx workflow.Context) (*shield.CreateProtectionOutput, error)
type CreateSubscriptionFuture ¶
type CreateSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateSubscriptionFuture) Get ¶
func (r *CreateSubscriptionFuture) Get(ctx workflow.Context) (*shield.CreateSubscriptionOutput, error)
type DeleteProtectionFuture ¶
type DeleteProtectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteProtectionFuture) Get ¶
func (r *DeleteProtectionFuture) Get(ctx workflow.Context) (*shield.DeleteProtectionOutput, error)
type DeleteSubscriptionFuture ¶
type DeleteSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteSubscriptionFuture) Get ¶
func (r *DeleteSubscriptionFuture) Get(ctx workflow.Context) (*shield.DeleteSubscriptionOutput, error)
type DescribeAttackFuture ¶
func (*DescribeAttackFuture) Get ¶
func (r *DescribeAttackFuture) Get(ctx workflow.Context) (*shield.DescribeAttackOutput, error)
type DescribeDRTAccessFuture ¶
type DescribeDRTAccessFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeDRTAccessFuture) Get ¶
func (r *DescribeDRTAccessFuture) Get(ctx workflow.Context) (*shield.DescribeDRTAccessOutput, error)
type DescribeEmergencyContactSettingsFuture ¶
type DescribeEmergencyContactSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeEmergencyContactSettingsFuture) Get ¶
func (r *DescribeEmergencyContactSettingsFuture) Get(ctx workflow.Context) (*shield.DescribeEmergencyContactSettingsOutput, error)
type DescribeProtectionFuture ¶
type DescribeProtectionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeProtectionFuture) Get ¶
func (r *DescribeProtectionFuture) Get(ctx workflow.Context) (*shield.DescribeProtectionOutput, error)
type DescribeSubscriptionFuture ¶
type DescribeSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSubscriptionFuture) Get ¶
func (r *DescribeSubscriptionFuture) Get(ctx workflow.Context) (*shield.DescribeSubscriptionOutput, error)
type DisableProactiveEngagementFuture ¶
type DisableProactiveEngagementFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisableProactiveEngagementFuture) Get ¶
func (r *DisableProactiveEngagementFuture) Get(ctx workflow.Context) (*shield.DisableProactiveEngagementOutput, error)
type DisassociateDRTLogBucketFuture ¶
type DisassociateDRTLogBucketFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateDRTLogBucketFuture) Get ¶
func (r *DisassociateDRTLogBucketFuture) Get(ctx workflow.Context) (*shield.DisassociateDRTLogBucketOutput, error)
type DisassociateDRTRoleFuture ¶
type DisassociateDRTRoleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateDRTRoleFuture) Get ¶
func (r *DisassociateDRTRoleFuture) Get(ctx workflow.Context) (*shield.DisassociateDRTRoleOutput, error)
type DisassociateHealthCheckFuture ¶
type DisassociateHealthCheckFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DisassociateHealthCheckFuture) Get ¶
func (r *DisassociateHealthCheckFuture) Get(ctx workflow.Context) (*shield.DisassociateHealthCheckOutput, error)
type EnableProactiveEngagementFuture ¶
type EnableProactiveEngagementFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*EnableProactiveEngagementFuture) Get ¶
func (r *EnableProactiveEngagementFuture) Get(ctx workflow.Context) (*shield.EnableProactiveEngagementOutput, error)
type GetSubscriptionStateFuture ¶
type GetSubscriptionStateFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetSubscriptionStateFuture) Get ¶
func (r *GetSubscriptionStateFuture) Get(ctx workflow.Context) (*shield.GetSubscriptionStateOutput, error)
type ListAttacksFuture ¶
func (*ListAttacksFuture) Get ¶
func (r *ListAttacksFuture) Get(ctx workflow.Context) (*shield.ListAttacksOutput, error)
type ListProtectionsFuture ¶
type ListProtectionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListProtectionsFuture) Get ¶
func (r *ListProtectionsFuture) Get(ctx workflow.Context) (*shield.ListProtectionsOutput, error)
type UpdateEmergencyContactSettingsFuture ¶
type UpdateEmergencyContactSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateEmergencyContactSettingsFuture) Get ¶
func (r *UpdateEmergencyContactSettingsFuture) Get(ctx workflow.Context) (*shield.UpdateEmergencyContactSettingsOutput, error)
type UpdateSubscriptionFuture ¶
type UpdateSubscriptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateSubscriptionFuture) Get ¶
func (r *UpdateSubscriptionFuture) Get(ctx workflow.Context) (*shield.UpdateSubscriptionOutput, error)
Click to show internal directories.
Click to hide internal directories.