PutRecordsInput
public struct PutRecordsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The records associated with the request.
Declaration
Swift
public let records: [PutRecordsRequestEntry]
-
The stream name associated with the request.
Declaration
Swift
public let streamName: String
-
Undocumented
Declaration
Swift
public init(records: [PutRecordsRequestEntry], streamName: String)
-
Declaration
Swift
public func validate(name: String) throws