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