cdk-comprehend-s3olap 2.0.89 → 2.0.92

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 (34) 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/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/ec2-2016-11-15.min.json +4 -0
  10. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
  11. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
  12. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
  13. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +217 -122
  14. package/node_modules/aws-sdk/apis/runtime.lex.v2-2020-08-07.min.json +64 -40
  15. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +696 -695
  16. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +3 -0
  17. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +108 -6
  18. package/node_modules/aws-sdk/clients/ec2.d.ts +47 -39
  19. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
  20. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +90 -2
  21. package/node_modules/aws-sdk/clients/lexruntimev2.d.ts +25 -3
  22. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
  23. package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
  24. package/node_modules/aws-sdk/clients/redshift.d.ts +15 -15
  25. package/node_modules/aws-sdk/clients/route53.d.ts +2 -2
  26. package/node_modules/aws-sdk/clients/sagemaker.d.ts +10 -5
  27. package/node_modules/aws-sdk/clients/ssm.d.ts +10 -6
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +11 -11
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +160 -51
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +82 -82
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +4 -4
@@ -533,6 +533,9 @@
533
533
  },
534
534
  "multipleValuesSetting": {
535
535
  "shape": "S4r"
536
+ },
537
+ "subSlotSetting": {
538
+ "shape": "S4s"
536
539
  }
537
540
  }
538
541
  },
@@ -558,6 +561,9 @@
558
561
  },
559
562
  "multipleValuesSetting": {
560
563
  "shape": "S4r"
564
+ },
565
+ "subSlotSetting": {
566
+ "shape": "S4s"
561
567
  }
562
568
  }
563
569
  }
@@ -580,10 +586,10 @@
580
586
  "slotTypeName": {},
581
587
  "description": {},
582
588
  "slotTypeValues": {
583
- "shape": "S4u"
589
+ "shape": "S4z"
584
590
  },
585
591
  "valueSelectionSetting": {
586
- "shape": "S4z"
592
+ "shape": "S54"
587
593
  },
588
594
  "parentSlotTypeSignature": {},
589
595
  "botId": {
@@ -599,7 +605,10 @@
599
605
  "locationName": "localeId"
600
606
  },
601
607
  "externalSourceSetting": {
602
- "shape": "S56"
608
+ "shape": "S5b"
609
+ },
610
+ "compositeSlotTypeSetting": {
611
+ "shape": "S5g"
603
612
  }
604
613
  }
605
614
  },
@@ -610,10 +619,10 @@
610
619
  "slotTypeName": {},
611
620
  "description": {},
612
621
  "slotTypeValues": {
613
- "shape": "S4u"
622
+ "shape": "S4z"
614
623
  },
615
624
  "valueSelectionSetting": {
616
- "shape": "S4z"
625
+ "shape": "S54"
617
626
  },
618
627
  "parentSlotTypeSignature": {},
619
628
  "botId": {},
@@ -623,7 +632,10 @@
623
632
  "type": "timestamp"
624
633
  },
625
634
  "externalSourceSetting": {
626
- "shape": "S56"
635
+ "shape": "S5b"
636
+ },
637
+ "compositeSlotTypeSetting": {
638
+ "shape": "S5g"
627
639
  }
628
640
  }
629
641
  }
@@ -1242,7 +1254,7 @@
1242
1254
  },
1243
1255
  "botLocaleStatus": {},
1244
1256
  "failureReasons": {
1245
- "shape": "S6f"
1257
+ "shape": "S6n"
1246
1258
  },
1247
1259
  "creationDateTime": {
1248
1260
  "type": "timestamp"
@@ -1270,7 +1282,7 @@
1270
1282
  }
1271
1283
  },
1272
1284
  "recommendedActions": {
1273
- "shape": "S6k"
1285
+ "shape": "S6s"
1274
1286
  }
1275
1287
  }
1276
1288
  }
@@ -1317,7 +1329,7 @@
1317
1329
  "botRecommendationStatus": {},
1318
1330
  "botRecommendationId": {},
1319
1331
  "failureReasons": {
1320
- "shape": "S6f"
1332
+ "shape": "S6n"
1321
1333
  },
1322
1334
  "creationDateTime": {
1323
1335
  "type": "timestamp"
@@ -1326,10 +1338,10 @@
1326
1338
  "type": "timestamp"
1327
1339
  },
1328
1340
  "transcriptSourceSetting": {
1329
- "shape": "S6p"
1341
+ "shape": "S6x"
1330
1342
  },
