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

UpdateSipRuleRequest

import type { UpdateSipRuleRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/chime.ts";
interface UpdateSipRuleRequest {
Disabled?: boolean | null;
Name: string;
SipRuleId: string;
TargetApplications?: SipRuleTargetApplication[] | null;
}

§Properties

§
Disabled?: boolean | null
[src]
§
Name: string
[src]
§
SipRuleId: string
[src]
§
TargetApplications?: SipRuleTargetApplication[] | null
[src]