Values.UpdateCapabilityRequestSourceUpdates some of the parameters for a capability, based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.
type nonrec t = {capabilityId : CapabilityId.t;Specifies a system-assigned unique identifier for the capability.
*)name : CapabilityName.t option;Specifies a new name for the capability, to replace the existing name.
*)configuration : CapabilityConfiguration.t option;Specifies a structure that contains the details for a capability.
*)instructionsDocuments : InstructionsDocuments.t option;Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.
*)}val make :
?name:??? ->
?configuration:??? ->
?instructionsDocuments:??? ->
capabilityId:CapabilityId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of BucketName.t ]) list ]
list
| `String of CapabilityId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of TransformerId.t
| `Structure of
(string
* [> `String of BucketName.t
| `Structure of
(string * [> `Enum of string ]) list ])
list ])
list ])
list ])
list ]