UpdatePipelineStatusRequest
public struct UpdatePipelineStatusRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier of the pipeline to update.
Declaration
Swift
public let id: String
-
The desired status of the pipeline: Active: The pipeline is processing jobs. Paused: The pipeline is not currently processing jobs.
Declaration
Swift
public let status: String
-
Undocumented
Declaration
Swift
public init(id: String, status: String)
-
Declaration
Swift
public func validate(name: String) throws