StartPipelineReprocessingRequest
public struct StartPipelineReprocessingRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The end time (exclusive) of raw message data that is reprocessed.
Declaration
Swift
public let endTime: TimeStamp?
-
The name of the pipeline on which to start reprocessing.
Declaration
Swift
public let pipelineName: String
-
The start time (inclusive) of raw message data that is reprocessed.
Declaration
Swift
public let startTime: TimeStamp?
-
Declaration
Swift
public func validate(name: String) throws