cdk-comprehend-s3olap 2.0.137 → 2.0.139

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 (47) hide show
  1. package/.jsii +3 -3
  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/CHANGELOG.md +22 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +104 -93
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +259 -50
  9. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +936 -921
  11. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +52 -0
  12. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +1 -0
  13. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +100 -69
  14. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +289 -274
  15. package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +13 -4
  16. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +570 -89
  17. package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +12 -0
  18. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.paginators.json +4 -2
  19. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +112 -48
  20. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +52 -16
  21. package/node_modules/aws-sdk/clients/appflow.d.ts +14 -1
  22. package/node_modules/aws-sdk/clients/athena.d.ts +228 -10
  23. package/node_modules/aws-sdk/clients/directconnect.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/ec2.d.ts +75 -52
  25. package/node_modules/aws-sdk/clients/efs.d.ts +1 -1
  26. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +61 -0
  27. package/node_modules/aws-sdk/clients/grafana.d.ts +4 -0
  28. package/node_modules/aws-sdk/clients/guardduty.d.ts +32 -2
  29. package/node_modules/aws-sdk/clients/iot.d.ts +21 -2
  30. package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +16 -3
  31. package/node_modules/aws-sdk/clients/kafka.d.ts +634 -0
  32. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  33. package/node_modules/aws-sdk/clients/osis.d.ts +26 -26
  34. package/node_modules/aws-sdk/clients/qldb.d.ts +27 -27
  35. package/node_modules/aws-sdk/clients/rekognition.d.ts +117 -0
  36. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  37. package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +62 -21
  38. package/node_modules/aws-sdk/clients/wafv2.d.ts +57 -57
  39. package/node_modules/aws-sdk/clients/workspaces.d.ts +3 -3
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +18 -17
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +1611 -1300
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
  44. package/node_modules/aws-sdk/lib/core.js +1 -1
  45. package/node_modules/aws-sdk/lib/services/sqs.js +3 -2
  46. package/node_modules/aws-sdk/package.json +1 -1
  47. package/package.json +3 -3
@@ -120,6 +120,45 @@
120
120
  }
121
121
  }
122
122
  },
