Smaws_Client_DirectoryService.UpdateDirectorySetup
Updates the directory for a particular update type.
val request :
Smaws_Lib.Context.t ->
Types.update_directory_setup_request ->
(Types.update_directory_setup_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `AccessDeniedException of Types.access_denied_exception
| `ClientException of Types.client_exception
| `DirectoryDoesNotExistException of
Types.directory_does_not_exist_exception
| `DirectoryInDesiredStateException of
Types.directory_in_desired_state_exception
| `DirectoryUnavailableException of Types.directory_unavailable_exception
| `InvalidParameterException of Types.invalid_parameter_exception
| `ServiceException of Types.service_exception
| `SnapshotLimitExceededException of
Types.snapshot_limit_exceeded_exception
| `UnsupportedOperationException of Types.unsupported_operation_exception ])
Stdlib.result