List the custom routing accelerators for an Amazon Web Services account.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, ListCustomRoutingAcceleratorsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, ListCustomRoutingAcceleratorsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new ListCustomRoutingAcceleratorsCommand(input); const response = await client.send(command);
ListCustomRoutingAcceleratorsCommandInput for command's input shape.
input
ListCustomRoutingAcceleratorsCommandOutput for command's response shape.
response
config for GlobalAcceleratorClient's config shape.
config
List the custom routing accelerators for an Amazon Web Services account.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, ListCustomRoutingAcceleratorsCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, ListCustomRoutingAcceleratorsCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new ListCustomRoutingAcceleratorsCommand(input); const response = await client.send(command);
ListCustomRoutingAcceleratorsCommandInput for command's
input
shape.ListCustomRoutingAcceleratorsCommandOutput for command's
response
shape.config for GlobalAcceleratorClient's
config
shape.