class Aws::IoTThingsGraph::Types::UpdateFlowTemplateRequest

@note When making an API call, you may pass UpdateFlowTemplateRequest

data as a hash:

    {
      id: "Urn", # required
      definition: { # required
        language: "GRAPHQL", # required, accepts GRAPHQL
        text: "DefinitionText", # required
      },
      compatible_namespace_version: 1,
    }

@!attribute [rw] id

The ID of the workflow to be updated.

The ID should be in the following format.

`urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME`
@return [String]

@!attribute [rw] definition

The `DefinitionDocument` that contains the updated workflow
definition.
@return [Types::DefinitionDocument]

@!attribute [rw] compatible_namespace_version

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.
@return [Integer]

Constants

SENSITIVE