cdk-comprehend-s3olap 2.0.231 → 2.0.233

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 (33) hide show
  1. package/.jsii +4 -4
  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 +17 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +102 -56
  8. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +60 -16
  9. package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +37 -19
  11. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +12 -0
  12. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +220 -115
  13. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +354 -125
  14. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.paginators.json +5 -0
  15. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +680 -556
  16. package/node_modules/aws-sdk/clients/batch.d.ts +9 -9
  17. package/node_modules/aws-sdk/clients/budgets.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +290 -213
  19. package/node_modules/aws-sdk/clients/dms.d.ts +65 -1
  20. package/node_modules/aws-sdk/clients/glue.d.ts +2 -2
  21. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +49 -26
  22. package/node_modules/aws-sdk/clients/medialive.d.ts +16 -0
  23. package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/rds.d.ts +173 -8
  25. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +588 -274
  26. package/node_modules/aws-sdk/clients/sagemaker.d.ts +185 -8
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +10 -10
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +325 -174
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
  31. package/node_modules/aws-sdk/lib/core.js +1 -1
  32. package/node_modules/aws-sdk/package.json +1 -1
  33. package/package.json +5 -5
@@ -5,6 +5,11 @@
5
5
  "output_token": "nextToken",
6
6
  "limit_key": "maxResults"
7
7
  },
8
+ "ListAppAssessmentComplianceDrifts": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
+ },
8
13
  "ListAppAssessments": {
9
14
  "input_token": "nextToken",
10
15
  "output_token": "nextToken",