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

UpdateTrackerResponse

import type { UpdateTrackerResponse } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface UpdateTrackerResponse {
TrackerArn: string;
TrackerName: string;
UpdateTime: Date | number;
}

§Properties

§
TrackerArn: string
[src]

The Amazon Resource Name (ARN) of the updated tracker resource. Used to specify a resource across AWS.

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

The name of the updated 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.