Skip to content

Commit 356600e

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent d19ea62 commit 356600e

File tree

8 files changed

+535
-39
lines changed

8 files changed

+535
-39
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Comprehend - Updated the API, and documentation for Amazon Comprehend.
5+
6+
* Feature - Aws::Greengrass - Updated the API, and documentation for AWS Greengrass.
7+
8+
* Feature - Aws::CloudWatch - Updated the API, and documentation for Amazon CloudWatch.
9+
410
2.11.250 (2019-03-28)
511
------------------
612

aws-sdk-core/apis/comprehend/2017-11-27/api-2.json

Lines changed: 56 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
{"shape":"TooManyRequestsException"},
107107
{"shape":"ResourceLimitExceededException"},
108108
{"shape":"UnsupportedLanguageException"},
109+
{"shape":"KmsKeyValidationException"},
109110
{"shape":"InternalServerException"}
110111
]
111112
},
@@ -123,6 +124,7 @@
123124
{"shape":"TooManyRequestsException"},
124125
{"shape":"ResourceLimitExceededException"},
125126
{"shape":"UnsupportedLanguageException"},
127+
{"shape":"KmsKeyValidationException"},
126128
{"shape":"InternalServerException"}
127129
]
128130
},
@@ -487,6 +489,7 @@
487489
{"shape":"TooManyRequestsException"},
488490
{"shape":"ResourceNotFoundException"},
489491
{"shape":"ResourceUnavailableException"},
492+
{"shape":"KmsKeyValidationException"},
490493
{"shape":"InternalServerException"}
491494
]
492495
},
@@ -501,6 +504,7 @@
501504
"errors":[
502505
{"shape":"InvalidRequestException"},
503506
{"shape":"TooManyRequestsException"},
507+
{"shape":"KmsKeyValidationException"},
504508
{"shape":"InternalServerException"}
505509
]
506510
},
@@ -517,6 +521,7 @@
517521
{"shape":"TooManyRequestsException"},
518522
{"shape":"ResourceNotFoundException"},
519523
{"shape":"ResourceUnavailableException"},
524+
{"shape":"KmsKeyValidationException"},
520525
{"shape":"InternalServerException"}
521526
]
522527
},
@@ -531,6 +536,7 @@
531536
"errors":[
532537
{"shape":"InvalidRequestException"},
533538
{"shape":"TooManyRequestsException"},
539+
{"shape":"KmsKeyValidationException"},
534540
{"shape":"InternalServerException"}
535541
]
536542
},
@@ -545,6 +551,7 @@
545551
"errors":[
546552
{"shape":"InvalidRequestException"},
547553
{"shape":"TooManyRequestsException"},
554+
{"shape":"KmsKeyValidationException"},
548555
{"shape":"InternalServerException"}
549556
]
550557
},
@@ -559,6 +566,7 @@
559566
"errors":[
560567
{"shape":"InvalidRequestException"},
561568
{"shape":"TooManyRequestsException"},
569+
{"shape":"KmsKeyValidationException"},
562570
{"shape":"InternalServerException"}
563571
]
564572
},
@@ -857,7 +865,8 @@
857865
"shape":"ClientRequestTokenString",
858866
"idempotencyToken":true
859867
},
860-
"LanguageCode":{"shape":"LanguageCode"}
868+
"LanguageCode":{"shape":"LanguageCode"},
869+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
861870
}
862871
},
863872
"CreateDocumentClassifierResponse":{
@@ -882,7 +891,8 @@
882891
"shape":"ClientRequestTokenString",
883892
"idempotencyToken":true
884893
},
885-
"LanguageCode":{"shape":"LanguageCode"}
894+
"LanguageCode":{"shape":"LanguageCode"},
895+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
886896
}
887897
},
888898
"CreateEntityRecognizerResponse":{
@@ -1122,7 +1132,8 @@
11221132
"DocumentClassifierArn":{"shape":"DocumentClassifierArn"},
11231133
"InputDataConfig":{"shape":"InputDataConfig"},
11241134
"OutputDataConfig":{"shape":"OutputDataConfig"},
1125-
"DataAccessRoleArn":{"shape":"IamRoleArn"}
1135+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1136+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
11261137
}
11271138
},
11281139
"DocumentClassificationJobPropertiesList":{
@@ -1132,7 +1143,7 @@
11321143
"DocumentClassifierArn":{
11331144
"type":"string",
11341145
"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])*"
11361147
},
11371148
"DocumentClassifierFilter":{
11381149
"type":"structure",
@@ -1162,7 +1173,8 @@
11621173
"TrainingEndTime":{"shape":"Timestamp"},
11631174
"InputDataConfig":{"shape":"DocumentClassifierInputDataConfig"},
11641175
"ClassifierMetadata":{"shape":"ClassifierMetadata"},
1165-
"DataAccessRoleArn":{"shape":"IamRoleArn"}
1176+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1177+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
11661178
}
11671179
},
11681180
"DocumentClassifierPropertiesList":{
@@ -1196,7 +1208,8 @@
11961208
"EndTime":{"shape":"Timestamp"},
11971209
"InputDataConfig":{"shape":"InputDataConfig"},
11981210
"OutputDataConfig":{"shape":"OutputDataConfig"},
1199-
"DataAccessRoleArn":{"shape":"IamRoleArn"}
1211+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1212+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
12001213
}
12011214
},
12021215
"DominantLanguageDetectionJobPropertiesList":{
@@ -1226,7 +1239,8 @@
12261239
"InputDataConfig":{"shape":"InputDataConfig"},
12271240
"OutputDataConfig":{"shape":"OutputDataConfig"},
12281241
"LanguageCode":{"shape":"LanguageCode"},
1229-
"DataAccessRoleArn":{"shape":"IamRoleArn"}
1242+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1243+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
12301244
}
12311245
},
12321246
"EntitiesDetectionJobPropertiesList":{
@@ -1253,7 +1267,7 @@
12531267
"EntityRecognizerArn":{
12541268
"type":"string",
12551269
"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])*"
12571271
},
12581272
"EntityRecognizerDocuments":{
12591273
"type":"structure",
@@ -1330,7 +1344,8 @@
13301344
"TrainingEndTime":{"shape":"Timestamp"},
13311345
"InputDataConfig":{"shape":"EntityRecognizerInputDataConfig"},
13321346
"RecognizerMetadata":{"shape":"EntityRecognizerMetadata"},
1333-
"DataAccessRoleArn":{"shape":"IamRoleArn"}
1347+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1348+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
13341349
}
13351350
},
13361351
"EntityRecognizerPropertiesList":{
@@ -1472,13 +1487,25 @@
14721487
"InputDataConfig":{"shape":"InputDataConfig"},
14731488
"OutputDataConfig":{"shape":"OutputDataConfig"},
14741489
"LanguageCode":{"shape":"LanguageCode"},
1475-
"DataAccessRoleArn":{"shape":"IamRoleArn"}
1490+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1491+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
14761492
}
14771493
},
14781494
"KeyPhrasesDetectionJobPropertiesList":{
14791495
"type":"list",
14801496
"member":{"shape":"KeyPhrasesDetectionJobProperties"}
14811497
},
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+
},
14821509
"LanguageCode":{
14831510
"type":"string",
14841511
"enum":[
@@ -1672,7 +1699,8 @@
16721699
"type":"structure",
16731700
"required":["S3Uri"],
16741701
"members":{
1675-
"S3Uri":{"shape":"S3Uri"}
1702+
"S3Uri":{"shape":"S3Uri"},
1703+
"KmsKeyId":{"shape":"KmsKeyId"}
16761704
}
16771705
},
16781706
"PartOfSpeechTag":{
@@ -1759,7 +1787,8 @@
17591787
"InputDataConfig":{"shape":"InputDataConfig"},
17601788
"OutputDataConfig":{"shape":"OutputDataConfig"},
17611789
"LanguageCode":{"shape":"LanguageCode"},
1762-
"DataAccessRoleArn":{"shape":"IamRoleArn"}
1790+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1791+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
17631792
}
17641793
},
17651794
"SentimentDetectionJobPropertiesList":{
@@ -1801,7 +1830,8 @@
18011830
"ClientRequestToken":{
18021831
"shape":"ClientRequestTokenString",
18031832
"idempotencyToken":true
1804-
}
1833+
},
1834+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
18051835
}
18061836
},
18071837
"StartDocumentClassificationJobResponse":{
@@ -1826,7 +1856,8 @@
18261856
"ClientRequestToken":{
18271857
"shape":"ClientRequestTokenString",
18281858
"idempotencyToken":true
1829-
}
1859+
},
1860+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
18301861
}
18311862
},
18321863
"StartDominantLanguageDetectionJobResponse":{
@@ -1854,7 +1885,8 @@
18541885
"ClientRequestToken":{
18551886
"shape":"ClientRequestTokenString",
18561887
"idempotencyToken":true
1857-
}
1888+
},
1889+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
18581890
}
18591891
},
18601892
"StartEntitiesDetectionJobResponse":{
@@ -1881,7 +1913,8 @@
18811913
"ClientRequestToken":{
18821914
"shape":"ClientRequestTokenString",
18831915
"idempotencyToken":true
1884-
}
1916+
},
1917+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
18851918
}
18861919
},
18871920
"StartKeyPhrasesDetectionJobResponse":{
@@ -1908,7 +1941,8 @@
19081941
"ClientRequestToken":{
19091942
"shape":"ClientRequestTokenString",
19101943
"idempotencyToken":true
1911-
}
1944+
},
1945+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
19121946
}
19131947
},
19141948
"StartSentimentDetectionJobResponse":{
@@ -1934,7 +1968,8 @@
19341968
"ClientRequestToken":{
19351969
"shape":"ClientRequestTokenString",
19361970
"idempotencyToken":true
1937-
}
1971+
},
1972+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
19381973
}
19391974
},
19401975
"StartTopicsDetectionJobResponse":{
@@ -2088,7 +2123,9 @@
20882123
"EndTime":{"shape":"Timestamp"},
20892124
"InputDataConfig":{"shape":"InputDataConfig"},
20902125
"OutputDataConfig":{"shape":"OutputDataConfig"},
2091-
"NumberOfTopics":{"shape":"Integer"}
2126+
"NumberOfTopics":{"shape":"Integer"},
2127+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
2128+
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
20922129
}
20932130
},
20942131
"TopicsDetectionJobPropertiesList":{

0 commit comments

Comments
 (0)