cdk-lambda-subminute 2.0.368 → 2.0.370

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 (117) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/available-typed-arrays/.eslintrc +0 -4
  4. package/node_modules/available-typed-arrays/CHANGELOG.md +15 -0
  5. package/node_modules/available-typed-arrays/index.d.ts +17 -0
  6. package/node_modules/available-typed-arrays/index.js +4 -2
  7. package/node_modules/available-typed-arrays/package.json +23 -15
  8. package/node_modules/available-typed-arrays/tsconfig.json +49 -0
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +67 -6
  11. package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +163 -81
  12. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +1 -1
  13. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +76 -32
  14. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +227 -152
  15. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +102 -101
  16. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +240 -49
  17. package/node_modules/aws-sdk/apis/ivs-2020-07-14.paginators.json +5 -0
  18. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +2 -1
  19. package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +14 -5
  20. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +104 -87
  21. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +597 -333
  22. package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.paginators.json +10 -0
  23. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +259 -184
  24. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +852 -756
  25. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +68 -3
  26. package/node_modules/aws-sdk/apis/redshift-2012-12-01.paginators.json +6 -0
  27. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +779 -773
  28. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +45 -28
  29. package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +75 -72
  30. package/node_modules/aws-sdk/clients/appsync.d.ts +47 -0
  31. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +12 -8
  32. package/node_modules/aws-sdk/clients/codepipeline.d.ts +102 -7
  33. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +63 -63
  34. package/node_modules/aws-sdk/clients/datasync.d.ts +185 -124
  35. package/node_modules/aws-sdk/clients/dynamodb.d.ts +3 -3
  36. package/node_modules/aws-sdk/clients/ecs.d.ts +5 -5
  37. package/node_modules/aws-sdk/clients/es.d.ts +111 -0
  38. package/node_modules/aws-sdk/clients/glue.d.ts +8 -3
  39. package/node_modules/aws-sdk/clients/ivs.d.ts +223 -4
  40. package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +324 -0
  41. package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +30 -20
  42. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +17 -8
  43. package/node_modules/aws-sdk/clients/opensearch.d.ts +108 -0
  44. package/node_modules/aws-sdk/clients/quicksight.d.ts +130 -2
  45. package/node_modules/aws-sdk/clients/redshift.d.ts +119 -0
  46. package/node_modules/aws-sdk/clients/sagemaker.d.ts +51 -41
  47. package/node_modules/aws-sdk/clients/wafv2.d.ts +23 -3
  48. package/node_modules/aws-sdk/clients/workspaces.d.ts +16 -3
  49. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +211 -108
  50. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2388 -2182
  51. package/node_modules/aws-sdk/dist/aws-sdk.js +243 -89
  52. package/node_modules/aws-sdk/dist/aws-sdk.min.js +89 -89
  53. package/node_modules/aws-sdk/lib/core.js +1 -1
  54. package/node_modules/aws-sdk/lib/credentials/remote_credentials.js +14 -2
  55. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  56. package/node_modules/aws-sdk/package.json +1 -1
  57. package/node_modules/call-bind/CHANGELOG.md +9 -0
  58. package/node_modules/call-bind/index.js +1 -1
  59. package/node_modules/call-bind/package.json +10 -6
  60. package/node_modules/define-data-property/CHANGELOG.md +11 -0
  61. package/node_modules/define-data-property/index.js +2 -2
  62. package/node_modules/define-data-property/package.json +19 -18
  63. package/node_modules/define-data-property/test/index.js +7 -7
  64. package/node_modules/es-errors/.eslintrc +5 -0
  65. package/node_modules/es-errors/.github/FUNDING.yml +12 -0
  66. package/node_modules/es-errors/CHANGELOG.md +40 -0
  67. package/node_modules/es-errors/LICENSE +21 -0
  68. package/node_modules/es-errors/README.md +55 -0
  69. package/node_modules/es-errors/eval.d.ts +3 -0
  70. package/node_modules/es-errors/eval.js +4 -0
  71. package/node_modules/es-errors/index.d.ts +3 -0
  72. package/node_modules/es-errors/index.js +4 -0
  73. package/node_modules/es-errors/package.json +80 -0
  74. package/node_modules/es-errors/range.d.ts +3 -0
  75. package/node_modules/es-errors/range.js +4 -0
  76. package/node_modules/es-errors/ref.d.ts +3 -0
  77. package/node_modules/es-errors/ref.js +4 -0
  78. package/node_modules/es-errors/syntax.d.ts +3 -0
  79. package/node_modules/es-errors/syntax.js +4 -0
  80. package/node_modules/es-errors/test/index.js +19 -0
  81. package/node_modules/es-errors/tsconfig.json +49 -0
  82. package/node_modules/es-errors/type.d.ts +3 -0
  83. package/node_modules/es-errors/type.js +4 -0
  84. package/node_modules/es-errors/uri.d.ts +3 -0
  85. package/node_modules/es-errors/uri.js +4 -0
  86. package/node_modules/get-intrinsic/CHANGELOG.md +18 -0
  87. package/node_modules/get-intrinsic/index.js +15 -7
  88. package/node_modules/get-intrinsic/package.json +12 -12
  89. package/node_modules/has-tostringtag/.eslintrc +0 -6
  90. package/node_modules/has-tostringtag/.nycrc +13 -0
  91. package/node_modules/has-tostringtag/CHANGELOG.md +22 -0
  92. package/node_modules/has-tostringtag/index.d.ts +3 -0
  93. package/node_modules/has-tostringtag/index.js +1 -0
  94. package/node_modules/has-tostringtag/package.json +37 -13
  95. package/node_modules/has-tostringtag/shams.d.ts +3 -0
  96. package/node_modules/has-tostringtag/shams.js +1 -0
  97. package/node_modules/has-tostringtag/test/shams/core-js.js +3 -0
  98. package/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +2 -0
  99. package/node_modules/has-tostringtag/test/tests.js +2 -1
  100. package/node_modules/has-tostringtag/tsconfig.json +49 -0
  101. package/node_modules/is-typed-array/CHANGELOG.md +10 -0
  102. package/node_modules/is-typed-array/index.d.ts +16 -0
  103. package/node_modules/is-typed-array/index.js +1 -0
  104. package/node_modules/is-typed-array/package.json +18 -7
  105. package/node_modules/is-typed-array/test/index.js +9 -1
  106. package/node_modules/is-typed-array/tsconfig.json +49 -0
  107. package/node_modules/set-function-length/CHANGELOG.md +8 -0
  108. package/node_modules/set-function-length/index.js +1 -1
  109. package/node_modules/set-function-length/package.json +7 -6
  110. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  111. package/node_modules/which-typed-array/index.d.ts +16 -0
  112. package/node_modules/which-typed-array/index.js +39 -18
  113. package/node_modules/which-typed-array/package.json +18 -7
  114. package/node_modules/which-typed-array/test/index.js +9 -1
  115. package/node_modules/which-typed-array/tsconfig.json +49 -0
  116. package/package.json +4 -4
  117. package/node_modules/available-typed-arrays/.eslintignore +0 -1
@@ -405,6 +405,39 @@
405
405
  }
406
406
  }
407
407
  },
408
+ "CreateBotReplica": {
409
+ "http": {
410
+ "method": "PUT",
411
+ "requestUri": "/bots/{botId}/replicas/",
412
+ "responseCode": 202
413
+ },
414
+ "input": {
415
+ "type": "structure",
416
+ "required": [
417
+ "botId",
418
+ "replicaRegion"
419
+ ],
420
+ "members": {
421
+ "botId": {
422
+ "location": "uri",
423
+ "locationName": "botId"
424
+ },
425
+ "replicaRegion": {}
426
+ }
427
+ },
428
+ "output": {
429
+ "type": "structure",
430
+ "members": {
431
+ "botId": {},
432
+ "replicaRegion": {},
433
+ "sourceRegion": {},
434
+ "creationDateTime": {
435
+ "type": "timestamp"
436
+ },
437
+ "botReplicaStatus": {}
438
+ }
439
+ }
440
+ },
408
441
  "CreateBotVersion": {
409
442
  "http": {
410
443
  "method": "PUT",
@@ -424,7 +457,7 @@
424
457
  },
425
458
  "description": {},
426
459
  "botVersionLocaleSpecification": {
427
- "shape": "S2h"
460
+ "shape": "S2l"
428
461
  }
429
462
  }
430
463
  },
@@ -435,7 +468,7 @@
435
468
  "description": {},
436
469
  "botVersion": {},
437
470
  "botVersionLocaleSpecification": {
438
- "shape": "S2h"
471
+ "shape": "S2l"
439
472
  },
440
473
  "botStatus": {},
441
474
  "creationDateTime": {
@@ -458,11 +491,11 @@
458
491
  ],
459
492
  "members": {
460
493
  "resourceSpecification": {
461
- "shape": "S2l"
494
+ "shape": "S2p"
462
495
  },
463
496
  "fileFormat": {},
464
497
  "filePassword": {
465
- "shape": "S2r"
498
+ "shape": "S2v"
466
499
  }
467
500
  }
468
501
  },
@@ -471,7 +504,7 @@
471
504
  "members": {
472
505
  "exportId": {},
473
506
  "resourceSpecification": {
474
- "shape": "S2l"
507
+ "shape": "S2p"
475
508
  },
476
509
  "fileFormat": {},
477
510
  "exportStatus": {},
@@ -500,28 +533,28 @@
500
533
  "description": {},
501
534
  "parentIntentSignature": {},
502
535
  "sampleUtterances": {
503
- "shape": "S2w"
536
+ "shape": "S30"
504
537
  },
505
538
  "dialogCodeHook": {
506
- "shape": "S2z"
539
+ "shape": "S33"
507
540
  },
508
541
  "fulfillmentCodeHook": {
509
- "shape": "S30"
542
+ "shape": "S34"
510
543
  },
511
544
  "intentConfirmationSetting": {
512
- "shape": "S48"
545
+ "shape": "S4c"
513
546
  },
514
547
  "intentClosingSetting": {
515
- "shape": "S4q"
548
+ "shape": "S4u"
516
549
  },
517
550
  "inputContexts": {
518
- "shape": "S4r"
551
+ "shape": "S4v"
519
552
  },
520
553
  "outputContexts": {
521
- "shape": "S4t"
554
+ "shape": "S4x"
522
555
  },
523
556
  "kendraConfiguration": {
524
- "shape": "S4x"
557
+ "shape": "S51"
525
558
  },
526
559
  "botId": {
527
560
  "location": "uri",
@@ -536,7 +569,7 @@
536
569
  "locationName": "localeId"
537
570
  },
538
571
  "initialResponseSetting": {
539
- "shape": "S50"
572
+ "shape": "S54"
540
573
  }
541
574
  }
542
575
  },
@@ -548,28 +581,28 @@
548
581
  "description": {},
549
582
  "parentIntentSignature": {},
550
583
  "sampleUtterances": {
551
- "shape": "S2w"
584
+ "shape": "S30"
552
585
  },
553
586
  "dialogCodeHook": {
554
- "shape": "S2z"
587
+ "shape": "S33"
555
588
  },
556
589
  "fulfillmentCodeHook": {
557
- "shape": "S30"
590
+ "shape": "S34"
558
591
  },
