aws-sdk-core 2.11.76 → 2.11.77

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8427c8559d7d4d5085995cc43c53fc38d9bb75df
4
- data.tar.gz: dc9897652c11ad004b1506bec9c73b7dcf7921eb
3
+ metadata.gz: c2313017478afedb93ae15105ef28ba7f3a227e1
4
+ data.tar.gz: 83ef7db91c249f82cbcf254e2c6d8cada20358d5
5
5
  SHA512:
6
- metadata.gz: cbd05e6a72c1265f2be510624e3258b9e36ab2430e177ff50d18b525e5769f33e52ba987159067fb2ef0baf0e48cb0f6975dcdf4844bbc46c6fd4de801611302
7
- data.tar.gz: ae794f6e27d1dfc403ce03d444e0cddc30ff623348e034843f97b3bf4e4945001a1d1216d0a2cb8b3005d4680fa852475b17ae0823945b41e9aaf009252c042e
6
+ metadata.gz: 46abcc9a592b77dcc4220c0479de5ecfc6205f23ed0e243c3c9261a40dba5d3d8bb224a4704ba57baeadc065fe86dbc26df783cefa738dbfda5b452cf61a3248
7
+ data.tar.gz: 3b1d6fa867f4b4548fea1b3be079a8f9d62c06f3d1c286b2601d5e13cb8d2f8a34d883da1ac37dab62b23d5efef6e4a788c40ca16a5b8e96a1ef9e28dcdf2ac5
@@ -343,21 +343,6 @@
343
343
  {"shape":"PreconditionFailed"}
344
344
  ]
345
345
  },
346
- "DeleteServiceLinkedRole":{
347
- "name":"DeleteServiceLinkedRole2017_10_30",
348
- "http":{
349
- "method":"DELETE",
350
- "requestUri":"/2017-10-30/service-linked-role/{RoleName}",
351
- "responseCode":204
352
- },
353
- "input":{"shape":"DeleteServiceLinkedRoleRequest"},
354
- "errors":[
355
- {"shape":"InvalidArgument"},
356
- {"shape":"AccessDenied"},
357
- {"shape":"ResourceInUse"},
358
- {"shape":"NoSuchResource"}
359
- ]
360
- },
361
346
  "DeleteStreamingDistribution":{
362
347
  "name":"DeleteStreamingDistribution2017_10_30",
363
348
  "http":{
@@ -1539,17 +1524,6 @@
1539
1524
  }
1540
1525
  }
1541
1526
  },
1542
- "DeleteServiceLinkedRoleRequest":{
1543
- "type":"structure",
1544
- "required":["RoleName"],
1545
- "members":{
1546
- "RoleName":{
1547
- "shape":"string",
1548
- "location":"uri",
1549
- "locationName":"RoleName"
1550
- }
1551
- }
1552
- },
1553
1527
  "DeleteStreamingDistributionRequest":{
1554
1528
  "type":"structure",
1555
1529
  "required":["Id"],
@@ -3182,14 +3156,6 @@
3182
3156
  "type":"string",
3183
3157
  "pattern":"arn:aws:cloudfront::[0-9]+:.*"
3184
3158
  },
3185
- "ResourceInUse":{
3186
- "type":"structure",
3187
- "members":{
3188
- "Message":{"shape":"string"}
3189
- },
3190
- "error":{"httpStatusCode":409},
3191
- "exception":true
3192
- },
3193
3159
  "Restrictions":{
3194
3160
  "type":"structure",
3195
3161
  "required":["GeoRestriction"],
@@ -0,0 +1,20 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-east-1",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListCloudFrontOriginAccessIdentities",
7
+ "input": {
8
+ "MaxItems": "1"
9
+ },
10
+ "errorExpectedFromService": false
11
+ },
12
+ {
13
+ "operationName": "GetDistribution",
14
+ "input": {
15
+ "Id": "fake-id"
16
+ },
17
+ "errorExpectedFromService": true
18
+ }
19
+ ]
20
+ }
@@ -450,7 +450,8 @@
450
450
  {"shape":"InvalidStageDeclarationException"},
451
451
  {"shape":"InvalidActionDeclarationException"},
452
452
  {"shape":"InvalidBlockerDeclarationException"},
453
- {"shape":"InvalidStructureException"}
453
+ {"shape":"InvalidStructureException"},
454
+ {"shape":"LimitExceededException"}
454
455
  ]
455
456
  }
456
457
  },
