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::FSX::DataRepositoryTask; use Moose; has CreationTime => (is => 'ro', isa => 'Str', required => 1); has EndTime => (is => 'ro', isa => 'Str'); has FailureDetails => (is => 'ro', isa => 'Paws::FSX::DataRepositoryTaskFailureDetails'); has FileSystemId => (is => 'ro', isa => 'Str', required => 1); has Lifecycle => (is => 'ro', isa => 'Str', required => 1); has Paths => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has Report => (is => 'ro', isa => 'Paws::FSX::CompletionReport'); has ResourceARN => (is => 'ro', isa => 'Str'); has StartTime => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Paws::FSX::DataRepositoryTaskStatus'); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::FSX::Tag]'); has TaskId => (is => 'ro', isa => 'Str', required => 1); has Type => (is => 'ro', isa => 'Str', required => 1); 1; ### main pod documentation begin ### =head1 NAME Paws::FSX::DataRepositoryTask =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::FSX::DataRepositoryTask object: $service_obj->Method(Att1 => { CreationTime => $value, ..., Type => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::FSX::DataRepositoryTask object: $result = $service_obj->Method(...); $result->Att1->CreationTime =head1 DESCRIPTION A description of the data repository task. You use data repository tasks to perform bulk transfer operations between your Amazon FSx file system and its linked data repository. =head1 ATTRIBUTES =head2 B CreationTime => Str =head2 EndTime => Str The time that Amazon FSx completed processing the task, populated after the task is complete. =head2 FailureDetails => L Failure message describing why the task failed, it is populated only when C is set to C. =head2 B FileSystemId => Str =head2 B Lifecycle => Str The lifecycle status of the data repository task, as follows: =over =item * C - Amazon FSx has not started the task. =item * C - Amazon FSx is processing the task. =item * C - Amazon FSx was not able to complete the task. For example, there may be files the task failed to process. The DataRepositoryTaskFailureDetails property provides more information about task failures. =item * C - FSx completed the task successfully. =item * C - Amazon FSx canceled the task and it did not complete. =item * C - FSx is in process of canceling the task. =back You cannot delete an FSx for Lustre file system if there are data repository tasks for the file system in the C or C states. Please retry when the data repository task is finished (with a status of C, C, or C). You can use the DescribeDataRepositoryTask action to monitor the task status. Contact the FSx team if you need to delete your file system immediately. =head2 Paths => ArrayRef[Str|Undef] An array of paths on the Amazon FSx for Lustre file system that specify the data for the data repository task to process. For example, in an EXPORT_TO_REPOSITORY task, the paths specify which data to export to the linked data repository. (Default) If C is not specified, Amazon FSx uses the file system root directory. =head2 Report => L =head2 ResourceARN => Str =head2 StartTime => Str The time that Amazon FSx began processing the task. =head2 Status => L Provides the status of the number of files that the task has processed successfully and failed to process. =head2 Tags => ArrayRef[L] =head2 B TaskId => Str The system-generated, unique 17-digit ID of the data repository task. =head2 B Type => Str The type of data repository task; EXPORT_TO_REPOSITORY is the only type currently supported. =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