cdk-comprehend-s3olap 2.0.405 → 2.0.407

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 (119) 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/available-typed-arrays/.eslintrc +0 -4
  6. package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
  7. package/node_modules/available-typed-arrays/index.d.ts +17 -0
  8. package/node_modules/available-typed-arrays/index.js +4 -2
  9. package/node_modules/available-typed-arrays/package.json +23 -15
  10. package/node_modules/available-typed-arrays/tsconfig.json +49 -0
  11. package/node_modules/aws-sdk/README.md +1 -1
  12. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
  13. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +163 -81
  14. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
  15. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
  16. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
  17. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
  18. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
  19. package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
  20. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
  21. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
  22. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
  23. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
  24. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
  25. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
  26. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +852 -756
  27. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
  28. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  29. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
  30. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
  31. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +75 -72
  32. package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
  33. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
  34. package/node_modules/aws-sdk/clients/codepipeline.d.ts +102 -7
  35. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
  36. package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
  37. package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
  38. package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
  39. package/node_modules/aws-sdk/clients/es.d.ts +111 -0
  40. package/node_modules/aws-sdk/clients/glue.d.ts +8 -3
  41. package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
  42. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
  43. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
  44. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
  45. package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
  46. package/node_modules/aws-sdk/clients/quicksight.d.ts +130 -2
  47. package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
  48. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
  49. package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
  50. package/node_modules/aws-sdk/clients/workspaces.d.ts +16 -3
  51. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
  52. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
  53. package/node_modules/aws-sdk/dist/aws-sdk.js +243 -89
  54. package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
  55. package/node_modules/aws-sdk/lib/core.js +1 -1
  56. package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
  57. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  58. package/node_modules/aws-sdk/package.json +1 -1
  59. package/node_modules/call-bind/CHANGELOG.md +9 -0
  60. package/node_modules/call-bind/index.js +1 -1
  61. package/node_modules/call-bind/package.json +10 -6
  62. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  63. package/node_modules/define-data-property/index.js +2 -2
  64. package/node_modules/define-data-property/package.json +19 -18
  65. package/node_modules/define-data-property/test/index.js +7 -7
  66. package/node_modules/es-errors/.eslintrc +5 -0
  67. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  68. package/node_modules/es-errors/CHANGELOG.md +40 -0
  69. package/node_modules/es-errors/LICENSE +21 -0
  70. package/node_modules/es-errors/README.md +55 -0
  71. package/node_modules/es-errors/eval.d.ts +3 -0
  72. package/node_modules/es-errors/eval.js +4 -0
  73. package/node_modules/es-errors/index.d.ts +3 -0
  74. package/node_modules/es-errors/index.js +4 -0
  75. package/node_modules/es-errors/package.json +80 -0
  76. package/node_modules/es-errors/range.d.ts +3 -0
  77. package/node_modules/es-errors/range.js +4 -0
  78. package/node_modules/es-errors/ref.d.ts +3 -0
  79. package/node_modules/es-errors/ref.js +4 -0
  80. package/node_modules/es-errors/syntax.d.ts +3 -0
  81. package/node_modules/es-errors/syntax.js +4 -0
  82. package/node_modules/es-errors/test/index.js +19 -0
  83. package/node_modules/es-errors/tsconfig.json +49 -0
  84. package/node_modules/es-errors/type.d.ts +3 -0
  85. package/node_modules/es-errors/type.js +4 -0
  86. package/node_modules/es-errors/uri.d.ts +3 -0
  87. package/node_modules/es-errors/uri.js +4 -0
  88. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  89. package/node_modules/get-intrinsic/index.js +15 -7
  90. package/node_modules/get-intrinsic/package.json +12 -12
  91. package/node_modules/has-tostringtag/.eslintrc +0 -6
  92. package/node_modules/has-tostringtag/.nycrc +13 -0
  93. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  94. package/node_modules/has-tostringtag/index.d.ts +3 -0
  95. package/node_modules/has-tostringtag/index.js +1 -0
  96. package/node_modules/has-tostringtag/package.json +37 -13
  97. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  98. package/node_modules/has-tostringtag/shams.js +1 -0
  99. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  100. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  101. package/node_modules/has-tostringtag/test/tests.js +2 -1
  102. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  103. package/node_modules/is-typed-array/CHANGELOG.md +10 -0
  104. package/node_modules/is-typed-array/index.d.ts +16 -0
  105. package/node_modules/is-typed-array/index.js +1 -0
  106. package/node_modules/is-typed-array/package.json +18 -7
  107. package/node_modules/is-typed-array/test/index.js +9 -1
  108. package/node_modules/is-typed-array/tsconfig.json +49 -0
  109. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  110. package/node_modules/set-function-length/index.js +1 -1
  111. package/node_modules/set-function-length/package.json +7 -6
  112. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  113. package/node_modules/which-typed-array/index.d.ts +16 -0
  114. package/node_modules/which-typed-array/index.js +39 -18
  115. package/node_modules/which-typed-array/package.json +18 -7
  116. package/node_modules/which-typed-array/test/index.js +9 -1
  117. package/node_modules/which-typed-array/tsconfig.json +49 -0
  118. package/package.json +4 -4
  119. package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -1072,6 +1072,32 @@