1331
1343
  "encryptionSetting": {
1332
- "shape": "S6y"
1344
+ "shape": "S76"
1333
1345
  },
1334
1346
  "botRecommendationResults": {
1335
1347
  "type": "structure",
@@ -1401,7 +1413,7 @@
1401
1413
  },
1402
1414
  "botStatus": {},
1403
1415
  "failureReasons": {
1404
- "shape": "S6f"
1416
+ "shape": "S6n"
1405
1417
  },
1406
1418
  "creationDateTime": {
1407
1419
  "type": "timestamp"
@@ -1481,7 +1493,7 @@
1481
1493
  "fileFormat": {},
1482
1494
  "exportStatus": {},
1483
1495
  "failureReasons": {
1484
- "shape": "S6f"
1496
+ "shape": "S6n"
1485
1497
  },
1486
1498
  "downloadUrl": {},
1487
1499
  "creationDateTime": {
@@ -1516,14 +1528,14 @@
1516
1528
  "members": {
1517
1529
  "importId": {},
1518
1530
  "resourceSpecification": {
1519
- "shape": "S7d"
1531
+ "shape": "S7l"
1520
1532
  },
1521
1533
  "importedResourceId": {},
1522
1534
  "importedResourceName": {},
1523
1535
  "mergeStrategy": {},
1524
1536
  "importStatus": {},
1525
1537
  "failureReasons": {
1526
- "shape": "S6f"
1538
+ "shape": "S6n"
1527
1539
  },
1528
1540
  "creationDateTime": {
1529
1541
  "type": "timestamp"
@@ -1584,7 +1596,7 @@
1584
1596
  "shape": "S21"
1585
1597
  },
1586
1598
  "slotPriorities": {
1587
- "shape": "S7l"
1599
+ "shape": "S7t"
1588
1600
  },
1589
1601
  "intentConfirmationSetting": {
1590
1602
  "shape": "S3a"
@@ -1706,6 +1718,9 @@
1706
1718
  },
1707
1719
  "multipleValuesSetting": {
1708
1720
  "shape": "S4r"
1721
+ },
1722
+ "subSlotSetting": {
1723
+ "shape": "S4s"
1709
1724
  }
1710
1725
  }
1711
1726
  }
@@ -1750,10 +1765,10 @@
1750
1765
  "slotTypeName": {},
1751
1766
  "description": {},
1752
1767
  "slotTypeValues": {
1753
- "shape": "S4u"
1768
+ "shape": "S4z"
1754
1769
  },
1755
1770
  "valueSelectionSetting": {
1756
- "shape": "S4z"
1771
+ "shape": "S54"
1757
1772
  },
1758
1773
  "parentSlotTypeSignature": {},
1759
1774
  "botId": {},
@@ -1766,7 +1781,10 @@
1766
1781
  "type": "timestamp"
1767
1782
  },
1768
1783
  "externalSourceSetting": {
1769
- "shape": "S56"
1784
+ "shape": "S5b"
1785
+ },
1786
+ "compositeSlotTypeSetting": {
1787
+ "shape": "S5g"
1770
1788
  }
1771
1789
  }
1772
1790
  }
@@ -1792,7 +1810,7 @@
1792
1810
  "botVersion": {},
1793
1811
  "localeId": {},
1794
1812
  "aggregationDuration": {
1795
- "shape": "S7v"
1813
+ "shape": "S83"
1796
1814
  },
