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::SSM::AutomationExecutionMetadata; use Moose; has AssociationId => (is => 'ro', isa => 'Str'); has AutomationExecutionId => (is => 'ro', isa => 'Str'); has AutomationExecutionStatus => (is => 'ro', isa => 'Str'); has AutomationSubtype => (is => 'ro', isa => 'Str'); has AutomationType => (is => 'ro', isa => 'Str'); has ChangeRequestName => (is => 'ro', isa => 'Str'); has CurrentAction => (is => 'ro', isa => 'Str'); has CurrentStepName => (is => 'ro', isa => 'Str'); has DocumentName => (is => 'ro', isa => 'Str'); has DocumentVersion => (is => 'ro', isa => 'Str'); has ExecutedBy => (is => 'ro', isa => 'Str'); has ExecutionEndTime => (is => 'ro', isa => 'Str'); has ExecutionStartTime => (is => 'ro', isa => 'Str'); has FailureMessage => (is => 'ro', isa => 'Str'); has LogFile => (is => 'ro', isa => 'Str'); has MaxConcurrency => (is => 'ro', isa => 'Str'); has MaxErrors => (is => 'ro', isa => 'Str'); has Mode => (is => 'ro', isa => 'Str'); has OpsItemId => (is => 'ro', isa => 'Str'); has Outputs => (is => 'ro', isa => 'Paws::SSM::AutomationParameterMap'); has ParentAutomationExecutionId => (is => 'ro', isa => 'Str'); has ResolvedTargets => (is => 'ro', isa => 'Paws::SSM::ResolvedTargets'); has Runbooks => (is => 'ro', isa => 'ArrayRef[Paws::SSM::Runbook]'); has ScheduledTime => (is => 'ro', isa => 'Str'); has Target => (is => 'ro', isa => 'Str'); has TargetMaps => (is => 'ro', isa => 'ArrayRef[Paws::SSM::TargetMap]'); has TargetParameterName => (is => 'ro', isa => 'Str'); has Targets => (is => 'ro', isa => 'ArrayRef[Paws::SSM::Target]'); 1; ### main pod documentation begin ### =head1 NAME Paws::SSM::AutomationExecutionMetadata =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::SSM::AutomationExecutionMetadata object: $service_obj->Method(Att1 => { AssociationId => $value, ..., Targets => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::AutomationExecutionMetadata object: $result = $service_obj->Method(...); $result->Att1->AssociationId =head1 DESCRIPTION Details about a specific Automation execution. =head1 ATTRIBUTES =head2 AssociationId => Str The ID of a State Manager association used in the Automation operation. =head2 AutomationExecutionId => Str The execution ID. =head2 AutomationExecutionStatus => Str The status of the execution. =head2 AutomationSubtype => Str The subtype of the Automation operation. Currently, the only supported value is C. =head2 AutomationType => Str Use this filter with DescribeAutomationExecutions. Specify either Local or CrossAccount. CrossAccount is an Automation that runs in multiple AWS Regions and accounts. For more information, see Running Automation workflows in multiple AWS Regions and accounts (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html) in the I. =head2 ChangeRequestName => Str The name of the Change Manager change request. =head2 CurrentAction => Str The action of the step that is currently running. =head2 CurrentStepName => Str The name of the step that is currently running. =head2 DocumentName => Str The name of the Automation document used during execution. =head2 DocumentVersion => Str The document version used during the execution. =head2 ExecutedBy => Str The IAM role ARN of the user who ran the Automation. =head2 ExecutionEndTime => Str The time the execution finished. This is not populated if the execution is still in progress. =head2 ExecutionStartTime => Str The time the execution started. =head2 FailureMessage => Str The list of execution outputs as defined in the Automation document. =head2 LogFile => Str An S3 bucket where execution information is stored. =head2 MaxConcurrency => Str The MaxConcurrency value specified by the user when starting the Automation. =head2 MaxErrors => Str The MaxErrors value specified by the user when starting the Automation. =head2 Mode => Str The Automation execution mode. =head2 OpsItemId => Str The ID of an OpsItem that is created to represent a Change Manager change request. =head2 Outputs => L The list of execution outputs as defined in the Automation document. =head2 ParentAutomationExecutionId => Str The ExecutionId of the parent Automation. =head2 ResolvedTargets => L A list of targets that resolved during the execution. =head2 Runbooks => ArrayRef[L] Information about the Automation runbooks (Automation documents) that are run during a runbook workflow in Change Manager. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received. =head2 ScheduledTime => Str The date and time the Automation operation is scheduled to start. =head2 Target => Str The list of execution outputs as defined in the Automation document. =head2 TargetMaps => ArrayRef[L] The specified key-value mapping of document parameters to target resources. =head2 TargetParameterName => Str The list of execution outputs as defined in the Automation document. =head2 Targets => ArrayRef[L] The targets defined by the user when starting the Automation. =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