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

DescribeFleetMetricResponse

import type { DescribeFleetMetricResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface DescribeFleetMetricResponse {
aggregationField?: string | null;
aggregationType?: AggregationType | null;
creationDate?: Date | number | null;
description?: string | null;
indexName?: string | null;
lastModifiedDate?: Date | number | null;
metricArn?: string | null;
metricName?: string | null;
period?: number | null;
queryString?: string | null;
queryVersion?: string | null;
unit?: FleetMetricUnit | null;
version?: number | null;
}

§Properties

§
aggregationField?: string | null
[src]

The field to aggregate.

§
aggregationType?: AggregationType | null
[src]

The type of the aggregation query.

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

The date when the fleet metric is created.

§
description?: string | null
[src]

The fleet metric description.

§
indexName?: string | null
[src]

The name of the index to search.

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

The date when the fleet metric is last modified.

§
metricArn?: string | null
[src]

The ARN of the fleet metric to describe.

§
metricName?: string | null
[src]

The name of the fleet metric to describe.

§
period?: number | null
[src]

The time in seconds between fleet metric emissions. Range [60(1 min), 86400(1 day)] and must be multiple of 60.

§
queryString?: string | null
[src]

The search query string.

§
queryVersion?: string | null
[src]

The query version.

§
unit?: FleetMetricUnit | null
[src]

Used to support unit transformation such as milliseconds to seconds. The unit must be supported by CW metric.

§
version?: number | null
[src]

The version of the fleet metric.