cdk-comprehend-s3olap 2.0.322 → 2.0.324

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 (35) 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 +16 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +35 -34
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +503 -365
  9. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +16 -0
  10. package/node_modules/aws-sdk/apis/gamelift-2015-10-01.min.json +283 -227
  11. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +251 -49
  12. package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.paginators.json +12 -0
  13. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +359 -318
  14. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +40 -17
  15. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +353 -325
  16. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +228 -206
  17. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +187 -145
  18. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +3 -0
  19. package/node_modules/aws-sdk/clients/apprunner.d.ts +5 -0
  20. package/node_modules/aws-sdk/clients/connect.d.ts +248 -6
  21. package/node_modules/aws-sdk/clients/gamelift.d.ts +33 -22
  22. package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +254 -2
  23. package/node_modules/aws-sdk/clients/glue.d.ts +45 -0
  24. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +44 -11
  25. package/node_modules/aws-sdk/clients/quicksight.d.ts +41 -2
  26. package/node_modules/aws-sdk/clients/rds.d.ts +30 -0
  27. package/node_modules/aws-sdk/clients/redshift.d.ts +47 -0
  28. package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -0
  29. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  30. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
  31. package/node_modules/aws-sdk/dist/aws-sdk.js +1220 -946
  32. package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
  33. package/node_modules/aws-sdk/lib/core.js +1 -1
  34. package/node_modules/aws-sdk/package.json +1 -1
  35. package/package.json +3 -3
@@ -141,6 +141,10 @@
141
141
  "ListQueueQuickConnects": {
142
142
  "input_token": "NextToken",
143
143
  "limit_key": "MaxResults",
144
+ "non_aggregate_keys": [
145
+ "LastModifiedRegion",
146
+ "LastModifiedTime"
147
+ ],
144
148
  "output_token": "NextToken",
145
149
  "result_key": "QuickConnectSummaryList"
146
150
  },
@@ -159,6 +163,10 @@
159
163
  "ListRoutingProfileQueues": {
160
164
  "input_token": "NextToken",
161
165
  "limit_key": "MaxResults",
166
+ "non_aggregate_keys": [
167
+ "LastModifiedRegion",
168
+ "LastModifiedTime"
169
+ ],
162
170
  "output_token": "NextToken",
163
171
  "result_key": "RoutingProfileQueueConfigSummaryList"
164
172
  },
@@ -183,12 +191,20 @@
183
191
  "ListSecurityProfileApplications": {
184
192
  "input_token": "NextToken",
185
193
  "limit_key": "MaxResults",
194
+ "non_aggregate_keys": [
195
+ "LastModifiedRegion",
196
+ "LastModifiedTime"
197
+ ],
186
198
  "output_token": "NextToken",
187
199
  "result_key": "Applications"
188
200
  },
189
201
  "ListSecurityProfilePermissions": {
190
202
  "input_token": "NextToken",
191
203
  "limit_key": "MaxResults",
204
+ "non_aggregate_keys": [
205
+ "LastModifiedRegion",
206
+ "LastModifiedTime"
207
+ ],
192
208
  "output_token": "NextToken",
193
209
  "result_key": "Permissions"
194
210
  },