Skip to content

Commit 6185ba7

Browse files
Add new query type Routing_Suggestions regarding querying interface
1 parent d39aca7 commit 6185ba7

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

generator/ServiceModels/internetmonitor/internetmonitor-2021-06-03.api.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1131,7 +1131,8 @@
11311131
"TOP_LOCATIONS",
11321132
"TOP_LOCATION_DETAILS",
11331133
"OVERALL_TRAFFIC_SUGGESTIONS",
1134-
"OVERALL_TRAFFIC_SUGGESTIONS_DETAILS"
1134+
"OVERALL_TRAFFIC_SUGGESTIONS_DETAILS",
1135+
"ROUTING_SUGGESTIONS"
11351136
]
11361137
},
11371138
"ResourceName":{

generator/ServiceModels/internetmonitor/internetmonitor-2021-06-03.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@
522522
"QueryType": {
523523
"base": null,
524524
"refs": {
525-
"StartQueryInput$QueryType": "<p>The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:</p> <ul> <li> <p> <code>MEASUREMENTS</code>: Provides availability score, performance score, total traffic, and round-trip times, at 5 minute intervals.</p> </li> <li> <p> <code>TOP_LOCATIONS</code>: Provides availability score, performance score, total traffic, and time to first byte (TTFB) information, for the top location and ASN combinations that you're monitoring, by traffic volume.</p> </li> <li> <p> <code>TOP_LOCATION_DETAILS</code>: Provides TTFB for Amazon CloudFront, your current configuration, and the best performing EC2 configuration, at 1 hour intervals.</p> </li> <li> <p> <code>OVERALL_TRAFFIC_SUGGESTIONS</code>: Provides TTFB, using a 30-day weighted average, for all traffic in each Amazon Web Services location that is monitored.</p> </li> <li> <p> <code>OVERALL_TRAFFIC_SUGGESTIONS_DETAILS</code>: Provides TTFB, using a 30-day weighted average, for each top location, for a proposed Amazon Web Services location. Must provide a Amazon Web Services location to search.</p> </li> </ul> <p>For lists of the fields returned with each query type and more information about how each type of query is performed, 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>"
525+
"StartQueryInput$QueryType": "<p>The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:</p> <ul> <li> <p> <code>MEASUREMENTS</code>: Provides availability score, performance score, total traffic, and round-trip times, at 5 minute intervals.</p> </li> <li> <p> <code>TOP_LOCATIONS</code>: Provides availability score, performance score, total traffic, and time to first byte (TTFB) information, for the top location and ASN combinations that you're monitoring, by traffic volume.</p> </li> <li> <p> <code>TOP_LOCATION_DETAILS</code>: Provides TTFB for Amazon CloudFront, your current configuration, and the best performing EC2 configuration, at 1 hour intervals.</p> </li> <li> <p> <code>OVERALL_TRAFFIC_SUGGESTIONS</code>: Provides TTFB, using a 30-day weighted average, for all traffic in each Amazon Web Services location that is monitored.</p> </li> <li> <p> <code>OVERALL_TRAFFIC_SUGGESTIONS_DETAILS</code>: Provides TTFB, using a 30-day weighted average, for each top location, for a proposed Amazon Web Services location. Must provide an Amazon Web Services location to search.</p> </li> <li> <p> <code>ROUTING_SUGGESTIONS</code>: Provides the predicted average round-trip time (RTT) from an IP prefix toward an Amazon Web Services location for a DNS resolver. The RTT is calculated at one hour intervals, over a one hour period.</p> </li> </ul> <p>For lists of the fields returned with each query type and more information about how each type of query is performed, 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>"
526526
}
527527
},
528528
"ResourceName": {

generator/ServiceModels/internetmonitor/internetmonitor-2021-06-03.normal.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,8 @@
15701570
"TOP_LOCATIONS",
15711571
"TOP_LOCATION_DETAILS",
15721572
"OVERALL_TRAFFIC_SUGGESTIONS",
1573-
"OVERALL_TRAFFIC_SUGGESTIONS_DETAILS"
1573+
"OVERALL_TRAFFIC_SUGGESTIONS_DETAILS",
1574+
"ROUTING_SUGGESTIONS"
15741575
]
15751576
},
15761577
"ResourceName":{
@@ -1660,7 +1661,7 @@
16601661
},
16611662
"QueryType":{
16621663
"shape":"QueryType",
1663-
"documentation":"<p>The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:</p> <ul> <li> <p> <code>MEASUREMENTS</code>: Provides availability score, performance score, total traffic, and round-trip times, at 5 minute intervals.</p> </li> <li> <p> <code>TOP_LOCATIONS</code>: Provides availability score, performance score, total traffic, and time to first byte (TTFB) information, for the top location and ASN combinations that you're monitoring, by traffic volume.</p> </li> <li> <p> <code>TOP_LOCATION_DETAILS</code>: Provides TTFB for Amazon CloudFront, your current configuration, and the best performing EC2 configuration, at 1 hour intervals.</p> </li> <li> <p> <code>OVERALL_TRAFFIC_SUGGESTIONS</code>: Provides TTFB, using a 30-day weighted average, for all traffic in each Amazon Web Services location that is monitored.</p> </li> <li> <p> <code>OVERALL_TRAFFIC_SUGGESTIONS_DETAILS</code>: Provides TTFB, using a 30-day weighted average, for each top location, for a proposed Amazon Web Services location. Must provide a Amazon Web Services location to search.</p> </li> </ul> <p>For lists of the fields returned with each query type and more information about how each type of query is performed, 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>"
1664+
"documentation":"<p>The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:</p> <ul> <li> <p> <code>MEASUREMENTS</code>: Provides availability score, performance score, total traffic, and round-trip times, at 5 minute intervals.</p> </li> <li> <p> <code>TOP_LOCATIONS</code>: Provides availability score, performance score, total traffic, and time to first byte (TTFB) information, for the top location and ASN combinations that you're monitoring, by traffic volume.</p> </li> <li> <p> <code>TOP_LOCATION_DETAILS</code>: Provides TTFB for Amazon CloudFront, your current configuration, and the best performing EC2 configuration, at 1 hour intervals.</p> </li> <li> <p> <code>OVERALL_TRAFFIC_SUGGESTIONS</code>: Provides TTFB, using a 30-day weighted average, for all traffic in each Amazon Web Services location that is monitored.</p> </li> <li> <p> <code>OVERALL_TRAFFIC_SUGGESTIONS_DETAILS</code>: Provides TTFB, using a 30-day weighted average, for each top location, for a proposed Amazon Web Services location. Must provide an Amazon Web Services location to search.</p> </li> <li> <p> <code>ROUTING_SUGGESTIONS</code>: Provides the predicted average round-trip time (RTT) from an IP prefix toward an Amazon Web Services location for a DNS resolver. The RTT is calculated at one hour intervals, over a one hour period.</p> </li> </ul> <p>For lists of the fields returned with each query type and more information about how each type of query is performed, 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>"
16641665
},
16651666
"FilterParameters":{
16661667
"shape":"FilterParameters",

sdk/src/Services/InternetMonitor/Generated/Model/StartQueryRequest.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,13 @@ internal bool IsSetMonitorName()
172172
/// <para>
173173
/// <c>OVERALL_TRAFFIC_SUGGESTIONS_DETAILS</c>: Provides TTFB, using a 30-day weighted
174174
/// average, for each top location, for a proposed Amazon Web Services location. Must
175-
/// provide a Amazon Web Services location to search.
175+
/// provide an Amazon Web Services location to search.
176+
/// </para>
177+
/// </li> <li>
178+
/// <para>
179+
/// <c>ROUTING_SUGGESTIONS</c>: Provides the predicted average round-trip time (RTT)
180+
/// from an IP prefix toward an Amazon Web Services location for a DNS resolver. The RTT
181+
/// is calculated at one hour intervals, over a one hour period.
176182
/// </para>
177183
/// </li> </ul>
178184
/// <para>

sdk/src/Services/InternetMonitor/Generated/ServiceEnumerations.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -587,6 +587,10 @@ public class QueryType : ConstantClass
587587
/// </summary>
588588
public static readonly QueryType OVERALL_TRAFFIC_SUGGESTIONS_DETAILS = new QueryType("OVERALL_TRAFFIC_SUGGESTIONS_DETAILS");
589589
/// <summary>
590+
/// Constant ROUTING_SUGGESTIONS for QueryType
591+
/// </summary>
592+
public static readonly QueryType ROUTING_SUGGESTIONS = new QueryType("ROUTING_SUGGESTIONS");
593+
/// <summary>
590594
/// Constant TOP_LOCATION_DETAILS for QueryType
591595
/// </summary>
592596
public static readonly QueryType TOP_LOCATION_DETAILS = new QueryType("TOP_LOCATION_DETAILS");

0 commit comments

Comments
 (0)