aws-sdk-core 2.11.532 → 2.11.537
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/amplify/2017-07-25/api-2.json +37 -6
- data/apis/backup/2018-11-15/api-2.json +43 -3
- data/apis/cloudformation/2010-05-15/api-2.json +41 -0
- data/apis/codecommit/2015-04-13/api-2.json +139 -5
- data/apis/codecommit/2015-04-13/paginators-1.json +5 -0
- data/apis/cognito-idp/2016-04-18/api-2.json +4 -2
- data/apis/ec2/2016-11-15/api-2.json +47 -7
- data/apis/elasticmapreduce/2009-03-31/api-2.json +21 -4
- data/apis/fsx/2018-03-01/api-2.json +39 -12
- data/apis/glue/2017-03-31/api-2.json +418 -0
- data/apis/honeycode/2020-03-01/api-2.json +321 -0
- data/apis/honeycode/2020-03-01/examples-1.json +5 -0
- data/apis/honeycode/2020-03-01/paginators-1.json +4 -0
- data/apis/mediatailor/2018-04-23/api-2.json +45 -25
- data/apis/organizations/2016-11-28/api-2.json +40 -11
- data/apis/quicksight/2018-04-01/api-2.json +17 -2
- data/apis/rds/2014-10-31/paginators-1.json +48 -0
- data/apis/rekognition/2016-06-27/api-2.json +186 -0
- data/apis/rekognition/2016-06-27/paginators-1.json +5 -0
- data/apis/sagemaker/2017-07-24/api-2.json +19 -0
- data/apis/sqs/2012-11-05/api-2.json +15 -4
- data/apis/sqs/2012-11-05/paginators-1.json +9 -0
- data/endpoints.json +71 -2
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/honeycode.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
@@ -428,7 +428,8 @@
|
|
428
428
|
{"shape":"ConstraintViolationException"},
|
429
429
|
{"shape":"InvalidInputException"},
|
430
430
|
{"shape":"ServiceException"},
|
431
|
-
{"shape":"TooManyRequestsException"}
|
431
|
+
{"shape":"TooManyRequestsException"},
|
432
|
+
{"shape":"UnsupportedAPIEndpointException"}
|
432
433
|
]
|
433
434
|
},
|
434
435
|
"DisablePolicyType":{
|
@@ -467,7 +468,8 @@
|
|
467
468
|
{"shape":"ConstraintViolationException"},
|
468
469
|
{"shape":"InvalidInputException"},
|
469
470
|
{"shape":"ServiceException"},
|
470
|
-
{"shape":"TooManyRequestsException"}
|
471
|
+
{"shape":"TooManyRequestsException"},
|
472
|
+
{"shape":"UnsupportedAPIEndpointException"}
|
471
473
|
]
|
472
474
|
},
|
473
475
|
"EnableAllFeatures":{
|
@@ -564,7 +566,8 @@
|
|
564
566
|
{"shape":"ConstraintViolationException"},
|
565
567
|
{"shape":"InvalidInputException"},
|
566
568
|
{"shape":"ServiceException"},
|
567
|
-
{"shape":"TooManyRequestsException"}
|
569
|
+
{"shape":"TooManyRequestsException"},
|
570
|
+
{"shape":"UnsupportedAPIEndpointException"}
|
568
571
|
]
|
569
572
|
},
|
570
573
|
"ListAccounts":{
|
@@ -1028,6 +1031,7 @@
|
|
1028
1031
|
},
|
1029
1032
|
"AccountId":{
|
1030
1033
|
"type":"string",
|
1034
|
+
"max":12,
|
1031
1035
|
"pattern":"^\\d{12}$"
|
1032
1036
|
},
|
1033
1037
|
"AccountJoinedMethod":{
|
@@ -1126,6 +1130,7 @@
|
|
1126
1130
|
},
|
1127
1131
|
"ChildId":{
|
1128
1132
|
"type":"string",
|
1133
|
+
"max":100,
|
1129
1134
|
"pattern":"^(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
|
1130
1135
|
},
|
1131
1136
|
"ChildNotFoundException":{
|
@@ -1190,7 +1195,8 @@
|
|
1190
1195
|
"MAX_DELEGATED_ADMINISTRATORS_FOR_SERVICE_LIMIT_EXCEEDED",
|
1191
1196
|
"CANNOT_REGISTER_MASTER_AS_DELEGATED_ADMINISTRATOR",
|
1192
1197
|
"CANNOT_REMOVE_DELEGATED_ADMINISTRATOR_FROM_ORG",
|
1193
|
-
"DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE"
|
1198
|
+
"DELEGATED_ADMINISTRATOR_EXISTS_FOR_THIS_SERVICE",
|
1199
|
+
"MASTER_ACCOUNT_MISSING_BUSINESS_LICENSE"
|
1194
1200
|
]
|
1195
1201
|
},
|
1196
1202
|
"CreateAccountFailureReason":{
|
@@ -1220,6 +1226,7 @@
|
|
1220
1226
|
},
|
1221
1227
|
"CreateAccountRequestId":{
|
1222
1228
|
"type":"string",
|
1229
|
+
"max":36,
|
1223
1230
|
"pattern":"^car-[a-z0-9]{8,32}$"
|
1224
1231
|
},
|
1225
1232
|
"CreateAccountResponse":{
|
@@ -1579,7 +1586,10 @@
|
|
1579
1586
|
},
|
1580
1587
|
"EffectivePolicyType":{
|
1581
1588
|
"type":"string",
|
1582
|
-
"enum":[
|
1589
|
+
"enum":[
|
1590
|
+
"TAG_POLICY",
|
1591
|
+
"BACKUP_POLICY"
|
1592
|
+
]
|
1583
1593
|
},
|
1584
1594
|
"Email":{
|
1585
1595
|
"type":"string",
|
@@ -1701,6 +1711,7 @@
|
|
1701
1711
|
},
|
1702
1712
|
"HandshakeId":{
|
1703
1713
|
"type":"string",
|
1714
|
+
"max":34,
|
1704
1715
|
"pattern":"^h-[0-9a-z]{8,32}$"
|
1705
1716
|
},
|
1706
1717
|
"HandshakeNotFoundException":{
|
@@ -1713,6 +1724,7 @@
|
|
1713
1724
|
"HandshakeNotes":{
|
1714
1725
|
"type":"string",
|
1715
1726
|
"max":1024,
|
1727
|
+
"pattern":"[\\s\\S]*",
|
1716
1728
|
"sensitive":true
|
1717
1729
|
},
|
1718
1730
|
"HandshakeParties":{
|
@@ -1734,6 +1746,7 @@
|
|
1734
1746
|
"type":"string",
|
1735
1747
|
"max":64,
|
1736
1748
|
"min":1,
|
1749
|
+
"pattern":"[\\s\\S]*",
|
1737
1750
|
"sensitive":true
|
1738
1751
|
},
|
1739
1752
|
"HandshakePartyType":{
|
@@ -2137,7 +2150,11 @@
|
|
2137
2150
|
"DestinationParentId":{"shape":"ParentId"}
|
2138
2151
|
}
|
2139
2152
|
},
|
2140
|
-
"NextToken":{
|
2153
|
+
"NextToken":{
|
2154
|
+
"type":"string",
|
2155
|
+
"max":100000,
|
2156
|
+
"pattern":"[\\s\\S]*"
|
2157
|
+
},
|
2141
2158
|
"Organization":{
|
2142
2159
|
"type":"structure",
|
2143
2160
|
"members":{
|
@@ -2186,12 +2203,14 @@
|
|
2186
2203
|
},
|
2187
2204
|
"OrganizationalUnitId":{
|
2188
2205
|
"type":"string",
|
2206
|
+
"max":68,
|
2189
2207
|
"pattern":"^ou-[0-9a-z]{4,32}-[a-z0-9]{8,32}$"
|
2190
2208
|
},
|
2191
2209
|
"OrganizationalUnitName":{
|
2192
2210
|
"type":"string",
|
2193
2211
|
"max":128,
|
2194
|
-
"min":1
|
2212
|
+
"min":1,
|
2213
|
+
"pattern":"[\\s\\S]*"
|
2195
2214
|
},
|
2196
2215
|
"OrganizationalUnitNotEmptyException":{
|
2197
2216
|
"type":"structure",
|
@@ -2220,6 +2239,7 @@
|
|
2220
2239
|
},
|
2221
2240
|
"ParentId":{
|
2222
2241
|
"type":"string",
|
2242
|
+
"max":100,
|
2223
2243
|
"pattern":"^(r-[0-9a-z]{4,32})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
|
2224
2244
|
},
|
2225
2245
|
"ParentNotFoundException":{
|
@@ -2265,14 +2285,17 @@
|
|
2265
2285
|
"PolicyContent":{
|
2266
2286
|
"type":"string",
|
2267
2287
|
"max":1000000,
|
2268
|
-
"min":1
|
2288
|
+
"min":1,
|
2289
|
+
"pattern":"[\\s\\S]*"
|
2269
2290
|
},
|
2270
2291
|
"PolicyDescription":{
|
2271
2292
|
"type":"string",
|
2272
|
-
"max":512
|
2293
|
+
"max":512,
|
2294
|
+
"pattern":"[\\s\\S]*"
|
2273
2295
|
},
|
2274
2296
|
"PolicyId":{
|
2275
2297
|
"type":"string",
|
2298
|
+
"max":130,
|
2276
2299
|
"pattern":"^p-[0-9a-zA-Z_]{8,128}$"
|
2277
2300
|
},
|
2278
2301
|
"PolicyInUseException":{
|
@@ -2285,7 +2308,8 @@
|
|
2285
2308
|
"PolicyName":{
|
2286
2309
|
"type":"string",
|
2287
2310
|
"max":128,
|
2288
|
-
"min":1
|
2311
|
+
"min":1,
|
2312
|
+
"pattern":"[\\s\\S]*"
|
2289
2313
|
},
|
2290
2314
|
"PolicyNotAttachedException":{
|
2291
2315
|
"type":"structure",
|
@@ -2314,6 +2338,7 @@
|
|
2314
2338
|
},
|
2315
2339
|
"PolicyTargetId":{
|
2316
2340
|
"type":"string",
|
2341
|
+
"max":100,
|
2317
2342
|
"pattern":"^(r-[0-9a-z]{4,32})|(\\d{12})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$"
|
2318
2343
|
},
|
2319
2344
|
"PolicyTargetSummary":{
|
@@ -2333,7 +2358,8 @@
|
|
2333
2358
|
"type":"string",
|
2334
2359
|
"enum":[
|
2335
2360
|
"SERVICE_CONTROL_POLICY",
|
2336
|
-
"TAG_POLICY"
|
2361
|
+
"TAG_POLICY",
|
2362
|
+
"BACKUP_POLICY"
|
2337
2363
|
]
|
2338
2364
|
},
|
2339
2365
|
"PolicyTypeAlreadyEnabledException":{
|
@@ -2396,6 +2422,7 @@
|
|
2396
2422
|
},
|
2397
2423
|
"RoleName":{
|
2398
2424
|
"type":"string",
|
2425
|
+
"max":64,
|
2399
2426
|
"pattern":"[\\w+=,.@-]{1,64}"
|
2400
2427
|
},
|
2401
2428
|
"Root":{
|
@@ -2413,6 +2440,7 @@
|
|
2413
2440
|
},
|
2414
2441
|
"RootId":{
|
2415
2442
|
"type":"string",
|
2443
|
+
"max":34,
|
2416
2444
|
"pattern":"^r-[0-9a-z]{4,32}$"
|
2417
2445
|
},
|
2418
2446
|
"RootName":{
|
@@ -2491,6 +2519,7 @@
|
|
2491
2519
|
},
|
2492
2520
|
"TaggableResourceId":{
|
2493
2521
|
"type":"string",
|
2522
|
+
"max":12,
|
2494
2523
|
"pattern":"^\\d{12}$"
|
2495
2524
|
},
|
2496
2525
|
"Tags":{
|
@@ -1444,6 +1444,10 @@
|
|
1444
1444
|
"error":{"httpStatusCode":409},
|
1445
1445
|
"exception":true
|
1446
1446
|
},
|
1447
|
+
"CopySourceArn":{
|
1448
|
+
"type":"string",
|
1449
|
+
"pattern":"^arn:[-a-z0-9]*:quicksight:[-a-z0-9]*:[0-9]{12}:datasource/.+"
|
1450
|
+
},
|
1447
1451
|
"CreateColumnsOperation":{
|
1448
1452
|
"type":"structure",
|
1449
1453
|
"required":["Columns"],
|
@@ -1809,7 +1813,8 @@
|
|
1809
1813
|
],
|
1810
1814
|
"members":{
|
1811
1815
|
"Username":{"shape":"Username"},
|
1812
|
-
"Password":{"shape":"Password"}
|
1816
|
+
"Password":{"shape":"Password"},
|
1817
|
+
"AlternateDataSourceParameters":{"shape":"DataSourceParametersList"}
|
1813
1818
|
}
|
1814
1819
|
},
|
1815
1820
|
"CustomSql":{
|
@@ -2075,6 +2080,7 @@
|
|
2075
2080
|
"CreatedTime":{"shape":"Timestamp"},
|
2076
2081
|
"LastUpdatedTime":{"shape":"Timestamp"},
|
2077
2082
|
"DataSourceParameters":{"shape":"DataSourceParameters"},
|
2083
|
+
"AlternateDataSourceParameters":{"shape":"DataSourceParametersList"},
|
2078
2084
|
"VpcConnectionProperties":{"shape":"VpcConnectionProperties"},
|
2079
2085
|
"SslProperties":{"shape":"SslProperties"},
|
2080
2086
|
"ErrorInfo":{"shape":"DataSourceErrorInfo"}
|
@@ -2083,7 +2089,8 @@
|
|
2083
2089
|
"DataSourceCredentials":{
|
2084
2090
|
"type":"structure",
|
2085
2091
|
"members":{
|
2086
|
-
"CredentialPair":{"shape":"CredentialPair"}
|
2092
|
+
"CredentialPair":{"shape":"CredentialPair"},
|
2093
|
+
"CopySourceArn":{"shape":"CopySourceArn"}
|
2087
2094
|
},
|
2088
2095
|
"sensitive":true
|
2089
2096
|
},
|
@@ -2097,6 +2104,8 @@
|
|
2097
2104
|
"DataSourceErrorInfoType":{
|
2098
2105
|
"type":"string",
|
2099
2106
|
"enum":[
|
2107
|
+
"ACCESS_DENIED",
|
2108
|
+
"COPY_SOURCE_NOT_FOUND",
|
2100
2109
|
"TIMEOUT",
|
2101
2110
|
"ENGINE_VERSION_NOT_SUPPORTED",
|
2102
2111
|
"UNKNOWN_HOST",
|
@@ -2133,6 +2142,12 @@
|
|
2133
2142
|
"TwitterParameters":{"shape":"TwitterParameters"}
|
2134
2143
|
}
|
2135
2144
|
},
|
2145
|
+
"DataSourceParametersList":{
|
2146
|
+
"type":"list",
|
2147
|
+
"member":{"shape":"DataSourceParameters"},
|
2148
|
+
"max":50,
|
2149
|
+
"min":1
|
2150
|
+
},
|
2136
2151
|
"DataSourceType":{
|
2137
2152
|
"type":"string",
|
2138
2153
|
"enum":[
|
@@ -1,11 +1,47 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"DescribeCertificates": {
|
4
|
+
"input_token": "Marker",
|
5
|
+
"limit_key": "MaxRecords",
|
6
|
+
"output_token": "Marker",
|
7
|
+
"result_key": "Certificates"
|
8
|
+
},
|
3
9
|
"DescribeCustomAvailabilityZones": {
|
4
10
|
"input_token": "Marker",
|
5
11
|
"limit_key": "MaxRecords",
|
6
12
|
"output_token": "Marker",
|
7
13
|
"result_key": "CustomAvailabilityZones"
|
8
14
|
},
|
15
|
+
"DescribeDBClusterBacktracks": {
|
16
|
+
"input_token": "Marker",
|
17
|
+
"limit_key": "MaxRecords",
|
18
|
+
"output_token": "Marker",
|
19
|
+
"result_key": "DBClusterBacktracks"
|
20
|
+
},
|
21
|
+
"DescribeDBClusterEndpoints": {
|
22
|
+
"input_token": "Marker",
|
23
|
+
"limit_key": "MaxRecords",
|
24
|
+
"output_token": "Marker",
|
25
|
+
"result_key": "DBClusterEndpoints"
|
26
|
+
},
|
27
|
+
"DescribeDBClusterParameterGroups": {
|
28
|
+
"input_token": "Marker",
|
29
|
+
"limit_key": "MaxRecords",
|
30
|
+
"output_token": "Marker",
|
31
|
+
"result_key": "DBClusterParameterGroups"
|
32
|
+
},
|
33
|
+
"DescribeDBClusterParameters": {
|
34
|
+
"input_token": "Marker",
|
35
|
+
"limit_key": "MaxRecords",
|
36
|
+
"output_token": "Marker",
|
37
|
+
"result_key": "Parameters"
|
38
|
+
},
|
39
|
+
"DescribeDBClusterSnapshots": {
|
40
|
+
"input_token": "Marker",
|
41
|
+
"limit_key": "MaxRecords",
|
42
|
+
"output_token": "Marker",
|
43
|
+
"result_key": "DBClusterSnapshots"
|
44
|
+
},
|
9
45
|
"DescribeDBClusters": {
|
10
46
|
"input_token": "Marker",
|
11
47
|
"limit_key": "MaxRecords",
|
@@ -138,6 +174,12 @@
|
|
138
174
|
"output_token": "Marker",
|
139
175
|
"result_key": "OrderableDBInstanceOptions"
|
140
176
|
},
|
177
|
+
"DescribePendingMaintenanceActions": {
|
178
|
+
"input_token": "Marker",
|
179
|
+
"limit_key": "MaxRecords",
|
180
|
+
"output_token": "Marker",
|
181
|
+
"result_key": "PendingMaintenanceActions"
|
182
|
+
},
|
141
183
|
"DescribeReservedDBInstances": {
|
142
184
|
"input_token": "Marker",
|
143
185
|
"limit_key": "MaxRecords",
|
@@ -150,6 +192,12 @@
|
|
150
192
|
"output_token": "Marker",
|
151
193
|
"result_key": "ReservedDBInstancesOfferings"
|
152
194
|
},
|
195
|
+
"DescribeSourceRegions": {
|
196
|
+
"input_token": "Marker",
|
197
|
+
"limit_key": "MaxRecords",
|
198
|
+
"output_token": "Marker",
|
199
|
+
"result_key": "SourceRegions"
|
200
|
+
},
|
153
201
|
"DownloadDBLogFilePortion": {
|
154
202
|
"input_token": "Marker",
|
155
203
|
"limit_key": "NumberOfLines",
|
@@ -484,6 +484,24 @@
|
|
484
484
|
{"shape":"ThrottlingException"}
|
485
485
|
]
|
486
486
|
},
|
487
|
+
"GetSegmentDetection":{
|
488
|
+
"name":"GetSegmentDetection",
|
489
|
+
"http":{
|
490
|
+
"method":"POST",
|
491
|
+
"requestUri":"/"
|
492
|
+
},
|
493
|
+
"input":{"shape":"GetSegmentDetectionRequest"},
|
494
|
+
"output":{"shape":"GetSegmentDetectionResponse"},
|
495
|
+
"errors":[
|
496
|
+
{"shape":"AccessDeniedException"},
|
497
|
+
{"shape":"InternalServerError"},
|
498
|
+
{"shape":"InvalidParameterException"},
|
499
|
+
{"shape":"InvalidPaginationTokenException"},
|
500
|
+
{"shape":"ProvisionedThroughputExceededException"},
|
501
|
+
{"shape":"ResourceNotFoundException"},
|
502
|
+
{"shape":"ThrottlingException"}
|
503
|
+
]
|
504
|
+
},
|
487
505
|
"GetTextDetection":{
|
488
506
|
"name":"GetTextDetection",
|
489
507
|
"http":{
|
@@ -778,6 +796,27 @@
|
|
778
796
|
{"shape":"ProvisionedThroughputExceededException"}
|
779
797
|
]
|
780
798
|
},
|
799
|
+
"StartSegmentDetection":{
|
800
|
+
"name":"StartSegmentDetection",
|
801
|
+
"http":{
|
802
|
+
"method":"POST",
|
803
|
+
"requestUri":"/"
|
804
|
+
},
|
805
|
+
"input":{"shape":"StartSegmentDetectionRequest"},
|
806
|
+
"output":{"shape":"StartSegmentDetectionResponse"},
|
807
|
+
"errors":[
|
808
|
+
{"shape":"AccessDeniedException"},
|
809
|
+
{"shape":"IdempotentParameterMismatchException"},
|
810
|
+
{"shape":"InvalidParameterException"},
|
811
|
+
{"shape":"InvalidS3ObjectException"},
|
812
|
+
{"shape":"InternalServerError"},
|
813
|
+
{"shape":"VideoTooLargeException"},
|
814
|
+
{"shape":"ProvisionedThroughputExceededException"},
|
815
|
+
{"shape":"LimitExceededException"},
|
816
|
+
{"shape":"ThrottlingException"}
|
817
|
+
],
|
818
|
+
"idempotent":true
|
819
|
+
},
|
781
820
|
"StartStreamProcessor":{
|
782
821
|
"name":"StartStreamProcessor",
|
783
822
|
"http":{
|
@@ -889,6 +928,19 @@
|
|
889
928
|
"type":"list",
|
890
929
|
"member":{"shape":"Attribute"}
|
891
930
|
},
|
931
|
+
"AudioMetadata":{
|
932
|
+
"type":"structure",
|
933
|
+
"members":{
|
934
|
+
"Codec":{"shape":"String"},
|
935
|
+
"DurationMillis":{"shape":"ULong"},
|
936
|
+
"SampleRate":{"shape":"ULong"},
|
937
|
+
"NumberOfChannels":{"shape":"ULong"}
|
938
|
+
}
|
939
|
+
},
|
940
|
+
"AudioMetadataList":{
|
941
|
+
"type":"list",
|
942
|
+
"member":{"shape":"AudioMetadata"}
|
943
|
+
},
|
892
944
|
"Beard":{
|
893
945
|
"type":"structure",
|
894
946
|
"members":{
|
@@ -1714,6 +1766,27 @@
|
|
1714
1766
|
"Persons":{"shape":"PersonDetections"}
|
1715
1767
|
}
|
1716
1768
|
},
|
1769
|
+
"GetSegmentDetectionRequest":{
|
1770
|
+
"type":"structure",
|
1771
|
+
"required":["JobId"],
|
1772
|
+
"members":{
|
1773
|
+
"JobId":{"shape":"JobId"},
|
1774
|
+
"MaxResults":{"shape":"MaxResults"},
|
1775
|
+
"NextToken":{"shape":"PaginationToken"}
|
1776
|
+
}
|
1777
|
+
},
|
1778
|
+
"GetSegmentDetectionResponse":{
|
1779
|
+
"type":"structure",
|
1780
|
+
"members":{
|
1781
|
+
"JobStatus":{"shape":"VideoJobStatus"},
|
1782
|
+
"StatusMessage":{"shape":"StatusMessage"},
|
1783
|
+
"VideoMetadata":{"shape":"VideoMetadataList"},
|
1784
|
+
"AudioMetadata":{"shape":"AudioMetadataList"},
|
1785
|
+
"NextToken":{"shape":"PaginationToken"},
|
1786
|
+
"Segments":{"shape":"SegmentDetections"},
|
1787
|
+
"SelectedSegmentTypes":{"shape":"SegmentTypesInfo"}
|
1788
|
+
}
|
1789
|
+
},
|
1717
1790
|
"GetTextDetectionRequest":{
|
1718
1791
|
"type":"structure",
|
1719
1792
|
"required":["JobId"],
|
@@ -2462,6 +2535,59 @@
|
|
2462
2535
|
"FaceModelVersion":{"shape":"String"}
|
2463
2536
|
}
|
2464
2537
|
},
|
2538
|
+
"SegmentConfidence":{
|
2539
|
+
"type":"float",
|
2540
|
+
"max":100,
|
2541
|
+
"min":50
|
2542
|
+
},
|
2543
|
+
"SegmentDetection":{
|
2544
|
+
"type":"structure",
|
2545
|
+
"members":{
|
2546
|
+
"Type":{"shape":"SegmentType"},
|
2547
|
+
"StartTimestampMillis":{"shape":"Timestamp"},
|
2548
|
+
"EndTimestampMillis":{"shape":"Timestamp"},
|
2549
|
+
"DurationMillis":{"shape":"ULong"},
|
2550
|
+
"StartTimecodeSMPTE":{"shape":"Timecode"},
|
2551
|
+
"EndTimecodeSMPTE":{"shape":"Timecode"},
|
2552
|
+
"DurationSMPTE":{"shape":"Timecode"},
|
2553
|
+
"TechnicalCueSegment":{"shape":"TechnicalCueSegment"},
|
2554
|
+
"ShotSegment":{"shape":"ShotSegment"}
|
2555
|
+
}
|
2556
|
+
},
|
2557
|
+
"SegmentDetections":{
|
2558
|
+
"type":"list",
|
2559
|
+
"member":{"shape":"SegmentDetection"}
|
2560
|
+
},
|
2561
|
+
"SegmentType":{
|
2562
|
+
"type":"string",
|
2563
|
+
"enum":[
|
2564
|
+
"TECHNICAL_CUE",
|
2565
|
+
"SHOT"
|
2566
|
+
]
|
2567
|
+
},
|
2568
|
+
"SegmentTypeInfo":{
|
2569
|
+
"type":"structure",
|
2570
|
+
"members":{
|
2571
|
+
"Type":{"shape":"SegmentType"},
|
2572
|
+
"ModelVersion":{"shape":"String"}
|
2573
|
+
}
|
2574
|
+
},
|
2575
|
+
"SegmentTypes":{
|
2576
|
+
"type":"list",
|
2577
|
+
"member":{"shape":"SegmentType"},
|
2578
|
+
"min":1
|
2579
|
+
},
|
2580
|
+
"SegmentTypesInfo":{
|
2581
|
+
"type":"list",
|
2582
|
+
"member":{"shape":"SegmentTypeInfo"}
|
2583
|
+
},
|
2584
|
+
"ShotSegment":{
|
2585
|
+
"type":"structure",
|
2586
|
+
"members":{
|
2587
|
+
"Index":{"shape":"ULong"},
|
2588
|
+
"Confidence":{"shape":"SegmentConfidence"}
|
2589
|
+
}
|
2590
|
+
},
|
2465
2591
|
"Smile":{
|
2466
2592
|
"type":"structure",
|
2467
2593
|
"members":{
|
@@ -2590,6 +2716,40 @@
|
|
2590
2716
|
"Status":{"shape":"ProjectVersionStatus"}
|
2591
2717
|
}
|
2592
2718
|
},
|
2719
|
+
"StartSegmentDetectionFilters":{
|
2720
|
+
"type":"structure",
|
2721
|
+
"members":{
|
2722
|
+
"TechnicalCueFilter":{"shape":"StartTechnicalCueDetectionFilter"},
|
2723
|
+
"ShotFilter":{"shape":"StartShotDetectionFilter"}
|
2724
|
+
}
|
2725
|
+
},
|
2726
|
+
"StartSegmentDetectionRequest":{
|
2727
|
+
"type":"structure",
|
2728
|
+
"required":[
|
2729
|
+
"Video",
|
2730
|
+
"SegmentTypes"
|
2731
|
+
],
|
2732
|
+
"members":{
|
2733
|
+
"Video":{"shape":"Video"},
|
2734
|
+
"ClientRequestToken":{"shape":"ClientRequestToken"},
|
2735
|
+
"NotificationChannel":{"shape":"NotificationChannel"},
|
2736
|
+
"JobTag":{"shape":"JobTag"},
|
2737
|
+
"Filters":{"shape":"StartSegmentDetectionFilters"},
|
2738
|
+
"SegmentTypes":{"shape":"SegmentTypes"}
|
2739
|
+
}
|
2740
|
+
},
|
2741
|
+
"StartSegmentDetectionResponse":{
|
2742
|
+
"type":"structure",
|
2743
|
+
"members":{
|
2744
|
+
"JobId":{"shape":"JobId"}
|
2745
|
+
}
|
2746
|
+
},
|
2747
|
+
"StartShotDetectionFilter":{
|
2748
|
+
"type":"structure",
|
2749
|
+
"members":{
|
2750
|
+
"MinSegmentConfidence":{"shape":"SegmentConfidence"}
|
2751
|
+
}
|
2752
|
+
},
|
2593
2753
|
"StartStreamProcessorRequest":{
|
2594
2754
|
"type":"structure",
|
2595
2755
|
"required":["Name"],
|
@@ -2602,6 +2762,12 @@
|
|
2602
2762
|
"members":{
|
2603
2763
|
}
|
2604
2764
|
},
|
2765
|
+
"StartTechnicalCueDetectionFilter":{
|
2766
|
+
"type":"structure",
|
2767
|
+
"members":{
|
2768
|
+
"MinSegmentConfidence":{"shape":"SegmentConfidence"}
|
2769
|
+
}
|
2770
|
+
},
|
2605
2771
|
"StartTextDetectionFilters":{
|
2606
2772
|
"type":"structure",
|
2607
2773
|
"members":{
|
@@ -2715,6 +2881,21 @@
|
|
2715
2881
|
"Confidence":{"shape":"Percent"}
|
2716
2882
|
}
|
2717
2883
|
},
|
2884
|
+
"TechnicalCueSegment":{
|
2885
|
+
"type":"structure",
|
2886
|
+
"members":{
|
2887
|
+
"Type":{"shape":"TechnicalCueType"},
|
2888
|
+
"Confidence":{"shape":"SegmentConfidence"}
|
2889
|
+
}
|
2890
|
+
},
|
2891
|
+
"TechnicalCueType":{
|
2892
|
+
"type":"string",
|
2893
|
+
"enum":[
|
2894
|
+
"ColorBars",
|
2895
|
+
"EndCredits",
|
2896
|
+
"BlackFrames"
|
2897
|
+
]
|
2898
|
+
},
|
2718
2899
|
"TestingData":{
|
2719
2900
|
"type":"structure",
|
2720
2901
|
"members":{
|
@@ -2769,6 +2950,7 @@
|
|
2769
2950
|
"exception":true,
|
2770
2951
|
"fault":true
|
2771
2952
|
},
|
2953
|
+
"Timecode":{"type":"string"},
|
2772
2954
|
"Timestamp":{"type":"long"},
|
2773
2955
|
"TrainingData":{
|
2774
2956
|
"type":"structure",
|
@@ -2844,6 +3026,10 @@
|
|
2844
3026
|
"FrameWidth":{"shape":"ULong"}
|
2845
3027
|
}
|
2846
3028
|
},
|
3029
|
+
"VideoMetadataList":{
|
3030
|
+
"type":"list",
|
3031
|
+
"member":{"shape":"VideoMetadata"}
|
3032
|
+
},
|
2847
3033
|
"VideoTooLargeException":{
|
2848
3034
|
"type":"structure",
|
2849
3035
|
"members":{
|