cdk-comprehend-s3olap 2.0.173 → 2.0.175

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 (27) 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/cloudformation-2010-05-15.min.json +164 -127
  8. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +6 -0
  9. package/node_modules/aws-sdk/apis/finspace-2021-03-12.min.json +1401 -17
  10. package/node_modules/aws-sdk/apis/finspace-2021-03-12.paginators.json +21 -0
  11. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +60 -34
  12. package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +117 -9
  13. package/node_modules/aws-sdk/clients/cloudformation.d.ts +124 -61
  14. package/node_modules/aws-sdk/clients/ec2.d.ts +2 -2
  15. package/node_modules/aws-sdk/clients/finspace.d.ts +1904 -127
  16. package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
  17. package/node_modules/aws-sdk/clients/keyspaces.d.ts +34 -1
  18. package/node_modules/aws-sdk/clients/kms.d.ts +20 -20
  19. package/node_modules/aws-sdk/clients/lambda.d.ts +10 -10
  20. package/node_modules/aws-sdk/clients/mwaa.d.ts +5 -5
  21. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  22. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +6 -6
  23. package/node_modules/aws-sdk/dist/aws-sdk.js +173 -130
  24. package/node_modules/aws-sdk/dist/aws-sdk.min.js +97 -97
  25. package/node_modules/aws-sdk/lib/core.js +1 -1
  26. package/node_modules/aws-sdk/package.json +1 -1
  27. package/package.json +2 -2
@@ -6977,6 +6977,9 @@
6977
6977
  "DeregisterInstanceEventNotificationAttributes": {
6978
6978
  "input": {
6979
6979
  "type": "structure",
6980
+ "required": [
6981
+ "InstanceTagAttribute"
6982
+ ],
6980
6983
  "members": {
6981
6984
  "DryRun": {
6982
6985
  "type": "boolean"
@@ -22293,6 +22296,9 @@
22293
22296
  "RegisterInstanceEventNotificationAttributes": {
22294
22297
  "input": {
22295
22298
  "type": "structure",
22299
+ "required": [
22300
+ "InstanceTagAttribute"
22301
+ ],
22296
22302
  "members": {
22297
22303
  "DryRun": {
22298
22304
  "type": "boolean"