You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-lakeformation): This release adds Lake Formation managed RAM support for the 4 APIs - "DescribeLakeFormationIdentityCenterConfiguration", "CreateLakeFormationIdentityCenterConfiguration", "DescribeLakeFormationIdentityCenterConfiguration", and "DeleteLakeFormationIdentityCenterConfiguration"
* <p>A list of Amazon Web Services account IDs and/or Amazon Web Services organization/organizational unit ARNs
1159
+
* that are allowed to access data managed by Lake Formation. </p>
1160
+
* <p>If the <code>ShareRecipients</code> list includes valid values, a resource share is created with the principals you want to have access to the resources.</p>
1161
+
* <p>If the <code>ShareRecipients</code> value is null or the list is empty, no resource share is created.</p>
* <p>A list of Amazon Web Services account IDs or Amazon Web Services organization/organizational unit ARNs that
1468
+
* are allowed to access data managed by Lake Formation. </p>
1469
+
* <p>If the <code>ShareRecipients</code> list includes valid values, a resource share is created with the principals you want to have access to the resources as the <code>ShareRecipients</code>.</p>
1470
+
* <p>If the <code>ShareRecipients</code> value is null or the list is empty, no resource share is created.</p>
1471
+
* @public
1472
+
*/
1473
+
ShareRecipients?: DataLakePrincipal[];
1474
+
1475
+
/**
1476
+
* <p>The Amazon Resource Name (ARN) of the RAM share.</p>
* <p>A list of Amazon Web Services account IDs or Amazon Web Services organization/organizational unit ARNs that
3721
+
* are allowed to access to access data managed by Lake Formation. </p>
3722
+
* <p>If the <code>ShareRecipients</code> list includes valid values, then the resource share is updated with the principals you want to have access to the resources.</p>
3723
+
* <p>If the <code>ShareRecipients</code> value is null, both the list of share recipients and
3724
+
* the resource share remain unchanged.</p>
3725
+
* <p>If the <code>ShareRecipients</code> value is an empty list, then the existing share
3726
+
* recipients list will be cleared, and the resource share will be deleted.</p>
3727
+
* @public
3728
+
*/
3729
+
ShareRecipients?: DataLakePrincipal[];
3730
+
3695
3731
/**
3696
3732
* <p>Allows to enable or disable the IAM Identity Center connection.</p>
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/lakeformation.json
+26-2
Original file line number
Diff line number
Diff line change
@@ -2174,6 +2174,12 @@
2174
2174
"traits": {
2175
2175
"smithy.api#documentation": "<p>A list of the account IDs of Amazon Web Services accounts of third-party applications\n that are allowed to access data managed by Lake Formation.</p>"
"smithy.api#documentation": "<p>A list of Amazon Web Services account IDs and/or Amazon Web Services organization/organizational unit ARNs\n that are allowed to access data managed by Lake Formation. </p>\n <p>If the <code>ShareRecipients</code> list includes valid values, a resource share is created with the principals you want to have access to the resources.</p>\n <p>If the <code>ShareRecipients</code> value is null or the list is empty, no resource share is created.</p>"
"smithy.api#documentation": "<p>A list of Amazon Web Services account IDs or Amazon Web Services organization/organizational unit ARNs that\n are allowed to access data managed by Lake Formation. </p>\n <p>If the <code>ShareRecipients</code> list includes valid values, a resource share is created with the principals you want to have access to the resources as the <code>ShareRecipients</code>.</p>\n <p>If the <code>ShareRecipients</code> value is null or the list is empty, no resource share is created.</p>"
"smithy.api#documentation": "<p>The Amazon Resource Name (ARN) of the RAM share.</p>"
3098
+
}
3081
3099
}
3082
3100
},
3083
3101
"traits": {
@@ -7778,6 +7796,12 @@
7778
7796
"smithy.api#documentation": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the\n persistent metadata store. It contains database definitions, table definitions, view\n definitions, and other control information to manage your Lake Formation\n environment.</p>"
"smithy.api#documentation": "<p>A list of Amazon Web Services account IDs or Amazon Web Services organization/organizational unit ARNs that\n are allowed to access to access data managed by Lake Formation. </p>\n <p>If the <code>ShareRecipients</code> list includes valid values, then the resource share is updated with the principals you want to have access to the resources.</p>\n <p>If the <code>ShareRecipients</code> value is null, both the list of share recipients and\n the resource share remain unchanged.</p>\n <p>If the <code>ShareRecipients</code> value is an empty list, then the existing share\n recipients list will be cleared, and the resource share will be deleted.</p>"
0 commit comments