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

ListVoiceConnectorsResponse

import type { ListVoiceConnectorsResponse } from "https://aws-api.deno.dev/v0.4/services/chimesdkvoice.ts?docs=full";
interface ListVoiceConnectorsResponse {
NextToken?: string | null;
VoiceConnectors?: VoiceConnector[] | null;
}

§Properties

§
NextToken?: string | null
[src]
§
VoiceConnectors?: VoiceConnector[] | null
[src]