cdk-comprehend-s3olap 2.0.154 → 2.0.156

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (38) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +9 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +3 -0
  8. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.min.json +75 -12
  9. package/node_modules/aws-sdk/apis/codecatalyst-2022-09-28.paginators.json +6 -0
  10. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +6 -2
  11. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +104 -90
  12. package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +159 -43
  13. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +48 -47
  14. package/node_modules/aws-sdk/clients/athena.d.ts +4 -0
  15. package/node_modules/aws-sdk/clients/codecatalyst.d.ts +66 -0
  16. package/node_modules/aws-sdk/clients/kafka.d.ts +2 -2
  17. package/node_modules/aws-sdk/clients/rekognition.d.ts +19 -1
  18. package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +154 -45
  19. package/node_modules/aws-sdk/clients/transfer.d.ts +52 -44
  20. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +98 -73
  21. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1950 -1900
  22. package/node_modules/aws-sdk/dist/aws-sdk.js +111 -93
  23. package/node_modules/aws-sdk/dist/aws-sdk.min.js +30 -30
  24. package/node_modules/aws-sdk/lib/core.js +1 -1
  25. package/node_modules/aws-sdk/lib/region_config.js +1 -0
  26. package/node_modules/aws-sdk/package.json +1 -1
  27. package/node_modules/get-intrinsic/CHANGELOG.md +7 -0
  28. package/node_modules/get-intrinsic/index.js +21 -14
  29. package/node_modules/get-intrinsic/package.json +3 -2
  30. package/node_modules/has-proto/.eslintrc +5 -0
  31. package/node_modules/has-proto/.github/FUNDING.yml +12 -0
  32. package/node_modules/has-proto/CHANGELOG.md +23 -0
  33. package/node_modules/has-proto/LICENSE +21 -0
  34. package/node_modules/has-proto/README.md +38 -0
  35. package/node_modules/has-proto/index.js +11 -0
  36. package/node_modules/has-proto/package.json +74 -0
  37. package/node_modules/has-proto/test/index.js +19 -0
  38. package/package.json +3 -3
@@ -772,7 +772,7 @@
772
772
  "type": "structure",
