aws-sdk-core 2.11.409 → 2.11.410

Sign up to get free protection for your applications and to get access to all the features.
@@ -48,6 +48,24 @@
48
48
  "output_token": "Marker",
49
49
  "result_key": "Parameters"
50
50
  },
51
+ "DescribeDBProxies": {
52
+ "input_token": "Marker",
53
+ "limit_key": "MaxRecords",
54
+ "output_token": "Marker",
55
+ "result_key": "DBProxies"
56
+ },
57
+ "DescribeDBProxyTargetGroups": {
58
+ "input_token": "Marker",
59
+ "limit_key": "MaxRecords",
60
+ "output_token": "Marker",
61
+ "result_key": "TargetGroups"
62
+ },
63
+ "DescribeDBProxyTargets": {
64
+ "input_token": "Marker",
65
+ "limit_key": "MaxRecords",
66
+ "output_token": "Marker",
67
+ "result_key": "Targets"
68
+ },
51
69
  "DescribeDBSecurityGroups": {
52
70
  "input_token": "Marker",
53
71
  "limit_key": "MaxRecords",
@@ -48,6 +48,43 @@
48
48
  {"shape":"ResourceAlreadyExistsException"}
49
49
  ]
50
50
  },
51
+ "CreateProject":{
52
+ "name":"CreateProject",
53
+ "http":{
54
+ "method":"POST",
55
+ "requestUri":"/"
56
+ },
57
+ "input":{"shape":"CreateProjectRequest"},
58
+ "output":{"shape":"CreateProjectResponse"},
59
+ "errors":[
60
+ {"shape":"ResourceInUseException"},
61
+ {"shape":"LimitExceededException"},
62
+ {"shape":"InvalidParameterException"},
63
+ {"shape":"AccessDeniedException"},
64
+ {"shape":"InternalServerError"},
65
+ {"shape":"ThrottlingException"},
66
+ {"shape":"ProvisionedThroughputExceededException"}
67
+ ]
68
+ },
69
+ "CreateProjectVersion":{
70
+ "name":"CreateProjectVersion",
71
+ "http":{
72
+ "method":"POST",
73
+ "requestUri":"/"
74
+ },
75
+ "input":{"shape":"CreateProjectVersionRequest"},
76
+ "output":{"shape":"CreateProjectVersionResponse"},
77
+ "errors":[
78
+ {"shape":"ResourceInUseException"},
79
+ {"shape":"ResourceNotFoundException"},
80
+ {"shape":"LimitExceededException"},
81
+ {"shape":"InvalidParameterException"},
82
+ {"shape":"AccessDeniedException"},
83
+ {"shape":"InternalServerError"},
84
+ {"shape":"ThrottlingException"},
85
+ {"shape":"ProvisionedThroughputExceededException"}
86
+ ]
87
+ },
51
88
  "CreateStreamProcessor":{
52
89
  "name":"CreateStreamProcessor",
53
90
  "http":{
@@ -135,6 +172,41 @@
135
172
  {"shape":"ResourceNotFoundException"}
136
173
  ]
137
174
  },
175
+ "DescribeProjectVersions":{
176
+ "name":"DescribeProjectVersions",
177
+ "http":{
178
+ "method":"POST",
179
+ "requestUri":"/"
180
+ },
181
+ "input":{"shape":"DescribeProjectVersionsRequest"},
182
+ "output":{"shape":"DescribeProjectVersionsResponse"},
183
+ "errors":[
184
+ {"shape":"ResourceNotFoundException"},
185
+ {"shape":"InvalidPaginationTokenException"},
186
+ {"shape":"InvalidParameterException"},
187
+ {"shape":"AccessDeniedException"},
188
+ {"shape":"InternalServerError"},
189
+ {"shape":"ThrottlingException"},
190
+ {"shape":"ProvisionedThroughputExceededException"}
191
+ ]
192
+ },
193
+ "DescribeProjects":{
194
+ "name":"DescribeProjects",
195
+ "http":{
196
+ "method":"POST",
197
+ "requestUri":"/"
198
+ },
199
+ "input":{"shape":"DescribeProjectsRequest"},
200
+ "output":{"shape":"DescribeProjectsResponse"},
201
+ "errors":[
202
+ {"shape":"InvalidPaginationTokenException"},
203
+ {"shape":"InvalidParameterException"},
204
+ {"shape":"AccessDeniedException"},
205
+ {"shape":"InternalServerError"},
206
+ {"shape":"ThrottlingException"},
207
+ {"shape":"ProvisionedThroughputExceededException"}
208
+ ]
209
+ },
138
210
  "DescribeStreamProcessor":{
139
211
  "name":"DescribeStreamProcessor",
140
212
  "http":{
@@ -152,6 +224,28 @@
152
224
  {"shape":"ProvisionedThroughputExceededException"}
153
225
  ]
154
226
  },
227
+ "DetectCustomLabels":{
228
+ "name":"DetectCustomLabels",
229
+ "http":{
230
+ "method":"POST",
231
+ "requestUri":"/"
232
+ },
233
+ "input":{"shape":"DetectCustomLabelsRequest"},
234
+ "output":{"shape":"DetectCustomLabelsResponse"},
235
+ "errors":[
236
+ {"shape":"ResourceNotFoundException"},
237
+ {"shape":"ResourceNotReadyException"},
238
+ {"shape":"InvalidS3ObjectException"},
239
+ {"shape":"InvalidParameterException"},
240
+ {"shape":"ImageTooLargeException"},
241
+ {"shape":"LimitExceededException"},
242
+ {"shape":"AccessDeniedException"},
243
+ {"shape":"InternalServerError"},
244
+ {"shape":"ThrottlingException"},
245
+ {"shape":"ProvisionedThroughputExceededException"},
246
+ {"shape":"InvalidImageFormatException"}
247
+ ]
248
+ },
155
249
  "DetectFaces":{
156
250
  "name":"DetectFaces",
157
251
  "http":{
@@ -206,7 +300,8 @@
206
300
  {"shape":"InternalServerError"},
207
301
  {"shape":"ThrottlingException"},
208
302
  {"shape":"ProvisionedThroughputExceededException"},
209
- {"shape":"InvalidImageFormatException"}
303
+ {"shape":"InvalidImageFormatException"},
304
+ {"shape":"HumanLoopQuotaExceededException"}
210
305
  ]
211
306
  },
212
307
  "DetectText":{
@@ -610,6 +705,25 @@
610
705
  ],
611
706
  "idempotent":true
612
707
  },
708
+ "StartProjectVersion":{
709
+ "name":"StartProjectVersion",
710
+ "http":{
711
+ "method":"POST",
712
+ "requestUri":"/"
713
+ },
714
+ "input":{"shape":"StartProjectVersionRequest"},
715
+ "output":{"shape":"StartProjectVersionResponse"},
716
+ "errors":[
717
+ {"shape":"ResourceNotFoundException"},
718
+ {"shape":"ResourceInUseException"},
719
+ {"shape":"LimitExceededException"},
720
+ {"shape":"InvalidParameterException"},
721
+ {"shape":"AccessDeniedException"},
722
+ {"shape":"InternalServerError"},
723
+ {"shape":"ThrottlingException"},
724
+ {"shape":"ProvisionedThroughputExceededException"}
725
+ ]
726
+ },
613
727
  "StartStreamProcessor":{
614
728
  "name":"StartStreamProcessor",
615
729
  "http":{
@@ -628,6 +742,24 @@
628
742
  {"shape":"ProvisionedThroughputExceededException"}
629
743
  ]
630
744
  },
745
+ "StopProjectVersion":{
746
+ "name":"StopProjectVersion",
747
+ "http":{
748
+ "method":"POST",
749
+ "requestUri":"/"
750
+ },
751
+ "input":{"shape":"StopProjectVersionRequest"},
752
+ "output":{"shape":"StopProjectVersionResponse"},
753
+ "errors":[
754
+ {"shape":"ResourceNotFoundException"},
755
+ {"shape":"ResourceInUseException"},
756
+ {"shape":"InvalidParameterException"},
757
+ {"shape":"AccessDeniedException"},
758
+ {"shape":"InternalServerError"},
759
+ {"shape":"ThrottlingException"},
760
+ {"shape":"ProvisionedThroughputExceededException"}
761
+ ]
762
+ },
631
763
  "StopStreamProcessor":{
632
764
  "name":"StopStreamProcessor",
633
765
  "http":{
@@ -661,6 +793,16 @@
661
793
  "High":{"shape":"UInteger"}
662
794
  }
663
795
  },
