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

GetSamplingTargetsResult

import type { GetSamplingTargetsResult } from "https://aws-api.deno.dev/v0.4/services/xray.ts?docs=full";
interface GetSamplingTargetsResult {
LastRuleModification?: Date | number | null;
SamplingTargetDocuments?: SamplingTargetDocument[] | null;
UnprocessedStatistics?: UnprocessedStatistics[] | null;
}

§Properties

§
LastRuleModification?: Date | number | null
[src]

The last time a user changed the sampling rule configuration. If the sampling rule configuration changed since the service last retrieved it, the service should call GetSamplingRules to get the latest version.

§
SamplingTargetDocuments?: SamplingTargetDocument[] | null
[src]

Updated rules that the service should use to sample requests.

§
UnprocessedStatistics?: UnprocessedStatistics[] | null
[src]

Information about SamplingStatisticsDocument that X-Ray could not process.