@aws-sdk/client-lex-models-v2 3.507.0 → 3.511.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.
Files changed (68) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/commands/CreateBotReplicaCommand.js +1 -0
  3. package/dist-cjs/commands/DeleteBotReplicaCommand.js +1 -0
  4. package/dist-cjs/commands/DescribeBotReplicaCommand.js +1 -0
  5. package/dist-cjs/commands/ListBotAliasReplicasCommand.js +1 -0
  6. package/dist-cjs/commands/ListBotReplicasCommand.js +1 -0
  7. package/dist-cjs/commands/ListBotVersionReplicasCommand.js +1 -0
  8. package/dist-cjs/index.js +623 -230
  9. package/dist-cjs/pagination/ListBotAliasReplicasPaginator.js +1 -0
  10. package/dist-cjs/pagination/ListBotVersionReplicasPaginator.js +1 -0
  11. package/dist-es/LexModelsV2.js +12 -0
  12. package/dist-es/commands/CreateBotReplicaCommand.js +24 -0
  13. package/dist-es/commands/DeleteBotReplicaCommand.js +24 -0
  14. package/dist-es/commands/DescribeBotRecommendationCommand.js +1 -1
  15. package/dist-es/commands/DescribeBotReplicaCommand.js +24 -0
  16. package/dist-es/commands/ListBotAliasReplicasCommand.js +24 -0
  17. package/dist-es/commands/ListBotReplicasCommand.js +24 -0
  18. package/dist-es/commands/ListBotVersionReplicasCommand.js +24 -0
  19. package/dist-es/commands/index.js +6 -0
  20. package/dist-es/models/models_0.js +22 -14
  21. package/dist-es/models/models_1.js +14 -0
  22. package/dist-es/pagination/ListBotAliasReplicasPaginator.js +4 -0
  23. package/dist-es/pagination/ListBotVersionReplicasPaginator.js +4 -0
  24. package/dist-es/pagination/index.js +2 -0
  25. package/dist-es/protocols/Aws_restJson1.js +231 -0
  26. package/dist-types/LexModelsV2.d.ts +42 -0
  27. package/dist-types/LexModelsV2Client.d.ts +8 -2
  28. package/dist-types/commands/CreateBotReplicaCommand.d.ts +88 -0
  29. package/dist-types/commands/DeleteBotReplicaCommand.d.ts +86 -0
  30. package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeBotReplicaCommand.d.ts +85 -0
  32. package/dist-types/commands/DescribeBotResourceGenerationCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeBotVersionCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeExportCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeImportCommand.d.ts +1 -2
  37. package/dist-types/commands/ListBotAliasReplicasCommand.d.ts +91 -0
  38. package/dist-types/commands/ListBotReplicasCommand.d.ts +84 -0
  39. package/dist-types/commands/ListBotVersionReplicasCommand.d.ts +93 -0
  40. package/dist-types/commands/index.d.ts +6 -0
  41. package/dist-types/models/models_0.d.ts +238 -407
  42. package/dist-types/models/models_1.d.ts +603 -1
  43. package/dist-types/pagination/ListBotAliasReplicasPaginator.d.ts +7 -0
  44. package/dist-types/pagination/ListBotVersionReplicasPaginator.d.ts +7 -0
  45. package/dist-types/pagination/index.d.ts +2 -0
  46. package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
  47. package/dist-types/ts3.4/LexModelsV2.d.ts +102 -0
  48. package/dist-types/ts3.4/LexModelsV2Client.d.ts +36 -0
  49. package/dist-types/ts3.4/commands/CreateBotReplicaCommand.d.ts +29 -0
  50. package/dist-types/ts3.4/commands/DeleteBotReplicaCommand.d.ts +29 -0
  51. package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +2 -4
  52. package/dist-types/ts3.4/commands/DescribeBotReplicaCommand.d.ts +30 -0
  53. package/dist-types/ts3.4/commands/DescribeBotResourceGenerationCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +4 -2
  58. package/dist-types/ts3.4/commands/ListBotAliasReplicasCommand.d.ts +30 -0
  59. package/dist-types/ts3.4/commands/ListBotReplicasCommand.d.ts +29 -0
  60. package/dist-types/ts3.4/commands/ListBotVersionReplicasCommand.d.ts +30 -0
  61. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  62. package/dist-types/ts3.4/models/models_0.d.ts +74 -96
  63. package/dist-types/ts3.4/models/models_1.d.ts +151 -2
  64. package/dist-types/ts3.4/pagination/ListBotAliasReplicasPaginator.d.ts +11 -0
  65. package/dist-types/ts3.4/pagination/ListBotVersionReplicasPaginator.d.ts +11 -0
  66. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  67. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
  68. package/package.json +14 -14
