@@ -1305,12 +1305,13 @@ export interface CreateApiCacheRequest {
1305
1305
* <p>Controls how cache health metrics will be emitted to CloudWatch. Cache health metrics include:</p>
1306
1306
* <ul>
1307
1307
* <li>
1308
- * <p>NetworkBandwidthOutAllowanceExceeded: The number of times a specified GraphQL operation was
1309
- * called.</p>
1308
+ * <p>NetworkBandwidthOutAllowanceExceeded: The network packets dropped because the throughput exceeded
1309
+ * the aggregated bandwidth limit. This is useful for diagnosing bottlenecks in a cache
1310
+ * configuration.</p>
1310
1311
* </li>
1311
1312
* <li>
1312
- * <p>EngineCPUUtilization: The number of GraphQL errors that occurred during a specified GraphQL
1313
- * operation .</p>
1313
+ * <p>EngineCPUUtilization: The CPU utilization (percentage) allocated to the Redis process. This is
1314
+ * useful for diagnosing bottlenecks in a cache configuration .</p>
1314
1315
* </li>
1315
1316
* </ul>
1316
1317
* <p>Metrics will be recorded by API ID. You can set the value to <code>ENABLED</code> or
@@ -2301,7 +2302,7 @@ export type ResolverLevelMetricsBehavior =
2301
2302
* <li>
2302
2303
* <p>
2303
2304
* <code>PER_RESOLVER_METRICS</code>: Records and emits metric data for resolvers that have the
2304
- * <code>metricConfig </code> value set to <code>ENABLED</code>.</p>
2305
+ * <code>metricsConfig </code> value set to <code>ENABLED</code>.</p>
2305
2306
* </li>
2306
2307
* </ul>
2307
2308
* </li>
@@ -2332,7 +2333,7 @@ export type ResolverLevelMetricsBehavior =
2332
2333
* <li>
2333
2334
* <p>
2334
2335
* <code>PER_DATA_SOURCE_METRICS</code>: Records and emits metric data for data sources that
2335
- * have the <code>metricConfig </code> value set to <code>ENABLED</code>.</p>
2336
+ * have the <code>metricsConfig </code> value set to <code>ENABLED</code>.</p>
2336
2337
* </li>
2337
2338
* </ul>
2338
2339
* </li>
@@ -2387,7 +2388,7 @@ export interface EnhancedMetricsConfig {
2387
2388
* <li>
2388
2389
* <p>
2389
2390
* <code>PER_RESOLVER_METRICS</code>: Records and emits metric data for resolvers that have the
2390
- * <code>metricConfig </code> value set to <code>ENABLED</code>.</p>
2391
+ * <code>metricsConfig </code> value set to <code>ENABLED</code>.</p>
2391
2392
* </li>
2392
2393
* </ul>
2393
2394
*/
@@ -2419,7 +2420,7 @@ export interface EnhancedMetricsConfig {
2419
2420
* <li>
2420
2421
* <p>
2421
2422
* <code>PER_DATA_SOURCE_METRICS</code>: Records and emits metric data for data sources that have the
2422
- * <code>metricConfig </code> value set to <code>ENABLED</code>.</p>
2423
+ * <code>metricsConfig </code> value set to <code>ENABLED</code>.</p>
2423
2424
* </li>
2424
2425
* </ul>
2425
2426
*/
@@ -5000,12 +5001,13 @@ export interface UpdateApiCacheRequest {
5000
5001
* <p>Controls how cache health metrics will be emitted to CloudWatch. Cache health metrics include:</p>
5001
5002
* <ul>
5002
5003
* <li>
5003
- * <p>NetworkBandwidthOutAllowanceExceeded: The number of times a specified GraphQL operation was
5004
- * called.</p>
5004
+ * <p>NetworkBandwidthOutAllowanceExceeded: The network packets dropped because the throughput exceeded
5005
+ * the aggregated bandwidth limit. This is useful for diagnosing bottlenecks in a cache
5006
+ * configuration.</p>
5005
5007
* </li>
5006
5008
* <li>
5007
- * <p>EngineCPUUtilization: The number of GraphQL errors that occurred during a specified GraphQL
5008
- * operation .</p>
5009
+ * <p>EngineCPUUtilization: The CPU utilization (percentage) allocated to the Redis process. This is
5010
+ * useful for diagnosing bottlenecks in a cache configuration .</p>
5009
5011
* </li>
5010
5012
* </ul>
5011
5013
* <p>Metrics will be recorded by API ID. You can set the value to <code>ENABLED</code> or
0 commit comments