PutEventsInput
public struct PutEventsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The client context including the client ID, app title, app version and package name.
Declaration
Swift
public let clientContext: String
-
The encoding used for the client context.
Declaration
Swift
public let clientContextEncoding: String?
-
An array of Event JSON objects
Declaration
Swift
public let events: [Event]
-
Undocumented
Declaration
Swift
public init(clientContext: String, clientContextEncoding: String? = nil, events: [Event])
-
Declaration
Swift
public func validate(name: String) throws