From 4f49de283e51aef6d496dd01a2f12355f1c3b3e4 Mon Sep 17 00:00:00 2001
From: awstools
* OVERALL_TRAFFIC_SUGGESTIONS_DETAILS
: 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.
+ * ROUTING_SUGGESTIONS
: 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.
For lists of the fields returned with each query type and more information about how each type of query is diff --git a/codegen/sdk-codegen/aws-models/internetmonitor.json b/codegen/sdk-codegen/aws-models/internetmonitor.json index 0d0afb25690e..90cdf1aeddbd 100644 --- a/codegen/sdk-codegen/aws-models/internetmonitor.json +++ b/codegen/sdk-codegen/aws-models/internetmonitor.json @@ -2979,6 +2979,10 @@ { "name": "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS", "value": "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS" + }, + { + "name": "ROUTING_SUGGESTIONS", + "value": "ROUTING_SUGGESTIONS" } ] } @@ -3131,7 +3135,7 @@ "QueryType": { "target": "com.amazonaws.internetmonitor#QueryType", "traits": { - "smithy.api#documentation": "
The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:
\n\n MEASUREMENTS
: Provides availability score, performance score, total traffic, \n\t\t\t\tand round-trip times, at 5 minute intervals.
\n TOP_LOCATIONS
: Provides availability score, performance score, total traffic, \n\t\t\t\tand time to first byte (TTFB) information, for the top location and ASN combinations that you're monitoring, by traffic volume.
\n TOP_LOCATION_DETAILS
: Provides TTFB for Amazon CloudFront, your \n\t\t\t\tcurrent configuration, and the best performing EC2 configuration, at 1 hour intervals.
\n OVERALL_TRAFFIC_SUGGESTIONS
: Provides TTFB, using a 30-day weighted average, for all traffic in \n\t\t\t\teach Amazon Web Services location that is monitored.
\n OVERALL_TRAFFIC_SUGGESTIONS_DETAILS
: Provides TTFB, using a 30-day weighted average, for each top \n\t\t\t\tlocation, for a proposed Amazon Web Services location. Must provide a Amazon Web Services location to search.
For lists of the fields returned with each query type and more information about how each type of query is\n\t\t\tperformed, see \n\t\t\t\tUsing the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.
", + "smithy.api#documentation": "The type of query to run. The following are the three types of queries that you can run using the Internet Monitor query interface:
\n\n MEASUREMENTS
: Provides availability score, performance score, total traffic, \n\t\t\t\tand round-trip times, at 5 minute intervals.
\n TOP_LOCATIONS
: Provides availability score, performance score, total traffic, \n\t\t\t\tand time to first byte (TTFB) information, for the top location and ASN combinations that you're monitoring, by traffic volume.
\n TOP_LOCATION_DETAILS
: Provides TTFB for Amazon CloudFront, your \n\t\t\t\tcurrent configuration, and the best performing EC2 configuration, at 1 hour intervals.
\n OVERALL_TRAFFIC_SUGGESTIONS
: Provides TTFB, using a 30-day weighted average, for all traffic in \n\t\t\t\teach Amazon Web Services location that is monitored.
\n OVERALL_TRAFFIC_SUGGESTIONS_DETAILS
: Provides TTFB, using a 30-day weighted average, for each top \n\t\t\t\tlocation, for a proposed Amazon Web Services location. Must provide an Amazon Web Services location to search.
\n ROUTING_SUGGESTIONS
: Provides the predicted average round-trip time (RTT) from an IP prefix toward \n\t\t\t\tan Amazon Web Services location for a DNS resolver. The RTT is calculated at one hour intervals, over a one hour period.
For lists of the fields returned with each query type and more information about how each type of query is\n\t\t\tperformed, see \n\t\t\t\tUsing the Amazon CloudWatch Internet Monitor query interface in the Amazon CloudWatch Internet Monitor User Guide.
", "smithy.api#required": {} } },