Values.UpdateExtensionAssociationRequestSourceUpdates an association. For more information about extensions and associations, see Extending workflows in the AppConfig User Guide.
type nonrec t = {extensionAssociationId : Id.t;The system-generated ID for the association.
*)parameters : ParameterValueMap.t option;The parameter names and values defined in the extension.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of ExtensionOrParameterName.t ]
* [> `String of StringWithLengthBetween1And2048.t ])
list
| `String of Id.t ])
list ]