cdk-comprehend-s3olap 2.0.175 → 2.0.176

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 (30) 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 +12 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +29 -12
  8. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +714 -214
  9. package/node_modules/aws-sdk/apis/iot-2015-05-28.paginators.json +12 -0
  10. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +1496 -286
  11. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +20 -0
  12. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +625 -594
  13. package/node_modules/aws-sdk/apis/signer-2017-08-25.min.json +105 -16
  14. package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +120 -31
  15. package/node_modules/aws-sdk/clients/connect.d.ts +3 -3
  16. package/node_modules/aws-sdk/clients/emr.d.ts +2 -2
  17. package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
  18. package/node_modules/aws-sdk/clients/inspector2.d.ts +20 -1
  19. package/node_modules/aws-sdk/clients/iot.d.ts +500 -3
  20. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +1516 -127
  21. package/node_modules/aws-sdk/clients/quicksight.d.ts +50 -14
  22. package/node_modules/aws-sdk/clients/signer.d.ts +90 -5
  23. package/node_modules/aws-sdk/clients/sqs.d.ts +151 -39
  24. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  25. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +9 -9
  26. package/node_modules/aws-sdk/dist/aws-sdk.js +849 -248
  27. package/node_modules/aws-sdk/dist/aws-sdk.min.js +48 -48
  28. package/node_modules/aws-sdk/lib/core.js +1 -1
  29. package/node_modules/aws-sdk/package.json +1 -1
  30. package/package.json +3 -3
@@ -174,6 +174,18 @@
174
174
  "output_token": "nextMarker",
175
175
  "result_key": "outgoingCertificates"
176
176
  },
177
+ "ListPackageVersions": {
178
+ "input_token": "nextToken",
179
+ "limit_key": "maxResults",
180
+ "output_token": "nextToken",
181
+ "result_key": "packageVersionSummaries"
182
+ },
183
+ "ListPackages": {
184
+ "input_token": "nextToken",
185
+ "limit_key": "maxResults",
186
+ "output_token": "nextToken",
187
+ "result_key": "packageSummaries"
188
+ },
177
189
  "ListPolicies": {
178
190
  "input_token": "marker",
179
191
  "limit_key": "pageSize",