Module ServiceCatalog.ServiceAction

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-serviceaction.html

type definition_parameter = {
  1. value : string;
  2. key : string;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-serviceaction-definitionparameter.html

type properties = {
  1. description : string option;
  2. definition : definition_parameter list;
  3. accept_language : string option;
  4. definition_type : string;
  5. 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 -> properties
val make_definition_parameter : value:string -> key:string -> unit -> definition_parameter
val 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 ]
type attributes = {
  1. ref_ : string;
  2. id : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string