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

BatchUpdateDevicePositionError

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

Contains error details for each device that failed to update its position.

interface BatchUpdateDevicePositionError {
DeviceId: string;
SampleTime: Date | number;
}

§Properties

§
DeviceId: string
[src]

The device associated with the failed location update.

§

Contains details related to the error code such as the error code and error message.

§
SampleTime: Date | number
[src]

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