Deletes a profiling group.
Use a bare-bones client and the command you need to make an API call.
import { CodeGuruProfilerClient, DeleteProfilingGroupCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import // const { CodeGuruProfilerClient, DeleteProfilingGroupCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import const client = new CodeGuruProfilerClient(config); const command = new DeleteProfilingGroupCommand(input); const response = await client.send(command);
DeleteProfilingGroupCommandInput for command's input shape.
input
DeleteProfilingGroupCommandOutput for command's response shape.
response
config for CodeGuruProfilerClient's config shape.
config
Deletes a profiling group.
Use a bare-bones client and the command you need to make an API call.
import { CodeGuruProfilerClient, DeleteProfilingGroupCommand } from "@aws-sdk/client-codeguruprofiler"; // ES Modules import // const { CodeGuruProfilerClient, DeleteProfilingGroupCommand } = require("@aws-sdk/client-codeguruprofiler"); // CommonJS import const client = new CodeGuruProfilerClient(config); const command = new DeleteProfilingGroupCommand(input); const response = await client.send(command);
DeleteProfilingGroupCommandInput for command's
input
shape.DeleteProfilingGroupCommandOutput for command's
response
shape.config for CodeGuruProfilerClient's
config
shape.