@@ -1,4 +1,457 @@
1
- import { ActiveContext, AgentTurnResult, AgentTurnSpecification, AggregatedUtterancesFilter, AggregatedUtterancesSortBy, AggregatedUtterancesSummary, AnalyticsBinBySpecification, AnalyticsIntentFilter, AnalyticsIntentGroupBySpecification, AnalyticsIntentMetric, AnalyticsIntentNodeSummary, AnalyticsIntentResult, AnalyticsIntentStageFilter, AnalyticsIntentStageGroupBySpecification, AnalyticsIntentStageMetric, AnalyticsIntentStageResult, AnalyticsModality, AnalyticsPathFilter, AnalyticsSessionFilter, AnalyticsSessionGroupBySpecification, AnalyticsSessionMetric, AnalyticsSessionResult, AnalyticsSessionSortByName, AnalyticsSortOrder, AnalyticsUtteranceAttribute, AnalyticsUtteranceFilter, AnalyticsUtteranceGroupBySpecification, AnalyticsUtteranceMetric, AnalyticsUtteranceResult, AnalyticsUtteranceSortByName, AssociatedTranscript, AssociatedTranscriptFilter, BotAliasLocaleSettings, BotAliasStatus, BotAliasSummary, BotAliasTestExecutionTarget, BotFilter, BotImportSpecification, BotLocaleFilter, BotLocaleImportSpecification, BotLocaleSortBy, BotLocaleStatus, BotLocaleSummary, BotMember, BotRecommendationStatus, BotRecommendationSummary, BotSortBy, BotStatus, BotSummary, BotType, BotVersionSortBy, BotVersionSummary, BuiltInIntentSortBy, BuiltInIntentSummary, BuiltInSlotTypeSortBy, BuiltInSlotTypeSummary, CompositeSlotTypeSetting, Condition, ConversationEndState, ConversationLevelResultDetail, ConversationLevelTestResults, ConversationLevelTestResultsFilterBy, ConversationLogsDataSource, ConversationLogSettings, CustomVocabularyImportSpecification, CustomVocabularyItem, DataPrivacy, DialogAction, DialogCodeHookSettings, ElicitationCodeHookInvocationSetting, EncryptionSetting, ExecutionErrorDetails, ExportResourceSpecification, ExportStatus, ExternalSourceSetting, FulfillmentUpdatesSpecification, GenerationStatus, GenerativeAISettings, ImageResponseCard, ImportExportFileFormat, ImportStatus, InputContext, KendraConfiguration, MergeStrategy, MultipleValuesSetting, ObfuscationSetting, OutputContext, PromptSpecification, ResponseSpecification, SampleUtterance, SentimentAnalysisSettings, SlotConstraint, SlotDefaultValueSpecification, SlotResolutionSetting, SlotShape, SlotTypeValue, SlotValue, SlotValueSelectionSetting, SortOrder, SubSlotSetting, TestResultMatchStatus, TestSetDiscrepancyReportResourceTarget, TranscriptSourceSetting, VoiceSettings, WaitAndContinueSpecification } from "./models_0";
1
+ import { ActiveContext, AgentTurnResult, AgentTurnSpecification, AggregatedUtterancesFilter, AggregatedUtterancesSortBy, AggregatedUtterancesSummary, AnalyticsBinBySpecification, AnalyticsIntentFilter, AnalyticsIntentGroupBySpecification, AnalyticsIntentMetric, AnalyticsIntentNodeSummary, AnalyticsIntentResult, AnalyticsIntentStageFilter, AnalyticsIntentStageGroupBySpecification, AnalyticsIntentStageMetric, AnalyticsIntentStageResult, AnalyticsModality, AnalyticsPathFilter, AnalyticsSessionFilter, AnalyticsSessionGroupBySpecification, AnalyticsSessionMetric, AnalyticsSessionResult, AnalyticsSessionSortByName, AnalyticsSortOrder, AnalyticsUtteranceAttribute, AnalyticsUtteranceFilter, AnalyticsUtteranceGroupBySpecification, AnalyticsUtteranceMetric, AnalyticsUtteranceResult, AnalyticsUtteranceSortByName, AssociatedTranscript, AssociatedTranscriptFilter, BotAliasLocaleSettings, BotAliasReplicaSummary, BotAliasStatus, BotAliasSummary, BotAliasTestExecutionTarget, BotFilter, BotImportSpecification, BotLocaleFilter, BotLocaleImportSpecification, BotLocaleSortBy, BotLocaleStatus, BotLocaleSummary, BotMember, BotRecommendationResults, BotRecommendationStatus, BotRecommendationSummary, BotReplicaStatus, BotReplicaSummary, BotSortBy, BotStatus, BotSummary, BotType, BotVersionReplicaSortBy, BotVersionReplicaSummary, BotVersionSortBy, BotVersionSummary, BuiltInIntentSortBy, BuiltInIntentSummary, BuiltInSlotTypeSortBy, BuiltInSlotTypeSummary, CompositeSlotTypeSetting, Condition, ConversationEndState, ConversationLevelResultDetail, ConversationLevelTestResults, ConversationLevelTestResultsFilterBy, ConversationLogsDataSource, ConversationLogSettings, CustomVocabularyImportSpecification, CustomVocabularyItem, CustomVocabularyStatus, DataPrivacy, DialogAction, DialogCodeHookSettings, ElicitationCodeHookInvocationSetting, EncryptionSetting, ExecutionErrorDetails, ExportResourceSpecification, ExportStatus, ExternalSourceSetting, FulfillmentUpdatesSpecification, GenerativeAISettings, ImageResponseCard, ImportExportFileFormat, ImportStatus, InputContext, KendraConfiguration, MultipleValuesSetting, ObfuscationSetting, OutputContext, ParentBotNetwork, PromptSpecification, ResponseSpecification, SampleUtterance, SentimentAnalysisSettings, SlotConstraint, SlotDefaultValueSpecification, SlotResolutionSetting, SlotShape, SlotTypeValue, SlotValue, SlotValueSelectionSetting, SortOrder, SubSlotSetting, TestResultMatchStatus, TestSetDiscrepancyReportResourceTarget, TranscriptSourceSetting, VoiceSettings, WaitAndContinueSpecification } from "./models_0";
2
+ /**
3
+ * @public
4
+ */
5
+ export interface DescribeBotRecommendationResponse {
6
+ /**
7
+ * @public
8
+ * <p>The identifier of the bot associated with the bot
9
+ * recommendation.</p>
10
+ */
11
+ botId?: string;
12
+ /**
13
+ * @public
14
+ * <p>The version of the bot associated with the bot
15
+ * recommendation.</p>
16
+ */
17
+ botVersion?: string;
18
+ /**
19
+ * @public
20
+ * <p>The identifier of the language and locale of the bot recommendation
21
+ * to describe.</p>
22
+ */
23
+ localeId?: string;
24
+ /**
25
+ * @public
26
+ * <p>The status of the bot recommendation. If the status is Failed, then
27
+ * the reasons for the failure are listed in the failureReasons field.
28
+ * </p>
29
+ */
30
+ botRecommendationStatus?: BotRecommendationStatus;
31
+ /**
32
+ * @public
33
+ * <p>The identifier of the bot recommendation being described.</p>
34
+ */
35
+ botRecommendationId?: string;
36
+ /**
37
+ * @public
38
+ * <p>If botRecommendationStatus is Failed, Amazon Lex explains why.</p>
39
+ */
40
+ failureReasons?: string[];
41
+ /**
42
+ * @public
43
+ * <p>The date and time that the bot recommendation was created.</p>
44
+ */
45
+ creationDateTime?: Date;
46
+ /**
47
+ * @public
48
+ * <p>The date and time that the bot recommendation was last
49
+ * updated.</p>
50
+ */
51
+ lastUpdatedDateTime?: Date;
52
+ /**
53
+ * @public
54
+ * <p>The object representing the Amazon S3 bucket containing the transcript,
55
+ * as well as the associated metadata.</p>
56
+ */
57
+ transcriptSourceSetting?: TranscriptSourceSetting;
58
+ /**
59
+ * @public
60
+ * <p>The object representing the passwords that were used to encrypt the
61
+ * data related to the bot recommendation results, as well as the KMS key
62
+ * ARN used to encrypt the associated metadata.</p>
63
+ */
64
+ encryptionSetting?: EncryptionSetting;
65
+ /**
66
+ * @public
67
+ * <p>The object representing the URL of the bot definition, the URL of
68
+ * the associated transcript and a statistical summary of the bot
69
+ * recommendation results.</p>
70
+ */
71
+ botRecommendationResults?: BotRecommendationResults;
72
+ }
73
+ /**
74
+ * @public
75
+ */
76
+ export interface DescribeBotReplicaRequest {
77
+ /**
78
+ * @public
79
+ * <p>The request for the unique bot ID of the replicated bot being monitored.</p>
80
+ */
81
+ botId: string | undefined;
82
+ /**
83
+ * @public
84
+ * <p>The request for the region of the replicated bot being monitored.</p>
85
+ */
86
+ replicaRegion: string | undefined;
87
+ }
88
+ /**
89
+ * @public
90
+ */
91
+ export interface DescribeBotReplicaResponse {
92
+ /**
93
+ * @public
94
+ * <p>The unique bot ID of the replicated bot being monitored.</p>
95
+ */
96
+ botId?: string;
97
+ /**
98
+ * @public
99
+ * <p>The region of the replicated bot being monitored.</p>
100
+ */
101
+ replicaRegion?: string;
102
+ /**
103
+ * @public
104
+ * <p>The source region of the replicated bot being monitored.</p>
105
+ */
106
+ sourceRegion?: string;
107
+ /**
108
+ * @public
109
+ * <p>The creation date and time of the replicated bot being monitored.</p>
110
+ */
111
+ creationDateTime?: Date;
112
+ /**
113
+ * @public
114
+ * <p>The operational status of the replicated bot being monitored.</p>
115
+ */
116
+ botReplicaStatus?: BotReplicaStatus;
117
+ /**
118
+ * @public
119
+ * <p>The failure reasons the bot being monitored failed to replicate.</p>
120
+ */
121
+ failureReasons?: string[];
122
+ }
123
+ /**
124
+ * @public
125
+ */
126
+ export interface DescribeBotResourceGenerationRequest {
127
+ /**
128
+ * @public
129
+ * <p>The unique identifier of the bot for which to return the generation details.</p>
130
+ */
131
+ botId: string | undefined;
132
+ /**
133
+ * @public
134
+ * <p>The version of the bot for which to return the generation details.</p>
135
+ */
136
+ botVersion: string | undefined;
137
+ /**
138
+ * @public
139
+ * <p>The locale of the bot for which to return the generation details.</p>
140
+ */
141
+ localeId: string | undefined;
142
+ /**
143
+ * @public
144
+ * <p>The unique identifier of the generation request for which to
145
+ * return the generation details.</p>
146
+ */
147
+ generationId: string | undefined;
148
+ }
149
+ /**
150
+ * @public
151
+ * @enum
152
+ */
153
+ export declare const GenerationStatus: {
154
+ readonly Complete: "Complete";
155
+ readonly Failed: "Failed";
156
+ readonly InProgress: "InProgress";
157
+ };
158
+ /**
159
+ * @public
160
+ */
161
+ export type GenerationStatus = (typeof GenerationStatus)[keyof typeof GenerationStatus];
162
+ /**
163
+ * @public
164
+ */
165
+ export interface DescribeBotResourceGenerationResponse {
166
+ /**
167
+ * @public
168
+ * <p>The unique identifier of the bot for which the generation request was
169
+ * made.</p>
170
+ */
171
+ botId?: string;
172
+ /**
173
+ * @public
174
+ * <p>The version of the bot for which the generation request was made.</p>
175
+ */
176
+ botVersion?: string;
177
+ /**
178
+ * @public
179
+ * <p>The locale of the bot for which the generation request was made.</p>
180
+ */
181
+ localeId?: string;
182
+ /**
183
+ * @public
184
+ * <p>The generation ID for which to return the generation details.</p>
185
+ */
186
+ generationId?: string;
187
+ /**
188
+ * @public
189
+ * <p>A list of reasons why the generation of bot resources through natural language description failed.</p>
190
+ */
191
+ failureReasons?: string[];
192
+ /**
193
+ * @public
194
+ * <p>The status of the generation request.</p>
195
+ */
196
+ generationStatus?: GenerationStatus;
197
+ /**
198
+ * @public
199
+ * <p>The prompt used in the generation request.</p>
200
+ */
201
+ generationInputPrompt?: string;
202
+ /**
203
+ * @public
204
+ * <p>The Amazon S3 location of the generated bot locale configuration.</p>
205
+ */
206
+ generatedBotLocaleUrl?: string;
207
+ /**
208
+ * @public
209
+ * <p>The date and time at which the item was generated.</p>
210
+ */
211
+ creationDateTime?: Date;
212
+ /**
213
+ * @public
214
+ * <p>The ARN of the model used to generate the bot resources.</p>
215
+ */
216
+ modelArn?: string;
217
+ /**
218
+ * @public
219
+ * <p>The date and time at which the generated item was updated.</p>
220
+ */
221
+ lastUpdatedDateTime?: Date;
222
+ }
223
+ /**
224
+ * @public
225
+ */
226
+ export interface DescribeBotVersionRequest {
227
+ /**
228
+ * @public
229
+ * <p>The identifier of the bot containing the version to return metadata
230
+ * for.</p>
231
+ */
232
+ botId: string | undefined;
233
+ /**
234
+ * @public
235
+ * <p>The version of the bot to return metadata for.</p>
236
+ */
237
+ botVersion: string | undefined;
238
+ }
239
+ /**
240
+ * @public
241
+ */
242
+ export interface DescribeBotVersionResponse {
243
+ /**
244
+ * @public
245
+ * <p>The identifier of the bot that contains the version.</p>
246
+ */
247
+ botId?: string;
248
+ /**
249
+ * @public
250
+ * <p>The name of the bot that contains the version.</p>
251
+ */
252
+ botName?: string;
253
+ /**
254
+ * @public
255
+ * <p>The version of the bot that was described.</p>
256
+ */
257
+ botVersion?: string;
258
+ /**
259
+ * @public
260
+ * <p>The description specified for the bot.</p>
261
+ */
262
+ description?: string;
263
+ /**
264
+ * @public
265
+ * <p>The Amazon Resource Name (ARN) of an IAM role that has permission to
266
+ * access the bot version.</p>
267
+ */
268
+ roleArn?: string;
269
+ /**
270
+ * @public
271
+ * <p>Data privacy settings for the bot version.</p>
272
+ */
273
+ dataPrivacy?: DataPrivacy;
274
+ /**
275
+ * @public
276
+ * <p>The number of seconds that a session with the bot remains active
277
+ * before it is discarded by Amazon Lex.</p>
278
+ */
279
+ idleSessionTTLInSeconds?: number;
280
+ /**
281
+ * @public
282
+ * <p>The current status of the bot. When the status is
283
+ * <code>Available</code>, the bot version is ready for use.</p>
284
+ */
285
+ botStatus?: BotStatus;
286
+ /**
287
+ * @public
288
+ * <p>If the <code>botStatus</code> is <code>Failed</code>, this contains
289
+ * a list of reasons that the version couldn't be built.</p>
290
+ */
291
+ failureReasons?: string[];
292
+ /**
293
+ * @public
294
+ * <p>A timestamp of the date and time that the bot version was
295
+ * created.</p>
296
+ */
297
+ creationDateTime?: Date;
298
+ /**
299
+ * @public
300
+ * <p>A list of the networks to which the bot version you described belongs.</p>
301
+ */
302
+ parentBotNetworks?: ParentBotNetwork[];
303
+ /**
304
+ * @public
305
+ * <p>The type of the bot in the version that was described.</p>
306
+ */
307
+ botType?: BotType;
308
+ /**
309
+ * @public
310
+ * <p>The members of bot network in the version that was described.</p>
311
+ */
312
+ botMembers?: BotMember[];
313
+ }
314
+ /**
315
+ * @public
316
+ */
317
+ export interface DescribeCustomVocabularyMetadataRequest {
318
+ /**
319
+ * @public
320
+ * <p>The unique identifier of the bot that contains the custom vocabulary.</p>
321
+ */
322
+ botId: string | undefined;
323
+ /**
324
+ * @public
325
+ * <p>The bot version of the bot to return metadata for.</p>
326
+ */
327
+ botVersion: string | undefined;
328
+ /**
329
+ * @public
330
+ * <p>The locale to return the custom vocabulary information for.
331
+ * The locale must be <code>en_GB</code>.</p>
332
+ */
333
+ localeId: string | undefined;
334
+ }
335
+ /**
336
+ * @public
337
+ */
338
+ export interface DescribeCustomVocabularyMetadataResponse {
339
+ /**
340
+ * @public
341
+ * <p>The identifier of the bot that contains the custom vocabulary.</p>
342
+ */
343
+ botId?: string;
344
+ /**
345
+ * @public
346
+ * <p>The version of the bot that contains the custom vocabulary to describe.</p>
347
+ */
348
+ botVersion?: string;
349
+ /**
350
+ * @public
351
+ * <p>The locale that contains the custom vocabulary to describe.</p>
352
+ */
353
+ localeId?: string;
354
+ /**
355
+ * @public
356
+ * <p>The status of the custom vocabulary. If the status is
357
+ * <code>Ready</code> the custom vocabulary is ready to use.</p>
358
+ */
359
+ customVocabularyStatus?: CustomVocabularyStatus;
360
+ /**
361
+ * @public
362
+ * <p>The date and time that the custom vocabulary was created.</p>
363
+ */
364
+ creationDateTime?: Date;
365
+ /**
366
+ * @public
367
+ * <p>The date and time that the custom vocabulary was last updated.</p>
368
+ */
369
+ lastUpdatedDateTime?: Date;
370
+ }
371
+ /**
372
+ * @public
373
+ */
374
+ export interface DescribeExportRequest {
375
+ /**
376
+ * @public
377
+ * <p>The unique identifier of the export to describe.</p>
378
+ */
379
+ exportId: string | undefined;
380
+ }
381
+ /**
382
+ * @public
383
+ */
384
+ export interface DescribeExportResponse {
385
+ /**
386
+ * @public
387
+ * <p>The unique identifier of the described export.</p>
388
+ */
389
+ exportId?: string;
390
+ /**
391
+ * @public
392
+ * <p>The bot, bot ID, and optional locale ID of the exported bot or bot
393
+ * locale.</p>
394
+ */
395
+ resourceSpecification?: ExportResourceSpecification;
396
+ /**
397
+ * @public
398
+ * <p>The file format used in the files that describe the resource.
399
+ * </p>
400
+ */
401
+ fileFormat?: ImportExportFileFormat;
402
+ /**
403
+ * @public
404
+ * <p>The status of the export. When the status is <code>Complete</code>
405
+ * the export archive file is available for download.</p>
406
+ */
407
+ exportStatus?: ExportStatus;
408
+ /**
409
+ * @public
410
+ * <p>If the <code>exportStatus</code> is failed, contains one or more
411
+ * reasons why the export could not be completed.</p>
412
+ */
413
+ failureReasons?: string[];
414
+ /**
415
+ * @public
416
+ * <p>A pre-signed S3 URL that points to the bot or bot locale archive.
417
+ * The URL is only available for 5 minutes after calling the
418
+ * <code>DescribeExport</code> operation.</p>
419
+ */
420
+ downloadUrl?: string;
421
+ /**
422
+ * @public
423
+ * <p>The date and time that the export was created.</p>
424
+ */
425
+ creationDateTime?: Date;
426
+ /**
427
+ * @public
428
+ * <p>The last date and time that the export was updated.</p>
429
+ */
430
+ lastUpdatedDateTime?: Date;
431
+ }
432
+ /**
433
+ * @public
434
+ */
435
+ export interface DescribeImportRequest {
436
+ /**
437
+ * @public
438
+ * <p>The unique identifier of the import to describe.</p>
439
+ */
440
+ importId: string | undefined;
441
+ }
442
+ /**
443
+ * @public
444
+ * @enum
445
+ */
446
+ export declare const MergeStrategy: {
447
+ readonly Append: "Append";
448
+ readonly FailOnConflict: "FailOnConflict";
449
+ readonly Overwrite: "Overwrite";
450
+ };
451
+ /**
452
+ * @public
453
+ */
454
+ export type MergeStrategy = (typeof MergeStrategy)[keyof typeof MergeStrategy];
2
455
  /**
3
456
  * @public
4
457
  * <p>Contains information about the Amazon S3 location from which the test set is imported.</p>
@@ -1798,6 +2251,61 @@ export interface ListBotAliasesResponse {
1798
2251
  */
