@aws-sdk/client-lex-model-building-service 3.1076.0 → 3.1078.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-cjs/index.js +53 -425
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateBotVersionCommand.js +2 -14
- package/dist-es/commands/CreateIntentVersionCommand.js +2 -14
- package/dist-es/commands/CreateSlotTypeVersionCommand.js +2 -14
- package/dist-es/commands/DeleteBotAliasCommand.js +2 -14
- package/dist-es/commands/DeleteBotChannelAssociationCommand.js +2 -14
- package/dist-es/commands/DeleteBotCommand.js +2 -14
- package/dist-es/commands/DeleteBotVersionCommand.js +2 -14
- package/dist-es/commands/DeleteIntentCommand.js +2 -14
- package/dist-es/commands/DeleteIntentVersionCommand.js +2 -14
- package/dist-es/commands/DeleteSlotTypeCommand.js +2 -14
- package/dist-es/commands/DeleteSlotTypeVersionCommand.js +2 -14
- package/dist-es/commands/DeleteUtterancesCommand.js +2 -14
- package/dist-es/commands/GetBotAliasCommand.js +2 -14
- package/dist-es/commands/GetBotAliasesCommand.js +2 -14
- package/dist-es/commands/GetBotChannelAssociationCommand.js +2 -14
- package/dist-es/commands/GetBotChannelAssociationsCommand.js +2 -14
- package/dist-es/commands/GetBotCommand.js +2 -14
- package/dist-es/commands/GetBotVersionsCommand.js +2 -14
- package/dist-es/commands/GetBotsCommand.js +2 -14
- package/dist-es/commands/GetBuiltinIntentCommand.js +2 -14
- package/dist-es/commands/GetBuiltinIntentsCommand.js +2 -14
- package/dist-es/commands/GetBuiltinSlotTypesCommand.js +2 -14
- package/dist-es/commands/GetExportCommand.js +2 -14
- package/dist-es/commands/GetImportCommand.js +2 -14
- package/dist-es/commands/GetIntentCommand.js +2 -14
- package/dist-es/commands/GetIntentVersionsCommand.js +2 -14
- package/dist-es/commands/GetIntentsCommand.js +2 -14
- package/dist-es/commands/GetMigrationCommand.js +2 -14
- package/dist-es/commands/GetMigrationsCommand.js +2 -14
- package/dist-es/commands/GetSlotTypeCommand.js +2 -14
- package/dist-es/commands/GetSlotTypeVersionsCommand.js +2 -14
- package/dist-es/commands/GetSlotTypesCommand.js +2 -14
- package/dist-es/commands/GetUtterancesViewCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutBotAliasCommand.js +2 -14
- package/dist-es/commands/PutBotCommand.js +2 -14
- package/dist-es/commands/PutIntentCommand.js +2 -14
- package/dist-es/commands/PutSlotTypeCommand.js +2 -14
- package/dist-es/commands/StartImportCommand.js +2 -14
- package/dist-es/commands/StartMigrationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateBotVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateIntentVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBotAliasCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBotCommand.d.ts +3 -8
- package/dist-types/commands/DeleteBotVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIntentCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIntentVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSlotTypeCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteUtterancesCommand.d.ts +3 -8
- package/dist-types/commands/GetBotAliasCommand.d.ts +3 -8
- package/dist-types/commands/GetBotAliasesCommand.d.ts +3 -8
- package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/GetBotCommand.d.ts +3 -8
- package/dist-types/commands/GetBotVersionsCommand.d.ts +3 -8
- package/dist-types/commands/GetBotsCommand.d.ts +3 -8
- package/dist-types/commands/GetBuiltinIntentCommand.d.ts +3 -8
- package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +3 -8
- package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetExportCommand.d.ts +3 -8
- package/dist-types/commands/GetImportCommand.d.ts +3 -8
- package/dist-types/commands/GetIntentCommand.d.ts +3 -8
- package/dist-types/commands/GetIntentVersionsCommand.d.ts +3 -8
- package/dist-types/commands/GetIntentsCommand.d.ts +3 -8
- package/dist-types/commands/GetMigrationCommand.d.ts +3 -8
- package/dist-types/commands/GetMigrationsCommand.d.ts +3 -8
- package/dist-types/commands/GetSlotTypeCommand.d.ts +3 -8
- package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +3 -8
- package/dist-types/commands/GetSlotTypesCommand.d.ts +3 -8
- package/dist-types/commands/GetUtterancesViewCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutBotAliasCommand.d.ts +3 -8
- package/dist-types/commands/PutBotCommand.d.ts +3 -8
- package/dist-types/commands/PutIntentCommand.d.ts +3 -8
- package/dist-types/commands/PutSlotTypeCommand.d.ts +3 -8
- package/dist-types/commands/StartImportCommand.d.ts +3 -8
- package/dist-types/commands/StartMigrationCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBotAlias$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBotAliasCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "DeleteBotAlias", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "DeleteBotAliasCommand")
|
|
14
|
-
.sc(DeleteBotAlias$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteBotAliasCommand extends command(_ep0, _mw0, "DeleteBotAlias", DeleteBotAlias$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBotChannelAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBotChannelAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "DeleteBotChannelAssociation", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "DeleteBotChannelAssociationCommand")
|
|
14
|
-
.sc(DeleteBotChannelAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteBotChannelAssociationCommand extends command(_ep0, _mw0, "DeleteBotChannelAssociation", DeleteBotChannelAssociation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "DeleteBot", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "DeleteBotCommand")
|
|
14
|
-
.sc(DeleteBot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteBotCommand extends command(_ep0, _mw0, "DeleteBot", DeleteBot$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteBotVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteBotVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "DeleteBotVersion", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "DeleteBotVersionCommand")
|
|
14
|
-
.sc(DeleteBotVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteBotVersionCommand extends command(_ep0, _mw0, "DeleteBotVersion", DeleteBotVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteIntent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIntentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "DeleteIntent", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "DeleteIntentCommand")
|
|
14
|
-
.sc(DeleteIntent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIntentCommand extends command(_ep0, _mw0, "DeleteIntent", DeleteIntent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteIntentVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIntentVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "DeleteIntentVersion", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "DeleteIntentVersionCommand")
|
|
14
|
-
.sc(DeleteIntentVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIntentVersionCommand extends command(_ep0, _mw0, "DeleteIntentVersion", DeleteIntentVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteSlotType$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSlotTypeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "DeleteSlotType", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "DeleteSlotTypeCommand")
|
|
14
|
-
.sc(DeleteSlotType$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSlotTypeCommand extends command(_ep0, _mw0, "DeleteSlotType", DeleteSlotType$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteSlotTypeVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSlotTypeVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "DeleteSlotTypeVersion", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "DeleteSlotTypeVersionCommand")
|
|
14
|
-
.sc(DeleteSlotTypeVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSlotTypeVersionCommand extends command(_ep0, _mw0, "DeleteSlotTypeVersion", DeleteSlotTypeVersion$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteUtterances$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteUtterancesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "DeleteUtterances", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "DeleteUtterancesCommand")
|
|
14
|
-
.sc(DeleteUtterances$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteUtterancesCommand extends command(_ep0, _mw0, "DeleteUtterances", DeleteUtterances$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetBotAlias$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBotAliasCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetBotAlias", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetBotAliasCommand")
|
|
14
|
-
.sc(GetBotAlias$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBotAliasCommand extends command(_ep0, _mw0, "GetBotAlias", GetBotAlias$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetBotAliases$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBotAliasesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetBotAliases", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetBotAliasesCommand")
|
|
14
|
-
.sc(GetBotAliases$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBotAliasesCommand extends command(_ep0, _mw0, "GetBotAliases", GetBotAliases$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetBotChannelAssociation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBotChannelAssociationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetBotChannelAssociation", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetBotChannelAssociationCommand")
|
|
14
|
-
.sc(GetBotChannelAssociation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBotChannelAssociationCommand extends command(_ep0, _mw0, "GetBotChannelAssociation", GetBotChannelAssociation$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetBotChannelAssociations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBotChannelAssociationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetBotChannelAssociations", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetBotChannelAssociationsCommand")
|
|
14
|
-
.sc(GetBotChannelAssociations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBotChannelAssociationsCommand extends command(_ep0, _mw0, "GetBotChannelAssociations", GetBotChannelAssociations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetBot$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBotCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetBot", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetBotCommand")
|
|
14
|
-
.sc(GetBot$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBotCommand extends command(_ep0, _mw0, "GetBot", GetBot$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetBotVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBotVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetBotVersions", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetBotVersionsCommand")
|
|
14
|
-
.sc(GetBotVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBotVersionsCommand extends command(_ep0, _mw0, "GetBotVersions", GetBotVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetBots$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBotsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetBots", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetBotsCommand")
|
|
14
|
-
.sc(GetBots$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBotsCommand extends command(_ep0, _mw0, "GetBots", GetBots$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetBuiltinIntent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBuiltinIntentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetBuiltinIntent", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetBuiltinIntentCommand")
|
|
14
|
-
.sc(GetBuiltinIntent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBuiltinIntentCommand extends command(_ep0, _mw0, "GetBuiltinIntent", GetBuiltinIntent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetBuiltinIntents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBuiltinIntentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetBuiltinIntents", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetBuiltinIntentsCommand")
|
|
14
|
-
.sc(GetBuiltinIntents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBuiltinIntentsCommand extends command(_ep0, _mw0, "GetBuiltinIntents", GetBuiltinIntents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetBuiltinSlotTypes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetBuiltinSlotTypesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetBuiltinSlotTypes", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetBuiltinSlotTypesCommand")
|
|
14
|
-
.sc(GetBuiltinSlotTypes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetBuiltinSlotTypesCommand extends command(_ep0, _mw0, "GetBuiltinSlotTypes", GetBuiltinSlotTypes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetExport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetExportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetExport", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetExportCommand")
|
|
14
|
-
.sc(GetExport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetExportCommand extends command(_ep0, _mw0, "GetExport", GetExport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetImport$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetImportCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetImport", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetImportCommand")
|
|
14
|
-
.sc(GetImport$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetImportCommand extends command(_ep0, _mw0, "GetImport", GetImport$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIntent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIntentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetIntent", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetIntentCommand")
|
|
14
|
-
.sc(GetIntent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIntentCommand extends command(_ep0, _mw0, "GetIntent", GetIntent$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIntentVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIntentVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetIntentVersions", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetIntentVersionsCommand")
|
|
14
|
-
.sc(GetIntentVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIntentVersionsCommand extends command(_ep0, _mw0, "GetIntentVersions", GetIntentVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetIntents$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetIntentsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetIntents", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetIntentsCommand")
|
|
14
|
-
.sc(GetIntents$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetIntentsCommand extends command(_ep0, _mw0, "GetIntents", GetIntents$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMigration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMigrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetMigration", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetMigrationCommand")
|
|
14
|
-
.sc(GetMigration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMigrationCommand extends command(_ep0, _mw0, "GetMigration", GetMigration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetMigrations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMigrationsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetMigrations", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetMigrationsCommand")
|
|
14
|
-
.sc(GetMigrations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMigrationsCommand extends command(_ep0, _mw0, "GetMigrations", GetMigrations$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetSlotType$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSlotTypeCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetSlotType", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetSlotTypeCommand")
|
|
14
|
-
.sc(GetSlotType$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSlotTypeCommand extends command(_ep0, _mw0, "GetSlotType", GetSlotType$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetSlotTypeVersions$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSlotTypeVersionsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetSlotTypeVersions", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetSlotTypeVersionsCommand")
|
|
14
|
-
.sc(GetSlotTypeVersions$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSlotTypeVersionsCommand extends command(_ep0, _mw0, "GetSlotTypeVersions", GetSlotTypeVersions$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetSlotTypes$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSlotTypesCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetSlotTypes", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetSlotTypesCommand")
|
|
14
|
-
.sc(GetSlotTypes$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSlotTypesCommand extends command(_ep0, _mw0, "GetSlotTypes", GetSlotTypes$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetUtterancesView$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetUtterancesViewCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "GetUtterancesView", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "GetUtterancesViewCommand")
|
|
14
|
-
.sc(GetUtterancesView$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetUtterancesViewCommand extends command(_ep0, _mw0, "GetUtterancesView", GetUtterancesView$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AWSDeepSenseModelBuildingService", "ListTagsForResource", {})
|
|
13
|
-
.n("LexModelBuildingServiceClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
16
4
|
}
|