Update an endpoint group. A resource must be valid and active when you add it as an endpoint.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, UpdateEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, UpdateEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new UpdateEndpointGroupCommand(input); const response = await client.send(command);
UpdateEndpointGroupCommandInput for command's input shape.
input
UpdateEndpointGroupCommandOutput for command's response shape.
response
config for GlobalAcceleratorClient's config shape.
config
Update an endpoint group. A resource must be valid and active when you add it as an endpoint.
Use a bare-bones client and the command you need to make an API call.
import { GlobalAcceleratorClient, UpdateEndpointGroupCommand } from "@aws-sdk/client-global-accelerator"; // ES Modules import // const { GlobalAcceleratorClient, UpdateEndpointGroupCommand } = require("@aws-sdk/client-global-accelerator"); // CommonJS import const client = new GlobalAcceleratorClient(config); const command = new UpdateEndpointGroupCommand(input); const response = await client.send(command);
UpdateEndpointGroupCommandInput for command's
input
shape.UpdateEndpointGroupCommandOutput for command's
response
shape.config for GlobalAcceleratorClient's
config
shape.