B2BI.Capability
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-b2bi-capability.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-capability-x12details.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-capability-s3location.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-capability-editype.html
and edi_configuration = {
type_ : edi_type;
input_location : s3_location;
transformer_id : string;
output_location : s3_location;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-capability-ediconfiguration.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-b2bi-capability-capabilityconfiguration.html
type properties = {
type_ : string;
configuration : capability_configuration;
instructions_documents : s3_location list option;
name : string;
}
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-b2bi-capability.html;
val make_properties :
type_:string ->
configuration:capability_configuration ->
?instructions_documents:s3_location list ->
?tags:tag list ->
name:string ->
unit ->
properties
val make_x12_details :
?version:string ->
?transaction_set:string ->
unit ->
x12_details
val make_tag : value:string -> key:string -> unit -> tag
val make_s3_location :
?bucket_name:string ->
?key:string ->
unit ->
s3_location
val make_edi_type : x12_details:x12_details -> unit -> edi_type
val make_edi_configuration :
type_:edi_type ->
input_location:s3_location ->
transformer_id:string ->
output_location:s3_location ->
unit ->
edi_configuration
val make_capability_configuration :
edi:edi_configuration ->
unit ->
capability_configuration
val yojson_of_x12_details : x12_details -> Yojson.Safe.t
val yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_s3_location : s3_location -> Yojson.Safe.t
val yojson_of_edi_type : edi_type -> Yojson.Safe.t
val yojson_of_edi_configuration :
edi_configuration ->
[> `Assoc of (string * Yojson.Safe.t) list ]
val yojson_of_capability_configuration :
capability_configuration ->
[> `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