Module Values_0.CustomActionSetParametersOperationSource

The set parameter operation that sets parameters in custom action.

Sourcetype nonrec t = {
  1. parameterValueConfigurations : SetParameterValueConfigurationList.t;
    (*

    The parameter that determines the value configuration.

    *)
}
Sourceval context_ : string
Sourceval make : parameterValueConfigurations:SetParameterValueConfigurationList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of ParameterName.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Boolean of BooleanObject.t | `String of DataSetIdentifier.t | `Structure of (string * [> `List of [> `Double of SensitiveDoubleObject.t | `Long of SensitiveLongObject.t | `String of SensitiveStringObject.t | `Timestamp of SensitiveTimestamp.t ] list ]) list ]) list ]) list ]) 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