Values.CreateDirectoryConfigResultSourceCreates a Directory Config object in WorkSpaces Applications. This object includes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.
type nonrec t = {directoryConfig : DirectoryConfig.t option;Information about the directory configuration.
*)}type nonrec error = [ | `InvalidAccountStatusException of InvalidAccountStatusException.t| `InvalidRoleException of InvalidRoleException.t| `LimitExceededException of LimitExceededException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidAccountStatusException of InvalidAccountStatusException.t
| `InvalidRoleException of InvalidRoleException.t
| `LimitExceededException of LimitExceededException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidAccountStatusException of InvalidAccountStatusException.t
| `InvalidRoleException of InvalidRoleException.t
| `LimitExceededException of LimitExceededException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of OrganizationalUnitDistinguishedName.t ]
list
| `String of DirectoryName.t
| `Structure of
(string * [> `Enum of string | `String of AccountName.t ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]