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

NAME

Paws::S3Control - Perl Interface to AWS AWS S3 Control

SYNOPSIS

  use Paws;

  my $obj = Paws->service('S3Control');
  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 S3 Control provides access to Amazon S3 control plane operations.

For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/s3-control-2018-08-20

METHODS

CreateJob

AccountId => Str
ClientRequestToken => Str
Manifest => Paws::S3Control::JobManifest
Operation => Paws::S3Control::JobOperation
Priority => Int
Report => Paws::S3Control::JobReport
RoleArn => Str
[ConfirmationRequired => Bool]
[Description => Str]

Each argument is described in detail in: Paws::S3Control::CreateJob

Returns: a Paws::S3Control::CreateJobResult instance

Creates an Amazon S3 batch operations job.

DeletePublicAccessBlock

AccountId => Str

Each argument is described in detail in: Paws::S3Control::DeletePublicAccessBlock

Returns: nothing

Deletes the block public access configuration for the specified account.

DescribeJob

AccountId => Str
JobId => Str

Each argument is described in detail in: Paws::S3Control::DescribeJob

Returns: a Paws::S3Control::DescribeJobResult instance

Retrieves the configuration parameters and status for a batch operations job.

GetPublicAccessBlock

AccountId => Str

Each argument is described in detail in: Paws::S3Control::GetPublicAccessBlock

Returns: a Paws::S3Control::GetPublicAccessBlockOutput instance

ListJobs

AccountId => Str
[JobStatuses => ArrayRef[Str|Undef]]
[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::S3Control::ListJobs

Returns: a Paws::S3Control::ListJobsResult instance

Lists current jobs and jobs that have ended within the last 30 days for the AWS account making the request.

PutPublicAccessBlock

AccountId => Str
PublicAccessBlockConfiguration => Paws::S3Control::PublicAccessBlockConfiguration

Each argument is described in detail in: Paws::S3Control::PutPublicAccessBlock

Returns: nothing

UpdateJobPriority

AccountId => Str
JobId => Str
Priority => Int

Each argument is described in detail in: Paws::S3Control::UpdateJobPriority

Returns: a Paws::S3Control::UpdateJobPriorityResult instance

Updates an existing job's priority.

UpdateJobStatus

AccountId => Str
JobId => Str
RequestedJobStatus => Str
[StatusUpdateReason => Str]

Each argument is described in detail in: Paws::S3Control::UpdateJobStatus

Returns: a Paws::S3Control::UpdateJobStatusResult instance

Updates the status for the specified job. Use this operation to confirm that you want to run a job or to cancel an existing job.

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