@aws-sdk/client-internetmonitor 3.637.0 → 3.641.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -472,6 +472,8 @@ __name(_TooManyRequestsException, "TooManyRequestsException");
472
472
  var TooManyRequestsException = _TooManyRequestsException;
473
473
  var QueryType = {
474
474
  MEASUREMENTS: "MEASUREMENTS",
475
+ OVERALL_TRAFFIC_SUGGESTIONS: "OVERALL_TRAFFIC_SUGGESTIONS",
476
+ OVERALL_TRAFFIC_SUGGESTIONS_DETAILS: "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS",
475
477
  TOP_LOCATIONS: "TOP_LOCATIONS",
476
478
  TOP_LOCATION_DETAILS: "TOP_LOCATION_DETAILS"
477
479
  };
@@ -184,6 +184,8 @@ export class TooManyRequestsException extends __BaseException {
184
184
  }
185
185
  export const QueryType = {
186
186
  MEASUREMENTS: "MEASUREMENTS",
187
+ OVERALL_TRAFFIC_SUGGESTIONS: "OVERALL_TRAFFIC_SUGGESTIONS",
188
+ OVERALL_TRAFFIC_SUGGESTIONS_DETAILS: "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS",
187
189
  TOP_LOCATIONS: "TOP_LOCATIONS",
188
190
  TOP_LOCATION_DETAILS: "TOP_LOCATION_DETAILS",
189
191
  };
@@ -1462,6 +1462,8 @@ export interface ListMonitorsOutput {
1462
1462
  */
1463
1463
  export declare const QueryType: {
1464
1464
  readonly MEASUREMENTS: "MEASUREMENTS";
1465
+ readonly OVERALL_TRAFFIC_SUGGESTIONS: "OVERALL_TRAFFIC_SUGGESTIONS";
1466
+ readonly OVERALL_TRAFFIC_SUGGESTIONS_DETAILS: "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS";
1465
1467
  readonly TOP_LOCATIONS: "TOP_LOCATIONS";
1466
1468
  readonly TOP_LOCATION_DETAILS: "TOP_LOCATION_DETAILS";
1467
1469
  };
@@ -1506,6 +1508,16 @@ export interface StartQueryInput {
1506
1508
  * <code>TOP_LOCATION_DETAILS</code>: Provides TTFB for Amazon CloudFront, your
1507
1509
  * current configuration, and the best performing EC2 configuration, at 1 hour intervals.</p>
1508
1510
  * </li>
1511
+ * <li>
1512
+ * <p>
1513
+ * <code>OVERALL_TRAFFIC_SUGGESTIONS</code>: Provides TTFB, using a 30-day weighted average, for all traffic in
1514
+ * each Amazon Web Services location that is monitored.</p>
1515
+ * </li>
1516
+ * <li>
1517
+ * <p>
1518
+ * <code>OVERALL_TRAFFIC_SUGGESTIONS_DETAILS</code>: Provides TTFB, using a 30-day weighted average, for each top
1519
+ * location, for a proposed Amazon Web Services location. Must provide a Amazon Web Services location to search.</p>
1520
+ * </li>
1509
1521
  * </ul>
1510
1522
  * <p>For lists of the fields returned with each query type and more information about how each type of query is
1511
1523
  * performed, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-IM-view-cw-tools-cwim-query.html">
@@ -389,6 +389,8 @@ export interface ListMonitorsOutput {
389
389
  }
390
390
  export declare const QueryType: {
391
391
  readonly MEASUREMENTS: "MEASUREMENTS";
392
+ readonly OVERALL_TRAFFIC_SUGGESTIONS: "OVERALL_TRAFFIC_SUGGESTIONS";
393
+ readonly OVERALL_TRAFFIC_SUGGESTIONS_DETAILS: "OVERALL_TRAFFIC_SUGGESTIONS_DETAILS";
392
394
  readonly TOP_LOCATIONS: "TOP_LOCATIONS";
393
395
  readonly TOP_LOCATION_DETAILS: "TOP_LOCATION_DETAILS";
394
396
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-internetmonitor",
3
3
  "description": "AWS SDK for JavaScript Internetmonitor Client for Node.js, Browser and React Native",
4
- "version": "3.637.0",
4
+ "version": "3.641.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-internetmonitor",