Skip to content

Commit 77fbe4f

Browse files
author
AWS
committed
Amazon CloudWatch Internet Monitor Update: This update introduces the GetInternetEvent and ListInternetEvents APIs, which provide access to internet events displayed on the Amazon CloudWatch Internet Weather Map.
1 parent adacef7 commit 77fbe4f

File tree

3 files changed

+284
-12
lines changed

3 files changed

+284
-12
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 Internet Monitor",
4+
"contributor": "",
5+
"description": "This update introduces the GetInternetEvent and ListInternetEvents APIs, which provide access to internet events displayed on the Amazon CloudWatch Internet Weather Map."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"limit_key": "MaxResults",
1212
"result_key": "HealthEvents"
1313
},
14+
"ListInternetEvents": {
15+
"input_token": "NextToken",
16+
"output_token": "NextToken",
17+
"limit_key": "MaxResults",
18+
"result_key": "InternetEvents"
19+
},
1420
"ListMonitors": {
1521
"input_token": "NextToken",
1622
"output_token": "NextToken",

0 commit comments

Comments
 (0)