cdk-lambda-subminute 2.0.397 → 2.0.399

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 (34) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +4 -4
  4. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +9 -1
  5. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +187 -158
  6. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +252 -252
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +9 -1
  8. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +82 -75
  9. package/node_modules/aws-sdk/apis/payment-cryptography-data-2022-02-03.min.json +83 -62
  10. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +106 -106
  11. package/node_modules/aws-sdk/clients/appconfig.d.ts +24 -14
  12. package/node_modules/aws-sdk/clients/batch.d.ts +36 -3
  13. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +363 -81
  14. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +2 -2
  15. package/node_modules/aws-sdk/clients/codebuild.d.ts +4 -4
  16. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +32 -32
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +17 -9
  18. package/node_modules/aws-sdk/clients/grafana.d.ts +26 -9
  19. package/node_modules/aws-sdk/clients/guardduty.d.ts +14 -14
  20. package/node_modules/aws-sdk/clients/lambda.d.ts +46 -46
  21. package/node_modules/aws-sdk/clients/paymentcryptographydata.d.ts +68 -36
  22. package/node_modules/aws-sdk/clients/rds.d.ts +5 -5
  23. package/node_modules/aws-sdk/clients/snowball.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/transfer.d.ts +8 -8
  25. package/node_modules/aws-sdk/clients/wafv2.d.ts +14 -13
  26. package/node_modules/aws-sdk/clients/workspaces.d.ts +5 -5
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +4 -3
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -10
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +15 -6
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
  31. package/node_modules/aws-sdk/lib/core.js +1 -1
  32. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +3 -2
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +3 -3
@@ -20,48 +20,48 @@
20
20
  "input": {
21
21
  "type": "structure",
22
22
  "required": [
23
- "agentId",
24
23
  "agentAliasId",
25
- "sessionId",
26
- "inputText"
24
+ "agentId",
25
+ "inputText",
26
+ "sessionId"
27
27
  ],
28
28
  "members": {
29
- "sessionState": {
30
- "type": "structure",
31
- "members": {
32
- "sessionAttributes": {
33
- "type": "map",
34
- "key": {},
35
- "value": {}
36
- },
37
- "promptSessionAttributes": {
38
- "type": "map",
39
- "key": {},
40
- "value": {}
41
- }
42
- }
43
- },
44
- "agentId": {
45
- "location": "uri",
46
- "locationName": "agentId"
47
- },
48
29
  "agentAliasId": {
49
30
  "location": "uri",
50
31
  "locationName": "agentAliasId"
51
32
  },
52
- "sessionId": {
33
+ "agentId": {
53
34
  "location": "uri",
54
- "locationName": "sessionId"
35
+ "locationName": "agentId"
55
36
  },
56
- "endSession": {
37
+ "enableTrace": {
57
38
  "type": "boolean"
58
39
  },
59
- "enableTrace": {
40
+ "endSession": {
60
41
  "type": "boolean"
61
42
  },
62
43
  "inputText": {
63
44
  "type": "string",
64
45
  "sensitive": true
46
+ },
47
+ "sessionId": {
48
+ "location": "uri",
49
+ "locationName": "sessionId"
50
+ },
51
+ "sessionState": {
52
+ "type": "structure",
53
+ "members": {
54
+ "promptSessionAttributes": {
55
+ "type": "map",
56
+ "key": {},
57
+ "value": {}
58
+ },
59
+ "sessionAttributes": {
60
+ "type": "map",
61
+ "key": {},
62
+ "value": {}
63
+ }
64
+ }
65
65
  }
66
66
  }
67
67
  },
@@ -76,81 +76,141 @@
76
76
  "completion": {
77
77
  "type": "structure",
78
78
  "members": {
79
+ "accessDeniedException": {
80
+ "type": "structure",
81
+ "members": {
82
+ "message": {}
83
+ },
84
+ "error": {
85
+ "httpStatusCode": 403,
86
+ "senderFault": true
87
+ },
88
+ "exception": true
89
+ },
90
+ "badGatewayException": {
91
+ "type": "structure",
92
+ "members": {
93
+ "message": {},
94
+ "resourceName": {}
95
+ },
96
+ "error": {
97
+ "httpStatusCode": 502
98
+ },
99
+ "exception": true,
100
+ "fault": true
101
+ },
79
102
  "chunk": {
80
103
  "type": "structure",
81
104
  "members": {
82
- "bytes": {
83
- "type": "blob",
84
- "sensitive": true
85
- },
86
105
  "attribution": {
87
106
  "type": "structure",
88
107
  "members": {
89
108
  "citations": {
90
- "shape": "Sg"
109
+ "shape": "Si"
91
110
  }
92
111
  }
112
+ },
113
+ "bytes": {
114
+ "type": "blob",
115
+ "sensitive": true
93
116
  }
94
117
  },
95
118
  "event": true,
96
119
  "sensitive": true
97
120
  },
121
+ "conflictException": {
122
+ "type": "structure",
123
+ "members": {
124
+ "message": {}
125
+ },
126
+ "error": {
127
+ "httpStatusCode": 409,
128
+ "senderFault": true
129
+ },
130
+ "exception": true
131
+ },
132
+ "dependencyFailedException": {
133
+ "type": "structure",
134
+ "members": {
135
+ "message": {},
136
+ "resourceName": {}
137
+ },
138
+ "error": {
139
+ "httpStatusCode": 424,
140
+ "senderFault": true
141
+ },
142
+ "exception": true
143
+ },
144
+ "internalServerException": {
145
+ "type": "structure",
146
+ "members": {
147
+ "message": {}
148
+ },
149
+ "error": {
150
+ "httpStatusCode": 500
151
+ },
152
+ "exception": true,
153
+ "fault": true
154
+ },
155
+ "resourceNotFoundException": {
156
+ "type": "structure",
157
+ "members": {
158
+ "message": {}
159
+ },
160
+ "error": {
161
+ "httpStatusCode": 404,
162
+ "senderFault": true
163
+ },
164
+ "exception": true
165
+ },
166
+ "serviceQuotaExceededException": {
167
+ "type": "structure",
168
+ "members": {
169
+ "message": {}
170
+ },
171
+ "error": {
172
+ "httpStatusCode": 400,
173
+ "senderFault": true
174
+ },
175
+ "exception": true
176
+ },
177
+ "throttlingException": {
178
+ "type": "structure",
179
+ "members": {
180
+ "message": {}
181
+ },
182
+ "error": {
183
+ "httpStatusCode": 429,
184
+ "senderFault": true
185
+ },
186
+ "exception": true
187
+ },
98
188
  "trace": {
99
189
  "type": "structure",
100
190
  "members": {
101
- "agentId": {},
102
191
  "agentAliasId": {},
192
+ "agentId": {},
103
193
  "sessionId": {},
104
194
  "trace": {
105
195
  "type": "structure",
106
196
  "members": {
107
- "preProcessingTrace": {
197
+ "failureTrace": {
108
198
  "type": "structure",
109
199
  "members": {
110
- "modelInvocationInput": {
111
- "shape": "Sw"
112
- },
113
- "modelInvocationOutput": {
114
- "type": "structure",
115
- "members": {
116
- "traceId": {},
117
- "parsedResponse": {
118
- "type": "structure",
119
- "members": {
120
- "rationale": {
121
- "shape": "S1a"
122
- },
123
- "isValid": {
124
- "type": "boolean"
125
- }
126
- },
127
- "sensitive": true
128
- }
129
- },
200
+ "failureReason": {
201
+ "type": "string",
130
202
  "sensitive": true
131
- }
203
+ },
204
+ "traceId": {}
132
205
  },
133
- "sensitive": true,
134
- "union": true
206
+ "sensitive": true
135
207
  },
136
208
  "orchestrationTrace": {
137
209
  "type": "structure",
138
210
  "members": {
139
- "rationale": {
140
- "type": "structure",
141
- "members": {
142
- "traceId": {},
143
- "text": {
144
- "shape": "S1a"
145
- }
146
- },
147
- "sensitive": true
148
- },
149
211
  "invocationInput": {
150
212
  "type": "structure",
151
213
  "members": {
152
- "traceId": {},
153
- "invocationType": {},
154
214
  "actionGroupInvocationInput": {
155
215
  "type": "structure",
156
216
  "members": {
@@ -158,16 +218,12 @@
158
218
  "type": "string",
159
219
  "sensitive": true
160
220
  },
161
- "verb": {
162
- "type": "string",
163
- "sensitive": true
164
- },
165
221
  "apiPath": {
166
222
  "type": "string",
167
223
  "sensitive": true
168
224
  },
169
225
  "parameters": {
170
- "shape": "S1j"
226
+ "shape": "S1c"
171
227
  },
172
228
  "requestBody": {
173
229
  "type": "structure",
@@ -176,34 +232,41 @@
176
232
  "type": "map",
177
233
  "key": {},
178
234
  "value": {
179
- "shape": "S1j"
235
+ "shape": "S1c"
180
236
  }
181
237
  }
182
238
  }
239
+ },
240
+ "verb": {
241
+ "type": "string",
242
+ "sensitive": true
183
243
  }
184
244
  }
185
245
  },
246
+ "invocationType": {},
186
247
  "knowledgeBaseLookupInput": {
187
248
  "type": "structure",
188
249
  "members": {
189
- "text": {
250
+ "knowledgeBaseId": {
190
251
  "type": "string",
191
252
  "sensitive": true
192
253
  },
193
- "knowledgeBaseId": {
254
+ "text": {
194
255
  "type": "string",
195
256
  "sensitive": true
196
257
  }
197
258
  }
198
- }
259
+ },
260
+ "traceId": {}
199
261
  },
200
262
  "sensitive": true
201
263
  },
264
+ "modelInvocationInput": {
265
+ "shape": "S1l"
266
+ },
202
267
  "observation": {
203
268
  "type": "structure",
204
269
  "members": {
205
- "traceId": {},
206
- "type": {},
207
270
  "actionGroupInvocationOutput": {
208
271
  "type": "structure",
209
272
  "members": {
@@ -213,39 +276,48 @@
213
276
  }
214
277
  }
215
278
  },
216
- "knowledgeBaseLookupOutput": {
279
+ "finalResponse": {
217
280
  "type": "structure",
218
281
  "members": {
219
- "retrievedReferences": {
220
- "shape": "Sn"
282
+ "text": {
283
+ "type": "string",
284
+ "sensitive": true
221
285
  }
222
286
  }
223
287
  },
224
- "finalResponse": {
288
+ "knowledgeBaseLookupOutput": {
225
289
  "type": "structure",
226
290
  "members": {
227
- "text": {
228
- "type": "string",
229
- "sensitive": true
291
+ "retrievedReferences": {
292
+ "shape": "Sp"
230
293
  }
231
294
  }
232
295
  },
233
296
  "repromptResponse": {
234
297
  "type": "structure",
235
298
  "members": {
236
- "text": {},
237
299
  "source": {
238
300
  "type": "string",
239
301
  "sensitive": true
240
- }
302
+ },
303
+ "text": {}
241
304
  },
242
305
  "sensitive": true
243
- }
306
+ },
307
+ "traceId": {},
308
+ "type": {}
244
309
  },
245
310
  "sensitive": true
246
311
  },
247
- "modelInvocationInput": {
248
- "shape": "Sw"
312
+ "rationale": {
313
+ "type": "structure",
314
+ "members": {
315
+ "text": {
316
+ "shape": "S26"
317
+ },
318
+ "traceId": {}
319
+ },
320
+ "sensitive": true
249
321
  }
250
322
  },
251
323
  "sensitive": true,
@@ -255,12 +327,11 @@
255
327
  "type": "structure",
256
328
  "members": {
257
329
  "modelInvocationInput": {
258
- "shape": "Sw"
330
+ "shape": "S1l"
259
331
  },
260
332
  "modelInvocationOutput": {
261
333
  "type": "structure",
262
334
  "members": {
263
- "traceId": {},
264
335
  "parsedResponse": {
265
336
  "type": "structure",
266
337
  "members": {
@@ -270,7 +341,8 @@
270
341
  }
271
342
  },
272
343
  "sensitive": true
273
- }
344
+ },
345
+ "traceId": {}
274
346
  },
275
347
  "sensitive": true
276
348
  }
@@ -278,16 +350,34 @@
278
350
  "sensitive": true,
279
351
  "union": true
280
352
  },
281
- "failureTrace": {
353
+ "preProcessingTrace": {
282
354
  "type": "structure",
283
355
  "members": {
284
- "traceId": {},
285
- "failureReason": {
286
- "type": "string",
356
+ "modelInvocationInput": {
357
+ "shape": "S1l"
358
+ },
359
+ "modelInvocationOutput": {
360
+ "type": "structure",
361
+ "members": {
362
+ "parsedResponse": {
363
+ "type": "structure",
364
+ "members": {
365
+ "isValid": {
366
+ "type": "boolean"
367
+ },
368
+ "rationale": {
369
+ "shape": "S26"
370
+ }
371
+ },
372
+ "sensitive": true
373
+ },
374
+ "traceId": {}
375
+ },
287
376
  "sensitive": true
288
377
  }
289
378
  },
290
- "sensitive": true
379
+ "sensitive": true,
380
+ "union": true
291
381
  }
292
382
  },
293
383
  "sensitive": true,
@@ -297,17 +387,6 @@
297
387
  "event": true,
298
388
  "sensitive": true
299
389
  },
300
- "internalServerException": {
301
- "type": "structure",
302
- "members": {
303
- "message": {}
304
- },
305
- "error": {
306
- "httpStatusCode": 500
307
- },
308
- "exception": true,
309
- "fault": true
310
- },
311
390
  "validationException": {
312
391
  "type": "structure",
313
392
  "members": {
@@ -318,85 +397,6 @@
318
397
  "senderFault": true
319
398
  },
320
399
  "exception": true
321
- },
322
- "resourceNotFoundException": {
323
- "type": "structure",
324
- "members": {
325
- "message": {}
326
- },
327
- "error": {
328
- "httpStatusCode": 404,
329
- "senderFault": true
330
- },
331
- "exception": true
332
- },
333
- "serviceQuotaExceededException": {
334
- "type": "structure",
335
- "members": {
336
- "message": {}
337
- },
338
- "error": {
339
- "httpStatusCode": 400,
340
- "senderFault": true
341
- },
342
- "exception": true
343
- },
344
- "throttlingException": {
345
- "type": "structure",
346
- "members": {
347
- "message": {}
348
- },
349
- "error": {
350
- "httpStatusCode": 429,
351
- "senderFault": true
352
- },
353
- "exception": true
354
- },
355
- "accessDeniedException": {
356
- "type": "structure",
357
- "members": {
358
- "message": {}
359
- },
360
- "error": {
361
- "httpStatusCode": 403,
362
- "senderFault": true
363
- },
364
- "exception": true
365
- },
366
- "conflictException": {
367
- "type": "structure",
368
- "members": {
369
- "message": {}
370
- },
371
- "error": {
372
- "httpStatusCode": 409,
373
- "senderFault": true
374
- },
375
- "exception": true
376
- },
377
- "dependencyFailedException": {
378
- "type": "structure",
379
- "members": {
380
- "message": {},
381
- "resourceName": {}
382
- },
383
- "error": {
384
- "httpStatusCode": 424,
385
- "senderFault": true
386
- },
387
- "exception": true
388
- },
389
- "badGatewayException": {
390
- "type": "structure",
391
- "members": {
392
- "message": {},
393
- "resourceName": {}
394
- },
395
- "error": {
396
- "httpStatusCode": 502
397
- },
398
- "exception": true,
399
- "fault": true
400
400
  }
401
401
  },
402
402
  "eventstream": true
@@ -429,6 +429,10 @@
429
429
  "location": "uri",
430
430
  "locationName": "knowledgeBaseId"
431
431
  },
432
+ "nextToken": {},
433
+ "retrievalConfiguration": {
434
+ "shape": "S2j"
435
+ },
432
436
  "retrievalQuery": {
433
437
  "type": "structure",
434
438
  "required": [
@@ -438,11 +442,7 @@
438
442
  "text": {}
439
443
  },
440
444
  "sensitive": true
441
- },
442
- "retrievalConfiguration": {
443
- "shape": "S2k"
444
- },
445
- "nextToken": {}
445
+ }
446
446
  }
447
447
  },
448
448
  "output": {
@@ -451,6 +451,7 @@
451
451
  "retrievalResults"
452
452
  ],
453
453
  "members": {
454
+ "nextToken": {},
454
455
  "retrievalResults": {
455
456
  "type": "list",
456
457
  "member": {
@@ -460,10 +461,10 @@
460
461
  ],
461
462
  "members": {
462
463
  "content": {
463
- "shape": "Sp"
464
+ "shape": "Sr"
464
465
  },
465
466
  "location": {
466
- "shape": "Sq"
467
+ "shape": "Ss"
467
468
  },
468
469
  "score": {
469
470
  "type": "double"
@@ -471,8 +472,7 @@
471
472
  }
472
473
  },
473
474
  "sensitive": true
474
- },
475
- "nextToken": {}
475
+ }
476
476
  }
477
477
  }
478
478
  },
@@ -487,7 +487,6 @@
487
487
  "input"
488
488
  ],
