cdk-lambda-subminute 2.0.414 → 2.0.415

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.
@@ -23,8 +23,8 @@
23
23
  "required": [
24
24
  "agentId",
25
25
  "agentVersion",
26
- "knowledgeBaseId",
27
- "description"
26
+ "description",
27
+ "knowledgeBaseId"
28
28
  ],
29
29
  "members": {
30
30
  "agentId": {
@@ -35,8 +35,8 @@
35
35
  "location": "uri",
36
36
  "locationName": "agentVersion"
37
37
  },
38
- "knowledgeBaseId": {},
39
38
  "description": {},
39
+ "knowledgeBaseId": {},
40
40
  "knowledgeBaseState": {}
41
41
  }
42
42
  },
@@ -67,24 +67,24 @@
67
67
  ],
68
68
  "members": {
69
69
  "agentName": {},
70
+ "agentResourceRoleArn": {},
70
71
  "clientToken": {
71
72
  "idempotencyToken": true
72
73
  },
73
- "instruction": {
74
- "shape": "Sd"
75
- },
76
- "foundationModel": {},
74
+ "customerEncryptionKeyArn": {},
77
75
  "description": {},
76
+ "foundationModel": {},
78
77
  "idleSessionTTLInSeconds": {
79
78
  "type": "integer"
80
79
  },
81
- "agentResourceRoleArn": {},
82
- "customerEncryptionKeyArn": {},
83
- "tags": {
84
- "shape": "Si"
80
+ "instruction": {
81
+ "shape": "Sh"
85
82
  },
86
83
  "promptOverrideConfiguration": {
87
- "shape": "Sl"
84
+ "shape": "Si"
85
+ },
86
+ "tags": {
87
+ "shape": "Sx"
88
88
  }
89
89
  }
90
90
  },
@@ -110,11 +110,16 @@
110
110
  "input": {
111
111
  "type": "structure",
112
112
  "required": [
113
+ "actionGroupName",
113
114
  "agentId",
114
- "agentVersion",
115
- "actionGroupName"
115
+ "agentVersion"
116
116
  ],
117
117
  "members": {
118
+ "actionGroupExecutor": {
119
+ "shape": "S19"
120
+ },
121
+ "actionGroupName": {},
122
+ "actionGroupState": {},
118
123
  "agentId": {
119
124
  "location": "uri",
120
125
  "locationName": "agentId"
@@ -123,19 +128,14 @@
123
128
  "location": "uri",
124
129
  "locationName": "agentVersion"
125
130
  },
126
- "actionGroupName": {},
131
+ "apiSchema": {
132
+ "shape": "S1b"
133
+ },
127
134
  "clientToken": {
128
135
  "idempotencyToken": true
129
136
  },
130
137
  "description": {},
131
- "parentActionGroupSignature": {},
132
- "actionGroupExecutor": {
133
- "shape": "S1a"
134
- },
135
- "apiSchema": {
136
- "shape": "S1b"
137
- },
138
- "actionGroupState": {}
138
+ "parentActionGroupSignature": {}
139
139
  }
140
140
  },
141
141
  "output": {
@@ -160,15 +160,15 @@
160
160
  "input": {
161
161
  "type": "structure",
162
162
  "required": [
163
- "agentId",
164
- "agentAliasName"
163
+ "agentAliasName",
164
+ "agentId"
165
165
  ],
166
166
  "members": {
167
+ "agentAliasName": {},
167
168
  "agentId": {
168
169
  "location": "uri",
169
170
  "locationName": "agentId"
170
171
  },
171
- "agentAliasName": {},
172
172
  "clientToken": {
173
173
  "idempotencyToken": true
174
174
  },
@@ -177,7 +177,7 @@
177
177
  "shape": "S1k"
178
178
  },
179
179
  "tags": {
180
- "shape": "Si"
180
+ "shape": "Sx"
181
181
  }
182
182
  }
183
183
  },
