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

SipMediaApplication

import type { SipMediaApplication } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
interface SipMediaApplication {
AwsRegion?: string | null;
CreatedTimestamp?: Date | number | null;
Endpoints?: SipMediaApplicationEndpoint[] | null;
Name?: string | null;
SipMediaApplicationId?: string | null;
UpdatedTimestamp?: Date | number | null;
}

§Properties

§
AwsRegion?: string | null
[src]
§
CreatedTimestamp?: Date | number | null
[src]
§
Name?: string | null
[src]
§
SipMediaApplicationId?: string | null
[src]
§
UpdatedTimestamp?: Date | number | null
[src]