ClientInfo data type.
{ platform : String
, make : String
, model : String
, version : String
, appVersion : String
, language : String
, timezone : String
}
Data type for storing client information.
See ClientDevice/browser.ts for how to populate this record
decoder : Json.Decode.Decoder ClientInfo
Json Decoder for ClientInfo
toEndpointDemographic : ClientInfo -> AWS.Pinpoint.EndpointDemographic
Convert to EndpointDemographic