Submits profiling data to an aggregated profile of a profiling group. To get an aggregated profile that is created with this profiling data, use GetProfile .
GetProfile
Use a bare-bones client and the command you need to make an API call.
import { CodeGuruProfilerClient, PostAgentProfileCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import // const { CodeGuruProfilerClient, PostAgentProfileCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import const client = new CodeGuruProfilerClient(config); const command = new PostAgentProfileCommand(input); const response = await client.send(command);
PostAgentProfileCommandInput for command's input shape.
input
PostAgentProfileCommandOutput for command's response shape.
response
config for CodeGuruProfilerClient's config shape.
config
Submits profiling data to an aggregated profile of a profiling group. To get an aggregated profile that is created with this profiling data, use
GetProfile
.Use a bare-bones client and the command you need to make an API call.
import { CodeGuruProfilerClient, PostAgentProfileCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import // const { CodeGuruProfilerClient, PostAgentProfileCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import const client = new CodeGuruProfilerClient(config); const command = new PostAgentProfileCommand(input); const response = await client.send(command);
PostAgentProfileCommandInput for command's
input
shape.PostAgentProfileCommandOutput for command's
response
shape.config for CodeGuruProfilerClient's
config
shape.