|
582 | 582 | "errors":[
|
583 | 583 | {"shape":"InternalServerError"}
|
584 | 584 | ],
|
585 |
| - "documentation":"<p>Lists all patches eligible to be included in a patch baseline.</p>" |
| 585 | + "documentation":"<p>Lists all patches eligible to be included in a patch baseline.</p> <note> <p>Currently, <code>DescribeAvailablePatches</code> supports only the Amazon Linux 1, Amazon Linux 2, and Windows Server operating systems.</p> </note>" |
586 | 586 | },
|
587 | 587 | "DescribeDocument":{
|
588 | 588 | "name":"DescribeDocument",
|
|
2504 | 2504 | "documentation":"<p>Number of days to wait after the scheduled day to run an association.</p>",
|
2505 | 2505 | "box":true
|
2506 | 2506 | },
|
| 2507 | + "Duration":{ |
| 2508 | + "shape":"Duration", |
| 2509 | + "documentation":"<p>The number of hours that an association can run on specified targets. After the resulting cutoff time passes, associations that are currently running are cancelled, and no pending executions are started on remaining targets.</p>", |
| 2510 | + "box":true |
| 2511 | + }, |
2507 | 2512 | "TargetMaps":{
|
2508 | 2513 | "shape":"TargetMaps",
|
2509 | 2514 | "documentation":"<p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.</p>",
|
|
2633 | 2638 | "documentation":"<p>Number of days to wait after the scheduled day to run an association.</p>",
|
2634 | 2639 | "box":true
|
2635 | 2640 | },
|
| 2641 | + "Duration":{ |
| 2642 | + "shape":"Duration", |
| 2643 | + "documentation":"<p>The number of hours that an association can run on specified targets. After the resulting cutoff time passes, associations that are currently running are cancelled, and no pending executions are started on remaining targets.</p>", |
| 2644 | + "box":true |
| 2645 | + }, |
2636 | 2646 | "TargetMaps":{
|
2637 | 2647 | "shape":"TargetMaps",
|
2638 | 2648 | "documentation":"<p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.</p>",
|
|
3066 | 3076 | "documentation":"<p>Number of days to wait after the scheduled day to run an association.</p>",
|
3067 | 3077 | "box":true
|
3068 | 3078 | },
|
| 3079 | + "Duration":{ |
| 3080 | + "shape":"Duration", |
| 3081 | + "documentation":"<p>The number of hours that an association can run on specified targets. After the resulting cutoff time passes, associations that are currently running are cancelled, and no pending executions are started on remaining targets.</p>", |
| 3082 | + "box":true |
| 3083 | + }, |
3069 | 3084 | "TargetMaps":{
|
3070 | 3085 | "shape":"TargetMaps",
|
3071 | 3086 | "documentation":"<p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.</p>",
|
|
4560 | 4575 | "documentation":"<p>Number of days to wait after the scheduled day to run an association.</p>",
|
4561 | 4576 | "box":true
|
4562 | 4577 | },
|
| 4578 | + "Duration":{ |
| 4579 | + "shape":"Duration", |
| 4580 | + "documentation":"<p>The number of hours the association can run before it is canceled. Duration applies to associations that are currently running, and any pending and in progress commands on all targets. If a target was taken offline for the association to run, it is made available again immediately, without a reboot. </p> <p>The <code>Duration</code> parameter applies only when both these conditions are true:</p> <ul> <li> <p>The association for which you specify a duration is cancelable according to the parameters of the SSM command document or Automation runbook associated with this execution. </p> </li> <li> <p>The command specifies the <code> <a href=\"https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_CreateAssociationBatchRequestEntry.html#systemsmanager-Type-CreateAssociationBatchRequestEntry-ApplyOnlyAtCronInterval\">ApplyOnlyAtCronInterval</a> </code> parameter, which means that the association doesn't run immediately after it is created, but only according to the specified schedule.</p> </li> </ul>", |
| 4581 | + "box":true |
| 4582 | + }, |
4563 | 4583 | "TargetMaps":{
|
4564 | 4584 | "shape":"TargetMaps",
|
4565 | 4585 | "documentation":"<p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.</p>",
|
|
4655 | 4675 | "documentation":"<p>Number of days to wait after the scheduled day to run an association. For example, if you specified a cron schedule of <code>cron(0 0 ? * THU#2 *)</code>, you could specify an offset of 3 to run the association each Sunday after the second Thursday of the month. For more information about cron schedules for associations, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html\">Reference: Cron and rate expressions for Systems Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p> <note> <p>To use offsets, you must specify the <code>ApplyOnlyAtCronInterval</code> parameter. This option tells the system not to run an association immediately after you create it. </p> </note>",
|
4656 | 4676 | "box":true
|
4657 | 4677 | },
|
| 4678 | + "Duration":{ |
| 4679 | + "shape":"Duration", |
| 4680 | + "documentation":"<p>The number of hours the association can run before it is canceled. Duration applies to associations that are currently running, and any pending and in progress commands on all targets. If a target was taken offline for the association to run, it is made available again immediately, without a reboot. </p> <p>The <code>Duration</code> parameter applies only when both these conditions are true:</p> <ul> <li> <p>The association for which you specify a duration is cancelable according to the parameters of the SSM command document or Automation runbook associated with this execution. </p> </li> <li> <p>The command specifies the <code> <a href=\"https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_CreateAssociation.html#systemsmanager-CreateAssociation-request-ApplyOnlyAtCronInterval\">ApplyOnlyAtCronInterval</a> </code> parameter, which means that the association doesn't run immediately after it is created, but only according to the specified schedule.</p> </li> </ul>", |
| 4681 | + "box":true |
| 4682 | + }, |
4658 | 4683 | "TargetMaps":{
|
4659 | 4684 | "shape":"TargetMaps",
|
4660 | 4685 | "documentation":"<p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.</p>",
|
|
5726 | 5751 | },
|
5727 | 5752 | "VersionName":{
|
5728 | 5753 | "shape":"DocumentVersionName",
|
5729 |
| - "documentation":"<p>An optional field specifying the version of the artifact associated with the document. For example, \"Release 12, Update 6\". This value is unique across all versions of a document, and can't be changed.</p>" |
| 5754 | + "documentation":"<p>An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.</p>" |
5730 | 5755 | }
|
5731 | 5756 | }
|
5732 | 5757 | },
|
|
6845 | 6870 | },
|
6846 | 6871 | "VersionName":{
|
6847 | 6872 | "shape":"DocumentVersionName",
|
6848 |
| - "documentation":"<p>An optional field specifying the version of the artifact associated with the document. For example, \"Release 12, Update 6\". This value is unique across all versions of a document, and can't be changed.</p>" |
| 6873 | + "documentation":"<p>An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.</p>" |
6849 | 6874 | },
|
6850 | 6875 | "PlatformTypes":{
|
6851 | 6876 | "shape":"PlatformTypeList",
|
|
7026 | 7051 | },
|
7027 | 7052 | "VersionName":{
|
7028 | 7053 | "shape":"DocumentVersionName",
|
7029 |
| - "documentation":"<p>An optional field specifying the version of the artifact associated with the document. For example, \"Release 12, Update 6\". This value is unique across all versions of a document, and can't be changed.</p>" |
| 7054 | + "documentation":"<p>An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.</p>" |
7030 | 7055 | }
|
7031 | 7056 | },
|
7032 | 7057 | "documentation":"<p>An SSM document required by the current document.</p>"
|
|
7178 | 7203 | },
|
7179 | 7204 | "VersionName":{
|
7180 | 7205 | "shape":"DocumentVersionName",
|
7181 |
| - "documentation":"<p>The version of the artifact associated with the document. For example, \"Release 12, Update 6\". This value is unique across all versions of a document, and can't be changed.</p>" |
| 7206 | + "documentation":"<p>The version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.</p>" |
7182 | 7207 | },
|
7183 | 7208 | "CreatedDate":{
|
7184 | 7209 | "shape":"DateTime",
|
|
7260 | 7285 | "documentation":"<p>You can't specify a managed node ID in more than one association.</p>",
|
7261 | 7286 | "exception":true
|
7262 | 7287 | },
|
| 7288 | + "Duration":{ |
| 7289 | + "type":"integer", |
| 7290 | + "box":true, |
| 7291 | + "max":24, |
| 7292 | + "min":1 |
| 7293 | + }, |
7263 | 7294 | "EffectiveInstanceAssociationMaxResults":{
|
7264 | 7295 | "type":"integer",
|
7265 | 7296 | "max":5,
|
|
7524 | 7555 | },
|
7525 | 7556 | "Status":{
|
7526 | 7557 | "shape":"ConnectionStatus",
|
7527 |
| - "documentation":"<p>The status of the connection to the managed node. For example, 'Connected' or 'Not Connected'.</p>" |
| 7558 | + "documentation":"<p>The status of the connection to the managed node.</p>" |
7528 | 7559 | }
|
7529 | 7560 | }
|
7530 | 7561 | },
|
|
7602 | 7633 | },
|
7603 | 7634 | "VersionName":{
|
7604 | 7635 | "shape":"DocumentVersionName",
|
7605 |
| - "documentation":"<p>An optional field specifying the version of the artifact associated with the document. For example, \"Release 12, Update 6\". This value is unique across all versions of a document and can't be changed.</p>" |
| 7636 | + "documentation":"<p>An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document and can't be changed.</p>" |
7606 | 7637 | },
|
7607 | 7638 | "DocumentVersion":{
|
7608 | 7639 | "shape":"DocumentVersion",
|
|
7631 | 7662 | },
|
7632 | 7663 | "VersionName":{
|
7633 | 7664 | "shape":"DocumentVersionName",
|
7634 |
| - "documentation":"<p>The version of the artifact associated with the document. For example, \"Release 12, Update 6\". This value is unique across all versions of a document, and can't be changed.</p>" |
| 7665 | + "documentation":"<p>The version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.</p>" |
7635 | 7666 | },
|
7636 | 7667 | "DocumentVersion":{
|
7637 | 7668 | "shape":"DocumentVersion",
|
|
12551 | 12582 | },
|
12552 | 12583 | "KeyId":{
|
12553 | 12584 | "shape":"ParameterKeyId",
|
12554 |
| - "documentation":"<p>The ID of the query key used for this parameter.</p>" |
| 12585 | + "documentation":"<p>The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to <code>SecureString</code> parameters only</p>" |
12555 | 12586 | },
|
12556 | 12587 | "LastModifiedDate":{
|
12557 | 12588 | "shape":"DateTime",
|
|
12668 | 12699 | },
|
12669 | 12700 | "KeyId":{
|
12670 | 12701 | "shape":"ParameterKeyId",
|
12671 |
| - "documentation":"<p>The ID of the query key used for this parameter.</p>" |
| 12702 | + "documentation":"<p>The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to <code>SecureString</code> parameters only.</p>" |
12672 | 12703 | },
|
12673 | 12704 | "LastModifiedDate":{
|
12674 | 12705 | "shape":"DateTime",
|
|
13095 | 13126 | },
|
13096 | 13127 | "CVEIds":{
|
13097 | 13128 | "shape":"PatchCVEIds",
|
13098 |
| - "documentation":"<p>The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.</p>" |
| 13129 | + "documentation":"<p>The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.</p> <note> <p>Currently, CVE ID values are reported only for patches with a status of <code>Missing</code> or <code>Failed</code>.</p> </note>" |
13099 | 13130 | }
|
13100 | 13131 | },
|
13101 | 13132 | "documentation":"<p>Information about the state of a patch on a particular managed node as it relates to the patch baseline used to patch the node.</p>"
|
|
15894 | 15925 | "documentation":"<p>Number of days to wait after the scheduled day to run an association. For example, if you specified a cron schedule of <code>cron(0 0 ? * THU#2 *)</code>, you could specify an offset of 3 to run the association each Sunday after the second Thursday of the month. For more information about cron schedules for associations, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/reference-cron-and-rate-expressions.html\">Reference: Cron and rate expressions for Systems Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>. </p> <note> <p>To use offsets, you must specify the <code>ApplyOnlyAtCronInterval</code> parameter. This option tells the system not to run an association immediately after you create it. </p> </note>",
|
15895 | 15926 | "box":true
|
15896 | 15927 | },
|
| 15928 | + "Duration":{ |
| 15929 | + "shape":"Duration", |
| 15930 | + "documentation":"<p>The number of hours the association can run before it is canceled. Duration applies to associations that are currently running, and any pending and in progress commands on all targets. If a target was taken offline for the association to run, it is made available again immediately, without a reboot. </p> <p>The <code>Duration</code> parameter applies only when both these conditions are true:</p> <ul> <li> <p>The association for which you specify a duration is cancelable according to the parameters of the SSM command document or Automation runbook associated with this execution. </p> </li> <li> <p>The command specifies the <code> <a href=\"https://docs.aws.amazon.com/systems-manager/latest/APIReference/API_UpdateAssociation.html#systemsmanager-UpdateAssociation-request-ApplyOnlyAtCronInterval\">ApplyOnlyAtCronInterval</a> </code> parameter, which means that the association doesn't run immediately after it is updated, but only according to the specified schedule.</p> </li> </ul>", |
| 15931 | + "box":true |
| 15932 | + }, |
15897 | 15933 | "TargetMaps":{
|
15898 | 15934 | "shape":"TargetMaps",
|
15899 | 15935 | "documentation":"<p>A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.</p>",
|
|
16019 | 16055 | },
|
16020 | 16056 | "VersionName":{
|
16021 | 16057 | "shape":"DocumentVersionName",
|
16022 |
| - "documentation":"<p>An optional field specifying the version of the artifact you are updating with the document. For example, \"Release 12, Update 6\". This value is unique across all versions of a document, and can't be changed.</p>" |
| 16058 | + "documentation":"<p>An optional field specifying the version of the artifact you are updating with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.</p>" |
16023 | 16059 | },
|
16024 | 16060 | "DocumentVersion":{
|
16025 | 16061 | "shape":"DocumentVersion",
|
|
0 commit comments