cdk-comprehend-s3olap 2.0.309 → 2.0.310

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 (77) 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 +11 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  8. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +30 -21
  9. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +134 -9
  10. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.paginators.json +5 -0
  11. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +776 -698
  12. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  13. package/node_modules/aws-sdk/clients/all.js +0 -1
  14. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +1 -1
  16. package/node_modules/aws-sdk/clients/neptunedata.d.ts +81 -81
  17. package/node_modules/aws-sdk/clients/omics.d.ts +27 -1
  18. package/node_modules/aws-sdk/clients/opensearch.d.ts +152 -1
  19. package/node_modules/aws-sdk/clients/quicksight.d.ts +111 -7
  20. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  21. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +9 -9
  22. package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +2 -2
  23. package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +368 -405
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +3 -6
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +4 -4
  28. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  29. package/node_modules/aws-sdk/lib/core.js +1 -1
  30. package/node_modules/aws-sdk/package.json +1 -1
  31. package/node_modules/call-bind/.eslintrc +0 -1
  32. package/node_modules/call-bind/.nycrc +0 -4
  33. package/node_modules/call-bind/CHANGELOG.md +28 -0
  34. package/node_modules/call-bind/README.md +63 -1
  35. package/node_modules/call-bind/index.js +6 -13
  36. package/node_modules/call-bind/package.json +29 -22
  37. package/node_modules/call-bind/test/callBound.js +0 -1
  38. package/node_modules/call-bind/test/index.js +7 -4
  39. package/node_modules/define-data-property/.eslintrc +24 -0
  40. package/node_modules/define-data-property/.github/FUNDING.yml +12 -0
  41. package/node_modules/define-data-property/.nycrc +13 -0
  42. package/node_modules/define-data-property/CHANGELOG.md +41 -0
  43. package/node_modules/define-data-property/LICENSE +21 -0
  44. package/node_modules/define-data-property/README.md +67 -0
  45. package/node_modules/define-data-property/index.d.ts +3 -0
  46. package/node_modules/define-data-property/index.d.ts.map +1 -0
  47. package/node_modules/define-data-property/index.js +68 -0
  48. package/node_modules/define-data-property/package.json +113 -0
  49. package/node_modules/define-data-property/test/index.js +392 -0
  50. package/node_modules/define-data-property/tsconfig.json +59 -0
  51. package/node_modules/has-property-descriptors/.eslintrc +13 -0
  52. package/node_modules/has-property-descriptors/.github/FUNDING.yml +12 -0
  53. package/node_modules/has-property-descriptors/.nycrc +9 -0
  54. package/node_modules/has-property-descriptors/CHANGELOG.md +16 -0
  55. package/node_modules/has-property-descriptors/LICENSE +21 -0
  56. package/node_modules/has-property-descriptors/README.md +43 -0
  57. package/node_modules/has-property-descriptors/index.js +33 -0
  58. package/node_modules/has-property-descriptors/package.json +70 -0
  59. package/node_modules/has-property-descriptors/test/index.js +57 -0
  60. package/node_modules/set-function-length/.eslintrc +27 -0
  61. package/node_modules/set-function-length/.github/FUNDING.yml +12 -0
  62. package/node_modules/set-function-length/.nycrc +13 -0
  63. package/node_modules/set-function-length/CHANGELOG.md +41 -0
  64. package/node_modules/set-function-length/LICENSE +21 -0
  65. package/node_modules/set-function-length/README.md +56 -0
  66. package/node_modules/set-function-length/env.js +19 -0
  67. package/node_modules/set-function-length/index.js +41 -0
  68. package/node_modules/set-function-length/package.json +84 -0
  69. package/node_modules/which-typed-array/CHANGELOG.md +14 -0
  70. package/node_modules/which-typed-array/index.js +4 -1
  71. package/node_modules/which-typed-array/package.json +3 -3
  72. package/package.json +3 -3
  73. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.examples.json +0 -5
  74. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +0 -1376
  75. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.paginators.json +0 -46
  76. package/node_modules/aws-sdk/clients/gamesparks.d.ts +0 -1344
  77. package/node_modules/aws-sdk/clients/gamesparks.js +0 -18
