Pinpoint.GCMChannelsee http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html
type properties = {api_key : string option;enabled : bool option;service_json : string option;default_authentication_method : string option;application_id : string;}see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-gcmchannel.html;
val make_properties :
?api_key:string ->
?enabled:bool ->
?service_json:string ->
?default_authentication_method:string ->
application_id:string ->
unit ->
propertiesval yojson_of_properties :
properties ->
[> `Assoc of (string * Yojson.Safe.t) list ]val create_attributes : string -> attributes