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