489
489
  "members": {
490
- "sessionId": {},
491
490
  "input": {
492
491
  "type": "structure",
493
492
  "required": [
@@ -504,7 +503,6 @@
504
503
  "type"
505
504
  ],
506
505
  "members": {
507
- "type": {},
508
506
  "knowledgeBaseConfiguration": {
509
507
  "type": "structure",
510
508
  "required": [
@@ -515,10 +513,11 @@
515
513
  "knowledgeBaseId": {},
516
514
  "modelArn": {},
517
515
  "retrievalConfiguration": {
518
- "shape": "S2k"
516
+ "shape": "S2j"
519
517
  }
520
518
  }
521
- }
519
+ },
520
+ "type": {}
522
521
  }
523
522
  },
524
523
  "sessionConfiguration": {
@@ -529,17 +528,20 @@
529
528
  "members": {
530
529
  "kmsKeyArn": {}
531
530
  }
532
- }
531
+ },
532
+ "sessionId": {}
533
533
  }
534
534
  },
535
535
  "output": {
536
536
  "type": "structure",
537
537
  "required": [
538
- "sessionId",
539
- "output"
538
+ "output",
539
+ "sessionId"
540
540
  ],
541
541
  "members": {
542
- "sessionId": {},
542
+ "citations": {
543
+ "shape": "Si"
544
+ },
543
545
  "output": {
544
546
  "type": "structure",
545
547
  "required": [
@@ -550,15 +552,13 @@
550
552
  },
551
553
  "sensitive": true
552
554
  },
553
- "citations": {
554
- "shape": "Sg"
555
- }
555
+ "sessionId": {}
556
556
  }
557
557
  }
