Jump to Content

Class ListCertificateAuthoritiesCommandProtected

Lists the private certificate authorities that you created by using the CreateCertificateAuthority action.

Example

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);

Param

ListCertificateAuthoritiesCommandInput

Returns

ListCertificateAuthoritiesCommandOutput

See

Throws

InvalidNextTokenException (client fault)

The token specified in the NextToken argument is not valid. Use the token returned from your previous call to ListCertificateAuthorities.

Hierarchy

Constructors

Properties

Methods