Skip to content

Commit

Permalink
Amazon Simple Systems Manager (SSM) Update: This Patch Manager releas…
Browse files Browse the repository at this point in the history
…e now supports Common Vulnerabilities and Exposure (CVE) Ids for missing packages via the DescribeInstancePatches API.
  • Loading branch information
AWS committed Oct 19, 2020
1 parent e3445d3 commit 6d32a50
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
@@ -0,0 +1,5 @@
{
"type": "feature",
"category": "Amazon Simple Systems Manager (SSM)",
"description": "This Patch Manager release now supports Common Vulnerabilities and Exposure (CVE) Ids for missing packages via the DescribeInstancePatches API."
}
Expand Up @@ -11176,6 +11176,7 @@
"type":"list",
"member":{"shape":"PatchCVEId"}
},
"PatchCVEIds":{"type":"string"},
"PatchClassification":{"type":"string"},
"PatchComplianceData":{
"type":"structure",
Expand Down Expand Up @@ -11211,6 +11212,10 @@
"InstalledTime":{
"shape":"DateTime",
"documentation":"<p>The date/time the patch was installed on the instance. Note that not all operating systems provide this level of information.</p>"
},
"CVEIds":{
"shape":"PatchCVEIds",
"documentation":"<p>The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.</p>"
}
},
"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>"
Expand Down Expand Up @@ -11729,7 +11734,7 @@
},
"Type":{
"shape":"ParameterType",
"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>"
"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>"
},
"KeyId":{
"shape":"ParameterKeyId",
Expand Down

0 comments on commit 6d32a50

Please sign in to comment.