773
773
  "members": {
774
774
  "GeneralLabels": {
775
- "shape": "S4t"
775
+ "shape": "S4u"
776
776
  },
777
777
  "ImageProperties": {
778
778
  "type": "structure",
@@ -792,7 +792,7 @@
792
792
  "Labels": {
793
793
  "type": "list",
794
794
  "member": {
795
- "shape": "S50"
795
+ "shape": "S51"
796
796
  }
797
797
  },
798
798
  "OrientationCorrection": {},
@@ -801,19 +801,19 @@
801
801
  "type": "structure",
802
802
  "members": {
803
803
  "Quality": {
804
- "shape": "S5c"
804
+ "shape": "S5d"
805
805
  },
806
806
  "DominantColors": {
807
- "shape": "S53"
807
+ "shape": "S54"
808
808
  },
809
809
  "Foreground": {
810
810
  "type": "structure",
811
811
  "members": {
812
812
  "Quality": {
813
- "shape": "S5c"
813
+ "shape": "S5d"
814
814
  },
815
815
  "DominantColors": {
816
- "shape": "S53"
816
+ "shape": "S54"
817
817
  }
818
818
  }
819
819
  },
@@ -821,10 +821,10 @@
821
821
  "type": "structure",
822
822
  "members": {
823
823
  "Quality": {
824
- "shape": "S5c"
824
+ "shape": "S5d"
825
825
  },
826
826
  "DominantColors": {
827
- "shape": "S53"
827
+ "shape": "S54"
828
828
  }
829
829
  }
830
830
  }
@@ -874,7 +874,7 @@
874
874
  "ModerationLabels": {
875
875
  "type": "list",
876
876
  "member": {
877
- "shape": "S5o"
877
+ "shape": "S5p"
878
878
  }
879
879
  },
880
880
  "ModerationModelVersion": {},
@@ -985,13 +985,13 @@
985
985
  "type": "structure",
986
986
  "members": {
987
987
  "PersonsWithRequiredEquipment": {
988
- "shape": "S68"
988
+ "shape": "S69"
989
989
  },
990
990
  "PersonsWithoutRequiredEquipment": {
991
- "shape": "S68"
991
+ "shape": "S69"
992
992
  },
993
993
  "PersonsIndeterminate": {
994
- "shape": "S68"
994
+ "shape": "S69"
995
995
  }
996
996
  }
997
997
  }
@@ -1012,7 +1012,7 @@
1012
1012
  "type": "structure",
1013
1013
  "members": {
1014
1014
  "WordFilter": {
1015
- "shape": "S6b"
1015
+ "shape": "S6c"
1016
1016
  },
1017
1017
  "RegionsOfInterest": {
1018
1018
  "shape": "S2e"
@@ -1027,7 +1027,7 @@
1027
1027
  "TextDetections": {
1028
1028
  "type": "list",
1029
1029
  "member": {
1030
- "shape": "S6g"
1030
+ "shape": "S6h"
1031
1031
  }
1032
1032
  },
1033
1033
  "TextModelVersion": {}
@@ -1074,11 +1074,11 @@
1074
1074
  "type": "structure",
1075
1075
  "members": {
1076
1076
  "Urls": {
1077
- "shape": "S6p"
1077
+ "shape": "S6q"
1078
1078
  },
1079
1079
  "Name": {},
1080
1080
  "KnownGender": {
1081
- "shape": "S6r"
1081
+ "shape": "S6s"
1082
1082
  }
1083
1083
  }
1084
1084
  }
@@ -1104,7 +1104,7 @@
1104
1104
  "JobStatus": {},
1105
1105
  "StatusMessage": {},
1106
1106
  "VideoMetadata": {
1107
- "shape": "S70"
1107
+ "shape": "S71"
1108
1108
  },
1109
1109
  "NextToken": {},
1110
1110
  "Celebrities": {
@@ -1119,7 +1119,7 @@
1119
1119
  "type": "structure",
1120
1120
  "members": {
1121
1121
  "Urls": {
1122
- "shape": "S6p"
1122
+ "shape": "S6q"
1123
1123
  },
1124
1124
  "Name": {},
1125
1125
  "Id": {},
@@ -1133,7 +1133,7 @@
1133
1133
  "shape": "S4e"
1134
1134
  },
1135
1135
  "KnownGender": {
1136
- "shape": "S6r"
1136
+ "shape": "S6s"
1137
1137
  }
1138
1138
  }
1139
1139
  }
@@ -1142,7 +1142,7 @@
1142
1142
  },
1143
1143
  "JobId": {},
1144
1144
  "Video": {
1145
- "shape": "S76"
1145
+ "shape": "S77"
1146
1146
  },
1147
1147
  "JobTag": {}
1148
1148
  }
@@ -1170,7 +1170,7 @@
1170
1170
  "JobStatus": {},
1171
1171
  "StatusMessage": {},
1172
1172
  "VideoMetadata": {
1173
- "shape": "S70"
1173
+ "shape": "S71"
1174
1174
  },
1175
1175
  "ModerationLabels": {
1176
1176
  "type": "list",
@@ -1181,7 +1181,7 @@
1181
1181
  "type": "long"
1182
1182
  },
1183
1183
  "ModerationLabel": {
1184
- "shape": "S5o"
1184
+ "shape": "S5p"
1185
1185
  },
1186
1186
  "StartTimestampMillis": {
1187
1187
  "type": "long"
@@ -1199,7 +1199,7 @@
1199
1199
  "ModerationModelVersion": {},
1200
1200
  "JobId": {},
1201
1201
  "Video": {
1202
- "shape": "S76"
1202
+ "shape": "S77"
1203
1203
  },
1204
1204
  "JobTag": {},
1205
1205
  "GetRequestMetadata": {
@@ -1232,7 +1232,7 @@
1232
1232
  "JobStatus": {},
1233
1233
  "StatusMessage": {},
1234
1234
  "VideoMetadata": {
1235
- "shape": "S70"
1235
+ "shape": "S71"
1236
1236
  },
1237
1237
  "NextToken": {},
1238
1238
  "Faces": {
@@ -1251,7 +1251,7 @@
1251
1251
  },
1252
1252
  "JobId": {},
1253
1253
  "Video": {
1254
- "shape": "S76"
1254
+ "shape": "S77"
1255
1255
  },
1256
1256
  "JobTag": {}
1257
1257
  }
@@ -1280,12 +1280,12 @@
1280
1280
  "type": "float"
1281
1281
  },
1282
1282
  "ReferenceImage": {
1283
- "shape": "S7m"
1283
+ "shape": "S7n"
1284
1284
  },
