|
191 | 191 | {"shape":"OperationTimeoutException"}, |
192 | 192 | {"shape":"EntityNotFoundException"}, |
193 | 193 | {"shape":"AccessDeniedException"}, |
194 | | - {"shape":"ConcurrentModificationException"} |
| 194 | + {"shape":"ConcurrentModificationException"}, |
| 195 | + {"shape":"ResourceNumberLimitExceededException"} |
195 | 196 | ] |
196 | 197 | }, |
197 | 198 | "DeleteDataCellsFilter":{ |
|
1126 | 1127 | "Principal":{"shape":"DataLakePrincipal"}, |
1127 | 1128 | "Resource":{"shape":"Resource"}, |
1128 | 1129 | "Permissions":{"shape":"PermissionList"}, |
| 1130 | + "Condition":{"shape":"Condition"}, |
1129 | 1131 | "PermissionsWithGrantOption":{"shape":"PermissionList"} |
1130 | 1132 | } |
1131 | 1133 | }, |
|
1147 | 1149 | "Failures":{"shape":"BatchPermissionsFailureList"} |
1148 | 1150 | } |
1149 | 1151 | }, |
| 1152 | + "Boolean":{"type":"boolean"}, |
1150 | 1153 | "BooleanNullable":{"type":"boolean"}, |
1151 | 1154 | "CancelTransactionRequest":{ |
1152 | 1155 | "type":"structure", |
|
1315 | 1318 | ], |
1316 | 1319 | "members":{ |
1317 | 1320 | "Principal":{"shape":"DataLakePrincipal"}, |
1318 | | - "Resource":{"shape":"Resource"} |
| 1321 | + "Resource":{"shape":"Resource"}, |
| 1322 | + "Condition":{"shape":"Condition"} |
1319 | 1323 | } |
1320 | 1324 | }, |
1321 | 1325 | "CreateLakeFormationOptInResponse":{ |
|
1490 | 1494 | ], |
1491 | 1495 | "members":{ |
1492 | 1496 | "Principal":{"shape":"DataLakePrincipal"}, |
1493 | | - "Resource":{"shape":"Resource"} |
| 1497 | + "Resource":{"shape":"Resource"}, |
| 1498 | + "Condition":{"shape":"Condition"} |
1494 | 1499 | } |
1495 | 1500 | }, |
1496 | 1501 | "DeleteLakeFormationOptInResponse":{ |
|
1991 | 1996 | "Principal":{"shape":"DataLakePrincipal"}, |
1992 | 1997 | "Resource":{"shape":"Resource"}, |
1993 | 1998 | "Permissions":{"shape":"PermissionList"}, |
| 1999 | + "Condition":{"shape":"Condition"}, |
1994 | 2000 | "PermissionsWithGrantOption":{"shape":"PermissionList"} |
1995 | 2001 | } |
1996 | 2002 | }, |
|
2530 | 2536 | "UseServiceLinkedRole":{"shape":"NullableBoolean"}, |
2531 | 2537 | "RoleArn":{"shape":"IAMRoleArn"}, |
2532 | 2538 | "WithFederation":{"shape":"NullableBoolean"}, |
2533 | | - "HybridAccessEnabled":{"shape":"NullableBoolean"} |
| 2539 | + "HybridAccessEnabled":{"shape":"NullableBoolean"}, |
| 2540 | + "WithPrivilegedAccess":{"shape":"Boolean"} |
2534 | 2541 | } |
2535 | 2542 | }, |
2536 | 2543 | "RegisterResourceResponse":{ |
|
2578 | 2585 | "RoleArn":{"shape":"IAMRoleArn"}, |
2579 | 2586 | "LastModified":{"shape":"LastModifiedTimestamp"}, |
2580 | 2587 | "WithFederation":{"shape":"NullableBoolean"}, |
2581 | | - "HybridAccessEnabled":{"shape":"NullableBoolean"} |
| 2588 | + "HybridAccessEnabled":{"shape":"NullableBoolean"}, |
| 2589 | + "WithPrivilegedAccess":{"shape":"NullableBoolean"} |
2582 | 2590 | } |
2583 | 2591 | }, |
2584 | 2592 | "ResourceInfoList":{ |
|
2635 | 2643 | "Principal":{"shape":"DataLakePrincipal"}, |
2636 | 2644 | "Resource":{"shape":"Resource"}, |
2637 | 2645 | "Permissions":{"shape":"PermissionList"}, |
| 2646 | + "Condition":{"shape":"Condition"}, |
2638 | 2647 | "PermissionsWithGrantOption":{"shape":"PermissionList"} |
2639 | 2648 | } |
2640 | 2649 | }, |
|
0 commit comments