Skip to content

Commit 7d7dff6

Browse files
author
AWS
committed
Amazon CloudWatch Application Signals Update: Amazon CloudWatch Application Signals is introducing the Application Map to give users a more comprehensive view of their service health. Users will now be able to group services, track their latest deployments, and view automated audit findings concerning service performance.
1 parent b0ff4e3 commit 7d7dff6

File tree

3 files changed

+812
-19
lines changed

3 files changed

+812
-19
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 CloudWatch Application Signals",
4+
"contributor": "",
5+
"description": "Amazon CloudWatch Application Signals is introducing the Application Map to give users a more comprehensive view of their service health. Users will now be able to group services, track their latest deployments, and view automated audit findings concerning service performance."
6+
}

services/applicationsignals/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
"limit_key": "MaxResults",
3131
"result_key": "ServiceOperations"
3232
},
33+
"ListServiceStates": {
34+
"input_token": "NextToken",
35+
"output_token": "NextToken",
36+
"limit_key": "MaxResults",
37+
"result_key": "ServiceStates"
38+
},
3339
"ListServices": {
3440
"input_token": "NextToken",
3541
"output_token": "NextToken",

0 commit comments

Comments
 (0)