aws-sdk 2.1656.0 → 2.1658.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.
Files changed (37) hide show
  1. package/README.md +1 -1
  2. package/apis/batch-2016-08-10.min.json +62 -52
  3. package/apis/bedrock-2023-04-20.min.json +140 -86
  4. package/apis/bedrock-agent-2023-06-05.min.json +1991 -171
  5. package/apis/bedrock-agent-2023-06-05.paginators.json +24 -0
  6. package/apis/bedrock-agent-runtime-2023-07-26.min.json +642 -216
  7. package/apis/bedrock-agent-runtime-2023-07-26.paginators.json +6 -0
  8. package/apis/bedrock-runtime-2023-09-30.min.json +329 -192
  9. package/apis/datazone-2018-05-10.min.json +8 -2
  10. package/apis/ec2-2016-11-15.min.json +79 -67
  11. package/apis/fsx-2018-03-01.min.json +7 -1
  12. package/apis/glue-2017-03-31.min.json +407 -368
  13. package/apis/groundstation-2019-05-23.min.json +7 -1
  14. package/apis/license-manager-linux-subscriptions-2018-05-10.min.json +236 -16
  15. package/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +6 -0
  16. package/apis/mediaconnect-2018-11-14.min.json +106 -94
  17. package/apis/opensearch-2021-01-01.min.json +141 -98
  18. package/apis/sagemaker-2017-07-24.min.json +1129 -801
  19. package/apis/sagemaker-2017-07-24.paginators.json +6 -0
  20. package/clients/batch.d.ts +12 -0
  21. package/clients/bedrock.d.ts +63 -14
  22. package/clients/bedrockagent.d.ts +2172 -171
  23. package/clients/bedrockagentruntime.d.ts +396 -11
  24. package/clients/bedrockruntime.d.ts +149 -6
  25. package/clients/ec2.d.ts +28 -3
  26. package/clients/fsx.d.ts +22 -18
  27. package/clients/glue.d.ts +48 -1
  28. package/clients/licensemanagerlinuxsubscriptions.d.ts +249 -10
  29. package/clients/mediaconnect.d.ts +13 -0
  30. package/clients/opensearch.d.ts +53 -0
  31. package/clients/sagemaker.d.ts +389 -0
  32. package/dist/aws-sdk-core-react-native.js +1 -1
  33. package/dist/aws-sdk-react-native.js +19 -19
  34. package/dist/aws-sdk.js +82 -70
  35. package/dist/aws-sdk.min.js +76 -76
  36. package/lib/core.js +1 -1
  37. package/package.json +1 -1
@@ -82,11 +82,14 @@
82
82
  "instruction": {
83
83
  "shape": "Sk"
84
84
  },
85
- "promptOverrideConfiguration": {
85
+ "memoryConfiguration": {
86
86
  "shape": "Sl"
87
87
  },
88
+ "promptOverrideConfiguration": {
89
+ "shape": "Sp"
90
+ },
88
91
  "tags": {
89
- "shape": "S10"
92
+ "shape": "S14"
90
93
  }
91
94
  }
92
95
  },
@@ -97,7 +100,7 @@
97
100
  ],
98
101
  "members": {
99
102
  "agent": {
100
- "shape": "S14"
103
+ "shape": "S18"
101
104
  }
102
105
  }
103
106
  },
@@ -118,7 +121,7 @@
118
121
  ],
119
122
  "members": {
120
123
  "actionGroupExecutor": {
121
- "shape": "S1c"
124
+ "shape": "S1g"
122
125
  },
123
126
  "actionGroupName": {},
124
127
  "actionGroupState": {},
@@ -131,14 +134,14 @@
131
134
  "locationName": "agentVersion"
132
135
  },
133
136
  "apiSchema": {
134
- "shape": "S1f"
137
+ "shape": "S1j"
135
138
  },
136
139
  "clientToken": {
137
140
  "idempotencyToken": true
138
141
  },
139
142
  "description": {},
140
143
  "functionSchema": {
141
- "shape": "S1k"
144
+ "shape": "S1o"
142
145
  },
143
146
  "parentActionGroupSignature": {}
144
147
  }
@@ -150,7 +153,7 @@
150
153
  ],
151
154
  "members": {
152
155
  "agentActionGroup": {
153
- "shape": "S1v"
156
+ "shape": "S1z"
154
157
  }
155
158
  }
156
159
  },
@@ -179,10 +182,10 @@
179
182
  },
180
183
  "description": {},
181
184
  "routingConfiguration": {
182
- "shape": "S1x"
185
+ "shape": "S21"
183
186
  },
184
187
  "tags": {
185
- "shape": "S10"
188
+ "shape": "S14"
186
189
  }
187
190
  }
188
191
  },
@@ -193,7 +196,7 @@
193
196
  ],
194
197
  "members": {
195
198
  "agentAlias": {
196
- "shape": "S21"
199
+ "shape": "S25"
197
200
  }
198
201
  }
199
202
  },
@@ -218,7 +221,7 @@
218
221
  },
219
222
  "dataDeletionPolicy": {},
220
223
  "dataSourceConfiguration": {
221
- "shape": "S29"
224
+ "shape": "S2d"
222
225
  },
223
226
  "description": {},
224
227
  "knowledgeBaseId": {
@@ -227,10 +230,10 @@
227
230
  },
228
231
  "name": {},
229
232
  "serverSideEncryptionConfiguration": {
230
- "shape": "S2g"
233
+ "shape": "S3l"
231
234
  },
232
235
  "vectorIngestionConfiguration": {
233
- "shape": "S2h"
236
+ "shape": "S3m"
234
237
  }
235
238
  }
236
239
  },
@@ -241,10 +244,182 @@
241
244
  ],
242
245
  "members": {
243
246
  "dataSource": {
244
- "shape": "S2o"
247
+ "shape": "S4h"
248
+ }
249
+ }
250
+ },
251
+ "idempotent": true
252
+ },
253
+ "CreateFlow": {
254
+ "http": {
255
+ "requestUri": "/flows/",
256
+ "responseCode": 201
257
+ },
258
+ "input": {
259
+ "type": "structure",
260
+ "required": [
261
+ "executionRoleArn",
262
+ "name"
263
+ ],
264
+ "members": {
265
+ "clientToken": {
266
+ "idempotencyToken": true
267
+ },
268
+ "customerEncryptionKeyArn": {},
269
+ "definition": {
270
+ "shape": "S4k"
271
+ },
272
+ "description": {},
273
+ "executionRoleArn": {},
274
+ "name": {},
275
+ "tags": {
276
+ "shape": "S14"
277
+ }
278
+ }
279
+ },
280
+ "output": {
281
+ "type": "structure",
282
+ "required": [
283
+ "arn",
284
+ "createdAt",
285
+ "executionRoleArn",
286
+ "id",
287
+ "name",
288
+ "status",
289
+ "updatedAt",
290
+ "version"
291
+ ],
292
+ "members": {
293
+ "arn": {},
294
+ "createdAt": {
295
+ "shape": "S9"
296
+ },
297
+ "customerEncryptionKeyArn": {},
298
+ "definition": {
299
+ "shape": "S4k"
300
+ },
301
+ "description": {},
302
+ "executionRoleArn": {},
303
+ "id": {},
304
+ "name": {},
305
+ "status": {},
306
+ "updatedAt": {
307
+ "shape": "S9"
308
+ },
309
+ "version": {}
310
+ }
311
+ },
312
+ "idempotent": true
313
+ },
314
+ "CreateFlowAlias": {
315
+ "http": {
316
+ "requestUri": "/flows/{flowIdentifier}/aliases",
317
+ "responseCode": 201
318
+ },
319
+ "input": {
320
+ "type": "structure",
321
+ "required": [
322
+ "flowIdentifier",
323
+ "name",
324
+ "routingConfiguration"
325
+ ],
326
+ "members": {
327
+ "clientToken": {
328
+ "idempotencyToken": true
329
+ },
330
+ "description": {},
331
+ "flowIdentifier": {
332
+ "location": "uri",
333
+ "locationName": "flowIdentifier"
334
+ },
335
+ "name": {},
336
+ "routingConfiguration": {
337
+ "shape": "S6f"
338
+ },
339
+ "tags": {
340
+ "shape": "S14"
341
+ }
342
+ }
343
+ },
344
+ "output": {
345
+ "type": "structure",
346
+ "required": [
347
+ "arn",
348
+ "createdAt",
349
+ "flowId",
350
+ "id",
351
+ "name",
352
+ "routingConfiguration",
353
+ "updatedAt"
354
+ ],
355
+ "members": {
356
+ "arn": {},
357
+ "createdAt": {
358
+ "shape": "S9"
359
+ },
360
+ "description": {},
361
+ "flowId": {},
362
+ "id": {},
363
+ "name": {},
364
+ "routingConfiguration": {
365
+ "shape": "S6f"
366
+ },
367
+ "updatedAt": {
368
+ "shape": "S9"
369
+ }
370
+ }
371
+ },
372
+ "idempotent": true
373
+ },
374
+ "CreateFlowVersion": {
375
+ "http": {
376
+ "requestUri": "/flows/{flowIdentifier}/versions",
377
+ "responseCode": 201
378
+ },
379
+ "input": {
380
+ "type": "structure",
381
+ "required": [
382
+ "flowIdentifier"
383
+ ],
384
+ "members": {
385
+ "clientToken": {
386
+ "idempotencyToken": true
387
+ },
388
+ "description": {},
389
+ "flowIdentifier": {
390
+ "location": "uri",
391
+ "locationName": "flowIdentifier"
245
392
  }
246
393
  }
247
394
  },
395
+ "output": {
396
+ "type": "structure",
397
+ "required": [
398
+ "arn",
399
+ "createdAt",
400
+ "executionRoleArn",
401
+ "id",
402
+ "name",
403
+ "status",
404
+ "version"
405
+ ],
406
+ "members": {
407
+ "arn": {},
408
+ "createdAt": {
409
+ "shape": "S9"
410
+ },
411
+ "customerEncryptionKeyArn": {},
412
+ "definition": {
413
+ "shape": "S4k"
414
+ },
415
+ "description": {},
416
+ "executionRoleArn": {},
417
+ "id": {},
418
+ "name": {},
419
+ "status": {},
420
+ "version": {}
421
+ }
422
+ },
248
423
  "idempotent": true
249
424
  },
250
425
  "CreateKnowledgeBase": {
@@ -267,15 +442,15 @@
267
442
  },
268
443
  "description": {},
269
444
  "knowledgeBaseConfiguration": {
270
- "shape": "S2r"
445
+ "shape": "S6o"
271
446
  },
