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 |
Creates a tag with the specified name and values.
Synopsis
- data CreateLFTag = CreateLFTag' {}
- newCreateLFTag :: Text -> NonEmpty Text -> CreateLFTag
- createLFTag_catalogId :: Lens' CreateLFTag (Maybe Text)
- createLFTag_tagKey :: Lens' CreateLFTag Text
- createLFTag_tagValues :: Lens' CreateLFTag (NonEmpty Text)
- data CreateLFTagResponse = CreateLFTagResponse' {
- httpStatus :: Int
- newCreateLFTagResponse :: Int -> CreateLFTagResponse
- createLFTagResponse_httpStatus :: Lens' CreateLFTagResponse Int
Creating a Request
data CreateLFTag Source #
See: newCreateLFTag
smart constructor.
CreateLFTag' | |
|
Instances
Create a value of CreateLFTag
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:CreateLFTag'
, createLFTag_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:CreateLFTag'
, createLFTag_tagKey
- The key-name for the tag.
$sel:tagValues:CreateLFTag'
, createLFTag_tagValues
- A list of possible values an attribute can take.
Request Lenses
createLFTag_catalogId :: Lens' CreateLFTag (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.
createLFTag_tagKey :: Lens' CreateLFTag Text Source #
The key-name for the tag.
createLFTag_tagValues :: Lens' CreateLFTag (NonEmpty Text) Source #
A list of possible values an attribute can take.
Destructuring the Response
data CreateLFTagResponse Source #
See: newCreateLFTagResponse
smart constructor.
CreateLFTagResponse' | |
|
Instances
newCreateLFTagResponse Source #
Create a value of CreateLFTagResponse
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:httpStatus:CreateLFTagResponse'
, createLFTagResponse_httpStatus
- The response's http status code.
Response Lenses
createLFTagResponse_httpStatus :: Lens' CreateLFTagResponse Int Source #
The response's http status code.