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

GetContactMethodsRequest

import type { GetContactMethodsRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface GetContactMethodsRequest {
protocols?: ContactProtocol[] | null;
}

§Properties

§
protocols?: ContactProtocol[] | null
[src]

The protocols used to send notifications, such as Email, or SMS (text messaging).

Specify a protocol in your request to return information about a specific contact method protocol.