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

ListTrackersResponseEntry

import type { ListTrackersResponseEntry } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";

Contains the tracker resource details.

interface ListTrackersResponseEntry {
CreateTime: Date | number;
Description: string;
PricingPlan?: PricingPlan | null;
PricingPlanDataSource?: string | null;
TrackerName: string;
UpdateTime: Date | number;
}

§Properties

§
CreateTime: Date | number
[src]

The timestamp for when the tracker resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.

§
Description: string
[src]

The description for the tracker resource.

§
PricingPlan?: PricingPlan | null
[src]

Always returns RequestBasedUsage.

§
PricingPlanDataSource?: string | null
[src]

No longer used. Always returns an empty string.

§
TrackerName: string
[src]

The name of the tracker resource.

§
UpdateTime: Date | number
[src]

The timestamp at which the device's position was determined. Uses ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ.