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
@@ -1206,6 +1206,9 @@
1206
1206
  "Tags": {
1207
1207
  "shape": "Sez",
1208
1208
  "locationName": "tags"
1209
+ },
1210
+ "AvailabilityZone": {
1211
+ "locationName": "availabilityZone"
1209
1212
  }
1210
1213
  }
1211
1214
  }
@@ -1916,6 +1919,9 @@
1916
1919
  "Tags": {
1917
1920
  "shape": "Sez",
1918
1921
  "locationName": "tags"
1922
+ },
1923
+ "AvailabilityZone": {
1924
+ "locationName": "availabilityZone"
1919
1925
  }
1920
1926
  }
1921
1927
  }
@@ -2998,6 +3004,9 @@
2998
3004
  "UhdDeviceSettings": {
2999
3005
  "shape": "Skz",
3000
3006
  "locationName": "uhdDeviceSettings"
3007
+ },
3008
+ "AvailabilityZone": {
3009
+ "locationName": "availabilityZone"
3001
3010
  }
3002
3011
  },
3003
3012
  "required": [
@@ -3049,6 +3058,9 @@
3049
3058
  "Tags": {
3050
3059
  "shape": "Sez",
3051
3060
  "locationName": "tags"
3061
+ },
3062
+ "AvailabilityZone": {
3063
+ "locationName": "availabilityZone"
3052
3064
  }
3053
3065
  }
3054
3066
  }