Class ImportClientVpnClientCertificateRevocationListCommand
Uploads a client certificate revocation list to the specified Client VPN endpoint. Uploading a client certificate revocation list overwrites the existing client certificate revocation list.
Uploading a client certificate revocation list resets existing client connections.
example
Use a bare-bones client and the command you need to make an API call.
Uploads a client certificate revocation list to the specified Client VPN endpoint. Uploading a client certificate revocation list overwrites the existing client certificate revocation list.
Uploading a client certificate revocation list resets existing client connections.
Use a bare-bones client and the command you need to make an API call.
import { EC2Client, ImportClientVpnClientCertificateRevocationListCommand } from "@aws-sdk/client-ec2"; // ES Modules import // const { EC2Client, ImportClientVpnClientCertificateRevocationListCommand } = require("@aws-sdk/client-ec2"); // CommonJS import const client = new EC2Client(config); const command = new ImportClientVpnClientCertificateRevocationListCommand(input); const response = await client.send(command);
ImportClientVpnClientCertificateRevocationListCommandInput for command's
input
shape.ImportClientVpnClientCertificateRevocationListCommandOutput for command's
response
shape.config for EC2Client's
config
shape.