cdk-comprehend-s3olap 2.0.520 → 2.0.522

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 (50) hide show
  1. package/.jsii +31 -5
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/README.md +1 -1
  6. package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +144 -54
  7. package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +28 -6
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +268 -250
  9. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +677 -635
  10. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +18 -0
  11. package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +65 -11
  12. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +7 -1
  13. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +80 -0
  14. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +191 -64
  15. package/node_modules/aws-sdk/apis/logs-2014-03-28.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/mediaconnect-2018-11-14.min.json +116 -42
  17. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +349 -341
  18. package/node_modules/aws-sdk/apis/qapps-2023-11-27.examples.json +23 -0
  19. package/node_modules/aws-sdk/apis/qapps-2023-11-27.min.json +60 -21
  20. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +92 -4
  21. package/node_modules/aws-sdk/apis/s3control-2018-08-20.paginators.json +6 -0
  22. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1018 -972
  23. package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +3 -1
  24. package/node_modules/aws-sdk/clients/applicationsignals.d.ts +136 -22
  25. package/node_modules/aws-sdk/clients/appsync.d.ts +2 -2
  26. package/node_modules/aws-sdk/clients/bedrockagent.d.ts +19 -2
  27. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +184 -5
  28. package/node_modules/aws-sdk/clients/codepipeline.d.ts +8 -8
  29. package/node_modules/aws-sdk/clients/connect.d.ts +39 -3
  30. package/node_modules/aws-sdk/clients/datazone.d.ts +42 -0
  31. package/node_modules/aws-sdk/clients/elbv2.d.ts +59 -2
  32. package/node_modules/aws-sdk/clients/finspace.d.ts +3 -3
  33. package/node_modules/aws-sdk/clients/fis.d.ts +83 -1
  34. package/node_modules/aws-sdk/clients/gamelift.d.ts +27 -27
  35. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
  36. package/node_modules/aws-sdk/clients/mediaconnect.d.ts +49 -0
  37. package/node_modules/aws-sdk/clients/medialive.d.ts +11 -0
  38. package/node_modules/aws-sdk/clients/qapps.d.ts +44 -2
  39. package/node_modules/aws-sdk/clients/s3control.d.ts +110 -31
  40. package/node_modules/aws-sdk/clients/sagemaker.d.ts +64 -4
  41. package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +9 -1
  42. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +5 -5
  43. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +22 -22
  44. package/node_modules/aws-sdk/dist/aws-sdk.js +548 -331
  45. package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
  46. package/node_modules/aws-sdk/lib/core.js +1 -1
  47. package/node_modules/aws-sdk/lib/maintenance_mode_message.js +3 -3
  48. package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
  49. package/node_modules/aws-sdk/package.json +1 -1
  50. package/package.json +6 -6
@@ -61,6 +61,7 @@
61
61
  "members": {
62
62
  "Arn": {},
63
63
  "Name": {},
64
+ "EvaluationType": {},
64
65
  "BudgetStatus": {},
65
66
  "Attainment": {
66
67
  "type": "double"
@@ -71,11 +72,20 @@
71
72
  "BudgetSecondsRemaining": {
72
73
  "type": "integer"
73
74
  },
75
+ "TotalBudgetRequests": {
76
+ "type": "integer"
77
+ },
78
+ "BudgetRequestsRemaining": {
79
+ "type": "integer"
80
+ },
74
81
  "Sli": {
75
- "shape": "Se"
82
+ "shape": "Sh"
83
+ },
84
+ "RequestBasedSli": {
85
+ "shape": "S18"
76
86
  },
77
87
  "Goal": {
78
- "shape": "S15"
88
+ "shape": "S1b"
79
89
  }
80
90
  }
81
91
  }
