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

Description

 
Synopsis

Documentation

data TagFilter Source #

Used to filter the workflow executions in visibility APIs based on a tag.

See: newTagFilter smart constructor.

Constructors

TagFilter' 

Fields

  • tag :: Text

    Specifies the tag that must be associated with the execution for it to meet the filter criteria.

    Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

Instances

Instances details
Eq TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Read TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Show TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Generic TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Associated Types

type Rep TagFilter :: Type -> Type #

NFData TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Methods

rnf :: TagFilter -> () #

Hashable TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

ToJSON TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

type Rep TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

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

newTagFilter Source #

Create a value of TagFilter 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:tag:TagFilter', tagFilter_tag - Specifies the tag that must be associated with the execution for it to meet the filter criteria.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.

tagFilter_tag :: Lens' TagFilter Text Source #

Specifies the tag that must be associated with the execution for it to meet the filter criteria.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.