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

Description

 
Synopsis

Documentation

data CloseStatusFilter Source #

Used to filter the closed workflow executions in visibility APIs by their close status.

See: newCloseStatusFilter smart constructor.

Constructors

CloseStatusFilter' 

Fields

  • status :: CloseStatus

    The close status that must match the close status of an execution for it to meet the criteria of this filter.

Instances

Instances details
Eq CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Read CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Show CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Generic CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Associated Types

type Rep CloseStatusFilter :: Type -> Type #

NFData CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

Methods

rnf :: CloseStatusFilter -> () #

Hashable CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

ToJSON CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

type Rep CloseStatusFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.CloseStatusFilter

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

newCloseStatusFilter Source #

Create a value of CloseStatusFilter 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:status:CloseStatusFilter', closeStatusFilter_status - The close status that must match the close status of an execution for it to meet the criteria of this filter.

closeStatusFilter_status :: Lens' CloseStatusFilter CloseStatus Source #

The close status that must match the close status of an execution for it to meet the criteria of this filter.