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 |
Returns an LF-tag definition.
Synopsis
- data GetLFTag = GetLFTag' {}
- newGetLFTag :: Text -> GetLFTag
- getLFTag_catalogId :: Lens' GetLFTag (Maybe Text)
- getLFTag_tagKey :: Lens' GetLFTag Text
- data GetLFTagResponse = GetLFTagResponse' {}
- newGetLFTagResponse :: Int -> GetLFTagResponse
- getLFTagResponse_catalogId :: Lens' GetLFTagResponse (Maybe Text)
- getLFTagResponse_tagKey :: Lens' GetLFTagResponse (Maybe Text)
- getLFTagResponse_tagValues :: Lens' GetLFTagResponse (Maybe (NonEmpty Text))
- getLFTagResponse_httpStatus :: Lens' GetLFTagResponse Int
Creating a Request
See: newGetLFTag
smart constructor.
GetLFTag' | |
|
Instances
Create a value of GetLFTag
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:
GetLFTag
, getLFTag_catalogId
- The identifier for the Data Catalog. By default, the account ID. The
Data Catalog is the persistent metadata store. It contains database
definitions, table definitions, and other control information to manage
your Lake Formation environment.
GetLFTag
, getLFTag_tagKey
- The key-name for the LF-tag.
Request Lenses
getLFTag_catalogId :: Lens' GetLFTag (Maybe Text) Source #
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
Destructuring the Response
data GetLFTagResponse Source #
See: newGetLFTagResponse
smart constructor.
GetLFTagResponse' | |
|
Instances
Create a value of GetLFTagResponse
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:
GetLFTag
, getLFTagResponse_catalogId
- The identifier for the Data Catalog. By default, the account ID. The
Data Catalog is the persistent metadata store. It contains database
definitions, table definitions, and other control information to manage
your Lake Formation environment.
GetLFTag
, getLFTagResponse_tagKey
- The key-name for the LF-tag.
GetLFTagResponse
, getLFTagResponse_tagValues
- A list of possible values an attribute can take.
$sel:httpStatus:GetLFTagResponse'
, getLFTagResponse_httpStatus
- The response's http status code.
Response Lenses
getLFTagResponse_catalogId :: Lens' GetLFTagResponse (Maybe Text) Source #
The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.
getLFTagResponse_tagKey :: Lens' GetLFTagResponse (Maybe Text) Source #
The key-name for the LF-tag.
getLFTagResponse_tagValues :: Lens' GetLFTagResponse (Maybe (NonEmpty Text)) Source #
A list of possible values an attribute can take.
getLFTagResponse_httpStatus :: Lens' GetLFTagResponse Int Source #
The response's http status code.