cdk-lambda-subminute 2.0.455 → 2.0.457
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +33 -33
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +442 -94
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancing-2012-06-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/eventbridge-2015-10-07.min.json +4 -1
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +7 -1
- package/node_modules/aws-sdk/apis/memorydb-2021-01-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/models.lex.v2-2020-08-07.min.json +374 -346
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +16 -1
- package/node_modules/aws-sdk/apis/tnb-2008-10-21.min.json +90 -23
- package/node_modules/aws-sdk/clients/appstream.d.ts +8 -8
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -3
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +481 -1
- package/node_modules/aws-sdk/clients/elasticache.d.ts +196 -196
- package/node_modules/aws-sdk/clients/lexmodelsv2.d.ts +45 -5
- package/node_modules/aws-sdk/clients/memorydb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +12 -0
- package/node_modules/aws-sdk/clients/tnb.d.ts +95 -18
- package/node_modules/aws-sdk/clients/workspaces.d.ts +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +498 -132
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -92
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -5,12 +5,18 @@
|
|
5
5
|
"endpointPrefix": "models-v2-lex",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "Lex Models V2",
|
9
12
|
"serviceFullName": "Amazon Lex Model Building V2",
|
10
13
|
"serviceId": "Lex Models V2",
|
11
14
|
"signatureVersion": "v4",
|
12
15
|
"signingName": "lex",
|
13
|
-
"uid": "models.lex.v2-2020-08-07"
|
16
|
+
"uid": "models.lex.v2-2020-08-07",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
14
20
|
},
|
15
21
|
"operations": {
|
16
22
|
"BatchCreateCustomVocabularyItem": {
|
@@ -457,7 +463,7 @@
|
|
457
463
|
},
|
458
464
|
"description": {},
|
459
465
|
"botVersionLocaleSpecification": {
|
460
|
-
"shape": "
|
466
|
+
"shape": "S2q"
|
461
467
|
}
|
462
468
|
}
|
463
469
|
},
|
@@ -468,7 +474,7 @@
|
|
468
474
|
"description": {},
|
469
475
|
"botVersion": {},
|
470
476
|
"botVersionLocaleSpecification": {
|
471
|
-
"shape": "
|
477
|
+
"shape": "S2q"
|
472
478
|
},
|
473
479
|
"botStatus": {},
|
474
480
|
"creationDateTime": {
|
@@ -491,11 +497,11 @@
|
|
491
497
|
],
|
492
498
|
"members": {
|
493
499
|
"resourceSpecification": {
|
494
|
-
"shape": "
|
500
|
+
"shape": "S2u"
|
495
501
|
},
|
496
502
|
"fileFormat": {},
|
497
503
|
"filePassword": {
|
498
|
-
"shape": "
|
504
|
+
"shape": "S30"
|
499
505
|
}
|
500
506
|
}
|
501
507
|
},
|
@@ -504,7 +510,7 @@
|
|
504
510
|
"members": {
|
505
511
|
"exportId": {},
|
506
512
|
"resourceSpecification": {
|
507
|
-
"shape": "
|
513
|
+
"shape": "S2u"
|
508
514
|
},
|
509
515
|
"fileFormat": {},
|
510
516
|
"exportStatus": {},
|
@@ -533,28 +539,28 @@
|
|
533
539
|
"description": {},
|
534
540
|
"parentIntentSignature": {},
|
535
541
|
"sampleUtterances": {
|
536
|
-
"shape": "
|
542
|
+
"shape": "S35"
|
537
543
|
},
|
538
544
|
"dialogCodeHook": {
|
539
|
-
"shape": "
|
545
|
+
"shape": "S38"
|
540
546
|
},
|
541
547
|
"fulfillmentCodeHook": {
|
542
|
-
"shape": "
|
548
|
+
"shape": "S39"
|
543
549
|
},
|
544
550
|
"intentConfirmationSetting": {
|
545
|
-
"shape": "
|
551
|
+
"shape": "S4h"
|
546
552
|
},
|
547
553
|
"intentClosingSetting": {
|
548
|
-
"shape": "
|
554
|
+
"shape": "S4z"
|
549
555
|
},
|
550
556
|
"inputContexts": {
|
551
|
-
"shape": "
|
557
|
+
"shape": "S50"
|
552
558
|
},
|
553
559
|
"outputContexts": {
|
554
|
-
"shape": "
|
560
|
+
"shape": "S52"
|
555
561
|
},
|
556
562
|
"kendraConfiguration": {
|
557
|
-
"shape": "
|
563
|
+
"shape": "S56"
|
558
564
|
},
|
559
565
|
"botId": {
|
560
566
|
"location": "uri",
|
@@ -569,10 +575,10 @@
|
|
569
575
|
"locationName": "localeId"
|
570
576
|
},
|
571
577
|
"initialResponseSetting": {
|
572
|
-
"shape": "
|
578
|
+
"shape": "S59"
|
573
579
|
},
|
574
580
|
"qnAIntentConfiguration": {
|
575
|
-
"shape": "
|
581
|
+
"shape": "S5a"
|
576
582
|
}
|
577
583
|
}
|
578
584
|
},
|
@@ -584,28 +590,28 @@
|
|
584
590
|
"description": {},
|
585
591
|
"parentIntentSignature": {},
|
586
592
|
"sampleUtterances": {
|
587
|
-
"shape": "
|
593
|
+
"shape": "S35"
|
588
594
|
},
|
589
595
|
"dialogCodeHook": {
|
590
|
-
"shape": "
|
596
|
+
"shape": "S38"
|
591
597
|
},
|
592
598
|
"fulfillmentCodeHook": {
|
593
|
-
"shape": "
|
599
|
+
"shape": "S39"
|
594
600
|
},
|
595
601
|
"intentConfirmationSetting": {
|
596
|
-
"shape": "
|
602
|
+
"shape": "S4h"
|
597
603
|
},
|
598
604
|
"intentClosingSetting": {
|
599
|
-
"shape": "
|
605
|
+
"shape": "S4z"
|
600
606
|
},
|
601
607
|
"inputContexts": {
|
602
|
-
"shape": "
|
608
|
+
"shape": "S50"
|
603
609
|
},
|
604
610
|
"outputContexts": {
|
605
|
-
"shape": "
|
611
|
+
"shape": "S52"
|
606
612
|
},
|
607
613
|
"kendraConfiguration": {
|
608
|
-
"shape": "
|
614
|
+
"shape": "S56"
|
609
615
|
},
|
610
616
|
"botId": {},
|
611
617
|
"botVersion": {},
|
@@ -614,10 +620,10 @@
|
|
614
620
|
"type": "timestamp"
|
615
621
|
},
|
616
622
|
"initialResponseSetting": {
|
617
|
-
"shape": "
|
623
|
+
"shape": "S59"
|
618
624
|
},
|
619
625
|
"qnAIntentConfiguration": {
|
620
|
-
"shape": "
|
626
|
+
"shape": "S5a"
|
621
627
|
}
|
622
628
|
}
|
623
629
|
}
|
@@ -728,10 +734,10 @@
|
|
728
734
|
"description": {},
|
729
735
|
"slotTypeId": {},
|
730
736
|
"valueElicitationSetting": {
|
731
|
-
"shape": "
|
737
|
+
"shape": "S6a"
|
732
738
|
},
|
733
739
|
"obfuscationSetting": {
|
734
|
-
"shape": "
|
740
|
+
"shape": "S6n"
|
735
741
|
},
|
736
742
|
"botId": {
|
737
743
|
"location": "uri",
|
@@ -750,10 +756,10 @@
|
|
750
756
|
"locationName": "intentId"
|
751
757
|
},
|
752
758
|
"multipleValuesSetting": {
|
753
|
-
"shape": "
|
759
|
+
"shape": "S6p"
|
754
760
|
},
|
755
761
|
"subSlotSetting": {
|
756
|
-
"shape": "
|
762
|
+
"shape": "S6q"
|
757
763
|
}
|
758
764
|
}
|
759
765
|
},
|
@@ -765,10 +771,10 @@
|
|
765
771
|
"description": {},
|
766
772
|
"slotTypeId": {},
|
767
773
|
"valueElicitationSetting": {
|
768
|
-
"shape": "
|
774
|
+
"shape": "S6a"
|
769
775
|
},
|
770
776
|
"obfuscationSetting": {
|
771
|
-
"shape": "
|
777
|
+
"shape": "S6n"
|
772
778
|
},
|
773
779
|
"botId": {},
|
774
780
|
"botVersion": {},
|
@@ -778,10 +784,10 @@
|
|
778
784
|
"type": "timestamp"
|
779
785
|
},
|
780
786
|
"multipleValuesSetting": {
|
781
|
-
"shape": "
|
787
|
+
"shape": "S6p"
|
782
788
|
},
|
783
789
|
"subSlotSetting": {
|
784
|
-
"shape": "
|
790
|
+
"shape": "S6q"
|
785
791
|
}
|
786
792
|
}
|
787
793
|
}
|
@@ -804,10 +810,10 @@
|
|
804
810
|
"slotTypeName": {},
|
805
811
|
"description": {},
|
806
812
|
"slotTypeValues": {
|
807
|
-
"shape": "
|
813
|
+
"shape": "S6x"
|
808
814
|
},
|
809
815
|
"valueSelectionSetting": {
|
810
|
-
"shape": "
|
816
|
+
"shape": "S72"
|
811
817
|
},
|
812
818
|
"parentSlotTypeSignature": {},
|
813
819
|
"botId": {
|
@@ -823,10 +829,10 @@
|
|
823
829
|
"locationName": "localeId"
|
824
830
|
},
|
825
831
|
"externalSourceSetting": {
|
826
|
-
"shape": "
|
832
|
+
"shape": "S79"
|
827
833
|
},
|
828
834
|
"compositeSlotTypeSetting": {
|
829
|
-
"shape": "
|
835
|
+
"shape": "S7e"
|
830
836
|
}
|
831
837
|
}
|
832
838
|
},
|
@@ -837,10 +843,10 @@
|
|
837
843
|
"slotTypeName": {},
|
838
844
|
"description": {},
|
839
845
|
"slotTypeValues": {
|
840
|
-
"shape": "
|
846
|
+
"shape": "S6x"
|
841
847
|
},
|
842
848
|
"valueSelectionSetting": {
|
843
|
-
"shape": "
|
849
|
+
"shape": "S72"
|
844
850
|
},
|
845
851
|
"parentSlotTypeSignature": {},
|
846
852
|
"botId": {},
|
@@ -850,10 +856,10 @@
|
|
850
856
|
"type": "timestamp"
|
851
857
|
},
|
852
858
|
"externalSourceSetting": {
|
853
|
-
"shape": "
|
859
|
+
"shape": "S79"
|
854
860
|
},
|
855
861
|
"compositeSlotTypeSetting": {
|
856
|
-
"shape": "
|
862
|
+
"shape": "S7e"
|
857
863
|
}
|
858
864
|
}
|
859
865
|
}
|
@@ -875,7 +881,7 @@
|
|
875
881
|
"locationName": "testSetId"
|
876
882
|
},
|
877
883
|
"target": {
|
878
|
-
"shape": "
|
884
|
+
"shape": "S7j"
|
879
885
|
}
|
880
886
|
}
|
881
887
|
},
|
@@ -888,7 +894,7 @@
|
|
888
894
|
},
|
889
895
|
"testSetId": {},
|
890
896
|
"target": {
|
891
|
-
"shape": "
|
897
|
+
"shape": "S7j"
|
892
898
|
}
|
893
899
|
}
|
894
900
|
}
|
@@ -1446,7 +1452,7 @@
|
|
1446
1452
|
"shape": "S14"
|
1447
1453
|
},
|
1448
1454
|
"failureReasons": {
|
1449
|
-
"shape": "
|
1455
|
+
"shape": "S8l"
|
1450
1456
|
}
|
1451
1457
|
}
|
1452
1458
|
}
|
@@ -1514,7 +1520,7 @@
|
|
1514
1520
|
"type": "timestamp"
|
1515
1521
|
},
|
1516
1522
|
"parentBotNetworks": {
|
1517
|
-
"shape": "
|
1523
|
+
"shape": "S8r"
|
1518
1524
|
}
|
1519
1525
|
}
|
1520
1526
|
}
|
@@ -1569,7 +1575,7 @@
|
|
1569
1575
|
},
|
1570
1576
|
"botLocaleStatus": {},
|
1571
1577
|
"failureReasons": {
|
1572
|
-
"shape": "
|
1578
|
+
"shape": "S8l"
|
1573
1579
|
},
|
1574
1580
|
"creationDateTime": {
|
1575
1581
|
"type": "timestamp"
|
@@ -1597,7 +1603,7 @@
|
|
1597
1603
|
}
|
1598
1604
|
},
|
1599
1605
|
"recommendedActions": {
|
1600
|
-
"shape": "
|
1606
|
+
"shape": "S8z"
|
1601
1607
|
},
|
1602
1608
|
"generativeAISettings": {
|
1603
1609
|
"shape": "S25"
|
@@ -1647,7 +1653,7 @@
|
|
1647
1653
|
"botRecommendationStatus": {},
|
1648
1654
|
"botRecommendationId": {},
|
1649
1655
|
"failureReasons": {
|
1650
|
-
"shape": "
|
1656
|
+
"shape": "S8l"
|
1651
1657
|
},
|
1652
1658
|
"creationDateTime": {
|
1653
1659
|
"type": "timestamp"
|
@@ -1656,10 +1662,10 @@
|
|
1656
1662
|
"type": "timestamp"
|
1657
1663
|
},
|
1658
1664
|
"transcriptSourceSetting": {
|
1659
|
-
"shape": "
|
1665
|
+
"shape": "S94"
|
1660
1666
|
},
|
1661
1667
|
"encryptionSetting": {
|
1662
|
-
"shape": "
|
1668
|
+
"shape": "S9d"
|
1663
1669
|
},
|
1664
1670
|
"botRecommendationResults": {
|
1665
1671
|
"type": "structure",
|
@@ -1726,7 +1732,7 @@
|
|
1726
1732
|
},
|
1727
1733
|
"botReplicaStatus": {},
|
1728
1734
|
"failureReasons": {
|
1729
|
-
"shape": "
|
1735
|
+
"shape": "S8l"
|
1730
1736
|
}
|
1731
1737
|
}
|
1732
1738
|
}
|
@@ -1772,7 +1778,7 @@
|
|
1772
1778
|
"localeId": {},
|
1773
1779
|
"generationId": {},
|
1774
1780
|
"failureReasons": {
|
1775
|
-
"shape": "
|
1781
|
+
"shape": "S8l"
|
1776
1782
|
},
|
1777
1783
|
"generationStatus": {},
|
1778
1784
|
"generationInputPrompt": {},
|
@@ -1826,13 +1832,13 @@
|
|
1826
1832
|
},
|
1827
1833
|
"botStatus": {},
|
1828
1834
|
"failureReasons": {
|
1829
|
-
"shape": "
|
1835
|
+
"shape": "S8l"
|
1830
1836
|
},
|
1831
1837
|
"creationDateTime": {
|
1832
1838
|
"type": "timestamp"
|
1833
1839
|
},
|
1834
1840
|
"parentBotNetworks": {
|
1835
|
-
"shape": "
|
1841
|
+
"shape": "S8r"
|
1836
1842
|
},
|
1837
1843
|
"botType": {},
|
1838
1844
|
"botMembers": {
|
@@ -1908,12 +1914,12 @@
|
|
1908
1914
|
"members": {
|
1909
1915
|
"exportId": {},
|
1910
1916
|
"resourceSpecification": {
|
1911
|
-
"shape": "
|
1917
|
+
"shape": "S2u"
|
1912
1918
|
},
|
1913
1919
|
"fileFormat": {},
|
1914
1920
|
"exportStatus": {},
|
1915
1921
|
"failureReasons": {
|
1916
|
-
"shape": "
|
1922
|
+
"shape": "S8l"
|
1917
1923
|
},
|
1918
1924
|
"downloadUrl": {},
|
1919
1925
|
"creationDateTime": {
|
@@ -1948,14 +1954,14 @@
|
|
1948
1954
|
"members": {
|
1949
1955
|
"importId": {},
|
1950
1956
|
"resourceSpecification": {
|
1951
|
-
"shape": "
|
1957
|
+
"shape": "S9y"
|
1952
1958
|
},
|
1953
1959
|
"importedResourceId": {},
|
1954
1960
|
"importedResourceName": {},
|
1955
1961
|
"mergeStrategy": {},
|
1956
1962
|
"importStatus": {},
|
1957
1963
|
"failureReasons": {
|
1958
|
-
"shape": "
|
1964
|
+
"shape": "S8l"
|
1959
1965
|
},
|
1960
1966
|
"creationDateTime": {
|
1961
1967
|
"type": "timestamp"
|
@@ -2007,31 +2013,31 @@
|
|
2007
2013
|
"description": {},
|
2008
2014
|
"parentIntentSignature": {},
|
2009
2015
|
"sampleUtterances": {
|
2010
|
-
"shape": "
|
2016
|
+
"shape": "S35"
|
2011
2017
|
},
|
2012
2018
|
"dialogCodeHook": {
|
2013
|
-
"shape": "
|
2019
|
+
"shape": "S38"
|
2014
2020
|
},
|
2015
2021
|
"fulfillmentCodeHook": {
|
2016
|
-
"shape": "
|
2022
|
+
"shape": "S39"
|
2017
2023
|
},
|
2018
2024
|
"slotPriorities": {
|
2019
|
-
"shape": "
|
2025
|
+
"shape": "Saa"
|
2020
2026
|
},
|
2021
2027
|
"intentConfirmationSetting": {
|
2022
|
-
"shape": "
|
2028
|
+
"shape": "S4h"
|
2023
2029
|
},
|
2024
2030
|
"intentClosingSetting": {
|
2025
|
-
"shape": "
|
2031
|
+
"shape": "S4z"
|
2026
2032
|
},
|
2027
2033
|
"inputContexts": {
|
2028
|
-
"shape": "
|
2034
|
+
"shape": "S50"
|
2029
2035
|
},
|
2030
2036
|
"outputContexts": {
|
2031
|
-
"shape": "
|
2037
|
+
"shape": "S52"
|
2032
2038
|
},
|
2033
2039
|
"kendraConfiguration": {
|
2034
|
-
"shape": "
|
2040
|
+
"shape": "S56"
|
2035
2041
|
},
|
2036
2042
|
"botId": {},
|
2037
2043
|
"botVersion": {},
|
@@ -2043,10 +2049,10 @@
|
|
2043
2049
|
"type": "timestamp"
|
2044
2050
|
},
|
2045
2051
|
"initialResponseSetting": {
|
2046
|
-
"shape": "
|
2052
|
+
"shape": "S59"
|
2047
2053
|
},
|
2048
2054
|
"qnAIntentConfiguration": {
|
2049
|
-
"shape": "
|
2055
|
+
"shape": "S5a"
|
2050
2056
|
}
|
2051
2057
|
}
|
2052
2058
|
}
|
@@ -2124,10 +2130,10 @@
|
|
2124
2130
|
"description": {},
|
2125
2131
|
"slotTypeId": {},
|
2126
2132
|
"valueElicitationSetting": {
|
2127
|
-
"shape": "
|
2133
|
+
"shape": "S6a"
|
2128
2134
|
},
|
2129
2135
|
"obfuscationSetting": {
|
2130
|
-
"shape": "
|
2136
|
+
"shape": "S6n"
|
2131
2137
|
},
|
2132
2138
|
"botId": {},
|
2133
2139
|
"botVersion": {},
|
@@ -2140,10 +2146,10 @@
|
|
2140
2146
|
"type": "timestamp"
|
2141
2147
|
},
|
2142
2148
|
"multipleValuesSetting": {
|
2143
|
-
"shape": "
|
2149
|
+
"shape": "S6p"
|
2144
2150
|
},
|
2145
2151
|
"subSlotSetting": {
|
2146
|
-
"shape": "
|
2152
|
+
"shape": "S6q"
|
2147
2153
|
}
|
2148
2154
|
}
|
2149
2155
|
}
|
@@ -2188,10 +2194,10 @@
|
|
2188
2194
|
"slotTypeName": {},
|
2189
2195
|
"description": {},
|
2190
2196
|
"slotTypeValues": {
|
2191
|
-
"shape": "
|
2197
|
+
"shape": "S6x"
|
2192
2198
|
},
|
2193
2199
|
"valueSelectionSetting": {
|
2194
|
-
"shape": "
|
2200
|
+
"shape": "S72"
|
2195
2201
|
},
|
2196
2202
|
"parentSlotTypeSignature": {},
|
2197
2203
|
"botId": {},
|
@@ -2204,10 +2210,10 @@
|
|
2204
2210
|
"type": "timestamp"
|
2205
2211
|
},
|
2206
2212
|
"externalSourceSetting": {
|
2207
|
-
"shape": "
|
2213
|
+
"shape": "S79"
|
2208
2214
|
},
|
2209
2215
|
"compositeSlotTypeSetting": {
|
2210
|
-
"shape": "
|
2216
|
+
"shape": "S7e"
|
2211
2217
|
}
|
2212
2218
|
}
|
2213
2219
|
}
|
@@ -2244,12 +2250,12 @@
|
|
2244
2250
|
"testSetId": {},
|
2245
2251
|
"testSetName": {},
|
2246
2252
|
"target": {
|
2247
|
-
"shape": "
|
2253
|
+
"shape": "Sam"
|
2248
2254
|
},
|
2249
2255
|
"apiMode": {},
|
2250
2256
|
"testExecutionModality": {},
|
2251
2257
|
"failureReasons": {
|
2252
|
-
"shape": "
|
2258
|
+
"shape": "S8l"
|
2253
2259
|
}
|
2254
2260
|
}
|
2255
2261
|
}
|
@@ -2285,7 +2291,7 @@
|
|
2285
2291
|
"type": "integer"
|
2286
2292
|
},
|
2287
2293
|
"storageLocation": {
|
2288
|
-
"shape": "
|
2294
|
+
"shape": "Sa3"
|
2289
2295
|
},
|
2290
2296
|
"creationDateTime": {
|
2291
2297
|
"type": "timestamp"
|
@@ -2323,7 +2329,7 @@
|
|
2323
2329
|
"type": "timestamp"
|
2324
2330
|
},
|
2325
2331
|
"target": {
|
2326
|
-
"shape": "
|
2332
|
+
"shape": "S7j"
|
2327
2333
|
},
|
2328
2334
|
"testSetDiscrepancyReportStatus": {},
|
2329
2335
|
"lastUpdatedDataTime": {
|
@@ -2370,7 +2376,7 @@
|
|
2370
2376
|
},
|
2371
2377
|
"testSetDiscrepancyRawOutputUrl": {},
|
2372
2378
|
"failureReasons": {
|
2373
|
-
"shape": "
|
2379
|
+
"shape": "S8l"
|
2374
2380
|
}
|
2375
2381
|
}
|
2376
2382
|
}
|
@@ -2399,16 +2405,16 @@
|
|
2399
2405
|
"testSetGenerationId": {},
|
2400
2406
|
"testSetGenerationStatus": {},
|
2401
2407
|
"failureReasons": {
|
2402
|
-
"shape": "
|
2408
|
+
"shape": "S8l"
|
2403
2409
|
},
|
2404
2410
|
"testSetId": {},
|
2405
2411
|
"testSetName": {},
|
2406
2412
|
"description": {},
|
2407
2413
|
"storageLocation": {
|
2408
|
-
"shape": "
|
2414
|
+
"shape": "Sa3"
|
2409
2415
|
},
|
2410
2416
|
"generationDataSource": {
|
2411
|
-
"shape": "
|
2417
|
+
"shape": "Sb4"
|
2412
2418
|
},
|
2413
2419
|
"roleArn": {},
|
2414
2420
|
"creationDateTime": {
|
@@ -2457,7 +2463,7 @@
|
|
2457
2463
|
"localeId": {},
|
2458
2464
|
"intentId": {},
|
2459
2465
|
"sampleUtterances": {
|
2460
|
-
"shape": "
|
2466
|
+
"shape": "S35"
|
2461
2467
|
}
|
2462
2468
|
}
|
2463
2469
|
}
|
@@ -2509,7 +2515,7 @@
|
|
2509
2515
|
"botVersion": {},
|
2510
2516
|
"localeId": {},
|
2511
2517
|
"aggregationDuration": {
|
2512
|
-
"shape": "
|
2518
|
+
"shape": "Sbd"
|
2513
2519
|
},
|
2514
2520
|
"sortBy": {
|
2515
2521
|
"type": "structure",
|
@@ -2534,7 +2540,7 @@
|
|
2534
2540
|
"members": {
|
2535
2541
|
"name": {},
|
2536
2542
|
"values": {
|
2537
|
-
"shape": "
|
2543
|
+
"shape": "Sbn"
|
2538
2544
|
},
|
2539
2545
|
"operator": {}
|
2540
2546
|
}
|
@@ -2554,7 +2560,7 @@
|
|
2554
2560
|
"botVersion": {},
|
2555
2561
|
"localeId": {},
|
2556
2562
|
"aggregationDuration": {
|
2557
|
-
"shape": "
|
2563
|
+
"shape": "Sbd"
|
2558
2564
|
},
|
2559
2565
|
"aggregationWindowStartTime": {
|
2560
2566
|
"type": "timestamp"
|
@@ -2640,7 +2646,7 @@
|
|
2640
2646
|
"type": "timestamp"
|
2641
2647
|
},
|
2642
2648
|
"failureReasons": {
|
2643
|
-
"shape": "
|
2649
|
+
"shape": "S8l"
|
2644
2650
|
}
|
2645
2651
|
}
|
2646
2652
|
}
|
@@ -2740,7 +2746,7 @@
|
|
2740
2746
|
"members": {
|
2741
2747
|
"name": {},
|
2742
2748
|
"values": {
|
2743
|
-
"shape": "
|
2749
|
+
"shape": "Sbn"
|
2744
2750
|
},
|
2745
2751
|
"operator": {}
|
2746
2752
|
}
|
@@ -2873,7 +2879,7 @@
|
|
2873
2879
|
},
|
2874
2880
|
"botReplicaStatus": {},
|
2875
2881
|
"failureReasons": {
|
2876
|
-
"shape": "
|
2882
|
+
"shape": "S8l"
|
2877
2883
|
}
|
2878
2884
|
}
|
2879
2885
|
}
|
@@ -3003,7 +3009,7 @@
|
|
3003
3009
|
"type": "timestamp"
|
3004
3010
|
},
|
3005
3011
|
"failureReasons": {
|
3006
|
-
"shape": "
|
3012
|
+
"shape": "S8l"
|
3007
3013
|
}
|
3008
3014
|
}
|
3009
3015
|
}
|
@@ -3098,7 +3104,7 @@
|
|
3098
3104
|
"members": {
|
3099
3105
|
"name": {},
|
3100
3106
|
"values": {
|
3101
|
-
"shape": "
|
3107
|
+
"shape": "Sbn"
|
3102
3108
|
},
|
3103
3109
|
"operator": {}
|
3104
3110
|
}
|
@@ -3311,7 +3317,7 @@
|
|
3311
3317
|
"members": {
|
3312
3318
|
"name": {},
|
3313
3319
|
"values": {
|
3314
|
-
"shape": "
|
3320
|
+
"shape": "Sbn"
|
3315
3321
|
},
|
3316
3322
|
"operator": {}
|
3317
3323
|
}
|
@@ -3336,7 +3342,7 @@
|
|
3336
3342
|
"members": {
|
3337
3343
|
"exportId": {},
|
3338
3344
|
"resourceSpecification": {
|
3339
|
-
"shape": "
|
3345
|
+
"shape": "S2u"
|
3340
3346
|
},
|
3341
3347
|
"fileFormat": {},
|
3342
3348
|
"exportStatus": {},
|
@@ -3387,7 +3393,7 @@
|
|
3387
3393
|
"members": {
|
3388
3394
|
"name": {},
|
3389
3395
|
"values": {
|
3390
|
-
"shape": "
|
3396
|
+
"shape": "Sbn"
|
3391
3397
|
},
|
3392
3398
|
"operator": {}
|
3393
3399
|
}
|
@@ -3470,7 +3476,7 @@
|
|
3470
3476
|
}
|
3471
3477
|
},
|
3472
3478
|
"binBy": {
|
3473
|
-
"shape": "
|
3479
|
+
"shape": "Sen"
|
3474
3480
|
},
|
3475
3481
|
"groupBy": {
|
3476
3482
|
"type": "list",
|
@@ -3497,7 +3503,7 @@
|
|
3497
3503
|
"name": {},
|
3498
3504
|
"operator": {},
|
3499
3505
|
"values": {
|
3500
|
-
"shape": "
|
3506
|
+
"shape": "Sey"
|
3501
3507
|
}
|
3502
3508
|
}
|
3503
3509
|
}
|
@@ -3518,7 +3524,7 @@
|
|
3518
3524
|
"type": "structure",
|
3519
3525
|
"members": {
|
3520
3526
|
"binKeys": {
|
3521
|
-
"shape": "
|
3527
|
+
"shape": "Sf3"
|
3522
3528
|
},
|
3523
3529
|
"groupByKeys": {
|
3524
3530
|
"type": "list",
|
@@ -3588,7 +3594,7 @@
|
|
3588
3594
|
"name": {},
|
3589
3595
|
"operator": {},
|
3590
3596
|
"values": {
|
3591
|
-
"shape": "
|
3597
|
+
"shape": "Sey"
|
3592
3598
|
}
|
3593
3599
|
}
|
3594
3600
|
}
|
@@ -3658,7 +3664,7 @@
|
|
3658
3664
|
}
|
3659
3665
|
},
|
3660
3666
|
"binBy": {
|
3661
|
-
"shape": "
|
3667
|
+
"shape": "Sen"
|
3662
3668
|
},
|
3663
3669
|
"groupBy": {
|
3664
3670
|
"type": "list",
|
@@ -3685,7 +3691,7 @@
|
|
3685
3691
|
"name": {},
|
3686
3692
|
"operator": {},
|
3687
3693
|
"values": {
|
3688
|
-
"shape": "
|
3694
|
+
"shape": "Sey"
|
3689
3695
|
}
|
3690
3696
|
}
|
3691
3697
|
}
|
@@ -3706,7 +3712,7 @@
|
|
3706
3712
|
"type": "structure",
|
3707
3713
|
"members": {
|
3708
3714
|
"binKeys": {
|
3709
|
-
"shape": "
|
3715
|
+
"shape": "Sf3"
|
3710
3716
|
},
|
3711
3717
|
"groupByKeys": {
|
3712
3718
|
"type": "list",
|
@@ -3786,7 +3792,7 @@
|
|
3786
3792
|
"members": {
|
3787
3793
|
"name": {},
|
3788
3794
|
"values": {
|
3789
|
-
"shape": "
|
3795
|
+
"shape": "Sbn"
|
3790
3796
|
},
|
3791
3797
|
"operator": {}
|
3792
3798
|
}
|
@@ -3814,10 +3820,10 @@
|
|
3814
3820
|
"description": {},
|
3815
3821
|
"parentIntentSignature": {},
|
3816
3822
|
"inputContexts": {
|
3817
|
-
"shape": "
|
3823
|
+
"shape": "S50"
|
3818
3824
|
},
|
3819
3825
|
"outputContexts": {
|
3820
|
-
"shape": "
|
3826
|
+
"shape": "S52"
|
3821
3827
|
},
|
3822
3828
|
"lastUpdatedDateTime": {
|
3823
3829
|
"type": "timestamp"
|
@@ -3924,7 +3930,7 @@
|
|
3924
3930
|
}
|
3925
3931
|
},
|
3926
3932
|
"filters": {
|
3927
|
-
"shape": "
|
3933
|
+
"shape": "Sgm"
|
3928
3934
|
},
|
3929
3935
|
"maxResults": {
|
3930
3936
|
"type": "integer"
|
@@ -4017,7 +4023,7 @@
|
|
4017
4023
|
}
|
4018
4024
|
},
|
4019
4025
|
"binBy": {
|
4020
|
-
"shape": "
|
4026
|
+
"shape": "Sen"
|
4021
4027
|
},
|
4022
4028
|
"groupBy": {
|
4023
4029
|
"type": "list",
|
@@ -4032,7 +4038,7 @@
|
|
4032
4038
|
}
|
4033
4039
|
},
|
4034
4040
|
"filters": {
|
4035
|
-
"shape": "
|
4041
|
+
"shape": "Sgm"
|
4036
4042
|
},
|
4037
4043
|
"maxResults": {
|
4038
4044
|
"type": "integer"
|
@@ -4050,7 +4056,7 @@
|
|
4050
4056
|
"type": "structure",
|
4051
4057
|
"members": {
|
4052
4058
|
"binKeys": {
|
4053
|
-
"shape": "
|
4059
|
+
"shape": "Sf3"
|
4054
4060
|
},
|
4055
4061
|
"groupByKeys": {
|
4056
4062
|
"type": "list",
|
@@ -4130,7 +4136,7 @@
|
|
4130
4136
|
"members": {
|
4131
4137
|
"name": {},
|
4132
4138
|
"values": {
|
4133
|
-
"shape": "
|
4139
|
+
"shape": "Sbn"
|
4134
4140
|
},
|
4135
4141
|
"operator": {}
|
4136
4142
|
}
|
@@ -4221,7 +4227,7 @@
|
|
4221
4227
|
"members": {
|
4222
4228
|
"name": {},
|
4223
4229
|
"values": {
|
4224
|
-
"shape": "
|
4230
|
+
"shape": "Sbn"
|
4225
4231
|
},
|
4226
4232
|
"operator": {}
|
4227
4233
|
}
|
@@ -4251,7 +4257,7 @@
|
|
4251
4257
|
"slotConstraint": {},
|
4252
4258
|
"slotTypeId": {},
|
4253
4259
|
"valueElicitationPromptSpecification": {
|
4254
|
-
"shape": "
|
4260
|
+
"shape": "S4i"
|
4255
4261
|
},
|
4256
4262
|
"lastUpdatedDateTime": {
|
4257
4263
|
"type": "timestamp"
|
@@ -4356,10 +4362,10 @@
|
|
4356
4362
|
"type": "integer"
|
4357
4363
|
},
|
4358
4364
|
"speechTranscriptionResultCounts": {
|
4359
|
-
"shape": "
|
4365
|
+
"shape": "Sib"
|
4360
4366
|
},
|
4361
4367
|
"endToEndResultCounts": {
|
4362
|
-
"shape": "
|
4368
|
+
"shape": "Sib"
|
4363
4369
|
}
|
4364
4370
|
}
|
4365
4371
|
}
|
@@ -4452,10 +4458,10 @@
|
|
4452
4458
|
"type": "integer"
|
4453
4459
|
},
|
4454
4460
|
"speechTranscriptionResultCounts": {
|
4455
|
-
"shape": "
|
4461
|
+
"shape": "Sib"
|
4456
4462
|
},
|
4457
4463
|
"intentMatchResultCounts": {
|
4458
|
-
"shape": "
|
4464
|
+
"shape": "Sib"
|
4459
4465
|
}
|
4460
4466
|
}
|
4461
4467
|
}
|
@@ -4505,10 +4511,10 @@
|
|
4505
4511
|
"type": "integer"
|
4506
4512
|
},
|
4507
4513
|
"speechTranscriptionResultCounts": {
|
4508
|
-
"shape": "
|
4514
|
+
"shape": "Sib"
|
4509
4515
|
},
|
4510
4516
|
"slotMatchResultCounts": {
|
4511
|
-
"shape": "
|
4517
|
+
"shape": "Sib"
|
4512
4518
|
}
|
4513
4519
|
}
|
4514
4520
|
}
|
@@ -4551,7 +4557,7 @@
|
|
4551
4557
|
"expectedAgentPrompt": {},
|
4552
4558
|
"actualAgentPrompt": {},
|
4553
4559
|
"errorDetails": {
|
4554
|
-
"shape": "
|
4560
|
+
"shape": "Sj2"
|
4555
4561
|
},
|
4556
4562
|
"actualElicitedSlot": {},
|
4557
4563
|
"actualIntent": {}
|
@@ -4565,16 +4571,16 @@
|
|
4565
4571
|
],
|
4566
4572
|
"members": {
|
4567
4573
|
"input": {
|
4568
|
-
"shape": "
|
4574
|
+
"shape": "Sj4"
|
4569
4575
|
},
|
4570
4576
|
"expectedOutput": {
|
4571
|
-
"shape": "
|
4577
|
+
"shape": "Sjk"
|
4572
4578
|
},
|
4573
4579
|
"actualOutput": {
|
4574
|
-
"shape": "
|
4580
|
+
"shape": "Sjk"
|
4575
4581
|
},
|
4576
4582
|
"errorDetails": {
|
4577
|
-
"shape": "
|
4583
|
+
"shape": "Sj2"
|
4578
4584
|
},
|
4579
4585
|
"endToEndResult": {},
|
4580
4586
|
"intentMatchResult": {},
|
@@ -4649,7 +4655,7 @@
|
|
4649
4655
|
"testSetId": {},
|
4650
4656
|
"testSetName": {},
|
4651
4657
|
"target": {
|
4652
|
-
"shape": "
|
4658
|
+
"shape": "Sam"
|
4653
4659
|
},
|
4654
4660
|
"apiMode": {},
|
4655
4661
|
"testExecutionModality": {}
|
@@ -4720,10 +4726,10 @@
|
|
4720
4726
|
],
|
4721
4727
|
"members": {
|
4722
4728
|
"input": {
|
4723
|
-
"shape": "
|
4729
|
+
"shape": "Sj4"
|
4724
4730
|
},
|
4725
4731
|
"expected": {
|
4726
|
-
"shape": "
|
4732
|
+
"shape": "Sjk"
|
4727
4733
|
}
|
4728
4734
|
}
|
4729
4735
|
}
|
@@ -4779,7 +4785,7 @@
|
|
4779
4785
|
"type": "integer"
|
4780
4786
|
},
|
4781
4787
|
"storageLocation": {
|
4782
|
-
"shape": "
|
4788
|
+
"shape": "Sa3"
|
4783
4789
|
},
|
4784
4790
|
"creationDateTime": {
|
4785
4791
|
"type": "timestamp"
|
@@ -4829,7 +4835,7 @@
|
|
4829
4835
|
}
|
4830
4836
|
},
|
4831
4837
|
"filters": {
|
4832
|
-
"shape": "
|
4838
|
+
"shape": "Skd"
|
4833
4839
|
},
|
4834
4840
|
"maxResults": {
|
4835
4841
|
"type": "integer"
|
@@ -4886,7 +4892,7 @@
|
|
4886
4892
|
"content": {},
|
4887
4893
|
"contentType": {},
|
4888
4894
|
"imageResponseCard": {
|
4889
|
-
"shape": "
|
4895
|
+
"shape": "S3l"
|
4890
4896
|
}
|
4891
4897
|
}
|
4892
4898
|
}
|
@@ -4937,7 +4943,7 @@
|
|
4937
4943
|
}
|
4938
4944
|
},
|
4939
4945
|
"binBy": {
|
4940
|
-
"shape": "
|
4946
|
+
"shape": "Sen"
|
4941
4947
|
},
|
4942
4948
|
"groupBy": {
|
4943
4949
|
"type": "list",
|
@@ -4964,7 +4970,7 @@
|
|
4964
4970
|
}
|
4965
4971
|
},
|
4966
4972
|
"filters": {
|
4967
|
-
"shape": "
|
4973
|
+
"shape": "Skd"
|
4968
4974
|
},
|
4969
4975
|
"maxResults": {
|
4970
4976
|
"type": "integer"
|
@@ -4982,7 +4988,7 @@
|
|
4982
4988
|
"type": "structure",
|
4983
4989
|
"members": {
|
4984
4990
|
"binKeys": {
|
4985
|
-
"shape": "
|
4991
|
+
"shape": "Sf3"
|
4986
4992
|
},
|
4987
4993
|
"groupByKeys": {
|
4988
4994
|
"type": "list",
|
@@ -5066,7 +5072,7 @@
|
|
5066
5072
|
"members": {
|
5067
5073
|
"name": {},
|
5068
5074
|
"values": {
|
5069
|
-
"shape": "
|
5075
|
+
"shape": "Sbn"
|
5070
5076
|
}
|
5071
5077
|
}
|
5072
5078
|
}
|
@@ -5132,10 +5138,10 @@
|
|
5132
5138
|
"locationName": "localeId"
|
5133
5139
|
},
|
5134
5140
|
"transcriptSourceSetting": {
|
5135
|
-
"shape": "
|
5141
|
+
"shape": "S94"
|
5136
5142
|
},
|
5137
5143
|
"encryptionSetting": {
|
5138
|
-
"shape": "
|
5144
|
+
"shape": "S9d"
|
5139
5145
|
}
|
5140
5146
|
}
|
5141
5147
|
},
|
@@ -5151,10 +5157,10 @@
|
|
5151
5157
|
"type": "timestamp"
|
5152
5158
|
},
|
5153
5159
|
"transcriptSourceSetting": {
|
5154
|
-
"shape": "
|
5160
|
+
"shape": "S94"
|
5155
5161
|
},
|
5156
5162
|
"encryptionSetting": {
|
5157
|
-
"shape": "
|
5163
|
+
"shape": "S9d"
|
5158
5164
|
}
|
5159
5165
|
}
|
5160
5166
|
}
|
@@ -5221,11 +5227,11 @@
|
|
5221
5227
|
"members": {
|
5222
5228
|
"importId": {},
|
5223
5229
|
"resourceSpecification": {
|
5224
|
-
"shape": "
|
5230
|
+
"shape": "S9y"
|
5225
5231
|
},
|
5226
5232
|
"mergeStrategy": {},
|
5227
5233
|
"filePassword": {
|
5228
|
-
"shape": "
|
5234
|
+
"shape": "S30"
|
5229
5235
|
}
|
5230
5236
|
}
|
5231
5237
|
},
|
@@ -5234,7 +5240,7 @@
|
|
5234
5240
|
"members": {
|
5235
5241
|
"importId": {},
|
5236
5242
|
"resourceSpecification": {
|
5237
|
-
"shape": "
|
5243
|
+
"shape": "S9y"
|
5238
5244
|
},
|
5239
5245
|
"mergeStrategy": {},
|
5240
5246
|
"importStatus": {},
|
@@ -5262,7 +5268,7 @@
|
|
5262
5268
|
"locationName": "testSetId"
|
5263
5269
|
},
|
5264
5270
|
"target": {
|
5265
|
-
"shape": "
|
5271
|
+
"shape": "Sam"
|
5266
5272
|
},
|
5267
5273
|
"apiMode": {},
|
5268
5274
|
"testExecutionModality": {}
|
@@ -5277,7 +5283,7 @@
|
|
5277
5283
|
},
|
5278
5284
|
"testSetId": {},
|
5279
5285
|
"target": {
|
5280
|
-
"shape": "
|
5286
|
+
"shape": "Sam"
|
5281
5287
|
},
|
5282
5288
|
"apiMode": {},
|
5283
5289
|
"testExecutionModality": {}
|
@@ -5302,10 +5308,10 @@
|
|
5302
5308
|
"testSetName": {},
|
5303
5309
|
"description": {},
|
5304
5310
|
"storageLocation": {
|
5305
|
-
"shape": "
|
5311
|
+
"shape": "Sa3"
|
5306
5312
|
},
|
5307
5313
|
"generationDataSource": {
|
5308
|
-
"shape": "
|
5314
|
+
"shape": "Sb4"
|
5309
5315
|
},
|
5310
5316
|
"roleArn": {},
|
5311
5317
|
"testSetTags": {
|
@@ -5324,10 +5330,10 @@
|
|
5324
5330
|
"testSetName": {},
|
5325
5331
|
"description": {},
|
5326
5332
|
"storageLocation": {
|
5327
|
-
"shape": "
|
5333
|
+
"shape": "Sa3"
|
5328
5334
|
},
|
5329
5335
|
"generationDataSource": {
|
5330
|
-
"shape": "
|
5336
|
+
"shape": "Sb4"
|
5331
5337
|
},
|
5332
5338
|
"roleArn": {},
|
5333
5339
|
"testSetTags": {
|
@@ -5617,7 +5623,7 @@
|
|
5617
5623
|
},
|
5618
5624
|
"botLocaleStatus": {},
|
5619
5625
|
"failureReasons": {
|
5620
|
-
"shape": "
|
5626
|
+
"shape": "S8l"
|
5621
5627
|
},
|
5622
5628
|
"creationDateTime": {
|
5623
5629
|
"type": "timestamp"
|
@@ -5626,7 +5632,7 @@
|
|
5626
5632
|
"type": "timestamp"
|
5627
5633
|
},
|
5628
5634
|
"recommendedActions": {
|
5629
|
-
"shape": "
|
5635
|
+
"shape": "S8z"
|
5630
5636
|
},
|
5631
5637
|
"generativeAISettings": {
|
5632
5638
|
"shape": "S25"
|
@@ -5667,7 +5673,7 @@
|
|
5667
5673
|
"locationName": "botRecommendationId"
|
5668
5674
|
},
|
5669
5675
|
"encryptionSetting": {
|
5670
|
-
"shape": "
|
5676
|
+
"shape": "S9d"
|
5671
5677
|
}
|
5672
5678
|
}
|
5673
5679
|
},
|
@@ -5686,10 +5692,10 @@
|
|
5686
5692
|
"type": "timestamp"
|
5687
5693
|
},
|
5688
5694
|
"transcriptSourceSetting": {
|
5689
|
-
"shape": "
|
5695
|
+
"shape": "S94"
|
5690
5696
|
},
|
5691
5697
|
"encryptionSetting": {
|
5692
|
-
"shape": "
|
5698
|
+
"shape": "S9d"
|
5693
5699
|
}
|
5694
5700
|
}
|
5695
5701
|
}
|
@@ -5711,7 +5717,7 @@
|
|
5711
5717
|
"locationName": "exportId"
|
5712
5718
|
},
|
5713
5719
|
"filePassword": {
|
5714
|
-
"shape": "
|
5720
|
+
"shape": "S30"
|
5715
5721
|
}
|
5716
5722
|
}
|
5717
5723
|
},
|
@@ -5720,7 +5726,7 @@
|
|
5720
5726
|
"members": {
|
5721
5727
|
"exportId": {},
|
5722
5728
|
"resourceSpecification": {
|
5723
|
-
"shape": "
|
5729
|
+
"shape": "S2u"
|
5724
5730
|
},
|
5725
5731
|
"fileFormat": {},
|
5726
5732
|
"exportStatus": {},
|
@@ -5757,31 +5763,31 @@
|
|
5757
5763
|
"description": {},
|
5758
5764
|
"parentIntentSignature": {},
|
5759
5765
|
"sampleUtterances": {
|
5760
|
-
"shape": "
|
5766
|
+
"shape": "S35"
|
5761
5767
|
},
|
5762
5768
|
"dialogCodeHook": {
|
5763
|
-
"shape": "
|
5769
|
+
"shape": "S38"
|
5764
5770
|
},
|
5765
5771
|
"fulfillmentCodeHook": {
|
5766
|
-
"shape": "
|
5772
|
+
"shape": "S39"
|
5767
5773
|
},
|
5768
5774
|
"slotPriorities": {
|
5769
|
-
"shape": "
|
5775
|
+
"shape": "Saa"
|
5770
5776
|
},
|
5771
5777
|
"intentConfirmationSetting": {
|
5772
|
-
"shape": "
|
5778
|
+
"shape": "S4h"
|
5773
5779
|
},
|
5774
5780
|
"intentClosingSetting": {
|
5775
|
-
"shape": "
|
5781
|
+
"shape": "S4z"
|
5776
5782
|
},
|
5777
5783
|
"inputContexts": {
|
5778
|
-
"shape": "
|
5784
|
+
"shape": "S50"
|
5779
5785
|
},
|
5780
5786
|
"outputContexts": {
|
5781
|
-
"shape": "
|
5787
|
+
"shape": "S52"
|
5782
5788
|
},
|
5783
5789
|
"kendraConfiguration": {
|
5784
|
-
"shape": "
|
5790
|
+
"shape": "S56"
|
5785
5791
|
},
|
5786
5792
|
"botId": {
|
5787
5793
|
"location": "uri",
|
@@ -5796,10 +5802,10 @@
|
|
5796
5802
|
"locationName": "localeId"
|
5797
5803
|
},
|
5798
5804
|
"initialResponseSetting": {
|
5799
|
-
"shape": "
|
5805
|
+
"shape": "S59"
|
5800
5806
|
},
|
5801
5807
|
"qnAIntentConfiguration": {
|
5802
|
-
"shape": "
|
5808
|
+
"shape": "S5a"
|
5803
5809
|
}
|
5804
5810
|
}
|
5805
5811
|
},
|
@@ -5811,31 +5817,31 @@
|
|
5811
5817
|
"description": {},
|
5812
5818
|
"parentIntentSignature": {},
|
5813
5819
|
"sampleUtterances": {
|
5814
|
-
"shape": "
|
5820
|
+
"shape": "S35"
|
5815
5821
|
},
|
5816
5822
|
"dialogCodeHook": {
|
5817
|
-
"shape": "
|
5823
|
+
"shape": "S38"
|
5818
5824
|
},
|
5819
5825
|
"fulfillmentCodeHook": {
|
5820
|
-
"shape": "
|
5826
|
+
"shape": "S39"
|
5821
5827
|
},
|
5822
5828
|
"slotPriorities": {
|
5823
|
-
"shape": "
|
5829
|
+
"shape": "Saa"
|
5824
5830
|
},
|
5825
5831
|
"intentConfirmationSetting": {
|
5826
|
-
"shape": "
|
5832
|
+
"shape": "S4h"
|
5827
5833
|
},
|
5828
5834
|
"intentClosingSetting": {
|
5829
|
-
"shape": "
|
5835
|
+
"shape": "S4z"
|
5830
5836
|
},
|
5831
5837
|
"inputContexts": {
|
5832
|
-
"shape": "
|
5838
|
+
"shape": "S50"
|
5833
5839
|
},
|
5834
5840
|
"outputContexts": {
|
5835
|
-
"shape": "
|
5841
|
+
"shape": "S52"
|
5836
5842
|
},
|
5837
5843
|
"kendraConfiguration": {
|
5838
|
-
"shape": "
|
5844
|
+
"shape": "S56"
|
5839
5845
|
},
|
5840
5846
|
"botId": {},
|
5841
5847
|
"botVersion": {},
|
@@ -5847,10 +5853,10 @@
|
|
5847
5853
|
"type": "timestamp"
|
5848
5854
|
},
|
5849
5855
|
"initialResponseSetting": {
|
5850
|
-
"shape": "
|
5856
|
+
"shape": "S59"
|
5851
5857
|
},
|
5852
5858
|
"qnAIntentConfiguration": {
|
5853
|
-
"shape": "
|
5859
|
+
"shape": "S5a"
|
5854
5860
|
}
|
5855
5861
|
}
|
5856
5862
|
}
|
@@ -5913,10 +5919,10 @@
|
|
5913
5919
|
"description": {},
|
5914
5920
|
"slotTypeId": {},
|
5915
5921
|
"valueElicitationSetting": {
|
5916
|
-
"shape": "
|
5922
|
+
"shape": "S6a"
|
5917
5923
|
},
|
5918
5924
|
"obfuscationSetting": {
|
5919
|
-
"shape": "
|
5925
|
+
"shape": "S6n"
|
5920
5926
|
},
|
5921
5927
|
"botId": {
|
5922
5928
|
"location": "uri",
|
@@ -5935,10 +5941,10 @@
|
|
5935
5941
|
"locationName": "intentId"
|
5936
5942
|
},
|
5937
5943
|
"multipleValuesSetting": {
|
5938
|
-
"shape": "
|
5944
|
+
"shape": "S6p"
|
5939
5945
|
},
|
5940
5946
|
"subSlotSetting": {
|
5941
|
-
"shape": "
|
5947
|
+
"shape": "S6q"
|
5942
5948
|
}
|
5943
5949
|
}
|
5944
5950
|
},
|
@@ -5950,10 +5956,10 @@
|
|
5950
5956
|
"description": {},
|
5951
5957
|
"slotTypeId": {},
|
5952
5958
|
"valueElicitationSetting": {
|
5953
|
-
"shape": "
|
5959
|
+
"shape": "S6a"
|
5954
5960
|
},
|
5955
5961
|
"obfuscationSetting": {
|
5956
|
-
"shape": "
|
5962
|
+
"shape": "S6n"
|
5957
5963
|
},
|
5958
5964
|
"botId": {},
|
5959
5965
|
"botVersion": {},
|
@@ -5966,10 +5972,10 @@
|
|
5966
5972
|
"type": "timestamp"
|
5967
5973
|
},
|
5968
5974
|
"multipleValuesSetting": {
|
5969
|
-
"shape": "
|
5975
|
+
"shape": "S6p"
|
5970
5976
|
},
|
5971
5977
|
"subSlotSetting": {
|
5972
|
-
"shape": "
|
5978
|
+
"shape": "S6q"
|
5973
5979
|
}
|
5974
5980
|
}
|
5975
5981
|
}
|
@@ -5997,10 +6003,10 @@
|
|
5997
6003
|
"slotTypeName": {},
|
5998
6004
|
"description": {},
|
5999
6005
|
"slotTypeValues": {
|
6000
|
-
"shape": "
|
6006
|
+
"shape": "S6x"
|
6001
6007
|
},
|
6002
6008
|
"valueSelectionSetting": {
|
6003
|
-
"shape": "
|
6009
|
+
"shape": "S72"
|
6004
6010
|
},
|
6005
6011
|
"parentSlotTypeSignature": {},
|
6006
6012
|
"botId": {
|
@@ -6016,10 +6022,10 @@
|
|
6016
6022
|
"locationName": "localeId"
|
6017
6023
|
},
|
6018
6024
|
"externalSourceSetting": {
|
6019
|
-
"shape": "
|
6025
|
+
"shape": "S79"
|
6020
6026
|
},
|
6021
6027
|
"compositeSlotTypeSetting": {
|
6022
|
-
"shape": "
|
6028
|
+
"shape": "S7e"
|
6023
6029
|
}
|
6024
6030
|
}
|
6025
6031
|
},
|
@@ -6030,10 +6036,10 @@
|
|
6030
6036
|
"slotTypeName": {},
|
6031
6037
|
"description": {},
|
6032
6038
|
"slotTypeValues": {
|
6033
|
-
"shape": "
|
6039
|
+
"shape": "S6x"
|
6034
6040
|
},
|
6035
6041
|
"valueSelectionSetting": {
|
6036
|
-
"shape": "
|
6042
|
+
"shape": "S72"
|
6037
6043
|
},
|
6038
6044
|
"parentSlotTypeSignature": {},
|
6039
6045
|
"botId": {},
|
@@ -6046,10 +6052,10 @@
|
|
6046
6052
|
"type": "timestamp"
|
6047
6053
|
},
|
6048
6054
|
"externalSourceSetting": {
|
6049
|
-
"shape": "
|
6055
|
+
"shape": "S79"
|
6050
6056
|
},
|
6051
6057
|
"compositeSlotTypeSetting": {
|
6052
|
-
"shape": "
|
6058
|
+
"shape": "S7e"
|
6053
6059
|
}
|
6054
6060
|
}
|
6055
6061
|
}
|
@@ -6088,7 +6094,7 @@
|
|
6088
6094
|
"type": "integer"
|
6089
6095
|
},
|
6090
6096
|
"storageLocation": {
|
6091
|
-
"shape": "
|
6097
|
+
"shape": "Sa3"
|
6092
6098
|
},
|
6093
6099
|
"creationDateTime": {
|
6094
6100
|
"type": "timestamp"
|
@@ -6368,10 +6374,23 @@
|
|
6368
6374
|
"modelArn"
|
6369
6375
|
],
|
6370
6376
|
"members": {
|
6371
|
-
"modelArn": {}
|
6377
|
+
"modelArn": {},
|
6378
|
+
"guardrail": {
|
6379
|
+
"type": "structure",
|
6380
|
+
"required": [
|
6381
|
+
"identifier",
|
6382
|
+
"version"
|
6383
|
+
],
|
6384
|
+
"members": {
|
6385
|
+
"identifier": {},
|
6386
|
+
"version": {}
|
6387
|
+
}
|
6388
|
+
},
|
6389
|
+
"traceStatus": {},
|
6390
|
+
"customPrompt": {}
|
6372
6391
|
}
|
6373
6392
|
},
|
6374
|
-
"
|
6393
|
+
"S2q": {
|
6375
6394
|
"type": "map",
|
6376
6395
|
"key": {},
|
6377
6396
|
"value": {
|
@@ -6384,7 +6403,7 @@
|
|
6384
6403
|
}
|
6385
6404
|
}
|
6386
6405
|
},
|
6387
|
-
"
|
6406
|
+
"S2u": {
|
6388
6407
|
"type": "structure",
|
6389
6408
|
"members": {
|
6390
6409
|
"botExportSpecification": {
|
@@ -6435,11 +6454,11 @@
|
|
6435
6454
|
}
|
6436
6455
|
}
|
6437
6456
|
},
|
6438
|
-
"
|
6457
|
+
"S30": {
|
6439
6458
|
"type": "string",
|
6440
6459
|
"sensitive": true
|
6441
6460
|
},
|
6442
|
-
"
|
6461
|
+
"S35": {
|
6443
6462
|
"type": "list",
|
6444
6463
|
"member": {
|
6445
6464
|
"type": "structure",
|
@@ -6451,7 +6470,7 @@
|
|
6451
6470
|
}
|
6452
6471
|
}
|
6453
6472
|
},
|
6454
|
-
"
|
6473
|
+
"S38": {
|
6455
6474
|
"type": "structure",
|
6456
6475
|
"required": [
|
6457
6476
|
"enabled"
|
@@ -6462,7 +6481,7 @@
|
|
6462
6481
|
}
|
6463
6482
|
}
|
6464
6483
|
},
|
6465
|
-
"
|
6484
|
+
"S39": {
|
6466
6485
|
"type": "structure",
|
6467
6486
|
"required": [
|
6468
6487
|
"enabled"
|
@@ -6475,31 +6494,31 @@
|
|
6475
6494
|
"type": "structure",
|
6476
6495
|
"members": {
|
6477
6496
|
"successResponse": {
|
6478
|
-
"shape": "
|
6497
|
+
"shape": "S3b"
|
6479
6498
|
},
|
6480
6499
|
"failureResponse": {
|
6481
|
-
"shape": "
|
6500
|
+
"shape": "S3b"
|
6482
6501
|
},
|
6483
6502
|
"timeoutResponse": {
|
6484
|
-
"shape": "
|
6503
|
+
"shape": "S3b"
|
6485
6504
|
},
|
6486
6505
|
"successNextStep": {
|
6487
|
-
"shape": "
|
6506
|
+
"shape": "S3t"
|
6488
6507
|
},
|
6489
6508
|
"successConditional": {
|
6490
|
-
"shape": "
|
6509
|
+
"shape": "S45"
|
6491
6510
|
},
|
6492
6511
|
"failureNextStep": {
|
6493
|
-
"shape": "
|
6512
|
+
"shape": "S3t"
|
6494
6513
|
},
|
6495
6514
|
"failureConditional": {
|
6496
|
-
"shape": "
|
6515
|
+
"shape": "S45"
|
6497
6516
|
},
|
6498
6517
|
"timeoutNextStep": {
|
6499
|
-
"shape": "
|
6518
|
+
"shape": "S3t"
|
6500
6519
|
},
|
6501
6520
|
"timeoutConditional": {
|
6502
|
-
"shape": "
|
6521
|
+
"shape": "S45"
|
6503
6522
|
}
|
6504
6523
|
}
|
6505
6524
|
},
|
@@ -6523,7 +6542,7 @@
|
|
6523
6542
|
"type": "integer"
|
6524
6543
|
},
|
6525
6544
|
"messageGroups": {
|
6526
|
-
"shape": "
|
6545
|
+
"shape": "S3c"
|
6527
6546
|
},
|
6528
6547
|
"allowInterrupt": {
|
6529
6548
|
"type": "boolean"
|
@@ -6541,7 +6560,7 @@
|
|
6541
6560
|
"type": "integer"
|
6542
6561
|
},
|
6543
6562
|
"messageGroups": {
|
6544
|
-
"shape": "
|
6563
|
+
"shape": "S3c"
|
6545
6564
|
},
|
6546
6565
|
"allowInterrupt": {
|
6547
6566
|
"type": "boolean"
|
@@ -6558,21 +6577,21 @@
|
|
6558
6577
|
}
|
6559
6578
|
}
|
6560
6579
|
},
|
6561
|
-
"
|
6580
|
+
"S3b": {
|
6562
6581
|
"type": "structure",
|
6563
6582
|
"required": [
|
6564
6583
|
"messageGroups"
|
6565
6584
|
],
|
6566
6585
|
"members": {
|
6567
6586
|
"messageGroups": {
|
6568
|
-
"shape": "
|
6587
|
+
"shape": "S3c"
|
6569
6588
|
},
|
6570
6589
|
"allowInterrupt": {
|
6571
6590
|
"type": "boolean"
|
6572
6591
|
}
|
6573
6592
|
}
|
6574
6593
|
},
|
6575
|
-
"
|
6594
|
+
"S3c": {
|
6576
6595
|
"type": "list",
|
6577
6596
|
"member": {
|
6578
6597
|
"type": "structure",
|
@@ -6581,18 +6600,18 @@
|
|
6581
6600
|
],
|
6582
6601
|
"members": {
|
6583
6602
|
"message": {
|
6584
|
-
"shape": "
|
6603
|
+
"shape": "S3e"
|
6585
6604
|
},
|
6586
6605
|
"variations": {
|
6587
6606
|
"type": "list",
|
6588
6607
|
"member": {
|
6589
|
-
"shape": "
|
6608
|
+
"shape": "S3e"
|
6590
6609
|
}
|
6591
6610
|
}
|
6592
6611
|
}
|
6593
6612
|
}
|
6594
6613
|
},
|
6595
|
-
"
|
6614
|
+
"S3e": {
|
6596
6615
|
"type": "structure",
|
6597
6616
|
"members": {
|
6598
6617
|
"plainTextMessage": {
|
@@ -6623,11 +6642,11 @@
|
|
6623
6642
|
}
|
6624
6643
|
},
|
6625
6644
|
"imageResponseCard": {
|
6626
|
-
"shape": "
|
6645
|
+
"shape": "S3l"
|
6627
6646
|
}
|
6628
6647
|
}
|
6629
6648
|
},
|
6630
|
-
"
|
6649
|
+
"S3l": {
|
6631
6650
|
"type": "structure",
|
6632
6651
|
"required": [
|
6633
6652
|
"title"
|
@@ -6652,7 +6671,7 @@
|
|
6652
6671
|
}
|
6653
6672
|
}
|
6654
6673
|
},
|
6655
|
-
"
|
6674
|
+
"S3t": {
|
6656
6675
|
"type": "structure",
|
6657
6676
|
"members": {
|
6658
6677
|
"dialogAction": {
|
@@ -6676,17 +6695,17 @@
|
|
6676
6695
|
"type": "map",
|
6677
6696
|
"key": {},
|
6678
6697
|
"value": {
|
6679
|
-
"shape": "
|
6698
|
+
"shape": "S3y"
|
6680
6699
|
}
|
6681
6700
|
}
|
6682
6701
|
}
|
6683
6702
|
},
|
6684
6703
|
"sessionAttributes": {
|
6685
|
-
"shape": "
|
6704
|
+
"shape": "S43"
|
6686
6705
|
}
|
6687
6706
|
}
|
6688
6707
|
},
|
6689
|
-
"
|
6708
|
+
"S3y": {
|
6690
6709
|
"type": "structure",
|
6691
6710
|
"members": {
|
6692
6711
|
"shape": {},
|
@@ -6699,17 +6718,17 @@
|
|
6699
6718
|
"values": {
|
6700
6719
|
"type": "list",
|
6701
6720
|
"member": {
|
6702
|
-
"shape": "
|
6721
|
+
"shape": "S3y"
|
6703
6722
|
}
|
6704
6723
|
}
|
6705
6724
|
}
|
6706
6725
|
},
|
6707
|
-
"
|
6726
|
+
"S43": {
|
6708
6727
|
"type": "map",
|
6709
6728
|
"key": {},
|
6710
6729
|
"value": {}
|
6711
6730
|
},
|
6712
|
-
"
|
6731
|
+
"S45": {
|
6713
6732
|
"type": "structure",
|
6714
6733
|
"required": [
|
6715
6734
|
"active",
|
@@ -6741,10 +6760,10 @@
|
|
6741
6760
|
}
|
6742
6761
|
},
|
6743
6762
|
"nextStep": {
|
6744
|
-
"shape": "
|
6763
|
+
"shape": "S3t"
|
6745
6764
|
},
|
6746
6765
|
"response": {
|
6747
|
-
"shape": "
|
6766
|
+
"shape": "S3b"
|
6748
6767
|
}
|
6749
6768
|
}
|
6750
6769
|
}
|
@@ -6753,63 +6772,63 @@
|
|
6753
6772
|
"type": "structure",
|
6754
6773
|
"members": {
|
6755
6774
|
"nextStep": {
|
6756
|
-
"shape": "
|
6775
|
+
"shape": "S3t"
|
6757
6776
|
},
|
6758
6777
|
"response": {
|
6759
|
-
"shape": "
|
6778
|
+
"shape": "S3b"
|
6760
6779
|
}
|
6761
6780
|
}
|
6762
6781
|
}
|
6763
6782
|
}
|
6764
6783
|
},
|
6765
|
-
"
|
6784
|
+
"S4h": {
|
6766
6785
|
"type": "structure",
|
6767
6786
|
"required": [
|
6768
6787
|
"promptSpecification"
|
6769
6788
|
],
|
6770
6789
|
"members": {
|
6771
6790
|
"promptSpecification": {
|
6772
|
-
"shape": "
|
6791
|
+
"shape": "S4i"
|
6773
6792
|
},
|
6774
6793
|
"declinationResponse": {
|
6775
|
-
"shape": "
|
6794
|
+
"shape": "S3b"
|
6776
6795
|
},
|
6777
6796
|
"active": {
|
6778
6797
|
"type": "boolean"
|
6779
6798
|
},
|
6780
6799
|
"confirmationResponse": {
|
6781
|
-
"shape": "
|
6800
|
+
"shape": "S3b"
|
6782
6801
|
},
|
6783
6802
|
"confirmationNextStep": {
|
6784
|
-
"shape": "
|
6803
|
+
"shape": "S3t"
|
6785
6804
|
},
|
6786
6805
|
"confirmationConditional": {
|
6787
|
-
"shape": "
|
6806
|
+
"shape": "S45"
|
6788
6807
|
},
|
6789
6808
|
"declinationNextStep": {
|
6790
|
-
"shape": "
|
6809
|
+
"shape": "S3t"
|
6791
6810
|
},
|
6792
6811
|
"declinationConditional": {
|
6793
|
-
"shape": "
|
6812
|
+
"shape": "S45"
|
6794
6813
|
},
|
6795
6814
|
"failureResponse": {
|
6796
|
-
"shape": "
|
6815
|
+
"shape": "S3b"
|
6797
6816
|
},
|
6798
6817
|
"failureNextStep": {
|
6799
|
-
"shape": "
|
6818
|
+
"shape": "S3t"
|
6800
6819
|
},
|
6801
6820
|
"failureConditional": {
|
6802
|
-
"shape": "
|
6821
|
+
"shape": "S45"
|
6803
6822
|
},
|
6804
6823
|
"codeHook": {
|
6805
|
-
"shape": "
|
6824
|
+
"shape": "S4w"
|
6806
6825
|
},
|
6807
6826
|
"elicitationCodeHook": {
|
6808
|
-
"shape": "
|
6827
|
+
"shape": "S4y"
|
6809
6828
|
}
|
6810
6829
|
}
|
6811
6830
|
},
|
6812
|
-
"
|
6831
|
+
"S4i": {
|
6813
6832
|
"type": "structure",
|
6814
6833
|
"required": [
|
6815
6834
|
"messageGroups",
|
@@ -6817,7 +6836,7 @@
|
|
6817
6836
|
],
|
6818
6837
|
"members": {
|
6819
6838
|
"messageGroups": {
|
6820
|
-
"shape": "
|
6839
|
+
"shape": "S3c"
|
6821
6840
|
},
|
6822
6841
|
"maxRetries": {
|
6823
6842
|
"type": "integer"
|
@@ -6914,7 +6933,7 @@
|
|
6914
6933
|
}
|
6915
6934
|
}
|
6916
6935
|
},
|
6917
|
-
"
|
6936
|
+
"S4w": {
|
6918
6937
|
"type": "structure",
|
6919
6938
|
"required": [
|
6920
6939
|
"enableCodeHookInvocation",
|
@@ -6933,37 +6952,37 @@
|
|
6933
6952
|
"type": "structure",
|
6934
6953
|
"members": {
|
6935
6954
|
"successResponse": {
|
6936
|
-
"shape": "
|
6955
|
+
"shape": "S3b"
|
6937
6956
|
},
|
6938
6957
|
"successNextStep": {
|
6939
|
-
"shape": "
|
6958
|
+
"shape": "S3t"
|
6940
6959
|
},
|
6941
6960
|
"successConditional": {
|
6942
|
-
"shape": "
|
6961
|
+
"shape": "S45"
|
6943
6962
|
},
|
6944
6963
|
"failureResponse": {
|
6945
|
-
"shape": "
|
6964
|
+
"shape": "S3b"
|
6946
6965
|
},
|
6947
6966
|
"failureNextStep": {
|
6948
|
-
"shape": "
|
6967
|
+
"shape": "S3t"
|
6949
6968
|
},
|
6950
6969
|
"failureConditional": {
|
6951
|
-
"shape": "
|
6970
|
+
"shape": "S45"
|
6952
6971
|
},
|
6953
6972
|
"timeoutResponse": {
|
6954
|
-
"shape": "
|
6973
|
+
"shape": "S3b"
|
6955
6974
|
},
|
6956
6975
|
"timeoutNextStep": {
|
6957
|
-
"shape": "
|
6976
|
+
"shape": "S3t"
|
6958
6977
|
},
|
6959
6978
|
"timeoutConditional": {
|
6960
|
-
"shape": "
|
6979
|
+
"shape": "S45"
|
6961
6980
|
}
|
6962
6981
|
}
|
6963
6982
|
}
|
6964
6983
|
}
|
6965
6984
|
},
|
6966
|
-
"
|
6985
|
+
"S4y": {
|
6967
6986
|
"type": "structure",
|
6968
6987
|
"required": [
|
6969
6988
|
"enableCodeHookInvocation"
|
@@ -6975,24 +6994,24 @@
|
|
6975
6994
|
"invocationLabel": {}
|
6976
6995
|
}
|
6977
6996
|
},
|
6978
|
-
"
|
6997
|
+
"S4z": {
|
6979
6998
|
"type": "structure",
|
6980
6999
|
"members": {
|
6981
7000
|
"closingResponse": {
|
6982
|
-
"shape": "
|
7001
|
+
"shape": "S3b"
|
6983
7002
|
},
|
6984
7003
|
"active": {
|
6985
7004
|
"type": "boolean"
|
6986
7005
|
},
|
6987
7006
|
"nextStep": {
|
6988
|
-
"shape": "
|
7007
|
+
"shape": "S3t"
|
6989
7008
|
},
|
6990
7009
|
"conditional": {
|
6991
|
-
"shape": "
|
7010
|
+
"shape": "S45"
|
6992
7011
|
}
|
6993
7012
|
}
|
6994
7013
|
},
|
6995
|
-
"
|
7014
|
+
"S50": {
|
6996
7015
|
"type": "list",
|
6997
7016
|
"member": {
|
6998
7017
|
"type": "structure",
|
@@ -7004,7 +7023,7 @@
|
|
7004
7023
|
}
|
7005
7024
|
}
|
7006
7025
|
},
|
7007
|
-
"
|
7026
|
+
"S52": {
|
7008
7027
|
"type": "list",
|
7009
7028
|
"member": {
|
7010
7029
|
"type": "structure",
|
@@ -7024,7 +7043,7 @@
|
|
7024
7043
|
}
|
7025
7044
|
}
|
7026
7045
|
},
|
7027
|
-
"
|
7046
|
+
"S56": {
|
7028
7047
|
"type": "structure",
|
7029
7048
|
"required": [
|
7030
7049
|
"kendraIndex"
|
@@ -7037,24 +7056,24 @@
|
|
7037
7056
|
"queryFilterString": {}
|
7038
7057
|
}
|
7039
7058
|
},
|
7040
|
-
"
|
7059
|
+
"S59": {
|
7041
7060
|
"type": "structure",
|
7042
7061
|
"members": {
|
7043
7062
|
"initialResponse": {
|
7044
|
-
"shape": "
|
7063
|
+
"shape": "S3b"
|
7045
7064
|
},
|
7046
7065
|
"nextStep": {
|
7047
|
-
"shape": "
|
7066
|
+
"shape": "S3t"
|
7048
7067
|
},
|
7049
7068
|
"conditional": {
|
7050
|
-
"shape": "
|
7069
|
+
"shape": "S45"
|
7051
7070
|
},
|
7052
7071
|
"codeHook": {
|
7053
|
-
"shape": "
|
7072
|
+
"shape": "S4w"
|
7054
7073
|
}
|
7055
7074
|
}
|
7056
7075
|
},
|
7057
|
-
"
|
7076
|
+
"S5a": {
|
7058
7077
|
"type": "structure",
|
7059
7078
|
"members": {
|
7060
7079
|
"dataSourceConfiguration": {
|
@@ -7111,7 +7130,16 @@
|
|
7111
7130
|
"bedrockKnowledgeBaseArn"
|
7112
7131
|
],
|
7113
7132
|
"members": {
|
7114
|
-
"bedrockKnowledgeBaseArn": {}
|
7133
|
+
"bedrockKnowledgeBaseArn": {},
|
7134
|
+
"exactResponse": {
|
7135
|
+
"type": "boolean"
|
7136
|
+
},
|
7137
|
+
"exactResponseFields": {
|
7138
|
+
"type": "structure",
|
7139
|
+
"members": {
|
7140
|
+
"answerField": {}
|
7141
|
+
}
|
7142
|
+
}
|
7115
7143
|
}
|
7116
7144
|
}
|
7117
7145
|
}
|
@@ -7121,51 +7149,51 @@
|
|
7121
7149
|
}
|
7122
7150
|
}
|
7123
7151
|
},
|
7124
|
-
"
|
7152
|
+
"S6a": {
|
7125
7153
|
"type": "structure",
|
7126
7154
|
"required": [
|
7127
7155
|
"slotConstraint"
|
7128
7156
|
],
|
7129
7157
|
"members": {
|
7130
7158
|
"defaultValueSpecification": {
|
7131
|
-
"shape": "
|
7159
|
+
"shape": "S6b"
|
7132
7160
|
},
|
7133
7161
|
"slotConstraint": {},
|
7134
7162
|
"promptSpecification": {
|
7135
|
-
"shape": "
|
7163
|
+
"shape": "S4i"
|
7136
7164
|
},
|
7137
7165
|
"sampleUtterances": {
|
7138
|
-
"shape": "
|
7166
|
+
"shape": "S35"
|
7139
7167
|
},
|
7140
7168
|
"waitAndContinueSpecification": {
|
7141
|
-
"shape": "
|
7169
|
+
"shape": "S6g"
|
7142
7170
|
},
|
7143
7171
|
"slotCaptureSetting": {
|
7144
7172
|
"type": "structure",
|
7145
7173
|
"members": {
|
7146
7174
|
"captureResponse": {
|
7147
|
-
"shape": "
|
7175
|
+
"shape": "S3b"
|
7148
7176
|
},
|
7149
7177
|
"captureNextStep": {
|
7150
|
-
"shape": "
|
7178
|
+
"shape": "S3t"
|
7151
7179
|
},
|
7152
7180
|
"captureConditional": {
|
7153
|
-
"shape": "
|
7181
|
+
"shape": "S45"
|
7154
7182
|
},
|
7155
7183
|
"failureResponse": {
|
7156
|
-
"shape": "
|
7184
|
+
"shape": "S3b"
|
7157
7185
|
},
|
7158
7186
|
"failureNextStep": {
|
7159
|
-
"shape": "
|
7187
|
+
"shape": "S3t"
|
7160
7188
|
},
|
7161
7189
|
"failureConditional": {
|
7162
|
-
"shape": "
|
7190
|
+
"shape": "S45"
|
7163
7191
|
},
|
7164
7192
|
"codeHook": {
|
7165
|
-
"shape": "
|
7193
|
+
"shape": "S4w"
|
7166
7194
|
},
|
7167
7195
|
"elicitationCodeHook": {
|
7168
|
-
"shape": "
|
7196
|
+
"shape": "S4y"
|
7169
7197
|
}
|
7170
7198
|
}
|
7171
7199
|
},
|
@@ -7180,7 +7208,7 @@
|
|
7180
7208
|
}
|
7181
7209
|
}
|
7182
7210
|
},
|
7183
|
-
"
|
7211
|
+
"S6b": {
|
7184
7212
|
"type": "structure",
|
7185
7213
|
"required": [
|
7186
7214
|
"defaultValueList"
|
@@ -7200,7 +7228,7 @@
|
|
7200
7228
|
}
|
7201
7229
|
}
|
7202
7230
|
},
|
7203
|
-
"
|
7231
|
+
"S6g": {
|
7204
7232
|
"type": "structure",
|
7205
7233
|
"required": [
|
7206
7234
|
"waitingResponse",
|
@@ -7208,10 +7236,10 @@
|
|
7208
7236
|
],
|
7209
7237
|
"members": {
|
7210
7238
|
"waitingResponse": {
|
7211
|
-
"shape": "
|
7239
|
+
"shape": "S3b"
|
7212
7240
|
},
|
7213
7241
|
"continueResponse": {
|
7214
|
-
"shape": "
|
7242
|
+
"shape": "S3b"
|
7215
7243
|
},
|
7216
7244
|
"stillWaitingResponse": {
|
7217
7245
|
"type": "structure",
|
@@ -7222,7 +7250,7 @@
|
|
7222
7250
|
],
|
7223
7251
|
"members": {
|
7224
7252
|
"messageGroups": {
|
7225
|
-
"shape": "
|
7253
|
+
"shape": "S3c"
|
7226
7254
|
},
|
7227
7255
|
"frequencyInSeconds": {
|
7228
7256
|
"type": "integer"
|
@@ -7240,7 +7268,7 @@
|
|
7240
7268
|
}
|
7241
7269
|
}
|
7242
7270
|
},
|
7243
|
-
"
|
7271
|
+
"S6n": {
|
7244
7272
|
"type": "structure",
|
7245
7273
|
"required": [
|
7246
7274
|
"obfuscationSettingType"
|
@@ -7249,7 +7277,7 @@
|
|
7249
7277
|
"obfuscationSettingType": {}
|
7250
7278
|
}
|
7251
7279
|
},
|
7252
|
-
"
|
7280
|
+
"S6p": {
|
7253
7281
|
"type": "structure",
|
7254
7282
|
"members": {
|
7255
7283
|
"allowMultipleValues": {
|
@@ -7257,7 +7285,7 @@
|
|
7257
7285
|
}
|
7258
7286
|
}
|
7259
7287
|
},
|
7260
|
-
"
|
7288
|
+
"S6q": {
|
7261
7289
|
"type": "structure",
|
7262
7290
|
"members": {
|
7263
7291
|
"expression": {},
|
@@ -7279,16 +7307,16 @@
|
|
7279
7307
|
],
|
7280
7308
|
"members": {
|
7281
7309
|
"defaultValueSpecification": {
|
7282
|
-
"shape": "
|
7310
|
+
"shape": "S6b"
|
7283
7311
|
},
|
7284
7312
|
"promptSpecification": {
|
7285
|
-
"shape": "
|
7313
|
+
"shape": "S4i"
|
7286
7314
|
},
|
7287
7315
|
"sampleUtterances": {
|
7288
|
-
"shape": "
|
7316
|
+
"shape": "S35"
|
7289
7317
|
},
|
7290
7318
|
"waitAndContinueSpecification": {
|
7291
|
-
"shape": "
|
7319
|
+
"shape": "S6g"
|
7292
7320
|
}
|
7293
7321
|
}
|
7294
7322
|
}
|
@@ -7297,24 +7325,24 @@
|
|
7297
7325
|
}
|
7298
7326
|
}
|
7299
7327
|
},
|
7300
|
-
"
|
7328
|
+
"S6x": {
|
7301
7329
|
"type": "list",
|
7302
7330
|
"member": {
|
7303
7331
|
"type": "structure",
|
7304
7332
|
"members": {
|
7305
7333
|
"sampleValue": {
|
7306
|
-
"shape": "
|
7334
|
+
"shape": "S6z"
|
7307
7335
|
},
|
7308
7336
|
"synonyms": {
|
7309
7337
|
"type": "list",
|
7310
7338
|
"member": {
|
7311
|
-
"shape": "
|
7339
|
+
"shape": "S6z"
|
7312
7340
|
}
|
7313
7341
|
}
|
7314
7342
|
}
|
7315
7343
|
}
|
7316
7344
|
},
|
7317
|
-
"
|
7345
|
+
"S6z": {
|
7318
7346
|
"type": "structure",
|
7319
7347
|
"required": [
|
7320
7348
|
"value"
|
@@ -7323,7 +7351,7 @@
|
|
7323
7351
|
"value": {}
|
7324
7352
|
}
|
7325
7353
|
},
|
7326
|
-
"
|
7354
|
+
"S72": {
|
7327
7355
|
"type": "structure",
|
7328
7356
|
"required": [
|
7329
7357
|
"resolutionStrategy"
|
@@ -7347,7 +7375,7 @@
|
|
7347
7375
|
}
|
7348
7376
|
}
|
7349
7377
|
},
|
7350
|
-
"
|
7378
|
+
"S79": {
|
7351
7379
|
"type": "structure",
|
7352
7380
|
"members": {
|
7353
7381
|
"grammarSlotTypeSetting": {
|
@@ -7369,7 +7397,7 @@
|
|
7369
7397
|
}
|
7370
7398
|
}
|
7371
7399
|
},
|
7372
|
-
"
|
7400
|
+
"S7e": {
|
7373
7401
|
"type": "structure",
|
7374
7402
|
"members": {
|
7375
7403
|
"subSlots": {
|
@@ -7388,7 +7416,7 @@
|
|
7388
7416
|
}
|
7389
7417
|
}
|
7390
7418
|
},
|
7391
|
-
"
|
7419
|
+
"S7j": {
|
7392
7420
|
"type": "structure",
|
7393
7421
|
"members": {
|
7394
7422
|
"botAliasTarget": {
|
@@ -7406,11 +7434,11 @@
|
|
7406
7434
|
}
|
7407
7435
|
}
|
7408
7436
|
},
|
7409
|
-
"
|
7437
|
+
"S8l": {
|
7410
7438
|
"type": "list",
|
7411
7439
|
"member": {}
|
7412
7440
|
},
|
7413
|
-
"
|
7441
|
+
"S8r": {
|
7414
7442
|
"type": "list",
|
7415
7443
|
"member": {
|
7416
7444
|
"type": "structure",
|
@@ -7424,11 +7452,11 @@
|
|
7424
7452
|
}
|
7425
7453
|
}
|
7426
7454
|
},
|
7427
|
-
"
|
7455
|
+
"S8z": {
|
7428
7456
|
"type": "list",
|
7429
7457
|
"member": {}
|
7430
7458
|
},
|
7431
|
-
"
|
7459
|
+
"S94": {
|
7432
7460
|
"type": "structure",
|
7433
7461
|
"members": {
|
7434
7462
|
"s3BucketTranscriptSource": {
|
@@ -7479,23 +7507,23 @@
|
|
7479
7507
|
}
|
7480
7508
|
}
|
7481
7509
|
},
|
7482
|
-
"
|
7510
|
+
"S9d": {
|
7483
7511
|
"type": "structure",
|
7484
7512
|
"members": {
|
7485
7513
|
"kmsKeyArn": {},
|
7486
7514
|
"botLocaleExportPassword": {
|
7487
|
-
"shape": "
|
7515
|
+
"shape": "S9e"
|
7488
7516
|
},
|
7489
7517
|
"associatedTranscriptsPassword": {
|
7490
|
-
"shape": "
|
7518
|
+
"shape": "S9e"
|
7491
7519
|
}
|
7492
7520
|
}
|
7493
7521
|
},
|
7494
|
-
"
|
7522
|
+
"S9e": {
|
7495
7523
|
"type": "string",
|
7496
7524
|
"sensitive": true
|
7497
7525
|
},
|
7498
|
-
"
|
7526
|
+
"S9y": {
|
7499
7527
|
"type": "structure",
|
7500
7528
|
"members": {
|
7501
7529
|
"botImportSpecification": {
|
@@ -7568,7 +7596,7 @@
|
|
7568
7596
|
"description": {},
|
7569
7597
|
"roleArn": {},
|
7570
7598
|
"storageLocation": {
|
7571
|
-
"shape": "
|
7599
|
+
"shape": "Sa3"
|
7572
7600
|
},
|
7573
7601
|
"importInputLocation": {
|
7574
7602
|
"type": "structure",
|
@@ -7589,7 +7617,7 @@
|
|
7589
7617
|
}
|
7590
7618
|
}
|
7591
7619
|
},
|
7592
|
-
"
|
7620
|
+
"Sa3": {
|
7593
7621
|
"type": "structure",
|
7594
7622
|
"required": [
|
7595
7623
|
"s3BucketName",
|
@@ -7601,7 +7629,7 @@
|
|
7601
7629
|
"kmsKeyArn": {}
|
7602
7630
|
}
|
7603
7631
|
},
|
7604
|
-
"
|
7632
|
+
"Saa": {
|
7605
7633
|
"type": "list",
|
7606
7634
|
"member": {
|
7607
7635
|
"type": "structure",
|
@@ -7617,7 +7645,7 @@
|
|
7617
7645
|
}
|
7618
7646
|
}
|
7619
7647
|
},
|
7620
|
-
"
|
7648
|
+
"Sam": {
|
7621
7649
|
"type": "structure",
|
7622
7650
|
"members": {
|
7623
7651
|
"botAliasTarget": {
|
@@ -7635,7 +7663,7 @@
|
|
7635
7663
|
}
|
7636
7664
|
}
|
7637
7665
|
},
|
7638
|
-
"
|
7666
|
+
"Sb4": {
|
7639
7667
|
"type": "structure",
|
7640
7668
|
"members": {
|
7641
7669
|
"conversationLogsDataSource": {
|
@@ -7671,7 +7699,7 @@
|
|
7671
7699
|
}
|
7672
7700
|
}
|
7673
7701
|
},
|
7674
|
-
"
|
7702
|
+
"Sbd": {
|
7675
7703
|
"type": "structure",
|
7676
7704
|
"required": [
|
7677
7705
|
"relativeAggregationDuration"
|
@@ -7692,11 +7720,11 @@
|
|
7692
7720
|
}
|
7693
7721
|
}
|
7694
7722
|
},
|
7695
|
-
"
|
7723
|
+
"Sbn": {
|
7696
7724
|
"type": "list",
|
7697
7725
|
"member": {}
|
7698
7726
|
},
|
7699
|
-
"
|
7727
|
+
"Sen": {
|
7700
7728
|
"type": "list",
|
7701
7729
|
"member": {
|
7702
7730
|
"type": "structure",
|
@@ -7711,11 +7739,11 @@
|
|
7711
7739
|
}
|
7712
7740
|
}
|
7713
7741
|
},
|
7714
|
-
"
|
7742
|
+
"Sey": {
|
7715
7743
|
"type": "list",
|
7716
7744
|
"member": {}
|
7717
7745
|
},
|
7718
|
-
"
|
7746
|
+
"Sf3": {
|
7719
7747
|
"type": "list",
|
7720
7748
|
"member": {
|
7721
7749
|
"type": "structure",
|
@@ -7727,7 +7755,7 @@
|
|
7727
7755
|
}
|
7728
7756
|
}
|
7729
7757
|
},
|
7730
|
-
"
|
7758
|
+
"Sgm": {
|
7731
7759
|
"type": "list",
|
7732
7760
|
"member": {
|
7733
7761
|
"type": "structure",
|
@@ -7740,19 +7768,19 @@
|
|
7740
7768
|
"name": {},
|
7741
7769
|
"operator": {},
|
7742
7770
|
"values": {
|
7743
|
-
"shape": "
|
7771
|
+
"shape": "Sey"
|
7744
7772
|
}
|
7745
7773
|
}
|
7746
7774
|
}
|
7747
7775
|
},
|
7748
|
-
"
|
7776
|
+
"Sib": {
|
7749
7777
|
"type": "map",
|
7750
7778
|
"key": {},
|
7751
7779
|
"value": {
|
7752
7780
|
"type": "integer"
|
7753
7781
|
}
|
7754
7782
|
},
|
7755
|
-
"
|
7783
|
+
"Sj2": {
|
7756
7784
|
"type": "structure",
|
7757
7785
|
"required": [
|
7758
7786
|
"errorCode",
|
@@ -7763,7 +7791,7 @@
|
|
7763
7791
|
"errorMessage": {}
|
7764
7792
|
}
|
7765
7793
|
},
|
7766
|
-
"
|
7794
|
+
"Sj4": {
|
7767
7795
|
"type": "structure",
|
7768
7796
|
"required": [
|
7769
7797
|
"utteranceInput"
|
@@ -7785,16 +7813,16 @@
|
|
7785
7813
|
}
|
7786
7814
|
},
|
7787
7815
|
"requestAttributes": {
|
7788
|
-
"shape": "
|
7816
|
+
"shape": "S43"
|
7789
7817
|
},
|
7790
7818
|
"sessionState": {
|
7791
7819
|
"type": "structure",
|
7792
7820
|
"members": {
|
7793
7821
|
"sessionAttributes": {
|
7794
|
-
"shape": "
|
7822
|
+
"shape": "S43"
|
7795
7823
|
},
|
7796
7824
|
"activeContexts": {
|
7797
|
-
"shape": "
|
7825
|
+
"shape": "Sja"
|
7798
7826
|
},
|
7799
7827
|
"runtimeHints": {
|
7800
7828
|
"type": "structure",
|
@@ -7803,7 +7831,7 @@
|
|
7803
7831
|
"type": "map",
|
7804
7832
|
"key": {},
|
7805
7833
|
"value": {
|
7806
|
-
"shape": "
|
7834
|
+
"shape": "Sjf"
|
7807
7835
|
}
|
7808
7836
|
}
|
7809
7837
|
}
|
@@ -7812,7 +7840,7 @@
|
|
7812
7840
|
}
|
7813
7841
|
}
|
7814
7842
|
},
|
7815
|
-
"
|
7843
|
+
"Sja": {
|
7816
7844
|
"type": "list",
|
7817
7845
|
"member": {
|
7818
7846
|
"type": "structure",
|
@@ -7824,7 +7852,7 @@
|
|
7824
7852
|
}
|
7825
7853
|
}
|
7826
7854
|
},
|
7827
|
-
"
|
7855
|
+
"Sjf": {
|
7828
7856
|
"type": "map",
|
7829
7857
|
"key": {},
|
7830
7858
|
"value": {
|
@@ -7843,12 +7871,12 @@
|
|
7843
7871
|
}
|
7844
7872
|
},
|
7845
7873
|
"subSlotHints": {
|
7846
|
-
"shape": "
|
7874
|
+
"shape": "Sjf"
|
7847
7875
|
}
|
7848
7876
|
}
|
7849
7877
|
}
|
7850
7878
|
},
|
7851
|
-
"
|
7879
|
+
"Sjk": {
|
7852
7880
|
"type": "structure",
|
7853
7881
|
"required": [
|
7854
7882
|
"intent"
|
@@ -7862,39 +7890,39 @@
|
|
7862
7890
|
"members": {
|
7863
7891
|
"name": {},
|
7864
7892
|
"slots": {
|
7865
|
-
"shape": "
|
7893
|
+
"shape": "Sjm"
|
7866
7894
|
}
|
7867
7895
|
}
|
7868
7896
|
},
|
7869
7897
|
"activeContexts": {
|
7870
|
-
"shape": "
|
7898
|
+
"shape": "Sja"
|
7871
7899
|
},
|
7872
7900
|
"transcript": {}
|
7873
7901
|
}
|
7874
7902
|
},
|
7875
|
-
"
|
7903
|
+
"Sjm": {
|
7876
7904
|
"type": "map",
|
7877
7905
|
"key": {},
|
7878
7906
|
"value": {
|
7879
|
-
"shape": "
|
7907
|
+
"shape": "Sjn"
|
7880
7908
|
}
|
7881
7909
|
},
|
7882
|
-
"
|
7910
|
+
"Sjn": {
|
7883
7911
|
"type": "structure",
|
7884
7912
|
"members": {
|
7885
7913
|
"value": {},
|
7886
7914
|
"values": {
|
7887
7915
|
"type": "list",
|
7888
7916
|
"member": {
|
7889
|
-
"shape": "
|
7917
|
+
"shape": "Sjn"
|
7890
7918
|
}
|
7891
7919
|
},
|
7892
7920
|
"subSlots": {
|
7893
|
-
"shape": "
|
7921
|
+
"shape": "Sjm"
|
7894
7922
|
}
|
7895
7923
|
}
|
7896
7924
|
},
|
7897
|
-
"
|
7925
|
+
"Skd": {
|
7898
7926
|
"type": "list",
|
7899
7927
|
"member": {
|
7900
7928
|
"type": "structure",
|
@@ -7907,7 +7935,7 @@
|
|
7907
7935
|
"name": {},
|
7908
7936
|
"operator": {},
|
7909
7937
|
"values": {
|
7910
|
-
"shape": "
|
7938
|
+
"shape": "Sey"
|
7911
7939
|
}
|
7912
7940
|
}
|
7913
7941
|
}
|