1072
1072
  }
1073
1073
  }
1074
1074
  },
1075
+ "GetGraphqlApiEnvironmentVariables": {
1076
+ "http": {
1077
+ "method": "GET",
1078
+ "requestUri": "/v1/apis/{apiId}/environmentVariables"
1079
+ },
1080
+ "input": {
1081
+ "type": "structure",
1082
+ "required": [
1083
+ "apiId"
1084
+ ],
1085
+ "members": {
1086
+ "apiId": {
1087
+ "location": "uri",
1088
+ "locationName": "apiId"
1089
+ }
1090
+ }
1091
+ },
1092
+ "output": {
1093
+ "type": "structure",
1094
+ "members": {
1095
+ "environmentVariables": {
1096
+ "shape": "S4n"
1097
+ }
1098
+ }
1099
+ }
1100
+ },
1075
1101
  "GetIntrospectionSchema": {
1076
1102
  "http": {
1077
1103
  "method": "GET",
@@ -1461,7 +1487,7 @@
1461
1487
  "type": "structure",
1462
1488
  "members": {
1463
1489
  "resolvers": {
1464
- "shape": "S5h"
1490
+ "shape": "S5m"
1465
1491
  },
1466
1492
  "nextToken": {}
1467
1493
  }
@@ -1502,7 +1528,7 @@
1502
1528
  "type": "structure",
1503
1529
  "members": {
1504
1530
  "resolvers": {
1505
- "shape": "S5h"
1531
+ "shape": "S5m"
1506
1532
  },
1507
1533
  "nextToken": {}
1508
1534
  }
@@ -1617,7 +1643,7 @@
1617
1643
  "type": "structure",
1618
1644
  "members": {
1619
1645
  "types": {
1620
- "shape": "S5t"
1646
+ "shape": "S5y"
1621
1647
  },
1622
1648
  "nextToken": {}
1623
1649
  }
@@ -1663,12 +1689,42 @@
1663
1689
  "type": "structure",
1664
1690
  "members": {
1665
1691
  "types": {
1666
- "shape": "S5t"
1692
+ "shape": "S5y"
1667
1693
  },
1668
1694
  "nextToken": {}
1669
1695
  }
1670
1696
  }
1671
1697
  },
1698
+ "PutGraphqlApiEnvironmentVariables": {
1699
+ "http": {
1700
+ "method": "PUT",
1701
+ "requestUri": "/v1/apis/{apiId}/environmentVariables"
1702
+ },
1703
+ "input": {
1704
+ "type": "structure",
1705
+ "required": [
1706
+ "apiId",
1707
+ "environmentVariables"
1708
+ ],
1709
+ "members": {
1710
+ "apiId": {
1711
+ "location": "uri",
1712
+ "locationName": "apiId"
1713
+ },
1714
+ "environmentVariables": {
1715
+ "shape": "S4n"
1716
+ }
1717
+ }
1718
+ },
1719
+ "output": {
1720
+ "type": "structure",
1721
+ "members": {
1722
+ "environmentVariables": {
1723
+ "shape": "S4n"
1724
+ }
1725
+ }
1726
+ }
1727
+ },
1672
1728
  "StartDataSourceIntrospection": {
1673
1729
  "http": {
1674
1730
  "requestUri": "/v1/datasources/introspections"
@@ -2677,13 +2733,18 @@
2677
2733
  }
2678
2734
  }
2679
2735
  },
2680
- "S5h": {
2736
+ "S4n": {
2737
+ "type": "map",
2738
+ "key": {},
2739
+ "value": {}
2740
+ },
2741
+ "S5m": {
2681
2742
  "type": "list",
2682
2743
  "member": {
2683
2744
  "shape": "S2k"
2684
2745
  }
2685
2746
  },
2686
- "S5t": {
2747
+ "S5y": {
2687
2748
  "type": "list",
2688
2749
  "member": {
2689
2750
  "shape": "S2o"