libZSservicesZSamazonka-honeycodeZSamazonka-honeycode
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.HoneyCode.Types.Table

Description

 
Synopsis

Documentation

data Table Source #

An object representing the properties of a table in a workbook.

See: newTable smart constructor.

Constructors

Table' 

Fields

Instances

Instances details
Eq Table Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.Table

Methods

(==) :: Table -> Table -> Bool #

(/=) :: Table -> Table -> Bool #

Read Table Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.Table

Show Table Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.Table

Methods

showsPrec :: Int -> Table -> ShowS #

show :: Table -> String #

showList :: [Table] -> ShowS #

Generic Table Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.Table

Associated Types

type Rep Table :: Type -> Type #

Methods

from :: Table -> Rep Table x #

to :: Rep Table x -> Table #

NFData Table Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.Table

Methods

rnf :: Table -> () #

Hashable Table Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.Table

Methods

hashWithSalt :: Int -> Table -> Int #

hash :: Table -> Int #

FromJSON Table Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.Table

type Rep Table Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.Table

type Rep Table = D1 ('MetaData "Table" "Amazonka.HoneyCode.Types.Table" "libZSservicesZSamazonka-honeycodeZSamazonka-honeycode" 'False) (C1 ('MetaCons "Table'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTable :: Table Source #

Create a value of Table 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:tableId:Table', table_tableId - The id of the table.

$sel:tableName:Table', table_tableName - The name of the table.

table_tableId :: Lens' Table (Maybe Text) Source #

The id of the table.

table_tableName :: Lens' Table (Maybe Text) Source #

The name of the table.