1285
1285
  "AuditImages": {
1286
1286
  "type": "list",
1287
1287
  "member": {
1288
- "shape": "S7m"
1288
+ "shape": "S7n"
1289
1289
  }
1290
1290
  }
1291
1291
  }
@@ -1313,7 +1313,7 @@
1313
1313
  "StatusMessage": {},
1314
1314
  "NextToken": {},
1315
1315
  "VideoMetadata": {
1316
- "shape": "S70"
1316
+ "shape": "S71"
1317
1317
  },
1318
1318
  "Persons": {
1319
1319
  "type": "list",
@@ -1324,17 +1324,17 @@
1324
1324
  "type": "long"
1325
1325
  },
1326
1326
  "Person": {
1327
- "shape": "S7u"
1327
+ "shape": "S7v"
1328
1328
  },
1329
1329
  "FaceMatches": {
1330
- "shape": "S7w"
1330
+ "shape": "S7x"
1331
1331
  }
1332
1332
  }
1333
1333
  }
1334
1334
  },
1335
1335
  "JobId": {},
1336
1336
  "Video": {
1337
- "shape": "S76"
1337
+ "shape": "S77"
1338
1338
  },
1339
1339
  "JobTag": {}
1340
1340
  }
@@ -1362,7 +1362,7 @@
1362
1362
  "JobStatus": {},
1363
1363
  "StatusMessage": {},
1364
1364
  "VideoMetadata": {
1365
- "shape": "S70"
1365
+ "shape": "S71"
1366
1366
  },
1367
1367
  "NextToken": {},
1368
1368
  "Labels": {
@@ -1374,7 +1374,7 @@
1374
1374
  "type": "long"
1375
1375
  },
1376
1376
  "Label": {
1377
- "shape": "S50"
1377
+ "shape": "S51"
1378
1378
  },
1379
1379
  "StartTimestampMillis": {
1380
1380
  "type": "long"
@@ -1391,7 +1391,7 @@
1391
1391
  "LabelModelVersion": {},
1392
1392
  "JobId": {},
1393
1393
  "Video": {
1394
- "shape": "S76"
1394
+ "shape": "S77"
1395
1395
  },
1396
1396
  "JobTag": {},
1397
1397
  "GetRequestMetadata": {
@@ -1425,7 +1425,7 @@
1425
1425
  "JobStatus": {},
1426
1426
  "StatusMessage": {},
1427
1427
  "VideoMetadata": {
1428
- "shape": "S70"
1428
+ "shape": "S71"
1429
1429
  },
1430
1430
  "NextToken": {},
1431
1431
  "Persons": {
@@ -1437,14 +1437,14 @@
1437
1437
  "type": "long"
1438
1438
  },
1439
1439
  "Person": {
1440
- "shape": "S7u"
1440
+ "shape": "S7v"
1441
1441
  }
1442
1442
  }
1443
1443
  }
1444
1444
  },
1445
1445
  "JobId": {},
1446
1446
  "Video": {
1447
- "shape": "S76"
1447
+ "shape": "S77"
1448
1448
  },
1449
1449
  "JobTag": {}
1450
1450
  }
@@ -1472,7 +1472,7 @@
1472
1472
  "VideoMetadata": {
1473
1473
  "type": "list",
1474
1474
  "member": {
1475
- "shape": "S70"
1475
+ "shape": "S71"
1476
1476
  }
1477
1477
  },
1478
1478
  "AudioMetadata": {
@@ -1556,7 +1556,7 @@
1556
1556
  },
1557
1557
  "JobId": {},
1558
1558
  "Video": {
1559
- "shape": "S76"
1559
+ "shape": "S77"
1560
1560
  },
1561
1561
  "JobTag": {}
1562
1562
  }
@@ -1582,7 +1582,7 @@
1582
1582
  "JobStatus": {},
1583
1583
  "StatusMessage": {},
1584
1584
  "VideoMetadata": {
1585
- "shape": "S70"
1585
+ "shape": "S71"
1586
1586
  },
1587
1587
  "TextDetections": {
1588
1588
  "type": "list",
@@ -1593,7 +1593,7 @@
1593
1593
  "type": "long"
1594
1594
  },
1595
1595
  "TextDetection": {
1596
- "shape": "S6g"
1596
+ "shape": "S6h"
1597
1597
  }
1598
1598
  }
1599
1599
  }
@@ -1602,7 +1602,7 @@
1602
1602
  "TextModelVersion": {},
1603
1603
  "JobId": {},
1604
1604
  "Video": {
1605
- "shape": "S76"
1605
+ "shape": "S77"
1606
1606
  },
1607
1607
  "JobTag": {}
1608
1608
  }
@@ -1639,7 +1639,7 @@
1639
1639
  "type": "structure",
1640
1640
  "members": {
1641
1641
  "Face": {
1642
- "shape": "S7y"
1642
+ "shape": "S7z"
1643
1643
  },
1644
1644
  "FaceDetail": {
1645
1645
  "shape": "S4e"
@@ -1789,7 +1789,7 @@
1789
1789
  "Faces": {
1790
1790
  "type": "list",
1791
1791
  "member": {
1792
- "shape": "S7y"
1792
+ "shape": "S7z"
1793
1793
  }
1794
1794
  },
1795
1795
  "NextToken": {},
@@ -1925,7 +1925,7 @@
1925
1925
  "type": "structure",
1926
1926
  "members": {
1927
1927
  "Urls": {
1928
- "shape": "S6p"
1928
+ "shape": "S6q"
1929
1929
  },
1930
1930
  "Name": {},
1931
1931
  "Id": {},
@@ -1936,7 +1936,7 @@
1936
1936
  "type": "float"
1937
1937
  },
1938
1938
  "KnownGender": {
1939
- "shape": "S6r"
1939
+ "shape": "S6s"
1940
1940
  }
1941
1941
  }
1942
1942
  }
@@ -1974,7 +1974,7 @@
1974
1974
  "members": {
1975
1975
  "SearchedFaceId": {},
1976
1976
  "FaceMatches": {
1977
- "shape": "S7w"
1977
+ "shape": "S7x"
1978
1978
  },
1979
1979
  "FaceModelVersion": {}
1980
1980
  }
@@ -2011,7 +2011,7 @@
2011
2011
  "type": "float"
2012
2012
  },
2013
2013
  "FaceMatches": {
2014
- "shape": "S7w"
2014
+ "shape": "S7x"
2015
2015
  },
2016
2016
  "FaceModelVersion": {}
2017
2017
  }
@@ -2025,11 +2025,11 @@
2025
2025
  ],
2026
2026
  "members": {
2027
2027
  "Video": {
2028
- "shape": "S76"
2028
+ "shape": "S77"
2029
2029
  },
2030
2030
  "ClientRequestToken": {},
2031
2031
  "NotificationChannel": {
2032
- "shape": "Sak"
2032
+ "shape": "Sal"
2033
2033
  },
2034
2034
  "JobTag": {}
2035
2035
  }
@@ -2050,14 +2050,14 @@
2050
2050
  ],
2051
2051
  "members": {
2052
2052
  "Video": {
2053
- "shape": "S76"
2053
+ "shape": "S77"
2054
2054
  },
2055
2055
  "MinConfidence": {
2056
2056
  "type": "float"
2057
2057
  },
2058
2058
  "ClientRequestToken": {},
2059
2059
  "NotificationChannel": {
2060
- "shape": "Sak"
2060
+ "shape": "Sal"
2061
2061
  },
2062
2062
  "JobTag": {}
2063
2063
  }
@@ -2078,11 +2078,11 @@
2078
2078
  ],
2079
2079
  "members": {
2080
2080
  "Video": {
2081
- "shape": "S76"
2081
+ "shape": "S77"
2082
2082
  },
2083
2083
  "ClientRequestToken": {},
2084
2084
  "NotificationChannel": {
2085
- "shape": "Sak"
2085
+ "shape": "Sal"
2086
2086
  },
2087
2087
  "FaceAttributes": {},
2088
2088
  "JobTag": {}
@@ -2105,7 +2105,7 @@
2105
2105
  ],
2106
2106
  "members": {
2107
2107
  "Video": {
2108
- "shape": "S76"
2108
+ "shape": "S77"
2109
2109
  },
2110
2110
  "ClientRequestToken": {},
2111
2111
  "FaceMatchThreshold": {
@@ -2113,7 +2113,7 @@
2113
2113
  },
2114
2114
  "CollectionId": {},
2115
2115
  "NotificationChannel": {
2116
- "shape": "Sak"
2116
+ "shape": "Sal"
2117
2117
  },
2118
2118
  "JobTag": {}
2119
2119
  }
