@aws-sdk/client-lex-models-v2 3.306.0 → 3.310.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 (147) hide show
  1. package/dist-cjs/commands/BatchCreateCustomVocabularyItemCommand.js +2 -2
  2. package/dist-cjs/commands/BatchDeleteCustomVocabularyItemCommand.js +2 -2
  3. package/dist-cjs/commands/BatchUpdateCustomVocabularyItemCommand.js +2 -2
  4. package/dist-cjs/commands/BuildBotLocaleCommand.js +2 -2
  5. package/dist-cjs/commands/CreateBotAliasCommand.js +2 -2
  6. package/dist-cjs/commands/CreateBotCommand.js +2 -2
  7. package/dist-cjs/commands/CreateBotLocaleCommand.js +2 -2
  8. package/dist-cjs/commands/CreateBotVersionCommand.js +2 -2
  9. package/dist-cjs/commands/CreateExportCommand.js +2 -2
  10. package/dist-cjs/commands/CreateIntentCommand.js +2 -2
  11. package/dist-cjs/commands/CreateResourcePolicyCommand.js +2 -2
  12. package/dist-cjs/commands/CreateResourcePolicyStatementCommand.js +2 -2
  13. package/dist-cjs/commands/CreateSlotCommand.js +2 -2
  14. package/dist-cjs/commands/CreateSlotTypeCommand.js +2 -2
  15. package/dist-cjs/commands/CreateUploadUrlCommand.js +2 -2
  16. package/dist-cjs/commands/DeleteBotAliasCommand.js +2 -2
  17. package/dist-cjs/commands/DeleteBotCommand.js +2 -2
  18. package/dist-cjs/commands/DeleteBotLocaleCommand.js +2 -2
  19. package/dist-cjs/commands/DeleteBotVersionCommand.js +2 -2
  20. package/dist-cjs/commands/DeleteCustomVocabularyCommand.js +2 -2
  21. package/dist-cjs/commands/DeleteExportCommand.js +2 -2
  22. package/dist-cjs/commands/DeleteImportCommand.js +2 -2
  23. package/dist-cjs/commands/DeleteIntentCommand.js +2 -2
  24. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -2
  25. package/dist-cjs/commands/DeleteResourcePolicyStatementCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteSlotCommand.js +2 -2
  27. package/dist-cjs/commands/DeleteSlotTypeCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteUtterancesCommand.js +2 -2
  29. package/dist-cjs/commands/DescribeBotAliasCommand.js +2 -2
  30. package/dist-cjs/commands/DescribeBotCommand.js +2 -2
  31. package/dist-cjs/commands/DescribeBotLocaleCommand.js +2 -2
  32. package/dist-cjs/commands/DescribeBotRecommendationCommand.js +2 -2
  33. package/dist-cjs/commands/DescribeBotVersionCommand.js +2 -2
  34. package/dist-cjs/commands/DescribeCustomVocabularyMetadataCommand.js +2 -2
  35. package/dist-cjs/commands/DescribeExportCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeImportCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeIntentCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeSlotCommand.js +2 -2
  40. package/dist-cjs/commands/DescribeSlotTypeCommand.js +2 -2
  41. package/dist-cjs/commands/ListAggregatedUtterancesCommand.js +2 -2
  42. package/dist-cjs/commands/ListBotAliasesCommand.js +2 -2
  43. package/dist-cjs/commands/ListBotLocalesCommand.js +2 -2
  44. package/dist-cjs/commands/ListBotRecommendationsCommand.js +2 -2
  45. package/dist-cjs/commands/ListBotVersionsCommand.js +2 -2
  46. package/dist-cjs/commands/ListBotsCommand.js +2 -2
  47. package/dist-cjs/commands/ListBuiltInIntentsCommand.js +2 -2
  48. package/dist-cjs/commands/ListBuiltInSlotTypesCommand.js +2 -2
  49. package/dist-cjs/commands/ListCustomVocabularyItemsCommand.js +2 -2
  50. package/dist-cjs/commands/ListExportsCommand.js +2 -2
  51. package/dist-cjs/commands/ListImportsCommand.js +2 -2
  52. package/dist-cjs/commands/ListIntentsCommand.js +2 -2
  53. package/dist-cjs/commands/ListRecommendedIntentsCommand.js +2 -2
  54. package/dist-cjs/commands/ListSlotTypesCommand.js +2 -2
  55. package/dist-cjs/commands/ListSlotsCommand.js +2 -2
  56. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  57. package/dist-cjs/commands/SearchAssociatedTranscriptsCommand.js +2 -2
  58. package/dist-cjs/commands/StartBotRecommendationCommand.js +2 -2
  59. package/dist-cjs/commands/StartImportCommand.js +2 -2
  60. package/dist-cjs/commands/StopBotRecommendationCommand.js +2 -2
  61. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  62. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateBotAliasCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateBotCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateBotLocaleCommand.js +2 -2
  66. package/dist-cjs/commands/UpdateBotRecommendationCommand.js +2 -2
  67. package/dist-cjs/commands/UpdateExportCommand.js +2 -2
  68. package/dist-cjs/commands/UpdateIntentCommand.js +2 -2
  69. package/dist-cjs/commands/UpdateResourcePolicyCommand.js +2 -2
  70. package/dist-cjs/commands/UpdateSlotCommand.js +2 -2
  71. package/dist-cjs/commands/UpdateSlotTypeCommand.js +2 -2
  72. package/dist-cjs/protocols/Aws_restJson1.js +1680 -1936
  73. package/dist-es/commands/BatchCreateCustomVocabularyItemCommand.js +3 -3
  74. package/dist-es/commands/BatchDeleteCustomVocabularyItemCommand.js +3 -3
  75. package/dist-es/commands/BatchUpdateCustomVocabularyItemCommand.js +3 -3
  76. package/dist-es/commands/BuildBotLocaleCommand.js +3 -3
  77. package/dist-es/commands/CreateBotAliasCommand.js +3 -3
  78. package/dist-es/commands/CreateBotCommand.js +3 -3
  79. package/dist-es/commands/CreateBotLocaleCommand.js +3 -3
  80. package/dist-es/commands/CreateBotVersionCommand.js +3 -3
  81. package/dist-es/commands/CreateExportCommand.js +3 -3
  82. package/dist-es/commands/CreateIntentCommand.js +3 -3
  83. package/dist-es/commands/CreateResourcePolicyCommand.js +3 -3
  84. package/dist-es/commands/CreateResourcePolicyStatementCommand.js +3 -3
  85. package/dist-es/commands/CreateSlotCommand.js +3 -3
  86. package/dist-es/commands/CreateSlotTypeCommand.js +3 -3
  87. package/dist-es/commands/CreateUploadUrlCommand.js +3 -3
  88. package/dist-es/commands/DeleteBotAliasCommand.js +3 -3
  89. package/dist-es/commands/DeleteBotCommand.js +3 -3
  90. package/dist-es/commands/DeleteBotLocaleCommand.js +3 -3
  91. package/dist-es/commands/DeleteBotVersionCommand.js +3 -3
  92. package/dist-es/commands/DeleteCustomVocabularyCommand.js +3 -3
  93. package/dist-es/commands/DeleteExportCommand.js +3 -3
  94. package/dist-es/commands/DeleteImportCommand.js +3 -3
  95. package/dist-es/commands/DeleteIntentCommand.js +3 -3
  96. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -3
  97. package/dist-es/commands/DeleteResourcePolicyStatementCommand.js +3 -3
  98. package/dist-es/commands/DeleteSlotCommand.js +3 -3
  99. package/dist-es/commands/DeleteSlotTypeCommand.js +3 -3
  100. package/dist-es/commands/DeleteUtterancesCommand.js +3 -3
  101. package/dist-es/commands/DescribeBotAliasCommand.js +3 -3
  102. package/dist-es/commands/DescribeBotCommand.js +3 -3
  103. package/dist-es/commands/DescribeBotLocaleCommand.js +3 -3
  104. package/dist-es/commands/DescribeBotRecommendationCommand.js +3 -3
  105. package/dist-es/commands/DescribeBotVersionCommand.js +3 -3
  106. package/dist-es/commands/DescribeCustomVocabularyMetadataCommand.js +3 -3
  107. package/dist-es/commands/DescribeExportCommand.js +3 -3
  108. package/dist-es/commands/DescribeImportCommand.js +3 -3
  109. package/dist-es/commands/DescribeIntentCommand.js +3 -3
  110. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -3
  111. package/dist-es/commands/DescribeSlotCommand.js +3 -3
  112. package/dist-es/commands/DescribeSlotTypeCommand.js +3 -3
  113. package/dist-es/commands/ListAggregatedUtterancesCommand.js +3 -3
  114. package/dist-es/commands/ListBotAliasesCommand.js +3 -3
  115. package/dist-es/commands/ListBotLocalesCommand.js +3 -3
  116. package/dist-es/commands/ListBotRecommendationsCommand.js +3 -3
  117. package/dist-es/commands/ListBotVersionsCommand.js +3 -3
  118. package/dist-es/commands/ListBotsCommand.js +3 -3
  119. package/dist-es/commands/ListBuiltInIntentsCommand.js +3 -3
  120. package/dist-es/commands/ListBuiltInSlotTypesCommand.js +3 -3
  121. package/dist-es/commands/ListCustomVocabularyItemsCommand.js +3 -3
  122. package/dist-es/commands/ListExportsCommand.js +3 -3
  123. package/dist-es/commands/ListImportsCommand.js +3 -3
  124. package/dist-es/commands/ListIntentsCommand.js +3 -3
  125. package/dist-es/commands/ListRecommendedIntentsCommand.js +3 -3
  126. package/dist-es/commands/ListSlotTypesCommand.js +3 -3
  127. package/dist-es/commands/ListSlotsCommand.js +3 -3
  128. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  129. package/dist-es/commands/SearchAssociatedTranscriptsCommand.js +3 -3
  130. package/dist-es/commands/StartBotRecommendationCommand.js +3 -3
  131. package/dist-es/commands/StartImportCommand.js +3 -3
  132. package/dist-es/commands/StopBotRecommendationCommand.js +3 -3
  133. package/dist-es/commands/TagResourceCommand.js +3 -3
  134. package/dist-es/commands/UntagResourceCommand.js +3 -3
  135. package/dist-es/commands/UpdateBotAliasCommand.js +3 -3
  136. package/dist-es/commands/UpdateBotCommand.js +3 -3
  137. package/dist-es/commands/UpdateBotLocaleCommand.js +3 -3
  138. package/dist-es/commands/UpdateBotRecommendationCommand.js +3 -3
  139. package/dist-es/commands/UpdateExportCommand.js +3 -3
  140. package/dist-es/commands/UpdateIntentCommand.js +3 -3
  141. package/dist-es/commands/UpdateResourcePolicyCommand.js +3 -3
  142. package/dist-es/commands/UpdateSlotCommand.js +3 -3
  143. package/dist-es/commands/UpdateSlotTypeCommand.js +3 -3
  144. package/dist-es/protocols/Aws_restJson1.js +1535 -1791
  145. package/dist-types/protocols/Aws_restJson1.d.ts +568 -142
  146. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +142 -142
  147. package/package.json +36 -36
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeBotAliasCommand, serializeAws_restJson1DescribeBotAliasCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeBotAliasCommand, se_DescribeBotAliasCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeBotAliasCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeBotAliasCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeBotAliasCommand(input, context);
36
+ return se_DescribeBotAliasCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeBotAliasCommand(output, context);
39
+ return de_DescribeBotAliasCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeBotCommand, serializeAws_restJson1DescribeBotCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeBotCommand, se_DescribeBotCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeBotCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeBotCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeBotCommand(input, context);
36
+ return se_DescribeBotCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeBotCommand(output, context);
39
+ return de_DescribeBotCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeBotLocaleCommand, serializeAws_restJson1DescribeBotLocaleCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeBotLocaleCommand, se_DescribeBotLocaleCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeBotLocaleCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeBotLocaleCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeBotLocaleCommand(input, context);
36
+ return se_DescribeBotLocaleCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeBotLocaleCommand(output, context);
39
+ return de_DescribeBotLocaleCommand(output, context);
40
40
  }
