@aws-sdk/client-lex-model-building-service 3.1077.0 → 3.1079.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/dist-cjs/index.js +50 -423
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateBotVersionCommand.js +2 -14
  4. package/dist-es/commands/CreateIntentVersionCommand.js +2 -14
  5. package/dist-es/commands/CreateSlotTypeVersionCommand.js +2 -14
  6. package/dist-es/commands/DeleteBotAliasCommand.js +2 -14
  7. package/dist-es/commands/DeleteBotChannelAssociationCommand.js +2 -14
  8. package/dist-es/commands/DeleteBotCommand.js +2 -14
  9. package/dist-es/commands/DeleteBotVersionCommand.js +2 -14
  10. package/dist-es/commands/DeleteIntentCommand.js +2 -14
  11. package/dist-es/commands/DeleteIntentVersionCommand.js +2 -14
  12. package/dist-es/commands/DeleteSlotTypeCommand.js +2 -14
  13. package/dist-es/commands/DeleteSlotTypeVersionCommand.js +2 -14
  14. package/dist-es/commands/DeleteUtterancesCommand.js +2 -14
  15. package/dist-es/commands/GetBotAliasCommand.js +2 -14
  16. package/dist-es/commands/GetBotAliasesCommand.js +2 -14
  17. package/dist-es/commands/GetBotChannelAssociationCommand.js +2 -14
  18. package/dist-es/commands/GetBotChannelAssociationsCommand.js +2 -14
  19. package/dist-es/commands/GetBotCommand.js +2 -14
  20. package/dist-es/commands/GetBotVersionsCommand.js +2 -14
  21. package/dist-es/commands/GetBotsCommand.js +2 -14
  22. package/dist-es/commands/GetBuiltinIntentCommand.js +2 -14
  23. package/dist-es/commands/GetBuiltinIntentsCommand.js +2 -14
  24. package/dist-es/commands/GetBuiltinSlotTypesCommand.js +2 -14
  25. package/dist-es/commands/GetExportCommand.js +2 -14
  26. package/dist-es/commands/GetImportCommand.js +2 -14
  27. package/dist-es/commands/GetIntentCommand.js +2 -14
  28. package/dist-es/commands/GetIntentVersionsCommand.js +2 -14
  29. package/dist-es/commands/GetIntentsCommand.js +2 -14
  30. package/dist-es/commands/GetMigrationCommand.js +2 -14
  31. package/dist-es/commands/GetMigrationsCommand.js +2 -14
  32. package/dist-es/commands/GetSlotTypeCommand.js +2 -14
  33. package/dist-es/commands/GetSlotTypeVersionsCommand.js +2 -14
  34. package/dist-es/commands/GetSlotTypesCommand.js +2 -14
  35. package/dist-es/commands/GetUtterancesViewCommand.js +2 -14
  36. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  37. package/dist-es/commands/PutBotAliasCommand.js +2 -14
  38. package/dist-es/commands/PutBotCommand.js +2 -14
  39. package/dist-es/commands/PutIntentCommand.js +2 -14
  40. package/dist-es/commands/PutSlotTypeCommand.js +2 -14
  41. package/dist-es/commands/StartImportCommand.js +2 -14
  42. package/dist-es/commands/StartMigrationCommand.js +2 -14
  43. package/dist-es/commands/TagResourceCommand.js +2 -14
  44. package/dist-es/commands/UntagResourceCommand.js +2 -14
  45. package/dist-es/index.js +1 -0
  46. package/dist-types/commandBuilder.d.ts +18 -0
  47. package/dist-types/commands/CreateBotVersionCommand.d.ts +3 -8
  48. package/dist-types/commands/CreateIntentVersionCommand.d.ts +3 -8
  49. package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +3 -8
  50. package/dist-types/commands/DeleteBotAliasCommand.d.ts +3 -8
  51. package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +3 -8
  52. package/dist-types/commands/DeleteBotCommand.d.ts +3 -8
  53. package/dist-types/commands/DeleteBotVersionCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteIntentCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteIntentVersionCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteSlotTypeCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteUtterancesCommand.d.ts +3 -8
  59. package/dist-types/commands/GetBotAliasCommand.d.ts +3 -8
  60. package/dist-types/commands/GetBotAliasesCommand.d.ts +3 -8
  61. package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +3 -8
  62. package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +3 -8
  63. package/dist-types/commands/GetBotCommand.d.ts +3 -8
  64. package/dist-types/commands/GetBotVersionsCommand.d.ts +3 -8
  65. package/dist-types/commands/GetBotsCommand.d.ts +3 -8
  66. package/dist-types/commands/GetBuiltinIntentCommand.d.ts +3 -8
  67. package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +3 -8
  68. package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +3 -8
  69. package/dist-types/commands/GetExportCommand.d.ts +3 -8
  70. package/dist-types/commands/GetImportCommand.d.ts +3 -8
  71. package/dist-types/commands/GetIntentCommand.d.ts +3 -8
  72. package/dist-types/commands/GetIntentVersionsCommand.d.ts +3 -8
  73. package/dist-types/commands/GetIntentsCommand.d.ts +3 -8
  74. package/dist-types/commands/GetMigrationCommand.d.ts +3 -8
  75. package/dist-types/commands/GetMigrationsCommand.d.ts +3 -8
  76. package/dist-types/commands/GetSlotTypeCommand.d.ts +3 -8
  77. package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +3 -8
  78. package/dist-types/commands/GetSlotTypesCommand.d.ts +3 -8
  79. package/dist-types/commands/GetUtterancesViewCommand.d.ts +3 -8
  80. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  81. package/dist-types/commands/PutBotAliasCommand.d.ts +3 -8
  82. package/dist-types/commands/PutBotCommand.d.ts +3 -8
  83. package/dist-types/commands/PutIntentCommand.d.ts +3 -8
  84. package/dist-types/commands/PutSlotTypeCommand.d.ts +3 -8
  85. package/dist-types/commands/StartImportCommand.d.ts +3 -8
  86. package/dist-types/commands/StartMigrationCommand.d.ts +3 -8
  87. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  88. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  89. package/dist-types/index.d.ts +1 -0
  90. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  91. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/PutBotCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/index.d.ts +1 -0
  134. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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 { Command as $Command } from "@smithy/core/client";
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 { $Command };
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
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutBotAlias$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutBotAliasCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDeepSenseModelBuildingService", "PutBotAlias", {})
13
- .n("LexModelBuildingServiceClient", "PutBotAliasCommand")
14
- .sc(PutBotAlias$)
15
- .build() {
3
+ export class PutBotAliasCommand extends command(_ep0, _mw0, "PutBotAlias", PutBotAlias$) {
16
4
  }