Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.
Use a bare-bones client and the command you need to make an API call.
import { ElasticLoadBalancingV2Client, RemoveListenerCertificatesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import // const { ElasticLoadBalancingV2Client, RemoveListenerCertificatesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import const client = new ElasticLoadBalancingV2Client(config); const command = new RemoveListenerCertificatesCommand(input); const response = await client.send(command);
RemoveListenerCertificatesCommandInput for command's input shape.
input
RemoveListenerCertificatesCommandOutput for command's response shape.
response
config for ElasticLoadBalancingV2Client's config shape.
config
Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.
Use a bare-bones client and the command you need to make an API call.
import { ElasticLoadBalancingV2Client, RemoveListenerCertificatesCommand } from "@aws-sdk/client-elastic-load-balancing-v2"; // ES Modules import // const { ElasticLoadBalancingV2Client, RemoveListenerCertificatesCommand } = require("@aws-sdk/client-elastic-load-balancing-v2"); // CommonJS import const client = new ElasticLoadBalancingV2Client(config); const command = new RemoveListenerCertificatesCommand(input); const response = await client.send(command);
RemoveListenerCertificatesCommandInput for command's
input
shape.RemoveListenerCertificatesCommandOutput for command's
response
shape.config for ElasticLoadBalancingV2Client's
config
shape.