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

Description

 
Synopsis

Documentation

data WorkflowExecutionFilter Source #

Used to filter the workflow executions in visibility APIs by their workflowId.

See: newWorkflowExecutionFilter smart constructor.

Constructors

WorkflowExecutionFilter' 

Fields

  • workflowId :: Text

    The workflowId to pass of match the criteria of this filter.

Instances

Instances details
Eq WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Read WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Show WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Generic WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Associated Types

type Rep WorkflowExecutionFilter :: Type -> Type #

NFData WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

Methods

rnf :: WorkflowExecutionFilter -> () #

Hashable WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

ToJSON WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

type Rep WorkflowExecutionFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.WorkflowExecutionFilter

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

newWorkflowExecutionFilter Source #

Create a value of WorkflowExecutionFilter 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:workflowId:WorkflowExecutionFilter', workflowExecutionFilter_workflowId - The workflowId to pass of match the criteria of this filter.

workflowExecutionFilter_workflowId :: Lens' WorkflowExecutionFilter Text Source #

The workflowId to pass of match the criteria of this filter.