Versions in this module Expand all Collapse all v0 v0.23.3 Jun 25, 2020 v0.23.2 Jun 25, 2020 Changes in this version + const EndpointsID + const ErrCodeInvalidInputException + const ServiceID + const ServiceName + type Client struct + func New(config aws.Config) *Client + func (c *Client) PutEventsRequest(input *PutEventsInput) PutEventsRequest + type Event struct + EventId *string + EventType *string + Properties aws.JSONValue + SentAt *time.Time + func (s *Event) Validate() error + func (s Event) MarshalFields(e protocol.FieldEncoder) error + func (s Event) String() string + type PutEventsInput struct + EventList []Event + SessionId *string + TrackingId *string + UserId *string + func (s *PutEventsInput) Validate() error + func (s PutEventsInput) MarshalFields(e protocol.FieldEncoder) error + func (s PutEventsInput) String() string + type PutEventsOutput struct + func (s PutEventsOutput) MarshalFields(e protocol.FieldEncoder) error + func (s PutEventsOutput) String() string + type PutEventsRequest struct + Copy func(*PutEventsInput) PutEventsRequest + Input *PutEventsInput + func (r PutEventsRequest) Send(ctx context.Context) (*PutEventsResponse, error) + type PutEventsResponse struct + func (r *PutEventsResponse) SDKResponseMetdata() *aws.Response