@@ -1305,12 +1305,13 @@ export interface CreateApiCacheRequest {
13051305 * <p>Controls how cache health metrics will be emitted to CloudWatch. Cache health metrics include:</p>
13061306 * <ul>
13071307 * <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>
13101311 * </li>
13111312 * <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>
13141315 * </li>
13151316 * </ul>
13161317 * <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 =
23012302 * <li>
23022303 * <p>
23032304 * <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>
23052306 * </li>
23062307 * </ul>
23072308 * </li>
@@ -2332,7 +2333,7 @@ export type ResolverLevelMetricsBehavior =
23322333 * <li>
23332334 * <p>
23342335 * <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>
23362337 * </li>
23372338 * </ul>
23382339 * </li>
@@ -2387,7 +2388,7 @@ export interface EnhancedMetricsConfig {
23872388 * <li>
23882389 * <p>
23892390 * <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>
23912392 * </li>
23922393 * </ul>
23932394 */
@@ -2419,7 +2420,7 @@ export interface EnhancedMetricsConfig {
24192420 * <li>
24202421 * <p>
24212422 * <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>
24232424 * </li>
24242425 * </ul>
24252426 */
@@ -5000,12 +5001,13 @@ export interface UpdateApiCacheRequest {
50005001 * <p>Controls how cache health metrics will be emitted to CloudWatch. Cache health metrics include:</p>
50015002 * <ul>
50025003 * <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>
50055007 * </li>
50065008 * <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>
50095011 * </li>
50105012 * </ul>
50115013 * <p>Metrics will be recorded by API ID. You can set the value to <code>ENABLED</code> or
0 commit comments