Versions in this module Expand all Collapse all v1 v1.0.1 Jul 4, 2024 v1.0.0 Jul 4, 2024 Changes in this version + const EndpointsID + const ErrCodeBadRequestException + const ServiceID + const ServiceName + type BadRequestException struct + Message_ *string + RespMetadata protocol.ResponseMetadata + func (s *BadRequestException) Code() string + func (s *BadRequestException) Error() string + func (s *BadRequestException) Message() string + func (s *BadRequestException) OrigErr() error + func (s *BadRequestException) RequestID() string + func (s *BadRequestException) StatusCode() int + func (s BadRequestException) GoString() string + func (s BadRequestException) String() string + type Event struct + Attributes map[string]*string + EventType *string + Metrics map[string]*float64 + Session *Session + Timestamp *string + Version *string + func (s *Event) SetAttributes(v map[string]*string) *Event + func (s *Event) SetEventType(v string) *Event + func (s *Event) SetMetrics(v map[string]*float64) *Event + func (s *Event) SetSession(v *Session) *Event + func (s *Event) SetTimestamp(v string) *Event + func (s *Event) SetVersion(v string) *Event + func (s *Event) Validate() error + func (s Event) GoString() string + func (s Event) String() string + type MobileAnalytics struct + func New(p client.ConfigProvider, cfgs ...*aws.Config) *MobileAnalytics + func (c *MobileAnalytics) PutEvents(input *PutEventsInput) (*PutEventsOutput, error) + func (c *MobileAnalytics) PutEventsRequest(input *PutEventsInput) (req *request.Request, output *PutEventsOutput) + func (c *MobileAnalytics) PutEventsWithContext(ctx aws.Context, input *PutEventsInput, opts ...request.Option) (*PutEventsOutput, error) + type PutEventsInput struct + ClientContext *string + ClientContextEncoding *string + Events []*Event + func (s *PutEventsInput) SetClientContext(v string) *PutEventsInput + func (s *PutEventsInput) SetClientContextEncoding(v string) *PutEventsInput + func (s *PutEventsInput) SetEvents(v []*Event) *PutEventsInput + func (s *PutEventsInput) Validate() error + func (s PutEventsInput) GoString() string + func (s PutEventsInput) String() string + type PutEventsOutput struct + func (s PutEventsOutput) GoString() string + func (s PutEventsOutput) String() string + type Session struct + Duration *int64 + Id *string + StartTimestamp *string + StopTimestamp *string + func (s *Session) SetDuration(v int64) *Session + func (s *Session) SetId(v string) *Session + func (s *Session) SetStartTimestamp(v string) *Session + func (s *Session) SetStopTimestamp(v string) *Session + func (s *Session) Validate() error + func (s Session) GoString() string + func (s Session) String() string