Skip to content

Commit

Permalink
Amazon Simple Systems Manager (SSM) Update: SSM feature release - Cha…
Browse files Browse the repository at this point in the history
…ngeCalendar integration with StateManager.
  • Loading branch information
AWS committed May 6, 2021
1 parent a0391b5 commit edab934
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon Simple Systems Manager (SSM)",
"contributor": "",
"description": "SSM feature release - ChangeCalendar integration with StateManager."
}
26 changes: 23 additions & 3 deletions services/ssm/src/main/resources/codegen-resources/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2232,7 +2232,7 @@
"ApplyOnlyAtCronInterval":{"type":"boolean"},
"ApproveAfterDays":{
"type":"integer",
"max":100,
"max":360,
"min":0
},
"AssociatedInstances":{
Expand Down Expand Up @@ -2396,6 +2396,10 @@
"shape":"ApplyOnlyAtCronInterval",
"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>"
},
"CalendarNames":{
"shape":"CalendarNameOrARNList",
"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>"
},
"TargetLocations":{
"shape":"TargetLocations",
"documentation":"<p>The combination of AWS Regions and AWS accounts where you want to run the association.</p>"
Expand Down Expand Up @@ -2805,6 +2809,10 @@
"shape":"ApplyOnlyAtCronInterval",
"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>"
},
"CalendarNames":{
"shape":"CalendarNameOrARNList",
"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>"
},
"TargetLocations":{
"shape":"TargetLocations",
"documentation":"<p>The combination of AWS Regions and AWS accounts where you wanted to run the association when this association version was created.</p>"
Expand Down Expand Up @@ -4233,6 +4241,10 @@
"shape":"ApplyOnlyAtCronInterval",
"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>"
},
"CalendarNames":{
"shape":"CalendarNameOrARNList",
"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>"
},
"TargetLocations":{
"shape":"TargetLocations",
"documentation":"<p>Use this action to create an association in multiple Regions and multiple accounts.</p>"
Expand Down Expand Up @@ -4311,7 +4323,11 @@
},
"ApplyOnlyAtCronInterval":{
"shape":"ApplyOnlyAtCronInterval",
"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>"
"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>"
},
"CalendarNames":{
"shape":"CalendarNameOrARNList",
"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>"
},
"TargetLocations":{
"shape":"TargetLocations",
Expand Down Expand Up @@ -6828,7 +6844,7 @@
"type":"string",
"max":64,
"min":1,
"pattern":"[\\w+=,.@-]+"
"pattern":"[\\w+=,.@/-]+"
},
"ExpirationDate":{"type":"timestamp"},
"FailedCreateAssociation":{
Expand Down Expand Up @@ -14851,6 +14867,10 @@
"shape":"ApplyOnlyAtCronInterval",
"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>"
},
"CalendarNames":{
"shape":"CalendarNameOrARNList",
"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>"
},
"TargetLocations":{
"shape":"TargetLocations",
"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>"
Expand Down

0 comments on commit edab934

Please sign in to comment.