272
447
  "name": {},
273
448
  "roleArn": {},
274
449
  "storageConfiguration": {
275
- "shape": "S2z"
450
+ "shape": "S6w"
276
451
  },
277
452
  "tags": {
278
- "shape": "S10"
453
+ "shape": "S14"
279
454
  }
280
455
  }
281
456
  },
@@ -286,10 +461,122 @@
286
461
  ],
287
462
  "members": {
288
463
  "knowledgeBase": {
289
- "shape": "S3t"
464
+ "shape": "S7p"
465
+ }
466
+ }
467
+ },
468
+ "idempotent": true
469
+ },
470
+ "CreatePrompt": {
471
+ "http": {
472
+ "requestUri": "/prompts/",
473
+ "responseCode": 201
474
+ },
475
+ "input": {
476
+ "type": "structure",
477
+ "required": [
478
+ "name"
479
+ ],
480
+ "members": {
481
+ "clientToken": {
482
+ "idempotencyToken": true
483
+ },
484
+ "customerEncryptionKeyArn": {},
485
+ "defaultVariant": {},
486
+ "description": {},
487
+ "name": {},
488
+ "tags": {
489
+ "shape": "S14"
490
+ },
491
+ "variants": {
492
+ "shape": "S7w"
493
+ }
494
+ }
495
+ },
496
+ "output": {
497
+ "type": "structure",
498
+ "required": [
499
+ "arn",
500
+ "createdAt",
501
+ "id",
502
+ "name",
503
+ "updatedAt",
504
+ "version"
505
+ ],
506
+ "members": {
507
+ "arn": {},
508
+ "createdAt": {
509
+ "shape": "S9"
510
+ },
511
+ "customerEncryptionKeyArn": {},
512
+ "defaultVariant": {},
513
+ "description": {},
514
+ "id": {},
515
+ "name": {},
516
+ "updatedAt": {
517
+ "shape": "S9"
518
+ },
519
+ "variants": {
520
+ "shape": "S7w"
521
+ },
522
+ "version": {}
523
+ }
524
+ },
525
+ "idempotent": true
526
+ },
527
+ "CreatePromptVersion": {
528
+ "http": {
529
+ "requestUri": "/prompts/{promptIdentifier}/versions",
530
+ "responseCode": 201
531
+ },
532
+ "input": {
533
+ "type": "structure",
534
+ "required": [
535
+ "promptIdentifier"
536
+ ],
537
+ "members": {
538
+ "clientToken": {
539
+ "idempotencyToken": true
540
+ },
541
+ "description": {},
542
+ "promptIdentifier": {
543
+ "location": "uri",
544
+ "locationName": "promptIdentifier"
545
+ },
546
+ "tags": {
547
+ "shape": "S14"
290
548
  }
291
549
  }
292
550
  },
551
+ "output": {
552
+ "type": "structure",
553
+ "required": [
554
+ "arn",
555
+ "createdAt",
556
+ "id",
557
+ "name",
558
+ "updatedAt",
559
+ "version"
560
+ ],
561
+ "members": {
562
+ "arn": {},
563
+ "createdAt": {
564
+ "shape": "S9"
565
+ },
566
+ "customerEncryptionKeyArn": {},
567
+ "defaultVariant": {},
568
+ "description": {},
569
+ "id": {},
570
+ "name": {},
571
+ "updatedAt": {
572
+ "shape": "S9"
573
+ },
574
+ "variants": {
575
+ "shape": "S7w"
576
+ },
577
+ "version": {}
578
+ }
579
+ },
293
580
  "idempotent": true
294
581
  },
295
582
  "DeleteAgent": {
@@ -486,108 +773,253 @@
486
773
  },
487
774
  "idempotent": true
488
775
  },
