| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Athena.Types.Database
Description
Documentation
Contains metadata information for a database in a data catalog.
See: newDatabase smart constructor.
Constructors
| Database' | |
Fields
| |
Instances
| FromJSON Database Source # | |
| Generic Database Source # | |
| Read Database Source # | |
| Show Database Source # | |
| NFData Database Source # | |
Defined in Amazonka.Athena.Types.Database | |
| Eq Database Source # | |
| Hashable Database Source # | |
Defined in Amazonka.Athena.Types.Database | |
| type Rep Database Source # | |
Defined in Amazonka.Athena.Types.Database type Rep Database = D1 ('MetaData "Database" "Amazonka.Athena.Types.Database" "amazonka-athena-2.0-1BJA3HTvHJNEzwQRaEw59w" 'False) (C1 ('MetaCons "Database'" 'PrefixI 'True) (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "parameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) | |
Create a value of Database 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:description:Database', database_description - An optional description of the database.
$sel:parameters:Database', database_parameters - A set of custom key/value pairs.
$sel:name:Database', database_name - The name of the database.
database_description :: Lens' Database (Maybe Text) Source #
An optional description of the database.