amazonka-rekognition-2.0: Amazon Rekognition 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.Rekognition.Types.LabelAlias

Description

 
Synopsis

Documentation

data LabelAlias Source #

A potential alias of for a given label.

See: newLabelAlias smart constructor.

Constructors

LabelAlias' 

Fields

Instances

Instances details
FromJSON LabelAlias Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelAlias

Generic LabelAlias Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelAlias

Associated Types

type Rep LabelAlias :: Type -> Type #

Read LabelAlias Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelAlias

Show LabelAlias Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelAlias

NFData LabelAlias Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelAlias

Methods

rnf :: LabelAlias -> () #

Eq LabelAlias Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelAlias

Hashable LabelAlias Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelAlias

type Rep LabelAlias Source # 
Instance details

Defined in Amazonka.Rekognition.Types.LabelAlias

type Rep LabelAlias = D1 ('MetaData "LabelAlias" "Amazonka.Rekognition.Types.LabelAlias" "amazonka-rekognition-2.0-EaCrS9R3rWADqefEZvOx5B" 'False) (C1 ('MetaCons "LabelAlias'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newLabelAlias :: LabelAlias Source #

Create a value of LabelAlias 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:name:LabelAlias', labelAlias_name - The name of an alias for a given label.

labelAlias_name :: Lens' LabelAlias (Maybe Text) Source #

The name of an alias for a given label.