@@ -2134,14 +2134,14 @@
2134
2134
  ],
2135
2135
  "members": {
2136
2136
  "Video": {
2137
- "shape": "S76"
2137
+ "shape": "S77"
2138
2138
  },
2139
2139
  "ClientRequestToken": {},
2140
2140
  "MinConfidence": {
2141
2141
  "type": "float"
2142
2142
  },
2143
2143
  "NotificationChannel": {
2144
- "shape": "Sak"
2144
+ "shape": "Sal"
2145
2145
  },
2146
2146
  "JobTag": {},
2147
2147
  "Features": {
@@ -2152,7 +2152,7 @@
2152
2152
  "type": "structure",
2153
2153
  "members": {
2154
2154
  "GeneralLabels": {
2155
- "shape": "S4t"
2155
+ "shape": "S4u"
2156
2156
  }
2157
2157
  }
2158
2158
  }
@@ -2174,11 +2174,11 @@
2174
2174
  ],
2175
2175
  "members": {
2176
2176
  "Video": {
2177
- "shape": "S76"
2177
+ "shape": "S77"
2178
2178
  },
2179
2179
  "ClientRequestToken": {},
2180
2180
  "NotificationChannel": {
2181
- "shape": "Sak"
2181
+ "shape": "Sal"
2182
2182
  },
2183
2183
  "JobTag": {}
2184
2184
  }
@@ -2224,11 +2224,11 @@
2224
2224
  ],
2225
2225
  "members": {
2226
2226
  "Video": {
2227
- "shape": "S76"
2227
+ "shape": "S77"
2228
2228
  },
2229
2229
  "ClientRequestToken": {},
2230
2230
  "NotificationChannel": {
2231
- "shape": "Sak"
2231
+ "shape": "Sal"
2232
2232
  },
2233
2233
  "JobTag": {},
2234
2234
  "Filters": {
@@ -2324,18 +2324,18 @@
2324
2324
  ],
2325
2325
  "members": {
2326
2326
  "Video": {
2327
- "shape": "S76"
2327
+ "shape": "S77"
2328
2328
  },
2329
2329
  "ClientRequestToken": {},
2330
2330
  "NotificationChannel": {
2331
- "shape": "Sak"
2331
+ "shape": "Sal"
2332
2332
  },
2333
2333
  "JobTag": {},
2334
2334
  "Filters": {
2335
2335
  "type": "structure",
2336
2336
  "members": {
2337
2337
  "WordFilter": {
2338
- "shape": "S6b"
2338
+ "shape": "S6c"
2339
2339
  },
2340
2340
  "RegionsOfInterest": {
2341
2341
  "shape": "S2e"
@@ -2924,31 +2924,45 @@
2924
2924
  "type": "float"
2925
2925
  }
2926
2926
  }
2927
+ },
2928
+ "EyeDirection": {
2929
+ "type": "structure",
2930
+ "members": {
2931
+ "Yaw": {
2932
+ "type": "float"
2933
+ },
2934
+ "Pitch": {
2935
+ "type": "float"
2936
+ },
2937
+ "Confidence": {
2938
+ "type": "float"
2939
+ }
2940
+ }
2927
2941
  }
2928
2942
  }
2929
2943
  },
2930
- "S4t": {
2944
+ "S4u": {
2931
2945
  "type": "structure",
2932
2946
  "members": {
2933
2947
  "LabelInclusionFilters": {
2934
- "shape": "S4u"
2948
+ "shape": "S4v"
2935
2949
  },
2936
2950
  "LabelExclusionFilters": {
2937
- "shape": "S4u"
2951
+ "shape": "S4v"
2938
2952
  },
2939
2953
  "LabelCategoryInclusionFilters": {
2940
- "shape": "S4u"
2954
+ "shape": "S4v"
2941
2955
  },
2942
2956
  "LabelCategoryExclusionFilters": {
2943
- "shape": "S4u"
2957
+ "shape": "S4v"
2944
2958
  }
2945
2959
  }
2946
2960
  },
2947
- "S4u": {
2961
+ "S4v": {
2948
2962
  "type": "list",
2949
2963
  "member": {}
2950
2964
  },
2951
- "S50": {
2965
+ "S51": {
2952
2966
  "type": "structure",
2953
2967
  "members": {
2954
2968
  "Name": {},
@@ -2967,7 +2981,7 @@
2967
2981
  "type": "float"
2968
2982
  },
2969
2983
  "DominantColors": {
2970
- "shape": "S53"
2984
+ "shape": "S54"
2971
2985
  }
2972
2986
  }
2973
2987
  }
@@ -3001,7 +3015,7 @@
3001
3015
  }
3002
3016
  }
