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

PI

import { PI } from "https://aws-api.deno.dev/v0.1/services/pi.ts?docs=full";
class PI {
constructor(apiFactory: client.ApiFactory);
async describeDimensionKeys(params: DescribeDimensionKeysRequest): Promise<DescribeDimensionKeysResponse>;
async getResourceMetrics(params: GetResourceMetricsRequest): Promise<GetResourceMetricsResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new PI(apiFactory: client.ApiFactory)
[src]

§Methods

§
describeDimensionKeys(params: DescribeDimensionKeysRequest): Promise<DescribeDimensionKeysResponse>
[src]

For a specific time period, retrieve the top N dimension keys for a metric.

Note: Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

§
getResourceMetrics(params: GetResourceMetricsRequest): Promise<GetResourceMetricsResponse>
[src]

Retrieve Performance Insights metrics for a set of data sources, over a time period. You can provide specific dimension groups and dimensions, and provide aggregation and filtering criteria for each group.

Note: Each response element returns a maximum of 500 bytes. For larger elements, such as SQL statements, only the first 500 bytes are returned.

§Static Properties