Values.EdiConfigurationSourceSpecifies the details for the EDI (electronic data interchange) transformation.
type nonrec t = {capabilityDirection : CapabilityDirection.t option;Specifies whether this is capability is for inbound or outbound transformations.
*)type_ : EdiType.t;Returns the type of the capability. Currently, only edi is supported.
*)inputLocation : S3Location.t;Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an S3Location object.
*)outputLocation : S3Location.t;Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an S3Location object.
*)transformerId : TransformerId.t;Returns the system-assigned unique identifier for the transformer.
*)}val make :
?capabilityDirection:??? ->
type_:EdiType.t ->
inputLocation:S3Location.t ->
outputLocation:S3Location.t ->
transformerId:TransformerId.t ->
unit ->
tval to_value :
t ->
[> `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 ]