796
+ "Asset":{
797
+ "type":"structure",
798
+ "members":{
799
+ "GroundTruthManifest":{"shape":"GroundTruthManifest"}
800
+ }
801
+ },
802
+ "Assets":{
803
+ "type":"list",
804
+ "member":{"shape":"Asset"}
805
+ },
664
806
  "Attribute":{
665
807
  "type":"string",
666
808
  "enum":[
@@ -807,6 +949,18 @@
807
949
  "Confidence":{"shape":"Percent"}
808
950
  }
809
951
  },
952
+ "ContentClassifier":{
953
+ "type":"string",
954
+ "enum":[
955
+ "FreeOfPersonallyIdentifiableInformation",
956
+ "FreeOfAdultContent"
957
+ ]
958
+ },
959
+ "ContentClassifiers":{
960
+ "type":"list",
961
+ "member":{"shape":"ContentClassifier"},
962
+ "max":256
963
+ },
810
964
  "ContentModerationDetection":{
811
965
  "type":"structure",
812
966
  "members":{
@@ -840,6 +994,42 @@
840
994
  "FaceModelVersion":{"shape":"String"}
841
995
  }
842
996
  },
997
+ "CreateProjectRequest":{
998
+ "type":"structure",
999
+ "required":["ProjectName"],
1000
+ "members":{
1001
+ "ProjectName":{"shape":"ProjectName"}
1002
+ }
1003
+ },
1004
+ "CreateProjectResponse":{
1005
+ "type":"structure",
1006
+ "members":{
1007
+ "ProjectArn":{"shape":"ProjectArn"}
1008
+ }
1009
+ },
1010
+ "CreateProjectVersionRequest":{
1011
+ "type":"structure",
1012
+ "required":[
1013
+ "ProjectArn",
1014
+ "VersionName",
1015
+ "OutputConfig",
1016
+ "TrainingData",
1017
+ "TestingData"
1018
+ ],
1019
+ "members":{
1020
+ "ProjectArn":{"shape":"ProjectArn"},
1021
+ "VersionName":{"shape":"VersionName"},
1022
+ "OutputConfig":{"shape":"OutputConfig"},
1023
+ "TrainingData":{"shape":"TrainingData"},
1024
+ "TestingData":{"shape":"TestingData"}
1025
+ }
1026
+ },
1027
+ "CreateProjectVersionResponse":{
1028
+ "type":"structure",
1029
+ "members":{
1030
+ "ProjectVersionArn":{"shape":"ProjectVersionArn"}
1031
+ }
1032
+ },
843
1033
  "CreateStreamProcessorRequest":{
844
1034
  "type":"structure",
845
1035
  "required":[
@@ -863,6 +1053,18 @@
863
1053
  "StreamProcessorArn":{"shape":"StreamProcessorArn"}
864
1054
  }
865
1055
  },
1056
+ "CustomLabel":{
1057
+ "type":"structure",
1058
+ "members":{
1059
+ "Name":{"shape":"String"},
1060
+ "Confidence":{"shape":"Percent"},
1061
+ "Geometry":{"shape":"Geometry"}
1062
+ }
1063
+ },
1064
+ "CustomLabels":{
1065
+ "type":"list",
1066
+ "member":{"shape":"CustomLabel"}
1067
+ },
866
1068
  "DateTime":{"type":"timestamp"},
867
1069
  "Degree":{
868
1070
  "type":"float",
@@ -927,6 +1129,37 @@
927
1129
  "CreationTimestamp":{"shape":"DateTime"}
928
1130
  }
929
1131
  },
