Lists the private certificate authorities that you created by using the CreateCertificateAuthority action.
Use a bare-bones client and the command you need to make an API call.
import { ACMPCAClient, ListCertificateAuthoritiesCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import // const { ACMPCAClient, ListCertificateAuthoritiesCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import const client = new ACMPCAClient(config); const command = new ListCertificateAuthoritiesCommand(input); const response = await client.send(command);
ListCertificateAuthoritiesCommandInput for command's input shape.
input
ListCertificateAuthoritiesCommandOutput for command's response shape.
response
config for ACMPCAClient's config shape.
config
Lists the private certificate authorities that you created by using the CreateCertificateAuthority action.
Use a bare-bones client and the command you need to make an API call.
import { ACMPCAClient, ListCertificateAuthoritiesCommand } from "@aws-sdk/client-acm-pca"; // ES Modules import // const { ACMPCAClient, ListCertificateAuthoritiesCommand } = require("@aws-sdk/client-acm-pca"); // CommonJS import const client = new ACMPCAClient(config); const command = new ListCertificateAuthoritiesCommand(input); const response = await client.send(command);
ListCertificateAuthoritiesCommandInput for command's
input
shape.ListCertificateAuthoritiesCommandOutput for command's
response
shape.config for ACMPCAClient's
config
shape.