Protected
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 importconst client = new ACMPCAClient(config);const command = new ListCertificateAuthoritiesCommand(input);const response = await client.send(command);
ListCertificateAuthoritiesCommandInput
ListCertificateAuthoritiesCommandOutput
input
response
config
InvalidNextTokenException (client fault)
The token specified in the NextToken argument is not valid. Use the token returned from your previous call to ListCertificateAuthorities.
NextToken
Readonly
Static
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.
Param
ListCertificateAuthoritiesCommandInput
Returns
ListCertificateAuthoritiesCommandOutput
See
input
shape.response
shape.config
shape.Throws
InvalidNextTokenException (client fault)
The token specified in the
NextToken
argument is not valid. Use the token returned from your previous call to ListCertificateAuthorities.