1797
1815
  "sortBy": {
1798
1816
  "type": "structure",
@@ -1817,7 +1835,7 @@
1817
1835
  "members": {
1818
1836
  "name": {},
1819
1837
  "values": {
1820
- "shape": "S85"
1838
+ "shape": "S8d"
1821
1839
  },
1822
1840
  "operator": {}
1823
1841
  }
@@ -1837,7 +1855,7 @@
1837
1855
  "botVersion": {},
1838
1856
  "localeId": {},
1839
1857
  "aggregationDuration": {
1840
- "shape": "S7v"
1858
+ "shape": "S83"
1841
1859
  },
1842
1860
  "aggregationWindowStartTime": {
1843
1861
  "type": "timestamp"
@@ -1967,7 +1985,7 @@
1967
1985
  "members": {
1968
1986
  "name": {},
1969
1987
  "values": {
1970
- "shape": "S85"
1988
+ "shape": "S8d"
1971
1989
  },
1972
1990
  "operator": {}
1973
1991
  }
@@ -2153,7 +2171,7 @@
2153
2171
  "members": {
2154
2172
  "name": {},
2155
2173
  "values": {
2156
- "shape": "S85"
2174
+ "shape": "S8d"
2157
2175
  },
2158
2176
  "operator": {}
2159
2177
  }
@@ -2321,7 +2339,7 @@
2321
2339
  "members": {
2322
2340
  "name": {},
2323
2341
  "values": {
2324
- "shape": "S85"
2342
+ "shape": "S8d"
2325
2343
  },
2326
2344
  "operator": {}
2327
2345
  }
@@ -2397,7 +2415,7 @@
2397
2415
  "members": {
2398
2416
  "name": {},
2399
2417
  "values": {
2400
- "shape": "S85"
2418
+ "shape": "S8d"
2401
2419
  },
2402
2420
  "operator": {}
2403
2421
  }
@@ -2488,7 +2506,7 @@
2488
2506
  "members": {
2489
2507
  "name": {},
2490
2508
  "values": {
2491
- "shape": "S85"
2509
+ "shape": "S8d"
2492
2510
  },
2493
2511
  "operator": {}
2494
2512
  }
@@ -2639,7 +2657,7 @@
2639
2657
  "members": {
2640
2658
  "name": {},
2641
2659
  "values": {
2642
- "shape": "S85"
2660
+ "shape": "S8d"
2643
2661
  },
2644
2662
  "operator": {}
2645
2663
  }
@@ -2730,7 +2748,7 @@
2730
2748
  "members": {
2731
2749
  "name": {},
2732
2750
  "values": {
2733
- "shape": "S85"
2751
+ "shape": "S8d"
2734
2752
  },
2735
2753
  "operator": {}
2736
2754
  }
@@ -2842,7 +2860,7 @@
2842
2860
  "members": {
2843
2861
  "name": {},
2844
2862
  "values": {
2845
- "shape": "S85"
2863
+ "shape": "S8d"
2846
2864
  }
2847
2865
  }
2848
2866
  }
@@ -2908,10 +2926,10 @@
2908
2926
  "locationName": "localeId"
2909
2927
  },
2910
2928
  "transcriptSourceSetting": {
2911
- "shape": "S6p"
2929
+ "shape": "S6x"
2912
2930
  },
2913
2931
  "encryptionSetting": {
2914
- "shape": "S6y"
2932
+ "shape": "S76"
2915
2933
  }
2916
2934
  }
2917
2935
  },
@@ -2927,10 +2945,10 @@
2927
2945
  "type": "timestamp"
2928
2946
  },
2929
2947
  "transcriptSourceSetting": {
2930
- "shape": "S6p"
2948
+ "shape": "S6x"
2931
2949
  },
2932
2950
  "encryptionSetting": {
2933
- "shape": "S6y"
2951
+ "shape": "S76"
2934
2952
  }
2935
2953
  }
2936
2954
  }
@@ -2951,7 +2969,7 @@
2951
2969
  "members": {
2952
2970
  "importId": {},
2953
2971
  "resourceSpecification": {
2954
- "shape": "S7d"
2972
+ "shape": "S7l"
2955
2973
  },
2956
2974
  "mergeStrategy": {},
2957
2975
  "filePassword": {
@@ -2964,7 +2982,7 @@
2964
2982
  "members": {
2965
2983
  "importId": {},
2966
2984
  "resourceSpecification": {
2967
- "shape": "S7d"
2985
+ "shape": "S7l"
2968
2986
  },
2969
2987
  "mergeStrategy": {},
2970
2988
  "importStatus": {},
@@ -3243,7 +3261,7 @@
3243
3261
  },
3244
3262
  "botLocaleStatus": {},
3245
3263
  "failureReasons": {
3246
- "shape": "S6f"
3264
+ "shape": "S6n"
3247
3265
  },
3248
3266
  "creationDateTime": {
3249
3267
  "type": "timestamp"
@@ -3252,7 +3270,7 @@
3252
3270
  "type": "timestamp"
3253
3271
  },
3254
3272
  "recommendedActions": {
3255
- "shape": "S6k"
3273
+ "shape": "S6s"
3256
3274
  }
3257
3275
  }
3258
3276
  }
@@ -3290,7 +3308,7 @@
3290
3308
  "locationName": "botRecommendationId"
3291
3309
  },
