Skip to content

Commit d592476

Browse files
author
AWS
committed
AWS Lake Formation Update: API changes for new named tag expressions feature.
1 parent 2bd0261 commit d592476

File tree

3 files changed

+305
-13
lines changed

3 files changed

+305
-13
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Lake Formation",
4+
"contributor": "",
5+
"description": "API changes for new named tag expressions feature."
6+
}

services/lakeformation/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
"output_token": "NextToken",
2323
"result_key": "DataCellsFilters"
2424
},
25+
"ListLFTagExpressions": {
26+
"input_token": "NextToken",
27+
"limit_key": "MaxResults",
28+
"output_token": "NextToken",
29+
"result_key": "LFTagExpressions"
30+
},
2531
"ListLFTags": {
2632
"input_token": "NextToken",
2733
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)