Values.CreateHybridADResultSourceCreates a hybrid directory that connects your self-managed Active Directory (AD) infrastructure and Amazon Web Services. You must have a successful directory assessment using StartADAssessment to validate your environment compatibility before you use this operation. Updates are applied asynchronously. Use DescribeDirectories to monitor the progress of directory creation.
type nonrec t = {directoryId : DirectoryId.t option;The unique identifier of the newly created hybrid directory.
*)}type nonrec error = [ | `ADAssessmentLimitExceededException of ADAssessmentLimitExceededException.t| `ClientException of ClientException.t| `DirectoryLimitExceededException of DirectoryLimitExceededException.t| `EntityDoesNotExistException of EntityDoesNotExistException.t| `InvalidParameterException of InvalidParameterException.t| `ServiceException of ServiceException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ADAssessmentLimitExceededException of
ADAssessmentLimitExceededException.t
| `ClientException of ClientException.t
| `DirectoryLimitExceededException of DirectoryLimitExceededException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ADAssessmentLimitExceededException of
ADAssessmentLimitExceededException.t
| `ClientException of ClientException.t
| `DirectoryLimitExceededException of DirectoryLimitExceededException.t
| `EntityDoesNotExistException of EntityDoesNotExistException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServiceException of ServiceException.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of UnsupportedOperationException.t ]