@@ -76,6 +76,66 @@
76
76
  {"shape":"InternalServerException"}
77
77
  ]
78
78
  },
79
+ "DescribeDominantLanguageDetectionJob":{
80
+ "name":"DescribeDominantLanguageDetectionJob",
81
+ "http":{
82
+ "method":"POST",
83
+ "requestUri":"/"
84
+ },
85
+ "input":{"shape":"DescribeDominantLanguageDetectionJobRequest"},
86
+ "output":{"shape":"DescribeDominantLanguageDetectionJobResponse"},
87
+ "errors":[
88
+ {"shape":"InvalidRequestException"},
89
+ {"shape":"JobNotFoundException"},
90
+ {"shape":"TooManyRequestsException"},
91
+ {"shape":"InternalServerException"}
92
+ ]
93
+ },
94
+ "DescribeEntitiesDetectionJob":{
95
+ "name":"DescribeEntitiesDetectionJob",
96
+ "http":{
97
+ "method":"POST",
98
+ "requestUri":"/"
99
+ },
100
+ "input":{"shape":"DescribeEntitiesDetectionJobRequest"},
101
+ "output":{"shape":"DescribeEntitiesDetectionJobResponse"},
102
+ "errors":[
103
+ {"shape":"InvalidRequestException"},
104
+ {"shape":"JobNotFoundException"},
105
+ {"shape":"TooManyRequestsException"},
106
+ {"shape":"InternalServerException"}
107
+ ]
108
+ },
109
+ "DescribeKeyPhrasesDetectionJob":{
110
+ "name":"DescribeKeyPhrasesDetectionJob",
111
+ "http":{
112
+ "method":"POST",
113
+ "requestUri":"/"
114
+ },
115
+ "input":{"shape":"DescribeKeyPhrasesDetectionJobRequest"},
116
+ "output":{"shape":"DescribeKeyPhrasesDetectionJobResponse"},
117
+ "errors":[
118
+ {"shape":"InvalidRequestException"},
119
+ {"shape":"JobNotFoundException"},
120
+ {"shape":"TooManyRequestsException"},
121
+ {"shape":"InternalServerException"}
122
+ ]
123
+ },
124
+ "DescribeSentimentDetectionJob":{
125
+ "name":"DescribeSentimentDetectionJob",
126
+ "http":{
127
+ "method":"POST",
128
+ "requestUri":"/"
129
+ },
130
+ "input":{"shape":"DescribeSentimentDetectionJobRequest"},
131
+ "output":{"shape":"DescribeSentimentDetectionJobResponse"},
132
+ "errors":[
133
+ {"shape":"InvalidRequestException"},
134
+ {"shape":"JobNotFoundException"},
135
+ {"shape":"TooManyRequestsException"},
136
+ {"shape":"InternalServerException"}
137
+ ]
138
+ },
79
139
  "DescribeTopicsDetectionJob":{
80
140
  "name":"DescribeTopicsDetectionJob",
81
141
  "http":{
@@ -150,6 +210,66 @@
150
210
  {"shape":"InternalServerException"}
151
211
  ]
152
212
  },
