CreateDeviceDefinitionResponse
import type { CreateDeviceDefinitionResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/greengrass.ts";interface CreateDeviceDefinitionResponse {
Arn?: string | null;
CreationTimestamp?: string | null;
Id?: string | null;
LastUpdatedTimestamp?: string | null;
LatestVersion?: string | null;
LatestVersionArn?: string | null;
Name?: string | null;
}