489
- "DeleteKnowledgeBase": {
776
+ "DeleteFlow": {
490
777
  "http": {
491
778
  "method": "DELETE",
492
- "requestUri": "/knowledgebases/{knowledgeBaseId}",
493
- "responseCode": 202
779
+ "requestUri": "/flows/{flowIdentifier}/",
780
+ "responseCode": 200
494
781
  },
495
782
  "input": {
496
783
  "type": "structure",
497
784
  "required": [
498
- "knowledgeBaseId"
785
+ "flowIdentifier"
499
786
  ],
500
787
  "members": {
501
- "knowledgeBaseId": {
788
+ "flowIdentifier": {
502
789
  "location": "uri",
503
- "locationName": "knowledgeBaseId"
790
+ "locationName": "flowIdentifier"
791
+ },
792
+ "skipResourceInUseCheck": {
793
+ "location": "querystring",
794
+ "locationName": "skipResourceInUseCheck",
795
+ "type": "boolean"
504
796
  }
505
797
  }
506
798
  },
507
799
  "output": {
508
800
  "type": "structure",
509
801
  "required": [
510
- "knowledgeBaseId",
511
- "status"
802
+ "id"
512
803
  ],
513
804
  "members": {
514
- "knowledgeBaseId": {},
515
- "status": {}
805
+ "id": {}
516
806
  }
517
807
  },
518
808
  "idempotent": true
519
809
  },
520
- "DisassociateAgentKnowledgeBase": {
810
+ "DeleteFlowAlias": {
521
811
  "http": {
522
812
  "method": "DELETE",
523
- "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/",
524
- "responseCode": 204
813
+ "requestUri": "/flows/{flowIdentifier}/aliases/{aliasIdentifier}",
814
+ "responseCode": 200
525
815
  },
526
816
  "input": {
527
817
  "type": "structure",
528
818
  "required": [
529
- "agentId",
530
- "agentVersion",
531
- "knowledgeBaseId"
819
+ "aliasIdentifier",
820
+ "flowIdentifier"
532
821
  ],
533
822
  "members": {
534
- "agentId": {
823
+ "aliasIdentifier": {
535
824
  "location": "uri",
536
- "locationName": "agentId"
537
- },
538
- "agentVersion": {
539
- "location": "uri",
540
- "locationName": "agentVersion"
825
+ "locationName": "aliasIdentifier"
541
826
  },
542
- "knowledgeBaseId": {
827
+ "flowIdentifier": {
543
828
  "location": "uri",
544
- "locationName": "knowledgeBaseId"
829
+ "locationName": "flowIdentifier"
545
830
  }
546
831
  }
547
832
  },
548
833
  "output": {
549
834
  "type": "structure",
550
- "members": {}
835
+ "required": [
836
+ "flowId",
837
+ "id"
838
+ ],
839
+ "members": {
840
+ "flowId": {},
841
+ "id": {}
842
+ }
551
843
  },
552
844
  "idempotent": true
553
845
  },
554
- "GetAgent": {
846
+ "DeleteFlowVersion": {
555
847
  "http": {
556
- "method": "GET",
557
- "requestUri": "/agents/{agentId}/",
848
+ "method": "DELETE",
849
+ "requestUri": "/flows/{flowIdentifier}/versions/{flowVersion}/",
558
850
  "responseCode": 200
559
851
  },
560
852
  "input": {
561
853
  "type": "structure",
562
854
  "required": [
563
- "agentId"
855
+ "flowIdentifier",
856
+ "flowVersion"
564
857
  ],
565
858
  "members": {
566
- "agentId": {
859
+ "flowIdentifier": {
567
860
  "location": "uri",
568
- "locationName": "agentId"
861
+ "locationName": "flowIdentifier"
862
+ },
863
+ "flowVersion": {
864
+ "location": "uri",
865
+ "locationName": "flowVersion"
866
+ },
867
+ "skipResourceInUseCheck": {
868
+ "location": "querystring",
869
+ "locationName": "skipResourceInUseCheck",
870
+ "type": "boolean"
569
871
  }
570
872
  }
571
873
  },
572
874
  "output": {
573
875
  "type": "structure",
574
876
  "required": [
575
- "agent"
877
+ "id",
878
+ "version"
576
879
  ],
577
880
  "members": {
578
- "agent": {
579
- "shape": "S14"
580
- }
881
+ "id": {},
882
+ "version": {}
581
883
  }
582
- }
884
+ },
885
+ "idempotent": true
583
886
  },
584
- "GetAgentActionGroup": {
887
+ "DeleteKnowledgeBase": {
585
888
  "http": {
586
- "method": "GET",
587
- "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/",
588
- "responseCode": 200
589
- },
590
- "input": {
889
+ "method": "DELETE",
890
+ "requestUri": "/knowledgebases/{knowledgeBaseId}",
891
+ "responseCode": 202
892
+ },
893
+ "input": {
894
+ "type": "structure",
895
+ "required": [
896
+ "knowledgeBaseId"
897
+ ],
898
+ "members": {
899
+ "knowledgeBaseId": {
900
+ "location": "uri",
901
+ "locationName": "knowledgeBaseId"
902
+ }
903
+ }
904
+ },
905
+ "output": {
906
+ "type": "structure",
907
+ "required": [
908
+ "knowledgeBaseId",
909
+ "status"
910
+ ],
911
+ "members": {
912
+ "knowledgeBaseId": {},
913
+ "status": {}
914
+ }
915
+ },
916
+ "idempotent": true
917
+ },
918
+ "DeletePrompt": {
919
+ "http": {
920
+ "method": "DELETE",
921
+ "requestUri": "/prompts/{promptIdentifier}/",
922
+ "responseCode": 200
923
+ },
924
+ "input": {
925
+ "type": "structure",
926
+ "required": [
927
+ "promptIdentifier"
928
+ ],
929
+ "members": {
930
+ "promptIdentifier": {
931
+ "location": "uri",
932
+ "locationName": "promptIdentifier"
933
+ },
934
+ "promptVersion": {
935
+ "location": "querystring",
936
+ "locationName": "promptVersion"
937
+ }
938
+ }
939
+ },
940
+ "output": {
941
+ "type": "structure",
942
+ "required": [
943
+ "id"
944
+ ],
945
+ "members": {
946
+ "id": {},
947
+ "version": {}
948
+ }
949
+ },
950
+ "idempotent": true
951
+ },
952
+ "DisassociateAgentKnowledgeBase": {
953
+ "http": {
954
+ "method": "DELETE",
955
+ "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/",
956
+ "responseCode": 204
957
+ },
958
+ "input": {
959
+ "type": "structure",
960
+ "required": [
961
+ "agentId",
962
+ "agentVersion",
963
+ "knowledgeBaseId"
964
+ ],
965
+ "members": {
966
+ "agentId": {
967
+ "location": "uri",
968
+ "locationName": "agentId"
969
+ },
970
+ "agentVersion": {
971
+ "location": "uri",
972
+ "locationName": "agentVersion"
973
+ },
974
+ "knowledgeBaseId": {
975
+ "location": "uri",
976
+ "locationName": "knowledgeBaseId"
977
+ }
978
+ }
979
+ },
980
+ "output": {
981
+ "type": "structure",
982
+ "members": {}
983
+ },
984
+ "idempotent": true
985
+ },
986
+ "GetAgent": {
987
+ "http": {
988
+ "method": "GET",
989
+ "requestUri": "/agents/{agentId}/",
990
+ "responseCode": 200
991
+ },
992
+ "input": {
993
+ "type": "structure",
994
+ "required": [
995
+ "agentId"
996
+ ],
997
+ "members": {
998
+ "agentId": {
999
+ "location": "uri",
1000
+ "locationName": "agentId"
1001
+ }
1002
+ }
1003
+ },
1004
+ "output": {
1005
+ "type": "structure",
1006
+ "required": [
1007
+ "agent"
1008
+ ],
1009
+ "members": {
1010
+ "agent": {
1011
+ "shape": "S18"
1012
+ }
1013
+ }
1014
+ }
1015
+ },
1016
+ "GetAgentActionGroup": {
1017
+ "http": {
1018
+ "method": "GET",
1019
+ "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/actiongroups/{actionGroupId}/",
1020
+ "responseCode": 200
1021
+ },
1022
+ "input": {
591
1023
  "type": "structure",
592
1024
  "required": [
593
1025
  "actionGroupId",
@@ -616,7 +1048,7 @@
616
1048
  ],
617
1049
  "members": {
618
1050
  "agentActionGroup": {
619
- "shape": "S1v"
1051
+ "shape": "S1z"
620
1052
  }
621
1053
  }
622
1054
  }
@@ -651,7 +1083,7 @@
651
1083
  ],
652
1084
  "members": {
653
1085
  "agentAlias": {
654
- "shape": "S21"
1086
+ "shape": "S25"
655
1087
  }
656
1088
  }
657
1089
  }
@@ -750,7 +1182,7 @@
750
1182
  "customerEncryptionKeyArn": {},
751
1183
  "description": {},
752
1184
  "failureReasons": {
753
- "shape": "S17"
1185
+ "shape": "S1b"
754
1186
  },
755
1187
  "foundationModel": {},
756
1188
  "guardrailConfiguration": {
@@ -762,11 +1194,14 @@
762
1194
  "instruction": {
763
1195
  "shape": "Sk"
764
1196
  },
765
- "promptOverrideConfiguration": {
1197
+ "memoryConfiguration": {
766
1198
  "shape": "Sl"
767
1199
  },
1200
+ "promptOverrideConfiguration": {
1201
+ "shape": "Sp"
1202
+ },
768
1203
  "recommendedActions": {
769
- "shape": "S19"
1204
+ "shape": "S1d"
770
1205
  },
771
1206
  "updatedAt": {
772
1207
  "shape": "S9"
@@ -807,9 +1242,178 @@
807
1242
  ],
808
1243
  "members": {
809
1244
  "dataSource": {
810
- "shape": "S2o"
1245
+ "shape": "S4h"
1246
+ }
1247
+ }
1248
+ }
1249
+ },
1250
+ "GetFlow": {
1251
+ "http": {
1252
+ "method": "GET",
1253
+ "requestUri": "/flows/{flowIdentifier}/",
1254
+ "responseCode": 200
1255
+ },
1256
+ "input": {
1257
+ "type": "structure",
1258
+ "required": [
1259
+ "flowIdentifier"
1260
+ ],
1261
+ "members": {
1262
+ "flowIdentifier": {
1263
+ "location": "uri",
1264
+ "locationName": "flowIdentifier"
1265
+ }
1266
+ }
1267
+ },
1268
+ "output": {
1269
+ "type": "structure",
1270
+ "required": [
1271
+ "arn",
1272
+ "createdAt",
1273
+ "executionRoleArn",
1274
+ "id",
1275
+ "name",
1276
+ "status",
1277
+ "updatedAt",
1278
+ "version"
1279
+ ],
1280
+ "members": {
1281
+ "arn": {},
1282
+ "createdAt": {
1283
+ "shape": "S9"
1284
+ },
1285
+ "customerEncryptionKeyArn": {},
1286
+ "definition": {
1287
+ "shape": "S4k"
1288
+ },
1289
+ "description": {},
1290
+ "executionRoleArn": {},
1291
+ "id": {},
1292
+ "name": {},
1293
+ "status": {},
1294
+ "updatedAt": {
1295
+ "shape": "S9"
1296
+ },
1297
+ "validations": {
1298
+ "type": "list",
1299
+ "member": {
1300
+ "type": "structure",
1301
+ "required": [
1302
+ "message",
1303
+ "severity"
1304
+ ],
1305
+ "members": {
1306
+ "message": {},
1307
+ "severity": {}
1308
+ }
1309
+ }
1310
+ },
1311
+ "version": {}
1312
+ }
1313
+ }
1314
+ },
1315
+ "GetFlowAlias": {
1316
+ "http": {
1317
+ "method": "GET",
1318
+ "requestUri": "/flows/{flowIdentifier}/aliases/{aliasIdentifier}",
1319
+ "responseCode": 200
1320
+ },
1321
+ "input": {
1322
+ "type": "structure",
1323
+ "required": [
1324
+ "aliasIdentifier",
1325
+ "flowIdentifier"
1326
+ ],
1327
+ "members": {
1328
+ "aliasIdentifier": {
1329
+ "location": "uri",
1330
+ "locationName": "aliasIdentifier"
1331
+ },
1332
+ "flowIdentifier": {
1333
+ "location": "uri",
1334
+ "locationName": "flowIdentifier"
1335
+ }
1336
+ }
1337
+ },
1338
+ "output": {
1339
+ "type": "structure",
1340
+ "required": [
1341
+ "arn",
1342
+ "createdAt",
1343
+ "flowId",
1344
+ "id",
1345
+ "name",
1346
+ "routingConfiguration",
1347
+ "updatedAt"
1348
+ ],
1349
+ "members": {
1350
+ "arn": {},
1351
+ "createdAt": {
1352
+ "shape": "S9"
1353
+ },
1354
+ "description": {},
1355
+ "flowId": {},
1356
+ "id": {},
1357
+ "name": {},
1358
+ "routingConfiguration": {
1359
+ "shape": "S6f"
1360
+ },
1361
+ "updatedAt": {
1362
+ "shape": "S9"
1363
+ }
1364
+ }
1365
+ }
1366
+ },
1367
+ "GetFlowVersion": {
1368
+ "http": {
1369
+ "method": "GET",
1370
+ "requestUri": "/flows/{flowIdentifier}/versions/{flowVersion}/",
1371
+ "responseCode": 200
1372
+ },
1373
+ "input": {
1374
+ "type": "structure",
1375
+ "required": [
1376
+ "flowIdentifier",
1377
+ "flowVersion"
1378
+ ],
1379
+ "members": {
1380
+ "flowIdentifier": {
1381
+ "location": "uri",
1382
+ "locationName": "flowIdentifier"
1383
+ },
1384
+ "flowVersion": {
1385
+ "location": "uri",
1386
+ "locationName": "flowVersion"
811
1387
  }
812
1388
  }
1389
+ },
1390
+ "output": {
1391
+ "type": "structure",
1392
+ "required": [
1393
+ "arn",
1394
+ "createdAt",
1395
+ "executionRoleArn",
1396
+ "id",
1397
+ "name",
1398
+ "status",
1399
+ "version"
1400
+ ],
1401
+ "members": {
1402
+ "arn": {},
1403
+ "createdAt": {
1404
+ "shape": "S9"
1405
+ },
1406
+ "customerEncryptionKeyArn": {},
1407
+ "definition": {
1408
+ "shape": "S4k"
1409
+ },
1410
+ "description": {},
1411
+ "executionRoleArn": {},
1412
+ "id": {},
1413
+ "name": {},
1414
+ "status": {},
1415
+ "version": {}
1416
+ }
813
1417
  }
814
1418
  },
815
1419
  "GetIngestionJob": {
@@ -847,7 +1451,7 @@
847
1451
  ],
848
1452
  "members": {
849
1453
  "ingestionJob": {
850
- "shape": "S4q"
1454
+ "shape": "S9f"
851
1455
  }
852
1456
  }
853
1457
  }
@@ -877,52 +1481,104 @@
877
1481
  ],
878
1482
  "members": {
879
1483
  "knowledgeBase": {
880
- "shape": "S3t"
1484
+ "shape": "S7p"
881
1485
  }
882
1486
  }
883
1487
  }
884
1488
  },
885
- "ListAgentActionGroups": {
1489
+ "GetPrompt": {
886
1490
  "http": {
887
- "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/actiongroups/",
1491
+ "method": "GET",
1492
+ "requestUri": "/prompts/{promptIdentifier}/",
888
1493
  "responseCode": 200
889
1494
  },
890
1495
  "input": {
891
1496
  "type": "structure",
892
1497
  "required": [
893
- "agentId",
894
- "agentVersion"
1498
+ "promptIdentifier"
895
1499
  ],
896
1500
  "members": {
897
- "agentId": {
898
- "location": "uri",
899
- "locationName": "agentId"
900
- },
901
- "agentVersion": {
1501
+ "promptIdentifier": {
902
1502
  "location": "uri",
903
- "locationName": "agentVersion"
904
- },
905
- "maxResults": {
906
- "type": "integer"
1503
+ "locationName": "promptIdentifier"
907
1504
  },
908
- "nextToken": {}
1505
+ "promptVersion": {
1506
+ "location": "querystring",
1507
+ "locationName": "promptVersion"
1508
+ }
909
1509
  }
910
1510
  },
911
1511
  "output": {
912
1512
  "type": "structure",
913
1513
  "required": [
914
- "actionGroupSummaries"
1514
+ "arn",
1515
+ "createdAt",
1516
+ "id",
1517
+ "name",
1518
+ "updatedAt",
1519
+ "version"
915
1520
  ],
916
1521
  "members": {
917
- "actionGroupSummaries": {
918
- "type": "list",
919
- "member": {
920
- "type": "structure",
921
- "required": [
922
- "actionGroupId",
923
- "actionGroupName",
924
- "actionGroupState",
925
- "updatedAt"
1522
+ "arn": {},
1523
+ "createdAt": {
1524
+ "shape": "S9"
1525
+ },
1526
+ "customerEncryptionKeyArn": {},
1527
+ "defaultVariant": {},
1528
+ "description": {},
1529
+ "id": {},
1530
+ "name": {},
1531
+ "updatedAt": {
1532
+ "shape": "S9"
1533
+ },
1534
+ "variants": {
1535
+ "shape": "S7w"
1536
+ },
1537
+ "version": {}
1538
+ }
1539
+ }
1540
+ },
1541
+ "ListAgentActionGroups": {
1542
+ "http": {
1543
+ "requestUri": "/agents/{agentId}/agentversions/{agentVersion}/actiongroups/",
1544
+ "responseCode": 200
1545
+ },
1546
+ "input": {
1547
+ "type": "structure",
1548
+ "required": [
1549
+ "agentId",
1550
+ "agentVersion"
1551
+ ],
1552
+ "members": {
1553
+ "agentId": {
1554
+ "location": "uri",
1555
+ "locationName": "agentId"
1556
+ },
1557
+ "agentVersion": {
1558
+ "location": "uri",
1559
+ "locationName": "agentVersion"
1560
+ },
1561
+ "maxResults": {
1562
+ "type": "integer"
1563
+ },
1564
+ "nextToken": {}
1565
+ }
1566
+ },
1567
+ "output": {
1568
+ "type": "structure",
1569
+ "required": [
1570
+ "actionGroupSummaries"
1571
+ ],
1572
+ "members": {
1573
+ "actionGroupSummaries": {
1574
+ "type": "list",
1575
+ "member": {
1576
+ "type": "structure",
1577
+ "required": [
1578
+ "actionGroupId",
1579
+ "actionGroupName",
1580
+ "actionGroupState",
1581
+ "updatedAt"
926
1582
  ],
927
1583
  "members": {
928
1584
  "actionGroupId": {},
@@ -986,7 +1642,7 @@
986
1642
  },
987
1643
  "description": {},
988
1644
  "routingConfiguration": {
989
- "shape": "S1x"
1645
+ "shape": "S21"
990
1646
  },
991
1647
  "updatedAt": {
992
1648
  "shape": "S9"
@@ -1215,6 +1871,192 @@
1215
1871
  }
1216
1872
  }
1217
1873
  },
1874
+ "ListFlowAliases": {
1875
+ "http": {
1876
+ "method": "GET",
1877
+ "requestUri": "/flows/{flowIdentifier}/aliases",
1878
+ "responseCode": 200
1879
+ },
1880
+ "input": {
1881
+ "type": "structure",
1882
+ "required": [
1883
+ "flowIdentifier"
1884
+ ],
1885
+ "members": {
1886
+ "flowIdentifier": {
1887
+ "location": "uri",
1888
+ "locationName": "flowIdentifier"
1889
+ },
1890
+ "maxResults": {
1891
+ "location": "querystring",
1892
+ "locationName": "maxResults",
1893
+ "type": "integer"
1894
+ },
1895
+ "nextToken": {
1896
+ "location": "querystring",
1897
+ "locationName": "nextToken"
1898
+ }
1899
+ }
1900
+ },
1901
+ "output": {
1902
+ "type": "structure",
1903
+ "required": [
1904
+ "flowAliasSummaries"
1905
+ ],
1906
+ "members": {
1907
+ "flowAliasSummaries": {
1908
+ "type": "list",
1909
+ "member": {
1910
+ "type": "structure",
1911
+ "required": [
1912
+ "arn",
1913
+ "createdAt",
1914
+ "flowId",
1915
+ "id",
1916
+ "name",
1917
+ "routingConfiguration",
1918
+ "updatedAt"
1919
+ ],
1920
+ "members": {
1921
+ "arn": {},
1922
+ "createdAt": {
1923
+ "shape": "S9"
1924
+ },
1925
+ "description": {},
1926
+ "flowId": {},
1927
+ "id": {},
1928
+ "name": {},
1929
+ "routingConfiguration": {
1930
+ "shape": "S6f"
1931
+ },
1932
+ "updatedAt": {
1933
+ "shape": "S9"
1934
+ }
1935
+ }
1936
+ }
1937
+ },
1938
+ "nextToken": {}
1939
+ }
1940
+ }
1941
+ },
1942
+ "ListFlowVersions": {
1943
+ "http": {
1944
+ "method": "GET",
1945
+ "requestUri": "/flows/{flowIdentifier}/versions",
1946
+ "responseCode": 200
1947
+ },
1948
+ "input": {
1949
+ "type": "structure",
1950
+ "required": [
1951
+ "flowIdentifier"
1952
+ ],
1953
+ "members": {
1954
+ "flowIdentifier": {
1955
+ "location": "uri",
1956
+ "locationName": "flowIdentifier"
1957
+ },
1958
+ "maxResults": {
1959
+ "location": "querystring",
1960
+ "locationName": "maxResults",
1961
+ "type": "integer"
1962
+ },
1963
+ "nextToken": {
1964
+ "location": "querystring",
1965
+ "locationName": "nextToken"
1966
+ }
1967
+ }
1968
+ },
1969
+ "output": {
1970
+ "type": "structure",
1971
+ "required": [
1972
+ "flowVersionSummaries"
1973
+ ],
1974
+ "members": {
1975
+ "flowVersionSummaries": {
1976
+ "type": "list",
1977
+ "member": {
1978
+ "type": "structure",
1979
+ "required": [
1980
+ "arn",
1981
+ "createdAt",
1982
+ "id",
1983
+ "status",
1984
+ "version"
1985
+ ],
1986
+ "members": {
1987
+ "arn": {},
1988
+ "createdAt": {
1989
+ "shape": "S9"
1990
+ },
1991
+ "id": {},
1992
+ "status": {},
1993
+ "version": {}
1994
+ }
1995
+ }
1996
+ },
1997
+ "nextToken": {}
1998
+ }
1999
+ }
2000
+ },
2001
+ "ListFlows": {
2002
+ "http": {
2003
+ "method": "GET",
2004
+ "requestUri": "/flows/",
2005
+ "responseCode": 200
2006
+ },
2007
+ "input": {
2008
+ "type": "structure",
2009
+ "members": {
2010
+ "maxResults": {
2011
+ "location": "querystring",
2012
+ "locationName": "maxResults",
2013
+ "type": "integer"
2014
+ },
2015
+ "nextToken": {
2016
+ "location": "querystring",
2017
+ "locationName": "nextToken"
2018
+ }
2019
+ }
2020
+ },
2021
+ "output": {
2022
+ "type": "structure",
2023
+ "required": [
2024
+ "flowSummaries"
2025
+ ],
2026
+ "members": {
2027
+ "flowSummaries": {
2028
+ "type": "list",
2029
+ "member": {
2030
+ "type": "structure",
2031
+ "required": [
2032
+ "arn",
2033
+ "createdAt",
2034
+ "id",
2035
+ "name",
2036
+ "status",
2037
+ "updatedAt",
2038
+ "version"
2039
+ ],
2040
+ "members": {
2041
+ "arn": {},
2042
+ "createdAt": {
2043
+ "shape": "S9"
2044
+ },
2045
+ "description": {},
2046
+ "id": {},
2047
+ "name": {},
2048
+ "status": {},
2049
+ "updatedAt": {
2050
+ "shape": "S9"
2051
+ },
2052
+ "version": {}
2053
+ }
2054
+ }
2055
+ },
2056
+ "nextToken": {}
2057
+ }
2058
+ }
2059
+ },
1218
2060
  "ListIngestionJobs": {
1219
2061
  "http": {
1220
2062
  "requestUri": "/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/",
@@ -1298,7 +2140,7 @@
1298
2140
  "shape": "S9"
1299
2141
  },
1300
2142
  "statistics": {
1301
- "shape": "S4r"
2143
+ "shape": "S9g"
1302
2144
  },
1303
2145
  "status": {},
1304
2146
  "updatedAt": {
@@ -1356,6 +2198,67 @@
1356
2198
  }
1357
2199
  }
1358
2200
  },
2201
+ "ListPrompts": {
2202
+ "http": {
2203
+ "method": "GET",
2204
+ "requestUri": "/prompts/",
2205
+ "responseCode": 200
2206
+ },
2207
+ "input": {
2208
+ "type": "structure",
2209
+ "members": {
2210
+ "maxResults": {
2211
+ "location": "querystring",
2212
+ "locationName": "maxResults",
2213
+ "type": "integer"
2214
+ },
2215
+ "nextToken": {
2216
+ "location": "querystring",
2217
+ "locationName": "nextToken"
2218
+ },
2219
+ "promptIdentifier": {
2220
+ "location": "querystring",
2221
+ "locationName": "promptIdentifier"
2222
+ }
2223
+ }
2224
+ },
2225
+ "output": {
2226
+ "type": "structure",
2227
+ "required": [
2228
+ "promptSummaries"
2229
+ ],
2230
+ "members": {
2231
+ "nextToken": {},
2232
+ "promptSummaries": {
2233
+ "type": "list",
2234
+ "member": {
2235
+ "type": "structure",
2236
+ "required": [
2237
+ "arn",
2238
+ "createdAt",
2239
+ "id",
2240
+ "name",
2241
+ "updatedAt",
2242
+ "version"
2243
+ ],
2244
+ "members": {
2245
+ "arn": {},
2246
+ "createdAt": {
2247
+ "shape": "S9"
2248
+ },
2249
+ "description": {},
2250
+ "id": {},
2251
+ "name": {},
2252
+ "updatedAt": {
2253
+ "shape": "S9"
2254
+ },
2255
+ "version": {}
2256
+ }
2257
+ }
2258
+ }
2259
+ }
2260
+ }
2261
+ },
1359
2262
  "ListTagsForResource": {
1360
2263
  "http": {
1361
2264
  "method": "GET",
@@ -1378,7 +2281,7 @@
1378
2281
  "type": "structure",
1379
2282
  "members": {
1380
2283
  "tags": {
1381
- "shape": "S10"
2284
+ "shape": "S14"
1382
2285
  }
1383
2286
  }
1384
2287
  }
@@ -1418,42 +2321,71 @@
1418
2321
  }
1419
2322
  }
1420
2323
  },
1421
- "StartIngestionJob": {
2324
+ "PrepareFlow": {
1422
2325
  "http": {
1423
- "method": "PUT",
1424
- "requestUri": "/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/",
2326
+ "requestUri": "/flows/{flowIdentifier}/",
1425
2327
  "responseCode": 202
1426
2328
  },
1427
2329
  "input": {
1428
2330
  "type": "structure",
1429
2331
  "required": [
1430
- "dataSourceId",
1431
- "knowledgeBaseId"
2332
+ "flowIdentifier"
1432
2333
  ],
1433
2334
  "members": {
1434
- "clientToken": {
1435
- "idempotencyToken": true
1436
- },
1437
- "dataSourceId": {
1438
- "location": "uri",
1439
- "locationName": "dataSourceId"
1440
- },
1441
- "description": {},
1442
- "knowledgeBaseId": {
2335
+ "flowIdentifier": {
1443
2336
  "location": "uri",
1444
- "locationName": "knowledgeBaseId"
2337
+ "locationName": "flowIdentifier"
1445
2338
  }
1446
2339
  }
1447
2340
  },
1448
2341
  "output": {
1449
2342
  "type": "structure",
1450
2343
  "required": [
1451
- "ingestionJob"
2344
+ "id",
2345
+ "status"
1452
2346
  ],
1453
2347
  "members": {
1454
- "ingestionJob": {
1455
- "shape": "S4q"
1456
- }
2348
+ "id": {},
2349
+ "status": {}
2350
+ }
2351
+ }
2352
+ },
2353
+ "StartIngestionJob": {
2354
+ "http": {
2355
+ "method": "PUT",
2356
+ "requestUri": "/knowledgebases/{knowledgeBaseId}/datasources/{dataSourceId}/ingestionjobs/",
2357
+ "responseCode": 202
2358
+ },
2359
+ "input": {
2360
+ "type": "structure",
2361
+ "required": [
2362
+ "dataSourceId",
2363
+ "knowledgeBaseId"
2364
+ ],
2365
+ "members": {
2366
+ "clientToken": {
2367
+ "idempotencyToken": true
2368
+ },
2369
+ "dataSourceId": {
2370
+ "location": "uri",
2371
+ "locationName": "dataSourceId"
2372
+ },
2373
+ "description": {},
2374
+ "knowledgeBaseId": {
2375
+ "location": "uri",
2376
+ "locationName": "knowledgeBaseId"
2377
+ }
2378
+ }
2379
+ },
2380
+ "output": {
2381
+ "type": "structure",
2382
+ "required": [
2383
+ "ingestionJob"
2384
+ ],
2385
+ "members": {
2386
+ "ingestionJob": {
2387
+ "shape": "S9f"
2388
+ }
1457
2389
  }
1458
2390
  },
1459
2391
  "idempotent": true
@@ -1475,7 +2407,7 @@
1475
2407
  "locationName": "resourceArn"
1476
2408
  },
1477
2409
  "tags": {
1478
- "shape": "S10"
2410
+ "shape": "S14"
1479
2411
  }
1480
2412
  }
1481
2413
  },
@@ -1548,8 +2480,11 @@
1548
2480
  "instruction": {
1549
2481
  "shape": "Sk"
1550
2482
  },
1551
- "promptOverrideConfiguration": {
2483
+ "memoryConfiguration": {
1552
2484
  "shape": "Sl"
2485
+ },
2486
+ "promptOverrideConfiguration": {
2487
+ "shape": "Sp"
1553
2488
  }
1554
2489
  }
1555
2490
  },
@@ -1560,7 +2495,7 @@
1560
2495
  ],
1561
2496
  "members": {
1562
2497
  "agent": {
1563
- "shape": "S14"
2498
+ "shape": "S18"
1564
2499
  }
1565
2500
  }
1566
2501
  },
@@ -1582,7 +2517,7 @@
1582
2517
  ],
1583
2518
  "members": {
1584
2519
  "actionGroupExecutor": {
1585
- "shape": "S1c"
2520
+ "shape": "S1g"
1586
2521
  },
1587
2522
  "actionGroupId": {
1588
2523
  "location": "uri",
@@ -1599,11 +2534,11 @@
1599
2534
  "locationName": "agentVersion"
1600
2535
  },
1601
2536
  "apiSchema": {
1602
- "shape": "S1f"
2537
+ "shape": "S1j"
1603
2538
  },
1604
2539
  "description": {},
1605
2540
  "functionSchema": {
1606
- "shape": "S1k"
2541
+ "shape": "S1o"
1607
2542
  },
1608
2543
  "parentActionGroupSignature": {}
1609
2544
  }
@@ -1615,7 +2550,7 @@
1615
2550
  ],
1616
2551
  "members": {
1617
2552
  "agentActionGroup": {
1618
- "shape": "S1v"
2553
+ "shape": "S1z"
1619
2554
  }
1620
2555
  }
1621
2556
  },
@@ -1646,7 +2581,7 @@
1646
2581
  },
