Module Values_0.SetParameterValueConfigurationSource

The configuration of adding parameters in action.

Sourcetype nonrec t = {
  1. destinationParameterName : ParameterName.t;
    (*

    The destination parameter name of the SetParameterValueConfiguration.

    *)
  2. value : DestinationParameterValueConfiguration.t;
}
Sourceval context_ : string
Sourceval make : destinationParameterName:ParameterName.t -> value:DestinationParameterValueConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `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 ]
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