cdk-comprehend-s3olap 2.0.43 → 2.0.46

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 (41) 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 +19 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/account-2021-02-01.min.json +101 -0
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +117 -6
  9. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/docdb-2014-10-31.min.json +11 -0
  11. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +249 -94
  12. package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +33 -12
  13. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +260 -59
  14. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +6 -0
  15. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +73 -72
  16. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +50 -3
  17. package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +54 -29
  18. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +91 -48
  19. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +143 -119
  20. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +2 -1
  21. package/node_modules/aws-sdk/clients/account.d.ts +104 -6
  22. package/node_modules/aws-sdk/clients/athena.d.ts +127 -0
  23. package/node_modules/aws-sdk/clients/cloudwatch.d.ts +40 -1
  24. package/node_modules/aws-sdk/clients/dms.d.ts +2 -2
  25. package/node_modules/aws-sdk/clients/docdb.d.ts +20 -0
  26. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  27. package/node_modules/aws-sdk/clients/frauddetector.d.ts +176 -5
  28. package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +49 -0
  29. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +192 -0
  30. package/node_modules/aws-sdk/clients/kendra.d.ts +12 -7
  31. package/node_modules/aws-sdk/clients/medialive.d.ts +37 -0
  32. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +53 -2
  33. package/node_modules/aws-sdk/clients/rds.d.ts +137 -87
  34. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +2 -2
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +322 -157
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -93
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/package.json +1 -1
  41. package/package.json +3 -3
@@ -24,7 +24,7 @@
24
24
  "shape": "S2"
25
25
  },
26
26
  "tags": {
27
- "shape": "S9"
27
+ "shape": "Sb"
28
28
  }
29
29
  }
30
30
  },
@@ -125,7 +125,7 @@
125
125
  "type": "timestamp"
126
126
  },
127
127
  "tags": {
128
- "shape": "S9"
128
+ "shape": "Sb"
129
129
  }
130
130
  }
131
131
  }
@@ -160,7 +160,7 @@
160
160
  "suiteRunId": {},
161
161
  "suiteRunArn": {},
162
162
  "suiteRunConfiguration": {
163
- "shape": "Sp"
163
+ "shape": "Sr"
164
164
  },
165
165
  "testResult": {
166
166
  "type": "structure",
@@ -189,7 +189,20 @@
189
189
  },
190
190
  "logUrl": {},
191
191
  "warnings": {},
192
- "failure": {}
192
+ "failure": {},
193
+ "testScenarios": {
194
+ "type": "list",
195
+ "member": {
196
+ "type": "structure",
197
+ "members": {
198
+ "testCaseScenarioId": {},
199
+ "testCaseScenarioType": {},
200
+ "status": {},
201
+ "failure": {},
202
+ "systemMessage": {}
203
+ }
204
+ }
205
+ }
193
206
  }
194
207
  }
195
208
  }
@@ -207,7 +220,7 @@
207
220
  "status": {},
208
221
  "errorReason": {},
209
222
  "tags": {
210
- "shape": "S9"
223
+ "shape": "Sb"
211
224
  }
212
225
  }
213
226
  }
@@ -276,6 +289,10 @@
276
289
  "intendedForQualification": {
277
290
  "type": "boolean"
278
291
  },
292
+ "isLongDurationTest": {
293
+ "type": "boolean"
294
+ },
295
+ "protocol": {},
279
296
  "createdAt": {
280
297
  "type": "timestamp"
281
298
  }
@@ -369,7 +386,7 @@
369
386
  "type": "structure",
370
387
  "members": {
371
388
  "tags": {
372
- "shape": "S9"
389
+ "shape": "Sb"
373
390
  }
374
391
  }
375
392
  }
@@ -390,10 +407,10 @@
390
407
  },
391
408
  "suiteDefinitionVersion": {},
392
409
  "suiteRunConfiguration": {
393
- "shape": "Sp"
410
+ "shape": "Sr"
394
411
  },
395
412
  "tags": {
396
- "shape": "S9"
413
+ "shape": "Sb"
397
414
  }
398
415
  }
399
416
  },
@@ -450,7 +467,7 @@
450
467
  "locationName": "resourceArn"
451
468
  },
452
469
  "tags": {
453
- "shape": "S9"
470
+ "shape": "Sb"
454
471
  }
455
472
  }
456
473
  },
@@ -536,8 +553,12 @@
536
553
  "intendedForQualification": {
537
554
  "type": "boolean"
538
555
  },
556
+ "isLongDurationTest": {
557
+ "type": "boolean"
558
+ },
539
559
  "rootGroup": {},
540
- "devicePermissionRoleArn": {}
560
+ "devicePermissionRoleArn": {},
561
+ "protocol": {}
541
562
  }
542
563
  },
543
564
  "S4": {
@@ -553,12 +574,12 @@
553
574
  "certificateArn": {}
554
575
  }
555
576
  },
556
- "S9": {
577
+ "Sb": {
557
578
  "type": "map",
558
579
  "key": {},
559
580
  "value": {}
560
581
  },
561
- "Sp": {
582
+ "Sr": {
562
583
  "type": "structure",
563
584
  "members": {
564
585
  "primaryDevice": {