Module Smaws_Client_DirectoryService.ListADAssessments

Retrieves a list of directory assessments for the specified directory or all assessments in your account. Use this operation to monitor assessment status and manage multiple assessments.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ClientException of Types.client_exception | `DirectoryDoesNotExistException of Types.directory_does_not_exist_exception | `InvalidParameterException of Types.invalid_parameter_exception | `ServiceException of Types.service_exception | `UnsupportedOperationException of Types.unsupported_operation_exception ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.list_ad_assessments_request -> (Types.list_ad_assessments_result, [> Smaws_Lib.Protocols.AwsJson.error | `ClientException of Types.client_exception | `DirectoryDoesNotExistException of Types.directory_does_not_exist_exception | `InvalidParameterException of Types.invalid_parameter_exception | `ServiceException of Types.service_exception | `UnsupportedOperationException of Types.unsupported_operation_exception ]) Stdlib.result
val request_with_metadata : 'http_type Smaws_Lib.Context.t -> Types.list_ad_assessments_request -> (Types.list_ad_assessments_result Smaws_Lib.Response.t, [> Smaws_Lib.Protocols.AwsJson.error | `ClientException of Types.client_exception | `DirectoryDoesNotExistException of Types.directory_does_not_exist_exception | `InvalidParameterException of Types.invalid_parameter_exception | `ServiceException of Types.service_exception | `UnsupportedOperationException of Types.unsupported_operation_exception ] * Smaws_Lib.Response.metadata) Stdlib.result