Values.UpdateExtensionRequestSourceUpdates an AppConfig extension. For more information about extensions, see Extending workflows in the AppConfig User Guide.
type nonrec t = {extensionIdentifier : Identifier.t;The name, the ID, or the Amazon Resource Name (ARN) of the extension.
*)description : Description.t option;Information about the extension.
*)actions : ActionsMap.t option;The actions defined in the extension.
*)parameters : ParameterMap.t option;One or more parameters for the actions called by the extension.
*)versionNumber : Integer.t option;The extension version number.
*)}val make :
?description:??? ->
?actions:??? ->
?parameters:??? ->
?versionNumber:??? ->
extensionIdentifier:Identifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `Map of
([> `Enum of string | `String of ExtensionOrParameterName.t ]
* [> `List of
[> `Structure of (string * [> `String of Name.t ]) list ]
list
| `Structure of
(string
* [> `Boolean of Boolean.t | `String of Description.t ])
list ])
list
| `String of Identifier.t ])
list ]