1132
+ "DescribeProjectVersionsRequest":{
1133
+ "type":"structure",
1134
+ "required":["ProjectArn"],
1135
+ "members":{
1136
+ "ProjectArn":{"shape":"ProjectArn"},
1137
+ "VersionNames":{"shape":"VersionNames"},
1138
+ "NextToken":{"shape":"ExtendedPaginationToken"},
1139
+ "MaxResults":{"shape":"ProjectVersionsPageSize"}
1140
+ }
1141
+ },
1142
+ "DescribeProjectVersionsResponse":{
1143
+ "type":"structure",
1144
+ "members":{
1145
+ "ProjectVersionDescriptions":{"shape":"ProjectVersionDescriptions"},
1146
+ "NextToken":{"shape":"ExtendedPaginationToken"}
1147
+ }
1148
+ },
1149
+ "DescribeProjectsRequest":{
1150
+ "type":"structure",
1151
+ "members":{
1152
+ "NextToken":{"shape":"ExtendedPaginationToken"},
1153
+ "MaxResults":{"shape":"ProjectsPageSize"}
1154
+ }
1155
+ },
1156
+ "DescribeProjectsResponse":{
1157
+ "type":"structure",
1158
+ "members":{
1159
+ "ProjectDescriptions":{"shape":"ProjectDescriptions"},
1160
+ "NextToken":{"shape":"ExtendedPaginationToken"}
1161
+ }
1162
+ },
930
1163
  "DescribeStreamProcessorRequest":{
931
1164
  "type":"structure",
932
1165
  "required":["Name"],
@@ -949,6 +1182,25 @@
949
1182
  "Settings":{"shape":"StreamProcessorSettings"}
950
1183
  }
951
1184
  },
1185
+ "DetectCustomLabelsRequest":{
1186
+ "type":"structure",
1187
+ "required":[
1188
+ "ProjectVersionArn",
1189
+ "Image"
1190
+ ],
1191
+ "members":{
1192
+ "ProjectVersionArn":{"shape":"ProjectVersionArn"},
1193
+ "Image":{"shape":"Image"},
1194
+ "MaxResults":{"shape":"UInteger"},
1195
+ "MinConfidence":{"shape":"Percent"}
1196
+ }
1197
+ },
1198
+ "DetectCustomLabelsResponse":{
1199
+ "type":"structure",
1200
+ "members":{
1201
+ "CustomLabels":{"shape":"CustomLabels"}
1202
+ }
1203
+ },
952
1204
  "DetectFacesRequest":{
953
1205
  "type":"structure",
954
1206
  "required":["Image"],
@@ -986,14 +1238,16 @@
986
1238
  "required":["Image"],
987
1239
  "members":{
988
1240
  "Image":{"shape":"Image"},
989
- "MinConfidence":{"shape":"Percent"}
1241
+ "MinConfidence":{"shape":"Percent"},
1242
+ "HumanLoopConfig":{"shape":"HumanLoopConfig"}
990
1243
  }
991
1244
  },
992
1245
  "DetectModerationLabelsResponse":{
993
1246
  "type":"structure",
994
1247
  "members":{
995
1248
  "ModerationLabels":{"shape":"ModerationLabels"},
996
- "ModerationModelVersion":{"shape":"String"}
1249
+ "ModerationModelVersion":{"shape":"String"},
1250
+ "HumanLoopActivationOutput":{"shape":"HumanLoopActivationOutput"}
997
1251
  }
998
1252
  },
999
1253
  "DetectTextRequest":{
@@ -1034,6 +1288,17 @@
1034
1288
  "type":"list",
1035
1289
  "member":{"shape":"Emotion"}
1036
1290
  },
1291
+ "EvaluationResult":{
1292
+ "type":"structure",
1293
+ "members":{
1294
+ "F1Score":{"shape":"Float"},
1295
+ "Summary":{"shape":"Summary"}
1296
+ }
1297
+ },
1298
+ "ExtendedPaginationToken":{
1299
+ "type":"string",
1300
+ "max":1024
1301
+ },
1037
1302
  "ExternalImageId":{
1038
1303
  "type":"string",
1039
1304
  "max":255,
@@ -1161,6 +1426,10 @@
1161
1426
  ]
1162
1427
  },
1163
1428
  "Float":{"type":"float"},
1429
+ "FlowDefinitionArn":{
1430
+ "type":"string",
1431
+ "max":256
1432
+ },
1164
1433
  "Gender":{
1165
1434
  "type":"structure",
1166
1435
  "members":{
@@ -1317,6 +1586,70 @@
1317
1586
  "Persons":{"shape":"PersonDetections"}
1318
1587
  }
1319
1588
  },
1589
+ "GroundTruthManifest":{
1590
+ "type":"structure",
1591
+ "members":{
1592
+ "S3Object":{"shape":"S3Object"}
1593
+ }
1594
+ },
1595
+ "HumanLoopActivationConditionsEvaluationResults":{
1596
+ "type":"string",
1597
+ "max":10240
1598
+ },
1599
+ "HumanLoopActivationOutput":{
1600
+ "type":"structure",
1601
+ "members":{
1602
+ "HumanLoopArn":{"shape":"HumanLoopArn"},
1603
+ "HumanLoopActivationReasons":{"shape":"HumanLoopActivationReasons"},
1604
+ "HumanLoopActivationConditionsEvaluationResults":{
1605
+ "shape":"HumanLoopActivationConditionsEvaluationResults",
1606
+ "jsonvalue":true
1607
+ }
1608
+ }
1609
+ },
1610
+ "HumanLoopActivationReason":{"type":"string"},
1611
+ "HumanLoopActivationReasons":{
1612
+ "type":"list",
1613
+ "member":{"shape":"HumanLoopActivationReason"},
1614
+ "min":1
1615
+ },
1616
+ "HumanLoopArn":{
1617
+ "type":"string",
1618
+ "max":256
1619
+ },
1620
+ "HumanLoopConfig":{
1621
+ "type":"structure",
1622
+ "required":[
1623
+ "HumanLoopName",
1624
+ "FlowDefinitionArn"
1625
+ ],
1626
+ "members":{
1627
+ "HumanLoopName":{"shape":"HumanLoopName"},
1628
+ "FlowDefinitionArn":{"shape":"FlowDefinitionArn"},
1629
+ "DataAttributes":{"shape":"HumanLoopDataAttributes"}
1630
+ }
1631
+ },
1632
+ "HumanLoopDataAttributes":{
1633
+ "type":"structure",
1634
+ "members":{
1635
+ "ContentClassifiers":{"shape":"ContentClassifiers"}
1636
+ }
1637
+ },
1638
+ "HumanLoopName":{
1639
+ "type":"string",
1640
+ "max":63,
1641
+ "min":1,
1642
+ "pattern":"^[a-z0-9](-*[a-z0-9])*"
1643
+ },
1644
+ "HumanLoopQuotaExceededException":{
1645
+ "type":"structure",
1646
+ "members":{
1647
+ "ResourceType":{"shape":"String"},
1648
+ "QuotaCode":{"shape":"String"},
1649
+ "ServiceCode":{"shape":"String"}
1650
+ },
1651
+ "exception":true
1652
+ },
1320
1653
  "IdempotentParameterMismatchException":{
1321
1654
  "type":"structure",
1322
1655
  "members":{
@@ -1376,6 +1709,10 @@
1376
1709
  "UnindexedFaces":{"shape":"UnindexedFaces"}
1377
1710
  }
1378
1711
  },
1712
+ "InferenceUnits":{
1713
+ "type":"integer",
1714
+ "min":1
1715
+ },
1379
1716
  "Instance":{
1380
1717
  "type":"structure",
1381
1718
  "members":{
@@ -1639,6 +1976,13 @@
1639
1976
  "ROTATE_270"
1640
1977
  ]
1641
1978
  },
1979
+ "OutputConfig":{
1980
+ "type":"structure",
1981
+ "members":{
1982
+ "S3Bucket":{"shape":"S3Bucket"},
1983
+ "S3KeyPrefix":{"shape":"S3KeyPrefix"}
1984
+ }
1985
+ },
1642
1986
  "PageSize":{
1643
1987
  "type":"integer",
1644
1988
  "max":4096,
@@ -1721,6 +2065,88 @@
1721
2065
  "Pitch":{"shape":"Degree"}
1722
2066
  }
1723
2067
  },