213
+ "ListDominantLanguageDetectionJobs":{
214
+ "name":"ListDominantLanguageDetectionJobs",
215
+ "http":{
216
+ "method":"POST",
217
+ "requestUri":"/"
218
+ },
219
+ "input":{"shape":"ListDominantLanguageDetectionJobsRequest"},
220
+ "output":{"shape":"ListDominantLanguageDetectionJobsResponse"},
221
+ "errors":[
222
+ {"shape":"InvalidRequestException"},
223
+ {"shape":"TooManyRequestsException"},
224
+ {"shape":"InvalidFilterException"},
225
+ {"shape":"InternalServerException"}
226
+ ]
227
+ },
228
+ "ListEntitiesDetectionJobs":{
229
+ "name":"ListEntitiesDetectionJobs",
230
+ "http":{
231
+ "method":"POST",
232
+ "requestUri":"/"
233
+ },
234
+ "input":{"shape":"ListEntitiesDetectionJobsRequest"},
235
+ "output":{"shape":"ListEntitiesDetectionJobsResponse"},
236
+ "errors":[
237
+ {"shape":"InvalidRequestException"},
238
+ {"shape":"TooManyRequestsException"},
239
+ {"shape":"InvalidFilterException"},
240
+ {"shape":"InternalServerException"}
241
+ ]
242
+ },
243
+ "ListKeyPhrasesDetectionJobs":{
244
+ "name":"ListKeyPhrasesDetectionJobs",
245
+ "http":{
246
+ "method":"POST",
247
+ "requestUri":"/"
248
+ },
249
+ "input":{"shape":"ListKeyPhrasesDetectionJobsRequest"},
250
+ "output":{"shape":"ListKeyPhrasesDetectionJobsResponse"},
251
+ "errors":[
252
+ {"shape":"InvalidRequestException"},
253
+ {"shape":"TooManyRequestsException"},
254
+ {"shape":"InvalidFilterException"},
255
+ {"shape":"InternalServerException"}
256
+ ]
257
+ },
258
+ "ListSentimentDetectionJobs":{
259
+ "name":"ListSentimentDetectionJobs",
260
+ "http":{
261
+ "method":"POST",
262
+ "requestUri":"/"
263
+ },
264
+ "input":{"shape":"ListSentimentDetectionJobsRequest"},
265
+ "output":{"shape":"ListSentimentDetectionJobsResponse"},
266
+ "errors":[
267
+ {"shape":"InvalidRequestException"},
268
+ {"shape":"TooManyRequestsException"},
269
+ {"shape":"InvalidFilterException"},
270
+ {"shape":"InternalServerException"}
271
+ ]
272
+ },
153
273
  "ListTopicsDetectionJobs":{
154
274
  "name":"ListTopicsDetectionJobs",
155
275
  "http":{
@@ -165,6 +285,62 @@
165
285
  {"shape":"InternalServerException"}
166
286
  ]
167
287
  },
288
+ "StartDominantLanguageDetectionJob":{
289
+ "name":"StartDominantLanguageDetectionJob",
290
+ "http":{
291
+ "method":"POST",
292
+ "requestUri":"/"
293
+ },
294
+ "input":{"shape":"StartDominantLanguageDetectionJobRequest"},
295
+ "output":{"shape":"StartDominantLanguageDetectionJobResponse"},
296
+ "errors":[
297
+ {"shape":"InvalidRequestException"},
298
+ {"shape":"TooManyRequestsException"},
299
+ {"shape":"InternalServerException"}
300
+ ]
301
+ },
302
+ "StartEntitiesDetectionJob":{
303
+ "name":"StartEntitiesDetectionJob",
304
+ "http":{
305
+ "method":"POST",
306
+ "requestUri":"/"
307
+ },
308
+ "input":{"shape":"StartEntitiesDetectionJobRequest"},
309
+ "output":{"shape":"StartEntitiesDetectionJobResponse"},
310
+ "errors":[
311
+ {"shape":"InvalidRequestException"},
312
+ {"shape":"TooManyRequestsException"},
313
+ {"shape":"InternalServerException"}
314
+ ]
315
+ },
316
+ "StartKeyPhrasesDetectionJob":{
317
+ "name":"StartKeyPhrasesDetectionJob",
318
+ "http":{
319
+ "method":"POST",
320
+ "requestUri":"/"
321
+ },
322
+ "input":{"shape":"StartKeyPhrasesDetectionJobRequest"},
323
+ "output":{"shape":"StartKeyPhrasesDetectionJobResponse"},
324
+ "errors":[
325
+ {"shape":"InvalidRequestException"},
326
+ {"shape":"TooManyRequestsException"},
327
+ {"shape":"InternalServerException"}
328
+ ]
329
+ },
330
+ "StartSentimentDetectionJob":{
331
+ "name":"StartSentimentDetectionJob",
332
+ "http":{
333
+ "method":"POST",
334
+ "requestUri":"/"
335
+ },
336
+ "input":{"shape":"StartSentimentDetectionJobRequest"},
337
+ "output":{"shape":"StartSentimentDetectionJobResponse"},
338
+ "errors":[
339
+ {"shape":"InvalidRequestException"},
340
+ {"shape":"TooManyRequestsException"},
341
+ {"shape":"InternalServerException"}
342
+ ]
343
+ },
168
344
  "StartTopicsDetectionJob":{
169
345
  "name":"StartTopicsDetectionJob",
170
346
  "http":{
@@ -178,6 +354,62 @@
178
354
  {"shape":"TooManyRequestsException"},
179
355
  {"shape":"InternalServerException"}
180
356
  ]
357
+ },
358
+ "StopDominantLanguageDetectionJob":{
359
+ "name":"StopDominantLanguageDetectionJob",
360
+ "http":{
361
+ "method":"POST",
362
+ "requestUri":"/"
363
+ },
364
+ "input":{"shape":"StopDominantLanguageDetectionJobRequest"},
365
+ "output":{"shape":"StopDominantLanguageDetectionJobResponse"},
366
+ "errors":[
367
+ {"shape":"InvalidRequestException"},
368
+ {"shape":"JobNotFoundException"},
369
+ {"shape":"InternalServerException"}
370
+ ]
371
+ },
372
+ "StopEntitiesDetectionJob":{
373
+ "name":"StopEntitiesDetectionJob",
374
+ "http":{
375
+ "method":"POST",
376
+ "requestUri":"/"
377
+ },
378
+ "input":{"shape":"StopEntitiesDetectionJobRequest"},
379
+ "output":{"shape":"StopEntitiesDetectionJobResponse"},
380
+ "errors":[
381
+ {"shape":"InvalidRequestException"},
382
+ {"shape":"JobNotFoundException"},
383
+ {"shape":"InternalServerException"}
384
+ ]
385
+ },
386
+ "StopKeyPhrasesDetectionJob":{
387
+ "name":"StopKeyPhrasesDetectionJob",
388
+ "http":{
389
+ "method":"POST",
390
+ "requestUri":"/"
391
+ },
392
+ "input":{"shape":"StopKeyPhrasesDetectionJobRequest"},
393
+ "output":{"shape":"StopKeyPhrasesDetectionJobResponse"},
394
+ "errors":[
395
+ {"shape":"InvalidRequestException"},
396
+ {"shape":"JobNotFoundException"},
397
+ {"shape":"InternalServerException"}
398
+ ]
399
+ },
400
+ "StopSentimentDetectionJob":{
401
+ "name":"StopSentimentDetectionJob",
402
+ "http":{
403
+ "method":"POST",
404
+ "requestUri":"/"
405
+ },
406
+ "input":{"shape":"StopSentimentDetectionJobRequest"},
407
+ "output":{"shape":"StopSentimentDetectionJobResponse"},
408
+ "errors":[
409
+ {"shape":"InvalidRequestException"},
410
+ {"shape":"JobNotFoundException"},
411
+ {"shape":"InternalServerException"}
412
+ ]
181
413
  }
