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

UpdateConferenceProviderRequest

import type { UpdateConferenceProviderRequest } from "https://aws-api.deno.dev/v0.4/services/alexaforbusiness.ts?docs=full";
interface UpdateConferenceProviderRequest {
ConferenceProviderArn: string;
ConferenceProviderType: ConferenceProviderType;
IPDialIn?: IPDialIn | null;
MeetingSetting: MeetingSetting;
PSTNDialIn?: PSTNDialIn | null;
}

§Properties

§
ConferenceProviderArn: string
[src]

The ARN of the conference provider.

§
ConferenceProviderType: ConferenceProviderType
[src]

The type of the conference provider.

§
IPDialIn?: IPDialIn | null
[src]

The IP endpoint and protocol for calling.

§
MeetingSetting: MeetingSetting
[src]

The meeting settings for the conference provider.

§
PSTNDialIn?: PSTNDialIn | null
[src]

The information for PSTN conferencing.