cdk-comprehend-s3olap 2.0.63 → 2.0.66

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 (45) hide show
  1. package/.jsii +5 -5
  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 +16 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +176 -20
  8. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.min.json +522 -0
  10. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.paginators.json +14 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +265 -136
  12. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +15 -9
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +627 -623
  15. package/node_modules/aws-sdk/apis/metadata.json +6 -0
  16. package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +19 -2
  17. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.examples.json +5 -0
  18. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +1058 -0
  19. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.paginators.json +34 -0
  20. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  21. package/node_modules/aws-sdk/clients/all.js +3 -1
  22. package/node_modules/aws-sdk/clients/amp.d.ts +128 -0
  23. package/node_modules/aws-sdk/clients/backupstorage.d.ts +469 -0
  24. package/node_modules/aws-sdk/clients/backupstorage.js +18 -0
  25. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +178 -0
  26. package/node_modules/aws-sdk/clients/dlm.d.ts +30 -25
  27. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -0
  28. package/node_modules/aws-sdk/clients/ivs.d.ts +31 -31
  29. package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +30 -1
  30. package/node_modules/aws-sdk/clients/privatenetworks.d.ts +1092 -0
  31. package/node_modules/aws-sdk/clients/privatenetworks.js +18 -0
  32. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  33. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  34. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +84 -10
  35. package/node_modules/aws-sdk/dist/aws-sdk.js +655 -628
  36. package/node_modules/aws-sdk/dist/aws-sdk.min.js +65 -65
  37. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  38. package/node_modules/aws-sdk/lib/core.js +1 -1
  39. package/node_modules/aws-sdk/package.json +1 -1
  40. package/node_modules/esbuild/install.js +4 -4
  41. package/node_modules/esbuild/lib/main.js +7 -7
  42. package/node_modules/esbuild/package.json +22 -22
  43. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  44. package/node_modules/esbuild-linux-64/package.json +1 -1
  45. package/package.json +10 -10
@@ -1180,5 +1180,11 @@
1180
1180
  "licensemanagerusersubscriptions": {
1181
1181
  "prefix": "license-manager-user-subscriptions",
1182
1182
  "name": "LicenseManagerUserSubscriptions"
1183
+ },
1184
+ "backupstorage": {
1185
+ "name": "BackupStorage"
1186
+ },
1187
+ "privatenetworks": {
1188
+ "name": "PrivateNetworks"
1183
1189
  }
1184
1190
  }
@@ -70,7 +70,23 @@
70
70
  "filterValues": {
71
71
  "shape": "S9"
72
72
  },
73
- "recommenderArn": {}
73
+ "recommenderArn": {},
74
+ "promotions": {
75
+ "type": "list",
76
+ "member": {
77
+ "type": "structure",
78
+ "members": {
79
+ "name": {},
80
+ "percentPromotedItems": {
81
+ "type": "integer"
82
+ },
83
+ "filterArn": {},
84
+ "filterValues": {
85
+ "shape": "S9"
86
+ }
87
+ }
88
+ }
89
+ }
74
90
  }
75
91
  },
76
92
  "output": {
@@ -110,7 +126,8 @@
110
126
  "itemId": {},
111
127
  "score": {
112
128
  "type": "double"
113
- }
129
+ },
130
+ "promotionName": {}
114
131
  }
115
132
  }
116
133
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }