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