Skip to content

Commit 7ae1e23

Browse files
author
AWS
committed
Amazon Simple Systems Manager (SSM) Update: This Patch Manager release supports creating Patch Baselines for RaspberryPi OS (formerly Raspbian)
1 parent 53d7a1e commit 7ae1e23

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Simple Systems Manager (SSM)",
4+
"contributor": "",
5+
"description": "This Patch Manager release supports creating Patch Baselines for RaspberryPi OS (formerly Raspbian)"
6+
}

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,7 +2425,7 @@
24252425
},
24262426
"AutomationTargetParameterName":{
24272427
"shape":"AutomationTargetParameterName",
2428-
"documentation":"<p>Specify the target for the association. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.</p>"
2428+
"documentation":"<p>Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.</p>"
24292429
},
24302430
"Parameters":{
24312431
"shape":"Parameters",
@@ -4389,7 +4389,7 @@
43894389
},
43904390
"AutomationTargetParameterName":{
43914391
"shape":"AutomationTargetParameterName",
4392-
"documentation":"<p>Specify the target for the association. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.</p>"
4392+
"documentation":"<p>Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.</p>"
43934393
},
43944394
"MaxErrors":{
43954395
"shape":"MaxErrors",
@@ -11018,7 +11018,8 @@
1101811018
"CENTOS",
1101911019
"ORACLE_LINUX",
1102011020
"DEBIAN",
11021-
"MACOS"
11021+
"MACOS",
11022+
"RASPBIAN"
1102211023
]
1102311024
},
1102411025
"OpsAggregator":{
@@ -15165,7 +15166,7 @@
1516515166
},
1516615167
"AutomationTargetParameterName":{
1516715168
"shape":"AutomationTargetParameterName",
15168-
"documentation":"<p>Specify the target for the association. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.</p>"
15169+
"documentation":"<p>Choose the parameter that will define how your automation will branch out. This target is required for associations that use an Automation runbook and target resources by using rate controls. Automation is a capability of Amazon Web Services Systems Manager.</p>"
1516915170
},
1517015171
"MaxErrors":{
1517115172
"shape":"MaxErrors",

0 commit comments

Comments
 (0)