PhoneNumberInformation
import type { PhoneNumberInformation } from "https://aws-api-7b9dvns8xscg.deno.dev/v0.2/services/sns.ts";
interface PhoneNumberInformation {
CreatedAt?: Date | number | null;
Iso2CountryCode?: string | null;
NumberCapabilities: NumberCapability[];
PhoneNumber?: string | null;
RouteType?: RouteType | null;
Status?: string | null;
}