1799
2252
  botId?: string;
1800
2253
  }
2254
+ /**
2255
+ * @public
2256
+ */
2257
+ export interface ListBotAliasReplicasRequest {
2258
+ /**
2259
+ * @public
2260
+ * <p>The request for the unique bot ID of the replicated bot created from the source bot alias.</p>
2261
+ */
2262
+ botId: string | undefined;
2263
+ /**
2264
+ * @public
2265
+ * <p>The request for the secondary region of the replicated bot created from the source bot alias.</p>
2266
+ */
2267
+ replicaRegion: string | undefined;
2268
+ /**
2269
+ * @public
2270
+ * <p>The request for maximum results to list the replicated bots created from the source bot alias.</p>
2271
+ */
2272
+ maxResults?: number;
2273
+ /**
2274
+ * @public
2275
+ * <p>The request for the next token for the replicated bot created from the source bot alias.</p>
2276
+ */
2277
+ nextToken?: string;
2278
+ }
2279
+ /**
2280
+ * @public
2281
+ */
2282
+ export interface ListBotAliasReplicasResponse {
2283
+ /**
2284
+ * @public
2285
+ * <p>The unique bot ID of the replicated bot created from the source bot alias.</p>
2286
+ */
2287
+ botId?: string;
2288
+ /**
2289
+ * @public
2290
+ * <p>The source region of the replicated bot created from the source bot alias.</p>
2291
+ */
2292
+ sourceRegion?: string;
2293
+ /**
2294
+ * @public
2295
+ * <p>The secondary region of the replicated bot created from the source bot alias.</p>
2296
+ */
2297
+ replicaRegion?: string;
2298
+ /**
2299
+ * @public
2300
+ * <p>The summary information of the replicated bot created from the source bot alias.</p>
2301
+ */
2302
+ botAliasReplicaSummaries?: BotAliasReplicaSummary[];
2303
+ /**
2304
+ * @public
2305
+ * <p>The next token for the replicated bots created from the source bot alias.</p>
2306
+ */
2307
+ nextToken?: string;
2308
+ }
1801
2309
  /**
1802
2310
  * @public
1803
2311
  */
