Skip to content

Commit

Permalink
This release includes support for applying a CloudWatch alarm to mult…
Browse files Browse the repository at this point in the history
…i account multi region Systems Manager Automation
  • Loading branch information
aws-sdk-dotnet-automation committed Nov 7, 2022
1 parent e7afc66 commit f3dc5e5
Show file tree
Hide file tree
Showing 10 changed files with 490 additions and 416 deletions.
7 changes: 6 additions & 1 deletion generator/ServiceModels/ssm/ssm-2014-11-06.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -9913,7 +9913,8 @@
"TargetLocation":{
"shape":"TargetLocation",
"box":true
}
},
"TriggeredAlarms":{"shape":"AlarmStateInformationList"}
}
},
"StepExecutionFilter":{
Expand Down Expand Up @@ -10061,6 +10062,10 @@
"ExecutionRoleName":{
"shape":"ExecutionRoleName",
"box":true
},
"TargetLocationAlarmConfiguration":{
"shape":"AlarmConfiguration",
"box":true
}
}
},
Expand Down
4 changes: 3 additions & 1 deletion generator/ServiceModels/ssm/ssm-2014-11-06.docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
"RegisterTaskWithMaintenanceWindowRequest$AlarmConfiguration": "<p>The CloudWatch alarm you want to apply to your maintenance window task.</p>",
"SendCommandRequest$AlarmConfiguration": "<p>The CloudWatch alarm you want to apply to your command.</p>",
"StartAutomationExecutionRequest$AlarmConfiguration": "<p>The CloudWatch alarm you want to apply to your automation.</p>",
"TargetLocation$TargetLocationAlarmConfiguration": null,
"UpdateAssociationRequest$AlarmConfiguration": null,
"UpdateMaintenanceWindowTaskRequest$AlarmConfiguration": "<p>The CloudWatch alarm you want to apply to your maintenance window task.</p>",
"UpdateMaintenanceWindowTaskResult$AlarmConfiguration": "<p>The details for the CloudWatch alarm you applied to your maintenance window task.</p>"
Expand Down Expand Up @@ -290,7 +291,8 @@
"AutomationExecutionMetadata$TriggeredAlarms": "<p>The CloudWatch alarm that was invoked by the automation.</p>",
"Command$TriggeredAlarms": "<p>The CloudWatch alarm that was invoked by the command.</p>",
"GetMaintenanceWindowExecutionTaskResult$TriggeredAlarms": "<p>The CloudWatch alarms that were invoked by the maintenance window task.</p>",
"MaintenanceWindowExecutionTaskIdentity$TriggeredAlarms": "<p>The CloudWatch alarm that was invoked by the maintenance window task.</p>"
"MaintenanceWindowExecutionTaskIdentity$TriggeredAlarms": "<p>The CloudWatch alarm that was invoked by the maintenance window task.</p>",
"StepExecution$TriggeredAlarms": "<p>The CloudWatch alarms that were invoked by the automation.</p>"
}
},
"AllowedPattern": {
Expand Down
Loading

0 comments on commit f3dc5e5

Please sign in to comment.