@aws-sdk/client-lex-model-building-service 3.890.0 → 3.893.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/package.json +19 -19
|
@@ -45,6 +45,8 @@ declare const CreateBotVersionCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { LexModelBuildingServiceClient, CreateBotVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
47
47
|
* // const { LexModelBuildingServiceClient, CreateBotVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
48
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
49
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
48
50
|
* const client = new LexModelBuildingServiceClient(config);
|
|
49
51
|
* const input = { // CreateBotVersionRequest
|
|
50
52
|
* name: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const CreateIntentVersionCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { LexModelBuildingServiceClient, CreateIntentVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
48
48
|
* // const { LexModelBuildingServiceClient, CreateIntentVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
49
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
50
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
49
51
|
* const client = new LexModelBuildingServiceClient(config);
|
|
50
52
|
* const input = { // CreateIntentVersionRequest
|
|
51
53
|
* name: "STRING_VALUE", // required
|
|
@@ -46,6 +46,8 @@ declare const CreateSlotTypeVersionCommand_base: {
|
|
|
46
46
|
* ```javascript
|
|
47
47
|
* import { LexModelBuildingServiceClient, CreateSlotTypeVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
48
48
|
* // const { LexModelBuildingServiceClient, CreateSlotTypeVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
49
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
50
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
49
51
|
* const client = new LexModelBuildingServiceClient(config);
|
|
50
52
|
* const input = { // CreateSlotTypeVersionRequest
|
|
51
53
|
* name: "STRING_VALUE", // required
|
|
@@ -41,6 +41,8 @@ declare const DeleteBotAliasCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { LexModelBuildingServiceClient, DeleteBotAliasCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
43
43
|
* // const { LexModelBuildingServiceClient, DeleteBotAliasCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
44
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
45
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
44
46
|
* const client = new LexModelBuildingServiceClient(config);
|
|
45
47
|
* const input = { // DeleteBotAliasRequest
|
|
46
48
|
* name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteBotChannelAssociationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LexModelBuildingServiceClient, DeleteBotChannelAssociationCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
38
38
|
* // const { LexModelBuildingServiceClient, DeleteBotChannelAssociationCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
39
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
40
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
39
41
|
* const client = new LexModelBuildingServiceClient(config);
|
|
40
42
|
* const input = { // DeleteBotChannelAssociationRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -48,6 +48,8 @@ declare const DeleteBotCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { LexModelBuildingServiceClient, DeleteBotCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
50
50
|
* // const { LexModelBuildingServiceClient, DeleteBotCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
51
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
52
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
51
53
|
* const client = new LexModelBuildingServiceClient(config);
|
|
52
54
|
* const input = { // DeleteBotRequest
|
|
53
55
|
* name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteBotVersionCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LexModelBuildingServiceClient, DeleteBotVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
38
38
|
* // const { LexModelBuildingServiceClient, DeleteBotVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
39
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
40
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
39
41
|
* const client = new LexModelBuildingServiceClient(config);
|
|
40
42
|
* const input = { // DeleteBotVersionRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -49,6 +49,8 @@ declare const DeleteIntentCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { LexModelBuildingServiceClient, DeleteIntentCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
51
51
|
* // const { LexModelBuildingServiceClient, DeleteIntentCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
52
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
53
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
52
54
|
* const client = new LexModelBuildingServiceClient(config);
|
|
53
55
|
* const input = { // DeleteIntentRequest
|
|
54
56
|
* name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteIntentVersionCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LexModelBuildingServiceClient, DeleteIntentVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
38
38
|
* // const { LexModelBuildingServiceClient, DeleteIntentVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
39
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
40
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
39
41
|
* const client = new LexModelBuildingServiceClient(config);
|
|
40
42
|
* const input = { // DeleteIntentVersionRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -49,6 +49,8 @@ declare const DeleteSlotTypeCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { LexModelBuildingServiceClient, DeleteSlotTypeCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
51
51
|
* // const { LexModelBuildingServiceClient, DeleteSlotTypeCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
52
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
53
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
52
54
|
* const client = new LexModelBuildingServiceClient(config);
|
|
53
55
|
* const input = { // DeleteSlotTypeRequest
|
|
54
56
|
* name: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteSlotTypeVersionCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LexModelBuildingServiceClient, DeleteSlotTypeVersionCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
38
38
|
* // const { LexModelBuildingServiceClient, DeleteSlotTypeVersionCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
39
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
40
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
39
41
|
* const client = new LexModelBuildingServiceClient(config);
|
|
40
42
|
* const input = { // DeleteSlotTypeVersionRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const DeleteUtterancesCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { LexModelBuildingServiceClient, DeleteUtterancesCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
46
46
|
* // const { LexModelBuildingServiceClient, DeleteUtterancesCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
47
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
48
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
47
49
|
* const client = new LexModelBuildingServiceClient(config);
|
|
48
50
|
* const input = { // DeleteUtterancesRequest
|
|
49
51
|
* botName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const GetBotAliasCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LexModelBuildingServiceClient, GetBotAliasCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
38
38
|
* // const { LexModelBuildingServiceClient, GetBotAliasCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
39
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
40
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
39
41
|
* const client = new LexModelBuildingServiceClient(config);
|
|
40
42
|
* const input = { // GetBotAliasRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const GetBotAliasesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { LexModelBuildingServiceClient, GetBotAliasesCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
37
37
|
* // const { LexModelBuildingServiceClient, GetBotAliasesCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
38
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
39
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
38
40
|
* const client = new LexModelBuildingServiceClient(config);
|
|
39
41
|
* const input = { // GetBotAliasesRequest
|
|
40
42
|
* botName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const GetBotChannelAssociationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LexModelBuildingServiceClient, GetBotChannelAssociationCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
38
38
|
* // const { LexModelBuildingServiceClient, GetBotChannelAssociationCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
39
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
40
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
39
41
|
* const client = new LexModelBuildingServiceClient(config);
|
|
40
42
|
* const input = { // GetBotChannelAssociationRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const GetBotChannelAssociationsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { LexModelBuildingServiceClient, GetBotChannelAssociationsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
39
39
|
* // const { LexModelBuildingServiceClient, GetBotChannelAssociationsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
40
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
41
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
40
42
|
* const client = new LexModelBuildingServiceClient(config);
|
|
41
43
|
* const input = { // GetBotChannelAssociationsRequest
|
|
42
44
|
* botName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const GetBotCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LexModelBuildingServiceClient, GetBotCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
38
38
|
* // const { LexModelBuildingServiceClient, GetBotCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
39
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
40
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
39
41
|
* const client = new LexModelBuildingServiceClient(config);
|
|
40
42
|
* const input = { // GetBotRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const GetBotVersionsCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { LexModelBuildingServiceClient, GetBotVersionsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
45
45
|
* // const { LexModelBuildingServiceClient, GetBotVersionsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
46
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
47
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
46
48
|
* const client = new LexModelBuildingServiceClient(config);
|
|
47
49
|
* const input = { // GetBotVersionsRequest
|
|
48
50
|
* name: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const GetBotsCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { LexModelBuildingServiceClient, GetBotsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
49
49
|
* // const { LexModelBuildingServiceClient, GetBotsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
50
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
51
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
50
52
|
* const client = new LexModelBuildingServiceClient(config);
|
|
51
53
|
* const input = { // GetBotsRequest
|
|
52
54
|
* nextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const GetBuiltinIntentCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { LexModelBuildingServiceClient, GetBuiltinIntentCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
37
37
|
* // const { LexModelBuildingServiceClient, GetBuiltinIntentCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
38
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
39
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
38
40
|
* const client = new LexModelBuildingServiceClient(config);
|
|
39
41
|
* const input = { // GetBuiltinIntentRequest
|
|
40
42
|
* signature: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const GetBuiltinIntentsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LexModelBuildingServiceClient, GetBuiltinIntentsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
38
38
|
* // const { LexModelBuildingServiceClient, GetBuiltinIntentsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
39
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
40
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
39
41
|
* const client = new LexModelBuildingServiceClient(config);
|
|
40
42
|
* const input = { // GetBuiltinIntentsRequest
|
|
41
43
|
* locale: "de-DE" || "en-AU" || "en-GB" || "en-IN" || "en-US" || "es-419" || "es-ES" || "es-US" || "fr-FR" || "fr-CA" || "it-IT" || "ja-JP" || "ko-KR",
|
|
@@ -38,6 +38,8 @@ declare const GetBuiltinSlotTypesCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { LexModelBuildingServiceClient, GetBuiltinSlotTypesCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
40
40
|
* // const { LexModelBuildingServiceClient, GetBuiltinSlotTypesCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
41
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
42
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
41
43
|
* const client = new LexModelBuildingServiceClient(config);
|
|
42
44
|
* const input = { // GetBuiltinSlotTypesRequest
|
|
43
45
|
* locale: "de-DE" || "en-AU" || "en-GB" || "en-IN" || "en-US" || "es-419" || "es-ES" || "es-US" || "fr-FR" || "fr-CA" || "it-IT" || "ja-JP" || "ko-KR",
|
|
@@ -34,6 +34,8 @@ declare const GetExportCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LexModelBuildingServiceClient, GetExportCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
36
36
|
* // const { LexModelBuildingServiceClient, GetExportCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
37
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
38
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
37
39
|
* const client = new LexModelBuildingServiceClient(config);
|
|
38
40
|
* const input = { // GetExportRequest
|
|
39
41
|
* name: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetImportCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LexModelBuildingServiceClient, GetImportCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
36
36
|
* // const { LexModelBuildingServiceClient, GetImportCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
37
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
38
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
37
39
|
* const client = new LexModelBuildingServiceClient(config);
|
|
38
40
|
* const input = { // GetImportRequest
|
|
39
41
|
* importId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const GetIntentCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LexModelBuildingServiceClient, GetIntentCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
38
38
|
* // const { LexModelBuildingServiceClient, GetIntentCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
39
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
40
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
39
41
|
* const client = new LexModelBuildingServiceClient(config);
|
|
40
42
|
* const input = { // GetIntentRequest
|
|
41
43
|
* name: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const GetIntentVersionsCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { LexModelBuildingServiceClient, GetIntentVersionsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
45
45
|
* // const { LexModelBuildingServiceClient, GetIntentVersionsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
46
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
47
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
46
48
|
* const client = new LexModelBuildingServiceClient(config);
|
|
47
49
|
* const input = { // GetIntentVersionsRequest
|
|
48
50
|
* name: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const GetIntentsCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { LexModelBuildingServiceClient, GetIntentsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
49
49
|
* // const { LexModelBuildingServiceClient, GetIntentsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
50
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
51
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
50
52
|
* const client = new LexModelBuildingServiceClient(config);
|
|
51
53
|
* const input = { // GetIntentsRequest
|
|
52
54
|
* nextToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const GetMigrationCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { LexModelBuildingServiceClient, GetMigrationCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
37
37
|
* // const { LexModelBuildingServiceClient, GetMigrationCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
38
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
39
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
38
40
|
* const client = new LexModelBuildingServiceClient(config);
|
|
39
41
|
* const input = { // GetMigrationRequest
|
|
40
42
|
* migrationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetMigrationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LexModelBuildingServiceClient, GetMigrationsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
35
35
|
* // const { LexModelBuildingServiceClient, GetMigrationsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
36
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
37
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
36
38
|
* const client = new LexModelBuildingServiceClient(config);
|
|
37
39
|
* const input = { // GetMigrationsRequest
|
|
38
40
|
* sortByAttribute: "V1_BOT_NAME" || "MIGRATION_DATE_TIME",
|
|
@@ -37,6 +37,8 @@ declare const GetSlotTypeCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { LexModelBuildingServiceClient, GetSlotTypeCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
39
39
|
* // const { LexModelBuildingServiceClient, GetSlotTypeCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
40
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
41
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
40
42
|
* const client = new LexModelBuildingServiceClient(config);
|
|
41
43
|
* const input = { // GetSlotTypeRequest
|
|
42
44
|
* name: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const GetSlotTypeVersionsCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { LexModelBuildingServiceClient, GetSlotTypeVersionsCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
45
45
|
* // const { LexModelBuildingServiceClient, GetSlotTypeVersionsCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
46
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
47
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
46
48
|
* const client = new LexModelBuildingServiceClient(config);
|
|
47
49
|
* const input = { // GetSlotTypeVersionsRequest
|
|
48
50
|
* name: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const GetSlotTypesCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { LexModelBuildingServiceClient, GetSlotTypesCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
49
49
|
* // const { LexModelBuildingServiceClient, GetSlotTypesCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
50
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
51
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
50
52
|
* const client = new LexModelBuildingServiceClient(config);
|
|
51
53
|
* const input = { // GetSlotTypesRequest
|
|
52
54
|
* nextToken: "STRING_VALUE",
|
|
@@ -56,6 +56,8 @@ declare const GetUtterancesViewCommand_base: {
|
|
|
56
56
|
* ```javascript
|
|
57
57
|
* import { LexModelBuildingServiceClient, GetUtterancesViewCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
58
58
|
* // const { LexModelBuildingServiceClient, GetUtterancesViewCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
59
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
60
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
59
61
|
* const client = new LexModelBuildingServiceClient(config);
|
|
60
62
|
* const input = { // GetUtterancesViewRequest
|
|
61
63
|
* botName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LexModelBuildingServiceClient, ListTagsForResourceCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
36
36
|
* // const { LexModelBuildingServiceClient, ListTagsForResourceCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
37
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
38
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
37
39
|
* const client = new LexModelBuildingServiceClient(config);
|
|
38
40
|
* const input = { // ListTagsForResourceRequest
|
|
39
41
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const PutBotAliasCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { LexModelBuildingServiceClient, PutBotAliasCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
40
40
|
* // const { LexModelBuildingServiceClient, PutBotAliasCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
41
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
42
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
41
43
|
* const client = new LexModelBuildingServiceClient(config);
|
|
42
44
|
* const input = { // PutBotAliasRequest
|
|
43
45
|
* name: "STRING_VALUE", // required
|
|
@@ -49,6 +49,8 @@ declare const PutBotCommand_base: {
|
|
|
49
49
|
* ```javascript
|
|
50
50
|
* import { LexModelBuildingServiceClient, PutBotCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
51
51
|
* // const { LexModelBuildingServiceClient, PutBotCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
52
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
53
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
52
54
|
* const client = new LexModelBuildingServiceClient(config);
|
|
53
55
|
* const input = { // PutBotRequest
|
|
54
56
|
* name: "STRING_VALUE", // required
|
|
@@ -89,6 +89,8 @@ declare const PutIntentCommand_base: {
|
|
|
89
89
|
* ```javascript
|
|
90
90
|
* import { LexModelBuildingServiceClient, PutIntentCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
91
91
|
* // const { LexModelBuildingServiceClient, PutIntentCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
92
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
93
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
92
94
|
* const client = new LexModelBuildingServiceClient(config);
|
|
93
95
|
* const input = { // PutIntentRequest
|
|
94
96
|
* name: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const PutSlotTypeCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { LexModelBuildingServiceClient, PutSlotTypeCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
49
49
|
* // const { LexModelBuildingServiceClient, PutSlotTypeCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
50
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
51
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
50
52
|
* const client = new LexModelBuildingServiceClient(config);
|
|
51
53
|
* const input = { // PutSlotTypeRequest
|
|
52
54
|
* name: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const StartImportCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LexModelBuildingServiceClient, StartImportCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
35
35
|
* // const { LexModelBuildingServiceClient, StartImportCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
36
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
37
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
36
38
|
* const client = new LexModelBuildingServiceClient(config);
|
|
37
39
|
* const input = { // StartImportRequest
|
|
38
40
|
* payload: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
|
|
@@ -36,6 +36,8 @@ declare const StartMigrationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { LexModelBuildingServiceClient, StartMigrationCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
38
38
|
* // const { LexModelBuildingServiceClient, StartMigrationCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
39
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
40
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
39
41
|
* const client = new LexModelBuildingServiceClient(config);
|
|
40
42
|
* const input = { // StartMigrationRequest
|
|
41
43
|
* v1BotName: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const TagResourceCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { LexModelBuildingServiceClient, TagResourceCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
36
36
|
* // const { LexModelBuildingServiceClient, TagResourceCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
37
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
38
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
37
39
|
* const client = new LexModelBuildingServiceClient(config);
|
|
38
40
|
* const input = { // TagResourceRequest
|
|
39
41
|
* resourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { LexModelBuildingServiceClient, UntagResourceCommand } from "@aws-sdk/client-lex-model-building-service"; // ES Modules import
|
|
35
35
|
* // const { LexModelBuildingServiceClient, UntagResourceCommand } = require("@aws-sdk/client-lex-model-building-service"); // CommonJS import
|
|
36
|
+
* // import type { LexModelBuildingServiceClientConfig } from "@aws-sdk/client-lex-model-building-service";
|
|
37
|
+
* const config = {}; // type is LexModelBuildingServiceClientConfig
|
|
36
38
|
* const client = new LexModelBuildingServiceClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* resourceArn: "STRING_VALUE", // required
|
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.893.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-lex-model-building-service",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|