@@ -1954,6 +2462,36 @@ export interface ListBotRecommendationsResponse {
1954
2462
  */
1955
2463
  nextToken?: string;
1956
2464
  }
2465
+ /**
2466
+ * @public
2467
+ */
2468
+ export interface ListBotReplicasRequest {
2469
+ /**
2470
+ * @public
2471
+ * <p>The request for the unique bot IDs in the list of replicated bots.</p>
2472
+ */
2473
+ botId: string | undefined;
2474
+ }
2475
+ /**
2476
+ * @public
2477
+ */
2478
+ export interface ListBotReplicasResponse {
2479
+ /**
2480
+ * @public
2481
+ * <p>the unique bot IDs in the list of replicated bots.</p>
2482
+ */
2483
+ botId?: string;
2484
+ /**
2485
+ * @public
2486
+ * <p>The source region of the source bots in the list of replicated bots.</p>
2487
+ */
2488
+ sourceRegion?: string;
2489
+ /**
2490
+ * @public
2491
+ * <p>The summary details for the replicated bots.</p>
2492
+ */
2493
+ botReplicaSummaries?: BotReplicaSummary[];
2494
+ }
1957
2495
  /**
1958
2496
  * @public
1959
2497
  */
@@ -2090,6 +2628,66 @@ export interface ListBotsResponse {
2090
2628
  */
2091
2629
  nextToken?: string;
2092
2630
  }