1647
2582
  "description": {},
1648
2583
  "routingConfiguration": {
1649
- "shape": "S1x"
2584
+ "shape": "S21"
1650
2585
  }
1651
2586
  }
1652
2587
  },
@@ -1657,7 +2592,7 @@
1657
2592
  ],
1658
2593
  "members": {
1659
2594
  "agentAlias": {
1660
- "shape": "S21"
2595
+ "shape": "S25"
1661
2596
  }
1662
2597
  }
1663
2598
  },
@@ -1723,7 +2658,7 @@
1723
2658
  "members": {
1724
2659
  "dataDeletionPolicy": {},
1725
2660
  "dataSourceConfiguration": {
1726
- "shape": "S29"
2661
+ "shape": "S2d"
1727
2662
  },
1728
2663
  "dataSourceId": {
1729
2664
  "location": "uri",
@@ -1736,10 +2671,10 @@
1736
2671
  },
1737
2672
  "name": {},
1738
2673
  "serverSideEncryptionConfiguration": {
1739
- "shape": "S2g"
2674
+ "shape": "S3l"
1740
2675
  },
1741
2676
  "vectorIngestionConfiguration": {
1742
- "shape": "S2h"
2677
+ "shape": "S3m"
1743
2678
  }
1744
2679
  }
1745
2680
  },
