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>;
§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
§
ApiMetadata: client.ApiMetadata
[src]