DiscoverInputSchemaResponse
public struct DiscoverInputSchemaResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
Declaration
Swift
public let inputSchema: SourceSchema? -
An array of elements, where each element corresponds to a row in a stream record (a stream record can have more than one row).
Declaration
Swift
public let parsedInputRecords: [[String]]? -
The stream data that was modified by the processor specified in the InputProcessingConfiguration parameter.
Declaration
Swift
public let processedInputRecords: [String]? -
The raw stream data that was sampled to infer the schema.
Declaration
Swift
public let rawInputRecords: [String]? -
Undocumented
Declaration
Swift
public init(inputSchema: SourceSchema? = nil, parsedInputRecords: [[String]]? = nil, processedInputRecords: [String]? = nil, rawInputRecords: [String]? = nil)
View on GitHub
DiscoverInputSchemaResponse Structure Reference