182
414
  },
183
415
  "shapes":{
@@ -222,7 +454,7 @@
222
454
  ],
223
455
  "members":{
224
456
  "TextList":{"shape":"StringList"},
225
- "LanguageCode":{"shape":"String"}
457
+ "LanguageCode":{"shape":"LanguageCode"}
226
458
  }
227
459
  },
228
460
  "BatchDetectEntitiesResponse":{
@@ -251,7 +483,7 @@
251
483
  ],
252
484
  "members":{
253
485
  "TextList":{"shape":"StringList"},
254
- "LanguageCode":{"shape":"String"}
486
+ "LanguageCode":{"shape":"LanguageCode"}
255
487
  }
256
488
  },
257
489
  "BatchDetectKeyPhrasesResponse":{
@@ -281,7 +513,7 @@
281
513
  ],
282
514
  "members":{
283
515
  "TextList":{"shape":"StringList"},
284
- "LanguageCode":{"shape":"String"}
516
+ "LanguageCode":{"shape":"LanguageCode"}
285
517
  }
286
518
  },
287
519
  "BatchDetectSentimentResponse":{
@@ -320,6 +552,58 @@
320
552
  "min":1,
321
553
  "pattern":"^[a-zA-Z0-9-]+$"
322
554
  },
555
+ "DescribeDominantLanguageDetectionJobRequest":{
556
+ "type":"structure",
557
+ "required":["JobId"],
558
+ "members":{
559
+ "JobId":{"shape":"JobId"}
560
+ }
561
+ },
562
+ "DescribeDominantLanguageDetectionJobResponse":{
563
+ "type":"structure",
564
+ "members":{
565
+ "DominantLanguageDetectionJobProperties":{"shape":"DominantLanguageDetectionJobProperties"}
566
+ }
567
+ },
568
+ "DescribeEntitiesDetectionJobRequest":{
569
+ "type":"structure",
570
+ "required":["JobId"],
571
+ "members":{
572
+ "JobId":{"shape":"JobId"}
573
+ }
574
+ },
575
+ "DescribeEntitiesDetectionJobResponse":{
576
+ "type":"structure",
577
+ "members":{
578
+ "EntitiesDetectionJobProperties":{"shape":"EntitiesDetectionJobProperties"}
579
+ }
580
+ },
581
+ "DescribeKeyPhrasesDetectionJobRequest":{
582
+ "type":"structure",
583
+ "required":["JobId"],
584
+ "members":{
585
+ "JobId":{"shape":"JobId"}
586
+ }
587
+ },
588
+ "DescribeKeyPhrasesDetectionJobResponse":{
589
+ "type":"structure",
590
+ "members":{
591
+ "KeyPhrasesDetectionJobProperties":{"shape":"KeyPhrasesDetectionJobProperties"}
592
+ }
593
+ },
594
+ "DescribeSentimentDetectionJobRequest":{
595
+ "type":"structure",
596
+ "required":["JobId"],
597
+ "members":{
598
+ "JobId":{"shape":"JobId"}
599
+ }
600
+ },
601
+ "DescribeSentimentDetectionJobResponse":{
602
+ "type":"structure",
603
+ "members":{
604
+ "SentimentDetectionJobProperties":{"shape":"SentimentDetectionJobProperties"}
605
+ }
606
+ },
323
607
  "DescribeTopicsDetectionJobRequest":{
324
608
  "type":"structure",
325
609
  "required":["JobId"],
@@ -405,6 +689,59 @@
405
689
  "Score":{"shape":"Float"}
406
690
  }
407
691
  },
692
+ "DominantLanguageDetectionJobFilter":{
693
+ "type":"structure",
694
+ "members":{
695
+ "JobName":{"shape":"JobName"},
696
+ "JobStatus":{"shape":"JobStatus"},
697
+ "SubmitTimeBefore":{"shape":"Timestamp"},
698
+ "SubmitTimeAfter":{"shape":"Timestamp"}
699
+ }
700
+ },
701
+ "DominantLanguageDetectionJobProperties":{
702
+ "type":"structure",
703
+ "members":{
704
+ "JobId":{"shape":"JobId"},
705
+ "JobName":{"shape":"JobName"},
706
+ "JobStatus":{"shape":"JobStatus"},
707
+ "Message":{"shape":"AnyLengthString"},
708
+ "SubmitTime":{"shape":"Timestamp"},
709
+ "EndTime":{"shape":"Timestamp"},
710
+ "InputDataConfig":{"shape":"InputDataConfig"},
711
+ "OutputDataConfig":{"shape":"OutputDataConfig"}
712
+ }
713
+ },
714
+ "DominantLanguageDetectionJobPropertiesList":{
715
+ "type":"list",
716
+ "member":{"shape":"DominantLanguageDetectionJobProperties"}
717
+ },
718
+ "EntitiesDetectionJobFilter":{
719
+ "type":"structure",
720
+ "members":{
721
+ "JobName":{"shape":"JobName"},
722
+ "JobStatus":{"shape":"JobStatus"},
723
+ "SubmitTimeBefore":{"shape":"Timestamp"},
724
+ "SubmitTimeAfter":{"shape":"Timestamp"}
725
+ }
726
+ },
727
+ "EntitiesDetectionJobProperties":{
728
+ "type":"structure",
729
+ "members":{
730
+ "JobId":{"shape":"JobId"},
731
+ "JobName":{"shape":"JobName"},
732
+ "JobStatus":{"shape":"JobStatus"},
733
+ "Message":{"shape":"AnyLengthString"},
734
+ "SubmitTime":{"shape":"Timestamp"},
735
+ "EndTime":{"shape":"Timestamp"},
736
+ "InputDataConfig":{"shape":"InputDataConfig"},
737
+ "OutputDataConfig":{"shape":"OutputDataConfig"},
738
+ "LanguageCode":{"shape":"LanguageCode"}
739
+ }
740
+ },
741
+ "EntitiesDetectionJobPropertiesList":{
742
+ "type":"list",
743
+ "member":{"shape":"EntitiesDetectionJobProperties"}
744
+ },
408
745
  "Entity":{
409
746
  "type":"structure",
410
747
  "members":{
@@ -496,7 +833,9 @@
496
833
  "SUBMITTED",
497
834
  "IN_PROGRESS",
498
835
  "COMPLETED",
499
- "FAILED"
836
+ "FAILED",
837
+ "STOP_REQUESTED",
838
+ "STOPPED"
500
839
  ]
501
840
  },
502
841
  "KeyPhrase":{
@@ -508,6 +847,33 @@
508
847
  "EndOffset":{"shape":"Integer"}
509
848
  }
510
849
  },
