Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Returns a 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_tagValues :: Lens' GetLFTagResponse (Maybe (NonEmpty Text))
- getLFTagResponse_catalogId :: Lens' GetLFTagResponse (Maybe Text)
- getLFTagResponse_tagKey :: Lens' GetLFTagResponse (Maybe 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:
$sel:catalogId: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 AWS Lake Formation environment.
$sel:tagKey:GetLFTag'
, getLFTag_tagKey
- The key-name for the 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 AWS 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:
$sel:tagValues:GetLFTagResponse'
, getLFTagResponse_tagValues
- A list of possible values an attribute can take.
$sel:catalogId: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 AWS Lake Formation environment.
$sel:tagKey:GetLFTag'
, getLFTagResponse_tagKey
- The key-name for the tag.
$sel:httpStatus:GetLFTagResponse'
, getLFTagResponse_httpStatus
- The response's http status code.
Response Lenses
getLFTagResponse_tagValues :: Lens' GetLFTagResponse (Maybe (NonEmpty Text)) Source #
A list of possible values an attribute can take.
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 AWS Lake Formation environment.
getLFTagResponse_tagKey :: Lens' GetLFTagResponse (Maybe Text) Source #
The key-name for the tag.
getLFTagResponse_httpStatus :: Lens' GetLFTagResponse Int Source #
The response's http status code.