Smaws_Client_DirectoryService.CreateComputer
Creates an Active Directory computer object in the specified directory.
val request :
Smaws_Lib.Context.t ->
Types.create_computer_request ->
(Types.create_computer_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AuthenticationFailedException of Types.authentication_failed_exception
| `ClientException of Types.client_exception
| `DirectoryUnavailableException of Types.directory_unavailable_exception
| `EntityAlreadyExistsException of Types.entity_already_exists_exception
| `EntityDoesNotExistException of Types.entity_does_not_exist_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `ServiceException of Types.service_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ])
Stdlib.result