Module Values.ModifyDataProviderResponseSource

Modifies the specified data provider using the provided settings. You must remove the data provider from all migration projects before you can modify it.

Sourcetype nonrec t = {
  1. dataProvider : DataProvider.t option;
    (*

    The data provider that was modified.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedFault of AccessDeniedFault.t
  2. | `FailedDependencyFault of FailedDependencyFault.t
  3. | `InvalidResourceStateFault of InvalidResourceStateFault.t
  4. | `ResourceNotFoundFault of ResourceNotFoundFault.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?dataProvider:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `FailedDependencyFault of FailedDependencyFault.t | `InvalidResourceStateFault of InvalidResourceStateFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDeniedFault of AccessDeniedFault.t | `FailedDependencyFault of FailedDependencyFault.t | `InvalidResourceStateFault of InvalidResourceStateFault.t | `ResourceNotFoundFault of ResourceNotFoundFault.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of BooleanOptional.t | `String of String_.t | `Structure of (string * [> `Structure of (string * [> `Boolean of BooleanOptional.t | `Enum of string | `Integer of IntegerOptional.t | `String of String_.t ]) list ]) list | `Timestamp of Iso8601DateTime.t ]) list ]) 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