123
+ "CancelCapacityReservation": {
124
+ "input": {
125
+ "type": "structure",
126
+ "required": [
127
+ "Name"
128
+ ],
129
+ "members": {
130
+ "Name": {}
131
+ }
132
+ },
133
+ "output": {
134
+ "type": "structure",
135
+ "members": {}
136
+ },
137
+ "idempotent": true
138
+ },
139
+ "CreateCapacityReservation": {
140
+ "input": {
141
+ "type": "structure",
142
+ "required": [
143
+ "TargetDpus",
144
+ "Name"
145
+ ],
146
+ "members": {
147
+ "TargetDpus": {
148
+ "type": "integer"
149
+ },
150
+ "Name": {},
151
+ "Tags": {
152
+ "shape": "S1s"
153
+ }
154
+ }
155
+ },
156
+ "output": {
157
+ "type": "structure",
158
+ "members": {}
159
+ },
160
+ "idempotent": true
161
+ },
123
162
  "CreateDataCatalog": {
124
163
  "input": {
125
164
  "type": "structure",
@@ -132,7 +171,7 @@
132
171
  "Type": {},
133
172
  "Description": {},
134
173
  "Parameters": {
135
- "shape": "S1p"
174
+ "shape": "S1z"
136
175
  },
137
176
  "Tags": {
138
177
  "shape": "S1s"
@@ -246,7 +285,7 @@
246
285
  "members": {
247
286
  "Name": {},
248
287
  "Configuration": {
249
- "shape": "S2c"
288
+ "shape": "S2i"
250
289
  },
251
290
  "Description": {},
252
291
  "Tags": {
@@ -357,7 +396,7 @@
357
396
  "type": "structure",
358
397
  "members": {
359
398
  "NotebookMetadata": {
360
- "shape": "S2w"
399
+ "shape": "S32"
361
400
  },
362
401
  "Payload": {}
363
402
  }
@@ -381,10 +420,10 @@
381
420
  "Description": {},
382
421
  "WorkingDirectory": {},
383
422
  "Status": {
384
- "shape": "S33"
423
+ "shape": "S39"
385
424
  },
386
425
  "Statistics": {
387
- "shape": "S35"
426
+ "shape": "S3b"
388
427
  },
389
428
  "Result": {
390
429
  "type": "structure",
@@ -429,10 +468,60 @@
429
468
  "type": "structure",
430
469
  "members": {
431
470
  "Status": {
432
- "shape": "S33"
471
+ "shape": "S39"
433
472
  },
434
473
  "Statistics": {
435
- "shape": "S35"
474
+ "shape": "S3b"
475
+ }
476
+ }
477
+ }
478
+ },
479
+ "GetCapacityAssignmentConfiguration": {
480
+ "input": {
481
+ "type": "structure",
482
+ "required": [
483
+ "CapacityReservationName"
484
+ ],
485
+ "members": {
486
+ "CapacityReservationName": {}
487
+ }
488
+ },
489
+ "output": {
490
+ "type": "structure",
491
+ "required": [
492
+ "CapacityAssignmentConfiguration"
493
+ ],
494
+ "members": {
495
+ "CapacityAssignmentConfiguration": {
496
+ "type": "structure",
497
+ "members": {
498
+ "CapacityReservationName": {},
499
+ "CapacityAssignments": {
500
+ "shape": "S3m"
501
+ }
502
+ }
503
+ }
504
+ }
505
+ }
506
+ },
507
+ "GetCapacityReservation": {
508
+ "input": {
509
+ "type": "structure",
510
+ "required": [
511
+ "Name"
512
+ ],
513
+ "members": {
514
+ "Name": {}
515
+ }
516
+ },
517
+ "output": {
518
+ "type": "structure",
519
+ "required": [
520
+ "CapacityReservation"
521
+ ],
522
+ "members": {
523
+ "CapacityReservation": {
524
+ "shape": "S3r"
436
525
  }
437
526
  }
438
527
  }
@@ -461,7 +550,7 @@
461
550
  "Description": {},
462
551
  "Type": {},
463
552
  "Parameters": {
464
- "shape": "S1p"
553
+ "shape": "S1z"
465
554
  }
466
555
  }
467
556
  }
@@ -484,7 +573,7 @@
484
573
  "type": "structure",
485
574
  "members": {
486
575
  "Database": {
487
- "shape": "S3i"
576
+ "shape": "S42"
488
577
  }
489
578
  }
490
579
  }
@@ -522,7 +611,7 @@
522
611
  "type": "structure",
523
612
  "members": {
524
613
  "NotebookMetadata": {
525
- "shape": "S2w"
614
+ "shape": "S32"
526
615
  }
527
616
  }
528
617
  }
@@ -700,7 +789,7 @@
700
789
  }
701
790
  },
702
791
  "OutputStage": {
703
- "shape": "S4b"
792
+ "shape": "S4v"
704
793
  }
705
794
  }
706
795
  }
@@ -725,7 +814,7 @@
725
814
  "WorkGroup": {},
726
815
  "EngineVersion": {},
727
816
  "EngineConfiguration": {
728
- "shape": "S4i"
817
+ "shape": "S52"
729
818
  },
730
819
  "NotebookVersion": {},
731
820
  "SessionConfiguration": {
@@ -742,7 +831,7 @@
742
831
  }
743
832
  },
744
833
  "Status": {
745
- "shape": "S4n"
834
+ "shape": "S57"
746
835
  },
747
836
  "Statistics": {
748
837
  "type": "structure",
@@ -770,7 +859,7 @@
770
859
  "members": {
771
860
  "SessionId": {},
772
861
  "Status": {
773
- "shape": "S4n"
862
+ "shape": "S57"
774
863
  }
775
864
  }
776
865
  }
@@ -793,7 +882,7 @@
793
882
  "type": "structure",
794
883
  "members": {
795
884
  "TableMetadata": {
796
- "shape": "S4u"
885
+ "shape": "S5e"
797
886
  }
798
887
  }
799
888
  }
@@ -820,7 +909,7 @@
820
909
  "Name": {},
821
910
  "State": {},
822
911
  "Configuration": {
823
- "shape": "S2c"
912
+ "shape": "S2i"
824
913
  },
825
914
  "Description": {},
826
915
  "CreationTime": {
@@ -914,7 +1003,7 @@
914
1003
  "CalculationExecutionId": {},
915
1004
  "Description": {},
916
1005
  "Status": {
917
- "shape": "S33"
1006
+ "shape": "S39"
918
1007
  }
919
1008
  }