@@ -109,20 +119,22 @@
109
119
  "input": {
110
120
  "type": "structure",
111
121
  "required": [
112
- "Name",
113
- "SliConfig"
122
+ "Name"
114
123
  ],
115
124
  "members": {
116
125
  "Name": {},
117
126
  "Description": {},
118
127
  "SliConfig": {
119
- "shape": "S1k"
128
+ "shape": "S1q"
129
+ },
130
+ "RequestBasedSliConfig": {
131
+ "shape": "S1u"
120
132
  },
121
133
  "Goal": {
122
- "shape": "S15"
134
+ "shape": "S1b"
123
135
  },
124
136
  "Tags": {
125
- "shape": "S1o"
137
+ "shape": "S1w"
126
138
  }
127
139
  }
128
140
  },
@@ -133,7 +145,7 @@
133
145
  ],
134
146
  "members": {
135
147
  "Slo": {
136
- "shape": "S1t"
148
+ "shape": "S21"
137
149
  }
138
150
  }
139
151
  }
@@ -186,7 +198,7 @@
186
198
  "type": "timestamp"
187
199
  },
188
200
  "KeyAttributes": {
189
- "shape": "Sg"
201
+ "shape": "Sj"
190
202
  }
191
203
  }
192
204
  },
@@ -206,16 +218,16 @@
206
218
  ],
207
219
  "members": {
208
220
  "KeyAttributes": {
209
- "shape": "Sg"
221
+ "shape": "Sj"
210
222
  },
211
223
  "AttributeMaps": {
212
- "shape": "S20"
224
+ "shape": "S28"
213
225
  },
214
226
  "MetricReferences": {
215
- "shape": "S22"
227
+ "shape": "S2a"
216
228
  },
217
229
  "LogGroupReferences": {
218
- "shape": "S25"
230
+ "shape": "S2d"
219
231
  }
220
232
  }
221
233
  },
@@ -226,7 +238,7 @@
226
238
  "type": "timestamp"
227
239
  },
228
240
  "LogGroupReferences": {
229
- "shape": "S25"
241
+ "shape": "S2d"
230
242
  }
231
243
  }
232
244
  }
@@ -256,7 +268,7 @@
256
268
  ],
257
269
  "members": {
258
270
  "Slo": {
259
- "shape": "S1t"
271
+ "shape": "S21"
260
272
  }
261
273
  }
262
274
  }
@@ -285,7 +297,7 @@
285
297
  "type": "timestamp"
286
298
  },
287
299
  "KeyAttributes": {
288
- "shape": "Sg"
300
+ "shape": "Sj"
289
301
  },
290
302
  "MaxResults": {
291
303
  "location": "querystring",
@@ -325,11 +337,11 @@
325
337
  "members": {
326
338
  "OperationName": {},
327
339
  "DependencyKeyAttributes": {
328
- "shape": "Sg"
340
+ "shape": "Sj"
329
341
  },
330
342
  "DependencyOperationName": {},
331
343
  "MetricReferences": {
332
- "shape": "S22"
344
+ "shape": "S2a"
333
345
  }
334
346
  }
335
347
  }
@@ -362,7 +374,7 @@
362
374
  "type": "timestamp"
363
375
  },
364
376
  "KeyAttributes": {
365
- "shape": "Sg"
377
+ "shape": "Sj"
366
378
  },
367
379
  "MaxResults": {
368
380
  "location": "querystring",
@@ -400,11 +412,11 @@
400
412
  "members": {
401
413
  "OperationName": {},
402
414
  "DependentKeyAttributes": {
403
- "shape": "Sg"
415
+ "shape": "Sj"
404
416
  },
405
417
  "DependentOperationName": {},
406
418
  "MetricReferences": {
407
- "shape": "S22"
419
+ "shape": "S2a"
408
420
  }
409
421
  }
410
422
  }
@@ -422,7 +434,7 @@
422
434
  "type": "structure",
