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

CreateSipMediaApplicationCallRequest

import type { CreateSipMediaApplicationCallRequest } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
interface CreateSipMediaApplicationCallRequest {
ArgumentsMap?: {
[key: string]: string | null | undefined;
}
| null;
FromPhoneNumber: string;
SipHeaders?: {
[key: string]: string | null | undefined;
}
| null;
SipMediaApplicationId: string;
ToPhoneNumber: string;
}

§Properties

§
ArgumentsMap?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
FromPhoneNumber: string
[src]
§
SipHeaders?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
SipMediaApplicationId: string
[src]
§
ToPhoneNumber: string
[src]