UpdateFlowTemplateRequest
public struct UpdateFlowTemplateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The version of the user’s namespace. If no value is specified, the latest version is used by default. Use the GetFlowTemplateRevisions if you want to find earlier revisions of the flow to update.
Declaration
Swift
public let compatibleNamespaceVersion: Int64?
-
The DefinitionDocument that contains the updated workflow definition.
Declaration
Swift
public let definition: DefinitionDocument
-
The ID of the workflow to be updated. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
Declaration
Swift
public let id: String
-
Undocumented
Declaration
Swift
public init(compatibleNamespaceVersion: Int64? = nil, definition: DefinitionDocument, id: String)
-
Declaration
Swift
public func validate(name: String) throws