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

BatchDeleteDevicePositionHistoryRequest

import type { BatchDeleteDevicePositionHistoryRequest } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface BatchDeleteDevicePositionHistoryRequest {
DeviceIds: string[];
TrackerName: string;
}

§Properties

§
DeviceIds: string[]
[src]

Devices whose position history you want to delete.

  • For example, for two devices: “DeviceIds” : [DeviceId1,DeviceId2]
§
TrackerName: string
[src]

The name of the tracker resource to delete the device position history from.