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.4/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 identifier for a data source that is unique for an Amazon Web Services Region. Performance Insights gathers metrics from this data source. In the console, the identifier is shown as ResourceID. When you call DescribeDBInstances, the identifier is returned as DbiResourceId.

§
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.