amazonka-swf-2.0: Amazon Simple Workflow Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON 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 #

Read TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Show TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

NFData TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Methods

rnf :: TagFilter -> () #

Eq TagFilter Source # 
Instance details

Defined in Amazonka.SWF.Types.TagFilter

Hashable 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" "amazonka-swf-2.0-DdTBZQl9wbxDbv1sov8BbM" '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: _ . : / = + - @.