|
1014 | 1014 | },
|
1015 | 1015 | "documentation":"<p>A new object to add to the governed table.</p>"
|
1016 | 1016 | },
|
| 1017 | + "AdditionalContextMap":{ |
| 1018 | + "type":"map", |
| 1019 | + "key":{"shape":"ContextKey"}, |
| 1020 | + "value":{"shape":"ContextValue"} |
| 1021 | + }, |
1017 | 1022 | "AllRowsWildcard":{
|
1018 | 1023 | "type":"structure",
|
1019 | 1024 | "members":{
|
|
1307 | 1312 | "documentation":"<p>Two processes are trying to modify a resource simultaneously.</p>",
|
1308 | 1313 | "exception":true
|
1309 | 1314 | },
|
| 1315 | + "ContextKey":{ |
| 1316 | + "type":"string", |
| 1317 | + "max":128, |
| 1318 | + "min":1 |
| 1319 | + }, |
| 1320 | + "ContextValue":{ |
| 1321 | + "type":"string", |
| 1322 | + "max":256, |
| 1323 | + "min":0 |
| 1324 | + }, |
1310 | 1325 | "CreateDataCellsFilterRequest":{
|
1311 | 1326 | "type":"structure",
|
1312 | 1327 | "required":["TableData"],
|
|
1361 | 1376 | },
|
1362 | 1377 | "ExternalFiltering":{
|
1363 | 1378 | "shape":"ExternalFilteringConfiguration",
|
1364 |
| - "documentation":"<p>A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to to access data managed by Lake Formation.</p>" |
| 1379 | + "documentation":"<p>A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.</p>" |
1365 | 1380 | }
|
1366 | 1381 | }
|
1367 | 1382 | },
|
|
2302 | 2317 | "SupportedPermissionTypes":{
|
2303 | 2318 | "shape":"PermissionTypeList",
|
2304 | 2319 | "documentation":"<p>A list of supported permission types for the table. Valid values are <code>COLUMN_PERMISSION</code> and <code>CELL_FILTER_PERMISSION</code>.</p>"
|
| 2320 | + }, |
| 2321 | + "S3Path":{ |
| 2322 | + "shape":"PathString", |
| 2323 | + "documentation":"<p>The Amazon S3 path for the table.</p>" |
| 2324 | + }, |
| 2325 | + "QuerySessionContext":{ |
| 2326 | + "shape":"QuerySessionContext", |
| 2327 | + "documentation":"<p>A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.</p>" |
2305 | 2328 | }
|
2306 | 2329 | }
|
2307 | 2330 | },
|
|
2323 | 2346 | "Expiration":{
|
2324 | 2347 | "shape":"ExpirationTimestamp",
|
2325 | 2348 | "documentation":"<p>The date and time when the temporary credentials expire.</p>"
|
| 2349 | + }, |
| 2350 | + "VendedS3Path":{ |
| 2351 | + "shape":"PathStringList", |
| 2352 | + "documentation":"<p>The Amazon S3 path for the temporary credentials.</p>" |
2326 | 2353 | }
|
2327 | 2354 | }
|
2328 | 2355 | },
|
|
2459 | 2486 | "members":{
|
2460 | 2487 | }
|
2461 | 2488 | },
|
| 2489 | + "HashString":{ |
| 2490 | + "type":"string", |
| 2491 | + "max":255, |
| 2492 | + "min":1, |
| 2493 | + "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*" |
| 2494 | + }, |
2462 | 2495 | "IAMRoleArn":{
|
2463 | 2496 | "type":"string",
|
2464 | 2497 | "pattern":"arn:aws:iam::[0-9]*:role/.*"
|
|
2914 | 2947 | "type":"boolean",
|
2915 | 2948 | "box":true
|
2916 | 2949 | },
|
| 2950 | + "NullableString":{ |
| 2951 | + "type":"string", |
| 2952 | + "box":true |
| 2953 | + }, |
2917 | 2954 | "NumberOfBytes":{"type":"long"},
|
2918 | 2955 | "NumberOfItems":{"type":"long"},
|
2919 | 2956 | "NumberOfMilliseconds":{"type":"long"},
|
|
2991 | 3028 | "type":"list",
|
2992 | 3029 | "member":{"shape":"PartitionObjects"}
|
2993 | 3030 | },
|
| 3031 | + "PathString":{"type":"string"}, |
| 3032 | + "PathStringList":{ |
| 3033 | + "type":"list", |
| 3034 | + "member":{"shape":"PathString"} |
| 3035 | + }, |
2994 | 3036 | "Permission":{
|
2995 | 3037 | "type":"string",
|
2996 | 3038 | "enum":[
|
|
3180 | 3222 | "min":1,
|
3181 | 3223 | "pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\t]*"
|
3182 | 3224 | },
|
| 3225 | + "QuerySessionContext":{ |
| 3226 | + "type":"structure", |
| 3227 | + "members":{ |
| 3228 | + "QueryId":{ |
| 3229 | + "shape":"HashString", |
| 3230 | + "documentation":"<p>A unique identifier generated by the query engine for the query.</p>" |
| 3231 | + }, |
| 3232 | + "QueryStartTime":{ |
| 3233 | + "shape":"Timestamp", |
| 3234 | + "documentation":"<p>A timestamp provided by the query engine for when the query started.</p>" |
| 3235 | + }, |
| 3236 | + "ClusterId":{ |
| 3237 | + "shape":"NullableString", |
| 3238 | + "documentation":"<p>An identifier string for the consumer cluster.</p>" |
| 3239 | + }, |
| 3240 | + "QueryAuthorizationId":{ |
| 3241 | + "shape":"HashString", |
| 3242 | + "documentation":"<p>A cryptographically generated query identifier generated by Glue or Lake Formation.</p>" |
| 3243 | + }, |
| 3244 | + "AdditionalContext":{ |
| 3245 | + "shape":"AdditionalContextMap", |
| 3246 | + "documentation":"<p>An opaque string-string map passed by the query engine.</p>" |
| 3247 | + } |
| 3248 | + }, |
| 3249 | + "documentation":"<p>A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context.</p>" |
| 3250 | + }, |
3183 | 3251 | "QueryStateString":{
|
3184 | 3252 | "type":"string",
|
3185 | 3253 | "enum":[
|
|
0 commit comments