2631
+ /**
2632
+ * @public
2633
+ */
2634
+ export interface ListBotVersionReplicasRequest {
2635
+ /**
2636
+ * @public
2637
+ * <p>The request for the unique ID in the list of replicated bots.</p>
2638
+ */
2639
+ botId: string | undefined;
2640
+ /**
2641
+ * @public
2642
+ * <p>The request for the region used in the list of replicated bots.</p>
2643
+ */
2644
+ replicaRegion: string | undefined;
2645
+ /**
2646
+ * @public
2647
+ * <p>The maximum results given in the list of replicated bots.</p>
2648
+ */
2649
+ maxResults?: number;
2650
+ /**
2651
+ * @public
2652
+ * <p>The next token given in the list of replicated bots.</p>
2653
+ */
2654
+ nextToken?: string;
2655
+ /**
2656
+ * @public
2657
+ * <p>The requested sort category for the list of replicated bots.</p>
2658
+ */
2659
+ sortBy?: BotVersionReplicaSortBy;
2660
+ }
2661
+ /**
2662
+ * @public
2663
+ */
2664
+ export interface ListBotVersionReplicasResponse {
2665
+ /**
2666
+ * @public
2667
+ * <p>The unique ID of the bots in the list of replicated bots.</p>
2668
+ */
2669
+ botId?: string;
2670
+ /**
2671
+ * @public
2672
+ * <p>The source region used for the bots in the list of replicated bots.</p>
2673
+ */
2674
+ sourceRegion?: string;
2675
+ /**
2676
+ * @public
2677
+ * <p>The region used for the replicated bots in the list of replicated bots.</p>
2678
+ */
2679
+ replicaRegion?: string;
2680
+ /**
2681
+ * @public
2682
+ * <p>The information summary used for the replicated bots in the list of replicated bots.</p>
2683
+ */
2684
+ botVersionReplicaSummaries?: BotVersionReplicaSummary[];
2685
+ /**
2686
+ * @public
2687
+ * <p>The next token used for the replicated bots in the list of replicated bots.</p>
2688
+ */
2689
+ nextToken?: string;
2690
+ }
2093
2691
  /**
2094
2692
  * @public
2095
2693
  */
