cdk-lambda-subminute 2.0.388 → 2.0.390
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +90 -1
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +387 -115
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +28 -21
- package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +140 -105
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +61 -61
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +12 -12
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +126 -123
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +65 -6
- package/node_modules/aws-sdk/clients/batch.d.ts +395 -36
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +7 -1
- package/node_modules/aws-sdk/clients/costexplorer.d.ts +40 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +2 -1
- package/node_modules/aws-sdk/clients/iot.d.ts +11 -10
- package/node_modules/aws-sdk/clients/wafv2.d.ts +5 -0
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +216 -181
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +102 -102
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -440,23 +440,7 @@
|
|
440
440
|
"sensitive": true
|
441
441
|
},
|
442
442
|
"retrievalConfiguration": {
|
443
|
-
"
|
444
|
-
"required": [
|
445
|
-
"vectorSearchConfiguration"
|
446
|
-
],
|
447
|
-
"members": {
|
448
|
-
"vectorSearchConfiguration": {
|
449
|
-
"type": "structure",
|
450
|
-
"required": [
|
451
|
-
"numberOfResults"
|
452
|
-
],
|
453
|
-
"members": {
|
454
|
-
"numberOfResults": {
|
455
|
-
"type": "integer"
|
456
|
-
}
|
457
|
-
}
|
458
|
-
}
|
459
|
-
}
|
443
|
+
"shape": "S2k"
|
460
444
|
},
|
461
445
|
"nextToken": {}
|
462
446
|
}
|
@@ -529,7 +513,10 @@
|
|
529
513
|
],
|
530
514
|
"members": {
|
531
515
|
"knowledgeBaseId": {},
|
532
|
-
"modelArn": {}
|
516
|
+
"modelArn": {},
|
517
|
+
"retrievalConfiguration": {
|
518
|
+
"shape": "S2k"
|
519
|
+
}
|
533
520
|
}
|
534
521
|
}
|
535
522
|
}
|
@@ -594,7 +581,8 @@
|
|
594
581
|
}
|
595
582
|
}
|
596
583
|
}
|
597
|
-
}
|
584
|
+
},
|
585
|
+
"sensitive": true
|
598
586
|
}
|
599
587
|
}
|
600
588
|
},
|
@@ -625,7 +613,8 @@
|
|
625
613
|
],
|
626
614
|
"members": {
|
627
615
|
"text": {}
|
628
|
-
}
|
616
|
+
},
|
617
|
+
"sensitive": true
|
629
618
|
},
|
630
619
|
"Sq": {
|
631
620
|
"type": "structure",
|
@@ -640,7 +629,8 @@
|
|
640
629
|
"uri": {}
|
641
630
|
}
|
642
631
|
}
|
643
|
-
}
|
632
|
+
},
|
633
|
+
"sensitive": true
|
644
634
|
},
|
645
635
|
"Sw": {
|
646
636
|
"type": "structure",
|
@@ -692,6 +682,23 @@
|
|
692
682
|
"value": {}
|
693
683
|
}
|
694
684
|
}
|
685
|
+
},
|
686
|
+
"S2k": {
|
687
|
+
"type": "structure",
|
688
|
+
"required": [
|
689
|
+
"vectorSearchConfiguration"
|
690
|
+
],
|
691
|
+
"members": {
|
692
|
+
"vectorSearchConfiguration": {
|
693
|
+
"type": "structure",
|
694
|
+
"members": {
|
695
|
+
"numberOfResults": {
|
696
|
+
"type": "integer"
|
697
|
+
},
|
698
|
+
"overrideSearchType": {}
|
699
|
+
}
|
700
|
+
}
|
701
|
+
}
|
695
702
|
}
|
696
703
|
}
|
697
704
|
}
|