Delete a listener from an accelerator.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, DeleteListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, DeleteListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new DeleteListenerCommand(input); const response = await client.send(command);
DeleteListenerCommandInput for command's input shape.
input
DeleteListenerCommandOutput for command's response shape.
response
config for GlobalAcceleratorClient's config shape.
config
Delete a listener from an accelerator.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, DeleteListenerCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, DeleteListenerCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new DeleteListenerCommand(input); const response = await client.send(command);
DeleteListenerCommandInput for command's
input
shape.DeleteListenerCommandOutput for command's
response
shape.config for GlobalAcceleratorClient's
config
shape.