List the available reports for a given profiling group and time range.
Use a bare-bones client and the command you need to make an API call.
import { CodeGuruProfilerClient, ListFindingsReportsCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import // const { CodeGuruProfilerClient, ListFindingsReportsCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import const client = new CodeGuruProfilerClient(config); const command = new ListFindingsReportsCommand(input); const response = await client.send(command);
ListFindingsReportsCommandInput for command's input shape.
input
ListFindingsReportsCommandOutput for command's response shape.
response
config for CodeGuruProfilerClient's config shape.
config
List the available reports for a given profiling group and time range.
Use a bare-bones client and the command you need to make an API call.
import { CodeGuruProfilerClient, ListFindingsReportsCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import // const { CodeGuruProfilerClient, ListFindingsReportsCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import const client = new CodeGuruProfilerClient(config); const command = new ListFindingsReportsCommand(input); const response = await client.send(command);
ListFindingsReportsCommandInput for command's
input
shape.ListFindingsReportsCommandOutput for command's
response
shape.config for CodeGuruProfilerClient's
config
shape.