3292
3310
  "encryptionSetting": {
3293
- "shape": "S6y"
3311
+ "shape": "S76"
3294
3312
  }
3295
3313
  }
3296
3314
  },
@@ -3309,10 +3327,10 @@
3309
3327
  "type": "timestamp"
3310
3328
  },
3311
3329
  "transcriptSourceSetting": {
3312
- "shape": "S6p"
3330
+ "shape": "S6x"
3313
3331
  },
3314
3332
  "encryptionSetting": {
3315
- "shape": "S6y"
3333
+ "shape": "S76"
3316
3334
  }
3317
3335
  }
3318
3336
  }
@@ -3389,7 +3407,7 @@
3389
3407
  "shape": "S21"
3390
3408
  },
3391
3409
  "slotPriorities": {
3392
- "shape": "S7l"
3410
+ "shape": "S7t"
3393
3411
  },
3394
3412
  "intentConfirmationSetting": {
3395
3413
  "shape": "S3a"
@@ -3440,7 +3458,7 @@
3440
3458
  "shape": "S21"
3441
3459
  },
3442
3460
  "slotPriorities": {
3443
- "shape": "S7l"
3461
+ "shape": "S7t"
3444
3462
  },
3445
3463
  "intentConfirmationSetting": {
3446
3464
  "shape": "S3a"
@@ -3553,6 +3571,9 @@
3553
3571
  },
3554
3572
  "multipleValuesSetting": {
3555
3573
  "shape": "S4r"
3574
+ },
3575
+ "subSlotSetting": {
3576
+ "shape": "S4s"
3556
3577
  }
3557
3578
  }
3558
3579
  },
@@ -3581,6 +3602,9 @@
3581
3602
  },
3582
3603
  "multipleValuesSetting": {
3583
3604
  "shape": "S4r"
3605
+ },
3606
+ "subSlotSetting": {
3607
+ "shape": "S4s"
3584
3608
  }
3585
3609
  }
3586
3610
  }
@@ -3608,10 +3632,10 @@
3608
3632
  "slotTypeName": {},
3609
3633
  "description": {},
3610
3634
  "slotTypeValues": {
3611
- "shape": "S4u"
3635
+ "shape": "S4z"
3612
3636
  },
3613
3637
  "valueSelectionSetting": {
3614
- "shape": "S4z"
3638
+ "shape": "S54"
3615
3639
  },
3616
3640
  "parentSlotTypeSignature": {},
3617
3641
  "botId": {
@@ -3627,7 +3651,10 @@
3627
3651
  "locationName": "localeId"
3628
3652
  },
3629
3653
  "externalSourceSetting": {
3630
- "shape": "S56"
3654
+ "shape": "S5b"
3655
+ },
3656
+ "compositeSlotTypeSetting": {
3657
+ "shape": "S5g"
3631
3658
  }
3632
3659
  }
3633
3660
  },
@@ -3638,10 +3665,10 @@
3638
3665
  "slotTypeName": {},
3639
3666
  "description": {},
3640
3667
  "slotTypeValues": {
3641
- "shape": "S4u"
3668
+ "shape": "S4z"
3642
3669
  },
3643
3670
  "valueSelectionSetting": {
3644
- "shape": "S4z"
3671
+ "shape": "S54"
3645
3672
  },
3646
3673
  "parentSlotTypeSignature": {},
3647
3674
  "botId": {},
@@ -3654,7 +3681,10 @@
3654
3681
  "type": "timestamp"
3655
3682
  },
3656
3683
  "externalSourceSetting": {
3657
- "shape": "S56"
3684
+ "shape": "S5b"
3685
+ },
3686
+ "compositeSlotTypeSetting": {
3687
+ "shape": "S5g"
3658
3688
  }
3659
3689
  }
3660
3690
  }
@@ -4395,24 +4425,7 @@
4395
4425
  ],
