@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.
Files changed (146) hide show
  1. package/dist-cjs/index.js +53 -425
  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-es/runtimeConfig.browser.js +0 -2
  47. package/dist-es/runtimeConfig.js +1 -2
  48. package/dist-es/runtimeConfig.native.js +0 -2
  49. package/dist-es/runtimeConfig.shared.js +2 -0
  50. package/dist-types/commandBuilder.d.ts +18 -0
  51. package/dist-types/commands/CreateBotVersionCommand.d.ts +3 -8
  52. package/dist-types/commands/CreateIntentVersionCommand.d.ts +3 -8
  53. package/dist-types/commands/CreateSlotTypeVersionCommand.d.ts +3 -8
  54. package/dist-types/commands/DeleteBotAliasCommand.d.ts +3 -8
  55. package/dist-types/commands/DeleteBotChannelAssociationCommand.d.ts +3 -8
  56. package/dist-types/commands/DeleteBotCommand.d.ts +3 -8
  57. package/dist-types/commands/DeleteBotVersionCommand.d.ts +3 -8
  58. package/dist-types/commands/DeleteIntentCommand.d.ts +3 -8
  59. package/dist-types/commands/DeleteIntentVersionCommand.d.ts +3 -8
  60. package/dist-types/commands/DeleteSlotTypeCommand.d.ts +3 -8
  61. package/dist-types/commands/DeleteSlotTypeVersionCommand.d.ts +3 -8
  62. package/dist-types/commands/DeleteUtterancesCommand.d.ts +3 -8
  63. package/dist-types/commands/GetBotAliasCommand.d.ts +3 -8
  64. package/dist-types/commands/GetBotAliasesCommand.d.ts +3 -8
  65. package/dist-types/commands/GetBotChannelAssociationCommand.d.ts +3 -8
  66. package/dist-types/commands/GetBotChannelAssociationsCommand.d.ts +3 -8
  67. package/dist-types/commands/GetBotCommand.d.ts +3 -8
  68. package/dist-types/commands/GetBotVersionsCommand.d.ts +3 -8
  69. package/dist-types/commands/GetBotsCommand.d.ts +3 -8
  70. package/dist-types/commands/GetBuiltinIntentCommand.d.ts +3 -8
  71. package/dist-types/commands/GetBuiltinIntentsCommand.d.ts +3 -8
  72. package/dist-types/commands/GetBuiltinSlotTypesCommand.d.ts +3 -8
  73. package/dist-types/commands/GetExportCommand.d.ts +3 -8
  74. package/dist-types/commands/GetImportCommand.d.ts +3 -8
  75. package/dist-types/commands/GetIntentCommand.d.ts +3 -8
  76. package/dist-types/commands/GetIntentVersionsCommand.d.ts +3 -8
  77. package/dist-types/commands/GetIntentsCommand.d.ts +3 -8
  78. package/dist-types/commands/GetMigrationCommand.d.ts +3 -8
  79. package/dist-types/commands/GetMigrationsCommand.d.ts +3 -8
  80. package/dist-types/commands/GetSlotTypeCommand.d.ts +3 -8
  81. package/dist-types/commands/GetSlotTypeVersionsCommand.d.ts +3 -8
  82. package/dist-types/commands/GetSlotTypesCommand.d.ts +3 -8
  83. package/dist-types/commands/GetUtterancesViewCommand.d.ts +3 -8
  84. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  85. package/dist-types/commands/PutBotAliasCommand.d.ts +3 -8
  86. package/dist-types/commands/PutBotCommand.d.ts +3 -8
  87. package/dist-types/commands/PutIntentCommand.d.ts +3 -8
  88. package/dist-types/commands/PutSlotTypeCommand.d.ts +3 -8
  89. package/dist-types/commands/StartImportCommand.d.ts +3 -8
  90. package/dist-types/commands/StartMigrationCommand.d.ts +3 -8
  91. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  92. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  93. package/dist-types/index.d.ts +1 -0
  94. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  95. package/dist-types/runtimeConfig.d.ts +1 -1
  96. package/dist-types/runtimeConfig.native.d.ts +1 -1
  97. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  98. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  99. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +7 -16
  100. package/dist-types/ts3.4/commands/CreateIntentVersionCommand.d.ts +7 -16
  101. package/dist-types/ts3.4/commands/CreateSlotTypeVersionCommand.d.ts +7 -16
  102. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +7 -16
  103. package/dist-types/ts3.4/commands/DeleteBotChannelAssociationCommand.d.ts +7 -16
  104. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +7 -16
  105. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +7 -16
  106. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +7 -16
  107. package/dist-types/ts3.4/commands/DeleteIntentVersionCommand.d.ts +7 -16
  108. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +7 -16
  109. package/dist-types/ts3.4/commands/DeleteSlotTypeVersionCommand.d.ts +7 -16
  110. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +7 -16
  111. package/dist-types/ts3.4/commands/GetBotAliasCommand.d.ts +7 -16
  112. package/dist-types/ts3.4/commands/GetBotAliasesCommand.d.ts +7 -16
  113. package/dist-types/ts3.4/commands/GetBotChannelAssociationCommand.d.ts +7 -16
  114. package/dist-types/ts3.4/commands/GetBotChannelAssociationsCommand.d.ts +7 -16
  115. package/dist-types/ts3.4/commands/GetBotCommand.d.ts +7 -16
  116. package/dist-types/ts3.4/commands/GetBotVersionsCommand.d.ts +7 -16
  117. package/dist-types/ts3.4/commands/GetBotsCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/GetBuiltinIntentCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/GetBuiltinIntentsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/GetBuiltinSlotTypesCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/GetExportCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/GetImportCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/GetIntentCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/GetIntentVersionsCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/GetIntentsCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/GetMigrationCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/GetMigrationsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/GetSlotTypeCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/GetSlotTypeVersionsCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/GetSlotTypesCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/GetUtterancesViewCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/PutBotAliasCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/PutBotCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/PutIntentCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/PutSlotTypeCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/StartMigrationCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/index.d.ts +1 -0
  142. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  143. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  144. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  145. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  146. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultLexModelBuildingServiceHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -1401,6 +1403,7 @@ const getRuntimeConfig$1 = (config) => {
1401
1403
  serviceTarget: "AWSDeepSenseModelBuildingService",
1402
1404
  },
