Skip to content

Commit

Permalink
docs(client-appsync): Documentation only updates for AppSync
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Feb 23, 2024
1 parent 089edf3 commit 40c82c1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
26 changes: 14 additions & 12 deletions clients/client-appsync/src/models/models_0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1305,12 +1305,13 @@ export interface CreateApiCacheRequest {
* <p>Controls how cache health metrics will be emitted to CloudWatch. Cache health metrics include:</p>
* <ul>
* <li>
* <p>NetworkBandwidthOutAllowanceExceeded: The number of times a specified GraphQL operation was
* called.</p>
* <p>NetworkBandwidthOutAllowanceExceeded: The network packets dropped because the throughput exceeded
* the aggregated bandwidth limit. This is useful for diagnosing bottlenecks in a cache
* configuration.</p>
* </li>
* <li>
* <p>EngineCPUUtilization: The number of GraphQL errors that occurred during a specified GraphQL
* operation.</p>
* <p>EngineCPUUtilization: The CPU utilization (percentage) allocated to the Redis process. This is
* useful for diagnosing bottlenecks in a cache configuration.</p>
* </li>
* </ul>
* <p>Metrics will be recorded by API ID. You can set the value to <code>ENABLED</code> or
Expand Down Expand Up @@ -2301,7 +2302,7 @@ export type ResolverLevelMetricsBehavior =
* <li>
* <p>
* <code>PER_RESOLVER_METRICS</code>: Records and emits metric data for resolvers that have the
* <code>metricConfig</code> value set to <code>ENABLED</code>.</p>
* <code>metricsConfig</code> value set to <code>ENABLED</code>.</p>
* </li>
* </ul>
* </li>
Expand Down Expand Up @@ -2332,7 +2333,7 @@ export type ResolverLevelMetricsBehavior =
* <li>
* <p>
* <code>PER_DATA_SOURCE_METRICS</code>: Records and emits metric data for data sources that
* have the <code>metricConfig</code> value set to <code>ENABLED</code>.</p>
* have the <code>metricsConfig</code> value set to <code>ENABLED</code>.</p>
* </li>
* </ul>
* </li>
Expand Down Expand Up @@ -2387,7 +2388,7 @@ export interface EnhancedMetricsConfig {
* <li>
* <p>
* <code>PER_RESOLVER_METRICS</code>: Records and emits metric data for resolvers that have the
* <code>metricConfig</code> value set to <code>ENABLED</code>.</p>
* <code>metricsConfig</code> value set to <code>ENABLED</code>.</p>
* </li>
* </ul>
*/
Expand Down Expand Up @@ -2419,7 +2420,7 @@ export interface EnhancedMetricsConfig {
* <li>
* <p>
* <code>PER_DATA_SOURCE_METRICS</code>: Records and emits metric data for data sources that have the
* <code>metricConfig</code> value set to <code>ENABLED</code>.</p>
* <code>metricsConfig</code> value set to <code>ENABLED</code>.</p>
* </li>
* </ul>
*/
Expand Down Expand Up @@ -5000,12 +5001,13 @@ export interface UpdateApiCacheRequest {
* <p>Controls how cache health metrics will be emitted to CloudWatch. Cache health metrics include:</p>
* <ul>
* <li>
* <p>NetworkBandwidthOutAllowanceExceeded: The number of times a specified GraphQL operation was
* called.</p>
* <p>NetworkBandwidthOutAllowanceExceeded: The network packets dropped because the throughput exceeded
* the aggregated bandwidth limit. This is useful for diagnosing bottlenecks in a cache
* configuration.</p>
* </li>
* <li>
* <p>EngineCPUUtilization: The number of GraphQL errors that occurred during a specified GraphQL
* operation.</p>
* <p>EngineCPUUtilization: The CPU utilization (percentage) allocated to the Redis process. This is
* useful for diagnosing bottlenecks in a cache configuration.</p>
* </li>
* </ul>
* <p>Metrics will be recorded by API ID. You can set the value to <code>ENABLED</code> or
Expand Down
Loading

0 comments on commit 40c82c1

Please sign in to comment.