aws-sdk 2.1424.0 → 2.1426.0
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.
- package/CHANGELOG.md +22 -1
- package/README.md +1 -1
- package/apis/amplifyuibuilder-2021-08-11.min.json +40 -9
- package/apis/application-insights-2018-11-25.min.json +228 -43
- package/apis/application-insights-2018-11-25.paginators.json +5 -0
- package/apis/autoscaling-2011-01-01.examples.json +73 -10
- package/apis/autoscaling-2011-01-01.min.json +61 -52
- package/apis/cleanrooms-2022-02-17.min.json +601 -85
- package/apis/cleanrooms-2022-02-17.paginators.json +12 -0
- package/apis/cloudformation-2010-05-15.min.json +95 -80
- package/apis/cloudfront-2020-05-31.min.json +4 -1
- package/apis/inspector2-2020-06-08.min.json +291 -192
- package/apis/kafka-2018-11-14.min.json +237 -52
- package/apis/kafka-2018-11-14.paginators.json +6 -0
- package/apis/lookoutequipment-2020-12-15.min.json +337 -23
- package/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/apis/omics-2022-11-28.min.json +32 -29
- package/apis/pinpoint-2016-12-01.examples.json +6 -12
- package/apis/pinpoint-2016-12-01.min.json +286 -243
- package/apis/rds-2014-10-31.min.json +175 -162
- package/apis/scheduler-2021-06-30.min.json +15 -12
- package/clients/amplifyuibuilder.d.ts +48 -4
- package/clients/applicationinsights.d.ts +342 -2
- package/clients/autoscaling.d.ts +13 -2
- package/clients/cleanrooms.d.ts +516 -9
- package/clients/cloudformation.d.ts +21 -0
- package/clients/cloudfront.d.ts +14 -10
- package/clients/codestarconnections.d.ts +10 -10
- package/clients/connect.d.ts +1 -1
- package/clients/drs.d.ts +1 -1
- package/clients/inspector2.d.ts +101 -2
- package/clients/kafka.d.ts +204 -0
- package/clients/lookoutequipment.d.ts +522 -15
- package/clients/omics.d.ts +13 -0
- package/clients/pinpoint.d.ts +69 -5
- package/clients/rds.d.ts +21 -0
- package/clients/route53.d.ts +9 -9
- package/clients/scheduler.d.ts +16 -3
- package/clients/sqs.d.ts +9 -9
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +18 -18
- package/dist/aws-sdk.js +338 -298
- package/dist/aws-sdk.min.js +95 -95
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -180,6 +180,90 @@
|
|
180
180
|
}
|
181
181
|
}
|
182
182
|
},
|
183
|
+
"BatchGetFindingDetails": {
|
184
|
+
"http": {
|
185
|
+
"requestUri": "/findings/details/batch/get",
|
186
|
+
"responseCode": 200
|
187
|
+
},
|
188
|
+
"input": {
|
189
|
+
"type": "structure",
|
190
|
+
"required": [
|
191
|
+
"findingArns"
|
192
|
+
],
|
193
|
+
"members": {
|
194
|
+
"findingArns": {
|
195
|
+
"type": "list",
|
196
|
+
"member": {}
|
197
|
+
}
|
198
|
+
}
|
199
|
+
},
|
200
|
+
"output": {
|
201
|
+
"type": "structure",
|
202
|
+
"members": {
|
203
|
+
"errors": {
|
204
|
+
"type": "list",
|
205
|
+
"member": {
|
206
|
+
"type": "structure",
|
207
|
+
"required": [
|
208
|
+
"errorCode",
|
209
|
+
"errorMessage",
|
210
|
+
"findingArn"
|
211
|
+
],
|
212
|
+
"members": {
|
213
|
+
"errorCode": {},
|
214
|
+
"errorMessage": {},
|
215
|
+
"findingArn": {}
|
216
|
+
}
|
217
|
+
}
|
218
|
+
},
|
219
|
+
"findingDetails": {
|
220
|
+
"type": "list",
|
221
|
+
"member": {
|
222
|
+
"type": "structure",
|
223
|
+
"members": {
|
224
|
+
"cisaData": {
|
225
|
+
"shape": "S16"
|
226
|
+
},
|
227
|
+
"cwes": {
|
228
|
+
"shape": "S1a"
|
229
|
+
},
|
230
|
+
"epssScore": {
|
231
|
+
"type": "double"
|
232
|
+
},
|
233
|
+
"evidences": {
|
234
|
+
"type": "list",
|
235
|
+
"member": {
|
236
|
+
"type": "structure",
|
237
|
+
"members": {
|
238
|
+
"evidenceDetail": {},
|
239
|
+
"evidenceRule": {},
|
240
|
+
"severity": {}
|
241
|
+
}
|
242
|
+
}
|
243
|
+
},
|
244
|
+
"exploitObserved": {
|
245
|
+
"shape": "S1i"
|
246
|
+
},
|
247
|
+
"findingArn": {},
|
248
|
+
"referenceUrls": {
|
249
|
+
"shape": "S1l"
|
250
|
+
},
|
251
|
+
"riskScore": {
|
252
|
+
"type": "integer"
|
253
|
+
},
|
254
|
+
"tools": {
|
255
|
+
"type": "list",
|
256
|
+
"member": {}
|
257
|
+
},
|
258
|
+
"ttps": {
|
259
|
+
"shape": "S1q"
|
260
|
+
}
|
261
|
+
}
|
262
|
+
}
|
263
|
+
}
|
264
|
+
}
|
265
|
+
}
|
266
|
+
},
|
183
267
|
"BatchGetFreeTrialInfo": {
|
184
268
|
"http": {
|
185
269
|
"requestUri": "/freetrialinfo/batchget",
|
@@ -275,10 +359,10 @@
|
|
275
359
|
"type": "structure",
|
276
360
|
"members": {
|
277
361
|
"accountIds": {
|
278
|
-
"shape": "
|
362
|
+
"shape": "S29"
|
279
363
|
},
|
280
364
|
"failedAccountIds": {
|
281
|
-
"shape": "
|
365
|
+
"shape": "S2c"
|
282
366
|
}
|
283
367
|
}
|
284
368
|
}
|
@@ -316,10 +400,10 @@
|
|
316
400
|
"type": "structure",
|
317
401
|
"members": {
|
318
402
|
"accountIds": {
|
319
|
-
"shape": "
|
403
|
+
"shape": "S29"
|
320
404
|
},
|
321
405
|
"failedAccountIds": {
|
322
|
-
"shape": "
|
406
|
+
"shape": "S2c"
|
323
407
|
}
|
324
408
|
}
|
325
409
|
}
|
@@ -386,12 +470,12 @@
|
|
386
470
|
"action": {},
|
387
471
|
"description": {},
|
388
472
|
"filterCriteria": {
|
389
|
-
"shape": "
|
473
|
+
"shape": "S2r"
|
390
474
|
},
|
391
475
|
"name": {},
|
392
476
|
"reason": {},
|
393
477
|
"tags": {
|
394
|
-
"shape": "
|
478
|
+
"shape": "S3c"
|
395
479
|
}
|
396
480
|
}
|
397
481
|
},
|
@@ -418,11 +502,11 @@
|
|
418
502
|
],
|
419
503
|
"members": {
|
420
504
|
"filterCriteria": {
|
421
|
-
"shape": "
|
505
|
+
"shape": "S2r"
|
422
506
|
},
|
423
507
|
"reportFormat": {},
|
424
508
|
"s3Destination": {
|
425
|
-
"shape": "
|
509
|
+
"shape": "S3h"
|
426
510
|
}
|
427
511
|
}
|
428
512
|
},
|
@@ -447,10 +531,10 @@
|
|
447
531
|
"members": {
|
448
532
|
"reportFormat": {},
|
449
533
|
"resourceFilterCriteria": {
|
450
|
-
"shape": "
|
534
|
+
"shape": "S3l"
|
451
535
|
},
|
452
536
|
"s3Destination": {
|
453
|
-
"shape": "
|
537
|
+
"shape": "S3h"
|
454
538
|
}
|
455
539
|
}
|
456
540
|
},
|
@@ -499,7 +583,7 @@
|
|
499
583
|
"type": "structure",
|
500
584
|
"members": {
|
501
585
|
"autoEnable": {
|
502
|
-
"shape": "
|
586
|
+
"shape": "S3y"
|
503
587
|
},
|
504
588
|
"maxAccountLimitReached": {
|
505
589
|
"type": "boolean"
|
@@ -531,7 +615,7 @@
|
|
531
615
|
],
|
532
616
|
"members": {
|
533
617
|
"accounts": {
|
534
|
-
"shape": "
|
618
|
+
"shape": "S43"
|
535
619
|
},
|
536
620
|
"failedAccounts": {
|
537
621
|
"shape": "Se"
|
@@ -617,7 +701,7 @@
|
|
617
701
|
],
|
618
702
|
"members": {
|
619
703
|
"accounts": {
|
620
|
-
"shape": "
|
704
|
+
"shape": "S43"
|
621
705
|
},
|
622
706
|
"failedAccounts": {
|
623
707
|
"shape": "Se"
|
@@ -718,10 +802,10 @@
|
|
718
802
|
"members": {
|
719
803
|
"errorMessage": {},
|
720
804
|
"orgPackagePaths": {
|
721
|
-
"shape": "
|
805
|
+
"shape": "S4s"
|
722
806
|
},
|
723
807
|
"packagePaths": {
|
724
|
-
"shape": "
|
808
|
+
"shape": "S4s"
|
725
809
|
},
|
726
810
|
"status": {}
|
727
811
|
}
|
@@ -775,12 +859,12 @@
|
|
775
859
|
"type": "structure",
|
776
860
|
"members": {
|
777
861
|
"destination": {
|
778
|
-
"shape": "
|
862
|
+
"shape": "S3h"
|
779
863
|
},
|
780
864
|
"errorCode": {},
|
781
865
|
"errorMessage": {},
|
782
866
|
"filterCriteria": {
|
783
|
-
"shape": "
|
867
|
+
"shape": "S2r"
|
784
868
|
},
|
785
869
|
"reportId": {},
|
786
870
|
"status": {}
|
@@ -805,7 +889,7 @@
|
|
805
889
|
"type": "structure",
|
806
890
|
"members": {
|
807
891
|
"member": {
|
808
|
-
"shape": "
|
892
|
+
"shape": "S56"
|
809
893
|
}
|
810
894
|
}
|
811
895
|
}
|
@@ -830,12 +914,12 @@
|
|
830
914
|
"errorCode": {},
|
831
915
|
"errorMessage": {},
|
832
916
|
"filterCriteria": {
|
833
|
-
"shape": "
|
917
|
+
"shape": "S3l"
|
834
918
|
},
|
835
919
|
"format": {},
|
836
920
|
"reportId": {},
|
837
921
|
"s3Destination": {
|
838
|
-
"shape": "
|
922
|
+
"shape": "S3h"
|
839
923
|
},
|
840
924
|
"status": {}
|
841
925
|
}
|
@@ -890,7 +974,7 @@
|
|
890
974
|
"type": "structure",
|
891
975
|
"members": {
|
892
976
|
"filterCriteria": {
|
893
|
-
"shape": "
|
977
|
+
"shape": "S5i"
|
894
978
|
},
|
895
979
|
"maxResults": {
|
896
980
|
"type": "integer"
|
@@ -926,7 +1010,7 @@
|
|
926
1010
|
"amiId": {},
|
927
1011
|
"platform": {},
|
928
1012
|
"tags": {
|
929
|
-
"shape": "
|
1013
|
+
"shape": "S3c"
|
930
1014
|
}
|
931
1015
|
}
|
932
1016
|
},
|
@@ -951,7 +1035,7 @@
|
|
951
1035
|
"members": {
|
952
1036
|
"functionName": {},
|
953
1037
|
"functionTags": {
|
954
|
-
"shape": "
|
1038
|
+
"shape": "S3c"
|
955
1039
|
},
|
956
1040
|
"layers": {
|
957
1041
|
"type": "list",
|
@@ -991,7 +1075,7 @@
|
|
991
1075
|
"type": "structure",
|
992
1076
|
"members": {
|
993
1077
|
"filterCriteria": {
|
994
|
-
"shape": "
|
1078
|
+
"shape": "S5i"
|
995
1079
|
},
|
996
1080
|
"groupBy": {},
|
997
1081
|
"nextToken": {}
|
@@ -1098,14 +1182,14 @@
|
|
1098
1182
|
"type": "timestamp"
|
1099
1183
|
},
|
1100
1184
|
"criteria": {
|
1101
|
-
"shape": "
|
1185
|
+
"shape": "S2r"
|
1102
1186
|
},
|
1103
1187
|
"description": {},
|
1104
1188
|
"name": {},
|
1105
1189
|
"ownerId": {},
|
1106
1190
|
"reason": {},
|
1107
1191
|
"tags": {
|
1108
|
-
"shape": "
|
1192
|
+
"shape": "S3c"
|
1109
1193
|
},
|
1110
1194
|
"updatedAt": {
|
1111
1195
|
"type": "timestamp"
|
@@ -1129,7 +1213,7 @@
|
|
1129
1213
|
],
|
1130
1214
|
"members": {
|
1131
1215
|
"accountIds": {
|
1132
|
-
"shape": "
|
1216
|
+
"shape": "S2s"
|
1133
1217
|
},
|
1134
1218
|
"aggregationRequest": {
|
1135
1219
|
"type": "structure",
|
@@ -1147,7 +1231,7 @@
|
|
1147
1231
|
"type": "structure",
|
1148
1232
|
"members": {
|
1149
1233
|
"amis": {
|
1150
|
-
"shape": "
|
1234
|
+
"shape": "S2s"
|
1151
1235
|
},
|
1152
1236
|
"sortBy": {},
|
1153
1237
|
"sortOrder": {}
|
@@ -1157,19 +1241,19 @@
|
|
1157
1241
|
"type": "structure",
|
1158
1242
|
"members": {
|
1159
1243
|
"architectures": {
|
1160
|
-
"shape": "
|
1244
|
+
"shape": "S2s"
|
1161
1245
|
},
|
1162
1246
|
"imageShas": {
|
1163
|
-
"shape": "
|
1247
|
+
"shape": "S2s"
|
1164
1248
|
},
|
1165
1249
|
"imageTags": {
|
1166
|
-
"shape": "
|
1250
|
+
"shape": "S2s"
|
1167
1251
|
},
|
1168
1252
|
"repositories": {
|
1169
|
-
"shape": "
|
1253
|
+
"shape": "S2s"
|
1170
1254
|
},
|
1171
1255
|
"resourceIds": {
|
1172
|
-
"shape": "
|
1256
|
+
"shape": "S2s"
|
1173
1257
|
},
|
1174
1258
|
"sortBy": {},
|
1175
1259
|
"sortOrder": {}
|
@@ -1179,16 +1263,16 @@
|
|
1179
1263
|
"type": "structure",
|
1180
1264
|
"members": {
|
1181
1265
|
"amis": {
|
1182
|
-
"shape": "
|
1266
|
+
"shape": "S2s"
|
1183
1267
|
},
|
1184
1268
|
"instanceIds": {
|
1185
|
-
"shape": "
|
1269
|
+
"shape": "S2s"
|
1186
1270
|
},
|
1187
1271
|
"instanceTags": {
|
1188
|
-
"shape": "
|
1272
|
+
"shape": "S33"
|
1189
1273
|
},
|
1190
1274
|
"operatingSystems": {
|
1191
|
-
"shape": "
|
1275
|
+
"shape": "S2s"
|
1192
1276
|
},
|
1193
1277
|
"sortBy": {},
|
1194
1278
|
"sortOrder": {}
|
@@ -1207,13 +1291,13 @@
|
|
1207
1291
|
"type": "structure",
|
1208
1292
|
"members": {
|
1209
1293
|
"layerHashes": {
|
1210
|
-
"shape": "
|
1294
|
+
"shape": "S2s"
|
1211
1295
|
},
|
1212
1296
|
"repositories": {
|
1213
|
-
"shape": "
|
1297
|
+
"shape": "S2s"
|
1214
1298
|
},
|
1215
1299
|
"resourceIds": {
|
1216
|
-
"shape": "
|
1300
|
+
"shape": "S2s"
|
1217
1301
|
},
|
1218
1302
|
"sortBy": {},
|
1219
1303
|
"sortOrder": {}
|
@@ -1223,16 +1307,16 @@
|
|
1223
1307
|
"type": "structure",
|
1224
1308
|
"members": {
|
1225
1309
|
"functionNames": {
|
1226
|
-
"shape": "
|
1310
|
+
"shape": "S2s"
|
1227
1311
|
},
|
1228
1312
|
"functionTags": {
|
1229
|
-
"shape": "
|
1313
|
+
"shape": "S33"
|
1230
1314
|
},
|
1231
1315
|
"resourceIds": {
|
1232
|
-
"shape": "
|
1316
|
+
"shape": "S2s"
|
1233
1317
|
},
|
1234
1318
|
"runtimes": {
|
1235
|
-
"shape": "
|
1319
|
+
"shape": "S2s"
|
1236
1320
|
},
|
1237
1321
|
"sortBy": {},
|
1238
1322
|
"sortOrder": {}
|
@@ -1242,13 +1326,13 @@
|
|
1242
1326
|
"type": "structure",
|
1243
1327
|
"members": {
|
1244
1328
|
"functionNames": {
|
1245
|
-
"shape": "
|
1329
|
+
"shape": "S2s"
|
1246
1330
|
},
|
1247
1331
|
"layerArns": {
|
1248
|
-
"shape": "
|
1332
|
+
"shape": "S2s"
|
1249
1333
|
},
|
1250
1334
|
"resourceIds": {
|
1251
|
-
"shape": "
|
1335
|
+
"shape": "S2s"
|
1252
1336
|
},
|
1253
1337
|
"sortBy": {},
|
1254
1338
|
"sortOrder": {}
|
@@ -1258,7 +1342,7 @@
|
|
1258
1342
|
"type": "structure",
|
1259
1343
|
"members": {
|
1260
1344
|
"packageNames": {
|
1261
|
-
"shape": "
|
1345
|
+
"shape": "S2s"
|
1262
1346
|
},
|
1263
1347
|
"sortBy": {},
|
1264
1348
|
"sortOrder": {}
|
@@ -1268,7 +1352,7 @@
|
|
1268
1352
|
"type": "structure",
|
1269
1353
|
"members": {
|
1270
1354
|
"repositories": {
|
1271
|
-
"shape": "
|
1355
|
+
"shape": "S2s"
|
1272
1356
|
},
|
1273
1357
|
"sortBy": {},
|
1274
1358
|
"sortOrder": {}
|
@@ -1282,10 +1366,10 @@
|
|
1282
1366
|
"sortBy": {},
|
1283
1367
|
"sortOrder": {},
|
1284
1368
|
"titles": {
|
1285
|
-
"shape": "
|
1369
|
+
"shape": "S2s"
|
1286
1370
|
},
|
1287
1371
|
"vulnerabilityIds": {
|
1288
|
-
"shape": "
|
1372
|
+
"shape": "S2s"
|
1289
1373
|
}
|
1290
1374
|
}
|
1291
1375
|
}
|
@@ -1317,7 +1401,7 @@
|
|
1317
1401
|
"members": {
|
1318
1402
|
"accountId": {},
|
1319
1403
|
"severityCounts": {
|
1320
|
-
"shape": "
|
1404
|
+
"shape": "S7t"
|
1321
1405
|
}
|
1322
1406
|
}
|
1323
1407
|
},
|
@@ -1333,7 +1417,7 @@
|
|
1333
1417
|
},
|
1334
1418
|
"ami": {},
|
1335
1419
|
"severityCounts": {
|
1336
|
-
"shape": "
|
1420
|
+
"shape": "S7t"
|
1337
1421
|
}
|
1338
1422
|
}
|
1339
1423
|
},
|
@@ -1353,7 +1437,7 @@
|
|
1353
1437
|
"repository": {},
|
1354
1438
|
"resourceId": {},
|
1355
1439
|
"severityCounts": {
|
1356
|
-
"shape": "
|
1440
|
+
"shape": "S7t"
|
1357
1441
|
}
|
1358
1442
|
}
|
1359
1443
|
},
|
@@ -1367,14 +1451,14 @@
|
|
1367
1451
|
"ami": {},
|
1368
1452
|
"instanceId": {},
|
1369
1453
|
"instanceTags": {
|
1370
|
-
"shape": "
|
1454
|
+
"shape": "S3c"
|
1371
1455
|
},
|
1372
1456
|
"networkFindings": {
|
1373
1457
|
"type": "long"
|
1374
1458
|
},
|
1375
1459
|
"operatingSystem": {},
|
1376
1460
|
"severityCounts": {
|
1377
|
-
"shape": "
|
1461
|
+
"shape": "S7t"
|
1378
1462
|
}
|
1379
1463
|
}
|
1380
1464
|
},
|
@@ -1383,7 +1467,7 @@
|
|
1383
1467
|
"members": {
|
1384
1468
|
"accountId": {},
|
1385
1469
|
"severityCounts": {
|
1386
|
-
"shape": "
|
1470
|
+
"shape": "S7t"
|
1387
1471
|
}
|
1388
1472
|
}
|
1389
1473
|
},
|
@@ -1401,7 +1485,7 @@
|
|
1401
1485
|
"repository": {},
|
1402
1486
|
"resourceId": {},
|
1403
1487
|
"severityCounts": {
|
1404
|
-
"shape": "
|
1488
|
+
"shape": "S7t"
|
1405
1489
|
}
|
1406
1490
|
}
|
1407
1491
|
},
|
@@ -1414,7 +1498,7 @@
|
|
1414
1498
|
"accountId": {},
|
1415
1499
|
"functionName": {},
|
1416
1500
|
"lambdaTags": {
|
1417
|
-
"shape": "
|
1501
|
+
"shape": "S3c"
|
1418
1502
|
},
|
1419
1503
|
"lastModifiedAt": {
|
1420
1504
|
"type": "timestamp"
|
@@ -1422,7 +1506,7 @@
|
|
1422
1506
|
"resourceId": {},
|
1423
1507
|
"runtime": {},
|
1424
1508
|
"severityCounts": {
|
1425
|
-
"shape": "
|
1509
|
+
"shape": "S7t"
|
1426
1510
|
}
|
1427
1511
|
}
|
1428
1512
|
},
|
@@ -1440,7 +1524,7 @@
|
|
1440
1524
|
"layerArn": {},
|
1441
1525
|
"resourceId": {},
|
1442
1526
|
"severityCounts": {
|
1443
|
-
"shape": "
|
1527
|
+
"shape": "S7t"
|
1444
1528
|
}
|
1445
1529
|
}
|
1446
1530
|
},
|
@@ -1453,7 +1537,7 @@
|
|
1453
1537
|
"accountId": {},
|
1454
1538
|
"packageName": {},
|
1455
1539
|
"severityCounts": {
|
1456
|
-
"shape": "
|
1540
|
+
"shape": "S7t"
|
1457
1541
|
}
|
1458
1542
|
}
|
1459
1543
|
},
|
@@ -1469,7 +1553,7 @@
|
|
1469
1553
|
},
|
1470
1554
|
"repository": {},
|
1471
1555
|
"severityCounts": {
|
1472
|
-
"shape": "
|
1556
|
+
"shape": "S7t"
|
1473
1557
|
}
|
1474
1558
|
}
|
1475
1559
|
},
|
@@ -1481,7 +1565,7 @@
|
|
1481
1565
|
"members": {
|
1482
1566
|
"accountId": {},
|
1483
1567
|
"severityCounts": {
|
1484
|
-
"shape": "
|
1568
|
+
"shape": "S7t"
|
1485
1569
|
},
|
1486
1570
|
"title": {},
|
1487
1571
|
"vulnerabilityId": {}
|
@@ -1503,7 +1587,7 @@
|
|
1503
1587
|
"type": "structure",
|
1504
1588
|
"members": {
|
1505
1589
|
"filterCriteria": {
|
1506
|
-
"shape": "
|
1590
|
+
"shape": "S2r"
|
1507
1591
|
},
|
1508
1592
|
"maxResults": {
|
1509
1593
|
"type": "integer"
|
@@ -1891,7 +1975,7 @@
|
|
1891
1975
|
"partition": {},
|
1892
1976
|
"region": {},
|
1893
1977
|
"tags": {
|
1894
|
-
"shape": "
|
1978
|
+
"shape": "S3c"
|
1895
1979
|
},
|
1896
1980
|
"type": {}
|
1897
1981
|
}
|
@@ -1934,7 +2018,7 @@
|
|
1934
2018
|
"members": {
|
1935
2019
|
"type": "list",
|
1936
2020
|
"member": {
|
1937
|
-
"shape": "
|
2021
|
+
"shape": "S56"
|
1938
2022
|
}
|
1939
2023
|
},
|
1940
2024
|
"nextToken": {}
|
@@ -1963,7 +2047,7 @@
|
|
1963
2047
|
"type": "structure",
|
1964
2048
|
"members": {
|
1965
2049
|
"tags": {
|
1966
|
-
"shape": "
|
2050
|
+
"shape": "S3c"
|
1967
2051
|
}
|
1968
2052
|
}
|
1969
2053
|
}
|
@@ -2096,22 +2180,12 @@
|
|
2096
2180
|
"member": {}
|
2097
2181
|
},
|
2098
2182
|
"ttps": {
|
2099
|
-
"
|
2100
|
-
"member": {}
|
2183
|
+
"shape": "S1q"
|
2101
2184
|
}
|
2102
2185
|
}
|
2103
2186
|
},
|
2104
2187
|
"cisaData": {
|
2105
|
-
"
|
2106
|
-
"members": {
|
2107
|
-
"action": {},
|
2108
|
-
"dateAdded": {
|
2109
|
-
"type": "timestamp"
|
2110
|
-
},
|
2111
|
-
"dateDue": {
|
2112
|
-
"type": "timestamp"
|
2113
|
-
}
|
2114
|
-
}
|
2188
|
+
"shape": "S16"
|
2115
2189
|
},
|
2116
2190
|
"cvss2": {
|
2117
2191
|
"type": "structure",
|
@@ -2132,8 +2206,7 @@
|
|
2132
2206
|
}
|
2133
2207
|
},
|
2134
2208
|
"cwes": {
|
2135
|
-
"
|
2136
|
-
"member": {}
|
2209
|
+
"shape": "S1a"
|
2137
2210
|
},
|
2138
2211
|
"description": {},
|
2139
2212
|
"detectionPlatforms": {
|
@@ -2149,20 +2222,11 @@
|
|
2149
2222
|
}
|
2150
2223
|
},
|
2151
2224
|
"exploitObserved": {
|
2152
|
-
"
|
2153
|
-
"members": {
|
2154
|
-
"firstSeen": {
|
2155
|
-
"type": "timestamp"
|
2156
|
-
},
|
2157
|
-
"lastSeen": {
|
2158
|
-
"type": "timestamp"
|
2159
|
-
}
|
2160
|
-
}
|
2225
|
+
"shape": "S1i"
|
2161
2226
|
},
|
2162
2227
|
"id": {},
|
2163
2228
|
"referenceUrls": {
|
2164
|
-
"
|
2165
|
-
"member": {}
|
2229
|
+
"shape": "S1l"
|
2166
2230
|
},
|
2167
2231
|
"relatedVulnerabilities": {
|
2168
2232
|
"type": "list",
|
@@ -2200,7 +2264,7 @@
|
|
2200
2264
|
"locationName": "resourceArn"
|
2201
2265
|
},
|
2202
2266
|
"tags": {
|
2203
|
-
"shape": "
|
2267
|
+
"shape": "S3c"
|
2204
2268
|
}
|
2205
2269
|
}
|
2206
2270
|
},
|
@@ -2279,7 +2343,7 @@
|
|
2279
2343
|
"type": "boolean"
|
2280
2344
|
},
|
2281
2345
|
"packagePaths": {
|
2282
|
-
"shape": "
|
2346
|
+
"shape": "S4s"
|
2283
2347
|
}
|
2284
2348
|
}
|
2285
2349
|
},
|
@@ -2288,10 +2352,10 @@
|
|
2288
2352
|
"members": {
|
2289
2353
|
"errorMessage": {},
|
2290
2354
|
"orgPackagePaths": {
|
2291
|
-
"shape": "
|
2355
|
+
"shape": "S4s"
|
2292
2356
|
},
|
2293
2357
|
"packagePaths": {
|
2294
|
-
"shape": "
|
2358
|
+
"shape": "S4s"
|
2295
2359
|
},
|
2296
2360
|
"status": {}
|
2297
2361
|
}
|
@@ -2337,7 +2401,7 @@
|
|
2337
2401
|
"description": {},
|
2338
2402
|
"filterArn": {},
|
2339
2403
|
"filterCriteria": {
|
2340
|
-
"shape": "
|
2404
|
+
"shape": "S2r"
|
2341
2405
|
},
|
2342
2406
|
"name": {},
|
2343
2407
|
"reason": {}
|
@@ -2365,7 +2429,7 @@
|
|
2365
2429
|
],
|
2366
2430
|
"members": {
|
2367
2431
|
"orgPackagePaths": {
|
2368
|
-
"shape": "
|
2432
|
+
"shape": "S4s"
|
2369
2433
|
}
|
2370
2434
|
}
|
2371
2435
|
},
|
@@ -2386,7 +2450,7 @@
|
|
2386
2450
|
],
|
2387
2451
|
"members": {
|
2388
2452
|
"autoEnable": {
|
2389
|
-
"shape": "
|
2453
|
+
"shape": "S3y"
|
2390
2454
|
}
|
2391
2455
|
}
|
2392
2456
|
},
|
@@ -2397,7 +2461,7 @@
|
|
2397
2461
|
],
|
2398
2462
|
"members": {
|
2399
2463
|
"autoEnable": {
|
2400
|
-
"shape": "
|
2464
|
+
"shape": "S3y"
|
2401
2465
|
}
|
2402
2466
|
}
|
2403
2467
|
}
|
@@ -2454,7 +2518,42 @@
|
|
2454
2518
|
"lambdaCode": {}
|
2455
2519
|
}
|
2456
2520
|
},
|
2457
|
-
"
|
2521
|
+
"S16": {
|
2522
|
+
"type": "structure",
|
2523
|
+
"members": {
|
2524
|
+
"action": {},
|
2525
|
+
"dateAdded": {
|
2526
|
+
"type": "timestamp"
|
2527
|
+
},
|
2528
|
+
"dateDue": {
|
2529
|
+
"type": "timestamp"
|
2530
|
+
}
|
2531
|
+
}
|
2532
|
+
},
|
2533
|
+
"S1a": {
|
2534
|
+
"type": "list",
|
2535
|
+
"member": {}
|
2536
|
+
},
|
2537
|
+
"S1i": {
|
2538
|
+
"type": "structure",
|
2539
|
+
"members": {
|
2540
|
+
"firstSeen": {
|
2541
|
+
"type": "timestamp"
|
2542
|
+
},
|
2543
|
+
"lastSeen": {
|
2544
|
+
"type": "timestamp"
|
2545
|
+
}
|
2546
|
+
}
|
2547
|
+
},
|
2548
|
+
"S1l": {
|
2549
|
+
"type": "list",
|
2550
|
+
"member": {}
|
2551
|
+
},
|
2552
|
+
"S1q": {
|
2553
|
+
"type": "list",
|
2554
|
+
"member": {}
|
2555
|
+
},
|
2556
|
+
"S29": {
|
2458
2557
|
"type": "list",
|
2459
2558
|
"member": {
|
2460
2559
|
"type": "structure",
|
@@ -2468,7 +2567,7 @@
|
|
2468
2567
|
}
|
2469
2568
|
}
|
2470
2569
|
},
|
2471
|
-
"
|
2570
|
+
"S2c": {
|
2472
2571
|
"type": "list",
|
2473
2572
|
"member": {
|
2474
2573
|
"type": "structure",
|
@@ -2482,98 +2581,98 @@
|
|
2482
2581
|
}
|
2483
2582
|
}
|
2484
2583
|
},
|
2485
|
-
"
|
2584
|
+
"S2r": {
|
2486
2585
|
"type": "structure",
|
2487
2586
|
"members": {
|
2488
2587
|
"awsAccountId": {
|
2489
|
-
"shape": "
|
2588
|
+
"shape": "S2s"
|
2490
2589
|
},
|
2491
2590
|
"codeVulnerabilityDetectorName": {
|
2492
|
-
"shape": "
|
2591
|
+
"shape": "S2s"
|
2493
2592
|
},
|
2494
2593
|
"codeVulnerabilityDetectorTags": {
|
2495
|
-
"shape": "
|
2594
|
+
"shape": "S2s"
|
2496
2595
|
},
|
2497
2596
|
"codeVulnerabilityFilePath": {
|
2498
|
-
"shape": "
|
2597
|
+
"shape": "S2s"
|
2499
2598
|
},
|
2500
2599
|
"componentId": {
|
2501
|
-
"shape": "
|
2600
|
+
"shape": "S2s"
|
2502
2601
|
},
|
2503
2602
|
"componentType": {
|
2504
|
-
"shape": "
|
2603
|
+
"shape": "S2s"
|
2505
2604
|
},
|
2506
2605
|
"ec2InstanceImageId": {
|
2507
|
-
"shape": "
|
2606
|
+
"shape": "S2s"
|
2508
2607
|
},
|
2509
2608
|
"ec2InstanceSubnetId": {
|
2510
|
-
"shape": "
|
2609
|
+
"shape": "S2s"
|
2511
2610
|
},
|
2512
2611
|
"ec2InstanceVpcId": {
|
2513
|
-
"shape": "
|
2612
|
+
"shape": "S2s"
|
2514
2613
|
},
|
2515
2614
|
"ecrImageArchitecture": {
|
2516
|
-
"shape": "
|
2615
|
+
"shape": "S2s"
|
2517
2616
|
},
|
2518
2617
|
"ecrImageHash": {
|
2519
|
-
"shape": "
|
2618
|
+
"shape": "S2s"
|
2520
2619
|
},
|
2521
2620
|
"ecrImagePushedAt": {
|
2522
|
-
"shape": "
|
2621
|
+
"shape": "S2w"
|
2523
2622
|
},
|
2524
2623
|
"ecrImageRegistry": {
|
2525
|
-
"shape": "
|
2624
|
+
"shape": "S2s"
|
2526
2625
|
},
|
2527
2626
|
"ecrImageRepositoryName": {
|
2528
|
-
"shape": "
|
2627
|
+
"shape": "S2s"
|
2529
2628
|
},
|
2530
2629
|
"ecrImageTags": {
|
2531
|
-
"shape": "
|
2630
|
+
"shape": "S2s"
|
2532
2631
|
},
|
2533
2632
|
"epssScore": {
|
2534
|
-
"shape": "
|
2633
|
+
"shape": "S2y"
|
2535
2634
|
},
|
2536
2635
|
"exploitAvailable": {
|
2537
|
-
"shape": "
|
2636
|
+
"shape": "S2s"
|
2538
2637
|
},
|
2539
2638
|
"findingArn": {
|
2540
|
-
"shape": "
|
2639
|
+
"shape": "S2s"
|
2541
2640
|
},
|
2542
2641
|
"findingStatus": {
|
2543
|
-
"shape": "
|
2642
|
+
"shape": "S2s"
|
2544
2643
|
},
|
2545
2644
|
"findingType": {
|
2546
|
-
"shape": "
|
2645
|
+
"shape": "S2s"
|
2547
2646
|
},
|
2548
2647
|
"firstObservedAt": {
|
2549
|
-
"shape": "
|
2648
|
+
"shape": "S2w"
|
2550
2649
|
},
|
2551
2650
|
"fixAvailable": {
|
2552
|
-
"shape": "
|
2651
|
+
"shape": "S2s"
|
2553
2652
|
},
|
2554
2653
|
"inspectorScore": {
|
2555
|
-
"shape": "
|
2654
|
+
"shape": "S2y"
|
2556
2655
|
},
|
2557
2656
|
"lambdaFunctionExecutionRoleArn": {
|
2558
|
-
"shape": "
|
2657
|
+
"shape": "S2s"
|
2559
2658
|
},
|
2560
2659
|
"lambdaFunctionLastModifiedAt": {
|
2561
|
-
"shape": "
|
2660
|
+
"shape": "S2w"
|
2562
2661
|
},
|
2563
2662
|
"lambdaFunctionLayers": {
|
2564
|
-
"shape": "
|
2663
|
+
"shape": "S2s"
|
2565
2664
|
},
|
2566
2665
|
"lambdaFunctionName": {
|
2567
|
-
"shape": "
|
2666
|
+
"shape": "S2s"
|
2568
2667
|
},
|
2569
2668
|
"lambdaFunctionRuntime": {
|
2570
|
-
"shape": "
|
2669
|
+
"shape": "S2s"
|
2571
2670
|
},
|
2572
2671
|
"lastObservedAt": {
|
2573
|
-
"shape": "
|
2672
|
+
"shape": "S2w"
|
2574
2673
|
},
|
2575
2674
|
"networkProtocol": {
|
2576
|
-
"shape": "
|
2675
|
+
"shape": "S2s"
|
2577
2676
|
},
|
2578
2677
|
"portRange": {
|
2579
2678
|
"type": "list",
|
@@ -2590,34 +2689,34 @@
|
|
2590
2689
|
}
|
2591
2690
|
},
|
2592
2691
|
"relatedVulnerabilities": {
|
2593
|
-
"shape": "
|
2692
|
+
"shape": "S2s"
|
2594
2693
|
},
|
2595
2694
|
"resourceId": {
|
2596
|
-
"shape": "
|
2695
|
+
"shape": "S2s"
|
2597
2696
|
},
|
2598
2697
|
"resourceTags": {
|
2599
|
-
"shape": "
|
2698
|
+
"shape": "S33"
|
2600
2699
|
},
|
2601
2700
|
"resourceType": {
|
2602
|
-
"shape": "
|
2701
|
+
"shape": "S2s"
|
2603
2702
|
},
|
2604
2703
|
"severity": {
|
2605
|
-
"shape": "
|
2704
|
+
"shape": "S2s"
|
2606
2705
|
},
|
2607
2706
|
"title": {
|
2608
|
-
"shape": "
|
2707
|
+
"shape": "S2s"
|
2609
2708
|
},
|
2610
2709
|
"updatedAt": {
|
2611
|
-
"shape": "
|
2710
|
+
"shape": "S2w"
|
2612
2711
|
},
|
2613
2712
|
"vendorSeverity": {
|
2614
|
-
"shape": "
|
2713
|
+
"shape": "S2s"
|
2615
2714
|
},
|
2616
2715
|
"vulnerabilityId": {
|
2617
|
-
"shape": "
|
2716
|
+
"shape": "S2s"
|
2618
2717
|
},
|
2619
2718
|
"vulnerabilitySource": {
|
2620
|
-
"shape": "
|
2719
|
+
"shape": "S2s"
|
2621
2720
|
},
|
2622
2721
|
"vulnerablePackages": {
|
2623
2722
|
"type": "list",
|
@@ -2625,38 +2724,38 @@
|
|
2625
2724
|
"type": "structure",
|
2626
2725
|
"members": {
|
2627
2726
|
"architecture": {
|
2628
|
-
"shape": "
|
2727
|
+
"shape": "S2t"
|
2629
2728
|
},
|
2630
2729
|
"epoch": {
|
2631
|
-
"shape": "
|
2730
|
+
"shape": "S2z"
|
2632
2731
|
},
|
2633
2732
|
"name": {
|
2634
|
-
"shape": "
|
2733
|
+
"shape": "S2t"
|
2635
2734
|
},
|
2636
2735
|
"release": {
|
2637
|
-
"shape": "
|
2736
|
+
"shape": "S2t"
|
2638
2737
|
},
|
2639
2738
|
"sourceLambdaLayerArn": {
|
2640
|
-
"shape": "
|
2739
|
+
"shape": "S2t"
|
2641
2740
|
},
|
2642
2741
|
"sourceLayerHash": {
|
2643
|
-
"shape": "
|
2742
|
+
"shape": "S2t"
|
2644
2743
|
},
|
2645
2744
|
"version": {
|
2646
|
-
"shape": "
|
2745
|
+
"shape": "S2t"
|
2647
2746
|
}
|
2648
2747
|
}
|
2649
2748
|
}
|
2650
2749
|
}
|
2651
2750
|
}
|
2652
2751
|
},
|
2653
|
-
"
|
2752
|
+
"S2s": {
|
2654
2753
|
"type": "list",
|
2655
2754
|
"member": {
|
2656
|
-
"shape": "
|
2755
|
+
"shape": "S2t"
|
2657
2756
|
}
|
2658
2757
|
},
|
2659
|
-
"
|
2758
|
+
"S2t": {
|
2660
2759
|
"type": "structure",
|
2661
2760
|
"required": [
|
2662
2761
|
"comparison",
|
@@ -2667,7 +2766,7 @@
|
|
2667
2766
|
"value": {}
|
2668
2767
|
}
|
2669
2768
|
},
|
2670
|
-
"
|
2769
|
+
"S2w": {
|
2671
2770
|
"type": "list",
|
2672
2771
|
"member": {
|
2673
2772
|
"type": "structure",
|
@@ -2681,13 +2780,13 @@
|
|
2681
2780
|
}
|
2682
2781
|
}
|
2683
2782
|
},
|
2684
|
-
"
|
2783
|
+
"S2y": {
|
2685
2784
|
"type": "list",
|
2686
2785
|
"member": {
|
2687
|
-
"shape": "
|
2786
|
+
"shape": "S2z"
|
2688
2787
|
}
|
2689
2788
|
},
|
2690
|
-
"
|
2789
|
+
"S2z": {
|
2691
2790
|
"type": "structure",
|
2692
2791
|
"members": {
|
2693
2792
|
"lowerInclusive": {
|
@@ -2698,7 +2797,7 @@
|
|
2698
2797
|
}
|
2699
2798
|
}
|
2700
2799
|
},
|
2701
|
-
"
|
2800
|
+
"S33": {
|
2702
2801
|
"type": "list",
|
2703
2802
|
"member": {
|
2704
2803
|
"type": "structure",
|
@@ -2713,12 +2812,12 @@
|
|
2713
2812
|
}
|
2714
2813
|
}
|
2715
2814
|
},
|
2716
|
-
"
|
2815
|
+
"S3c": {
|
2717
2816
|
"type": "map",
|
2718
2817
|
"key": {},
|
2719
2818
|
"value": {}
|
2720
2819
|
},
|
2721
|
-
"
|
2820
|
+
"S3h": {
|
2722
2821
|
"type": "structure",
|
2723
2822
|
"required": [
|
2724
2823
|
"bucketName",
|
@@ -2730,36 +2829,36 @@
|
|
2730
2829
|
"kmsKeyArn": {}
|
2731
2830
|
}
|
2732
2831
|
},
|
2733
|
-
"
|
2832
|
+
"S3l": {
|
2734
2833
|
"type": "structure",
|
2735
2834
|
"members": {
|
2736
2835
|
"accountId": {
|
2737
|
-
"shape": "
|
2836
|
+
"shape": "S3m"
|
2738
2837
|
},
|
2739
2838
|
"ec2InstanceTags": {
|
2740
|
-
"shape": "
|
2839
|
+
"shape": "S3q"
|
2741
2840
|
},
|
2742
2841
|
"ecrImageTags": {
|
2743
|
-
"shape": "
|
2842
|
+
"shape": "S3m"
|
2744
2843
|
},
|
2745
2844
|
"ecrRepositoryName": {
|
2746
|
-
"shape": "
|
2845
|
+
"shape": "S3m"
|
2747
2846
|
},
|
2748
2847
|
"lambdaFunctionName": {
|
2749
|
-
"shape": "
|
2848
|
+
"shape": "S3m"
|
2750
2849
|
},
|
2751
2850
|
"lambdaFunctionTags": {
|
2752
|
-
"shape": "
|
2851
|
+
"shape": "S3q"
|
2753
2852
|
},
|
2754
2853
|
"resourceId": {
|
2755
|
-
"shape": "
|
2854
|
+
"shape": "S3m"
|
2756
2855
|
},
|
2757
2856
|
"resourceType": {
|
2758
|
-
"shape": "
|
2857
|
+
"shape": "S3m"
|
2759
2858
|
}
|
2760
2859
|
}
|
2761
2860
|
},
|
2762
|
-
"
|
2861
|
+
"S3m": {
|
2763
2862
|
"type": "list",
|
2764
2863
|
"member": {
|
2765
2864
|
"type": "structure",
|
@@ -2773,7 +2872,7 @@
|
|
2773
2872
|
}
|
2774
2873
|
}
|
2775
2874
|
},
|
2776
|
-
"
|
2875
|
+
"S3q": {
|
2777
2876
|
"type": "list",
|
2778
2877
|
"member": {
|
2779
2878
|
"type": "structure",
|
@@ -2788,7 +2887,7 @@
|
|
2788
2887
|
}
|
2789
2888
|
}
|
2790
2889
|
},
|
2791
|
-
"
|
2890
|
+
"S3y": {
|
2792
2891
|
"type": "structure",
|
2793
2892
|
"required": [
|
2794
2893
|
"ec2",
|
@@ -2809,7 +2908,7 @@
|
|
2809
2908
|
}
|
2810
2909
|
}
|
2811
2910
|
},
|
2812
|
-
"
|
2911
|
+
"S43": {
|
2813
2912
|
"type": "list",
|
2814
2913
|
"member": {
|
2815
2914
|
"type": "structure",
|
@@ -2827,11 +2926,11 @@
|
|
2827
2926
|
}
|
2828
2927
|
}
|
2829
2928
|
},
|
2830
|
-
"
|
2929
|
+
"S4s": {
|
2831
2930
|
"type": "list",
|
2832
2931
|
"member": {}
|
2833
2932
|
},
|
2834
|
-
"
|
2933
|
+
"S56": {
|
2835
2934
|
"type": "structure",
|
2836
2935
|
"members": {
|
2837
2936
|
"accountId": {},
|
@@ -2842,29 +2941,29 @@
|
|
2842
2941
|
}
|
2843
2942
|
}
|
2844
2943
|
},
|
2845
|
-
"
|
2944
|
+
"S5i": {
|
2846
2945
|
"type": "structure",
|
2847
2946
|
"members": {
|
2848
2947
|
"accountId": {
|
2849
|
-
"shape": "
|
2948
|
+
"shape": "S5j"
|
2850
2949
|
},
|
2851
2950
|
"ec2InstanceTags": {
|
2852
|
-
"shape": "
|
2951
|
+
"shape": "S5n"
|
2853
2952
|
},
|
2854
2953
|
"ecrImageTags": {
|
2855
|
-
"shape": "
|
2954
|
+
"shape": "S5j"
|
2856
2955
|
},
|
2857
2956
|
"ecrRepositoryName": {
|
2858
|
-
"shape": "
|
2957
|
+
"shape": "S5j"
|
2859
2958
|
},
|
2860
2959
|
"lambdaFunctionName": {
|
2861
|
-
"shape": "
|
2960
|
+
"shape": "S5j"
|
2862
2961
|
},
|
2863
2962
|
"lambdaFunctionRuntime": {
|
2864
|
-
"shape": "
|
2963
|
+
"shape": "S5j"
|
2865
2964
|
},
|
2866
2965
|
"lambdaFunctionTags": {
|
2867
|
-
"shape": "
|
2966
|
+
"shape": "S5n"
|
2868
2967
|
},
|
2869
2968
|
"lastScannedAt": {
|
2870
2969
|
"type": "list",
|
@@ -2881,23 +2980,23 @@
|
|
2881
2980
|
}
|
2882
2981
|
},
|
2883
2982
|
"resourceId": {
|
2884
|
-
"shape": "
|
2983
|
+
"shape": "S5j"
|
2885
2984
|
},
|
2886
2985
|
"resourceType": {
|
2887
|
-
"shape": "
|
2986
|
+
"shape": "S5j"
|
2888
2987
|
},
|
2889
2988
|
"scanStatusCode": {
|
2890
|
-
"shape": "
|
2989
|
+
"shape": "S5j"
|
2891
2990
|
},
|
2892
2991
|
"scanStatusReason": {
|
2893
|
-
"shape": "
|
2992
|
+
"shape": "S5j"
|
2894
2993
|
},
|
2895
2994
|
"scanType": {
|
2896
|
-
"shape": "
|
2995
|
+
"shape": "S5j"
|
2897
2996
|
}
|
2898
2997
|
}
|
2899
2998
|
},
|
2900
|
-
"
|
2999
|
+
"S5j": {
|
2901
3000
|
"type": "list",
|
2902
3001
|
"member": {
|
2903
3002
|
"type": "structure",
|
@@ -2911,7 +3010,7 @@
|
|
2911
3010
|
}
|
2912
3011
|
}
|
2913
3012
|
},
|
2914
|
-
"
|
3013
|
+
"S5n": {
|
2915
3014
|
"type": "list",
|
2916
3015
|
"member": {
|
2917
3016
|
"type": "structure",
|
@@ -2926,7 +3025,7 @@
|
|
2926
3025
|
}
|
2927
3026
|
}
|
2928
3027
|
},
|
2929
|
-
"
|
3028
|
+
"S7t": {
|
2930
3029
|
"type": "structure",
|
2931
3030
|
"members": {
|
2932
3031
|
"all": {
|