|
106 | 106 | {"shape":"TooManyRequestsException"}, |
107 | 107 | {"shape":"ResourceLimitExceededException"}, |
108 | 108 | {"shape":"UnsupportedLanguageException"}, |
| 109 | + {"shape":"KmsKeyValidationException"}, |
109 | 110 | {"shape":"InternalServerException"} |
110 | 111 | ] |
111 | 112 | }, |
|
123 | 124 | {"shape":"TooManyRequestsException"}, |
124 | 125 | {"shape":"ResourceLimitExceededException"}, |
125 | 126 | {"shape":"UnsupportedLanguageException"}, |
| 127 | + {"shape":"KmsKeyValidationException"}, |
126 | 128 | {"shape":"InternalServerException"} |
127 | 129 | ] |
128 | 130 | }, |
|
487 | 489 | {"shape":"TooManyRequestsException"}, |
488 | 490 | {"shape":"ResourceNotFoundException"}, |
489 | 491 | {"shape":"ResourceUnavailableException"}, |
| 492 | + {"shape":"KmsKeyValidationException"}, |
490 | 493 | {"shape":"InternalServerException"} |
491 | 494 | ] |
492 | 495 | }, |
|
501 | 504 | "errors":[ |
502 | 505 | {"shape":"InvalidRequestException"}, |
503 | 506 | {"shape":"TooManyRequestsException"}, |
| 507 | + {"shape":"KmsKeyValidationException"}, |
504 | 508 | {"shape":"InternalServerException"} |
505 | 509 | ] |
506 | 510 | }, |
|
517 | 521 | {"shape":"TooManyRequestsException"}, |
518 | 522 | {"shape":"ResourceNotFoundException"}, |
519 | 523 | {"shape":"ResourceUnavailableException"}, |
| 524 | + {"shape":"KmsKeyValidationException"}, |
520 | 525 | {"shape":"InternalServerException"} |
521 | 526 | ] |
522 | 527 | }, |
|
531 | 536 | "errors":[ |
532 | 537 | {"shape":"InvalidRequestException"}, |
533 | 538 | {"shape":"TooManyRequestsException"}, |
| 539 | + {"shape":"KmsKeyValidationException"}, |
534 | 540 | {"shape":"InternalServerException"} |
535 | 541 | ] |
536 | 542 | }, |
|
545 | 551 | "errors":[ |
546 | 552 | {"shape":"InvalidRequestException"}, |
547 | 553 | {"shape":"TooManyRequestsException"}, |
| 554 | + {"shape":"KmsKeyValidationException"}, |
548 | 555 | {"shape":"InternalServerException"} |
549 | 556 | ] |
550 | 557 | }, |
|
559 | 566 | "errors":[ |
560 | 567 | {"shape":"InvalidRequestException"}, |
561 | 568 | {"shape":"TooManyRequestsException"}, |
| 569 | + {"shape":"KmsKeyValidationException"}, |
562 | 570 | {"shape":"InternalServerException"} |
563 | 571 | ] |
564 | 572 | }, |
|
857 | 865 | "shape":"ClientRequestTokenString", |
858 | 866 | "idempotencyToken":true |
859 | 867 | }, |
860 | | - "LanguageCode":{"shape":"LanguageCode"} |
| 868 | + "LanguageCode":{"shape":"LanguageCode"}, |
| 869 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
861 | 870 | } |
862 | 871 | }, |
863 | 872 | "CreateDocumentClassifierResponse":{ |
|
882 | 891 | "shape":"ClientRequestTokenString", |
883 | 892 | "idempotencyToken":true |
884 | 893 | }, |
885 | | - "LanguageCode":{"shape":"LanguageCode"} |
| 894 | + "LanguageCode":{"shape":"LanguageCode"}, |
| 895 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
886 | 896 | } |
887 | 897 | }, |
888 | 898 | "CreateEntityRecognizerResponse":{ |
|
1122 | 1132 | "DocumentClassifierArn":{"shape":"DocumentClassifierArn"}, |
1123 | 1133 | "InputDataConfig":{"shape":"InputDataConfig"}, |
1124 | 1134 | "OutputDataConfig":{"shape":"OutputDataConfig"}, |
1125 | | - "DataAccessRoleArn":{"shape":"IamRoleArn"} |
| 1135 | + "DataAccessRoleArn":{"shape":"IamRoleArn"}, |
| 1136 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
1126 | 1137 | } |
1127 | 1138 | }, |
1128 | 1139 | "DocumentClassificationJobPropertiesList":{ |
|
1132 | 1143 | "DocumentClassifierArn":{ |
1133 | 1144 | "type":"string", |
1134 | 1145 | "max":256, |
1135 | | - "pattern":"arn:aws:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*" |
| 1146 | + "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*" |
1136 | 1147 | }, |
1137 | 1148 | "DocumentClassifierFilter":{ |
1138 | 1149 | "type":"structure", |
|
1162 | 1173 | "TrainingEndTime":{"shape":"Timestamp"}, |
1163 | 1174 | "InputDataConfig":{"shape":"DocumentClassifierInputDataConfig"}, |
1164 | 1175 | "ClassifierMetadata":{"shape":"ClassifierMetadata"}, |
1165 | | - "DataAccessRoleArn":{"shape":"IamRoleArn"} |
| 1176 | + "DataAccessRoleArn":{"shape":"IamRoleArn"}, |
| 1177 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
1166 | 1178 | } |
1167 | 1179 | }, |
1168 | 1180 | "DocumentClassifierPropertiesList":{ |
|
1196 | 1208 | "EndTime":{"shape":"Timestamp"}, |
1197 | 1209 | "InputDataConfig":{"shape":"InputDataConfig"}, |
1198 | 1210 | "OutputDataConfig":{"shape":"OutputDataConfig"}, |
1199 | | - "DataAccessRoleArn":{"shape":"IamRoleArn"} |
| 1211 | + "DataAccessRoleArn":{"shape":"IamRoleArn"}, |
| 1212 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
1200 | 1213 | } |
1201 | 1214 | }, |
1202 | 1215 | "DominantLanguageDetectionJobPropertiesList":{ |
|
1226 | 1239 | "InputDataConfig":{"shape":"InputDataConfig"}, |
1227 | 1240 | "OutputDataConfig":{"shape":"OutputDataConfig"}, |
1228 | 1241 | "LanguageCode":{"shape":"LanguageCode"}, |
1229 | | - "DataAccessRoleArn":{"shape":"IamRoleArn"} |
| 1242 | + "DataAccessRoleArn":{"shape":"IamRoleArn"}, |
| 1243 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
1230 | 1244 | } |
1231 | 1245 | }, |
1232 | 1246 | "EntitiesDetectionJobPropertiesList":{ |
|
1253 | 1267 | "EntityRecognizerArn":{ |
1254 | 1268 | "type":"string", |
1255 | 1269 | "max":256, |
1256 | | - "pattern":"arn:aws:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer/[a-zA-Z0-9](-*[a-zA-Z0-9])*" |
| 1270 | + "pattern":"arn:aws(-[^:]+)?:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:entity-recognizer/[a-zA-Z0-9](-*[a-zA-Z0-9])*" |
1257 | 1271 | }, |
1258 | 1272 | "EntityRecognizerDocuments":{ |
1259 | 1273 | "type":"structure", |
|
1330 | 1344 | "TrainingEndTime":{"shape":"Timestamp"}, |
1331 | 1345 | "InputDataConfig":{"shape":"EntityRecognizerInputDataConfig"}, |
1332 | 1346 | "RecognizerMetadata":{"shape":"EntityRecognizerMetadata"}, |
1333 | | - "DataAccessRoleArn":{"shape":"IamRoleArn"} |
| 1347 | + "DataAccessRoleArn":{"shape":"IamRoleArn"}, |
| 1348 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
1334 | 1349 | } |
1335 | 1350 | }, |
1336 | 1351 | "EntityRecognizerPropertiesList":{ |
|
1472 | 1487 | "InputDataConfig":{"shape":"InputDataConfig"}, |
1473 | 1488 | "OutputDataConfig":{"shape":"OutputDataConfig"}, |
1474 | 1489 | "LanguageCode":{"shape":"LanguageCode"}, |
1475 | | - "DataAccessRoleArn":{"shape":"IamRoleArn"} |
| 1490 | + "DataAccessRoleArn":{"shape":"IamRoleArn"}, |
| 1491 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
1476 | 1492 | } |
1477 | 1493 | }, |
1478 | 1494 | "KeyPhrasesDetectionJobPropertiesList":{ |
1479 | 1495 | "type":"list", |
1480 | 1496 | "member":{"shape":"KeyPhrasesDetectionJobProperties"} |
1481 | 1497 | }, |
| 1498 | + "KmsKeyId":{ |
| 1499 | + "type":"string", |
| 1500 | + "max":2048 |
| 1501 | + }, |
| 1502 | + "KmsKeyValidationException":{ |
| 1503 | + "type":"structure", |
| 1504 | + "members":{ |
| 1505 | + "Message":{"shape":"String"} |
| 1506 | + }, |
| 1507 | + "exception":true |
| 1508 | + }, |
1482 | 1509 | "LanguageCode":{ |
1483 | 1510 | "type":"string", |
1484 | 1511 | "enum":[ |
|
1672 | 1699 | "type":"structure", |
1673 | 1700 | "required":["S3Uri"], |
1674 | 1701 | "members":{ |
1675 | | - "S3Uri":{"shape":"S3Uri"} |
| 1702 | + "S3Uri":{"shape":"S3Uri"}, |
| 1703 | + "KmsKeyId":{"shape":"KmsKeyId"} |
1676 | 1704 | } |
1677 | 1705 | }, |
1678 | 1706 | "PartOfSpeechTag":{ |
|
1759 | 1787 | "InputDataConfig":{"shape":"InputDataConfig"}, |
1760 | 1788 | "OutputDataConfig":{"shape":"OutputDataConfig"}, |
1761 | 1789 | "LanguageCode":{"shape":"LanguageCode"}, |
1762 | | - "DataAccessRoleArn":{"shape":"IamRoleArn"} |
| 1790 | + "DataAccessRoleArn":{"shape":"IamRoleArn"}, |
| 1791 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
1763 | 1792 | } |
1764 | 1793 | }, |
1765 | 1794 | "SentimentDetectionJobPropertiesList":{ |
|
1801 | 1830 | "ClientRequestToken":{ |
1802 | 1831 | "shape":"ClientRequestTokenString", |
1803 | 1832 | "idempotencyToken":true |
1804 | | - } |
| 1833 | + }, |
| 1834 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
1805 | 1835 | } |
1806 | 1836 | }, |
1807 | 1837 | "StartDocumentClassificationJobResponse":{ |
|
1826 | 1856 | "ClientRequestToken":{ |
1827 | 1857 | "shape":"ClientRequestTokenString", |
1828 | 1858 | "idempotencyToken":true |
1829 | | - } |
| 1859 | + }, |
| 1860 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
1830 | 1861 | } |
1831 | 1862 | }, |
1832 | 1863 | "StartDominantLanguageDetectionJobResponse":{ |
|
1854 | 1885 | "ClientRequestToken":{ |
1855 | 1886 | "shape":"ClientRequestTokenString", |
1856 | 1887 | "idempotencyToken":true |
1857 | | - } |
| 1888 | + }, |
| 1889 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
1858 | 1890 | } |
1859 | 1891 | }, |
1860 | 1892 | "StartEntitiesDetectionJobResponse":{ |
|
1881 | 1913 | "ClientRequestToken":{ |
1882 | 1914 | "shape":"ClientRequestTokenString", |
1883 | 1915 | "idempotencyToken":true |
1884 | | - } |
| 1916 | + }, |
| 1917 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
1885 | 1918 | } |
1886 | 1919 | }, |
1887 | 1920 | "StartKeyPhrasesDetectionJobResponse":{ |
|
1908 | 1941 | "ClientRequestToken":{ |
1909 | 1942 | "shape":"ClientRequestTokenString", |
1910 | 1943 | "idempotencyToken":true |
1911 | | - } |
| 1944 | + }, |
| 1945 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
1912 | 1946 | } |
1913 | 1947 | }, |
1914 | 1948 | "StartSentimentDetectionJobResponse":{ |
|
1934 | 1968 | "ClientRequestToken":{ |
1935 | 1969 | "shape":"ClientRequestTokenString", |
1936 | 1970 | "idempotencyToken":true |
1937 | | - } |
| 1971 | + }, |
| 1972 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
1938 | 1973 | } |
1939 | 1974 | }, |
1940 | 1975 | "StartTopicsDetectionJobResponse":{ |
|
2088 | 2123 | "EndTime":{"shape":"Timestamp"}, |
2089 | 2124 | "InputDataConfig":{"shape":"InputDataConfig"}, |
2090 | 2125 | "OutputDataConfig":{"shape":"OutputDataConfig"}, |
2091 | | - "NumberOfTopics":{"shape":"Integer"} |
| 2126 | + "NumberOfTopics":{"shape":"Integer"}, |
| 2127 | + "DataAccessRoleArn":{"shape":"IamRoleArn"}, |
| 2128 | + "VolumeKmsKeyId":{"shape":"KmsKeyId"} |
2092 | 2129 | } |
2093 | 2130 | }, |
2094 | 2131 | "TopicsDetectionJobPropertiesList":{ |
|
0 commit comments