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

UpdateGeofenceCollectionResponse

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

§Properties

§
CollectionArn: string
[src]

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

  • Format example: arn:aws:geo:region:account-id:geofence-collection/ExampleGeofenceCollection
§
CollectionName: string
[src]

The name of the updated geofence collection.

§
UpdateTime: Date | number
[src]

The time when the geofence collection was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