ServiceCatalog.ServiceActionsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceaction.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-serviceaction-definitionparameter.html
type properties = {description : string option;definition : definition_parameter list;accept_language : string option;definition_type : string;name : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceaction.html;
val make_properties :
?description:string ->
definition:definition_parameter list ->
?accept_language:string ->
definition_type:string ->
name:string ->
unit ->
propertiesval make_definition_parameter :
value:string ->
key:string ->
unit ->
definition_parameterval yojson_of_definition_parameter :
definition_parameter ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes