@aws-sdk/client-lex-models-v2 3.168.0 → 3.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/LexModelsV2.d.ts +1210 -340
  3. package/dist-types/ts3.4/LexModelsV2Client.d.ts +531 -140
  4. package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +34 -17
  14. package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +34 -17
  18. package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteCustomVocabularyCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +37 -17
  29. package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +37 -17
  30. package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +37 -17
  36. package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +37 -17
  37. package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +35 -18
  38. package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +35 -18
  40. package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +37 -17
  43. package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +41 -17
  45. package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +37 -17
  46. package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +34 -17
  50. package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +37 -17
  54. package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  56. package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +41 -17
  57. package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/StartImportCommand.d.ts +34 -17
  59. package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  61. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  62. package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +37 -17
  63. package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +37 -17
  65. package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +41 -17
  66. package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +41 -17
  69. package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +34 -17
  70. package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +37 -17
  71. package/dist-types/ts3.4/commands/index.d.ts +67 -67
  72. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  73. package/dist-types/ts3.4/index.d.ts +7 -7
  74. package/dist-types/ts3.4/models/LexModelsV2ServiceException.d.ts +8 -6
  75. package/dist-types/ts3.4/models/index.d.ts +2 -2
  76. package/dist-types/ts3.4/models/models_0.d.ts +3396 -3193
  77. package/dist-types/ts3.4/models/models_1.d.ts +550 -510
  78. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  79. package/dist-types/ts3.4/pagination/ListAggregatedUtterancesPaginator.d.ts +11 -4
  80. package/dist-types/ts3.4/pagination/ListBotAliasesPaginator.d.ts +11 -4
  81. package/dist-types/ts3.4/pagination/ListBotLocalesPaginator.d.ts +11 -4
  82. package/dist-types/ts3.4/pagination/ListBotRecommendationsPaginator.d.ts +11 -4
  83. package/dist-types/ts3.4/pagination/ListBotVersionsPaginator.d.ts +11 -4
  84. package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
  85. package/dist-types/ts3.4/pagination/ListBuiltInIntentsPaginator.d.ts +11 -4
  86. package/dist-types/ts3.4/pagination/ListBuiltInSlotTypesPaginator.d.ts +11 -4
  87. package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
  89. package/dist-types/ts3.4/pagination/ListIntentsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListRecommendedIntentsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListSlotTypesPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListSlotsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/index.d.ts +15 -15
  94. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +809 -203
  95. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  96. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  97. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  98. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  99. package/dist-types/ts3.4/waiters/index.d.ts +8 -8
  100. package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +13 -7
  101. package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +13 -7
  102. package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +13 -7
  103. package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +13 -7
  104. package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +13 -7
  105. package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +13 -7
  106. package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +13 -7
  107. package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +13 -7
  108. package/package.json +35 -35
