Skip to content

Commit

Permalink
feat(client-internetmonitor): Add new query type Routing_Suggestions …
Browse files Browse the repository at this point in the history
…regarding querying interface
  • Loading branch information
awstools committed Nov 13, 2024
1 parent 93b16b2 commit 4f49de2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
8 changes: 7 additions & 1 deletion clients/client-internetmonitor/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -1789,7 +1790,12 @@ export interface StartQueryInput {
* <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>
* 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
Expand Down
6 changes: 5 additions & 1 deletion codegen/sdk-codegen/aws-models/internetmonitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2979,6 +2979,10 @@
{
"name": "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS",
"value": "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS"
},
{
"name": "ROUTING_SUGGESTIONS",
"value": "ROUTING_SUGGESTIONS"
}
]
}
Expand Down Expand Up @@ -3131,7 +3135,7 @@
"QueryType": {
"target": "com.amazonaws.internetmonitor#QueryType",
"traits": {
"smithy.api#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>\n <ul>\n <li>\n <p>\n <code>MEASUREMENTS</code>: Provides availability score, performance score, total traffic, \n\t\t\t\tand round-trip times, at 5 minute intervals.</p>\n </li>\n <li>\n <p>\n <code>TOP_LOCATIONS</code>: 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.</p>\n </li>\n <li>\n <p>\n <code>TOP_LOCATION_DETAILS</code>: Provides TTFB for Amazon CloudFront, your \n\t\t\t\tcurrent configuration, and the best performing EC2 configuration, at 1 hour intervals.</p>\n </li>\n <li>\n <p>\n <code>OVERALL_TRAFFIC_SUGGESTIONS</code>: Provides TTFB, using a 30-day weighted average, for all traffic in \n\t\t\t\teach Amazon Web Services location that is monitored.</p>\n </li>\n <li>\n <p>\n <code>OVERALL_TRAFFIC_SUGGESTIONS_DETAILS</code>: 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.</p>\n </li>\n </ul>\n <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html\">\n\t\t\t\tUsing the Amazon CloudWatch Internet Monitor query interface</a> in the Amazon CloudWatch Internet Monitor User Guide.</p>",
"smithy.api#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>\n <ul>\n <li>\n <p>\n <code>MEASUREMENTS</code>: Provides availability score, performance score, total traffic, \n\t\t\t\tand round-trip times, at 5 minute intervals.</p>\n </li>\n <li>\n <p>\n <code>TOP_LOCATIONS</code>: 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.</p>\n </li>\n <li>\n <p>\n <code>TOP_LOCATION_DETAILS</code>: Provides TTFB for Amazon CloudFront, your \n\t\t\t\tcurrent configuration, and the best performing EC2 configuration, at 1 hour intervals.</p>\n </li>\n <li>\n <p>\n <code>OVERALL_TRAFFIC_SUGGESTIONS</code>: Provides TTFB, using a 30-day weighted average, for all traffic in \n\t\t\t\teach Amazon Web Services location that is monitored.</p>\n </li>\n <li>\n <p>\n <code>OVERALL_TRAFFIC_SUGGESTIONS_DETAILS</code>: 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.</p>\n </li>\n <li>\n <p>\n <code>ROUTING_SUGGESTIONS</code>: 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.</p>\n </li>\n </ul>\n <p>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 <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html\">\n\t\t\t\tUsing the Amazon CloudWatch Internet Monitor query interface</a> in the Amazon CloudWatch Internet Monitor User Guide.</p>",
"smithy.api#required": {}
}
},
Expand Down

0 comments on commit 4f49de2

Please # to comment.