Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ValidateE911AddressRequest

import type { ValidateE911AddressRequest } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
interface ValidateE911AddressRequest {
AwsAccountId: string;
City: string;
Country: string;
PostalCode: string;
State: string;
StreetInfo: string;
StreetNumber: string;
}

§Properties

§
AwsAccountId: string
[src]
§
City: string
[src]
§
Country: string
[src]
§
PostalCode: string
[src]
§
State: string
[src]
§
StreetInfo: string
[src]
§
StreetNumber: string
[src]