@@ -1,203 +1,809 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { BuildBotLocaleCommandInput, BuildBotLocaleCommandOutput } from "../commands/BuildBotLocaleCommand";
4
- import { CreateBotAliasCommandInput, CreateBotAliasCommandOutput } from "../commands/CreateBotAliasCommand";
5
- import { CreateBotCommandInput, CreateBotCommandOutput } from "../commands/CreateBotCommand";
6
- import { CreateBotLocaleCommandInput, CreateBotLocaleCommandOutput } from "../commands/CreateBotLocaleCommand";
7
- import { CreateBotVersionCommandInput, CreateBotVersionCommandOutput } from "../commands/CreateBotVersionCommand";
8
- import { CreateExportCommandInput, CreateExportCommandOutput } from "../commands/CreateExportCommand";
9
- import { CreateIntentCommandInput, CreateIntentCommandOutput } from "../commands/CreateIntentCommand";
10
- import { CreateResourcePolicyCommandInput, CreateResourcePolicyCommandOutput } from "../commands/CreateResourcePolicyCommand";
11
- import { CreateResourcePolicyStatementCommandInput, CreateResourcePolicyStatementCommandOutput } from "../commands/CreateResourcePolicyStatementCommand";
12
- import { CreateSlotCommandInput, CreateSlotCommandOutput } from "../commands/CreateSlotCommand";
13
- import { CreateSlotTypeCommandInput, CreateSlotTypeCommandOutput } from "../commands/CreateSlotTypeCommand";
14
- import { CreateUploadUrlCommandInput, CreateUploadUrlCommandOutput } from "../commands/CreateUploadUrlCommand";
15
- import { DeleteBotAliasCommandInput, DeleteBotAliasCommandOutput } from "../commands/DeleteBotAliasCommand";
16
- import { DeleteBotCommandInput, DeleteBotCommandOutput } from "../commands/DeleteBotCommand";
17
- import { DeleteBotLocaleCommandInput, DeleteBotLocaleCommandOutput } from "../commands/DeleteBotLocaleCommand";
18
- import { DeleteBotVersionCommandInput, DeleteBotVersionCommandOutput } from "../commands/DeleteBotVersionCommand";
19
- import { DeleteCustomVocabularyCommandInput, DeleteCustomVocabularyCommandOutput } from "../commands/DeleteCustomVocabularyCommand";
20
- import { DeleteExportCommandInput, DeleteExportCommandOutput } from "../commands/DeleteExportCommand";
21
- import { DeleteImportCommandInput, DeleteImportCommandOutput } from "../commands/DeleteImportCommand";
22
- import { DeleteIntentCommandInput, DeleteIntentCommandOutput } from "../commands/DeleteIntentCommand";
23
- import { DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput } from "../commands/DeleteResourcePolicyCommand";
24
- import { DeleteResourcePolicyStatementCommandInput, DeleteResourcePolicyStatementCommandOutput } from "../commands/DeleteResourcePolicyStatementCommand";
25
- import { DeleteSlotCommandInput, DeleteSlotCommandOutput } from "../commands/DeleteSlotCommand";
26
- import { DeleteSlotTypeCommandInput, DeleteSlotTypeCommandOutput } from "../commands/DeleteSlotTypeCommand";
27
- import { DeleteUtterancesCommandInput, DeleteUtterancesCommandOutput } from "../commands/DeleteUtterancesCommand";
28
- import { DescribeBotAliasCommandInput, DescribeBotAliasCommandOutput } from "../commands/DescribeBotAliasCommand";
29
- import { DescribeBotCommandInput, DescribeBotCommandOutput } from "../commands/DescribeBotCommand";
30
- import { DescribeBotLocaleCommandInput, DescribeBotLocaleCommandOutput } from "../commands/DescribeBotLocaleCommand";
31
- import { DescribeBotRecommendationCommandInput, DescribeBotRecommendationCommandOutput } from "../commands/DescribeBotRecommendationCommand";
32
- import { DescribeBotVersionCommandInput, DescribeBotVersionCommandOutput } from "../commands/DescribeBotVersionCommand";
33
- import { DescribeCustomVocabularyMetadataCommandInput, DescribeCustomVocabularyMetadataCommandOutput } from "../commands/DescribeCustomVocabularyMetadataCommand";
34
- import { DescribeExportCommandInput, DescribeExportCommandOutput } from "../commands/DescribeExportCommand";
35
- import { DescribeImportCommandInput, DescribeImportCommandOutput } from "../commands/DescribeImportCommand";
36
- import { DescribeIntentCommandInput, DescribeIntentCommandOutput } from "../commands/DescribeIntentCommand";
37
- import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
38
- import { DescribeSlotCommandInput, DescribeSlotCommandOutput } from "../commands/DescribeSlotCommand";
39
- import { DescribeSlotTypeCommandInput, DescribeSlotTypeCommandOutput } from "../commands/DescribeSlotTypeCommand";
40
- import { ListAggregatedUtterancesCommandInput, ListAggregatedUtterancesCommandOutput } from "../commands/ListAggregatedUtterancesCommand";
41
- import { ListBotAliasesCommandInput, ListBotAliasesCommandOutput } from "../commands/ListBotAliasesCommand";
42
- import { ListBotLocalesCommandInput, ListBotLocalesCommandOutput } from "../commands/ListBotLocalesCommand";
43
- import { ListBotRecommendationsCommandInput, ListBotRecommendationsCommandOutput } from "../commands/ListBotRecommendationsCommand";
44
- import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
45
- import { ListBotVersionsCommandInput, ListBotVersionsCommandOutput } from "../commands/ListBotVersionsCommand";
46
- import { ListBuiltInIntentsCommandInput, ListBuiltInIntentsCommandOutput } from "../commands/ListBuiltInIntentsCommand";
47
- import { ListBuiltInSlotTypesCommandInput, ListBuiltInSlotTypesCommandOutput } from "../commands/ListBuiltInSlotTypesCommand";
48
- import { ListExportsCommandInput, ListExportsCommandOutput } from "../commands/ListExportsCommand";
49
- import { ListImportsCommandInput, ListImportsCommandOutput } from "../commands/ListImportsCommand";
50
- import { ListIntentsCommandInput, ListIntentsCommandOutput } from "../commands/ListIntentsCommand";
51
- import { ListRecommendedIntentsCommandInput, ListRecommendedIntentsCommandOutput } from "../commands/ListRecommendedIntentsCommand";
52
- import { ListSlotsCommandInput, ListSlotsCommandOutput } from "../commands/ListSlotsCommand";
53
- import { ListSlotTypesCommandInput, ListSlotTypesCommandOutput } from "../commands/ListSlotTypesCommand";
54
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
55
- import { SearchAssociatedTranscriptsCommandInput, SearchAssociatedTranscriptsCommandOutput } from "../commands/SearchAssociatedTranscriptsCommand";
56
- import { StartBotRecommendationCommandInput, StartBotRecommendationCommandOutput } from "../commands/StartBotRecommendationCommand";
57
- import { StartImportCommandInput, StartImportCommandOutput } from "../commands/StartImportCommand";
58
- import { StopBotRecommendationCommandInput, StopBotRecommendationCommandOutput } from "../commands/StopBotRecommendationCommand";
59
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
60
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
61
- import { UpdateBotAliasCommandInput, UpdateBotAliasCommandOutput } from "../commands/UpdateBotAliasCommand";
62
- import { UpdateBotCommandInput, UpdateBotCommandOutput } from "../commands/UpdateBotCommand";
63
- import { UpdateBotLocaleCommandInput, UpdateBotLocaleCommandOutput } from "../commands/UpdateBotLocaleCommand";
64
- import { UpdateBotRecommendationCommandInput, UpdateBotRecommendationCommandOutput } from "../commands/UpdateBotRecommendationCommand";
65
- import { UpdateExportCommandInput, UpdateExportCommandOutput } from "../commands/UpdateExportCommand";
66
- import { UpdateIntentCommandInput, UpdateIntentCommandOutput } from "../commands/UpdateIntentCommand";
67
- import { UpdateResourcePolicyCommandInput, UpdateResourcePolicyCommandOutput } from "../commands/UpdateResourcePolicyCommand";
68
- import { UpdateSlotCommandInput, UpdateSlotCommandOutput } from "../commands/UpdateSlotCommand";
69
- import { UpdateSlotTypeCommandInput, UpdateSlotTypeCommandOutput } from "../commands/UpdateSlotTypeCommand";
70
- export declare const serializeAws_restJson1BuildBotLocaleCommand: (input: BuildBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_restJson1CreateBotCommand: (input: CreateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_restJson1CreateBotAliasCommand: (input: CreateBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_restJson1CreateBotLocaleCommand: (input: CreateBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_restJson1CreateBotVersionCommand: (input: CreateBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_restJson1CreateExportCommand: (input: CreateExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_restJson1CreateIntentCommand: (input: CreateIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_restJson1CreateResourcePolicyCommand: (input: CreateResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_restJson1CreateResourcePolicyStatementCommand: (input: CreateResourcePolicyStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_restJson1CreateSlotCommand: (input: CreateSlotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_restJson1CreateSlotTypeCommand: (input: CreateSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_restJson1CreateUploadUrlCommand: (input: CreateUploadUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_restJson1DeleteBotCommand: (input: DeleteBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_restJson1DeleteBotAliasCommand: (input: DeleteBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_restJson1DeleteBotLocaleCommand: (input: DeleteBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_restJson1DeleteBotVersionCommand: (input: DeleteBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_restJson1DeleteCustomVocabularyCommand: (input: DeleteCustomVocabularyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_restJson1DeleteExportCommand: (input: DeleteExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_restJson1DeleteImportCommand: (input: DeleteImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_restJson1DeleteIntentCommand: (input: DeleteIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_restJson1DeleteResourcePolicyCommand: (input: DeleteResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_restJson1DeleteResourcePolicyStatementCommand: (input: DeleteResourcePolicyStatementCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_restJson1DeleteSlotCommand: (input: DeleteSlotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_restJson1DeleteSlotTypeCommand: (input: DeleteSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_restJson1DeleteUtterancesCommand: (input: DeleteUtterancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_restJson1DescribeBotCommand: (input: DescribeBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_restJson1DescribeBotAliasCommand: (input: DescribeBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_restJson1DescribeBotLocaleCommand: (input: DescribeBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_restJson1DescribeBotRecommendationCommand: (input: DescribeBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_restJson1DescribeBotVersionCommand: (input: DescribeBotVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_restJson1DescribeCustomVocabularyMetadataCommand: (input: DescribeCustomVocabularyMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_restJson1DescribeExportCommand: (input: DescribeExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_restJson1DescribeImportCommand: (input: DescribeImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_restJson1DescribeIntentCommand: (input: DescribeIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_restJson1DescribeResourcePolicyCommand: (input: DescribeResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_restJson1DescribeSlotCommand: (input: DescribeSlotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_restJson1DescribeSlotTypeCommand: (input: DescribeSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_restJson1ListAggregatedUtterancesCommand: (input: ListAggregatedUtterancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_restJson1ListBotAliasesCommand: (input: ListBotAliasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_restJson1ListBotLocalesCommand: (input: ListBotLocalesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_restJson1ListBotRecommendationsCommand: (input: ListBotRecommendationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_restJson1ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_restJson1ListBotVersionsCommand: (input: ListBotVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_restJson1ListBuiltInIntentsCommand: (input: ListBuiltInIntentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_restJson1ListBuiltInSlotTypesCommand: (input: ListBuiltInSlotTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_restJson1ListExportsCommand: (input: ListExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_restJson1ListImportsCommand: (input: ListImportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_restJson1ListIntentsCommand: (input: ListIntentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_restJson1ListRecommendedIntentsCommand: (input: ListRecommendedIntentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_restJson1ListSlotsCommand: (input: ListSlotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_restJson1ListSlotTypesCommand: (input: ListSlotTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_restJson1SearchAssociatedTranscriptsCommand: (input: SearchAssociatedTranscriptsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_restJson1StartBotRecommendationCommand: (input: StartBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_restJson1StartImportCommand: (input: StartImportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_restJson1StopBotRecommendationCommand: (input: StopBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_restJson1UpdateBotCommand: (input: UpdateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_restJson1UpdateBotAliasCommand: (input: UpdateBotAliasCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_restJson1UpdateBotLocaleCommand: (input: UpdateBotLocaleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_restJson1UpdateBotRecommendationCommand: (input: UpdateBotRecommendationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_restJson1UpdateExportCommand: (input: UpdateExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_restJson1UpdateIntentCommand: (input: UpdateIntentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_restJson1UpdateResourcePolicyCommand: (input: UpdateResourcePolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_restJson1UpdateSlotCommand: (input: UpdateSlotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_restJson1UpdateSlotTypeCommand: (input: UpdateSlotTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const deserializeAws_restJson1BuildBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BuildBotLocaleCommandOutput>;
138
- export declare const deserializeAws_restJson1CreateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotCommandOutput>;
139
- export declare const deserializeAws_restJson1CreateBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotAliasCommandOutput>;
140
- export declare const deserializeAws_restJson1CreateBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotLocaleCommandOutput>;
141
- export declare const deserializeAws_restJson1CreateBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotVersionCommandOutput>;
142
- export declare const deserializeAws_restJson1CreateExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateExportCommandOutput>;
143
- export declare const deserializeAws_restJson1CreateIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateIntentCommandOutput>;
144
- export declare const deserializeAws_restJson1CreateResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourcePolicyCommandOutput>;
145
- export declare const deserializeAws_restJson1CreateResourcePolicyStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateResourcePolicyStatementCommandOutput>;
146
- export declare const deserializeAws_restJson1CreateSlotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSlotCommandOutput>;
147
- export declare const deserializeAws_restJson1CreateSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSlotTypeCommandOutput>;
148
- export declare const deserializeAws_restJson1CreateUploadUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUploadUrlCommandOutput>;
149
- export declare const deserializeAws_restJson1DeleteBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotCommandOutput>;
150
- export declare const deserializeAws_restJson1DeleteBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotAliasCommandOutput>;
151
- export declare const deserializeAws_restJson1DeleteBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotLocaleCommandOutput>;
152
- export declare const deserializeAws_restJson1DeleteBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBotVersionCommandOutput>;
153
- export declare const deserializeAws_restJson1DeleteCustomVocabularyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomVocabularyCommandOutput>;
154
- export declare const deserializeAws_restJson1DeleteExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteExportCommandOutput>;
155
- export declare const deserializeAws_restJson1DeleteImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteImportCommandOutput>;
156
- export declare const deserializeAws_restJson1DeleteIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteIntentCommandOutput>;
157
- export declare const deserializeAws_restJson1DeleteResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyCommandOutput>;
158
- export declare const deserializeAws_restJson1DeleteResourcePolicyStatementCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteResourcePolicyStatementCommandOutput>;
159
- export declare const deserializeAws_restJson1DeleteSlotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlotCommandOutput>;
160
- export declare const deserializeAws_restJson1DeleteSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSlotTypeCommandOutput>;
161
- export declare const deserializeAws_restJson1DeleteUtterancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUtterancesCommandOutput>;
162
- export declare const deserializeAws_restJson1DescribeBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotCommandOutput>;
163
- export declare const deserializeAws_restJson1DescribeBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotAliasCommandOutput>;
164
- export declare const deserializeAws_restJson1DescribeBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotLocaleCommandOutput>;
165
- export declare const deserializeAws_restJson1DescribeBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotRecommendationCommandOutput>;
166
- export declare const deserializeAws_restJson1DescribeBotVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBotVersionCommandOutput>;
167
- export declare const deserializeAws_restJson1DescribeCustomVocabularyMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeCustomVocabularyMetadataCommandOutput>;
168
- export declare const deserializeAws_restJson1DescribeExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportCommandOutput>;
169
- export declare const deserializeAws_restJson1DescribeImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImportCommandOutput>;
170
- export declare const deserializeAws_restJson1DescribeIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeIntentCommandOutput>;
171
- export declare const deserializeAws_restJson1DescribeResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeResourcePolicyCommandOutput>;
172
- export declare const deserializeAws_restJson1DescribeSlotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSlotCommandOutput>;
173
- export declare const deserializeAws_restJson1DescribeSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeSlotTypeCommandOutput>;
174
- export declare const deserializeAws_restJson1ListAggregatedUtterancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAggregatedUtterancesCommandOutput>;
175
- export declare const deserializeAws_restJson1ListBotAliasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotAliasesCommandOutput>;
176
- export declare const deserializeAws_restJson1ListBotLocalesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotLocalesCommandOutput>;
177
- export declare const deserializeAws_restJson1ListBotRecommendationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotRecommendationsCommandOutput>;
178
- export declare const deserializeAws_restJson1ListBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotsCommandOutput>;
179
- export declare const deserializeAws_restJson1ListBotVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotVersionsCommandOutput>;
180
- export declare const deserializeAws_restJson1ListBuiltInIntentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuiltInIntentsCommandOutput>;
181
- export declare const deserializeAws_restJson1ListBuiltInSlotTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBuiltInSlotTypesCommandOutput>;
182
- export declare const deserializeAws_restJson1ListExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListExportsCommandOutput>;
183
- export declare const deserializeAws_restJson1ListImportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListImportsCommandOutput>;
184
- export declare const deserializeAws_restJson1ListIntentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListIntentsCommandOutput>;
185
- export declare const deserializeAws_restJson1ListRecommendedIntentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRecommendedIntentsCommandOutput>;
186
- export declare const deserializeAws_restJson1ListSlotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSlotsCommandOutput>;
187
- export declare const deserializeAws_restJson1ListSlotTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSlotTypesCommandOutput>;
188
- export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
189
- export declare const deserializeAws_restJson1SearchAssociatedTranscriptsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAssociatedTranscriptsCommandOutput>;
190
- export declare const deserializeAws_restJson1StartBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBotRecommendationCommandOutput>;
191
- export declare const deserializeAws_restJson1StartImportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImportCommandOutput>;
192
- export declare const deserializeAws_restJson1StopBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopBotRecommendationCommandOutput>;
193
- export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
194
- export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
195
- export declare const deserializeAws_restJson1UpdateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotCommandOutput>;
196
- export declare const deserializeAws_restJson1UpdateBotAliasCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotAliasCommandOutput>;
197
- export declare const deserializeAws_restJson1UpdateBotLocaleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotLocaleCommandOutput>;
198
- export declare const deserializeAws_restJson1UpdateBotRecommendationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotRecommendationCommandOutput>;
199
- export declare const deserializeAws_restJson1UpdateExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateExportCommandOutput>;
200
- export declare const deserializeAws_restJson1UpdateIntentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateIntentCommandOutput>;
201
- export declare const deserializeAws_restJson1UpdateResourcePolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateResourcePolicyCommandOutput>;
202
- export declare const deserializeAws_restJson1UpdateSlotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSlotCommandOutput>;
203
- export declare const deserializeAws_restJson1UpdateSlotTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSlotTypeCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ BuildBotLocaleCommandInput,
8
+ BuildBotLocaleCommandOutput,
9
+ } from "../commands/BuildBotLocaleCommand";
10
+ import {
11
+ CreateBotAliasCommandInput,
12
+ CreateBotAliasCommandOutput,
13
+ } from "../commands/CreateBotAliasCommand";
14
+ import {
15
+ CreateBotCommandInput,
16
+ CreateBotCommandOutput,
17
+ } from "../commands/CreateBotCommand";
18
+ import {
19
+ CreateBotLocaleCommandInput,
20
+ CreateBotLocaleCommandOutput,
21
+ } from "../commands/CreateBotLocaleCommand";
22
+ import {
23
+ CreateBotVersionCommandInput,
24
+ CreateBotVersionCommandOutput,
25
+ } from "../commands/CreateBotVersionCommand";
26
+ import {
27
+ CreateExportCommandInput,
28
+ CreateExportCommandOutput,
29
+ } from "../commands/CreateExportCommand";
30
+ import {
31
+ CreateIntentCommandInput,
32
+ CreateIntentCommandOutput,
33
+ } from "../commands/CreateIntentCommand";
34
+ import {
35
+ CreateResourcePolicyCommandInput,
36
+ CreateResourcePolicyCommandOutput,
37
+ } from "../commands/CreateResourcePolicyCommand";
38
+ import {
39
+ CreateResourcePolicyStatementCommandInput,
40
+ CreateResourcePolicyStatementCommandOutput,
41
+ } from "../commands/CreateResourcePolicyStatementCommand";
42
+ import {
43
+ CreateSlotCommandInput,
44
+ CreateSlotCommandOutput,
45
+ } from "../commands/CreateSlotCommand";
46
+ import {
47
+ CreateSlotTypeCommandInput,
48
+ CreateSlotTypeCommandOutput,
49
+ } from "../commands/CreateSlotTypeCommand";
50
+ import {
51
+ CreateUploadUrlCommandInput,
52
+ CreateUploadUrlCommandOutput,
53
+ } from "../commands/CreateUploadUrlCommand";
54
+ import {
55
+ DeleteBotAliasCommandInput,
56
+ DeleteBotAliasCommandOutput,
57
+ } from "../commands/DeleteBotAliasCommand";
58
+ import {
59
+ DeleteBotCommandInput,
60
+ DeleteBotCommandOutput,
61
+ } from "../commands/DeleteBotCommand";
62
+ import {
63
+ DeleteBotLocaleCommandInput,
64
+ DeleteBotLocaleCommandOutput,
65
+ } from "../commands/DeleteBotLocaleCommand";
66
+ import {
67
+ DeleteBotVersionCommandInput,
68
+ DeleteBotVersionCommandOutput,
69
+ } from "../commands/DeleteBotVersionCommand";
70
+ import {
71
+ DeleteCustomVocabularyCommandInput,
72
+ DeleteCustomVocabularyCommandOutput,
73
+ } from "../commands/DeleteCustomVocabularyCommand";
74
+ import {
75
+ DeleteExportCommandInput,
76
+ DeleteExportCommandOutput,
77
+ } from "../commands/DeleteExportCommand";
78
+ import {
79
+ DeleteImportCommandInput,
80
+ DeleteImportCommandOutput,
81
+ } from "../commands/DeleteImportCommand";
82
+ import {
83
+ DeleteIntentCommandInput,
84
+ DeleteIntentCommandOutput,
85
+ } from "../commands/DeleteIntentCommand";
86
+ import {
87
+ DeleteResourcePolicyCommandInput,
88
+ DeleteResourcePolicyCommandOutput,
89
+ } from "../commands/DeleteResourcePolicyCommand";
90
+ import {
91
+ DeleteResourcePolicyStatementCommandInput,
92
+ DeleteResourcePolicyStatementCommandOutput,
93
+ } from "../commands/DeleteResourcePolicyStatementCommand";
94
+ import {
95
+ DeleteSlotCommandInput,
96
+ DeleteSlotCommandOutput,
97
+ } from "../commands/DeleteSlotCommand";
98
+ import {
99
+ DeleteSlotTypeCommandInput,
100
+ DeleteSlotTypeCommandOutput,
101
+ } from "../commands/DeleteSlotTypeCommand";
102
+ import {
103
+ DeleteUtterancesCommandInput,
104
+ DeleteUtterancesCommandOutput,
105
+ } from "../commands/DeleteUtterancesCommand";
106
+ import {
107
+ DescribeBotAliasCommandInput,
108
+ DescribeBotAliasCommandOutput,
109
+ } from "../commands/DescribeBotAliasCommand";
110
+ import {
111
+ DescribeBotCommandInput,
112
+ DescribeBotCommandOutput,
113
+ } from "../commands/DescribeBotCommand";
114
+ import {
115
+ DescribeBotLocaleCommandInput,
116
+ DescribeBotLocaleCommandOutput,
117
+ } from "../commands/DescribeBotLocaleCommand";
118
+ import {
119
+ DescribeBotRecommendationCommandInput,
120
+ DescribeBotRecommendationCommandOutput,
121
+ } from "../commands/DescribeBotRecommendationCommand";
122
+ import {
123
+ DescribeBotVersionCommandInput,
124
+ DescribeBotVersionCommandOutput,
125
+ } from "../commands/DescribeBotVersionCommand";
126
+ import {
127
+ DescribeCustomVocabularyMetadataCommandInput,
128
+ DescribeCustomVocabularyMetadataCommandOutput,
129
+ } from "../commands/DescribeCustomVocabularyMetadataCommand";
130
+ import {
131
+ DescribeExportCommandInput,
132
+ DescribeExportCommandOutput,
133
+ } from "../commands/DescribeExportCommand";
134
+ import {
135
+ DescribeImportCommandInput,
136
+ DescribeImportCommandOutput,
137
+ } from "../commands/DescribeImportCommand";
138
+ import {
139
+ DescribeIntentCommandInput,
140
+ DescribeIntentCommandOutput,
141
+ } from "../commands/DescribeIntentCommand";
142
+ import {
143
+ DescribeResourcePolicyCommandInput,
144
+ DescribeResourcePolicyCommandOutput,
145
+ } from "../commands/DescribeResourcePolicyCommand";
146
+ import {
147
+ DescribeSlotCommandInput,
148
+ DescribeSlotCommandOutput,
149
+ } from "../commands/DescribeSlotCommand";
150
+ import {
151
+ DescribeSlotTypeCommandInput,
152
+ DescribeSlotTypeCommandOutput,
153
+ } from "../commands/DescribeSlotTypeCommand";
154
+ import {
155
+ ListAggregatedUtterancesCommandInput,
156
+ ListAggregatedUtterancesCommandOutput,
157
+ } from "../commands/ListAggregatedUtterancesCommand";
158
+ import {
159
+ ListBotAliasesCommandInput,
160
+ ListBotAliasesCommandOutput,
161
+ } from "../commands/ListBotAliasesCommand";
162
+ import {
163
+ ListBotLocalesCommandInput,
164
+ ListBotLocalesCommandOutput,
165
+ } from "../commands/ListBotLocalesCommand";
166
+ import {
167
+ ListBotRecommendationsCommandInput,
168
+ ListBotRecommendationsCommandOutput,
169
+ } from "../commands/ListBotRecommendationsCommand";
170
+ import {
171
+ ListBotsCommandInput,
172
+ ListBotsCommandOutput,
173
+ } from "../commands/ListBotsCommand";
174
+ import {
175
+ ListBotVersionsCommandInput,
176
+ ListBotVersionsCommandOutput,
177
+ } from "../commands/ListBotVersionsCommand";
178
+ import {
179
+ ListBuiltInIntentsCommandInput,
180
+ ListBuiltInIntentsCommandOutput,
181
+ } from "../commands/ListBuiltInIntentsCommand";
182
+ import {
183
+ ListBuiltInSlotTypesCommandInput,
184
+ ListBuiltInSlotTypesCommandOutput,
185
+ } from "../commands/ListBuiltInSlotTypesCommand";
186
+ import {
187
+ ListExportsCommandInput,
188
+ ListExportsCommandOutput,
189
+ } from "../commands/ListExportsCommand";
190
+ import {
191
+ ListImportsCommandInput,
192
+ ListImportsCommandOutput,
193
+ } from "../commands/ListImportsCommand";
194
+ import {
195
+ ListIntentsCommandInput,
196
+ ListIntentsCommandOutput,
197
+ } from "../commands/ListIntentsCommand";
198
+ import {
199
+ ListRecommendedIntentsCommandInput,
200
+ ListRecommendedIntentsCommandOutput,
201
+ } from "../commands/ListRecommendedIntentsCommand";
202
+ import {
203
+ ListSlotsCommandInput,
204
+ ListSlotsCommandOutput,
205
+ } from "../commands/ListSlotsCommand";
206
+ import {
207
+ ListSlotTypesCommandInput,
208
+ ListSlotTypesCommandOutput,
209
+ } from "../commands/ListSlotTypesCommand";
210
+ import {
211
+ ListTagsForResourceCommandInput,
212
+ ListTagsForResourceCommandOutput,
213
+ } from "../commands/ListTagsForResourceCommand";
214
+ import {
215
+ SearchAssociatedTranscriptsCommandInput,
216
+ SearchAssociatedTranscriptsCommandOutput,
217
+ } from "../commands/SearchAssociatedTranscriptsCommand";
218
+ import {
219
+ StartBotRecommendationCommandInput,
220
+ StartBotRecommendationCommandOutput,
221
+ } from "../commands/StartBotRecommendationCommand";
222
+ import {
223
+ StartImportCommandInput,
224
+ StartImportCommandOutput,
225
+ } from "../commands/StartImportCommand";
226
+ import {
227
+ StopBotRecommendationCommandInput,
228
+ StopBotRecommendationCommandOutput,
229
+ } from "../commands/StopBotRecommendationCommand";
230
+ import {
231
+ TagResourceCommandInput,
232
+ TagResourceCommandOutput,
233
+ } from "../commands/TagResourceCommand";
234
+ import {
235
+ UntagResourceCommandInput,
236
+ UntagResourceCommandOutput,
237
+ } from "../commands/UntagResourceCommand";
238
+ import {
239
+ UpdateBotAliasCommandInput,
240
+ UpdateBotAliasCommandOutput,
241
+ } from "../commands/UpdateBotAliasCommand";
242
+ import {
243
+ UpdateBotCommandInput,
244
+ UpdateBotCommandOutput,
245
+ } from "../commands/UpdateBotCommand";
246
+ import {
247
+ UpdateBotLocaleCommandInput,
248
+ UpdateBotLocaleCommandOutput,
249
+ } from "../commands/UpdateBotLocaleCommand";
250
+ import {
251
+ UpdateBotRecommendationCommandInput,
252
+ UpdateBotRecommendationCommandOutput,
253
+ } from "../commands/UpdateBotRecommendationCommand";
254
+ import {
255
+ UpdateExportCommandInput,
256
+ UpdateExportCommandOutput,
257
+ } from "../commands/UpdateExportCommand";
258
+ import {
259
+ UpdateIntentCommandInput,
260
+ UpdateIntentCommandOutput,
261
+ } from "../commands/UpdateIntentCommand";
262
+ import {
263
+ UpdateResourcePolicyCommandInput,
264
+ UpdateResourcePolicyCommandOutput,
265
+ } from "../commands/UpdateResourcePolicyCommand";
266
+ import {
267
+ UpdateSlotCommandInput,
268
+ UpdateSlotCommandOutput,
269
+ } from "../commands/UpdateSlotCommand";
270
+ import {
271
+ UpdateSlotTypeCommandInput,
272
+ UpdateSlotTypeCommandOutput,
273
+ } from "../commands/UpdateSlotTypeCommand";
274
+ export declare const serializeAws_restJson1BuildBotLocaleCommand: (
275
+ input: BuildBotLocaleCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_restJson1CreateBotCommand: (
279
+ input: CreateBotCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_restJson1CreateBotAliasCommand: (
283
+ input: CreateBotAliasCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_restJson1CreateBotLocaleCommand: (
287
+ input: CreateBotLocaleCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_restJson1CreateBotVersionCommand: (
291
+ input: CreateBotVersionCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_restJson1CreateExportCommand: (
295
+ input: CreateExportCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_restJson1CreateIntentCommand: (
299
+ input: CreateIntentCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const serializeAws_restJson1CreateResourcePolicyCommand: (
303
+ input: CreateResourcePolicyCommandInput,
304
+ context: __SerdeContext
305
+ ) => Promise<__HttpRequest>;
306
+ export declare const serializeAws_restJson1CreateResourcePolicyStatementCommand: (
307
+ input: CreateResourcePolicyStatementCommandInput,
308
+ context: __SerdeContext
309
+ ) => Promise<__HttpRequest>;
310
+ export declare const serializeAws_restJson1CreateSlotCommand: (
311
+ input: CreateSlotCommandInput,
312
+ context: __SerdeContext
313
+ ) => Promise<__HttpRequest>;
314
+ export declare const serializeAws_restJson1CreateSlotTypeCommand: (
315
+ input: CreateSlotTypeCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_restJson1CreateUploadUrlCommand: (
319
+ input: CreateUploadUrlCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_restJson1DeleteBotCommand: (
323
+ input: DeleteBotCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_restJson1DeleteBotAliasCommand: (
327
+ input: DeleteBotAliasCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_restJson1DeleteBotLocaleCommand: (
331
+ input: DeleteBotLocaleCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_restJson1DeleteBotVersionCommand: (
335
+ input: DeleteBotVersionCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_restJson1DeleteCustomVocabularyCommand: (
339
+ input: DeleteCustomVocabularyCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_restJson1DeleteExportCommand: (
343
+ input: DeleteExportCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_restJson1DeleteImportCommand: (
347
+ input: DeleteImportCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_restJson1DeleteIntentCommand: (
351
+ input: DeleteIntentCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_restJson1DeleteResourcePolicyCommand: (
355
+ input: DeleteResourcePolicyCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_restJson1DeleteResourcePolicyStatementCommand: (
359
+ input: DeleteResourcePolicyStatementCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_restJson1DeleteSlotCommand: (
363
+ input: DeleteSlotCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_restJson1DeleteSlotTypeCommand: (
367
+ input: DeleteSlotTypeCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_restJson1DeleteUtterancesCommand: (
371
+ input: DeleteUtterancesCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_restJson1DescribeBotCommand: (
375
+ input: DescribeBotCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_restJson1DescribeBotAliasCommand: (
379
+ input: DescribeBotAliasCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_restJson1DescribeBotLocaleCommand: (
383
+ input: DescribeBotLocaleCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_restJson1DescribeBotRecommendationCommand: (
387
+ input: DescribeBotRecommendationCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_restJson1DescribeBotVersionCommand: (
391
+ input: DescribeBotVersionCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_restJson1DescribeCustomVocabularyMetadataCommand: (
395
+ input: DescribeCustomVocabularyMetadataCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_restJson1DescribeExportCommand: (
399
+ input: DescribeExportCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_restJson1DescribeImportCommand: (
403
+ input: DescribeImportCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_restJson1DescribeIntentCommand: (
407
+ input: DescribeIntentCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_restJson1DescribeResourcePolicyCommand: (
411
+ input: DescribeResourcePolicyCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_restJson1DescribeSlotCommand: (
415
+ input: DescribeSlotCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_restJson1DescribeSlotTypeCommand: (
419
+ input: DescribeSlotTypeCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_restJson1ListAggregatedUtterancesCommand: (
423
+ input: ListAggregatedUtterancesCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_restJson1ListBotAliasesCommand: (
427
+ input: ListBotAliasesCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_restJson1ListBotLocalesCommand: (
431
+ input: ListBotLocalesCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_restJson1ListBotRecommendationsCommand: (
435
+ input: ListBotRecommendationsCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_restJson1ListBotsCommand: (
439
+ input: ListBotsCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_restJson1ListBotVersionsCommand: (
443
+ input: ListBotVersionsCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_restJson1ListBuiltInIntentsCommand: (
447
+ input: ListBuiltInIntentsCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_restJson1ListBuiltInSlotTypesCommand: (
451
+ input: ListBuiltInSlotTypesCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_restJson1ListExportsCommand: (
455
+ input: ListExportsCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_restJson1ListImportsCommand: (
459
+ input: ListImportsCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_restJson1ListIntentsCommand: (
463
+ input: ListIntentsCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_restJson1ListRecommendedIntentsCommand: (
467
+ input: ListRecommendedIntentsCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_restJson1ListSlotsCommand: (
471
+ input: ListSlotsCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_restJson1ListSlotTypesCommand: (
475
+ input: ListSlotTypesCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_restJson1ListTagsForResourceCommand: (
479
+ input: ListTagsForResourceCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_restJson1SearchAssociatedTranscriptsCommand: (
483
+ input: SearchAssociatedTranscriptsCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_restJson1StartBotRecommendationCommand: (
487
+ input: StartBotRecommendationCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_restJson1StartImportCommand: (
491
+ input: StartImportCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_restJson1StopBotRecommendationCommand: (
495
+ input: StopBotRecommendationCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_restJson1TagResourceCommand: (
499
+ input: TagResourceCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_restJson1UntagResourceCommand: (
503
+ input: UntagResourceCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_restJson1UpdateBotCommand: (
507
+ input: UpdateBotCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_restJson1UpdateBotAliasCommand: (
511
+ input: UpdateBotAliasCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_restJson1UpdateBotLocaleCommand: (
515
+ input: UpdateBotLocaleCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_restJson1UpdateBotRecommendationCommand: (
519
+ input: UpdateBotRecommendationCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_restJson1UpdateExportCommand: (
523
+ input: UpdateExportCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_restJson1UpdateIntentCommand: (
527
+ input: UpdateIntentCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_restJson1UpdateResourcePolicyCommand: (
531
+ input: UpdateResourcePolicyCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const serializeAws_restJson1UpdateSlotCommand: (
535
+ input: UpdateSlotCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const serializeAws_restJson1UpdateSlotTypeCommand: (
539
+ input: UpdateSlotTypeCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const deserializeAws_restJson1BuildBotLocaleCommand: (
543
+ output: __HttpResponse,
544
+ context: __SerdeContext
545
+ ) => Promise<BuildBotLocaleCommandOutput>;
546
+ export declare const deserializeAws_restJson1CreateBotCommand: (
547
+ output: __HttpResponse,
548
+ context: __SerdeContext
549
+ ) => Promise<CreateBotCommandOutput>;
550
+ export declare const deserializeAws_restJson1CreateBotAliasCommand: (
551
+ output: __HttpResponse,
552
+ context: __SerdeContext
553
+ ) => Promise<CreateBotAliasCommandOutput>;
554
+ export declare const deserializeAws_restJson1CreateBotLocaleCommand: (
555
+ output: __HttpResponse,
556
+ context: __SerdeContext
557
+ ) => Promise<CreateBotLocaleCommandOutput>;
558
+ export declare const deserializeAws_restJson1CreateBotVersionCommand: (
559
+ output: __HttpResponse,
560
+ context: __SerdeContext
561
+ ) => Promise<CreateBotVersionCommandOutput>;
562
+ export declare const deserializeAws_restJson1CreateExportCommand: (
563
+ output: __HttpResponse,
564
+ context: __SerdeContext
565
+ ) => Promise<CreateExportCommandOutput>;
566
+ export declare const deserializeAws_restJson1CreateIntentCommand: (
567
+ output: __HttpResponse,
568
+ context: __SerdeContext
569
+ ) => Promise<CreateIntentCommandOutput>;
570
+ export declare const deserializeAws_restJson1CreateResourcePolicyCommand: (
571
+ output: __HttpResponse,
572
+ context: __SerdeContext
573
+ ) => Promise<CreateResourcePolicyCommandOutput>;
574
+ export declare const deserializeAws_restJson1CreateResourcePolicyStatementCommand: (
575
+ output: __HttpResponse,
576
+ context: __SerdeContext
577
+ ) => Promise<CreateResourcePolicyStatementCommandOutput>;
578
+ export declare const deserializeAws_restJson1CreateSlotCommand: (
579
+ output: __HttpResponse,
580
+ context: __SerdeContext
581
+ ) => Promise<CreateSlotCommandOutput>;
582
+ export declare const deserializeAws_restJson1CreateSlotTypeCommand: (
583
+ output: __HttpResponse,
584
+ context: __SerdeContext
585
+ ) => Promise<CreateSlotTypeCommandOutput>;
586
+ export declare const deserializeAws_restJson1CreateUploadUrlCommand: (
587
+ output: __HttpResponse,
588
+ context: __SerdeContext
589
+ ) => Promise<CreateUploadUrlCommandOutput>;
590
+ export declare const deserializeAws_restJson1DeleteBotCommand: (
591
+ output: __HttpResponse,
592
+ context: __SerdeContext
593
+ ) => Promise<DeleteBotCommandOutput>;
594
+ export declare const deserializeAws_restJson1DeleteBotAliasCommand: (
595
+ output: __HttpResponse,
596
+ context: __SerdeContext
597
+ ) => Promise<DeleteBotAliasCommandOutput>;
598
+ export declare const deserializeAws_restJson1DeleteBotLocaleCommand: (
599
+ output: __HttpResponse,
600
+ context: __SerdeContext
601
+ ) => Promise<DeleteBotLocaleCommandOutput>;
602
+ export declare const deserializeAws_restJson1DeleteBotVersionCommand: (
603
+ output: __HttpResponse,
604
+ context: __SerdeContext
605
+ ) => Promise<DeleteBotVersionCommandOutput>;
606
+ export declare const deserializeAws_restJson1DeleteCustomVocabularyCommand: (
607
+ output: __HttpResponse,
608
+ context: __SerdeContext
609
+ ) => Promise<DeleteCustomVocabularyCommandOutput>;
610
+ export declare const deserializeAws_restJson1DeleteExportCommand: (
611
+ output: __HttpResponse,
612
+ context: __SerdeContext
613
+ ) => Promise<DeleteExportCommandOutput>;
614
+ export declare const deserializeAws_restJson1DeleteImportCommand: (
615
+ output: __HttpResponse,
616
+ context: __SerdeContext
617
+ ) => Promise<DeleteImportCommandOutput>;
618
+ export declare const deserializeAws_restJson1DeleteIntentCommand: (
619
+ output: __HttpResponse,
620
+ context: __SerdeContext
621
+ ) => Promise<DeleteIntentCommandOutput>;
622
+ export declare const deserializeAws_restJson1DeleteResourcePolicyCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<DeleteResourcePolicyCommandOutput>;
626
+ export declare const deserializeAws_restJson1DeleteResourcePolicyStatementCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<DeleteResourcePolicyStatementCommandOutput>;
630
+ export declare const deserializeAws_restJson1DeleteSlotCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<DeleteSlotCommandOutput>;
634
+ export declare const deserializeAws_restJson1DeleteSlotTypeCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<DeleteSlotTypeCommandOutput>;
638
+ export declare const deserializeAws_restJson1DeleteUtterancesCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<DeleteUtterancesCommandOutput>;
642
+ export declare const deserializeAws_restJson1DescribeBotCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<DescribeBotCommandOutput>;
646
+ export declare const deserializeAws_restJson1DescribeBotAliasCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<DescribeBotAliasCommandOutput>;
650
+ export declare const deserializeAws_restJson1DescribeBotLocaleCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<DescribeBotLocaleCommandOutput>;
654
+ export declare const deserializeAws_restJson1DescribeBotRecommendationCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<DescribeBotRecommendationCommandOutput>;
658
+ export declare const deserializeAws_restJson1DescribeBotVersionCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<DescribeBotVersionCommandOutput>;
662
+ export declare const deserializeAws_restJson1DescribeCustomVocabularyMetadataCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<DescribeCustomVocabularyMetadataCommandOutput>;
666
+ export declare const deserializeAws_restJson1DescribeExportCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<DescribeExportCommandOutput>;
670
+ export declare const deserializeAws_restJson1DescribeImportCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<DescribeImportCommandOutput>;
674
+ export declare const deserializeAws_restJson1DescribeIntentCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<DescribeIntentCommandOutput>;
678
+ export declare const deserializeAws_restJson1DescribeResourcePolicyCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<DescribeResourcePolicyCommandOutput>;
682
+ export declare const deserializeAws_restJson1DescribeSlotCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<DescribeSlotCommandOutput>;
686
+ export declare const deserializeAws_restJson1DescribeSlotTypeCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<DescribeSlotTypeCommandOutput>;
690
+ export declare const deserializeAws_restJson1ListAggregatedUtterancesCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<ListAggregatedUtterancesCommandOutput>;
694
+ export declare const deserializeAws_restJson1ListBotAliasesCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<ListBotAliasesCommandOutput>;
698
+ export declare const deserializeAws_restJson1ListBotLocalesCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<ListBotLocalesCommandOutput>;
702
+ export declare const deserializeAws_restJson1ListBotRecommendationsCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<ListBotRecommendationsCommandOutput>;
706
+ export declare const deserializeAws_restJson1ListBotsCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<ListBotsCommandOutput>;
710
+ export declare const deserializeAws_restJson1ListBotVersionsCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<ListBotVersionsCommandOutput>;
714
+ export declare const deserializeAws_restJson1ListBuiltInIntentsCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<ListBuiltInIntentsCommandOutput>;
718
+ export declare const deserializeAws_restJson1ListBuiltInSlotTypesCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<ListBuiltInSlotTypesCommandOutput>;
722
+ export declare const deserializeAws_restJson1ListExportsCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<ListExportsCommandOutput>;
726
+ export declare const deserializeAws_restJson1ListImportsCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<ListImportsCommandOutput>;
730
+ export declare const deserializeAws_restJson1ListIntentsCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<ListIntentsCommandOutput>;
734
+ export declare const deserializeAws_restJson1ListRecommendedIntentsCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<ListRecommendedIntentsCommandOutput>;
738
+ export declare const deserializeAws_restJson1ListSlotsCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<ListSlotsCommandOutput>;
742
+ export declare const deserializeAws_restJson1ListSlotTypesCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<ListSlotTypesCommandOutput>;
746
+ export declare const deserializeAws_restJson1ListTagsForResourceCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<ListTagsForResourceCommandOutput>;
750
+ export declare const deserializeAws_restJson1SearchAssociatedTranscriptsCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<SearchAssociatedTranscriptsCommandOutput>;
754
+ export declare const deserializeAws_restJson1StartBotRecommendationCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<StartBotRecommendationCommandOutput>;
758
+ export declare const deserializeAws_restJson1StartImportCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<StartImportCommandOutput>;
762
+ export declare const deserializeAws_restJson1StopBotRecommendationCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<StopBotRecommendationCommandOutput>;
766
+ export declare const deserializeAws_restJson1TagResourceCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<TagResourceCommandOutput>;
770
+ export declare const deserializeAws_restJson1UntagResourceCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<UntagResourceCommandOutput>;
774
+ export declare const deserializeAws_restJson1UpdateBotCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<UpdateBotCommandOutput>;
778
+ export declare const deserializeAws_restJson1UpdateBotAliasCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<UpdateBotAliasCommandOutput>;
782
+ export declare const deserializeAws_restJson1UpdateBotLocaleCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<UpdateBotLocaleCommandOutput>;
786
+ export declare const deserializeAws_restJson1UpdateBotRecommendationCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<UpdateBotRecommendationCommandOutput>;
790
+ export declare const deserializeAws_restJson1UpdateExportCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<UpdateExportCommandOutput>;
794
+ export declare const deserializeAws_restJson1UpdateIntentCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<UpdateIntentCommandOutput>;
798
+ export declare const deserializeAws_restJson1UpdateResourcePolicyCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<UpdateResourcePolicyCommandOutput>;
802
+ export declare const deserializeAws_restJson1UpdateSlotCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<UpdateSlotCommandOutput>;
806
+ export declare const deserializeAws_restJson1UpdateSlotTypeCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<UpdateSlotTypeCommandOutput>;