The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::Shield - Perl Interface to AWS AWS Shield

SYNOPSIS

  use Paws;

  my $obj = Paws->service('Shield');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

DESCRIPTION

AWS Shield Advanced

This is the AWS Shield Advanced API Reference. This guide is for developers who need detailed information about the AWS Shield Advanced API actions, data types, and errors. For detailed information about AWS WAF and AWS Shield Advanced features and an overview of how to use the AWS WAF and AWS Shield Advanced APIs, see the AWS WAF and AWS Shield Developer Guide.

METHODS

CreateProtection(Name => Str, ResourceArn => Str)

Each argument is described in detail in: Paws::Shield::CreateProtection

Returns: a Paws::Shield::CreateProtectionResponse instance

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

CreateSubscription()

Each argument is described in detail in: Paws::Shield::CreateSubscription

Returns: a Paws::Shield::CreateSubscriptionResponse instance

  Activates AWS Shield Advanced for an account.

DeleteProtection(ProtectionId => Str)

Each argument is described in detail in: Paws::Shield::DeleteProtection

Returns: a Paws::Shield::DeleteProtectionResponse instance

  Deletes an AWS Shield Advanced Protection.

DeleteSubscription()

Each argument is described in detail in: Paws::Shield::DeleteSubscription

Returns: a Paws::Shield::DeleteSubscriptionResponse instance

  Removes AWS Shield Advanced from an account.

DescribeAttack(AttackId => Str)

Each argument is described in detail in: Paws::Shield::DescribeAttack

Returns: a Paws::Shield::DescribeAttackResponse instance

  Describes the details of a DDoS attack.

DescribeProtection(ProtectionId => Str)

Each argument is described in detail in: Paws::Shield::DescribeProtection

Returns: a Paws::Shield::DescribeProtectionResponse instance

  Lists the details of a Protection object.

DescribeSubscription()

Each argument is described in detail in: Paws::Shield::DescribeSubscription

Returns: a Paws::Shield::DescribeSubscriptionResponse instance

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

ListAttacks([EndTime => Paws::Shield::TimeRange, MaxResults => Int, NextToken => Str, ResourceArns => ArrayRef[Str|Undef], StartTime => Paws::Shield::TimeRange])

Each argument is described in detail in: Paws::Shield::ListAttacks

Returns: a Paws::Shield::ListAttacksResponse instance

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

ListProtections([MaxResults => Int, NextToken => Str])

Each argument is described in detail in: Paws::Shield::ListProtections

Returns: a Paws::Shield::ListProtectionsResponse instance

  Lists all Protection objects for the account.

PAGINATORS

Paginator methods are helpers that repetively call methods that return partial results

SEE ALSO

This service class forms part of Paws

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues