aws-sdk-core 2.11.171 → 2.11.172
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/codebuild/2016-10-06/api-2.json +8 -1
- data/apis/comprehend/2017-11-27/api-2.json +365 -1
- data/apis/directconnect/2012-10-25/api-2.json +18 -4
- data/apis/dms/2016-01-01/api-2.json +38 -5
- data/apis/dms/2016-01-01/waiters-2.json +5 -5
- data/apis/ecs/2014-11-13/api-2.json +348 -17
- data/apis/ecs/2014-11-13/examples-1.json +69 -0
- data/apis/iam/2010-05-08/api-2.json +224 -0
- data/apis/iam/2010-05-08/examples-1.json +148 -0
- data/apis/pinpoint/2016-12-01/api-2.json +254 -5
- data/apis/ram/2018-01-04/api-2.json +964 -0
- data/apis/ram/2018-01-04/examples-1.json +5 -0
- data/apis/ram/2018-01-04/paginators-1.json +34 -0
- data/apis/rds/2014-10-31/api-2.json +152 -10
- data/apis/rds/2014-10-31/paginators-1.json +6 -0
- data/apis/redshift/2012-12-01/api-2.json +499 -16
- data/apis/route53resolver/2018-04-01/api-2.json +1199 -0
- data/apis/route53resolver/2018-04-01/examples-1.json +5 -0
- data/apis/route53resolver/2018-04-01/paginators-1.json +24 -0
- data/apis/route53resolver/2018-04-01/smoke.json +18 -0
- data/apis/s3/2006-03-01/api-2.json +138 -0
- data/apis/s3/2006-03-01/examples-1.json +78 -78
- data/apis/s3control/2018-08-20/api-2.json +126 -0
- data/apis/s3control/2018-08-20/examples-1.json +5 -0
- data/apis/s3control/2018-08-20/paginators-1.json +4 -0
- data/apis/sms-voice/2018-09-05/api-2.json +559 -0
- data/apis/transcribe/2017-10-26/api-2.json +4 -1
- data/endpoints.json +200 -0
- data/lib/aws-sdk-core.rb +7 -0
- data/lib/aws-sdk-core/api/customizations.rb +7 -0
- data/lib/aws-sdk-core/pinpointsmsvoice.rb +4 -0
- data/lib/aws-sdk-core/plugins/s3_control_dns.rb +23 -0
- data/lib/aws-sdk-core/plugins/s3_control_dualstack.rb +48 -0
- data/lib/aws-sdk-core/plugins/s3_control_signer.rb +53 -0
- data/lib/aws-sdk-core/ram.rb +6 -0
- data/lib/aws-sdk-core/route53resolver.rb +6 -0
- data/lib/aws-sdk-core/s3control.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +16 -0
- metadata +20 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 176d549924f3976902dbc766b99ccefc084ee90a
|
4
|
+
data.tar.gz: 385acdb8cae97cb46fde8f460f1871636a2ed4bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b49409dcd5762df9daec835b4a02b0df8cfe5fb9933b8ace189dce2ef49351121a8b7f514f905e285d263eb700e7fe1d46b51d0059d7f81ead7c1108127130a1
|
7
|
+
data.tar.gz: d1ab6515c061faa5f3a96c065db7616f8dcc628db0d6eaed22874cca5b34fec5da10deaf1b8e4083cf27602140ceffea1c27a5e7469fe9d62d223867a9728e15
|
@@ -312,6 +312,7 @@
|
|
312
312
|
"serviceRole":{"shape":"NonEmptyString"},
|
313
313
|
"logs":{"shape":"LogsLocation"},
|
314
314
|
"timeoutInMinutes":{"shape":"WrapperInt"},
|
315
|
+
"queuedTimeoutInMinutes":{"shape":"WrapperInt"},
|
315
316
|
"buildComplete":{"shape":"Boolean"},
|
316
317
|
"initiator":{"shape":"String"},
|
317
318
|
"vpcConfig":{"shape":"VpcConfig"},
|
@@ -364,6 +365,7 @@
|
|
364
365
|
"type":"string",
|
365
366
|
"enum":[
|
366
367
|
"SUBMITTED",
|
368
|
+
"QUEUED",
|
367
369
|
"PROVISIONING",
|
368
370
|
"DOWNLOAD_SOURCE",
|
369
371
|
"INSTALL",
|
@@ -431,6 +433,7 @@
|
|
431
433
|
"environment":{"shape":"ProjectEnvironment"},
|
432
434
|
"serviceRole":{"shape":"NonEmptyString"},
|
433
435
|
"timeoutInMinutes":{"shape":"TimeOut"},
|
436
|
+
"queuedTimeoutInMinutes":{"shape":"TimeOut"},
|
434
437
|
"encryptionKey":{"shape":"NonEmptyString"},
|
435
438
|
"tags":{"shape":"TagList"},
|
436
439
|
"vpcConfig":{"shape":"VpcConfig"},
|
@@ -589,7 +592,8 @@
|
|
589
592
|
"DOCKER",
|
590
593
|
"ANDROID",
|
591
594
|
"DOTNET",
|
592
|
-
"BASE"
|
595
|
+
"BASE",
|
596
|
+
"PHP"
|
593
597
|
]
|
594
598
|
},
|
595
599
|
"ListBuildsForProjectInput":{
|
@@ -724,6 +728,7 @@
|
|
724
728
|
"environment":{"shape":"ProjectEnvironment"},
|
725
729
|
"serviceRole":{"shape":"NonEmptyString"},
|
726
730
|
"timeoutInMinutes":{"shape":"TimeOut"},
|
731
|
+
"queuedTimeoutInMinutes":{"shape":"TimeOut"},
|
727
732
|
"encryptionKey":{"shape":"NonEmptyString"},
|
728
733
|
"tags":{"shape":"TagList"},
|
729
734
|
"created":{"shape":"Timestamp"},
|
@@ -934,6 +939,7 @@
|
|
934
939
|
"serviceRoleOverride":{"shape":"NonEmptyString"},
|
935
940
|
"privilegedModeOverride":{"shape":"WrapperBoolean"},
|
936
941
|
"timeoutInMinutesOverride":{"shape":"TimeOut"},
|
942
|
+
"queuedTimeoutInMinutesOverride":{"shape":"TimeOut"},
|
937
943
|
"idempotencyToken":{"shape":"String"},
|
938
944
|
"logsConfigOverride":{"shape":"LogsConfig"}
|
939
945
|
}
|
@@ -1007,6 +1013,7 @@
|
|
1007
1013
|
"environment":{"shape":"ProjectEnvironment"},
|
1008
1014
|
"serviceRole":{"shape":"NonEmptyString"},
|
1009
1015
|
"timeoutInMinutes":{"shape":"TimeOut"},
|
1016
|
+
"queuedTimeoutInMinutes":{"shape":"TimeOut"},
|
1010
1017
|
"encryptionKey":{"shape":"NonEmptyString"},
|
1011
1018
|
"tags":{"shape":"TagList"},
|
1012
1019
|
"vpcConfig":{"shape":"VpcConfig"},
|
@@ -92,6 +92,70 @@
|
|
92
92
|
{"shape":"InternalServerException"}
|
93
93
|
]
|
94
94
|
},
|
95
|
+
"CreateDocumentClassifier":{
|
96
|
+
"name":"CreateDocumentClassifier",
|
97
|
+
"http":{
|
98
|
+
"method":"POST",
|
99
|
+
"requestUri":"/"
|
100
|
+
},
|
101
|
+
"input":{"shape":"CreateDocumentClassifierRequest"},
|
102
|
+
"output":{"shape":"CreateDocumentClassifierResponse"},
|
103
|
+
"errors":[
|
104
|
+
{"shape":"InvalidRequestException"},
|
105
|
+
{"shape":"ResourceInUseException"},
|
106
|
+
{"shape":"TooManyRequestsException"},
|
107
|
+
{"shape":"ResourceLimitExceededException"},
|
108
|
+
{"shape":"UnsupportedLanguageException"},
|
109
|
+
{"shape":"InternalServerException"}
|
110
|
+
]
|
111
|
+
},
|
112
|
+
"DeleteDocumentClassifier":{
|
113
|
+
"name":"DeleteDocumentClassifier",
|
114
|
+
"http":{
|
115
|
+
"method":"POST",
|
116
|
+
"requestUri":"/"
|
117
|
+
},
|
118
|
+
"input":{"shape":"DeleteDocumentClassifierRequest"},
|
119
|
+
"output":{"shape":"DeleteDocumentClassifierResponse"},
|
120
|
+
"errors":[
|
121
|
+
{"shape":"InvalidRequestException"},
|
122
|
+
{"shape":"TooManyRequestsException"},
|
123
|
+
{"shape":"ResourceNotFoundException"},
|
124
|
+
{"shape":"ResourceUnavailableException"},
|
125
|
+
{"shape":"ResourceInUseException"},
|
126
|
+
{"shape":"InternalServerException"}
|
127
|
+
]
|
128
|
+
},
|
129
|
+
"DescribeDocumentClassificationJob":{
|
130
|
+
"name":"DescribeDocumentClassificationJob",
|
131
|
+
"http":{
|
132
|
+
"method":"POST",
|
133
|
+
"requestUri":"/"
|
134
|
+
},
|
135
|
+
"input":{"shape":"DescribeDocumentClassificationJobRequest"},
|
136
|
+
"output":{"shape":"DescribeDocumentClassificationJobResponse"},
|
137
|
+
"errors":[
|
138
|
+
{"shape":"InvalidRequestException"},
|
139
|
+
{"shape":"TooManyRequestsException"},
|
140
|
+
{"shape":"JobNotFoundException"},
|
141
|
+
{"shape":"InternalServerException"}
|
142
|
+
]
|
143
|
+
},
|
144
|
+
"DescribeDocumentClassifier":{
|
145
|
+
"name":"DescribeDocumentClassifier",
|
146
|
+
"http":{
|
147
|
+
"method":"POST",
|
148
|
+
"requestUri":"/"
|
149
|
+
},
|
150
|
+
"input":{"shape":"DescribeDocumentClassifierRequest"},
|
151
|
+
"output":{"shape":"DescribeDocumentClassifierResponse"},
|
152
|
+
"errors":[
|
153
|
+
{"shape":"InvalidRequestException"},
|
154
|
+
{"shape":"TooManyRequestsException"},
|
155
|
+
{"shape":"ResourceNotFoundException"},
|
156
|
+
{"shape":"InternalServerException"}
|
157
|
+
]
|
158
|
+
},
|
95
159
|
"DescribeDominantLanguageDetectionJob":{
|
96
160
|
"name":"DescribeDominantLanguageDetectionJob",
|
97
161
|
"http":{
|
@@ -241,6 +305,36 @@
|
|
241
305
|
{"shape":"InternalServerException"}
|
242
306
|
]
|
243
307
|
},
|
308
|
+
"ListDocumentClassificationJobs":{
|
309
|
+
"name":"ListDocumentClassificationJobs",
|
310
|
+
"http":{
|
311
|
+
"method":"POST",
|
312
|
+
"requestUri":"/"
|
313
|
+
},
|
314
|
+
"input":{"shape":"ListDocumentClassificationJobsRequest"},
|
315
|
+
"output":{"shape":"ListDocumentClassificationJobsResponse"},
|
316
|
+
"errors":[
|
317
|
+
{"shape":"InvalidRequestException"},
|
318
|
+
{"shape":"TooManyRequestsException"},
|
319
|
+
{"shape":"InvalidFilterException"},
|
320
|
+
{"shape":"InternalServerException"}
|
321
|
+
]
|
322
|
+
},
|
323
|
+
"ListDocumentClassifiers":{
|
324
|
+
"name":"ListDocumentClassifiers",
|
325
|
+
"http":{
|
326
|
+
"method":"POST",
|
327
|
+
"requestUri":"/"
|
328
|
+
},
|
329
|
+
"input":{"shape":"ListDocumentClassifiersRequest"},
|
330
|
+
"output":{"shape":"ListDocumentClassifiersResponse"},
|
331
|
+
"errors":[
|
332
|
+
{"shape":"InvalidRequestException"},
|
333
|
+
{"shape":"TooManyRequestsException"},
|
334
|
+
{"shape":"InvalidFilterException"},
|
335
|
+
{"shape":"InternalServerException"}
|
336
|
+
]
|
337
|
+
},
|
244
338
|
"ListDominantLanguageDetectionJobs":{
|
245
339
|
"name":"ListDominantLanguageDetectionJobs",
|
246
340
|
"http":{
|
@@ -316,6 +410,22 @@
|
|
316
410
|
{"shape":"InternalServerException"}
|
317
411
|
]
|
318
412
|
},
|
413
|
+
"StartDocumentClassificationJob":{
|
414
|
+
"name":"StartDocumentClassificationJob",
|
415
|
+
"http":{
|
416
|
+
"method":"POST",
|
417
|
+
"requestUri":"/"
|
418
|
+
},
|
419
|
+
"input":{"shape":"StartDocumentClassificationJobRequest"},
|
420
|
+
"output":{"shape":"StartDocumentClassificationJobResponse"},
|
421
|
+
"errors":[
|
422
|
+
{"shape":"InvalidRequestException"},
|
423
|
+
{"shape":"TooManyRequestsException"},
|
424
|
+
{"shape":"ResourceNotFoundException"},
|
425
|
+
{"shape":"ResourceUnavailableException"},
|
426
|
+
{"shape":"InternalServerException"}
|
427
|
+
]
|
428
|
+
},
|
319
429
|
"StartDominantLanguageDetectionJob":{
|
320
430
|
"name":"StartDominantLanguageDetectionJob",
|
321
431
|
"http":{
|
@@ -606,12 +716,98 @@
|
|
606
716
|
},
|
607
717
|
"exception":true
|
608
718
|
},
|
719
|
+
"ClassifierEvaluationMetrics":{
|
720
|
+
"type":"structure",
|
721
|
+
"members":{
|
722
|
+
"Accuracy":{"shape":"Double"},
|
723
|
+
"Precision":{"shape":"Double"},
|
724
|
+
"Recall":{"shape":"Double"},
|
725
|
+
"F1Score":{"shape":"Double"}
|
726
|
+
}
|
727
|
+
},
|
728
|
+
"ClassifierMetadata":{
|
729
|
+
"type":"structure",
|
730
|
+
"members":{
|
731
|
+
"NumberOfLabels":{"shape":"Integer"},
|
732
|
+
"NumberOfTrainedDocuments":{"shape":"Integer"},
|
733
|
+
"NumberOfTestDocuments":{"shape":"Integer"},
|
734
|
+
"EvaluationMetrics":{"shape":"ClassifierEvaluationMetrics"}
|
735
|
+
}
|
736
|
+
},
|
609
737
|
"ClientRequestTokenString":{
|
610
738
|
"type":"string",
|
611
739
|
"max":64,
|
612
740
|
"min":1,
|
613
741
|
"pattern":"^[a-zA-Z0-9-]+$"
|
614
742
|
},
|
743
|
+
"ComprehendArnName":{
|
744
|
+
"type":"string",
|
745
|
+
"max":63,
|
746
|
+
"pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
747
|
+
},
|
748
|
+
"CreateDocumentClassifierRequest":{
|
749
|
+
"type":"structure",
|
750
|
+
"required":[
|
751
|
+
"DocumentClassifierName",
|
752
|
+
"DataAccessRoleArn",
|
753
|
+
"InputDataConfig",
|
754
|
+
"LanguageCode"
|
755
|
+
],
|
756
|
+
"members":{
|
757
|
+
"DocumentClassifierName":{"shape":"ComprehendArnName"},
|
758
|
+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
|
759
|
+
"InputDataConfig":{"shape":"DocumentClassifierInputDataConfig"},
|
760
|
+
"ClientRequestToken":{
|
761
|
+
"shape":"ClientRequestTokenString",
|
762
|
+
"idempotencyToken":true
|
763
|
+
},
|
764
|
+
"LanguageCode":{"shape":"LanguageCode"}
|
765
|
+
}
|
766
|
+
},
|
767
|
+
"CreateDocumentClassifierResponse":{
|
768
|
+
"type":"structure",
|
769
|
+
"members":{
|
770
|
+
"DocumentClassifierArn":{"shape":"DocumentClassifierArn"}
|
771
|
+
}
|
772
|
+
},
|
773
|
+
"DeleteDocumentClassifierRequest":{
|
774
|
+
"type":"structure",
|
775
|
+
"required":["DocumentClassifierArn"],
|
776
|
+
"members":{
|
777
|
+
"DocumentClassifierArn":{"shape":"DocumentClassifierArn"}
|
778
|
+
}
|
779
|
+
},
|
780
|
+
"DeleteDocumentClassifierResponse":{
|
781
|
+
"type":"structure",
|
782
|
+
"members":{
|
783
|
+
}
|
784
|
+
},
|
785
|
+
"DescribeDocumentClassificationJobRequest":{
|
786
|
+
"type":"structure",
|
787
|
+
"required":["JobId"],
|
788
|
+
"members":{
|
789
|
+
"JobId":{"shape":"JobId"}
|
790
|
+
}
|
791
|
+
},
|
792
|
+
"DescribeDocumentClassificationJobResponse":{
|
793
|
+
"type":"structure",
|
794
|
+
"members":{
|
795
|
+
"DocumentClassificationJobProperties":{"shape":"DocumentClassificationJobProperties"}
|
796
|
+
}
|
797
|
+
},
|
798
|
+
"DescribeDocumentClassifierRequest":{
|
799
|
+
"type":"structure",
|
800
|
+
"required":["DocumentClassifierArn"],
|
801
|
+
"members":{
|
802
|
+
"DocumentClassifierArn":{"shape":"DocumentClassifierArn"}
|
803
|
+
}
|
804
|
+
},
|
805
|
+
"DescribeDocumentClassifierResponse":{
|
806
|
+
"type":"structure",
|
807
|
+
"members":{
|
808
|
+
"DocumentClassifierProperties":{"shape":"DocumentClassifierProperties"}
|
809
|
+
}
|
810
|
+
},
|
615
811
|
"DescribeDominantLanguageDetectionJobRequest":{
|
616
812
|
"type":"structure",
|
617
813
|
"required":["JobId"],
|
@@ -759,6 +955,74 @@
|
|
759
955
|
"SyntaxTokens":{"shape":"ListOfSyntaxTokens"}
|
760
956
|
}
|
761
957
|
},
|
958
|
+
"DocumentClassificationJobFilter":{
|
959
|
+
"type":"structure",
|
960
|
+
"members":{
|
961
|
+
"JobName":{"shape":"JobName"},
|
962
|
+
"JobStatus":{"shape":"JobStatus"},
|
963
|
+
"SubmitTimeBefore":{"shape":"Timestamp"},
|
964
|
+
"SubmitTimeAfter":{"shape":"Timestamp"}
|
965
|
+
}
|
966
|
+
},
|
967
|
+
"DocumentClassificationJobProperties":{
|
968
|
+
"type":"structure",
|
969
|
+
"members":{
|
970
|
+
"JobId":{"shape":"JobId"},
|
971
|
+
"JobName":{"shape":"JobName"},
|
972
|
+
"JobStatus":{"shape":"JobStatus"},
|
973
|
+
"Message":{"shape":"AnyLengthString"},
|
974
|
+
"SubmitTime":{"shape":"Timestamp"},
|
975
|
+
"EndTime":{"shape":"Timestamp"},
|
976
|
+
"DocumentClassifierArn":{"shape":"DocumentClassifierArn"},
|
977
|
+
"InputDataConfig":{"shape":"InputDataConfig"},
|
978
|
+
"OutputDataConfig":{"shape":"OutputDataConfig"},
|
979
|
+
"DataAccessRoleArn":{"shape":"IamRoleArn"}
|
980
|
+
}
|
981
|
+
},
|
982
|
+
"DocumentClassificationJobPropertiesList":{
|
983
|
+
"type":"list",
|
984
|
+
"member":{"shape":"DocumentClassificationJobProperties"}
|
985
|
+
},
|
986
|
+
"DocumentClassifierArn":{
|
987
|
+
"type":"string",
|
988
|
+
"max":256,
|
989
|
+
"pattern":"arn:aws:comprehend:[a-zA-Z0-9-]*:[0-9]{12}:document-classifier/[a-zA-Z0-9](-*[a-zA-Z0-9])*"
|
990
|
+
},
|
991
|
+
"DocumentClassifierFilter":{
|
992
|
+
"type":"structure",
|
993
|
+
"members":{
|
994
|
+
"Status":{"shape":"ModelStatus"},
|
995
|
+
"SubmitTimeBefore":{"shape":"Timestamp"},
|
996
|
+
"SubmitTimeAfter":{"shape":"Timestamp"}
|
997
|
+
}
|
998
|
+
},
|
999
|
+
"DocumentClassifierInputDataConfig":{
|
1000
|
+
"type":"structure",
|
1001
|
+
"required":["S3Uri"],
|
1002
|
+
"members":{
|
1003
|
+
"S3Uri":{"shape":"S3Uri"}
|
1004
|
+
}
|
1005
|
+
},
|
1006
|
+
"DocumentClassifierProperties":{
|
1007
|
+
"type":"structure",
|
1008
|
+
"members":{
|
1009
|
+
"DocumentClassifierArn":{"shape":"DocumentClassifierArn"},
|
1010
|
+
"LanguageCode":{"shape":"LanguageCode"},
|
1011
|
+
"Status":{"shape":"ModelStatus"},
|
1012
|
+
"Message":{"shape":"AnyLengthString"},
|
1013
|
+
"SubmitTime":{"shape":"Timestamp"},
|
1014
|
+
"EndTime":{"shape":"Timestamp"},
|
1015
|
+
"TrainingStartTime":{"shape":"Timestamp"},
|
1016
|
+
"TrainingEndTime":{"shape":"Timestamp"},
|
1017
|
+
"InputDataConfig":{"shape":"DocumentClassifierInputDataConfig"},
|
1018
|
+
"ClassifierMetadata":{"shape":"ClassifierMetadata"},
|
1019
|
+
"DataAccessRoleArn":{"shape":"IamRoleArn"}
|
1020
|
+
}
|
1021
|
+
},
|
1022
|
+
"DocumentClassifierPropertiesList":{
|
1023
|
+
"type":"list",
|
1024
|
+
"member":{"shape":"DocumentClassifierProperties"}
|
1025
|
+
},
|
762
1026
|
"DominantLanguage":{
|
763
1027
|
"type":"structure",
|
764
1028
|
"members":{
|
@@ -793,6 +1057,7 @@
|
|
793
1057
|
"type":"list",
|
794
1058
|
"member":{"shape":"DominantLanguageDetectionJobProperties"}
|
795
1059
|
},
|
1060
|
+
"Double":{"type":"double"},
|
796
1061
|
"EntitiesDetectionJobFilter":{
|
797
1062
|
"type":"structure",
|
798
1063
|
"members":{
|
@@ -848,6 +1113,8 @@
|
|
848
1113
|
"Float":{"type":"float"},
|
849
1114
|
"IamRoleArn":{
|
850
1115
|
"type":"string",
|
1116
|
+
"max":2048,
|
1117
|
+
"min":20,
|
851
1118
|
"pattern":"arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+"
|
852
1119
|
},
|
853
1120
|
"InputDataConfig":{
|
@@ -891,7 +1158,8 @@
|
|
891
1158
|
"JobId":{
|
892
1159
|
"type":"string",
|
893
1160
|
"max":32,
|
894
|
-
"min":1
|
1161
|
+
"min":1,
|
1162
|
+
"pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-%@]*)$"
|
895
1163
|
},
|
896
1164
|
"JobName":{
|
897
1165
|
"type":"string",
|
@@ -965,6 +1233,36 @@
|
|
965
1233
|
"pt"
|
966
1234
|
]
|
967
1235
|
},
|
1236
|
+
"ListDocumentClassificationJobsRequest":{
|
1237
|
+
"type":"structure",
|
1238
|
+
"members":{
|
1239
|
+
"Filter":{"shape":"DocumentClassificationJobFilter"},
|
1240
|
+
"NextToken":{"shape":"String"},
|
1241
|
+
"MaxResults":{"shape":"MaxResultsInteger"}
|
1242
|
+
}
|
1243
|
+
},
|
1244
|
+
"ListDocumentClassificationJobsResponse":{
|
1245
|
+
"type":"structure",
|
1246
|
+
"members":{
|
1247
|
+
"DocumentClassificationJobPropertiesList":{"shape":"DocumentClassificationJobPropertiesList"},
|
1248
|
+
"NextToken":{"shape":"String"}
|
1249
|
+
}
|
1250
|
+
},
|
1251
|
+
"ListDocumentClassifiersRequest":{
|
1252
|
+
"type":"structure",
|
1253
|
+
"members":{
|
1254
|
+
"Filter":{"shape":"DocumentClassifierFilter"},
|
1255
|
+
"NextToken":{"shape":"String"},
|
1256
|
+
"MaxResults":{"shape":"MaxResultsInteger"}
|
1257
|
+
}
|
1258
|
+
},
|
1259
|
+
"ListDocumentClassifiersResponse":{
|
1260
|
+
"type":"structure",
|
1261
|
+
"members":{
|
1262
|
+
"DocumentClassifierPropertiesList":{"shape":"DocumentClassifierPropertiesList"},
|
1263
|
+
"NextToken":{"shape":"String"}
|
1264
|
+
}
|
1265
|
+
},
|
968
1266
|
"ListDominantLanguageDetectionJobsRequest":{
|
969
1267
|
"type":"structure",
|
970
1268
|
"members":{
|
@@ -1081,6 +1379,16 @@
|
|
1081
1379
|
"max":500,
|
1082
1380
|
"min":1
|
1083
1381
|
},
|
1382
|
+
"ModelStatus":{
|
1383
|
+
"type":"string",
|
1384
|
+
"enum":[
|
1385
|
+
"SUBMITTED",
|
1386
|
+
"TRAINING",
|
1387
|
+
"DELETING",
|
1388
|
+
"IN_ERROR",
|
1389
|
+
"TRAINED"
|
1390
|
+
]
|
1391
|
+
},
|
1084
1392
|
"NumberOfTopicsInteger":{
|
1085
1393
|
"type":"integer",
|
1086
1394
|
"max":100,
|
@@ -1108,6 +1416,7 @@
|
|
1108
1416
|
"ADV",
|
1109
1417
|
"AUX",
|
1110
1418
|
"CONJ",
|
1419
|
+
"CCONJ",
|
1111
1420
|
"DET",
|
1112
1421
|
"INTJ",
|
1113
1422
|
"NOUN",
|
@@ -1122,6 +1431,34 @@
|
|
1122
1431
|
"VERB"
|
1123
1432
|
]
|
1124
1433
|
},
|
1434
|
+
"ResourceInUseException":{
|
1435
|
+
"type":"structure",
|
1436
|
+
"members":{
|
1437
|
+
"Message":{"shape":"String"}
|
1438
|
+
},
|
1439
|
+
"exception":true
|
1440
|
+
},
|
1441
|
+
"ResourceLimitExceededException":{
|
1442
|
+
"type":"structure",
|
1443
|
+
"members":{
|
1444
|
+
"Message":{"shape":"String"}
|
1445
|
+
},
|
1446
|
+
"exception":true
|
1447
|
+
},
|
1448
|
+
"ResourceNotFoundException":{
|
1449
|
+
"type":"structure",
|
1450
|
+
"members":{
|
1451
|
+
"Message":{"shape":"String"}
|
1452
|
+
},
|
1453
|
+
"exception":true
|
1454
|
+
},
|
1455
|
+
"ResourceUnavailableException":{
|
1456
|
+
"type":"structure",
|
1457
|
+
"members":{
|
1458
|
+
"Message":{"shape":"String"}
|
1459
|
+
},
|
1460
|
+
"exception":true
|
1461
|
+
},
|
1125
1462
|
"S3Uri":{
|
1126
1463
|
"type":"string",
|
1127
1464
|
"max":1024,
|
@@ -1173,6 +1510,33 @@
|
|
1173
1510
|
"MIXED"
|
1174
1511
|
]
|
1175
1512
|
},
|
1513
|
+
"StartDocumentClassificationJobRequest":{
|
1514
|
+
"type":"structure",
|
1515
|
+
"required":[
|
1516
|
+
"DocumentClassifierArn",
|
1517
|
+
"InputDataConfig",
|
1518
|
+
"OutputDataConfig",
|
1519
|
+
"DataAccessRoleArn"
|
1520
|
+
],
|
1521
|
+
"members":{
|
1522
|
+
"JobName":{"shape":"JobName"},
|
1523
|
+
"DocumentClassifierArn":{"shape":"DocumentClassifierArn"},
|
1524
|
+
"InputDataConfig":{"shape":"InputDataConfig"},
|
1525
|
+
"OutputDataConfig":{"shape":"OutputDataConfig"},
|
1526
|
+
"DataAccessRoleArn":{"shape":"IamRoleArn"},
|
1527
|
+
"ClientRequestToken":{
|
1528
|
+
"shape":"ClientRequestTokenString",
|
1529
|
+
"idempotencyToken":true
|
1530
|
+
}
|
1531
|
+
}
|
1532
|
+
},
|
1533
|
+
"StartDocumentClassificationJobResponse":{
|
1534
|
+
"type":"structure",
|
1535
|
+
"members":{
|
1536
|
+
"JobId":{"shape":"JobId"},
|
1537
|
+
"JobStatus":{"shape":"JobStatus"}
|
1538
|
+
}
|
1539
|
+
},
|
1176
1540
|
"StartDominantLanguageDetectionJobRequest":{
|
1177
1541
|
"type":"structure",
|
1178
1542
|
"required":[
|