559
592
  "intentConfirmationSetting": {
560
- "shape": "S48"
593
+ "shape": "S4c"
561
594
  },
562
595
  "intentClosingSetting": {
563
- "shape": "S4q"
596
+ "shape": "S4u"
564
597
  },
565
598
  "inputContexts": {
566
- "shape": "S4r"
599
+ "shape": "S4v"
567
600
  },
568
601
  "outputContexts": {
569
- "shape": "S4t"
602
+ "shape": "S4x"
570
603
  },
571
604
  "kendraConfiguration": {
572
- "shape": "S4x"
605
+ "shape": "S51"
573
606
  },
574
607
  "botId": {},
575
608
  "botVersion": {},
@@ -578,7 +611,7 @@
578
611
  "type": "timestamp"
579
612
  },
580
613
  "initialResponseSetting": {
581
- "shape": "S50"
614
+ "shape": "S54"
582
615
  }
583
616
  }
584
617
  }
@@ -689,10 +722,10 @@
689
722
  "description": {},
690
723
  "slotTypeId": {},
691
724
  "valueElicitationSetting": {
692
- "shape": "S5n"
725
+ "shape": "S5r"
693
726
  },
694
727
  "obfuscationSetting": {
695
- "shape": "S60"
728
+ "shape": "S64"
696
729
  },
697
730
  "botId": {
698
731
  "location": "uri",
@@ -711,10 +744,10 @@
711
744
  "locationName": "intentId"
712
745
  },
713
746
  "multipleValuesSetting": {
714
- "shape": "S62"
747
+ "shape": "S66"
715
748
  },
716
749
  "subSlotSetting": {
717
- "shape": "S63"
750
+ "shape": "S67"
718
751
  }
719
752
  }
720
753
  },
@@ -726,10 +759,10 @@
726
759
  "description": {},
727
760
  "slotTypeId": {},
728
761
  "valueElicitationSetting": {
729
- "shape": "S5n"
762
+ "shape": "S5r"
730
763
  },
731
764
  "obfuscationSetting": {
732
- "shape": "S60"
765
+ "shape": "S64"
733
766
  },
734
767
  "botId": {},
735
768
  "botVersion": {},
@@ -739,10 +772,10 @@
739
772
  "type": "timestamp"
740
773
  },
741
774
  "multipleValuesSetting": {
742
- "shape": "S62"
775
+ "shape": "S66"
743
776
  },
744
777
  "subSlotSetting": {
745
- "shape": "S63"
778
+ "shape": "S67"
746
779
  }
747
780
  }
748
781
  }
@@ -765,10 +798,10 @@
765
798
  "slotTypeName": {},
766
799
  "description": {},
767
800
  "slotTypeValues": {
768
- "shape": "S6a"
801
+ "shape": "S6e"
769
802
  },
770
803
  "valueSelectionSetting": {
771
- "shape": "S6f"
804
+ "shape": "S6j"
772
805
  },
773
806
  "parentSlotTypeSignature": {},
774
807
  "botId": {
@@ -784,10 +817,10 @@
784
817
  "locationName": "localeId"
785
818
  },
786
819
  "externalSourceSetting": {
787
- "shape": "S6m"
820
+ "shape": "S6q"
788
821
  },
789
822
  "compositeSlotTypeSetting": {
790
- "shape": "S6r"
823
+ "shape": "S6v"
791
824
  }
792
825
  }
793
826
  },
@@ -798,10 +831,10 @@
798
831
  "slotTypeName": {},
799
832
  "description": {},
800
833
  "slotTypeValues": {
801
- "shape": "S6a"
834
+ "shape": "S6e"
802
835
  },
803
836
  "valueSelectionSetting": {
804
- "shape": "S6f"
837
+ "shape": "S6j"
805
838
  },
806
839
  "parentSlotTypeSignature": {},
807
840
  "botId": {},
@@ -811,10 +844,10 @@
811
844
  "type": "timestamp"
812
845
  },
813
846
  "externalSourceSetting": {
814
- "shape": "S6m"
847
+ "shape": "S6q"
815
848
  },
816
849
  "compositeSlotTypeSetting": {
817
- "shape": "S6r"
850
+ "shape": "S6v"
818
851
  }
819
852
  }
820
853
  }
@@ -836,7 +869,7 @@
836
869
  "locationName": "testSetId"
837
870
  },
838
871
  "target": {
839
- "shape": "S6w"
872
+ "shape": "S70"
840
873
  }
841
874
  }
842
875
  },
@@ -849,7 +882,7 @@
849
882
  },
850
883
  "testSetId": {},
851
884
  "target": {
852
- "shape": "S6w"
885
+ "shape": "S70"
853
886
  }
854
887
  }
855
888
  }
@@ -977,6 +1010,38 @@
977
1010
  }
978
1011
  }
979
1012
  },
1013
+ "DeleteBotReplica": {
1014
+ "http": {
1015
+ "method": "DELETE",
1016
+ "requestUri": "/bots/{botId}/replicas/{replicaRegion}/",
1017
+ "responseCode": 202
1018
+ },
1019
+ "input": {
1020
+ "type": "structure",
1021
+ "required": [
1022
+ "botId",
1023
+ "replicaRegion"
1024
+ ],
1025
+ "members": {
1026
+ "botId": {
1027
+ "location": "uri",
1028
+ "locationName": "botId"
1029
+ },
1030
+ "replicaRegion": {
1031
+ "location": "uri",
1032
+ "locationName": "replicaRegion"
1033
+ }
1034
+ }
1035
+ },
1036
+ "output": {
1037
+ "type": "structure",
1038
+ "members": {
1039
+ "botId": {},
1040
+ "replicaRegion": {},
1041
+ "botReplicaStatus": {}
1042
+ }
1043
+ }
1044
+ },
980
1045
  "DeleteBotVersion": {
981
1046
  "http": {
982
1047
  "method": "DELETE",
@@ -1375,7 +1440,7 @@
1375
1440
  "shape": "S14"
1376
1441
  },
1377
1442
  "failureReasons": {
1378
- "shape": "S7w"
1443
+ "shape": "S82"
1379
1444
  }
1380
1445
  }
1381
1446
  }
@@ -1443,7 +1508,7 @@
1443
1508
  "type": "timestamp"
1444
1509
  },
1445
1510
  "parentBotNetworks": {
1446
- "shape": "S82"
1511
+ "shape": "S88"
1447
1512
  }
1448
1513
  }
1449
1514
  }
@@ -1498,7 +1563,7 @@
1498
1563
  },
1499
1564
  "botLocaleStatus": {},
1500
1565
  "failureReasons": {
1501
- "shape": "S7w"
1566
+ "shape": "S82"
1502
1567
  },
1503
1568
  "creationDateTime": {
1504
1569
  "type": "timestamp"
@@ -1526,7 +1591,7 @@
1526
1591
  }
1527
1592
  },
1528
1593
  "recommendedActions": {
1529
- "shape": "S8a"
1594
+ "shape": "S8g"
1530
1595
  },
1531
1596
  "generativeAISettings": {
1532
1597
  "shape": "S25"
@@ -1576,7 +1641,7 @@
1576
1641
  "botRecommendationStatus": {},
1577
1642
  "botRecommendationId": {},
1578
1643
  "failureReasons": {
1579
- "shape": "S7w"
1644
+ "shape": "S82"
1580
1645
  },
1581
1646
  "creationDateTime": {
1582
1647
  "type": "timestamp"
@@ -1585,10 +1650,10 @@
1585
1650
  "type": "timestamp"
1586
1651
  },
1587
1652
  "transcriptSourceSetting": {
1588
- "shape": "S8f"
1653
+ "shape": "S8l"
1589
1654
  },
1590
1655
  "encryptionSetting": {
1591
- "shape": "S8o"
1656
+ "shape": "S8u"
1592
1657
  },
1593
1658
  "botRecommendationResults": {
1594
1659
  "type": "structure",
@@ -1621,6 +1686,45 @@
1621
1686
  }
1622
1687
  }
1623
1688
  },
1689
+ "DescribeBotReplica": {
1690
+ "http": {
1691
+ "method": "GET",
1692
+ "requestUri": "/bots/{botId}/replicas/{replicaRegion}/",
1693
+ "responseCode": 200
1694
+ },
1695
+ "input": {
1696
+ "type": "structure",
1697
+ "required": [
1698
+ "botId",
1699
+ "replicaRegion"
1700
+ ],
1701
+ "members": {
1702
+ "botId": {
1703
+ "location": "uri",
1704
+ "locationName": "botId"
1705
+ },
1706
+ "replicaRegion": {
1707
+ "location": "uri",
1708
+ "locationName": "replicaRegion"
1709
+ }
1710
+ }
1711
+ },
1712
+ "output": {
1713
+ "type": "structure",
1714
+ "members": {
1715
+ "botId": {},
1716
+ "replicaRegion": {},
1717
+ "sourceRegion": {},
1718
+ "creationDateTime": {
1719
+ "type": "timestamp"
1720
+ },
1721
+ "botReplicaStatus": {},
1722
+ "failureReasons": {
1723
+ "shape": "S82"
1724
+ }
1725
+ }
1726
+ }
1727
+ },
1624
1728
  "DescribeBotResourceGeneration": {
1625
1729
  "http": {
1626
1730
  "method": "GET",
@@ -1662,7 +1766,7 @@
1662
1766
  "localeId": {},
1663
1767
  "generationId": {},
1664
1768
  "failureReasons": {
1665
- "shape": "S7w"
1769
+ "shape": "S82"
1666
1770
  },
1667
1771
  "generationStatus": {},
1668
1772
  "generationInputPrompt": {},
@@ -1716,13 +1820,13 @@
1716
1820
  },
1717
1821
  "botStatus": {},
1718
1822
  "failureReasons": {
1719
- "shape": "S7w"
1823
+ "shape": "S82"
1720
1824
  },
1721
1825
  "creationDateTime": {
1722
1826
  "type": "timestamp"
1723
1827
  },
1724
1828
  "parentBotNetworks": {
1725
- "shape": "S82"
1829
+ "shape": "S88"
1726
1830
  },
1727
1831
  "botType": {},
1728
1832
  "botMembers": {
@@ -1798,12 +1902,12 @@
1798
1902
  "members": {
1799
1903
  "exportId": {},
1800
1904
  "resourceSpecification": {
1801
- "shape": "S2l"
1905
+ "shape": "S2p"
1802
1906
  },
1803
1907
  "fileFormat": {},
1804
1908
  "exportStatus": {},
1805
1909
  "failureReasons": {
1806
- "shape": "S7w"
1910
+ "shape": "S82"
1807
1911
  },
1808
1912
  "downloadUrl": {},
1809
1913
  "creationDateTime": {
@@ -1838,14 +1942,14 @@
1838
1942
  "members": {
1839
1943
  "importId": {},
1840
1944
  "resourceSpecification": {
1841
- "shape": "S97"
1945
+ "shape": "S9f"
1842
1946
  },
1843
1947
  "importedResourceId": {},
1844
1948
  "importedResourceName": {},
1845
1949
  "mergeStrategy": {},
1846
1950
  "importStatus": {},
1847
1951
  "failureReasons": {
1848
- "shape": "S7w"
1952
+ "shape": "S82"
1849
1953
  },
1850
1954
  "creationDateTime": {
1851
1955
  "type": "timestamp"
@@ -1897,31 +2001,31 @@
1897
2001
  "description": {},
1898
2002
  "parentIntentSignature": {},
1899
2003
  "sampleUtterances": {
1900
- "shape": "S2w"
2004
+ "shape": "S30"
1901
2005
  },
1902
2006
  "dialogCodeHook": {
1903
- "shape": "S2z"
2007
+ "shape": "S33"
1904
2008
  },
1905
2009
  "fulfillmentCodeHook": {
1906
- "shape": "S30"
2010
+ "shape": "S34"
1907
2011
  },
1908
2012
  "slotPriorities": {
1909
- "shape": "S9j"
2013
+ "shape": "S9r"
1910
2014
  },
1911
2015
  "intentConfirmationSetting": {
1912
- "shape": "S48"
2016
+ "shape": "S4c"
1913
2017
  },
1914
2018
  "intentClosingSetting": {
1915
- "shape": "S4q"
2019
+ "shape": "S4u"
1916
2020
  },
1917
2021
  "inputContexts": {
1918
- "shape": "S4r"
2022
+ "shape": "S4v"
1919
2023
  },
1920
2024
  "outputContexts": {
1921
- "shape": "S4t"
2025
+ "shape": "S4x"
1922
2026
  },
1923
2027
  "kendraConfiguration": {
1924
- "shape": "S4x"
2028
+ "shape": "S51"
1925
2029
  },
1926
2030
  "botId": {},
1927
2031
  "botVersion": {},
@@ -1933,7 +2037,7 @@
1933
2037
  "type": "timestamp"
1934
2038
  },
1935
2039
  "initialResponseSetting": {
1936
- "shape": "S50"
2040
+ "shape": "S54"
1937
2041
  }
1938
2042
  }
1939
2043
  }
@@ -2011,10 +2115,10 @@
2011
2115
  "description": {},
2012
2116
  "slotTypeId": {},
2013
2117
  "valueElicitationSetting": {
2014
- "shape": "S5n"
2118
+ "shape": "S5r"
2015
2119
  },
2016
2120
  "obfuscationSetting": {
2017
- "shape": "S60"
2121
+ "shape": "S64"
2018
2122
  },
2019
2123
  "botId": {},
2020
2124
  "botVersion": {},
@@ -2027,10 +2131,10 @@
2027
2131
  "type": "timestamp"
2028
2132
  },
2029
2133
  "multipleValuesSetting": {
2030
- "shape": "S62"
2134
+ "shape": "S66"
2031
2135
  },
2032
2136
  "subSlotSetting": {
2033
- "shape": "S63"
2137
+ "shape": "S67"
2034
2138
  }
2035
2139
  }
2036
2140
  }
@@ -2075,10 +2179,10 @@
2075
2179
  "slotTypeName": {},
2076
2180
  "description": {},
2077
2181
  "slotTypeValues": {
2078
- "shape": "S6a"
2182
+ "shape": "S6e"
2079
2183
  },
2080
2184
  "valueSelectionSetting": {
2081
- "shape": "S6f"
2185
+ "shape": "S6j"
2082
2186
  },
2083
2187
  "parentSlotTypeSignature": {},
2084
2188
  "botId": {},
@@ -2091,10 +2195,10 @@
2091
2195
  "type": "timestamp"
2092
2196
  },
2093
2197
  "externalSourceSetting": {
2094
- "shape": "S6m"
2198
+ "shape": "S6q"
2095
2199
  },
2096
2200
  "compositeSlotTypeSetting": {
2097
- "shape": "S6r"
2201
+ "shape": "S6v"
2098
2202
  }
2099
2203
  }
2100
2204
  }
@@ -2131,12 +2235,12 @@
2131
2235
  "testSetId": {},
2132
2236
  "testSetName": {},
2133
2237
  "target": {
2134
- "shape": "S9v"
2238
+ "shape": "Sa3"
2135
2239
  },
2136
2240
  "apiMode": {},
2137
2241
  "testExecutionModality": {},
2138
2242
  "failureReasons": {
2139
- "shape": "S7w"
2243
+ "shape": "S82"
2140
2244
  }
2141
2245
  }
2142
2246
  }
@@ -2172,7 +2276,7 @@
2172
2276
  "type": "integer"
2173
2277
  },
2174
2278
  "storageLocation": {
2175
- "shape": "S9c"
2279
+ "shape": "S9k"
2176
2280
  },
2177
2281
  "creationDateTime": {
2178
2282
  "type": "timestamp"
@@ -2210,7 +2314,7 @@
2210
2314
  "type": "timestamp"
2211
2315
  },
2212
2316
  "target": {
2213
- "shape": "S6w"
2317
+ "shape": "S70"
2214
2318
  },
2215
2319
  "testSetDiscrepancyReportStatus": {},
2216
2320
  "lastUpdatedDataTime": {
@@ -2257,7 +2361,7 @@
2257
2361
  },
2258
2362
  "testSetDiscrepancyRawOutputUrl": {},
2259
2363
  "failureReasons": {
2260
- "shape": "S7w"
2364
+ "shape": "S82"
2261
2365
  }
2262
2366
  }
2263
2367
  }
@@ -2286,16 +2390,16 @@
2286
2390
  "testSetGenerationId": {},
2287
2391
  "testSetGenerationStatus": {},
2288
2392
  "failureReasons": {
2289
- "shape": "S7w"
2393
+ "shape": "S82"
2290
2394
  },
2291
2395
  "testSetId": {},
2292
2396
  "testSetName": {},
2293
2397
  "description": {},
2294
2398
  "storageLocation": {
2295
- "shape": "S9c"
2399
+ "shape": "S9k"
2296
2400
  },
2297
2401
  "generationDataSource": {
2298
- "shape": "Sad"
2402
+ "shape": "Sal"
2299
2403
  },
2300
2404
  "roleArn": {},
2301
2405
  "creationDateTime": {
@@ -2344,7 +2448,7 @@
2344
2448
  "localeId": {},
2345
2449
  "intentId": {},
2346
2450
  "sampleUtterances": {
2347
- "shape": "S2w"
2451
+ "shape": "S30"
2348
2452
  }
2349
2453
  }
2350
2454
  }
@@ -2396,7 +2500,7 @@
2396
2500
  "botVersion": {},
2397
2501
  "localeId": {},
2398
2502
  "aggregationDuration": {
2399
- "shape": "Sam"
2503
+ "shape": "Sau"
2400
2504
  },
2401
2505
  "sortBy": {
2402
2506
  "type": "structure",
@@ -2421,7 +2525,7 @@
2421
2525
  "members": {
2422
2526
  "name": {},
2423
2527
  "values": {
2424
- "shape": "Saw"
2528
+ "shape": "Sb4"
2425
2529
  },
2426
2530
  "operator": {}
2427
2531
  }
@@ -2441,7 +2545,7 @@
2441
2545
  "botVersion": {},
2442
2546
  "localeId": {},
2443
2547
  "aggregationDuration": {
2444
- "shape": "Sam"
2548
+ "shape": "Sau"
2445
2549
  },
2446
2550
  "aggregationWindowStartTime": {
2447
2551
  "type": "timestamp"
@@ -2480,6 +2584,62 @@
2480
2584
  }
2481
2585
  }
2482
2586
  },
2587
+ "ListBotAliasReplicas": {
2588
+ "http": {
2589
+ "requestUri": "/bots/{botId}/replicas/{replicaRegion}/botaliases/",
2590
+ "responseCode": 200
2591
+ },
2592
+ "input": {
2593
+ "type": "structure",
2594
+ "required": [
2595
+ "botId",
2596
+ "replicaRegion"
2597
+ ],
2598
+ "members": {
2599
+ "botId": {
2600
+ "location": "uri",
2601
+ "locationName": "botId"
2602
+ },
2603
+ "replicaRegion": {
2604
+ "location": "uri",
2605
+ "locationName": "replicaRegion"
2606
+ },
2607
+ "maxResults": {
2608
+ "type": "integer"
2609
+ },
2610
+ "nextToken": {}
2611
+ }
2612
+ },
2613
+ "output": {
2614
+ "type": "structure",
2615
+ "members": {
2616
+ "botId": {},
2617
+ "sourceRegion": {},
2618
+ "replicaRegion": {},
2619
+ "botAliasReplicaSummaries": {
2620
+ "type": "list",
2621
+ "member": {
2622
+ "type": "structure",
2623
+ "members": {
2624
+ "botAliasId": {},
2625
+ "botAliasReplicationStatus": {},
2626
+ "botVersion": {},
2627
+ "creationDateTime": {
2628
+ "type": "timestamp"
2629
+ },
2630
+ "lastUpdatedDateTime": {
2631
+ "type": "timestamp"
2632
+ },
2633
+ "failureReasons": {
2634
+ "shape": "S82"
2635
+ }
2636
+ }
2637
+ }
2638
+ },
2639
+ "nextToken": {}
2640
+ }
2641
+ }
2642
+ },
2483
2643
  "ListBotAliases": {
2484
2644
  "http": {
2485
2645
  "requestUri": "/bots/{botId}/botaliases/",
@@ -2571,7 +2731,7 @@
2571
2731
  "members": {
2572
2732
  "name": {},
2573
2733
  "values": {
2574
- "shape": "Saw"
2734
+ "shape": "Sb4"
2575
2735
  },
2576
2736
  "operator": {}
2577
2737
  }
@@ -2671,6 +2831,47 @@
2671
2831
  }
2672
2832
  }
2673
2833
  },
2834
+ "ListBotReplicas": {
2835
+ "http": {
2836
+ "requestUri": "/bots/{botId}/replicas/",
2837
+ "responseCode": 200
2838
+ },
2839
+ "input": {
2840
+ "type": "structure",
2841
+ "required": [
2842
+ "botId"
2843
+ ],
2844
+ "members": {
2845
+ "botId": {
2846
+ "location": "uri",
2847
+ "locationName": "botId"
2848
+ }
2849
+ }
2850
+ },
2851
+ "output": {
2852
+ "type": "structure",
2853
+ "members": {
2854
+ "botId": {},
2855
+ "sourceRegion": {},
2856
+ "botReplicaSummaries": {
2857
+ "type": "list",
2858
+ "member": {
2859
+ "type": "structure",
2860
+ "members": {
2861
+ "replicaRegion": {},
2862
+ "creationDateTime": {
2863
+ "type": "timestamp"
2864
+ },
2865
+ "botReplicaStatus": {},
2866
+ "failureReasons": {
2867
+ "shape": "S82"
2868
+ }
2869
+ }
2870
+ }
2871
+ }
2872
+ }
2873
+ }
2874
+ },
2674
2875
  "ListBotResourceGenerations": {
2675
2876
  "http": {
2676
2877
  "requestUri": "/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/generations",
@@ -2739,6 +2940,69 @@
2739
2940
  }
2740
2941
  }
2741
2942
  },
2943
+ "ListBotVersionReplicas": {
2944
+ "http": {
2945
+ "requestUri": "/bots/{botId}/replicas/{replicaRegion}/botversions/",
2946
+ "responseCode": 200
2947
+ },
2948
+ "input": {
2949
+ "type": "structure",
2950
+ "required": [
2951
+ "botId",
2952
+ "replicaRegion"
2953
+ ],
2954
+ "members": {
2955
+ "botId": {
2956
+ "location": "uri",
2957
+ "locationName": "botId"
2958
+ },
2959
+ "replicaRegion": {
2960
+ "location": "uri",
2961
+ "locationName": "replicaRegion"
2962
+ },
2963
+ "maxResults": {
2964
+ "type": "integer"
2965
+ },
2966
+ "nextToken": {},
2967
+ "sortBy": {
2968
+ "type": "structure",
2969
+ "required": [
2970
+ "attribute",
2971
+ "order"
2972
+ ],
2973
+ "members": {
2974
+ "attribute": {},
2975
+ "order": {}
2976
+ }
2977
+ }
2978
+ }
2979
+ },
2980
+ "output": {
2981
+ "type": "structure",
2982
+ "members": {
2983
+ "botId": {},
2984
+ "sourceRegion": {},
2985
+ "replicaRegion": {},
2986
+ "botVersionReplicaSummaries": {
2987
+ "type": "list",
2988
+ "member": {
2989
+ "type": "structure",
2990
+ "members": {
2991
+ "botVersion": {},
2992
+ "botVersionReplicationStatus": {},
2993
+ "creationDateTime": {
2994
+ "type": "timestamp"
2995
+ },
2996
+ "failureReasons": {
2997
+ "shape": "S82"
2998
+ }
2999
+ }
3000
+ }
3001
+ },
3002
+ "nextToken": {}
3003
+ }
3004
+ }
3005
+ },
2742
3006
  "ListBotVersions": {
2743
3007
  "http": {
2744
3008
  "requestUri": "/bots/{botId}/botversions/",
@@ -2825,7 +3089,7 @@
2825
3089
  "members": {
2826
3090
  "name": {},
2827
3091
  "values": {
2828
- "shape": "Saw"
3092
+ "shape": "Sb4"
2829
3093
  },
2830
3094
  "operator": {}
2831
3095
  }
@@ -3038,7 +3302,7 @@
3038
3302
  "members": {
3039
3303
  "name": {},
3040
3304
  "values": {
3041
- "shape": "Saw"
3305
+ "shape": "Sb4"
3042
3306
  },
3043
3307
  "operator": {}
3044
3308
  }
@@ -3063,7 +3327,7 @@
3063
3327
  "members": {
3064
3328
  "exportId": {},
3065
3329
  "resourceSpecification": {
3066
- "shape": "S2l"
3330
+ "shape": "S2p"
3067
3331
  },
3068
3332
  "fileFormat": {},
3069
3333
  "exportStatus": {},
@@ -3114,7 +3378,7 @@
3114
3378
  "members": {
3115
3379
  "name": {},
3116
3380
  "values": {
3117
- "shape": "Saw"
3381
+ "shape": "Sb4"
3118
3382
  },
3119
3383
  "operator": {}
3120
3384
  }
@@ -3197,7 +3461,7 @@
3197
3461
  }
3198
3462
  },
3199
3463
  "binBy": {
3200
- "shape": "Sdg"
3464
+ "shape": "Se4"
3201
3465
  },
3202
3466
  "groupBy": {
3203
3467
  "type": "list",
@@ -3224,7 +3488,7 @@
3224
3488
  "name": {},
3225
3489
  "operator": {},
3226
3490
  "values": {
3227
- "shape": "Sdr"
3491
+ "shape": "Sef"
3228
3492
  }
3229
3493
  }
3230
3494
  }
@@ -3245,7 +3509,7 @@
3245
3509
  "type": "structure",
3246
3510
  "members": {
3247
3511
  "binKeys": {
3248
- "shape": "Sdw"
3512
+ "shape": "Sek"
3249
3513
  },
3250
3514
  "groupByKeys": {
3251
3515
  "type": "list",
@@ -3315,7 +3579,7 @@
3315
3579
  "name": {},
3316
3580
  "operator": {},
3317
3581
  "values": {
3318
- "shape": "Sdr"
3582
+ "shape": "Sef"
3319
3583
  }
3320
3584
  }
3321
3585
  }
@@ -3385,7 +3649,7 @@
3385
3649
  }
3386
3650
  },
3387
3651
  "binBy": {
3388
- "shape": "Sdg"
3652
+ "shape": "Se4"
3389
3653
  },
3390
3654
  "groupBy": {
3391
3655
  "type": "list",
@@ -3412,7 +3676,7 @@
3412
3676
  "name": {},
3413
3677
  "operator": {},
3414
3678
  "values": {
3415
- "shape": "Sdr"
3679
+ "shape": "Sef"
3416
3680
  }
3417
3681
  }
3418
3682
  }
@@ -3433,7 +3697,7 @@
3433
3697
  "type": "structure",
3434
3698
  "members": {
3435
3699
  "binKeys": {
3436
- "shape": "Sdw"
3700
+ "shape": "Sek"
3437
3701
  },
3438
3702
  "groupByKeys": {
3439
3703
  "type": "list",
@@ -3513,7 +3777,7 @@
3513
3777
  "members": {
3514
3778
  "name": {},
3515
3779
  "values": {
3516
- "shape": "Saw"
3780
+ "shape": "Sb4"
3517
3781
  },
3518
3782
  "operator": {}
3519
3783
  }
@@ -3541,10 +3805,10 @@
3541
3805
  "description": {},
3542
3806
  "parentIntentSignature": {},
3543
3807
  "inputContexts": {
3544
- "shape": "S4r"
3808
+ "shape": "S4v"
3545
3809
  },
3546
3810
  "outputContexts": {
3547
- "shape": "S4t"
3811
+ "shape": "S4x"
3548
3812
  },
3549
3813
  "lastUpdatedDateTime": {
3550
3814
  "type": "timestamp"
@@ -3651,7 +3915,7 @@
3651
3915
  }
3652
3916
  },
3653
3917
  "filters": {
3654
- "shape": "Sff"
3918
+ "shape": "Sg3"
3655
3919
  },
3656
3920
  "maxResults": {
3657
3921
  "type": "integer"
@@ -3744,7 +4008,7 @@
3744
4008
  }
3745
4009
  },
3746
4010
  "binBy": {
3747
- "shape": "Sdg"
4011
+ "shape": "Se4"
3748
4012
  },
3749
4013
  "groupBy": {
3750
4014
  "type": "list",
@@ -3759,7 +4023,7 @@
3759
4023
  }
3760
4024
  },
3761
4025
  "filters": {
3762
- "shape": "Sff"
4026
+ "shape": "Sg3"
3763
4027
  },
3764
4028
  "maxResults": {
3765
4029
  "type": "integer"
@@ -3777,7 +4041,7 @@
3777
4041
  "type": "structure",
3778
4042
  "members": {
3779
4043
  "binKeys": {
3780
- "shape": "Sdw"
4044
+ "shape": "Sek"
3781
4045
  },
3782
4046
  "groupByKeys": {
3783
4047
  "type": "list",
@@ -3857,7 +4121,7 @@
3857
4121
  "members": {
3858
4122
  "name": {},
3859
4123
  "values": {
3860
- "shape": "Saw"
4124
+ "shape": "Sb4"
3861
4125
  },
3862
4126
  "operator": {}
3863
4127
  }
@@ -3948,7 +4212,7 @@
3948
4212
  "members": {
3949
4213
  "name": {},
3950
4214
  "values": {
3951
- "shape": "Saw"
4215
+ "shape": "Sb4"
3952
4216
  },
3953
4217
  "operator": {}
3954
4218
  }
@@ -3978,7 +4242,7 @@
3978
4242
  "slotConstraint": {},
3979
4243
  "slotTypeId": {},
3980
4244
  "valueElicitationPromptSpecification": {
3981
- "shape": "S49"
4245
+ "shape": "S4d"
3982
4246
  },
3983
4247
  "lastUpdatedDateTime": {
3984
4248
  "type": "timestamp"
@@ -4083,10 +4347,10 @@
4083
4347
  "type": "integer"
4084
4348
  },
4085
4349
  "speechTranscriptionResultCounts": {
4086
- "shape": "Sh4"
4350
+ "shape": "Shs"
4087
4351
  },
4088
4352
  "endToEndResultCounts": {
4089
- "shape": "Sh4"
4353
+ "shape": "Shs"
4090
4354
  }
4091
4355
  }
4092
4356
  }
@@ -4179,10 +4443,10 @@
4179
4443
  "type": "integer"
4180
4444
  },
4181
4445
  "speechTranscriptionResultCounts": {
4182
- "shape": "Sh4"
4446
+ "shape": "Shs"
4183
4447
  },
4184
4448
  "intentMatchResultCounts": {
4185
- "shape": "Sh4"
4449
+ "shape": "Shs"
4186
4450
  }
4187
4451
  }
4188
4452
  }
@@ -4232,10 +4496,10 @@
4232
4496
  "type": "integer"
4233
4497
  },
4234
4498
  "speechTranscriptionResultCounts": {
4235
- "shape": "Sh4"
4499
+ "shape": "Shs"
4236
4500
  },
4237
4501
  "slotMatchResultCounts": {
4238
- "shape": "Sh4"
4502
+ "shape": "Shs"
4239
4503
  }
4240
4504
  }
4241
4505
  }
@@ -4278,7 +4542,7 @@
4278
4542
  "expectedAgentPrompt": {},
4279
4543
  "actualAgentPrompt": {},
4280
4544
  "errorDetails": {
4281
- "shape": "Shv"
4545
+ "shape": "Sij"
4282
4546
  },
4283
4547
  "actualElicitedSlot": {},
4284
4548
  "actualIntent": {}
@@ -4292,16 +4556,16 @@
4292
4556
  ],
4293
4557
  "members": {
4294
4558
  "input": {
4295
- "shape": "Shx"
4559
+ "shape": "Sil"
4296
4560
  },
4297
4561
  "expectedOutput": {
4298
- "shape": "Sid"
4562
+ "shape": "Sj1"
4299
4563
  },
4300
4564
  "actualOutput": {
4301
- "shape": "Sid"
4565
+ "shape": "Sj1"
4302
4566
  },
4303
4567
  "errorDetails": {
4304
- "shape": "Shv"
4568
+ "shape": "Sij"
4305
4569
  },
4306
4570
  "endToEndResult": {},
4307
4571
  "intentMatchResult": {},
@@ -4376,7 +4640,7 @@
4376
4640
  "testSetId": {},
4377
4641
  "testSetName": {},
4378
4642
  "target": {
4379
- "shape": "S9v"
4643
+ "shape": "Sa3"
4380
4644
  },
4381
4645
  "apiMode": {},
4382
4646
  "testExecutionModality": {}
@@ -4447,10 +4711,10 @@
4447
4711
  ],
4448
4712
  "members": {
4449
4713
  "input": {
4450
- "shape": "Shx"
4714
+ "shape": "Sil"
4451
4715
  },
4452
4716
  "expected": {
4453
- "shape": "Sid"
4717
+ "shape": "Sj1"
4454
4718
  }
4455
4719
  }
4456
4720
  }
@@ -4506,7 +4770,7 @@
4506
4770
  "type": "integer"
4507
4771
  },
4508
4772
  "storageLocation": {
4509
- "shape": "S9c"
4773
+ "shape": "S9k"
4510
4774
  },
4511
4775
  "creationDateTime": {
4512
4776
  "type": "timestamp"
@@ -4556,7 +4820,7 @@
4556
4820
  }
4557
4821
  },
4558
4822
  "filters": {
4559
- "shape": "Sj6"
4823
+ "shape": "Sju"
4560
4824
  },
4561
4825
  "maxResults": {
4562
4826
  "type": "integer"
@@ -4613,7 +4877,7 @@
4613
4877
  "content": {},
4614
4878
  "contentType": {},
4615
4879
  "imageResponseCard": {
4616
- "shape": "S3c"
4880
+ "shape": "S3g"
4617
4881
  }
4618
4882
  }
4619
4883
  }
@@ -4664,7 +4928,7 @@
4664
4928
  }
4665
4929
  },
4666
4930
  "binBy": {
4667
- "shape": "Sdg"
4931
+ "shape": "Se4"
4668
4932
  },
4669
4933
  "groupBy": {
4670
4934
  "type": "list",
@@ -4691,7 +4955,7 @@
4691
4955
  }
4692
4956
  },
4693
4957
  "filters": {
4694
- "shape": "Sj6"
4958
+ "shape": "Sju"
4695
4959
  },
4696
4960
  "maxResults": {
4697
4961
  "type": "integer"
@@ -4709,7 +4973,7 @@
4709
4973
  "type": "structure",
4710
4974
  "members": {
4711
4975
  "binKeys": {
4712
- "shape": "Sdw"
4976
+ "shape": "Sek"
4713
4977
  },
4714
4978
  "groupByKeys": {
4715
4979
  "type": "list",
@@ -4793,7 +5057,7 @@
4793
5057
  "members": {
4794
5058
  "name": {},
4795
5059
  "values": {
4796
- "shape": "Saw"
5060
+ "shape": "Sb4"
4797
5061
  }
4798
5062
  }
4799
5063
  }
@@ -4859,10 +5123,10 @@
4859
5123
  "locationName": "localeId"
4860
5124
  },
4861
5125
  "transcriptSourceSetting": {
4862
- "shape": "S8f"
5126
+ "shape": "S8l"
4863
5127
  },
4864
5128
  "encryptionSetting": {
4865
- "shape": "S8o"
5129
+ "shape": "S8u"
4866
5130
  }
4867
5131
  }
4868
5132
  },
@@ -4878,10 +5142,10 @@
4878
5142
  "type": "timestamp"
4879
5143
  },
4880
5144
  "transcriptSourceSetting": {
4881
- "shape": "S8f"
5145
+ "shape": "S8l"
4882
5146
  },
4883
5147
  "encryptionSetting": {
4884
- "shape": "S8o"
5148
+ "shape": "S8u"
4885
5149
  }
4886
5150
  }
4887
5151
  }
@@ -4948,11 +5212,11 @@
4948
5212
  "members": {
4949
5213
  "importId": {},
4950
5214
  "resourceSpecification": {
4951
- "shape": "S97"
5215
+ "shape": "S9f"
4952
5216
  },
4953
5217
  "mergeStrategy": {},
4954
5218
  "filePassword": {
4955
- "shape": "S2r"
5219
+ "shape": "S2v"
4956
5220
  }
4957
5221
  }
4958
5222
  },
@@ -4961,7 +5225,7 @@
4961
5225
  "members": {
4962
5226
  "importId": {},
4963
5227
  "resourceSpecification": {
4964
- "shape": "S97"
5228
+ "shape": "S9f"
4965
5229
  },
4966
5230
  "mergeStrategy": {},
4967
5231
  "importStatus": {},
@@ -4989,7 +5253,7 @@
4989
5253
  "locationName": "testSetId"
4990
5254
  },
4991
5255
  "target": {
4992
- "shape": "S9v"
5256
+ "shape": "Sa3"
4993
5257
  },
4994
5258
  "apiMode": {},
4995
5259
  "testExecutionModality": {}
@@ -5004,7 +5268,7 @@
5004
5268
  },
5005
5269
  "testSetId": {},
5006
5270
  "target": {
5007
- "shape": "S9v"
5271
+ "shape": "Sa3"
5008
5272
  },
5009
5273
  "apiMode": {},
5010
5274
  "testExecutionModality": {}
@@ -5029,10 +5293,10 @@
5029
5293
  "testSetName": {},
5030
5294
  "description": {},
5031
5295
  "storageLocation": {
5032
- "shape": "S9c"
5296
+ "shape": "S9k"
5033
5297
  },
5034
5298
  "generationDataSource": {
5035
- "shape": "Sad"
5299
+ "shape": "Sal"
5036
5300
  },
5037
5301
  "roleArn": {},
5038
5302
  "testSetTags": {
@@ -5051,10 +5315,10 @@
5051
5315
  "testSetName": {},
5052
5316
  "description": {},
5053
5317
  "storageLocation": {
5054
- "shape": "S9c"
5318
+ "shape": "S9k"
5055
5319
  },
5056
5320
  "generationDataSource": {
5057
- "shape": "Sad"
5321
+ "shape": "Sal"
5058
5322
  },
5059
5323
  "roleArn": {},
5060
5324
  "testSetTags": {
@@ -5344,7 +5608,7 @@
5344
5608
  },
5345
5609
  "botLocaleStatus": {},
5346
5610
  "failureReasons": {
5347
- "shape": "S7w"
5611
+ "shape": "S82"
5348
5612
  },
5349
5613
  "creationDateTime": {
5350
5614
  "type": "timestamp"
@@ -5353,7 +5617,7 @@
5353
5617
  "type": "timestamp"
5354
5618
  },
5355
5619
  "recommendedActions": {
5356
- "shape": "S8a"
5620
+ "shape": "S8g"
5357
5621
  },
5358
5622
  "generativeAISettings": {
5359
5623
  "shape": "S25"
@@ -5394,7 +5658,7 @@
5394
5658
  "locationName": "botRecommendationId"
5395
5659
  },
5396
5660
  "encryptionSetting": {
5397
- "shape": "S8o"
5661
+ "shape": "S8u"
5398
5662
  }
5399
5663
  }
5400
5664
  },
@@ -5413,10 +5677,10 @@
5413
5677
  "type": "timestamp"
5414
5678
  },
5415
5679
  "transcriptSourceSetting": {
5416
- "shape": "S8f"
5680
+ "shape": "S8l"
5417
5681
  },
5418
5682
  "encryptionSetting": {
5419
- "shape": "S8o"
5683
+ "shape": "S8u"
5420
5684
  }
5421
5685
  }
5422
5686
  }
@@ -5438,7 +5702,7 @@
5438
5702
  "locationName": "exportId"
5439
5703
  },
5440
5704
  "filePassword": {
5441
- "shape": "S2r"
5705
+ "shape": "S2v"
5442
5706
  }
5443
5707
  }
5444
5708
  },
@@ -5447,7 +5711,7 @@
5447
5711
  "members": {
5448
5712
  "exportId": {},
5449
5713
  "resourceSpecification": {
5450
- "shape": "S2l"
5714
+ "shape": "S2p"
5451
5715
  },
5452
5716
  "fileFormat": {},
5453
5717
  "exportStatus": {},
@@ -5484,31 +5748,31 @@
5484
5748
  "description": {},
5485
5749
  "parentIntentSignature": {},
5486
5750
  "sampleUtterances": {
5487
- "shape": "S2w"
5751
+ "shape": "S30"
5488
5752
  },
5489
5753
  "dialogCodeHook": {
5490
- "shape": "S2z"
5754
+ "shape": "S33"
5491
5755
  },
5492
5756
  "fulfillmentCodeHook": {
5493
- "shape": "S30"
5757
+ "shape": "S34"
5494
5758
  },
5495
5759
  "slotPriorities": {
5496
- "shape": "S9j"
5760
+ "shape": "S9r"
5497
5761
  },
5498
5762
  "intentConfirmationSetting": {
5499
- "shape": "S48"
5763
+ "shape": "S4c"
5500
5764
  },
5501
5765
  "intentClosingSetting": {
5502
- "shape": "S4q"
5766
+ "shape": "S4u"
5503
5767
  },
5504
5768
  "inputContexts": {
5505
- "shape": "S4r"
5769
+ "shape": "S4v"
5506
5770
  },
5507
5771
  "outputContexts": {
5508
- "shape": "S4t"
5772
+ "shape": "S4x"
5509
5773
  },
5510
5774
  "kendraConfiguration": {
5511
- "shape": "S4x"
5775
+ "shape": "S51"
5512
5776
  },
5513
5777
  "botId": {
5514
5778
  "location": "uri",
@@ -5523,7 +5787,7 @@
5523
5787
  "locationName": "localeId"
5524
5788
  },
5525
5789
  "initialResponseSetting": {
5526
- "shape": "S50"
5790
+ "shape": "S54"
5527
5791
  }
5528
5792
  }
5529
5793
  },
@@ -5535,31 +5799,31 @@
5535
5799
  "description": {},
5536
5800
  "parentIntentSignature": {},
5537
5801
  "sampleUtterances": {
5538
- "shape": "S2w"
5802
+ "shape": "S30"
5539
5803
  },
5540
5804
  "dialogCodeHook": {
5541
- "shape": "S2z"
5805
+ "shape": "S33"
5542
5806
  },
5543
5807
  "fulfillmentCodeHook": {
5544
- "shape": "S30"
5808
+ "shape": "S34"
5545
5809
  },
5546
5810
  "slotPriorities": {
5547
- "shape": "S9j"
5811
+ "shape": "S9r"
5548
5812
  },
5549
5813
  "intentConfirmationSetting": {
5550
- "shape": "S48"
5814
+ "shape": "S4c"
5551
5815
  },
5552
5816
  "intentClosingSetting": {
5553
- "shape": "S4q"
5817
+ "shape": "S4u"
5554
5818
  },
5555
5819
  "inputContexts": {
5556
- "shape": "S4r"
5820
+ "shape": "S4v"
5557
5821
  },
5558
5822
  "outputContexts": {
5559
- "shape": "S4t"
5823
+ "shape": "S4x"
5560
5824
  },
5561
5825
  "kendraConfiguration": {
5562
- "shape": "S4x"
5826
+ "shape": "S51"
5563
5827
  },
5564
5828
  "botId": {},
5565
5829
  "botVersion": {},
@@ -5571,7 +5835,7 @@
5571
5835
  "type": "timestamp"
5572
5836
  },
5573
5837
  "initialResponseSetting": {
5574
- "shape": "S50"
5838
+ "shape": "S54"
5575
5839
  }
5576
5840
  }
5577
5841
  }
@@ -5634,10 +5898,10 @@
5634
5898
  "description": {},
5635
5899
  "slotTypeId": {},
5636
5900
  "valueElicitationSetting": {
5637
- "shape": "S5n"
5901
+ "shape": "S5r"
5638
5902
  },
5639
5903
  "obfuscationSetting": {
5640
- "shape": "S60"
5904
+ "shape": "S64"
5641
5905
  },
5642
5906
  "botId": {
5643
5907
  "location": "uri",
@@ -5656,10 +5920,10 @@
5656
5920
  "locationName": "intentId"
5657
5921
  },
5658
5922
  "multipleValuesSetting": {
5659
- "shape": "S62"
5923
+ "shape": "S66"
5660
5924
  },
