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

UpdateGeofenceCollectionRequest

import type { UpdateGeofenceCollectionRequest } from "https://aws-api.deno.dev/v0.3/services/location.ts?docs=full";
interface UpdateGeofenceCollectionRequest {
CollectionName: string;
Description?: string | null;
PricingPlan?: PricingPlan | null;
PricingPlanDataSource?: string | null;
}

§Properties

§
CollectionName: string
[src]

The name of the geofence collection to update.

§
Description?: string | null
[src]

Updates the description for the geofence collection.

§
PricingPlan?: PricingPlan | null
[src]

No longer used. If included, the only allowed value is RequestBasedUsage.

§
PricingPlanDataSource?: string | null
[src]

This parameter is no longer used.