Subscriber
import type { Subscriber } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/costexplorer.ts";interface Subscriber {
Address?: string | null;
Status?: SubscriberStatus | null;
Type?: SubscriberType | null;
}import type { Subscriber } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/costexplorer.ts";