|
1335 | 1335 | "CatalogResource":{
|
1336 | 1336 | "type":"structure",
|
1337 | 1337 | "members":{
|
| 1338 | + "Id":{ |
| 1339 | + "shape":"CatalogIdString", |
| 1340 | + "documentation":"<p>An identifier for the catalog resource.</p>" |
| 1341 | + } |
1338 | 1342 | },
|
1339 | 1343 | "documentation":"<p>A structure for the catalog object.</p>"
|
1340 | 1344 | },
|
|
1416 | 1420 | "documentation":"<p>Two processes are trying to modify a resource simultaneously.</p>",
|
1417 | 1421 | "exception":true
|
1418 | 1422 | },
|
| 1423 | + "Condition":{ |
| 1424 | + "type":"structure", |
| 1425 | + "members":{ |
| 1426 | + "Expression":{ |
| 1427 | + "shape":"ExpressionString", |
| 1428 | + "documentation":"<p>An expression written based on the Cedar Policy Language used to match the principal attributes.</p>" |
| 1429 | + } |
| 1430 | + }, |
| 1431 | + "documentation":"<p>A Lake Formation condition, which applies to permissions and opt-ins that contain an expression.</p>" |
| 1432 | + }, |
1419 | 1433 | "ContextKey":{
|
1420 | 1434 | "type":"string",
|
1421 | 1435 | "max":128,
|
|
2071 | 2085 | "type":"list",
|
2072 | 2086 | "member":{"shape":"LFTag"}
|
2073 | 2087 | },
|
| 2088 | + "ExpressionString":{ |
| 2089 | + "type":"string", |
| 2090 | + "max":3000 |
| 2091 | + }, |
2074 | 2092 | "ExtendTransactionRequest":{
|
2075 | 2093 | "type":"structure",
|
2076 | 2094 | "members":{
|
|
2927 | 2945 | "members":{
|
2928 | 2946 | "Resource":{"shape":"Resource"},
|
2929 | 2947 | "Principal":{"shape":"DataLakePrincipal"},
|
| 2948 | + "Condition":{ |
| 2949 | + "shape":"Condition", |
| 2950 | + "documentation":"<p>A Lake Formation condition, which applies to permissions and opt-ins that contain an expression.</p>" |
| 2951 | + }, |
2930 | 2952 | "LastModified":{
|
2931 | 2953 | "shape":"LastModifiedTimestamp",
|
2932 | 2954 | "documentation":"<p>The last modified date and time of the record.</p>"
|
|
3337 | 3359 | "CREATE_LF_TAG",
|
3338 | 3360 | "ASSOCIATE",
|
3339 | 3361 | "GRANT_WITH_LF_TAG_EXPRESSION",
|
3340 |
| - "CREATE_LF_TAG_EXPRESSION" |
| 3362 | + "CREATE_LF_TAG_EXPRESSION", |
| 3363 | + "CREATE_CATALOG", |
| 3364 | + "SUPER_USER" |
3341 | 3365 | ]
|
3342 | 3366 | },
|
3343 | 3367 | "PermissionList":{
|
|
3427 | 3451 | "shape":"Resource",
|
3428 | 3452 | "documentation":"<p>The resource where permissions are to be granted or revoked.</p>"
|
3429 | 3453 | },
|
| 3454 | + "Condition":{ |
| 3455 | + "shape":"Condition", |
| 3456 | + "documentation":"<p>A Lake Formation condition, which applies to permissions and opt-ins that contain an expression.</p>" |
| 3457 | + }, |
3430 | 3458 | "Permissions":{
|
3431 | 3459 | "shape":"PermissionList",
|
3432 | 3460 | "documentation":"<p>The permissions to be granted or revoked on the resource.</p>"
|
|
0 commit comments