github.com/aavshr/aws-sdk-go@v1.41.3/models/apis/lakeformation/2017-03-31/docs-2.json (about) 1 { 2 "version": "2.0", 3 "service": "<fullname>AWS Lake Formation</fullname> <p>Defines the public endpoint for the AWS Lake Formation service.</p>", 4 "operations": { 5 "AddLFTagsToResource": "<p>Attaches one or more tags to an existing resource.</p>", 6 "BatchGrantPermissions": "<p>Batch operation to grant permissions to the principal.</p>", 7 "BatchRevokePermissions": "<p>Batch operation to revoke permissions from the principal.</p>", 8 "CreateLFTag": "<p>Creates a tag with the specified name and values.</p>", 9 "DeleteLFTag": "<p>Deletes the specified tag key name. If the attribute key does not exist or the tag does not exist, then the operation will not do anything. If the attribute key exists, then the operation checks if any resources are tagged with this attribute key, if yes, the API throws a 400 Exception with the message \"Delete not allowed\" as the tag key is still attached with resources. You can consider untagging resources with this tag key.</p>", 10 "DeregisterResource": "<p>Deregisters the resource as managed by the Data Catalog.</p> <p>When you deregister a path, Lake Formation removes the path from the inline policy attached to your service-linked role.</p>", 11 "DescribeResource": "<p>Retrieves the current data access role for the given resource registered in AWS Lake Formation.</p>", 12 "GetDataLakeSettings": "<p>Retrieves the list of the data lake administrators of a Lake Formation-managed data lake. </p>", 13 "GetEffectivePermissionsForPath": "<p>Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3. <code>GetEffectivePermissionsForPath</code> will not return databases and tables if the catalog is encrypted.</p>", 14 "GetLFTag": "<p>Returns a tag definition.</p>", 15 "GetResourceLFTags": "<p>Returns the tags applied to a resource.</p>", 16 "GrantPermissions": "<p>Grants permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.</p> <p>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>", 17 "ListLFTags": "<p>Lists tags that the requester has permission to view. </p>", 18 "ListPermissions": "<p>Returns a list of the principal permissions on the resource, filtered by the permissions of the caller. For example, if you are granted an ALTER permission, you are able to see only the principal permissions for ALTER.</p> <p>This operation returns only those permissions that have been explicitly granted.</p> <p>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>", 19 "ListResources": "<p>Lists the resources registered to be managed by the Data Catalog.</p>", 20 "PutDataLakeSettings": "<p>Sets the list of data lake administrators who have admin privileges on all resources managed by Lake Formation. For more information on admin privileges, see <a href=\"https://docs.aws.amazon.com/lake-formation/latest/dg/lake-formation-permissions.html\">Granting Lake Formation Permissions</a>.</p> <p>This API replaces the current list of data lake admins with the new list being passed. To add an admin, fetch the current list and add the new admin to that list and pass that list in this API.</p>", 21 "RegisterResource": "<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 AWS 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>", 22 "RemoveLFTagsFromResource": "<p>Removes a tag from the resource. Only database, table, or tableWithColumns resource are allowed. To tag columns, use the column inclusion list in <code>tableWithColumns</code> to specify column input.</p>", 23 "RevokePermissions": "<p>Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.</p>", 24 "SearchDatabasesByLFTags": "<p>This operation allows a search on <code>DATABASE</code> resources by <code>TagCondition</code>. This operation is used by admins who want to grant user permissions on certain <code>TagConditions</code>. Before making a grant, the admin can use <code>SearchDatabasesByTags</code> to find all resources where the given <code>TagConditions</code> are valid to verify whether the returned resources can be shared.</p>", 25 "SearchTablesByLFTags": "<p>This operation allows a search on <code>TABLE</code> resources by <code>LFTag</code>s. This will be used by admins who want to grant user permissions on certain LFTags. Before making a grant, the admin can use <code>SearchTablesByLFTags</code> to find all resources where the given <code>LFTag</code>s are valid to verify whether the returned resources can be shared.</p>", 26 "UpdateLFTag": "<p>Updates the list of possible values for the specified tag key. If the tag does not exist, the operation throws an EntityNotFoundException. The values in the delete key values will be deleted from list of possible values. If any value in the delete key values is attached to a resource, then API errors out with a 400 Exception - \"Update not allowed\". Untag the attribute before deleting the tag key's value. </p>", 27 "UpdateResource": "<p>Updates the data access role used for vending access to the given (registered) resource in AWS Lake Formation. </p>" 28 }, 29 "shapes": { 30 "AccessDeniedException": { 31 "base": "<p>Access to a resource was denied.</p>", 32 "refs": { 33 } 34 }, 35 "AddLFTagsToResourceRequest": { 36 "base": null, 37 "refs": { 38 } 39 }, 40 "AddLFTagsToResourceResponse": { 41 "base": null, 42 "refs": { 43 } 44 }, 45 "AlreadyExistsException": { 46 "base": "<p>A resource to be created or added already exists.</p>", 47 "refs": { 48 } 49 }, 50 "BatchGrantPermissionsRequest": { 51 "base": null, 52 "refs": { 53 } 54 }, 55 "BatchGrantPermissionsResponse": { 56 "base": null, 57 "refs": { 58 } 59 }, 60 "BatchPermissionsFailureEntry": { 61 "base": "<p>A list of failures when performing a batch grant or batch revoke operation.</p>", 62 "refs": { 63 "BatchPermissionsFailureList$member": null 64 } 65 }, 66 "BatchPermissionsFailureList": { 67 "base": null, 68 "refs": { 69 "BatchGrantPermissionsResponse$Failures": "<p>A list of failures to grant permissions to the resources.</p>", 70 "BatchRevokePermissionsResponse$Failures": "<p>A list of failures to revoke permissions to the resources.</p>" 71 } 72 }, 73 "BatchPermissionsRequestEntry": { 74 "base": "<p>A permission to a resource granted by batch operation to the principal.</p>", 75 "refs": { 76 "BatchPermissionsFailureEntry$RequestEntry": "<p>An identifier for an entry of the batch request.</p>", 77 "BatchPermissionsRequestEntryList$member": null 78 } 79 }, 80 "BatchPermissionsRequestEntryList": { 81 "base": null, 82 "refs": { 83 "BatchGrantPermissionsRequest$Entries": "<p>A list of up to 20 entries for resource permissions to be granted by batch operation to the principal.</p>", 84 "BatchRevokePermissionsRequest$Entries": "<p>A list of up to 20 entries for resource permissions to be revoked by batch operation to the principal.</p>" 85 } 86 }, 87 "BatchRevokePermissionsRequest": { 88 "base": null, 89 "refs": { 90 } 91 }, 92 "BatchRevokePermissionsResponse": { 93 "base": null, 94 "refs": { 95 } 96 }, 97 "BooleanNullable": { 98 "base": null, 99 "refs": { 100 "GetResourceLFTagsRequest$ShowAssignedLFTags": "<p>Indicates whether to show the assigned tags.</p>" 101 } 102 }, 103 "CatalogIdString": { 104 "base": null, 105 "refs": { 106 "AddLFTagsToResourceRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 107 "BatchGrantPermissionsRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 108 "BatchRevokePermissionsRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 109 "CreateLFTagRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 110 "DataLocationResource$CatalogId": "<p>The identifier for the Data Catalog where the location is registered with AWS Lake Formation. By default, it is the account ID of the caller.</p>", 111 "DatabaseResource$CatalogId": "<p>The identifier for the Data Catalog. By default, it is the account ID of the caller.</p>", 112 "DeleteLFTagRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 113 "GetDataLakeSettingsRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 114 "GetEffectivePermissionsForPathRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 115 "GetLFTagRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 116 "GetLFTagResponse$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 117 "GetResourceLFTagsRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 118 "GrantPermissionsRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 119 "LFTagKeyResource$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 120 "LFTagPair$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 121 "LFTagPolicyResource$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 122 "ListLFTagsRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 123 "ListPermissionsRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 124 "PutDataLakeSettingsRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 125 "RemoveLFTagsFromResourceRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 126 "RevokePermissionsRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 127 "SearchDatabasesByLFTagsRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 128 "SearchTablesByLFTagsRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>", 129 "TableResource$CatalogId": "<p>The identifier for the Data Catalog. By default, it is the account ID of the caller.</p>", 130 "TableWithColumnsResource$CatalogId": "<p>The identifier for the Data Catalog. By default, it is the account ID of the caller.</p>", 131 "TrustedResourceOwners$member": null, 132 "UpdateLFTagRequest$CatalogId": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>" 133 } 134 }, 135 "CatalogResource": { 136 "base": "<p>A structure for the catalog object.</p>", 137 "refs": { 138 "Resource$Catalog": "<p>The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your AWS Lake Formation environment. </p>" 139 } 140 }, 141 "ColumnLFTag": { 142 "base": "<p>A structure containing the name of a column resource and the tags attached to it.</p>", 143 "refs": { 144 "ColumnLFTagsList$member": null 145 } 146 }, 147 "ColumnLFTagsList": { 148 "base": null, 149 "refs": { 150 "GetResourceLFTagsResponse$LFTagsOnColumns": "<p>A list of tags applied to a column resource.</p>", 151 "TaggedTable$LFTagsOnColumns": "<p>A list of tags attached to columns in the table.</p>" 152 } 153 }, 154 "ColumnNames": { 155 "base": null, 156 "refs": { 157 "ColumnWildcard$ExcludedColumnNames": "<p>Excludes column names. Any column with this name will be excluded.</p>", 158 "TableWithColumnsResource$ColumnNames": "<p>The list of column names for the table. At least one of <code>ColumnNames</code> or <code>ColumnWildcard</code> is required.</p>" 159 } 160 }, 161 "ColumnWildcard": { 162 "base": "<p>A wildcard object, consisting of an optional list of excluded column names or indexes.</p>", 163 "refs": { 164 "TableWithColumnsResource$ColumnWildcard": "<p>A wildcard specified by a <code>ColumnWildcard</code> object. At least one of <code>ColumnNames</code> or <code>ColumnWildcard</code> is required.</p>" 165 } 166 }, 167 "ComparisonOperator": { 168 "base": null, 169 "refs": { 170 "FilterCondition$ComparisonOperator": "<p>The comparison operator used in the filter condition.</p>" 171 } 172 }, 173 "ConcurrentModificationException": { 174 "base": "<p>Two processes are trying to modify a resource simultaneously.</p>", 175 "refs": { 176 } 177 }, 178 "CreateLFTagRequest": { 179 "base": null, 180 "refs": { 181 } 182 }, 183 "CreateLFTagResponse": { 184 "base": null, 185 "refs": { 186 } 187 }, 188 "DataLakePrincipal": { 189 "base": "<p>The AWS Lake Formation principal. Supported principals are IAM users or IAM roles.</p>", 190 "refs": { 191 "BatchPermissionsRequestEntry$Principal": "<p>The principal to be granted a permission.</p>", 192 "DataLakePrincipalList$member": null, 193 "GrantPermissionsRequest$Principal": "<p>The principal to be granted the permissions on the resource. Supported principals are IAM users or IAM roles, and they are defined by their principal type and their ARN.</p> <p>Note that if you define a resource with a particular ARN, then later delete, and recreate a resource with that same ARN, the resource maintains the permissions already granted. </p>", 194 "ListPermissionsRequest$Principal": "<p>Specifies a principal to filter the permissions returned.</p>", 195 "PrincipalPermissions$Principal": "<p>The principal who is granted permissions.</p>", 196 "PrincipalResourcePermissions$Principal": "<p>The Data Lake principal to be granted or revoked permissions.</p>", 197 "RevokePermissionsRequest$Principal": "<p>The principal to be revoked permissions on the resource.</p>" 198 } 199 }, 200 "DataLakePrincipalList": { 201 "base": null, 202 "refs": { 203 "DataLakeSettings$DataLakeAdmins": "<p>A list of AWS Lake Formation principals. Supported principals are IAM users or IAM roles.</p>" 204 } 205 }, 206 "DataLakePrincipalString": { 207 "base": null, 208 "refs": { 209 "DataLakePrincipal$DataLakePrincipalIdentifier": "<p>An identifier for the AWS Lake Formation principal.</p>" 210 } 211 }, 212 "DataLakeResourceType": { 213 "base": null, 214 "refs": { 215 "ListPermissionsRequest$ResourceType": "<p>Specifies a resource type to filter the permissions returned.</p>" 216 } 217 }, 218 "DataLakeSettings": { 219 "base": "<p>A structure representing a list of AWS Lake Formation principals designated as data lake administrators and lists of principal permission entries for default create database and default create table permissions.</p>", 220 "refs": { 221 "GetDataLakeSettingsResponse$DataLakeSettings": "<p>A structure representing a list of AWS Lake Formation principals designated as data lake administrators.</p>", 222 "PutDataLakeSettingsRequest$DataLakeSettings": "<p>A structure representing a list of AWS Lake Formation principals designated as data lake administrators.</p>" 223 } 224 }, 225 "DataLocationResource": { 226 "base": "<p>A structure for a data location object where permissions are granted or revoked. </p>", 227 "refs": { 228 "Resource$DataLocation": "<p>The location of an Amazon S3 path where permissions are granted or revoked. </p>" 229 } 230 }, 231 "DatabaseLFTagsList": { 232 "base": null, 233 "refs": { 234 "SearchDatabasesByLFTagsResponse$DatabaseList": "<p>A list of databases that meet the tag conditions.</p>" 235 } 236 }, 237 "DatabaseResource": { 238 "base": "<p>A structure for the database object.</p>", 239 "refs": { 240 "Resource$Database": "<p>The database for the resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database permissions to a principal. </p>", 241 "TaggedDatabase$Database": "<p>A database that has tags attached to it.</p>" 242 } 243 }, 244 "DeleteLFTagRequest": { 245 "base": null, 246 "refs": { 247 } 248 }, 249 "DeleteLFTagResponse": { 250 "base": null, 251 "refs": { 252 } 253 }, 254 "DeregisterResourceRequest": { 255 "base": null, 256 "refs": { 257 } 258 }, 259 "DeregisterResourceResponse": { 260 "base": null, 261 "refs": { 262 } 263 }, 264 "DescribeResourceRequest": { 265 "base": null, 266 "refs": { 267 } 268 }, 269 "DescribeResourceResponse": { 270 "base": null, 271 "refs": { 272 } 273 }, 274 "DescriptionString": { 275 "base": null, 276 "refs": { 277 "ErrorDetail$ErrorMessage": "<p>A message describing the error.</p>" 278 } 279 }, 280 "DetailsMap": { 281 "base": "<p>A structure containing the additional details to be returned in the <code>AdditionalDetails</code> attribute of <code>PrincipalResourcePermissions</code>.</p> <p>If a catalog resource is shared through AWS Resource Access Manager (AWS RAM), then there will exist a corresponding RAM resource share ARN.</p>", 282 "refs": { 283 "PrincipalResourcePermissions$AdditionalDetails": "<p>This attribute can be used to return any additional details of <code>PrincipalResourcePermissions</code>. Currently returns only as a RAM resource share ARN.</p>" 284 } 285 }, 286 "EntityNotFoundException": { 287 "base": "<p>A specified entity does not exist</p>", 288 "refs": { 289 } 290 }, 291 "ErrorDetail": { 292 "base": "<p>Contains details about an error.</p>", 293 "refs": { 294 "BatchPermissionsFailureEntry$Error": "<p>An error message that applies to the failure of the entry.</p>", 295 "LFTagError$Error": "<p>An error that occurred with the attachment or detachment of the tag.</p>" 296 } 297 }, 298 "Expression": { 299 "base": null, 300 "refs": { 301 "LFTagPolicyResource$Expression": "<p>A list of tag conditions that apply to the resource's tag policy.</p>", 302 "SearchDatabasesByLFTagsRequest$Expression": "<p>A list of conditions (<code>LFTag</code> structures) to search for in database resources.</p>", 303 "SearchTablesByLFTagsRequest$Expression": "<p>A list of conditions (<code>LFTag</code> structures) to search for in table resources.</p>" 304 } 305 }, 306 "FieldNameString": { 307 "base": null, 308 "refs": { 309 "FilterCondition$Field": "<p>The field to filter in the filter condition.</p>" 310 } 311 }, 312 "FilterCondition": { 313 "base": "<p>This structure describes the filtering of columns in a table based on a filter condition.</p>", 314 "refs": { 315 "FilterConditionList$member": null 316 } 317 }, 318 "FilterConditionList": { 319 "base": null, 320 "refs": { 321 "ListResourcesRequest$FilterConditionList": "<p>Any applicable row-level and/or column-level filtering conditions for the resources.</p>" 322 } 323 }, 324 "GetDataLakeSettingsRequest": { 325 "base": null, 326 "refs": { 327 } 328 }, 329 "GetDataLakeSettingsResponse": { 330 "base": null, 331 "refs": { 332 } 333 }, 334 "GetEffectivePermissionsForPathRequest": { 335 "base": null, 336 "refs": { 337 } 338 }, 339 "GetEffectivePermissionsForPathResponse": { 340 "base": null, 341 "refs": { 342 } 343 }, 344 "GetLFTagRequest": { 345 "base": null, 346 "refs": { 347 } 348 }, 349 "GetLFTagResponse": { 350 "base": null, 351 "refs": { 352 } 353 }, 354 "GetResourceLFTagsRequest": { 355 "base": null, 356 "refs": { 357 } 358 }, 359 "GetResourceLFTagsResponse": { 360 "base": null, 361 "refs": { 362 } 363 }, 364 "GlueEncryptionException": { 365 "base": "<p>An encryption operation failed.</p>", 366 "refs": { 367 } 368 }, 369 "GrantPermissionsRequest": { 370 "base": null, 371 "refs": { 372 } 373 }, 374 "GrantPermissionsResponse": { 375 "base": null, 376 "refs": { 377 } 378 }, 379 "IAMRoleArn": { 380 "base": null, 381 "refs": { 382 "RegisterResourceRequest$RoleArn": "<p>The identifier for the role that registers the resource.</p>", 383 "ResourceInfo$RoleArn": "<p>The IAM role that registered a resource.</p>", 384 "UpdateResourceRequest$RoleArn": "<p>The new role to use for the given resource registered in AWS Lake Formation.</p>" 385 } 386 }, 387 "Identifier": { 388 "base": null, 389 "refs": { 390 "BatchPermissionsRequestEntry$Id": "<p>A unique identifier for the batch permissions request entry.</p>" 391 } 392 }, 393 "InternalServiceException": { 394 "base": "<p>An internal service error occurred.</p>", 395 "refs": { 396 } 397 }, 398 "InvalidInputException": { 399 "base": "<p>The input provided was not valid.</p>", 400 "refs": { 401 } 402 }, 403 "LFTag": { 404 "base": "<p>A structure that allows an admin to grant user permissions on certain conditions. For example, granting a role access to all columns not tagged 'PII' of tables tagged 'Prod'.</p>", 405 "refs": { 406 "Expression$member": null 407 } 408 }, 409 "LFTagError": { 410 "base": "<p>A structure containing an error related to a <code>TagResource</code> or <code>UnTagResource</code> operation.</p>", 411 "refs": { 412 "LFTagErrors$member": null 413 } 414 }, 415 "LFTagErrors": { 416 "base": null, 417 "refs": { 418 "AddLFTagsToResourceResponse$Failures": "<p>A list of failures to tag the resource.</p>", 419 "RemoveLFTagsFromResourceResponse$Failures": "<p>A list of failures to untag a resource.</p>" 420 } 421 }, 422 "LFTagKey": { 423 "base": null, 424 "refs": { 425 "CreateLFTagRequest$TagKey": "<p>The key-name for the tag.</p>", 426 "DeleteLFTagRequest$TagKey": "<p>The key-name for the tag to delete.</p>", 427 "GetLFTagRequest$TagKey": "<p>The key-name for the tag.</p>", 428 "GetLFTagResponse$TagKey": "<p>The key-name for the tag.</p>", 429 "LFTag$TagKey": "<p>The key-name for the tag.</p>", 430 "LFTagPair$TagKey": "<p>The key-name for the tag.</p>", 431 "UpdateLFTagRequest$TagKey": "<p>The key-name for the tag for which to add or delete values.</p>" 432 } 433 }, 434 "LFTagKeyResource": { 435 "base": "<p>A structure containing a tag key and values for a resource.</p>", 436 "refs": { 437 "Resource$LFTag": "<p>The tag key and values attached to a resource.</p>" 438 } 439 }, 440 "LFTagPair": { 441 "base": "<p>A structure containing a tag key-value pair.</p>", 442 "refs": { 443 "LFTagError$LFTag": "<p>The key-name of the tag.</p>", 444 "LFTagsList$member": null 445 } 446 }, 447 "LFTagPolicyResource": { 448 "base": "<p>A structure containing a list of tag conditions that apply to a resource's tag policy.</p>", 449 "refs": { 450 "Resource$LFTagPolicy": "<p>A list of tag conditions that define a resource's tag policy.</p>" 451 } 452 }, 453 "LFTagValue": { 454 "base": null, 455 "refs": { 456 "TagValueList$member": null 457 } 458 }, 459 "LFTagsList": { 460 "base": null, 461 "refs": { 462 "AddLFTagsToResourceRequest$LFTags": "<p>The tags to attach to the resource.</p>", 463 "ColumnLFTag$LFTags": "<p>The tags attached to a column resource.</p>", 464 "GetResourceLFTagsResponse$LFTagOnDatabase": "<p>A list of tags applied to a database resource.</p>", 465 "GetResourceLFTagsResponse$LFTagsOnTable": "<p>A list of tags applied to a table resource.</p>", 466 "ListLFTagsResponse$LFTags": "<p>A list of tags that the requested has permission to view.</p>", 467 "RemoveLFTagsFromResourceRequest$LFTags": "<p>The tags to be removed from the resource.</p>", 468 "TaggedDatabase$LFTags": "<p>A list of tags attached to the database.</p>", 469 "TaggedTable$LFTagOnDatabase": "<p>A list of tags attached to the database where the table resides.</p>", 470 "TaggedTable$LFTagsOnTable": "<p>A list of tags attached to the table.</p>" 471 } 472 }, 473 "LastModifiedTimestamp": { 474 "base": null, 475 "refs": { 476 "ResourceInfo$LastModified": "<p>The date and time the resource was last modified.</p>" 477 } 478 }, 479 "ListLFTagsRequest": { 480 "base": null, 481 "refs": { 482 } 483 }, 484 "ListLFTagsResponse": { 485 "base": null, 486 "refs": { 487 } 488 }, 489 "ListPermissionsRequest": { 490 "base": null, 491 "refs": { 492 } 493 }, 494 "ListPermissionsResponse": { 495 "base": null, 496 "refs": { 497 } 498 }, 499 "ListResourcesRequest": { 500 "base": null, 501 "refs": { 502 } 503 }, 504 "ListResourcesResponse": { 505 "base": null, 506 "refs": { 507 } 508 }, 509 "MessageString": { 510 "base": null, 511 "refs": { 512 "AccessDeniedException$Message": "<p>A message describing the problem.</p>", 513 "AlreadyExistsException$Message": "<p>A message describing the problem.</p>", 514 "ConcurrentModificationException$Message": "<p>A message describing the problem.</p>", 515 "EntityNotFoundException$Message": "<p>A message describing the problem.</p>", 516 "GlueEncryptionException$Message": "<p>A message describing the problem.</p>", 517 "InternalServiceException$Message": "<p>A message describing the problem.</p>", 518 "InvalidInputException$Message": "<p>A message describing the problem.</p>", 519 "OperationTimeoutException$Message": "<p>A message describing the problem.</p>", 520 "ResourceNumberLimitExceededException$Message": "<p>A message describing the problem.</p>" 521 } 522 }, 523 "NameString": { 524 "base": null, 525 "refs": { 526 "ColumnLFTag$Name": "<p>The name of a column resource.</p>", 527 "ColumnNames$member": null, 528 "DatabaseResource$Name": "<p>The name of the database resource. Unique to the Data Catalog.</p>", 529 "ErrorDetail$ErrorCode": "<p>The code associated with this error.</p>", 530 "LFTagKeyResource$TagKey": "<p>The key-name for the tag.</p>", 531 "TableResource$DatabaseName": "<p>The name of the database for the table. Unique to a Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal. </p>", 532 "TableResource$Name": "<p>The name of the table.</p>", 533 "TableWithColumnsResource$DatabaseName": "<p>The name of the database for the table with columns resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal. </p>", 534 "TableWithColumnsResource$Name": "<p>The name of the table resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal. </p>" 535 } 536 }, 537 "NullableBoolean": { 538 "base": null, 539 "refs": { 540 "RegisterResourceRequest$UseServiceLinkedRole": "<p>Designates an AWS Identity and Access Management (IAM) service-linked role by registering this role with the Data Catalog. A service-linked role is a unique type of IAM role that is linked directly to Lake Formation.</p> <p>For more information, see <a href=\"https://docs-aws.amazon.com/lake-formation/latest/dg/service-linked-roles.html\">Using Service-Linked Roles for Lake Formation</a>.</p>" 541 } 542 }, 543 "OperationTimeoutException": { 544 "base": "<p>The operation timed out.</p>", 545 "refs": { 546 } 547 }, 548 "PageSize": { 549 "base": null, 550 "refs": { 551 "GetEffectivePermissionsForPathRequest$MaxResults": "<p>The maximum number of results to return.</p>", 552 "ListLFTagsRequest$MaxResults": "<p>The maximum number of results to return.</p>", 553 "ListPermissionsRequest$MaxResults": "<p>The maximum number of results to return.</p>", 554 "ListResourcesRequest$MaxResults": "<p>The maximum number of resource results.</p>", 555 "SearchDatabasesByLFTagsRequest$MaxResults": "<p>The maximum number of results to return.</p>", 556 "SearchTablesByLFTagsRequest$MaxResults": "<p>The maximum number of results to return.</p>" 557 } 558 }, 559 "Permission": { 560 "base": null, 561 "refs": { 562 "PermissionList$member": null 563 } 564 }, 565 "PermissionList": { 566 "base": null, 567 "refs": { 568 "BatchPermissionsRequestEntry$Permissions": "<p>The permissions to be granted.</p>", 569 "BatchPermissionsRequestEntry$PermissionsWithGrantOption": "<p>Indicates if the option to pass permissions is granted.</p>", 570 "GrantPermissionsRequest$Permissions": "<p>The permissions granted to the principal on the resource. AWS 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. AWS Lake Formation requires that each principal be authorized to perform a specific task on AWS Lake Formation resources. </p>", 571 "GrantPermissionsRequest$PermissionsWithGrantOption": "<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>", 572 "PrincipalPermissions$Permissions": "<p>The permissions that are granted to the principal.</p>", 573 "PrincipalResourcePermissions$Permissions": "<p>The permissions to be granted or revoked on the resource.</p>", 574 "PrincipalResourcePermissions$PermissionsWithGrantOption": "<p>Indicates whether to grant the ability to grant permissions (as a subset of permissions granted).</p>", 575 "RevokePermissionsRequest$Permissions": "<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>", 576 "RevokePermissionsRequest$PermissionsWithGrantOption": "<p>Indicates a list of permissions for which to revoke the grant option allowing the principal to pass permissions to other principals.</p>" 577 } 578 }, 579 "PrincipalPermissions": { 580 "base": "<p>Permissions granted to a principal.</p>", 581 "refs": { 582 "PrincipalPermissionsList$member": null 583 } 584 }, 585 "PrincipalPermissionsList": { 586 "base": null, 587 "refs": { 588 "DataLakeSettings$CreateDatabaseDefaultPermissions": "<p>A structure representing a list of up to three principal permissions entries for default create database permissions.</p>", 589 "DataLakeSettings$CreateTableDefaultPermissions": "<p>A structure representing a list of up to three principal permissions entries for default create table permissions.</p>" 590 } 591 }, 592 "PrincipalResourcePermissions": { 593 "base": "<p>The permissions granted or revoked on a resource.</p>", 594 "refs": { 595 "PrincipalResourcePermissionsList$member": null 596 } 597 }, 598 "PrincipalResourcePermissionsList": { 599 "base": null, 600 "refs": { 601 "GetEffectivePermissionsForPathResponse$Permissions": "<p>A list of the permissions for the specified table or database resource located at the path in Amazon S3.</p>", 602 "ListPermissionsResponse$PrincipalResourcePermissions": "<p>A list of principals and their permissions on the resource for the specified principal and resource types.</p>" 603 } 604 }, 605 "PutDataLakeSettingsRequest": { 606 "base": null, 607 "refs": { 608 } 609 }, 610 "PutDataLakeSettingsResponse": { 611 "base": null, 612 "refs": { 613 } 614 }, 615 "RAMResourceShareArn": { 616 "base": null, 617 "refs": { 618 "ResourceShareList$member": null 619 } 620 }, 621 "RegisterResourceRequest": { 622 "base": null, 623 "refs": { 624 } 625 }, 626 "RegisterResourceResponse": { 627 "base": null, 628 "refs": { 629 } 630 }, 631 "RemoveLFTagsFromResourceRequest": { 632 "base": null, 633 "refs": { 634 } 635 }, 636 "RemoveLFTagsFromResourceResponse": { 637 "base": null, 638 "refs": { 639 } 640 }, 641 "Resource": { 642 "base": "<p>A structure for the resource.</p>", 643 "refs": { 644 "AddLFTagsToResourceRequest$Resource": "<p>The resource to which to attach a tag.</p>", 645 "BatchPermissionsRequestEntry$Resource": "<p>The resource to which the principal is to be granted a permission.</p>", 646 "GetResourceLFTagsRequest$Resource": "<p>The resource for which you want to return tags.</p>", 647 "GrantPermissionsRequest$Resource": "<p>The resource to which permissions are to be granted. Resources in AWS Lake Formation are the Data Catalog, databases, and tables.</p>", 648 "ListPermissionsRequest$Resource": "<p>A resource where you will get a list of the principal permissions.</p> <p>This operation does not support getting privileges on a table with columns. Instead, call this operation on the table, and the operation returns the table and the table w columns.</p>", 649 "PrincipalResourcePermissions$Resource": "<p>The resource where permissions are to be granted or revoked.</p>", 650 "RemoveLFTagsFromResourceRequest$Resource": "<p>The resource where you want to remove a tag.</p>", 651 "RevokePermissionsRequest$Resource": "<p>The resource to which permissions are to be revoked.</p>" 652 } 653 }, 654 "ResourceArnString": { 655 "base": null, 656 "refs": { 657 "DataLocationResource$ResourceArn": "<p>The Amazon Resource Name (ARN) that uniquely identifies the data location resource.</p>", 658 "DeregisterResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource that you want to deregister.</p>", 659 "DescribeResourceRequest$ResourceArn": "<p>The resource ARN.</p>", 660 "GetEffectivePermissionsForPathRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource for which you want to get permissions.</p>", 661 "RegisterResourceRequest$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource that you want to register.</p>", 662 "ResourceInfo$ResourceArn": "<p>The Amazon Resource Name (ARN) of the resource.</p>", 663 "UpdateResourceRequest$ResourceArn": "<p>The resource ARN.</p>" 664 } 665 }, 666 "ResourceInfo": { 667 "base": "<p>A structure containing information about an AWS Lake Formation resource.</p>", 668 "refs": { 669 "DescribeResourceResponse$ResourceInfo": "<p>A structure containing information about an AWS Lake Formation resource.</p>", 670 "ResourceInfoList$member": null 671 } 672 }, 673 "ResourceInfoList": { 674 "base": null, 675 "refs": { 676 "ListResourcesResponse$ResourceInfoList": "<p>A summary of the data lake resources.</p>" 677 } 678 }, 679 "ResourceNumberLimitExceededException": { 680 "base": "<p>A resource numerical limit was exceeded.</p>", 681 "refs": { 682 } 683 }, 684 "ResourceShareList": { 685 "base": null, 686 "refs": { 687 "DetailsMap$ResourceShare": "<p>A resource share ARN for a catalog resource shared through AWS Resource Access Manager (AWS RAM).</p>" 688 } 689 }, 690 "ResourceShareType": { 691 "base": null, 692 "refs": { 693 "ListLFTagsRequest$ResourceShareType": "<p>If resource share type is <code>ALL</code>, returns both in-account tags and shared tags that the requester has permission to view. If resource share type is <code>FOREIGN</code>, returns all share tags that the requester can view. If no resource share type is passed, lists tags in the given catalog ID that the requester has permission to view.</p>" 694 } 695 }, 696 "ResourceType": { 697 "base": null, 698 "refs": { 699 "LFTagPolicyResource$ResourceType": "<p>The resource type for which the tag policy applies.</p>" 700 } 701 }, 702 "RevokePermissionsRequest": { 703 "base": null, 704 "refs": { 705 } 706 }, 707 "RevokePermissionsResponse": { 708 "base": null, 709 "refs": { 710 } 711 }, 712 "SearchDatabasesByLFTagsRequest": { 713 "base": null, 714 "refs": { 715 } 716 }, 717 "SearchDatabasesByLFTagsResponse": { 718 "base": null, 719 "refs": { 720 } 721 }, 722 "SearchTablesByLFTagsRequest": { 723 "base": null, 724 "refs": { 725 } 726 }, 727 "SearchTablesByLFTagsResponse": { 728 "base": null, 729 "refs": { 730 } 731 }, 732 "StringValue": { 733 "base": null, 734 "refs": { 735 "StringValueList$member": null 736 } 737 }, 738 "StringValueList": { 739 "base": null, 740 "refs": { 741 "FilterCondition$StringValueList": "<p>A string with values used in evaluating the filter condition.</p>" 742 } 743 }, 744 "TableLFTagsList": { 745 "base": null, 746 "refs": { 747 "SearchTablesByLFTagsResponse$TableList": "<p>A list of tables that meet the tag conditions.</p>" 748 } 749 }, 750 "TableResource": { 751 "base": "<p>A structure for the table object. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal. </p>", 752 "refs": { 753 "Resource$Table": "<p>The table for the resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal. </p>", 754 "TaggedTable$Table": "<p>A table that has tags attached to it.</p>" 755 } 756 }, 757 "TableWildcard": { 758 "base": "<p>A wildcard object representing every table under a database.</p>", 759 "refs": { 760 "TableResource$TableWildcard": "<p>A wildcard object representing every table under a database.</p> <p>At least one of <code>TableResource$Name</code> or <code>TableResource$TableWildcard</code> is required.</p>" 761 } 762 }, 763 "TableWithColumnsResource": { 764 "base": "<p>A structure for a table with columns object. This object is only used when granting a SELECT permission.</p> <p>This object must take a value for at least one of <code>ColumnsNames</code>, <code>ColumnsIndexes</code>, or <code>ColumnsWildcard</code>.</p>", 765 "refs": { 766 "Resource$TableWithColumns": "<p>The table with columns for the resource. A principal with permissions to this resource can select metadata from the columns of a table in the Data Catalog and the underlying data in Amazon S3.</p>" 767 } 768 }, 769 "TagValueList": { 770 "base": null, 771 "refs": { 772 "CreateLFTagRequest$TagValues": "<p>A list of possible values an attribute can take.</p>", 773 "GetLFTagResponse$TagValues": "<p>A list of possible values an attribute can take.</p>", 774 "LFTag$TagValues": "<p>A list of possible values an attribute can take.</p>", 775 "LFTagKeyResource$TagValues": "<p>A list of possible values an attribute can take.</p>", 776 "LFTagPair$TagValues": "<p>A list of possible values an attribute can take.</p>", 777 "UpdateLFTagRequest$TagValuesToDelete": "<p>A list of tag values to delete from the tag.</p>", 778 "UpdateLFTagRequest$TagValuesToAdd": "<p>A list of tag values to add from the tag.</p>" 779 } 780 }, 781 "TaggedDatabase": { 782 "base": "<p>A structure describing a database resource with tags.</p>", 783 "refs": { 784 "DatabaseLFTagsList$member": null 785 } 786 }, 787 "TaggedTable": { 788 "base": "<p>A structure describing a table resource with tags.</p>", 789 "refs": { 790 "TableLFTagsList$member": null 791 } 792 }, 793 "Token": { 794 "base": null, 795 "refs": { 796 "GetEffectivePermissionsForPathRequest$NextToken": "<p>A continuation token, if this is not the first call to retrieve this list.</p>", 797 "GetEffectivePermissionsForPathResponse$NextToken": "<p>A continuation token, if this is not the first call to retrieve this list.</p>", 798 "ListLFTagsRequest$NextToken": "<p>A continuation token, if this is not the first call to retrieve this list.</p>", 799 "ListLFTagsResponse$NextToken": "<p>A continuation token, present if the current list segment is not the last.</p>", 800 "ListPermissionsRequest$NextToken": "<p>A continuation token, if this is not the first call to retrieve this list.</p>", 801 "ListPermissionsResponse$NextToken": "<p>A continuation token, if this is not the first call to retrieve this list.</p>", 802 "ListResourcesRequest$NextToken": "<p>A continuation token, if this is not the first call to retrieve these resources.</p>", 803 "ListResourcesResponse$NextToken": "<p>A continuation token, if this is not the first call to retrieve these resources.</p>", 804 "SearchDatabasesByLFTagsRequest$NextToken": "<p>A continuation token, if this is not the first call to retrieve this list.</p>", 805 "SearchDatabasesByLFTagsResponse$NextToken": "<p>A continuation token, present if the current list segment is not the last.</p>", 806 "SearchTablesByLFTagsRequest$NextToken": "<p>A continuation token, if this is not the first call to retrieve this list.</p>", 807 "SearchTablesByLFTagsResponse$NextToken": "<p>A continuation token, present if the current list segment is not the last.</p>" 808 } 809 }, 810 "TrustedResourceOwners": { 811 "base": null, 812 "refs": { 813 "DataLakeSettings$TrustedResourceOwners": "<p>A list of the resource-owning account IDs that the caller's account can use to share their user access details (user ARNs). The user ARNs can be logged in the resource owner's AWS CloudTrail log.</p> <p>You may want to specify this property when you are in a high-trust boundary, such as the same team or company. </p>" 814 } 815 }, 816 "UpdateLFTagRequest": { 817 "base": null, 818 "refs": { 819 } 820 }, 821 "UpdateLFTagResponse": { 822 "base": null, 823 "refs": { 824 } 825 }, 826 "UpdateResourceRequest": { 827 "base": null, 828 "refs": { 829 } 830 }, 831 "UpdateResourceResponse": { 832 "base": null, 833 "refs": { 834 } 835 } 836 } 837 }