@@ -1750,7 +2685,128 @@
1750
2685
  ],
1751
2686
  "members": {
1752
2687
  "dataSource": {
1753
- "shape": "S2o"
2688
+ "shape": "S4h"
2689
+ }
2690
+ }
2691
+ },
2692
+ "idempotent": true
2693
+ },
2694
+ "UpdateFlow": {
2695
+ "http": {
2696
+ "method": "PUT",
2697
+ "requestUri": "/flows/{flowIdentifier}/",
2698
+ "responseCode": 200
2699
+ },
2700
+ "input": {
2701
+ "type": "structure",
2702
+ "required": [
2703
+ "executionRoleArn",
2704
+ "flowIdentifier",
2705
+ "name"
2706
+ ],
2707
+ "members": {
2708
+ "customerEncryptionKeyArn": {},
2709
+ "definition": {
2710
+ "shape": "S4k"
2711
+ },
2712
+ "description": {},
2713
+ "executionRoleArn": {},
2714
+ "flowIdentifier": {
2715
+ "location": "uri",
2716
+ "locationName": "flowIdentifier"
2717
+ },
2718
+ "name": {}
2719
+ }
2720
+ },
2721
+ "output": {
2722
+ "type": "structure",
2723
+ "required": [
2724
+ "arn",
2725
+ "createdAt",
2726
+ "executionRoleArn",
2727
+ "id",
2728
+ "name",
2729
+ "status",
2730
+ "updatedAt",
2731
+ "version"
2732
+ ],
2733
+ "members": {
2734
+ "arn": {},
2735
+ "createdAt": {
2736
+ "shape": "S9"
2737
+ },
2738
+ "customerEncryptionKeyArn": {},
2739
+ "definition": {
2740
+ "shape": "S4k"
2741
+ },
2742
+ "description": {},
2743
+ "executionRoleArn": {},
2744
+ "id": {},
2745
+ "name": {},
2746
+ "status": {},
2747
+ "updatedAt": {
2748
+ "shape": "S9"
2749
+ },
2750
+ "version": {}
2751
+ }
2752
+ },
2753
+ "idempotent": true
2754
+ },
2755
+ "UpdateFlowAlias": {
2756
+ "http": {
2757
+ "method": "PUT",
2758
+ "requestUri": "/flows/{flowIdentifier}/aliases/{aliasIdentifier}",
2759
+ "responseCode": 200
2760
+ },
2761
+ "input": {
2762
+ "type": "structure",
2763
+ "required": [
2764
+ "aliasIdentifier",
2765
+ "flowIdentifier",
2766
+ "name",
2767
+ "routingConfiguration"
2768
+ ],
2769
+ "members": {
2770
+ "aliasIdentifier": {
2771
+ "location": "uri",
2772
+ "locationName": "aliasIdentifier"
2773
+ },
2774
+ "description": {},
2775
+ "flowIdentifier": {
2776
+ "location": "uri",
2777
+ "locationName": "flowIdentifier"
2778
+ },
2779
+ "name": {},
2780
+ "routingConfiguration": {
2781
+ "shape": "S6f"
2782
+ }
2783
+ }
2784
+ },
2785
+ "output": {
2786
+ "type": "structure",
2787
+ "required": [
2788
+ "arn",
2789
+ "createdAt",
2790
+ "flowId",
2791
+ "id",
2792
+ "name",
2793
+ "routingConfiguration",
2794
+ "updatedAt"
2795
+ ],
2796
+ "members": {
2797
+ "arn": {},
2798
+ "createdAt": {
2799
+ "shape": "S9"
2800
+ },
2801
+ "description": {},
2802
+ "flowId": {},
2803
+ "id": {},
2804
+ "name": {},
2805
+ "routingConfiguration": {
2806
+ "shape": "S6f"
2807
+ },
2808
+ "updatedAt": {
2809
+ "shape": "S9"
1754
2810
  }
1755
2811
  }
1756
2812
  },
@@ -1774,7 +2830,7 @@
1774
2830
  "members": {
1775
2831
  "description": {},
1776
2832
  "knowledgeBaseConfiguration": {
1777
- "shape": "S2r"
2833
+ "shape": "S6o"
1778
2834
  },
1779
2835
  "knowledgeBaseId": {
1780
2836
  "location": "uri",
@@ -1783,7 +2839,7 @@
1783
2839
  "name": {},
1784
2840
  "roleArn": {},
1785
2841
  "storageConfiguration": {
1786
- "shape": "S2z"
2842
+ "shape": "S6w"
1787
2843
  }
1788
2844
  }
1789
2845
  },
@@ -1794,10 +2850,67 @@
1794
2850
  ],
