Skip to content

Commit 0fb5811

Browse files
author
AWS
committed
Amazon CloudWatch Internet Monitor Update: This release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to deliver internet measurements to Amazon S3 buckets as well as CloudWatch Logs.
1 parent 5582472 commit 0fb5811

File tree

3 files changed

+80
-17
lines changed

3 files changed

+80
-17
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 release adds a new feature for Amazon CloudWatch Internet Monitor that enables customers to deliver internet measurements to Amazon S3 buckets as well as CloudWatch Logs."
6+
}

services/internetmonitor/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@
107107
"UseFIPS": true,
108108
"Endpoint": "https://example.com"
109109
}
110+
},
111+
{
112+
"documentation": "Missing region",
113+
"expect": {
114+
"error": "Invalid Configuration: Missing Region"
115+
}
110116
}
111117
],
112118
"version": "1.0"

0 commit comments

Comments
 (0)