|
124 | 124 | ],
|
125 | 125 | "documentation":"<p>Returns a list of resource metadata for a given list of crawler names. After calling the <code>ListCrawlers</code> operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.</p>"
|
126 | 126 | },
|
| 127 | + "BatchGetCustomEntityTypes":{ |
| 128 | + "name":"BatchGetCustomEntityTypes", |
| 129 | + "http":{ |
| 130 | + "method":"POST", |
| 131 | + "requestUri":"/" |
| 132 | + }, |
| 133 | + "input":{"shape":"BatchGetCustomEntityTypesRequest"}, |
| 134 | + "output":{"shape":"BatchGetCustomEntityTypesResponse"}, |
| 135 | + "errors":[ |
| 136 | + {"shape":"InvalidInputException"}, |
| 137 | + {"shape":"InternalServiceException"}, |
| 138 | + {"shape":"OperationTimeoutException"} |
| 139 | + ] |
| 140 | + }, |
127 | 141 | "BatchGetDevEndpoints":{
|
128 | 142 | "name":"BatchGetDevEndpoints",
|
129 | 143 | "http":{
|
|
349 | 363 | ],
|
350 | 364 | "documentation":"<p>Creates a new crawler with specified targets, role, configuration, and optional schedule. At least one crawl target must be specified, in the <code>s3Targets</code> field, the <code>jdbcTargets</code> field, or the <code>DynamoDBTargets</code> field.</p>"
|
351 | 365 | },
|
| 366 | + "CreateCustomEntityType":{ |
| 367 | + "name":"CreateCustomEntityType", |
| 368 | + "http":{ |
| 369 | + "method":"POST", |
| 370 | + "requestUri":"/" |
| 371 | + }, |
| 372 | + "input":{"shape":"CreateCustomEntityTypeRequest"}, |
| 373 | + "output":{"shape":"CreateCustomEntityTypeResponse"}, |
| 374 | + "errors":[ |
| 375 | + {"shape":"AccessDeniedException"}, |
| 376 | + {"shape":"AlreadyExistsException"}, |
| 377 | + {"shape":"IdempotentParameterMismatchException"}, |
| 378 | + {"shape":"InternalServiceException"}, |
| 379 | + {"shape":"InvalidInputException"}, |
| 380 | + {"shape":"OperationTimeoutException"}, |
| 381 | + {"shape":"ResourceNumberLimitExceededException"} |
| 382 | + ] |
| 383 | + }, |
352 | 384 | "CreateDatabase":{
|
353 | 385 | "name":"CreateDatabase",
|
354 | 386 | "http":{
|
|
724 | 756 | ],
|
725 | 757 | "documentation":"<p>Removes a specified crawler from the Glue Data Catalog, unless the crawler state is <code>RUNNING</code>.</p>"
|
726 | 758 | },
|
| 759 | + "DeleteCustomEntityType":{ |
| 760 | + "name":"DeleteCustomEntityType", |
| 761 | + "http":{ |
| 762 | + "method":"POST", |
| 763 | + "requestUri":"/" |
| 764 | + }, |
| 765 | + "input":{"shape":"DeleteCustomEntityTypeRequest"}, |
| 766 | + "output":{"shape":"DeleteCustomEntityTypeResponse"}, |
| 767 | + "errors":[ |
| 768 | + {"shape":"EntityNotFoundException"}, |
| 769 | + {"shape":"AccessDeniedException"}, |
| 770 | + {"shape":"InternalServiceException"}, |
| 771 | + {"shape":"InvalidInputException"}, |
| 772 | + {"shape":"OperationTimeoutException"} |
| 773 | + ] |
| 774 | + }, |
727 | 775 | "DeleteDatabase":{
|
728 | 776 | "name":"DeleteDatabase",
|
729 | 777 | "http":{
|
|
1197 | 1245 | ],
|
1198 | 1246 | "documentation":"<p>Retrieves metadata for all crawlers defined in the customer account.</p>"
|
1199 | 1247 | },
|
| 1248 | + "GetCustomEntityType":{ |
| 1249 | + "name":"GetCustomEntityType", |
| 1250 | + "http":{ |
| 1251 | + "method":"POST", |
| 1252 | + "requestUri":"/" |
| 1253 | + }, |
| 1254 | + "input":{"shape":"GetCustomEntityTypeRequest"}, |
| 1255 | + "output":{"shape":"GetCustomEntityTypeResponse"}, |
| 1256 | + "errors":[ |
| 1257 | + {"shape":"EntityNotFoundException"}, |
| 1258 | + {"shape":"AccessDeniedException"}, |
| 1259 | + {"shape":"InternalServiceException"}, |
| 1260 | + {"shape":"InvalidInputException"}, |
| 1261 | + {"shape":"OperationTimeoutException"} |
| 1262 | + ] |
| 1263 | + }, |
1200 | 1264 | "GetDataCatalogEncryptionSettings":{
|
1201 | 1265 | "name":"GetDataCatalogEncryptionSettings",
|
1202 | 1266 | "http":{
|
|
2008 | 2072 | ],
|
2009 | 2073 | "documentation":"<p>Retrieves the names of all crawler resources in this Amazon Web Services account, or the resources with the specified tag. This operation allows you to see which resources are available in your account, and their names.</p> <p>This operation takes the optional <code>Tags</code> field, which you can use as a filter on the response so that tagged resources can be retrieved as a group. If you choose to use tags filtering, only resources with the tag are retrieved.</p>"
|
2010 | 2074 | },
|
| 2075 | + "ListCustomEntityTypes":{ |
| 2076 | + "name":"ListCustomEntityTypes", |
| 2077 | + "http":{ |
| 2078 | + "method":"POST", |
| 2079 | + "requestUri":"/" |
| 2080 | + }, |
| 2081 | + "input":{"shape":"ListCustomEntityTypesRequest"}, |
| 2082 | + "output":{"shape":"ListCustomEntityTypesResponse"}, |
| 2083 | + "errors":[ |
| 2084 | + {"shape":"InvalidInputException"}, |
| 2085 | + {"shape":"OperationTimeoutException"}, |
| 2086 | + {"shape":"InternalServiceException"} |
| 2087 | + ] |
| 2088 | + }, |
2011 | 2089 | "ListDevEndpoints":{
|
2012 | 2090 | "name":"ListDevEndpoints",
|
2013 | 2091 | "http":{
|
|
3323 | 3401 | }
|
3324 | 3402 | }
|
3325 | 3403 | },
|
| 3404 | + "BatchGetCustomEntityTypesRequest":{ |
| 3405 | + "type":"structure", |
| 3406 | + "required":["Names"], |
| 3407 | + "members":{ |
| 3408 | + "Names":{"shape":"CustomEntityTypeNames"} |
| 3409 | + } |
| 3410 | + }, |
| 3411 | + "BatchGetCustomEntityTypesResponse":{ |
| 3412 | + "type":"structure", |
| 3413 | + "members":{ |
| 3414 | + "CustomEntityTypes":{"shape":"CustomEntityTypes"}, |
| 3415 | + "CustomEntityTypesNotFound":{"shape":"CustomEntityTypeNames"} |
| 3416 | + } |
| 3417 | + }, |
3326 | 3418 | "BatchGetDevEndpointsRequest":{
|
3327 | 3419 | "type":"structure",
|
3328 | 3420 | "required":["DevEndpointNames"],
|
|
4628 | 4720 | },
|
4629 | 4721 | "documentation":"<p>Specifies the connections used by a job.</p>"
|
4630 | 4722 | },
|
| 4723 | + "ContextWords":{ |
| 4724 | + "type":"list", |
| 4725 | + "member":{"shape":"NameString"}, |
| 4726 | + "max":20, |
| 4727 | + "min":1 |
| 4728 | + }, |
4631 | 4729 | "Crawl":{
|
4632 | 4730 | "type":"structure",
|
4633 | 4731 | "members":{
|
|
5091 | 5189 | },
|
5092 | 5190 | "documentation":"<p>Specifies a custom CSV classifier for <code>CreateClassifier</code> to create.</p>"
|
5093 | 5191 | },
|
| 5192 | + "CreateCustomEntityTypeRequest":{ |
| 5193 | + "type":"structure", |
| 5194 | + "required":[ |
| 5195 | + "Name", |
| 5196 | + "RegexString" |
| 5197 | + ], |
| 5198 | + "members":{ |
| 5199 | + "Name":{"shape":"NameString"}, |
| 5200 | + "RegexString":{"shape":"NameString"}, |
| 5201 | + "ContextWords":{"shape":"ContextWords"} |
| 5202 | + } |
| 5203 | + }, |
| 5204 | + "CreateCustomEntityTypeResponse":{ |
| 5205 | + "type":"structure", |
| 5206 | + "members":{ |
| 5207 | + "Name":{"shape":"NameString"} |
| 5208 | + } |
| 5209 | + }, |
5094 | 5210 | "CreateDatabaseRequest":{
|
5095 | 5211 | "type":"structure",
|
5096 | 5212 | "required":["DatabaseInput"],
|
|
6062 | 6178 | "min":1,
|
6063 | 6179 | "pattern":"[^\\r\\n]"
|
6064 | 6180 | },
|
| 6181 | + "CustomEntityType":{ |
| 6182 | + "type":"structure", |
| 6183 | + "required":[ |
| 6184 | + "Name", |
| 6185 | + "RegexString" |
| 6186 | + ], |
| 6187 | + "members":{ |
| 6188 | + "Name":{"shape":"NameString"}, |
| 6189 | + "RegexString":{"shape":"NameString"}, |
| 6190 | + "ContextWords":{"shape":"ContextWords"} |
| 6191 | + } |
| 6192 | + }, |
| 6193 | + "CustomEntityTypeNames":{ |
| 6194 | + "type":"list", |
| 6195 | + "member":{"shape":"NameString"}, |
| 6196 | + "max":50, |
| 6197 | + "min":1 |
| 6198 | + }, |
| 6199 | + "CustomEntityTypes":{ |
| 6200 | + "type":"list", |
| 6201 | + "member":{"shape":"CustomEntityType"} |
| 6202 | + }, |
6065 | 6203 | "CustomPatterns":{
|
6066 | 6204 | "type":"string",
|
6067 | 6205 | "max":16000,
|
|
6421 | 6559 | "members":{
|
6422 | 6560 | }
|
6423 | 6561 | },
|
| 6562 | + "DeleteCustomEntityTypeRequest":{ |
| 6563 | + "type":"structure", |
| 6564 | + "required":["Name"], |
| 6565 | + "members":{ |
| 6566 | + "Name":{"shape":"NameString"} |
| 6567 | + } |
| 6568 | + }, |
| 6569 | + "DeleteCustomEntityTypeResponse":{ |
| 6570 | + "type":"structure", |
| 6571 | + "members":{ |
| 6572 | + "Name":{"shape":"NameString"} |
| 6573 | + } |
| 6574 | + }, |
6424 | 6575 | "DeleteDatabaseRequest":{
|
6425 | 6576 | "type":"structure",
|
6426 | 6577 | "required":["Name"],
|
|
7688 | 7839 | }
|
7689 | 7840 | }
|
7690 | 7841 | },
|
| 7842 | + "GetCustomEntityTypeRequest":{ |
| 7843 | + "type":"structure", |
| 7844 | + "required":["Name"], |
| 7845 | + "members":{ |
| 7846 | + "Name":{"shape":"NameString"} |
| 7847 | + } |
| 7848 | + }, |
| 7849 | + "GetCustomEntityTypeResponse":{ |
| 7850 | + "type":"structure", |
| 7851 | + "members":{ |
| 7852 | + "Name":{"shape":"NameString"}, |
| 7853 | + "RegexString":{"shape":"NameString"}, |
| 7854 | + "ContextWords":{"shape":"ContextWords"} |
| 7855 | + } |
| 7856 | + }, |
7691 | 7857 | "GetDataCatalogEncryptionSettingsRequest":{
|
7692 | 7858 | "type":"structure",
|
7693 | 7859 | "members":{
|
|
10150 | 10316 | }
|
10151 | 10317 | }
|
10152 | 10318 | },
|
| 10319 | + "ListCustomEntityTypesRequest":{ |
| 10320 | + "type":"structure", |
| 10321 | + "members":{ |
| 10322 | + "NextToken":{"shape":"PaginationToken"}, |
| 10323 | + "MaxResults":{"shape":"PageSize"} |
| 10324 | + } |
| 10325 | + }, |
| 10326 | + "ListCustomEntityTypesResponse":{ |
| 10327 | + "type":"structure", |
| 10328 | + "members":{ |
| 10329 | + "CustomEntityTypes":{"shape":"CustomEntityTypes"}, |
| 10330 | + "NextToken":{"shape":"PaginationToken"} |
| 10331 | + } |
| 10332 | + }, |
10153 | 10333 | "ListDevEndpointsRequest":{
|
10154 | 10334 | "type":"structure",
|
10155 | 10335 | "members":{
|
|
0 commit comments