CloudFormation.HookVersionsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-hookversion.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-hookversion-loggingconfig.html
type properties = {execution_role_arn : string option;type_name : string;logging_config : logging_config option;schema_handler_package : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-hookversion.html;
val make_properties :
?execution_role_arn:string ->
type_name:string ->
?logging_config:logging_config ->
schema_handler_package:string ->
unit ->
propertiesval make_logging_config :
?log_group_name:string ->
?log_role_arn:string ->
unit ->
logging_configval yojson_of_logging_config :
logging_config ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes