The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::Macie - Perl Interface to AWS Amazon Macie

SYNOPSIS

  use Paws;

  my $obj = Paws->service('Macie');
  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

Amazon Macie Classic

Amazon Macie Classic is a security service that uses machine learning to automatically discover, classify, and protect sensitive data in AWS. Macie Classic recognizes sensitive data such as personally identifiable information (PII) or intellectual property, and provides you with dashboards and alerts that give visibility into how this data is being accessed or moved. For more information, see the Amazon Macie Classic User Guide (https://docs.aws.amazon.com/macie/latest/userguide/what-is-macie.html).

For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19

METHODS

AssociateMemberAccount

MemberAccountId => Str

Each argument is described in detail in: Paws::Macie::AssociateMemberAccount

Returns: nothing

Associates a specified AWS account with Amazon Macie Classic as a member account.

AssociateS3Resources

S3Resources => ArrayRef[Paws::Macie::S3ResourceClassification]
[MemberAccountId => Str]

Each argument is described in detail in: Paws::Macie::AssociateS3Resources

Returns: a Paws::Macie::AssociateS3ResourcesResult instance

Associates specified S3 resources with Amazon Macie Classic for monitoring and data classification. If memberAccountId isn't specified, the action associates specified S3 resources with Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action associates specified S3 resources with Macie Classic for the specified member account.

DisassociateMemberAccount

MemberAccountId => Str

Each argument is described in detail in: Paws::Macie::DisassociateMemberAccount

Returns: nothing

Removes the specified member account from Amazon Macie Classic.

DisassociateS3Resources

AssociatedS3Resources => ArrayRef[Paws::Macie::S3Resource]
[MemberAccountId => Str]

Each argument is described in detail in: Paws::Macie::DisassociateS3Resources

Returns: a Paws::Macie::DisassociateS3ResourcesResult instance

Removes specified S3 resources from being monitored by Amazon Macie Classic. If memberAccountId isn't specified, the action removes specified S3 resources from Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action removes specified S3 resources from Macie Classic for the specified member account.

ListMemberAccounts

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::Macie::ListMemberAccounts

Returns: a Paws::Macie::ListMemberAccountsResult instance

Lists all Amazon Macie Classic member accounts for the current Macie Classic administrator account.

ListS3Resources

[MaxResults => Int]
[MemberAccountId => Str]
[NextToken => Str]

Each argument is described in detail in: Paws::Macie::ListS3Resources

Returns: a Paws::Macie::ListS3ResourcesResult instance

Lists all the S3 resources associated with Amazon Macie Classic. If memberAccountId isn't specified, the action lists the S3 resources associated with Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action lists the S3 resources associated with Macie Classic for the specified member account.

UpdateS3Resources

S3ResourcesUpdate => ArrayRef[Paws::Macie::S3ResourceClassificationUpdate]
[MemberAccountId => Str]

Each argument is described in detail in: Paws::Macie::UpdateS3Resources

Returns: a Paws::Macie::UpdateS3ResourcesResult instance

Updates the classification types for the specified S3 resources. If memberAccountId isn't specified, the action updates the classification types of the S3 resources associated with Amazon Macie Classic for the current Macie Classic administrator account. If memberAccountId is specified, the action updates the classification types of the S3 resources associated with Macie Classic for the specified member account.

PAGINATORS

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

ListAllMemberAccounts(sub { },[MaxResults => Int, NextToken => Str])

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

If passed a sub as first parameter, it will call the sub for each element found in :

 - memberAccounts, passing the object as the first parameter, and the string 'memberAccounts' as the second parameter 

If not, it will return a a Paws::Macie::ListMemberAccountsResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

ListAllS3Resources(sub { },[MaxResults => Int, MemberAccountId => Str, NextToken => Str])

ListAllS3Resources([MaxResults => Int, MemberAccountId => Str, NextToken => Str])

If passed a sub as first parameter, it will call the sub for each element found in :

 - s3Resources, passing the object as the first parameter, and the string 's3Resources' as the second parameter 

If not, it will return a a Paws::Macie::ListS3ResourcesResult instance with all the params; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

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