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

DeleteSamplingRuleRequest

import type { DeleteSamplingRuleRequest } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface DeleteSamplingRuleRequest {
RuleARN?: string | null;
RuleName?: string | null;
}

§Properties

§
RuleARN?: string | null
[src]

The ARN of the sampling rule. Specify a rule by either name or ARN, but not both.

§
RuleName?: string | null
[src]

The name of the sampling rule. Specify a rule by either name or ARN, but not both.