aws-sdk 2.1657.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.
- package/README.md +1 -1
- package/apis/batch-2016-08-10.min.json +62 -52
- package/apis/bedrock-2023-04-20.min.json +140 -86
- package/apis/bedrock-agent-2023-06-05.min.json +1991 -171
- package/apis/bedrock-agent-2023-06-05.paginators.json +24 -0
- package/apis/bedrock-agent-runtime-2023-07-26.min.json +642 -216
- package/apis/bedrock-agent-runtime-2023-07-26.paginators.json +6 -0
- package/apis/bedrock-runtime-2023-09-30.min.json +329 -192
- package/apis/ec2-2016-11-15.min.json +79 -67
- package/apis/glue-2017-03-31.min.json +407 -368
- package/apis/groundstation-2019-05-23.min.json +7 -1
- package/apis/license-manager-linux-subscriptions-2018-05-10.min.json +236 -16
- package/apis/license-manager-linux-subscriptions-2018-05-10.paginators.json +6 -0
- package/apis/mediaconnect-2018-11-14.min.json +106 -94
- package/clients/batch.d.ts +12 -0
- package/clients/bedrock.d.ts +63 -14
- package/clients/bedrockagent.d.ts +2172 -171
- package/clients/bedrockagentruntime.d.ts +396 -11
- package/clients/bedrockruntime.d.ts +149 -6
- package/clients/ec2.d.ts +28 -3
- package/clients/glue.d.ts +48 -1
- package/clients/licensemanagerlinuxsubscriptions.d.ts +249 -10
- package/clients/mediaconnect.d.ts +13 -0
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +14 -14
- package/dist/aws-sdk.js +82 -70
- package/dist/aws-sdk.min.js +76 -76
- package/lib/core.js +1 -1
- package/package.json +1 -1
@@ -12,6 +12,111 @@
|
|
12
12
|
"uid": "bedrock-agent-runtime-2023-07-26"
|
13
13
|
},
|
14
14
|
"operations": {
|
15
|
+
"DeleteAgentMemory": {
|
16
|
+
"http": {
|
17
|
+
"method": "DELETE",
|
18
|
+
"requestUri": "/agents/{agentId}/agentAliases/{agentAliasId}/memories",
|
19
|
+
"responseCode": 202
|
20
|
+
},
|
21
|
+
"input": {
|
22
|
+
"type": "structure",
|
23
|
+
"required": [
|
24
|
+
"agentAliasId",
|
25
|
+
"agentId"
|
26
|
+
],
|
27
|
+
"members": {
|
28
|
+
"agentAliasId": {
|
29
|
+
"location": "uri",
|
30
|
+
"locationName": "agentAliasId"
|
31
|
+
},
|
32
|
+
"agentId": {
|
33
|
+
"location": "uri",
|
34
|
+
"locationName": "agentId"
|
35
|
+
},
|
36
|
+
"memoryId": {
|
37
|
+
"location": "querystring",
|
38
|
+
"locationName": "memoryId"
|
39
|
+
}
|
40
|
+
}
|
41
|
+
},
|
42
|
+
"output": {
|
43
|
+
"type": "structure",
|
44
|
+
"members": {}
|
45
|
+
},
|
46
|
+
"idempotent": true
|
47
|
+
},
|
48
|
+
"GetAgentMemory": {
|
49
|
+
"http": {
|
50
|
+
"method": "GET",
|
51
|
+
"requestUri": "/agents/{agentId}/agentAliases/{agentAliasId}/memories",
|
52
|
+
"responseCode": 200
|
53
|
+
},
|
54
|
+
"input": {
|
55
|
+
"type": "structure",
|
56
|
+
"required": [
|
57
|
+
"agentAliasId",
|
58
|
+
"agentId",
|
59
|
+
"memoryId",
|
60
|
+
"memoryType"
|
61
|
+
],
|
62
|
+
"members": {
|
63
|
+
"agentAliasId": {
|
64
|
+
"location": "uri",
|
65
|
+
"locationName": "agentAliasId"
|
66
|
+
},
|
67
|
+
"agentId": {
|
68
|
+
"location": "uri",
|
69
|
+
"locationName": "agentId"
|
70
|
+
},
|
71
|
+
"maxItems": {
|
72
|
+
"location": "querystring",
|
73
|
+
"locationName": "maxItems",
|
74
|
+
"type": "integer"
|
75
|
+
},
|
76
|
+
"memoryId": {
|
77
|
+
"location": "querystring",
|
78
|
+
"locationName": "memoryId"
|
79
|
+
},
|
80
|
+
"memoryType": {
|
81
|
+
"location": "querystring",
|
82
|
+
"locationName": "memoryType"
|
83
|
+
},
|
84
|
+
"nextToken": {
|
85
|
+
"location": "querystring",
|
86
|
+
"locationName": "nextToken"
|
87
|
+
}
|
88
|
+
}
|
89
|
+
},
|
90
|
+
"output": {
|
91
|
+
"type": "structure",
|
92
|
+
"members": {
|
93
|
+
"memoryContents": {
|
94
|
+
"type": "list",
|
95
|
+
"member": {
|
96
|
+
"type": "structure",
|
97
|
+
"members": {
|
98
|
+
"sessionSummary": {
|
99
|
+
"type": "structure",
|
100
|
+
"members": {
|
101
|
+
"memoryId": {},
|
102
|
+
"sessionExpiryTime": {
|
103
|
+
"shape": "Se"
|
104
|
+
},
|
105
|
+
"sessionId": {},
|
106
|
+
"sessionStartTime": {
|
107
|
+
"shape": "Se"
|
108
|
+
},
|
109
|
+
"summaryText": {}
|
110
|
+
}
|
111
|
+
}
|
112
|
+
},
|
113
|
+
"union": true
|
114
|
+
}
|
115
|
+
},
|
116
|
+
"nextToken": {}
|
117
|
+
}
|
118
|
+
}
|
119
|
+
},
|
15
120
|
"InvokeAgent": {
|
16
121
|
"http": {
|
17
122
|
"requestUri": "/agents/{agentId}/agentAliases/{agentAliasId}/sessions/{sessionId}/text",
|
@@ -43,6 +148,7 @@
|
|
43
148
|
"type": "string",
|
44
149
|
"sensitive": true
|
45
150
|
},
|
151
|
+
"memoryId": {},
|
46
152
|
"sessionId": {
|
47
153
|
"location": "uri",
|
48
154
|
"locationName": "sessionId"
|
@@ -50,7 +156,69 @@
|
|
50
156
|
"sessionState": {
|
51
157
|
"type": "structure",
|
52
158
|
"members": {
|
159
|
+
"files": {
|
160
|
+
"type": "list",
|
161
|
+
"member": {
|
162
|
+
"type": "structure",
|
163
|
+
"required": [
|
164
|
+
"name",
|
165
|
+
"source",
|
166
|
+
"useCase"
|
167
|
+
],
|
168
|
+
"members": {
|
169
|
+
"name": {},
|
170
|
+
"source": {
|
171
|
+
"type": "structure",
|
172
|
+
"required": [
|
173
|
+
"sourceType"
|
174
|
+
],
|
175
|
+
"members": {
|
176
|
+
"byteContent": {
|
177
|
+
"type": "structure",
|
178
|
+
"required": [
|
179
|
+
"data",
|
180
|
+
"mediaType"
|
181
|
+
],
|
182
|
+
"members": {
|
183
|
+
"data": {
|
184
|
+
"shape": "Sq"
|
185
|
+
},
|
186
|
+
"mediaType": {}
|
187
|
+
}
|
188
|
+
},
|
189
|
+
"s3Location": {
|
190
|
+
"type": "structure",
|
191
|
+
"required": [
|
192
|
+
"uri"
|
193
|
+
],
|
194
|
+
"members": {
|
195
|
+
"uri": {}
|
196
|
+
}
|
197
|
+
},
|
198
|
+
"sourceType": {}
|
199
|
+
}
|
200
|
+
},
|
201
|
+
"useCase": {}
|
202
|
+
}
|
203
|
+
}
|
204
|
+
},
|
53
205
|
"invocationId": {},
|
206
|
+
"knowledgeBaseConfigurations": {
|
207
|
+
"type": "list",
|
208
|
+
"member": {
|
209
|
+
"type": "structure",
|
210
|
+
"required": [
|
211
|
+
"knowledgeBaseId",
|
212
|
+
"retrievalConfiguration"
|
213
|
+
],
|
214
|
+
"members": {
|
215
|
+
"knowledgeBaseId": {},
|
216
|
+
"retrievalConfiguration": {
|
217
|
+
"shape": "Sz"
|
218
|
+
}
|
219
|
+
}
|
220
|
+
}
|
221
|
+
},
|
54
222
|
"promptSessionAttributes": {
|
55
223
|
"type": "map",
|
56
224
|
"key": {},
|
@@ -69,14 +237,14 @@
|
|
69
237
|
"members": {
|
70
238
|
"actionGroup": {},
|
71
239
|
"apiPath": {
|
72
|
-
"shape": "
|
240
|
+
"shape": "S1c"
|
73
241
|
},
|
74
242
|
"httpMethod": {},
|
75
243
|
"httpStatusCode": {
|
76
244
|
"type": "integer"
|
77
245
|
},
|
78
246
|
"responseBody": {
|
79
|
-
"shape": "
|
247
|
+
"shape": "S1e"
|
80
248
|
},
|
81
249
|
"responseState": {}
|
82
250
|
}
|
@@ -90,7 +258,7 @@
|
|
90
258
|
"actionGroup": {},
|
91
259
|
"function": {},
|
92
260
|
"responseBody": {
|
93
|
-
"shape": "
|
261
|
+
"shape": "S1e"
|
94
262
|
},
|
95
263
|
"responseState": {}
|
96
264
|
}
|
@@ -120,27 +288,10 @@
|
|
120
288
|
"type": "structure",
|
121
289
|
"members": {
|
122
290
|
"accessDeniedException": {
|
123
|
-
"
|
124
|
-
"members": {
|
125
|
-
"message": {}
|
126
|
-
},
|
127
|
-
"error": {
|
128
|
-
"httpStatusCode": 403,
|
129
|
-
"senderFault": true
|
130
|
-
},
|
131
|
-
"exception": true
|
291
|
+
"shape": "S1l"
|
132
292
|
},
|
133
293
|
"badGatewayException": {
|
134
|
-
"
|
135
|
-
"members": {
|
136
|
-
"message": {},
|
137
|
-
"resourceName": {}
|
138
|
-
},
|
139
|
-
"error": {
|
140
|
-
"httpStatusCode": 502
|
141
|
-
},
|
142
|
-
"exception": true,
|
143
|
-
"fault": true
|
294
|
+
"shape": "S1n"
|
144
295
|
},
|
145
296
|
"chunk": {
|
146
297
|
"type": "structure",
|
@@ -149,7 +300,7 @@
|
|
149
300
|
"type": "structure",
|
150
301
|
"members": {
|
151
302
|
"citations": {
|
152
|
-
"shape": "
|
303
|
+
"shape": "S1q"
|
153
304
|
}
|
154
305
|
}
|
155
306
|
},
|
@@ -162,49 +313,37 @@
|
|
162
313
|
"sensitive": true
|
163
314
|
},
|
164
315
|
"conflictException": {
|
165
|
-
"
|
166
|
-
"members": {
|
167
|
-
"message": {}
|
168
|
-
},
|
169
|
-
"error": {
|
170
|
-
"httpStatusCode": 409,
|
171
|
-
"senderFault": true
|
172
|
-
},
|
173
|
-
"exception": true
|
316
|
+
"shape": "S2b"
|
174
317
|
},
|
175
318
|
"dependencyFailedException": {
|
319
|
+
"shape": "S2c"
|
320
|
+
},
|
321
|
+
"files": {
|
176
322
|
"type": "structure",
|
177
323
|
"members": {
|
178
|
-
"
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
324
|
+
"files": {
|
325
|
+
"type": "list",
|
326
|
+
"member": {
|
327
|
+
"type": "structure",
|
328
|
+
"members": {
|
329
|
+
"bytes": {
|
330
|
+
"type": "blob",
|
331
|
+
"sensitive": true
|
332
|
+
},
|
333
|
+
"name": {},
|
334
|
+
"type": {}
|
335
|
+
},
|
336
|
+
"sensitive": true
|
337
|
+
}
|
338
|
+
}
|
184
339
|
},
|
185
|
-
"
|
340
|
+
"event": true
|
186
341
|
},
|
187
342
|
"internalServerException": {
|
188
|
-
"
|
189
|
-
"members": {
|
190
|
-
"message": {}
|
191
|
-
},
|
192
|
-
"error": {
|
193
|
-
"httpStatusCode": 500
|
194
|
-
},
|
195
|
-
"exception": true,
|
196
|
-
"fault": true
|
343
|
+
"shape": "S2h"
|
197
344
|
},
|
198
345
|
"resourceNotFoundException": {
|
199
|
-
"
|
200
|
-
"members": {
|
201
|
-
"message": {}
|
202
|
-
},
|
203
|
-
"error": {
|
204
|
-
"httpStatusCode": 404,
|
205
|
-
"senderFault": true
|
206
|
-
},
|
207
|
-
"exception": true
|
346
|
+
"shape": "S2i"
|
208
347
|
},
|
209
348
|
"returnControl": {
|
210
349
|
"type": "structure",
|
@@ -223,7 +362,7 @@
|
|
223
362
|
"members": {
|
224
363
|
"actionGroup": {},
|
225
364
|
"apiPath": {
|
226
|
-
"shape": "
|
365
|
+
"shape": "S1c"
|
227
366
|
},
|
228
367
|
"httpMethod": {},
|
229
368
|
"parameters": {
|
@@ -249,7 +388,7 @@
|
|
249
388
|
"properties": {
|
250
389
|
"type": "list",
|
251
390
|
"member": {
|
252
|
-
"shape": "
|
391
|
+
"shape": "S2t"
|
253
392
|
}
|
254
393
|
}
|
255
394
|
}
|
@@ -289,26 +428,10 @@
|
|
289
428
|
"sensitive": true
|
290
429
|
},
|
291
430
|
"serviceQuotaExceededException": {
|
292
|
-
"
|
293
|
-
"members": {
|
294
|
-
"message": {}
|
295
|
-
},
|
296
|
-
"error": {
|
297
|
-
"httpStatusCode": 400,
|
298
|
-
"senderFault": true
|
299
|
-
},
|
300
|
-
"exception": true
|
431
|
+
"shape": "S2x"
|
301
432
|
},
|
302
433
|
"throttlingException": {
|
303
|
-
"
|
304
|
-
"members": {
|
305
|
-
"message": {}
|
306
|
-
},
|
307
|
-
"error": {
|
308
|
-
"httpStatusCode": 429,
|
309
|
-
"senderFault": true
|
310
|
-
},
|
311
|
-
"exception": true
|
434
|
+
"shape": "S2y"
|
312
435
|
},
|
313
436
|
"trace": {
|
314
437
|
"type": "structure",
|
@@ -336,10 +459,10 @@
|
|
336
459
|
"members": {
|
337
460
|
"action": {},
|
338
461
|
"inputAssessments": {
|
339
|
-
"shape": "
|
462
|
+
"shape": "S37"
|
340
463
|
},
|
341
464
|
"outputAssessments": {
|
342
|
-
"shape": "
|
465
|
+
"shape": "S37"
|
343
466
|
},
|
344
467
|
"traceId": {}
|
345
468
|
},
|
@@ -359,14 +482,16 @@
|
|
359
482
|
"sensitive": true
|
360
483
|
},
|
361
484
|
"apiPath": {
|
362
|
-
"shape": "
|
485
|
+
"shape": "S1c"
|
363
486
|
},
|
487
|
+
"executionType": {},
|
364
488
|
"function": {
|
365
489
|
"type": "string",
|
366
490
|
"sensitive": true
|
367
491
|
},
|
492
|
+
"invocationId": {},
|
368
493
|
"parameters": {
|
369
|
-
"shape": "
|
494
|
+
"shape": "S44"
|
370
495
|
},
|
371
496
|
"requestBody": {
|
372
497
|
"type": "structure",
|
@@ -375,7 +500,7 @@
|
|
375
500
|
"type": "map",
|
376
501
|
"key": {},
|
377
502
|
"value": {
|
378
|
-
"shape": "
|
503
|
+
"shape": "S44"
|
379
504
|
}
|
380
505
|
}
|
381
506
|
}
|
@@ -386,6 +511,15 @@
|
|
386
511
|
}
|
387
512
|
}
|
388
513
|
},
|
514
|
+
"codeInterpreterInvocationInput": {
|
515
|
+
"type": "structure",
|
516
|
+
"members": {
|
517
|
+
"code": {},
|
518
|
+
"files": {
|
519
|
+
"shape": "S49"
|
520
|
+
}
|
521
|
+
}
|
522
|
+
},
|
389
523
|
"invocationType": {},
|
390
524
|
"knowledgeBaseLookupInput": {
|
391
525
|
"type": "structure",
|
@@ -405,7 +539,7 @@
|
|
405
539
|
"sensitive": true
|
406
540
|
},
|
407
541
|
"modelInvocationInput": {
|
408
|
-
"shape": "
|
542
|
+
"shape": "S4e"
|
409
543
|
},
|
410
544
|
"observation": {
|
411
545
|
"type": "structure",
|
@@ -419,6 +553,19 @@
|
|
419
553
|
}
|
420
554
|
}
|
421
555
|
},
|
556
|
+
"codeInterpreterInvocationOutput": {
|
557
|
+
"type": "structure",
|
558
|
+
"members": {
|
559
|
+
"executionError": {},
|
560
|
+
"executionOutput": {},
|
561
|
+
"executionTimeout": {
|
562
|
+
"type": "boolean"
|
563
|
+
},
|
564
|
+
"files": {
|
565
|
+
"shape": "S49"
|
566
|
+
}
|
567
|
+
}
|
568
|
+
},
|
422
569
|
"finalResponse": {
|
423
570
|
"type": "structure",
|
424
571
|
"members": {
|
@@ -432,7 +579,7 @@
|
|
432
579
|
"type": "structure",
|
433
580
|
"members": {
|
434
581
|
"retrievedReferences": {
|
435
|
-
"shape": "
|
582
|
+
"shape": "S1x"
|
436
583
|
}
|
437
584
|
}
|
438
585
|
},
|
@@ -456,7 +603,7 @@
|
|
456
603
|
"type": "structure",
|
457
604
|
"members": {
|
458
605
|
"text": {
|
459
|
-
"shape": "
|
606
|
+
"shape": "S50"
|
460
607
|
},
|
461
608
|
"traceId": {}
|
462
609
|
},
|
@@ -470,7 +617,7 @@
|
|
470
617
|
"type": "structure",
|
471
618
|
"members": {
|
472
619
|
"modelInvocationInput": {
|
473
|
-
"shape": "
|
620
|
+
"shape": "S4e"
|
474
621
|
},
|
475
622
|
"modelInvocationOutput": {
|
476
623
|
"type": "structure",
|
@@ -497,7 +644,7 @@
|
|
497
644
|
"type": "structure",
|
498
645
|
"members": {
|
499
646
|
"modelInvocationInput": {
|
500
|
-
"shape": "
|
647
|
+
"shape": "S4e"
|
501
648
|
},
|
502
649
|
"modelInvocationOutput": {
|
503
650
|
"type": "structure",
|
@@ -509,7 +656,7 @@
|
|
509
656
|
"type": "boolean"
|
510
657
|
},
|
511
658
|
"rationale": {
|
512
|
-
"shape": "
|
659
|
+
"shape": "S50"
|
513
660
|
}
|
514
661
|
},
|
515
662
|
"sensitive": true
|
@@ -531,15 +678,7 @@
|
|
531
678
|
"sensitive": true
|
532
679
|
},
|
533
680
|
"validationException": {
|
534
|
-
"
|
535
|
-
"members": {
|
536
|
-
"message": {}
|
537
|
-
},
|
538
|
-
"error": {
|
539
|
-
"httpStatusCode": 400,
|
540
|
-
"senderFault": true
|
541
|
-
},
|
542
|
-
"exception": true
|
681
|
+
"shape": "S58"
|
543
682
|
}
|
544
683
|
},
|
545
684
|
"eventstream": true
|
@@ -548,6 +687,10 @@
|
|
548
687
|
"location": "header",
|
549
688
|
"locationName": "x-amzn-bedrock-agent-content-type"
|
550
689
|
},
|
690
|
+
"memoryId": {
|
691
|
+
"location": "header",
|
692
|
+
"locationName": "x-amz-bedrock-agent-memory-id"
|
693
|
+
},
|
551
694
|
"sessionId": {
|
552
695
|
"location": "header",
|
553
696
|
"locationName": "x-amz-bedrock-agent-session-id"
|
@@ -556,6 +699,131 @@
|
|
556
699
|
"payload": "completion"
|
557
700
|
}
|
558
701
|
},
|
702
|
+
"InvokeFlow": {
|
703
|
+
"http": {
|
704
|
+
"requestUri": "/flows/{flowIdentifier}/aliases/{flowAliasIdentifier}",
|
705
|
+
"responseCode": 200
|
706
|
+
},
|
707
|
+
"input": {
|
708
|
+
"type": "structure",
|
709
|
+
"required": [
|
710
|
+
"flowAliasIdentifier",
|
711
|
+
"flowIdentifier",
|
712
|
+
"inputs"
|
713
|
+
],
|
714
|
+
"members": {
|
715
|
+
"flowAliasIdentifier": {
|
716
|
+
"location": "uri",
|
717
|
+
"locationName": "flowAliasIdentifier"
|
718
|
+
},
|
719
|
+
"flowIdentifier": {
|
720
|
+
"location": "uri",
|
721
|
+
"locationName": "flowIdentifier"
|
722
|
+
},
|
723
|
+
"inputs": {
|
724
|
+
"type": "list",
|
725
|
+
"member": {
|
726
|
+
"type": "structure",
|
727
|
+
"required": [
|
728
|
+
"content",
|
729
|
+
"nodeName",
|
730
|
+
"nodeOutputName"
|
731
|
+
],
|
732
|
+
"members": {
|
733
|
+
"content": {
|
734
|
+
"type": "structure",
|
735
|
+
"members": {
|
736
|
+
"document": {
|
737
|
+
"shape": "S5f"
|
738
|
+
}
|
739
|
+
},
|
740
|
+
"sensitive": true,
|
741
|
+
"union": true
|
742
|
+
},
|
743
|
+
"nodeName": {},
|
744
|
+
"nodeOutputName": {}
|
745
|
+
}
|
746
|
+
}
|
747
|
+
}
|
748
|
+
}
|
749
|
+
},
|
750
|
+
"output": {
|
751
|
+
"type": "structure",
|
752
|
+
"required": [
|
753
|
+
"responseStream"
|
754
|
+
],
|
755
|
+
"members": {
|
756
|
+
"responseStream": {
|
757
|
+
"type": "structure",
|
758
|
+
"members": {
|
759
|
+
"accessDeniedException": {
|
760
|
+
"shape": "S1l"
|
761
|
+
},
|
762
|
+
"badGatewayException": {
|
763
|
+
"shape": "S1n"
|
764
|
+
},
|
765
|
+
"conflictException": {
|
766
|
+
"shape": "S2b"
|
767
|
+
},
|
768
|
+
"dependencyFailedException": {
|
769
|
+
"shape": "S2c"
|
770
|
+
},
|
771
|
+
"flowCompletionEvent": {
|
772
|
+
"type": "structure",
|
773
|
+
"required": [
|
774
|
+
"completionReason"
|
775
|
+
],
|
776
|
+
"members": {
|
777
|
+
"completionReason": {}
|
778
|
+
},
|
779
|
+
"event": true,
|
780
|
+
"sensitive": true
|
781
|
+
},
|
782
|
+
"flowOutputEvent": {
|
783
|
+
"type": "structure",
|
784
|
+
"required": [
|
785
|
+
"content",
|
786
|
+
"nodeName",
|
787
|
+
"nodeType"
|
788
|
+
],
|
789
|
+
"members": {
|
790
|
+
"content": {
|
791
|
+
"type": "structure",
|
792
|
+
"members": {
|
793
|
+
"document": {
|
794
|
+
"shape": "S5f"
|
795
|
+
}
|
796
|
+
},
|
797
|
+
"union": true
|
798
|
+
},
|
799
|
+
"nodeName": {},
|
800
|
+
"nodeType": {}
|
801
|
+
},
|
802
|
+
"event": true,
|
803
|
+
"sensitive": true
|
804
|
+
},
|
805
|
+
"internalServerException": {
|
806
|
+
"shape": "S2h"
|
807
|
+
},
|
808
|
+
"resourceNotFoundException": {
|
809
|
+
"shape": "S2i"
|
810
|
+
},
|
811
|
+
"serviceQuotaExceededException": {
|
812
|
+
"shape": "S2x"
|
813
|
+
},
|
814
|
+
"throttlingException": {
|
815
|
+
"shape": "S2y"
|
816
|
+
},
|
817
|
+
"validationException": {
|
818
|
+
"shape": "S58"
|
819
|
+
}
|
820
|
+
},
|
821
|
+
"eventstream": true
|
822
|
+
}
|
823
|
+
},
|
824
|
+
"payload": "responseStream"
|
825
|
+
}
|
826
|
+
},
|
559
827
|
"Retrieve": {
|
560
828
|
"http": {
|
561
829
|
"requestUri": "/knowledgebases/{knowledgeBaseId}/retrieve",
|
@@ -574,7 +842,7 @@
|
|
574
842
|
},
|
575
843
|
"nextToken": {},
|
576
844
|
"retrievalConfiguration": {
|
577
|
-
"shape": "
|
845
|
+
"shape": "Sz"
|
578
846
|
},
|
579
847
|
"retrievalQuery": {
|
580
848
|
"type": "structure",
|
@@ -604,13 +872,13 @@
|
|
604
872
|
],
|
605
873
|
"members": {
|
606
874
|
"content": {
|
607
|
-
"shape": "
|
875
|
+
"shape": "S1z"
|
608
876
|
},
|
609
877
|
"location": {
|
610
|
-
"shape": "
|
878
|
+
"shape": "S20"
|
611
879
|
},
|
612
880
|
"metadata": {
|
613
|
-
"shape": "
|
881
|
+
"shape": "S27"
|
614
882
|
},
|
615
883
|
"score": {
|
616
884
|
"type": "double"
|
@@ -660,16 +928,16 @@
|
|
660
928
|
"type": "structure",
|
661
929
|
"members": {
|
662
930
|
"additionalModelRequestFields": {
|
663
|
-
"shape": "
|
931
|
+
"shape": "S62"
|
664
932
|
},
|
665
933
|
"guardrailConfiguration": {
|
666
|
-
"shape": "
|
934
|
+
"shape": "S65"
|
667
935
|
},
|
668
936
|
"inferenceConfig": {
|
669
|
-
"shape": "
|
937
|
+
"shape": "S68"
|
670
938
|
},
|
671
939
|
"promptTemplate": {
|
672
|
-
"shape": "
|
940
|
+
"shape": "S6d"
|
673
941
|
}
|
674
942
|
}
|
675
943
|
},
|
@@ -692,8 +960,7 @@
|
|
692
960
|
"members": {
|
693
961
|
"contentType": {},
|
694
962
|
"data": {
|
695
|
-
"
|
696
|
-
"sensitive": true
|
963
|
+
"shape": "Sq"
|
697
964
|
},
|
698
965
|
"identifier": {
|
699
966
|
"type": "string",
|
@@ -727,23 +994,40 @@
|
|
727
994
|
"type": "structure",
|
728
995
|
"members": {
|
729
996
|
"additionalModelRequestFields": {
|
730
|
-
"shape": "
|
997
|
+
"shape": "S62"
|
731
998
|
},
|
732
999
|
"guardrailConfiguration": {
|
733
|
-
"shape": "
|
1000
|
+
"shape": "S65"
|
734
1001
|
},
|
735
1002
|
"inferenceConfig": {
|
736
|
-
"shape": "
|
1003
|
+
"shape": "S68"
|
737
1004
|
},
|
738
1005
|
"promptTemplate": {
|
739
|
-
"shape": "
|
1006
|
+
"shape": "S6d"
|
740
1007
|
}
|
741
1008
|
}
|
742
1009
|
},
|
743
1010
|
"knowledgeBaseId": {},
|
744
1011
|
"modelArn": {},
|
1012
|
+
"orchestrationConfiguration": {
|
1013
|
+
"type": "structure",
|
1014
|
+
"required": [
|
1015
|
+
"queryTransformationConfiguration"
|
1016
|
+
],
|
1017
|
+
"members": {
|
1018
|
+
"queryTransformationConfiguration": {
|
1019
|
+
"type": "structure",
|
1020
|
+
"required": [
|
1021
|
+
"type"
|
1022
|
+
],
|
1023
|
+
"members": {
|
1024
|
+
"type": {}
|
1025
|
+
}
|
1026
|
+
}
|
1027
|
+
}
|
1028
|
+
},
|
745
1029
|
"retrievalConfiguration": {
|
746
|
-
"shape": "
|
1030
|
+
"shape": "Sz"
|
747
1031
|
}
|
748
1032
|
}
|
749
1033
|
},
|
@@ -770,7 +1054,7 @@
|
|
770
1054
|
],
|
771
1055
|
"members": {
|
772
1056
|
"citations": {
|
773
|
-
"shape": "
|
1057
|
+
"shape": "S1q"
|
774
1058
|
},
|
775
1059
|
"guardrailAction": {},
|
776
1060
|
"output": {
|
@@ -789,11 +1073,106 @@
|
|
789
1073
|
}
|
790
1074
|
},
|
791
1075
|
"shapes": {
|
792
|
-
"
|
1076
|
+
"Se": {
|
1077
|
+
"type": "timestamp",
|
1078
|
+
"timestampFormat": "iso8601"
|
1079
|
+
},
|
1080
|
+
"Sq": {
|
1081
|
+
"type": "blob",
|
1082
|
+
"sensitive": true
|
1083
|
+
},
|
1084
|
+
"Sz": {
|
1085
|
+
"type": "structure",
|
1086
|
+
"required": [
|
1087
|
+
"vectorSearchConfiguration"
|
1088
|
+
],
|
1089
|
+
"members": {
|
1090
|
+
"vectorSearchConfiguration": {
|
1091
|
+
"type": "structure",
|
1092
|
+
"members": {
|
1093
|
+
"filter": {
|
1094
|
+
"shape": "S11"
|
1095
|
+
},
|
1096
|
+
"numberOfResults": {
|
1097
|
+
"type": "integer"
|
1098
|
+
},
|
1099
|
+
"overrideSearchType": {}
|
1100
|
+
}
|
1101
|
+
}
|
1102
|
+
}
|
1103
|
+
},
|
1104
|
+
"S11": {
|
1105
|
+
"type": "structure",
|
1106
|
+
"members": {
|
1107
|
+
"andAll": {
|
1108
|
+
"shape": "S12"
|
1109
|
+
},
|
1110
|
+
"equals": {
|
1111
|
+
"shape": "S13"
|
1112
|
+
},
|
1113
|
+
"greaterThan": {
|
1114
|
+
"shape": "S13"
|
1115
|
+
},
|
1116
|
+
"greaterThanOrEquals": {
|
1117
|
+
"shape": "S13"
|
1118
|
+
},
|
1119
|
+
"in": {
|
1120
|
+
"shape": "S13"
|
1121
|
+
},
|
1122
|
+
"lessThan": {
|
1123
|
+
"shape": "S13"
|
1124
|
+
},
|
1125
|
+
"lessThanOrEquals": {
|
1126
|
+
"shape": "S13"
|
1127
|
+
},
|
1128
|
+
"listContains": {
|
1129
|
+
"shape": "S13"
|
1130
|
+
},
|
1131
|
+
"notEquals": {
|
1132
|
+
"shape": "S13"
|
1133
|
+
},
|
1134
|
+
"notIn": {
|
1135
|
+
"shape": "S13"
|
1136
|
+
},
|
1137
|
+
"orAll": {
|
1138
|
+
"shape": "S12"
|
1139
|
+
},
|
1140
|
+
"startsWith": {
|
1141
|
+
"shape": "S13"
|
1142
|
+
},
|
1143
|
+
"stringContains": {
|
1144
|
+
"shape": "S13"
|
1145
|
+
}
|
1146
|
+
},
|
1147
|
+
"sensitive": true,
|
1148
|
+
"union": true
|
1149
|
+
},
|
1150
|
+
"S12": {
|
1151
|
+
"type": "list",
|
1152
|
+
"member": {
|
1153
|
+
"shape": "S11"
|
1154
|
+
}
|
1155
|
+
},
|
1156
|
+
"S13": {
|
1157
|
+
"type": "structure",
|
1158
|
+
"required": [
|
1159
|
+
"key",
|
1160
|
+
"value"
|
1161
|
+
],
|
1162
|
+
"members": {
|
1163
|
+
"key": {},
|
1164
|
+
"value": {
|
1165
|
+
"type": "structure",
|
1166
|
+
"members": {},
|
1167
|
+
"document": true
|
1168
|
+
}
|
1169
|
+
}
|
1170
|
+
},
|
1171
|
+
"S1c": {
|
793
1172
|
"type": "string",
|
794
1173
|
"sensitive": true
|
795
1174
|
},
|
796
|
-
"
|
1175
|
+
"S1e": {
|
797
1176
|
"type": "map",
|
798
1177
|
"key": {},
|
799
1178
|
"value": {
|
@@ -803,7 +1182,30 @@
|
|
803
1182
|
}
|
804
1183
|
}
|
805
1184
|
},
|
806
|
-
"
|
1185
|
+
"S1l": {
|
1186
|
+
"type": "structure",
|
1187
|
+
"members": {
|
1188
|
+
"message": {}
|
1189
|
+
},
|
1190
|
+
"error": {
|
1191
|
+
"httpStatusCode": 403,
|
1192
|
+
"senderFault": true
|
1193
|
+
},
|
1194
|
+
"exception": true
|
1195
|
+
},
|
1196
|
+
"S1n": {
|
1197
|
+
"type": "structure",
|
1198
|
+
"members": {
|
1199
|
+
"message": {},
|
1200
|
+
"resourceName": {}
|
1201
|
+
},
|
1202
|
+
"error": {
|
1203
|
+
"httpStatusCode": 502
|
1204
|
+
},
|
1205
|
+
"exception": true,
|
1206
|
+
"fault": true
|
1207
|
+
},
|
1208
|
+
"S1q": {
|
807
1209
|
"type": "list",
|
808
1210
|
"member": {
|
809
1211
|
"type": "structure",
|
@@ -832,29 +1234,29 @@
|
|
832
1234
|
}
|
833
1235
|
},
|
834
1236
|
"retrievedReferences": {
|
835
|
-
"shape": "
|
1237
|
+
"shape": "S1x"
|
836
1238
|
}
|
837
1239
|
}
|
838
1240
|
}
|
839
1241
|
},
|
840
|
-
"
|
1242
|
+
"S1x": {
|
841
1243
|
"type": "list",
|
842
1244
|
"member": {
|
843
1245
|
"type": "structure",
|
844
1246
|
"members": {
|
845
1247
|
"content": {
|
846
|
-
"shape": "
|
1248
|
+
"shape": "S1z"
|
847
1249
|
},
|
848
1250
|
"location": {
|
849
|
-
"shape": "
|
1251
|
+
"shape": "S20"
|
850
1252
|
},
|
851
1253
|
"metadata": {
|
852
|
-
"shape": "
|
1254
|
+
"shape": "S27"
|
853
1255
|
}
|
854
1256
|
}
|
855
1257
|
}
|
856
1258
|
},
|
857
|
-
"
|
1259
|
+
"S1z": {
|
858
1260
|
"type": "structure",
|
859
1261
|
"required": [
|
860
1262
|
"text"
|
@@ -864,23 +1266,47 @@
|
|
864
1266
|
},
|
865
1267
|
"sensitive": true
|
866
1268
|
},
|
867
|
-
"
|
1269
|
+
"S20": {
|
868
1270
|
"type": "structure",
|
869
1271
|
"required": [
|
870
1272
|
"type"
|
871
1273
|
],
|
872
1274
|
"members": {
|
1275
|
+
"confluenceLocation": {
|
1276
|
+
"type": "structure",
|
1277
|
+
"members": {
|
1278
|
+
"url": {}
|
1279
|
+
}
|
1280
|
+
},
|
873
1281
|
"s3Location": {
|
874
1282
|
"type": "structure",
|
875
1283
|
"members": {
|
876
1284
|
"uri": {}
|
877
1285
|
}
|
878
1286
|
},
|
879
|
-
"
|
1287
|
+
"salesforceLocation": {
|
1288
|
+
"type": "structure",
|
1289
|
+
"members": {
|
1290
|
+
"url": {}
|
1291
|
+
}
|
1292
|
+
},
|
1293
|
+
"sharePointLocation": {
|
1294
|
+
"type": "structure",
|
1295
|
+
"members": {
|
1296
|
+
"url": {}
|
1297
|
+
}
|
1298
|
+
},
|
1299
|
+
"type": {},
|
1300
|
+
"webLocation": {
|
1301
|
+
"type": "structure",
|
1302
|
+
"members": {
|
1303
|
+
"url": {}
|
1304
|
+
}
|
1305
|
+
}
|
880
1306
|
},
|
881
1307
|
"sensitive": true
|
882
1308
|
},
|
883
|
-
"
|
1309
|
+
"S27": {
|
884
1310
|
"type": "map",
|
885
1311
|
"key": {},
|
886
1312
|
"value": {
|
@@ -890,7 +1316,52 @@
|
|
890
1316
|
},
|
891
1317
|
"sensitive": true
|
892
1318
|
},
|
893
|
-
"
|
1319
|
+
"S2b": {
|
1320
|
+
"type": "structure",
|
1321
|
+
"members": {
|
1322
|
+
"message": {}
|
1323
|
+
},
|
1324
|
+
"error": {
|
1325
|
+
"httpStatusCode": 409,
|
1326
|
+
"senderFault": true
|
1327
|
+
},
|
1328
|
+
"exception": true
|
1329
|
+
},
|
1330
|
+
"S2c": {
|
1331
|
+
"type": "structure",
|
1332
|
+
"members": {
|
1333
|
+
"message": {},
|
1334
|
+
"resourceName": {}
|
1335
|
+
},
|
1336
|
+
"error": {
|
1337
|
+
"httpStatusCode": 424,
|
1338
|
+
"senderFault": true
|
1339
|
+
},
|
1340
|
+
"exception": true
|
1341
|
+
},
|
1342
|
+
"S2h": {
|
1343
|
+
"type": "structure",
|
1344
|
+
"members": {
|
1345
|
+
"message": {}
|
1346
|
+
},
|
1347
|
+
"error": {
|
1348
|
+
"httpStatusCode": 500
|
1349
|
+
},
|
1350
|
+
"exception": true,
|
1351
|
+
"fault": true
|
1352
|
+
},
|
1353
|
+
"S2i": {
|
1354
|
+
"type": "structure",
|
1355
|
+
"members": {
|
1356
|
+
"message": {}
|
1357
|
+
},
|
1358
|
+
"error": {
|
1359
|
+
"httpStatusCode": 404,
|
1360
|
+
"senderFault": true
|
1361
|
+
},
|
1362
|
+
"exception": true
|
1363
|
+
},
|
1364
|
+
"S2t": {
|
894
1365
|
"type": "structure",
|
895
1366
|
"members": {
|
896
1367
|
"name": {},
|
@@ -898,7 +1369,29 @@
|
|
898
1369
|
"value": {}
|
899
1370
|
}
|
900
1371
|
},
|
901
|
-
"
|
1372
|
+
"S2x": {
|
1373
|
+
"type": "structure",
|
1374
|
+
"members": {
|
1375
|
+
"message": {}
|
1376
|
+
},
|
1377
|
+
"error": {
|
1378
|
+
"httpStatusCode": 400,
|
1379
|
+
"senderFault": true
|
1380
|
+
},
|
1381
|
+
"exception": true
|
1382
|
+
},
|
1383
|
+
"S2y": {
|
1384
|
+
"type": "structure",
|
1385
|
+
"members": {
|
1386
|
+
"message": {}
|
1387
|
+
},
|
1388
|
+
"error": {
|
1389
|
+
"httpStatusCode": 429,
|
1390
|
+
"senderFault": true
|
1391
|
+
},
|
1392
|
+
"exception": true
|
1393
|
+
},
|
1394
|
+
"S37": {
|
902
1395
|
"type": "list",
|
903
1396
|
"member": {
|
904
1397
|
"type": "structure",
|
@@ -1009,13 +1502,17 @@
|
|
1009
1502
|
"sensitive": true
|
1010
1503
|
}
|
1011
1504
|
},
|
1012
|
-
"
|
1505
|
+
"S44": {
|
1013
1506
|
"type": "list",
|
1014
1507
|
"member": {
|
1015
|
-
"shape": "
|
1508
|
+
"shape": "S2t"
|
1016
1509
|
}
|
1017
1510
|
},
|
1018
|
-
"
|
1511
|
+
"S49": {
|
1512
|
+
"type": "list",
|
1513
|
+
"member": {}
|
1514
|
+
},
|
1515
|
+
"S4e": {
|
1019
1516
|
"type": "structure",
|
1020
1517
|
"members": {
|
1021
1518
|
"inferenceConfiguration": {
|
@@ -1051,98 +1548,27 @@
|
|
1051
1548
|
},
|
1052
1549
|
"sensitive": true
|
1053
1550
|
},
|
1054
|
-
"
|
1551
|
+
"S50": {
|
1055
1552
|
"type": "string",
|
1056
1553
|
"sensitive": true
|
1057
1554
|
},
|
1058
|
-
"
|
1059
|
-
"type": "structure",
|
1060
|
-
"required": [
|
1061
|
-
"vectorSearchConfiguration"
|
1062
|
-
],
|
1063
|
-
"members": {
|
1064
|
-
"vectorSearchConfiguration": {
|
1065
|
-
"type": "structure",
|
1066
|
-
"members": {
|
1067
|
-
"filter": {
|
1068
|
-
"shape": "S44"
|
1069
|
-
},
|
1070
|
-
"numberOfResults": {
|
1071
|
-
"type": "integer"
|
1072
|
-
},
|
1073
|
-
"overrideSearchType": {}
|
1074
|
-
}
|
1075
|
-
}
|
1076
|
-
}
|
1077
|
-
},
|
1078
|
-
"S44": {
|
1555
|
+
"S58": {
|
1079
1556
|
"type": "structure",
|
1080
1557
|
"members": {
|
1081
|
-
"
|
1082
|
-
"shape": "S45"
|
1083
|
-
},
|
1084
|
-
"equals": {
|
1085
|
-
"shape": "S46"
|
1086
|
-
},
|
1087
|
-
"greaterThan": {
|
1088
|
-
"shape": "S46"
|
1089
|
-
},
|
1090
|
-
"greaterThanOrEquals": {
|
1091
|
-
"shape": "S46"
|
1092
|
-
},
|
1093
|
-
"in": {
|
1094
|
-
"shape": "S46"
|
1095
|
-
},
|
1096
|
-
"lessThan": {
|
1097
|
-
"shape": "S46"
|
1098
|
-
},
|
1099
|
-
"lessThanOrEquals": {
|
1100
|
-
"shape": "S46"
|
1101
|
-
},
|
1102
|
-
"listContains": {
|
1103
|
-
"shape": "S46"
|
1104
|
-
},
|
1105
|
-
"notEquals": {
|
1106
|
-
"shape": "S46"
|
1107
|
-
},
|
1108
|
-
"notIn": {
|
1109
|
-
"shape": "S46"
|
1110
|
-
},
|
1111
|
-
"orAll": {
|
1112
|
-
"shape": "S45"
|
1113
|
-
},
|
1114
|
-
"startsWith": {
|
1115
|
-
"shape": "S46"
|
1116
|
-
},
|
1117
|
-
"stringContains": {
|
1118
|
-
"shape": "S46"
|
1119
|
-
}
|
1558
|
+
"message": {}
|
1120
1559
|
},
|
1121
|
-
"
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
"
|
1126
|
-
"member": {
|
1127
|
-
"shape": "S44"
|
1128
|
-
}
|
1560
|
+
"error": {
|
1561
|
+
"httpStatusCode": 400,
|
1562
|
+
"senderFault": true
|
1563
|
+
},
|
1564
|
+
"exception": true
|
1129
1565
|
},
|
1130
|
-
"
|
1566
|
+
"S5f": {
|
1131
1567
|
"type": "structure",
|
1132
|
-
"
|
1133
|
-
|
1134
|
-
"value"
|
1135
|
-
],
|
1136
|
-
"members": {
|
1137
|
-
"key": {},
|
1138
|
-
"value": {
|
1139
|
-
"type": "structure",
|
1140
|
-
"members": {},
|
1141
|
-
"document": true
|
1142
|
-
}
|
1143
|
-
}
|
1568
|
+
"members": {},
|
1569
|
+
"document": true
|
1144
1570
|
},
|
1145
|
-
"
|
1571
|
+
"S62": {
|
1146
1572
|
"type": "map",
|
1147
1573
|
"key": {},
|
1148
1574
|
"value": {
|
@@ -1151,7 +1577,7 @@
|
|
1151
1577
|
"document": true
|
1152
1578
|
}
|
1153
1579
|
},
|
1154
|
-
"
|
1580
|
+
"S65": {
|
1155
1581
|
"type": "structure",
|
1156
1582
|
"required": [
|
1157
1583
|
"guardrailId",
|
@@ -1162,7 +1588,7 @@
|
|
1162
1588
|
"guardrailVersion": {}
|
1163
1589
|
}
|
1164
1590
|
},
|
1165
|
-
"
|
1591
|
+
"S68": {
|
1166
1592
|
"type": "structure",
|
1167
1593
|
"members": {
|
1168
1594
|
"textInferenceConfig": {
|
@@ -1185,7 +1611,7 @@
|
|
1185
1611
|
}
|
1186
1612
|
}
|
1187
1613
|
},
|
1188
|
-
"
|
1614
|
+
"S6d": {
|
1189
1615
|
"type": "structure",
|
1190
1616
|
"members": {
|
1191
1617
|
"textPromptTemplate": {
|