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

DescribeTrackerResponse

import type { DescribeTrackerResponse } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface DescribeTrackerResponse {
CreateTime: Date | number;
Description: string;
KmsKeyId?: string | null;
PositionFiltering?: PositionFiltering | null;
PricingPlan?: PricingPlan | null;
PricingPlanDataSource?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
TrackerArn: string;
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 optional description for the tracker resource.

§
KmsKeyId?: string | null
[src]

A key identifier for an AWS KMS customer managed key assigned to the Amazon Location resource.

§
PositionFiltering?: PositionFiltering | null
[src]

The position filtering method of the tracker resource.

§
PricingPlan?: PricingPlan | null
[src]

Always returns RequestBasedUsage.

§
PricingPlanDataSource?: string | null
[src]

No longer used. Always returns an empty string.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags associated with the tracker resource.

§
TrackerArn: string
[src]

The Amazon Resource Name (ARN) for the tracker resource. Used when you need to specify a resource across all AWS.

  • Format example: arn:aws:geo:region:account-id:tracker/ExampleTracker
§
TrackerName: string
[src]

The name of the tracker resource.

§
UpdateTime: Date | number
[src]

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