amazonka-iot-analytics-2.0: Amazon IoT Analytics 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.IoTAnalytics.Types.Column

Description

 
Synopsis

Documentation

data Column Source #

Contains information about a column that stores your data.

See: newColumn smart constructor.

Constructors

Column' 

Fields

Instances

Instances details
FromJSON Column Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Column

ToJSON Column Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Column

Generic Column Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Column

Associated Types

type Rep Column :: Type -> Type #

Methods

from :: Column -> Rep Column x #

to :: Rep Column x -> Column #

Read Column Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Column

Show Column Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Column

NFData Column Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Column

Methods

rnf :: Column -> () #

Eq Column Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Column

Methods

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

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

Hashable Column Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Column

Methods

hashWithSalt :: Int -> Column -> Int #

hash :: Column -> Int #

type Rep Column Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.Column

type Rep Column = D1 ('MetaData "Column" "Amazonka.IoTAnalytics.Types.Column" "amazonka-iot-analytics-2.0-2pxFb0PbSzA9ccOL4CofY4" 'False) (C1 ('MetaCons "Column'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newColumn Source #

Create a value of Column 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:Column', column_name - The name of the column.

$sel:type':Column', column_type - The type of data. For more information about the supported data types, see Common data types in the Glue Developer Guide.

column_name :: Lens' Column Text Source #

The name of the column.

column_type :: Lens' Column Text Source #

The type of data. For more information about the supported data types, see Common data types in the Glue Developer Guide.