1795
2851
  "members": {
1796
2852
  "knowledgeBase": {
1797
- "shape": "S3t"
2853
+ "shape": "S7p"
2854
+ }
2855
+ }
2856
+ },
2857
+ "idempotent": true
2858
+ },
2859
+ "UpdatePrompt": {
2860
+ "http": {
2861
+ "method": "PUT",
2862
+ "requestUri": "/prompts/{promptIdentifier}/",
2863
+ "responseCode": 200
2864
+ },
2865
+ "input": {
2866
+ "type": "structure",
2867
+ "required": [
2868
+ "name",
2869
+ "promptIdentifier"
2870
+ ],
2871
+ "members": {
2872
+ "customerEncryptionKeyArn": {},
2873
+ "defaultVariant": {},
2874
+ "description": {},
2875
+ "name": {},
2876
+ "promptIdentifier": {
2877
+ "location": "uri",
2878
+ "locationName": "promptIdentifier"
2879
+ },
2880
+ "variants": {
2881
+ "shape": "S7w"
1798
2882
  }
1799
2883
  }
1800
2884
  },
2885
+ "output": {
2886
+ "type": "structure",
2887
+ "required": [
2888
+ "arn",
2889
+ "createdAt",
2890
+ "id",
2891
+ "name",
2892
+ "updatedAt",
2893
+ "version"
2894
+ ],
2895
+ "members": {
2896
+ "arn": {},
2897
+ "createdAt": {
2898
+ "shape": "S9"
2899
+ },
2900
+ "customerEncryptionKeyArn": {},
2901
+ "defaultVariant": {},
2902
+ "description": {},
2903
+ "id": {},
2904
+ "name": {},
2905
+ "updatedAt": {
2906
+ "shape": "S9"
2907
+ },
2908
+ "variants": {
2909
+ "shape": "S7w"
2910
+ },
2911
+ "version": {}
2912
+ }
2913
+ },
1801
2914
  "idempotent": true
1802
2915
  }
1803
2916
  },
@@ -1843,6 +2956,21 @@
1843
2956
  "sensitive": true
1844
2957
  },
