Struct rusoto_shield::ShieldClient[][src]

pub struct ShieldClient { /* fields omitted */ }

A client for the AWS Shield API.

Methods

impl ShieldClient
[src]

Creates a client backed by the default tokio event loop.

The client will use the default credentials provider and tls client.

Trait Implementations

impl Shield for ShieldClient
[src]

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

Activates AWS Shield Advanced for an account.

Deletes an AWS Shield Advanced Protection.

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.

Describes the details of a DDoS attack.

Lists the details of a Protection object.

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

Returns the SubscriptionState, either Active or Inactive.

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

Lists all Protection objects for the account.

Auto Trait Implementations