1403
1405
  serviceId: config?.serviceId ?? "Lex Model Building Service",
1406
+ sha256: config?.sha256 ?? Sha256,
1404
1407
  urlParser: config?.urlParser ?? parseUrl,
1405
1408
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1406
1409
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1434,7 +1437,6 @@ const getRuntimeConfig = (config) => {
1434
1437
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1435
1438
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1436
1439
  }, config),
1437
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1438
1440
  streamCollector: config?.streamCollector ?? streamCollector,
1439
1441
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1440
1442
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1522,508 +1524,134 @@ class LexModelBuildingServiceClient extends Client {
1522
1524
  }
1523
1525
  }
1524
1526
 
1525
- class CreateBotVersionCommand extends Command
1526
- .classBuilder()
1527
- .ep(commonParams)
1528
- .m(function (Command, cs, config, o) {
1529
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1530
- })
1531
- .s("AWSDeepSenseModelBuildingService", "CreateBotVersion", {})
1532
- .n("LexModelBuildingServiceClient", "CreateBotVersionCommand")
1533
- .sc(CreateBotVersion$)
1534
- .build() {
1527
+ const command = makeBuilder(commonParams, "AWSDeepSenseModelBuildingService", "LexModelBuildingServiceClient", getEndpointPlugin);
1528
+ const _ep0 = {};
1529
+ const _mw0 = (Command, cs, config, o) => [];
1530
+
1531
+ class CreateBotVersionCommand extends command(_ep0, _mw0, "CreateBotVersion", CreateBotVersion$) {
1535
1532
  }
1536
1533
 
1537
- class CreateIntentVersionCommand extends Command
1538
- .classBuilder()
1539
- .ep(commonParams)
1540
- .m(function (Command, cs, config, o) {
1541
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1542
- })
1543
- .s("AWSDeepSenseModelBuildingService", "CreateIntentVersion", {})
1544
- .n("LexModelBuildingServiceClient", "CreateIntentVersionCommand")
1545
- .sc(CreateIntentVersion$)
1546
- .build() {
1534
+ class CreateIntentVersionCommand extends command(_ep0, _mw0, "CreateIntentVersion", CreateIntentVersion$) {
1547
1535
  }
1548
1536
 
1549
- class CreateSlotTypeVersionCommand extends Command
1550
- .classBuilder()
1551
- .ep(commonParams)
1552
- .m(function (Command, cs, config, o) {
1553
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1554
- })
1555
- .s("AWSDeepSenseModelBuildingService", "CreateSlotTypeVersion", {})
1556
- .n("LexModelBuildingServiceClient", "CreateSlotTypeVersionCommand")
1557
- .sc(CreateSlotTypeVersion$)
1558
- .build() {
1537
+ class CreateSlotTypeVersionCommand extends command(_ep0, _mw0, "CreateSlotTypeVersion", CreateSlotTypeVersion$) {
1559
1538
  }
1560
1539
 
1561
- class DeleteBotAliasCommand extends Command
1562
- .classBuilder()
1563
- .ep(commonParams)
1564
- .m(function (Command, cs, config, o) {
1565
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1566
- })
1567
- .s("AWSDeepSenseModelBuildingService", "DeleteBotAlias", {})
1568
- .n("LexModelBuildingServiceClient", "DeleteBotAliasCommand")
1569
- .sc(DeleteBotAlias$)
1570
- .build() {
1540
+ class DeleteBotAliasCommand extends command(_ep0, _mw0, "DeleteBotAlias", DeleteBotAlias$) {
1571
1541
  }
1572
1542
 
1573
- class DeleteBotChannelAssociationCommand extends Command
1574
- .classBuilder()
1575
- .ep(commonParams)
1576
- .m(function (Command, cs, config, o) {
1577
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1578
- })
1579
- .s("AWSDeepSenseModelBuildingService", "DeleteBotChannelAssociation", {})
1580
- .n("LexModelBuildingServiceClient", "DeleteBotChannelAssociationCommand")
1581
- .sc(DeleteBotChannelAssociation$)
1582
- .build() {
1543
+ class DeleteBotChannelAssociationCommand extends command(_ep0, _mw0, "DeleteBotChannelAssociation", DeleteBotChannelAssociation$) {
1583
1544
  }
1584
1545
 
1585
- class DeleteBotCommand extends Command
1586
- .classBuilder()
1587
- .ep(commonParams)
1588
- .m(function (Command, cs, config, o) {
1589
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1590
- })
1591
- .s("AWSDeepSenseModelBuildingService", "DeleteBot", {})
1592
- .n("LexModelBuildingServiceClient", "DeleteBotCommand")
1593
- .sc(DeleteBot$)
1594
- .build() {
1546
+ class DeleteBotCommand extends command(_ep0, _mw0, "DeleteBot", DeleteBot$) {
1595
1547
  }
1596
1548
 
1597
- class DeleteBotVersionCommand extends Command
1598
- .classBuilder()
1599
- .ep(commonParams)
1600
- .m(function (Command, cs, config, o) {
1601
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1602
- })
1603
- .s("AWSDeepSenseModelBuildingService", "DeleteBotVersion", {})
1604
- .n("LexModelBuildingServiceClient", "DeleteBotVersionCommand")
1605
- .sc(DeleteBotVersion$)
1606
- .build() {
1549
+ class DeleteBotVersionCommand extends command(_ep0, _mw0, "DeleteBotVersion", DeleteBotVersion$) {
1607
1550
  }
1608
1551
 
1609
- class DeleteIntentCommand extends Command
1610
- .classBuilder()
1611
- .ep(commonParams)
1612
- .m(function (Command, cs, config, o) {
1613
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1614
- })
1615
- .s("AWSDeepSenseModelBuildingService", "DeleteIntent", {})
1616
- .n("LexModelBuildingServiceClient", "DeleteIntentCommand")
1617
- .sc(DeleteIntent$)
1618
- .build() {
1552
+ class DeleteIntentCommand extends command(_ep0, _mw0, "DeleteIntent", DeleteIntent$) {
1619
1553
  }
1620
1554
 
1621
- class DeleteIntentVersionCommand extends Command
1622
- .classBuilder()
1623
- .ep(commonParams)
1624
- .m(function (Command, cs, config, o) {
1625
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1626
- })
1627
- .s("AWSDeepSenseModelBuildingService", "DeleteIntentVersion", {})
1628
- .n("LexModelBuildingServiceClient", "DeleteIntentVersionCommand")
1629
- .sc(DeleteIntentVersion$)
1630
- .build() {
1555
+ class DeleteIntentVersionCommand extends command(_ep0, _mw0, "DeleteIntentVersion", DeleteIntentVersion$) {
1631
1556
  }
1632
1557
 
1633
- class DeleteSlotTypeCommand extends Command
1634
- .classBuilder()
1635
- .ep(commonParams)
1636
- .m(function (Command, cs, config, o) {
1637
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1638
- })
1639
- .s("AWSDeepSenseModelBuildingService", "DeleteSlotType", {})
1640
- .n("LexModelBuildingServiceClient", "DeleteSlotTypeCommand")
1641
- .sc(DeleteSlotType$)
1642
- .build() {
1558
+ class DeleteSlotTypeCommand extends command(_ep0, _mw0, "DeleteSlotType", DeleteSlotType$) {
1643
1559
  }
1644
1560
 
1645
- class DeleteSlotTypeVersionCommand extends Command
1646
- .classBuilder()
1647
- .ep(commonParams)
1648
- .m(function (Command, cs, config, o) {
1649
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1650
- })
1651
- .s("AWSDeepSenseModelBuildingService", "DeleteSlotTypeVersion", {})
1652
- .n("LexModelBuildingServiceClient", "DeleteSlotTypeVersionCommand")
1653
- .sc(DeleteSlotTypeVersion$)
1654
- .build() {
1561
+ class DeleteSlotTypeVersionCommand extends command(_ep0, _mw0, "DeleteSlotTypeVersion", DeleteSlotTypeVersion$) {
1655
1562
  }
1656
1563
 
1657
- class DeleteUtterancesCommand extends Command
1658
- .classBuilder()
1659
- .ep(commonParams)
1660
- .m(function (Command, cs, config, o) {
1661
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1662
- })
1663
- .s("AWSDeepSenseModelBuildingService", "DeleteUtterances", {})
1664
- .n("LexModelBuildingServiceClient", "DeleteUtterancesCommand")
1665
- .sc(DeleteUtterances$)
1666
- .build() {
1564
+ class DeleteUtterancesCommand extends command(_ep0, _mw0, "DeleteUtterances", DeleteUtterances$) {
1667
1565
  }
1668
1566
 
1669
- class GetBotAliasCommand extends Command
1670
- .classBuilder()
1671
- .ep(commonParams)
1672
- .m(function (Command, cs, config, o) {
1673
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1674
- })
1675
- .s("AWSDeepSenseModelBuildingService", "GetBotAlias", {})
1676
- .n("LexModelBuildingServiceClient", "GetBotAliasCommand")
1677
- .sc(GetBotAlias$)
1678
- .build() {
1567
+ class GetBotAliasCommand extends command(_ep0, _mw0, "GetBotAlias", GetBotAlias$) {
1679
1568
  }
1680
1569
 
1681
- class GetBotAliasesCommand extends Command
1682
- .classBuilder()
1683
- .ep(commonParams)
1684
- .m(function (Command, cs, config, o) {
1685
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1686
- })
1687
- .s("AWSDeepSenseModelBuildingService", "GetBotAliases", {})
1688
- .n("LexModelBuildingServiceClient", "GetBotAliasesCommand")
1689
- .sc(GetBotAliases$)
1690
- .build() {
1570
+ class GetBotAliasesCommand extends command(_ep0, _mw0, "GetBotAliases", GetBotAliases$) {
1691
1571
  }
1692
1572
 
1693
- class GetBotChannelAssociationCommand extends Command
1694
- .classBuilder()
1695
- .ep(commonParams)
1696
- .m(function (Command, cs, config, o) {
1697
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1698
- })
1699
- .s("AWSDeepSenseModelBuildingService", "GetBotChannelAssociation", {})
1700
- .n("LexModelBuildingServiceClient", "GetBotChannelAssociationCommand")
1701
- .sc(GetBotChannelAssociation$)
1702
- .build() {
1573
+ class GetBotChannelAssociationCommand extends command(_ep0, _mw0, "GetBotChannelAssociation", GetBotChannelAssociation$) {
1703
1574
  }
1704
1575
 
1705
- class GetBotChannelAssociationsCommand extends Command
1706
- .classBuilder()
1707
- .ep(commonParams)
1708
- .m(function (Command, cs, config, o) {
1709
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1710
- })
1711
- .s("AWSDeepSenseModelBuildingService", "GetBotChannelAssociations", {})
1712
- .n("LexModelBuildingServiceClient", "GetBotChannelAssociationsCommand")
1713
- .sc(GetBotChannelAssociations$)
1714
- .build() {
1576
+ class GetBotChannelAssociationsCommand extends command(_ep0, _mw0, "GetBotChannelAssociations", GetBotChannelAssociations$) {
1715
1577
  }
1716
1578
 
1717
- class GetBotCommand extends Command
1718
- .classBuilder()
1719
- .ep(commonParams)
1720
- .m(function (Command, cs, config, o) {
1721
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1722
- })
1723
- .s("AWSDeepSenseModelBuildingService", "GetBot", {})
1724
- .n("LexModelBuildingServiceClient", "GetBotCommand")
1725
- .sc(GetBot$)
1726
- .build() {
1579
+ class GetBotCommand extends command(_ep0, _mw0, "GetBot", GetBot$) {
1727
1580
  }
1728
1581
 
1729
- class GetBotsCommand extends Command
1730
- .classBuilder()
1731
- .ep(commonParams)
1732
- .m(function (Command, cs, config, o) {
1733
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1734
- })
1735
- .s("AWSDeepSenseModelBuildingService", "GetBots", {})
1736
- .n("LexModelBuildingServiceClient", "GetBotsCommand")
1737
- .sc(GetBots$)
1738
- .build() {
1582
+ class GetBotsCommand extends command(_ep0, _mw0, "GetBots", GetBots$) {
1739
1583
  }
1740
1584
 
1741
- class GetBotVersionsCommand extends Command
1742
- .classBuilder()
1743
- .ep(commonParams)
1744
- .m(function (Command, cs, config, o) {
1745
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1746
- })
1747
- .s("AWSDeepSenseModelBuildingService", "GetBotVersions", {})
1748
- .n("LexModelBuildingServiceClient", "GetBotVersionsCommand")
1749
- .sc(GetBotVersions$)
1750
- .build() {
1585
+ class GetBotVersionsCommand extends command(_ep0, _mw0, "GetBotVersions", GetBotVersions$) {
1751
1586
  }
1752
1587
 
1753
- class GetBuiltinIntentCommand extends Command
1754
- .classBuilder()
1755
- .ep(commonParams)
1756
- .m(function (Command, cs, config, o) {
1757
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1758
- })
1759
- .s("AWSDeepSenseModelBuildingService", "GetBuiltinIntent", {})
1760
- .n("LexModelBuildingServiceClient", "GetBuiltinIntentCommand")
1761
- .sc(GetBuiltinIntent$)
1762
- .build() {
1588
+ class GetBuiltinIntentCommand extends command(_ep0, _mw0, "GetBuiltinIntent", GetBuiltinIntent$) {
1763
1589
  }
1764
1590
 
1765
- class GetBuiltinIntentsCommand extends Command
1766
- .classBuilder()
1767
- .ep(commonParams)
1768
- .m(function (Command, cs, config, o) {
1769
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1770
- })
1771
- .s("AWSDeepSenseModelBuildingService", "GetBuiltinIntents", {})
1772
- .n("LexModelBuildingServiceClient", "GetBuiltinIntentsCommand")
1773
- .sc(GetBuiltinIntents$)
1774
- .build() {
1591
+ class GetBuiltinIntentsCommand extends command(_ep0, _mw0, "GetBuiltinIntents", GetBuiltinIntents$) {
1775
1592
  }
1776
1593
 
1777
- class GetBuiltinSlotTypesCommand extends Command
1778
- .classBuilder()
1779
- .ep(commonParams)
1780
- .m(function (Command, cs, config, o) {
1781
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1782
- })
1783
- .s("AWSDeepSenseModelBuildingService", "GetBuiltinSlotTypes", {})
1784
- .n("LexModelBuildingServiceClient", "GetBuiltinSlotTypesCommand")
1785
- .sc(GetBuiltinSlotTypes$)
1786
- .build() {
1594
+ class GetBuiltinSlotTypesCommand extends command(_ep0, _mw0, "GetBuiltinSlotTypes", GetBuiltinSlotTypes$) {
1787
1595
  }
1788
1596
 
1789
- class GetExportCommand extends Command
1790
- .classBuilder()
1791
- .ep(commonParams)
1792
- .m(function (Command, cs, config, o) {
1793
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1794
- })
1795
- .s("AWSDeepSenseModelBuildingService", "GetExport", {})
1796
- .n("LexModelBuildingServiceClient", "GetExportCommand")
1797
- .sc(GetExport$)
1798
- .build() {
1597
+ class GetExportCommand extends command(_ep0, _mw0, "GetExport", GetExport$) {
1799
1598
  }
1800
1599
 
1801
- class GetImportCommand extends Command
1802
- .classBuilder()
1803
- .ep(commonParams)
1804
- .m(function (Command, cs, config, o) {
1805
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1806
- })
1807
- .s("AWSDeepSenseModelBuildingService", "GetImport", {})
1808
- .n("LexModelBuildingServiceClient", "GetImportCommand")
1809
- .sc(GetImport$)
1810
- .build() {
1600
+ class GetImportCommand extends command(_ep0, _mw0, "GetImport", GetImport$) {
1811
1601
  }
1812
1602
 
1813
- class GetIntentCommand extends Command
1814
- .classBuilder()
1815
- .ep(commonParams)
1816
- .m(function (Command, cs, config, o) {
1817
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1818
- })
1819
- .s("AWSDeepSenseModelBuildingService", "GetIntent", {})
1820
- .n("LexModelBuildingServiceClient", "GetIntentCommand")
1821
- .sc(GetIntent$)
1822
- .build() {
1603
+ class GetIntentCommand extends command(_ep0, _mw0, "GetIntent", GetIntent$) {
1823
1604
  }
1824
1605
 
1825
- class GetIntentsCommand extends Command
1826
- .classBuilder()
1827
- .ep(commonParams)
1828
- .m(function (Command, cs, config, o) {
1829
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1830
- })
1831
- .s("AWSDeepSenseModelBuildingService", "GetIntents", {})
1832
- .n("LexModelBuildingServiceClient", "GetIntentsCommand")
1833
- .sc(GetIntents$)
1834
- .build() {
1606
+ class GetIntentsCommand extends command(_ep0, _mw0, "GetIntents", GetIntents$) {
1835
1607
  }
1836
1608
 
1837
- class GetIntentVersionsCommand extends Command
1838
- .classBuilder()
1839
- .ep(commonParams)
1840
- .m(function (Command, cs, config, o) {
1841
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1842
- })
1843
- .s("AWSDeepSenseModelBuildingService", "GetIntentVersions", {})
1844
- .n("LexModelBuildingServiceClient", "GetIntentVersionsCommand")
1845
- .sc(GetIntentVersions$)
1846
- .build() {
1609
+ class GetIntentVersionsCommand extends command(_ep0, _mw0, "GetIntentVersions", GetIntentVersions$) {
1847
1610
  }
1848
1611
 
1849
- class GetMigrationCommand extends Command
1850
- .classBuilder()
1851
- .ep(commonParams)
1852
- .m(function (Command, cs, config, o) {
1853
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1854
- })
1855
- .s("AWSDeepSenseModelBuildingService", "GetMigration", {})
1856
- .n("LexModelBuildingServiceClient", "GetMigrationCommand")
1857
- .sc(GetMigration$)
1858
- .build() {
1612
+ class GetMigrationCommand extends command(_ep0, _mw0, "GetMigration", GetMigration$) {
1859
1613
  }
1860
1614
 
1861
- class GetMigrationsCommand extends Command
1862
- .classBuilder()
1863
- .ep(commonParams)
1864
- .m(function (Command, cs, config, o) {
1865
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1866
- })
1867
- .s("AWSDeepSenseModelBuildingService", "GetMigrations", {})
1868
- .n("LexModelBuildingServiceClient", "GetMigrationsCommand")
1869
- .sc(GetMigrations$)
1870
- .build() {
1615
+ class GetMigrationsCommand extends command(_ep0, _mw0, "GetMigrations", GetMigrations$) {
1871
1616
  }
1872
1617
 
1873
- class GetSlotTypeCommand extends Command
1874
- .classBuilder()
1875
- .ep(commonParams)
1876
- .m(function (Command, cs, config, o) {
1877
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1878
- })
1879
- .s("AWSDeepSenseModelBuildingService", "GetSlotType", {})
1880
- .n("LexModelBuildingServiceClient", "GetSlotTypeCommand")
1881
- .sc(GetSlotType$)
1882
- .build() {
1618
+ class GetSlotTypeCommand extends command(_ep0, _mw0, "GetSlotType", GetSlotType$) {
1883
1619
  }
1884
1620
 
1885
- class GetSlotTypesCommand extends Command
1886
- .classBuilder()
1887
- .ep(commonParams)
1888
- .m(function (Command, cs, config, o) {
1889
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1890
- })
1891
- .s("AWSDeepSenseModelBuildingService", "GetSlotTypes", {})
1892
- .n("LexModelBuildingServiceClient", "GetSlotTypesCommand")
1893
- .sc(GetSlotTypes$)
1894
- .build() {
1621
+ class GetSlotTypesCommand extends command(_ep0, _mw0, "GetSlotTypes", GetSlotTypes$) {
1895
1622
  }
1896
1623
 
1897
- class GetSlotTypeVersionsCommand extends Command
1898
- .classBuilder()
1899
- .ep(commonParams)
1900
- .m(function (Command, cs, config, o) {
1901
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1902
- })
1903
- .s("AWSDeepSenseModelBuildingService", "GetSlotTypeVersions", {})
1904
- .n("LexModelBuildingServiceClient", "GetSlotTypeVersionsCommand")
1905
- .sc(GetSlotTypeVersions$)
1906
- .build() {
1624
+ class GetSlotTypeVersionsCommand extends command(_ep0, _mw0, "GetSlotTypeVersions", GetSlotTypeVersions$) {
1907
1625
  }
1908
1626
 
1909
- class GetUtterancesViewCommand extends Command
1910
- .classBuilder()
1911
- .ep(commonParams)
1912
- .m(function (Command, cs, config, o) {
1913
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1914
- })
1915
- .s("AWSDeepSenseModelBuildingService", "GetUtterancesView", {})
1916
- .n("LexModelBuildingServiceClient", "GetUtterancesViewCommand")
1917
- .sc(GetUtterancesView$)
1918
- .build() {
1627
+ class GetUtterancesViewCommand extends command(_ep0, _mw0, "GetUtterancesView", GetUtterancesView$) {
1919
1628
  }
1920
1629
 
1921
- class ListTagsForResourceCommand extends Command
1922
- .classBuilder()
1923
- .ep(commonParams)
1924
- .m(function (Command, cs, config, o) {
1925
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1926
- })
1927
- .s("AWSDeepSenseModelBuildingService", "ListTagsForResource", {})
1928
- .n("LexModelBuildingServiceClient", "ListTagsForResourceCommand")
1929
- .sc(ListTagsForResource$)
1930
- .build() {
1630
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1931
1631
  }
1932
1632
 
1933
- class PutBotAliasCommand extends Command
1934
- .classBuilder()
1935
- .ep(commonParams)
1936
- .m(function (Command, cs, config, o) {
1937
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1938
- })
1939
- .s("AWSDeepSenseModelBuildingService", "PutBotAlias", {})
1940
- .n("LexModelBuildingServiceClient", "PutBotAliasCommand")
1941
- .sc(PutBotAlias$)
1942
- .build() {
1633
+ class PutBotAliasCommand extends command(_ep0, _mw0, "PutBotAlias", PutBotAlias$) {
1943
1634
  }
1944
1635
 
1945
- class PutBotCommand extends Command
1946
- .classBuilder()
1947
- .ep(commonParams)
1948
- .m(function (Command, cs, config, o) {
1949
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1950
- })
1951
- .s("AWSDeepSenseModelBuildingService", "PutBot", {})
1952
- .n("LexModelBuildingServiceClient", "PutBotCommand")
1953
- .sc(PutBot$)
1954
- .build() {
1636
+ class PutBotCommand extends command(_ep0, _mw0, "PutBot", PutBot$) {
1955
1637
  }
1956
1638
 
1957
- class PutIntentCommand extends Command
1958
- .classBuilder()
1959
- .ep(commonParams)
1960
- .m(function (Command, cs, config, o) {
1961
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1962
- })
1963
- .s("AWSDeepSenseModelBuildingService", "PutIntent", {})
1964
- .n("LexModelBuildingServiceClient", "PutIntentCommand")
1965
- .sc(PutIntent$)
1966
- .build() {
1639
+ class PutIntentCommand extends command(_ep0, _mw0, "PutIntent", PutIntent$) {
1967
1640
  }
1968
1641
 
1969
- class PutSlotTypeCommand extends Command
1970
- .classBuilder()
1971
- .ep(commonParams)
1972
- .m(function (Command, cs, config, o) {
1973
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1974
- })
1975
- .s("AWSDeepSenseModelBuildingService", "PutSlotType", {})
1976
- .n("LexModelBuildingServiceClient", "PutSlotTypeCommand")
1977
- .sc(PutSlotType$)
1978
- .build() {
1642
+ class PutSlotTypeCommand extends command(_ep0, _mw0, "PutSlotType", PutSlotType$) {
1979
1643
  }
1980
1644
 
1981
- class StartImportCommand extends Command
1982
- .classBuilder()
1983
- .ep(commonParams)
1984
- .m(function (Command, cs, config, o) {
1985
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1986
- })
1987
- .s("AWSDeepSenseModelBuildingService", "StartImport", {})
1988
- .n("LexModelBuildingServiceClient", "StartImportCommand")
1989
- .sc(StartImport$)
1990
- .build() {
1645
+ class StartImportCommand extends command(_ep0, _mw0, "StartImport", StartImport$) {
1991
1646
  }
1992
1647
 
1993
- class StartMigrationCommand extends Command
1994
- .classBuilder()
1995
- .ep(commonParams)
1996
- .m(function (Command, cs, config, o) {
1997
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1998
- })
1999
- .s("AWSDeepSenseModelBuildingService", "StartMigration", {})
2000
- .n("LexModelBuildingServiceClient", "StartMigrationCommand")
2001
- .sc(StartMigration$)
2002
- .build() {
1648
+ class StartMigrationCommand extends command(_ep0, _mw0, "StartMigration", StartMigration$) {
2003
1649
  }
2004
1650
 
2005
- class TagResourceCommand extends Command
2006
- .classBuilder()
2007
- .ep(commonParams)
2008
- .m(function (Command, cs, config, o) {
2009
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2010
- })
2011
- .s("AWSDeepSenseModelBuildingService", "TagResource", {})
2012
- .n("LexModelBuildingServiceClient", "TagResourceCommand")
2013
- .sc(TagResource$)
2014
- .build() {
1651
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2015
1652
  }
2016
1653
 
2017
- class UntagResourceCommand extends Command
2018
- .classBuilder()
2019
- .ep(commonParams)
2020
- .m(function (Command, cs, config, o) {
2021
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2022
- })
2023
- .s("AWSDeepSenseModelBuildingService", "UntagResource", {})
2024
- .n("LexModelBuildingServiceClient", "UntagResourceCommand")
2025
- .sc(UntagResource$)
2026
- .build() {
1654
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2027
1655
  }
2028
1656
 
2029
1657
  const paginateGetBotAliases = createPaginator(LexModelBuildingServiceClient, GetBotAliasesCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "AWSDeepSenseModelBuildingService", "LexModelBuildingServiceClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -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 { CreateBotVersion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateBotVersionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDeepSenseModelBuildingService", "CreateBotVersion", {})
13
- .n("LexModelBuildingServiceClient", "CreateBotVersionCommand")
14
- .sc(CreateBotVersion$)
15
- .build() {
3
+ export class CreateBotVersionCommand extends command(_ep0, _mw0, "CreateBotVersion", CreateBotVersion$) {
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 { CreateIntentVersion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateIntentVersionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDeepSenseModelBuildingService", "CreateIntentVersion", {})
13
- .n("LexModelBuildingServiceClient", "CreateIntentVersionCommand")
14
- .sc(CreateIntentVersion$)
15
- .build() {
3
+ export class CreateIntentVersionCommand extends command(_ep0, _mw0, "CreateIntentVersion", CreateIntentVersion$) {
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 { CreateSlotTypeVersion$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateSlotTypeVersionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDeepSenseModelBuildingService", "CreateSlotTypeVersion", {})
13
- .n("LexModelBuildingServiceClient", "CreateSlotTypeVersionCommand")
14
- .sc(CreateSlotTypeVersion$)
15
- .build() {
3
+ export class CreateSlotTypeVersionCommand extends command(_ep0, _mw0, "CreateSlotTypeVersion", CreateSlotTypeVersion$) {
16
4
  }