Values.SearchCertificatesResponseSourceRetrieves a list of certificates matching search criteria. You can filter certificates by X.509 attributes and ACM specific properties like certificate status, type and renewal eligibility. This operation provides more flexible filtering than ListCertificates by supporting complex filter statements.
type nonrec t = {results : CertificateSearchResultList.t option;A list of certificate search results containing certificate ARNs, X.509 attributes, and ACM metadata.
*)nextToken : NextToken.t option;When the list is truncated, this value is present and contains the value to use for the NextToken parameter in a subsequent pagination request.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of Arn.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `List of
[> `String of String_.t
| `Structure of
(string
* [> `String of String_.t ])
list ]
list
| `String of String_.t ])
list ])
list ]
list
| `String of SerialNumber.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `List of
[> `String of String_.t
| `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t
| `Timestamp of TStamp.t ])
list
| `Timestamp of TStamp.t ])
list ])
list ]
list
| `String of NextToken.t ])
list ]