558
558
  }
559
559
  },
560
560
  "shapes": {
561
- "Sg": {
561
+ "Si": {
562
562
  "type": "list",
563
563
  "member": {
564
564
  "type": "structure",
@@ -569,44 +569,44 @@
569
569
  "textResponsePart": {
570
570
  "type": "structure",
571
571
  "members": {
572
- "text": {},
573
572
  "span": {
574
573
  "type": "structure",
575
574
  "members": {
576
- "start": {
575
+ "end": {
577
576
  "type": "integer"
578
577
  },
579
- "end": {
578
+ "start": {
580
579
  "type": "integer"
581
580
  }
582
581
  }
583
- }
582
+ },
583
+ "text": {}
584
584
  },
585
585
  "sensitive": true
586
586
  }
587
587
  }
588
588
  },
589
589
  "retrievedReferences": {
590
- "shape": "Sn"
590
+ "shape": "Sp"
591
591
  }
592
592
  }
593
593
  }
594
594
  },
595
- "Sn": {
595
+ "Sp": {
596
596
  "type": "list",
597
597
  "member": {
598
598
  "type": "structure",
599
599
  "members": {
600
600
  "content": {
601
- "shape": "Sp"
601
+ "shape": "Sr"
602
602
  },
603
603
  "location": {
604
- "shape": "Sq"
604
+ "shape": "Ss"
605
605
  }
606
606
  }
607
607
  }
608
608
  },
609
- "Sp": {
609
+ "Sr": {
610
610
  "type": "structure",
611
611
  "required": [
612
612
  "text"
@@ -616,74 +616,74 @@
616
616
  },
617
617
  "sensitive": true
618
618
  },
619
- "Sq": {
619
+ "Ss": {
620
620
  "type": "structure",
621
621
  "required": [
622
622
  "type"
623
623
  ],
624
624
  "members": {
625
- "type": {},
626
625
  "s3Location": {
627
626
  "type": "structure",
628
627
  "members": {
629
628
  "uri": {}
630
629
  }
631
- }
630
+ },
631
+ "type": {}
632
632
  },
633
633
  "sensitive": true
634
634
  },
635
- "Sw": {
635
+ "S1c": {
636
+ "type": "list",
637
+ "member": {
638
+ "type": "structure",
639
+ "members": {
640
+ "name": {},
641
+ "type": {},
642
+ "value": {}
643
+ }
644
+ }
645
+ },
646
+ "S1l": {
636
647
  "type": "structure",
637
648
  "members": {
638
- "traceId": {},
639
- "text": {
640
- "type": "string",
641
- "sensitive": true
642
- },
643
- "type": {},
644
649
  "inferenceConfiguration": {
645
650
  "type": "structure",
646
651
  "members": {
647
- "temperature": {
648
- "type": "float"
649
- },
650
- "topP": {
651
- "type": "float"
652
- },
653
- "topK": {
654
- "type": "integer"
655
- },
656
652
  "maximumLength": {
657
653
  "type": "integer"
658
654
  },
659
655
  "stopSequences": {
660
656
  "type": "list",
661
657
  "member": {}
658
+ },
659
+ "temperature": {
660
+ "type": "float"
661
+ },
662
+ "topK": {
663
+ "type": "integer"
664
+ },
665
+ "topP": {
666
+ "type": "float"
662
667
  }
663
668
  }
664
669
  },
665
670
  "overrideLambda": {},
671
+ "parserMode": {},
666
672
  "promptCreationMode": {},
667
- "parserMode": {}
673
+ "text": {
674
+ "type": "string",
675
+ "sensitive": true
676
+ },
677
+ "traceId": {},
678
+ "type": {}
668
679
  },
669
680
  "sensitive": true
670
681
  },
671
- "S1a": {
682
+ "S26": {
672
683
  "type": "string",
673
684
  "sensitive": true
674
685
  },
675
- "S1j": {
676
- "type": "list",
677
- "member": {
678
- "type": "structure",
679
- "members": {
680
- "name": {},
681
- "type": {},
682
- "value": {}
683
- }
684
- }
685
- },
686
- "S2k": {
686
+ "S2j": {
687
687
  "type": "structure",
688
688
  "required": [
689
689
  "vectorSearchConfiguration"