@@ -7879,6 +8477,10 @@ export interface UpdateIntentResponse {
7879
8477
  */
7880
8478
  initialResponseSetting?: InitialResponseSetting;
7881
8479
  }
8480
+ /**
8481
+ * @internal
8482
+ */
8483
+ export declare const DescribeBotRecommendationResponseFilterSensitiveLog: (obj: DescribeBotRecommendationResponse) => any;
7882
8484
  /**
7883
8485
  * @internal
7884
8486
  */
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListBotAliasReplicasCommandInput, ListBotAliasReplicasCommandOutput } from "../commands/ListBotAliasReplicasCommand";
3
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListBotAliasReplicas: (config: LexModelsV2PaginationConfiguration, input: ListBotAliasReplicasCommandInput, ...rest: any[]) => Paginator<ListBotAliasReplicasCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import { ListBotVersionReplicasCommandInput, ListBotVersionReplicasCommandOutput } from "../commands/ListBotVersionReplicasCommand";
3
+ import { LexModelsV2PaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListBotVersionReplicas: (config: LexModelsV2PaginationConfiguration, input: ListBotVersionReplicasCommandInput, ...rest: any[]) => Paginator<ListBotVersionReplicasCommandOutput>;
@@ -1,9 +1,11 @@
1
1
  export * from "./Interfaces";
2
2
  export * from "./ListAggregatedUtterancesPaginator";
3
+ export * from "./ListBotAliasReplicasPaginator";
3
4
  export * from "./ListBotAliasesPaginator";
4
5
  export * from "./ListBotLocalesPaginator";
5
6
  export * from "./ListBotRecommendationsPaginator";
6
7
  export * from "./ListBotResourceGenerationsPaginator";
8
+ export * from "./ListBotVersionReplicasPaginator";
7
9
  export * from "./ListBotVersionsPaginator";
8
10
  export * from "./ListBotsPaginator";
9
11
  export * from "./ListBuiltInIntentsPaginator";