Deletes the specified subscription filter.
Use a bare-bones client and the command you need to make an API call.
import { CloudWatchLogsClient, DeleteSubscriptionFilterCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import // const { CloudWatchLogsClient, DeleteSubscriptionFilterCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import const client = new CloudWatchLogsClient(config); const command = new DeleteSubscriptionFilterCommand(input); const response = await client.send(command);
DeleteSubscriptionFilterCommandInput for command's input shape.
input
DeleteSubscriptionFilterCommandOutput for command's response shape.
response
config for CloudWatchLogsClient's config shape.
config
Deletes the specified subscription filter.
Use a bare-bones client and the command you need to make an API call.
import { CloudWatchLogsClient, DeleteSubscriptionFilterCommand } from "@aws-sdk/client-cloudwatch-logs"; // ES Modules import // const { CloudWatchLogsClient, DeleteSubscriptionFilterCommand } = require("@aws-sdk/client-cloudwatch-logs"); // CommonJS import const client = new CloudWatchLogsClient(config); const command = new DeleteSubscriptionFilterCommand(input); const response = await client.send(command);
DeleteSubscriptionFilterCommandInput for command's
input
shape.DeleteSubscriptionFilterCommandOutput for command's
response
shape.config for CloudWatchLogsClient's
config
shape.