Skip to content

Commit d4f9c43

Browse files
author
AWS
committed
Amazon Simple Systems Manager (SSM) Update: Simple update to description of ComplianceItemStatus.
1 parent b4c0098 commit d4f9c43

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Simple Systems Manager (SSM)",
4+
"description": "Simple update to description of ComplianceItemStatus."
5+
}

services/ssm/src/main/resources/codegen-resources/service-2.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3601,7 +3601,7 @@
36013601
},
36023602
"Status":{
36033603
"shape":"ComplianceStatus",
3604-
"documentation":"<p>The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.</p>"
3604+
"documentation":"<p>The status of the compliance item. An item is either COMPLIANT, NON_COMPLIANT, or an empty string (for Windows patches that aren't applicable).</p>"
36053605
},
36063606
"Severity":{
36073607
"shape":"ComplianceSeverity",
@@ -3648,7 +3648,7 @@
36483648
},
36493649
"Status":{
36503650
"shape":"ComplianceStatus",
3651-
"documentation":"<p>The status of the compliance item. An item is either COMPLIANT, NON_COMPLIANT, or an empty string (for Windows patches that aren't applicable).</p>"
3651+
"documentation":"<p>The status of the compliance item. An item is either COMPLIANT or NON_COMPLIANT.</p>"
36523652
},
36533653
"Details":{
36543654
"shape":"ComplianceItemDetails",
@@ -7619,7 +7619,7 @@
76197619
},
76207620
"PingStatus":{
76217621
"shape":"PingStatus",
7622-
"documentation":"<p>Connection status of SSM Agent. </p>"
7622+
"documentation":"<p>Connection status of SSM Agent. </p> <note> <p>The status <code>Inactive</code> has been deprecated and is no longer in use.</p> </note>"
76237623
},
76247624
"LastPingDateTime":{
76257625
"shape":"DateTime",
@@ -13326,7 +13326,7 @@
1332613326
"members":{
1332713327
"Message":{"shape":"String"}
1332813328
},
13329-
"documentation":"<p>The specified target instance for the session is not fully configured for use with Session Manager. For more information, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html\">Getting started with Session Manager</a> in the <i>AWS Systems Manager User Guide</i>.</p>",
13329+
"documentation":"<p>The specified target instance for the session is not fully configured for use with Session Manager. For more information, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html\">Getting started with Session Manager</a> in the <i>AWS Systems Manager User Guide</i>. This error is also returned if you attempt to start a session on an instance that is located in a different account or Region</p>",
1333013330
"exception":true
1333113331
},
1333213332
"TargetParameterList":{

0 commit comments

Comments
 (0)