1845
2958
  "Sl": {
2959
+ "type": "structure",
2960
+ "required": [
2961
+ "enabledMemoryTypes"
2962
+ ],
2963
+ "members": {
2964
+ "enabledMemoryTypes": {
2965
+ "type": "list",
2966
+ "member": {}
2967
+ },
2968
+ "storageDays": {
2969
+ "type": "integer"
2970
+ }
2971
+ }
2972
+ },
2973
+ "Sp": {
1846
2974
  "type": "structure",
1847
2975
  "required": [
1848
2976
  "promptConfigurations"
@@ -1854,7 +2982,10 @@
1854
2982
  "member": {
1855
2983
  "type": "structure",
1856
2984
  "members": {
1857
- "basePromptTemplate": {},
2985
+ "basePromptTemplate": {
2986
+ "type": "string",
2987
+ "sensitive": true
2988
+ },
1858
2989
  "inferenceConfiguration": {
1859
2990
  "type": "structure",
1860
2991
  "members": {
@@ -1862,8 +2993,7 @@
1862
2993
  "type": "integer"
1863
2994
  },
1864
2995
  "stopSequences": {
1865
- "type": "list",
1866
- "member": {}
2996
+ "shape": "Sw"
1867
2997
  },
1868
2998
  "temperature": {
1869
2999
  "type": "float"
@@ -1886,12 +3016,16 @@
1886
3016
  },
1887
3017
  "sensitive": true
1888
3018
  },
1889
- "S10": {
3019
+ "Sw": {
3020
+ "type": "list",
3021
+ "member": {}
3022
+ },
3023
+ "S14": {
1890
3024
  "type": "map",
1891
3025
  "key": {},
1892
3026
  "value": {}
1893
3027
  },
1894
- "S14": {
3028
+ "S18": {
1895
3029
  "type": "structure",
1896
3030
  "required": [
1897
3031
  "agentArn",
@@ -1918,7 +3052,7 @@
1918
3052
  "customerEncryptionKeyArn": {},
1919
3053
  "description": {},
1920
3054
  "failureReasons": {
1921
- "shape": "S17"
3055
+ "shape": "S1b"
1922
3056
  },
1923
3057
  "foundationModel": {},
1924
3058
  "guardrailConfiguration": {
@@ -1930,29 +3064,32 @@
1930
3064
  "instruction": {
1931
3065
  "shape": "Sk"
1932
3066
  },
3067
+ "memoryConfiguration": {
3068
+ "shape": "Sl"
3069
+ },
1933
3070
  "preparedAt": {
1934
3071
  "shape": "S9"
1935
3072
  },
1936
3073
  "promptOverrideConfiguration": {
1937
- "shape": "Sl"
3074
+ "shape": "Sp"
1938
3075
  },
1939
3076
  "recommendedActions": {
1940
- "shape": "S19"
3077
+ "shape": "S1d"
1941
3078
  },
1942
3079
  "updatedAt": {
1943
3080
  "shape": "S9"
1944
3081
  }
1945
3082
  }
1946
3083
  },
1947
- "S17": {
3084
+ "S1b": {
1948
3085
  "type": "list",
1949
3086
  "member": {}
1950
3087
  },
1951
- "S19": {
3088
+ "S1d": {
1952
3089
  "type": "list",
1953
3090
  "member": {}
1954
3091
  },
1955
- "S1c": {
3092
+ "S1g": {
1956
3093
  "type": "structure",
1957
3094
  "members": {
1958
3095
  "customControl": {},
@@ -1960,7 +3097,7 @@
1960
3097
  },
1961
3098
  "union": true
1962
3099
  },
1963
- "S1f": {
3100
+ "S1j": {
1964
3101
  "type": "structure",
1965
3102
  "members": {
1966
3103
  "payload": {
@@ -1977,7 +3114,7 @@
1977
3114
  },
1978
3115
  "union": true
1979
3116
  },
1980
- "S1k": {
3117
+ "S1o": {
1981
3118
  "type": "structure",
1982
3119
  "members": {
1983
3120
  "functions": {
@@ -2013,7 +3150,7 @@
2013
3150
  },
2014
3151
  "union": true
2015
3152
  },
2016
- "S1v": {
3153
+ "S1z": {
2017
3154
  "type": "structure",
2018
3155
  "required": [
2019
3156
  "actionGroupId",
@@ -2026,7 +3163,7 @@
2026
3163
  ],
2027
3164
  "members": {
2028
3165
  "actionGroupExecutor": {
2029
- "shape": "S1c"
3166
+ "shape": "S1g"
2030
3167
  },
2031
3168
  "actionGroupId": {},
2032
3169
  "actionGroupName": {},
@@ -2034,7 +3171,7 @@
2034
3171
  "agentId": {},
2035
3172
  "agentVersion": {},
2036
3173
  "apiSchema": {
2037
- "shape": "S1f"
3174
+ "shape": "S1j"
2038
3175
  },
2039
3176
  "clientToken": {},
2040
3177
  "createdAt": {
@@ -2042,7 +3179,7 @@
2042
3179
  },
2043
3180
  "description": {},
2044
3181
  "functionSchema": {
2045
- "shape": "S1k"
3182
+ "shape": "S1o"
2046
3183
  },
2047
3184
  "parentActionSignature": {},
2048
3185
  "updatedAt": {
@@ -2050,7 +3187,7 @@
2050
3187
  }
2051
3188
  }
2052
3189
  },
2053
- "S1x": {
3190
+ "S21": {
2054
3191
  "type": "list",
2055
3192
  "member": {
2056
3193
  "type": "structure",
@@ -2060,7 +3197,7 @@
2060
3197
  }
2061
3198
  }
2062
3199
  },
2063
- "S21": {
3200
+ "S25": {
2064
3201
  "type": "structure",
2065
3202
  "required": [
2066
3203
  "agentAliasArn",
@@ -2083,7 +3220,7 @@
2083
3220
  "shape": "S9"
2084
3221
  },
2085
3222
  "routingConfiguration": {
2086
- "shape": "S1x"
3223
+ "shape": "S21"
2087
3224
  },
2088
3225
  "startDate": {
2089
3226
  "shape": "S9"
@@ -2101,22 +3238,53 @@
2101
3238
  },
2102
3239
  "description": {},
2103
3240
  "failureReasons": {
2104
- "shape": "S17"
3241
+ "shape": "S1b"
2105
3242
  },
2106
3243
  "routingConfiguration": {
2107
- "shape": "S1x"
3244
+ "shape": "S21"
2108
3245
  },
2109
3246
  "updatedAt": {
2110
3247
  "shape": "S9"
2111
3248
  }
2112
3249
  }
2113
3250
  },
2114
- "S29": {
3251
+ "S2d": {
2115
3252
  "type": "structure",
2116
3253
  "required": [
2117
3254
  "type"
2118
3255
  ],
2119
3256
  "members": {
3257
+ "confluenceConfiguration": {
3258
+ "type": "structure",
3259
+ "required": [
3260
+ "sourceConfiguration"
3261
+ ],
3262
+ "members": {
3263
+ "crawlerConfiguration": {
3264
+ "type": "structure",
3265
+ "members": {
3266
+ "filterConfiguration": {
3267
+ "shape": "S2g"
3268
+ }
3269
+ }
3270
+ },
3271
+ "sourceConfiguration": {
3272
+ "type": "structure",
3273
+ "required": [
3274
+ "authType",
3275
+ "credentialsSecretArn",
3276
+ "hostType",
3277
+ "hostUrl"
3278
+ ],
3279
+ "members": {
3280
+ "authType": {},
3281
+ "credentialsSecretArn": {},
3282
+ "hostType": {},
3283
+ "hostUrl": {}
3284
+ }
3285
+ }
3286
+ }
3287
+ },
2120
3288
  "s3Configuration": {
2121
3289
  "type": "structure",
2122
3290
  "required": [
@@ -2127,20 +3295,186 @@
2127
3295
  "bucketOwnerAccountId": {},
2128
3296
  "inclusionPrefixes": {
2129
3297
  "type": "list",
2130
- "member": {}
3298
+ "member": {
3299
+ "type": "string",
3300
+ "sensitive": true
3301
+ }
2131
3302
  }
2132
3303
  }
2133
3304
  },
2134
- "type": {}
3305
+ "salesforceConfiguration": {
3306
+ "type": "structure",
3307
+ "required": [
3308
+ "sourceConfiguration"
3309
+ ],
3310
+ "members": {
3311
+ "crawlerConfiguration": {
3312
+ "type": "structure",
3313
+ "members": {
3314
+ "filterConfiguration": {
3315
+ "shape": "S2g"
3316
+ }
3317
+ }
3318
+ },
3319
+ "sourceConfiguration": {
3320
+ "type": "structure",
3321
+ "required": [
3322
+ "authType",
3323
+ "credentialsSecretArn",
3324
+ "hostUrl"
3325
+ ],
3326
+ "members": {
3327
+ "authType": {},
3328
+ "credentialsSecretArn": {},
3329
+ "hostUrl": {}
3330
+ }
3331
+ }
3332
+ }
3333
+ },
3334
+ "sharePointConfiguration": {
3335
+ "type": "structure",
3336
+ "required": [
3337
+ "sourceConfiguration"
3338
+ ],
3339
+ "members": {
3340
+ "crawlerConfiguration": {
3341
+ "type": "structure",
3342
+ "members": {
3343
+ "filterConfiguration": {
3344
+ "shape": "S2g"
3345
+ }
3346
+ }
3347
+ },
3348
+ "sourceConfiguration": {
3349
+ "type": "structure",
3350
+ "required": [
3351
+ "authType",
3352
+ "credentialsSecretArn",
3353
+ "domain",
3354
+ "hostType",
3355
+ "siteUrls"
3356
+ ],
3357
+ "members": {
3358
+ "authType": {},
3359
+ "credentialsSecretArn": {},
3360
+ "domain": {},
3361
+ "hostType": {},
3362
+ "siteUrls": {
3363
+ "type": "list",
3364
+ "member": {}
3365
+ },
3366
+ "tenantId": {}
3367
+ }
3368
+ }
3369
+ }
3370
+ },
3371
+ "type": {},
3372
+ "webConfiguration": {
3373
+ "type": "structure",
3374
+ "required": [
3375
+ "sourceConfiguration"
3376
+ ],
3377
+ "members": {
3378
+ "crawlerConfiguration": {
3379
+ "type": "structure",
3380
+ "members": {
3381
+ "crawlerLimits": {
3382
+ "type": "structure",
3383
+ "members": {
3384
+ "rateLimit": {
3385
+ "type": "integer"
3386
+ }
3387
+ }
3388
+ },
3389
+ "exclusionFilters": {
3390
+ "shape": "S2k"
3391
+ },
3392
+ "inclusionFilters": {
3393
+ "shape": "S2k"
3394
+ },
3395
+ "scope": {}
3396
+ }
3397
+ },
3398
+ "sourceConfiguration": {
3399
+ "type": "structure",
3400
+ "required": [
3401
+ "urlConfiguration"
3402
+ ],
3403
+ "members": {
3404
+ "urlConfiguration": {
3405
+ "type": "structure",
3406
+ "members": {
3407
+ "seedUrls": {
3408
+ "type": "list",
3409
+ "member": {
3410
+ "type": "structure",
3411
+ "members": {
3412
+ "url": {}
3413
+ }
3414
+ }
3415
+ }
3416
+ }
3417
+ }
3418
+ }
3419
+ }
3420
+ }
3421
+ }
2135
3422
  }
2136
3423
  },
2137
3424
  "S2g": {
3425
+ "type": "structure",
3426
+ "required": [
3427
+ "type"
3428
+ ],
3429
+ "members": {
3430
+ "patternObjectFilter": {
3431
+ "type": "structure",
3432
+ "required": [
3433
+ "filters"
3434
+ ],
3435
+ "members": {
3436
+ "filters": {
3437
+ "type": "list",
3438
+ "member": {
3439
+ "type": "structure",
3440
+ "required": [
3441
+ "objectType"
3442
+ ],
3443
+ "members": {
3444
+ "exclusionFilters": {
3445
+ "shape": "S2k"
3446
+ },
3447
+ "inclusionFilters": {
3448
+ "shape": "S2k"
3449
+ },
3450
+ "objectType": {
3451
+ "type": "string",
3452
+ "sensitive": true
3453
+ }
3454
+ }
3455
+ },
3456
+ "sensitive": true
3457
+ }
3458
+ }
3459
+ },
3460
+ "type": {}
3461
+ }
3462
+ },
3463
+ "S2k": {
3464
+ "type": "list",
3465
+ "member": {
3466
+ "type": "string",
3467
+ "sensitive": true
3468
+ },
3469
+ "sensitive": true
3470
+ },
3471
+ "S3l": {
2138
3472
  "type": "structure",
2139
3473
  "members": {
2140
3474
  "kmsKeyArn": {}
2141
3475
  }
2142
3476
  },
2143
- "S2h": {
3477
+ "S3m": {
2144
3478
  "type": "structure",
2145
3479
  "members": {
2146
3480
  "chunkingConfiguration": {
@@ -2164,12 +3498,140 @@
2164
3498
  "type": "integer"
2165
3499
  }
2166
3500
  }
3501
+ },
3502
+ "hierarchicalChunkingConfiguration": {
3503
+ "type": "structure",
3504
+ "required": [
3505
+ "levelConfigurations",
3506
+ "overlapTokens"
3507
+ ],
3508
+ "members": {
3509
+ "levelConfigurations": {
3510
+ "type": "list",
3511
+ "member": {
3512
+ "type": "structure",
3513
+ "required": [
3514
+ "maxTokens"
3515
+ ],
3516
+ "members": {
3517
+ "maxTokens": {
3518
+ "type": "integer"
3519
+ }
3520
+ }
3521
+ }
3522
+ },
3523
+ "overlapTokens": {
3524
+ "type": "integer"
3525
+ }
3526
+ }
3527
+ },
3528
+ "semanticChunkingConfiguration": {
3529
+ "type": "structure",
3530
+ "required": [
3531
+ "breakpointPercentileThreshold",
3532
+ "bufferSize",
3533
+ "maxTokens"
3534
+ ],
3535
+ "members": {
3536
+ "breakpointPercentileThreshold": {
3537
+ "type": "integer"
3538
+ },
3539
+ "bufferSize": {
3540
+ "type": "integer"
3541
+ },
3542
+ "maxTokens": {
3543
+ "type": "integer"
3544
+ }
3545
+ }
2167
3546
  }
2168
3547
  }
3548
+ },
3549
+ "customTransformationConfiguration": {
3550
+ "type": "structure",
3551
+ "required": [
3552
+ "intermediateStorage",
3553
+ "transformations"
3554
+ ],
3555
+ "members": {
3556
+ "intermediateStorage": {
3557
+ "type": "structure",
3558
+ "required": [
3559
+ "s3Location"
3560
+ ],
3561
+ "members": {
3562
+ "s3Location": {
3563
+ "type": "structure",
3564
+ "required": [
3565
+ "uri"
3566
+ ],
3567
+ "members": {
3568
+ "uri": {}
3569
+ }
3570
+ }
3571
+ }
3572
+ },
3573
+ "transformations": {
3574
+ "type": "list",
3575
+ "member": {
3576
+ "type": "structure",
3577
+ "required": [
3578
+ "stepToApply",
3579
+ "transformationFunction"
3580
+ ],
3581
+ "members": {
3582
+ "stepToApply": {},
3583
+ "transformationFunction": {
3584
+ "type": "structure",
3585
+ "required": [
3586
+ "transformationLambdaConfiguration"
3587
+ ],
3588
+ "members": {
3589
+ "transformationLambdaConfiguration": {
3590
+ "type": "structure",
3591
+ "required": [
3592
+ "lambdaArn"
3593
+ ],
3594
+ "members": {
3595
+ "lambdaArn": {}
3596
+ }
3597
+ }
3598
+ }
3599
+ }
3600
+ }
3601
+ }
3602
+ }
3603
+ }
3604
+ },
3605
+ "parsingConfiguration": {
3606
+ "type": "structure",
3607
+ "required": [
3608
+ "parsingStrategy"
3609
+ ],
3610
+ "members": {
3611
+ "bedrockFoundationModelConfiguration": {
3612
+ "type": "structure",
3613
+ "required": [
3614
+ "modelArn"
3615
+ ],
3616
+ "members": {
3617
+ "modelArn": {},
3618
+ "parsingPrompt": {
3619
+ "type": "structure",
3620
+ "required": [
3621
+ "parsingPromptText"
3622
+ ],
3623
+ "members": {
3624
+ "parsingPromptText": {}
3625
+ }
3626
+ }
3627
+ }
3628
+ },
3629
+ "parsingStrategy": {}
3630
+ }
2169
3631
  }
2170
3632
  }
2171
3633
  },
2172
- "S2o": {
3634
+ "S4h": {
2173
3635
  "type": "structure",
2174
3636
  "required": [
2175
3637
  "createdAt",
@@ -2186,28 +3648,363 @@
2186
3648
  },
2187
3649
  "dataDeletionPolicy": {},
2188
3650
  "dataSourceConfiguration": {
2189
- "shape": "S29"
3651
+ "shape": "S2d"
2190
3652
  },
2191
3653
  "dataSourceId": {},
2192
3654
  "description": {},
2193
3655
  "failureReasons": {
2194
- "shape": "S17"
3656
+ "shape": "S1b"
2195
3657
  },
2196
3658
  "knowledgeBaseId": {},
2197
3659
  "name": {},
2198
3660
  "serverSideEncryptionConfiguration": {
2199
- "shape": "S2g"
3661
+ "shape": "S3l"
2200
3662
  },
2201
3663
  "status": {},
2202
3664
  "updatedAt": {
2203
3665
  "shape": "S9"
2204
3666
  },
2205
3667
  "vectorIngestionConfiguration": {
2206
- "shape": "S2h"
3668
+ "shape": "S3m"
3669
+ }
3670
+ }
3671
+ },
3672
+ "S4k": {
3673
+ "type": "structure",
3674
+ "members": {
3675
+ "connections": {
3676
+ "type": "list",
3677
+ "member": {
3678
+ "type": "structure",
3679
+ "required": [
3680
+ "name",
3681
+ "source",
3682
+ "target",
3683
+ "type"
3684
+ ],
3685
+ "members": {
3686
+ "configuration": {
3687
+ "type": "structure",
3688
+ "members": {
3689
+ "conditional": {
3690
+ "type": "structure",
3691
+ "required": [
3692
+ "condition"
3693
+ ],
3694
+ "members": {
3695
+ "condition": {}
3696
+ }
3697
+ },
3698
+ "data": {
3699
+ "type": "structure",
3700
+ "required": [
3701
+ "sourceOutput",
3702
+ "targetInput"
3703
+ ],
3704
+ "members": {
3705
+ "sourceOutput": {},
3706
+ "targetInput": {}
3707
+ }
3708
+ }
3709
+ },
3710
+ "union": true
3711
+ },
3712
+ "name": {},
3713
+ "source": {},
3714
+ "target": {},
3715
+ "type": {}
3716
+ }
3717
+ }
3718
+ },
3719
+ "nodes": {
3720
+ "type": "list",
3721
+ "member": {
3722
+ "type": "structure",
3723
+ "required": [
3724
+ "name",
3725
+ "type"
3726
+ ],
3727
+ "members": {
3728
+ "configuration": {
3729
+ "type": "structure",
3730
+ "members": {
3731
+ "agent": {
3732
+ "type": "structure",
3733
+ "required": [
3734
+ "agentAliasArn"
3735
+ ],
3736
+ "members": {
3737
+ "agentAliasArn": {}
3738
+ }
3739
+ },
3740
+ "collector": {
3741
+ "type": "structure",
3742
+ "members": {}
3743
+ },
3744
+ "condition": {
3745
+ "type": "structure",
3746
+ "required": [
3747
+ "conditions"
3748
+ ],
3749
+ "members": {
3750
+ "conditions": {
3751
+ "type": "list",
3752
+ "member": {
3753
+ "type": "structure",
3754
+ "required": [
3755
+ "name"
3756
+ ],
3757
+ "members": {
3758
+ "expression": {
3759
+ "type": "string",
3760
+ "sensitive": true
3761
+ },
3762
+ "name": {}
3763
+ },
3764
+ "sensitive": true
3765
+ },
3766
+ "sensitive": true
3767
+ }
3768
+ }
3769
+ },
3770
+ "input": {
3771
+ "type": "structure",
3772
+ "members": {}
3773
+ },
3774
+ "iterator": {
3775
+ "type": "structure",
3776
+ "members": {}
3777
+ },
3778
+ "knowledgeBase": {
3779
+ "type": "structure",
3780
+ "required": [
3781
+ "knowledgeBaseId"
3782
+ ],
3783
+ "members": {
3784
+ "knowledgeBaseId": {},
3785
+ "modelId": {}
3786
+ }
3787
+ },
3788
+ "lambdaFunction": {
3789
+ "type": "structure",
3790
+ "required": [
3791
+ "lambdaArn"
3792
+ ],
3793
+ "members": {
3794
+ "lambdaArn": {}
3795
+ }
3796
+ },
3797
+ "lex": {
3798
+ "type": "structure",
3799
+ "required": [
3800
+ "botAliasArn",
3801
+ "localeId"
3802
+ ],
3803
+ "members": {
3804
+ "botAliasArn": {},
3805
+ "localeId": {}
3806
+ }
3807
+ },
3808
+ "output": {
3809
+ "type": "structure",
3810
+ "members": {}
3811
+ },
3812
+ "prompt": {
3813
+ "type": "structure",
3814
+ "required": [
3815
+ "sourceConfiguration"
3816
+ ],
3817
+ "members": {
3818
+ "sourceConfiguration": {
3819
+ "type": "structure",
3820
+ "members": {
3821
+ "inline": {
3822
+ "type": "structure",
3823
+ "required": [
3824
+ "modelId",
3825
+ "templateConfiguration",
3826
+ "templateType"
3827
+ ],
3828
+ "members": {
3829
+ "inferenceConfiguration": {
3830
+ "shape": "S5h"
3831
+ },
3832
+ "modelId": {},
3833
+ "templateConfiguration": {
3834
+ "shape": "S5k"
3835
+ },
3836
+ "templateType": {}
3837
+ }
3838
+ },
3839
+ "resource": {
3840
+ "type": "structure",
3841
+ "required": [
3842
+ "promptArn"
3843
+ ],
3844
+ "members": {
3845
+ "promptArn": {}
3846
+ }
3847
+ }
3848
+ },
3849
+ "union": true
3850
+ }
3851
+ }
3852
+ },
3853
+ "retrieval": {
3854
+ "type": "structure",
3855
+ "required": [
3856
+ "serviceConfiguration"
3857
+ ],
3858
+ "members": {
3859
+ "serviceConfiguration": {
3860
+ "type": "structure",
3861
+ "members": {
3862
+ "s3": {
3863
+ "type": "structure",
3864
+ "required": [
3865
+ "bucketName"
3866
+ ],
3867
+ "members": {
3868
+ "bucketName": {}
3869
+ }
3870
+ }
3871
+ },
3872
+ "union": true
3873
+ }
3874
+ }
3875
+ },
3876
+ "storage": {
3877
+ "type": "structure",
3878
+ "required": [
3879
+ "serviceConfiguration"
3880
+ ],
3881
+ "members": {
3882
+ "serviceConfiguration": {
3883
+ "type": "structure",
3884
+ "members": {
3885
+ "s3": {
3886
+ "type": "structure",
3887
+ "required": [
3888
+ "bucketName"
3889
+ ],
3890
+ "members": {
3891
+ "bucketName": {}
3892
+ }
3893
+ }
3894
+ },
3895
+ "union": true
3896
+ }
3897
+ }
3898
+ }
3899
+ },
3900
+ "union": true
3901
+ },
3902
+ "inputs": {
3903
+ "type": "list",
3904
+ "member": {
3905
+ "type": "structure",
3906
+ "required": [
3907
+ "expression",
3908
+ "name",
3909
+ "type"
3910
+ ],
3911
+ "members": {
3912
+ "expression": {
3913
+ "type": "string",
3914
+ "sensitive": true
3915
+ },
3916
+ "name": {},
3917
+ "type": {}
3918
+ }
3919
+ }
3920
+ },
3921
+ "name": {},
3922
+ "outputs": {
3923
+ "type": "list",
3924
+ "member": {
3925
+ "type": "structure",
3926
+ "required": [
3927
+ "name",
3928
+ "type"
3929
+ ],
3930
+ "members": {
3931
+ "name": {},
3932
+ "type": {}
3933
+ }
3934
+ }
3935
+ },
3936
+ "type": {}
3937
+ }
3938
+ },
3939
+ "sensitive": true
2207
3940
  }
2208
3941
  }
2209
3942
  },
2210
- "S2r": {
3943
+ "S5h": {
3944
+ "type": "structure",
3945
+ "members": {
3946
+ "text": {
3947
+ "type": "structure",
3948
+ "members": {
3949
+ "maxTokens": {
3950
+ "type": "integer"
3951
+ },
3952
+ "stopSequences": {
3953
+ "shape": "Sw"
3954
+ },
3955
+ "temperature": {
3956
+ "type": "float"
3957
+ },
3958
+ "topK": {
3959
+ "type": "integer"
3960
+ },
3961
+ "topP": {
3962
+ "type": "float"
3963
+ }
3964
+ }
3965
+ }
3966
+ },
3967
+ "union": true
3968
+ },
3969
+ "S5k": {
3970
+ "type": "structure",
3971
+ "members": {
3972
+ "text": {
3973
+ "type": "structure",
3974
+ "required": [
3975
+ "text"
3976
+ ],
3977
+ "members": {
3978
+ "inputVariables": {
3979
+ "type": "list",
3980
+ "member": {
3981
+ "type": "structure",
3982
+ "members": {
3983
+ "name": {}
3984
+ }
3985
+ },
3986
+ "sensitive": true
3987
+ },
3988
+ "text": {
3989
+ "type": "string",
3990
+ "sensitive": true
3991
+ }
3992
+ },
3993
+ "sensitive": true
3994
+ }
3995
+ },
3996
+ "union": true
3997
+ },
3998
+ "S6f": {
3999
+ "type": "list",
4000
+ "member": {
4001
+ "type": "structure",
4002
+ "members": {
4003
+ "flowVersion": {}
4004
+ }
4005
+ }
4006
+ },
4007
+ "S6o": {
2211
4008
  "type": "structure",
2212
4009
  "required": [
2213
4010
  "type"
@@ -2238,7 +4035,7 @@
2238
4035
  }
2239
4036
  }
2240
4037
  },
2241
- "S2z": {
4038
+ "S6w": {
2242
4039
  "type": "structure",
2243
4040
  "required": [
2244
4041
  "type"
@@ -2386,7 +4183,7 @@
2386
4183
  "type": {}
2387
4184
  }
2388
4185
  },
2389
- "S3t": {
4186
+ "S7p": {
2390
4187
  "type": "structure",
2391
4188
  "required": [
2392
4189
  "createdAt",
@@ -2405,25 +4202,48 @@
2405
4202
  },
2406
4203
  "description": {},
2407
4204
  "failureReasons": {
2408
- "shape": "S17"
4205
+ "shape": "S1b"
2409
4206
  },
2410
4207
  "knowledgeBaseArn": {},
2411
4208
  "knowledgeBaseConfiguration": {
2412
- "shape": "S2r"
4209
+ "shape": "S6o"
2413
4210
  },
2414
4211
  "knowledgeBaseId": {},
2415
4212
  "name": {},
2416
4213
  "roleArn": {},
2417
4214
  "status": {},
2418
4215
  "storageConfiguration": {
2419
- "shape": "S2z"
4216
+ "shape": "S6w"
2420
4217
  },
2421
4218
  "updatedAt": {
2422
4219
  "shape": "S9"
2423
4220
  }
2424
4221
  }
2425
4222
  },
2426
- "S4q": {
4223
+ "S7w": {
4224
+ "type": "list",
4225
+ "member": {
4226
+ "type": "structure",
4227
+ "required": [
4228
+ "name",
4229
+ "templateType"
4230
+ ],
4231
+ "members": {
4232
+ "inferenceConfiguration": {
4233
+ "shape": "S5h"
4234
+ },
4235
+ "modelId": {},
4236
+ "name": {},
4237
+ "templateConfiguration": {
4238
+ "shape": "S5k"
4239
+ },
4240
+ "templateType": {}
4241
+ },
4242
+ "sensitive": true
4243
+ },
4244
+ "sensitive": true
4245
+ },
4246
+ "S9f": {
2427
4247
  "type": "structure",
2428
4248
  "required": [
2429
4249
  "dataSourceId",
@@ -2437,7 +4257,7 @@
2437
4257
  "dataSourceId": {},
2438
4258
  "description": {},
2439
4259
  "failureReasons": {
2440
- "shape": "S17"
4260
+ "shape": "S1b"
2441
4261
  },
2442
4262
  "ingestionJobId": {},
2443
4263
  "knowledgeBaseId": {},
@@ -2445,7 +4265,7 @@
2445
4265
  "shape": "S9"
2446
4266
  },
2447
4267
  "statistics": {
2448
- "shape": "S4r"
4268
+ "shape": "S9g"
2449
4269
  },
2450
4270
  "status": {},
2451
4271
  "updatedAt": {
@@ -2453,7 +4273,7 @@
2453
4273
  }
2454
4274
  }
2455
4275
  },
2456
- "S4r": {
4276
+ "S9g": {
2457
4277
  "type": "structure",
2458
4278
  "members": {
2459
4279
  "numberOfDocumentsDeleted": {