@@ -1206,6 +1206,44 @@
1206
1206
  }
1207
1207
  }
1208
1208
  },
1209
+ "GetDomainMaintenanceStatus": {
1210
+ "http": {
1211
+ "method": "GET",
1212
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance"
1213
+ },
1214
+ "input": {
1215
+ "type": "structure",
1216
+ "required": [
1217
+ "DomainName",
1218
+ "MaintenanceId"
1219
+ ],
1220
+ "members": {
1221
+ "DomainName": {
1222
+ "location": "uri",
1223
+ "locationName": "DomainName"
1224
+ },
1225
+ "MaintenanceId": {
1226
+ "location": "querystring",
1227
+ "locationName": "maintenanceId"
1228
+ }
1229
+ }
1230
+ },
1231
+ "output": {
1232
+ "type": "structure",
1233
+ "members": {
1234
+ "Status": {},
1235
+ "StatusMessage": {},
1236
+ "NodeId": {},
1237
+ "Action": {},
1238
+ "CreatedAt": {
1239
+ "type": "timestamp"
1240
+ },
1241
+ "UpdatedAt": {
1242
+ "type": "timestamp"
1243
+ }
1244
+ }
1245
+ }
1246
+ },
1209
1247
  "GetPackageVersionHistory": {
1210
1248
  "http": {
1211
1249
  "method": "GET",
@@ -1345,6 +1383,67 @@
1345
1383
  }
1346
1384
  }
1347
1385
  },
1386
+ "ListDomainMaintenances": {
1387
+ "http": {
1388
+ "method": "GET",
1389
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenances"
1390
+ },
1391
+ "input": {
1392
+ "type": "structure",
1393
+ "required": [
1394
+ "DomainName"
1395
+ ],
1396
+ "members": {
1397
+ "DomainName": {
1398
+ "location": "uri",
1399
+ "locationName": "DomainName"
1400
+ },
1401
+ "Action": {
1402
+ "location": "querystring",
1403
+ "locationName": "action"
1404
+ },
1405
+ "Status": {
1406
+ "location": "querystring",
1407
+ "locationName": "status"
1408
+ },
1409
+ "MaxResults": {
1410
+ "location": "querystring",
1411
+ "locationName": "maxResults",
1412
+ "type": "integer"
1413
+ },
1414
+ "NextToken": {
1415
+ "location": "querystring",
1416
+ "locationName": "nextToken"
1417
+ }
1418
+ }
1419
+ },
1420
+ "output": {
1421
+ "type": "structure",
1422
+ "members": {
1423
+ "DomainMaintenances": {
1424
+ "type": "list",
1425
+ "member": {
1426
+ "type": "structure",
1427
+ "members": {
1428
+ "MaintenanceId": {},
1429
+ "DomainName": {},
1430
+ "Action": {},
1431
+ "NodeId": {},
1432
+ "Status": {},
1433
+ "StatusMessage": {},
1434
+ "CreatedAt": {
1435
+ "type": "timestamp"
1436
+ },
1437
+ "UpdatedAt": {
1438
+ "type": "timestamp"
1439
+ }
1440
+ }
1441
+ }
1442
+ },
1443
+ "NextToken": {}
1444
+ }
1445
+ }
1446
+ },
1348
1447
  "ListDomainNames": {
1349
1448
  "http": {
1350
1449
  "method": "GET",
@@ -1405,7 +1504,7 @@
1405
1504
  "type": "structure",
1406
1505
  "members": {
1407
1506
  "DomainPackageDetailsList": {
1408
- "shape": "S98"
1507
+ "shape": "S9i"
1409
1508
  },
1410
1509
  "NextToken": {}
1411
1510
  }
@@ -1519,7 +1618,7 @@
1519
1618
  "type": "structure",
1520
1619
  "members": {
1521
1620
  "DomainPackageDetailsList": {
1522
- "shape": "S98"
1621
+ "shape": "S9i"
1523
1622
  },
1524
1623
  "NextToken": {}
1525
1624
  }
@@ -1557,7 +1656,7 @@
1557
1656
  "ScheduledActions": {
1558
1657
  "type": "list",
1559
1658
  "member": {
1560
- "shape": "S9l"
1659
+ "shape": "S9v"
1561
1660
  }
1562
1661
  },
1563
1662
  "NextToken": {}
@@ -1679,7 +1778,7 @@
1679
1778
  ],
1680
1779
  "members": {
1681
1780
  "VpcEndpointSummaryList": {
1682
- "shape": "S9z"
1781
+ "shape": "Sa9"
1683
1782
  },
1684
1783
  "NextToken": {}
1685
1784
  }
@@ -1714,7 +1813,7 @@
1714
1813
  ],
