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

SubmitFeedbackRequest

import type { SubmitFeedbackRequest } from "https://aws-api.deno.dev/v0.4/services/codeguruprofiler.ts?docs=full";

The structure representing the SubmitFeedbackRequest.

interface SubmitFeedbackRequest {
anomalyInstanceId: string;
comment?: string | null;
profilingGroupName: string;
}

§Properties

§
anomalyInstanceId: string
[src]

The universally unique identifier (UUID) of the AnomalyInstance object that is included in the analysis data.

§
comment?: string | null
[src]

Optional feedback about this anomaly.

§
profilingGroupName: string
[src]

The name of the profiling group that is associated with the analysis data.

§

The feedback tpye. Thee are two valid values, Positive and Negative.