RunPipelineActivityRequest
public struct RunPipelineActivityRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The sample message payloads on which the pipeline activity is run.
Declaration
Swift
public let payloads: [Data]
-
The pipeline activity that is run. This must not be a ‘channel’ activity or a ‘datastore’ activity because these activities are used in a pipeline only to load the original message and to store the (possibly) transformed message. If a ‘lambda’ activity is specified, only short-running Lambda functions (those with a timeout of less than 30 seconds or less) can be used.
Declaration
Swift
public let pipelineActivity: PipelineActivity
-
Undocumented
Declaration
Swift
public init(payloads: [Data], pipelineActivity: PipelineActivity)
-
Declaration
Swift
public func validate(name: String) throws