Values.DescribeCAEnrollmentPolicyResultSourceContains the results of the DescribeCAEnrollmentPolicy operation.
type nonrec t = {directoryId : DirectoryId.t option;The identifier of the directory associated with this CA enrollment policy.
*)pcaConnectorArn : PcaConnectorArn.t option;The Amazon Resource Name (ARN) of the Amazon Web Services Private Certificate Authority (PCA) connector that is configured for automatic certificate enrollment in this directory.
*)caEnrollmentPolicyStatus : CaEnrollmentPolicyStatus.t option;The current status of the CA enrollment policy. This indicates if automatic certificate enrollment is currently active, inactive, or in a transitional state. Valid values: IN_PROGRESS - The policy is being activated T SUCCESS - The policy is active and automatic certificate enrollment is operational FAILED - The policy activation or deactivation failed DISABLING - The policy is being deactivated DISABLED - The policy is inactive and automatic certificate enrollment is not available IMPAIRED - Network connectivity is impaired.
*)lastUpdatedDateTime : LastUpdatedDateTime.t option;The date and time when the CA enrollment policy was last modified or updated.
*)caEnrollmentPolicyStatusReason : CaEnrollmentPolicyStatusReason.t option;Additional information explaining the current status of the CA enrollment policy, particularly useful when the policy is in an error or transitional state.
*)}type nonrec error = [ | `ClientException of ClientException.t| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t| `ServiceException of ServiceException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClientException of ClientException.t
| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClientException of ClientException.t
| `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DirectoryId.t
| `Timestamp of LastUpdatedDateTime.t ])
list ]