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