3003
3017
  },
3004
- "S53": {
3018
+ "S54": {
3005
3019
  "type": "list",
3006
3020
  "member": {
3007
3021
  "type": "structure",
@@ -3024,7 +3038,7 @@
3024
3038
  }
3025
3039
  }
3026
3040
  },
3027
- "S5c": {
3041
+ "S5d": {
3028
3042
  "type": "structure",
3029
3043
  "members": {
3030
3044
  "Brightness": {
@@ -3038,7 +3052,7 @@
3038
3052
  }
3039
3053
  }
3040
3054
  },
3041
- "S5o": {
3055
+ "S5p": {
3042
3056
  "type": "structure",
3043
3057
  "members": {
3044
3058
  "Confidence": {
@@ -3048,13 +3062,13 @@
3048
3062
  "ParentName": {}
3049
3063
  }
3050
3064
  },
3051
- "S68": {
3065
+ "S69": {
3052
3066
  "type": "list",
3053
3067
  "member": {
3054
3068
  "type": "integer"
3055
3069
  }
3056
3070
  },
3057
- "S6b": {
3071
+ "S6c": {
3058
3072
  "type": "structure",
3059
3073
  "members": {
3060
3074
  "MinConfidence": {
@@ -3068,7 +3082,7 @@
3068
3082
  }
3069
3083
  }
3070
3084
  },
3071
- "S6g": {
3085
+ "S6h": {
3072
3086
  "type": "structure",
3073
3087
  "members": {
3074
3088
  "DetectedText": {},
@@ -3087,17 +3101,17 @@
3087
3101
  }
3088
3102
  }
3089
3103
  },
3090
- "S6p": {
3104
+ "S6q": {
3091
3105
  "type": "list",
3092
3106
  "member": {}
3093
3107
  },
3094
- "S6r": {
3108
+ "S6s": {
3095
3109
  "type": "structure",
3096
3110
  "members": {
3097
3111
  "Type": {}
3098
3112
  }
3099
3113
  },
3100
- "S70": {
3114
+ "S71": {
3101
3115
  "type": "structure",
3102
3116
  "members": {
3103
3117
  "Codec": {},
@@ -3117,7 +3131,7 @@
3117
3131
  "ColorRange": {}
3118
3132
  }
3119
3133
  },
3120
- "S76": {
3134
+ "S77": {
3121
3135
  "type": "structure",
3122
3136
  "members": {
3123
3137
  "S3Object": {
@@ -3125,7 +3139,7 @@
3125
3139
  }
3126
3140
  }
3127
3141
  },
3128
- "S7m": {
3142
+ "S7n": {
3129
3143
  "type": "structure",
3130
3144
  "members": {
3131
3145
  "Bytes": {
@@ -3140,7 +3154,7 @@
3140
3154
  }
3141
3155
  }
3142
3156
  },
3143
- "S7u": {
3157
+ "S7v": {
3144
3158
  "type": "structure",
3145
3159
  "members": {
3146
3160
  "Index": {
@@ -3154,7 +3168,7 @@
3154
3168
  }
3155
3169
  }
3156
3170
  },
3157
- "S7w": {
3171
+ "S7x": {
3158
3172
  "type": "list",
3159
3173
  "member": {
3160
3174
  "type": "structure",
@@ -3163,12 +3177,12 @@
3163
3177
  "type": "float"
3164
3178
  },
3165
3179
  "Face": {
3166
- "shape": "S7y"
3180
+ "shape": "S7z"
3167
3181
  }
3168
3182
  }
3169
3183
  }
3170
3184
  },
3171
- "S7y": {
3185
+ "S7z": {
3172
3186
  "type": "structure",
3173
3187
  "members": {
3174
3188
  "FaceId": {},
@@ -3183,7 +3197,7 @@
3183
3197
  "IndexFacesModelVersion": {}
3184
3198
  }
3185
3199
  },
3186
- "Sak": {
3200
+ "Sal": {
3187
3201
  "type": "structure",
3188
3202
  "required": [
3189
3203
  "SNSTopicArn",