|
69 | 69 | { |
70 | 70 | "target": "com.amazonaws.glue#BatchGetCrawlers" |
71 | 71 | }, |
| 72 | + { |
| 73 | + "target": "com.amazonaws.glue#BatchGetCustomEntityTypes" |
| 74 | + }, |
72 | 75 | { |
73 | 76 | "target": "com.amazonaws.glue#BatchGetDevEndpoints" |
74 | 77 | }, |
|
111 | 114 | { |
112 | 115 | "target": "com.amazonaws.glue#CreateCrawler" |
113 | 116 | }, |
| 117 | + { |
| 118 | + "target": "com.amazonaws.glue#CreateCustomEntityType" |
| 119 | + }, |
114 | 120 | { |
115 | 121 | "target": "com.amazonaws.glue#CreateDatabase" |
116 | 122 | }, |
|
174 | 180 | { |
175 | 181 | "target": "com.amazonaws.glue#DeleteCrawler" |
176 | 182 | }, |
| 183 | + { |
| 184 | + "target": "com.amazonaws.glue#DeleteCustomEntityType" |
| 185 | + }, |
177 | 186 | { |
178 | 187 | "target": "com.amazonaws.glue#DeleteDatabase" |
179 | 188 | }, |
|
264 | 273 | { |
265 | 274 | "target": "com.amazonaws.glue#GetCrawlers" |
266 | 275 | }, |
| 276 | + { |
| 277 | + "target": "com.amazonaws.glue#GetCustomEntityType" |
| 278 | + }, |
267 | 279 | { |
268 | 280 | "target": "com.amazonaws.glue#GetDatabase" |
269 | 281 | }, |
|
414 | 426 | { |
415 | 427 | "target": "com.amazonaws.glue#ListCrawlers" |
416 | 428 | }, |
| 429 | + { |
| 430 | + "target": "com.amazonaws.glue#ListCustomEntityTypes" |
| 431 | + }, |
417 | 432 | { |
418 | 433 | "target": "com.amazonaws.glue#ListDevEndpoints" |
419 | 434 | }, |
|
1291 | 1306 | } |
1292 | 1307 | } |
1293 | 1308 | }, |
| 1309 | + "com.amazonaws.glue#BatchGetCustomEntityTypes": { |
| 1310 | + "type": "operation", |
| 1311 | + "input": { |
| 1312 | + "target": "com.amazonaws.glue#BatchGetCustomEntityTypesRequest" |
| 1313 | + }, |
| 1314 | + "output": { |
| 1315 | + "target": "com.amazonaws.glue#BatchGetCustomEntityTypesResponse" |
| 1316 | + }, |
| 1317 | + "errors": [ |
| 1318 | + { |
| 1319 | + "target": "com.amazonaws.glue#InternalServiceException" |
| 1320 | + }, |
| 1321 | + { |
| 1322 | + "target": "com.amazonaws.glue#InvalidInputException" |
| 1323 | + }, |
| 1324 | + { |
| 1325 | + "target": "com.amazonaws.glue#OperationTimeoutException" |
| 1326 | + } |
| 1327 | + ] |
| 1328 | + }, |
| 1329 | + "com.amazonaws.glue#BatchGetCustomEntityTypesRequest": { |
| 1330 | + "type": "structure", |
| 1331 | + "members": { |
| 1332 | + "Names": { |
| 1333 | + "target": "com.amazonaws.glue#CustomEntityTypeNames", |
| 1334 | + "traits": { |
| 1335 | + "smithy.api#required": {} |
| 1336 | + } |
| 1337 | + } |
| 1338 | + } |
| 1339 | + }, |
| 1340 | + "com.amazonaws.glue#BatchGetCustomEntityTypesResponse": { |
| 1341 | + "type": "structure", |
| 1342 | + "members": { |
| 1343 | + "CustomEntityTypes": { |
| 1344 | + "target": "com.amazonaws.glue#CustomEntityTypes" |
| 1345 | + }, |
| 1346 | + "CustomEntityTypesNotFound": { |
| 1347 | + "target": "com.amazonaws.glue#CustomEntityTypeNames" |
| 1348 | + } |
| 1349 | + } |
| 1350 | + }, |
1294 | 1351 | "com.amazonaws.glue#BatchGetDevEndpoints": { |
1295 | 1352 | "type": "operation", |
1296 | 1353 | "input": { |
|
3575 | 3632 | "smithy.api#documentation": "<p>Specifies the connections used by a job.</p>" |
3576 | 3633 | } |
3577 | 3634 | }, |
| 3635 | + "com.amazonaws.glue#ContextWords": { |
| 3636 | + "type": "list", |
| 3637 | + "member": { |
| 3638 | + "target": "com.amazonaws.glue#NameString" |
| 3639 | + }, |
| 3640 | + "traits": { |
| 3641 | + "smithy.api#length": { |
| 3642 | + "min": 1, |
| 3643 | + "max": 20 |
| 3644 | + } |
| 3645 | + } |
| 3646 | + }, |
3578 | 3647 | "com.amazonaws.glue#Crawl": { |
3579 | 3648 | "type": "structure", |
3580 | 3649 | "members": { |
|
4366 | 4435 | "smithy.api#documentation": "<p>Specifies a custom CSV classifier for <code>CreateClassifier</code> to create.</p>" |
4367 | 4436 | } |
4368 | 4437 | }, |
| 4438 | + "com.amazonaws.glue#CreateCustomEntityType": { |
| 4439 | + "type": "operation", |
| 4440 | + "input": { |
| 4441 | + "target": "com.amazonaws.glue#CreateCustomEntityTypeRequest" |
| 4442 | + }, |
| 4443 | + "output": { |
| 4444 | + "target": "com.amazonaws.glue#CreateCustomEntityTypeResponse" |
| 4445 | + }, |
| 4446 | + "errors": [ |
| 4447 | + { |
| 4448 | + "target": "com.amazonaws.glue#AccessDeniedException" |
| 4449 | + }, |
| 4450 | + { |
| 4451 | + "target": "com.amazonaws.glue#AlreadyExistsException" |
| 4452 | + }, |
| 4453 | + { |
| 4454 | + "target": "com.amazonaws.glue#IdempotentParameterMismatchException" |
| 4455 | + }, |
| 4456 | + { |
| 4457 | + "target": "com.amazonaws.glue#InternalServiceException" |
| 4458 | + }, |
| 4459 | + { |
| 4460 | + "target": "com.amazonaws.glue#InvalidInputException" |
| 4461 | + }, |
| 4462 | + { |
| 4463 | + "target": "com.amazonaws.glue#OperationTimeoutException" |
| 4464 | + }, |
| 4465 | + { |
| 4466 | + "target": "com.amazonaws.glue#ResourceNumberLimitExceededException" |
| 4467 | + } |
| 4468 | + ] |
| 4469 | + }, |
| 4470 | + "com.amazonaws.glue#CreateCustomEntityTypeRequest": { |
| 4471 | + "type": "structure", |
| 4472 | + "members": { |
| 4473 | + "Name": { |
| 4474 | + "target": "com.amazonaws.glue#NameString", |
| 4475 | + "traits": { |
| 4476 | + "smithy.api#required": {} |
| 4477 | + } |
| 4478 | + }, |
| 4479 | + "RegexString": { |
| 4480 | + "target": "com.amazonaws.glue#NameString", |
| 4481 | + "traits": { |
| 4482 | + "smithy.api#required": {} |
| 4483 | + } |
| 4484 | + }, |
| 4485 | + "ContextWords": { |
| 4486 | + "target": "com.amazonaws.glue#ContextWords" |
| 4487 | + } |
| 4488 | + } |
| 4489 | + }, |
| 4490 | + "com.amazonaws.glue#CreateCustomEntityTypeResponse": { |
| 4491 | + "type": "structure", |
| 4492 | + "members": { |
| 4493 | + "Name": { |
| 4494 | + "target": "com.amazonaws.glue#NameString" |
| 4495 | + } |
| 4496 | + } |
| 4497 | + }, |
4369 | 4498 | "com.amazonaws.glue#CreateDatabase": { |
4370 | 4499 | "type": "operation", |
4371 | 4500 | "input": { |
|
6206 | 6335 | "smithy.api#pattern": "^[^\\r\\n]$" |
6207 | 6336 | } |
6208 | 6337 | }, |
| 6338 | + "com.amazonaws.glue#CustomEntityType": { |
| 6339 | + "type": "structure", |
| 6340 | + "members": { |
| 6341 | + "Name": { |
| 6342 | + "target": "com.amazonaws.glue#NameString", |
| 6343 | + "traits": { |
| 6344 | + "smithy.api#required": {} |
| 6345 | + } |
| 6346 | + }, |
| 6347 | + "RegexString": { |
| 6348 | + "target": "com.amazonaws.glue#NameString", |
| 6349 | + "traits": { |
| 6350 | + "smithy.api#required": {} |
| 6351 | + } |
| 6352 | + }, |
| 6353 | + "ContextWords": { |
| 6354 | + "target": "com.amazonaws.glue#ContextWords" |
| 6355 | + } |
| 6356 | + } |
| 6357 | + }, |
| 6358 | + "com.amazonaws.glue#CustomEntityTypeNames": { |
| 6359 | + "type": "list", |
| 6360 | + "member": { |
| 6361 | + "target": "com.amazonaws.glue#NameString" |
| 6362 | + }, |
| 6363 | + "traits": { |
| 6364 | + "smithy.api#length": { |
| 6365 | + "min": 1, |
| 6366 | + "max": 50 |
| 6367 | + } |
| 6368 | + } |
| 6369 | + }, |
| 6370 | + "com.amazonaws.glue#CustomEntityTypes": { |
| 6371 | + "type": "list", |
| 6372 | + "member": { |
| 6373 | + "target": "com.amazonaws.glue#CustomEntityType" |
| 6374 | + } |
| 6375 | + }, |
6209 | 6376 | "com.amazonaws.glue#CustomPatterns": { |
6210 | 6377 | "type": "string", |
6211 | 6378 | "traits": { |
|
6845 | 7012 | "type": "structure", |
6846 | 7013 | "members": {} |
6847 | 7014 | }, |
| 7015 | + "com.amazonaws.glue#DeleteCustomEntityType": { |
| 7016 | + "type": "operation", |
| 7017 | + "input": { |
| 7018 | + "target": "com.amazonaws.glue#DeleteCustomEntityTypeRequest" |
| 7019 | + }, |
| 7020 | + "output": { |
| 7021 | + "target": "com.amazonaws.glue#DeleteCustomEntityTypeResponse" |
| 7022 | + }, |
| 7023 | + "errors": [ |
| 7024 | + { |
| 7025 | + "target": "com.amazonaws.glue#AccessDeniedException" |
| 7026 | + }, |
| 7027 | + { |
| 7028 | + "target": "com.amazonaws.glue#EntityNotFoundException" |
| 7029 | + }, |
| 7030 | + { |
| 7031 | + "target": "com.amazonaws.glue#InternalServiceException" |
| 7032 | + }, |
| 7033 | + { |
| 7034 | + "target": "com.amazonaws.glue#InvalidInputException" |
| 7035 | + }, |
| 7036 | + { |
| 7037 | + "target": "com.amazonaws.glue#OperationTimeoutException" |
| 7038 | + } |
| 7039 | + ] |
| 7040 | + }, |
| 7041 | + "com.amazonaws.glue#DeleteCustomEntityTypeRequest": { |
| 7042 | + "type": "structure", |
| 7043 | + "members": { |
| 7044 | + "Name": { |
| 7045 | + "target": "com.amazonaws.glue#NameString", |
| 7046 | + "traits": { |
| 7047 | + "smithy.api#required": {} |
| 7048 | + } |
| 7049 | + } |
| 7050 | + } |
| 7051 | + }, |
| 7052 | + "com.amazonaws.glue#DeleteCustomEntityTypeResponse": { |
| 7053 | + "type": "structure", |
| 7054 | + "members": { |
| 7055 | + "Name": { |
| 7056 | + "target": "com.amazonaws.glue#NameString" |
| 7057 | + } |
| 7058 | + } |
| 7059 | + }, |
6848 | 7060 | "com.amazonaws.glue#DeleteDatabase": { |
6849 | 7061 | "type": "operation", |
6850 | 7062 | "input": { |
|
9341 | 9553 | } |
9342 | 9554 | } |
9343 | 9555 | }, |
| 9556 | + "com.amazonaws.glue#GetCustomEntityType": { |
| 9557 | + "type": "operation", |
| 9558 | + "input": { |
| 9559 | + "target": "com.amazonaws.glue#GetCustomEntityTypeRequest" |
| 9560 | + }, |
| 9561 | + "output": { |
| 9562 | + "target": "com.amazonaws.glue#GetCustomEntityTypeResponse" |
| 9563 | + }, |
| 9564 | + "errors": [ |
| 9565 | + { |
| 9566 | + "target": "com.amazonaws.glue#AccessDeniedException" |
| 9567 | + }, |
| 9568 | + { |
| 9569 | + "target": "com.amazonaws.glue#EntityNotFoundException" |
| 9570 | + }, |
| 9571 | + { |
| 9572 | + "target": "com.amazonaws.glue#InternalServiceException" |
| 9573 | + }, |
| 9574 | + { |
| 9575 | + "target": "com.amazonaws.glue#InvalidInputException" |
| 9576 | + }, |
| 9577 | + { |
| 9578 | + "target": "com.amazonaws.glue#OperationTimeoutException" |
| 9579 | + } |
| 9580 | + ] |
| 9581 | + }, |
| 9582 | + "com.amazonaws.glue#GetCustomEntityTypeRequest": { |
| 9583 | + "type": "structure", |
| 9584 | + "members": { |
| 9585 | + "Name": { |
| 9586 | + "target": "com.amazonaws.glue#NameString", |
| 9587 | + "traits": { |
| 9588 | + "smithy.api#required": {} |
| 9589 | + } |
| 9590 | + } |
| 9591 | + } |
| 9592 | + }, |
| 9593 | + "com.amazonaws.glue#GetCustomEntityTypeResponse": { |
| 9594 | + "type": "structure", |
| 9595 | + "members": { |
| 9596 | + "Name": { |
| 9597 | + "target": "com.amazonaws.glue#NameString" |
| 9598 | + }, |
| 9599 | + "RegexString": { |
| 9600 | + "target": "com.amazonaws.glue#NameString" |
| 9601 | + }, |
| 9602 | + "ContextWords": { |
| 9603 | + "target": "com.amazonaws.glue#ContextWords" |
| 9604 | + } |
| 9605 | + } |
| 9606 | + }, |
9344 | 9607 | "com.amazonaws.glue#GetDataCatalogEncryptionSettings": { |
9345 | 9608 | "type": "operation", |
9346 | 9609 | "input": { |
|
14209 | 14472 | } |
14210 | 14473 | } |
14211 | 14474 | }, |
| 14475 | + "com.amazonaws.glue#ListCustomEntityTypes": { |
| 14476 | + "type": "operation", |
| 14477 | + "input": { |
| 14478 | + "target": "com.amazonaws.glue#ListCustomEntityTypesRequest" |
| 14479 | + }, |
| 14480 | + "output": { |
| 14481 | + "target": "com.amazonaws.glue#ListCustomEntityTypesResponse" |
| 14482 | + }, |
| 14483 | + "errors": [ |
| 14484 | + { |
| 14485 | + "target": "com.amazonaws.glue#InternalServiceException" |
| 14486 | + }, |
| 14487 | + { |
| 14488 | + "target": "com.amazonaws.glue#InvalidInputException" |
| 14489 | + }, |
| 14490 | + { |
| 14491 | + "target": "com.amazonaws.glue#OperationTimeoutException" |
| 14492 | + } |
| 14493 | + ], |
| 14494 | + "traits": { |
| 14495 | + "smithy.api#paginated": { |
| 14496 | + "inputToken": "NextToken", |
| 14497 | + "outputToken": "NextToken", |
| 14498 | + "pageSize": "MaxResults" |
| 14499 | + } |
| 14500 | + } |
| 14501 | + }, |
| 14502 | + "com.amazonaws.glue#ListCustomEntityTypesRequest": { |
| 14503 | + "type": "structure", |
| 14504 | + "members": { |
| 14505 | + "NextToken": { |
| 14506 | + "target": "com.amazonaws.glue#PaginationToken" |
| 14507 | + }, |
| 14508 | + "MaxResults": { |
| 14509 | + "target": "com.amazonaws.glue#PageSize" |
| 14510 | + } |
| 14511 | + } |
| 14512 | + }, |
| 14513 | + "com.amazonaws.glue#ListCustomEntityTypesResponse": { |
| 14514 | + "type": "structure", |
| 14515 | + "members": { |
| 14516 | + "CustomEntityTypes": { |
| 14517 | + "target": "com.amazonaws.glue#CustomEntityTypes" |
| 14518 | + }, |
| 14519 | + "NextToken": { |
| 14520 | + "target": "com.amazonaws.glue#PaginationToken" |
| 14521 | + } |
| 14522 | + } |
| 14523 | + }, |
14212 | 14524 | "com.amazonaws.glue#ListDevEndpoints": { |
14213 | 14525 | "type": "operation", |
14214 | 14526 | "input": { |
|
0 commit comments