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

DescribeDimensionKeysResponse

import type { DescribeDimensionKeysResponse } from "https://aws-api.deno.dev/v0.4/services/pi.ts?docs=full";
interface DescribeDimensionKeysResponse {
AlignedEndTime?: Date | number | null;
AlignedStartTime?: Date | number | null;
Keys?: DimensionKeyDescription[] | null;
NextToken?: string | null;
PartitionKeys?: ResponsePartitionKey[] | null;
}

§Properties

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

The end time for the returned dimension keys, 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 dimension keys, 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.

§

The dimension keys that were requested.

§
NextToken?: string | null
[src]

A pagination token that indicates the response didn’t return all available records because MaxRecords was specified in the previous request. To get the remaining records, specify NextToken in a separate request with this value.

§
PartitionKeys?: ResponsePartitionKey[] | null
[src]

If PartitionBy was present in the request, PartitionKeys contains the breakdown of dimension keys by the specified partitions.