Skip to content

Commit 074e10e

Browse files
author
AWS
committed
Amazon CloudWatch Internet Monitor Update: This release adds support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs.
1 parent dee1f34 commit 074e10e

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
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 support to allow customers to track cross account monitors through ListMonitor, GetMonitor, ListHealthEvents, GetHealthEvent, StartQuery APIs."
6+
}

services/internetmonitor/src/main/resources/codegen-resources/service-2.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,11 @@
280280
},
281281
"exception":true
282282
},
283+
"AccountId":{
284+
"type":"string",
285+
"max":12,
286+
"min":12
287+
},
283288
"Arn":{
284289
"type":"string",
285290
"max":2048,
@@ -316,6 +321,10 @@
316321
},
317322
"exception":true
318323
},
324+
"Boolean":{
325+
"type":"boolean",
326+
"box":true
327+
},
319328
"ConflictException":{
320329
"type":"structure",
321330
"members":{
@@ -449,6 +458,12 @@
449458
"documentation":"<p>The internally-generated identifier of a health event. Because <code>EventID</code> contains the forward slash (“/”) character, you must URL-encode the <code>EventID</code> field in the request URL.</p>",
450459
"location":"uri",
451460
"locationName":"EventId"
461+
},
462+
"LinkedAccountId":{
463+
"shape":"AccountId",
464+
"documentation":"<p>TBD </p>",
465+
"location":"querystring",
466+
"locationName":"LinkedAccountId"
452467
}
453468
}
454469
},
@@ -519,6 +534,12 @@
519534
"documentation":"<p>The name of the monitor.</p>",
520535
"location":"uri",
521536
"locationName":"MonitorName"
537+
},
538+
"LinkedAccountId":{
539+
"shape":"AccountId",
540+
"documentation":"<p>TBD </p>",
541+
"location":"querystring",
542+
"locationName":"LinkedAccountId"
522543
}
523544
}
524545
},
@@ -956,6 +977,12 @@
956977
"documentation":"<p>The status of a health event.</p>",
957978
"location":"querystring",
958979
"locationName":"EventStatus"
980+
},
981+
"LinkedAccountId":{
982+
"shape":"AccountId",
983+
"documentation":"<p>TBD </p>",
984+
"location":"querystring",
985+
"locationName":"LinkedAccountId"
959986
}
960987
}
961988
},
@@ -993,6 +1020,12 @@
9931020
"documentation":"<p>The status of a monitor. This includes the status of the data processing for the monitor and the status of the monitor itself.</p> <p>For information about the statuses for a monitor, see <a href=\"https://docs.aws.amazon.com/internet-monitor/latest/api/API_Monitor.html\"> Monitor</a>.</p>",
9941021
"location":"querystring",
9951022
"locationName":"MonitorStatus"
1023+
},
1024+
"IncludeLinkedAccounts":{
1025+
"shape":"Boolean",
1026+
"documentation":"<p>TBD </p>",
1027+
"location":"querystring",
1028+
"locationName":"IncludeLinkedAccounts"
9961029
}
9971030
}
9981031
},
@@ -1369,6 +1402,10 @@
13691402
"FilterParameters":{
13701403
"shape":"FilterParameters",
13711404
"documentation":"<p>The <code>FilterParameters</code> field that you use with Amazon CloudWatch Internet Monitor queries is a string the defines how you want a query to be filtered. The filter parameters that you can specify depend on the query type, since each query type returns a different set of Internet Monitor data.</p> <p>For more information about specifying filter parameters, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html\">Using the Amazon CloudWatch Internet Monitor query interface</a> in the Amazon CloudWatch Internet Monitor User Guide.</p>"
1405+
},
1406+
"LinkedAccountId":{
1407+
"shape":"AccountId",
1408+
"documentation":"<p>TBD </p>"
13721409
}
13731410
}
13741411
},

0 commit comments

Comments
 (0)