@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 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;
@@ -11,7 +11,7 @@ class DescribeBotAliasCommand 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 DescribeBotAliasCommand 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_restJson1DescribeBotAliasCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeBotAliasCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeBotAliasCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeBotAliasCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeBotAliasCommand = DescribeBotAliasCommand;
@@ -11,7 +11,7 @@ class DescribeBotCommand 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 DescribeBotCommand 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_restJson1DescribeBotCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeBotCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeBotCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeBotCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeBotCommand = DescribeBotCommand;
@@ -11,7 +11,7 @@ class DescribeBotLocaleCommand 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 DescribeBotLocaleCommand 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_restJson1DescribeBotLocaleCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeBotLocaleCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeBotLocaleCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeBotLocaleCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeBotLocaleCommand = DescribeBotLocaleCommand;
@@ -11,7 +11,7 @@ class DescribeBotRecommendationCommand 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 DescribeBotRecommendationCommand 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_restJson1DescribeBotRecommendationCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeBotRecommendationCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeBotRecommendationCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeBotRecommendationCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeBotRecommendationCommand = DescribeBotRecommendationCommand;
@@ -11,7 +11,7 @@ class DescribeBotVersionCommand 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 DescribeBotVersionCommand 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_restJson1DescribeBotVersionCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeBotVersionCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeBotVersionCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeBotVersionCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeBotVersionCommand = DescribeBotVersionCommand;
@@ -11,7 +11,7 @@ class DescribeCustomVocabularyMetadataCommand 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 DescribeCustomVocabularyMetadataCommand 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_restJson1DescribeCustomVocabularyMetadataCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeCustomVocabularyMetadataCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeCustomVocabularyMetadataCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeCustomVocabularyMetadataCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeCustomVocabularyMetadataCommand = DescribeCustomVocabularyMetadataCommand;
@@ -11,7 +11,7 @@ class DescribeExportCommand 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 DescribeExportCommand 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_restJson1DescribeExportCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeExportCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeExportCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeExportCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeExportCommand = DescribeExportCommand;
@@ -11,7 +11,7 @@ class DescribeImportCommand 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 DescribeImportCommand 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_restJson1DescribeImportCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeImportCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeImportCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeImportCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeImportCommand = DescribeImportCommand;
@@ -11,7 +11,7 @@ class DescribeIntentCommand 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 DescribeIntentCommand 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_restJson1DescribeIntentCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeIntentCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeIntentCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeIntentCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeIntentCommand = DescribeIntentCommand;
@@ -11,7 +11,7 @@ class DescribeResourcePolicyCommand 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 DescribeResourcePolicyCommand 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_restJson1DescribeResourcePolicyCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeResourcePolicyCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeResourcePolicyCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeResourcePolicyCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeResourcePolicyCommand = DescribeResourcePolicyCommand;
@@ -11,7 +11,7 @@ class DescribeSlotCommand 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 DescribeSlotCommand 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_restJson1DescribeSlotCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeSlotCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeSlotCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeSlotCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeSlotCommand = DescribeSlotCommand;
@@ -11,7 +11,7 @@ class DescribeSlotTypeCommand 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 DescribeSlotTypeCommand 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_restJson1DescribeSlotTypeCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1DescribeSlotTypeCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1DescribeSlotTypeCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1DescribeSlotTypeCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.DescribeSlotTypeCommand = DescribeSlotTypeCommand;
@@ -11,7 +11,7 @@ class ListAggregatedUtterancesCommand 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 ListAggregatedUtterancesCommand 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_restJson1ListAggregatedUtterancesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListAggregatedUtterancesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListAggregatedUtterancesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListAggregatedUtterancesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListAggregatedUtterancesCommand = ListAggregatedUtterancesCommand;
@@ -11,7 +11,7 @@ class ListBotAliasesCommand 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 ListBotAliasesCommand 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_restJson1ListBotAliasesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListBotAliasesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListBotAliasesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListBotAliasesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListBotAliasesCommand = ListBotAliasesCommand;
@@ -11,7 +11,7 @@ class ListBotLocalesCommand 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 ListBotLocalesCommand 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_restJson1ListBotLocalesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListBotLocalesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListBotLocalesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListBotLocalesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListBotLocalesCommand = ListBotLocalesCommand;
@@ -11,7 +11,7 @@ class ListBotRecommendationsCommand 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 ListBotRecommendationsCommand 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_restJson1ListBotRecommendationsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListBotRecommendationsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListBotRecommendationsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListBotRecommendationsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListBotRecommendationsCommand = ListBotRecommendationsCommand;
@@ -11,7 +11,7 @@ class ListBotVersionsCommand 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 ListBotVersionsCommand 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_restJson1ListBotVersionsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListBotVersionsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListBotVersionsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListBotVersionsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListBotVersionsCommand = ListBotVersionsCommand;
@@ -11,7 +11,7 @@ class ListBotsCommand 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 ListBotsCommand 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_restJson1ListBotsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListBotsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListBotsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListBotsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListBotsCommand = ListBotsCommand;
@@ -11,7 +11,7 @@ class ListBuiltInIntentsCommand 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 ListBuiltInIntentsCommand 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_restJson1ListBuiltInIntentsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListBuiltInIntentsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListBuiltInIntentsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListBuiltInIntentsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListBuiltInIntentsCommand = ListBuiltInIntentsCommand;
@@ -11,7 +11,7 @@ class ListBuiltInSlotTypesCommand 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 ListBuiltInSlotTypesCommand 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_restJson1ListBuiltInSlotTypesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListBuiltInSlotTypesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListBuiltInSlotTypesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListBuiltInSlotTypesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListBuiltInSlotTypesCommand = ListBuiltInSlotTypesCommand;
@@ -11,7 +11,7 @@ class ListExportsCommand 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 ListExportsCommand 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_restJson1ListExportsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListExportsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListExportsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListExportsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListExportsCommand = ListExportsCommand;
@@ -11,7 +11,7 @@ class ListImportsCommand 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 ListImportsCommand 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_restJson1ListImportsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListImportsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListImportsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListImportsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListImportsCommand = ListImportsCommand;
@@ -11,7 +11,7 @@ class ListIntentsCommand 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 ListIntentsCommand 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_restJson1ListIntentsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListIntentsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListIntentsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListIntentsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListIntentsCommand = ListIntentsCommand;
@@ -11,7 +11,7 @@ class ListRecommendedIntentsCommand 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 ListRecommendedIntentsCommand 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_restJson1ListRecommendedIntentsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListRecommendedIntentsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListRecommendedIntentsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListRecommendedIntentsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListRecommendedIntentsCommand = ListRecommendedIntentsCommand;
@@ -11,7 +11,7 @@ class ListSlotTypesCommand 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 ListSlotTypesCommand 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_restJson1ListSlotTypesCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListSlotTypesCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListSlotTypesCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListSlotTypesCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListSlotTypesCommand = ListSlotTypesCommand;
@@ -11,7 +11,7 @@ class ListSlotsCommand 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 ListSlotsCommand 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_restJson1ListSlotsCommand(input, context);
30
+ return (0, Aws_restJson1_1.serializeAws_restJson1ListSlotsCommand)(input, context);
31
31
  }
32
32
  deserialize(output, context) {
33
- return Aws_restJson1_1.deserializeAws_restJson1ListSlotsCommand(output, context);
33
+ return (0, Aws_restJson1_1.deserializeAws_restJson1ListSlotsCommand)(output, context);
34
34
  }
35
35
  }
36
36
  exports.ListSlotsCommand = ListSlotsCommand;