PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::S3Control::S3CopyObjectOperation; use Moose; has AccessControlGrants => (is => 'ro', isa => 'ArrayRef[Paws::S3Control::S3Grant]'); has BucketKeyEnabled => (is => 'ro', isa => 'Bool'); has CannedAccessControlList => (is => 'ro', isa => 'Str'); has MetadataDirective => (is => 'ro', isa => 'Str'); has ModifiedSinceConstraint => (is => 'ro', isa => 'Str'); has NewObjectMetadata => (is => 'ro', isa => 'Paws::S3Control::S3ObjectMetadata'); has NewObjectTagging => (is => 'ro', isa => 'ArrayRef[Paws::S3Control::S3Tag]'); has ObjectLockLegalHoldStatus => (is => 'ro', isa => 'Str'); has ObjectLockMode => (is => 'ro', isa => 'Str'); has ObjectLockRetainUntilDate => (is => 'ro', isa => 'Str'); has RedirectLocation => (is => 'ro', isa => 'Str'); has RequesterPays => (is => 'ro', isa => 'Bool'); has SSEAwsKmsKeyId => (is => 'ro', isa => 'Str'); has StorageClass => (is => 'ro', isa => 'Str'); has TargetKeyPrefix => (is => 'ro', isa => 'Str'); has TargetResource => (is => 'ro', isa => 'Str'); has UnModifiedSinceConstraint => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::S3Control::S3CopyObjectOperation =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::S3Control::S3CopyObjectOperation object: $service_obj->Method(Att1 => { AccessControlGrants => $value, ..., UnModifiedSinceConstraint => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::S3Control::S3CopyObjectOperation object: $result = $service_obj->Method(...); $result->Att1->AccessControlGrants =head1 DESCRIPTION Contains the configuration parameters for a PUT Copy object operation. S3 Batch Operations passes every object to the underlying PUT Copy object API. For more information about the parameters for this operation, see PUT Object - Copy (https://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html). =head1 ATTRIBUTES =head2 AccessControlGrants => ArrayRef[L] =head2 BucketKeyEnabled => Bool Specifies whether Amazon S3 should use an S3 Bucket Key for object encryption with server-side encryption using AWS KMS (SSE-KMS). Setting this header to C causes Amazon S3 to use an S3 Bucket Key for object encryption with SSE-KMS. Specifying this header with an I action doesnEt affect I settings for S3 Bucket Key. =head2 CannedAccessControlList => Str =head2 MetadataDirective => Str =head2 ModifiedSinceConstraint => Str =head2 NewObjectMetadata => L =head2 NewObjectTagging => ArrayRef[L] =head2 ObjectLockLegalHoldStatus => Str The legal hold status to be applied to all objects in the Batch Operations job. =head2 ObjectLockMode => Str The retention mode to be applied to all objects in the Batch Operations job. =head2 ObjectLockRetainUntilDate => Str The date when the applied object retention configuration expires on all objects in the Batch Operations job. =head2 RedirectLocation => Str Specifies an optional metadata property for website redirects, C. Allows webpage redirects if the object is accessed through a website endpoint. =head2 RequesterPays => Bool =head2 SSEAwsKmsKeyId => Str =head2 StorageClass => Str =head2 TargetKeyPrefix => Str Specifies the folder prefix into which you would like the objects to be copied. For example, to copy objects into a folder named "Folder1" in the destination bucket, set the TargetKeyPrefix to "Folder1/". =head2 TargetResource => Str Specifies the destination bucket ARN for the batch copy operation. For example, to copy objects to a bucket named "destinationBucket", set the TargetResource to "arn:aws:s3:::destinationBucket". =head2 UnModifiedSinceConstraint => Str =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut