cdk-comprehend-s3olap 2.0.88 → 2.0.91

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 (50) 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 +26 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +81 -8
  8. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.paginators.json +5 -0
  9. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
  10. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
  11. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
  12. package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
  13. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4 -0
  14. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
  15. package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
  16. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
  17. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
  18. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
  19. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +217 -122
  20. package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +64 -40
  21. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +705 -695
  22. package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
  23. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +3 -0
  24. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +108 -6
  25. package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
  26. package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
  27. package/node_modules/aws-sdk/clients/ec2.d.ts +48 -40
  28. package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
  29. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
  30. package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
  31. package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
  32. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
  33. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +90 -2
  34. package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +25 -3
  35. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
  36. package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
  37. package/node_modules/aws-sdk/clients/redshift.d.ts +15 -15
  38. package/node_modules/aws-sdk/clients/route53.d.ts +2 -2
  39. package/node_modules/aws-sdk/clients/sagemaker.d.ts +23 -3
  40. package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
  41. package/node_modules/aws-sdk/clients/ssm.d.ts +10 -6
  42. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  43. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +759 -752
  44. package/node_modules/aws-sdk/dist/aws-sdk.js +202 -61
  45. package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
  46. package/node_modules/aws-sdk/lib/core.js +1 -1
  47. package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
  48. package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
  49. package/node_modules/aws-sdk/package.json +1 -1
  50. package/package.json +6 -6
@@ -143,7 +143,7 @@
143
143
  "shape": "S11"
144
144
  },
145
145
  "requestAttributes": {
146
- "shape": "S1d"
146
+ "shape": "S1e"
147
147
  },
148
148
  "responseContentType": {
149
149
  "location": "header",
@@ -175,7 +175,7 @@
175
175
  "locationName": "x-amz-lex-session-id"
176
176
  },
177
177
  "audioStream": {
178
- "shape": "S1p"
178
+ "shape": "S1q"
179
179
  }
180
180
  },
181
181
  "payload": "audioStream"
@@ -218,7 +218,7 @@
218
218
  "shape": "S11"
219
219
  },
220
220
  "requestAttributes": {
221
- "shape": "S1d"
221
+ "shape": "S1e"
222
222
  }
223
223
  }
224
224
  },
@@ -235,7 +235,7 @@
235
235
  "shape": "Sl"
236
236
  },
237
237
  "requestAttributes": {
238
- "shape": "S1d"
238
+ "shape": "S1e"
239
239
  },
240
240
  "sessionId": {}
241
241
  }
@@ -272,12 +272,12 @@
272
272
  "locationName": "sessionId"
273
273
  },
274
274
  "sessionState": {
275
- "shape": "S1t",
275
+ "shape": "S1u",
276
276
  "location": "header",
277
277
  "locationName": "x-amz-lex-session-state"
278
278
  },
279
279
  "requestAttributes": {
280
- "shape": "S1t",
280
+ "shape": "S1u",
281
281
  "location": "header",
282
282
  "locationName": "x-amz-lex-request-attributes"
283
283
  },
@@ -290,7 +290,7 @@
290
290
  "locationName": "Response-Content-Type"
291
291
  },
292
292
  "inputStream": {
293
- "shape": "S1p"
293
+ "shape": "S1q"
294
294
  }
295
295
  },
296
296
  "payload": "inputStream"
@@ -331,7 +331,7 @@
331
331
  "locationName": "x-amz-lex-input-transcript"
332
332
  },
333
333
  "audioStream": {
334
- "shape": "S1p"
334
+ "shape": "S1q"
335
335
  }
336
336
  },
337
337
  "payload": "audioStream"
@@ -434,16 +434,19 @@
434
434
  "members": {
435
435
  "name": {},
436
436
  "slots": {
437
- "type": "map",
438
- "key": {},
439
- "value": {
440
- "shape": "Su"
441
- }
437
+ "shape": "St"
442
438
  },
443
439
  "state": {},
444
440
  "confirmationState": {}
445
441
  }
446
442
  },
443
+ "St": {
444
+ "type": "map",
445
+ "key": {},
446
+ "value": {
447
+ "shape": "Su"
448
+ }
449
+ },
447
450
  "Su": {
448
451
  "type": "structure",
449
452
  "members": {
@@ -467,6 +470,9 @@
467
470
  "member": {
468
471
  "shape": "Su"
469
472
  }
473
+ },
474
+ "subSlots": {
475
+ "shape": "St"
470
476
  }
471
477
  }
472
478
  },
@@ -481,7 +487,10 @@
481
487
  "members": {
482
488
  "type": {},
483
489
  "slotToElicit": {},
484
- "slotElicitationStyle": {}
490
+ "slotElicitationStyle": {},
491
+ "subSlotToElicit": {
492
+ "shape": "S15"
493
+ }
485
494
  }
486
495
  },
487
496
  "intent": {
@@ -524,7 +533,7 @@
524
533
  }
525
534
  },
526
535
  "sessionAttributes": {
527
- "shape": "S1d"
536
+ "shape": "S1e"
528
537
  },
529
538
  "originatingRequestId": {},
530
539
  "runtimeHints": {
@@ -534,44 +543,59 @@
534
543
  "type": "map",
535
544
  "key": {},
536
545
  "value": {
537
- "type": "map",
538
- "key": {},
539
- "value": {
540
- "type": "structure",
541
- "required": [
542
- "runtimeHintValues"
543
- ],
544
- "members": {
545
- "runtimeHintValues": {
546
- "type": "list",
547
- "member": {
548
- "type": "structure",
549
- "required": [
550
- "phrase"
551
- ],
552
- "members": {
553
- "phrase": {}
554
- }
555
- }
556
- }
557
- }
558
- }
546
+ "shape": "S1j"
559
547
  }
560
548
  }
561
549
  }
562
550
  }
563
551
  }
564
552
  },
565
- "S1d": {
553
+ "S15": {
554
+ "type": "structure",
555
+ "required": [
556
+ "name"
557
+ ],
558
+ "members": {
559
+ "name": {},
560
+ "subSlotToElicit": {
561
+ "shape": "S15"
562
+ }
563
+ }
564
+ },
565
+ "S1e": {
566
566
  "type": "map",
567
567
  "key": {},
568
568
  "value": {}
569
569
  },
570
- "S1p": {
570
+ "S1j": {
571
+ "type": "map",
572
+ "key": {},
573
+ "value": {
574
+ "type": "structure",
575
+ "members": {
576
+ "runtimeHintValues": {
577
+ "type": "list",
578
+ "member": {
579
+ "type": "structure",
580
+ "required": [
581
+ "phrase"
582
+ ],
583
+ "members": {
584
+ "phrase": {}
585
+ }
586
+ }
587
+ },
588
+ "subSlotHints": {
589
+ "shape": "S1j"
590
+ }
591
+ }
592
+ }
593
+ },
594
+ "S1q": {
571
595
  "type": "blob",
572
596
  "streaming": true
573
597
  },
574
- "S1t": {
598
+ "S1u": {
575
599
  "type": "string",
576
600
  "sensitive": true
577
601
  }