Module Values.CreateHybridADResultSource

Creates 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.

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

    The unique identifier of the newly created hybrid directory.

    *)
}
Sourcetype nonrec error = [
  1. | `ADAssessmentLimitExceededException of ADAssessmentLimitExceededException.t
  2. | `ClientException of ClientException.t
  3. | `DirectoryLimitExceededException of DirectoryLimitExceededException.t
  4. | `EntityDoesNotExistException of EntityDoesNotExistException.t
  5. | `InvalidParameterException of InvalidParameterException.t
  6. | `ServiceException of ServiceException.t
  7. | `UnsupportedOperationException of UnsupportedOperationException.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval make : ?directoryId:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DirectoryId.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