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

GetResourceMetricsResponse

import type { GetResourceMetricsResponse } from "https://aws-api.deno.dev/v0.3/services/pi.ts?docs=full";
interface GetResourceMetricsResponse {
AlignedEndTime?: Date | number | null;
AlignedStartTime?: Date | number | null;
Identifier?: string | null;
MetricList?: MetricKeyDataPoints[] | null;
NextToken?: string | null;
}

§Properties

§
AlignedEndTime?: Date | number | null
[src]

The end time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedEndTime will be greater than or equal to the value of the user-specified Endtime.

§
AlignedStartTime?: Date | number | null
[src]

The start time for the returned metrics, after alignment to a granular boundary (as specified by PeriodInSeconds). AlignedStartTime will be less than or equal to the value of the user-specified StartTime.

§
Identifier?: string | null
[src]

An immutable, Amazon Web Services Region-unique identifier for a data source. Performance Insights gathers metrics from this data source.

To use a DB instance as a data source, you specify its DbiResourceId value - for example: db-FAIHNTYBKTGAUSUZQYPDS2GW4A

§
MetricList?: MetricKeyDataPoints[] | null
[src]

An array of metric results,, where each array element contains all of the data points for a particular dimension.

§
NextToken?: string | null
[src]

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by MaxRecords.