1715
1814
  "members": {
1716
1815
  "VpcEndpointSummaryList": {
1717
- "shape": "S9z"
1816
+ "shape": "Sa9"
1718
1817
  },
1719
1818
  "NextToken": {}
1720
1819
  }
@@ -1813,6 +1912,32 @@
1813
1912
  "members": {}
1814
1913
  }
1815
1914
  },
1915
+ "StartDomainMaintenance": {
1916
+ "http": {
1917
+ "requestUri": "/2021-01-01/opensearch/domain/{DomainName}/domainMaintenance"
1918
+ },
1919
+ "input": {
1920
+ "type": "structure",
1921
+ "required": [
1922
+ "DomainName",
1923
+ "Action"
1924
+ ],
1925
+ "members": {
1926
+ "DomainName": {
1927
+ "location": "uri",
1928
+ "locationName": "DomainName"
1929
+ },
1930
+ "Action": {},
1931
+ "NodeId": {}
1932
+ }
1933
+ },
1934
+ "output": {
1935
+ "type": "structure",
1936
+ "members": {
1937
+ "MaintenanceId": {}
1938
+ }
1939
+ }
1940
+ },
1816
1941
  "StartServiceSoftwareUpdate": {
1817
1942
  "http": {
1818
1943
  "requestUri": "/2021-01-01/opensearch/serviceSoftwareUpdate/start"
@@ -1978,7 +2103,7 @@
1978
2103
  "type": "structure",
1979
2104
  "members": {
1980
2105
  "ScheduledAction": {
1981
- "shape": "S9l"
2106
+ "shape": "S9v"
1982
2107
  }
1983
2108
  }
1984
2109
  }
@@ -3022,13 +3147,13 @@
3022
3147
  "type": "list",
3023
3148
  "member": {}
3024
3149
  },
3025
- "S98": {
3150
+ "S9i": {
3026
3151
  "type": "list",
3027
3152
  "member": {
3028
3153
  "shape": "Sn"
3029
3154
  }
3030
3155
  },
3031
- "S9l": {
3156
+ "S9v": {
3032
3157
  "type": "structure",
3033
3158
  "required": [
3034
3159
  "Id",
@@ -3054,7 +3179,7 @@
3054
3179
  }
3055
3180
  }
3056
3181
  },
3057
- "S9z": {
3182
+ "Sa9": {
3058
3183
  "type": "list",
3059
3184
  "member": {
3060
3185
  "shape": "S4a"
@@ -40,6 +40,11 @@
40
40
  "output_token": "NextToken",
41
41
  "limit_key": "MaxResults"
42
42
  },
43
+ "ListDomainMaintenances": {
44
+ "input_token": "NextToken",
45
+ "output_token": "NextToken",
46
+ "limit_key": "MaxResults"
47
+ },
43
48
  "ListDomainsForPackage": {
44
49
  "input_token": "NextToken",
45
50
  "output_token": "NextToken",