@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
@@ -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
  }
@@ -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 { PutBot$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutBotCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDeepSenseModelBuildingService", "PutBot", {})
13
- .n("LexModelBuildingServiceClient", "PutBotCommand")
14
- .sc(PutBot$)
15
- .build() {
3
+ export class PutBotCommand extends command(_ep0, _mw0, "PutBot", PutBot$) {
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 { PutIntent$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutIntentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDeepSenseModelBuildingService", "PutIntent", {})
13
- .n("LexModelBuildingServiceClient", "PutIntentCommand")
14
- .sc(PutIntent$)
15
- .build() {
3
+ export class PutIntentCommand extends command(_ep0, _mw0, "PutIntent", PutIntent$) {
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 { PutSlotType$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutSlotTypeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDeepSenseModelBuildingService", "PutSlotType", {})
13
- .n("LexModelBuildingServiceClient", "PutSlotTypeCommand")
14
- .sc(PutSlotType$)
15
- .build() {
3
+ export class PutSlotTypeCommand extends command(_ep0, _mw0, "PutSlotType", PutSlotType$) {
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 { StartImport$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartImportCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDeepSenseModelBuildingService", "StartImport", {})
13
- .n("LexModelBuildingServiceClient", "StartImportCommand")
14
- .sc(StartImport$)
15
- .build() {
3
+ export class StartImportCommand extends command(_ep0, _mw0, "StartImport", StartImport$) {
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 { StartMigration$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartMigrationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDeepSenseModelBuildingService", "StartMigration", {})
13
- .n("LexModelBuildingServiceClient", "StartMigrationCommand")
14
- .sc(StartMigration$)
15
- .build() {
3
+ export class StartMigrationCommand extends command(_ep0, _mw0, "StartMigration", StartMigration$) {
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 { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDeepSenseModelBuildingService", "TagResource", {})
13
- .n("LexModelBuildingServiceClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
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 { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSDeepSenseModelBuildingService", "UntagResource", {})
13
- .n("LexModelBuildingServiceClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./LexModelBuildingServiceClient";
2
2
  export * from "./LexModelBuildingService";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -1,5 +1,4 @@
1
1
  import packageInfo from "../package.json";
2
- import { Sha256 } from "@aws-crypto/sha256-browser";
3
2
  import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
4
3
  import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
5
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
25
24
  retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
26
- sha256: config?.sha256 ?? Sha256,
27
25
  streamCollector: config?.streamCollector ?? streamCollector,
28
26
  useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
29
27
  useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
5
5
  import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
6
6
  import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
7
7
  import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
8
- import { calculateBodyLength, Hash } from "@smithy/core/serde";
8
+ import { calculateBodyLength } from "@smithy/core/serde";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
10
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
11
11
  export const getRuntimeConfig = (config) => {
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
35
35
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
36
36
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
37
37
  }, config),
38
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
39
38
  streamCollector: config?.streamCollector ?? streamCollector,
40
39
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
41
40
  useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1,4 +1,3 @@
1
- import { Sha256 } from "@aws-crypto/sha256-js";
2
1
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
3
2
  export const getRuntimeConfig = (config) => {
4
3
  const browserDefaults = getBrowserRuntimeConfig(config);
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
6
5
  ...browserDefaults,
7
6
  ...config,
8
7
  runtime: "react-native",
9
- sha256: config?.sha256 ?? Sha256,
10
8
  };
11
9
  };
@@ -1,5 +1,6 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
3
+ import { Sha256 } from "@smithy/core/checksum";
3
4
  import { NoOpLogger } from "@smithy/core/client";
4
5
  import { parseUrl } from "@smithy/core/protocols";
5
6
  import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
@@ -31,6 +32,7 @@ export const getRuntimeConfig = (config) => {
31
32
  serviceTarget: "AWSDeepSenseModelBuildingService",
32
33
  },
33
34
  serviceId: config?.serviceId ?? "Lex Model Building Service",
35
+ sha256: config?.sha256 ?? Sha256,
34
36
  urlParser: config?.urlParser ?? parseUrl,
35
37
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
36
38
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./LexModelBuildingServiceClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { CreateBotVersionRequest, CreateBotVersionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateBotVersionCommandInput extends CreateBotVersionRequest {
22
19
  export interface CreateBotVersionCommandOutput extends CreateBotVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateBotVersionCommand_base: {
25
- new (input: CreateBotVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateBotVersionCommandInput, CreateBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateBotVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateBotVersionCommandInput, CreateBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateBotVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateBotVersionCommandInput, CreateBotVersionCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateBotVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateBotVersionCommandInput, CreateBotVersionCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new version of the bot based on the <code>$LATEST</code>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { CreateIntentVersionRequest, CreateIntentVersionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateIntentVersionCommandInput extends CreateIntentVersionRequ
22
19
  export interface CreateIntentVersionCommandOutput extends CreateIntentVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateIntentVersionCommand_base: {
25
- new (input: CreateIntentVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateIntentVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateIntentVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateIntentVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateIntentVersionCommandInput, CreateIntentVersionCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new version of an intent based on the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { CreateSlotTypeVersionRequest, CreateSlotTypeVersionResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface CreateSlotTypeVersionCommandInput extends CreateSlotTypeVersion
22
19
  export interface CreateSlotTypeVersionCommandOutput extends CreateSlotTypeVersionResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateSlotTypeVersionCommand_base: {
25
- new (input: CreateSlotTypeVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSlotTypeVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateSlotTypeVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateSlotTypeVersionCommandInput): import("@smithy/core/client").CommandImpl<CreateSlotTypeVersionCommandInput, CreateSlotTypeVersionCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a new version of a slot type based on the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { DeleteBotAliasRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteBotAliasCommandInput extends DeleteBotAliasRequest {
22
19
  export interface DeleteBotAliasCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteBotAliasCommand_base: {
25
- new (input: DeleteBotAliasCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteBotAliasCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteBotAliasCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteBotAliasCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes an alias for the specified bot. </p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { DeleteBotChannelAssociationRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteBotChannelAssociationCommandInput extends DeleteBotChanne
22
19
  export interface DeleteBotChannelAssociationCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteBotChannelAssociationCommand_base: {
25
- new (input: DeleteBotChannelAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteBotChannelAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteBotChannelAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteBotChannelAssociationCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotChannelAssociationCommandInput, DeleteBotChannelAssociationCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the association between an Amazon Lex bot and a messaging
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { DeleteBotRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteBotCommandInput extends DeleteBotRequest {
22
19
  export interface DeleteBotCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteBotCommand_base: {
25
- new (input: DeleteBotCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotCommandInput, DeleteBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteBotCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotCommandInput, DeleteBotCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteBotCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotCommandInput, DeleteBotCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteBotCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotCommandInput, DeleteBotCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes all versions of the bot, including the <code>$LATEST</code>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { DeleteBotVersionRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteBotVersionCommandInput extends DeleteBotVersionRequest {
22
19
  export interface DeleteBotVersionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteBotVersionCommand_base: {
25
- new (input: DeleteBotVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteBotVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteBotVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteBotVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a specific version of a bot. To delete all versions of a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { DeleteIntentRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteIntentCommandInput extends DeleteIntentRequest {
22
19
  export interface DeleteIntentCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteIntentCommand_base: {
25
- new (input: DeleteIntentCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntentCommandInput, DeleteIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteIntentCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntentCommandInput, DeleteIntentCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteIntentCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntentCommandInput, DeleteIntentCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteIntentCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntentCommandInput, DeleteIntentCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes all versions of the intent, including the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { DeleteIntentVersionRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteIntentVersionCommandInput extends DeleteIntentVersionRequ
22
19
  export interface DeleteIntentVersionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteIntentVersionCommand_base: {
25
- new (input: DeleteIntentVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteIntentVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteIntentVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteIntentVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteIntentVersionCommandInput, DeleteIntentVersionCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a specific version of an intent. To delete all versions of
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { DeleteSlotTypeRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteSlotTypeCommandInput extends DeleteSlotTypeRequest {
22
19
  export interface DeleteSlotTypeCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSlotTypeCommand_base: {
25
- new (input: DeleteSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSlotTypeCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes all versions of the slot type, including the
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { DeleteSlotTypeVersionRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteSlotTypeVersionCommandInput extends DeleteSlotTypeVersion
22
19
  export interface DeleteSlotTypeVersionCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteSlotTypeVersionCommand_base: {
25
- new (input: DeleteSlotTypeVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSlotTypeVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteSlotTypeVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteSlotTypeVersionCommandInput): import("@smithy/core/client").CommandImpl<DeleteSlotTypeVersionCommandInput, DeleteSlotTypeVersionCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a specific version of a slot type. To delete all versions
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../LexModelBuildingServiceClient";
4
2
  import type { DeleteUtterancesRequest } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DeleteUtterancesCommandInput extends DeleteUtterancesRequest {
22
19
  export interface DeleteUtterancesCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const DeleteUtterancesCommand_base: {
25
- new (input: DeleteUtterancesCommandInput): import("@smithy/core/client").CommandImpl<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteUtterancesCommandInput): import("@smithy/core/client").CommandImpl<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, LexModelBuildingServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteUtterancesCommandInput): import("@smithy/core/client").CommandImpl<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteUtterancesCommandInput): import("@smithy/core/client").CommandImpl<DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput, import("..").LexModelBuildingServiceClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes stored utterances.</p>