CreateGeofenceCollectionRequest
import type { CreateGeofenceCollectionRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/location.ts";interface CreateGeofenceCollectionRequest {
CollectionName: string;
Description?: string | null;
KmsKeyId?: string | null;
PricingPlan: PricingPlan;
PricingPlanDataSource?: string | null;
Tags?: {} | null;
}[key: string]: string | null | undefined;