|
201 | 201 | {"shape":"OperationTimeoutException"},
|
202 | 202 | {"shape":"EntityNotFoundException"},
|
203 | 203 | {"shape":"AccessDeniedException"},
|
204 |
| - {"shape":"ConcurrentModificationException"} |
| 204 | + {"shape":"ConcurrentModificationException"}, |
| 205 | + {"shape":"ResourceNumberLimitExceededException"} |
205 | 206 | ],
|
206 | 207 | "documentation":"<p>Enforce Lake Formation permissions for the given databases, tables, and principals.</p>"
|
207 | 208 | },
|
|
814 | 815 | {"shape":"ResourceNumberLimitExceededException"},
|
815 | 816 | {"shape":"AccessDeniedException"}
|
816 | 817 | ],
|
817 |
| - "documentation":"<p>Registers the resource as managed by the Data Catalog.</p> <p>To add or update data, Lake Formation needs read/write access to the chosen Amazon S3 path. Choose a role that you know has permission to do this, or choose the AWSServiceRoleForLakeFormationDataAccess service-linked role. When you register the first Amazon S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy.</p> <p>The following request registers a new location and gives Lake Formation permission to use the service-linked role to access that location.</p> <p> <code>ResourceArn = arn:aws:s3:::my-bucket/ UseServiceLinkedRole = true</code> </p> <p>If <code>UseServiceLinkedRole</code> is not set to true, you must provide or set the <code>RoleArn</code>:</p> <p> <code>arn:aws:iam::12345:role/my-data-access-role</code> </p>" |
| 818 | + "documentation":"<p>Registers the resource as managed by the Data Catalog.</p> <p>To add or update data, Lake Formation needs read/write access to the chosen data location. Choose a role that you know has permission to do this, or choose the AWSServiceRoleForLakeFormationDataAccess service-linked role. When you register the first Amazon S3 path, the service-linked role and a new inline policy are created on your behalf. Lake Formation adds the first path to the inline policy and attaches it to the service-linked role. When you register subsequent paths, Lake Formation adds the path to the existing policy.</p> <p>The following request registers a new location and gives Lake Formation permission to use the service-linked role to access that location.</p> <p> <code>ResourceArn = arn:aws:s3:::my-bucket/ UseServiceLinkedRole = true</code> </p> <p>If <code>UseServiceLinkedRole</code> is not set to true, you must provide or set the <code>RoleArn</code>:</p> <p> <code>arn:aws:iam::12345:role/my-data-access-role</code> </p>" |
818 | 819 | },
|
819 | 820 | "RemoveLFTagsFromResource":{
|
820 | 821 | "name":"RemoveLFTagsFromResource",
|
|
1276 | 1277 | "shape":"PermissionList",
|
1277 | 1278 | "documentation":"<p>The permissions to be granted.</p>"
|
1278 | 1279 | },
|
| 1280 | + "Condition":{"shape":"Condition"}, |
1279 | 1281 | "PermissionsWithGrantOption":{
|
1280 | 1282 | "shape":"PermissionList",
|
1281 | 1283 | "documentation":"<p>Indicates if the option to pass permissions is granted.</p>"
|
|
1310 | 1312 | }
|
1311 | 1313 | }
|
1312 | 1314 | },
|
| 1315 | + "Boolean":{"type":"boolean"}, |
1313 | 1316 | "BooleanNullable":{"type":"boolean"},
|
1314 | 1317 | "CancelTransactionRequest":{
|
1315 | 1318 | "type":"structure",
|
|
1549 | 1552 | ],
|
1550 | 1553 | "members":{
|
1551 | 1554 | "Principal":{"shape":"DataLakePrincipal"},
|
1552 |
| - "Resource":{"shape":"Resource"} |
| 1555 | + "Resource":{"shape":"Resource"}, |
| 1556 | + "Condition":{"shape":"Condition"} |
1553 | 1557 | }
|
1554 | 1558 | },
|
1555 | 1559 | "CreateLakeFormationOptInResponse":{
|
|
1838 | 1842 | ],
|
1839 | 1843 | "members":{
|
1840 | 1844 | "Principal":{"shape":"DataLakePrincipal"},
|
1841 |
| - "Resource":{"shape":"Resource"} |
| 1845 | + "Resource":{"shape":"Resource"}, |
| 1846 | + "Condition":{"shape":"Condition"} |
1842 | 1847 | }
|
1843 | 1848 | },
|
1844 | 1849 | "DeleteLakeFormationOptInResponse":{
|
|
2708 | 2713 | "shape":"PermissionList",
|
2709 | 2714 | "documentation":"<p>The permissions granted to the principal on the resource. Lake Formation defines privileges to grant and revoke access to metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3. Lake Formation requires that each principal be authorized to perform a specific task on Lake Formation resources. </p>"
|
2710 | 2715 | },
|
| 2716 | + "Condition":{"shape":"Condition"}, |
2711 | 2717 | "PermissionsWithGrantOption":{
|
2712 | 2718 | "shape":"PermissionList",
|
2713 | 2719 | "documentation":"<p>Indicates a list of the granted permissions that the principal may pass to other users. These permissions may only be a subset of the permissions granted in the <code>Privileges</code>.</p>"
|
|
3599 | 3605 | "HybridAccessEnabled":{
|
3600 | 3606 | "shape":"NullableBoolean",
|
3601 | 3607 | "documentation":"<p> Specifies whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies. </p>"
|
| 3608 | + }, |
| 3609 | + "WithPrivilegedAccess":{ |
| 3610 | + "shape":"Boolean", |
| 3611 | + "documentation":"<p>Grants the calling principal the permissions to perform all supported Lake Formation operations on the registered data location. </p>" |
3602 | 3612 | }
|
3603 | 3613 | }
|
3604 | 3614 | },
|
|
3702 | 3712 | "HybridAccessEnabled":{
|
3703 | 3713 | "shape":"NullableBoolean",
|
3704 | 3714 | "documentation":"<p> Indicates whether the data access of tables pointing to the location can be managed by both Lake Formation permissions as well as Amazon S3 bucket policies. </p>"
|
| 3715 | + }, |
| 3716 | + "WithPrivilegedAccess":{ |
| 3717 | + "shape":"NullableBoolean", |
| 3718 | + "documentation":"<p>Grants the calling principal the permissions to perform all supported Lake Formation operations on the registered data location. </p>" |
3705 | 3719 | }
|
3706 | 3720 | },
|
3707 | 3721 | "documentation":"<p>A structure containing information about an Lake Formation resource.</p>"
|
|
3780 | 3794 | "shape":"PermissionList",
|
3781 | 3795 | "documentation":"<p>The permissions revoked to the principal on the resource. For information about permissions, see <a href=\"https://docs.aws.amazon.com/lake-formation/latest/dg/security-data-access.html\">Security and Access Control to Metadata and Data</a>.</p>"
|
3782 | 3796 | },
|
| 3797 | + "Condition":{"shape":"Condition"}, |
3783 | 3798 | "PermissionsWithGrantOption":{
|
3784 | 3799 | "shape":"PermissionList",
|
3785 | 3800 | "documentation":"<p>Indicates a list of permissions for which to revoke the grant option allowing the principal to pass permissions to other principals.</p>"
|
|
0 commit comments