@@ -203,23 +203,23 @@
203
203
  "input": {
204
204
  "type": "structure",
205
205
  "required": [
206
+ "dataSourceConfiguration",
206
207
  "knowledgeBaseId",
207
- "name",
208
- "dataSourceConfiguration"
208
+ "name"
209
209
  ],
210
210
  "members": {
211
- "knowledgeBaseId": {
212
- "location": "uri",
213
- "locationName": "knowledgeBaseId"
214
- },
215
211
  "clientToken": {
216
212
  "idempotencyToken": true
217
213
  },
218
- "name": {},
219
- "description": {},
220
214
  "dataSourceConfiguration": {
221
215
  "shape": "S1u"
222
216
  },
217
+ "description": {},
218
+ "knowledgeBaseId": {
219
+ "location": "uri",
220
+ "locationName": "knowledgeBaseId"
221
+ },
222
+ "name": {},
223
223
  "serverSideEncryptionConfiguration": {
224
224
  "shape": "S20"
225
225
  },
@@ -250,26 +250,26 @@
250
250
  "input": {
251
251
  "type": "structure",
252
252
  "required": [
253
+ "knowledgeBaseConfiguration",
253
254
  "name",
254
255
  "roleArn",
255
- "knowledgeBaseConfiguration",
256
256
  "storageConfiguration"
257
257
  ],
258
258
  "members": {
259
259
  "clientToken": {
260
260
  "idempotencyToken": true
261
261
  },
262
- "name": {},
263
262
  "description": {},
264
- "roleArn": {},
265
263
  "knowledgeBaseConfiguration": {
266
- "shape": "S2c"
264
+ "shape": "S2b"
267
265
  },
266
+ "name": {},
267
+ "roleArn": {},
268
268
  "storageConfiguration": {
269
269
  "shape": "S2g"
270
270
  },
271
271
  "tags": {
272
- "shape": "Si"
272
+ "shape": "Sx"
273
273
  }
274
274
  }
275
275
  },
@@ -331,11 +331,15 @@
331
331
  "input": {
332
332
  "type": "structure",
333
333
  "required": [
334
+ "actionGroupId",
334
335
  "agentId",
335
- "agentVersion",
336
- "actionGroupId"
336
+ "agentVersion"
337
337
  ],
338
338
  "members": {
339
+ "actionGroupId": {
340
+ "location": "uri",
341
+ "locationName": "actionGroupId"
342
+ },
339
343
  "agentId": {
340
344
  "location": "uri",
341
345
  "locationName": "agentId"
@@ -344,10 +348,6 @@
344
348
  "location": "uri",
345
349
  "locationName": "agentVersion"
346
350
  },
347
- "actionGroupId": {
348
- "location": "uri",
349
- "locationName": "actionGroupId"
350
- },
351
351
  "skipResourceInUseCheck": {
352
352
  "location": "querystring",
353
353
  "locationName": "skipResourceInUseCheck",
@@ -370,31 +370,31 @@
370
370
  "input": {
371
371
  "type": "structure",
372
372
  "required": [
373
- "agentId",
374
- "agentAliasId"
373
+ "agentAliasId",
374
+ "agentId"
375
375
  ],
376
376
  "members": {
377
- "agentId": {
378
- "location": "uri",
379
- "locationName": "agentId"
380
- },
381
377
  "agentAliasId": {
382
378
  "location": "uri",
383
379
  "locationName": "agentAliasId"
380
+ },
381
+ "agentId": {
382
+ "location": "uri",
383
+ "locationName": "agentId"
384
384
  }
385
385
  }
386
386
  },
387
387
  "output": {
388
388
  "type": "structure",
389
389
  "required": [
390
- "agentId",
391
390
  "agentAliasId",
392
- "agentAliasStatus"
391
+ "agentAliasStatus",
392
+ "agentId"
393
393
  ],
394
394
  "members": {
395
- "agentId": {},
396
395
  "agentAliasId": {},
397
- "agentAliasStatus": {}
396
+ "agentAliasStatus": {},
397
+ "agentId": {}
398
398
  }
399
399
  },
400
400
  "idempotent": true
@@ -431,13 +431,13 @@
431
431
  "type": "structure",
432
432
  "required": [
433
433
  "agentId",
434
- "agentVersion",
435
- "agentStatus"
434
+ "agentStatus",
435
+ "agentVersion"
436
436
  ],
437
437
  "members": {
438
438
  "agentId": {},
439
- "agentVersion": {},
440
- "agentStatus": {}
439
+ "agentStatus": {},
440
+ "agentVersion": {}
441
441
  }
442
442
  },
443
443
  "idempotent": true
@@ -451,30 +451,30 @@
451
451
  "input": {
452
452
  "type": "structure",
453
453
  "required": [
454
- "knowledgeBaseId",
455
- "dataSourceId"
454
+ "dataSourceId",
455
+ "knowledgeBaseId"
456
456
  ],
457
457
  "members": {
458
- "knowledgeBaseId": {
459
- "location": "uri",
460
- "locationName": "knowledgeBaseId"
461
- },
462
458
  "dataSourceId": {
463
459
  "location": "uri",
464
460
  "locationName": "dataSourceId"
461
+ },
462
+ "knowledgeBaseId": {
463
+ "location": "uri",
464
+ "locationName": "knowledgeBaseId"
465
465
  }
466
466
  }
467
467
  },
468
468
  "output": {
469
469
  "type": "structure",
470
470
  "required": [
471
- "knowledgeBaseId",
472
471
  "dataSourceId",
472
+ "knowledgeBaseId",
473
473
  "status"
474
474
  ],
475
475
  "members": {
476
- "knowledgeBaseId": {},
477
476
  "dataSourceId": {},
477
+ "knowledgeBaseId": {},
478
478
  "status": {}
479
479
  }
480
480
  },
@@ -584,11 +584,15 @@
584
584
  "input": {
585
585
  "type": "structure",
586
586
  "required": [
587
+ "actionGroupId",
587
588
  "agentId",
588
- "agentVersion",
589
- "actionGroupId"
589
+ "agentVersion"
590
590
  ],
591
591
  "members": {
592
+ "actionGroupId": {
593
+ "location": "uri",
594
+ "locationName": "actionGroupId"
595
+ },
592
596
  "agentId": {
593
597
  "location": "uri",
594
598
  "locationName": "agentId"
@@ -596,10 +600,6 @@
596
600
  "agentVersion": {
597
601
  "location": "uri",
598
602
  "locationName": "agentVersion"
599
- },
600
- "actionGroupId": {
601
- "location": "uri",
602
- "locationName": "actionGroupId"
603
603
  }
604
604
  }
605
605
  },
@@ -624,17 +624,17 @@
624
624
  "input": {
625
625
  "type": "structure",
626
626
  "required": [
627
- "agentId",
628
- "agentAliasId"
627
+ "agentAliasId",
628
+ "agentId"
629
629
  ],
630
630
  "members": {
631
- "agentId": {
632
- "location": "uri",
633
- "locationName": "agentId"
634
- },
635
631
  "agentAliasId": {
636
632
  "location": "uri",
637
633
  "locationName": "agentAliasId"
634
+ },
635
+ "agentId": {
636
+ "location": "uri",
637
+ "locationName": "agentId"
638
638
  }
639
639
  }
640
640
  },
@@ -722,47 +722,47 @@
722
722
  "agentVersion": {
723
723
  "type": "structure",
724
724
  "required": [
725
+ "agentArn",
725
726
  "agentId",
726
727
  "agentName",
727
- "agentArn",
728
- "version",
729
- "agentStatus",
730
- "idleSessionTTLInSeconds",
731
728
  "agentResourceRoleArn",
729
+ "agentStatus",
732
730
  "createdAt",
733
- "updatedAt"
731
+ "idleSessionTTLInSeconds",
732
+ "updatedAt",
733
+ "version"
734
734
  ],
735
735
  "members": {
736
+ "agentArn": {},
736
737
  "agentId": {},
737
738
  "agentName": {},
738
- "agentArn": {},
739
- "version": {},
740
- "instruction": {
741
- "shape": "Sd"
742
- },
743
- "agentStatus": {},
744
- "foundationModel": {},
745
- "description": {},
746
- "idleSessionTTLInSeconds": {
747
- "type": "integer"
748
- },
749
739
  "agentResourceRoleArn": {},
750
- "customerEncryptionKeyArn": {},
740
+ "agentStatus": {},
751
741
  "createdAt": {
752
742
  "shape": "S9"
753
743
  },
754
- "updatedAt": {
755
- "shape": "S9"
756
- },
744
+ "customerEncryptionKeyArn": {},
745
+ "description": {},
757
746
  "failureReasons": {
758
747
  "shape": "S14"
759
748
  },
749
+ "foundationModel": {},
750
+ "idleSessionTTLInSeconds": {
751
+ "type": "integer"
752
+ },
753
+ "instruction": {
754
+ "shape": "Sh"
755
+ },
756
+ "promptOverrideConfiguration": {
757
+ "shape": "Si"
758
+ },
760
759
  "recommendedActions": {
761
760
  "shape": "S16"
762
761
  },
763
- "promptOverrideConfiguration": {
764
- "shape": "Sl"
765
- }
762
+ "updatedAt": {
763
+ "shape": "S9"
764
+ },
765
+ "version": {}
766
766
  }
767
767
  }
768
768
  }
@@ -777,17 +777,17 @@
777
777
  "input": {
778
778
  "type": "structure",
779
779
  "required": [
780
- "knowledgeBaseId",
781
- "dataSourceId"
780
+ "dataSourceId",
781
+ "knowledgeBaseId"
782
782
  ],
783
783
  "members": {
784
- "knowledgeBaseId": {
785
- "location": "uri",
786
- "locationName": "knowledgeBaseId"
787
- },
788
784
  "dataSourceId": {
789
785
  "location": "uri",
790
786
  "locationName": "dataSourceId"
787
+ },
788
+ "knowledgeBaseId": {
789
+ "location": "uri",
790
+ "locationName": "knowledgeBaseId"
791
791
  }
792
792
  }
793
793
  },
@@ -812,15 +812,11 @@
812
812
  "input": {
813
813
  "type": "structure",
814
814
  "required": [
815
- "knowledgeBaseId",
816
815
  "dataSourceId",
817
- "ingestionJobId"
816
+ "ingestionJobId",
817
+ "knowledgeBaseId"
818
818
  ],
819
819
  "members": {
820
- "knowledgeBaseId": {
821
- "location": "uri",
822
- "locationName": "knowledgeBaseId"
823
- },
824
820
  "dataSourceId": {
825
821
  "location": "uri",
826
822
  "locationName": "dataSourceId"
@@ -828,6 +824,10 @@
828
824
  "ingestionJobId": {
829
825
  "location": "uri",
830
826
  "locationName": "ingestionJobId"
827
+ },
828
+ "knowledgeBaseId": {
829
+ "location": "uri",
830
+ "locationName": "knowledgeBaseId"
831
831
  }
832
832
  }
833
833
  },
@@ -971,14 +971,14 @@
971
971
  "members": {
972
972
  "agentAliasId": {},
973
973
  "agentAliasName": {},
974
- "description": {},
975
- "routingConfiguration": {
976
- "shape": "S1k"
977
- },
978
974
  "agentAliasStatus": {},
979
975
  "createdAt": {
980
976
  "shape": "S9"
981
977
  },
978
+ "description": {},
979
+ "routingConfiguration": {
980
+ "shape": "S1k"
981
+ },
982
982
  "updatedAt": {
983
983
  "shape": "S9"
984
984
  }
@@ -1031,8 +1031,8 @@
1031
1031
  "updatedAt"
1032
1032
  ],
1033
1033
  "members": {
1034
- "knowledgeBaseId": {},
1035
1034
  "description": {},
1035
+ "knowledgeBaseId": {},
1036
1036
  "knowledgeBaseState": {},
1037
1037
  "updatedAt": {
1038
1038
  "shape": "S9"
@@ -1089,10 +1089,10 @@
1089
1089
  "createdAt": {
1090
1090
  "shape": "S9"
1091
1091
  },
1092
+ "description": {},
1092
1093
  "updatedAt": {
1093
1094
  "shape": "S9"
1094
- },
1095
- "description": {}
1095
+ }
1096
1096
  }
1097
1097
  }
1098
1098
  },
@@ -1135,10 +1135,10 @@
1135
1135
  "agentName": {},
1136
1136
  "agentStatus": {},
1137
1137
  "description": {},
1138
+ "latestAgentVersion": {},
1138
1139
  "updatedAt": {
1139
1140
  "shape": "S9"
1140
- },
1141
- "latestAgentVersion": {}
1141
+ }
1142
1142
  }
1143
1143
  }
1144
1144
  },
@@ -1178,18 +1178,18 @@
1178
1178
  "member": {
1179
1179
  "type": "structure",
1180
1180
  "required": [
1181
- "knowledgeBaseId",
1182
1181
  "dataSourceId",
1182
+ "knowledgeBaseId",
1183
1183
  "name",
1184
1184
  "status",
1185
1185
  "updatedAt"
1186
1186
  ],
1187
1187
  "members": {
1188
- "knowledgeBaseId": {},
1189
1188
  "dataSourceId": {},
1189
+ "description": {},
1190
+ "knowledgeBaseId": {},
1190
1191
  "name": {},
1191
1192
  "status": {},
1192
- "description": {},
1193
1193
  "updatedAt": {
1194
1194
  "shape": "S9"
1195
1195
  }
@@ -1208,14 +1208,10 @@
1208
1208
  "input": {
1209
1209
  "type": "structure",
1210
1210
  "required": [
1211
- "knowledgeBaseId",
1212
- "dataSourceId"
1211
+ "dataSourceId",
1212
+ "knowledgeBaseId"
1213
1213
  ],
1214
1214
  "members": {
1215
- "knowledgeBaseId": {
1216
- "location": "uri",
1217
- "locationName": "knowledgeBaseId"
1218
- },
1219
1215
  "dataSourceId": {
1220
1216
  "location": "uri",
1221
1217
  "locationName": "dataSourceId"
@@ -1239,6 +1235,14 @@
1239
1235
  }
1240
1236
  }
1241
1237
  },
1238
+ "knowledgeBaseId": {
1239
+ "location": "uri",
1240
+ "locationName": "knowledgeBaseId"
1241
+ },
1242
+ "maxResults": {
1243
+ "type": "integer"
1244
+ },
1245
+ "nextToken": {},
1242
1246
  "sortBy": {
1243
1247
  "type": "structure",
1244
1248
  "required": [
@@ -1249,11 +1253,7 @@
1249
1253
  "attribute": {},
1250
1254
  "order": {}
1251
1255
  }
1252
- },
1253
- "maxResults": {
1254
- "type": "integer"
1255
- },
1256
- "nextToken": {}
1256
+ }
1257
1257
  }
1258
1258
  },
1259
1259
  "output": {
@@ -1267,27 +1267,27 @@
1267
1267
  "member": {
1268
1268
  "type": "structure",
1269
1269
  "required": [
1270
- "knowledgeBaseId",
1271
1270
  "dataSourceId",
1272
1271
  "ingestionJobId",
1273
- "status",
1272
+ "knowledgeBaseId",
1274
1273
  "startedAt",
1274
+ "status",
1275
1275
  "updatedAt"
1276
1276
  ],
1277
1277
  "members": {
1278
- "knowledgeBaseId": {},
1279
1278
  "dataSourceId": {},
1280
- "ingestionJobId": {},
1281
1279
  "description": {},
1282
- "status": {},
1280
+ "ingestionJobId": {},
1281
+ "knowledgeBaseId": {},
1283
1282
  "startedAt": {
1284
1283
  "shape": "S9"
1285
1284
  },
1285
+ "statistics": {
1286
+ "shape": "S42"
1287
+ },
1288
+ "status": {},
1286
1289
  "updatedAt": {
1287
1290
  "shape": "S9"
1288
- },
1289
- "statistics": {
1290
- "shape": "S43"
1291
1291
  }
1292
1292
  }
1293
1293
  }
@@ -1327,9 +1327,9 @@
1327
1327
  "updatedAt"
1328
1328
  ],
1329
1329
  "members": {
1330
+ "description": {},
1330
1331
  "knowledgeBaseId": {},
1331
1332
  "name": {},
1332
- "description": {},
1333
1333
  "status": {},
1334
1334
  "updatedAt": {
1335
1335
  "shape": "S9"
@@ -1363,7 +1363,7 @@
1363
1363
  "type": "structure",
1364
1364
  "members": {
1365
1365
  "tags": {
1366
- "shape": "Si"
1366
+ "shape": "Sx"
1367
1367
  }
1368
1368
  }
1369
1369
  }
@@ -1412,24 +1412,24 @@
1412
1412
  "input": {
1413
1413
  "type": "structure",
1414
1414
  "required": [
1415
- "knowledgeBaseId",
1416
- "dataSourceId"
1415
+ "dataSourceId",
1416
+ "knowledgeBaseId"
1417
1417
  ],
1418
1418
  "members": {
1419
- "knowledgeBaseId": {
1420
- "location": "uri",
1421
- "locationName": "knowledgeBaseId"
1419
+ "clientToken": {
1420
+ "idempotencyToken": true
1422
1421
  },
1423
1422
  "dataSourceId": {
1424
1423
  "location": "uri",
1425
1424
  "locationName": "dataSourceId"
1426
1425
  },
1427
- "clientToken": {
1428
- "idempotencyToken": true
1429
- },
1430
- "description": {}
1431
- }
1432
- },
1426
+ "description": {},
1427
+ "knowledgeBaseId": {
1428
+ "location": "uri",
1429
+ "locationName": "knowledgeBaseId"
1430
+ }
1431
+ }
1432
+ },
1433
1433
  "output": {
1434
1434
  "type": "structure",
1435
1435
  "required": [
@@ -1460,7 +1460,7 @@
1460
1460
  "locationName": "resourceArn"
1461
1461
  },
1462
1462
  "tags": {
1463
- "shape": "Si"
1463
+ "shape": "Sx"
1464
1464
  }
1465
1465
  }
1466
1466
  },
@@ -1511,7 +1511,8 @@
1511
1511
  "required": [
1512
1512
  "agentId",
1513
1513
  "agentName",
1514
- "agentResourceRoleArn"
1514
+ "agentResourceRoleArn",
1515
+ "foundationModel"
1515
1516
  ],
1516
1517
  "members": {
1517
1518
  "agentId": {
@@ -1519,18 +1520,18 @@
1519
1520
  "locationName": "agentId"
1520
1521
  },
1521
1522
  "agentName": {},
1522
- "instruction": {
1523
- "shape": "Sd"
1524
- },
1525
- "foundationModel": {},
1523
+ "agentResourceRoleArn": {},
1524
+ "customerEncryptionKeyArn": {},
1526
1525
  "description": {},
1526
+ "foundationModel": {},
1527
1527
  "idleSessionTTLInSeconds": {
1528
1528
  "type": "integer"
1529
1529
  },
1530
- "agentResourceRoleArn": {},
1531
- "customerEncryptionKeyArn": {},
1530
+ "instruction": {
1531
+ "shape": "Sh"
1532
+ },
1532
1533
  "promptOverrideConfiguration": {
1533
- "shape": "Sl"
1534
+ "shape": "Si"
1534
1535
  }
1535
1536
  }
1536
1537
  },
@@ -1556,12 +1557,21 @@
1556
1557
  "input": {
1557
1558
  "type": "structure",
1558
1559
  "required": [
1559
- "agentId",
1560
- "agentVersion",
1561
1560
  "actionGroupId",
1562
- "actionGroupName"
1561
+ "actionGroupName",
1562
+ "agentId",
1563
+ "agentVersion"
1563
1564
  ],
1564
1565
  "members": {
1566
+ "actionGroupExecutor": {
1567
+ "shape": "S19"
1568
+ },
1569
+ "actionGroupId": {
1570
+ "location": "uri",
1571
+ "locationName": "actionGroupId"
1572
+ },
1573
+ "actionGroupName": {},
1574
+ "actionGroupState": {},
1565
1575
  "agentId": {
1566
1576
  "location": "uri",
1567
1577
  "locationName": "agentId"
@@ -1570,20 +1580,11 @@
1570
1580
  "location": "uri",
1571
1581
  "locationName": "agentVersion"
1572
1582
  },
1573
- "actionGroupId": {
1574
- "location": "uri",
1575
- "locationName": "actionGroupId"
1576
- },
1577
- "actionGroupName": {},
1578
- "description": {},
1579
- "parentActionGroupSignature": {},
1580
- "actionGroupExecutor": {
1581
- "shape": "S1a"
1582
- },
1583
- "actionGroupState": {},
1584
1583
  "apiSchema": {
1585
1584
  "shape": "S1b"
1586
- }
1585
+ },
1586
+ "description": {},
1587
+ "parentActionGroupSignature": {}
1587
1588
  }
1588
1589
  },
