Skip to content

Commit edab934

Browse files
author
AWS
committed
Amazon Simple Systems Manager (SSM) Update: SSM feature release - ChangeCalendar integration with StateManager.
1 parent a0391b5 commit edab934

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
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": "SSM feature release - ChangeCalendar integration with StateManager."
6+
}

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

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@
22322232
"ApplyOnlyAtCronInterval":{"type":"boolean"},
22332233
"ApproveAfterDays":{
22342234
"type":"integer",
2235-
"max":100,
2235+
"max":360,
22362236
"min":0
22372237
},
22382238
"AssociatedInstances":{
@@ -2396,6 +2396,10 @@
23962396
"shape":"ApplyOnlyAtCronInterval",
23972397
"documentation":"<p>By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter is not supported for rate expressions.</p>"
23982398
},
2399+
"CalendarNames":{
2400+
"shape":"CalendarNameOrARNList",
2401+
"documentation":"<p>The names or Amazon Resource Names (ARNs) of the Systems Manager Change Calendar type documents your associations are gated under. The associations only run when that Change Calendar is open. For more information, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar\">AWS Systems Manager Change Calendar</a>.</p>"
2402+
},
23992403
"TargetLocations":{
24002404
"shape":"TargetLocations",
24012405
"documentation":"<p>The combination of AWS Regions and AWS accounts where you want to run the association.</p>"
@@ -2805,6 +2809,10 @@
28052809
"shape":"ApplyOnlyAtCronInterval",
28062810
"documentation":"<p>By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter is not supported for rate expressions.</p>"
28072811
},
2812+
"CalendarNames":{
2813+
"shape":"CalendarNameOrARNList",
2814+
"documentation":"<p>The names or Amazon Resource Names (ARNs) of the Systems Manager Change Calendar type documents your associations are gated under. The associations for this version only run when that Change Calendar is open. For more information, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar\">AWS Systems Manager Change Calendar</a>.</p>"
2815+
},
28082816
"TargetLocations":{
28092817
"shape":"TargetLocations",
28102818
"documentation":"<p>The combination of AWS Regions and AWS accounts where you wanted to run the association when this association version was created.</p>"
@@ -4233,6 +4241,10 @@
42334241
"shape":"ApplyOnlyAtCronInterval",
42344242
"documentation":"<p>By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter is not supported for rate expressions.</p>"
42354243
},
4244+
"CalendarNames":{
4245+
"shape":"CalendarNameOrARNList",
4246+
"documentation":"<p>The names or Amazon Resource Names (ARNs) of the Systems Manager Change Calendar type documents your associations are gated under. The associations only run when that Change Calendar is open. For more information, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar\">AWS Systems Manager Change Calendar</a>.</p>"
4247+
},
42364248
"TargetLocations":{
42374249
"shape":"TargetLocations",
42384250
"documentation":"<p>Use this action to create an association in multiple Regions and multiple accounts.</p>"
@@ -4311,7 +4323,11 @@
43114323
},
43124324
"ApplyOnlyAtCronInterval":{
43134325
"shape":"ApplyOnlyAtCronInterval",
4314-
"documentation":"<p>By default, when you create a new associations, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter is not supported for rate expressions.</p>"
4326+
"documentation":"<p>By default, when you create a new association, the system runs it immediately after it is created and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you create it. This parameter is not supported for rate expressions.</p>"
4327+
},
4328+
"CalendarNames":{
4329+
"shape":"CalendarNameOrARNList",
4330+
"documentation":"<p>The names or Amazon Resource Names (ARNs) of the Systems Manager Change Calendar type documents you want to gate your associations under. The associations only run when that Change Calendar is open. For more information, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar\">AWS Systems Manager Change Calendar</a>.</p>"
43154331
},
43164332
"TargetLocations":{
43174333
"shape":"TargetLocations",
@@ -6828,7 +6844,7 @@
68286844
"type":"string",
68296845
"max":64,
68306846
"min":1,
6831-
"pattern":"[\\w+=,.@-]+"
6847+
"pattern":"[\\w+=,.@/-]+"
68326848
},
68336849
"ExpirationDate":{"type":"timestamp"},
68346850
"FailedCreateAssociation":{
@@ -14851,6 +14867,10 @@
1485114867
"shape":"ApplyOnlyAtCronInterval",
1485214868
"documentation":"<p>By default, when you update an association, the system runs it immediately after it is updated and then according to the schedule you specified. Specify this option if you don't want an association to run immediately after you update it. This parameter is not supported for rate expressions.</p> <p>Also, if you specified this option when you created the association, you can reset it. To do so, specify the <code>no-apply-only-at-cron-interval</code> parameter when you update the association from the command line. This parameter forces the association to run immediately after updating it and according to the interval specified.</p>"
1485314869
},
14870+
"CalendarNames":{
14871+
"shape":"CalendarNameOrARNList",
14872+
"documentation":"<p>The names or Amazon Resource Names (ARNs) of the Systems Manager Change Calendar type documents you want to gate your associations under. The associations only run when that Change Calendar is open. For more information, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-change-calendar\">AWS Systems Manager Change Calendar</a>.</p>"
14873+
},
1485414874
"TargetLocations":{
1485514875
"shape":"TargetLocations",
1485614876
"documentation":"<p>A location is a combination of AWS Regions and AWS accounts where you want to run the association. Use this action to update an association in multiple Regions and multiple accounts.</p>"

0 commit comments

Comments
 (0)