423
435
  "members": {
424
436
  "KeyAttributes": {
425
- "shape": "Sg"
437
+ "shape": "Sj"
426
438
  },
427
439
  "OperationName": {
428
440
  "location": "querystring",
@@ -454,7 +466,7 @@
454
466
  "Arn": {},
455
467
  "Name": {},
456
468
  "KeyAttributes": {
457
- "shape": "Sg"
469
+ "shape": "Sj"
458
470
  },
459
471
  "OperationName": {},
460
472
  "CreatedTime": {
@@ -491,7 +503,7 @@
491
503
  "type": "timestamp"
492
504
  },
493
505
  "KeyAttributes": {
494
- "shape": "Sg"
506
+ "shape": "Sj"
495
507
  },
496
508
  "MaxResults": {
497
509
  "location": "querystring",
@@ -529,7 +541,7 @@
529
541
  "members": {
530
542
  "Name": {},
531
543
  "MetricReferences": {
532
- "shape": "S22"
544
+ "shape": "S2a"
533
545
  }
534
546
  }
535
547
  }
@@ -596,13 +608,13 @@
596
608
  ],
597
609
  "members": {
598
610
  "KeyAttributes": {
599
- "shape": "Sg"
611
+ "shape": "Sj"
600
612
  },
601
613
  "AttributeMaps": {
602
- "shape": "S20"
614
+ "shape": "S28"
603
615
  },
604
616
  "MetricReferences": {
605
- "shape": "S22"
617
+ "shape": "S2a"
606
618
  }
607
619
  }
608
620
  }
@@ -633,7 +645,7 @@
633
645
  "type": "structure",
634
646
  "members": {
635
647
  "Tags": {
636
- "shape": "S1o"
648
+ "shape": "S1w"
637
649
  }
638
650
  }
639
651
  }
@@ -666,7 +678,7 @@
666
678
  "members": {
667
679
  "ResourceArn": {},
668
680
  "Tags": {
669
- "shape": "S1o"
681
+ "shape": "S1w"
670
682
  }
671
683
  }
672
684
  },
@@ -717,10 +729,13 @@
717
729
  },
718
730
  "Description": {},
719
731
  "SliConfig": {
720
- "shape": "S1k"
732
+ "shape": "S1q"
733
+ },
734
+ "RequestBasedSliConfig": {
735
+ "shape": "S1u"
721
736
  },
722
737
  "Goal": {
723
- "shape": "S15"
738
+ "shape": "S1b"
724
739
  }
725
740
  }
726
741
  },
@@ -731,14 +746,14 @@
731
746
  ],
732
747
  "members": {
733
748
  "Slo": {
734
- "shape": "S1t"
749
+ "shape": "S21"
735
750
  }
736
751
  }
737
752
  }
738
753
  }
739
754
  },
740
755
  "shapes": {
741
- "Se": {
756
+ "Sh": {
742
757
  "type": "structure",
743
758
  "required": [
744
759
  "SliMetric",
@@ -753,12 +768,12 @@
753
768
  ],
754
769
  "members": {
755
770
  "KeyAttributes": {
756
- "shape": "Sg"
771
+ "shape": "Sj"
757
772
  },
758
773
  "OperationName": {},
759
774
  "MetricType": {},
760
775
  "MetricDataQueries": {
761
- "shape": "Sl"
776
+ "shape": "So"
762
777
  }
763
778
  }
764
779
  },
@@ -768,12 +783,12 @@
768
783
  "ComparisonOperator": {}
769
784
  }
770
785
  },
771
- "Sg": {
786
+ "Sj": {
772
787
  "type": "map",
773
788
  "key": {},
774
789
  "value": {}
775
790
  },
776
- "Sl": {
791
+ "So": {
777
792
  "type": "list",
778
793
  "member": {
779
794
  "type": "structure",
@@ -796,7 +811,7 @@
796
811
  "Namespace": {},
797
812
  "MetricName": {},
798
813
  "Dimensions": {
799
- "shape": "Ss"
814
+ "shape": "Sv"
800
815
  }
801
816
  }
802
817
  },
@@ -819,7 +834,7 @@
819
834
  }
820
835
  }
821
836
  },
822
- "Ss": {
837
+ "Sv": {
823
838
  "type": "list",
824
839
  "member": {
825
840
  "type": "structure",
@@ -833,7 +848,51 @@
833
848
  }
834
849
  }
835
850
  },
