Skip to content

Commit 966bbe3

Browse files
feat: update AWS API models
1 parent f065291 commit 966bbe3

File tree

3 files changed

+544
-29
lines changed

3 files changed

+544
-29
lines changed

codegen/sdk/aws-models/glue.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20148,6 +20148,12 @@
2014820148
"traits": {
2014920149
"smithy.api#documentation": "<p>The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found.</p>"
2015020150
}
20151+
},
20152+
"RowFilter": {
20153+
"target": "com.amazonaws.glue#PredicateString",
20154+
"traits": {
20155+
"smithy.api#documentation": "<p>The filter that applies to the table. For example when applying the filter in SQL, it would go in the <code>WHERE</code> clause and can be evaluated by using an <code>AND</code> operator with any other predicates applied by the user querying the table.</p>"
20156+
}
2015120157
}
2015220158
},
2015320159
"traits": {

0 commit comments

Comments
 (0)