You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
"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."
Copy file name to clipboardExpand all lines: services/ssm/src/main/resources/codegen-resources/service-2.json
+81-10Lines changed: 81 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1129,7 +1129,7 @@
1129
1129
{"shape":"InvalidNextToken"},
1130
1130
{"shape":"InvalidKeyId"}
1131
1131
],
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>"
1133
1133
},
1134
1134
"GetParameters":{
1135
1135
"name":"GetParameters",
@@ -7149,7 +7149,7 @@
7149
7149
"members":{
7150
7150
"Name":{
7151
7151
"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>"
7153
7153
},
7154
7154
"WithDecryption":{
7155
7155
"shape":"Boolean",
@@ -11025,7 +11025,7 @@
11025
11025
"members":{
11026
11026
"Id":{
11027
11027
"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>"
11029
11029
},
11030
11030
"ReleaseDate":{
11031
11031
"shape":"DateTime",
@@ -11049,31 +11049,71 @@
11049
11049
},
11050
11050
"ProductFamily":{
11051
11051
"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>"
11053
11053
},
11054
11054
"Product":{
11055
11055
"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>"
11057
11057
},
11058
11058
"Classification":{
11059
11059
"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>"
11061
11061
},
11062
11062
"MsrcSeverity":{
11063
11063
"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>"
11065
11065
},
11066
11066
"KbNumber":{
11067
11067
"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>"
11069
11069
},
11070
11070
"MsrcNumber":{
11071
11071
"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>"
11073
11073
},
11074
11074
"Language":{
11075
11075
"shape":"PatchLanguage",
11076
11076
"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>"
11077
11117
}
11078
11118
},
11079
11119
"documentation":"<p>Represents metadata about a patch.</p>"
0 commit comments