Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.
Use a bare-bones client and the command you need to make an API call.
import { CodeGuruProfilerClient, ListProfileTimesCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import // const { CodeGuruProfilerClient, ListProfileTimesCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import const client = new CodeGuruProfilerClient(config); const command = new ListProfileTimesCommand(input); const response = await client.send(command);
ListProfileTimesCommandInput for command's input shape.
input
ListProfileTimesCommandOutput for command's response shape.
response
config for CodeGuruProfilerClient's config shape.
config
Lists the start times of the available aggregated profiles of a profiling group for an aggregation period within the specified time range.
Use a bare-bones client and the command you need to make an API call.
import { CodeGuruProfilerClient, ListProfileTimesCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import // const { CodeGuruProfilerClient, ListProfileTimesCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import const client = new CodeGuruProfilerClient(config); const command = new ListProfileTimesCommand(input); const response = await client.send(command);
ListProfileTimesCommandInput for command's
input
shape.ListProfileTimesCommandOutput for command's
response
shape.config for CodeGuruProfilerClient's
config
shape.