836
- "S15": {
851
+ "S18": {
852
+ "type": "structure",
853
+ "required": [
854
+ "RequestBasedSliMetric"
855
+ ],
856
+ "members": {
857
+ "RequestBasedSliMetric": {
858
+ "type": "structure",
859
+ "required": [
860
+ "TotalRequestCountMetric",
861
+ "MonitoredRequestCountMetric"
862
+ ],
863
+ "members": {
864
+ "KeyAttributes": {
865
+ "shape": "Sj"
866
+ },
867
+ "OperationName": {},
868
+ "MetricType": {},
869
+ "TotalRequestCountMetric": {
870
+ "shape": "So"
871
+ },
872
+ "MonitoredRequestCountMetric": {
873
+ "shape": "S1a"
874
+ }
875
+ }
876
+ },
877
+ "MetricThreshold": {
878
+ "type": "double"
879
+ },
880
+ "ComparisonOperator": {}
881
+ }
882
+ },
883
+ "S1a": {
884
+ "type": "structure",
885
+ "members": {
886
+ "GoodCountMetric": {
887
+ "shape": "So"
888
+ },
889
+ "BadCountMetric": {
890
+ "shape": "So"
891
+ }
892
+ },
893
+ "union": true
894
+ },
895
+ "S1b": {
837
896
  "type": "structure",
838
897
  "members": {
839
898
  "Interval": {
@@ -880,7 +939,7 @@
880
939
  }
881
940
  }
882
941
  },
883
- "S1k": {
942
+ "S1q": {
884
943
  "type": "structure",
885
944
  "required": [
886
945
  "SliMetricConfig",
@@ -892,7 +951,7 @@
892
951
  "type": "structure",
893
952
  "members": {
894
953
  "KeyAttributes": {
895
- "shape": "Sg"
954
+ "shape": "Sj"
896
955
  },
897
956
  "OperationName": {},
898
957
  "MetricType": {},
@@ -901,7 +960,35 @@
901
960
  "type": "integer"
902
961
  },
903
962
  "MetricDataQueries": {
904
- "shape": "Sl"
963
+ "shape": "So"
964
+ }
965
+ }
966
+ },
967
+ "MetricThreshold": {
968
+ "type": "double"
969
+ },
970
+ "ComparisonOperator": {}
971
+ }
972
+ },
973
+ "S1u": {
974
+ "type": "structure",
975
+ "required": [
976
+ "RequestBasedSliMetricConfig"
977
+ ],
978
+ "members": {
979
+ "RequestBasedSliMetricConfig": {
980
+ "type": "structure",
981
+ "members": {
982
+ "KeyAttributes": {
983
+ "shape": "Sj"
984
+ },
985
+ "OperationName": {},
986
+ "MetricType": {},
987
+ "TotalRequestCountMetric": {
988
+ "shape": "So"
989
+ },
990
+ "MonitoredRequestCountMetric": {
991
+ "shape": "S1a"
905
992
  }
906
993
  }
907
994
  },
@@ -911,7 +998,7 @@
911
998
  "ComparisonOperator": {}
912
999
  }
913
1000
  },
914
- "S1o": {
1001
+ "S1w": {
915
1002
  "type": "list",
916
1003
  "member": {
917
1004
  "type": "structure",
@@ -925,14 +1012,13 @@
925
1012
  }
926
1013
  }
927
1014
  },
928
- "S1t": {
1015
+ "S21": {
929
1016
  "type": "structure",
930
1017
  "required": [
931
1018
  "Arn",
932
1019
  "Name",
933
1020
  "CreatedTime",
934
1021
  "LastUpdatedTime",
935
- "Sli",
936
1022
  "Goal"
937
1023
  ],
938
1024
  "members": {
@@ -946,14 +1032,18 @@
946
1032
  "type": "timestamp"
947
1033
  },
948
1034
  "Sli": {
949
- "shape": "Se"
1035
+ "shape": "Sh"
1036
+ },
1037
+ "RequestBasedSli": {
1038
+ "shape": "S18"
950
1039
  },
1040
+ "EvaluationType": {},
951
1041
  "Goal": {
952
- "shape": "S15"
1042
+ "shape": "S1b"
953
1043
  }
954
1044
  }
955
1045
  },
