@aws-sdk/client-lex-model-building-service 3.986.0 → 3.988.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.
@@ -0,0 +1,1146 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetBotVersionsRequest$ = exports.GetBotsResponse$ = exports.GetBotsRequest$ = exports.GetBotResponse$ = exports.GetBotRequest$ = exports.GetBotChannelAssociationsResponse$ = exports.GetBotChannelAssociationsRequest$ = exports.GetBotChannelAssociationResponse$ = exports.GetBotChannelAssociationRequest$ = exports.GetBotAliasResponse$ = exports.GetBotAliasRequest$ = exports.GetBotAliasesResponse$ = exports.GetBotAliasesRequest$ = exports.FulfillmentActivity$ = exports.FollowUpPrompt$ = exports.EnumerationValue$ = exports.DeleteUtterancesRequest$ = exports.DeleteSlotTypeVersionRequest$ = exports.DeleteSlotTypeRequest$ = exports.DeleteIntentVersionRequest$ = exports.DeleteIntentRequest$ = exports.DeleteBotVersionRequest$ = exports.DeleteBotRequest$ = exports.DeleteBotChannelAssociationRequest$ = exports.DeleteBotAliasRequest$ = exports.CreateSlotTypeVersionResponse$ = exports.CreateSlotTypeVersionRequest$ = exports.CreateIntentVersionResponse$ = exports.CreateIntentVersionRequest$ = exports.CreateBotVersionResponse$ = exports.CreateBotVersionRequest$ = exports.ConversationLogsResponse$ = exports.ConversationLogsRequest$ = exports.CodeHook$ = exports.BuiltinSlotTypeMetadata$ = exports.BuiltinIntentSlot$ = exports.BuiltinIntentMetadata$ = exports.BotMetadata$ = exports.BotChannelAssociation$ = exports.BotAliasMetadata$ = exports.errorTypeRegistries = exports.ResourceInUseException$ = exports.PreconditionFailedException$ = exports.NotFoundException$ = exports.LimitExceededException$ = exports.InternalFailureException$ = exports.ConflictException$ = exports.BadRequestException$ = exports.AccessDeniedException$ = exports.LexModelBuildingServiceServiceException$ = void 0;
4
+ exports.PutSlotTypeResponse$ = exports.PutSlotTypeRequest$ = exports.PutIntentResponse$ = exports.PutIntentRequest$ = exports.PutBotResponse$ = exports.PutBotRequest$ = exports.PutBotAliasResponse$ = exports.PutBotAliasRequest$ = exports.Prompt$ = exports.OutputContext$ = exports.MigrationSummary$ = exports.MigrationAlert$ = exports.Message$ = exports.LogSettingsResponse$ = exports.LogSettingsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.KendraConfiguration$ = exports.IntentMetadata$ = exports.Intent$ = exports.InputContext$ = exports.GetUtterancesViewResponse$ = exports.GetUtterancesViewRequest$ = exports.GetSlotTypeVersionsResponse$ = exports.GetSlotTypeVersionsRequest$ = exports.GetSlotTypesResponse$ = exports.GetSlotTypesRequest$ = exports.GetSlotTypeResponse$ = exports.GetSlotTypeRequest$ = exports.GetMigrationsResponse$ = exports.GetMigrationsRequest$ = exports.GetMigrationResponse$ = exports.GetMigrationRequest$ = exports.GetIntentVersionsResponse$ = exports.GetIntentVersionsRequest$ = exports.GetIntentsResponse$ = exports.GetIntentsRequest$ = exports.GetIntentResponse$ = exports.GetIntentRequest$ = exports.GetImportResponse$ = exports.GetImportRequest$ = exports.GetExportResponse$ = exports.GetExportRequest$ = exports.GetBuiltinSlotTypesResponse$ = exports.GetBuiltinSlotTypesRequest$ = exports.GetBuiltinIntentsResponse$ = exports.GetBuiltinIntentsRequest$ = exports.GetBuiltinIntentResponse$ = exports.GetBuiltinIntentRequest$ = exports.GetBotVersionsResponse$ = void 0;
5
+ exports.GetSlotTypes$ = exports.GetSlotType$ = exports.GetMigrations$ = exports.GetMigration$ = exports.GetIntentVersions$ = exports.GetIntents$ = exports.GetIntent$ = exports.GetImport$ = exports.GetExport$ = exports.GetBuiltinSlotTypes$ = exports.GetBuiltinIntents$ = exports.GetBuiltinIntent$ = exports.GetBotVersions$ = exports.GetBots$ = exports.GetBotChannelAssociations$ = exports.GetBotChannelAssociation$ = exports.GetBotAliases$ = exports.GetBotAlias$ = exports.GetBot$ = exports.DeleteUtterances$ = exports.DeleteSlotTypeVersion$ = exports.DeleteSlotType$ = exports.DeleteIntentVersion$ = exports.DeleteIntent$ = exports.DeleteBotVersion$ = exports.DeleteBotChannelAssociation$ = exports.DeleteBotAlias$ = exports.DeleteBot$ = exports.CreateSlotTypeVersion$ = exports.CreateIntentVersion$ = exports.CreateBotVersion$ = exports.UtteranceList$ = exports.UtteranceData$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Tag$ = exports.Statement$ = exports.StartMigrationResponse$ = exports.StartMigrationRequest$ = exports.StartImportResponse$ = exports.StartImportRequest$ = exports.SlotTypeRegexConfiguration$ = exports.SlotTypeMetadata$ = exports.SlotTypeConfiguration$ = exports.SlotDefaultValueSpec$ = exports.SlotDefaultValue$ = exports.Slot$ = exports.ResourceReference$ = void 0;
6
+ exports.UntagResource$ = exports.TagResource$ = exports.StartMigration$ = exports.StartImport$ = exports.PutSlotType$ = exports.PutIntent$ = exports.PutBotAlias$ = exports.PutBot$ = exports.ListTagsForResource$ = exports.GetUtterancesView$ = exports.GetSlotTypeVersions$ = void 0;
7
+ const _ADE = "AccessDeniedException";
8
+ const _BA = "BotAliases";
9
+ const _BAM = "BotAliasMetadata";
10
+ const _BAML = "BotAliasMetadataList";
11
+ const _BCA = "BotChannelAssociation";
12
+ const _BCAL = "BotChannelAssociationList";
13
+ const _BIM = "BuiltinIntentMetadata";
14
+ const _BIML = "BuiltinIntentMetadataList";
15
+ const _BIS = "BuiltinIntentSlot";
16
+ const _BISL = "BuiltinIntentSlotList";
17
+ const _BM = "BotMetadata";
18
+ const _BML = "BotMetadataList";
19
+ const _BRE = "BadRequestException";
20
+ const _BSTM = "BuiltinSlotTypeMetadata";
21
+ const _BSTML = "BuiltinSlotTypeMetadataList";
22
+ const _CBV = "CreateBotVersion";
23
+ const _CBVR = "CreateBotVersionRequest";
24
+ const _CBVRr = "CreateBotVersionResponse";
25
+ const _CCM = "ChannelConfigurationMap";
26
+ const _CE = "ConflictException";
27
+ const _CH = "CodeHook";
28
+ const _CIV = "CreateIntentVersion";
29
+ const _CIVR = "CreateIntentVersionRequest";
30
+ const _CIVRr = "CreateIntentVersionResponse";
31
+ const _CLR = "ConversationLogsRequest";
32
+ const _CLRo = "ConversationLogsResponse";
33
+ const _CSTV = "CreateSlotTypeVersion";
34
+ const _CSTVR = "CreateSlotTypeVersionRequest";
35
+ const _CSTVRr = "CreateSlotTypeVersionResponse";
36
+ const _DB = "DeleteBot";
37
+ const _DBA = "DeleteBotAlias";
38
+ const _DBAR = "DeleteBotAliasRequest";
39
+ const _DBCA = "DeleteBotChannelAssociation";
40
+ const _DBCAR = "DeleteBotChannelAssociationRequest";
41
+ const _DBR = "DeleteBotRequest";
42
+ const _DBV = "DeleteBotVersion";
43
+ const _DBVR = "DeleteBotVersionRequest";
44
+ const _DI = "DeleteIntent";
45
+ const _DIR = "DeleteIntentRequest";
46
+ const _DIV = "DeleteIntentVersion";
47
+ const _DIVR = "DeleteIntentVersionRequest";
48
+ const _DST = "DeleteSlotType";
49
+ const _DSTR = "DeleteSlotTypeRequest";
50
+ const _DSTV = "DeleteSlotTypeVersion";
51
+ const _DSTVR = "DeleteSlotTypeVersionRequest";
52
+ const _DU = "DeleteUtterances";
53
+ const _DUR = "DeleteUtterancesRequest";
54
+ const _EV = "EnumerationValue";
55
+ const _EVn = "EnumerationValues";
56
+ const _FA = "FulfillmentActivity";
57
+ const _FUP = "FollowUpPrompt";
58
+ const _GB = "GetBot";
59
+ const _GBA = "GetBotAlias";
60
+ const _GBAR = "GetBotAliasesRequest";
61
+ const _GBARe = "GetBotAliasesResponse";
62
+ const _GBARet = "GetBotAliasRequest";
63
+ const _GBAReto = "GetBotAliasResponse";
64
+ const _GBAe = "GetBotAliases";
65
+ const _GBCA = "GetBotChannelAssociation";
66
+ const _GBCAR = "GetBotChannelAssociationRequest";
67
+ const _GBCARe = "GetBotChannelAssociationResponse";
68
+ const _GBCARet = "GetBotChannelAssociationsRequest";
69
+ const _GBCAReto = "GetBotChannelAssociationsResponse";
70
+ const _GBCAe = "GetBotChannelAssociations";
71
+ const _GBI = "GetBuiltinIntent";
72
+ const _GBIR = "GetBuiltinIntentRequest";
73
+ const _GBIRe = "GetBuiltinIntentResponse";
74
+ const _GBIRet = "GetBuiltinIntentsRequest";
75
+ const _GBIRetu = "GetBuiltinIntentsResponse";
76
+ const _GBIe = "GetBuiltinIntents";
77
+ const _GBR = "GetBotRequest";
78
+ const _GBRe = "GetBotResponse";
79
+ const _GBRet = "GetBotsRequest";
80
+ const _GBReto = "GetBotsResponse";
81
+ const _GBST = "GetBuiltinSlotTypes";
82
+ const _GBSTR = "GetBuiltinSlotTypesRequest";
83
+ const _GBSTRe = "GetBuiltinSlotTypesResponse";
84
+ const _GBV = "GetBotVersions";
85
+ const _GBVR = "GetBotVersionsRequest";
86
+ const _GBVRe = "GetBotVersionsResponse";
87
+ const _GBe = "GetBots";
88
+ const _GE = "GetExport";
89
+ const _GER = "GetExportRequest";
90
+ const _GERe = "GetExportResponse";
91
+ const _GI = "GetImport";
92
+ const _GIR = "GetImportRequest";
93
+ const _GIRe = "GetImportResponse";
94
+ const _GIRet = "GetIntentRequest";
95
+ const _GIRetn = "GetIntentResponse";
96
+ const _GIRetnt = "GetIntentsRequest";
97
+ const _GIRetnte = "GetIntentsResponse";
98
+ const _GIV = "GetIntentVersions";
99
+ const _GIVR = "GetIntentVersionsRequest";
100
+ const _GIVRe = "GetIntentVersionsResponse";
101
+ const _GIe = "GetIntent";
102
+ const _GIet = "GetIntents";
103
+ const _GM = "GetMigration";
104
+ const _GMR = "GetMigrationRequest";
105
+ const _GMRe = "GetMigrationResponse";
106
+ const _GMRet = "GetMigrationsRequest";
107
+ const _GMReti = "GetMigrationsResponse";
108
+ const _GMe = "GetMigrations";
109
+ const _GST = "GetSlotType";
110
+ const _GSTR = "GetSlotTypeRequest";
111
+ const _GSTRe = "GetSlotTypeResponse";
112
+ const _GSTRet = "GetSlotTypesRequest";
113
+ const _GSTRetl = "GetSlotTypesResponse";
114
+ const _GSTV = "GetSlotTypeVersions";
115
+ const _GSTVR = "GetSlotTypeVersionsRequest";
116
+ const _GSTVRe = "GetSlotTypeVersionsResponse";
117
+ const _GSTe = "GetSlotTypes";
118
+ const _GUV = "GetUtterancesView";
119
+ const _GUVR = "GetUtterancesViewRequest";
120
+ const _GUVRe = "GetUtterancesViewResponse";
121
+ const _I = "Intent";
122
+ const _IC = "InputContext";
123
+ const _ICL = "InputContextList";
124
+ const _IFE = "InternalFailureException";
125
+ const _IL = "IntentList";
126
+ const _IM = "IntentMetadata";
127
+ const _IML = "IntentMetadataList";
128
+ const _KC = "KendraConfiguration";
129
+ const _LEE = "LimitExceededException";
130
+ const _LOU = "ListOfUtterance";
131
+ const _LOUi = "ListsOfUtterances";
132
+ const _LSR = "LogSettingsRequest";
133
+ const _LSRL = "LogSettingsRequestList";
134
+ const _LSRLo = "LogSettingsResponseList";
135
+ const _LSRo = "LogSettingsResponse";
136
+ const _LTFR = "ListTagsForResource";
137
+ const _LTFRR = "ListTagsForResourceRequest";
138
+ const _LTFRRi = "ListTagsForResourceResponse";
139
+ const _M = "Message";
140
+ const _MA = "MigrationAlert";
141
+ const _MAi = "MigrationAlerts";
142
+ const _ML = "MessageList";
143
+ const _MS = "MigrationSummary";
144
+ const _MSL = "MigrationSummaryList";
145
+ const _NFE = "NotFoundException";
146
+ const _OC = "OutputContext";
147
+ const _OCL = "OutputContextList";
148
+ const _P = "Prompt";
149
+ const _PB = "PutBot";
150
+ const _PBA = "PutBotAlias";
151
+ const _PBAR = "PutBotAliasRequest";
152
+ const _PBARu = "PutBotAliasResponse";
153
+ const _PBR = "PutBotRequest";
154
+ const _PBRu = "PutBotResponse";
155
+ const _PFE = "PreconditionFailedException";
156
+ const _PI = "PutIntent";
157
+ const _PIR = "PutIntentRequest";
158
+ const _PIRu = "PutIntentResponse";
159
+ const _PST = "PutSlotType";
160
+ const _PSTR = "PutSlotTypeRequest";
161
+ const _PSTRu = "PutSlotTypeResponse";
162
+ const _RA = "Retry-After";
163
+ const _RIUE = "ResourceInUseException";
164
+ const _RR = "ResourceReference";
165
+ const _S = "Slot";
166
+ const _SDV = "SlotDefaultValue";
167
+ const _SDVL = "SlotDefaultValueList";
168
+ const _SDVS = "SlotDefaultValueSpec";
169
+ const _SI = "StartImport";
170
+ const _SIR = "StartImportRequest";
171
+ const _SIRt = "StartImportResponse";
172
+ const _SL = "SlotList";
173
+ const _SM = "StartMigration";
174
+ const _SMR = "StartMigrationRequest";
175
+ const _SMRt = "StartMigrationResponse";
176
+ const _STC = "SlotTypeConfiguration";
177
+ const _STCl = "SlotTypeConfigurations";
178
+ const _STM = "SlotTypeMetadata";
179
+ const _STML = "SlotTypeMetadataList";
180
+ const _STRC = "SlotTypeRegexConfiguration";
181
+ const _St = "Statement";
182
+ const _T = "Tag";
183
+ const _TL = "TagList";
184
+ const _TR = "TagResource";
185
+ const _TRR = "TagResourceRequest";
186
+ const _TRRa = "TagResourceResponse";
187
+ const _UD = "UtteranceData";
188
+ const _UL = "UtteranceList";
189
+ const _UR = "UntagResource";
190
+ const _URR = "UntagResourceRequest";
191
+ const _URRn = "UntagResourceResponse";
192
+ const _a = "alerts";
193
+ const _aS = "abortStatement";
194
+ const _b = "bots";
195
+ const _bA = "botAlias";
196
+ const _bC = "botConfiguration";
197
+ const _bCA = "botChannelAssociations";
198
+ const _bN = "botName";
199
+ const _bV = "botVersion";
200
+ const _bVo = "botVersions";
201
+ const _bv = "bot_versions";
202
+ const _c = "client";
203
+ const _cD = "createdDate";
204
+ const _cDh = "childDirected";
205
+ const _cH = "codeHook";
206
+ const _cL = "conversationLogs";
207
+ const _cP = "clarificationPrompt";
208
+ const _cPo = "confirmationPrompt";
209
+ const _cS = "conclusionStatement";
210
+ const _cT = "contentType";
211
+ const _cV = "createVersion";
212
+ const _ch = "checksum";
213
+ const _co = "content";
214
+ const _cou = "count";
215
+ const _d = "description";
216
+ const _dCH = "dialogCodeHook";
217
+ const _dS = "detectSentiment";
218
+ const _dU = "distinctUsers";
219
+ const _dV = "defaultValue";
220
+ const _dVL = "defaultValueList";
221
+ const _dVS = "defaultValueSpec";
222
+ const _de = "destination";
223
+ const _det = "details";
224
+ const _e = "error";
225
+ const _eMI = "enableModelImprovements";
226
+ const _eR = "exampleReference";
227
+ const _eS = "exportStatus";
228
+ const _eT = "exportType";
229
+ const _eV = "enumerationValues";
230
+ const _fA = "fulfillmentActivity";
231
+ const _fR = "failureReason";
232
+ const _fUD = "firstUtteredDate";
233
+ const _fUP = "followUpPrompt";
234
+ const _gN = "groupNumber";
235
+ const _h = "http";
236
+ const _hE = "httpError";
237
+ const _hH = "httpHeader";
238
+ const _hQ = "httpQuery";
239
+ const _i = "intents";
240
+ const _iC = "inputContexts";
241
+ const _iI = "importId";
242
+ const _iN = "intentName";
243
+ const _iRA = "iamRoleArn";
244
+ const _iS = "importStatus";
245
+ const _iSTTLIS = "idleSessionTTLInSeconds";
246
+ const _iV = "intentVersion";
247
+ const _k = "key";
248
+ const _kC = "kendraConfiguration";
249
+ const _kI = "kendraIndex";
250
+ const _kKA = "kmsKeyArn";
251
+ const _l = "locale";
252
+ const _lS = "logSettings";
253
+ const _lT = "logType";
254
+ const _lUD = "lastUpdatedDate";
255
+ const _lUDa = "lastUtteredDate";
256
+ const _m = "message";
257
+ const _mA = "maxAttempts";
258
+ const _mI = "migrationId";
259
+ const _mR = "maxResults";
260
+ const _mS = "mergeStrategy";
261
+ const _mSE = "migrationStatusEquals";
262
+ const _mSi = "migrationStatus";
263
+ const _mSig = "migrationStrategy";
264
+ const _mSigr = "migrationSummaries";
265
+ const _mT = "migrationTimestamp";
266
+ const _mV = "messageVersion";
267
+ const _me = "messages";
268
+ const _n = "name";
269
+ const _nC = "nameContains";
270
+ const _nICT = "nluIntentConfidenceThreshold";
271
+ const _nT = "nextToken";
272
+ const _oC = "outputContexts";
273
+ const _oS = "obfuscationSetting";
274
+ const _p = "prompt";
275
+ const _pB = "processBehavior";
276
+ const _pIS = "parentIntentSignature";
277
+ const _pSTS = "parentSlotTypeSignature";
278
+ const _pa = "pattern";
279
+ const _pay = "payload";
280
+ const _pr = "priority";
281
+ const _qFS = "queryFilterString";
282
+ const _r = "role";
283
+ const _rA = "resourceArn";
284
+ const _rAS = "retryAfterSeconds";
285
+ const _rC = "responseCard";
286
+ const _rCe = "regexConfiguration";
287
+ const _rP = "resourcePrefix";
288
+ const _rS = "rejectionStatement";
289
+ const _rT = "referenceType";
290
+ const _rTe = "resourceType";
291
+ const _rURL = "referenceURLs";
292
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.lexmodelbuildingservice";
293
+ const _sBA = "sortByAttribute";
294
+ const _sBO = "sortByOrder";
295
+ const _sC = "signatureContains";
296
+ const _sCl = "slotConstraint";
297
+ const _sL = "supportedLocales";
298
+ const _sT = "slotTypes";
299
+ const _sTC = "slotTypeConfigurations";
300
+ const _sTV = "slotTypeVersion";
301
+ const _sTl = "slotType";
302
+ const _sTt = "statusType";
303
+ const _sU = "sampleUtterances";
304
+ const _se = "server";
305
+ const _si = "signature";
306
+ const _sl = "slots";
307
+ const _st = "status";
308
+ const _st_ = "status_type";
309
+ const _sy = "synonyms";
310
+ const _t = "type";
311
+ const _tK = "tagKeys";
312
+ const _tTL = "turnsToLive";
313
+ const _tTLIS = "timeToLiveInSeconds";
314
+ const _ta = "tags";
315
+ const _u = "uri";
316
+ const _uI = "userId";
317
+ const _uS = "utteranceString";
318
+ const _ur = "url";
319
+ const _ut = "utterances";
320
+ const _v = "version";
321
+ const _vBI = "v2BotId";
322
+ const _vBL = "v1BotLocale";
323
+ const _vBN = "v1BotName";
324
+ const _vBNC = "v1BotNameContains";
325
+ const _vBNo = "v2BotName";
326
+ const _vBR = "v2BotRole";
327
+ const _vBV = "v1BotVersion";
328
+ const _vEP = "valueElicitationPrompt";
329
+ const _vI = "voiceId";
330
+ const _vOA = "versionOrAlias";
331
+ const _vSS = "valueSelectionStrategy";
332
+ const _va = "value";
333
+ const n0 = "com.amazonaws.lexmodelbuildingservice";
334
+ const schema_1 = require("@smithy/core/schema");
335
+ const errors_1 = require("../models/errors");
336
+ const LexModelBuildingServiceServiceException_1 = require("../models/LexModelBuildingServiceServiceException");
337
+ const _s_registry = schema_1.TypeRegistry.for(_s);
338
+ exports.LexModelBuildingServiceServiceException$ = [-3, _s, "LexModelBuildingServiceServiceException", 0, [], []];
339
+ _s_registry.registerError(exports.LexModelBuildingServiceServiceException$, LexModelBuildingServiceServiceException_1.LexModelBuildingServiceServiceException);
340
+ const n0_registry = schema_1.TypeRegistry.for(n0);
341
+ exports.AccessDeniedException$ = [-3, n0, _ADE,
342
+ { [_e]: _c, [_hE]: 403 },
343
+ [_m],
344
+ [0]
345
+ ];
346
+ n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
347
+ exports.BadRequestException$ = [-3, n0, _BRE,
348
+ { [_e]: _c, [_hE]: 400 },
349
+ [_m],
350
+ [0]
351
+ ];
352
+ n0_registry.registerError(exports.BadRequestException$, errors_1.BadRequestException);
353
+ exports.ConflictException$ = [-3, n0, _CE,
354
+ { [_e]: _c, [_hE]: 409 },
355
+ [_m],
356
+ [0]
357
+ ];
358
+ n0_registry.registerError(exports.ConflictException$, errors_1.ConflictException);
359
+ exports.InternalFailureException$ = [-3, n0, _IFE,
360
+ { [_e]: _se, [_hE]: 500 },
361
+ [_m],
362
+ [0]
363
+ ];
364
+ n0_registry.registerError(exports.InternalFailureException$, errors_1.InternalFailureException);
365
+ exports.LimitExceededException$ = [-3, n0, _LEE,
366
+ { [_e]: _c, [_hE]: 429 },
367
+ [_rAS, _m],
368
+ [[0, { [_hH]: _RA }], 0]
369
+ ];
370
+ n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
371
+ exports.NotFoundException$ = [-3, n0, _NFE,
372
+ { [_e]: _c, [_hE]: 404 },
373
+ [_m],
374
+ [0]
375
+ ];
376
+ n0_registry.registerError(exports.NotFoundException$, errors_1.NotFoundException);
377
+ exports.PreconditionFailedException$ = [-3, n0, _PFE,
378
+ { [_e]: _c, [_hE]: 412 },
379
+ [_m],
380
+ [0]
381
+ ];
382
+ n0_registry.registerError(exports.PreconditionFailedException$, errors_1.PreconditionFailedException);
383
+ exports.ResourceInUseException$ = [-3, n0, _RIUE,
384
+ { [_e]: _c, [_hE]: 400 },
385
+ [_rT, _eR],
386
+ [0, () => exports.ResourceReference$]
387
+ ];
388
+ n0_registry.registerError(exports.ResourceInUseException$, errors_1.ResourceInUseException);
389
+ exports.errorTypeRegistries = [
390
+ _s_registry,
391
+ n0_registry,
392
+ ];
393
+ exports.BotAliasMetadata$ = [3, n0, _BAM,
394
+ 0,
395
+ [_n, _d, _bV, _bN, _lUD, _cD, _ch, _cL],
396
+ [0, 0, 0, 0, 4, 4, 0, () => exports.ConversationLogsResponse$]
397
+ ];
398
+ exports.BotChannelAssociation$ = [3, n0, _BCA,
399
+ 0,
400
+ [_n, _d, _bA, _bN, _cD, _t, _bC, _st, _fR],
401
+ [0, 0, 0, 0, 4, 0, [() => ChannelConfigurationMap, 0], 0, 0]
402
+ ];
403
+ exports.BotMetadata$ = [3, n0, _BM,
404
+ 0,
405
+ [_n, _d, _st, _lUD, _cD, _v],
406
+ [0, 0, 0, 4, 4, 0]
407
+ ];
408
+ exports.BuiltinIntentMetadata$ = [3, n0, _BIM,
409
+ 0,
410
+ [_si, _sL],
411
+ [0, 64 | 0]
412
+ ];
413
+ exports.BuiltinIntentSlot$ = [3, n0, _BIS,
414
+ 0,
415
+ [_n],
416
+ [0]
417
+ ];
418
+ exports.BuiltinSlotTypeMetadata$ = [3, n0, _BSTM,
419
+ 0,
420
+ [_si, _sL],
421
+ [0, 64 | 0]
422
+ ];
423
+ exports.CodeHook$ = [3, n0, _CH,
424
+ 0,
425
+ [_u, _mV],
426
+ [0, 0], 2
427
+ ];
428
+ exports.ConversationLogsRequest$ = [3, n0, _CLR,
429
+ 0,
430
+ [_lS, _iRA],
431
+ [() => LogSettingsRequestList, 0], 2
432
+ ];
433
+ exports.ConversationLogsResponse$ = [3, n0, _CLRo,
434
+ 0,
435
+ [_lS, _iRA],
436
+ [() => LogSettingsResponseList, 0]
437
+ ];
438
+ exports.CreateBotVersionRequest$ = [3, n0, _CBVR,
439
+ 0,
440
+ [_n, _ch],
441
+ [[0, 1], 0], 1
442
+ ];
443
+ exports.CreateBotVersionResponse$ = [3, n0, _CBVRr,
444
+ 0,
445
+ [_n, _d, _i, _cP, _aS, _st, _fR, _lUD, _cD, _iSTTLIS, _vI, _ch, _v, _l, _cDh, _eMI, _dS],
446
+ [0, 0, () => IntentList, () => exports.Prompt$, () => exports.Statement$, 0, 0, 4, 4, 1, 0, 0, 0, 0, 2, 2, 2]
447
+ ];
448
+ exports.CreateIntentVersionRequest$ = [3, n0, _CIVR,
449
+ 0,
450
+ [_n, _ch],
451
+ [[0, 1], 0], 1
452
+ ];
453
+ exports.CreateIntentVersionResponse$ = [3, n0, _CIVRr,
454
+ 0,
455
+ [_n, _d, _sl, _sU, _cPo, _rS, _fUP, _cS, _dCH, _fA, _pIS, _lUD, _cD, _v, _ch, _kC, _iC, _oC],
456
+ [0, 0, () => SlotList, 64 | 0, () => exports.Prompt$, () => exports.Statement$, () => exports.FollowUpPrompt$, () => exports.Statement$, () => exports.CodeHook$, () => exports.FulfillmentActivity$, 0, 4, 4, 0, 0, () => exports.KendraConfiguration$, () => InputContextList, () => OutputContextList]
457
+ ];
458
+ exports.CreateSlotTypeVersionRequest$ = [3, n0, _CSTVR,
459
+ 0,
460
+ [_n, _ch],
461
+ [[0, 1], 0], 1
462
+ ];
463
+ exports.CreateSlotTypeVersionResponse$ = [3, n0, _CSTVRr,
464
+ 0,
465
+ [_n, _d, _eV, _lUD, _cD, _v, _ch, _vSS, _pSTS, _sTC],
466
+ [0, 0, () => EnumerationValues, 4, 4, 0, 0, 0, 0, () => SlotTypeConfigurations]
467
+ ];
468
+ exports.DeleteBotAliasRequest$ = [3, n0, _DBAR,
469
+ 0,
470
+ [_n, _bN],
471
+ [[0, 1], [0, 1]], 2
472
+ ];
473
+ exports.DeleteBotChannelAssociationRequest$ = [3, n0, _DBCAR,
474
+ 0,
475
+ [_n, _bN, _bA],
476
+ [[0, 1], [0, 1], [0, 1]], 3
477
+ ];
478
+ exports.DeleteBotRequest$ = [3, n0, _DBR,
479
+ 0,
480
+ [_n],
481
+ [[0, 1]], 1
482
+ ];
483
+ exports.DeleteBotVersionRequest$ = [3, n0, _DBVR,
484
+ 0,
485
+ [_n, _v],
486
+ [[0, 1], [0, 1]], 2
487
+ ];
488
+ exports.DeleteIntentRequest$ = [3, n0, _DIR,
489
+ 0,
490
+ [_n],
491
+ [[0, 1]], 1
492
+ ];
493
+ exports.DeleteIntentVersionRequest$ = [3, n0, _DIVR,
494
+ 0,
495
+ [_n, _v],
496
+ [[0, 1], [0, 1]], 2
497
+ ];
498
+ exports.DeleteSlotTypeRequest$ = [3, n0, _DSTR,
499
+ 0,
500
+ [_n],
501
+ [[0, 1]], 1
502
+ ];
503
+ exports.DeleteSlotTypeVersionRequest$ = [3, n0, _DSTVR,
504
+ 0,
505
+ [_n, _v],
506
+ [[0, 1], [0, 1]], 2
507
+ ];
508
+ exports.DeleteUtterancesRequest$ = [3, n0, _DUR,
509
+ 0,
510
+ [_bN, _uI],
511
+ [[0, 1], [0, 1]], 2
512
+ ];
513
+ exports.EnumerationValue$ = [3, n0, _EV,
514
+ 0,
515
+ [_va, _sy],
516
+ [0, 64 | 0], 1
517
+ ];
518
+ exports.FollowUpPrompt$ = [3, n0, _FUP,
519
+ 0,
520
+ [_p, _rS],
521
+ [() => exports.Prompt$, () => exports.Statement$], 2
522
+ ];
523
+ exports.FulfillmentActivity$ = [3, n0, _FA,
524
+ 0,
525
+ [_t, _cH],
526
+ [0, () => exports.CodeHook$], 1
527
+ ];
528
+ exports.GetBotAliasesRequest$ = [3, n0, _GBAR,
529
+ 0,
530
+ [_bN, _nT, _mR, _nC],
531
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nC }]], 1
532
+ ];
533
+ exports.GetBotAliasesResponse$ = [3, n0, _GBARe,
534
+ 0,
535
+ [_BA, _nT],
536
+ [() => BotAliasMetadataList, 0]
537
+ ];
538
+ exports.GetBotAliasRequest$ = [3, n0, _GBARet,
539
+ 0,
540
+ [_n, _bN],
541
+ [[0, 1], [0, 1]], 2
542
+ ];
543
+ exports.GetBotAliasResponse$ = [3, n0, _GBAReto,
544
+ 0,
545
+ [_n, _d, _bV, _bN, _lUD, _cD, _ch, _cL],
546
+ [0, 0, 0, 0, 4, 4, 0, () => exports.ConversationLogsResponse$]
547
+ ];
548
+ exports.GetBotChannelAssociationRequest$ = [3, n0, _GBCAR,
549
+ 0,
550
+ [_n, _bN, _bA],
551
+ [[0, 1], [0, 1], [0, 1]], 3
552
+ ];
553
+ exports.GetBotChannelAssociationResponse$ = [3, n0, _GBCARe,
554
+ 0,
555
+ [_n, _d, _bA, _bN, _cD, _t, _bC, _st, _fR],
556
+ [0, 0, 0, 0, 4, 0, [() => ChannelConfigurationMap, 0], 0, 0]
557
+ ];
558
+ exports.GetBotChannelAssociationsRequest$ = [3, n0, _GBCARet,
559
+ 0,
560
+ [_bN, _bA, _nT, _mR, _nC],
561
+ [[0, 1], [0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nC }]], 2
562
+ ];
563
+ exports.GetBotChannelAssociationsResponse$ = [3, n0, _GBCAReto,
564
+ 0,
565
+ [_bCA, _nT],
566
+ [[() => BotChannelAssociationList, 0], 0]
567
+ ];
568
+ exports.GetBotRequest$ = [3, n0, _GBR,
569
+ 0,
570
+ [_n, _vOA],
571
+ [[0, 1], [0, 1]], 2
572
+ ];
573
+ exports.GetBotResponse$ = [3, n0, _GBRe,
574
+ 0,
575
+ [_n, _d, _i, _eMI, _nICT, _cP, _aS, _st, _fR, _lUD, _cD, _iSTTLIS, _vI, _ch, _v, _l, _cDh, _dS],
576
+ [0, 0, () => IntentList, 2, 1, () => exports.Prompt$, () => exports.Statement$, 0, 0, 4, 4, 1, 0, 0, 0, 0, 2, 2]
577
+ ];
578
+ exports.GetBotsRequest$ = [3, n0, _GBRet,
579
+ 0,
580
+ [_nT, _mR, _nC],
581
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nC }]]
582
+ ];
583
+ exports.GetBotsResponse$ = [3, n0, _GBReto,
584
+ 0,
585
+ [_b, _nT],
586
+ [() => BotMetadataList, 0]
587
+ ];
588
+ exports.GetBotVersionsRequest$ = [3, n0, _GBVR,
589
+ 0,
590
+ [_n, _nT, _mR],
591
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
592
+ ];
593
+ exports.GetBotVersionsResponse$ = [3, n0, _GBVRe,
594
+ 0,
595
+ [_b, _nT],
596
+ [() => BotMetadataList, 0]
597
+ ];
598
+ exports.GetBuiltinIntentRequest$ = [3, n0, _GBIR,
599
+ 0,
600
+ [_si],
601
+ [[0, 1]], 1
602
+ ];
603
+ exports.GetBuiltinIntentResponse$ = [3, n0, _GBIRe,
604
+ 0,
605
+ [_si, _sL, _sl],
606
+ [0, 64 | 0, () => BuiltinIntentSlotList]
607
+ ];
608
+ exports.GetBuiltinIntentsRequest$ = [3, n0, _GBIRet,
609
+ 0,
610
+ [_l, _sC, _nT, _mR],
611
+ [[0, { [_hQ]: _l }], [0, { [_hQ]: _sC }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
612
+ ];
613
+ exports.GetBuiltinIntentsResponse$ = [3, n0, _GBIRetu,
614
+ 0,
615
+ [_i, _nT],
616
+ [() => BuiltinIntentMetadataList, 0]
617
+ ];
618
+ exports.GetBuiltinSlotTypesRequest$ = [3, n0, _GBSTR,
619
+ 0,
620
+ [_l, _sC, _nT, _mR],
621
+ [[0, { [_hQ]: _l }], [0, { [_hQ]: _sC }], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]]
622
+ ];
623
+ exports.GetBuiltinSlotTypesResponse$ = [3, n0, _GBSTRe,
624
+ 0,
625
+ [_sT, _nT],
626
+ [() => BuiltinSlotTypeMetadataList, 0]
627
+ ];
628
+ exports.GetExportRequest$ = [3, n0, _GER,
629
+ 0,
630
+ [_n, _v, _rTe, _eT],
631
+ [[0, { [_hQ]: _n }], [0, { [_hQ]: _v }], [0, { [_hQ]: _rTe }], [0, { [_hQ]: _eT }]], 4
632
+ ];
633
+ exports.GetExportResponse$ = [3, n0, _GERe,
634
+ 0,
635
+ [_n, _v, _rTe, _eT, _eS, _fR, _ur],
636
+ [0, 0, 0, 0, 0, 0, 0]
637
+ ];
638
+ exports.GetImportRequest$ = [3, n0, _GIR,
639
+ 0,
640
+ [_iI],
641
+ [[0, 1]], 1
642
+ ];
643
+ exports.GetImportResponse$ = [3, n0, _GIRe,
644
+ 0,
645
+ [_n, _rTe, _mS, _iI, _iS, _fR, _cD],
646
+ [0, 0, 0, 0, 0, 64 | 0, 4]
647
+ ];
648
+ exports.GetIntentRequest$ = [3, n0, _GIRet,
649
+ 0,
650
+ [_n, _v],
651
+ [[0, 1], [0, 1]], 2
652
+ ];
653
+ exports.GetIntentResponse$ = [3, n0, _GIRetn,
654
+ 0,
655
+ [_n, _d, _sl, _sU, _cPo, _rS, _fUP, _cS, _dCH, _fA, _pIS, _lUD, _cD, _v, _ch, _kC, _iC, _oC],
656
+ [0, 0, () => SlotList, 64 | 0, () => exports.Prompt$, () => exports.Statement$, () => exports.FollowUpPrompt$, () => exports.Statement$, () => exports.CodeHook$, () => exports.FulfillmentActivity$, 0, 4, 4, 0, 0, () => exports.KendraConfiguration$, () => InputContextList, () => OutputContextList]
657
+ ];
658
+ exports.GetIntentsRequest$ = [3, n0, _GIRetnt,
659
+ 0,
660
+ [_nT, _mR, _nC],
661
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nC }]]
662
+ ];
663
+ exports.GetIntentsResponse$ = [3, n0, _GIRetnte,
664
+ 0,
665
+ [_i, _nT],
666
+ [() => IntentMetadataList, 0]
667
+ ];
668
+ exports.GetIntentVersionsRequest$ = [3, n0, _GIVR,
669
+ 0,
670
+ [_n, _nT, _mR],
671
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
672
+ ];
673
+ exports.GetIntentVersionsResponse$ = [3, n0, _GIVRe,
674
+ 0,
675
+ [_i, _nT],
676
+ [() => IntentMetadataList, 0]
677
+ ];
678
+ exports.GetMigrationRequest$ = [3, n0, _GMR,
679
+ 0,
680
+ [_mI],
681
+ [[0, 1]], 1
682
+ ];
683
+ exports.GetMigrationResponse$ = [3, n0, _GMRe,
684
+ 0,
685
+ [_mI, _vBN, _vBV, _vBL, _vBI, _vBR, _mSi, _mSig, _mT, _a],
686
+ [0, 0, 0, 0, 0, 0, 0, 0, 4, () => MigrationAlerts]
687
+ ];
688
+ exports.GetMigrationsRequest$ = [3, n0, _GMRet,
689
+ 0,
690
+ [_sBA, _sBO, _vBNC, _mSE, _mR, _nT],
691
+ [[0, { [_hQ]: _sBA }], [0, { [_hQ]: _sBO }], [0, { [_hQ]: _vBNC }], [0, { [_hQ]: _mSE }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
692
+ ];
693
+ exports.GetMigrationsResponse$ = [3, n0, _GMReti,
694
+ 0,
695
+ [_mSigr, _nT],
696
+ [() => MigrationSummaryList, 0]
697
+ ];
698
+ exports.GetSlotTypeRequest$ = [3, n0, _GSTR,
699
+ 0,
700
+ [_n, _v],
701
+ [[0, 1], [0, 1]], 2
702
+ ];
703
+ exports.GetSlotTypeResponse$ = [3, n0, _GSTRe,
704
+ 0,
705
+ [_n, _d, _eV, _lUD, _cD, _v, _ch, _vSS, _pSTS, _sTC],
706
+ [0, 0, () => EnumerationValues, 4, 4, 0, 0, 0, 0, () => SlotTypeConfigurations]
707
+ ];
708
+ exports.GetSlotTypesRequest$ = [3, n0, _GSTRet,
709
+ 0,
710
+ [_nT, _mR, _nC],
711
+ [[0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nC }]]
712
+ ];
713
+ exports.GetSlotTypesResponse$ = [3, n0, _GSTRetl,
714
+ 0,
715
+ [_sT, _nT],
716
+ [() => SlotTypeMetadataList, 0]
717
+ ];
718
+ exports.GetSlotTypeVersionsRequest$ = [3, n0, _GSTVR,
719
+ 0,
720
+ [_n, _nT, _mR],
721
+ [[0, 1], [0, { [_hQ]: _nT }], [1, { [_hQ]: _mR }]], 1
722
+ ];
723
+ exports.GetSlotTypeVersionsResponse$ = [3, n0, _GSTVRe,
724
+ 0,
725
+ [_sT, _nT],
726
+ [() => SlotTypeMetadataList, 0]
727
+ ];
728
+ exports.GetUtterancesViewRequest$ = [3, n0, _GUVR,
729
+ 0,
730
+ [_bN, _bVo, _sTt],
731
+ [[0, 1], [64 | 0, { [_hQ]: _bv }], [0, { [_hQ]: _st_ }]], 3
732
+ ];
733
+ exports.GetUtterancesViewResponse$ = [3, n0, _GUVRe,
734
+ 0,
735
+ [_bN, _ut],
736
+ [0, () => ListsOfUtterances]
737
+ ];
738
+ exports.InputContext$ = [3, n0, _IC,
739
+ 0,
740
+ [_n],
741
+ [0], 1
742
+ ];
743
+ exports.Intent$ = [3, n0, _I,
744
+ 0,
745
+ [_iN, _iV],
746
+ [0, 0], 2
747
+ ];
748
+ exports.IntentMetadata$ = [3, n0, _IM,
749
+ 0,
750
+ [_n, _d, _lUD, _cD, _v],
751
+ [0, 0, 4, 4, 0]
752
+ ];
753
+ exports.KendraConfiguration$ = [3, n0, _KC,
754
+ 0,
755
+ [_kI, _r, _qFS],
756
+ [0, 0, 0], 2
757
+ ];
758
+ exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
759
+ 0,
760
+ [_rA],
761
+ [[0, 1]], 1
762
+ ];
763
+ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
764
+ 0,
765
+ [_ta],
766
+ [() => TagList]
767
+ ];
768
+ exports.LogSettingsRequest$ = [3, n0, _LSR,
769
+ 0,
770
+ [_lT, _de, _rA, _kKA],
771
+ [0, 0, 0, 0], 3
772
+ ];
773
+ exports.LogSettingsResponse$ = [3, n0, _LSRo,
774
+ 0,
775
+ [_lT, _de, _kKA, _rA, _rP],
776
+ [0, 0, 0, 0, 0]
777
+ ];
778
+ exports.Message$ = [3, n0, _M,
779
+ 0,
780
+ [_cT, _co, _gN],
781
+ [0, 0, 1], 2
782
+ ];
783
+ exports.MigrationAlert$ = [3, n0, _MA,
784
+ 0,
785
+ [_t, _m, _det, _rURL],
786
+ [0, 0, 64 | 0, 64 | 0]
787
+ ];
788
+ exports.MigrationSummary$ = [3, n0, _MS,
789
+ 0,
790
+ [_mI, _vBN, _vBV, _vBL, _vBI, _vBR, _mSi, _mSig, _mT],
791
+ [0, 0, 0, 0, 0, 0, 0, 0, 4]
792
+ ];
793
+ exports.OutputContext$ = [3, n0, _OC,
794
+ 0,
795
+ [_n, _tTLIS, _tTL],
796
+ [0, 1, 1], 3
797
+ ];
798
+ exports.Prompt$ = [3, n0, _P,
799
+ 0,
800
+ [_me, _mA, _rC],
801
+ [() => MessageList, 1, 0], 2
802
+ ];
803
+ exports.PutBotAliasRequest$ = [3, n0, _PBAR,
804
+ 0,
805
+ [_n, _bV, _bN, _d, _ch, _cL, _ta],
806
+ [[0, 1], 0, [0, 1], 0, 0, () => exports.ConversationLogsRequest$, () => TagList], 3
807
+ ];
808
+ exports.PutBotAliasResponse$ = [3, n0, _PBARu,
809
+ 0,
810
+ [_n, _d, _bV, _bN, _lUD, _cD, _ch, _cL, _ta],
811
+ [0, 0, 0, 0, 4, 4, 0, () => exports.ConversationLogsResponse$, () => TagList]
812
+ ];
813
+ exports.PutBotRequest$ = [3, n0, _PBR,
814
+ 0,
815
+ [_n, _l, _cDh, _d, _i, _eMI, _nICT, _cP, _aS, _iSTTLIS, _vI, _ch, _pB, _dS, _cV, _ta],
816
+ [[0, 1], 0, 2, 0, () => IntentList, 2, 1, () => exports.Prompt$, () => exports.Statement$, 1, 0, 0, 0, 2, 2, () => TagList], 3
817
+ ];
818
+ exports.PutBotResponse$ = [3, n0, _PBRu,
819
+ 0,
820
+ [_n, _d, _i, _eMI, _nICT, _cP, _aS, _st, _fR, _lUD, _cD, _iSTTLIS, _vI, _ch, _v, _l, _cDh, _cV, _dS, _ta],
821
+ [0, 0, () => IntentList, 2, 1, () => exports.Prompt$, () => exports.Statement$, 0, 0, 4, 4, 1, 0, 0, 0, 0, 2, 2, 2, () => TagList]
822
+ ];
823
+ exports.PutIntentRequest$ = [3, n0, _PIR,
824
+ 0,
825
+ [_n, _d, _sl, _sU, _cPo, _rS, _fUP, _cS, _dCH, _fA, _pIS, _ch, _cV, _kC, _iC, _oC],
826
+ [[0, 1], 0, () => SlotList, 64 | 0, () => exports.Prompt$, () => exports.Statement$, () => exports.FollowUpPrompt$, () => exports.Statement$, () => exports.CodeHook$, () => exports.FulfillmentActivity$, 0, 0, 2, () => exports.KendraConfiguration$, () => InputContextList, () => OutputContextList], 1
827
+ ];
828
+ exports.PutIntentResponse$ = [3, n0, _PIRu,
829
+ 0,
830
+ [_n, _d, _sl, _sU, _cPo, _rS, _fUP, _cS, _dCH, _fA, _pIS, _lUD, _cD, _v, _ch, _cV, _kC, _iC, _oC],
831
+ [0, 0, () => SlotList, 64 | 0, () => exports.Prompt$, () => exports.Statement$, () => exports.FollowUpPrompt$, () => exports.Statement$, () => exports.CodeHook$, () => exports.FulfillmentActivity$, 0, 4, 4, 0, 0, 2, () => exports.KendraConfiguration$, () => InputContextList, () => OutputContextList]
832
+ ];
833
+ exports.PutSlotTypeRequest$ = [3, n0, _PSTR,
834
+ 0,
835
+ [_n, _d, _eV, _ch, _vSS, _cV, _pSTS, _sTC],
836
+ [[0, 1], 0, () => EnumerationValues, 0, 0, 2, 0, () => SlotTypeConfigurations], 1
837
+ ];
838
+ exports.PutSlotTypeResponse$ = [3, n0, _PSTRu,
839
+ 0,
840
+ [_n, _d, _eV, _lUD, _cD, _v, _ch, _vSS, _cV, _pSTS, _sTC],
841
+ [0, 0, () => EnumerationValues, 4, 4, 0, 0, 0, 2, 0, () => SlotTypeConfigurations]
842
+ ];
843
+ exports.ResourceReference$ = [3, n0, _RR,
844
+ 0,
845
+ [_n, _v],
846
+ [0, 0]
847
+ ];
848
+ exports.Slot$ = [3, n0, _S,
849
+ 0,
850
+ [_n, _sCl, _d, _sTl, _sTV, _vEP, _pr, _sU, _rC, _oS, _dVS],
851
+ [0, 0, 0, 0, 0, () => exports.Prompt$, 1, 64 | 0, 0, 0, () => exports.SlotDefaultValueSpec$], 2
852
+ ];
853
+ exports.SlotDefaultValue$ = [3, n0, _SDV,
854
+ 0,
855
+ [_dV],
856
+ [0], 1
857
+ ];
858
+ exports.SlotDefaultValueSpec$ = [3, n0, _SDVS,
859
+ 0,
860
+ [_dVL],
861
+ [() => SlotDefaultValueList], 1
862
+ ];
863
+ exports.SlotTypeConfiguration$ = [3, n0, _STC,
864
+ 0,
865
+ [_rCe],
866
+ [() => exports.SlotTypeRegexConfiguration$]
867
+ ];
868
+ exports.SlotTypeMetadata$ = [3, n0, _STM,
869
+ 0,
870
+ [_n, _d, _lUD, _cD, _v],
871
+ [0, 0, 4, 4, 0]
872
+ ];
873
+ exports.SlotTypeRegexConfiguration$ = [3, n0, _STRC,
874
+ 0,
875
+ [_pa],
876
+ [0], 1
877
+ ];
878
+ exports.StartImportRequest$ = [3, n0, _SIR,
879
+ 0,
880
+ [_pay, _rTe, _mS, _ta],
881
+ [21, 0, 0, () => TagList], 3
882
+ ];
883
+ exports.StartImportResponse$ = [3, n0, _SIRt,
884
+ 0,
885
+ [_n, _rTe, _mS, _iI, _iS, _ta, _cD],
886
+ [0, 0, 0, 0, 0, () => TagList, 4]
887
+ ];
888
+ exports.StartMigrationRequest$ = [3, n0, _SMR,
889
+ 0,
890
+ [_vBN, _vBV, _vBNo, _vBR, _mSig],
891
+ [0, 0, 0, 0, 0], 5
892
+ ];
893
+ exports.StartMigrationResponse$ = [3, n0, _SMRt,
894
+ 0,
895
+ [_vBN, _vBV, _vBL, _vBI, _vBR, _mI, _mSig, _mT],
896
+ [0, 0, 0, 0, 0, 0, 0, 4]
897
+ ];
898
+ exports.Statement$ = [3, n0, _St,
899
+ 0,
900
+ [_me, _rC],
901
+ [() => MessageList, 0], 1
902
+ ];
903
+ exports.Tag$ = [3, n0, _T,
904
+ 0,
905
+ [_k, _va],
906
+ [0, 0], 2
907
+ ];
908
+ exports.TagResourceRequest$ = [3, n0, _TRR,
909
+ 0,
910
+ [_rA, _ta],
911
+ [[0, 1], () => TagList], 2
912
+ ];
913
+ exports.TagResourceResponse$ = [3, n0, _TRRa,
914
+ 0,
915
+ [],
916
+ []
917
+ ];
918
+ exports.UntagResourceRequest$ = [3, n0, _URR,
919
+ 0,
920
+ [_rA, _tK],
921
+ [[0, 1], [64 | 0, { [_hQ]: _tK }]], 2
922
+ ];
923
+ exports.UntagResourceResponse$ = [3, n0, _URRn,
924
+ 0,
925
+ [],
926
+ []
927
+ ];
928
+ exports.UtteranceData$ = [3, n0, _UD,
929
+ 0,
930
+ [_uS, _cou, _dU, _fUD, _lUDa],
931
+ [0, 1, 1, 4, 4]
932
+ ];
933
+ exports.UtteranceList$ = [3, n0, _UL,
934
+ 0,
935
+ [_bV, _ut],
936
+ [0, () => ListOfUtterance]
937
+ ];
938
+ var __Unit = "unit";
939
+ var BotAliasMetadataList = [1, n0, _BAML,
940
+ 0, () => exports.BotAliasMetadata$
941
+ ];
942
+ var BotChannelAssociationList = [1, n0, _BCAL,
943
+ 0, [() => exports.BotChannelAssociation$,
944
+ 0]
945
+ ];
946
+ var BotMetadataList = [1, n0, _BML,
947
+ 0, () => exports.BotMetadata$
948
+ ];
949
+ var BotVersions = 64 | 0;
950
+ var BuiltinIntentMetadataList = [1, n0, _BIML,
951
+ 0, () => exports.BuiltinIntentMetadata$
952
+ ];
953
+ var BuiltinIntentSlotList = [1, n0, _BISL,
954
+ 0, () => exports.BuiltinIntentSlot$
955
+ ];
956
+ var BuiltinSlotTypeMetadataList = [1, n0, _BSTML,
957
+ 0, () => exports.BuiltinSlotTypeMetadata$
958
+ ];
959
+ var EnumerationValues = [1, n0, _EVn,
960
+ 0, () => exports.EnumerationValue$
961
+ ];
962
+ var InputContextList = [1, n0, _ICL,
963
+ 0, () => exports.InputContext$
964
+ ];
965
+ var IntentList = [1, n0, _IL,
966
+ 0, () => exports.Intent$
967
+ ];
968
+ var IntentMetadataList = [1, n0, _IML,
969
+ 0, () => exports.IntentMetadata$
970
+ ];
971
+ var IntentUtteranceList = 64 | 0;
972
+ var ListOfUtterance = [1, n0, _LOU,
973
+ 0, () => exports.UtteranceData$
974
+ ];
975
+ var ListsOfUtterances = [1, n0, _LOUi,
976
+ 0, () => exports.UtteranceList$
977
+ ];
978
+ var LocaleList = 64 | 0;
979
+ var LogSettingsRequestList = [1, n0, _LSRL,
980
+ 0, () => exports.LogSettingsRequest$
981
+ ];
982
+ var LogSettingsResponseList = [1, n0, _LSRLo,
983
+ 0, () => exports.LogSettingsResponse$
984
+ ];
985
+ var MessageList = [1, n0, _ML,
986
+ 0, () => exports.Message$
987
+ ];
988
+ var MigrationAlertDetails = 64 | 0;
989
+ var MigrationAlertReferenceURLs = 64 | 0;
990
+ var MigrationAlerts = [1, n0, _MAi,
991
+ 0, () => exports.MigrationAlert$
992
+ ];
993
+ var MigrationSummaryList = [1, n0, _MSL,
994
+ 0, () => exports.MigrationSummary$
995
+ ];
996
+ var OutputContextList = [1, n0, _OCL,
997
+ 0, () => exports.OutputContext$
998
+ ];
999
+ var SlotDefaultValueList = [1, n0, _SDVL,
1000
+ 0, () => exports.SlotDefaultValue$
1001
+ ];
1002
+ var SlotList = [1, n0, _SL,
1003
+ 0, () => exports.Slot$
1004
+ ];
1005
+ var SlotTypeConfigurations = [1, n0, _STCl,
1006
+ 0, () => exports.SlotTypeConfiguration$
1007
+ ];
1008
+ var SlotTypeMetadataList = [1, n0, _STML,
1009
+ 0, () => exports.SlotTypeMetadata$
1010
+ ];
1011
+ var SlotUtteranceList = 64 | 0;
1012
+ var StringList = 64 | 0;
1013
+ var SynonymList = 64 | 0;
1014
+ var TagKeyList = 64 | 0;
1015
+ var TagList = [1, n0, _TL,
1016
+ 0, () => exports.Tag$
1017
+ ];
1018
+ var ChannelConfigurationMap = [2, n0, _CCM,
1019
+ 8, 0, 0
1020
+ ];
1021
+ exports.CreateBotVersion$ = [9, n0, _CBV,
1022
+ { [_h]: ["POST", "/bots/{name}/versions", 201] }, () => exports.CreateBotVersionRequest$, () => exports.CreateBotVersionResponse$
1023
+ ];
1024
+ exports.CreateIntentVersion$ = [9, n0, _CIV,
1025
+ { [_h]: ["POST", "/intents/{name}/versions", 201] }, () => exports.CreateIntentVersionRequest$, () => exports.CreateIntentVersionResponse$
1026
+ ];
1027
+ exports.CreateSlotTypeVersion$ = [9, n0, _CSTV,
1028
+ { [_h]: ["POST", "/slottypes/{name}/versions", 201] }, () => exports.CreateSlotTypeVersionRequest$, () => exports.CreateSlotTypeVersionResponse$
1029
+ ];
1030
+ exports.DeleteBot$ = [9, n0, _DB,
1031
+ { [_h]: ["DELETE", "/bots/{name}", 204] }, () => exports.DeleteBotRequest$, () => __Unit
1032
+ ];
1033
+ exports.DeleteBotAlias$ = [9, n0, _DBA,
1034
+ { [_h]: ["DELETE", "/bots/{botName}/aliases/{name}", 204] }, () => exports.DeleteBotAliasRequest$, () => __Unit
1035
+ ];
1036
+ exports.DeleteBotChannelAssociation$ = [9, n0, _DBCA,
1037
+ { [_h]: ["DELETE", "/bots/{botName}/aliases/{botAlias}/channels/{name}", 204] }, () => exports.DeleteBotChannelAssociationRequest$, () => __Unit
1038
+ ];
1039
+ exports.DeleteBotVersion$ = [9, n0, _DBV,
1040
+ { [_h]: ["DELETE", "/bots/{name}/versions/{version}", 204] }, () => exports.DeleteBotVersionRequest$, () => __Unit
1041
+ ];
1042
+ exports.DeleteIntent$ = [9, n0, _DI,
1043
+ { [_h]: ["DELETE", "/intents/{name}", 204] }, () => exports.DeleteIntentRequest$, () => __Unit
1044
+ ];
1045
+ exports.DeleteIntentVersion$ = [9, n0, _DIV,
1046
+ { [_h]: ["DELETE", "/intents/{name}/versions/{version}", 204] }, () => exports.DeleteIntentVersionRequest$, () => __Unit
1047
+ ];
1048
+ exports.DeleteSlotType$ = [9, n0, _DST,
1049
+ { [_h]: ["DELETE", "/slottypes/{name}", 204] }, () => exports.DeleteSlotTypeRequest$, () => __Unit
1050
+ ];
1051
+ exports.DeleteSlotTypeVersion$ = [9, n0, _DSTV,
1052
+ { [_h]: ["DELETE", "/slottypes/{name}/version/{version}", 204] }, () => exports.DeleteSlotTypeVersionRequest$, () => __Unit
1053
+ ];
1054
+ exports.DeleteUtterances$ = [9, n0, _DU,
1055
+ { [_h]: ["DELETE", "/bots/{botName}/utterances/{userId}", 204] }, () => exports.DeleteUtterancesRequest$, () => __Unit
1056
+ ];
1057
+ exports.GetBot$ = [9, n0, _GB,
1058
+ { [_h]: ["GET", "/bots/{name}/versions/{versionOrAlias}", 200] }, () => exports.GetBotRequest$, () => exports.GetBotResponse$
1059
+ ];
1060
+ exports.GetBotAlias$ = [9, n0, _GBA,
1061
+ { [_h]: ["GET", "/bots/{botName}/aliases/{name}", 200] }, () => exports.GetBotAliasRequest$, () => exports.GetBotAliasResponse$
1062
+ ];
1063
+ exports.GetBotAliases$ = [9, n0, _GBAe,
1064
+ { [_h]: ["GET", "/bots/{botName}/aliases", 200] }, () => exports.GetBotAliasesRequest$, () => exports.GetBotAliasesResponse$
1065
+ ];
1066
+ exports.GetBotChannelAssociation$ = [9, n0, _GBCA,
1067
+ { [_h]: ["GET", "/bots/{botName}/aliases/{botAlias}/channels/{name}", 200] }, () => exports.GetBotChannelAssociationRequest$, () => exports.GetBotChannelAssociationResponse$
1068
+ ];
1069
+ exports.GetBotChannelAssociations$ = [9, n0, _GBCAe,
1070
+ { [_h]: ["GET", "/bots/{botName}/aliases/{botAlias}/channels", 200] }, () => exports.GetBotChannelAssociationsRequest$, () => exports.GetBotChannelAssociationsResponse$
1071
+ ];
1072
+ exports.GetBots$ = [9, n0, _GBe,
1073
+ { [_h]: ["GET", "/bots", 200] }, () => exports.GetBotsRequest$, () => exports.GetBotsResponse$
1074
+ ];
1075
+ exports.GetBotVersions$ = [9, n0, _GBV,
1076
+ { [_h]: ["GET", "/bots/{name}/versions", 200] }, () => exports.GetBotVersionsRequest$, () => exports.GetBotVersionsResponse$
1077
+ ];
1078
+ exports.GetBuiltinIntent$ = [9, n0, _GBI,
1079
+ { [_h]: ["GET", "/builtins/intents/{signature}", 200] }, () => exports.GetBuiltinIntentRequest$, () => exports.GetBuiltinIntentResponse$
1080
+ ];
1081
+ exports.GetBuiltinIntents$ = [9, n0, _GBIe,
1082
+ { [_h]: ["GET", "/builtins/intents", 200] }, () => exports.GetBuiltinIntentsRequest$, () => exports.GetBuiltinIntentsResponse$
1083
+ ];
1084
+ exports.GetBuiltinSlotTypes$ = [9, n0, _GBST,
1085
+ { [_h]: ["GET", "/builtins/slottypes", 200] }, () => exports.GetBuiltinSlotTypesRequest$, () => exports.GetBuiltinSlotTypesResponse$
1086
+ ];
1087
+ exports.GetExport$ = [9, n0, _GE,
1088
+ { [_h]: ["GET", "/exports", 200] }, () => exports.GetExportRequest$, () => exports.GetExportResponse$
1089
+ ];
1090
+ exports.GetImport$ = [9, n0, _GI,
1091
+ { [_h]: ["GET", "/imports/{importId}", 200] }, () => exports.GetImportRequest$, () => exports.GetImportResponse$
1092
+ ];
1093
+ exports.GetIntent$ = [9, n0, _GIe,
1094
+ { [_h]: ["GET", "/intents/{name}/versions/{version}", 200] }, () => exports.GetIntentRequest$, () => exports.GetIntentResponse$
1095
+ ];
1096
+ exports.GetIntents$ = [9, n0, _GIet,
1097
+ { [_h]: ["GET", "/intents", 200] }, () => exports.GetIntentsRequest$, () => exports.GetIntentsResponse$
1098
+ ];
1099
+ exports.GetIntentVersions$ = [9, n0, _GIV,
1100
+ { [_h]: ["GET", "/intents/{name}/versions", 200] }, () => exports.GetIntentVersionsRequest$, () => exports.GetIntentVersionsResponse$
1101
+ ];
1102
+ exports.GetMigration$ = [9, n0, _GM,
1103
+ { [_h]: ["GET", "/migrations/{migrationId}", 200] }, () => exports.GetMigrationRequest$, () => exports.GetMigrationResponse$
1104
+ ];
1105
+ exports.GetMigrations$ = [9, n0, _GMe,
1106
+ { [_h]: ["GET", "/migrations", 200] }, () => exports.GetMigrationsRequest$, () => exports.GetMigrationsResponse$
1107
+ ];
1108
+ exports.GetSlotType$ = [9, n0, _GST,
1109
+ { [_h]: ["GET", "/slottypes/{name}/versions/{version}", 200] }, () => exports.GetSlotTypeRequest$, () => exports.GetSlotTypeResponse$
1110
+ ];
1111
+ exports.GetSlotTypes$ = [9, n0, _GSTe,
1112
+ { [_h]: ["GET", "/slottypes", 200] }, () => exports.GetSlotTypesRequest$, () => exports.GetSlotTypesResponse$
1113
+ ];
1114
+ exports.GetSlotTypeVersions$ = [9, n0, _GSTV,
1115
+ { [_h]: ["GET", "/slottypes/{name}/versions", 200] }, () => exports.GetSlotTypeVersionsRequest$, () => exports.GetSlotTypeVersionsResponse$
1116
+ ];
1117
+ exports.GetUtterancesView$ = [9, n0, _GUV,
1118
+ { [_h]: ["GET", "/bots/{botName}/utterances?view=aggregation", 200] }, () => exports.GetUtterancesViewRequest$, () => exports.GetUtterancesViewResponse$
1119
+ ];
1120
+ exports.ListTagsForResource$ = [9, n0, _LTFR,
1121
+ { [_h]: ["GET", "/tags/{resourceArn}", 200] }, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
1122
+ ];
1123
+ exports.PutBot$ = [9, n0, _PB,
1124
+ { [_h]: ["PUT", "/bots/{name}/versions/$LATEST", 200] }, () => exports.PutBotRequest$, () => exports.PutBotResponse$
1125
+ ];
1126
+ exports.PutBotAlias$ = [9, n0, _PBA,
1127
+ { [_h]: ["PUT", "/bots/{botName}/aliases/{name}", 200] }, () => exports.PutBotAliasRequest$, () => exports.PutBotAliasResponse$
1128
+ ];
1129
+ exports.PutIntent$ = [9, n0, _PI,
1130
+ { [_h]: ["PUT", "/intents/{name}/versions/$LATEST", 200] }, () => exports.PutIntentRequest$, () => exports.PutIntentResponse$
1131
+ ];
1132
+ exports.PutSlotType$ = [9, n0, _PST,
1133
+ { [_h]: ["PUT", "/slottypes/{name}/versions/$LATEST", 200] }, () => exports.PutSlotTypeRequest$, () => exports.PutSlotTypeResponse$
1134
+ ];
1135
+ exports.StartImport$ = [9, n0, _SI,
1136
+ { [_h]: ["POST", "/imports", 201] }, () => exports.StartImportRequest$, () => exports.StartImportResponse$
1137
+ ];
1138
+ exports.StartMigration$ = [9, n0, _SM,
1139
+ { [_h]: ["POST", "/migrations", 202] }, () => exports.StartMigrationRequest$, () => exports.StartMigrationResponse$
1140
+ ];
1141
+ exports.TagResource$ = [9, n0, _TR,
1142
+ { [_h]: ["POST", "/tags/{resourceArn}", 204] }, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
1143
+ ];
1144
+ exports.UntagResource$ = [9, n0, _UR,
1145
+ { [_h]: ["DELETE", "/tags/{resourceArn}", 204] }, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
1146
+ ];