@pulumi/awsx
Version:
[](https://github.com/pulumi/pulumi-awsx/actions) [](https://slack.pulumi.com) [.
*
* Unit: Count
*/
function error4XX(change?: ApigatewayMetricChange): cloudwatch.Metric;
/**
* The number of server-side errors captured in a given period.
*
* The Sum statistic represents this metric, namely, the total count of the 5XXError errors in the
* given period. The Average statistic represents the 5XXError error rate, namely, the total count
* of the 5XXError errors divided by the total number of requests during the period. The denominator
* corresponds to the Count metric (below).
*
* Unit: Count
*/
function error5XX(change?: ApigatewayMetricChange): cloudwatch.Metric;
/**
* The number of requests served from the API cache in a given period.
*
* The Sum statistic represents this metric, namely, the total count of the cache hits in the
* specified period. The Average statistic represents the cache hit rate, namely, the total count of
* the cache hits divided by the total number of requests during the period. The denominator
* corresponds to the Count metric (below).
*/
function cacheHitCount(change?: ApigatewayMetricChange): cloudwatch.Metric;
/**
* The number of requests served from the back end in a given period, when API caching is enabled.
*
* The Sum statistic represents this metric, namely, the total count of the cache misses in the
* specified period. The Average statistic represents the cache miss rate, namely, the total count
* of the cache hits divided by the total number of requests during the period. The denominator
* corresponds to the Count metric (below).
*
* Unit: Count
*/
function cacheMissCount(change?: ApigatewayMetricChange): cloudwatch.Metric;
/**
* The total number API requests in a given period.
*
* The SampleCount statistic represents this metric.
*
* Unit: Count
*/
function count(change?: ApigatewayMetricChange): cloudwatch.Metric;
/**
* The time between when API Gateway relays a request to the back end and when it receives a
* response from the back end.
*
* Unit: Milliseconds
*/
function integrationLatency(change?: ApigatewayMetricChange): cloudwatch.Metric;
/**
* The time between when API Gateway receives a request from a client and when it returns a response
* to the client. The latency includes the integration latency and other API Gateway overhead.
*
* Unit: Milliseconds
*/
function latency(change?: ApigatewayMetricChange): cloudwatch.Metric;
}
//# sourceMappingURL=metrics.d.ts.map