@aws-sdk/client-lex-model-building-service 3.943.0 → 3.947.0
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/dist-cjs/index.js +93 -461
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/LexModelBuildingServiceClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +93 -461
- package/dist-types/LexModelBuildingService.d.ts +1 -1
- package/dist-types/LexModelBuildingServiceClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateBotVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateIntentVersionCommand.d.ts +3 -3
- package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBotCommand.d.ts +3 -3
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIntentCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIntentVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +3 -3
- package/dist-types/commands/GetBotAliasCommand.d.ts +3 -3
- package/dist-types/commands/GetBotAliasesCommand.d.ts +3 -3
- package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +3 -3
- package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +3 -3
- package/dist-types/commands/GetBotCommand.d.ts +3 -3
- package/dist-types/commands/GetBotVersionsCommand.d.ts +3 -3
- package/dist-types/commands/GetBotsCommand.d.ts +3 -3
- package/dist-types/commands/GetBuiltinIntentCommand.d.ts +3 -3
- package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +3 -3
- package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +3 -3
- package/dist-types/commands/GetExportCommand.d.ts +3 -3
- package/dist-types/commands/GetImportCommand.d.ts +3 -3
- package/dist-types/commands/GetIntentCommand.d.ts +3 -3
- package/dist-types/commands/GetIntentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/GetIntentsCommand.d.ts +3 -3
- package/dist-types/commands/GetMigrationCommand.d.ts +3 -3
- package/dist-types/commands/GetMigrationsCommand.d.ts +3 -3
- package/dist-types/commands/GetSlotTypeCommand.d.ts +3 -3
- package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +3 -3
- package/dist-types/commands/GetSlotTypesCommand.d.ts +3 -3
- package/dist-types/commands/GetUtterancesViewCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PutBotAliasCommand.d.ts +3 -3
- package/dist-types/commands/PutBotCommand.d.ts +3 -3
- package/dist-types/commands/PutIntentCommand.d.ts +3 -3
- package/dist-types/commands/PutSlotTypeCommand.d.ts +3 -3
- package/dist-types/commands/StartImportCommand.d.ts +3 -3
- package/dist-types/commands/StartMigrationCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/LexModelBuildingServiceServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/pagination/GetBotAliasesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBotChannelAssociationsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBotVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBotsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBuiltinIntentsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetBuiltinSlotTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/GetIntentVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetIntentsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetMigrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetSlotTypeVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetSlotTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/LexModelBuildingServiceClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/LexModelBuildingServiceServiceException.d.ts +1 -1
- package/package.json +13 -12
package/dist-cjs/index.js
CHANGED
|
@@ -547,29 +547,9 @@ const _vOA = "versionOrAlias";
|
|
|
547
547
|
const _vSS = "valueSelectionStrategy";
|
|
548
548
|
const _va = "value";
|
|
549
549
|
const n0 = "com.amazonaws.lexmodelbuildingservice";
|
|
550
|
-
var AccessDeniedException = [
|
|
551
|
-
-3,
|
|
552
|
-
n0,
|
|
553
|
-
_ADE,
|
|
554
|
-
{
|
|
555
|
-
[_e]: _c,
|
|
556
|
-
[_hE]: 403,
|
|
557
|
-
},
|
|
558
|
-
[_m],
|
|
559
|
-
[0],
|
|
560
|
-
];
|
|
550
|
+
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
561
551
|
schema.TypeRegistry.for(n0).registerError(AccessDeniedException, AccessDeniedException$1);
|
|
562
|
-
var BadRequestException = [
|
|
563
|
-
-3,
|
|
564
|
-
n0,
|
|
565
|
-
_BRE,
|
|
566
|
-
{
|
|
567
|
-
[_e]: _c,
|
|
568
|
-
[_hE]: 400,
|
|
569
|
-
},
|
|
570
|
-
[_m],
|
|
571
|
-
[0],
|
|
572
|
-
];
|
|
552
|
+
var BadRequestException = [-3, n0, _BRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
573
553
|
schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
|
|
574
554
|
var BotAliasMetadata = [
|
|
575
555
|
3,
|
|
@@ -592,17 +572,7 @@ var BuiltinIntentMetadata = [3, n0, _BIM, 0, [_si, _sL], [0, 64 | 0]];
|
|
|
592
572
|
var BuiltinIntentSlot = [3, n0, _BIS, 0, [_n], [0]];
|
|
593
573
|
var BuiltinSlotTypeMetadata = [3, n0, _BSTM, 0, [_si, _sL], [0, 64 | 0]];
|
|
594
574
|
var CodeHook = [3, n0, _CH, 0, [_u, _mV], [0, 0]];
|
|
595
|
-
var ConflictException = [
|
|
596
|
-
-3,
|
|
597
|
-
n0,
|
|
598
|
-
_CE,
|
|
599
|
-
{
|
|
600
|
-
[_e]: _c,
|
|
601
|
-
[_hE]: 409,
|
|
602
|
-
},
|
|
603
|
-
[_m],
|
|
604
|
-
[0],
|
|
605
|
-
];
|
|
575
|
+
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
606
576
|
schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
|
|
607
577
|
var ConversationLogsRequest = [
|
|
608
578
|
3,
|
|
@@ -747,24 +717,9 @@ var GetBotAliasesRequest = [
|
|
|
747
717
|
[_bN, _nT, _mR, _nC],
|
|
748
718
|
[
|
|
749
719
|
[0, 1],
|
|
750
|
-
[
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
[_hQ]: _nT,
|
|
754
|
-
},
|
|
755
|
-
],
|
|
756
|
-
[
|
|
757
|
-
1,
|
|
758
|
-
{
|
|
759
|
-
[_hQ]: _mR,
|
|
760
|
-
},
|
|
761
|
-
],
|
|
762
|
-
[
|
|
763
|
-
0,
|
|
764
|
-
{
|
|
765
|
-
[_hQ]: _nC,
|
|
766
|
-
},
|
|
767
|
-
],
|
|
720
|
+
[0, { [_hQ]: _nT }],
|
|
721
|
+
[1, { [_hQ]: _mR }],
|
|
722
|
+
[0, { [_hQ]: _nC }],
|
|
768
723
|
],
|
|
769
724
|
];
|
|
770
725
|
var GetBotAliasesResponse = [
|
|
@@ -823,24 +778,9 @@ var GetBotChannelAssociationsRequest = [
|
|
|
823
778
|
[
|
|
824
779
|
[0, 1],
|
|
825
780
|
[0, 1],
|
|
826
|
-
[
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
[_hQ]: _nT,
|
|
830
|
-
},
|
|
831
|
-
],
|
|
832
|
-
[
|
|
833
|
-
1,
|
|
834
|
-
{
|
|
835
|
-
[_hQ]: _mR,
|
|
836
|
-
},
|
|
837
|
-
],
|
|
838
|
-
[
|
|
839
|
-
0,
|
|
840
|
-
{
|
|
841
|
-
[_hQ]: _nC,
|
|
842
|
-
},
|
|
843
|
-
],
|
|
781
|
+
[0, { [_hQ]: _nT }],
|
|
782
|
+
[1, { [_hQ]: _mR }],
|
|
783
|
+
[0, { [_hQ]: _nC }],
|
|
844
784
|
],
|
|
845
785
|
];
|
|
846
786
|
var GetBotChannelAssociationsResponse = [
|
|
@@ -877,24 +817,9 @@ var GetBotsRequest = [
|
|
|
877
817
|
0,
|
|
878
818
|
[_nT, _mR, _nC],
|
|
879
819
|
[
|
|
880
|
-
[
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
[_hQ]: _nT,
|
|
884
|
-
},
|
|
885
|
-
],
|
|
886
|
-
[
|
|
887
|
-
1,
|
|
888
|
-
{
|
|
889
|
-
[_hQ]: _mR,
|
|
890
|
-
},
|
|
891
|
-
],
|
|
892
|
-
[
|
|
893
|
-
0,
|
|
894
|
-
{
|
|
895
|
-
[_hQ]: _nC,
|
|
896
|
-
},
|
|
897
|
-
],
|
|
820
|
+
[0, { [_hQ]: _nT }],
|
|
821
|
+
[1, { [_hQ]: _mR }],
|
|
822
|
+
[0, { [_hQ]: _nC }],
|
|
898
823
|
],
|
|
899
824
|
];
|
|
900
825
|
var GetBotsResponse = [3, n0, _GBReto, 0, [_b, _nT], [() => BotMetadataList, 0]];
|
|
@@ -906,18 +831,8 @@ var GetBotVersionsRequest = [
|
|
|
906
831
|
[_n, _nT, _mR],
|
|
907
832
|
[
|
|
908
833
|
[0, 1],
|
|
909
|
-
[
|
|
910
|
-
|
|
911
|
-
{
|
|
912
|
-
[_hQ]: _nT,
|
|
913
|
-
},
|
|
914
|
-
],
|
|
915
|
-
[
|
|
916
|
-
1,
|
|
917
|
-
{
|
|
918
|
-
[_hQ]: _mR,
|
|
919
|
-
},
|
|
920
|
-
],
|
|
834
|
+
[0, { [_hQ]: _nT }],
|
|
835
|
+
[1, { [_hQ]: _mR }],
|
|
921
836
|
],
|
|
922
837
|
];
|
|
923
838
|
var GetBotVersionsResponse = [3, n0, _GBVRe, 0, [_b, _nT], [() => BotMetadataList, 0]];
|
|
@@ -937,30 +852,10 @@ var GetBuiltinIntentsRequest = [
|
|
|
937
852
|
0,
|
|
938
853
|
[_l, _sC, _nT, _mR],
|
|
939
854
|
[
|
|
940
|
-
[
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
},
|
|
945
|
-
],
|
|
946
|
-
[
|
|
947
|
-
0,
|
|
948
|
-
{
|
|
949
|
-
[_hQ]: _sC,
|
|
950
|
-
},
|
|
951
|
-
],
|
|
952
|
-
[
|
|
953
|
-
0,
|
|
954
|
-
{
|
|
955
|
-
[_hQ]: _nT,
|
|
956
|
-
},
|
|
957
|
-
],
|
|
958
|
-
[
|
|
959
|
-
1,
|
|
960
|
-
{
|
|
961
|
-
[_hQ]: _mR,
|
|
962
|
-
},
|
|
963
|
-
],
|
|
855
|
+
[0, { [_hQ]: _l }],
|
|
856
|
+
[0, { [_hQ]: _sC }],
|
|
857
|
+
[0, { [_hQ]: _nT }],
|
|
858
|
+
[1, { [_hQ]: _mR }],
|
|
964
859
|
],
|
|
965
860
|
];
|
|
966
861
|
var GetBuiltinIntentsResponse = [
|
|
@@ -978,30 +873,10 @@ var GetBuiltinSlotTypesRequest = [
|
|
|
978
873
|
0,
|
|
979
874
|
[_l, _sC, _nT, _mR],
|
|
980
875
|
[
|
|
981
|
-
[
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
},
|
|
986
|
-
],
|
|
987
|
-
[
|
|
988
|
-
0,
|
|
989
|
-
{
|
|
990
|
-
[_hQ]: _sC,
|
|
991
|
-
},
|
|
992
|
-
],
|
|
993
|
-
[
|
|
994
|
-
0,
|
|
995
|
-
{
|
|
996
|
-
[_hQ]: _nT,
|
|
997
|
-
},
|
|
998
|
-
],
|
|
999
|
-
[
|
|
1000
|
-
1,
|
|
1001
|
-
{
|
|
1002
|
-
[_hQ]: _mR,
|
|
1003
|
-
},
|
|
1004
|
-
],
|
|
876
|
+
[0, { [_hQ]: _l }],
|
|
877
|
+
[0, { [_hQ]: _sC }],
|
|
878
|
+
[0, { [_hQ]: _nT }],
|
|
879
|
+
[1, { [_hQ]: _mR }],
|
|
1005
880
|
],
|
|
1006
881
|
];
|
|
1007
882
|
var GetBuiltinSlotTypesResponse = [
|
|
@@ -1019,30 +894,10 @@ var GetExportRequest = [
|
|
|
1019
894
|
0,
|
|
1020
895
|
[_n, _v, _rT, _eT],
|
|
1021
896
|
[
|
|
1022
|
-
[
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
},
|
|
1027
|
-
],
|
|
1028
|
-
[
|
|
1029
|
-
0,
|
|
1030
|
-
{
|
|
1031
|
-
[_hQ]: _v,
|
|
1032
|
-
},
|
|
1033
|
-
],
|
|
1034
|
-
[
|
|
1035
|
-
0,
|
|
1036
|
-
{
|
|
1037
|
-
[_hQ]: _rT,
|
|
1038
|
-
},
|
|
1039
|
-
],
|
|
1040
|
-
[
|
|
1041
|
-
0,
|
|
1042
|
-
{
|
|
1043
|
-
[_hQ]: _eT,
|
|
1044
|
-
},
|
|
1045
|
-
],
|
|
897
|
+
[0, { [_hQ]: _n }],
|
|
898
|
+
[0, { [_hQ]: _v }],
|
|
899
|
+
[0, { [_hQ]: _rT }],
|
|
900
|
+
[0, { [_hQ]: _eT }],
|
|
1046
901
|
],
|
|
1047
902
|
];
|
|
1048
903
|
var GetExportResponse = [
|
|
@@ -1107,24 +962,9 @@ var GetIntentsRequest = [
|
|
|
1107
962
|
0,
|
|
1108
963
|
[_nT, _mR, _nC],
|
|
1109
964
|
[
|
|
1110
|
-
[
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
[_hQ]: _nT,
|
|
1114
|
-
},
|
|
1115
|
-
],
|
|
1116
|
-
[
|
|
1117
|
-
1,
|
|
1118
|
-
{
|
|
1119
|
-
[_hQ]: _mR,
|
|
1120
|
-
},
|
|
1121
|
-
],
|
|
1122
|
-
[
|
|
1123
|
-
0,
|
|
1124
|
-
{
|
|
1125
|
-
[_hQ]: _nC,
|
|
1126
|
-
},
|
|
1127
|
-
],
|
|
965
|
+
[0, { [_hQ]: _nT }],
|
|
966
|
+
[1, { [_hQ]: _mR }],
|
|
967
|
+
[0, { [_hQ]: _nC }],
|
|
1128
968
|
],
|
|
1129
969
|
];
|
|
1130
970
|
var GetIntentsResponse = [3, n0, _GIRetnte, 0, [_i, _nT], [() => IntentMetadataList, 0]];
|
|
@@ -1136,18 +976,8 @@ var GetIntentVersionsRequest = [
|
|
|
1136
976
|
[_n, _nT, _mR],
|
|
1137
977
|
[
|
|
1138
978
|
[0, 1],
|
|
1139
|
-
[
|
|
1140
|
-
|
|
1141
|
-
{
|
|
1142
|
-
[_hQ]: _nT,
|
|
1143
|
-
},
|
|
1144
|
-
],
|
|
1145
|
-
[
|
|
1146
|
-
1,
|
|
1147
|
-
{
|
|
1148
|
-
[_hQ]: _mR,
|
|
1149
|
-
},
|
|
1150
|
-
],
|
|
979
|
+
[0, { [_hQ]: _nT }],
|
|
980
|
+
[1, { [_hQ]: _mR }],
|
|
1151
981
|
],
|
|
1152
982
|
];
|
|
1153
983
|
var GetIntentVersionsResponse = [
|
|
@@ -1174,42 +1004,12 @@ var GetMigrationsRequest = [
|
|
|
1174
1004
|
0,
|
|
1175
1005
|
[_sBA, _sBO, _vBNC, _mSE, _mR, _nT],
|
|
1176
1006
|
[
|
|
1177
|
-
[
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
],
|
|
1183
|
-
[
|
|
1184
|
-
0,
|
|
1185
|
-
{
|
|
1186
|
-
[_hQ]: _sBO,
|
|
1187
|
-
},
|
|
1188
|
-
],
|
|
1189
|
-
[
|
|
1190
|
-
0,
|
|
1191
|
-
{
|
|
1192
|
-
[_hQ]: _vBNC,
|
|
1193
|
-
},
|
|
1194
|
-
],
|
|
1195
|
-
[
|
|
1196
|
-
0,
|
|
1197
|
-
{
|
|
1198
|
-
[_hQ]: _mSE,
|
|
1199
|
-
},
|
|
1200
|
-
],
|
|
1201
|
-
[
|
|
1202
|
-
1,
|
|
1203
|
-
{
|
|
1204
|
-
[_hQ]: _mR,
|
|
1205
|
-
},
|
|
1206
|
-
],
|
|
1207
|
-
[
|
|
1208
|
-
0,
|
|
1209
|
-
{
|
|
1210
|
-
[_hQ]: _nT,
|
|
1211
|
-
},
|
|
1212
|
-
],
|
|
1007
|
+
[0, { [_hQ]: _sBA }],
|
|
1008
|
+
[0, { [_hQ]: _sBO }],
|
|
1009
|
+
[0, { [_hQ]: _vBNC }],
|
|
1010
|
+
[0, { [_hQ]: _mSE }],
|
|
1011
|
+
[1, { [_hQ]: _mR }],
|
|
1012
|
+
[0, { [_hQ]: _nT }],
|
|
1213
1013
|
],
|
|
1214
1014
|
];
|
|
1215
1015
|
var GetMigrationsResponse = [
|
|
@@ -1246,24 +1046,9 @@ var GetSlotTypesRequest = [
|
|
|
1246
1046
|
0,
|
|
1247
1047
|
[_nT, _mR, _nC],
|
|
1248
1048
|
[
|
|
1249
|
-
[
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
[_hQ]: _nT,
|
|
1253
|
-
},
|
|
1254
|
-
],
|
|
1255
|
-
[
|
|
1256
|
-
1,
|
|
1257
|
-
{
|
|
1258
|
-
[_hQ]: _mR,
|
|
1259
|
-
},
|
|
1260
|
-
],
|
|
1261
|
-
[
|
|
1262
|
-
0,
|
|
1263
|
-
{
|
|
1264
|
-
[_hQ]: _nC,
|
|
1265
|
-
},
|
|
1266
|
-
],
|
|
1049
|
+
[0, { [_hQ]: _nT }],
|
|
1050
|
+
[1, { [_hQ]: _mR }],
|
|
1051
|
+
[0, { [_hQ]: _nC }],
|
|
1267
1052
|
],
|
|
1268
1053
|
];
|
|
1269
1054
|
var GetSlotTypesResponse = [
|
|
@@ -1282,18 +1067,8 @@ var GetSlotTypeVersionsRequest = [
|
|
|
1282
1067
|
[_n, _nT, _mR],
|
|
1283
1068
|
[
|
|
1284
1069
|
[0, 1],
|
|
1285
|
-
[
|
|
1286
|
-
|
|
1287
|
-
{
|
|
1288
|
-
[_hQ]: _nT,
|
|
1289
|
-
},
|
|
1290
|
-
],
|
|
1291
|
-
[
|
|
1292
|
-
1,
|
|
1293
|
-
{
|
|
1294
|
-
[_hQ]: _mR,
|
|
1295
|
-
},
|
|
1296
|
-
],
|
|
1070
|
+
[0, { [_hQ]: _nT }],
|
|
1071
|
+
[1, { [_hQ]: _mR }],
|
|
1297
1072
|
],
|
|
1298
1073
|
];
|
|
1299
1074
|
var GetSlotTypeVersionsResponse = [
|
|
@@ -1312,18 +1087,8 @@ var GetUtterancesViewRequest = [
|
|
|
1312
1087
|
[_bN, _bVo, _sTt],
|
|
1313
1088
|
[
|
|
1314
1089
|
[0, 1],
|
|
1315
|
-
[
|
|
1316
|
-
|
|
1317
|
-
{
|
|
1318
|
-
[_hQ]: _bv,
|
|
1319
|
-
},
|
|
1320
|
-
],
|
|
1321
|
-
[
|
|
1322
|
-
0,
|
|
1323
|
-
{
|
|
1324
|
-
[_hQ]: _st,
|
|
1325
|
-
},
|
|
1326
|
-
],
|
|
1090
|
+
[64 | 0, { [_hQ]: _bv }],
|
|
1091
|
+
[0, { [_hQ]: _st }],
|
|
1327
1092
|
],
|
|
1328
1093
|
];
|
|
1329
1094
|
var GetUtterancesViewResponse = [
|
|
@@ -1337,37 +1102,16 @@ var GetUtterancesViewResponse = [
|
|
|
1337
1102
|
var InputContext = [3, n0, _IC, 0, [_n], [0]];
|
|
1338
1103
|
var Intent = [3, n0, _I, 0, [_iN, _iV], [0, 0]];
|
|
1339
1104
|
var IntentMetadata = [3, n0, _IM, 0, [_n, _d, _lUD, _cD, _v], [0, 0, 4, 4, 0]];
|
|
1340
|
-
var InternalFailureException = [
|
|
1341
|
-
-3,
|
|
1342
|
-
n0,
|
|
1343
|
-
_IFE,
|
|
1344
|
-
{
|
|
1345
|
-
[_e]: _se,
|
|
1346
|
-
[_hE]: 500,
|
|
1347
|
-
},
|
|
1348
|
-
[_m],
|
|
1349
|
-
[0],
|
|
1350
|
-
];
|
|
1105
|
+
var InternalFailureException = [-3, n0, _IFE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
1351
1106
|
schema.TypeRegistry.for(n0).registerError(InternalFailureException, InternalFailureException$1);
|
|
1352
1107
|
var KendraConfiguration = [3, n0, _KC, 0, [_kI, _qFS, _r], [0, 0, 0]];
|
|
1353
1108
|
var LimitExceededException = [
|
|
1354
1109
|
-3,
|
|
1355
1110
|
n0,
|
|
1356
1111
|
_LEE,
|
|
1357
|
-
{
|
|
1358
|
-
[_e]: _c,
|
|
1359
|
-
[_hE]: 429,
|
|
1360
|
-
},
|
|
1112
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
1361
1113
|
[_rAS, _m],
|
|
1362
|
-
[
|
|
1363
|
-
[
|
|
1364
|
-
0,
|
|
1365
|
-
{
|
|
1366
|
-
[_hH]: _RA,
|
|
1367
|
-
},
|
|
1368
|
-
],
|
|
1369
|
-
0,
|
|
1370
|
-
],
|
|
1114
|
+
[[0, { [_hH]: _RA }], 0],
|
|
1371
1115
|
];
|
|
1372
1116
|
schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
|
|
1373
1117
|
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
@@ -1384,30 +1128,10 @@ var MigrationSummary = [
|
|
|
1384
1128
|
[_mI, _vBN, _vBV, _vBL, _vBI, _vBR, _mSi, _mSig, _mT],
|
|
1385
1129
|
[0, 0, 0, 0, 0, 0, 0, 0, 4],
|
|
1386
1130
|
];
|
|
1387
|
-
var NotFoundException = [
|
|
1388
|
-
-3,
|
|
1389
|
-
n0,
|
|
1390
|
-
_NFE,
|
|
1391
|
-
{
|
|
1392
|
-
[_e]: _c,
|
|
1393
|
-
[_hE]: 404,
|
|
1394
|
-
},
|
|
1395
|
-
[_m],
|
|
1396
|
-
[0],
|
|
1397
|
-
];
|
|
1131
|
+
var NotFoundException = [-3, n0, _NFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1398
1132
|
schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
|
|
1399
1133
|
var OutputContext = [3, n0, _OC, 0, [_n, _tTLIS, _tTL], [0, 1, 1]];
|
|
1400
|
-
var PreconditionFailedException = [
|
|
1401
|
-
-3,
|
|
1402
|
-
n0,
|
|
1403
|
-
_PFE,
|
|
1404
|
-
{
|
|
1405
|
-
[_e]: _c,
|
|
1406
|
-
[_hE]: 412,
|
|
1407
|
-
},
|
|
1408
|
-
[_m],
|
|
1409
|
-
[0],
|
|
1410
|
-
];
|
|
1134
|
+
var PreconditionFailedException = [-3, n0, _PFE, { [_e]: _c, [_hE]: 412 }, [_m], [0]];
|
|
1411
1135
|
schema.TypeRegistry.for(n0).registerError(PreconditionFailedException, PreconditionFailedException$1);
|
|
1412
1136
|
var Prompt = [3, n0, _P, 0, [_me, _mA, _rC], [() => MessageList, 1, 0]];
|
|
1413
1137
|
var PutBotAliasRequest = [
|
|
@@ -1515,10 +1239,7 @@ var ResourceInUseException = [
|
|
|
1515
1239
|
-3,
|
|
1516
1240
|
n0,
|
|
1517
1241
|
_RIUE,
|
|
1518
|
-
{
|
|
1519
|
-
[_e]: _c,
|
|
1520
|
-
[_hE]: 400,
|
|
1521
|
-
},
|
|
1242
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
1522
1243
|
[_rTe, _eR],
|
|
1523
1244
|
[0, () => ResourceReference],
|
|
1524
1245
|
];
|
|
@@ -1581,12 +1302,7 @@ var UntagResourceRequest = [
|
|
|
1581
1302
|
[_rA, _tK],
|
|
1582
1303
|
[
|
|
1583
1304
|
[0, 1],
|
|
1584
|
-
[
|
|
1585
|
-
64 | 0,
|
|
1586
|
-
{
|
|
1587
|
-
[_hQ]: _tK,
|
|
1588
|
-
},
|
|
1589
|
-
],
|
|
1305
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
1590
1306
|
],
|
|
1591
1307
|
];
|
|
1592
1308
|
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -1630,9 +1346,7 @@ var CreateBotVersion = [
|
|
|
1630
1346
|
9,
|
|
1631
1347
|
n0,
|
|
1632
1348
|
_CBV,
|
|
1633
|
-
{
|
|
1634
|
-
[_h]: ["POST", "/bots/{name}/versions", 201],
|
|
1635
|
-
},
|
|
1349
|
+
{ [_h]: ["POST", "/bots/{name}/versions", 201] },
|
|
1636
1350
|
() => CreateBotVersionRequest,
|
|
1637
1351
|
() => CreateBotVersionResponse,
|
|
1638
1352
|
];
|
|
@@ -1640,9 +1354,7 @@ var CreateIntentVersion = [
|
|
|
1640
1354
|
9,
|
|
1641
1355
|
n0,
|
|
1642
1356
|
_CIV,
|
|
1643
|
-
{
|
|
1644
|
-
[_h]: ["POST", "/intents/{name}/versions", 201],
|
|
1645
|
-
},
|
|
1357
|
+
{ [_h]: ["POST", "/intents/{name}/versions", 201] },
|
|
1646
1358
|
() => CreateIntentVersionRequest,
|
|
1647
1359
|
() => CreateIntentVersionResponse,
|
|
1648
1360
|
];
|
|
@@ -1650,9 +1362,7 @@ var CreateSlotTypeVersion = [
|
|
|
1650
1362
|
9,
|
|
1651
1363
|
n0,
|
|
1652
1364
|
_CSTV,
|
|
1653
|
-
{
|
|
1654
|
-
[_h]: ["POST", "/slottypes/{name}/versions", 201],
|
|
1655
|
-
},
|
|
1365
|
+
{ [_h]: ["POST", "/slottypes/{name}/versions", 201] },
|
|
1656
1366
|
() => CreateSlotTypeVersionRequest,
|
|
1657
1367
|
() => CreateSlotTypeVersionResponse,
|
|
1658
1368
|
];
|
|
@@ -1660,9 +1370,7 @@ var DeleteBot = [
|
|
|
1660
1370
|
9,
|
|
1661
1371
|
n0,
|
|
1662
1372
|
_DB,
|
|
1663
|
-
{
|
|
1664
|
-
[_h]: ["DELETE", "/bots/{name}", 204],
|
|
1665
|
-
},
|
|
1373
|
+
{ [_h]: ["DELETE", "/bots/{name}", 204] },
|
|
1666
1374
|
() => DeleteBotRequest,
|
|
1667
1375
|
() => __Unit,
|
|
1668
1376
|
];
|
|
@@ -1670,9 +1378,7 @@ var DeleteBotAlias = [
|
|
|
1670
1378
|
9,
|
|
1671
1379
|
n0,
|
|
1672
1380
|
_DBA,
|
|
1673
|
-
{
|
|
1674
|
-
[_h]: ["DELETE", "/bots/{botName}/aliases/{name}", 204],
|
|
1675
|
-
},
|
|
1381
|
+
{ [_h]: ["DELETE", "/bots/{botName}/aliases/{name}", 204] },
|
|
1676
1382
|
() => DeleteBotAliasRequest,
|
|
1677
1383
|
() => __Unit,
|
|
1678
1384
|
];
|
|
@@ -1680,9 +1386,7 @@ var DeleteBotChannelAssociation = [
|
|
|
1680
1386
|
9,
|
|
1681
1387
|
n0,
|
|
1682
1388
|
_DBCA,
|
|
1683
|
-
{
|
|
1684
|
-
[_h]: ["DELETE", "/bots/{botName}/aliases/{botAlias}/channels/{name}", 204],
|
|
1685
|
-
},
|
|
1389
|
+
{ [_h]: ["DELETE", "/bots/{botName}/aliases/{botAlias}/channels/{name}", 204] },
|
|
1686
1390
|
() => DeleteBotChannelAssociationRequest,
|
|
1687
1391
|
() => __Unit,
|
|
1688
1392
|
];
|
|
@@ -1690,9 +1394,7 @@ var DeleteBotVersion = [
|
|
|
1690
1394
|
9,
|
|
1691
1395
|
n0,
|
|
1692
1396
|
_DBV,
|
|
1693
|
-
{
|
|
1694
|
-
[_h]: ["DELETE", "/bots/{name}/versions/{version}", 204],
|
|
1695
|
-
},
|
|
1397
|
+
{ [_h]: ["DELETE", "/bots/{name}/versions/{version}", 204] },
|
|
1696
1398
|
() => DeleteBotVersionRequest,
|
|
1697
1399
|
() => __Unit,
|
|
1698
1400
|
];
|
|
@@ -1700,9 +1402,7 @@ var DeleteIntent = [
|
|
|
1700
1402
|
9,
|
|
1701
1403
|
n0,
|
|
1702
1404
|
_DI,
|
|
1703
|
-
{
|
|
1704
|
-
[_h]: ["DELETE", "/intents/{name}", 204],
|
|
1705
|
-
},
|
|
1405
|
+
{ [_h]: ["DELETE", "/intents/{name}", 204] },
|
|
1706
1406
|
() => DeleteIntentRequest,
|
|
1707
1407
|
() => __Unit,
|
|
1708
1408
|
];
|
|
@@ -1710,9 +1410,7 @@ var DeleteIntentVersion = [
|
|
|
1710
1410
|
9,
|
|
1711
1411
|
n0,
|
|
1712
1412
|
_DIV,
|
|
1713
|
-
{
|
|
1714
|
-
[_h]: ["DELETE", "/intents/{name}/versions/{version}", 204],
|
|
1715
|
-
},
|
|
1413
|
+
{ [_h]: ["DELETE", "/intents/{name}/versions/{version}", 204] },
|
|
1716
1414
|
() => DeleteIntentVersionRequest,
|
|
1717
1415
|
() => __Unit,
|
|
1718
1416
|
];
|
|
@@ -1720,9 +1418,7 @@ var DeleteSlotType = [
|
|
|
1720
1418
|
9,
|
|
1721
1419
|
n0,
|
|
1722
1420
|
_DST,
|
|
1723
|
-
{
|
|
1724
|
-
[_h]: ["DELETE", "/slottypes/{name}", 204],
|
|
1725
|
-
},
|
|
1421
|
+
{ [_h]: ["DELETE", "/slottypes/{name}", 204] },
|
|
1726
1422
|
() => DeleteSlotTypeRequest,
|
|
1727
1423
|
() => __Unit,
|
|
1728
1424
|
];
|
|
@@ -1730,9 +1426,7 @@ var DeleteSlotTypeVersion = [
|
|
|
1730
1426
|
9,
|
|
1731
1427
|
n0,
|
|
1732
1428
|
_DSTV,
|
|
1733
|
-
{
|
|
1734
|
-
[_h]: ["DELETE", "/slottypes/{name}/version/{version}", 204],
|
|
1735
|
-
},
|
|
1429
|
+
{ [_h]: ["DELETE", "/slottypes/{name}/version/{version}", 204] },
|
|
1736
1430
|
() => DeleteSlotTypeVersionRequest,
|
|
1737
1431
|
() => __Unit,
|
|
1738
1432
|
];
|
|
@@ -1740,9 +1434,7 @@ var DeleteUtterances = [
|
|
|
1740
1434
|
9,
|
|
1741
1435
|
n0,
|
|
1742
1436
|
_DU,
|
|
1743
|
-
{
|
|
1744
|
-
[_h]: ["DELETE", "/bots/{botName}/utterances/{userId}", 204],
|
|
1745
|
-
},
|
|
1437
|
+
{ [_h]: ["DELETE", "/bots/{botName}/utterances/{userId}", 204] },
|
|
1746
1438
|
() => DeleteUtterancesRequest,
|
|
1747
1439
|
() => __Unit,
|
|
1748
1440
|
];
|
|
@@ -1750,9 +1442,7 @@ var GetBot = [
|
|
|
1750
1442
|
9,
|
|
1751
1443
|
n0,
|
|
1752
1444
|
_GB,
|
|
1753
|
-
{
|
|
1754
|
-
[_h]: ["GET", "/bots/{name}/versions/{versionOrAlias}", 200],
|
|
1755
|
-
},
|
|
1445
|
+
{ [_h]: ["GET", "/bots/{name}/versions/{versionOrAlias}", 200] },
|
|
1756
1446
|
() => GetBotRequest,
|
|
1757
1447
|
() => GetBotResponse,
|
|
1758
1448
|
];
|
|
@@ -1760,9 +1450,7 @@ var GetBotAlias = [
|
|
|
1760
1450
|
9,
|
|
1761
1451
|
n0,
|
|
1762
1452
|
_GBA,
|
|
1763
|
-
{
|
|
1764
|
-
[_h]: ["GET", "/bots/{botName}/aliases/{name}", 200],
|
|
1765
|
-
},
|
|
1453
|
+
{ [_h]: ["GET", "/bots/{botName}/aliases/{name}", 200] },
|
|
1766
1454
|
() => GetBotAliasRequest,
|
|
1767
1455
|
() => GetBotAliasResponse,
|
|
1768
1456
|
];
|
|
@@ -1770,9 +1458,7 @@ var GetBotAliases = [
|
|
|
1770
1458
|
9,
|
|
1771
1459
|
n0,
|
|
1772
1460
|
_GBAe,
|
|
1773
|
-
{
|
|
1774
|
-
[_h]: ["GET", "/bots/{botName}/aliases", 200],
|
|
1775
|
-
},
|
|
1461
|
+
{ [_h]: ["GET", "/bots/{botName}/aliases", 200] },
|
|
1776
1462
|
() => GetBotAliasesRequest,
|
|
1777
1463
|
() => GetBotAliasesResponse,
|
|
1778
1464
|
];
|
|
@@ -1780,9 +1466,7 @@ var GetBotChannelAssociation = [
|
|
|
1780
1466
|
9,
|
|
1781
1467
|
n0,
|
|
1782
1468
|
_GBCA,
|
|
1783
|
-
{
|
|
1784
|
-
[_h]: ["GET", "/bots/{botName}/aliases/{botAlias}/channels/{name}", 200],
|
|
1785
|
-
},
|
|
1469
|
+
{ [_h]: ["GET", "/bots/{botName}/aliases/{botAlias}/channels/{name}", 200] },
|
|
1786
1470
|
() => GetBotChannelAssociationRequest,
|
|
1787
1471
|
() => GetBotChannelAssociationResponse,
|
|
1788
1472
|
];
|
|
@@ -1790,9 +1474,7 @@ var GetBotChannelAssociations = [
|
|
|
1790
1474
|
9,
|
|
1791
1475
|
n0,
|
|
1792
1476
|
_GBCAe,
|
|
1793
|
-
{
|
|
1794
|
-
[_h]: ["GET", "/bots/{botName}/aliases/{botAlias}/channels", 200],
|
|
1795
|
-
},
|
|
1477
|
+
{ [_h]: ["GET", "/bots/{botName}/aliases/{botAlias}/channels", 200] },
|
|
1796
1478
|
() => GetBotChannelAssociationsRequest,
|
|
1797
1479
|
() => GetBotChannelAssociationsResponse,
|
|
1798
1480
|
];
|
|
@@ -1800,9 +1482,7 @@ var GetBots = [
|
|
|
1800
1482
|
9,
|
|
1801
1483
|
n0,
|
|
1802
1484
|
_GBe,
|
|
1803
|
-
{
|
|
1804
|
-
[_h]: ["GET", "/bots", 200],
|
|
1805
|
-
},
|
|
1485
|
+
{ [_h]: ["GET", "/bots", 200] },
|
|
1806
1486
|
() => GetBotsRequest,
|
|
1807
1487
|
() => GetBotsResponse,
|
|
1808
1488
|
];
|
|
@@ -1810,9 +1490,7 @@ var GetBotVersions = [
|
|
|
1810
1490
|
9,
|
|
1811
1491
|
n0,
|
|
1812
1492
|
_GBV,
|
|
1813
|
-
{
|
|
1814
|
-
[_h]: ["GET", "/bots/{name}/versions", 200],
|
|
1815
|
-
},
|
|
1493
|
+
{ [_h]: ["GET", "/bots/{name}/versions", 200] },
|
|
1816
1494
|
() => GetBotVersionsRequest,
|
|
1817
1495
|
() => GetBotVersionsResponse,
|
|
1818
1496
|
];
|
|
@@ -1820,9 +1498,7 @@ var GetBuiltinIntent = [
|
|
|
1820
1498
|
9,
|
|
1821
1499
|
n0,
|
|
1822
1500
|
_GBI,
|
|
1823
|
-
{
|
|
1824
|
-
[_h]: ["GET", "/builtins/intents/{signature}", 200],
|
|
1825
|
-
},
|
|
1501
|
+
{ [_h]: ["GET", "/builtins/intents/{signature}", 200] },
|
|
1826
1502
|
() => GetBuiltinIntentRequest,
|
|
1827
1503
|
() => GetBuiltinIntentResponse,
|
|
1828
1504
|
];
|
|
@@ -1830,9 +1506,7 @@ var GetBuiltinIntents = [
|
|
|
1830
1506
|
9,
|
|
1831
1507
|
n0,
|
|
1832
1508
|
_GBIe,
|
|
1833
|
-
{
|
|
1834
|
-
[_h]: ["GET", "/builtins/intents", 200],
|
|
1835
|
-
},
|
|
1509
|
+
{ [_h]: ["GET", "/builtins/intents", 200] },
|
|
1836
1510
|
() => GetBuiltinIntentsRequest,
|
|
1837
1511
|
() => GetBuiltinIntentsResponse,
|
|
1838
1512
|
];
|
|
@@ -1840,9 +1514,7 @@ var GetBuiltinSlotTypes = [
|
|
|
1840
1514
|
9,
|
|
1841
1515
|
n0,
|
|
1842
1516
|
_GBST,
|
|
1843
|
-
{
|
|
1844
|
-
[_h]: ["GET", "/builtins/slottypes", 200],
|
|
1845
|
-
},
|
|
1517
|
+
{ [_h]: ["GET", "/builtins/slottypes", 200] },
|
|
1846
1518
|
() => GetBuiltinSlotTypesRequest,
|
|
1847
1519
|
() => GetBuiltinSlotTypesResponse,
|
|
1848
1520
|
];
|
|
@@ -1850,9 +1522,7 @@ var GetExport = [
|
|
|
1850
1522
|
9,
|
|
1851
1523
|
n0,
|
|
1852
1524
|
_GE,
|
|
1853
|
-
{
|
|
1854
|
-
[_h]: ["GET", "/exports", 200],
|
|
1855
|
-
},
|
|
1525
|
+
{ [_h]: ["GET", "/exports", 200] },
|
|
1856
1526
|
() => GetExportRequest,
|
|
1857
1527
|
() => GetExportResponse,
|
|
1858
1528
|
];
|
|
@@ -1860,9 +1530,7 @@ var GetImport = [
|
|
|
1860
1530
|
9,
|
|
1861
1531
|
n0,
|
|
1862
1532
|
_GI,
|
|
1863
|
-
{
|
|
1864
|
-
[_h]: ["GET", "/imports/{importId}", 200],
|
|
1865
|
-
},
|
|
1533
|
+
{ [_h]: ["GET", "/imports/{importId}", 200] },
|
|
1866
1534
|
() => GetImportRequest,
|
|
1867
1535
|
() => GetImportResponse,
|
|
1868
1536
|
];
|
|
@@ -1870,9 +1538,7 @@ var GetIntent = [
|
|
|
1870
1538
|
9,
|
|
1871
1539
|
n0,
|
|
1872
1540
|
_GIe,
|
|
1873
|
-
{
|
|
1874
|
-
[_h]: ["GET", "/intents/{name}/versions/{version}", 200],
|
|
1875
|
-
},
|
|
1541
|
+
{ [_h]: ["GET", "/intents/{name}/versions/{version}", 200] },
|
|
1876
1542
|
() => GetIntentRequest,
|
|
1877
1543
|
() => GetIntentResponse,
|
|
1878
1544
|
];
|
|
@@ -1880,9 +1546,7 @@ var GetIntents = [
|
|
|
1880
1546
|
9,
|
|
1881
1547
|
n0,
|
|
1882
1548
|
_GIet,
|
|
1883
|
-
{
|
|
1884
|
-
[_h]: ["GET", "/intents", 200],
|
|
1885
|
-
},
|
|
1549
|
+
{ [_h]: ["GET", "/intents", 200] },
|
|
1886
1550
|
() => GetIntentsRequest,
|
|
1887
1551
|
() => GetIntentsResponse,
|
|
1888
1552
|
];
|
|
@@ -1890,9 +1554,7 @@ var GetIntentVersions = [
|
|
|
1890
1554
|
9,
|
|
1891
1555
|
n0,
|
|
1892
1556
|
_GIV,
|
|
1893
|
-
{
|
|
1894
|
-
[_h]: ["GET", "/intents/{name}/versions", 200],
|
|
1895
|
-
},
|
|
1557
|
+
{ [_h]: ["GET", "/intents/{name}/versions", 200] },
|
|
1896
1558
|
() => GetIntentVersionsRequest,
|
|
1897
1559
|
() => GetIntentVersionsResponse,
|
|
1898
1560
|
];
|
|
@@ -1900,9 +1562,7 @@ var GetMigration = [
|
|
|
1900
1562
|
9,
|
|
1901
1563
|
n0,
|
|
1902
1564
|
_GM,
|
|
1903
|
-
{
|
|
1904
|
-
[_h]: ["GET", "/migrations/{migrationId}", 200],
|
|
1905
|
-
},
|
|
1565
|
+
{ [_h]: ["GET", "/migrations/{migrationId}", 200] },
|
|
1906
1566
|
() => GetMigrationRequest,
|
|
1907
1567
|
() => GetMigrationResponse,
|
|
1908
1568
|
];
|
|
@@ -1910,9 +1570,7 @@ var GetMigrations = [
|
|
|
1910
1570
|
9,
|
|
1911
1571
|
n0,
|
|
1912
1572
|
_GMe,
|
|
1913
|
-
{
|
|
1914
|
-
[_h]: ["GET", "/migrations", 200],
|
|
1915
|
-
},
|
|
1573
|
+
{ [_h]: ["GET", "/migrations", 200] },
|
|
1916
1574
|
() => GetMigrationsRequest,
|
|
1917
1575
|
() => GetMigrationsResponse,
|
|
1918
1576
|
];
|
|
@@ -1920,9 +1578,7 @@ var GetSlotType = [
|
|
|
1920
1578
|
9,
|
|
1921
1579
|
n0,
|
|
1922
1580
|
_GST,
|
|
1923
|
-
{
|
|
1924
|
-
[_h]: ["GET", "/slottypes/{name}/versions/{version}", 200],
|
|
1925
|
-
},
|
|
1581
|
+
{ [_h]: ["GET", "/slottypes/{name}/versions/{version}", 200] },
|
|
1926
1582
|
() => GetSlotTypeRequest,
|
|
1927
1583
|
() => GetSlotTypeResponse,
|
|
1928
1584
|
];
|
|
@@ -1930,9 +1586,7 @@ var GetSlotTypes = [
|
|
|
1930
1586
|
9,
|
|
1931
1587
|
n0,
|
|
1932
1588
|
_GSTe,
|
|
1933
|
-
{
|
|
1934
|
-
[_h]: ["GET", "/slottypes", 200],
|
|
1935
|
-
},
|
|
1589
|
+
{ [_h]: ["GET", "/slottypes", 200] },
|
|
1936
1590
|
() => GetSlotTypesRequest,
|
|
1937
1591
|
() => GetSlotTypesResponse,
|
|
1938
1592
|
];
|
|
@@ -1940,9 +1594,7 @@ var GetSlotTypeVersions = [
|
|
|
1940
1594
|
9,
|
|
1941
1595
|
n0,
|
|
1942
1596
|
_GSTV,
|
|
1943
|
-
{
|
|
1944
|
-
[_h]: ["GET", "/slottypes/{name}/versions", 200],
|
|
1945
|
-
},
|
|
1597
|
+
{ [_h]: ["GET", "/slottypes/{name}/versions", 200] },
|
|
1946
1598
|
() => GetSlotTypeVersionsRequest,
|
|
1947
1599
|
() => GetSlotTypeVersionsResponse,
|
|
1948
1600
|
];
|
|
@@ -1950,9 +1602,7 @@ var GetUtterancesView = [
|
|
|
1950
1602
|
9,
|
|
1951
1603
|
n0,
|
|
1952
1604
|
_GUV,
|
|
1953
|
-
{
|
|
1954
|
-
[_h]: ["GET", "/bots/{botName}/utterances?view=aggregation", 200],
|
|
1955
|
-
},
|
|
1605
|
+
{ [_h]: ["GET", "/bots/{botName}/utterances?view=aggregation", 200] },
|
|
1956
1606
|
() => GetUtterancesViewRequest,
|
|
1957
1607
|
() => GetUtterancesViewResponse,
|
|
1958
1608
|
];
|
|
@@ -1960,9 +1610,7 @@ var ListTagsForResource = [
|
|
|
1960
1610
|
9,
|
|
1961
1611
|
n0,
|
|
1962
1612
|
_LTFR,
|
|
1963
|
-
{
|
|
1964
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1965
|
-
},
|
|
1613
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1966
1614
|
() => ListTagsForResourceRequest,
|
|
1967
1615
|
() => ListTagsForResourceResponse,
|
|
1968
1616
|
];
|
|
@@ -1970,9 +1618,7 @@ var PutBot = [
|
|
|
1970
1618
|
9,
|
|
1971
1619
|
n0,
|
|
1972
1620
|
_PB,
|
|
1973
|
-
{
|
|
1974
|
-
[_h]: ["PUT", "/bots/{name}/versions/$LATEST", 200],
|
|
1975
|
-
},
|
|
1621
|
+
{ [_h]: ["PUT", "/bots/{name}/versions/$LATEST", 200] },
|
|
1976
1622
|
() => PutBotRequest,
|
|
1977
1623
|
() => PutBotResponse,
|
|
1978
1624
|
];
|
|
@@ -1980,9 +1626,7 @@ var PutBotAlias = [
|
|
|
1980
1626
|
9,
|
|
1981
1627
|
n0,
|
|
1982
1628
|
_PBA,
|
|
1983
|
-
{
|
|
1984
|
-
[_h]: ["PUT", "/bots/{botName}/aliases/{name}", 200],
|
|
1985
|
-
},
|
|
1629
|
+
{ [_h]: ["PUT", "/bots/{botName}/aliases/{name}", 200] },
|
|
1986
1630
|
() => PutBotAliasRequest,
|
|
1987
1631
|
() => PutBotAliasResponse,
|
|
1988
1632
|
];
|
|
@@ -1990,9 +1634,7 @@ var PutIntent = [
|
|
|
1990
1634
|
9,
|
|
1991
1635
|
n0,
|
|
1992
1636
|
_PI,
|
|
1993
|
-
{
|
|
1994
|
-
[_h]: ["PUT", "/intents/{name}/versions/$LATEST", 200],
|
|
1995
|
-
},
|
|
1637
|
+
{ [_h]: ["PUT", "/intents/{name}/versions/$LATEST", 200] },
|
|
1996
1638
|
() => PutIntentRequest,
|
|
1997
1639
|
() => PutIntentResponse,
|
|
1998
1640
|
];
|
|
@@ -2000,9 +1642,7 @@ var PutSlotType = [
|
|
|
2000
1642
|
9,
|
|
2001
1643
|
n0,
|
|
2002
1644
|
_PST,
|
|
2003
|
-
{
|
|
2004
|
-
[_h]: ["PUT", "/slottypes/{name}/versions/$LATEST", 200],
|
|
2005
|
-
},
|
|
1645
|
+
{ [_h]: ["PUT", "/slottypes/{name}/versions/$LATEST", 200] },
|
|
2006
1646
|
() => PutSlotTypeRequest,
|
|
2007
1647
|
() => PutSlotTypeResponse,
|
|
2008
1648
|
];
|
|
@@ -2010,9 +1650,7 @@ var StartImport = [
|
|
|
2010
1650
|
9,
|
|
2011
1651
|
n0,
|
|
2012
1652
|
_SI,
|
|
2013
|
-
{
|
|
2014
|
-
[_h]: ["POST", "/imports", 201],
|
|
2015
|
-
},
|
|
1653
|
+
{ [_h]: ["POST", "/imports", 201] },
|
|
2016
1654
|
() => StartImportRequest,
|
|
2017
1655
|
() => StartImportResponse,
|
|
2018
1656
|
];
|
|
@@ -2020,9 +1658,7 @@ var StartMigration = [
|
|
|
2020
1658
|
9,
|
|
2021
1659
|
n0,
|
|
2022
1660
|
_SM,
|
|
2023
|
-
{
|
|
2024
|
-
[_h]: ["POST", "/migrations", 202],
|
|
2025
|
-
},
|
|
1661
|
+
{ [_h]: ["POST", "/migrations", 202] },
|
|
2026
1662
|
() => StartMigrationRequest,
|
|
2027
1663
|
() => StartMigrationResponse,
|
|
2028
1664
|
];
|
|
@@ -2030,9 +1666,7 @@ var TagResource = [
|
|
|
2030
1666
|
9,
|
|
2031
1667
|
n0,
|
|
2032
1668
|
_TR,
|
|
2033
|
-
{
|
|
2034
|
-
[_h]: ["POST", "/tags/{resourceArn}", 204],
|
|
2035
|
-
},
|
|
1669
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 204] },
|
|
2036
1670
|
() => TagResourceRequest,
|
|
2037
1671
|
() => TagResourceResponse,
|
|
2038
1672
|
];
|
|
@@ -2040,9 +1674,7 @@ var UntagResource = [
|
|
|
2040
1674
|
9,
|
|
2041
1675
|
n0,
|
|
2042
1676
|
_UR,
|
|
2043
|
-
{
|
|
2044
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 204],
|
|
2045
|
-
},
|
|
1677
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] },
|
|
2046
1678
|
() => UntagResourceRequest,
|
|
2047
1679
|
() => UntagResourceResponse,
|
|
2048
1680
|
];
|