GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::SSM::AutomationExecution(3) User Contributed Perl Documentation Paws::SSM::AutomationExecution(3)

Paws::SSM::AutomationExecution

This class represents one of two things:

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::AutomationExecution object:

  $service_obj->Method(Att1 => { AssociationId => $value, ..., Targets => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::AutomationExecution object:

  $result = $service_obj->Method(...);
  $result->Att1->AssociationId

Detailed information about the current state of an individual Automation execution.

The ID of a State Manager association used in the Automation operation.

The execution ID.

The execution status of the Automation.

The subtype of the Automation operation. Currently, the only supported value is "ChangeRequest".

The name of the Change Manager change request.

The action of the step that is currently running.

The name of the step that is currently running.

The name of the Automation document used during the execution.

The version of the document to use during execution.

The Amazon Resource Name (ARN) of the user who ran the automation.

The time the execution finished.

The time the execution started.

A message describing why an execution has failed, if the status is set to Failed.

The MaxConcurrency value specified by the user when the execution started.

The MaxErrors value specified by the user when the execution started.

The automation execution mode.

The ID of an OpsItem that is created to represent a Change Manager change request.

The list of execution outputs as defined in the automation document.

The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.

The AutomationExecutionId of the parent automation.

An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account Automation execution.

A list of resolved targets in the rate control execution.

Information about the Automation runbooks (Automation documents) that are run as part of a runbook workflow.

The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.

The date and time the Automation operation is scheduled to start.

A list of details about the current state of all steps that comprise an execution. An Automation document contains a list of steps that are run in order.

A boolean value that indicates if the response contains the full list of the Automation step executions. If true, use the DescribeAutomationStepExecutions API action to get the full list of step executions.

The target of the execution.

The combination of AWS Regions and/or AWS accounts where you want to run the Automation.

The specified key-value mapping of document parameters to target resources.

The parameter name.

The specified targets.

This class forms part of Paws, describing an object used in Paws::SSM

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.