libZSservicesZSamazonka-swfZSamazonka-swf
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.SWF.Types.WorkflowType

Description

 
Synopsis

Documentation

data WorkflowType Source #

Represents a workflow type.

See: newWorkflowType smart constructor.

Constructors

WorkflowType' 

Fields

  • name :: Text

    The name of the workflow type.

    The combination of workflow type name and version must be unique with in a domain.

  • version :: Text

    The version of the workflow type.

    The combination of workflow type name and version must be unique with in a domain.

Instances

Instances details
Eq WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Read WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Show WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Generic WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Associated Types

type Rep WorkflowType :: Type -> Type #

NFData WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

Methods

rnf :: WorkflowType -> () #

Hashable WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

ToJSON WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

FromJSON WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

type Rep WorkflowType Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowType

type Rep WorkflowType = D1 ('MetaData "WorkflowType" "Amazonka.SWF.Types.WorkflowType" "libZSservicesZSamazonka-swfZSamazonka-swf" 'False) (C1 ('MetaCons "WorkflowType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newWorkflowType Source #

Create a value of WorkflowType 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:name:WorkflowType', workflowType_name - The name of the workflow type.

The combination of workflow type name and version must be unique with in a domain.

$sel:version:WorkflowType', workflowType_version - The version of the workflow type.

The combination of workflow type name and version must be unique with in a domain.

workflowType_name :: Lens' WorkflowType Text Source #

The name of the workflow type.

The combination of workflow type name and version must be unique with in a domain.

workflowType_version :: Lens' WorkflowType Text Source #

The version of the workflow type.

The combination of workflow type name and version must be unique with in a domain.