Skip to content

Commit 6d32a50

Browse files
author
AWS
committed
Amazon Simple Systems Manager (SSM) Update: This Patch Manager release now supports Common Vulnerabilities and Exposure (CVE) Ids for missing packages via the DescribeInstancePatches API.
1 parent e3445d3 commit 6d32a50

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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": "This Patch Manager release now supports Common Vulnerabilities and Exposure (CVE) Ids for missing packages via the DescribeInstancePatches API."
5+
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11176,6 +11176,7 @@
1117611176
"type":"list",
1117711177
"member":{"shape":"PatchCVEId"}
1117811178
},
11179+
"PatchCVEIds":{"type":"string"},
1117911180
"PatchClassification":{"type":"string"},
1118011181
"PatchComplianceData":{
1118111182
"type":"structure",
@@ -11211,6 +11212,10 @@
1121111212
"InstalledTime":{
1121211213
"shape":"DateTime",
1121311214
"documentation":"<p>The date/time the patch was installed on the instance. Note that not all operating systems provide this level of information.</p>"
11215+
},
11216+
"CVEIds":{
11217+
"shape":"PatchCVEIds",
11218+
"documentation":"<p>The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.</p>"
1121411219
}
1121511220
},
1121611221
"documentation":"<p>Information about the state of a patch on a particular instance as it relates to the patch baseline used to patch the instance.</p>"
@@ -11729,7 +11734,7 @@
1172911734
},
1173011735
"Type":{
1173111736
"shape":"ParameterType",
11732-
"documentation":"<p>The type of parameter that you want to add to the system.</p> <note> <p> <code>SecureString</code> is not currently supported for AWS CloudFormation templates or in the China Regions.</p> </note> <p>Items in a <code>StringList</code> must be separated by a comma (,). You can't use other punctuation or special character to escape items in the list. If you have a parameter value that requires a comma, then use the <code>String</code> data type.</p> <important> <p>Specifying a parameter type is not required when updating a parameter. You must specify a parameter type when creating a parameter.</p> </important>"
11737+
"documentation":"<p>The type of parameter that you want to add to the system.</p> <note> <p> <code>SecureString</code> is not currently supported for AWS CloudFormation templates.</p> </note> <p>Items in a <code>StringList</code> must be separated by a comma (,). You can't use other punctuation or special character to escape items in the list. If you have a parameter value that requires a comma, then use the <code>String</code> data type.</p> <important> <p>Specifying a parameter type is not required when updating a parameter. You must specify a parameter type when creating a parameter.</p> </important>"
1173311738
},
1173411739
"KeyId":{
1173511740
"shape":"ParameterKeyId",

0 commit comments

Comments
 (0)