Module Values.UpdateConnectorV2RequestSource

Grants permission to update a connectorV2 based on its id and input parameters.

Sourcetype nonrec t = {
  1. connectorId : NonEmptyString.t;
    (*

    The UUID of the connectorV2 to identify connectorV2 resource.

    *)
  2. description : NonEmptyString.t option;
    (*

    The description of the connectorV2.

    *)
  3. provider : ProviderUpdateConfiguration.t option;
    (*

    The third-party provider’s service configuration.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?provider:??? -> connectorId:NonEmptyString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.t | `Structure of (string * [> `Structure of (string * [> `String of NonEmptyString.t ]) list ]) 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