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.WorkflowTypeFilter

Description

 
Synopsis

Documentation

data WorkflowTypeFilter Source #

Used to filter workflow execution query results by type. Each parameter, if specified, defines a rule that must be satisfied by each returned result.

See: newWorkflowTypeFilter smart constructor.

Constructors

WorkflowTypeFilter' 

Fields

Instances

Instances details
Eq WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Read WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Show WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Generic WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Associated Types

type Rep WorkflowTypeFilter :: Type -> Type #

NFData WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

Methods

rnf :: WorkflowTypeFilter -> () #

Hashable WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

ToJSON WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

type Rep WorkflowTypeFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowTypeFilter

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

newWorkflowTypeFilter Source #

Create a value of WorkflowTypeFilter 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:version:WorkflowTypeFilter', workflowTypeFilter_version - Version of the workflow type.

$sel:name:WorkflowTypeFilter', workflowTypeFilter_name - Name of the workflow type.