import { _UnmarshalledPublicKey } from "./_PublicKey"; import * as __aws_sdk_types from "@aws-sdk/types"; /** *

Returns the objects or data listed below if successful. Otherwise, returns an error.

*/ export interface ListPublicKeysOutput extends __aws_sdk_types.MetadataBearer { /** *

Contains an array of PublicKey objects.

The returned public keys may have validity time ranges that overlap.

*/ PublicKeyList?: Array<_UnmarshalledPublicKey>; /** *

Reserved for future use.

*/ NextToken?: string; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }