@aws-sdk/client-lex-models-v2 3.504.0 → 3.509.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/dist-cjs/commands/CreateBotReplicaCommand.js +1 -0
- package/dist-cjs/commands/DeleteBotReplicaCommand.js +1 -0
- package/dist-cjs/commands/DescribeBotReplicaCommand.js +1 -0
- package/dist-cjs/commands/ListBotAliasReplicasCommand.js +1 -0
- package/dist-cjs/commands/ListBotReplicasCommand.js +1 -0
- package/dist-cjs/commands/ListBotVersionReplicasCommand.js +1 -0
- package/dist-cjs/index.js +733 -3315
- package/dist-cjs/pagination/ListBotAliasReplicasPaginator.js +1 -0
- package/dist-cjs/pagination/ListBotVersionReplicasPaginator.js +1 -0
- package/dist-es/LexModelsV2.js +12 -0
- package/dist-es/commands/CreateBotReplicaCommand.js +24 -0
- package/dist-es/commands/DeleteBotReplicaCommand.js +24 -0
- package/dist-es/commands/DescribeBotRecommendationCommand.js +1 -1
- package/dist-es/commands/DescribeBotReplicaCommand.js +24 -0
- package/dist-es/commands/ListBotAliasReplicasCommand.js +24 -0
- package/dist-es/commands/ListBotReplicasCommand.js +24 -0
- package/dist-es/commands/ListBotVersionReplicasCommand.js +24 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +22 -14
- package/dist-es/models/models_1.js +14 -0
- package/dist-es/pagination/ListBotAliasReplicasPaginator.js +4 -0
- package/dist-es/pagination/ListBotVersionReplicasPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_restJson1.js +403 -3147
- package/dist-types/LexModelsV2.d.ts +42 -0
- package/dist-types/LexModelsV2Client.d.ts +8 -2
- package/dist-types/commands/CreateBotReplicaCommand.d.ts +88 -0
- package/dist-types/commands/DeleteBotReplicaCommand.d.ts +86 -0
- package/dist-types/commands/DescribeBotRecommendationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBotReplicaCommand.d.ts +85 -0
- package/dist-types/commands/DescribeBotResourceGenerationCommand.d.ts +1 -1
- package/dist-types/commands/DescribeBotVersionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomVocabularyMetadataCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportCommand.d.ts +1 -1
- package/dist-types/commands/DescribeImportCommand.d.ts +1 -2
- package/dist-types/commands/ListBotAliasReplicasCommand.d.ts +91 -0
- package/dist-types/commands/ListBotReplicasCommand.d.ts +84 -0
- package/dist-types/commands/ListBotVersionReplicasCommand.d.ts +93 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +238 -407
- package/dist-types/models/models_1.d.ts +603 -1
- package/dist-types/pagination/ListBotAliasReplicasPaginator.d.ts +7 -0
- package/dist-types/pagination/ListBotVersionReplicasPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +54 -0
- package/dist-types/ts3.4/LexModelsV2.d.ts +102 -0
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateBotReplicaCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/DeleteBotReplicaCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeBotReplicaCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/DescribeBotResourceGenerationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListBotAliasReplicasCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/ListBotReplicasCommand.d.ts +29 -0
- package/dist-types/ts3.4/commands/ListBotVersionReplicasCommand.d.ts +30 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +74 -96
- package/dist-types/ts3.4/models/models_1.d.ts +151 -2
- package/dist-types/ts3.4/pagination/ListBotAliasReplicasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListBotVersionReplicasPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +72 -0
- package/package.json +3 -3
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
LexModelsV2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../LexModelsV2Client";
|
|
8
|
+
import {
|
|
9
|
+
ListBotReplicasRequest,
|
|
10
|
+
ListBotReplicasResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface ListBotReplicasCommandInput extends ListBotReplicasRequest {}
|
|
14
|
+
export interface ListBotReplicasCommandOutput
|
|
15
|
+
extends ListBotReplicasResponse,
|
|
16
|
+
__MetadataBearer {}
|
|
17
|
+
declare const ListBotReplicasCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: ListBotReplicasCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
ListBotReplicasCommandInput,
|
|
22
|
+
ListBotReplicasCommandOutput,
|
|
23
|
+
LexModelsV2ClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class ListBotReplicasCommand extends ListBotReplicasCommand_base {}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
LexModelsV2ClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../LexModelsV2Client";
|
|
8
|
+
import {
|
|
9
|
+
ListBotVersionReplicasRequest,
|
|
10
|
+
ListBotVersionReplicasResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer, $Command };
|
|
13
|
+
export interface ListBotVersionReplicasCommandInput
|
|
14
|
+
extends ListBotVersionReplicasRequest {}
|
|
15
|
+
export interface ListBotVersionReplicasCommandOutput
|
|
16
|
+
extends ListBotVersionReplicasResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const ListBotVersionReplicasCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: ListBotVersionReplicasCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
ListBotVersionReplicasCommandInput,
|
|
23
|
+
ListBotVersionReplicasCommandOutput,
|
|
24
|
+
LexModelsV2ClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class ListBotVersionReplicasCommand extends ListBotVersionReplicasCommand_base {}
|
|
@@ -5,6 +5,7 @@ export * from "./BuildBotLocaleCommand";
|
|
|
5
5
|
export * from "./CreateBotAliasCommand";
|
|
6
6
|
export * from "./CreateBotCommand";
|
|
7
7
|
export * from "./CreateBotLocaleCommand";
|
|
8
|
+
export * from "./CreateBotReplicaCommand";
|
|
8
9
|
export * from "./CreateBotVersionCommand";
|
|
9
10
|
export * from "./CreateExportCommand";
|
|
10
11
|
export * from "./CreateIntentCommand";
|
|
@@ -17,6 +18,7 @@ export * from "./CreateUploadUrlCommand";
|
|
|
17
18
|
export * from "./DeleteBotAliasCommand";
|
|
18
19
|
export * from "./DeleteBotCommand";
|
|
19
20
|
export * from "./DeleteBotLocaleCommand";
|
|
21
|
+
export * from "./DeleteBotReplicaCommand";
|
|
20
22
|
export * from "./DeleteBotVersionCommand";
|
|
21
23
|
export * from "./DeleteCustomVocabularyCommand";
|
|
22
24
|
export * from "./DeleteExportCommand";
|
|
@@ -32,6 +34,7 @@ export * from "./DescribeBotAliasCommand";
|
|
|
32
34
|
export * from "./DescribeBotCommand";
|
|
33
35
|
export * from "./DescribeBotLocaleCommand";
|
|
34
36
|
export * from "./DescribeBotRecommendationCommand";
|
|
37
|
+
export * from "./DescribeBotReplicaCommand";
|
|
35
38
|
export * from "./DescribeBotResourceGenerationCommand";
|
|
36
39
|
export * from "./DescribeBotVersionCommand";
|
|
37
40
|
export * from "./DescribeCustomVocabularyMetadataCommand";
|
|
@@ -48,10 +51,13 @@ export * from "./DescribeTestSetGenerationCommand";
|
|
|
48
51
|
export * from "./GenerateBotElementCommand";
|
|
49
52
|
export * from "./GetTestExecutionArtifactsUrlCommand";
|
|
50
53
|
export * from "./ListAggregatedUtterancesCommand";
|
|
54
|
+
export * from "./ListBotAliasReplicasCommand";
|
|
51
55
|
export * from "./ListBotAliasesCommand";
|
|
52
56
|
export * from "./ListBotLocalesCommand";
|
|
53
57
|
export * from "./ListBotRecommendationsCommand";
|
|
58
|
+
export * from "./ListBotReplicasCommand";
|
|
54
59
|
export * from "./ListBotResourceGenerationsCommand";
|
|
60
|
+
export * from "./ListBotVersionReplicasCommand";
|
|
55
61
|
export * from "./ListBotVersionsCommand";
|
|
56
62
|
export * from "./ListBotsCommand";
|
|
57
63
|
export * from "./ListBuiltInIntentsCommand";
|
|
@@ -552,6 +552,23 @@ export interface BotAliasLocaleSettings {
|
|
|
552
552
|
enabled: boolean | undefined;
|
|
553
553
|
codeHookSpecification?: CodeHookSpecification;
|
|
554
554
|
}
|
|
555
|
+
export declare const BotAliasReplicationStatus: {
|
|
556
|
+
readonly Available: "Available";
|
|
557
|
+
readonly Creating: "Creating";
|
|
558
|
+
readonly Deleting: "Deleting";
|
|
559
|
+
readonly Failed: "Failed";
|
|
560
|
+
readonly Updating: "Updating";
|
|
561
|
+
};
|
|
562
|
+
export type BotAliasReplicationStatus =
|
|
563
|
+
(typeof BotAliasReplicationStatus)[keyof typeof BotAliasReplicationStatus];
|
|
564
|
+
export interface BotAliasReplicaSummary {
|
|
565
|
+
botAliasId?: string;
|
|
566
|
+
botAliasReplicationStatus?: BotAliasReplicationStatus;
|
|
567
|
+
botVersion?: string;
|
|
568
|
+
creationDateTime?: Date;
|
|
569
|
+
lastUpdatedDateTime?: Date;
|
|
570
|
+
failureReasons?: string[];
|
|
571
|
+
}
|
|
555
572
|
export declare const BotAliasStatus: {
|
|
556
573
|
readonly Available: "Available";
|
|
557
574
|
readonly Creating: "Creating";
|
|
@@ -718,6 +735,20 @@ export interface BotRecommendationSummary {
|
|
|
718
735
|
creationDateTime?: Date;
|
|
719
736
|
lastUpdatedDateTime?: Date;
|
|
720
737
|
}
|
|
738
|
+
export declare const BotReplicaStatus: {
|
|
739
|
+
readonly Deleting: "Deleting";
|
|
740
|
+
readonly Enabled: "Enabled";
|
|
741
|
+
readonly Enabling: "Enabling";
|
|
742
|
+
readonly Failed: "Failed";
|
|
743
|
+
};
|
|
744
|
+
export type BotReplicaStatus =
|
|
745
|
+
(typeof BotReplicaStatus)[keyof typeof BotReplicaStatus];
|
|
746
|
+
export interface BotReplicaSummary {
|
|
747
|
+
replicaRegion?: string;
|
|
748
|
+
creationDateTime?: Date;
|
|
749
|
+
botReplicaStatus?: BotReplicaStatus;
|
|
750
|
+
failureReasons?: string[];
|
|
751
|
+
}
|
|
721
752
|
export declare const BotSortAttribute: {
|
|
722
753
|
readonly BotName: "BotName";
|
|
723
754
|
};
|
|
@@ -755,6 +786,29 @@ export interface BotSummary {
|
|
|
755
786
|
export interface BotVersionLocaleDetails {
|
|
756
787
|
sourceBotVersion: string | undefined;
|
|
757
788
|
}
|
|
789
|
+
export declare const BotVersionReplicaSortAttribute: {
|
|
790
|
+
readonly BotVersion: "BotVersion";
|
|
791
|
+
};
|
|
792
|
+
export type BotVersionReplicaSortAttribute =
|
|
793
|
+
(typeof BotVersionReplicaSortAttribute)[keyof typeof BotVersionReplicaSortAttribute];
|
|
794
|
+
export interface BotVersionReplicaSortBy {
|
|
795
|
+
attribute: BotVersionReplicaSortAttribute | undefined;
|
|
796
|
+
order: SortOrder | undefined;
|
|
797
|
+
}
|
|
798
|
+
export declare const BotVersionReplicationStatus: {
|
|
799
|
+
readonly Available: "Available";
|
|
800
|
+
readonly Creating: "Creating";
|
|
801
|
+
readonly Deleting: "Deleting";
|
|
802
|
+
readonly Failed: "Failed";
|
|
803
|
+
};
|
|
804
|
+
export type BotVersionReplicationStatus =
|
|
805
|
+
(typeof BotVersionReplicationStatus)[keyof typeof BotVersionReplicationStatus];
|
|
806
|
+
export interface BotVersionReplicaSummary {
|
|
807
|
+
botVersion?: string;
|
|
808
|
+
botVersionReplicationStatus?: BotVersionReplicationStatus;
|
|
809
|
+
creationDateTime?: Date;
|
|
810
|
+
failureReasons?: string[];
|
|
811
|
+
}
|
|
758
812
|
export declare const BotVersionSortAttribute: {
|
|
759
813
|
readonly BotVersion: "BotVersion";
|
|
760
814
|
};
|
|
@@ -1062,6 +1116,17 @@ export interface CreateBotLocaleResponse {
|
|
|
1062
1116
|
creationDateTime?: Date;
|
|
1063
1117
|
generativeAISettings?: GenerativeAISettings;
|
|
1064
1118
|
}
|
|
1119
|
+
export interface CreateBotReplicaRequest {
|
|
1120
|
+
botId: string | undefined;
|
|
1121
|
+
replicaRegion: string | undefined;
|
|
1122
|
+
}
|
|
1123
|
+
export interface CreateBotReplicaResponse {
|
|
1124
|
+
botId?: string;
|
|
1125
|
+
replicaRegion?: string;
|
|
1126
|
+
sourceRegion?: string;
|
|
1127
|
+
creationDateTime?: Date;
|
|
1128
|
+
botReplicaStatus?: BotReplicaStatus;
|
|
1129
|
+
}
|
|
1065
1130
|
export interface CreateBotVersionRequest {
|
|
1066
1131
|
botId: string | undefined;
|
|
1067
1132
|
description?: string;
|
|
@@ -1407,6 +1472,15 @@ export interface DeleteBotLocaleResponse {
|
|
|
1407
1472
|
localeId?: string;
|
|
1408
1473
|
botLocaleStatus?: BotLocaleStatus;
|
|
1409
1474
|
}
|
|
1475
|
+
export interface DeleteBotReplicaRequest {
|
|
1476
|
+
botId: string | undefined;
|
|
1477
|
+
replicaRegion: string | undefined;
|
|
1478
|
+
}
|
|
1479
|
+
export interface DeleteBotReplicaResponse {
|
|
1480
|
+
botId?: string;
|
|
1481
|
+
replicaRegion?: string;
|
|
1482
|
+
botReplicaStatus?: BotReplicaStatus;
|
|
1483
|
+
}
|
|
1410
1484
|
export interface DeleteBotVersionRequest {
|
|
1411
1485
|
botId: string | undefined;
|
|
1412
1486
|
botVersion: string | undefined;
|
|
@@ -1594,105 +1668,9 @@ export interface S3BucketTranscriptSource {
|
|
|
1594
1668
|
export interface TranscriptSourceSetting {
|
|
1595
1669
|
s3BucketTranscriptSource?: S3BucketTranscriptSource;
|
|
1596
1670
|
}
|
|
1597
|
-
export interface DescribeBotRecommendationResponse {
|
|
1598
|
-
botId?: string;
|
|
1599
|
-
botVersion?: string;
|
|
1600
|
-
localeId?: string;
|
|
1601
|
-
botRecommendationStatus?: BotRecommendationStatus;
|
|
1602
|
-
botRecommendationId?: string;
|
|
1603
|
-
failureReasons?: string[];
|
|
1604
|
-
creationDateTime?: Date;
|
|
1605
|
-
lastUpdatedDateTime?: Date;
|
|
1606
|
-
transcriptSourceSetting?: TranscriptSourceSetting;
|
|
1607
|
-
encryptionSetting?: EncryptionSetting;
|
|
1608
|
-
botRecommendationResults?: BotRecommendationResults;
|
|
1609
|
-
}
|
|
1610
|
-
export interface DescribeBotResourceGenerationRequest {
|
|
1611
|
-
botId: string | undefined;
|
|
1612
|
-
botVersion: string | undefined;
|
|
1613
|
-
localeId: string | undefined;
|
|
1614
|
-
generationId: string | undefined;
|
|
1615
|
-
}
|
|
1616
|
-
export declare const GenerationStatus: {
|
|
1617
|
-
readonly Complete: "Complete";
|
|
1618
|
-
readonly Failed: "Failed";
|
|
1619
|
-
readonly InProgress: "InProgress";
|
|
1620
|
-
};
|
|
1621
|
-
export type GenerationStatus =
|
|
1622
|
-
(typeof GenerationStatus)[keyof typeof GenerationStatus];
|
|
1623
|
-
export interface DescribeBotResourceGenerationResponse {
|
|
1624
|
-
botId?: string;
|
|
1625
|
-
botVersion?: string;
|
|
1626
|
-
localeId?: string;
|
|
1627
|
-
generationId?: string;
|
|
1628
|
-
failureReasons?: string[];
|
|
1629
|
-
generationStatus?: GenerationStatus;
|
|
1630
|
-
generationInputPrompt?: string;
|
|
1631
|
-
generatedBotLocaleUrl?: string;
|
|
1632
|
-
creationDateTime?: Date;
|
|
1633
|
-
modelArn?: string;
|
|
1634
|
-
lastUpdatedDateTime?: Date;
|
|
1635
|
-
}
|
|
1636
|
-
export interface DescribeBotVersionRequest {
|
|
1637
|
-
botId: string | undefined;
|
|
1638
|
-
botVersion: string | undefined;
|
|
1639
|
-
}
|
|
1640
|
-
export interface DescribeBotVersionResponse {
|
|
1641
|
-
botId?: string;
|
|
1642
|
-
botName?: string;
|
|
1643
|
-
botVersion?: string;
|
|
1644
|
-
description?: string;
|
|
1645
|
-
roleArn?: string;
|
|
1646
|
-
dataPrivacy?: DataPrivacy;
|
|
1647
|
-
idleSessionTTLInSeconds?: number;
|
|
1648
|
-
botStatus?: BotStatus;
|
|
1649
|
-
failureReasons?: string[];
|
|
1650
|
-
creationDateTime?: Date;
|
|
1651
|
-
parentBotNetworks?: ParentBotNetwork[];
|
|
1652
|
-
botType?: BotType;
|
|
1653
|
-
botMembers?: BotMember[];
|
|
1654
|
-
}
|
|
1655
|
-
export interface DescribeCustomVocabularyMetadataRequest {
|
|
1656
|
-
botId: string | undefined;
|
|
1657
|
-
botVersion: string | undefined;
|
|
1658
|
-
localeId: string | undefined;
|
|
1659
|
-
}
|
|
1660
|
-
export interface DescribeCustomVocabularyMetadataResponse {
|
|
1661
|
-
botId?: string;
|
|
1662
|
-
botVersion?: string;
|
|
1663
|
-
localeId?: string;
|
|
1664
|
-
customVocabularyStatus?: CustomVocabularyStatus;
|
|
1665
|
-
creationDateTime?: Date;
|
|
1666
|
-
lastUpdatedDateTime?: Date;
|
|
1667
|
-
}
|
|
1668
|
-
export interface DescribeExportRequest {
|
|
1669
|
-
exportId: string | undefined;
|
|
1670
|
-
}
|
|
1671
|
-
export interface DescribeExportResponse {
|
|
1672
|
-
exportId?: string;
|
|
1673
|
-
resourceSpecification?: ExportResourceSpecification;
|
|
1674
|
-
fileFormat?: ImportExportFileFormat;
|
|
1675
|
-
exportStatus?: ExportStatus;
|
|
1676
|
-
failureReasons?: string[];
|
|
1677
|
-
downloadUrl?: string;
|
|
1678
|
-
creationDateTime?: Date;
|
|
1679
|
-
lastUpdatedDateTime?: Date;
|
|
1680
|
-
}
|
|
1681
|
-
export interface DescribeImportRequest {
|
|
1682
|
-
importId: string | undefined;
|
|
1683
|
-
}
|
|
1684
|
-
export declare const MergeStrategy: {
|
|
1685
|
-
readonly Append: "Append";
|
|
1686
|
-
readonly FailOnConflict: "FailOnConflict";
|
|
1687
|
-
readonly Overwrite: "Overwrite";
|
|
1688
|
-
};
|
|
1689
|
-
export type MergeStrategy = (typeof MergeStrategy)[keyof typeof MergeStrategy];
|
|
1690
1671
|
export declare const CreateExportRequestFilterSensitiveLog: (
|
|
1691
1672
|
obj: CreateExportRequest
|
|
1692
1673
|
) => any;
|
|
1693
1674
|
export declare const EncryptionSettingFilterSensitiveLog: (
|
|
1694
1675
|
obj: EncryptionSetting
|
|
1695
1676
|
) => any;
|
|
1696
|
-
export declare const DescribeBotRecommendationResponseFilterSensitiveLog: (
|
|
1697
|
-
obj: DescribeBotRecommendationResponse
|
|
1698
|
-
) => any;
|
|
@@ -32,6 +32,7 @@ import {
|
|
|
32
32
|
AssociatedTranscript,
|
|
33
33
|
AssociatedTranscriptFilter,
|
|
34
34
|
BotAliasLocaleSettings,
|
|
35
|
+
BotAliasReplicaSummary,
|
|
35
36
|
BotAliasStatus,
|
|
36
37
|
BotAliasSummary,
|
|
37
38
|
BotAliasTestExecutionTarget,
|
|
@@ -43,12 +44,17 @@ import {
|
|
|
43
44
|
BotLocaleStatus,
|
|
44
45
|
BotLocaleSummary,
|
|
45
46
|
BotMember,
|
|
47
|
+
BotRecommendationResults,
|
|
46
48
|
BotRecommendationStatus,
|
|
47
49
|
BotRecommendationSummary,
|
|
50
|
+
BotReplicaStatus,
|
|
51
|
+
BotReplicaSummary,
|
|
48
52
|
BotSortBy,
|
|
49
53
|
BotStatus,
|
|
50
54
|
BotSummary,
|
|
51
55
|
BotType,
|
|
56
|
+
BotVersionReplicaSortBy,
|
|
57
|
+
BotVersionReplicaSummary,
|
|
52
58
|
BotVersionSortBy,
|
|
53
59
|
BotVersionSummary,
|
|
54
60
|
BuiltInIntentSortBy,
|
|
@@ -65,6 +71,7 @@ import {
|
|
|
65
71
|
ConversationLogSettings,
|
|
66
72
|
CustomVocabularyImportSpecification,
|
|
67
73
|
CustomVocabularyItem,
|
|
74
|
+
CustomVocabularyStatus,
|
|
68
75
|
DataPrivacy,
|
|
69
76
|
DialogAction,
|
|
70
77
|
DialogCodeHookSettings,
|
|
@@ -75,17 +82,16 @@ import {
|
|
|
75
82
|
ExportStatus,
|
|
76
83
|
ExternalSourceSetting,
|
|
77
84
|
FulfillmentUpdatesSpecification,
|
|
78
|
-
GenerationStatus,
|
|
79
85
|
GenerativeAISettings,
|
|
80
86
|
ImageResponseCard,
|
|
81
87
|
ImportExportFileFormat,
|
|
82
88
|
ImportStatus,
|
|
83
89
|
InputContext,
|
|
84
90
|
KendraConfiguration,
|
|
85
|
-
MergeStrategy,
|
|
86
91
|
MultipleValuesSetting,
|
|
87
92
|
ObfuscationSetting,
|
|
88
93
|
OutputContext,
|
|
94
|
+
ParentBotNetwork,
|
|
89
95
|
PromptSpecification,
|
|
90
96
|
ResponseSpecification,
|
|
91
97
|
SampleUtterance,
|
|
@@ -105,6 +111,111 @@ import {
|
|
|
105
111
|
VoiceSettings,
|
|
106
112
|
WaitAndContinueSpecification,
|
|
107
113
|
} from "./models_0";
|
|
114
|
+
export interface DescribeBotRecommendationResponse {
|
|
115
|
+
botId?: string;
|
|
116
|
+
botVersion?: string;
|
|
117
|
+
localeId?: string;
|
|
118
|
+
botRecommendationStatus?: BotRecommendationStatus;
|
|
119
|
+
botRecommendationId?: string;
|
|
120
|
+
failureReasons?: string[];
|
|
121
|
+
creationDateTime?: Date;
|
|
122
|
+
lastUpdatedDateTime?: Date;
|
|
123
|
+
transcriptSourceSetting?: TranscriptSourceSetting;
|
|
124
|
+
encryptionSetting?: EncryptionSetting;
|
|
125
|
+
botRecommendationResults?: BotRecommendationResults;
|
|
126
|
+
}
|
|
127
|
+
export interface DescribeBotReplicaRequest {
|
|
128
|
+
botId: string | undefined;
|
|
129
|
+
replicaRegion: string | undefined;
|
|
130
|
+
}
|
|
131
|
+
export interface DescribeBotReplicaResponse {
|
|
132
|
+
botId?: string;
|
|
133
|
+
replicaRegion?: string;
|
|
134
|
+
sourceRegion?: string;
|
|
135
|
+
creationDateTime?: Date;
|
|
136
|
+
botReplicaStatus?: BotReplicaStatus;
|
|
137
|
+
failureReasons?: string[];
|
|
138
|
+
}
|
|
139
|
+
export interface DescribeBotResourceGenerationRequest {
|
|
140
|
+
botId: string | undefined;
|
|
141
|
+
botVersion: string | undefined;
|
|
142
|
+
localeId: string | undefined;
|
|
143
|
+
generationId: string | undefined;
|
|
144
|
+
}
|
|
145
|
+
export declare const GenerationStatus: {
|
|
146
|
+
readonly Complete: "Complete";
|
|
147
|
+
readonly Failed: "Failed";
|
|
148
|
+
readonly InProgress: "InProgress";
|
|
149
|
+
};
|
|
150
|
+
export type GenerationStatus =
|
|
151
|
+
(typeof GenerationStatus)[keyof typeof GenerationStatus];
|
|
152
|
+
export interface DescribeBotResourceGenerationResponse {
|
|
153
|
+
botId?: string;
|
|
154
|
+
botVersion?: string;
|
|
155
|
+
localeId?: string;
|
|
156
|
+
generationId?: string;
|
|
157
|
+
failureReasons?: string[];
|
|
158
|
+
generationStatus?: GenerationStatus;
|
|
159
|
+
generationInputPrompt?: string;
|
|
160
|
+
generatedBotLocaleUrl?: string;
|
|
161
|
+
creationDateTime?: Date;
|
|
162
|
+
modelArn?: string;
|
|
163
|
+
lastUpdatedDateTime?: Date;
|
|
164
|
+
}
|
|
165
|
+
export interface DescribeBotVersionRequest {
|
|
166
|
+
botId: string | undefined;
|
|
167
|
+
botVersion: string | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface DescribeBotVersionResponse {
|
|
170
|
+
botId?: string;
|
|
171
|
+
botName?: string;
|
|
172
|
+
botVersion?: string;
|
|
173
|
+
description?: string;
|
|
174
|
+
roleArn?: string;
|
|
175
|
+
dataPrivacy?: DataPrivacy;
|
|
176
|
+
idleSessionTTLInSeconds?: number;
|
|
177
|
+
botStatus?: BotStatus;
|
|
178
|
+
failureReasons?: string[];
|
|
179
|
+
creationDateTime?: Date;
|
|
180
|
+
parentBotNetworks?: ParentBotNetwork[];
|
|
181
|
+
botType?: BotType;
|
|
182
|
+
botMembers?: BotMember[];
|
|
183
|
+
}
|
|
184
|
+
export interface DescribeCustomVocabularyMetadataRequest {
|
|
185
|
+
botId: string | undefined;
|
|
186
|
+
botVersion: string | undefined;
|
|
187
|
+
localeId: string | undefined;
|
|
188
|
+
}
|
|
189
|
+
export interface DescribeCustomVocabularyMetadataResponse {
|
|
190
|
+
botId?: string;
|
|
191
|
+
botVersion?: string;
|
|
192
|
+
localeId?: string;
|
|
193
|
+
customVocabularyStatus?: CustomVocabularyStatus;
|
|
194
|
+
creationDateTime?: Date;
|
|
195
|
+
lastUpdatedDateTime?: Date;
|
|
196
|
+
}
|
|
197
|
+
export interface DescribeExportRequest {
|
|
198
|
+
exportId: string | undefined;
|
|
199
|
+
}
|
|
200
|
+
export interface DescribeExportResponse {
|
|
201
|
+
exportId?: string;
|
|
202
|
+
resourceSpecification?: ExportResourceSpecification;
|
|
203
|
+
fileFormat?: ImportExportFileFormat;
|
|
204
|
+
exportStatus?: ExportStatus;
|
|
205
|
+
failureReasons?: string[];
|
|
206
|
+
downloadUrl?: string;
|
|
207
|
+
creationDateTime?: Date;
|
|
208
|
+
lastUpdatedDateTime?: Date;
|
|
209
|
+
}
|
|
210
|
+
export interface DescribeImportRequest {
|
|
211
|
+
importId: string | undefined;
|
|
212
|
+
}
|
|
213
|
+
export declare const MergeStrategy: {
|
|
214
|
+
readonly Append: "Append";
|
|
215
|
+
readonly FailOnConflict: "FailOnConflict";
|
|
216
|
+
readonly Overwrite: "Overwrite";
|
|
217
|
+
};
|
|
218
|
+
export type MergeStrategy = (typeof MergeStrategy)[keyof typeof MergeStrategy];
|
|
108
219
|
export interface TestSetImportInputLocation {
|
|
109
220
|
s3BucketName: string | undefined;
|
|
110
221
|
s3Path: string | undefined;
|
|
@@ -563,6 +674,19 @@ export interface ListBotAliasesResponse {
|
|
|
563
674
|
nextToken?: string;
|
|
564
675
|
botId?: string;
|
|
565
676
|
}
|
|
677
|
+
export interface ListBotAliasReplicasRequest {
|
|
678
|
+
botId: string | undefined;
|
|
679
|
+
replicaRegion: string | undefined;
|
|
680
|
+
maxResults?: number;
|
|
681
|
+
nextToken?: string;
|
|
682
|
+
}
|
|
683
|
+
export interface ListBotAliasReplicasResponse {
|
|
684
|
+
botId?: string;
|
|
685
|
+
sourceRegion?: string;
|
|
686
|
+
replicaRegion?: string;
|
|
687
|
+
botAliasReplicaSummaries?: BotAliasReplicaSummary[];
|
|
688
|
+
nextToken?: string;
|
|
689
|
+
}
|
|
566
690
|
export interface ListBotLocalesRequest {
|
|
567
691
|
botId: string | undefined;
|
|
568
692
|
botVersion: string | undefined;
|
|
@@ -591,6 +715,14 @@ export interface ListBotRecommendationsResponse {
|
|
|
591
715
|
botRecommendationSummaries?: BotRecommendationSummary[];
|
|
592
716
|
nextToken?: string;
|
|
593
717
|
}
|
|
718
|
+
export interface ListBotReplicasRequest {
|
|
719
|
+
botId: string | undefined;
|
|
720
|
+
}
|
|
721
|
+
export interface ListBotReplicasResponse {
|
|
722
|
+
botId?: string;
|
|
723
|
+
sourceRegion?: string;
|
|
724
|
+
botReplicaSummaries?: BotReplicaSummary[];
|
|
725
|
+
}
|
|
594
726
|
export interface ListBotResourceGenerationsRequest {
|
|
595
727
|
botId: string | undefined;
|
|
596
728
|
botVersion: string | undefined;
|
|
@@ -616,6 +748,20 @@ export interface ListBotsResponse {
|
|
|
616
748
|
botSummaries?: BotSummary[];
|
|
617
749
|
nextToken?: string;
|
|
618
750
|
}
|
|
751
|
+
export interface ListBotVersionReplicasRequest {
|
|
752
|
+
botId: string | undefined;
|
|
753
|
+
replicaRegion: string | undefined;
|
|
754
|
+
maxResults?: number;
|
|
755
|
+
nextToken?: string;
|
|
756
|
+
sortBy?: BotVersionReplicaSortBy;
|
|
757
|
+
}
|
|
758
|
+
export interface ListBotVersionReplicasResponse {
|
|
759
|
+
botId?: string;
|
|
760
|
+
sourceRegion?: string;
|
|
761
|
+
replicaRegion?: string;
|
|
762
|
+
botVersionReplicaSummaries?: BotVersionReplicaSummary[];
|
|
763
|
+
nextToken?: string;
|
|
764
|
+
}
|
|
619
765
|
export interface ListBotVersionsRequest {
|
|
620
766
|
botId: string | undefined;
|
|
621
767
|
sortBy?: BotVersionSortBy;
|
|
@@ -1762,6 +1908,9 @@ export interface UpdateIntentResponse {
|
|
|
1762
1908
|
lastUpdatedDateTime?: Date;
|
|
1763
1909
|
initialResponseSetting?: InitialResponseSetting;
|
|
1764
1910
|
}
|
|
1911
|
+
export declare const DescribeBotRecommendationResponseFilterSensitiveLog: (
|
|
1912
|
+
obj: DescribeBotRecommendationResponse
|
|
1913
|
+
) => any;
|
|
1765
1914
|
export declare const StartBotRecommendationRequestFilterSensitiveLog: (
|
|
1766
1915
|
obj: StartBotRecommendationRequest
|
|
1767
1916
|
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBotAliasReplicasCommandInput,
|
|
4
|
+
ListBotAliasReplicasCommandOutput,
|
|
5
|
+
} from "../commands/ListBotAliasReplicasCommand";
|
|
6
|
+
import { LexModelsV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListBotAliasReplicas: (
|
|
8
|
+
config: LexModelsV2PaginationConfiguration,
|
|
9
|
+
input: ListBotAliasReplicasCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListBotAliasReplicasCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListBotVersionReplicasCommandInput,
|
|
4
|
+
ListBotVersionReplicasCommandOutput,
|
|
5
|
+
} from "../commands/ListBotVersionReplicasCommand";
|
|
6
|
+
import { LexModelsV2PaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListBotVersionReplicas: (
|
|
8
|
+
config: LexModelsV2PaginationConfiguration,
|
|
9
|
+
input: ListBotVersionReplicasCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => 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";
|