Values_0.SetParameterValueConfigurationSourceThe configuration of adding parameters in action.
type nonrec t = {destinationParameterName : ParameterName.t;The destination parameter name of the SetParameterValueConfiguration.
*)value : DestinationParameterValueConfiguration.t;}val make :
destinationParameterName:ParameterName.t ->
value:DestinationParameterValueConfiguration.t ->
unit ->
tval 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 ]