libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

Description

 
Synopsis

Documentation

data FlowTemplateDescription Source #

An object that contains a workflow's definition and summary information.

See: newFlowTemplateDescription smart constructor.

Constructors

FlowTemplateDescription' 

Fields

Instances

Instances details
Eq FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

Read FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

Show FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

Generic FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

Associated Types

type Rep FlowTemplateDescription :: Type -> Type #

NFData FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

Methods

rnf :: FlowTemplateDescription -> () #

Hashable FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

FromJSON FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

type Rep FlowTemplateDescription Source # 
Instance details

Defined in Amazonka.IoTThingsGraph.Types.FlowTemplateDescription

type Rep FlowTemplateDescription = D1 ('MetaData "FlowTemplateDescription" "Amazonka.IoTThingsGraph.Types.FlowTemplateDescription" "libZSservicesZSamazonka-iotthingsgraphZSamazonka-iotthingsgraph" 'False) (C1 ('MetaCons "FlowTemplateDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "summary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FlowTemplateSummary)) :*: (S1 ('MetaSel ('Just "definition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DefinitionDocument)) :*: S1 ('MetaSel ('Just "validatedNamespaceVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)))))

newFlowTemplateDescription :: FlowTemplateDescription Source #

Create a value of FlowTemplateDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:summary:FlowTemplateDescription', flowTemplateDescription_summary - An object that contains summary information about a workflow.

$sel:definition:FlowTemplateDescription', flowTemplateDescription_definition - A workflow's definition document.

$sel:validatedNamespaceVersion:FlowTemplateDescription', flowTemplateDescription_validatedNamespaceVersion - The version of the user's namespace against which the workflow was validated. Use this value in your system instance.

flowTemplateDescription_summary :: Lens' FlowTemplateDescription (Maybe FlowTemplateSummary) Source #

An object that contains summary information about a workflow.

flowTemplateDescription_validatedNamespaceVersion :: Lens' FlowTemplateDescription (Maybe Integer) Source #

The version of the user's namespace against which the workflow was validated. Use this value in your system instance.