850
+ "KeyPhrasesDetectionJobFilter":{
851
+ "type":"structure",
852
+ "members":{
853
+ "JobName":{"shape":"JobName"},
854
+ "JobStatus":{"shape":"JobStatus"},
855
+ "SubmitTimeBefore":{"shape":"Timestamp"},
856
+ "SubmitTimeAfter":{"shape":"Timestamp"}
857
+ }
858
+ },
859
+ "KeyPhrasesDetectionJobProperties":{
860
+ "type":"structure",
861
+ "members":{
862
+ "JobId":{"shape":"JobId"},
863
+ "JobName":{"shape":"JobName"},
864
+ "JobStatus":{"shape":"JobStatus"},
865
+ "Message":{"shape":"AnyLengthString"},
866
+ "SubmitTime":{"shape":"Timestamp"},
867
+ "EndTime":{"shape":"Timestamp"},
868
+ "InputDataConfig":{"shape":"InputDataConfig"},
869
+ "OutputDataConfig":{"shape":"OutputDataConfig"},
870
+ "LanguageCode":{"shape":"LanguageCode"}
871
+ }
872
+ },
873
+ "KeyPhrasesDetectionJobPropertiesList":{
874
+ "type":"list",
875
+ "member":{"shape":"KeyPhrasesDetectionJobProperties"}
876
+ },
511
877
  "LanguageCode":{
512
878
  "type":"string",
513
879
  "enum":[
@@ -515,6 +881,51 @@
515
881
  "es"
516
882
  ]
517
883
  },
884
+ "ListDominantLanguageDetectionJobsRequest":{
885
+ "type":"structure",
886
+ "members":{
887
+ "Filter":{"shape":"DominantLanguageDetectionJobFilter"},
888
+ "NextToken":{"shape":"String"},
889
+ "MaxResults":{"shape":"MaxResultsInteger"}
890
+ }
891
+ },
892
+ "ListDominantLanguageDetectionJobsResponse":{
893
+ "type":"structure",
894
+ "members":{
895
+ "DominantLanguageDetectionJobPropertiesList":{"shape":"DominantLanguageDetectionJobPropertiesList"},
896
+ "NextToken":{"shape":"String"}
897
+ }
898
+ },
899
+ "ListEntitiesDetectionJobsRequest":{
900
+ "type":"structure",
901
+ "members":{
902
+ "Filter":{"shape":"EntitiesDetectionJobFilter"},
903
+ "NextToken":{"shape":"String"},
904
+ "MaxResults":{"shape":"MaxResultsInteger"}
905
+ }
906
+ },
907
+ "ListEntitiesDetectionJobsResponse":{
908
+ "type":"structure",
909
+ "members":{
910
+ "EntitiesDetectionJobPropertiesList":{"shape":"EntitiesDetectionJobPropertiesList"},
911
+ "NextToken":{"shape":"String"}
912
+ }
913
+ },
914
+ "ListKeyPhrasesDetectionJobsRequest":{
915
+ "type":"structure",
916
+ "members":{
917
+ "Filter":{"shape":"KeyPhrasesDetectionJobFilter"},
918
+ "NextToken":{"shape":"String"},
919
+ "MaxResults":{"shape":"MaxResultsInteger"}
920
+ }
921
+ },
922
+ "ListKeyPhrasesDetectionJobsResponse":{
923
+ "type":"structure",
924
+ "members":{
925
+ "KeyPhrasesDetectionJobPropertiesList":{"shape":"KeyPhrasesDetectionJobPropertiesList"},
926
+ "NextToken":{"shape":"String"}
927
+ }
928
+ },
518
929
  "ListOfDetectDominantLanguageResult":{
519
930
  "type":"list",
520
931
  "member":{"shape":"BatchDetectDominantLanguageItemResult"}
@@ -543,6 +954,21 @@
543
954
  "type":"list",
544
955
  "member":{"shape":"KeyPhrase"}
545
956
  },