4396
4426
  "members": {
4397
4427
  "defaultValueSpecification": {
4398
- "type": "structure",
4399
- "required": [
4400
- "defaultValueList"
4401
- ],
4402
- "members": {
4403
- "defaultValueList": {
4404
- "type": "list",
4405
- "member": {
4406
- "type": "structure",
4407
- "required": [
4408
- "defaultValue"
4409
- ],
4410
- "members": {
4411
- "defaultValue": {}
4412
- }
4413
- }
4414
- }
4415
- }
4428
+ "shape": "S4f"
4416
4429
  },
4417
4430
  "slotConstraint": {},
4418
4431
  "promptSpecification": {
@@ -4422,44 +4435,7 @@
4422
4435
  "shape": "S1x"
4423
4436
  },
4424
4437
  "waitAndContinueSpecification": {
4425
- "type": "structure",
4426
- "required": [
4427
- "waitingResponse",
4428
- "continueResponse"
4429
- ],
4430
- "members": {
4431
- "waitingResponse": {
4432
- "shape": "S23"
4433
- },
4434
- "continueResponse": {
4435
- "shape": "S23"
4436
- },
4437
- "stillWaitingResponse": {
4438
- "type": "structure",
4439
- "required": [
4440
- "messageGroups",
4441
- "frequencyInSeconds",
4442
- "timeoutInSeconds"
4443
- ],
4444
- "members": {
4445
- "messageGroups": {
4446
- "shape": "S24"
4447
- },
4448
- "frequencyInSeconds": {
4449
- "type": "integer"
4450
- },
4451
- "timeoutInSeconds": {
4452
- "type": "integer"
4453
- },
4454
- "allowInterrupt": {
4455
- "type": "boolean"
4456
- }
4457
- }
4458
- },
4459
- "active": {
4460
- "type": "boolean"
4461
- }
4462
- }
4438
+ "shape": "S4k"
4463
4439
  },
4464
4440
  "slotCaptureSetting": {
4465
4441
  "type": "structure",
@@ -4492,6 +4468,66 @@
4492
4468
  }
4493
4469
  }
4494
4470
  },
4471
+ "S4f": {
4472
+ "type": "structure",
4473
+ "required": [
4474
+ "defaultValueList"
4475
+ ],
4476
+ "members": {
4477
+ "defaultValueList": {
4478
+ "type": "list",
4479
+ "member": {
4480
+ "type": "structure",
4481
+ "required": [
4482
+ "defaultValue"
4483
+ ],
4484
+ "members": {
4485
+ "defaultValue": {}
4486
+ }
4487
+ }
4488
+ }
4489
+ }
4490
+ },
4491
+ "S4k": {
4492
+ "type": "structure",
4493
+ "required": [
4494
+ "waitingResponse",
4495
+ "continueResponse"
4496
+ ],
4497
+ "members": {
4498
+ "waitingResponse": {
4499
+ "shape": "S23"
4500
+ },
4501
+ "continueResponse": {
4502
+ "shape": "S23"
4503
+ },
4504
+ "stillWaitingResponse": {
4505
+ "type": "structure",
4506
+ "required": [
4507
+ "messageGroups",
4508
+ "frequencyInSeconds",
4509
+ "timeoutInSeconds"
4510
+ ],
4511
+ "members": {
4512
+ "messageGroups": {
4513
+ "shape": "S24"
4514
+ },
4515
+ "frequencyInSeconds": {
4516
+ "type": "integer"
4517
+ },
4518
+ "timeoutInSeconds": {
4519
+ "type": "integer"
4520
+ },
4521
+ "allowInterrupt": {
4522
+ "type": "boolean"
4523
+ }
4524
+ }
4525
+ },
4526
+ "active": {
4527
+ "type": "boolean"
4528
+ }
4529
+ }
4530
+ },
4495
4531
  "S4p": {
4496
4532
  "type": "structure",
4497
4533
  "required": [
@@ -4509,24 +4545,64 @@
4509
4545
  }
4510
4546
  }
4511
4547
  },