5661
5925
  "subSlotSetting": {
5662
- "shape": "S63"
5926
+ "shape": "S67"
5663
5927
  }
5664
5928
  }
5665
5929
  },
@@ -5671,10 +5935,10 @@
5671
5935
  "description": {},
5672
5936
  "slotTypeId": {},
5673
5937
  "valueElicitationSetting": {
5674
- "shape": "S5n"
5938
+ "shape": "S5r"
5675
5939
  },
5676
5940
  "obfuscationSetting": {
5677
- "shape": "S60"
5941
+ "shape": "S64"
5678
5942
  },
5679
5943
  "botId": {},
5680
5944
  "botVersion": {},
@@ -5687,10 +5951,10 @@
5687
5951
  "type": "timestamp"
5688
5952
  },
5689
5953
  "multipleValuesSetting": {
5690
- "shape": "S62"
5954
+ "shape": "S66"
5691
5955
  },
5692
5956
  "subSlotSetting": {
5693
- "shape": "S63"
5957
+ "shape": "S67"
5694
5958
  }
5695
5959
  }
5696
5960
  }
@@ -5718,10 +5982,10 @@
5718
5982
  "slotTypeName": {},
5719
5983
  "description": {},
5720
5984
  "slotTypeValues": {
5721
- "shape": "S6a"
5985
+ "shape": "S6e"
5722
5986
  },
5723
5987
  "valueSelectionSetting": {
5724
- "shape": "S6f"
5988
+ "shape": "S6j"
5725
5989
  },
5726
5990
  "parentSlotTypeSignature": {},
5727
5991
  "botId": {
@@ -5737,10 +6001,10 @@
5737
6001
  "locationName": "localeId"
5738
6002
  },
5739
6003
  "externalSourceSetting": {
5740
- "shape": "S6m"
6004
+ "shape": "S6q"
5741
6005
  },
5742
6006
  "compositeSlotTypeSetting": {
5743
- "shape": "S6r"
6007
+ "shape": "S6v"
5744
6008
  }
5745
6009
  }
5746
6010
  },
@@ -5751,10 +6015,10 @@
5751
6015
  "slotTypeName": {},
5752
6016
  "description": {},
5753
6017
  "slotTypeValues": {
5754
- "shape": "S6a"
6018
+ "shape": "S6e"
5755
6019
  },
5756
6020
  "valueSelectionSetting": {
5757
- "shape": "S6f"
6021
+ "shape": "S6j"
5758
6022
  },
5759
6023
  "parentSlotTypeSignature": {},
5760
6024
  "botId": {},
@@ -5767,10 +6031,10 @@
5767
6031
  "type": "timestamp"
5768
6032
  },
5769
6033
  "externalSourceSetting": {
5770
- "shape": "S6m"
6034
+ "shape": "S6q"
5771
6035
  },
5772
6036
  "compositeSlotTypeSetting": {
5773
- "shape": "S6r"
6037
+ "shape": "S6v"
5774
6038
  }
5775
6039
  }
5776
6040
  }
@@ -5809,7 +6073,7 @@
5809
6073
  "type": "integer"
5810
6074
  },
5811
6075
  "storageLocation": {
5812
- "shape": "S9c"
6076
+ "shape": "S9k"
5813
6077
  },
5814
6078
  "creationDateTime": {
5815
6079
  "type": "timestamp"
@@ -6092,7 +6356,7 @@
6092
6356
  "modelArn": {}
6093
6357
  }
6094
6358
  },
6095
- "S2h": {
6359
+ "S2l": {
6096
6360
  "type": "map",
6097
6361
  "key": {},
6098
6362
  "value": {
@@ -6105,7 +6369,7 @@
6105
6369
  }
6106
6370
  }
6107
6371
  },
6108
- "S2l": {
6372
+ "S2p": {
6109
6373
  "type": "structure",
6110
6374
  "members": {
6111
6375
  "botExportSpecification": {
@@ -6156,11 +6420,11 @@
6156
6420
  }
6157
6421
  }
6158
6422
  },
6159
- "S2r": {
6423
+ "S2v": {
6160
6424
  "type": "string",
6161
6425
  "sensitive": true
6162
6426
  },
6163
- "S2w": {
6427
+ "S30": {
6164
6428
  "type": "list",
6165
6429
  "member": {
6166
6430
  "type": "structure",
@@ -6172,7 +6436,7 @@
6172
6436
  }
6173
6437
  }
6174
6438
  },
6175
- "S2z": {
6439
+ "S33": {
6176
6440
  "type": "structure",
6177
6441
  "required": [
6178
6442
  "enabled"
@@ -6183,7 +6447,7 @@
6183
6447
  }
6184
6448
  }
6185
6449
  },
6186
- "S30": {
6450
+ "S34": {
6187
6451
  "type": "structure",
6188
6452
  "required": [
6189
6453
  "enabled"
@@ -6196,31 +6460,31 @@
6196
6460
  "type": "structure",
6197
6461
  "members": {
6198
6462
  "successResponse": {
6199
- "shape": "S32"
6463
+ "shape": "S36"
6200
6464
  },
6201
6465
  "failureResponse": {
6202
- "shape": "S32"
6466
+ "shape": "S36"
6203
6467
  },
6204
6468
  "timeoutResponse": {
6205
- "shape": "S32"
6469
+ "shape": "S36"
6206
6470
  },
6207
6471
  "successNextStep": {
6208
- "shape": "S3k"
6472
+ "shape": "S3o"
6209
6473
  },
6210
6474
  "successConditional": {
6211
- "shape": "S3w"
6475
+ "shape": "S40"
6212
6476
  },
6213
6477
  "failureNextStep": {
6214
- "shape": "S3k"
6478
+ "shape": "S3o"
6215
6479
  },
6216
6480
  "failureConditional": {
6217
- "shape": "S3w"
6481
+ "shape": "S40"
6218
6482
  },
6219
6483
  "timeoutNextStep": {
6220
- "shape": "S3k"
6484
+ "shape": "S3o"
6221
6485
  },
6222
6486
  "timeoutConditional": {
6223
- "shape": "S3w"
6487
+ "shape": "S40"
6224
6488
  }
6225
6489
  }
6226
6490
  },
@@ -6244,7 +6508,7 @@
6244
6508
  "type": "integer"
6245
6509
  },
6246
6510
  "messageGroups": {
6247
- "shape": "S33"
6511
+ "shape": "S37"
6248
6512
  },
6249
6513
  "allowInterrupt": {
6250
6514
  "type": "boolean"
@@ -6262,7 +6526,7 @@
6262
6526
  "type": "integer"
6263
6527
  },
6264
6528
  "messageGroups": {
6265
- "shape": "S33"
6529
+ "shape": "S37"
6266
6530
  },
6267
6531
  "allowInterrupt": {
6268
6532
  "type": "boolean"
@@ -6279,21 +6543,21 @@
6279
6543
  }
6280
6544
  }
6281
6545
  },
6282
- "S32": {
6546
+ "S36": {
6283
6547
  "type": "structure",
6284
6548
  "required": [
6285
6549
  "messageGroups"
6286
6550
  ],
6287
6551
  "members": {
6288
6552
  "messageGroups": {
6289
- "shape": "S33"
6553
+ "shape": "S37"
6290
6554
  },
6291
6555
  "allowInterrupt": {
6292
6556
  "type": "boolean"
6293
6557
  }
6294
6558
  }
6295
6559
  },
6296
- "S33": {
6560
+ "S37": {
6297
6561
  "type": "list",
6298
6562
  "member": {
6299
6563
  "type": "structure",
@@ -6302,18 +6566,18 @@
6302
6566
  ],
6303
6567
  "members": {
6304
6568
  "message": {
6305
- "shape": "S35"
6569
+ "shape": "S39"
6306
6570
  },
6307
6571
  "variations": {
6308
6572
  "type": "list",
6309
6573
  "member": {
6310
- "shape": "S35"
6574
+ "shape": "S39"
6311
6575
  }
6312
6576
  }
6313
6577
  }
6314
6578
  }
6315
6579
  },
6316
- "S35": {
6580
+ "S39": {
6317
6581
  "type": "structure",
6318
6582
  "members": {
6319
6583
  "plainTextMessage": {
@@ -6344,11 +6608,11 @@
6344
6608
  }
6345
6609
  },
6346
6610
  "imageResponseCard": {
6347
- "shape": "S3c"
6611
+ "shape": "S3g"
6348
6612
  }
6349
6613
  }
6350
6614
  },
6351
- "S3c": {
6615
+ "S3g": {
6352
6616
  "type": "structure",
6353
6617
  "required": [
6354
6618
  "title"
@@ -6373,7 +6637,7 @@
6373
6637
  }
6374
6638
  }
6375
6639
  },
6376
- "S3k": {
6640
+ "S3o": {
6377
6641
  "type": "structure",
6378
6642
  "members": {
6379
6643
  "dialogAction": {
@@ -6397,17 +6661,17 @@
6397
6661
  "type": "map",
6398
6662
  "key": {},
6399
6663
  "value": {
6400
- "shape": "S3p"
6664
+ "shape": "S3t"
6401
6665
  }
6402
6666
  }
6403
6667
  }
6404
6668
  },
6405
6669
  "sessionAttributes": {
6406
- "shape": "S3u"
6670
+ "shape": "S3y"
6407
6671
  }
6408
6672
  }
6409
6673
  },
6410
- "S3p": {
6674
+ "S3t": {
6411
6675
  "type": "structure",
6412
6676
  "members": {
6413
6677
  "shape": {},
@@ -6420,17 +6684,17 @@
6420
6684
  "values": {
6421
6685
  "type": "list",
6422
6686
  "member": {
6423
- "shape": "S3p"
6687
+ "shape": "S3t"
6424
6688
  }
6425
6689
  }
6426
6690
  }
6427
6691
  },
6428
- "S3u": {
6692
+ "S3y": {
6429
6693
  "type": "map",
6430
6694
  "key": {},
6431
6695
  "value": {}
6432
6696
  },
6433
- "S3w": {
6697
+ "S40": {
6434
6698
  "type": "structure",
6435
6699
  "required": [
6436
6700
  "active",
@@ -6462,10 +6726,10 @@
6462
6726
  }
6463
6727
  },
6464
6728
  "nextStep": {
6465
- "shape": "S3k"
6729
+ "shape": "S3o"
6466
6730
  },
6467
6731
  "response": {
6468
- "shape": "S32"
6732
+ "shape": "S36"
6469
6733
  }
6470
6734
  }
6471
6735
  }
@@ -6474,63 +6738,63 @@
6474
6738
  "type": "structure",
6475
6739
  "members": {
6476
6740
  "nextStep": {
6477
- "shape": "S3k"
6741
+ "shape": "S3o"
6478
6742
  },
6479
6743
  "response": {
6480
- "shape": "S32"
6744
+ "shape": "S36"
6481
6745
  }
6482
6746
  }
6483
6747
  }
6484
6748
  }
6485
6749
  },
