Module Values.DescribeCAEnrollmentPolicyResultSource

Contains the results of the DescribeCAEnrollmentPolicy operation.

Sourcetype nonrec t = {
  1. directoryId : DirectoryId.t option;
    (*

    The identifier of the directory associated with this CA enrollment policy.

    *)
  2. 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.

    *)
  3. 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.

    *)
  4. lastUpdatedDateTime : LastUpdatedDateTime.t option;
    (*

    The date and time when the CA enrollment policy was last modified or updated.

    *)
  5. 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.

    *)
}
Sourcetype nonrec error = [
  1. | `ClientException of ClientException.t
  2. | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
  3. | `ServiceException of ServiceException.t
  4. | `UnsupportedOperationException of UnsupportedOperationException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?directoryId:??? -> ?pcaConnectorArn:??? -> ?caEnrollmentPolicyStatus:??? -> ?lastUpdatedDateTime:??? -> ?caEnrollmentPolicyStatusReason:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of DirectoryId.t | `Timestamp of LastUpdatedDateTime.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t