[][src]Trait rusoto_shield::Shield

pub trait Shield {
#[must_use]    pub fn associate_drt_log_bucket<'life0, 'async_trait>(
        &'life0 self,
        input: AssociateDRTLogBucketRequest
    ) -> Pin<Box<dyn Future<Output = Result<AssociateDRTLogBucketResponse, RusotoError<AssociateDRTLogBucketError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn associate_drt_role<'life0, 'async_trait>(
        &'life0 self,
        input: AssociateDRTRoleRequest
    ) -> Pin<Box<dyn Future<Output = Result<AssociateDRTRoleResponse, RusotoError<AssociateDRTRoleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn associate_health_check<'life0, 'async_trait>(
        &'life0 self,
        input: AssociateHealthCheckRequest
    ) -> Pin<Box<dyn Future<Output = Result<AssociateHealthCheckResponse, RusotoError<AssociateHealthCheckError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn associate_proactive_engagement_details<'life0, 'async_trait>(
        &'life0 self,
        input: AssociateProactiveEngagementDetailsRequest
    ) -> Pin<Box<dyn Future<Output = Result<AssociateProactiveEngagementDetailsResponse, RusotoError<AssociateProactiveEngagementDetailsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_protection<'life0, 'async_trait>(
        &'life0 self,
        input: CreateProtectionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateProtectionResponse, RusotoError<CreateProtectionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_subscription<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<CreateSubscriptionResponse, RusotoError<CreateSubscriptionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_protection<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteProtectionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteProtectionResponse, RusotoError<DeleteProtectionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_subscription<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DeleteSubscriptionResponse, RusotoError<DeleteSubscriptionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_attack<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeAttackRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeAttackResponse, RusotoError<DescribeAttackError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_drt_access<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DescribeDRTAccessResponse, RusotoError<DescribeDRTAccessError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_emergency_contact_settings<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DescribeEmergencyContactSettingsResponse, RusotoError<DescribeEmergencyContactSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_protection<'life0, 'async_trait>(
        &'life0 self,
        input: DescribeProtectionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DescribeProtectionResponse, RusotoError<DescribeProtectionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn describe_subscription<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DescribeSubscriptionResponse, RusotoError<DescribeSubscriptionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disable_proactive_engagement<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DisableProactiveEngagementResponse, RusotoError<DisableProactiveEngagementError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_drt_log_bucket<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociateDRTLogBucketRequest
    ) -> Pin<Box<dyn Future<Output = Result<DisassociateDRTLogBucketResponse, RusotoError<DisassociateDRTLogBucketError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_drt_role<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<DisassociateDRTRoleResponse, RusotoError<DisassociateDRTRoleError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_health_check<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociateHealthCheckRequest
    ) -> Pin<Box<dyn Future<Output = Result<DisassociateHealthCheckResponse, RusotoError<DisassociateHealthCheckError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn enable_proactive_engagement<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<EnableProactiveEngagementResponse, RusotoError<EnableProactiveEngagementError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_subscription_state<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<GetSubscriptionStateResponse, RusotoError<GetSubscriptionStateError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_attacks<'life0, 'async_trait>(
        &'life0 self,
        input: ListAttacksRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAttacksResponse, RusotoError<ListAttacksError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_protections<'life0, 'async_trait>(
        &'life0 self,
        input: ListProtectionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListProtectionsResponse, RusotoError<ListProtectionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_emergency_contact_settings<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateEmergencyContactSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateEmergencyContactSettingsResponse, RusotoError<UpdateEmergencyContactSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_subscription<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateSubscriptionRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateSubscriptionResponse, RusotoError<UpdateSubscriptionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the AWS Shield API. AWS Shield clients implement this trait.

Required methods

#[must_use]pub fn associate_drt_log_bucket<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateDRTLogBucketRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateDRTLogBucketResponse, RusotoError<AssociateDRTLogBucketError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Authorizes the DDoS Response Team (DRT) to access the specified Amazon S3 bucket containing your AWS WAF logs. You can associate up to 10 Amazon S3 buckets with your subscription.

To use the services of the DRT and make an AssociateDRTLogBucket request, you must be subscribed to the Business Support plan or the Enterprise Support plan.

#[must_use]pub fn associate_drt_role<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateDRTRoleRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateDRTRoleResponse, RusotoError<AssociateDRTRoleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Authorizes the DDoS Response Team (DRT), using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the DRT to inspect your AWS WAF configuration and create or update AWS WAF rules and web ACLs.

You can associate only one RoleArn with your subscription. If you submit an AssociateDRTRole request for an account that already has an associated role, the new RoleArn will replace the existing RoleArn.

Prior to making the AssociateDRTRole request, you must attach the AWSShieldDRTAccessPolicy managed policy to the role you will specify in the request. For more information see Attaching and Detaching IAM Policies. The role must also trust the service principal drt.shield.amazonaws.com. For more information, see IAM JSON Policy Elements: Principal.

The DRT will have access only to your AWS WAF and Shield resources. By submitting this request, you authorize the DRT to inspect your AWS WAF and Shield configuration and create and update AWS WAF rules and web ACLs on your behalf. The DRT takes these actions only if explicitly authorized by you.

You must have the iam:PassRole permission to make an AssociateDRTRole request. For more information, see Granting a User Permissions to Pass a Role to an AWS Service.

To use the services of the DRT and make an AssociateDRTRole request, you must be subscribed to the Business Support plan or the Enterprise Support plan.

#[must_use]pub fn associate_health_check<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateHealthCheckRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateHealthCheckResponse, RusotoError<AssociateHealthCheckError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds health-based detection to the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.

You define the health check in Route 53 and then associate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the AWS WAF and AWS Shield Developer Guide.

#[must_use]pub fn associate_proactive_engagement_details<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateProactiveEngagementDetailsRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateProactiveEngagementDetailsResponse, RusotoError<AssociateProactiveEngagementDetailsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Initializes proactive engagement and sets the list of contacts for the DDoS Response Team (DRT) to use. You must provide at least one phone number in the emergency contact list.

After you have initialized proactive engagement using this call, to disable or enable proactive engagement, use the calls DisableProactiveEngagement and EnableProactiveEngagement.

This call defines the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for escalations to the DRT and to initiate proactive customer support.

The contacts that you provide in the request replace any contacts that were already defined. If you already have contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings and then provide it to this call.

#[must_use]pub fn create_protection<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProtectionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateProtectionResponse, RusotoError<CreateProtectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables AWS Shield Advanced for a specific AWS resource. The resource can be an Amazon CloudFront distribution, Elastic Load Balancing load balancer, AWS Global Accelerator accelerator, Elastic IP Address, or an Amazon Route 53 hosted zone.

You can add protection to only a single resource with each CreateProtection request. If you want to add protection to multiple resources at once, use the AWS WAF console. For more information see Getting Started with AWS Shield Advanced and Add AWS Shield Advanced Protection to more AWS Resources.

#[must_use]pub fn create_subscription<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<CreateSubscriptionResponse, RusotoError<CreateSubscriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Activates AWS Shield Advanced for an account.

When you initally create a subscription, your subscription is set to be automatically renewed at the end of the existing subscription period. You can change this by submitting an UpdateSubscription request.

#[must_use]pub fn delete_protection<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteProtectionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteProtectionResponse, RusotoError<DeleteProtectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an AWS Shield Advanced Protection.

#[must_use]pub fn delete_subscription<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DeleteSubscriptionResponse, RusotoError<DeleteSubscriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes AWS Shield Advanced from an account. AWS Shield Advanced requires a 1-year subscription commitment. You cannot delete a subscription prior to the completion of that commitment.

#[must_use]pub fn describe_attack<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAttackRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAttackResponse, RusotoError<DescribeAttackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the details of a DDoS attack.

#[must_use]pub fn describe_drt_access<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeDRTAccessResponse, RusotoError<DescribeDRTAccessError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the current role and list of Amazon S3 log buckets used by the DDoS Response Team (DRT) to access your AWS account while assisting with attack mitigation.

#[must_use]pub fn describe_emergency_contact_settings<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeEmergencyContactSettingsResponse, RusotoError<DescribeEmergencyContactSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.

#[must_use]pub fn describe_protection<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProtectionRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeProtectionResponse, RusotoError<DescribeProtectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the details of a Protection object.

#[must_use]pub fn describe_subscription<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeSubscriptionResponse, RusotoError<DescribeSubscriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides details about the AWS Shield Advanced subscription for an account.

#[must_use]pub fn disable_proactive_engagement<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DisableProactiveEngagementResponse, RusotoError<DisableProactiveEngagementError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to initiate proactive customer support.

#[must_use]pub fn disassociate_drt_log_bucket<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateDRTLogBucketRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociateDRTLogBucketResponse, RusotoError<DisassociateDRTLogBucketError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the DDoS Response Team's (DRT) access to the specified Amazon S3 bucket containing your AWS WAF logs.

To make a DisassociateDRTLogBucket request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are not subscribed to one of these support plans, but had been previously and had granted the DRT access to your account, you can submit a DisassociateDRTLogBucket request to remove this access.

#[must_use]pub fn disassociate_drt_role<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DisassociateDRTRoleResponse, RusotoError<DisassociateDRTRoleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the DDoS Response Team's (DRT) access to your AWS account.

To make a DisassociateDRTRole request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are not subscribed to one of these support plans, but had been previously and had granted the DRT access to your account, you can submit a DisassociateDRTRole request to remove this access.

#[must_use]pub fn disassociate_health_check<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateHealthCheckRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociateHealthCheckResponse, RusotoError<DisassociateHealthCheckError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes health-based detection from the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.

You define the health check in Route 53 and then associate or disassociate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the AWS WAF and AWS Shield Developer Guide.

#[must_use]pub fn enable_proactive_engagement<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<EnableProactiveEngagementResponse, RusotoError<EnableProactiveEngagementError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Authorizes the DDoS Response Team (DRT) to use email and phone to notify contacts about escalations to the DRT and to initiate proactive customer support.

#[must_use]pub fn get_subscription_state<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetSubscriptionStateResponse, RusotoError<GetSubscriptionStateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the SubscriptionState, either Active or Inactive.

#[must_use]pub fn list_attacks<'life0, 'async_trait>(
    &'life0 self,
    input: ListAttacksRequest
) -> Pin<Box<dyn Future<Output = Result<ListAttacksResponse, RusotoError<ListAttacksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.

#[must_use]pub fn list_protections<'life0, 'async_trait>(
    &'life0 self,
    input: ListProtectionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListProtectionsResponse, RusotoError<ListProtectionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all Protection objects for the account.

#[must_use]pub fn update_emergency_contact_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateEmergencyContactSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateEmergencyContactSettingsResponse, RusotoError<UpdateEmergencyContactSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the details of the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.

#[must_use]pub fn update_subscription<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateSubscriptionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateSubscriptionResponse, RusotoError<UpdateSubscriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.

Loading content...

Implementors

impl Shield for ShieldClient[src]

pub fn associate_drt_log_bucket<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateDRTLogBucketRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateDRTLogBucketResponse, RusotoError<AssociateDRTLogBucketError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Authorizes the DDoS Response Team (DRT) to access the specified Amazon S3 bucket containing your AWS WAF logs. You can associate up to 10 Amazon S3 buckets with your subscription.

To use the services of the DRT and make an AssociateDRTLogBucket request, you must be subscribed to the Business Support plan or the Enterprise Support plan.

pub fn associate_drt_role<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateDRTRoleRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateDRTRoleResponse, RusotoError<AssociateDRTRoleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Authorizes the DDoS Response Team (DRT), using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks. This enables the DRT to inspect your AWS WAF configuration and create or update AWS WAF rules and web ACLs.

You can associate only one RoleArn with your subscription. If you submit an AssociateDRTRole request for an account that already has an associated role, the new RoleArn will replace the existing RoleArn.

Prior to making the AssociateDRTRole request, you must attach the AWSShieldDRTAccessPolicy managed policy to the role you will specify in the request. For more information see Attaching and Detaching IAM Policies. The role must also trust the service principal drt.shield.amazonaws.com. For more information, see IAM JSON Policy Elements: Principal.

The DRT will have access only to your AWS WAF and Shield resources. By submitting this request, you authorize the DRT to inspect your AWS WAF and Shield configuration and create and update AWS WAF rules and web ACLs on your behalf. The DRT takes these actions only if explicitly authorized by you.

You must have the iam:PassRole permission to make an AssociateDRTRole request. For more information, see Granting a User Permissions to Pass a Role to an AWS Service.

To use the services of the DRT and make an AssociateDRTRole request, you must be subscribed to the Business Support plan or the Enterprise Support plan.

pub fn associate_health_check<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateHealthCheckRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateHealthCheckResponse, RusotoError<AssociateHealthCheckError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds health-based detection to the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.

You define the health check in Route 53 and then associate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the AWS WAF and AWS Shield Developer Guide.

pub fn associate_proactive_engagement_details<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateProactiveEngagementDetailsRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateProactiveEngagementDetailsResponse, RusotoError<AssociateProactiveEngagementDetailsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Initializes proactive engagement and sets the list of contacts for the DDoS Response Team (DRT) to use. You must provide at least one phone number in the emergency contact list.

After you have initialized proactive engagement using this call, to disable or enable proactive engagement, use the calls DisableProactiveEngagement and EnableProactiveEngagement.

This call defines the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you for escalations to the DRT and to initiate proactive customer support.

The contacts that you provide in the request replace any contacts that were already defined. If you already have contacts defined and want to use them, retrieve the list using DescribeEmergencyContactSettings and then provide it to this call.

pub fn create_protection<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProtectionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateProtectionResponse, RusotoError<CreateProtectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Enables AWS Shield Advanced for a specific AWS resource. The resource can be an Amazon CloudFront distribution, Elastic Load Balancing load balancer, AWS Global Accelerator accelerator, Elastic IP Address, or an Amazon Route 53 hosted zone.

You can add protection to only a single resource with each CreateProtection request. If you want to add protection to multiple resources at once, use the AWS WAF console. For more information see Getting Started with AWS Shield Advanced and Add AWS Shield Advanced Protection to more AWS Resources.

pub fn create_subscription<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<CreateSubscriptionResponse, RusotoError<CreateSubscriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Activates AWS Shield Advanced for an account.

When you initally create a subscription, your subscription is set to be automatically renewed at the end of the existing subscription period. You can change this by submitting an UpdateSubscription request.

pub fn delete_protection<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteProtectionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteProtectionResponse, RusotoError<DeleteProtectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an AWS Shield Advanced Protection.

pub fn delete_subscription<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DeleteSubscriptionResponse, RusotoError<DeleteSubscriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes AWS Shield Advanced from an account. AWS Shield Advanced requires a 1-year subscription commitment. You cannot delete a subscription prior to the completion of that commitment.

pub fn describe_attack<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeAttackRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeAttackResponse, RusotoError<DescribeAttackError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Describes the details of a DDoS attack.

pub fn describe_drt_access<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeDRTAccessResponse, RusotoError<DescribeDRTAccessError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the current role and list of Amazon S3 log buckets used by the DDoS Response Team (DRT) to access your AWS account while assisting with attack mitigation.

pub fn describe_emergency_contact_settings<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeEmergencyContactSettingsResponse, RusotoError<DescribeEmergencyContactSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

A list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.

pub fn describe_protection<'life0, 'async_trait>(
    &'life0 self,
    input: DescribeProtectionRequest
) -> Pin<Box<dyn Future<Output = Result<DescribeProtectionResponse, RusotoError<DescribeProtectionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the details of a Protection object.

pub fn describe_subscription<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DescribeSubscriptionResponse, RusotoError<DescribeSubscriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Provides details about the AWS Shield Advanced subscription for an account.

pub fn disable_proactive_engagement<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DisableProactiveEngagementResponse, RusotoError<DisableProactiveEngagementError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes authorization from the DDoS Response Team (DRT) to notify contacts about escalations to the DRT and to initiate proactive customer support.

pub fn disassociate_drt_log_bucket<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateDRTLogBucketRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociateDRTLogBucketResponse, RusotoError<DisassociateDRTLogBucketError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the DDoS Response Team's (DRT) access to the specified Amazon S3 bucket containing your AWS WAF logs.

To make a DisassociateDRTLogBucket request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are not subscribed to one of these support plans, but had been previously and had granted the DRT access to your account, you can submit a DisassociateDRTLogBucket request to remove this access.

pub fn disassociate_drt_role<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<DisassociateDRTRoleResponse, RusotoError<DisassociateDRTRoleError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the DDoS Response Team's (DRT) access to your AWS account.

To make a DisassociateDRTRole request, you must be subscribed to the Business Support plan or the Enterprise Support plan. However, if you are not subscribed to one of these support plans, but had been previously and had granted the DRT access to your account, you can submit a DisassociateDRTRole request to remove this access.

pub fn disassociate_health_check<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateHealthCheckRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociateHealthCheckResponse, RusotoError<DisassociateHealthCheckError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes health-based detection from the Shield Advanced protection for a resource. Shield Advanced health-based detection uses the health of your AWS resource to improve responsiveness and accuracy in attack detection and mitigation.

You define the health check in Route 53 and then associate or disassociate it with your Shield Advanced protection. For more information, see Shield Advanced Health-Based Detection in the AWS WAF and AWS Shield Developer Guide.

pub fn enable_proactive_engagement<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<EnableProactiveEngagementResponse, RusotoError<EnableProactiveEngagementError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Authorizes the DDoS Response Team (DRT) to use email and phone to notify contacts about escalations to the DRT and to initiate proactive customer support.

pub fn get_subscription_state<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetSubscriptionStateResponse, RusotoError<GetSubscriptionStateError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the SubscriptionState, either Active or Inactive.

pub fn list_attacks<'life0, 'async_trait>(
    &'life0 self,
    input: ListAttacksRequest
) -> Pin<Box<dyn Future<Output = Result<ListAttacksResponse, RusotoError<ListAttacksError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns all ongoing DDoS attacks or all DDoS attacks during a specified time period.

pub fn list_protections<'life0, 'async_trait>(
    &'life0 self,
    input: ListProtectionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListProtectionsResponse, RusotoError<ListProtectionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists all Protection objects for the account.

pub fn update_emergency_contact_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateEmergencyContactSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateEmergencyContactSettingsResponse, RusotoError<UpdateEmergencyContactSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the details of the list of email addresses and phone numbers that the DDoS Response Team (DRT) can use to contact you if you have proactive engagement enabled, for escalations to the DRT and to initiate proactive customer support.

pub fn update_subscription<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateSubscriptionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateSubscriptionResponse, RusotoError<UpdateSubscriptionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the details of an existing subscription. Only enter values for parameters you want to change. Empty parameters are not updated.

Loading content...