1589
1590
  "output": {
@@ -1608,20 +1609,20 @@
1608
1609
  "input": {
1609
1610
  "type": "structure",
1610
1611
  "required": [
1611
- "agentId",
1612
1612
  "agentAliasId",
1613
- "agentAliasName"
1613
+ "agentAliasName",
1614
+ "agentId"
1614
1615
  ],
1615
1616
  "members": {
1616
- "agentId": {
1617
- "location": "uri",
1618
- "locationName": "agentId"
1619
- },
1620
1617
  "agentAliasId": {
1621
1618
  "location": "uri",
1622
1619
  "locationName": "agentAliasId"
1623
1620
  },
1624
1621
  "agentAliasName": {},
1622
+ "agentId": {
1623
+ "location": "uri",
1624
+ "locationName": "agentId"
1625
+ },
1625
1626
  "description": {},
1626
1627
  "routingConfiguration": {
1627
1628
  "shape": "S1k"
@@ -1663,11 +1664,11 @@
1663
1664
  "location": "uri",
1664
1665
  "locationName": "agentVersion"
1665
1666
  },
1667
+ "description": {},
1666
1668
  "knowledgeBaseId": {
1667
1669
  "location": "uri",
1668
1670
  "locationName": "knowledgeBaseId"
1669
1671
  },
1670
- "description": {},
1671
1672
  "knowledgeBaseState": {}
1672
1673
  }
1673
1674
  },
@@ -1693,25 +1694,25 @@
1693
1694
  "input": {
1694
1695
  "type": "structure",
1695
1696
  "required": [
1696
- "knowledgeBaseId",
1697
+ "dataSourceConfiguration",
1697
1698
  "dataSourceId",
1698
- "name",
1699
- "dataSourceConfiguration"
1699
+ "knowledgeBaseId",
1700
+ "name"
1700
1701
  ],
1701
1702
  "members": {
1702
- "knowledgeBaseId": {
1703
- "location": "uri",
1704
- "locationName": "knowledgeBaseId"
1703
+ "dataSourceConfiguration": {
1704
+ "shape": "S1u"
1705
1705
  },
1706
1706
  "dataSourceId": {
1707
1707
  "location": "uri",
1708
1708
  "locationName": "dataSourceId"
1709
1709
  },
1710
- "name": {},
1711
1710
  "description": {},
1712
- "dataSourceConfiguration": {
1713
- "shape": "S1u"
1711
+ "knowledgeBaseId": {
1712
+ "location": "uri",
1713
+ "locationName": "knowledgeBaseId"
1714
1714
  },
1715
+ "name": {},
1715
1716
  "serverSideEncryptionConfiguration": {
1716
1717
  "shape": "S20"
1717
1718
  },
@@ -1742,23 +1743,23 @@
1742
1743
  "input": {
1743
1744
  "type": "structure",
1744
1745
  "required": [
1746
+ "knowledgeBaseConfiguration",
1745
1747
  "knowledgeBaseId",
1746
1748
  "name",
1747
1749
  "roleArn",
1748
- "knowledgeBaseConfiguration",
1749
1750
  "storageConfiguration"
1750
1751
  ],
1751
1752
  "members": {
1753
+ "description": {},
1754
+ "knowledgeBaseConfiguration": {
1755
+ "shape": "S2b"
1756
+ },
1752
1757
  "knowledgeBaseId": {
1753
1758
  "location": "uri",
1754
1759
  "locationName": "knowledgeBaseId"
1755
1760
  },
1756
1761
  "name": {},
1757
- "description": {},
1758
1762
  "roleArn": {},
1759
- "knowledgeBaseConfiguration": {
1760
- "shape": "S2c"
1761
- },
1762
1763
  "storageConfiguration": {
1763
1764
  "shape": "S2g"
1764
1765
  }
@@ -1784,130 +1785,130 @@
1784
1785
  "required": [
1785
1786
  "agentId",
1786
1787
  "agentVersion",
1787
- "knowledgeBaseId",
1788
- "description",
1789
1788
  "createdAt",
1790
- "updatedAt",
1791
- "knowledgeBaseState"
1789
+ "description",
1790
+ "knowledgeBaseId",
1791
+ "knowledgeBaseState",
1792
+ "updatedAt"
1792
1793
  ],
1793
1794
  "members": {
1794
1795
  "agentId": {},
1795
1796
  "agentVersion": {},
1796
- "knowledgeBaseId": {},
1797
- "description": {},
1798
1797
  "createdAt": {
1799
1798
  "shape": "S9"
1800
1799
  },
1800
+ "description": {},
1801
+ "knowledgeBaseId": {},
1802
+ "knowledgeBaseState": {},
1801
1803
  "updatedAt": {
1802
1804
  "shape": "S9"
1803
- },
1804
- "knowledgeBaseState": {}
1805
+ }
1805
1806
  }
1806
1807
  },
1807
1808
  "S9": {
1808
1809
  "type": "timestamp",
1809
1810
  "timestampFormat": "iso8601"
1810
1811
  },
1811
- "Sd": {
1812
+ "Sh": {
1812
1813
  "type": "string",
1813
1814
  "sensitive": true
1814
1815
  },
1815
1816
  "Si": {
1816
- "type": "map",
1817
- "key": {},
1818
- "value": {}
1819
- },
1820
- "Sl": {
1821
1817
  "type": "structure",
1822
1818
  "required": [
1823
1819
  "promptConfigurations"
1824
1820
  ],
1825
1821
  "members": {
1822
+ "overrideLambda": {},
1826
1823
  "promptConfigurations": {
1827
1824
  "type": "list",
1828
1825
  "member": {
1829
1826
  "type": "structure",
1830
1827
  "members": {
1831
- "promptType": {},
1832
- "promptCreationMode": {},
1833
- "promptState": {},
1834
1828
  "basePromptTemplate": {},
1835
1829
  "inferenceConfiguration": {
1836
1830
  "type": "structure",
1837
1831
  "members": {
1838
- "temperature": {
1839
- "type": "float"
1840
- },
1841
- "topP": {
1842
- "type": "float"
1843
- },
1844
- "topK": {
1845
- "type": "integer"
1846
- },
1847
1832
  "maximumLength": {
1848
1833
  "type": "integer"
1849
1834
  },
1850
1835
  "stopSequences": {
1851
1836
  "type": "list",
1852
1837
  "member": {}
1838
+ },
1839
+ "temperature": {
1840
+ "type": "float"
1841
+ },
1842
+ "topK": {
1843
+ "type": "integer"
1844
+ },
1845
+ "topP": {
1846
+ "type": "float"
1853
1847
  }
1854
1848
  }
1855
1849
  },
1856
- "parserMode": {}
1850
+ "parserMode": {},
1851
+ "promptCreationMode": {},
1852
+ "promptState": {},
1853
+ "promptType": {}
1857
1854
  }
1858
1855
  }
1859
- },
1860
- "overrideLambda": {}
1856
+ }
1861
1857
  },
1862
1858
  "sensitive": true
1863
1859
  },
1860
+ "Sx": {
1861
+ "type": "map",
1862
+ "key": {},
1863
+ "value": {}
1864
+ },
1864
1865
  "S11": {
1865
1866
  "type": "structure",
1866
1867
  "required": [
1868
+ "agentArn",
1867
1869
  "agentId",
1868
1870
  "agentName",
1869
- "agentArn",
1870
- "agentVersion",
1871
- "agentStatus",
1872
- "idleSessionTTLInSeconds",
1873
1871
  "agentResourceRoleArn",
1872
+ "agentStatus",
1873
+ "agentVersion",
1874
1874
  "createdAt",
1875
+ "idleSessionTTLInSeconds",
1875
1876
  "updatedAt"
1876
1877
  ],
1877
1878
  "members": {
1879
+ "agentArn": {},
1878
1880
  "agentId": {},
1879
1881
  "agentName": {},
1880
- "agentArn": {},
1882
+ "agentResourceRoleArn": {},
1883
+ "agentStatus": {},
1881
1884
  "agentVersion": {},
1882
1885
  "clientToken": {},
1883
- "instruction": {
1884
- "shape": "Sd"
1886
+ "createdAt": {
1887
+ "shape": "S9"
1885
1888
  },
1886
- "agentStatus": {},
1887
- "foundationModel": {},
1889
+ "customerEncryptionKeyArn": {},
1888
1890
  "description": {},
1891
+ "failureReasons": {
1892
+ "shape": "S14"
1893
+ },
1894
+ "foundationModel": {},
1889
1895
  "idleSessionTTLInSeconds": {
1890
1896
  "type": "integer"
1891
1897
  },
1892
- "agentResourceRoleArn": {},
1893
- "customerEncryptionKeyArn": {},
1894
- "createdAt": {
1895
- "shape": "S9"
1896
- },
1897
- "updatedAt": {
1898
- "shape": "S9"
1898
+ "instruction": {
1899
+ "shape": "Sh"
1899
1900
  },
1900
1901
  "preparedAt": {
1901
1902
  "shape": "S9"
1902
1903
  },
1903
- "failureReasons": {
1904
- "shape": "S14"
1904
+ "promptOverrideConfiguration": {
1905
+ "shape": "Si"
1905
1906
  },
1906
1907
  "recommendedActions": {
1907
1908
  "shape": "S16"
1908
1909
  },
1909
- "promptOverrideConfiguration": {
1910
- "shape": "Sl"
1910
+ "updatedAt": {
1911
+ "shape": "S9"
1911
1912
  }
1912
1913
  }
1913
1914
  },
@@ -1919,7 +1920,7 @@
1919
1920
  "type": "list",
1920
1921
  "member": {}
1921
1922
  },
1922
- "S1a": {
1923
+ "S19": {
1923
1924
  "type": "structure",
1924
1925
  "members": {
1925
1926
  "lambda": {}
@@ -1929,16 +1930,16 @@
1929
1930
  "S1b": {
1930
1931
  "type": "structure",
1931
1932
  "members": {
1933
+ "payload": {
1934
+ "type": "string",
1935
+ "sensitive": true
1936
+ },
1932
1937
  "s3": {
1933
1938
  "type": "structure",
1934
1939
  "members": {
1935
1940
  "s3BucketName": {},
1936
1941
  "s3ObjectKey": {}
1937
1942
  }
1938
- },
1939
- "payload": {
1940
- "type": "string",
1941
- "sensitive": true
1942
1943
  }
1943
1944
  },
1944
1945
  "union": true
@@ -1946,35 +1947,35 @@
1946
1947
  "S1i": {
1947
1948
  "type": "structure",
1948
1949
  "required": [
1949
- "agentId",
1950
- "agentVersion",
1951
1950
  "actionGroupId",
1952
1951
  "actionGroupName",
1952
+ "actionGroupState",
1953
+ "agentId",
1954
+ "agentVersion",
1953
1955
  "createdAt",
1954
- "updatedAt",
1955
- "actionGroupState"
1956
+ "updatedAt"
1956
1957
  ],
1957
1958
  "members": {
1958
- "agentId": {},
1959
- "agentVersion": {},
1959
+ "actionGroupExecutor": {
1960
+ "shape": "S19"
1961
+ },
1960
1962
  "actionGroupId": {},
1961
1963
  "actionGroupName": {},
1964
+ "actionGroupState": {},
1965
+ "agentId": {},
1966
+ "agentVersion": {},
1967
+ "apiSchema": {
1968
+ "shape": "S1b"
1969
+ },
1962
1970
  "clientToken": {},
1963
- "description": {},
1964
1971
  "createdAt": {
1965
1972
  "shape": "S9"
1966
1973
  },
1974
+ "description": {},
1975
+ "parentActionSignature": {},
1967
1976
  "updatedAt": {
1968
1977
  "shape": "S9"
1969
- },
1970
- "parentActionSignature": {},
1971
- "actionGroupExecutor": {
1972
- "shape": "S1a"
1973
- },
1974
- "apiSchema": {
1975
- "shape": "S1b"
1976
- },
1977
- "actionGroupState": {}
1978
+ }
1978
1979
  }
1979
1980
  },
1980
1981
  "S1k": {
@@ -1992,49 +1993,49 @@
1992
1993
  "S1n": {
1993
1994
  "type": "structure",
1994
1995
  "required": [
1995
- "agentId",
1996
+ "agentAliasArn",
1996
1997
  "agentAliasId",
1997
1998
  "agentAliasName",
1998
- "agentAliasArn",
1999
- "routingConfiguration",
1999
+ "agentAliasStatus",
2000
+ "agentId",
2000
2001
  "createdAt",
2001
- "updatedAt",
2002
- "agentAliasStatus"
2002
+ "routingConfiguration",
2003
+ "updatedAt"
2003
2004
  ],
2004
2005
  "members": {
2005
- "agentId": {},
2006
- "agentAliasId": {},
2007
- "agentAliasName": {},
2008
2006
  "agentAliasArn": {},
2009
- "clientToken": {},
2010
- "description": {},
2011
- "routingConfiguration": {
2012
- "shape": "S1k"
2013
- },
2014
- "createdAt": {
2015
- "shape": "S9"
2016
- },
2017
- "updatedAt": {
2018
- "shape": "S9"
2019
- },
2020
2007
  "agentAliasHistoryEvents": {
2021
2008
  "type": "list",
2022
2009
  "member": {
2023
2010
  "type": "structure",
2024
2011
  "members": {
2025
- "routingConfiguration": {
2026
- "shape": "S1k"
2027
- },
2028
2012
  "endDate": {
2029
2013
  "shape": "S9"
2030
2014
  },
2015
+ "routingConfiguration": {
2016
+ "shape": "S1k"
2017
+ },
2031
2018
  "startDate": {
2032
2019
  "shape": "S9"
2033
2020
  }
2034
2021
  }
2035
2022
  }
2036
2023
  },
2037
- "agentAliasStatus": {}
2024
+ "agentAliasId": {},
2025
+ "agentAliasName": {},
2026
+ "agentAliasStatus": {},
2027
+ "agentId": {},
2028
+ "clientToken": {},
2029
+ "createdAt": {
2030
+ "shape": "S9"
2031
+ },
2032
+ "description": {},
2033
+ "routingConfiguration": {
2034
+ "shape": "S1k"
2035
+ },
2036
+ "updatedAt": {
2037
+ "shape": "S9"
2038
+ }
2038
2039
  }
2039
2040
  },
2040
2041
  "S1u": {
@@ -2043,7 +2044,6 @@
2043
2044
  "type"
2044
2045
  ],
2045
2046
  "members": {
2046
- "type": {},
2047
2047
  "s3Configuration": {
2048
2048
  "type": "structure",
2049
2049
  "required": [
@@ -2056,7 +2056,8 @@
2056
2056
  "member": {}
2057
2057
  }
2058
2058
  }
2059
- }
2059
+ },
2060
+ "type": {}
2060
2061
  }
2061
2062
  },
2062
2063
  "S20": {
@@ -2097,38 +2098,38 @@
2097
2098
  "S28": {
2098
2099
  "type": "structure",
2099
2100
  "required": [
2100
- "knowledgeBaseId",
2101
+ "createdAt",
2102
+ "dataSourceConfiguration",
2101
2103
  "dataSourceId",
2104
+ "knowledgeBaseId",
2102
2105
  "name",
2103
2106
  "status",
2104
- "dataSourceConfiguration",
2105
- "createdAt",
2106
2107
  "updatedAt"
2107
2108
  ],
2108
2109
  "members": {
2109
- "knowledgeBaseId": {},
2110
- "dataSourceId": {},
2111
- "name": {},
2112
- "status": {},
2113
- "description": {},
2110
+ "createdAt": {
2111
+ "shape": "S9"
2112
+ },
2114
2113
  "dataSourceConfiguration": {
2115
2114
  "shape": "S1u"
2116
2115
  },
2116
+ "dataSourceId": {},
2117
+ "description": {},
2118
+ "knowledgeBaseId": {},
2119
+ "name": {},
2117
2120
  "serverSideEncryptionConfiguration": {
2118
2121
  "shape": "S20"
2119
2122
  },
2120
- "vectorIngestionConfiguration": {
2121
- "shape": "S21"
2122
- },
2123
- "createdAt": {
2124
- "shape": "S9"
2125
- },
2123
+ "status": {},
2126
2124
  "updatedAt": {
2127
2125
  "shape": "S9"
2126
+ },
2127
+ "vectorIngestionConfiguration": {
2128
+ "shape": "S21"
2128
2129
  }
2129
2130
  }
2130
2131
  },
2131
- "S2c": {
2132
+ "S2b": {
2132
2133
  "type": "structure",
2133
2134
  "required": [
2134
2135
  "type"
@@ -2152,30 +2153,29 @@
2152
2153
  "type"
2153
2154
  ],
2154
2155
  "members": {
2155
- "type": {},
2156
2156
  "opensearchServerlessConfiguration": {
2157
2157
  "type": "structure",
2158
2158
  "required": [
2159
2159
  "collectionArn",
2160
- "vectorIndexName",
2161
- "fieldMapping"
2160
+ "fieldMapping",
2161
+ "vectorIndexName"
2162
2162
  ],
2163
2163
  "members": {
2164
2164
  "collectionArn": {},
2165
- "vectorIndexName": {},
2166
2165
  "fieldMapping": {
2167
2166
  "type": "structure",
2168
2167
  "required": [
2169
- "vectorField",
2168
+ "metadataField",
2170
2169
  "textField",
2171
- "metadataField"
2170
+ "vectorField"
2172
2171
  ],
2173
2172
  "members": {
2174
- "vectorField": {},
2173
+ "metadataField": {},
2175
2174
  "textField": {},
2176
- "metadataField": {}
2175
+ "vectorField": {}
2177
2176
  }
2178
- }
2177
+ },
2178
+ "vectorIndexName": {}
2179
2179
  }
2180
2180
  },
2181
2181
  "pineconeConfiguration": {
@@ -2188,163 +2188,170 @@
2188
2188
  "members": {
2189
2189
  "connectionString": {},
2190
2190
  "credentialsSecretArn": {},
2191
- "namespace": {},
2192
2191
  "fieldMapping": {
2193
2192
  "type": "structure",
2194
2193
  "required": [
2195
- "textField",
2196
- "metadataField"
2194
+ "metadataField",
2195
+ "textField"
2197
2196
  ],
2198
2197
  "members": {
2199
- "textField": {},
2200
- "metadataField": {}
2198
+ "metadataField": {},
2199
+ "textField": {}
2201
2200
  }
2202
- }
2201
+ },
2202
+ "namespace": {}
2203
2203
  }
2204
2204
  },
2205
- "redisEnterpriseCloudConfiguration": {
2205
+ "rdsConfiguration": {
2206
2206
  "type": "structure",
2207
2207
  "required": [
2208
- "endpoint",
2209
- "vectorIndexName",
2210
2208
  "credentialsSecretArn",
2211
- "fieldMapping"
2209
+ "databaseName",
2210
+ "fieldMapping",
2211
+ "resourceArn",
2212
+ "tableName"
2212
2213
  ],
2213
2214
  "members": {
2214
- "endpoint": {},
2215
- "vectorIndexName": {},
2216
2215
  "credentialsSecretArn": {},
2216
+ "databaseName": {},
2217
2217
  "fieldMapping": {
2218
2218
  "type": "structure",
2219
2219
  "required": [
2220
- "vectorField",
2220
+ "metadataField",
2221
+ "primaryKeyField",
2221
2222
  "textField",
2222
- "metadataField"
2223
+ "vectorField"
2223
2224
  ],
2224
2225
  "members": {
2225
- "vectorField": {},
2226
+ "metadataField": {},
2227
+ "primaryKeyField": {},
2226
2228
  "textField": {},
2227
- "metadataField": {}
2229
+ "vectorField": {}
2228
2230
  }
2229
- }
2231
+ },
2232
+ "resourceArn": {},
2233
+ "tableName": {}
2230
2234
  }
2231
2235
  },
2232
- "rdsConfiguration": {
2236
+ "redisEnterpriseCloudConfiguration": {
2233
2237
  "type": "structure",
2234
2238
  "required": [
2235
- "resourceArn",
2236
2239
  "credentialsSecretArn",
2237
- "databaseName",
2238
- "tableName",
2239
- "fieldMapping"
2240
+ "endpoint",
2241
+ "fieldMapping",
2242
+ "vectorIndexName"
2240
2243
  ],
2241
2244
  "members": {
2242
- "resourceArn": {},
2243
2245
  "credentialsSecretArn": {},
2244
- "databaseName": {},
2245
- "tableName": {},
2246
+ "endpoint": {},
2246
2247
  "fieldMapping": {
2247
2248
  "type": "structure",
2248
2249
  "required": [
2249
- "primaryKeyField",
2250
- "vectorField",
2250
+ "metadataField",
2251
2251
  "textField",
2252
- "metadataField"
2252
+ "vectorField"
2253
2253
  ],
2254
2254
  "members": {
2255
- "primaryKeyField": {},
2256
- "vectorField": {},
2255
+ "metadataField": {},
2257
2256
  "textField": {},
2258
- "metadataField": {}
2257
+ "vectorField": {}
2259
2258
  }
2260
- }
2259
+ },
2260
+ "vectorIndexName": {}
2261
2261
  }
2262
- }
2262
+ },
2263
+ "type": {}
2263
2264
  }
2264
2265
  },
2265
2266
  "S33": {
2266
2267
  "type": "structure",
2267
2268
  "required": [
2269
+ "createdAt",
2270
+ "knowledgeBaseArn",
2271
+ "knowledgeBaseConfiguration",
2268
2272
  "knowledgeBaseId",
2269
2273
  "name",
2270
- "knowledgeBaseArn",
2271
2274
  "roleArn",
2272
- "knowledgeBaseConfiguration",
2273
- "storageConfiguration",
2274
2275
  "status",
2275
- "createdAt",
2276
+ "storageConfiguration",
2276
2277
  "updatedAt"
2277
2278
  ],
2278
2279
  "members": {
2279
- "knowledgeBaseId": {},
2280
- "name": {},
2281
- "knowledgeBaseArn": {},
2280
+ "createdAt": {
2281
+ "shape": "S9"
2282
+ },
2282
2283
  "description": {},
2283
- "roleArn": {},
2284
+ "failureReasons": {
2285
+ "shape": "S14"
2286
+ },
2287
+ "knowledgeBaseArn": {},
2284
2288
  "knowledgeBaseConfiguration": {
2285
- "shape": "S2c"
2289
+ "shape": "S2b"
2286
2290
  },
2291
+ "knowledgeBaseId": {},
2292
+ "name": {},
2293
+ "roleArn": {},
2294
+ "status": {},
2287
2295
  "storageConfiguration": {
2288
2296
  "shape": "S2g"
2289
2297
  },
2290
- "status": {},
2291
- "createdAt": {
2292
- "shape": "S9"
2293
- },
2294
2298
  "updatedAt": {
2295
2299
  "shape": "S9"
2296
- },
2297
- "failureReasons": {
2298
- "shape": "S14"
2299
2300
  }
2300
2301
  }
2301
2302
  },
2302
2303
  "S41": {
2303
2304
  "type": "structure",
2304
2305
  "required": [
2305
- "knowledgeBaseId",
2306
2306
  "dataSourceId",
2307
2307
  "ingestionJobId",
2308
- "status",
2308
+ "knowledgeBaseId",
2309
2309
  "startedAt",
2310
+ "status",
2310
2311
  "updatedAt"
2311
2312
  ],
2312
2313
  "members": {
2313
- "knowledgeBaseId": {},
2314
2314
  "dataSourceId": {},
2315
- "ingestionJobId": {},
2316
2315
  "description": {},
2317
- "status": {},
2318
- "statistics": {
2319
- "shape": "S43"
2320
- },
2321
2316
  "failureReasons": {
2322
2317
  "shape": "S14"
2323
2318
  },
2319
+ "ingestionJobId": {},
2320
+ "knowledgeBaseId": {},
2324
2321
  "startedAt": {
2325
2322
  "shape": "S9"
2326
2323
  },
2324
+ "statistics": {
2325
+ "shape": "S42"
2326
+ },
2327
+ "status": {},
2327
2328
  "updatedAt": {
2328
2329
  "shape": "S9"
2329
2330
  }
2330
2331
  }
2331
2332
  },
2332
- "S43": {
2333
+ "S42": {
2333
2334
  "type": "structure",
2334
2335
  "members": {
2336
+ "numberOfDocumentsDeleted": {
2337
+ "type": "long"
2338
+ },
2339
+ "numberOfDocumentsFailed": {
2340
+ "type": "long"
2341
+ },
2335
2342
  "numberOfDocumentsScanned": {
2336
2343
  "type": "long"
2337
2344
  },
2338
- "numberOfNewDocumentsIndexed": {
2345
+ "numberOfMetadataDocumentsModified": {
2339
2346
  "type": "long"
2340
2347
  },
2341
- "numberOfModifiedDocumentsIndexed": {
2348
+ "numberOfMetadataDocumentsScanned": {
2342
2349
  "type": "long"
2343
2350
  },
2344
- "numberOfDocumentsDeleted": {
2351
+ "numberOfModifiedDocumentsIndexed": {
2345
2352
  "type": "long"
2346
2353
  },
2347
- "numberOfDocumentsFailed": {
2354
+ "numberOfNewDocumentsIndexed": {
2348
2355
  "type": "long"
2349
2356
  }
2350
2357
  }