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