cdk-lambda-subminute 2.0.311 → 2.0.313
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/accessanalyzer-2019-11-01.min.json +101 -95
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.min.json +91 -71
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.examples.json +5 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +2322 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.paginators.json +52 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +697 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +18 -18
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1222 -83
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +36 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +1226 -0
- package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.paginators.json +34 -0
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +1180 -417
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +129 -84
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +481 -132
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/metadata.json +17 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +369 -195
- package/node_modules/aws-sdk/apis/opensearchserverless-2021-11-01.min.json +49 -46
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.examples.json +5 -0
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +3025 -0
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.paginators.json +76 -0
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.examples.json +5 -0
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +2499 -0
- package/node_modules/aws-sdk/apis/qconnect-2020-10-19.paginators.json +64 -0
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +8 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +128 -128
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +649 -186
- package/node_modules/aws-sdk/apis/s3-2006-03-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +121 -115
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1688 -980
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +18 -0
- package/node_modules/aws-sdk/clients/accessanalyzer.d.ts +13 -2
- package/node_modules/aws-sdk/clients/all.d.ts +5 -0
- package/node_modules/aws-sdk/clients/all.js +6 -1
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +31 -31
- package/node_modules/aws-sdk/clients/bedrock.d.ts +53 -17
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +1258 -0
- package/node_modules/aws-sdk/clients/bedrockagent.js +18 -0
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +439 -0
- package/node_modules/aws-sdk/clients/bedrockagentruntime.js +18 -0
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +13 -13
- package/node_modules/aws-sdk/clients/bedrockruntime.js +1 -0
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1292 -177
- package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +1232 -0
- package/node_modules/aws-sdk/clients/cleanroomsml.js +18 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +886 -20
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +40 -0
- package/node_modules/aws-sdk/clients/elasticache.d.ts +484 -12
- package/node_modules/aws-sdk/clients/opensearch.d.ts +170 -1
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +13 -0
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +3231 -0
- package/node_modules/aws-sdk/clients/qbusiness.js +18 -0
- package/node_modules/aws-sdk/clients/qconnect.d.ts +2552 -0
- package/node_modules/aws-sdk/clients/qconnect.js +18 -0
- package/node_modules/aws-sdk/clients/s3.d.ts +795 -666
- package/node_modules/aws-sdk/clients/s3control.d.ts +135 -125
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +950 -44
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +11 -2
- package/node_modules/aws-sdk/clients/sts.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +286 -94
- package/node_modules/aws-sdk/dist/aws-sdk.js +2343 -722
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +83 -82
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +10 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +0 -9325
@@ -36,27 +36,28 @@
|
|
36
36
|
"idempotencyToken": true
|
37
37
|
},
|
38
38
|
"baseModelIdentifier": {},
|
39
|
+
"customizationType": {},
|
39
40
|
"customModelKmsKeyId": {},
|
40
41
|
"jobTags": {
|
41
|
-
"shape": "
|
42
|
+
"shape": "S9"
|
42
43
|
},
|
43
44
|
"customModelTags": {
|
44
|
-
"shape": "
|
45
|
+
"shape": "S9"
|
45
46
|
},
|
46
47
|
"trainingDataConfig": {
|
47
|
-
"shape": "
|
48
|
+
"shape": "Sd"
|
48
49
|
},
|
49
50
|
"validationDataConfig": {
|
50
|
-
"shape": "
|
51
|
+
"shape": "Sf"
|
51
52
|
},
|
52
53
|
"outputDataConfig": {
|
53
|
-
"shape": "
|
54
|
+
"shape": "Si"
|
54
55
|
},
|
55
56
|
"hyperParameters": {
|
56
|
-
"shape": "
|
57
|
+
"shape": "Sj"
|
57
58
|
},
|
58
59
|
"vpcConfig": {
|
59
|
-
"shape": "
|
60
|
+
"shape": "Sl"
|
60
61
|
}
|
61
62
|
}
|
62
63
|
},
|
@@ -94,7 +95,7 @@
|
|
94
95
|
"modelId": {},
|
95
96
|
"commitmentDuration": {},
|
96
97
|
"tags": {
|
97
|
-
"shape": "
|
98
|
+
"shape": "S9"
|
98
99
|
}
|
99
100
|
}
|
100
101
|
},
|
@@ -208,27 +209,28 @@
|
|
208
209
|
"jobName": {},
|
209
210
|
"jobArn": {},
|
210
211
|
"baseModelArn": {},
|
212
|
+
"customizationType": {},
|
211
213
|
"modelKmsKeyArn": {},
|
212
214
|
"hyperParameters": {
|
213
|
-
"shape": "
|
215
|
+
"shape": "Sj"
|
214
216
|
},
|
215
217
|
"trainingDataConfig": {
|
216
|
-
"shape": "
|
218
|
+
"shape": "Sd"
|
217
219
|
},
|
218
220
|
"validationDataConfig": {
|
219
|
-
"shape": "
|
221
|
+
"shape": "Sf"
|
220
222
|
},
|
221
223
|
"outputDataConfig": {
|
222
|
-
"shape": "
|
224
|
+
"shape": "Si"
|
223
225
|
},
|
224
226
|
"trainingMetrics": {
|
225
|
-
"shape": "
|
227
|
+
"shape": "S1a"
|
226
228
|
},
|
227
229
|
"validationMetrics": {
|
228
|
-
"shape": "
|
230
|
+
"shape": "S1c"
|
229
231
|
},
|
230
232
|
"creationTime": {
|
231
|
-
"shape": "
|
233
|
+
"shape": "S1e"
|
232
234
|
}
|
233
235
|
}
|
234
236
|
}
|
@@ -266,19 +268,22 @@
|
|
266
268
|
"modelName": {},
|
267
269
|
"providerName": {},
|
268
270
|
"inputModalities": {
|
269
|
-
"shape": "
|
271
|
+
"shape": "S1l"
|
270
272
|
},
|
271
273
|
"outputModalities": {
|
272
|
-
"shape": "
|
274
|
+
"shape": "S1l"
|
273
275
|
},
|
274
276
|
"responseStreamingSupported": {
|
275
277
|
"type": "boolean"
|
276
278
|
},
|
277
279
|
"customizationsSupported": {
|
278
|
-
"shape": "
|
280
|
+
"shape": "S1o"
|
279
281
|
},
|
280
282
|
"inferenceTypesSupported": {
|
281
|
-
"shape": "
|
283
|
+
"shape": "S1q"
|
284
|
+
},
|
285
|
+
"modelLifecycle": {
|
286
|
+
"shape": "S1s"
|
282
287
|
}
|
283
288
|
}
|
284
289
|
}
|
@@ -327,36 +332,37 @@
|
|
327
332
|
"status": {},
|
328
333
|
"failureMessage": {},
|
329
334
|
"creationTime": {
|
330
|
-
"shape": "
|
335
|
+
"shape": "S1e"
|
331
336
|
},
|
332
337
|
"lastModifiedTime": {
|
333
|
-
"shape": "
|
338
|
+
"shape": "S1e"
|
334
339
|
},
|
335
340
|
"endTime": {
|
336
|
-
"shape": "
|
341
|
+
"shape": "S1e"
|
337
342
|
},
|
338
343
|
"baseModelArn": {},
|
339
344
|
"hyperParameters": {
|
340
|
-
"shape": "
|
345
|
+
"shape": "Sj"
|
341
346
|
},
|
342
347
|
"trainingDataConfig": {
|
343
|
-
"shape": "
|
348
|
+
"shape": "Sd"
|
344
349
|
},
|
345
350
|
"validationDataConfig": {
|
346
|
-
"shape": "
|
351
|
+
"shape": "Sf"
|
347
352
|
},
|
348
353
|
"outputDataConfig": {
|
349
|
-
"shape": "
|
354
|
+
"shape": "Si"
|
350
355
|
},
|
356
|
+
"customizationType": {},
|
351
357
|
"outputModelKmsKeyArn": {},
|
352
358
|
"trainingMetrics": {
|
353
|
-
"shape": "
|
359
|
+
"shape": "S1a"
|
354
360
|
},
|
355
361
|
"validationMetrics": {
|
356
|
-
"shape": "
|
362
|
+
"shape": "S1c"
|
357
363
|
},
|
358
364
|
"vpcConfig": {
|
359
|
-
"shape": "
|
365
|
+
"shape": "Sl"
|
360
366
|
}
|
361
367
|
}
|
362
368
|
}
|
@@ -375,7 +381,7 @@
|
|
375
381
|
"type": "structure",
|
376
382
|
"members": {
|
377
383
|
"loggingConfig": {
|
378
|
-
"shape": "
|
384
|
+
"shape": "S22"
|
379
385
|
}
|
380
386
|
}
|
381
387
|
}
|
@@ -426,15 +432,15 @@
|
|
426
432
|
"foundationModelArn": {},
|
427
433
|
"status": {},
|
428
434
|
"creationTime": {
|
429
|
-
"shape": "
|
435
|
+
"shape": "S1e"
|
430
436
|
},
|
431
437
|
"lastModifiedTime": {
|
432
|
-
"shape": "
|
438
|
+
"shape": "S1e"
|
433
439
|
},
|
434
440
|
"failureMessage": {},
|
435
441
|
"commitmentDuration": {},
|
436
442
|
"commitmentExpirationTime": {
|
437
|
-
"shape": "
|
443
|
+
"shape": "S1e"
|
438
444
|
}
|
439
445
|
}
|
440
446
|
}
|
@@ -449,12 +455,12 @@
|
|
449
455
|
"type": "structure",
|
450
456
|
"members": {
|
451
457
|
"creationTimeBefore": {
|
452
|
-
"shape": "
|
458
|
+
"shape": "S1e",
|
453
459
|
"location": "querystring",
|
454
460
|
"locationName": "creationTimeBefore"
|
455
461
|
},
|
456
462
|
"creationTimeAfter": {
|
457
|
-
"shape": "
|
463
|
+
"shape": "S1e",
|
458
464
|
"location": "querystring",
|
459
465
|
"locationName": "creationTimeAfter"
|
460
466
|
},
|
@@ -508,10 +514,11 @@
|
|
508
514
|
"modelArn": {},
|
509
515
|
"modelName": {},
|
510
516
|
"creationTime": {
|
511
|
-
"shape": "
|
517
|
+
"shape": "S1e"
|
512
518
|
},
|
513
519
|
"baseModelArn": {},
|
514
|
-
"baseModelName": {}
|
520
|
+
"baseModelName": {},
|
521
|
+
"customizationType": {}
|
515
522
|
}
|
516
523
|
}
|
517
524
|
}
|
@@ -562,19 +569,22 @@
|
|
562
569
|
"modelName": {},
|
563
570
|
"providerName": {},
|
564
571
|
"inputModalities": {
|
565
|
-
"shape": "
|
572
|
+
"shape": "S1l"
|
566
573
|
},
|
567
574
|
"outputModalities": {
|
568
|
-
"shape": "
|
575
|
+
"shape": "S1l"
|
569
576
|
},
|
570
577
|
"responseStreamingSupported": {
|
571
578
|
"type": "boolean"
|
572
579
|
},
|
573
580
|
"customizationsSupported": {
|
574
|
-
"shape": "
|
581
|
+
"shape": "S1o"
|
575
582
|
},
|
576
583
|
"inferenceTypesSupported": {
|
577
|
-
"shape": "
|
584
|
+
"shape": "S1q"
|
585
|
+
},
|
586
|
+
"modelLifecycle": {
|
587
|
+
"shape": "S1s"
|
578
588
|
}
|
579
589
|
}
|
580
590
|
}
|
@@ -592,12 +602,12 @@
|
|
592
602
|
"type": "structure",
|
593
603
|
"members": {
|
594
604
|
"creationTimeAfter": {
|
595
|
-
"shape": "
|
605
|
+
"shape": "S1e",
|
596
606
|
"location": "querystring",
|
597
607
|
"locationName": "creationTimeAfter"
|
598
608
|
},
|
599
609
|
"creationTimeBefore": {
|
600
|
-
"shape": "
|
610
|
+
"shape": "S1e",
|
601
611
|
"location": "querystring",
|
602
612
|
"locationName": "creationTimeBefore"
|
603
613
|
},
|
@@ -649,16 +659,17 @@
|
|
649
659
|
"jobName": {},
|
650
660
|
"status": {},
|
651
661
|
"lastModifiedTime": {
|
652
|
-
"shape": "
|
662
|
+
"shape": "S1e"
|
653
663
|
},
|
654
664
|
"creationTime": {
|
655
|
-
"shape": "
|
665
|
+
"shape": "S1e"
|
656
666
|
},
|
657
667
|
"endTime": {
|
658
|
-
"shape": "
|
668
|
+
"shape": "S1e"
|
659
669
|
},
|
660
670
|
"customModelArn": {},
|
661
|
-
"customModelName": {}
|
671
|
+
"customModelName": {},
|
672
|
+
"customizationType": {}
|
662
673
|
}
|
663
674
|
}
|
664
675
|
}
|
@@ -675,12 +686,12 @@
|
|
675
686
|
"type": "structure",
|
676
687
|
"members": {
|
677
688
|
"creationTimeAfter": {
|
678
|
-
"shape": "
|
689
|
+
"shape": "S1e",
|
679
690
|
"location": "querystring",
|
680
691
|
"locationName": "creationTimeAfter"
|
681
692
|
},
|
682
693
|
"creationTimeBefore": {
|
683
|
-
"shape": "
|
694
|
+
"shape": "S1e",
|
684
695
|
"location": "querystring",
|
685
696
|
"locationName": "creationTimeBefore"
|
686
697
|
},
|
@@ -750,13 +761,13 @@
|
|
750
761
|
"status": {},
|
751
762
|
"commitmentDuration": {},
|
752
763
|
"commitmentExpirationTime": {
|
753
|
-
"shape": "
|
764
|
+
"shape": "S1e"
|
754
765
|
},
|
755
766
|
"creationTime": {
|
756
|
-
"shape": "
|
767
|
+
"shape": "S1e"
|
757
768
|
},
|
758
769
|
"lastModifiedTime": {
|
759
|
-
"shape": "
|
770
|
+
"shape": "S1e"
|
760
771
|
}
|
761
772
|
}
|
762
773
|
}
|
@@ -782,7 +793,7 @@
|
|
782
793
|
"type": "structure",
|
783
794
|
"members": {
|
784
795
|
"tags": {
|
785
|
-
"shape": "
|
796
|
+
"shape": "S9"
|
786
797
|
}
|
787
798
|
}
|
788
799
|
}
|
@@ -800,7 +811,7 @@
|
|
800
811
|
],
|
801
812
|
"members": {
|
802
813
|
"loggingConfig": {
|
803
|
-
"shape": "
|
814
|
+
"shape": "S22"
|
804
815
|
}
|
805
816
|
}
|
806
817
|
},
|
@@ -847,7 +858,7 @@
|
|
847
858
|
"members": {
|
848
859
|
"resourceARN": {},
|
849
860
|
"tags": {
|
850
|
-
"shape": "
|
861
|
+
"shape": "S9"
|
851
862
|
}
|
852
863
|
}
|
853
864
|
},
|
@@ -908,7 +919,7 @@
|
|
908
919
|
}
|
909
920
|
},
|
910
921
|
"shapes": {
|
911
|
-
"
|
922
|
+
"S9": {
|
912
923
|
"type": "list",
|
913
924
|
"member": {
|
914
925
|
"type": "structure",
|
@@ -922,7 +933,7 @@
|
|
922
933
|
}
|
923
934
|
}
|
924
935
|
},
|
925
|
-
"
|
936
|
+
"Sd": {
|
926
937
|
"type": "structure",
|
927
938
|
"required": [
|
928
939
|
"s3Uri"
|
@@ -931,7 +942,7 @@
|
|
931
942
|
"s3Uri": {}
|
932
943
|
}
|
933
944
|
},
|
934
|
-
"
|
945
|
+
"Sf": {
|
935
946
|
"type": "structure",
|
936
947
|
"required": [
|
937
948
|
"validators"
|
@@ -951,7 +962,7 @@
|
|
951
962
|
}
|
952
963
|
}
|
953
964
|
},
|
954
|
-
"
|
965
|
+
"Si": {
|
955
966
|
"type": "structure",
|
956
967
|
"required": [
|
957
968
|
"s3Uri"
|
@@ -960,12 +971,12 @@
|
|
960
971
|
"s3Uri": {}
|
961
972
|
}
|
962
973
|
},
|
963
|
-
"
|
974
|
+
"Sj": {
|
964
975
|
"type": "map",
|
965
976
|
"key": {},
|
966
977
|
"value": {}
|
967
978
|
},
|
968
|
-
"
|
979
|
+
"Sl": {
|
969
980
|
"type": "structure",
|
970
981
|
"required": [
|
971
982
|
"subnetIds",
|
@@ -982,7 +993,7 @@
|
|
982
993
|
}
|
983
994
|
}
|
984
995
|
},
|
985
|
-
"
|
996
|
+
"S1a": {
|
986
997
|
"type": "structure",
|
987
998
|
"members": {
|
988
999
|
"trainingLoss": {
|
@@ -990,7 +1001,7 @@
|
|
990
1001
|
}
|
991
1002
|
}
|
992
1003
|
},
|
993
|
-
"
|
1004
|
+
"S1c": {
|
994
1005
|
"type": "list",
|
995
1006
|
"member": {
|
996
1007
|
"type": "structure",
|
@@ -1001,23 +1012,32 @@
|
|
1001
1012
|
}
|
1002
1013
|
}
|
1003
1014
|
},
|
1004
|
-
"
|
1015
|
+
"S1e": {
|
1005
1016
|
"type": "timestamp",
|
1006
1017
|
"timestampFormat": "iso8601"
|
1007
1018
|
},
|
1008
|
-
"
|
1019
|
+
"S1l": {
|
1009
1020
|
"type": "list",
|
1010
1021
|
"member": {}
|
1011
1022
|
},
|
1012
|
-
"
|
1023
|
+
"S1o": {
|
1013
1024
|
"type": "list",
|
1014
1025
|
"member": {}
|
1015
1026
|
},
|
1016
|
-
"
|
1027
|
+
"S1q": {
|
1017
1028
|
"type": "list",
|
1018
1029
|
"member": {}
|
1019
1030
|
},
|
1020
|
-
"
|
1031
|
+
"S1s": {
|
1032
|
+
"type": "structure",
|
1033
|
+
"required": [
|
1034
|
+
"status"
|
1035
|
+
],
|
1036
|
+
"members": {
|
1037
|
+
"status": {}
|
1038
|
+
}
|
1039
|
+
},
|
1040
|
+
"S22": {
|
1021
1041
|
"type": "structure",
|
1022
1042
|
"members": {
|
1023
1043
|
"cloudWatchConfig": {
|
@@ -1030,12 +1050,12 @@
|
|
1030
1050
|
"logGroupName": {},
|
1031
1051
|
"roleArn": {},
|
1032
1052
|
"largeDataDeliveryS3Config": {
|
1033
|
-
"shape": "
|
1053
|
+
"shape": "S25"
|
1034
1054
|
}
|
1035
1055
|
}
|
1036
1056
|
},
|
1037
1057
|
"s3Config": {
|
1038
|
-
"shape": "
|
1058
|
+
"shape": "S25"
|
1039
1059
|
},
|
1040
1060
|
"textDataDeliveryEnabled": {
|
1041
1061
|
"type": "boolean"
|
@@ -1048,7 +1068,7 @@
|
|
1048
1068
|
}
|
1049
1069
|
}
|
1050
1070
|
},
|
1051
|
-
"
|
1071
|
+
"S25": {
|
1052
1072
|
"type": "structure",
|
1053
1073
|
"required": [
|
1054
1074
|
"bucketName"
|