CustomerProfiles.ObjectTypesee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-objecttype.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-objecttype-objecttypefield.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-customerprofiles-objecttype-objecttypekey.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-objecttype-fieldmap.html
see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-objecttype-keymap.html
type properties = {description : string option;fields : field_map list option;domain_name : string;allow_profile_creation : bool option;object_type_name : string option;keys : key_map list option;source_last_updated_timestamp_format : string option;encryption_key : string option;template_id : string option;expiration_days : int option;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-objecttype.html;
val make_properties :
?description:string ->
?fields:field_map list ->
domain_name:string ->
?allow_profile_creation:bool ->
?object_type_name:string ->
?keys:key_map list ->
?source_last_updated_timestamp_format:string ->
?encryption_key:string ->
?tags:tag list ->
?template_id:string ->
?expiration_days:int ->
unit ->
propertiesval make_object_type_field :
?target:string ->
?content_type:string ->
?source:string ->
unit ->
object_type_fieldval make_tag : value:string -> key:string -> unit -> tagval make_object_type_key :
?field_names:string list ->
?standard_identifiers:string list ->
unit ->
object_type_keyval make_field_map :
?name:string ->
?object_type_field:object_type_field ->
unit ->
field_mapval make_key_map :
?object_type_key_list:object_type_key list ->
?name:string ->
unit ->
key_mapval yojson_of_object_type_field : object_type_field -> Yojson.Safe.tval yojson_of_tag : tag -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_object_type_key : object_type_key -> Yojson.Safe.tval yojson_of_field_map :
field_map ->
[> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_key_map : key_map -> [> `Assoc of (string * Yojson.Safe.t) list ]val yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes