amazonka-kendra-2.0: Amazon KendraFrontendService 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.Kendra.Types.TableRow

Description

 
Synopsis

Documentation

data TableRow Source #

Information about a row in a table excerpt.

See: newTableRow smart constructor.

Constructors

TableRow' 

Fields

Instances

Instances details
FromJSON TableRow Source # 
Instance details

Defined in Amazonka.Kendra.Types.TableRow

Generic TableRow Source # 
Instance details

Defined in Amazonka.Kendra.Types.TableRow

Associated Types

type Rep TableRow :: Type -> Type #

Methods

from :: TableRow -> Rep TableRow x #

to :: Rep TableRow x -> TableRow #

Read TableRow Source # 
Instance details

Defined in Amazonka.Kendra.Types.TableRow

Show TableRow Source # 
Instance details

Defined in Amazonka.Kendra.Types.TableRow

NFData TableRow Source # 
Instance details

Defined in Amazonka.Kendra.Types.TableRow

Methods

rnf :: TableRow -> () #

Eq TableRow Source # 
Instance details

Defined in Amazonka.Kendra.Types.TableRow

Hashable TableRow Source # 
Instance details

Defined in Amazonka.Kendra.Types.TableRow

Methods

hashWithSalt :: Int -> TableRow -> Int #

hash :: TableRow -> Int #

type Rep TableRow Source # 
Instance details

Defined in Amazonka.Kendra.Types.TableRow

type Rep TableRow = D1 ('MetaData "TableRow" "Amazonka.Kendra.Types.TableRow" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "TableRow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [TableCell]))))

newTableRow :: TableRow Source #

Create a value of TableRow 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:cells:TableRow', tableRow_cells - A list of table cells in a row.

tableRow_cells :: Lens' TableRow (Maybe [TableCell]) Source #

A list of table cells in a row.