41
41
  }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { DescribeBotRecommendationResponseFilterSensitiveLog, } from "../models/models_0";
5
- import { deserializeAws_restJson1DescribeBotRecommendationCommand, serializeAws_restJson1DescribeBotRecommendationCommand, } from "../protocols/Aws_restJson1";
5
+ import { de_DescribeBotRecommendationCommand, se_DescribeBotRecommendationCommand } from "../protocols/Aws_restJson1";
6
6
  export class DescribeBotRecommendationCommand extends $Command {
7
7
  static getEndpointParameterInstructions() {
8
8
  return {
@@ -34,9 +34,9 @@ export class DescribeBotRecommendationCommand extends $Command {
34
34
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
35
35
  }
36
36
  serialize(input, context) {
37
- return serializeAws_restJson1DescribeBotRecommendationCommand(input, context);
37
+ return se_DescribeBotRecommendationCommand(input, context);
38
38
  }
39
39
  deserialize(output, context) {
40
- return deserializeAws_restJson1DescribeBotRecommendationCommand(output, context);
40
+ return de_DescribeBotRecommendationCommand(output, context);
41
41
  }
42
42
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeBotVersionCommand, serializeAws_restJson1DescribeBotVersionCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeBotVersionCommand, se_DescribeBotVersionCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeBotVersionCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeBotVersionCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeBotVersionCommand(input, context);
36
+ return se_DescribeBotVersionCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeBotVersionCommand(output, context);
39
+ return de_DescribeBotVersionCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeCustomVocabularyMetadataCommand, serializeAws_restJson1DescribeCustomVocabularyMetadataCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeCustomVocabularyMetadataCommand, se_DescribeCustomVocabularyMetadataCommand, } from "../protocols/Aws_restJson1";
5
5
  export class DescribeCustomVocabularyMetadataCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeCustomVocabularyMetadataCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeCustomVocabularyMetadataCommand(input, context);
36
+ return se_DescribeCustomVocabularyMetadataCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeCustomVocabularyMetadataCommand(output, context);
39
+ return de_DescribeCustomVocabularyMetadataCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeExportCommand, serializeAws_restJson1DescribeExportCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeExportCommand, se_DescribeExportCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeExportCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeExportCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeExportCommand(input, context);
36
+ return se_DescribeExportCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeExportCommand(output, context);
39
+ return de_DescribeExportCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeImportCommand, serializeAws_restJson1DescribeImportCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeImportCommand, se_DescribeImportCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeImportCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeImportCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeImportCommand(input, context);
36
+ return se_DescribeImportCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeImportCommand(output, context);
39
+ return de_DescribeImportCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeIntentCommand, serializeAws_restJson1DescribeIntentCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeIntentCommand, se_DescribeIntentCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeIntentCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeIntentCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeIntentCommand(input, context);
36
+ return se_DescribeIntentCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeIntentCommand(output, context);
39
+ return de_DescribeIntentCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeResourcePolicyCommand, serializeAws_restJson1DescribeResourcePolicyCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeResourcePolicyCommand, se_DescribeResourcePolicyCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeResourcePolicyCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeResourcePolicyCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeResourcePolicyCommand(input, context);
36
+ return se_DescribeResourcePolicyCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeResourcePolicyCommand(output, context);
39
+ return de_DescribeResourcePolicyCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeSlotCommand, serializeAws_restJson1DescribeSlotCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeSlotCommand, se_DescribeSlotCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeSlotCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeSlotCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeSlotCommand(input, context);
36
+ return se_DescribeSlotCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeSlotCommand(output, context);
39
+ return de_DescribeSlotCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1DescribeSlotTypeCommand, serializeAws_restJson1DescribeSlotTypeCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_DescribeSlotTypeCommand, se_DescribeSlotTypeCommand } from "../protocols/Aws_restJson1";
5
5
  export class DescribeSlotTypeCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class DescribeSlotTypeCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1DescribeSlotTypeCommand(input, context);
36
+ return se_DescribeSlotTypeCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1DescribeSlotTypeCommand(output, context);
39
+ return de_DescribeSlotTypeCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListAggregatedUtterancesCommand, serializeAws_restJson1ListAggregatedUtterancesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListAggregatedUtterancesCommand, se_ListAggregatedUtterancesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListAggregatedUtterancesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListAggregatedUtterancesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListAggregatedUtterancesCommand(input, context);
36
+ return se_ListAggregatedUtterancesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListAggregatedUtterancesCommand(output, context);
39
+ return de_ListAggregatedUtterancesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListBotAliasesCommand, serializeAws_restJson1ListBotAliasesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListBotAliasesCommand, se_ListBotAliasesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListBotAliasesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListBotAliasesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListBotAliasesCommand(input, context);
36
+ return se_ListBotAliasesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListBotAliasesCommand(output, context);
39
+ return de_ListBotAliasesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListBotLocalesCommand, serializeAws_restJson1ListBotLocalesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListBotLocalesCommand, se_ListBotLocalesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListBotLocalesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListBotLocalesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListBotLocalesCommand(input, context);
36
+ return se_ListBotLocalesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListBotLocalesCommand(output, context);
39
+ return de_ListBotLocalesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListBotRecommendationsCommand, serializeAws_restJson1ListBotRecommendationsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListBotRecommendationsCommand, se_ListBotRecommendationsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListBotRecommendationsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListBotRecommendationsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListBotRecommendationsCommand(input, context);
36
+ return se_ListBotRecommendationsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListBotRecommendationsCommand(output, context);
39
+ return de_ListBotRecommendationsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListBotVersionsCommand, serializeAws_restJson1ListBotVersionsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListBotVersionsCommand, se_ListBotVersionsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListBotVersionsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListBotVersionsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListBotVersionsCommand(input, context);
36
+ return se_ListBotVersionsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListBotVersionsCommand(output, context);
39
+ return de_ListBotVersionsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListBotsCommand, serializeAws_restJson1ListBotsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListBotsCommand, se_ListBotsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListBotsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListBotsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListBotsCommand(input, context);
36
+ return se_ListBotsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListBotsCommand(output, context);
39
+ return de_ListBotsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListBuiltInIntentsCommand, serializeAws_restJson1ListBuiltInIntentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListBuiltInIntentsCommand, se_ListBuiltInIntentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListBuiltInIntentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListBuiltInIntentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListBuiltInIntentsCommand(input, context);
36
+ return se_ListBuiltInIntentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListBuiltInIntentsCommand(output, context);
39
+ return de_ListBuiltInIntentsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListBuiltInSlotTypesCommand, serializeAws_restJson1ListBuiltInSlotTypesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListBuiltInSlotTypesCommand, se_ListBuiltInSlotTypesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListBuiltInSlotTypesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListBuiltInSlotTypesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListBuiltInSlotTypesCommand(input, context);
36
+ return se_ListBuiltInSlotTypesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListBuiltInSlotTypesCommand(output, context);
39
+ return de_ListBuiltInSlotTypesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListCustomVocabularyItemsCommand, serializeAws_restJson1ListCustomVocabularyItemsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListCustomVocabularyItemsCommand, se_ListCustomVocabularyItemsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListCustomVocabularyItemsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListCustomVocabularyItemsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListCustomVocabularyItemsCommand(input, context);
36
+ return se_ListCustomVocabularyItemsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListCustomVocabularyItemsCommand(output, context);
39
+ return de_ListCustomVocabularyItemsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListExportsCommand, serializeAws_restJson1ListExportsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListExportsCommand, se_ListExportsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListExportsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListExportsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListExportsCommand(input, context);
36
+ return se_ListExportsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListExportsCommand(output, context);
39
+ return de_ListExportsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListImportsCommand, serializeAws_restJson1ListImportsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListImportsCommand, se_ListImportsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListImportsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListImportsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListImportsCommand(input, context);
36
+ return se_ListImportsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListImportsCommand(output, context);
39
+ return de_ListImportsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListIntentsCommand, serializeAws_restJson1ListIntentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListIntentsCommand, se_ListIntentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListIntentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListIntentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListIntentsCommand(input, context);
36
+ return se_ListIntentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListIntentsCommand(output, context);
39
+ return de_ListIntentsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListRecommendedIntentsCommand, serializeAws_restJson1ListRecommendedIntentsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListRecommendedIntentsCommand, se_ListRecommendedIntentsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListRecommendedIntentsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListRecommendedIntentsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListRecommendedIntentsCommand(input, context);
36
+ return se_ListRecommendedIntentsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListRecommendedIntentsCommand(output, context);
39
+ return de_ListRecommendedIntentsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListSlotTypesCommand, serializeAws_restJson1ListSlotTypesCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListSlotTypesCommand, se_ListSlotTypesCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListSlotTypesCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListSlotTypesCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListSlotTypesCommand(input, context);
36
+ return se_ListSlotTypesCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListSlotTypesCommand(output, context);
39
+ return de_ListSlotTypesCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListSlotsCommand, serializeAws_restJson1ListSlotsCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListSlotsCommand, se_ListSlotsCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListSlotsCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListSlotsCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListSlotsCommand(input, context);
36
+ return se_ListSlotsCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListSlotsCommand(output, context);
39
+ return de_ListSlotsCommand(output, context);
40
40
  }
41
41
  }
@@ -1,7 +1,7 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
+ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
5
5
  export class ListTagsForResourceCommand extends $Command {
6
6
  static getEndpointParameterInstructions() {
7
7
  return {
@@ -33,9 +33,9 @@ export class ListTagsForResourceCommand extends $Command {
33
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
34
34
  }
35
35
  serialize(input, context) {
36
- return serializeAws_restJson1ListTagsForResourceCommand(input, context);
36
+ return se_ListTagsForResourceCommand(input, context);
37
37
  }
38
38
  deserialize(output, context) {
39
- return deserializeAws_restJson1ListTagsForResourceCommand(output, context);
39
+ return de_ListTagsForResourceCommand(output, context);
40
40
  }
41
41
  }