Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.
Use a bare-bones client and the command you need to make an API call.
import { CodeGuruProfilerClient, SubmitFeedbackCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import // const { CodeGuruProfilerClient, SubmitFeedbackCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import const client = new CodeGuruProfilerClient(config); const command = new SubmitFeedbackCommand(input); const response = await client.send(command);
SubmitFeedbackCommandInput for command's input shape.
input
SubmitFeedbackCommandOutput for command's response shape.
response
config for CodeGuruProfilerClient's config shape.
config
Sends feedback to CodeGuru Profiler about whether the anomaly detected by the analysis is useful or not.
Use a bare-bones client and the command you need to make an API call.
import { CodeGuruProfilerClient, SubmitFeedbackCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import // const { CodeGuruProfilerClient, SubmitFeedbackCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import const client = new CodeGuruProfilerClient(config); const command = new SubmitFeedbackCommand(input); const response = await client.send(command);
SubmitFeedbackCommandInput for command's
input
shape.SubmitFeedbackCommandOutput for command's
response
shape.config for CodeGuruProfilerClient's
config
shape.