From 4f49de283e51aef6d496dd01a2f12355f1c3b3e4 Mon Sep 17 00:00:00 2001 From: awstools Date: Wed, 13 Nov 2024 23:18:59 +0000 Subject: [PATCH] feat(client-internetmonitor): Add new query type Routing_Suggestions regarding querying interface --- clients/client-internetmonitor/src/models/models_0.ts | 8 +++++++- codegen/sdk-codegen/aws-models/internetmonitor.json | 6 +++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/clients/client-internetmonitor/src/models/models_0.ts b/clients/client-internetmonitor/src/models/models_0.ts index 3eb6b3f31120..6cb5cc32d8b8 100644 --- a/clients/client-internetmonitor/src/models/models_0.ts +++ b/clients/client-internetmonitor/src/models/models_0.ts @@ -1732,6 +1732,7 @@ export const QueryType = { MEASUREMENTS: "MEASUREMENTS", OVERALL_TRAFFIC_SUGGESTIONS: "OVERALL_TRAFFIC_SUGGESTIONS", OVERALL_TRAFFIC_SUGGESTIONS_DETAILS: "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS", + ROUTING_SUGGESTIONS: "ROUTING_SUGGESTIONS", TOP_LOCATIONS: "TOP_LOCATIONS", TOP_LOCATION_DETAILS: "TOP_LOCATION_DETAILS", } as const; @@ -1789,7 +1790,12 @@ export interface StartQueryInput { *
  • *

    * 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.

    + * location, for a proposed Amazon Web Services location. Must provide an 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

    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

    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": {} } },