|
280 | 280 | },
|
281 | 281 | "exception":true
|
282 | 282 | },
|
| 283 | + "AccountId":{ |
| 284 | + "type":"string", |
| 285 | + "max":12, |
| 286 | + "min":12 |
| 287 | + }, |
283 | 288 | "Arn":{
|
284 | 289 | "type":"string",
|
285 | 290 | "max":2048,
|
|
316 | 321 | },
|
317 | 322 | "exception":true
|
318 | 323 | },
|
| 324 | + "Boolean":{ |
| 325 | + "type":"boolean", |
| 326 | + "box":true |
| 327 | + }, |
319 | 328 | "ConflictException":{
|
320 | 329 | "type":"structure",
|
321 | 330 | "members":{
|
|
449 | 458 | "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>",
|
450 | 459 | "location":"uri",
|
451 | 460 | "locationName":"EventId"
|
| 461 | + }, |
| 462 | + "LinkedAccountId":{ |
| 463 | + "shape":"AccountId", |
| 464 | + "documentation":"<p>TBD </p>", |
| 465 | + "location":"querystring", |
| 466 | + "locationName":"LinkedAccountId" |
452 | 467 | }
|
453 | 468 | }
|
454 | 469 | },
|
|
519 | 534 | "documentation":"<p>The name of the monitor.</p>",
|
520 | 535 | "location":"uri",
|
521 | 536 | "locationName":"MonitorName"
|
| 537 | + }, |
| 538 | + "LinkedAccountId":{ |
| 539 | + "shape":"AccountId", |
| 540 | + "documentation":"<p>TBD </p>", |
| 541 | + "location":"querystring", |
| 542 | + "locationName":"LinkedAccountId" |
522 | 543 | }
|
523 | 544 | }
|
524 | 545 | },
|
|
956 | 977 | "documentation":"<p>The status of a health event.</p>",
|
957 | 978 | "location":"querystring",
|
958 | 979 | "locationName":"EventStatus"
|
| 980 | + }, |
| 981 | + "LinkedAccountId":{ |
| 982 | + "shape":"AccountId", |
| 983 | + "documentation":"<p>TBD </p>", |
| 984 | + "location":"querystring", |
| 985 | + "locationName":"LinkedAccountId" |
959 | 986 | }
|
960 | 987 | }
|
961 | 988 | },
|
|
993 | 1020 | "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>",
|
994 | 1021 | "location":"querystring",
|
995 | 1022 | "locationName":"MonitorStatus"
|
| 1023 | + }, |
| 1024 | + "IncludeLinkedAccounts":{ |
| 1025 | + "shape":"Boolean", |
| 1026 | + "documentation":"<p>TBD </p>", |
| 1027 | + "location":"querystring", |
| 1028 | + "locationName":"IncludeLinkedAccounts" |
996 | 1029 | }
|
997 | 1030 | }
|
998 | 1031 | },
|
|
1369 | 1402 | "FilterParameters":{
|
1370 | 1403 | "shape":"FilterParameters",
|
1371 | 1404 | "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>" |
1372 | 1409 | }
|
1373 | 1410 | }
|
1374 | 1411 | },
|
|
0 commit comments