4512
- "S4u": {
4548
+ "S4s": {
4549
+ "type": "structure",
4550
+ "members": {
4551
+ "expression": {},
4552
+ "slotSpecifications": {
4553
+ "type": "map",
4554
+ "key": {},
4555
+ "value": {
4556
+ "type": "structure",
4557
+ "required": [
4558
+ "slotTypeId",
4559
+ "valueElicitationSetting"
4560
+ ],
4561
+ "members": {
4562
+ "slotTypeId": {},
4563
+ "valueElicitationSetting": {
4564
+ "type": "structure",
4565
+ "required": [
4566
+ "promptSpecification"
4567
+ ],
4568
+ "members": {
4569
+ "defaultValueSpecification": {
4570
+ "shape": "S4f"
4571
+ },
4572
+ "promptSpecification": {
4573
+ "shape": "S3b"
4574
+ },
4575
+ "sampleUtterances": {
4576
+ "shape": "S1x"
4577
+ },
4578
+ "waitAndContinueSpecification": {
4579
+ "shape": "S4k"
4580
+ }
4581
+ }
4582
+ }
4583
+ }
4584
+ }
4585
+ }
4586
+ }
4587
+ },
4588
+ "S4z": {
4513
4589
  "type": "list",
4514
4590
  "member": {
4515
4591
  "type": "structure",
4516
4592
  "members": {
4517
4593
  "sampleValue": {
4518
- "shape": "S4w"
4594
+ "shape": "S51"
4519
4595
  },
4520
4596
  "synonyms": {
4521
4597
  "type": "list",
4522
4598
  "member": {
4523
- "shape": "S4w"
4599
+ "shape": "S51"
4524
4600
  }
4525
4601
  }
4526
4602
  }
4527
4603
  }
4528
4604
  },
4529
- "S4w": {
4605
+ "S51": {
4530
4606
  "type": "structure",
4531
4607
  "required": [
4532
4608
  "value"
@@ -4535,7 +4611,7 @@
4535
4611
  "value": {}
4536
4612
  }
4537
4613
  },
4538
- "S4z": {
4614
+ "S54": {
4539
4615
  "type": "structure",
4540
4616
  "required": [
4541
4617
  "resolutionStrategy"
@@ -4559,7 +4635,7 @@
4559
4635
  }
4560
4636
  }
4561
4637
  },
4562
- "S56": {
4638
+ "S5b": {
4563
4639
  "type": "structure",
4564
4640
  "members": {
4565
4641
  "grammarSlotTypeSetting": {
@@ -4581,15 +4657,34 @@
4581
4657
  }
4582
4658
  }
4583
4659
  },
4584
- "S6f": {
4660
+ "S5g": {
4661
+ "type": "structure",
4662
+ "members": {
4663
+ "subSlots": {
4664
+ "type": "list",
4665
+ "member": {
4666
+ "type": "structure",
4667
+ "required": [
4668
+ "name",
4669
+ "slotTypeId"
4670
+ ],
4671
+ "members": {
4672
+ "name": {},
4673
+ "slotTypeId": {}
4674
+ }
4675
+ }
4676
+ }
4677
+ }
4678
+ },
4679
+ "S6n": {
4585
4680
  "type": "list",
4586
4681
  "member": {}
4587
4682
  },
4588
- "S6k": {
4683
+ "S6s": {
4589
4684
  "type": "list",
4590
4685
  "member": {}
4591
4686
  },
4592
- "S6p": {
4687
+ "S6x": {
4593
4688
  "type": "structure",
4594
4689
  "members": {
4595
4690
  "s3BucketTranscriptSource": {
@@ -4640,23 +4735,23 @@
4640
4735
  }
4641
4736
  }
4642
4737
  },
4643
- "S6y": {
4738
+ "S76": {
4644
4739
  "type": "structure",
4645
4740
  "members": {
4646
4741
  "kmsKeyArn": {},
4647
4742
  "botLocaleExportPassword": {
4648
- "shape": "S6z"
4743
+ "shape": "S77"
4649
4744
  },
4650
4745
  "associatedTranscriptsPassword": {
4651
- "shape": "S6z"
4746
+ "shape": "S77"
4652
4747
  }
4653
4748
  }
4654
4749
  },
4655
- "S6z": {
4750
+ "S77": {
4656
4751
  "type": "string",
4657
4752
  "sensitive": true
4658
4753
  },
4659
- "S7d": {
4754
+ "S7l": {
4660
4755
  "type": "structure",
4661
4756
  "members": {
4662
4757
  "botImportSpecification": {
@@ -4717,7 +4812,7 @@
4717
4812
  }
4718
4813
  }
4719
4814
  },
4720
- "S7l": {
4815
+ "S7t": {
4721
4816
  "type": "list",
4722
4817
  "member": {
4723
4818
  "type": "structure",
@@ -4733,7 +4828,7 @@
4733
4828
  }
4734
4829
  }
4735
4830
  },
4736
- "S7v": {
4831
+ "S83": {
4737
4832
  "type": "structure",
4738
4833
  "required": [
4739
4834
  "relativeAggregationDuration"
@@ -4754,7 +4849,7 @@
4754
4849
  }
4755
4850
  }
4756
4851
  },
4757
- "S85": {
4852
+ "S8d": {
4758
4853
  "type": "list",
4759
4854
  "member": {}
4760
4855
  }