920
1009
  }
@@ -922,6 +1011,32 @@
922
1011
  }
923
1012
  }
924
1013
  },
1014
+ "ListCapacityReservations": {
1015
+ "input": {
1016
+ "type": "structure",
1017
+ "members": {
1018
+ "NextToken": {},
1019
+ "MaxResults": {
1020
+ "type": "integer"
1021
+ }
1022
+ }
1023
+ },
1024
+ "output": {
1025
+ "type": "structure",
1026
+ "required": [
1027
+ "CapacityReservations"
1028
+ ],
1029
+ "members": {
1030
+ "NextToken": {},
1031
+ "CapacityReservations": {
1032
+ "type": "list",
1033
+ "member": {
1034
+ "shape": "S3r"
1035
+ }
1036
+ }
1037
+ }
1038
+ }
1039
+ },
925
1040
  "ListDataCatalogs": {
926
1041
  "input": {
927
1042
  "type": "structure",
@@ -969,7 +1084,7 @@
969
1084
  "DatabaseList": {
970
1085
  "type": "list",
971
1086
  "member": {
972
- "shape": "S3i"
1087
+ "shape": "S42"
973
1088
  }
974
1089
  },
975
1090
  "NextToken": {}
@@ -1096,7 +1211,7 @@
1096
1211
  "NotebookMetadataList": {
1097
1212
  "type": "list",
1098
1213
  "member": {
1099
- "shape": "S2w"
1214
+ "shape": "S32"
1100
1215
  }
1101
1216
  }
1102
1217
  }
@@ -1223,7 +1338,7 @@
1223
1338
  },
1224
1339
  "NotebookVersion": {},
1225
1340
  "Status": {
1226
- "shape": "S4n"
1341
+ "shape": "S57"
1227
1342
  }
1228
1343
  }
1229
1344
  }
@@ -1254,7 +1369,7 @@
1254
1369
  "TableMetadataList": {
1255
1370
  "type": "list",
1256
1371
  "member": {
1257
- "shape": "S4u"
1372
+ "shape": "S5e"
1258
1373
  }
1259
1374
  },
1260
1375
  "NextToken": {}
@@ -1319,6 +1434,26 @@
1319
1434
  }
1320
1435
  }
1321
1436
  },
1437
+ "PutCapacityAssignmentConfiguration": {
1438
+ "input": {
1439
+ "type": "structure",
1440
+ "required": [
1441
+ "CapacityReservationName",
1442
+ "CapacityAssignments"
1443
+ ],
1444
+ "members": {
1445
+ "CapacityReservationName": {},
1446
+ "CapacityAssignments": {
1447
+ "shape": "S3m"
1448
+ }
1449
+ }
1450
+ },
1451
+ "output": {
1452
+ "type": "structure",
1453
+ "members": {}
1454
+ },
1455
+ "idempotent": true
1456
+ },
1322
1457
  "StartCalculationExecution": {
1323
1458
  "input": {
1324
1459
  "type": "structure",
@@ -1393,7 +1528,7 @@
1393
1528
  "Description": {},
1394
1529
  "WorkGroup": {},
1395
1530
  "EngineConfiguration": {
1396
- "shape": "S4i"
1531
+ "shape": "S52"
1397
1532
  },
1398
1533
  "NotebookVersion": {},
1399
1534
  "SessionIdleTimeoutInMinutes": {
@@ -1501,6 +1636,25 @@
1501
1636
  "members": {}
1502
1637
  }
1503
1638
  },
1639
+ "UpdateCapacityReservation": {
1640
+ "input": {
1641
+ "type": "structure",
1642
+ "required": [
1643
+ "TargetDpus",
1644
+ "Name"
1645
+ ],
1646
+ "members": {
1647
+ "TargetDpus": {
1648
+ "type": "integer"
1649
+ },
1650
+ "Name": {}
1651
+ }
1652
+ },
1653
+ "output": {
1654
+ "type": "structure",
1655
+ "members": {}
1656
+ }
1657
+ },
1504
1658
  "UpdateDataCatalog": {
1505
1659
  "input": {
1506
1660
  "type": "structure",
@@ -1513,7 +1667,7 @@
1513
1667
  "Type": {},
1514
1668
  "Description": {},
1515
1669
  "Parameters": {
1516
- "shape": "S1p"
1670
+ "shape": "S1z"
1517
1671
  }
1518
1672
  }
1519
1673
  },
@@ -1663,7 +1817,7 @@
1663
1817
  "AdditionalConfiguration": {},
1664
1818
  "ExecutionRole": {},
1665
1819
  "CustomerContentEncryptionConfiguration": {
1666
- "shape": "S2g"
1820
+ "shape": "S2m"
1667
1821
  },
1668
1822
  "EnableMinimumEncryptionConfiguration": {
1669
1823
  "type": "boolean"
@@ -1873,11 +2027,6 @@
1873
2027
  "type": "list",
1874
2028
  "member": {}
1875
2029
  },
1876
- "S1p": {
1877
- "type": "map",
1878
- "key": {},
1879
- "value": {}
1880
- },
1881
2030
  "S1s": {
1882
2031
  "type": "list",
1883
2032
  "member": {
@@ -1888,7 +2037,12 @@
1888
2037
  }
1889
2038
  }
1890
2039
  },
