B2BI.Transformer
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-b2bi-transformer.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-x12details.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-transformer-editype.html
type properties = {
modified_at : string option;
status : string;
mapping_template : string;
edi_type : edi_type;
sample_document : string option;
file_format : string;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-b2bi-transformer.html;
val make_properties :
?modified_at:string ->
status:string ->
mapping_template:string ->
edi_type:edi_type ->
?sample_document:string ->
file_format:string ->
?tags:tag list ->
name:string ->
unit ->
properties
val make_tag : value:string -> key:string -> unit -> tag
val make_x12_details :
?version:string ->
?transaction_set:string ->
unit ->
x12_details
val make_edi_type : x12_details:x12_details -> unit -> edi_type
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_x12_details :
x12_details ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_edi_type :
edi_type ->
[> `Assoc of (string * [> `Assoc of (string * Yojson.Safe.t) list ]) list ]
val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val create_attributes : string -> attributes