|
158 | 158 | {"shape":"InvalidDocumentContent"}, |
159 | 159 | {"shape":"DocumentLimitExceeded"}, |
160 | 160 | {"shape":"InvalidDocumentSchemaVersion"}, |
161 | | - {"shape":"TooManyUpdates"} |
| 161 | + {"shape":"TooManyUpdates"}, |
| 162 | + {"shape":"NoLongerSupportedException"} |
162 | 163 | ], |
163 | 164 | "documentation":"<p>Creates a Amazon Web Services Systems Manager (SSM document). An SSM document defines the actions that Systems Manager performs on your managed nodes. For more information about SSM documents, including information about supported schemas, features, and syntax, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/documents.html\">Amazon Web Services Systems Manager Documents</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>" |
164 | 165 | }, |
|
1522 | 1523 | {"shape":"InvalidDocumentVersion"}, |
1523 | 1524 | {"shape":"InvalidNextToken"} |
1524 | 1525 | ], |
1525 | | - "documentation":"<p>Information about approval reviews for a version of a change template in Change Manager.</p>" |
| 1526 | + "documentation":"<important> <p>Amazon Web Services Systems Manager Change Manager will no longer be open to new customers starting November 7, 2025. If you would like to use Change Manager, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/change-manager-availability-change.html\">Amazon Web Services Systems Manager Change Manager availability change</a>.</p> </important> <p>Information about approval reviews for a version of a change template in Change Manager.</p>" |
1526 | 1527 | }, |
1527 | 1528 | "ListDocumentVersions":{ |
1528 | 1529 | "name":"ListDocumentVersions", |
|
2016 | 2017 | {"shape":"AutomationDefinitionVersionNotFoundException"}, |
2017 | 2018 | {"shape":"IdempotentParameterMismatch"}, |
2018 | 2019 | {"shape":"InternalServerError"}, |
2019 | | - {"shape":"AutomationDefinitionNotApprovedException"} |
| 2020 | + {"shape":"AutomationDefinitionNotApprovedException"}, |
| 2021 | + {"shape":"NoLongerSupportedException"} |
2020 | 2022 | ], |
2021 | | - "documentation":"<p>Creates a change request for Change Manager. The Automation runbooks specified in the change request run only after all required approvals for the change request have been received.</p>" |
| 2023 | + "documentation":"<important> <p>Amazon Web Services Systems Manager Change Manager will no longer be open to new customers starting November 7, 2025. If you would like to use Change Manager, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/change-manager-availability-change.html\">Amazon Web Services Systems Manager Change Manager availability change</a>.</p> </important> <p>Creates a change request for Change Manager. The Automation runbooks specified in the change request run only after all required approvals for the change request have been received.</p>" |
2022 | 2024 | }, |
2023 | 2025 | "StartExecutionPreview":{ |
2024 | 2026 | "name":"StartExecutionPreview", |
|
2189 | 2191 | {"shape":"InvalidDocumentVersion"}, |
2190 | 2192 | {"shape":"TooManyUpdates"} |
2191 | 2193 | ], |
2192 | | - "documentation":"<p>Updates information related to approval reviews for a specific version of a change template in Change Manager.</p>" |
| 2194 | + "documentation":"<important> <p>Amazon Web Services Systems Manager Change Manager will no longer be open to new customers starting November 7, 2025. If you would like to use Change Manager, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/change-manager-availability-change.html\">Amazon Web Services Systems Manager Change Manager availability change</a>.</p> </important> <p>Updates information related to approval reviews for a specific version of a change template in Change Manager.</p>" |
2193 | 2195 | }, |
2194 | 2196 | "UpdateMaintenanceWindow":{ |
2195 | 2197 | "name":"UpdateMaintenanceWindow", |
|
5087 | 5089 | }, |
5088 | 5090 | "OpsItemType":{ |
5089 | 5091 | "shape":"OpsItemType", |
5090 | | - "documentation":"<p>The type of OpsItem to create. Systems Manager supports the following types of OpsItems:</p> <ul> <li> <p> <code>/aws/issue</code> </p> <p>This type of OpsItem is used for default OpsItems created by OpsCenter. </p> </li> <li> <p> <code>/aws/changerequest</code> </p> <p>This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. </p> </li> <li> <p> <code>/aws/insight</code> </p> <p>This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems. </p> </li> </ul>" |
| 5092 | + "documentation":"<p>The type of OpsItem to create. Systems Manager supports the following types of OpsItems:</p> <ul> <li> <p> <code>/aws/issue</code> </p> <p>This type of OpsItem is used for default OpsItems created by OpsCenter. </p> </li> <li> <p> <code>/aws/insight</code> </p> <p>This type of OpsItem is used by OpsCenter for aggregating and reporting on duplicate OpsItems. </p> </li> <li> <p> <code>/aws/changerequest</code> </p> <p>This type of OpsItem is used by Change Manager for reviewing and approving or rejecting change requests. </p> <important> <p>Amazon Web Services Systems Manager Change Manager will no longer be open to new customers starting November 7, 2025. If you would like to use Change Manager, sign up prior to that date. Existing customers can continue to use the service as normal. For more information, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/change-manager-availability-change.html\">Amazon Web Services Systems Manager Change Manager availability change</a>.</p> </important> </li> </ul>" |
5091 | 5093 | }, |
5092 | 5094 | "OperationalData":{ |
5093 | 5095 | "shape":"OpsItemOperationalData", |
|
12226 | 12228 | "members":{} |
12227 | 12229 | }, |
12228 | 12230 | "NextToken":{"type":"string"}, |
| 12231 | + "NoLongerSupportedException":{ |
| 12232 | + "type":"structure", |
| 12233 | + "members":{ |
| 12234 | + "Message":{"shape":"String"} |
| 12235 | + }, |
| 12236 | + "documentation":"<p>The requested operation is no longer supported by Systems Manager.</p>", |
| 12237 | + "exception":true |
| 12238 | + }, |
12229 | 12239 | "Node":{ |
12230 | 12240 | "type":"structure", |
12231 | 12241 | "members":{ |
@@ -14436,12 +14446,12 @@ |
14436 | 14446 | }, |
14437 | 14447 | "ApproveAfterDays":{ |
14438 | 14448 | "shape":"ApproveAfterDays", |
14439 | | - "documentation":"<p>The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of <code>7</code> means that patches are approved seven days after they are released.</p> <p>This parameter is marked as <code>Required: No</code>, but your request must include a value for either <code>ApproveAfterDays</code> or <code>ApproveUntilDate</code>.</p> <p>Not supported for Debian Server or Ubuntu Server.</p> <important> <p>Use caution when setting this value for Windows Server patch baselines. Because patch updates that are replaced by later updates are removed, setting too broad a value for this parameter can result in crucial patches not being installed. For more information, see the <b>Windows Server</b> tab in the topic <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-selecting-patches.html\">How security patches are selected</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p> </important>", |
| 14449 | + "documentation":"<p>The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of <code>7</code> means that patches are approved seven days after they are released.</p> <p>Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If the day represented by <code>7</code> is <code>2025-11-16</code>, patches released between <code>2025-11-16T00:00:00Z</code> and <code>2025-11-16T23:59:59Z</code> will be included in the approval.</p> <p>This parameter is marked as <code>Required: No</code>, but your request must include a value for either <code>ApproveAfterDays</code> or <code>ApproveUntilDate</code>.</p> <p>Not supported for Debian Server or Ubuntu Server.</p> <important> <p>Use caution when setting this value for Windows Server patch baselines. Because patch updates that are replaced by later updates are removed, setting too broad a value for this parameter can result in crucial patches not being installed. For more information, see the <b>Windows Server</b> tab in the topic <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-selecting-patches.html\">How security patches are selected</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p> </important>", |
14440 | 14450 | "box":true |
14441 | 14451 | }, |
14442 | 14452 | "ApproveUntilDate":{ |
14443 | 14453 | "shape":"PatchStringDateTime", |
14444 | | - "documentation":"<p>The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically.</p> <p>Enter dates in the format <code>YYYY-MM-DD</code>. For example, <code>2024-12-31</code>.</p> <p>This parameter is marked as <code>Required: No</code>, but your request must include a value for either <code>ApproveUntilDate</code> or <code>ApproveAfterDays</code>.</p> <p>Not supported for Debian Server or Ubuntu Server.</p> <important> <p>Use caution when setting this value for Windows Server patch baselines. Because patch updates that are replaced by later updates are removed, setting too broad a value for this parameter can result in crucial patches not being installed. For more information, see the <b>Windows Server</b> tab in the topic <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-selecting-patches.html\">How security patches are selected</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p> </important>", |
| 14454 | + "documentation":"<p>The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically.</p> <p>Enter dates in the format <code>YYYY-MM-DD</code>. For example, <code>2025-11-16</code>.</p> <p>Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If you enter the date <code>2025-11-16</code>, patches released between <code>2025-11-16T00:00:00Z</code> and <code>2025-11-16T23:59:59Z</code> will be included in the approval.</p> <p>This parameter is marked as <code>Required: No</code>, but your request must include a value for either <code>ApproveUntilDate</code> or <code>ApproveAfterDays</code>.</p> <p>Not supported for Debian Server or Ubuntu Server.</p> <important> <p>Use caution when setting this value for Windows Server patch baselines. Because patch updates that are replaced by later updates are removed, setting too broad a value for this parameter can result in crucial patches not being installed. For more information, see the <b>Windows Server</b> tab in the topic <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-selecting-patches.html\">How security patches are selected</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p> </important>", |
14445 | 14455 | "box":true |
14446 | 14456 | }, |
14447 | 14457 | "EnableNonSecurity":{ |
|
0 commit comments