1891
- "S2c": {
2040
+ "S1z": {
2041
+ "type": "map",
2042
+ "key": {},
2043
+ "value": {}
2044
+ },
2045
+ "S2i": {
1892
2046
  "type": "structure",
1893
2047
  "members": {
1894
2048
  "ResultConfiguration": {
@@ -1912,14 +2066,14 @@
1912
2066
  "AdditionalConfiguration": {},
1913
2067
  "ExecutionRole": {},
1914
2068
  "CustomerContentEncryptionConfiguration": {
1915
- "shape": "S2g"
2069
+ "shape": "S2m"
1916
2070
  },
1917
2071
  "EnableMinimumEncryptionConfiguration": {
1918
2072
  "type": "boolean"
1919
2073
  }
1920
2074
  }
1921
2075
  },
1922
- "S2g": {
2076
+ "S2m": {
1923
2077
  "type": "structure",
1924
2078
  "required": [
1925
2079
  "KmsKey"
@@ -1928,7 +2082,7 @@
1928
2082
  "KmsKey": {}
1929
2083
  }
1930
2084
  },
1931
- "S2w": {
2085
+ "S32": {
1932
2086
  "type": "structure",
1933
2087
  "members": {
1934
2088
  "NotebookId": {},
@@ -1943,7 +2097,7 @@
1943
2097
  }
1944
2098
  }
1945
2099
  },
1946
- "S33": {
2100
+ "S39": {
1947
2101
  "type": "structure",
1948
2102
  "members": {
1949
2103
  "SubmissionDateTime": {
@@ -1956,7 +2110,7 @@
1956
2110
  "StateChangeReason": {}
1957
2111
  }
1958
2112
  },
1959
- "S35": {
2113
+ "S3b": {
1960
2114
  "type": "structure",
1961
2115
  "members": {
1962
2116
  "DpuExecutionInMillis": {
@@ -1965,7 +2119,62 @@
1965
2119
  "Progress": {}
1966
2120
  }
1967
2121
  },
1968
- "S3i": {
2122
+ "S3m": {
2123
+ "type": "list",
2124
+ "member": {
2125
+ "type": "structure",
2126
+ "members": {
2127
+ "WorkGroupNames": {
2128
+ "type": "list",
2129
+ "member": {}
2130
+ }
2131
+ }
2132
+ }
2133
+ },
2134
+ "S3r": {
2135
+ "type": "structure",
2136
+ "required": [
2137
+ "Name",
2138
+ "Status",
2139
+ "TargetDpus",
2140
+ "AllocatedDpus",
2141
+ "CreationTime"
2142
+ ],
2143
+ "members": {
2144
+ "Name": {},
2145
+ "Status": {},
2146
+ "TargetDpus": {
2147
+ "type": "integer"
2148
+ },
2149
+ "AllocatedDpus": {
2150
+ "type": "integer"
2151
+ },
2152
+ "LastAllocation": {
2153
+ "type": "structure",
2154
+ "required": [
2155
+ "Status",
2156
+ "RequestTime"
2157
+ ],
2158
+ "members": {
2159
+ "Status": {},
2160
+ "StatusMessage": {},
2161
+ "RequestTime": {
2162
+ "type": "timestamp"
2163
+ },
2164
+ "RequestCompletionTime": {
2165
+ "type": "timestamp"
2166
+ }
2167
+ }
2168
+ },
2169
+ "LastSuccessfulAllocationTime": {
2170
+ "type": "timestamp"
2171
+ },
2172
+ "CreationTime": {
2173
+ "type": "timestamp"
2174
+ }
2175
+ }
2176
+ },
2177
+ "S42": {
1969
2178
  "type": "structure",
1970
2179
  "required": [
1971
2180
  "Name"
@@ -1974,11 +2183,11 @@
1974
2183
  "Name": {},
1975
2184
  "Description": {},
1976
2185
  "Parameters": {
1977
- "shape": "S1p"
2186
+ "shape": "S1z"
1978
2187
  }
1979
2188
  }
1980
2189
  },
1981
- "S4b": {
2190
+ "S4v": {
1982
2191
  "type": "structure",
1983
2192
  "members": {
1984
2193
  "StageId": {
@@ -2001,17 +2210,17 @@
2001
2210
  "type": "long"
2002
2211
  },
2003
2212
  "QueryStagePlan": {
2004
- "shape": "S4c"
2213
+ "shape": "S4w"
2005
2214
  },
2006
2215
  "SubStages": {
2007
2216
  "type": "list",
2008
2217
  "member": {
2009
- "shape": "S4b"
2218
+ "shape": "S4v"
2010
2219
  }
2011
2220
  }
2012
2221
  }
2013
2222
  },
2014
- "S4c": {
2223
+ "S4w": {
2015
2224
  "type": "structure",
2016
2225
  "members": {
2017
2226
  "Name": {},
@@ -2019,7 +2228,7 @@
2019
2228
  "Children": {
2020
2229
  "type": "list",
2021
2230
  "member": {
2022
- "shape": "S4c"
2231
+ "shape": "S4w"
2023
2232
  }
2024
2233
  },
2025
2234
  "RemoteSources": {
@@ -2028,7 +2237,7 @@
2028
2237
  }
2029
2238
  }
2030
2239
  },
2031
- "S4i": {
2240
+ "S52": {
2032
2241
  "type": "structure",
2033
2242
  "required": [
2034
2243
  "MaxConcurrentDpus"
@@ -2044,11 +2253,11 @@
2044
2253
  "type": "integer"
2045
2254
  },
2046
2255
  "AdditionalConfigs": {
2047
- "shape": "S1p"
2256
+ "shape": "S1z"
2048
2257
  }
2049
2258
  }
2050
2259
  },
2051
- "S4n": {
2260
+ "S57": {
2052
2261
  "type": "structure",
2053
2262
  "members": {
2054
2263
  "StartDateTime": {
@@ -2067,7 +2276,7 @@
2067
2276
  "StateChangeReason": {}
2068
2277
  }
2069
2278
  },
2070
- "S4u": {
2279
+ "S5e": {
2071
2280
  "type": "structure",
2072
2281
  "required": [
2073
2282
  "Name"
@@ -2082,17 +2291,17 @@
2082
2291
  },
2083
2292
  "TableType": {},
2084
2293
  "Columns": {
2085
- "shape": "S4x"
2294
+ "shape": "S5g"
2086
2295
  },
2087
2296
  "PartitionKeys": {
2088
- "shape": "S4x"
2297
+ "shape": "S5g"
2089
2298
  },
2090
2299
  "Parameters": {
2091
- "shape": "S1p"
2300
+ "shape": "S1z"
2092
2301
  }
2093
2302
  }
2094
2303
  },
2095
- "S4x": {
2304
+ "S5g": {
2096
2305
  "type": "list",
2097
2306
  "member": {
2098
2307
  "type": "structure",
@@ -15,6 +15,11 @@
15
15
  "limit_key": "MaxResults",
16
16
  "output_token": "NextToken"
17
17
  },
18
+ "ListCapacityReservations": {
19
+ "input_token": "NextToken",
20
+ "limit_key": "MaxResults",
21
+ "output_token": "NextToken"
22
+ },
18
23
  "ListDataCatalogs": {
19
24
  "input_token": "NextToken",
20
25
  "limit_key": "MaxResults",