cdk-lambda-subminute 2.0.389 → 2.0.391

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 (35) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +387 -115
  5. package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +28 -21
  6. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +140 -105
  7. package/node_modules/aws-sdk/apis/docdb-elastic-2022-11-28.min.json +209 -62
  8. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +61 -61
  9. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +12 -12
  10. package/node_modules/aws-sdk/apis/migrationhuborchestrator-2021-08-28.min.json +190 -86
  11. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +268 -186
  12. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +518 -516
  13. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1115 -1099
  14. package/node_modules/aws-sdk/apis/securitylake-2018-05-10.min.json +3 -7
  15. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +126 -123
  16. package/node_modules/aws-sdk/clients/batch.d.ts +395 -36
  17. package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +7 -1
  18. package/node_modules/aws-sdk/clients/costexplorer.d.ts +40 -0
  19. package/node_modules/aws-sdk/clients/docdbelastic.d.ts +253 -112
  20. package/node_modules/aws-sdk/clients/ec2.d.ts +2 -1
  21. package/node_modules/aws-sdk/clients/eks.d.ts +1 -1
  22. package/node_modules/aws-sdk/clients/iot.d.ts +11 -10
  23. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +107 -0
  24. package/node_modules/aws-sdk/clients/migrationhuborchestrator.d.ts +141 -8
  25. package/node_modules/aws-sdk/clients/quicksight.d.ts +9 -0
  26. package/node_modules/aws-sdk/clients/sagemaker.d.ts +39 -10
  27. package/node_modules/aws-sdk/clients/securitylake.d.ts +9 -5
  28. package/node_modules/aws-sdk/clients/wafv2.d.ts +5 -0
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +216 -181
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +102 -102
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/package.json +1 -1
  35. package/package.json +3 -3
@@ -440,23 +440,7 @@
440
440
  "sensitive": true
441
441
  },
442
442
  "retrievalConfiguration": {
443
- "type": "structure",
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
  }