|
117 | 117 | {"shape":"OperationTimeoutException"}
|
118 | 118 | ]
|
119 | 119 | },
|
| 120 | + "BatchGetCustomEntityTypes":{ |
| 121 | + "name":"BatchGetCustomEntityTypes", |
| 122 | + "http":{ |
| 123 | + "method":"POST", |
| 124 | + "requestUri":"/" |
| 125 | + }, |
| 126 | + "input":{"shape":"BatchGetCustomEntityTypesRequest"}, |
| 127 | + "output":{"shape":"BatchGetCustomEntityTypesResponse"}, |
| 128 | + "errors":[ |
| 129 | + {"shape":"InvalidInputException"}, |
| 130 | + {"shape":"InternalServiceException"}, |
| 131 | + {"shape":"OperationTimeoutException"} |
| 132 | + ] |
| 133 | + }, |
120 | 134 | "BatchGetDevEndpoints":{
|
121 | 135 | "name":"BatchGetDevEndpoints",
|
122 | 136 | "http":{
|
|
328 | 342 | {"shape":"ResourceNumberLimitExceededException"}
|
329 | 343 | ]
|
330 | 344 | },
|
| 345 | + "CreateCustomEntityType":{ |
| 346 | + "name":"CreateCustomEntityType", |
| 347 | + "http":{ |
| 348 | + "method":"POST", |
| 349 | + "requestUri":"/" |
| 350 | + }, |
| 351 | + "input":{"shape":"CreateCustomEntityTypeRequest"}, |
| 352 | + "output":{"shape":"CreateCustomEntityTypeResponse"}, |
| 353 | + "errors":[ |
| 354 | + {"shape":"AccessDeniedException"}, |
| 355 | + {"shape":"AlreadyExistsException"}, |
| 356 | + {"shape":"IdempotentParameterMismatchException"}, |
| 357 | + {"shape":"InternalServiceException"}, |
| 358 | + {"shape":"InvalidInputException"}, |
| 359 | + {"shape":"OperationTimeoutException"}, |
| 360 | + {"shape":"ResourceNumberLimitExceededException"} |
| 361 | + ] |
| 362 | + }, |
331 | 363 | "CreateDatabase":{
|
332 | 364 | "name":"CreateDatabase",
|
333 | 365 | "http":{
|
|
682 | 714 | {"shape":"OperationTimeoutException"}
|
683 | 715 | ]
|
684 | 716 | },
|
| 717 | + "DeleteCustomEntityType":{ |
| 718 | + "name":"DeleteCustomEntityType", |
| 719 | + "http":{ |
| 720 | + "method":"POST", |
| 721 | + "requestUri":"/" |
| 722 | + }, |
| 723 | + "input":{"shape":"DeleteCustomEntityTypeRequest"}, |
| 724 | + "output":{"shape":"DeleteCustomEntityTypeResponse"}, |
| 725 | + "errors":[ |
| 726 | + {"shape":"EntityNotFoundException"}, |
| 727 | + {"shape":"AccessDeniedException"}, |
| 728 | + {"shape":"InternalServiceException"}, |
| 729 | + {"shape":"InvalidInputException"}, |
| 730 | + {"shape":"OperationTimeoutException"} |
| 731 | + ] |
| 732 | + }, |
685 | 733 | "DeleteDatabase":{
|
686 | 734 | "name":"DeleteDatabase",
|
687 | 735 | "http":{
|
|
1125 | 1173 | {"shape":"OperationTimeoutException"}
|
1126 | 1174 | ]
|
1127 | 1175 | },
|
| 1176 | + "GetCustomEntityType":{ |
| 1177 | + "name":"GetCustomEntityType", |
| 1178 | + "http":{ |
| 1179 | + "method":"POST", |
| 1180 | + "requestUri":"/" |
| 1181 | + }, |
| 1182 | + "input":{"shape":"GetCustomEntityTypeRequest"}, |
| 1183 | + "output":{"shape":"GetCustomEntityTypeResponse"}, |
| 1184 | + "errors":[ |
| 1185 | + {"shape":"EntityNotFoundException"}, |
| 1186 | + {"shape":"AccessDeniedException"}, |
| 1187 | + {"shape":"InternalServiceException"}, |
| 1188 | + {"shape":"InvalidInputException"}, |
| 1189 | + {"shape":"OperationTimeoutException"} |
| 1190 | + ] |
| 1191 | + }, |
1128 | 1192 | "GetDataCatalogEncryptionSettings":{
|
1129 | 1193 | "name":"GetDataCatalogEncryptionSettings",
|
1130 | 1194 | "http":{
|
|
1889 | 1953 | {"shape":"OperationTimeoutException"}
|
1890 | 1954 | ]
|
1891 | 1955 | },
|
| 1956 | + "ListCustomEntityTypes":{ |
| 1957 | + "name":"ListCustomEntityTypes", |
| 1958 | + "http":{ |
| 1959 | + "method":"POST", |
| 1960 | + "requestUri":"/" |
| 1961 | + }, |
| 1962 | + "input":{"shape":"ListCustomEntityTypesRequest"}, |
| 1963 | + "output":{"shape":"ListCustomEntityTypesResponse"}, |
| 1964 | + "errors":[ |
| 1965 | + {"shape":"InvalidInputException"}, |
| 1966 | + {"shape":"OperationTimeoutException"}, |
| 1967 | + {"shape":"InternalServiceException"} |
| 1968 | + ] |
| 1969 | + }, |
1892 | 1970 | "ListDevEndpoints":{
|
1893 | 1971 | "name":"ListDevEndpoints",
|
1894 | 1972 | "http":{
|
|
3008 | 3086 | "CrawlersNotFound":{"shape":"CrawlerNameList"}
|
3009 | 3087 | }
|
3010 | 3088 | },
|
| 3089 | + "BatchGetCustomEntityTypesRequest":{ |
| 3090 | + "type":"structure", |
| 3091 | + "required":["Names"], |
| 3092 | + "members":{ |
| 3093 | + "Names":{"shape":"CustomEntityTypeNames"} |
| 3094 | + } |
| 3095 | + }, |
| 3096 | + "BatchGetCustomEntityTypesResponse":{ |
| 3097 | + "type":"structure", |
| 3098 | + "members":{ |
| 3099 | + "CustomEntityTypes":{"shape":"CustomEntityTypes"}, |
| 3100 | + "CustomEntityTypesNotFound":{"shape":"CustomEntityTypeNames"} |
| 3101 | + } |
| 3102 | + }, |
3011 | 3103 | "BatchGetDevEndpointsRequest":{
|
3012 | 3104 | "type":"structure",
|
3013 | 3105 | "required":["DevEndpointNames"],
|
|
3818 | 3910 | "Connections":{"shape":"OrchestrationStringList"}
|
3819 | 3911 | }
|
3820 | 3912 | },
|
| 3913 | + "ContextWords":{ |
| 3914 | + "type":"list", |
| 3915 | + "member":{"shape":"NameString"}, |
| 3916 | + "max":20, |
| 3917 | + "min":1 |
| 3918 | + }, |
3821 | 3919 | "Crawl":{
|
3822 | 3920 | "type":"structure",
|
3823 | 3921 | "members":{
|
|
4044 | 4142 | "AllowSingleColumn":{"shape":"NullableBoolean"}
|
4045 | 4143 | }
|
4046 | 4144 | },
|
| 4145 | + "CreateCustomEntityTypeRequest":{ |
| 4146 | + "type":"structure", |
| 4147 | + "required":[ |
| 4148 | + "Name", |
| 4149 | + "RegexString" |
| 4150 | + ], |
| 4151 | + "members":{ |
| 4152 | + "Name":{"shape":"NameString"}, |
| 4153 | + "RegexString":{"shape":"NameString"}, |
| 4154 | + "ContextWords":{"shape":"ContextWords"} |
| 4155 | + } |
| 4156 | + }, |
| 4157 | + "CreateCustomEntityTypeResponse":{ |
| 4158 | + "type":"structure", |
| 4159 | + "members":{ |
| 4160 | + "Name":{"shape":"NameString"} |
| 4161 | + } |
| 4162 | + }, |
4047 | 4163 | "CreateDatabaseRequest":{
|
4048 | 4164 | "type":"structure",
|
4049 | 4165 | "required":["DatabaseInput"],
|
|
4487 | 4603 | "min":1,
|
4488 | 4604 | "pattern":"[^\\r\\n]"
|
4489 | 4605 | },
|
| 4606 | + "CustomEntityType":{ |
| 4607 | + "type":"structure", |
| 4608 | + "required":[ |
| 4609 | + "Name", |
| 4610 | + "RegexString" |
| 4611 | + ], |
| 4612 | + "members":{ |
| 4613 | + "Name":{"shape":"NameString"}, |
| 4614 | + "RegexString":{"shape":"NameString"}, |
| 4615 | + "ContextWords":{"shape":"ContextWords"} |
| 4616 | + } |
| 4617 | + }, |
| 4618 | + "CustomEntityTypeNames":{ |
| 4619 | + "type":"list", |
| 4620 | + "member":{"shape":"NameString"}, |
| 4621 | + "max":50, |
| 4622 | + "min":1 |
| 4623 | + }, |
| 4624 | + "CustomEntityTypes":{ |
| 4625 | + "type":"list", |
| 4626 | + "member":{"shape":"CustomEntityType"} |
| 4627 | + }, |
4490 | 4628 | "CustomPatterns":{
|
4491 | 4629 | "type":"string",
|
4492 | 4630 | "max":16000,
|
|
4706 | 4844 | "members":{
|
4707 | 4845 | }
|
4708 | 4846 | },
|
| 4847 | + "DeleteCustomEntityTypeRequest":{ |
| 4848 | + "type":"structure", |
| 4849 | + "required":["Name"], |
| 4850 | + "members":{ |
| 4851 | + "Name":{"shape":"NameString"} |
| 4852 | + } |
| 4853 | + }, |
| 4854 | + "DeleteCustomEntityTypeResponse":{ |
| 4855 | + "type":"structure", |
| 4856 | + "members":{ |
| 4857 | + "Name":{"shape":"NameString"} |
| 4858 | + } |
| 4859 | + }, |
4709 | 4860 | "DeleteDatabaseRequest":{
|
4710 | 4861 | "type":"structure",
|
4711 | 4862 | "required":["Name"],
|
|
5438 | 5589 | "NextToken":{"shape":"Token"}
|
5439 | 5590 | }
|
5440 | 5591 | },
|
| 5592 | + "GetCustomEntityTypeRequest":{ |
| 5593 | + "type":"structure", |
| 5594 | + "required":["Name"], |
| 5595 | + "members":{ |
| 5596 | + "Name":{"shape":"NameString"} |
| 5597 | + } |
| 5598 | + }, |
| 5599 | + "GetCustomEntityTypeResponse":{ |
| 5600 | + "type":"structure", |
| 5601 | + "members":{ |
| 5602 | + "Name":{"shape":"NameString"}, |
| 5603 | + "RegexString":{"shape":"NameString"}, |
| 5604 | + "ContextWords":{"shape":"ContextWords"} |
| 5605 | + } |
| 5606 | + }, |
5441 | 5607 | "GetDataCatalogEncryptionSettingsRequest":{
|
5442 | 5608 | "type":"structure",
|
5443 | 5609 | "members":{
|
|
6750 | 6916 | "NextToken":{"shape":"Token"}
|
6751 | 6917 | }
|
6752 | 6918 | },
|
| 6919 | + "ListCustomEntityTypesRequest":{ |
| 6920 | + "type":"structure", |
| 6921 | + "members":{ |
| 6922 | + "NextToken":{"shape":"PaginationToken"}, |
| 6923 | + "MaxResults":{"shape":"PageSize"} |
| 6924 | + } |
| 6925 | + }, |
| 6926 | + "ListCustomEntityTypesResponse":{ |
| 6927 | + "type":"structure", |
| 6928 | + "members":{ |
| 6929 | + "CustomEntityTypes":{"shape":"CustomEntityTypes"}, |
| 6930 | + "NextToken":{"shape":"PaginationToken"} |
| 6931 | + } |
| 6932 | + }, |
6753 | 6933 | "ListDevEndpointsRequest":{
|
6754 | 6934 | "type":"structure",
|
6755 | 6935 | "members":{
|
|
0 commit comments