6486
- "S48": {
6750
+ "S4c": {
6487
6751
  "type": "structure",
6488
6752
  "required": [
6489
6753
  "promptSpecification"
6490
6754
  ],
6491
6755
  "members": {
6492
6756
  "promptSpecification": {
6493
- "shape": "S49"
6757
+ "shape": "S4d"
6494
6758
  },
6495
6759
  "declinationResponse": {
6496
- "shape": "S32"
6760
+ "shape": "S36"
6497
6761
  },
6498
6762
  "active": {
6499
6763
  "type": "boolean"
6500
6764
  },
6501
6765
  "confirmationResponse": {
6502
- "shape": "S32"
6766
+ "shape": "S36"
6503
6767
  },
6504
6768
  "confirmationNextStep": {
6505
- "shape": "S3k"
6769
+ "shape": "S3o"
6506
6770
  },
6507
6771
  "confirmationConditional": {
6508
- "shape": "S3w"
6772
+ "shape": "S40"
6509
6773
  },
6510
6774
  "declinationNextStep": {
6511
- "shape": "S3k"
6775
+ "shape": "S3o"
6512
6776
  },
6513
6777
  "declinationConditional": {
6514
- "shape": "S3w"
6778
+ "shape": "S40"
6515
6779
  },
6516
6780
  "failureResponse": {
6517
- "shape": "S32"
6781
+ "shape": "S36"
6518
6782
  },
6519
6783
  "failureNextStep": {
6520
- "shape": "S3k"
6784
+ "shape": "S3o"
6521
6785
  },
6522
6786
  "failureConditional": {
6523
- "shape": "S3w"
6787
+ "shape": "S40"
6524
6788
  },
6525
6789
  "codeHook": {
6526
- "shape": "S4n"
6790
+ "shape": "S4r"
6527
6791
  },
6528
6792
  "elicitationCodeHook": {
6529
- "shape": "S4p"
6793
+ "shape": "S4t"
6530
6794
  }
6531
6795
  }
6532
6796
  },
6533
- "S49": {
6797
+ "S4d": {
6534
6798
  "type": "structure",
6535
6799
  "required": [
6536
6800
  "messageGroups",
@@ -6538,7 +6802,7 @@
6538
6802
  ],
6539
6803
  "members": {
6540
6804
  "messageGroups": {
6541
- "shape": "S33"
6805
+ "shape": "S37"
6542
6806
  },
6543
6807
  "maxRetries": {
6544
6808
  "type": "integer"
@@ -6635,7 +6899,7 @@
6635
6899
  }
6636
6900
  }
6637
6901
  },
6638
- "S4n": {
6902
+ "S4r": {
6639
6903
  "type": "structure",
6640
6904
  "required": [
6641
6905
  "enableCodeHookInvocation",
@@ -6654,37 +6918,37 @@
6654
6918
  "type": "structure",
6655
6919
  "members": {
6656
6920
  "successResponse": {
6657
- "shape": "S32"
6921
+ "shape": "S36"
6658
6922
  },
6659
6923
  "successNextStep": {
6660
- "shape": "S3k"
6924
+ "shape": "S3o"
6661
6925
  },
6662
6926
  "successConditional": {
6663
- "shape": "S3w"
6927
+ "shape": "S40"
6664
6928
  },
6665
6929
  "failureResponse": {
6666
- "shape": "S32"
6930
+ "shape": "S36"
6667
6931
  },
6668
6932
  "failureNextStep": {
6669
- "shape": "S3k"
6933
+ "shape": "S3o"
6670
6934
  },
6671
6935
  "failureConditional": {
6672
- "shape": "S3w"
6936
+ "shape": "S40"
6673
6937
  },
6674
6938
  "timeoutResponse": {
6675
- "shape": "S32"
6939
+ "shape": "S36"
6676
6940
  },
6677
6941
  "timeoutNextStep": {
6678
- "shape": "S3k"
6942
+ "shape": "S3o"
6679
6943
  },
6680
6944
  "timeoutConditional": {
6681
- "shape": "S3w"
6945
+ "shape": "S40"
6682
6946
  }
6683
6947
  }
6684
6948
  }
6685
6949
  }
6686
6950
  },
6687
- "S4p": {
6951
+ "S4t": {
6688
6952
  "type": "structure",
6689
6953
  "required": [
6690
6954
  "enableCodeHookInvocation"
@@ -6696,24 +6960,24 @@
6696
6960
  "invocationLabel": {}
6697
6961
  }
6698
6962
  },
6699
- "S4q": {
6963
+ "S4u": {
6700
6964
  "type": "structure",
6701
6965
  "members": {
6702
6966
  "closingResponse": {
6703
- "shape": "S32"
6967
+ "shape": "S36"
6704
6968
  },
6705
6969
  "active": {
6706
6970
  "type": "boolean"
6707
6971
  },
6708
6972
  "nextStep": {
6709
- "shape": "S3k"
6973
+ "shape": "S3o"
6710
6974
  },
6711
6975
  "conditional": {
6712
- "shape": "S3w"
6976
+ "shape": "S40"
6713
6977
  }
6714
6978
  }
6715
6979
  },
6716
- "S4r": {
6980
+ "S4v": {
6717
6981
  "type": "list",
6718
6982
  "member": {
6719
6983
  "type": "structure",
@@ -6725,7 +6989,7 @@
6725
6989
  }
6726
6990
  }
6727
6991
  },
6728
- "S4t": {
6992
+ "S4x": {
6729
6993
  "type": "list",
6730
6994
  "member": {
6731
6995
  "type": "structure",
@@ -6745,7 +7009,7 @@
6745
7009
  }
6746
7010
  }
6747
7011
  },
6748
- "S4x": {
7012
+ "S51": {
6749
7013
  "type": "structure",
6750
7014
  "required": [
6751
7015
  "kendraIndex"
@@ -6758,68 +7022,68 @@
6758
7022
  "queryFilterString": {}
6759
7023
  }
6760
7024
  },
6761
- "S50": {
7025
+ "S54": {
6762
7026
  "type": "structure",
6763
7027
  "members": {
6764
7028
  "initialResponse": {
6765
- "shape": "S32"
7029
+ "shape": "S36"
6766
7030
  },
6767
7031
  "nextStep": {
6768
- "shape": "S3k"
7032
+ "shape": "S3o"
6769
7033
  },
6770
7034
  "conditional": {
6771
- "shape": "S3w"
7035
+ "shape": "S40"
6772
7036
  },
6773
7037
  "codeHook": {
6774
- "shape": "S4n"
7038
+ "shape": "S4r"
6775
7039
  }
6776
7040
  }
6777
7041
  },
6778
- "S5n": {
7042
+ "S5r": {
6779
7043
  "type": "structure",
6780
7044
  "required": [
6781
7045
  "slotConstraint"
6782
7046
  ],
6783
7047
  "members": {
6784
7048
  "defaultValueSpecification": {
6785
- "shape": "S5o"
7049
+ "shape": "S5s"
6786
7050
  },
6787
7051
  "slotConstraint": {},
6788
7052
  "promptSpecification": {
6789
- "shape": "S49"
7053
+ "shape": "S4d"
6790
7054
  },
6791
7055
  "sampleUtterances": {
6792
- "shape": "S2w"
7056
+ "shape": "S30"
6793
7057
  },
6794
7058
  "waitAndContinueSpecification": {
6795
- "shape": "S5t"
7059
+ "shape": "S5x"
6796
7060
  },
6797
7061
  "slotCaptureSetting": {
6798
7062
  "type": "structure",
6799
7063
  "members": {
6800
7064
  "captureResponse": {
6801
- "shape": "S32"
7065
+ "shape": "S36"
6802
7066
  },
6803
7067
  "captureNextStep": {
6804
- "shape": "S3k"
7068
+ "shape": "S3o"
6805
7069
  },
6806
7070
  "captureConditional": {
6807
- "shape": "S3w"
7071
+ "shape": "S40"
6808
7072
  },
6809
7073
  "failureResponse": {
6810
- "shape": "S32"
7074
+ "shape": "S36"
6811
7075
  },
6812
7076
  "failureNextStep": {
6813
- "shape": "S3k"
7077
+ "shape": "S3o"
6814
7078
  },
6815
7079
  "failureConditional": {
6816
- "shape": "S3w"
7080
+ "shape": "S40"
6817
7081
  },
6818
7082
  "codeHook": {
6819
- "shape": "S4n"
7083
+ "shape": "S4r"
6820
7084
  },
6821
7085
  "elicitationCodeHook": {
6822
- "shape": "S4p"
7086
+ "shape": "S4t"
6823
7087
  }
6824
7088
  }
6825
7089
  },
@@ -6834,7 +7098,7 @@
6834
7098
  }
6835
7099
  }
6836
7100
  },
6837
- "S5o": {
7101
+ "S5s": {
6838
7102
  "type": "structure",
6839
7103
  "required": [
6840
7104
  "defaultValueList"
@@ -6854,7 +7118,7 @@
6854
7118
  }
6855
7119
  }
6856
7120
  },
6857
- "S5t": {
7121
+ "S5x": {
6858
7122
  "type": "structure",
6859
7123
  "required": [
6860
7124
  "waitingResponse",
@@ -6862,10 +7126,10 @@
6862
7126
  ],
6863
7127
  "members": {
6864
7128
  "waitingResponse": {
6865
- "shape": "S32"
7129
+ "shape": "S36"
6866
7130
  },
6867
7131
  "continueResponse": {
6868
- "shape": "S32"
7132
+ "shape": "S36"
6869
7133
  },
6870
7134
  "stillWaitingResponse": {
6871
7135
  "type": "structure",
@@ -6876,7 +7140,7 @@
6876
7140
  ],
6877
7141
  "members": {
6878
7142
  "messageGroups": {
6879
- "shape": "S33"
7143
+ "shape": "S37"
6880
7144
  },
6881
7145
  "frequencyInSeconds": {
6882
7146
  "type": "integer"
@@ -6894,7 +7158,7 @@
6894
7158
  }
6895
7159
  }
6896
7160
  },
6897
- "S60": {
7161
+ "S64": {
6898
7162
  "type": "structure",
6899
7163
  "required": [
6900
7164
  "obfuscationSettingType"
@@ -6903,7 +7167,7 @@
6903
7167
  "obfuscationSettingType": {}
6904
7168
  }
6905
7169
  },
6906
- "S62": {
7170
+ "S66": {
6907
7171
  "type": "structure",
6908
7172
  "members": {
6909
7173
  "allowMultipleValues": {
@@ -6911,7 +7175,7 @@
6911
7175
  }
6912
7176
  }
6913
7177
  },
6914
- "S63": {
7178
+ "S67": {
6915
7179
  "type": "structure",
6916
7180
  "members": {
6917
7181
  "expression": {},
@@ -6933,16 +7197,16 @@
6933
7197
  ],
6934
7198
  "members": {
6935
7199
  "defaultValueSpecification": {
6936
- "shape": "S5o"
7200
+ "shape": "S5s"
6937
7201
  },
6938
7202
  "promptSpecification": {
6939
- "shape": "S49"
7203
+ "shape": "S4d"
6940
7204
  },
6941
7205
  "sampleUtterances": {
6942
- "shape": "S2w"
7206
+ "shape": "S30"
6943
7207
  },
6944
7208
  "waitAndContinueSpecification": {
6945
- "shape": "S5t"
7209
+ "shape": "S5x"
6946
7210
  }
6947
7211
  }
6948
7212
  }
@@ -6951,24 +7215,24 @@
6951
7215
  }
6952
7216
  }
6953
7217
  },
6954
- "S6a": {
7218
+ "S6e": {
6955
7219
  "type": "list",
6956
7220
  "member": {
6957
7221
  "type": "structure",
6958
7222
  "members": {
6959
7223
  "sampleValue": {
6960
- "shape": "S6c"
7224
+ "shape": "S6g"
6961
7225
  },
6962
7226
  "synonyms": {
6963
7227
  "type": "list",
6964
7228
  "member": {
6965
- "shape": "S6c"
7229
+ "shape": "S6g"
6966
7230
  }
6967
7231
  }
6968
7232
  }
6969
7233
  }
6970
7234
  },
6971
- "S6c": {
7235
+ "S6g": {
6972
7236
  "type": "structure",
6973
7237
  "required": [
6974
7238
  "value"
@@ -6977,7 +7241,7 @@
6977
7241
  "value": {}
6978
7242
  }
6979
7243
  },
6980
- "S6f": {
7244
+ "S6j": {
6981
7245
  "type": "structure",
6982
7246
  "required": [
6983
7247
  "resolutionStrategy"
@@ -7001,7 +7265,7 @@
7001
7265
  }
7002
7266
  }
7003
7267
  },
7004
- "S6m": {
7268
+ "S6q": {
7005
7269
  "type": "structure",
7006
7270
  "members": {
7007
7271
  "grammarSlotTypeSetting": {
@@ -7023,7 +7287,7 @@
7023
7287
  }
7024
7288
  }
7025
7289
  },
7026
- "S6r": {
7290
+ "S6v": {
7027
7291
  "type": "structure",
7028
7292
  "members": {
7029
7293
  "subSlots": {
@@ -7042,7 +7306,7 @@
7042
7306
  }
7043
7307
  }
7044
7308
  },
7045
- "S6w": {
7309
+ "S70": {
7046
7310
  "type": "structure",
7047
7311
  "members": {
7048
7312
  "botAliasTarget": {
@@ -7060,11 +7324,11 @@
7060
7324
  }
7061
7325
  }
7062
7326
  },
7063
- "S7w": {
7327
+ "S82": {
7064
7328
  "type": "list",
7065
7329
  "member": {}
7066
7330
  },
7067
- "S82": {
7331
+ "S88": {
7068
7332
  "type": "list",
7069
7333
  "member": {
7070
7334
  "type": "structure",
@@ -7078,11 +7342,11 @@
7078
7342
  }
7079
7343
  }
7080
7344
  },
7081
- "S8a": {
7345
+ "S8g": {
7082
7346
  "type": "list",
7083
7347
  "member": {}
7084
7348
  },
7085
- "S8f": {
7349
+ "S8l": {
7086
7350
  "type": "structure",
7087
7351
  "members": {
7088
7352
  "s3BucketTranscriptSource": {
@@ -7133,23 +7397,23 @@
7133
7397
  }
7134
7398
  }
7135
7399
  },
7136
- "S8o": {
7400
+ "S8u": {
7137
7401
  "type": "structure",
7138
7402
  "members": {
7139
7403
  "kmsKeyArn": {},
7140
7404
  "botLocaleExportPassword": {
7141
- "shape": "S8p"
7405
+ "shape": "S8v"
7142
7406
  },
7143
7407
  "associatedTranscriptsPassword": {
7144
- "shape": "S8p"
7408
+ "shape": "S8v"
7145
7409
  }
7146
7410
  }
7147
7411
  },
7148
- "S8p": {
7412
+ "S8v": {
7149
7413
  "type": "string",
7150
7414
  "sensitive": true
7151
7415
  },
7152
- "S97": {
7416
+ "S9f": {
7153
7417
  "type": "structure",
7154
7418
  "members": {
7155
7419
  "botImportSpecification": {
@@ -7222,7 +7486,7 @@
7222
7486
  "description": {},
7223
7487
  "roleArn": {},
7224
7488
  "storageLocation": {
7225
- "shape": "S9c"
7489
+ "shape": "S9k"
7226
7490
  },
7227
7491
  "importInputLocation": {
7228
7492
  "type": "structure",
@@ -7243,7 +7507,7 @@
7243
7507
  }
7244
7508
  }
7245
7509
  },
7246
- "S9c": {
7510
+ "S9k": {
7247
7511
  "type": "structure",
7248
7512
  "required": [
7249
7513
  "s3BucketName",
@@ -7255,7 +7519,7 @@
7255
7519
  "kmsKeyArn": {}
7256
7520
  }
7257
7521
  },
7258
- "S9j": {
7522
+ "S9r": {
7259
7523
  "type": "list",
7260
7524
  "member": {
7261
7525
  "type": "structure",
@@ -7271,7 +7535,7 @@
7271
7535
  }
7272
7536
  }
7273
7537
  },
7274
- "S9v": {
7538
+ "Sa3": {
7275
7539
  "type": "structure",
7276
7540
  "members": {
7277
7541
  "botAliasTarget": {
@@ -7289,7 +7553,7 @@
7289
7553
  }
7290
7554
  }
7291
7555
  },
7292
- "Sad": {
7556
+ "Sal": {
7293
7557
  "type": "structure",
7294
7558
  "members": {
7295
7559
  "conversationLogsDataSource": {
@@ -7325,7 +7589,7 @@
7325
7589
  }
7326
7590
  }
7327
7591
  },
7328
- "Sam": {
7592
+ "Sau": {
7329
7593
  "type": "structure",
7330
7594
  "required": [
7331
7595
  "relativeAggregationDuration"
@@ -7346,11 +7610,11 @@
7346
7610
  }
7347
7611
  }
7348
7612
  },
7349
- "Saw": {
7613
+ "Sb4": {
7350
7614
  "type": "list",
7351
7615
  "member": {}
7352
7616
  },
7353
- "Sdg": {
7617
+ "Se4": {
7354
7618
  "type": "list",
7355
7619
  "member": {
7356
7620
  "type": "structure",
@@ -7365,11 +7629,11 @@
7365
7629
  }
7366
7630
  }
7367
7631
  },
7368
- "Sdr": {
7632
+ "Sef": {
7369
7633
  "type": "list",
7370
7634
  "member": {}
7371
7635
  },
7372
- "Sdw": {
7636
+ "Sek": {
7373
7637
  "type": "list",
7374
7638
  "member": {
7375
7639
  "type": "structure",
@@ -7381,7 +7645,7 @@
7381
7645
  }
7382
7646
  }
7383
7647
  },
7384
- "Sff": {
7648
+ "Sg3": {
7385
7649
  "type": "list",
7386
7650
  "member": {
7387
7651
  "type": "structure",
@@ -7394,19 +7658,19 @@
7394
7658
  "name": {},
7395
7659
  "operator": {},
7396
7660
  "values": {
7397
- "shape": "Sdr"
7661
+ "shape": "Sef"
7398
7662
  }
7399
7663
  }
7400
7664
  }
7401
7665
  },
7402
- "Sh4": {
7666
+ "Shs": {
7403
7667
  "type": "map",
7404
7668
  "key": {},
7405
7669
  "value": {
7406
7670
  "type": "integer"
7407
7671
  }
7408
7672
  },
7409
- "Shv": {
7673
+ "Sij": {
7410
7674
  "type": "structure",
7411
7675
  "required": [
7412
7676
  "errorCode",
@@ -7417,7 +7681,7 @@
7417
7681
  "errorMessage": {}
7418
7682
  }
7419
7683
  },
7420
- "Shx": {
7684
+ "Sil": {
7421
7685
  "type": "structure",
7422
7686
  "required": [
7423
7687
  "utteranceInput"
@@ -7439,16 +7703,16 @@
7439
7703
  }
7440
7704
  },
7441
7705
  "requestAttributes": {
7442
- "shape": "S3u"
7706
+ "shape": "S3y"
7443
7707
  },
7444
7708
  "sessionState": {
7445
7709
  "type": "structure",
7446
7710
  "members": {
7447
7711
  "sessionAttributes": {
7448
- "shape": "S3u"
7712
+ "shape": "S3y"
7449
7713
  },
7450
7714
  "activeContexts": {
7451
- "shape": "Si3"
7715
+ "shape": "Sir"
7452
7716
  },
7453
7717
  "runtimeHints": {
7454
7718
  "type": "structure",
@@ -7457,7 +7721,7 @@
7457
7721
  "type": "map",
7458
7722
  "key": {},
7459
7723
  "value": {
7460
- "shape": "Si8"
7724
+ "shape": "Siw"
7461
7725
  }
7462
7726
  }
7463
7727
  }
@@ -7466,7 +7730,7 @@
7466
7730
  }
7467
7731
  }
7468
7732
  },
7469
- "Si3": {
7733
+ "Sir": {
7470
7734
  "type": "list",
7471
7735
  "member": {
7472
7736
  "type": "structure",
@@ -7478,7 +7742,7 @@
7478
7742
  }
7479
7743
  }
7480
7744
  },
7481
- "Si8": {
7745
+ "Siw": {
7482
7746
  "type": "map",
7483
7747
  "key": {},
7484
7748
  "value": {
@@ -7497,12 +7761,12 @@
7497
7761
  }
7498
7762
  },
7499
7763
  "subSlotHints": {
7500
- "shape": "Si8"
7764
+ "shape": "Siw"
7501
7765
  }
7502
7766
  }
7503
7767
  }
7504
7768
  },
7505
- "Sid": {
7769
+ "Sj1": {
7506
7770
  "type": "structure",
7507
7771
  "required": [
7508
7772
  "intent"
@@ -7516,39 +7780,39 @@
7516
7780
  "members": {
7517
7781
  "name": {},
7518
7782
  "slots": {
7519
- "shape": "Sif"
7783
+ "shape": "Sj3"
7520
7784
  }
7521
7785
  }
7522
7786
  },
7523
7787
  "activeContexts": {
7524
- "shape": "Si3"
7788
+ "shape": "Sir"
7525
7789
  },
7526
7790
  "transcript": {}
7527
7791
  }
7528
7792
  },
7529
- "Sif": {
7793
+ "Sj3": {
7530
7794
  "type": "map",
7531
7795
  "key": {},
7532
7796
  "value": {
7533
- "shape": "Sig"
7797
+ "shape": "Sj4"
7534
7798
  }
7535
7799
  },
7536
- "Sig": {
7800
+ "Sj4": {
7537
7801
  "type": "structure",
7538
7802
  "members": {
7539
7803
  "value": {},
7540
7804
  "values": {
7541
7805
  "type": "list",
7542
7806
  "member": {
7543
- "shape": "Sig"
7807
+ "shape": "Sj4"
7544
7808
  }
7545
7809
  },
7546
7810
  "subSlots": {
7547
- "shape": "Sif"
7811
+ "shape": "Sj3"
7548
7812
  }
7549
7813
  }
7550
7814
  },
7551
- "Sj6": {
7815
+ "Sju": {
7552
7816
  "type": "list",
7553
7817
  "member": {
7554
7818
  "type": "structure",
@@ -7561,7 +7825,7 @@
7561
7825
  "name": {},
7562
7826
  "operator": {},
7563
7827
  "values": {
7564
- "shape": "Sdr"
7828
+ "shape": "Sef"
7565
7829
  }
7566
7830
  }
7567
7831
  }