2068
+ "ProjectArn":{
2069
+ "type":"string",
2070
+ "max":2048,
2071
+ "min":20,
2072
+ "pattern":"(^arn:[a-z\\d-]+:rekognition:[a-z\\d-]+:\\d{12}:project\\/[a-zA-Z0-9_.\\-]{1,255}\\/[0-9]+$)"
2073
+ },
2074
+ "ProjectDescription":{
2075
+ "type":"structure",
2076
+ "members":{
2077
+ "ProjectArn":{"shape":"ProjectArn"},
2078
+ "CreationTimestamp":{"shape":"DateTime"},
2079
+ "Status":{"shape":"ProjectStatus"}
2080
+ }
2081
+ },
2082
+ "ProjectDescriptions":{
2083
+ "type":"list",
2084
+ "member":{"shape":"ProjectDescription"}
2085
+ },
2086
+ "ProjectName":{
2087
+ "type":"string",
2088
+ "max":255,
2089
+ "min":1,
2090
+ "pattern":"[a-zA-Z0-9_.\\-]+"
2091
+ },
2092
+ "ProjectStatus":{
2093
+ "type":"string",
2094
+ "enum":[
2095
+ "CREATING",
2096
+ "CREATED",
2097
+ "DELETING"
2098
+ ]
2099
+ },
2100
+ "ProjectVersionArn":{
2101
+ "type":"string",
2102
+ "max":2048,
2103
+ "min":20,
2104
+ "pattern":"(^arn:[a-z\\d-]+:rekognition:[a-z\\d-]+:\\d{12}:project\\/[a-zA-Z0-9_.\\-]{1,255}\\/version\\/[a-zA-Z0-9_.\\-]{1,255}\\/[0-9]+$)"
2105
+ },
2106
+ "ProjectVersionDescription":{
2107
+ "type":"structure",
2108
+ "members":{
2109
+ "ProjectVersionArn":{"shape":"ProjectVersionArn"},
2110
+ "CreationTimestamp":{"shape":"DateTime"},
2111
+ "MinInferenceUnits":{"shape":"InferenceUnits"},
2112
+ "Status":{"shape":"ProjectVersionStatus"},
2113
+ "StatusMessage":{"shape":"StatusMessage"},
2114
+ "BillableTrainingTimeInSeconds":{"shape":"ULong"},
2115
+ "TrainingEndTimestamp":{"shape":"DateTime"},
2116
+ "OutputConfig":{"shape":"OutputConfig"},
2117
+ "TrainingDataResult":{"shape":"TrainingDataResult"},
2118
+ "TestingDataResult":{"shape":"TestingDataResult"},
2119
+ "EvaluationResult":{"shape":"EvaluationResult"}
2120
+ }
2121
+ },
2122
+ "ProjectVersionDescriptions":{
2123
+ "type":"list",
2124
+ "member":{"shape":"ProjectVersionDescription"}
2125
+ },
2126
+ "ProjectVersionStatus":{
2127
+ "type":"string",
2128
+ "enum":[
2129
+ "TRAINING_IN_PROGRESS",
2130
+ "TRAINING_COMPLETED",
2131
+ "TRAINING_FAILED",
2132
+ "STARTING",
2133
+ "RUNNING",
2134
+ "FAILED",
2135
+ "STOPPING",
2136
+ "STOPPED",
2137
+ "DELETING"
2138
+ ]
2139
+ },
2140
+ "ProjectVersionsPageSize":{
2141
+ "type":"integer",
2142
+ "max":100,
2143
+ "min":1
2144
+ },
2145
+ "ProjectsPageSize":{
2146
+ "type":"integer",
2147
+ "max":100,
2148
+ "min":1
2149
+ },
1724
2150
  "ProvisionedThroughputExceededException":{
1725
2151
  "type":"structure",
1726
2152
  "members":{
@@ -1790,6 +2216,12 @@
1790
2216
  },
1791
2217
  "exception":true
1792
2218
  },
2219
+ "ResourceNotReadyException":{
2220
+ "type":"structure",
2221
+ "members":{
2222
+ },
2223
+ "exception":true
2224
+ },
1793
2225
  "RoleArn":{
1794
2226
  "type":"string",
1795
2227
  "pattern":"arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
@@ -1800,6 +2232,10 @@
1800
2232
  "min":3,
1801
2233
  "pattern":"[0-9A-Za-z\\.\\-_]*"
1802
2234
  },
2235
+ "S3KeyPrefix":{
2236
+ "type":"string",
2237
+ "max":1024
2238
+ },
1803
2239
  "S3Object":{
1804
2240
  "type":"structure",
1805
2241
  "members":{
@@ -1977,6 +2413,23 @@
1977
2413
  "JobId":{"shape":"JobId"}
1978
2414
  }
1979
2415
  },
