@aws-sdk/client-lex-models-v2 3.53.0 → 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 (108) hide show
  1. package/CHANGELOG.md +27 -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/LexModelsV2Client.d.ts +2 -2
  99. package/dist-types/models/models_0.d.ts +2 -2
  100. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  101. package/dist-types/runtimeConfig.d.ts +1 -1
  102. package/dist-types/runtimeConfig.native.d.ts +3 -3
  103. package/dist-types/ts3.4/LexModelsV2Client.d.ts +2 -2
  104. package/dist-types/ts3.4/models/models_0.d.ts +2 -2
  105. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  106. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  107. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  108. package/package.json +35 -35
@@ -11,7 +11,7 @@ class ListTagsForResourceCommand 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 ListTagsForResourceCommand 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_restJson1ListTagsForResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListTagsForResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListTagsForResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -11,7 +11,7 @@ class SearchAssociatedTranscriptsCommand 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 SearchAssociatedTranscriptsCommand 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_restJson1SearchAssociatedTranscriptsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1SearchAssociatedTranscriptsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1SearchAssociatedTranscriptsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1SearchAssociatedTranscriptsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.SearchAssociatedTranscriptsCommand = SearchAssociatedTranscriptsCommand;
@@ -11,7 +11,7 @@ class StartBotRecommendationCommand 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 StartBotRecommendationCommand 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_restJson1StartBotRecommendationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StartBotRecommendationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StartBotRecommendationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StartBotRecommendationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartBotRecommendationCommand = StartBotRecommendationCommand;
@@ -11,7 +11,7 @@ class StartImportCommand 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 StartImportCommand 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_restJson1StartImportCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1StartImportCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1StartImportCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1StartImportCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.StartImportCommand = StartImportCommand;
@@ -11,7 +11,7 @@ class TagResourceCommand 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 TagResourceCommand 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_restJson1TagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1TagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1TagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.TagResourceCommand = TagResourceCommand;
@@ -11,7 +11,7 @@ class UntagResourceCommand 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 UntagResourceCommand 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_restJson1UntagResourceCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UntagResourceCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UntagResourceCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UntagResourceCommand = UntagResourceCommand;
@@ -11,7 +11,7 @@ class UpdateBotAliasCommand 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 UpdateBotAliasCommand 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_restJson1UpdateBotAliasCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateBotAliasCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateBotAliasCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateBotAliasCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateBotAliasCommand = UpdateBotAliasCommand;
@@ -11,7 +11,7 @@ class UpdateBotCommand 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 UpdateBotCommand 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_restJson1UpdateBotCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateBotCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateBotCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateBotCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateBotCommand = UpdateBotCommand;
@@ -11,7 +11,7 @@ class UpdateBotLocaleCommand 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 UpdateBotLocaleCommand 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_restJson1UpdateBotLocaleCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateBotLocaleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateBotLocaleCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateBotLocaleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateBotLocaleCommand = UpdateBotLocaleCommand;
@@ -11,7 +11,7 @@ class UpdateBotRecommendationCommand 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 UpdateBotRecommendationCommand 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_restJson1UpdateBotRecommendationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateBotRecommendationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateBotRecommendationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateBotRecommendationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateBotRecommendationCommand = UpdateBotRecommendationCommand;
@@ -11,7 +11,7 @@ class UpdateExportCommand 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 UpdateExportCommand 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_restJson1UpdateExportCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateExportCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateExportCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateExportCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateExportCommand = UpdateExportCommand;
@@ -11,7 +11,7 @@ class UpdateIntentCommand 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 UpdateIntentCommand 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_restJson1UpdateIntentCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateIntentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateIntentCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateIntentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateIntentCommand = UpdateIntentCommand;
@@ -11,7 +11,7 @@ class UpdateResourcePolicyCommand 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 UpdateResourcePolicyCommand 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_restJson1UpdateResourcePolicyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateResourcePolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateResourcePolicyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateResourcePolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateResourcePolicyCommand = UpdateResourcePolicyCommand;
@@ -11,7 +11,7 @@ class UpdateSlotCommand 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 UpdateSlotCommand 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_restJson1UpdateSlotCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateSlotCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateSlotCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSlotCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateSlotCommand = UpdateSlotCommand;
@@ -11,7 +11,7 @@ class UpdateSlotTypeCommand 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 UpdateSlotTypeCommand 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_restJson1UpdateSlotTypeCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1UpdateSlotTypeCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1UpdateSlotTypeCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1UpdateSlotTypeCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.UpdateSlotTypeCommand = UpdateSlotTypeCommand;
@@ -122,7 +122,7 @@ const partitionHash = {
122
122
  ],
123
123
  },
124
124
  };
125
- const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
125
+ const defaultRegionInfoProvider = async (region, options) => (0, config_resolver_1.getRegionInfo)(region, {
126
126
  ...options,
127
127
  signingService: "lex",
128
128
  regionHash,