957
+ "ListSentimentDetectionJobsRequest":{
958
+ "type":"structure",
959
+ "members":{
960
+ "Filter":{"shape":"SentimentDetectionJobFilter"},
961
+ "NextToken":{"shape":"String"},
962
+ "MaxResults":{"shape":"MaxResultsInteger"}
963
+ }
964
+ },
965
+ "ListSentimentDetectionJobsResponse":{
966
+ "type":"structure",
967
+ "members":{
968
+ "SentimentDetectionJobPropertiesList":{"shape":"SentimentDetectionJobPropertiesList"},
969
+ "NextToken":{"shape":"String"}
970
+ }
971
+ },
546
972
  "ListTopicsDetectionJobsRequest":{
547
973
  "type":"structure",
548
974
  "members":{
@@ -578,7 +1004,34 @@
578
1004
  "S3Uri":{
579
1005
  "type":"string",
580
1006
  "max":1024,
581
- "pattern":"s3://([^/]+)(/.*)?"
1007
+ "pattern":"s3://[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9](/.*)?"
1008
+ },
1009
+ "SentimentDetectionJobFilter":{
1010
+ "type":"structure",
1011
+ "members":{
1012
+ "JobName":{"shape":"JobName"},
1013
+ "JobStatus":{"shape":"JobStatus"},
1014
+ "SubmitTimeBefore":{"shape":"Timestamp"},
1015
+ "SubmitTimeAfter":{"shape":"Timestamp"}
1016
+ }
1017
+ },
1018
+ "SentimentDetectionJobProperties":{
1019
+ "type":"structure",
1020
+ "members":{
1021
+ "JobId":{"shape":"JobId"},
1022
+ "JobName":{"shape":"JobName"},
1023
+ "JobStatus":{"shape":"JobStatus"},
1024
+ "Message":{"shape":"AnyLengthString"},
1025
+ "SubmitTime":{"shape":"Timestamp"},
1026
+ "EndTime":{"shape":"Timestamp"},
1027
+ "InputDataConfig":{"shape":"InputDataConfig"},
1028
+ "OutputDataConfig":{"shape":"OutputDataConfig"},
1029
+ "LanguageCode":{"shape":"LanguageCode"}
1030
+ }
1031
+ },
1032
+ "SentimentDetectionJobPropertiesList":{
1033
+ "type":"list",
1034
+ "member":{"shape":"SentimentDetectionJobProperties"}
582
1035
  },
583
1036
  "SentimentScore":{
584
1037
  "type":"structure",
@@ -598,6 +1051,112 @@
598
1051
  "MIXED"
599
1052
  ]
600
1053
  },
1054
+ "StartDominantLanguageDetectionJobRequest":{
1055
+ "type":"structure",
1056
+ "required":[
1057
+ "InputDataConfig",
1058
+ "OutputDataConfig",
1059
+ "DataAccessRoleArn"
1060
+ ],
1061
+ "members":{
1062
+ "InputDataConfig":{"shape":"InputDataConfig"},
1063
+ "OutputDataConfig":{"shape":"OutputDataConfig"},
1064
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
1065
+ "JobName":{"shape":"JobName"},
1066
+ "ClientRequestToken":{
1067
+ "shape":"ClientRequestTokenString",
1068
+ "idempotencyToken":true
1069
+ }
1070
+ }
1071
+ },
1072
+ "StartDominantLanguageDetectionJobResponse":{
1073
+ "type":"structure",
1074
+ "members":{
1075
+ "JobId":{"shape":"JobId"},
1076
+ "JobStatus":{"shape":"JobStatus"}
1077
+ }
1078
+ },
1079
+ "StartEntitiesDetectionJobRequest":{
1080
+ "type":"structure",
1081
+ "required":[
1082
+ "InputDataConfig",
1083
+ "OutputDataConfig",
1084
+ "DataAccessRoleArn",
1085
+ "LanguageCode"
1086
+ ],
1087
+ "members":{
1088
+ "InputDataConfig":{"shape":"InputDataConfig"},
1089
+ "OutputDataConfig":{"shape":"OutputDataConfig"},
1090
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
1091
+ "JobName":{"shape":"JobName"},
1092
+ "LanguageCode":{"shape":"LanguageCode"},
1093
+ "ClientRequestToken":{
1094
+ "shape":"ClientRequestTokenString",
1095
+ "idempotencyToken":true
1096
+ }
1097
+ }
1098
+ },
1099
+ "StartEntitiesDetectionJobResponse":{
1100
+ "type":"structure",
1101
+ "members":{
1102
+ "JobId":{"shape":"JobId"},
1103
+ "JobStatus":{"shape":"JobStatus"}
1104
+ }
1105
+ },
1106
+ "StartKeyPhrasesDetectionJobRequest":{
1107
+ "type":"structure",
1108
+ "required":[
1109
+ "InputDataConfig",
1110
+ "OutputDataConfig",
1111
+ "DataAccessRoleArn",
1112
+ "LanguageCode"
1113
+ ],
1114
+ "members":{
1115
+ "InputDataConfig":{"shape":"InputDataConfig"},
1116
+ "OutputDataConfig":{"shape":"OutputDataConfig"},
1117
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
1118
+ "JobName":{"shape":"JobName"},
1119
+ "LanguageCode":{"shape":"LanguageCode"},
1120
+ "ClientRequestToken":{
1121
+ "shape":"ClientRequestTokenString",
1122
+ "idempotencyToken":true
1123
+ }
1124
+ }
1125
+ },
1126
+ "StartKeyPhrasesDetectionJobResponse":{
1127
+ "type":"structure",
1128
+ "members":{
1129
+ "JobId":{"shape":"JobId"},
1130
+ "JobStatus":{"shape":"JobStatus"}
1131
+ }
1132
+ },
1133
+ "StartSentimentDetectionJobRequest":{
1134
+ "type":"structure",
1135
+ "required":[
1136
+ "InputDataConfig",
1137
+ "OutputDataConfig",
1138
+ "DataAccessRoleArn",
1139
+ "LanguageCode"
1140
+ ],
1141
+ "members":{
1142
+ "InputDataConfig":{"shape":"InputDataConfig"},
1143
+ "OutputDataConfig":{"shape":"OutputDataConfig"},
1144
+ "DataAccessRoleArn":{"shape":"IamRoleArn"},
1145
+ "JobName":{"shape":"JobName"},
1146
+ "LanguageCode":{"shape":"LanguageCode"},
1147
+ "ClientRequestToken":{
1148
+ "shape":"ClientRequestTokenString",
1149
+ "idempotencyToken":true
1150
+ }
1151
+ }
1152
+ },
1153
+ "StartSentimentDetectionJobResponse":{
1154
+ "type":"structure",
1155
+ "members":{
1156
+ "JobId":{"shape":"JobId"},
1157
+ "JobStatus":{"shape":"JobStatus"}
1158
+ }
1159
+ },
601
1160
  "StartTopicsDetectionJobRequest":{
602
1161
  "type":"structure",
603
1162
  "required":[
@@ -624,6 +1183,62 @@
624
1183
  "JobStatus":{"shape":"JobStatus"}
625
1184
  }
626
1185
  },
1186
+ "StopDominantLanguageDetectionJobRequest":{
1187
+ "type":"structure",
1188
+ "required":["JobId"],
1189
+ "members":{
1190
+ "JobId":{"shape":"JobId"}
1191
+ }
1192
+ },
1193
+ "StopDominantLanguageDetectionJobResponse":{
1194
+ "type":"structure",
1195
+ "members":{
1196
+ "JobId":{"shape":"JobId"},
1197
+ "JobStatus":{"shape":"JobStatus"}
1198
+ }
1199
+ },
1200
+ "StopEntitiesDetectionJobRequest":{
1201
+ "type":"structure",
1202
+ "required":["JobId"],
1203
+ "members":{
1204
+ "JobId":{"shape":"JobId"}
1205
+ }
1206
+ },
1207
+ "StopEntitiesDetectionJobResponse":{
1208
+ "type":"structure",
1209
+ "members":{
1210
+ "JobId":{"shape":"JobId"},
1211
+ "JobStatus":{"shape":"JobStatus"}
1212
+ }
1213
+ },
1214
+ "StopKeyPhrasesDetectionJobRequest":{
1215
+ "type":"structure",
1216
+ "required":["JobId"],
1217
+ "members":{
1218
+ "JobId":{"shape":"JobId"}
1219
+ }
1220
+ },
1221
+ "StopKeyPhrasesDetectionJobResponse":{
1222
+ "type":"structure",
1223
+ "members":{
1224
+ "JobId":{"shape":"JobId"},
1225
+ "JobStatus":{"shape":"JobStatus"}
1226
+ }
1227
+ },
1228
+ "StopSentimentDetectionJobRequest":{
1229
+ "type":"structure",
1230
+ "required":["JobId"],
1231
+ "members":{
1232
+ "JobId":{"shape":"JobId"}
1233
+ }
1234
+ },
1235
+ "StopSentimentDetectionJobResponse":{
1236
+ "type":"structure",
1237
+ "members":{
1238
+ "JobId":{"shape":"JobId"},
1239
+ "JobStatus":{"shape":"JobStatus"}
1240
+ }
1241
+ },
627
1242
  "String":{
628
1243
  "type":"string",
629
1244
  "min":1