Skip to content

Commit 78f8241

Browse files
author
AWS
committed
Amazon Simple Systems Manager (SSM) Update: This Patch Manager release now supports searching for available packages from Amazon Linux and Amazon Linux 2 via the DescribeAvailablePatches API.
1 parent e060e42 commit 78f8241

File tree

2 files changed

+86
-10
lines changed

2 files changed

+86
-10
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 searching for available packages from Amazon Linux and Amazon Linux 2 via the DescribeAvailablePatches API."
5+
}

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

Lines changed: 81 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@
11291129
{"shape":"InvalidNextToken"},
11301130
{"shape":"InvalidKeyId"}
11311131
],
1132-
"documentation":"<p>Query a list of all parameters used by the AWS account.</p>"
1132+
"documentation":"<p>Retrieves the history of all changes to a parameter.</p>"
11331133
},
11341134
"GetParameters":{
11351135
"name":"GetParameters",
@@ -7149,7 +7149,7 @@
71497149
"members":{
71507150
"Name":{
71517151
"shape":"PSParameterName",
7152-
"documentation":"<p>The name of a parameter you want to query.</p>"
7152+
"documentation":"<p>The name of the parameter for which you want to review history.</p>"
71537153
},
71547154
"WithDecryption":{
71557155
"shape":"Boolean",
@@ -11025,7 +11025,7 @@
1102511025
"members":{
1102611026
"Id":{
1102711027
"shape":"PatchId",
11028-
"documentation":"<p>The ID of the patch (this is different than the Microsoft Knowledge Base ID).</p>"
11028+
"documentation":"<p>The ID of the patch. Applies to Windows patches only.</p> <note> <p>This ID is not the same as the Microsoft Knowledge Base ID.</p> </note>"
1102911029
},
1103011030
"ReleaseDate":{
1103111031
"shape":"DateTime",
@@ -11049,31 +11049,71 @@
1104911049
},
1105011050
"ProductFamily":{
1105111051
"shape":"PatchProductFamily",
11052-
"documentation":"<p>The product family the patch is applicable for (for example, Windows).</p>"
11052+
"documentation":"<p>The product family the patch is applicable for. For example, <code>Windows</code> or <code>Amazon Linux 2</code>.</p>"
1105311053
},
1105411054
"Product":{
1105511055
"shape":"PatchProduct",
11056-
"documentation":"<p>The specific product the patch is applicable for (for example, WindowsServer2016).</p>"
11056+
"documentation":"<p>The specific product the patch is applicable for. For example, <code>WindowsServer2016</code> or <code>AmazonLinux2018.03</code>.</p>"
1105711057
},
1105811058
"Classification":{
1105911059
"shape":"PatchClassification",
11060-
"documentation":"<p>The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).</p>"
11060+
"documentation":"<p>The classification of the patch. For example, <code>SecurityUpdates</code>, <code>Updates</code>, or <code>CriticalUpdates</code>.</p>"
1106111061
},
1106211062
"MsrcSeverity":{
1106311063
"shape":"PatchMsrcSeverity",
11064-
"documentation":"<p>The severity of the patch (for example Critical, Important, Moderate).</p>"
11064+
"documentation":"<p>The severity of the patch, such as <code>Critical</code>, <code>Important</code>, or <code>Moderate</code>. Applies to Windows patches only.</p>"
1106511065
},
1106611066
"KbNumber":{
1106711067
"shape":"PatchKbNumber",
11068-
"documentation":"<p>The Microsoft Knowledge Base ID of the patch.</p>"
11068+
"documentation":"<p>The Microsoft Knowledge Base ID of the patch. Applies to Windows patches only.</p>"
1106911069
},
1107011070
"MsrcNumber":{
1107111071
"shape":"PatchMsrcNumber",
11072-
"documentation":"<p>The ID of the MSRC bulletin the patch is related to.</p>"
11072+
"documentation":"<p>The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is related to. For example, <code>MS14-045</code>. Applies to Windows patches only.</p>"
1107311073
},
1107411074
"Language":{
1107511075
"shape":"PatchLanguage",
1107611076
"documentation":"<p>The language of the patch if it's language-specific.</p>"
11077+
},
11078+
"AdvisoryIds":{
11079+
"shape":"PatchAdvisoryIdList",
11080+
"documentation":"<p>The Advisory ID of the patch. For example, <code>RHSA-2020:3779</code>. Applies to Linux-based instances only.</p>"
11081+
},
11082+
"BugzillaIds":{
11083+
"shape":"PatchBugzillaIdList",
11084+
"documentation":"<p>The Bugzilla ID of the patch. For example, <code>1600646</code>. Applies to Linux-based instances only.</p>"
11085+
},
11086+
"CVEIds":{
11087+
"shape":"PatchCVEIdList",
11088+
"documentation":"<p>The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example, <code>CVE-1999-0067</code>. Applies to Linux-based instances only.</p>"
11089+
},
11090+
"Name":{
11091+
"shape":"PatchName",
11092+
"documentation":"<p>The name of the patch. Applies to Linux-based instances only.</p>"
11093+
},
11094+
"Epoch":{
11095+
"shape":"PatchEpoch",
11096+
"documentation":"<p>The epoch of the patch. For example in <code>pkg-example-EE-20180914-2.2.amzn1.noarch</code>, the epoch value is <code>20180914-2</code>. Applies to Linux-based instances only.</p>"
11097+
},
11098+
"Version":{
11099+
"shape":"PatchVersion",
11100+
"documentation":"<p>The version number of the patch. For example, in <code>example-pkg-1.710.10-2.7.abcd.x86_64</code>, the version number is indicated by <code>-1</code>. Applies to Linux-based instances only.</p>"
11101+
},
11102+
"Release":{
11103+
"shape":"PatchRelease",
11104+
"documentation":"<p>The particular release of a patch. For example, in <code>pkg-example-EE-20180914-2.2.amzn1.noarch</code>, the release is <code>2.amaz1</code>. Applies to Linux-based instances only.</p>"
11105+
},
11106+
"Arch":{
11107+
"shape":"PatchArch",
11108+
"documentation":"<p>The architecture of the patch. For example, in <code>example-pkg-0.710.10-2.7.abcd.x86_64</code>, the architecture is indicated by <code>x86_64</code>. Applies to Linux-based instances only.</p>"
11109+
},
11110+
"Severity":{
11111+
"shape":"PatchSeverity",
11112+
"documentation":"<p>The severity level of the patch. For example, <code>CRITICAL</code> or <code>MODERATE</code>.</p>"
11113+
},
11114+
"Repository":{
11115+
"shape":"PatchRepository",
11116+
"documentation":"<p>The source patch repository for the operating system and version, such as <code>trusty-security</code> for Ubuntu Server 14.04 LTE and <code>focal-security</code> for Ubuntu Server 20.04 LTE. Applies to Linux-based instances only.</p>"
1107711117
}
1107811118
},
1107911119
"documentation":"<p>Represents metadata about a patch.</p>"
@@ -11085,6 +11125,12 @@
1108511125
"BLOCK"
1108611126
]
1108711127
},
11128+
"PatchAdvisoryId":{"type":"string"},
11129+
"PatchAdvisoryIdList":{
11130+
"type":"list",
11131+
"member":{"shape":"PatchAdvisoryId"}
11132+
},
11133+
"PatchArch":{"type":"string"},
1108811134
"PatchBaselineIdentity":{
1108911135
"type":"structure",
1109011136
"members":{
@@ -11120,6 +11166,16 @@
1112011166
"max":100,
1112111167
"min":1
1112211168
},
11169+
"PatchBugzillaId":{"type":"string"},
11170+
"PatchBugzillaIdList":{
11171+
"type":"list",
11172+
"member":{"shape":"PatchBugzillaId"}
11173+
},
11174+
"PatchCVEId":{"type":"string"},
11175+
"PatchCVEIdList":{
11176+
"type":"list",
11177+
"member":{"shape":"PatchCVEId"}
11178+
},
1112311179
"PatchClassification":{"type":"string"},
1112411180
"PatchComplianceData":{
1112511181
"type":"structure",
@@ -11202,6 +11258,7 @@
1120211258
]
1120311259
},
1120411260
"PatchDescription":{"type":"string"},
11261+
"PatchEpoch":{"type":"integer"},
1120511262
"PatchFailedCount":{"type":"integer"},
1120611263
"PatchFilter":{
1120711264
"type":"structure",
@@ -11235,15 +11292,25 @@
1123511292
"PatchFilterKey":{
1123611293
"type":"string",
1123711294
"enum":[
11295+
"ARCH",
11296+
"ADVISORY_ID",
11297+
"BUGZILLA_ID",
1123811298
"PATCH_SET",
1123911299
"PRODUCT",
1124011300
"PRODUCT_FAMILY",
1124111301
"CLASSIFICATION",
11302+
"CVE_ID",
11303+
"EPOCH",
1124211304
"MSRC_SEVERITY",
11305+
"NAME",
1124311306
"PATCH_ID",
1124411307
"SECTION",
1124511308
"PRIORITY",
11246-
"SEVERITY"
11309+
"REPOSITORY",
11310+
"RELEASE",
11311+
"SEVERITY",
11312+
"SECURITY",
11313+
"VERSION"
1124711314
]
1124811315
},
1124911316
"PatchFilterList":{
@@ -11315,6 +11382,7 @@
1131511382
"PatchMissingCount":{"type":"integer"},
1131611383
"PatchMsrcNumber":{"type":"string"},
1131711384
"PatchMsrcSeverity":{"type":"string"},
11385+
"PatchName":{"type":"string"},
1131811386
"PatchNotApplicableCount":{"type":"integer"},
1131911387
"PatchOperationType":{
1132011388
"type":"string",
@@ -11379,6 +11447,8 @@
1137911447
"key":{"shape":"AttributeName"},
1138011448
"value":{"shape":"AttributeValue"}
1138111449
},
11450+
"PatchRelease":{"type":"string"},
11451+
"PatchRepository":{"type":"string"},
1138211452
"PatchRule":{
1138311453
"type":"structure",
1138411454
"required":["PatchFilterGroup"],
@@ -11510,6 +11580,7 @@
1151011580
"PatchTitle":{"type":"string"},
1151111581
"PatchUnreportedNotApplicableCount":{"type":"integer"},
1151211582
"PatchVendor":{"type":"string"},
11583+
"PatchVersion":{"type":"string"},
1151311584
"PingStatus":{
1151411585
"type":"string",
1151511586
"enum":[

0 commit comments

Comments
 (0)