@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
@@ -71,145 +71,571 @@ import { UpdateIntentCommandInput, UpdateIntentCommandOutput } from "../commands
71
71
  import { UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput } from "../commands/UpdateResourcePolicyCommand";
72
72
  import { UpdateSlotCommandInput, UpdateSlotCommandOutput } from "../commands/UpdateSlotCommand";
73
73
  import { UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput } from "../commands/UpdateSlotTypeCommand";
74
- export declare const serializeAws_restJson1BatchCreateCustomVocabularyItemCommand: (input: BatchCreateCustomVocabularyItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1BatchDeleteCustomVocabularyItemCommand: (input: BatchDeleteCustomVocabularyItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1BatchUpdateCustomVocabularyItemCommand: (input: BatchUpdateCustomVocabularyItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1BuildBotLocaleCommand: (input: BuildBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1CreateBotCommand: (input: CreateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1CreateBotAliasCommand: (input: CreateBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1CreateBotLocaleCommand: (input: CreateBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1CreateBotVersionCommand: (input: CreateBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1CreateExportCommand: (input: CreateExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1CreateIntentCommand: (input: CreateIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1CreateResourcePolicyCommand: (input: CreateResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1CreateResourcePolicyStatementCommand: (input: CreateResourcePolicyStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1CreateSlotCommand: (input: CreateSlotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1CreateSlotTypeCommand: (input: CreateSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1CreateUploadUrlCommand: (input: CreateUploadUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1DeleteBotCommand: (input: DeleteBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1DeleteBotAliasCommand: (input: DeleteBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1DeleteBotLocaleCommand: (input: DeleteBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1DeleteBotVersionCommand: (input: DeleteBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1DeleteCustomVocabularyCommand: (input: DeleteCustomVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1DeleteExportCommand: (input: DeleteExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1DeleteImportCommand: (input: DeleteImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1DeleteIntentCommand: (input: DeleteIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1DeleteResourcePolicyStatementCommand: (input: DeleteResourcePolicyStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1DeleteSlotCommand: (input: DeleteSlotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1DeleteSlotTypeCommand: (input: DeleteSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1DeleteUtterancesCommand: (input: DeleteUtterancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1DescribeBotCommand: (input: DescribeBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1DescribeBotAliasCommand: (input: DescribeBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1DescribeBotLocaleCommand: (input: DescribeBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1DescribeBotRecommendationCommand: (input: DescribeBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1DescribeBotVersionCommand: (input: DescribeBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1DescribeCustomVocabularyMetadataCommand: (input: DescribeCustomVocabularyMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1DescribeExportCommand: (input: DescribeExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1DescribeImportCommand: (input: DescribeImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1DescribeIntentCommand: (input: DescribeIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1DescribeSlotCommand: (input: DescribeSlotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1DescribeSlotTypeCommand: (input: DescribeSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1ListAggregatedUtterancesCommand: (input: ListAggregatedUtterancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1ListBotAliasesCommand: (input: ListBotAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1ListBotLocalesCommand: (input: ListBotLocalesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1ListBotRecommendationsCommand: (input: ListBotRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1ListBotVersionsCommand: (input: ListBotVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1ListBuiltInIntentsCommand: (input: ListBuiltInIntentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1ListBuiltInSlotTypesCommand: (input: ListBuiltInSlotTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1ListCustomVocabularyItemsCommand: (input: ListCustomVocabularyItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1ListExportsCommand: (input: ListExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1ListImportsCommand: (input: ListImportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1ListIntentsCommand: (input: ListIntentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1ListRecommendedIntentsCommand: (input: ListRecommendedIntentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1ListSlotsCommand: (input: ListSlotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1ListSlotTypesCommand: (input: ListSlotTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1SearchAssociatedTranscriptsCommand: (input: SearchAssociatedTranscriptsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1StartBotRecommendationCommand: (input: StartBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1StartImportCommand: (input: StartImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1StopBotRecommendationCommand: (input: StopBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_restJson1UpdateBotCommand: (input: UpdateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_restJson1UpdateBotAliasCommand: (input: UpdateBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_restJson1UpdateBotLocaleCommand: (input: UpdateBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_restJson1UpdateBotRecommendationCommand: (input: UpdateBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_restJson1UpdateExportCommand: (input: UpdateExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_restJson1UpdateIntentCommand: (input: UpdateIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_restJson1UpdateResourcePolicyCommand: (input: UpdateResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_restJson1UpdateSlotCommand: (input: UpdateSlotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_restJson1UpdateSlotTypeCommand: (input: UpdateSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const deserializeAws_restJson1BatchCreateCustomVocabularyItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateCustomVocabularyItemCommandOutput>;
146
- export declare const deserializeAws_restJson1BatchDeleteCustomVocabularyItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteCustomVocabularyItemCommandOutput>;
147
- export declare const deserializeAws_restJson1BatchUpdateCustomVocabularyItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateCustomVocabularyItemCommandOutput>;
148
- export declare const deserializeAws_restJson1BuildBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BuildBotLocaleCommandOutput>;
149
- export declare const deserializeAws_restJson1CreateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotCommandOutput>;
150
- export declare const deserializeAws_restJson1CreateBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotAliasCommandOutput>;
151
- export declare const deserializeAws_restJson1CreateBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotLocaleCommandOutput>;
152
- export declare const deserializeAws_restJson1CreateBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotVersionCommandOutput>;
153
- export declare const deserializeAws_restJson1CreateExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExportCommandOutput>;
154
- export declare const deserializeAws_restJson1CreateIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntentCommandOutput>;
155
- export declare const deserializeAws_restJson1CreateResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourcePolicyCommandOutput>;
156
- export declare const deserializeAws_restJson1CreateResourcePolicyStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourcePolicyStatementCommandOutput>;
157
- export declare const deserializeAws_restJson1CreateSlotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSlotCommandOutput>;
158
- export declare const deserializeAws_restJson1CreateSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSlotTypeCommandOutput>;
159
- export declare const deserializeAws_restJson1CreateUploadUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUploadUrlCommandOutput>;
160
- export declare const deserializeAws_restJson1DeleteBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotCommandOutput>;
161
- export declare const deserializeAws_restJson1DeleteBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotAliasCommandOutput>;
162
- export declare const deserializeAws_restJson1DeleteBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotLocaleCommandOutput>;
163
- export declare const deserializeAws_restJson1DeleteBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotVersionCommandOutput>;
164
- export declare const deserializeAws_restJson1DeleteCustomVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomVocabularyCommandOutput>;
165
- export declare const deserializeAws_restJson1DeleteExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExportCommandOutput>;
166
- export declare const deserializeAws_restJson1DeleteImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImportCommandOutput>;
167
- export declare const deserializeAws_restJson1DeleteIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntentCommandOutput>;
168
- export declare const deserializeAws_restJson1DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
169
- export declare const deserializeAws_restJson1DeleteResourcePolicyStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyStatementCommandOutput>;
170
- export declare const deserializeAws_restJson1DeleteSlotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlotCommandOutput>;
171
- export declare const deserializeAws_restJson1DeleteSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlotTypeCommandOutput>;
172
- export declare const deserializeAws_restJson1DeleteUtterancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUtterancesCommandOutput>;
173
- export declare const deserializeAws_restJson1DescribeBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotCommandOutput>;
174
- export declare const deserializeAws_restJson1DescribeBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotAliasCommandOutput>;
175
- export declare const deserializeAws_restJson1DescribeBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotLocaleCommandOutput>;
176
- export declare const deserializeAws_restJson1DescribeBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotRecommendationCommandOutput>;
177
- export declare const deserializeAws_restJson1DescribeBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotVersionCommandOutput>;
178
- export declare const deserializeAws_restJson1DescribeCustomVocabularyMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomVocabularyMetadataCommandOutput>;
179
- export declare const deserializeAws_restJson1DescribeExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportCommandOutput>;
180
- export declare const deserializeAws_restJson1DescribeImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImportCommandOutput>;
181
- export declare const deserializeAws_restJson1DescribeIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIntentCommandOutput>;
182
- export declare const deserializeAws_restJson1DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
183
- export declare const deserializeAws_restJson1DescribeSlotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSlotCommandOutput>;
184
- export declare const deserializeAws_restJson1DescribeSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSlotTypeCommandOutput>;
185
- export declare const deserializeAws_restJson1ListAggregatedUtterancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAggregatedUtterancesCommandOutput>;
186
- export declare const deserializeAws_restJson1ListBotAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotAliasesCommandOutput>;
187
- export declare const deserializeAws_restJson1ListBotLocalesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotLocalesCommandOutput>;
188
- export declare const deserializeAws_restJson1ListBotRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotRecommendationsCommandOutput>;
189
- export declare const deserializeAws_restJson1ListBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotsCommandOutput>;
190
- export declare const deserializeAws_restJson1ListBotVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotVersionsCommandOutput>;
191
- export declare const deserializeAws_restJson1ListBuiltInIntentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuiltInIntentsCommandOutput>;
192
- export declare const deserializeAws_restJson1ListBuiltInSlotTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuiltInSlotTypesCommandOutput>;
193
- export declare const deserializeAws_restJson1ListCustomVocabularyItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomVocabularyItemsCommandOutput>;
194
- export declare const deserializeAws_restJson1ListExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExportsCommandOutput>;
195
- export declare const deserializeAws_restJson1ListImportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImportsCommandOutput>;
196
- export declare const deserializeAws_restJson1ListIntentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIntentsCommandOutput>;
197
- export declare const deserializeAws_restJson1ListRecommendedIntentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendedIntentsCommandOutput>;
198
- export declare const deserializeAws_restJson1ListSlotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSlotsCommandOutput>;
199
- export declare const deserializeAws_restJson1ListSlotTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSlotTypesCommandOutput>;
200
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
201
- export declare const deserializeAws_restJson1SearchAssociatedTranscriptsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAssociatedTranscriptsCommandOutput>;
202
- export declare const deserializeAws_restJson1StartBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBotRecommendationCommandOutput>;
203
- export declare const deserializeAws_restJson1StartImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImportCommandOutput>;
204
- export declare const deserializeAws_restJson1StopBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBotRecommendationCommandOutput>;
205
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
206
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
207
- export declare const deserializeAws_restJson1UpdateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotCommandOutput>;
208
- export declare const deserializeAws_restJson1UpdateBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotAliasCommandOutput>;
209
- export declare const deserializeAws_restJson1UpdateBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotLocaleCommandOutput>;
210
- export declare const deserializeAws_restJson1UpdateBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotRecommendationCommandOutput>;
211
- export declare const deserializeAws_restJson1UpdateExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExportCommandOutput>;
212
- export declare const deserializeAws_restJson1UpdateIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntentCommandOutput>;
213
- export declare const deserializeAws_restJson1UpdateResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourcePolicyCommandOutput>;
214
- export declare const deserializeAws_restJson1UpdateSlotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSlotCommandOutput>;
215
- export declare const deserializeAws_restJson1UpdateSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSlotTypeCommandOutput>;
74
+ /**
75
+ * serializeAws_restJson1BatchCreateCustomVocabularyItemCommand
76
+ */
77
+ export declare const se_BatchCreateCustomVocabularyItemCommand: (input: BatchCreateCustomVocabularyItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
+ /**
79
+ * serializeAws_restJson1BatchDeleteCustomVocabularyItemCommand
80
+ */
81
+ export declare const se_BatchDeleteCustomVocabularyItemCommand: (input: BatchDeleteCustomVocabularyItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
+ /**
83
+ * serializeAws_restJson1BatchUpdateCustomVocabularyItemCommand
84
+ */
85
+ export declare const se_BatchUpdateCustomVocabularyItemCommand: (input: BatchUpdateCustomVocabularyItemCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
+ /**
87
+ * serializeAws_restJson1BuildBotLocaleCommand
88
+ */
89
+ export declare const se_BuildBotLocaleCommand: (input: BuildBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
+ /**
91
+ * serializeAws_restJson1CreateBotCommand
92
+ */
93
+ export declare const se_CreateBotCommand: (input: CreateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
+ /**
95
+ * serializeAws_restJson1CreateBotAliasCommand
96
+ */
97
+ export declare const se_CreateBotAliasCommand: (input: CreateBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
+ /**
99
+ * serializeAws_restJson1CreateBotLocaleCommand
100
+ */
101
+ export declare const se_CreateBotLocaleCommand: (input: CreateBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
+ /**
103
+ * serializeAws_restJson1CreateBotVersionCommand
104
+ */
105
+ export declare const se_CreateBotVersionCommand: (input: CreateBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
+ /**
107
+ * serializeAws_restJson1CreateExportCommand
108
+ */
109
+ export declare const se_CreateExportCommand: (input: CreateExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
+ /**
111
+ * serializeAws_restJson1CreateIntentCommand
112
+ */
113
+ export declare const se_CreateIntentCommand: (input: CreateIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
+ /**
115
+ * serializeAws_restJson1CreateResourcePolicyCommand
116
+ */
117
+ export declare const se_CreateResourcePolicyCommand: (input: CreateResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
+ /**
119
+ * serializeAws_restJson1CreateResourcePolicyStatementCommand
120
+ */
121
+ export declare const se_CreateResourcePolicyStatementCommand: (input: CreateResourcePolicyStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
+ /**
123
+ * serializeAws_restJson1CreateSlotCommand
124
+ */
125
+ export declare const se_CreateSlotCommand: (input: CreateSlotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
+ /**
127
+ * serializeAws_restJson1CreateSlotTypeCommand
128
+ */
129
+ export declare const se_CreateSlotTypeCommand: (input: CreateSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
+ /**
131
+ * serializeAws_restJson1CreateUploadUrlCommand
132
+ */
133
+ export declare const se_CreateUploadUrlCommand: (input: CreateUploadUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
+ /**
135
+ * serializeAws_restJson1DeleteBotCommand
136
+ */
137
+ export declare const se_DeleteBotCommand: (input: DeleteBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
+ /**
139
+ * serializeAws_restJson1DeleteBotAliasCommand
140
+ */
141
+ export declare const se_DeleteBotAliasCommand: (input: DeleteBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
+ /**
143
+ * serializeAws_restJson1DeleteBotLocaleCommand
144
+ */
145
+ export declare const se_DeleteBotLocaleCommand: (input: DeleteBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
+ /**
147
+ * serializeAws_restJson1DeleteBotVersionCommand
148
+ */
149
+ export declare const se_DeleteBotVersionCommand: (input: DeleteBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
+ /**
151
+ * serializeAws_restJson1DeleteCustomVocabularyCommand
152
+ */
153
+ export declare const se_DeleteCustomVocabularyCommand: (input: DeleteCustomVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
+ /**
155
+ * serializeAws_restJson1DeleteExportCommand
156
+ */
157
+ export declare const se_DeleteExportCommand: (input: DeleteExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
158
+ /**
159
+ * serializeAws_restJson1DeleteImportCommand
160
+ */
161
+ export declare const se_DeleteImportCommand: (input: DeleteImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
162
+ /**
163
+ * serializeAws_restJson1DeleteIntentCommand
164
+ */
165
+ export declare const se_DeleteIntentCommand: (input: DeleteIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
166
+ /**
167
+ * serializeAws_restJson1DeleteResourcePolicyCommand
168
+ */
169
+ export declare const se_DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
170
+ /**
171
+ * serializeAws_restJson1DeleteResourcePolicyStatementCommand
172
+ */
173
+ export declare const se_DeleteResourcePolicyStatementCommand: (input: DeleteResourcePolicyStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
174
+ /**
175
+ * serializeAws_restJson1DeleteSlotCommand
176
+ */
177
+ export declare const se_DeleteSlotCommand: (input: DeleteSlotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
178
+ /**
179
+ * serializeAws_restJson1DeleteSlotTypeCommand
180
+ */
181
+ export declare const se_DeleteSlotTypeCommand: (input: DeleteSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
182
+ /**
183
+ * serializeAws_restJson1DeleteUtterancesCommand
184
+ */
185
+ export declare const se_DeleteUtterancesCommand: (input: DeleteUtterancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
186
+ /**
187
+ * serializeAws_restJson1DescribeBotCommand
188
+ */
189
+ export declare const se_DescribeBotCommand: (input: DescribeBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
190
+ /**
191
+ * serializeAws_restJson1DescribeBotAliasCommand
192
+ */
193
+ export declare const se_DescribeBotAliasCommand: (input: DescribeBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
194
+ /**
195
+ * serializeAws_restJson1DescribeBotLocaleCommand
196
+ */
197
+ export declare const se_DescribeBotLocaleCommand: (input: DescribeBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
198
+ /**
199
+ * serializeAws_restJson1DescribeBotRecommendationCommand
200
+ */
201
+ export declare const se_DescribeBotRecommendationCommand: (input: DescribeBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
202
+ /**
203
+ * serializeAws_restJson1DescribeBotVersionCommand
204
+ */
205
+ export declare const se_DescribeBotVersionCommand: (input: DescribeBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
206
+ /**
207
+ * serializeAws_restJson1DescribeCustomVocabularyMetadataCommand
208
+ */
209
+ export declare const se_DescribeCustomVocabularyMetadataCommand: (input: DescribeCustomVocabularyMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
210
+ /**
211
+ * serializeAws_restJson1DescribeExportCommand
212
+ */
213
+ export declare const se_DescribeExportCommand: (input: DescribeExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
214
+ /**
215
+ * serializeAws_restJson1DescribeImportCommand
216
+ */
217
+ export declare const se_DescribeImportCommand: (input: DescribeImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
218
+ /**
219
+ * serializeAws_restJson1DescribeIntentCommand
220
+ */
221
+ export declare const se_DescribeIntentCommand: (input: DescribeIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
222
+ /**
223
+ * serializeAws_restJson1DescribeResourcePolicyCommand
224
+ */
225
+ export declare const se_DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
226
+ /**
227
+ * serializeAws_restJson1DescribeSlotCommand
228
+ */
229
+ export declare const se_DescribeSlotCommand: (input: DescribeSlotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
230
+ /**
231
+ * serializeAws_restJson1DescribeSlotTypeCommand
232
+ */
233
+ export declare const se_DescribeSlotTypeCommand: (input: DescribeSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
234
+ /**
235
+ * serializeAws_restJson1ListAggregatedUtterancesCommand
236
+ */
237
+ export declare const se_ListAggregatedUtterancesCommand: (input: ListAggregatedUtterancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
238
+ /**
239
+ * serializeAws_restJson1ListBotAliasesCommand
240
+ */
241
+ export declare const se_ListBotAliasesCommand: (input: ListBotAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
242
+ /**
243
+ * serializeAws_restJson1ListBotLocalesCommand
244
+ */
245
+ export declare const se_ListBotLocalesCommand: (input: ListBotLocalesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
246
+ /**
247
+ * serializeAws_restJson1ListBotRecommendationsCommand
248
+ */
249
+ export declare const se_ListBotRecommendationsCommand: (input: ListBotRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
250
+ /**
251
+ * serializeAws_restJson1ListBotsCommand
252
+ */
253
+ export declare const se_ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
254
+ /**
255
+ * serializeAws_restJson1ListBotVersionsCommand
256
+ */
257
+ export declare const se_ListBotVersionsCommand: (input: ListBotVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
258
+ /**
259
+ * serializeAws_restJson1ListBuiltInIntentsCommand
260
+ */
261
+ export declare const se_ListBuiltInIntentsCommand: (input: ListBuiltInIntentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
262
+ /**
263
+ * serializeAws_restJson1ListBuiltInSlotTypesCommand
264
+ */
265
+ export declare const se_ListBuiltInSlotTypesCommand: (input: ListBuiltInSlotTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
266
+ /**
267
+ * serializeAws_restJson1ListCustomVocabularyItemsCommand
268
+ */
269
+ export declare const se_ListCustomVocabularyItemsCommand: (input: ListCustomVocabularyItemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
270
+ /**
271
+ * serializeAws_restJson1ListExportsCommand
272
+ */
273
+ export declare const se_ListExportsCommand: (input: ListExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
274
+ /**
275
+ * serializeAws_restJson1ListImportsCommand
276
+ */
277
+ export declare const se_ListImportsCommand: (input: ListImportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
278
+ /**
279
+ * serializeAws_restJson1ListIntentsCommand
280
+ */
281
+ export declare const se_ListIntentsCommand: (input: ListIntentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
282
+ /**
283
+ * serializeAws_restJson1ListRecommendedIntentsCommand
284
+ */
285
+ export declare const se_ListRecommendedIntentsCommand: (input: ListRecommendedIntentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
286
+ /**
287
+ * serializeAws_restJson1ListSlotsCommand
288
+ */
289
+ export declare const se_ListSlotsCommand: (input: ListSlotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
290
+ /**
291
+ * serializeAws_restJson1ListSlotTypesCommand
292
+ */
293
+ export declare const se_ListSlotTypesCommand: (input: ListSlotTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
294
+ /**
295
+ * serializeAws_restJson1ListTagsForResourceCommand
296
+ */
297
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
298
+ /**
299
+ * serializeAws_restJson1SearchAssociatedTranscriptsCommand
300
+ */
301
+ export declare const se_SearchAssociatedTranscriptsCommand: (input: SearchAssociatedTranscriptsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
302
+ /**
303
+ * serializeAws_restJson1StartBotRecommendationCommand
304
+ */
305
+ export declare const se_StartBotRecommendationCommand: (input: StartBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
306
+ /**
307
+ * serializeAws_restJson1StartImportCommand
308
+ */
309
+ export declare const se_StartImportCommand: (input: StartImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
310
+ /**
311
+ * serializeAws_restJson1StopBotRecommendationCommand
312
+ */
313
+ export declare const se_StopBotRecommendationCommand: (input: StopBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
314
+ /**
315
+ * serializeAws_restJson1TagResourceCommand
316
+ */
317
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
318
+ /**
319
+ * serializeAws_restJson1UntagResourceCommand
320
+ */
321
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
322
+ /**
323
+ * serializeAws_restJson1UpdateBotCommand
324
+ */
325
+ export declare const se_UpdateBotCommand: (input: UpdateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
326
+ /**
327
+ * serializeAws_restJson1UpdateBotAliasCommand
328
+ */
329
+ export declare const se_UpdateBotAliasCommand: (input: UpdateBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
330
+ /**
331
+ * serializeAws_restJson1UpdateBotLocaleCommand
332
+ */
333
+ export declare const se_UpdateBotLocaleCommand: (input: UpdateBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
334
+ /**
335
+ * serializeAws_restJson1UpdateBotRecommendationCommand
336
+ */
337
+ export declare const se_UpdateBotRecommendationCommand: (input: UpdateBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
338
+ /**
339
+ * serializeAws_restJson1UpdateExportCommand
340
+ */
341
+ export declare const se_UpdateExportCommand: (input: UpdateExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
342
+ /**
343
+ * serializeAws_restJson1UpdateIntentCommand
344
+ */
345
+ export declare const se_UpdateIntentCommand: (input: UpdateIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
346
+ /**
347
+ * serializeAws_restJson1UpdateResourcePolicyCommand
348
+ */
349
+ export declare const se_UpdateResourcePolicyCommand: (input: UpdateResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
350
+ /**
351
+ * serializeAws_restJson1UpdateSlotCommand
352
+ */
353
+ export declare const se_UpdateSlotCommand: (input: UpdateSlotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
354
+ /**
355
+ * serializeAws_restJson1UpdateSlotTypeCommand
356
+ */
357
+ export declare const se_UpdateSlotTypeCommand: (input: UpdateSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
358
+ /**
359
+ * deserializeAws_restJson1BatchCreateCustomVocabularyItemCommand
360
+ */
361
+ export declare const de_BatchCreateCustomVocabularyItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateCustomVocabularyItemCommandOutput>;
362
+ /**
363
+ * deserializeAws_restJson1BatchDeleteCustomVocabularyItemCommand
364
+ */
365
+ export declare const de_BatchDeleteCustomVocabularyItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteCustomVocabularyItemCommandOutput>;
366
+ /**
367
+ * deserializeAws_restJson1BatchUpdateCustomVocabularyItemCommand
368
+ */
369
+ export declare const de_BatchUpdateCustomVocabularyItemCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateCustomVocabularyItemCommandOutput>;
370
+ /**
371
+ * deserializeAws_restJson1BuildBotLocaleCommand
372
+ */
373
+ export declare const de_BuildBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BuildBotLocaleCommandOutput>;
374
+ /**
375
+ * deserializeAws_restJson1CreateBotCommand
376
+ */
377
+ export declare const de_CreateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotCommandOutput>;
378
+ /**
379
+ * deserializeAws_restJson1CreateBotAliasCommand
380
+ */
381
+ export declare const de_CreateBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotAliasCommandOutput>;
382
+ /**
383
+ * deserializeAws_restJson1CreateBotLocaleCommand
384
+ */
385
+ export declare const de_CreateBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotLocaleCommandOutput>;
386
+ /**
387
+ * deserializeAws_restJson1CreateBotVersionCommand
388
+ */
389
+ export declare const de_CreateBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotVersionCommandOutput>;
390
+ /**
391
+ * deserializeAws_restJson1CreateExportCommand
392
+ */
393
+ export declare const de_CreateExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExportCommandOutput>;
394
+ /**
395
+ * deserializeAws_restJson1CreateIntentCommand
396
+ */
397
+ export declare const de_CreateIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntentCommandOutput>;
398
+ /**
399
+ * deserializeAws_restJson1CreateResourcePolicyCommand
400
+ */
401
+ export declare const de_CreateResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourcePolicyCommandOutput>;
402
+ /**
403
+ * deserializeAws_restJson1CreateResourcePolicyStatementCommand
404
+ */
405
+ export declare const de_CreateResourcePolicyStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourcePolicyStatementCommandOutput>;
406
+ /**
407
+ * deserializeAws_restJson1CreateSlotCommand
408
+ */
409
+ export declare const de_CreateSlotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSlotCommandOutput>;
410
+ /**
411
+ * deserializeAws_restJson1CreateSlotTypeCommand
412
+ */
413
+ export declare const de_CreateSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSlotTypeCommandOutput>;
414
+ /**
415
+ * deserializeAws_restJson1CreateUploadUrlCommand
416
+ */
417
+ export declare const de_CreateUploadUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUploadUrlCommandOutput>;
418
+ /**
419
+ * deserializeAws_restJson1DeleteBotCommand
420
+ */
421
+ export declare const de_DeleteBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotCommandOutput>;
422
+ /**
423
+ * deserializeAws_restJson1DeleteBotAliasCommand
424
+ */
425
+ export declare const de_DeleteBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotAliasCommandOutput>;
426
+ /**
427
+ * deserializeAws_restJson1DeleteBotLocaleCommand
428
+ */
429
+ export declare const de_DeleteBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotLocaleCommandOutput>;
430
+ /**
431
+ * deserializeAws_restJson1DeleteBotVersionCommand
432
+ */
433
+ export declare const de_DeleteBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotVersionCommandOutput>;
434
+ /**
435
+ * deserializeAws_restJson1DeleteCustomVocabularyCommand
436
+ */
437
+ export declare const de_DeleteCustomVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomVocabularyCommandOutput>;
438
+ /**
439
+ * deserializeAws_restJson1DeleteExportCommand
440
+ */
441
+ export declare const de_DeleteExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExportCommandOutput>;
442
+ /**
443
+ * deserializeAws_restJson1DeleteImportCommand
444
+ */
445
+ export declare const de_DeleteImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImportCommandOutput>;
446
+ /**
447
+ * deserializeAws_restJson1DeleteIntentCommand
448
+ */
449
+ export declare const de_DeleteIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntentCommandOutput>;
450
+ /**
451
+ * deserializeAws_restJson1DeleteResourcePolicyCommand
452
+ */
453
+ export declare const de_DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
454
+ /**
455
+ * deserializeAws_restJson1DeleteResourcePolicyStatementCommand
456
+ */
457
+ export declare const de_DeleteResourcePolicyStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyStatementCommandOutput>;
458
+ /**
459
+ * deserializeAws_restJson1DeleteSlotCommand
460
+ */
461
+ export declare const de_DeleteSlotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlotCommandOutput>;
462
+ /**
463
+ * deserializeAws_restJson1DeleteSlotTypeCommand
464
+ */
465
+ export declare const de_DeleteSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlotTypeCommandOutput>;
466
+ /**
467
+ * deserializeAws_restJson1DeleteUtterancesCommand
468
+ */
469
+ export declare const de_DeleteUtterancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUtterancesCommandOutput>;
470
+ /**
471
+ * deserializeAws_restJson1DescribeBotCommand
472
+ */
473
+ export declare const de_DescribeBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotCommandOutput>;
474
+ /**
475
+ * deserializeAws_restJson1DescribeBotAliasCommand
476
+ */
477
+ export declare const de_DescribeBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotAliasCommandOutput>;
478
+ /**
479
+ * deserializeAws_restJson1DescribeBotLocaleCommand
480
+ */
481
+ export declare const de_DescribeBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotLocaleCommandOutput>;
482
+ /**
483
+ * deserializeAws_restJson1DescribeBotRecommendationCommand
484
+ */
485
+ export declare const de_DescribeBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotRecommendationCommandOutput>;
486
+ /**
487
+ * deserializeAws_restJson1DescribeBotVersionCommand
488
+ */
489
+ export declare const de_DescribeBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotVersionCommandOutput>;
490
+ /**
491
+ * deserializeAws_restJson1DescribeCustomVocabularyMetadataCommand
492
+ */
493
+ export declare const de_DescribeCustomVocabularyMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomVocabularyMetadataCommandOutput>;
494
+ /**
495
+ * deserializeAws_restJson1DescribeExportCommand
496
+ */
497
+ export declare const de_DescribeExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportCommandOutput>;
498
+ /**
499
+ * deserializeAws_restJson1DescribeImportCommand
500
+ */
501
+ export declare const de_DescribeImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImportCommandOutput>;
502
+ /**
503
+ * deserializeAws_restJson1DescribeIntentCommand
504
+ */
505
+ export declare const de_DescribeIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIntentCommandOutput>;
506
+ /**
507
+ * deserializeAws_restJson1DescribeResourcePolicyCommand
508
+ */
509
+ export declare const de_DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
510
+ /**
511
+ * deserializeAws_restJson1DescribeSlotCommand
512
+ */
513
+ export declare const de_DescribeSlotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSlotCommandOutput>;
514
+ /**
515
+ * deserializeAws_restJson1DescribeSlotTypeCommand
516
+ */
517
+ export declare const de_DescribeSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSlotTypeCommandOutput>;
518
+ /**
519
+ * deserializeAws_restJson1ListAggregatedUtterancesCommand
520
+ */
521
+ export declare const de_ListAggregatedUtterancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAggregatedUtterancesCommandOutput>;
522
+ /**
523
+ * deserializeAws_restJson1ListBotAliasesCommand
524
+ */
525
+ export declare const de_ListBotAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotAliasesCommandOutput>;
526
+ /**
527
+ * deserializeAws_restJson1ListBotLocalesCommand
528
+ */
529
+ export declare const de_ListBotLocalesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotLocalesCommandOutput>;
530
+ /**
531
+ * deserializeAws_restJson1ListBotRecommendationsCommand
532
+ */
533
+ export declare const de_ListBotRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotRecommendationsCommandOutput>;
534
+ /**
535
+ * deserializeAws_restJson1ListBotsCommand
536
+ */
537
+ export declare const de_ListBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotsCommandOutput>;
538
+ /**
539
+ * deserializeAws_restJson1ListBotVersionsCommand
540
+ */
541
+ export declare const de_ListBotVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotVersionsCommandOutput>;
542
+ /**
543
+ * deserializeAws_restJson1ListBuiltInIntentsCommand
544
+ */
545
+ export declare const de_ListBuiltInIntentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuiltInIntentsCommandOutput>;
546
+ /**
547
+ * deserializeAws_restJson1ListBuiltInSlotTypesCommand
548
+ */
549
+ export declare const de_ListBuiltInSlotTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuiltInSlotTypesCommandOutput>;
550
+ /**
551
+ * deserializeAws_restJson1ListCustomVocabularyItemsCommand
552
+ */
553
+ export declare const de_ListCustomVocabularyItemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomVocabularyItemsCommandOutput>;
554
+ /**
555
+ * deserializeAws_restJson1ListExportsCommand
556
+ */
557
+ export declare const de_ListExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExportsCommandOutput>;
558
+ /**
559
+ * deserializeAws_restJson1ListImportsCommand
560
+ */
561
+ export declare const de_ListImportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImportsCommandOutput>;
562
+ /**
563
+ * deserializeAws_restJson1ListIntentsCommand
564
+ */
565
+ export declare const de_ListIntentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIntentsCommandOutput>;
566
+ /**
567
+ * deserializeAws_restJson1ListRecommendedIntentsCommand
568
+ */
569
+ export declare const de_ListRecommendedIntentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendedIntentsCommandOutput>;
570
+ /**
571
+ * deserializeAws_restJson1ListSlotsCommand
572
+ */
573
+ export declare const de_ListSlotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSlotsCommandOutput>;
574
+ /**
575
+ * deserializeAws_restJson1ListSlotTypesCommand
576
+ */
577
+ export declare const de_ListSlotTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSlotTypesCommandOutput>;
578
+ /**
579
+ * deserializeAws_restJson1ListTagsForResourceCommand
580
+ */
581
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
582
+ /**
583
+ * deserializeAws_restJson1SearchAssociatedTranscriptsCommand
584
+ */
585
+ export declare const de_SearchAssociatedTranscriptsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAssociatedTranscriptsCommandOutput>;
586
+ /**
587
+ * deserializeAws_restJson1StartBotRecommendationCommand
588
+ */
589
+ export declare const de_StartBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBotRecommendationCommandOutput>;
590
+ /**
591
+ * deserializeAws_restJson1StartImportCommand
592
+ */
593
+ export declare const de_StartImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImportCommandOutput>;
594
+ /**
595
+ * deserializeAws_restJson1StopBotRecommendationCommand
596
+ */
597
+ export declare const de_StopBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBotRecommendationCommandOutput>;
598
+ /**
599
+ * deserializeAws_restJson1TagResourceCommand
600
+ */
601
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
602
+ /**
603
+ * deserializeAws_restJson1UntagResourceCommand
604
+ */
605
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
606
+ /**
607
+ * deserializeAws_restJson1UpdateBotCommand
608
+ */
609
+ export declare const de_UpdateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotCommandOutput>;
610
+ /**
611
+ * deserializeAws_restJson1UpdateBotAliasCommand
612
+ */
613
+ export declare const de_UpdateBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotAliasCommandOutput>;
614
+ /**
615
+ * deserializeAws_restJson1UpdateBotLocaleCommand
616
+ */
617
+ export declare const de_UpdateBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotLocaleCommandOutput>;
618
+ /**
619
+ * deserializeAws_restJson1UpdateBotRecommendationCommand
620
+ */
621
+ export declare const de_UpdateBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotRecommendationCommandOutput>;
622
+ /**
623
+ * deserializeAws_restJson1UpdateExportCommand
624
+ */
625
+ export declare const de_UpdateExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExportCommandOutput>;
626
+ /**
627
+ * deserializeAws_restJson1UpdateIntentCommand
628
+ */
629
+ export declare const de_UpdateIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntentCommandOutput>;
630
+ /**
631
+ * deserializeAws_restJson1UpdateResourcePolicyCommand
632
+ */
633
+ export declare const de_UpdateResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourcePolicyCommandOutput>;
634
+ /**
635
+ * deserializeAws_restJson1UpdateSlotCommand
636
+ */
637
+ export declare const de_UpdateSlotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSlotCommandOutput>;
638
+ /**
639
+ * deserializeAws_restJson1UpdateSlotTypeCommand
640
+ */
641
+ export declare const de_UpdateSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSlotTypeCommandOutput>;