@aws-sdk/client-lex-models-v2 3.54.1 → 3.55.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 (100) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-cjs/LexModelsV2Client.js +13 -13
  3. package/dist-cjs/commands/BuildBotLocaleCommand.js +3 -3
  4. package/dist-cjs/commands/CreateBotAliasCommand.js +3 -3
  5. package/dist-cjs/commands/CreateBotCommand.js +3 -3
  6. package/dist-cjs/commands/CreateBotLocaleCommand.js +3 -3
  7. package/dist-cjs/commands/CreateBotVersionCommand.js +3 -3
  8. package/dist-cjs/commands/CreateExportCommand.js +3 -3
  9. package/dist-cjs/commands/CreateIntentCommand.js +3 -3
  10. package/dist-cjs/commands/CreateResourcePolicyCommand.js +3 -3
  11. package/dist-cjs/commands/CreateResourcePolicyStatementCommand.js +3 -3
  12. package/dist-cjs/commands/CreateSlotCommand.js +3 -3
  13. package/dist-cjs/commands/CreateSlotTypeCommand.js +3 -3
  14. package/dist-cjs/commands/CreateUploadUrlCommand.js +3 -3
  15. package/dist-cjs/commands/DeleteBotAliasCommand.js +3 -3
  16. package/dist-cjs/commands/DeleteBotCommand.js +3 -3
  17. package/dist-cjs/commands/DeleteBotLocaleCommand.js +3 -3
  18. package/dist-cjs/commands/DeleteBotVersionCommand.js +3 -3
  19. package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +3 -3
  20. package/dist-cjs/commands/DeleteExportCommand.js +3 -3
  21. package/dist-cjs/commands/DeleteImportCommand.js +3 -3
  22. package/dist-cjs/commands/DeleteIntentCommand.js +3 -3
  23. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +3 -3
  24. package/dist-cjs/commands/DeleteResourcePolicyStatementCommand.js +3 -3
  25. package/dist-cjs/commands/DeleteSlotCommand.js +3 -3
  26. package/dist-cjs/commands/DeleteSlotTypeCommand.js +3 -3
  27. package/dist-cjs/commands/DeleteUtterancesCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeBotAliasCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeBotCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeBotLocaleCommand.js +3 -3
  31. package/dist-cjs/commands/DescribeBotRecommendationCommand.js +3 -3
  32. package/dist-cjs/commands/DescribeBotVersionCommand.js +3 -3
  33. package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +3 -3
  34. package/dist-cjs/commands/DescribeExportCommand.js +3 -3
  35. package/dist-cjs/commands/DescribeImportCommand.js +3 -3
  36. package/dist-cjs/commands/DescribeIntentCommand.js +3 -3
  37. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +3 -3
  38. package/dist-cjs/commands/DescribeSlotCommand.js +3 -3
  39. package/dist-cjs/commands/DescribeSlotTypeCommand.js +3 -3
  40. package/dist-cjs/commands/ListAggregatedUtterancesCommand.js +3 -3
  41. package/dist-cjs/commands/ListBotAliasesCommand.js +3 -3
  42. package/dist-cjs/commands/ListBotLocalesCommand.js +3 -3
  43. package/dist-cjs/commands/ListBotRecommendationsCommand.js +3 -3
  44. package/dist-cjs/commands/ListBotVersionsCommand.js +3 -3
  45. package/dist-cjs/commands/ListBotsCommand.js +3 -3
  46. package/dist-cjs/commands/ListBuiltInIntentsCommand.js +3 -3
  47. package/dist-cjs/commands/ListBuiltInSlotTypesCommand.js +3 -3
  48. package/dist-cjs/commands/ListExportsCommand.js +3 -3
  49. package/dist-cjs/commands/ListImportsCommand.js +3 -3
  50. package/dist-cjs/commands/ListIntentsCommand.js +3 -3
  51. package/dist-cjs/commands/ListRecommendedIntentsCommand.js +3 -3
  52. package/dist-cjs/commands/ListSlotTypesCommand.js +3 -3
  53. package/dist-cjs/commands/ListSlotsCommand.js +3 -3
  54. package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
  55. package/dist-cjs/commands/SearchAssociatedTranscriptsCommand.js +3 -3
  56. package/dist-cjs/commands/StartBotRecommendationCommand.js +3 -3
  57. package/dist-cjs/commands/StartImportCommand.js +3 -3
  58. package/dist-cjs/commands/TagResourceCommand.js +3 -3
  59. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  60. package/dist-cjs/commands/UpdateBotAliasCommand.js +3 -3
  61. package/dist-cjs/commands/UpdateBotCommand.js +3 -3
  62. package/dist-cjs/commands/UpdateBotLocaleCommand.js +3 -3
  63. package/dist-cjs/commands/UpdateBotRecommendationCommand.js +3 -3
  64. package/dist-cjs/commands/UpdateExportCommand.js +3 -3
  65. package/dist-cjs/commands/UpdateIntentCommand.js +3 -3
  66. package/dist-cjs/commands/UpdateResourcePolicyCommand.js +3 -3
  67. package/dist-cjs/commands/UpdateSlotCommand.js +3 -3
  68. package/dist-cjs/commands/UpdateSlotTypeCommand.js +3 -3
  69. package/dist-cjs/endpoints.js +1 -1
  70. package/dist-cjs/protocols/Aws_restJson1.js +774 -774
  71. package/dist-cjs/runtimeConfig.browser.js +4 -4
  72. package/dist-cjs/runtimeConfig.js +9 -9
  73. package/dist-cjs/runtimeConfig.native.js +1 -1
  74. package/dist-cjs/waiters/waitForBotAliasAvailable.js +3 -3
  75. package/dist-cjs/waiters/waitForBotAvailable.js +3 -3
  76. package/dist-cjs/waiters/waitForBotExportCompleted.js +3 -3
  77. package/dist-cjs/waiters/waitForBotImportCompleted.js +3 -3
  78. package/dist-cjs/waiters/waitForBotLocaleBuilt.js +3 -3
  79. package/dist-cjs/waiters/waitForBotLocaleCreated.js +3 -3
  80. package/dist-cjs/waiters/waitForBotLocaleExpressTestingAvailable.js +3 -3
  81. package/dist-cjs/waiters/waitForBotVersionAvailable.js +3 -3
  82. package/dist-es/LexModelsV2.js +66 -66
  83. package/dist-es/pagination/ListAggregatedUtterancesPaginator.js +4 -4
  84. package/dist-es/pagination/ListBotAliasesPaginator.js +4 -4
  85. package/dist-es/pagination/ListBotLocalesPaginator.js +4 -4
  86. package/dist-es/pagination/ListBotRecommendationsPaginator.js +4 -4
  87. package/dist-es/pagination/ListBotVersionsPaginator.js +4 -4
  88. package/dist-es/pagination/ListBotsPaginator.js +4 -4
  89. package/dist-es/pagination/ListBuiltInIntentsPaginator.js +4 -4
  90. package/dist-es/pagination/ListBuiltInSlotTypesPaginator.js +4 -4
  91. package/dist-es/pagination/ListExportsPaginator.js +4 -4
  92. package/dist-es/pagination/ListImportsPaginator.js +4 -4
  93. package/dist-es/pagination/ListIntentsPaginator.js +4 -4
  94. package/dist-es/pagination/ListRecommendedIntentsPaginator.js +4 -4
  95. package/dist-es/pagination/ListSlotTypesPaginator.js +4 -4
  96. package/dist-es/pagination/ListSlotsPaginator.js +4 -4
  97. package/dist-es/protocols/Aws_restJson1.js +66 -66
  98. package/dist-types/runtimeConfig.native.d.ts +2 -2
  99. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  100. package/package.json +35 -35
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.55.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.1...v3.55.0) (2022-03-21)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-lex-models-v2
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.54.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.54.0...v3.54.1) (2022-03-15)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-lex-models-v2
@@ -12,21 +12,21 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
12
12
  const runtimeConfig_1 = require("./runtimeConfig");
13
13
  class LexModelsV2Client extends smithy_client_1.Client {
14
14
  constructor(configuration) {
15
- const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
16
- const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
17
- const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
18
- const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
19
- const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
20
- const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
21
- const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
15
+ const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
16
+ const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
17
+ const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
18
+ const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
19
+ const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
20
+ const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
21
+ const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
22
22
  super(_config_6);
23
23
  this.config = _config_6;
24
- this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
25
- this.middlewareStack.use(middleware_content_length_1.getContentLengthPlugin(this.config));
26
- this.middlewareStack.use(middleware_host_header_1.getHostHeaderPlugin(this.config));
27
- this.middlewareStack.use(middleware_logger_1.getLoggerPlugin(this.config));
28
- this.middlewareStack.use(middleware_signing_1.getAwsAuthPlugin(this.config));
29
- this.middlewareStack.use(middleware_user_agent_1.getUserAgentPlugin(this.config));
24
+ this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
25
+ this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
26
+ this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
27
+ this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
28
+ this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
29
+ this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
30
30
  }
31
31
  destroy() {
32
32
  super.destroy();
@@ -11,7 +11,7 @@ class BuildBotLocaleCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class BuildBotLocaleCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1BuildBotLocaleCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1BuildBotLocaleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1BuildBotLocaleCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1BuildBotLocaleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.BuildBotLocaleCommand = BuildBotLocaleCommand;
@@ -11,7 +11,7 @@ class CreateBotAliasCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class CreateBotAliasCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateBotAliasCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateBotAliasCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateBotAliasCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateBotAliasCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateBotAliasCommand = CreateBotAliasCommand;
@@ -11,7 +11,7 @@ class CreateBotCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class CreateBotCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateBotCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateBotCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateBotCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateBotCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateBotCommand = CreateBotCommand;
@@ -11,7 +11,7 @@ class CreateBotLocaleCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class CreateBotLocaleCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateBotLocaleCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateBotLocaleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateBotLocaleCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateBotLocaleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateBotLocaleCommand = CreateBotLocaleCommand;
@@ -11,7 +11,7 @@ class CreateBotVersionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class CreateBotVersionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateBotVersionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateBotVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateBotVersionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateBotVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateBotVersionCommand = CreateBotVersionCommand;
@@ -11,7 +11,7 @@ class CreateExportCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class CreateExportCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateExportCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateExportCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateExportCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateExportCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateExportCommand = CreateExportCommand;
@@ -11,7 +11,7 @@ class CreateIntentCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class CreateIntentCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateIntentCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateIntentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateIntentCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateIntentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateIntentCommand = CreateIntentCommand;
@@ -11,7 +11,7 @@ class CreateResourcePolicyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class CreateResourcePolicyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateResourcePolicyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateResourcePolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateResourcePolicyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateResourcePolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateResourcePolicyCommand = CreateResourcePolicyCommand;
@@ -11,7 +11,7 @@ class CreateResourcePolicyStatementCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class CreateResourcePolicyStatementCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateResourcePolicyStatementCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateResourcePolicyStatementCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateResourcePolicyStatementCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateResourcePolicyStatementCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateResourcePolicyStatementCommand = CreateResourcePolicyStatementCommand;
@@ -11,7 +11,7 @@ class CreateSlotCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class CreateSlotCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateSlotCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateSlotCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateSlotCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateSlotCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateSlotCommand = CreateSlotCommand;
@@ -11,7 +11,7 @@ class CreateSlotTypeCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class CreateSlotTypeCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateSlotTypeCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateSlotTypeCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateSlotTypeCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateSlotTypeCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateSlotTypeCommand = CreateSlotTypeCommand;
@@ -11,7 +11,7 @@ class CreateUploadUrlCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class CreateUploadUrlCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1CreateUploadUrlCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1CreateUploadUrlCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1CreateUploadUrlCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1CreateUploadUrlCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.CreateUploadUrlCommand = CreateUploadUrlCommand;
@@ -11,7 +11,7 @@ class DeleteBotAliasCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class DeleteBotAliasCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteBotAliasCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteBotAliasCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteBotAliasCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteBotAliasCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteBotAliasCommand = DeleteBotAliasCommand;
@@ -11,7 +11,7 @@ class DeleteBotCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class DeleteBotCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteBotCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteBotCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteBotCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteBotCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteBotCommand = DeleteBotCommand;
@@ -11,7 +11,7 @@ class DeleteBotLocaleCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class DeleteBotLocaleCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteBotLocaleCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteBotLocaleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteBotLocaleCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteBotLocaleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteBotLocaleCommand = DeleteBotLocaleCommand;
@@ -11,7 +11,7 @@ class DeleteBotVersionCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class DeleteBotVersionCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteBotVersionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteBotVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteBotVersionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteBotVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteBotVersionCommand = DeleteBotVersionCommand;
@@ -11,7 +11,7 @@ class DeleteCustomVocabularyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class DeleteCustomVocabularyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteCustomVocabularyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteCustomVocabularyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteCustomVocabularyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteCustomVocabularyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteCustomVocabularyCommand = DeleteCustomVocabularyCommand;
@@ -11,7 +11,7 @@ class DeleteExportCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class DeleteExportCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteExportCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteExportCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteExportCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteExportCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteExportCommand = DeleteExportCommand;
@@ -11,7 +11,7 @@ class DeleteImportCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class DeleteImportCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteImportCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteImportCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteImportCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteImportCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteImportCommand = DeleteImportCommand;
@@ -11,7 +11,7 @@ class DeleteIntentCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class DeleteIntentCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteIntentCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteIntentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteIntentCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteIntentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteIntentCommand = DeleteIntentCommand;
@@ -11,7 +11,7 @@ class DeleteResourcePolicyCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class DeleteResourcePolicyCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteResourcePolicyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteResourcePolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteResourcePolicyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteResourcePolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
@@ -11,7 +11,7 @@ class DeleteResourcePolicyStatementCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class DeleteResourcePolicyStatementCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteResourcePolicyStatementCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteResourcePolicyStatementCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteResourcePolicyStatementCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteResourcePolicyStatementCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteResourcePolicyStatementCommand = DeleteResourcePolicyStatementCommand;
@@ -11,7 +11,7 @@ class DeleteSlotCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class DeleteSlotCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteSlotCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteSlotCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteSlotCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteSlotCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteSlotCommand = DeleteSlotCommand;
@@ -11,7 +11,7 @@ class DeleteSlotTypeCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class DeleteSlotTypeCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteSlotTypeCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteSlotTypeCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteSlotTypeCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteSlotTypeCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteSlotTypeCommand = DeleteSlotTypeCommand;
@@ -11,7 +11,7 @@ class DeleteUtterancesCommand extends smithy_client_1.Command {
11
11
  this.input = input;
12
12
  }
13
13
  resolveMiddleware(clientStack, configuration, options) {
14
- this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
14
+ this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
15
15
  const stack = clientStack.concat(this.middlewareStack);
16
16
  const { logger } = configuration;
17
17
  const clientName = "LexModelsV2Client";
@@ -27,10 +27,10 @@ class DeleteUtterancesCommand extends smithy_client_1.Command {
27
27
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
28
  }
29
29
  serialize(input, context) {
30
- return Aws_restJson1_1.serializeAws_restJson1DeleteUtterancesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DeleteUtterancesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DeleteUtterancesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DeleteUtterancesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DeleteUtterancesCommand = DeleteUtterancesCommand;