Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://aws-api.deno.dev/v0.2/services/pi.ts?docs=full";

§Classes

PI

§Interfaces

DataPoint

A timestamp, and a single numerical value, which together represent a measurement at a particular point in time.

DescribeDimensionKeysRequest
DescribeDimensionKeysResponse
DimensionGroup

A logical grouping of Performance Insights metrics for a related subject area. For example, the db.sql dimension group consists of the following dimensions: db.sql.id, db.sql.db_id, db.sql.statement, and db.sql.tokenized_id.

DimensionKeyDescription

An array of descriptions and aggregated values for each dimension within a dimension group.

DimensionKeyDetail

An object that describes the details for a specified dimension.

GetDimensionKeyDetailsRequest
GetDimensionKeyDetailsResponse
GetResourceMetricsRequest
GetResourceMetricsResponse
MetricKeyDataPoints

A time-ordered series of data points, corresponding to a dimension of a Performance Insights metric.

MetricQuery

A single query to be processed. You must provide the metric to query. If no other parameters are specified, Performance Insights returns all of the data points for that metric. You can optionally request that the data points be aggregated by dimension group ( GroupBy), and return only those data points that match your criteria (Filter).

ResponsePartitionKey

If PartitionBy was specified in a DescribeDimensionKeys request, the dimensions are returned in an array. Each element in the array specifies one dimension.

ResponseResourceMetricKey

An object describing a Performance Insights metric and one or more dimensions for that metric.

§Type Aliases

DetailStatus
ServiceType