@aws-sdk/client-lex-model-building-service 3.1041.0 → 3.1043.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-types/commands/CreateBotVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateIntentVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBotCommand.d.ts +2 -0
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIntentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIntentVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +2 -0
- package/dist-types/commands/GetBotAliasCommand.d.ts +2 -0
- package/dist-types/commands/GetBotAliasesCommand.d.ts +2 -0
- package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +2 -0
- package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/GetBotCommand.d.ts +2 -0
- package/dist-types/commands/GetBotVersionsCommand.d.ts +2 -0
- package/dist-types/commands/GetBotsCommand.d.ts +2 -0
- package/dist-types/commands/GetBuiltinIntentCommand.d.ts +2 -0
- package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +2 -0
- package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +2 -0
- package/dist-types/commands/GetExportCommand.d.ts +2 -0
- package/dist-types/commands/GetImportCommand.d.ts +2 -0
- package/dist-types/commands/GetIntentCommand.d.ts +2 -0
- package/dist-types/commands/GetIntentVersionsCommand.d.ts +2 -0
- package/dist-types/commands/GetIntentsCommand.d.ts +2 -0
- package/dist-types/commands/GetMigrationCommand.d.ts +2 -0
- package/dist-types/commands/GetMigrationsCommand.d.ts +2 -0
- package/dist-types/commands/GetSlotTypeCommand.d.ts +2 -0
- package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +2 -0
- package/dist-types/commands/GetSlotTypesCommand.d.ts +2 -0
- package/dist-types/commands/GetUtterancesViewCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutBotAliasCommand.d.ts +2 -0
- package/dist-types/commands/PutBotCommand.d.ts +2 -0
- package/dist-types/commands/PutIntentCommand.d.ts +2 -0
- package/dist-types/commands/PutSlotTypeCommand.d.ts +2 -0
- package/dist-types/commands/StartImportCommand.d.ts +2 -0
- package/dist-types/commands/StartMigrationCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +75 -0
- package/package.json +1 -1
|
@@ -40,6 +40,8 @@ declare const CreateBotVersionCommand_base: {
|
|
|
40
40
|
* to 1. Subsequent versions increment by 1. For more information, see <a>versioning-intro</a>. </p>
|
|
41
41
|
* <p> This operation requires permission for the
|
|
42
42
|
* <code>lex:CreateBotVersion</code> action. </p>
|
|
43
|
+
*
|
|
44
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
43
45
|
* @example
|
|
44
46
|
* Use a bare-bones client and the command you need to make an API call.
|
|
45
47
|
* ```javascript
|
|
@@ -41,6 +41,8 @@ declare const CreateIntentVersionCommand_base: {
|
|
|
41
41
|
* 1. Subsequent versions increment by 1. For more information, see <a>versioning-intro</a>. </p>
|
|
42
42
|
* <p>This operation requires permissions to perform the
|
|
43
43
|
* <code>lex:CreateIntentVersion</code> action. </p>
|
|
44
|
+
*
|
|
45
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
44
46
|
* @example
|
|
45
47
|
* Use a bare-bones client and the command you need to make an API call.
|
|
46
48
|
* ```javascript
|
|
@@ -41,6 +41,8 @@ declare const CreateSlotTypeVersionCommand_base: {
|
|
|
41
41
|
* 1. Subsequent versions increment by 1. For more information, see <a>versioning-intro</a>. </p>
|
|
42
42
|
* <p>This operation requires permissions for the
|
|
43
43
|
* <code>lex:CreateSlotTypeVersion</code> action.</p>
|
|
44
|
+
*
|
|
45
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
44
46
|
* @example
|
|
45
47
|
* Use a bare-bones client and the command you need to make an API call.
|
|
46
48
|
* ```javascript
|
|
@@ -36,6 +36,8 @@ declare const DeleteBotAliasCommand_base: {
|
|
|
36
36
|
* reference to the alias by deleting the channel association. If you get the
|
|
37
37
|
* same exception again, delete the referring association until the
|
|
38
38
|
* <code>DeleteBotAlias</code> operation is successful.</p>
|
|
39
|
+
*
|
|
40
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
39
41
|
* @example
|
|
40
42
|
* Use a bare-bones client and the command you need to make an API call.
|
|
41
43
|
* ```javascript
|
|
@@ -31,6 +31,8 @@ declare const DeleteBotChannelAssociationCommand_base: {
|
|
|
31
31
|
* platform.</p>
|
|
32
32
|
* <p>This operation requires permission for the
|
|
33
33
|
* <code>lex:DeleteBotChannelAssociation</code> action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -43,6 +43,8 @@ declare const DeleteBotCommand_base: {
|
|
|
43
43
|
* successful.</p>
|
|
44
44
|
* <p>This operation requires permissions for the
|
|
45
45
|
* <code>lex:DeleteBot</code> action.</p>
|
|
46
|
+
*
|
|
47
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
46
48
|
* @example
|
|
47
49
|
* Use a bare-bones client and the command you need to make an API call.
|
|
48
50
|
* ```javascript
|
|
@@ -31,6 +31,8 @@ declare const DeleteBotVersionCommand_base: {
|
|
|
31
31
|
* bot, use the <a>DeleteBot</a> operation. </p>
|
|
32
32
|
* <p>This operation requires permissions for the
|
|
33
33
|
* <code>lex:DeleteBotVersion</code> action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -44,6 +44,8 @@ declare const DeleteIntentCommand_base: {
|
|
|
44
44
|
* </note>
|
|
45
45
|
* <p> This operation requires permission for the
|
|
46
46
|
* <code>lex:DeleteIntent</code> action. </p>
|
|
47
|
+
*
|
|
48
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
47
49
|
* @example
|
|
48
50
|
* Use a bare-bones client and the command you need to make an API call.
|
|
49
51
|
* ```javascript
|
|
@@ -31,6 +31,8 @@ declare const DeleteIntentVersionCommand_base: {
|
|
|
31
31
|
* a intent, use the <a>DeleteIntent</a> operation. </p>
|
|
32
32
|
* <p>This operation requires permissions for the
|
|
33
33
|
* <code>lex:DeleteIntentVersion</code> action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -44,6 +44,8 @@ declare const DeleteSlotTypeCommand_base: {
|
|
|
44
44
|
* </note>
|
|
45
45
|
* <p>This operation requires permission for the
|
|
46
46
|
* <code>lex:DeleteSlotType</code> action.</p>
|
|
47
|
+
*
|
|
48
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
47
49
|
* @example
|
|
48
50
|
* Use a bare-bones client and the command you need to make an API call.
|
|
49
51
|
* ```javascript
|
|
@@ -31,6 +31,8 @@ declare const DeleteSlotTypeVersionCommand_base: {
|
|
|
31
31
|
* of a slot type, use the <a>DeleteSlotType</a> operation. </p>
|
|
32
32
|
* <p>This operation requires permissions for the
|
|
33
33
|
* <code>lex:DeleteSlotTypeVersion</code> action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -39,6 +39,8 @@ declare const DeleteUtterancesCommand_base: {
|
|
|
39
39
|
* operation are deleted after 15 days.</p>
|
|
40
40
|
* <p>This operation requires permissions for the
|
|
41
41
|
* <code>lex:DeleteUtterances</code> action.</p>
|
|
42
|
+
*
|
|
43
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
42
44
|
* @example
|
|
43
45
|
* Use a bare-bones client and the command you need to make an API call.
|
|
44
46
|
* ```javascript
|
|
@@ -31,6 +31,8 @@ declare const GetBotAliasCommand_base: {
|
|
|
31
31
|
* about aliases, see <a>versioning-aliases</a>.</p>
|
|
32
32
|
* <p>This operation requires permissions for the
|
|
33
33
|
* <code>lex:GetBotAlias</code> action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -30,6 +30,8 @@ declare const GetBotAliasesCommand_base: {
|
|
|
30
30
|
* <p>Returns a list of aliases for a specified Amazon Lex bot.</p>
|
|
31
31
|
* <p>This operation requires permissions for the
|
|
32
32
|
* <code>lex:GetBotAliases</code> action.</p>
|
|
33
|
+
*
|
|
34
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
33
35
|
* @example
|
|
34
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
37
|
* ```javascript
|
|
@@ -31,6 +31,8 @@ declare const GetBotChannelAssociationCommand_base: {
|
|
|
31
31
|
* a messaging platform.</p>
|
|
32
32
|
* <p>This operation requires permissions for the
|
|
33
33
|
* <code>lex:GetBotChannelAssociation</code> action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -32,6 +32,8 @@ declare const GetBotChannelAssociationsCommand_base: {
|
|
|
32
32
|
* <p>The <code>GetBotChannelAssociations</code> operation requires
|
|
33
33
|
* permissions for the <code>lex:GetBotChannelAssociations</code>
|
|
34
34
|
* action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
35
37
|
* @example
|
|
36
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
39
|
* ```javascript
|
|
@@ -31,6 +31,8 @@ declare const GetBotCommand_base: {
|
|
|
31
31
|
* the bot name and the bot version or alias. </p>
|
|
32
32
|
* <p> This operation requires permissions for the
|
|
33
33
|
* <code>lex:GetBot</code> action. </p>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -38,6 +38,8 @@ declare const GetBotVersionsCommand_base: {
|
|
|
38
38
|
* one version, the <code>$LATEST</code> version.</p>
|
|
39
39
|
* <p>This operation requires permissions for the
|
|
40
40
|
* <code>lex:GetBotVersions</code> action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
41
43
|
* @example
|
|
42
44
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
45
|
* ```javascript
|
|
@@ -42,6 +42,8 @@ declare const GetBotsCommand_base: {
|
|
|
42
42
|
* </ul>
|
|
43
43
|
* <p>This operation requires permission for the <code>lex:GetBots</code>
|
|
44
44
|
* action.</p>
|
|
45
|
+
*
|
|
46
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
45
47
|
* @example
|
|
46
48
|
* Use a bare-bones client and the command you need to make an API call.
|
|
47
49
|
* ```javascript
|
|
@@ -30,6 +30,8 @@ declare const GetBuiltinIntentCommand_base: {
|
|
|
30
30
|
* <p>Returns information about a built-in intent.</p>
|
|
31
31
|
* <p>This operation requires permission for the
|
|
32
32
|
* <code>lex:GetBuiltinIntent</code> action.</p>
|
|
33
|
+
*
|
|
34
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
33
35
|
* @example
|
|
34
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
37
|
* ```javascript
|
|
@@ -31,6 +31,8 @@ declare const GetBuiltinIntentsCommand_base: {
|
|
|
31
31
|
* criteria.</p>
|
|
32
32
|
* <p>This operation requires permission for the
|
|
33
33
|
* <code>lex:GetBuiltinIntents</code> action.</p>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -33,6 +33,8 @@ declare const GetBuiltinSlotTypesCommand_base: {
|
|
|
33
33
|
* Kit</i>.</p>
|
|
34
34
|
* <p>This operation requires permission for the
|
|
35
35
|
* <code>lex:GetBuiltInSlotTypes</code> action.</p>
|
|
36
|
+
*
|
|
37
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
36
38
|
* @example
|
|
37
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
40
|
* ```javascript
|
|
@@ -29,6 +29,8 @@ declare const GetExportCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Exports the contents of a Amazon Lex resource in a specified format.
|
|
31
31
|
* </p>
|
|
32
|
+
*
|
|
33
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
32
34
|
* @example
|
|
33
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
36
|
* ```javascript
|
|
@@ -29,6 +29,8 @@ declare const GetImportCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Gets information about an import job started with the
|
|
31
31
|
* <code>StartImport</code> operation.</p>
|
|
32
|
+
*
|
|
33
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
32
34
|
* @example
|
|
33
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
36
|
* ```javascript
|
|
@@ -31,6 +31,8 @@ declare const GetIntentCommand_base: {
|
|
|
31
31
|
* name, you must specify the intent version. </p>
|
|
32
32
|
* <p> This operation requires permissions to perform the
|
|
33
33
|
* <code>lex:GetIntent</code> action. </p>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -38,6 +38,8 @@ declare const GetIntentVersionsCommand_base: {
|
|
|
38
38
|
* least one version, the <code>$LATEST</code> version.</p>
|
|
39
39
|
* <p>This operation requires permissions for the
|
|
40
40
|
* <code>lex:GetIntentVersions</code> action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
41
43
|
* @example
|
|
42
44
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
45
|
* ```javascript
|
|
@@ -42,6 +42,8 @@ declare const GetIntentsCommand_base: {
|
|
|
42
42
|
* </ul>
|
|
43
43
|
* <p> The operation requires permission for the
|
|
44
44
|
* <code>lex:GetIntents</code> action. </p>
|
|
45
|
+
*
|
|
46
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
45
47
|
* @example
|
|
46
48
|
* Use a bare-bones client and the command you need to make an API call.
|
|
47
49
|
* ```javascript
|
|
@@ -30,6 +30,8 @@ declare const GetMigrationCommand_base: {
|
|
|
30
30
|
* <p>Provides details about an ongoing or complete migration from an
|
|
31
31
|
* Amazon Lex V1 bot to an Amazon Lex V2 bot. Use this operation to view the migration
|
|
32
32
|
* alerts and warnings related to the migration.</p>
|
|
33
|
+
*
|
|
34
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
33
35
|
* @example
|
|
34
36
|
* Use a bare-bones client and the command you need to make an API call.
|
|
35
37
|
* ```javascript
|
|
@@ -28,6 +28,8 @@ declare const GetMigrationsCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.</p>
|
|
31
|
+
*
|
|
32
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -32,6 +32,8 @@ declare const GetSlotTypeCommand_base: {
|
|
|
32
32
|
* version.</p>
|
|
33
33
|
* <p>This operation requires permissions for the
|
|
34
34
|
* <code>lex:GetSlotType</code> action.</p>
|
|
35
|
+
*
|
|
36
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
35
37
|
* @example
|
|
36
38
|
* Use a bare-bones client and the command you need to make an API call.
|
|
37
39
|
* ```javascript
|
|
@@ -38,6 +38,8 @@ declare const GetSlotTypeVersionsCommand_base: {
|
|
|
38
38
|
* least one version, the <code>$LATEST</code> version.</p>
|
|
39
39
|
* <p>This operation requires permissions for the
|
|
40
40
|
* <code>lex:GetSlotTypeVersions</code> action.</p>
|
|
41
|
+
*
|
|
42
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
41
43
|
* @example
|
|
42
44
|
* Use a bare-bones client and the command you need to make an API call.
|
|
43
45
|
* ```javascript
|
|
@@ -42,6 +42,8 @@ declare const GetSlotTypesCommand_base: {
|
|
|
42
42
|
* </ul>
|
|
43
43
|
* <p> The operation requires permission for the
|
|
44
44
|
* <code>lex:GetSlotTypes</code> action. </p>
|
|
45
|
+
*
|
|
46
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
45
47
|
* @example
|
|
46
48
|
* Use a bare-bones client and the command you need to make an API call.
|
|
47
49
|
* ```javascript
|
|
@@ -51,6 +51,8 @@ declare const GetUtterancesViewCommand_base: {
|
|
|
51
51
|
* are not available.</p>
|
|
52
52
|
* <p>This operation requires permissions for the
|
|
53
53
|
* <code>lex:GetUtterancesView</code> action.</p>
|
|
54
|
+
*
|
|
55
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
54
56
|
* @example
|
|
55
57
|
* Use a bare-bones client and the command you need to make an API call.
|
|
56
58
|
* ```javascript
|
|
@@ -29,6 +29,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Gets a list of tags associated with the specified resource. Only bots,
|
|
31
31
|
* bot aliases, and bot channels can have tags associated with them.</p>
|
|
32
|
+
*
|
|
33
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
32
34
|
* @example
|
|
33
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
36
|
* ```javascript
|
|
@@ -33,6 +33,8 @@ declare const PutBotAliasCommand_base: {
|
|
|
33
33
|
* see <a>versioning-aliases</a>.</p>
|
|
34
34
|
* <p>This operation requires permissions for the
|
|
35
35
|
* <code>lex:PutBotAlias</code> action. </p>
|
|
36
|
+
*
|
|
37
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
36
38
|
* @example
|
|
37
39
|
* Use a bare-bones client and the command you need to make an API call.
|
|
38
40
|
* ```javascript
|
|
@@ -44,6 +44,8 @@ declare const PutBotCommand_base: {
|
|
|
44
44
|
* exception.</p>
|
|
45
45
|
* <p>This operation requires permissions for the <code>lex:PutBot</code>
|
|
46
46
|
* action. For more information, see <a>security-iam</a>.</p>
|
|
47
|
+
*
|
|
48
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
47
49
|
* @example
|
|
48
50
|
* Use a bare-bones client and the command you need to make an API call.
|
|
49
51
|
* ```javascript
|
|
@@ -84,6 +84,8 @@ declare const PutIntentCommand_base: {
|
|
|
84
84
|
* <p>For more information, see <a>how-it-works</a>.</p>
|
|
85
85
|
* <p>This operation requires permissions for the
|
|
86
86
|
* <code>lex:PutIntent</code> action.</p>
|
|
87
|
+
*
|
|
88
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
87
89
|
* @example
|
|
88
90
|
* Use a bare-bones client and the command you need to make an API call.
|
|
89
91
|
* ```javascript
|
|
@@ -42,6 +42,8 @@ declare const PutSlotTypeCommand_base: {
|
|
|
42
42
|
* <code>NOT_BUILT</code>.</p>
|
|
43
43
|
* <p>This operation requires permissions for the
|
|
44
44
|
* <code>lex:PutSlotType</code> action.</p>
|
|
45
|
+
*
|
|
46
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
45
47
|
* @example
|
|
46
48
|
* Use a bare-bones client and the command you need to make an API call.
|
|
47
49
|
* ```javascript
|
|
@@ -28,6 +28,8 @@ declare const StartImportCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Starts a job to import a resource to Amazon Lex.</p>
|
|
31
|
+
*
|
|
32
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -31,6 +31,8 @@ declare const StartMigrationCommand_base: {
|
|
|
31
31
|
* you want to take advantage of the new features of Amazon Lex V2.</p>
|
|
32
32
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/lex/latest/dg/migrate.html">Migrating a bot</a> in the <i>Amazon Lex
|
|
33
33
|
* developer guide</i>.</p>
|
|
34
|
+
*
|
|
35
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
34
36
|
* @example
|
|
35
37
|
* Use a bare-bones client and the command you need to make an API call.
|
|
36
38
|
* ```javascript
|
|
@@ -29,6 +29,8 @@ declare const TagResourceCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Adds the specified tags to the specified resource. If a tag key
|
|
31
31
|
* already exists, the existing value is replaced with the new value.</p>
|
|
32
|
+
*
|
|
33
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
32
34
|
* @example
|
|
33
35
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
36
|
* ```javascript
|
|
@@ -28,6 +28,8 @@ declare const UntagResourceCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Removes tags from a bot, bot alias or bot channel.</p>
|
|
31
|
+
*
|
|
32
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
31
33
|
* @example
|
|
32
34
|
* Use a bare-bones client and the command you need to make an API call.
|
|
33
35
|
* ```javascript
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type { ChannelStatus, ChannelType, ContentType, Destination, ExportStatus, ExportType, FulfillmentActivityType, ImportStatus, Locale, LogType, MergeStrategy, MigrationAlertType, MigrationSortAttribute, MigrationStatus, MigrationStrategy, ObfuscationSetting, ProcessBehavior, ResourceType, SlotConstraint, SlotValueSelectionStrategy, SortOrder, Status, StatusType } from "./enums";
|
|
2
2
|
/**
|
|
3
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
3
4
|
* @public
|
|
4
5
|
*/
|
|
5
6
|
export interface CreateBotVersionRequest {
|
|
@@ -109,6 +110,7 @@ export interface Intent {
|
|
|
109
110
|
intentVersion: string | undefined;
|
|
110
111
|
}
|
|
111
112
|
/**
|
|
113
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
112
114
|
* @public
|
|
113
115
|
*/
|
|
114
116
|
export interface CreateBotVersionResponse {
|
|
@@ -240,6 +242,7 @@ export interface CreateBotVersionResponse {
|
|
|
240
242
|
detectSentiment?: boolean | undefined;
|
|
241
243
|
}
|
|
242
244
|
/**
|
|
245
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
243
246
|
* @public
|
|
244
247
|
*/
|
|
245
248
|
export interface CreateIntentVersionRequest {
|
|
@@ -541,6 +544,7 @@ export interface Slot {
|
|
|
541
544
|
defaultValueSpec?: SlotDefaultValueSpec | undefined;
|
|
542
545
|
}
|
|
543
546
|
/**
|
|
547
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
544
548
|
* @public
|
|
545
549
|
*/
|
|
546
550
|
export interface CreateIntentVersionResponse {
|
|
@@ -649,6 +653,7 @@ export interface CreateIntentVersionResponse {
|
|
|
649
653
|
outputContexts?: OutputContext[] | undefined;
|
|
650
654
|
}
|
|
651
655
|
/**
|
|
656
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
652
657
|
* @public
|
|
653
658
|
*/
|
|
654
659
|
export interface CreateSlotTypeVersionRequest {
|
|
@@ -748,6 +753,7 @@ export interface SlotTypeConfiguration {
|
|
|
748
753
|
regexConfiguration?: SlotTypeRegexConfiguration | undefined;
|
|
749
754
|
}
|
|
750
755
|
/**
|
|
756
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
751
757
|
* @public
|
|
752
758
|
*/
|
|
753
759
|
export interface CreateSlotTypeVersionResponse {
|
|
@@ -808,6 +814,7 @@ export interface CreateSlotTypeVersionResponse {
|
|
|
808
814
|
slotTypeConfigurations?: SlotTypeConfiguration[] | undefined;
|
|
809
815
|
}
|
|
810
816
|
/**
|
|
817
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
811
818
|
* @public
|
|
812
819
|
*/
|
|
813
820
|
export interface DeleteBotRequest {
|
|
@@ -838,6 +845,7 @@ export interface ResourceReference {
|
|
|
838
845
|
version?: string | undefined;
|
|
839
846
|
}
|
|
840
847
|
/**
|
|
848
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
841
849
|
* @public
|
|
842
850
|
*/
|
|
843
851
|
export interface DeleteBotAliasRequest {
|
|
@@ -854,6 +862,7 @@ export interface DeleteBotAliasRequest {
|
|
|
854
862
|
botName: string | undefined;
|
|
855
863
|
}
|
|
856
864
|
/**
|
|
865
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
857
866
|
* @public
|
|
858
867
|
*/
|
|
859
868
|
export interface DeleteBotChannelAssociationRequest {
|
|
@@ -875,6 +884,7 @@ export interface DeleteBotChannelAssociationRequest {
|
|
|
875
884
|
botAlias: string | undefined;
|
|
876
885
|
}
|
|
877
886
|
/**
|
|
887
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
878
888
|
* @public
|
|
879
889
|
*/
|
|
880
890
|
export interface DeleteBotVersionRequest {
|
|
@@ -893,6 +903,7 @@ export interface DeleteBotVersionRequest {
|
|
|
893
903
|
version: string | undefined;
|
|
894
904
|
}
|
|
895
905
|
/**
|
|
906
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
896
907
|
* @public
|
|
897
908
|
*/
|
|
898
909
|
export interface DeleteIntentRequest {
|
|
@@ -903,6 +914,7 @@ export interface DeleteIntentRequest {
|
|
|
903
914
|
name: string | undefined;
|
|
904
915
|
}
|
|
905
916
|
/**
|
|
917
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
906
918
|
* @public
|
|
907
919
|
*/
|
|
908
920
|
export interface DeleteIntentVersionRequest {
|
|
@@ -921,6 +933,7 @@ export interface DeleteIntentVersionRequest {
|
|
|
921
933
|
version: string | undefined;
|
|
922
934
|
}
|
|
923
935
|
/**
|
|
936
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
924
937
|
* @public
|
|
925
938
|
*/
|
|
926
939
|
export interface DeleteSlotTypeRequest {
|
|
@@ -931,6 +944,7 @@ export interface DeleteSlotTypeRequest {
|
|
|
931
944
|
name: string | undefined;
|
|
932
945
|
}
|
|
933
946
|
/**
|
|
947
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
934
948
|
* @public
|
|
935
949
|
*/
|
|
936
950
|
export interface DeleteSlotTypeVersionRequest {
|
|
@@ -949,6 +963,7 @@ export interface DeleteSlotTypeVersionRequest {
|
|
|
949
963
|
version: string | undefined;
|
|
950
964
|
}
|
|
951
965
|
/**
|
|
966
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
952
967
|
* @public
|
|
953
968
|
*/
|
|
954
969
|
export interface DeleteUtterancesRequest {
|
|
@@ -966,6 +981,7 @@ export interface DeleteUtterancesRequest {
|
|
|
966
981
|
userId: string | undefined;
|
|
967
982
|
}
|
|
968
983
|
/**
|
|
984
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
969
985
|
* @public
|
|
970
986
|
*/
|
|
971
987
|
export interface GetBotRequest {
|
|
@@ -981,6 +997,7 @@ export interface GetBotRequest {
|
|
|
981
997
|
versionOrAlias: string | undefined;
|
|
982
998
|
}
|
|
983
999
|
/**
|
|
1000
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
984
1001
|
* @public
|
|
985
1002
|
*/
|
|
986
1003
|
export interface GetBotResponse {
|
|
@@ -1132,6 +1149,7 @@ export interface GetBotResponse {
|
|
|
1132
1149
|
detectSentiment?: boolean | undefined;
|
|
1133
1150
|
}
|
|
1134
1151
|
/**
|
|
1152
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1135
1153
|
* @public
|
|
1136
1154
|
*/
|
|
1137
1155
|
export interface GetBotAliasRequest {
|
|
@@ -1201,6 +1219,7 @@ export interface ConversationLogsResponse {
|
|
|
1201
1219
|
iamRoleArn?: string | undefined;
|
|
1202
1220
|
}
|
|
1203
1221
|
/**
|
|
1222
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1204
1223
|
* @public
|
|
1205
1224
|
*/
|
|
1206
1225
|
export interface GetBotAliasResponse {
|
|
@@ -1249,6 +1268,7 @@ export interface GetBotAliasResponse {
|
|
|
1249
1268
|
conversationLogs?: ConversationLogsResponse | undefined;
|
|
1250
1269
|
}
|
|
1251
1270
|
/**
|
|
1271
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1252
1272
|
* @public
|
|
1253
1273
|
*/
|
|
1254
1274
|
export interface GetBotAliasesRequest {
|
|
@@ -1328,6 +1348,7 @@ export interface BotAliasMetadata {
|
|
|
1328
1348
|
conversationLogs?: ConversationLogsResponse | undefined;
|
|
1329
1349
|
}
|
|
1330
1350
|
/**
|
|
1351
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1331
1352
|
* @public
|
|
1332
1353
|
*/
|
|
1333
1354
|
export interface GetBotAliasesResponse {
|
|
@@ -1347,6 +1368,7 @@ export interface GetBotAliasesResponse {
|
|
|
1347
1368
|
nextToken?: string | undefined;
|
|
1348
1369
|
}
|
|
1349
1370
|
/**
|
|
1371
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1350
1372
|
* @public
|
|
1351
1373
|
*/
|
|
1352
1374
|
export interface GetBotChannelAssociationRequest {
|
|
@@ -1369,6 +1391,7 @@ export interface GetBotChannelAssociationRequest {
|
|
|
1369
1391
|
botAlias: string | undefined;
|
|
1370
1392
|
}
|
|
1371
1393
|
/**
|
|
1394
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1372
1395
|
* @public
|
|
1373
1396
|
*/
|
|
1374
1397
|
export interface GetBotChannelAssociationResponse {
|
|
@@ -1443,6 +1466,7 @@ export interface GetBotChannelAssociationResponse {
|
|
|
1443
1466
|
failureReason?: string | undefined;
|
|
1444
1467
|
}
|
|
1445
1468
|
/**
|
|
1469
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1446
1470
|
* @public
|
|
1447
1471
|
*/
|
|
1448
1472
|
export interface GetBotChannelAssociationsRequest {
|
|
@@ -1563,6 +1587,7 @@ export interface BotChannelAssociation {
|
|
|
1563
1587
|
failureReason?: string | undefined;
|
|
1564
1588
|
}
|
|
1565
1589
|
/**
|
|
1590
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1566
1591
|
* @public
|
|
1567
1592
|
*/
|
|
1568
1593
|
export interface GetBotChannelAssociationsResponse {
|
|
@@ -1583,6 +1608,7 @@ export interface GetBotChannelAssociationsResponse {
|
|
|
1583
1608
|
nextToken?: string | undefined;
|
|
1584
1609
|
}
|
|
1585
1610
|
/**
|
|
1611
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1586
1612
|
* @public
|
|
1587
1613
|
*/
|
|
1588
1614
|
export interface GetBotsRequest {
|
|
@@ -1647,6 +1673,7 @@ export interface BotMetadata {
|
|
|
1647
1673
|
version?: string | undefined;
|
|
1648
1674
|
}
|
|
1649
1675
|
/**
|
|
1676
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1650
1677
|
* @public
|
|
1651
1678
|
*/
|
|
1652
1679
|
export interface GetBotsResponse {
|
|
@@ -1665,6 +1692,7 @@ export interface GetBotsResponse {
|
|
|
1665
1692
|
nextToken?: string | undefined;
|
|
1666
1693
|
}
|
|
1667
1694
|
/**
|
|
1695
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1668
1696
|
* @public
|
|
1669
1697
|
*/
|
|
1670
1698
|
export interface GetBotVersionsRequest {
|
|
@@ -1690,6 +1718,7 @@ export interface GetBotVersionsRequest {
|
|
|
1690
1718
|
maxResults?: number | undefined;
|
|
1691
1719
|
}
|
|
1692
1720
|
/**
|
|
1721
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1693
1722
|
* @public
|
|
1694
1723
|
*/
|
|
1695
1724
|
export interface GetBotVersionsResponse {
|
|
@@ -1710,6 +1739,7 @@ export interface GetBotVersionsResponse {
|
|
|
1710
1739
|
nextToken?: string | undefined;
|
|
1711
1740
|
}
|
|
1712
1741
|
/**
|
|
1742
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1713
1743
|
* @public
|
|
1714
1744
|
*/
|
|
1715
1745
|
export interface GetBuiltinIntentRequest {
|
|
@@ -1734,6 +1764,7 @@ export interface BuiltinIntentSlot {
|
|
|
1734
1764
|
name?: string | undefined;
|
|
1735
1765
|
}
|
|
1736
1766
|
/**
|
|
1767
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1737
1768
|
* @public
|
|
1738
1769
|
*/
|
|
1739
1770
|
export interface GetBuiltinIntentResponse {
|
|
@@ -1755,6 +1786,7 @@ export interface GetBuiltinIntentResponse {
|
|
|
1755
1786
|
slots?: BuiltinIntentSlot[] | undefined;
|
|
1756
1787
|
}
|
|
1757
1788
|
/**
|
|
1789
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1758
1790
|
* @public
|
|
1759
1791
|
*/
|
|
1760
1792
|
export interface GetBuiltinIntentsRequest {
|
|
@@ -1807,6 +1839,7 @@ export interface BuiltinIntentMetadata {
|
|
|
1807
1839
|
supportedLocales?: Locale[] | undefined;
|
|
1808
1840
|
}
|
|
1809
1841
|
/**
|
|
1842
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1810
1843
|
* @public
|
|
1811
1844
|
*/
|
|
1812
1845
|
export interface GetBuiltinIntentsResponse {
|
|
@@ -1826,6 +1859,7 @@ export interface GetBuiltinIntentsResponse {
|
|
|
1826
1859
|
nextToken?: string | undefined;
|
|
1827
1860
|
}
|
|
1828
1861
|
/**
|
|
1862
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1829
1863
|
* @public
|
|
1830
1864
|
*/
|
|
1831
1865
|
export interface GetBuiltinSlotTypesRequest {
|
|
@@ -1875,6 +1909,7 @@ export interface BuiltinSlotTypeMetadata {
|
|
|
1875
1909
|
supportedLocales?: Locale[] | undefined;
|
|
1876
1910
|
}
|
|
1877
1911
|
/**
|
|
1912
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1878
1913
|
* @public
|
|
1879
1914
|
*/
|
|
1880
1915
|
export interface GetBuiltinSlotTypesResponse {
|
|
@@ -1893,6 +1928,7 @@ export interface GetBuiltinSlotTypesResponse {
|
|
|
1893
1928
|
nextToken?: string | undefined;
|
|
1894
1929
|
}
|
|
1895
1930
|
/**
|
|
1931
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1896
1932
|
* @public
|
|
1897
1933
|
*/
|
|
1898
1934
|
export interface GetExportRequest {
|
|
@@ -1918,6 +1954,7 @@ export interface GetExportRequest {
|
|
|
1918
1954
|
exportType: ExportType | undefined;
|
|
1919
1955
|
}
|
|
1920
1956
|
/**
|
|
1957
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1921
1958
|
* @public
|
|
1922
1959
|
*/
|
|
1923
1960
|
export interface GetExportResponse {
|
|
@@ -1977,6 +2014,7 @@ export interface GetExportResponse {
|
|
|
1977
2014
|
url?: string | undefined;
|
|
1978
2015
|
}
|
|
1979
2016
|
/**
|
|
2017
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1980
2018
|
* @public
|
|
1981
2019
|
*/
|
|
1982
2020
|
export interface GetImportRequest {
|
|
@@ -1987,6 +2025,7 @@ export interface GetImportRequest {
|
|
|
1987
2025
|
importId: string | undefined;
|
|
1988
2026
|
}
|
|
1989
2027
|
/**
|
|
2028
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
1990
2029
|
* @public
|
|
1991
2030
|
*/
|
|
1992
2031
|
export interface GetImportResponse {
|
|
@@ -2032,6 +2071,7 @@ export interface GetImportResponse {
|
|
|
2032
2071
|
createdDate?: Date | undefined;
|
|
2033
2072
|
}
|
|
2034
2073
|
/**
|
|
2074
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2035
2075
|
* @public
|
|
2036
2076
|
*/
|
|
2037
2077
|
export interface GetIntentRequest {
|
|
@@ -2047,6 +2087,7 @@ export interface GetIntentRequest {
|
|
|
2047
2087
|
version: string | undefined;
|
|
2048
2088
|
}
|
|
2049
2089
|
/**
|
|
2090
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2050
2091
|
* @public
|
|
2051
2092
|
*/
|
|
2052
2093
|
export interface GetIntentResponse {
|
|
@@ -2156,6 +2197,7 @@ export interface GetIntentResponse {
|
|
|
2156
2197
|
outputContexts?: OutputContext[] | undefined;
|
|
2157
2198
|
}
|
|
2158
2199
|
/**
|
|
2200
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2159
2201
|
* @public
|
|
2160
2202
|
*/
|
|
2161
2203
|
export interface GetIntentsRequest {
|
|
@@ -2214,6 +2256,7 @@ export interface IntentMetadata {
|
|
|
2214
2256
|
version?: string | undefined;
|
|
2215
2257
|
}
|
|
2216
2258
|
/**
|
|
2259
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2217
2260
|
* @public
|
|
2218
2261
|
*/
|
|
2219
2262
|
export interface GetIntentsResponse {
|
|
@@ -2232,6 +2275,7 @@ export interface GetIntentsResponse {
|
|
|
2232
2275
|
nextToken?: string | undefined;
|
|
2233
2276
|
}
|
|
2234
2277
|
/**
|
|
2278
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2235
2279
|
* @public
|
|
2236
2280
|
*/
|
|
2237
2281
|
export interface GetIntentVersionsRequest {
|
|
@@ -2257,6 +2301,7 @@ export interface GetIntentVersionsRequest {
|
|
|
2257
2301
|
maxResults?: number | undefined;
|
|
2258
2302
|
}
|
|
2259
2303
|
/**
|
|
2304
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2260
2305
|
* @public
|
|
2261
2306
|
*/
|
|
2262
2307
|
export interface GetIntentVersionsResponse {
|
|
@@ -2277,6 +2322,7 @@ export interface GetIntentVersionsResponse {
|
|
|
2277
2322
|
nextToken?: string | undefined;
|
|
2278
2323
|
}
|
|
2279
2324
|
/**
|
|
2325
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2280
2326
|
* @public
|
|
2281
2327
|
*/
|
|
2282
2328
|
export interface GetMigrationRequest {
|
|
@@ -2330,6 +2376,7 @@ export interface MigrationAlert {
|
|
|
2330
2376
|
referenceURLs?: string[] | undefined;
|
|
2331
2377
|
}
|
|
2332
2378
|
/**
|
|
2379
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2333
2380
|
* @public
|
|
2334
2381
|
*/
|
|
2335
2382
|
export interface GetMigrationResponse {
|
|
@@ -2409,6 +2456,7 @@ export interface GetMigrationResponse {
|
|
|
2409
2456
|
alerts?: MigrationAlert[] | undefined;
|
|
2410
2457
|
}
|
|
2411
2458
|
/**
|
|
2459
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2412
2460
|
* @public
|
|
2413
2461
|
*/
|
|
2414
2462
|
export interface GetMigrationsRequest {
|
|
@@ -2504,6 +2552,7 @@ export interface MigrationSummary {
|
|
|
2504
2552
|
migrationTimestamp?: Date | undefined;
|
|
2505
2553
|
}
|
|
2506
2554
|
/**
|
|
2555
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2507
2556
|
* @public
|
|
2508
2557
|
*/
|
|
2509
2558
|
export interface GetMigrationsResponse {
|
|
@@ -2524,6 +2573,7 @@ export interface GetMigrationsResponse {
|
|
|
2524
2573
|
nextToken?: string | undefined;
|
|
2525
2574
|
}
|
|
2526
2575
|
/**
|
|
2576
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2527
2577
|
* @public
|
|
2528
2578
|
*/
|
|
2529
2579
|
export interface GetSlotTypeRequest {
|
|
@@ -2539,6 +2589,7 @@ export interface GetSlotTypeRequest {
|
|
|
2539
2589
|
version: string | undefined;
|
|
2540
2590
|
}
|
|
2541
2591
|
/**
|
|
2592
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2542
2593
|
* @public
|
|
2543
2594
|
*/
|
|
2544
2595
|
export interface GetSlotTypeResponse {
|
|
@@ -2599,6 +2650,7 @@ export interface GetSlotTypeResponse {
|
|
|
2599
2650
|
slotTypeConfigurations?: SlotTypeConfiguration[] | undefined;
|
|
2600
2651
|
}
|
|
2601
2652
|
/**
|
|
2653
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2602
2654
|
* @public
|
|
2603
2655
|
*/
|
|
2604
2656
|
export interface GetSlotTypesRequest {
|
|
@@ -2657,6 +2709,7 @@ export interface SlotTypeMetadata {
|
|
|
2657
2709
|
version?: string | undefined;
|
|
2658
2710
|
}
|
|
2659
2711
|
/**
|
|
2712
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2660
2713
|
* @public
|
|
2661
2714
|
*/
|
|
2662
2715
|
export interface GetSlotTypesResponse {
|
|
@@ -2676,6 +2729,7 @@ export interface GetSlotTypesResponse {
|
|
|
2676
2729
|
nextToken?: string | undefined;
|
|
2677
2730
|
}
|
|
2678
2731
|
/**
|
|
2732
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2679
2733
|
* @public
|
|
2680
2734
|
*/
|
|
2681
2735
|
export interface GetSlotTypeVersionsRequest {
|
|
@@ -2701,6 +2755,7 @@ export interface GetSlotTypeVersionsRequest {
|
|
|
2701
2755
|
maxResults?: number | undefined;
|
|
2702
2756
|
}
|
|
2703
2757
|
/**
|
|
2758
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2704
2759
|
* @public
|
|
2705
2760
|
*/
|
|
2706
2761
|
export interface GetSlotTypeVersionsResponse {
|
|
@@ -2721,6 +2776,7 @@ export interface GetSlotTypeVersionsResponse {
|
|
|
2721
2776
|
nextToken?: string | undefined;
|
|
2722
2777
|
}
|
|
2723
2778
|
/**
|
|
2779
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2724
2780
|
* @public
|
|
2725
2781
|
*/
|
|
2726
2782
|
export interface GetUtterancesViewRequest {
|
|
@@ -2798,6 +2854,7 @@ export interface UtteranceList {
|
|
|
2798
2854
|
utterances?: UtteranceData[] | undefined;
|
|
2799
2855
|
}
|
|
2800
2856
|
/**
|
|
2857
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2801
2858
|
* @public
|
|
2802
2859
|
*/
|
|
2803
2860
|
export interface GetUtterancesViewResponse {
|
|
@@ -2819,6 +2876,7 @@ export interface GetUtterancesViewResponse {
|
|
|
2819
2876
|
utterances?: UtteranceList[] | undefined;
|
|
2820
2877
|
}
|
|
2821
2878
|
/**
|
|
2879
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2822
2880
|
* @public
|
|
2823
2881
|
*/
|
|
2824
2882
|
export interface ListTagsForResourceRequest {
|
|
@@ -2850,6 +2908,7 @@ export interface Tag {
|
|
|
2850
2908
|
value: string | undefined;
|
|
2851
2909
|
}
|
|
2852
2910
|
/**
|
|
2911
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2853
2912
|
* @public
|
|
2854
2913
|
*/
|
|
2855
2914
|
export interface ListTagsForResourceResponse {
|
|
@@ -2860,6 +2919,7 @@ export interface ListTagsForResourceResponse {
|
|
|
2860
2919
|
tags?: Tag[] | undefined;
|
|
2861
2920
|
}
|
|
2862
2921
|
/**
|
|
2922
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
2863
2923
|
* @public
|
|
2864
2924
|
*/
|
|
2865
2925
|
export interface PutBotRequest {
|
|
@@ -3140,6 +3200,7 @@ export interface PutBotRequest {
|
|
|
3140
3200
|
tags?: Tag[] | undefined;
|
|
3141
3201
|
}
|
|
3142
3202
|
/**
|
|
3203
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
3143
3204
|
* @public
|
|
3144
3205
|
*/
|
|
3145
3206
|
export interface PutBotResponse {
|
|
@@ -3364,6 +3425,7 @@ export interface ConversationLogsRequest {
|
|
|
3364
3425
|
iamRoleArn: string | undefined;
|
|
3365
3426
|
}
|
|
3366
3427
|
/**
|
|
3428
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
3367
3429
|
* @public
|
|
3368
3430
|
*/
|
|
3369
3431
|
export interface PutBotAliasRequest {
|
|
@@ -3418,6 +3480,7 @@ export interface PutBotAliasRequest {
|
|
|
3418
3480
|
tags?: Tag[] | undefined;
|
|
3419
3481
|
}
|
|
3420
3482
|
/**
|
|
3483
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
3421
3484
|
* @public
|
|
3422
3485
|
*/
|
|
3423
3486
|
export interface PutBotAliasResponse {
|
|
@@ -3471,6 +3534,7 @@ export interface PutBotAliasResponse {
|
|
|
3471
3534
|
tags?: Tag[] | undefined;
|
|
3472
3535
|
}
|
|
3473
3536
|
/**
|
|
3537
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
3474
3538
|
* @public
|
|
3475
3539
|
*/
|
|
3476
3540
|
export interface PutIntentRequest {
|
|
@@ -3655,6 +3719,7 @@ export interface PutIntentRequest {
|
|
|
3655
3719
|
outputContexts?: OutputContext[] | undefined;
|
|
3656
3720
|
}
|
|
3657
3721
|
/**
|
|
3722
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
3658
3723
|
* @public
|
|
3659
3724
|
*/
|
|
3660
3725
|
export interface PutIntentResponse {
|
|
@@ -3779,6 +3844,7 @@ export interface PutIntentResponse {
|
|
|
3779
3844
|
outputContexts?: OutputContext[] | undefined;
|
|
3780
3845
|
}
|
|
3781
3846
|
/**
|
|
3847
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
3782
3848
|
* @public
|
|
3783
3849
|
*/
|
|
3784
3850
|
export interface PutSlotTypeRequest {
|
|
@@ -3879,6 +3945,7 @@ export interface PutSlotTypeRequest {
|
|
|
3879
3945
|
slotTypeConfigurations?: SlotTypeConfiguration[] | undefined;
|
|
3880
3946
|
}
|
|
3881
3947
|
/**
|
|
3948
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
3882
3949
|
* @public
|
|
3883
3950
|
*/
|
|
3884
3951
|
export interface PutSlotTypeResponse {
|
|
@@ -3949,6 +4016,7 @@ export interface PutSlotTypeResponse {
|
|
|
3949
4016
|
slotTypeConfigurations?: SlotTypeConfiguration[] | undefined;
|
|
3950
4017
|
}
|
|
3951
4018
|
/**
|
|
4019
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
3952
4020
|
* @public
|
|
3953
4021
|
*/
|
|
3954
4022
|
export interface StartImportRequest {
|
|
@@ -4001,6 +4069,7 @@ export interface StartImportRequest {
|
|
|
4001
4069
|
tags?: Tag[] | undefined;
|
|
4002
4070
|
}
|
|
4003
4071
|
/**
|
|
4072
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
4004
4073
|
* @public
|
|
4005
4074
|
*/
|
|
4006
4075
|
export interface StartImportResponse {
|
|
@@ -4044,6 +4113,7 @@ export interface StartImportResponse {
|
|
|
4044
4113
|
createdDate?: Date | undefined;
|
|
4045
4114
|
}
|
|
4046
4115
|
/**
|
|
4116
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
4047
4117
|
* @public
|
|
4048
4118
|
*/
|
|
4049
4119
|
export interface StartMigrationRequest {
|
|
@@ -4100,6 +4170,7 @@ export interface StartMigrationRequest {
|
|
|
4100
4170
|
migrationStrategy: MigrationStrategy | undefined;
|
|
4101
4171
|
}
|
|
4102
4172
|
/**
|
|
4173
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
4103
4174
|
* @public
|
|
4104
4175
|
*/
|
|
4105
4176
|
export interface StartMigrationResponse {
|
|
@@ -4145,6 +4216,7 @@ export interface StartMigrationResponse {
|
|
|
4145
4216
|
migrationTimestamp?: Date | undefined;
|
|
4146
4217
|
}
|
|
4147
4218
|
/**
|
|
4219
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
4148
4220
|
* @public
|
|
4149
4221
|
*/
|
|
4150
4222
|
export interface TagResourceRequest {
|
|
@@ -4162,11 +4234,13 @@ export interface TagResourceRequest {
|
|
|
4162
4234
|
tags: Tag[] | undefined;
|
|
4163
4235
|
}
|
|
4164
4236
|
/**
|
|
4237
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
4165
4238
|
* @public
|
|
4166
4239
|
*/
|
|
4167
4240
|
export interface TagResourceResponse {
|
|
4168
4241
|
}
|
|
4169
4242
|
/**
|
|
4243
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
4170
4244
|
* @public
|
|
4171
4245
|
*/
|
|
4172
4246
|
export interface UntagResourceRequest {
|
|
@@ -4184,6 +4258,7 @@ export interface UntagResourceRequest {
|
|
|
4184
4258
|
tagKeys: string[] | undefined;
|
|
4185
4259
|
}
|
|
4186
4260
|
/**
|
|
4261
|
+
* @deprecated (since 2025-09-08) Amazon Lex V1 is deprecated. Use Amazon Lex V2 instead.
|
|
4187
4262
|
* @public
|
|
4188
4263
|
*/
|
|
4189
4264
|
export interface UntagResourceResponse {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-lex-model-building-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Lex Model Building Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1043.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lex-model-building-service",
|