Module Values.UpdateSettingsResultSource

Updates the configurable settings for the specified directory.

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

    The identifier of the directory.

    *)
}
Sourcetype nonrec error = [
  1. | `ClientException of ClientException.t
  2. | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t
  3. | `DirectoryUnavailableException of DirectoryUnavailableException.t
  4. | `IncompatibleSettingsException of IncompatibleSettingsException.t
  5. | `InvalidParameterException of InvalidParameterException.t
  6. | `ServiceException of ServiceException.t
  7. | `UnsupportedOperationException of UnsupportedOperationException.t
  8. | `UnsupportedSettingsException of UnsupportedSettingsException.t
  9. | `Unknown_operation_error of string * string option
]
Sourceval make : ?directoryId:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ClientException of ClientException.t | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t | `DirectoryUnavailableException of DirectoryUnavailableException.t | `IncompatibleSettingsException of IncompatibleSettingsException.t | `InvalidParameterException of InvalidParameterException.t | `ServiceException of ServiceException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t | `UnsupportedSettingsException of UnsupportedSettingsException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ClientException of ClientException.t | `DirectoryDoesNotExistException of DirectoryDoesNotExistException.t | `DirectoryUnavailableException of DirectoryUnavailableException.t | `IncompatibleSettingsException of IncompatibleSettingsException.t | `InvalidParameterException of InvalidParameterException.t | `ServiceException of ServiceException.t | `Unknown_operation_error of string * string option | `UnsupportedOperationException of UnsupportedOperationException.t | `UnsupportedSettingsException of UnsupportedSettingsException.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