You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-ssm): This release introduces the ability to filter automation execution steps which have parent steps. In addition, runbook variable information is returned by GetAutomationExecution and parent step information is returned by the DescribeAutomationStepExecutions API.
Copy file name to clipboardExpand all lines: clients/client-ssm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ operations at scale.</p>
15
15
</p>
16
16
<ul>
17
17
<li>
18
-
<p>For information about each of the capabilities that comprise Systems Manager, see <ahref="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/systems-manager-capabilities.html">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
18
+
<p>For information about each of the capabilities that comprise Systems Manager, see <ahref="https://docs.aws.amazon.com/systems-manager/latest/userguide/what-is-systems-manager.html#systems-manager-capabilities">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
19
19
</li>
20
20
<li>
21
21
<p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
Copy file name to clipboardExpand all lines: clients/client-ssm/src/SSM.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3082,7 +3082,7 @@ export interface SSM {
3082
3082
* </p>
3083
3083
* <ul>
3084
3084
* <li>
3085
-
* <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/systems-manager-capabilities.html">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3085
+
* <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/what-is-systems-manager.html#systems-manager-capabilities">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3086
3086
* </li>
3087
3087
* <li>
3088
3088
* <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
* <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/systems-manager-capabilities.html">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
948
+
* <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/what-is-systems-manager.html#systems-manager-capabilities">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
949
949
* </li>
950
950
* <li>
951
951
* <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
Copy file name to clipboardExpand all lines: clients/client-ssm/src/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
* </p>
11
11
* <ul>
12
12
* <li>
13
-
* <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/systems-manager-capabilities.html">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
13
+
* <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/what-is-systems-manager.html#systems-manager-capabilities">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
14
14
* </li>
15
15
* <li>
16
16
* <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
* <p>For lists of all <code>State</code> values, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-compliance-states.html">Understanding
7708
+
* patch compliance state values</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
* <p>The priority of the task in the maintenance window. The lower the number, the higher the
9368
-
* priority. Tasks that have the same priority are scheduled in parallel.</p>
9369
-
*/
9370
-
Priority?: number;
9371
-
9372
-
/**
9373
-
* @public
9374
-
* <p>Information about an S3 bucket to write task-level logs to.</p>
9375
-
* <note>
9376
-
* <p>
9377
-
* <code>LoggingInfo</code> has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the
9378
-
* <code>OutputS3BucketName</code> and <code>OutputS3KeyPrefix</code> options in the <code>TaskInvocationParameters</code> structure.
9379
-
* For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance
9380
-
* window task types, see <a>MaintenanceWindowTaskInvocationParameters</a>.</p>
9381
-
* </note>
9382
-
*/
9383
-
LoggingInfo?: LoggingInfo;
9384
-
9385
-
/**
9386
-
* @public
9387
-
* <p>The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) service role to use to publish Amazon Simple Notification Service
9388
-
* (Amazon SNS) notifications for maintenance window Run Command tasks.</p>
9389
-
*/
9390
-
ServiceRoleArn?: string;
9391
-
9392
-
/**
9393
-
* @public
9394
-
* <p>The maximum number of targets this task can be run for, in parallel.</p>
9395
-
* <note>
9396
-
* <p>Although this element is listed as "Required: No", a value can be omitted only when you are
9397
-
* registering or updating a <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html">targetless
9398
-
* task</a> You must provide a value in all other cases.</p>
9399
-
* <p>For maintenance window tasks without a target specified, you can't supply a value for this
9400
-
* option. Instead, the system inserts a placeholder value of <code>1</code>. This value doesn't
9401
-
* affect the running of your task.</p>
9402
-
* </note>
9403
-
*/
9404
-
MaxConcurrency?: string;
9405
-
9406
-
/**
9407
-
* @public
9408
-
* <p>The maximum number of errors allowed before this task stops being scheduled.</p>
9409
-
* <note>
9410
-
* <p>Although this element is listed as "Required: No", a value can be omitted only when you are
9411
-
* registering or updating a <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/maintenance-windows-targetless-tasks.html">targetless
9412
-
* task</a> You must provide a value in all other cases.</p>
9413
-
* <p>For maintenance window tasks without a target specified, you can't supply a value for this
9414
-
* option. Instead, the system inserts a placeholder value of <code>1</code>. This value doesn't
9415
-
* affect the running of your task.</p>
9416
-
* </note>
9417
-
*/
9418
-
MaxErrors?: string;
9419
-
9420
-
/**
9421
-
* @public
9422
-
* <p>The task name.</p>
9423
-
*/
9424
-
Name?: string;
9425
-
9426
-
/**
9427
-
* @public
9428
-
* <p>A description of the task.</p>
9429
-
*/
9430
-
Description?: string;
9431
-
9432
-
/**
9433
-
* @public
9434
-
* <p>The specification for whether tasks should continue to run after the cutoff time specified
0 commit comments