@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/LexModelsV2.d.ts +1210 -340
- package/dist-types/ts3.4/LexModelsV2Client.d.ts +531 -140
- package/dist-types/ts3.4/commands/BuildBotLocaleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBotAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateBotLocaleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateBotVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateExportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateIntentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateResourcePolicyStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateSlotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateSlotTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateUploadUrlCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBotAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteBotLocaleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBotVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteCustomVocabularyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteExportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteImportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteIntentCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteResourcePolicyStatementCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteSlotCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteSlotTypeCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteUtterancesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBotAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeBotLocaleCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeBotRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBotVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCustomVocabularyMetadataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeExportCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeImportCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeIntentCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSlotCommand.d.ts +35 -18
- package/dist-types/ts3.4/commands/DescribeSlotTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAggregatedUtterancesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBotAliasesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBotLocalesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBotRecommendationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBotVersionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListBuiltInIntentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListBuiltInSlotTypesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListExportsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListImportsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListIntentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListRecommendedIntentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListSlotTypesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListSlotsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchAssociatedTranscriptsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartBotRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartImportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopBotRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBotAliasCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateBotLocaleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBotRecommendationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateExportCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateIntentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateResourcePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateSlotCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateSlotTypeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +67 -67
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/LexModelsV2ServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +3396 -3193
- package/dist-types/ts3.4/models/models_1.d.ts +550 -510
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAggregatedUtterancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotAliasesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotLocalesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuiltInIntentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBuiltInSlotTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListIntentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendedIntentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSlotTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListSlotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +809 -203
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +8 -8
- package/dist-types/ts3.4/waiters/waitForBotAliasAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotExportCompleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotImportCompleted.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleBuilt.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleCreated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotLocaleExpressTestingAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForBotVersionAvailable.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,203 +1,809 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
import {
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
import {
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
import {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
import {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
import {
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
import {
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
import {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
import {
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
import {
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
import {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
import {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
import {
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
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>;
|