amazonka-keyspaces-2.0: Amazon Keyspaces 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.KeySpaces.Types.Comment

Description

 
Synopsis

Documentation

data Comment Source #

An optional comment that describes the table.

See: newComment smart constructor.

Constructors

Comment' 

Fields

Instances

Instances details
FromJSON Comment Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.Comment

ToJSON Comment Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.Comment

Generic Comment Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.Comment

Associated Types

type Rep Comment :: Type -> Type #

Methods

from :: Comment -> Rep Comment x #

to :: Rep Comment x -> Comment #

Read Comment Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.Comment

Show Comment Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.Comment

NFData Comment Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.Comment

Methods

rnf :: Comment -> () #

Eq Comment Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.Comment

Methods

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

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

Hashable Comment Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.Comment

Methods

hashWithSalt :: Int -> Comment -> Int #

hash :: Comment -> Int #

type Rep Comment Source # 
Instance details

Defined in Amazonka.KeySpaces.Types.Comment

type Rep Comment = D1 ('MetaData "Comment" "Amazonka.KeySpaces.Types.Comment" "amazonka-keyspaces-2.0-IgmNF4xdaFLH03VHAkrBWw" 'False) (C1 ('MetaCons "Comment'" 'PrefixI 'True) (S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newComment Source #

Create a value of Comment 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:message:Comment', comment_message - An optional description of the table.

comment_message :: Lens' Comment Text Source #

An optional description of the table.