![]() |
![]()
| ![]() |
![]()
NAMEPaws::MigrationHub::NotifyMigrationTaskState - Arguments for method NotifyMigrationTaskState on Paws::MigrationHub DESCRIPTIONThis class represents the parameters used for calling the method NotifyMigrationTaskState on the AWS Migration Hub service. Use the attributes of this class as arguments to method NotifyMigrationTaskState. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to NotifyMigrationTaskState. SYNOPSISmy $mgh = Paws->service('MigrationHub'); my $NotifyMigrationTaskStateResult = $mgh->NotifyMigrationTaskState( MigrationTaskName => 'MyMigrationTaskName', NextUpdateSeconds => 1, ProgressUpdateStream => 'MyProgressUpdateStream', Task => { Status => 'NOT_STARTED', # values: NOT_STARTED, IN_PROGRESS, FAILED, COMPLETED ProgressPercent => 1, # max: 100; OPTIONAL StatusDetail => 'MyStatusDetail', # max: 500; OPTIONAL }, UpdateDateTime => '1970-01-01T01:00:00', DryRun => 1, # OPTIONAL ); Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/mgh/NotifyMigrationTaskState> ATTRIBUTESDryRun => BoolOptional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call. REQUIRED MigrationTaskName => StrUnique identifier that references the migration task. Do not store personal data in this field. REQUIRED NextUpdateSeconds => IntNumber of seconds after the UpdateDateTime within which the Migration Hub can expect an update. If Migration Hub does not receive an update within the specified interval, then the migration task will be considered stale. REQUIRED ProgressUpdateStream => StrThe name of the ProgressUpdateStream. REQUIRED Task => Paws::MigrationHub::TaskInformation about the task's progress and status. REQUIRED UpdateDateTime => StrThe timestamp when the task was gathered. SEE ALSOThis class forms part of Paws, documenting arguments for method NotifyMigrationTaskState in Paws::MigrationHub BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|