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 the LF-tags applied to a resource.
Synopsis
- data GetResourceLFTags = GetResourceLFTags' {}
- newGetResourceLFTags :: Resource -> GetResourceLFTags
- getResourceLFTags_catalogId :: Lens' GetResourceLFTags (Maybe Text)
- getResourceLFTags_showAssignedLFTags :: Lens' GetResourceLFTags (Maybe Bool)
- getResourceLFTags_resource :: Lens' GetResourceLFTags Resource
- data GetResourceLFTagsResponse = GetResourceLFTagsResponse' {}
- newGetResourceLFTagsResponse :: Int -> GetResourceLFTagsResponse
- getResourceLFTagsResponse_lFTagOnDatabase :: Lens' GetResourceLFTagsResponse (Maybe (NonEmpty LFTagPair))
- getResourceLFTagsResponse_lFTagsOnColumns :: Lens' GetResourceLFTagsResponse (Maybe [ColumnLFTag])
- getResourceLFTagsResponse_lFTagsOnTable :: Lens' GetResourceLFTagsResponse (Maybe (NonEmpty LFTagPair))
- getResourceLFTagsResponse_httpStatus :: Lens' GetResourceLFTagsResponse Int
Creating a Request
data GetResourceLFTags Source #
See: newGetResourceLFTags
smart constructor.
GetResourceLFTags' | |
|
Instances
Create a value of GetResourceLFTags
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:
GetResourceLFTags
, getResourceLFTags_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.
$sel:showAssignedLFTags:GetResourceLFTags'
, getResourceLFTags_showAssignedLFTags
- Indicates whether to show the assigned LF-tags.
GetResourceLFTags
, getResourceLFTags_resource
- The database, table, or column resource for which you want to return
LF-tags.
Request Lenses
getResourceLFTags_catalogId :: Lens' GetResourceLFTags (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.
getResourceLFTags_showAssignedLFTags :: Lens' GetResourceLFTags (Maybe Bool) Source #
Indicates whether to show the assigned LF-tags.
getResourceLFTags_resource :: Lens' GetResourceLFTags Resource Source #
The database, table, or column resource for which you want to return LF-tags.
Destructuring the Response
data GetResourceLFTagsResponse Source #
See: newGetResourceLFTagsResponse
smart constructor.
GetResourceLFTagsResponse' | |
|
Instances
newGetResourceLFTagsResponse Source #
Create a value of GetResourceLFTagsResponse
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:
GetResourceLFTagsResponse
, getResourceLFTagsResponse_lFTagOnDatabase
- A list of LF-tags applied to a database resource.
GetResourceLFTagsResponse
, getResourceLFTagsResponse_lFTagsOnColumns
- A list of LF-tags applied to a column resource.
GetResourceLFTagsResponse
, getResourceLFTagsResponse_lFTagsOnTable
- A list of LF-tags applied to a table resource.
$sel:httpStatus:GetResourceLFTagsResponse'
, getResourceLFTagsResponse_httpStatus
- The response's http status code.
Response Lenses
getResourceLFTagsResponse_lFTagOnDatabase :: Lens' GetResourceLFTagsResponse (Maybe (NonEmpty LFTagPair)) Source #
A list of LF-tags applied to a database resource.
getResourceLFTagsResponse_lFTagsOnColumns :: Lens' GetResourceLFTagsResponse (Maybe [ColumnLFTag]) Source #
A list of LF-tags applied to a column resource.
getResourceLFTagsResponse_lFTagsOnTable :: Lens' GetResourceLFTagsResponse (Maybe (NonEmpty LFTagPair)) Source #
A list of LF-tags applied to a table resource.
getResourceLFTagsResponse_httpStatus :: Lens' GetResourceLFTagsResponse Int Source #
The response's http status code.