@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
@@ -2749,6 +2749,57 @@ export interface BotAliasLocaleSettings {
2749
2749
  */
2750
2750
  codeHookSpecification?: CodeHookSpecification;
2751
2751
  }
2752
+ /**
2753
+ * @public
2754
+ * @enum
2755
+ */
2756
+ export declare const BotAliasReplicationStatus: {
2757
+ readonly Available: "Available";
2758
+ readonly Creating: "Creating";
2759
+ readonly Deleting: "Deleting";
2760
+ readonly Failed: "Failed";
2761
+ readonly Updating: "Updating";
2762
+ };
2763
+ /**
2764
+ * @public
2765
+ */
2766
+ export type BotAliasReplicationStatus = (typeof BotAliasReplicationStatus)[keyof typeof BotAliasReplicationStatus];
2767
+ /**
2768
+ * @public
2769
+ * <p>Contains information about all the aliases replication statuses applicable for global resiliency.</p>
2770
+ */
2771
+ export interface BotAliasReplicaSummary {
2772
+ /**
2773
+ * @public
2774
+ * <p>The bot alias ID for all the alias bot replications.</p>
2775
+ */
2776
+ botAliasId?: string;
2777
+ /**
2778
+ * @public
2779
+ * <p>The replication statuses for all the alias bot replications.</p>
2780
+ */
2781
+ botAliasReplicationStatus?: BotAliasReplicationStatus;
2782
+ /**
2783
+ * @public
2784
+ * <p>The bot version for all the alias bot replications.</p>
2785
+ */
2786
+ botVersion?: string;
2787
+ /**
2788
+ * @public
2789
+ * <p>The creation time and date for all the alias bot replications.</p>
2790
+ */
2791
+ creationDateTime?: Date;
2792
+ /**
2793
+ * @public
2794
+ * <p>The last time and date updated for all the alias bot replications.</p>
2795
+ */
2796
+ lastUpdatedDateTime?: Date;
2797
+ /**
2798
+ * @public
2799
+ * <p>The reasons for failure for the aliases bot replications.</p>
2800
+ */
2801
+ failureReasons?: string[];
2802
+ }
2752
2803
  /**
2753
2804
  * @public
2754
2805
  * @enum
@@ -3412,6 +3463,46 @@ export interface BotRecommendationSummary {
3412
3463
  */
3413
3464
  lastUpdatedDateTime?: Date;
3414
3465
  }
3466
+ /**
3467
+ * @public
3468
+ * @enum
3469
+ */
3470
+ export declare const BotReplicaStatus: {
3471
+ readonly Deleting: "Deleting";
3472
+ readonly Enabled: "Enabled";
3473
+ readonly Enabling: "Enabling";
3474
+ readonly Failed: "Failed";
3475
+ };
3476
+ /**
3477
+ * @public
3478
+ */
3479
+ export type BotReplicaStatus = (typeof BotReplicaStatus)[keyof typeof BotReplicaStatus];
3480
+ /**
3481
+ * @public
3482
+ * <p>Contains summary information about all the replication statuses applicable for global resiliency.</p>
3483
+ */
3484
+ export interface BotReplicaSummary {
3485
+ /**
3486
+ * @public
3487
+ * <p>The replica region used in the replication statuses summary.</p>
3488
+ */
3489
+ replicaRegion?: string;
3490
+ /**
3491
+ * @public
3492
+ * <p>The creation time and date for the replicated bots.</p>
3493
+ */
3494
+ creationDateTime?: Date;
3495
+ /**
3496
+ * @public
3497
+ * <p>The operation status for the replicated bot applicable.</p>
3498
+ */
3499
+ botReplicaStatus?: BotReplicaStatus;
3500
+ /**
3501
+ * @public
3502
+ * <p>The reasons for the failure for the replicated bot.</p>
3503
+ */
3504
+ failureReasons?: string[];
3505
+ }
3415
3506
  /**
3416
3507
  * @public
3417
3508
  * @enum
@@ -3524,6 +3615,73 @@ export interface BotVersionLocaleDetails {
3524
3615
  */
3525
3616
  sourceBotVersion: string | undefined;
3526
3617
  }
3618
+ /**
3619
+ * @public
3620
+ * @enum
3621
+ */
3622
+ export declare const BotVersionReplicaSortAttribute: {
3623
+ readonly BotVersion: "BotVersion";
3624
+ };
3625
+ /**
3626
+ * @public
3627
+ */
3628
+ export type BotVersionReplicaSortAttribute = (typeof BotVersionReplicaSortAttribute)[keyof typeof BotVersionReplicaSortAttribute];
3629
+ /**
3630
+ * @public
3631
+ * <p>The sort category for the version replicated bots.</p>
3632
+ */
3633
+ export interface BotVersionReplicaSortBy {
3634
+ /**
3635
+ * @public
3636
+ * <p>The attribute of the sort category for the version replicated bots.</p>
3637
+ */
3638
+ attribute: BotVersionReplicaSortAttribute | undefined;
3639
+ /**
3640
+ * @public
3641
+ * <p>The order of the sort category for the version replicated bots.</p>
3642
+ */
3643
+ order: SortOrder | undefined;
3644
+ }
3645
+ /**
3646
+ * @public
3647
+ * @enum
3648
+ */
3649
+ export declare const BotVersionReplicationStatus: {
3650
+ readonly Available: "Available";
3651
+ readonly Creating: "Creating";
3652
+ readonly Deleting: "Deleting";
3653
+ readonly Failed: "Failed";
3654
+ };
3655
+ /**
3656
+ * @public
3657
+ */
3658
+ export type BotVersionReplicationStatus = (typeof BotVersionReplicationStatus)[keyof typeof BotVersionReplicationStatus];
3659
+ /**
3660
+ * @public
3661
+ * <p>Contains summary information for all the version replication statuses applicable for Global resiliency.</p>
3662
+ */
3663
+ export interface BotVersionReplicaSummary {
3664
+ /**
3665
+ * @public
3666
+ * <p>The bot version for the summary information for all the version replication statuses.</p>
3667
+ */
3668
+ botVersion?: string;
3669
+ /**
3670
+ * @public
3671
+ * <p>The version replication status for all the replicated bots.</p>
3672
+ */
3673
+ botVersionReplicationStatus?: BotVersionReplicationStatus;
3674
+ /**
3675
+ * @public
3676
+ * <p>The creation date and time of the replication status for all the replicated bots.</p>
3677
+ */
3678
+ creationDateTime?: Date;
3679
+ /**
3680
+ * @public
3681
+ * <p>The reasons for replication failure for all the replicated bots.</p>
3682
+ */
3683
+ failureReasons?: string[];
3684
+ }
3527
3685
  /**
3528
3686
  * @public
3529
3687
  * @enum
@@ -4800,6 +4958,51 @@ export interface CreateBotLocaleResponse {
4800
4958
  */
4801
4959
  generativeAISettings?: GenerativeAISettings;
4802
4960
  }
4961
+ /**
4962
+ * @public
4963
+ */
4964
+ export interface CreateBotReplicaRequest {
4965
+ /**
4966
+ * @public
4967
+ * <p>The request for the unique bot ID of the source bot to be replicated in the secondary region.</p>
4968
+ */
4969
+ botId: string | undefined;
4970
+ /**
4971
+ * @public
4972
+ * <p>The request for the secondary region that will be used in the replication of the source bot.</p>
4973
+ */
4974
+ replicaRegion: string | undefined;
4975
+ }
4976
+ /**
4977
+ * @public
4978
+ */
4979
+ export interface CreateBotReplicaResponse {
4980
+ /**
4981
+ * @public
4982
+ * <p>The unique bot ID of the replicated bot generated.</p>
4983
+ */
4984
+ botId?: string;
4985
+ /**
4986
+ * @public
4987
+ * <p>The region of the replicated bot generated.</p>
4988
+ */
4989
+ replicaRegion?: string;
4990
+ /**
4991
+ * @public
4992
+ * <p>The source region for the source bot used for the replicated bot generated.</p>
4993
+ */
4994
+ sourceRegion?: string;
4995
+ /**
4996
+ * @public
4997
+ * <p>The creation date and time of the replicated bot generated.</p>
4998
+ */
4999
+ creationDateTime?: Date;
5000
+ /**
5001
+ * @public
5002
+ * <p>The operational status of the replicated bot generated.</p>
5003
+ */
5004
+ botReplicaStatus?: BotReplicaStatus;
5005
+ }
4803
5006
  /**
4804
5007
  * @public
4805
5008
  */
@@ -6303,6 +6506,41 @@ export interface DeleteBotLocaleResponse {
6303
6506
  */
6304
6507
  botLocaleStatus?: BotLocaleStatus;
6305
6508
  }
6509
+ /**
6510
+ * @public
6511
+ */
6512
+ export interface DeleteBotReplicaRequest {
6513
+ /**
6514
+ * @public
6515
+ * <p>The unique ID of the replicated bot to be deleted from the secondary region</p>
6516
+ */
6517
+ botId: string | undefined;
6518
+ /**
6519
+ * @public
6520
+ * <p>The secondary region of the replicated bot that will be deleted.</p>
6521
+ */
6522
+ replicaRegion: string | undefined;
6523
+ }
6524
+ /**
6525
+ * @public
6526
+ */
6527
+ export interface DeleteBotReplicaResponse {
6528
+ /**
6529
+ * @public
6530
+ * <p>The unique bot ID of the replicated bot generated.</p>
6531
+ */
6532
+ botId?: string;
6533
+ /**
6534
+ * @public
6535
+ * <p>The region of the replicated bot generated.</p>
6536
+ */
6537
+ replicaRegion?: string;
6538
+ /**
6539
+ * @public
6540
+ * <p>The operational status of the replicated bot generated.</p>
6541
+ */
6542
+ botReplicaStatus?: BotReplicaStatus;
6543
+ }
6306
6544
  /**
6307
6545
  * @public
6308
6546
  */
@@ -7162,409 +7400,6 @@ export interface TranscriptSourceSetting {
7162
7400
  */
7163
7401
  s3BucketTranscriptSource?: S3BucketTranscriptSource;
7164
7402
  }
7165
- /**
7166
- * @public
7167
- */
7168
- export interface DescribeBotRecommendationResponse {
7169
- /**
7170
- * @public
7171
- * <p>The identifier of the bot associated with the bot
7172
- * recommendation.</p>
7173
- */
7174
- botId?: string;
7175
- /**
7176
- * @public
7177
- * <p>The version of the bot associated with the bot
7178
- * recommendation.</p>
7179
- */
7180
- botVersion?: string;
7181
- /**
7182
- * @public
7183
- * <p>The identifier of the language and locale of the bot recommendation
7184
- * to describe.</p>
7185
- */
7186
- localeId?: string;
7187
- /**
7188
- * @public
7189
- * <p>The status of the bot recommendation. If the status is Failed, then
7190
- * the reasons for the failure are listed in the failureReasons field.
7191
- * </p>
7192
- */
7193
- botRecommendationStatus?: BotRecommendationStatus;
7194
- /**
7195
- * @public
7196
- * <p>The identifier of the bot recommendation being described.</p>
7197
- */
7198
- botRecommendationId?: string;
7199
- /**
7200
- * @public
7201
- * <p>If botRecommendationStatus is Failed, Amazon Lex explains why.</p>
7202
- */
7203
- failureReasons?: string[];
7204
- /**
7205
- * @public
7206
- * <p>The date and time that the bot recommendation was created.</p>
7207
- */
7208
- creationDateTime?: Date;
7209
- /**
7210
- * @public
7211
- * <p>The date and time that the bot recommendation was last
7212
- * updated.</p>
7213
- */
7214
- lastUpdatedDateTime?: Date;
7215
- /**
7216
- * @public
7217
- * <p>The object representing the Amazon S3 bucket containing the transcript,
7218
- * as well as the associated metadata.</p>
7219
- */
7220
- transcriptSourceSetting?: TranscriptSourceSetting;
7221
- /**
7222
- * @public
7223
- * <p>The object representing the passwords that were used to encrypt the
7224
- * data related to the bot recommendation results, as well as the KMS key
7225
- * ARN used to encrypt the associated metadata.</p>
7226
- */
7227
- encryptionSetting?: EncryptionSetting;
7228
- /**
7229
- * @public
7230
- * <p>The object representing the URL of the bot definition, the URL of
7231
- * the associated transcript and a statistical summary of the bot
7232
- * recommendation results.</p>
7233
- */
7234
- botRecommendationResults?: BotRecommendationResults;
7235
- }
7236
- /**
7237
- * @public
7238
- */
7239
- export interface DescribeBotResourceGenerationRequest {
7240
- /**
7241
- * @public
7242
- * <p>The unique identifier of the bot for which to return the generation details.</p>
7243
- */
7244
- botId: string | undefined;
7245
- /**
7246
- * @public
7247
- * <p>The version of the bot for which to return the generation details.</p>
7248
- */
7249
- botVersion: string | undefined;
7250
- /**
7251
- * @public
7252
- * <p>The locale of the bot for which to return the generation details.</p>
7253
- */
7254
- localeId: string | undefined;
7255
- /**
7256
- * @public
7257
- * <p>The unique identifier of the generation request for which to
7258
- * return the generation details.</p>
7259
- */
7260
- generationId: string | undefined;
7261
- }
7262
- /**
7263
- * @public
7264
- * @enum
7265
- */
7266
- export declare const GenerationStatus: {
7267
- readonly Complete: "Complete";
7268
- readonly Failed: "Failed";
7269
- readonly InProgress: "InProgress";
7270
- };
7271
- /**
7272
- * @public
7273
- */
7274
- export type GenerationStatus = (typeof GenerationStatus)[keyof typeof GenerationStatus];
7275
- /**
7276
- * @public
7277
- */
7278
- export interface DescribeBotResourceGenerationResponse {
7279
- /**
7280
- * @public
7281
- * <p>The unique identifier of the bot for which the generation request was
7282
- * made.</p>
7283
- */
7284
- botId?: string;
7285
- /**
7286
- * @public
7287
- * <p>The version of the bot for which the generation request was made.</p>
7288
- */
7289
- botVersion?: string;
7290
- /**
7291
- * @public
7292
- * <p>The locale of the bot for which the generation request was made.</p>
7293
- */
7294
- localeId?: string;
7295
- /**
7296
- * @public
7297
- * <p>The generation ID for which to return the generation details.</p>
7298
- */
7299
- generationId?: string;
7300
- /**
7301
- * @public
7302
- * <p>A list of reasons why the generation of bot resources through natural language description failed.</p>
7303
- */
7304
- failureReasons?: string[];
7305
- /**
7306
- * @public
7307
- * <p>The status of the generation request.</p>
7308
- */
7309
- generationStatus?: GenerationStatus;
7310
- /**
7311
- * @public
7312
- * <p>The prompt used in the generation request.</p>
7313
- */
7314
- generationInputPrompt?: string;
7315
- /**
7316
- * @public
7317
- * <p>The Amazon S3 location of the generated bot locale configuration.</p>
7318
- */
7319
- generatedBotLocaleUrl?: string;
7320
- /**
7321
- * @public
7322
- * <p>The date and time at which the item was generated.</p>
7323
- */
7324
- creationDateTime?: Date;
7325
- /**
7326
- * @public
7327
- * <p>The ARN of the model used to generate the bot resources.</p>
7328
- */
7329
- modelArn?: string;
7330
- /**
7331
- * @public
7332
- * <p>The date and time at which the generated item was updated.</p>
7333
- */
7334
- lastUpdatedDateTime?: Date;
7335
- }
7336
- /**
7337
- * @public
7338
- */
7339
- export interface DescribeBotVersionRequest {
7340
- /**
7341
- * @public
7342
- * <p>The identifier of the bot containing the version to return metadata
7343
- * for.</p>
7344
- */
7345
- botId: string | undefined;
7346
- /**
7347
- * @public
7348
- * <p>The version of the bot to return metadata for.</p>
7349
- */
7350
- botVersion: string | undefined;
7351
- }
7352
- /**
7353
- * @public
7354
- */
7355
- export interface DescribeBotVersionResponse {
7356
- /**
7357
- * @public
7358
- * <p>The identifier of the bot that contains the version.</p>
7359
- */
7360
- botId?: string;
7361
- /**
7362
- * @public
7363
- * <p>The name of the bot that contains the version.</p>
7364
- */
7365
- botName?: string;
7366
- /**
7367
- * @public
7368
- * <p>The version of the bot that was described.</p>
7369
- */
7370
- botVersion?: string;
7371
- /**
7372
- * @public
7373
- * <p>The description specified for the bot.</p>
7374
- */
7375
- description?: string;
7376
- /**
7377
- * @public
7378
- * <p>The Amazon Resource Name (ARN) of an IAM role that has permission to
7379
- * access the bot version.</p>
7380
- */
7381
- roleArn?: string;
7382
- /**
7383
- * @public
7384
- * <p>Data privacy settings for the bot version.</p>
7385
- */
7386
- dataPrivacy?: DataPrivacy;
7387
- /**
7388
- * @public
7389
- * <p>The number of seconds that a session with the bot remains active
7390
- * before it is discarded by Amazon Lex.</p>
7391
- */
7392
- idleSessionTTLInSeconds?: number;
7393
- /**
7394
- * @public
7395
- * <p>The current status of the bot. When the status is
7396
- * <code>Available</code>, the bot version is ready for use.</p>
7397
- */
7398
- botStatus?: BotStatus;
7399
- /**
7400
- * @public
7401
- * <p>If the <code>botStatus</code> is <code>Failed</code>, this contains
7402
- * a list of reasons that the version couldn't be built.</p>
7403
- */
7404
- failureReasons?: string[];
7405
- /**
7406
- * @public
7407
- * <p>A timestamp of the date and time that the bot version was
7408
- * created.</p>
7409
- */
7410
- creationDateTime?: Date;
7411
- /**
7412
- * @public
7413
- * <p>A list of the networks to which the bot version you described belongs.</p>
7414
- */
7415
- parentBotNetworks?: ParentBotNetwork[];
7416
- /**
7417
- * @public
7418
- * <p>The type of the bot in the version that was described.</p>
7419
- */
7420
- botType?: BotType;
7421
- /**
7422
- * @public
7423
- * <p>The members of bot network in the version that was described.</p>
7424
- */
7425
- botMembers?: BotMember[];
7426
- }
7427
- /**
7428
- * @public
7429
- */
7430
- export interface DescribeCustomVocabularyMetadataRequest {
7431
- /**
7432
- * @public
7433
- * <p>The unique identifier of the bot that contains the custom vocabulary.</p>
7434
- */
7435
- botId: string | undefined;
7436
- /**
7437
- * @public
7438
- * <p>The bot version of the bot to return metadata for.</p>
7439
- */
7440
- botVersion: string | undefined;
7441
- /**
7442
- * @public
7443
- * <p>The locale to return the custom vocabulary information for.
7444
- * The locale must be <code>en_GB</code>.</p>
7445
- */
7446
- localeId: string | undefined;
7447
- }
7448
- /**
7449
- * @public
7450
- */
7451
- export interface DescribeCustomVocabularyMetadataResponse {
7452
- /**
7453
- * @public
7454
- * <p>The identifier of the bot that contains the custom vocabulary.</p>
7455
- */
7456
- botId?: string;
7457
- /**
7458
- * @public
7459
- * <p>The version of the bot that contains the custom vocabulary to describe.</p>
7460
- */
7461
- botVersion?: string;
7462
- /**
7463
- * @public
7464
- * <p>The locale that contains the custom vocabulary to describe.</p>
7465
- */
7466
- localeId?: string;
7467
- /**
7468
- * @public
7469
- * <p>The status of the custom vocabulary. If the status is
7470
- * <code>Ready</code> the custom vocabulary is ready to use.</p>
7471
- */
7472
- customVocabularyStatus?: CustomVocabularyStatus;
7473
- /**
7474
- * @public
7475
- * <p>The date and time that the custom vocabulary was created.</p>
7476
- */
7477
- creationDateTime?: Date;
7478
- /**
7479
- * @public
7480
- * <p>The date and time that the custom vocabulary was last updated.</p>
7481
- */
7482
- lastUpdatedDateTime?: Date;
7483
- }
7484
- /**
7485
- * @public
7486
- */
7487
- export interface DescribeExportRequest {
7488
- /**
7489
- * @public
7490
- * <p>The unique identifier of the export to describe.</p>
7491
- */
7492
- exportId: string | undefined;
7493
- }
7494
- /**
7495
- * @public
7496
- */
7497
- export interface DescribeExportResponse {
7498
- /**
7499
- * @public
7500
- * <p>The unique identifier of the described export.</p>
7501
- */
7502
- exportId?: string;
7503
- /**
7504
- * @public
7505
- * <p>The bot, bot ID, and optional locale ID of the exported bot or bot
7506
- * locale.</p>
7507
- */
7508
- resourceSpecification?: ExportResourceSpecification;
7509
- /**
7510
- * @public
7511
- * <p>The file format used in the files that describe the resource.
7512
- * </p>
7513
- */
7514
- fileFormat?: ImportExportFileFormat;
7515
- /**
7516
- * @public
7517
- * <p>The status of the export. When the status is <code>Complete</code>
7518
- * the export archive file is available for download.</p>
7519
- */
7520
- exportStatus?: ExportStatus;
7521
- /**
7522
- * @public
7523
- * <p>If the <code>exportStatus</code> is failed, contains one or more
7524
- * reasons why the export could not be completed.</p>
7525
- */
7526
- failureReasons?: string[];
7527
- /**
7528
- * @public
7529
- * <p>A pre-signed S3 URL that points to the bot or bot locale archive.
7530
- * The URL is only available for 5 minutes after calling the
7531
- * <code>DescribeExport</code> operation.</p>
7532
- */
7533
- downloadUrl?: string;
7534
- /**
7535
- * @public
7536
- * <p>The date and time that the export was created.</p>
7537
- */
7538
- creationDateTime?: Date;
7539
- /**
7540
- * @public
7541
- * <p>The last date and time that the export was updated.</p>
7542
- */
7543
- lastUpdatedDateTime?: Date;
7544
- }
7545
- /**
7546
- * @public
7547
- */
7548
- export interface DescribeImportRequest {
7549
- /**
7550
- * @public
7551
- * <p>The unique identifier of the import to describe.</p>
7552
- */
7553
- importId: string | undefined;
7554
- }
7555
- /**
7556
- * @public
7557
- * @enum
7558
- */
7559
- export declare const MergeStrategy: {
7560
- readonly Append: "Append";
7561
- readonly FailOnConflict: "FailOnConflict";
7562
- readonly Overwrite: "Overwrite";
7563
- };
7564
- /**
7565
- * @public
7566
- */
7567
- export type MergeStrategy = (typeof MergeStrategy)[keyof typeof MergeStrategy];
7568
7403
  /**
7569
7404
  * @internal
7570
7405
  */
@@ -7573,7 +7408,3 @@ export declare const CreateExportRequestFilterSensitiveLog: (obj: CreateExportRe
7573
7408
  * @internal
7574
7409
  */
7575
7410
  export declare const EncryptionSettingFilterSensitiveLog: (obj: EncryptionSetting) => any;
7576
- /**
7577
- * @internal
7578
- */
7579
- export declare const DescribeBotRecommendationResponseFilterSensitiveLog: (obj: DescribeBotRecommendationResponse) => any;