2416
+ "StartProjectVersionRequest":{
2417
+ "type":"structure",
2418
+ "required":[
2419
+ "ProjectVersionArn",
2420
+ "MinInferenceUnits"
2421
+ ],
2422
+ "members":{
2423
+ "ProjectVersionArn":{"shape":"ProjectVersionArn"},
2424
+ "MinInferenceUnits":{"shape":"InferenceUnits"}
2425
+ }
2426
+ },
2427
+ "StartProjectVersionResponse":{
2428
+ "type":"structure",
2429
+ "members":{
2430
+ "Status":{"shape":"ProjectVersionStatus"}
2431
+ }
2432
+ },
1980
2433
  "StartStreamProcessorRequest":{
1981
2434
  "type":"structure",
1982
2435
  "required":["Name"],
@@ -1990,6 +2443,19 @@
1990
2443
  }
1991
2444
  },
1992
2445
  "StatusMessage":{"type":"string"},
2446
+ "StopProjectVersionRequest":{
2447
+ "type":"structure",
2448
+ "required":["ProjectVersionArn"],
2449
+ "members":{
2450
+ "ProjectVersionArn":{"shape":"ProjectVersionArn"}
2451
+ }
2452
+ },
2453
+ "StopProjectVersionResponse":{
2454
+ "type":"structure",
2455
+ "members":{
2456
+ "Status":{"shape":"ProjectVersionStatus"}
2457
+ }
2458
+ },
1993
2459
  "StopStreamProcessorRequest":{
1994
2460
  "type":"structure",
1995
2461
  "required":["Name"],
@@ -2052,6 +2518,12 @@
2052
2518
  ]
2053
2519
  },
2054
2520
  "String":{"type":"string"},
2521
+ "Summary":{
2522
+ "type":"structure",
2523
+ "members":{
2524
+ "S3Object":{"shape":"S3Object"}
2525
+ }
2526
+ },
2055
2527
  "Sunglasses":{
2056
2528
  "type":"structure",
2057
2529
  "members":{
@@ -2059,6 +2531,20 @@
2059
2531
  "Confidence":{"shape":"Percent"}
2060
2532
  }
2061
2533
  },
2534
+ "TestingData":{
2535
+ "type":"structure",
2536
+ "members":{
2537
+ "Assets":{"shape":"Assets"},
2538
+ "AutoCreate":{"shape":"Boolean"}
2539
+ }
2540
+ },
2541
+ "TestingDataResult":{
2542
+ "type":"structure",
2543
+ "members":{
2544
+ "Input":{"shape":"TestingData"},
2545
+ "Output":{"shape":"TestingData"}
2546
+ }
2547
+ },
2062
2548
  "TextDetection":{
2063
2549
  "type":"structure",
2064
2550
  "members":{
@@ -2089,6 +2575,19 @@
2089
2575
  "fault":true
2090
2576
  },
2091
2577
  "Timestamp":{"type":"long"},
2578
+ "TrainingData":{
2579
+ "type":"structure",
2580
+ "members":{
2581
+ "Assets":{"shape":"Assets"}
2582
+ }
2583
+ },
2584
+ "TrainingDataResult":{
2585
+ "type":"structure",
2586
+ "members":{
2587
+ "Input":{"shape":"TrainingData"},
2588
+ "Output":{"shape":"TrainingData"}
2589
+ }
2590
+ },
2092
2591
  "UInteger":{
2093
2592
  "type":"integer",
2094
2593
  "min":0
@@ -2113,6 +2612,18 @@
2113
2612
  "type":"list",
2114
2613
  "member":{"shape":"Url"}
2115
2614
  },
2615
+ "VersionName":{
2616
+ "type":"string",
2617
+ "max":255,
2618
+ "min":1,
2619
+ "pattern":"[a-zA-Z0-9_.\\-]+"
2620
+ },
2621
+ "VersionNames":{
2622
+ "type":"list",
2623
+ "member":{"shape":"VersionName"},
2624
+ "max":10,
2625
+ "min":1
2626
+ },
2116
2627
  "Video":{
2117
2628
  "type":"structure",
2118
2629
  "members":{