956
- "S20": {
1046
+ "S28": {
957
1047
  "type": "list",
958
1048
  "member": {
959
1049
  "type": "map",
@@ -961,7 +1051,7 @@
961
1051
  "value": {}
962
1052
  }
963
1053
  },
964
- "S22": {
1054
+ "S2a": {
965
1055
  "type": "list",
966
1056
  "member": {
967
1057
  "type": "structure",
@@ -974,16 +1064,16 @@
974
1064
  "Namespace": {},
975
1065
  "MetricType": {},
976
1066
  "Dimensions": {
977
- "shape": "Ss"
1067
+ "shape": "Sv"
978
1068
  },
979
1069
  "MetricName": {}
980
1070
  }
981
1071
  }
982
1072
  },
983
- "S25": {
1073
+ "S2d": {
984
1074
  "type": "list",
985
1075
  "member": {
986
- "shape": "Sg"
1076
+ "shape": "Sj"
987
1077
  }
988
1078
  }
989
1079
  }
@@ -1451,7 +1451,7 @@
1451
1451
  ],
1452
1452
  "members": {
1453
1453
  "ingestionJob": {
1454
- "shape": "S9g"
1454
+ "shape": "S9k"
1455
1455
  }
1456
1456
  }
1457
1457
  }
@@ -2140,7 +2140,7 @@
2140
2140
  "shape": "S9"
2141
2141
  },
2142
2142
  "statistics": {
2143
- "shape": "S9h"
2143
+ "shape": "S9l"
2144
2144
  },
2145
2145
  "status": {},
2146
2146
  "updatedAt": {
@@ -2384,7 +2384,7 @@
2384
2384
  ],
2385
2385
  "members": {
2386
2386
  "ingestionJob": {
2387
- "shape": "S9g"
2387
+ "shape": "S9k"
2388
2388
  }
2389
2389
  }
2390
2390
  },
@@ -4233,6 +4233,28 @@
4233
4233
  "inferenceConfiguration": {
4234
4234
  "shape": "S5i"
4235
4235
  },
4236
+ "metadata": {
4237
+ "type": "list",
4238
+ "member": {
4239
+ "type": "structure",
4240
+ "required": [
4241
+ "key",
4242
+ "value"
4243
+ ],
4244
+ "members": {
4245
+ "key": {
4246
+ "type": "string",
4247
+ "sensitive": true
4248
+ },
4249
+ "value": {
4250
+ "type": "string",
4251
+ "sensitive": true
4252
+ }
4253
+ },
4254
+ "sensitive": true
4255
+ },
4256
+ "sensitive": true
4257
+ },
4236
4258
  "modelId": {},
4237
4259
  "name": {},
4238
4260
  "templateConfiguration": {
@@ -4244,7 +4266,7 @@
4244
4266
  },
4245
4267
  "sensitive": true
4246
4268
  },
4247
- "S9g": {
4269
+ "S9k": {
4248
4270
  "type": "structure",
4249
4271
  "required": [
4250
4272
  "dataSourceId",
@@ -4266,7 +4288,7 @@
4266
4288
  "shape": "S9"
4267
4289
  },
4268
4290
  "statistics": {
4269
- "shape": "S9h"
4291
+ "shape": "S9l"
4270
4292
  },
4271
4293
  "status": {},
4272
4294
  "updatedAt": {
@@ -4274,7 +4296,7 @@
4274
4296
  }
4275
4297
  }
4276
4298
  },
4277
- "S9h": {
4299
+ "S9l": {
4278
4300
  "type": "structure",
4279
4301
  "members": {
4280
4302
  "numberOfDocumentsDeleted": {